]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
* lisp/informat.el (Info-tagify): Handle buffers not visiting files.
[gnu-emacs] / lisp / ChangeLog
1 2013-02-21 Glenn Morris <rgm@gnu.org>
2
3 * informat.el (Info-tagify):
4 Handle buffers not visiting files. (Bug#13763)
5
6 2013-02-21 Juanma Barranquero <lekktu@gmail.com>
7
8 * calc/calc-graph.el (calc-graph-show-dumb): Fix typo.
9
10 2013-02-21 Glenn Morris <rgm@gnu.org>
11
12 * files.el (basic-save-buffer): Move check for existing parent
13 directory after hooks. (Bug#13773)
14
15 2013-02-20 Stefan Monnier <monnier@iro.umontreal.ca>
16
17 * simple.el (command-execute): Move from C. Add obsolete check.
18 (extended-command-history): Move from C.
19
20 2013-02-20 Ulrich Müller <ulm@gentoo.org>
21
22 * jka-cmpr-hook.el (jka-compr-compression-info-list)
23 (jka-compr-mode-alist-additions): Handle .txz suffix for
24 XZ-compressed tar archives (bug#13770).
25
26 2013-02-20 Bastien Guerry <bzg@gnu.org>
27
28 * outline.el (outline-regexp, outline-heading-end-regexp):
29 Make variables, not options (bug#13731).
30
31 2013-02-20 Glenn Morris <rgm@gnu.org>
32
33 * image.el (image-current-frame): Change from variable to function.
34 (image-show-frame): Rename from image-nth-frame. Update callers.
35 * image-mode.el (image-multi-frame): New variable.
36 (image-mode-map, image-mode, image-goto-frame):
37 Use image-multi-frame rather than image-current-frame.
38 (image-mode, image-goto-frame): Use image-current-frame as
39 function rather than as variable.
40
41 * emacs-lisp/cl-lib.el (cl-floatp-safe): Make it an alias for floatp.
42 * emacs-lisp/cl-macs.el (cl--make-type-test)
43 (cl--compiler-macro-assoc): Use floatp rather than cl-floatp-safe.
44
45 2013-02-19 Michael Albinus <michael.albinus@gmx.de>
46
47 * net/tramp-cache.el (tramp-get-hash-table): New defun.
48 (tramp-get-file-property, tramp-set-file-property)
49 (tramp-get-connection-property, tramp-set-connection-property): Use it.
50 (tramp-flush-file-property, tramp-flush-directory-property):
51 Rename argument to KEY.
52 (tramp-flush-connection-property): Simplify a little bit.
53 (tramp-connection-property-p): New defun.
54 (top): Reapply saved values only if there isn't a corresponding
55 entry in `tramp-connection-properties'.
56
57 2013-02-19 Fabián Ezequiel Gallina <fgallina@cuca>
58
59 * progmodes/python.el (python-indent-context):
60 Fix python-info-line-ends-backslash-p call.
61 (python-info-line-ends-backslash-p)
62 (python-info-beginning-of-backslash): Respect line-number argument.
63 (python-info-current-line-comment-p):
64 Fix behavior when not at beginning-of-line.
65 (python-util-position): Remove function.
66 (python-util-goto-line): New function.
67
68 2013-02-19 Michael Albinus <michael.albinus@gmx.de>
69
70 * eshell/em-unix.el (eshell/su): Require tramp.
71 (eshell/sudo): Require tramp. Remove now unnecessary check.
72
73 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Let-bind
74 `tramp-current-connection' in order to avoid an error when several
75 commands are invoked in a short time in eshell and friends.
76
77 2013-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
78
79 Cleanup some of EIEIO's namespace.
80 * emacs-lisp/eieio.el (eieio--define-field-accessors): New macro.
81 Use it to define all the class-* and object-* field accessors (renamed
82 to eieio--class-* and eieio--object-*). Update all uses.
83 (eieio--class-num-slots, eieio--object-num-slots): Rename from
84 class-num-slots and object-num-slots.
85 (eieio--check-type): New macro.
86 (eieio-defclass, eieio-oref, eieio-oref-default, same-class-p)
87 (object-of-class-p, child-of-class-p, object-slots, class-slot-initarg)
88 (eieio-oset, eieio-oset-default, object-assoc, object-assoc-list)
89 (object-assoc-list-safe): Use it.
90 (eieio-defclass): Tighten regexp.
91 (eieio--defmethod): Use `memq'. Signal an error for unknown method kind.
92 Remove unreachable code.
93 (object-class-fast): Declare obsolete.
94 (eieio-class-name, eieio-object-name, eieio-object-set-name-string)
95 (eieio-object-class, eieio-object-class-name, eieio-class-parents)
96 (eieio-class-children, eieio-class-precedence-list, eieio-class-parent):
97 Rename from class-name, object-name, object-set-name-string,
98 object-class, object-class-name, class-parents, class-children,
99 class-precedence-list, class-parent; with obsolete alias.
100 (class-of, class-direct-superclasses, class-direct-subclasses):
101 Declare obsolete.
102 (eieio-defmethod): Use `memq'; remove unreachable code.
103 * emacs-lisp/eieio-base.el (eieio-persistent-read):
104 * emacs-lisp/eieio-opt.el (eieio-class-button, eieio-describe-generic)
105 (eieio-browse-tree, eieio-browse): Use eieio--check-type.
106
107
108 2013-02-18 Michael Heerdegen <michael_heerdegen@web.de>
109
110 * emacs-lisp/eldoc.el (eldoc-highlight-function-argument):
111 Use font-lock-keyword-face for macros and special forms (bug#8345).
112
113 2013-02-17 Didier Verna <didier@didierverna.net>
114
115 * net/network-stream.el (network-stream-open-starttls):
116 Check that response to the starttls-command is non-nil. (Bug#13706)
117
118 2013-02-17 Stefan Monnier <monnier@iro.umontreal.ca>
119
120 * font-lock.el (lisp-font-lock-keywords-1, lisp-font-lock-keywords-2):
121 Don't assume all identifier chars have syntax word.
122 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
123 Remove bar-not-symbol. Adjust callers.
124 (lisp-mode-variables): Don't set a font-lock-syntax-table.
125
126 2013-02-17 Leo Liu <sdl.web@gmail.com>
127
128 * net/rcirc.el (rcirc-keepalive): Fix invalid timer error.
129
130 2013-02-17 Glenn Morris <rgm@gnu.org>
131
132 * menu-bar.el (menu-bar-tools-menu): Fix case of EDE entry.
133
134 * image-mode.el (image-mode-map): Add image-dired menu entry.
135
136 * image-dired.el (tumme): Make this alias obsolete.
137
138 2013-02-16 Glenn Morris <rgm@gnu.org>
139
140 * image.el (image-animated-types): Remove.
141 (image-multi-frame-p): Rename from image-animated-p, and generalize.
142 (image-animated-p): Make obsolete alias.
143 (image-animate, image-nth-frame, image-animate-timeout):
144 Use image-multi-frame-p.
145 (image-animate-timeout): If no delay, use image-default-frame-delay.
146 * image-mode.el (image-mode, image-toggle-animation):
147 Use image-multi-frame-p. (Bug#763, bug#10739)
148 (image-mode): Adjust startup message for a multi-frame image.
149
150 * image-mode.el (image-mode-map): Give it a menu.
151
152 2013-02-16 Michael Albinus <michael.albinus@gmx.de>
153
154 * net/tramp-cache.el (tramp-connection-properties): New customer
155 option.
156 (tramp-get-connection-property): Use it.
157
158 * net/tramp-compat.el (top): Require 'trampver.
159
160 * net/tramp-sh.el (tramp-remote-process-environment):
161 Set tramp-autoload cookie.
162
163 2013-02-16 Kevin Ryde <user42@zip.com.au>
164
165 * info-look.el (info-lookup-select-mode): If major-mode has no
166 info-lookup-alist entry then search up derived-mode-parent (bug#8660).
167
168 2013-02-16 Jambunathan K <kjambunathan@gmail.com>
169
170 * replace.el (read-regexp): Tighten the regexp that matches tag.
171 When tag is retrieved with `find-tag-default', use regexp that
172 matches tag at point. Also update docstring (Bug#13687).
173
174 2013-02-16 Eli Zaretskii <eliz@gnu.org>
175
176 * autorevert.el (auto-revert-notify-add-watch): With 'w32notify',
177 add watch for the file, not its parent directory, since w32notify
178 sets up the watch for the directory internally. (Bug#13725)
179
180 2013-02-16 Glenn Morris <rgm@gnu.org>
181
182 * image.el (image-default-frame-delay): New variable.
183 (image-animated-p): Use image-default-frame-delay.
184 (image-minimum-frame-delay): New constant.
185 (image-animate-timeout): Use image-minimum-frame-delay.
186
187 * image.el (image-nth-frame): New, split from image-animate-timeout.
188 (image-animate-timeout): Use image-nth-frame.
189 * image-mode.el (image-goto-frame, image-next-frame)
190 (image-previous-frame): New commands.
191 (image-mode-map): Add new frame commands.
192
193 2013-02-16 Jonas Bernoulli <jonas@bernoul.li>
194
195 * emacs-lisp/tabulated-list.el (tabulated-list-print-col):
196 If col-desc already has help-echo, use it. (Bug#13563)
197
198 2013-02-16 Glenn Morris <rgm@gnu.org>
199
200 * image.el (image-current-frame): New variable.
201 (image-animate-timeout): Set image-current-frame.
202 * image-mode.el (image-mode): For animated images,
203 display a frame counter via mode-line-process.
204
205 * font-lock.el (lisp-font-lock-keywords-1): Add defvar-local.
206
207 2013-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
208
209 * simple.el (eval-expression): Let `exp' set the mark (bug#13724).
210
211 2013-02-15 Alan Mackenzie <acm@muc.de>
212
213 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode): When a
214 global minor mode has been enabled, call the minor mode function
215 for a new buffer once only, after the major mode hook, whilst
216 allowing that hook explicitly to disable the minor mode.
217 (MODE-disable-in-buffer): New (generated) function.
218 (disable-MODE): New (generated) buffer local variable.
219
220 2013-02-15 Jambunathan K <kjambunathan@gmail.com>
221
222 * iswitchb.el (iswitchb-read-buffer): Bind `C-.' and `C-,' to
223 `iswitchb-next-match' and `iswitchb-prev-match' resply.
224 * ido.el (ido-init-completion-maps): Bind `C-.' and `C-,' to
225 `ido-next-match' and `ido-prev-match' resply.
226 * icomplete.el (icomplete-minibuffer-map): Unbind `C-s' and `C-r'.
227 Bind `C-.' and `C-,' to `icomplete-forward-completions' and
228 `icomplete-backward-completions' (Bug#13708).
229
230 2013-02-15 Glenn Morris <rgm@gnu.org>
231
232 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
233
234 2013-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
235
236 * net/goto-addr.el (goto-address-fontify): Add start and end args.
237 (goto-address-fontify-region): Use them instead of narrowing, so
238 syntax-ppss has access to the whole buffer.
239
240 2013-02-15 Fabián Ezequiel Gallina <fgallina@cuca>
241
242 * progmodes/python.el: Explain how to restore "cc-mode"-like
243 forward-sexp movement in header documentation (Bug#13642).
244 (python-nav--forward-sexp): Behave like emacs-lisp-mode in
245 comments and strings (GH bug 114).
246
247 2013-02-15 Fabián Ezequiel Gallina <fgallina@cuca>
248
249 * progmodes/python.el (python-info-current-defun): Fix current
250 defun detection (Bug#13618).
251
252 2013-02-15 Chong Yidong <cyd@gnu.org>
253
254 * xml.el (xml-parse-string): Fix typo in handling of bad character
255 references.
256
257 2013-02-15 Glenn Morris <rgm@gnu.org>
258
259 * play/fortune.el (fortune-compile): Simplify and fix previous change.
260
261 2013-02-14 Michael Albinus <michael.albinus@gmx.de>
262
263 * net/tramp.el (tramp-debug-message):
264 Add `tramp-condition-case-unless-debug'.
265 (tramp-debug-on-error): New defvar.
266 (tramp-condition-case-unless-debug): New defun.
267 (tramp-file-name-handler): Use it.
268
269 2013-02-14 Juri Linkov <juri@jurta.org>
270
271 * info.el (Info-isearch-filter): Treat non-nil values of
272 `search-invisible' including its default value `open'
273 like the value `t' to match hidden text. (Bug#13402)
274
275 2013-02-14 Glenn Morris <rgm@gnu.org>
276
277 * help-fns.el (find-lisp-object-file-name): Give special treatment
278 to all ~/.foo.elc files, not just ~/.emacs. (Bug#9007)
279
280 2013-02-14 David Biesack <sasdjb@d72933.na.sas.com> (tiny change)
281
282 * net/quickurl.el (quickurl-save-urls):
283 Ensure quickurl-urls is not truncated on printing. (Bug#9276)
284
285 2013-02-14 Dmitry Gutov <dgutov@yandex.ru>
286
287 * progmodes/ruby-mode.el (ruby-parse-partial): Don't increase
288 depth for unfinished percent literal. Not using it in the caller.
289 (ruby-move-to-block): Jump over multiline literals of all types,
290 ignoring code-looking contents inside them.
291 (ruby-add-log-current-method): Improve performance at the expense
292 of accuracy. `ruby-block-contains-point' is relatively slow, so
293 only use it for method and singleton class blocks.
294
295 2013-02-13 Michael Albinus <michael.albinus@gmx.de>
296
297 Use ControlMaster where applicable. (Bug#13677)
298
299 * net/tramp.el (tramp-ssh-controlmaster-template): New defvar,
300 replacing `tramp-detect-ssh-controlmaster'.
301 (tramp-default-method): Use it.
302
303 * net/tramp-sh.el (tramp-methods) [scp, scp1, scp2, scpx, sftp]:
304 [rsync, ssh, ssh1, ssh2, sshx]: Add ControlPath and ControlMaster
305 arguments.
306 [scpc, rsyncc]: Remove methods.
307 (top): Remove completion functions for "scpc", "rsyncc", "ssh1_old"
308 and "ssh2_old".
309 (tramp-do-copy-or-rename-file-out-of-band): Change trace level.
310 (tramp-maybe-open-connection): Reuse tmpfile for ControlPath.
311
312 2013-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
313
314 * emacs-lisp/package.el (package--initialized): Move before first use.
315
316 2013-02-13 Jambunathan K <kjambunathan@gmail.com>
317
318 * icomplete.el (icomplete-hide-common-prefix): New user option.
319 (icomplete-first-match): New face.
320 (icomplete-completions): Correct handling of "complete but not
321 unique" (Bug#12638).
322
323 2013-02-13 YE Qianchuan <stool.ye@gmail.com> (tiny change)
324
325 * descr-text.el (describe-char): Display the script (bug#13698).
326
327 2013-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
328
329 * tmm.el: Use lexical-binding and current-active-maps.
330 (tmm-menubar): Use map-keymap and pcase.
331 (tmm--completion-table): New function.
332 (tmm-prompt): Use it to fix the menu order.
333 (tmm-get-keybind): Use current-active-maps.
334
335 2013-02-12 Christopher Schmidt <christopher@ch.ristopher.com>
336
337 Add dired-hide-details-mode. (Bug#6799)
338
339 * locate.el (locate-mode): Set parent mode property to dired-mode.
340
341 * find-dired.el (find-dired): Call dired-insert-set-properties on
342 initial information line. Set process mark on end of buffer.
343 (find-dired-sentinel):
344 Call dired-insert-set-properties on summary.
345
346 * dired.el (dired-hide-details-hide-symlink-targets)
347 (dired-hide-details-hide-information-lines): New options.
348 (dired-insert-directory):
349 Set properties after final treatment of output.
350 (dired-insert-set-properties):
351 Set dired-hide-details-* properties.
352 (dired-mode-map): Bind dired-hide-details-mode.
353 (dired-mode): Set buffer-invisibility-spec to a list.
354 (dired-next-line): Skip hidden lines.
355 (dired-previous-line): Use dired-next-line.
356 (dired-hide-details-mode): New minor mode.
357 (dired-hide-details-update-invisibility-spec): New function.
358
359 2013-02-13 Glenn Morris <rgm@gnu.org>
360
361 * play/yow.el: Move to obsolete/. (Bug#9384)
362
363 2013-02-13 Juri Linkov <juri@jurta.org>
364
365 * vc/ediff-util.el (ediff-recenter): Use `select-frame-set-input-focus'
366 to select `ediff-control-frame' and set input focus correctly on Xfce.
367 (Bug#12218)
368
369 2013-02-13 Juri Linkov <juri@jurta.org>
370
371 * image-mode.el (image-mode-map):
372 * doc-view.el (doc-view-mode-map):
373 * vc/ediff-util.el (ediff-setup-keymap):
374 Make S-SPC scroll in the opposite sense to SPC. (Bug#2145)
375
376 2013-02-13 Dmitry Gutov <dgutov@yandex.ru>
377
378 * progmodes/ruby-mode.el (ruby-move-to-block): Improve
379 performance. Instead of recalculating indentation fully for each
380 line, sum up indentation depth based only on visited lines.
381 (ruby-parse-partial): Increase the depth after "do" even when END
382 is right after it.
383 (ruby-parse-partial): When END is in the middle of a percent
384 literal, increase the depth if the delimiter chars belong to the
385 paren syntax class.
386
387 2013-02-13 Kirill A. Korinskiy <catap@catap.ru>
388
389 * play/fortune.el (fortune-compile): Also make the compiled file
390 if it does not exist at all, not just if it is old. (Bug#5338)
391
392 2013-02-13 Glenn Morris <rgm@gnu.org>
393
394 * emacs-lisp/package.el (package-menu-execute): Doc fix.
395
396 2013-02-13 Yves Baumes <ybaumes@gmail.com> (tiny change)
397
398 * lisp/emacs-lisp/package.el (package-menu-execute):
399 Add optional noquery argument. (Bug#13625)
400
401 2013-02-13 Michael Albinus <michael.albinus@gmx.de>
402
403 * net/ange-ftp.el (ange-ftp-make-directory): Don't raise an error,
404 if DIR exists and PARENTS is non-nil.
405
406 2013-02-13 Juanma Barranquero <lekktu@gmail.com>
407
408 * progmodes/js.el (js--multi-line-declaration-indentation):
409 Silence byte-compiler warning.
410
411 2013-02-12 Michael Albinus <michael.albinus@gmx.de>
412
413 * net/tramp-adb.el (tramp-adb-handle-start-file-process): Rewrite.
414
415 * net/tramp-compat.el (top): Declare `remote-file-name-inhibit-cache'
416 only if it doesn't exist.
417
418 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
419 Set process marker.
420
421 2013-02-12 Tassilo Horn <tsdh@gnu.org>
422
423 * doc-view.el (doc-view-odf->pdf-converter-soffice): Use separate
424 UserInstallation when calling soffice to work around LibreOffice
425 bug 37531.
426
427 2013-02-12 Glenn Morris <rgm@gnu.org>
428
429 * files.el (basic-save-buffer):
430 Offer to create a non-existing directory. (Bug#3016)
431
432 * calc/calc-graph.el (calc-graph-show-dumb):
433 * calendar/calendar.el (calendar-mode-map):
434 * cus-edit.el (custom-mode-map):
435 * ehelp.el (electric-help-map):
436 * emulation/vip.el (vip-mode-map):
437 * epa.el (epa-key-list-mode-map):
438 * info.el (Info-mode-map):
439 * mail/rmail.el (rmail-mode-map):
440 * mail/rmailsum.el (rmail-summary-mode-map):
441 * man.el (Man-mode-map):
442 * net/newst-plainview.el (newsticker-mode-map):
443 * progmodes/cpp.el (cpp-edit-mode-map):
444 * progmodes/grep.el (grep-mode-map):
445 * progmodes/idlw-help.el (idlwave-help-mode-map):
446 * simple.el (special-mode-map):
447 * startup.el (splash-screen-keymap):
448 * view.el (view-mode-map):
449 Make S-SPC scroll in the opposite sense to SPC. (Bug#2145)
450
451 2013-02-11 Elias Pipping <pipping@lavabit.com>
452
453 * doc-view.el (doc-view-current-cache-dir): Beware % escapes
454 (bug#13679).
455
456 2013-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
457
458 * cus-start.el (all): Remove inhibit-local-menu-bar-menus.
459
460 2013-02-11 Glenn Morris <rgm@gnu.org>
461
462 * vc/diff.el (diff-use-labels): New variable.
463 (diff-no-select): Use --label rather than -L, and first
464 check that it is supported. (Bug#11067)
465
466 * files.el (enable-dir-local-variables): New variable.
467 (hack-dir-local-variables): Respect enable-dir-local-variables.
468 * tutorial.el (help-with-tutorial):
469 Ignore directory-local variables. (Bug#11127)
470
471 * vc/vc-svn.el (vc-svn-command): Move --non-interactive from here...
472 (vc-svn-global-switches): ... to here. (Bug#13513)
473
474 2013-02-10 Christopher Schmidt <christopher@ch.ristopher.com>
475
476 * minibuf-eldef.el (minibuffer-default--in-prompt-regexps):
477 Handle "foo (bar, default: xxx): " prompts.
478
479 2013-02-10 Chong Yidong <cyd@gnu.org>
480
481 * files.el (basic-save-buffer-1): Do not set
482 buffer-file-coding-system-explicit (Bug#4533).
483
484 * mail/emacsbug.el (report-emacs-bug): Change binding of
485 report-emacs-bug-insert-to-mailer to C-c M-i (Bug#13510).
486
487 2013-02-09 Jay Belanger <jay.p.belanger@gmail.com>
488
489 * calc/calc.el (calc-allow-units-as-numbers): New variable.
490 * calc/calc-units.el (calc-convert-units): Use new variable.
491
492 2013-02-09 Eli Zaretskii <eliz@gnu.org>
493
494 * subr.el (buffer-file-type, default-buffer-file-type): Remove.
495
496 * net/ange-ftp.el (ange-ftp-insert-file-contents): Don't reference
497 buffer-file-type.
498
499 * mail/feedmail.el (feedmail-force-binary-write): Doc fix.
500 (feedmail-run-the-queue, feedmail-dump-message-to-queue)
501 (feedmail-send-it-immediately): Don't bind buffer-file-type, bind
502 coding-system-for-write instead.
503
504 * jka-compr.el (jka-compr-write-region): Don't bind
505 buffer-file-type.
506
507 * emacs-lisp/bytecomp.el (byte-compile-file): Don't bind
508 buffer-file-type.
509
510 * files.el (file-name-buffer-file-type-alist): Remove defvar.
511 (insert-file-contents-literally): Remove reference to
512 file-name-buffer-file-type-alist.
513
514 * dos-w32.el (file-name-buffer-file-type-alist): Deprecate and
515 make-obsolete.
516 (find-buffer-file-type-match, find-buffer-file-type): Remove.
517 (find-buffer-file-type-coding-system): Remove references to
518 find-buffer-file-type-match, find-buffer-file-type, and
519 buffer-file-type.
520 Don't put find-buffer-file-type-coding-system into
521 file-coding-system-alist.
522 (find-file-binary, find-file-text): Bind coding-system-for-read
523 instead of file-name-buffer-file-type-alist.
524
525 2013-02-09 Jambunathan K <kjambunathan@gmail.com>
526
527 * doc-view.el: Use (and prefer) soffice as default ODF->PDF
528 converter (Bug#13622).
529 (doc-view-unoconv-program): Make obsolete alias.
530 (doc-view-odf->pdf-converter-program): New variable.
531 (doc-view-odf->pdf-converter-function): New variable.
532 (doc-view-mode-p): Use it.
533 (doc-view-odf->pdf-converter-unoconv):
534 Rename from `doc-view-odf->pdf-converter-unoconv'.
535 (doc-view-odf->pdf-converter-soffice): New function.
536 (doc-view-convert-current-doc):
537 Use `doc-view-odf->pdf-converter-function'.
538
539 2013-02-09 Chong Yidong <cyd@gnu.org>
540
541 * minibuffer.el (minibuffer-inactive-mode-map): Bind mouse-1 to
542 view-echo-area-messages (Bug#13340).
543
544 * help.el (view-echo-area-messages): Use display-buffer.
545
546 * dired-x.el (dired-do-run-mail): Prompt for confirmation
547 (Bug#13561).
548
549 2013-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
550
551 * emacs-lisp/byte-run.el (eval-when-compile, eval-and-compile):
552 Eval body right away, now that we do eager macroexpansion (bug#13605).
553
554 * simple.el (end-of-buffer): Don't touch unrelated windows (bug#13466).
555 (fundamental-mode): Use run-mode-hooks.
556
557 * eshell/esh-proc.el (eshell/kill): Fix last change.
558 * eshell/em-ls.el (eshell-ls-dir): Fix use of CL in last change.
559
560 2013-02-08 Aidan Gauland <aidalgol@no8wireless.co.nz>
561
562 * eshell/esh-proc.el (eshell/kill): Rewrite.
563
564 * eshell/em-ls.el (show-almost-all): Declare.
565 (eshell-do-ls): Add support for -A argument.
566
567 2013-02-08 Jambunathan K <kjambunathan@gmail.com>
568
569 * icomplete.el (icomplete-forward-completions)
570 (icomplete-backward-completions): Handle corner case (bug#13602).
571
572 2013-02-07 Michael Albinus <michael.albinus@gmx.de>
573
574 * vc/vc-hooks.el (vc-find-file-hook): `buffer-file-truename' can
575 be nil. Handle this. (Bug#13636)
576
577 2013-02-07 Richard Stallman <rms@gnu.org>
578
579 * mail/rmail.el (rmail-variables): Specify `no-conversion' for
580 `save-buffer-coding-system'.
581
582 2013-02-07 Alan Mackenzie <acm@muc.de>
583
584 Fix bug in state cache mechanism. Remove 'BOD "strategy". Refactor.
585 * progmodes/cc-engine.el (c-get-fallback-scan-pos): Remove.
586 (c-parse-state-get-strategy): Don't return 'BOD any more.
587 (c-append-lower-brace-pair-to-state-cache):
588 Extra parameter HERE instead of narrowing.
589 Widen to top of buffer before searching backwards for a brace pair.
590 (c-state-push-any-brace-pair): Add HERE parameter to function call.
591 (c-append-to-state-cache): Extra parameter HERE in place of narrowing.
592 Narrow to parameter HERE, in place of being called narrowed.
593 (c-remove-stale-state-cache): Extra parameter HERE in place of
594 narrowing. Check there's an open brace in the cache before
595 searching for its match.
596 (c-invalidate-state-cache-1): Add HERE parameter to function call.
597 (c-parse-state-1): Don't narrow here for 'forward strategy,
598 instead passing extra parameter HERE to several functions.
599 Remove 'BOD strategy.
600
601 2013-02-06 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
602
603 * emacs-lisp/package.el (describe-package-1): Tell what archive is
604 used to install the package.
605
606 2013-02-06 Glenn Morris <rgm@gnu.org>
607
608 * vc/vc-hooks.el (vc-find-file-hook): Don't ask about following links
609 if we can't get user input. (Bug#6567)
610
611 * startup.el (command-line): If simple.el is missing,
612 test and warn about for some possible causes.
613
614 2013-02-05 Jan Djärv <jan.h.d@swipnet.se>
615
616 * cus-start.el (all): Add ns-use-native-fullscreen.
617
618 2013-02-05 Glenn Morris <rgm@gnu.org>
619
620 * profiler.el (profiler-report-mode-map): Add a restart menu entry.
621
622 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
623 Fix directory creation in fallback case.
624
625 2013-02-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
626
627 * vc/vc.el (vc-next-action): Fix inf-loop (bug#13610).
628 (vc-update-change-log): Use dolist.
629
630 2013-02-04 Chong Yidong <cyd@gnu.org>
631
632 * thingatpt.el: Rewrite the URL detection routines, absorbing some
633 code from ffap.el.
634 (thing-at-point-beginning-of-url-regexp): New var.
635 (thing-at-point-uri-schemes): Update list of URI schemes.
636 (thing-at-point-url-regexp): Variable deleted.
637 (thing-at-point-markedup-url-regexp): Disallow newlines.
638 (thing-at-point-newsgroup-regexp)
639 (thing-at-point-newsgroup-heads)
640 (thing-at-point-default-mail-uri-scheme): New variables.
641 (thing-at-point-bounds-of-url-at-point): Rewrite. Use ffap's
642 method to find the possible bounds of the URI at point.
643 New optional argument to find ill-formed URIs.
644 (thing-at-point-url-at-point): Rewrite. New arguments for finding
645 ill-formed URIs. Use thing-at-point-bounds-of-url-at-point, and
646 the scheme-adding heuristics from ffap-url-at-point.
647 (thing-at-point--bounds-of-well-formed-url): New function.
648 Do parens matching to decide whether to include parens in the URI
649 (Bug#9153).
650
651 * ffap.el: Require thingatpt.
652 (ffap-url-at-point): Delegate URI detection to thing-at-point.
653 All URI-valid characters are now recognized (Bug#5673).
654 (ffap-string-at-point): Use use-region-p.
655 (ffap-url-regexp): Extra character is handled by thing-at-point.
656 (ffap-string-at-point-mode-alist): Allow parentheses.
657 (ffap-newsgroup-regexp, ffap-newsgroup-heads, ffap-newsgroup-p):
658 Convert to aliases; code moved to thingatpt.el.
659 (ffap-gnus-hook): Use setq-local.
660
661 2013-02-04 Glenn Morris <rgm@gnu.org>
662
663 * emacs-lisp/ert.el (ert--explain-format-atom):
664 Don't try to print non-characters as characters. (Bug#13543)
665
666 2013-02-03 Michael Albinus <michael.albinus@gmx.de>
667
668 * net/tramp.el (tramp-debug-message): Extend function exclude list.
669 (tramp-backtrace): New defun.
670 (tramp-handle-insert-file-contents): Use `visit' when inserting
671 the local copy.
672
673 * net/tramp-sh.el (tramp-sh-handle-set-visited-file-modtime):
674 Use `remote-file-name-inhibit-cache'.
675
676 2013-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
677
678 * progmodes/cperl-mode.el (cperl-mode): Avoid byte-compile warning
679 (bug#13614).
680
681 * subr.el (internal--called-interactively-p--get-frame): Avoid filling
682 current-load-list (bug#13366).
683
684 2013-02-02 Christopher Schmidt <christopher@ch.ristopher.com>
685
686 * progmodes/compile.el (compilation-error-regexp-alist-alist):
687 Identify g++ template instantiation trace. (Bug#12287)
688 (compilation-mode-hook, compilation-start-hook)
689 (compilation-window-height): Simplify docstrings. (Bug#13379)
690
691 2013-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
692
693 * mouse.el (mouse-drag-track): Always deactivate the mark before
694 running the final event's command since that command is in charge of
695 activating the mark if needed (bug#13523).
696
697 2013-02-02 Juri Linkov <juri@jurta.org>
698
699 * replace.el (perform-replace): Move let-bindings of isearch-*
700 variables deeper to the loop that searches for the next match.
701 Add bindings for `isearch-nonincremental' and `isearch-adjusted'.
702 Use `isearch-search-fun-default' instead of `isearch-search-fun'.
703 (Bug#13579)
704
705 * isearch.el (isearch-search-fun-default): Check for null
706 first element of isearch-cmds as a precaution when it's used
707 with inactive isearch.
708
709 2013-02-02 Andrew W. Nosenko <andrew.w.nosenko@gmail.com> (tiny change)
710
711 * net/tramp.el (tramp-check-for-regexp): Avoid "Args out of range"
712 error when buffer in question is narrowed so position 1 is out of
713 visible part.
714
715 2013-02-02 Glenn Morris <rgm@gnu.org>
716
717 * textmodes/remember.el (remember-clipboard): Doc fix.
718
719 2013-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
720
721 * progmodes/make-mode.el (makefile-fill-paragraph): Reset syntax-table
722 properties (bug#13179).
723
724 2013-02-02 Juri Linkov <juri@jurta.org>
725
726 * progmodes/grep.el (grep-regexp-alist): Use variable grep-match-face
727 instead of hard-coded default face `match'. (Bug#9438)
728
729 2012-02-01 Christopher Schmidt <christopher@ch.ristopher.com>
730
731 * vc/vc-arch.el (vc-arch-registered):
732 * vc/vc-bzr.el (vc-bzr-registered):
733 * vc/vc-cvs.el (vc-cvs-registered):
734 * vc/vc-git.el (vc-git-registered):
735 * vc/vc-hg.el (vc-hg-registered):
736 * vc/vc-mtn.el (vc-mtn-registered):
737 * vc/vc-svn.el (vc-svn-registered): Suppress load messages.
738 (Bug#13139)
739
740 * info.el (Info-next-reference, Info-prev-reference): Add numeric
741 prefix argument. (Bug#11656)
742
743 2013-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
744
745 * help-fns.el (help-split-fundoc): Don't insert byte-compiled body.
746
747 2013-02-01 Glenn Morris <rgm@gnu.org>
748
749 * vc/vc-hooks.el (vc-menu-map): Disable vc-rollback menu item
750 if the backend is known not to support it.
751
752 * imenu.el (imenu-default-create-index-function):
753 Tweak infinite loop test to check for forward motion as well as none.
754
755 2013-02-01 Alex Harsanyi <AlexHarsanyi@gmail.com>
756
757 * net/soap-client.el (soap-invoke): Encode the string for
758 `url-request-data' as UTF-8.
759 Fixes <http://code.google.com/p/emacs-soap-client/issues/detail?id=16>.
760
761 2013-02-01 Glenn Morris <rgm@gnu.org>
762
763 * calc/calc-help.el (calc-view-news): Use view-emacs-news.
764
765 * calc/README, calc/README.prev: Rename/merge to etc/CALC-NEWS.
766
767 2013-01-31 Michael Albinus <michael.albinus@gmx.de>
768
769 * net/tramp.el (tramp-tramp-file-p): Comment check for
770 `string-as-unibyte'. The function does not exist on XEmacs, and
771 likely we need another approach.
772
773 * net/tramp-sh.el (tramp-compute-multi-hops): Check, whether
774 `tramp-gw-*' variables are bound.
775
776 2013-01-31 Glenn Morris <rgm@gnu.org>
777
778 * files.el (basic-save-buffer-2): Choose coding system for
779 writing the file before backing it up, to reduce delay between
780 backing up and writing the new version. (Bug#13522)
781
782 2013-01-31 Michal Nazarewicz <mina86@mina86.com>
783
784 * simple.el (cycle-spacing): New command.
785 (just-one-space): Use it.
786
787 2013-01-31 Stefan Monnier <monnier@iro.umontreal.ca>
788
789 * progmodes/opascal.el: Rename from delphi.el. Use lexical-binding.
790 (opascal-newline-always-indents): Remove custom.
791 (opascal-tab, opascal-newline): Remove commands.
792 (opascal-new-comment-line): Insert "\n" instead of calling newline.
793 (opascal-mode-map): Keep default bindings for RET and TAB and DEL.
794 (opascal-save-match-data): Remove, use save-match-data instead.
795 (opascal-save-state): Use with-silent-modifications.
796
797 * progmodes/pascal.el (pascal-mode-syntax-table): Accept //..\n comments
798 (bug#13585).
799
800 2013-01-30 Juri Linkov <juri@jurta.org>
801
802 * frame.el (toggle-frame-maximized, toggle-frame-fullscreen):
803 Use fullboth as an alias for fullscreen. Suggested by Jan Djärv in
804 <http://lists.gnu.org/archive/html/emacs-devel/2013-01/msg00203.html>.
805
806 2013-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
807
808 * progmodes/make-mode.el (makefile-backslash-region): Don't compute
809 column if we're just deleting the backslashes.
810 (makefile-fill-paragraph): Use eolp.
811
812 2013-01-30 Michael Albinus <michael.albinus@gmx.de>
813
814 * autorevert.el (auto-revert-use-notify): Fix docstring.
815
816 2013-01-30 Leo Liu <sdl.web@gmail.com>
817
818 * imenu.el (imenu--truncate-items): Fix subalist checking (bug#13576).
819
820 2013-01-30 Glenn Morris <rgm@gnu.org>
821
822 * mouse.el (mouse-drag-line): Avoid pushing same event onto
823 unread-command-events twice in some cases. This tries to implement
824 the 2012-07-26 changes in a different way. (Bug#13560)
825
826 2013-01-30 Fabián Ezequiel Gallina <fgallina@cuca>
827
828 * progmodes/python.el
829 (python-pdbtrack-comint-output-filter-function): Enhancements on
830 stacktrace detection. (thanks @gnovak)
831
832 2013-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
833
834 * jit-lock.el (jit-lock-stealth-chunk-start): Don't widen (bug#13542).
835 (jit-lock-mode, jit-lock-functions, jit-lock-context-unfontify-pos):
836 Use defvar-local.
837 (jit-lock-register): Use setq-local.
838
839 2013-01-30 Jay Belanger <jay.p.belanger@gmail.com>
840
841 * calc-units.el (math-default-units-table): Remove initial value.
842 (calc-convert-units): Treat expressions where all the units cancel as
843 if they didn't have units.
844
845 2013-01-30 Michael Albinus <michael.albinus@gmx.de>
846
847 * net/tramp.el (tramp-process-connection-type): Fix docstring.
848 (tramp-completion-reread-directory-timeout): Fix type.
849 (tramp-connection-min-time-diff): New defcustom.
850
851 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
852
853 2013-01-30 Glenn Morris <rgm@gnu.org>
854
855 * imenu.el (imenu-default-create-index-function):
856 Put back a version of the infinite loop test removed 2013-01-23.
857
858 2013-01-30 Fabián Ezequiel Gallina <fgallina@cuca>
859
860 * progmodes/python.el (python-shell-parse-command):
861 Find python-shell-interpreter with modified environment.
862
863 2013-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
864
865 * emacs-lisp/cl.el (cl-set-getf): Add compatibility alias.
866
867 2013-01-29 Alan Mackenzie <acm@muc.de>
868
869 Amend to fontify /regexp/s in actions correctly.
870 * cc-awk.el (c-awk-harmless-char-re, c-awk-harmless-string*-re):
871 (c-awk-harmless-string*-here-re): Braces, parens and semicolons
872 are no longer included.
873 (c-awk-harmless-line-char-re, c-awk-harmless-line-string*-re):
874 What used to be these variables without "-line" in the name.
875 (c-awk-neutral-re): { is no longer neutral. Escaped newlines now are.
876 (c-awk-non-arith-op-bra-re): Now also matches {.
877 (c-awk-pre-exp-alphanum-kwd-re): New regexp to match "print",
878 "return", and "case".
879 (c-awk-kwd-regexp-sign-re): New, to match "print", etc., followed
880 by /.
881 (c-awk-syntax-tablify-/): Check special cases "print /re/", etc.
882 (c-awk-set-syntax-table-properties): Extend FSM to handle {,},(,),;.
883
884 2013-01-29 Michael Albinus <michael.albinus@gmx.de>
885
886 * autorevert.el (auto-revert-use-notify):
887 Use `custom-initialize-default' for initialization. (Bug#13583)
888
889 * net/ange-ftp.el (ange-ftp-skip-msgs): Add another message.
890
891 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
892 Catch `suppress'. Otherwise, `tramp-run-real-handler' might be called
893 in `tramp-file-name-handler'.
894 (tramp-gw-tunnel-method, tramp-gw-socks-method): Declare for
895 compatibility.
896 (tramp-compute-multi-hops): Check, whether
897 `tramp-gw-tunnel-method' and `tramp-gw-socks-method' are non-nil.
898
899 2013-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
900
901 * hi-lock.el (hi-lock-unface-buffer): Don't assume `face' is a symbol
902 (bug#13297).
903
904 2013-01-27 Dmitry Gutov <dgutov@yandex.ru>
905
906 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove some
907 checks made superfluous by the \_< operator.
908 * progmodes/ruby-mode.el (ruby-move-to-block): Work with (maybe
909 temporarily) broken indentation.
910 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
911 Highlight nested constants, too. \_< broke that.
912
913 2013-01-27 Nobuyoshi Nakada <nobu@ruby-lang.org>
914
915 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Use "\\_<"
916 instead of "\\b".
917
918 2013-01-27 Michael Albinus <michael.albinus@gmx.de>
919
920 * autorevert.el (auto-revert-handler): Notifications which result
921 from a saved file shall not be taken into account. (Bug#13557)
922
923 2013-01-26 Andreas Schwab <schwab@linux-m68k.org>
924
925 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Add optional
926 parameter BAR-NOT-SYMBOL to control syntax of | for font-lock.
927 (lisp-mode): Pass t for it. (Bug#13556)
928
929 2013-01-25 Alan Mackenzie <acm@muc.de>
930
931 AWK Mode: Fix indentation bug at top level. Bug #12274.
932
933 * progmodes/cc-engine.el (c-guess-basic-syntax): Move CASE 5P to
934 just before CASE 5D.
935
936 2013-01-25 Dmitry Antipov <dmantipov@yandex.ru>
937
938 * net/socks.el (socks-nslookup-host): Use string-to-number.
939
940 2013-01-25 Michael Albinus <michael.albinus@gmx.de>
941
942 * autorevert.el (auto-revert-remote-files)
943 (auto-revert-notify-exclude-dir-regexp): New defcustoms.
944 (auto-revert-notify-enabled, auto-revert-use-notify)
945 (auto-revert-notify-watch-descriptor-hash-list)
946 (auto-revert-notify-modified-p, auto-revert-notify-event-p)
947 (auto-revert-notify-event-descriptor)
948 (auto-revert-notify-event-action)
949 (auto-revert-notify-event-file-name): Doc fix.
950 (global-auto-revert-mode): Reorder checks.
951 (auto-revert-notify-rm-watch): Respect changed values of
952 `auto-revert-notify-watch-descriptor-hash-list'.
953 (auto-revert-notify-add-watch): Check for
954 `auto-revert-notify-exclude-dir-regexp'. Adapt filters for
955 `inotify-add-watch'. Watch `default-directory' instead of
956 `buffer-file-name'. `auto-revert-notify-watch-descriptor-hash-list'
957 has a changed meaning now. (Bug#13540)
958 (auto-revert-notify-handler): Change implementation wrt events
959 returning from a directory.
960 (auto-revert-handler): Reorder implementation for checks of remote
961 files.
962 (auto-revert-buffers): Fix parentheses error.
963
964 2013-01-25 Fabián Ezequiel Gallina <fgallina@cuca>
965
966 * progmodes/python.el: Enhancements to header documentation about
967 skeletons. (Bug#5716)
968
969 * imenu.el (imenu-default-create-index-function): Remove useless
970 infinite loop check. (Bug#13438)
971
972 2013-01-25 Alan Mackenzie <acm@muc.de>
973
974 Fix a bug in the state cache mechanism. Refactor this a bit.
975
976 * progmodes/cc-engine.el (c-parse-state-get-strategy): Remove the
977 `cache-pos' element from the return value.
978 (c-append-lower-brace-pair-to-state-cache): "Narrow" to end of
979 buffer to enable proper searching from beyond HERE. Amend the
980 test for detecting the sought brace pair. Amend the value written
981 to the "brace desert cache" when the brace isn't found.
982 (c-remove-stale-state-cache): Rename `good-pos' to `start-point',
983 and several other variables analogously.
984 (c-remove-stale-state-cache-backwards): Change `cache-pos' from a
985 parameter to a locally calculated variable.
986 (c-parse-state-1): Change the calling conventions to the two
987 defuns involving `cache-pos'.
988
989 2013-01-25 Chong Yidong <cyd@gnu.org>
990
991 * xml.el (xml-entity-or-char-ref-re): Fix regexp.
992
993 2013-01-24 Aaron Ecay <aaronecay@gmail.com> (tiny change)
994
995 * paren.el (show-paren-function): Make sure to set 'priority and
996 'face only if the overlay does exist.
997
998 2013-01-24 Michael Albinus <michael.albinus@gmx.de>
999
1000 * net/tramp.el (tramp-tramp-file-p): Check, whether NAME is unibyte.
1001
1002 * net/tramp-sh.el (tramp-sh-handle-set-file-acl): Do not suppress
1003 basic attributes.
1004 (tramp-sh-handle-set-file-acl): Improve error checking.
1005
1006 2013-01-24 Dmitry Antipov <dmantipov@yandex.ru>
1007
1008 * doc-view.el (doc-view-display): Force mode line update until all
1009 document is converted. Suggested by Stefan Monnier (Bug#13164).
1010
1011 2013-01-23 Bastien Guerry <bzg@gnu.org>
1012
1013 * paren.el (show-paren-function): Make sure an overlay exists
1014 before trying to delete it. Also use `pos' as a position only
1015 when it is an integer.
1016
1017 2013-01-23 Dmitry Antipov <dmantipov@yandex.ru>
1018
1019 * play/gametree.el (gametree-break-line-here): Use point-marker.
1020
1021 2013-01-22 Michael Albinus <michael.albinus@gmx.de>
1022
1023 * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
1024 Mark descriptive parts with `display' property.
1025
1026 2013-01-21 Agustín Martín Domingo <agustin.martin@hispalinux.es>
1027
1028 * textmodes/ispell.el (ispell-hunspell-dictionary-equivs-alist):
1029 New variable to map standard dict names to hunspell ones.
1030 (ispell-set-spellchecker-params): Make sure specific dict names
1031 are used for standard dicts with hunspell.
1032
1033 2013-01-21 Tassilo Horn <tsdh@gnu.org>
1034
1035 * textmodes/reftex-cite.el (reftex-format-citation): Add format
1036 chars for note (%N) and url (%U).
1037 * textmodes/reftex-vars.el (reftex-cite-format): Document them.
1038
1039 2013-01-21 Juri Linkov <juri@jurta.org>
1040
1041 * frame.el: Bind `f10' in `esc-map' to `toggle-frame-maximized'
1042 in addition to existing separate binding `meta f10' in `global-map'.
1043 (Bug#13484)
1044
1045 2013-01-21 Michael Albinus <michael.albinus@gmx.de>
1046
1047 Improve XEmacs compatibility.
1048
1049 * net/tramp.el (tramp-replace-environment-variables): Make it a defun.
1050
1051 * net/tramp-adb.el (top): Require `time-date'.
1052 (tramp-adb-ls-output-time-less-p): Use `tramp-time-less-p'.
1053 (tramp-adb-handle-copy-file, tramp-adb-handle-rename-file):
1054 Use `tramp-file-name-handler'.
1055 (tramp-adb-maybe-open-connection):
1056 Use `tramp-compat-set-process-query-on-exit-flag'.
1057
1058 * net/tramp-sh.el (tramp-sh-handle-file-acl):
1059 Use `tramp-compat-funcall'.
1060
1061 * net/tramp-smb.el (tramp-smb-handle-file-acl): Use `looking-at' and
1062 `tramp-compat-funcall'.
1063
1064 2013-01-21 Jürgen Hötzel <juergen@archlinux.org>
1065
1066 * net/tramp-adb.el (tramp-adb-handle-start-file-process): Complete
1067 reimplementation using "adb shell command ..." instead of running
1068 remote shell interactively.
1069
1070 2013-01-20 Glenn Morris <rgm@gnu.org>
1071
1072 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
1073 Add native profiler menu entries.
1074
1075 * profiler.el (profiler-running-p): New function.
1076 (profiler-cpu-profile): Use profiler-running-p.
1077 (profiler-report-mode-map): Add some more menu entries.
1078
1079 2013-01-19 Glenn Morris <rgm@gnu.org>
1080
1081 * mail/unrmail.el (unrmail): Do not mangle the mbox From line;
1082 fixes 2012-12-07 change. (Bug#13499)
1083
1084 2013-01-19 Leo Liu <sdl.web@gmail.com>
1085
1086 * dired.el (dired-get-marked-files): Prune erroneous values due to
1087 last change. (Bug#13152)
1088
1089 2013-01-19 Glenn Morris <rgm@gnu.org>
1090
1091 * progmodes/etags.el (tags-table-check-computed-list):
1092 Preserve point in tags buffer. (Bug#13412)
1093
1094 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
1095
1096 2013-01-19 Christian Wittern <cwittern@gmail.com> (tiny change)
1097 Chong Yidong <cyd@gnu.org>
1098
1099 * image-mode.el (image-next-file, image-previous-file):
1100 New commands (Bug#8453).
1101 (image-mode-map): Bind them to n and p.
1102 (image-mode--images-in-directory): New helper function.
1103
1104 2013-01-19 Chong Yidong <cyd@gnu.org>
1105
1106 * image-mode.el (image-mode-fit-frame): Add a frame argument.
1107 Suggested by Drew Adams (Bug#7730). Handle window decorations;
1108 save and restore the old window configuration.
1109
1110 2013-01-18 Leo Liu <sdl.web@gmail.com>
1111
1112 * progmodes/js.el: Tweak autoload cookie for alias.
1113
1114 2013-01-17 Michael Albinus <michael.albinus@gmx.de>
1115
1116 * autorevert.el (auto-revert-notify-watch-descriptor): Make it
1117 buffer local, again. This was lost with the fix on 2013-01-12.
1118
1119 2013-01-17 Jürgen Hötzel <juergen@archlinux.org>
1120
1121 * eshell/esh-util.el (eshell-path-env): Make it buffer local, in
1122 order to support several eshell buffers in parallel.
1123
1124 2013-01-17 Michael Albinus <michael.albinus@gmx.de>
1125
1126 * autorevert.el (auto-revert-use-notify): In the :set function, do
1127 not modify `kill-buffer-hook'.
1128 (auto-revert-notify-rm-watch):
1129 Remove `auto-revert-notify-rm-watch' from `kill-buffer-hook'.
1130 (auto-revert-notify-add-watch): Do not call
1131 `auto-revert-notify-rm-watch', but add it to a buffer local
1132 `kill-buffer-hook'.
1133
1134 2013-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
1135
1136 * emacs-lisp/trace.el (trace--read-args): Use a closure and an honest
1137 call to `eval' rather than a backquoted lambda.
1138
1139 2013-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
1140
1141 * emacs-lisp/nadvice.el (advice--tweak): Make it possible for `tweak'
1142 to return an explicit nil.
1143 (advice--remove-function): Change accordingly.
1144
1145 * emacs-lisp/advice.el (ad-preactivate-advice): Adjust the cleanup to
1146 the use of nadvice.el.
1147
1148 * progmodes/which-func.el (which-function): Silence imenu errors
1149 (bug#13433).
1150
1151 2013-01-15 Michael R. Mauger <mmaug@yahoo.com>
1152
1153 * progmodes/sql.el: (sql-imenu-generic-expression):
1154 (sql-mode-font-lock-object-name): Match schema qualified names.
1155 (sql-connect): Use string keys.
1156 (sql-product-interactive): Wait for interpreter prompt.
1157 (sql-comint-oracle): Set process coding based on NLS_LANG.
1158
1159 2013-01-15 Michael R. Mauger <mmaug@yahoo.com>
1160
1161 * progmodes/sql.el (sql-output-to-send): Remove, unused.
1162 (sql-interactive-remove-continuation-prompt):
1163 (sql-send-magic-terminator, sql-interactive-mode): Remove references.
1164
1165 2013-01-14 Leo Liu <sdl.web@gmail.com>
1166
1167 * calendar/calendar.el (calendar-redraw): Sync window-point and point.
1168 (Bug#13420)
1169
1170 2013-01-14 Glenn Morris <rgm@gnu.org>
1171
1172 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1173 Fix interpretation of gnu line.col1-col2 format. (Bug#13335)
1174
1175 2013-01-13 Fabián Ezequiel Gallina <fgallina@cuca>
1176
1177 * progmodes/python.el (python-nav-end-of-statement):
1178 Fix cornercase when handling multiline strings.
1179
1180 2013-01-13 Richard Stallman <rms@gnu.org>
1181
1182 * mail/sendmail.el (mail-position-on-field): Add doc string.
1183
1184 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
1185 Get current message boundaries and pass them to
1186 message-forward-make-body-mime. Minor style changes.
1187
1188 2013-01-13 Eli Zaretskii <eliz@gnu.org>
1189
1190 * cus-start.el (all): Avoid warnings about
1191 scroll-bar-adjust-thumb-portion on platforms where it is not defined.
1192
1193 2013-01-11 Jan Djärv <jan.h.d@swipnet.se>
1194
1195 * cus-start.el (all): Add scroll-bar-adjust-thumb-portion.
1196
1197 2013-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
1198
1199 * jit-lock.el (jit-lock-debug-mode): New minor mode.
1200 (jit-lock--debug-fontifying): New var.
1201 (jit-lock--debug-fontify): New function.
1202 * subr.el (condition-case-unless-debug): Don't prevent catching the
1203 error, just let the debbugger run.
1204 * emacs-lisp/timer.el (timer-event-handler): Don't prevent debugging
1205 timer code and don't drop errors silently.
1206
1207 2013-01-12 Michael Albinus <michael.albinus@gmx.de>
1208
1209 * autorevert.el (auto-revert-notify-watch-descriptor): Give it
1210 `permanent-local' property.
1211 (auto-revert-notify-handler): Use `file-equal-p'.
1212
1213 2013-01-12 Eli Zaretskii <eliz@gnu.org>
1214
1215 * autorevert.el (auto-revert-notify-handler): Fix filtering of
1216 file notification by ACTION. For filtering by file name, compare
1217 only the non-directory part of the file name.
1218
1219 2013-01-12 Stefan Monnier <monnier@iro.umontreal.ca>
1220
1221 * autorevert.el: Use cl-lib instead of cl.
1222
1223 * vc/vc-bzr.el (vc-bzr--sanitize-header): New function (bug#13307).
1224 (vc-bzr-checkin): Use it.
1225 * vc/log-edit.el (log-edit-extract-headers): Don't presume FUNCTION
1226 will preserve match-data.
1227
1228 2013-01-11 Felix H. Dahlke <fhd@ubercode.de>
1229
1230 * progmodes/js.el: Fix multiline declarations's indentation (bug#8576).
1231 (js--declaration-keyword-re): New var.
1232 (js--multi-line-declaration-indentation): New function.
1233 (js--proper-indentation): Use it.
1234
1235 2013-01-11 Aaron S. Hawley <Aaron.Hawley@vtinfo.com>
1236
1237 * calc/calc.el (calc-highlight-selections-with-faces)
1238 (calc-dispatch):
1239 * comint.el (comint-history-isearch-message):
1240 * emacs-lisp/edebug.el (edebug-read, edebug-eval-defun):
1241 * ffap.el (ffap-string-at-point-region, ffap-next)
1242 (ffap-string-at-point, ffap-string-around)
1243 (ffap-copy-string-as-kill, ffap-highlight-overlay)
1244 (ffap-literally):
1245 * font-lock.el (font-lock-keywords-alist)
1246 (font-lock-removed-keywords-alist):
1247 * help-mode.el (help-xref-symbol-regexp):
1248 * info.el (Info-find-emacs-command-nodes):
1249 * international/mule.el (add-to-coding-system-list):
1250 * isearch.el (isearch-message-function, isearch-fail-pos):
1251 * misearch.el (multi-isearch-next-buffer-function):
1252 * newcomment.el (comment-box):
1253 * printing.el (pr-txt-printer-alist, pr-ps-printer-alist)
1254 (pr-setting-database):
1255 * progmodes/cc-fonts.el (c-font-lock-keywords-3)
1256 (c++-font-lock-keywords-3, objc-font-lock-keywords-3)
1257 (java-font-lock-keywords-3, idl-font-lock-keywords-3)
1258 (pike-font-lock-keywords-3):
1259 * progmodes/compile.el (compile):
1260 * progmodes/etags.el (tags-table-files)
1261 (tags-table-files-function, tags-included-tables-function):
1262 * progmodes/gdb-mi.el (gdb, gdb-setup-windows)
1263 (gdb-restore-windows):
1264 * ps-print.el (ps-even-or-odd-pages, ps-spool-buffer-with-faces)
1265 (ps-n-up-filling-database):
1266 * server.el (server-buffer, server-log):
1267 * simple.el (newline, delete-backward-char, delete-forward-char)
1268 (minibuffer-history-isearch-message, kill-line, track-eol)
1269 (temporary-goal-column):
1270 * textmodes/flyspell.el (flyspell-mark-duplications-flag)
1271 (flyspell-default-deplacement-commands):
1272 * textmodes/ispell.el (ispell-accept-output):
1273 * textmodes/sgml-mode.el (html-tag-help):
1274 * vc/compare-w.el (compare-ignore-whitespace)
1275 (compare-ignore-case, compare-windows-dehighlight):
1276 * vc/diff.el (diff):
1277 * whitespace.el (whitespace-point)
1278 (whitespace-font-lock-refontify, whitespace-bob-marker)
1279 (whitespace-eob-marker): Fix ambiguous doc string cross-reference(s).
1280
1281 2013-01-11 Michael Albinus <michael.albinus@gmx.de>
1282
1283 * autorevert.el (top): Require 'cl in order to pacify byte compiler.
1284 (auto-revert-notify-rm-watch): Ignore errors.
1285 (auto-revert-notify-add-watch): Ignore errors. Use '(modify) for
1286 inotify, and '(size last-write-time) for w32notify.
1287 Set buffer-local `auto-revert-use-notify' to nil when adding a file
1288 watch fails - this is a fallback to the file modification check.
1289 (auto-revert-notify-event-p, auto-revert-notify-event-descriptor)
1290 (auto-revert-notify-event-action)
1291 (auto-revert-notify-event-file-name): New defuns.
1292 (auto-revert-notify-handler): Use them. Implement first
1293 plausibility checks.
1294 (auto-revert-handler): Handle also `auto-revert-tail-mode'.
1295
1296 2013-01-11 Julien Danjou <julien@danjou.info>
1297
1298 * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
1299 max are almost equal. Also return the correct value for V which is
1300 already between 0 and 1.
1301
1302 2013-01-11 Dmitry Antipov <dmantipov@yandex.ru>
1303
1304 * emacs-lisp/ert.el (ert-run-test): Use point-max-marker.
1305
1306 2013-01-11 Eli Zaretskii <eliz@gnu.org>
1307
1308 * autorevert.el (auto-revert-notify-rm-watch)
1309 (auto-revert-notify-add-watch): Fix typos in w32notify function
1310 names.
1311
1312 2013-01-10 Michael Albinus <michael.albinus@gmx.de>
1313
1314 * autorevert.el (auto-revert-notify-enabled): Move up.
1315 (auto-revert-use-notify): New defcustom.
1316 (auto-revert-mode, global-auto-revert-mode)
1317 (auto-revert-notify-add-watch, auto-revert-handler)
1318 (auto-revert-buffers): Use `auto-revert-use-notify' instead of
1319 `auto-revert-notify-enabled'.
1320
1321 2013-01-10 Elias Pipping <pipping@exherbo.org>
1322
1323 * files.el (auto-mode-alist): Use doc-view for djvu files (bug#13164).
1324 * doc-view.el (doc-view-document->bitmap):
1325 Use doc-view-single-page-converter-function instead of
1326 single-page-converter arg; adjust callers.
1327
1328 2013-01-10 Feng Li <fengli@gmail.com> (tiny change)
1329
1330 * progmodes/which-func.el (which-function): Understand Semantic's use
1331 of overlays in imenu--index-alist.
1332
1333 2013-01-10 Wolfgang Jenkner <wjenkner@inode.at>
1334
1335 * man.el: Handle different "man -k" behaviors (bug#13160). Use utf-8.
1336 (Man-man-k-use-anchor): New var.
1337 (Man-parse-man-k): New function.
1338 (Man-completion-table): Use it.
1339 (man): Flush the completion cache between uses.
1340
1341 2013-01-10 Michael Albinus <michael.albinus@gmx.de>
1342
1343 * autorevert.el: Add file watch support.
1344 (auto-revert-notify-enabled): New defconst.
1345 (auto-revert-notify-watch-descriptor-hash-list)
1346 (auto-revert-notify-watch-descriptor)
1347 (auto-revert-notify-modified-p): New defvars.
1348 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
1349 (auto-revert-notify-handler): New defuns.
1350 (auto-revert-mode, global-auto-revert-mode): Remove file watches
1351 when mode is disabled.
1352 (auto-revert-handler): Check for `auto-revert-notify-modified-p'.
1353 (auto-revert-buffers): Add file watches for active buffers.
1354
1355 2013-01-10 Dmitry Antipov <dmantipov@yandex.ru>
1356
1357 * cus-start.el (toplevel): Only allow float values for
1358 scroll-up-aggressively and scroll-down-aggressively.
1359 Allow any number for line-spacing.
1360
1361 2013-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
1362
1363 * doc-view.el (doc-view-pdfdraw-program): Allow "pdfdraw" name.
1364 (doc-view-pdf->png-converter-function): Use mupdf if available.
1365 (doc-view-djvu->png-converter-function)
1366 (doc-view-ps->png-converter-function): Remove.
1367 (doc-view--image-file-pattern): Replace doc-view--image-file-extension.
1368 (doc-view-goto-page, doc-view-convert-current-doc, doc-view-display)
1369 (doc-view-already-converted-p): Adjust accordingly.
1370 (doc-view-mode-p): Simplify.
1371 (doc-view-enlarge): Use setq-local.
1372 (doc-view-pdf->png-converter-ghostscript)
1373 (doc-view-djvu->png-converter-ddjvu)
1374 (doc-view-pdf->png-converter-mupdf): Rework to call
1375 doc-view-start-process directly.
1376 (doc-view-pdf/ps->png): Simplify accordingly.
1377 (doc-view-pdf->png-1, doc-view-djvu->png-1): Remove.
1378 (doc-view-document->bitmap): Rename from doc-view-document->png.
1379 (doc-view-convert-current-doc): Merge pdf and djvu cases.
1380 (doc-view-set-slice-from-bounding-box): Fix completion table.
1381 (doc-view-mode): Use add-hook for after-revert-hook.
1382
1383 2013-01-10 Glenn Morris <rgm@gnu.org>
1384
1385 * emacs-lisp/authors.el (authors-ignored-files)
1386 (authors-valid-file-names, authors-renamed-files-alist):
1387 Add some more entries.
1388
1389 2013-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
1390
1391 * image-mode.el (image-mode-winprops): Don't throw away the fallback
1392 `t' pseudo-window entry.
1393
1394 2013-01-10 Alan Mackenzie <acm@muc.de>
1395
1396 Fix bugs in the c-parse-state mechanism. Reuse some markers
1397 instead of continually generating new ones.
1398
1399 * progmodes/cc-engine.el (c-state-old-cpp-beg-marker)
1400 (c-state-old-cpp-end-marker): New variables.
1401 (c-append-lower-brace-pair-to-state-cache): Start a backward
1402 search for "}" definitively outside CPP constructs.
1403 (c-remove-stale-state-cache): Inform the caller of a need to
1404 search back for a brace pair in certain circumstances.
1405 (c-state-maybe-marker): New macro.
1406 (c-parse-state): Reuse markers when appropriate.
1407
1408 2013-01-10 Glenn Morris <rgm@gnu.org>
1409
1410 * simple.el (execute-extended-command): Doc fix.
1411 Bind prefix-arg around read-extended-command, for prompt. (Bug#13395)
1412
1413 2013-01-10 Chong Yidong <cyd@gnu.org>
1414
1415 * faces.el (read-face-name): Doc fix.
1416
1417 2013-01-10 Roland Winkler <winkler@gnu.org>
1418
1419 * emacs-lisp/crm.el: Allow any regexp for separators.
1420 (crm-default-separator): All spaces around the default comma separator.
1421 (crm--completion-command): New macro.
1422 (crm-completion-help, crm-complete, crm-complete-word): Use it.
1423 (crm-complete-and-exit): Handle non-single-char separators.
1424
1425 2013-01-09 Elias Pipping <pipping@lavabit.com>
1426
1427 * doc-view.el: Add support for DjVu (bug#13164).
1428 (doc-view-djvu->png-converter-function): New config var.
1429 (doc-view-single-page-converter-function, doc-view--image-type)
1430 (doc-view--image-file-extension): New vars.
1431 (doc-view-mode): Initialize them.
1432 (doc-view-goto-page): Use them.
1433 (doc-view-mode-p): Add support for ddjvu.
1434 (doc-view-djvu->png-converter-ddjvu, doc-view-djvu->png-1)
1435 (doc-view-set-up-single-converter): New funs.
1436 (doc-view-pdf/ps->png): Extend for djvu.
1437 (doc-view-document->png): Rename from doc-view-pdf->png.
1438 (doc-view-convert-current-doc): Handle djvu.
1439 (doc-view-insert-image, doc-view-display)
1440 (doc-view-already-converted-p): Don't hardcode png.
1441 (doc-view-set-doc-type): Recognize djvu docs.
1442
1443 2013-01-09 Elias Pipping <pipping@lavabit.com>
1444
1445 * doc-view.el: Add support for mupdf converter (bug#13164).
1446 (doc-view-pdfdraw-program, doc-view-pdf->png-converter-function)
1447 (doc-view-ps->png-converter-function): New config vars.
1448 (doc-view-pdf->png-converter-ghostscript)
1449 (doc-view-ps->png-converter-ghostscript)
1450 (doc-view-pdf->png-converter-mupdf): New functions.
1451 (doc-view-pdf/ps->png, doc-view-pdf->png-1): Use them.
1452
1453 2013-01-09 Jürgen Hötzel <juergen@archlinux.org>
1454
1455 * net/tramp.el (tramp-eshell-directory-change): Check remote-path
1456 first in session cache: When `tramp-own-remote-path' is in
1457 `tramp-remote-path', the remote path is only set in the session
1458 cache.
1459
1460 2013-01-09 Glenn Morris <rgm@gnu.org>
1461
1462 * emacs-lisp/trace.el (trace-function-foreground)
1463 (trace-function-background): Doc fix.
1464
1465 2013-01-09 Juri Linkov <juri@jurta.org>
1466
1467 * international/mule-cmds.el (read-char-by-name): Move let-binding
1468 of completion-ignore-case around completing-read to fix regression
1469 exhibited by the test case `C-x 8 RET *acc TAB' and caused by
1470 `string-match-p' using the nil value of `case-fold-search' and
1471 `completion-ignore-case' in `completion-pcm--all-completions'.
1472 (Bug#12615).
1473
1474 2013-01-09 Glenn Morris <rgm@gnu.org>
1475
1476 * progmodes/compile.el (compilation-parse-errors):
1477 Fix typo. (Bug#13369)
1478
1479 2013-01-09 Vitalie Spinu <spinuvit@gmail.com> (tiny change)
1480
1481 * comint.el (comint-send-input): Check size of buffer before
1482 waiting for process output, in case already accepted. (Bug#13290)
1483
1484 2013-01-09 Paul Eggert <eggert@cs.ucla.edu>
1485
1486 Spelling fixes.
1487 * net/tramp-adb.el (tramp-adb-get-toolbox):
1488 Fix misspelling of 'unknown'.
1489
1490 2013-01-08 Juri Linkov <juri@jurta.org>
1491
1492 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
1493 * progmodes/flymake.el (flymake-errline, flymake-warnline):
1494 Use underline style wave on terminals that support it. (Bug#13000)
1495
1496 2013-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
1497
1498 * emacs-lisp/pcase.el (pcase--split-equal): Also take advantage if
1499 the predicate returns nil.
1500
1501 * simple.el: Use lexical-binding.
1502 (primitive-undo): Use pcase.
1503 (minibuffer-history-isearch-push-state): Use a closure.
1504
1505 2013-01-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
1506
1507 * simple.el (primitive-undo): Move from undo.c.
1508
1509 2013-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
1510
1511 * vc/pcvs.el (cvs-cleanup-collection): Extend meaning of `rm-handled'.
1512 (cvs-mode-remove-handled): Use it (bug#13380).
1513
1514 * emacs-lisp/nadvice.el (advice--tweak): New function.
1515 (advice--remove-function, advice--subst-main): Use it.
1516
1517 * emacs-lisp/advice.el: Update commentary.
1518
1519 2013-01-08 Michael Albinus <michael.albinus@gmx.de>
1520
1521 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
1522 Remove spurious entry.
1523
1524 2013-01-08 Glenn Morris <rgm@gnu.org>
1525
1526 * net/tramp.el (tramp-default-host-alist): Add :version.
1527
1528 2013-01-08 Juri Linkov <juri@jurta.org>
1529
1530 * info.el (Info-read-node-name-2): Don't duplicate suffixes for
1531 single completion. (Bug#12456)
1532 (info--manual-names): Expand node completions into an explicit list
1533 before appending it to another list. Filter out internal buffers
1534 with the leading space in the buffer name. (Bug#10771)
1535
1536 2013-01-08 Juri Linkov <juri@jurta.org>
1537
1538 * info.el (Info-read-node-name-1): Allow empty node name in (FILENAME)
1539 that defaults to the Top node.
1540 (Info-goto-node, Info-read-node-name): Doc fix to mention that
1541 the short format (FILENAME) goes to the Top node.
1542 (Info-build-node-completions): Rename arg `file' to `filename'.
1543 (Bug#13365)
1544
1545 2013-01-07 Bastien Guerry <bzg@gnu.org>
1546
1547 * menu-bar.el (menu-bar-search-documentation-menu):
1548 Use `apropos-user-option' and fix the help message.
1549
1550 2013-01-07 Bastien Guerry <bzg@gnu.org>
1551
1552 * apropos.el (apropos-do-all): Update docstring.
1553 (apropos-user-option-button): New face.
1554 (apropos-user-option): Rename from `apropos-variable' and update
1555 docstring.
1556 (apropos-variable): Rewrite, now show all variables by default.
1557 (apropos-print): Mention "User option" instead of "Variable" when
1558 printing doc for user options. (Bug#13276)
1559
1560 2013-01-07 Jürgen Hötzel <juergen@archlinux.org>
1561
1562 * net/tramp-adb.el (tramp-do-parse-file-attributes-with-ls):
1563 Handle filename correctly, when parsing "source -> target" symlink
1564 output.
1565 (tramp-adb-handle-set-file-times): New defun.
1566
1567 2013-01-07 Stefan Monnier <monnier@iro.umontreal.ca>
1568
1569 * emacs-lisp/advice.el (ad-activate-advised-definition): Refresh the
1570 advice list when the interactive-spec of ad-Advice-* changes.
1571
1572 2013-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
1573
1574 * wid-edit.el (widget-default-get): Work for inlined elements.
1575 (Bug#12670)
1576
1577 2013-01-07 Michael Albinus <michael.albinus@gmx.de>
1578
1579 * net/tramp.el (tramp-default-host-alist): New defcustom.
1580 (tramp-find-host): Use it.
1581 (tramp-eshell-directory-change): Move from tramp-sh.el. Add to
1582 `eshell-directory-change-hook'.
1583
1584 * net/tramp-adb.el (top): Add adb specific entry in
1585 `tramp-default-host-alist'.
1586 (tramp-adb-file-name-host): Remove function.
1587 (tramp-adb-execute-adb-command, tramp-adb-maybe-open-connection):
1588 Use `tramp-file-name-host' instead of `tramp-adb-file-name-host'.
1589
1590 * net/tramp-sh.el: Move eshell integration code to tramp.el.
1591
1592 2013-01-06 Jürgen Hötzel <juergen@archlinux.org>
1593
1594 * net/tramp-adb.el (tramp-methods): Add `tramp-tmpdir' entry.
1595
1596 2013-01-06 Michael Albinus <michael.albinus@gmx.de>
1597
1598 * net/tramp-adb.el (tramp-adb-ls-toolbox-regexp): The file size can
1599 consist of more than one digit.
1600 (tramp-adb-file-name-handler-alist):
1601 Use `tramp-handle-file-exists-p' consistently.
1602 (tramp-adb-file-name-handler): Don't tweak `tramp-default-host'.
1603 (tramp-adb-handle-file-exists-p): Remove function.
1604 (tramp-adb-file-name-host): New defun.
1605 (tramp-adb-execute-adb-command, tramp-adb-maybe-open-connection):
1606 Use it.
1607 (tramp-adb-maybe-open-connection): Set "remote-path" property.
1608
1609 2013-01-06 Chong Yidong <cyd@gnu.org>
1610
1611 * vc/vc.el (vc-next-action): Detect buffer modifications
1612 conflicting with locking VCS operation (Bug#11490).
1613
1614 * vc/vc-hooks.el (vc-after-save): DTRT for locking VCSes.
1615
1616 2013-01-05 Michael Albinus <michael.albinus@gmx.de>
1617
1618 * net/tramp-adb.el (tramp-do-parse-file-attributes-with-ls):
1619 (tramp-adb-handle-directory-files-and-attributes): Fix typos.
1620
1621 2013-01-05 Jürgen Hötzel <juergen@archlinux.org>
1622
1623 * net/tramp-adb.el (tramp-adb-handle-file-attributes): More robust
1624 parsing of ls output using regular expression (handle filenames
1625 with spaces). Use virtual device number.
1626 (tramp-do-parse-file-attributes-with-ls): New defun (Code
1627 cleanup).
1628
1629 2013-01-04 Daiki Ueno <ueno@gnu.org>
1630
1631 * epg.el: Silence byte-compiler warnings.
1632 (epg--start): Use delete-char instead of delete-backward-char.
1633 (epg-wait-for-completion): Pass FRAME arg to redraw-frame.
1634
1635 2013-01-04 Daiki Ueno <ueno@gnu.org>
1636
1637 * epg.el (epg--start): Don't call "tty" program on W32 platforms.
1638 Suggested by Eli Zaretskii <eliz@gnu.org>.
1639
1640 2013-01-04 Michael Albinus <michael.albinus@gmx.de>
1641
1642 * net/tramp-sh.el (tramp-set-file-uid-gid): UID and GID must be
1643 non-negative integers. Otherwise, the default values are used.
1644 (tramp-convert-file-attributes): Convert uid and gid to integers.
1645
1646 2013-01-04 Glenn Morris <rgm@gnu.org>
1647
1648 * term.el (term-handle-colors-array): Ensure face attributes
1649 are fully specified, not nil. (Bug#13337)
1650
1651 * term.el (term-default-fg-color, term-default-bg-color):
1652 Fix custom type.
1653
1654 * progmodes/etags.el (tags-compression-info-list): Doc fix.
1655 (tag-find-file-of-tag-noselect): Check auto-compression-mode
1656 rather than 'jka-compr being loaded. (Bug#13338)
1657
1658 2013-01-04 Wesley Dawson <whd@lavabit.com> (tiny change)
1659
1660 * icomplete.el (icomplete-completions):
1661 Honor icomplete-prospects-height once more following
1662 2012-11-29 changes. (Bug#13224)
1663
1664 2013-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
1665
1666 * subr.el (internal--called-interactively-p--get-frame): Find aliases
1667 of called-interactively-p as well (bug#13237).
1668
1669 * view.el (view--enable, view--disable): Rename from view-mode-enable
1670 and view-mode-disable and assume it's called from view-mode.
1671 (view-mode-enable, view-mode-disable): Redefine as obsolete
1672 compatibility layer above view-mode.
1673 (view-mode-enter): Call `view-mode'.
1674
1675 * files.el (after-find-file): Call `view-mode'.
1676
1677 * doc-view.el (doc-view-scale-internally): New var.
1678 (doc-view-enlarge, doc-view-insert-image): Obey it.
1679
1680 2013-01-03 Daiki Ueno <ueno@gnu.org>
1681
1682 * epg.el (epg--start): Ignore errors when /dev/fd/0 does not
1683 exist. (Bug#13344)
1684
1685 2013-01-03 Glenn Morris <rgm@gnu.org>
1686
1687 * mail/rmail.el (rmail-set-header-1): Ignore case.
1688 Handle multi-line headers. (Bug#13330)
1689
1690 * progmodes/make-mode.el (makefile-fill-paragraph): Add doc.
1691 Handle paragraph starting at beginning of buffer.
1692
1693 * subr.el (eval-after-load): Don't purecopy the form, so that it
1694 can be nconc'd later on; reverts 2009-11-11 change. (Bug#13331)
1695
1696 * emacs-lisp/byte-run.el (defun): Place cl declarations
1697 after any interactive spec. (Bug#13265)
1698
1699 2013-01-02 Andreas Schwab <schwab@linux-m68k.org>
1700
1701 * emacs-lisp/byte-run.el (defmacro): Use same argument parsing as
1702 defun. Don't check for DECL if DOCSTRING isn't a string.
1703 (defun): Likewise.
1704
1705 2013-01-02 Glenn Morris <rgm@gnu.org>
1706
1707 * eshell/em-cmpl.el (eshell-pcomplete):
1708 More thoroughly imitate pcomplete. (Bug#13293)
1709
1710 * files.el (parse-colon-path): Doc fix. (Bug#12351)
1711 Return nil for empty path elements. (Bug#13296)
1712
1713 2013-01-02 Fabián Ezequiel Gallina <fgallina@cuca>
1714
1715 * progmodes/python.el (python-nav-end-of-statement): Rewrite in
1716 order to improve efficiency (Based on Daniel Colascione's
1717 <dancol@dancol.org> patch). (Bug#13182)
1718
1719 2013-01-02 Glenn Morris <rgm@gnu.org>
1720
1721 * vc/log-edit.el (log-edit-header-contents-regexp): Add doc string.
1722
1723 2013-01-02 Andreas Schwab <schwab@linux-m68k.org>
1724
1725 * emacs-lisp/byte-run.el (defmacro): Don't lose final nil if
1726 neither DOCSTRING nor DECL was given. (Bug#13316)
1727
1728 2013-01-02 Michael Albinus <michael.albinus@gmx.de>
1729
1730 * net/tramp-sh.el (tramp-sh-handle-set-file-acl): Add argument to
1731 `error' call.
1732 (tramp-do-copy-or-rename-file): Ignore errors when calling
1733 `set-file-extended-attributes'.
1734
1735 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
1736 Add handler for `file-acl'.
1737 (tramp-smb-handle-file-acl): New defun.
1738
1739 2013-01-02 Jay Belanger <jay.p.belanger@gmail.com>
1740
1741 * calc/README: Mention ISO 8601 week-numbering dates.
1742
1743 2013-01-01 Martin Rudalics <rudalics@gmx.at>
1744
1745 * view.el (view-mode-enable): New argument run-view-mode-hook.
1746 Run view-mode-hook only when it's non-nil (Bug#13315).
1747 (view-mode-enter): Call view-mode-enable with run-view-mode-hook
1748 argument t.
1749
1750 2012-12-31 Jürgen Hötzel <juergen@archlinux.org>
1751
1752 * net/tramp-adb.el (tramp-adb-maybe-open-connection): Handle errors
1753 (No device connected, invalid device name). (Bug #13299)
1754
1755 2012-12-31 Martin Rudalics <rudalics@gmx.at>
1756
1757 * window.el (window-resizable--p): Rename to window-resizable-p.
1758 (window-resize-no-error): New function.
1759
1760 * mail/rmail.el (rmail-maybe-display-summary): Restore behavior
1761 broken in fix from 2012-12-28.
1762
1763 2012-12-31 Stefan Monnier <monnier@iro.umontreal.ca>
1764
1765 * subr.el (special-form-p): Don't signal errors on undef aliases.
1766
1767 2012-12-31 Jay Belanger <jay.p.belanger@gmail.com>
1768
1769 * calc/calc-forms.el (math-parse-date): Try using
1770 `math-parse-iso-date' when it looks like it might be needed.
1771 Allow times of 24:00.
1772 (math-parse-date-validate, math-parse-iso-date-validate): Allow times
1773 of 24:00.
1774
1775 2012-12-30 Glenn Morris <rgm@gnu.org>
1776
1777 * net/mairix.el (rmail, rmail-summary-displayed, rmail-summary):
1778 Remove unnecessary/buggy autoloads (missing interactive). (Bug#13294)
1779 (rmail-summary-displayed, rmail-summary): Declare.
1780 (mairix-rmail-display): Just require rmail.
1781
1782 2012-12-30 Chong Yidong <cyd@gnu.org>
1783
1784 * emacs-lisp/package.el (package-untar-buffer): Improve integrity
1785 check for the tarball contents.
1786
1787 2012-12-30 Matt Fidler <matt.fidler@alcon.com> (tiny change)
1788
1789 * emacs-lisp/package.el (package-untar-buffer): Handle problematic
1790 tarfile content listings (Bug#13136).
1791
1792 2012-12-30 Mark Lillibridge <mark.lillibridge@hp.com>
1793
1794 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
1795 Insert the undecoded text of the message being forwarded. (Bug#9521)
1796
1797 2012-12-30 Michael Albinus <michael.albinus@gmx.de>
1798
1799 * net/tramp-sh.el (tramp-set-file-uid-gid): Convert UID and GID to
1800 integers, if they are real numbers. (Bug#13282)
1801
1802 * net/tramp-sh.el (tramp-sh-handle-set-file-selinux-context):
1803 Return `t' on success.
1804
1805 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
1806 Add handler for `set-file-selinux-context'.
1807
1808 2012-12-29 Michael Albinus <michael.albinus@gmx.de>
1809
1810 * net/tramp-sh.el (tramp-sh-handle-file-acl): Suppress basic attributes.
1811 (tramp-sh-handle-set-file-acl): Return `t' on success.
1812
1813 2012-12-29 Eli Zaretskii <eliz@gnu.org>
1814
1815 * files.el (backup-buffer-copy, basic-save-buffer-2):
1816 If set-file-extended-attributes fails, fall back on set-file-modes
1817 instead of signaling an error. (Bug#13298)
1818 (basic-save-buffer): Likewise.
1819
1820 2012-12-29 Fabián Ezequiel Gallina <fgallina@cuca>
1821
1822 * progmodes/python.el: Support other commands triggering
1823 python-indent-line so indentation cycling continues to work.
1824 (python-indent-trigger-commands): New defcustom.
1825 (python-indent-line): Use it.
1826
1827 2012-12-29 Fabián Ezequiel Gallina <fgallina@cuca>
1828
1829 * progmodes/python.el (python-shell-send-region): Add blank lines
1830 for non sent code so backtraces remain correct.
1831
1832 2012-12-29 Fabián Ezequiel Gallina <fgallina@cuca>
1833
1834 * progmodes/python.el: Remove cl dependency.
1835 (python-syntax-count-quotes): Replace incf call.
1836 (python-fill-string): Replace setf call.
1837
1838 2012-12-29 Damien Cassou <damien.cassou@gmail.com>
1839
1840 * info.el (info-other-window): New arg, for consistency with info.
1841
1842 2012-12-28 Martin Rudalics <rudalics@gmx.at>
1843
1844 * mail/rmail.el (rmail-maybe-display-summary):
1845 Rewrite (Bug#13066).
1846
1847 2012-12-28 Andreas Schwab <schwab@linux-m68k.org>
1848
1849 * epg.el (epg--start): Modify process-environment locally.
1850
1851 2012-12-28 Daiki Ueno <ueno@gnu.org>
1852
1853 * epg.el: Support pinentry-curses.
1854 Suggested by Werner Koch in
1855 <http://lists.gnu.org/archive/html/emacs-devel/2007-02/msg00755.html>.
1856 (epg-agent-file, epg-agent-mtime): New variable.
1857 (epg--start): Record the modified time of gpg-agent socket file,
1858 to restore Emacs frame after pinentry-curses termination.
1859 (epg-wait-for-completion): Restore Emacs frame here.
1860
1861 2012-12-27 Juri Linkov <juri@jurta.org>
1862
1863 * info.el (Info-file-completions): New variable.
1864 (Info-read-node-name-1): Complete node names in the Info file
1865 when a file name is given. Call `Info-build-node-completions'
1866 with a file name.
1867 (Info-build-node-completions): Add new arg `file'. When it is
1868 non-nil, visit it in a temporary buffer and cache its completions in
1869 `Info-current-file-completions'. Move most of the function body to
1870 `Info-build-node-completions-1'.
1871 (Info-build-node-completions-1): New function with the body from
1872 `Info-build-node-completions'. (Bug#12456)
1873
1874 2012-12-27 Juri Linkov <juri@jurta.org>
1875
1876 * frame.el (frame-maximization-style): Remove user option.
1877 (cycle-frame-maximized): Remove function.
1878 (toggle-frame-maximized): Rewrite and bind to M-<f10>.
1879 (toggle-frame-fullscreen): New command bound to <f11> instead of
1880 `toggle-frame-maximized'.
1881 http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00703.html
1882
1883 2012-12-27 Michael Albinus <michael.albinus@gmx.de>
1884
1885 * net/tramp.el (tramp-handle-file-accessible-directory-p): New defun.
1886
1887 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
1888 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
1889 * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
1890 for `file-accessible-directory-p'. (Bug#13275)
1891
1892 2012-12-27 Sam Steingold <sds@gnu.org>
1893
1894 * progmodes/cperl-mode.el (cperl-calculate-indent): Do not stagger
1895 continuations, see <http://stackoverflow.com/questions/3582436>.
1896
1897 2012-12-27 Dmitry Gutov <dgutov@yandex.ru>
1898
1899 * progmodes/ruby-mode.el (ruby-indent-beg-re): Only allow "class",
1900 "module" and "def" to have indentation before them.
1901 Regression from 2012-09-07T04:15:56Z!dgutov@yandex.ru (see the new test).
1902
1903 * progmodes/ruby-mode.el: Bump the version to 1.2 (Bug#13200).
1904
1905 2012-12-27 Alan Mackenzie <acm@muc.de>
1906
1907 Speed up fontification where there's large brace blocks.
1908 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Add a limit
1909 to a call of c-beginning-of-decl-1.
1910
1911 2012-12-27 Vitalie Spinu <spinuvit@gmail.com> (tiny change)
1912
1913 * comint.el (comint-adjust-window-point): New function.
1914 (comint-postoutput-scroll-to-bottom):
1915 Call comint-adjust-window-point (Bug#13248).
1916
1917 2012-12-26 Dmitry Gutov <dgutov@yandex.ru>
1918
1919 * progmodes/ruby-mode.el (auto-mode-alist): `purecopy' the
1920 Rakefile regexp.
1921 (auto-mode-alist): Associate .gemspec files with ruby-mode
1922 (https://bugs.ruby-lang.org/issues/5453).
1923
1924 2012-12-26 Jürgen Hötzel <juergen@archlinux.org>
1925
1926 * net/tramp-adb.el (tramp-adb-get-ls-command): New defun.
1927 Suppress coloring, if possible (required for BusyBox based systems like
1928 CyanogenMod).
1929 (tramp-adb-handle-file-attributes)
1930 (tramp-adb-handle-insert-directory)
1931 (tramp-adb-handle-file-name-all-completions): Use it.
1932 (tramp-adb-get-toolbox): New defun. Check for remote shell
1933 implementation (BusyBox or Toolbox).
1934
1935 2012-12-24 Constantin Kulikov <zxnotdead@gmail.com> (tiny change)
1936
1937 * startup.el (initial-buffer-choice): Allow function as value
1938 (Bug#13251).
1939 (command-line-1): Handle case where initial-buffer-choice
1940 specifies a function.
1941 * server.el (server-execute): Handle case where
1942 initial-buffer-choice specifies a function.
1943
1944 2012-12-24 Lars Ingebrigtsen <larsi@gnus.org>
1945
1946 * mail/smtpmail.el (smtpmail-try-auth-method): Refactored out into
1947 its own function.
1948 (smtpmail-try-auth-methods): Forget the user name/password if the
1949 login is unsuccessful (bug#12424).
1950
1951 2012-12-22 Michael Albinus <michael.albinus@gmx.de>
1952
1953 * notifications.el (notifications-notify): Protect body with
1954 `with-demoted-errors'.
1955
1956 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
1957 Check properties of remote device. Restart connection, if there is a
1958 change.
1959
1960 2012-12-21 Chong Yidong <cyd@gnu.org>
1961
1962 * sort.el (sort-subr): Doc fix (Bug#13056).
1963
1964 2012-12-21 Bastien Guerry <bzg@gnu.org>
1965
1966 * progmodes/etags.el (tags-search): Fix typo. Bug #13232.
1967
1968 2012-12-21 Michael Albinus <michael.albinus@gmx.de>
1969
1970 * simple.el (process-file): Overwrite stderr file, if exists.
1971
1972 2012-12-21 Daiki Ueno <ueno@gnu.org>
1973
1974 * epg.el (epg--start): Print GPG_AGENT_INFO in the debug buffer.
1975 (epg-error): Set `error-message' property.
1976
1977 2012-12-21 Chong Yidong <cyd@gnu.org>
1978
1979 * international/mule-cmds.el (read-char-by-name): Signal an error
1980 if the user does not supply a valid character (Bug#13177).
1981
1982 * simple.el (transpose-subr-1): Preserve marker positions by
1983 changing the insertion sequence (Bug#13122).
1984
1985 2012-12-21 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
1986
1987 * simple.el (kill-region): Deactivate mark even for empty regions
1988 (Bug#13169).
1989
1990 2012-12-21 Chong Yidong <cyd@gnu.org>
1991
1992 * help-fns.el (describe-variable): Make sure we get the right
1993 buffer name (Bug#13105). Suggested by Kelly Dean.
1994
1995 2012-12-20 Michael R. Mauger <mmaug@yahoo.com>
1996
1997 * comint.el (comint-redirect-previous-input-string): New variable.
1998 (comint-redirect-setup, comint-redirect-cleanup)
1999 (comint-redirect-preoutput-filter): Use it. Fixes redirection bug.
2000 (comint-redirect-preoutput-filter): Fix verbose message.
2001
2002 2012-12-20 Michael Albinus <michael.albinus@gmx.de>
2003
2004 * progmodes/grep.el (rgrep): Escape command line. Sometimes, it
2005 is too long for Tramp. See discussion in
2006 <http://thread.gmane.org/gmane.emacs.tramp/8233/focus=8244>.
2007
2008 * progmodes/compile.el (compilation-start): Remove line escape
2009 template.
2010
2011 2012-12-20 Dmitry Antipov <dmantipov@yandex.ru>
2012
2013 * vc/ediff-ptch.el (ediff-map-patch-buffer): Use `point-min-marker'.
2014 Adjust comment.
2015
2016 2012-12-19 Jonas Bernoulli <jonas@bernoul.li>
2017
2018 * emacs-lisp/lisp-mnt.el (lm-section-end): Always end before the
2019 following non-comment text (bug#13207).
2020 (lm-header-multiline): Continuation lines need to be indented more than
2021 the first line.
2022 (lm-homepage): New function.
2023 (lm-with-file): Don't be confused if narrowing is in effect.
2024
2025 2012-12-19 Stefan Monnier <monnier@iro.umontreal.ca>
2026
2027 * vc/diff-mode.el (diff-post-command-hook): Don't ignore changes at the
2028 very beginning of a hunk (e.g. killing the first line).
2029
2030 2012-12-19 Michael Albinus <michael.albinus@gmx.de>
2031
2032 * net/tramp-sh.el (tramp-sh-handle-file-acl): Delete empty lines
2033 and text properties from returned ACL string.
2034 (tramp-sh-handle-set-file-acl): Do not use additional parentheses
2035 for "setfacl" command.
2036
2037 2012-12-18 Michael Albinus <michael.albinus@gmx.de>
2038
2039 * net/tramp.el (tramp-error-with-buffer): Give a hint to use
2040 `tramp-cleanup-this-connection', when the process has died.
2041 (Bug#13151)
2042
2043 2012-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
2044
2045 * icomplete.el (icomplete-completions): Also use … to truncate prefix.
2046
2047 2012-12-17 Kevin Ryde <user42@zip.com.au>
2048
2049 * files.el (auto-save-file-name-p): Use \` and \' (bug#13186).
2050
2051 2012-12-17 Michael Albinus <michael.albinus@gmx.de>
2052
2053 Add support for preserving ACL entries of files.
2054
2055 * net/tramp.el (tramp-file-name-for-operation): Add `file-acl' and
2056 `set-file-acl' handlers.
2057
2058 * net/tramp-adb.el (tramp-adb-handle-copy-file):
2059 Handle PRESERVE-EXTENDED-ATTRIBUTES.
2060
2061 * net/tramp-compat.el (tramp-compat-copy-file):
2062 Handle PRESERVE-EXTENDED-ATTRIBUTES.
2063
2064 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
2065 Add `file-acl' and `set-file-acl' handlers.
2066 (tramp-gvfs-handle-copy-file):
2067 Handle PRESERVE-EXTENDED-ATTRIBUTES.
2068 (tramp-gvfs-handle-file-acl, tramp-gvfs-handle-set-file-acl):
2069 New defuns.
2070
2071 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
2072 Add `file-acl' and `set-file-acl' handlers.
2073 (tramp-remote-acl-p, tramp-sh-handle-file-acl)
2074 (tramp-sh-handle-set-file-acl): New defuns.
2075 (tramp-sh-handle-copy-file, tramp-do-copy-or-rename-file):
2076 Handle PRESERVE-EXTENDED-ATTRIBUTES.
2077
2078 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
2079 Add `file-acl' and `set-file-acl' handlers.
2080 (tramp-smb-handle-copy-file): Handle PRESERVE-EXTENDED-ATTRIBUTES.
2081
2082 2012-12-17 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
2083
2084 * help-macro.el (make-help-screen): Instead of switch-to-buffer
2085 use pop-to-buffer with NORECORD argument t. As buffer name, use
2086 *Metahelp* with a leading space (Bug#13190).
2087
2088 2012-12-16 Romain Francoise <romain@orebokech.com>
2089
2090 * files.el (file-extended-attributes)
2091 (set-file-extended-attributes): New functions.
2092 (backup-buffer): Use them to handle both SELinux context and ACL
2093 entries.
2094 (backup-buffer-copy): Work with an alist of extended attributes,
2095 rather than an SELinux context.
2096 (basic-save-buffer-2): Ditto.
2097
2098 2012-12-16 Timo Myyrä <timo.myyra@gmail.com>
2099
2100 * battery.el (battery-bsd-apm): New function.
2101
2102 2012-12-16 Jay Belanger <jay.p.belanger@gmail.com>
2103
2104 * calc/calc.el (calc-standard-date-formats): Adjust one of the
2105 standard date formats.
2106
2107 2012-12-15 Juri Linkov <juri@jurta.org>
2108
2109 * isearch.el (isearch-mode-map): Bind `C-x 8 RET' to
2110 `isearch-insert-char-by-name'.
2111 (with-isearch-suspended): New defmacro with body mostly from
2112 `isearch-edit-string' except the part that sets
2113 `isearch-new-string' and `isearch-new-message'.
2114 (isearch-edit-string): Use new macro `with-isearch-suspended' with
2115 body that sets `isearch-new-string' and `isearch-new-message'.
2116 (isearch-insert-char-by-name): New command.
2117 * international/mule-cmds.el (read-char-by-name): Let-bind
2118 `enable-recursive-minibuffers' to t.
2119 http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00234.html
2120
2121 2012-12-15 Juri Linkov <juri@jurta.org>
2122
2123 * isearch.el (isearch-delete-char, isearch-del-char): Doc fix.
2124 (Bug#13175)
2125
2126 2012-12-15 Christopher Schmidt <christopher@ch.ristopher.com>
2127
2128 * dired-x.el (dired-guess-shell-command): Put colon at the end of
2129 the prompt. (Bug#13045)
2130
2131 2012-12-14 Glenn Morris <rgm@gnu.org>
2132
2133 * emacs-lisp/macroexp.el (macroexp--warn-and-return):
2134 Try to include filename in non-bytecomp warning. (Bug#13132)
2135
2136 2012-12-14 Paul Eggert <eggert@cs.ucla.edu>
2137
2138 Fix permissions bugs with setgid directories etc. (Bug#13125)
2139 * files.el (backup-buffer): Don't rely on 9th output of
2140 file-attributes, as it's now a placeholder. Instead, use the new
2141 optional arg of file-ownership-preserved-p.
2142 (file-ownership-preserved-p): New optional arg GROUP.
2143 Fix mishandling of setuid directories that would cause this
2144 function to return t when it should have returned nil.
2145 Document what happens if the file does not exist, and when
2146 it's not known whether the ownership will be preserved.
2147 * net/tramp-sh.el (tramp-sh-handle-file-ownership-preserved-p):
2148 Likewise.
2149 (tramp-get-local-gid): Use group-gid for integer, as that's
2150 faster and more reliable.
2151
2152 2012-12-14 Julien Danjou <julien@danjou.info>
2153
2154 * progmodes/sql.el (sql-mode-postgres-font-lock-keywords):
2155 Update keywords list, data type and PL/pgSQL.
2156
2157 2012-12-14 Dave Abrahams <dave@boostpro.com>
2158
2159 * vc/ediff-util.el (ediff-buffer-type): New function.
2160 (ediff-clone-buffer-for-current-diff-comparison): Compute the buf-type
2161 rather than taking it as as argument.
2162 (ediff-inferior-compare-regions): Adjust calls accordingly (bug#11319).
2163
2164 2012-12-14 Ryan Crum <ryan.crum@eleostech.com>
2165
2166 * json.el: Add pretty-print option (bug#12634).
2167 (json-encoding-separator, json-encoding-default-indentation)
2168 (json--encoding-current-indentation, json-encoding-pretty-print)
2169 (json-encoding-lisp-style-closings): New vars.
2170 (json--with-indentation): New macro.
2171 (json-encode-hash-table, json-encode-alist, json-encode-plist)
2172 (json-encode-array): Use it to obey json-encoding-pretty-print.
2173 (json-pretty-print-buffer, json-pretty-print): New commands.
2174
2175 2012-12-14 Dmitry Gutov <dgutov@yandex.ru>
2176
2177 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
2178 Extract `ruby-syntax-propertize-expansions'.
2179 (ruby-syntax-propertize-expansions): Only change syntax on
2180 certain string delimiters, to punctuation. This way the common
2181 functions like forward-word and thing-at-point still work.
2182 (ruby-match-expression-expansion): Improve readability.
2183 (ruby-block-contains-point): New function.
2184 (ruby-add-log-current-method): Handle several edge cases.
2185
2186 2012-12-13 Juanma Barranquero <lekktu@gmail.com>
2187
2188 * emacs-lisp/edebug.el (edebug-unload-function): Make sure that
2189 unload-feature finishes even when aborting an ongoing edebug session.
2190 Also, do not worry about edebug-mode, unload-feature takes care of it.
2191
2192 2012-12-13 Andreas Schwab <schwab@suse.de>
2193
2194 * net/tls.el (tls-program): Update customize type.
2195
2196 2012-12-13 Juanma Barranquero <lekktu@gmail.com>
2197
2198 * emacs-lisp/edebug.el (edebug--require-cl-read): New function.
2199 (edebug-setup-hook, cl-read-load-hooks): Use it.
2200 (edebug-unload-function): New function. (Bug#13163)
2201
2202 2012-12-13 Michael Albinus <michael.albinus@gmx.de>
2203
2204 * net/tramp-adb.el (tramp-adb-file-name-p): Make it a defsubst.
2205 Otherwise, there could be errors in autoloading. (Bug#13151)
2206
2207 2012-12-13 Jürgen Hötzel <juergen@archlinux.org>
2208
2209 * net/tramp-adb.el (tramp-adb-wait-for-output): Remove spurious " ^H"
2210 sequences.
2211
2212 2012-12-13 Alan Mackenzie <acm@muc.de>
2213
2214 Make CC Mode not hang when _some_ lines end in CRLF. Bug #11841.
2215 * progmodes/cc-engine.el (c-backward-comments): Add code to work
2216 around `forward-comment' not recognizing ^M as whitespace.
2217
2218 2012-12-13 Fabián Ezequiel Gallina <fgallina@cuca>
2219
2220 * progmodes/python.el (python-skeleton-class)
2221 (python-skeleton-def): Do not add space after defun name.
2222
2223 2012-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
2224
2225 * emacs-lisp/cl.el (letf): Make it an alias of cl-letf.
2226 (cl--symbol-function): Remove (now that funbound is like nil).
2227
2228 2012-12-12 Glenn Morris <rgm@gnu.org>
2229
2230 * button.el (button--area-button-p): Fix typo.
2231
2232 2012-12-12 Sam Steingold <sds@gnu.org>
2233
2234 * frame.el (frame-maximization-style): New user option.
2235 (toggle-frame-maximized): Toggle frame maximization according to
2236 `frame-maximization-style', bound to <f11>.
2237 (cycle-frame-maximized): Cycle between all maximization styles and
2238 non-maximized frame, bound to shift-<f11>.
2239
2240 2012-12-12 David Cadé <codename68@gmail.com>
2241
2242 * mpc.el (mpc-format): Use truncate-string-to-width (bug#13143).
2243
2244 2012-12-12 Jonas Bernoulli <jonas@bernoul.li>
2245
2246 * lisp/emacs-lisp/eieio.el: Prettier object pretty-printing (bug#13115).
2247 (eieio-override-prin1): Don't quote kewords and booleans.
2248 (object-write) <eieio-default-superclass>: Don't put closing parens
2249 on new line, avoid needless empty lines, align values that are objects
2250 with the slot keyword (instead of beginning on the same line).
2251 (eieio-list-prin1): Align value with slot keyword; increase
2252 eieio-print-depth before printing members of the list.
2253
2254 2012-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
2255
2256 * mail/emacsbug.el (report-emacs-bug): Move the intangible text to
2257 a display text-property.
2258 (report-emacs-bug-hook): Don't bother deleting it any more.
2259
2260 * hilit-chg.el (highlight-save-buffer-state): Delete.
2261 Use with-silent-modifications instead.
2262 (hilit-chg-set-face-on-change): Only fixup the text that's modified.
2263
2264 * button.el: Handle buttons in display text-properties.
2265 (button--area-button-p, button--area-button-string):
2266 Use (STRING . STRING-POS) representation instead of just STRING.
2267
2268 2012-12-11 Eli Zaretskii <eliz@gnu.org>
2269
2270 * makefile.w32-in (compile4-SH): Fix a typo that caused term
2271 subdirectory be skipped.
2272
2273 2012-12-11 Glenn Morris <rgm@gnu.org>
2274
2275 * net/rcirc.el (rcirc-urls, rcirc-condition-filter): Doc fixes.
2276
2277 * progmodes/f90.el (f90-line-continued, f90-indent-region):
2278 Treat preprocessor lines embedded in continuations like comments.
2279 (f90-indent-line): Special-case preprocessor lines. (Bug#13138)
2280
2281 2012-12-11 Jay Belanger <jay.p.belanger@gmail.com>
2282
2283 * calc/calc.el (calc-standard-date-formats): Add more date
2284 formats.
2285 * calc/calc-forms.el (math-parse-iso-date): New function.
2286 (math-parse-date): Use `math-parse-iso-date' when appropriate.
2287 (math-parse-iso-date-validate): Add extra error checking.
2288 (calc-date-notation): Add ability to access new date formats.
2289
2290 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
2291
2292 * hi-lock.el (hi-lock--regexps-at-point): Fix boundary case for
2293 font-lock as well as when there's no text-property.
2294
2295 2012-12-10 Jambunathan K <kjambunathan@gmail.com>
2296
2297 * hi-lock.el: Refine the choice of default face.
2298 (hi-lock-keyword->face): New function. Use it wherever we used
2299 cadadadr instead.
2300 (hi-lock--regexps-at-point): Ignore faces that can't come from hi-lock.
2301 (hi-lock--last-face): Remove var.
2302 (hi-lock--unused-faces): New var to replace it.
2303 (hi-lock-read-face-name): Use/maintain it.
2304 (hi-lock-unface-buffer): Maintain it. Fix error for the C-u case.
2305 (hi-lock-set-pattern): Ignore new rule if it has the same regexp even
2306 if it has another face.
2307
2308 2012-12-10 Eli Zaretskii <eliz@gnu.org>
2309
2310 * subr.el (w32notify-handle-event): New function.
2311 (inotify-handle-event): Doc fix.
2312
2313 2012-12-10 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2314
2315 * subr.el (inotify-event-p, inotify-handle-event): New functions.
2316
2317 2012-12-10 Dani Moncayo <dmoncayo@gmail.com>
2318
2319 * simple.el (just-one-space): Doc fix.
2320
2321 2012-12-10 Eli Zaretskii <eliz@gnu.org>
2322
2323 * textmodes/texinfo.el (texinfo-enable-quote-envs): Add "smallexample".
2324
2325 2012-12-10 Le Wang <l26wang@gmail.com>
2326
2327 * hilit-chg.el (hilit-chg-set-face-on-change): Don't burp in
2328 narrowed buffer (bug#12361).
2329
2330 2012-12-10 Juanma Barranquero <lekktu@gmail.com>
2331
2332 * vc/vc-hooks.el (vc-state): Doc fix.
2333
2334 2012-12-10 Glenn Morris <rgm@gnu.org>
2335
2336 * mail/rmail.el (rmail-maybe-display-summary):
2337 Preserve buffer, in case select-window changes it. (Bug#13066)
2338
2339 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
2340
2341 * emacs-lisp/cl.el, emacs-lisp/cl-lib.el: Move cl-unload-function and
2342 cl-load-hook where they belong.
2343
2344 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
2345
2346 * emacs-lisp/cl-lib.el (cl-declaim): Paren typo.
2347
2348 2012-12-09 Eli Zaretskii <eliz@gnu.org>
2349
2350 Parallelize byte compilation on MS-Windows.
2351 * makefile.w32-in (WINS_BASIC1, WINS_BASIC2, WINS_BASIC3)
2352 (WINS_BASIC4): New variables, subdivide subdirectories into 4 parts.
2353 (WINS_BASIC): Define as concatenation of the above.
2354 (compile): Subdivide into 4 separate and independent jobs that can
2355 be run in parallel.
2356 (compile0-CMD, compile0-SH): New targets for compiling
2357 COMPILE_FIRST files, which are prerequisites for the rest of the
2358 byte-compilation.
2359 (compile1-CMD, compile2-CMD, compile3-CMD, compile4-CMD):
2360 New targets for parallel compilation with cmd.exe.
2361 (compile1-SH, compile2-SH, compile3-SH, compile4-SH): Ditto for
2362 compiling under a Unixy shell.
2363
2364 2012-12-09 Chong Yidong <cyd@gnu.org>
2365
2366 * simple.el (set-mark-default-inactive): Delete this
2367 accidentally-introduced option.
2368 (set-mark-command, exchange-point-and-mark): Remove calls.
2369
2370 2012-12-09 Glenn Morris <rgm@gnu.org>
2371
2372 * emacs-lisp/lisp-mode.el (eval-defun-1): Doc fix.
2373 Respect a defcustom's :set function, if appropriate. (Bug#109)
2374 (eval-defun): Doc fix.
2375
2376 2012-12-08 Juri Linkov <juri@jurta.org>
2377
2378 * info.el (Info-copy-current-node-name, Info-breadcrumbs)
2379 (Info-fontify-node, Info-bookmark-make-record): Remove the
2380 file extension from Info-current-file (Bug#13016).
2381
2382 2012-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
2383
2384 * hi-lock.el (hi-lock-unface-buffer): If there's no matching regexp at
2385 point, still provide some default.
2386 (hi-lock--regexps-at-point): Don't enforce a "hi-lock-" prefix on face
2387 names, since we don't use it right now. Actually return the list.
2388 (hi-lock-file-patterns, hi-lock-interactive-patterns): Use defvar-local.
2389
2390 2012-12-07 Chong Yidong <cyd@gnu.org>
2391
2392 * novice.el (disabled-command-function): Remove a spurious help
2393 xref (Bug#13043). Suggested by Kelly Dean.
2394
2395 * subr.el (text-clone-maintain): Fix clone overlay deletion when a
2396 syntax is specified (Bug#13025).
2397
2398 * info.el (Info-set-mode-line): Remove the file extension from
2399 Info-current-file if there is one (Bug#13016).
2400
2401 2012-12-07 Glenn Morris <rgm@gnu.org>
2402
2403 * mail/rmail.el (rmail-mime-decoded): New permanent local.
2404 (rmail-show-message-1): Set rmail-mime-decoded when appropriate.
2405 * mail/rmailedit.el (rmail-cease-edit): Respect rmail-mbox-format
2406 and rmail-mime-decoded. (Bug#9841)
2407
2408 * mail/unrmail.el (unrmail-mbox-format): New option. (Bug#6574)
2409 (batch-unrmail, unrmail): Doc fixes.
2410 (unrmail): Respect unrmail-mbox-format.
2411 * mail/rmail.el (rmail-mbox-format): New option.
2412 (rmail-show-message-1): Respect rmail-mbox-format.
2413
2414 2012-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
2415
2416 * emacs-lisp/cl-macs.el (cl-tagbody): New macro.
2417
2418 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
2419
2420 Further cleanup of the "cl-" namespace. Fit CL in 80 columns.
2421 * emacs-lisp/cl-macs.el (cl--pop2, cl--optimize-safety)
2422 (cl--optimize-speed, cl--not-toplevel, cl--parse-loop-clause)
2423 (cl--expand-do-loop, cl--proclaim-history, cl--declare-stack)
2424 (cl--do-proclaim, cl--proclaims-deferred): Rename from the "cl-" prefix.
2425 (cl-progv): Don't rely on dynamic scoping to find the body.
2426 * emacs-lisp/cl-lib.el (cl--optimize-speed, cl--optimize-safety)
2427 (cl--proclaims-deferred): Rename from the "cl-" prefix.
2428 (cl-declaim): Use backquotes.
2429 * emacs-lisp/cl-extra.el (cl-make-random-state, cl-random-state-p):
2430 Use "cl--" prefix for the object's tag.
2431
2432 * ses.el: Use advice-add/remove.
2433 (ses--advice-copy-region-as-kill, ses--advice-yank): New functions.
2434 (copy-region-as-kill, yank): Use advice-add.
2435 (ses-unload-function): Use advice-remove.
2436
2437 2012-12-06 Jonas Bernoulli <jonas@bernoul.li>
2438
2439 * button.el: Make them work in header-lines (bug#12817).
2440 (button-map): Add bindings for header-line and mode-line use.
2441 (button-get, button-put, button-label): `button' may now be a string.
2442 (button-activate): Don't make it a defsubst.
2443 (button--area-button-p, button--area-button-string): New functions.
2444 (make-text-button): Fix the return value when `beg' was a string.
2445 (push-button): Handle the mode-line case.
2446
2447 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
2448
2449 * progmodes/sql.el: Use cl-lib and lexical-binding; various cleanup.
2450 (sql-signum): Remove. Use `cl-signum' instead.
2451 (sql-read-passwd): Remove; use read-passwd instread.
2452 (sql-get-login-ext): Use read-string.
2453 (sql-get-login): Use dolist and pcase.
2454 (sql--completion-table): Rename from sql-try-completion.
2455 Use complete-with-action.
2456 (sql-mode): Don't change abbrev-all-caps globally.
2457 (sql-connect): Don't rely on dynamic scoping for `new-name'.
2458 (sql-postgres-completion-object): Initialize vars in their `let'.
2459 (sql-comint-sybase, sql-comint-sqlite, sql-comint-mysql)
2460 (sql-comint-solid, sql-comint-ms, sql-comint-postgres)
2461 (sql-comint-interbase): Use a single append, without setq.
2462 (sql-comint-linter): Same, and unwind-protect the LINTER_MBX var.
2463
2464 * hi-lock.el: Rework the default face and the serialize regexp code.
2465 (hi-lock--auto-select-face-defaults): Remove.
2466 (hi-lock-string-serialize-serial): Remove.
2467 (hi-lock--hashcons-hash): Rename from hi-lock-string-serialize-hash;
2468 make weak.
2469 (hi-lock--hashcons): Rename from hi-lock-string-serialize, return an
2470 equal string.
2471 (hi-lock-set-pattern): Adjust accordingly.
2472 (hi-lock--regexps-at-point): Simplify accordingly.
2473 (hi-lock--auto-select-face-defaults): Remove.
2474 (hi-lock--last-face): New var to replace it.
2475 (hi-lock-read-face-name): Rewrite (bug#11095).
2476 (hi-lock-unface-buffer): Arrange for the face to be the next default.
2477
2478 2012-12-06 Michael Albinus <michael.albinus@gmx.de>
2479
2480 * net/tramp.el (tramp-replace-environment-variables):
2481 Hide compiler warning.
2482 (tramp-file-name-for-operation): Remove `executable-find',
2483 `start-process', `call-process' and `call-process-region'.
2484
2485 * net/tramp-compat.el (top): Don't require 'tramp-util and 'tramp-vc.
2486
2487 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Ensure backward
2488 compatibility.
2489
2490 * net/tramp-sh.el (top): Remove `tramp-sh-handle-call-process-region'.
2491
2492 2012-12-06 Chong Yidong <cyd@gnu.org>
2493
2494 * ffap.el (ffap-replace-file-component): Fix typo.
2495
2496 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
2497
2498 * progmodes/octave-mod.el (octave-mark-block): Move out of tokens and
2499 fix open-paren-like token test (bug#12785).
2500
2501 2012-12-06 Glenn Morris <rgm@gnu.org>
2502
2503 * mail/rmailsum.el (rmail-new-summary): Tweak for
2504 rmail-maybe-display-summary changing buffer. (Bug#13066)
2505
2506 2012-12-06 Juri Linkov <juri@jurta.org>
2507
2508 * info.el (Info-fontify-node): Don't hide the last newline.
2509 (Bug#12272)
2510
2511 2012-12-06 Katsumi Yamaoka <yamaoka@jpl.org>
2512
2513 * mail/mailabbrev.el (mail-abbrev-expand-wrapper): Work in minibuffer
2514 so as to enable message-read-from-minibuffer to expand mail aliases.
2515
2516 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
2517
2518 * minibuf-eldef.el (minibuf-eldef-update-minibuffer): Don't mess with
2519 the `intangible' property.
2520 Suggested by Christopher Schmidt <christopher@ch.ristopher.com>
2521
2522 2012-12-05 Deniz Dogan <deniz@dogan.se>
2523
2524 * net/rcirc.el (rcirc-urls): Update documentation.
2525 (rcirc-condition-filter): New function.
2526 (rcirc-browse-url, rcirc-markup-urls): Use only URLs before point
2527 and exclude consecutive duplicate URLs (Bug#6082).
2528
2529 2012-12-05 Michael Albinus <michael.albinus@gmx.de>
2530
2531 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
2532 Check return code of copy command.
2533
2534 * net/tramp-adb.el (tramp-adb-sdk-dir, tramp-adb-prompt):
2535 Use group `tramp'. Add version.
2536
2537 2012-12-05 Chong Yidong <cyd@gnu.org>
2538
2539 * ffap.el (ffap-url-regexp): Don't require matching at front of
2540 string (Bug#4952).
2541 (ffap-url-p): If only a substring matches, return that.
2542 (ffap-url-at-point): Use the return value of ffap-url-p.
2543 (ffap-read-file-or-url, ffap-read-file-or-url-internal)
2544 (find-file-at-point, dired-at-point, dired-at-point-prompter)
2545 (ffap-guess-file-name-at-point): Likewise.
2546 (ffap-replace-file-component): Fix typo.
2547
2548 * info.el (info-display-manual): Add existing Info buffers, whose
2549 files may not be in Info-directory-list, to the completion.
2550 (info--manual-names): New helper function.
2551
2552 2012-12-05 Glenn Morris <rgm@gnu.org>
2553
2554 * vc/vc-hg.el (vc-hg-resolve-when-done, vc-hg-find-file-hook):
2555 New functions, for detecting and resolving conflicts. (Bug#10709)
2556
2557 2012-12-04 Jambunathan K <kjambunathan@gmail.com>
2558
2559 * hi-lock.el (hi-lock-auto-select-face): New user variable.
2560 (hi-lock-auto-select-face-defaults): New buffer local variable.
2561 (hi-lock-read-face-name): Honor `hi-lock-auto-select-face'.
2562 (hi-lock-unface-buffer): Prompt user with useful defaults.
2563 With prefix arg, unhighlight all hi-lock patterns in buffer.
2564
2565 2012-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
2566
2567 * obsolete/terminal.el, obsolete/longlines.el: Add obsolecence info.
2568
2569 2012-12-04 Michael Albinus <michael.albinus@gmx.de>
2570
2571 * Makefile.in (TRAMP_SRC):
2572 * makefile.w32-in (TRAMP_SRC): Add tramp-adb.el.
2573
2574 2012-12-04 Juergen Hoetzel <juergen@archlinux.org>
2575
2576 * net/tramp-adb.el: New package.
2577
2578 2012-12-04 Chong Yidong <cyd@gnu.org>
2579
2580 * terminal.el: Move to obsolete/.
2581
2582 * longlines.el: Move to obsolete/.
2583
2584 * vc/ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
2585 Remove code referring to longlines mode.
2586
2587 2012-12-03 Juri Linkov <juri@jurta.org>
2588
2589 * sort.el (delete-duplicate-lines): New command. (Bug#13032)
2590
2591 2012-12-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2592
2593 * textmodes/ispell.el (ispell-init-process)
2594 (ispell-start-process, ispell-internal-change-dictionary):
2595 Make sure personal dictionary name is expanded after initial
2596 `default-directory' value. Use expanded strings for
2597 keep/restart checks and for value (Bug#13019).
2598
2599 2012-12-03 Jay Belanger <jay.p.belanger@gmail.com>
2600
2601 * calc/calc-forms.el (math-date-to-iso-dt): Fix weekday number.
2602
2603 2012-12-03 Leo Liu <sdl.web@gmail.com>
2604
2605 * files.el (dir-locals-read-from-file): Check file non-empty
2606 before reading. (Bug#13038)
2607
2608 2012-12-03 Glenn Morris <rgm@gnu.org>
2609
2610 * jka-cmpr-hook.el (jka-compr-get-compression-info):
2611 Remove any version extension before checking filename. (Bug#13006)
2612 (jka-compr-compression-info-list): Belated :version bump.
2613
2614 2012-12-03 Chong Yidong <cyd@gnu.org>
2615
2616 * simple.el (transient-mark-mode): Doc fix (Bug#11523).
2617
2618 * buff-menu.el (Buffer-menu-delete-backwards, Buffer-menu-mode)
2619 (buffer-menu): Doc fix (Bug#12294).
2620
2621 2012-12-03 Roland Winkler <winkler@gnu.org>
2622
2623 * calendar/diary-lib.el (diary-header-line-format): Use keybinding
2624 of diary-show-all-entries in the diary buffer (Bug#12994).
2625
2626 2012-12-03 Michael Albinus <michael.albinus@gmx.de>
2627
2628 * net/tramp-sh.el (tramp-perl-encode): Use "read STDIN" instead of
2629 "<STDIN>". This is binary safe.
2630
2631 2012-12-03 Jay Belanger <jay.p.belanger@gmail.com>
2632
2633 * calc/calc-forms.el (math-absolute-from-iso-dt)
2634 (math-date-to-iso-dt, math-parse-iso-date-validate)
2635 (math-iso-dt-to-date): New functions.
2636 (math-fd-iso-dt, math-fd-isoyear, math-fd-isoweek)
2637 (math-fd-isoweekday): New variables.
2638 (calc-date-notation, math-parse-standard-date, math-format-date)
2639 (math-format-date-part): Add support for more formatting codes.
2640
2641 2012-12-02 Dmitry Gutov <dgutov@yandex.ru>
2642
2643 * vc/vc.el (vc-delete-file, vc-rename-file): Default to the
2644 current buffer's file name when called interactively (Bug#12488).
2645
2646 2012-12-02 Juri Linkov <juri@jurta.org>
2647
2648 * info.el (info-display-manual): Don't clobber an existing Info
2649 buffer (Bug#10770). Add completion (Bug#10771).
2650
2651 2012-12-01 Yuya Nishihara <yuya@tcha.org> (tiny change)
2652
2653 * vc/vc-hooks.el (vc-find-file-hook): Expand buffer-file-truename
2654 before using it for comparison (Bug#5297).
2655
2656 2012-12-01 Jari Aalto <jari.aalto@cante.net>
2657
2658 * textmodes/css-mode.el (css-current-defun-name): New function.
2659 (css-mode): Use it.
2660
2661 * textmodes/sgml-mode.el (html-current-defun-name): New function.
2662 (html-mode): Use it.
2663
2664 2012-12-01 Chong Yidong <cyd@gnu.org>
2665
2666 Modularize add-log-current-defun (Bug#2224).
2667 Suggested by Jari Aalto.
2668
2669 * vc/add-log.el (add-log-current-defun-function): Doc fix.
2670 (add-log-current-defun): Move mode-specific code to other files.
2671 (add-log-lisp-like-modes, add-log-c-like-modes)
2672 (add-log-tex-like-modes): Variables deleted.
2673
2674 * emacs-lisp/lisp-mode.el (lisp-current-defun-name): New.
2675 (lisp-mode-variables): Use it.
2676
2677 * progmodes/cc-mode.el (c-common-init):
2678 * progmodes/cperl-mode.el (cperl-mode): Set a value for
2679 add-log-current-defun-function.
2680
2681 * progmodes/m4-mode.el (m4-current-defun-name): New function.
2682 (m4-mode): Use it.
2683
2684 * progmodes/perl-mode.el (perl-current-defun-name): New.
2685 (perl-mode): Use it.
2686
2687 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
2688 Use lisp-current-defun-name.
2689
2690 * textmodes/tex-mode.el (tex-current-defun-name): New.
2691 (tex-common-initialization): Use it.
2692
2693 * textmodes/texinfo.el (texinfo-current-defun-name): New.
2694 (texinfo-mode): Use it.
2695
2696 2012-12-01 Chong Yidong <cyd@gnu.org>
2697
2698 * emacs-lisp/lisp-mode.el (lisp-mode-variables, lisp-mode):
2699 * progmodes/autoconf.el (autoconf-mode):
2700 * progmodes/js.el (js-mode):
2701 * progmodes/make-mode.el (makefile-mode, makefile-makepp-mode)
2702 (makefile-bsdmake-mode, makefile-imake-mode, makefile-browse):
2703 * progmodes/perl-mode.el (perl-mode):
2704 * progmodes/sh-script.el (sh-mode, sh-set-shell):
2705 * textmodes/css-mode.el (css-mode):
2706 * textmodes/sgml-mode.el (html-mode, sgml-mode)
2707 (sgml-tags-invisible, sgml-guess-indent):
2708 * textmodes/tex-mode.el (tex-common-initialization)
2709 (latex-complete-bibtex-keys, tex-shell, tex-main-file)
2710 (doctex-mode, plain-tex-mode, latex-mode):
2711 * textmodes/texinfo.el (texinfo-mode): Use setq-local.
2712
2713 2012-12-01 Kirk Kelsey <kirk.kelsey@0x4b.net>
2714
2715 * vc/vc-hg.el (vc-hg-next-revision):
2716 Ensure use of default "tip" output format. (Bug#6968)
2717
2718 2012-12-01 Kim F. Storm <storm@cua.dk>
2719
2720 * startup.el (fancy-startup-tail): Add a clickable link
2721 (Bug#2176).
2722
2723 2012-12-01 Chong Yidong <cyd@gnu.org>
2724
2725 * startup.el (fancy-startup-tail): Improve the message about
2726 auto-save files (Bug#2176).
2727
2728 * files.el (recover-session): Improve the descriptive message, and
2729 use substitute-command-keys.
2730
2731 2012-12-01 Glenn Morris <rgm@gnu.org>
2732
2733 * ido.el (ido-file-internal):
2734 Handle other-window, other-frame for dired. (Bug#13036)
2735
2736 2012-11-30 Glenn Morris <rgm@gnu.org>
2737
2738 * icomplete.el (icomplete-separator): Fix :version.
2739
2740 2012-11-30 Chong Yidong <cyd@gnu.org>
2741
2742 * shell.el (shell): For C-u M-x shell, use an inactive shell
2743 buffer as the default (Bug#1975).
2744 (shell-apply-ansi-color, shell-reapply-ansi-color): New functions.
2745 (shell-mode): Use them to reapply ansi colorization if Shell mode
2746 is re-enabled.
2747
2748 2012-11-30 Yuriy Vostrikov <delamonpansie@gmail.com> (tiny change)
2749
2750 * vc/vc-git.el (vc-git-command): Disable the pager (Bug#6137).
2751
2752 2012-11-30 Samuel Bronson <naesten@gmail.com>
2753
2754 * progmodes/grep.el (grep-compute-defaults): Do not pass the -e
2755 flag to xargs, for compatibility with BSD xargs (Bug#11703).
2756
2757 2012-11-30 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
2758
2759 * textmodes/fill.el (fill-region-as-paragraph): Handle overshoot
2760 by move-to-column (Bug#3234).
2761
2762 2012-11-30 Chong Yidong <cyd@gnu.org>
2763
2764 * longlines.el (longlines-wrap-line, longlines-encode-region):
2765 Preserve text properties (Bug#1425).
2766
2767 2012-11-30 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
2768
2769 * vc/vc.el (vc-register): Allow registering a file which is
2770 already registered with a different backend (Bug#10589).
2771
2772 2012-11-29 Jambunathan K <kjambunathan@gmail.com>
2773 Stefan Monnier <monnier@iro.umontreal.ca>
2774
2775 * icomplete.el: Change separator; add ido-style commands.
2776 (icomplete-show-key-bindings): Remove custom var.
2777 (icomplete-get-keys): Remove function.
2778 (icomplete-forward-completions, icomplete-backward-completions):
2779 New commands.
2780 (icomplete-minibuffer-map): New var.
2781 (icomplete-minibuffer-setup): Use it.
2782 (icomplete-exhibit): Don't delay if the list of completions is known.
2783 (icomplete-separator): New custom.
2784 (icomplete-completions): Use it.
2785 * minibuffer.el (completion-all-sorted-completions): Delete duplicates.
2786 (minibuffer-force-complete-and-exit): New command.
2787 (minibuffer--complete-and-exit): New function extracted from
2788 minibuffer-complete-and-exit.
2789 (minibuffer-complete-and-exit): Use it.
2790
2791 * progmodes/etags.el (visit-tags-table-buffer): Give a more precise
2792 error message when the file doesn't exist (bug#12974).
2793
2794 2012-11-29 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
2795
2796 * simple.el (activate-mark): Run activate-mark-hook (bug#13027).
2797
2798 2012-11-29 Glenn Morris <rgm@gnu.org>
2799
2800 * files.el (hack-dir-local-variables): Warn if try to set
2801 coding via dir-locals, since it doesn't work. (Bug#7169)
2802
2803 Add desktop support for restoring vc-dir buffers. (Bug#10606)
2804 * vc/vc-dir.el (vc-dir-mode): Autoload it (for desktop restore).
2805 Set buffer-local value of desktop-save-buffer.
2806 (vc-dir-desktop-buffer-misc-data, vc-dir-restore-desktop-buffer):
2807 New functions.
2808 (desktop-buffer-mode-handlers): Add vc-dir-mode entry.
2809 * desktop.el (desktop-save-buffer-p): Treat vc-dir like dired.
2810
2811 * files.el (inhibit-local-variables-ignore-case): New. (Bug#10610)
2812 (inhibit-local-variables-p): Use inhibit-local-variables-ignore-case.
2813 Doc fix.
2814 (inhibit-local-variables-regexps, inhibit-local-variables-suffixes):
2815 Doc fixes.
2816
2817 2012-11-28 Jay Belanger <jay.p.belanger@gmail.com>
2818
2819 * calc/calc-forms.el (calc-date-notation): Fix regexp
2820 used to find time codes. Fix symbol for seconds.
2821
2822 2012-11-27 Glenn Morris <rgm@gnu.org>
2823
2824 * emacs-lisp/derived.el (derived-mode-make-docstring):
2825 Don't mention "abbrev" or "syntax" if nil. (Bug#11277)
2826
2827 2012-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
2828
2829 * textmodes/table.el (table-insert): Don't use `symbol-name' on
2830 lexically scoped variables (bug#13005).
2831
2832 2012-11-27 Glenn Morris <rgm@gnu.org>
2833
2834 * vc/vc-hooks.el (vc-mistrust-permissions):
2835 Default to t, to avoid data-loss. (Bug#11490)
2836
2837 2012-11-27 Fabián Ezequiel Gallina <fgallina@cuca>
2838
2839 * progmodes/python.el (python-indent-guess-indent-offset):
2840 If indentation is guessed make python-indent-offset buffer-local.
2841
2842 Fix Imenu regression.
2843 * progmodes/python.el (python-nav-beginning-of-defun):
2844 Fix forward movement when statement(s) separates point from defun.
2845 (python-imenu-prev-index-position): New function.
2846
2847 2012-11-27 Eli Zaretskii <eliz@gnu.org>
2848
2849 * subr.el (buffer-file-type): Declare with defvar-local. Doc fix.
2850
2851 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
2852 Don't set buffer-file-type. Return nil. (Bug#12989)
2853
2854 2012-11-27 Glenn Morris <rgm@gnu.org>
2855
2856 * hippie-exp.el (hippie-expand-try-functions-list):
2857 Re-autoload it. (Bug#12982)
2858
2859 2012-11-27 Eli Zaretskii <eliz@gnu.org>
2860
2861 * descr-text.el (describe-char-padded-string):
2862 Call internal-char-font only on GUI frames. (Bug#11964)
2863
2864 2012-11-27 Andreas Schwab <schwab@linux-m68k.org>
2865
2866 * buff-menu.el (Buffer-menu-buffer+size-width): Fix customize type
2867 and obsoletion message.
2868
2869 2012-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
2870
2871 * emacs-lisp/cl-macs.el (cl--transform-lambda): Add back `declare' in
2872 the constructs to keep outside of the `cl-block' (bug#12977).
2873
2874 2012-11-27 Chong Yidong <cyd@gnu.org>
2875
2876 * mouse.el (mouse-drag-line): Even if the line is not draggable,
2877 keep reading until we get the up-event anyway, in order to process
2878 the up-event for mouse-1-click-follows-link (Bug#12971).
2879
2880 2012-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
2881
2882 * emacs-lisp/advice.el (ad-should-compile): Don't compile advice if the
2883 base function is not yet defined (bug#12965).
2884 (ad-activate-advised-definition): Use ad-compile-function.
2885 (ad-activate): Use cond.
2886
2887 2012-11-25 Leo Liu <sdl.web@gmail.com>
2888
2889 * textmodes/sgml-mode.el (sgml-tag): Fix indentation for closing tag.
2890 (Bug#12979)
2891
2892 2012-11-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
2893
2894 * textmodes/reftex-parse.el (reftex-parse-from-file): Use variable
2895 reftex-section-info-function in order to be compatible with
2896 Texinfo integration.
2897
2898 * textmodes/reftex.el (reftex-section-pre-regexp)
2899 (reftex-section-post-regexp, reftex-section-info-function):
2900 New variable.
2901 (reftex-compile-variables): Use variables reftex-section-pre-regexp,
2902 reftex-section-post-regexp, and reftex-section-info-function in order
2903 to be compatible with Texinfo integration.
2904
2905 * textmodes/reftex-toc.el (reftex-toc-promote-action):
2906 use reftex-section-pre-regexp variable in order to be compatible with
2907 Texinfo integration.
2908
2909 2012-11-25 Chong Yidong <cyd@gnu.org>
2910
2911 * faces.el: Make face-spec-set more analogous to setq.
2912 (face-spec-set): Change the third arg to specify whether this
2913 function is being called via defface, customize, or a third party.
2914 Set the appropriate symbol properties. Clear the override spec if
2915 setting via Custom. Initialize face if necessary. (Bug#4988)
2916 (face-spec-recalc): Allow theme faces to completely replace the
2917 defface spec, in the same way as custom faces (Bug#8454).
2918
2919 * cus-face.el (custom-declare-face): Move face initialization to
2920 face-spec-set.
2921 (custom-theme-set-faces): Don't initialize the face name here, as
2922 that is now done in face-spec-set.
2923
2924 * cus-edit.el (custom-face-set, custom-face-mark-to-save)
2925 (custom-face-reset-saved, custom-face-mark-to-reset-standard):
2926 Simplify by using the new arg to face-spec-set.
2927
2928 * emacs-lisp/lisp-mode.el (eval-defun-1): When evaluating defface,
2929 reset face-override-spec too, and use custom-declare-face.
2930
2931 2012-11-24 Jan Djärv <jan.h.d@swipnet.se>
2932
2933 * term/ns-win.el (ns-initialize-window-system): Move creation of
2934 fontsets here (Bug#11964).
2935
2936 2012-11-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
2937
2938 * ses.el (ses-rename-cell): Correct bug on mode-line update after
2939 cell renaming.
2940
2941 2012-11-24 Chong Yidong <cyd@gnu.org>
2942
2943 * woman.el (woman-default-faces, woman-monochrome-faces): Mark as
2944 obsolete.
2945
2946 * custom.el (custom-theme-set-variables): Use a topological sort
2947 for ordering by custom dependencies (Bug#12952).
2948 (custom--sort-vars, custom--sort-vars-1): New functions.
2949
2950 2012-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
2951
2952 * emacs-lisp/bytecomp.el (byte-compile-file): Setup default value for
2953 lexical-binding (bug#12938).
2954
2955 2012-11-24 Wolfgang Jenkner <wjenkner@inode.at>
2956
2957 * image-mode.el (image-transform-check-size): Use assertions only
2958 for images of type imagemagick.
2959
2960 Otherwise no error, image-transform-fit-to-{width,height} is
2961 silently ignored, as before. Doc fix.
2962
2963 2012-11-24 Chong Yidong <cyd@gnu.org>
2964
2965 * faces.el (color-defined-p): Doc fix (Bug#12853).
2966
2967 2012-11-24 Juri Linkov <juri@jurta.org>
2968
2969 * dired.el (dired-mark): Add optional arg `interactive'.
2970 Check for `use-region-p' if `interactive' is non-nil.
2971 (dired-unmark, dired-flag-file-deletion): Add optional arg
2972 `interactive'. Call `dired-mark' with the arg `interactive'.
2973 (Bug#10624)
2974
2975 * wdired.el: Revert 2012-10-17 change partly and replace it with
2976 Patch by Christopher Schmidt <christopher@ch.ristopher.com>.
2977 (wdired-finish-edit): Add marks for new file names to
2978 `wdired-old-marks'. Restore marks using `dired-mark-remembered'
2979 after `revert-buffer'.
2980 (wdired-do-renames): Remove calls to `dired-remove-file',
2981 `dired-add-file', `dired-add-entry'. (Bug#11795)
2982
2983 2012-11-24 Alan Mackenzie <acm@muc.de>
2984
2985 * progmodes/cc-defs.el (c-version): Bump to 5.32.4.
2986
2987 Fix bugs in the state cache. Enhance a debugging mechanism.
2988 * progmodes/cc-engine.el (c-parse-state-get-strategy): Don't use
2989 "brace at column zero" strategy for C++.
2990 (c-append-lower-brace-pair-to-state-cache): Repair algorithm.
2991 (c-parse-state-point): New variable.
2992 (c-record-parse-state-state): Record old parse state with
2993 `copy-tree'. Record previous value of point.
2994 (c-debug-parse-state-double-cons): New debugging function.
2995 (c-debug-parse-state): Call the above new function.
2996 (c-toggle-parse-state-debug): Output a confirmatory message.
2997
2998 * progmodes/cc-mode.el (c-before-change, c-after-change):
2999 Call c-invalidate-state-cache from `c-before-change' instead of
3000 `c-after-change'.
3001
3002 2012-11-23 Chong Yidong <cyd@gnu.org>
3003
3004 * find-cmd.el (find-constituents): Add executable, ipath,
3005 readable, samefile, writable, daystart, regextype (Bug#12856).
3006
3007 2012-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
3008
3009 * emacs-lisp/ert.el, emacs-lisp/ert-x.el: Use cl-lib and lexical-binding.
3010
3011 2012-11-22 Paul Eggert <eggert@cs.ucla.edu>
3012
3013 * calc/calc.el (calc-gregorian-switch): Move to after calc-refresh
3014 definition. This fixes a bootstrap failure.
3015 (calc-gregorian-switch): In menu, put dates before regions.
3016 This is easier to follow, lines up better in the menu, and lets us
3017 coalesce regions that switch at the same time. Give country
3018 names, not "Vatican", as that's better for non-expert users.
3019 Use names that are stable between the date of switch and now, e.g.,
3020 Bohemia and Moravia (which existed then and now) and not
3021 Czechoslovakia (which didn't exist then and doesn't exist now).
3022 What is now the U.S. mostly did not switch at the same time as
3023 Britain, so omit the U.S. Correct spelling of "Britain".
3024 Catholic Switzerland was too much of a mess, so omit it.
3025
3026 2012-11-22 Jay Belanger <jay.p.belanger@gmail.com>
3027
3028 * calc/calc.el (calc-gregorian-switch): Refresh the Calc buffer
3029 after the variable is changed.
3030
3031 2012-11-21 Daniel Colascione <dancol@dancol.org>
3032
3033 * progmodes/sql.el (sql-mode-font-lock-object-name): Support IF NOT EXISTS
3034 in SQL declarations for font-lock.
3035 (sql-imenu-generic-expression): Teach imenu about IF NOT EXISTS.
3036
3037 2012-11-21 Glenn Morris <rgm@gnu.org>
3038
3039 * faces.el (face-underline-p, face-inverse-video-p, face-bold-p)
3040 (face-italic-p): Add optional argument "inherit".
3041
3042 * faces.el (set-face-inverse-video, set-face-bold, set-face-italic):
3043 Remove -p suffix from names, for consistency with other set-face-*.
3044 (set-face-inverse-video): Fix interactive spec.
3045 * play/gamegrid.el (gamegrid-make-mono-tty-face):
3046 * textmodes/table.el (table--update-cell-face):
3047 Use set-face-inverse-video rather than now obsolete alias.
3048
3049 2012-11-21 Eli Zaretskii <eliz@gnu.org>
3050
3051 * simple.el (line-move): Don't call line-move-partial if
3052 scroll-conservatively is in effect. (Bug#12927)
3053
3054 2012-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
3055
3056 * eshell/em-cmpl.el (eshell-pcomplete): Refine fix for bug#12838:
3057 Fallback on completion-at-point rather than
3058 pcomplete-expand-and-complete, and only if pcomplete actually failed.
3059 (eshell-cmpl-initialize): Setup completion-at-point.
3060
3061 * pcomplete.el (pcomplete--entries): Obey pcomplete-ignore-case.
3062
3063 * emacs-lisp/ert.el (ert--expand-should-1): Adapt to cl-lib.
3064
3065 2012-11-21 Michael Albinus <michael.albinus@gmx.de>
3066
3067 * net/tramp-sh.el (tramp-do-copy-or-rename-file): If both files
3068 are remote, check out-of-band property for both.
3069
3070 2012-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
3071
3072 * window.el (switch-to-buffer): Re-add the warning that was lost in the
3073 code rewrite.
3074
3075 2012-11-21 Paul Eggert <eggert@cs.ucla.edu>
3076
3077 More minor time fixes.
3078 * calendar/time-date.el: Commentary fix.
3079 * net/tramp-sh.el (tramp-do-file-attributes-with-ls): Undo last change;
3080 too much other code depends on (0 0) time stamps.
3081 * net/tramp.el (tramp-time-less-p, tramp-time-subtract):
3082 Add a couple of FIXME comments.
3083
3084 Minor cleanup for times as lists of four integers.
3085 * files.el (dir-locals-directory-cache):
3086 * ps-bdf.el (bdf-file-mod-time, bdf-read-font-info):
3087 Doc fixes.
3088 * net/tramp-sh.el (tramp-do-file-attributes-with-ls):
3089 * ps-bdf.el (bdf-file-newer-than-time):
3090 Process four-integers time stamps, not two. Doc fixes.
3091
3092 2012-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
3093
3094 * uniquify.el (uniquify-managed): Use defvar-local.
3095 (rename-buffer, create-file-buffer): Advise with advice-add.
3096 (uniquify-unload-function): Unadvise accordingly.
3097
3098 * emacs-lisp/trace.el: Rewrite, use nadvice and lexical-binding.
3099 (trace-buffer): Don't purecopy.
3100 (trace-entry-message, trace-exit-message): Add `context' arg.
3101 (trace--timer): New var.
3102 (trace-make-advice): Adjust for use in nadvice.
3103 Add `context' argument. Delay `display-buffer' via a timer.
3104 (trace-function-internal): Use advice-add.
3105 (trace--read-args): New function.
3106 (trace-function-foreground, trace-function-background): Use it.
3107 (trace-function): Rename to trace-function-foreground and redefine as
3108 an alias to that new name.
3109 (untrace-function, untrace-all): Adjust to the use of nadvice.
3110
3111 * emacs-lisp/bytecomp.el (byte-compile): Fix handling of closures.
3112
3113 * emacs-lisp/byte-run.el (defun-declarations-alist): Fix last change.
3114
3115 * subr.el (called-interactively-p-functions): New var.
3116 (internal--called-interactively-p--get-frame): New macro.
3117 (called-interactively-p, interactive-p): Rewrite in Lisp.
3118 * emacs-lisp/nadvice.el (advice--called-interactively-skip): New fun.
3119 (called-interactively-p-functions): Use it.
3120 * emacs-lisp/edebug.el (edebug--called-interactively-skip): New fun.
3121 (called-interactively-p-functions): Use it.
3122 * allout.el (allout-called-interactively-p): Don't assume
3123 called-interactively-p is a subr.
3124
3125 2012-11-20 Glenn Morris <rgm@gnu.org>
3126
3127 * profiler.el (profiler-report-mode-map): Add a menu.
3128 No need to bind `q' because we derive from special-mode.
3129 (profiler-report-find-entry): Handle calls from the menu-bar.
3130
3131 2012-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
3132
3133 * emacs-lisp/byte-run.el (defun-declarations-alist):
3134 Allow a compiler-macro to be a lambda expression.
3135
3136 * progmodes/python.el: Use cl-lib. Move var declarations outside of
3137 eval-when-compile.
3138 (python-syntax-context): Add compiler-macro.
3139 (python-font-lock-keywords): Simplify with De Morgan.
3140
3141 * vc/diff-mode.el (diff-hunk): Don't make useless timers.
3142
3143 * files.el (load-file): Require match in minibuffer selection, as was
3144 the case in Emacs-20 before we changed the spec to allow .elc files
3145 (bug#12935).
3146
3147 * json.el: Don't require cl since we don't use it.
3148 * color.el: Don't require cl.
3149 (color-complement): `caddr' -> `nth 2'.
3150
3151 * calendar/time-date.el (time-to-seconds): De-obsolete.
3152
3153 2012-11-19 Jay Belanger <jay.p.belanger@gmail.com>
3154
3155 * calc/calc-forms.el (math-leap-year-p): Fix formula for negative
3156 year numbers.
3157 (math-date-to-julian-dt): Adjust the initial approximation for the
3158 year to deal with the new definition of the DATE.
3159
3160 2012-11-19 Daniel Colascione <dancol@dancol.org>
3161
3162 * term/w32-win.el (cygwin-convert-path-from-windows):
3163 Accomodate rename of cygwin_convert_path* to cygwin_convert_file_name*.
3164
3165 2012-11-18 Chong Yidong <cyd@gnu.org>
3166
3167 * filecache.el (file-cache--read-list): New function.
3168 (file-cache-add-directory-list, file-cache-add-file-list)
3169 (file-cache-delete-file-list, file-cache-delete-directory-list):
3170 Use it to read a list of files or directories (Bug#12846).
3171 (file-cache-add-file, file-cache-add-directory)
3172 (file-cache-delete-file-list, file-cache-delete-file-regexp)
3173 (file-cache-delete-directory): Print an message.
3174
3175 2012-11-18 Jay Belanger <jay.p.belanger@gmail.com>
3176
3177 * calc/calc-forms.el (math-date-to-dt): Use integer date when
3178 calling `math-date-to-julian-dt' and 'math-date-to-gregorian-dt'.
3179
3180 2012-11-18 Glenn Morris <rgm@gnu.org>
3181
3182 * image.el (insert-image, insert-sliced-image): Doc fix.
3183
3184 2012-11-18 Chong Yidong <cyd@gnu.org>
3185
3186 * emacs-lisp/syntax.el (syntax-propertize-function): Doc fix
3187 (Bug#12810).
3188
3189 2012-11-18 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
3190
3191 * vc/vc-svn.el (vc-svn-merge-news): Properly parse the merge
3192 response when the target file is in a subdirectory (Bug#12757).
3193
3194 2012-11-18 Chong Yidong <cyd@gnu.org>
3195
3196 * filecache.el (file-cache-add-file-list): Doc fix (Bug#12694).
3197
3198 2012-11-18 Glenn Morris <rgm@gnu.org>
3199
3200 * emacs-lisp/cl-lib.el (face-underline-p):
3201 Use set-face-underline rather than the alias set-face-underline-p.
3202
3203 * window.el (with-temp-buffer-window): Doc fix.
3204 * subr.el (with-output-to-temp-buffer):
3205 Add doc xref to with-temp-buffer-window.
3206
3207 2012-11-18 Juanma Barranquero <lekktu@gmail.com>
3208
3209 * woman.el (woman-non-underline-faces): Use `set-face-underline'.
3210 * calc/calc.el (math-format-date-cache): Declare.
3211
3212 2012-11-17 Paul Eggert <eggert@cs.ucla.edu>
3213
3214 Calc by default uses the Gregorian calendar for all dates (Bug#12633).
3215 It also uses January 1, 1 AD as its day number 1.
3216 * calc/calc-forms.el (math-julian-date-beginning)
3217 (math-julian-date-beginning-int): Implement this.
3218
3219 2012-11-17 Juanma Barranquero <lekktu@gmail.com>
3220
3221 * descr-text.el (quail-find-key):
3222 * dired.el (desktop-file-name):
3223 * dirtrack.el (shell-prefixed-directory-name, shell-process-cd):
3224 * generic-x.el (comint-mode, comint-exec):
3225 * image-dired.el (widget-forward):
3226 * info.el (speedbar-add-expansion-list, speedbar-center-buffer-smartly)
3227 (speedbar-change-expand-button-char)
3228 (speedbar-change-initial-expansion-list, speedbar-delete-subblock)
3229 (speedbar-make-specialized-keymap, speedbar-make-tag-line):
3230 * printing.el (easy-menu-add-item, easy-menu-remove-item)
3231 (widget-field-action, widget-value-set):
3232 * speedbar.el (imenu--make-index-alist):
3233 * term.el (ring-empty-p, ring-ref, ring-insert-at-beginning)
3234 (ring-length, ring-insert):
3235 * vcursor.el (compare-windows-skip-whitespace):
3236 * woman.el (dired-get-filename):
3237 Declare functions.
3238
3239 * term/w32-win.el (cygwin-convert-path-from-windows): Fix declaration.
3240
3241 2012-11-17 Jay Belanger <jay.p.belanger@gmail.com>
3242
3243 * calc/calc.el (calc-gregorian-switch): New variable.
3244
3245 * calc/calc-forms.el (math-day-in-year, math-dt-before-p)
3246 (math-absolute-from-gregorian-dt, math-absolute-from-julian-dt)
3247 (math-date-to-julian-dt, math-date-to-gregorian-dt): New functions.
3248 (math-leap-year-p): Add option to distinguish between Julian
3249 and Gregorian calendars.
3250 (math-day-number): Use `math-day-in-year' to do the computations.
3251 (math-absolute-from-dt): Rename from `math-absolute-from-date'.
3252 Use `math-absolute-from-gregorian' and `math-absolute-from-julian'
3253 to do the computations.
3254 (math-date-to-dt): Use `math-date-to-julian-dt' and
3255 `math-date-to-gregorian-dt' to do the computations.
3256 (calcFunc-weekday, math-format-date-part): Use the new version of
3257 the DATE to determine the weekday.
3258 (calcFunc-newmonth, calcFunc-newyear): Use `calc-gregorian-switch'
3259 when necessary.
3260
3261 2012-11-17 Eli Zaretskii <eliz@gnu.org>
3262
3263 * term/w32-win.el (w32-handle-dropped-file): Use 'file://' only on
3264 Cygwin; otherwise use 'file:'. (Bug#12914)
3265 (cygwin-convert-path-from-windows): Declare, to avoid
3266 byte-compiler warnings.
3267
3268 2012-11-17 Andreas Politz <politza@fh-trier.de>
3269
3270 * ibuffer.el (ibuffer-mark-forward, ibuffer-unmark-forward)
3271 (ibuffer-unmark-backward, ibuffer-mark-interactive): Support plain
3272 prefix and negative numeric prefix args (Bug#12795).
3273
3274 2012-11-17 Stephen Berman <stephen.berman@gmx.net>
3275
3276 * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
3277 Don't signal an error with a score that is too low to add to the
3278 list of top scores. (Bug#12779)
3279
3280 2012-11-17 Chong Yidong <cyd@gnu.org>
3281
3282 * help-mode.el (help-xref-interned): End on point-min (Bug#12737).
3283
3284 * filecache.el (file-cache-add-file): Handle relative file name in
3285 the argument (Bug#12694).
3286
3287 2012-11-16 Jürgen Hötzel <juergen@archlinux.org> (tiny change)
3288
3289 * eshell/em-unix.el (eshell/mkdir): Handle "--parents" (bug#12897).
3290
3291 2012-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
3292
3293 * emacs-lisp/advice.el (ad-make-advised-definition): Improve last fix.
3294
3295 * emacs-lisp/cl-lib.el: Set more meaningful version number.
3296
3297 2012-11-16 Martin Rudalics <rudalics@gmx.at>
3298
3299 * window.el (enlarge-window, shrink-window): Don't mention return
3300 value in doc-string (Bug#12896).
3301 (window--display-buffer): Don't resize frames - it won't work
3302 with all window managers and defeat pop-up-frame-alist.
3303 (display-buffer-alist): In doc-string explain that CONDITION can
3304 be a function and which arguments are passed to it (Bug#12854).
3305 (display-buffer-assq-regexp): New argument ACTION. Handle lambda
3306 expressions (Bug#12854).
3307 (display-buffer): Pass ACTION argument to
3308 display-buffer-assq-regexp.
3309
3310 2012-11-16 Glenn Morris <rgm@gnu.org>
3311
3312 * window.el (fit-frame-to-buffer-bottom-margin)
3313 (fit-frame-to-buffer, fit-window-to-buffer): Doc fixes.
3314
3315 * faces.el (face-underline-p): Use face-attribute-specified-or.
3316
3317 2012-11-16 Juanma Barranquero <lekktu@gmail.com>
3318
3319 * emacs-lisp/cl-macs.el (cl-loop, cl-do, cl-do*): Doc fixes.
3320
3321 2012-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
3322
3323 * emacs-lisp/cl-macs.el (cl-flet, cl-flet*): Fix docstring (bug#12895).
3324
3325 2012-11-16 Glenn Morris <rgm@gnu.org>
3326
3327 * eshell/em-cmpl.el (eshell-pcomplete): New command. (Bug#12838)
3328 (eshell-cmpl-initialize): Bind eshell-pcomplete to TAB, C-i.
3329
3330 * faces.el (face-underline-p): Doc fix. Handle :underline being
3331 things other than `t' (a string, a list).
3332 (face-inverse-video-p): Doc fix.
3333 (set-face-underline): Rename it back from set-face-underline-p.
3334 Doc fix. Allow interactive input of values other than t.
3335 (read-face-attribute): Apply formatting to :underline,
3336 since like :box and :stipple it can take list values.
3337
3338 * term.el (ansi-term): Don't let C-x escape-char binding
3339 clobber the more standard C-c binding. (Bug#12842)
3340
3341 * subr.el (set-temporary-overlay-map): Doc fix.
3342
3343 2012-11-16 Martin Rudalics <rudalics@gmx.at>
3344
3345 * window.el (record-window-buffer)
3346 (display-buffer-record-window): When copying the markers to
3347 window-point preserve window-point-insertion-type. (Bug#12588)
3348
3349 2012-11-16 Glenn Morris <rgm@gnu.org>
3350
3351 * emacs-lisp/eieio-datadebug.el (eieio-debug-methodinvoke):
3352 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error):
3353 Use new names for hooks rather than obsolete aliases.
3354
3355 2012-11-15 Daniel Colascione <dancol@dancol.org>
3356
3357 * term/w32-win.el (w32-handle-dropped-file): Use a "file://"
3358 prefix instead of "file:" so that when FILE-NAME begins with "//",
3359 as it does when the target file is on a network share, url-handler
3360 isn't confused.
3361
3362 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
3363
3364 * emacs-lisp/advice.el (ad-definition-type): Make sure we don't use
3365 a preactivated advice from an old advice.el; they're not compatible!
3366
3367 2012-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
3368
3369 * emacs-lisp/nadvice.el (advice--make-interactive-form):
3370 Fix string-spec case.
3371
3372 * emacs-lisp/advice.el (ad-make-advised-definition): Fix undefined case.
3373
3374 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
3375
3376 * emacs-lisp/nadvice.el: Add buffer-local support to add-function.
3377 (advice--buffer-local-function-sample): New var.
3378 (advice--set-buffer-local, advice--buffer-local): New functions.
3379 (add-function, remove-function): Use them.
3380
3381 2012-11-15 Drew Adams <drew.adams@oracle.com>
3382
3383 * imenu.el (imenu--split-submenus): Use imenu--subalist-p (bug#12717).
3384
3385 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
3386
3387 * emacs-lisp/cl-macs.el (cl--transform-lambda): Defend against
3388 potential binding of print-gensym to t, and prettify (back)quotes in
3389 case they appear in args's default values (bug#12884).
3390
3391 2012-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
3392
3393 * emacs-lisp/nadvice.el: Add around advice for interactive specs.
3394 (advice-eval-interactive-spec): New function.
3395 (advice--make-interactive-form): Support around advice (bug#12844).
3396
3397 2012-11-14 Dmitry Gutov <dgutov@yandex.ru>
3398
3399 * progmodes/ruby-mode.el (ruby-expr-beg): Make heredoc detection
3400 more strict. Add docstring.
3401 (ruby-expression-expansion-re): Extract from
3402 `ruby-match-expression-expansion'.
3403 (ruby-syntax-propertize-function): After everything else, search
3404 for expansions in string literals, mark their insides as
3405 whitespace syntax and save match data for font-lock.
3406 (ruby-font-lock-keywords): Use the 2nd group from expression
3407 expansion matches.
3408 (ruby-match-expression-expansion): Use the match data saved to the
3409 text property in ruby-syntax-propertize-function.
3410
3411 2012-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
3412
3413 * emacs-lisp/gv.el (setf): Fix debug spec for multiple assignments
3414 (bug#12879).
3415
3416 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
3417
3418 * progmodes/ruby-mode.el (ruby-move-to-block): Looks for a block
3419 start/end keyword a bit harder. Works with different values of N.
3420 Add more comments.
3421 (ruby-end-of-block): Update accordingly.
3422
3423 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
3424
3425 * woman.el (woman-file-name): Don't mess with unread-command-events
3426 (bug#12861).
3427
3428 * emacs-lisp/advice.el: Layer on top of nadvice.el.
3429 Remove out of date self-require hack.
3430 (ad-do-advised-functions): Use simple `dolist'.
3431 (ad-advice-name, ad-advice-protected, ad-advice-enabled)
3432 (ad-advice-definition): Redefine as functions.
3433 (ad-advice-classes): Move before first use.
3434 (ad-make-origname, ad-set-orig-definition, ad-clear-orig-definition)
3435 (ad-make-mapped-call, ad-make-advised-docstring,ad-make-plain-docstring)
3436 (ad--defalias-fset): Remove functions.
3437 (ad-make-advicefunname, ad-clear-advicefunname-definition): New funs.
3438 (ad-get-orig-definition): Rewrite.
3439 (ad-make-advised-definition-docstring): Change base docstring.
3440 (ad-real-orig-definition): Rewrite.
3441 (ad-map-arglists): Change name of called function.
3442 (ad--make-advised-docstring): Redirect `function' from ad-Advice-...
3443 (ad-make-advised-definition): Simplify.
3444 (ad-assemble-advised-definition): Tweak for new calling context.
3445 (ad-activate-advised-definition): Setup ad-Advice-* i.s.o ad-Orig-*.
3446 (ad--defalias-fset): Rename from ad-handle-definition. Make it set the
3447 function and call ad-activate if needed.
3448 (ad-activate, ad-deactivate): Don't call ad-handle-definition any more.
3449 (ad-recover): Clear ad-Advice-* instead of ad-Orig-*.
3450 (ad-compile-function): Compile ad-Advice-*.
3451 (ad-activate-on-top-level, ad-with-auto-activation-disabled): Remove.
3452 (ad-start-advice, ad-stop-advice): Remove.
3453
3454 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
3455
3456 * progmodes/ruby-mode.el (ruby-add-log-current-method): Print the
3457 period before class method names, not after. Remove handling of
3458 one impossible case. Add comments.
3459
3460 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
3461
3462 * emacs-lisp/advice.el: Remove support for freezing.
3463 (ad-make-freeze-docstring, ad-make-freeze-definition): Remove functions.
3464 (ad-make-single-advice-docstring, ad-defadvice-flags, defadvice):
3465 Remove support for `freeze'.
3466
3467 * emacs-lisp/cl.el (dolist, dotimes, declare): Use advice-add to
3468 override the default.
3469 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Rewrite without using
3470 cl--dotimes/dolist.
3471 * subr.el (dolist, dotimes, declare): Redefine them normally, even when
3472 `cl' is loaded.
3473
3474 * emacs-lisp/nadvice.el (advice--normalize): New function, extracted
3475 from add-advice.
3476 (advice--strip-macro): New function.
3477 (advice--defalias-fset): Use them to handle macros.
3478 (advice-add): Use them.
3479 (advice-member-p): Correctly handle macros.
3480
3481 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
3482
3483 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
3484 Never font-lock the beginning of singleton class as heredoc.
3485
3486 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
3487
3488 * emacs-lisp/gv.el (gv-define-simple-setter): One more fix (bug#12871).
3489
3490 2012-11-13 Wolfgang Jenkner <wjenkner@inode.at>
3491
3492 * ansi-color.el (ansi-color-apply-sequence): Implement SGR codes
3493 39 and 49 (bug#12792). Also, treat unimplemented parameters as 0,
3494 thereby restoring the behavior of revisions prior to 2012-08-15T03:33:55Z!monnier@iro.umontreal.ca.
3495
3496 2012-11-13 Fabián Ezequiel Gallina <fgallina@cuca>
3497
3498 Fix end-of-defun misbehavior.
3499 * progmodes/python.el (python-nav-beginning-of-defun): Rename from
3500 python-beginning-of-defun-function. Handle nested defuns
3501 correctly.
3502 (python-nav-end-of-defun): Rename from
3503 python-end-of-defun-function. Ensure forward movement.
3504 (python-info-current-defun): Reimplement to work as intended
3505 with new fixed python-nav-{end,beginning}-of-defun. Stop scanning
3506 parent defuns as soon as possible.
3507
3508 2012-11-13 Glenn Morris <rgm@gnu.org>
3509
3510 * progmodes/flymake.el (flymake-error-bitmap)
3511 (flymake-warning-bitmap, flymake-fringe-indicator-position): Doc fixes.
3512 (flymake-error-bitmap, flymake-warning-bitmap): Fix :types.
3513
3514 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
3515
3516 * progmodes/ruby-mode.el (ruby-move-to-block): When moving
3517 backward, always stop at indentation. Reverts the change from
3518 2012-08-12T22:06:56Z!monnier@iro.umontreal.ca (Bug#12851).
3519
3520 2012-11-13 Glenn Morris <rgm@gnu.org>
3521
3522 * ibuffer.el (ibuffer-mode-map, ibuffer-mode):
3523 Add ibuffer-filter-by-derived-mode.
3524
3525 * ibuffer.el (ibuffer-mode-map): Don't have two menu items with
3526 the same name shadowing each other.
3527
3528 * window.el (with-temp-buffer-window): Doc tweak.
3529
3530 * emacs-lisp/debug.el (debugger-bury-or-kill): Doc tweak.
3531
3532 * help.el (temp-buffer-max-height):
3533 * window.el (fit-frame-to-buffer, fit-frame-to-buffer-bottom-margin):
3534 * emacs-lisp/debug.el (debugger-bury-or-kill): Fix :version.
3535
3536 2012-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
3537
3538 * emacs-lisp/nadvice.el: New package.
3539 * subr.el (special-form-p): New function.
3540 * emacs-lisp/elp.el: Use lexical-binding and advice-add.
3541 (elp-all-instrumented-list): Remove var.
3542 (elp-not-profilable): Remove elp-wrapper.
3543 (elp-profilable-p): Use autoloadp and special-form-p.
3544 (elp--advice-name): New const.
3545 (elp-instrument-function): Use advice-add.
3546 (elp--instrumented-p): New predicate.
3547 (elp-restore-function): Use advice-remove.
3548 (elp-restore-all, elp-reset-all): Use mapatoms.
3549 (elp-set-master): Use elp--instrumented-p.
3550 (elp--make-wrapper): Rename from elp-wrapper, return a function
3551 suitable for advice-add. Use cl-inf.
3552 (elp-results): Use mapatoms+elp--instrumented-p.
3553 * emacs-lisp/debug.el: Use lexical-binding and advice-add.
3554 (debug-function-list): Remove var.
3555 (debug): Rename arg, and then let-bind it explicitly inside.
3556 (debugger-setup-buffer): Rename arg.
3557 (debugger-setup-buffer): Adjust counts to new debug-on-entry setup.
3558 (debugger-frame-number): Adjust to new debug-on-entry setup.
3559 (debug--implement-debug-on-entry): Rename from
3560 implement-debug-on-entry, add argument.
3561 (debugger-special-form-p): Remove, use special-form-p instead.
3562 (debug-on-entry): Use advice-add.
3563 (debug--function-list): New function.
3564 (cancel-debug-on-entry): Use it, along with advice-remove.
3565 (debug-arglist, debug-convert-byte-code, debug-on-entry-1): Remove.
3566 (debugger-list-functions): Use debug--function-list instead of
3567 debug-function-list.
3568 * emacs-lisp/advice.el (ad-save-real-definition): Remove, unused.
3569 (ad-special-form-p): Remove, use special-form-p instead.
3570 (ad-set-advice-info): Use add-function and remove-function.
3571 (ad--defalias-fset): Adjust accordingly.
3572
3573 2012-11-10 Glenn Morris <rgm@gnu.org>
3574
3575 * mail/emacsbug.el (report-emacs-bug-tracker-url)
3576 (report-emacs-bug-bug-alist, report-emacs-bug-choice-widget)
3577 (report-emacs-bug-create-existing-bugs-buffer)
3578 (report-emacs-bug-parse-query-results)
3579 (report-emacs-bug-query-existing-bugs): Remove. (Bug#7449)
3580
3581 * term.el (term-default-fg-color, term-default-bg-color):
3582 Make obsolete, rather than just saying "deprecated" in the doc.
3583
3584 * term.el (term): Rename from `term-face'.
3585 (term-current-face, ansi-term-color-vector)
3586 (term-default-fg-color, term-default-bg-color, term-ansi-reset):
3587 Update all users.
3588
3589 2012-11-10 Jan Djärv <jan.h.d@swipnet.se>
3590
3591 * server.el (server-create-window-system-frame): Handle Nextstep
3592 specially (Bug#12780).
3593
3594 2012-11-10 Glenn Morris <rgm@gnu.org>
3595
3596 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs):
3597 Unautoload, and make obsolete. (Bug#7449)
3598
3599 2012-11-10 Chong Yidong <cyd@gnu.org>
3600
3601 * vc/diff-mode.el (diff-delete-trailing-whitespace): Rewrite, and
3602 rename from diff-remove-trailing-whitespace (Bug#12831).
3603
3604 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
3605
3606 * emacs-lisp/advice.el: Require `cl-lib' at run-time to fix
3607 miscompilation of trace.el.
3608
3609 2012-11-10 Glenn Morris <rgm@gnu.org>
3610
3611 * vc/diff-mode.el (diff-remove-trailing-whitespace): Doc fix.
3612
3613 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
3614
3615 * emacs-lisp/gv.el (gv-define-simple-setter): Fix last change
3616 (bug#12812).
3617
3618 2012-11-10 Chong Yidong <cyd@gnu.org>
3619
3620 * minibuf-eldef.el (minibuffer-eldef-shorten-default): Convert to
3621 a defcustom with an appropriate :set function.
3622 (minibuffer-default--in-prompt-regexps): New function.
3623
3624 2012-11-10 Glenn Morris <rgm@gnu.org>
3625
3626 * emacs-lisp/cl.el (define-setf-expander, defsetf)
3627 (define-modify-macro): Doc fixes.
3628
3629 * emacs-lisp/gv.el (gv-letplace): Fix doc typo.
3630 (gv-define-simple-setter): Update doc of `fix-return'.
3631
3632 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
3633
3634 * emacs-lisp/gv.el (gv-define-simple-setter): Don't evaluate `val'
3635 twice when `fix-return' is set (bug#12813).
3636
3637 * emacs-lisp/cl.el (defsetf): Pass the third arg to
3638 gv-define-simple-setter (bug#12812).
3639
3640 * woman.el (woman-decode-region): Disable adaptive-fill when rendering
3641 (bug#12756).
3642
3643 2012-11-10 Glenn Morris <rgm@gnu.org>
3644
3645 * emacs-lisp/gv.el (gv-define-setter): Fix doc typo.
3646
3647 * emacs-lisp/cl-extra.el (cl-prettyexpand):
3648 * emacs-lisp/cl-lib.el (cl-proclaim, cl-declaim):
3649 * emacs-lisp/cl-macs.el (cl-destructuring-bind, cl-locally)
3650 (cl-the, cl-compiler-macroexpand): Add basic doc strings.
3651
3652 * emacs-lisp/cl-extra.el (cl-maplist, cl-mapcan): Doc fix.
3653
3654 2012-11-10 Leo Liu <sdl.web@gmail.com>
3655
3656 * ido.el (ido-set-matches-1): Improve flex matching performance by
3657 removing backtracking in the regexp (suggested by Stefan). (Bug#12796)
3658
3659 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
3660
3661 * emacs-lisp/advice.el (ad-set-advice-info): Set defalias-fset-function.
3662 (ad--defalias-fset): New function.
3663 (ad-safe-fset): Remove.
3664 (ad-make-freeze-definition): Use cl-letf*.
3665
3666 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
3667
3668 * subr.el (dolist): Don't bind VAR in RESULT.
3669
3670 * emacs-lisp/advice.el: Miscellaneous cleanup. Use lexical-binding.
3671 (fset, documentation): Don't save real def since we don't advise.
3672 (ad-do-advised-functions): Remove problematic `result-form'.
3673 (ad-safe-fset): `ad-real-fset' => `fset'.
3674 (ad-read-advised-function): Don't assume that ad-do-advised-functions
3675 uses CL's dolist internally.
3676 (ad-arglist): Remove unused arg `name'.
3677 (ad-docstring, ad-make-advised-docstring):
3678 `ad-real-documentation' => `documentation'.
3679 (warning-suppress-types): Declare.
3680 (ad-set-arguments): Simple CSE.
3681 (ad-recover-normality): Sanity check.
3682
3683 * emacs-lisp/bytecomp.el (byte-compile-out-toplevel): Don't turn
3684 (funcall '(lambda ..) ..) into ((lambda ..) ..).
3685
3686 2012-11-09 Vincent Belaïche <vincentb1@users.sourceforge.net>
3687
3688 * ses.el: symbol to coordinate mapping is made by symbol property
3689 `ses-cell'. This means that the same mapping is done for all SES
3690 sheets. That is good enough for cells with standard A1 names, but
3691 not for named cell. So a hash map is added for the latter.
3692 (defconst ses-localvars): Add local variable ses--named-cell-hashmap
3693 (ses-sym-rowcol): Use hashmap for named cell.
3694 (ses-is-cell-sym-p): New defun.
3695 (ses-decode-cell-symbol): New defun.
3696 (ses-create-cell-variable): Add cell to hashmap when name is not
3697 A1-like.
3698 (ses-rename-cell): Check that cell new name is not already in
3699 spreadsheet with the use of ses-is-cell-sym-p
3700 (ses-rename-cell): Use hash map for named cells, but accept also
3701 renaming back to A1-like.
3702
3703 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
3704
3705 * emacs-lisp/advice.el: Use new dynamic docstrings.
3706 (ad-make-advised-definition-docstring, ad-advised-definition-p):
3707 Use dynamic-docstring-function instead of ad-advice-info.
3708 (ad--make-advised-docstring): New function extracted from
3709 ad-make-advised-docstring.
3710 (ad-make-advised-docstring): Use it.
3711 * progmodes/sql.el (sql--make-help-docstring): New function, extracted
3712 from sql-help.
3713 (sql-help): Use it with dynamic-docstring-function.
3714
3715 * env.el (env--substitute-vars-regexp): Don't use rx (for bootstrap).
3716
3717 2012-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
3718
3719 * files.el (hack-one-local-variable--obsolete): New function.
3720 (hack-one-local-variable): Use it for obsolete settings.
3721
3722 * subr.el (locate-user-emacs-file): If both old and new name exist, use
3723 the new name.
3724
3725 * progmodes/js.el (js--filling-paragraph): New var.
3726 (c-forward-sws, c-backward-sws, c-beginning-of-macro): Advise.
3727 (js-c-fill-paragraph): Prefer advice to cl-letf so the rebinding is
3728 less sneaky.
3729
3730 2012-11-08 Julien Danjou <julien@danjou.info>
3731
3732 * progmodes/ruby-mode.el (auto-mode-alist): Add Rakefile in
3733 `auto-mode-alist' (Bug#12835).
3734
3735 2012-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
3736
3737 * progmodes/perl-mode.el (perl-prettify-symbols): New defcustom.
3738 (perl--prettify-symbols-alist): New const.
3739 (perl--font-lock-compose-symbol, perl--font-lock-symbols-keywords):
3740 New functions.
3741 (perl-font-lock-keywords-2): Use them.
3742 (perl-electric-noindent-p): New function.
3743 (perl-mode): Use it to set up electric-indent-mode.
3744 (perl-electric-terminator, perl-indent-command): Mark obsolete.
3745 (perl-mode-map): Remove bindings for them.
3746 (perl-imenu-generic-expression, perl-outline-level):
3747 Match functions&packages in column>0.
3748
3749 * env.el (env--substitute-vars-regexp): New const.
3750 (substitute-env-vars): Use it. Add `only-defined' arg.
3751 * net/tramp.el (tramp-replace-environment-variables): Use it.
3752
3753 * emacs-lisp/bytecomp.el (byte-compile-initial-macro-environment):
3754 Byte-compile *before* eval in eval-and-compile.
3755 (byte-compile-log-warning): Remove redundant inhibit-read-only.
3756 (byte-compile-file-form-autoload): Don't hide actual definition.
3757 (byte-compile-maybe-guarded): Accept `functionp' as well.
3758
3759 * emacs-lisp/gv.el (gv-ref, gv-deref): New function and macro.
3760
3761 2012-11-07 Michael Albinus <michael.albinus@gmx.de>
3762
3763 * notifications.el (notifications-get-server-information-method):
3764 New defconst.
3765 (notifications-get-capabilities): Fix docstring.
3766 (notifications-get-server-information): New defun.
3767
3768 2012-11-06 Agustín Martín Domingo <agustin.martin@hispalinux.es>
3769
3770 * textmodes/ispell.el (ispell-region): Standard re-indent for better
3771 readability.
3772
3773 * textmodes/ispell.el: Experimental support for support debugging.
3774 (ispell-create-debug-buffer): Create a `ispell-debug-buffer' debug
3775 buffer for ispell.
3776 (ispell-print-if-debug): New function to print stuff to
3777 `ispell-debug-buffer' if debugging is enabled.
3778 (ispell-region, ispell-process-line): Use `ispell-print-if-debug' to
3779 show some debugging info.
3780 (ispell-buffer-with-debug): New function that creates a debugging
3781 buffer and calls `ispell-buffer' with debugging enabled.
3782
3783 * textmodes/ispell.el (ispell-region): Do not prefix sent string by
3784 comment in autoconf mode. (Bug#12768)
3785
3786 2012-11-06 Dmitry Antipov <dmantipov@yandex.ru>
3787
3788 * emacs-lisp/byte-opt.el (toplevel): Add compare-window-configurations,
3789 frame-first-window, frame-root-window, frame-selected-window,
3790 minibuffer-selected-window, minibuffer-window,
3791 window-absolute-pixel-edges, window-at, window-body-height,
3792 window-body-width, window-display-table, window-combination-limit,
3793 window-frame, window-fringes, window-inside-absolute-pixel-edges,
3794 window-inside-edges, window-inside-pixel-edges, window-left-child,
3795 window-left-column, window-margins, window-next-buffers,
3796 window-next-sibling, window-new-normal, window-new-total,
3797 window-normal-size, window-parameter, window-parameters, window-parent,
3798 window-pixel-edges, window-point, window-prev-buffers,
3799 window-prev-sibling, window-redisplay-end-trigger, window-scroll-bars,
3800 window-start, window-text-height, window-top-child, window-top-line,
3801 window-total-height, window-total-width and window-use-time to the list
3802 of functions without side-effects.
3803 (toplevel): Add window-valid-p to the list of error-free functions
3804 without side-effects.
3805
3806 2012-11-05 Agustín Martín Domingo <agustin.martin@hispalinux.es>
3807
3808 * textmodes/ispell.el (ispell-program-name):
3809 Update spellchecker parameters when customized.
3810
3811 2012-11-04 Glenn Morris <rgm@gnu.org>
3812
3813 * vc/vc-svn.el (vc-svn-state-heuristic): Avoid calling svn. (Bug#7850)
3814
3815 2012-11-04 Chong Yidong <cyd@gnu.org>
3816
3817 * bookmark.el (bookmark-bmenu-switch-other-window): Avoid binding
3818 same-window-* variables.
3819
3820 2012-11-04 Juri Linkov <juri@jurta.org>
3821
3822 * isearch.el (isearch-help-for-help, isearch-describe-bindings)
3823 (isearch-describe-key, isearch-describe-mode): Use a display
3824 action instead of binding same-window-* variables (Bug#10040).
3825
3826 2012-11-03 Glenn Morris <rgm@gnu.org>
3827
3828 * emacs-lisp/cl-macs.el (cl-parse-loop-clause):
3829 Rename handler properties back from cl-- to cl-. (Bug#12788)
3830
3831 * emacs-lisp/cl-macs.el (cl-do-all-symbols): Add doc string.
3832
3833 2012-11-03 Eli Zaretskii <eliz@gnu.org>
3834
3835 * term/pc-win.el: Don't load term/internal from here.
3836
3837 * loadup.el: Load term/internal from here.
3838
3839 2012-11-03 Fabián Ezequiel Gallina <fgallina@cuca>
3840
3841 * progmodes/python.el (inferior-python-mode): Fix hang in
3842 jit-lock (Bug#12645).
3843
3844 2012-11-03 Martin Rudalics <rudalics@gmx.at>
3845
3846 * window.el (switch-to-visible-buffer)
3847 (switch-to-buffer-preserve-window-point): Fix doc-strings.
3848
3849 2012-11-03 Glenn Morris <rgm@gnu.org>
3850
3851 * emacs-lisp/cl-lib.el (cl--random-time):
3852 Rename from cl-random-time. (Bug#12773)
3853 (cl--gensym-counter, cl--random-state): Update callers.
3854 * emacs-lisp/cl-extra.el (cl-make-random-state): Update callers.
3855
3856 2012-11-03 Chong Yidong <cyd@gnu.org>
3857
3858 * cus-start.el: Make cursor-type customizable (Bug#11633).
3859
3860 2012-11-02 Glenn Morris <rgm@gnu.org>
3861
3862 * filecache.el: No need to load find-lisp when compiling.
3863 (find-lisp-find-files): Autoload it.
3864 (file-cache-add-directory-recursively): Don't require find-lisp.
3865
3866 * image.el (image-type-from-file-name): Trivial simplification.
3867
3868 * emacs-lisp/bytecomp.el (byte-compile-eval):
3869 Decouple "noruntime" and "cl-functions" warnings.
3870
3871 2012-11-01 Stephen Berman <stephen.berman@gmx.net>
3872
3873 * play/gomoku.el (gomoku-display-statistics): Update mode line
3874 only if in Gomoku buffer; don't capitalize "won" (Bug#12771).
3875
3876 2012-10-31 Martin Rudalics <rudalics@gmx.at>
3877
3878 * window.el (quit-restore-window): If the window has been
3879 created on an existing frame and ended up as the sole window on
3880 that frame, do not delete it (Bug#12764).
3881
3882 2012-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
3883
3884 * progmodes/sh-script.el (sh--inside-noncommand-expression):
3885 Rename from sh--inside-arithmetic-expression, handle more cases
3886 (bug#11263).
3887
3888 * progmodes/sh-script.el (sh--inside-arithmetic-expression): New func.
3889 (sh-font-lock-open-heredoc): Use it (bug#12770).
3890
3891 2012-10-30 Glenn Morris <rgm@gnu.org>
3892
3893 * emacs-lisp/cl-extra.el (cl-mapc): Add autoload cookie. Doc fix.
3894
3895 * emacs-lisp/cl.el (letf): Doc fix. (Bug#12760)
3896
3897 2012-10-29 Chong Yidong <cyd@gnu.org>
3898
3899 * isearch.el (isearch-other-meta-char): Ensure that a reprocessed
3900 function key is stored in a keyboard macro (Bug#4894).
3901
3902 * thingatpt.el (number-at-point): Apply a thing-at-point property.
3903
3904 2012-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
3905
3906 * vc/diff-mode.el (diff-context->unified): Don't get confused by "hunk
3907 header comments".
3908 (diff-unified->context, diff-context->unified)
3909 (diff-reverse-direction, diff-fixup-modifs): Use `use-region-p'.
3910
3911 * emacs-lisp/cl.el (letf): Add missing indent rules (bug#12759).
3912
3913 * files.el (find-alternate-file): Only ask one question (bug#12487).
3914
3915 2012-10-29 Chong Yidong <cyd@gnu.org>
3916
3917 * vc/vc-hooks.el (vc-file-clearprops): Kill vc-parent-buffer.
3918 Suggested by Dan Nicolaescu (Bug#6326).
3919
3920 * info.el (Info-complete-menu-item): Avoid duplicates (Bug#12705).
3921
3922 * startup.el (fancy-about-screen): Don't message (Bug#12680).
3923
3924 * thingatpt.el (thing-at-point): Doc fix (Bug#12691).
3925
3926 * imenu.el (imenu): Inhibit push-mark message (Bug#12726).
3927
3928 * face-remap.el (face-remap-add-relative): Handle the case where a
3929 face-remapping-alist entry is a cons cell (Bug#12762).
3930
3931 2012-10-29 Kevin Ryde <user42@zip.com.au>
3932
3933 * woman.el (woman-parse-numeric-value): Handle picas correctly
3934 (Bug#12639).
3935
3936 2012-10-29 Glenn Morris <rgm@gnu.org>
3937
3938 * emacs-lisp/cl.el (defsetf): Doc fix.
3939
3940 2012-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
3941
3942 * progmodes/sh-script.el (sh-font-lock-paren): Also put punctuation
3943 syntax to the matching opener, if any (bug#12547).
3944 (sh-smie-sh-forward-token, sh-smie-sh-backward-token): Recognize this
3945 matching open as a "case-(".
3946 (sh-smie-rc-grammar): Add a corresponding rule for it.
3947
3948 2012-10-28 Daniel Hackney <dan@haxney.org>
3949
3950 * emacs-lisp/package.el (package-generate-autoloads): Kill buffer
3951 "PKGNAME-autoloads.el" in case we created it.
3952
3953 2012-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
3954
3955 * minibuffer.el (completion--sifn-requote): Rewrite to handle things
3956 like Tramp's "/foo:~bar//baz" -> "/scpc:foo:/baz" mapping (bug#11714).
3957 (completion--twq-all): Disable too-strict assertions.
3958
3959 * tmm.el (tmm-prompt): Use map-keymap (bug#12744).
3960
3961 2012-10-27 Eli Zaretskii <eliz@gnu.org>
3962
3963 * profiler.el (profiler-report-make-entry-part): Fix help-echo
3964 text to match the real keybindings.
3965
3966 2012-10-27 Juri Linkov <juri@jurta.org>
3967
3968 * wdired.el (wdired-keep-marker-rename): New defcustom.
3969 (wdired-do-renames): Use it instead of `dired-keep-marker-rename'.
3970 (Bug#11795)
3971
3972 * dired.el (dired-keep-marker-rename): Add reference to
3973 `wdired-keep-marker-rename' in the docstring.
3974 Add default character value ?R to display initially in
3975 Customization UI instead of ?@.
3976
3977 2012-10-27 Martin Rudalics <rudalics@gmx.at>
3978
3979 * window.el (display-buffer): In doc-string describe
3980 window-height and window-width alist entries.
3981
3982 * time.el (display-time-world): Restore fit-window-to-buffer
3983 behavior.
3984
3985 2012-10-27 Chong Yidong <cyd@gnu.org>
3986
3987 * subr.el (insert-buffer-substring-as-yank): Doc fix.
3988
3989 2012-10-26 Jambunathan K <kjambunathan@gmail.com>
3990
3991 * minibuffer.el (completion-category-overrides): New completion
3992 category `bookmark' (bug#11131).
3993
3994 2012-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
3995
3996 * emacs-lisp/advice.el (ad-assemble-advised-definition):
3997 Silence bogus compiler warnings for ad-do-it.
3998
3999 * bookmark.el (bookmark-completing-read): Set the completion category
4000 to `bookmark' (bug#11131).
4001
4002 2012-10-26 Bastien <bzg@altern.org>
4003 Stefan Monnier <monnier@iro.umontreal.ca>
4004
4005 * face-remap.el: Use lexical-binding.
4006 (text-scale-adjust): Improve docstring. Use itself for the temporary
4007 overlay-map bindings, so as to repeat the "Use..." message each time.
4008
4009 2012-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
4010
4011 * emacs-lisp/macroexp.el (macroexp--expand-all):
4012 Obey byte-compile-warning-enabled-p (bug#12486).
4013
4014 * vc/diff-mode.el (diff-end-of-hunk): Also skip potential "no LF at eol".
4015 (diff-refine-hunk): Similarly, handle the "no LF at eol" (bug#12584).
4016
4017 2012-10-26 Martin Rudalics <rudalics@gmx.at>
4018
4019 * mouse.el (mouse-drag-line): Move last form into preceding when
4020 clause (Bug#12731).
4021
4022 * help.el (resize-temp-buffer-window): Fix doc-string.
4023
4024 2012-10-25 David Engster <deng@randomsample.de>
4025
4026 * emacs-lisp/eieio.el (eieio-update-lisp-imenu-expression):
4027 Remove. This feature is already integrated in imenu.
4028
4029 * emacs-lisp/eieio-opt.el: Remove require for `button' since it is
4030 always loaded. Require `speedbar' unconditionally.
4031
4032 2012-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
4033
4034 * dired.el (dired-get-marked-files): Allow ! on . and .. (bug#12725).
4035
4036 * minibuffer.el (minibuffer-force-complete): Fix thinko.
4037
4038 * net/ldap.el (ldap-search-internal): The official ldif format starts
4039 with a "version: 1" header (bug#12724).
4040
4041 * emacs-lisp/package.el (package-installed-p): Warn if not ready
4042 (bug#12721).
4043
4044 2012-10-25 Glenn Morris <rgm@gnu.org>
4045
4046 * emacs-lisp/cl-macs.el (cl-progv): Doc fix.
4047
4048 2012-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
4049
4050 * minibuffer.el (minibuffer-force-complete): Use one more marker
4051 for the temporary-overlay-map command (bug#12619).
4052
4053 2012-10-24 Chong Yidong <cyd@gnu.org>
4054
4055 * time.el (display-time-world-mode): Derive from special-mode.
4056 (display-time-world): Use display-buffer (Bug#12708).
4057 (display-time-world-mode-map): Variable deleted.
4058 (display-time-world-display): Wrap the final delete-char inside
4059 inhibit-read-only.
4060
4061 2012-10-24 Chong Yidong <cyd@gnu.org>
4062
4063 * dired.el (dired-mark, dired-unmark, dired-flag-file-deletion):
4064 Doc fix.
4065
4066 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix (Bug#12628).
4067
4068 2012-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
4069
4070 * minibuffer.el (completion--all-sorted-completions-location): New var.
4071 (completion--cache-all-sorted-completions)
4072 (completion--flush-all-sorted-completions): Use it.
4073 (completion-in-region, completion-in-region--postch)
4074 (completion-at-point, completion-help-at-point): Use markers in
4075 completion-in-region--data (bug#12619).
4076
4077 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
4078
4079 * progmodes/compile.el (compilation-start): Try to handle common
4080 quoting of `cd' argument (bug#12640).
4081
4082 * vc/diff-mode.el (diff-hunk): `save-excursion' while refining
4083 (bug#12671).
4084
4085 2012-10-23 Glenn Morris <rgm@gnu.org>
4086
4087 * progmodes/gud.el (gud-menu-map):
4088 Check gdb-active-process is bound. (Bug#12358)
4089
4090 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
4091
4092 * repeat.el (repeat): Set real-this-command (bug#12232).
4093
4094 * htmlfontify.el (hfy-post-html-hook):
4095 * filesets.el (filesets-cache-fill-content-hook):
4096 * arc-mode.el (archive-extract-hook):
4097 * progmodes/cc-mode.el (c-prepare-bug-report-hook):
4098 * net/rcirc.el (rcirc-sentinel-functions)
4099 (rcirc-receive-message-functions, rcirc-activity-functions)
4100 (rcirc-print-functions):
4101 * net/dbus.el (dbus-event-error-functions):
4102 * emacs-lisp/eieio.el (eieio-pre-method-execution-functions):
4103 * emacs-lisp/checkdoc.el (checkdoc-style-functions)
4104 (checkdoc-comment-style-functions): Don't use "-hooks" suffix.
4105 * term/sun.el (sun-raw-prefix-hooks):
4106 * mail/sendmail.el (mail-yank-hooks): Use make-obsolete-variable.
4107
4108 2012-10-23 Michael Albinus <michael.albinus@gmx.de>
4109
4110 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
4111 Set `tramp-chunksize' to 1. This improves the performance.
4112 (tramp-smb-wait-for-output): Add timeout to
4113 `tramp-accept-process-output' calls.
4114
4115 2012-10-23 Chong Yidong <cyd@gnu.org>
4116
4117 * faces.el (font-list-limit): Define as an obsolete variable.
4118
4119 * startup.el (command-line):
4120 * cus-start.el: Don't refer to font-list-limit.
4121
4122 * newcomment.el (comment-normalize-vars): Doc fix (Bug#12583).
4123
4124 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
4125
4126 * subr.el (internal-temp-output-buffer-show): Rename from
4127 temp-output-buffer-show, since previously compiled files expect this name.
4128
4129 2012-10-23 Glenn Morris <rgm@gnu.org>
4130
4131 * image.el (image-type-from-file-name): If multiple types match,
4132 return the first one that is supported. (Bug#9045)
4133
4134 2012-10-22 Glenn Morris <rgm@gnu.org>
4135
4136 * image.el (imagemagick-enabled-types): Doc fix.
4137
4138 2012-10-22 Takafumi Arakaki <aka.tkf@gmail.com> (tiny change)
4139
4140 * progmodes/which-func.el (which-func-current): The hash-table may have
4141 an explicit nil (bug#12338).
4142
4143 2012-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
4144
4145 * electric.el (electric-pair-delete-selection-self-insert-function):
4146 Rename to electric-pair-will-use-region, return a boolean.
4147 (electric-pair-mode): Adjust accordingly. Don't require delsel.
4148
4149 * delsel.el (delete-selection-helper): Use a function instead of a hook.
4150 (delete-selection-pre-hook): Use use-region-p.
4151 (delete-selection-self-insert-function): Remove.
4152 (self-insert-command): Obey self-insert-uses-region-functions.
4153 (self-insert-iso): Revert to previous setting, since we don't actually
4154 know what that command does.
4155 (delete-selection-self-insert-hooks): Remove.
4156
4157 2012-10-22 Simon Law <sfllaw@sfllaw.ca> (tiny change)
4158
4159 * delsel.el (delete-selection-helper): New function, extracted from
4160 delete-selection-pre-hook.
4161 (delete-selection-pre-hook): Use it.
4162 (delete-selection-self-insert-function): New function.
4163 (delete-selection-self-insert-hooks): New hook.
4164 (self-insert-command, self-insert-iso): Use it.
4165 * electric.el (electric-pair-syntax): New function, extracted from
4166 electric-pair-post-self-insert-function.
4167 (electric-pair-post-self-insert-function): Use it.
4168 (electric-pair-delete-selection-self-insert-function): New function.
4169 (electric-pair-mode): Require delsel and setup
4170 delete-selection-self-insert-hooks (bug#11520).
4171
4172 2012-10-20 Chong Yidong <cyd@gnu.org>
4173
4174 * vc/vc.el (vc-diff-internal): Set up Diff mode even if there are
4175 no changes to show (Bug#12586).
4176
4177 * eshell/esh-cmd.el (eshell-rewrite-for-command): Copy the body
4178 list explicitly (Bug#12571).
4179
4180 2012-10-20 Arne Jørgensen <arne@arnested.dk>
4181
4182 * progmodes/flymake.el (flymake-create-temp-inplace):
4183 Use file-truename.
4184
4185 2012-10-20 Eli Zaretskii <eliz@gnu.org>
4186
4187 * loadup.el: Update comment about uncompiled Lisp files. (Bug#12395)
4188
4189 2012-10-20 Jay Belanger <jay.p.belanger@gmail.com>
4190
4191 * calc/calc-units.el (math-extract-units): Properly extract powers
4192 of units.
4193
4194 2012-10-20 Daniel Colascione <dancol@dancol.org>
4195
4196 * frame.el (make-frame): Set x-display-name as we used to in order
4197 to unbreak creating an X11 frame from an Emacs daemon started
4198 without a display.
4199
4200 2012-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
4201
4202 * minibuffer.el (minibuffer-force-complete): Make the next completion use
4203 the same completion-field (bug#12221).
4204
4205 2012-10-19 Martin Rudalics <rudalics@gmx.at>
4206
4207 * emacs-lisp/debug.el (debug): Record height of debugger window
4208 also when debugger will be back (Bug#8789).
4209
4210 2012-10-18 Chong Yidong <cyd@gnu.org>
4211
4212 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
4213 Convert to defcustom.
4214 (gdb-get-source-file): Don't bind pop-up-windows.
4215
4216 * progmodes/gud.el (gud-display-line): Don't specially re-use
4217 other frames for the gdb-mi case (Bug#12648).
4218
4219 2012-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
4220
4221 * emacs-lisp/advice.el: Clean up commentary a bit.
4222 (ad-do-advised-functions, ad-with-originals): Use `declare'.
4223 (byte-code-function-p): Never redefine.
4224
4225 * emacs-lisp/gv.el (cond): Same fix as before for `if'.
4226
4227 2012-10-18 Glenn Morris <rgm@gnu.org>
4228
4229 * dired.el (dired-sort-toggle): Some ls implementations only allow
4230 a single option string. (Bug#12666)
4231
4232 * minibuffer.el (completion-cycle-threshold): Doc fix.
4233
4234 2012-10-17 Kenichi Handa <handa@gnu.org>
4235
4236 * international/mule.el (set-keyboard-coding-system):
4237 Recover input meta mode when the new coding system doesn not use 8-bit.
4238 Supply TERMINAL arg to set-input-meta-mode.
4239
4240 2012-10-17 Michael Heerdegen <michael_heerdegen@web.de>
4241
4242 * wdired.el (wdired-old-marks): New variable.
4243 (wdired-change-to-wdired-mode): Locally set wdired-old-marks.
4244 (wdired-do-renames): Move point with renamed file and don't lose
4245 mark status (Bug#11795).
4246
4247 2012-10-16 Juri Linkov <juri@jurta.org>
4248
4249 * replace.el (query-replace-help): Mention multi-buffer replacement
4250 keys in the Help message. (Bug#12655)
4251
4252 2012-10-15 Chong Yidong <cyd@gnu.org>
4253
4254 * emacs-lisp/byte-run.el (defsubst): Doc fix.
4255
4256 2012-10-14 Eli Zaretskii <eliz@gnu.org>
4257
4258 * window.el (display-buffer): Doc fix.
4259
4260 * progmodes/compile.el (compilation-error-regexp-alist-alist):
4261 Adjust the msft regexp to the output of Studio 2010, and move msft
4262 before edg-1. See the discussion on emacs-devel,
4263 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00579.html,
4264 for the details.
4265
4266 2012-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
4267
4268 * emacs-lisp/eieio.el (eieio-oset-default, eieio-oset, oset-default)
4269 (oset): Move uses of object-class-fast macro after its definition.
4270
4271 * emacs-lisp/gv.el (if): Don't use closures in non-lexical-binding code.
4272
4273 2012-10-13 Chong Yidong <cyd@gnu.org>
4274
4275 * textmodes/ispell.el (ispell-pdict-save): If flyspell-mode is
4276 enabled, re-enable it (Bug#11963).
4277
4278 2012-10-13 Martin Rudalics <rudalics@gmx.at>
4279
4280 * emacs-lisp/debug.el (debug): When debugger-will-be-back is
4281 non-nil, restore window configuration (Bug#12623).
4282
4283 2012-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
4284
4285 * help-fns.el (describe-variable, describe-function-1):
4286 * help-mode.el (help-make-xrefs): Remove error handler, made unneeded.
4287
4288 * emacs-lisp/eieio.el (lisp-imenu-generic-expression): Fix typo.
4289
4290 2012-10-12 Glenn Morris <rgm@gnu.org>
4291
4292 * mail/rmailsum.el (rmail-header-summary):
4293 Fix 2010-11-26 test for multiline Subject: field. (Bug#12625)
4294
4295 2012-10-12 Fabián Ezequiel Gallina <fgallina@cuca>
4296
4297 * progmodes/python.el (python-mode-map):
4298 Replace subtitute-key-definition with proper command remapping.
4299 (python-nav--up-list): Fix behavior for blocks on the same level.
4300
4301 2012-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
4302
4303 * help-fns.el (describe-function-1): Handle autoloads w/o docstrings.
4304
4305 * emacs-lisp/bytecomp.el (byte-compile-eval): Adjust to long-ago
4306 changes to the format of load-history.
4307
4308 * international/mule-cmds.el (read-char-by-name): Move let-binding of
4309 completion-ignore-case in case that var is buffer-local (bug#12615).
4310
4311 2012-10-11 Kenichi Handa <handa@gnu.org>
4312
4313 * international/eucjp-ms.el: Re-generated.
4314
4315 2012-10-10 Kenichi Handa <handa@gnu.org>
4316
4317 * select.el (xselect--encode-string): If a coding is specified for
4318 selection, and that is compatible with COMPOUND_TEXT, use it.
4319
4320 2012-10-10 Martin Rudalics <rudalics@gmx.at>
4321
4322 * window.el (switch-to-buffer-preserve-window-point): New option.
4323 (switch-to-buffer):
4324 Obey `switch-to-buffer-preserve-window-point' (Bug#4041).
4325
4326 2012-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
4327
4328 * newcomment.el (comment-start-skip, comment-end-skip, comment-end):
4329 Don't document nil as a useful value (bug#12583).
4330
4331 2012-10-09 Michael Albinus <michael.albinus@gmx.de>
4332
4333 * net/tramp.el (tramp-debug-message):
4334 Remove "tramp-with-progress-reporter" from regexp of ignored functions.
4335 (with-tramp-progress-reporter): Rename from
4336 `tramp-with-progress-reporter'.
4337 (with-tramp-file-property, with-tramp-connection-property):
4338 Move from tramp-cache.el, rename from `with-file-property' and
4339 `with-connection-property', respectively.
4340
4341 * net/tramp-cache.el: Remove `with-file-property' and
4342 `with-connection-property'.
4343
4344 * net/tramp.el:
4345 * net/tramp-gvfs.el:
4346 * net/tramp-sh.el:
4347 * net/tramp-smb.el: Adapt callees.
4348
4349 * net/trampver.el: Update release number.
4350
4351 2012-10-09 Glenn Morris <rgm@gnu.org>
4352
4353 * w32-fns.el (set-message-beep):
4354 * term/w32-win.el (set-message-beep): Update declarations.
4355
4356 2012-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
4357
4358 * bindings.el (mode-line-toggle-read-only, mode-line-toggle-modified)
4359 (mode-line-widen, mode-line-input-method-map)
4360 (mode-line-coding-system-map, mode-line-remote)
4361 (mode-line-unbury-buffer, mode-line-bury-buffer)
4362 (mode-line-next-buffer, mode-line-previous-buffer):
4363 Replace save-selected-window+select-window => with-selected-window.
4364
4365 * progmodes/cc-bytecomp.el (cc-bytecomp-defmacro): Remove, unused.
4366 * progmodes/cc-vars.el (bq-process): Remove, unused.
4367
4368 * emacs-lisp/cl-macs.el (cl-defstruct): Obey the :read-only property.
4369
4370 2012-10-09 Fabián Ezequiel Gallina <fgallina@cuca>
4371
4372 Implemented `backward-up-list'-like navigation.
4373 * progmodes/python.el (python-nav-up-list)
4374 (python-nav-backward-up-list): New functions.
4375 (python-mode-map): Define substitute key for backward-up-list to
4376 python-nav-backward-up-list.
4377
4378 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
4379
4380 * progmodes/python.el (python-fill-paragraph): Rename from
4381 python-fill-paragraph-function. Fixed fill-paragraph for
4382 decorators (Bug#12605).
4383
4384 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
4385
4386 * progmodes/python.el (python-shell-output-filter): Handle extra
4387 carriage return in OSX (Bug#12409).
4388
4389 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
4390
4391 Fix shell handling of unbalanced quotes and parens in output.
4392 * progmodes/python.el (python-rx-constituents): Add string-delimiter.
4393 (python-syntax-propertize-function): Use it.
4394 (python-shell-output-syntax-table): New var.
4395 (inferior-python-mode): Prevent unbalanced parens/quotes from
4396 previous output mess with current input context.
4397
4398 2012-10-08 Juanma Barranquero <lekktu@gmail.com>
4399
4400 * generic-x.el (javascript-generic-mode, javascript-generic-mode-hook):
4401 Make obsolete aliases of js-mode and js-mode-hook (from js.el).
4402
4403 2012-10-08 Michael Albinus <michael.albinus@gmx.de>
4404
4405 * ffap.el (ffap-replace-file-component): Support Tramp file name
4406 syntax, not only ange-ftp's one.
4407
4408 2012-10-08 Glenn Morris <rgm@gnu.org>
4409
4410 * cus-start.el (message-log-max): Set :version.
4411
4412 * calendar/calendar.el (calendar-intermonth-header): Doc fix.
4413
4414 2012-10-08 Martin Rudalics <rudalics@gmx.at>
4415
4416 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't try to split
4417 the minibuffer window (Bug#10851).
4418
4419 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
4420
4421 Enhancements on forward-sexp movement.
4422 * progmodes/python.el (python-nav-beginning-of-statement)
4423 (python-nav-end-of-statement): Return point-marker.
4424 (python-nav-forward-sexp): lisp-like forward-sexp behavior.
4425 (python-info-current-symbol)
4426 (python-info-statement-starts-block-p): Rename from
4427 python-info-beginning-of-block-p.
4428 (python-info-statement-ends-block-p): Rename from
4429 python-info-end-of-block-p.
4430 (python-info-beginning-of-statement-p)
4431 (python-info-end-of-statement-p)
4432 (python-info-beginning-of-block-p, python-info-end-of-block-p):
4433 New functions.
4434
4435 2012-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
4436
4437 * comint.el (comint-preinput-scroll-to-bottom): Preserve the
4438 frame-selected-windows.
4439
4440 2012-10-08 Daniel Colascione <dancol@dancol.org>
4441
4442 * battery.el (battery-status-function): Check for
4443 w32-battery-status itself, not system-time windows-nt.
4444
4445 * frame.el: Require cl-lib.
4446 (display-format-alist): New variable mapping frame types to
4447 functions that initialize them.
4448 (window-system-for-display): New function: interprets
4449 display-format-alist.
4450 (make-frame-on-display): Remove existing display-selection logic
4451 and just forward to make-frame, which will now DTRT.
4452 (make-frame): Restructure to use window-system-for-display to
4453 figure out how to create a frame on a given display.
4454 (display-mouse-p): Look for frame-type w32, not a particular
4455 system-type.
4456
4457 * loadup.el: Load w32 lisp code when we have the w32 feature.
4458
4459 * mouse.el (mouse-yank-primarY): Look for frame-type w32, not
4460 system-type windows-nt.
4461
4462 * server.el (server-create-window-system-frame): Look for window
4463 type.
4464 (server-proces-filter): Only force a window system when windows-nt
4465 _and_ w32. Explain why.
4466
4467 * simple.el (normal-erase-is-backspace-mode): Add w32 to the list
4468 of window systems we configure for the mode.
4469
4470 * startup.el (command-line): Mark window system is initialized
4471 after we've done it.
4472
4473 * common-win.el (x-select-text): Look for w32, not windows-nt.
4474
4475 * ns-win.el: Require cl-lib. Add ourselves to
4476 display-format-alist.
4477 (ns-initialize-window-system): Assert we're not initialized twice.
4478
4479 * w32-win.el: Enable lexical binding; require cl-lib; add
4480 ourselves to display-format-alist.
4481 (w32-handle-dropped-file): Convert incoming dropped files from
4482 Windows paths to Cygwin ones before passing them on to the rest of
4483 Emacs.
4484 (w32-drag-n-drop): New paramter new-frame. Simplify logic.
4485 (w32-initialize-window-system): Assert we're not initialized twice.
4486
4487 * x-win.el: Require cl-lib; add ourselves to display-format-alist.
4488 (x-initialize-window-system): Assert we're not initialized twice.
4489
4490 * w32-common-fns.el: New File.
4491 (w32-version, w32-using-nt, w32-get-clipboard-data)
4492 (w32-set-clipboard-data, x-set-selection, x-get-selection)
4493 (w32-charset-info-alist, x-last-selected, text)
4494 (x-get-selection-value, x-selection-value): Move here.
4495
4496 * w32-fns.el: Require w32-common-fns.
4497 (w32-version, w32-using-nt, w32-get-clipboard-data)
4498 (w32-set-clipboard-data, x-set-selection, x-get-selection)
4499 (w32-charset-info-alist, x-last-selected, text)
4500 (x-get-selection-value, x-selection-value): Move to
4501 w32-common-fns.
4502
4503 * w32-vars.el:
4504 (w32-allow-system-shell, w32-system-shells): Define only in
4505 non-cygwin case.
4506
4507 2012-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
4508
4509 * subr.el (read-passwd-map): Don't use `defconst' (bug#12597).
4510 (read-passwd): Remove a few more potential sources of leaks.
4511
4512 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
4513
4514 * progmodes/python.el (inferior-python-mode)
4515 (python-shell-make-comint): Fix initialization of local
4516 variables copied from parent buffer.
4517
4518 2012-10-07 Jan Djärv <jan.h.d@swipnet.se>
4519
4520 * term/ns-win.el (ns-read-file-name): Update declaration to match
4521 nsfns.m.
4522 (ns-respond-to-change-font): Change fontsize separatly so we are sure
4523 it is set when font is acted upon.
4524
4525 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
4526
4527 Enhancements to indentation.
4528 * progmodes/python.el (python-indent-context): Give priority to
4529 inside-string context. Make comments indentation markers.
4530 (python-indent-region): Do not mess with strings, unless it's the
4531 enclosing set of quotes.
4532
4533 2012-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
4534
4535 * window.el (internal--before-save-selected-window)
4536 (internal--after-save-selected-window): New functions extracted from
4537 save-selected-window. Make sure we return the `alist' we construct.
4538 (save-selected-window): Use them.
4539
4540 * textmodes/tex-mode.el (tex-recenter-output-buffer):
4541 Use with-selected-window.
4542
4543 * emacs-lisp/autoload.el (make-autoload): Add `cl-defmacro' to the
4544 forms that define macros (bug#12593).
4545
4546 2012-10-07 Kenichi Handa <handa@gnu.org>
4547
4548 * international/mule-conf.el (compound-text-with-extensions):
4549 Add :mime-charset property as x-ctext.
4550
4551 2012-10-07 Stefan Merten <smerten@oekonux.de>
4552
4553 * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
4554 (rst-indent-literal-normal, rst-indent-literal-minimized)
4555 (rst-indent-comment): Correct :version tag.
4556 (rst-official-cvs-rev): Correct version string.
4557
4558 2012-10-07 Glenn Morris <rgm@gnu.org>
4559
4560 * mail/rmailmm.el (rmail-mime-process-multipart):
4561 Do not confuse a multipart message with an epilogue
4562 with a "truncated" one; fixes 2011-06-27 change. (Bug#10101)
4563
4564 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
4565
4566 Fix shell output retrieval and comint-prompt-regexp init.
4567 * progmodes/python.el (inferior-python-mode):
4568 (python-shell-make-comint): Fix initialization of
4569 comint-prompt-regexp from copied file local variables.
4570 (python-shell-fetched-lines): Remove var.
4571 (python-shell-output-filter-in-progress): Rename from
4572 python-shell-fetch-lines-in-progress.
4573 (python-shell-output-filter-buffer): Rename from
4574 python-shell-fetch-lines-string.
4575 (python-shell-fetch-lines-filter): Delete function.
4576 (python-shell-output-filter): New function.
4577 (python-shell-send-string-no-output): Use them.
4578
4579 2012-10-07 Glenn Morris <rgm@gnu.org>
4580
4581 * hi-lock.el (hi-lock-process-phrase):
4582 Try to make it less fragile. (Bug#7161)
4583
4584 * hi-lock.el (hi-lock-face-phrase-buffer): Doc fix.
4585
4586 2012-10-06 Glenn Morris <rgm@gnu.org>
4587
4588 * ehelp.el (electric-help-mode): Use help-mode rather than
4589 non-existent mode `help'.
4590 (electric-help-map): Use button-buffer-map. (Bug#10917)
4591
4592 * textmodes/reftex-vars.el (reftex-create-bibtex-header)
4593 (reftex-create-bibtex-footer): Fix custom types.
4594
4595 * progmodes/sh-script.el (sh-indent-after-continuation):
4596 Add explicit :group.
4597
4598 * textmodes/rst.el (rst-preferred-decorations)
4599 (rst-shift-basic-offset): Clarify obsolescence versions.
4600
4601 * profiler.el (profiler): Add missing group :version tag.
4602 * avoid.el (mouse-avoidance-banish-position):
4603 * proced.el (proced-renice-command):
4604 * calc/calc.el (calc-ensure-consistent-units):
4605 * calendar/icalendar.el (icalendar-import-format-uid):
4606 * net/tramp.el (tramp-save-ad-hoc-proxies):
4607 * progmodes/bug-reference.el (bug-reference-bug-regexp):
4608 * progmodes/flymake.el (flymake-error-bitmap)
4609 (flymake-warning-bitmap, flymake-fringe-indicator-position):
4610 * progmodes/sh-script.el (sh-indent-after-continuation):
4611 * progmodes/verilog-mode.el (verilog-auto-template-warn-unused)
4612 (verilog-before-save-font-hook, verilog-after-save-font-hook):
4613 * progmodes/vhdl-mode.el (vhdl-makefile-default-targets)
4614 (vhdl-array-index-record-field-in-sensitivity-list)
4615 (vhdl-indent-comment-like-next-code-line):
4616 * textmodes/reftex-vars.el (reftex-ref-style-alist)
4617 (reftex-ref-macro-prompt, reftex-ref-style-default-list)
4618 (reftex-cite-key-separator, reftex-create-bibtex-header)
4619 (reftex-create-bibtex-footer):
4620 * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
4621 (rst-indent-literal-normal, rst-indent-literal-minimized)
4622 (rst-indent-comment): Add missing custom :version tags.
4623
4624 * calendar/timeclock.el (timeclock-modeline-display):
4625 Add missing obsolete alias for renamed user option.
4626
4627 * strokes.el (strokes-modeline-string):
4628 * emulation/crisp.el (crisp-mode-modeline-string):
4629 * eshell/esh-mode.el (eshell-status-in-modeline):
4630 Aliases to defcustoms must come before the defcustom.
4631
4632 * calendar/cal-tex.el (cal-tex-diary, cal-tex-cursor-week)
4633 (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
4634 (cal-tex-cursor-week-monday): Doc fixes.
4635 (cal-tex-cursor-week2-summary): Doc fix.
4636 Rename from cal-tex-cursor-week-at-a-glance.
4637
4638 * calendar/cal-menu.el (cal-menu-context-mouse-menu):
4639 Tweak week descriptions. Add cal-tex-cursor-week2-summary.
4640
4641 * calendar/calendar.el (calendar-mode-map):
4642 Add cal-tex-cursor-week2-summary.
4643
4644 2012-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
4645
4646 * emacs-lisp/cl-macs.el (cl-defstruct): Improve docstring.
4647
4648 * subr.el (read-passwd-map): New var.
4649 (read-passwd): Use `read-string' again.
4650 * minibuffer.el (delete-minibuffer-contents): Make it interactive.
4651
4652 2012-10-06 Jambunathan K <kjambunathan@gmail.com>
4653
4654 * register.el (append-to-register, prepend-to-register):
4655 Deactivate mark, as does `copy-to-register' (bug#12389).
4656
4657 2012-10-06 Chong Yidong <cyd@gnu.org>
4658
4659 * files.el (auto-mode-alist): Add .by and .wy (Semantic grammars).
4660
4661 2012-10-06 Ikumi Keita <ikumi@ikumi.que.jp> (tiny change)
4662
4663 * international/characters.el: Fix simple mistake ((car chars) ->
4664 elt), delete duplicated code.
4665
4666 2012-10-06 Glenn Morris <rgm@gnu.org>
4667
4668 * subr.el (read-passwd): Allow C-u to erase entry. (Bug#12570)
4669
4670 2012-10-06 Julian Scheid <julians37@gmail.com> (tiny change)
4671
4672 * color.el (color-hsl-to-rgb): Fix incorrect results for
4673 small and large hue values. (Bug#12559)
4674
4675 2012-10-05 Fabián Ezequiel Gallina <fgallina@cuca>
4676
4677 Enhancements to docstring formatting when filling paragraphs.
4678 * progmodes/python.el (python-fill-docstring-style): Rename from
4679 python-fill-string-style. Added new style.
4680 (python-fill-string): Use new style. Better checks for
4681 docstrings.
4682
4683 2012-10-05 Glenn Morris <rgm@gnu.org>
4684
4685 * net/newst-treeview.el (newsticker-group-move-feed): Doc fix.
4686
4687 * color.el (color-name-to-rgb, color-rgb-to-hex)
4688 (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
4689 (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
4690 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
4691 (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
4692
4693 * emacs-lisp/timer.el (with-timeout): Add missing progn. (Bug#12577)
4694
4695 2012-10-05 Juanma Barranquero <lekktu@gmail.com>
4696
4697 * ido.el (ido-directory-too-big-p): Pass dir through file-truename
4698 to get the correct size across symlinks.
4699
4700 * ido.el (ido-buffer-disable-smart-matches): Fix typo in docstring.
4701
4702 2012-10-04 Juri Linkov <juri@jurta.org>
4703
4704 * replace.el (query-replace-interactive): Declare obsolete.
4705 (query-replace-read-from): Add the last incremental search string
4706 to the list of default values accessible via M-n.
4707 (map-query-replace-regexp): Use `read-regexp'.
4708 (query-replace, query-replace-regexp, query-replace-regexp-eval)
4709 (map-query-replace-regexp, replace-string, replace-regexp):
4710 Fix docstrings to replace mentions of `query-replace-interactive'
4711 with alternatives. (Bug#12526)
4712
4713 2012-10-04 Juri Linkov <juri@jurta.org>
4714
4715 * dired.el (dired-shrink-to-fit): Declare obsolete. (Bug#1806)
4716 (dired-pop-to-buffer): Declare obsolete.
4717 (dired-mark-pop-up): Doc fix.
4718
4719 2012-10-04 Fabián Ezequiel Gallina <fgallina@cuca>
4720
4721 Allow user to set docstring style for fill-paragraph.
4722 * progmodes/python.el
4723 (python-fill-comment-function, python-fill-string-function)
4724 (python-fill-decorator-function, python-fill-paren-function):
4725 Remove :safe for defcustoms.
4726 (python-fill-string-style): New defcustom
4727 (python-fill-paragraph-function): Enhance context detection.
4728 (python-fill-string): Honor python-fill-string-style settings.
4729
4730 2012-10-04 Martin Rudalics <rudalics@gmx.at>
4731
4732 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Select window
4733 after setting its buffer (Bug#10805).
4734
4735 2012-10-03 Fabián Ezequiel Gallina <fgallina@cuca>
4736
4737 Fix cornercase for string syntax.
4738 * progmodes/python.el (python-syntax-propertize-function):
4739 Simplify and enhance the regexp for unescaped quotes. Now it also
4740 matches quotes in weird situations like the single quote in
4741 "something\"'".
4742 (python-syntax-stringify): Simplify num-quotes detecting code.
4743
4744 2012-10-03 Glenn Morris <rgm@gnu.org>
4745
4746 * help-macro.el (three-step-help):
4747 Revert 2012-09-29 change. (Bug#12567)
4748
4749 2012-10-03 Martin Rudalics <rudalics@gmx.at>
4750
4751 * menu-bar.el (kill-this-buffer): Don't do anything when
4752 `menu-frame' is not alive or visible (Bug#8184).
4753
4754 * emacs-lisp/debug.el (debug): When quitting the debugger window
4755 restore current buffer (Bug#12502).
4756
4757 2012-10-02 Chong Yidong <cyd@gnu.org>
4758
4759 * progmodes/hideif.el (hif-lookup, hif-defined):
4760 Handle semantic-c-takeover-hideif.
4761
4762 2012-10-02 Paul Eggert <eggert@cs.ucla.edu>
4763
4764 Change sampling interval units from ms to ns.
4765 * profiler.el (profiler-sampling-interval): Change units
4766 from ms to ns, multiplying the default by 1000000 so that
4767 it remains 1 ms.
4768 (profiler-report-cpu-line-format): Give enough room for
4769 the maximum counters on 64-bit hosts.
4770 (profiler-report-render-calltree-1): Call them "CPU samples",
4771 not "Time (ms)", since they are not milliseconds now (and
4772 never really were).
4773
4774 2012-10-02 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
4775
4776 * net/eudcb-bbdb.el (eudc-bbdb-format-record-as-result):
4777 Fix querying BBDB for entries without a last name (Bug#11580).
4778
4779 2012-10-02 Chong Yidong <cyd@gnu.org>
4780
4781 * emacs-lisp/eieio.el: Restore Version header.
4782
4783 2012-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
4784
4785 * vc/diff-mode.el (diff--auto-refine-data): New var.
4786 (diff-hunk): Use it to delay refinement.
4787 (diff-mode): Remove overlays when we turn off font-lock.
4788
4789 * textmodes/table.el: Use lexical-binding, dolist, define-minor-mode.
4790 (table-initialize-table-fixed-width-mode)
4791 (table-set-table-fixed-width-mode): Remove functions.
4792 (table-command-list): Move initialization into declaration.
4793 (table--tweak-menu-for-xemacs): Move defun outside mapcar.
4794 (table-with-cache-buffer): Use `declare'.
4795 (table-span-cell): Simplify via CSE.
4796 (table-fixed-width-mode): Use define-minor-mode.
4797 (table-call-interactively, table-funcall, table-apply): Remove.
4798 (table-function): New function, to replace them.
4799
4800 * bookmark.el (bookmark-search-pattern): Remove var.
4801 (bookmark-read-search-input): Remove function.
4802 (bookmark-bmenu-search): Reimplement using a minibuffer.
4803
4804 * faces.el (modeline): Remove obsolete face name.
4805
4806 * vc/add-log.el (add-log-buffer-file-name-function): Demote to defvar
4807 and give a non-nil default value.
4808 (add-change-log-entry): Simplify accordingly.
4809
4810 2012-10-01 Dmitry Gutov <dgutov@yandex.ru>
4811
4812 * vc/vc-git.el (vc-git-log-edit-toggle-signoff): New function.
4813 (vc-git-log-edit-toggle-amend): New function.
4814 (vc-git-log-edit-toggle-signoff): New function.
4815 (vc-git-log-edit-mode): New major mode.
4816 (vc-git-log-edit-mode-map): Keymap for it.
4817 (vc-git-checkin): Handle "Amend" and "Sign-Off" headers.
4818
4819 * vc/log-edit.el (log-edit-font-lock-keywords): Allow hyphens in
4820 header names.
4821 (log-edit-toggle-header): New function.
4822 (log-edit-extract-headers): Accept function values in HEADERS alist.
4823
4824 2012-10-01 David Engster <deng@randomsample.de>
4825
4826 * emacs-lisp/eieio-opt.el (eieio-describe-class): Add filename
4827 from symbol property and change message to be more consistent with
4828 Emacs proper.
4829 (eieio-describe-generic): Add filename for each implementation.
4830 Fix indices for generic and normal methods.
4831 (eieio-method-def, eieio-class-def): New buttons.
4832 (eieio-help-find-method-definition)
4833 (eieio-help-find-class-definition): New functions.
4834 (eieio-help-mode-augmentation-maybee): Add buttons to filenames of
4835 class, constructor and method definitions.
4836
4837 * emacs-lisp/eieio.el (eieiomt-add, eieio-defclass): Save file
4838 information in symbol property.
4839 (scoped-class): Remove.
4840 (eieio-slot-name-index, call-next-method): Check if it is bound.
4841
4842 2012-10-01 Leo P. White <lpw25@cam.ac.uk>
4843
4844 * emacs-lisp/eieio-custom.el (eieio-custom-mode-map): New option.
4845 (eieio-custom-mode): New major mode.
4846 (eieio-customize-object): Use it.
4847
4848 2012-10-01 Eric Ludlam <zappo@gnu.org>
4849
4850 * emacs-lisp/eieio-base.el (eieio-persistent-read): New input args
4851 specifying the expected class, and whether subclassing is allowed.
4852 (eieio-persistent-convert-list-to-object):
4853 (eieio-persistent-validate/fix-slot-value)
4854 (eieio-persistent-slot-type-is-class-p): New functions.
4855 (eieio-named::slot-missing): Doc fix.
4856
4857 * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
4858 Stop using unused publd variable.
4859
4860 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
4861 (eieio-speedbar-description, eieio-speedbar-derive-line-path)
4862 (eieio-speedbar-object-buttonname, eieio-speedbar-make-tag-line)
4863 (eieio-speedbar-handle-click): Do not specify a class for the
4864 method. Fixes method invocation order problems with EDE.
4865
4866 2012-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
4867
4868 * emacs-lisp/bytecomp.el (byte-compiler-abbreviate-file): New function.
4869 (byte-compile-warning-prefix, byte-compile-file): Use it (bug#12508).
4870
4871 2012-10-01 Karl Fogel <kfogel@red-bean.com>
4872
4873 * bookmark.el (bookmark-version-control): Give tags in the
4874 :type choices (Bug#12309), and improve doc string.
4875 (bookmark-write-file): Bind `print-circle' to `t' to allow
4876 circular custom bookmark types. (Bug#12503)
4877
4878 2012-10-01 Paul Eggert <eggert@cs.ucla.edu>
4879
4880 Revert the FOLLOW-SYMLINKS change for file-attributes.
4881 * files.el (remote-file-name-inhibit-cache, after-find-file):
4882 * time.el (display-time-file-nonempty-p): Undo last change.
4883
4884 * profiler.el (profiler-sampling-interval): Change default back to 1.
4885 See Stefan Monnier in
4886 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00863.html>.
4887
4888 2012-10-01 Fabián Ezequiel Gallina <fgallina@cuca>
4889
4890 Shell output catching a la gud-gdb.
4891 * progmodes/python.el (python-shell-fetch-lines-in-progress)
4892 (python-shell-fetch-lines-string, python-shell-fetched-lines):
4893 New Vars.
4894 (python-shell-fetch-lines-filter): New function.
4895 (python-shell-send-string-no-output): Use them.
4896
4897 2012-09-30 Tomohiro Matsuyama <tomo@cx4a.org>
4898
4899 * profiler.el (profiler-sampling-interval): Rename from
4900 profiler-sample-interval.
4901 (profiler-sampling-interval): Default to 10.
4902 (profiler-find-profile): New command (was profiler-find-log).
4903 (profiler-find-profile-other-window): New command.
4904 (profiler-find-profile-other-frame): New command.
4905 (profiler-profile): Introduce API-level data structure.
4906
4907 2012-09-30 Paul Eggert <eggert@cs.ucla.edu>
4908
4909 file-attributes has a new optional arg FOLLOW-SYMLINKS.
4910 * files.el (remote-file-name-inhibit-cache):
4911 * time.el (display-time-file-nonempty-p): Use it.
4912 * files.el (after-find-file): Don't chase links before calling
4913 file-exists-p, as file-exists-p already does the right thing.
4914
4915 2012-09-30 Ralf Angeli <angeli@caeruleus.net>
4916
4917 Merge from standalone RefTeX repository.
4918
4919 The following ChangeLog entries are shortened versions of the
4920 original ones with file paths adapted. A not so strongly edited
4921 version of the original ChangeLog can be found in the commit log.
4922
4923 * textmodes/reftex-auc.el: Move `provide' call to bottom of file.
4924 (reftex-arg-cite): Use `reftex-cite-key-separator'.
4925 Correctly handle new value type returned by `reftex-citation'.
4926
4927 * textmodes/reftex-cite.el (reftex-create-bibtex-file): Make sure
4928 that entries with whitespace at various places are found.
4929 Doc fix. Include entries that are cross-referenced from cited entries.
4930 Include @String definitions in the resulting bib file. Add header
4931 and footer defined in `reftex-create-bibtex-header' and
4932 `reftex-create-bibtex-footer'.
4933 (reftex-do-citation): Make it possible again to insert
4934 non-existent entries. Save match data when asking for optional
4935 arguments. Return all keys, not just the first one.
4936 (reftex-all-used-citation-keys): Fix regexp to correctly extract
4937 all citations in the same line.
4938 (reftex-parse-bibtex-entry): Accept additional optional argument
4939 `raw' and keep quotes or braces if it is non-nil. Match fields
4940 containing hyphens besides word constituents.
4941 (reftex-get-string-refs): New function.
4942 (reftex-extract-bib-entries): Check if BibTeX file changed on disk
4943 and ask if it should be reread in case it did.
4944 (reftex-pop-to-bibtex-entry)
4945 (reftex-extract-bib-entries-from-thebibliography): Match \bibitem
4946 entries with spaces or tabs in front of arguments.
4947 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
4948 (reftex-parse-bibtex-entry, reftex-create-bibtex-file):
4949 Match entries containing numbers and symbol constituents.
4950 (reftex-do-citation, reftex-figure-out-cite-format):
4951 Use `reftex-cite-key-separator'.
4952
4953 * textmodes/reftex-dcr.el: Move provide statement to end of file.
4954 (reftex-mouse-view-crossref): Explain why point is set.
4955
4956 * textmodes/reftex-global.el: Whitespace changes.
4957
4958 * textmodes/reftex-index.el: Move provide statement to end of
4959 file.
4960 (reftex-index-selection-or-word): Use `reftex-region-active-p'.
4961 (reftex-index-visit-phrases-buffer): Set marker when visiting
4962 buffer. This allows for returning from the phrases file to the
4963 file one was just editing instead of the file where the last
4964 phrases was added from.
4965 (reftex-index-phrases-syntax-table): New variable. Give ?\"
4966 punctuation syntax as it usually is not used as string quote in
4967 TeX-related modes and may occur unmatched. The change also
4968 prevents fontification of quoted content.
4969 (reftex-index-phrases-mode): Use it.
4970
4971 * textmodes/reftex-parse.el (reftex-parse-from-file):
4972 Move backward one char if a `\' was matched after a section macro.
4973 (reftex-parse-from-file): Use beginning of match instead of end as
4974 bound.
4975
4976 * textmodes/reftex-ref.el: Adapt creation of
4977 `reftex-<package>-<macro>' functions to new structure of
4978 `reftex-ref-style-alist'.
4979 (reftex-reference): Use `reftex-ref-style-list' function.
4980 Adapt to new structure of `reftex-ref-style-alist'. Prompt for a
4981 reference macro if `reftex-ref-macro-prompt' is non-nil.
4982 (reftex-reference): Pass refstyle to `reftex-format-special'.
4983 Determine reference macro by looking at
4984 `reftex-ref-style-default-list' and `reftex-ref-style-alist'.
4985 Use only one special format function.
4986 (reftex-varioref-vref, reftex-fancyref-fref)
4987 (reftex-fancyref-Fref): Remove definitions. The functions are now
4988 generated from `reftex-ref-style-alist'.
4989 (reftex-format-vref, reftex-format-Fref, reftex-format-fref):
4990 Remove.
4991 (reftex-format-special): New function.
4992
4993 * textmodes/reftex-sel.el
4994 (reftex-select-cycle-ref-style-internal): Adapt to new structure
4995 of `reftex-ref-style-alist'. Remove code for testing macro type.
4996 (reftex-select-toggle-varioref)
4997 (reftex-select-toggle-fancyref): Remove.
4998 (reftex-select-cycle-ref-style-internal)
4999 (reftex-select-cycle-ref-style-forward)
5000 (reftex-select-cycle-ref-style-backward): New functions.
5001 (reftex-select-label-map): Use `v' and `V' for general cycling
5002 through reference styles. Add `p' for switching between number
5003 and page reference types.
5004
5005 * textmodes/reftex-toc.el (reftex-re-enlarge):
5006 Call `enlarge-window' only if there is something to do because in Emacs
5007 the horizontal version throws an error even if the parameter is 0.
5008
5009 * textmodes/reftex-vars.el (reftex-label-alist): Doc fix.
5010 (reftex-plug-into-AUCTeX): Doc fix.
5011 (reftex-vref-is-default, reftex-fref-is-default): Adapt doc
5012 string. Adapt to new name.
5013 (reftex-ref-style-alist): Change structure so that it is not
5014 possible to use multiple different package names within a style.
5015 Remove the symbols for symbols for macro type distinction.
5016 Add characters for macro selection.
5017 (reftex-ref-macro-prompt, reftex-create-bibtex-header)
5018 (reftex-create-bibtex-footer): New variables.
5019 (reftex-format-ref-function): Mention third argument of special
5020 format function.
5021 (reftex-ref-style-alist, reftex-ref-style-default-list):
5022 New variables.
5023 (reftex-vref-is-default, reftex-fref-is-default): Adapt doc string
5024 to new implementation. Mark as obsolete. Add compatibility code
5025 for honoring the variable values in case they are set.
5026 (reftex-cite-format-builtin, reftex-bibliography-commands):
5027 Add support for ConTeXt.
5028 (reftex-format-ref-function, reftex-format-cite-function):
5029 Fix custom type.
5030 (reftex-cite-key-separator): New variable.
5031
5032 * textmodes/reftex.el (reftex-syntax-table-for-bib)
5033 (reftex-mode): Do not derive `reftex-syntax-table-for-bib' from
5034 `reftex-syntax-table' because parens have to retain their paren
5035 syntax in order for parsing of BibTeX entries like @book(...) to
5036 work.
5037 (reftex-in-comment): Do not error out if `comment-start-skip' is
5038 not set. Deal correctly with escaped comment characters.
5039 (reftex-tie-multifile-symbols): Add doc string.
5040 Initialize `reftex-ref-style-list'.
5041 (reftex-untie-multifile-symbols): Add doc string.
5042 (reftex-add-index-macros): Doc fix.
5043 (reftex-ref-style-activate, reftex-ref-style-toggle)
5044 (reftex-ref-style-list): New functions.
5045 (reftex-mode-menu): Use them. Adapt to new structure of
5046 `reftex-ref-style-alist'.
5047 (reftex-select-with-char): Kill the RefTeX Select buffer when
5048 done.
5049 (reftex-remove-if): New function.
5050 (reftex-erase-all-selection-and-index-buffers)
5051 (reftex-mode-menu): Reference styles are now computed from
5052 `reftex-ref-style-alist'. Fix typo.
5053 (reftex-report-bug): New function.
5054 (reftex-uniquify, reftex-uniquify-by-car): Replace O(n^2)
5055 algorithms with O(n log n). Introduce optional argument SORT (not
5056 yet used).
5057
5058 2012-09-30 Fabián Ezequiel Gallina <fgallina@cuca>
5059
5060 Enhancements for triple-quote string syntax.
5061 * progmodes/python.el (python-syntax-propertize-function):
5062 Match both quote cases in one regexp.
5063 (python-syntax-stringify): Handle matches properly.
5064
5065 2012-09-30 Juri Linkov <juri@jurta.org>
5066
5067 * arc-mode.el (archive-summarize): Let-bind `buffer-file-truename'
5068 to nil around the call to `insert' to prevent
5069 directory time modification by lock_file. (Bug#2295)
5070 * tar-mode.el (tar-summarize-buffer): Idem.
5071
5072 2012-09-30 Juri Linkov <juri@jurta.org>
5073
5074 * facemenu.el (list-colors-sort): Add option "Luminance".
5075 (list-colors-sort-key): Implement it.
5076
5077 * vc/diff-mode.el (diff-refine-removed):
5078 * vc/ediff-init.el (ediff-fine-diff-A):
5079 * vc/smerge-mode.el (smerge-refined-removed):
5080 Change background color "#ffaaaa" to "#ffbbbb". (Bug#10181)
5081
5082 2012-09-30 Jan Djärv <jan.h.d@swipnet.se>
5083
5084 * term/ns-win.el (x-file-dialog): New function.
5085
5086 2012-09-30 Juanma Barranquero <lekktu@gmail.com>
5087
5088 * ido.el (ido-max-directory-size): Default to nil; the current
5089 default is small for POSIX systems, and impractical on Windows 7
5090 now that lstat returns directory sizes for NTFS.
5091
5092 2012-09-30 Martin Rudalics <rudalics@gmx.at>
5093
5094 In buffer display functions handle window-height/window-width
5095 alist entries. Suggested by Juri Linkov as fix for Bug#1806.
5096 * window.el (window--display-buffer): New argument ALIST.
5097 Obey window-height and window-width alist entries.
5098 (window--try-to-split-window): New argument ALIST.
5099 Bind window-combination-limit to t when the window's size shall be
5100 changed and window-combination-limit equals `window-size'.
5101 (display-buffer-in-atom-window)
5102 (display-buffer-in-major-side-window)
5103 (display-buffer-in-side-window, display-buffer-same-window)
5104 (display-buffer-reuse-window, display-buffer-pop-up-frame)
5105 (display-buffer-pop-up-window, display-buffer-below-selected)
5106 (display-buffer-at-bottom, display-buffer-in-previous-window)
5107 (display-buffer-use-some-window): Adjust all callers of
5108 window--display-buffer and window--try-to-split-window.
5109 (fit-frame-to-buffer): New option.
5110 (fit-window-to-buffer): Can resize frames if fit-frame-to-buffer
5111 is non-nil.
5112 (display-buffer-in-major-side-window): Evaluate window-height /
5113 window-width alist entries.
5114
5115 * help.el (temp-buffer-resize-frames)
5116 (temp-buffer-resize-regexps): Remove options.
5117 (temp-buffer-resize-mode): Adjust doc-string.
5118 (resize-temp-buffer-window): Don't consult
5119 temp-buffer-resize-regexps. Use fit-frame-to-buffer instead of
5120 temp-buffer-resize-frames.
5121
5122 * dired.el (dired-mark-pop-up):
5123 Call display-buffer-below-selected with a fit-window-to-buffer alist
5124 entry.
5125
5126 2012-09-30 Chong Yidong <cyd@gnu.org>
5127
5128 * server.el (server-host): Document the security implications.
5129 (server-auth-key): Doc fix.
5130
5131 * startup.el (initial-buffer-choice): Doc fix.
5132
5133 * minibuffer.el (minibuffer-local-filename-syntax): Doc fix.
5134
5135 * simple.el (delete-trailing-whitespace): Avoid an unnecessary
5136 restriction change.
5137
5138 * bindings.el (goto-map): Bind M-g TAB to move-to-column.
5139
5140 * help-fns.el (help-fns--obsolete): Fix last change.
5141
5142 2012-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
5143
5144 * winner.el (winner-mode-map): Obey winner-dont-bind-my-keys here.
5145 (minor-mode-map-alist): Remove redundant code.
5146
5147 * vc/pcvs.el (cvs-cleanup-collection): Keep entries that are currently
5148 visited in a buffer.
5149 (cvs-insert-visited-file): New function.
5150 (find-file-hook): Use it.
5151
5152 * vc/pcvs-info.el (cvs-fileinfo-pp): Don't use non-existent faces.
5153
5154 * vc/log-edit.el (log-edit-font-lock-keywords): Ignore case to
5155 chose face.
5156 (log-edit-empty-buffer-p): Don't require a space after a header.
5157
5158 * vc/ediff-util.el (ediff-diff-at-point): Don't assume point-min==1.
5159
5160 * tutorial.el (help-with-tutorial): Use minibuffer-with-setup-hook.
5161
5162 * textmodes/text-mode.el (paragraph-indent-minor-mode): Make it
5163 a proper minor-mode.
5164
5165 * textmodes/tex-mode.el (tex-mode-map): Don't bind paren keys.
5166
5167 2012-09-29 Glenn Morris <rgm@gnu.org>
5168
5169 * winner.el (winner-mode): Remove variable (let define-minor-mode
5170 handle it).
5171 (winner-dont-bind-my-keys, winner-boring-buffers, winner-mode-hook):
5172 Doc fixes.
5173 (winner-mode-leave-hook): Rename to winner-mode-off-hook.
5174 (winner-mode): Use define-minor-mode.
5175
5176 * vc/vc-sccs.el (vc-sccs-registered): Use the progn trick to get
5177 the full definition in loaddefs, rather than duplicating it.
5178
5179 * help-macro.el (three-step-help): No need to autoload defcustom.
5180
5181 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
5182 (inferior-lisp-program, inferior-lisp-load-command)
5183 (inferior-lisp-prompt, inferior-lisp-mode-hook):
5184 No need to autoload defcustoms.
5185
5186 * hippie-exp.el (hippie-expand-try-functions-list)
5187 (hippie-expand-verbose, hippie-expand-dabbrev-skip-space)
5188 (hippie-expand-dabbrev-as-symbol, hippie-expand-no-restriction)
5189 (hippie-expand-max-buffers, hippie-expand-ignore-buffers)
5190 (hippie-expand-only-buffers): No need to autoload defcustoms.
5191 * progmodes/vhdl-mode.el (vhdl-line-expand):
5192 Explicitly load hippie-exp, so it does not get autoloaded
5193 while hippie-expand-try-functions-list is let-bound.
5194
5195 2012-09-28 Glenn Morris <rgm@gnu.org>
5196
5197 * emacs-lisp/cl.el (flet): Fix case of obsolescence message.
5198
5199 * emacs-lisp/bytecomp.el (byte-compile-cl-file-p):
5200 Only "cl.el" counts as cl these days.
5201
5202 2012-09-28 Juri Linkov <juri@jurta.org>
5203
5204 Display archive errors in the echo area instead of inserting
5205 to the file buffer.
5206
5207 * arc-mode.el (archive-extract-by-stdout): Change arg STDERR-FILE
5208 to STDERR-TEST that can be a regexp matching a successful output.
5209 Create a temporary file and redirect stderr to it. Search for
5210 STDERR-TEST in the stderr output and display it in the echo area
5211 if no match is found.
5212 (archive-extract-by-file): New function like
5213 `archive-extract-by-stdout' but extracting archives to files
5214 and looking for successful matches in stdout. Function body is
5215 mostly copied from `archive-rar-extract'.
5216 (archive-rar-extract): Use `archive-extract-by-file'.
5217 (archive-7z-extract): Use `archive-extract-by-stdout'. (Bug#10347)
5218
5219 2012-09-28 Leo Liu <sdl.web@gmail.com>
5220
5221 * pcomplete.el (pcomplete-show-completions):
5222 Use minibuffer-message to make pcomplete usable in minibuffer.
5223
5224 * ido.el (ido-set-matches-1): Fix 2012-09-11 change.
5225
5226 2012-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
5227
5228 * type-break.el: Use lexical-binding.
5229 (type-break-mode): Use define-minor-mode.
5230
5231 * emacs-lisp/pcase.el (pcase--mark-used): New.
5232 (pcase--u1): Use it (bug#12512).
5233
5234 * custom.el (load-theme): Set buffer-file-name so the load is recorded
5235 in load-history with the right file name.
5236
5237 2012-09-28 Tassilo Horn <tsdh@gnu.org>
5238
5239 * doc-view.el (doc-view-current-cache-doc-pdf): New function.
5240 (doc-view-doc->txt, doc-view-convert-current-doc): Use it.
5241 (doc-view-get-bounding-box): Make bounding box slicing work for
5242 ODF and DVI documents.
5243
5244 2012-09-28 Glenn Morris <rgm@gnu.org>
5245
5246 * type-break.el (type-break-mode, type-break-interval)
5247 (type-break-good-rest-interval, type-break-keystroke-threshold):
5248 No need to autoload.
5249 (type-break-good-rest-interval, type-break-keystroke-threshold):
5250 Add :set-after.
5251
5252 2012-09-28 Chong Yidong <cyd@gnu.org>
5253
5254 * progmodes/verilog-mode.el (verilog-auto-inst-interfaced-ports):
5255 Add :version tag.
5256
5257 2012-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
5258
5259 * json.el (json-encode-char): Codes 127-160 aren't "ASCII printable".
5260
5261 2012-09-27 Glenn Morris <rgm@gnu.org>
5262
5263 * faces.el (x-display-name): Declare (for without-x builds).
5264
5265 * linum.el (linum-format): Don't autoload it. Improve :type.
5266
5267 * progmodes/tcl.el: Don't require outline when compiling.
5268 (outline-regexp, outline-level): Declare.
5269 * textmodes/sgml-mode.el: Don't require outline when compiling.
5270 (outline-regexp, outline-heading-end-regexp, outline-level): Declare.
5271
5272 * term.el (term-ansi-reset):
5273 Try setting term-ansi-face-already-done to nil. (Bug#11785)
5274
5275 * vc/vc.el (vc-next-action): Only gripe about committing read-only
5276 files for RCS and SCCS. (Bug#9781)
5277
5278 2012-09-27 Chong Yidong <cyd@gnu.org>
5279
5280 * progmodes/verilog-mode.el (verilog-mode-release-emacs): Fix last
5281 change; value should be t.
5282
5283 2012-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
5284
5285 * image-mode.el: Use lexical-binding.
5286 (image-mode-winprops): Use t to stand for the window of
5287 a buffer that's not displayed.
5288 * doc-view.el (doc-view-new-window-function): Handle the new
5289 t in winprops.
5290 (doc-view-enlarge): Make it a real nop if the size is not changed.
5291 (doc-view-display): Handle the case where the buffer is not (yet?)
5292 displayed in any window.
5293 (doc-view-saved-settings): New var.
5294 (doc-view-mode): Use it.
5295 (doc-view-fallback-mode): Set it.
5296
5297 * minibuf-eldef.el: Make it possible to replace (default ...) with [...].
5298 Set lexical-binding.
5299 (minibuffer-eldef-shorten-default): New var.
5300 (minibuffer-default-in-prompt-regexps): Use it for new default.
5301 (minibuf-eldef-setup-minibuffer): Add replacement functionality.
5302
5303 2012-09-26 Juanma Barranquero <lekktu@gmail.com>
5304
5305 * international/uni-bidi.el:
5306 * international/uni-category.el:
5307 * international/uni-name.el:
5308 * international/uni-numeric.el: Regenerate.
5309
5310 2012-09-26 Tomohiro Matsuyama <tomo@cx4a.org>
5311 Stefan Monnier <monnier@iro.umontreal.ca>
5312
5313 * profiler.el: New file.
5314
5315 2012-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
5316
5317 * emacs-lisp/testcover.el (testcover-after): Add gv-expander.
5318 (testcover-reinstrument): Simplify with CSE.
5319
5320 2012-09-26 Juanma Barranquero <lekktu@gmail.com>
5321
5322 * window.el (temp-buffer-window-setup): Fix typo in docstring.
5323
5324 2012-09-25 Wilson Snyder <wsnyder@wsnyder.org>
5325
5326 * verilog-mode.el (verilog-auto-ascii-enum, verilog-auto-inout)
5327 (verilog-auto-input, verilog-auto-insert-lisp)
5328 (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
5329 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-undef)
5330 (verilog-auto-unused, verilog-auto-wire)
5331 (verilog-forward-or-insert-line): Fix AUTOs with no trailing
5332 newline. Reported by Andrew Jones.
5333 (verilog-auto-inst) Support expanding $clog2 in AUTOINST.
5334 Reported by Brad Dobbie.
5335 (verilog-batch-delete-trailing-whitespace):
5336 Create verilog-batch-delete-trailing-whitespace.
5337 Reported by Brad Dobbie.
5338 (verilog-auto-inout-param): Support AUTOINOUTPARAM for copying
5339 parameters from another module. Reported by Dan Katz.
5340 (verilog-auto, verilog-auto-assign-modport)
5341 (verilog-auto-inout-modport): Add AUTOASSIGNMODPORT and
5342 AUTOINOUTMODPORT for UVM interface module shell generation.
5343 Reported by Brad Dobbie.
5344 (verilog-auto-inst-interfaced-ports): Make default nil, as more
5345 standard behavior.
5346 (verilog-auto): Fix AUTO parameters with parenthesis arguments.
5347 Reported by Matt Martin.
5348
5349 2012-09-25 Martin Rudalics <rudalics@gmx.at>
5350
5351 * window.el (window--resize-child-windows): When resizing child
5352 windows proportionally, process them in reverse order to
5353 preserve the "when splitting a window the new one gets the odd
5354 line" behavior.
5355 (window--resize-root-window-vertically): When resizing the
5356 minibuffer window try to affect only windows at the bottom of the
5357 frame. (Bug#12419)
5358
5359 2012-09-25 Chong Yidong <cyd@gnu.org>
5360
5361 * subr.el (declare): Doc fix.
5362
5363 * help-fns.el (help-fns--obsolete): Handle macros properly.
5364
5365 2012-09-25 Chong Yidong <cyd@gnu.org>
5366
5367 * bookmark.el (bookmark-jump-noselect): Use a declare form to mark
5368 this function obsolete.
5369
5370 * calendar/cal-x.el (calendar-two-frame-setup)
5371 (calendar-only-one-frame-setup, calendar-one-frame-setup):
5372 * calendar/calendar.el (american-calendar, european-calendar)
5373 (calendar-for-loop):
5374 * comint.el (comint-dynamic-simple-complete)
5375 (comint-dynamic-complete-as-filename, comint-unquote-filename):
5376 * desktop.el (desktop-load-default):
5377 * dired-x.el (dired-omit-here-always)
5378 (dired-hack-local-variables, dired-default-directory):
5379 * emacs-lisp/derived.el (derived-mode-class):
5380 * emacs-lisp/timer.el (timer-set-time-with-usecs):
5381 * emacs-lock.el (toggle-emacs-lock):
5382 * epa.el (epa-display-verify-result):
5383 * epg.el (epg-sign-keys, epg-start-sign-keys)
5384 (epg-passphrase-callback-function):
5385 * eshell/esh-util.el (eshell-for):
5386 * eshell/eshell.el (eshell-remove-from-window-buffer-names)
5387 (eshell-add-to-window-buffer-names):
5388 * files.el (locate-file-completion):
5389 * imenu.el (imenu-example--create-c-index)
5390 (imenu-example--create-lisp-index)
5391 (imenu-example--lisp-extract-index-name)
5392 (imenu-example--name-and-position):
5393 * international/mule-cmds.el (princ-list):
5394 * international/mule-diag.el (decode-codepage-char):
5395 * international/mule-util.el (detect-coding-with-priority):
5396 * iswitchb.el (iswitchb-read-buffer):
5397 * mail/mailalias.el (mail-complete):
5398 * mail/sendmail.el (mail-sent-via):
5399 * mouse.el (mouse-popup-menubar-stuff, mouse-popup-menubar)
5400 (mouse-major-mode-menu):
5401 * password-cache.el (password-read-and-add):
5402 * pcomplete.el (pcomplete-parse-comint-arguments):
5403 * progmodes/sh-script.el (sh-maybe-here-document):
5404 * replace.el (query-replace-regexp-eval):
5405 * savehist.el (savehist-load):
5406 * simple.el (choose-completion-delete-max-match):
5407 * term.el (term-dynamic-simple-complete):
5408 * vc/ediff-init.el (ediff-check-version):
5409 * vc/ediff-wind.el (ediff-choose-window-setup-function-automatically):
5410 * vc/vc.el (vc-diff-switches-list):
5411 * view.el (view-return-to-alist-update): Likewise.
5412
5413 * subr.el (eval-next-after-load, makehash, insert-string)
5414 (assoc-ignore-representation, assoc-ignore-case): Use declare to
5415 mark obsolete.
5416 (mode-line-inverse-video): Variable deleted.
5417
5418 * international/mule-util.el (string-to-sequence): Remove.
5419
5420 * calendar/calendar.el (calendar-version):
5421 * calendar/icalendar.el (icalendar-extract-ical-from-buffer)
5422 (icalendar-convert-diary-to-ical):
5423 * cus-edit.el (custom-mode):
5424 * ansi-color.el (ansi-color-unfontify-region):
5425 * international/latin1-disp.el (latin1-char-displayable-p):
5426 * progmodes/cwarn.el (turn-on-cwarn-mode):
5427 * progmodes/which-func.el (which-func-update-1):
5428 Use define-obsolete-function-alias.
5429
5430 * net/newst-backend.el (newsticker-cache-filename):
5431 * net/newst-treeview.el (newsticker-groups-filename):
5432 Fix incorrect obsolescence declaration.
5433
5434 * allout.el (allout-passphrase-hint-string): Likewise.
5435 (allout-init): Use a declare form to mark obsolete.
5436
5437 * emacs-lisp/byte-run.el (make-obsolete): Doc fix; emphasize that
5438 this applies to functions.
5439
5440 * iswitchb.el (iswitchb-read-buffer): Move code of
5441 iswitchb-define-mode-map here, and delete that obsolete function.
5442
5443 * net/snmp-mode.el (snmp-font-lock-keywords-3): Don't use obsolete
5444 font-lock-reference-face.
5445
5446 2012-09-25 Glenn Morris <rgm@gnu.org>
5447
5448 * buff-menu.el (Buffer-menu-name-width, Buffer-menu-size-width):
5449 Doc fixes.
5450
5451 * eshell/em-term.el (eshell-term-name):
5452 Default to term-term-name. (Bug#12485)
5453
5454 2012-09-24 Fabián Ezequiel Gallina <fgallina@cuca>
5455
5456 * progmodes/python.el (python-shell-send-buffer): Better handling
5457 of "if __name__ == '__main__':" conditionals when sending the buffer.
5458
5459 2012-09-24 Glenn Morris <rgm@gnu.org>
5460
5461 * eshell/esh-cmd.el (eshell-find-alias-function):
5462 Tighten up file-name regexp. (Bug#12499)
5463
5464 2012-09-24 Fabián Ezequiel Gallina <fgallina@cuca>
5465
5466 Enhancements for triple-quote string syntax.
5467 * progmodes/python.el (python-quote-syntax): Remove.
5468 (python-syntax-propertize-function): New value.
5469 (python-syntax-count-quotes, python-syntax-stringify):
5470 New functions.
5471
5472 2012-09-24 Chong Yidong <cyd@gnu.org>
5473
5474 * mail/supercite.el (sc-version): Remove obsolete function.
5475 (sc-describe): Don't mark as obsolete, since it is bound.
5476 (sc-submit-bug-report): Remove.
5477
5478 * vc/log-edit.el (cvs-changelog-full-paragraphs)
5479 (cvs-commit-buffer-require-final-newline): Remove.
5480 (log-edit-require-final-newline)
5481 (log-edit-changelog-full-paragraphs): Default to t.
5482
5483 * vc/pcvs-defs.el (cvs-diff-buffer-name, cvs-diff-ignore-marks)
5484 * vc/vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
5485 * vc/vc.el (vc-checkout-carefully): Likewise.
5486
5487 * vc/emerge.el (emerge-mode): Make it an obsolete alias.
5488 (emerge-version): Remove.
5489
5490 * progmodes/compile.el (compile-internal): Remove.
5491 (compilation-parse-errors-function): Fix typo.
5492
5493 * international/mule.el (set-char-table-default): Remove.
5494 (set-coding-priority, make-coding-system, generic-char-p)
5495 (charset-list, charset-bytes, charset-id): Use declare to mark
5496 functions as obsolete.
5497
5498 * vc/pcvs-defs.el (cvs-buffer-name-alist)
5499 (cvs-invert-ignore-marks): Remove references to obsolete vars.
5500 * vc/vc-hooks.el (vc-default-registered): Don't use
5501 vc-master-templates.
5502
5503 * font-lock.el (font-lock-reference-face):
5504 Use define-obsolete-variable-alias.
5505
5506 * generic-x.el (rul-generic-mode): Use font-lock-constant-face.
5507 * calendar/calendar.el (calendar-font-lock-keywords):
5508 * calendar/diary-lib.el (diary-font-lock-keywords)
5509 (diary-fancy-font-lock-keywords):
5510 * textmodes/reftex-sel.el (reftex-insert-docstruct):
5511 * textmodes/reftex-index.el (reftex-insert-index):
5512 * textmodes/reftex-cite.el (reftex-format-bib-entry):
5513 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
5514 * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
5515 * progmodes/prolog.el (prolog-font-lock-keywords):
5516 * progmodes/idlwave.el (idlwave-idl-keywords):
5517 * progmodes/ada-mode.el (ada-font-lock-keywords):
5518 * net/snmp-mode.el (snmp-font-lock-keywords-3): Likewise.
5519
5520 2012-09-24 Glenn Morris <rgm@gnu.org>
5521
5522 * mail/emacsbug.el (report-emacs-bug): Include `lsb_release -d'.
5523
5524 2012-09-23 Fabián Ezequiel Gallina <fgallina@cuca>
5525
5526 * progmodes/python.el (python-indent-line): More consistent cursor
5527 movement behavior.
5528
5529 2012-09-23 Stefan Merten <smerten@oekonux.de>
5530
5531 * textmodes/rst.el: Fix compiler warning.
5532
5533 2012-09-23 Roland Winkler <winkler@gnu.org>
5534
5535 * textmodes/bibtex.el (bibtex-autokey-transcriptions):
5536 Transcribe also LaTeX hyphenation.
5537 (bibtex-reformat): Bug fix. Do not quote twice the elements of
5538 bibtex-reformat-previous-options.
5539
5540 2012-09-23 Roland Winkler <winkler@gnu.org>
5541
5542 * proced.el (proced-renice-command): New variable.
5543 (proced-marked-processes): New function.
5544 (proced-with-processes-buffer): New macro.
5545 (proced-send-signal): Use them.
5546 (proced-renice): New command bound to r.
5547
5548 2012-09-23 Roland Winkler <winkler@gnu.org>
5549
5550 * ibuf-ext.el (ibuffer-switch-to-saved-filter-groups): If list
5551 ibuffer-saved-filter-groups has one element, shortcut the call of
5552 completing-read. (Bug#12331)
5553
5554 2012-09-23 Chong Yidong <cyd@gnu.org>
5555
5556 * bindings.el (mode-line-toggle-read-only):
5557 * bs.el (bs-toggle-readonly):
5558 * buff-menu.el (Buffer-menu-toggle-read-only):
5559 * dired.el (dired-toggle-read-only):
5560 * ibuffer.el (ibuffer-do-toggle-read-only): Use read-only-mode.
5561
5562 2012-09-23 Chong Yidong <cyd@gnu.org>
5563
5564 * image.el (image-type-available-p): Adapt to init-image-library
5565 argument changes.
5566
5567 2012-09-22 Juri Linkov <juri@jurta.org>
5568
5569 * dired.el (dired-mode-map): Add [remap read-only-mode] for
5570 `dired-toggle-read-only'. (Bug#12462)
5571
5572 2012-09-22 Martin Rudalics <rudalics@gmx.at>
5573
5574 * subr.el (temp-output-buffer-show): New function.
5575 (with-output-to-temp-buffer): Call temp-output-buffer-show
5576 instead of internal-temp-output-buffer-show.
5577
5578 2012-09-22 Chong Yidong <cyd@gnu.org>
5579
5580 * files.el (ctl-x-map): Bind C-x C-q to read-only-mode
5581 (Bug#12462).
5582
5583 * repeat.el (repeat): Doc fix (Bug#12348).
5584
5585 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix
5586 (Bug#10909).
5587
5588 * simple.el (shell-command-on-region): Doc fix.
5589 (read-only-mode): Doc fix.
5590
5591 2012-09-22 Eli Zaretskii <eliz@gnu.org>
5592
5593 * emacs-lisp/timer.el (run-with-idle-timer)
5594 (timer-activate-when-idle): Warn against reinvoking an idle timer
5595 from within its own timer action. (Bug#12447)
5596
5597 2012-09-22 Martin Rudalics <rudalics@gmx.at>
5598
5599 * cus-start.el (window-combination-limit): Add new optional
5600 values.
5601 * window.el (temp-buffer-window-show)
5602 (window--try-to-split-window): Handle new values of
5603 window-combination-limit (Bug#1806).
5604 (split-window): Test window-combination-limit for t instead of
5605 non-nil.
5606 (display-buffer-at-bottom): New buffer display action function.
5607 * help.el (temp-buffer-resize-regexps): New option.
5608 (temp-buffer-resize-mode): Rewrite doc-string.
5609 (resize-temp-buffer-window): Obey temp-buffer-resize-regexps.
5610 Don't resize reused window. Suggested by Glenn Morris.
5611
5612 2012-09-22 Stefan Merten <smerten@oekonux.de>
5613
5614 * textmodes/rst.el: Revamp section title faces.
5615 (rst-official-version)
5616 (rst-package-emacs-version-alist): Sync with official version
5617 V1.4.0.
5618 (rst-faces-defaults, rst-set-level-default)
5619 (rst-level-face-max, rst-level-face-base-color)
5620 (rst-level-face-base-light, rst-level-face-format-light)
5621 (rst-level-face-step-light, rst-define-level-faces): Obsolete.
5622 (rst-adornment-faces-alist): Match new setup.
5623 (rst-level-1, rst-level-2, rst-level-3, rst-level-4)
5624 (rst-level-5, rst-level-6): New faces.
5625
5626 2012-09-22 Chong Yidong <cyd@gnu.org>
5627
5628 * simple.el (undo): Handle indirect buffers (Bug#8207).
5629
5630 2012-09-21 Leo Liu <sdl.web@gmail.com>
5631
5632 IDO: Disable match re-ordering for buffer switching.
5633 * ido.el (ido-buffer-disable-smart-matches): New variable.
5634 (ido-set-matches-1): Use it. (Bug#2042)
5635
5636 2012-09-21 Jose Marino <marinoj@nso.edu> (tiny change)
5637
5638 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
5639 Fix 2011-05-17 change. (Bug#12418)
5640
5641 2012-09-21 Leo Liu <sdl.web@gmail.com>
5642
5643 * subr.el (ignore-errors): Mention with-demoted-errors in doc-string.
5644
5645 2012-09-21 Glenn Morris <rgm@gnu.org>
5646
5647 * emacs-lisp/shadow.el (load-path-shadows-font-lock-keywords):
5648 Be more robust about locating simple.el.
5649
5650 2012-09-21 Glenn Morris <rgm@gnu.org>
5651
5652 * mail/emacsbug.el (report-emacs-bug): Trap load-path-shadows errors.
5653
5654 2012-09-21 Joel Bion <jpbion@westvi.com> (tiny change)
5655
5656 * pcmpl-gnu.el (pcmpl-gnu-tarfile-regexp): Add tar.xz. (Bug#12382)
5657
5658 2012-09-20 Juri Linkov <juri@jurta.org>
5659
5660 * replace.el (query-replace-read-from): Use `read-regexp' instead
5661 of `read-from-minibuffer' when `regexp-flag' is non-nil.
5662 (occur-read-primary-args): Use `read-regexp' instead of
5663 `read-string'.
5664 (multi-occur-in-matching-buffers): Use `read-regexp' instead of
5665 `read-from-minibuffer'.
5666 * isearch.el (isearch-occur): Use `read-regexp' instead of
5667 `read-string'.
5668 * dired.el (dired-read-regexp): Use `read-regexp' instead of
5669 `read-from-minibuffer'.
5670 * progmodes/grep.el (grep-read-regexp): Use `read-regexp' instead
5671 of `read-string'. (Bug#7567)
5672
5673 * replace.el (read-regexp): Rename DEFAULT-VALUE arg to DEFAULTS
5674 and allow accepting a list of strings prepended to a list of
5675 standard default values. Doc fix. (Bug#12321)
5676
5677 * replace.el (read-regexp): Add HISTORY arg. (Bug#7567)
5678
5679 * replace.el (read-regexp): Don't add ": " when PROMPT already
5680 ends with a colon and space. (Bug#12321)
5681
5682 2012-09-20 Tassilo Horn <tsdh@gnu.org>
5683
5684 * doc-view.el (doc-view-display): Better fix for the cl-assertion
5685 error.
5686
5687 2012-09-20 Stefan Merten <smerten@oekonux.de>
5688
5689 * textmodes/rst.el: Integrate support for `imenu' and `which-function'.
5690 Fixes feature request bug#11711.
5691 (rst-mode): Create `imenu-create-index-function'.
5692 (rst-get-stripped-line): Delete after refactoring.
5693 (rst-section-tree, rst-section-tree-rec)
5694 (rst-section-tree-point): Refactor and document properly.
5695 (rst-imenu-find-adornments-for-position)
5696 (rst-imenu-convert-cell, rst-imenu-create-index):
5697 New function.
5698
5699 2012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
5700
5701 * emacs-lisp/macroexp.el (macroexp--obsolete-warning): New function.
5702 (macroexp--expand-all): Use it.
5703 (macroexp--funcall-and-return): Remove by folding it into its sole
5704 caller (macroexp--warn-and-return).
5705 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete):
5706 Use macroexp--obsolete-warning.
5707
5708 * calc/calc.el: Fix last change by removing the whole chunk, since it
5709 was only needed back when Calc was not bundled.
5710
5711 2012-09-20 Martin Rudalics <rudalics@gmx.at>
5712
5713 * emacs-lisp/debug.el (debug): Restore assignment to
5714 debugger-old-buffer removed on 2012-09-08.
5715
5716 2012-09-20 Juri Linkov <juri@jurta.org>
5717
5718 * dired-aux.el (dired-diff): Remove (require 'diff) since
5719 `diff-latest-backup-file' is now autoloaded.
5720
5721 2012-09-20 Chong Yidong <cyd@gnu.org>
5722
5723 * vc/diff.el (diff-latest-backup-file): Autoload.
5724
5725 2012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
5726
5727 * calc/calc.el: Remove redundant autoload shape check.
5728 (sel-mode): Don't defvar.
5729 (calc-get-stack-element): Add `sel-mode' arg instead.
5730 (calc-top, calc-top-list): Pass it this additional argument.
5731 * calc/calc-store.el (calc-store-map):
5732 * calc/calc-map.el (calc-apply, calc-reduce, calc-map)
5733 (calc-map-equation, calc-outer-product, calc-inner-product):
5734 * calc/calc-aent.el (calc-alg-entry): Don't bind sel-mode.
5735
5736 * emacs-lisp/macroexp.el (macroexp--expand-all): Fix last change.
5737
5738 2012-09-19 Juri Linkov <juri@jurta.org>
5739
5740 * dired-aux.el (dired-diff): Add (require 'diff) because
5741 `diff-latest-backup-file' is not autoloaded.
5742 (dired-do-chxxx, dired-do-chmod): Set `no-error-if-not-filep' arg
5743 of `dired-get-filename' to t to not report error when there is
5744 no default file on the current line.
5745
5746 2012-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
5747
5748 * emacs-lisp/macroexp.el (macroexp--funcall-if-compiled): Rename from
5749 macroexp--eval-if-compile.
5750 (macroexp--funcall-and-return, macroexp--warn-and-return): New funs.
5751 (macroexp--expand-all): Use them (bug#12371).
5752
5753 * doc-view.el (doc-view-guess-paper-size)
5754 (doc-view-scale-bounding-box): Fix unbound `caddr'.
5755
5756 2012-09-19 Tassilo Horn <tsdh@gnu.org>
5757
5758 New feature: set optimal slice from BoundingBox information.
5759 * doc-view.el (doc-view-mode-map): Add keybinding.
5760 (doc-view-menu): Add menu entry.
5761 (doc-view-set-slice): Adapt docstring.
5762 (doc-view-get-bounding-box, doc-view-guess-paper-size)
5763 (doc-view-scale-bounding-box)
5764 (doc-view-set-slice-from-bounding-box): New functions.
5765 (doc-view-paper-sizes): New defvar.
5766
5767 2012-09-19 Glenn Morris <rgm@gnu.org>
5768
5769 * emacs-lisp/macroexp.el (byte-compile-warn-obsolete)
5770 (byte-compile-log-warning): Autoload. (Bug#12371)
5771
5772 * calendar/calendar.el (calendar-american-month-header)
5773 (calendar-european-month-header, calendar-iso-month-header)
5774 (calendar-month-header): New options.
5775 (calendar-set-date-style): Set calendar-month-header. Redraw calendar.
5776 (calendar-generate-month): Use calendar-month-header. (Bug#9510)
5777
5778 2012-09-19 Jan Djärv <jan.h.d@swipnet.se>
5779
5780 * startup.el (command-line-ns-option-alist): Add -g and --geometry.
5781
5782 2012-09-18 Juri Linkov <juri@jurta.org>
5783
5784 * dired-aux.el (dired-diff): Restore original functionality of
5785 getting the default value, but keep new feature of using the
5786 latest existing backup file (`diff-latest-backup-file').
5787
5788 2012-09-18 Juri Linkov <juri@jurta.org>
5789
5790 * dired.el (dired-mark): If the region is active in Transient Mark
5791 mode, mark all files in the active region. Doc fix.
5792 (dired-unmark, dired-flag-file-deletion, dired-unmark-backward):
5793 Doc fix. (Bug#10624)
5794
5795 2012-09-18 Juri Linkov <juri@jurta.org>
5796
5797 * dired-aux.el (dired-do-chxxx, dired-do-chmod): Default file
5798 attributes for M-n are pulled from the file at point.
5799 (dired-do-chgrp, dired-do-chown, dired-do-touch): Doc fix.
5800 Suggested by Drew Adams. (Bug#10624)
5801
5802 2012-09-18 Dmitry Gutov <dgutov@yandex.ru>
5803
5804 * progmodes/ruby-mode.el (ruby-brace-to-do-end): Don't add extra
5805 whitespace after "end".
5806 (ruby-do-end-to-brace): Collapse block to one line if it fits
5807 within fill-column.
5808
5809 2012-09-18 Martin Rudalics <rudalics@gmx.at>
5810
5811 * emacs-lisp/debug.el (debugger-bury-or-kill): Fix customization
5812 value.
5813 (debug): Don't remove debugger window when debugger is expected
5814 to be back.
5815
5816 2012-09-18 Chong Yidong <cyd@gnu.org>
5817
5818 * custom.el (defface): Doc fix.
5819
5820 * cus-edit.el (custom-unlispify-remove-prefixes): Add warning.
5821
5822 2012-09-18 Martin Blais <blais@furius.ca> (tiny change)
5823
5824 * progmodes/compile.el (compilation-start): Use compilation-always-kill
5825 to initialize query-on-exit; then test that instead (bug#12288).
5826
5827 2012-09-17 Stefan Merten <smerten@oekonux.de>
5828
5829 * textmodes/rst.el: Add support for `testcover'.
5830 (rst-defcustom-testcover, rst-testcover-add-compose)
5831 (rst-testcover-add-1value): New functions.
5832 (rst-portable-mark-active-p): Replace by `use-region-p'.
5833 (rst-update-section, rst-classify-adornment)
5834 (rst-find-title-line): Mark `1value' forms.
5835 (rst-classify-adornment): Remove superfluous form.
5836 (rst-update-section, rst-get-adornments-around)
5837 (rst-adornment-complete-p, rst-get-next-adornment)
5838 (rst-adjust, rst-promote-region)
5839 (rst-display-adornments-hierarchy, rst-straighten-adornments)
5840 (rst-find-pfx-in-region, rst-section-tree-rec)
5841 (rst-section-tree-point, rst-toc-insert, rst-toc-insert-node)
5842 (rst-toc-node, rst-toc, rst-forward-section)
5843 (rst-iterate-leftmost-paragraphs)
5844 (rst-iterate-leftmost-paragraphs-2, rst-enumerate-region)
5845 (rst-bullet-list-region)
5846 (rst-convert-bullets-to-enumeration, rst-font-lock-keywords)
5847 (rst-compile-find-conf, rst-compile)
5848 (rst-repeat-last-character): Fix style.
5849
5850 2012-09-17 Chong Yidong <cyd@gnu.org>
5851
5852 * comint.el (comint--complete-file-name-data): Don't add a space
5853 if the status is `sole'; that adds a gratuitous space in the
5854 completion-cycling case (Bug#12092).
5855
5856 * pcomplete.el (pcomplete-completions-at-point): Likewise.
5857
5858 2012-09-17 Richard Stallman <rms@gnu.org>
5859
5860 * mail/rmailmm.el (rmail-mime-toggle-raw): Do rmail-mime-insert
5861 only in the mime-shown mode, not in raw mode.
5862 (rmail-mime): Toggle off mime by displaying the message without
5863 mime processing. (Bug#12305)
5864
5865 * mail/rmail.el (rmail-retry-failure):
5866 Turn off mime processing first. (Bug#12037)
5867
5868 * epa-mail.el (epa-mail-encrypt): Fix bug when a name has no key.
5869
5870 2012-09-17 Chong Yidong <cyd@gnu.org>
5871
5872 * shell.el (shell-file-name-chars, shell-file-name-quote-list)
5873 (shell-dynamic-complete-functions): Convert to defcustom.
5874 (shell-prompt-pattern, shell-completion-fignore): Doc fix.
5875
5876 * bookmark.el (bookmark-bmenu-toggle-filenames): Doc fixes.
5877 * comint.el (comint-prompt-read-only):
5878 * custom.el (defcustom):
5879 * hi-lock.el (hi-lock-mode):
5880 * ibuffer.el (ibuffer-formats):
5881 * ielm.el (ielm-prompt-read-only):
5882 * novice.el (disable-command):
5883 * saveplace.el (toggle-save-place):
5884 * speedbar.el (speedbar-supported-extension-expressions):
5885 * startup.el (auto-save-list-file-prefix, init-file-user)
5886 (after-init-hook, inhibit-startup-echo-area-message):
5887 * strokes.el (strokes-help):
5888 * time-stamp.el (time-stamp):
5889 * calendar/calendar.el (calendar, diary-file):
5890 * calendar/diary-lib.el (diary-mail-entries, diary)
5891 (diary-list-entries-hook):
5892 * calendar/holidays.el (holidays, calendar-holidays):
5893 * calendar/lunar.el (lunar-phases):
5894 * calendar/solar.el (sunrise-sunset):
5895 * emulation/edt.el (edt-load-keys):
5896 * emulation/viper.el (viper-mode):
5897 * eshell/em-alias.el (eshell-command-aliases-list):
5898 * eshell/esh-util.el (eshell-convert-numeric-arguments):
5899 * international/ogonek.el (ogonek-information):
5900 * net/tramp-cmds.el (tramp-bug):
5901 * net/quickurl.el (quickurl-reread-hook-postfix):
5902 * play/decipher.el (decipher-font-lock-keywords):
5903 * progmodes/cc-styles.el (c-set-style):
5904 * progmodes/idlw-shell.el (idlwave-shell-prompt-pattern):
5905 * progmodes/inf-lisp.el (inferior-lisp-prompt):
5906 * progmodes/octave-mod.el (octave-mode):
5907 * progmodes/sql.el (sql-mode, sql-interactive-mode, sql-password):
5908 * progmodes/verilog-mode.el (verilog-read-defines):
5909 * textmodes/two-column.el (2C-mode): Likewise.
5910
5911 2012-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
5912
5913 * mail/mailabbrev.el (mail-abbrev-expand-hook): Work for a mail aliasee
5914 that holds many addresses.
5915
5916 2012-09-16 Chong Yidong <cyd@gnu.org>
5917
5918 * align.el (align-areas): Call the indication function with
5919 positions instead of markers for arguments (Bug#12343).
5920
5921 * files.el (parse-colon-path): Use split-string (Bug#12351).
5922
5923 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
5924 (display-buffer-function): Mark as obsolete.
5925
5926 * progmodes/compile.el (compilation-parse-errors): Accept list
5927 values similar to font-lock-keywords (Bug#12136).
5928 Suggested by Oleksandr Manzyuk.
5929 (compilation-error-regexp-alist): Doc fix.
5930
5931 2012-09-15 Glenn Morris <rgm@gnu.org>
5932
5933 * version.el (emacs-bzr-version-bzr): New function.
5934 (emacs-bzr-get-version): Add optional EXTERNAL argument.
5935
5936 * vc/vc-bzr.el (vc-bzr-working-revision): For lightweight local
5937 checkouts, check the parent dirstate matches the branch.
5938 Add "--tree" to "bzr revno" arguments. Don't try to shorten the
5939 empty string.
5940
5941 * version.el (emacs-bzr-version): Doc fix.
5942 (emacs-bzr-version-dirstate): New function.
5943 (emacs-bzr-get-version): For lightweight checkouts, if the parent
5944 is local try and check that it matches the branch. If not, just
5945 use dirstate information. (Bug#12441)
5946
5947 2012-09-14 Juri Linkov <juri@jurta.org>
5948
5949 * dired-aux.el (dired-do-chmod): Use `eq' to detect empty input.
5950 (Bug#12399)
5951
5952 2012-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
5953
5954 * emacs-lisp/advice.el (ad-prognify): Remove, use macroexp-progn.
5955
5956 * emacs-lisp/edebug.el: Miscellaneous cleanup.
5957 Remove obsolete byte-compiler hack that tried to silence some warnings.
5958 (edebug-submit-bug-report): Remove.
5959 (edebug-get-buffer-window, edebug-sit-for, edebug-input-pending-p):
5960 Remove aliases, use the un-prefixed name instead.
5961 (edebug-pop-to-buffer): Consider other frames.
5962 (edebug-original-read):: Make it more obvious that it's always defined.
5963 (edebug--make-form-data-entry, edebug--form-data-name)
5964 (edebug--form-data-begin, edebug--form-data-end): Rename from the
5965 single-dashed name, and implement with cl-defstruct.
5966 (edebug-set-form-data-entry): Use the standard accessors.
5967 (edebug-make-top-form-data-entry): Use push.
5968 (edebug-no-match): Drop useless `funcall'.
5969 (mapcar, mapconcat, mapatoms, apply, funcall): Don't add debug specs
5970 to functions.
5971 (defsubst, dont-compile, eval-when-compile, eval-and-compile)
5972 (delay-mode-hooks, with-temp-file, with-temp-message, ad-dolist)
5973 (with-syntax-table, push, pop, 1value, noreturn, defadvice)
5974 (easy-menu-define, with-custom-print): Remove redundant specs.
5975 (edebug-outside-overriding-local-map)
5976 (edebug-outside-overriding-terminal-local-map): Remove, unused.
5977 (edebug--display): Bind unread-command-events directly to nil rather
5978 than binding it to unread-command-events and later setting it to nil.
5979 (edebug--display): Kill edebug-eval-buffer here...
5980 (edebug--recursive-edit): ...rather than here.
5981 Bind standard-output and standard-input.
5982 (edebug-eval): Check cl-macroexpand-all is fboundp.
5983 (edebug-temp-display-freq-count): Fix last change.
5984
5985 * emacs-lisp/easymenu.el (easy-menu-define): Add `debug' spec.
5986 * subr.el (noreturn, 1value): Add `debug' spec.
5987 * emacs-lisp/advice.el: Require cl-lib.
5988 (ad-copy-tree): Remove, use copy-tree instead.
5989 (ad-dolist): Remove use dolist or cl-dolist instead.
5990 (ad-do-return): Remove, use cl-return instead.
5991 (defadvice): Add `debug' spec.
5992
5993 2012-09-13 Juri Linkov <juri@jurta.org>
5994
5995 * dired-aux.el (dired-do-chxxx): Use `eq' to detect empty input.
5996 (Bug#12399)
5997
5998 2012-09-13 Glenn Morris <rgm@gnu.org>
5999
6000 * calc/calc.el (math-compose-expr):
6001 * calc/calc-ext.el (math-compose-expr):
6002 * progmodes/cc-defs.el (cl-macroexpand-all):
6003 * progmodes/cc-langs.el (delete-duplicates, mapcan)
6004 (cl-macroexpand-all): Update declarations.
6005
6006 * vc/vc.el: No need to require ediff.
6007 (ediff-load-version-control): Declare.
6008 (ediff-vc-internal): Fix declaration.
6009 (vc-version-ediff): Require ediff.
6010
6011 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
6012
6013 Use a more backwards-compatible timer format (Bug#12430).
6014 * emacs-lisp/timer.el (timer): PSECS is now at the end, rather than
6015 being right after USECS, as that better supports old code that
6016 inadvisedly looked directly at the timer vector.
6017
6018 2012-09-13 Kenichi Handa <handa@gnu.org>
6019
6020 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
6021 ("Chinese-CNS", "Chinese-EUC-TW"): Add chinese-gbk to
6022 `coding-priority' property of these language environment.
6023
6024 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
6025
6026 Fix glitches caused by addition of psec to timers (Bug#12430).
6027 * image.el (image-animate-timer):
6028 * time.el (display-time-world-timer):
6029 Use timer--function and timer--args rather than raw access to
6030 timer vector.
6031
6032 2012-09-13 Glenn Morris <rgm@gnu.org>
6033
6034 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
6035 If not compiling a file, try using load-file-name.
6036
6037 2012-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
6038
6039 * emacs-lisp/edebug.el (edebug-outside-unread-command-events):
6040 Fix last change.
6041 (edebug-update-eval-list): Use `push'.
6042
6043 * emacs-lisp/edebug.el: Use lexical-binding.
6044 Remove the "edebug-" prefix from non-dynamically-scoped variables.
6045 Mark unused args with underscore.
6046 (edebug-save-restriction, edebug-outside-excursion): Use `declare'.
6047 (edebug-form-data): Use defvar-local.
6048 (edebug-make-before-and-after-form, edebug-make-after-form):
6049 Use backquote.
6050 (edebug-args, edebug-value, edebug-after-index, edebug-arg-mode):
6051 Not dynamically scoped any more.
6052 (edebug--enter-trace): Add arguments `function' and `args'.
6053 Rename from edebug-enter-trace.
6054 (edebug-enter): Call it accordingly. Bind edebug-function explicitly.
6055 (edebug--update-coverage): Add `after-index' and `value' args.
6056 Rename from edebug-update-coverage.
6057 (edebug-slow-after): Call it accordingly.
6058 (edebug--recursive-edit): Add arg `arg-mode'. Rename from
6059 edebug-recursive-edit.
6060 (edebug--display): Call it accordingly. Add args `value',
6061 `offset-index', and `arg-mode'. Rename from edebug-display.
6062 (edebug-debugger, edebug): Call it accordingly.
6063 (edebug-eval-display-list): Use dolist.
6064
6065 2012-09-12 Juri Linkov <juri@jurta.org>
6066
6067 * info.el (Info-search): Don't check for isearch-mode and
6068 isearch-regexp before let-binding search-spaces-regexp to
6069 Info-search-whitespace-regexp.
6070 (Info-isearch-search): Let-bind Info-search-whitespace-regexp to
6071 search-whitespace-regexp if isearch-lax-whitespace or
6072 isearch-regexp-lax-whitespace is non-nil.
6073 (Info-mode): Don't set local variable search-whitespace-regexp.
6074 http://lists.gnu.org/archive/html/emacs-devel/2012-08/msg00811.html
6075
6076 2012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
6077
6078 * emacs-lisp/debug.el (debugger-outer-unread-command-char, debug)
6079 (debugger-env-macro): Remove support for unread-command-char.
6080
6081 * subr.el (set-temporary-overlay-map): Minimize slightly the impact of
6082 the temporary map re-appearing on emulation-mode-map-alists.
6083
6084 * emacs-lisp/edebug.el (def-edebug-form-spec): Remove, it's been broken
6085 since 22.1.
6086
6087 * ehelp.el (with-electric-help): Accept functions in
6088 electric-help-form-to-execute.
6089 (electric-help-execute-extended, electric-help-ctrl-x-prefix): Use it.
6090 And replace unread-command-char -> unread-command-events.
6091
6092 2012-09-12 Michael Albinus <michael.albinus@gmx.de>
6093
6094 Sync with Tramp 2.2.6.
6095
6096 * net/tramp.el (tramp-accept-process-output): Don't use
6097 JUST-THIS-ONE in the XEmacs case.
6098
6099 * net/trampver.el: Update release number.
6100
6101 2012-09-12 Martin Rudalics <rudalics@gmx.at>
6102
6103 * emacs-lisp/debug.el (debugger-previous-window-height):
6104 New variable.
6105 (debug): When debugger-jumping-flag is non-nil try to restore
6106 height of debugger window. (Bug#8789)
6107
6108 2012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
6109
6110 * emacs-lisp/edebug.el (edebug-enter): Don't mess with
6111 overriding-local-map and pre/post-command-hook here.
6112 (edebug-recursive-edit): Do it here instead (bug#12345).
6113 (edebug-outside-unread-command-char): Remove all uses of
6114 unread-command-char.
6115
6116 * emacs-lisp/debug.el (debug): Don't bind debug-on-error since
6117 inhibit-debugger is bound instead.
6118
6119 2012-09-11 Bastien Guerry <bzg@gnu.org>
6120
6121 * subr.el (set-temporary-overlay-map): Add a docstring.
6122 (Bug#12346)
6123
6124 2012-09-11 Bastien Guerry <bzg@gnu.org>
6125
6126 * minibuffer.el (completion-table-subvert): Fix docstring.
6127 (Bug#12347)
6128
6129 2012-09-11 Bastien Guerry <bzg@gnu.org>
6130
6131 * help-fns.el (describe-variable): Fix typo. (Bug#12346)
6132
6133 2012-09-10 Michael R. Mauger <mmaug@yahoo.com>
6134
6135 * progmodes/sql.el: Version 3.1
6136 (sql-db2-escape-newlines): New variable.
6137 (sql-escape-newlines-filter): Use it.
6138
6139 2012-09-10 Juanma Barranquero <lekktu@gmail.com>
6140
6141 * custom.el (custom-theme-load-confirm): Remove unneeded assignment.
6142
6143 2012-09-10 Dan Nicolaescu <dann@gnu.org>
6144
6145 * vc/diff-mode.el (diff-mode-menu):
6146 Bind diff-remove-trailing-whitespace.
6147
6148 2012-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
6149
6150 * emacs-lisp/lisp-mode.el (emacs-list-byte-code-comment-re): New var.
6151 (emacs-lisp-byte-code-comment, emacs-lisp-byte-code-syntax-propertize)
6152 (emacs-lisp-byte-code-mode): New functions.
6153 (eval-sexp-add-defvars): Don't skip defvars in column >0.
6154 (eval-defun-2): Remove bogus interactive spec.
6155 (lisp-indent-line): Remove redundant whole-exp code, now done in
6156 indent-according-to-mode.
6157 (save-match-data): Remove redundant indent data.
6158
6159 * emacs-lisp/benchmark.el (benchmark-run, benchmark-run-compiled):
6160 Use `declare'.
6161
6162 2012-09-09 Juri Linkov <juri@jurta.org>
6163
6164 * replace.el (replace-regexp-lax-whitespace): New defcustom.
6165 (replace-lax-whitespace, query-replace-regexp)
6166 (query-replace-regexp-eval, replace-regexp): Doc fix.
6167 (perform-replace, replace-highlight): Let-bind
6168 isearch-lax-whitespace to replace-lax-whitespace and
6169 isearch-regexp-lax-whitespace to replace-regexp-lax-whitespace.
6170
6171 * isearch.el (isearch-query-replace): Let-bind
6172 replace-lax-whitespace to isearch-lax-whitespace and
6173 replace-regexp-lax-whitespace to
6174 isearch-regexp-lax-whitespace. (Bug#10885)
6175
6176 2012-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
6177
6178 * eshell/em-unix.el (eshell/sudo): Explicitly drop return value.
6179
6180 2012-09-09 Alan Mackenzie <acm@muc.de>
6181
6182 * progmodes/cc-engine.el (c-state-cache-init):
6183 Initialise c-state-semi-nonlit-pos-cache\(-limit\)? properly.
6184 (c-record-parse-state-state):
6185 Record c-state-semi-nonlit-pos-cache\(-limit\)?.
6186
6187 2012-09-09 Andreas Schwab <schwab@linux-m68k.org>
6188
6189 * register.el (register-separator): Rename from
6190 separator-register. All uses changed. Doc fix.
6191 (register): Fix version.
6192
6193 2012-09-09 Chong Yidong <cyd@gnu.org>
6194
6195 * replace.el (query-replace-map): Bind four new symbols for
6196 requesting window scrolling.
6197
6198 * subr.el (y-or-n-p): Handle the window-scrolling bindings in
6199 query-replace-map (Bug#8948).
6200
6201 * custom.el (custom-theme-load-confirm): Use y-or-n-p.
6202
6203 * emacs-lisp/map-ynp.el (map-y-or-n-p): Don't bind scrolling keys
6204 since they are now in query-replace-map.
6205
6206 * window.el (scroll-other-window-down): Make the arg optional.
6207
6208 2012-09-09 Chong Yidong <cyd@gnu.org>
6209
6210 * files.el (hack-local-variables-confirm): Use quit-window to kill
6211 the *Local Variables* buffer.
6212
6213 2012-09-08 Dmitry Gutov <dgutov@yandex.ru>
6214
6215 * progmodes/ruby-mode.el (ruby-toggle-block): Guess the current block,
6216 not just expect to be at its beginning. Adjust callees.
6217 Succeed when do-end block has no space before the pipe character.
6218 (ruby-brace-to-do-end): When the original block is one-liner,
6219 convert to multiline. Reindent the result.
6220
6221 2012-09-08 Jambunathan K <kjambunathan@gmail.com>
6222
6223 * register.el (register): New group.
6224 (separator-register): New user option.
6225 (increment-register): Route it to `append-to-register', if
6226 register contains text. Implication is that `C-x r +' can now be
6227 used for appending to a text register (bug#12217).
6228 (append-to-register, prepend-to-register): Add separator based on
6229 `separator-register'.
6230
6231 2012-09-08 Alan Mackenzie <acm@muc.de>
6232
6233 AWK Mode: make auto-newline work when there's "==" in the pattern.
6234 * progmodes/cc-cmds.el (c-point-syntax): Handle virtual semicolons
6235 correctly.
6236 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5A.3):
6237 Test more rigorously for "=" token.
6238
6239 2012-09-08 Dmitry Gutov <dgutov@yandex.ru>
6240
6241 * progmodes/ruby-mode.el (ruby-match-expression-expansion):
6242 Only fail when reached LIMIT.
6243
6244 2012-09-08 Chong Yidong <cyd@gnu.org>
6245
6246 * dired.el (dired-mode-map): Don't bind M-=.
6247
6248 * dired-aux.el (dired-diff): Use backup file as default.
6249
6250 2012-09-08 Drew Adams <drew.adams@oracle.com>
6251
6252 * subr.el (add-to-history): Fix delete usage (Bug#12314).
6253
6254 2012-09-08 Chong Yidong <cyd@gnu.org>
6255
6256 * subr.el (syntax-after, syntax-class): Doc fix.
6257
6258 2012-09-08 Martin Rudalics <rudalics@gmx.at>
6259
6260 * window.el (display-buffer-in-previous-window): New buffer
6261 display action function.
6262
6263 * emacs-lisp/debug.el (debugger-bury-or-kill): New option.
6264 (debugger-previous-window): New variable.
6265 (debug): Rewrite using display-buffer-in-previous-window,
6266 quit-restore-window and debugger-bury-or-kill. (Bug#8789)
6267
6268 2012-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
6269
6270 * emacs-lisp/byte-run.el (defun): Tweak message. Simplify code.
6271
6272 2012-09-07 Matt McClure <mlm@aya.yale.edu> (tiny change)
6273
6274 * progmodes/python.el (python-shell-send-string):
6275 When default-directory is remote, create temp file on remote
6276 filesystem.
6277 (python-shell-send-file): When file is remote, pass local view of
6278 file paths to remote Python interpreter. (Bug#12340)
6279
6280 2012-09-07 Chong Yidong <cyd@gnu.org>
6281
6282 * window.el (switch-to-buffer): Doc fix (Bug#12181).
6283
6284 * files.el (after-find-file): Don't fail on a read-only buffer if
6285 require-final-newline is `visit' or `visit-save' (Bug#11156).
6286
6287 * subr.el (read-char-choice): Allow quitting via ESC ESC.
6288
6289 * userlock.el (ask-user-about-supersession-threat):
6290 Use read-char-choice (Bug#12093).
6291
6292 2012-09-07 Chong Yidong <cyd@gnu.org>
6293
6294 * subr.el (buffer-narrowed-p): New function.
6295
6296 * ses.el (ses-widen):
6297 * simple.el (count-words--buffer-message):
6298 * net/browse-url.el (browse-url-of-buffer): Use it.
6299
6300 * simple.el (count-words-region): Don't signal an error if there
6301 is a non-nil prefix arg and the mark is not set.
6302
6303 * help.el (describe-key-briefly): Allow the message to be seen
6304 when invoked from the minibuffer (Bug#7014).
6305
6306 2012-09-07 Dmitry Gutov <dgutov@yandex.ru>
6307
6308 * progmodes/ruby-mode.el (ruby-end-of-defun)
6309 (ruby-beginning-of-defun): Simplify, allow indentation before
6310 block beginning and end keywords.
6311 (ruby-beginning-of-defun): Only consider 3 keywords defun beginners.
6312 (ruby-end-of-defun): Expect that the point is at the beginning of
6313 the defun.
6314
6315 2012-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
6316
6317 * emacs-lisp/cl-macs.el (cl--do-arglist): Understand _ on &key args
6318 (bug#12367).
6319 (cl--make-usage-args): Strip _ from argument names.
6320
6321 2012-09-06 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
6322
6323 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize): Don't use
6324 obsolete alias speedbar-key-map.
6325 (vhdl-doc-variable, vhdl-doc-mode): Use called-interactively-p.
6326 (vhdl-index-menu-init): Don't use obsolete variable
6327 font-lock-maximum-size.
6328
6329 2012-09-06 Chong Yidong <cyd@gnu.org>
6330
6331 * frame.el (window-system-version): Mark as obsolete.
6332
6333 * speedbar.el (speedbar-update-flag, speedbar-mode): Remove uses
6334 of obsolete variable speedbar-key-map.
6335
6336 2012-09-06 Juri Linkov <juri@jurta.org>
6337
6338 * replace.el (replace-lax-whitespace): New defcustom.
6339 (query-replace, query-replace-regexp, query-replace-regexp-eval)
6340 (replace-string, replace-regexp): Mention it in docstrings.
6341 (perform-replace, replace-highlight): Let-bind
6342 isearch-lax-whitespace and isearch-regexp-lax-whitespace according
6343 to the values of replace-lax-whitespace and regexp-flag.
6344 Don't let-bind search-whitespace-regexp. (Bug#10885)
6345
6346 * isearch.el (isearch-query-replace): Let-bind
6347 replace-lax-whitespace instead of let-binding
6348 replace-search-function and replace-re-search-function.
6349 (isearch-lazy-highlight-search): Let-bind isearch-lax-whitespace
6350 and isearch-regexp-lax-whitespace to lazy-highlight variables.
6351 (isearch-toggle-symbol): Set isearch-regexp to nil
6352 in isearch-word mode (like in isearch-toggle-word).
6353
6354 2012-09-06 Juri Linkov <juri@jurta.org>
6355
6356 * replace.el (replace-search-function)
6357 (replace-re-search-function): Set default values to nil.
6358 (perform-replace): Let-bind isearch-related variables based on
6359 replace-related values, call `isearch-search-fun' and let-bind
6360 the result to `search-function'. Remove code that sets
6361 `search-function' and `search-string' separately for
6362 `delimited-flag'.
6363 (replace-highlight): Add new argument `delimited-flag' and
6364 rename other arguments to the names used in `perform-replace'.
6365 Let-bind `isearch-word' to the argument `delimited-flag'.
6366 (Bug#10885, bug#10887)
6367
6368 2012-09-07 Dmitry Gutov <dgutov@yandex.ru>
6369
6370 * progmodes/ruby-mode.el (ruby-indent-beg-re): Add pieces from
6371 ruby-beginning-of-indent, simplify, allow all keywords to have
6372 indentation before them.
6373 (ruby-beginning-of-indent): Adjust for above. Search until the
6374 found point is not inside a string or comment.
6375 (ruby-font-lock-keywords): Allow symbols to start with "@"
6376 character, give them higher priority than variables.
6377 (ruby-syntax-propertize-function)
6378 (ruby-font-lock-syntactic-keywords): Remove the "not comments"
6379 matchers. Expression expansions are not comments when inside a
6380 string, and there comment syntax status is irrelevant.
6381 (ruby-match-expression-expansion): New function. Check that
6382 expression expansion is inside a string, and it's not escaped.
6383 (ruby-font-lock-keywords): Use it.
6384
6385 2012-09-05 Martin Rudalics <rudalics@gmx.at>
6386
6387 * help.el (temp-buffer-max-height): New default value.
6388 (temp-buffer-resize-frames): New option.
6389 (resize-temp-buffer-window): Optionally resize frame.
6390
6391 * window.el (fit-frame-to-buffer-bottom-margin): New option.
6392 (fit-frame-to-buffer): New function.
6393
6394 2012-09-05 Glenn Morris <rgm@gnu.org>
6395
6396 * emulation/cua-rect.el (cua--init-rectangles):
6397 * textmodes/picture.el (picture-mode-map):
6398 * play/blackbox.el (blackbox-mode-map): Remap right-char and left-char
6399 like forward-char and backward-char. (Bug#12317)
6400
6401 2012-09-05 Leo Liu <sdl.web@gmail.com>
6402
6403 * progmodes/flymake.el (flymake-warning-re): New variable.
6404 (flymake-parse-line): Use it.
6405
6406 2012-09-05 Glenn Morris <rgm@gnu.org>
6407
6408 * calendar/holidays.el (holiday-christian-holidays):
6409 Rename an entry. (Bug#12289)
6410
6411 2012-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
6412
6413 * progmodes/sh-script.el (sh-font-lock-paren): Don't burp at BOB
6414 (bug#12222).
6415
6416 2012-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
6417
6418 * loadup.el: Load macroexp. Remove hack.
6419 * emacs-lisp/macroexp.el (macroexp--eval-if-compile): New function.
6420 (macroexp--expand-all): Use it to get better warnings.
6421 (macroexp--backtrace, macroexp--trim-backtrace-frame)
6422 (internal-macroexpand-for-load): New functions.
6423 (macroexp--pending-eager-loads): New var.
6424 (emacs-startup-hook): New hack to replace one in loadup.el.
6425 * emacs-lisp/cl-macs.el (cl--compiler-macro-list*)
6426 (cl--compiler-macro-cXXr): Move to top, before they can be used.
6427 (cl-psetf): Simplify.
6428 (cl-defstruct): Add indent rule.
6429
6430 2012-09-04 Lars Ingebrigtsen <larsi@gnus.org>
6431
6432 * mail/smtpmail.el (smtpmail-send-it): Prefer the From: header
6433 over `user-mail-address' for the SMTP MAIL FROM envelope.
6434 (smtpmail-via-smtp): Ditto.
6435
6436 2012-09-04 Dmitry Gutov <dgutov@yandex.ru>
6437
6438 * progmodes/ruby-mode.el: Clean up keybindings.
6439 (ruby-mode-map): Don't bind ruby-electric-brace,
6440 ruby-beginning-of-defun, ruby-end-of-defun, ruby-mark-defun,
6441 backward-kill-word, reindent-then-newline-and-indent.
6442 (ruby-mark-defun): Remove.
6443 (ruby-electric-brace): Remove. Obsoleted by electric-indent-chars.
6444 (ruby-mode): Set local beginning-of-defun-function and
6445 end-of-defun-function values.
6446
6447 2012-09-03 Martin Rudalics <rudalics@gmx.at>
6448
6449 * window.el (temp-buffer-window-setup-hook)
6450 (temp-buffer-window-show-hook): New hooks.
6451 (temp-buffer-window-setup, temp-buffer-window-show)
6452 (with-temp-buffer-window): New functions.
6453 (fit-window-to-buffer): Remove unused optional argument OVERRIDE.
6454 (special-display-popup-frame): Make sure the window used shows BUFFER.
6455
6456 * help.el (temp-buffer-resize-mode): Fix doc-string.
6457 (resize-temp-buffer-window): New optional argument WINDOW.
6458
6459 * files.el (recover-file, save-buffers-kill-emacs):
6460 * dired.el (dired-mark-pop-up): Use with-temp-buffer-window.
6461
6462 2012-09-02 Michael Albinus <michael.albinus@gmx.de>
6463
6464 * eshell/em-unix.el (eshell/sudo): When we have an ad-hoc
6465 remote definition of `default-directory', ensure we can connect.
6466
6467 2012-09-02 Juri Linkov <juri@jurta.org>
6468
6469 Toggle whitespace matching mode with M-s SPC.
6470 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00008.html
6471
6472 * isearch.el (search-whitespace-regexp): Doc fix.
6473 Remove cons cell customization.
6474 (isearch-mode-map): Bind "\M-s " to isearch-toggle-lax-whitespace.
6475 (isearch-lax-whitespace, isearch-regexp-lax-whitespace):
6476 New variables.
6477 (isearch-forward, isearch-forward-regexp): Doc fix.
6478 (isearch-toggle-lax-whitespace): New command.
6479 (search-forward-lax-whitespace, search-backward-lax-whitespace)
6480 (re-search-forward-lax-whitespace)
6481 (re-search-backward-lax-whitespace): New functions.
6482 (isearch-whitespace-regexp): Remove function.
6483 (isearch-query-replace): Let-bind replace-search-function and
6484 replace-re-search-function.
6485 (isearch-occur): Let-bind search-spaces-regexp according to the
6486 value of isearch-lax-whitespace and isearch-regexp-lax-whitespace.
6487 (isearch-quote-char): Check isearch-regexp-lax-whitespace in the
6488 condition for C-q SPC.
6489 (isearch-search-fun-default): Use new functions mentioned above.
6490 (isearch-search-forward, isearch-search-backward): Remove functions.
6491 (isearch-search): Don't let-bind search-spaces-regexp.
6492 (isearch-lazy-highlight-space-regexp): Remove variable.
6493 (isearch-lazy-highlight-lax-whitespace)
6494 (isearch-lazy-highlight-regexp-lax-whitespace): New variables.
6495 (isearch-lazy-highlight-new-loop): Use them.
6496 (isearch-lazy-highlight-search): Don't let-bind search-spaces-regexp.
6497
6498 2012-09-02 Chong Yidong <cyd@gnu.org>
6499
6500 * dired.el (dired-mode-map): Menu string fixes (Bug#11616).
6501
6502 2012-09-02 Glenn Morris <rgm@gnu.org>
6503
6504 * simple.el (undo): Tweak message in undo-only case. (Bug#12283)
6505
6506 2012-09-01 Glenn Morris <rgm@gnu.org>
6507
6508 * term.el: Tidy up menu definitions.
6509 (term-mode-map): Use easymenu for In/Out, Complete menus.
6510 (term-pager-break-map): Initialize in the defvar.
6511 (term-terminal-menu, term-signals-menu): Define with easymenu.
6512 (term-terminal-menu): Also show it in line-mode. (Bug#11957)
6513 (term-pager-menu): New, extracted from term-process-pager.
6514 (term-mode, term-char-mode, term-process-pager): Use easymenu-add.
6515 (term-update-mode-line): Propertize line/char and page items.
6516 (term-process-pager): Move keymap initialization elsewhere.
6517
6518 2012-09-01 Martin Rudalics <rudalics@gmx.at>
6519
6520 * window.el (switch-to-prev-buffer): Handle additional values of
6521 BURY-OR-KILL argument. Don't switch in minibuffer window.
6522 (switch-to-next-buffer): Don't switch in minibuffer window.
6523 (quit-restore-window): New function based on quit-window.
6524 Handle additional values of former KILL argument.
6525 (quit-window): Call quit-restore-window with appropriate
6526 interpretation of KILL argument.
6527 (display-buffer-below-selected): New buffer display action
6528 function.
6529
6530 2012-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
6531
6532 * minibuffer.el (completion-at-point-functions): Complete docstring
6533 (bug#12254).
6534
6535 2012-09-01 Paul Eggert <eggert@cs.ucla.edu>
6536
6537 Better seed support for (random).
6538 * play/5x5.el, play/animate.el, play/cookie1.el, play/dissociate.el:
6539 * play/doctor.el, play/dunnet.el, play/gomoku.el, play/landmark.el:
6540 * play/mpuz.el, play/tetris.el, play/zone.el:
6541 * calc/calc-comb.el (math-init-random-base):
6542 * play/blackbox.el (bb-init-board):
6543 * play/life.el (life):
6544 * server.el (server-use-tcp):
6545 * type-break.el (type-break):
6546 Remove unnecessary call to (random t).
6547 * net/sasl.el (sasl-unique-id-function):
6548 Change (random t) to (random), now that the latter is more random.
6549 * play/life.el (life-initialized): Remove no-longer-needed var.
6550
6551 2012-08-31 Alp Aker <alp.tekin.aker@gmail.com>
6552
6553 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
6554 Consider frame's buffer predicate when choosing the buffer.
6555 (Bug#12081)
6556
6557 2012-08-30 Richard Stallman <rms@gnu.org>
6558
6559 * simple.el (special-mode-map): Delete binding for `z'.
6560
6561 2012-08-30 Andreas Schwab <schwab@linux-m68k.org>
6562
6563 * progmodes/compile.el (compilation-always-kill): Doc fix.
6564
6565 2012-08-30 Chong Yidong <cyd@gnu.org>
6566
6567 * window.el (display-buffer-reuse-frames): Make the obsolescence
6568 message more informative.
6569
6570 2012-08-30 Glenn Morris <rgm@gnu.org>
6571
6572 * paren.el (show-paren-delay):
6573 Add a :set function. Doc fix. (Bug#12297)
6574
6575 2012-08-29 Martin Blais <blais@furius.ca> (tiny change)
6576
6577 * progmodes/compile.el (compilation-always-kill): New var.
6578 (compilation-start): Use it.
6579
6580 2012-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
6581
6582 * simple.el (read-only-mode): Move from files.el for bootstrapping.
6583 * files.el (read-only-mode): Move to simple.el.
6584
6585 * files.el (read-only-mode): New minor mode.
6586 (toggle-read-only): Use it and mark obsolete.
6587 (find-file--read-only):
6588 * vc/vc.el (vc-next-action, vc-checkout):
6589 * vc/vc-cvs.el (vc-cvs-checkout):
6590 * obsolete/vc-mcvs.el (vc-mcvs-update):
6591 * ffap.el (ffap--toggle-read-only): Update callers.
6592
6593 2012-08-29 Michael Albinus <michael.albinus@gmx.de>
6594
6595 * eshell/esh-ext.el (eshell-external-command): Do not examine
6596 remote shell scripts.
6597 See <https://bugs.launchpad.net/ubuntu/+source/emacs23/+bug/1035790>.
6598
6599 * net/tramp-sh.el (tramp-remote-path): Add "/sbin" and
6600 "/usr/local/sbin".
6601
6602 2012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
6603
6604 * emacs-lisp/cl-lib.el (buffer-string): Fix setter macro (bug#12293).
6605
6606 2012-08-28 Leo Liu <sdl.web@gmail.com>
6607
6608 * progmodes/sh-script.el (sh-dynamic-complete-functions): Adapt to
6609 completion-at-point. (Bug#12220)
6610
6611 * skeleton.el (skeleton-untabify): Change to nil (bug#12223).
6612
6613 * progmodes/sh-script.el (sh-indent-comment): Change to t (bug#12267).
6614
6615 2012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
6616
6617 * files.el (safe-local-eval-forms): Fix before-save-hook entry to
6618 be buffer-local; add delete-trailing-whitespace (bug#12259).
6619
6620 2012-08-28 Jeremy Moore <jmoore@ieee.org> (tiny change)
6621
6622 * progmodes/hideif.el (hif-compress-define-list):
6623 Fix typo. (Bug#11951)
6624
6625 2012-08-28 Dan Nicolaescu <dann@gnu.org>
6626
6627 * progmodes/hideshow.el (hs-block-end-regexp): Restore lost
6628 buffer local setting.
6629
6630 * net/rcirc.el (rcirc-split-message): Fix for buffer-local
6631 rcirc-encode-coding-system.
6632
6633 2012-08-28 Leo Liu <sdl.web@gmail.com>
6634
6635 * net/rcirc.el (rcirc-split-message): New function.
6636 (rcirc-send-message): Use it. (Bug#12051)
6637
6638 2012-08-28 Juri Linkov <juri@jurta.org>
6639
6640 * info.el (Info-fontify-node): Hide empty lines at the end of
6641 the node. (Bug#12272)
6642
6643 2012-08-27 Drew Adams <drew.adams@oracle.com>
6644
6645 * dired.el (dired-pop-to-buffer): Make window start at beginning
6646 of buffer (Bug#12281).
6647
6648 2012-08-26 Chong Yidong <cyd@gnu.org>
6649
6650 * window.el (special-display-regexps, special-display-frame-alist)
6651 (special-display-buffer-names, special-display-function)
6652 (display-buffer-reuse-frames): Mark as obsolete.
6653
6654 * progmodes/compile.el: Don't use display-buffer-reuse-frames.
6655
6656 * help.el (help-print-return-message): Don't treat
6657 display-buffer-reuse-frames specially.
6658
6659 2012-08-26 Chong Yidong <cyd@gnu.org>
6660
6661 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
6662 New variable, replacing gdb-frame-parameters.
6663 (gdb-frame-io-buffer, gdb-frame-breakpoints-buffer)
6664 (gdb-frame-threads-buffer, gdb-frame-memory-buffer)
6665 (gdb-frame-disassembly-buffer, gdb-frame-stack-buffer)
6666 (gdb-frame-locals-buffer, gdb-frame-registers-buffer): Use it.
6667 (def-gdb-frame-for-buffer): Macro deleted. It is easier to define
6668 the functions directly with gdb-display-buffer-other-frame-action.
6669 (gdb-display-breakpoints-buffer, gdb-display-threads-buffer)
6670 (gdb-display-memory-buffer, gdb-display-disassembly-buffer)
6671 (gdb-display-stack-buffer, gdb-display-locals-buffer)
6672 (gdb-display-registers-buffer): Define directly.
6673 (def-gdb-display-buffer): Macro deleted.
6674 (gdb-display-buffer): Remove second and third args, callers don't
6675 use them. Defer to the default display-buffer behavior, apart
6676 from making windows dedicated.
6677 (gdb-setup-windows): Don't call display-buffer unnecessarily.
6678
6679 * progmodes/gud.el (gud-display-line): Just use display-buffer.
6680
6681 * window.el (display-buffer-pop-up-frame): Handle a
6682 pop-up-frame-parameters alist entry.
6683 (display-buffer): Document it.
6684
6685 2012-08-26 Chong Yidong <cyd@gnu.org>
6686
6687 * isearch.el (search-whitespace-regexp): Make string and nil
6688 values apply to both ordinary and regexp search. Allow a cons
6689 cell value to distinguish between the two.
6690 (isearch-whitespace-regexp, isearch-search-forward)
6691 (isearch-search-backward): New functions.
6692 (isearch-occur, isearch-search-fun-default, isearch-search)
6693 (isearch-lazy-highlight-new-loop): Use them.
6694 (isearch-forward, isearch-forward-regexp): Doc fix.
6695
6696 2012-08-26 Chong Yidong <cyd@gnu.org>
6697
6698 * faces.el (help-argument-name): Always inherit from italic
6699 (Bug#12213).
6700
6701 2012-08-25 Martin Rudalics <rudalics@gmx.at>
6702
6703 * window.el (window--even-window-heights): Even heights when
6704 WINDOW and the selected window form a vertical combination.
6705 (display-buffer-use-some-window): Provide that window used gets
6706 sized back by quit-window. (Bug#11880) and (Bug#12091)
6707
6708 2012-08-24 Paul Eggert <eggert@cs.ucla.edu>
6709
6710 Fix file time stamp problem with bzr and CVS (Bug#12001).
6711 * vc/vc-cvs.el (vc-cvs-parse-entry): Ignore subsecond information
6712 in the file's time stamp, since the version control system loses
6713 that information.
6714
6715 2012-08-22 Juri Linkov <juri@jurta.org>
6716
6717 * info.el (Info-fontify-node): Hide the suffix of the
6718 Info file name in the header line. (Bug#12187)
6719
6720 2012-08-22 Glenn Morris <rgm@gnu.org>
6721
6722 * calendar/cal-tex.el (cal-tex-weekly-common):
6723 Restore leading blank page.
6724
6725 2012-08-22 Le Wang <l26wang@gmail.com>
6726
6727 * misc.el (forward-to-word, backward-to-word): Activate or extend
6728 the region under `shift-select-mode'. (Bug#12231)
6729
6730 2012-08-22 Bastien Guerry <bzg@gnu.org>
6731
6732 * progmodes/executable.el (executable-prefix): Set to "#!" instead
6733 of "#! ". http://www.in-ulm.de/~mascheck/various/shebang/#details
6734 gives details on why the space is never needed.
6735
6736 2012-08-22 Martin Rudalics <rudalics@gmx.at>
6737
6738 * window.el (walk-window-tree, window-with-parameter):
6739 New optional argument MINIBUF to control whether these functions
6740 should run on the minibuffer window.
6741 (window-at-side-list): Don't operate on minibuffer window.
6742 (window-in-direction): Simplify and rewrite doc-string.
6743 (window--size-ignore): Rename to window--size-ignore-p.
6744 Update callers.
6745 (display-buffer-in-atom-window, window--major-non-side-window)
6746 (window--major-side-window, display-buffer-in-major-side-window)
6747 (delete-side-window, display-buffer-in-side-window):
6748 New functions.
6749 (window--side-check, window-deletable-p, delete-window)
6750 (delete-other-windows, split-window): Handle side windows and
6751 atomic windows appropriately.
6752 (window--display-buffer): Call display-buffer-record-window also
6753 when the window buffer did not change.
6754
6755 2012-08-22 Christopher Schmidt <christopher@ch.ristopher.com>
6756
6757 * help-fns.el (help-fns--key-bindings):
6758 Abbreviate non-symbol remap targets. (Bug#12174)
6759
6760 2012-08-22 Martin Rudalics <rudalics@gmx.at>
6761
6762 * dired.el (dired-mark-remembered): Don't clobber point.
6763 (Bug#11795)
6764
6765 2012-08-22 Glenn Morris <rgm@gnu.org>
6766
6767 * progmodes/bug-reference.el (bug-reference): New custom group.
6768 (bug-reference-bug-regexp): Make it a defcustom.
6769
6770 2012-08-22 Daiki Ueno <ueno@unixuser.org>
6771
6772 * progmodes/js.el (js-indent-level, js-expr-indent-offset)
6773 (js-paren-indent-offset, js-square-indent-offset)
6774 (js-curly-indent-offset): Add :safe (Bug#12257).
6775
6776 2012-08-22 Edward O'Connor <hober0@gmail.com>
6777
6778 * json.el (json-key-format): Add error properties.
6779 (json-encode-key): New function.
6780 (json-encode-hash-table, json-encode-alist, json-encode-plist):
6781 Use json-encode-key.
6782
6783 2012-08-22 Glenn Morris <rgm@gnu.org>
6784
6785 * calendar/cal-tex.el (cal-tex-longday): New function, replacing...
6786 (cal-tex-leftday, cal-tex-rightday): Remove functions.
6787 (cal-tex-weekly-common, cal-tex-cursor-filofax-2week):
6788 Update for above change.
6789
6790 2012-08-21 Andreas Schwab <schwab@linux-m68k.org>
6791
6792 * cus-face.el (custom-face-attributes): Fix customize type for the
6793 :underline attribute. (Bug#11805)
6794
6795 2012-08-21 Martin Rudalics <rudalics@gmx.at>
6796
6797 * window.el (window-point-1, set-window-point-1): Remove.
6798 (window-in-direction, record-window-buffer)
6799 (set-window-buffer-start-and-point, split-window-below)
6800 (window--state-get-1, display-buffer-record-window):
6801 Replace calls to window-point-1 and set-window-point-1 by calls to
6802 window-point and set-window-point respectively.
6803
6804 2012-08-21 Glenn Morris <rgm@gnu.org>
6805
6806 * calendar/cal-tex.el (cal-tex-weekly-common): New function.
6807 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week):
6808 Use it.
6809
6810 * calendar/cal-tex.el (cal-tex-rightday): Add optional funcname arg.
6811 (cal-tex-shortday): New function.
6812 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week)
6813 (cal-tex-cursor-filofax-daily): Use the above.
6814
6815 * calendar/cal-tex.el (cal-tex-leftday, cal-tex-rightday):
6816 New functions.
6817 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
6818 (cal-tex-cursor-filofax-week): Use them.
6819
6820 * calendar/cal-tex.el (cal-tex-lefthead, cal-tex-righthead):
6821 New constants.
6822 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
6823 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use them.
6824
6825 * calendar/cal-tex.el (cal-tex-preamble): Generate new buffers.
6826 (cal-tex-end-document): Don't rely on buffer name.
6827
6828 * calendar/cal-tex.el (cal-tex-cursor-filofax-year):
6829 Use cal-tex-vspace.
6830 (cal-tex-vspace, cal-tex-hspace, cal-tex-em, cal-tex-bf)
6831 (cal-tex-Huge-bf, cal-tex-large-bf): Use cal-tex-cmd.
6832 (cal-tex-scriptsize, cal-tex-huge, cal-tex-Huge, cal-tex-large):
6833 Use cal-tex-arg.
6834
6835 * calendar/cal-tex.el (cal-tex-cursor-filofax-year)
6836 (cal-tex-cursor-week, cal-tex-cursor-week2)
6837 (cal-tex-cursor-week-iso, cal-tex-cursor-week-at-a-glance)
6838 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
6839 (cal-tex-cursor-filofax-daily, cal-tex-cursor-day)
6840 (cal-tex-insert-preamble, cal-tex-b-document)
6841 (cal-tex-e-document, cal-tex-b-center, cal-tex-e-center):
6842 Improve cal-tex-cmd usage.
6843
6844 * calendar/cal-tex.el (cal-tex-filofax-paper): New function.
6845 (cal-tex-cursor-filofax-year, cal-tex-cursor-filofax-2week)
6846 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use it.
6847 (cal-tex-weekly-paper): New function.
6848 (cal-tex-cursor-week, cal-tex-cursor-week2)
6849 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
6850 (cal-tex-cursor-day): Use it.
6851
6852 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance)
6853 (cal-tex-cursor-filofax-week): Remove leading blank page.
6854
6855 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
6856 Add autoload cookie. For now at least, don't use color, since
6857 no other cal-tex function does.
6858
6859 * calendar/cal-tex.el (cal-tex-cursor-week-iso)
6860 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
6861 (cal-tex-cursor-filofax-daily): Correct start date for diary entries.
6862
6863 2012-08-21 Juri Linkov <juri@jurta.org>
6864
6865 * info.el (Info-file-attributes): New variable.
6866 (info-insert-file-contents): Add file attributes to
6867 `Info-file-attributes'. Clear the caches `Info-index-nodes' and
6868 `Info-toc-nodes' when previous modtime of the Info file is less
6869 than new modtime.
6870 (Info-toc-nodes, Info-index-nodes): Move definitions up to the top
6871 of info.el. (Bug#12230)
6872
6873 2012-08-20 Glenn Morris <rgm@gnu.org>
6874
6875 * calendar/diary-lib.el (diary-include-files, diary-sexp-entry):
6876 * calendar/holidays.el (calendar-holiday-list):
6877 Report errors with display-warning rather than beep'n'sleep.
6878
6879 2012-08-20 Michael Albinus <michael.albinus@gmx.de>
6880
6881 * net/tramp.el (tramp-accept-process-output): Accept only output
6882 from PROC. Otherwise, process filters and sentinels might be
6883 confused. (Bug#12145)
6884
6885 2012-08-20 Chong Yidong <cyd@gnu.org>
6886
6887 * descr-text.el (describe-text-properties-1): Use overlays-in to
6888 report on empty overlays (Bug#3322).
6889
6890 2012-08-20 Glenn Morris <rgm@gnu.org>
6891
6892 * mail/rmailout.el (rmail-output-read-file-name):
6893 Trap and report errors in rmail-output-file-alist elements.
6894
6895 * font-lock.el (font-lock-add-keywords): Doc fix (quote face names
6896 since most non-font-lock faces are not also variables).
6897
6898 2012-08-20 Edward Reingold <reingold@iit.edu>
6899
6900 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
6901 New function. (Bug12160)
6902
6903 2012-08-19 Glenn Morris <rgm@gnu.org>
6904
6905 * mail/rmailout.el (rmail-output-read-file-name):
6906 Fix previous change (when the alist is nil or does not match).
6907
6908 2012-08-19 Chong Yidong <cyd@gnu.org>
6909
6910 * xml.el (xml-escape-string): Don't refer to xml-entity-alist
6911 (Bug#12228).
6912
6913 2012-08-18 Chong Yidong <cyd@gnu.org>
6914
6915 * simple.el (yank-handled-properties): New defcustom.
6916 (yank-excluded-properties): Add font-lock-face and category.
6917 (yank): Doc fix.
6918
6919 * subr.el (remove-yank-excluded-properties):
6920 Obey yank-handled-properties. The special handling of font-lock-face
6921 and category is now done this way, instead of being hard-coded.
6922 (insert-for-yank-1): Remove font-lock-face handling.
6923 (yank-handle-font-lock-face-property)
6924 (yank-handle-category-property): New function.
6925
6926 2012-08-17 Glenn Morris <rgm@gnu.org>
6927
6928 * mail/rmailout.el (rmail-output-read-file-name):
6929 Check rmail-output-file-alist against the full message body
6930 in the correct rmail buffer. (Bug#12214)
6931
6932 2012-08-17 Michael Albinus <michael.albinus@gmx.de>
6933
6934 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
6935 Eliminate superfluous prompt. (Bug#12203)
6936
6937 2012-08-17 Chong Yidong <cyd@gnu.org>
6938
6939 * mouse.el (mouse-appearance-menu): If x-select-font returns a
6940 font spec, set the font directly (Bug#3228).
6941
6942 2012-08-17 Martin Rudalics <rudalics@gmx.at>
6943
6944 * window.el (delete-window): Fix last fix.
6945
6946 2012-08-16 Martin Rudalics <rudalics@gmx.at>
6947
6948 * window.el (window-valid-p): Move to window.c.
6949 (window-child, window-child-count, window-last-child)
6950 (window-normalize-window, window-combined-p)
6951 (window-combinations, window-atom-root, window-min-size)
6952 (window-sizable, window-sizable-p, window-size-fixed-p)
6953 (window-min-delta, window-max-delta, window--resizable)
6954 (window--resizable-p, window-resizable, window-total-size)
6955 (window-full-height-p, window-full-width-p, window-body-size)
6956 (window-at-side-p, adjust-window-trailing-edge, maximize-window)
6957 (minimize-window, window-deletable-p, delete-window)
6958 (delete-other-windows, set-window-buffer-start-and-point)
6959 (next-buffer, previous-buffer, split-window, balance-windows-2)
6960 (set-window-text-height, window-buffer-height)
6961 (fit-window-to-buffer, shrink-window-if-larger-than-buffer)
6962 (truncated-partial-width-window-p): Minor code adjustments.
6963 In doc-strings state whether the argument window has to denote a
6964 live, valid or any window.
6965
6966 2012-08-16 Phil Sainty <psainty@orcon.net.nz> (tiny change)
6967
6968 * progmodes/subword.el (subword-forward-function)
6969 (subword-backward-function, subword-forward-regexp)
6970 (subword-backward-regexp): New variables.
6971 (subword-forward, subword-forward-internal, subword-backward-internal):
6972 Use new variables, eg so that different "word" definitions
6973 can be easily used. (Bug#11411)
6974
6975 2012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
6976
6977 * vc/vc-mtn.el (vc-mtn-revision-completion-table): Handle completion
6978 for composite selectors.
6979 * vc/vc.el (vc-diff-build-argument-list-internal): Don't prevent
6980 operation just because we can't find a previous revision.
6981
6982 2012-08-15 Chong Yidong <cyd@gnu.org>
6983
6984 * frame.el (set-frame-font): Accept font objects.
6985
6986 2012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
6987
6988 * textmodes/tex-mode.el (tex-insert-quote): ~ is a space (bug#12137).
6989
6990 2012-08-15 Wolfgang Jenkner <wjenkner@inode.at>
6991
6992 * man.el (Man-overstrike-face, Man-underline-face)
6993 (Man-reverse-face): Remove variables.
6994 (Man-overstrike, Man-underline, Man-reverse): New faces.
6995 (Man-fontify-manpage): Use them instead of the variables.
6996 (Man-cleanup-manpage): Comment change.
6997 (Man-ansi-color-map): New variable.
6998 (Man-fontify-manpage): Use it.
6999 Call ansi-color-apply-on-region to replace ad hoc code (bug#12147).
7000
7001 Implement ANSI SGR parameters 22-27 (bug#12146).
7002 * ansi-color.el (ansi-colors): Doc fix.
7003 (ansi-color-context, ansi-color-context-region): Doc fix.
7004 (ansi-color--find-face): New function.
7005 (ansi-color-apply, ansi-color-apply-on-region): Use it.
7006 Rename the local variable `face' to `codes' since it is now a list of
7007 ansi codes. Doc fix.
7008 (ansi-color-get-face): Remove.
7009 (ansi-color-parse-sequence): New function, derived from
7010 ansi-color-get-face.
7011 (ansi-color-apply-sequence): Use it. Rewrite, and support ansi
7012 codes 22-27.
7013
7014 2012-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
7015
7016 * subr.el (read-passwd): Allow use from a minibuffer.
7017
7018 2012-08-14 Eli Zaretskii <eliz@gnu.org>
7019
7020 * tooltip.el (tooltip-identifier-from-point): Don't treat tokens
7021 inside comments and strings as identifiers.
7022
7023 * progmodes/gud.el (gud-tooltip-print-command): Quote the
7024 expression to evaluate. This allows to evaluate expressions with
7025 embedded whitespace.
7026 (gud-tooltip-tips): Add a blank before the newline in the
7027 message-box text, for the benefit of message-box emulation on
7028 MS-Windows.
7029
7030 * progmodes/gdb-mi.el (gdb-tooltip-print): Don't ignore error
7031 messages from GDB, pop them up in a tooltip to give feedback to
7032 user.
7033 (gdb-tooltip-print-1): Quote the expression to evaluate.
7034 This allows to evaluate expressions with embedded whitespace.
7035 (gdb-inferior-io--init-proc): Don't send "-inferior-tty" command
7036 if the TTY name is nil or empty (which happens when communicating
7037 with the inferior via pipes, e.g. on MS-Windows).
7038 (gdb-internals): If GDB sends a "&\n" empty debugging message,
7039 don't send that to the GUD buffer.
7040
7041 2012-08-14 Glenn Morris <rgm@gnu.org>
7042
7043 * emacs-lisp/bytecomp.el (byte-compile-setq-default):
7044 Optimize away setq-default with no args, as for setq. (Bug#12195)
7045
7046 2012-08-14 Chong Yidong <cyd@gnu.org>
7047
7048 * minibuffer.el (read-file-name): Doc fix (Bug#10881).
7049
7050 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Doc fix
7051 (Bug#12085).
7052
7053 2012-08-14 Glenn Morris <rgm@gnu.org>
7054
7055 * emacs-lisp/bytecomp.el (byte-recompile-file): Doc fix.
7056
7057 2012-08-14 Michael Albinus <michael.albinus@gmx.de>
7058
7059 * net/tramp-sh.el (tramp-open-shell): Cache the shell name.
7060 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
7061 Use cached shell name.
7062
7063 2012-08-14 Fabián Ezequiel Gallina <fgallina@cuca>
7064
7065 * progmodes/python.el (python-shell-send-string):
7066 (python-shell-send-setup-code): Do not use `format' with `message'.
7067
7068 2012-08-14 Dmitry Gutov <dgutov@yandex.ru>
7069
7070 * progmodes/ruby-mode.el: Improve percent literals (bug#6286).
7071 (ruby-percent-literal-beg-re): New constant.
7072 (ruby-syntax-general-delimiters-goto-beg): Rename to
7073 `ruby-syntax-enclosing-percent-literal', improve literal type check.
7074 (ruby-syntax-propertize-general-delimiters): Rename to
7075 `ruby-syntax-propertize-percent-literal', it's a shorter and more
7076 popular term. Adjust comments everywhere.
7077 (ruby-syntax-propertize-percent-literal): Only propertize when not
7078 inside a simple string or comment. When the literal is unclosed,
7079 leave the text after it unpropertized.
7080 (ruby-syntax-methods-before-regexp): New constant.
7081 (ruby-syntax-propertize-function): Use it to recognize regexps.
7082 Don't look at the text after regexp, just use the whitelist.
7083
7084 2012-08-14 Andreas Schwab <schwab@linux-m68k.org>
7085
7086 * emacs-lisp/bytecomp.el (byte-recompile-file): When LOAD is
7087 non-nil always load the compiled file if it exists. (Bug#12197)
7088
7089 2012-08-14 Chong Yidong <cyd@gnu.org>
7090
7091 * hi-lock.el (hi-lock-mode): Do not unilaterally enable font lock.
7092 (hi-lock-set-pattern): When deciding whether to use font lock or
7093 overlays, look at font-lock-mode instead of font-lock-fontified
7094 (Bug#12168).
7095 (hi-lock-mode, hi-lock-line-face-buffer, hi-lock-unface-buffer)
7096 (hi-lock-face-buffer, hi-lock-face-phrase-buffer): Doc fix.
7097
7098 2012-08-14 Daiki Ueno <ueno@unixuser.org>
7099
7100 * subr.el (internal--after-with-selected-window): Fix typo
7101 (Bug#12193).
7102
7103 2012-08-14 Fabián Ezequiel Gallina <fgallina@cuca>
7104
7105 Use `completion-table-dynamic' for completion functions.
7106 * progmodes/python.el
7107 (python-shell-completion--do-completion-at-point)
7108 (python-shell-completion--get-completions):
7109 Remove functions.
7110 (python-shell-completion-complete-at-point): New function.
7111 (python-completion-complete-at-point): Use it.
7112
7113 2012-08-13 Jambunathan K <kjambunathan@gmail.com>
7114
7115 * vc/vc-dir.el (vc-dir-hide-state): New command (bug#12159).
7116 (vc-dir-hide-up-to-date): Route it to `vc-dir-hide-state'.
7117
7118 2012-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
7119
7120 * subr.el (function-get): Refine `autoload' arg so it can also
7121 autoload functions for gv.el (bug#12191).
7122 * emacs-lisp/edebug.el (get-edebug-spec): Adjust so it only
7123 autoloads macros.
7124
7125 * color.el (color-xyz-to-lab, color-lab-to-xyz, color-cie-de2000):
7126 Prefer pcase-let over destructuring-bind.
7127 * vc/diff-mode.el (diff-remove-trailing-whitespace): Same.
7128 Also, remove whitespace as we go, rather than after accumulating the
7129 various places.
7130
7131 * subr.el (internal--before-with-selected-window)
7132 (internal--after-with-selected-window): Fix typo seleted->selected.
7133 (with-selected-window): Adjust callers.
7134 Reported by Dmitry Gutov <dgutov@yandex.ru>.
7135
7136 2012-08-13 Bastien Guerry <bzg@gnu.org>
7137
7138 * window.el (special-display-popup-frame): Minor docstring
7139 enhancement. (Bug#12172)
7140
7141 2012-08-13 Andreas Schwab <schwab@linux-m68k.org>
7142
7143 * tar-mode.el (tar-header-data-end): Only ignore size for files of
7144 type 1-6.
7145 (tar-header-block-summarize, tar-get-descriptor): Handle pax
7146 extended headers.
7147
7148 * files.el (hack-local-variables-filter): Remove useless eval.
7149
7150 2012-08-13 Martin Rudalics <rudalics@gmx.at>
7151
7152 * subr.el (with-selected-window): Fix last change.
7153
7154 2012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
7155
7156 * subr.el (internal--before-with-seleted-window)
7157 (internal--after-with-seleted-window): New functions.
7158 (with-selected-window): Use them, to replace dependency on
7159 tty-top-frame.
7160
7161 2012-08-12 Nobuyoshi Nakada <nobu@ruby-lang.org>
7162
7163 * progmodes/ruby-mode.el (ruby-mode-map): Remove unnecessary
7164 binding for `newline'.
7165 (ruby-move-to-block): When moving backward, stop at block opening,
7166 not indentation.
7167 * progmodes/ruby-mode.el (ruby-brace-to-do-end)
7168 (ruby-do-end-to-brace, ruby-toggle-block): New functions.
7169 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
7170 `ruby-toggle-block'.
7171
7172 2012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
7173
7174 * ibuffer.el (ibuffer-do-toggle-read-only):
7175 * dired.el (dired-toggle-read-only):
7176 * buff-menu.el (Buffer-menu-toggle-read-only):
7177 * bindings.el (mode-line-toggle-read-only):
7178 * bs.el (bs-toggle-readonly): Call toggle-read-only interactively.
7179
7180 2012-08-12 Andreas Schwab <schwab@linux-m68k.org>
7181
7182 * descr-text.el (describe-char): Put the overlays over the
7183 "displayed as" character.
7184
7185 2012-08-12 Jay Belanger <jay.p.belanger@gmail.com>
7186
7187 * calc/calc-units.el (math-default-units-table): Give an
7188 initial value.
7189 (math-put-default-units): Add options to put composite units and
7190 unit systems in the default units table.
7191 (calc-convert-units): Send composite units to
7192 `math-put-default-units' when appropriate.
7193
7194 2012-08-11 Glenn Morris <rgm@gnu.org>
7195
7196 * emacs-lisp/copyright.el (copyright-update-directory): Logic fix.
7197
7198 * tutorial.el (help-with-tutorial):
7199 * emacs-lisp/copyright.el (copyright-update-directory):
7200 * emacs-lisp/autoload.el (autoload-find-generated-file)
7201 (autoload-find-file): Disable local eval: (for insurance).
7202
7203 * files.el (hack-local-variables-filter): If an eval: form is not
7204 known to be safe, and enable-local-variables is :safe, then ignore
7205 the form totally, as is done for non-eval forms. (Bug#12155)
7206 This is CVE-2012-3479.
7207
7208 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
7209
7210 * emacs-lisp/rx.el (rx-constituents): Don't define as constant.
7211 (rx-form): Simplify.
7212
7213 2012-08-09 Dmitry Gutov <dgutov@yandex.ru>
7214
7215 * progmodes/ruby-mode.el (ruby-expr-beg, ruby-parse-partial):
7216 ?, _, and : are symbol constituents, ! is not (but kinda should be).
7217 (ruby-syntax-propertize-heredoc): Use ruby-singleton-class-p.
7218 (ruby-syntax-propertize-function): Adjust for changes in
7219 `ruby-syntax-propertize-heredoc'.
7220
7221 2012-08-09 Nobuyoshi Nakada <nobu@ruby-lang.org>
7222
7223 * progmodes/ruby-mode.el (ruby-mode-map): Remove deprecated
7224 binding (use `M-;' instead).
7225 (ruby-singleton-class-p): New function.
7226 (ruby-expr-beg, ruby-in-here-doc-p) Use it.
7227
7228 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
7229
7230 * emacs-lisp/cl-macs.el (cl-loop): Improve debug spec.
7231
7232 2012-08-10 Chong Yidong <cyd@gnu.org>
7233
7234 * progmodes/python.el (python-shell-get-process-name): Don't mess
7235 with same-window-buffer-names.
7236
7237 * eshell/eshell.el (eshell-add-to-window-buffer-names)
7238 (eshell-remove-from-window-buffer-names): Make obsolete.
7239 (eshell-buffer-name, eshell-unload-hook): Don't use them.
7240 (eshell): Just use pop-to-buffer-same-window instead.
7241
7242 2012-08-10 Chong Yidong <cyd@gnu.org>
7243
7244 * bindings.el: Bind M-= back to count-words-region.
7245
7246 * simple.el (count-words-region): Accept a prefix arg for acting
7247 on the entire buffer.
7248 (count-words--buffer-message): New helper function.
7249
7250 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
7251
7252 * term/x-win.el (x-menu-bar-open): Always pass last-nonmenu-event.
7253 * subr.el (eventp): `nil' is not an event, and eventp is not hot.
7254 (event-start, event-end): Use posn-at-point to return a more
7255 informative posn.
7256 (posnp): New function.
7257 * mouse.el (popup-menu-normalize-position): Use it.
7258
7259 2012-08-10 Masatake YAMATO <yamato@redhat.com>
7260
7261 * mouse.el (popup-menu-normalize-position): New function.
7262 (popup-menu): Use `popup-menu-normalize-position' to normalize
7263 the form for POSITION argument.
7264
7265 * term/x-win.el (x-menu-bar-open):
7266 Use the value returend from (posn-at-point) as position
7267 passed to `popup-menu'.
7268
7269 2012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
7270
7271 * calc/calccomp.el (math-compose-expr): Add extra argument
7272 indicating that parentheses should be put around products in
7273 denominators. Give multiplication precedence over division during
7274 composition.
7275
7276 2012-08-09 Chong Yidong <cyd@gnu.org>
7277
7278 * man.el (Man-switches, Man-sed-command, Man-awk-command)
7279 (Man-mode-hook, Man-cooked-hook, Man-untabify-command-args)
7280 (Man-untabify-command, manual-program): Convert to defcustom
7281 (Bug#10429).
7282
7283 * vc/add-log.el (change-log-mode): Bind comment-start to nil.
7284
7285 * descr-text.el (describe-char): Don't insert extra newlines
7286 (Bug#10127).
7287
7288 * vc/log-view.el (log-view-diff): Use use-region-p (Bug#10133).
7289 (log-view-diff-changeset, log-view-minor-wrap): Likewise.
7290
7291 * align.el (align-region): Delete temporary markers (Bug#10047).
7292 Plus some code cleanups.
7293
7294 2012-08-09 Fabián Ezequiel Gallina <fgallina@cuca>
7295
7296 * progmodes/python.el (python-pdbtrack-tracked-buffer)
7297 (python-pdbtrack-buffers-to-kill, python-shell-internal-buffer)
7298 (python-shell-internal-last-output): Use make-local-variable
7299 instead of make-variable-buffer-local.
7300
7301 2012-08-09 Fabián Ezequiel Gallina <fgallina@cuca>
7302
7303 * progmodes/python.el: Enhancements to forward-sexp.
7304 (python-nav-forward-sexp): Rename from
7305 python-nav-forward-sexp-function.
7306 (python-nav--forward-sexp, python-nav--backward-sexp):
7307 New functions.
7308
7309 2012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
7310
7311 * calc/calc-menu.el (calc-modes-menu): Add entries for matrix
7312 modes and simplification modes.
7313
7314 2012-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
7315
7316 * delsel.el (delete-selection-pre-hook): Don't propagate the
7317 file-supersession signals (bug#12161).
7318
7319 2012-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
7320
7321 * emacs-lisp/cl.el (cl-map-keymap-recursively, cl-map-intervals)
7322 (cl-map-extents): Add compatibility aliases (bug#12135).
7323
7324 2012-08-08 Michael Albinus <michael.albinus@gmx.de>
7325
7326 * net/tramp-sh.el (tramp-find-file-exists-command): Protect the
7327 tests by `ignore-error'.
7328 (tramp-find-shell): Open also a new shell, when cache is already
7329 set. Reported by Carsten Bormann <cabo@tzi.org>. (Bug#12148)
7330
7331 2012-08-08 Juri Linkov <juri@jurta.org>
7332
7333 * bookmark.el: Add `defaults' property to the bookmark record.
7334 (bookmark-current-buffer): Doc fix.
7335 (bookmark-make-record): Add `defaults' property with default values
7336 to the bookmark record.
7337 (bookmark-minibuffer-read-name-map): Remove key binding "\C-u"
7338 with `bookmark-insert-current-bookmark'.
7339 (bookmark-set): Get `defaults' property from the bookmark record
7340 and use it in `read-from-minibuffer'.
7341 (bookmark-insert-current-bookmark): Remove function.
7342
7343 * info.el (Info-bookmark-make-record): Add `defaults' property
7344 with values of canonical Info node name, the current Info file
7345 name and the current Info node name. (Bug#12107)
7346
7347 2012-08-08 Juri Linkov <juri@jurta.org>
7348
7349 * files.el (basic-save-buffer): Use `buffer-name' as the default
7350 of `read-file-name' when buffer is not visiting a file (bug#12128).
7351
7352 2012-08-08 Juri Linkov <juri@jurta.org>
7353
7354 * info.el (Info-isearch-search): Doc fix.
7355 (Info-search): Change search-failed message from "initial node" to
7356 "end of node" (bug#12078).
7357 (Info-isearch-search): Change `isearch-string-state' to
7358 `isearch--state-string'.
7359
7360 2012-08-08 Glenn Morris <rgm@gnu.org>
7361
7362 * language/persian.el: Remove file.
7363 * language/misc-lang.el: Move unique part of persian.el here.
7364 * loadup.el: Remove language/persian.
7365
7366 2012-08-08 Óscar Fuentes <ofv@wanadoo.es>
7367
7368 * vc/diff-mode.el (diff-remove-trailing-whitespace): New function.
7369
7370 2012-08-08 Fabián Ezequiel Gallina <fgallina@cuca>
7371
7372 * progmodes/python.el: Fix defsubst warning.
7373 (python-syntax-context) Rename from python-info-ppss-context.
7374 (python-syntax-context-type): Rename from
7375 python-info-ppss-context-type.
7376 (python-syntax-comment-or-string-p): Rename from
7377 python-info-ppss-comment-or-string-p.
7378
7379 2012-08-08 Jay Belanger <jay.p.belanger@gmail.com>
7380
7381 * calc/calc-misc.el (calc-record-why): Don't record a message twice.
7382
7383 2012-08-07 Andreas Schwab <schwab@linux-m68k.org>
7384
7385 * emacs-lisp/lisp-mode.el (eval-defun-1): Handle standard value of
7386 a defcustom that is quoted with backquote.
7387
7388 * calc/calc-prog.el (math-do-defmath): Use backquote forms.
7389 Fix handling of interactive spec when the body uses return.
7390 (math-do-arg-check, math-define-function-body): Use backquote forms.
7391 * calc/calc-ext.el (math-defcache): Likewise.
7392 * calc/calc-rewr.el (math-rwfail, math-rweval): Likewise.
7393 * allout.el (allout-new-exposure): Likewise.
7394 * calc/calcalg2.el (math-tracing-integral): Likewise.
7395 * info.el (Info-last-menu-item): Likewise.
7396 * emulation/vip.el (vip-loop): Likewise.
7397 * textmodes/artist.el (artist-funcall): Likewise.
7398 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle):
7399 Construct menu-item directly.
7400
7401 * progmodes/autoconf.el (font-lock-syntactic-keywords):
7402 Don't declare.
7403
7404 2012-08-07 Chong Yidong <cyd@gnu.org>
7405
7406 * simple.el (deactivate-mark): Preserve text properties when
7407 saving the primary selection (Bug#8384).
7408
7409 2012-08-07 Kevin Ryde <user42@zip.com.au>
7410
7411 * woman.el (woman0-if): Quietly treat ".if v" as false (Bug#12109).
7412 (woman-parse-numeric-value): On a bad .IP line, issue a warning
7413 and continue processing (Bug#12110).
7414
7415 2012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
7416
7417 * progmodes/cperl-mode.el (cperl-mode): Yet another fix for
7418 syntax-propertize-function (bug#10095).
7419
7420 2012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
7421
7422 * help-fns.el (help-fns--key-bindings, help-fns--signature)
7423 (help-fns--parent-mode, help-fns--obsolete): New funs, extracted from
7424 describe-function-1.
7425 (describe-function-1): Use them. Move compiler macro after sig.
7426 (help-fns--compiler-macro): Use function-get. Assume we're already in
7427 standard-output. Adjust layout to new call order.
7428
7429 * emacs-lisp/cl-macs.el (cl--sm-macroexpand): Fix handling of
7430 re-binding a symbol that has a symbol-macro (bug#12119).
7431
7432 2012-08-06 Mohsen BANAN <libre@mohsen.1.banan.byname.net>
7433
7434 * language/persian.el: New file. (Bug#11812)
7435 * loadup.el: Add language/persian.el.
7436
7437 2012-08-06 Chong Yidong <cyd@gnu.org>
7438
7439 * window.el (window--maybe-raise-frame): New function.
7440 (window--display-buffer): Split off from here.
7441 (display-buffer-reuse-window, display-buffer-pop-up-frame)
7442 (display-buffer-pop-up-window, display-buffer-use-some-window):
7443 Obey an inhibit-switch-frame action alist entry.
7444 (display-buffer): Update doc.
7445
7446 * replace.el (occur-after-change-function): Avoid losing focus by
7447 using the inhibit-switch-frame display parameter (Bug#12139).
7448
7449 2012-08-06 Fabián Ezequiel Gallina <fgallina@cuca>
7450
7451 Make internal shell process buffer names start with space.
7452 * progmodes/python.el (python-shell-make-comint): Add optional
7453 argument INTERNAL.
7454 (run-python-internal): Use it.
7455 (python-shell-internal-get-or-create-process): Check for new
7456 internal buffer names.
7457
7458 2012-08-06 Glenn Morris <rgm@gnu.org>
7459
7460 * eshell/esh-ext.el (eshell/addpath): Use dolist and mapconcat.
7461 Do less getting and setting of environment variables.
7462
7463 2012-08-05 Chong Yidong <cyd@gnu.org>
7464
7465 * proced.el (proced): Add substitution string to docstring to
7466 trigger autoloading of the proced library on C-h f (Bug#1768).
7467
7468 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
7469 Don't show defvars which have no second argument (Bug#8638).
7470
7471 * imenu.el (imenu-generic-expression): Move documentation here
7472 from imenu--generic-function.
7473 (imenu--generic-function): Refer to imenu-generic-expression.
7474
7475 2012-08-05 Vegard Øye <vegard_oye@hotmail.com> (tiny change)
7476
7477 * emulation/viper-init.el (viper-deflocalvar): Add docstring and
7478 indentation declaration.
7479 (viper-loop): Add indentation declaration (Bug#7025).
7480
7481 2012-08-05 Chong Yidong <cyd@gnu.org>
7482
7483 * help-fns.el (describe-variable): Add hyperlink for
7484 directory-local variables files. Improve buffer-local and
7485 permanent-local reporting; suggested by MON KEY (Bug#6644).
7486
7487 * help-mode.el (help-dir-local-var-def): New button type.
7488
7489 * files.el (kill-buffer-hook): Provide a defvar.
7490
7491 2012-08-05 Glenn Morris <rgm@gnu.org>
7492
7493 * eshell/esh-ext.el (eshell/addpath):
7494 Also update eshell-path-env. (Bug#12013)
7495
7496 2012-08-05 Chong Yidong <cyd@gnu.org>
7497
7498 * wdired.el (wdired-mode, wdired-change-to-wdired-mode): Doc fixes.
7499
7500 * fringe.el (fringe-styles): Add docstring.
7501 (fringe--check-mode): New function.
7502 (set-fringe-mode, set-fringe-style): Use it.
7503 (fringe-mode, set-fringe-style): Doc fixes (Bug#6480).
7504
7505 * files.el (set-auto-mode): Fix invalid setq call.
7506
7507 2012-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
7508
7509 * isearch.el: Misc simplification; use defstruct.
7510 (isearch-mode-map): Dense maps now work like sparse ones.
7511 (isearch--state): New defstruct.
7512 (isearch-string-state, isearch-message-state, isearch-point-state)
7513 (isearch-success-state, isearch-forward-state)
7514 (isearch-other-end-state, isearch-word-state, isearch-error-state)
7515 (isearch-wrapped-state, isearch-barrier-state)
7516 (isearch-case-fold-search-state, isearch-pop-fun-state): Remove,
7517 replaced by defstruct's accessors.
7518 (isearch--set-state): Rename from isearch-top-state and change
7519 calling convention.
7520 (isearch-push-state): Use new isearch--get-state.
7521 (isearch-toggle-word): Disable regexp when enabling word.
7522 (isearch-message-prefix): Remove unused arg _c-q-hack.
7523 (isearch-message-suffix): Remove unused arg _ellipsis.
7524
7525 2012-08-04 Andreas Schwab <schwab@linux-m68k.org>
7526
7527 * simple.el (list-processes--refresh): For a server use :host or
7528 :local as the address.
7529 (list-processes): Doc fix.
7530
7531 2012-08-04 Michal Nazarewicz <mina86@mina86.com>
7532
7533 * lisp/mpc.el: Support password in host argument.
7534 (mpc--proc-connect): Parse and use new password element.
7535 Set mpc-proc variable instead of returning process.
7536 (mpc-proc): Adjust accordingly.
7537
7538 2012-08-03 Eli Zaretskii <eliz@gnu.org>
7539
7540 * whitespace.el (whitespace-display-mappings): Use Unicode
7541 codepoints, instead of emacs-mule codepoints. See
7542 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-07/msg00366.html
7543 for the details.
7544
7545 * files.el (file-truename): Don't skip symlink-chasing part on
7546 windows-nt. Incorporate the resolution of 8+3 short aliases on
7547 Windows into the loop that recursively chases symlinks.
7548 Compare directory and its parent case-insensitively on MS-Windows and
7549 MS-DOS.
7550
7551 2012-08-03 Chong Yidong <cyd@gnu.org>
7552
7553 * menu-bar.el (menu-bar-tools-menu): Remove PCL-CVS.
7554
7555 * sort.el (sort-regexp-fields): Doc fix.
7556
7557 2012-08-03 Tassilo Horn <tsdh@gnu.org>
7558
7559 * textmodes/reftex.el (reftex-compile-variables): Make keyvals
7560 labels regex position point at the expected place.
7561
7562 2012-08-03 MON KEY <monkey@sandpframing.com>
7563
7564 * net/imap.el (imap-interactive-login, imap-authenticate)
7565 (imap-mailbox-lsub, imap-mailbox-list)
7566 (imap-mailbox-status-asynch, imap-mailbox-acl-delete)
7567 (imap-fetch, imap-message-flag-permanent-p, imap-envelope-from)
7568 (imap-parse-response): Doc fix.
7569
7570 2012-08-03 João Távora <joaotavora@gmail.com>
7571
7572 * textmodes/tex-mode.el (latex-forward-sexp): Terminate the loop
7573 if sexp scanning does not move point (Bug#5734).
7574
7575 2012-08-02 Tassilo Horn <tsdh@gnu.org>
7576
7577 * textmodes/reftex-vars.el (reftex-default-label-alist-entries):
7578 Add listings, minted, and ctable packages.
7579 (reftex-label-alist-builtin): Move listings, minted, and ctable
7580 entries before LaTeX.
7581 (reftex-label-alist): Docfix.
7582
7583 2012-08-02 Bastien Guerry <bzg@gnu.org>
7584
7585 * replace.el (occur): Fix docstring (bug#12122).
7586
7587 2012-08-02 Glenn Morris <rgm@gnu.org>
7588
7589 * emacs-lisp/authors.el (authors-renamed-files-alist): Add ms-w32.h.
7590
7591 2012-08-02 Paul Eggert <eggert@cs.ucla.edu>
7592
7593 Obsolete alias inactivate-current-input-method-function (Bug#10150).
7594 * international/mule-cmds.el: Create
7595 inactivate-current-input-method-function as an obsolete alias for
7596 deactivate-current-input-method-function. See Katsumi Yamaoka in
7597 <http://bugs.gnu.org/10150#46>.
7598
7599 2012-08-01 Jay Belanger <jay.p.belanger@gmail.com>
7600
7601 * calc/calc-mode.el (calc-set-simplify-mode): Use `cond' instead
7602 of nested `if's.
7603
7604 2012-08-01 Glenn Morris <rgm@gnu.org>
7605
7606 * progmodes/autoconf.el (autoconf-definition-regexp):
7607 Add AH_TEMPLATE, adjust submatch numbering.
7608 (autoconf-font-lock-keywords, autoconf-imenu-generic-expression)
7609 (autoconf-current-defun-function): Update for above change.
7610 (autoconf-current-defun-function): First skip to end of current word.
7611
7612 2012-08-01 Rupert Swarbrick <rswarbrick@gmail.com> (tiny change)
7613
7614 * calendar/cal-html.el (cal-html-insert-agenda-days):
7615 Fix typo. (Bug#12018)
7616
7617 2012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
7618
7619 Shell processes: enhancements to startup and CEDET compatibility.
7620 * progmodes/python.el (python-shell-send-setup-max-wait): Delete var.
7621 (python-shell-make-comint): accept-process-output at startup.
7622 (run-python-internal): Set inferior-python-mode-hook to nil.
7623 (python-shell-internal-get-or-create-process): call sit-for.
7624 (python-preoutput-result): Add obsolete alias.
7625 (python-shell-internal-send-string): Use it.
7626 (python-shell-send-setup-code): Remove call to
7627 accept-process-output.
7628
7629 2012-07-31 Andreas Schwab <schwab@linux-m68k.org>
7630
7631 * buff-menu.el (list-buffers-noselect): Use prefix-numeric-value.
7632 (Bug#12108)
7633
7634 2012-07-31 Jay Belanger <jay.p.belanger@gmail.com>
7635
7636 * calc-mode.el (calc-basic-simplification-mode): Rename from
7637 `calc-limited-simplification-mode'.
7638 (calc-alg-simplification-mode): New function.
7639 (calc-set-simplify-mode): Adjust message.
7640
7641 * calc.el (calc-set-mode-line): Adjust mode line display for
7642 basic simplification mode.
7643
7644 * calc-help.el (calc-m-prefix-help): Update help message.
7645
7646 * calc-ext.el (calc-init-extensions): Add bindings and autoloads
7647 for `calc-basic-simplify-mode' and `calc-alg-simplify-mode'.
7648
7649 2012-07-31 Bastien Guerry <bzg@gnu.org>
7650
7651 * man.el (man): Fix comment. (bug#12101)
7652
7653 2012-07-31 Martin Rudalics <rudalics@gmx.at>
7654
7655 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
7656 Don't return a non-nil value when no suitable buffer was found.
7657
7658 2012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
7659
7660 * progmodes/python.el (run-python-internal): Disable font lock for
7661 internal shells.
7662
7663 2012-07-30 Stefan Merten <smerten@oekonux.de>
7664
7665 * textmodes/rst.el: Silence `checkdoc-ispell'.
7666 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
7667 (rst-official-version, rst-official-cvs-rev)
7668 (rst-package-emacs-version-alist): Update to upstream V1.3.1.
7669 (rst-mode-map): New key binding.
7670
7671 2012-07-30 Paul Eggert <eggert@cs.ucla.edu>
7672
7673 Update .PHONY listings in makefiles.
7674 * Makefile.in (.PHONY): Add all, doit, custom-deps, finder-data,
7675 autoloads, update-subdirs, updates, bzr-update, update-authors,
7676 compile-onefile, compile-calc, backup-compiled-files,
7677 compile-after-backup, compile-one-process, mh-autoloads,
7678 bootstrap-clean, distclean, maintainer-clean.
7679
7680 2012-07-29 Jay Belanger <jay.p.belanger@gmail.com>
7681
7682 * calc/calc.el (calc-simplify-mode): Make 'alg the default value.
7683 (calc-set-mode-line): Don't display "AlgSimp ".
7684
7685 * calc/calc-mode.el (calc-alg-simplify-mode): Remove function.
7686 (calc-lim-simplify-mode): New function.
7687 (calc-set-simplify-mode): Default to 'alg.
7688 (calc-default-simplify-mode): Make algebraic simplifications
7689 the default.
7690
7691 * calc/calc-ext.el (calc-init-extensions): Remove binding for
7692 `calc-alg-simplify-mode'. Add binding for `calc-lim-simplify-mode'.
7693
7694 * calc/calc-help.el (calc-m-prefix-help): Change messages to
7695 indicate new simplification modes.
7696
7697 * calc/README: Mention new default simplification mode.
7698
7699 * calc/calc.el (math-normalize-error): New variable.
7700 (math-normalize): Set `math-normalize-error' to t
7701 when there's an error.
7702
7703 * calc/calc-alg.el (math-simplify): Don't simplify when
7704 `math-normalize' returns an error.
7705
7706 2012-07-29 Eli Zaretskii <eliz@gnu.org>
7707
7708 * international/mule-cmds.el (set-locale-environment): Revert last
7709 change, since display-graphic-p returns nil when this function is
7710 called during startup. Instead...
7711
7712 * term/w32console.el (terminal-init-w32console): ...setup the
7713 keyboard and terminal encoding for TTY sessions here. (Bug#12082)
7714
7715 2012-07-29 Juri Linkov <juri@jurta.org>
7716
7717 * simple.el (goto-line): Don't display default line number in the
7718 prompt because it should be displayed by `read-number' (bug#9952).
7719 Add the current line number to the defaults of `goto-line' to
7720 allow its easier modification by users with `M-n' (bug#9201).
7721
7722 * subr.el (read-number): Support multiple default values like in
7723 other minibuffer reading functions. Replace `read' with
7724 `string-to-number' for consistency with `number-to-string'.
7725
7726 2012-07-29 Paul Eggert <eggert@cs.ucla.edu>
7727
7728 deactive->inactive, inactivate->deactivate spelling fixes (Bug#10150)
7729 * emulation/viper-init.el (viper-deactivate-input-method-action):
7730 Rename from viper-inactivate-input-method-action.
7731 (viper-deactivate-input-method):
7732 Rename from viper-inactivate-input-method.
7733 * follow.el (follow-inactive-menu): Rename from follow-deactive-menu.
7734 * international/mule-cmds.el (deactivate-input-method):
7735 Rename from inactivate-input-method.
7736 Also run input-method-deactivate-hook.
7737 (deactivate-current-input-method-function):
7738 Rename from inactivate-current-input-method-function.
7739 (input-method-deactivate-hook): New hook.
7740 (input-method-inactivate-hook): Mark obsolete.
7741 (inactivate-input-method): Mark obsolete.
7742
7743 * international/quail.el (quail-activate):
7744 Also run quail-deactivate-hook.
7745 (quail-deactivate): Rename from quail-inactivate.
7746 * international/robin.el (robin-activate):
7747 Also run robin-deactivate-hook.
7748 (robin-deactivate): Rename from robin-inactivate.
7749
7750 2012-07-29 Chong Yidong <cyd@gnu.org>
7751
7752 * simple.el (indicate-copied-region): New function.
7753 (kill-ring-save): Split off from here.
7754
7755 * rect.el (copy-rectangle-as-kill): Call indicate-copied-region.
7756 (kill-rectangle): Set deactivate-mark to t on read-only error.
7757
7758 * register.el (copy-to-register, copy-rectangle-to-register):
7759 Deactivate the mark, and use indicate-copied-region (Bug#10056).
7760 (append-to-register, prepend-to-register): Call indicate-copied-region.
7761
7762 2012-07-29 Juri Linkov <juri@jurta.org>
7763
7764 * simple.el (async-shell-command-buffer): New defcustom.
7765 (shell-command): Use it. (Bug#4719)
7766
7767 2012-07-28 Eli Zaretskii <eliz@gnu.org>
7768
7769 * international/mule-cmds.el (set-locale-environment): In a
7770 console session on MS-Windows, set up keyboard and terminal
7771 encoding from the OEM codepage, not the ANSI codepage.
7772 (Bug#12055)
7773
7774 2012-07-28 Chong Yidong <cyd@gnu.org>
7775
7776 * progmodes/gdb-mi.el (gdb-place-breakpoints): Fix the call to
7777 gdb-get-location.
7778
7779 2012-07-28 Leo Liu <sdl.web@gmail.com>
7780
7781 * progmodes/cc-menus.el (cc-imenu-objc-function): Avoid leaving nil in
7782 the alist (bug#12029).
7783
7784 2012-07-28 Eli Zaretskii <eliz@gnu.org>
7785
7786 * makefile.w32-in (custom-deps, finder-data, updates, compile)
7787 (compile-always, compile-first)
7788 ($(lisp)/calendar/cal-loaddefs.el)
7789 ($(lisp)/calendar/diary-loaddefs.el)
7790 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
7791 ($(lisp)/net/tramp-loaddefs.el, bootstrap)
7792 ($(lisp)/progmodes/cc-mode.elc): Depend on $(lisp)subdirs.el,
7793 instead of on update-subdirs.
7794 (bootstrap-clean): Delete $(lisp)/subdirs.el.
7795
7796 2012-07-28 Chong Yidong <cyd@gnu.org>
7797
7798 * vc/vc.el (vc-root-diff, vc-print-root-log): Prompt for a
7799 directory if vc-deduce-backend returns nil (Bug#7350).
7800
7801 * simple.el (delete-trailing-lines): New option.
7802 (delete-trailing-whitespace): Obey it (Bug#11879).
7803
7804 2012-07-28 David Engster <deng@randomsample.de>
7805
7806 * xml.el (xml-node-name, xml-parse-file, xml-parse-region):
7807 Explanation of new 'symbol-qnames feature in doc-strings.
7808 (xml-maybe-do-ns): Return expanded names as plain symbols if
7809 'symbol-qnames was provided in XML-NS argument (Bug#11916).
7810 (xml-parse-tag-1): Deal with new definition of PARSE-NS argument.
7811
7812 2012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
7813
7814 Consistent completion in inferior python with emacs -nw.
7815 * progmodes/python.el (inferior-python-mode): replace "<tab>"
7816 binding in inferior-python-mode-map with "\t".
7817 (python-shell-completion-complete-at-point)
7818 (python-completion-complete-at-point): Remove interactive spec.
7819
7820 2012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
7821
7822 * calc/calccomp.el (math-compose-expr): Undo previous change.
7823
7824 2012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
7825
7826 * progmodes/python.el (python-mode-map): Add keybinding for
7827 run-python.
7828 (python-shell-make-comint): Fix pop-to-buffer call.
7829 (run-python): Autoload. New arg SHOW.
7830 (python-shell-get-or-create-process): Do not pop python process
7831 buffer.
7832
7833 2012-07-27 Michael Albinus <michael.albinus@gmx.de>
7834
7835 * notifications.el (notifications-on-action-signal)
7836 (notifications-on-closed-signal): Use also the bus address for the map.
7837 (notifications-notify, notifications-close-notification)
7838 (notifications-get-capabilities): Add optional argument BUS.
7839
7840 2012-07-27 Tassilo Horn <tsdh@gnu.org>
7841
7842 * textmodes/reftex-vars.el (reftex-label-alist-builtin):
7843 Add support for the lstlisting and minted environments, and for the
7844 ctable macro.
7845 * textmodes/reftex.el (reftex-compile-variables): Also recognize
7846 labels written in keyvals syntax.
7847
7848 2012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
7849
7850 * calc/calccomp.el (math-compose-expr): Use parentheses when
7851 there is a product in the denominator of a fraction.
7852
7853 2012-07-26 Eli Zaretskii <eliz@gnu.org>
7854
7855 * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
7856 ($(lisp)/calendar/diary-loaddefs.el)
7857 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
7858 ($(lisp)/net/tramp-loaddefs.el): Depend on update-subdirs.
7859 Fixes failures in parallel bootstrap because subdirs.el is being
7860 rewritten while the autoload files are built at the same time,
7861 which needs to load subdirs.el.
7862
7863 2012-07-26 Martin Rudalics <rudalics@gmx.at>
7864
7865 * mouse.el (popup-menu): Fix doc-string and re-indent code.
7866 (mouse-drag-line): Don't exit tracking when a switch-frame or
7867 switch-window event occurs (Bug#12006).
7868
7869 2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
7870
7871 * mouse.el (popup-menu): Fix last change.
7872
7873 2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
7874
7875 Autoload from Lisp with more care. Follow aliases when looking for
7876 function properties.
7877 * subr.el (autoloadp): New function.
7878 (symbol-file): Use it.
7879 (function-get): New function.
7880 * emacs-lisp/macroexp.el (macroexp--expand-all): Use function-get and
7881 autoload-do-load.
7882 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function)
7883 (lisp-indent-function):
7884 * emacs-lisp/gv.el (gv-get):
7885 * emacs-lisp/edebug.el (get-edebug-spec, edebug-basic-spec):
7886 * emacs-lisp/byte-opt.el (byte-optimize-form):
7887 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
7888 * emacs-lisp/autoload.el (make-autoload, autoload-print-form):
7889 Use function-get.
7890 * emacs-lisp/cl.el: Don't propagate function properties any more.
7891
7892 * speedbar.el (speedbar-add-localized-speedbar-support):
7893 * emacs-lisp/disass.el (disassemble-internal):
7894 * desktop.el (desktop-load-file):
7895 * help-fns.el (help-function-arglist, find-lisp-object-file-name)
7896 (describe-function-1):
7897 * emacs-lisp/find-func.el (find-function-noselect):
7898 * emacs-lisp/elp.el (elp-instrument-function):
7899 * emacs-lisp/advice.el (ad-has-proper-definition):
7900 * apropos.el (apropos-safe-documentation, apropos-macrop):
7901 * emacs-lisp/debug.el (debug-on-entry):
7902 * emacs-lisp/cl-macs.el (cl-compiler-macroexpand):
7903 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
7904 * calc/calc.el (name): Use autoloadp & autoload-do-load.
7905
7906 2012-07-25 Alp Aker <alp.tekin.aker@gmail.com>
7907
7908 * international/mule-cmds.el (ucs-insert): Mark it as an obsolete
7909 function, not an obsolete variable (Bug#12046).
7910
7911 2012-07-25 Andreas Schwab <schwab@linux-m68k.org>
7912
7913 * faces.el (face-spec-reset-face): Fix last change. (Bug#12042)
7914
7915 2012-07-25 Christopher Schmidt <christopher@ch.ristopher.com>
7916
7917 * emacs-lisp/pp.el (pp-display-expression): Select old selected
7918 window only if it is still live (Bug#12034).
7919
7920 2012-07-25 Martin Rudalics <rudalics@gmx.at>
7921
7922 * subr.el (redirect-frame-focus): Add advertised calling
7923 convention (Bug#12030).
7924
7925 2012-07-25 Paul Eggert <eggert@cs.ucla.edu>
7926
7927 Prefer typical American spelling for "acknowledgment".
7928 * vc/add-log.el (change-log-acknowledgment): Rename from
7929 change-log-acknowledgement, with an alias for the old name.
7930
7931 2012-07-25 Jay Belanger <jay.p.belanger@gmail.com>
7932
7933 * calc-alg.el (math-simplify-divide): Don't cross multiply
7934 in an equation when the lhs is a variable.
7935
7936 2012-07-24 Julien Danjou <julien@danjou.info>
7937
7938 * net/netrc.el (netrc-find-service-number, netrc-store-data):
7939 Remove, unused.
7940
7941 2012-07-23 Eli Zaretskii <eliz@gnu.org>
7942
7943 * startup.el (command-line): Don't display an empty user name in
7944 the error message about non-existent home directory, when
7945 init-file-user was set to an empty string. See
7946 http://lists.gnu.org/archive/html/bug-gnu-emacs/2012-07/msg00835.html
7947 for the details and context.
7948
7949 2012-07-22 Vincent Belaïche <vincentb1@users.sourceforge.net>
7950
7951 * ses.el (ses-cell-formula-aset): New macro.
7952 (ses-cell-references-aset): New macro.
7953 (ses-cell-p): New function.
7954 (ses-rename-cell): Do no longer rely on complex operations like
7955 ses-cell-set-formula or ses-set-cell to change the cell and handle
7956 the undo at the same time, but rather use lower level new macros
7957 `ses-cell-formula-aset' and `ses-cell-references-aset' and handle
7958 the undo directly. Refresh the mode line.
7959
7960 2012-07-21 Leo Liu <sdl.web@gmail.com>
7961
7962 * progmodes/cc-cmds.el (c-defun-name):
7963 Use match-string-no-properties instead for consistency.
7964
7965 2012-07-20 Leo Liu <sdl.web@gmail.com>
7966
7967 * progmodes/cc-cmds.el (c-defun-name): Handle objc selectors properly.
7968 (Bug#7879)
7969
7970 * progmodes/cc-langs.el (c-symbol-start): Include char _ (bug#11986).
7971
7972 2012-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
7973
7974 * userlock.el, emacs-lisp/map-ynp.el: Declare part of `emacs' package.
7975 * progmodes/bug-reference.el, misearch.el: Provide themselves
7976 (bug#11915).
7977
7978 * progmodes/cperl-mode.el (cperl-unwind-to-safe): Don't inf-loop at end
7979 of narrowed buffer (bug#11966).
7980
7981 2012-07-20 Vincent Belaïche <vincentb1@users.sourceforge.net>
7982
7983 * ses.el (ses-rename-cell): Set new name also in reference list of
7984 cells of which the renamed cell depends.
7985
7986 2012-07-20 Masatake YAMATO <yamato@redhat.com>
7987
7988 * term/x-win.el (x-menu-bar-open): Use `frame-parameter'
7989 to check whether menu-bar is shown or not. If not shown,
7990 show the menu-bar as a popup menu instead of using tmm.
7991 * mouse.el (popup-menu): Accept `point' as `position' argument.
7992
7993 2012-07-20 Dmitry Gutov <dgutov@yandex.ru>
7994
7995 * progmodes/ruby-mode.el (ruby-parse-partial): No error when end
7996 up inside string symbol literal (bug#11923).
7997
7998 2012-07-20 Eli Zaretskii <eliz@gnu.org>
7999
8000 * startup.el (fancy-startup-text): Read the whole tutorial, not
8001 just its first 256 bytes. Prevents gibberish in display of the
8002 tutorial title.
8003
8004 2012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
8005
8006 Drop idle buffer compaction due to an absence of the
8007 proved efficiency.
8008 * compact.el: Remove.
8009
8010 2012-07-19 Sam Steingold <sds@gnu.org>
8011
8012 * vc/vc-dispatcher.el (vc-compilation-mode): Add, based on
8013 vc-bzr-pull & vc-bzr-merge-branch.
8014 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch): Use it.
8015 (vc-bzr-error-regexp-alist): Rename from vc-bzr-error-regex-alist
8016 for consistency with compilation-error-regexp-alist.
8017 * vc/vc-git.el (vc-git-error-regexp-alist): Add.
8018 (vc-git-pull, vc-git-merge-branch): Call vc-compilation-mode.
8019 * vc/vc-hg.el (vc-hg-error-regexp-alist): Add.
8020 (vc-hg-pull, vc-hg-merge-branch): Call vc-compilation-mode.
8021
8022 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
8023
8024 * emacs-lisp/chart.el: Use lexical-binding.
8025 (chart-emacs-storage): Don't hardcode the list of entries.
8026
8027 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
8028
8029 Next round of tweaks caused by Fgarbage_collect changes.
8030 * emacs-lisp/chart.el (chart-emacs-storage): Adjust again.
8031
8032 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
8033
8034 Compact buffers when idle.
8035 * compact.el: New file.
8036
8037 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
8038
8039 * subr.el (eventp): Presume that if it looks vaguely like an event,
8040 it's an event (bug#10190).
8041
8042 2012-07-19 Fabián Ezequiel Gallina <fgallina@cuca>
8043
8044 Enhancements to ppss related code (thanks Stefan).
8045 * progmodes/python.el (python-indent-context)
8046 (python-indent-calculate-indentation, python-indent-dedent-line)
8047 (python-indent-electric-colon, python-nav-forward-block)
8048 (python-mode-abbrev-table)
8049 (python-info-assignment-continuation-line-p): Simplify checks
8050 for ppss context.
8051 (python-info-continuation-line-p): Cleanup.
8052 (python-info-ppss-context): Do not catch 'quote.
8053 (python-info-ppss-context-type)
8054 (python-info-ppss-comment-or-string-p): Simplify.
8055
8056 2012-07-18 Fabián Ezequiel Gallina <fgallina@cuca>
8057
8058 * progmodes/python.el: Enhancements to eldoc support.
8059 (python-info-current-symbol): New function.
8060 (python-eldoc-at-point): Use python-info-current-symbol.
8061 (python-info-current-defun): Fix cornercase on first defun scan.
8062 (python-eldoc--get-doc-at-point): Use python-info-current-symbol
8063 and signal error when no inferior python process is available.
8064
8065 2012-07-18 Dmitry Gutov <dgutov@yandex.ru>
8066
8067 * vc/vc-git.el (vc-git-state): Don't call `vc-git-registered',
8068 assume it's always t.
8069 (vc-git-registered): Remove caching, the function is only called
8070 once.
8071 (vc-git-branches): Use `vc-git--call' instead of `call-process'.
8072
8073 2012-07-18 Chong Yidong <cyd@gnu.org>
8074
8075 * subr.el (last-input-char, last-command-char): Remove (Bug#9195).
8076
8077 * simple.el (count-words): Report on narrowing (Bug#9959).
8078
8079 * bindings.el: Bind M-= to count-words.
8080
8081 * faces.el (face-spec-reset-face): Handle reverse video (Bug#4238).
8082
8083 2012-07-18 Masatake YAMATO <yamato@redhat.com>
8084
8085 * progmodes/sh-script.el (sh-imenu-generic-expression):
8086 Capture a function with `function' keyword and without parentheses
8087 like "function FOO" (bug#11856).
8088
8089 2012-07-18 Tassilo Horn <tassilo@member.fsf.org>
8090
8091 * window.el (split-window-sensibly): Make WINDOW argument
8092 optional.
8093
8094 2012-07-18 Chong Yidong <cyd@gnu.org>
8095
8096 * subr.el (keyboard-translate): Doc fix (Bug#7261).
8097
8098 * isearch.el (isearch-mode-map): Handle C-x 8 key translations,
8099 and make C-x 8 RET exit isearch (Bug#11439).
8100
8101 * international/iso-transl.el: Move isearch-mode-map key
8102 definitions to isearch.el.
8103
8104 2012-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
8105
8106 * emacs-lisp/eieio.el: Adapt further to gv.el (bug#11970).
8107 (eieio-defclass): Use gv-define-setter when possible.
8108
8109 2012-07-18 Dmitry Antipov <dmantipov@yandex.ru>
8110
8111 Reflect recent changes in Fgarbage_collect.
8112 * emacs-lisp/chart.el (chart-emacs-storage): Change to
8113 reflect new format of data returned by Fgarbage_collect.
8114
8115 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
8116
8117 New utility functions + python-info-ppss-context fix (Bug#11910).
8118 * progmodes/python.el (python-info-beginning-of-block-statement-p)
8119 (python-info-ppss-comment-or-string-p): New functions.
8120 (python-info-ppss-context): Small fix for string check.
8121
8122 2012-07-17 Juri Linkov <juri@jurta.org>
8123
8124 * dired-aux.el (dired-do-async-shell-command): Doc fix.
8125 (dired-do-async-shell-command): Don't add `*' at the end of the
8126 command (Bug#11815).
8127 (dired-do-shell-command): Doc fix.
8128 (dired-shell-stuff-it): Strip the trailing "&" and ";" if any.
8129 Join the individual commands using either "&" or ";" as the
8130 separator depending on the values of these trailing characters.
8131 At the end re-add the trailing "&". (Bug#10598)
8132
8133 * simple.el (async-shell-command): Sync the interactive spec with
8134 `shell-command'. Doc fix.
8135 (shell-command): Doc fix.
8136
8137 2012-07-17 Juri Linkov <juri@jurta.org>
8138
8139 * descr-text.el (describe-char): Fix format args. (Bug#10129)
8140
8141 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
8142
8143 Final renames and doc fixes for movement commands (bug#11899).
8144 * progmodes/python.el (python-nav-beginning-of-statement):
8145 Rename from python-nav-statement-start.
8146 (python-nav-end-of-statement): Rename from
8147 python-nav-statement-end.
8148 (python-nav-beginning-of-block): Rename from
8149 python-nav-block-start.
8150 (python-nav-end-of-block): Rename from python-nav-block-end.
8151
8152 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
8153
8154 * progmodes/python.el (python-shell-send-string-no-output):
8155 Allow accept-process-output to quit, keeping shell process ready for
8156 future interactions (Bug#11868).
8157
8158 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
8159
8160 * emacs-lisp/cl-macs.el (cl-progv): Use a properly prefixed var name.
8161
8162 * emacs-lisp/elint.el (elint-find-args-in-code):
8163 Use help-function-arglist, so as to handle lexical byte-code.
8164
8165 * progmodes/sh-script.el (sh-syntax-propertize-function): Fix last
8166 change (bug#11826).
8167
8168 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
8169
8170 * progmodes/cc-engine.el (c-forward-sws, c-backward-sws):
8171 Avoid spuriously marking the buffer as modified because of c-is-sws.
8172
8173 * progmodes/sh-script.el (sh-syntax-propertize-function): Mark "${#VAR"
8174 as not-a-comment (bug#11946).
8175
8176 * emacs-lisp/macroexp.el (macroexp-let2): Use more informative names
8177 for uninterned vars.
8178
8179 * xt-mouse.el (xterm-mouse-translate-1, xterm-mouse-event-read):
8180 Use read-event since we don't really want to read chars but bytes.
8181
8182 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Highlight not only
8183 $$..$$ but also $..$ using regexps (bug#11953).
8184 Use tex-verbatim for \url and \path.
8185 (tex-font-lock-keywords): Define as defconst like the others.
8186 (tex-common-initialization): Don't use font-lock-syntax-table any more.
8187
8188 2012-07-16 René Kyllingstad <Rene@Kyllingstad.com> (tiny change)
8189
8190 * international/mule-cmds.el (ucs-insert): Make it an obsolete
8191 alias for insert-char.
8192
8193 2012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
8194
8195 * progmodes/python.el: Simplified imenu implementation.
8196 (python-nav-jump-to-defun): Remove command.
8197 (python-mode-map): Use `imenu' instead.
8198 (python-nav-list-defun-positions-cache)
8199 (python-imenu-include-defun-type, python-imenu-make-tree)
8200 (python-imenu-subtree-root-label, python-imenu-index-alist):
8201 Remove vars.
8202 (python-nav-list-defun-positions, python-nav-read-defun)
8203 (python-imenu-tree-assoc, python-imenu-make-element-tree)
8204 (python-imenu-make-tree, python-imenu-create-index):
8205 Remove functions.
8206 (python-mode): Update to interact with imenu by setting
8207 `imenu-extract-index-name-function' only.
8208
8209 2012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
8210
8211 * progmodes/python.el: Enhancements to navigation commands.
8212 (python-nav-backward-sentence)
8213 (python-nav-forward-sentence): Remove.
8214 (python-nav-backward-statement, python-nav-forward-statement)
8215 (python-nav-statement-start, python-nav-statement-end)
8216 (python-nav-backward-block, python-nav-forward-block)
8217 (python-nav-block-start, python-nav-block-end)
8218 (python-nav-forward-sexp-function)
8219 (python-info-current-line-comment-p)
8220 (python-info-current-line-empty-p): New functions.
8221 (python-indent-context): Use `python-nav-statement-start'.
8222
8223 2012-07-16 Michael Albinus <michael.albinus@gmx.de>
8224
8225 * eshell/em-ls.el (eshell/ls): Use `apply'.
8226
8227 * eshell/em-unix.el (eshell/su, eshell/sudo): Apply Tramp's ad-hoc
8228 multi-hops, instead of Tramp internals.
8229
8230 * vc/ediff.el (ediff-directories): Add trailing space to prompts.
8231
8232 * vc/ediff-diff.el (ediff-same-file-contents): Handle the case,
8233 when F1 and F2 are located on different hosts.
8234
8235 2012-07-14 Chong Yidong <cyd@gnu.org>
8236
8237 * xt-mouse.el: Implement extended mouse coordinates (Bug#10642).
8238 (xterm-mouse-translate): Move code into xterm-mouse-translate-1.
8239 (xterm-mouse-translate-extended, xterm-mouse-translate-1)
8240 (xterm-mouse--read-event-sequence-1000)
8241 (xterm-mouse--read-event-sequence-1006): New functions. For old
8242 mouse protocol, handle M-mouse-X events correctly.
8243 (xterm-mouse-event): New arg specifying mouse protocol.
8244 (turn-on-xterm-mouse-tracking-on-terminal)
8245 (turn-off-xterm-mouse-tracking-on-terminal): Send DEC 1006
8246 sequence to toggle extended coordinates on newer XTerms.
8247 This appears to be harmless on terminals which do not support this.
8248
8249 2012-07-14 Leo Liu <sdl.web@gmail.com>
8250
8251 Add fringe bitmap indicators for flymake. (Bug#11253)
8252 * progmodes/flymake.el (flymake-highlight-line): Use fringe bitmaps.
8253 (flymake-make-overlay): New arg BITMAP.
8254 (flymake-error-bitmap, flymake-warning-bitmap)
8255 (flymake-fringe-indicator-position): New user variables.
8256
8257 * fringe.el: New bitmap exclamation-mark.
8258
8259 2012-07-14 Jan Djärv <jan.h.d@swipnet.se>
8260
8261 * progmodes/cc-cmds.el (c-defun-name): Recognize Objective-C methods
8262 also (Bug#7879).
8263
8264 2012-07-14 Chong Yidong <cyd@gnu.org>
8265
8266 * electric.el (electric-pair-post-self-insert-function): Fix pair
8267 insertion in empty-region case (Bug#11520).
8268
8269 2012-07-14 Chong Yidong <cyd@gnu.org>
8270
8271 * bindings.el: Consolidate ctl-x-r-map bindings.
8272 Bind copy-rectangle-as-kill to C-x r w.
8273
8274 * rect.el, register.el: Move bindings to bindings.el.
8275
8276 2012-07-14 Reuben Thomas <rrt@sc3d.org>
8277
8278 * rect.el (copy-rectangle-as-kill): New command (Bug#739).
8279
8280 2012-07-13 Andreas Schwab <schwab@linux-m68k.org>
8281
8282 * emacs-lisp/cl.el (labels): Remove spurious quote. (Bug#11938)
8283
8284 2012-07-13 Juanma Barranquero <lekktu@gmail.com>
8285
8286 * bindings.el (top): Use `mapc' instead of `mapcar'.
8287
8288 * loadup.el (top): Remove bogus `if' choice (brought by 2008-06-21T01:38:39Z!monnier@iro.umontreal.ca).
8289
8290 2012-07-13 Michael Albinus <michael.albinus@gmx.de>
8291
8292 * progmodes/sql.el (sql-comint): Suppress the check for program on
8293 remote hosts. Reported by Francis Devereux <francis@devrx.org>.
8294 (Bug#11908)
8295
8296 2012-07-13 Chong Yidong <cyd@gnu.org>
8297
8298 * bindings.el: Assign a non-nil permanent-local property to
8299 per-buffer variables which lack a default value (Bug#11930).
8300
8301 * help-fns.el (describe-variable): In the "automatically becomes
8302 local" notice, take note of permanent-local variables.
8303
8304 2012-07-13 Chong Yidong <cyd@gnu.org>
8305
8306 * files.el (toggle-read-only): Doc fix and code cleanup. New arg
8307 to allow printing the message when called from Lisp.
8308
8309 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
8310 Remove toggle-read-only.
8311
8312 * bs.el (bs-toggle-readonly):
8313 * buff-menu.el (Buffer-menu-toggle-read-only):
8314 Remove with-no-warnings around toggle-read-only.
8315
8316 * ffap.el (ffap--toggle-read-only): Accept a list of buffers.
8317 Remove with-no-warnings around toggle-read-only.
8318 (ffap-read-only, ffap-read-only-other-window)
8319 (ffap-read-only-other-frame): Callers changed.
8320
8321 * help-mode.el: Don't require view package.
8322 (help-mode-finish): Set buffer-read-only instead of calling
8323 toggle-read-only.
8324
8325 * bindings.el (mode-line-toggle-read-only):
8326 * dired.el (dired-toggle-read-only):
8327 * ibuffer.el (ibuffer-do-toggle-read-only): Call toggle-read-only
8328 with non-nil second arg.
8329
8330 * emacs-lisp/eieio-custom.el (eieio-customize-object):
8331 * vc/ediff.el (ediff-set-read-only-in-buf-A): Set buffer-read-only
8332 directly.
8333
8334 2012-07-12 Eli Zaretskii <eliz@gnu.org>
8335
8336 * emacs-lisp/bytecomp.el (byte-recompile-directory): Use cl-incf,
8337 not incf.
8338
8339 2012-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
8340
8341 More CL cleanups and reduction of use of cl.el.
8342 * woman.el, winner.el, vc/vc-rcs.el, vc/vc-hooks.el, vc/vc-hg.el:
8343 * vc/vc-git.el, vc/vc-dir.el, vc/vc-bzr.el, vc/vc-annotate.el:
8344 * textmodes/tex-mode.el, textmodes/sgml-mode.el, tar-mode.el:
8345 * strokes.el, ses.el, server.el, progmodes/js.el, progmodes/gdb-mi.el:
8346 * progmodes/flymake.el, progmodes/ebrowse.el, progmodes/compile.el:
8347 * play/tetris.el, play/snake.el, play/pong.el, play/landmark.el:
8348 * play/hanoi.el, play/decipher.el, play/5x5.el, nxml/nxml-mode.el:
8349 * net/secrets.el, net/quickurl.el, midnight.el, mail/footnote.el:
8350 * image-dired.el, ibuffer.el, ibuf-macs.el, ibuf-ext.el, hexl.el:
8351 * eshell/eshell.el, eshell/esh-io.el, eshell/esh-ext.el:
8352 * eshell/esh-cmd.el, eshell/em-ls.el, eshell/em-hist.el:
8353 * eshell/em-cmpl.el, eshell/em-banner.el:
8354 * calendar/parse-time.el: Use cl-lib.
8355 * wid-browse.el, wdired.el, vc/vc.el, vc/vc-mtn.el, vc/vc-cvs.el:
8356 * vc/vc-arch.el, tree-widget.el, textmodes/texinfo.el:
8357 * textmodes/refill.el, textmodes/css-mode.el, term/tvi970.el:
8358 * term/ns-win.el, term.el, shell.el, ps-samp.el:
8359 * progmodes/perl-mode.el, progmodes/pascal.el, progmodes/gud.el:
8360 * progmodes/glasses.el, progmodes/etags.el, progmodes/cwarn.el:
8361 * play/gamegrid.el, play/bubbles.el, novice.el, notifications.el:
8362 * net/zeroconf.el, net/xesam.el, net/snmp-mode.el, net/mairix.el:
8363 * net/ldap.el, net/eudc.el, net/browse-url.el, man.el:
8364 * mail/mailheader.el, mail/feedmail.el: Don't use CL.
8365 * ibuf-ext.el (ibuffer-mark-old-buffers): Use float-time.
8366 * eshell/esh-opt.el (eshell-eval-using-options): Quote code with
8367 `lambda' rather than with `quote'.
8368 (eshell-do-opt): Adjust accordingly.
8369 (eshell-process-option): Simplify.
8370 * eshell/esh-var.el:
8371 * eshell/em-script.el: Require `esh-opt' for eshell-eval-using-options.
8372 * emacs-lisp/pcase.el (pcase--dontcare-upats, pcase--let*)
8373 (pcase--expand, pcase--u1): Rename pcase's internal `dontcare' pattern
8374 to `pcase--dontcare'.
8375 * emacs-lisp/cl.el (labels): Mark obsolete.
8376 (cl--letf, letf): Move to cl-lib.
8377 (cl--letf*, letf*): Remove.
8378 * emacs-lisp/cl-lib.el (cl-nth-value): Use defalias.
8379 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Add indent rule.
8380 (cl-progv): Rewrite.
8381 (cl--letf, cl-letf): Move from cl.el.
8382 (cl-letf*): New macro.
8383 * emacs-lisp/cl-extra.el (cl--progv-before, cl--progv-after): Remove.
8384
8385 2012-07-11 Michael Albinus <michael.albinus@gmx.de>
8386
8387 * net/ange-ftp.el (ange-ftp-cf1): Update the files cache.
8388
8389 2012-07-11 Chong Yidong <cyd@gnu.org>
8390
8391 * vc/log-edit.el (log-edit-vc-backend): New variable.
8392 (log-edit): Doc fix.
8393
8394 * vc/vc-dispatcher.el (vc-log-edit): New args. Use PARAMS
8395 argument of log-edit to set up all local variables.
8396 (vc-start-logentry): New optional arg specifying VC backend.
8397
8398 * vc/vc.el (vc-checkin): Use it.
8399 (vc-deduce-fileset): Handle Log Edit buffers.
8400 (vc-diff): Make first argument optional too.
8401
8402 * vc/log-view.el (log-view-vc-fileset, log-view-vc-backend): Doc fix.
8403
8404 2012-07-10 Michael Albinus <michael.albinus@gmx.de>
8405
8406 * eshell/esh-ext.el (eshell-remote-command): Remove remote part of
8407 command, just in case. The function is not needed anymore.
8408 (eshell-external-command): Do not call `eshell-remote-command'.
8409
8410 2012-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
8411
8412 Reduce use of (require 'cl).
8413 * vc/smerge-mode.el, vc/pcvs.el, vc/pcvs-util.el, vc/pcvs-info.el:
8414 * vc/diff-mode.el, vc/cvs-status.el, uniquify.el, scroll-bar.el:
8415 * register.el, progmodes/sh-script.el, net/gnutls.el, net/dbus.el:
8416 * msb.el, mpc.el, minibuffer.el, international/ucs-normalize.el:
8417 * international/quail.el, info-xref.el, imenu.el, image-mode.el:
8418 * font-lock.el, filesets.el, edmacro.el, doc-view.el, bookmark.el:
8419 * battery.el, avoid.el, abbrev.el: Use cl-lib.
8420 * vc/pcvs-parse.el, vc/pcvs-defs.el, vc/log-view.el, vc/log-edit.el:
8421 * vc/diff.el, simple.el, pcomplete.el, lpr.el, comint.el, loadhist.el:
8422 * jit-lock.el, international/iso-ascii.el, info.el, frame.el, bs.el:
8423 * emulation/crisp.el, electric.el, dired.el, cus-dep.el, composite.el:
8424 * calculator.el, autorevert.el, apropos.el: Don't require CL.
8425 * emacs-lisp/bytecomp.el (byte-recompile-directory, display-call-tree)
8426 (byte-compile-unfold-bcf, byte-compile-check-variable):
8427 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
8428 (byte-compile-nilconstp):
8429 * emacs-lisp/autoload.el (make-autoload): Use pcase.
8430 * face-remap.el (text-scale-adjust): Simplify pcase patterns.
8431
8432 * emacs-lisp/gv.el (cond): Make it a valid place.
8433 (if): Simplify slightly.
8434
8435 * emacs-lisp/pcase.el (pcase): Accept self-quoting exps as "upatterns".
8436 (pcase--self-quoting-p): New function.
8437 (pcase--u1): Use it.
8438
8439 2012-07-10 Glenn Morris <rgm@gnu.org>
8440
8441 * emacs-lisp/authors.el (authors-fixed-entries):
8442 (authors-renamed-files-alist): Update for configure.in -> configure.ac.
8443
8444 2012-07-09 Paul Eggert <eggert@cs.ucla.edu>
8445
8446 Rename configure.in to configure.ac (Bug#11603).
8447 * emacs-lisp/authors.el (authors-canonical-file-name):
8448 * progmodes/autoconf.el (autoconf-mode):
8449 Prefer configure.ac to configure.in.
8450
8451 2012-07-08 Chong Yidong <cyd@gnu.org>
8452
8453 * mouse.el (mouse-drag-line): Rewrite the track-mouse loop.
8454 Implement the mouse-1-click-follows-link handling properly.
8455
8456 * info.el (Info-link-keymap): Use follow-link mechanism for
8457 header-line links (Bug#374).
8458
8459 * simple.el (deactivate-mark): Do not set the primary selection
8460 if another program has acquired it (Bug#11772).
8461
8462 2012-07-07 Kevin Ryde <user42@zip.com.au>
8463
8464 * woman.el (woman-strings): Fix double-quote handling (Bug#1151).
8465 (woman-decode-region): Replace escaped-escapes without destroying
8466 bold or underline (Bug#11552).
8467 (woman2-process-escapes): Handle nofill regions (Bug#11591).
8468
8469 2012-07-07 Chong Yidong <cyd@gnu.org>
8470
8471 * simple.el (yank-pop-change-selection): Doc fix (Bug#11361).
8472 (interprogram-cut-function, interprogram-paste-function):
8473 Mention that we typically mean the clipboard.
8474
8475 2012-07-06 Glenn Morris <rgm@gnu.org>
8476
8477 * kmacro.el (kmacro-call-macro): Restore repeat message. (Bug#11817)
8478
8479 * files.el (toggle-read-only): Restrict message to interactive use.
8480
8481 2012-07-06 Michael Albinus <michael.albinus@gmx.de>
8482
8483 * net/tramp.el (tramp-restricted-shell-hosts-alist): New defcustom.
8484
8485 * net/tramp-sh.el (tramp-maybe-open-connection): Handle it.
8486
8487 2012-07-06 Glenn Morris <rgm@gnu.org>
8488
8489 * Makefile.in (compile-one-process): Rename from "recompile".
8490
8491 * Makefile.in (bzr-update): "compile" is the same as "recompile
8492 autoloads", but parallelizable, so use that instead.
8493
8494 2012-07-06 Dmitry Gutov <dgutov@yandex.ru>
8495
8496 * window.el (quit-window): Always restore window height when
8497 it's saved in quit-restore parameter (Bug#11810).
8498
8499 2012-07-06 Glenn Morris <rgm@gnu.org>
8500
8501 * simple.el (kill-whole-line): Doc tweak.
8502
8503 2012-07-06 Eli Zaretskii <eliz@gnu.org>
8504
8505 * files.el (file-relative-name): Compare file names
8506 case-insensitively if on MS-Windows or MS-DOS, or if
8507 read-file-name-completion-ignore-case is non-nil. Don't use
8508 case-fold-search for this purpose. (Bug#11827)
8509
8510 2012-07-17 Andreas Schwab <schwab@linux-m68k.org>
8511
8512 * calendar/cal-dst.el (calendar-current-time-zone):
8513 Return calendar-current-time-zone-cache if non-nil.
8514
8515 2012-07-17 Masatake YAMATO <yamato@redhat.com>
8516 2012-07-06 Andreas Schwab <schwab@linux-m68k.org>
8517
8518 * calendar/cal-dst.el (calendar-current-time-zone):
8519 Return calendar-current-time-zone-cache if non-nil.
8520
8521 2012-07-06 Glenn Morris <rgm@gnu.org>
8522
8523 * Makefile.in (cvs-update): Remove old alias.
8524
8525 2012-07-05 Michael Albinus <michael.albinus@gmx.de>
8526
8527 Sync with Tramp 2.2.6-pre.
8528
8529 * net/tramp.el (tramp-drop-volume-letter): Provide an XEmacs
8530 compatible declaration.
8531
8532 * net/tramp-cmds.el (tramp-append-tramp-buffers):
8533 Protect `list-load-path-shadows' call.
8534
8535 * net/tramp-compat.el (top): Require packages, which aren't
8536 autoloaded anymore for XEmacs. Protect call of
8537 `tramp-file-name-handler' by `tramp-compat-funcall', pacifying the
8538 compiler. Do not require tramp-util.el and tramp-vc.el anymore,
8539 it hurts at least for SXEmacs.
8540 (tramp-compat-temporary-file-directory): In XEmacs, there is no
8541 standard-value for `temporary-file-directory'.
8542
8543 * net/tramp-sh.el (tramp-do-directory-files-and-attributes-with-stat):
8544 Redirect stderr to /dev/null.
8545 (tramp-sh-handle-write-region): uid and gid can be floats.
8546 Reported by Russell Sim <russell.sim@gmail.com>.
8547 (tramp-sh-handle-vc-registered): Hide errors.
8548 (tramp-vc-file-name-handler): Use dummy results for `process-file'
8549 and `start-file-process'.
8550 (tramp-maybe-open-connection): Check also whether `non-essential'
8551 is bound.
8552
8553 2012-07-04 Chong Yidong <cyd@gnu.org>
8554
8555 * xml.el (xml--parse-buffer): Use xml-syntax-table.
8556 (xml-parse-tag): Likewise, and avoid changing entity tables.
8557 (xml-syntax-table): Define from scratch, making sure not to give
8558 x2000 and other Unicode spaces whitespace syntax, since those are
8559 not spaces in XML.
8560 (xml-parse-fragment): Delete unused function.
8561 (xml-name-start-char-re, xml-name-char-re, xml-name-re)
8562 (xml-names-re, xml-nmtoken-re, xml-nmtokens-re, xml-char-ref-re)
8563 (xml-entity-ref, xml-pe-reference-re)
8564 (xml-reference-re,xml-att-value-re, xml-tokenized-type-re)
8565 (xml-notation-type-re, xml-enumeration-re, xml-enumerated-type-re)
8566 (xml-att-type-re, xml-default-decl-re, xml-att-def-re)
8567 (xml-entity-value-re): Use syntax references in regexps where
8568 possible; no need to define inside a let-binding.
8569 (xml-parse-dtd): Use xml-pe-reference-re.
8570 (xml-entity-or-char-ref-re): New defconst.
8571 (xml-parse-string, xml-substitute-special): Use it.
8572
8573 2012-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
8574
8575 * files.el (locate-dominating-file): Allow `name' to be a predicate.
8576 (find-file--read-only): New function.
8577 (find-file-read-only, find-file-read-only-other-window)
8578 (find-file-read-only-other-frame): Use it.
8579 (insert-file-contents-literally): Don't `fset'.
8580 (get-free-disk-space): Use locate-dominating-file.
8581
8582 * emacs-lisp/bytecomp.el (byte-compile): Don't signal an error if the
8583 function is already compiled.
8584
8585 * xml.el (xml-name-regexp): Remove, redundant. Use xml-name-re.
8586
8587 2012-07-03 Michael Albinus <michael.albinus@gmx.de>
8588
8589 * vc/ediff-diff.el (ediff-same-file-contents): Fix it for remote
8590 files on the same host.
8591
8592 2012-07-03 Andreas Schwab <schwab@linux-m68k.org>
8593
8594 * help-fns.el (describe-function-1): Only call
8595 help-fns--autoloaded-p when we have a file name. (Bug#11848)
8596
8597 2012-07-03 Chong Yidong <cyd@gnu.org>
8598
8599 * xml.el: Protect parser against XML bombs.
8600 (xml-entity-expansion-limit): New variable.
8601 (xml-parse-string, xml-substitute-special): Use it.
8602 (xml-parse-dtd): Avoid infloop if the DTD is not terminated.
8603
8604 2012-07-03 Glenn Morris <rgm@gnu.org>
8605
8606 * progmodes/bug-reference.el (bug-reference-bug-regexp):
8607 Allow linking to specific messages in debbugs reports (eg 123#5).
8608
8609 2012-07-02 Chong Yidong <cyd@gnu.org>
8610
8611 * xml.el: Fix entity and character reference expansion, allowing
8612 them to expand into markup as per XML spec.
8613 (xml-default-ns): New variable.
8614 (xml-entity-alist): Use XML spec definitions for lt and amp.
8615 (xml-parse-region): Make first two arguments optional.
8616 Discard text properties.
8617 (xml-parse-tag-1): New function, spun off from xml-parse-tag.
8618 All callers changed.
8619 (xml-parse-tag): Call xml-parse-tag-1. For backward
8620 compatibility, this function should not modify buffer contents.
8621 (xml-parse-tag-1): Fix opening-tag regexp.
8622 (xml-parse-string): Rewrite, handling entity and character
8623 references properly.
8624 (xml--entity-replacement-text): Signal an error if a parameter
8625 entity is undefined.
8626
8627 2012-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
8628
8629 * comint.el (comint-output-filter): Filter out repeated prompts.
8630
8631 * net/ange-ftp.el (ange-ftp-expand-file-name): Use ange-ftp-ftp-name
8632 and file-name-absolute-p.
8633 (ange-ftp-file-exists-p): Use ange-ftp-file-exists-p for
8634 internal calls.
8635
8636 2012-07-02 Paul Eggert <eggert@cs.ucla.edu>
8637
8638 Spelling fixes.
8639 * emacs-lisp/bytecomp.el (byte-compile--reify-function):
8640 Rename from byte-compile--refiy-function. All uses changed.
8641
8642 2012-07-01 Chong Yidong <cyd@gnu.org>
8643
8644 * xml.el (xml--parse-buffer): New function. Move most of
8645 xml-parse-region here.
8646 (xml-parse-region): Copy region into a temporary buffer, since
8647 parameter entity substitution requires changing buffer contents.
8648 Use xml--parse-buffer.
8649 (xml-parse-file): Use xml--parse-buffer.
8650 (xml-parse-dtd): Make parameter entity substitution work right.
8651 Use proper regexps for ELEMENT declarations (Bug#7172).
8652
8653 2012-06-30 Glenn Morris <rgm@gnu.org>
8654
8655 * comint.el (follow-comint-scroll-to-bottom): Fix declaration.
8656
8657 * net/secrets.el, net/tramp-gvfs.el, net/xesam.el, net/zeroconf.el:
8658 Remove outdated and unnecessary dbus declarations.
8659
8660 2012-06-30 Eli Zaretskii <eliz@gnu.org>
8661
8662 * emacs-lisp/timer.el (timer-until): Subtract results of
8663 float-time, instead of taking float-time of the result of
8664 time-subtract, since float-time signals an error for negative time
8665 arguments.
8666
8667 2012-06-30 Chong Yidong <cyd@gnu.org>
8668
8669 * xml.el (xml-*-re): Convert defvars into defconsts, and
8670 eval-and-compile them so eval-and-compile works on derivatives.
8671 (xml--entity-replacement-text): Use eval-and-comple.
8672
8673 2012-06-30 Michael Albinus <michael.albinus@gmx.de>
8674
8675 * vc/vc-git.el (vc-git-registered): Use cache property
8676 `git-registered'.
8677 (vc-git-mode-line-string): Call `vc-working-revision' instead of
8678 `vc-git-working-revision' in order to benefit from the cache.
8679 (vc-git-root): Use cache property `git-root'. (Bug#11757)
8680
8681 2012-06-30 Dmitry Gutov <dgutov@yandex.ru>
8682
8683 * vc/vc-hooks.el (vc-before-save): Clear cache if file has been
8684 removed (likely outside Emacs). (Bug#11757)
8685
8686 2012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
8687
8688 * emacs-lisp/cl-lib.el: Require macroexp.
8689
8690 2012-06-30 Chong Yidong <cyd@gnu.org>
8691
8692 * xml.el: Implement XML parameter entities.
8693 (xml-parameter-entity-alist): New variable.
8694 (xml-parse-region, xml-parse-fragment): Preserve previous values
8695 of xml-entity-alist and xml-parameter-entity-alist, so that
8696 repeated calls on different documents do not change them.
8697 (xml-parse-tag): Fix doctype regexp.
8698 (xml--entity-replacement-text): New function.
8699 (xml-parse-dtd): Use it. Don't handle system entities; doing that
8700 properly requires url retrieval which is unimplemented.
8701 (xml-escape-string): Doc fix.
8702
8703 2012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
8704
8705 * emacs-lisp/cl-lib.el (cl-pushnew): Use macroexp-let2.
8706
8707 2012-06-29 Dmitry Antipov <dmantipov@yandex.ru>
8708
8709 * fringe.el (fringe-mode): Doc fix.
8710
8711 2012-06-29 Michael Albinus <michael.albinus@gmx.de>
8712
8713 * net/ange-ftp.el (ange-ftp-get-passwd): Throw if `non-essential'
8714 is non-nil.
8715 (ange-ftp-ignore-errors-if-non-essential): New defmacro.
8716 (ange-ftp-file-name-all-completions): Use it. (Bug#11808)
8717
8718 2012-06-29 Andreas Schwab <schwab@linux-m68k.org>
8719
8720 * calendar/cal-dst.el (calendar-current-time-zone):
8721 Return calendar-current-time-zone-cache if non-nil.
8722
8723 2012-06-29 Masatake YAMATO <yamato@redhat.com>
8724
8725 * progmodes/which-func.el (which-func-format):
8726 Add mouse-face. (Bug#11698)
8727
8728 2012-06-29 Leo Liu <sdl.web@gmail.com>
8729
8730 * textmodes/enriched.el (enriched-next-annotation): Use eq (Bug#11528).
8731
8732 2012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
8733
8734 * minibuffer.el (minibuffer-confirm-exit-commands):
8735 Add completion-at-point (bug#11725).
8736
8737 2012-06-29 Glenn Morris <rgm@gnu.org>
8738
8739 * progmodes/f90.el (f90-font-lock-keywords-2):
8740 Add some preprocessor elements. (Bug#10499)
8741
8742 2012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
8743
8744 * progmodes/cperl-mode.el (cperl-update-syntaxification):
8745 Use syntax-propertize (bug#11739).
8746
8747 2012-06-28 Juanma Barranquero <lekktu@gmail.com>
8748
8749 * emacs-lisp/cl-lib.el (cl-pushnew): Don't capture X (bug#11811).
8750
8751 2012-06-28 Julien Danjou <julien@danjou.info>
8752
8753 * term.el (term-handle-colors-array): Use a set of new faces to
8754 color the terminal. Also uses :inverse-video property.
8755 (term-default-fg-color): Set to nil by default, deprecate in favor
8756 of `term-face'.
8757 (term-default-bg-color): Set to nil by default, deprecate in favor
8758 of `term-face'.
8759 (term-current-face): Use `term-face' by default.
8760 (term-bold-attribute): Variable deleted.
8761
8762 2012-06-28 Glenn Morris <rgm@gnu.org>
8763
8764 * simple.el (completion-list-mode-finish):
8765 Don't use toggle-read-only. (Since completion-list-mode has
8766 a special mode-class, it wasn't doing anything extra anyway.)
8767
8768 2012-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
8769
8770 Make inlining of other-mode interpreted functions work (bug#11799).
8771 * emacs-lisp/bytecomp.el (byte-compile--refiy-function): New fun.
8772 (byte-compile): Use it to fix compilation of lexical-binding closures.
8773 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Compile the
8774 function, if needed.
8775
8776 2012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
8777
8778 * help-mode.el (help-make-xrefs): Don't just withstand
8779 cyclic-variable-indirection but any error in documentation-property.
8780
8781 * loadup.el (purify-flag): Pre-grow the hash-table to reduce the
8782 memory use.
8783 * bindings.el (bindings--define-key): New function.
8784 * vc/vc-hooks.el, replace.el, menu-bar.el, international/mule-cmds.el:
8785 * emacs-lisp/lisp-mode.el, buff-menu.el, bookmark.el:
8786 * bindings.el: Use it to purecopy define-key bindings.
8787
8788 * textmodes/rst.el (rst-adornment-faces-alist): Avoid copy-list.
8789
8790 * emacs-lisp/cl.el (flet): Mark obsolete.
8791 * emacs-lisp/cl-macs.el (cl-flet*): New macro.
8792 * vc/vc-rcs.el (vc-rcs-annotate-command, vc-rcs-parse):
8793 * progmodes/js.el (js-c-fill-paragraph):
8794 * progmodes/ebrowse.el (ebrowse-switch-member-buffer-to-sibling-class)
8795 (ebrowse-switch-member-buffer-to-derived-class):
8796 * play/5x5.el (5x5-solver): Use cl-flet.
8797
8798 * emacs-lisp/cl.el: Use lexical-binding. Fix flet (bug#11780).
8799 (cl--symbol-function): New macro.
8800 (cl--letf, cl--letf*): Use it.
8801
8802 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
8803 Strip "toggle-" if any.
8804
8805 2012-06-27 Glenn Morris <rgm@gnu.org>
8806
8807 * info.el (Info-default-directory-list): Move here from paths.el.
8808 * paths.el: Remove file, which is now empty.
8809 * loadup.el: No longer load "paths".
8810
8811 * custom.el (custom-initialize-delay): Doc fix.
8812
8813 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
8814 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
8815 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
8816 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
8817 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
8818 * eshell/em-xtra.el: Replace eshell-defgroup with "(progn (defgroup".
8819 * eshell/eshell.el (eshell-defgroup): Remove alias.
8820
8821 2012-06-27 Chong Yidong <cyd@gnu.org>
8822
8823 * help.el (help-enable-auto-load): New variable.
8824
8825 * help-fns.el (help-fns--autoloaded-p): New function.
8826 (describe-function-1): Refer to a function as "autoloaded" if it
8827 was autoloaded at any time in the past. Perform autoloading if
8828 help-enable-auto-load is non-nil.
8829
8830 2012-06-26 Eli Zaretskii <eliz@gnu.org>
8831
8832 * makefile.w32-in (compile, compile-always): Depend on
8833 update-subdirs, not on subdirs.el. Otherwise, several different
8834 sub-targets of 'bootstrap' running in parallel could
8835 simultaneously write to subdirs.el, producing a garbled file.
8836
8837 2012-06-26 Sam Steingold <sds@gnu.org>
8838
8839 * files.el (file-name-base): New convenience function.
8840 * autoinsert.el, cus-dep.el, doc-view.el, image-dired.el:
8841 * woman.el, eshell/esh-cmd.el, progmodes/ada-xref.el:
8842 * progmodes/cc-defs.el, progmodes/cperl-mode.el:
8843 * progmodes/flymake.el, progmodes/gud.el, progmodes/idlwave.el:
8844 * textmodes/ispell.el, textmodes/reftex-ref.el:
8845 * textmodes/tex-mode.el: Use it.
8846 Did not touch cedet and org because they are maintained elsewhere.
8847
8848 2012-06-26 Martin Rudalics <rudalics@gmx.at>
8849
8850 * calendar/calendar.el (calendar-exit): Don't try to delete or
8851 iconify last frame. See:
8852 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00372.html
8853
8854 2012-06-25 Jim Diamond <Jim.Diamond@AcadiaU.ca> (tiny change)
8855
8856 * server.el (server-process-filter): Remember dir in the
8857 process's `server-client-directory' properties.
8858
8859 2012-06-24 Chong Yidong <cyd@gnu.org>
8860
8861 * xml.el (xml-parse-tag): Correctly handle comment embedded in
8862 non-tag text.
8863
8864 2012-06-23 Juanma Barranquero <lekktu@gmail.com>
8865
8866 * makefile.w32-in (COMPILE_FIRST): Synch with changes in 2012-06-22T21:24:54Z!monnier@iro.umontreal.ca.
8867
8868 2012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
8869
8870 * help-fns.el (describe-variable): Don't croak when doc is not found.
8871 * vc/pcvs.el (cvs-retrieve-revision): Avoid toggle-read-only.
8872 * menu-bar.el (menu-bar-line-wrapping-menu): Purecopy a tiny bit more.
8873 * emacs-lisp/syntax.el (syntax-ppss): Simplify with new `if' place.
8874 * emacs-lisp/smie.el (smie-next-sexp): CSE.
8875 * emacs-lisp/macroexp.el (macroexp-let2): Fix edebug spec and avoid
8876 ((lambda ..) ..).
8877 * emacs-lisp/eieio.el (eieio-oref, slot-value): Use simpler defsetf.
8878
8879 2012-06-23 Chong Yidong <cyd@gnu.org>
8880
8881 * info.el (Info-mouse-follow-link): Accept symbol values of
8882 link-args. Select window; suggested by Gerhard Kahl (Bug#11672).
8883 (Info-fontify-node): Use Info-link-keymap for all navigation
8884 buttons, with link-args property to perform the desired action.
8885 (Info-link-keymap): Doc fix.
8886 (Info-next-link-keymap, Info-prev-link-keymap)
8887 (Info-up-link-keymap): Delete now-unused keymaps.
8888
8889 2012-06-23 Chong Yidong <cyd@gnu.org>
8890
8891 * mouse.el (mouse-drag-track): Deactivate the mark before popping.
8892
8893 * progmodes/python.el (python-skeleton-define): Mark abbrevs as
8894 system abbrevs.
8895
8896 * ansi-color.el (ansi-color-apply-on-region): Doc fix.
8897
8898 2012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
8899
8900 * emacs-lisp/cl-macs.el (cl--make-usage-args): Handle improper lists
8901 (bug#11719).
8902
8903 * minibuffer.el (completion--twq-try): Try to fail more gracefully when
8904 the requote function doesn't work properly (bug#11714).
8905
8906 2012-06-23 Glenn Morris <rgm@gnu.org>
8907
8908 * pcmpl-rpm.el (pcmpl-rpm-packages): Give status messages.
8909
8910 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
8911
8912 Further GV/CL cleanups.
8913 * emacs-lisp/gv.el (gv-get): Autoload functions to find their
8914 gv-expander.
8915 (gv--defun-declaration): New function.
8916 (defun-declarations-alist): Use it.
8917 (gv-define-modify-macro, gv-pushnew!, gv-inc!, gv-dec!): Remove.
8918 (gv-place): Autoload.
8919 * emacs-lisp/cl.el (cl--dotimes, cl--dolist): Remember subr.el's
8920 original definition of dotimes and dolist.
8921 * emacs-lisp/cl-macs.el (cl-expr-access-order): Remove unused.
8922 (cl-dolist, cl-dotimes): Use `dolist' and `dotimes'.
8923 * emacs-lisp/cl-lib.el: Move gv handlers from cl-macs to here.
8924 (cl-fifth, cl-sixth, cl-seventh, cl-eighth)
8925 (cl-ninth, cl-tenth): Move gv handler to the function's definition.
8926 * emacs-lisp/cl-extra.el (cl-subseq, cl-get, cl-getf): Move gv handler
8927 to the function's definition.
8928 * Makefile.in (COMPILE_FIRST): Re-order to speed it up by about 50%.
8929 * window.el:
8930 * files.el:
8931 * faces.el:
8932 * env.el: Don't use CL.
8933
8934 2012-06-22 Paul Eggert <eggert@cs.ucla.edu>
8935
8936 Support higher-resolution time stamps (Bug#9000).
8937
8938 * calendar/time-date.el (with-decoded-time-value): New arg
8939 PICO-SYMBOL in VARLIST. It's optional, for backward compatibility.
8940 (encode-time-value): New optional arg PICO. New type 3.
8941 (time-to-seconds) [!float-time]: Support the new picoseconds
8942 component if it's used.
8943 (seconds-to-time, time-subtract, time-add):
8944 Support ps-resolution time stamps as well.
8945
8946 * emacs-lisp/timer.el (timer): New component psecs. All uses changed.
8947 (timerp): Timer vectors now have length 9, not 8.
8948 (timer--time): Support new-style (4-part) time stamps.
8949 (timer-next-integral-multiple-of-time): Time stamps now have
8950 picosecond resolution, so take a bit more care about rounding.
8951 (timer-relative-time, timer-inc-time): New optional arg psecs.
8952 (timer-set-time-with-usecs): Set psecs to 0.
8953 (timer--activate): Check psecs component, too.
8954
8955 * proced.el (proced-time-lessp): Support ps-resolution stamps.
8956
8957 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
8958
8959 * icomplete.el (icomplete-minibuffer-setup, icomplete-completions):
8960 Move the non-essential binding to the post/pre-command-hook where it is
8961 more obviously correct.
8962
8963 * subr.el (read-passwd): Don't use a history at all.
8964 * savehist.el (savehist-save): Remove password saved accidentally
8965 because of the above bug.
8966
8967 2012-06-22 Bastien Guerry <bzg@gnu.org>
8968
8969 * files.el (toggle-read-only): Display a message telling whether
8970 the buffer is read-only or not (bug#11726).
8971
8972 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
8973
8974 * emacs-lisp/gv.el: New file.
8975 * subr.el (push, pop): Extend to generalized variables.
8976 * loadup.el (macroexp): Unload if preloaded and uncompiled (bug#11657).
8977 * emacs-lisp/cl-lib.el (cl-pop, cl-push, cl--set-nthcdr): Remove.
8978 * emacs-lisp/cl-macs.el: Require gv. Use gv-define-setter,
8979 gv-define-simple-setter, and gv-define-expander.
8980 Remove setf-methods defined in gv. Rename cl-setf -> setf.
8981 (cl-setf, cl-do-pop, cl-get-setf-method): Remove.
8982 (cl-letf, cl-letf*, cl-define-modify-macro, cl-defsetf)
8983 (cl-define-setf-expander, cl-struct-setf-expander): Move to cl.el.
8984 (cl-remf, cl-shiftf, cl-rotatef, cl-callf, cl-callf2): Rewrite with
8985 gv-letplace.
8986 (cl-defstruct): Don't define setf-method any more.
8987 * emacs-lisp/cl.el (flet): Don't autoload.
8988 (cl--letf, letf, cl--letf*, letf*, cl--gv-adapt)
8989 (define-setf-expander, defsetf, define-modify-macro)
8990 (cl-struct-setf-expander): Move from cl-lib.el.
8991 * emacs-lisp/syntax.el:
8992 * emacs-lisp/ewoc.el:
8993 * emacs-lisp/smie.el:
8994 * emacs-lisp/cconv.el:
8995 * emacs-lisp/timer.el: Rename cl-setf -> setf, cl-push -> push.
8996 (timer--time): Use gv-define-simple-setter.
8997 * emacs-lisp/macroexp.el (macroexp-let2): Rename from macroexp-let²
8998 to avoid coding-system problems in subr.el. Adjust all users.
8999 (macroexp--maxsize, macroexp-small-p): New functions.
9000 * emacs-lisp/bytecomp.el (byte-compile-file): Don't use cl-letf.
9001 * scroll-bar.el (scroll-bar-mode):
9002 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
9003 (normal-erase-is-backspace-mode): Don't use the `eq' place.
9004 * winner.el (winner-configuration, winner-make-point-alist)
9005 (winner-set-conf, winner-get-point, winner-set): Don't abuse letf.
9006 * files.el (locate-file-completion-table): Avoid list*.
9007
9008 2012-06-22 Chong Yidong <cyd@gnu.org>
9009
9010 * dired-aux.el (dired-do-create-files): Doc fix (Bug#11327).
9011 (dired-create-files): Doc fix (Bug#11329).
9012 (dired-do-copy): Doc fix (Bug#11334).
9013 (dired-mark-read-string): Doc fix (Bug#11553).
9014
9015 * dired.el (dired-recursive-copies, dired-recursive-deletes):
9016 Doc fix (Bug#11326).
9017 (dired-make-relative): Doc fix (Bug#11332). Remove unused arg.
9018 (dired-dwim-target): Doc fix.
9019
9020 * wdired.el (wdired-mode): Doc fix.
9021
9022 2012-06-22 Glenn Morris <rgm@gnu.org>
9023
9024 * pcmpl-rpm.el (pcmpl-rpm-cache): New option.
9025 (pcmpl-rpm-cache-stamp-file): New constant.
9026 (pcmpl-rpm-cache-time, pcmpl-rpm-packages): New variables.
9027 (pcmpl-rpm-packages): Optionally cache list of packages.
9028
9029 * pcmpl-rpm.el (pcmpl-rpm): New group.
9030 (pcmpl-rpm-query-options): New option.
9031 (pcmpl-rpm-packages): No need to inline it.
9032 Use pcmpl-rpm-query-options.
9033
9034 * calendar/calendar.el (calendar-in-read-only-buffer):
9035 Avoid some needless mode changes.
9036
9037 2012-06-21 Chong Yidong <cyd@gnu.org>
9038
9039 * desktop.el (desktop-read): Don't prompt if daemon (Bug#11674).
9040 (desktop-path): Remove . from the default value (Bug#10977).
9041 (desktop-read): Use user-emacs-directory if desktop-path is nil.
9042
9043 2012-06-20 Chong Yidong <cyd@gnu.org>
9044
9045 * term.el (term-send-raw-meta): Make C-M-<char> keys work (Bug#8172).
9046
9047 2012-06-20 David Röthlisberger <david@rothlis.net> (tiny change)
9048
9049 * ido.el (ido-switch-buffer, ido-find-file): Fix up doc of C-j
9050 (bug#11201).
9051
9052 2012-06-20 Chong Yidong <cyd@gnu.org>
9053
9054 * term.el (term-window-width): Handle the case of a missing right
9055 fringe (Bug#8837).
9056 (term-check-size): Use window-text-height (Bug#5445).
9057 (term-mode): Use define-derived-mode. Minor cleanups.
9058 Set font-lock-defaults (Bug#7692).
9059 (term-move-columns, term-insert-char, term-emulate-terminal)
9060 (term-erase-in-line, term-insert-spaces): Use font-lock-face.
9061
9062 2012-06-20 Michael Albinus <michael.albinus@gmx.de>
9063
9064 * net/ange-ftp.el (ange-ftp-get-passwd):
9065 Bind `enable-recursive-minibuffers'.
9066 (ange-ftp-get-process): Throw if `non-essential' is non-nil.
9067
9068 2012-06-19 David Röthlisberger <david@rothlis.net> (tiny change)
9069
9070 * ido.el (ido-find-file): Mention C-d binding in docstring (bug#11244).
9071
9072 2012-06-19 Glenn Morris <rgm@gnu.org>
9073
9074 * progmodes/python.el (python-mode): Derive from prog-mode.
9075
9076 2012-06-19 Kevin Gallagher <Kevin.Gallagher@boeing.com>
9077
9078 * emulation/edt.el (edt-default-menu-bar-update-buffers)
9079 (edt-user-menu-bar-update-buffers): New functions.
9080 (edt-default-emulation-setup, edt-user-emulation-setup): Use them.
9081
9082 2012-06-19 Chong Yidong <cyd@gnu.org>
9083
9084 * subr.el (with-selected-window): Preserve the selected window's
9085 terminal's top-frame (Bug#4702).
9086
9087 * window.el (save-selected-window): Likewise.
9088
9089 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
9090
9091 * progmodes/python.el (python-rx-constituents): Move backquote.
9092 (python-skeleton-define, python-define-auxiliary-skeleton):
9093 Use `declare'.
9094
9095 2012-06-18 Michael Albinus <michael.albinus@gmx.de>
9096
9097 * minibuffer.el (read-file-name-default): Revert the patch from
9098 2012-06-17.
9099
9100 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
9101
9102 * emacs-lisp/pcase.el (pcase--expand): Warn for unused pattern.
9103 (pcase--u1, pcase--q1): Don't use apply-partially.
9104
9105 2012-06-18 Glenn Morris <rgm@gnu.org>
9106
9107 * progmodes/python.el (python-proc, python-buffer)
9108 (python-send-receive, python-send-string): Fix obsolete versions.
9109
9110 2012-06-18 Martin Rudalics <rudalics@gmx.at>
9111
9112 * window.el (special-display-p): Completely remove stringp
9113 check. Suggested by Andreas Schwab <schwab@linux-m68k.org>.
9114
9115 2012-06-17 Michael Albinus <michael.albinus@gmx.de>
9116
9117 * minibuffer.el (read-file-name-default): Bind `non-essential' to `t'.
9118
9119 * net/tramp.el (tramp-file-name-handler): Catch 'non-essential.
9120
9121 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-start-process):
9122 * net/tramp-sh.el (tramp-maybe-open-connection):
9123 Throw if `non-essential' is non-nil.
9124
9125 2012-06-17 Martin Rudalics <rudalics@gmx.at>
9126
9127 * window.el (special-display-p): Signal an error if BUFFER-NAME
9128 is not a string (Bug#11713).
9129
9130 2012-06-17 Paul Eggert <eggert@cs.ucla.edu>
9131
9132 * progmodes/python.el (python-info-beginning-of-backslash):
9133 Rename from python-info-beginning-of-backlash, as a spelling fix.
9134
9135 2012-06-17 Chong Yidong <cyd@gnu.org>
9136
9137 * term.el (term-emulate-terminal): If term-check-size is called,
9138 move point to the process mark without resetting point (Bug#4635).
9139
9140 2012-06-17 Glenn Morris <rgm@gnu.org>
9141
9142 * international/mule-cmds.el (mule-menu-keymap)
9143 (set-language-environment, set-locale-environment): Doc tweaks.
9144
9145 2012-06-16 Aurelien Aptel <aurelien.aptel@gmail.com>
9146
9147 * cus-face.el (custom-face-attributes): Add wave-style underline
9148 attribute.
9149 * faces.el (set-face-attribute): Update docstring to describe
9150 wave-style underline attribute.
9151
9152 2012-06-16 Chong Yidong <cyd@gnu.org>
9153
9154 * term/xterm.el (terminal-init-xterm): Discard input before
9155 querying background mode (Bug#10959).
9156
9157 2012-06-16 Stefan Merten <smerten@oekonux.de>
9158
9159 * textmodes/rst.el: Added and corrected some comments.
9160 (rst-re-alist-def): Improve symbol syntax.
9161 (rst-mode-syntax-table): Correct syntax entries.
9162 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
9163 (rst-official-version, rst-official-cvs-rev): Update version
9164 information.
9165
9166 2012-06-15 Juanma Barranquero <lekktu@gmail.com>
9167
9168 * makefile.w32-in (COMPILE_FIRST): Synch with makefile.in changes
9169 in 2008-06-22T13:57:28Z!monnier@iro.umontreal.ca.
9170
9171 2012-06-15 Fabián Ezequiel Gallina <fgallina@cuca>
9172
9173 * progmodes/python.el: New python.el merge.
9174 (python-guess-indent): Obsolete var.
9175 (python-indent-guess-indent-offset): New defcustom.
9176 (python-indent): Obsolete var.
9177 (python-indent-offset): New defcustom.
9178 (python-python-command, python-jython-command): Delete var.
9179 (python-shell-interpreter): New defcustom.
9180 (python-pdbtrack-do-tracking-p): Delete var.
9181 (python-pdbtrack-activate): New defcustom.
9182 (python-use-skeletons): Obsolete var.
9183 (python-skeleton-autoinsert): New defcustom.
9184 (inferior-python-filter-regexp, python-continuation-offset)
9185 (python-honour-comment-indentation, python-indent-string-contents)
9186 (python-jython-packages, python-mode-hook)
9187 (python-pdbtrack-minor-mode-string, python-remove-cwd-from-path)
9188 (python-shell-prompt-alist)
9189 (python-source-modes): Delete defcustoms.
9190 (python-check-buffer-name, python-eldoc-setup-code)
9191 (python-eldoc-string-code, python-ffap-setup-code)
9192 (python-ffap-string-code, python-fill-comment-function)
9193 (python-fill-decorator-function, python-fill-paren-function)
9194 (python-fill-string-function, python-imenu-include-defun-type)
9195 (python-imenu-make-tree, python-imenu-subtree-root-label)
9196 (python-pdbtrack-stacktrace-info-regexp, python-shell-buffer-name)
9197 (python-shell-compilation-regexp-alist)
9198 (python-shell-completion-module-string-code)
9199 (python-shell-completion-pdb-string-code)
9200 (python-shell-completion-setup-code)
9201 (python-shell-completion-string-code)
9202 (python-shell-enable-font-lock, python-shell-exec-path)
9203 (python-shell-extra-pythonpaths)
9204 (python-shell-internal-buffer-name, python-shell-interpreter-args)
9205 (python-shell-process-environment)
9206 (python-shell-prompt-block-regexp)
9207 (python-shell-prompt-output-regexp)
9208 (python-shell-prompt-pdb-regexp, python-shell-prompt-regexp)
9209 (python-shell-send-setup-max-wait, python-shell-setup-codes)
9210 (python-shell-virtualenv-path): New defcustoms.
9211 (brm-menu, eldoc-documentation-function, inferior-python-mode-map)
9212 (inferior-python-mode-syntax-table, python--prompt-regexp)
9213 (python-buffer, python-command python-python-command)
9214 (python-default-template, python-imports, python-indent-index)
9215 (python-indent-list, python-indent-list-length)
9216 (python-mode-running, python-pdbtrack-is-tracking-p)
9217 (python-preoutput-continuation, python-preoutput-leftover)
9218 (python-preoutput-result, python-preoutput-skip-next-prompt)
9219 (python-prev-dir/file, python-recursing)
9220 (python-saved-check-command, python-version-checked)
9221 (python-which-func-length-limit)
9222 (view-return-to-alist): Delete vars.
9223 (python-check-custom-command, python-dotty-syntax-table)
9224 (python-imenu-index-alist, python-indent-current-level)
9225 (python-indent-dedenters, python-indent-levels)
9226 (python-nav-beginning-of-defun-regexp)
9227 (python-nav-list-defun-positions-cache)
9228 (python-pdbtrack-buffers-to-kill, python-pdbtrack-tracked-buffer)
9229 (python-shell-internal-buffer)
9230 (python-skeleton-available): New vars.
9231 (def-python-skeleton): Delete macro.
9232 (python-skeleton-define): New macro.
9233 (python-define-auxiliary-skeleton, python-rx): New macros.
9234 (python-insert-class): Delete command.
9235 (python-skeleton-class): New command.
9236 (python-insert-def): Delete command.
9237 (python-skeleton-def): New command.
9238 (python-insert-for): Delete command.
9239 (python-skeleton-for): New command.
9240 (python-insert-if): Delete command.
9241 (python-skeleton-if): New command.
9242 (python-insert-try/except, python-insert-try/finally): Delete commands.
9243 (python-skeleton-try): New command.
9244 (python-insert-while): Delete command.
9245 (python-skeleton-while): New command.
9246 (python-backspace): Delete command.
9247 (python-indent-dedent-line-backspace): New command.
9248 (python-electric-colon): Delete command.
9249 (python-indent-electric-colon): New command.
9250 (python-guess-indent): Delete command.
9251 (python-indent-guess-indent-offset): New command.
9252 (python-shift-left): Delete command.
9253 (python-indent-shift-left): New command.
9254 (python-shift-right): Delete command.
9255 (python-indent-shift-right): New command.
9256 (python-find-function): Delete command.
9257 (python-nav-jump-to-defun): New command.
9258 (python-next-statement): Delete command.
9259 (python-nav-forward-sentence): New command.
9260 (python-previous-statement): Delete command.
9261 (python-nav-backward-sentence): New command.
9262 (python-fill-paragraph): Delete command.
9263 (python-fill-paragraph-function): New command.
9264 (python-send-buffer): Delete command.
9265 (python-shell-send-buffer): New command.
9266 (python-send-defun): Delete command.
9267 (python-shell-send-defun): New command.
9268 (python-send-region, python-send-region-and-go): Delete commands.
9269 (python-shell-send-region)
9270 (python-shell-switch-to-shell): New commands.
9271 (python-send-string): Delete command.
9272 (python-shell-send-string): New command.
9273 (python-switch-to-python): Delete command.
9274 (python-shell-switch-to-shell): New command.
9275 (python-describe-symbol): Delete command.
9276 (python-eldoc-at-point): New command.
9277 (python--set-prompt-regexp, python-args-to-list)
9278 (python-after-info-look, python-check-version)
9279 (python-check-comint-prompt, python-find-imports)
9280 (python-execute-file, turn-off-pdbtrack, turn-on-pdbtrack)
9281 (python-unload-function, python-expand-template)
9282 (python-maybe-jython, python-preoutput-filter)
9283 (python-pdbtrack-get-source-buffer)
9284 (python-pdbtrack-grub-for-buffer, python-pdbtrack-overlay-arrow)
9285 (python-pdbtrack-toggle-stack-tracking)
9286 (python-pdbtrack-track-stack-file, python-initial-text)
9287 (python-first-word, python-comment-line-p, python-send-command)
9288 (python-setup-brm, python-sentinel, python-set-proc)
9289 (python-skip-out, python-input-filter, python-outdent-p)
9290 (python-outline-level, python-backslash-continuation-line-p)
9291 (python-end-of-block, python-end-of-statement, python-mark-block)
9292 (python-beginning-of-block, python-beginning-of-statement)
9293 (python-blank-line-p, python-beginning-of-string)
9294 (python-open-block-statement-p): Delete functions.
9295 (python-indent-line, python-indent-line-1): Delete functions.
9296 (python-indent-line): New function.
9297 (python-indentation-levels): Delete function.
9298 (python-indent-calculate-levels): New function.
9299 (python-proc): Delete function.
9300 (python-shell-get-process): New function.
9301 (python-send-receive): Delete function.
9302 (python-shell-send-string-no-output): New function.
9303 (python-module-path): Delete function.
9304 (python-ffap-module-path): New function.
9305 (python-completion-at-point)
9306 (python-symbol-completions): Delete functions.
9307 (python-completion-complete-at-point): New function.
9308 (python-load-file): Delete function.
9309 (python-shell-send-file): New function.
9310 (python-calculate-indentation): Delete function.
9311 (python-indent-calculate-indentation): New function.
9312 (python-skip-comments/blanks): Delete function.
9313 (python-util-forward-comment): New function.
9314 (python-continuation-line-p): Delete function.
9315 (python-info-continuation-line-p): New function.
9316 (python-which-func, python-current-defun): Delete function.
9317 (python-info-current-defun): New function.
9318 (python-beginning-of-defun): Delete function.
9319 (python-nav-beginning-of-defun): New function.
9320 (python-close-block-statement-p)
9321 (python-block-end-p): Delete function.
9322 (python-info-closing-block): New function.
9323 (python-comint-output-filter-function)
9324 (python-eldoc--get-doc-at-point, python-end-of-defun-function)
9325 (python-fill-comment, python-fill-decorator, python-fill-paren)
9326 (python-fill-string, python-imenu-make-element-tree)
9327 (python-imenu-make-tree, python-imenu-tree-assoc)
9328 (python-indent-context, python-indent-dedent-line)
9329 (python-indent-line-function)
9330 (python-indent-post-self-insert-function)
9331 (python-indent-toggle-levels)
9332 (python-info-assignment-continuation-line-p)
9333 (python-info-beginning-of-backlash)
9334 (python-info-block-continuation-line-p)
9335 (python-info-closing-block-message)
9336 (python-info-line-ends-backslash-p)
9337 (python-info-looking-at-beginning-of-defun)
9338 (python-info-ppss-context, python-info-ppss-context-type)
9339 (python-nav-list-defun-positions, python-nav-read-defun)
9340 (python-nav-sentence-end, python-nav-sentence-start)
9341 (python-pdbtrack-comint-output-filter-function)
9342 (python-pdbtrack-set-tracked-buffer)
9343 (python-shell-calculate-exec-path)
9344 (python-shell-calculate-process-environment)
9345 (python-shell-completion--do-completion-at-point)
9346 (python-shell-completion--get-completions)
9347 (python-shell-completion-complete-at-point)
9348 (python-shell-completion-complete-or-indent)
9349 (python-shell-get-or-create-process)
9350 (python-shell-get-process-name)
9351 (python-shell-internal-get-or-create-process)
9352 (python-shell-internal-get-process-name)
9353 (python-shell-internal-send-string, python-shell-make-comint)
9354 (python-shell-parse-command, python-shell-send-setup-code)
9355 (python-skeleton-add-menu-items)
9356 (python-util-clone-local-variables, python-util-position)
9357 (run-python-internal, python-indentation-levels)
9358 (python-nav-beginning-of-defun)
9359 (python-completion-complete-at-point): New functions.
9360 (run-python): Change arguments. New API requirements.
9361
9362 2012-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
9363
9364 * emacs-lisp/cl-lib.el (cl--defsubst-expand): Autoload inliner
9365 (bug#11649).
9366
9367 * emacs-lisp/macroexp.el (macroexp--compiler-macro): New function.
9368 (macroexp--expand-all): Use it.
9369
9370 * emacs-lisp/cl-macs.el (cl--transform-function-property): Remove.
9371 (cl-define-setf-expander, cl-deftype, cl-define-compiler-macro):
9372 Use `cl-function' instead.
9373
9374 2012-06-14 Juanma Barranquero <lekktu@gmail.com>
9375
9376 * makefile.w32-in (COMPILE_FIRST): Remove subr.el.
9377 Suggested by Stefan Monnier while discussing bug#11657.
9378
9379 2012-06-14 Sam Steingold <sds@gnu.org>
9380
9381 * files.el (abort-if-file-too-large): Use `file-size-human-readable'.
9382
9383 2012-06-14 Andreas Schwab <schwab@linux-m68k.org>
9384
9385 * play/doctor.el (doctor-doc): Remove parameter and use
9386 doctor-sent instead of sent.
9387 (doctor-read-print): Use doctor-sent instead of sent. (Bug#11708)
9388
9389 2012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
9390
9391 * files.el: Require cl-lib.
9392 (file-name-non-special): Replace case -> cl-case.
9393
9394 * emacs-lisp/cl-macs.el (cl-defstruct): Don't add print-func.
9395
9396 * emacs-lisp/edebug.el (edebug-read-function): Remove old incorrect
9397 mapping from #' to function*.
9398
9399 2012-06-13 Chong Yidong <cyd@gnu.org>
9400
9401 * mouse.el (mouse-drag-track): Do not set the mark if the user
9402 releases the mouse without selecting anything (Bug#11588).
9403
9404 2012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
9405
9406 * textmodes/tex-mode.el (latex-indent): Recognize tex-verbatim at EOB
9407 as well (bug#11646).
9408
9409 * loadup.el: Count byte-code functions as well.
9410
9411 * emacs-lisp/byte-opt.el (featurep): Move compiler-macro...
9412 * emacs-lisp/bytecomp.el (featurep): ...here (bug#11692).
9413
9414 * emacs-lisp/autoload.el (make-autoload): Accept nil doc-string-elt
9415 (bug#11649). Add cl-defun and cl-defmacro.
9416
9417 2012-06-13 Drew Adams <drew.adams@oracle.com>
9418
9419 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
9420 Fix last change.
9421
9422 2012-06-13 Michael Albinus <michael.albinus@gmx.de>
9423
9424 * net/dbus.el (dbus-call-method): Use timeout for `read-event'.
9425 Otherwise, it blocks in batch mode.
9426
9427 2012-06-13 Juanma Barranquero <lekktu@gmail.com>
9428
9429 * help-mode.el (bookmark-make-record-default): Declare.
9430
9431 2012-06-13 Chong Yidong <cyd@gnu.org>
9432
9433 * emacs-lisp/package.el (list-packages): Compute a list of
9434 packages that are newly-available since the last list-packages
9435 invocation.
9436 (package-menu--new-package-list): New var.
9437 (package-menu--generate, package-menu--print-info)
9438 (package-menu--status-predicate, package-menu-mark-install):
9439 Handle new status label "new".
9440
9441 2012-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
9442
9443 * emacs-lisp/cl-macs.el (cl-remf): Fix error in recent
9444 conversion to backquotes.
9445
9446 2012-06-12 Chong Yidong <cyd@gnu.org>
9447
9448 * emacs-lisp/edebug.el (edebug-inhibit-emacs-lisp-mode-bindings):
9449 Rename from gud-inhibit-global-bindings.
9450
9451 * emacs-lisp/eieio.el (eieio-pre-method-execution-hooks): Doc fix.
9452
9453 * nxml/nxml-glyph.el (nxml-glyph-set-functions): Rename abnormal
9454 hook from nxml-glyph-set-hook.
9455
9456 * progmodes/cwarn.el (cwarn-mode): Remove redundant variable
9457 declaration.
9458
9459 * progmodes/pascal.el (pascal-toggle-completions): Doc fix.
9460
9461 * textmodes/bibtex.el (bibtex-string-file-path, bibtex-file-path):
9462 Convert to defcustom.
9463
9464 2012-06-12 Drew Adams <drew.adams@oracle.com>
9465
9466 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
9467 New functions.
9468 (help-mode): Use them.
9469
9470 2012-06-11 Glenn Morris <rgm@gnu.org>
9471
9472 * progmodes/fortran.el (fortran-font-lock-keywords-3):
9473 Use preprocessor face for directives.
9474 (fortran-directive-re): Doc fix.
9475
9476 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
9477
9478 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Fix error in recent
9479 conversion to backquotes (bug#11652).
9480
9481 Fix compiler-expansion of CL's cXXr functions (bug#11673).
9482 * emacs-lisp/cl-lib.el (cl--defalias): New function.
9483 (cl-values, cl-values-list, cl-copy-seq, cl-svref, cl-first)
9484 (cl-second, cl-rest, cl-endp, cl-third, cl-fourth): Use it.
9485 (cl-plusp, cl-minusp, cl-fifth, cl-sixth, cl-seventh, cl-eighth)
9486 (cl-ninth, cl-tenth): Mark them as inlinable.
9487 (cl-caaar, cl-caadr, cl-cadar, cl-caddr, cl-cdaar, cl-cdadr)
9488 (cl-cddar, cl-cdddr, cl-caaaar, cl-caaadr, cl-caadar, cl-caaddr)
9489 (cl-cadaar, cl-cadadr, cl-caddar, cl-cadddr, cl-cdaaar, cl-cdaadr)
9490 (cl-cdadar, cl-cdaddr, cl-cddaar, cl-cddadr, cl-cdddar, cl-cddddr):
9491 Add a compiler-macro declaration to use cl--compiler-macro-cXXr.
9492 (cl-list*, cl-adjoin): Don't put an autoload manually.
9493 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin)
9494 (cl--compiler-macro-list*): Add autoload cookie.
9495 (cl--compiler-macro-cXXr): New function.
9496
9497 * help-fns.el (help-fns--compiler-macro): New function extracted from
9498 describe-function-1; follow aliases and use `compiler-macro' property.
9499 (describe-function-1): Use it.
9500
9501 2012-06-11 Chong Yidong <cyd@gnu.org>
9502
9503 * startup.el (fancy-splash-head): Use splash.svg even if librsvg
9504 is uninstalled, if imagemagick is installed.
9505
9506 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
9507
9508 * emacs-lisp/cl-lib.el: Use lexical-binding.
9509 (cl-map-extents, cl-maclisp-member): Remove.
9510 (cl--set-elt, cl--set-nthcdr, cl--set-buffer-substring)
9511 (cl--set-substring, cl--block-wrapper, cl--block-throw)
9512 (cl--compiling-file, cl--mapcar-many, cl--do-subst): Use "cl--" prefix.
9513 * emacs-lisp/cl-extra.el: Use lexical-binding.
9514 (cl--mapcar-many, cl--map-keymap-recursively, cl--map-intervals)
9515 (cl--map-overlays, cl--set-frame-visible-p, cl--progv-save)
9516 (cl--progv-before, cl--progv-after, cl--finite-do, cl--set-getf)
9517 (cl--do-remf, cl--do-prettyprint): Use "cl--" prefix.
9518 * emacs-lisp/cl-seq.el: Use lexical-binding.
9519 (cl--parsing-keywords, cl--check-key, cl--check-test-nokey)
9520 (cl--check-test, cl--check-match): Use "cl--" prefix and backquotes.
9521 (cl--alist, cl--sublis-rec, cl--nsublis-rec, cl--tree-equal-rec):
9522 * emacs-lisp/cl-macs.el (cl--lambda-list-keywords): Use "cl--" prefix.
9523 * edmacro.el (edmacro-mismatch): Simplify to remove dependence on
9524 CL's internals.
9525
9526 2012-06-11 Michael Albinus <michael.albinus@gmx.de>
9527
9528 Sync with Tramp 2.2.6-pre.
9529
9530 * net/tramp-cache.el (tramp-dump-connection-properties): Let-bind
9531 `print-length' and `print-level' to nil, in order to avoid
9532 truncation. Reported by Christopher Schmidt
9533 <christopher@ristopher.com>.
9534
9535 * net/tramp-cmds.el (tramp-cleanup-connection): Delete also process.
9536
9537 * net/tramp-compat.el (tramp-compat-condition-case-unless-debug):
9538 New defmacro.
9539 (tramp-compat-copy-directory): Add optional argument
9540 COPY-CONTENTS. It is not handled yet.
9541
9542 * net/tramp-ftp.el (tramp-disable-ange-ftp): Fix docstring.
9543 (tramp-ftp-file-name-p): Simplify.
9544
9545 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name):
9546 * net/tramp-gw.el (tramp-gw-open-connection): Add hop to
9547 connection vector.
9548
9549 * net/tramp-sh.el (tramp-copy-size-limit): Fix docstring.
9550 (tramp-methods): Do not use `tramp-password-end-of-line'.
9551 (tramp-completion-function-alist-putty): Handle UNIX case.
9552 (tramp-remote-path): Add "/opt/bin", "/opt/sbin" and "/opt/local/bin".
9553 (tramp-do-file-attributes-with-stat)
9554 (tramp-do-directory-files-and-attributes-with-stat) Return uid and
9555 gid as real numbers. They could run out of integer range on cygwin.
9556 (tramp-do-copy-or-rename-file-out-of-band): Better trace format.
9557 (tramp-sh-handle-expand-file-name): Handle hops.
9558 (tramp-open-connection-setup-interactive-shell):
9559 Use `tramp-cleanup'. Move check for busyboxes ...
9560 (tramp-find-shell): ... here. Simplify implementation.
9561 Set "remote-shell" property also for alternative shells.
9562 (tramp-remote-coding-commands): Check "test -c /dev/stdout".
9563 If failing, a regular file would be written otherwise.
9564 Reported by Dmitry Kurochkin <dmitry.kurochkin@gmail.com>.
9565 (tramp-find-inline-encoding): Cache the coding commands in the
9566 process cache. Apply test command on the remote side, if defined.
9567 (tramp-find-inline-compress): Cache the compress commands in the
9568 process cache.
9569 (tramp-compute-multi-hops): Save `tramp-default-proxies-alist'
9570 when requested. Handle hops.
9571 (tramp-current-connection): New defvar.
9572 (tramp-maybe-open-connection): Use `tramp-cleanup'.
9573 Throw `suppress', if there was a failed connection shortly before.
9574 Handle user interrupt. (Bug#10187)
9575 (tramp-get-inline-compress, tramp-get-inline-coding):
9576 Read connection properties from the process cache.
9577
9578 * net/tramp-smb.el (tramp-smb-server-version)
9579 (tramp-smb-wrong-passwd-regexp, tramp-smb-actions-with-tar):
9580 New defconsts.
9581 (tramp-smb-prompt): Extend for powershell prompt.
9582 (tramp-smb-file-name-handler-alist): Add handlers for
9583 `process-file', `shell-command' and `start-file-process'.
9584 (tramp-smb-winexe-program, tramp-smb-winexe-shell-command)
9585 (tramp-smb-winexe-shell-command-switch): New defcustoms.
9586 (tramp-smb-file-name-p): Simplify.
9587 (tramp-smb-action-with-tar, tramp-smb-handle-process-file)
9588 (tramp-smb-kill-winexe-function, tramp-smb-call-winexe)
9589 (tramp-smb-shell-quote-argument): New defuns.
9590 (tramp-smb-handle-copy-directory): Add COPY-CONTENTS argument.
9591 Implement using "tar". By this, time-stamps are preserved.
9592 (tramp-smb-handle-copy-file): Handle also the case of directories.
9593 (tramp-smb-do-file-attributes-with-stat)
9594 (tramp-smb-get-file-entries, tramp-smb-get-cifs-capabilities):
9595 Use `tramp-get-connection-buffer').
9596 (tramp-smb-handle-rename-file): Use "rename", when source and
9597 target are on the same share.
9598 (tramp-smb-maybe-open-connection): Handle wrong passwords.
9599 Use `tramp-smb-server-version'.
9600 (tramp-smb-wait-for-output): Remove prompt.
9601
9602 * net/tramp.el (top): Require 'cl.
9603 (tramp-methods, tramp-rsh-end-of-line):
9604 Remove `tramp-password-end-of-line' from docstring.
9605 (tramp-save-ad-hoc-proxies): New defcustom.
9606 (tramp-completion-function-alist): Adapt docstring.
9607 (tramp-default-password-end-of-line): Remove defcustom.
9608 (tramp-shell-prompt-pattern): Allow "[]" style prompts. (Bug#11065)
9609 (tramp-user-regexp, tramp-file-name-regexp-unified)
9610 (tramp-file-name-regexp-url): Extend regexp by hop separator.
9611 (tramp-postfix-hop-format, tramp-postfix-hop-regexp)
9612 (tramp-remote-file-name-spec-regexp): New defconst.
9613 (tramp-file-name-structure): Extend structure for hops.
9614 (tramp-get-method-parameter): Move up.
9615 (tramp-file-name-p, tramp-dissect-file-name)
9616 (with-parsed-tramp-file-name): Handle hops.
9617 (tramp-file-name-hop): New defun.
9618 (tramp-make-tramp-file-name): New optional arg HOP.
9619 (tramp-message-show-progress-reporter-message): New defvar.
9620 (tramp-with-progress-reporter): Use it. We cannot use
9621 `tramp-message-show-message' here, because this suppresses also
9622 error buffers.
9623 (tramp-error-with-buffer): Suppress buffer view, if
9624 `tramp-message-show-message' is nil.
9625 Use `tramp-get-connection-buffer'.
9626 (tramp-cleanup): New defun.
9627 (tramp-rfn-eshadow-update-overlay): Let-bind `non-essential' to `t'.
9628 (tramp-file-name-handler): If `debug-on-error' is set, propagate
9629 an error unchanged.
9630 (tramp-completion-handle-file-name-all-completions): Handle hops.
9631 Fix an error when called from ido.
9632 (tramp-completion-dissect-file-name): Use better local variable
9633 name. Add hop to the vector.
9634 (tramp-handle-insert-file-contents): Use progress-reporter for the
9635 whole scenario.
9636 (tramp-action-password): Let-bind `enable-recursive-minibuffers'
9637 to `t'.
9638 (tramp-check-for-regexp): Simplify search.
9639 (tramp-enter-password): Remove it. Move implementation ...
9640 (tramp-action-password): ... here.
9641 (tramp-mode-string-to-int, tramp-local-host-p)
9642 (tramp-make-tramp-temp-file, tramp-read-passwd)
9643 (tramp-clear-passwd, tramp-time-less-p, tramp-time-diff):
9644 Set tramp-autoload cookie.
9645
9646 * net/trampver.el: Update release number.
9647
9648 2012-06-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9649 Michael Albinus <michael.albinus@gmx.de>
9650
9651 * net/tramp.el (tramp-set-completion-function): Fix docstring.
9652 (tramp-parse-group, tramp-parse-file)
9653 (tramp-parse-shostkeys-sknownhosts): New defuns.
9654 (tramp-parse-rhosts, tramp-parse-rhosts-group, tramp-parse-shosts)
9655 (tramp-parse-shosts-group, tramp-parse-sconfig)
9656 (tramp-parse-sconfig-group, tramp-parse-shostkeys)
9657 (tramp-parse-sknownhosts, tramp-parse-hosts)
9658 (tramp-parse-hosts-group, tramp-parse-passwd, tramp-parse-netrc):
9659 Use them.
9660 (tramp-parse-passwd-group, tramp-parse-netrc-group)
9661 (tramp-parse-putty-group): Don't narrow.
9662 (tramp-parse-putty): Make a loop.
9663 (tramp-file-name-handler): Catch the `suppress' signal.
9664
9665 2012-06-11 Chong Yidong <cyd@gnu.org>
9666
9667 * image.el (imagemagick-register-types): Put the ImageMagick entry
9668 at the end of image-type-file-name-regexps.
9669
9670 2012-06-11 Johan Bockgård <bojohan@gnu.org>
9671
9672 * emacs-lisp/pcase.el (pcase-UPAT, pcase-QPAT): New edebug specs.
9673 (pcase, pcase-let*, pcase-dolist): Use them.
9674
9675 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
9676
9677 * emacs-lisp/pcase.el (pcase--let*): New function.
9678 (pcase-let*): Use it. Use pcase--memoize to avoid repeated expansions.
9679 (pcase--expand): Use macroexp-let².
9680
9681 2012-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
9682
9683 * emacs-lisp/timer.el, emacs-lisp/syntax.el, emacs-lisp/smie.el:
9684 * emacs-lisp/ewoc.el, emacs-lisp/cconv.el, emacs-lisp/bytecomp.el:
9685 * emacs-lisp/byte-opt.el, emacs-lisp/autoload.el: Convert to cl-lib.
9686 * emacs-lisp/easymenu.el, emacs-lisp/easy-mmode.el:
9687 * emacs-lisp/derived.el: Use pcase instead of `cl'.
9688 * emacs-lisp/cl-lib.el: Get rid of special cl-macs auto load.
9689
9690 2012-06-10 Glenn Morris <rgm@gnu.org>
9691
9692 * mail/rmail.el (rmail-yank-current-message): Leave point at
9693 correct position. (Bug#11660)
9694
9695 2012-06-10 Chong Yidong <cyd@gnu.org>
9696
9697 * allout-widgets.el: Fix code header.
9698
9699 2012-06-10 Chong Yidong <cyd@gnu.org>
9700
9701 * cus-edit.el (customize-changed-options-previous-release):
9702 Bump to 24.1.
9703
9704 2012-06-09 Andreas Schwab <schwab@linux-m68k.org>
9705
9706 * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200.
9707
9708 2012-06-09 Chong Yidong <cyd@gnu.org>
9709
9710 * ebuff-menu.el (electric-buffer-list): Preserve header line.
9711
9712 2012-06-09 Martin Rudalics <rudalics@gmx.at>
9713
9714 * window.el (special-display-popup-frame): Don't use
9715 window--display-buffer (Bug#11651).
9716
9717 2012-06-09 Eli Zaretskii <eliz@gnu.org>
9718
9719 Fix parallel builds: make sure loaddefs.el is not being written
9720 while Lisp files are compiled.
9721 (compile): Don't depend on 'mh-autoloads'.
9722 (compile-CMD, compile-SH): Depend on 'autoloads'.
9723 (bootstrap): Don't depend on 'autoloads' and 'mh-autoloads'.
9724
9725 * makefile.w32-in (BIG_STACK_DEPTH): Enlarge to 2200. (Bug#11649)
9726
9727 2012-06-09 Chong Yidong <cyd@gnu.org>
9728
9729 * face-remap.el (face-remap-add-relative, face-remap-set-base)
9730 (buffer-face-set, buffer-face-toggle, buffer-face-mode-invoke):
9731 Doc fixes (Bug#11225).
9732
9733 2012-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
9734
9735 * emacs-lisp/macroexp.el (macroexp--expand-all): Only autoload
9736 a function if there's a clear indication that it has a compiler-macro.
9737 * emacs-lisp/byte-run.el (defun-declarations-alist, defmacro, defun)
9738 (macro-declarations-alist): Add arglist to declaration functions.
9739 (defun-declarations-alist): Add `obsolete' and `compiler-macro'.
9740 * emacs-lisp/cl-seq.el (cl-member, cl-assoc):
9741 * emacs-lisp/cl-lib.el (cl-list*, cl-adjoin):
9742 * emacs-lisp/cl-extra.el (cl-get): Use the new `declare' statement.
9743 Also add autoload to find the compiler macro.
9744 * emacs-lisp/cl-macs.el (eql) [compiler-macro]: Remove.
9745 (cl--compiler-macro-member, cl--compiler-macro-assoc)
9746 (cl--compiler-macro-adjoin, cl--compiler-macro-list*)
9747 (cl--compiler-macro-get): New functions, replacing calls to
9748 cl-define-compiler-macro.
9749 (cl-typep) [compiler-macro]: Use macroexp-let².
9750
9751 2012-06-08 Nick Dokos <nicholas.dokos@hp.com> (tiny change)
9752
9753 * calendar/icalendar.el (icalendar--parse-vtimezone): Import TZID
9754 string properly, fixes Bug#11473.
9755
9756 2012-06-08 Chong Yidong <cyd@gnu.org>
9757
9758 * faces.el (set-face-attribute): Doc fix.
9759 (modify-face): Don't use :bold and :italic.
9760 (error, warning, success): Tweak definitions.
9761
9762 * cus-edit.el (custom-modified, custom-invalid, custom-rogue)
9763 (custom-modified, custom-set, custom-changed, custom-themed)
9764 (custom-saved, custom-button, custom-button-mouse)
9765 (custom-button-pressed, custom-state, custom-comment-tag)
9766 (custom-variable-tag, custom-group-tag-1, custom-group-tag)
9767 (custom-group-subtitle): Use new-style face specs.
9768 (custom-invalid-face, custom-rogue-face, custom-modified-face)
9769 (custom-set-face, custom-changed-face, custom-saved-face)
9770 (custom-button-face, custom-button-pressed-face)
9771 (custom-documentation-face, custom-state-face)
9772 (custom-comment-face, custom-comment-tag-face)
9773 (custom-variable-tag-face, custom-variable-button-face)
9774 (custom-face-tag-face, custom-group-tag-face-1)
9775 (custom-group-tag-face): Remove obsolete face alias.
9776
9777 * epa.el (epa-validity-high, epa-validity-medium)
9778 (epa-validity-low, epa-mark, epa-field-name, epa-string)
9779 (epa-field-name, epa-field-body):
9780 * font-lock.el (font-lock-comment-face, font-lock-string-face)
9781 (font-lock-keyword-face, font-lock-builtin-face)
9782 (font-lock-function-name-face, font-lock-variable-name-face)
9783 (font-lock-type-face, font-lock-constant-face):
9784 * ido.el (ido-first-match, ido-only-match, ido-subdir)
9785 (ido-virtual, ido-indicator, ido-incomplete-regexp):
9786 * speedbar.el (speedbar-button-face, speedbar-file-face)
9787 (speedbar-directory-face, speedbar-tag-face)
9788 (speedbar-selected-face, speedbar-highlight-face)
9789 (speedbar-separator-face):
9790 * whitespace.el (whitespace-newline, whitespace-space)
9791 (whitespace-hspace, whitespace-tab, whitespace-trailing)
9792 (whitespace-line, whitespace-space-before-tab)
9793 (whitespace-space-after-tab, whitespace-indentation)
9794 (whitespace-empty):
9795 * emulation/cua-base.el (cua-global-mark):
9796 * eshell/em-prompt.el (eshell-prompt):
9797 * net/newst-plainview.el (newsticker-new-item-face)
9798 (newsticker-old-item-face, newsticker-immortal-item-face)
9799 (newsticker-obsolete-item-face, newsticker-date-face)
9800 (newsticker-statistics-face, newsticker-default-face):
9801 * net/newst-reader.el (newsticker-feed-face)
9802 (newsticker-extra-face, newsticker-enclosure-face):
9803 * net/newst-treeview.el (newsticker-treeview-face)
9804 (newsticker-treeview-new-face, newsticker-treeview-old-face)
9805 (newsticker-treeview-immortal-face)
9806 (newsticker-treeview-obsolete-face)
9807 (newsticker-treeview-selection-face):
9808 * net/rcirc.el (rcirc-my-nick, rcirc-other-nick)
9809 (rcirc-bright-nick, rcirc-server, rcirc-timestamp)
9810 (rcirc-nick-in-message, rcirc-nick-in-message-full-line)
9811 (rcirc-prompt, rcirc-track-keyword, rcirc-url, rcirc-keyword):
9812 * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
9813 (nxml-outline-active-indicator, nxml-outline-ellipsis):
9814 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
9815 (mpuz-text):
9816 * progmodes/vera-mode.el (vera-font-lock-number)
9817 (vera-font-lock-function, vera-font-lock-interface):
9818 * textmodes/table.el (table-cell): Use new-style face specs, and
9819 don't use the old :bold and :italic attributes.
9820
9821 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
9822 (ebrowse-member-attribute, ebrowse-default, ebrowse-file-name)
9823 (ebrowse-member-class, ebrowse-progress): Likewise.
9824 (ebrowse-tree-mark-face, ebrowse-root-class-face)
9825 (ebrowse-file-name-face, ebrowse-default-face)
9826 (ebrowse-member-attribute-face, ebrowse-member-class-face)
9827 (ebrowse-progress-face): Remove obsolete faces.
9828
9829 * progmodes/flymake.el (flymake-errline, flymake-warnline):
9830 Inherit from error and warning faces respectively.
9831
9832 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
9833 Likewise.
9834 (flyspell-incorrect-face, flyspell-duplicate-face):
9835 Remove obsolete aliases.
9836
9837 2012-06-08 Michael Albinus <michael.albinus@gmx.de>
9838
9839 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
9840 Avoid infloop.
9841
9842 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
9843
9844 * startup.el (argv, argi): Make lexically scoped.
9845 * emacs-lisp/float-sup.el (pi): Use internal-make-var-non-special.
9846 * emacs-lisp/cl-macs.el: Use lexical-binding.
9847 Rename cl-bind-* to cl--bind-*.
9848 * files.el: Don't require `cl' since it doesn't use it.
9849 * emacs-lisp/pcase.el, emacs-lisp/macroexp.el: Add coding cookie.
9850
9851 2012-06-08 Juanma Barranquero <lekktu@gmail.com>
9852
9853 * textmodes/texinfmt.el: Fix bug#11640 (reverts part of 2008-07-31T05:33:56Z!dann@ics.uci.edu).
9854 (texinfo-format-printindex): Use `texinfo-sort-region' in all platforms,
9855 instead of calling external sort utility.
9856 (texinfo-sort-region, texinfo-sort-startkeyfun): Restore functions.
9857
9858 2012-06-08 Eli Zaretskii <eliz@gnu.org>
9859
9860 * descr-text.el (describe-char): Mention how to insert the
9861 character, if the current input method doesn't support it.
9862 See the discussion in this thread for the details:
9863 http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00533.html.
9864
9865 2012-06-08 Sam Steingold <sds@gnu.org>
9866
9867 * bindings.el (global-map): Bind XF86Forward to next-buffer and
9868 XF86Back to previous-buffer.
9869 (minibuffer-local-map): Bind them to next-history-element and
9870 previous-history-element respectively.
9871 * help-mode.el (help-mode-map): Bind them to help-go-forward and
9872 help-go-back respectively.
9873 * info.el (Info-mode-map): Bind them to Info-history-forward and
9874 Info-history-back respectively.
9875 These are the keys next to Up on the ThinkPad keyboard.
9876
9877 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
9878
9879 Get rid of cl-lexical-let, keeping only lexical-let for compatibility.
9880 * emacs-lisp/cl-macs.el: Provide itself.
9881 (cl--labels-convert-cache): New var.
9882 (cl--labels-convert): New function.
9883 (cl-flet, cl-labels): New implementation with new semantics, relying on
9884 lexical-binding.
9885 * emacs-lisp/cl.el: Mark compatibility aliases as obsolete.
9886 (cl-closure-vars, cl--function-convert-cache)
9887 (cl--function-convert): Move from cl-macs.el.
9888 (lexical-let, lexical-let*, flet, labels): Move from cl-macs.el and
9889 rename by removing the "cl-" prefix.
9890 * emacs-lisp/macroexp.el (macroexp-unprogn): New function.
9891
9892 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
9893
9894 * emacs-lisp/cl.el (cl-macroexpand, cl-macro-environment)
9895 (cl-macroexpand-all, cl-not-hash-table, cl-builtin-gethash)
9896 (cl-builtin-remhash, cl-builtin-clrhash, cl-builtin-maphash)
9897 (cl-map-keymap, cl-copy-tree, cl-gethash, cl-puthash, cl-remhash)
9898 (cl-clrhash, cl-maphash, cl-make-hash-table, cl-hash-table-p)
9899 (cl-hash-table-count): Add old compatibility aliases.
9900
9901 * emacs-lisp/cl-macs.el (cl-macro-environment): Remove var.
9902 Use macroexpand-all-environment instead.
9903 (cl--old-macroexpand): New var.
9904 (cl--sm-macroexpand): New function.
9905 (cl-symbol-macrolet): Use it during macro expansion.
9906 (cl--function-convert-cache): New var.
9907 (cl--function-convert): New function, extracted from
9908 cl-macroexpand-all.
9909 (cl-lexical-let): Use it.
9910
9911 * emacs-lisp/cl-lib.el (cl-macro-environment): Remove decl.
9912 (cl-macroexpand): Move to cl-macs.el and rename to cl--sm-macroexpand.
9913 (cl-member): Remove old alias.
9914
9915 * emacs-lisp/cl-extra.el (cl-map-keymap, cl-copy-tree)
9916 (cl-not-hash-table, cl-builtin-gethash, cl-builtin-remhash)
9917 (cl-builtin-clrhash, cl-builtin-maphash, cl-gethash, cl-puthash)
9918 (cl-remhash, cl-clrhash, cl-maphash, cl-make-hash-table)
9919 (cl-hash-table-p, cl-hash-table-count): Move to cl.el.
9920 (cl-macroexpand-cmacs): Remove var.
9921 (cl-macroexpand-all, cl-macroexpand-body): Remove funs.
9922 Use macroexpand-all instead.
9923
9924 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
9925
9926 * emacs-lisp/macroexp.el (macroexp-progn, macroexp-let*, macroexp-if)
9927 (macroexp-let², macroexp--const-symbol-p, macroexp-const-p)
9928 (macroexp-copyable-p): New functions and macros.
9929 * emacs-lisp/edebug.el (edebug-unwrap):
9930 * emacs-lisp/disass.el (disassemble-internal): Use macroexp-progn.
9931 * emacs-lisp/pcase.el: Use macroexp-let*, macroexp-if, ...
9932 (pcase--let*): Remove.
9933 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p)
9934 (byte-compile-constp): Remove. Use macroexp--const-symbol-p and
9935 macroexp-const-p instead.
9936 * emacs-lisp/byte-opt.el: Use macroexp-const-p and macroexp-progn.
9937
9938 * emacs-lisp/cl-macs.el: Clean up the name space by using "cl--"
9939 instead of "cl-" for internal definitions. Use macroexp-const-p.
9940 (cl-old-bc-file-form): Remove var.
9941 (cl-const-exprs-p): Remove fun.
9942 (cl-labels, cl-macrolet): Use backquote.
9943 (cl-lexical-let): Use cl-symbol-macrolet. Don't use cl-defun-expander.
9944 (cl-defun-expander, cl-byte-compile-compiler-macro): Remove fun.
9945 (cl-define-setf-expander): Rename from cl-define-setf-method.
9946 * emacs-lisp/cl.el: Adjust alias for define-setf-method.
9947
9948 * international/mule-cmds.el: Don't require CL.
9949 (view-hello-file): Don't use `letf'.
9950
9951 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
9952
9953 * tmm.el (tmm-prompt): Use string-prefix-p.
9954 (tmm-completion-delete-prompt): Don't affect current-buffer outside.
9955 (tmm-add-prompt): Use minibuffer-completion-help.
9956 (tmm-delete-map): Remove.
9957
9958 * subr.el (kbd): Make it its own function.
9959
9960 2012-06-07 Stefan Merten <smerten@oekonux.de>
9961
9962 * textmodes/rst.el: Use `eval-when-compile' for requiring `cl.el'.
9963 Silence compiler warnings. Fix versions.
9964 (rst-position-if, rst-position, rst-some, rst-signum): New functions.
9965 (rst-shift-region, rst-adornment-level, rst-compute-tabs)
9966 (rst-indent-line, rst-shift-region, rst-forward-line): Use them.
9967 (rst-package-emacs-version-alist): Correct Emacs version to
9968 represent major merge with upstream.
9969 (rst-transition, rst-adornment, rst-compile-toolsets): Fix versions.
9970
9971 2012-06-06 Glenn Morris <rgm@gnu.org>
9972
9973 * mail/emacsbug.el (report-emacs-bug): Add relevant EMACS env-vars.
9974 Only print environment variables if set.
9975
9976 2012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
9977
9978 * emacs-lisp/macroexp.el: Don't require CL since we don't use it.
9979 (macroexp--cons): Rename from maybe-cons.
9980 (macroexp--accumulate): Rename from macroexp-accumulate.
9981 (macroexp--all-forms): Rename from macroexpand-all-forms.
9982 (macroexp--all-clauses): Rename from macroexpand-all-clauses.
9983 (macroexp--expand-all): Rename from macroexpand-all-1.
9984
9985 2012-06-06 Sam Steingold <sds@gnu.org>
9986
9987 * calendar/calendar.el (calendar-in-read-only-buffer):
9988 Call `special-mode' to enable the standard read-only keybindings.
9989
9990 2012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
9991
9992 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't spam the output
9993 with "loading" messages (bug#11635).
9994
9995 2012-06-06 Michael Albinus <michael.albinus@gmx.de>
9996
9997 * files.el (enable-remote-dir-locals): New option.
9998 (hack-dir-local-variables): Use it. (Bug#1933, Bug#6731)
9999
10000 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
10001 Ensure, that the temp directory is local.
10002
10003 * net/tramp-sh.el (tramp-sh-handle-write-region): Let-bind
10004 `temporary-file-directory'.
10005
10006 * progmodes/python.el (python-send-region): Ensure, that the
10007 temporary file is created also in the remote case.
10008
10009 2012-06-06 Glenn Morris <rgm@gnu.org>
10010
10011 * vc/vc-rcs.el (vc-rcs-rcs2log-program): New.
10012 (vc-rcs-update-changelog): Use it.
10013
10014 * emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff.
10015
10016 * vc/vc-sccs.el (vc-sccs-write-revision): New function.
10017 (vc-sccs-workfile-unchanged-p): Use vc-sccs-write-revision.
10018 (vc-sccs-diff): Replace use of the external vcdiff script.
10019
10020 2012-06-05 Glenn Morris <rgm@gnu.org>
10021
10022 * ledit.el: Move to obsolete/.
10023
10024 2012-06-05 Sam Steingold <sds@gnu.org>
10025
10026 * calendar/calendar.el (calendar-exit): Reinstate the 2012-03-28
10027 patch (Bug#11140).
10028
10029 2012-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
10030
10031 * emacs-lisp/cust-print.el: Move to obsolete.
10032
10033 * emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during
10034 compiler-macro expansion.
10035
10036 Add native compiler-macro support.
10037 * emacs-lisp/macroexp.el (macroexpand-all-1):
10038 Support compiler-macros directly. Properly follow aliases and apply
10039 the compiler macros more thoroughly.
10040 * emacs-lisp/cl.el: Don't copy compiler-macro properties any more since
10041 macroexpand now properly follows aliases.
10042 * emacs-lisp/cl-macs.el (toplevel, cl-define-compiler-macro)
10043 (cl-compiler-macroexpand): Use new prop.
10044 * emacs-lisp/byte-opt.el (featurep): Optimize earlier.
10045
10046 * emacs-lisp/cl-lib.el (custom-print-functions): Add alias.
10047
10048 2012-06-05 Martin Rudalics <rudalics@gmx.at>
10049
10050 * window.el (get-lru-window, get-mru-window, get-largest-window):
10051 New argument NOT-SELECTED to avoid picking the selected window.
10052 (window--display-buffer-1, window--display-buffer-2): Replace by
10053 new function window--display-buffer
10054 (display-buffer-same-window, display-buffer-reuse-window)
10055 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
10056 Use window--display-buffer.
10057 (display-buffer-use-some-window): Remove temporary dedication
10058 hack by calling get-lru-window and get-largest-window with
10059 NOT-SELECTED argument non-nil. Call window--display-buffer.
10060
10061 2012-06-05 Glenn Morris <rgm@gnu.org>
10062
10063 * vc/vc-sccs.el (vc-sccs-workfile-unchanged-p):
10064 Replace external vcdiff script.
10065
10066 2012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
10067
10068 * emacs-lisp/cl-lib.el (cl-values, cl-values-list): Fix up last change.
10069
10070 2012-06-04 Chong Yidong <cyd@gnu.org>
10071
10072 * image.el (imagemagick-types-inhibit): Revert last change.
10073 Add INFO and M.
10074 (imagemagick-enabled-types): Remove CIN and EPS*.
10075
10076 2012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
10077
10078 * emacs-lisp/cl-lib.el: Rename from cl.el.
10079 * emacs-lisp/cl.el: New compatibility file.
10080 * emacs-lisp/cl-lib.el, emacs-lisp/cl-seq.el, emacs-lisp/cl-macs.el:
10081 * emacs-lisp/cl-extra.el: Rename all top-level functions and variables
10082 to obey the "cl-" prefix.
10083 * emacs-lisp/macroexp.el (macroexpand-all-1): Adjust to new name.
10084
10085 2012-06-03 Glenn Morris <rgm@gnu.org>
10086
10087 * emacs-lisp/authors.el (authors-aliases): Addition.
10088
10089 * cus-start.el (tool-bar-style, tool-bar-max-label-size):
10090 Fix :version.
10091
10092 2012-06-03 Stefan Merten <smerten@oekonux.de>
10093
10094 * textmodes/rst.el: Add comments.
10095 (rst-transition, rst-adornment): New faces.
10096 (rst-adornment-faces-alist): Make default safe to reevaluate.
10097 Fixes
10098 http://sourceforge.net/tracker/?func=detail&atid=422030&aid=3479603&group_id=38414.
10099 Improve customization tags.
10100 (rst-define-level-faces): Clarify meaning.
10101
10102 2012-06-03 Chong Yidong <cyd@gnu.org>
10103
10104 * progmodes/compile.el (compilation-mode-line-fail)
10105 (compilation-mode-line-run, compilation-mode-line-exit):
10106 New faces.
10107 (compilation-start, compilation-handle-exit): Use them (Bug#11032).
10108
10109 2012-06-03 Jack Duthen <duthen.mac.01@gmail.com> (tiny change)
10110
10111 * progmodes/which-func.el (which-func-update-ediff-windows):
10112 New function. Use it in ediff-select-hook (Bug#11478).
10113
10114 2012-06-03 Chong Yidong <cyd@gnu.org>
10115
10116 * bindings.el: Remove explicit help text from format-mode-line.
10117 It is now supplied by mode-line-default-help-echo.
10118 (mode-line-front-space, mode-line-end-spaces)
10119 (mode-line-misc-info): New variables.
10120 (mode-line-modes, mode-line-position): Move the default value to
10121 the variable definition.
10122 (mode-line-default-help-echo): New defcustom.
10123 (mode-line-mule-info-help-echo, mode-line-read-only-help-echo)
10124 (mode-line-modified-help-echo): New functions.
10125 (mode-line-mule-info, mode-line-modified): Use them.
10126 (mode-line-eol-desc, propertized-buffer-identification):
10127 Consistency fixes for help text.
10128 (mode-line-coding-system-map): Allow using mouse-3 to invoke
10129 set-buffer-file-coding-system (Bug#289).
10130 (mode-line-mule-info-help-echo): Update help text.
10131
10132 2012-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
10133
10134 * simple.el (execute-extended-command): Set real-this-command
10135 (bug#11506).
10136
10137 2012-06-02 Chong Yidong <cyd@gnu.org>
10138
10139 Remove incorrect uses of "modeline" in comments, docstrings, and
10140 function/variable names (Bug#10329).
10141
10142 * cus-edit.el (mode-line):
10143 * dframe.el (dframe-mouse-hscroll):
10144 * emacs-lisp/re-builder.el:
10145 * emacs-lisp/easy-mmode.el (define-minor-mode):
10146 * frame.el (set-frame-name):
10147 * help.el (lookup-minor-mode-from-indicator):
10148 * net/rcirc.el (rcirc-activity-string, rcirc-short-buffer-name):
10149 * progmodes/cc-cmds.el (c-toggle-auto-newline)
10150 (c-toggle-hungry-state):
10151 * progmodes/antlr-mode.el (antlr-language-alist):
10152 * progmodes/idlw-shell.el (idlwave-shell-electric-stop-line-face):
10153 * progmodes/vhdl-mode.el (vhdl-mode):
10154 * progmodes/which-func.el (which-func, which-func-cleanup-function):
10155 * term/ns-win.el (ns-face-at-pos):
10156 * term/sup-mouse.el (sup-mouse-report):
10157 * textmodes/flyspell.el (flyspell-mode-line-string):
10158 * textmodes/ispell.el (ispell-highlight-face):
10159 * textmodes/reftex-global.el:
10160 * vc/vc-arch.el (vc-arch-mode-line-string):
10161 * vc/vc-cvs.el (vc-cvs-mode-line-string):
10162 * vc/vc-git.el (vc-git-mode-line-string):
10163 * vc/vc-hooks.el (vc-display-status)
10164 (vc-default-mode-line-string):
10165 * vc/vc-mtn.el (vc-mtn-mode-line-string): Doc fixes.
10166
10167 * ansi-color.el (ansi-color-faces-vector): Change default faces.
10168
10169 * dired.el (dired-sort-set-mode-line): Rename from
10170 dired-sort-set-modeline. All callers changed.
10171
10172 * eshell/esh-mode.el (eshell-status-in-mode-line): Rename from
10173 eshell-status-in-modeline.
10174
10175 * foldout.el (foldout-mode-line-string): Rename from
10176 foldout-modeline-string. All callers changed.
10177 (foldout-update-mode-line): Rename from foldout-update-modeline.
10178
10179 * subr.el (redraw-modeline): Make into obsolete alias.
10180
10181 * calendar/timeclock.el (timeclock-mode-line-display): Rename from
10182 timeclock-modeline-display. Make old name an alias.
10183 (timeclock-update-mode-line): Likewise. All callers changed.
10184 (timeclock-mode-line-display): No need to check before using
10185 add-hook.
10186 (timeclock-relative, timeclock-day-over-hook)
10187 (timeclock-use-elapsed, timeclock-mode-string)
10188 (timeclock-mode-line-display): Doc fix, "modeline" -> "mode line".
10189
10190 * emulation/crisp.el (crisp-mode-mode-line-string): Rename from
10191 crisp-mode-modeline-string.
10192
10193 * play/solitaire.el (solitaire-build-mode-line): Rename from
10194 solitaire-build-modeline. All callers changed.
10195
10196 * play/zone.el (zone-hiding-mode-line): Rename from
10197 zone-hiding-modeline. All callers changed.
10198 (zone): Remove unusued `modeline-hidden-level' property.
10199
10200 * progmodes/xscheme.el (xscheme-mode-line-initialize): Rename from
10201 xscheme-modeline-initialize. All callers changed.
10202
10203 * strokes.el (strokes-lighter): Rename from
10204 strokes-modeline-string.
10205
10206 * textmodes/sgml-mode.el (html-face-tag-alist)
10207 (html-tag-face-alist): Use mode-line face instead of obsolete
10208 alias modeline.
10209
10210 2012-06-02 Stefan Merten <smerten@oekonux.de>
10211
10212 * textmodes/rst.el: Always require `cl'.
10213 (rst-mode-map): Fix meaning of C-M-a / C-M-e.
10214
10215 2012-06-02 Chong Yidong <cyd@gnu.org>
10216
10217 * image.el (imagemagick-enabled-types): Rename from
10218 imagemagick-types-enable. Add many more types.
10219 (imagemagick-types-inhibit): Change default to nil.
10220 (imagemagick-filter-types): Caller changed.
10221
10222 2012-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
10223
10224 * emacs-lisp/cl-macs.el: Use backquotes.
10225 (cl-transform-function-property): Use eval-and-compile rather than
10226 abusing `require'.
10227 (defstruct): Use declare-function instead of with-no-warnings.
10228
10229 * emacs-lisp/bytecomp.el: Fix last change (bug#11594).
10230 (byte-compile-output-docform): Re-add the print-circle bindings.
10231 (byte-compile-fix-header): Use #$ just because it's shorter.
10232 (byte-compile-output-file-form): Remove defun/defmacro.
10233
10234 2012-06-01 Martin Rudalics <rudalics@gmx.at>
10235
10236 * simple.el (choose-completion): Remove now obsolete binding for
10237 owindow.
10238
10239 2012-06-01 Michael Albinus <michael.albinus@gmx.de>
10240
10241 * net/tramp.el (tramp-check-for-regexp): Search from buffer end,
10242 in order to avoid "Stack overflow in regexp matcher".
10243
10244 2012-05-31 Glenn Morris <rgm@gnu.org>
10245
10246 * image.el: For clarity, call imagemagick-register-types at
10247 top-level, rather than relying on a custom :initialize.
10248 (imagemagick-types-enable): New option. (Bug#11557)
10249 (imagemagick-filter-types): New function. (Bug#7406)
10250 (imagemagick-register-types): Use imagemagick-filter-types.
10251 If disabling support, remove elements altogether rather
10252 than using an impossible regexp.
10253 (imagemagick-types-inhibit): Give it the default init function.
10254
10255 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
10256
10257 * emacs-lisp/bytecomp.el (byte-compile-fix-header):
10258 Handle arbitrary file name lengths (Bug#11585).
10259
10260 2012-05-31 Martin Rudalics <rudalics@gmx.at>
10261
10262 * desktop.el (desktop-read): Clear previous and next buffers for
10263 all windows and bury *Messages* buffer (bug#11556).
10264
10265 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
10266
10267 Add `declare' for `defun'. Align `defmacro's with it.
10268 * emacs-lisp/easy-mmode.el (define-minor-mode)
10269 (define-globalized-minor-mode): Don't autoload the var definitions.
10270 * emacs-lisp/byte-run.el: Use lexical-binding.
10271 (defun-declarations-alist, macro-declarations-alist): New vars.
10272 (defmacro, defun): Use them.
10273 (make-obsolete, define-obsolete-function-alias)
10274 (make-obsolete-variable, define-obsolete-variable-alias):
10275 Use `declare'.
10276 (macro-declaration-function): Mark obsolete.
10277 * emacs-lisp/autoload.el: Use lexical-binding.
10278 (make-autoload): Add `expansion' arg. Rely more on macro expansion.
10279
10280 2012-05-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
10281
10282 * textmodes/ispell.el (ispell-with-no-warnings):
10283 Define as a macro.
10284 (ispell-kill-ispell, ispell-change-dictionary):
10285 Use `called-interactively-p' for Emacs instead of obsolete
10286 `interactive-p'.
10287
10288 2012-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
10289
10290 * emacs-lisp/byte-run.el (defmacro, defun): Move from C.
10291 (macro-declaration-function): Move var from C code.
10292 (macro-declaration-function): Define function with defalias.
10293 * emacs-lisp/macroexp.el (macroexpand-all-1):
10294 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
10295 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't handle
10296 defun/defmacro any more.
10297 * emacs-lisp/bytecomp.el (byte-compile-arglist-signature):
10298 Provide fallback for unknown arglist.
10299 (byte-compile-arglist-warn): Change calling convention.
10300 (byte-compile-output-file-form): Move print-vars binding.
10301 (byte-compile-output-docform): Simplify accordingly.
10302 (byte-compile-file-form-defun, byte-compile-file-form-defmacro)
10303 (byte-compile-defmacro-declaration): Remove.
10304 (byte-compile-file-form-defmumble): Generalize to defalias.
10305 (byte-compile-output-as-comment): Return byte-positions.
10306 Simplify callers accordingly.
10307 (byte-compile-lambda): Use `assert'.
10308 (byte-compile-defun, byte-compile-defmacro): Remove.
10309 (byte-compile-file-form-defalias):
10310 Use byte-compile-file-form-defmumble.
10311 (byte-compile-defalias-warn): Remove.
10312
10313 2012-05-29 Stefan Merten <smerten@oekonux.de>
10314
10315 * textmodes/rst.el: Silence `checkdoc-ispell' errors where
10316 possible. Fix authors. Improve comments. Improve loading of `cl'.
10317
10318 (rst-mode-abbrev-table): Merge definition.
10319 (rst-mode): Make sure `font-lock-defaults' is buffer local.
10320 (rst-define-key, rst-deprecated-keys, rst-call-deprecated): Refactor.
10321
10322 2012-05-29 Ulf Jasper <ulf.jasper@web.de>
10323
10324 * calendar/icalendar.el
10325 (icalendar-export-region): Export UID properly.
10326
10327 2012-05-29 Leo Liu <sdl.web@gmail.com>
10328 * calendar/icalendar.el (icalendar-import-format):
10329 Add `icalendar-import-format-uid' (Bug#11525).
10330 (icalendar-import-format-uid): New.
10331 (icalendar--parse-summary-and-rest, icalendar--format-ical-event):
10332 Export UID.
10333
10334 2012-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
10335
10336 * emacs-lisp/pcase.el (pcase--expand): Accept different sets of vars in
10337 different alternative patterns.
10338 (pcase-codegen): Be more careful to preserve identity.
10339 (pcase--u1): Don't forget to mark vars as used.
10340
10341 * emacs-lisp/bytecomp.el (byte-compile-constp): Treat #'v as a constant.
10342 (byte-compile-close-variables): Bind byte-compile--outbuffer here...
10343 (byte-compile-from-buffer): ...rather than here.
10344
10345 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Don't re-preprocess
10346 functions from byte-compile-function-environment.
10347
10348 2012-05-29 Troels Nielsen <bn.troels@gmail.com>
10349
10350 * window.el (window-deletable-p): Avoid deleting the root window
10351 of a frame with an active minibuffer.
10352
10353 2012-05-29 Martin Rudalics <rudalics@gmx.at>
10354
10355 * simple.el (choose-completion): Use quit-window (Bug#11567).
10356
10357 2012-05-29 Chong Yidong <cyd@gnu.org>
10358
10359 * whitespace.el (whitespace-cleanup): Fix usage of
10360 whitespace-empty-at-bob-regexp (Bug#11492).
10361
10362 2012-05-29 Aaron S. Hawley <aaron.s.hawley@gmail.com>
10363
10364 * vc/vc.el (vc-revert, vc-rollback): Dont kill vc-diff buffer on
10365 revert (Bug#11488).
10366
10367 2012-05-29 Juri Linkov <juri@jurta.org>
10368
10369 * isearch.el (isearch-mode-map): Bind `M-s _' to
10370 `isearch-toggle-symbol'. Bind `M-s c' to
10371 `isearch-toggle-case-fold'.
10372 (search-map): Bind `M-s _' to `isearch-forward-symbol'.
10373 (isearch-forward): Add `M-s _' to the docstring.
10374 (isearch-forward-symbol, isearch-toggle-case-fold)
10375 (isearch-symbol-regexp): New functions. (Bug#11381)
10376
10377 2012-05-29 Juri Linkov <juri@jurta.org>
10378
10379 * isearch.el (isearch-word): Add docstring. (Bug#11381)
10380 (isearch-occur, isearch-search-and-update): If `isearch-word' is
10381 a function, call it to get the regexp.
10382 (isearch-message-prefix): If `isearch-word' holds a symbol, use its
10383 property `isearch-message-prefix' instead of the string "word ".
10384 (isearch-search-fun-default): For the case of `isearch-word',
10385 return a lambda that calls re-search-forward/re-search-backward
10386 with a regexp returned by `word-search-regexp' or by the function
10387 in `isearch-word'.
10388
10389 2012-05-29 Juri Linkov <juri@jurta.org>
10390
10391 * isearch.el (isearch-search-fun-default): New function.
10392 (isearch-search-fun): Move default part to the new function
10393 `isearch-search-fun-default'.
10394 (isearch-search-fun-function): Set the default value to
10395 `isearch-search-fun-default'. (Bug#11381)
10396
10397 * comint.el (comint-history-isearch-end):
10398 Use `isearch-search-fun-default'.
10399 (comint-history-isearch-search): Use `isearch-search-fun-default'
10400 and remove spacial case for `isearch-word'.
10401 (comint-history-isearch-wrap): Remove spacial case for
10402 `isearch-word'.
10403
10404 * hexl.el (hexl-isearch-search-function):
10405 Use `isearch-search-fun-default'.
10406
10407 * info.el (Info-isearch-search): Use `isearch-search-fun-default'.
10408 Use `word-search-regexp' for `isearch-word'.
10409
10410 * misearch.el (multi-isearch-search-fun):
10411 Use `isearch-search-fun-default'.
10412
10413 * simple.el (minibuffer-history-isearch-search):
10414 Use `isearch-search-fun-default' and remove spacial case for
10415 `isearch-word'.
10416 (minibuffer-history-isearch-wrap): Remove spacial case for
10417 `isearch-word'.
10418
10419 * textmodes/reftex-global.el (reftex-isearch-wrap-function):
10420 Remove spacial case for `isearch-word'.
10421 (reftex-isearch-isearch-search): Use `isearch-search-fun-default'.
10422
10423 2012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
10424
10425 Decrease XEmacs incompatibilities.
10426 * textmodes/flyspell.el (flyspell-check-pre-word-p):
10427 Use `string-match'.
10428 (flyspell-delete-region-overlays): Use alternative definition for
10429 XEmacs.
10430 (flyspell-delete-all-overlays): Use `flyspell-delete-region-overlays'.
10431 (flyspell-word): Use `process-kill-without-query' if XEmacs.
10432 (flyspell-mode-on): Use `interactive-p' if XEmacs.
10433 (flyspell-incorrect-face, flyspell-duplicate-face): Do not use
10434 `define-obsolete-face-alias' under XEmacs, but old method.
10435
10436 * textmodes/ispell.el (ispell-with-no-warnings): XEmacs alternative
10437 `with-no-warnings' definition or Emacs alias.
10438 (ispell-command-loop, ispell-message): Use `ispell-with-no-warnings'.
10439 (ispell-word): Do not use `region-p' if XEmacs.
10440
10441 2012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
10442
10443 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
10444 Check for `ispell-dictionary-base-alist' instead of full
10445 `ispell-dictionary-alist'.
10446 (ispell-init-process): Show spellchecker when starting new Ispell
10447 process.
10448
10449 2012-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
10450
10451 * progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
10452 http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
10453
10454 2012-05-27 Juanma Barranquero <lekktu@gmail.com>
10455
10456 * version.el (motif-version-string, gtk-version-string)
10457 (ns-version-string): Declare.
10458
10459 2012-05-27 Juri Linkov <juri@jurta.org>
10460
10461 * emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
10462 after the `eval-defun-1' specialcaseing
10463 like in `edebug-eval-defun' (bug#10181).
10464
10465 * emacs-lisp/edebug.el (edebug-eval-defun): Set `face-documentation'
10466 like in `eval-defun-1'.
10467
10468 2012-05-27 Eli Zaretskii <eliz@gnu.org>
10469
10470 * mail/sendmail.el (mail-yank-region):
10471 Recognize rmail-yank-current-message in addition to insert-buffer.
10472 Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
10473 a *mail* buffer created through rmail-start-mail with sendmail as
10474 mail-user-agent.
10475
10476 2012-05-27 Chong Yidong <cyd@gnu.org>
10477
10478 * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
10479 Default to 256 (Bug#11267).
10480
10481 * help.el (describe-mode): Doc fix.
10482
10483 2012-05-26 Glenn Morris <rgm@gnu.org>
10484
10485 * w32-fns.el (w32-init-info): Remove.
10486 * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
10487
10488 * info.el (info-initialize): For self-contained NS builds, put the
10489 included info/ directory at the front. (Bug#2791)
10490
10491 * paths.el (Info-default-directory-list): Make it a defcustom,
10492 mainly so that we can use custom-initialize-delay.
10493
10494 2012-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
10495
10496 * subr.el (buffer-has-markers-at): Mark obsolete.
10497
10498 * subr.el (lambda): Use declare.
10499
10500 * emacs-lisp/lisp-mode.el (lambda):
10501 * emacs-lisp/edebug.el (lambda): Move properties to its definition.
10502
10503 2012-05-26 Aaron S. Hawley <aaron.s.hawley@gmail.com>
10504
10505 * thingatpt.el (forward-same-syntax): Handle no ARG case. (Bug#11560)
10506
10507 2012-05-26 Glenn Morris <rgm@gnu.org>
10508
10509 * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
10510
10511 2012-05-25 Glenn Morris <rgm@gnu.org>
10512
10513 * paths.el: Remove no-byte-compile.
10514 * loadup.el: No need to load paths.el uncompiled.
10515
10516 * image.el (imagemagick-types-inhibit): Doc fix.
10517
10518 * version.el: Remove no-byte-compile and associated formatting.
10519 * loadup.el: No need to load version.el uncompiled. AFAICS, this
10520 is ancient code from when there was an "inc-vers.el".
10521
10522 2012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
10523
10524 * progmodes/gdb-mi.el: Minor style changes.
10525 (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
10526 Turn into minor modes.
10527 (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
10528 (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
10529 (gdb-shell): Remove unneeded let-binding.
10530 (gdb-get-many-fields): Eliminate O(n²) behavior.
10531
10532 2012-05-25 Eli Zaretskii <eliz@gnu.org>
10533
10534 * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
10535 platforms that don't link in fontset.c.
10536
10537 2012-05-25 Juri Linkov <juri@jurta.org>
10538
10539 Use the same diff color scheme as in modern VCSes (bug#10181).
10540
10541 * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
10542 to avoid confusion with `diff-added' that now uses green colors.
10543 (diff-removed): Use shades of red.
10544 (diff-added): Use shades of green.
10545 (diff-changed): Leave just the yellow color.
10546 (diff-use-changed-face): New variable.
10547 (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
10548 how to highlight context diff changes.
10549 (diff-refine-change): Use shades of yellow.
10550 (diff-refine-removed): New face that uses shades of red.
10551 (diff-refine-added): New face that uses shades of green.
10552 (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
10553 `diff-refine-removed' in the call to `smerge-refine-subst'
10554 depending on the value of `diff-use-changed-face'.
10555
10556 * vc/smerge-mode.el (smerge-mine): Use shades of red.
10557 (smerge-other): Use shades of green.
10558 (smerge-base): Use shades of yellow.
10559 (smerge-refined-change): Empty face.
10560 (smerge-refined-removed): New face that uses shades of red.
10561 (smerge-refined-added): New face that uses shades of green.
10562 (smerge-refine-subst): Rename arg `props' to `props-c'. Add new
10563 args `props-r' and `props-a', and use them. Doc fix.
10564 (smerge-refine): Evaluate `smerge-use-changed-face' and depending
10565 on its value use different faces `smerge-refined-change',
10566 `smerge-refined-removed', `smerge-refined-added' in the call to
10567 `smerge-refine-subst'.
10568
10569 * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
10570 Add face condition `min-colors 88' with shades of red.
10571 (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
10572 `min-colors 88' with shades of green.
10573 (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
10574 `min-colors 88' with shades of yellow.
10575
10576 2012-05-24 Glenn Morris <rgm@gnu.org>
10577
10578 * paths.el (prune-directory-list, remote-shell-program): Move to...
10579 * files.el (prune-directory-list, remote-shell-program): ...here.
10580 For the latter, delay initialization, prefer ssh, just search PATH.
10581
10582 * paths.el (term-file-prefix): Move to faces.el (the only user).
10583 * faces.el (term-file-prefix): Move here, make it a defcustom.
10584
10585 * paths.el (news-directory, news-path, news-inews-program):
10586 Move to gnus/nnspool.el.
10587
10588 * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
10589
10590 * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
10591 * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
10592 Make the latter a defcustom, with a delayed initialization.
10593
10594 * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
10595 These were deleted from Gnus itself late 2010.
10596
10597 2012-05-22 Juanma Barranquero <lekktu@gmail.com>
10598
10599 * progmodes/which-func.el (which-func-ff-hook):
10600 Check against user-error, not error.
10601
10602 * emacs-lisp/edebug.el (top): Do not load or set up loading of
10603 cl-specs.el, which no longer exists.
10604
10605 2012-05-22 Glenn Morris <rgm@gnu.org>
10606
10607 * info.el (info-emacs-bug): New command.
10608 * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
10609 * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
10610
10611 2012-05-21 Glenn Morris <rgm@gnu.org>
10612
10613 * makefile.w32-in (update-subdirs-SH):
10614 * Makefile.in (update-subdirs): Update for moved update-subdirs.
10615
10616 2012-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
10617
10618 * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
10619
10620 * progmodes/compile.el (compilation-error-regexp-alist-alist):
10621 Simplify Maven regexp, and make sure the file can't start with a space
10622 (bug#11517).
10623
10624 2012-05-21 Glenn Morris <rgm@gnu.org>
10625
10626 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
10627 Scrap superfluous subshells.
10628
10629 2012-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
10630
10631 * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
10632 (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
10633
10634 2012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
10635
10636 * calc/calc.el (calc-ensure-consistent-units): New variable.
10637
10638 * calc/calc-units.el (math-consistent-units-p)
10639 (math-check-unit-consistency): New functions.
10640 (calc-quick-units, calc-convert-units):
10641 Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
10642 is non-nil.
10643 (calc-extract-units): Fix typo.
10644
10645 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
10646
10647 * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
10648
10649 * textmodes/flyspell.el: Commenting style, plus code simplifications.
10650 (flyspell-default-deplacement-commands): Don't spell check after
10651 repeated window/frame switches (e.g. triggered by mouse-movement).
10652 (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
10653 (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
10654 (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
10655 (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
10656 Remove unused vars.
10657 (flyspell-get-casechars, flyspell-get-not-casechars):
10658 Simplify; Don't bother removing a ] just to add it back.
10659 * textmodes/ispell.el (ispell-program-name): Use executable-find.
10660
10661 2012-05-18 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
10662
10663 * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
10664 New functions.
10665 (math-function-table): Add support for more C functions.
10666
10667 2012-05-18 Agustín Martín Domingo <agustin.martin@hispalinux.es>
10668
10669 * textmodes/flyspell.el (flyspell-check-pre-word-p)
10670 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
10671 Protect delay handling for otherchars against empty otherchars.
10672
10673 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
10674
10675 * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
10676 their respective macro declarations.
10677 * skeleton.el (define-skeleton):
10678 * progmodes/compile.el (define-compilation-mode):
10679 * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
10680 (define-ibuffer-filter):
10681 * emacs-lisp/generic.el (define-generic-mode):
10682 * emacs-lisp/easy-mmode.el (define-minor-mode)
10683 (define-globalized-minor-mode):
10684 * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
10685 * emacs-lisp/byte-run.el (defsubst):
10686 * custom.el (deftheme): Add doc-string metadata.
10687
10688 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
10689
10690 * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
10691
10692 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
10693
10694 * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
10695
10696 * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
10697 * emacs-lisp/cl-macs.el: Idem.
10698 * emacs-lisp/cl-specs.el: Remove.
10699
10700 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
10701
10702 Minor renaming of internal CL functions and variables.
10703 * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
10704 (cl--position): Rename from cl-position.
10705 (cl--delete-duplicates): Rename from cl-delete-duplicates.
10706 * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
10707 (cl--random-state): Rename from *random-state*.
10708
10709 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
10710
10711 * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
10712 parens around the arg list (bug#11499).
10713
10714 2012-05-17 Juri Linkov <juri@jurta.org>
10715
10716 * isearch.el (word-search-regexp, word-search-backward)
10717 (word-search-forward, word-search-backward-lax)
10718 (word-search-forward-lax): Move functions from search.c
10719 (bug#10145, bug#11381).
10720
10721 2012-05-16 Agustín Martín Domingo <agustin.martin@hispalinux.es>
10722
10723 * textmodes/flyspell.el (flyspell-check-pre-word-p)
10724 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
10725 Delay for otherchars as for normal word components.
10726
10727 2012-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
10728
10729 * minibuffer.el (completion--sifn-requote): Fix last change.
10730 (minibuffer-local-must-match-filename-map):
10731 Move define-obsolete-variable-alias before its var.
10732
10733 2012-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
10734
10735 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
10736
10737 * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
10738 behavior.
10739 (completion--string-equal-p): New function.
10740 (completion--twq-all): Use it to get better assertion failure data.
10741
10742 Only handle ".." and '..' quoting in shell-mode (bug#11466).
10743 * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
10744 (shell--requote-argument): New functions.
10745 (shell-completion-vars): Use them.
10746 (shell--parse-pcomplete-arguments): Rename from
10747 shell-parse-pcomplete-arguments.
10748 * comint.el (comint-word): Obey comint-file-name-quote-list. Simplify.
10749 (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
10750 Obey comint-file-name-quote-list.
10751
10752 * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
10753 (smie-indent-keyword): Use it.
10754
10755 2012-05-14 Stefan Merten <smerten@oekonux.de>
10756
10757 * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
10758
10759 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
10760
10761 * net/rlogin.el (rlogin-mode-map): Fix last change.
10762
10763 2012-05-14 Jason L. Wright <jason.wright@inl.gov> (tiny change)
10764
10765 * mail/smtpmail.el (smtpmail-send-command): Send the command and
10766 the following \r\n using a single `process-send-string', since the
10767 Lotus SMTP server refuses to accept any commands if they are sent
10768 with two `process-send-string's (Bug#11444).
10769
10770 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
10771
10772 * shell.el (shell-parse-pcomplete-arguments):
10773 Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
10774
10775 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
10776
10777 * image-mode.el: Fit to width/height for rotated images (Bug#11431).
10778 (image-transform-scale, image-transform-right-angle-fudge): New vars.
10779 (image-transform-width, image-transform-fit-width): New functions.
10780 (image-transform-properties): Use them.
10781 (image-transform-check-size): New function.
10782 (image-toggle-display-image): Use it (for testing).
10783 (image-transform-set-rotation): Reduce angle mod 360.
10784 Delete obsolete comment.
10785
10786 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
10787
10788 * image-mode.el: Fix scaling (bug#11399).
10789 (image-transform-resize): Doc fix.
10790 (image-transform-properties): Default scale is 1 and height should
10791 be an integer.
10792
10793 2012-05-13 Johan Bockgård <bojohan@gnu.org>
10794
10795 * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
10796 than hard-coding `car', to fix misbehavior when moving forward.
10797
10798 2012-05-13 Chong Yidong <cyd@gnu.org>
10799
10800 * emacs-lisp/tabulated-list.el (tabulated-list-format)
10801 (tabulated-list-entries, tabulated-list-padding)
10802 (tabulated-list-sort-key): Make permanent-local.
10803
10804 * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
10805 (electric-buffer-list): Put electric buffer menu
10806 command descriptions in this docstring, instead of the docstring
10807 of electric-buffer-menu-mode. Code cleanups.
10808 (electric-buffer-menu-mode): Use define-derived-mode. Rename from
10809 Electric-buffer-menu-mode.
10810 (electric-buffer-update-highlight): Minor code cleanup.
10811
10812 2012-05-13 Michael Albinus <michael.albinus@gmx.de>
10813
10814 * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
10815 (Bug#11447)
10816
10817 2012-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
10818
10819 Move define-obsolete-variable-alias before the var's definition.
10820 * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
10821 * tooltip.el (tooltip-hook):
10822 * textmodes/reftex-toc.el (reftex-toc-map):
10823 * textmodes/reftex-sel.el (reftex-select-label-map)
10824 (reftex-select-bib-map):
10825 * textmodes/reftex-index.el (reftex-index-map)
10826 (reftex-index-phrases-map):
10827 * speedbar.el (speedbar-syntax-table, speedbar-key-map):
10828 * progmodes/meta-mode.el (meta-mode-map):
10829 * novice.el (disabled-command-hook):
10830 * loadhist.el (unload-hook-features-list):
10831 * frame.el (blink-cursor):
10832 * files.el (find-file-not-found-hooks, write-file-hooks)
10833 (write-contents-hooks):
10834 * emulation/tpu-edt.el (GOLD-map):
10835 * emacs-lock.el (emacs-lock-from-exiting):
10836 * emacs-lisp/generic.el (generic-font-lock-defaults):
10837 * emacs-lisp/chart.el (chart-map):
10838 * dos-fns.el (register-name-alist):
10839 * dired-x.el (dired-omit-files-p):
10840 * desktop.el (desktop-enable):
10841 * cus-edit.el (custom-mode-hook):
10842 * buff-menu.el (buffer-menu-mode-hook):
10843 * bookmark.el (bookmark-read-annotation-text-func)
10844 (bookmark-exit-hooks):
10845 * allout.el (allout-mode-deactivate-hook)
10846 (allout-exposure-change-hook, allout-structure-added-hook)
10847 (allout-structure-deleted-hook, allout-structure-shifted-hook):
10848 * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
10849 (dirtrack-debug): Move call to define-obsolete-variable-alias so it
10850 comes before the corresponding variable's definition.
10851
10852 2012-05-12 Chong Yidong <cyd@gnu.org>
10853
10854 * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
10855 (Buffer-menu-mouse-select): Restore function (Bug#11459).
10856 (Buffer-menu-mode-map): Bind it.
10857 (Buffer-menu--pretty-name): Add a mouse-face property.
10858
10859 2012-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
10860
10861 * progmodes/prolog.el: Use SMIE. Cleanup regexp setup.
10862 (prolog-upper-case-string, prolog-lower-case-string)
10863 (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
10864 (prolog-use-smie, prolog-smie-grammar): New vars.
10865 (prolog-smie-forward-token, prolog-smie-backward-token)
10866 (prolog-smie-rules): New funs.
10867 (prolog-comment-indent): Remove.
10868 (prolog-mode-variables): Use default comment indentation instead.
10869 Setup SMIE.
10870 (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
10871 (prolog-mode): Don't call them any more.
10872 (prolog-electric-colon, prolog-electric-dash)
10873 (prolog-edit-menu-insert-move): Use indent-according-to-mode.
10874
10875 * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
10876
10877 * minibuffer.el (completion--twq-all): Again, allow case differences.
10878
10879 * term.el: Move keymap initialization code to be more idiomatic.
10880 (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
10881 (term-terminal-menu): Move initialization into declaration.
10882 (term-escape-char): Let the user set it in her .emacs.
10883
10884 * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
10885 Provide SMIE-based indentation (not enabled by default yet).
10886 (sh-mode-map): Don't bind electric keys.
10887 Use electric-pair-mode instead of skeleton-pair.
10888 (sh-assignment-regexp): Fit within 80 columns.
10889 (sh-indent-supported): Specify actual shell name instead of boolean.
10890 (sh--maybe-here-document): New fun, from sh-maybe-here-document.
10891 (sh-maybe-here-document): Use it. Make obsolete.
10892 (sh-electric-here-document-mode) New minor mode.
10893 (sh-mode): Use it. Don't set sh-indent-supported-here here.
10894 (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
10895 (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
10896 (sh-smie-rc-grammar, sh-use-smie): New vars.
10897 (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
10898 (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
10899 (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
10900 (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
10901 (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
10902 (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
10903 (sh-set-shell): Use smie-setup if requested.
10904
10905 * term.el (term-set-escape-char): Properly set term-escape-char.
10906 See http://stackoverflow.com/questions/10524656.
10907
10908 2012-05-10 Chong Yidong <cyd@gnu.org>
10909
10910 * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
10911 Use url-generic-parse-url, and handle host names and Windows
10912 filenames properly.
10913 (ffap-url-unwrap-remote): Use url-generic-parse-url.
10914 (ffap-url-unwrap-remote): Accept list values, specifying a list of
10915 URL schemes to work on.
10916 (ffap--toggle-read-only): New function.
10917 (ffap-read-only, ffap-read-only-other-window)
10918 (ffap-read-only-other-frame): Use it.
10919 (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
10920 necessary for ffap-url-unwrap-remote.
10921
10922 2012-05-10 Dave Abrahams <dave@boostpro.com>
10923
10924 * cus-start.el (create-lockfiles): Add it.
10925
10926 2012-05-09 Chong Yidong <cyd@gnu.org>
10927
10928 * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
10929 (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
10930
10931 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
10932
10933 * shell.el (shell-completion-vars): Fix last change (bug#11348).
10934
10935 2012-05-09 Chong Yidong <cyd@gnu.org>
10936
10937 * ansi-color.el (ansi-color-process-output): Check for validity of
10938 comint-last-output-start before using it. This avoids a bad
10939 interaction with gdb-mi's input/output buffer.
10940
10941 2012-05-09 Glenn Morris <rgm@gnu.org>
10942
10943 * files.el (dir-locals-read-from-file):
10944 Mention dir-locals in any error message.
10945
10946 2012-05-09 Chong Yidong <cyd@gnu.org>
10947
10948 * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
10949 package (Bug#11410).
10950
10951 * emacs-lisp/package.el (package-buffer-info): Avoid putting local
10952 variables into description.
10953
10954 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
10955
10956 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
10957 shell-delimiter-argument-list (bug#11348).
10958 (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
10959
10960 2012-05-09 Juanma Barranquero <lekktu@gmail.com>
10961
10962 * textmodes/rst.el: Silence byte-compiler warnings.
10963 (rst-re-alist, rst-reset-section-caches): Move around.
10964 (rst-re): Use `characterp', not `char-valid-p'.
10965 (font-lock-beg, font-lock-end): Declare.
10966
10967 * progmodes/idlw-shell.el (specs): Remove reference to deleted
10968 variable `idlwave-shell-activate-alt-keybindings' and simplify.
10969
10970 * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
10971
10972 2012-05-08 Glenn Morris <rgm@gnu.org>
10973
10974 * files.el (auto-mode-alist): Treat ".make" like ".mk".
10975
10976 2012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
10977
10978 * vc/log-edit.el: Add GNU coding standards highlighting.
10979 (log-edit-font-lock-gnu-style)
10980 (log-edit-font-lock-gnu-keywords): New vars.
10981 (log-edit-font-lock-keywords): New fun.
10982 (log-edit-mode): Don't fold case in font-lock.
10983 (log-edit-font-lock-keywords): Do not assume case-folding.
10984
10985 * imenu.el: Misc cleanup. Make docstrings out of comments.
10986 Use lexical-binding.
10987 (imenu--index-alist, imenu--last-menubar-index-alist)
10988 (imenu-menubar-modified-tick): Use defvar-local.
10989 (imenu--split-menu): Remove unused var.
10990 (imenu--cleanup-seen): Declare as global.
10991 (imenu--cleanup): Use dolist.
10992
10993 * subr.el (defvar-local): Add debug spec and doc-string position.
10994
10995 2012-05-08 Glenn Morris <rgm@gnu.org>
10996
10997 * language/burmese.el, language/cham.el, language/czech.el:
10998 * language/english.el, language/georgian.el, language/greek.el:
10999 * language/japanese.el, language/khmer.el, language/korean.el:
11000 * language/lao.el, language/misc-lang.el, language/romanian.el:
11001 * language/sinhala.el, language/slovak.el, language/tai-viet.el:
11002 * language/thai.el, language/utf-8-lang.el:
11003 Remove no-byte-compile setting.
11004
11005 * play/zone.el (zone-pgm-stress): Don't pollute kill-ring. (Bug#11388)
11006
11007 2012-05-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
11008
11009 * progmodes/make-mode.el (makefile-browse):
11010 Remove unnecessary interactive. (Bug#11324)
11011
11012 2012-05-07 Glenn Morris <rgm@gnu.org>
11013
11014 * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
11015
11016 * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
11017
11018 2012-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
11019
11020 * loadup.el: Preload newcomment.el.
11021 * newcomment.el: Move autoload-only code to toplevel.
11022
11023 * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
11024 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
11025 Handle new :right-align column property.
11026 (tabulated-list-print-col): Idem, plus use `display' text-property to
11027 try and preserve alignment for variable pitch fonts.
11028
11029 2012-05-07 Chong Yidong <cyd@gnu.org>
11030
11031 * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
11032 (tabulated-list-use-header-line): New var.
11033 (tabulated-list-init-header): Use it.
11034 (tabulated-list-print-fake-header): New function.
11035 (tabulated-list-print): Use it.
11036 (tabulated-list-sort-button-map): Add non-header-line commands.
11037 (tabulated-list-init-header): Add column name property to basic
11038 labels as well.
11039 (tabulated-list-col-sort): Handle non-header-line button case.
11040 (tabulated-list--sort-by-column-name): Fix a corner case.
11041
11042 * buff-menu.el (list-buffers--refresh):
11043 Handle Buffer-menu-use-header-line.
11044
11045 2012-05-06 Chong Yidong <cyd@gnu.org>
11046
11047 * buff-menu.el: Convert to Tabulated List mode.
11048 (Buffer-menu-buffer+size-width): Make obsolete.
11049 (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
11050 (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
11051 (Buffer-menu-mode): Derive from tabulated-list-mode. Move command
11052 documentation into docstring of buffer-menu.
11053 (Buffer-menu-toggle-files-only): Add an informative message.
11054 (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
11055 (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
11056 (Buffer-menu-unmark, Buffer-menu-backup-unmark)
11057 (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
11058 (Buffer-menu-execute, Buffer-menu-select)
11059 (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
11060 (Buffer-menu-bury): Use Tabulated List machinery.
11061 (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
11062 (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
11063 Delete.
11064 (list-buffers--refresh): New function.
11065 (list-buffers-noselect): Use it.
11066 (tabulated-list-entry-size->, Buffer-menu--pretty-name)
11067 (Buffer-menu--pretty-file-name): New helper functions.
11068
11069 * loadup.el: Preload tabulated-list.
11070
11071 * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
11072 tabulated-list-sort-column.
11073 (tabulated-list-init-header): Add the initial aligning space even
11074 if tabulated-list-padding is zero.
11075
11076 2012-05-06 Christopher Schmidt <christopher@ch.ristopher.com>
11077
11078 * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
11079 whose cdr is not a cons cell correctly (bug#11038).
11080
11081 2012-05-06 Chong Yidong <cyd@gnu.org>
11082
11083 * emacs-lisp/tabulated-list.el (tabulated-list-format):
11084 Accept additional plist in column descriptors.
11085 (tabulated-list-init-header): Obey it.
11086 (tabulated-list-get-entry): New function.
11087 (tabulated-list-put-tag): Use it. Use string-width instead of
11088 length.
11089 (tabulated-list--column-number): New function.
11090 (tabulated-list-print): Use it.
11091 (tabulated-list-print-col): New function.
11092 Set `tabulated-list-column-name' property on each column's text.
11093 (tabulated-list-print-entry): Use it.
11094 (tabulated-list-delete-entry, tabulated-list-set-col):
11095 New functions.
11096 (tabulated-list-sort-column): New command (Bug#11337).
11097
11098 * buff-menu.el (list-buffers): Move C-x C-b binding from
11099 buff-menu.el to bindings.el.
11100
11101 * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
11102 :advertised-binding feature.
11103
11104 2012-05-06 Troels Nielsen <bn.troels@gmail.com> (tiny change)
11105
11106 * progmodes/compile.el (compilation-internal-error-properties):
11107 Calculate start position correctly when end-col is set but
11108 end-line is not (Bug#11382).
11109
11110 2012-05-06 Wolfgang Jenkner <wjenkner@inode.at>
11111
11112 * man.el (Man-unindent): Use text-property-default-nonsticky to
11113 prevent untabify from inheriting face properties (Bug#11408).
11114
11115 2012-05-05 Stefan Merten <smerten@oekonux.de>
11116
11117 * textmodes/rst.el: Major merge with upstream development up to
11118 Docutils SVN r7399 / rst.el V1.2.1.
11119
11120 Clarify maintainership and authors.
11121
11122 (rst-extract-version, rst-cvs-header, rst-cvs-rev)
11123 (rst-cvs-timestamp, rst-svn-rev, rst-svn-timestamp)
11124 (rst-official-version, rst-official-cvs-rev, rst-version)
11125 (rst-package-emacs-version-alist): New functions and variables
11126 for version information.
11127
11128 (rst-bullets, rst-uri-schemes, rst-adornment-chars)
11129 (rst-max-inline-length, rst-re-alist-def, rst-re-alist)
11130 (rst-mode-syntax-table, rst-mode): New and corrected functions
11131 and variables representing reStructuredText features.
11132
11133 (rst-re): New function for reStructuredText regexes. Use in
11134 many places.
11135
11136 (rst-deprecated-keys, rst-call-deprecated, rst-define-key)
11137 (rst-mode-map): Rebind keys.
11138
11139 (rst-mode-lazy, rst-font-lock-keywords)
11140 (rst-font-lock-extend-region)
11141 (rst-font-lock-extend-region-internal)
11142 (rst-font-lock-extend-region-extend)
11143 (rst-font-lock-find-unindented-line-limit)
11144 (rst-font-lock-find-unindented-line-match)
11145 (rst-adornment-level, rst-font-lock-adornment-level)
11146 (rst-font-lock-adornment-match)
11147 (rst-font-lock-handle-adornment-pre-match-form)
11148 (rst-font-lock-handle-adornment-matcher): Major revision of
11149 font-locking. Integrate with other code. Use `jit-lock-mode'.
11150
11151 (rst-preferred-adornments, rst-adjust-hook)
11152 (rst-new-adornment-down, rst-preferred-bullets)
11153 (rst-preferred-bullets, rst-indent, rst-indent-width)
11154 (rst-indent-field, rst-indent-literal-normal)
11155 (rst-indent-literal-minimized, rst-indent-comment): Change,
11156 extend and improve customization.
11157
11158 (rst-line-homogeneous-p, rst-line-homogeneous-nodent-p)
11159 (rst-normalize-cursor-position, rst-get-decoration)
11160 (rst-straighten-deco-spacing, rst-re-bullets, rst-re-items)
11161 (rst-rstrip, rst-toc-insert-find-delete-contents)
11162 (rst-shift-fill-region, rst-compute-bullet-tabs)
11163 (rst-debug-print-tabs, rst-debug-mark-found)
11164 (rst-shift-region-guts, rst-shift-region-right)
11165 (rst-shift-region-left, rst-use-char-classes)
11166 (rst-font-lock-keywords-function)
11167 (rst-font-lock-indentation-point)
11168 (rst-font-lock-find-unindented-line-begin)
11169 (rst-font-lock-find-unindented-line-end)
11170 (rst-font-lock-find-unindented-line)
11171 (rst-font-lock-adornment-point, rst-font-lock-level)
11172 (rst-adornment-level-alist): Remove functions and variables.
11173
11174 (rst-compare-adornments, rst-get-adornment-match)
11175 (rst-suggest-new-adornment, rst-get-adornments-around)
11176 (rst-adornment-complete-p, rst-get-next-adornment)
11177 (rst-adjust-adornment, rst-display-adornments-hierarchy)
11178 (rst-straighten-adornments): Standardize function names to
11179 use "adornment" instead of "decoration". Correct callers.
11180 Similar standardizing in many places.
11181
11182 (rst-update-section, rst-adjust, rst-promote-region)
11183 (rst-enumerate-region, rst-bullet-list-region)
11184 (rst-repeat-last-character): Correct use of `interactive'.
11185
11186 (rst-classify-adornment, rst-find-all-adornments)
11187 (rst-get-hierarchy, rst-adjust-adornment, rst-toc-update)
11188 (rst-find-leftmost-column, rst-repeat-last-character):
11189 Refactor functions.
11190
11191 (rst-find-title-line, rst-reset-section-caches)
11192 (rst-get-adornments-around, rst-adjust-adornment-work)
11193 (rst-arabic-to-roman, rst-roman-to-arabic)
11194 (rst-insert-list-pos, rst-insert-list-new-item)
11195 (rst-insert-list-continue, rst-insert-list, rst-forward-line):
11196 New functions.
11197
11198 (rst-all-sections, rst-section-hierarchy)
11199 (rst-arabic-to-roman, rst-initial-enums, rst-initial-items):
11200 New variables.
11201
11202 (rst-toc-return-wincfg, rst-toc-quit-window): Use window
11203 configuration instead of only buffer. Change where necessary.
11204
11205 (rst-line-tabs, rst-compute-tabs, rst-indent-line)
11206 (rst-shift-region, rst-adaptive-fill): New functions for
11207 indentation and filling.
11208
11209 (rst-comment-line-break, rst-comment-indent)
11210 (rst-comment-insert-comment, rst-comment-region)
11211 (rst-uncomment-region): New functions for handling comments.
11212
11213 (rst-compile): Quote shell arguments.
11214
11215 (rst-compile-pdf-preview, rst-compile-slides-preview):
11216 Delete temporary files after use.
11217
11218 2012-05-05 Glenn Morris <rgm@gnu.org>
11219
11220 * calendar/cal-html.el: Optionally include holidays in the output.
11221 Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
11222 (cal-html-holidays): New option.
11223 (cal-html-css-default): Add holiday entry.
11224 (holiday-in-range): Autoload it.
11225 (cal-html-htmlify-entry): Add optional class argument.
11226 (cal-html-htmlify-list): Add optional holidays argument.
11227 (cal-html-insert-agenda-days): Include holidays in the output.
11228 (cal-html-one-month): Maybe include holidays.
11229
11230 * calendar/holidays.el (holiday-in-range):
11231 Move here from cal-tex-list-holidays.
11232 * calendar/cal-tex.el (cal-tex-list-holidays):
11233 Make it an obsolete alias for holiday-in-range. Update all callers.
11234
11235 2012-05-05 Chong Yidong <cyd@gnu.org>
11236
11237 * select.el (xselect--encode-string): Always use utf-8 for TEXT on
11238 Nextstep.
11239
11240 2012-05-05 Ransom Williams <auvergnerw@gmail.com> (tiny change)
11241
11242 * files.el (file-auto-mode-skip): New var.
11243 (set-auto-mode-1): Use it.
11244
11245 2012-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
11246
11247 * repeat.el: Use lexical-binding.
11248 (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
11249 (repeat-undo-count): Remove.
11250 (repeat):
11251 * progmodes/octave-mod.el (octave-abbrev-start):
11252 * progmodes/f90.el (f90-abbrev-start):
11253 * face-remap.el (text-scale-adjust):
11254 * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
11255
11256 * emacs-lisp/pcase.el (pcase--let*): New function.
11257 (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
11258 a bit more.
11259 (pcase--split-pred): Be more clever about ruling out overlap between
11260 a predicate and some constant pattern.
11261 (pcase--q1): Use `null' instead of (eq foo nil).
11262
11263 * subr.el (setq-local, defvar-local): New macros.
11264 (kbd): Redefine as an alias.
11265 (with-selected-window): Leave unrelated frames alone.
11266 (set-temporary-overlay-map): New function.
11267
11268 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
11269
11270 * subr.el (user-error): New function.
11271 * window.el (switch-to-buffer):
11272 * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
11273 (smerge-match-conflict):
11274 * simple.el (previous-matching-history-element)
11275 (next-matching-history-element, goto-history-element, undo-more)
11276 (undo-start):
11277 * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
11278 (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
11279 (next-file, tags-loop-scan, list-tags, complete-tag):
11280 * progmodes/compile.el (compilation-loop):
11281 * mouse.el (mouse-minibuffer-check):
11282 * man.el (Man-bgproc-sentinel, Man-goto-page):
11283 * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
11284 (Info-history-forward, Info-follow-reference, Info-menu)
11285 (Info-extract-menu-item, Info-extract-menu-counting)
11286 (Info-forward-node, Info-backward-node, Info-next-menu-item)
11287 (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
11288 (Info-next-reference, Info-prev-reference, Info-index)
11289 (Info-index-next, Info-follow-nearest-node)
11290 (Info-copy-current-node-name):
11291 * imenu.el (imenu--make-index-alist)
11292 (imenu-default-create-index-function, imenu-add-to-menubar):
11293 * files.el (basic-save-buffer, recover-file):
11294 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
11295 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
11296 (checkdoc-message-text, checkdoc-defun):
11297 * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
11298 * cus-edit.el (customize-changed-options, customize-rogue)
11299 (customize-saved, custom-variable-set, custom-variable-mark-to-save)
11300 (custom-variable-mark-to-reset-standard)
11301 (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
11302 (custom-file):
11303 * completion.el (check-completion-length):
11304 * comint.el (comint-search-arg)
11305 (comint-previous-matching-input-string-position)
11306 (comint-previous-matching-input)
11307 (comint-replace-by-expanded-history-before-point, comint-send-input)
11308 (comint-copy-old-input, comint-backward-matching-input)
11309 (comint-goto-process-mark, comint-set-process-mark):
11310 * calendar/calendar.el (calendar-cursor-to-date): Use it.
11311 * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
11312
11313 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
11314
11315 * dabbrev.el (dabbrev--ignore-case-p): New function.
11316 (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
11317 Use it.
11318
11319 * files.el (automount-dir-prefix): Mark as obsolete.
11320
11321 2012-05-04 Glenn Morris <rgm@gnu.org>
11322
11323 * patcomp.el, play/bruce.el: Move to obsolete/.
11324
11325 2012-05-04 Paul Eggert <eggert@cs.ucla.edu>
11326
11327 Fix minor Y10k bugs.
11328 * arc-mode.el (archive-unixdate):
11329 * autoinsert.el (auto-insert-alist):
11330 * calc/calc-forms.el (math-this-year):
11331 * emacs-lisp/copyright.el (copyright-current-year)
11332 (copyright-update-year, copyright):
11333 * tar-mode.el (tar-clip-time-string):
11334 * time.el (display-time-update):
11335 Don't assume years have 4 digits.
11336
11337 2012-05-04 Chong Yidong <cyd@gnu.org>
11338
11339 * dos-w32.el (file-name-buffer-file-type-alist)
11340 (direct-print-region-use-command-dot-com):
11341 * ffap.el (ffap-menu-regexp):
11342 * find-file.el (ff-special-constructs):
11343 * follow.el (follow-debug):
11344 * forms.el (forms--debug):
11345 * iswitchb.el (iswitchb-all-frames):
11346 * ido.el (ido-all-frames):
11347 * emacs-lisp/timer.el (timer-max-repeats):
11348 * mail/feedmail.el (feedmail-mail-send-hook)
11349 (feedmail-mail-send-hook-queued):
11350 * mail/footnote.el (footnote-signature-separator):
11351 * mail/mailabbrev.el (mail-alias-separator-string)
11352 (mail-abbrev-mode-regexp):
11353 * mail/rmail.el (rmail-speedbar-match-folder-regexp):
11354 * progmodes/idlwave.el (idlwave-libinfo-file)
11355 (idlwave-default-completion-case-is-down)
11356 (idlwave-library-routines): Convert defvars to defcustoms.
11357
11358 * mail/rmail.el (rmail-decode-mime-charset):
11359 * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
11360 (idlwave-shell-fix-inserted-breaks)
11361 (idlwave-shell-activate-alt-keybindings)
11362 (idlwave-shell-use-breakpoint-glyph):
11363 * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
11364
11365 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
11366
11367 * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
11368
11369 2012-05-03 Wilson Snyder <wsnyder@wsnyder.org>
11370
11371 * progmodes/verilog-mode.el (font-lock-keywords):
11372 Fix mis-highligting auto. Reported by Craig Barner.
11373 (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
11374 defines from global name space. Reported by Dan Dever.
11375 (verilog-auto-reset, verilog-auto-reset-widths)
11376 (verilog-auto-tieoff): Support using unbased numbers for
11377 AUTORESET and AUTOTIEOFF.
11378 (verilog-submit-bug-report): Update variable list.
11379 (verilog-read-auto-params): Fix AUTOINPUT regexps containing
11380 parenthesis from not matching. Reported by Michael Rytting.
11381 (verilog-auto-template-lint): Fix hash error when linting modules
11382 with no used templates.
11383 (verilog-warn, verilog-warn-error)
11384 (verilog-warn-fatal): When non-interactive report multiple
11385 warnings before exiting. Suggested by Brad Dobbie.
11386 (verilog-auto-template-lint, verilog-auto-template-warn-unused)
11387 (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
11388 to report unused template errors. Reported by Brad Dobbie.
11389 (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
11390 nets, bug438. Reported by Vns Blore.
11391 (verilog-auto-inout-module, verilog-auto-reg)
11392 (verilog-read-decls, verilog-read-sub-decls-sig)
11393 (verilog-signals-edit-wire-reg, verilog-signals-with):
11394 Fix passing of Verilog data types in ANSI input/output ports
11395 such as "output logic" into the AUTOs. Special case "wire" and
11396 "reg" for backwards compatibility presuming Verilog 2001.
11397 (verilog-auto-ascii-enum): Add "auto enum" as alias.
11398 (verilog-preprocess): Fix replication of preprocess output.
11399 Reported by Brad Dobbie.
11400 (verilog-auto-inst-interfaced-ports):
11401 Create verilog-auto-inst-interfaced-ports, bug429.
11402 Reported by Julian Gorfajn.
11403 (verilog-after-save-font-hook)
11404 (verilog-before-save-font-hook): New variable.
11405 (verilog-modi-cache-results, verilog-save-font-mod-hooked)
11406 (verilog-save-font-mods): Wrap disabling fontification, reported
11407 by David Rogoff.
11408 (verilog-do-indent, verilog-pretty-declarations-auto)
11409 (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
11410 Reported by Pierre-David Pfister.
11411 (verilog-set-auto-endcomments): Fix endtask auto comments outside
11412 of class declarations, bug292. Reported by Kevin Heilman.
11413 (verilog-read-decls): Fix 'parameter type' not appearing in
11414 AUTOINSTPARAM, bug340. Reported by Jonathan Greenlaw.
11415 (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
11416 AUTOINPUTs, bug411. Reported by Jonathan Greenlaw.
11417 (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
11418 Reported by David Kravitz.
11419
11420 2012-05-03 Michael McNamara <mac@mail.brushroad.com>
11421
11422 * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
11423 assignment with tests in ifs and for loops.
11424 (verilog-extended-complete-re, verilog-complete-reg): Change so
11425 that DPI inport functions don't look like fuction declarations.
11426 (verilog-pretty-expr): Don't line up assignment
11427 operations to the test and increment in if and for loops
11428 (verilog-extended-complete-re, verilog-complete-reg): Change so
11429 that DPI inport functions don't look like fuction declarations.
11430
11431 2012-05-03 Kenichi Handa <handa@m17n.org>
11432
11433 * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
11434 decoding, and show a warning message without signaling an error
11435 (Bug#11282).
11436
11437 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
11438
11439 * emacs-lisp/bytecomp.el
11440 (byte-compile-file-form-custom-declare-variable): Compile all elements,
11441 since cconv.el might have introduced :fun-body, internal-make-closure,
11442 and friends for bytecomp to handle (bug#11391).
11443 * custom.el (defcustom): Avoid ((λ ..) ..).
11444
11445 2012-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
11446
11447 * subr.el (read-passwd): Better clean after ourselves (bug#11392).
11448
11449 2012-05-02 Juanma Barranquero <lekktu@gmail.com>
11450
11451 * notifications.el (dbus-debug):
11452 * term/linux.el (gpm-mouse-enable):
11453 * term/screen.el (xterm-register-default-colors): Declare.
11454
11455 2012-05-02 Chong Yidong <cyd@gnu.org>
11456
11457 * cus-start.el (gc-cons-percentage, exec-suffixes)
11458 (dos-display-scancodes, dos-hyper-key, dos-super-key)
11459 (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
11460 (make-cursor-line-fully-visible, void-text-area-pointer)
11461 (font-list-limit): Add customization data.
11462
11463 * allout.el (allout-exposure-change-functions)
11464 (allout-structure-added-functions)
11465 (allout-structure-deleted-functions)
11466 (allout-structure-shifted-functions): Rename abnormal hooks from
11467 *-hook, and convert to defcustoms.
11468 (allout-after-copy-or-kill-hook, allout-post-undo-hook):
11469 Convert to defcustoms.
11470 (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
11471
11472 * allout-widgets.el: Hook callers changed.
11473
11474 2012-05-02 Eli Zaretskii <eliz@gnu.org>
11475
11476 * mail/rmail.el (rmail-yank-current-message): Use the encoding of
11477 the yanked message in preference to the default value of
11478 buffer-file-coding-system.
11479
11480 2012-05-02 Martin Rudalics <rudalics@gmx.at>
11481
11482 * window.el (display-buffer--action-function-custom-type):
11483 Fix entry.
11484
11485 2012-05-02 Alan Mackenzie <acm@muc.de>
11486
11487 * progmodes/cc-defs.el (c-version): Update to 5.32.3.
11488
11489 2012-05-01 Glenn Morris <rgm@gnu.org>
11490
11491 * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
11492
11493 * eshell/esh-cmd.el (eshell-debug-command): Doc fix. Add :set.
11494
11495 * cus-edit.el (custom-variable-documentation): Simplify with format.
11496
11497 2012-05-01 Aaron S. Hawley <aaron.s.hawley@gmail.com>
11498 Stefan Monnier <monnier@iro.umontreal.ca>
11499
11500 * simple.el (suggest-key-bindings, execute-extended-command):
11501 Move from keyboard.c.
11502
11503 2012-05-01 Chong Yidong <cyd@gnu.org>
11504
11505 * follow.el: Eliminate advice.
11506 (set-process-filter, process-filter, sit-for): Advice deleted.
11507 (follow-mode-off-hook): Obsolete hook removed.
11508 (follow-avoid-tail-recenter-p, follow-process-filter-alist):
11509 Vars deleted.
11510 (follow-auto): Use a :set function.
11511 (follow-mode): Rewritten. Don't advise process filters.
11512 (follow-switch-to-current-buffer-all, follow-scroll-up)
11513 (follow-scroll-down): Assume follow-mode is bound.
11514 (follow-comint-scroll-to-bottom)
11515 (follow-align-compilation-windows): New functions.
11516 (follow--window-sorter): New function.
11517 (follow-all-followers): Use it to explicitly sort windows by their
11518 positions; don't make assumptions about next-window order.
11519 (follow-windows-start-end, follow-delete-other-windows-and-split)
11520 (follow-calc-win-start): Doc fix.
11521 (follow-windows-aligned-p, follow-select-if-visible): Don't call
11522 vertical-motion unnecessarily.
11523 (follow-adjust-window): New function.
11524 (follow-post-command-hook): Use it.
11525 (follow-call-set-process-filter, follow-call-process-filter)
11526 (follow-intercept-process-output, follow-tidy-process-filter-alist)
11527 (follow-stop-intercept-process-output, follow-generic-filter):
11528 Functions deleted.
11529 (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
11530 (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
11531 New functions, replacing advice on scroll-bar-* commands.
11532 (follow-mwheel-scroll): New function (Bug#4112).
11533
11534 * comint.el (comint-adjust-point): New function.
11535 (comint-postoutput-scroll-to-bottom): Use it.
11536 Call follow-comint-scroll-to-bottom for Follow mode buffers.
11537
11538 2012-05-01 Glenn Morris <rgm@gnu.org>
11539
11540 * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
11541 * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
11542 * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
11543 * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
11544 * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
11545 Remove no-byte-compile setting.
11546
11547 2012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
11548
11549 * minibuffer.el (completion-table-with-quoting): Fix compatibility
11550 all-completions code to not return a number in the last cdr.
11551
11552 2012-04-30 Leo Liu <sdl.web@gmail.com>
11553
11554 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
11555 read-only error.
11556
11557 2012-04-29 Chong Yidong <cyd@gnu.org>
11558
11559 * follow.el (follow-calc-win-end): Rewrite to handle partial
11560 screen lines correctly (Bug#8390).
11561 (follow-avoid-tail-recenter): Minor cleanup.
11562
11563 2012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
11564
11565 Avoid the obsolete `assoc' package.
11566 * speedbar.el (speedbar-refresh): Avoid adelete.
11567 (speedbar-file-lists): Simplify and avoid aput.
11568 * man.el (Man--sections, Man--refpages): New vars, replacing
11569 Man-sections-alist and Man-refpages-alist.
11570 (Man-build-section-alist, Man-build-references-alist):
11571 Use them; avoid aput.
11572 (Man--last-section, Man--last-refpage): New vars.
11573 (Man-follow-manual-reference): Use them.
11574 Use the `default' arg of completing-read.
11575 (Man-goto-section): Idem. Move prompt to the `interactive' spec.
11576
11577 2012-04-27 Chong Yidong <cyd@gnu.org>
11578
11579 * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
11580
11581 * startup.el (x-apply-session-resources): New function.
11582
11583 * term/ns-win.el (ns-initialize-window-system):
11584 * term/w32-win.el (w32-initialize-window-system):
11585 * term/x-win.el (x-initialize-window-system): Use it to properly
11586 set menu-bar-mode and other vars from X resources, even if the
11587 initial frame is not a window-system frame (Bug#2299).
11588
11589 * subr.el (read-key): Avoid running filter function when setting
11590 up temporary tool bar entries (Bug#9922).
11591
11592 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
11593
11594 * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
11595 (Bug#11344)
11596
11597 2012-04-27 Chong Yidong <cyd@gnu.org>
11598
11599 * select.el (xselect--encode-string): New function, split from
11600 xselect-convert-to-string.
11601 (xselect-convert-to-string): Use it.
11602 (xselect-convert-to-filename, xselect-convert-to-os)
11603 (xselect-convert-to-host, xselect-convert-to-user): Ensure that
11604 returned strings are properly encoded (Bug#11315).
11605
11606 2012-04-27 Chong Yidong <cyd@gnu.org>
11607
11608 * simple.el (delete-active-region): Move to killing custom group.
11609
11610 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
11611
11612 * progmodes/which-func.el (which-func-current): Quote %
11613 characters for mode-line processing.
11614
11615 2012-04-27 Chong Yidong <cyd@gnu.org>
11616
11617 * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
11618 reaching eob (Bug#11286).
11619
11620 2012-04-27 Eli Zaretskii <eliz@gnu.org>
11621
11622 * progmodes/gdb-mi.el (gdb-control-level): New variable.
11623 (gdb): Make it buffer-local and init to zero.
11624 (gdb-control-commands-regexp): New variable.
11625 (gdb-send): Don't wrap in "-interpreter-exec console" if
11626 gdb-control-level is positive. Increment gdb-control-level
11627 whenever the command matches gdb-control-commands-regexp, and
11628 decrement it each time the command is "end". (Bug#11279)
11629
11630 2012-04-27 Martin Rudalics <rudalics@gmx.at>
11631
11632 * window.el (adjust-window-trailing-edge, enlarge-window)
11633 (shrink-window, window-resize):
11634 * mouse.el (mouse-drag-line): Fix resizing of minibuffer
11635 windows (Bug#11276).
11636
11637 2012-04-27 Chong Yidong <cyd@gnu.org>
11638
11639 * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
11640 fix "missing prefix" warning. All callers changed.
11641
11642 2012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
11643
11644 * emacs-lisp/assoc.el: Move to obsolete/.
11645
11646 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
11647
11648 * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
11649
11650 * term/ns-win.el (ns-define-service):
11651 * progmodes/pascal.el (pascal-goto-defun):
11652 * progmodes/js.el (js--read-tab):
11653 * progmodes/etags.el (tags-lazy-completion-table):
11654 * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
11655 * emacs-lisp/ewoc.el (ewoc--wrap):
11656 * emacs-lisp/assoc.el (aput, adelete, amake):
11657 * doc-view.el (doc-view-convert-current-doc):
11658 * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
11659
11660 2012-04-26 Chong Yidong <cyd@gnu.org>
11661
11662 * image.el (image-type-from-buffer): Only return supported image
11663 type (Bug#9045).
11664
11665 * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
11666 value, for symmetry with diff-end-of-hunk.
11667 (diff-split-hunk, diff-find-source-location)
11668 (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
11669 (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
11670 (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
11671 compute the relevant hunk or file properly (Bug#6005).
11672 (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
11673
11674 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
11675
11676 * vc/vc-mtn.el:
11677 * vc/vc-hg.el:
11678 * vc/vc-git.el:
11679 * vc/vc-dir.el:
11680 * vc/vc-cvs.el:
11681 * vc/vc-bzr.el:
11682 * vc/vc-arch.el:
11683 * vc/vc.el: Replace lexical-let by lexical-binding.
11684 * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
11685 * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
11686 * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
11687
11688 2012-04-26 Chong Yidong <cyd@gnu.org>
11689
11690 * vc/diff-mode.el (diff-undo): New command (Bug#5302).
11691 (diff-mode-shared-map): Bind it to / and [remap undo].
11692
11693 * vc/ediff-wind.el (ediff-setup-windows-default): New function.
11694 (ediff-window-setup-function): Use it as the default, to set up
11695 windows based on whether the current frame is graphical (Bug#2138).
11696 (ediff-choose-window-setup-function-automatically): Make obsolete.
11697
11698 * vc/ediff-init.el: Always define ediff-pixel-width/height.
11699
11700 2012-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
11701
11702 * ffap.el: Remove old code for obsolete package.
11703 (ffap-complete-as-file-p): Remove.
11704
11705 Use completion-table-with-quoting for comint and pcomplete.
11706 * comint.el (comint--unquote&requote-argument)
11707 (comint--unquote-argument, comint--requote-argument): New functions.
11708 (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
11709 (comint-quote-filename): Use regexp-opt-charset.
11710 (comint--common-suffix, comint--common-quoted-suffix)
11711 (comint--table-subvert): Remove.
11712 (comint-unquote-function, comint-requote-function): New vars.
11713 (comint--complete-file-name-data): Use them with
11714 completion-table-with-quoting.
11715 * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
11716 * pcomplete.el (pcomplete-arg-quote-list)
11717 (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
11718 (pcomplete-unquote-argument-function): Default to non-nil.
11719 (pcomplete-unquote-argument): Simplify.
11720 (pcomplete--common-quoted-suffix): Remove.
11721 (pcomplete-requote-argument-function): New var.
11722 (pcomplete--common-suffix): New function.
11723 (pcomplete-completions-at-point): Use completion-table-with-quoting
11724 and completion-table-subvert.
11725
11726 * minibuffer.el: Use completion-table-with-quoting for read-file-name.
11727 (minibuffer--double-dollars): Preserve properties.
11728 (completion--sifn-requote): New function.
11729 (completion--file-name-table): Rewrite using it and c-t-with-quoting.
11730
11731 * minibuffer.el: Add support for completion of quoted/escaped data.
11732 (completion-table-with-quoting, completion-table-subvert): New funs.
11733 (completion--twq-try, completion--twq-all): New functions.
11734 (completion--nth-completion): New function.
11735 (completion-try-completion, completion-all-completions): Use it.
11736
11737 2012-04-25 Leo Liu <sdl.web@gmail.com>
11738
11739 * progmodes/python.el (python-pdbtrack-get-source-buffer):
11740 Use compilation-message if available to find real filename.
11741
11742 2012-04-25 Chong Yidong <cyd@gnu.org>
11743
11744 * vc/diff-mode.el (diff-setup-whitespace): New function.
11745 (diff-mode): Use it.
11746
11747 * vc/diff.el (diff-sentinel):
11748 * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
11749 Whitespace mode variables based on diff style (Bug#8612).
11750
11751 2012-04-25 Leo Liu <sdl.web@gmail.com>
11752
11753 * progmodes/python.el (python-send-region): Add suffix .py to the
11754 temp file.
11755
11756 * files.el (auto-mode-alist): Use javascript-mode instead.
11757
11758 2012-04-25 Alex Harsanyi <AlexHarsanyi@gmail.com>
11759
11760 Sync with soap-client repository. Support SOAP simpleType (Bug#10331).
11761
11762 * net/soap-client.el (soap-resolve-references-for-sequence-type)
11763 (soap-resolve-references-for-array-type): Hack to prevent self
11764 references, see Bug#9.
11765 (soap-parse-envelope): Report the contents of the 'detail' node
11766 when receiving a fault reply.
11767 (soap-parse-envelope): Report the contents of the entire 'detail' node.
11768
11769 * net/soap-inspect.el (soap-sample-value-for-simple-type)
11770 (soap-inspect-simple-type): New function.
11771
11772 * net/soap-client.el (soap-simple-type): New struct.
11773 (soap-default-xsd-types, soap-default-soapenc-types)
11774 (soap-decode-basic-type, soap-encode-basic-type):
11775 support unsignedInt and double basic types.
11776 (soap-resolve-references-for-simple-type)
11777 (soap-parse-simple-type, soap-encode-simple-type): New function.
11778 (soap-parse-schema): Parse xsd:simpleType declarations.
11779
11780 * net/soap-client.el (soap-default-xsd-types)
11781 (soap-default-soapenc-types): Add integer, byte and anyURI types.
11782 (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
11783 the local name of "soapenc:Array".
11784 (soap-decode-basic-type, soap-encode-basic-type): Support encoding
11785 decoding integer, byte and anyURI xsd types.
11786
11787 2012-04-25 Chong Yidong <cyd@gnu.org>
11788
11789 * cus-edit.el (custom-buffer-create-internal): Update header text.
11790
11791 2012-04-25 Eli Zaretskii <eliz@gnu.org>
11792
11793 * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
11794 settings on 'system-type', not on 'window-system'. On MS-Windows,
11795 set interactive-mode on in GDB.
11796
11797 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
11798
11799 * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
11800 (ruby-syntax-propertize-regexp): Remove.
11801 (ruby-syntax-propertize-function): Split regexp into chunks.
11802 Match following code directly.
11803
11804 2012-04-24 Dmitry Gutov <dgutov@yandex.ru>
11805
11806 * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
11807 (ruby-syntax-propertize-regexp): New function.
11808 (ruby-syntax-propertize-function): Use it to handle regexp not preceded
11809 by a special keyword.
11810
11811 * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
11812 (ruby-syntax-general-delimiters-goto-beg)
11813 (ruby-syntax-propertize-general-delimiters): New functions.
11814 (ruby-syntax-propertize-function): Use them to handle GDL.
11815 (ruby-font-lock-keywords): Move old handling of GDL...
11816 (ruby-font-lock-syntactic-keywords): .. to here.
11817 (ruby-calculate-indent): Adjust indentation for GDL.
11818
11819 2012-04-24 Michael Albinus <michael.albinus@gmx.de>
11820
11821 * notifications.el (top): Remove unneeded declarations.
11822 (notifications-specification-version): Change to "1.2".
11823 (notifications-interface, notifications-notify-method)
11824 (notifications-close-notification-method): Fix docstring.
11825 (notifications-get-capabilities-method): New defconst.
11826 (notifications-notify): Add :action-items, :resident and
11827 :transient hints. Change "image_data" to "image-data" and
11828 "image_path" to "image-path".
11829 (notifications-get-capabilities): New defun.
11830
11831 2012-04-24 Leo Liu <sdl.web@gmail.com>
11832
11833 * progmodes/python.el: Move hideshow setup to the end.
11834
11835 2012-04-24 Martin Rudalics <rudalics@gmx.at>
11836
11837 * window.el (handle-select-window): Clear echo area since this is
11838 no more done by read_char (Bug#11304).
11839
11840 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
11841
11842 * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
11843 and `/ M' to filter-derived-mode.
11844 * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
11845 (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
11846 (ibuffer-mark-by-mode): Use default rather than initial-input.
11847 (ibuffer-filter-by-derived-mode): Autoload and require-match.
11848
11849 2012-04-24 Ivan Andrus <darthandrus@gmail.com> (tiny change)
11850
11851 * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
11852 (ibuffer-filter-by-derived-mode): New filter.
11853 * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
11854
11855 2012-04-23 Andreas Politz <politza@fh-trier.de>
11856
11857 * subr.el (accept-change-group): Fix arg usage (Bug#6095).
11858
11859 2012-04-23 Chong Yidong <cyd@gnu.org>
11860
11861 * cus-edit.el (customize-apropos, customize-apropos-options):
11862 Disable matching of non-option variables (Bug#11176).
11863 (customize-option, customize-option-other-window)
11864 (customize-changed-options): Doc fix.
11865 (customize-apropos-options, customize-apropos-faces)
11866 (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
11867
11868 * apropos.el (apropos-read-pattern): Make prompt less cryptic.
11869 Fix word list splitting (Bug#11132).
11870 (apropos-symbol, apropos-keybinding, apropos-label)
11871 (apropos-property, apropos-function-button)
11872 (apropos-variable-button, apropos-misc-button): New faces.
11873 (apropos-symbol-face, apropos-keybinding-face)
11874 (apropos-label-face, apropos-property-face, apropos-match-face):
11875 Variables removed (Bug#8396).
11876 (apropos-library-button, apropos-format-plist, apropos-print)
11877 (apropos-print-doc, apropos-describe-plist): Callers changed.
11878
11879 2012-04-23 Michael Albinus <michael.albinus@gmx.de>
11880
11881 * net/xesam.el (xesam-mode-map): Use let-bound map in
11882 initialization. (Bug#11292)
11883
11884 2012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
11885
11886 Preserve ispell session localwords when switching back to
11887 original buffer.
11888
11889 * textmodes/ispell.el (ispell-buffer-session-localwords):
11890 New buffer-local variable to hold buffer session localwords.
11891 (ispell-kill-ispell): Add option 'clear to delete session
11892 localwords.
11893 (ispell-command-loop, ispell-change-dictionary)
11894 (ispell-buffer-local-words): Preserve session localwords when
11895 needed.
11896
11897 * textmodes/flyspell.el (flyspell-process-localwords)
11898 (flyspell-do-correct): Preserve session localwords when needed.
11899
11900 2012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
11901
11902 * textmodes/ispell.el (ispell-insert-word) Remove unneeded function
11903 using obsolete `translation-table-for-input'.
11904 (ispell-word, ispell-process-line, ispell-complete-word):
11905 Use plain `insert' instead of removed `ispell-insert-word'.
11906
11907 2012-04-22 Chong Yidong <cyd@gnu.org>
11908
11909 * cus-edit.el (custom-variable-menu)
11910 (custom-variable-reset-saved, custom-face-menu)
11911 (custom-face-reset-saved): If there is no saved value, make the
11912 "reset-saved" operation bring back the default (Bug#9509).
11913 (custom-face-state): Properly detect themed faces.
11914
11915 * faces.el (face-spec-set): Stop supporting deprecated form of
11916 third arg.
11917
11918 2012-04-22 Michael Albinus <michael.albinus@gmx.de>
11919
11920 Move functions from C to Lisp. Make non-blocking method calls
11921 the default. Implement further D-Bus standard interfaces.
11922
11923 * net/dbus.el (dbus-message-internal): Declare function.
11924 Remove unneeded function declarations.
11925 (defvar dbus-message-type-invalid, dbus-message-type-method-call)
11926 (dbus-message-type-method-return, dbus-message-type-error)
11927 (dbus-message-type-signal): Declare variables. Remove local
11928 definitions.
11929 (dbus-interface-dbus, dbus-interface-peer)
11930 (dbus-interface-introspectable, dbus-interface-properties)
11931 (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
11932 Adapt docstring.
11933 (dbus-interface-objectmanager): New defconst.
11934 (dbus-call-method, dbus-call-method-asynchronously)
11935 (dbus-send-signal, dbus-method-return-internal)
11936 (dbus-method-error-internal, dbus-register-service)
11937 (dbus-register-signal, dbus-register-method): New defuns, moved
11938 from dbusbind.c
11939 (dbus-call-method-handler, dbus-setenv)
11940 (dbus-get-all-managed-objects, dbus-managed-objects-handler):
11941 New defuns.
11942 (dbus-call-method-non-blocking): Make it an obsolete function.
11943 (dbus-unregister-object, dbus-unregister-service)
11944 (dbus-handle-event, dbus-register-property)
11945 (dbus-property-handler): Obey the new structure of
11946 `bus-registered-objects'.
11947 (dbus-introspect): Use `dbus-call-method'. Use a timeout.
11948 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
11949 Use `dbus-call-method'.
11950
11951 2012-04-22 Chong Yidong <cyd@gnu.org>
11952
11953 * cus-edit.el (custom-commands, custom-reset-menu)
11954 (Custom-reset-standard): Tweak labels.
11955 (custom-reset-button-menu): Change default to t.
11956 (custom-buffer-create-internal): For the custom-reset-button-menu
11957 case, put the revert button first.
11958 (custom-group-subtitle): New face.
11959 (custom-group-value-create): Align docstring to a specific column.
11960
11961 * wid-edit.el (widget-documentation-link-add): Don't handle
11962 indentation in this function.
11963 (widget-documentation-string-indent-to): New function.
11964 (widget-documentation-string-value-create): Use it.
11965
11966 * autorevert.el (auto-revert):
11967 * epg-config.el (epg):
11968 * ibuffer.el (ibuffer):
11969 * mpc.el (mpc):
11970 * ses.el (ses):
11971 * eshell/eshell.el (eshell):
11972 * net/ange-ftp.el (ange-ftp):
11973 * progmodes/ebnf2ps.el (postscript):
11974 * progmodes/flymake.el (flymake):
11975 * progmodes/prolog.el (prolog):
11976 * progmodes/verilog-mode.el (verilog-mode):
11977 * progmodes/which-func.el (which-func):
11978 * term/xterm.el (xterm):
11979 * textmodes/picture.el (picture):
11980 * textmodes/tildify.el (tildify):
11981 * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
11982 customization buffers.
11983
11984 2012-04-22 Alan Mackenzie <acm@muc.de>
11985
11986 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
11987 Adding a ) can hide the resulting (..) from searches. Fix it.
11988 Bound the backward search to the position of the existing (.
11989
11990 2012-04-21 Juanma Barranquero <lekktu@gmail.com>
11991
11992 * progmodes/verilog-mode.el (verilog-mode): Check whether
11993 which-func-modes is t before adding verilog-mode.
11994 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
11995
11996 2012-04-21 Leo Liu <sdl.web@gmail.com>
11997
11998 * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
11999
12000 2012-04-21 Michael Vehrs <Michael.Burschik@gmx.de>
12001
12002 * woman.el: Add support for "T{ T}" tbl syntax, and fix the
12003 filling of the last column of a table (Bug#5635).
12004 (woman-find-next-control-line): New arg, specifying an additional
12005 regexp component for the control line.
12006 (woman2-roff-buffer): Use it.
12007 (woman-break-table): New function.
12008 (woman2-TS): Use it.
12009
12010 2012-04-21 Chong Yidong <cyd@gnu.org>
12011
12012 * woman.el (woman-set-buffer-display-table, woman-decode-region)
12013 (woman-horizontal-escapes, woman-negative-vertical-space)
12014 (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
12015 (WoMan-warn-ignored): Use ?\s instead of ?\ .
12016
12017 2012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
12018
12019 * minibuffer.el (completion-file-name-table): Complete user names.
12020
12021 2012-04-20 Leo Liu <sdl.web@gmail.com>
12022
12023 * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
12024 and pcase-let*.
12025
12026 2012-04-20 Chong Yidong <cyd@gnu.org>
12027
12028 * server.el (server-execute): Respect initial-buffer-choice if it
12029 is a string and there are no files to open (Bug#2825).
12030 (server-create-window-system-frame, server-create-tty-frame):
12031 Don't switch buffers here.
12032 (server-process-filter): Only try to open a window system frame if
12033 compiled with graphical support (Bug#8314).
12034
12035 2012-04-20 Dan Nicolaescu <dann@gnu.org>
12036
12037 * battery.el (battery-echo-area-format): Display remaining time
12038 for sysfs backend too (Bug#11269).
12039 (battery-linux-sysfs): Fix conditional for the charge.
12040
12041 2012-04-20 Chong Yidong <cyd@gnu.org>
12042
12043 * progmodes/gdb-mi.el (gdb): Revert previous change.
12044 (gdb-inferior-io--init-proc): New function.
12045 (gdb-init-1): Use it.
12046 (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
12047 responsible for allocating a new pty and hooking it to gdb when
12048 the old pty gets an EIO due to process exit.
12049 (gdb-delchar-or-quit): New command. Bind it in gdb-mi buffers.
12050 (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
12051 (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
12052
12053 2012-04-20 Eli Zaretskii <eliz@gnu.org>
12054
12055 * window.el (window-min-size, window-sizable, window-min-delta)
12056 (window-max-delta, window--resizable, window-resizable)
12057 (window-total-size, window-full-height-p, window-full-width-p)
12058 (window-in-direction, window--resize-mini-window, window-resize)
12059 (window--resize-child-windows-normal)
12060 (window--resize-child-windows, window--resize-siblings)
12061 (window--resize-this-window, adjust-window-trailing-edge)
12062 (enlarge-window, shrink-window): Doc fixes.
12063
12064 2012-04-20 Chong Yidong <cyd@gnu.org>
12065
12066 * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
12067 New function to call delete-process on the gdb-inferior buffer's pty.
12068 (gdb-reset): Use it, instead of relying on kill-buffer to kill the
12069 pty process (Bug#11273).
12070 (gdb-update): New arg to suppress talking to the gdb process.
12071 (gdb-done-or-error): Use it.
12072 (gdb-stopped-functions): Rename from gdb-stopped-hooks.
12073 (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
12074 sentinel not being called.
12075
12076 * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
12077
12078 * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
12079
12080 2012-04-20 Glenn Morris <rgm@gnu.org>
12081
12082 * net/network-stream.el (open-network-stream): Doc fix.
12083
12084 2012-04-20 Chong Yidong <cyd@gnu.org>
12085
12086 * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
12087
12088 2012-04-20 Alan Mackenzie <acm@muc.de>
12089
12090 Ensure searching for keywords is case sensitive.
12091
12092 * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
12093 (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
12094 (c-defun-name, c-mark-function, c-cpp-define-name)
12095 (c-comment-indent, c-scan-conditionals, c-indent-defun)
12096 (c-context-line-break): Bind case-fold-search to nil.
12097
12098 * progmodes/cc-mode.el (c-font-lock-fontify-region):
12099 Bind case-fold-search to nil.
12100
12101 2012-04-20 Chong Yidong <cyd@gnu.org>
12102
12103 * mail/sendmail.el (mail-bury): Call return action with the right
12104 Rmail buffer (Bug#11242).
12105
12106 * server.el (server-process-filter): Handle corner case where both
12107 tty and nowait options are present (Bug#11102).
12108
12109 2012-04-20 Eli Zaretskii <eliz@gnu.org>
12110
12111 * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
12112 (top level): Put into the executable the ident-style '$Id:' tag on
12113 windows-nt as well.
12114
12115 2012-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
12116
12117 * electric.el (electric-indent-post-self-insert-function): Check that
12118 electric-indent-mode is enabled in current buffer.
12119
12120 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
12121
12122 * imenu.el (imenu-progress-message): Restore; it is "used" in
12123 erc/erc-imenu.el and net/snmp-mode.el.
12124
12125 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
12126
12127 * avoid.el (mouse-avoidance-mode): Mark unused arg.
12128 (mouse-avoidance-nudge-mouse): Remove unused binding.
12129
12130 * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
12131
12132 * descr-text.el (describe-char):
12133 * progmodes/python.el (python-describe-symbol):
12134 Don't call `toggle-read-only', set `buffer-read-only'.
12135
12136 * imenu.el (imenu-default-goto-function): Mark unused args.
12137 (imenu-progress-message): Remove obsolete macro; all callers changed.
12138
12139 * subr.el (keymap-canonicalize): Remove unused binding.
12140 (read-passwd): Mark unused arg.
12141
12142 * tutorial.el (tutorial--display-changes): Remove unused binding.
12143 (tutorial--save-tutorial-to): Remove unused variable.
12144
12145 * emacs-lisp/package.el (define-package, package-menu-mark-delete)
12146 (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
12147 (package-generate-autoloads, package-menu--generate)
12148 (package-menu--find-upgrades): Remove unused bindings.
12149
12150 * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
12151 (cua-restrict-prefix-rectangle): Doc fixes. Remove unused bindings.
12152 (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
12153 (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
12154 (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
12155 (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
12156 (cua--rectangle-aux-replace, cua--left-fill-rectangle)
12157 (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
12158 (cua-delete-char-rectangle): Mark unused args.
12159 (cua-align-rectangle): Remove unused binding.
12160
12161 * mail/rmail.el (compilation--message->loc)
12162 (epa--find-coding-system-for-mime-charset): Declare.
12163
12164 * net/dbus.el (dbus-register-service): Declare.
12165 (dbus-name-owner-changed-handler): Remove unused binding.
12166
12167 * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
12168 (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
12169 (nxml-scan-backward-within): Mark unused arg.
12170 (nxml-dynamic-markup-word): Remove unused binding.
12171
12172 * mouse.el (mouse-menu-major-mode-map):
12173 * emacs-lisp/authors.el (authors-scan-change-log)
12174 (authors-add-to-author-list):
12175 * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
12176 * emacs-lisp/smie.el (smie-auto-fill):
12177 * mail/sendmail.el (mail-bury):
12178 * mail/unrmail.el (unrmail):
12179 * net/tls.el (open-tls-stream):
12180 * textmodes/picture.el (picture-mouse-set-point):
12181 Remove unused bindings.
12182
12183 2012-04-19 Michael Albinus <michael.albinus@gmx.de>
12184
12185 * net/tramp.el (tramp-action-password): Let-bind
12186 `enable-recursive-minibuffers' to t.
12187
12188 2012-04-18 Sam Steingold <sds@gnu.org>
12189
12190 * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
12191 instead of 'string to accommodate values like [f11].
12192 Always use `vconcat' instead of `concat' on it, like in `gud-def'.
12193 * progmodes/gdb-mi.el: Likewise.
12194
12195 2012-04-18 Leo Liu <sdl.web@gmail.com>
12196
12197 * abbrev.el (edit-abbrevs): Move point to the abbrev table of
12198 current buffer.
12199 (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
12200 LOCAL is nil.
12201
12202 2012-04-18 Chong Yidong <cyd@gnu.org>
12203
12204 * simple.el (line-move): Use forward-line if in batch mode
12205 (Bug#11053).
12206
12207 2012-04-18 Christopher Schmidt <christopher@ch.ristopher.com>
12208
12209 * files.el (after-find-file): Do not try to add a final newline if
12210 the buffer is read-only (Bug#11156).
12211
12212 2012-04-17 Richard Stallman <rms@gnu.org>
12213
12214 * mail/rmail.el (rmail-start-mail):
12215 Pass (rmail-mail-return...) for the return-action.
12216 Pass (rmail-yank-current-message...) for the yank-action.
12217 (rmail-yank-current-message): New function.
12218 (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
12219 (rmail-reply): Likewise.
12220 (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
12221
12222 * mail/sendmail.el (mail-bury): Choose the first rmail-mode
12223 buffer, not the last. Reject temp buffers. Use the rmail-mode
12224 buffer, not newbuf.
12225
12226 2012-04-17 Juanma Barranquero <lekktu@gmail.com>
12227
12228 * server.el (server-ensure-safe-dir): Simplify.
12229
12230 2012-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
12231
12232 * emacs-lisp/smie.el: Provide smarter auto-filling.
12233 (smie-auto-fill): New function.
12234 (smie-setup): Use it.
12235
12236 * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
12237
12238 2012-04-17 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
12239
12240 * newcomment.el (comment-inline-offset): New custom var (bug#11090).
12241 (comment-indent): Use it.
12242
12243 2012-04-17 Vincent Belaïche <vincentb1@users.sourceforge.net>
12244
12245 * ses.el: The overall change is to add cell renaming, that is
12246 setting fancy names for cell symbols other than name matching
12247 "\\`[A-Z]+[0-9]+\\'" regexp .
12248 (ses-localvars): Add ses--renamed-cell-symb-list.
12249 (ses-create-cell-variable): New defun.
12250 (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
12251 (ses-relocate-formula): Relocate formulas only for cells the
12252 symbols of which are not renamed, i.e. symbols whose names do not
12253 match regexp "\\`[A-Z]+[0-9]+\\'".
12254 (ses-relocate-all): Relocate values only for cells the symbols of
12255 which are not renamed.
12256 (ses-load): Create cells variables as the (ses-cell ...) are read,
12257 in order to check row col consistency with cell symbol name only
12258 for cells that are not renamed.
12259 (ses-replace-name-in-formula): New defun.
12260 (ses-rename-cell): New defun.
12261
12262 2012-04-17 Peter Oliver <bzr@mavit.org.uk> (tiny change)
12263
12264 * progmodes/perl-mode.el (perl-indent-parens-as-block):
12265 New option (bug#11118).
12266 (perl-calculate-indent): Respect it.
12267
12268 2012-04-17 Glenn Morris <rgm@gnu.org>
12269
12270 * dired-aux.el (dired-mark-read-string): Doc fix.
12271
12272 2012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
12273
12274 * dired-aux.el (dired-mark-read-string): Offer optional completion.
12275 (dired-do-chxxx): Complete chown, chgrp over users, groups. (Bug#7900)
12276
12277 2012-04-17 Glenn Morris <rgm@gnu.org>
12278
12279 * mouse.el (mouse-drag-track):
12280 * speedbar.el (speedbar-frame-mode):
12281 Use auto-hscroll-mode rather than the alias automatic-hscrolling.
12282
12283 2012-04-16 Leo Liu <sdl.web@gmail.com>
12284
12285 * progmodes/python.el: Trivial cleanup.
12286
12287 2012-04-16 Glenn Morris <rgm@gnu.org>
12288
12289 * vc/vc.el (vc-string-prefix-p):
12290 * vc/pcvs-util.el (cvs-string-prefix-p):
12291 * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
12292 * mpc.el (mpc-string-prefix-p):
12293 Make all of these into obsolete aliases for string-prefix-p.
12294 Update callers.
12295 * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
12296
12297 * textmodes/two-column.el: Move custom options to the start.
12298 (frame-width): Remove compat definition.
12299 (2C-associate-buffer, 2C-dissociate):
12300 Use with-current-buffer rather than save-excursion.
12301 (2C-dissociate): Force a mode-line update.
12302 (2C-autoscroll): Use ignore-errors.
12303
12304 * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
12305 Autoload trivia.
12306
12307 * emacs-lisp/cl-extra.el (*random-state*):
12308 Remove unnecessary declaration.
12309
12310 * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
12311
12312 * play/cookie1.el (cookie-snarf):
12313 Give an explicit error if input file cannot be read.
12314
12315 * play/yow.el (yow-file): Use expand-file-name rather than concat.
12316
12317 * progmodes/perl-mode.el (c-macro-expand):
12318 Remove unnecessary autoload (it is in loaddefs.el).
12319
12320 * textmodes/picture.el (picture-desired-column)
12321 (picture-update-desired-column): Convert comments to doc-strings.
12322 (picture-substitute): Remove function.
12323 (picture-mode-map): Initialize in the defvar.
12324
12325 * woman.el: Remove eval-after-load for tar-mode.
12326 * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
12327 (woman-tar-extract-file): Autoload it.
12328
12329 * frame.el (automatic-hscrolling): Make this alias obsolete.
12330
12331 2012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
12332
12333 * textmodes/ispell.el (ispell-set-spellchecker-params): Post-process
12334 `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
12335 (ispell-dictionary-base-alist): Revert to original XEmacs
12336 friendly version for default. [:alpha:] will be added in
12337 `ispell-set-spellchecker-params' if needed.
12338
12339 2012-04-16 Chong Yidong <cyd@gnu.org>
12340
12341 * image.el (imagemagick--file-regexp): New variable.
12342 (imagemagick-register-types): Use it.
12343 (imagemagick-types-inhibit): Add :set function. Allow new value
12344 of t to inhibit all types.
12345
12346 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
12347 so we can preload it.
12348
12349 * loadup.el (fboundp): Preload regexp-opt, needed by
12350 imagemagick-register-types.
12351
12352 2012-04-15 Chong Yidong <cyd@gnu.org>
12353
12354 * frame.el (scrolling): Remove nearly unused customization group.
12355
12356 * scroll-all.el (scroll-all-mode): Move to windows group.
12357
12358 2012-04-15 Chong Yidong <cyd@gnu.org>
12359
12360 * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
12361
12362 2012-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
12363
12364 Avoid the use of ((lambda ...) ...) in lexical-binding code.
12365 * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
12366
12367 2012-04-15 Glenn Morris <rgm@gnu.org>
12368
12369 * simple.el (process-file-side-effects): Doc fix.
12370
12371 2012-04-15 Glenn Morris <rgm@gnu.org>
12372
12373 * international/mule-cmds.el (set-language-environment): Doc fix.
12374
12375 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
12376
12377 * server.el (server-auth-key, server-generate-key): Doc fixes.
12378 (server-get-auth-key): Doc fix. Use `string-match-p'.
12379 (server-start): Reflow docstring.
12380
12381 2012-04-14 Lars Ingebrigtsen <larsi@gnus.org>
12382
12383 * server.el (server-generate-key): `called-interactively-p'
12384 requires a parameter.
12385
12386 2012-04-14 Michal Nazarewicz <mina86@mina86.com>
12387
12388 * server.el (server-auth-key): New variable.
12389 (server-generate-key, server-get-auth-key): New function.
12390 (server-start): Use the new variable and functions to allow
12391 setting a permanent server key (bug#9423).
12392
12393 2012-04-14 Leo Liu <sdl.web@gmail.com>
12394
12395 * vc/diff-mode.el (diff-file-prev/next): Fix typo.
12396
12397 2012-04-14 Paul Eggert <eggert@cs.ucla.edu>
12398
12399 Spelling fixes.
12400 * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
12401 Emacs uses American spelling.
12402
12403 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
12404
12405 * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
12406 (emacs-lock--exit-locked-buffer): Return the locked buffer. Doc fix.
12407 (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
12408 (emacs-lock--kill-buffer-query-functions): Run new hook. (Bug#11017)
12409
12410 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
12411
12412 * progmodes/which-func.el (which-func-modes): Change default.
12413
12414 2012-04-14 Kim F. Storm <storm@cua.dk>
12415
12416 * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
12417 exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
12418
12419 2012-04-14 Chong Yidong <cyd@gnu.org>
12420
12421 * custom.el (custom-theme-set-variables): Doc fix.
12422
12423 2012-04-14 Glenn Morris <rgm@gnu.org>
12424
12425 * international/mule.el (set-auto-coding-for-load): Doc fix.
12426
12427 2012-04-14 Alan Mackenzie <acm@muc.de>
12428
12429 * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
12430 imenu work again for Objective C Mode. Correct the *-index values,
12431 these having been disturbed by a previous change in 2011-08.
12432
12433 * progmodes/cc-engine.el (c-before-change-check-<>-operators):
12434 Correct two search limits.
12435
12436 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
12437
12438 * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
12439
12440 2012-04-14 Andreas Schwab <schwab@linux-m68k.org>
12441
12442 * international/characters.el: Fix sorting.
12443
12444 2012-04-14 Eli Zaretskii <eliz@gnu.org>
12445
12446 * international/characters.el: Add more missing Latin case pairs.
12447
12448 2012-04-14 Glenn Morris <rgm@gnu.org>
12449
12450 * files.el (dir-locals-set-class-variables): Doc fix.
12451
12452 2012-04-14 Eli Zaretskii <eliz@gnu.org>
12453
12454 * international/characters.el: Add set-case-syntax-pair call for
12455 LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
12456 counterpart. (Bug#11209)
12457
12458 * simple.el (shell-command-on-region): Doc fix. (Bug#11208)
12459
12460 2012-04-14 Glenn Morris <rgm@gnu.org>
12461
12462 * calendar/holidays.el (calendar-check-holidays): Doc fix.
12463
12464 2012-04-14 Eli Zaretskii <eliz@gnu.org>
12465
12466 * textmodes/ispell.el (ispell-dictionary-base-alist):
12467 Add data for Hebrew.
12468
12469 2012-04-14 Chong Yidong <cyd@gnu.org>
12470
12471 * net/rcirc.el (rcirc-cmd-quit):
12472 Revert 2012-03-18 change (Bug#11192).
12473
12474 2012-04-14 Glenn Morris <rgm@gnu.org>
12475
12476 * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
12477
12478 2012-04-14 Eli Zaretskii <eliz@gnu.org>
12479
12480 * minibuffer.el (completion-in-region-mode-map):
12481 Bind completion-help-at-point to M-? rather than ?. (Bug#11182)
12482
12483 2012-04-13 Vivek Dasmohapatra <vivek@etla.org>
12484
12485 * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
12486
12487 2012-04-13 Masatake YAMATO <yamato@redhat.com>
12488
12489 * minibuffer.el (minibuffer-local-filename-syntax): New variable
12490 to allow `C-M-f' and `C-M-b' to move to the nearest path
12491 separator (bug#9511).
12492
12493 2012-04-13 Lars Ingebrigtsen <larsi@gnus.org>
12494
12495 * avoid.el: Require cl when compiling. And also move the
12496 `provide' to the end.
12497
12498 2012-04-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
12499
12500 * avoid.el (mouse-avoidance-banish-position): New variable.
12501 (mouse-avoidance-banish-destination): Use it (bug#10165).
12502
12503 2012-04-13 Leo Liu <sdl.web@gmail.com>
12504
12505 * progmodes/which-func.el (which-func-modes): Add objc-mode.
12506
12507 2012-04-13 Ken Brown <kbrown@cornell.edu>
12508
12509 * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
12510 this is no longer needed now that cygstart understands file:// URLs.
12511 (browse-url-filename-alist): For the same reason, don't modify
12512 file:// URLs on Cygwin.
12513
12514 2012-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
12515
12516 * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
12517 the region on shift if the binding is already shifted (bug#11221).
12518
12519 2012-04-12 Glenn Morris <rgm@gnu.org>
12520
12521 * mail/mailpost.el: Move to obsolete/.
12522
12523 2012-04-12 Drew Adams <drew.adams@oracle.com>
12524
12525 * imenu.el (imenu--generic-function): Ignore invisible definitions
12526 (bug#10123).
12527
12528 2012-04-12 Vivek Dasmohapatra <vivek@etla.org>
12529
12530 * hexl.el (hexl-bits): New variable.
12531 (hexl-options): Mention the variable in the doc string.
12532 (hexl-rulerise, hexl-line-displen): New functions.
12533 (hexl-mode): Mention the new variable.
12534 (hexl-mode, hexl-current-address, hexl-current-address):
12535 Use the displen.
12536 (hexl-ascii-start-column): New function.
12537 (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
12538 (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
12539
12540 2012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
12541
12542 * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
12543 '("-i" ENCODING), in 2 separate command-line arguments, to specify
12544 the encoding, as expected by hunspell.
12545
12546 2012-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
12547
12548 * battery.el (battery--linux-sysfs-regexp): New const.
12549 (battery-status-function): Use it. Remove yeeloong special case.
12550 (battery-yeeloong-sysfs): Remove.
12551 (battery-echo-area-format): Remove yeeloong special case.
12552
12553 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
12554
12555 * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
12556 Reported by Noah Friedman.
12557
12558 * subr.el (read-passwd): Use read-string.
12559
12560 2012-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
12561
12562 * vcursor.el (vcursor-move): Increase the priority of the overlay
12563 (bug#9663).
12564
12565 2012-04-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
12566
12567 * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
12568 (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
12569
12570 2012-04-11 William Stevenson <yhvh2000@gmail.com>
12571
12572 * textmodes/artist.el (artist-mode): Convert artist-mode to use
12573 define-minor-mode (bug#10760).
12574
12575 2012-04-11 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
12576
12577 * progmodes/grep.el (rgrep): Tweak the find command line so
12578 that directories matching `grep-find-ignored-files' won't be
12579 pruned (bug#10351).
12580
12581 2012-04-11 Chong Yidong <cyd@gnu.org>
12582
12583 * startup.el (command-line): Remove support for long-obsolete
12584 variable font-lock-face-attributes.
12585
12586 2012-04-11 Glenn Morris <rgm@gnu.org>
12587
12588 * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
12589
12590 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
12591
12592 * window.el (window--state-get-1): Obey window-point-insertion-type.
12593
12594 2012-04-11 Lennart Borgman <lennart.borgman@gmail.com>
12595
12596 * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
12597 to previous function when point is on the first character of a
12598 function. Take care of that in `narrow-to-defun' (bug#6157).
12599
12600 2012-04-11 Glenn Morris <rgm@gnu.org>
12601
12602 * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
12603 not just file-errors.
12604
12605 * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
12606 (vc-bzr-sha1): Use internal sha1.
12607
12608 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
12609
12610 * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
12611
12612 2012-04-10 Sébastien Gross <seb@chezwam.org> (tiny change)
12613
12614 * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
12615 that start in the middle of the line (bug#10496).
12616
12617 2012-04-10 Dan Nicolaescu <dann@gnu.org>
12618
12619 * battery.el (battery-linux-proc-acpi): Only one battery is
12620 discharged at a time, but that seems to confuse battery.el when
12621 computing `rate-type' for the battery not being discharged
12622 (bug#10332).
12623
12624 2012-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
12625
12626 * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
12627
12628 * international/quail.el: Use dolist and simplify.
12629 (quail-define-package, quail-update-keyboard-layout)
12630 (quail-define-rules): Use dolist.
12631 (quail-insert-kbd-layout, quail-get-translation): CSE.
12632
12633 * tmm.el: Use dolist, remove left over hook.
12634 (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
12635 Use dolist.
12636 (calendar-load-hook): Don't mess with it.
12637
12638 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
12639 Use derived-mode-p. Run the diff asynchronously.
12640
12641 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
12642
12643 * obsolete/mouse-sel.el: Add an Obsolete-since header.
12644
12645 2012-04-10 Juanma Barranquero <lekktu@gmail.com>
12646
12647 * misc.el: Display absolute path of loaded DLLs (bug#10424).
12648 (list-dynamic-libraries--loaded): New function.
12649 (list-dynamic-libraries--refresh): Use it.
12650
12651 2012-04-10 Nathan Weizenbaum <nweiz@google.com>
12652
12653 * progmodes/python.el (python-fill-paragraph):
12654 Make python-fill-region in a multiline string work when font-lock is
12655 disabled (bug#7018).
12656
12657 2012-04-10 Laimonas Vėbra <laimonas.vebra@gmail.com> (tiny change)
12658
12659 * language/european.el (cp775): Add oem/legacy (en)coding on
12660 DOS/MS Windows for the Baltic languages. There are still plenty
12661 of texts written in this encoding/codepage (bug#6519).
12662
12663 2012-04-10 Glenn Morris <rgm@gnu.org>
12664
12665 * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
12666 Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
12667
12668 2012-04-10 Florian Adamsky <florian@adamsky.it> (tiny change)
12669
12670 * recentf.el (recentf-dialog-mode-map): Add two keybindings for
12671 next-line "n" and previous-line "p" in order to make recentf more
12672 consistent with ibuffer, dired or org-mode (bug#9387).
12673
12674 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
12675
12676 * image.el (put-image): Return the overlay created instead of the
12677 optional input string (bug#7834). Note that this may break code
12678 that is (for some reason or other) depending on `put-image'
12679 returning the string.
12680
12681 * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
12682
12683 * simple.el (zap-to-char): Allow zapping using input methods
12684 (bug#1580).
12685
12686 * textmodes/fill.el (fill-region): Leave point and mark where they
12687 were before filling (bug#5399).
12688
12689 2012-04-09 Glenn Morris <rgm@gnu.org>
12690
12691 * version.el (emacs-bzr-get-version):
12692 Handle lightweight checkouts of local branches.
12693
12694 2012-04-09 Andreas Schwab <schwab@linux-m68k.org>
12695
12696 * international/characters.el: Recover lost case pairs. (Bug#11209)
12697
12698 2012-04-09 Chong Yidong <cyd@gnu.org>
12699
12700 * custom.el (custom-variable-p): Return nil for non-symbol
12701 arguments instead of signaling an error.
12702 (user-variable-p): Obsolete alias for custom-variable-p.
12703
12704 * apropos.el (apropos-variable):
12705 * files-x.el (read-file-local-variable):
12706 * simple.el (set-variable):
12707 * woman.el (woman-mini-help):
12708 * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
12709
12710 2012-04-09 Glenn Morris <rgm@gnu.org>
12711
12712 * startup.el (normal-top-level): Don't look for leim-list.el
12713 in places where it will not be found. (Bug#910)
12714
12715 * international/mule-cmds.el (set-default-coding-systems):
12716 * files.el (normal-mode):
12717 Remove guarded calls to ucs-set-table-for-input. (Bug#9821)
12718 This function was removed with ucs-tables.el in 2008.
12719
12720 2012-04-08 Eli Zaretskii <eliz@gnu.org>
12721
12722 * textmodes/ispell.el (ispell-check-version): For hunspell, set
12723 ispell-encoding8-command to "-i", without a trailing space.
12724 (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
12725 separate command-line arguments, to specify the encoding, since
12726 that's how hunspell expects it.
12727
12728 2012-04-08 Glenn Morris <rgm@gnu.org>
12729
12730 * loadup.el: Load bindings before cus-start.
12731 This reduces somewhat the number of "rogue" settings in emacs -Q.
12732
12733 2012-04-07 Glenn Morris <rgm@gnu.org>
12734
12735 * version.el (emacs-bzr-get-version): New function.
12736 (emacs-bzr-version): New variable.
12737 * loadup.el (emacs-bzr-version): Set it. (Bug#8054)
12738 * mail/emacsbug.el (report-emacs-bug): Include bzr version.
12739
12740 2012-04-07 Eli Zaretskii <eliz@gnu.org>
12741
12742 * international/uni-bidi.el, international/uni-category.el:
12743 * international/uni-combining.el, international/uni-decimal.el:
12744 * international/uni-decomposition.el, international/uni-digit.el:
12745 * international/uni-lowercase.el, international/uni-mirrored.el:
12746 * international/uni-name.el, international/uni-numeric.el:
12747 * international/uni-titlecase.el, international/uni-uppercase.el:
12748 Update for Unicode 6.1.
12749
12750 2012-04-07 Eli Zaretskii <eliz@gnu.org>
12751
12752 * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
12753
12754 2012-04-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
12755
12756 * window.el (shrink-window): Mention the `window-min-height'
12757 variable in the doc string.
12758
12759 2012-04-05 Bastien Guerry <bzg@altern.org>
12760
12761 * color.el (color-lighten-name): Fix typo.
12762
12763 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
12764
12765 * server.el (server--on-display-p): New function.
12766 (server--on-display-p): Use it.
12767
12768 2012-04-04 Gábor Vida <vidagabor@gmail.com> (tiny change)
12769
12770 * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
12771 (bug#11145).
12772
12773 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
12774
12775 * comint.el (comint--common-quoted-suffix): Check string boundary
12776 before comparing (bug#11158).
12777 * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
12778
12779 2012-04-04 Chong Yidong <cyd@gnu.org>
12780
12781 * minibuffer.el (completion-extra-properties): Doc fix.
12782
12783 * subr.el (delayed-warnings-hook): Doc fix.
12784
12785 2012-04-04 Daiki Ueno <ueno@unixuser.org>
12786
12787 * epa.el (epa--select-keys): Bind C-c C-c to finish the key
12788 selection (Bug#11159).
12789 (epa-insert-keys): Inform that the default public key will be
12790 exported if no key is selected.
12791
12792 2012-04-04 Richard Stallman <rms@gnu.org>
12793
12794 * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
12795
12796 2012-04-03 Chong Yidong <cyd@gnu.org>
12797
12798 * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
12799 mail-insert-file, not its obsolete alias mail-attach-file.
12800
12801 2012-04-03 Michael Albinus <michael.albinus@gmx.de>
12802
12803 * notifications.el (notifications-notify): Fix docstring.
12804
12805 2012-04-02 Glenn Morris <rgm@gnu.org>
12806
12807 * emacs-lisp/authors.el (authors-aliases): Another addition.
12808
12809 2012-04-02 Michael Albinus <michael.albinus@gmx.de>
12810
12811 * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
12812 `tramp-compat-call-process' instead of `tramp-local-call-process'.
12813 Reported by Magnus Henoch <magnus.henoch@gmail.com>.
12814
12815 2012-04-01 Chong Yidong <cyd@gnu.org>
12816
12817 * files.el (file-in-directory-p): Rename from file-subdir-of-p.
12818 Handle root directory properly.
12819 (copy-directory): Caller changed.
12820
12821 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
12822 * net/tramp.el (tramp-file-name-for-operation): Callers changed.
12823
12824 2012-03-31 Glenn Morris <rgm@gnu.org>
12825
12826 * term/xterm.el (xterm-extra-capabilities): Doc fix.
12827
12828 * language/indian.el ("Devanagari"): Fix typo. (Bug#11103)
12829
12830 * calendar/calendar.el (calendar-window-list)
12831 (calendar-hide-window): Restore. (Bug#11140)
12832 (calendar-exit): Use calendar-window-list, calendar-hide-window again.
12833
12834 * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
12835
12836 2012-03-30 Thierry Volpiatto <thierry.volpiatto@gmail.com>
12837
12838 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
12839 Check if file is a symlink (Bug#10489).
12840
12841 * files.el (copy-directory): Likewise.
12842
12843 2012-03-30 Chong Yidong <cyd@gnu.org>
12844
12845 * image.el (imagemagick-types-inhibit)
12846 (imagemagick-register-types): Doc fix.
12847
12848 2012-03-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
12849
12850 * textmodes/ispell.el (ispell-get-extended-character-mode):
12851 Disable extended-char-mode for hunspell. hunspell does not support it
12852 and treats ~word as ordinary words in pipe mode.
12853
12854 2012-03-30 Glenn Morris <rgm@gnu.org>
12855
12856 * tutorial.el (help-with-tutorial): Ensure local variables don't
12857 happen to make the buffer read-only. (Bug#11127)
12858
12859 2012-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
12860
12861 * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
12862 (perl-calculate-indent): Return `noindent' in strings.
12863
12864 2012-03-28 Sam Steingold <sds@gnu.org>
12865
12866 * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
12867 instead of the broken adhockery which does not prevent calendar
12868 buffers from being displayed at random after exit.
12869 (calendar-window-list, calendar-hide-window): Remove the broken
12870 adhockery.
12871
12872 2012-03-28 Glenn Morris <rgm@gnu.org>
12873
12874 * replace.el (query-replace-map): Doc fix.
12875
12876 2012-03-28 Andreas Schwab <schwab@linux-m68k.org>
12877
12878 * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
12879 contents. (Bug#11109)
12880
12881 2012-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
12882
12883 * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
12884 (bug#11077).
12885 (avl-tree--check, avl-tree--check-node): New funs.
12886
12887 2012-03-27 Martin Rudalics <rudalics@gmx.at>
12888
12889 * window.el (switch-to-visible-buffer): New option.
12890 (switch-to-prev-buffer, switch-to-next-buffer):
12891 Observe switch-to-visible-buffer. Make sure that checking for a window
12892 showing a buffer already is done on the same frame.
12893
12894 2012-03-27 Glenn Morris <rgm@gnu.org>
12895
12896 * startup.el (mail-host-address): Doc fix.
12897
12898 2012-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
12899
12900 * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
12901 than 197 variables.
12902
12903 2012-03-26 Ami Fischman <ami@fischman.org>
12904
12905 * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
12906
12907 2012-03-26 Glenn Morris <rgm@gnu.org>
12908
12909 * files.el (save-buffers-kill-emacs): Doc fix.
12910
12911 * startup.el (normal-top-level, command-line, command-line-1):
12912 Give them doc strings.
12913
12914 2012-03-25 Eli Zaretskii <eliz@gnu.org>
12915
12916 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
12917 of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
12918
12919 2012-03-25 Chong Yidong <cyd@gnu.org>
12920
12921 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
12922 theme if it was previously enabled before (Bug#11031).
12923
12924 * cus-theme.el (custom-theme-write-faces): Retrieve current face
12925 spec with custom-face-get-current-spec if its :shown-value is not
12926 determined yet (Bug#9337).
12927 (customize-create-theme, custom-theme-revert): Doc fixes.
12928
12929 * button.el (button-at): Minor addition to docstring.
12930
12931 2012-03-24 Simon Leinen <simon.leinen@gmail.com>
12932
12933 * vc/vc.el (vc-merge): Fix a prompt.
12934
12935 2012-03-24 Chong Yidong <cyd@gnu.org>
12936
12937 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
12938 point (Bug#9623).
12939
12940 * button.el (button-at): Minor addition to docstring.
12941
12942 2012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
12943
12944 * newcomment.el (comment-choose-indent): No space after BOL.
12945
12946 2012-03-22 Sam Steingold <sds@gnu.org>
12947
12948 * window.el (switch-to-prev-buffer): Revert last patch because the
12949 bug turned out to be an advertised feature (Elisp manual 28.14).
12950
12951 2012-03-22 Glenn Morris <rgm@gnu.org>
12952
12953 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
12954 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
12955
12956 2012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
12957
12958 * net/network-stream.el (network-stream-open-starttls): Make error
12959 message under Windows be less misleading.
12960
12961 2012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
12962
12963 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
12964 understands (bug#9942).
12965
12966 2012-03-22 Chong Yidong <cyd@gnu.org>
12967
12968 * simple.el (end-of-visible-line): Handle return value of
12969 next-single-property-change properly (Bug#9371).
12970
12971 2012-03-22 Kenichi Handa <handa@m17n.org>
12972
12973 * international/quail.el (quail-insert-kbd-layout): Fix previous
12974 change. To avoid unwanted bidi reordering, use
12975 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
12976
12977 2012-03-21 Dmitry Gutov <dgutov@yandex.ru>
12978
12979 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
12980 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
12981 (ruby-beginning-of-indent): Be more careful with the difference
12982 between word-boundary and symbol boundary.
12983 (ruby-mode-syntax-table): Make : a symbol constituent.
12984
12985 2012-03-21 Andreas Politz <politza@fh-trier.de>
12986
12987 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
12988
12989 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
12990
12991 * progmodes/etags.el (tags-completion-at-point-function):
12992 Improve last fix.
12993
12994 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
12995
12996 2012-03-21 Sam Steingold <sds@gnu.org>
12997
12998 * progmodes/etags.el (tags-completion-at-point-function):
12999 Avoid the error when point is inside the pattern.
13000
13001 2012-03-21 John Yates <john@yates-sheets.org> (tiny change)
13002
13003 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
13004 line (Bug#10855).
13005
13006 2012-03-21 Drew Adams <drew.adams@oracle.com>
13007
13008 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
13009
13010 2012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
13011
13012 * ido.el (ido-set-current-directory, ido-read-internal)
13013 (ido-choose-completion-string, ido-completion-help): Handle nil
13014 value of ido-completion-buffer (Bug#11008).
13015
13016 2012-03-21 Sam Steingold <sds@gnu.org>
13017
13018 * window.el (switch-to-prev-buffer): Do not switch to a visible
13019 window previous buffer, just like with the frame previous buffers.
13020
13021 2012-03-21 Chong Yidong <cyd@gnu.org>
13022
13023 * faces.el (make-face, make-empty-face, copy-face):
13024 * face-remap.el (face-remap-add-relative, face-remap-set-base):
13025 Doc fixes.
13026
13027 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
13028
13029 * wid-edit.el (widget-complete-field): Remove (bug#11051).
13030 (widget-complete): Remove broken use of it.
13031
13032 2012-03-20 Chong Yidong <cyd@gnu.org>
13033
13034 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
13035 Use string-width and truncate-string-width to handle arbitrary
13036 characters.
13037
13038 2012-03-20 Tassilo Horn <tassilo@member.fsf.org>
13039
13040 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
13041 to draw rectangles, not squares. (Regression introduced by revno
13042 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
13043
13044 2012-03-18 Chong Yidong <cyd@gnu.org>
13045
13046 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
13047 it is not yet defined (for temacs).
13048
13049 2012-03-18 Leo Liu <sdl.web@gmail.com>
13050
13051 * net/rcirc.el (rcirc-cmd-quit): Allow quitting all servers with
13052 prefix.
13053
13054 2012-03-17 Eli Zaretskii <eliz@gnu.org>
13055
13056 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
13057 (ispell-choices-win-default-height, ispell-silently-savep)
13058 (ispell-dictionary-alist, ispell-encoding8-command)
13059 (ispell-check-version, ispell-aspell-find-dictionary)
13060 (ispell-valid-dictionary-list, ispell-words-keyword)
13061 (ispell-get-word, ispell-internal-change-dictionary)
13062 (ispell-region, ispell-skip-region-list)
13063 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
13064 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
13065 (ispell-message-text-end, ispell-message)
13066 (ispell-buffer-local-parsing): Doc fix.
13067
13068 2012-03-13 Jambunathan K <kjambunathan@gmail.com>
13069
13070 * htmlfontify.el: Add support for code block fontification for ODT
13071 export (Bug #9914).
13072 (hfy-optimisations): Define new option
13073 `body-text-only'
13074 (hfy-fontify-buffer): Honor above setting.
13075 (hfy-begin-span, hfy-end-span): New routines factored out form
13076 `hfy-fontify-buffer'.
13077 (hfy-begin-span-handler, hfy-end-span-handler): New variables
13078 that permit insertion of custom tags.
13079 (hfy-fontify-buffer): Use above handlers.
13080 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
13081 (hfy-face-to-css): Re-defined to be a variable.
13082 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
13083 over multiple runs. This is made possible by having the caller let
13084 bind a special variable `hfy-user-sheet-assoc'.
13085 (htmlfontify-string): New defun.
13086 (hfy-compile-face-map): Make sure that the last char in the
13087 buffer is correctly fontified.
13088 (hfy-face-resolve-face): Whitespace only change.
13089
13090 2012-03-17 Eli Zaretskii <eliz@gnu.org>
13091
13092 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
13093 message more clear.
13094
13095 2012-03-16 Leo Liu <sdl.web@gmail.com>
13096
13097 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
13098
13099 2012-03-16 Alan Mackenzie <acm@muc.de>
13100
13101 Further optimize the handling of large macros.
13102
13103 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
13104 limit to a call of `c-literal-limits'.
13105 (c-determine-+ve-limit): New function.
13106 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
13107 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
13108 In CASE 5B, restrict a search limit to 500.
13109 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
13110
13111 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
13112 Restrict macro bounds to +-500 from after-change's BEG END.
13113
13114 2012-03-16 Leo Liu <sdl.web@gmail.com>
13115
13116 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
13117
13118 2012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
13119
13120 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
13121 `special-mode' setting of `buffer-read-only'. (Bug#11010)
13122
13123 2012-03-16 Glenn Morris <rgm@gnu.org>
13124
13125 * view.el (view-buffer, view-buffer-other-window)
13126 (view-buffer-other-frame): Doc fixes re special mode-class.
13127
13128 * subr.el (eval-after-load): If named feature is provided not from
13129 a file, run after-load forms. (Bug#10946)
13130
13131 * calendar/calendar.el (calendar-insert-at-column):
13132 Handle non-unit-width characters a bit better. (Bug#10978)
13133
13134 2012-03-15 Chong Yidong <cyd@gnu.org>
13135
13136 * emacs-lisp/ring.el (ring-extend): New function.
13137 (ring-insert+extend): Extend the ring correctly (Bug#11019).
13138
13139 * comint.el (comint-read-input-ring)
13140 (comint-add-to-input-history): Grow comint-input-ring lazily.
13141
13142 2012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
13143
13144 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
13145 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
13146
13147 * imenu.el: Fix multiple inheritance breakage (bug#9199).
13148 (imenu-add-to-menubar): Don't add a redundant index.
13149 (imenu-update-menubar): Handle a dynamically composed keymap.
13150
13151 2012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
13152
13153 * mail/sendmail.el (mail-encode-header):
13154 Bind rfc2047-encode-encoded-words to nil.
13155
13156 2012-03-13 Glenn Morris <rgm@gnu.org>
13157
13158 * calendar/calendar.el (calendar-string-spread):
13159 Handle non-unit-width characters a bit better. (Bug#10978)
13160
13161 2012-03-13 Leo Liu <sdl.web@gmail.com>
13162
13163 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
13164 directory and file as argument (Bug#10822).
13165
13166 2012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
13167
13168 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
13169 For dynamically generated code, follow $PC.
13170 (gdb-disassembly-handler-custom): Handle no function name case.
13171
13172 2012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
13173
13174 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
13175 * emulation/ws-mode.el (ws-query-replace):
13176 * sort.el (sort-regexp-fields):
13177 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
13178
13179 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
13180
13181 * dabbrev.el: Fix cycle completion order (bug#10963).
13182 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
13183 (dabbrev-completion): Don't use an obarray; provide
13184 a cycle-sort-function.
13185
13186 2012-03-12 Leo Liu <sdl.web@gmail.com>
13187
13188 * simple.el (kill-new): Use equal-including-properties for comparison.
13189 (kill-do-not-save-duplicates): Doc fix.
13190
13191 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
13192
13193 * dabbrev.el: Fix cycle completion (bug#10963).
13194 Use lexical binding and wrap to 80 columns.
13195 (dabbrev-completion): Delay computing the list of completions.
13196
13197 2012-03-12 Kenichi Handa <handa@m17n.org>
13198
13199 * international/quail.el (quail-insert-kbd-layout): Surround each
13200 row by LRO and PDF instead of inserting many LRMs. Pad the left
13201 and right of each non-spacing marks. Insert invisible space
13202 between lower and upper characters to prevent composition.
13203
13204 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
13205
13206 * minibuffer.el (minibuffer-complete): Don't get confused when the
13207 function is run twice via different commands (bug#10958).
13208 (complete-with-action): Fix docstring.
13209
13210 2012-03-12 Chong Yidong <cyd@gnu.org>
13211
13212 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
13213 (nxml-completion-at-point-function): New function.
13214 (nxml-mode): Use it.
13215 (nxml-bind-meta-tab-to-complete-flag): Default to t.
13216
13217 * emacs-lisp/package.el (package-unpack, package-unpack-single):
13218 Load generated autoloads file before byte compiling (Bug#10970).
13219 (package--make-autoloads-and-compile): New helper fun.
13220
13221 2012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
13222
13223 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
13224
13225 2012-03-11 Michael Albinus <michael.albinus@gmx.de>
13226
13227 * autorevert.el (auto-revert-handler): Ensure, that
13228 file-readable-p is applied only for local files or in
13229 auto-revert-tail-mode.
13230
13231 2012-03-11 Andreas Schwab <schwab@linux-m68k.org>
13232
13233 * server.el (server-eval-at): Handle non-tcp connections.
13234 Decode result string.
13235
13236 * server.el (server-msg-size): New constant.
13237 (server-reply-print): New function.
13238 (server-eval-and-print): Use it.
13239 (server-eval-at): Use server-quote-arg and server-unquote-arg.
13240 Handle -print-nonl.
13241
13242 2012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
13243
13244 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
13245 (Bug#10987).
13246
13247 2012-03-11 Chong Yidong <cyd@gnu.org>
13248
13249 * simple.el (goto-line): Doc fix (Bug#9938).
13250
13251 * subr.el (save-window-excursion): Doc fix (Bug#9979).
13252
13253 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
13254 when finished (Bug#10963).
13255
13256 2012-03-11 Martin Rudalics <rudalics@gmx.at>
13257
13258 * window.el (split-window-below): Fix bug in case where
13259 split-window-keep-point is nil (Bug#10971).
13260
13261 2012-03-11 Juri Linkov <juri@jurta.org>
13262
13263 * replace.el (replace-highlight): Set isearch-word to nil
13264 unconditionally. (Bug#10887)
13265
13266 2012-03-10 Eli Zaretskii <eliz@gnu.org>
13267
13268 * net/mairix.el (mairix-replace-invalid-chars): Rename from
13269 mairix-replace-illegal-chars; all callers changed. Don't remove
13270 ^, ~, and = characters: they are meaningful in mairix search specs.
13271 (mairix-widget-create-query): Add usage information about mairix
13272 search forms: negating words, searching for substrings, etc.
13273
13274 2012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
13275
13276 * international/fontset.el (font-encoding-alist): Add an entry for
13277 ksx1001 (Bug#5667).
13278
13279 2012-03-10 Richard Stallman <rms@gnu.org>
13280
13281 * mail/sendmail.el (mail-encode-header):
13282 Set rfc2047-encode-encoded-words.
13283
13284 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
13285
13286 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
13287 view buffer means not swapped.
13288 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
13289 (rmail-write-region-annotate): Error if real text has disappeared.
13290
13291 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
13292
13293 2012-03-10 Chong Yidong <cyd@gnu.org>
13294
13295 * emulation/cua-rect.el (cua--init-rectangles):
13296 * emulation/cua-base.el (cua--init-keymaps):
13297 Add delete-forward-char to remappings (Bug#9666).
13298
13299 2012-03-10 Martin Rudalics <rudalics@gmx.at>
13300
13301 * speedbar.el (speedbar-unhighlight-one-tag-line):
13302 Avoid unhighlighting due to frame switching (Bug#10275).
13303
13304 2012-03-10 Chong Yidong <cyd@gnu.org>
13305
13306 * minibuffer.el (completion-in-region, completion-help-at-point):
13307 Give the completion field overlay a high priority (Bug#6830).
13308
13309 * dired.el (dired-goto-file): Recognize absolute file name
13310 listings (Bug#7126).
13311 (dired-goto-file-1): New helper function.
13312 (dired-toggle-read-only): Inhibit warnings.
13313
13314 2012-03-09 Michael Albinus <michael.albinus@gmx.de>
13315
13316 * net/dbus.el (dbus-property-handler): Return empty array if
13317 there are no properties.
13318
13319 2012-03-09 Leo Liu <sdl.web@gmail.com>
13320
13321 * savehist.el (savehist-printable): Stricter check for string
13322 value (Bug#10937).
13323
13324 2012-03-09 Eli Zaretskii <eliz@gnu.org>
13325
13326 * mail/smtpmail.el (smtpmail-send-it):
13327 Bind coding-system-for-write to *-unix, so that FCC files are kept in
13328 valid mbox format.
13329
13330 2012-03-09 Glenn Morris <rgm@gnu.org>
13331
13332 * files.el (dir-locals-find-file):
13333 Don't check result is regular, readable.
13334 (dir-locals-read-from-file): Demote errors.
13335
13336 2012-03-08 Eli Zaretskii <eliz@gnu.org>
13337
13338 * international/quail.el (quail-insert-kbd-layout):
13339 Insert invisible LRM characters before each character in a keyboard
13340 layout cell, to prevent their reordering by bidi display engine.
13341 For details, see the discussion in
13342 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
13343
13344 2012-03-08 Alan Mackenzie <acm@muc.de>
13345
13346 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
13347 the starting position; make it extend the marked region when
13348 invoked repeatedly - all under appropriate circumstances.
13349 Fixes bugs #5525, #10906.
13350
13351 2012-03-08 Glenn Morris <rgm@gnu.org>
13352
13353 * files.el (locate-dominating-file, dir-locals-find-file):
13354 Undo 2012-03-06 change.
13355
13356 2012-03-07 Eli Zaretskii <eliz@gnu.org>
13357
13358 * international/quail.el (quail-help):
13359 Force bidi-paragraph-direction be left-to-right. See discussion in
13360 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
13361 for the reason.
13362
13363 2012-03-07 Michael Albinus <michael.albinus@gmx.de>
13364
13365 Avoid superfluous registering of signals. (Bug#10807)
13366
13367 * notifications.el (notifications-on-action-object)
13368 (notifications-on-close-object): New defvars.
13369 (notifications-on-action-signal, notifications-on-closed-signal):
13370 Unregister the signal if not needed any longer.
13371 (notifications-notify): Register `notifications-action-signal' or
13372 `notifications-closed-signal', if :on-action or :on-close has been
13373 passed as argument.
13374
13375 2012-03-07 Chong Yidong <cyd@gnu.org>
13376
13377 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
13378 non-X platforms.
13379
13380 2012-03-06 Glenn Morris <rgm@gnu.org>
13381
13382 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
13383 (x-disown-selection-internal, x-get-selection-internal):
13384 Doc fix (add arglist signatures). (Bug#10783)
13385
13386 2012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
13387
13388 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
13389 Handle breakpoints with no "type".
13390
13391 2012-03-06 Glenn Morris <rgm@gnu.org>
13392
13393 * files.el (locate-dominating-file): Add optional predicate argument.
13394 (dir-locals-find-file): Make use of above change.
13395
13396 2012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
13397
13398 * info.el (Info-insert-dir): Also try "dir.gz".
13399
13400 2012-03-06 Glenn Morris <rgm@gnu.org>
13401
13402 * files.el (dir-locals-find-file):
13403 Ignore non-readable or non-regular files. (Bug#10928)
13404
13405 * files.el (locate-dominating-file): Doc fix.
13406
13407 2012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
13408
13409 * calendar/calendar.el (calendar-set-mode-line):
13410 `getenv' returns a string. (Bug#10951)
13411
13412 2012-03-05 Leo Liu <sdl.web@gmail.com>
13413
13414 * simple.el (backward-delete-char-untabify): Constrain point to
13415 field (Bug#10939).
13416
13417 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
13418
13419 2012-03-05 Chong Yidong <cyd@gnu.org>
13420
13421 * simple.el (count-words): If called from Lisp, return the word
13422 count, for symmetry with `count-lines'. Arglist changed.
13423 (count-words--message): Args changed. Consolidate counting code
13424 from count-words and count-words-region.
13425 (count-words-region): Caller changed.
13426 (count-lines-region): Make it an obsolete alias.
13427
13428 2012-03-04 Tassilo Horn <tassilo@member.fsf.org>
13429
13430 * saveplace.el (save-place-to-alist)
13431 (save-place-ignore-files-regexp): Allow value nil to disable this
13432 feature.
13433
13434 2012-03-04 Chong Yidong <cyd@gnu.org>
13435
13436 * faces.el (face-spec-reset-face): For the default face, reset the
13437 attributes to default values (Bug#10748).
13438
13439 2012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
13440
13441 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
13442 previous patch: Check `message-send-mail-function', and not the
13443 default function (bug#10897).
13444
13445 2012-03-04 Michael Albinus <michael.albinus@gmx.de>
13446
13447 * notifications.el (notifications-on-action-signal)
13448 (notifications-on-closed-signal): Check for unique service name of
13449 incoming event. Fix error in removing entry.
13450 (top): Register for signals with wildcard service name.
13451 (notifications-notify): Use daemon unique service name for map entries.
13452
13453 2012-03-04 Chong Yidong <cyd@gnu.org>
13454
13455 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
13456
13457 2012-03-04 Glenn Morris <rgm@gnu.org>
13458
13459 * abbrev.el (copy-abbrev-table, abbrev-table-p)
13460 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
13461 (expand-abbrev, define-abbrev-table): Doc fixes.
13462
13463 2012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
13464
13465 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
13466 `message-default-send-mail-function' and not `send-mail-function'
13467 when doing the prompting for `sendmail-query-once' before sending
13468 in Message buffers (bug#10897).
13469
13470 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
13471 This is inconsistent with all the other stream functions, which leave
13472 the setting up to the higher levels (if so wanted) (bug#10931).
13473
13474 2012-03-02 Alan Mackenzie <acm@muc.de>
13475
13476 Depessimize the handling of very large macros.
13477
13478 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
13479 (c-macro-cache-syntactic): New variables to implement a one
13480 element macro cache.
13481 (c-invalidate-macro-cache): New function.
13482 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
13483 Adapt to use the new cache.
13484 (c-state-safe-place): Use better the cache of safe positions.
13485 (c-state-semi-nonlit-pos-cache)
13486 (c-state-semi-nonlit-pos-cache-limit):
13487 New variables for...
13488 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
13489 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
13490 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
13491 Use c-state-semi-safe-place.
13492
13493 * progmodes/cc-langs.el (c-get-state-before-change-functions):
13494 Add c-invalidate-macro-cache to the C, C++, Obj entries.
13495
13496 2012-03-02 Michael Albinus <michael.albinus@gmx.de>
13497
13498 * jka-compr.el (jka-compr-call-process):
13499 Apply `file-accessible-directory-p' only when the default directory is
13500 not remote.
13501
13502 2012-03-01 Michael Albinus <michael.albinus@gmx.de>
13503
13504 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
13505 access of FILE2, if FILE1 does not exist.
13506
13507 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
13508 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
13509
13510 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
13511 Add "PAGER=" to `process-environment'.
13512
13513 2012-03-01 Michael R. Mauger <mmaug@yahoo.com>
13514
13515 * progmodes/sql.el: Bug fix
13516 (sql-get-login-ext): Save login values in globals.
13517 (sql-get-login): Use new version of `sql-get-login-ext'.
13518 (sql-interactive-mode): Set global `sql-connection' to nil.
13519 (sql-connect): Set global values for connection.
13520 (sql-product-interactive): Save global values as buffer local.
13521
13522 2012-02-29 Leo Liu <sdl.web@gmail.com>
13523
13524 * abbrev.el (define-abbrevs): Reset sys to nil.
13525
13526 2012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
13527
13528 * files.el (file-equal-p): Rename from `files-equal-p'.
13529 Return nil when one or both files don't exist.
13530 (file-subdir-of-p): Now only top directory must exists,
13531 return nil if it doesn't.
13532 (copy-directory): No need to test with `file-subdir-of-p' after
13533 creating dir.
13534 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
13535 to `file-equal-p'.
13536
13537 2012-02-28 Glenn Morris <rgm@gnu.org>
13538
13539 * shell.el (shell-mode):
13540 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
13541 * play/landmark.el (landmark-font-lock-face-O):
13542 * play/handwrite.el (handwrite):
13543 * play/gomoku.el (gomoku-O):
13544 * net/browse-url.el (browse-url-browser-display):
13545 * international/mule.el (define-charset):
13546 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
13547 * filesets.el (filesets-find-file-delay):
13548 * eshell/em-xtra.el (eshell-xtra):
13549 * eshell/em-unix.el (eshell-grep):
13550 * emulation/viper.el (viper-mode):
13551 * emacs-lisp/regexp-opt.el (regexp-opt-group):
13552 * emacs-lisp/easymenu.el (easy-menu-define):
13553 * calendar/timeclock.el (timeclock-use-display-time):
13554 * bs.el (bs-mode):
13555 * bookmark.el (bookmark-save-flag):
13556 Doc fix (standardize possessive apostrophe usage).
13557
13558 2012-02-27 Chong Yidong <cyd@gnu.org>
13559
13560 * emulation/viper-cmd.el (viper-intercept-ESC-key):
13561 Fix key-binding lookup for ESC key (Bug#9146).
13562
13563 * font-lock.el (font-lock-specified-p): Rename from
13564 font-lock-spec-present. Callers changed.
13565
13566 2012-02-27 Daniel Hackney <dan@haxney.org>
13567
13568 * emacs-lisp/package.el (package-compute-transaction):
13569 Handle holding a package version to t in package-load-list.
13570
13571 2012-02-26 Michael Albinus <michael.albinus@gmx.de>
13572
13573 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
13574 (tramp-get-inode, tramp-get-device): Use cached values.
13575
13576 2012-02-26 Alan Mackenzie <acm@muc.de>
13577
13578 Check there is a font-lock specification before doing initial
13579 fontification.
13580
13581 * font-core.el (font-lock-mode): Move the conditional from
13582 :after-hook to font-lock-initial-fontify.
13583 (font-lock-default-function): Move the check for a specification
13584 to font-lock-spec-present.
13585
13586 * font-lock.el (font-lock-initial-fontify): Call ...
13587 (font-lock-spec-present): New function.
13588
13589 2012-02-26 Jim Blandy <jimb@red-bean.com>
13590
13591 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
13592 (gdb-send): Apply it to the operand of the '-interpreter-exec
13593 console' command, so that we can pass arguments with (say) quotes
13594 in them. Store exact string sent in gdb-debug-log (Bug#10765).
13595
13596 2012-02-26 Chong Yidong <cyd@gnu.org>
13597
13598 * help-fns.el (describe-function-1): Clarify description of
13599 remapping (Bug#10844).
13600
13601 * files.el (files-equal-p): Doc fix.
13602 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
13603 and quit the loop once a mismatch is found.
13604
13605 2012-02-25 Juanma Barranquero <lekktu@gmail.com>
13606
13607 * bs.el (bs--show-with-configuration): Don't throw an error
13608 if the window cannot be split; otherwise, subsequent calls to
13609 bs-show fail, restoring a stale window config. (Bug#10882)
13610
13611 2012-02-25 Jan Djärv <jan.h.d@swipnet.se>
13612
13613 * term/ns-win.el (global-map): Bind ns-drag-file to
13614 ns-find-file (Bug#5855, Bug#10050).
13615
13616 2012-02-25 Andreas Schwab <schwab@linux-m68k.org>
13617
13618 * calendar/parse-time.el (parse-time-string): Allow extractor to
13619 return nil.
13620
13621 2012-02-25 Michael Albinus <michael.albinus@gmx.de>
13622
13623 * net/tramp.el (tramp-file-name-for-operation):
13624 Add `files-equal-p' and `file-subdir-of-p'.
13625
13626 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
13627 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
13628 Add COPY-CONTENTS argument.
13629
13630 2012-02-25 Chong Yidong <cyd@gnu.org>
13631
13632 Add custom groups for VC backends, for consistency with vc-bzr.
13633
13634 * vc/vc-arch.el (vc-arch):
13635 * vc/vc-cvs.el (vc-cvs):
13636 * vc/vc-git.el (vc-git):
13637 * vc/vc-hg.el (vc-hg):
13638 * vc/vc-mtn.el (vc-mtn):
13639 * vc/vc-rcs.el (vc-rcs):
13640 * vc/vc-sccs.el (vc-sccs):
13641 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
13642 All relevant defcustoms reassigned.
13643
13644 2012-02-25 Chong Yidong <cyd@gnu.org>
13645
13646 * newcomment.el (comment-styles): Add autoload (Bug#10868).
13647
13648 * term/x-win.el (x-initialize-window-system): Reduce default for
13649 x-selection-timeout to 5 seconds (Bug#8869).
13650
13651 2012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
13652
13653 * files.el (files-equal-p, file-subdir-of-p): New functions.
13654 (copy-directory): Error when trying to copy a directory on itself.
13655 Add missing copy-contents arg to tramp handler.
13656 * dired-aux.el (dired-copy-file-recursive): Same.
13657 (dired-create-files): Modify destination when source is equal to
13658 dest when copying files.
13659 Return also when dest is a subdir of source. (Bug#10489)
13660
13661 2012-02-24 Michael Albinus <michael.albinus@gmx.de>
13662
13663 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
13664 (Bug#10874)
13665
13666 2012-02-23 Alan Mackenzie <acm@muc.de>
13667
13668 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
13669 parameter "after-hook:" to allow the expansion to run code after
13670 the execution of the mode hooks.
13671
13672 * font-lock.el (font-lock-initial-fontify): New function extracted
13673 from font-lock-mode-internal.
13674
13675 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
13676 :after-hook.
13677
13678 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
13679
13680 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
13681 (completion--cache-all-sorted-completions): New function.
13682 (completion-all-sorted-completions): Use it.
13683 (completion--do-completion, minibuffer-force-complete):
13684 Use it to re-instate the flush hook.
13685
13686 * icomplete.el (icomplete-completions): Replace last fix with a better
13687 one (bug#10850).
13688
13689 2012-02-23 Dmitry Gutov <dgutov@yandex.ru>
13690
13691 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
13692 when it might call us back infinitely (bug#10797).
13693
13694 2012-02-23 Glenn Morris <rgm@gnu.org>
13695
13696 * minibuffer.el (completion-category-overrides): Doc fix.
13697
13698 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
13699
13700 * minibuffer.el (completion-table-with-context): Fix inf-loop.
13701 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
13702
13703 2012-02-23 Glenn Morris <rgm@gnu.org>
13704
13705 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
13706 (authors-obsolete-files-regexps, authors-ignored-files)
13707 (authors-ambiguous-files, authors-renamed-files-alist):
13708 Add more entries.
13709
13710 2012-02-23 Juri Linkov <juri@jurta.org>
13711
13712 * isearch.el (isearch-occur): Sync interactive spec with occur's
13713 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
13714
13715 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
13716
13717 2012-02-22 Juri Linkov <juri@jurta.org>
13718
13719 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
13720 (ucs-insert): Doc fix. Check for hex digits in the string.
13721 Don't display `nil' in the error message. (Bug#10857)
13722
13723 2012-02-22 Alan Mackenzie <acm@muc.de>
13724
13725 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
13726
13727 2012-02-22 Glenn Morris <rgm@gnu.org>
13728
13729 * ffap.el (ffap-c-path):
13730 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
13731
13732 2012-02-22 Chong Yidong <cyd@gnu.org>
13733
13734 * custom.el (load-theme): Doc fix.
13735
13736 2012-02-22 Glenn Morris <rgm@gnu.org>
13737
13738 * dired-x.el (dired-guess-shell-alist-default):
13739 Remove escape sequences from nroff output. (Bug#172)
13740
13741 2012-02-21 Glenn Morris <rgm@gnu.org>
13742
13743 * vc/emerge.el (emerge-defvar-local):
13744 Set `permanent-local' property rather than unused `preserved'.
13745
13746 * textmodes/picture.el (picture-delete-char): New alias.
13747 (picture-mode-map): Use it. (Bug#10860)
13748 (picture-mode): Doc fix.
13749
13750 2012-02-21 Juanma Barranquero <lekktu@gmail.com>
13751
13752 * newcomment.el (uncomment-region-default): Remove unused binding.
13753
13754 2012-02-21 Glenn Morris <rgm@gnu.org>
13755
13756 * textmodes/picture.el (picture-motion, picture-motion-reverse)
13757 (picture-self-insert, picture-tab-chars): Doc fix.
13758 (picture-mode-map): Fix C-a, C-e.
13759
13760 2012-02-20 Glenn Morris <rgm@gnu.org>
13761
13762 * emacs-lisp/authors.el (authors-aliases): Add another entry.
13763
13764 2012-02-20 Leo Liu <sdl.web@gmail.com>
13765
13766 * icomplete.el (icomplete-completions): Check FROM arg before
13767 passing to substring (Bug#10850).
13768
13769 2012-02-19 Chong Yidong <cyd@gnu.org>
13770
13771 * comint.el: Require ansi-color.
13772 (comint-output-filter-functions): Add ansi-color-process-output.
13773
13774 * ansi-color.el: Don't set comint-output-filter-functions; it is
13775 now in the initial value defined in comint.el.
13776 (ansi-color-apply-face-function): New variable.
13777 (ansi-color-apply-on-region): Use it.
13778 (ansi-color-apply-overlay-face): New function.
13779
13780 * shell.el (shell): No need to require ansi-color.
13781 (shell-mode): Use ansi-color-apply-face-function to highlight
13782 color escapes using font-lock-face property (Bug#10835).
13783
13784 2012-02-19 Chong Yidong <cyd@gnu.org>
13785
13786 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
13787 mode-line formats (Bug#10839).
13788
13789 2012-02-18 Glenn Morris <rgm@gnu.org>
13790
13791 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
13792
13793 * mail/undigest.el (unforward-rmail-message): Doc fix.
13794
13795 * saveplace.el (save-place-ignore-files-regexp): Add :version.
13796
13797 2012-02-18 Eli Zaretskii <eliz@gnu.org>
13798
13799 * international/characters.el (script-list): Sync with the latest
13800 Unicode Character Database.
13801
13802 2012-02-18 Andreas Schwab <schwab@linux-m68k.org>
13803
13804 * international/titdic-cnv.el: Remove duplicate coding tag.
13805 * language/cham.el: Likewise.
13806 * language/tai-viet.el: Likewise.
13807
13808 2012-02-18 Glenn Morris <rgm@gnu.org>
13809
13810 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
13811 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
13812 (calendar-bahai-all-holidays-flag, calendar-other-dates):
13813 * calendar/diary-lib.el (diary-abbreviated-year-flag):
13814 * calendar/holidays.el (holiday-bahai-holidays)
13815 (calendar-holidays, list-holidays):
13816 Use utf-8 Bahá'í in doc-strings, menus, etc.
13817
13818 2012-02-17 Tassilo Horn <tassilo@member.fsf.org>
13819
13820 * saveplace.el (save-place-ignore-files-regexp): New variable
13821 allowing for excluding files from saving their location of point.
13822 The default value matches the temporary commit message editing
13823 files from Git, SVN, Bazaar, and Mercurial.
13824 (save-place-to-alist): Use it.
13825
13826 2012-02-17 Lawrence Mitchell <wence@gmx.li>
13827 Stefan Monnier <monnier@iro.umontreal.ca>
13828
13829 * newcomment.el (uncomment-region-default): Don't leave extra space
13830 when an arg is provided (bug#8150).
13831
13832 2012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
13833
13834 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
13835
13836 2012-02-17 Glenn Morris <rgm@gnu.org>
13837
13838 * net/socks.el: Require network-stream. (Bug#10599)
13839
13840 2012-02-17 Kenichi Handa <handa@m17n.org>
13841
13842 * international/charprop.el:
13843 * international/uni-name.el:
13844 * international/uni-old-name.el:
13845 * international/uni-comment.el: Regenerate.
13846
13847 2012-02-16 Glenn Morris <rgm@gnu.org>
13848
13849 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
13850 Interactively in calendar buffer, give an error if not on a date.
13851
13852 2012-02-15 Glenn Morris <rgm@gnu.org>
13853
13854 * shell.el (shell-delimiter-argument-list):
13855 Revert 2011-02-17 change. (Bug#8027)
13856
13857 2012-02-15 Chong Yidong <cyd@gnu.org>
13858
13859 * minibuffer.el (completion-at-point-functions): Doc fix.
13860
13861 * custom.el (defcustom): Doc fix; note use of defvar.
13862
13863 2012-02-15 Glenn Morris <rgm@gnu.org>
13864
13865 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
13866 Doc fixes.
13867
13868 2012-02-14 Glenn Morris <rgm@gnu.org>
13869
13870 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
13871
13872 2012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
13873
13874 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
13875 way the ports list is computed.
13876 (smtpmail-query-smtp-server): Prompt the user for a port number if
13877 we can't connect to any of the standard ports (bug#10810).
13878
13879 2012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
13880
13881 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
13882
13883 2012-02-13 Glenn Morris <rgm@gnu.org>
13884
13885 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
13886
13887 2012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
13888
13889 * net/gnutls.el (gnutls-trustfiles): New variable.
13890 (gnutls-negotiate): Use it.
13891
13892 2012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
13893
13894 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
13895 does its stuff if Gnus is running.
13896
13897 2012-02-13 Alan Mackenzie <acm@muc.de>
13898
13899 Fix a loop in c-set-fl-decl-start.
13900
13901 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
13902 c-backward-syntactic-ws actually moves backwards.
13903
13904 2012-02-13 Leo Liu <sdl.web@gmail.com>
13905
13906 * net/rcirc.el (rcirc-markup-attributes): Move point to the
13907 beginning so that all \C-o chars are removed.
13908
13909 2012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
13910
13911 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
13912
13913 2012-02-12 Alan Mackenzie <acm@muc.de>
13914
13915 Fix infinite loop with long macros.
13916 * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
13917
13918 2012-02-12 Chong Yidong <cyd@gnu.org>
13919
13920 * window.el (display-buffer): Doc fix (Bug#10785).
13921
13922 2012-02-12 Glenn Morris <rgm@gnu.org>
13923
13924 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
13925 (x-disown-selection-internal, x-get-selection-internal):
13926 Sync docs with the xselect.c versions.
13927
13928 * allout-widgets.el: Add missing license notice.
13929
13930 2012-02-11 Glenn Morris <rgm@gnu.org>
13931
13932 * select.el (x-get-selection-internal, x-own-selection-internal)
13933 (x-disown-selection-internal):
13934 * x-dnd.el (x-get-selection-internal): Update declarations.
13935
13936 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
13937
13938 * window.el (window-sides-slots):
13939 * tool-bar.el (tool-bar-position):
13940 * term/xterm.el (xterm-extra-capabilities):
13941 * ses.el (ses-self-reference-early-detection):
13942 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
13943 (verilog-auto-wire-type)
13944 (verilog-auto-delete-trailing-whitespace)
13945 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
13946 (verilog-auto-tieoff-declaration):
13947 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
13948 (sql-oracle-statement-starters, sql-oracle-scan-on):
13949 * progmodes/prolog.el (prolog-align-comments-flag)
13950 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
13951 (prolog-left-indent-regexp, prolog-paren-indent-p)
13952 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
13953 (prolog-types, prolog-mode-specificators)
13954 (prolog-determinism-specificators, prolog-directives)
13955 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
13956 (prolog-electric-dot-flag)
13957 (prolog-electric-dot-full-predicate-template)
13958 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
13959 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
13960 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
13961 (prolog-program-switches, prolog-prompt-regexp)
13962 (prolog-debug-on-string, prolog-debug-off-string)
13963 (prolog-trace-on-string, prolog-trace-off-string)
13964 (prolog-zip-on-string, prolog-zip-off-string)
13965 (prolog-use-standard-consult-compile-method-flag)
13966 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
13967 (prolog-imenu-max-lines, prolog-info-predicate-index)
13968 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
13969 (prolog-char-quote-workaround):
13970 * progmodes/cc-vars.el (c-defun-tactic):
13971 * net/tramp.el (tramp-encoding-command-interactive)
13972 (tramp-local-end-of-line):
13973 * net/soap-client.el (soap-client):
13974 * net/netrc.el (netrc-file):
13975 * net/gnutls.el (gnutls):
13976 * minibuffer.el (completion-category-overrides)
13977 (completion-cycle-threshold)
13978 (completion-pcm-complete-word-inserts-delimiters):
13979 * man.el (Man-name-local-regexp):
13980 * mail/feedmail.el (feedmail-display-full-frame):
13981 * international/characters.el (glyphless-char-display-control):
13982 * eshell/em-ls.el (eshell-ls-date-format):
13983 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
13984 (lisp-lambda-list-keyword-parameter-indentation)
13985 (lisp-lambda-list-keyword-parameter-alignment):
13986 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
13987 * dired-x.el (dired-omit-verbose):
13988 * cus-theme.el (custom-theme-allow-multiple-selections):
13989 * calc/calc.el (calc-highlight-selections-with-faces)
13990 (calc-lu-field-reference, calc-lu-power-reference)
13991 (calc-note-threshold):
13992 * battery.el (battery-mode-line-limit):
13993 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
13994 (archive-7z-update):
13995 * allout.el (allout-prefixed-keybindings)
13996 (allout-unprefixed-keybindings)
13997 (allout-inhibit-auto-fill-on-headline)
13998 (allout-flattened-numbering-abbreviation):
13999 * allout-widgets.el (allout-widgets-auto-activation)
14000 (allout-widgets-icons-dark-subdir)
14001 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
14002 (allout-widgets-theme-dark-background)
14003 (allout-widgets-theme-light-background)
14004 (allout-widgets-item-image-properties-emacs)
14005 (allout-widgets-item-image-properties-xemacs)
14006 (allout-widgets-run-unit-tests-on-load)
14007 (allout-widgets-time-decoration-activity)
14008 (allout-widgets-hook-error-post-time)
14009 (allout-widgets-track-decoration):
14010 Add missing :version tags to new defcustoms and defgroups.
14011
14012 * progmodes/sql.el (sql-ansi-statement-starters)
14013 (sql-oracle-statement-starters): Add custom type.
14014
14015 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
14016 (prolog-system-version): Give it a type.
14017
14018 2012-02-11 Eli Zaretskii <eliz@gnu.org>
14019
14020 * term/pc-win.el (x-select-text, x-selection-owner-p)
14021 (x-own-selection-internal, x-disown-selection-internal)
14022 (x-get-selection-internal): Sync doc strings and argument lists
14023 with xselect.c, common-win.el and x-win.el. (Bug#10783)
14024
14025 2012-02-11 Leo Liu <sdl.web@gmail.com>
14026
14027 * progmodes/python.el (python-end-of-statement): Fix infinite
14028 loop. (Bug#10788)
14029
14030 2012-02-10 Glenn Morris <rgm@gnu.org>
14031
14032 * international/mule-cmds.el (unify-8859-on-encoding-mode)
14033 (unify-8859-on-decoding-mode): Properly mark as obsolete.
14034
14035 2012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
14036
14037 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
14038 about SMTP before checking the From header.
14039
14040 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
14041 into own function for reuse by emacsbug.el.
14042
14043 2012-02-10 Leo Liu <sdl.web@gmail.com>
14044
14045 * subr.el (condition-case-unless-debug): Rename from
14046 condition-case-no-debug. All callers changed.
14047 (with-demoted-errors): Fix caller.
14048
14049 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
14050 * nxml/rng-valid.el (rng-do-some-validation):
14051 * emacs-lisp/package.el (package-refresh-contents)
14052 (package-menu-execute):
14053 * desktop.el (desktop-create-buffer):
14054 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
14055
14056 2012-02-10 Glenn Morris <rgm@gnu.org>
14057
14058 * textmodes/bibtex.el:
14059 Add missing :version tags for new/changed defcustoms.
14060
14061 * files.el (remote-file-name-inhibit-cache): Doc fixes.
14062
14063 2012-02-09 Lars Ingebrigtsen <larsi@rusty>
14064
14065 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
14066 (smtpmail-via-smtp): Use it, or fall back on the From address.
14067 (smtpmail-send-it): Ditto.
14068
14069 2012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
14070
14071 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
14072 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
14073 (byte-compile-tmp-var): New const.
14074 (byte-compile-defvar): Use it to minimize .elc size.
14075 Just use `defvar' rather than simulate it (bug#10761).
14076
14077 2012-02-09 Glenn Morris <rgm@gnu.org>
14078
14079 * files.el (rename-uniquely): Doc fix. (Bug#3806)
14080
14081 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
14082 Add :version tags.
14083
14084 * progmodes/compile.el (compilation-error-screen-columns)
14085 (compilation-first-column, compilation-filter-start): Doc fixes.
14086
14087 * vc/log-view.el (log-view-toggle-entry-display):
14088 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
14089
14090 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
14091 (report-emacs-bug-can-use-xdg-email):
14092 (report-emacs-bug-insert-to-mailer): Doc fixes.
14093 (report-emacs-bug): Message fix.
14094
14095 * net/browse-url.el (browse-url-can-use-xdg-open)
14096 (browse-url-xdg-open): Doc fixes.
14097
14098 * electric.el (electric-indent-mode, electric-pair-mode)
14099 (electric-layout-rules, electric-layout-mode): Doc fixes.
14100 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
14101
14102 2012-02-08 Martin Rudalics <rudalics@gmx.at>
14103
14104 * server.el (server-unselect-display): Don't inadvertently kill
14105 the current buffer. (Bug#10729)
14106
14107 2012-02-08 Glenn Morris <rgm@gnu.org>
14108
14109 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
14110 (sql-list-table): Doc fixes.
14111
14112 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
14113 Comment out (does nothing).
14114
14115 * completion.el (dynamic-completion-mode):
14116 * dirtrack.el (dirtrack-debug-mode):
14117 * electric.el (electric-layout-mode):
14118 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
14119 * face-remap.el (text-scale-mode, buffer-face-mode):
14120 * iimage.el (iimage-mode):
14121 * image-mode.el (image-transform-mode):
14122 * minibuffer.el (completion-in-region-mode):
14123 * scroll-lock.el (scroll-lock-mode):
14124 * simple.el (next-error-follow-minor-mode):
14125 * tar-mode.el (tar-subfile-mode):
14126 * tooltip.el (tooltip-mode):
14127 * vcursor.el (vcursor-use-vcursor-map):
14128 * wid-browse.el (widget-minor-mode):
14129 * emulation/tpu-edt.el (tpu-edt-mode):
14130 * emulation/tpu-extras.el (tpu-cursor-free-mode):
14131 * international/iso-ascii.el (iso-ascii-mode):
14132 * language/thai-util.el (thai-word-mode):
14133 * mail/supercite.el (sc-minor-mode):
14134 * net/goto-addr.el (goto-address-mode):
14135 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
14136 * progmodes/cwarn.el (cwarn-mode):
14137 * progmodes/flymake.el (flymake-mode):
14138 * progmodes/glasses.el (glasses-mode):
14139 * progmodes/hideshow.el (hs-minor-mode):
14140 * progmodes/pascal.el (pascal-outline-mode):
14141 * textmodes/enriched.el (enriched-mode):
14142 * vc/smerge-mode.el (smerge-mode):
14143 Doc fixes (minor mode argument).
14144
14145 2012-02-07 Eli Zaretskii <eliz@gnu.org>
14146
14147 * ls-lisp.el (ls-lisp-sanitize): New function.
14148 (ls-lisp-insert-directory): Use it to fix or remove any elements
14149 in file-alist with missing attributes. (Bug#4673)
14150
14151 2012-02-07 Alan Mackenzie <acm@muc.de>
14152
14153 Fix spurious recognition of c-in-knr-argdecl.
14154
14155 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
14156 putative K&R region.
14157
14158 2012-02-07 Alan Mackenzie <acm@muc.de>
14159
14160 * progmodes/cc-engine.el (c-forward-objc-directive):
14161 Prevent looping in "#pragma mark @implementation".
14162
14163 2012-02-07 Michael Albinus <michael.albinus@gmx.de>
14164
14165 * notifications.el (notifications-on-closed-signal): Make `reason'
14166 optional. (Bug#10744)
14167
14168 2012-02-07 Glenn Morris <rgm@gnu.org>
14169
14170 * emacs-lisp/easy-mmode.el (define-minor-mode):
14171 Doc fixes for the macro and the mode it defines.
14172
14173 * image.el (imagemagick-types-inhibit): Doc fix.
14174
14175 * cus-start.el (imagemagick-render-type): Add it.
14176
14177 2012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
14178
14179 * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
14180 Set the default at load time, too, so that `font-lock-fontify-buffer'
14181 can be called without setting up the entire mode first. This fixes
14182 a bug in `mm-inline-text' with C MIME parts.
14183
14184 2012-02-06 Chong Yidong <cyd@gnu.org>
14185
14186 * simple.el (list-processes--refresh): Delete exited processes
14187 (Bug#8094).
14188
14189 * comint.el (comint-next-prompt): next-single-char-property-change
14190 and prev-single-char-property-change never return nil (Bug#8657).
14191
14192 * custom.el (defcustom): Doc fix (Bug#9711).
14193
14194 2012-02-05 Chong Yidong <cyd@gnu.org>
14195
14196 * cus-edit.el (custom-variable-reset-backup): Quote the value
14197 before storing it in the customized-value property (Bug#6712).
14198 (custom-display): Add a customization type tag.
14199 (custom-buffer-create-internal): Improve tooltip message.
14200
14201 * wid-edit.el (widget-field-value-get): New optional arg to
14202 suppress trailing whitespace truncation.
14203 (character): Use it (Bug#2689).
14204
14205 2012-02-05 Andreas Schwab <schwab@linux-m68k.org>
14206
14207 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
14208 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
14209
14210 2012-02-05 Chong Yidong <cyd@gnu.org>
14211
14212 * cus-edit.el (custom-variable-value-create): For mismatched
14213 types, show the current value (Bug#7600).
14214
14215 * custom.el (defcustom): Doc fix.
14216
14217 2012-02-05 Glenn Morris <rgm@gnu.org>
14218
14219 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
14220
14221 2012-02-05 Juanma Barranquero <lekktu@gmail.com>
14222
14223 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
14224 (pp-buffer): Use `ignore-errors', `looking-at-p'.
14225 (pp-last-sexp): Use `looking-at-p'.
14226
14227 2012-02-04 Glenn Morris <rgm@gnu.org>
14228
14229 * files.el (revert-buffer):
14230 Doc fix (mention revert-buffer-in-progress-p).
14231
14232 * emacs-lisp/ert-x.el (ert-simulate-command):
14233 Check deferred-action-list (which is obsolete) is bound.
14234
14235 * subr.el (with-wrapper-hook): Doc fixes.
14236
14237 * simple.el (filter-buffer-substring-functions)
14238 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
14239
14240 2012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
14241
14242 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
14243 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
14244
14245 2012-02-04 Leo Liu <sdl.web@gmail.com>
14246
14247 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
14248
14249 2012-02-04 Glenn Morris <rgm@gnu.org>
14250
14251 * image.el (image-extension-data): Add obsolete alias.
14252
14253 * isearch.el (isearch-update): Doc fix.
14254
14255 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
14256
14257 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
14258
14259 2012-02-03 Glenn Morris <rgm@gnu.org>
14260
14261 * image.el (image-animated-p): Doc fix. Use image-animated-types.
14262 (image-animate-timeout): Doc fix.
14263
14264 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
14265
14266 2012-02-02 Glenn Morris <rgm@gnu.org>
14267
14268 * server.el (server-auth-dir): Doc fix.
14269 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
14270
14271 * subr.el (run-mode-hooks): Doc fix.
14272
14273 2012-02-02 Juri Linkov <juri@jurta.org>
14274
14275 * image-mode.el (image-toggle-display-image): Remove tautological
14276 `major-mode' from the `derived-mode-p' test.
14277
14278 2012-02-02 Kenichi Handa <handa@m17n.org>
14279
14280 * composite.el (compose-region): Cancel previous change.
14281
14282 2012-02-02 Kenichi Handa <handa@m17n.org>
14283
14284 * composite.el (compose-region, compose-string): Signal error for
14285 a null string component (Bug#6988).
14286
14287 2012-02-01 Chong Yidong <cyd@gnu.org>
14288
14289 * view.el (view-buffer-other-window, view-buffer-other-frame):
14290 Handle special modes like view-buffer (Bug#10650).
14291 (view-buffer): Simplify.
14292
14293 * frame.el (set-frame-font): Tweak meaning of third argument.
14294
14295 * dynamic-setting.el (font-setting-change-default-font):
14296 Use set-frame-font (Bug#9982).
14297
14298 2012-02-01 Glenn Morris <rgm@gnu.org>
14299
14300 * progmodes/compile.el (compilation-internal-error-properties):
14301 Respect compilation-first-column in the "*compilation*" buffer.
14302
14303 * emacs-lisp/easy-mmode.el (define-minor-mode):
14304 Relax :variable's test for a named function.
14305
14306 2012-01-31 Alan Mackenzie <acm@muc.de>
14307
14308 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
14309 off by one error.
14310
14311 2012-01-31 Chong Yidong <cyd@gnu.org>
14312
14313 * frame.el (set-frame-font): New arg ALL-FRAMES.
14314
14315 * menu-bar.el (menu-set-font): Use set-frame-font.
14316
14317 * faces.el (face-spec-reset-face): Don't apply unspecified
14318 attribute values to the default face.
14319
14320 2012-01-31 Juanma Barranquero <lekktu@gmail.com>
14321
14322 * progmodes/cwarn.el (cwarn): Remove dead link.
14323 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
14324 Remove * from defcustom docstrings.
14325 (turn-on-cwarn-mode): Make obsolete.
14326 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
14327 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
14328
14329 2012-01-31 Glenn Morris <rgm@gnu.org>
14330
14331 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
14332 Fix :variable handling of mode a symbol not equal to modefun.
14333 Allow named functions to be used as the cdr of :variable.
14334
14335 2012-01-30 Glenn Morris <rgm@gnu.org>
14336
14337 * emacs-lisp/authors.el (authors-fixed-entries):
14338 Remove reference to deleted file rnewspost.el.
14339
14340 2012-01-29 Juanma Barranquero <lekktu@gmail.com>
14341
14342 * window.el (window-with-parameter): Remove unused variable `windows'.
14343 (window--side-check): Remove unused variable `code'.
14344 (window--resize-siblings): Remove unused variable `first'.
14345 (adjust-window-trailing-edge): Remove unused variable `failed'.
14346 (window-deletable-p, window--delete): Remove unused variable `buffer'.
14347 Use `let', not `let*'.
14348 (balance-windows-2): Remove unused variable `found'.
14349 (window--state-put-2): Remove unused variable `splits'.
14350 (window-state-put): Remove unused variable `selected'.
14351 (same-window-p): Use `string-match-p'.
14352 (display-buffer-assq-regexp): Remove unused variable `value'.
14353 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
14354 Mark argument ALIST as ignored.
14355 (pop-to-buffer): Remove unused variable `old-window'.
14356
14357 2012-01-29 Eli Zaretskii <eliz@gnu.org>
14358
14359 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
14360 and .lzma compressed files.
14361
14362 2012-01-29 Chong Yidong <cyd@gnu.org>
14363
14364 * frame.el (window-system-default-frame-alist): Doc fix.
14365
14366 * dynamic-setting.el (font-setting-change-default-font): Don't
14367 change the default face if SET-FONT argument is non-nil (Bug#9982).
14368
14369 2012-01-29 Samuel Bronson <naesten@gmail.com>
14370
14371 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
14372
14373 2012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
14374
14375 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
14376 breakpoints in files outside current directory (Bug#6098).
14377
14378 2012-01-29 Chong Yidong <cyd@gnu.org>
14379
14380 * progmodes/python.el: Require ansi-color at top-level.
14381
14382 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
14383 Define and use in Emacs Lisp mode (Bug#9360).
14384 (lisp-mode-abbrev-table): Add doc.
14385 (lisp-mode-variables): Don't set local-abbrev-table.
14386 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
14387
14388 2012-01-28 Roland Winkler <winkler@gnu.org>
14389
14390 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
14391
14392 2012-01-28 Roland Winkler <winkler@gnu.org>
14393
14394 * textmodes/bibtex.el (bibtex-entry-alist): New function.
14395 (bibtex-set-dialect): Use it. Either set global values of
14396 dialect-dependent variables or bind these variables buffer-locally
14397 (Bug#10254).
14398 (bibtex-mode): Call bibtex-set-dialect via
14399 hack-local-variables-hook.
14400 (bibtex-dialect): Update docstring.
14401 Add safe-local-variable predicate.
14402 (bibtex-entry-alist, bibtex-field-alist): Initialize via
14403 bibtex-set-dialect.
14404 (bibtex-mode-map): Define menu for each dialect.
14405 (bibtex-entry): Fix docstring.
14406
14407 2012-01-28 Chong Yidong <cyd@gnu.org>
14408
14409 * eshell/esh-arg.el (eshell-quote-argument): New function.
14410
14411 * eshell/esh-ext.el (eshell-invoke-batch-file):
14412 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
14413 first arg to eshell-parse-command (Bug#10523).
14414
14415 2012-01-28 Drew Adams <drew.adams@oracle.com>
14416
14417 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
14418 `default-directory' is non-nil.
14419
14420 2012-01-28 Eli Zaretskii <eliz@gnu.org>
14421
14422 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
14423 line that displays system-configuration-options. (Bug#9924)
14424
14425 2012-01-28 Drew Adams <drew.adams@oracle.com>
14426
14427 * descr-text.el (describe-char): Show information about POS, in
14428 addition to information about the character at POS. Improve and
14429 update the doc string. Change "code point" to "code point in
14430 charset", to avoid confusion with the character's Unicode code
14431 point shown above that. (Bug#10129)
14432
14433 2012-01-28 Eli Zaretskii <eliz@gnu.org>
14434
14435 * descr-text.el (describe-char): Show the raw character, not only
14436 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
14437 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
14438 for the reasons.
14439
14440 2012-01-28 Phil Hagelberg <phil@hagelb.org>
14441
14442 * emacs-lisp/package.el (package-install):
14443 Run package-refresh-contents if there is no archive yet (Bug#9798).
14444
14445 2012-01-28 Chong Yidong <cyd@gnu.org>
14446
14447 * emacs-lisp/package.el (package-maybe-load-descriptor):
14448 New function, split from package-maybe-load-descriptor.
14449 (package-maybe-load-descriptor): Use it.
14450 (package-download-transaction): Fully load required packages
14451 inside the loop, so that `require' calls work (Bug#10593).
14452 (package-install): No need to call package-initialize now.
14453
14454 2012-01-28 Chong Yidong <cyd@gnu.org>
14455
14456 * simple.el (deactivate-mark): Doc fix (Bug#8614).
14457
14458 * tooltip.el (tooltip-mode): Doc fix.
14459 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
14460
14461 * frame.el (set-cursor-color): Doc fix (Bug#352).
14462
14463 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
14464 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
14465
14466 * cus-edit.el (custom-buffer-create-internal): Fix search button
14467 action (Bug#10542).
14468 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
14469
14470 2012-01-27 Eduard Wiebe <usenet@pusto.de>
14471
14472 * dired.el (dired-mark-files-regexp):
14473 Include any subdirectory components. (Bug#10445)
14474
14475 2012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
14476
14477 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
14478 Handle [host]:port syntax. (Bug#10533)
14479
14480 2012-01-27 Alex Harsanyi <harsanyi@mac.com>
14481
14482 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
14483
14484 2012-01-26 Glenn Morris <rgm@gnu.org>
14485
14486 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
14487 * term.el (term-raw-escape-map): Use Control-X-prefix.
14488 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
14489
14490 2012-01-25 Martin Rudalics <rudalics@gmx.at>
14491
14492 * window.el (window-state-get, window--state-get-1): Don't deal
14493 with fixed-sizeness of windows. Simplify code.
14494
14495 2012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
14496
14497 * window.el (window--state-get-1, window--state-put-2):
14498 Don't save and restore the mark.
14499
14500 2012-01-25 Chong Yidong <cyd@gnu.org>
14501
14502 * custom.el (custom-variable-p): Doc fix.
14503
14504 2012-01-25 Glenn Morris <rgm@gnu.org>
14505
14506 * dired.el (dired-goto-file): Handle some of the more common
14507 characters that `ls -b' escapes. (Bug#10596)
14508
14509 * progmodes/compile.el (compilation-next-error-function):
14510 Respect compilation-first-column in the "*compilation*" buffer.
14511 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
14512
14513 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
14514
14515 2012-01-24 Glenn Morris <rgm@gnu.org>
14516
14517 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
14518
14519 2012-01-24 Julien Danjou <julien@danjou.info>
14520
14521 * color.el (color-rgb-to-hsl): Fix value computing.
14522 (color-hue-to-rgb): New function.
14523 (color-hsl-to-rgb): New function.
14524 (color-clamp, color-saturate-hsl, color-saturate-name)
14525 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
14526 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
14527
14528 2012-01-24 Glenn Morris <rgm@gnu.org>
14529
14530 * vc/vc-rcs.el (vc-rcs-create-tag):
14531 * vc/vc-sccs.el (vc-sccs-create-tag):
14532 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
14533
14534 2012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
14535
14536 * eshell/esh-util.el (eshell-read-hosts-file):
14537 Skip comment lines. (Bug#10549)
14538
14539 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
14540
14541 2012-01-23 Juanma Barranquero <lekktu@gmail.com>
14542
14543 * subr.el (display-delayed-warnings): Doc fix.
14544 (collapse-delayed-warnings): New function to collapse identical
14545 adjacent warnings.
14546 (delayed-warnings-hook): Add it.
14547
14548 2012-01-22 Michael Albinus <michael.albinus@gmx.de>
14549
14550 * net/tramp.el (tramp-action-login): Set connection property "login-as".
14551
14552 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
14553 (tramp-default-user-alist): Don't add "pscp".
14554 (tramp-do-copy-or-rename-file-out-of-band): Use connection
14555 property "login-as", if set. (Bug#10530)
14556
14557 2012-01-21 Michael Albinus <michael.albinus@gmx.de>
14558
14559 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
14560 "plink1" and "psftp". (Bug#10530)
14561
14562 2012-01-21 Kenichi Handa <handa@m17n.org>
14563
14564 * international/mule-cmds.el (prefer-coding-system): Show a
14565 warning message if the default value of file-name-coding-system
14566 was not changed.
14567
14568 2012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
14569
14570 * windmove.el (windmove-reference-loc):
14571 Fix windmove-reference-loc miscalculation.
14572
14573 2012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
14574
14575 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
14576 default unit.
14577
14578 2012-01-21 Glenn Morris <rgm@gnu.org>
14579
14580 * international/mule.el (auto-coding-alist): Add .tbz.
14581
14582 * files.el (local-enable-local-variables): Doc fix.
14583 (inhibit-local-variables-regexps): Rename from
14584 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
14585 Doc fix. Add some extensions from auto-coding-alist.
14586 (inhibit-local-variables-suffixes):
14587 Rename from inhibit-first-line-modes-suffixes. Doc fix.
14588 (inhibit-local-variables-p):
14589 New function, extracted from set-auto-mode-1.
14590 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
14591 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
14592 (hack-local-variables): Doc fix. Make the mode-only case
14593 respect enable-local-variables and friends.
14594 Respect inhibit-local-variables-regexps for file-locals, but
14595 not for directory-locals.
14596 (set-visited-file-name):
14597 Take account of inhibit-local-variables-regexps.
14598 Whether it applies may change as the file name is changed.
14599 * jka-cmpr-hook.el (jka-compr-install):
14600 * jka-compr.el (jka-compr-uninstall):
14601 Update for inhibit-first-line-modes-suffixes name change.
14602
14603 2012-01-20 Martin Rudalics <rudalics@gmx.at>
14604
14605 * help-macro.el (make-help-screen): Temporarily restore original
14606 binding for minor-mode-map-alist (Bug#10454).
14607
14608 2012-01-19 Julien Danjou <julien@danjou.info>
14609
14610 * color.el (color-name-to-rgb): Use the white color to find the max
14611 color component value and return correctly computed values.
14612 (color-name-to-rgb): Add missing float conversion for max value.
14613
14614 2012-01-19 Martin Rudalics <rudalics@gmx.at>
14615
14616 * window.el (window--state-get-1, window-state-get): Do not use
14617 special state value for window-persistent-parameters.
14618 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
14619 (window--state-put-2): Reset all window parameters to nil before
14620 assigning values of persistent parameters.
14621
14622 2012-01-18 Alan Mackenzie <acm@muc.de>
14623
14624 Eliminate sluggishness and hangs in fontification of "semicolon
14625 deserts".
14626
14627 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
14628 Change value 10000 -> 3000.
14629 (c-state-safe-place): Reformulate so it doesn't stack up an
14630 infinite number of wrong entries in c-state-nonlit-pos-cache.
14631 (c-determine-limit-get-base, c-determine-limit): New functions to
14632 determine backward search limits disregarding literals.
14633 (c-find-decl-spots): Amend commenting.
14634 (c-cheap-inside-bracelist-p): New function which detects "={".
14635
14636 * progmodes/cc-fonts.el
14637 (c-make-font-lock-BO-decl-search-function): Give a limit to a
14638 backward search.
14639 (c-font-lock-declarations): Fix an occurrence of point being
14640 undefined. Check additionally for point being in a bracelist or
14641 near a macro invocation without a semicolon so as to avoid a
14642 fruitless time consuming search for a declarator. Give a more
14643 precise search limit for declarators using the new
14644 c-determine-limit.
14645
14646 2012-01-18 Glenn Morris <rgm@gnu.org>
14647
14648 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
14649 (set-auto-mode): Doc fixes.
14650
14651 2012-01-17 Glenn Morris <rgm@gnu.org>
14652
14653 * isearch.el (search-nonincremental-instead): Fix doc typo.
14654
14655 * dired.el (dired-insert-directory): Handle newlines in directory name.
14656 (dired-build-subdir-alist): Unescape newlines in directory name.
14657
14658 2012-01-17 Michael Albinus <michael.albinus@gmx.de>
14659
14660 * net/tramp.el (tramp-local-end-of-line): New defcustom.
14661 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
14662 (tramp-action-terminal): Use it. (Bug#10530)
14663
14664 2012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
14665
14666 * minibuffer.el (completion--replace): Strip properties (bug#10062).
14667
14668 2012-01-16 Martin Rudalics <rudalics@gmx.at>
14669
14670 * window.el (window-state-ignored-parameters): Remove variable.
14671 (window--state-get-1): Rename argument MARKERS to IGNORE.
14672 Handle persistent window parameters. Make copy of clone-of
14673 parameter only if requested. (Bug#10348)
14674 (window--state-put-2): Install a window parameter only if it has
14675 a non-nil value or an existing parameter shall be overwritten.
14676
14677 2012-01-15 Michael Albinus <michael.albinus@gmx.de>
14678
14679 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
14680
14681 2012-01-14 Eli Zaretskii <eliz@gnu.org>
14682
14683 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
14684 don't pass the (nil) value of `upnode' to string-match.
14685
14686 2012-01-14 Chong Yidong <cyd@gnu.org>
14687
14688 * startup.el (command-line): Fix X resource class for cursorColor.
14689 Fix values recognized by the cursorBlink resource.
14690
14691 2012-01-14 Paul Eggert <eggert@cs.ucla.edu>
14692
14693 * epg.el (epg--make-temp-file): Avoid permission race condition
14694 when running on old Emacs versions (bug#10403).
14695
14696 2012-01-14 Glenn Morris <rgm@gnu.org>
14697
14698 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
14699
14700 2012-01-13 Alan Mackenzie <acm@muc.de>
14701
14702 Fix filling for when filladapt mode is enabled.
14703
14704 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
14705 c-mask-paragraph, pass in `fill-paragraph' rather than
14706 `fill-region-as-paragraph'. (This is a reversion of a previous
14707 change.)
14708 * progmodes/cc-mode.el (c-basic-common-init):
14709 Make fill-paragraph-handle-comment buffer local and set it to nil.
14710
14711 2012-01-13 Glenn Morris <rgm@gnu.org>
14712
14713 * dired.el (dired-switches-escape-p): New function.
14714 (dired-insert-directory): Use dired-switches-escape-p.
14715 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
14716
14717 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
14718
14719 2012-01-12 Glenn Morris <rgm@gnu.org>
14720
14721 * mail/sendmail.el (mail-mode): Update paragraph-separate for
14722 changes in adaptive-fill-regexp. (Bug#10276)
14723
14724 2012-01-11 Alan Mackenzie <acm@muc.de>
14725
14726 Fix Emacs bug #10463 - put `widen's around the critical spots.
14727
14728 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
14729 widen around each invocation of c-state-pp-to-literal. Remove an
14730 unused let variable.
14731
14732 2012-01-11 Glenn Morris <rgm@gnu.org>
14733
14734 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
14735 Doc fix.
14736
14737 2012-01-10 Chong Yidong <cyd@gnu.org>
14738
14739 * net/network-stream.el (network-stream-open-starttls):
14740 Avoid emitting a confusing error message when the server gives a bad
14741 response to the capability command.
14742
14743 2012-01-10 Glenn Morris <rgm@gnu.org>
14744
14745 * mail/unrmail.el (unrmail): Tweak previous change.
14746
14747 2012-01-09 Chong Yidong <cyd@gnu.org>
14748
14749 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
14750
14751 2012-01-08 Alan Mackenzie <acm@muc.de>
14752
14753 Optimize font locking in long enum definitions.
14754
14755 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
14756 arm to a cond form to handle enums.
14757 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
14758 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
14759
14760 2012-01-07 Paul Eggert <eggert@cs.ucla.edu>
14761
14762 * files.el (move-file-to-trash): Preserve default file modes on error.
14763 (Bug#10401)
14764
14765 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
14766
14767 * faces.el (set-face-attribute): Clarify the meaning of the nil
14768 frame (bug#10294).
14769
14770 * subr.el (with-selected-frame): Mention that the selected frame
14771 is restored (bug#9980).
14772
14773 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
14774 (bug#9759).
14775
14776 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
14777 (password-read): Don't autoload unused function.
14778
14779 2012-01-07 Juanma Barranquero <lekktu@gmail.com>
14780
14781 * progmodes/which-func.el (which-func-mode): Turn into a
14782 non-interactive function and mark as obsolete (bug#10428).
14783
14784 2012-01-06 Chong Yidong <cyd@gnu.org>
14785
14786 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
14787 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
14788 functions, along with 1 and -1.
14789
14790 2012-01-06 Eli Zaretskii <eliz@gnu.org>
14791
14792 * time.el (display-time-load-average)
14793 (display-time-default-load-average): Doc fixes. See the thread
14794 starting at
14795 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
14796 for the details.
14797
14798 2012-01-06 Glenn Morris <rgm@gnu.org>
14799
14800 * mail/unrmail.el (unrmail): Give an explicit error if the input file
14801 has no messages. (Bug#10377)
14802
14803 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
14804 than Info-edit. (Bug#10385)
14805
14806 * time.el (display-time-load-average, display-time-next-load-average):
14807 Doc fixes.
14808
14809 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
14810 local setting of buffer-read-only to the input buffer. (Bug#10419)
14811
14812 * calendar/calendar.el (calendar-mode):
14813 Locally set scroll-margin to 0. (Bug#10379)
14814
14815 2012-01-06 Ulrich Mueller <ulm@gentoo.org>
14816
14817 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
14818
14819 2012-01-05 Glenn Morris <rgm@gnu.org>
14820
14821 * eshell/em-unix.el (diff-no-select): Autoload it.
14822 (eshell/diff): Use diff-no-select. (Bug#10420)
14823
14824 2012-01-05 Chong Yidong <cyd@gnu.org>
14825
14826 * shell.el (shell-dynamic-complete-functions): Revert last change.
14827 (shell-command-completion-function): New function.
14828 (shell-completion-vars): Use it to implement
14829 shell-completion-execonly (Bug#10417).
14830
14831 * custom.el (enable-theme): Don't set custom-safe-themes.
14832
14833 * cus-theme.el (custom-theme-merge-theme):
14834 Ignore custom-enabled-themes and custom-safe-themes.
14835
14836 2012-01-05 Michael R. Mauger <mmaug@yahoo.com>
14837
14838 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
14839 first prompt in `sql-interacive-mode'.
14840 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
14841 keywords.
14842 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
14843 (sql-product-interactive): Bug fix: Set `sql-buffer' in
14844 context of original buffer. Invoke `sql-login-hook'.
14845
14846 2012-01-04 Eli Zaretskii <eliz@gnu.org>
14847
14848 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
14849 letters in cite-prefix.
14850
14851 2012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
14852
14853 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
14854
14855 2012-01-03 Chong Yidong <cyd@gnu.org>
14856
14857 * shell.el (shell-dynamic-complete-functions):
14858 Put pcomplete-completions-at-point, so as to try
14859 comint-filename-completion first (Bug#10417).
14860
14861 2012-01-02 Richard Stallman <rms@gnu.org>
14862
14863 * battery.el (battery-status-function):
14864 Detect when to use battery-yeeloong-sysfs.
14865 (battery-echo-area-format): Add string for Yeeloong.
14866 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
14867 (battery-yeeloong-sysfs): New function.
14868
14869 2012-01-02 Chong Yidong <cyd@gnu.org>
14870
14871 * dirtrack.el (dirtrack-list): Eliminate unused third element.
14872 (dirtrack): Merge code for handling relative filenames in prompt
14873 from shell-dir-cookie-watcher.
14874 (dirtrack-debug-message): New arg to avoid excess format calls.
14875
14876 * shell.el (shell-dir-cookie-re): Variable deleted.
14877 (shell-dir-cookie-watcher): Function deleted.
14878 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
14879 with dirtrack-mode.
14880
14881 2012-01-01 Eli Zaretskii <eliz@gnu.org>
14882
14883 * term/w32-win.el (dynamic-library-alist) <gnutls>:
14884 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
14885 libgnutls-26.dll.
14886
14887 2011-12-31 Andreas Schwab <schwab@linux-m68k.org>
14888
14889 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
14890
14891 2011-12-31 Eli Zaretskii <eliz@gnu.org>
14892
14893 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
14894 headers of non-MIME messages, when rmail-enable-mime is non-nil.
14895
14896 2011-12-29 Michael Albinus <michael.albinus@gmx.de>
14897
14898 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
14899 also for alternative shells.
14900 (tramp-open-connection-setup-interactive-shell): Check, whether
14901 the shell is a busybox.
14902 (tramp-send-command): Don't suppress multiple prompts for
14903 busyboxes, it hurts.
14904
14905 2011-12-28 Chong Yidong <cyd@gnu.org>
14906
14907 * progmodes/gdb-mi.el (gdb-get-source-file-list)
14908 (gdb-get-source-file): Move mode line update to
14909 gdb-get-source-file (Bug#10087).
14910
14911 2011-12-25 Chong Yidong <cyd@gnu.org>
14912
14913 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
14914 gud-gdb-marker-filter without taking it as an argument.
14915 (gud-gdb-run-command-fetch-lines): Caller changed.
14916 (gud-gdb-completion-function): New variable.
14917 (gud-gdb-completion-at-point): Use it.
14918 (gud-gdb-completions-1): Split from gud-gdb-completions.
14919
14920 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
14921 function as separate arguments.
14922 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
14923 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
14924 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
14925 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
14926 (gdb-stopped, def-gdb-auto-update-trigger)
14927 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
14928 (gdb-get-changed-registers, gdb-get-main-selected-frame):
14929 Callers changed.
14930 (gud-gdbmi-completions): New function.
14931 (gdb): Use it for generating the completion table.
14932
14933 2011-12-24 Alan Mackenzie <acm@muc.de>
14934
14935 Introduce a mechanism to widen the region used in context font
14936 locking. Use this to protect declarations from losing their contexts.
14937
14938 * progmodes/cc-langs.el (c-before-font-lock-functions):
14939 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
14940 (c-before-context-fontification-functions): New defvar, a list of
14941 functions to be run just before context (etc.) font locking.
14942
14943 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
14944 New, functionality extracted from
14945 c-neutralize-syntax-in-and-mark-CPP.
14946 (c-in-after-change-fontification): New variable.
14947 (c-after-change): Set c-in-after-change-fontification.
14948 (c-set-fl-decl-start): Rejig its interface, so it can be called
14949 from both after-change and context fontifying.
14950 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
14951 New functions.
14952 (c-standard-font-lock-fontify-region-function): New variable.
14953 (c-font-lock-fontify-region): New function.
14954
14955 2011-12-24 Juri Linkov <juri@jurta.org>
14956
14957 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
14958 (Bug#10348)
14959
14960 2011-12-23 Michael Albinus <michael.albinus@gmx.de>
14961
14962 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
14963 existence of source file. (Bug#10325)
14964
14965 2011-12-23 Alan Mackenzie <acm@muc.de>
14966
14967 Fix unstable fontification inside templates.
14968
14969 * progmodes/cc-langs.el (c-before-font-lock-functions):
14970 Newly created from the singular version. The (c c++ objc) entry now
14971 additionally has c-set-fl-decl-start. The other languages (apart
14972 from AWK) have that as a single entry.
14973
14974 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
14975 The functionality for "local" declarations has been extracted to
14976 c-set-fl-decl-start.
14977
14978 * progmodes/cc-mode.el (c-common-init, c-after-change):
14979 Changes due to pluralisation of c-before-font-lock-functions.
14980 (c-set-fl-decl-start): New function, extracted from
14981 c-font-lock-enclosing-decls and enhanced.
14982
14983 2011-12-23 Juanma Barranquero <lekktu@gmail.com>
14984
14985 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
14986
14987 2011-12-22 Juri Linkov <juri@jurta.org>
14988
14989 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
14990
14991 2011-12-22 Chong Yidong <cyd@gnu.org>
14992
14993 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
14994
14995 2011-12-21 Drew Adams <drew.adams@oracle.com>
14996
14997 * files.el (file-remote-p): Fix docstring. (Bug#10319)
14998
14999 2011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
15000
15001 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
15002
15003 2011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
15004
15005 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
15006 highlighting and support. Fix up comments for capitalization.
15007 (cfengine-mode-debug): New var.
15008 (cfengine3-mode): Change the modeline indicator to "CFE3".
15009 (cfengine3-font-lock-keywords): Improve defun highlighting.
15010 (cfengine2-actions): Rename from `cfengine-actions'.
15011 (cfengine2-font-lock-keywords): Rename from
15012 `cfengine-font-lock-keywords'.
15013 (cfengine2-imenu-expression): Rename from
15014 `cfengine-imenu-expression'.
15015 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
15016 (cfengine2-beginning-of-defun): Rename from
15017 `cfengine-beginning-of-defun'.
15018 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
15019 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
15020 (cfengine2-mode): Rename from `cfengine-mode'. Change the
15021 modeline indicator to "CFE2".
15022 (cfengine-mode): Defalias to `cfengine-auto-mode'.
15023 (cfengine-mode-abbrevs): Mark obsolete.
15024
15025 2011-12-21 Chong Yidong <cyd@gnu.org>
15026
15027 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
15028 filename argument.
15029
15030 2011-12-20 Martin Rudalics <rudalics@gmx.at>
15031
15032 * window.el (window-normalize-buffer-to-display): Remove.
15033 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
15034
15035 2011-12-19 Chong Yidong <cyd@gnu.org>
15036
15037 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
15038 Don't signal an error in a predicate function; return non-nil.
15039 (vc-dir-mark-file): Move the error here.
15040 (vc-dir-mark-unmark): If acting on the region, keep going if one
15041 of the entries cannot be marked/unmarked.
15042 (vc-dir-mark-all-files): If current entry is a directory, mark
15043 only child files, as documented.
15044
15045 2011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
15046
15047 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
15048 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
15049 addition.
15050
15051 2011-12-18 Jan Djärv <jan.h.d@swipnet.se>
15052
15053 * term/ns-win.el (ns-get-selection-internal)
15054 (ns-store-selection-internal): Declare.
15055 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
15056 Declare as obsolete.
15057 (ns-get-pasteboard, ns-paste-secondary):
15058 Use ns-get-selection-internal.
15059 (ns-set-pasteboard, ns-copy-including-secondary):
15060 Use ns-store-selection-internal.
15061
15062 2011-12-17 Chong Yidong <cyd@gnu.org>
15063
15064 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
15065 (vc-deduce-fileset): Doc fix.
15066
15067 2011-12-16 Andreas Schwab <schwab@linux-m68k.org>
15068
15069 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
15070
15071 2011-12-13 Sam Steingold <sds@gnu.org>
15072
15073 * man.el (Man-getpage-in-background): When running under a
15074 window-system, ignore $MANWIDTH and $COLUMNS.
15075
15076 2011-12-15 Kenichi Handa <handa@m17n.org>
15077
15078 * language/ethio-util.el: Change coding tag to utf-8-emacs.
15079 (setup-ethiopic-environment-internal): Comment out key-binding for
15080 ethio-toggle-punctuation.
15081
15082 2011-12-13 Alan Mackenzie <acm@muc.de>
15083
15084 Add the switch statement to AWK Mode.
15085
15086 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
15087 "default" to the keywords regexp.
15088
15089 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
15090 expression as the rest.
15091 (c-nonlabel-token-key): Allow string literals for AWK.
15092 Refactor for the other modes.
15093
15094 Large brace-block initialisation makes CC Mode slow: Fix.
15095 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
15096 routines. Limit backward searching in c-font-lock-enclosing.decl.
15097
15098 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
15099 pp-state and literal type in addition to the limits.
15100 (c-state-safe-place): New defun, extracted from c-state-literal-at.
15101 (c-state-literal-at): Use the above new defun.
15102 (c-slow-in-literal, c-fast-in-literal): Remove.
15103 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
15104
15105 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
15106 being in a literal. Add a limit for backward searching.
15107
15108 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
15109 c-slow-in-literal.
15110
15111 2011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
15112
15113 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
15114
15115 2011-12-13 Martin Rudalics <rudalics@gmx.at>
15116
15117 * window.el (delete-other-windows): Use correct frame in call to
15118 window-with-parameter.
15119
15120 2011-12-12 Daniel Pfeiffer <occitan@t-online.de>
15121
15122 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
15123 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
15124 (makefile-gmake-statements, makefile-makepp-statements):
15125 Use it and add new makepp keywords.
15126 (makefile-makepp-font-lock-keywords): Add new patterns.
15127 (makefile-match-function-end): Match new [...] and [[...]].
15128
15129 2011-12-11 Juanma Barranquero <lekktu@gmail.com>
15130
15131 * ses.el (ses-call-printer-return, ses-cell-property-get)
15132 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
15133 (ses-create-cell-variable, ses-reset-header-string)
15134 (ses-cell-set-formula, ses-repair-cell-reference-all)
15135 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
15136 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
15137 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
15138 (ses-aset-with-undo, ses-load, ses-truncate-cell)
15139 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
15140 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
15141 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
15142 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
15143 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
15144 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
15145 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
15146 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
15147
15148 2011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
15149
15150 * ses.el: The overall change is to add cell renaming, that is
15151 setting fancy names for cell symbols other than name matching
15152 "\\`[A-Z]+[0-9]+\\'" regexp .
15153 (ses-create-cell-variable): New defun.
15154 (ses-relocate-formula): Relocate formulas only for cells the
15155 symbols of which are not renamed, i.e. symbols whose names do not
15156 match regexp "\\`[A-Z]+[0-9]+\\'".
15157 (ses-relocate-all): Relocate values only for cells the symbols of
15158 which are not renamed.
15159 (ses-load): Create cells variables as the (ses-cell ...) are read,
15160 in order to check row col consistency with cell symbol name only
15161 for cells that are not renamed.
15162 (ses-replace-name-in-formula): New defun.
15163 (ses-rename-cell): New defun.
15164
15165 2011-12-11 Chong Yidong <cyd@gnu.org>
15166
15167 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
15168 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
15169
15170 2011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
15171
15172 * window.el (other-window): Fix docstring.
15173
15174 2011-12-10 Eli Zaretskii <eliz@gnu.org>
15175
15176 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
15177 `from' or `to' address before taking its substring.
15178 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
15179 encoded name is chopped in the middle of the encoded string, and
15180 thus displayed encoded.
15181
15182 2011-12-10 Juanma Barranquero <lekktu@gmail.com>
15183
15184 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
15185
15186 2011-12-10 Eli Zaretskii <eliz@gnu.org>
15187
15188 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
15189 to use texinfo-update-node and commands that call it if the
15190 Texinfo file uses @node lines without next/prev/up pointers.
15191 Correct outdated description about texinfo-master-menu.
15192 (texinfo-all-menus-update, texinfo-master-menu)
15193 (texinfo-update-node, texinfo-every-node-update)
15194 (texinfo-multiple-files-update): Doc fix. Warn against updating
15195 all the @node lines.
15196 (texinfo-master-menu): Only call texinfo-update-node if the prefix
15197 argument is numeric. Explain better in the doc string what the
15198 function really does.
15199 (texinfo-insert-master-menu-list): Improve the error message
15200 displayed if there's no menu in the Top node.
15201 (Bug#2975) See also this thread:
15202 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
15203
15204 2011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
15205
15206 * speedbar.el (speedbar-supported-extension-expressions):
15207 Add .adb and .ads, commonly used for Ada source code (bug#10256).
15208
15209 2011-12-09 Juanma Barranquero <lekktu@gmail.com>
15210
15211 * printing.el (pr-mode-alist):
15212 * simple.el (filter-buffer-substring-functions)
15213 (completion-list-insert-choice-function):
15214 * window.el (window-with-parameter, window-atom-root)
15215 (window-sides-slots, window-size-fixed, window-min-delta)
15216 (window-max-delta, window--resize-mini-window)
15217 (window--resize-child-windows-normal, window-tree)
15218 (delete-other-windows, quit-window, split-window)
15219 (display-buffer-record-window, special-display-buffer-names)
15220 (special-display-regexps, special-display-popup-frame)
15221 (same-window-p, split-window-sensibly)
15222 (display-buffer-overriding-action, display-buffer-alist)
15223 (display-buffer-base-action, display-buffer, switch-to-buffer)
15224 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
15225 (fit-window-to-buffer, recenter-positions)
15226 (mouse-autoselect-window-state, mouse-autoselect-window-select):
15227 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
15228 and remove unneeded backslashes in docstrings.
15229
15230 2011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
15231
15232 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
15233
15234 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
15235 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
15236 end in ".mk".
15237 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
15238 when reading the makefile (bug#10116).
15239
15240 2011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
15241
15242 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
15243 (bug#10116).
15244
15245 2011-12-06 Glenn Morris <rgm@gnu.org>
15246
15247 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
15248
15249 2011-12-06 Chong Yidong <cyd@gnu.org>
15250
15251 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
15252
15253 2011-12-06 Juanma Barranquero <lekktu@gmail.com>
15254
15255 * textmodes/table.el (table-shorten-cell): Fix typo.
15256
15257 2011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
15258
15259 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
15260
15261 2011-12-05 Eli Zaretskii <eliz@gnu.org>
15262
15263 * descr-text.el (describe-char): Fix display of strong
15264 right-to-left characters and directional embeddings and overrides.
15265
15266 * simple.el (what-cursor-position): Fix display of codepoints of
15267 strong right-to-left characters.
15268
15269 2011-12-05 Chong Yidong <cyd@gnu.org>
15270
15271 * faces.el (read-color): Doc fix.
15272
15273 2011-12-05 Glenn Morris <rgm@gnu.org>
15274
15275 * align.el (align--set-marker): Add doc-string.
15276 Don't try to move something that is not a marker. (Bug#10216)
15277
15278 2011-12-04 Glenn Morris <rgm@gnu.org>
15279
15280 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
15281 overly zealous deletion of trailing whitespace.
15282
15283 2011-12-04 Juanma Barranquero <lekktu@gmail.com>
15284
15285 * server.el (server-delete-client): On Windows, do not try to delete
15286 the only terminal.
15287 (server-process-filter): On Windows, treat requests for a tty frame as
15288 if they were for a GUI frame if the running server is in GUI mode.
15289
15290 2011-12-03 Glenn Morris <rgm@gnu.org>
15291
15292 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
15293
15294 2011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
15295
15296 * electric.el: Streamline electric-indent's hook.
15297 (electric-indent-chars): Revert to simple list.
15298 (electric-indent-functions): New var.
15299 (electric-indent-post-self-insert-function): Use it.
15300
15301 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
15302 there's no inferior buffer (bug#10196).
15303 (prolog-consult-compile): Don't use toggle-read-only.
15304
15305 2011-12-02 Michael Albinus <michael.albinus@gmx.de>
15306
15307 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
15308 interrupt. (Bug#10187)
15309
15310 2011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
15311
15312 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
15313 (bug#9160).
15314
15315 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
15316 (bug#10191).
15317
15318 2011-12-02 Juri Linkov <juri@jurta.org>
15319
15320 * info.el (Info-search): Display "end of manual" when Isearch
15321 reaches the end of single-file Info manual. (Bug#9918)
15322
15323 2011-12-02 Eli Zaretskii <eliz@gnu.org>
15324
15325 * isearch.el (isearch-message-prefix): Run the input method part
15326 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
15327
15328 2011-12-02 Juri Linkov <juri@jurta.org>
15329
15330 * isearch.el (isearch-occur): Use `word-search-regexp' for
15331 `isearch-word'.
15332 (isearch-search-and-update): Add condition for `isearch-word' and
15333 call `word-search-regexp'. (Bug#10145)
15334
15335 2011-12-01 Glenn Morris <rgm@gnu.org>
15336
15337 * eshell/em-hist.el (eshell-hist-initialize):
15338 Handle eshell-history-size nil and HISTSIZE set or unset.
15339 (eshell-history-file-name, eshell-history-size): Fix custom type.
15340
15341 2011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
15342
15343 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
15344
15345 2011-12-01 Michael McNamara <mac@mail.brushroad.com>
15346
15347 * progmodes/verilog-mode.el (verilog-pretty-expr):
15348 Rework verilog-pretty-expr to handle new assignment operators in system
15349 verilog, such as += *= and the like.
15350 (verilog-assignment-operator-re): Regular expression to find the
15351 assigment operator in a verilog assignment.
15352 (verilog-assignment-operation-re): Regular expression to find an
15353 assignment statement for pretty-expr.
15354 (verilog-in-attribute-p): Query returns true if point is in an
15355 attribute context; used to skip these for expression line up from
15356 pretty-expr.
15357 (verilog-in-parameter-p): Query returns true if point is in an
15358 parameter definition context; used to skip these for expression
15359 line up from pretty-expr.
15360 (verilog-in-parenthesis-p): Query returns true if point is in a
15361 parenthetical expression, specifically ( ) but not [ ] or { };
15362 used by pretty-expr.
15363 (verilog-just-one-space): If there is no space, don't add one.
15364 (verilog-get-lineup-indent-2): Specifically skip just attribute
15365 contexts for expression lineup, rather than skipping all
15366 parenthetical expressions.
15367 (verilog-calculate-indent): Fix comment, and fix indent.
15368 (verilog-do-indent): Indent declarations in lists (suggested by
15369 Joachim Lechner).
15370 (verilog-mode-abbrev-table): Populate abbrev mode with the various
15371 skeleton items.
15372 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
15373 by Alain Mellan).
15374
15375 2011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
15376
15377 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
15378 parameters with embedded comments. Reported by Ray Stevens.
15379 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
15380 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
15381 Reported by Tim Holt.
15382 (verilog-auto): Fix AUTOing a upper module then AUTOing module
15383 instantiated by upper module causing wrong expansion until AUTOed a
15384 second time. Reported by K C Buckenmaier.
15385 (verilog-diff-auto): Fix showing .* as a difference when
15386 `verilog-auto-star-save' off. Reported by Dan Dever.
15387 (verilog-auto-reset, verilog-read-always-signals)
15388 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
15389 temporary signals in reset list if
15390 verilog-auto-reset-blocking-in-non is nil, and match assignment
15391 style to each signal's assignment type, bug381.
15392 Reported by Thomas Esposito.
15393 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
15394 (verilog-uvm-statement-re): Support UVM indentation and
15395 highlighting, with old OVM keywords only.
15396 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
15397 Support AUTOTIEOFF creating non-wire data types.
15398 Suggested by Jonathan Greenlaw.
15399 (verilog-auto-insert-lisp, verilog-delete-to-paren)
15400 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
15401 (verilog-inject-sense, verilog-read-inst-pins)
15402 (verilog-read-sub-decls, verilog-read-sub-decls-line):
15403 Fix mismatching parenthesis inside commented out code when deleting
15404 AUTOINST, bug383. Reported by Jonathan Greenlaw.
15405 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
15406 non-numeric vector width. Reported by Alex Reed.
15407 (verilog-auto-ascii-enum): Add "onehot" option to work around not
15408 detecting signals with parameter widths. Reported by Alex Reed.
15409 (verilog-auto-delete-trailing-whitespace):
15410 With `verilog-auto-delete-trailing-whitespace' remove trailing
15411 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
15412 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
15413 Fix verilog-scan-cache corruption when running user AUTO expansion
15414 hooks that call indentation routines.
15415 (verilog-simplify-range-expression): Fix typo ignoring lower case
15416 identifiers.
15417 (verilog-delete-auto): Fix delete-autos to also remove user created
15418 automatics, as long as they start with AUTO.
15419 (verilog-batch-diff-auto, verilog-diff-auto)
15420 (verilog-diff-function): Add `verilog-diff-auto' and bind to
15421 "C-c?" to report differences in AUTO expansion, ignoring spaces.
15422 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
15423 (verilog-in-paren-quick, verilog-re-search-backward-quick)
15424 (verilog-re-search-forward-quick, verilog-syntax-ppss):
15425 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
15426 is disabled and its cache will get corrupt, causing AUTOS not to
15427 expand. Instead use only -quick functions.
15428 (verilog-scan-region): Fix scanning over escaped quotes.
15429 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
15430 (verilog-re-search-backward-quick)
15431 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
15432 related functions now ignore strings, to fix misparsing of strings
15433 with magic comments embedded in them.
15434 (verilog-read-auto-template):
15435 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
15436 Reported by Brad Dobbie.
15437 (verilog-read-auto-template):
15438 Fix 'verilog-auto-inst-template-numbers' with comments.
15439 Reported by Brad Dobbie.
15440 (verilog-auto-inst, verilog-auto-inst-param)
15441 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
15442 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
15443 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
15444 debugging templates without merge conflicts, bug357.
15445 Reported by Brad Dobbie.
15446 (verilog-read-auto-template):
15447 Fix verilog-auto-inst-template-numbers with multiple templates.
15448 Reported by Brad Dobbie.
15449 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
15450 abbrevs so user won't be asked to save.
15451 (verilog-read-auto-lisp-present): Fix to start at beginning of
15452 buffer in case called outside of verilog-auto.
15453 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
15454 to "X-2". Reported by Matthew Myers.
15455 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
15456 all inputs from module templates. Reported by Leith Johnson.
15457 (verilog-module-inside-filename-p): Fix locating programs as with
15458 modules.
15459 (verilog-auto-inst-port): Fix vl-width expressions when using
15460 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
15461 (verilog-decls-get-regs, verilog-decls-get-signals,
15462 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
15463 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
15464 verilog-read-decls): Combine reg and wire structures into one var
15465 structure to represent SystemVerilog concepts.
15466 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
15467 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
15468 (verilog-auto-wire-type, verilog-insert-definition):
15469 Add verilog-auto-wire-type and AUTOLOGIC to support using
15470 SystemVerilog "logic" keyword instead of "wire"/"reg".
15471 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
15472 to declares outputs that also have assignments (presumably in an
15473 ifdef or generate if so there's not a driver conflict).
15474 Reported by Matthew Myers.
15475 (verilog-auto-declare-nettype, verilog-insert-definition):
15476 Add verilog-auto-declare-nettype to fix declarations using
15477 `default_nettype none. Reported by Julian Gorfajn.
15478 (verilog-read-always-signals-recurse, verilog-read-decls)
15479 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
15480 malformed end statement, bug325. Reported by Joshua Wise and
15481 Andrew Drake.
15482 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
15483 (verilog-inst-comment-re): Fix not deleting Interfaced comment
15484 when expanding .* in interfaces, bug320.
15485 Reported by Pierre-David Pfister.
15486 (verilog-read-module-name): Fix import statements between module
15487 name and open parenthesis, bug317.
15488 Reported by Pierre-David Pfister.
15489 (verilog-simplify-range-expression): Fix simplification of
15490 multiplications inside AUTOWIRE connections, bug303.
15491 (verilog-auto-inst-port): Support parameter expansion in
15492 multidimensional arrays.
15493 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
15494 after "assert property". Reported by Julian Gorfajn.
15495 (verilog-simplify-range-expression): Fix "couldn't merge" errors
15496 with multiplication, bug303.
15497 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
15498 Reported by Jan Frode Lonnum.
15499
15500 2011-11-30 Juanma Barranquero <lekktu@gmail.com>
15501
15502 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
15503 (hfy-shell-file-name, hfy-shell):
15504 * international/fontset.el (x-decompose-font-name): Fix typos.
15505
15506 2011-11-29 Ken Brown <kbrown@cornell.edu>
15507
15508 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
15509 (gdb-version): Remove defvar.
15510 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
15511 (gdb-gud-context-command, gdb-non-stop-handler)
15512 (gdb-current-context-command, gdb-stopped): Use it.
15513 (gdb-init-1): Enable pretty printing here.
15514 (gdb-non-stop-handler): Don't enable pretty-printing here.
15515 Check to see if the target supports non-stop mode; if not, turn off
15516 non-stop mode. Use the following.
15517 (gdb-check-target-async): New defun.
15518 (gud-watch, gdb-stopped): Fix whitespace.
15519 (gdb-get-source-file): Don't try to display the source file if
15520 `gdb-main-file' is nil.
15521
15522 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
15523
15524 * align.el: Try to generate fewer markers (bug#10047).
15525 (align--set-marker): New macro.
15526 (align-region): Use it.
15527
15528 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
15529
15530 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
15531
15532 2011-11-29 Chong Yidong <cyd@gnu.org>
15533
15534 * indent.el (indent-for-tab-command, indent-according-to-mode):
15535 Doc fix.
15536 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
15537
15538 2011-11-29 Michael Albinus <michael.albinus@gmx.de>
15539
15540 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
15541 aware of remote file names. (Bug#10124)
15542
15543 2011-11-29 Chong Yidong <cyd@gnu.org>
15544
15545 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
15546
15547 2011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
15548
15549 * files.el (find-file): Don't use force-same-window (bug#10144).
15550 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
15551 use pop-to-buffer if the selected window can't be used.
15552 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
15553
15554 2011-11-28 Eli Zaretskii <eliz@gnu.org>
15555
15556 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
15557 special-mode-map.
15558
15559 2011-11-28 Chong Yidong <cyd@gnu.org>
15560
15561 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
15562
15563 2011-11-27 Nick Roberts <nickrob@snap.net.nz>
15564
15565 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
15566 gdb-get-source-file-list on gdb-create-source-file-list.
15567
15568 2011-11-26 Eli Zaretskii <eliz@gnu.org>
15569
15570 * whitespace.el (whitespace-newline): Use a different foreground
15571 color for 16-color light-background displays.
15572
15573 2011-11-24 Chong Yidong <cyd@gnu.org>
15574
15575 * window.el (display-buffer--special-action): Doc fix.
15576
15577 2011-11-25 Juanma Barranquero <lekktu@gmail.com>
15578
15579 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
15580 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
15581 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
15582 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
15583 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
15584 (avl-tree-stack-first):
15585 * emacs-lisp/cconv.el (cconv--analyse-use):
15586 * net/gnutls.el (gnutls-negotiate): Fix typos.
15587
15588 2011-11-24 Glenn Morris <rgm@gnu.org>
15589
15590 * lpr.el (lpr-windows-system, lpr-lp-system):
15591 * mail/binhex.el (binhex-begin-line):
15592 * progmodes/grep.el (grep-history, grep-find-history):
15593 * textmodes/flyspell.el:
15594 * vc/pcvs-defs.el (cvs-global-menu):
15595 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
15596 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
15597 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
15598
15599 * net/tls.el: Fix case of "GnuTLS".
15600
15601 * paths.el (rmail-file-name): Format doc-string for make-docfile.
15602
15603 * version.el (emacs-build-system): Give it a doc-string.
15604
15605 2011-11-24 Juri Linkov <juri@jurta.org>
15606
15607 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
15608
15609 2011-11-24 Glenn Morris <rgm@gnu.org>
15610
15611 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
15612 if called on a non-mime message just toggle the headers. (Bug#8006)
15613
15614 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
15615
15616 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
15617 (allout-lead-with-comment-string, allout-structure-deleted-hook)
15618 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
15619 (allout-rebullet-heading, allout-open-sibtopic)
15620 (allout-toggle-current-subtree-encryption)
15621 (allout-toggle-subtree-encryption, allout-encrypt-string)
15622 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
15623 (allout-distinctive-bullets-string, allout-auto-activation):
15624 * window.el (window-normalize-buffer-to-display):
15625 * progmodes/verilog-mode.el (verilog-batch-indent):
15626 * textmodes/bibtex.el (bibtex-field-braces-opt)
15627 (bibtex-field-strings-opt):
15628 * vc/cvs-status.el (cvs-tree-merge):
15629 Fix typos.
15630
15631 2011-11-23 Michael Albinus <michael.albinus@gmx.de>
15632
15633 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
15634 `non-essential' to t, in order to avoid remote connections.
15635
15636 2011-11-23 Eli Zaretskii <eliz@gnu.org>
15637
15638 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
15639 On MS-DOS and MS-Windows, compare with loaddefs.el
15640 case-insensitively.
15641
15642 2011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
15643
15644 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
15645
15646 2011-11-23 Glenn Morris <rgm@gnu.org>
15647
15648 * paths.el (rmail-file-name): Reformat the doc-string so that it
15649 is picked up.
15650
15651 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
15652 (rmail-auto-file): Ignore case in the "special" field names,
15653 as mail-fetch-field does for all others.
15654
15655 * mail/rmail.el (rmail-forward):
15656 * mail/rmailkwd.el (rmail-set-label):
15657 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
15658 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
15659
15660 * mail/rmail.el (rmail-current-message): Doc fix.
15661
15662 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
15663
15664 2011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
15665
15666 * server.el (server-eval-and-print): Allow C-g (bug#6585).
15667
15668 2011-11-22 Glenn Morris <rgm@gnu.org>
15669
15670 * mail/rmailmm.el (test-rmail-mime-handler)
15671 (test-rmail-mime-bulk-handler)
15672 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
15673
15674 2011-11-21 Juri Linkov <juri@jurta.org>
15675
15676 * calc/calc.el (calc-read-key-sequence):
15677 Let-bind `input-method-function' to nil. (Bug#10018)
15678
15679 2011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
15680
15681 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
15682 Tell the caller that the next line needs recomputation, even
15683 though it doesn't start a sexp (bug#10094).
15684
15685 2011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
15686
15687 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
15688
15689 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
15690
15691 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
15692 Use force-same-window.
15693
15694 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
15695
15696 * descr-text.el (describe-char-unicode-data):
15697 * json.el (json-string-escape):
15698 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
15699 (Footnote-unicode, Footnote-style-p):
15700 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
15701
15702 2011-11-20 Chong Yidong <cyd@gnu.org>
15703
15704 * window.el (replace-buffer-in-windows): Restore interactive spec.
15705
15706 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
15707
15708 * electric.el (electric-indent-mode): Fix last change (too optimistic).
15709
15710 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
15711 (byte-compile-global-not-obsolete-vars): New var.
15712 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
15713 Use it.
15714 (byte-compile-warn-obsolete): Align text with the one in *Help*.
15715
15716 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
15717
15718 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
15719 * progmodes/pascal.el (electric-pascal-equal):
15720 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
15721 * xml.el (xml-substitute-special): Fix typos.
15722
15723 2011-11-20 Glenn Morris <rgm@gnu.org>
15724
15725 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
15726 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
15727 Doc fixes.
15728 (rmail-decode-mime-charset): Mark as obsolete.
15729
15730 * mail/rmailsum.el (rmail-message-regexp-p-1):
15731 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
15732 Before using mime functions, check they are set. (Bug#10077)
15733
15734 2011-11-19 Juri Linkov <juri@jurta.org>
15735
15736 * info.el (Info-finder-find-node): Use `package--builtins' instead
15737 of `package-alist'. Use node names formed by the pattern "Keyword "
15738 and the keyword name.
15739
15740 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
15741
15742 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
15743
15744 2011-11-19 Juri Linkov <juri@jurta.org>
15745
15746 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
15747 that calls `revert-buffer' on all Info buffers. (Bug#9915)
15748 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
15749 `old-history', `old-history-forward'. Add let-binding
15750 `window-selected'. Remove calls to `kill-buffer',
15751 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
15752 before calling `Info-find-node', so `Info-find-node-2' will reread
15753 the Info file. Restore window positions only when `window-selected'
15754 is non-nil.
15755
15756 2011-11-19 Juri Linkov <juri@jurta.org>
15757
15758 * isearch.el (isearch-lazy-highlight-new-loop):
15759 Remove condition `(not isearch-error)'. (Bug#9918)
15760
15761 * misearch.el (multi-isearch-search-fun): Add condition
15762 `(not bound)' to ignore lazy-highlighting search.
15763 Add the search-failed message "end of multi" when the end of
15764 multi-sequence is reached. Uncapitalize the search-failed
15765 message "Repeat for next buffer".
15766
15767 * info.el (Info-search): Add the search-failed message
15768 "end of the manual" when the end of the manual is reached
15769 in Isearch mode.
15770
15771 2011-11-19 Juri Linkov <juri@jurta.org>
15772
15773 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
15774 Use non-destructive `remove' instead of `delete' because
15775 `Info-history-list' stored to `Info-isearch-initial-history-list' in
15776 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
15777
15778 2011-11-19 Juri Linkov <juri@jurta.org>
15779
15780 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
15781 to nil instead of binding `search-ring' and `regexp-search-ring'.
15782 (Bug#9185)
15783
15784 2011-11-19 Eli Zaretskii <eliz@gnu.org>
15785
15786 * simple.el (line-move): Force movement by logical lines for any
15787 hscrolled window, not only when auto-hscroll-mode is on.
15788 (line-move-visual): Update doc string to that effect. (Bug#10076)
15789
15790 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
15791
15792 * language/european.el (macintosh): Define as alias for mac-roman.
15793
15794 2011-11-19 Eli Zaretskii <eliz@gnu.org>
15795
15796 * mail/rmailmm.el (rmail-mime-display-header)
15797 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
15798 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
15799 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
15800 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
15801 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
15802 of a raw aref.
15803 (rmail-mime-entity-segment): To get past the tagline, move forward
15804 2 more lines, to account for the 2 empty lines that precede and
15805 follow the line with the buttons.
15806 (rmail-mime-update-tagline): Move one more line, to get past the
15807 empty line that follows the buttons in the tagline. (Bug#9520)
15808
15809 2011-11-19 Martin Rudalics <rudalics@gmx.at>
15810
15811 * window.el (window-max-delta-1, window-min-delta-1)
15812 (window-min-size-1, window-state-get-1, window-state-put-1)
15813 (window-state-put-2): Use "window--" prefix.
15814
15815 2011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
15816
15817 * emacs-lisp/smie.el: Improve warnings and conflict detection.
15818 (smie-warning-count): New var.
15819 (smie-set-prec2tab): Use it.
15820 (smie-bnf->prec2): Improve warnings. Add docstring.
15821 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
15822 (smie-bnf--set-class): New function.
15823 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
15824 corner case.
15825
15826 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
15827 (compilation-error-properties, compilation-move-to-column):
15828 Handle compilation-first-column while in the target buffer.
15829
15830 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
15831 Don't hardcode point-min==1.
15832
15833 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
15834 (eshell-rewrite-for-command): Remove workaround.
15835 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
15836 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
15837 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
15838
15839 * files-x.el (modify-file-local-variable): Obey commenting conventions.
15840
15841 2011-11-17 Glenn Morris <rgm@gnu.org>
15842
15843 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
15844 Ignore buffer-local generated-autoload-file if it is the same
15845 as the global value. (Bug#10049)
15846
15847 2011-11-17 Juanma Barranquero <lekktu@gmail.com>
15848
15849 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
15850 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
15851 (reftex-toc-previous-heading, reftex-toc-max-level)
15852 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
15853 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
15854 (reftex-toc-do-promote, reftex-toc-promote-prepare)
15855 (reftex-toc-promote-action, reftex-toc-extract-section-number)
15856 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
15857 (reftex-toc-rename-label, reftex-toc-visit-location)
15858 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
15859 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
15860 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
15861 leaving "*toc*" only for references to the buffer.
15862
15863 2011-11-17 Martin Rudalics <rudalics@gmx.at>
15864
15865 * window.el (window-resize, delete-window, split-window):
15866 Replace window-splits by window-combination-resize.
15867 * cus-start.el (window-splits): Replace by window-combination-resize.
15868
15869 2011-11-17 Glenn Morris <rgm@gnu.org>
15870
15871 * progmodes/sh-script.el (sh-font-lock-keywords-var):
15872 Make bash entry derive from sh entry, not shell entry.
15873
15874 2011-11-16 Michael Albinus <michael.albinus@gmx.de>
15875
15876 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
15877 local file name.
15878
15879 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
15880
15881 * menu-bar.el (menu-bar-file-menu):
15882 * printing.el (pr-ps-utility):
15883 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
15884 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
15885 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
15886 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
15887 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
15888 (icalendar--convert-cyclic-to-ical)
15889 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
15890 (icalendar--convert-ical-to-diary)
15891 (icalendar--convert-recurring-to-diary)
15892 (icalendar--convert-non-recurring-all-day-to-diary)
15893 (icalendar-import-format-sample):
15894 * progmodes/idlw-shell.el (idlwave-shell-mode):
15895 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
15896 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
15897 (vhdl-ps-print-init): Fix typos.
15898
15899 2011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
15900
15901 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
15902 FSF and collapse date sequence, obscure author/maintainer email address
15903 better, remove extra version line, track relocation of author's webpage.
15904
15905 * progmodes/python.el (python-pdbtrack-input-prompt)
15906 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
15907 regular python pdb prompts. Adjustments shamelessly taken exactly as
15908 suggested in EmacsWiki page (tiny change):
15909 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
15910
15911 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
15912
15913 * expand.el (expand-pos, expand-index, expand-point):
15914 Remove redundant info from docstring.
15915 (expand-add-abbrevs): Doc fix.
15916 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
15917 (expand-sample-perl-mode-expand-list): Fix typos.
15918
15919 * net/dbus.el (dbus-event-member-name):
15920 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
15921 * term/pc-win.el (msdos-create-frame-with-faces):
15922 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
15923
15924 2011-11-16 Martin Rudalics <rudalics@gmx.at>
15925
15926 * window.el (split-window, window-state-get-1)
15927 (window-state-put-1, window-state-put-2): Rename occurrences of
15928 window-nest to window-combination-limit.
15929 * cus-start.el (window-nest): Rename to window-combination-limit.
15930
15931 2011-11-16 Chong Yidong <cyd@gnu.org>
15932
15933 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
15934 regexp (Bug#10033).
15935
15936 2011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
15937
15938 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
15939 `completing-read' will remove *Completions* and will preserve
15940 current-buffer for us.
15941 (tmm-add-prompt): Users of *Completions* will always (re)set its
15942 major mode.
15943 (tmm-old-comp-map): Remove.
15944
15945 2011-11-16 Glenn Morris <rgm@gnu.org>
15946
15947 * mail/rmailedit.el: Require rmailmm when compiling.
15948 (rmail-old-mime-state): New declaration.
15949 (rmail-edit-current-message): If editing a mime message,
15950 edit the "raw" message from the mbox buffer.
15951 (rmail-cease-edit): Handle mime messages. (Bug#9840)
15952
15953 2011-11-15 Glenn Morris <rgm@gnu.org>
15954
15955 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
15956 which wasn't being used. Add optional arg to force given state.
15957 (rmail-mime): Add optional arg to force given state.
15958
15959 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
15960
15961 * allout.el (allout-encryption-plaintext-sanitization-regexps):
15962 * frame.el (display-mm-dimensions-alist):
15963 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
15964 (outline-move-subtree-down):
15965 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
15966 (newsticker--treeview-do-get-node):
15967 * net/quickurl.el (quickurl-list-buffer-name):
15968 * progmodes/dcl-mode.el (dcl-mode):
15969 * progmodes/gdb-mi.el (gdb-mapcar*):
15970 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
15971
15972 2011-11-15 Glenn Morris <rgm@gnu.org>
15973
15974 * mail/rmail.el (rmail-file-coding-system): It's only ever used
15975 in a boolean sense, so just make it a boolean, and fix the doc.
15976 (rmail-show-mime-function, rmail-mime-feature)
15977 (rmail-require-mime-maybe): Doc fixes.
15978 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
15979
15980 * mail/rmailmm.el (rmail-show-mime): Doc fix.
15981
15982 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
15983
15984 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
15985 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
15986 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
15987 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
15988
15989 2011-11-15 Glenn Morris <rgm@gnu.org>
15990
15991 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
15992 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
15993 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
15994 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
15995 (rmail-mime, rmail-show-mime): Doc fixes.
15996
15997 * term/ns-win.el (mode-line-frame-identification):
15998 Leave it alone. (Bug#10051)
15999
16000 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
16001
16002 * mail/rmailout.el (rmail-output-to-rmail-buffer):
16003 Handle empty buffers. (Bug#9978)
16004
16005 2011-11-14 Juanma Barranquero <lekktu@gmail.com>
16006
16007 * international/mule.el (define-charset):
16008 * mail/rmailmm.el (rmail-mime-find-header-encoding):
16009 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
16010 * progmodes/verilog-mode.el (verilog-backward-token):
16011 * textmodes/ispell.el (lookup-words):
16012 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
16013
16014 2011-11-14 Glenn Morris <rgm@gnu.org>
16015
16016 * progmodes/executable.el
16017 (executable-make-buffer-file-executable-if-script-p):
16018 Handle file-modes returning nil.
16019
16020 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
16021 message - not necessary, and causes problems. (Bug#9831)
16022
16023 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
16024
16025 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
16026
16027 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
16028 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
16029 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
16030
16031 2011-11-12 Martin Rudalics <rudalics@gmx.at>
16032
16033 * window.el (window-resize, delete-window): Use window-splits
16034 variable instead of function.
16035 (window-state-get-1, window-state-put-2, window-state-put):
16036 Don't deal with windows' splits status.
16037
16038 2011-11-12 Glenn Morris <rgm@gnu.org>
16039
16040 * apropos.el (apropos-do-all, apropos-library, apropos-value)
16041 (apropos-documentation): Doc fixes.
16042
16043 2011-11-11 Juanma Barranquero <lekktu@gmail.com>
16044
16045 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
16046 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
16047
16048 2011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
16049
16050 * electric.el (electric-indent-post-self-insert-function): Make it
16051 possible for a char to only indent in some circumstances.
16052 (electric-indent-mode): Simplify.
16053
16054 2011-11-11 Martin Rudalics <rudalics@gmx.at>
16055
16056 * window.el (windows-with-parameter): Remove unused function.
16057 (windows-at-side): Rename to window-at-side-list.
16058 (window-check, window-atom-check, window-atom-check-1)
16059 (window-side-check, window-size-ignore, window-size-fixed-1)
16060 (window-in-direction-2): Prefix with "window--".
16061 (window-tree-1): Rename to window--subtree, fix doc-string.
16062
16063 2011-11-11 Glenn Morris <rgm@gnu.org>
16064
16065 * subr.el (eval-after-load): If FILE is already loaded,
16066 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
16067
16068 2011-11-10 Glenn Morris <rgm@gnu.org>
16069
16070 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
16071 Call svn via vc-svn-command rather than vc-do-command.
16072 (vc-svn-command): Add --non-interactive. (Bug#9993)
16073 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
16074
16075 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
16076 Add toggle-read-only. (Bug#7292)
16077 * files.el (toggle-read-only): Mention that it should only
16078 be used interactively. (Bug#10006)
16079
16080 2011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
16081
16082 * progmodes/compile.el (compilation-error-regexp-alist-alist):
16083 Adjust regexp for OCaml warnings.
16084
16085 * electric.el (electric-pair-post-self-insert-function): Let user
16086 turn it off buffer-locally (bug#9932).
16087
16088 * progmodes/python.el (python-beginning-of-statement):
16089 Rewrite (bug#2703).
16090
16091 * progmodes/compile.el: Better handle TABs (bug#9749).
16092 (compilation-internal-error-properties)
16093 (compilation-next-error-function): Obey the target buffer's
16094 compilation-error-screen-columns.
16095
16096 2011-11-09 Juanma Barranquero <lekktu@gmail.com>
16097
16098 * progmodes/meta-mode.el: Remove obsolete comments.
16099 (meta-right-comment-regexp, meta-ignore-comment-regexp):
16100 Fix typos in docstrings.
16101
16102 2011-11-09 Martin Rudalics <rudalics@gmx.at>
16103
16104 * window.el (window-size-fixed-p): Rewrite doc-string.
16105 (window-resizable-p): Rename to window--resizable-p. Update callers.
16106 (window--resizable): New function. Make all callers of
16107 window-resizable call window--resizable instead.
16108 (window-resizable): Rewrite in terms of window--resizable.
16109
16110 2011-11-08 Glenn Morris <rgm@gnu.org>
16111
16112 * progmodes/delphi.el (delphi-mode-syntax-table):
16113 Let define-derived-mode define a proper syntax table. (Bug#9994)
16114
16115 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
16116
16117 * window.el: Stay away from defsubst.
16118 (window-list-no-nils): Remove.
16119 (window-state-get-1, window-state-get): Use backquote instead.
16120
16121 2011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
16122
16123 * emacs-lisp/find-func.el (find-function-read):
16124 Fix incorrect use of default argument in `completing-read'.
16125
16126 2011-11-08 Martin Rudalics <rudalics@gmx.at>
16127
16128 * window.el (display-buffer-function, special-display-function):
16129 Mention display-buffer-record-window but do not mention
16130 help-setup parameter in doc-strings.
16131 (window-min-delta): Fix doc-string typo.
16132
16133 2011-11-08 Chong Yidong <cyd@gnu.org>
16134
16135 * window.el (window-total-height, window-total-width): Doc fix.
16136 (window-body-size): Move from C.
16137 (window-body-height, window-body-width): Move to C.
16138
16139 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
16140
16141 * window.el: Make special-display like display-buffer-alist (bug#9532).
16142 (display-buffer--special-action): New function, morphed
16143 from display-buffer--special.
16144 (display-buffer): Use it to handle special-display-buffers at higher
16145 priority (just after display-buffer-alist).
16146 (display-buffer-fallback-action, display-buffer--other-frame-action)
16147 (pop-to-buffer-same-window): Remove display-buffer--special.
16148
16149 2011-11-07 Glenn Morris <rgm@gnu.org>
16150
16151 * calendar/cal-menu.el (cal-menu-set-date-title):
16152 Do nothing if not in a calendar. (Bug#9976)
16153
16154 2011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
16155
16156 * files.el (find-file): Always use selected-window.
16157
16158 2011-11-07 Martin Rudalics <rudalics@gmx.at>
16159
16160 * window.el (window-combinations): Make WINDOW argument
16161 mandatory. Rewrite doc-string.
16162 (walk-window-subtree, window-atom-check, window-min-delta)
16163 (window-max-delta, window--resize-this-window)
16164 (window--resize-root-window-vertically, window-tree)
16165 (balance-windows, window-state-put): Rewrite doc-strings as to
16166 not mention the term "subwindow".
16167 (window--resize-subwindows-skip-p): Rename to
16168 window--resize-child-windows-skip-p.
16169 (window--resize-subwindows-normal): Rename to
16170 window--resize-child-windows-normal.
16171 (window--resize-subwindows): Rename to
16172 window--resize-child-windows.
16173 (window-or-subwindow-p): Rename to window--in-subtree-p.
16174
16175 2011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
16176
16177 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
16178 Ensure that mbox format messages end in two newlines (Bug#9974).
16179
16180 2011-11-06 Chong Yidong <cyd@gnu.org>
16181
16182 * window.el (window-combination-p): Function deleted; its
16183 side-effect is not used in any existing code.
16184 (window-combinations, window-combined-p): Call window-*-child
16185 directly.
16186
16187 2011-11-05 Chong Yidong <cyd@gnu.org>
16188
16189 * window.el (window-valid-p): Rename from window-any-p.
16190 (window-size-ignore, window-state-get): Callers changed.
16191 (window-normalize-window): Rename from window-normalize-any-window.
16192 New arg LIVE-ONLY, replacing window-normalize-live-window.
16193 (window-normalize-live-window): Delete.
16194 (window-combination-p, window-combined-p, window-combinations)
16195 (walk-window-subtree, window-atom-root, window-min-size)
16196 (window-sizable, window-sizable-p, window-size-fixed-p)
16197 (window-min-delta, window-max-delta, window-resizable)
16198 (window-resizable-p, window-full-height-p, window-full-width-p)
16199 (window-current-scroll-bars, window-point-1, set-window-point-1)
16200 (window-at-side-p, window-in-direction, window-resize)
16201 (adjust-window-trailing-edge, maximize-window, minimize-window)
16202 (window-deletable-p, delete-window, delete-other-windows)
16203 (record-window-buffer, unrecord-window-buffer)
16204 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
16205 (quit-window, split-window, window-state-put)
16206 (set-window-text-height, fit-window-to-buffer)
16207 (shrink-window-if-larger-than-buffer): Callers changed.
16208
16209 2011-11-04 Eli Zaretskii <eliz@gnu.org>
16210
16211 * mail/rmail.el (rmail-simplified-subject): Decode subject with
16212 rfc2047-decode-string.
16213 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
16214 warnings.
16215
16216 * window.el (window-body-height, window-body-width): Mention in
16217 the doc string that the return values are in frame's canonical
16218 units. (Bug#9949)
16219
16220 2011-11-03 Alan Mackenzie <acm@muc.de>
16221
16222 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
16223 change in cc-engine.el.
16224
16225 2011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
16226
16227 * window.el (switch-to-buffer): Use `force-same-window' interactively.
16228
16229 2011-11-02 Martin Rudalics <rudalics@gmx.at>
16230
16231 * window.el (quit-window): Call unrecord-window-buffer after
16232 showing another buffer in the window. (Bug#9937)
16233 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
16234
16235 2011-11-02 Juanma Barranquero <lekktu@gmail.com>
16236
16237 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
16238 Accept status with more than 9 shelves. (Bug#9935)
16239 Reported by Colin D Bennett <colin@gibibit.com>.
16240
16241 2011-11-01 Martin Rudalics <rudalics@gmx.at>
16242
16243 * help.el (with-help-window): Don't reference
16244 temp-buffer-show-specifiers in doc-string.
16245
16246 2011-10-31 Andreas Schwab <schwab@linux-m68k.org>
16247
16248 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
16249 menu-item.
16250
16251 2011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16252
16253 * whitespace.el: New version 13.2.2.
16254 (whitespace-newline-mode): Disable properly. Reported by Sarah
16255 <EmacsWiki>.
16256
16257 2011-10-30 Ulf Jasper <ulf.jasper@web.de>
16258
16259 * net/newst-treeview.el: Remove "Time-stamp".
16260 (newsticker--group-manage-orphan-feeds): Do not call
16261 newsticker--treeview-tree-update.
16262 (newsticker-treeview-update, newsticker-treeview):
16263 Call newsticker--treeview-tree-update if necessary.
16264
16265 2011-10-30 Martin Rudalics <rudalics@gmx.at>
16266
16267 * window.el (window-iso-combination-p, window-iso-combined-p)
16268 (window-iso-combinations): Remove "iso-" infix.
16269 Suggested by Chong Yidong.
16270 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
16271 (window-max-delta-1, window-resize, window--resize-siblings)
16272 (window--resize-this-window, adjust-window-trailing-edge)
16273 (split-window, balance-windows-1)
16274 (shrink-window-if-larger-than-buffer):
16275 * calendar/calendar.el (calendar-generate-window):
16276 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
16277
16278 2011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
16279
16280 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
16281 in place (bug#9907).
16282 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
16283 (eshell-rewrite-if-command, eshell-rewrite-for-command)
16284 (eshell-structure-basic-command, eshell-rewrite-while-command)
16285 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
16286 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
16287 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
16288 (eshell-do-pipelines-synchronously, eshell-eval-command):
16289 Use backquotes and prefer setq to set.
16290 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
16291 (eshell-macrop): Use functionp.
16292 (eshell-do-eval): Handle multiple expressions in `while' body.
16293
16294 2011-10-30 Chong Yidong <cyd@gnu.org>
16295
16296 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
16297 instead of set-mark (Bug#9810).
16298
16299 2011-10-30 Chong Yidong <cyd@gnu.org>
16300
16301 * window.el (split-window-below, split-window-right): Rename from
16302 split-window-above-each-other and split-window-side-by-side
16303 respectively. All callers changed.
16304 (split-window-sensibly, split-window-sensibly): Use them.
16305 (split-window-keep-point): Doc fix.
16306
16307 * isearch.el: Add isearch-scroll property to split-window-below
16308 and split-window-right.
16309
16310 * follow.el (follow-mode):
16311 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
16312 * progmodes/ada-xref.el (ada-gdb-application):
16313 * emulation/vip.el (vip-buffer-in-two-windows):
16314 * image-dired.el (image-dired-dired-with-window-configuration):
16315 * dired-x.el (dired-do-find-marked-files):
16316 * dired.el (dired-pop-to-buffer):
16317 * bs.el (bs--show-with-configuration):
16318 * vc/emerge.el (emerge-setup-windows):
16319 * textmodes/two-column.el (2C-two-columns):
16320 * textmodes/reftex-toc.el (reftex-toc):
16321 * progmodes/gdb-mi.el (gdb-setup-windows):
16322 * progmodes/fortran.el (fortran-window-create):
16323 * net/newst-treeview.el (newsticker--treeview-window-init):
16324 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
16325 * emulation/tpu-edt.el (tpu-gold-map):
16326 * emulation/crisp.el (crisp-mode-map):
16327 * calendar/calendar.el (calendar-basic-setup): Callers changed.
16328
16329 2011-10-29 Chong Yidong <cyd@gnu.org>
16330
16331 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
16332
16333 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
16334
16335 * textmodes/flyspell.el (flyspell-word): Fix char offset for
16336 forged Ispell output (Bug#7904).
16337
16338 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
16339
16340 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
16341
16342 * doc-view.el: Avoid ugly errors about not finding nil.
16343 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
16344 (doc-view-dvipdf-program, doc-view-unoconv-program)
16345 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
16346 Avoid nil or absolute file name as default value.
16347 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
16348
16349 2011-10-28 Alan Mackenzie <acm@muc.de>
16350
16351 * progmodes/cc-defs.el (c-version): -> 5.32.2.
16352
16353 2011-10-28 Alan Mackenzie <acm@muc.de>
16354
16355 Amend the handling of c-beginning/end-of-defun in nested declaration
16356 scopes.
16357
16358 * progmodes/cc-vars.el (c-defun-tactic): Move here from
16359 cc-langs.el. Change it to a defcustom.
16360
16361 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
16362 cc-vars.el.
16363
16364 * progmodes/cc-engine.el (c-beginning-of-statement-1):
16365 Prevent "class foo : bar" being spuriously recognized as a label.
16366
16367 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
16368 Add parameter `inclusive' (to include enclosing braces in the region).
16369 (c-widen-to-enclosing-decl-scope): New function.
16370 (c-while-widening-to-decl-block): New macro.
16371 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
16372 outward for defun boundaries, and correspondingly change symbol
16373 `respect-enclosure' to `go-outward'.
16374 (c-declaration-limits): Change algorithm to report only the "innermost"
16375 defun's boundaries.
16376
16377 2011-10-28 Deniz Dogan <deniz@dogan.se>
16378
16379 * net/rcirc.el (rcirc-mode): Use hard newlines.
16380
16381 2011-10-28 Alan Mackenzie <acm@muc.de>
16382
16383 Amend to indent and fontify macros "which include their own semicolon"
16384 correctly, using the "virtual semicolon" mechanism.
16385
16386 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
16387
16388 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
16389 Recode to scan one line at a time rather than having \n and \r
16390 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
16391 (c-forward-label): Amend for virtual semicolons.
16392 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
16393
16394 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
16395 of the new C macros.
16396
16397 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
16398 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
16399 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
16400 (c-opt-cpp-macro-define): Make into a full language variable.
16401 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
16402 AWK Mode (including \n, \r) removed, no longer needed.
16403
16404 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
16405 Invoke c-make-macro-with-semi-re.
16406
16407 * progmodes/cc-vars.el (c-macro-with-semi-re):
16408 (c-macro-names-with-semicolon): New variables.
16409 (c-make-macro-with-semi-re): New function.
16410
16411 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
16412
16413 * vc/log-edit.el: Fill empty field rather than adding new one.
16414 (log-edit-add-field): New function.
16415 (log-edit-insert-changelog): Use it.
16416
16417 2011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
16418
16419 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
16420
16421 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
16422
16423 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
16424 (gdb--check-interpreter): New function.
16425 (gdb): Use it.
16426
16427 2011-10-27 Glenn Morris <rgm@gnu.org>
16428
16429 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
16430 (least-positive-float, least-negative-float)
16431 (least-positive-normalized-float, least-negative-normalized-float)
16432 (float-epsilon, float-negative-epsilon):
16433 Remove unnecessary declarations.
16434
16435 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
16436 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
16437 (least-positive-float, least-negative-float)
16438 (least-positive-normalized-float, least-negative-normalized-float)
16439 (float-epsilon, float-negative-epsilon): Add doc-strings,
16440 based on those in cl.texi.
16441
16442 * files.el (set-visited-file-name): If the major-mode changed,
16443 reload the local variables. (Bug#9796)
16444
16445 2011-10-27 Chong Yidong <cyd@gnu.org>
16446
16447 * subr.el (change-major-mode-after-body-hook): New hook.
16448 (run-mode-hooks): Run it.
16449
16450 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
16451 Use change-major-mode-before-body-hook.
16452
16453 * simple.el (fundamental-mode):
16454 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
16455 change introducing fundamental-mode-hook.
16456
16457 2011-10-26 Juanma Barranquero <lekktu@gmail.com>
16458
16459 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
16460
16461 2011-10-26 Michael Albinus <michael.albinus@gmx.de>
16462
16463 * ido.el (ido-file-name-all-completions-1): Do not require
16464 tramp.el explicitly. (Bug#7583)
16465
16466 2011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
16467
16468 * progmodes/octave-mod.el:
16469 * progmodes/octave-inf.el: Update maintainer.
16470
16471 2011-10-26 Chong Yidong <cyd@gnu.org>
16472
16473 * subr.el (with-wrapper-hook): Rewrite doc.
16474
16475 2011-10-25 Michael Albinus <michael.albinus@gmx.de>
16476
16477 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
16478 filenames "/method:foo:". (Bug#9793)
16479
16480 2011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
16481
16482 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
16483 (bug#9865).
16484
16485 2011-10-24 Glenn Morris <rgm@gnu.org>
16486
16487 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
16488
16489 2011-10-24 Michael Albinus <michael.albinus@gmx.de>
16490
16491 * notifications.el: Add the requirement of a running D-Bus session
16492 bus to the Commentary.
16493
16494 2011-10-24 Juri Linkov <juri@jurta.org>
16495
16496 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
16497 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
16498 (Bug#9364)
16499
16500 2011-10-24 Juri Linkov <juri@jurta.org>
16501
16502 * info.el (Info-following-node-name-re): Add newline to the list
16503 of allowed characters for leading space. (Bug#9824)
16504
16505 2011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
16506
16507 * progmodes/octave-inf.el (inferior-octave-mode-map):
16508 Fix C-c C-h binding.
16509 * progmodes/octave-mod.el (octave-help): Remove.
16510
16511 2011-10-23 Michael Albinus <michael.albinus@gmx.de>
16512
16513 Sync with Tramp 2.2.3.
16514
16515 * net/tramp-cache.el (top): Pacify byte-compiler using
16516 `init-file-user' and `site-run-file'.
16517
16518 * net/trampver.el: Update release number.
16519
16520 2011-10-23 Chong Yidong <cyd@gnu.org>
16521
16522 * files.el (toggle-read-only): Remove obsolete comment about
16523 version control.
16524
16525 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
16526 for toggle-read-only. Note that this hasn't called vc-next-action
16527 since 2008-05-02, though it wasn't documented at the time.
16528
16529 * vc/ediff-init.el (ediff-toggle-read-only-function):
16530 Use toggle-read-only.
16531
16532 2011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
16533
16534 Fix bug #9560, sporadic wrong indentation; improve instrumentation
16535 of c-parse-state.
16536
16537 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
16538 correct faulty logical expression.
16539 (c-parse-state-state, c-record-parse-state-state):
16540 (c-replay-parse-state-state): New defvar/defuns.
16541 (c-debug-parse-state): Use new functions.
16542
16543 2011-10-22 Martin Rudalics <rudalics@gmx.at>
16544
16545 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
16546 last fix. Use window-in-direction correctly.
16547
16548 2011-10-21 Chong Yidong <cyd@gnu.org>
16549
16550 * progmodes/idlwave.el (idlwave-mode):
16551 * progmodes/vera-mode.el (vera-mode): No need to set
16552 require-final-newline; that's done in prog-mode.
16553 Suggested by Stefan Monnier.
16554
16555 2011-10-21 Martin Rudalics <rudalics@gmx.at>
16556
16557 * mouse.el (mouse-drag-window-above)
16558 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
16559 (mouse-drag-mode-line-1, mouse-drag-header-line)
16560 (mouse-drag-vertical-line-rightward-window): Remove.
16561 (mouse-drag-line): New function.
16562 (mouse-drag-mode-line, mouse-drag-header-line)
16563 (mouse-drag-vertical-line): Call mouse-drag-line.
16564 * window.el (window-at-side-p, windows-at-side): New functions.
16565
16566 2011-10-21 Ulrich Mueller <ulm@gentoo.org>
16567
16568 * tar-mode.el (tar-grind-file-mode):
16569 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
16570
16571 2011-10-21 Chong Yidong <cyd@gnu.org>
16572
16573 * progmodes/idlwave.el (idlwave-mode):
16574 * progmodes/vera-mode.el (vera-mode):
16575 Use mode-require-final-newline.
16576
16577 2011-10-20 Glenn Morris <rgm@gnu.org>
16578
16579 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
16580
16581 2011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
16582
16583 * emulation/cua-base.el (cua-set-mark): Fix case of string.
16584
16585 2011-10-20 Chong Yidong <cyd@gnu.org>
16586
16587 * emulation/cua-base.el (cua-mode):
16588 * mail/footnote.el (footnote-mode):
16589 * mail/mailabbrev.el (mail-abbrevs-mode):
16590 * net/xesam.el (xesam-minor-mode):
16591 * progmodes/bug-reference.el (bug-reference-mode):
16592 * progmodes/cap-words.el (capitalized-words-mode):
16593 * progmodes/compile.el (compilation-minor-mode)
16594 (compilation-shell-minor-mode):
16595 * progmodes/gud.el (gud-tooltip-mode):
16596 * progmodes/hideif.el (hide-ifdef-mode):
16597 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
16598 * progmodes/subword.el (subword-mode):
16599 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
16600 * progmodes/which-func.el (which-function-mode):
16601 * term/tvi970.el (tvi970-set-keypad-mode):
16602 * term/vt100.el (vt100-wide-mode):
16603 * textmodes/flyspell.el (flyspell-mode):
16604 * textmodes/ispell.el (ispell-minor-mode):
16605 * textmodes/nroff-mode.el (nroff-electric-mode):
16606 * textmodes/paragraphs.el (use-hard-newlines):
16607 * textmodes/refill.el (refill-mode):
16608 * textmodes/reftex.el (reftex-mode):
16609 * textmodes/rst.el (rst-minor-mode):
16610 * textmodes/sgml-mode.el (html-autoview-mode)
16611 (sgml-electric-tag-pair-mode):
16612 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
16613 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
16614 * emulation/crisp.el (crisp-mode):
16615 * emacs-lisp/eldoc.el (eldoc-mode):
16616 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
16617 minor mode behavior.
16618
16619 2011-10-19 Juri Linkov <juri@jurta.org>
16620
16621 * descr-text.el (describe-char): Add #x2010 and #x2011 to
16622 the list of hard-coded chars with escape-glyph face.
16623
16624 2011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
16625
16626 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
16627
16628 2011-10-19 Michael Albinus <michael.albinus@gmx.de>
16629
16630 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
16631 running process.
16632
16633 2011-10-19 Glenn Morris <rgm@gnu.org>
16634
16635 * vc/vc-bzr.el (vc-bzr-after-dir-status):
16636 Ignore ignored files. (Bug#9726)
16637
16638 2011-10-19 Chong Yidong <cyd@gnu.org>
16639
16640 Doc fix for minor modes, stating that an omitted argument enables
16641 the mode unconditionally when called from Lisp.
16642
16643 * abbrev.el (abbrev-mode):
16644 * allout.el (allout-mode):
16645 * autoinsert.el (auto-insert-mode):
16646 * autoarg.el (autoarg-mode, autoarg-kp-mode):
16647 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
16648 (global-auto-revert-mode):
16649 * battery.el (display-battery-mode):
16650 * composite.el (global-auto-composition-mode)
16651 (auto-composition-mode):
16652 * delsel.el (delete-selection-mode):
16653 * desktop.el (desktop-save-mode):
16654 * dired-x.el (dired-omit-mode):
16655 * dirtrack.el (dirtrack-mode):
16656 * doc-view.el (doc-view-minor-mode):
16657 * double.el (double-mode):
16658 * electric.el (electric-indent-mode, electric-pair-mode):
16659 * emacs-lock.el (emacs-lock-mode):
16660 * epa-hook.el (auto-encryption-mode):
16661 * follow.el (follow-mode):
16662 * font-core.el (font-lock-mode):
16663 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
16664 * help.el (temp-buffer-resize-mode):
16665 * hilit-chg.el (highlight-changes-mode)
16666 (highlight-changes-visible-mode):
16667 * hi-lock.el (hi-lock-mode):
16668 * hl-line.el (hl-line-mode, global-hl-line-mode):
16669 * icomplete.el (icomplete-mode):
16670 * ido.el (ido-everywhere):
16671 * image-file.el (auto-image-file-mode):
16672 * image-mode.el (image-minor-mode):
16673 * iswitchb.el (iswitchb-mode):
16674 * jka-cmpr-hook.el (auto-compression-mode):
16675 * linum.el (linum-mode):
16676 * longlines.el (longlines-mode):
16677 * master.el (master-mode):
16678 * mb-depth.el (minibuffer-depth-indicate-mode):
16679 * menu-bar.el (menu-bar-mode):
16680 * minibuf-eldef.el (minibuffer-electric-default-mode):
16681 * mouse-sel.el (mouse-sel-mode):
16682 * msb.el (msb-mode):
16683 * mwheel.el (mouse-wheel-mode):
16684 * outline.el (outline-minor-mode):
16685 * paren.el (show-paren-mode):
16686 * recentf.el (recentf-mode):
16687 * reveal.el (reveal-mode, global-reveal-mode):
16688 * rfn-eshadow.el (file-name-shadow-mode):
16689 * ruler-mode.el (ruler-mode):
16690 * savehist.el (savehist-mode):
16691 * scroll-all.el (scroll-all-mode):
16692 * scroll-bar.el (scroll-bar-mode):
16693 * server.el (server-mode):
16694 * shell.el (shell-dirtrack-mode):
16695 * simple.el (auto-fill-mode, transient-mark-mode)
16696 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
16697 (line-number-mode, column-number-mode, size-indication-mode)
16698 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
16699 * strokes.el (strokes-mode):
16700 * time.el (display-time-mode):
16701 * t-mouse.el (gpm-mouse-mode):
16702 * tool-bar.el (tool-bar-mode):
16703 * tooltip.el (tooltip-mode):
16704 * type-break.el (type-break-mode-line-message-mode)
16705 (type-break-query-mode):
16706 * view.el (view-mode):
16707 * whitespace.el (whitespace-mode, whitespace-newline-mode)
16708 (global-whitespace-mode, global-whitespace-newline-mode):
16709 * xt-mouse.el (xterm-mouse-mode): Doc fix.
16710
16711 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
16712 Fix autogenerated docstring.
16713
16714 2011-10-19 Juri Linkov <juri@jurta.org>
16715
16716 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
16717 by checking environment variables "DESKTOP_SESSION" and
16718 "XDG_CURRENT_DESKTOP". (Bug#9779)
16719
16720 2011-10-19 Juri Linkov <juri@jurta.org>
16721
16722 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
16723 (browse-url-chromium-program, browse-url-chromium-arguments):
16724 New defcustoms.
16725 (browse-url-default-browser): Check for `browse-url-chromium' and
16726 call `browse-url-chromium-program'.
16727 (browse-url-chromium): New command. (Bug#9779)
16728
16729 2011-10-18 Juanma Barranquero <lekktu@gmail.com>
16730
16731 * facemenu.el (list-colors-duplicates): On Windows, detect more
16732 duplicates by assuming that only colors matching "^System" are
16733 special "system colors". (Bug#9722)
16734
16735 2011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
16736
16737 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
16738 to distinguish the author from the committer.
16739
16740 2011-10-18 Michael Albinus <michael.albinus@gmx.de>
16741
16742 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
16743
16744 2011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
16745
16746 * international/mule.el (sgml-html-meta-auto-coding-function):
16747 Add support for detecting encoding in HTML5 specified only as
16748 <meta charset="UTF-8">. Implementation just makes http-equiv and
16749 content-type parts from HTML4 encoding string optional. (Bug#9716)
16750
16751 2011-10-18 Glenn Morris <rgm@gnu.org>
16752
16753 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
16754
16755 2011-10-18 Chong Yidong <cyd@gnu.org>
16756
16757 * faces.el (cursor): Doc fix.
16758
16759 2011-10-17 Chong Yidong <cyd@gnu.org>
16760
16761 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
16762
16763 2011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
16764
16765 * dirtrack.el (dirtrack): Support shell buffers with path
16766 prefixes, e.g. tramp-based remote shells. (Bug#9647)
16767
16768 2011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
16769
16770 * json.el: Bump version to 1.3 and note change in History.
16771 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
16772
16773 2011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
16774
16775 * comint.el (comint-insert-input, comint-send-input)
16776 (comint-get-old-input-default, comint-backward-matching-input)
16777 (comint-next-prompt): Use nil instead of `input' for field property of
16778 past user input (bug#114).
16779
16780 * minibuffer.el (completion--replace): Inherit surrounding properties
16781 (bug#114).
16782 (minibuffer-complete-and-exit): Use it.
16783
16784 * comint.el (comint--table-subvert): Quote the all-completions output
16785 (bug#9160).
16786
16787 2011-10-17 Martin Rudalics <rudalics@gmx.at>
16788
16789 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
16790
16791 * menu-bar.el (menu-bar-file-menu): Add entry for making new
16792 window on right of selected. (Bug#9350) Reword other window
16793 entries and separate them from frame entries.
16794
16795 2011-10-15 Glenn Morris <rgm@gnu.org>
16796
16797 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
16798 Doc fixes.
16799
16800 2011-10-15 Chong Yidong <cyd@stupidchicken.com>
16801
16802 * net/network-stream.el (network-stream-open-starttls):
16803 Improve detection of failure due to lack of TLS support.
16804
16805 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
16806 putting the input text in front and in bold.
16807
16808 2011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
16809
16810 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
16811
16812 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
16813 empty buffer.
16814
16815 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
16816 unread-command-events rather than pushing yet-another event.
16817
16818 2011-10-14 Eli Zaretskii <eliz@gnu.org>
16819
16820 * mail/sendmail.el (sendmail-query-once): Improve the wording of
16821 the explanation of the possible choices. Make the options passed
16822 to completing-read shorter.
16823
16824 2011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
16825
16826 * textmodes/flyspell.el (flyspell-large-region): Make sure
16827 extended character mode is used if defined (Bug#1339).
16828
16829 2011-10-13 Eli Zaretskii <eliz@gnu.org>
16830
16831 * simple.el (what-cursor-position): Fix the display of the
16832 character info for LRE, LRO, RLE, and RLO characters by appending
16833 an invisible PDF.
16834
16835 2011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
16836
16837 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
16838 even in case of error; add debug spec; simplify data flow.
16839 (with-timeout-handler): Remove.
16840
16841 2011-10-12 Michael Albinus <michael.albinus@gmx.de>
16842
16843 Fix Bug#6019, Bug#9315.
16844
16845 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
16846 complete `buffer-file-name', the local file name part could look
16847 remotely (for example on VMS).
16848
16849 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
16850 `tramp-run-real-handler'.
16851 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
16852 already quoted by '"'.
16853
16854 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
16855 Let `file-name-handler-alist' be nil, the local file name part
16856 could look remotely (for example on VMS).
16857
16858 2011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
16859
16860 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
16861 from here...
16862 (flyspell-post-command-hook): ...to here.
16863
16864 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
16865
16866 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
16867 if not needed.
16868 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
16869 using completion. Protect against "slow" callers.
16870 Remove the "message hack".
16871
16872 2011-10-11 Juri Linkov <juri@jurta.org>
16873
16874 * isearch.el (isearch-lazy-highlight-word): New variable.
16875 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
16876 Use it. (Bug#9727)
16877
16878 2011-10-11 Glenn Morris <rgm@gnu.org>
16879
16880 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
16881 like f90-previous-statement does.
16882
16883 2011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
16884
16885 * eshell/eshell.el (eshell-command): History should be saved
16886 only in interactive use, to avoid error.
16887
16888 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
16889
16890 * minibuffer.el (completion-file-name-table): Fix last change,
16891 i.e. ignore normal errors but not the other ones.
16892
16893 2011-10-10 Martin Rudalics <rudalics@gmx.at>
16894
16895 * window.el (special-display-buffer-names)
16896 (special-display-regexps): Remove some remnants of earlier
16897 changes from doc-strings.
16898 (quit-windows-on): New function.
16899
16900 * vc/vc.el (vc-revert, vc-rollback):
16901 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
16902 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
16903 (Bug#6183) (Bug#7074) (Bug#7447)
16904
16905 2011-10-09 Martin Rudalics <rudalics@gmx.at>
16906
16907 * window.el (frame-auto-hide-function): Add version tag.
16908 (Bug#9699)
16909
16910 2011-10-09 Michael Albinus <michael.albinus@gmx.de>
16911
16912 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
16913 condition.
16914
16915 2011-10-09 Leo Liu <sdl.web@gmail.com>
16916
16917 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
16918 (Bug#9701)
16919
16920 2011-10-08 Glenn Morris <rgm@gnu.org>
16921
16922 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
16923 before the first code statement zero indent. (Bug#9690)
16924
16925 2011-10-08 Chong Yidong <cyd@stupidchicken.com>
16926
16927 * simple.el (count-words-region): Always count in the region.
16928 Report the number of lines and characters too.
16929 (count-words): New command, which counts in the buffer if the
16930 region is inactive, as count-words-region used to.
16931 (count-words--message): New function. Handle plurals.
16932 (count-lines-region): Make it an alias for count-words-region.
16933
16934 * bindings.el (esc-map): Replace count-lines-region with
16935 count-words-region.
16936
16937 2011-10-08 Martin Rudalics <rudalics@gmx.at>
16938
16939 * window.el (window--delete): Delete dedicated frame
16940 unconditionally when argument KILL is non-nil. (Bug#9699)
16941 (switch-to-buffer): Fix doc-string typo.
16942
16943 2011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
16944
16945 * eshell/eshell.el (eshell-command): Avoid using hooks.
16946
16947 2011-10-07 Chong Yidong <cyd@stupidchicken.com>
16948
16949 * bindings.el ([M-left],[M-right]): Bind to left-word and
16950 right-word respectively.
16951
16952 2011-10-07 Glenn Morris <rgm@gnu.org>
16953
16954 * cus-start.el (debug-on-quit): Fix custom type.
16955
16956 2011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
16957
16958 * subr.el (define-key-after): Clarify that the function is not
16959 useful for non-menu keymaps.
16960
16961 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
16962
16963 2011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
16964
16965 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
16966 in current minibuffer (Fix bug with recursive minibuffers).
16967
16968 2011-10-06 Chong Yidong <cyd@stupidchicken.com>
16969
16970 * progmodes/gdb-mi.el (gdb): Doc fix.
16971
16972 2011-10-05 Martin Rudalics <rudalics@gmx.at>
16973
16974 * window.el (frame-auto-hide-function): New option replacing
16975 frame-auto-delete. Suggested by Stefan Monnier.
16976 (window--delete): Call frame-auto-hide-function instead of
16977 investigating frame-auto-delete.
16978 (window-point-1, set-window-point-1): New functions.
16979 (window-in-direction, record-window-buffer, window-state-get-1)
16980 (display-buffer-record-window): Use window-point-1 instead of
16981 window-point.
16982 (set-window-buffer-start-and-point): Use set-window-point-1.
16983
16984 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
16985
16986 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
16987
16988 2011-10-05 Glenn Morris <rgm@gnu.org>
16989
16990 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
16991 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
16992
16993 2011-10-05 Leo Liu <sdl.web@gmail.com>
16994
16995 * subr.el (read-char-choice): Fix argument to buffer-live-p which
16996 works with buffer object.
16997
16998 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
16999
17000 * mpc.el (mpc-tool-bar-map): Add labels.
17001
17002 2011-10-04 Glenn Morris <rgm@gnu.org>
17003
17004 * calendar/holidays.el (calendar-check-holidays): Doc fix.
17005
17006 2011-10-04 Martin Rudalics <rudalics@gmx.at>
17007
17008 * window.el (window--delete): New function.
17009 (frame-auto-delete): Resuscitate option.
17010 (bury-buffer, replace-buffer-in-windows)
17011 (quit-window): Rewrite using window--delete.
17012 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
17013 Pass display-buffer-mark-dedicated to window--display-buffer-2
17014 (Bug#9639).
17015
17016 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
17017
17018 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
17019 returns a list (bug#9554). Add remote file name completion.
17020 * comint.el (comint--table-subvert): Curry and get quote&unquote
17021 functions as arguments.
17022 (comint--complete-file-name-data): Adjust call accordingly.
17023 * pcomplete.el (pcomplete--table-subvert): Remove.
17024 (pcomplete-completions-at-point): Use comint--table-subvert instead.
17025
17026 * minibuffer.el (completion-table-case-fold): Use currying.
17027 (completion--styles-type, completion--cycling-threshold-type):
17028 New constants.
17029 (completion-styles, completion-category-overrides)
17030 (completion-cycle-threshold): Use them.
17031 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
17032 completion-table-case-fold.
17033
17034 2011-10-03 Stephen Berman <stephen.berman@gmx.net>
17035
17036 * minibuffer.el (completion-category-overrides): Fix type of styles
17037 and add more user friendly tags (bug#9660).
17038
17039 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
17040
17041 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
17042 (mule-input-method-string): New widget.
17043 (default-input-method, language-info-custom-alist): Use it.
17044
17045 2011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
17046
17047 * pcomplete.el: Require comint.
17048 (pcomplete--common-suffix): Remove.
17049 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
17050 (pcomplete--table-subvert): Sync with comint--table-subvert.
17051 (pcomplete--entries): Use comint-completion-file-name-table.
17052 * comint.el (comint-unquote-filename): Simplify.
17053 (comint-completion-file-name-table): New function (bug#9616).
17054 (comint--complete-file-name-data): Use it.
17055
17056 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
17057 (pcmpl-gnu-tar-buffer): Remove.
17058 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
17059 around. Make sure pcomplete-suffix-list is only changed temporarily.
17060 Don't look inside the tar's file if it's too large.
17061
17062 2011-10-01 Chong Yidong <cyd@stupidchicken.com>
17063
17064 * cus-edit.el (custom-mode-map):
17065 * epa.el (epa-key-list-mode-map):
17066 * man.el (Man-mode-map):
17067 * startup.el (splash-screen-keymap):
17068 * simple.el (special-mode-map): Use scroll-up-command and
17069 scroll-down-command.
17070
17071 * progmodes/idlw-help.el (idlwave-help-mode-map):
17072 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
17073 * net/newst-plainview.el (newsticker-mode-map):
17074 * emulation/ws-mode.el (wordstar-mode-map):
17075 * emulation/vi.el (vi-com-map):
17076 * calc/calc-graph.el (calc-graph-show-dumb):
17077 * term/sun.el (terminal-init-sun):
17078 * term/ns-win.el (global-map):
17079 * progmodes/grep.el (grep-mode-map):
17080 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
17081 * mail/rmail.el (rmail-mode-map):
17082 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
17083
17084 * custom.el (custom-safe-themes, load-theme): Treat value of t for
17085 custom-safe-themes as special.
17086
17087 2011-10-01 Julien Danjou <julien@danjou.info>
17088
17089 * notifications.el (notifications-notify): Fix docstring.
17090
17091 2011-10-01 Per Starbäck <per@starback.se>
17092
17093 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
17094
17095 2011-09-30 Martin Rudalics <rudalics@gmx.at>
17096
17097 * startup.el (command-line-1): Fix last fix by inserting
17098 initial-scratch-message into *scratch* before displaying it.
17099 (Bug#9605) and (Bug#9636)
17100
17101 2011-09-29 Eli Zaretskii <eliz@gnu.org>
17102
17103 * simple.el (line-move): If auto-hscroll-mode is disabled and the
17104 window is hscrolled, move by logical lines. (Bug#9607)
17105 (line-move-visual): Update the doc string to the above effect.
17106
17107 2011-09-29 Martin Rudalics <rudalics@gmx.at>
17108
17109 * window.el (display-buffer-record-window): When WINDOW is the
17110 selected window use `point' instead of `window-point'. (Bug#9626)
17111
17112 * startup.el (command-line-1): Use insert-before-markers when
17113 inserting initial-scratch-message. (Bug#9605)
17114
17115 * help.el (help-window): Remove variable.
17116
17117 2011-09-29 Glenn Morris <rgm@gnu.org>
17118
17119 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
17120
17121 2011-09-29 Juanma Barranquero <lekktu@gmail.com>
17122
17123 * descr-text.el (describe-char-categories): Accept category
17124 descriptions more than one line long.
17125
17126 2011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
17127
17128 * simple.el (delete-trailing-whitespace): Fix last change.
17129
17130 * progmodes/perl-mode.el (perl-syntax-propertize-function):
17131 Don't confuse "y => 3" as the beginning of a `y' operation.
17132
17133 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
17134 object has more than 4 slots (bug#9613).
17135
17136 2011-09-28 Juanma Barranquero <lekktu@gmail.com>
17137
17138 * subr.el (with-output-to-temp-buffer):
17139 * net/quickurl.el (quickurl, quickurl-browse-url):
17140 Fix typos in docstrings.
17141
17142 2011-09-27 Eli Zaretskii <eliz@gnu.org>
17143
17144 * minibuffer.el (completion-styles)
17145 (completion-category-overrides): Cross reference each other in doc
17146 strings.
17147
17148 2011-09-27 Glenn Morris <rgm@gnu.org>
17149
17150 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
17151 to split-string. (Bug#9606)
17152
17153 2011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
17154
17155 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
17156 (bug#9615).
17157
17158 2011-09-27 Chong Yidong <cyd@stupidchicken.com>
17159
17160 * emacs-lisp/package.el (list-packages): Fix echo area message.
17161
17162 2011-09-27 Leo Liu <sdl.web@gmail.com>
17163
17164 * ido.el (ido-read-internal): Accept cons cell HIST arg.
17165
17166 2011-09-25 Michael Albinus <michael.albinus@gmx.de>
17167
17168 * net/dbus.el (dbus-unregister-object): Don't release services for
17169 registered signals. (Bug#9581)
17170
17171 2011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
17172
17173 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
17174 function that picks between cfengine 2 and 3 support
17175 automatically. Update docs accordingly.
17176
17177 2011-09-22 Kenichi Handa <handa@m17n.org>
17178
17179 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
17180 ZERO.
17181 (indian-itrans-v5-table-for-tamil): New variable.
17182 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
17183
17184 2011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
17185
17186 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
17187 that's true if the current command involved collapsing of text.
17188 It's reset to false at the beginning of the next command.
17189 (allout-post-command-business): Move the cursor to the beginning
17190 of entry if the cursor is hidden and collapsing activity just
17191 happened.
17192
17193 2011-09-24 Chong Yidong <cyd@stupidchicken.com>
17194
17195 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
17196 tracking (Bug#9541).
17197
17198 2011-09-24 Ulf Jasper <ulf.jasper@web.de>
17199
17200 * net/newst-reader.el (newsticker-html-renderer)
17201 (newsticker-show-news): Automatically load html rendering package
17202 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
17203 because w3m-fill-column is let-bound" and the error "Symbol's value
17204 as variable is void: w3m-fill-column".
17205
17206 2011-09-24 Michael Albinus <michael.albinus@gmx.de>
17207
17208 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
17209 Release services only if they are defined. (Bug#9581)
17210
17211 2011-09-23 Richard Stallman <rms@gnu.org>
17212
17213 * textmodes/paragraphs.el (forward-sentence): For backwards case,
17214 distinguish start of paragraph from start of its text.
17215
17216 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
17217
17218 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
17219 (rmail-generate-viewer-buffer): Put that hook on view buffer.
17220 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
17221
17222 2011-09-23 Andreas Schwab <schwab@linux-m68k.org>
17223
17224 * international/mule-diag.el (mule-diag): Insert a newline after
17225 each fontset description.
17226
17227 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
17228
17229 * simple.el (delete-trailing-whitespace):
17230 Document last change; simplify.
17231
17232 2011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
17233
17234 * simple.el (delete-trailing-whitespace): Also delete
17235 extra newlines at the end of the buffer.
17236
17237 * textmodes/picture.el: Make motion commands obey shift-select-mode.
17238 (picture-newline): Use forward-line so as to ignore fields.
17239
17240 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
17241
17242 * subr.el (with-wrapper-hook): Fix edebug spec.
17243
17244 2011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
17245
17246 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
17247 (bug#4538).
17248
17249 2011-09-23 Michael Albinus <michael.albinus@gmx.de>
17250
17251 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
17252 Fix nasty bug using wrong cached values.
17253
17254 2011-09-23 Alan Mackenzie <acm@muc.de>
17255
17256 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
17257
17258 2011-09-23 Chong Yidong <cyd@stupidchicken.com>
17259
17260 * window.el (pop-to-buffer): Ensure right window is selected if we
17261 chose another frame.
17262
17263 2011-09-22 Eli Zaretskii <eliz@gnu.org>
17264
17265 * simple.el (what-cursor-position): Use get-char-property-change
17266 and next-single-char-property-change, to be able to show display
17267 properties that come from overlays as well as text properties.
17268
17269 2011-09-22 Chong Yidong <cyd@stupidchicken.com>
17270
17271 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
17272
17273 * cmuscheme.el (run-scheme, switch-to-scheme):
17274 * cus-edit.el (customize-group, custom-buffer-create)
17275 (customize-browse):
17276 * info.el (info):
17277 * shell.el (shell):
17278 * mail/sendmail.el (mail):
17279 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
17280
17281 2011-09-22 Richard Stallman <rms@gnu.org>
17282
17283 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
17284 move back only to line beg, don't move back over blank lines.
17285
17286 2011-09-22 Michael Albinus <michael.albinus@gmx.de>
17287
17288 * files.el (copy-directory): Set directory attributes only in case
17289 they could be retrieved from the source directory. (Bug#9565)
17290
17291 2011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
17292
17293 * progmodes/hideshow.el (hs-looking-at-block-start-p)
17294 (hs-find-block-beginning, hs-hide-level-recursive):
17295 Ignore strings as well as comments. (Bug#9502)
17296
17297 2011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
17298
17299 * progmodes/sql.el (sql-comint-postgres):
17300 Convert port number to a string. (Bug#9566)
17301
17302 2011-09-22 Martin Rudalics <rudalics@gmx.at>
17303
17304 * window.el (quit-window): Undedicate window when switching to
17305 previous buffer. Reported by Thierry Volpiatto
17306 <thierry.volpiatto@gmail.com>.
17307 (special-display-popup-frame): When popping up a new frame reset
17308 its previous buffers to nil. Simplify code.
17309
17310 2011-09-21 Michael Albinus <michael.albinus@gmx.de>
17311
17312 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
17313 and process filter, as done also in `shell-command'.
17314
17315 2011-09-21 Martin Rudalics <rudalics@gmx.at>
17316
17317 * window.el (set-window-buffer-start-and-point):
17318 Call set-window-start with NOFORCE argument t.
17319 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
17320 (quit-window): Reword doc-string. Handle new format of
17321 quit-restore parameter. Don't delete window if it has a
17322 previous buffer we can show instead of the present one.
17323 (display-buffer-record-window): Rewrite using a new format for
17324 the quit-restore window parameter
17325 (special-display-popup-frame, display-buffer-same-window)
17326 (display-buffer-reuse-window, display-buffer-pop-up-frame)
17327 (display-buffer-pop-up-window, display-buffer-use-some-window):
17328 Adapt symbol passed to display-buffer-record-window.
17329 * help.el (help-window-setup): Handle new format of quit-restore
17330 parameter.
17331
17332 2011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
17333
17334 * faces.el (face-list): Fix docstring (bug#9564).
17335
17336 * window.el (display-buffer--action-function-custom-type):
17337 Don't include internal functions in the Custom interface.
17338
17339 2011-09-20 Juri Linkov <juri@jurta.org>
17340
17341 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
17342 (Info-forward-node, Info-backward-node, Info-next-preorder)
17343 (Info-last-preorder): Use it. (Bug#9528)
17344
17345 2011-09-20 Juri Linkov <juri@jurta.org>
17346
17347 * info.el (Info-last-preorder): Visit last menu item only when
17348 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
17349
17350 2011-09-20 Julien Danjou <julien@danjou.info>
17351
17352 * password-cache.el (password-cache-remove): Remove entries even if the
17353 value is nil, so that password with a nil value (negative caching) is
17354 possible to invalidate.
17355
17356 2011-09-20 Lawrence Mitchell <wence@gmx.li>
17357
17358 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
17359 all whitespace around breakpoint. (Bug#9553)
17360 (f90-find-breakpoint): Only break at whitespace inside a comment.
17361
17362 2011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
17363
17364 * minibuffer.el (completion-file-name-table): Keep track of errors.
17365 (completion-table-with-predicate): Handle the case where pred1 is nil.
17366 * pcomplete.el (pcomplete-completions-at-point): Simplify.
17367
17368 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
17369
17370 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
17371 (debugger-return-value): Signal an error if the debugging context does
17372 not await any return value.
17373
17374 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
17375 * image-mode.el (image-toggle-display-text)
17376 (image-toggle-display-image): Stay away from evil `intangible'.
17377
17378 2011-09-19 Leo Liu <sdl.web@gmail.com>
17379
17380 * replace.el (occur-revert-arguments): Make it permanent-local.
17381 (occur-mode): Don't call font-lock-defontify.
17382
17383 2011-09-19 Chong Yidong <cyd@stupidchicken.com>
17384
17385 * net/ldap.el (ldap-search-internal): Don't push empty search
17386 result (Bug#9508).
17387
17388 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
17389
17390 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
17391
17392 2011-09-19 Michael Albinus <michael.albinus@gmx.de>
17393
17394 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
17395 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
17396
17397 2011-09-18 Juri Linkov <juri@jurta.org>
17398
17399 * buff-menu.el (Buffer-menu-mode-map):
17400 * dired.el (dired-mode-map):
17401 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
17402 (lisp-interaction-mode-map):
17403 * emacs-lisp/package.el (package-menu-mode-map):
17404 * epa.el (epa-key-list-mode-map):
17405 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
17406 (menu-bar-options-menu):
17407 * outline.el (outline-mode-menu-bar-map):
17408 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
17409 * vc/vc-dir.el (vc-dir-menu-map):
17410 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
17411 Capitalize non-function content words in menu item strings.
17412
17413 * dired.el (dired-mode-map): Add menu item for
17414 `image-dired-dired-toggle-marked-thumbs'.
17415
17416 2011-09-18 Juri Linkov <juri@jurta.org>
17417
17418 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
17419 to `isearch-case-fold-search' and restore its original value
17420 after the `isearch-mode' call.
17421
17422 2011-09-18 Juri Linkov <juri@jurta.org>
17423
17424 * progmodes/grep.el (grep-process-setup): Don't check code for 1
17425 because `zgrep' returns 1 for successful matches (bug#9226).
17426
17427 2011-09-18 Juri Linkov <juri@jurta.org>
17428
17429 * info.el (Info-extract-menu-node-name): Check the second match
17430 for empty string (second test-case of bug#9528).
17431 (Info-last-preorder): Let-bind `Info-history' to nil to not add
17432 intermediate nodes to the history (first test-case of bug#9528).
17433
17434 2011-09-18 Juri Linkov <juri@jurta.org>
17435
17436 * info.el (Info-mode-syntax-table): New variable.
17437 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
17438
17439 2011-09-18 Juri Linkov <juri@jurta.org>
17440
17441 * info.el (Info-file-supports-index-cookies):
17442 Increment line-beginning-position's arg from 3 to 4 because makeinfo
17443 outputs one more line for long file names (bug#4142).
17444
17445 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
17446
17447 * newcomment.el (comment-normalize-vars): If prompting for
17448 comment-start, set comment-start-skip too (Bug#8424).
17449
17450 2011-09-18 Johan Bockgård <bojohan@gnu.org>
17451
17452 * icomplete.el: Fix previous fix of Bug#5849.
17453 (icomplete-mode): Don't set completion-show-inline-help.
17454 (icomplete-minibuffer-setup): Set completion-show-inline-help
17455 locally during icompletion.
17456
17457 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
17458
17459 * woman.el (woman2-process-escapes): Don't delete unrecognized
17460 escapes (Bug#7843).
17461
17462 * files.el (inhibit-first-line-modes-regexps): Add image files.
17463 (hack-local-variables-prop-line): Return nil for malformed
17464 prop-lines (Bug#9044).
17465
17466 2011-09-18 Michael Albinus <michael.albinus@gmx.de>
17467
17468 * net/tramp.el (top): Don't require 'shell.
17469 (tramp-methods): Fix docstring.
17470 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
17471 Return complete remote file name. Handle "smb" case.
17472 Use `tramp-tmpdir', if defined for the respective method.
17473 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
17474
17475 * net/tramp-compat.el (top): Require 'shell.
17476
17477 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
17478 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
17479 `tramp-current-host'.
17480 (tramp-get-remote-tmpdir): Remove.
17481
17482 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
17483 `tramp-tmpdir' entries.
17484 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
17485 (tramp-smb-handle-file-attributes): Ignore errors.
17486 (tramp-smb-wait-for-output): Check also for process end.
17487
17488 2011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
17489
17490 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
17491 when sending QUIT (bug#9312).
17492
17493 2011-09-17 Chong Yidong <cyd@stupidchicken.com>
17494
17495 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
17496 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
17497 occur-mode-display-occurrence.
17498 (occur-edit-mode): Add usage message.
17499 (occur-cease-edit): New command.
17500 (occur-after-change-function): Use text properties to find the
17501 position of the prefix text.
17502 (occur-engine): Set stickiness of prefix text properties.
17503
17504 2011-09-17 Glenn Morris <rgm@gnu.org>
17505
17506 * progmodes/etags.el (complete-tag):
17507 Fix call to completion-in-region. (Bug#9526)
17508
17509 2011-09-17 Juri Linkov <juri@jurta.org>
17510
17511 * textmodes/ispell.el (ispell-word): Add to the error message
17512 the word, ispell program name and current dictionary (bug#9121).
17513 (ispell-tex-arg-end): Capitalize "error" in the error message.
17514
17515 2011-09-17 Andreas Schwab <schwab@linux-m68k.org>
17516
17517 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
17518 check. (Bug#4251)
17519
17520 2011-09-17 Juri Linkov <juri@jurta.org>
17521
17522 * window.el (window-safe-min-height, window-safe-min-width):
17523 Fix typos (followup to bug#9522).
17524
17525 2011-09-17 Sven Joachim <svenjoac@gmx.de>
17526
17527 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
17528
17529 2011-09-16 Eli Zaretskii <eliz@gnu.org>
17530
17531 * simple.el (line-move): If goal-column is set, move by logical
17532 lines, not by display lines. (Bug#971)
17533 (next-line, previous-line, goal-column, line-move-visual): Doc fix
17534 to reflect the above change.
17535
17536 2011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
17537
17538 * image.el (imagemagick-register-types): Use regexp-opt.
17539
17540 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
17541
17542 * window.el (display-buffer-base-action): Rename from
17543 display-buffer-default-action. Make default value empty.
17544 (display-buffer-overriding-action): Convert to defvar.
17545 (display-buffer-fallback-action): New var.
17546
17547 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
17548
17549 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
17550 declaration.
17551 (package--add-to-archive-contents): If there is a duplicate entry
17552 with an older version, remove it.
17553 (package-menu-mark-delete, package-menu-mark-install)
17554 (package-menu-mark-unmark): Make unused args optional.
17555 (package-menu-mark-obsolete-for-deletion):
17556 Use package-menu-get-status instead of a regexp search.
17557 (package-menu-get-status): Use tabulated-list-entry.
17558 (package-menu-mark-upgrades): New command.
17559 (package-menu-mode-map): Bind it to U. Add it to menu bar.
17560 (package-menu-execute): Do installation before deletion.
17561 (package-menu-refresh, package-menu-execute): Use derived-mode-p
17562 instead of checking major-mode.
17563 (package-menu--find-upgrades): New function.
17564
17565 2011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
17566
17567 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
17568 passwords in the log buffer.
17569 (smtpmail-process-filter): Update the process marker so that the
17570 "broken by peer" status message is inserted in the right place.
17571
17572 2011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
17573
17574 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
17575 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
17576 bibtex-completion-at-point-function.
17577 (bibtex-completion-at-point-function): Use them.
17578
17579 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
17580
17581 * mpc.el (mpc-constraints-tag-lookup): New function.
17582 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
17583 also to browser "album|playlist".
17584
17585 2011-09-14 Juri Linkov <juri@jurta.org>
17586
17587 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
17588 (isearch-edit-string): Use length of `isearch-string' when
17589 `isearch-fail-pos' returns nil.
17590 (isearch-message): Remove duplicate code and call
17591 `isearch-fail-pos' with arg `t'.
17592
17593 2011-09-14 Chong Yidong <cyd@stupidchicken.com>
17594
17595 * replace.el (occur-mode-goto-occurrence): Don't force using other
17596 window (Bug#9499).
17597
17598 * dired-aux.el (dired-do-chmod): Don't provide initial input.
17599
17600 2011-09-14 Martin Rudalics <rudalics@gmx.at>
17601
17602 * window.el (display-buffer-window): Remove.
17603 (display-buffer-record-window): Use help-setup window parameter
17604 instead of variable display-buffer-window.
17605 (display-buffer-function, special-display-buffer-names)
17606 (special-display-function): Mention help-setup parameter instead
17607 of display-buffer-window in doc-string.
17608 * help.el (help-window-setup): New argument help-window.
17609 Use help-window-setup parameter instead of display-buffer-window.
17610 Reword some messages.
17611 (with-help-window): Pass window used for displaying the buffer
17612 to help-window-setup. Don't set display-buffer-window.
17613
17614 2011-09-13 Glenn Morris <rgm@gnu.org>
17615
17616 * emacs-lisp/debug.el (debugger-make-xrefs):
17617 Preserve point. (Bug#9462)
17618
17619 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
17620
17621 * window.el (window-deletable-p): Use next-frame.
17622
17623 2011-09-13 Martin Rudalics <rudalics@gmx.at>
17624
17625 * window.el (window-auto-delete): Remove.
17626 (window-deletable-p): Remove argument FORCE. Don't deal with
17627 dedication and previous buffers.
17628 (switch-to-prev-buffer): Don't delete window.
17629 (delete-windows-on): Delete a window's frame if and only if the
17630 window is dedicated.
17631 (replace-buffer-in-windows): Delete buffer's window or frame if
17632 and only if window is dedicated.
17633 (quit-window): Handle quit-restore as before last change.
17634 (bury-buffer): Delete window only if window-deletable-p returns t.
17635
17636 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
17637
17638 * window.el (window-deletable-p): Never delete the last frame on a
17639 given terminal.
17640
17641 2011-09-13 Glenn Morris <rgm@gnu.org>
17642
17643 * help.el (describe-key-briefly): Copy previous standard-output change.
17644
17645 2011-09-13 PJ Weisberg <pj@irregularexpressions.net>
17646
17647 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
17648
17649 2011-09-13 Glenn Morris <rgm@gnu.org>
17650
17651 * emacs-lisp/lisp-mode.el (lisp-indent-function):
17652 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
17653
17654 2011-09-12 Chong Yidong <cyd@stupidchicken.com>
17655
17656 * dired-aux.el (dired-mark-read-string): Don't return default
17657 value on empty input (Bug#9361).
17658 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
17659 Omit initial minibuffer contents.
17660 (dired-do-chmod): Signal an error on empty input.
17661 (dired-mark-read-string): Don't return default on empty input.
17662
17663 * files.el (file-modes-symbolic-to-number): Doc fix.
17664
17665 2011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
17666
17667 * international/mule-cmds.el (ucs-completions): Remove.
17668 (read-char-by-name): Use complete-with-action instead; add metadata.
17669
17670 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
17671
17672 * window.el (display-buffer--action-function-custom-type)
17673 (display-buffer--action-custom-type): New vars.
17674 (display-buffer-alist, display-buffer-default-action)
17675 (display-buffer-overriding-action): Add defcustom types.
17676
17677 * frame.el (delete-other-frames): Doc fix (Bug#276).
17678
17679 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
17680
17681 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
17682
17683 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
17684
17685 Change modes that used same-window-* vars to use switch-to-buffer.
17686
17687 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
17688 Use switch-to-buffer.
17689
17690 * cus-edit.el (customize-group, custom-buffer-create)
17691 (customize-browse, custom-buffer-create-other-window):
17692 Use switch-to-buffer or switch-to-buffer-other-window.
17693
17694 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
17695 (Info-prev, Info-up, Info-speedbar-goto-node)
17696 (info-display-manual): Use switch-to-buffer.
17697 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
17698
17699 * mail/sendmail.el (mail): Use switch-to-buffer.
17700 (mail-recover): Use switch-to-buffer-other-window.
17701
17702 * cmuscheme.el (run-scheme, switch-to-scheme):
17703 * ielm.el (ielm):
17704 * shell.el (shell):
17705 * net/rlogin.el (rlogin):
17706 * net/telnet.el (telnet, rsh):
17707 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
17708
17709 2011-09-11 Andreas Schwab <schwab@linux-m68k.org>
17710
17711 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
17712
17713 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
17714
17715 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
17716 so don't mention it (bug#9301).
17717 (dired-sort-toggle-or-edit): Clarify string further.
17718
17719 * faces.el (face-spec-set-match-display): Make `(type graphic)'
17720 match `x', `w32' and `ns', like the manual says (bug#9029).
17721
17722 * subr.el (eval-after-load): Doc string clarification (bug#9125).
17723 (process-kill-buffer-query-function): Mention the buffer name in
17724 the query.
17725
17726 * image-mode.el (image-next-line): The line parameter is mandatory
17727 (bug#9258).
17728
17729 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
17730 which can be useful (bug#9301).
17731
17732 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
17733
17734 * subr.el (match-string): Mention that the current buffer should
17735 be the same as the search was done in (bug#9282).
17736
17737 * facemenu.el: Disable the remove-* commands if the mark isn't
17738 active (bug#9162).
17739
17740 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
17741
17742 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
17743 of display-buffer.
17744 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
17745
17746 * replace.el (occur-mode-goto-occurrence)
17747 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
17748 and display-buffer.
17749
17750 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
17751 display-buffer.
17752
17753 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
17754 special-display and same-window variables.
17755 (mail-other-window): Use switch-to-buffer-other-window.
17756 (mail-other-frame): USe switch-to-buffer-other-frame.
17757
17758 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
17759 Use display-buffer-other-frame.
17760 (gdb-display-gdb-buffer): Use pop-to-buffer.
17761
17762 * progmodes/gud.el (gud-goto-info): Use info-other-window.
17763
17764 * progmodes/python.el: Don't set same-window-buffer-names.
17765
17766 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
17767
17768 * window.el (display-buffer-alist): Add *Python*.
17769
17770 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
17771
17772 * window.el (display-buffer-alist): Add entry for buffers
17773 previously handled same-window-*.
17774 (display-buffer-alist, display-buffer-default-action)
17775 (display-buffer-overriding-action): Mark as risky.
17776 (display-buffer-alist): Document action function changes.
17777 (display-buffer--same-window-action)
17778 (display-buffer--other-frame-action): New variables.
17779 (switch-to-buffer, display-buffer-other-frame): Use them.
17780 (display-buffer): Rename reuse-frame entry to reusable-frames.
17781 (display-buffer-reuse-selected-window): Function deleted.
17782 (display-buffer-reuse-window): Handle reusable-frames alist entry.
17783 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
17784 (display-buffer-special): New function.
17785 (display-buffer--maybe-pop-up-frame-or-window): Rename from
17786 display-buffer-reuse-or-pop-window. Split off special-display
17787 part into display-buffer-special.
17788 (display-buffer-use-some-window): Don't perform any special
17789 pop-up-frames handling.
17790 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
17791 (display-buffer--maybe-same-window): Rename from
17792 display-buffer-maybe-same-window.
17793
17794 * info.el: Don't set same-window-regexps.
17795 (info-setup): New function.
17796 (info-other-window, info): Call it.
17797
17798 * cus-edit.el: Don't set same-window-regexps.
17799 (customize-group): New argument.
17800 (customize-group-other-window): Use it.
17801 (customize-face, customize-face-other-window): Likewise.
17802 (custom-buffer-create-other-window): Use pop-to-buffer directly.
17803
17804 * net/rlogin.el:
17805 * net/telnet.el:
17806 * progmodes/gud.el: Don't set same-window-regexps.
17807
17808 * cmuscheme.el:
17809 * ielm.el:
17810 * shell.el:
17811 * mail/sendmail.el:
17812 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
17813
17814 2011-09-10 Juri Linkov <juri@jurta.org>
17815
17816 * isearch.el (isearch-edit-string): Remove obsolete mention of
17817 `C-w' (`isearch-yank-word-or-char') from docstring.
17818 (isearch-query-replace): Fix typo in docstring (bug#9466).
17819
17820 2011-09-10 Juri Linkov <juri@jurta.org>
17821
17822 * paren.el (show-paren-function): Don't show escaped parens.
17823 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
17824
17825 2011-09-10 Eli Zaretskii <eliz@gnu.org>
17826
17827 * mail/sendmail.el (mml-to-mime, mml-attach-file)
17828 (mm-default-file-encoding): Remove autoload forms, they are
17829 replaced with autoload cookies in mml.el and mm-encode.el.
17830 (mail-add-attachment): New command.
17831 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
17832 (mail-mode): Mention mail-insert-file and mail-add-attachment in
17833 the doc string.
17834 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
17835
17836 2011-09-10 Reuben Thomas <rrt@sc3d.org>
17837
17838 * simple.el (count-words-region): Use buffer if there's no region
17839 (bug#9429).
17840
17841 2011-09-09 Juri Linkov <juri@jurta.org>
17842
17843 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
17844 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
17845 (wdired-isearch-filter-read-only): New function. (Bug#6362)
17846
17847 2011-09-09 Alan Mackenzie <acm@muc.de>
17848
17849 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
17850 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
17851
17852 2011-09-09 Eli Zaretskii <eliz@gnu.org>
17853
17854 Fix for Savannah bug#9392.
17855 * simple.el (mail-encode-mml): New defvar.
17856
17857 * mail/rmail.el (mail-encode-mml): Add a defvar.
17858 (rmail-enable-mime-composing): Default to t.
17859 (rmail-forward): Use MIME method of forwarding only if both
17860 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
17861 Set mail-encode-mml non-nil if the MIME method was used.
17862
17863 * mail/sendmail.el (mml-to-mime): Add autoload form.
17864 (mail-encode-mml): Add a defvar.
17865 (mail-mode): Make mail-encode-mml buffer-local and initialize it
17866 to nil.
17867 (mail-send): If mail-encode-mml is non-nil, run the outgoing
17868 message through mml-to-mime, and reset mail-encode-mml to nil.
17869
17870 2011-09-09 Glenn Morris <rgm@gnu.org>
17871
17872 * woman.el (woman-if-body): When processing an .el block,
17873 do not delete the next .el block as well. (Bug#9447)
17874 (woman-special-characters): Add oq, cq, and hy characters.
17875
17876 2011-09-08 Martin Rudalics <rudalics@gmx.at>
17877
17878 * window.el (window-deletable-p): Make sure window is live before
17879 invoking window-prev-buffers.
17880
17881 2011-09-08 Leo Liu <sdl.web@gmail.com>
17882
17883 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
17884
17885 2011-09-08 Juri Linkov <juri@jurta.org>
17886
17887 * progmodes/compile.el (compilation-environment): Make it
17888 a defcustom (bug#8340).
17889
17890 2011-09-08 Martin Rudalics <rudalics@gmx.at>
17891
17892 * window.el (frame-auto-delete): Rename to window-auto-delete.
17893 Make it control auto-deletion of windows and/or frames.
17894 (window-deletable-p): New argument FORCE. Rewrite conditions
17895 for deleting window/frame. (Bug#9419)
17896 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
17897 Rewrite handling of case when window/frame can be deleted.
17898 (delete-windows-on): Call window-deletable-p with new FORCE
17899 argument t. (Bug#9456)
17900
17901 2011-09-07 Chong Yidong <cyd@stupidchicken.com>
17902
17903 * help-mode.el (help-mode): Restore autoload.
17904
17905 2011-09-07 Juri Linkov <juri@jurta.org>
17906
17907 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
17908 `compilation-environment'. Set buffer-local
17909 `compilation-environment' to `thisenv' later after (funcall mode).
17910 (Bug#8340)
17911
17912 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
17913 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
17914 instead of replacing its value. (Bug#8340)
17915
17916 2011-09-07 Juri Linkov <juri@jurta.org>
17917
17918 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
17919 based on text properties put by `grep-filter' instead of matching
17920 escape sequences.
17921 (grep-mode): Set buffer-local `compilation-error-screen-columns'
17922 to the value of `grep-error-screen-columns' (bug#9438).
17923
17924 2011-09-07 Juri Linkov <juri@jurta.org>
17925
17926 * simple.el (next-error-highlight, next-error-highlight-no-select):
17927 Doc fix (bug#9432).
17928
17929 2011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
17930
17931 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
17932 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
17933
17934 2011-09-07 Leo Liu <sdl.web@gmail.com>
17935
17936 * net/rcirc.el (rcirc-mode): Conditionally initialize
17937 rcirc-input-ring.
17938
17939 2011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
17940
17941 * emacs-lisp/find-func.el (find-function-C-source): Only set
17942 find-function-C-source-directory after checking that we found a source
17943 file there (bug#9440).
17944
17945 2011-09-06 Alan Mackenzie <acm@muc.de>
17946
17947 * isearch.el (isearch-other-meta-char): Wherever a key list is
17948 unread, "unread" the prefix arg, too. This fixes bug #8901.
17949
17950 2011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
17951
17952 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
17953
17954 2011-09-05 Juri Linkov <juri@jurta.org>
17955
17956 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
17957
17958 2011-09-05 Juri Linkov <juri@jurta.org>
17959
17960 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
17961 keeping point where processing of grep matches begins, and
17962 continue to delete remaining escape sequences from the same point.
17963 (grep-filter): Make leading zero optional in "0?1;31m" because
17964 git-grep emits "\033[1;31m" escape sequences unlike expected
17965 "\033[01;31m" as GNU Grep does (bug#9408).
17966 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
17967
17968 2011-09-05 Juri Linkov <juri@jurta.org>
17969
17970 * subr.el (y-or-n-p): Capitalize "yes".
17971
17972 2011-09-04 Michael Albinus <michael.albinus@gmx.de>
17973
17974 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
17975 `tramp-cache-unload-hook' where appropriate.
17976 (tramp-methods): Rename `tramp-remote-sh' to
17977 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
17978 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
17979
17980 * net/tramp-sh.el (top): Don't require 'shell.
17981 (tramp-methods): Add `tramp-remote-shell' and
17982 `tramp-remote-shell-args' entries.
17983 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
17984 (tramp-sh-handle-shell-command): Remove.
17985 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
17986 Use `tramp-remote-shell'.
17987
17988 2011-09-03 Chong Yidong <cyd@stupidchicken.com>
17989
17990 * mail/sendmail.el (sendmail-query-once-function): Delete.
17991 (sendmail-query-once): Save directly to send-mail-function.
17992 Update message-send-mail-function too.
17993
17994 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
17995
17996 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
17997
17998 * progmodes/python.el (python-mode-map): Use correct function to
17999 start python interpreter from menu-bar (as reported by Geert
18000 Kloosterman).
18001 (inferior-python-mode-map): Fix typo.
18002 (python-shell-map): Remove.
18003
18004 2011-09-03 Deniz Dogan <deniz@dogan.se>
18005
18006 * net/rcirc.el (rcirc-print): Simplify code for
18007 rcirc-scroll-show-maximum-output. There is no need to walk
18008 through all windows to find the right one.
18009
18010 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
18011
18012 * help.el (help-return-method): Doc fix.
18013
18014 2011-09-03 Martin Rudalics <rudalics@gmx.at>
18015
18016 * window.el (window-deletable-p): Don't return a non-nil value
18017 when there's a buffer that was shown in the window before.
18018 (Bug#9419)
18019 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
18020 Set window's previous buffers to nil.
18021
18022 2011-09-03 Eli Zaretskii <eliz@gnu.org>
18023
18024 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
18025 newline before and after the tag line, so it doesn't interfere
18026 with determining the paragraph direction of bidirectional text.
18027
18028 2011-09-03 Leo Liu <sdl.web@gmail.com>
18029
18030 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
18031
18032 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
18033
18034 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
18035 (pop-to-buffer): Change interactive spec. Pass second argument
18036 directly to display-buffer.
18037 (display-buffer): Fix interactive spec. Use functionp to
18038 distinguish between a function and a list of functions.
18039
18040 * abbrev.el (edit-abbrevs):
18041 * arc-mode.el (archive-extract):
18042 * autoinsert.el (auto-insert):
18043 * bookmark.el (bookmark-bmenu-list):
18044 * files.el (find-file):
18045 * view.el (view-buffer):
18046 * progmodes/compile.el (compilation-goto-locus):
18047 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
18048
18049 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
18050
18051 * window.el (display-buffer-alist): Doc fix.
18052 (display-buffer): Add docstring. Don't treat
18053 display-buffer-default specially.
18054 (display-buffer-reuse-selected-window)
18055 (display-buffer-same-window, display-buffer-maybe-same-window)
18056 (display-buffer-reuse-window, display-buffer-pop-up-frame)
18057 (display-buffer-pop-up-window)
18058 (display-buffer-reuse-or-pop-window)
18059 (display-buffer-use-some-window): New functions.
18060 (display-buffer-default-action): Use them.
18061 (display-buffer-default): Delete.
18062 (pop-to-buffer-1): Fix choice of actions.
18063
18064 2011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
18065
18066 * minibuffer.el (completion--insert-strings): Don't get confused by
18067 completion entries that end with an LF char.
18068
18069 2011-09-01 Eli Zaretskii <eliz@gnu.org>
18070
18071 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
18072
18073 2011-09-01 Chong Yidong <cyd@stupidchicken.com>
18074
18075 * window.el (display-buffer): Restore interactive spec.
18076 (display-buffer-same-window, display-buffer-other-window):
18077 New functions.
18078 (pop-to-buffer-1): New function. Use the above.
18079 (pop-to-buffer, pop-to-buffer-same-window): Use it.
18080 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
18081
18082 * view.el (view-buffer-other-window, view-buffer-other-frame):
18083 Just use pop-to-buffer.
18084
18085 2011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
18086
18087 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
18088
18089 2011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
18090
18091 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
18092
18093 2011-08-31 Richard Stallman <rms@gnu.org>
18094
18095 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
18096 of the separation of rmail-view-buffer from rmail-buffer.
18097 If you say no to "replace original", the decrypt is in the
18098 view buffer. If you say yes, the decrypt goes into the
18099 rmail buffer also.
18100
18101 2011-08-31 Martin Rudalics <rudalics@gmx.at>
18102
18103 * window.el (display-buffer-window): Rewrite doc-string.
18104 (display-buffer-record-window): New function.
18105 (display-buffer-macro-specifiers)
18106 (display-buffer-even-window-sizes, display-buffer-set-height)
18107 (display-buffer-set-width, display-buffer-in-window)
18108 (display-buffer-reuse-window, display-buffer-split-specifiers)
18109 (display-buffer-side-specifiers, display-buffer-split-window-1)
18110 (display-buffer-split-window, display-buffer-split-atom-window)
18111 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
18112 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
18113 (display-buffer-other-window-means-other-frame)
18114 (display-buffer-normalize-special)
18115 (display-buffer-normalize-default)
18116 (display-buffer-normalize-argument)
18117 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
18118 (display-buffer-normalize-specifiers, display-buffer-frame)
18119 (display-buffer-same-window, display-buffer-same-frame)
18120 (display-buffer-other-window)
18121 (display-buffer-same-frame-other-window)
18122 (display-buffer-other-frame, pop-to-buffer-same-window)
18123 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
18124 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
18125 (switch-to-buffer-same-frame)
18126 (switch-to-buffer-other-window-same-frame)
18127 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
18128 (display-buffer-alist-set-1, display-buffer-alist-set-2)
18129 (display-buffer-alist-set): Remove.
18130 (display-buffer-function, special-display-buffer-names)
18131 (special-display-regexps, special-display-function):
18132 In doc-string refer to display-buffer-window and quit-restore
18133 parameter.
18134 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
18135 (special-display-frame-alist, special-display-popup-frame)
18136 (same-window-buffer-names, same-window-regexps, same-window-p)
18137 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
18138 (split-window-preferred-function, split-height-threshold)
18139 (split-width-threshold, window-splittable-p)
18140 (split-window-sensibly, window--try-to-split-window)
18141 (window--frame-usable-p, even-window-heights)
18142 (window--even-window-heights, window--display-buffer-1)
18143 (window--display-buffer-2, display-buffer-other-frame):
18144 Restore old Emacs 23 code, order and doc-strings where applicable.
18145 (display-buffer-default, display-buffer-assq-regexp): New functions.
18146 (display-buffer-alist): Rewrite doc-string.
18147 (display-buffer-default-action)
18148 (display-buffer-overriding-action): New variables.
18149 (display-buffer, switch-to-buffer): Rewrite.
18150 (pop-to-buffer): Restore Emacs 23 behavior but use
18151 window-normalize-buffer-to-display.
18152 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
18153 Restore Emacs 23 behavior but use
18154 window-normalize-buffer-to-switch-to.
18155 (pop-to-buffer-same-window): Rewrite.
18156 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
18157 Rewrite using Emacs 23 options.
18158
18159 2011-08-31 Michael Albinus <michael.albinus@gmx.de>
18160
18161 * net/tramp.el (tramp-root-regexp): Remove.
18162 (tramp-completion-file-name-regexp-unified)
18163 (tramp-completion-file-name-regexp-separate)
18164 (tramp-completion-file-name-regexp-url): Don't use leading volume
18165 letter on w32 systems. (Bug#5303, Bug#9311)
18166 (tramp-drop-volume-letter): Simplify definition.
18167 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
18168
18169 2011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
18170
18171 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
18172 (bug#9356).
18173
18174 2011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
18175
18176 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
18177
18178 2011-08-29 Juri Linkov <juri@jurta.org>
18179
18180 * isearch.el (isearch-done): Don't display message "Mark saved"
18181 when arg `edit' is non-nil to prevent its flicker in the echo area.
18182
18183 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
18184
18185 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
18186 obsolete packages for deletion.
18187
18188 2011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
18189
18190 * help-mode.el (help-mode-map): Add special-mode-map to parent.
18191 (help-mode): Derive help-mode from special-mode. Don't invoke
18192 view-mode from help-mode.
18193 (help-xref-override-view-map): Remove.
18194 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
18195 view-mode is not used anymore.
18196
18197 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
18198
18199 * server.el (server-port): Doc fix.
18200
18201 * cus-theme.el (custom-theme-choose-mode): Inherit from
18202 special-mode (Bug#9124).
18203 (custom-theme-choose-mode-map): Add special-mode to parent.
18204
18205 2011-08-28 Alan Mackenzie <acm@muc.de>
18206
18207 * progmodes/cc-fonts.el
18208 (c-make-font-lock-BO-decl-search-function): New function.
18209 (c-basic-matchers-after - "Fontify the clauses after various
18210 keywords"): Extract the three keyword lists for the 3 erroneous
18211 constructs from the list of four, and use the new function above
18212 in place of an old one.
18213
18214 2011-08-28 Deniz Dogan <deniz@dogan.se>
18215
18216 * net/rcirc.el (rcirc-insert-prev-input)
18217 (rcirc-insert-next-input): Remove unused argument.
18218
18219 2011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
18220
18221 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
18222
18223 2011-08-27 Alan Mackenzie <acm@muc.de>
18224
18225 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
18226 handle function pointer parameters properly.
18227
18228 2011-08-27 Martin Rudalics <rudalics@gmx.at>
18229
18230 * window.el (display-buffer-reuse-window): Fix case where
18231 selected window was reused with non-nil OTHER-WINDOW argument.
18232 (Bug#9381)
18233
18234 2011-08-27 Deniz Dogan <deniz@dogan.se>
18235
18236 * net/rcirc.el (rcirc-check-auth-status): Adding support for
18237 oftc's NickServ messages.
18238
18239 2011-08-27 Glenn Morris <rgm@gnu.org>
18240
18241 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
18242
18243 2011-08-26 Chong Yidong <cyd@stupidchicken.com>
18244
18245 * emacs-lisp/package.el (package-install): Call package-initialize
18246 if called interactively.
18247
18248 2011-08-26 Leo Liu <sdl.web@gmail.com>
18249
18250 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
18251
18252 2011-08-25 Juri Linkov <juri@jurta.org>
18253
18254 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
18255 `search-whitespace-regexp' (bug#9364).
18256
18257 2011-08-25 Juri Linkov <juri@jurta.org>
18258
18259 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
18260 `regexp-search-ring' to their global values to protect from
18261 updating by `read-from-minibuffer' (bug#9185).
18262
18263 2011-08-25 Juri Linkov <juri@jurta.org>
18264
18265 * textmodes/ispell.el (ispell-command-loop): Add newline
18266 at the end of the "Use option `i'..." line.
18267
18268 2011-08-25 Juri Linkov <juri@jurta.org>
18269
18270 * battery.el (display-battery-mode): If `battery-status-function'
18271 or `battery-mode-line-format' is nil, display the message and set
18272 `display-battery-mode' to nil (bug#9363).
18273
18274 2011-08-25 Eli Zaretskii <eliz@gnu.org>
18275
18276 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
18277 bidi-string-mark-left-to-right; they are unnecessary now.
18278
18279 2011-08-25 Deniz Dogan <deniz@dogan.se>
18280
18281 * net/quickurl.el: Documentation typo fixes.
18282
18283 2011-08-25 Chong Yidong <cyd@stupidchicken.com>
18284
18285 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
18286
18287 2011-08-25 Glenn Morris <rgm@gnu.org>
18288
18289 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
18290
18291 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
18292 (smtpmail-via-smtp): Handle nil response from smtp.
18293
18294 2011-08-24 Juri Linkov <juri@jurta.org>
18295
18296 * proced.el (proced-marked): Inherit from `error' instead of
18297 `font-lock-warning-face'.
18298
18299 * ibuffer.el (ibuffer-marked-face): Change default face from
18300 `font-lock-warning-face' to `warning'.
18301 (ibuffer-deletion-face): Change default face from
18302 `font-lock-type-face' to `error'.
18303
18304 * battery.el (battery-update): Use the face `error' instead of
18305 `font-lock-warning-face' (bug#6117).
18306
18307 2011-08-24 Juri Linkov <juri@jurta.org>
18308
18309 * faces.el (success): Change face color from "Green3" to
18310 "ForestGreen" on light background (bug#9353).
18311
18312 2011-08-24 Chong Yidong <cyd@stupidchicken.com>
18313
18314 * window.el (quit-window): Rename from quit-restore-window.
18315 Use same arglist as old quit-window.
18316 (frame-auto-delete): Doc fix.
18317
18318 * view.el (view-mode-exit): Use quit-window.
18319
18320 2011-08-24 Juri Linkov <juri@jurta.org>
18321
18322 * isearch.el (isearch-ring-adjust1): Start visiting previous
18323 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
18324 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
18325 for empty search string (when the last search string is reused
18326 automatically) to adjust the isearch ring to the last element and
18327 prepare the correct index for further M-p commands (bug#9185).
18328
18329 2011-08-24 Kenichi Handa <handa@m17n.org>
18330
18331 * international/ucs-normalize.el: If decomposition property of
18332 CHAR is the default one (i.e. a list of CHAR itself), treat it as
18333 nil.
18334 (nfd, nfkd): Likewise.
18335
18336 2011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
18337
18338 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
18339 from process filters aren't reliably transmitted to the surrounding
18340 accept-process-output.
18341 (mpc-proc-check): New function.
18342 (mpc-proc-sync): Use it (bug#8293)
18343
18344 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
18345
18346 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
18347 Add compatibility functions (bug#9313).
18348
18349 2011-08-23 Eli Zaretskii <eliz@gnu.org>
18350
18351 * cus-start.el (all): Add entry for bidi-paragraph-direction.
18352
18353 * international/uni-bidi.el: Regenerate.
18354
18355 2011-08-23 Kenichi Handa <handa@m17n.org>
18356
18357 * international/charprop.el:
18358 * international/uni-bidi.el:
18359 * international/uni-category.el:
18360 * international/uni-combining.el:
18361 * international/uni-comment.el:
18362 * international/uni-decimal.el:
18363 * international/uni-decomposition.el:
18364 * international/uni-digit.el:
18365 * international/uni-lowercase.el:
18366 * international/uni-mirrored.el:
18367 * international/uni-name.el:
18368 * international/uni-numeric.el:
18369 * international/uni-old-name.el:
18370 * international/uni-titlecase.el:
18371 * international/uni-uppercase.el: Regenerate.
18372
18373 2011-08-23 Martin Rudalics <rudalics@gmx.at>
18374
18375 * help.el (help-window-setup): Fix message displayed when other
18376 window is reused. (Bug#9341)
18377
18378 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
18379
18380 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
18381 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
18382
18383 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
18384 Mark obsolete.
18385 * shell.el (shell-parse-pcomplete-arguments): New function.
18386 (shell-completion-vars): Use it instead (bug#9160).
18387
18388 2011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
18389
18390 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
18391 strings and comments (bug#9333).
18392
18393 * emacs-lisp/debug.el (debug-arglist): New function.
18394 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
18395 (debug-on-entry-1): Handle interpreted closures (bug#9120).
18396
18397 2011-08-22 Juri Linkov <juri@jurta.org>
18398
18399 * progmodes/compile.el (compilation-mode-font-lock-keywords):
18400 Revert regexp that highlights output switches to its old
18401 pre-2010-10-28 value and remove one `?' from it (bug#9319).
18402
18403 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
18404 to check for empty output (bug#9226).
18405
18406 2011-08-22 Chong Yidong <cyd@stupidchicken.com>
18407
18408 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
18409 symbol-constituent as the default, as that stops font-lock from
18410 working properly (Bug#8843).
18411
18412 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
18413
18414 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
18415 `coding-system-for-*' around the process open call to avoid
18416 auth-source side effects.
18417 (smtpmail-try-auth-methods): Expand the secret password.
18418 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
18419 probe hangs.
18420
18421 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
18422
18423 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
18424
18425 * emacs-lisp/find-func.el (find-function-noselect): New arg
18426 lisp-only.
18427
18428 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
18429 signal an error for built-in functions (Bug#6664).
18430
18431 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
18432
18433 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
18434 (smtpmail-try-auth-methods): Use it.
18435
18436 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
18437
18438 * font-lock.el (font-lock-fontify-region)
18439 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
18440 (font-lock-default-unfontify-buffer)
18441 (font-lock-default-fontify-region)
18442 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
18443
18444 * progmodes/compile.el (compilation-error-properties):
18445 Fix confusion between file struct and message struct (Bug#9319).
18446 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
18447 `ant' regexp.
18448
18449 * net/browse-url.el (browse-url-firefox): Don't call
18450 browse-url-firefox-sentinel unless using -remote (Bug#9328).
18451
18452 2011-08-20 Glenn Morris <rgm@gnu.org>
18453
18454 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
18455
18456 * tutorial.el (tutorial--default-keys): Update some default bindings.
18457
18458 * files.el (hack-local-variables): Fully ignore case for "mode:".
18459
18460 2011-08-20 Alan Mackenzie <acm@muc.de>
18461
18462 Resolve invalid use of a regexp in regexp-opt.
18463
18464 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
18465 detection for a java annotation.
18466
18467 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
18468 detection for a java annotation.
18469
18470 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
18471 handling for java.
18472 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
18473
18474 2011-08-20 Chong Yidong <cyd@stupidchicken.com>
18475
18476 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
18477 (Bug#9274).
18478
18479 2011-08-20 Alan Mackenzie <acm@muc.de>
18480
18481 Fontify CPP expressions correctly when starting in the middle of
18482 such a construct. Mainly for when jit-lock etc. starts a chunk
18483 here.
18484
18485 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
18486 variable.
18487 (c-make-font-lock-search-form): New function, extracted from
18488 c-make-font-lock-search-function.
18489 (c-make-font-lock-search-function): Use the above function.
18490 (c-make-font-lock-context-search-function): New function.
18491 (c-cpp-matchers): Enhance the preprocessor expression case with
18492 the above function
18493 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
18494 which takes an expression.
18495
18496 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
18497
18498 2011-08-20 Martin Rudalics <rudalics@gmx.at>
18499
18500 * window.el (display-buffer-reuse-window)
18501 (display-buffer-pop-up-window): Don't reuse or split a side
18502 window.
18503
18504 2011-08-19 Glenn Morris <rgm@gnu.org>
18505
18506 * files.el (hack-local-variables-prop-line, hack-local-variables):
18507 Downcase "Mode:". (Bug#9331)
18508
18509 2011-08-18 Chong Yidong <cyd@stupidchicken.com>
18510
18511 * international/characters.el: Add L and R categories.
18512
18513 * subr.el (bidi-string-mark-left-to-right): Rename from
18514 string-mark-left-to-right. Use category search.
18515
18516 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
18517
18518 2011-08-18 Juri Linkov <juri@jurta.org>
18519
18520 * faces.el (error, warning, success): New faces with definitions
18521 copied from old default values of `font-lock-warning-face',
18522 `compilation-warning', `compilation-info' (bug#6117).
18523
18524 * font-lock.el (font-lock-warning-face): Inherit from `error'.
18525
18526 * progmodes/compile.el (compilation-error): Inherit from `error'.
18527 (compilation-warning): Inherit from `warning'.
18528 (compilation-info): Inherit from `success'.
18529
18530 * dired.el (dired-marked): Inherit from `warning'.
18531 (dired-flagged): Inherit from `error'.
18532
18533 2011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
18534
18535 * mail/smtpmail.el (auth-source): Require to avoid problems with
18536 binding variables (bug#9298). Also clean up some unused
18537 autoloads.
18538
18539 * net/network-stream.el (network-stream-open-starttls):
18540 Support using starttls.el without using gnutls-cli.
18541
18542 2011-08-17 Juri Linkov <juri@jurta.org>
18543
18544 * progmodes/grep.el (rgrep): Handle the case when
18545 `grep-find-command' is a cons cell (bug#9278).
18546
18547 2011-08-17 Martin Rudalics <rudalics@gmx.at>
18548
18549 * window.el (display-buffer-pop-up-frame): Run frame creation
18550 function with BUFFER current (as special-display-popup-frame
18551 does). Reported by Drew Adams.
18552
18553 2011-08-17 Daiki Ueno <ueno@unixuser.org>
18554
18555 * epa-mail.el: Simplify GnuPG group expansion using
18556 epg-expand-group.
18557 (epa-mail-group-alist, epa-mail-group-modtime)
18558 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
18559 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
18560 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
18561 Remove.
18562
18563 2011-08-16 Feng Li <fengli@gmail.com> (tiny change)
18564
18565 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
18566
18567 2011-08-16 Alan Mackenzie <acm@muc.de>
18568
18569 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
18570 Correct, to avoid the inside of macros.
18571
18572 2011-08-16 Richard Stallman <rms@gnu.org>
18573
18574 * epa-mail.el: Handle GnuPG group definitions.
18575 (epa-mail-group-alist, epa-mail-group-modtime)
18576 (epa-mail-gnupg-conf-file): New variables.
18577 (epa-mail-parse-groups, epa-mail-sync-groups)
18578 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
18579 (epa-mail-expand-recipients): New functions.
18580 (epa-mail-encrypt): Call epa-mail-expand-recipients.
18581
18582 * mail/rmail.el (rmail-epa-decrypt): New command.
18583
18584 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
18585 Don't bind buffer-read-only, just inhibit-read-only.
18586 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
18587 (epa-decrypt-armor-in-region): Make error message clearer.
18588
18589 2011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
18590
18591 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
18592 and "a2b" to "ab" for `prefix'.
18593
18594 2011-08-14 Chong Yidong <cyd@stupidchicken.com>
18595
18596 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
18597 filter groups.
18598 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
18599 Fourquet (Bug#8804).
18600
18601 2011-08-12 Juanma Barranquero <lekktu@gmail.com>
18602
18603 * startup.el (argi): Declare as global variable (bug#9275).
18604
18605 2011-08-12 Chong Yidong <cyd@stupidchicken.com>
18606
18607 * subr.el (string-mark-left-to-right): Search the entire string
18608 for RTL script, not just the terminating character. Doc fix.
18609
18610 2011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
18611
18612 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
18613 New function.
18614 (js--regexp-literal, js-syntax-propertize-function): Remove.
18615 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
18616 (js-mode-map): Don't rebind electric keys.
18617 (js-insert-and-indent): Remove.
18618 (js-mode): Setup electric-layout and electric-indent instead.
18619
18620 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
18621
18622 2011-08-12 Daiki Ueno <ueno@unixuser.org>
18623
18624 * epa.el (epa-progress-callback-function): Fix the logic of
18625 displaying progress.
18626 * epa-file.el (epa-file-insert-file-contents): Make progress
18627 display more user-friendly.
18628 (epa-file-write-region): Ditto.
18629
18630 2011-08-10 Chong Yidong <cyd@stupidchicken.com>
18631
18632 * subr.el (string-mark-left-to-right): New function.
18633
18634 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
18635 Use string-mark-left-to-right.
18636 (list-buffers-noselect): Caller changed.
18637
18638 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
18639 Use string-mark-left-to-right.
18640 (tabulated-list-print): Recenter after moving point.
18641
18642 2011-08-10 Juri Linkov <juri@jurta.org>
18643
18644 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
18645 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
18646 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
18647
18648 2011-08-09 Chong Yidong <cyd@stupidchicken.com>
18649
18650 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
18651 (Bug#7554).
18652
18653 2011-08-09 Andreas Schwab <schwab@linux-m68k.org>
18654
18655 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
18656 character. (Bug#6594)
18657
18658 2011-08-08 Chong Yidong <cyd@stupidchicken.com>
18659
18660 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
18661 (image-dired--with-db-file): New macro.
18662 (image-dired-write-tags, image-dired-remove-tag)
18663 (image-dired-create-gallery-lists, image-dired-write-comments)
18664 (image-dired-get-comment, image-dired-mark-tagged-files)
18665 (image-dired-list-tags, image-dired-gallery-generate): Use it.
18666 (image-dired-gallery-generate): Use insert-file-contents.
18667
18668 * time.el (display-time-world-list, display-time-world-display):
18669 * time-stamp.el (time-stamp-string):
18670 * vc/add-log.el (add-change-log-entry): Use setenv instead of
18671 set-time-zone-rule (Bug#7337).
18672
18673 2011-08-08 Daiki Ueno <ueno@unixuser.org>
18674
18675 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
18676 (epg-error-to-string, epg-errors-to-string): New function.
18677 (epg-wait-for-completion): Reverse errors list.
18678 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
18679 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
18680 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
18681 (epg-sign-keys, epg-generate-key-from-file)
18682 (epg-generate-key-from-string): Format errors by using
18683 epg-errors-to-string (bug#9255).
18684 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
18685
18686 2011-08-07 Juri Linkov <juri@jurta.org>
18687
18688 * faces.el (list-faces-display): Remove extra angle bracket
18689 from `help-mode-map'.
18690
18691 * info.el (Info-history-toc-nodes): Doc fix.
18692
18693 * longlines.el (longlines-mode): Doc fix.
18694
18695 2011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
18696
18697 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
18698 of statements and in a few more cases (bug#9183).
18699
18700 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
18701 New functions.
18702 (cl-transform-lambda): Use them (bug#9239).
18703
18704 2011-08-05 Martin Rudalics <rudalics@gmx.at>
18705
18706 * window.el (display-buffer-same-window)
18707 (display-buffer-same-frame, display-buffer-other-window)
18708 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
18709 (pop-to-buffer-other-window)
18710 (pop-to-buffer-same-frame-other-window)
18711 (pop-to-buffer-other-frame): Make them defuns.
18712 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
18713
18714 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
18715
18716 * subr.el (make-composed-keymap): Move from C. Change calling
18717 convention, and improve docstring to bring attention to a subtle point.
18718 * minibuffer.el (completing-read-default): Adjust accordingly.
18719
18720 2011-08-03 Michael Albinus <michael.albinus@gmx.de>
18721
18722 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
18723 (tramp-open-shell): Use `tramp-shell-quote-argument'.
18724
18725 * net/trampver.el: Update release number.
18726
18727 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
18728
18729 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
18730 "in" (bug#9190).
18731
18732 2011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
18733
18734 * mail/sendmail.el (sendmail-query-once): Restore the current
18735 buffer after querying (bug#9074).
18736
18737 * dired.el (dired-flagged): Use different faces for marked and
18738 flagged files (bug#6117).
18739
18740 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
18741 (bug#4433).
18742
18743 * ido.el (ido-mode): Switch off the message if called
18744 non-interactively.
18745
18746 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
18747 before 587, since it appears that that's more likely to work for
18748 more people.
18749
18750 * cus-edit.el (custom-file): When running under emacs -q, always
18751 refuse to save the customizations, even if the .emacs file doesn't
18752 exist.
18753
18754 * info.el: Remove the `Info-beginning-of-buffer' function
18755 (bug#8325).
18756
18757 * net/network-stream.el (network-stream-open-starttls):
18758 Use `starttls-available-p' to see whether starttls.el can be used.
18759
18760 2011-08-01 Martin Rudalics <rudalics@gmx.at>
18761
18762 * window.el (display-buffer-in-window): Don't set dedicated status
18763 of window here (Bug#9215).
18764 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
18765 (display-buffer-pop-up-side-window)
18766 (display-buffer-in-side-window): Set dedicated status of window here.
18767
18768 2011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
18769
18770 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
18771 before binding generated-autoload-file.
18772
18773 2011-08-01 Deniz Dogan <deniz@dogan.se>
18774
18775 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
18776
18777 2011-07-30 Michael Albinus <michael.albinus@gmx.de>
18778
18779 Sync with Tramp 2.2.2.
18780
18781 * net/trampver.el: Update release number.
18782
18783 2011-07-30 Juri Linkov <juri@jurta.org>
18784
18785 * dired-aux.el (dired-touch-initial): Remove function.
18786 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
18787 current time, and `default' to the last modification time of the
18788 current marked file (bug#6887).
18789
18790 2011-07-28 Jose E. Marchesi <jemarch@gnu.org>
18791
18792 * simple.el (goto-line): Use string-to-number to provide a
18793 numeric argument to read-number (bug#9163).
18794
18795 2011-07-27 Michael Albinus <michael.albinus@gmx.de>
18796
18797 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
18798 connection process, it could be nil.
18799
18800 2011-07-27 Leo Liu <sdl.web@gmail.com>
18801
18802 Simplify url handling in rcirc-mode.
18803
18804 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
18805 (rcirc-browse-url-at-mouse): Remove.
18806 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
18807
18808 2011-07-26 Alan Mackenzie <acm@muc.de>
18809
18810 Fontify bitfield declarations properly.
18811
18812 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
18813 (c-symbol-chars): Now exported as a lang variable.
18814 (c-not-primitive-type-keywords): New lang variable.
18815
18816 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
18817 QT keyword "more" to prevent "more slots: ...." being spuriously
18818 parsed as a bitfield declaration.
18819
18820 * progmodes/cc-engine.el (c-beginning-of-statement-1):
18821 Refactor and enhance to handle bitfield declarations.
18822 (c-punctuation-in): New function.
18823 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
18824 declarations properly.
18825
18826 2011-07-26 Ulf Jasper <ulf.jasper@web.de>
18827
18828 * calendar/icalendar.el (icalendar--all-events): Take care of
18829 multiple vcalendars in a single file.
18830 (icalendar--convert-float-to-ical): Checkdoc fixes.
18831
18832 2011-07-25 Deniz Dogan <deniz@dogan.se>
18833
18834 * image.el (insert-image): Clarifying docstring.
18835
18836 2011-07-24 Michael Albinus <michael.albinus@gmx.de>
18837
18838 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
18839 `tramp-send-command-and-check' if there is no error.
18840 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
18841
18842 2011-07-22 Alan Mackenzie <acm@muc.de>
18843
18844 Prevent cc-langs.elc being loaded at run time.
18845
18846 * progmodes/cc-mode.el: Remove two autoload forms which loaded
18847 cc-langs.
18848
18849 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
18850 "(require 'cc-langs)". Quote a form so it will evaluate at
18851 (cc-mode's) compilation time.
18852
18853 2011-07-22 Michael Albinus <michael.albinus@gmx.de>
18854
18855 * net/tramp.el (tramp-file-name-handler): Avoid recursive
18856 loading. (Bug#9114)
18857
18858 2011-07-21 Martin Rudalics <rudalics@gmx.at>
18859
18860 * window.el (display-buffer-pop-up-window)
18861 (display-buffer-pop-up-side-window)
18862 (display-buffer-in-side-window): Call display-buffer-set-height
18863 and display-buffer-set-width after setting the new window's
18864 buffer so `fit-window-to-buffer' and friends work on the right buffer.
18865
18866 2011-07-20 Sam Steingold <sds@gnu.org>
18867
18868 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
18869 (etags-tags-included-tables): Call `convert-standard-filename' on
18870 the file names contained in TAGS so that windows Emacs can handle
18871 TAGS files created by cygwin ctags.
18872
18873 2011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
18874
18875 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
18876 which apparently didn't work.
18877
18878 2011-07-19 Roland Winkler <winkler@gnu.org>
18879
18880 * proced.el (proced-send-signal): For *Marked Processes* buffer
18881 put point at beginning of buffer.
18882
18883 2011-07-19 Stephen Berman <stephen.berman@gmx.net>
18884
18885 * proced.el (proced-format): Make header lines align with the text
18886 (bug#1779).
18887
18888 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
18889
18890 * view.el (view-buffer): Allow running in `special' modes if we're
18891 visiting a file (bug#8615).
18892
18893 2011-07-19 Martin Rudalics <rudalics@gmx.at>
18894
18895 * window.el (display-buffer-alist-of-strings-p)
18896 (display-buffer-alist-set-1, display-buffer-alist-set-2):
18897 New functions.
18898 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
18899 more accurately.
18900
18901 2011-07-18 Alan Mackenzie <acm@muc.de>
18902
18903 Fontify declarators properly when, e.g., a jit-lock chunk begins
18904 inside a declaration.
18905
18906 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
18907
18908 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
18909 New function.
18910 (c-complex-decl-matchers): Insert reference to
18911 c-font-lock-enclosing-decls.
18912
18913 * progmodes/cc-engine.el (c-backward-single-comment):
18914 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
18915 to nil around calls to (forward-comment -1).
18916
18917 2011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
18918
18919 * image.el (put-image): Doc typo fix.
18920
18921 * progmodes/etags.el (tags-search): Doc typo fix.
18922
18923 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
18924 password if we get errors 550 to 554.
18925
18926 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
18927
18928 * net/gnutls.el (gnutls-log-level): Remove.
18929
18930 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
18931 indentation character (bug#6380).
18932
18933 * files.el (buffer-offer-save): Made permanently local (bug#6241).
18934
18935 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
18936 to clarify what the problem is (bug#4291).
18937
18938 * simple.el (current-kill): Clarify what
18939 `interprogram-paste-function' does (bug#7500).
18940 (auto-fill-mode): Document `auto-fill-function' in relation to
18941 `auto-fill-mode' (bug#2470).
18942
18943 2011-07-16 Lawrence Mitchell <wence@gmx.li>
18944
18945 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
18946 method if slot is read-only (bug#9035).
18947
18948 2011-07-16 Martin Rudalics <rudalics@gmx.at>
18949
18950 * frame.el (select-frame-set-input-focus): New argument NORECORD.
18951 * window.el (pop-to-buffer): Select window used even if it was
18952 selected before, see discussion of (Bug#8615), (Bug#6954).
18953 Pass argument NORECORD on to select-frame-set-input-focus.
18954
18955 2011-07-15 Glenn Morris <rgm@gnu.org>
18956
18957 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
18958 Respect help-form.
18959
18960 2011-07-09 Lawrence Mitchell <wence@gmx.li>
18961
18962 * net/gnutls.el (gnutls-min-prime-bits): New variable.
18963 (gnutls-negotiate): Use it.
18964
18965 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
18966
18967 * net/gnutls.el (gnutls-negotiate):
18968 Upcase `gnutls-algorithm-priority'.
18969
18970 2011-07-15 Glenn Morris <rgm@gnu.org>
18971
18972 * jka-compr.el (jka-compr-verbose): Move from here...
18973 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
18974 Add missing :version tag.
18975 * info.el: No need to require jka-compr when compiling.
18976
18977 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
18978
18979 * net/gnutls.el (gnutls-algorithm-priority): New variable.
18980 (gnutls-negotiate): Use it.
18981
18982 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
18983
18984 * info.el (Info-beginning-of-buffer): New command.
18985 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
18986 announcing `b' as the key (bug#8325).
18987 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
18988
18989 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
18990
18991 * international/mule-cmds.el
18992 (describe-specified-language-support): Make the error message
18993 clearer (bug#8905).
18994
18995 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
18996
18997 * isearch.el (isearch-barrier): Add a doc string, since it's
18998 mentioned in a function doc string (bug#8678).
18999
19000 2011-07-15 Martin Rudalics <rudalics@gmx.at>
19001
19002 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
19003 buffer argument (Bug#9083) and self-identifying label argument.
19004
19005 2011-07-15 Glenn Morris <rgm@gnu.org>
19006
19007 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
19008
19009 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
19010
19011 * man.el (Man-fontify-manpage): Fix message when formatting the
19012 man page (bug#7929).
19013
19014 2011-07-14 Eli Zaretskii <eliz@gnu.org>
19015
19016 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
19017 argument LRM; if non-nil, append an invisible LRM character to the
19018 buffer name.
19019 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
19020 last argument non-nil, when formatting buffer names.
19021 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
19022 paragraph direction.
19023
19024 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
19025
19026 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
19027 the man page name (bug#7929).
19028
19029 * image.el (put-image): Mention the `put-image' overlay property
19030 (bug#7834).
19031
19032 * scroll-bar.el (set-scroll-bar-mode): Mention that
19033 `scroll-bar-mode' lists the values (bug#7772).
19034
19035 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
19036 command (bug#7729).
19037
19038 * rect.el (apply-on-rectangle): Return the point after the last
19039 operation.
19040 (string-rectangle): Go to the point after the last operation
19041 (bug#7522).
19042
19043 * printing.el (pr-toggle-region): Clarify the documentation
19044 slightly (bug#7493).
19045
19046 * time.el (display-time-update):
19047 Allow `display-time-mail-function' to return nil (bug#7158).
19048 Fix suggested by Detlev Zundel.
19049
19050 * vc/diff.el (diff): Clarify the order the file names are read
19051 (bug#7111).
19052
19053 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
19054 the doc string (bug#7015).
19055
19056 * font-lock.el (font-lock-maximum-decoration): Mention what
19057 numeric levels mean (bug#6935).
19058
19059 * startup.el (initial-buffer-choice): Don't mention the `none'
19060 selection, which is against policy.
19061
19062 2011-07-14 Martin Rudalics <rudalics@gmx.at>
19063
19064 * window.el (display-buffer-normalize-special):
19065 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
19066
19067 2011-07-14 Eli Zaretskii <eliz@gnu.org>
19068
19069 * subr.el (version<, version<=, version=): Mention "-CVS" and
19070 "-12345" alpha version numbers.
19071
19072 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
19073
19074 * bindings.el: Add advertised binding for set-mark-command
19075 (Bug#5772).
19076
19077 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
19078
19079 * bindings.el (mode-line-other-buffer):
19080 * bookmark.el (bookmark-bmenu-2-window):
19081 * bs.el (bs-cycle-next, bs-cycle-previous):
19082 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
19083 switch-to-buffer.
19084
19085 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
19086 Delete.
19087
19088 2011-07-14 Juanma Barranquero <lekktu@gmail.com>
19089
19090 * follow.el (follow-debug-message, follow-redisplay):
19091 * jka-cmpr-hook.el (with-auto-compression-mode):
19092 Fix typos in docstrings.
19093
19094 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
19095
19096 * subr.el (with-silent-modifications): Clarify somewhat what the
19097 macro inhibits (bug#6525).
19098
19099 * simple.el (eval-expression): Note what it does if called
19100 interactively (bug#6495).
19101
19102 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
19103
19104 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
19105 Use pop-to-buffer buffer-or-name if it is nil.
19106
19107 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
19108 Remove switch-to-buffer.
19109
19110 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
19111
19112 * files.el (make-directory): Clarify that an error will be raised
19113 if there's an error (bug#6397).
19114
19115 * startup.el (initial-buffer-choice): Add `none' as a choice
19116 (bug#6234).
19117
19118 * subr.el (add-hook): Clarify section about buffer-local hooks
19119 (bug#6218).
19120
19121 * dired.el (dired-flagged): Clarify doc string (bug#6117).
19122
19123 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
19124
19125 * tabify.el (untabify): Preserve the current column so that point
19126 doesn't move (bug#6032).
19127
19128 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
19129
19130 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
19131 Rewrite to avoid awkward possessive "s" (bug#5986).
19132
19133 2011-07-13 Glenn Morris <rgm@gnu.org>
19134
19135 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
19136 (dired-insert-directory): Give a message the first time
19137 if ls is found not to support --dired.
19138
19139 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
19140
19141 * simple.el (toggle-truncate-lines): Clarify what is toggled
19142 (bug#5580). Text by Drew Adams.
19143
19144 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
19145
19146 * simple.el (blink-matching-open): Make the error message from the
19147 last change less verbose.
19148
19149 2011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
19150
19151 * font-lock.el (font-lock-comment-face): Use the high contrast
19152 "yellow" color for font-lock-comment-face on low color terminals
19153 using a dark background color (bug#4221).
19154
19155 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
19156
19157 * dired.el (dired-insert-set-properties): Make the doc string
19158 reflect what it does now (bug#5325).
19159
19160 * simple.el (blink-matching-open): Say that we were unable to find
19161 the match within the limit, if we're limited (bug#5122).
19162
19163 * international/mule-cmds.el (prefer-coding-system): Add an
19164 example (bug#4869).
19165
19166 * progmodes/etags.el (tags-search): Document `file-list-form'
19167 (bug#4731).
19168
19169 2011-07-13 Lawrence Mitchell <wence@gmx.li>
19170
19171 * net/browse-url.el (browse-url-default-browser)
19172 (browse-url-browser-function): Make the default browser choice a
19173 bit more logical (bug#4300). Also clean up the doc string.
19174
19175 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
19176
19177 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
19178 binary endings (bug#4440).
19179
19180 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
19181
19182 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
19183 which can be pretty annoying (bug#8971).
19184
19185 * jka-compr.el (jka-compr-verbose): New variable, and use
19186 throughout (bug#8971).
19187
19188 * info.el (Info-find-file): Fall back on the installation
19189 directory if we can't find the info node anywhere else.
19190
19191 2011-07-13 Sergei Organov <osv@javad.com> (tiny change)
19192
19193 * vc/vc.el (vc-revert-file):
19194 Don't set file time-stamp in the past. (Bug#5181)
19195
19196 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
19197
19198 * files.el (after-find-file): Give a better error message when
19199 trying to find a symlink that points to a file that doesn't exist
19200 (bug#4398).
19201
19202 * progmodes/cc-vars.el: Remove (probably) misleading comment
19203 (bug#4396).
19204
19205 2011-07-12 Johan Bockgård <bojohan@gnu.org>
19206
19207 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
19208
19209 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
19210
19211 * mouse-sel.el: Hack restoring functionality, while keeping
19212 compatibility with 2010-07-03 changes to mouse selection.
19213 (mouse-sel-primary-overlay): New var.
19214 (mouse-sel-selection-alist): Use it.
19215 (mouse-sel-mode): Doc fix; remove points that are default features
19216 of mouse.el.
19217
19218 2011-07-12 Johan Bockgård <bojohan@gnu.org>
19219
19220 * progmodes/compile.el (compilation-error-regexp-alist-alist):
19221 Fix previous fix (bug#2490).
19222
19223 2011-07-12 Roland Winkler <winkler@gnu.org>
19224
19225 * textmodes/bibtex.el (bibtex-initialize):
19226 Use pop-to-buffer-same-window.
19227 (bibtex-search-entries): Fix interactive call.
19228
19229 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
19230
19231 * progmodes/compile.el (compilation-error-regexp-alist-alist):
19232 Fontise bytecomp Error lines more correctly (bug#2490).
19233 Fix suggested by Johan Bockgård.
19234
19235 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
19236
19237 * dired-x.el (dired-guess-default): Use `delete-dups'.
19238
19239 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
19240
19241 * dired.el (dired-mark-prompt):
19242 * dired-aux.el (dired-read-shell-command): Doc fix.
19243
19244 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
19245
19246 * mail/sendmail.el (sendmail-query-once):
19247 Use `customize-save-variable' unconditionally, now that it works under
19248 emacs -Q.
19249
19250 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
19251
19252 * cus-edit.el (custom-file): Take an optional no-error variable.
19253 (customize-save-variable): Set the variable, and give a warning if
19254 running under "emacs -q".
19255
19256 2011-07-11 Juanma Barranquero <lekktu@gmail.com>
19257
19258 * loadhist.el (unload-feature-special-hooks):
19259 Add `auto-coding-functions', `fill-nobreak-predicate' and
19260 `find-directory-functions' (bug#5327).
19261
19262 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
19263
19264 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
19265
19266 * cus-edit.el (custom-guess-name-alist): -alist variables should
19267 use the `alist' type (bug#3120). Suggested by Drew Adams.
19268
19269 * printing.el: Add documentation to all the `pr-toggle-' commands.
19270
19271 2011-07-11 Leo Liu <sdl.web@gmail.com>
19272
19273 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
19274 backends where it makes sense (bug#2623).
19275
19276 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
19277
19278 * dired-x.el (dired-guess-default): Remove duplicate shell command
19279 entries (bug#2028).
19280 (dired-guess-default): Fix grammar in doc string (bug#2028).
19281 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
19282
19283 * subr.el (remove-duplicates): New conveniency function.
19284
19285 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
19286
19287 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
19288 (bug#1526).
19289
19290 2011-07-10 Martin Rudalics <rudalics@gmx.at>
19291
19292 * window.el (display-buffer-normalize-default): Don't invert
19293 meaning of even-window-heights. Reported by Eli Zaretskii
19294 <eliz@gnu.org>.
19295
19296 2011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
19297
19298 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
19299
19300 2011-07-10 Chong Yidong <cyd@stupidchicken.com>
19301
19302 * window.el (display-buffer): Fix arguments to
19303 display-buffer-reuse-window in last change.
19304
19305 * faces.el (link): Use a less saturated blue on light backgrounds.
19306
19307 * startup.el (fancy-startup-text, fancy-about-text)
19308 (fancy-startup-tail): Use font-lock faces, for background safety.
19309
19310 2011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
19311
19312 * emulation/viper-cmd.el (viper-change-state-to-vi):
19313 Limit triggering of abbrev expansion (Bug#9038).
19314
19315 2011-07-09 Martin Rudalics <rudalics@gmx.at>
19316
19317 * window.el (display-buffer-default-specifiers): Remove.
19318 (display-buffer-macro-specifiers): Remove default specifiers.
19319 (display-buffer-alist): Default to nil.
19320 (display-buffer-reuse-window): New optional argument other-window.
19321 (display-buffer-pop-up-window): Allow splitting internal
19322 windows. Check whether a live window was created.
19323 (display-buffer-other-window-means-other-frame)
19324 (display-buffer-normalize-arguments): Rename to
19325 display-buffer-normalize-argument and rewrite. Set the
19326 other-window specifier.
19327 (display-buffer-normalize-special): New function.
19328 (display-buffer-normalize-options): Rename to
19329 display-buffer-normalize-default and rewrite.
19330 (display-buffer-normalize-options-inhibit): Remove.
19331 (display-buffer-normalize-specifiers): Rewrite.
19332 (display-buffer): Process other-window specifier and call
19333 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
19334 more faithfully.
19335 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
19336 (display-buffer-alist-set): Don't handle 'unset default values.
19337 (display-buffer-in-window, display-buffer-alist-set):
19338 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
19339 <tassilo@member.fsf.org>.
19340
19341 2011-07-09 Leo Liu <sdl.web@gmail.com>
19342
19343 * register.el (insert-register): Restore accidental change on
19344 2011-06-26. (Bug#9028)
19345
19346 2011-07-09 Glenn Morris <rgm@gnu.org>
19347
19348 * subr.el (remq): Handle the empty list. (Bug#9024)
19349
19350 2011-07-08 Andreas Schwab <schwab@linux-m68k.org>
19351
19352 * mail/sendmail.el (send-mail-function): No longer delay custom
19353 initialization.
19354 * custom.el (custom-initialize-delay): Doc fix.
19355
19356 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
19357
19358 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
19359
19360 2011-07-08 Michael Albinus <michael.albinus@gmx.de>
19361
19362 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
19363 human-friendly prompt.
19364
19365 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
19366
19367 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
19368 provided by a particular plugin.
19369
19370 2011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
19371
19372 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
19373 save customizations (with "emacs -Q"), just set the variable
19374 instead of erroring out.
19375
19376 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
19377
19378 2011-07-08 Juri Linkov <juri@jurta.org>
19379
19380 * arc-mode.el (archive-zip-expunge, archive-zip-update)
19381 (archive-zip-update-case): Use 7z if found by `executable-find'.
19382 The order of searching the available programs is the same as in
19383 `archive-zip-extract' (bug#8968).
19384
19385 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
19386
19387 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
19388 (menu-bar-options-menu): Tweak descriptions.
19389
19390 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
19391
19392 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
19393 menu items into verb phrases (bug#1421). Also refill to fit under
19394 80 columns.
19395
19396 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
19397
19398 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
19399 (Info-read-node-name): Doc fix (Bug#1084).
19400
19401 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
19402 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
19403 (end-of-sexp, beginning-of-sexp)
19404 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
19405 (forward-symbol, forward-same-syntax, word-at-point)
19406 (sentence-at-point): Doc fix (Bug#1144).
19407
19408 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
19409
19410 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
19411 should cover it (bug#1281).
19412
19413 * cus-edit.el (custom-show): Mark as obsolete.
19414
19415 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
19416 negotiation fails, then possibly try again with a non-encrypted
19417 connection (bug#9017).
19418
19419 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
19420 be used.
19421
19422 2011-07-07 Richard Stallman <rms@gnu.org>
19423
19424 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
19425 property, and handle its changed format.
19426 Look for the correct line number.
19427 Use file's line contents (but not past first =) to find
19428 correct line in message.
19429
19430 2011-07-07 Kenichi Handa <handa@m17n.org>
19431
19432 * international/characters.el (build-unicode-category-table):
19433 Delete it.
19434 (unicode-category-table): Set it by unicode-property-table-internal.
19435
19436 * international/mule-cmds.el (char-code-property-alist): Move to
19437 to src/chartab.c.
19438 (get-char-code-property): Call unicode-property-table-internal to
19439 load a file. Call get-unicode-property-internal where necessary.
19440 (put-char-code-property): Call unicode-property-table-internal to
19441 load a file. Call put-unicode-property-internal where necessary.
19442 put-unicode-property-internal where necessary.
19443 (char-code-property-description):
19444 Call unicode-property-table-internal to load a file.
19445
19446 * international/charprop.el:
19447 * international/uni-bidi.el:
19448 * international/uni-category.el:
19449 * international/uni-combining.el:
19450 * international/uni-comment.el:
19451 * international/uni-decimal.el:
19452 * international/uni-decomposition.el:
19453 * international/uni-digit.el:
19454 * international/uni-lowercase.el:
19455 * international/uni-mirrored.el:
19456 * international/uni-name.el:
19457 * international/uni-numeric.el:
19458 * international/uni-old-name.el:
19459 * international/uni-titlecase.el:
19460 * international/uni-uppercase.el: Regenerate.
19461
19462 * loadup.el: Load international/charprop.el before
19463 international/characters.
19464
19465 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
19466
19467 * window.el (next-buffer, previous-buffer): Signal an error if
19468 called from a minibuffer window.
19469
19470 * bindings.el: Revert 2011-07-04 change.
19471
19472 2011-07-06 Richard Stallman <rms@gnu.org>
19473
19474 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
19475 (rmail-mime-insert-bulk, rmail-mime-insert-text):
19476 Treat markers like ints.
19477 (rmail-mime-entity): Doc fix.
19478
19479 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
19480
19481 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
19482 defcustom again for backwards compatibility.
19483
19484 * simple.el (shell-command-on-region): Fill.
19485
19486 * dired-aux.el (dired-kill-line): Add a doc string.
19487
19488 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
19489 to "\\sw\\|\\s_" (bug#358).
19490
19491 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
19492 (dired-unmark-backward): Ditto.
19493 (dired-flag-backup-files): Ditto.
19494
19495 * dired-x.el (dired-mark-sexp): Ditto.
19496
19497 2011-07-06 Richard Stallman <rms@gnu.org>
19498
19499 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
19500 (rmail-mime-entity): New arg TRUNCATED.
19501 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
19502 New functions.
19503 (rmail-mime-save): Warn if entity is truncated.
19504 (rmail-mime-toggle-hidden): Likewise, for showing.
19505 (rmail-mime-process-multipart): Record when an entity is truncated.
19506
19507 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
19508 if ENTITY is a string.
19509
19510 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
19511
19512 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
19513 of faces when `M-C-x'-ing their definitions (bug#8378).
19514 Also clean up the code slightly.
19515
19516 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
19517 because that makes the colors go away.
19518
19519 * mail/sendmail.el (send-mail-function): Change the default to
19520 `sendmail-query-once'.
19521 (sendmail-query-once): Add an autoload cookie.
19522
19523 * net/network-stream.el (network-stream-open-starttls): Try using
19524 a plain connection even if the server offered STARTTLS, and we
19525 kinda wanted to use it, if Emacs doesn't have any STARTTLS
19526 capability. This should make smtpmail.el work in slightly more
19527 configurations.
19528
19529 2011-07-06 Michael Albinus <michael.albinus@gmx.de>
19530
19531 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
19532 New defun.
19533 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
19534
19535 2011-07-06 Michael R. Mauger <mmaug@yahoo.com>
19536
19537 * progmodes/sql.el: Version 3.0
19538 (sql-product-alist): Add product :completion-object,
19539 :completion-column, and :statement attributes.
19540 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
19541 (sql-mode-syntax-table): Mark all punctuation.
19542 (sql-font-lock-keywords-builder): Temporarily remove fallback on
19543 ansi keywords.
19544 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
19545 (sql-mode-oracle-font-lock-keywords): Improve.
19546 (sql-oracle-show-reserved-words): New function for development.
19547 (sql-product-font-lock): Simplify for source code buffers.
19548 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
19549 New functions.
19550 (sql-highlight-product): Set product specific syntax table.
19551 (sql-mode-map): Add statement movement functions.
19552 (sql-ansi-statement-starters, sql-oracle-statement-starters):
19553 New variable.
19554 (sql-statement-regexp, sql-beginning-of-statement)
19555 (sql-end-of-statement, sql-signum): New functions.
19556 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
19557 (sql-show-sqli-buffer): Bug fix.
19558 (sql-interactive-mode): Store connection data as buffer local.
19559 (sql-connect): Add NEW-NAME parameter. Redesign interaction
19560 with sql-interactive-mode.
19561 (sql-save-connection): Save buffer local settings.
19562 (sql-connection-menu-filter): Change menu entry name.
19563 (sql-product-interactive): Bug fix.
19564 (sql-preoutput-hold): New variable.
19565 (sql-interactive-remove-continuation-prompt): Bug fixes.
19566 (sql-debug-redirect): New variable.
19567 (sql-str-literal): New function.
19568 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
19569 Redesign.
19570 (sql-oracle-save-settings, sql-oracle-restore-settings)
19571 (sql-oracle-list-all, sql-oracle-list-table): New functions.
19572 (sql-completion-object, sql-completion-column)
19573 (sql-completion-sqlbuf): New variables.
19574 (sql-build-completions-1, sql-build-completions)
19575 (sql-try-completion): New functions.
19576 (sql-read-table-name): Use them.
19577 (sql-contains-names): New buffer local variable.
19578 (sql-list-all, sql-list-table): Use it.
19579 (sql-oracle-completion-types): New variable.
19580 (sql-oracle-completion-object, sql-sqlite-completion-object)
19581 (sql-postgres-completion-object): New functions.
19582
19583 2011-07-06 Glenn Morris <rgm@gnu.org>
19584
19585 * window.el (pop-to-buffer): Doc fix.
19586
19587 2011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
19588
19589 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
19590
19591 2011-07-06 Chong Yidong <cyd@stupidchicken.com>
19592
19593 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
19594
19595 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
19596
19597 2011-07-05 Chong Yidong <cyd@stupidchicken.com>
19598
19599 * button.el (button): Inherit from link face. Suggested by Dan
19600 Nicolaescu.
19601
19602 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
19603
19604 * progmodes/gdb-mi.el: Fit in 80 columns.
19605 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
19606 switch-to-buffer.
19607
19608 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
19609 if imenu is simply not configured (bug#8941).
19610
19611 2011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
19612
19613 * allout.el (allout-post-undo-hook): New allout outline-change
19614 event hook to signal undo activity.
19615 (allout-post-command-business): Run allout-post-undo-hook if an
19616 undo just occurred.
19617 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
19618 * allout-widgets.el (allout-widgets-after-undo-function):
19619 Ensure the integrity of the current item's decoration after it has been
19620 in the vicinity of an undo.
19621 (allout-widgets-mode): Include allout-widgets-after-undo-function
19622 on the new allout-post-undo-hook.
19623
19624 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
19625
19626 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
19627 Let define-derived-mode define it.
19628 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
19629 cycles of abbrev-table inheritance (bug#8998).
19630
19631 2011-07-05 Roland Winkler <winkler@gnu.org>
19632
19633 * textmodes/bibtex.el: Add support for biblatex.
19634 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
19635 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
19636 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
19637 (bibtex-entry-alist, bibtex-field-alist): New variables.
19638 (bibtex-entry-field-alist): Obsolete alias for
19639 bibtex-BibTeX-entry-alist.
19640 (bibtex-entry-alist, bibtex-field-alist): New widgets.
19641 (bibtex-set-dialect): New command.
19642 (bibtex-entry-type, bibtex-entry-head)
19643 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
19644 Bind via bibtex-set-dialect.
19645 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
19646 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
19647 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
19648 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
19649 Define via bibtex-set-dialect.
19650 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
19651 Obey bibtex-no-opt-remove-re.
19652 (bibtex-vec-push, bibtex-vec-incr): New functions.
19653 (bibtex-format-entry, bibtex-field-list)
19654 (bibtex-print-help-message, bibtex-validate)
19655 (bibtex-search-entries): Use new format of bibtex-entry-alist.
19656
19657 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
19658
19659 * progmodes/compile.el (compilation-goto-locus):
19660 * net/tramp-cmds.el (tramp-append-tramp-buffers):
19661 * bs.el (bs-cycle-next, bs-cycle-previous):
19662 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
19663 * bindings.el (mode-line-other-buffer):
19664 * autoinsert.el (auto-insert):
19665 * arc-mode.el (archive-extract):
19666 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
19667
19668 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
19669
19670 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
19671 Fix check of `emacs-lock-unlockable-modes'.
19672 Coerce true values of `emacs-lock--try-unlocking' to t.
19673
19674 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
19675
19676 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
19677 * emacs-lock.el: New file.
19678
19679 2011-07-05 Julien Danjou <julien@danjou.info>
19680
19681 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
19682 than `boundp' to check if face is set.
19683
19684 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
19685
19686 * register.el (registerv-make):
19687 * window.el (window-min-height): Fix typos in docstrings.
19688
19689 2011-07-05 Jan Djärv <jan.h.d@swipnet.se>
19690
19691 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
19692 Update doc string.
19693
19694 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
19695
19696 * server.el (server-execute): Catch quit and call
19697 `server-return-error' to pass the error back to emacsclient and
19698 close the connection (bug#8942).
19699
19700 2011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
19701
19702 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
19703 insecure exception for current topic. Also note that auto-saves
19704 are handled differently.
19705
19706 (allout-auto-save-temporarily-disabled, allout-just-did-undo):
19707 State variables for tracking auto-save inhibition situation.
19708
19709 (allout-write-contents-hook-handler): Rename from
19710 'allout-write-file-hook-handler', and describe how it depends on
19711 write-contents-functions sensitivity to non-nil value to prevent
19712 file write.
19713
19714 (allout-auto-save-hook-handler): Remove. auto-save does not check
19715 this in individual buffers, only in the starting buffer, so this
19716 is not the right way for us to inhibit auto-save in a buffer
19717 according to its condition.
19718
19719 (allout-mode): Use new allout-write-contents-hook-handler, and
19720 only with write-contents-functions. Remove auto-save provisions -
19721 they're implemented elsewhere.
19722
19723 (allout-before-change-handler): If undo is in progress, note that
19724 for attention of allout-post-command-business.
19725
19726 (allout-post-command-business): If the command we're following was
19727 an undo, check for change in the status of encrypted items and
19728 adjust auto-save inhibitions accordingly.
19729
19730 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
19731 according to whether there are or aren't any plain-text topics
19732 pending encryption.
19733
19734 (allout-inhibit-auto-save-info-for-decryption):
19735 Adjust buffer-saved-size and some allout state to inhibit auto-saves
19736 if there are plain-text topics pending encryption.
19737
19738 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
19739 buffer-saved-size and some allout state to not inhibit auto-saves
19740 if there are no longer any plain-text topics pending encryption.
19741
19742 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
19743 No longer provide for exemption of the current topic.
19744
19745 2011-07-04 Juri Linkov <juri@jurta.org>
19746
19747 Add 7z operations to delete and save changed members (bug#8968).
19748 * arc-mode.el (archive-7z-expunge, archive-7z-update):
19749 New defcustoms.
19750 (archive-7z-write-file-member): New function.
19751 (archive-7z-summarize): Fix the number of dashes in the
19752 listing output.
19753
19754 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
19755
19756 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
19757 (bug#8958).
19758
19759 2011-07-04 Chong Yidong <cyd@stupidchicken.com>
19760
19761 * bindings.el: Ignore next-buffer and previous-buffer in
19762 minibuffer-local-map.
19763
19764 * font-lock.el (font-lock-builtin-face): Change light background
19765 color to dark slate blue (Bug#6693).
19766
19767 2011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
19768
19769 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
19770
19771 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
19772
19773 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
19774 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
19775 Add switch-to-buffer.
19776
19777 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
19778
19779 * isearch.el (isearch-search-fun-function): Clarify further the
19780 meaning of the function returned.
19781
19782 2011-07-04 Michael Albinus <michael.albinus@gmx.de>
19783
19784 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
19785
19786 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
19787 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
19788 Use it.
19789 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
19790 `tramp-default-remote-path' does not exist.
19791 (tramp-send-command-and-read): New optional argument NOERROR.
19792 (tramp-open-connection-setup-interactive-shell)
19793 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
19794 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
19795 (tramp-process-sentinel): Flush also process' connection property.
19796 (tramp-sh-handle-start-file-process): Do not set process
19797 sentinel. It is done now ...
19798 (tramp-maybe-open-connection): ... here. (Bug#8929)
19799
19800 2011-07-04 MON KEY <monkey@sandpframing.com>
19801
19802 * play/animate.el (animate-string): Doc fixes and allow changing
19803 the buffer name (bug#5417).
19804
19805 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
19806
19807 * play/animate.el (animation-buffer-name): Rename from *animate*.
19808
19809 2011-07-04 Paul Eggert <eggert@cs.ucla.edu>
19810
19811 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
19812 This is simpler and helps future-proof the code.
19813 (timer-until): Use time-subtract and float-time.
19814 (timer--time-less-p): Use time-less-p.
19815
19816 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
19817
19818 * type-break.el (timep): Use the value of `float-time' to avoid a
19819 byte-compiler warning.
19820
19821 * server.el (server-eval-and-print): Return any result, even nil.
19822
19823 2011-07-03 Paul Eggert <eggert@cs.ucla.edu>
19824
19825 * type-break.el: Accept time formats that the builtins accept.
19826 (timep, type-break-time-difference): Accept any format that
19827 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
19828 This is simpler and helps future-proof the code.
19829 (type-break-time-difference): Round rather than ignoring
19830 subseconds components.
19831
19832 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
19833
19834 * info.el (Info-apropos-matches): Make non-interactive, since it
19835 doesn't seem to do anything useful as a command (bug#8829).
19836
19837 2011-07-03 Chong Yidong <cyd@stupidchicken.com>
19838
19839 * frame.el (frame-background-mode, frame-set-background-mode):
19840 Move from faces.el.
19841 (frame-default-terminal-background): New function.
19842
19843 * custom.el (custom-push-theme): Don't record faces in `changed'
19844 theme; this doesn't work correctly for per-frame face settings.
19845 (disable-theme): Use face-set-after-frame-default to reset faces.
19846 (custom--frame-color-default): New function.
19847
19848 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
19849
19850 * dired.el (dired-flagging-regexp): Remove unused variable
19851 (bug#8769).
19852
19853 2011-03-29 Kevin Ryde <user42@zip.com.au>
19854
19855 * progmodes/compile.el (compilation-error-regexp-alist-alist):
19856 `perl-Test2' extend to match possible "fail #N" rep count
19857 (bug#8377).
19858
19859 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
19860
19861 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
19862 `smtpmail-via-smtp' now returns the error instead of nil.
19863
19864 * isearch.el (isearch-search-fun-function): Clarify the doc string
19865 (bug#8101).
19866
19867 2011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
19868
19869 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
19870 unnecessary spaces (bug#8987).
19871
19872 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
19873
19874 * net/network-stream.el (open-network-stream): Use the
19875 :end-of-capability command thoughout.
19876
19877 2011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
19878
19879 * net/network-stream.el (open-network-stream): Add the
19880 :end-of-capability command parameter, used by pop3.el.
19881
19882 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
19883
19884 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
19885
19886 * fringe.el (fringe-query-style): Remove redundant text " (type ?
19887 for list)" (bug#6475).
19888
19889 * files.el (file-expand-wildcards): Ignore non-readable
19890 sub-directories while trying to find matches instead of signaling
19891 an error (bug#6297).
19892
19893 * man.el (Man-reference-regexp): Allow matching possible
19894 word-wrapped references (bug#6289).
19895
19896 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
19897 for consistency with the other vc buffers (bug#6197).
19898 (vc-checkin): Ditto.
19899
19900 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
19901
19902 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
19903
19904 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
19905
19906 * custom.el (defcustom): Clarify that :set is only used in the
19907 Customize user interface (bug#6089).
19908
19909 * progmodes/flymake.el (flymake-mode): If the buffer isn't
19910 associated with a file, refuse to run instead of erroring out
19911 (bug#6084).
19912
19913 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
19914 the doc string, since it appears that using `fill-column' always
19915 controls the width (bug#7845).
19916
19917 * simple.el (shell-command-on-region): Say where the error output
19918 went if `shell-command-default-error-buffer' is set (bug#6857).
19919
19920 2011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
19921
19922 * allout.el (allout-yank-processing): Adjust cursor position for
19923 backwards-deleted space.
19924
19925 (allout-rebullet-heading): Register changes with
19926 allout-exposure-changed-hook, so the modified topic is properly
19927 decorated.
19928
19929 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
19930
19931 * minibuffer.el (completion-in-region): Document PREDICATE
19932 (bug#7136).
19933
19934 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
19935 of keyword/argument pairs (bug#6904).
19936
19937 * replace.el (multi-occur):
19938 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
19939
19940 2011-07-02 Drew Adams <drew.adams@oracle.com>
19941
19942 * dired.el (dired-mark-if): Make the message about whether it's
19943 marking or unmarking clearer (bug#8523).
19944
19945 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
19946
19947 * disp-table.el (display-table-print-array): New function.
19948 (describe-display-table): Use it to print the vectors more pretty
19949 (Bug#8859).
19950
19951 2011-07-02 Martin Rudalics <rudalics@gmx.at>
19952
19953 * window.el (window-state-get-1): Don't assign clone numbers.
19954 Add clone-of item to list of window parameters.
19955 (window-state-put-2): Don't process clone numbers.
19956 (display-buffer-alist): Fix doc-string.
19957
19958 2011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
19959
19960 * subr.el (remq): Don't allocate if it's not needed.
19961 (keymap--menu-item-binding, keymap--menu-item-with-binding)
19962 (keymap--merge-bindings): New functions.
19963 (keymap-canonicalize): Use them to refine the canonicalization.
19964 * minibuffer.el (minibuffer-local-completion-map)
19965 (minibuffer-local-must-match-map): Move initialization from C.
19966 (minibuffer-local-filename-completion-map): Move initialization from C;
19967 don't inherit from anything here.
19968 (minibuffer-local-filename-must-match-map): Make obsolete.
19969 (completing-read-default): Use make-composed-keymap to combine
19970 minibuffer-local-filename-completion-map with either
19971 minibuffer-local-must-match-map or
19972 minibuffer-local-filename-completion-map.
19973
19974 2011-07-01 Glenn Morris <rgm@gnu.org>
19975
19976 * type-break.el (type-break-time-sum): Use dolist.
19977
19978 * textmodes/flyspell.el (flyspell-word-search-backward):
19979 Replace CL function.
19980
19981 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
19982
19983 * mouse.el (mouse--strip-first-event): New function.
19984 (function-key-map): Use it to map fringe clicks to normal clicks
19985 by default.
19986
19987 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
19988 (vc-bzr-revision-completion-table): Add support for annotate and date.
19989
19990 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
19991 inherit from parent.
19992
19993 2011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
19994
19995 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
19996 (dired-show-file-type): Doc fixup (bug#8818).
19997
19998 * dired.el (dired-mode): Fix up the doc string as suggested by
19999 Drew Adams (bug#8817).
20000
20001 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
20002 cookie, since the manual says that it should be possible to add
20003 this function to `find-file-hook' (bug#8709).
20004
20005 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
20006
20007 * progmodes/cfengine.el: Moved all cfengine3.el functionality
20008 here. Noted Ted Zlatanov as the maintainer.
20009 (cfengine-common-settings, cfengine-common-syntax): New functions
20010 to set up common things between `cfengine-mode' and
20011 `cfengine3-mode'.
20012 (cfengine3-mode): New mode.
20013 (cfengine3-defuns cfengine3-defuns-regex
20014 (cfengine3-class-selector-regex cfengine3-category-regex)
20015 (cfengine3-vartypes cfengine3-font-lock-keywords)
20016 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
20017 (cfengine3-indent-line): Add from cfengine3.el.
20018
20019 2011-07-01 Michael Albinus <michael.albinus@gmx.de>
20020
20021 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
20022
20023 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
20024
20025 2011-07-01 Martin Rudalics <rudalics@gmx.at>
20026
20027 * window.el (same-window-buffer-names, same-window-regexps)
20028 (same-window-p, special-display-frame-alist)
20029 (special-display-popup-frame, special-display-function)
20030 (special-display-buffer-names, special-display-regexps)
20031 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
20032 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
20033 (split-window-preferred-function, split-height-threshold)
20034 (split-width-threshold, even-window-heights)
20035 (display-buffer-mark-dedicated, window-splittable-p)
20036 (split-window-sensibly, window-safely-shrinkable-p):
20037 Un-obsolete.
20038 (display-buffer): Don't spread args with function specifier
20039 because special-display-popup-frame won't like it.
20040
20041 2011-07-01 Paul Eggert <eggert@cs.ucla.edu>
20042
20043 Time-stamp simplifications and fixes.
20044 These improve accuracy slightly, and future-proof the code
20045 against some potential changes to current-time format.
20046
20047 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
20048 by using time-since and float-time.
20049
20050 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
20051 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
20052 + NNN microseconds".
20053
20054 * type-break.el (type-break-time-sum): Rewrite using time-add.
20055
20056 * play/hanoi.el (hanoi-current-time-float): Remove.
20057 All uses replaced by float-time.
20058
20059 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
20060 This yields a more-accurate answer.
20061 (rng-time-to-float): Remove; no longer needed.
20062
20063 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
20064
20065 * calendar/timeclock.el (timeclock-seconds-to-time):
20066 Defalias to seconds-to-time, since they're the same thing.
20067
20068 * emacs-lisp/elp.el (elp-elapsed-time):
20069 * emacs-lisp/benchmark.el (benchmark-elapse):
20070 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
20071
20072 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
20073
20074 * window.el (bury-buffer): Don't iconify the only frame.
20075 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
20076 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
20077
20078 2011-07-01 Chong Yidong <cyd@stupidchicken.com>
20079
20080 * eshell/em-smart.el (eshell-smart-display-navigate-list):
20081 Add mouse-yank-primary.
20082
20083 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
20084
20085 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
20086
20087 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
20088
20089 * emacs-lisp/find-func.el (find-library--load-name): New fun.
20090 (find-library-name): Use it to find relative load names when provided
20091 absolute file name (bug#8803).
20092
20093 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
20094
20095 * textmodes/flyspell.el (flyspell-word): Consider words that
20096 differ only in case as potential doublons (bug#5687).
20097
20098 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
20099 Remove two rather uninteresting debugging-like messages to make
20100 debbugs.el more silent.
20101
20102 * comint.el (comint-password-prompt-regexp): Accept "Response" as
20103 a password-like phrase.
20104
20105 2011-06-30 Masatake YAMATO <yamato@redhat.com>
20106
20107 * progmodes/cc-guess.el: New file.
20108
20109 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
20110
20111 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
20112 derived from `c-basic-common-init'.
20113
20114 * progmodes/cc-mode.el (top-level): Require cc-guess.
20115 (c-basic-common-init): Use `cc-choose-style-for-mode'.
20116
20117 2011-06-30 Lawrence Mitchell <wence@gmx.li>
20118
20119 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
20120
20121 2011-06-30 Alan Mackenzie <acm@muc.de>
20122
20123 * progmodes/cc-engine.el (c-guess-continued-construct):
20124 Correct the handling of template-args-cont, particularly for when font
20125 lock is disabled. Name this case as "CASE G".
20126
20127 2011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
20128
20129 * allout.el (allout-yank-processing): Fix injection of extra space
20130 between bullet and non-whitespace character in first topic when
20131 pasting, ensuring that the actual spacing in the pasted topic
20132 following the bullet char is preserved. This extra space was
20133 causing pasted encrypted topics to get a decrypted status even
20134 when the content was actually still encrypted. Now the decryption
20135 status from before the paste is preserved.
20136
20137 (allout-flag-region): Set all allout overlays so they evaporate
20138 when reduced to zero length (evanescent), to prevent overlay
20139 leakage.
20140
20141 2011-06-30 Glenn Morris <rgm@gnu.org>
20142
20143 * w32-fns.el (w32-charset-info-alist): Declare.
20144
20145 * find-dired.el (find-grep-options): Simplify.
20146
20147 * term/ns-win.el (ns-set-resource): Declare.
20148
20149 * ses.el (row, col): Declare dynamic variables honestly.
20150
20151 * textmodes/reftex-parse.el (index-tags): Declare.
20152
20153 2011-06-30 Chong Yidong <cyd@stupidchicken.com>
20154
20155 * cus-edit.el (customize-push-and-save): New function.
20156
20157 * files.el (hack-local-variables-confirm): Use it.
20158
20159 * custom.el (load-theme): New arg NO-CONFIRM.
20160 Use customize-push-and-save (Bug#8720).
20161 (custom-enabled-themes): Doc fix.
20162
20163 * cus-theme.el (customize-create-theme)
20164 (custom-theme-merge-theme): Callers to load-theme changed.
20165
20166 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
20167
20168 * thingatpt.el (thing-at-point-short-url-regexp): Require that
20169 short URLs have at least one dot in them (bug #7614).
20170
20171 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
20172 nil, because using a pty is apparently too slow (bug #895).
20173
20174 2011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
20175
20176 * mail/sendmail.el (sendmail-query-once): New function.
20177 (sendmail-query-once-function): New variable.
20178
20179 2011-06-29 Glenn Morris <rgm@gnu.org>
20180
20181 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
20182
20183 * ses.el (top-level): Require cl when compiling.
20184 (ses-set-localvars): Fix error statement.
20185 Call it at compile time to silence a storm of warnings.
20186
20187 2011-06-29 Martin Rudalics <rudalics@gmx.at>
20188
20189 * window.el (normalize-live-buffer): Rename to
20190 window-normalize-buffer.
20191 (normalize-live-frame): Rename to window-normalize-frame.
20192 (normalize-any-window): Rename to window-normalize-any-window.
20193 (normalize-live-window): Rename to window-normalize-live-window.
20194 (make-window-atom): Rename to window-make-atom.
20195 (window-resize-reset): Rename to window--resize-reset.
20196 (window-resize-reset-1): Rename to window--resize-reset-1.
20197 (resize-mini-window): Rename to window--resize-mini-window.
20198 (resize-subwindows-skip-p): Rename to
20199 window--resize-subwindows-skip-p.
20200 (resize-subwindows-normal): Rename to
20201 window--resize-subwindows-normal.
20202 (resize-subwindows): Rename to window--resize-subwindows.
20203 (resize-other-windows): Rename to window--resize-siblings.
20204 (resize-this-window): Rename to window--resize-this-window.
20205 (resize-root-window): Rename to window--resize-root-window.
20206 (resize-root-window-vertically): Rename to
20207 window--resize-root-window-vertically.
20208 (normalize-buffer-to-display): Rename to
20209 window-normalize-buffer-to-display.
20210 (normalize-buffer-to-switch-to): Rename to
20211 window-normalize-buffer-to-switch-to.
20212 Correspondingly update all callers of the functions listed
20213 above.
20214 (display-buffer-alist, display-buffer-normalize-arguments)
20215 (display-buffer-normalize-options, display-buffer)
20216 (display-buffer-alist-set): Use "function" instead of
20217 "fun-with-args".
20218
20219 2011-06-28 Chong Yidong <cyd@stupidchicken.com>
20220
20221 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
20222 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
20223 debbugs.gnu.org. Mention acknowledgment email.
20224
20225 2011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
20226
20227 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
20228 buffer multibyteness, since it shouldn't matter.
20229
20230 2011-06-28 Martin Rudalics <rudalics@gmx.at>
20231
20232 * window.el (display-buffer-in-side-window): Handle dedicated
20233 windows as in display-buffer-reuse-window.
20234 (display-buffer-normalize-alist): Use value of override
20235 specifier.
20236 (display-buffer-normalize-specifiers): Use value of
20237 other-window-means-other-frame specifier.
20238 (display-buffer-alist): Rewrite some texts in widgets.
20239 (display-buffer): Spread arguments when calling function
20240 specified by fun-with-args.
20241
20242 2011-06-28 Deniz Dogan <deniz@dogan.se>
20243
20244 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
20245 Unnest `let'.
20246
20247 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
20248 selectors (Bug#5732).
20249 (css-proprietary-nmstart-re): Use `regexp-opt'.
20250
20251 2011-06-27 Jari Aalto <jari.aalto@cante.net>
20252
20253 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
20254 (eshell-ls-date-format): New defcustom.
20255 (eshell-ls-file): Use it.
20256
20257 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
20258
20259 * help-fns.el (describe-variable): Fix message for terminal-local vars.
20260
20261 2011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
20262
20263 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
20264 (ange-ftp-make-tmp-name): New arg.
20265 (ange-ftp-file-local-copy): Use it.
20266
20267 2011-06-27 Jambunathan K <kjambunathan@gmail.com>
20268
20269 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
20270 no-conversion (Bug#8870).
20271
20272 2011-06-27 Martin Rudalics <rudalics@gmx.at>
20273
20274 * window.el (window-right, window-left, window-child)
20275 (window-child-count, window-last-child)
20276 (window-iso-combination-p, walk-window-tree-1)
20277 (window-atom-check-1, window-tree-1, delete-window)
20278 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
20279 new naming conventions - window-vchild, window-hchild,
20280 window-next and window-prev are now called window-top-child,
20281 window-left-child, window-next-sibling and window-prev-sibling
20282 respectively.
20283 (resize-window-reset): Rename to window-resize-reset.
20284 (resize-window-reset-1): Rename to window-resize-reset-1.
20285 (resize-window): Rename to window-resize.
20286 (window-min-height, window-min-width)
20287 (resize-mini-window, resize-this-window, resize-root-window)
20288 (resize-root-window-vertically, adjust-window-trailing-edge)
20289 (enlarge-window, shrink-window, maximize-window)
20290 (minimize-window, delete-window, quit-restore-window)
20291 (split-window, balance-windows, balance-windows-area-adjust)
20292 (balance-windows-area, window-state-put-2)
20293 (display-buffer-even-window-sizes, display-buffer-set-height)
20294 (display-buffer-set-width, set-window-text-height)
20295 (fit-window-to-buffer): Rename all "resize-window" prefixed
20296 calls to use the "window-resize" prefix convention.
20297 (display-buffer-alist): Fix symbol for label specifier.
20298 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
20299 corresponding specifier.
20300 Reported by Juanma Barranquero <lekktu@gmail.com>.
20301
20302 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
20303
20304 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
20305 convention.
20306 (ses-call-printer): Does not pass an empty string to formatter when the
20307 cell is empty to keep from barking printer Calc math-format-value.
20308
20309 2011-06-27 Richard Stallman <rms@gnu.org>
20310
20311 * battery.el (battery-mode-line-limit): New variable.
20312 (battery-update): Handle it.
20313
20314 * mail/rmailmm.el (rmail-mime-process-multipart):
20315 Handle truncated messages.
20316
20317 2011-06-27 Glenn Morris <rgm@gnu.org>
20318
20319 * progmodes/flymake.el (flymake-err-line-patterns):
20320 Allow for column numbers in the ant/javac pattern. (Bug#8866)
20321
20322 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
20323
20324 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
20325 (ses--clean-!, ses--clean-_): New functions.
20326 (ses-range): Add configurability of readout order, and conversion
20327 to Calc vector.
20328
20329 * ses.el (ses-repair-cell-reference-all): New function.
20330 (ses-cell-symbol): Set macro as safe, so that it can be used in
20331 formulas.
20332
20333 * ses.el: Update cycle detection algorithm.
20334 (ses-localvars): Add ses--Dijkstra-attempt-nb and
20335 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
20336 (ses-set-localvars): New function.
20337 (ses-make-cell): Add property-list as a cell element.
20338 (ses-cell-property-get-fun, ses-cell-property-get)
20339 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
20340 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
20341 New functions.
20342 (ses-cell-property-set, ses-cell-property-pop)
20343 (ses-cell-property-get-handle): New macro.
20344 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
20345 New aliases, used for code readability.
20346 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
20347 cycle detection.
20348 (ses-self-reference-early-detection): New defcustom.
20349 (ses-formula-references): Robustify against self-referring cells.
20350 (ses-mode): Use ses-set-localvars.
20351 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
20352 before lauching the update processing.
20353 (ses-initialize-Dijkstra-attempt): New function.
20354 (ses-recalculate-cell): Update for cycle detection based on
20355 Dijkstra algorithm.
20356
20357 * ses.el: Fix commenting and indenting convention.
20358
20359 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
20360
20361 * bs.el (bs-cycle-next): Complete last change.
20362
20363 2011-06-27 Drew Adams <drew.adams@oracle.com>
20364
20365 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
20366
20367 2011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
20368
20369 * net/network-stream.el (network-stream-open-starttls):
20370 Don't re-get capabilities unless we've reestablished connection.
20371 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
20372
20373 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
20374 to binary to possibly avoid line encoding issues on Windows (among
20375 other things).
20376
20377 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
20378
20379 * net/network-stream.el (open-network-stream): Return an :error
20380 saying what the problem was, if possible.
20381
20382 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
20383 server.
20384
20385 * net/network-stream.el (network-stream-open-starttls): If we
20386 wanted to use STARTTLS, and the server offered it, but we weren't
20387 able to because we had no STARTTLS support, then close the connection.
20388 (open-network-stream): Return an :error element, if present.
20389
20390 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
20391
20392 * hl-line.el (hl-line-sticky-flag): Doc fix.
20393 (global-hl-line-sticky-flag): New option (Bug#8323).
20394 (global-hl-line-highlight): Obey it.
20395
20396 * vc/vc.el (vc-revert-show-diff): Default to t.
20397
20398 2011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
20399
20400 * allout-widgets.el (allout-widgets-post-command-business):
20401 Stop decorating intermediate isearch matches. They're not being
20402 undecorated when an isearch is continued past, and isearch
20403 automatically collapses them. This leads to "widget leaks", where
20404 decorated items accumulate in collapsed areas. Lines with lots of
20405 hidden widgets can slow down cursor travel, substantially.
20406 Too much complicated machinery would be needed to ensure undecoration,
20407 so we're doing without this nicety.
20408
20409 (allout-widgets-tally-string): Don't try to do a hash-table-count
20410 of allout-widgets-tally when it's nil. This eliminates spurious "Error
20411 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
20412 *Messages* when allout-widgets-maintain-tally is t.
20413
20414 2011-06-26 Martin Rudalics <rudalics@gmx.at>
20415
20416 * window.el (display-buffer-normalize-argument): Rename to
20417 display-buffer-normalize-arguments. Handle special meaning of
20418 LABEL argument. Respect special-display-function when popping up
20419 a new frame. Fix code searching for a window showing the buffer
20420 on another frame.
20421 (display-buffer-normalize-specifiers):
20422 Call display-buffer-normalize-arguments.
20423 (display-buffer-in-window): Don't undedicate the window if its
20424 buffer remains the same.
20425 Reported by Drew Adams <drew.adams@oracle.com>.
20426 (display-buffer-alist): Add choice for same-window macro
20427 specfier.
20428 (display-buffer): Mention special meaning of LABEL argument in
20429 doc-string. Fix quoting. Don't pop up a new frame even as
20430 fallback.
20431
20432 2011-06-26 Juanma Barranquero <lekktu@gmail.com>
20433
20434 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
20435 avoid deleting the current window in some cases (bug#8911).
20436
20437 2011-06-26 Andreas Schwab <schwab@linux-m68k.org>
20438
20439 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
20440 (Bug#8934)
20441
20442 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
20443
20444 * net/network-stream.el (network-stream-open-starttls):
20445 Use built-in TLS support if `gnutls-available-p' is true.
20446 (network-stream-open-tls): Ditto.
20447
20448 2011-06-26 Leo Liu <sdl.web@gmail.com>
20449
20450 * register.el (registerv): New struct.
20451 (registerv-make): New function.
20452 (jump-to-register, describe-register-1, insert-register):
20453 Support the jump-func, print-func and insert-func slot of a registerv
20454 struct. (Bug#8415)
20455
20456 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
20457
20458 * vc/vc.el (vc-revert-show-diff): New defcustom.
20459 (vc-diff-internal): New arg specifying diff buffer.
20460 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
20461 reuse an existing *vc-diff* buffer (Bug#8927).
20462
20463 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
20464
20465 2011-06-26 Glenn Morris <rgm@gnu.org>
20466
20467 * progmodes/f90.el (f90-critical-indent): New option.
20468 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
20469 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
20470 (f90-mode): Doc fix.
20471 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
20472 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
20473 (f90-beginning-of-block, f90-next-block, f90-indent-region)
20474 (f90-match-end): Handle block, critical.
20475
20476 2011-06-25 Glenn Morris <rgm@gnu.org>
20477
20478 * calendar/diary-lib.el (diary-included-files): Doc fix.
20479 (diary-include-files): New function, extracted from
20480 diary-include-other-diary-files and diary-mark-included-diary-files.
20481 (diary-include-other-diary-files, diary-mark-included-diary-files):
20482 Just call diary-include-files.
20483 (diary-mark-entries): Reset diary-included-files on first call.
20484
20485 * calendar/diary-lib.el (diary-mark-entries)
20486 (diary-mark-included-diary-files):
20487 Visit included diary-files in temp buffers.
20488
20489 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
20490 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
20491 (f90-start-block-re, f90-imenu-generic-expression)
20492 (f90-looking-at-program-block-start, f90-no-block-limit):
20493 Add support for submodules.
20494
20495 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
20496 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
20497
20498 2011-06-25 Eli Zaretskii <eliz@gnu.org>
20499
20500 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
20501 buffer-file-type before setting its value, to avoid disastrous
20502 global effects on decoding files for DOS/Windows systems. (Bug#8780)
20503
20504 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
20505
20506 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
20507
20508 * ses.el (ses-unload-function):
20509 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
20510
20511 * proced.el (proced-unload-function):
20512 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
20513
20514 2011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
20515
20516 * server.el (server-create-window-system-frame): Add parameters arg.
20517 (server-process-filter): Doc fix. Handle frame-parameters.
20518
20519 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
20520
20521 Fix bug#8730, bug#8781.
20522
20523 * loadhist.el (unload--set-major-mode): New function.
20524 (unload-feature): Use it.
20525
20526 * progmodes/python.el (python-after-info-look): Add autoload cookie.
20527 (python-unload-function): New function.
20528
20529 2011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
20530
20531 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
20532
20533 2011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
20534
20535 * net/browse-url.el (browse-url-firefox-program): Add icecat to
20536 the candidates list.
20537
20538 2011-06-24 Juanma Barranquero <lekktu@gmail.com>
20539
20540 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
20541
20542 2011-06-23 Richard Stallman <rms@gnu.org>
20543
20544 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
20545 (rmail-variables): Set next-error-move-function.
20546 (rmail-what-message): Take argument POS.
20547 (rmail-next-error-move): New function.
20548
20549 2011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
20550
20551 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
20552 messages for adjacent non-terminals.
20553
20554 2011-06-23 Richard Stallman <rms@gnu.org>
20555
20556 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
20557 (rmail-show-message-1): Preserve buffer modified flag.
20558 (rmail-start-mail): Don't specify use of rmail-mail-return;
20559 that's done by mail-bury now.
20560 (rmail-mail-return): Handle arg NEWBUF.
20561
20562 2011-06-23 Michael Albinus <michael.albinus@gmx.de>
20563
20564 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
20565 SIZE is a number.
20566
20567 2011-06-23 Martin Rudalics <rudalics@gmx.at>
20568
20569 * window.el (get-lru-window, get-mru-window)
20570 (get-largest-window): Never return a minibuffer window.
20571 (display-buffer-pop-up-window): Fix a bug that could lead to
20572 reusing the minibuffer window.
20573 (display-buffer): Pass original specifier argument to
20574 display-buffer-function instead of the normalized one.
20575 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
20576
20577 2011-06-22 Leo Liu <sdl.web@gmail.com>
20578
20579 * minibuffer.el (completing-read-function)
20580 (completing-read-default): Move from minibuf.c.
20581
20582 2011-06-22 Richard Stallman <rms@gnu.org>
20583
20584 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
20585 to Rmail even if not started by a special Rmail command.
20586
20587 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
20588 Copy the buffer currently showing just one message.
20589
20590 2011-06-22 Roland Winkler <winkler@gnu.org>
20591
20592 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
20593 (bibtex-clean-entry): First delete the old key so that a
20594 customized algorithm for generating the new key does not get
20595 confused by the old key.
20596 (bibtex-url): Obey regexp of first step.
20597 (bibtex-search-entries): Do not use add-to-list with local
20598 list-var.
20599
20600 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
20601
20602 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
20603 stored a user name, then query for the password first, instead of
20604 waiting for SMTP to give an error message and the trying again.
20605
20606 2011-06-22 Lawrence Mitchell <wence@gmx.li>
20607
20608 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
20609 BUFFER in call-process.
20610
20611 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
20612
20613 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
20614 QUIT twice.
20615 (smtpmail-try-auth-methods): Require user name and password from
20616 auth-source.
20617
20618 2011-06-22 Martin Rudalics <rudalics@gmx.at>
20619
20620 * window.el (display-buffer-default-specifiers)
20621 (display-buffer-alist): Remove entries for pop-up-frame-alist.
20622 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
20623 (split-window): Normalize SIDE argument (Bug#8916).
20624
20625 * frame.el (pop-up-frame-alist, pop-up-frame-function)
20626 (special-display-frame-alist, special-display-popup-frame):
20627 Remove duplicate declarations. These are now in window.el.
20628
20629 2011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
20630
20631 * mail/smtpmail.el (smtpmail-via-smtp):
20632 Set :use-starttls-if-possible so that we always use STARTTLS if the
20633 server supports it. SMTP servers that support STARTTLS commonly
20634 require it.
20635
20636 * net/network-stream.el (network-stream-open-starttls): Support
20637 upgrading to STARTTLS always, even if we don't have built-in support.
20638 (open-network-stream): Add the :always-query-capabilities keyword.
20639
20640 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
20641 upgrades with `open-network-stream', and rely solely on
20642 auth-source for all credentials. Big changes throughout the file,
20643 but in particular:
20644 (smtpmail-auth-credentials): Remove.
20645 (smtpmail-starttls-credentials): Remove.
20646 (smtpmail-via-smtp): Check for servers saying they want AUTH after
20647 MAIL FROM, too.
20648
20649 * net/network-stream.el (network-stream-open-starttls):
20650 Provide support for client certificates both for external and built-in
20651 STARTTLS.
20652 (auth-source): Require.
20653 (open-network-stream): Document the :client-certificate keyword.
20654 (network-stream-certificate): Change cert-cert to cert and
20655 cert-key to key.
20656
20657 2011-06-21 Michael Albinus <michael.albinus@gmx.de>
20658
20659 * net/tramp-cache.el (top): Don't load the persistency file when
20660 "emacs -Q" has been called.
20661
20662 2011-06-21 Tim Harper <timcharper@gmail.com>
20663
20664 * term/ns-win.el (ns-initialize-window-system):
20665 Set application-specific `ApplePressAndHoldEnabled' system
20666 resource to NO as it is not yet supported by the NS port.
20667
20668 2011-06-21 Juanma Barranquero <lekktu@gmail.com>
20669
20670 * misc.el (list-dynamic-libraries--refresh): Compute header here...
20671 (list-dynamic-libraries): ...not here.
20672
20673 2011-06-21 Leo Liu <sdl.web@gmail.com>
20674
20675 * subr.el (sha1): Implement sha1 using secure-hash.
20676
20677 2011-06-21 Martin Rudalics <rudalics@gmx.at>
20678
20679 * window.el (display-buffer-alist): In default value do not
20680 enforce searching a window on any but the selected frame.
20681 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
20682 (display-buffer-select-window): Remove function.
20683 (display-buffer-in-window): When a window on another frame gets
20684 reused, do not select it any more but just raise its frame if
20685 necessary (Bug#8851) and (Bug#8856).
20686 (display-buffer-normalize-options): Handle pop-up-frames related
20687 options more faithfully.
20688 (pop-to-buffer): Don't rely on `display-buffer' selecting the
20689 window if it is on another frame.
20690 (display-buffer-alist, display-buffer-default-specifiers):
20691 Don't make new frame unsplittable by default.
20692 (display-buffer-normalize-argument): Fix doc-string typo and use
20693 'same-frame-other-window instead of 'other-window when associating
20694 with display-buffer-macro-specifiers.
20695
20696 2011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
20697
20698 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
20699 New functions.
20700 (5x5-mode-map, 5x5-mode-menu): Bind them.
20701 (5x5-draw-grid): Tweak the solver's rendering.
20702
20703 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
20704
20705 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
20706 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
20707
20708 2011-06-21 Drew Adams <drew.adams@oracle.com>
20709
20710 * menu-bar.el: Use function variable instead of switch-to-buffer.
20711 (menu-bar-select-buffer-function): New variable.
20712 (menu-bar-update-buffers): Use it (bug#8876).
20713
20714 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
20715
20716 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
20717 variable's status.
20718
20719 2011-06-20 Jan Djärv <jan.h.d@swipnet.se>
20720
20721 * x-dnd.el (x-dnd-version-from-flags)
20722 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
20723 and long as number (Bug#8899).
20724 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
20725
20726 2011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
20727
20728 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
20729 (completion-try-completion, completion-all-completions): Compute the
20730 metadata argument if it's missing; make it optional (bug#8795).
20731
20732 * wid-edit.el: Use lex-bind and move towards completion-at-point.
20733 (widget-complete): Use new :completion-function property.
20734 (widget-completions-at-point): New function.
20735 (default): Use :completion-function instead of :complete.
20736 (widget-default-completions): Rename from widget-default-complete;
20737 Rewrite.
20738 (widget-string-complete, widget-file-complete, widget-color-complete):
20739 Remove functions.
20740 (file, symbol, function, variable, coding-system, color):
20741 * international/mule-cmds.el (default-input-method, charset)
20742 (language-info-custom-alist):
20743 * cus-edit.el (face): Use new property :completions.
20744
20745 * progmodes/pascal.el (pascal-completions-at-point): New function.
20746 (pascal-mode): Use it.
20747 (pascal-mode-map): Use completion-at-point.
20748 (pascal-toggle-completions): Make obsolete.
20749 (pascal-complete-word, pascal-show-completions):
20750 * progmodes/octave-mod.el (octave-complete-symbol):
20751 Redefine as obsolete alias.
20752 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
20753 Signal absence of completion info for old Octave,
20754 (inferior-octave-complete): Redefine as obsolete alias.
20755 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
20756 (meta-completions-at-point): Rename from meta-complete-symbol and
20757 adapt it for use on completion-at-point-functions.
20758 (meta-common-mode): Use it.
20759 (meta-looking-at-backward, meta-match-buffer): Remove.
20760 (meta-complete-symbol): Redefine as obsolete alias.
20761 (meta-common-mode-map): Use completion-at-point.
20762 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
20763 (makefile-mode-map): Use completion-at-point.
20764 (makefile-completions-at-point): Rename from makefile-complete and
20765 adapt it for use on completion-at-point-functions.
20766 (makefile-mode): Use it.
20767 (makefile-complete): Redefine as obsolete alias.
20768
20769 2011-06-20 Deniz Dogan <deniz@dogan.se>
20770
20771 * net/rcirc.el: Delete trailing whitespaces once and for all.
20772
20773 2011-06-20 Daniel Colascione <dan.colascione@gmail.com>
20774
20775 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
20776
20777 2011-06-19 Chong Yidong <cyd@stupidchicken.com>
20778
20779 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
20780
20781 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
20782
20783 2011-06-19 Martin Rudalics <rudalics@gmx.at>
20784
20785 * window.el (display-buffer-other-window-means-other-frame):
20786 Call display-buffer-normalize-alist.
20787 (display-buffer-normalize-specifiers-1): Rename to
20788 display-buffer-normalize-argument. New argument other-frame.
20789 Rewrite.
20790 (display-buffer-normalize-specifiers-2): Rename to
20791 display-buffer-normalize-options.
20792 (display-buffer-normalize-alist-1): New function.
20793 (display-buffer-normalize-specifiers-3): Rename to
20794 display-buffer-normalize-alist.
20795 Call display-buffer-normalize-alist-1.
20796 (display-buffer-normalize-options-inhibit): New variable.
20797 (display-buffer-normalize-specifiers): Rewrite calling
20798 display-buffer-normalize-alist,
20799 display-buffer-normalize-argument, and
20800 display-buffer-normalize-options. Don't call the latter if
20801 display-buffer-normalize-options-inhibit is non-nil.
20802 (frame-auto-delete): New option.
20803 (window-deletable-p): Use frame-auto-delete.
20804 (window-list-no-nils, window-state-ignored-parameters)
20805 (window-state-get-1, window-state-get, window-state-put-list)
20806 (window-state-put-1, window-state-put-2, window-state-put):
20807 New functions.
20808 (display-buffer-normalize-options): Move special-display-p group
20809 after pop-up-frame group (Bug#8851) and (Bug#8856).
20810
20811 2011-06-18 Chong Yidong <cyd@stupidchicken.com>
20812
20813 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
20814 groups (Bug#8776).
20815 (rx-submatch-n): New function.
20816 (rx): Document it.
20817
20818 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
20819 (Bug#8768).
20820
20821 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
20822
20823 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
20824
20825 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
20826 anytime existing face settings are present (Bug#8889).
20827
20828 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
20829 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
20830 Remove unused argument.
20831
20832 2011-06-18 Martin Rudalics <rudalics@gmx.at>
20833
20834 * window.el (display-buffer-default-specifiers):
20835 Remove pop-up-frame. Add pop-up-window-min-height,
20836 pop-up-window-min-width, and another reuse-window specifier
20837 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
20838 (display-buffer-normalize-specifiers-2):
20839 Handle split-height-threshold and split-width-threshold also when
20840 pop-up-windows is unset. Add a reuse-window specifier for the
20841 case popping up a new window fails.
20842 (special-display-popup-frame): Remove double quoting.
20843 (display-buffer-normalize-specifiers-1): Fix thinko.
20844
20845 2011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
20846
20847 * shell.el (shell-completion-vars): Set pcomplete-termination-string
20848 according to comint-completion-addsuffix.
20849
20850 * pcomplete.el: Convert to lexical binding and fix bug#8819.
20851 (pcomplete-suffix-list): Mark as obsolete.
20852 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
20853 pcomplete-seen in the closure.
20854 (pcomplete-comint-setup): Setup completion-at-point as well.
20855 (pcomplete--entries): New function.
20856 (pcomplete--env-regexp): New var.
20857 (pcomplete-entries): Rewrite to work with partial-completion and
20858 without relying on pcomplete-suffix-list.
20859 (pcomplete-pare-list): Remove, unused.
20860
20861 2011-06-17 Martin Rudalics <rudalics@gmx.at>
20862
20863 * window.el (display-buffer-alist): Set pop-up-window-min-height
20864 and pop-up-window-min-width in default value. Reported by
20865 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
20866 other-window-means-other-frame.
20867 (display-buffer-macro-specifiers): Comment out entry for
20868 other-window specifier.
20869 (display-buffer-other-window-means-other-frame): New function.
20870 (display-buffer-normalize-specifiers-1): New arguments
20871 buffer-name and label. Treat other-window case specially.
20872 (display-buffer-normalize-specifiers-2): Treat other-window case
20873 specially.
20874 (display-buffer-normalize-specifiers-3): New function.
20875 (display-buffer-normalize-specifiers):
20876 Call display-buffer-normalize-specifiers-3.
20877
20878 2011-06-17 Martin Rudalics <rudalics@gmx.at>
20879
20880 * window.el (same-window-p): Fix two typos introduced when
20881 adding with-no-warnings.
20882 (display-buffer-normalize-specifiers-1): Don't check
20883 pop-up-frames for 'unset initialization.
20884 (display-buffer-normalize-specifiers-2): Major rewrite using
20885 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
20886 (pop-up-frames, display-buffer-reuse-frames)
20887 (display-buffer-mark-dedicated): Don't initialize to 'unset.
20888 Suggested by David Engster <deng@randomsample.de>.
20889 (even-window-heights): Initialize to 'unset.
20890 (display-buffer-alist-set): Handle new 'unset initializations.
20891 (display-buffer-macro-specifiers): Don't pop up a new frame in the
20892 other window case.
20893
20894 2011-06-16 Martin Rudalics <rudalics@gmx.at>
20895
20896 * window.el (display-buffer-normalize-specifiers-1):
20897 Respect current value of pop-up-frames for most reasonable values of
20898 second argument of display-buffer (Bug#8865).
20899 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
20900 (switch-to-buffer-other-window-same-frame)
20901 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
20902 Adams (Bug#8875).
20903 (display-buffer): Don't check noninteractive when calling
20904 display-buffer-pop-up-frame.
20905 (display-buffer-pop-up-frame): Never pop up a frame in
20906 noninteractive mode (Bug#8857).
20907 (enlarge-window, shrink-window): Don't report an error when the
20908 window can't be resized as requested (Bug#8862).
20909
20910 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
20911
20912 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
20913
20914 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
20915
20916 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
20917
20918 2011-06-15 Alan Mackenzie <acm@muc.de>
20919
20920 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
20921 for declarators, disable knr checking to speed up for normal files.
20922 2: Refactor, replacing a sequence of nested if forms by a cond form.
20923
20924 2011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
20925
20926 * net/network-stream.el (open-network-stream): Add the keyword
20927 :always-query-capabilities for the case where you want to force a
20928 `plain' network connection, but the protocol still requires the
20929 capabilitiy command (i.e., SMTP and EHLO).
20930
20931 * subr.el (process-live-p): Rename from `process-alive-p' for
20932 consistency with other `-live-p' functions.
20933
20934 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
20935
20936 * window.el (same-window-buffer-names, same-window-regexps)
20937 (special-display-frame-alist, special-display-popup-frame)
20938 (special-display-function, special-display-buffer-names)
20939 (special-display-regexps, pop-up-frame-alist)
20940 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
20941 (pop-up-windows, split-window-preferred-function)
20942 (split-height-threshold, split-width-threshold, even-window-heights)
20943 (display-buffer-mark-dedicated): Don't encourage the use of
20944 display-buffer-alist from Elisp code.
20945
20946 2011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
20947
20948 * progmodes/python.el (python-mode): Derive from prog-mode.
20949 * progmodes/ps-mode.el (ps-mode):
20950 * progmodes/mixal-mode.el (mixal-mode):
20951 * progmodes/cfengine.el (cfengine-mode):
20952 * progmodes/ld-script.el (ld-script-mode): Likewise.
20953
20954 2011-06-15 Martin Rudalics <rudalics@gmx.at>
20955
20956 * window.el (display-buffer-alist): Trim default value to avoid
20957 popping up a new frame (Bug#8857) or reusing an arbitrary window
20958 on another frame.
20959 (display-buffer): Do not fall back on popping up a new frame in
20960 batch mode (Bug#8857).
20961
20962 2011-06-14 Chong Yidong <cyd@stupidchicken.com>
20963
20964 * cus-theme.el (describe-theme-1): Use custom-theme-p.
20965 (custom-theme-summary): New function.
20966 (customize-themes): Use it.
20967
20968 2011-06-13 Glenn Morris <rgm@gnu.org>
20969
20970 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
20971
20972 2011-06-13 Martin Rudalics <rudalics@gmx.at>
20973
20974 * help.el (help-window): Remove variable.
20975 (help-window-point-marker, temp-buffer-max-height)
20976 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
20977 (help-print-return-message): Don't set help-window.
20978 (resize-temp-buffer-window): Rewrite cod eand doc-string.
20979 (help-window-setup-finish): Remove.
20980 (help-window-display-message, help-window-setup)
20981 (with-help-window): Major rewrite based on new
20982 display-buffer-window variable.
20983
20984 * help-mode.el (help-mode-finish): Remove help-window related
20985 code.
20986
20987 * view.el (view-exits-all-viewing-windows): Remove reference to
20988 view-return-to-alist in doc-string.
20989 (view-return-to-alist): Make obsolete.
20990 (view-buffer): Call pop-to-buffer-same-window and remove
20991 undo-window code.
20992 (view-buffer-other-window): Call pop-to-buffer-other-window and
20993 simplify code. Ignore second argument.
20994 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
20995 simplify code. Ignore second argument.
20996 (view-return-to-alist-update): Make obsolete.
20997 (view-mode-enter): Rename second argument to QUIT-RESTORE.
20998 Rewrite using quit-restore window parameters.
20999 (view-mode-exit): Rename second argument to EXIT-ONLY.
21000 Rewrite using quit-restore-window.
21001 (View-exit, View-exit-and-edit, View-leave, View-quit)
21002 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
21003 appropriate arguments.
21004 (view-end-message): Use quit-restore window parameter.
21005
21006 * window.el (display-buffer-function): Rewrite doc-string.
21007 (display-buffer-window, display-buffer-alist): New variables.
21008 (display-buffer-split-specifiers)
21009 (display-buffer-side-specifiers)
21010 (display-buffer-macro-specifiers): New constants.
21011 (display-buffer-even-window-sizes, display-buffer-set-height)
21012 (display-buffer-set-width, display-buffer-select-window)
21013 (display-buffer-in-window, display-buffer-reuse-window)
21014 (display-buffer-split-window-1, display-buffer-split-window)
21015 (display-buffer-split-atom-window, display-buffer-pop-up-window)
21016 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
21017 (display-buffer-in-side-window, normalize-buffer-to-display)
21018 (display-buffer-normalize-specifiers-1)
21019 (display-buffer-normalize-specifiers-2)
21020 (display-buffer-normalize-specifiers, display-buffer-frame):
21021 New functions.
21022 (display-buffer): Major rewrite.
21023 (display-buffer-other-window, display-buffer-other-frame)
21024 (pop-to-buffer, switch-to-buffer-other-window)
21025 (switch-to-buffer-other-frame): Rewrite.
21026 (display-buffer-same-window, display-buffer-same-frame)
21027 (display-buffer-same-frame-other-window)
21028 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
21029 (pop-to-buffer-other-window)
21030 (pop-to-buffer-same-frame-other-window)
21031 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
21032 (switch-to-buffer-other-window-same-frame): New functions.
21033 (same-window-p, special-display-p): Rewrite disabling warnings.
21034 Make obsolete.
21035 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
21036 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
21037 Make obsolete
21038 (same-window-buffer-names, same-window-regexps)
21039 (special-display-frame-alist, special-display-popup-frame)
21040 (special-display-function, special-display-buffer-names)
21041 (special-display-regexps, pop-up-frame-alist)
21042 (pop-up-frame-function, split-window-preferred-function)
21043 (split-height-threshold, split-width-threshold)
21044 (even-window-heights): Make obsolete.
21045
21046 2011-06-12 Glenn Morris <rgm@gnu.org>
21047
21048 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
21049 Misc simplifications.
21050
21051 2011-06-12 Martin Rudalics <rudalics@gmx.at>
21052
21053 * window.el (window-safely-shrinkable-p): Restore function which
21054 was inadvertently removed in change from 2011-06-11. Declare as
21055 obsolete.
21056
21057 * calendar/calendar.el (calendar-generate-window):
21058 Use window-iso-combined-p instead of combination of one-window-p and
21059 window-safely-shrinkable-p.
21060
21061 2011-06-12 Glenn Morris <rgm@gnu.org>
21062
21063 * progmodes/fortran.el (fortran-mode-syntax-table):
21064 * progmodes/f90.el (f90-mode-syntax-table):
21065 Set % to punctuation. (Bug#8820)
21066 (f90-find-tag-default): Remove, no longer needed.
21067
21068 2011-06-12 Daniel Colascione <dan.colascione@gmail.com>
21069
21070 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
21071
21072 2011-06-11 Chong Yidong <cyd@stupidchicken.com>
21073
21074 * image.el (image-animated-p): Return animation delay in seconds.
21075 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
21076 (image-animate-timeout): Remove DELAY argument. Don't assume
21077 every subimage has the same delay; get it from image-animated-p.
21078 (image-animate): Caller changed.
21079
21080 2011-06-11 Michael Albinus <michael.albinus@gmx.de>
21081
21082 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
21083 to ignored backtrace functions.
21084
21085 2011-06-11 Glenn Morris <rgm@gnu.org>
21086
21087 * calendar/appt.el (appt-disp-window-function): Doc fix.
21088 (appt-check): Handle overlapping appointments. (Bug#8337)
21089
21090 2011-06-11 Martin Rudalics <rudalics@gmx.at>
21091
21092 * window.el (window-tree-1, window-tree): New functions, moving
21093 the latter to window.el.
21094 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
21095 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
21096 (bw-refresh-edges): Remove.
21097 (balance-windows-1, balance-windows-2): New functions.
21098 (balance-windows): Rewrite in terms of window tree functions,
21099 balance-windows-1 and balance-windows-2.
21100 (bw-adjust-window): Remove.
21101 (balance-windows-area-adjust): New function with functionality of
21102 bw-adjust-window but using resize-window.
21103 (set-window-text-height): Rewrite doc-string.
21104 Use normalize-live-window and resize-window.
21105 (enlarge-window-horizontally, shrink-window-horizontally):
21106 Rename argument to DELTA.
21107 (window-buffer-height): New function.
21108 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
21109 Rewrite using new window resize routines.
21110 (kill-buffer-and-window, mouse-autoselect-window-select):
21111 Use ignore-errors instead of condition-case.
21112 (quit-window): Call delete-frame instead of delete-windows-on
21113 for the only buffer on frame.
21114
21115 2011-06-10 Martin Rudalics <rudalics@gmx.at>
21116
21117 * loadup.el (top-level): Load window before files for the sake
21118 of replace-buffer-in-windows.
21119
21120 * files.el (read-buffer-to-switch)
21121 (switch-to-buffer-other-window)
21122 (switch-to-buffer-other-frame, display-buffer-other-frame):
21123 Move to window.el.
21124
21125 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
21126 (previous-buffer): Move to window.el.
21127
21128 * bindings.el (unbury-buffer): Move to window.el.
21129
21130 * window.el (delete-other-windows-vertically): Move after
21131 definition of delete-other-windows.
21132 (other-window, delete-windows-on, replace-buffer-in-windows):
21133 Move here from window.c.
21134 (record-window-buffer, unrecord-window-buffer)
21135 (set-window-buffer-start-and-point, switch-to-prev-buffer)
21136 (switch-to-next-buffer): New functions.
21137 (get-next-valid-buffer, last-buffer, next-buffer): Move here
21138 from simple.el. Call switch-to-next-buffer.
21139 (previous-buffer): Move here from simple.el.
21140 Call switch-to-prev-buffer.
21141 (bury-buffer): Move here from buffer.c. Switch to previous
21142 buffer when window cannot be deleted.
21143 (unbury-buffer): Move here from bindings.el.
21144 (ctl-x-map): Move binding for other-window from window.c to
21145 here.
21146 (read-buffer-to-switch, switch-to-buffer-other-window)
21147 (switch-to-buffer-other-frame): Move here from files.el.
21148 (normalize-buffer-to-switch-to): New functions.
21149 (switch-to-buffer): Move here from buffer.c.
21150 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
21151
21152 2011-06-10 Martin Rudalics <rudalics@gmx.at>
21153
21154 * window.el (window-min-height, window-min-width): Move here
21155 from window.c. Add defcustoms and rewrite doc-strings.
21156 (resize-mini-window, resize-window): New functions.
21157 (adjust-window-trailing-edge, enlarge-window, shrink-window):
21158 Move here from window.c.
21159 (maximize-window, minimize-window): New functions.
21160 (delete-window, delete-other-windows, split-window): Move here
21161 from window.c.
21162 (window-split-min-size): New function.
21163 (split-window-keep-point): Mention split-window-above-each-other
21164 instead of split-window-vertically.
21165 (split-window-above-each-other, split-window-vertically):
21166 Rename split-window-vertically to split-window-above-each-other
21167 and provide defalias for old definition.
21168 (split-window-side-by-side, split-window-horizontally):
21169 Rename split-window-horizontally to split-window-side-by-side
21170 and provide defalias for the old definition.
21171 (ctl-x-map): Move bindings for delete-window,
21172 delete-other-windows and enlarge-window here from window.c.
21173 Replace bindings for split-window-vertically and
21174 split-window-horizontally by bindings for
21175 split-window-above-each-other and split-window-side-by-side.
21176
21177 * cus-start.el (all): Remove entries for window-min-height and
21178 window-min-width. Add entries for window-splits and
21179 window-nest.
21180
21181 2011-06-09 Glenn Morris <rgm@gnu.org>
21182
21183 * calendar/appt.el (appt-mode-line): New function.
21184 (appt-check, appt-disp-window): Use it.
21185
21186 * files.el (hack-one-local-variable-eval-safep):
21187 Allow minor-modes with explicit +/-1 arguments.
21188
21189 2011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
21190
21191 * term/xterm.el (xterm): Add defgroup.
21192 (xterm-extra-capabilities): Add defcustom to supply known xterm
21193 capabilities, skip querying them, or query them (default).
21194 (terminal-init-xterm): Use it.
21195 (terminal-init-xterm-modify-other-keys): New function to set up
21196 modifyOtherKeys support to simplify `terminal-init-xterm'.
21197
21198 2011-06-09 Martin Rudalics <rudalics@gmx.at>
21199
21200 * window.el (resize-window-reset, resize-window-reset-1)
21201 (resize-subwindows-skip-p, resize-subwindows-normal)
21202 (resize-subwindows, resize-other-windows, resize-this-window)
21203 (resize-root-window, resize-root-window-vertically)
21204 (window-deletable-p, window-or-subwindow-p)
21205 (frame-root-window-p): New functions.
21206
21207 2011-06-09 Glenn Morris <rgm@gnu.org>
21208
21209 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
21210 (ange-ftp-get-files): Use it.
21211
21212 2011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
21213
21214 * mail/sendmail.el (mail-recover-1, mail-recover):
21215 * files.el (recover-file, recover-session):
21216 Handle dired-listing-switches not being just a single short option.
21217
21218 2011-06-09 Glenn Morris <rgm@gnu.org>
21219
21220 * calendar/appt.el (appt-display-message, appt-disp-window):
21221 Handle lists of appointments.
21222
21223 2011-06-08 Martin Rudalics <rudalics@gmx.at>
21224
21225 * window.el (one-window-p): Move down in code.
21226 Rewrite doc-string.
21227 (window-current-scroll-bars): Rewrite doc-string.
21228 Normalize live window argument.
21229 (walk-windows, get-window-with-predicate, count-windows):
21230 Rewrite doc-string. Use window-list-1.
21231 (window-in-direction-2, window-in-direction, get-mru-window):
21232 New functions.
21233
21234 2011-06-08 Reuben Thomas <rrt@sc3d.org>
21235
21236 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
21237 Doc fix (Bug#8713).
21238
21239 2011-06-08 Chong Yidong <cyd@stupidchicken.com>
21240
21241 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
21242
21243 2011-06-08 Juanma Barranquero <lekktu@gmail.com>
21244
21245 * loadhist.el (unload-feature-special-hooks):
21246 Add `comint-output-filter-functions'.
21247
21248 2011-06-08 Ivan Kanis <gnu@kanis.fr>
21249
21250 * calendar/appt.el (appt-check): Move some initializations into the let.
21251
21252 2011-06-08 Martin Rudalics <rudalics@gmx.at>
21253
21254 * window.el (window-height): Defalias to window-total-height.
21255 (window-width): Defalias to window-body-width.
21256
21257 2011-06-07 Chong Yidong <cyd@stupidchicken.com>
21258
21259 * image-mode.el (image-toggle-animation): New command.
21260 (image-mode-map): Bind it to RET.
21261 (image-mode): Update message.
21262 (image-toggle-display-image): Avoid a spurious cache flush.
21263 (image-transform-rotation): Doc fix.
21264 (image-transform-properties): Return quickly in the normal case.
21265 (image-animate-loop): Rename from image-animate-max-time.
21266
21267 * image.el (image-animate-max-time): Move to image-mode.el.
21268 (create-animated-image): Remove unnecessary function.
21269 (image-animate): Rename from image-animate-start. New arg.
21270 (image-animate-stop): Remove; just use image-animate-timer.
21271 (image-animate-timer): Use car-safe.
21272 (image-animate-timeout): Rename argument.
21273
21274 2011-06-07 Martin Rudalics <rudalics@gmx.at>
21275
21276 * window.el (get-lru-window, get-largest-window): Move here from
21277 window.c. Rename first argument to ALL-FRAMES.
21278 Rephrase doc-strings.
21279 (get-buffer-window-list): Rewrite using window-list-1.
21280 Rephrase doc-string.
21281 (window-safe-min-height, window-safe-min-width): New constants.
21282 (window-size-ignore, window-min-size, window-min-size-1)
21283 (window-sizable, window-sizable-p, window-size-fixed-1)
21284 (window-size-fixed-p, window-min-delta-1, window-min-delta)
21285 (window-max-delta-1, window-max-delta, window-resizable)
21286 (window-resizable-p, window-total-height, window-total-width)
21287 (window-body-width): New functions.
21288 (window-full-height-p, window-full-width-p): Rewrite using
21289 window-total-size.
21290 (window-body-height): Rewrite using window-body-size.
21291
21292 2011-06-06 Martin Rudalics <rudalics@gmx.at>
21293
21294 * window.el (window-right, window-left, window-child)
21295 (window-child-count, window-last-child, window-any-p)
21296 (normalize-live-buffer, normalize-live-frame)
21297 (normalize-any-window, normalize-live-window)
21298 (window-iso-combination-p, window-iso-combined-p)
21299 (window-iso-combinations)
21300 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
21301 (windows-with-parameter, window-with-parameter)
21302 (window-atom-root, make-window-atom, window-atom-check-1)
21303 (window-atom-check, window-side-check, window-check):
21304 New functions.
21305 (ignore-window-parameters, window-sides, window-sides-vertical)
21306 (window-sides-slots): New variables.
21307 (window-size-fixed): Move down in code. Minor doc-string fix.
21308
21309 2011-06-05 Andreas Schwab <schwab@linux-m68k.org>
21310
21311 * comint.el (comint-dynamic-complete-as-filename)
21312 (comint-dynamic-complete-filename): Correctly call
21313 completion-in-region.
21314
21315 2011-06-05 Deniz Dogan <deniz@dogan.se>
21316
21317 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
21318 in last change.
21319
21320 2011-06-05 Deniz Dogan <deniz@dogan.se>
21321
21322 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
21323 (rcirc): Use it to prompt for encryption.
21324
21325 2011-06-05 Roland Winkler <winkler@gnu.org>
21326
21327 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
21328 (bibtex-search-entries): New command bound to C-c C-a.
21329 (bibtex-display-entries): New function.
21330
21331 2011-06-05 Roland Winkler <winkler@gnu.org>
21332
21333 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
21334 (bibtex-insert-kill): After yanking insert newline if necessary.
21335 (bibtex-initialize): Call bibtex-string-files-init only once.
21336 (bibtex-mode): Do not call easy-menu-add.
21337 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
21338 (bibtex-yank): Set arg properly if nil.
21339
21340 2011-06-05 Roland Winkler <winkler@gnu.org>
21341
21342 * textmodes/bibtex.el (bibtex-search-entry-globally):
21343 New variable.
21344 (bibtex-search-entry): Use it.
21345
21346 2011-06-05 Roland Winkler <winkler@gnu.org>
21347
21348 * textmodes/bibtex.el (bibtex-entry-format): New option
21349 sort-fields.
21350 (bibtex-format-entry, bibtex-reformat): Honor this option.
21351 (bibtex-parse-entry): Return fields in proper order.
21352
21353 2011-06-05 Juanma Barranquero <lekktu@gmail.com>
21354
21355 * doc-view.el (doc-view-remove-if): Move computation of result out
21356 of `dolist' to silence misleading lexical-binding warning.
21357
21358 2011-06-04 Chong Yidong <cyd@stupidchicken.com>
21359
21360 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
21361 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
21362
21363 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
21364
21365 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
21366 "SunOS 5.10".
21367
21368 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
21369
21370 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
21371 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
21372 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
21373 (tramp-parse-putty):
21374 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
21375 (tramp-completion-function-alist-ssh)
21376 (tramp-completion-function-alist-telnet)
21377 (tramp-completion-function-alist-su)
21378 (tramp-completion-function-alist-putty): Set `tramp-autoload'
21379 cookie.
21380
21381 * net/tramp-ftp.el:
21382 * net/tramp-sh.el:
21383 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
21384 load "tramp.el" `tramp-set-completion-function'.
21385
21386 2011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
21387
21388 * shell.el: Require and use pcomplete.
21389 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
21390 (shell-completion-vars): Set pcomplete-default-completion-function.
21391
21392 2011-06-04 Deniz Dogan <deniz@dogan.se>
21393
21394 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
21395 `memq' (Bug#8799).
21396
21397 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
21398
21399 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
21400
21401 2011-06-02 Juanma Barranquero <lekktu@gmail.com>
21402
21403 * bs.el (bs--mark-unmark, bs--nth-wrapper):
21404 * mpc.el (mpc-select-extend, mpc-songpointer-context):
21405 * vc/log-view.el (log-view-beginning-of-defun):
21406 * vc/smerge-mode.el (smerge-apply-resolution-patch)
21407 (smerge-refine-forward, smerge-refine-chopup-region):
21408 Silence warning for unused `dotimes' counter variables.
21409
21410 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
21411
21412 * net/tramp.el (tramp-with-progress-reporter): Rename from
21413 with-progress-reporter. Use `declare'.
21414 * net/tramp-smb.el:
21415 * net/tramp-sh.el:
21416 * net/tramp-gvfs.el: Update all uses.
21417
21418 2011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
21419
21420 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
21421 buffer isn't killed before making it current.
21422
21423 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
21424
21425 Silence various byte-compiler warnings.
21426 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
21427 `access-type' and new obsolescence format.
21428 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
21429 new format.
21430 (byte-compile-check-variable): New `access-type' argument.
21431 Only warn if the access-type is obsolete.
21432 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
21433 (byte-compile-variable-set): Adjust callers.
21434 * help-fns.el (describe-variable): Adjust to new obsolescence format.
21435 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
21436 setting it as obsolete.
21437 * simple.el (minibuffer-completing-symbol):
21438 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
21439 access as obsolete.
21440 * minibuffer.el (minibuffer-completing-file-name): Don't make it
21441 obsolete yet.
21442 * international/quail.el (quail-mouse-choose-completion): Remove unused
21443 code referring to obsolete var.
21444 (quail-choose-completion-string): Remove.
21445 * server.el (server-clients-with, server-kill-buffer-query-function)
21446 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
21447 * proced.el (proced-send-signal):
21448 * emacs-lisp/lisp.el (lisp-complete-symbol):
21449 Replace completion-annotate-function with completion-extra-properties.
21450
21451 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
21452
21453 * simple.el (goto-line): Use read-number.
21454 (overriding-map-is-bound): Remove.
21455 (saved-overriding-map): Change default.
21456 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
21457 Take the map as argument.
21458 (universal-argument, negative-argument, digit-argument): Use it.
21459 (restore-overriding-map): Adjust.
21460 (do-auto-fill): Use fill-forward-paragraph.
21461 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
21462
21463 * minibuffer.el (minibuffer-inactive-mode-map): New var.
21464 (minibuffer-inactive-mode): New major mode.
21465 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
21466 the *Messages* buffer" hack.
21467 (mouse-popup-menubar): Don't burp if the event is a normal key.
21468
21469 Miscellaneous tweaks.
21470 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
21471 lexical scoping as in subr.el's dolist and dotimes.
21472 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
21473 Silence compiler warning.
21474 * thingatpt.el (forward-whitespace): Trivial coding style fix.
21475 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
21476 * international/ccl.el (ccl-compile): Trivial simplification.
21477 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
21478 * emacs-lisp/testcover.el (testcover-end): Remove spurious
21479 `printflag' argument.
21480 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
21481 Purecopy the whole obsolescence data.
21482
21483 2011-06-01 Leo Liu <sdl.web@gmail.com>
21484
21485 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
21486 improve doc-string as suggested by Marco Pessotto
21487 <melmothx@gmail.com>.
21488 (rcirc-print): Fix last change.
21489
21490 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
21491
21492 * minibuffer.el (complete-with-action): Return nil for the metadata and
21493 boundaries of non-functional tables.
21494 (completion-table-dynamic): Return nil for the metadata.
21495 (completion-table-with-terminator): Add default case, using
21496 complete-with-action.
21497 (completion--metadata): New function.
21498 (completion-all-sorted-completions, minibuffer-completion-help): Use it
21499 to try and avoid pathological performance problems.
21500 (completion--embedded-envvar-table): Return `category' metadata.
21501
21502 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
21503
21504 * subr.el (process-alive-p): New tiny convenience function.
21505
21506 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
21507
21508 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
21509 content but also its previous major mode.
21510
21511 2011-05-31 Helmut Eller <eller.helmut@gmail.com>
21512
21513 * emacs-lisp/debug.el (debug): Restore the previous content of the
21514 *Backtrace* buffer when we exit with C-M-c.
21515
21516 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
21517
21518 * minibuffer.el: Add metadata method to completion tables.
21519 (completion-category-overrides): New defcustom.
21520 (completion-metadata, completion--field-metadata)
21521 (completion-metadata-get, completion--styles)
21522 (completion--cycle-threshold): New functions.
21523 (completion-try-completion, completion-all-completions):
21524 Add `metadata' argument to choose completion-styles.
21525 (completion--do-completion): Use metadata to choose cycling.
21526 (completion-all-sorted-completions): Use metadata for sorting.
21527 Remove :completion-cycle-penalty which is not needed any more.
21528 (completion--try-word-completion): Add `metadata' argument.
21529 (minibuffer-completion-help): Check metadata for annotation function
21530 and sorting.
21531 (completion-file-name-table): Return `category' metadata.
21532 (minibuffer-completing-file-name): Make obsolete.
21533 * simple.el (minibuffer-completing-symbol): Make obsolete.
21534 * icomplete.el (icomplete-completions): Pass new `metadata' param to
21535 completion-try-completion.
21536
21537 2011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
21538
21539 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
21540
21541 2011-05-30 Leo Liu <sdl.web@gmail.com>
21542
21543 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
21544 (rcirc-print): Decode all incoming messages (bug#8744).
21545 (rcirc-decode-coding-system): Allow value nil for automatic coding
21546 system detection.
21547
21548 2011-06-01 Glenn Morris <rgm@gnu.org>
21549
21550 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
21551
21552 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
21553
21554 * image.el (image-animate-max-time): Allow nil and t values.
21555 Default to nil.
21556 (create-animated-image): Doc fix.
21557 (image-animate-start): Remove second arg; just use
21558 image-animate-max-time.
21559 (image-animate-timeout): Doc fix. Args changed.
21560
21561 * image-mode.el (image-toggle-display-image): Ensure that the
21562 image spec passed to the animate timer is the same object as in
21563 the buffer's display property (Bug#6981).
21564 (image-transform-properties): Doc fix.
21565
21566 * image.el (image-animate-max-time): Default to nil.
21567
21568 2011-05-29 Martin Rudalics <rudalics@gmx.at>
21569
21570 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
21571 entire buffer list (Bug#8184).
21572
21573 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
21574
21575 * image.el (imagemagick-types-inhibit)
21576 (imagemagick-register-types): Doc fix.
21577
21578 2011-05-29 Deniz Dogan <deniz@dogan.se>
21579
21580 * net/rcirc.el (rcirc): Use the user's stored encryption method by
21581 default.
21582
21583 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
21584
21585 * select.el: Don't perform clipboard-manager saving in hooks;
21586 leave the hooks empty.
21587
21588 2011-05-28 Leo Liu <sdl.web@gmail.com>
21589
21590 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
21591 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
21592 (occur-edit-mode): New major mode (Bug#8463).
21593 (occur-after-change-function): New function.
21594 (occur-engine): Give Occur tags a read-only property.
21595
21596 2011-05-28 Kevin Ryde <user42@zip.com.au>
21597
21598 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
21599
21600 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
21601
21602 * bindings.el (help-echo): Make the initial non-indicator dash
21603 empty on graphical terminals (Bug#7295).
21604
21605 * files.el (auto-mode-alist): Move config rule after the
21606 in-stripping one (Bug#8547).
21607
21608 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
21609
21610 * startup.el (normal-splash-screen): Remove gratuitous mode-line
21611 setting (Bug#8740).
21612
21613 2011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
21614
21615 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
21616 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
21617 (Bug#8539).
21618
21619 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
21620
21621 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
21622
21623 2011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
21624
21625 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
21626 (hs-hide-block-at-point, hs-find-block-beginning)
21627 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
21628 (Bug#8279).
21629
21630 2011-05-28 Glenn Morris <rgm@gnu.org>
21631
21632 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
21633
21634 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
21635
21636 * help-fns.el (describe-function-1): If the function is a derived
21637 major mode, print the parent mode.
21638
21639 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
21640 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
21641
21642 2011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
21643
21644 * minibuffer.el (completion--capf-wrapper): Check applicability before
21645 returning non-nil for non-exclusive completion data.
21646 * progmodes/etags.el (tags-completion-at-point-function):
21647 * info-look.el (info-lookup-completions-at-point): Mark as
21648 non-exclusive.
21649 (info-complete): Adjust accordingly.
21650
21651 * info-look.el: Convert to lexical-binding and completion-at-point.
21652 (info-lookup-completions-at-point): New function.
21653 (info-complete): Use it and completion-in-region.
21654
21655 2011-05-28 Drew Adams <drew.adams@oracle.com>
21656
21657 * isearch.el: Let M-e start with point at the first mismatched char.
21658 (isearch-fail-pos): New function.
21659 (isearch-edit-string): Use it.
21660
21661 2011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
21662
21663 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
21664
21665 2011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
21666
21667 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
21668 traversal functions for avl-trees.
21669 (avl-tree--stack): New struct.
21670 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
21671 (avl-tree-enter): Add optional `updatefun' arg.
21672 (avl-tree--do-enter): Add optional `updatefun' arg.
21673 Change return value.
21674 (avl-tree-delete): Add optional `test' and `nilflag' args.
21675 (avl-tree--do-delete): Add `test' and `nilflag' args.
21676 Change return value.
21677 (avl-tree-member): Add optional `nilflag'
21678 (avl-tree-member-p): New function.
21679 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
21680 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
21681 (avl-tree-stack-empty-p): New functions.
21682
21683 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
21684 avl-tree--del-balance1 and make it work both ways.
21685 (avl-tree--del-balance2): Remove.
21686 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
21687 make it work both ways.
21688 (avl-tree--enter-balance2): Remove.
21689 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
21690 New macros.
21691 (avl-tree--mapc, avl-tree-map): Add direction argument.
21692
21693 2011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
21694
21695 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
21696
21697 2011-05-27 Chong Yidong <cyd@stupidchicken.com>
21698
21699 * select.el: Support clipboard managers with built-in function
21700 x-clipboard-manager-save, via delete-frame-functions and
21701 kill-emacs-hook.
21702 (xselect-convert-to-targets): Add MULTIPLE target to list.
21703 (xselect-convert-to-save-targets): New function.
21704
21705 2011-05-27 Kenichi Handa <handa@m17n.org>
21706
21707 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
21708 let-binding rfc2047-encode-encoded-words to nil.
21709
21710 2011-05-27 Glenn Morris <rgm@gnu.org>
21711
21712 * mail/emacsbug.el: Don't require url-util.
21713
21714 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
21715
21716 * files.el (set-auto-mode):
21717 Also respect mode: entries at the end of the file. (Bug#8586)
21718
21719 2011-05-26 Glenn Morris <rgm@gnu.org>
21720
21721 * files.el (hack-local-variables-prop-line, hack-local-variables):
21722 Downcase mode names, as seems to be traditional.
21723 (hack-local-variables, hack-local-variables-apply): Doc fixes.
21724
21725 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
21726 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
21727
21728 2011-05-25 Julien Danjou <julien@danjou.info>
21729
21730 * textmodes/rst.el (rst-define-level-faces): Do not define face
21731 symbol if it is already defined.
21732
21733 2011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
21734
21735 * play/5x5.el (5x5-new-game, 5x5-randomize):
21736 Reset 5x5-solver-output to nil when a new grid is cast.
21737 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
21738 these debugging traces, as defmacro breaks the compiled code.
21739
21740 2011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
21741
21742 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
21743
21744 2011-05-24 Leo Liu <sdl.web@gmail.com>
21745
21746 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
21747 (vc-bzr-sha1): Adapt.
21748
21749 * sha1.el: Remove. Function `sha1' is now builtin.
21750
21751 * bindings.el: Provide sha1 feature.
21752
21753 2011-05-24 Kenichi Handa <handa@m17n.org>
21754
21755 * mail/sendmail.el: Require `rfc2047'.
21756 (mail-insert-from-field): Do not perform RFC2047 encoding.
21757 (mail-encode-header): New function.
21758 (sendmail-send-it): Set buffer-file-coding-system of the work
21759 buffer to the return value of select-message-coding-system.
21760 Call mail-encode-header.
21761
21762 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
21763
21764 2011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
21765
21766 * mail/supercite.el (sc-default-cite-frame):
21767 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
21768
21769 2011-05-24 Glenn Morris <rgm@gnu.org>
21770
21771 * progmodes/python.el (brm-menu): Declare.
21772
21773 * emulation/viper.el (viper-set-hooks): Declare.
21774
21775 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
21776 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
21777 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
21778 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
21779 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
21780 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
21781
21782 2011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
21783
21784 Add an :exit-function for completion-at-point.
21785
21786 * minibuffer.el (completion--done): New fun.
21787 (completion--do-completion): Use it. New arg `expect-exact'.
21788 (minibuffer-complete, minibuffer-complete-word): Don't output message,
21789 since completion--do-completion does it for us now.
21790 (minibuffer-force-complete): Use completion--done and
21791 completion--replace. Handle sole-completion case with more care.
21792 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
21793 (completion-extra-properties): New var.
21794 (completion-annotate-function): Make obsolete.
21795 (minibuffer-completion-help): Adjust accordingly.
21796 Use completion-list-insert-choice-function.
21797 (completion-at-point, completion-help-at-point):
21798 Bind completion-extra-properties.
21799 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
21800 * simple.el (completion-list-insert-choice-function): New var.
21801 (completion-setup-function): Preserve it.
21802 (choose-completion): Pay attention to it, shuffle the code a bit.
21803 (choose-completion-string): New arg `insert-function'.
21804
21805 * textmodes/bibtex.el: Convert to lexical binding.
21806 (bibtex-mode-map): Use completion-at-point.
21807 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
21808 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
21809 (bibtex-complete): Define as obsolete alias.
21810 (bibtex-complete-internal): Remove.
21811 (bibtex-format-entry): Remove unused sub-group in regexp.
21812 * shell.el (shell--command-completion-data)
21813 (shell-environment-variable-completion):
21814 * pcomplete.el (pcomplete-completions-at-point):
21815 * comint.el (comint--complete-file-name-data): Use :exit-function
21816 instead of completion-table-with-terminator so it also works for
21817 choose-completion.
21818
21819 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
21820
21821 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
21822
21823 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
21824 (bug#8710).
21825
21826 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
21827
21828 2011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
21829
21830 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
21831 customization variable and implement: If non-nil, auto-fill will
21832 be inhibited while on topic's header line.
21833
21834 2011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
21835
21836 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
21837 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
21838 always have a solution in grid size = 5 cases.
21839 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
21840 (5x5-solver-output, 5x5-log-buffer): New vars.
21841 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
21842 Make these variables buffer local to achieve 5x5 multi-session-ness.
21843 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
21844 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
21845 (5x5-solve-suggest): New funs.
21846 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
21847 randomize a grid so that we ensure that there is always a solution.
21848 (5x5-make-random-grid): Allow other movement than flipping.
21849
21850 2011-05-23 Kevin Ryde <user42@zip.com.au>
21851
21852 * emacs-lisp/advice.el (ad-read-advised-function):
21853 Use `function-called-at-point' as the default, if it has
21854 advice and passes PREDICATE.
21855
21856 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
21857
21858 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
21859 byte-compile-lambda if it's actually a lambda.
21860
21861 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
21862 Fix function quoting. Use backquote better.
21863
21864 2011-05-22 Yuanle Song <sylecn@gmail.com>
21865
21866 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
21867 matching (Bug#8516).
21868
21869 2011-05-22 Jari Aalto <jari.aalto@cante.net>
21870
21871 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
21872 different face (Bug#8178).
21873
21874 2011-05-22 Chong Yidong <cyd@stupidchicken.com>
21875
21876 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
21877 defface (Bug#8144).
21878
21879 2011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
21880
21881 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
21882 funcall as well (bug#8712). Warn when performing those conversions.
21883 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
21884
21885 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
21886
21887 2011-05-22 Glenn Morris <rgm@gnu.org>
21888
21889 * files.el (hack-local-variables-prop-line): Small simplifications.
21890 (hack-local-variables, hack-local-variables-prop-line):
21891 If MODE-ONLY, return the mode, rather than just `t'.
21892
21893 2011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
21894
21895 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
21896
21897 2011-05-21 Glenn Morris <rgm@gnu.org>
21898
21899 * files.el (hack-local-variables-prop-line, hack-local-variables):
21900 If only interested in the mode, don't bother doing the other stuff.
21901
21902 * image-mode.el (image-after-revert-hook):
21903 Redraw all frames on which the image is visible. (Bug#8567)
21904
21905 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
21906
21907 * wid-edit.el (widget-checklist-match-inline):
21908 Fix 2011-04-19 change. (Bug#8649)
21909
21910 2011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
21911
21912 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
21913 Also allow singlespace after single-letter capitals followed by a dot.
21914
21915 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
21916 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
21917
21918 2011-05-20 Nix <nix@esperi.org.uk>
21919
21920 * files.el (basic-save-buffer-2):
21921 Fix handling of break-hardlink-on-save with non-existent files.
21922
21923 2011-05-19 Deniz Dogan <deniz@dogan.se>
21924
21925 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
21926 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
21927
21928 2011-05-19 Glenn Morris <rgm@gnu.org>
21929
21930 * progmodes/f90.el (f90-type-def-re):
21931 Handle "type, bind(c)". (Bug#8691)
21932
21933 * emacs-lisp/autoload.el (batch-update-autoloads):
21934 Set autoload-excludes by parsing loadup.el rather than Makefiles.
21935
21936 2011-05-18 Michael Albinus <michael.albinus@gmx.de>
21937
21938 * net/tramp.el (tramp-process-actions): Set "first-password-request"
21939 property for the correct connection in case of multihops.
21940
21941 2011-05-18 Glenn Morris <rgm@gnu.org>
21942
21943 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
21944 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
21945
21946 Rationalize calendar handling of day and month abbrev-arrays.
21947 * calendar/calendar.el (calendar-customized-p): New function.
21948 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
21949 (calendar-day-name-array, calendar-month-name-array): Doc fix.
21950 Add :set function.
21951 (calendar-abbrev-length, calendar-day-abbrev-array)
21952 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
21953 (calendar-day-abbrev-array, calendar-month-abbrev-array):
21954 Elements may no longer be nil.
21955 (calendar-day-name, calendar-month-name):
21956 Update for changed nature of abbrev arrays.
21957 * calendar/diary-lib.el (diary-name-pattern):
21958 Update for changed nature of abbrev arrays.
21959 (diary-mark-entries-1): Update calendar-make-alist calls.
21960 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
21961 * calendar/cal-html.el (cal-html-day-abbrev-array):
21962 Simply inherit from calendar-day-abbrev-array.
21963
21964 2011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
21965
21966 * progmodes/grep.el (grep-mode): Disable default
21967 compilation-directory-matcher setting (bug#8684).
21968
21969 2011-05-17 Michael Albinus <michael.albinus@gmx.de>
21970
21971 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
21972 instead of "head" and "tail". There were problems with SunOS 5.9,
21973 and it performs better.
21974
21975 2011-05-17 Glenn Morris <rgm@gnu.org>
21976
21977 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
21978
21979 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
21980 Replace obsolete function.
21981
21982 * shell.el (pcomplete-parse-arguments-function): Declare.
21983
21984 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
21985 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
21986 (appt-check): Doc fixes.
21987 (appt-disp-window-function, appt-delete-window-function):
21988 Remove needless special case in custom :type.
21989 (appt-display-count): Default to 0, not nil.
21990 (appt-check): Reset appt-display-count to 0, not nil.
21991
21992 2011-05-17 Juanma Barranquero <lekktu@gmail.com>
21993
21994 * progmodes/python.el (python-font-lock-keywords):
21995 Add the Python 3.X keyword "nonlocal" (bug#8639).
21996
21997 2011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
21998
21999 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
22000
22001 2011-05-16 Kevin Ryde <user42@zip.com.au>
22002
22003 * info-look.el (makefile-automake-mode): New setups, looking in
22004 automake manual, then makefile-mode.
22005 (makefile-mode): Remove automake manual, have it just in
22006 makefile-automake-mode since there's various things different or
22007 not relevant to plain make.
22008 (makefile-mode): Remove "other-modes" non-existent automake-mode,
22009 believe a hypothetical automake-mode would go to makefile-mode,
22010 not the other way around.
22011
22012 2011-05-15 Chong Yidong <cyd@stupidchicken.com>
22013
22014 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
22015 hunk-end tags (Bug#8672).
22016
22017 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
22018 vc-annotate-show-diff-revision-at-line (Bug#8671).
22019
22020 2011-05-14 Glenn Morris <rgm@gnu.org>
22021
22022 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
22023 in the middle of an existing one with multiple authors. (Bug#8645)
22024 (change-log-font-lock-keywords): Also handle multiple author lines
22025 with leading tabs. (Bug#8644)
22026
22027 * calendar/appt.el (appt-check): Rename some local variables.
22028 Some simplification/reordering.
22029
22030 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
22031 (feedmail-sendmail-f-doesnt-sell-me-out)
22032 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
22033 (feedmail-debug-sit-for, feedmail-queue-express-hook)
22034 (feedmail-queue-runner-message-sender): Set :version.
22035 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
22036 (bbdb-dwim-net-address, vm-mail): Declare.
22037 (feedmail-binmail-gnulinuxish-template):
22038 Rename from feedmail-binmail-linuxish-template.
22039 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
22040 Use insert-buffer-substring.
22041
22042 2011-05-14 Bill Carpenter <bill@carpenter.org>
22043
22044 * mail/feedmail.el (feedmail-patch-level): Increase.
22045 (feedmail-debug): New custom group.
22046 (feedmail-confirm-outgoing-timeout)
22047 (feedmail-sendmail-f-doesnt-sell-me-out)
22048 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
22049 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
22050 (feedmail-sender-line, feedmail-from-line)
22051 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
22052 (feedmail-spray-this-address)
22053 (feedmail-spray-address-fiddle-plex-list)
22054 (feedmail-queue-use-send-time-for-date)
22055 (feedmail-queue-use-send-time-for-message-id)
22056 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
22057 (feedmail-buffer-eating-function):
22058 Doc fixes.
22059 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
22060 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
22061 (feedmail-message-action-scroll-down): New functions.
22062 (feedmail-queue-directory, feedmail-queue-draft-directory):
22063 Use expand-file-name.
22064 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
22065 Remove C-v help entry.
22066 (feedmail-queue-buffer-file-name): New variable.
22067 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
22068 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
22069 (feedmail-message-action-send-strong, feedmail-message-action-edit)
22070 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
22071 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
22072 (feedmail-message-action-toggle-spray)
22073 (feedmail-run-the-queue-no-prompts)
22074 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
22075 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
22076 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
22077 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
22078 (feedmail-envelope-deducer, feedmail-fiddle-from)
22079 (feedmail-fiddle-sender, feedmail-default-date-generator)
22080 (feedmail-fiddle-date, feedmail-fiddle-message-id)
22081 (feedmail-fiddle-spray-address)
22082 (feedmail-fiddle-list-of-spray-fiddle-plexes)
22083 (feedmail-fiddle-list-of-fiddle-plexes)
22084 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
22085 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
22086 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
22087 Change default. Doc fix.
22088 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
22089 (feedmail-binmail-linuxish-template): New constant.
22090 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
22091 Respect feedmail-sendmail-f-doesnt-sell-me-out.
22092 (feedmail-send-it): Add debug call.
22093 Use feedmail-queue-buffer-file-name, and
22094 feedmail-send-it-immediately-wrapper.
22095 (feedmail-message-action-send): Add debug call.
22096 Use feedmail-send-it-immediately-wrapper.
22097 (feedmail-queue-express-to-queue): Add debug call.
22098 Run feedmail-queue-express-hook.
22099 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
22100 (feedmail-message-action-help-blat):
22101 Rename from feedmail-queue-send-edit-prompt-help-first.
22102 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
22103 Check line-endings. Handle errors better.
22104 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
22105 Doc fix. Add debug call.
22106 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
22107 Use feedmail-queue-send-edit-prompt-inner.
22108 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
22109 (feedmail-queue-send-edit-prompt-inner): New function, extracted
22110 from feedmail-queue-send-edit-prompt.
22111 (feedmail-queue-send-edit-prompt-help)
22112 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
22113 (feedmail-tidy-up-slug): Add debug call.
22114 Respect feedmail-queue-slug-suspect-regexp.
22115 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
22116 (feedmail-dump-message-to-queue): Add debug call.
22117 Expand queue-directory.
22118 (feedmail-dump-message-to-queue): Change message slightly.
22119 Use feedmail-say-chatter.
22120 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
22121 (feedmail-send-it-immediately-wrapper): New function.
22122 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
22123 Insert empty string rather than newline. Handle full-frame case.
22124 Use catch/throw. Use feedmail-say-chatter.
22125 (feedmail-fiddle-from): Try mail-host-address.
22126 (feedmail-default-message-id-generator): Doc fix.
22127 Bind system-time-locale. Handle missing end.
22128 (feedmail-fiddle-x-mailer): Add debug call.
22129 Handle feedmail-x-mailer-line being nil.
22130 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
22131 Add debug call. Use buffer-substring-no-properties.
22132 (feedmail-say-debug, feedmail-say-chatter): New functions.
22133 (feedmail-find-eoh): Give an explicit error.
22134
22135 2011-05-13 Ulf Jasper <ulf.jasper@web.de>
22136
22137 * net/newst-treeview.el (newsticker-treeview-face): Change default
22138 family from helvetica to sans.
22139 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
22140 etc/images/newsticker.
22141
22142 * net/newst-reader.el (newsticker-feed-face): Change default
22143 family from helvetica to sans.
22144
22145 * net/newst-plainview.el (newsticker-new-item-face)
22146 (newsticker-old-item-face, newsticker-immortal-item-face)
22147 (newsticker-obsolete-item-face, newsticker-date-face)
22148 (newsticker-statistics-face): Change default family from
22149 helvetica to sans.
22150 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
22151 etc/images/newsticker.
22152
22153 * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
22154 (newsticker--process-auto-mark-filter-match): Tell user about
22155 auto-marking.
22156
22157 2011-05-13 Didier Verna <didier@xemacs.org>
22158
22159 Common Lisp indentation improvements on defmethod and lambda-lists.
22160 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
22161 TODO entries.
22162 (lisp-lambda-list-keyword-parameter-indentation)
22163 (lisp-lambda-list-keyword-parameter-alignment)
22164 (lisp-lambda-list-keyword-alignment): New customizable user options.
22165 (lisp-indent-defun-method): Improve docstring.
22166 (extended-loop-p): Fix comment.
22167 (lisp-indent-lambda-list-keywords-regexp): New variable.
22168 (lisp-indent-lambda-list): New function.
22169 (lisp-indent-259): Use it.
22170 (lisp-indent-defmethod): Support for more than one
22171 method qualifier and properly indent methods lambda-lists.
22172 (defgeneric): Provide a missing common-lisp-indent-function property.
22173
22174 2011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
22175
22176 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
22177 bounds for the empty string (bug#8667).
22178
22179 2011-05-13 Glenn Morris <rgm@gnu.org>
22180
22181 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
22182
22183 * mail/sendmail.el (sendmail-program): Try executable-find first.
22184 (sendmail-send-it): `sendmail-program' cannot be unbound.
22185
22186 * calendar/appt.el (appt-make-list): Simplify.
22187 (appt-time-msg-list): Doc fix.
22188 (appt-check): Change mode-line message at the time of the appointment.
22189
22190 2011-05-12 Andreas Schwab <schwab@linux-m68k.org>
22191
22192 * progmodes/ld-script.el (ld-script-keywords)
22193 (ld-script-builtins): Update keywords list.
22194
22195 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
22196
22197 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
22198
22199 * shell.el (shell-completion-vars): New function.
22200 (shell-mode):
22201 * simple.el (read-shell-command): Use it.
22202 (blink-matching-open): No need for " [...]" in minibuffer-message.
22203
22204 2011-05-12 Glenn Morris <rgm@gnu.org>
22205
22206 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
22207 (appt-check): Simplify.
22208
22209 2011-05-12 Eli Zaretskii <eliz@gnu.org>
22210
22211 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
22212 literal "/dev/null".
22213
22214 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
22215
22216 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
22217 Fix typo.
22218
22219 2011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
22220
22221 * progmodes/which-func.el (which-function):
22222 Use add-log-current-defun instead of add-log-current-defun-function,
22223 which might not be defined (Bug#8260).
22224
22225 2011-05-12 Glenn Morris <rgm@gnu.org>
22226
22227 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
22228 Let byte-compile-initial-macro-environment always take precedence.
22229
22230 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
22231
22232 * net/rcirc.el: Add support for SSL/TLS connections.
22233 (rcirc-server-alist): New field `encryption'.
22234 (rcirc): Check `encryption' settings.
22235 (rcirc-connect): New arg `encryption'. Use open-network-stream.
22236 Merge make-local-variable into `set'.
22237 (rcirc--connection-open-p): New function.
22238 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
22239 the process is not a network process (e.g. running gnutls-cli).
22240 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
22241 Make rcirc-(en|de)code-coding-system local here.
22242 (rcirc-mode): Merge make-local-variable into `set'.
22243 (rcirc-parent-buffer): Make permanent buffer-local.
22244 (rcirc-multiline-minor-mode): Don't do it here.
22245 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
22246 there's no server buffer.
22247
22248 2011-05-11 Glenn Morris <rgm@gnu.org>
22249
22250 * newcomment.el (comment-kill): Prefix "unused" local.
22251
22252 * term/w32console.el (get-screen-color): Declare.
22253
22254 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
22255 Handle symbol elements of byte-compile-initial-macro-environment.
22256
22257 2011-05-10 Leo Liu <sdl.web@gmail.com>
22258
22259 * bookmark.el (bookmark-bmenu-mode-map):
22260 Bind bookmark-bmenu-search to `/'.
22261
22262 * mail/footnote.el: Convert to utf-8 encoding.
22263 (footnote-unicode-string, footnote-unicode-regexp): New variable.
22264 (Footnote-unicode): New function.
22265 (footnote-style-alist): Add unicode style to the list.
22266 (footnote-style): Doc fix.
22267
22268 2011-05-10 Jim Meyering <meyering@redhat.com>
22269
22270 Fix doubled-word typos.
22271 * international/quail.el (quail-insert-kbd-layout): and and -> and
22272 * kermit.el: and and -> and
22273 * net/ldap.el (ldap-search-internal): to to -> to
22274 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
22275 * progmodes/js.el (js-mode): and and -> and
22276 * textmodes/artist.el (artist-move-to-xy): at at -> at
22277 (artist-draw-region-trim-line-endings): if if -> if
22278 And Safetyc -> Safety.
22279 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
22280
22281 2011-05-10 Glenn Morris <rgm@gnu.org>
22282 Stefan Monnier <monnier@iro.umontreal.ca>
22283
22284 * files.el (hack-one-local-variable-eval-safep):
22285 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
22286
22287 2011-05-10 Glenn Morris <rgm@gnu.org>
22288
22289 * calendar/diary-lib.el (diary-list-entries-hook)
22290 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
22291 (diary-nongregorian-marking-hook, diary-list-entries)
22292 (diary-include-other-diary-files, diary-mark-entries)
22293 (diary-mark-included-diary-files): Doc fixes.
22294
22295 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
22296
22297 * misc.el: Require tabulated-list.el during compilation.
22298
22299 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
22300
22301 * progmodes/compile.el (compilation-start):
22302 Run compilation-filter-hook for the async case too.
22303 (compilation-filter-hook): Doc fix.
22304
22305 2011-05-09 Deniz Dogan <deniz@dogan.se>
22306
22307 * wdired.el: Remove outdated installation comment. Fix usage
22308 comment.
22309
22310 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
22311
22312 * misc.el: Implement new command `list-dynamic-libraries'.
22313 (list-dynamic-libraries--loaded-only-p): New variable.
22314 (list-dynamic-libraries--refresh): New function.
22315 (list-dynamic-libraries): New command.
22316
22317 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
22318
22319 * progmodes/compile.el (compilation-error-regexp-alist-alist):
22320 Fix the ant regexp to handle end-line and end-column info from jikes.
22321 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
22322 higher priority to avoid clobbering by gnu.
22323
22324 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
22325
22326 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
22327 if the face has existing theme settings (Bug#8454).
22328
22329 2011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
22330
22331 * progmodes/perl-mode.el (perl-imenu-generic-expression):
22332 Only match variables declared via `my' or `our' (Bug#8261).
22333
22334 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
22335 special file names `.' and `..' (Bug#8259).
22336
22337 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
22338
22339 * progmodes/grep.el (grep-mode-font-lock-keywords):
22340 Remove buffer-changing entries.
22341 (grep-filter): New function.
22342 (grep-mode): Add it to compilation-filter-hook.
22343
22344 * progmodes/compile.el (compilation-filter-hook)
22345 (compilation-filter-start): New defvars.
22346 (compilation-filter): Call compilation-filter-hook prior to
22347 updating the process mark.
22348
22349 2011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
22350
22351 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
22352
22353 2011-05-07 Eli Zaretskii <eliz@gnu.org>
22354
22355 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
22356 mailclient-send-it even if window-system is nil. (Bug#8595)
22357
22358 * term/w32console.el (terminal-init-w32console):
22359 Call get-screen-color and use its output to set the frame
22360 background-mode. (Bug#8597)
22361
22362 2011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
22363
22364 Make bytecomp.el understand that defmethod defines funs (bug#8631).
22365 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
22366 New functions.
22367 (defgeneric, eieio--defmethod): Use them.
22368 (eieio-defgeneric): Remove.
22369 (defmethod): Call defgeneric in a way visible to the byte-compiler.
22370
22371 2011-05-07 Glenn Morris <rgm@gnu.org>
22372
22373 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
22374 Use let rather than let*.
22375 (timeclock-find-discrep): Remove unused local.
22376
22377 * calendar/diary-lib.el (diary-comment-start): Doc fix.
22378
22379 * calendar/appt.el (appt-time-msg-list): Doc fix.
22380
22381 2011-05-06 Noah Friedman <friedman@splode.com>
22382
22383 * apropos.el (apropos-print-doc): Only use
22384 emacs-lisp-docstring-fill-column when it is bound to an integer,
22385 per that variable's documentation.
22386
22387 2011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
22388
22389 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
22390 and warnings are not silently discarded (e.g. use -d instead of -P).
22391
22392 2011-05-06 Glenn Morris <rgm@gnu.org>
22393
22394 * calendar/appt.el (appt-message-warning-time): Doc fix.
22395 (appt-warning-time-regexp): New option.
22396 (appt-make-list): Respect appt-message-warning-time.
22397
22398 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
22399 New options.
22400 (diary-add-to-list): Strip comments from the displayed string.
22401 (diary-mode): Set comment-start and comment-end.
22402
22403 * vc/diff-mode.el (smerge-refine-subst): Declare.
22404 (diff-refine-hunk): Don't require smerge-mode when compiling.
22405
22406 2011-05-06 Juanma Barranquero <lekktu@gmail.com>
22407
22408 * simple.el (list-processes): Return nil as the docstring says.
22409
22410 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
22411
22412 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
22413 to "".
22414 (ange-ftp-write-region, ange-ftp-insert-file-contents)
22415 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
22416 determining of binary transfer. (Bug#7383)
22417
22418 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
22419
22420 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
22421 Fix port computation bug. (Bug#8618)
22422
22423 2011-05-05 Glenn Morris <rgm@gnu.org>
22424
22425 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
22426
22427 * simple.el (shell-dynamic-complete-functions)
22428 (comint-dynamic-complete-functions): Declare.
22429
22430 * net/network-stream.el (gnutls-negotiate):
22431 * simple.el (tabulated-list-print): Fix declarations.
22432
22433 * progmodes/gud.el (syntax-symbol, syntax-point):
22434 Remove unnecessary and incorrect declarations.
22435
22436 * emacs-lisp/check-declare.el (check-declare-scan):
22437 Handle byte-compile-initial-macro-environment in bytecomp.el.
22438
22439 2011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
22440
22441 Fix earlier half-done eieio-defmethod change (bug#8338).
22442 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
22443 Streamline and change calling convention.
22444 (defmethod): Adjust accordingly and simplify.
22445 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
22446 new eieio--defmethod.
22447 (slot-boundp): Minor CSE simplification.
22448
22449 2011-05-05 Milan Zamazal <pdm@zamazal.org>
22450
22451 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
22452 (glasses-make-readable): Use glasses-separate-capital-groups.
22453
22454 2011-05-05 Juanma Barranquero <lekktu@gmail.com>
22455
22456 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
22457 (warning-series): Doc fix.
22458 (display-warning): Don't try to create the buffer if we just found it.
22459
22460 2011-05-04 Chong Yidong <cyd@stupidchicken.com>
22461
22462 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
22463 (autoload-find-generated-file): New function.
22464 (generate-file-autoloads): Bind generated-autoload-file to
22465 buffer-file-name.
22466 (update-file-autoloads, update-directory-autoloads):
22467 Use autoload-find-generated-file. If called interactively, prompt for
22468 output file (Bug#7989).
22469 (batch-update-autoloads): Doc fix.
22470
22471 2011-05-04 Juanma Barranquero <lekktu@gmail.com>
22472
22473 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
22474
22475 2011-05-04 Glenn Morris <rgm@gnu.org>
22476
22477 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
22478 function, so it follows changes in calendar-date-style.
22479 (diary-fancy-date-matcher): New function.
22480 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
22481 (diary-fancy-font-lock-fontify-region-function):
22482 Use diary-fancy-date-pattern as a function.
22483
22484 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
22485 non-numbers for `year' etc pseudo-variables. (Bug#8583)
22486
22487 2011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
22488
22489 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
22490 instead of positional arguments. Allow :keylist and :crlfiles
22491 arguments.
22492 (open-gnutls-stream): Call it.
22493
22494 * net/network-stream.el (network-stream-open-starttls): Adjust to
22495 call `gnutls-negotiate' with :process and :hostname arguments.
22496
22497 2011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
22498
22499 * minibuffer.el (completion--message): New function.
22500 (completion--do-completion, minibuffer-complete)
22501 (minibuffer-force-complete, minibuffer-complete-word): Use it.
22502 (completion--do-completion): Don't ignore completion-auto-help when in
22503 icomplete-mode.
22504
22505 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
22506 internal encoding (e.g. tibetan zero is not whitespace).
22507 (global-whitespace-mode): Prefer save-current-buffer.
22508 (whitespace-trailing-regexp): Remove useless save-match-data.
22509 (whitespace-empty-at-bob-regexp): Minor simplification.
22510
22511 2011-05-03 Chong Yidong <cyd@stupidchicken.com>
22512
22513 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
22514
22515 2011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
22516
22517 * textmodes/ispell.el (ispell-add-per-file-word-list):
22518 Use `concat' to create string for insertion.
22519
22520 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
22521
22522 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
22523 Avoid open-line which runs post-self-insert-hook.
22524 (bibtex-fill-entry): Remove unused `end' var.
22525
22526 2011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
22527
22528 * textmodes/ispell.el (ispell-add-per-file-word-list):
22529 Protect against `nil' value of `comment-start' (Bug#8579).
22530
22531 2011-05-03 Leo Liu <sdl.web@gmail.com>
22532
22533 * isearch.el (isearch-yank-pop): New command.
22534 (isearch-mode-map): Bind it to `M-y'.
22535 (isearch-forward): Mention it.
22536
22537 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
22538
22539 * simple.el (minibuffer-complete-shell-command): Remove.
22540 (minibuffer-local-shell-command-map): Use completion-at-point.
22541 (read-shell-command): Setup completion vars here instead.
22542 (read-expression-map): Bind TAB to symbol completion.
22543
22544 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
22545 error directly rather via storing it into `results'.
22546
22547 2011-05-02 Leo Liu <sdl.web@gmail.com>
22548
22549 * vc/diff.el: Fix description.
22550
22551 2011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
22552
22553 * server.el (server-eval-at): New function.
22554
22555 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
22556
22557 * net/network-stream.el (open-network-stream): Take a :nowait
22558 parameter and pass it on to `make-network-process'.
22559 (network-stream-open-plain): Ditto.
22560
22561 2011-04-30 Andreas Schwab <schwab@linux-m68k.org>
22562
22563 * faces.el (face-spec-set-match-display): Don't match toolkit
22564 options on terminal frames.
22565
22566 2011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
22567
22568 * progmodes/pascal.el: Use lexical binding.
22569 (pascal-mode-map): Remove author preferences.
22570
22571 * pcomplete.el (pcomplete-std-complete): Don't abuse
22572 completion-at-point.
22573
22574 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
22575
22576 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
22577 removing code that has been dead since 1991 or so.
22578
22579 * startup.el (command-line): When warning about "_emacs", use a
22580 delayed warning to allow the user to filter it out.
22581
22582 2011-04-28 Deniz Dogan <deniz@dogan.se>
22583
22584 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
22585 user has not joined.
22586
22587 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
22588
22589 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
22590 aren't any completions at point.
22591
22592 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
22593
22594 * subr.el (display-delayed-warnings): New function.
22595 (delayed-warnings-hook): New variable.
22596
22597 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
22598
22599 * minibuffer.el (completion-at-point, completion-help-at-point):
22600 Don't presume that a given completion-at-point-function will always
22601 use the same calling convention.
22602
22603 * pcomplete.el (pcomplete-completions-at-point):
22604 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
22605 pcomplete-seen is non-nil.
22606 (pcomplete-comint-setup): Also recognize the new comint/shell
22607 completion functions.
22608 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
22609 pcomplete-seen is non-nil.
22610
22611 2011-04-27 Niels Giesen <niels.giesen@gmail.com>
22612
22613 * calendar/icalendar.el (diary-lib): Add require statement.
22614 (icalendar--create-uid): Read out a uid from a text-property on
22615 the first character in the entry. This allows for code to add its
22616 own uid to the entry.
22617 (icalendar--convert-float-to-ical): Add export of
22618 `diary-float'-entries save for those with the optional DAY
22619 argument.
22620
22621 2011-04-27 Daniel Colascione <dan.colascione@gmail.com>
22622
22623 * subr.el (shell-quote-argument): Use alternate escaping strategy
22624 when we spot a variable reference in a string.
22625
22626 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
22627
22628 * cus-start.el (all): Define customization for debug-on-event.
22629
22630 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
22631
22632 * subr.el (shell-quote-argument): Escape correctly under Windows.
22633
22634 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
22635
22636 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
22637
22638 2011-04-25 Michael Albinus <michael.albinus@gmx.de>
22639
22640 * net/tramp.el (tramp-process-actions): Add POS argument.
22641 Delete region between POS and (pos).
22642
22643 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
22644 Use `nil' position in `tramp-process-actions' call.
22645 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
22646
22647 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
22648 position in `tramp-process-actions' call.
22649
22650 * net/trampver.el: Update release number.
22651
22652 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
22653
22654 * custom.el (defcustom): Obey lexical-binding.
22655
22656 Fix octave-inf completion problems reported by Alexander Klimov.
22657 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
22658 Inherit from octave-mode-syntax-table.
22659 (inferior-octave-mode): Set info-lookup-mode.
22660 (inferior-octave-completion-at-point): New function.
22661 (inferior-octave-complete): Use it and completion-in-region.
22662 (inferior-octave-dynamic-complete-functions): Use it as well, and use
22663 comint-filename-completion.
22664 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
22665 symbol elements which shouldn't be word elements.
22666 (octave-font-lock-keywords, octave-beginning-of-defun)
22667 (octave-function-header-regexp): Adjust regexps accordingly.
22668 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
22669
22670 2011-04-25 Juanma Barranquero <lekktu@gmail.com>
22671
22672 * net/gnutls.el (gnutls-errorp): Declare before first use.
22673
22674 2011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
22675
22676 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
22677 verify-error, and verify-hostname-error parameters. Check whether
22678 default trustfile exists before going to use it. Add missing
22679 argument to gnutls-message-maybe call. Return value.
22680 Reported by Claudio Bley <claudio.bley@gmail.com>.
22681 (open-gnutls-stream): Add usage example.
22682
22683 * net/network-stream.el (network-stream-open-starttls): Give host
22684 parameter to `gnutls-negotiate'.
22685 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
22686 * subr.el (shell-quote-argument): Escape correctly under Windows.
22687
22688 2011-04-24 Daniel Colascione <dan.colascione@gmail.com>
22689
22690 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
22691 Use correct match group (bug#8438).
22692
22693 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
22694
22695 * emacs-lisp/package.el (package-built-in-p): Fix typo.
22696 (package-menu--generate): New arg specifying packages to show.
22697 (package-menu-refresh, package-menu-execute, list-packages):
22698 Callers changed.
22699 (package-show-package-list): New function, replacing deleted
22700 package--list-packages (renamed because it is non-internal).
22701
22702 * finder.el (finder-list-matches): Use package-show-package-list
22703 instead of deleted package--list-packages.
22704
22705 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
22706 Based on a previous implementation by Juanma Barranquero (Bug#8366).
22707 (vc-annotate-mode-map): Bind it to RET.
22708
22709 2011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
22710
22711 * progmodes/etags.el (next-file): Don't use set-buffer to change
22712 buffers (Bug#8478).
22713
22714 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
22715
22716 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
22717
22718 * apropos.el (apropos-label-face): Avoid variable-pitch face.
22719 (apropos-accumulator): Doc fix.
22720 (apropos-function, apropos-macro, apropos-command)
22721 (apropos-variable, apropos-face, apropos-group, apropos-widget)
22722 (apropos-plist): Add face property.
22723 (apropos-symbols-internal): Fix indentation.
22724 (apropos-print): Simplify help, and recognize apropos-multi-type.
22725 (apropos-print-doc): Use button-type-get to extract the button's
22726 face property. Fill docstring (Bug#8352).
22727
22728 2011-04-23 Juanma Barranquero <lekktu@gmail.com>
22729
22730 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
22731
22732 * play/mpuz.el (mpuz-silent): Doc fix.
22733 (mpuz-mode-map): Use mapc.
22734 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
22735 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
22736 Fix typos in docstrings.
22737
22738 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
22739 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
22740
22741 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
22742
22743 2011-04-23 Chong Yidong <cyd@stupidchicken.com>
22744
22745 * minibuffer.el (completion--do-completion): Avoid the "Next char
22746 not unique" prompt if icomplete-mode is enabled (Bug#5849).
22747
22748 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
22749 mouse-2 into unread-command-events, it is interpreted correctly.
22750
22751 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
22752 (image-toggle-display): Doc fix.
22753
22754 2011-04-23 Stephen Berman <stephen.berman@gmx.net>
22755
22756 * textmodes/page.el (what-page): Use line-number-at-pos to
22757 calculate line number (Bug#6825).
22758
22759 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
22760
22761 * eshell/esh-mode.el (find-tag-interactive): Declare function.
22762 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
22763 Pass argument NO-DEFAULT to `find-tag-interactive'.
22764
22765 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
22766
22767 Lexical-binding cleanup.
22768
22769 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
22770 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
22771 * progmodes/ada-prj.el (ada-prj-initialize-values)
22772 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
22773 (ada-prj-show-value):
22774 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
22775 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
22776 (antlr-invalidate-context-cache, antlr-options-menu-filter)
22777 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
22778 * progmodes/bug-reference.el (bug-reference-push-button):
22779 * progmodes/fortran.el (fortran-line-length):
22780 * progmodes/glasses.el (glasses-change):
22781 * progmodes/octave-mod.el (octave-fill-paragraph):
22782 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
22783 (python-pdbtrack-grub-for-buffer, python-sentinel):
22784 * progmodes/sql.el (sql-save-connection):
22785 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
22786 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
22787 Mark unused parameters.
22788
22789 * progmodes/compile.el (compilation--flush-directory-cache)
22790 (compilation--flush-parse, compile-internal): Mark unused parameters.
22791 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
22792 (compilation-next-error-function): Remove unused variable `timestamp'.
22793
22794 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
22795 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
22796
22797 * progmodes/dcl-mode.el (dcl-end-of-command):
22798 Remove unused variable `start'.
22799 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
22800 (dcl-option-value-basic, dcl-option-value-offset)
22801 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
22802 Mark unused parameters.
22803 (dcl-save-local-variable): Remove unused variable `val'.
22804 (mode): Declare.
22805
22806 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
22807 Mark unused parameters.
22808 (delphi-ignore-changes): Move before first use.
22809 (delphi-charset-token-at): Remove unused variable `start'.
22810 (delphi-else-start): Remove unused variable `if-count'.
22811 (delphi-comment-block-start, delphi-comment-block-end):
22812 Remove unused variable `kind'.
22813 (delphi-indent-line): Remove unused variable `new-point'.
22814
22815 * progmodes/ebrowse.el (ebrowse-files-list)
22816 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
22817 Mark unused parameters. Don't quote `lambda'.
22818 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
22819 Don't quote `lambda'.
22820 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
22821 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
22822 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
22823 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
22824 Use `ignore-errors'.
22825 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
22826 (ebrowse-view/find-file-and-search-pattern)
22827 (ebrowse-view/find-member-declaration/definition):
22828 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
22829 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
22830 Rename parameter PREFIX-ARG to PREFIX.
22831 (ebrowse-tags-read-name): Remove unused variables `start' and
22832 `member-info'.
22833 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
22834 to `tags-file'.
22835
22836 * progmodes/etags.el (local-find-tag-hook): Declare.
22837 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
22838 Mark unused parameters.
22839
22840 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
22841 (executable-interpret): Mark unused parameter.
22842
22843 * progmodes/flymake.el (flymake-process-sentinel)
22844 (flymake-after-change-function)
22845 (flymake-create-temp-with-folder-structure)
22846 (flymake-get-include-dirs-dot): Mark unused parameters.
22847 (flymake-safe-delete-directory): Remove unused variable `err'.
22848
22849 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
22850 (speedbar-timer-fn, speedbar-line-text)
22851 (speedbar-change-expand-button-char, speedbar-delete-subblock)
22852 (speedbar-center-buffer-smartly): Declare functions.
22853 (gdb-find-watch-expression): Remove unused variable `array'.
22854 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
22855 (gdb-starting): Mark unused parameters.
22856 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
22857 (gdb-table-string): Remove unused variable `res'.
22858 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
22859 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
22860 (gdb-display-buffer): Remove unused variable `cur-size'.
22861
22862 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
22863 allow lexical-binding compilation.
22864 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
22865 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
22866 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
22867 Mark unused parameters.
22868 (gud-gdb-marker-filter): Remove unused variable `match'.
22869 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
22870 lambda expressions and funcall them, instead of using `fset'.
22871
22872 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
22873 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
22874
22875 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
22876 variable `header-beg'; use `let'.
22877
22878 * progmodes/icon.el (indent-icon-exp): Remove unused variables
22879 `restart', `last-sexp' and `at-do'.
22880
22881 * progmodes/js.el (js--debug): Mark unused parameter.
22882 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
22883 (js--splice-into-items): Remove unused variable `item'.
22884 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
22885
22886 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
22887 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
22888 (makefile-complete): Remove unused variable `try'.
22889 (makefile-fill-paragraph, makefile-match-function-end):
22890 Mark unused parameters.
22891
22892 * progmodes/octave-inf.el (inferior-octave-complete):
22893 Remove unused variable `proc'.
22894 (inferior-octave-output-digest): Mark unused parameter.
22895
22896 * progmodes/perl-mode.el (perl-calculate-indent):
22897 Remove unused variable `err'.
22898
22899 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
22900 (prolog-indent-line): Mark unused parameters.
22901 (prolog-indent-line): Remove unused variable `beg'.
22902
22903 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
22904 (reporter-dont-compact-list): Declare.
22905
22906 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
22907 Remove unused variable `char'.
22908 (sh-debug): Mark unused parameter.
22909 (sh-get-indent-info): Remove unused variable `start'.
22910 (sh-calculate-indent): Remove unused variable `var'.
22911
22912 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
22913 (simula-electric-keyword): Remove unused variable `null'.
22914 (simula-search-backward, simula-search-forward): Remove unused
22915 variables `begin' and `end'.
22916
22917 * progmodes/vera-mode.el (vera-guess-basic-syntax):
22918 Remove unused variable `pos'.
22919 (vera-electric-tab, vera-comment-uncomment-region):
22920 Mark unused parameters.
22921 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
22922
22923 2011-04-22 Chong Yidong <cyd@stupidchicken.com>
22924
22925 * emacs-lisp/package.el (package--builtins, package-alist)
22926 (package-load-descriptor, package-built-in-p, package-activate)
22927 (define-package, package-installed-p)
22928 (package-compute-transaction, package-buffer-info)
22929 (package--push): Doc fix. Distinguish more clearly between
22930 version strings and version lists.
22931
22932 2011-04-21 Juanma Barranquero <lekktu@gmail.com>
22933
22934 Lexical-binding cleanup.
22935
22936 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
22937 (5x5-make-mutate-best):
22938 * play/fortune.el (fortune-in-buffer):
22939 * play/gomoku.el (gomoku-init-display):
22940 * play/solitaire.el (solitaire, solitaire-do-check):
22941 * play/tetris.el (tetris-default-update-speed-function):
22942 Mark unused parameters.
22943
22944 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
22945 (bubbles--shift): Remove unused variable `char-org'.
22946 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
22947 (bubbles--show-images): Remove unused variable `char'.
22948
22949 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
22950 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
22951 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
22952 (decipher-analyze-buffer): Use ?\s.
22953 (decipher-make-checkpoint): Remove unused variable `mapping'.
22954
22955 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
22956
22957 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
22958 Remove unused variable `result'; use `let'.
22959
22960 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
22961 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
22962 (gametree-children-shown-p, gametree-compute-reduced-score):
22963 Use `ignore-errors'.
22964
22965 * play/handwrite.el (ps-lpr-switches): Declare.
22966 (handwrite): Remove unused variables `pmin' and `lastp'.
22967
22968 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
22969
22970 * play/landmark.el (landmark-init-display)
22971 (landmark-update-naught-weights): Mark unused parameters.
22972 (landmark-y): Remove unused variable `noise'. Simplify.
22973 (landmark-human-plays): Remove unused variable `score'.
22974
22975 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
22976 (mpuz-try-proposal): Remove unused variable `game'.
22977
22978 * play/zone.el (life-patterns): Declare.
22979
22980 2011-04-20 Juanma Barranquero <lekktu@gmail.com>
22981
22982 * vc/vc.el (ediff-vc-internal): Declare function.
22983
22984 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
22985
22986 * shell.el: Use lexical-binding and std completion UI.
22987 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
22988 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
22989 comint-preoutput-filter-functions rather than on
22990 comint-output-filter-functions.
22991 (shell-command-completion, shell--command-completion-data)
22992 (shell-filename-completion, shell-environment-variable-completion)
22993 (shell-c-a-p-replace-by-expanded-directory): New functions.
22994 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
22995 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
22996 (shell-dynamic-complete-environment-variable): Use them.
22997 (shell-dynamic-complete-as-environment-variable)
22998 (shell-dynamic-complete-as-command): Remove.
22999 (shell-match-partial-variable): Match past point.
23000 * comint.el: Clean up use of completion-at-point-functions.
23001 (comint-completion-at-point): New function.
23002 (comint-mode): Use it completion-at-point-functions.
23003 (comint-dynamic-complete): Make it obsolete.
23004 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
23005 (comint-c-a-p-replace-by-expanded-history): New function.
23006 (comint-dynamic-complete-functions)
23007 (comint-replace-by-expanded-history): Use it.
23008 * minibuffer.el (completion-table-with-terminator): Allow dynamic
23009 termination strings. Try harder to avoid second try-completion.
23010 (completion-in-region-mode-map): Disable bindings that don't work yet.
23011
23012 * comint.el: Use lexical-binding. Require CL.
23013 (comint-dynamic-complete-functions): Use comint-filename-completion.
23014 (comint-completion-addsuffix): Tweak custom type.
23015 (comint-filename-completion, comint--common-suffix)
23016 (comint--common-quoted-suffix, comint--table-subvert)
23017 (comint--complete-file-name-data): New functions.
23018 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
23019 (comint-dynamic-list-filename-completions): Use them.
23020 (comint-dynamic-simple-complete): Make obsolete.
23021
23022 * minibuffer.el (completion-in-region-mode):
23023 Keep completion-in-region-mode--predicate global.
23024 (completion-in-region--postch):
23025 Assume completion-in-region-mode--predicate is not null.
23026
23027 * progmodes/flymake.el (flymake-start-syntax-check-process):
23028 Obey `dir'. Simplify.
23029
23030 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
23031 we're in VC after all.
23032
23033 2011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
23034
23035 * vc/vc.el (vc-diff-build-argument-list-internal)
23036 (vc-version-ediff, vc-ediff): New commands.
23037 (vc-version-diff): Use vc-diff-build-argument-list-internal.
23038
23039 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
23040
23041 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
23042 add sanity check.
23043
23044 * obsolete/erc-hecomplete.el: Make obsolete.
23045 * obsolete/: Standardize obsolescence info in the header.
23046
23047 2011-04-20 Glenn Morris <rgm@gnu.org>
23048
23049 * calendar/solar.el (solar-horizontal-coordinates):
23050 Use the longitude argument rather than `calendar-longitude'.
23051 (solar-date-next-longitude): Remove unused locals.
23052
23053 2011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
23054
23055 * whitespace.el: New version 13.2.1.
23056
23057 2011-04-20 felix <EmacsWiki> (tiny change)
23058
23059 * whitespace.el (global-whitespace-mode): Keep highlight when
23060 switching between major modes on a file.
23061
23062 2011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
23063
23064 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
23065 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
23066 multi-line comments as well.
23067
23068 2011-04-19 Juanma Barranquero <lekktu@gmail.com>
23069
23070 Lexical-binding cleanup.
23071
23072 * arc-mode.el (archive-mode-revert):
23073 * cmuscheme.el (scheme-interactively-start-process):
23074 * custom.el (custom-initialize-delay):
23075 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
23076 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
23077 * emacs-lock.el (emacs-lock-clear-sentinel):
23078 * ezimage.el (defezimage):
23079 * follow.el (follow-avoid-tail-recenter):
23080 * fringe.el (set-fringe-mode-1):
23081 * generic-x.el (bat-generic-mode-compile):
23082 * help-mode.el (help-info-variable, help-do-xref)
23083 (help-mode-revert-buffer):
23084 * help.el (view-emacs-todo):
23085 * iswitchb.el (iswitchb-completion-help):
23086 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
23087 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
23088 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
23089 * locate.el (locate-update):
23090 * longlines.el (longlines-encode-region)
23091 (longlines-after-change-function):
23092 * outline.el (outline-isearch-open-invisible):
23093 * ps-def.el (declare-function, charset-dimension, char-width)
23094 (encode-char):
23095 * ps-mule.el (ps-mule-plot-string):
23096 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
23097 (recentf-edit-list-select, recentf-edit-list-validate)
23098 (recentf-open-files-action):
23099 * rect.el (delete-whitespace-rectangle-line)
23100 (rectangle-number-line-callback):
23101 * register.el (window-configuration-to-register)
23102 (frame-configuration-to-register):
23103 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
23104 * select.el (xselect-convert-to-string, xselect-convert-to-length)
23105 (xselect-convert-to-targets, xselect-convert-to-delete)
23106 (xselect-convert-to-filename, xselect-convert-to-charpos)
23107 (xselect-convert-to-lineno, xselect-convert-to-colno)
23108 (xselect-convert-to-os, xselect-convert-to-host)
23109 (xselect-convert-to-user, xselect-convert-to-class)
23110 (xselect-convert-to-name, xselect-convert-to-integer)
23111 (xselect-convert-to-atom, xselect-convert-to-identity):
23112 * subr.el (declare, ignore, process-kill-without-query)
23113 (text-clone-maintain):
23114 * terminal.el (te-get-char, te-tic-sentinel):
23115 * tool-bar.el (tool-bar-make-keymap):
23116 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
23117 * type-break.el (type-break-mode, type-break-noninteractive-query):
23118 * view.el (View-back-to-mark):
23119 * wid-browse.el (widget-browse-action, widget-browse-widget)
23120 (widget-browse-widgets, widget-browse-sexp):
23121 * widget.el (define-widget-keywords):
23122 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
23123 Mark unused parameters.
23124
23125 * align.el (align-adjust-col-for-rule): Mark unused parameter.
23126 (align-areas): Remove unused variable `look'.
23127 (align-region): Remove unused variables `real-end' and `pos-list'.
23128
23129 * apropos.el (apropos-score-doc): Remove unused variable `i'.
23130
23131 * bindings.el (mode-line-modified, mode-line-remote):
23132 Mark unused parameters.
23133 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
23134
23135 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
23136 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
23137
23138 * comint.el (comint-history-isearch-pop-state)
23139 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
23140 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
23141 (comint-substitute-in-file-name): Doc fix.
23142
23143 * completion.el (cmpl-statistics-block): Mark unused parameter.
23144 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
23145 (save-completions-to-file, load-completions-from-file):
23146 Remove unused local variable `e'.
23147
23148 * composite.el (compose-chars): Remove unused variable `len'.
23149 (lgstring-insert-glyph): Remove unused variable `g'.
23150 (compose-glyph-string): Remove unused variables `ascent',
23151 `descent', `lbearing' and `rbearing'.
23152 (compose-glyph-string-relative): Remove unused variables
23153 `lbearing', `rbearing' and `wadjust'.
23154 (compose-gstring-for-graphic): Remove unused variables `header',
23155 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
23156 (compose-gstring-for-terminal): Remove unused variables `header'
23157 and `nchars'. Use `let', not `let*'.
23158
23159 * cus-edit.el (Custom-set, Custom-save, custom-reset)
23160 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
23161 (Custom-buffer-done, custom-buffer-create-internal)
23162 (custom-browse-visibility-action, custom-browse-group-tag-action)
23163 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
23164 (widget-magic-mouse-down-action, custom-toggle-parent)
23165 (custom-add-parent-links, custom-toggle-hide-variable)
23166 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
23167 (custom-toggle-hide-face, face, hook, custom-group-link-action)
23168 (custom-face-menu-create, custom-variable-menu-create, get)
23169 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
23170 (custom-reset-standard-save-and-update): Remove unused variable `value'.
23171 (customize-apropos): Remove unused variable `tests'.
23172 (custom-group-value-create): Remove unused variable `hidden-p'.
23173 (sort-fold-case): Declare.
23174
23175 * cus-theme.el (custom-reset-standard-faces-list)
23176 (custom-reset-standard-variables-list): Declare.
23177 (customize-create-theme, custom-theme-revert, custom-theme-write)
23178 (custom-theme-choose-mode, customize-themes, custom-theme-save):
23179 Mark unused parameters.
23180
23181 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
23182
23183 * delim-col.el (delimit-columns-max): Move defvar before first use.
23184
23185 * descr-text.el (describe-char-categories): Don't quote `lambda'.
23186 (describe-char): Don't quote `lambda'. Mark unused parameter.
23187
23188 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
23189 (auto-insert): Declare.
23190 (desktop-restore-file-buffer): Rename desktop-* parameters;
23191 mark unused ones.
23192 (desktop-create-buffer): Rename desktop-* parameters and bind them.
23193 (desktop-buffer): Rename desktop-* parameters.
23194
23195 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
23196 (dframe-reposition-frame-xemacs, dframe-help-echo)
23197 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
23198 Mark unused parameters.
23199
23200 * dired-aux.el (backup-extract-version-start, overwrite-query)
23201 (overwrite-backup-query, rename-regexp-query)
23202 (rename-non-directory-query): Declare.
23203 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
23204 (dired-add-entry): Remove unused variable `orig-file-name'.
23205 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
23206 Use parameter PRESERVE-TIME instead of accessing dynamic variable
23207 `dired-copy-preserve-time' directly.
23208 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
23209 (dired-insert-subdir-newpos): Rename unused variable `pos'.
23210
23211 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
23212 (dired-virtual-revert, dired-make-relative-symlink):
23213 Mark unused parameters.
23214 (manual-program): Declare.
23215 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
23216 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
23217 wrapped in `with-no-warnings' to avoid replacing one warning by another.
23218
23219 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
23220
23221 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
23222
23223 * echistory.el (electric-history-in-progress, Helper-return-blurb):
23224 Declare.
23225
23226 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
23227
23228 * electric.el (Electric-command-loop): Rename parameter
23229 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
23230
23231 * expand.el (expand-in-literal): Remove unused variable `here'.
23232
23233 * facemenu.el (facemenu-add-new-color):
23234 Remove unused variable `docstring'.
23235
23236 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
23237 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
23238 (face-attr-construct): Mark unused parameter. Doc fix.
23239 (read-color): Remove unused variable `hex-string'.
23240
23241 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
23242 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
23243 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
23244 (display-buffer-other-frame): Remove unused variable `old-window'.
23245 (kill-buffer-hook): Declare.
23246 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
23247 Mark unused parameters.
23248 (after-find-file): Pass 1 to `auto-save-mode', not t.
23249
23250 * files-x.el (auto-insert): Declare.
23251 (modify-file-local-variable-prop-line): Remove unused variable `val'.
23252
23253 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
23254 variable `buf'. Mark unused parameter.
23255 (find-lisp-insert-directory): Mark unused parameter.
23256
23257 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
23258 (format-encode-region): Remove unused variables `cur-buf' and `result'.
23259 (format-common-tail): Remove, unused.
23260 (format-deannotate-region): Remove unused variable `loc'.
23261 (format-annotate-region): Remove unused variable `p'.
23262 (format-annotate-single-property-change): Remove unused variables
23263 `default' and `tail'.
23264
23265 * forms.el (read-file-filter): Declare.
23266 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
23267
23268 * frame.el (frame-creation-function-alist): Mark unused parameter.
23269 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
23270
23271 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
23272 Remove unused parameters.
23273 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
23274 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
23275
23276 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
23277 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
23278 (hfy-prepare-tag-map): Mark unused parameters.
23279 (htmlfontify-buffer): Use `called-interactively-p'.
23280
23281 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
23282 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
23283 (ibuffer-do-occur): Mark unused parameters.
23284 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
23285 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
23286
23287 * ibuffer.el: Don't quote `lambda'.
23288 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
23289 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
23290 Mark unused parameters.
23291
23292 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
23293 (ido-completing-read): Mark unused parameters.
23294 (ido-copy-current-word): Mark unused parameters;
23295 remove unused variable `name'.
23296 (ido-sort-merged-list): Remove unused parameter `dirs'.
23297
23298 * ielm.el (ielm-input-sender): Mark unused parameter.
23299 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
23300 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
23301 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
23302 `ielm-string' as a dynamic variable accessible from the IELM prompt.
23303 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
23304
23305 * image-dired.el (image-dired-display-thumbs): Remove unused
23306 variables `curr-file' and `count'.
23307 (image-dired-remove-tag): Remove unused variable `start'.
23308 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
23309 variable `curr-file'
23310 (image-dired-rotate-original): Remove unused variable `temp-file'.
23311 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
23312 Remove unused variable `file'.
23313 (image-dired-gallery-generate): Remove unused variable `curr'.
23314 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
23315
23316 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
23317
23318 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
23319
23320 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
23321
23322 * isearch.el (minibuffer-history-symbol): Declare.
23323 (isearch-edit-string): Remove unused variable `err'.
23324 (isearch-message-prefix, isearch-message-suffix):
23325 Mark unused parameters.
23326
23327 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
23328
23329 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
23330
23331 * makesum.el (double-column): Remove unused variable `cnt'.
23332
23333 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
23334 (ido-ignore-item-temp-list): Declare.
23335
23336 * mouse-drag.el (mouse-drag-throw): Remove unused variables
23337 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
23338 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
23339 (mouse-drag-drag): Remove unused variables `mouse-delta' and
23340 `mouse-col-delta'.
23341
23342 * mouse-sel.el (mouse-extend-internal):
23343 Remove unused variable `orig-window-frame'.
23344
23345 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
23346 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
23347 Move declarations before first use.
23348 (pcomplete-opt): Mark unused parameters; doc fix.
23349
23350 * proced.el (proced-revert): Mark unused parameter.
23351 (proced-send-signal): Remove unused variable `err'.
23352
23353 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
23354 Rename parameter PREFIX-ARG to ARG.
23355 (ps-basic-plot-string, ps-basic-plot-whitespace):
23356 Mark unused parameters.
23357
23358 * replace.el (replace-count): Define.
23359 (occur-revert-function): Mark unused parameters.
23360 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
23361 (isearch-case-fold-search, isearch-string): Declare.
23362 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
23363 bind `case-fold-search'. Remove unused variables `beg' and `end',
23364 and simplify.
23365 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
23366 COUNT and bind `replace-count'.
23367 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
23368 to COUNT.
23369
23370 * savehist.el (print-readably, print-string-length): Declare.
23371
23372 * shadowfile.el (shadow-expand-cluster-in-file-name):
23373 Remove unused variable `cluster'.
23374 (shadow-copy-file): Remove unused variable `i'.
23375 (shadow-noquery, shadow-clusters, shadow-site-cluster)
23376 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
23377 (shadow-define-literal-group, shadow-define-regexp-group)
23378 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
23379
23380 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
23381 (shell): Use `called-interactively-p'.
23382 (shell-directory-tracker): Remove unused variable `chdir-failure'.
23383
23384 * simple.el (compilation-context-lines, comint-file-name-quote-list)
23385 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
23386 (delete-backward-char): Remove unused variable `ocol'.
23387 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
23388 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
23389 (event-apply-hyper-modifier, event-apply-shift-modifier)
23390 (event-apply-control-modifier, event-apply-meta-modifier):
23391 Mark unused parameters.
23392 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
23393 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
23394
23395 * speedbar.el (speedbar-ignored-directory-expressions)
23396 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
23397 (speedbar-find-file, speedbar-dir-follow)
23398 (speedbar-directory-buttons-follow, speedbar-tag-find)
23399 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
23400 (speedbar-buffers-line-directory, speedbar-buffer-click):
23401 Mark unused parameters.
23402 (speedbar-tag-file): Remove unused variable `mode'.
23403 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
23404
23405 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
23406
23407 * talk.el (talk): Remove unused variable `display'.
23408
23409 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
23410 (tar-write-region-annotate): Mark unused parameter.
23411
23412 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
23413 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
23414 Declare them, wrapped in `with-no-warnings' to avoid replacing one
23415 warning by another.
23416
23417 * time-stamp.el (time-stamp-string-preprocess):
23418 Remove unused variable `require-padding'.
23419
23420 * tree-widget.el (widget-glyph-enable): Declare.
23421 (tree-widget-action): Mark unused parameter.
23422
23423 * w32-fns.el (x-get-selection): Mark unused parameter.
23424 (autoload-make-program, generated-autoload-file): Declare.
23425
23426 * wdired.el (wdired-revert): Mark unused parameters.
23427 (wdired-xcase-word): Remove unused variable `err'.
23428
23429 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
23430 (whitespace-help-scroll): Remove unused variable `data-help'.
23431
23432 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
23433 (widget-image-insert, widget-after-change, default)
23434 (widget-default-format-handler, widget-default-notify)
23435 (widget-default-prompt-value, widget-info-link-action)
23436 (widget-url-link-action, widget-function-link-action)
23437 (widget-variable-link-action, widget-file-link-action)
23438 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
23439 (widget-field-prompt-internal, widget-field-action, widget-field-match)
23440 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
23441 (widget-insert-button-action, widget-delete-button-action, visibility)
23442 (widget-documentation-link-action, widget-documentation-string-action)
23443 (widget-const-prompt-value, widget-regexp-match, symbol)
23444 (widget-coding-system-prompt-value)
23445 (widget-key-sequence-value-to-external, sexp)
23446 (widget-sexp-value-to-internal, character, vector, cons)
23447 (widget-choice-prompt-value, widget-boolean-prompt-value)
23448 (widget-color--choose-action): Mark unused parameters.
23449 (widget-item-match-inline, widget-choice-match-inline)
23450 (widget-checklist-match, widget-checklist-match-inline)
23451 (widget-group-match): Rename parameter VALUES to VALS.
23452 (widget-field-value-set): Remove unused variable `size'.
23453 (widget-color-action): Remove unused variables `value' and `start'.
23454
23455 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
23456 variable `dir'. Doc fix.
23457 (windmove-find-other-window): Don't pass it.
23458
23459 * window.el (count-windows): Mark unused parameter.
23460 (bw-adjust-window): Remove unused variable `err'.
23461
23462 * woman.el (woman-file-name): Remove unused variable `default'.
23463 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
23464 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
23465 (global-font-lock-mode): Declare.
23466 (woman-decode-region): Mark unused parameter.
23467 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
23468
23469 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
23470 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
23471 (x-dnd-handle-moz-url): Remove unused variable `title'.
23472 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
23473
23474 * xml.el (xml-parse-tag, xml-parse-attlist):
23475 Remove unused variable `pos'.
23476
23477 2011-04-19 Glenn Morris <rgm@gnu.org>
23478
23479 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
23480 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
23481 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
23482 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
23483 * calendar/cal-html.el (cal-html-insert-minical):
23484 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
23485 (calendar-mark-date-pattern):
23486 Prefix "unused" locals.
23487
23488 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
23489 optional argument `style'.
23490
23491 * calendar/appt.el (appt-make-list):
23492 * calendar/cal-china.el (calendar-chinese-date-string):
23493 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
23494 (diary-hebrew-yahrzeit):
23495 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
23496 * calendar/calendar.el (calendar-generate-window):
23497 * calendar/time-date.el (time-to-days):
23498 Remove unused local variables.
23499
23500 2011-04-18 Chong Yidong <cyd@stupidchicken.com>
23501
23502 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
23503 glyphless-char-display table.
23504 (tabulated-list-glyphless-char-display): New var.
23505
23506 2011-04-18 Sam Steingold <sds@gnu.org>
23507
23508 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
23509 to acknowledgments.
23510
23511 2011-04-17 Glenn Morris <rgm@gnu.org>
23512
23513 * calendar/diary-lib.el (diary-sexp-entry):
23514 * calendar/holidays.el (holiday-sexp):
23515 Set debug-on-error rather than the removed stack-trace-on-error.
23516
23517 2011-04-16 Glenn Morris <rgm@gnu.org>
23518
23519 * progmodes/f90.el: Use lexical-binding.
23520 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
23521
23522 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
23523
23524 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
23525 (mail-mode): Setup mailalias completion here instead.
23526 * mail/mailalias.el: Use lexical-binding.
23527 (pattern, mailalias-done): Declare dynamic.
23528 (mail-completion-at-point-function): New function, from mail-complete.
23529 (mail-complete): Use it.
23530 (mail-completion-expand): New function.
23531 (mail-get-names): Use it.
23532 (mail-directory, mail-directory-process, mail-directory-stream):
23533 Don't use `pattern' for lexically bound arg.
23534
23535 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
23536
23537 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
23538 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
23539 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
23540
23541 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
23542 (byte-save-window-excursion, byte-temp-output-buffer-setup)
23543 (byte-interactive-p): Define them again, for use when inlining
23544 old code.
23545
23546 2011-04-15 Juanma Barranquero <lekktu@gmail.com>
23547
23548 * loadup.el: Use `string-to-number', not `string-to-int'.
23549
23550 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
23551
23552 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
23553 gud-gdb-complete-command.
23554 (gud-gdb-completions): New function, from gud-gdb-complete-command.
23555 (gud-gdb-completion-at-point): New function.
23556 (gud-gdb-completions): Remove.
23557
23558 2011-04-14 Michael Albinus <michael.albinus@gmx.de>
23559
23560 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
23561 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
23562 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
23563 whether `executable-find' is bound.
23564
23565 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
23566
23567 2011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
23568
23569 * minibuffer.el (completion-in-region-mode-predicate)
23570 (completion-in-region-mode--predicate): New vars.
23571 (completion-in-region, completion-in-region--postch)
23572 (completion-in-region-mode): Use them.
23573 (completion--capf-wrapper): Also return the hook function.
23574 (completion-at-point, completion-help-at-point):
23575 Adjust and provide a predicate.
23576
23577 Preserve arg names for advice of subr and lexical functions (bug#8457).
23578 * help-fns.el (help-function-arglist): Consolidate the subr and
23579 new-byte-code cases. Add argument `preserve-names' to extract names
23580 from the docstring when needed.
23581 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
23582 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
23583 (ad-arglist): Use help-function-arglist's new arg.
23584 (ad-definition-type): Use cond.
23585
23586 2011-04-13 Juanma Barranquero <lekktu@gmail.com>
23587
23588 * autorevert.el (auto-revert-handler):
23589 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
23590 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
23591 Don't quote lambda.
23592
23593 * image-mode.el (image-transform-set-scale):
23594 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
23595
23596 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
23597
23598 * net/network-stream.el (network-stream-open-starttls): Only do
23599 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
23600 Upgrades via gnutls-cli are too slow to be done opportunistically.
23601
23602 2011-04-12 Juanma Barranquero <lekktu@gmail.com>
23603
23604 * dframe.el (dframe-current-frame): Remove spurious quote.
23605
23606 2011-04-12 Glenn Morris <rgm@gnu.org>
23607
23608 * calendar/cal-tex.el (cal-tex-end-document):
23609 Try to automatically use latin1 input if needed.
23610
23611 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
23612 Don't try to cons a mark onto an empty element.
23613
23614 2011-04-11 Leo Liu <sdl.web@gmail.com>
23615
23616 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
23617 buffers.
23618 (ido-kill-buffer-at-head): Support killing virtual buffers.
23619
23620 2011-04-10 Chong Yidong <cyd@stupidchicken.com>
23621
23622 * minibuffer.el (completion-show-inline-help): New var.
23623 (completion--do-completion, minibuffer-complete)
23624 (minibuffer-force-complete, minibuffer-complete-word):
23625 Inhibit minibuffer messages if completion-show-inline-help is nil.
23626
23627 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
23628 to avoid interference from inline help (Bug#5849).
23629
23630 2011-04-10 Leo Liu <sdl.web@gmail.com>
23631
23632 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
23633 Fix typo.
23634
23635 2011-04-09 Chong Yidong <cyd@stupidchicken.com>
23636
23637 * image-mode.el (image-toggle-display-image): Signal an error if
23638 not in Image mode.
23639 (image-transform-mode, image-transform-resize)
23640 (image-transform-set-rotation): Doc fix.
23641 (image-transform-set-resize): Delete.
23642 (image-transform-set-scale, image-transform-fit-to-height)
23643 (image-transform-fit-to-width): Handle image-toggle-display-image
23644 and image-transform-resize directly.
23645
23646 2011-04-08 Sho Nakatani <lay.sakura@gmail.com>
23647
23648 * doc-view.el (doc-view-fit-width-to-window)
23649 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
23650 New functions for fitting the shown image to the Emacs window size.
23651 (doc-view-mode-map): Add bindings for the new functions.
23652
23653 2011-04-08 Juanma Barranquero <lekktu@gmail.com>
23654
23655 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
23656 Fix typo in docstring.
23657
23658 2011-04-08 Eli Zaretskii <eliz@gnu.org>
23659
23660 * files.el (file-size-human-readable): Produce one digit after
23661 decimal, like "ls -lh" does.
23662
23663 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
23664 the file size representation.
23665
23666 * simple.el (list-processes): If async subprocesses are not
23667 available, error out with a clear error message.
23668
23669 2011-04-08 Chong Yidong <cyd@stupidchicken.com>
23670
23671 * help.el (help-form-show): New function, to be called from C.
23672 Put help-form output in a buffer named differently than *Help*.
23673
23674 2011-04-08 Eli Zaretskii <eliz@gnu.org>
23675
23676 * files.el (file-size-human-readable): New function.
23677
23678 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
23679 computing the representation inline. Don't require `cl'.
23680
23681 2011-04-08 Glenn Morris <rgm@gnu.org>
23682
23683 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
23684
23685 * net/browse-url.el (browse-url-firefox):
23686 Test system-type, not system-configuration.
23687
23688 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
23689 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
23690 Use log-edit-empty-buffer-p. (Bug#7598)
23691
23692 * net/rlogin.el (rlogin-process-connection-type): Simplify.
23693 (rlogin-mode-map): Initialize in the defvar.
23694 (rlogin): Use ignore-errors.
23695
23696 * replace.el (occur-mode-map): Some fixes for menu items.
23697
23698 2011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
23699
23700 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
23701
23702 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
23703
23704 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
23705 issuing unused warnings.
23706
23707 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
23708 macro directly.
23709
23710 * simple.el: Lisp reimplement of list-processes. Based on an
23711 earlier reimplementation by Leo Liu, but using tabulated-list.el.
23712 (process-menu-mode): New major mode.
23713 (list-processes--refresh, list-processes):
23714 (process-menu-visit-buffer): New functions.
23715
23716 * files.el (save-buffers-kill-emacs): Don't assume any return
23717 value of list-processes, which is undocumented anyway.
23718
23719 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
23720
23721 * emacs-lisp/tabulated-list.el: New file.
23722
23723 * emacs-lisp/package.el: Use Tabulated List mode.
23724 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
23725 (package-menu-mode): Derive from tabulated-list-mode. Set up the
23726 table format using Tabulated List mode variables.
23727 (package--push): New macro, replacing package-list-maybe-add.
23728 (package-menu--generate): Use package--push. Renamed from
23729 package--generate-package-list.
23730 (package-menu-refresh, list-packages): Use it.
23731 (package-menu--print-info): Rename from package-print-package.
23732 Return insertion data instead of inserting it directly.
23733 (package-menu-describe-package, package-menu-execute):
23734 Use tabulated-list-get-id.
23735 (package-menu-mark-delete, package-menu-mark-install)
23736 (package-menu-mark-unmark, package-menu-backup-unmark)
23737 (package-menu-mark-obsolete-for-deletion):
23738 Use tabulated-list-put-tag.
23739 (package--list-packages, package-menu-revert)
23740 (package-menu-get-package, package-menu-get-version)
23741 (package-menu-sort-by-column): Functions deleted.
23742 (package-menu-package-list, package-menu-sort-key): Vars deleted.
23743 (package-menu--status-predicate, package-menu--version-predicate)
23744 (package-menu--name-predicate)
23745 (package-menu--description-predicate): Handle arguments in the
23746 Tabulated List format.
23747 (package-list-packages-no-fetch): Call list-packages.
23748
23749 2011-04-06 Juanma Barranquero <lekktu@gmail.com>
23750
23751 * files.el (after-find-file-from-revert-buffer): Remove variable.
23752 (after-find-file): Don't bind it.
23753 (revert-buffer-in-progress-p): New variable.
23754 (revert-buffer): Bind it.
23755 Pass nil for `after-find-file-from-revert-buffer'.
23756
23757 * saveplace.el (save-place-find-file-hook): Use new variable
23758 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
23759
23760 2011-04-06 Glenn Morris <rgm@gnu.org>
23761
23762 * Makefile.in (AUTOGEN_VCS): New variable.
23763 (autoloads): Use $AUTOGEN_VCS.
23764
23765 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
23766 * calendar/calendar.el (calendar-mode-map):
23767 Check for toolkit scroll bars. (Bug#8305)
23768
23769 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
23770
23771 * minibuffer.el (completion-in-region--postch)
23772 (completion-in-region-mode): Remove unnecessary messages.
23773
23774 2011-04-05 Juanma Barranquero <lekktu@gmail.com>
23775
23776 * font-lock.el (font-lock-refresh-defaults):
23777 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
23778 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
23779
23780 * info.el (Info-directory-list, Info-read-node-name-2)
23781 (Info-split-parameter-string): Doc fixes.
23782 (Info-virtual-nodes): Reflow docstring.
23783 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
23784 (Info-apropos-toc-nodes, info-finder, Info-get-token)
23785 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
23786 Fix typos in docstrings.
23787 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
23788 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
23789 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
23790 (Info-restore-desktop-buffer): Mark unused parameters.
23791 (Info-directory-find-file, Info-directory-find-node)
23792 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
23793 (Info-virtual-index-find-node, Info-apropos-find-file)
23794 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
23795 Mark unused parameters; fix typos in docstrings.
23796 (Info-virtual-index): Remove unused local variable `nodename'.
23797
23798 2011-04-05 Deniz Dogan <deniz@dogan.se>
23799
23800 * net/rcirc.el: Update my e-mail address.
23801 (rcirc-mode-map): Remove M-o binding.
23802
23803 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
23804
23805 * startup.el (command-line): Save the cursor's theme-face
23806 directly, instead of using face-override-spec.
23807
23808 * custom.el (load-theme): Minor optimization in assigning faces.
23809
23810 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
23811
23812 * help-fns.el (describe-variable): Complete all variables having
23813 documentation, including keywords.
23814 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
23815
23816 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
23817
23818 Convert to lexical-binding.
23819
23820 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
23821 (bs--get-marked-string, bs--get-modified-string)
23822 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
23823 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
23824 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
23825
23826 * ehelp.el (electric-help-execute-extended)
23827 (electric-help-ctrl-x-prefix):
23828 * hexl.el (hexl-revert-buffer-function):
23829 * linum.el (linum-after-change, linum-after-scroll):
23830 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
23831
23832 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
23833
23834 2011-04-04 Daiki Ueno <ueno@unixuser.org>
23835
23836 * epa-dired.el:
23837 * epa-mail.el:
23838 * epa-hook.el:
23839 * epa-file.el:
23840 * epa.el:
23841 * epg.el: Use lexical binding.
23842
23843 2011-04-03 Chong Yidong <cyd@stupidchicken.com>
23844
23845 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
23846
23847 * textmodes/flyspell.el (flyspell-word): Recognize default
23848 dictionary case for flyspell-mark-duplications-exceptions.
23849 Use regexp matching for languages.
23850 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
23851 default dictionary (Bug#7926).
23852
23853 2011-04-02 Chong Yidong <cyd@stupidchicken.com>
23854
23855 * emacs-lisp/package.el (package--with-work-buffer):
23856 Recognize https URLs.
23857
23858 * net/network-stream.el: Move from gnus/proto-stream.el.
23859 Change prefix to network-stream throughout.
23860 (open-protocol-stream): Merge into open-network-stream, leaving
23861 open-protocol-stream as an alias. Handle nil BUFFER args.
23862
23863 * subr.el (open-network-stream): Move to net/network-stream.el.
23864
23865 2011-04-02 Glenn Morris <rgm@gnu.org>
23866
23867 * find-dired.el (find-exec-terminator): New option.
23868 (find-ls-option): Test for -ls support.
23869 (find-ls-subdir-switches): Test for -b in find-ls-option.
23870 (find-dired, find-grep-dired): Doc fixes.
23871 (find-dired): Use find-exec-terminator.
23872
23873 * find-dired.el (find-ls-option, find-ls-subdir-switches)
23874 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
23875 (find-name-arg): Remove purecopy.
23876
23877 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
23878 (grep-compute-defaults): Check for `-exec COMMAND +' support.
23879 Set grep-find-use-xargs, grep-find-command, and grep-find-template
23880 accordingly. Don't add the null-device if not needed.
23881
23882 * files.el (save-some-buffers): Doc fix.
23883
23884 2011-04-02 Eli Zaretskii <eliz@gnu.org>
23885
23886 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
23887
23888 2011-04-01 Juanma Barranquero <lekktu@gmail.com>
23889
23890 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
23891 Use `dolist' rather than `mapcar'.
23892
23893 2011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
23894
23895 Add lexical binding.
23896
23897 * subr.el (apply-partially): Use new closures rather than CL.
23898 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
23899 (dolist, dotimes): Use slightly different expansion for lexical code.
23900 (functionp): Move to C.
23901 (letrec): New macro.
23902 (with-wrapper-hook): Use it and apply-partially instead of CL.
23903 (eval-after-load): Preserve lexical-binding.
23904 (save-window-excursion, with-output-to-temp-buffer): Turn them
23905 into macros.
23906
23907 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
23908
23909 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
23910 than the arglist.
23911 (help-add-fundoc-usage): Don't add `Not documented'.
23912 (help-function-arglist): Handle closures, subroutines, and new
23913 byte-code-functions.
23914 (help-make-usage): Remove leading underscores.
23915 (describe-function-1): Handle closures.
23916 (describe-variable): Use special-variable-p for completion.
23917
23918 * files.el (lexical-binding): Declare safe.
23919
23920 * emacs-lisp/pcase.el: Don't use destructuring-bind.
23921 (pcase--memoize): Rename from pcase-memoize. Change weakness.
23922 (pcase): Add `let' pattern.
23923 Change memoization so it actually works.
23924 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
23925 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
23926 <let>: New case.
23927
23928 * emacs-lisp/macroexp.el: Use lexical binding.
23929 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
23930 Don't convert ' to #' without checking that it's indeed quoting
23931 a lambda.
23932
23933 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
23934 Use eval-sexp-add-defvars.
23935 (eval-sexp-add-defvars): New fun.
23936
23937 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
23938
23939 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
23940 Don't autoload.
23941 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
23942 than the internal `byte-compile-lambda'.
23943 (defmethod): Don't hide code under quotes.
23944 (eieio-defmethod): New `code' argument.
23945
23946 * emacs-lisp/eieio-comp.el: Remove.
23947
23948 * emacs-lisp/edebug.el (edebug-eval-defun)
23949 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
23950 (edebug-toggle): Avoid `eval'.
23951
23952 * emacs-lisp/disass.el (disassemble-internal): Handle new
23953 `closure' objects.
23954 (disassemble-1): Handle new byte codes.
23955
23956 * emacs-lisp/cl.el (pushnew): Silence warning.
23957
23958 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
23959 (cl-byte-compile-throw): Remove.
23960 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
23961
23962 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
23963 closures.
23964
23965 * emacs-lisp/cconv.el: New file.
23966
23967 * emacs-lisp/bytecomp.el: Use lexical binding instead of
23968 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
23969 (byte-compile-initial-macro-environment):
23970 Handle declare-function here.
23971 (byte-compile--lexical-environment): New var.
23972 (byte-stack-ref, byte-stack-set, byte-discardN)
23973 (byte-discardN-preserve-tos): New lap codes.
23974 (byte-interactive-p): Don't use any more.
23975 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
23976 New macros.
23977 (byte-compile-lapcode): Use them and handle new lap codes.
23978 (byte-compile-obsolete): Remove.
23979 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
23980 (byte-compile-arglist-warn): Check late def of inlinable funs.
23981 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
23982 since they should have been expanded by now.
23983 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
23984 (byte-compile-from-buffer): Remove unused second arg.
23985 (byte-compile-preprocess): New function.
23986 (byte-compile-toplevel-file-form): New function to distinguish
23987 file-form calls from outside from file-form calls from hunk-handlers.
23988 (byte-compile-file-form): Simplify.
23989 (byte-compile-file-form-defsubst): Remove.
23990 (byte-compile-file-form-defmumble): Simplify now that
23991 byte-compile-lambda always returns a byte-code-function.
23992 (byte-compile): Preprocess.
23993 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
23994 Remove, not used any more.
23995 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
23996 (byte-compile-make-args-desc): New funs.
23997 (byte-compile-lambda): Handle lexical functions. Always return
23998 a byte-code-function.
23999 (byte-compile-reserved-constants): New var, to make up room for
24000 closed-over variables.
24001 (byte-compile-constants-vector): Obey it.
24002 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
24003 (byte-compile-macroexpand-declare-function): New function.
24004 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
24005 byte-code-functions.
24006 (byte-compile-form): Check obsolescence here.
24007 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
24008 (byte-compile-variable-ref): Remove.
24009 (byte-compile-dynamic-variable-op): New fun.
24010 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
24011 (byte-compile-variable-set): New funs.
24012 (byte-compile-discard): Add 2 args.
24013 (byte-compile-stack-ref, byte-compile-stack-set)
24014 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
24015 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
24016 macroexpand-all instead.
24017 (byte-compile-quote-form): Remove.
24018 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
24019 (byte-compile-bind, byte-compile-unbind): New funs.
24020 (byte-compile-let): Handle let* and lexical binding.
24021 (byte-compile-let*): Remove.
24022 (byte-compile-catch, byte-compile-unwind-protect)
24023 (byte-compile-track-mouse, byte-compile-condition-case):
24024 Handle a new :fun-body form, used for lexical scoping.
24025 (byte-compile-save-window-excursion)
24026 (byte-compile-with-output-to-temp-buffer): Remove.
24027 (byte-compile-defun): Simplify.
24028 (byte-compile-stack-adjustment): New fun.
24029 (byte-compile-out): Use it.
24030 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
24031
24032 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
24033 handler any more.
24034
24035 * emacs-lisp/byte-opt.el: Use lexical binding.
24036 (byte-inline-lapcode): Remove (to bytecomp).
24037 (byte-compile-inline-expand): Pay attention to inlining to/from
24038 lexically bound code.
24039 (byte-compile-unfold-lambda): Don't handle byte-code-functions
24040 any more.
24041 (byte-optimize-form-code-walker): Don't handle save-window-excursion
24042 any more and don't call compiler-macros.
24043 (byte-compile-splice-in-already-compiled-code): Remove.
24044 (byte-code): Don't inline any more.
24045 (disassemble-offset): Receive `bytes' as argument rather than via
24046 dynamic scoping.
24047 (byte-compile-tag-number): Declare before first use.
24048 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
24049 `return' even if make-spliceable.
24050 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
24051 obsolete interactive-p.
24052 (byte-optimize-lapcode): Optimize new lap-codes.
24053 Don't trip up on new form of `byte-constant' lap code.
24054
24055 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
24056
24057 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
24058
24059 * custom.el (custom-initialize-default, custom-declare-variable):
24060 Use `defvar'.
24061
24062 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
24063 New variables.
24064 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
24065 (COMPILE_FIRST): Add macroexp and cconv.
24066 * makefile.w32-in: Mirror changes in Makefile.in.
24067
24068 * vc/cvs-status.el:
24069 * vc/diff-mode.el:
24070 * vc/log-edit.el:
24071 * vc/log-view.el:
24072 * vc/smerge-mode.el:
24073 * textmodes/bibtex-style.el:
24074 * textmodes/css-mode.el:
24075 * startup.el:
24076 * uniquify.el:
24077 * minibuffer.el:
24078 * newcomment.el:
24079 * reveal.el:
24080 * server.el:
24081 * mpc.el:
24082 * emacs-lisp/smie.el:
24083 * doc-view.el:
24084 * dired.el:
24085 * abbrev.el: Use lexical binding.
24086
24087 2011-04-01 Eli Zaretskii <eliz@gnu.org>
24088
24089 * info.el (info-display-manual): New function.
24090
24091 2011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
24092
24093 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
24094
24095 2011-03-31 Tassilo Horn <tassilo@member.fsf.org>
24096
24097 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
24098 an entry for that server in rcirc-authinfo. (Bug#8385)
24099
24100 2011-03-31 Glenn Morris <rgm@gnu.org>
24101
24102 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
24103
24104 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
24105
24106 2011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
24107
24108 * progmodes/python.el (python-default-interpreter)
24109 (python-python-command-args, python-jython-command-args)
24110 (python-which-shell, python-which-args, python-which-bufname)
24111 (python-file-queue, python-comint-output-filter-function)
24112 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
24113 variables and functions.
24114
24115 2011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
24116
24117 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
24118 (completion-in-region-mode): New minor mode.
24119 (completion-in-region): Use it.
24120 (completion-in-region--data, completion-in-region-mode-map): New vars.
24121 (completion-in-region--postch): New function.
24122 (completion--capf-misbehave-funs, completion--capf-safe-funs):
24123 New vars.
24124 (completion--capf-wrapper): New function.
24125 (completion-at-point): Use it to track well-behavedness of
24126 hook functions.
24127 (completion-help-at-point): New command.
24128
24129 2011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
24130
24131 * vc/add-log.el (add-change-log-entry): Don't use whitespace
24132 syntax class to search for whitespace on a single line
24133 (Message-ID: <4D938140.4030905@redhat.com>).
24134
24135 2011-03-30 Leo Liu <sdl.web@gmail.com>
24136
24137 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
24138 New commands.
24139 (edit-abbrevs-map): Bind them here.
24140 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
24141
24142 2011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
24143
24144 * allout.el (allout-hide-by-annotation, allout-flag-region):
24145 Reduce possibility of overlay leakage by making them volatile.
24146
24147 * allout-widgets.el (allout-widgets-tally): Define as nil so the
24148 hash is not shared between buffers. Mode initialization is
24149 responsible for giving it a useful starting value.
24150 (allout-item-span): Reduce possibility of overlay leakage by
24151 making them volatile.
24152 (allout-widgets-count-buttons-in-region): Add diagnostic function
24153 for tracking down button overlay leaks.
24154
24155 2011-03-29 Leo Liu <sdl.web@gmail.com>
24156
24157 * ido.el (ido-read-internal): Use the default history var
24158 minibuffer-history if no HISTORY is specified.
24159
24160 2011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
24161
24162 * net/imap.el (imap-shell-open, imap-process-connection-type):
24163 Use imap-process-connection-type for 'shell' streams as well as
24164 Kerberos, SSL, other subprocesses.
24165
24166 2011-03-28 Leo Liu <sdl.web@gmail.com>
24167
24168 * abbrev.el (abbrev-table-empty-p): New function.
24169 (prepare-abbrev-list-buffer): Place empty abbrev tables after
24170 nonempty ones. (Bug#5937)
24171
24172 2011-03-27 Jan Djärv <jan.h.d@swipnet.se>
24173
24174 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
24175
24176 2011-03-27 Leo Liu <sdl.web@gmail.com>
24177
24178 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
24179 for foreground and background colors.
24180 (ansi-color-make-color-map): Adapt.
24181
24182 2011-03-25 Leo Liu <sdl.web@gmail.com>
24183
24184 * midnight.el (midnight-time-float): Remove. Note it calculates
24185 the microsecond component incorrectly and seconds-to-time does the
24186 same job.
24187 Remove redundant (require 'timer).
24188
24189 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
24190 (ido-completions): Remove unused arguments. (Bug#8329)
24191
24192 2011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
24193
24194 * minibuffer.el (completion--flush-all-sorted-completions):
24195 Remove itself from hook.
24196 (completion-at-point): Let the functions perform the completion
24197 immediately and return nil or t.
24198 * comint.el (comint-dynamic-complete-functions): Now identical to
24199 completion-at-point-functions.
24200 (comint-dynamic-list-input-ring): Remove unused var `index'.
24201 (comint--match-partial-filename, comint--unquote&expand-filename):
24202 New funs, split from comint-match-partial-filename.
24203 (comint-dynamic-complete): Use completion-at-point.
24204 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
24205
24206 2011-03-24 Drew Adams <drew.adams@oracle.com>
24207
24208 * thingatpt.el: Support `defun'.
24209
24210 2011-03-23 Leo Liu <sdl.web@gmail.com>
24211
24212 * abbrevlist.el: Move to obsolete/abbrevlist.el.
24213
24214 * help-mode.el (help-mode-finish): Tweak regexp.
24215
24216 2011-03-23 Glenn Morris <rgm@gnu.org>
24217
24218 * eshell/esh-opt.el (eshell-eval-using-options):
24219 Do not bind unused local variable `eshell-option-stub'.
24220
24221 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
24222
24223 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
24224
24225 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
24226 keymap variable in `with-no-warnings' to avoid a warning when the
24227 keymap has been already `defconst'ed.
24228
24229 2011-03-22 Leo Liu <sdl.web@gmail.com>
24230
24231 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
24232 encode all chars in abbrevs; otherwise use emacs-mule or
24233 utf-8-emacs. (Bug#8308)
24234
24235 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
24236
24237 * simple.el (backward-delete-char-untabify):
24238 Avoid warning about using `delete-backward-char'.
24239
24240 * image.el (image-type-file-name-regexps): Make it variable.
24241 `imagemagick-register-types' modifies it, and the user may want
24242 to add new extensions for known image types.
24243 (imagemagick-register-types): Throw error if not using ImageMagick.
24244
24245 2011-03-22 Leo Liu <sdl.web@gmail.com>
24246
24247 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
24248 located before rcirc-prompt-end-marker.
24249 (rcirc-complete): Error if point is not after rcirc prompt.
24250 Handle the case when table is nil.
24251 (rcirc-user-authenticated): Define to fix compiler warning.
24252
24253 2011-03-22 Chong Yidong <cyd@stupidchicken.com>
24254
24255 * custom.el (custom--inhibit-theme-enable): Make it affect only
24256 custom-theme-set-variables and custom-theme-set-faces.
24257 (provide-theme): Ignore custom--inhibit-theme-enable.
24258 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
24259 (custom-enabling-themes): Delete variable.
24260 (enable-theme): Accept only loaded themes as arguments.
24261 Ignore the special custom-enabled-themes variable.
24262 (custom-enabled-themes): Forbid themes from setting this.
24263 Eliminate use of custom-enabling-themes.
24264 (custom-push-theme): Quote "changed" custom var entry.
24265
24266 2011-03-21 Leo Liu <sdl.web@gmail.com>
24267
24268 * ido.el (ido-read-internal): Add ido-selected to history instead
24269 of user input.
24270
24271 2011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
24272
24273 * subr.el (deferred-action-list, deferred-action-function):
24274 Mark obsolete.
24275
24276 2011-03-21 Leo Liu <sdl.web@gmail.com>
24277
24278 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
24279 change on 2011-02-13 (bug#8309).
24280
24281 * minibuffer.el (read-file-name-function): Change default value.
24282 (read-file-name--defaults): Rename from read-file-name-defaults.
24283 (read-file-name-default): Rename from read-file-name.
24284 (read-file-name): Call read-file-name-function.
24285
24286 2011-03-21 Glenn Morris <rgm@gnu.org>
24287
24288 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
24289 Doc fixes.
24290
24291 2011-03-21 Chong Yidong <cyd@stupidchicken.com>
24292
24293 * cus-theme.el: Add missing provide statement.
24294 (customize-create-theme): Extract theme value correctly.
24295 (custom-theme-visit-theme): Autoload.
24296 (customize-create-theme): Prompt before inserting default faces.
24297
24298 2011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
24299
24300 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
24301 units and musical notes.
24302
24303 2011-03-20 Leo Liu <sdl.web@gmail.com>
24304
24305 * ido.el (ido-read-internal): Use completing-read-default.
24306 (ido-completing-read): Fix compatibility with completing-read.
24307
24308 2011-03-20 Christian Ohler <ohler@gnu.org>
24309
24310 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
24311 (ert-delete-all-tests): Use `called-interactively-p' rather than
24312 `interactive-p'.
24313 (ert--make-xrefs-region): Respect END.
24314
24315 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
24316
24317 * dired-aux.el (dired-create-directory): Signal an error if the
24318 directory already exists (Bug#8246).
24319
24320 * facemenu.el (list-colors-display): Call list-faces-display
24321 inside with-help-window.
24322 (list-colors-print): Use display property to align the final
24323 column, instead of checking window-width.
24324
24325 2011-03-19 Eli Zaretskii <eliz@gnu.org>
24326
24327 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
24328 windows-nt systems.
24329 (emerge-protect-metachars): Quote correctly for ms-dos and
24330 windows-nt systems.
24331
24332 2011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
24333
24334 * info.el (info-initialize): Replace all uses of `:' with
24335 path-separator for compatibility with non-Unix systems.
24336 Cache quoting of path-separator. (Bug#8258)
24337
24338 2011-03-19 Juanma Barranquero <lekktu@gmail.com>
24339
24340 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
24341 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
24342 (mouse-avoidance-mode): Fix typos in docstrings.
24343
24344 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
24345
24346 * startup.el (package-subdirectory-regexp): Move from package.el.
24347 Omit \\` and \\', and let callers add them.
24348
24349 * emacs-lisp/package.el (package-strip-version)
24350 (package-load-all-descriptors): Add \\` and \\' to
24351 package-subdirectory-regexp before using it.
24352 (package-untar-buffer): New arg DIR; ensure that file untars only
24353 into this expected directory. Remove superfluous delete-region.
24354 (package-unpack): Caller changed.
24355 (package-tar-file-info): Use package-subdirectory-regexp.
24356
24357 2011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
24358
24359 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
24360 diff-mode-shared-map (bug#8284).
24361 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
24362
24363 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
24364
24365 * calendar/time-date.el (format-seconds): Use assoc instead of
24366 assoc-string, since assoc-string doesn't exist in XEmacs.
24367
24368 2011-03-17 Juanma Barranquero <lekktu@gmail.com>
24369
24370 * custom.el (custom-known-themes): Reflow docstring.
24371 (custom-theme-load-path): Fix typo in docstring.
24372 (load-theme): Fix typo in error message.
24373 (custom-available-themes, custom-variable-theme-value):
24374 Use `let', not `let*'.
24375
24376 2011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
24377
24378 * calc/README: Mention inclusion of musical notes.
24379
24380 * calc/calc-units.el (calc-lu-quant): Rename from
24381 `calc-logunits-quantity'.
24382 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
24383 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
24384 (calc-db): Rename from `calc-dblevel'.
24385 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
24386 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
24387 (calc-np): Rename from `calc-nplevel'.
24388 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
24389 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
24390 (calc-lu-plus): Rename from `calc-logunits-add'.
24391 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
24392 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
24393 (calc-lu-minus): Rename from `calc-logunits-sub'.
24394 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
24395 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
24396 (calc-lu-times): Rename from `calc-logunits-mul'.
24397 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
24398 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
24399 (calc-lu-divide): Rename from `calc-logunits-div'.
24400 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
24401 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
24402
24403 * calc/calc-ext.el (calc-init-extensions): Update the names of the
24404 functions being autoloaded.
24405
24406 * calc/calc.el (calc-lu-power-reference): Rename from
24407 `calc-logunits-power-reference'.
24408 (calc-lu-field-reference): Rename from
24409 `calc-logunits-field-reference'.
24410
24411 * calc/calc-help.el (calc-l-prefix-help):
24412 Mention musical note functions.
24413
24414 2011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
24415
24416 * minibuffer.el (completion-all-sorted-completions):
24417 Use :completion-cycle-penalty text property if present.
24418
24419 2011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
24420
24421 * allout.el (allout-yank-processing): Adjust for new rebulleting
24422 regime so bullet being yanked is used without prompting the user
24423 for a choice.
24424
24425 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
24426
24427 * startup.el (command-line): Warn the user that _emacs is deprecated.
24428
24429 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
24430
24431 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
24432 (delphi-verbose, delphi-comment-face, delphi-string-face)
24433 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
24434 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
24435 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
24436 (delphi-new-comment-line, delphi-font-lock-defaults)
24437 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
24438 Fix typos in docstrings.
24439
24440 2011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
24441
24442 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
24443 Invert the roles of character and string values for INSTEAD, so a
24444 string is used for the more common case of a defaulting prompt.
24445
24446 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
24447
24448 * progmodes/ruby-mode.el (ruby-backward-sexp):
24449 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
24450 * play/gamegrid.el (gamegrid-make-face):
24451 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
24452 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
24453 * notifications.el (notifications-notify):
24454 * net/xesam.el (xesam-search-engines):
24455 * net/quickurl.el (quickurl-list-insert):
24456 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
24457
24458 2011-03-15 Chong Yidong <cyd@stupidchicken.com>
24459
24460 * startup.el (command-line): Update package subdirectory regexp.
24461
24462 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
24463
24464 * allout.el (allout-abbreviate-flattened-numbering)
24465 (allout-mode-deactivate-hook): Fix up obsolescence "date".
24466
24467 * subr.el (read-char-choice): Only show the cursor after the prompt,
24468 not after the answer.
24469
24470 2011-03-15 Kevin Ryde <user42@zip.com.au>
24471
24472 * help-fns.el (variable-at-point): Skip leading quotes, if any
24473 (bug#8253).
24474
24475 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
24476
24477 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
24478 warning message.
24479
24480 2011-03-14 Michael Albinus <michael.albinus@gmx.de>
24481
24482 * shell.el (shell): When called interactively, offer to change the
24483 shell file name on remote hosts.
24484
24485 2011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
24486
24487 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
24488 integration for LDAP parameters. The host, base, user or binddn,
24489 and secret tokens can be specified in a netrc file, for instance.
24490 This is optional because an `auth-source' parameter must be
24491 specified in the search attributes.
24492
24493 2011-03-13 Juanma Barranquero <lekktu@gmail.com>
24494
24495 * help.el (describe-mode): Link to the mode's definition (bug#8185).
24496
24497 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
24498
24499 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
24500 into declaration. Remove redundant and harmful binding.
24501
24502 2011-03-12 Eli Zaretskii <eliz@gnu.org>
24503
24504 * files.el (file-ownership-preserved-p): Pass `integer' as an
24505 explicit 2nd argument to `file-attributes'. If the file's owner
24506 is the Administrators group on Windows, and the current user is
24507 Administrator, consider that a match.
24508
24509 * server.el (server-ensure-safe-dir): Consider server directory
24510 safe on MS-Windows if its owner is the Administrators group while
24511 the current Emacs user is Administrator. Use `=' to compare
24512 numerical UIDs, since they could be integers or floats.
24513
24514 2011-03-12 Juanma Barranquero <lekktu@gmail.com>
24515
24516 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
24517
24518 2011-03-12 Michael Albinus <michael.albinus@gmx.de>
24519
24520 Sync with Tramp 2.2.1.
24521
24522 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
24523
24524 * net/trampver.el: Update release number.
24525
24526 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
24527
24528 * progmodes/compile.el (compilation--previous-directory): Fix up
24529 various nil/dead-marker mismatches (bug#8014).
24530 (compilation-directory-properties, compilation-error-properties):
24531 Don't call it at a position past the one we're about to change.
24532
24533 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
24534 Disable obsolescence warnings in the file that declares it.
24535
24536 2011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
24537
24538 * allout-widgets.el (allout-widgets-tally):
24539 Initialize allout-widgets-tally as a hash table rather than nil to
24540 prevent mode-line redisplay warnings. Also, clarify the module
24541 description and fix a comment typo.
24542
24543 2011-03-11 Juanma Barranquero <lekktu@gmail.com>
24544
24545 * help-fns.el (describe-variable): Don't complete keywords.
24546 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
24547
24548 2011-03-10 Chong Yidong <cyd@stupidchicken.com>
24549
24550 * emacs-lisp/package.el (package-version-join): Impose a standard
24551 string representation for pre/alpha/beta version lists.
24552 (package-unpack-single): Standardize the directory name by passing
24553 it through package-version-join.
24554 (package-strip-rcs-id): Accept any version string that does not
24555 signal an error in version-to-list.
24556
24557 2011-03-10 Michael Albinus <michael.albinus@gmx.de>
24558
24559 * simple.el (delete-trailing-whitespace): Return nil for the
24560 benefit of `write-file-functions'.
24561
24562 2011-03-10 Glenn Morris <rgm@gnu.org>
24563
24564 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
24565
24566 * vc/vc-git.el (vc-git-program): New option.
24567 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
24568 (vc-git--call): Use it.
24569
24570 * eshell/esh-util.el (eshell-condition-case): Doc fix.
24571
24572 * cus-edit.el (Custom-newline): If no button at point, look
24573 for a subgroup button at start-of-line. (Bug#2298)
24574
24575 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
24576
24577 2011-03-10 Julien Danjou <julien@danjou.info>
24578
24579 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
24580 `cursor-type' is nil.
24581
24582 2011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
24583
24584 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
24585
24586 2011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
24587
24588 * allout.el: Change so yank of distinctive-bullet items
24589 preserves the existing header prefix, rebulleting it if necessary,
24590 rather than replacing it. This is necessary for proper operation
24591 of cooperative addons like allout-widgets.
24592 (allout-make-topic-prefix, allout-rebullet-heading):
24593 Change SOLICIT arg to INSTEAD, and interpret additionally a string
24594 value as alternate bullet to be used, instead of prompting the user
24595 for a bullet character.
24596
24597 2011-03-09 Michael Albinus <michael.albinus@gmx.de>
24598
24599 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
24600 Do not use `tramp-file-name-port', because this returns also
24601 `tramp-default-port'.
24602
24603 2011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
24604
24605 * net/rcirc.el (rcirc-handler-001): Remove useless
24606 with-rcirc-process-buffer.
24607 (rcirc-check-auth-status): Swap arguments to string-match.
24608
24609 2011-03-09 Glenn Morris <rgm@gnu.org>
24610
24611 * shell.el (shell-mode):
24612 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
24613
24614 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
24615 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
24616
24617 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
24618
24619 * emacs-lisp/package.el (package-refresh-contents)
24620 (package-menu-execute): Use condition-case-no-debug.
24621
24622 2011-03-08 Michael Albinus <michael.albinus@gmx.de>
24623
24624 * simple.el (shell-command-to-string): Use `process-file'.
24625
24626 * emacs-lisp/package.el (package-tar-file-info): Handle also
24627 remote files.
24628
24629 * emacs-lisp/package-x.el (package-upload-buffer-internal):
24630 Use `equal' for upload base check.
24631
24632 2011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
24633
24634 * textmodes/texinfo.el (texinfo-environments):
24635 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
24636
24637 2011-03-08 Glenn Morris <rgm@gnu.org>
24638
24639 * cus-start.el (cursor-in-non-selected-windows):
24640 Fix :set quoting oddness. (Bug#8192)
24641
24642 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
24643 in some setf expressions. (Bug#2159)
24644
24645 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
24646
24647 * custom.el (custom-available-themes): Return themes in
24648 alphabetical order.
24649
24650 See ChangeLog.15 for earlier changes.
24651
24652 ;; Local Variables:
24653 ;; coding: utf-8
24654 ;; End:
24655
24656 Copyright (C) 2011-2013 Free Software Foundation, Inc.
24657
24658 This file is part of GNU Emacs.
24659
24660 GNU Emacs is free software: you can redistribute it and/or modify
24661 it under the terms of the GNU General Public License as published by
24662 the Free Software Foundation, either version 3 of the License, or
24663 (at your option) any later version.
24664
24665 GNU Emacs is distributed in the hope that it will be useful,
24666 but WITHOUT ANY WARRANTY; without even the implied warranty of
24667 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
24668 GNU General Public License for more details.
24669
24670 You should have received a copy of the GNU General Public License
24671 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.