]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
* lisp/jka-cmpr-hook.el (jka-compr-compression-info-list)
[gnu-emacs] / lisp / ChangeLog
1 2013-02-20 Ulrich Müller <ulm@gentoo.org>
2
3 * jka-cmpr-hook.el (jka-compr-compression-info-list)
4 (jka-compr-mode-alist-additions): Handle .txz suffix for
5 XZ-compressed tar archives (bug#13770).
6
7 2013-02-20 Bastien Guerry <bzg@gnu.org>
8
9 * outline.el (outline-regexp, outline-heading-end-regexp):
10 Make variables, not options (bug#13731).
11
12 2013-02-20 Glenn Morris <rgm@gnu.org>
13
14 * image.el (image-current-frame): Change from variable to function.
15 (image-show-frame): Rename from image-nth-frame. Update callers.
16 * image-mode.el (image-multi-frame): New variable.
17 (image-mode-map, image-mode, image-goto-frame):
18 Use image-multi-frame rather than image-current-frame.
19 (image-mode, image-goto-frame): Use image-current-frame as
20 function rather than as variable.
21
22 * emacs-lisp/cl-lib.el (cl-floatp-safe): Make it an alias for floatp.
23 * emacs-lisp/cl-macs.el (cl--make-type-test)
24 (cl--compiler-macro-assoc): Use floatp rather than cl-floatp-safe.
25
26 2013-02-19 Michael Albinus <michael.albinus@gmx.de>
27
28 * net/tramp-cache.el (tramp-get-hash-table): New defun.
29 (tramp-get-file-property, tramp-set-file-property)
30 (tramp-get-connection-property, tramp-set-connection-property): Use it.
31 (tramp-flush-file-property, tramp-flush-directory-property):
32 Rename argument to KEY.
33 (tramp-flush-connection-property): Simplify a little bit.
34 (tramp-connection-property-p): New defun.
35 (top): Reapply saved values only if there isn't a corresponding
36 entry in `tramp-connection-properties'.
37
38 2013-02-19 Fabián Ezequiel Gallina <fgallina@cuca>
39
40 * progmodes/python.el (python-indent-context):
41 Fix python-info-line-ends-backslash-p call.
42 (python-info-line-ends-backslash-p)
43 (python-info-beginning-of-backslash): Respect line-number argument.
44 (python-info-current-line-comment-p):
45 Fix behavior when not at beginning-of-line.
46 (python-util-position): Remove function.
47 (python-util-goto-line): New function.
48
49 2013-02-19 Michael Albinus <michael.albinus@gmx.de>
50
51 * eshell/em-unix.el (eshell/su): Require tramp.
52 (eshell/sudo): Require tramp. Remove now unnecessary check.
53
54 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Let-bind
55 `tramp-current-connection' in order to avoid an error when several
56 commands are invoked in a short time in eshell and friends.
57
58 2013-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
59
60 Cleanup some of EIEIO's namespace.
61 * emacs-lisp/eieio.el (eieio--define-field-accessors): New macro.
62 Use it to define all the class-* and object-* field accessors (renamed
63 to eieio--class-* and eieio--object-*). Update all uses.
64 (eieio--class-num-slots, eieio--object-num-slots): Rename from
65 class-num-slots and object-num-slots.
66 (eieio--check-type): New macro.
67 (eieio-defclass, eieio-oref, eieio-oref-default, same-class-p)
68 (object-of-class-p, child-of-class-p, object-slots, class-slot-initarg)
69 (eieio-oset, eieio-oset-default, object-assoc, object-assoc-list)
70 (object-assoc-list-safe): Use it.
71 (eieio-defclass): Tighten regexp.
72 (eieio--defmethod): Use `memq'. Signal an error for unknown method kind.
73 Remove unreachable code.
74 (object-class-fast): Declare obsolete.
75 (eieio-class-name, eieio-object-name, eieio-object-set-name-string)
76 (eieio-object-class, eieio-object-class-name, eieio-class-parents)
77 (eieio-class-children, eieio-class-precedence-list, eieio-class-parent):
78 Rename from class-name, object-name, object-set-name-string,
79 object-class, object-class-name, class-parents, class-children,
80 class-precedence-list, class-parent; with obsolete alias.
81 (class-of, class-direct-superclasses, class-direct-subclasses):
82 Declare obsolete.
83 (eieio-defmethod): Use `memq'; remove unreachable code.
84 * emacs-lisp/eieio-base.el (eieio-persistent-read):
85 * emacs-lisp/eieio-opt.el (eieio-class-button, eieio-describe-generic)
86 (eieio-browse-tree, eieio-browse): Use eieio--check-type.
87
88
89 2013-02-18 Michael Heerdegen <michael_heerdegen@web.de>
90
91 * emacs-lisp/eldoc.el (eldoc-highlight-function-argument):
92 Use font-lock-keyword-face for macros and special forms (bug#8345).
93
94 2013-02-17 Didier Verna <didier@didierverna.net>
95
96 * net/network-stream.el (network-stream-open-starttls):
97 Check that response to the starttls-command is non-nil. (Bug#13706)
98
99 2013-02-17 Stefan Monnier <monnier@iro.umontreal.ca>
100
101 * font-lock.el (lisp-font-lock-keywords-1, lisp-font-lock-keywords-2):
102 Don't assume all identifier chars have syntax word.
103 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
104 Remove bar-not-symbol. Adjust callers.
105 (lisp-mode-variables): Don't set a font-lock-syntax-table.
106
107 2013-02-17 Leo Liu <sdl.web@gmail.com>
108
109 * net/rcirc.el (rcirc-keepalive): Fix invalid timer error.
110
111 2013-02-17 Glenn Morris <rgm@gnu.org>
112
113 * menu-bar.el (menu-bar-tools-menu): Fix case of EDE entry.
114
115 * image-mode.el (image-mode-map): Add image-dired menu entry.
116
117 * image-dired.el (tumme): Make this alias obsolete.
118
119 2013-02-16 Glenn Morris <rgm@gnu.org>
120
121 * image.el (image-animated-types): Remove.
122 (image-multi-frame-p): Rename from image-animated-p, and generalize.
123 (image-animated-p): Make obsolete alias.
124 (image-animate, image-nth-frame, image-animate-timeout):
125 Use image-multi-frame-p.
126 (image-animate-timeout): If no delay, use image-default-frame-delay.
127 * image-mode.el (image-mode, image-toggle-animation):
128 Use image-multi-frame-p. (Bug#763, bug#10739)
129 (image-mode): Adjust startup message for a multi-frame image.
130
131 * image-mode.el (image-mode-map): Give it a menu.
132
133 2013-02-16 Michael Albinus <michael.albinus@gmx.de>
134
135 * net/tramp-cache.el (tramp-connection-properties): New customer
136 option.
137 (tramp-get-connection-property): Use it.
138
139 * net/tramp-compat.el (top): Require 'trampver.
140
141 * net/tramp-sh.el (tramp-remote-process-environment):
142 Set tramp-autoload cookie.
143
144 2013-02-16 Kevin Ryde <user42@zip.com.au>
145
146 * info-look.el (info-lookup-select-mode): If major-mode has no
147 info-lookup-alist entry then search up derived-mode-parent (bug#8660).
148
149 2013-02-16 Jambunathan K <kjambunathan@gmail.com>
150
151 * replace.el (read-regexp): Tighten the regexp that matches tag.
152 When tag is retrieved with `find-tag-default', use regexp that
153 matches tag at point. Also update docstring (Bug#13687).
154
155 2013-02-16 Eli Zaretskii <eliz@gnu.org>
156
157 * autorevert.el (auto-revert-notify-add-watch): With 'w32notify',
158 add watch for the file, not its parent directory, since w32notify
159 sets up the watch for the directory internally. (Bug#13725)
160
161 2013-02-16 Glenn Morris <rgm@gnu.org>
162
163 * image.el (image-default-frame-delay): New variable.
164 (image-animated-p): Use image-default-frame-delay.
165 (image-minimum-frame-delay): New constant.
166 (image-animate-timeout): Use image-minimum-frame-delay.
167
168 * image.el (image-nth-frame): New, split from image-animate-timeout.
169 (image-animate-timeout): Use image-nth-frame.
170 * image-mode.el (image-goto-frame, image-next-frame)
171 (image-previous-frame): New commands.
172 (image-mode-map): Add new frame commands.
173
174 2013-02-16 Jonas Bernoulli <jonas@bernoul.li>
175
176 * emacs-lisp/tabulated-list.el (tabulated-list-print-col):
177 If col-desc already has help-echo, use it. (Bug#13563)
178
179 2013-02-16 Glenn Morris <rgm@gnu.org>
180
181 * image.el (image-current-frame): New variable.
182 (image-animate-timeout): Set image-current-frame.
183 * image-mode.el (image-mode): For animated images,
184 display a frame counter via mode-line-process.
185
186 * font-lock.el (lisp-font-lock-keywords-1): Add defvar-local.
187
188 2013-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
189
190 * simple.el (eval-expression): Let `exp' set the mark (bug#13724).
191
192 2013-02-15 Alan Mackenzie <acm@muc.de>
193
194 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode): When a
195 global minor mode has been enabled, call the minor mode function
196 for a new buffer once only, after the major mode hook, whilst
197 allowing that hook explicitly to disable the minor mode.
198 (MODE-disable-in-buffer): New (generated) function.
199 (disable-MODE): New (generated) buffer local variable.
200
201 2013-02-15 Jambunathan K <kjambunathan@gmail.com>
202
203 * iswitchb.el (iswitchb-read-buffer): Bind `C-.' and `C-,' to
204 `iswitchb-next-match' and `iswitchb-prev-match' resply.
205 * ido.el (ido-init-completion-maps): Bind `C-.' and `C-,' to
206 `ido-next-match' and `ido-prev-match' resply.
207 * icomplete.el (icomplete-minibuffer-map): Unbind `C-s' and `C-r'.
208 Bind `C-.' and `C-,' to `icomplete-forward-completions' and
209 `icomplete-backward-completions' (Bug#13708).
210
211 2013-02-15 Glenn Morris <rgm@gnu.org>
212
213 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
214
215 2013-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
216
217 * net/goto-addr.el (goto-address-fontify): Add start and end args.
218 (goto-address-fontify-region): Use them instead of narrowing, so
219 syntax-ppss has access to the whole buffer.
220
221 2013-02-15 Fabián Ezequiel Gallina <fgallina@cuca>
222
223 * progmodes/python.el: Explain how to restore "cc-mode"-like
224 forward-sexp movement in header documentation (Bug#13642).
225 (python-nav--forward-sexp): Behave like emacs-lisp-mode in
226 comments and strings (GH bug 114).
227
228 2013-02-15 Fabián Ezequiel Gallina <fgallina@cuca>
229
230 * progmodes/python.el (python-info-current-defun): Fix current
231 defun detection (Bug#13618).
232
233 2013-02-15 Chong Yidong <cyd@gnu.org>
234
235 * xml.el (xml-parse-string): Fix typo in handling of bad character
236 references.
237
238 2013-02-15 Glenn Morris <rgm@gnu.org>
239
240 * play/fortune.el (fortune-compile): Simplify and fix previous change.
241
242 2013-02-14 Michael Albinus <michael.albinus@gmx.de>
243
244 * net/tramp.el (tramp-debug-message):
245 Add `tramp-condition-case-unless-debug'.
246 (tramp-debug-on-error): New defvar.
247 (tramp-condition-case-unless-debug): New defun.
248 (tramp-file-name-handler): Use it.
249
250 2013-02-14 Juri Linkov <juri@jurta.org>
251
252 * info.el (Info-isearch-filter): Treat non-nil values of
253 `search-invisible' including its default value `open'
254 like the value `t' to match hidden text. (Bug#13402)
255
256 2013-02-14 Glenn Morris <rgm@gnu.org>
257
258 * help-fns.el (find-lisp-object-file-name): Give special treatment
259 to all ~/.foo.elc files, not just ~/.emacs. (Bug#9007)
260
261 2013-02-14 David Biesack <sasdjb@d72933.na.sas.com> (tiny change)
262
263 * net/quickurl.el (quickurl-save-urls):
264 Ensure quickurl-urls is not truncated on printing. (Bug#9276)
265
266 2013-02-14 Dmitry Gutov <dgutov@yandex.ru>
267
268 * progmodes/ruby-mode.el (ruby-parse-partial): Don't increase
269 depth for unfinished percent literal. Not using it in the caller.
270 (ruby-move-to-block): Jump over multiline literals of all types,
271 ignoring code-looking contents inside them.
272 (ruby-add-log-current-method): Improve performance at the expense
273 of accuracy. `ruby-block-contains-point' is relatively slow, so
274 only use it for method and singleton class blocks.
275
276 2013-02-13 Michael Albinus <michael.albinus@gmx.de>
277
278 Use ControlMaster where applicable. (Bug#13677)
279
280 * net/tramp.el (tramp-ssh-controlmaster-template): New defvar,
281 replacing `tramp-detect-ssh-controlmaster'.
282 (tramp-default-method): Use it.
283
284 * net/tramp-sh.el (tramp-methods) [scp, scp1, scp2, scpx, sftp]:
285 [rsync, ssh, ssh1, ssh2, sshx]: Add ControlPath and ControlMaster
286 arguments.
287 [scpc, rsyncc]: Remove methods.
288 (top): Remove completion functions for "scpc", "rsyncc", "ssh1_old"
289 and "ssh2_old".
290 (tramp-do-copy-or-rename-file-out-of-band): Change trace level.
291 (tramp-maybe-open-connection): Reuse tmpfile for ControlPath.
292
293 2013-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
294
295 * emacs-lisp/package.el (package--initialized): Move before first use.
296
297 2013-02-13 Jambunathan K <kjambunathan@gmail.com>
298
299 * icomplete.el (icomplete-hide-common-prefix): New user option.
300 (icomplete-first-match): New face.
301 (icomplete-completions): Correct handling of "complete but not
302 unique" (Bug#12638).
303
304 2013-02-13 YE Qianchuan <stool.ye@gmail.com> (tiny change)
305
306 * descr-text.el (describe-char): Display the script (bug#13698).
307
308 2013-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
309
310 * tmm.el: Use lexical-binding and current-active-maps.
311 (tmm-menubar): Use map-keymap and pcase.
312 (tmm--completion-table): New function.
313 (tmm-prompt): Use it to fix the menu order.
314 (tmm-get-keybind): Use current-active-maps.
315
316 2013-02-12 Christopher Schmidt <christopher@ch.ristopher.com>
317
318 Add dired-hide-details-mode. (Bug#6799)
319
320 * locate.el (locate-mode): Set parent mode property to dired-mode.
321
322 * find-dired.el (find-dired): Call dired-insert-set-properties on
323 initial information line. Set process mark on end of buffer.
324 (find-dired-sentinel):
325 Call dired-insert-set-properties on summary.
326
327 * dired.el (dired-hide-details-hide-symlink-targets)
328 (dired-hide-details-hide-information-lines): New options.
329 (dired-insert-directory):
330 Set properties after final treatment of output.
331 (dired-insert-set-properties):
332 Set dired-hide-details-* properties.
333 (dired-mode-map): Bind dired-hide-details-mode.
334 (dired-mode): Set buffer-invisibility-spec to a list.
335 (dired-next-line): Skip hidden lines.
336 (dired-previous-line): Use dired-next-line.
337 (dired-hide-details-mode): New minor mode.
338 (dired-hide-details-update-invisibility-spec): New function.
339
340 2013-02-13 Glenn Morris <rgm@gnu.org>
341
342 * play/yow.el: Move to obsolete/. (Bug#9384)
343
344 2013-02-13 Juri Linkov <juri@jurta.org>
345
346 * vc/ediff-util.el (ediff-recenter): Use `select-frame-set-input-focus'
347 to select `ediff-control-frame' and set input focus correctly on Xfce.
348 (Bug#12218)
349
350 2013-02-13 Juri Linkov <juri@jurta.org>
351
352 * image-mode.el (image-mode-map):
353 * doc-view.el (doc-view-mode-map):
354 * vc/ediff-util.el (ediff-setup-keymap):
355 Make S-SPC scroll in the opposite sense to SPC. (Bug#2145)
356
357 2013-02-13 Dmitry Gutov <dgutov@yandex.ru>
358
359 * progmodes/ruby-mode.el (ruby-move-to-block): Improve
360 performance. Instead of recalculating indentation fully for each
361 line, sum up indentation depth based only on visited lines.
362 (ruby-parse-partial): Increase the depth after "do" even when END
363 is right after it.
364 (ruby-parse-partial): When END is in the middle of a percent
365 literal, increase the depth if the delimiter chars belong to the
366 paren syntax class.
367
368 2013-02-13 Kirill A. Korinskiy <catap@catap.ru>
369
370 * play/fortune.el (fortune-compile): Also make the compiled file
371 if it does not exist at all, not just if it is old. (Bug#5338)
372
373 2013-02-13 Glenn Morris <rgm@gnu.org>
374
375 * emacs-lisp/package.el (package-menu-execute): Doc fix.
376
377 2013-02-13 Yves Baumes <ybaumes@gmail.com> (tiny change)
378
379 * lisp/emacs-lisp/package.el (package-menu-execute):
380 Add optional noquery argument. (Bug#13625)
381
382 2013-02-13 Michael Albinus <michael.albinus@gmx.de>
383
384 * net/ange-ftp.el (ange-ftp-make-directory): Don't raise an error,
385 if DIR exists and PARENTS is non-nil.
386
387 2013-02-13 Juanma Barranquero <lekktu@gmail.com>
388
389 * progmodes/js.el (js--multi-line-declaration-indentation):
390 Silence byte-compiler warning.
391
392 2013-02-12 Michael Albinus <michael.albinus@gmx.de>
393
394 * net/tramp-adb.el (tramp-adb-handle-start-file-process): Rewrite.
395
396 * net/tramp-compat.el (top): Declare `remote-file-name-inhibit-cache'
397 only if it doesn't exist.
398
399 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
400 Set process marker.
401
402 2013-02-12 Tassilo Horn <tsdh@gnu.org>
403
404 * doc-view.el (doc-view-odf->pdf-converter-soffice): Use separate
405 UserInstallation when calling soffice to work around LibreOffice
406 bug 37531.
407
408 2013-02-12 Glenn Morris <rgm@gnu.org>
409
410 * files.el (basic-save-buffer):
411 Offer to create a non-existing directory. (Bug#3016)
412
413 * calc/calc-graph.el (calc-graph-show-dumb):
414 * calendar/calendar.el (calendar-mode-map):
415 * cus-edit.el (custom-mode-map):
416 * ehelp.el (electric-help-map):
417 * emulation/vip.el (vip-mode-map):
418 * epa.el (epa-key-list-mode-map):
419 * info.el (Info-mode-map):
420 * mail/rmail.el (rmail-mode-map):
421 * mail/rmailsum.el (rmail-summary-mode-map):
422 * man.el (Man-mode-map):
423 * net/newst-plainview.el (newsticker-mode-map):
424 * progmodes/cpp.el (cpp-edit-mode-map):
425 * progmodes/grep.el (grep-mode-map):
426 * progmodes/idlw-help.el (idlwave-help-mode-map):
427 * simple.el (special-mode-map):
428 * startup.el (splash-screen-keymap):
429 * view.el (view-mode-map):
430 Make S-SPC scroll in the opposite sense to SPC. (Bug#2145)
431
432 2013-02-11 Elias Pipping <pipping@lavabit.com>
433
434 * doc-view.el (doc-view-current-cache-dir): Beware % escapes
435 (bug#13679).
436
437 2013-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
438
439 * cus-start.el (all): Remove inhibit-local-menu-bar-menus.
440
441 2013-02-11 Glenn Morris <rgm@gnu.org>
442
443 * vc/diff.el (diff-use-labels): New variable.
444 (diff-no-select): Use --label rather than -L, and first
445 check that it is supported. (Bug#11067)
446
447 * files.el (enable-dir-local-variables): New variable.
448 (hack-dir-local-variables): Respect enable-dir-local-variables.
449 * tutorial.el (help-with-tutorial):
450 Ignore directory-local variables. (Bug#11127)
451
452 * vc/vc-svn.el (vc-svn-command): Move --non-interactive from here...
453 (vc-svn-global-switches): ... to here. (Bug#13513)
454
455 2013-02-10 Christopher Schmidt <christopher@ch.ristopher.com>
456
457 * minibuf-eldef.el (minibuffer-default--in-prompt-regexps):
458 Handle "foo (bar, default: xxx): " prompts.
459
460 2013-02-10 Chong Yidong <cyd@gnu.org>
461
462 * files.el (basic-save-buffer-1): Do not set
463 buffer-file-coding-system-explicit (Bug#4533).
464
465 * mail/emacsbug.el (report-emacs-bug): Change binding of
466 report-emacs-bug-insert-to-mailer to C-c M-i (Bug#13510).
467
468 2013-02-09 Jay Belanger <jay.p.belanger@gmail.com>
469
470 * calc/calc.el (calc-allow-units-as-numbers): New variable.
471 * calc/calc-units.el (calc-convert-units): Use new variable.
472
473 2013-02-09 Eli Zaretskii <eliz@gnu.org>
474
475 * subr.el (buffer-file-type, default-buffer-file-type): Remove.
476
477 * net/ange-ftp.el (ange-ftp-insert-file-contents): Don't reference
478 buffer-file-type.
479
480 * mail/feedmail.el (feedmail-force-binary-write): Doc fix.
481 (feedmail-run-the-queue, feedmail-dump-message-to-queue)
482 (feedmail-send-it-immediately): Don't bind buffer-file-type, bind
483 coding-system-for-write instead.
484
485 * jka-compr.el (jka-compr-write-region): Don't bind
486 buffer-file-type.
487
488 * emacs-lisp/bytecomp.el (byte-compile-file): Don't bind
489 buffer-file-type.
490
491 * files.el (file-name-buffer-file-type-alist): Remove defvar.
492 (insert-file-contents-literally): Remove reference to
493 file-name-buffer-file-type-alist.
494
495 * dos-w32.el (file-name-buffer-file-type-alist): Deprecate and
496 make-obsolete.
497 (find-buffer-file-type-match, find-buffer-file-type): Remove.
498 (find-buffer-file-type-coding-system): Remove references to
499 find-buffer-file-type-match, find-buffer-file-type, and
500 buffer-file-type.
501 Don't put find-buffer-file-type-coding-system into
502 file-coding-system-alist.
503 (find-file-binary, find-file-text): Bind coding-system-for-read
504 instead of file-name-buffer-file-type-alist.
505
506 2013-02-09 Jambunathan K <kjambunathan@gmail.com>
507
508 * doc-view.el: Use (and prefer) soffice as default ODF->PDF
509 converter (Bug#13622).
510 (doc-view-unoconv-program): Make obsolete alias.
511 (doc-view-odf->pdf-converter-program): New variable.
512 (doc-view-odf->pdf-converter-function): New variable.
513 (doc-view-mode-p): Use it.
514 (doc-view-odf->pdf-converter-unoconv):
515 Rename from `doc-view-odf->pdf-converter-unoconv'.
516 (doc-view-odf->pdf-converter-soffice): New function.
517 (doc-view-convert-current-doc):
518 Use `doc-view-odf->pdf-converter-function'.
519
520 2013-02-09 Chong Yidong <cyd@gnu.org>
521
522 * minibuffer.el (minibuffer-inactive-mode-map): Bind mouse-1 to
523 view-echo-area-messages (Bug#13340).
524
525 * help.el (view-echo-area-messages): Use display-buffer.
526
527 * dired-x.el (dired-do-run-mail): Prompt for confirmation
528 (Bug#13561).
529
530 2013-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
531
532 * emacs-lisp/byte-run.el (eval-when-compile, eval-and-compile):
533 Eval body right away, now that we do eager macroexpansion (bug#13605).
534
535 * simple.el (end-of-buffer): Don't touch unrelated windows (bug#13466).
536 (fundamental-mode): Use run-mode-hooks.
537
538 * eshell/esh-proc.el (eshell/kill): Fix last change.
539 * eshell/em-ls.el (eshell-ls-dir): Fix use of CL in last change.
540
541 2013-02-08 Aidan Gauland <aidalgol@no8wireless.co.nz>
542
543 * eshell/esh-proc.el (eshell/kill): Rewrite.
544
545 * eshell/em-ls.el (show-almost-all): Declare.
546 (eshell-do-ls): Add support for -A argument.
547
548 2013-02-08 Jambunathan K <kjambunathan@gmail.com>
549
550 * icomplete.el (icomplete-forward-completions)
551 (icomplete-backward-completions): Handle corner case (bug#13602).
552
553 2013-02-07 Michael Albinus <michael.albinus@gmx.de>
554
555 * vc/vc-hooks.el (vc-find-file-hook): `buffer-file-truename' can
556 be nil. Handle this. (Bug#13636)
557
558 2013-02-07 Richard Stallman <rms@gnu.org>
559
560 * mail/rmail.el (rmail-variables): Specify `no-conversion' for
561 `save-buffer-coding-system'.
562
563 2013-02-07 Alan Mackenzie <acm@muc.de>
564
565 Fix bug in state cache mechanism. Remove 'BOD "strategy". Refactor.
566 * progmodes/cc-engine.el (c-get-fallback-scan-pos): Remove.
567 (c-parse-state-get-strategy): Don't return 'BOD any more.
568 (c-append-lower-brace-pair-to-state-cache):
569 Extra parameter HERE instead of narrowing.
570 Widen to top of buffer before searching backwards for a brace pair.
571 (c-state-push-any-brace-pair): Add HERE parameter to function call.
572 (c-append-to-state-cache): Extra parameter HERE in place of narrowing.
573 Narrow to parameter HERE, in place of being called narrowed.
574 (c-remove-stale-state-cache): Extra parameter HERE in place of
575 narrowing. Check there's an open brace in the cache before
576 searching for its match.
577 (c-invalidate-state-cache-1): Add HERE parameter to function call.
578 (c-parse-state-1): Don't narrow here for 'forward strategy,
579 instead passing extra parameter HERE to several functions.
580 Remove 'BOD strategy.
581
582 2013-02-06 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
583
584 * emacs-lisp/package.el (describe-package-1): Tell what archive is
585 used to install the package.
586
587 2013-02-06 Glenn Morris <rgm@gnu.org>
588
589 * vc/vc-hooks.el (vc-find-file-hook): Don't ask about following links
590 if we can't get user input. (Bug#6567)
591
592 * startup.el (command-line): If simple.el is missing,
593 test and warn about for some possible causes.
594
595 2013-02-05 Jan Djärv <jan.h.d@swipnet.se>
596
597 * cus-start.el (all): Add ns-use-native-fullscreen.
598
599 2013-02-05 Glenn Morris <rgm@gnu.org>
600
601 * profiler.el (profiler-report-mode-map): Add a restart menu entry.
602
603 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
604 Fix directory creation in fallback case.
605
606 2013-02-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
607
608 * vc/vc.el (vc-next-action): Fix inf-loop (bug#13610).
609 (vc-update-change-log): Use dolist.
610
611 2013-02-04 Chong Yidong <cyd@gnu.org>
612
613 * thingatpt.el: Rewrite the URL detection routines, absorbing some
614 code from ffap.el.
615 (thing-at-point-beginning-of-url-regexp): New var.
616 (thing-at-point-uri-schemes): Update list of URI schemes.
617 (thing-at-point-url-regexp): Variable deleted.
618 (thing-at-point-markedup-url-regexp): Disallow newlines.
619 (thing-at-point-newsgroup-regexp)
620 (thing-at-point-newsgroup-heads)
621 (thing-at-point-default-mail-uri-scheme): New variables.
622 (thing-at-point-bounds-of-url-at-point): Rewrite. Use ffap's
623 method to find the possible bounds of the URI at point.
624 New optional argument to find ill-formed URIs.
625 (thing-at-point-url-at-point): Rewrite. New arguments for finding
626 ill-formed URIs. Use thing-at-point-bounds-of-url-at-point, and
627 the scheme-adding heuristics from ffap-url-at-point.
628 (thing-at-point--bounds-of-well-formed-url): New function.
629 Do parens matching to decide whether to include parens in the URI
630 (Bug#9153).
631
632 * ffap.el: Require thingatpt.
633 (ffap-url-at-point): Delegate URI detection to thing-at-point.
634 All URI-valid characters are now recognized (Bug#5673).
635 (ffap-string-at-point): Use use-region-p.
636 (ffap-url-regexp): Extra character is handled by thing-at-point.
637 (ffap-string-at-point-mode-alist): Allow parentheses.
638 (ffap-newsgroup-regexp, ffap-newsgroup-heads, ffap-newsgroup-p):
639 Convert to aliases; code moved to thingatpt.el.
640 (ffap-gnus-hook): Use setq-local.
641
642 2013-02-04 Glenn Morris <rgm@gnu.org>
643
644 * emacs-lisp/ert.el (ert--explain-format-atom):
645 Don't try to print non-characters as characters. (Bug#13543)
646
647 2013-02-03 Michael Albinus <michael.albinus@gmx.de>
648
649 * net/tramp.el (tramp-debug-message): Extend function exclude list.
650 (tramp-backtrace): New defun.
651 (tramp-handle-insert-file-contents): Use `visit' when inserting
652 the local copy.
653
654 * net/tramp-sh.el (tramp-sh-handle-set-visited-file-modtime):
655 Use `remote-file-name-inhibit-cache'.
656
657 2013-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
658
659 * progmodes/cperl-mode.el (cperl-mode): Avoid byte-compile warning
660 (bug#13614).
661
662 * subr.el (internal--called-interactively-p--get-frame): Avoid filling
663 current-load-list (bug#13366).
664
665 2013-02-02 Christopher Schmidt <christopher@ch.ristopher.com>
666
667 * progmodes/compile.el (compilation-error-regexp-alist-alist):
668 Identify g++ template instantiation trace. (Bug#12287)
669 (compilation-mode-hook, compilation-start-hook)
670 (compilation-window-height): Simplify docstrings. (Bug#13379)
671
672 2013-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
673
674 * mouse.el (mouse-drag-track): Always deactivate the mark before
675 running the final event's command since that command is in charge of
676 activating the mark if needed (bug#13523).
677
678 2013-02-02 Juri Linkov <juri@jurta.org>
679
680 * replace.el (perform-replace): Move let-bindings of isearch-*
681 variables deeper to the loop that searches for the next match.
682 Add bindings for `isearch-nonincremental' and `isearch-adjusted'.
683 Use `isearch-search-fun-default' instead of `isearch-search-fun'.
684 (Bug#13579)
685
686 * isearch.el (isearch-search-fun-default): Check for null
687 first element of isearch-cmds as a precaution when it's used
688 with inactive isearch.
689
690 2013-02-02 Andrew W. Nosenko <andrew.w.nosenko@gmail.com> (tiny change)
691
692 * net/tramp.el (tramp-check-for-regexp): Avoid "Args out of range"
693 error when buffer in question is narrowed so position 1 is out of
694 visible part.
695
696 2013-02-02 Glenn Morris <rgm@gnu.org>
697
698 * textmodes/remember.el (remember-clipboard): Doc fix.
699
700 2013-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
701
702 * progmodes/make-mode.el (makefile-fill-paragraph): Reset syntax-table
703 properties (bug#13179).
704
705 2013-02-02 Juri Linkov <juri@jurta.org>
706
707 * progmodes/grep.el (grep-regexp-alist): Use variable grep-match-face
708 instead of hard-coded default face `match'. (Bug#9438)
709
710 2012-02-01 Christopher Schmidt <christopher@ch.ristopher.com>
711
712 * vc/vc-arch.el (vc-arch-registered):
713 * vc/vc-bzr.el (vc-bzr-registered):
714 * vc/vc-cvs.el (vc-cvs-registered):
715 * vc/vc-git.el (vc-git-registered):
716 * vc/vc-hg.el (vc-hg-registered):
717 * vc/vc-mtn.el (vc-mtn-registered):
718 * vc/vc-svn.el (vc-svn-registered): Suppress load messages.
719 (Bug#13139)
720
721 * info.el (Info-next-reference, Info-prev-reference): Add numeric
722 prefix argument. (Bug#11656)
723
724 2013-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
725
726 * help-fns.el (help-split-fundoc): Don't insert byte-compiled body.
727
728 2013-02-01 Glenn Morris <rgm@gnu.org>
729
730 * vc/vc-hooks.el (vc-menu-map): Disable vc-rollback menu item
731 if the backend is known not to support it.
732
733 * imenu.el (imenu-default-create-index-function):
734 Tweak infinite loop test to check for forward motion as well as none.
735
736 2013-02-01 Alex Harsanyi <AlexHarsanyi@gmail.com>
737
738 * net/soap-client.el (soap-invoke): Encode the string for
739 `url-request-data' as UTF-8.
740 Fixes <http://code.google.com/p/emacs-soap-client/issues/detail?id=16>.
741
742 2013-02-01 Glenn Morris <rgm@gnu.org>
743
744 * calc/calc-help.el (calc-view-news): Use view-emacs-news.
745
746 * calc/README, calc/README.prev: Rename/merge to etc/CALC-NEWS.
747
748 2013-01-31 Michael Albinus <michael.albinus@gmx.de>
749
750 * net/tramp.el (tramp-tramp-file-p): Comment check for
751 `string-as-unibyte'. The function does not exist on XEmacs, and
752 likely we need another approach.
753
754 * net/tramp-sh.el (tramp-compute-multi-hops): Check, whether
755 `tramp-gw-*' variables are bound.
756
757 2013-01-31 Glenn Morris <rgm@gnu.org>
758
759 * files.el (basic-save-buffer-2): Choose coding system for
760 writing the file before backing it up, to reduce delay between
761 backing up and writing the new version. (Bug#13522)
762
763 2013-01-31 Michal Nazarewicz <mina86@mina86.com>
764
765 * simple.el (cycle-spacing): New command.
766 (just-one-space): Use it.
767
768 2013-01-31 Stefan Monnier <monnier@iro.umontreal.ca>
769
770 * progmodes/opascal.el: Rename from delphi.el. Use lexical-binding.
771 (opascal-newline-always-indents): Remove custom.
772 (opascal-tab, opascal-newline): Remove commands.
773 (opascal-new-comment-line): Insert "\n" instead of calling newline.
774 (opascal-mode-map): Keep default bindings for RET and TAB and DEL.
775 (opascal-save-match-data): Remove, use save-match-data instead.
776 (opascal-save-state): Use with-silent-modifications.
777
778 * progmodes/pascal.el (pascal-mode-syntax-table): Accept //..\n comments
779 (bug#13585).
780
781 2013-01-30 Juri Linkov <juri@jurta.org>
782
783 * frame.el (toggle-frame-maximized, toggle-frame-fullscreen):
784 Use fullboth as an alias for fullscreen. Suggested by Jan Djärv in
785 <http://lists.gnu.org/archive/html/emacs-devel/2013-01/msg00203.html>.
786
787 2013-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
788
789 * progmodes/make-mode.el (makefile-backslash-region): Don't compute
790 column if we're just deleting the backslashes.
791 (makefile-fill-paragraph): Use eolp.
792
793 2013-01-30 Michael Albinus <michael.albinus@gmx.de>
794
795 * autorevert.el (auto-revert-use-notify): Fix docstring.
796
797 2013-01-30 Leo Liu <sdl.web@gmail.com>
798
799 * imenu.el (imenu--truncate-items): Fix subalist checking (bug#13576).
800
801 2013-01-30 Glenn Morris <rgm@gnu.org>
802
803 * mouse.el (mouse-drag-line): Avoid pushing same event onto
804 unread-command-events twice in some cases. This tries to implement
805 the 2012-07-26 changes in a different way. (Bug#13560)
806
807 2013-01-30 Fabián Ezequiel Gallina <fgallina@cuca>
808
809 * progmodes/python.el
810 (python-pdbtrack-comint-output-filter-function): Enhancements on
811 stacktrace detection. (thanks @gnovak)
812
813 2013-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
814
815 * jit-lock.el (jit-lock-stealth-chunk-start): Don't widen (bug#13542).
816 (jit-lock-mode, jit-lock-functions, jit-lock-context-unfontify-pos):
817 Use defvar-local.
818 (jit-lock-register): Use setq-local.
819
820 2013-01-30 Jay Belanger <jay.p.belanger@gmail.com>
821
822 * calc-units.el (math-default-units-table): Remove initial value.
823 (calc-convert-units): Treat expressions where all the units cancel as
824 if they didn't have units.
825
826 2013-01-30 Michael Albinus <michael.albinus@gmx.de>
827
828 * net/tramp.el (tramp-process-connection-type): Fix docstring.
829 (tramp-completion-reread-directory-timeout): Fix type.
830 (tramp-connection-min-time-diff): New defcustom.
831
832 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
833
834 2013-01-30 Glenn Morris <rgm@gnu.org>
835
836 * imenu.el (imenu-default-create-index-function):
837 Put back a version of the infinite loop test removed 2013-01-23.
838
839 2013-01-30 Fabián Ezequiel Gallina <fgallina@cuca>
840
841 * progmodes/python.el (python-shell-parse-command):
842 Find python-shell-interpreter with modified environment.
843
844 2013-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
845
846 * emacs-lisp/cl.el (cl-set-getf): Add compatibility alias.
847
848 2013-01-29 Alan Mackenzie <acm@muc.de>
849
850 Amend to fontify /regexp/s in actions correctly.
851 * cc-awk.el (c-awk-harmless-char-re, c-awk-harmless-string*-re):
852 (c-awk-harmless-string*-here-re): Braces, parens and semicolons
853 are no longer included.
854 (c-awk-harmless-line-char-re, c-awk-harmless-line-string*-re):
855 What used to be these variables without "-line" in the name.
856 (c-awk-neutral-re): { is no longer neutral. Escaped newlines now are.
857 (c-awk-non-arith-op-bra-re): Now also matches {.
858 (c-awk-pre-exp-alphanum-kwd-re): New regexp to match "print",
859 "return", and "case".
860 (c-awk-kwd-regexp-sign-re): New, to match "print", etc., followed
861 by /.
862 (c-awk-syntax-tablify-/): Check special cases "print /re/", etc.
863 (c-awk-set-syntax-table-properties): Extend FSM to handle {,},(,),;.
864
865 2013-01-29 Michael Albinus <michael.albinus@gmx.de>
866
867 * autorevert.el (auto-revert-use-notify):
868 Use `custom-initialize-default' for initialization. (Bug#13583)
869
870 * net/ange-ftp.el (ange-ftp-skip-msgs): Add another message.
871
872 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
873 Catch `suppress'. Otherwise, `tramp-run-real-handler' might be called
874 in `tramp-file-name-handler'.
875 (tramp-gw-tunnel-method, tramp-gw-socks-method): Declare for
876 compatibility.
877 (tramp-compute-multi-hops): Check, whether
878 `tramp-gw-tunnel-method' and `tramp-gw-socks-method' are non-nil.
879
880 2013-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
881
882 * hi-lock.el (hi-lock-unface-buffer): Don't assume `face' is a symbol
883 (bug#13297).
884
885 2013-01-27 Dmitry Gutov <dgutov@yandex.ru>
886
887 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove some
888 checks made superfluous by the \_< operator.
889 * progmodes/ruby-mode.el (ruby-move-to-block): Work with (maybe
890 temporarily) broken indentation.
891 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
892 Highlight nested constants, too. \_< broke that.
893
894 2013-01-27 Nobuyoshi Nakada <nobu@ruby-lang.org>
895
896 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Use "\\_<"
897 instead of "\\b".
898
899 2013-01-27 Michael Albinus <michael.albinus@gmx.de>
900
901 * autorevert.el (auto-revert-handler): Notifications which result
902 from a saved file shall not be taken into account. (Bug#13557)
903
904 2013-01-26 Andreas Schwab <schwab@linux-m68k.org>
905
906 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Add optional
907 parameter BAR-NOT-SYMBOL to control syntax of | for font-lock.
908 (lisp-mode): Pass t for it. (Bug#13556)
909
910 2013-01-25 Alan Mackenzie <acm@muc.de>
911
912 AWK Mode: Fix indentation bug at top level. Bug #12274.
913
914 * progmodes/cc-engine.el (c-guess-basic-syntax): Move CASE 5P to
915 just before CASE 5D.
916
917 2013-01-25 Dmitry Antipov <dmantipov@yandex.ru>
918
919 * net/socks.el (socks-nslookup-host): Use string-to-number.
920
921 2013-01-25 Michael Albinus <michael.albinus@gmx.de>
922
923 * autorevert.el (auto-revert-remote-files)
924 (auto-revert-notify-exclude-dir-regexp): New defcustoms.
925 (auto-revert-notify-enabled, auto-revert-use-notify)
926 (auto-revert-notify-watch-descriptor-hash-list)
927 (auto-revert-notify-modified-p, auto-revert-notify-event-p)
928 (auto-revert-notify-event-descriptor)
929 (auto-revert-notify-event-action)
930 (auto-revert-notify-event-file-name): Doc fix.
931 (global-auto-revert-mode): Reorder checks.
932 (auto-revert-notify-rm-watch): Respect changed values of
933 `auto-revert-notify-watch-descriptor-hash-list'.
934 (auto-revert-notify-add-watch): Check for
935 `auto-revert-notify-exclude-dir-regexp'. Adapt filters for
936 `inotify-add-watch'. Watch `default-directory' instead of
937 `buffer-file-name'. `auto-revert-notify-watch-descriptor-hash-list'
938 has a changed meaning now. (Bug#13540)
939 (auto-revert-notify-handler): Change implementation wrt events
940 returning from a directory.
941 (auto-revert-handler): Reorder implementation for checks of remote
942 files.
943 (auto-revert-buffers): Fix parentheses error.
944
945 2013-01-25 Fabián Ezequiel Gallina <fgallina@cuca>
946
947 * progmodes/python.el: Enhancements to header documentation about
948 skeletons. (Bug#5716)
949
950 * imenu.el (imenu-default-create-index-function): Remove useless
951 infinite loop check. (Bug#13438)
952
953 2013-01-25 Alan Mackenzie <acm@muc.de>
954
955 Fix a bug in the state cache mechanism. Refactor this a bit.
956
957 * progmodes/cc-engine.el (c-parse-state-get-strategy): Remove the
958 `cache-pos' element from the return value.
959 (c-append-lower-brace-pair-to-state-cache): "Narrow" to end of
960 buffer to enable proper searching from beyond HERE. Amend the
961 test for detecting the sought brace pair. Amend the value written
962 to the "brace desert cache" when the brace isn't found.
963 (c-remove-stale-state-cache): Rename `good-pos' to `start-point',
964 and several other variables analogously.
965 (c-remove-stale-state-cache-backwards): Change `cache-pos' from a
966 parameter to a locally calculated variable.
967 (c-parse-state-1): Change the calling conventions to the two
968 defuns involving `cache-pos'.
969
970 2013-01-25 Chong Yidong <cyd@gnu.org>
971
972 * xml.el (xml-entity-or-char-ref-re): Fix regexp.
973
974 2013-01-24 Aaron Ecay <aaronecay@gmail.com> (tiny change)
975
976 * paren.el (show-paren-function): Make sure to set 'priority and
977 'face only if the overlay does exist.
978
979 2013-01-24 Michael Albinus <michael.albinus@gmx.de>
980
981 * net/tramp.el (tramp-tramp-file-p): Check, whether NAME is unibyte.
982
983 * net/tramp-sh.el (tramp-sh-handle-set-file-acl): Do not suppress
984 basic attributes.
985 (tramp-sh-handle-set-file-acl): Improve error checking.
986
987 2013-01-24 Dmitry Antipov <dmantipov@yandex.ru>
988
989 * doc-view.el (doc-view-display): Force mode line update until all
990 document is converted. Suggested by Stefan Monnier (Bug#13164).
991
992 2013-01-23 Bastien Guerry <bzg@gnu.org>
993
994 * paren.el (show-paren-function): Make sure an overlay exists
995 before trying to delete it. Also use `pos' as a position only
996 when it is an integer.
997
998 2013-01-23 Dmitry Antipov <dmantipov@yandex.ru>
999
1000 * play/gametree.el (gametree-break-line-here): Use point-marker.
1001
1002 2013-01-22 Michael Albinus <michael.albinus@gmx.de>
1003
1004 * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
1005 Mark descriptive parts with `display' property.
1006
1007 2013-01-21 Agustín Martín Domingo <agustin.martin@hispalinux.es>
1008
1009 * textmodes/ispell.el (ispell-hunspell-dictionary-equivs-alist):
1010 New variable to map standard dict names to hunspell ones.
1011 (ispell-set-spellchecker-params): Make sure specific dict names
1012 are used for standard dicts with hunspell.
1013
1014 2013-01-21 Tassilo Horn <tsdh@gnu.org>
1015
1016 * textmodes/reftex-cite.el (reftex-format-citation): Add format
1017 chars for note (%N) and url (%U).
1018 * textmodes/reftex-vars.el (reftex-cite-format): Document them.
1019
1020 2013-01-21 Juri Linkov <juri@jurta.org>
1021
1022 * frame.el: Bind `f10' in `esc-map' to `toggle-frame-maximized'
1023 in addition to existing separate binding `meta f10' in `global-map'.
1024 (Bug#13484)
1025
1026 2013-01-21 Michael Albinus <michael.albinus@gmx.de>
1027
1028 Improve XEmacs compatibility.
1029
1030 * net/tramp.el (tramp-replace-environment-variables): Make it a defun.
1031
1032 * net/tramp-adb.el (top): Require `time-date'.
1033 (tramp-adb-ls-output-time-less-p): Use `tramp-time-less-p'.
1034 (tramp-adb-handle-copy-file, tramp-adb-handle-rename-file):
1035 Use `tramp-file-name-handler'.
1036 (tramp-adb-maybe-open-connection):
1037 Use `tramp-compat-set-process-query-on-exit-flag'.
1038
1039 * net/tramp-sh.el (tramp-sh-handle-file-acl):
1040 Use `tramp-compat-funcall'.
1041
1042 * net/tramp-smb.el (tramp-smb-handle-file-acl): Use `looking-at' and
1043 `tramp-compat-funcall'.
1044
1045 2013-01-21 Jürgen Hötzel <juergen@archlinux.org>
1046
1047 * net/tramp-adb.el (tramp-adb-handle-start-file-process): Complete
1048 reimplementation using "adb shell command ..." instead of running
1049 remote shell interactively.
1050
1051 2013-01-20 Glenn Morris <rgm@gnu.org>
1052
1053 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
1054 Add native profiler menu entries.
1055
1056 * profiler.el (profiler-running-p): New function.
1057 (profiler-cpu-profile): Use profiler-running-p.
1058 (profiler-report-mode-map): Add some more menu entries.
1059
1060 2013-01-19 Glenn Morris <rgm@gnu.org>
1061
1062 * mail/unrmail.el (unrmail): Do not mangle the mbox From line;
1063 fixes 2012-12-07 change. (Bug#13499)
1064
1065 2013-01-19 Leo Liu <sdl.web@gmail.com>
1066
1067 * dired.el (dired-get-marked-files): Prune erroneous values due to
1068 last change. (Bug#13152)
1069
1070 2013-01-19 Glenn Morris <rgm@gnu.org>
1071
1072 * progmodes/etags.el (tags-table-check-computed-list):
1073 Preserve point in tags buffer. (Bug#13412)
1074
1075 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
1076
1077 2013-01-19 Christian Wittern <cwittern@gmail.com> (tiny change)
1078 Chong Yidong <cyd@gnu.org>
1079
1080 * image-mode.el (image-next-file, image-previous-file):
1081 New commands (Bug#8453).
1082 (image-mode-map): Bind them to n and p.
1083 (image-mode--images-in-directory): New helper function.
1084
1085 2013-01-19 Chong Yidong <cyd@gnu.org>
1086
1087 * image-mode.el (image-mode-fit-frame): Add a frame argument.
1088 Suggested by Drew Adams (Bug#7730). Handle window decorations;
1089 save and restore the old window configuration.
1090
1091 2013-01-18 Leo Liu <sdl.web@gmail.com>
1092
1093 * progmodes/js.el: Tweak autoload cookie for alias.
1094
1095 2013-01-17 Michael Albinus <michael.albinus@gmx.de>
1096
1097 * autorevert.el (auto-revert-notify-watch-descriptor): Make it
1098 buffer local, again. This was lost with the fix on 2013-01-12.
1099
1100 2013-01-17 Jürgen Hötzel <juergen@archlinux.org>
1101
1102 * eshell/esh-util.el (eshell-path-env): Make it buffer local, in
1103 order to support several eshell buffers in parallel.
1104
1105 2013-01-17 Michael Albinus <michael.albinus@gmx.de>
1106
1107 * autorevert.el (auto-revert-use-notify): In the :set function, do
1108 not modify `kill-buffer-hook'.
1109 (auto-revert-notify-rm-watch):
1110 Remove `auto-revert-notify-rm-watch' from `kill-buffer-hook'.
1111 (auto-revert-notify-add-watch): Do not call
1112 `auto-revert-notify-rm-watch', but add it to a buffer local
1113 `kill-buffer-hook'.
1114
1115 2013-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
1116
1117 * emacs-lisp/trace.el (trace--read-args): Use a closure and an honest
1118 call to `eval' rather than a backquoted lambda.
1119
1120 2013-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
1121
1122 * emacs-lisp/nadvice.el (advice--tweak): Make it possible for `tweak'
1123 to return an explicit nil.
1124 (advice--remove-function): Change accordingly.
1125
1126 * emacs-lisp/advice.el (ad-preactivate-advice): Adjust the cleanup to
1127 the use of nadvice.el.
1128
1129 * progmodes/which-func.el (which-function): Silence imenu errors
1130 (bug#13433).
1131
1132 2013-01-15 Michael R. Mauger <mmaug@yahoo.com>
1133
1134 * progmodes/sql.el: (sql-imenu-generic-expression):
1135 (sql-mode-font-lock-object-name): Match schema qualified names.
1136 (sql-connect): Use string keys.
1137 (sql-product-interactive): Wait for interpreter prompt.
1138 (sql-comint-oracle): Set process coding based on NLS_LANG.
1139
1140 2013-01-15 Michael R. Mauger <mmaug@yahoo.com>
1141
1142 * progmodes/sql.el (sql-output-to-send): Remove, unused.
1143 (sql-interactive-remove-continuation-prompt):
1144 (sql-send-magic-terminator, sql-interactive-mode): Remove references.
1145
1146 2013-01-14 Leo Liu <sdl.web@gmail.com>
1147
1148 * calendar/calendar.el (calendar-redraw): Sync window-point and point.
1149 (Bug#13420)
1150
1151 2013-01-14 Glenn Morris <rgm@gnu.org>
1152
1153 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1154 Fix interpretation of gnu line.col1-col2 format. (Bug#13335)
1155
1156 2013-01-13 Fabián Ezequiel Gallina <fgallina@cuca>
1157
1158 * progmodes/python.el (python-nav-end-of-statement):
1159 Fix cornercase when handling multiline strings.
1160
1161 2013-01-13 Richard Stallman <rms@gnu.org>
1162
1163 * mail/sendmail.el (mail-position-on-field): Add doc string.
1164
1165 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
1166 Get current message boundaries and pass them to
1167 message-forward-make-body-mime. Minor style changes.
1168
1169 2013-01-13 Eli Zaretskii <eliz@gnu.org>
1170
1171 * cus-start.el (all): Avoid warnings about
1172 scroll-bar-adjust-thumb-portion on platforms where it is not defined.
1173
1174 2013-01-11 Jan Djärv <jan.h.d@swipnet.se>
1175
1176 * cus-start.el (all): Add scroll-bar-adjust-thumb-portion.
1177
1178 2013-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
1179
1180 * jit-lock.el (jit-lock-debug-mode): New minor mode.
1181 (jit-lock--debug-fontifying): New var.
1182 (jit-lock--debug-fontify): New function.
1183 * subr.el (condition-case-unless-debug): Don't prevent catching the
1184 error, just let the debbugger run.
1185 * emacs-lisp/timer.el (timer-event-handler): Don't prevent debugging
1186 timer code and don't drop errors silently.
1187
1188 2013-01-12 Michael Albinus <michael.albinus@gmx.de>
1189
1190 * autorevert.el (auto-revert-notify-watch-descriptor): Give it
1191 `permanent-local' property.
1192 (auto-revert-notify-handler): Use `file-equal-p'.
1193
1194 2013-01-12 Eli Zaretskii <eliz@gnu.org>
1195
1196 * autorevert.el (auto-revert-notify-handler): Fix filtering of
1197 file notification by ACTION. For filtering by file name, compare
1198 only the non-directory part of the file name.
1199
1200 2013-01-12 Stefan Monnier <monnier@iro.umontreal.ca>
1201
1202 * autorevert.el: Use cl-lib instead of cl.
1203
1204 * vc/vc-bzr.el (vc-bzr--sanitize-header): New function (bug#13307).
1205 (vc-bzr-checkin): Use it.
1206 * vc/log-edit.el (log-edit-extract-headers): Don't presume FUNCTION
1207 will preserve match-data.
1208
1209 2013-01-11 Felix H. Dahlke <fhd@ubercode.de>
1210
1211 * progmodes/js.el: Fix multiline declarations's indentation (bug#8576).
1212 (js--declaration-keyword-re): New var.
1213 (js--multi-line-declaration-indentation): New function.
1214 (js--proper-indentation): Use it.
1215
1216 2013-01-11 Aaron S. Hawley <Aaron.Hawley@vtinfo.com>
1217
1218 * calc/calc.el (calc-highlight-selections-with-faces)
1219 (calc-dispatch):
1220 * comint.el (comint-history-isearch-message):
1221 * emacs-lisp/edebug.el (edebug-read, edebug-eval-defun):
1222 * ffap.el (ffap-string-at-point-region, ffap-next)
1223 (ffap-string-at-point, ffap-string-around)
1224 (ffap-copy-string-as-kill, ffap-highlight-overlay)
1225 (ffap-literally):
1226 * font-lock.el (font-lock-keywords-alist)
1227 (font-lock-removed-keywords-alist):
1228 * help-mode.el (help-xref-symbol-regexp):
1229 * info.el (Info-find-emacs-command-nodes):
1230 * international/mule.el (add-to-coding-system-list):
1231 * isearch.el (isearch-message-function, isearch-fail-pos):
1232 * misearch.el (multi-isearch-next-buffer-function):
1233 * newcomment.el (comment-box):
1234 * printing.el (pr-txt-printer-alist, pr-ps-printer-alist)
1235 (pr-setting-database):
1236 * progmodes/cc-fonts.el (c-font-lock-keywords-3)
1237 (c++-font-lock-keywords-3, objc-font-lock-keywords-3)
1238 (java-font-lock-keywords-3, idl-font-lock-keywords-3)
1239 (pike-font-lock-keywords-3):
1240 * progmodes/compile.el (compile):
1241 * progmodes/etags.el (tags-table-files)
1242 (tags-table-files-function, tags-included-tables-function):
1243 * progmodes/gdb-mi.el (gdb, gdb-setup-windows)
1244 (gdb-restore-windows):
1245 * ps-print.el (ps-even-or-odd-pages, ps-spool-buffer-with-faces)
1246 (ps-n-up-filling-database):
1247 * server.el (server-buffer, server-log):
1248 * simple.el (newline, delete-backward-char, delete-forward-char)
1249 (minibuffer-history-isearch-message, kill-line, track-eol)
1250 (temporary-goal-column):
1251 * textmodes/flyspell.el (flyspell-mark-duplications-flag)
1252 (flyspell-default-deplacement-commands):
1253 * textmodes/ispell.el (ispell-accept-output):
1254 * textmodes/sgml-mode.el (html-tag-help):
1255 * vc/compare-w.el (compare-ignore-whitespace)
1256 (compare-ignore-case, compare-windows-dehighlight):
1257 * vc/diff.el (diff):
1258 * whitespace.el (whitespace-point)
1259 (whitespace-font-lock-refontify, whitespace-bob-marker)
1260 (whitespace-eob-marker): Fix ambiguous doc string cross-reference(s).
1261
1262 2013-01-11 Michael Albinus <michael.albinus@gmx.de>
1263
1264 * autorevert.el (top): Require 'cl in order to pacify byte compiler.
1265 (auto-revert-notify-rm-watch): Ignore errors.
1266 (auto-revert-notify-add-watch): Ignore errors. Use '(modify) for
1267 inotify, and '(size last-write-time) for w32notify.
1268 Set buffer-local `auto-revert-use-notify' to nil when adding a file
1269 watch fails - this is a fallback to the file modification check.
1270 (auto-revert-notify-event-p, auto-revert-notify-event-descriptor)
1271 (auto-revert-notify-event-action)
1272 (auto-revert-notify-event-file-name): New defuns.
1273 (auto-revert-notify-handler): Use them. Implement first
1274 plausibility checks.
1275 (auto-revert-handler): Handle also `auto-revert-tail-mode'.
1276
1277 2013-01-11 Julien Danjou <julien@danjou.info>
1278
1279 * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
1280 max are almost equal. Also return the correct value for V which is
1281 already between 0 and 1.
1282
1283 2013-01-11 Dmitry Antipov <dmantipov@yandex.ru>
1284
1285 * emacs-lisp/ert.el (ert-run-test): Use point-max-marker.
1286
1287 2013-01-11 Eli Zaretskii <eliz@gnu.org>
1288
1289 * autorevert.el (auto-revert-notify-rm-watch)
1290 (auto-revert-notify-add-watch): Fix typos in w32notify function
1291 names.
1292
1293 2013-01-10 Michael Albinus <michael.albinus@gmx.de>
1294
1295 * autorevert.el (auto-revert-notify-enabled): Move up.
1296 (auto-revert-use-notify): New defcustom.
1297 (auto-revert-mode, global-auto-revert-mode)
1298 (auto-revert-notify-add-watch, auto-revert-handler)
1299 (auto-revert-buffers): Use `auto-revert-use-notify' instead of
1300 `auto-revert-notify-enabled'.
1301
1302 2013-01-10 Elias Pipping <pipping@exherbo.org>
1303
1304 * files.el (auto-mode-alist): Use doc-view for djvu files (bug#13164).
1305 * doc-view.el (doc-view-document->bitmap):
1306 Use doc-view-single-page-converter-function instead of
1307 single-page-converter arg; adjust callers.
1308
1309 2013-01-10 Feng Li <fengli@gmail.com> (tiny change)
1310
1311 * progmodes/which-func.el (which-function): Understand Semantic's use
1312 of overlays in imenu--index-alist.
1313
1314 2013-01-10 Wolfgang Jenkner <wjenkner@inode.at>
1315
1316 * man.el: Handle different "man -k" behaviors (bug#13160). Use utf-8.
1317 (Man-man-k-use-anchor): New var.
1318 (Man-parse-man-k): New function.
1319 (Man-completion-table): Use it.
1320 (man): Flush the completion cache between uses.
1321
1322 2013-01-10 Michael Albinus <michael.albinus@gmx.de>
1323
1324 * autorevert.el: Add file watch support.
1325 (auto-revert-notify-enabled): New defconst.
1326 (auto-revert-notify-watch-descriptor-hash-list)
1327 (auto-revert-notify-watch-descriptor)
1328 (auto-revert-notify-modified-p): New defvars.
1329 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
1330 (auto-revert-notify-handler): New defuns.
1331 (auto-revert-mode, global-auto-revert-mode): Remove file watches
1332 when mode is disabled.
1333 (auto-revert-handler): Check for `auto-revert-notify-modified-p'.
1334 (auto-revert-buffers): Add file watches for active buffers.
1335
1336 2013-01-10 Dmitry Antipov <dmantipov@yandex.ru>
1337
1338 * cus-start.el (toplevel): Only allow float values for
1339 scroll-up-aggressively and scroll-down-aggressively.
1340 Allow any number for line-spacing.
1341
1342 2013-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
1343
1344 * doc-view.el (doc-view-pdfdraw-program): Allow "pdfdraw" name.
1345 (doc-view-pdf->png-converter-function): Use mupdf if available.
1346 (doc-view-djvu->png-converter-function)
1347 (doc-view-ps->png-converter-function): Remove.
1348 (doc-view--image-file-pattern): Replace doc-view--image-file-extension.
1349 (doc-view-goto-page, doc-view-convert-current-doc, doc-view-display)
1350 (doc-view-already-converted-p): Adjust accordingly.
1351 (doc-view-mode-p): Simplify.
1352 (doc-view-enlarge): Use setq-local.
1353 (doc-view-pdf->png-converter-ghostscript)
1354 (doc-view-djvu->png-converter-ddjvu)
1355 (doc-view-pdf->png-converter-mupdf): Rework to call
1356 doc-view-start-process directly.
1357 (doc-view-pdf/ps->png): Simplify accordingly.
1358 (doc-view-pdf->png-1, doc-view-djvu->png-1): Remove.
1359 (doc-view-document->bitmap): Rename from doc-view-document->png.
1360 (doc-view-convert-current-doc): Merge pdf and djvu cases.
1361 (doc-view-set-slice-from-bounding-box): Fix completion table.
1362 (doc-view-mode): Use add-hook for after-revert-hook.
1363
1364 2013-01-10 Glenn Morris <rgm@gnu.org>
1365
1366 * emacs-lisp/authors.el (authors-ignored-files)
1367 (authors-valid-file-names, authors-renamed-files-alist):
1368 Add some more entries.
1369
1370 2013-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
1371
1372 * image-mode.el (image-mode-winprops): Don't throw away the fallback
1373 `t' pseudo-window entry.
1374
1375 2013-01-10 Alan Mackenzie <acm@muc.de>
1376
1377 Fix bugs in the c-parse-state mechanism. Reuse some markers
1378 instead of continually generating new ones.
1379
1380 * progmodes/cc-engine.el (c-state-old-cpp-beg-marker)
1381 (c-state-old-cpp-end-marker): New variables.
1382 (c-append-lower-brace-pair-to-state-cache): Start a backward
1383 search for "}" definitively outside CPP constructs.
1384 (c-remove-stale-state-cache): Inform the caller of a need to
1385 search back for a brace pair in certain circumstances.
1386 (c-state-maybe-marker): New macro.
1387 (c-parse-state): Reuse markers when appropriate.
1388
1389 2013-01-10 Glenn Morris <rgm@gnu.org>
1390
1391 * simple.el (execute-extended-command): Doc fix.
1392 Bind prefix-arg around read-extended-command, for prompt. (Bug#13395)
1393
1394 2013-01-10 Chong Yidong <cyd@gnu.org>
1395
1396 * faces.el (read-face-name): Doc fix.
1397
1398 2013-01-10 Roland Winkler <winkler@gnu.org>
1399
1400 * emacs-lisp/crm.el: Allow any regexp for separators.
1401 (crm-default-separator): All spaces around the default comma separator.
1402 (crm--completion-command): New macro.
1403 (crm-completion-help, crm-complete, crm-complete-word): Use it.
1404 (crm-complete-and-exit): Handle non-single-char separators.
1405
1406 2013-01-09 Elias Pipping <pipping@lavabit.com>
1407
1408 * doc-view.el: Add support for DjVu (bug#13164).
1409 (doc-view-djvu->png-converter-function): New config var.
1410 (doc-view-single-page-converter-function, doc-view--image-type)
1411 (doc-view--image-file-extension): New vars.
1412 (doc-view-mode): Initialize them.
1413 (doc-view-goto-page): Use them.
1414 (doc-view-mode-p): Add support for ddjvu.
1415 (doc-view-djvu->png-converter-ddjvu, doc-view-djvu->png-1)
1416 (doc-view-set-up-single-converter): New funs.
1417 (doc-view-pdf/ps->png): Extend for djvu.
1418 (doc-view-document->png): Rename from doc-view-pdf->png.
1419 (doc-view-convert-current-doc): Handle djvu.
1420 (doc-view-insert-image, doc-view-display)
1421 (doc-view-already-converted-p): Don't hardcode png.
1422 (doc-view-set-doc-type): Recognize djvu docs.
1423
1424 2013-01-09 Elias Pipping <pipping@lavabit.com>
1425
1426 * doc-view.el: Add support for mupdf converter (bug#13164).
1427 (doc-view-pdfdraw-program, doc-view-pdf->png-converter-function)
1428 (doc-view-ps->png-converter-function): New config vars.
1429 (doc-view-pdf->png-converter-ghostscript)
1430 (doc-view-ps->png-converter-ghostscript)
1431 (doc-view-pdf->png-converter-mupdf): New functions.
1432 (doc-view-pdf/ps->png, doc-view-pdf->png-1): Use them.
1433
1434 2013-01-09 Jürgen Hötzel <juergen@archlinux.org>
1435
1436 * net/tramp.el (tramp-eshell-directory-change): Check remote-path
1437 first in session cache: When `tramp-own-remote-path' is in
1438 `tramp-remote-path', the remote path is only set in the session
1439 cache.
1440
1441 2013-01-09 Glenn Morris <rgm@gnu.org>
1442
1443 * emacs-lisp/trace.el (trace-function-foreground)
1444 (trace-function-background): Doc fix.
1445
1446 2013-01-09 Juri Linkov <juri@jurta.org>
1447
1448 * international/mule-cmds.el (read-char-by-name): Move let-binding
1449 of completion-ignore-case around completing-read to fix regression
1450 exhibited by the test case `C-x 8 RET *acc TAB' and caused by
1451 `string-match-p' using the nil value of `case-fold-search' and
1452 `completion-ignore-case' in `completion-pcm--all-completions'.
1453 (Bug#12615).
1454
1455 2013-01-09 Glenn Morris <rgm@gnu.org>
1456
1457 * progmodes/compile.el (compilation-parse-errors):
1458 Fix typo. (Bug#13369)
1459
1460 2013-01-09 Vitalie Spinu <spinuvit@gmail.com> (tiny change)
1461
1462 * comint.el (comint-send-input): Check size of buffer before
1463 waiting for process output, in case already accepted. (Bug#13290)
1464
1465 2013-01-09 Paul Eggert <eggert@cs.ucla.edu>
1466
1467 Spelling fixes.
1468 * net/tramp-adb.el (tramp-adb-get-toolbox):
1469 Fix misspelling of 'unknown'.
1470
1471 2013-01-08 Juri Linkov <juri@jurta.org>
1472
1473 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
1474 * progmodes/flymake.el (flymake-errline, flymake-warnline):
1475 Use underline style wave on terminals that support it. (Bug#13000)
1476
1477 2013-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
1478
1479 * emacs-lisp/pcase.el (pcase--split-equal): Also take advantage if
1480 the predicate returns nil.
1481
1482 * simple.el: Use lexical-binding.
1483 (primitive-undo): Use pcase.
1484 (minibuffer-history-isearch-push-state): Use a closure.
1485
1486 2013-01-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
1487
1488 * simple.el (primitive-undo): Move from undo.c.
1489
1490 2013-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
1491
1492 * vc/pcvs.el (cvs-cleanup-collection): Extend meaning of `rm-handled'.
1493 (cvs-mode-remove-handled): Use it (bug#13380).
1494
1495 * emacs-lisp/nadvice.el (advice--tweak): New function.
1496 (advice--remove-function, advice--subst-main): Use it.
1497
1498 * emacs-lisp/advice.el: Update commentary.
1499
1500 2013-01-08 Michael Albinus <michael.albinus@gmx.de>
1501
1502 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
1503 Remove spurious entry.
1504
1505 2013-01-08 Glenn Morris <rgm@gnu.org>
1506
1507 * net/tramp.el (tramp-default-host-alist): Add :version.
1508
1509 2013-01-08 Juri Linkov <juri@jurta.org>
1510
1511 * info.el (Info-read-node-name-2): Don't duplicate suffixes for
1512 single completion. (Bug#12456)
1513 (info--manual-names): Expand node completions into an explicit list
1514 before appending it to another list. Filter out internal buffers
1515 with the leading space in the buffer name. (Bug#10771)
1516
1517 2013-01-08 Juri Linkov <juri@jurta.org>
1518
1519 * info.el (Info-read-node-name-1): Allow empty node name in (FILENAME)
1520 that defaults to the Top node.
1521 (Info-goto-node, Info-read-node-name): Doc fix to mention that
1522 the short format (FILENAME) goes to the Top node.
1523 (Info-build-node-completions): Rename arg `file' to `filename'.
1524 (Bug#13365)
1525
1526 2013-01-07 Bastien Guerry <bzg@gnu.org>
1527
1528 * menu-bar.el (menu-bar-search-documentation-menu):
1529 Use `apropos-user-option' and fix the help message.
1530
1531 2013-01-07 Bastien Guerry <bzg@gnu.org>
1532
1533 * apropos.el (apropos-do-all): Update docstring.
1534 (apropos-user-option-button): New face.
1535 (apropos-user-option): Rename from `apropos-variable' and update
1536 docstring.
1537 (apropos-variable): Rewrite, now show all variables by default.
1538 (apropos-print): Mention "User option" instead of "Variable" when
1539 printing doc for user options. (Bug#13276)
1540
1541 2013-01-07 Jürgen Hötzel <juergen@archlinux.org>
1542
1543 * net/tramp-adb.el (tramp-do-parse-file-attributes-with-ls):
1544 Handle filename correctly, when parsing "source -> target" symlink
1545 output.
1546 (tramp-adb-handle-set-file-times): New defun.
1547
1548 2013-01-07 Stefan Monnier <monnier@iro.umontreal.ca>
1549
1550 * emacs-lisp/advice.el (ad-activate-advised-definition): Refresh the
1551 advice list when the interactive-spec of ad-Advice-* changes.
1552
1553 2013-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
1554
1555 * wid-edit.el (widget-default-get): Work for inlined elements.
1556 (Bug#12670)
1557
1558 2013-01-07 Michael Albinus <michael.albinus@gmx.de>
1559
1560 * net/tramp.el (tramp-default-host-alist): New defcustom.
1561 (tramp-find-host): Use it.
1562 (tramp-eshell-directory-change): Move from tramp-sh.el. Add to
1563 `eshell-directory-change-hook'.
1564
1565 * net/tramp-adb.el (top): Add adb specific entry in
1566 `tramp-default-host-alist'.
1567 (tramp-adb-file-name-host): Remove function.
1568 (tramp-adb-execute-adb-command, tramp-adb-maybe-open-connection):
1569 Use `tramp-file-name-host' instead of `tramp-adb-file-name-host'.
1570
1571 * net/tramp-sh.el: Move eshell integration code to tramp.el.
1572
1573 2013-01-06 Jürgen Hötzel <juergen@archlinux.org>
1574
1575 * net/tramp-adb.el (tramp-methods): Add `tramp-tmpdir' entry.
1576
1577 2013-01-06 Michael Albinus <michael.albinus@gmx.de>
1578
1579 * net/tramp-adb.el (tramp-adb-ls-toolbox-regexp): The file size can
1580 consist of more than one digit.
1581 (tramp-adb-file-name-handler-alist):
1582 Use `tramp-handle-file-exists-p' consistently.
1583 (tramp-adb-file-name-handler): Don't tweak `tramp-default-host'.
1584 (tramp-adb-handle-file-exists-p): Remove function.
1585 (tramp-adb-file-name-host): New defun.
1586 (tramp-adb-execute-adb-command, tramp-adb-maybe-open-connection):
1587 Use it.
1588 (tramp-adb-maybe-open-connection): Set "remote-path" property.
1589
1590 2013-01-06 Chong Yidong <cyd@gnu.org>
1591
1592 * vc/vc.el (vc-next-action): Detect buffer modifications
1593 conflicting with locking VCS operation (Bug#11490).
1594
1595 * vc/vc-hooks.el (vc-after-save): DTRT for locking VCSes.
1596
1597 2013-01-05 Michael Albinus <michael.albinus@gmx.de>
1598
1599 * net/tramp-adb.el (tramp-do-parse-file-attributes-with-ls):
1600 (tramp-adb-handle-directory-files-and-attributes): Fix typos.
1601
1602 2013-01-05 Jürgen Hötzel <juergen@archlinux.org>
1603
1604 * net/tramp-adb.el (tramp-adb-handle-file-attributes): More robust
1605 parsing of ls output using regular expression (handle filenames
1606 with spaces). Use virtual device number.
1607 (tramp-do-parse-file-attributes-with-ls): New defun (Code
1608 cleanup).
1609
1610 2013-01-04 Daiki Ueno <ueno@gnu.org>
1611
1612 * epg.el: Silence byte-compiler warnings.
1613 (epg--start): Use delete-char instead of delete-backward-char.
1614 (epg-wait-for-completion): Pass FRAME arg to redraw-frame.
1615
1616 2013-01-04 Daiki Ueno <ueno@gnu.org>
1617
1618 * epg.el (epg--start): Don't call "tty" program on W32 platforms.
1619 Suggested by Eli Zaretskii <eliz@gnu.org>.
1620
1621 2013-01-04 Michael Albinus <michael.albinus@gmx.de>
1622
1623 * net/tramp-sh.el (tramp-set-file-uid-gid): UID and GID must be
1624 non-negative integers. Otherwise, the default values are used.
1625 (tramp-convert-file-attributes): Convert uid and gid to integers.
1626
1627 2013-01-04 Glenn Morris <rgm@gnu.org>
1628
1629 * term.el (term-handle-colors-array): Ensure face attributes
1630 are fully specified, not nil. (Bug#13337)
1631
1632 * term.el (term-default-fg-color, term-default-bg-color):
1633 Fix custom type.
1634
1635 * progmodes/etags.el (tags-compression-info-list): Doc fix.
1636 (tag-find-file-of-tag-noselect): Check auto-compression-mode
1637 rather than 'jka-compr being loaded. (Bug#13338)
1638
1639 2013-01-04 Wesley Dawson <whd@lavabit.com> (tiny change)
1640
1641 * icomplete.el (icomplete-completions):
1642 Honor icomplete-prospects-height once more following
1643 2012-11-29 changes. (Bug#13224)
1644
1645 2013-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
1646
1647 * subr.el (internal--called-interactively-p--get-frame): Find aliases
1648 of called-interactively-p as well (bug#13237).
1649
1650 * view.el (view--enable, view--disable): Rename from view-mode-enable
1651 and view-mode-disable and assume it's called from view-mode.
1652 (view-mode-enable, view-mode-disable): Redefine as obsolete
1653 compatibility layer above view-mode.
1654 (view-mode-enter): Call `view-mode'.
1655
1656 * files.el (after-find-file): Call `view-mode'.
1657
1658 * doc-view.el (doc-view-scale-internally): New var.
1659 (doc-view-enlarge, doc-view-insert-image): Obey it.
1660
1661 2013-01-03 Daiki Ueno <ueno@gnu.org>
1662
1663 * epg.el (epg--start): Ignore errors when /dev/fd/0 does not
1664 exist. (Bug#13344)
1665
1666 2013-01-03 Glenn Morris <rgm@gnu.org>
1667
1668 * mail/rmail.el (rmail-set-header-1): Ignore case.
1669 Handle multi-line headers. (Bug#13330)
1670
1671 * progmodes/make-mode.el (makefile-fill-paragraph): Add doc.
1672 Handle paragraph starting at beginning of buffer.
1673
1674 * subr.el (eval-after-load): Don't purecopy the form, so that it
1675 can be nconc'd later on; reverts 2009-11-11 change. (Bug#13331)
1676
1677 * emacs-lisp/byte-run.el (defun): Place cl declarations
1678 after any interactive spec. (Bug#13265)
1679
1680 2013-01-02 Andreas Schwab <schwab@linux-m68k.org>
1681
1682 * emacs-lisp/byte-run.el (defmacro): Use same argument parsing as
1683 defun. Don't check for DECL if DOCSTRING isn't a string.
1684 (defun): Likewise.
1685
1686 2013-01-02 Glenn Morris <rgm@gnu.org>
1687
1688 * eshell/em-cmpl.el (eshell-pcomplete):
1689 More thoroughly imitate pcomplete. (Bug#13293)
1690
1691 * files.el (parse-colon-path): Doc fix. (Bug#12351)
1692 Return nil for empty path elements. (Bug#13296)
1693
1694 2013-01-02 Fabián Ezequiel Gallina <fgallina@cuca>
1695
1696 * progmodes/python.el (python-nav-end-of-statement): Rewrite in
1697 order to improve efficiency (Based on Daniel Colascione's
1698 <dancol@dancol.org> patch). (Bug#13182)
1699
1700 2013-01-02 Glenn Morris <rgm@gnu.org>
1701
1702 * vc/log-edit.el (log-edit-header-contents-regexp): Add doc string.
1703
1704 2013-01-02 Andreas Schwab <schwab@linux-m68k.org>
1705
1706 * emacs-lisp/byte-run.el (defmacro): Don't lose final nil if
1707 neither DOCSTRING nor DECL was given. (Bug#13316)
1708
1709 2013-01-02 Michael Albinus <michael.albinus@gmx.de>
1710
1711 * net/tramp-sh.el (tramp-sh-handle-set-file-acl): Add argument to
1712 `error' call.
1713 (tramp-do-copy-or-rename-file): Ignore errors when calling
1714 `set-file-extended-attributes'.
1715
1716 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
1717 Add handler for `file-acl'.
1718 (tramp-smb-handle-file-acl): New defun.
1719
1720 2013-01-02 Jay Belanger <jay.p.belanger@gmail.com>
1721
1722 * calc/README: Mention ISO 8601 week-numbering dates.
1723
1724 2013-01-01 Martin Rudalics <rudalics@gmx.at>
1725
1726 * view.el (view-mode-enable): New argument run-view-mode-hook.
1727 Run view-mode-hook only when it's non-nil (Bug#13315).
1728 (view-mode-enter): Call view-mode-enable with run-view-mode-hook
1729 argument t.
1730
1731 2012-12-31 Jürgen Hötzel <juergen@archlinux.org>
1732
1733 * net/tramp-adb.el (tramp-adb-maybe-open-connection): Handle errors
1734 (No device connected, invalid device name). (Bug #13299)
1735
1736 2012-12-31 Martin Rudalics <rudalics@gmx.at>
1737
1738 * window.el (window-resizable--p): Rename to window-resizable-p.
1739 (window-resize-no-error): New function.
1740
1741 * mail/rmail.el (rmail-maybe-display-summary): Restore behavior
1742 broken in fix from 2012-12-28.
1743
1744 2012-12-31 Stefan Monnier <monnier@iro.umontreal.ca>
1745
1746 * subr.el (special-form-p): Don't signal errors on undef aliases.
1747
1748 2012-12-31 Jay Belanger <jay.p.belanger@gmail.com>
1749
1750 * calc/calc-forms.el (math-parse-date): Try using
1751 `math-parse-iso-date' when it looks like it might be needed.
1752 Allow times of 24:00.
1753 (math-parse-date-validate, math-parse-iso-date-validate): Allow times
1754 of 24:00.
1755
1756 2012-12-30 Glenn Morris <rgm@gnu.org>
1757
1758 * net/mairix.el (rmail, rmail-summary-displayed, rmail-summary):
1759 Remove unnecessary/buggy autoloads (missing interactive). (Bug#13294)
1760 (rmail-summary-displayed, rmail-summary): Declare.
1761 (mairix-rmail-display): Just require rmail.
1762
1763 2012-12-30 Chong Yidong <cyd@gnu.org>
1764
1765 * emacs-lisp/package.el (package-untar-buffer): Improve integrity
1766 check for the tarball contents.
1767
1768 2012-12-30 Matt Fidler <matt.fidler@alcon.com> (tiny change)
1769
1770 * emacs-lisp/package.el (package-untar-buffer): Handle problematic
1771 tarfile content listings (Bug#13136).
1772
1773 2012-12-30 Mark Lillibridge <mark.lillibridge@hp.com>
1774
1775 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
1776 Insert the undecoded text of the message being forwarded. (Bug#9521)
1777
1778 2012-12-30 Michael Albinus <michael.albinus@gmx.de>
1779
1780 * net/tramp-sh.el (tramp-set-file-uid-gid): Convert UID and GID to
1781 integers, if they are real numbers. (Bug#13282)
1782
1783 * net/tramp-sh.el (tramp-sh-handle-set-file-selinux-context):
1784 Return `t' on success.
1785
1786 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
1787 Add handler for `set-file-selinux-context'.
1788
1789 2012-12-29 Michael Albinus <michael.albinus@gmx.de>
1790
1791 * net/tramp-sh.el (tramp-sh-handle-file-acl): Suppress basic attributes.
1792 (tramp-sh-handle-set-file-acl): Return `t' on success.
1793
1794 2012-12-29 Eli Zaretskii <eliz@gnu.org>
1795
1796 * files.el (backup-buffer-copy, basic-save-buffer-2):
1797 If set-file-extended-attributes fails, fall back on set-file-modes
1798 instead of signaling an error. (Bug#13298)
1799 (basic-save-buffer): Likewise.
1800
1801 2012-12-29 Fabián Ezequiel Gallina <fgallina@cuca>
1802
1803 * progmodes/python.el: Support other commands triggering
1804 python-indent-line so indentation cycling continues to work.
1805 (python-indent-trigger-commands): New defcustom.
1806 (python-indent-line): Use it.
1807
1808 2012-12-29 Fabián Ezequiel Gallina <fgallina@cuca>
1809
1810 * progmodes/python.el (python-shell-send-region): Add blank lines
1811 for non sent code so backtraces remain correct.
1812
1813 2012-12-29 Fabián Ezequiel Gallina <fgallina@cuca>
1814
1815 * progmodes/python.el: Remove cl dependency.
1816 (python-syntax-count-quotes): Replace incf call.
1817 (python-fill-string): Replace setf call.
1818
1819 2012-12-29 Damien Cassou <damien.cassou@gmail.com>
1820
1821 * info.el (info-other-window): New arg, for consistency with info.
1822
1823 2012-12-28 Martin Rudalics <rudalics@gmx.at>
1824
1825 * mail/rmail.el (rmail-maybe-display-summary):
1826 Rewrite (Bug#13066).
1827
1828 2012-12-28 Andreas Schwab <schwab@linux-m68k.org>
1829
1830 * epg.el (epg--start): Modify process-environment locally.
1831
1832 2012-12-28 Daiki Ueno <ueno@gnu.org>
1833
1834 * epg.el: Support pinentry-curses.
1835 Suggested by Werner Koch in
1836 <http://lists.gnu.org/archive/html/emacs-devel/2007-02/msg00755.html>.
1837 (epg-agent-file, epg-agent-mtime): New variable.
1838 (epg--start): Record the modified time of gpg-agent socket file,
1839 to restore Emacs frame after pinentry-curses termination.
1840 (epg-wait-for-completion): Restore Emacs frame here.
1841
1842 2012-12-27 Juri Linkov <juri@jurta.org>
1843
1844 * info.el (Info-file-completions): New variable.
1845 (Info-read-node-name-1): Complete node names in the Info file
1846 when a file name is given. Call `Info-build-node-completions'
1847 with a file name.
1848 (Info-build-node-completions): Add new arg `file'. When it is
1849 non-nil, visit it in a temporary buffer and cache its completions in
1850 `Info-current-file-completions'. Move most of the function body to
1851 `Info-build-node-completions-1'.
1852 (Info-build-node-completions-1): New function with the body from
1853 `Info-build-node-completions'. (Bug#12456)
1854
1855 2012-12-27 Juri Linkov <juri@jurta.org>
1856
1857 * frame.el (frame-maximization-style): Remove user option.
1858 (cycle-frame-maximized): Remove function.
1859 (toggle-frame-maximized): Rewrite and bind to M-<f10>.
1860 (toggle-frame-fullscreen): New command bound to <f11> instead of
1861 `toggle-frame-maximized'.
1862 http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00703.html
1863
1864 2012-12-27 Michael Albinus <michael.albinus@gmx.de>
1865
1866 * net/tramp.el (tramp-handle-file-accessible-directory-p): New defun.
1867
1868 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
1869 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
1870 * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
1871 for `file-accessible-directory-p'. (Bug#13275)
1872
1873 2012-12-27 Sam Steingold <sds@gnu.org>
1874
1875 * progmodes/cperl-mode.el (cperl-calculate-indent): Do not stagger
1876 continuations, see <http://stackoverflow.com/questions/3582436>.
1877
1878 2012-12-27 Dmitry Gutov <dgutov@yandex.ru>
1879
1880 * progmodes/ruby-mode.el (ruby-indent-beg-re): Only allow "class",
1881 "module" and "def" to have indentation before them.
1882 Regression from 2012-09-07T04:15:56Z!dgutov@yandex.ru (see the new test).
1883
1884 * progmodes/ruby-mode.el: Bump the version to 1.2 (Bug#13200).
1885
1886 2012-12-27 Alan Mackenzie <acm@muc.de>
1887
1888 Speed up fontification where there's large brace blocks.
1889 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Add a limit
1890 to a call of c-beginning-of-decl-1.
1891
1892 2012-12-27 Vitalie Spinu <spinuvit@gmail.com> (tiny change)
1893
1894 * comint.el (comint-adjust-window-point): New function.
1895 (comint-postoutput-scroll-to-bottom):
1896 Call comint-adjust-window-point (Bug#13248).
1897
1898 2012-12-26 Dmitry Gutov <dgutov@yandex.ru>
1899
1900 * progmodes/ruby-mode.el (auto-mode-alist): `purecopy' the
1901 Rakefile regexp.
1902 (auto-mode-alist): Associate .gemspec files with ruby-mode
1903 (https://bugs.ruby-lang.org/issues/5453).
1904
1905 2012-12-26 Jürgen Hötzel <juergen@archlinux.org>
1906
1907 * net/tramp-adb.el (tramp-adb-get-ls-command): New defun.
1908 Suppress coloring, if possible (required for BusyBox based systems like
1909 CyanogenMod).
1910 (tramp-adb-handle-file-attributes)
1911 (tramp-adb-handle-insert-directory)
1912 (tramp-adb-handle-file-name-all-completions): Use it.
1913 (tramp-adb-get-toolbox): New defun. Check for remote shell
1914 implementation (BusyBox or Toolbox).
1915
1916 2012-12-24 Constantin Kulikov <zxnotdead@gmail.com> (tiny change)
1917
1918 * startup.el (initial-buffer-choice): Allow function as value
1919 (Bug#13251).
1920 (command-line-1): Handle case where initial-buffer-choice
1921 specifies a function.
1922 * server.el (server-execute): Handle case where
1923 initial-buffer-choice specifies a function.
1924
1925 2012-12-24 Lars Ingebrigtsen <larsi@gnus.org>
1926
1927 * mail/smtpmail.el (smtpmail-try-auth-method): Refactored out into
1928 its own function.
1929 (smtpmail-try-auth-methods): Forget the user name/password if the
1930 login is unsuccessful (bug#12424).
1931
1932 2012-12-22 Michael Albinus <michael.albinus@gmx.de>
1933
1934 * notifications.el (notifications-notify): Protect body with
1935 `with-demoted-errors'.
1936
1937 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
1938 Check properties of remote device. Restart connection, if there is a
1939 change.
1940
1941 2012-12-21 Chong Yidong <cyd@gnu.org>
1942
1943 * sort.el (sort-subr): Doc fix (Bug#13056).
1944
1945 2012-12-21 Bastien Guerry <bzg@gnu.org>
1946
1947 * progmodes/etags.el (tags-search): Fix typo. Bug #13232.
1948
1949 2012-12-21 Michael Albinus <michael.albinus@gmx.de>
1950
1951 * simple.el (process-file): Overwrite stderr file, if exists.
1952
1953 2012-12-21 Daiki Ueno <ueno@gnu.org>
1954
1955 * epg.el (epg--start): Print GPG_AGENT_INFO in the debug buffer.
1956 (epg-error): Set `error-message' property.
1957
1958 2012-12-21 Chong Yidong <cyd@gnu.org>
1959
1960 * international/mule-cmds.el (read-char-by-name): Signal an error
1961 if the user does not supply a valid character (Bug#13177).
1962
1963 * simple.el (transpose-subr-1): Preserve marker positions by
1964 changing the insertion sequence (Bug#13122).
1965
1966 2012-12-21 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
1967
1968 * simple.el (kill-region): Deactivate mark even for empty regions
1969 (Bug#13169).
1970
1971 2012-12-21 Chong Yidong <cyd@gnu.org>
1972
1973 * help-fns.el (describe-variable): Make sure we get the right
1974 buffer name (Bug#13105). Suggested by Kelly Dean.
1975
1976 2012-12-20 Michael R. Mauger <mmaug@yahoo.com>
1977
1978 * comint.el (comint-redirect-previous-input-string): New variable.
1979 (comint-redirect-setup, comint-redirect-cleanup)
1980 (comint-redirect-preoutput-filter): Use it. Fixes redirection bug.
1981 (comint-redirect-preoutput-filter): Fix verbose message.
1982
1983 2012-12-20 Michael Albinus <michael.albinus@gmx.de>
1984
1985 * progmodes/grep.el (rgrep): Escape command line. Sometimes, it
1986 is too long for Tramp. See discussion in
1987 <http://thread.gmane.org/gmane.emacs.tramp/8233/focus=8244>.
1988
1989 * progmodes/compile.el (compilation-start): Remove line escape
1990 template.
1991
1992 2012-12-20 Dmitry Antipov <dmantipov@yandex.ru>
1993
1994 * vc/ediff-ptch.el (ediff-map-patch-buffer): Use `point-min-marker'.
1995 Adjust comment.
1996
1997 2012-12-19 Jonas Bernoulli <jonas@bernoul.li>
1998
1999 * emacs-lisp/lisp-mnt.el (lm-section-end): Always end before the
2000 following non-comment text (bug#13207).
2001 (lm-header-multiline): Continuation lines need to be indented more than
2002 the first line.
2003 (lm-homepage): New function.
2004 (lm-with-file): Don't be confused if narrowing is in effect.
2005
2006 2012-12-19 Stefan Monnier <monnier@iro.umontreal.ca>
2007
2008 * vc/diff-mode.el (diff-post-command-hook): Don't ignore changes at the
2009 very beginning of a hunk (e.g. killing the first line).
2010
2011 2012-12-19 Michael Albinus <michael.albinus@gmx.de>
2012
2013 * net/tramp-sh.el (tramp-sh-handle-file-acl): Delete empty lines
2014 and text properties from returned ACL string.
2015 (tramp-sh-handle-set-file-acl): Do not use additional parentheses
2016 for "setfacl" command.
2017
2018 2012-12-18 Michael Albinus <michael.albinus@gmx.de>
2019
2020 * net/tramp.el (tramp-error-with-buffer): Give a hint to use
2021 `tramp-cleanup-this-connection', when the process has died.
2022 (Bug#13151)
2023
2024 2012-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
2025
2026 * icomplete.el (icomplete-completions): Also use … to truncate prefix.
2027
2028 2012-12-17 Kevin Ryde <user42@zip.com.au>
2029
2030 * files.el (auto-save-file-name-p): Use \` and \' (bug#13186).
2031
2032 2012-12-17 Michael Albinus <michael.albinus@gmx.de>
2033
2034 Add support for preserving ACL entries of files.
2035
2036 * net/tramp.el (tramp-file-name-for-operation): Add `file-acl' and
2037 `set-file-acl' handlers.
2038
2039 * net/tramp-adb.el (tramp-adb-handle-copy-file):
2040 Handle PRESERVE-EXTENDED-ATTRIBUTES.
2041
2042 * net/tramp-compat.el (tramp-compat-copy-file):
2043 Handle PRESERVE-EXTENDED-ATTRIBUTES.
2044
2045 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
2046 Add `file-acl' and `set-file-acl' handlers.
2047 (tramp-gvfs-handle-copy-file):
2048 Handle PRESERVE-EXTENDED-ATTRIBUTES.
2049 (tramp-gvfs-handle-file-acl, tramp-gvfs-handle-set-file-acl):
2050 New defuns.
2051
2052 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
2053 Add `file-acl' and `set-file-acl' handlers.
2054 (tramp-remote-acl-p, tramp-sh-handle-file-acl)
2055 (tramp-sh-handle-set-file-acl): New defuns.
2056 (tramp-sh-handle-copy-file, tramp-do-copy-or-rename-file):
2057 Handle PRESERVE-EXTENDED-ATTRIBUTES.
2058
2059 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
2060 Add `file-acl' and `set-file-acl' handlers.
2061 (tramp-smb-handle-copy-file): Handle PRESERVE-EXTENDED-ATTRIBUTES.
2062
2063 2012-12-17 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
2064
2065 * help-macro.el (make-help-screen): Instead of switch-to-buffer
2066 use pop-to-buffer with NORECORD argument t. As buffer name, use
2067 *Metahelp* with a leading space (Bug#13190).
2068
2069 2012-12-16 Romain Francoise <romain@orebokech.com>
2070
2071 * files.el (file-extended-attributes)
2072 (set-file-extended-attributes): New functions.
2073 (backup-buffer): Use them to handle both SELinux context and ACL
2074 entries.
2075 (backup-buffer-copy): Work with an alist of extended attributes,
2076 rather than an SELinux context.
2077 (basic-save-buffer-2): Ditto.
2078
2079 2012-12-16 Timo Myyrä <timo.myyra@gmail.com>
2080
2081 * battery.el (battery-bsd-apm): New function.
2082
2083 2012-12-16 Jay Belanger <jay.p.belanger@gmail.com>
2084
2085 * calc/calc.el (calc-standard-date-formats): Adjust one of the
2086 standard date formats.
2087
2088 2012-12-15 Juri Linkov <juri@jurta.org>
2089
2090 * isearch.el (isearch-mode-map): Bind `C-x 8 RET' to
2091 `isearch-insert-char-by-name'.
2092 (with-isearch-suspended): New defmacro with body mostly from
2093 `isearch-edit-string' except the part that sets
2094 `isearch-new-string' and `isearch-new-message'.
2095 (isearch-edit-string): Use new macro `with-isearch-suspended' with
2096 body that sets `isearch-new-string' and `isearch-new-message'.
2097 (isearch-insert-char-by-name): New command.
2098 * international/mule-cmds.el (read-char-by-name): Let-bind
2099 `enable-recursive-minibuffers' to t.
2100 http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00234.html
2101
2102 2012-12-15 Juri Linkov <juri@jurta.org>
2103
2104 * isearch.el (isearch-delete-char, isearch-del-char): Doc fix.
2105 (Bug#13175)
2106
2107 2012-12-15 Christopher Schmidt <christopher@ch.ristopher.com>
2108
2109 * dired-x.el (dired-guess-shell-command): Put colon at the end of
2110 the prompt. (Bug#13045)
2111
2112 2012-12-14 Glenn Morris <rgm@gnu.org>
2113
2114 * emacs-lisp/macroexp.el (macroexp--warn-and-return):
2115 Try to include filename in non-bytecomp warning. (Bug#13132)
2116
2117 2012-12-14 Paul Eggert <eggert@cs.ucla.edu>
2118
2119 Fix permissions bugs with setgid directories etc. (Bug#13125)
2120 * files.el (backup-buffer): Don't rely on 9th output of
2121 file-attributes, as it's now a placeholder. Instead, use the new
2122 optional arg of file-ownership-preserved-p.
2123 (file-ownership-preserved-p): New optional arg GROUP.
2124 Fix mishandling of setuid directories that would cause this
2125 function to return t when it should have returned nil.
2126 Document what happens if the file does not exist, and when
2127 it's not known whether the ownership will be preserved.
2128 * net/tramp-sh.el (tramp-sh-handle-file-ownership-preserved-p):
2129 Likewise.
2130 (tramp-get-local-gid): Use group-gid for integer, as that's
2131 faster and more reliable.
2132
2133 2012-12-14 Julien Danjou <julien@danjou.info>
2134
2135 * progmodes/sql.el (sql-mode-postgres-font-lock-keywords):
2136 Update keywords list, data type and PL/pgSQL.
2137
2138 2012-12-14 Dave Abrahams <dave@boostpro.com>
2139
2140 * vc/ediff-util.el (ediff-buffer-type): New function.
2141 (ediff-clone-buffer-for-current-diff-comparison): Compute the buf-type
2142 rather than taking it as as argument.
2143 (ediff-inferior-compare-regions): Adjust calls accordingly (bug#11319).
2144
2145 2012-12-14 Ryan Crum <ryan.crum@eleostech.com>
2146
2147 * json.el: Add pretty-print option (bug#12634).
2148 (json-encoding-separator, json-encoding-default-indentation)
2149 (json--encoding-current-indentation, json-encoding-pretty-print)
2150 (json-encoding-lisp-style-closings): New vars.
2151 (json--with-indentation): New macro.
2152 (json-encode-hash-table, json-encode-alist, json-encode-plist)
2153 (json-encode-array): Use it to obey json-encoding-pretty-print.
2154 (json-pretty-print-buffer, json-pretty-print): New commands.
2155
2156 2012-12-14 Dmitry Gutov <dgutov@yandex.ru>
2157
2158 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
2159 Extract `ruby-syntax-propertize-expansions'.
2160 (ruby-syntax-propertize-expansions): Only change syntax on
2161 certain string delimiters, to punctuation. This way the common
2162 functions like forward-word and thing-at-point still work.
2163 (ruby-match-expression-expansion): Improve readability.
2164 (ruby-block-contains-point): New function.
2165 (ruby-add-log-current-method): Handle several edge cases.
2166
2167 2012-12-13 Juanma Barranquero <lekktu@gmail.com>
2168
2169 * emacs-lisp/edebug.el (edebug-unload-function): Make sure that
2170 unload-feature finishes even when aborting an ongoing edebug session.
2171 Also, do not worry about edebug-mode, unload-feature takes care of it.
2172
2173 2012-12-13 Andreas Schwab <schwab@suse.de>
2174
2175 * net/tls.el (tls-program): Update customize type.
2176
2177 2012-12-13 Juanma Barranquero <lekktu@gmail.com>
2178
2179 * emacs-lisp/edebug.el (edebug--require-cl-read): New function.
2180 (edebug-setup-hook, cl-read-load-hooks): Use it.
2181 (edebug-unload-function): New function. (Bug#13163)
2182
2183 2012-12-13 Michael Albinus <michael.albinus@gmx.de>
2184
2185 * net/tramp-adb.el (tramp-adb-file-name-p): Make it a defsubst.
2186 Otherwise, there could be errors in autoloading. (Bug#13151)
2187
2188 2012-12-13 Jürgen Hötzel <juergen@archlinux.org>
2189
2190 * net/tramp-adb.el (tramp-adb-wait-for-output): Remove spurious " ^H"
2191 sequences.
2192
2193 2012-12-13 Alan Mackenzie <acm@muc.de>
2194
2195 Make CC Mode not hang when _some_ lines end in CRLF. Bug #11841.
2196 * progmodes/cc-engine.el (c-backward-comments): Add code to work
2197 around `forward-comment' not recognizing ^M as whitespace.
2198
2199 2012-12-13 Fabián Ezequiel Gallina <fgallina@cuca>
2200
2201 * progmodes/python.el (python-skeleton-class)
2202 (python-skeleton-def): Do not add space after defun name.
2203
2204 2012-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
2205
2206 * emacs-lisp/cl.el (letf): Make it an alias of cl-letf.
2207 (cl--symbol-function): Remove (now that funbound is like nil).
2208
2209 2012-12-12 Glenn Morris <rgm@gnu.org>
2210
2211 * button.el (button--area-button-p): Fix typo.
2212
2213 2012-12-12 Sam Steingold <sds@gnu.org>
2214
2215 * frame.el (frame-maximization-style): New user option.
2216 (toggle-frame-maximized): Toggle frame maximization according to
2217 `frame-maximization-style', bound to <f11>.
2218 (cycle-frame-maximized): Cycle between all maximization styles and
2219 non-maximized frame, bound to shift-<f11>.
2220
2221 2012-12-12 David Cadé <codename68@gmail.com>
2222
2223 * mpc.el (mpc-format): Use truncate-string-to-width (bug#13143).
2224
2225 2012-12-12 Jonas Bernoulli <jonas@bernoul.li>
2226
2227 * lisp/emacs-lisp/eieio.el: Prettier object pretty-printing (bug#13115).
2228 (eieio-override-prin1): Don't quote kewords and booleans.
2229 (object-write) <eieio-default-superclass>: Don't put closing parens
2230 on new line, avoid needless empty lines, align values that are objects
2231 with the slot keyword (instead of beginning on the same line).
2232 (eieio-list-prin1): Align value with slot keyword; increase
2233 eieio-print-depth before printing members of the list.
2234
2235 2012-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
2236
2237 * mail/emacsbug.el (report-emacs-bug): Move the intangible text to
2238 a display text-property.
2239 (report-emacs-bug-hook): Don't bother deleting it any more.
2240
2241 * hilit-chg.el (highlight-save-buffer-state): Delete.
2242 Use with-silent-modifications instead.
2243 (hilit-chg-set-face-on-change): Only fixup the text that's modified.
2244
2245 * button.el: Handle buttons in display text-properties.
2246 (button--area-button-p, button--area-button-string):
2247 Use (STRING . STRING-POS) representation instead of just STRING.
2248
2249 2012-12-11 Eli Zaretskii <eliz@gnu.org>
2250
2251 * makefile.w32-in (compile4-SH): Fix a typo that caused term
2252 subdirectory be skipped.
2253
2254 2012-12-11 Glenn Morris <rgm@gnu.org>
2255
2256 * net/rcirc.el (rcirc-urls, rcirc-condition-filter): Doc fixes.
2257
2258 * progmodes/f90.el (f90-line-continued, f90-indent-region):
2259 Treat preprocessor lines embedded in continuations like comments.
2260 (f90-indent-line): Special-case preprocessor lines. (Bug#13138)
2261
2262 2012-12-11 Jay Belanger <jay.p.belanger@gmail.com>
2263
2264 * calc/calc.el (calc-standard-date-formats): Add more date
2265 formats.
2266 * calc/calc-forms.el (math-parse-iso-date): New function.
2267 (math-parse-date): Use `math-parse-iso-date' when appropriate.
2268 (math-parse-iso-date-validate): Add extra error checking.
2269 (calc-date-notation): Add ability to access new date formats.
2270
2271 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
2272
2273 * hi-lock.el (hi-lock--regexps-at-point): Fix boundary case for
2274 font-lock as well as when there's no text-property.
2275
2276 2012-12-10 Jambunathan K <kjambunathan@gmail.com>
2277
2278 * hi-lock.el: Refine the choice of default face.
2279 (hi-lock-keyword->face): New function. Use it wherever we used
2280 cadadadr instead.
2281 (hi-lock--regexps-at-point): Ignore faces that can't come from hi-lock.
2282 (hi-lock--last-face): Remove var.
2283 (hi-lock--unused-faces): New var to replace it.
2284 (hi-lock-read-face-name): Use/maintain it.
2285 (hi-lock-unface-buffer): Maintain it. Fix error for the C-u case.
2286 (hi-lock-set-pattern): Ignore new rule if it has the same regexp even
2287 if it has another face.
2288
2289 2012-12-10 Eli Zaretskii <eliz@gnu.org>
2290
2291 * subr.el (w32notify-handle-event): New function.
2292 (inotify-handle-event): Doc fix.
2293
2294 2012-12-10 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2295
2296 * subr.el (inotify-event-p, inotify-handle-event): New functions.
2297
2298 2012-12-10 Dani Moncayo <dmoncayo@gmail.com>
2299
2300 * simple.el (just-one-space): Doc fix.
2301
2302 2012-12-10 Eli Zaretskii <eliz@gnu.org>
2303
2304 * textmodes/texinfo.el (texinfo-enable-quote-envs): Add "smallexample".
2305
2306 2012-12-10 Le Wang <l26wang@gmail.com>
2307
2308 * hilit-chg.el (hilit-chg-set-face-on-change): Don't burp in
2309 narrowed buffer (bug#12361).
2310
2311 2012-12-10 Juanma Barranquero <lekktu@gmail.com>
2312
2313 * vc/vc-hooks.el (vc-state): Doc fix.
2314
2315 2012-12-10 Glenn Morris <rgm@gnu.org>
2316
2317 * mail/rmail.el (rmail-maybe-display-summary):
2318 Preserve buffer, in case select-window changes it. (Bug#13066)
2319
2320 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
2321
2322 * emacs-lisp/cl.el, emacs-lisp/cl-lib.el: Move cl-unload-function and
2323 cl-load-hook where they belong.
2324
2325 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
2326
2327 * emacs-lisp/cl-lib.el (cl-declaim): Paren typo.
2328
2329 2012-12-09 Eli Zaretskii <eliz@gnu.org>
2330
2331 Parallelize byte compilation on MS-Windows.
2332 * makefile.w32-in (WINS_BASIC1, WINS_BASIC2, WINS_BASIC3)
2333 (WINS_BASIC4): New variables, subdivide subdirectories into 4 parts.
2334 (WINS_BASIC): Define as concatenation of the above.
2335 (compile): Subdivide into 4 separate and independent jobs that can
2336 be run in parallel.
2337 (compile0-CMD, compile0-SH): New targets for compiling
2338 COMPILE_FIRST files, which are prerequisites for the rest of the
2339 byte-compilation.
2340 (compile1-CMD, compile2-CMD, compile3-CMD, compile4-CMD):
2341 New targets for parallel compilation with cmd.exe.
2342 (compile1-SH, compile2-SH, compile3-SH, compile4-SH): Ditto for
2343 compiling under a Unixy shell.
2344
2345 2012-12-09 Chong Yidong <cyd@gnu.org>
2346
2347 * simple.el (set-mark-default-inactive): Delete this
2348 accidentally-introduced option.
2349 (set-mark-command, exchange-point-and-mark): Remove calls.
2350
2351 2012-12-09 Glenn Morris <rgm@gnu.org>
2352
2353 * emacs-lisp/lisp-mode.el (eval-defun-1): Doc fix.
2354 Respect a defcustom's :set function, if appropriate. (Bug#109)
2355 (eval-defun): Doc fix.
2356
2357 2012-12-08 Juri Linkov <juri@jurta.org>
2358
2359 * info.el (Info-copy-current-node-name, Info-breadcrumbs)
2360 (Info-fontify-node, Info-bookmark-make-record): Remove the
2361 file extension from Info-current-file (Bug#13016).
2362
2363 2012-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
2364
2365 * hi-lock.el (hi-lock-unface-buffer): If there's no matching regexp at
2366 point, still provide some default.
2367 (hi-lock--regexps-at-point): Don't enforce a "hi-lock-" prefix on face
2368 names, since we don't use it right now. Actually return the list.
2369 (hi-lock-file-patterns, hi-lock-interactive-patterns): Use defvar-local.
2370
2371 2012-12-07 Chong Yidong <cyd@gnu.org>
2372
2373 * novice.el (disabled-command-function): Remove a spurious help
2374 xref (Bug#13043). Suggested by Kelly Dean.
2375
2376 * subr.el (text-clone-maintain): Fix clone overlay deletion when a
2377 syntax is specified (Bug#13025).
2378
2379 * info.el (Info-set-mode-line): Remove the file extension from
2380 Info-current-file if there is one (Bug#13016).
2381
2382 2012-12-07 Glenn Morris <rgm@gnu.org>
2383
2384 * mail/rmail.el (rmail-mime-decoded): New permanent local.
2385 (rmail-show-message-1): Set rmail-mime-decoded when appropriate.
2386 * mail/rmailedit.el (rmail-cease-edit): Respect rmail-mbox-format
2387 and rmail-mime-decoded. (Bug#9841)
2388
2389 * mail/unrmail.el (unrmail-mbox-format): New option. (Bug#6574)
2390 (batch-unrmail, unrmail): Doc fixes.
2391 (unrmail): Respect unrmail-mbox-format.
2392 * mail/rmail.el (rmail-mbox-format): New option.
2393 (rmail-show-message-1): Respect rmail-mbox-format.
2394
2395 2012-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
2396
2397 * emacs-lisp/cl-macs.el (cl-tagbody): New macro.
2398
2399 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
2400
2401 Further cleanup of the "cl-" namespace. Fit CL in 80 columns.
2402 * emacs-lisp/cl-macs.el (cl--pop2, cl--optimize-safety)
2403 (cl--optimize-speed, cl--not-toplevel, cl--parse-loop-clause)
2404 (cl--expand-do-loop, cl--proclaim-history, cl--declare-stack)
2405 (cl--do-proclaim, cl--proclaims-deferred): Rename from the "cl-" prefix.
2406 (cl-progv): Don't rely on dynamic scoping to find the body.
2407 * emacs-lisp/cl-lib.el (cl--optimize-speed, cl--optimize-safety)
2408 (cl--proclaims-deferred): Rename from the "cl-" prefix.
2409 (cl-declaim): Use backquotes.
2410 * emacs-lisp/cl-extra.el (cl-make-random-state, cl-random-state-p):
2411 Use "cl--" prefix for the object's tag.
2412
2413 * ses.el: Use advice-add/remove.
2414 (ses--advice-copy-region-as-kill, ses--advice-yank): New functions.
2415 (copy-region-as-kill, yank): Use advice-add.
2416 (ses-unload-function): Use advice-remove.
2417
2418 2012-12-06 Jonas Bernoulli <jonas@bernoul.li>
2419
2420 * button.el: Make them work in header-lines (bug#12817).
2421 (button-map): Add bindings for header-line and mode-line use.
2422 (button-get, button-put, button-label): `button' may now be a string.
2423 (button-activate): Don't make it a defsubst.
2424 (button--area-button-p, button--area-button-string): New functions.
2425 (make-text-button): Fix the return value when `beg' was a string.
2426 (push-button): Handle the mode-line case.
2427
2428 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
2429
2430 * progmodes/sql.el: Use cl-lib and lexical-binding; various cleanup.
2431 (sql-signum): Remove. Use `cl-signum' instead.
2432 (sql-read-passwd): Remove; use read-passwd instread.
2433 (sql-get-login-ext): Use read-string.
2434 (sql-get-login): Use dolist and pcase.
2435 (sql--completion-table): Rename from sql-try-completion.
2436 Use complete-with-action.
2437 (sql-mode): Don't change abbrev-all-caps globally.
2438 (sql-connect): Don't rely on dynamic scoping for `new-name'.
2439 (sql-postgres-completion-object): Initialize vars in their `let'.
2440 (sql-comint-sybase, sql-comint-sqlite, sql-comint-mysql)
2441 (sql-comint-solid, sql-comint-ms, sql-comint-postgres)
2442 (sql-comint-interbase): Use a single append, without setq.
2443 (sql-comint-linter): Same, and unwind-protect the LINTER_MBX var.
2444
2445 * hi-lock.el: Rework the default face and the serialize regexp code.
2446 (hi-lock--auto-select-face-defaults): Remove.
2447 (hi-lock-string-serialize-serial): Remove.
2448 (hi-lock--hashcons-hash): Rename from hi-lock-string-serialize-hash;
2449 make weak.
2450 (hi-lock--hashcons): Rename from hi-lock-string-serialize, return an
2451 equal string.
2452 (hi-lock-set-pattern): Adjust accordingly.
2453 (hi-lock--regexps-at-point): Simplify accordingly.
2454 (hi-lock--auto-select-face-defaults): Remove.
2455 (hi-lock--last-face): New var to replace it.
2456 (hi-lock-read-face-name): Rewrite (bug#11095).
2457 (hi-lock-unface-buffer): Arrange for the face to be the next default.
2458
2459 2012-12-06 Michael Albinus <michael.albinus@gmx.de>
2460
2461 * net/tramp.el (tramp-replace-environment-variables):
2462 Hide compiler warning.
2463 (tramp-file-name-for-operation): Remove `executable-find',
2464 `start-process', `call-process' and `call-process-region'.
2465
2466 * net/tramp-compat.el (top): Don't require 'tramp-util and 'tramp-vc.
2467
2468 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Ensure backward
2469 compatibility.
2470
2471 * net/tramp-sh.el (top): Remove `tramp-sh-handle-call-process-region'.
2472
2473 2012-12-06 Chong Yidong <cyd@gnu.org>
2474
2475 * ffap.el (ffap-replace-file-component): Fix typo.
2476
2477 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
2478
2479 * progmodes/octave-mod.el (octave-mark-block): Move out of tokens and
2480 fix open-paren-like token test (bug#12785).
2481
2482 2012-12-06 Glenn Morris <rgm@gnu.org>
2483
2484 * mail/rmailsum.el (rmail-new-summary): Tweak for
2485 rmail-maybe-display-summary changing buffer. (Bug#13066)
2486
2487 2012-12-06 Juri Linkov <juri@jurta.org>
2488
2489 * info.el (Info-fontify-node): Don't hide the last newline.
2490 (Bug#12272)
2491
2492 2012-12-06 Katsumi Yamaoka <yamaoka@jpl.org>
2493
2494 * mail/mailabbrev.el (mail-abbrev-expand-wrapper): Work in minibuffer
2495 so as to enable message-read-from-minibuffer to expand mail aliases.
2496
2497 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
2498
2499 * minibuf-eldef.el (minibuf-eldef-update-minibuffer): Don't mess with
2500 the `intangible' property.
2501 Suggested by Christopher Schmidt <christopher@ch.ristopher.com>
2502
2503 2012-12-05 Deniz Dogan <deniz@dogan.se>
2504
2505 * net/rcirc.el (rcirc-urls): Update documentation.
2506 (rcirc-condition-filter): New function.
2507 (rcirc-browse-url, rcirc-markup-urls): Use only URLs before point
2508 and exclude consecutive duplicate URLs (Bug#6082).
2509
2510 2012-12-05 Michael Albinus <michael.albinus@gmx.de>
2511
2512 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
2513 Check return code of copy command.
2514
2515 * net/tramp-adb.el (tramp-adb-sdk-dir, tramp-adb-prompt):
2516 Use group `tramp'. Add version.
2517
2518 2012-12-05 Chong Yidong <cyd@gnu.org>
2519
2520 * ffap.el (ffap-url-regexp): Don't require matching at front of
2521 string (Bug#4952).
2522 (ffap-url-p): If only a substring matches, return that.
2523 (ffap-url-at-point): Use the return value of ffap-url-p.
2524 (ffap-read-file-or-url, ffap-read-file-or-url-internal)
2525 (find-file-at-point, dired-at-point, dired-at-point-prompter)
2526 (ffap-guess-file-name-at-point): Likewise.
2527 (ffap-replace-file-component): Fix typo.
2528
2529 * info.el (info-display-manual): Add existing Info buffers, whose
2530 files may not be in Info-directory-list, to the completion.
2531 (info--manual-names): New helper function.
2532
2533 2012-12-05 Glenn Morris <rgm@gnu.org>
2534
2535 * vc/vc-hg.el (vc-hg-resolve-when-done, vc-hg-find-file-hook):
2536 New functions, for detecting and resolving conflicts. (Bug#10709)
2537
2538 2012-12-04 Jambunathan K <kjambunathan@gmail.com>
2539
2540 * hi-lock.el (hi-lock-auto-select-face): New user variable.
2541 (hi-lock-auto-select-face-defaults): New buffer local variable.
2542 (hi-lock-read-face-name): Honor `hi-lock-auto-select-face'.
2543 (hi-lock-unface-buffer): Prompt user with useful defaults.
2544 With prefix arg, unhighlight all hi-lock patterns in buffer.
2545
2546 2012-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
2547
2548 * obsolete/terminal.el, obsolete/longlines.el: Add obsolecence info.
2549
2550 2012-12-04 Michael Albinus <michael.albinus@gmx.de>
2551
2552 * Makefile.in (TRAMP_SRC):
2553 * makefile.w32-in (TRAMP_SRC): Add tramp-adb.el.
2554
2555 2012-12-04 Juergen Hoetzel <juergen@archlinux.org>
2556
2557 * net/tramp-adb.el: New package.
2558
2559 2012-12-04 Chong Yidong <cyd@gnu.org>
2560
2561 * terminal.el: Move to obsolete/.
2562
2563 * longlines.el: Move to obsolete/.
2564
2565 * vc/ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
2566 Remove code referring to longlines mode.
2567
2568 2012-12-03 Juri Linkov <juri@jurta.org>
2569
2570 * sort.el (delete-duplicate-lines): New command. (Bug#13032)
2571
2572 2012-12-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2573
2574 * textmodes/ispell.el (ispell-init-process)
2575 (ispell-start-process, ispell-internal-change-dictionary):
2576 Make sure personal dictionary name is expanded after initial
2577 `default-directory' value. Use expanded strings for
2578 keep/restart checks and for value (Bug#13019).
2579
2580 2012-12-03 Jay Belanger <jay.p.belanger@gmail.com>
2581
2582 * calc/calc-forms.el (math-date-to-iso-dt): Fix weekday number.
2583
2584 2012-12-03 Leo Liu <sdl.web@gmail.com>
2585
2586 * files.el (dir-locals-read-from-file): Check file non-empty
2587 before reading. (Bug#13038)
2588
2589 2012-12-03 Glenn Morris <rgm@gnu.org>
2590
2591 * jka-cmpr-hook.el (jka-compr-get-compression-info):
2592 Remove any version extension before checking filename. (Bug#13006)
2593 (jka-compr-compression-info-list): Belated :version bump.
2594
2595 2012-12-03 Chong Yidong <cyd@gnu.org>
2596
2597 * simple.el (transient-mark-mode): Doc fix (Bug#11523).
2598
2599 * buff-menu.el (Buffer-menu-delete-backwards, Buffer-menu-mode)
2600 (buffer-menu): Doc fix (Bug#12294).
2601
2602 2012-12-03 Roland Winkler <winkler@gnu.org>
2603
2604 * calendar/diary-lib.el (diary-header-line-format): Use keybinding
2605 of diary-show-all-entries in the diary buffer (Bug#12994).
2606
2607 2012-12-03 Michael Albinus <michael.albinus@gmx.de>
2608
2609 * net/tramp-sh.el (tramp-perl-encode): Use "read STDIN" instead of
2610 "<STDIN>". This is binary safe.
2611
2612 2012-12-03 Jay Belanger <jay.p.belanger@gmail.com>
2613
2614 * calc/calc-forms.el (math-absolute-from-iso-dt)
2615 (math-date-to-iso-dt, math-parse-iso-date-validate)
2616 (math-iso-dt-to-date): New functions.
2617 (math-fd-iso-dt, math-fd-isoyear, math-fd-isoweek)
2618 (math-fd-isoweekday): New variables.
2619 (calc-date-notation, math-parse-standard-date, math-format-date)
2620 (math-format-date-part): Add support for more formatting codes.
2621
2622 2012-12-02 Dmitry Gutov <dgutov@yandex.ru>
2623
2624 * vc/vc.el (vc-delete-file, vc-rename-file): Default to the
2625 current buffer's file name when called interactively (Bug#12488).
2626
2627 2012-12-02 Juri Linkov <juri@jurta.org>
2628
2629 * info.el (info-display-manual): Don't clobber an existing Info
2630 buffer (Bug#10770). Add completion (Bug#10771).
2631
2632 2012-12-01 Yuya Nishihara <yuya@tcha.org> (tiny change)
2633
2634 * vc/vc-hooks.el (vc-find-file-hook): Expand buffer-file-truename
2635 before using it for comparison (Bug#5297).
2636
2637 2012-12-01 Jari Aalto <jari.aalto@cante.net>
2638
2639 * textmodes/css-mode.el (css-current-defun-name): New function.
2640 (css-mode): Use it.
2641
2642 * textmodes/sgml-mode.el (html-current-defun-name): New function.
2643 (html-mode): Use it.
2644
2645 2012-12-01 Chong Yidong <cyd@gnu.org>
2646
2647 Modularize add-log-current-defun (Bug#2224).
2648 Suggested by Jari Aalto.
2649
2650 * vc/add-log.el (add-log-current-defun-function): Doc fix.
2651 (add-log-current-defun): Move mode-specific code to other files.
2652 (add-log-lisp-like-modes, add-log-c-like-modes)
2653 (add-log-tex-like-modes): Variables deleted.
2654
2655 * emacs-lisp/lisp-mode.el (lisp-current-defun-name): New.
2656 (lisp-mode-variables): Use it.
2657
2658 * progmodes/cc-mode.el (c-common-init):
2659 * progmodes/cperl-mode.el (cperl-mode): Set a value for
2660 add-log-current-defun-function.
2661
2662 * progmodes/m4-mode.el (m4-current-defun-name): New function.
2663 (m4-mode): Use it.
2664
2665 * progmodes/perl-mode.el (perl-current-defun-name): New.
2666 (perl-mode): Use it.
2667
2668 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
2669 Use lisp-current-defun-name.
2670
2671 * textmodes/tex-mode.el (tex-current-defun-name): New.
2672 (tex-common-initialization): Use it.
2673
2674 * textmodes/texinfo.el (texinfo-current-defun-name): New.
2675 (texinfo-mode): Use it.
2676
2677 2012-12-01 Chong Yidong <cyd@gnu.org>
2678
2679 * emacs-lisp/lisp-mode.el (lisp-mode-variables, lisp-mode):
2680 * progmodes/autoconf.el (autoconf-mode):
2681 * progmodes/js.el (js-mode):
2682 * progmodes/make-mode.el (makefile-mode, makefile-makepp-mode)
2683 (makefile-bsdmake-mode, makefile-imake-mode, makefile-browse):
2684 * progmodes/perl-mode.el (perl-mode):
2685 * progmodes/sh-script.el (sh-mode, sh-set-shell):
2686 * textmodes/css-mode.el (css-mode):
2687 * textmodes/sgml-mode.el (html-mode, sgml-mode)
2688 (sgml-tags-invisible, sgml-guess-indent):
2689 * textmodes/tex-mode.el (tex-common-initialization)
2690 (latex-complete-bibtex-keys, tex-shell, tex-main-file)
2691 (doctex-mode, plain-tex-mode, latex-mode):
2692 * textmodes/texinfo.el (texinfo-mode): Use setq-local.
2693
2694 2012-12-01 Kirk Kelsey <kirk.kelsey@0x4b.net>
2695
2696 * vc/vc-hg.el (vc-hg-next-revision):
2697 Ensure use of default "tip" output format. (Bug#6968)
2698
2699 2012-12-01 Kim F. Storm <storm@cua.dk>
2700
2701 * startup.el (fancy-startup-tail): Add a clickable link
2702 (Bug#2176).
2703
2704 2012-12-01 Chong Yidong <cyd@gnu.org>
2705
2706 * startup.el (fancy-startup-tail): Improve the message about
2707 auto-save files (Bug#2176).
2708
2709 * files.el (recover-session): Improve the descriptive message, and
2710 use substitute-command-keys.
2711
2712 2012-12-01 Glenn Morris <rgm@gnu.org>
2713
2714 * ido.el (ido-file-internal):
2715 Handle other-window, other-frame for dired. (Bug#13036)
2716
2717 2012-11-30 Glenn Morris <rgm@gnu.org>
2718
2719 * icomplete.el (icomplete-separator): Fix :version.
2720
2721 2012-11-30 Chong Yidong <cyd@gnu.org>
2722
2723 * shell.el (shell): For C-u M-x shell, use an inactive shell
2724 buffer as the default (Bug#1975).
2725 (shell-apply-ansi-color, shell-reapply-ansi-color): New functions.
2726 (shell-mode): Use them to reapply ansi colorization if Shell mode
2727 is re-enabled.
2728
2729 2012-11-30 Yuriy Vostrikov <delamonpansie@gmail.com> (tiny change)
2730
2731 * vc/vc-git.el (vc-git-command): Disable the pager (Bug#6137).
2732
2733 2012-11-30 Samuel Bronson <naesten@gmail.com>
2734
2735 * progmodes/grep.el (grep-compute-defaults): Do not pass the -e
2736 flag to xargs, for compatibility with BSD xargs (Bug#11703).
2737
2738 2012-11-30 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
2739
2740 * textmodes/fill.el (fill-region-as-paragraph): Handle overshoot
2741 by move-to-column (Bug#3234).
2742
2743 2012-11-30 Chong Yidong <cyd@gnu.org>
2744
2745 * longlines.el (longlines-wrap-line, longlines-encode-region):
2746 Preserve text properties (Bug#1425).
2747
2748 2012-11-30 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
2749
2750 * vc/vc.el (vc-register): Allow registering a file which is
2751 already registered with a different backend (Bug#10589).
2752
2753 2012-11-29 Jambunathan K <kjambunathan@gmail.com>
2754 Stefan Monnier <monnier@iro.umontreal.ca>
2755
2756 * icomplete.el: Change separator; add ido-style commands.
2757 (icomplete-show-key-bindings): Remove custom var.
2758 (icomplete-get-keys): Remove function.
2759 (icomplete-forward-completions, icomplete-backward-completions):
2760 New commands.
2761 (icomplete-minibuffer-map): New var.
2762 (icomplete-minibuffer-setup): Use it.
2763 (icomplete-exhibit): Don't delay if the list of completions is known.
2764 (icomplete-separator): New custom.
2765 (icomplete-completions): Use it.
2766 * minibuffer.el (completion-all-sorted-completions): Delete duplicates.
2767 (minibuffer-force-complete-and-exit): New command.
2768 (minibuffer--complete-and-exit): New function extracted from
2769 minibuffer-complete-and-exit.
2770 (minibuffer-complete-and-exit): Use it.
2771
2772 * progmodes/etags.el (visit-tags-table-buffer): Give a more precise
2773 error message when the file doesn't exist (bug#12974).
2774
2775 2012-11-29 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
2776
2777 * simple.el (activate-mark): Run activate-mark-hook (bug#13027).
2778
2779 2012-11-29 Glenn Morris <rgm@gnu.org>
2780
2781 * files.el (hack-dir-local-variables): Warn if try to set
2782 coding via dir-locals, since it doesn't work. (Bug#7169)
2783
2784 Add desktop support for restoring vc-dir buffers. (Bug#10606)
2785 * vc/vc-dir.el (vc-dir-mode): Autoload it (for desktop restore).
2786 Set buffer-local value of desktop-save-buffer.
2787 (vc-dir-desktop-buffer-misc-data, vc-dir-restore-desktop-buffer):
2788 New functions.
2789 (desktop-buffer-mode-handlers): Add vc-dir-mode entry.
2790 * desktop.el (desktop-save-buffer-p): Treat vc-dir like dired.
2791
2792 * files.el (inhibit-local-variables-ignore-case): New. (Bug#10610)
2793 (inhibit-local-variables-p): Use inhibit-local-variables-ignore-case.
2794 Doc fix.
2795 (inhibit-local-variables-regexps, inhibit-local-variables-suffixes):
2796 Doc fixes.
2797
2798 2012-11-28 Jay Belanger <jay.p.belanger@gmail.com>
2799
2800 * calc/calc-forms.el (calc-date-notation): Fix regexp
2801 used to find time codes. Fix symbol for seconds.
2802
2803 2012-11-27 Glenn Morris <rgm@gnu.org>
2804
2805 * emacs-lisp/derived.el (derived-mode-make-docstring):
2806 Don't mention "abbrev" or "syntax" if nil. (Bug#11277)
2807
2808 2012-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
2809
2810 * textmodes/table.el (table-insert): Don't use `symbol-name' on
2811 lexically scoped variables (bug#13005).
2812
2813 2012-11-27 Glenn Morris <rgm@gnu.org>
2814
2815 * vc/vc-hooks.el (vc-mistrust-permissions):
2816 Default to t, to avoid data-loss. (Bug#11490)
2817
2818 2012-11-27 Fabián Ezequiel Gallina <fgallina@cuca>
2819
2820 * progmodes/python.el (python-indent-guess-indent-offset):
2821 If indentation is guessed make python-indent-offset buffer-local.
2822
2823 Fix Imenu regression.
2824 * progmodes/python.el (python-nav-beginning-of-defun):
2825 Fix forward movement when statement(s) separates point from defun.
2826 (python-imenu-prev-index-position): New function.
2827
2828 2012-11-27 Eli Zaretskii <eliz@gnu.org>
2829
2830 * subr.el (buffer-file-type): Declare with defvar-local. Doc fix.
2831
2832 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
2833 Don't set buffer-file-type. Return nil. (Bug#12989)
2834
2835 2012-11-27 Glenn Morris <rgm@gnu.org>
2836
2837 * hippie-exp.el (hippie-expand-try-functions-list):
2838 Re-autoload it. (Bug#12982)
2839
2840 2012-11-27 Eli Zaretskii <eliz@gnu.org>
2841
2842 * descr-text.el (describe-char-padded-string):
2843 Call internal-char-font only on GUI frames. (Bug#11964)
2844
2845 2012-11-27 Andreas Schwab <schwab@linux-m68k.org>
2846
2847 * buff-menu.el (Buffer-menu-buffer+size-width): Fix customize type
2848 and obsoletion message.
2849
2850 2012-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
2851
2852 * emacs-lisp/cl-macs.el (cl--transform-lambda): Add back `declare' in
2853 the constructs to keep outside of the `cl-block' (bug#12977).
2854
2855 2012-11-27 Chong Yidong <cyd@gnu.org>
2856
2857 * mouse.el (mouse-drag-line): Even if the line is not draggable,
2858 keep reading until we get the up-event anyway, in order to process
2859 the up-event for mouse-1-click-follows-link (Bug#12971).
2860
2861 2012-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
2862
2863 * emacs-lisp/advice.el (ad-should-compile): Don't compile advice if the
2864 base function is not yet defined (bug#12965).
2865 (ad-activate-advised-definition): Use ad-compile-function.
2866 (ad-activate): Use cond.
2867
2868 2012-11-25 Leo Liu <sdl.web@gmail.com>
2869
2870 * textmodes/sgml-mode.el (sgml-tag): Fix indentation for closing tag.
2871 (Bug#12979)
2872
2873 2012-11-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
2874
2875 * textmodes/reftex-parse.el (reftex-parse-from-file): Use variable
2876 reftex-section-info-function in order to be compatible with
2877 Texinfo integration.
2878
2879 * textmodes/reftex.el (reftex-section-pre-regexp)
2880 (reftex-section-post-regexp, reftex-section-info-function):
2881 New variable.
2882 (reftex-compile-variables): Use variables reftex-section-pre-regexp,
2883 reftex-section-post-regexp, and reftex-section-info-function in order
2884 to be compatible with Texinfo integration.
2885
2886 * textmodes/reftex-toc.el (reftex-toc-promote-action):
2887 use reftex-section-pre-regexp variable in order to be compatible with
2888 Texinfo integration.
2889
2890 2012-11-25 Chong Yidong <cyd@gnu.org>
2891
2892 * faces.el: Make face-spec-set more analogous to setq.
2893 (face-spec-set): Change the third arg to specify whether this
2894 function is being called via defface, customize, or a third party.
2895 Set the appropriate symbol properties. Clear the override spec if
2896 setting via Custom. Initialize face if necessary. (Bug#4988)
2897 (face-spec-recalc): Allow theme faces to completely replace the
2898 defface spec, in the same way as custom faces (Bug#8454).
2899
2900 * cus-face.el (custom-declare-face): Move face initialization to
2901 face-spec-set.
2902 (custom-theme-set-faces): Don't initialize the face name here, as
2903 that is now done in face-spec-set.
2904
2905 * cus-edit.el (custom-face-set, custom-face-mark-to-save)
2906 (custom-face-reset-saved, custom-face-mark-to-reset-standard):
2907 Simplify by using the new arg to face-spec-set.
2908
2909 * emacs-lisp/lisp-mode.el (eval-defun-1): When evaluating defface,
2910 reset face-override-spec too, and use custom-declare-face.
2911
2912 2012-11-24 Jan Djärv <jan.h.d@swipnet.se>
2913
2914 * term/ns-win.el (ns-initialize-window-system): Move creation of
2915 fontsets here (Bug#11964).
2916
2917 2012-11-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
2918
2919 * ses.el (ses-rename-cell): Correct bug on mode-line update after
2920 cell renaming.
2921
2922 2012-11-24 Chong Yidong <cyd@gnu.org>
2923
2924 * woman.el (woman-default-faces, woman-monochrome-faces): Mark as
2925 obsolete.
2926
2927 * custom.el (custom-theme-set-variables): Use a topological sort
2928 for ordering by custom dependencies (Bug#12952).
2929 (custom--sort-vars, custom--sort-vars-1): New functions.
2930
2931 2012-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
2932
2933 * emacs-lisp/bytecomp.el (byte-compile-file): Setup default value for
2934 lexical-binding (bug#12938).
2935
2936 2012-11-24 Wolfgang Jenkner <wjenkner@inode.at>
2937
2938 * image-mode.el (image-transform-check-size): Use assertions only
2939 for images of type imagemagick.
2940
2941 Otherwise no error, image-transform-fit-to-{width,height} is
2942 silently ignored, as before. Doc fix.
2943
2944 2012-11-24 Chong Yidong <cyd@gnu.org>
2945
2946 * faces.el (color-defined-p): Doc fix (Bug#12853).
2947
2948 2012-11-24 Juri Linkov <juri@jurta.org>
2949
2950 * dired.el (dired-mark): Add optional arg `interactive'.
2951 Check for `use-region-p' if `interactive' is non-nil.
2952 (dired-unmark, dired-flag-file-deletion): Add optional arg
2953 `interactive'. Call `dired-mark' with the arg `interactive'.
2954 (Bug#10624)
2955
2956 * wdired.el: Revert 2012-10-17 change partly and replace it with
2957 Patch by Christopher Schmidt <christopher@ch.ristopher.com>.
2958 (wdired-finish-edit): Add marks for new file names to
2959 `wdired-old-marks'. Restore marks using `dired-mark-remembered'
2960 after `revert-buffer'.
2961 (wdired-do-renames): Remove calls to `dired-remove-file',
2962 `dired-add-file', `dired-add-entry'. (Bug#11795)
2963
2964 2012-11-24 Alan Mackenzie <acm@muc.de>
2965
2966 * progmodes/cc-defs.el (c-version): Bump to 5.32.4.
2967
2968 Fix bugs in the state cache. Enhance a debugging mechanism.
2969 * progmodes/cc-engine.el (c-parse-state-get-strategy): Don't use
2970 "brace at column zero" strategy for C++.
2971 (c-append-lower-brace-pair-to-state-cache): Repair algorithm.
2972 (c-parse-state-point): New variable.
2973 (c-record-parse-state-state): Record old parse state with
2974 `copy-tree'. Record previous value of point.
2975 (c-debug-parse-state-double-cons): New debugging function.
2976 (c-debug-parse-state): Call the above new function.
2977 (c-toggle-parse-state-debug): Output a confirmatory message.
2978
2979 * progmodes/cc-mode.el (c-before-change, c-after-change):
2980 Call c-invalidate-state-cache from `c-before-change' instead of
2981 `c-after-change'.
2982
2983 2012-11-23 Chong Yidong <cyd@gnu.org>
2984
2985 * find-cmd.el (find-constituents): Add executable, ipath,
2986 readable, samefile, writable, daystart, regextype (Bug#12856).
2987
2988 2012-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
2989
2990 * emacs-lisp/ert.el, emacs-lisp/ert-x.el: Use cl-lib and lexical-binding.
2991
2992 2012-11-22 Paul Eggert <eggert@cs.ucla.edu>
2993
2994 * calc/calc.el (calc-gregorian-switch): Move to after calc-refresh
2995 definition. This fixes a bootstrap failure.
2996 (calc-gregorian-switch): In menu, put dates before regions.
2997 This is easier to follow, lines up better in the menu, and lets us
2998 coalesce regions that switch at the same time. Give country
2999 names, not "Vatican", as that's better for non-expert users.
3000 Use names that are stable between the date of switch and now, e.g.,
3001 Bohemia and Moravia (which existed then and now) and not
3002 Czechoslovakia (which didn't exist then and doesn't exist now).
3003 What is now the U.S. mostly did not switch at the same time as
3004 Britain, so omit the U.S. Correct spelling of "Britain".
3005 Catholic Switzerland was too much of a mess, so omit it.
3006
3007 2012-11-22 Jay Belanger <jay.p.belanger@gmail.com>
3008
3009 * calc/calc.el (calc-gregorian-switch): Refresh the Calc buffer
3010 after the variable is changed.
3011
3012 2012-11-21 Daniel Colascione <dancol@dancol.org>
3013
3014 * progmodes/sql.el (sql-mode-font-lock-object-name): Support IF NOT EXISTS
3015 in SQL declarations for font-lock.
3016 (sql-imenu-generic-expression): Teach imenu about IF NOT EXISTS.
3017
3018 2012-11-21 Glenn Morris <rgm@gnu.org>
3019
3020 * faces.el (face-underline-p, face-inverse-video-p, face-bold-p)
3021 (face-italic-p): Add optional argument "inherit".
3022
3023 * faces.el (set-face-inverse-video, set-face-bold, set-face-italic):
3024 Remove -p suffix from names, for consistency with other set-face-*.
3025 (set-face-inverse-video): Fix interactive spec.
3026 * play/gamegrid.el (gamegrid-make-mono-tty-face):
3027 * textmodes/table.el (table--update-cell-face):
3028 Use set-face-inverse-video rather than now obsolete alias.
3029
3030 2012-11-21 Eli Zaretskii <eliz@gnu.org>
3031
3032 * simple.el (line-move): Don't call line-move-partial if
3033 scroll-conservatively is in effect. (Bug#12927)
3034
3035 2012-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
3036
3037 * eshell/em-cmpl.el (eshell-pcomplete): Refine fix for bug#12838:
3038 Fallback on completion-at-point rather than
3039 pcomplete-expand-and-complete, and only if pcomplete actually failed.
3040 (eshell-cmpl-initialize): Setup completion-at-point.
3041
3042 * pcomplete.el (pcomplete--entries): Obey pcomplete-ignore-case.
3043
3044 * emacs-lisp/ert.el (ert--expand-should-1): Adapt to cl-lib.
3045
3046 2012-11-21 Michael Albinus <michael.albinus@gmx.de>
3047
3048 * net/tramp-sh.el (tramp-do-copy-or-rename-file): If both files
3049 are remote, check out-of-band property for both.
3050
3051 2012-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
3052
3053 * window.el (switch-to-buffer): Re-add the warning that was lost in the
3054 code rewrite.
3055
3056 2012-11-21 Paul Eggert <eggert@cs.ucla.edu>
3057
3058 More minor time fixes.
3059 * calendar/time-date.el: Commentary fix.
3060 * net/tramp-sh.el (tramp-do-file-attributes-with-ls): Undo last change;
3061 too much other code depends on (0 0) time stamps.
3062 * net/tramp.el (tramp-time-less-p, tramp-time-subtract):
3063 Add a couple of FIXME comments.
3064
3065 Minor cleanup for times as lists of four integers.
3066 * files.el (dir-locals-directory-cache):
3067 * ps-bdf.el (bdf-file-mod-time, bdf-read-font-info):
3068 Doc fixes.
3069 * net/tramp-sh.el (tramp-do-file-attributes-with-ls):
3070 * ps-bdf.el (bdf-file-newer-than-time):
3071 Process four-integers time stamps, not two. Doc fixes.
3072
3073 2012-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
3074
3075 * uniquify.el (uniquify-managed): Use defvar-local.
3076 (rename-buffer, create-file-buffer): Advise with advice-add.
3077 (uniquify-unload-function): Unadvise accordingly.
3078
3079 * emacs-lisp/trace.el: Rewrite, use nadvice and lexical-binding.
3080 (trace-buffer): Don't purecopy.
3081 (trace-entry-message, trace-exit-message): Add `context' arg.
3082 (trace--timer): New var.
3083 (trace-make-advice): Adjust for use in nadvice.
3084 Add `context' argument. Delay `display-buffer' via a timer.
3085 (trace-function-internal): Use advice-add.
3086 (trace--read-args): New function.
3087 (trace-function-foreground, trace-function-background): Use it.
3088 (trace-function): Rename to trace-function-foreground and redefine as
3089 an alias to that new name.
3090 (untrace-function, untrace-all): Adjust to the use of nadvice.
3091
3092 * emacs-lisp/bytecomp.el (byte-compile): Fix handling of closures.
3093
3094 * emacs-lisp/byte-run.el (defun-declarations-alist): Fix last change.
3095
3096 * subr.el (called-interactively-p-functions): New var.
3097 (internal--called-interactively-p--get-frame): New macro.
3098 (called-interactively-p, interactive-p): Rewrite in Lisp.
3099 * emacs-lisp/nadvice.el (advice--called-interactively-skip): New fun.
3100 (called-interactively-p-functions): Use it.
3101 * emacs-lisp/edebug.el (edebug--called-interactively-skip): New fun.
3102 (called-interactively-p-functions): Use it.
3103 * allout.el (allout-called-interactively-p): Don't assume
3104 called-interactively-p is a subr.
3105
3106 2012-11-20 Glenn Morris <rgm@gnu.org>
3107
3108 * profiler.el (profiler-report-mode-map): Add a menu.
3109 No need to bind `q' because we derive from special-mode.
3110 (profiler-report-find-entry): Handle calls from the menu-bar.
3111
3112 2012-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
3113
3114 * emacs-lisp/byte-run.el (defun-declarations-alist):
3115 Allow a compiler-macro to be a lambda expression.
3116
3117 * progmodes/python.el: Use cl-lib. Move var declarations outside of
3118 eval-when-compile.
3119 (python-syntax-context): Add compiler-macro.
3120 (python-font-lock-keywords): Simplify with De Morgan.
3121
3122 * vc/diff-mode.el (diff-hunk): Don't make useless timers.
3123
3124 * files.el (load-file): Require match in minibuffer selection, as was
3125 the case in Emacs-20 before we changed the spec to allow .elc files
3126 (bug#12935).
3127
3128 * json.el: Don't require cl since we don't use it.
3129 * color.el: Don't require cl.
3130 (color-complement): `caddr' -> `nth 2'.
3131
3132 * calendar/time-date.el (time-to-seconds): De-obsolete.
3133
3134 2012-11-19 Jay Belanger <jay.p.belanger@gmail.com>
3135
3136 * calc/calc-forms.el (math-leap-year-p): Fix formula for negative
3137 year numbers.
3138 (math-date-to-julian-dt): Adjust the initial approximation for the
3139 year to deal with the new definition of the DATE.
3140
3141 2012-11-19 Daniel Colascione <dancol@dancol.org>
3142
3143 * term/w32-win.el (cygwin-convert-path-from-windows):
3144 Accomodate rename of cygwin_convert_path* to cygwin_convert_file_name*.
3145
3146 2012-11-18 Chong Yidong <cyd@gnu.org>
3147
3148 * filecache.el (file-cache--read-list): New function.
3149 (file-cache-add-directory-list, file-cache-add-file-list)
3150 (file-cache-delete-file-list, file-cache-delete-directory-list):
3151 Use it to read a list of files or directories (Bug#12846).
3152 (file-cache-add-file, file-cache-add-directory)
3153 (file-cache-delete-file-list, file-cache-delete-file-regexp)
3154 (file-cache-delete-directory): Print an message.
3155
3156 2012-11-18 Jay Belanger <jay.p.belanger@gmail.com>
3157
3158 * calc/calc-forms.el (math-date-to-dt): Use integer date when
3159 calling `math-date-to-julian-dt' and 'math-date-to-gregorian-dt'.
3160
3161 2012-11-18 Glenn Morris <rgm@gnu.org>
3162
3163 * image.el (insert-image, insert-sliced-image): Doc fix.
3164
3165 2012-11-18 Chong Yidong <cyd@gnu.org>
3166
3167 * emacs-lisp/syntax.el (syntax-propertize-function): Doc fix
3168 (Bug#12810).
3169
3170 2012-11-18 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
3171
3172 * vc/vc-svn.el (vc-svn-merge-news): Properly parse the merge
3173 response when the target file is in a subdirectory (Bug#12757).
3174
3175 2012-11-18 Chong Yidong <cyd@gnu.org>
3176
3177 * filecache.el (file-cache-add-file-list): Doc fix (Bug#12694).
3178
3179 2012-11-18 Glenn Morris <rgm@gnu.org>
3180
3181 * emacs-lisp/cl-lib.el (face-underline-p):
3182 Use set-face-underline rather than the alias set-face-underline-p.
3183
3184 * window.el (with-temp-buffer-window): Doc fix.
3185 * subr.el (with-output-to-temp-buffer):
3186 Add doc xref to with-temp-buffer-window.
3187
3188 2012-11-18 Juanma Barranquero <lekktu@gmail.com>
3189
3190 * woman.el (woman-non-underline-faces): Use `set-face-underline'.
3191 * calc/calc.el (math-format-date-cache): Declare.
3192
3193 2012-11-17 Paul Eggert <eggert@cs.ucla.edu>
3194
3195 Calc by default uses the Gregorian calendar for all dates (Bug#12633).
3196 It also uses January 1, 1 AD as its day number 1.
3197 * calc/calc-forms.el (math-julian-date-beginning)
3198 (math-julian-date-beginning-int): Implement this.
3199
3200 2012-11-17 Juanma Barranquero <lekktu@gmail.com>
3201
3202 * descr-text.el (quail-find-key):
3203 * dired.el (desktop-file-name):
3204 * dirtrack.el (shell-prefixed-directory-name, shell-process-cd):
3205 * generic-x.el (comint-mode, comint-exec):
3206 * image-dired.el (widget-forward):
3207 * info.el (speedbar-add-expansion-list, speedbar-center-buffer-smartly)
3208 (speedbar-change-expand-button-char)
3209 (speedbar-change-initial-expansion-list, speedbar-delete-subblock)
3210 (speedbar-make-specialized-keymap, speedbar-make-tag-line):
3211 * printing.el (easy-menu-add-item, easy-menu-remove-item)
3212 (widget-field-action, widget-value-set):
3213 * speedbar.el (imenu--make-index-alist):
3214 * term.el (ring-empty-p, ring-ref, ring-insert-at-beginning)
3215 (ring-length, ring-insert):
3216 * vcursor.el (compare-windows-skip-whitespace):
3217 * woman.el (dired-get-filename):
3218 Declare functions.
3219
3220 * term/w32-win.el (cygwin-convert-path-from-windows): Fix declaration.
3221
3222 2012-11-17 Jay Belanger <jay.p.belanger@gmail.com>
3223
3224 * calc/calc.el (calc-gregorian-switch): New variable.
3225
3226 * calc/calc-forms.el (math-day-in-year, math-dt-before-p)
3227 (math-absolute-from-gregorian-dt, math-absolute-from-julian-dt)
3228 (math-date-to-julian-dt, math-date-to-gregorian-dt): New functions.
3229 (math-leap-year-p): Add option to distinguish between Julian
3230 and Gregorian calendars.
3231 (math-day-number): Use `math-day-in-year' to do the computations.
3232 (math-absolute-from-dt): Rename from `math-absolute-from-date'.
3233 Use `math-absolute-from-gregorian' and `math-absolute-from-julian'
3234 to do the computations.
3235 (math-date-to-dt): Use `math-date-to-julian-dt' and
3236 `math-date-to-gregorian-dt' to do the computations.
3237 (calcFunc-weekday, math-format-date-part): Use the new version of
3238 the DATE to determine the weekday.
3239 (calcFunc-newmonth, calcFunc-newyear): Use `calc-gregorian-switch'
3240 when necessary.
3241
3242 2012-11-17 Eli Zaretskii <eliz@gnu.org>
3243
3244 * term/w32-win.el (w32-handle-dropped-file): Use 'file://' only on
3245 Cygwin; otherwise use 'file:'. (Bug#12914)
3246 (cygwin-convert-path-from-windows): Declare, to avoid
3247 byte-compiler warnings.
3248
3249 2012-11-17 Andreas Politz <politza@fh-trier.de>
3250
3251 * ibuffer.el (ibuffer-mark-forward, ibuffer-unmark-forward)
3252 (ibuffer-unmark-backward, ibuffer-mark-interactive): Support plain
3253 prefix and negative numeric prefix args (Bug#12795).
3254
3255 2012-11-17 Stephen Berman <stephen.berman@gmx.net>
3256
3257 * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
3258 Don't signal an error with a score that is too low to add to the
3259 list of top scores. (Bug#12779)
3260
3261 2012-11-17 Chong Yidong <cyd@gnu.org>
3262
3263 * help-mode.el (help-xref-interned): End on point-min (Bug#12737).
3264
3265 * filecache.el (file-cache-add-file): Handle relative file name in
3266 the argument (Bug#12694).
3267
3268 2012-11-16 Jürgen Hötzel <juergen@archlinux.org> (tiny change)
3269
3270 * eshell/em-unix.el (eshell/mkdir): Handle "--parents" (bug#12897).
3271
3272 2012-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
3273
3274 * emacs-lisp/advice.el (ad-make-advised-definition): Improve last fix.
3275
3276 * emacs-lisp/cl-lib.el: Set more meaningful version number.
3277
3278 2012-11-16 Martin Rudalics <rudalics@gmx.at>
3279
3280 * window.el (enlarge-window, shrink-window): Don't mention return
3281 value in doc-string (Bug#12896).
3282 (window--display-buffer): Don't resize frames - it won't work
3283 with all window managers and defeat pop-up-frame-alist.
3284 (display-buffer-alist): In doc-string explain that CONDITION can
3285 be a function and which arguments are passed to it (Bug#12854).
3286 (display-buffer-assq-regexp): New argument ACTION. Handle lambda
3287 expressions (Bug#12854).
3288 (display-buffer): Pass ACTION argument to
3289 display-buffer-assq-regexp.
3290
3291 2012-11-16 Glenn Morris <rgm@gnu.org>
3292
3293 * window.el (fit-frame-to-buffer-bottom-margin)
3294 (fit-frame-to-buffer, fit-window-to-buffer): Doc fixes.
3295
3296 * faces.el (face-underline-p): Use face-attribute-specified-or.
3297
3298 2012-11-16 Juanma Barranquero <lekktu@gmail.com>
3299
3300 * emacs-lisp/cl-macs.el (cl-loop, cl-do, cl-do*): Doc fixes.
3301
3302 2012-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
3303
3304 * emacs-lisp/cl-macs.el (cl-flet, cl-flet*): Fix docstring (bug#12895).
3305
3306 2012-11-16 Glenn Morris <rgm@gnu.org>
3307
3308 * eshell/em-cmpl.el (eshell-pcomplete): New command. (Bug#12838)
3309 (eshell-cmpl-initialize): Bind eshell-pcomplete to TAB, C-i.
3310
3311 * faces.el (face-underline-p): Doc fix. Handle :underline being
3312 things other than `t' (a string, a list).
3313 (face-inverse-video-p): Doc fix.
3314 (set-face-underline): Rename it back from set-face-underline-p.
3315 Doc fix. Allow interactive input of values other than t.
3316 (read-face-attribute): Apply formatting to :underline,
3317 since like :box and :stipple it can take list values.
3318
3319 * term.el (ansi-term): Don't let C-x escape-char binding
3320 clobber the more standard C-c binding. (Bug#12842)
3321
3322 * subr.el (set-temporary-overlay-map): Doc fix.
3323
3324 2012-11-16 Martin Rudalics <rudalics@gmx.at>
3325
3326 * window.el (record-window-buffer)
3327 (display-buffer-record-window): When copying the markers to
3328 window-point preserve window-point-insertion-type. (Bug#12588)
3329
3330 2012-11-16 Glenn Morris <rgm@gnu.org>
3331
3332 * emacs-lisp/eieio-datadebug.el (eieio-debug-methodinvoke):
3333 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error):
3334 Use new names for hooks rather than obsolete aliases.
3335
3336 2012-11-15 Daniel Colascione <dancol@dancol.org>
3337
3338 * term/w32-win.el (w32-handle-dropped-file): Use a "file://"
3339 prefix instead of "file:" so that when FILE-NAME begins with "//",
3340 as it does when the target file is on a network share, url-handler
3341 isn't confused.
3342
3343 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
3344
3345 * emacs-lisp/advice.el (ad-definition-type): Make sure we don't use
3346 a preactivated advice from an old advice.el; they're not compatible!
3347
3348 2012-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
3349
3350 * emacs-lisp/nadvice.el (advice--make-interactive-form):
3351 Fix string-spec case.
3352
3353 * emacs-lisp/advice.el (ad-make-advised-definition): Fix undefined case.
3354
3355 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
3356
3357 * emacs-lisp/nadvice.el: Add buffer-local support to add-function.
3358 (advice--buffer-local-function-sample): New var.
3359 (advice--set-buffer-local, advice--buffer-local): New functions.
3360 (add-function, remove-function): Use them.
3361
3362 2012-11-15 Drew Adams <drew.adams@oracle.com>
3363
3364 * imenu.el (imenu--split-submenus): Use imenu--subalist-p (bug#12717).
3365
3366 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
3367
3368 * emacs-lisp/cl-macs.el (cl--transform-lambda): Defend against
3369 potential binding of print-gensym to t, and prettify (back)quotes in
3370 case they appear in args's default values (bug#12884).
3371
3372 2012-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
3373
3374 * emacs-lisp/nadvice.el: Add around advice for interactive specs.
3375 (advice-eval-interactive-spec): New function.
3376 (advice--make-interactive-form): Support around advice (bug#12844).
3377
3378 2012-11-14 Dmitry Gutov <dgutov@yandex.ru>
3379
3380 * progmodes/ruby-mode.el (ruby-expr-beg): Make heredoc detection
3381 more strict. Add docstring.
3382 (ruby-expression-expansion-re): Extract from
3383 `ruby-match-expression-expansion'.
3384 (ruby-syntax-propertize-function): After everything else, search
3385 for expansions in string literals, mark their insides as
3386 whitespace syntax and save match data for font-lock.
3387 (ruby-font-lock-keywords): Use the 2nd group from expression
3388 expansion matches.
3389 (ruby-match-expression-expansion): Use the match data saved to the
3390 text property in ruby-syntax-propertize-function.
3391
3392 2012-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
3393
3394 * emacs-lisp/gv.el (setf): Fix debug spec for multiple assignments
3395 (bug#12879).
3396
3397 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
3398
3399 * progmodes/ruby-mode.el (ruby-move-to-block): Looks for a block
3400 start/end keyword a bit harder. Works with different values of N.
3401 Add more comments.
3402 (ruby-end-of-block): Update accordingly.
3403
3404 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
3405
3406 * woman.el (woman-file-name): Don't mess with unread-command-events
3407 (bug#12861).
3408
3409 * emacs-lisp/advice.el: Layer on top of nadvice.el.
3410 Remove out of date self-require hack.
3411 (ad-do-advised-functions): Use simple `dolist'.
3412 (ad-advice-name, ad-advice-protected, ad-advice-enabled)
3413 (ad-advice-definition): Redefine as functions.
3414 (ad-advice-classes): Move before first use.
3415 (ad-make-origname, ad-set-orig-definition, ad-clear-orig-definition)
3416 (ad-make-mapped-call, ad-make-advised-docstring,ad-make-plain-docstring)
3417 (ad--defalias-fset): Remove functions.
3418 (ad-make-advicefunname, ad-clear-advicefunname-definition): New funs.
3419 (ad-get-orig-definition): Rewrite.
3420 (ad-make-advised-definition-docstring): Change base docstring.
3421 (ad-real-orig-definition): Rewrite.
3422 (ad-map-arglists): Change name of called function.
3423 (ad--make-advised-docstring): Redirect `function' from ad-Advice-...
3424 (ad-make-advised-definition): Simplify.
3425 (ad-assemble-advised-definition): Tweak for new calling context.
3426 (ad-activate-advised-definition): Setup ad-Advice-* i.s.o ad-Orig-*.
3427 (ad--defalias-fset): Rename from ad-handle-definition. Make it set the
3428 function and call ad-activate if needed.
3429 (ad-activate, ad-deactivate): Don't call ad-handle-definition any more.
3430 (ad-recover): Clear ad-Advice-* instead of ad-Orig-*.
3431 (ad-compile-function): Compile ad-Advice-*.
3432 (ad-activate-on-top-level, ad-with-auto-activation-disabled): Remove.
3433 (ad-start-advice, ad-stop-advice): Remove.
3434
3435 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
3436
3437 * progmodes/ruby-mode.el (ruby-add-log-current-method): Print the
3438 period before class method names, not after. Remove handling of
3439 one impossible case. Add comments.
3440
3441 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
3442
3443 * emacs-lisp/advice.el: Remove support for freezing.
3444 (ad-make-freeze-docstring, ad-make-freeze-definition): Remove functions.
3445 (ad-make-single-advice-docstring, ad-defadvice-flags, defadvice):
3446 Remove support for `freeze'.
3447
3448 * emacs-lisp/cl.el (dolist, dotimes, declare): Use advice-add to
3449 override the default.
3450 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Rewrite without using
3451 cl--dotimes/dolist.
3452 * subr.el (dolist, dotimes, declare): Redefine them normally, even when
3453 `cl' is loaded.
3454
3455 * emacs-lisp/nadvice.el (advice--normalize): New function, extracted
3456 from add-advice.
3457 (advice--strip-macro): New function.
3458 (advice--defalias-fset): Use them to handle macros.
3459 (advice-add): Use them.
3460 (advice-member-p): Correctly handle macros.
3461
3462 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
3463
3464 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
3465 Never font-lock the beginning of singleton class as heredoc.
3466
3467 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
3468
3469 * emacs-lisp/gv.el (gv-define-simple-setter): One more fix (bug#12871).
3470
3471 2012-11-13 Wolfgang Jenkner <wjenkner@inode.at>
3472
3473 * ansi-color.el (ansi-color-apply-sequence): Implement SGR codes
3474 39 and 49 (bug#12792). Also, treat unimplemented parameters as 0,
3475 thereby restoring the behavior of revisions prior to 2012-08-15T03:33:55Z!monnier@iro.umontreal.ca.
3476
3477 2012-11-13 Fabián Ezequiel Gallina <fgallina@cuca>
3478
3479 Fix end-of-defun misbehavior.
3480 * progmodes/python.el (python-nav-beginning-of-defun): Rename from
3481 python-beginning-of-defun-function. Handle nested defuns
3482 correctly.
3483 (python-nav-end-of-defun): Rename from
3484 python-end-of-defun-function. Ensure forward movement.
3485 (python-info-current-defun): Reimplement to work as intended
3486 with new fixed python-nav-{end,beginning}-of-defun. Stop scanning
3487 parent defuns as soon as possible.
3488
3489 2012-11-13 Glenn Morris <rgm@gnu.org>
3490
3491 * progmodes/flymake.el (flymake-error-bitmap)
3492 (flymake-warning-bitmap, flymake-fringe-indicator-position): Doc fixes.
3493 (flymake-error-bitmap, flymake-warning-bitmap): Fix :types.
3494
3495 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
3496
3497 * progmodes/ruby-mode.el (ruby-move-to-block): When moving
3498 backward, always stop at indentation. Reverts the change from
3499 2012-08-12T22:06:56Z!monnier@iro.umontreal.ca (Bug#12851).
3500
3501 2012-11-13 Glenn Morris <rgm@gnu.org>
3502
3503 * ibuffer.el (ibuffer-mode-map, ibuffer-mode):
3504 Add ibuffer-filter-by-derived-mode.
3505
3506 * ibuffer.el (ibuffer-mode-map): Don't have two menu items with
3507 the same name shadowing each other.
3508
3509 * window.el (with-temp-buffer-window): Doc tweak.
3510
3511 * emacs-lisp/debug.el (debugger-bury-or-kill): Doc tweak.
3512
3513 * help.el (temp-buffer-max-height):
3514 * window.el (fit-frame-to-buffer, fit-frame-to-buffer-bottom-margin):
3515 * emacs-lisp/debug.el (debugger-bury-or-kill): Fix :version.
3516
3517 2012-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
3518
3519 * emacs-lisp/nadvice.el: New package.
3520 * subr.el (special-form-p): New function.
3521 * emacs-lisp/elp.el: Use lexical-binding and advice-add.
3522 (elp-all-instrumented-list): Remove var.
3523 (elp-not-profilable): Remove elp-wrapper.
3524 (elp-profilable-p): Use autoloadp and special-form-p.
3525 (elp--advice-name): New const.
3526 (elp-instrument-function): Use advice-add.
3527 (elp--instrumented-p): New predicate.
3528 (elp-restore-function): Use advice-remove.
3529 (elp-restore-all, elp-reset-all): Use mapatoms.
3530 (elp-set-master): Use elp--instrumented-p.
3531 (elp--make-wrapper): Rename from elp-wrapper, return a function
3532 suitable for advice-add. Use cl-inf.
3533 (elp-results): Use mapatoms+elp--instrumented-p.
3534 * emacs-lisp/debug.el: Use lexical-binding and advice-add.
3535 (debug-function-list): Remove var.
3536 (debug): Rename arg, and then let-bind it explicitly inside.
3537 (debugger-setup-buffer): Rename arg.
3538 (debugger-setup-buffer): Adjust counts to new debug-on-entry setup.
3539 (debugger-frame-number): Adjust to new debug-on-entry setup.
3540 (debug--implement-debug-on-entry): Rename from
3541 implement-debug-on-entry, add argument.
3542 (debugger-special-form-p): Remove, use special-form-p instead.
3543 (debug-on-entry): Use advice-add.
3544 (debug--function-list): New function.
3545 (cancel-debug-on-entry): Use it, along with advice-remove.
3546 (debug-arglist, debug-convert-byte-code, debug-on-entry-1): Remove.
3547 (debugger-list-functions): Use debug--function-list instead of
3548 debug-function-list.
3549 * emacs-lisp/advice.el (ad-save-real-definition): Remove, unused.
3550 (ad-special-form-p): Remove, use special-form-p instead.
3551 (ad-set-advice-info): Use add-function and remove-function.
3552 (ad--defalias-fset): Adjust accordingly.
3553
3554 2012-11-10 Glenn Morris <rgm@gnu.org>
3555
3556 * mail/emacsbug.el (report-emacs-bug-tracker-url)
3557 (report-emacs-bug-bug-alist, report-emacs-bug-choice-widget)
3558 (report-emacs-bug-create-existing-bugs-buffer)
3559 (report-emacs-bug-parse-query-results)
3560 (report-emacs-bug-query-existing-bugs): Remove. (Bug#7449)
3561
3562 * term.el (term-default-fg-color, term-default-bg-color):
3563 Make obsolete, rather than just saying "deprecated" in the doc.
3564
3565 * term.el (term): Rename from `term-face'.
3566 (term-current-face, ansi-term-color-vector)
3567 (term-default-fg-color, term-default-bg-color, term-ansi-reset):
3568 Update all users.
3569
3570 2012-11-10 Jan Djärv <jan.h.d@swipnet.se>
3571
3572 * server.el (server-create-window-system-frame): Handle Nextstep
3573 specially (Bug#12780).
3574
3575 2012-11-10 Glenn Morris <rgm@gnu.org>
3576
3577 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs):
3578 Unautoload, and make obsolete. (Bug#7449)
3579
3580 2012-11-10 Chong Yidong <cyd@gnu.org>
3581
3582 * vc/diff-mode.el (diff-delete-trailing-whitespace): Rewrite, and
3583 rename from diff-remove-trailing-whitespace (Bug#12831).
3584
3585 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
3586
3587 * emacs-lisp/advice.el: Require `cl-lib' at run-time to fix
3588 miscompilation of trace.el.
3589
3590 2012-11-10 Glenn Morris <rgm@gnu.org>
3591
3592 * vc/diff-mode.el (diff-remove-trailing-whitespace): Doc fix.
3593
3594 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
3595
3596 * emacs-lisp/gv.el (gv-define-simple-setter): Fix last change
3597 (bug#12812).
3598
3599 2012-11-10 Chong Yidong <cyd@gnu.org>
3600
3601 * minibuf-eldef.el (minibuffer-eldef-shorten-default): Convert to
3602 a defcustom with an appropriate :set function.
3603 (minibuffer-default--in-prompt-regexps): New function.
3604
3605 2012-11-10 Glenn Morris <rgm@gnu.org>
3606
3607 * emacs-lisp/cl.el (define-setf-expander, defsetf)
3608 (define-modify-macro): Doc fixes.
3609
3610 * emacs-lisp/gv.el (gv-letplace): Fix doc typo.
3611 (gv-define-simple-setter): Update doc of `fix-return'.
3612
3613 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
3614
3615 * emacs-lisp/gv.el (gv-define-simple-setter): Don't evaluate `val'
3616 twice when `fix-return' is set (bug#12813).
3617
3618 * emacs-lisp/cl.el (defsetf): Pass the third arg to
3619 gv-define-simple-setter (bug#12812).
3620
3621 * woman.el (woman-decode-region): Disable adaptive-fill when rendering
3622 (bug#12756).
3623
3624 2012-11-10 Glenn Morris <rgm@gnu.org>
3625
3626 * emacs-lisp/gv.el (gv-define-setter): Fix doc typo.
3627
3628 * emacs-lisp/cl-extra.el (cl-prettyexpand):
3629 * emacs-lisp/cl-lib.el (cl-proclaim, cl-declaim):
3630 * emacs-lisp/cl-macs.el (cl-destructuring-bind, cl-locally)
3631 (cl-the, cl-compiler-macroexpand): Add basic doc strings.
3632
3633 * emacs-lisp/cl-extra.el (cl-maplist, cl-mapcan): Doc fix.
3634
3635 2012-11-10 Leo Liu <sdl.web@gmail.com>
3636
3637 * ido.el (ido-set-matches-1): Improve flex matching performance by
3638 removing backtracking in the regexp (suggested by Stefan). (Bug#12796)
3639
3640 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
3641
3642 * emacs-lisp/advice.el (ad-set-advice-info): Set defalias-fset-function.
3643 (ad--defalias-fset): New function.
3644 (ad-safe-fset): Remove.
3645 (ad-make-freeze-definition): Use cl-letf*.
3646
3647 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
3648
3649 * subr.el (dolist): Don't bind VAR in RESULT.
3650
3651 * emacs-lisp/advice.el: Miscellaneous cleanup. Use lexical-binding.
3652 (fset, documentation): Don't save real def since we don't advise.
3653 (ad-do-advised-functions): Remove problematic `result-form'.
3654 (ad-safe-fset): `ad-real-fset' => `fset'.
3655 (ad-read-advised-function): Don't assume that ad-do-advised-functions
3656 uses CL's dolist internally.
3657 (ad-arglist): Remove unused arg `name'.
3658 (ad-docstring, ad-make-advised-docstring):
3659 `ad-real-documentation' => `documentation'.
3660 (warning-suppress-types): Declare.
3661 (ad-set-arguments): Simple CSE.
3662 (ad-recover-normality): Sanity check.
3663
3664 * emacs-lisp/bytecomp.el (byte-compile-out-toplevel): Don't turn
3665 (funcall '(lambda ..) ..) into ((lambda ..) ..).
3666
3667 2012-11-09 Vincent Belaïche <vincentb1@users.sourceforge.net>
3668
3669 * ses.el: symbol to coordinate mapping is made by symbol property
3670 `ses-cell'. This means that the same mapping is done for all SES
3671 sheets. That is good enough for cells with standard A1 names, but
3672 not for named cell. So a hash map is added for the latter.
3673 (defconst ses-localvars): Add local variable ses--named-cell-hashmap
3674 (ses-sym-rowcol): Use hashmap for named cell.
3675 (ses-is-cell-sym-p): New defun.
3676 (ses-decode-cell-symbol): New defun.
3677 (ses-create-cell-variable): Add cell to hashmap when name is not
3678 A1-like.
3679 (ses-rename-cell): Check that cell new name is not already in
3680 spreadsheet with the use of ses-is-cell-sym-p
3681 (ses-rename-cell): Use hash map for named cells, but accept also
3682 renaming back to A1-like.
3683
3684 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
3685
3686 * emacs-lisp/advice.el: Use new dynamic docstrings.
3687 (ad-make-advised-definition-docstring, ad-advised-definition-p):
3688 Use dynamic-docstring-function instead of ad-advice-info.
3689 (ad--make-advised-docstring): New function extracted from
3690 ad-make-advised-docstring.
3691 (ad-make-advised-docstring): Use it.
3692 * progmodes/sql.el (sql--make-help-docstring): New function, extracted
3693 from sql-help.
3694 (sql-help): Use it with dynamic-docstring-function.
3695
3696 * env.el (env--substitute-vars-regexp): Don't use rx (for bootstrap).
3697
3698 2012-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
3699
3700 * files.el (hack-one-local-variable--obsolete): New function.
3701 (hack-one-local-variable): Use it for obsolete settings.
3702
3703 * subr.el (locate-user-emacs-file): If both old and new name exist, use
3704 the new name.
3705
3706 * progmodes/js.el (js--filling-paragraph): New var.
3707 (c-forward-sws, c-backward-sws, c-beginning-of-macro): Advise.
3708 (js-c-fill-paragraph): Prefer advice to cl-letf so the rebinding is
3709 less sneaky.
3710
3711 2012-11-08 Julien Danjou <julien@danjou.info>
3712
3713 * progmodes/ruby-mode.el (auto-mode-alist): Add Rakefile in
3714 `auto-mode-alist' (Bug#12835).
3715
3716 2012-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
3717
3718 * progmodes/perl-mode.el (perl-prettify-symbols): New defcustom.
3719 (perl--prettify-symbols-alist): New const.
3720 (perl--font-lock-compose-symbol, perl--font-lock-symbols-keywords):
3721 New functions.
3722 (perl-font-lock-keywords-2): Use them.
3723 (perl-electric-noindent-p): New function.
3724 (perl-mode): Use it to set up electric-indent-mode.
3725 (perl-electric-terminator, perl-indent-command): Mark obsolete.
3726 (perl-mode-map): Remove bindings for them.
3727 (perl-imenu-generic-expression, perl-outline-level):
3728 Match functions&packages in column>0.
3729
3730 * env.el (env--substitute-vars-regexp): New const.
3731 (substitute-env-vars): Use it. Add `only-defined' arg.
3732 * net/tramp.el (tramp-replace-environment-variables): Use it.
3733
3734 * emacs-lisp/bytecomp.el (byte-compile-initial-macro-environment):
3735 Byte-compile *before* eval in eval-and-compile.
3736 (byte-compile-log-warning): Remove redundant inhibit-read-only.
3737 (byte-compile-file-form-autoload): Don't hide actual definition.
3738 (byte-compile-maybe-guarded): Accept `functionp' as well.
3739
3740 * emacs-lisp/gv.el (gv-ref, gv-deref): New function and macro.
3741
3742 2012-11-07 Michael Albinus <michael.albinus@gmx.de>
3743
3744 * notifications.el (notifications-get-server-information-method):
3745 New defconst.
3746 (notifications-get-capabilities): Fix docstring.
3747 (notifications-get-server-information): New defun.
3748
3749 2012-11-06 Agustín Martín Domingo <agustin.martin@hispalinux.es>
3750
3751 * textmodes/ispell.el (ispell-region): Standard re-indent for better
3752 readability.
3753
3754 * textmodes/ispell.el: Experimental support for support debugging.
3755 (ispell-create-debug-buffer): Create a `ispell-debug-buffer' debug
3756 buffer for ispell.
3757 (ispell-print-if-debug): New function to print stuff to
3758 `ispell-debug-buffer' if debugging is enabled.
3759 (ispell-region, ispell-process-line): Use `ispell-print-if-debug' to
3760 show some debugging info.
3761 (ispell-buffer-with-debug): New function that creates a debugging
3762 buffer and calls `ispell-buffer' with debugging enabled.
3763
3764 * textmodes/ispell.el (ispell-region): Do not prefix sent string by
3765 comment in autoconf mode. (Bug#12768)
3766
3767 2012-11-06 Dmitry Antipov <dmantipov@yandex.ru>
3768
3769 * emacs-lisp/byte-opt.el (toplevel): Add compare-window-configurations,
3770 frame-first-window, frame-root-window, frame-selected-window,
3771 minibuffer-selected-window, minibuffer-window,
3772 window-absolute-pixel-edges, window-at, window-body-height,
3773 window-body-width, window-display-table, window-combination-limit,
3774 window-frame, window-fringes, window-inside-absolute-pixel-edges,
3775 window-inside-edges, window-inside-pixel-edges, window-left-child,
3776 window-left-column, window-margins, window-next-buffers,
3777 window-next-sibling, window-new-normal, window-new-total,
3778 window-normal-size, window-parameter, window-parameters, window-parent,
3779 window-pixel-edges, window-point, window-prev-buffers,
3780 window-prev-sibling, window-redisplay-end-trigger, window-scroll-bars,
3781 window-start, window-text-height, window-top-child, window-top-line,
3782 window-total-height, window-total-width and window-use-time to the list
3783 of functions without side-effects.
3784 (toplevel): Add window-valid-p to the list of error-free functions
3785 without side-effects.
3786
3787 2012-11-05 Agustín Martín Domingo <agustin.martin@hispalinux.es>
3788
3789 * textmodes/ispell.el (ispell-program-name):
3790 Update spellchecker parameters when customized.
3791
3792 2012-11-04 Glenn Morris <rgm@gnu.org>
3793
3794 * vc/vc-svn.el (vc-svn-state-heuristic): Avoid calling svn. (Bug#7850)
3795
3796 2012-11-04 Chong Yidong <cyd@gnu.org>
3797
3798 * bookmark.el (bookmark-bmenu-switch-other-window): Avoid binding
3799 same-window-* variables.
3800
3801 2012-11-04 Juri Linkov <juri@jurta.org>
3802
3803 * isearch.el (isearch-help-for-help, isearch-describe-bindings)
3804 (isearch-describe-key, isearch-describe-mode): Use a display
3805 action instead of binding same-window-* variables (Bug#10040).
3806
3807 2012-11-03 Glenn Morris <rgm@gnu.org>
3808
3809 * emacs-lisp/cl-macs.el (cl-parse-loop-clause):
3810 Rename handler properties back from cl-- to cl-. (Bug#12788)
3811
3812 * emacs-lisp/cl-macs.el (cl-do-all-symbols): Add doc string.
3813
3814 2012-11-03 Eli Zaretskii <eliz@gnu.org>
3815
3816 * term/pc-win.el: Don't load term/internal from here.
3817
3818 * loadup.el: Load term/internal from here.
3819
3820 2012-11-03 Fabián Ezequiel Gallina <fgallina@cuca>
3821
3822 * progmodes/python.el (inferior-python-mode): Fix hang in
3823 jit-lock (Bug#12645).
3824
3825 2012-11-03 Martin Rudalics <rudalics@gmx.at>
3826
3827 * window.el (switch-to-visible-buffer)
3828 (switch-to-buffer-preserve-window-point): Fix doc-strings.
3829
3830 2012-11-03 Glenn Morris <rgm@gnu.org>
3831
3832 * emacs-lisp/cl-lib.el (cl--random-time):
3833 Rename from cl-random-time. (Bug#12773)
3834 (cl--gensym-counter, cl--random-state): Update callers.
3835 * emacs-lisp/cl-extra.el (cl-make-random-state): Update callers.
3836
3837 2012-11-03 Chong Yidong <cyd@gnu.org>
3838
3839 * cus-start.el: Make cursor-type customizable (Bug#11633).
3840
3841 2012-11-02 Glenn Morris <rgm@gnu.org>
3842
3843 * filecache.el: No need to load find-lisp when compiling.
3844 (find-lisp-find-files): Autoload it.
3845 (file-cache-add-directory-recursively): Don't require find-lisp.
3846
3847 * image.el (image-type-from-file-name): Trivial simplification.
3848
3849 * emacs-lisp/bytecomp.el (byte-compile-eval):
3850 Decouple "noruntime" and "cl-functions" warnings.
3851
3852 2012-11-01 Stephen Berman <stephen.berman@gmx.net>
3853
3854 * play/gomoku.el (gomoku-display-statistics): Update mode line
3855 only if in Gomoku buffer; don't capitalize "won" (Bug#12771).
3856
3857 2012-10-31 Martin Rudalics <rudalics@gmx.at>
3858
3859 * window.el (quit-restore-window): If the window has been
3860 created on an existing frame and ended up as the sole window on
3861 that frame, do not delete it (Bug#12764).
3862
3863 2012-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
3864
3865 * progmodes/sh-script.el (sh--inside-noncommand-expression):
3866 Rename from sh--inside-arithmetic-expression, handle more cases
3867 (bug#11263).
3868
3869 * progmodes/sh-script.el (sh--inside-arithmetic-expression): New func.
3870 (sh-font-lock-open-heredoc): Use it (bug#12770).
3871
3872 2012-10-30 Glenn Morris <rgm@gnu.org>
3873
3874 * emacs-lisp/cl-extra.el (cl-mapc): Add autoload cookie. Doc fix.
3875
3876 * emacs-lisp/cl.el (letf): Doc fix. (Bug#12760)
3877
3878 2012-10-29 Chong Yidong <cyd@gnu.org>
3879
3880 * isearch.el (isearch-other-meta-char): Ensure that a reprocessed
3881 function key is stored in a keyboard macro (Bug#4894).
3882
3883 * thingatpt.el (number-at-point): Apply a thing-at-point property.
3884
3885 2012-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
3886
3887 * vc/diff-mode.el (diff-context->unified): Don't get confused by "hunk
3888 header comments".
3889 (diff-unified->context, diff-context->unified)
3890 (diff-reverse-direction, diff-fixup-modifs): Use `use-region-p'.
3891
3892 * emacs-lisp/cl.el (letf): Add missing indent rules (bug#12759).
3893
3894 * files.el (find-alternate-file): Only ask one question (bug#12487).
3895
3896 2012-10-29 Chong Yidong <cyd@gnu.org>
3897
3898 * vc/vc-hooks.el (vc-file-clearprops): Kill vc-parent-buffer.
3899 Suggested by Dan Nicolaescu (Bug#6326).
3900
3901 * info.el (Info-complete-menu-item): Avoid duplicates (Bug#12705).
3902
3903 * startup.el (fancy-about-screen): Don't message (Bug#12680).
3904
3905 * thingatpt.el (thing-at-point): Doc fix (Bug#12691).
3906
3907 * imenu.el (imenu): Inhibit push-mark message (Bug#12726).
3908
3909 * face-remap.el (face-remap-add-relative): Handle the case where a
3910 face-remapping-alist entry is a cons cell (Bug#12762).
3911
3912 2012-10-29 Kevin Ryde <user42@zip.com.au>
3913
3914 * woman.el (woman-parse-numeric-value): Handle picas correctly
3915 (Bug#12639).
3916
3917 2012-10-29 Glenn Morris <rgm@gnu.org>
3918
3919 * emacs-lisp/cl.el (defsetf): Doc fix.
3920
3921 2012-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
3922
3923 * progmodes/sh-script.el (sh-font-lock-paren): Also put punctuation
3924 syntax to the matching opener, if any (bug#12547).
3925 (sh-smie-sh-forward-token, sh-smie-sh-backward-token): Recognize this
3926 matching open as a "case-(".
3927 (sh-smie-rc-grammar): Add a corresponding rule for it.
3928
3929 2012-10-28 Daniel Hackney <dan@haxney.org>
3930
3931 * emacs-lisp/package.el (package-generate-autoloads): Kill buffer
3932 "PKGNAME-autoloads.el" in case we created it.
3933
3934 2012-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
3935
3936 * minibuffer.el (completion--sifn-requote): Rewrite to handle things
3937 like Tramp's "/foo:~bar//baz" -> "/scpc:foo:/baz" mapping (bug#11714).
3938 (completion--twq-all): Disable too-strict assertions.
3939
3940 * tmm.el (tmm-prompt): Use map-keymap (bug#12744).
3941
3942 2012-10-27 Eli Zaretskii <eliz@gnu.org>
3943
3944 * profiler.el (profiler-report-make-entry-part): Fix help-echo
3945 text to match the real keybindings.
3946
3947 2012-10-27 Juri Linkov <juri@jurta.org>
3948
3949 * wdired.el (wdired-keep-marker-rename): New defcustom.
3950 (wdired-do-renames): Use it instead of `dired-keep-marker-rename'.
3951 (Bug#11795)
3952
3953 * dired.el (dired-keep-marker-rename): Add reference to
3954 `wdired-keep-marker-rename' in the docstring.
3955 Add default character value ?R to display initially in
3956 Customization UI instead of ?@.
3957
3958 2012-10-27 Martin Rudalics <rudalics@gmx.at>
3959
3960 * window.el (display-buffer): In doc-string describe
3961 window-height and window-width alist entries.
3962
3963 * time.el (display-time-world): Restore fit-window-to-buffer
3964 behavior.
3965
3966 2012-10-27 Chong Yidong <cyd@gnu.org>
3967
3968 * subr.el (insert-buffer-substring-as-yank): Doc fix.
3969
3970 2012-10-26 Jambunathan K <kjambunathan@gmail.com>
3971
3972 * minibuffer.el (completion-category-overrides): New completion
3973 category `bookmark' (bug#11131).
3974
3975 2012-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
3976
3977 * emacs-lisp/advice.el (ad-assemble-advised-definition):
3978 Silence bogus compiler warnings for ad-do-it.
3979
3980 * bookmark.el (bookmark-completing-read): Set the completion category
3981 to `bookmark' (bug#11131).
3982
3983 2012-10-26 Bastien <bzg@altern.org>
3984 Stefan Monnier <monnier@iro.umontreal.ca>
3985
3986 * face-remap.el: Use lexical-binding.
3987 (text-scale-adjust): Improve docstring. Use itself for the temporary
3988 overlay-map bindings, so as to repeat the "Use..." message each time.
3989
3990 2012-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
3991
3992 * emacs-lisp/macroexp.el (macroexp--expand-all):
3993 Obey byte-compile-warning-enabled-p (bug#12486).
3994
3995 * vc/diff-mode.el (diff-end-of-hunk): Also skip potential "no LF at eol".
3996 (diff-refine-hunk): Similarly, handle the "no LF at eol" (bug#12584).
3997
3998 2012-10-26 Martin Rudalics <rudalics@gmx.at>
3999
4000 * mouse.el (mouse-drag-line): Move last form into preceding when
4001 clause (Bug#12731).
4002
4003 * help.el (resize-temp-buffer-window): Fix doc-string.
4004
4005 2012-10-25 David Engster <deng@randomsample.de>
4006
4007 * emacs-lisp/eieio.el (eieio-update-lisp-imenu-expression):
4008 Remove. This feature is already integrated in imenu.
4009
4010 * emacs-lisp/eieio-opt.el: Remove require for `button' since it is
4011 always loaded. Require `speedbar' unconditionally.
4012
4013 2012-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
4014
4015 * dired.el (dired-get-marked-files): Allow ! on . and .. (bug#12725).
4016
4017 * minibuffer.el (minibuffer-force-complete): Fix thinko.
4018
4019 * net/ldap.el (ldap-search-internal): The official ldif format starts
4020 with a "version: 1" header (bug#12724).
4021
4022 * emacs-lisp/package.el (package-installed-p): Warn if not ready
4023 (bug#12721).
4024
4025 2012-10-25 Glenn Morris <rgm@gnu.org>
4026
4027 * emacs-lisp/cl-macs.el (cl-progv): Doc fix.
4028
4029 2012-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
4030
4031 * minibuffer.el (minibuffer-force-complete): Use one more marker
4032 for the temporary-overlay-map command (bug#12619).
4033
4034 2012-10-24 Chong Yidong <cyd@gnu.org>
4035
4036 * time.el (display-time-world-mode): Derive from special-mode.
4037 (display-time-world): Use display-buffer (Bug#12708).
4038 (display-time-world-mode-map): Variable deleted.
4039 (display-time-world-display): Wrap the final delete-char inside
4040 inhibit-read-only.
4041
4042 2012-10-24 Chong Yidong <cyd@gnu.org>
4043
4044 * dired.el (dired-mark, dired-unmark, dired-flag-file-deletion):
4045 Doc fix.
4046
4047 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix (Bug#12628).
4048
4049 2012-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
4050
4051 * minibuffer.el (completion--all-sorted-completions-location): New var.
4052 (completion--cache-all-sorted-completions)
4053 (completion--flush-all-sorted-completions): Use it.
4054 (completion-in-region, completion-in-region--postch)
4055 (completion-at-point, completion-help-at-point): Use markers in
4056 completion-in-region--data (bug#12619).
4057
4058 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
4059
4060 * progmodes/compile.el (compilation-start): Try to handle common
4061 quoting of `cd' argument (bug#12640).
4062
4063 * vc/diff-mode.el (diff-hunk): `save-excursion' while refining
4064 (bug#12671).
4065
4066 2012-10-23 Glenn Morris <rgm@gnu.org>
4067
4068 * progmodes/gud.el (gud-menu-map):
4069 Check gdb-active-process is bound. (Bug#12358)
4070
4071 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
4072
4073 * repeat.el (repeat): Set real-this-command (bug#12232).
4074
4075 * htmlfontify.el (hfy-post-html-hook):
4076 * filesets.el (filesets-cache-fill-content-hook):
4077 * arc-mode.el (archive-extract-hook):
4078 * progmodes/cc-mode.el (c-prepare-bug-report-hook):
4079 * net/rcirc.el (rcirc-sentinel-functions)
4080 (rcirc-receive-message-functions, rcirc-activity-functions)
4081 (rcirc-print-functions):
4082 * net/dbus.el (dbus-event-error-functions):
4083 * emacs-lisp/eieio.el (eieio-pre-method-execution-functions):
4084 * emacs-lisp/checkdoc.el (checkdoc-style-functions)
4085 (checkdoc-comment-style-functions): Don't use "-hooks" suffix.
4086 * term/sun.el (sun-raw-prefix-hooks):
4087 * mail/sendmail.el (mail-yank-hooks): Use make-obsolete-variable.
4088
4089 2012-10-23 Michael Albinus <michael.albinus@gmx.de>
4090
4091 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
4092 Set `tramp-chunksize' to 1. This improves the performance.
4093 (tramp-smb-wait-for-output): Add timeout to
4094 `tramp-accept-process-output' calls.
4095
4096 2012-10-23 Chong Yidong <cyd@gnu.org>
4097
4098 * faces.el (font-list-limit): Define as an obsolete variable.
4099
4100 * startup.el (command-line):
4101 * cus-start.el: Don't refer to font-list-limit.
4102
4103 * newcomment.el (comment-normalize-vars): Doc fix (Bug#12583).
4104
4105 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
4106
4107 * subr.el (internal-temp-output-buffer-show): Rename from
4108 temp-output-buffer-show, since previously compiled files expect this name.
4109
4110 2012-10-23 Glenn Morris <rgm@gnu.org>
4111
4112 * image.el (image-type-from-file-name): If multiple types match,
4113 return the first one that is supported. (Bug#9045)
4114
4115 2012-10-22 Glenn Morris <rgm@gnu.org>
4116
4117 * image.el (imagemagick-enabled-types): Doc fix.
4118
4119 2012-10-22 Takafumi Arakaki <aka.tkf@gmail.com> (tiny change)
4120
4121 * progmodes/which-func.el (which-func-current): The hash-table may have
4122 an explicit nil (bug#12338).
4123
4124 2012-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
4125
4126 * electric.el (electric-pair-delete-selection-self-insert-function):
4127 Rename to electric-pair-will-use-region, return a boolean.
4128 (electric-pair-mode): Adjust accordingly. Don't require delsel.
4129
4130 * delsel.el (delete-selection-helper): Use a function instead of a hook.
4131 (delete-selection-pre-hook): Use use-region-p.
4132 (delete-selection-self-insert-function): Remove.
4133 (self-insert-command): Obey self-insert-uses-region-functions.
4134 (self-insert-iso): Revert to previous setting, since we don't actually
4135 know what that command does.
4136 (delete-selection-self-insert-hooks): Remove.
4137
4138 2012-10-22 Simon Law <sfllaw@sfllaw.ca> (tiny change)
4139
4140 * delsel.el (delete-selection-helper): New function, extracted from
4141 delete-selection-pre-hook.
4142 (delete-selection-pre-hook): Use it.
4143 (delete-selection-self-insert-function): New function.
4144 (delete-selection-self-insert-hooks): New hook.
4145 (self-insert-command, self-insert-iso): Use it.
4146 * electric.el (electric-pair-syntax): New function, extracted from
4147 electric-pair-post-self-insert-function.
4148 (electric-pair-post-self-insert-function): Use it.
4149 (electric-pair-delete-selection-self-insert-function): New function.
4150 (electric-pair-mode): Require delsel and setup
4151 delete-selection-self-insert-hooks (bug#11520).
4152
4153 2012-10-20 Chong Yidong <cyd@gnu.org>
4154
4155 * vc/vc.el (vc-diff-internal): Set up Diff mode even if there are
4156 no changes to show (Bug#12586).
4157
4158 * eshell/esh-cmd.el (eshell-rewrite-for-command): Copy the body
4159 list explicitly (Bug#12571).
4160
4161 2012-10-20 Arne Jørgensen <arne@arnested.dk>
4162
4163 * progmodes/flymake.el (flymake-create-temp-inplace):
4164 Use file-truename.
4165
4166 2012-10-20 Eli Zaretskii <eliz@gnu.org>
4167
4168 * loadup.el: Update comment about uncompiled Lisp files. (Bug#12395)
4169
4170 2012-10-20 Jay Belanger <jay.p.belanger@gmail.com>
4171
4172 * calc/calc-units.el (math-extract-units): Properly extract powers
4173 of units.
4174
4175 2012-10-20 Daniel Colascione <dancol@dancol.org>
4176
4177 * frame.el (make-frame): Set x-display-name as we used to in order
4178 to unbreak creating an X11 frame from an Emacs daemon started
4179 without a display.
4180
4181 2012-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
4182
4183 * minibuffer.el (minibuffer-force-complete): Make the next completion use
4184 the same completion-field (bug#12221).
4185
4186 2012-10-19 Martin Rudalics <rudalics@gmx.at>
4187
4188 * emacs-lisp/debug.el (debug): Record height of debugger window
4189 also when debugger will be back (Bug#8789).
4190
4191 2012-10-18 Chong Yidong <cyd@gnu.org>
4192
4193 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
4194 Convert to defcustom.
4195 (gdb-get-source-file): Don't bind pop-up-windows.
4196
4197 * progmodes/gud.el (gud-display-line): Don't specially re-use
4198 other frames for the gdb-mi case (Bug#12648).
4199
4200 2012-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
4201
4202 * emacs-lisp/advice.el: Clean up commentary a bit.
4203 (ad-do-advised-functions, ad-with-originals): Use `declare'.
4204 (byte-code-function-p): Never redefine.
4205
4206 * emacs-lisp/gv.el (cond): Same fix as before for `if'.
4207
4208 2012-10-18 Glenn Morris <rgm@gnu.org>
4209
4210 * dired.el (dired-sort-toggle): Some ls implementations only allow
4211 a single option string. (Bug#12666)
4212
4213 * minibuffer.el (completion-cycle-threshold): Doc fix.
4214
4215 2012-10-17 Kenichi Handa <handa@gnu.org>
4216
4217 * international/mule.el (set-keyboard-coding-system):
4218 Recover input meta mode when the new coding system doesn not use 8-bit.
4219 Supply TERMINAL arg to set-input-meta-mode.
4220
4221 2012-10-17 Michael Heerdegen <michael_heerdegen@web.de>
4222
4223 * wdired.el (wdired-old-marks): New variable.
4224 (wdired-change-to-wdired-mode): Locally set wdired-old-marks.
4225 (wdired-do-renames): Move point with renamed file and don't lose
4226 mark status (Bug#11795).
4227
4228 2012-10-16 Juri Linkov <juri@jurta.org>
4229
4230 * replace.el (query-replace-help): Mention multi-buffer replacement
4231 keys in the Help message. (Bug#12655)
4232
4233 2012-10-15 Chong Yidong <cyd@gnu.org>
4234
4235 * emacs-lisp/byte-run.el (defsubst): Doc fix.
4236
4237 2012-10-14 Eli Zaretskii <eliz@gnu.org>
4238
4239 * window.el (display-buffer): Doc fix.
4240
4241 * progmodes/compile.el (compilation-error-regexp-alist-alist):
4242 Adjust the msft regexp to the output of Studio 2010, and move msft
4243 before edg-1. See the discussion on emacs-devel,
4244 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00579.html,
4245 for the details.
4246
4247 2012-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
4248
4249 * emacs-lisp/eieio.el (eieio-oset-default, eieio-oset, oset-default)
4250 (oset): Move uses of object-class-fast macro after its definition.
4251
4252 * emacs-lisp/gv.el (if): Don't use closures in non-lexical-binding code.
4253
4254 2012-10-13 Chong Yidong <cyd@gnu.org>
4255
4256 * textmodes/ispell.el (ispell-pdict-save): If flyspell-mode is
4257 enabled, re-enable it (Bug#11963).
4258
4259 2012-10-13 Martin Rudalics <rudalics@gmx.at>
4260
4261 * emacs-lisp/debug.el (debug): When debugger-will-be-back is
4262 non-nil, restore window configuration (Bug#12623).
4263
4264 2012-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
4265
4266 * help-fns.el (describe-variable, describe-function-1):
4267 * help-mode.el (help-make-xrefs): Remove error handler, made unneeded.
4268
4269 * emacs-lisp/eieio.el (lisp-imenu-generic-expression): Fix typo.
4270
4271 2012-10-12 Glenn Morris <rgm@gnu.org>
4272
4273 * mail/rmailsum.el (rmail-header-summary):
4274 Fix 2010-11-26 test for multiline Subject: field. (Bug#12625)
4275
4276 2012-10-12 Fabián Ezequiel Gallina <fgallina@cuca>
4277
4278 * progmodes/python.el (python-mode-map):
4279 Replace subtitute-key-definition with proper command remapping.
4280 (python-nav--up-list): Fix behavior for blocks on the same level.
4281
4282 2012-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
4283
4284 * help-fns.el (describe-function-1): Handle autoloads w/o docstrings.
4285
4286 * emacs-lisp/bytecomp.el (byte-compile-eval): Adjust to long-ago
4287 changes to the format of load-history.
4288
4289 * international/mule-cmds.el (read-char-by-name): Move let-binding of
4290 completion-ignore-case in case that var is buffer-local (bug#12615).
4291
4292 2012-10-11 Kenichi Handa <handa@gnu.org>
4293
4294 * international/eucjp-ms.el: Re-generated.
4295
4296 2012-10-10 Kenichi Handa <handa@gnu.org>
4297
4298 * select.el (xselect--encode-string): If a coding is specified for
4299 selection, and that is compatible with COMPOUND_TEXT, use it.
4300
4301 2012-10-10 Martin Rudalics <rudalics@gmx.at>
4302
4303 * window.el (switch-to-buffer-preserve-window-point): New option.
4304 (switch-to-buffer):
4305 Obey `switch-to-buffer-preserve-window-point' (Bug#4041).
4306
4307 2012-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
4308
4309 * newcomment.el (comment-start-skip, comment-end-skip, comment-end):
4310 Don't document nil as a useful value (bug#12583).
4311
4312 2012-10-09 Michael Albinus <michael.albinus@gmx.de>
4313
4314 * net/tramp.el (tramp-debug-message):
4315 Remove "tramp-with-progress-reporter" from regexp of ignored functions.
4316 (with-tramp-progress-reporter): Rename from
4317 `tramp-with-progress-reporter'.
4318 (with-tramp-file-property, with-tramp-connection-property):
4319 Move from tramp-cache.el, rename from `with-file-property' and
4320 `with-connection-property', respectively.
4321
4322 * net/tramp-cache.el: Remove `with-file-property' and
4323 `with-connection-property'.
4324
4325 * net/tramp.el:
4326 * net/tramp-gvfs.el:
4327 * net/tramp-sh.el:
4328 * net/tramp-smb.el: Adapt callees.
4329
4330 * net/trampver.el: Update release number.
4331
4332 2012-10-09 Glenn Morris <rgm@gnu.org>
4333
4334 * w32-fns.el (set-message-beep):
4335 * term/w32-win.el (set-message-beep): Update declarations.
4336
4337 2012-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
4338
4339 * bindings.el (mode-line-toggle-read-only, mode-line-toggle-modified)
4340 (mode-line-widen, mode-line-input-method-map)
4341 (mode-line-coding-system-map, mode-line-remote)
4342 (mode-line-unbury-buffer, mode-line-bury-buffer)
4343 (mode-line-next-buffer, mode-line-previous-buffer):
4344 Replace save-selected-window+select-window => with-selected-window.
4345
4346 * progmodes/cc-bytecomp.el (cc-bytecomp-defmacro): Remove, unused.
4347 * progmodes/cc-vars.el (bq-process): Remove, unused.
4348
4349 * emacs-lisp/cl-macs.el (cl-defstruct): Obey the :read-only property.
4350
4351 2012-10-09 Fabián Ezequiel Gallina <fgallina@cuca>
4352
4353 Implemented `backward-up-list'-like navigation.
4354 * progmodes/python.el (python-nav-up-list)
4355 (python-nav-backward-up-list): New functions.
4356 (python-mode-map): Define substitute key for backward-up-list to
4357 python-nav-backward-up-list.
4358
4359 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
4360
4361 * progmodes/python.el (python-fill-paragraph): Rename from
4362 python-fill-paragraph-function. Fixed fill-paragraph for
4363 decorators (Bug#12605).
4364
4365 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
4366
4367 * progmodes/python.el (python-shell-output-filter): Handle extra
4368 carriage return in OSX (Bug#12409).
4369
4370 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
4371
4372 Fix shell handling of unbalanced quotes and parens in output.
4373 * progmodes/python.el (python-rx-constituents): Add string-delimiter.
4374 (python-syntax-propertize-function): Use it.
4375 (python-shell-output-syntax-table): New var.
4376 (inferior-python-mode): Prevent unbalanced parens/quotes from
4377 previous output mess with current input context.
4378
4379 2012-10-08 Juanma Barranquero <lekktu@gmail.com>
4380
4381 * generic-x.el (javascript-generic-mode, javascript-generic-mode-hook):
4382 Make obsolete aliases of js-mode and js-mode-hook (from js.el).
4383
4384 2012-10-08 Michael Albinus <michael.albinus@gmx.de>
4385
4386 * ffap.el (ffap-replace-file-component): Support Tramp file name
4387 syntax, not only ange-ftp's one.
4388
4389 2012-10-08 Glenn Morris <rgm@gnu.org>
4390
4391 * cus-start.el (message-log-max): Set :version.
4392
4393 * calendar/calendar.el (calendar-intermonth-header): Doc fix.
4394
4395 2012-10-08 Martin Rudalics <rudalics@gmx.at>
4396
4397 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't try to split
4398 the minibuffer window (Bug#10851).
4399
4400 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
4401
4402 Enhancements on forward-sexp movement.
4403 * progmodes/python.el (python-nav-beginning-of-statement)
4404 (python-nav-end-of-statement): Return point-marker.
4405 (python-nav-forward-sexp): lisp-like forward-sexp behavior.
4406 (python-info-current-symbol)
4407 (python-info-statement-starts-block-p): Rename from
4408 python-info-beginning-of-block-p.
4409 (python-info-statement-ends-block-p): Rename from
4410 python-info-end-of-block-p.
4411 (python-info-beginning-of-statement-p)
4412 (python-info-end-of-statement-p)
4413 (python-info-beginning-of-block-p, python-info-end-of-block-p):
4414 New functions.
4415
4416 2012-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
4417
4418 * comint.el (comint-preinput-scroll-to-bottom): Preserve the
4419 frame-selected-windows.
4420
4421 2012-10-08 Daniel Colascione <dancol@dancol.org>
4422
4423 * battery.el (battery-status-function): Check for
4424 w32-battery-status itself, not system-time windows-nt.
4425
4426 * frame.el: Require cl-lib.
4427 (display-format-alist): New variable mapping frame types to
4428 functions that initialize them.
4429 (window-system-for-display): New function: interprets
4430 display-format-alist.
4431 (make-frame-on-display): Remove existing display-selection logic
4432 and just forward to make-frame, which will now DTRT.
4433 (make-frame): Restructure to use window-system-for-display to
4434 figure out how to create a frame on a given display.
4435 (display-mouse-p): Look for frame-type w32, not a particular
4436 system-type.
4437
4438 * loadup.el: Load w32 lisp code when we have the w32 feature.
4439
4440 * mouse.el (mouse-yank-primarY): Look for frame-type w32, not
4441 system-type windows-nt.
4442
4443 * server.el (server-create-window-system-frame): Look for window
4444 type.
4445 (server-proces-filter): Only force a window system when windows-nt
4446 _and_ w32. Explain why.
4447
4448 * simple.el (normal-erase-is-backspace-mode): Add w32 to the list
4449 of window systems we configure for the mode.
4450
4451 * startup.el (command-line): Mark window system is initialized
4452 after we've done it.
4453
4454 * common-win.el (x-select-text): Look for w32, not windows-nt.
4455
4456 * ns-win.el: Require cl-lib. Add ourselves to
4457 display-format-alist.
4458 (ns-initialize-window-system): Assert we're not initialized twice.
4459
4460 * w32-win.el: Enable lexical binding; require cl-lib; add
4461 ourselves to display-format-alist.
4462 (w32-handle-dropped-file): Convert incoming dropped files from
4463 Windows paths to Cygwin ones before passing them on to the rest of
4464 Emacs.
4465 (w32-drag-n-drop): New paramter new-frame. Simplify logic.
4466 (w32-initialize-window-system): Assert we're not initialized twice.
4467
4468 * x-win.el: Require cl-lib; add ourselves to display-format-alist.
4469 (x-initialize-window-system): Assert we're not initialized twice.
4470
4471 * w32-common-fns.el: New File.
4472 (w32-version, w32-using-nt, w32-get-clipboard-data)
4473 (w32-set-clipboard-data, x-set-selection, x-get-selection)
4474 (w32-charset-info-alist, x-last-selected, text)
4475 (x-get-selection-value, x-selection-value): Move here.
4476
4477 * w32-fns.el: Require w32-common-fns.
4478 (w32-version, w32-using-nt, w32-get-clipboard-data)
4479 (w32-set-clipboard-data, x-set-selection, x-get-selection)
4480 (w32-charset-info-alist, x-last-selected, text)
4481 (x-get-selection-value, x-selection-value): Move to
4482 w32-common-fns.
4483
4484 * w32-vars.el:
4485 (w32-allow-system-shell, w32-system-shells): Define only in
4486 non-cygwin case.
4487
4488 2012-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
4489
4490 * subr.el (read-passwd-map): Don't use `defconst' (bug#12597).
4491 (read-passwd): Remove a few more potential sources of leaks.
4492
4493 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
4494
4495 * progmodes/python.el (inferior-python-mode)
4496 (python-shell-make-comint): Fix initialization of local
4497 variables copied from parent buffer.
4498
4499 2012-10-07 Jan Djärv <jan.h.d@swipnet.se>
4500
4501 * term/ns-win.el (ns-read-file-name): Update declaration to match
4502 nsfns.m.
4503 (ns-respond-to-change-font): Change fontsize separatly so we are sure
4504 it is set when font is acted upon.
4505
4506 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
4507
4508 Enhancements to indentation.
4509 * progmodes/python.el (python-indent-context): Give priority to
4510 inside-string context. Make comments indentation markers.
4511 (python-indent-region): Do not mess with strings, unless it's the
4512 enclosing set of quotes.
4513
4514 2012-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
4515
4516 * window.el (internal--before-save-selected-window)
4517 (internal--after-save-selected-window): New functions extracted from
4518 save-selected-window. Make sure we return the `alist' we construct.
4519 (save-selected-window): Use them.
4520
4521 * textmodes/tex-mode.el (tex-recenter-output-buffer):
4522 Use with-selected-window.
4523
4524 * emacs-lisp/autoload.el (make-autoload): Add `cl-defmacro' to the
4525 forms that define macros (bug#12593).
4526
4527 2012-10-07 Kenichi Handa <handa@gnu.org>
4528
4529 * international/mule-conf.el (compound-text-with-extensions):
4530 Add :mime-charset property as x-ctext.
4531
4532 2012-10-07 Stefan Merten <smerten@oekonux.de>
4533
4534 * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
4535 (rst-indent-literal-normal, rst-indent-literal-minimized)
4536 (rst-indent-comment): Correct :version tag.
4537 (rst-official-cvs-rev): Correct version string.
4538
4539 2012-10-07 Glenn Morris <rgm@gnu.org>
4540
4541 * mail/rmailmm.el (rmail-mime-process-multipart):
4542 Do not confuse a multipart message with an epilogue
4543 with a "truncated" one; fixes 2011-06-27 change. (Bug#10101)
4544
4545 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
4546
4547 Fix shell output retrieval and comint-prompt-regexp init.
4548 * progmodes/python.el (inferior-python-mode):
4549 (python-shell-make-comint): Fix initialization of
4550 comint-prompt-regexp from copied file local variables.
4551 (python-shell-fetched-lines): Remove var.
4552 (python-shell-output-filter-in-progress): Rename from
4553 python-shell-fetch-lines-in-progress.
4554 (python-shell-output-filter-buffer): Rename from
4555 python-shell-fetch-lines-string.
4556 (python-shell-fetch-lines-filter): Delete function.
4557 (python-shell-output-filter): New function.
4558 (python-shell-send-string-no-output): Use them.
4559
4560 2012-10-07 Glenn Morris <rgm@gnu.org>
4561
4562 * hi-lock.el (hi-lock-process-phrase):
4563 Try to make it less fragile. (Bug#7161)
4564
4565 * hi-lock.el (hi-lock-face-phrase-buffer): Doc fix.
4566
4567 2012-10-06 Glenn Morris <rgm@gnu.org>
4568
4569 * ehelp.el (electric-help-mode): Use help-mode rather than
4570 non-existent mode `help'.
4571 (electric-help-map): Use button-buffer-map. (Bug#10917)
4572
4573 * textmodes/reftex-vars.el (reftex-create-bibtex-header)
4574 (reftex-create-bibtex-footer): Fix custom types.
4575
4576 * progmodes/sh-script.el (sh-indent-after-continuation):
4577 Add explicit :group.
4578
4579 * textmodes/rst.el (rst-preferred-decorations)
4580 (rst-shift-basic-offset): Clarify obsolescence versions.
4581
4582 * profiler.el (profiler): Add missing group :version tag.
4583 * avoid.el (mouse-avoidance-banish-position):
4584 * proced.el (proced-renice-command):
4585 * calc/calc.el (calc-ensure-consistent-units):
4586 * calendar/icalendar.el (icalendar-import-format-uid):
4587 * net/tramp.el (tramp-save-ad-hoc-proxies):
4588 * progmodes/bug-reference.el (bug-reference-bug-regexp):
4589 * progmodes/flymake.el (flymake-error-bitmap)
4590 (flymake-warning-bitmap, flymake-fringe-indicator-position):
4591 * progmodes/sh-script.el (sh-indent-after-continuation):
4592 * progmodes/verilog-mode.el (verilog-auto-template-warn-unused)
4593 (verilog-before-save-font-hook, verilog-after-save-font-hook):
4594 * progmodes/vhdl-mode.el (vhdl-makefile-default-targets)
4595 (vhdl-array-index-record-field-in-sensitivity-list)
4596 (vhdl-indent-comment-like-next-code-line):
4597 * textmodes/reftex-vars.el (reftex-ref-style-alist)
4598 (reftex-ref-macro-prompt, reftex-ref-style-default-list)
4599 (reftex-cite-key-separator, reftex-create-bibtex-header)
4600 (reftex-create-bibtex-footer):
4601 * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
4602 (rst-indent-literal-normal, rst-indent-literal-minimized)
4603 (rst-indent-comment): Add missing custom :version tags.
4604
4605 * calendar/timeclock.el (timeclock-modeline-display):
4606 Add missing obsolete alias for renamed user option.
4607
4608 * strokes.el (strokes-modeline-string):
4609 * emulation/crisp.el (crisp-mode-modeline-string):
4610 * eshell/esh-mode.el (eshell-status-in-modeline):
4611 Aliases to defcustoms must come before the defcustom.
4612
4613 * calendar/cal-tex.el (cal-tex-diary, cal-tex-cursor-week)
4614 (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
4615 (cal-tex-cursor-week-monday): Doc fixes.
4616 (cal-tex-cursor-week2-summary): Doc fix.
4617 Rename from cal-tex-cursor-week-at-a-glance.
4618
4619 * calendar/cal-menu.el (cal-menu-context-mouse-menu):
4620 Tweak week descriptions. Add cal-tex-cursor-week2-summary.
4621
4622 * calendar/calendar.el (calendar-mode-map):
4623 Add cal-tex-cursor-week2-summary.
4624
4625 2012-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
4626
4627 * emacs-lisp/cl-macs.el (cl-defstruct): Improve docstring.
4628
4629 * subr.el (read-passwd-map): New var.
4630 (read-passwd): Use `read-string' again.
4631 * minibuffer.el (delete-minibuffer-contents): Make it interactive.
4632
4633 2012-10-06 Jambunathan K <kjambunathan@gmail.com>
4634
4635 * register.el (append-to-register, prepend-to-register):
4636 Deactivate mark, as does `copy-to-register' (bug#12389).
4637
4638 2012-10-06 Chong Yidong <cyd@gnu.org>
4639
4640 * files.el (auto-mode-alist): Add .by and .wy (Semantic grammars).
4641
4642 2012-10-06 Ikumi Keita <ikumi@ikumi.que.jp> (tiny change)
4643
4644 * international/characters.el: Fix simple mistake ((car chars) ->
4645 elt), delete duplicated code.
4646
4647 2012-10-06 Glenn Morris <rgm@gnu.org>
4648
4649 * subr.el (read-passwd): Allow C-u to erase entry. (Bug#12570)
4650
4651 2012-10-06 Julian Scheid <julians37@gmail.com> (tiny change)
4652
4653 * color.el (color-hsl-to-rgb): Fix incorrect results for
4654 small and large hue values. (Bug#12559)
4655
4656 2012-10-05 Fabián Ezequiel Gallina <fgallina@cuca>
4657
4658 Enhancements to docstring formatting when filling paragraphs.
4659 * progmodes/python.el (python-fill-docstring-style): Rename from
4660 python-fill-string-style. Added new style.
4661 (python-fill-string): Use new style. Better checks for
4662 docstrings.
4663
4664 2012-10-05 Glenn Morris <rgm@gnu.org>
4665
4666 * net/newst-treeview.el (newsticker-group-move-feed): Doc fix.
4667
4668 * color.el (color-name-to-rgb, color-rgb-to-hex)
4669 (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
4670 (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
4671 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
4672 (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
4673
4674 * emacs-lisp/timer.el (with-timeout): Add missing progn. (Bug#12577)
4675
4676 2012-10-05 Juanma Barranquero <lekktu@gmail.com>
4677
4678 * ido.el (ido-directory-too-big-p): Pass dir through file-truename
4679 to get the correct size across symlinks.
4680
4681 * ido.el (ido-buffer-disable-smart-matches): Fix typo in docstring.
4682
4683 2012-10-04 Juri Linkov <juri@jurta.org>
4684
4685 * replace.el (query-replace-interactive): Declare obsolete.
4686 (query-replace-read-from): Add the last incremental search string
4687 to the list of default values accessible via M-n.
4688 (map-query-replace-regexp): Use `read-regexp'.
4689 (query-replace, query-replace-regexp, query-replace-regexp-eval)
4690 (map-query-replace-regexp, replace-string, replace-regexp):
4691 Fix docstrings to replace mentions of `query-replace-interactive'
4692 with alternatives. (Bug#12526)
4693
4694 2012-10-04 Juri Linkov <juri@jurta.org>
4695
4696 * dired.el (dired-shrink-to-fit): Declare obsolete. (Bug#1806)
4697 (dired-pop-to-buffer): Declare obsolete.
4698 (dired-mark-pop-up): Doc fix.
4699
4700 2012-10-04 Fabián Ezequiel Gallina <fgallina@cuca>
4701
4702 Allow user to set docstring style for fill-paragraph.
4703 * progmodes/python.el
4704 (python-fill-comment-function, python-fill-string-function)
4705 (python-fill-decorator-function, python-fill-paren-function):
4706 Remove :safe for defcustoms.
4707 (python-fill-string-style): New defcustom
4708 (python-fill-paragraph-function): Enhance context detection.
4709 (python-fill-string): Honor python-fill-string-style settings.
4710
4711 2012-10-04 Martin Rudalics <rudalics@gmx.at>
4712
4713 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Select window
4714 after setting its buffer (Bug#10805).
4715
4716 2012-10-03 Fabián Ezequiel Gallina <fgallina@cuca>
4717
4718 Fix cornercase for string syntax.
4719 * progmodes/python.el (python-syntax-propertize-function):
4720 Simplify and enhance the regexp for unescaped quotes. Now it also
4721 matches quotes in weird situations like the single quote in
4722 "something\"'".
4723 (python-syntax-stringify): Simplify num-quotes detecting code.
4724
4725 2012-10-03 Glenn Morris <rgm@gnu.org>
4726
4727 * help-macro.el (three-step-help):
4728 Revert 2012-09-29 change. (Bug#12567)
4729
4730 2012-10-03 Martin Rudalics <rudalics@gmx.at>
4731
4732 * menu-bar.el (kill-this-buffer): Don't do anything when
4733 `menu-frame' is not alive or visible (Bug#8184).
4734
4735 * emacs-lisp/debug.el (debug): When quitting the debugger window
4736 restore current buffer (Bug#12502).
4737
4738 2012-10-02 Chong Yidong <cyd@gnu.org>
4739
4740 * progmodes/hideif.el (hif-lookup, hif-defined):
4741 Handle semantic-c-takeover-hideif.
4742
4743 2012-10-02 Paul Eggert <eggert@cs.ucla.edu>
4744
4745 Change sampling interval units from ms to ns.
4746 * profiler.el (profiler-sampling-interval): Change units
4747 from ms to ns, multiplying the default by 1000000 so that
4748 it remains 1 ms.
4749 (profiler-report-cpu-line-format): Give enough room for
4750 the maximum counters on 64-bit hosts.
4751 (profiler-report-render-calltree-1): Call them "CPU samples",
4752 not "Time (ms)", since they are not milliseconds now (and
4753 never really were).
4754
4755 2012-10-02 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
4756
4757 * net/eudcb-bbdb.el (eudc-bbdb-format-record-as-result):
4758 Fix querying BBDB for entries without a last name (Bug#11580).
4759
4760 2012-10-02 Chong Yidong <cyd@gnu.org>
4761
4762 * emacs-lisp/eieio.el: Restore Version header.
4763
4764 2012-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
4765
4766 * vc/diff-mode.el (diff--auto-refine-data): New var.
4767 (diff-hunk): Use it to delay refinement.
4768 (diff-mode): Remove overlays when we turn off font-lock.
4769
4770 * textmodes/table.el: Use lexical-binding, dolist, define-minor-mode.
4771 (table-initialize-table-fixed-width-mode)
4772 (table-set-table-fixed-width-mode): Remove functions.
4773 (table-command-list): Move initialization into declaration.
4774 (table--tweak-menu-for-xemacs): Move defun outside mapcar.
4775 (table-with-cache-buffer): Use `declare'.
4776 (table-span-cell): Simplify via CSE.
4777 (table-fixed-width-mode): Use define-minor-mode.
4778 (table-call-interactively, table-funcall, table-apply): Remove.
4779 (table-function): New function, to replace them.
4780
4781 * bookmark.el (bookmark-search-pattern): Remove var.
4782 (bookmark-read-search-input): Remove function.
4783 (bookmark-bmenu-search): Reimplement using a minibuffer.
4784
4785 * faces.el (modeline): Remove obsolete face name.
4786
4787 * vc/add-log.el (add-log-buffer-file-name-function): Demote to defvar
4788 and give a non-nil default value.
4789 (add-change-log-entry): Simplify accordingly.
4790
4791 2012-10-01 Dmitry Gutov <dgutov@yandex.ru>
4792
4793 * vc/vc-git.el (vc-git-log-edit-toggle-signoff): New function.
4794 (vc-git-log-edit-toggle-amend): New function.
4795 (vc-git-log-edit-toggle-signoff): New function.
4796 (vc-git-log-edit-mode): New major mode.
4797 (vc-git-log-edit-mode-map): Keymap for it.
4798 (vc-git-checkin): Handle "Amend" and "Sign-Off" headers.
4799
4800 * vc/log-edit.el (log-edit-font-lock-keywords): Allow hyphens in
4801 header names.
4802 (log-edit-toggle-header): New function.
4803 (log-edit-extract-headers): Accept function values in HEADERS alist.
4804
4805 2012-10-01 David Engster <deng@randomsample.de>
4806
4807 * emacs-lisp/eieio-opt.el (eieio-describe-class): Add filename
4808 from symbol property and change message to be more consistent with
4809 Emacs proper.
4810 (eieio-describe-generic): Add filename for each implementation.
4811 Fix indices for generic and normal methods.
4812 (eieio-method-def, eieio-class-def): New buttons.
4813 (eieio-help-find-method-definition)
4814 (eieio-help-find-class-definition): New functions.
4815 (eieio-help-mode-augmentation-maybee): Add buttons to filenames of
4816 class, constructor and method definitions.
4817
4818 * emacs-lisp/eieio.el (eieiomt-add, eieio-defclass): Save file
4819 information in symbol property.
4820 (scoped-class): Remove.
4821 (eieio-slot-name-index, call-next-method): Check if it is bound.
4822
4823 2012-10-01 Leo P. White <lpw25@cam.ac.uk>
4824
4825 * emacs-lisp/eieio-custom.el (eieio-custom-mode-map): New option.
4826 (eieio-custom-mode): New major mode.
4827 (eieio-customize-object): Use it.
4828
4829 2012-10-01 Eric Ludlam <zappo@gnu.org>
4830
4831 * emacs-lisp/eieio-base.el (eieio-persistent-read): New input args
4832 specifying the expected class, and whether subclassing is allowed.
4833 (eieio-persistent-convert-list-to-object):
4834 (eieio-persistent-validate/fix-slot-value)
4835 (eieio-persistent-slot-type-is-class-p): New functions.
4836 (eieio-named::slot-missing): Doc fix.
4837
4838 * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
4839 Stop using unused publd variable.
4840
4841 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
4842 (eieio-speedbar-description, eieio-speedbar-derive-line-path)
4843 (eieio-speedbar-object-buttonname, eieio-speedbar-make-tag-line)
4844 (eieio-speedbar-handle-click): Do not specify a class for the
4845 method. Fixes method invocation order problems with EDE.
4846
4847 2012-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
4848
4849 * emacs-lisp/bytecomp.el (byte-compiler-abbreviate-file): New function.
4850 (byte-compile-warning-prefix, byte-compile-file): Use it (bug#12508).
4851
4852 2012-10-01 Karl Fogel <kfogel@red-bean.com>
4853
4854 * bookmark.el (bookmark-version-control): Give tags in the
4855 :type choices (Bug#12309), and improve doc string.
4856 (bookmark-write-file): Bind `print-circle' to `t' to allow
4857 circular custom bookmark types. (Bug#12503)
4858
4859 2012-10-01 Paul Eggert <eggert@cs.ucla.edu>
4860
4861 Revert the FOLLOW-SYMLINKS change for file-attributes.
4862 * files.el (remote-file-name-inhibit-cache, after-find-file):
4863 * time.el (display-time-file-nonempty-p): Undo last change.
4864
4865 * profiler.el (profiler-sampling-interval): Change default back to 1.
4866 See Stefan Monnier in
4867 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00863.html>.
4868
4869 2012-10-01 Fabián Ezequiel Gallina <fgallina@cuca>
4870
4871 Shell output catching a la gud-gdb.
4872 * progmodes/python.el (python-shell-fetch-lines-in-progress)
4873 (python-shell-fetch-lines-string, python-shell-fetched-lines):
4874 New Vars.
4875 (python-shell-fetch-lines-filter): New function.
4876 (python-shell-send-string-no-output): Use them.
4877
4878 2012-09-30 Tomohiro Matsuyama <tomo@cx4a.org>
4879
4880 * profiler.el (profiler-sampling-interval): Rename from
4881 profiler-sample-interval.
4882 (profiler-sampling-interval): Default to 10.
4883 (profiler-find-profile): New command (was profiler-find-log).
4884 (profiler-find-profile-other-window): New command.
4885 (profiler-find-profile-other-frame): New command.
4886 (profiler-profile): Introduce API-level data structure.
4887
4888 2012-09-30 Paul Eggert <eggert@cs.ucla.edu>
4889
4890 file-attributes has a new optional arg FOLLOW-SYMLINKS.
4891 * files.el (remote-file-name-inhibit-cache):
4892 * time.el (display-time-file-nonempty-p): Use it.
4893 * files.el (after-find-file): Don't chase links before calling
4894 file-exists-p, as file-exists-p already does the right thing.
4895
4896 2012-09-30 Ralf Angeli <angeli@caeruleus.net>
4897
4898 Merge from standalone RefTeX repository.
4899
4900 The following ChangeLog entries are shortened versions of the
4901 original ones with file paths adapted. A not so strongly edited
4902 version of the original ChangeLog can be found in the commit log.
4903
4904 * textmodes/reftex-auc.el: Move `provide' call to bottom of file.
4905 (reftex-arg-cite): Use `reftex-cite-key-separator'.
4906 Correctly handle new value type returned by `reftex-citation'.
4907
4908 * textmodes/reftex-cite.el (reftex-create-bibtex-file): Make sure
4909 that entries with whitespace at various places are found.
4910 Doc fix. Include entries that are cross-referenced from cited entries.
4911 Include @String definitions in the resulting bib file. Add header
4912 and footer defined in `reftex-create-bibtex-header' and
4913 `reftex-create-bibtex-footer'.
4914 (reftex-do-citation): Make it possible again to insert
4915 non-existent entries. Save match data when asking for optional
4916 arguments. Return all keys, not just the first one.
4917 (reftex-all-used-citation-keys): Fix regexp to correctly extract
4918 all citations in the same line.
4919 (reftex-parse-bibtex-entry): Accept additional optional argument
4920 `raw' and keep quotes or braces if it is non-nil. Match fields
4921 containing hyphens besides word constituents.
4922 (reftex-get-string-refs): New function.
4923 (reftex-extract-bib-entries): Check if BibTeX file changed on disk
4924 and ask if it should be reread in case it did.
4925 (reftex-pop-to-bibtex-entry)
4926 (reftex-extract-bib-entries-from-thebibliography): Match \bibitem
4927 entries with spaces or tabs in front of arguments.
4928 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
4929 (reftex-parse-bibtex-entry, reftex-create-bibtex-file):
4930 Match entries containing numbers and symbol constituents.
4931 (reftex-do-citation, reftex-figure-out-cite-format):
4932 Use `reftex-cite-key-separator'.
4933
4934 * textmodes/reftex-dcr.el: Move provide statement to end of file.
4935 (reftex-mouse-view-crossref): Explain why point is set.
4936
4937 * textmodes/reftex-global.el: Whitespace changes.
4938
4939 * textmodes/reftex-index.el: Move provide statement to end of
4940 file.
4941 (reftex-index-selection-or-word): Use `reftex-region-active-p'.
4942 (reftex-index-visit-phrases-buffer): Set marker when visiting
4943 buffer. This allows for returning from the phrases file to the
4944 file one was just editing instead of the file where the last
4945 phrases was added from.
4946 (reftex-index-phrases-syntax-table): New variable. Give ?\"
4947 punctuation syntax as it usually is not used as string quote in
4948 TeX-related modes and may occur unmatched. The change also
4949 prevents fontification of quoted content.
4950 (reftex-index-phrases-mode): Use it.
4951
4952 * textmodes/reftex-parse.el (reftex-parse-from-file):
4953 Move backward one char if a `\' was matched after a section macro.
4954 (reftex-parse-from-file): Use beginning of match instead of end as
4955 bound.
4956
4957 * textmodes/reftex-ref.el: Adapt creation of
4958 `reftex-<package>-<macro>' functions to new structure of
4959 `reftex-ref-style-alist'.
4960 (reftex-reference): Use `reftex-ref-style-list' function.
4961 Adapt to new structure of `reftex-ref-style-alist'. Prompt for a
4962 reference macro if `reftex-ref-macro-prompt' is non-nil.
4963 (reftex-reference): Pass refstyle to `reftex-format-special'.
4964 Determine reference macro by looking at
4965 `reftex-ref-style-default-list' and `reftex-ref-style-alist'.
4966 Use only one special format function.
4967 (reftex-varioref-vref, reftex-fancyref-fref)
4968 (reftex-fancyref-Fref): Remove definitions. The functions are now
4969 generated from `reftex-ref-style-alist'.
4970 (reftex-format-vref, reftex-format-Fref, reftex-format-fref):
4971 Remove.
4972 (reftex-format-special): New function.
4973
4974 * textmodes/reftex-sel.el
4975 (reftex-select-cycle-ref-style-internal): Adapt to new structure
4976 of `reftex-ref-style-alist'. Remove code for testing macro type.
4977 (reftex-select-toggle-varioref)
4978 (reftex-select-toggle-fancyref): Remove.
4979 (reftex-select-cycle-ref-style-internal)
4980 (reftex-select-cycle-ref-style-forward)
4981 (reftex-select-cycle-ref-style-backward): New functions.
4982 (reftex-select-label-map): Use `v' and `V' for general cycling
4983 through reference styles. Add `p' for switching between number
4984 and page reference types.
4985
4986 * textmodes/reftex-toc.el (reftex-re-enlarge):
4987 Call `enlarge-window' only if there is something to do because in Emacs
4988 the horizontal version throws an error even if the parameter is 0.
4989
4990 * textmodes/reftex-vars.el (reftex-label-alist): Doc fix.
4991 (reftex-plug-into-AUCTeX): Doc fix.
4992 (reftex-vref-is-default, reftex-fref-is-default): Adapt doc
4993 string. Adapt to new name.
4994 (reftex-ref-style-alist): Change structure so that it is not
4995 possible to use multiple different package names within a style.
4996 Remove the symbols for symbols for macro type distinction.
4997 Add characters for macro selection.
4998 (reftex-ref-macro-prompt, reftex-create-bibtex-header)
4999 (reftex-create-bibtex-footer): New variables.
5000 (reftex-format-ref-function): Mention third argument of special
5001 format function.
5002 (reftex-ref-style-alist, reftex-ref-style-default-list):
5003 New variables.
5004 (reftex-vref-is-default, reftex-fref-is-default): Adapt doc string
5005 to new implementation. Mark as obsolete. Add compatibility code
5006 for honoring the variable values in case they are set.
5007 (reftex-cite-format-builtin, reftex-bibliography-commands):
5008 Add support for ConTeXt.
5009 (reftex-format-ref-function, reftex-format-cite-function):
5010 Fix custom type.
5011 (reftex-cite-key-separator): New variable.
5012
5013 * textmodes/reftex.el (reftex-syntax-table-for-bib)
5014 (reftex-mode): Do not derive `reftex-syntax-table-for-bib' from
5015 `reftex-syntax-table' because parens have to retain their paren
5016 syntax in order for parsing of BibTeX entries like @book(...) to
5017 work.
5018 (reftex-in-comment): Do not error out if `comment-start-skip' is
5019 not set. Deal correctly with escaped comment characters.
5020 (reftex-tie-multifile-symbols): Add doc string.
5021 Initialize `reftex-ref-style-list'.
5022 (reftex-untie-multifile-symbols): Add doc string.
5023 (reftex-add-index-macros): Doc fix.
5024 (reftex-ref-style-activate, reftex-ref-style-toggle)
5025 (reftex-ref-style-list): New functions.
5026 (reftex-mode-menu): Use them. Adapt to new structure of
5027 `reftex-ref-style-alist'.
5028 (reftex-select-with-char): Kill the RefTeX Select buffer when
5029 done.
5030 (reftex-remove-if): New function.
5031 (reftex-erase-all-selection-and-index-buffers)
5032 (reftex-mode-menu): Reference styles are now computed from
5033 `reftex-ref-style-alist'. Fix typo.
5034 (reftex-report-bug): New function.
5035 (reftex-uniquify, reftex-uniquify-by-car): Replace O(n^2)
5036 algorithms with O(n log n). Introduce optional argument SORT (not
5037 yet used).
5038
5039 2012-09-30 Fabián Ezequiel Gallina <fgallina@cuca>
5040
5041 Enhancements for triple-quote string syntax.
5042 * progmodes/python.el (python-syntax-propertize-function):
5043 Match both quote cases in one regexp.
5044 (python-syntax-stringify): Handle matches properly.
5045
5046 2012-09-30 Juri Linkov <juri@jurta.org>
5047
5048 * arc-mode.el (archive-summarize): Let-bind `buffer-file-truename'
5049 to nil around the call to `insert' to prevent
5050 directory time modification by lock_file. (Bug#2295)
5051 * tar-mode.el (tar-summarize-buffer): Idem.
5052
5053 2012-09-30 Juri Linkov <juri@jurta.org>
5054
5055 * facemenu.el (list-colors-sort): Add option "Luminance".
5056 (list-colors-sort-key): Implement it.
5057
5058 * vc/diff-mode.el (diff-refine-removed):
5059 * vc/ediff-init.el (ediff-fine-diff-A):
5060 * vc/smerge-mode.el (smerge-refined-removed):
5061 Change background color "#ffaaaa" to "#ffbbbb". (Bug#10181)
5062
5063 2012-09-30 Jan Djärv <jan.h.d@swipnet.se>
5064
5065 * term/ns-win.el (x-file-dialog): New function.
5066
5067 2012-09-30 Juanma Barranquero <lekktu@gmail.com>
5068
5069 * ido.el (ido-max-directory-size): Default to nil; the current
5070 default is small for POSIX systems, and impractical on Windows 7
5071 now that lstat returns directory sizes for NTFS.
5072
5073 2012-09-30 Martin Rudalics <rudalics@gmx.at>
5074
5075 In buffer display functions handle window-height/window-width
5076 alist entries. Suggested by Juri Linkov as fix for Bug#1806.
5077 * window.el (window--display-buffer): New argument ALIST.
5078 Obey window-height and window-width alist entries.
5079 (window--try-to-split-window): New argument ALIST.
5080 Bind window-combination-limit to t when the window's size shall be
5081 changed and window-combination-limit equals `window-size'.
5082 (display-buffer-in-atom-window)
5083 (display-buffer-in-major-side-window)
5084 (display-buffer-in-side-window, display-buffer-same-window)
5085 (display-buffer-reuse-window, display-buffer-pop-up-frame)
5086 (display-buffer-pop-up-window, display-buffer-below-selected)
5087 (display-buffer-at-bottom, display-buffer-in-previous-window)
5088 (display-buffer-use-some-window): Adjust all callers of
5089 window--display-buffer and window--try-to-split-window.
5090 (fit-frame-to-buffer): New option.
5091 (fit-window-to-buffer): Can resize frames if fit-frame-to-buffer
5092 is non-nil.
5093 (display-buffer-in-major-side-window): Evaluate window-height /
5094 window-width alist entries.
5095
5096 * help.el (temp-buffer-resize-frames)
5097 (temp-buffer-resize-regexps): Remove options.
5098 (temp-buffer-resize-mode): Adjust doc-string.
5099 (resize-temp-buffer-window): Don't consult
5100 temp-buffer-resize-regexps. Use fit-frame-to-buffer instead of
5101 temp-buffer-resize-frames.
5102
5103 * dired.el (dired-mark-pop-up):
5104 Call display-buffer-below-selected with a fit-window-to-buffer alist
5105 entry.
5106
5107 2012-09-30 Chong Yidong <cyd@gnu.org>
5108
5109 * server.el (server-host): Document the security implications.
5110 (server-auth-key): Doc fix.
5111
5112 * startup.el (initial-buffer-choice): Doc fix.
5113
5114 * minibuffer.el (minibuffer-local-filename-syntax): Doc fix.
5115
5116 * simple.el (delete-trailing-whitespace): Avoid an unnecessary
5117 restriction change.
5118
5119 * bindings.el (goto-map): Bind M-g TAB to move-to-column.
5120
5121 * help-fns.el (help-fns--obsolete): Fix last change.
5122
5123 2012-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
5124
5125 * winner.el (winner-mode-map): Obey winner-dont-bind-my-keys here.
5126 (minor-mode-map-alist): Remove redundant code.
5127
5128 * vc/pcvs.el (cvs-cleanup-collection): Keep entries that are currently
5129 visited in a buffer.
5130 (cvs-insert-visited-file): New function.
5131 (find-file-hook): Use it.
5132
5133 * vc/pcvs-info.el (cvs-fileinfo-pp): Don't use non-existent faces.
5134
5135 * vc/log-edit.el (log-edit-font-lock-keywords): Ignore case to
5136 chose face.
5137 (log-edit-empty-buffer-p): Don't require a space after a header.
5138
5139 * vc/ediff-util.el (ediff-diff-at-point): Don't assume point-min==1.
5140
5141 * tutorial.el (help-with-tutorial): Use minibuffer-with-setup-hook.
5142
5143 * textmodes/text-mode.el (paragraph-indent-minor-mode): Make it
5144 a proper minor-mode.
5145
5146 * textmodes/tex-mode.el (tex-mode-map): Don't bind paren keys.
5147
5148 2012-09-29 Glenn Morris <rgm@gnu.org>
5149
5150 * winner.el (winner-mode): Remove variable (let define-minor-mode
5151 handle it).
5152 (winner-dont-bind-my-keys, winner-boring-buffers, winner-mode-hook):
5153 Doc fixes.
5154 (winner-mode-leave-hook): Rename to winner-mode-off-hook.
5155 (winner-mode): Use define-minor-mode.
5156
5157 * vc/vc-sccs.el (vc-sccs-registered): Use the progn trick to get
5158 the full definition in loaddefs, rather than duplicating it.
5159
5160 * help-macro.el (three-step-help): No need to autoload defcustom.
5161
5162 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
5163 (inferior-lisp-program, inferior-lisp-load-command)
5164 (inferior-lisp-prompt, inferior-lisp-mode-hook):
5165 No need to autoload defcustoms.
5166
5167 * hippie-exp.el (hippie-expand-try-functions-list)
5168 (hippie-expand-verbose, hippie-expand-dabbrev-skip-space)
5169 (hippie-expand-dabbrev-as-symbol, hippie-expand-no-restriction)
5170 (hippie-expand-max-buffers, hippie-expand-ignore-buffers)
5171 (hippie-expand-only-buffers): No need to autoload defcustoms.
5172 * progmodes/vhdl-mode.el (vhdl-line-expand):
5173 Explicitly load hippie-exp, so it does not get autoloaded
5174 while hippie-expand-try-functions-list is let-bound.
5175
5176 2012-09-28 Glenn Morris <rgm@gnu.org>
5177
5178 * emacs-lisp/cl.el (flet): Fix case of obsolescence message.
5179
5180 * emacs-lisp/bytecomp.el (byte-compile-cl-file-p):
5181 Only "cl.el" counts as cl these days.
5182
5183 2012-09-28 Juri Linkov <juri@jurta.org>
5184
5185 Display archive errors in the echo area instead of inserting
5186 to the file buffer.
5187
5188 * arc-mode.el (archive-extract-by-stdout): Change arg STDERR-FILE
5189 to STDERR-TEST that can be a regexp matching a successful output.
5190 Create a temporary file and redirect stderr to it. Search for
5191 STDERR-TEST in the stderr output and display it in the echo area
5192 if no match is found.
5193 (archive-extract-by-file): New function like
5194 `archive-extract-by-stdout' but extracting archives to files
5195 and looking for successful matches in stdout. Function body is
5196 mostly copied from `archive-rar-extract'.
5197 (archive-rar-extract): Use `archive-extract-by-file'.
5198 (archive-7z-extract): Use `archive-extract-by-stdout'. (Bug#10347)
5199
5200 2012-09-28 Leo Liu <sdl.web@gmail.com>
5201
5202 * pcomplete.el (pcomplete-show-completions):
5203 Use minibuffer-message to make pcomplete usable in minibuffer.
5204
5205 * ido.el (ido-set-matches-1): Fix 2012-09-11 change.
5206
5207 2012-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
5208
5209 * type-break.el: Use lexical-binding.
5210 (type-break-mode): Use define-minor-mode.
5211
5212 * emacs-lisp/pcase.el (pcase--mark-used): New.
5213 (pcase--u1): Use it (bug#12512).
5214
5215 * custom.el (load-theme): Set buffer-file-name so the load is recorded
5216 in load-history with the right file name.
5217
5218 2012-09-28 Tassilo Horn <tsdh@gnu.org>
5219
5220 * doc-view.el (doc-view-current-cache-doc-pdf): New function.
5221 (doc-view-doc->txt, doc-view-convert-current-doc): Use it.
5222 (doc-view-get-bounding-box): Make bounding box slicing work for
5223 ODF and DVI documents.
5224
5225 2012-09-28 Glenn Morris <rgm@gnu.org>
5226
5227 * type-break.el (type-break-mode, type-break-interval)
5228 (type-break-good-rest-interval, type-break-keystroke-threshold):
5229 No need to autoload.
5230 (type-break-good-rest-interval, type-break-keystroke-threshold):
5231 Add :set-after.
5232
5233 2012-09-28 Chong Yidong <cyd@gnu.org>
5234
5235 * progmodes/verilog-mode.el (verilog-auto-inst-interfaced-ports):
5236 Add :version tag.
5237
5238 2012-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
5239
5240 * json.el (json-encode-char): Codes 127-160 aren't "ASCII printable".
5241
5242 2012-09-27 Glenn Morris <rgm@gnu.org>
5243
5244 * faces.el (x-display-name): Declare (for without-x builds).
5245
5246 * linum.el (linum-format): Don't autoload it. Improve :type.
5247
5248 * progmodes/tcl.el: Don't require outline when compiling.
5249 (outline-regexp, outline-level): Declare.
5250 * textmodes/sgml-mode.el: Don't require outline when compiling.
5251 (outline-regexp, outline-heading-end-regexp, outline-level): Declare.
5252
5253 * term.el (term-ansi-reset):
5254 Try setting term-ansi-face-already-done to nil. (Bug#11785)
5255
5256 * vc/vc.el (vc-next-action): Only gripe about committing read-only
5257 files for RCS and SCCS. (Bug#9781)
5258
5259 2012-09-27 Chong Yidong <cyd@gnu.org>
5260
5261 * progmodes/verilog-mode.el (verilog-mode-release-emacs): Fix last
5262 change; value should be t.
5263
5264 2012-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
5265
5266 * image-mode.el: Use lexical-binding.
5267 (image-mode-winprops): Use t to stand for the window of
5268 a buffer that's not displayed.
5269 * doc-view.el (doc-view-new-window-function): Handle the new
5270 t in winprops.
5271 (doc-view-enlarge): Make it a real nop if the size is not changed.
5272 (doc-view-display): Handle the case where the buffer is not (yet?)
5273 displayed in any window.
5274 (doc-view-saved-settings): New var.
5275 (doc-view-mode): Use it.
5276 (doc-view-fallback-mode): Set it.
5277
5278 * minibuf-eldef.el: Make it possible to replace (default ...) with [...].
5279 Set lexical-binding.
5280 (minibuffer-eldef-shorten-default): New var.
5281 (minibuffer-default-in-prompt-regexps): Use it for new default.
5282 (minibuf-eldef-setup-minibuffer): Add replacement functionality.
5283
5284 2012-09-26 Juanma Barranquero <lekktu@gmail.com>
5285
5286 * international/uni-bidi.el:
5287 * international/uni-category.el:
5288 * international/uni-name.el:
5289 * international/uni-numeric.el: Regenerate.
5290
5291 2012-09-26 Tomohiro Matsuyama <tomo@cx4a.org>
5292 Stefan Monnier <monnier@iro.umontreal.ca>
5293
5294 * profiler.el: New file.
5295
5296 2012-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
5297
5298 * emacs-lisp/testcover.el (testcover-after): Add gv-expander.
5299 (testcover-reinstrument): Simplify with CSE.
5300
5301 2012-09-26 Juanma Barranquero <lekktu@gmail.com>
5302
5303 * window.el (temp-buffer-window-setup): Fix typo in docstring.
5304
5305 2012-09-25 Wilson Snyder <wsnyder@wsnyder.org>
5306
5307 * verilog-mode.el (verilog-auto-ascii-enum, verilog-auto-inout)
5308 (verilog-auto-input, verilog-auto-insert-lisp)
5309 (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
5310 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-undef)
5311 (verilog-auto-unused, verilog-auto-wire)
5312 (verilog-forward-or-insert-line): Fix AUTOs with no trailing
5313 newline. Reported by Andrew Jones.
5314 (verilog-auto-inst) Support expanding $clog2 in AUTOINST.
5315 Reported by Brad Dobbie.
5316 (verilog-batch-delete-trailing-whitespace):
5317 Create verilog-batch-delete-trailing-whitespace.
5318 Reported by Brad Dobbie.
5319 (verilog-auto-inout-param): Support AUTOINOUTPARAM for copying
5320 parameters from another module. Reported by Dan Katz.
5321 (verilog-auto, verilog-auto-assign-modport)
5322 (verilog-auto-inout-modport): Add AUTOASSIGNMODPORT and
5323 AUTOINOUTMODPORT for UVM interface module shell generation.
5324 Reported by Brad Dobbie.
5325 (verilog-auto-inst-interfaced-ports): Make default nil, as more
5326 standard behavior.
5327 (verilog-auto): Fix AUTO parameters with parenthesis arguments.
5328 Reported by Matt Martin.
5329
5330 2012-09-25 Martin Rudalics <rudalics@gmx.at>
5331
5332 * window.el (window--resize-child-windows): When resizing child
5333 windows proportionally, process them in reverse order to
5334 preserve the "when splitting a window the new one gets the odd
5335 line" behavior.
5336 (window--resize-root-window-vertically): When resizing the
5337 minibuffer window try to affect only windows at the bottom of the
5338 frame. (Bug#12419)
5339
5340 2012-09-25 Chong Yidong <cyd@gnu.org>
5341
5342 * subr.el (declare): Doc fix.
5343
5344 * help-fns.el (help-fns--obsolete): Handle macros properly.
5345
5346 2012-09-25 Chong Yidong <cyd@gnu.org>
5347
5348 * bookmark.el (bookmark-jump-noselect): Use a declare form to mark
5349 this function obsolete.
5350
5351 * calendar/cal-x.el (calendar-two-frame-setup)
5352 (calendar-only-one-frame-setup, calendar-one-frame-setup):
5353 * calendar/calendar.el (american-calendar, european-calendar)
5354 (calendar-for-loop):
5355 * comint.el (comint-dynamic-simple-complete)
5356 (comint-dynamic-complete-as-filename, comint-unquote-filename):
5357 * desktop.el (desktop-load-default):
5358 * dired-x.el (dired-omit-here-always)
5359 (dired-hack-local-variables, dired-default-directory):
5360 * emacs-lisp/derived.el (derived-mode-class):
5361 * emacs-lisp/timer.el (timer-set-time-with-usecs):
5362 * emacs-lock.el (toggle-emacs-lock):
5363 * epa.el (epa-display-verify-result):
5364 * epg.el (epg-sign-keys, epg-start-sign-keys)
5365 (epg-passphrase-callback-function):
5366 * eshell/esh-util.el (eshell-for):
5367 * eshell/eshell.el (eshell-remove-from-window-buffer-names)
5368 (eshell-add-to-window-buffer-names):
5369 * files.el (locate-file-completion):
5370 * imenu.el (imenu-example--create-c-index)
5371 (imenu-example--create-lisp-index)
5372 (imenu-example--lisp-extract-index-name)
5373 (imenu-example--name-and-position):
5374 * international/mule-cmds.el (princ-list):
5375 * international/mule-diag.el (decode-codepage-char):
5376 * international/mule-util.el (detect-coding-with-priority):
5377 * iswitchb.el (iswitchb-read-buffer):
5378 * mail/mailalias.el (mail-complete):
5379 * mail/sendmail.el (mail-sent-via):
5380 * mouse.el (mouse-popup-menubar-stuff, mouse-popup-menubar)
5381 (mouse-major-mode-menu):
5382 * password-cache.el (password-read-and-add):
5383 * pcomplete.el (pcomplete-parse-comint-arguments):
5384 * progmodes/sh-script.el (sh-maybe-here-document):
5385 * replace.el (query-replace-regexp-eval):
5386 * savehist.el (savehist-load):
5387 * simple.el (choose-completion-delete-max-match):
5388 * term.el (term-dynamic-simple-complete):
5389 * vc/ediff-init.el (ediff-check-version):
5390 * vc/ediff-wind.el (ediff-choose-window-setup-function-automatically):
5391 * vc/vc.el (vc-diff-switches-list):
5392 * view.el (view-return-to-alist-update): Likewise.
5393
5394 * subr.el (eval-next-after-load, makehash, insert-string)
5395 (assoc-ignore-representation, assoc-ignore-case): Use declare to
5396 mark obsolete.
5397 (mode-line-inverse-video): Variable deleted.
5398
5399 * international/mule-util.el (string-to-sequence): Remove.
5400
5401 * calendar/calendar.el (calendar-version):
5402 * calendar/icalendar.el (icalendar-extract-ical-from-buffer)
5403 (icalendar-convert-diary-to-ical):
5404 * cus-edit.el (custom-mode):
5405 * ansi-color.el (ansi-color-unfontify-region):
5406 * international/latin1-disp.el (latin1-char-displayable-p):
5407 * progmodes/cwarn.el (turn-on-cwarn-mode):
5408 * progmodes/which-func.el (which-func-update-1):
5409 Use define-obsolete-function-alias.
5410
5411 * net/newst-backend.el (newsticker-cache-filename):
5412 * net/newst-treeview.el (newsticker-groups-filename):
5413 Fix incorrect obsolescence declaration.
5414
5415 * allout.el (allout-passphrase-hint-string): Likewise.
5416 (allout-init): Use a declare form to mark obsolete.
5417
5418 * emacs-lisp/byte-run.el (make-obsolete): Doc fix; emphasize that
5419 this applies to functions.
5420
5421 * iswitchb.el (iswitchb-read-buffer): Move code of
5422 iswitchb-define-mode-map here, and delete that obsolete function.
5423
5424 * net/snmp-mode.el (snmp-font-lock-keywords-3): Don't use obsolete
5425 font-lock-reference-face.
5426
5427 2012-09-25 Glenn Morris <rgm@gnu.org>
5428
5429 * buff-menu.el (Buffer-menu-name-width, Buffer-menu-size-width):
5430 Doc fixes.
5431
5432 * eshell/em-term.el (eshell-term-name):
5433 Default to term-term-name. (Bug#12485)
5434
5435 2012-09-24 Fabián Ezequiel Gallina <fgallina@cuca>
5436
5437 * progmodes/python.el (python-shell-send-buffer): Better handling
5438 of "if __name__ == '__main__':" conditionals when sending the buffer.
5439
5440 2012-09-24 Glenn Morris <rgm@gnu.org>
5441
5442 * eshell/esh-cmd.el (eshell-find-alias-function):
5443 Tighten up file-name regexp. (Bug#12499)
5444
5445 2012-09-24 Fabián Ezequiel Gallina <fgallina@cuca>
5446
5447 Enhancements for triple-quote string syntax.
5448 * progmodes/python.el (python-quote-syntax): Remove.
5449 (python-syntax-propertize-function): New value.
5450 (python-syntax-count-quotes, python-syntax-stringify):
5451 New functions.
5452
5453 2012-09-24 Chong Yidong <cyd@gnu.org>
5454
5455 * mail/supercite.el (sc-version): Remove obsolete function.
5456 (sc-describe): Don't mark as obsolete, since it is bound.
5457 (sc-submit-bug-report): Remove.
5458
5459 * vc/log-edit.el (cvs-changelog-full-paragraphs)
5460 (cvs-commit-buffer-require-final-newline): Remove.
5461 (log-edit-require-final-newline)
5462 (log-edit-changelog-full-paragraphs): Default to t.
5463
5464 * vc/pcvs-defs.el (cvs-diff-buffer-name, cvs-diff-ignore-marks)
5465 * vc/vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
5466 * vc/vc.el (vc-checkout-carefully): Likewise.
5467
5468 * vc/emerge.el (emerge-mode): Make it an obsolete alias.
5469 (emerge-version): Remove.
5470
5471 * progmodes/compile.el (compile-internal): Remove.
5472 (compilation-parse-errors-function): Fix typo.
5473
5474 * international/mule.el (set-char-table-default): Remove.
5475 (set-coding-priority, make-coding-system, generic-char-p)
5476 (charset-list, charset-bytes, charset-id): Use declare to mark
5477 functions as obsolete.
5478
5479 * vc/pcvs-defs.el (cvs-buffer-name-alist)
5480 (cvs-invert-ignore-marks): Remove references to obsolete vars.
5481 * vc/vc-hooks.el (vc-default-registered): Don't use
5482 vc-master-templates.
5483
5484 * font-lock.el (font-lock-reference-face):
5485 Use define-obsolete-variable-alias.
5486
5487 * generic-x.el (rul-generic-mode): Use font-lock-constant-face.
5488 * calendar/calendar.el (calendar-font-lock-keywords):
5489 * calendar/diary-lib.el (diary-font-lock-keywords)
5490 (diary-fancy-font-lock-keywords):
5491 * textmodes/reftex-sel.el (reftex-insert-docstruct):
5492 * textmodes/reftex-index.el (reftex-insert-index):
5493 * textmodes/reftex-cite.el (reftex-format-bib-entry):
5494 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
5495 * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
5496 * progmodes/prolog.el (prolog-font-lock-keywords):
5497 * progmodes/idlwave.el (idlwave-idl-keywords):
5498 * progmodes/ada-mode.el (ada-font-lock-keywords):
5499 * net/snmp-mode.el (snmp-font-lock-keywords-3): Likewise.
5500
5501 2012-09-24 Glenn Morris <rgm@gnu.org>
5502
5503 * mail/emacsbug.el (report-emacs-bug): Include `lsb_release -d'.
5504
5505 2012-09-23 Fabián Ezequiel Gallina <fgallina@cuca>
5506
5507 * progmodes/python.el (python-indent-line): More consistent cursor
5508 movement behavior.
5509
5510 2012-09-23 Stefan Merten <smerten@oekonux.de>
5511
5512 * textmodes/rst.el: Fix compiler warning.
5513
5514 2012-09-23 Roland Winkler <winkler@gnu.org>
5515
5516 * textmodes/bibtex.el (bibtex-autokey-transcriptions):
5517 Transcribe also LaTeX hyphenation.
5518 (bibtex-reformat): Bug fix. Do not quote twice the elements of
5519 bibtex-reformat-previous-options.
5520
5521 2012-09-23 Roland Winkler <winkler@gnu.org>
5522
5523 * proced.el (proced-renice-command): New variable.
5524 (proced-marked-processes): New function.
5525 (proced-with-processes-buffer): New macro.
5526 (proced-send-signal): Use them.
5527 (proced-renice): New command bound to r.
5528
5529 2012-09-23 Roland Winkler <winkler@gnu.org>
5530
5531 * ibuf-ext.el (ibuffer-switch-to-saved-filter-groups): If list
5532 ibuffer-saved-filter-groups has one element, shortcut the call of
5533 completing-read. (Bug#12331)
5534
5535 2012-09-23 Chong Yidong <cyd@gnu.org>
5536
5537 * bindings.el (mode-line-toggle-read-only):
5538 * bs.el (bs-toggle-readonly):
5539 * buff-menu.el (Buffer-menu-toggle-read-only):
5540 * dired.el (dired-toggle-read-only):
5541 * ibuffer.el (ibuffer-do-toggle-read-only): Use read-only-mode.
5542
5543 2012-09-23 Chong Yidong <cyd@gnu.org>
5544
5545 * image.el (image-type-available-p): Adapt to init-image-library
5546 argument changes.
5547
5548 2012-09-22 Juri Linkov <juri@jurta.org>
5549
5550 * dired.el (dired-mode-map): Add [remap read-only-mode] for
5551 `dired-toggle-read-only'. (Bug#12462)
5552
5553 2012-09-22 Martin Rudalics <rudalics@gmx.at>
5554
5555 * subr.el (temp-output-buffer-show): New function.
5556 (with-output-to-temp-buffer): Call temp-output-buffer-show
5557 instead of internal-temp-output-buffer-show.
5558
5559 2012-09-22 Chong Yidong <cyd@gnu.org>
5560
5561 * files.el (ctl-x-map): Bind C-x C-q to read-only-mode
5562 (Bug#12462).
5563
5564 * repeat.el (repeat): Doc fix (Bug#12348).
5565
5566 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix
5567 (Bug#10909).
5568
5569 * simple.el (shell-command-on-region): Doc fix.
5570 (read-only-mode): Doc fix.
5571
5572 2012-09-22 Eli Zaretskii <eliz@gnu.org>
5573
5574 * emacs-lisp/timer.el (run-with-idle-timer)
5575 (timer-activate-when-idle): Warn against reinvoking an idle timer
5576 from within its own timer action. (Bug#12447)
5577
5578 2012-09-22 Martin Rudalics <rudalics@gmx.at>
5579
5580 * cus-start.el (window-combination-limit): Add new optional
5581 values.
5582 * window.el (temp-buffer-window-show)
5583 (window--try-to-split-window): Handle new values of
5584 window-combination-limit (Bug#1806).
5585 (split-window): Test window-combination-limit for t instead of
5586 non-nil.
5587 (display-buffer-at-bottom): New buffer display action function.
5588 * help.el (temp-buffer-resize-regexps): New option.
5589 (temp-buffer-resize-mode): Rewrite doc-string.
5590 (resize-temp-buffer-window): Obey temp-buffer-resize-regexps.
5591 Don't resize reused window. Suggested by Glenn Morris.
5592
5593 2012-09-22 Stefan Merten <smerten@oekonux.de>
5594
5595 * textmodes/rst.el: Revamp section title faces.
5596 (rst-official-version)
5597 (rst-package-emacs-version-alist): Sync with official version
5598 V1.4.0.
5599 (rst-faces-defaults, rst-set-level-default)
5600 (rst-level-face-max, rst-level-face-base-color)
5601 (rst-level-face-base-light, rst-level-face-format-light)
5602 (rst-level-face-step-light, rst-define-level-faces): Obsolete.
5603 (rst-adornment-faces-alist): Match new setup.
5604 (rst-level-1, rst-level-2, rst-level-3, rst-level-4)
5605 (rst-level-5, rst-level-6): New faces.
5606
5607 2012-09-22 Chong Yidong <cyd@gnu.org>
5608
5609 * simple.el (undo): Handle indirect buffers (Bug#8207).
5610
5611 2012-09-21 Leo Liu <sdl.web@gmail.com>
5612
5613 IDO: Disable match re-ordering for buffer switching.
5614 * ido.el (ido-buffer-disable-smart-matches): New variable.
5615 (ido-set-matches-1): Use it. (Bug#2042)
5616
5617 2012-09-21 Jose Marino <marinoj@nso.edu> (tiny change)
5618
5619 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
5620 Fix 2011-05-17 change. (Bug#12418)
5621
5622 2012-09-21 Leo Liu <sdl.web@gmail.com>
5623
5624 * subr.el (ignore-errors): Mention with-demoted-errors in doc-string.
5625
5626 2012-09-21 Glenn Morris <rgm@gnu.org>
5627
5628 * emacs-lisp/shadow.el (load-path-shadows-font-lock-keywords):
5629 Be more robust about locating simple.el.
5630
5631 2012-09-21 Glenn Morris <rgm@gnu.org>
5632
5633 * mail/emacsbug.el (report-emacs-bug): Trap load-path-shadows errors.
5634
5635 2012-09-21 Joel Bion <jpbion@westvi.com> (tiny change)
5636
5637 * pcmpl-gnu.el (pcmpl-gnu-tarfile-regexp): Add tar.xz. (Bug#12382)
5638
5639 2012-09-20 Juri Linkov <juri@jurta.org>
5640
5641 * replace.el (query-replace-read-from): Use `read-regexp' instead
5642 of `read-from-minibuffer' when `regexp-flag' is non-nil.
5643 (occur-read-primary-args): Use `read-regexp' instead of
5644 `read-string'.
5645 (multi-occur-in-matching-buffers): Use `read-regexp' instead of
5646 `read-from-minibuffer'.
5647 * isearch.el (isearch-occur): Use `read-regexp' instead of
5648 `read-string'.
5649 * dired.el (dired-read-regexp): Use `read-regexp' instead of
5650 `read-from-minibuffer'.
5651 * progmodes/grep.el (grep-read-regexp): Use `read-regexp' instead
5652 of `read-string'. (Bug#7567)
5653
5654 * replace.el (read-regexp): Rename DEFAULT-VALUE arg to DEFAULTS
5655 and allow accepting a list of strings prepended to a list of
5656 standard default values. Doc fix. (Bug#12321)
5657
5658 * replace.el (read-regexp): Add HISTORY arg. (Bug#7567)
5659
5660 * replace.el (read-regexp): Don't add ": " when PROMPT already
5661 ends with a colon and space. (Bug#12321)
5662
5663 2012-09-20 Tassilo Horn <tsdh@gnu.org>
5664
5665 * doc-view.el (doc-view-display): Better fix for the cl-assertion
5666 error.
5667
5668 2012-09-20 Stefan Merten <smerten@oekonux.de>
5669
5670 * textmodes/rst.el: Integrate support for `imenu' and `which-function'.
5671 Fixes feature request bug#11711.
5672 (rst-mode): Create `imenu-create-index-function'.
5673 (rst-get-stripped-line): Delete after refactoring.
5674 (rst-section-tree, rst-section-tree-rec)
5675 (rst-section-tree-point): Refactor and document properly.
5676 (rst-imenu-find-adornments-for-position)
5677 (rst-imenu-convert-cell, rst-imenu-create-index):
5678 New function.
5679
5680 2012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
5681
5682 * emacs-lisp/macroexp.el (macroexp--obsolete-warning): New function.
5683 (macroexp--expand-all): Use it.
5684 (macroexp--funcall-and-return): Remove by folding it into its sole
5685 caller (macroexp--warn-and-return).
5686 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete):
5687 Use macroexp--obsolete-warning.
5688
5689 * calc/calc.el: Fix last change by removing the whole chunk, since it
5690 was only needed back when Calc was not bundled.
5691
5692 2012-09-20 Martin Rudalics <rudalics@gmx.at>
5693
5694 * emacs-lisp/debug.el (debug): Restore assignment to
5695 debugger-old-buffer removed on 2012-09-08.
5696
5697 2012-09-20 Juri Linkov <juri@jurta.org>
5698
5699 * dired-aux.el (dired-diff): Remove (require 'diff) since
5700 `diff-latest-backup-file' is now autoloaded.
5701
5702 2012-09-20 Chong Yidong <cyd@gnu.org>
5703
5704 * vc/diff.el (diff-latest-backup-file): Autoload.
5705
5706 2012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
5707
5708 * calc/calc.el: Remove redundant autoload shape check.
5709 (sel-mode): Don't defvar.
5710 (calc-get-stack-element): Add `sel-mode' arg instead.
5711 (calc-top, calc-top-list): Pass it this additional argument.
5712 * calc/calc-store.el (calc-store-map):
5713 * calc/calc-map.el (calc-apply, calc-reduce, calc-map)
5714 (calc-map-equation, calc-outer-product, calc-inner-product):
5715 * calc/calc-aent.el (calc-alg-entry): Don't bind sel-mode.
5716
5717 * emacs-lisp/macroexp.el (macroexp--expand-all): Fix last change.
5718
5719 2012-09-19 Juri Linkov <juri@jurta.org>
5720
5721 * dired-aux.el (dired-diff): Add (require 'diff) because
5722 `diff-latest-backup-file' is not autoloaded.
5723 (dired-do-chxxx, dired-do-chmod): Set `no-error-if-not-filep' arg
5724 of `dired-get-filename' to t to not report error when there is
5725 no default file on the current line.
5726
5727 2012-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
5728
5729 * emacs-lisp/macroexp.el (macroexp--funcall-if-compiled): Rename from
5730 macroexp--eval-if-compile.
5731 (macroexp--funcall-and-return, macroexp--warn-and-return): New funs.
5732 (macroexp--expand-all): Use them (bug#12371).
5733
5734 * doc-view.el (doc-view-guess-paper-size)
5735 (doc-view-scale-bounding-box): Fix unbound `caddr'.
5736
5737 2012-09-19 Tassilo Horn <tsdh@gnu.org>
5738
5739 New feature: set optimal slice from BoundingBox information.
5740 * doc-view.el (doc-view-mode-map): Add keybinding.
5741 (doc-view-menu): Add menu entry.
5742 (doc-view-set-slice): Adapt docstring.
5743 (doc-view-get-bounding-box, doc-view-guess-paper-size)
5744 (doc-view-scale-bounding-box)
5745 (doc-view-set-slice-from-bounding-box): New functions.
5746 (doc-view-paper-sizes): New defvar.
5747
5748 2012-09-19 Glenn Morris <rgm@gnu.org>
5749
5750 * emacs-lisp/macroexp.el (byte-compile-warn-obsolete)
5751 (byte-compile-log-warning): Autoload. (Bug#12371)
5752
5753 * calendar/calendar.el (calendar-american-month-header)
5754 (calendar-european-month-header, calendar-iso-month-header)
5755 (calendar-month-header): New options.
5756 (calendar-set-date-style): Set calendar-month-header. Redraw calendar.
5757 (calendar-generate-month): Use calendar-month-header. (Bug#9510)
5758
5759 2012-09-19 Jan Djärv <jan.h.d@swipnet.se>
5760
5761 * startup.el (command-line-ns-option-alist): Add -g and --geometry.
5762
5763 2012-09-18 Juri Linkov <juri@jurta.org>
5764
5765 * dired-aux.el (dired-diff): Restore original functionality of
5766 getting the default value, but keep new feature of using the
5767 latest existing backup file (`diff-latest-backup-file').
5768
5769 2012-09-18 Juri Linkov <juri@jurta.org>
5770
5771 * dired.el (dired-mark): If the region is active in Transient Mark
5772 mode, mark all files in the active region. Doc fix.
5773 (dired-unmark, dired-flag-file-deletion, dired-unmark-backward):
5774 Doc fix. (Bug#10624)
5775
5776 2012-09-18 Juri Linkov <juri@jurta.org>
5777
5778 * dired-aux.el (dired-do-chxxx, dired-do-chmod): Default file
5779 attributes for M-n are pulled from the file at point.
5780 (dired-do-chgrp, dired-do-chown, dired-do-touch): Doc fix.
5781 Suggested by Drew Adams. (Bug#10624)
5782
5783 2012-09-18 Dmitry Gutov <dgutov@yandex.ru>
5784
5785 * progmodes/ruby-mode.el (ruby-brace-to-do-end): Don't add extra
5786 whitespace after "end".
5787 (ruby-do-end-to-brace): Collapse block to one line if it fits
5788 within fill-column.
5789
5790 2012-09-18 Martin Rudalics <rudalics@gmx.at>
5791
5792 * emacs-lisp/debug.el (debugger-bury-or-kill): Fix customization
5793 value.
5794 (debug): Don't remove debugger window when debugger is expected
5795 to be back.
5796
5797 2012-09-18 Chong Yidong <cyd@gnu.org>
5798
5799 * custom.el (defface): Doc fix.
5800
5801 * cus-edit.el (custom-unlispify-remove-prefixes): Add warning.
5802
5803 2012-09-18 Martin Blais <blais@furius.ca> (tiny change)
5804
5805 * progmodes/compile.el (compilation-start): Use compilation-always-kill
5806 to initialize query-on-exit; then test that instead (bug#12288).
5807
5808 2012-09-17 Stefan Merten <smerten@oekonux.de>
5809
5810 * textmodes/rst.el: Add support for `testcover'.
5811 (rst-defcustom-testcover, rst-testcover-add-compose)
5812 (rst-testcover-add-1value): New functions.
5813 (rst-portable-mark-active-p): Replace by `use-region-p'.
5814 (rst-update-section, rst-classify-adornment)
5815 (rst-find-title-line): Mark `1value' forms.
5816 (rst-classify-adornment): Remove superfluous form.
5817 (rst-update-section, rst-get-adornments-around)
5818 (rst-adornment-complete-p, rst-get-next-adornment)
5819 (rst-adjust, rst-promote-region)
5820 (rst-display-adornments-hierarchy, rst-straighten-adornments)
5821 (rst-find-pfx-in-region, rst-section-tree-rec)
5822 (rst-section-tree-point, rst-toc-insert, rst-toc-insert-node)
5823 (rst-toc-node, rst-toc, rst-forward-section)
5824 (rst-iterate-leftmost-paragraphs)
5825 (rst-iterate-leftmost-paragraphs-2, rst-enumerate-region)
5826 (rst-bullet-list-region)
5827 (rst-convert-bullets-to-enumeration, rst-font-lock-keywords)
5828 (rst-compile-find-conf, rst-compile)
5829 (rst-repeat-last-character): Fix style.
5830
5831 2012-09-17 Chong Yidong <cyd@gnu.org>
5832
5833 * comint.el (comint--complete-file-name-data): Don't add a space
5834 if the status is `sole'; that adds a gratuitous space in the
5835 completion-cycling case (Bug#12092).
5836
5837 * pcomplete.el (pcomplete-completions-at-point): Likewise.
5838
5839 2012-09-17 Richard Stallman <rms@gnu.org>
5840
5841 * mail/rmailmm.el (rmail-mime-toggle-raw): Do rmail-mime-insert
5842 only in the mime-shown mode, not in raw mode.
5843 (rmail-mime): Toggle off mime by displaying the message without
5844 mime processing. (Bug#12305)
5845
5846 * mail/rmail.el (rmail-retry-failure):
5847 Turn off mime processing first. (Bug#12037)
5848
5849 * epa-mail.el (epa-mail-encrypt): Fix bug when a name has no key.
5850
5851 2012-09-17 Chong Yidong <cyd@gnu.org>
5852
5853 * shell.el (shell-file-name-chars, shell-file-name-quote-list)
5854 (shell-dynamic-complete-functions): Convert to defcustom.
5855 (shell-prompt-pattern, shell-completion-fignore): Doc fix.
5856
5857 * bookmark.el (bookmark-bmenu-toggle-filenames): Doc fixes.
5858 * comint.el (comint-prompt-read-only):
5859 * custom.el (defcustom):
5860 * hi-lock.el (hi-lock-mode):
5861 * ibuffer.el (ibuffer-formats):
5862 * ielm.el (ielm-prompt-read-only):
5863 * novice.el (disable-command):
5864 * saveplace.el (toggle-save-place):
5865 * speedbar.el (speedbar-supported-extension-expressions):
5866 * startup.el (auto-save-list-file-prefix, init-file-user)
5867 (after-init-hook, inhibit-startup-echo-area-message):
5868 * strokes.el (strokes-help):
5869 * time-stamp.el (time-stamp):
5870 * calendar/calendar.el (calendar, diary-file):
5871 * calendar/diary-lib.el (diary-mail-entries, diary)
5872 (diary-list-entries-hook):
5873 * calendar/holidays.el (holidays, calendar-holidays):
5874 * calendar/lunar.el (lunar-phases):
5875 * calendar/solar.el (sunrise-sunset):
5876 * emulation/edt.el (edt-load-keys):
5877 * emulation/viper.el (viper-mode):
5878 * eshell/em-alias.el (eshell-command-aliases-list):
5879 * eshell/esh-util.el (eshell-convert-numeric-arguments):
5880 * international/ogonek.el (ogonek-information):
5881 * net/tramp-cmds.el (tramp-bug):
5882 * net/quickurl.el (quickurl-reread-hook-postfix):
5883 * play/decipher.el (decipher-font-lock-keywords):
5884 * progmodes/cc-styles.el (c-set-style):
5885 * progmodes/idlw-shell.el (idlwave-shell-prompt-pattern):
5886 * progmodes/inf-lisp.el (inferior-lisp-prompt):
5887 * progmodes/octave-mod.el (octave-mode):
5888 * progmodes/sql.el (sql-mode, sql-interactive-mode, sql-password):
5889 * progmodes/verilog-mode.el (verilog-read-defines):
5890 * textmodes/two-column.el (2C-mode): Likewise.
5891
5892 2012-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
5893
5894 * mail/mailabbrev.el (mail-abbrev-expand-hook): Work for a mail aliasee
5895 that holds many addresses.
5896
5897 2012-09-16 Chong Yidong <cyd@gnu.org>
5898
5899 * align.el (align-areas): Call the indication function with
5900 positions instead of markers for arguments (Bug#12343).
5901
5902 * files.el (parse-colon-path): Use split-string (Bug#12351).
5903
5904 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
5905 (display-buffer-function): Mark as obsolete.
5906
5907 * progmodes/compile.el (compilation-parse-errors): Accept list
5908 values similar to font-lock-keywords (Bug#12136).
5909 Suggested by Oleksandr Manzyuk.
5910 (compilation-error-regexp-alist): Doc fix.
5911
5912 2012-09-15 Glenn Morris <rgm@gnu.org>
5913
5914 * version.el (emacs-bzr-version-bzr): New function.
5915 (emacs-bzr-get-version): Add optional EXTERNAL argument.
5916
5917 * vc/vc-bzr.el (vc-bzr-working-revision): For lightweight local
5918 checkouts, check the parent dirstate matches the branch.
5919 Add "--tree" to "bzr revno" arguments. Don't try to shorten the
5920 empty string.
5921
5922 * version.el (emacs-bzr-version): Doc fix.
5923 (emacs-bzr-version-dirstate): New function.
5924 (emacs-bzr-get-version): For lightweight checkouts, if the parent
5925 is local try and check that it matches the branch. If not, just
5926 use dirstate information. (Bug#12441)
5927
5928 2012-09-14 Juri Linkov <juri@jurta.org>
5929
5930 * dired-aux.el (dired-do-chmod): Use `eq' to detect empty input.
5931 (Bug#12399)
5932
5933 2012-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
5934
5935 * emacs-lisp/advice.el (ad-prognify): Remove, use macroexp-progn.
5936
5937 * emacs-lisp/edebug.el: Miscellaneous cleanup.
5938 Remove obsolete byte-compiler hack that tried to silence some warnings.
5939 (edebug-submit-bug-report): Remove.
5940 (edebug-get-buffer-window, edebug-sit-for, edebug-input-pending-p):
5941 Remove aliases, use the un-prefixed name instead.
5942 (edebug-pop-to-buffer): Consider other frames.
5943 (edebug-original-read):: Make it more obvious that it's always defined.
5944 (edebug--make-form-data-entry, edebug--form-data-name)
5945 (edebug--form-data-begin, edebug--form-data-end): Rename from the
5946 single-dashed name, and implement with cl-defstruct.
5947 (edebug-set-form-data-entry): Use the standard accessors.
5948 (edebug-make-top-form-data-entry): Use push.
5949 (edebug-no-match): Drop useless `funcall'.
5950 (mapcar, mapconcat, mapatoms, apply, funcall): Don't add debug specs
5951 to functions.
5952 (defsubst, dont-compile, eval-when-compile, eval-and-compile)
5953 (delay-mode-hooks, with-temp-file, with-temp-message, ad-dolist)
5954 (with-syntax-table, push, pop, 1value, noreturn, defadvice)
5955 (easy-menu-define, with-custom-print): Remove redundant specs.
5956 (edebug-outside-overriding-local-map)
5957 (edebug-outside-overriding-terminal-local-map): Remove, unused.
5958 (edebug--display): Bind unread-command-events directly to nil rather
5959 than binding it to unread-command-events and later setting it to nil.
5960 (edebug--display): Kill edebug-eval-buffer here...
5961 (edebug--recursive-edit): ...rather than here.
5962 Bind standard-output and standard-input.
5963 (edebug-eval): Check cl-macroexpand-all is fboundp.
5964 (edebug-temp-display-freq-count): Fix last change.
5965
5966 * emacs-lisp/easymenu.el (easy-menu-define): Add `debug' spec.
5967 * subr.el (noreturn, 1value): Add `debug' spec.
5968 * emacs-lisp/advice.el: Require cl-lib.
5969 (ad-copy-tree): Remove, use copy-tree instead.
5970 (ad-dolist): Remove use dolist or cl-dolist instead.
5971 (ad-do-return): Remove, use cl-return instead.
5972 (defadvice): Add `debug' spec.
5973
5974 2012-09-13 Juri Linkov <juri@jurta.org>
5975
5976 * dired-aux.el (dired-do-chxxx): Use `eq' to detect empty input.
5977 (Bug#12399)
5978
5979 2012-09-13 Glenn Morris <rgm@gnu.org>
5980
5981 * calc/calc.el (math-compose-expr):
5982 * calc/calc-ext.el (math-compose-expr):
5983 * progmodes/cc-defs.el (cl-macroexpand-all):
5984 * progmodes/cc-langs.el (delete-duplicates, mapcan)
5985 (cl-macroexpand-all): Update declarations.
5986
5987 * vc/vc.el: No need to require ediff.
5988 (ediff-load-version-control): Declare.
5989 (ediff-vc-internal): Fix declaration.
5990 (vc-version-ediff): Require ediff.
5991
5992 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
5993
5994 Use a more backwards-compatible timer format (Bug#12430).
5995 * emacs-lisp/timer.el (timer): PSECS is now at the end, rather than
5996 being right after USECS, as that better supports old code that
5997 inadvisedly looked directly at the timer vector.
5998
5999 2012-09-13 Kenichi Handa <handa@gnu.org>
6000
6001 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
6002 ("Chinese-CNS", "Chinese-EUC-TW"): Add chinese-gbk to
6003 `coding-priority' property of these language environment.
6004
6005 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
6006
6007 Fix glitches caused by addition of psec to timers (Bug#12430).
6008 * image.el (image-animate-timer):
6009 * time.el (display-time-world-timer):
6010 Use timer--function and timer--args rather than raw access to
6011 timer vector.
6012
6013 2012-09-13 Glenn Morris <rgm@gnu.org>
6014
6015 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
6016 If not compiling a file, try using load-file-name.
6017
6018 2012-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
6019
6020 * emacs-lisp/edebug.el (edebug-outside-unread-command-events):
6021 Fix last change.
6022 (edebug-update-eval-list): Use `push'.
6023
6024 * emacs-lisp/edebug.el: Use lexical-binding.
6025 Remove the "edebug-" prefix from non-dynamically-scoped variables.
6026 Mark unused args with underscore.
6027 (edebug-save-restriction, edebug-outside-excursion): Use `declare'.
6028 (edebug-form-data): Use defvar-local.
6029 (edebug-make-before-and-after-form, edebug-make-after-form):
6030 Use backquote.
6031 (edebug-args, edebug-value, edebug-after-index, edebug-arg-mode):
6032 Not dynamically scoped any more.
6033 (edebug--enter-trace): Add arguments `function' and `args'.
6034 Rename from edebug-enter-trace.
6035 (edebug-enter): Call it accordingly. Bind edebug-function explicitly.
6036 (edebug--update-coverage): Add `after-index' and `value' args.
6037 Rename from edebug-update-coverage.
6038 (edebug-slow-after): Call it accordingly.
6039 (edebug--recursive-edit): Add arg `arg-mode'. Rename from
6040 edebug-recursive-edit.
6041 (edebug--display): Call it accordingly. Add args `value',
6042 `offset-index', and `arg-mode'. Rename from edebug-display.
6043 (edebug-debugger, edebug): Call it accordingly.
6044 (edebug-eval-display-list): Use dolist.
6045
6046 2012-09-12 Juri Linkov <juri@jurta.org>
6047
6048 * info.el (Info-search): Don't check for isearch-mode and
6049 isearch-regexp before let-binding search-spaces-regexp to
6050 Info-search-whitespace-regexp.
6051 (Info-isearch-search): Let-bind Info-search-whitespace-regexp to
6052 search-whitespace-regexp if isearch-lax-whitespace or
6053 isearch-regexp-lax-whitespace is non-nil.
6054 (Info-mode): Don't set local variable search-whitespace-regexp.
6055 http://lists.gnu.org/archive/html/emacs-devel/2012-08/msg00811.html
6056
6057 2012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
6058
6059 * emacs-lisp/debug.el (debugger-outer-unread-command-char, debug)
6060 (debugger-env-macro): Remove support for unread-command-char.
6061
6062 * subr.el (set-temporary-overlay-map): Minimize slightly the impact of
6063 the temporary map re-appearing on emulation-mode-map-alists.
6064
6065 * emacs-lisp/edebug.el (def-edebug-form-spec): Remove, it's been broken
6066 since 22.1.
6067
6068 * ehelp.el (with-electric-help): Accept functions in
6069 electric-help-form-to-execute.
6070 (electric-help-execute-extended, electric-help-ctrl-x-prefix): Use it.
6071 And replace unread-command-char -> unread-command-events.
6072
6073 2012-09-12 Michael Albinus <michael.albinus@gmx.de>
6074
6075 Sync with Tramp 2.2.6.
6076
6077 * net/tramp.el (tramp-accept-process-output): Don't use
6078 JUST-THIS-ONE in the XEmacs case.
6079
6080 * net/trampver.el: Update release number.
6081
6082 2012-09-12 Martin Rudalics <rudalics@gmx.at>
6083
6084 * emacs-lisp/debug.el (debugger-previous-window-height):
6085 New variable.
6086 (debug): When debugger-jumping-flag is non-nil try to restore
6087 height of debugger window. (Bug#8789)
6088
6089 2012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
6090
6091 * emacs-lisp/edebug.el (edebug-enter): Don't mess with
6092 overriding-local-map and pre/post-command-hook here.
6093 (edebug-recursive-edit): Do it here instead (bug#12345).
6094 (edebug-outside-unread-command-char): Remove all uses of
6095 unread-command-char.
6096
6097 * emacs-lisp/debug.el (debug): Don't bind debug-on-error since
6098 inhibit-debugger is bound instead.
6099
6100 2012-09-11 Bastien Guerry <bzg@gnu.org>
6101
6102 * subr.el (set-temporary-overlay-map): Add a docstring.
6103 (Bug#12346)
6104
6105 2012-09-11 Bastien Guerry <bzg@gnu.org>
6106
6107 * minibuffer.el (completion-table-subvert): Fix docstring.
6108 (Bug#12347)
6109
6110 2012-09-11 Bastien Guerry <bzg@gnu.org>
6111
6112 * help-fns.el (describe-variable): Fix typo. (Bug#12346)
6113
6114 2012-09-10 Michael R. Mauger <mmaug@yahoo.com>
6115
6116 * progmodes/sql.el: Version 3.1
6117 (sql-db2-escape-newlines): New variable.
6118 (sql-escape-newlines-filter): Use it.
6119
6120 2012-09-10 Juanma Barranquero <lekktu@gmail.com>
6121
6122 * custom.el (custom-theme-load-confirm): Remove unneeded assignment.
6123
6124 2012-09-10 Dan Nicolaescu <dann@gnu.org>
6125
6126 * vc/diff-mode.el (diff-mode-menu):
6127 Bind diff-remove-trailing-whitespace.
6128
6129 2012-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
6130
6131 * emacs-lisp/lisp-mode.el (emacs-list-byte-code-comment-re): New var.
6132 (emacs-lisp-byte-code-comment, emacs-lisp-byte-code-syntax-propertize)
6133 (emacs-lisp-byte-code-mode): New functions.
6134 (eval-sexp-add-defvars): Don't skip defvars in column >0.
6135 (eval-defun-2): Remove bogus interactive spec.
6136 (lisp-indent-line): Remove redundant whole-exp code, now done in
6137 indent-according-to-mode.
6138 (save-match-data): Remove redundant indent data.
6139
6140 * emacs-lisp/benchmark.el (benchmark-run, benchmark-run-compiled):
6141 Use `declare'.
6142
6143 2012-09-09 Juri Linkov <juri@jurta.org>
6144
6145 * replace.el (replace-regexp-lax-whitespace): New defcustom.
6146 (replace-lax-whitespace, query-replace-regexp)
6147 (query-replace-regexp-eval, replace-regexp): Doc fix.
6148 (perform-replace, replace-highlight): Let-bind
6149 isearch-lax-whitespace to replace-lax-whitespace and
6150 isearch-regexp-lax-whitespace to replace-regexp-lax-whitespace.
6151
6152 * isearch.el (isearch-query-replace): Let-bind
6153 replace-lax-whitespace to isearch-lax-whitespace and
6154 replace-regexp-lax-whitespace to
6155 isearch-regexp-lax-whitespace. (Bug#10885)
6156
6157 2012-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
6158
6159 * eshell/em-unix.el (eshell/sudo): Explicitly drop return value.
6160
6161 2012-09-09 Alan Mackenzie <acm@muc.de>
6162
6163 * progmodes/cc-engine.el (c-state-cache-init):
6164 Initialise c-state-semi-nonlit-pos-cache\(-limit\)? properly.
6165 (c-record-parse-state-state):
6166 Record c-state-semi-nonlit-pos-cache\(-limit\)?.
6167
6168 2012-09-09 Andreas Schwab <schwab@linux-m68k.org>
6169
6170 * register.el (register-separator): Rename from
6171 separator-register. All uses changed. Doc fix.
6172 (register): Fix version.
6173
6174 2012-09-09 Chong Yidong <cyd@gnu.org>
6175
6176 * replace.el (query-replace-map): Bind four new symbols for
6177 requesting window scrolling.
6178
6179 * subr.el (y-or-n-p): Handle the window-scrolling bindings in
6180 query-replace-map (Bug#8948).
6181
6182 * custom.el (custom-theme-load-confirm): Use y-or-n-p.
6183
6184 * emacs-lisp/map-ynp.el (map-y-or-n-p): Don't bind scrolling keys
6185 since they are now in query-replace-map.
6186
6187 * window.el (scroll-other-window-down): Make the arg optional.
6188
6189 2012-09-09 Chong Yidong <cyd@gnu.org>
6190
6191 * files.el (hack-local-variables-confirm): Use quit-window to kill
6192 the *Local Variables* buffer.
6193
6194 2012-09-08 Dmitry Gutov <dgutov@yandex.ru>
6195
6196 * progmodes/ruby-mode.el (ruby-toggle-block): Guess the current block,
6197 not just expect to be at its beginning. Adjust callees.
6198 Succeed when do-end block has no space before the pipe character.
6199 (ruby-brace-to-do-end): When the original block is one-liner,
6200 convert to multiline. Reindent the result.
6201
6202 2012-09-08 Jambunathan K <kjambunathan@gmail.com>
6203
6204 * register.el (register): New group.
6205 (separator-register): New user option.
6206 (increment-register): Route it to `append-to-register', if
6207 register contains text. Implication is that `C-x r +' can now be
6208 used for appending to a text register (bug#12217).
6209 (append-to-register, prepend-to-register): Add separator based on
6210 `separator-register'.
6211
6212 2012-09-08 Alan Mackenzie <acm@muc.de>
6213
6214 AWK Mode: make auto-newline work when there's "==" in the pattern.
6215 * progmodes/cc-cmds.el (c-point-syntax): Handle virtual semicolons
6216 correctly.
6217 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5A.3):
6218 Test more rigorously for "=" token.
6219
6220 2012-09-08 Dmitry Gutov <dgutov@yandex.ru>
6221
6222 * progmodes/ruby-mode.el (ruby-match-expression-expansion):
6223 Only fail when reached LIMIT.
6224
6225 2012-09-08 Chong Yidong <cyd@gnu.org>
6226
6227 * dired.el (dired-mode-map): Don't bind M-=.
6228
6229 * dired-aux.el (dired-diff): Use backup file as default.
6230
6231 2012-09-08 Drew Adams <drew.adams@oracle.com>
6232
6233 * subr.el (add-to-history): Fix delete usage (Bug#12314).
6234
6235 2012-09-08 Chong Yidong <cyd@gnu.org>
6236
6237 * subr.el (syntax-after, syntax-class): Doc fix.
6238
6239 2012-09-08 Martin Rudalics <rudalics@gmx.at>
6240
6241 * window.el (display-buffer-in-previous-window): New buffer
6242 display action function.
6243
6244 * emacs-lisp/debug.el (debugger-bury-or-kill): New option.
6245 (debugger-previous-window): New variable.
6246 (debug): Rewrite using display-buffer-in-previous-window,
6247 quit-restore-window and debugger-bury-or-kill. (Bug#8789)
6248
6249 2012-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
6250
6251 * emacs-lisp/byte-run.el (defun): Tweak message. Simplify code.
6252
6253 2012-09-07 Matt McClure <mlm@aya.yale.edu> (tiny change)
6254
6255 * progmodes/python.el (python-shell-send-string):
6256 When default-directory is remote, create temp file on remote
6257 filesystem.
6258 (python-shell-send-file): When file is remote, pass local view of
6259 file paths to remote Python interpreter. (Bug#12340)
6260
6261 2012-09-07 Chong Yidong <cyd@gnu.org>
6262
6263 * window.el (switch-to-buffer): Doc fix (Bug#12181).
6264
6265 * files.el (after-find-file): Don't fail on a read-only buffer if
6266 require-final-newline is `visit' or `visit-save' (Bug#11156).
6267
6268 * subr.el (read-char-choice): Allow quitting via ESC ESC.
6269
6270 * userlock.el (ask-user-about-supersession-threat):
6271 Use read-char-choice (Bug#12093).
6272
6273 2012-09-07 Chong Yidong <cyd@gnu.org>
6274
6275 * subr.el (buffer-narrowed-p): New function.
6276
6277 * ses.el (ses-widen):
6278 * simple.el (count-words--buffer-message):
6279 * net/browse-url.el (browse-url-of-buffer): Use it.
6280
6281 * simple.el (count-words-region): Don't signal an error if there
6282 is a non-nil prefix arg and the mark is not set.
6283
6284 * help.el (describe-key-briefly): Allow the message to be seen
6285 when invoked from the minibuffer (Bug#7014).
6286
6287 2012-09-07 Dmitry Gutov <dgutov@yandex.ru>
6288
6289 * progmodes/ruby-mode.el (ruby-end-of-defun)
6290 (ruby-beginning-of-defun): Simplify, allow indentation before
6291 block beginning and end keywords.
6292 (ruby-beginning-of-defun): Only consider 3 keywords defun beginners.
6293 (ruby-end-of-defun): Expect that the point is at the beginning of
6294 the defun.
6295
6296 2012-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
6297
6298 * emacs-lisp/cl-macs.el (cl--do-arglist): Understand _ on &key args
6299 (bug#12367).
6300 (cl--make-usage-args): Strip _ from argument names.
6301
6302 2012-09-06 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
6303
6304 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize): Don't use
6305 obsolete alias speedbar-key-map.
6306 (vhdl-doc-variable, vhdl-doc-mode): Use called-interactively-p.
6307 (vhdl-index-menu-init): Don't use obsolete variable
6308 font-lock-maximum-size.
6309
6310 2012-09-06 Chong Yidong <cyd@gnu.org>
6311
6312 * frame.el (window-system-version): Mark as obsolete.
6313
6314 * speedbar.el (speedbar-update-flag, speedbar-mode): Remove uses
6315 of obsolete variable speedbar-key-map.
6316
6317 2012-09-06 Juri Linkov <juri@jurta.org>
6318
6319 * replace.el (replace-lax-whitespace): New defcustom.
6320 (query-replace, query-replace-regexp, query-replace-regexp-eval)
6321 (replace-string, replace-regexp): Mention it in docstrings.
6322 (perform-replace, replace-highlight): Let-bind
6323 isearch-lax-whitespace and isearch-regexp-lax-whitespace according
6324 to the values of replace-lax-whitespace and regexp-flag.
6325 Don't let-bind search-whitespace-regexp. (Bug#10885)
6326
6327 * isearch.el (isearch-query-replace): Let-bind
6328 replace-lax-whitespace instead of let-binding
6329 replace-search-function and replace-re-search-function.
6330 (isearch-lazy-highlight-search): Let-bind isearch-lax-whitespace
6331 and isearch-regexp-lax-whitespace to lazy-highlight variables.
6332 (isearch-toggle-symbol): Set isearch-regexp to nil
6333 in isearch-word mode (like in isearch-toggle-word).
6334
6335 2012-09-06 Juri Linkov <juri@jurta.org>
6336
6337 * replace.el (replace-search-function)
6338 (replace-re-search-function): Set default values to nil.
6339 (perform-replace): Let-bind isearch-related variables based on
6340 replace-related values, call `isearch-search-fun' and let-bind
6341 the result to `search-function'. Remove code that sets
6342 `search-function' and `search-string' separately for
6343 `delimited-flag'.
6344 (replace-highlight): Add new argument `delimited-flag' and
6345 rename other arguments to the names used in `perform-replace'.
6346 Let-bind `isearch-word' to the argument `delimited-flag'.
6347 (Bug#10885, bug#10887)
6348
6349 2012-09-07 Dmitry Gutov <dgutov@yandex.ru>
6350
6351 * progmodes/ruby-mode.el (ruby-indent-beg-re): Add pieces from
6352 ruby-beginning-of-indent, simplify, allow all keywords to have
6353 indentation before them.
6354 (ruby-beginning-of-indent): Adjust for above. Search until the
6355 found point is not inside a string or comment.
6356 (ruby-font-lock-keywords): Allow symbols to start with "@"
6357 character, give them higher priority than variables.
6358 (ruby-syntax-propertize-function)
6359 (ruby-font-lock-syntactic-keywords): Remove the "not comments"
6360 matchers. Expression expansions are not comments when inside a
6361 string, and there comment syntax status is irrelevant.
6362 (ruby-match-expression-expansion): New function. Check that
6363 expression expansion is inside a string, and it's not escaped.
6364 (ruby-font-lock-keywords): Use it.
6365
6366 2012-09-05 Martin Rudalics <rudalics@gmx.at>
6367
6368 * help.el (temp-buffer-max-height): New default value.
6369 (temp-buffer-resize-frames): New option.
6370 (resize-temp-buffer-window): Optionally resize frame.
6371
6372 * window.el (fit-frame-to-buffer-bottom-margin): New option.
6373 (fit-frame-to-buffer): New function.
6374
6375 2012-09-05 Glenn Morris <rgm@gnu.org>
6376
6377 * emulation/cua-rect.el (cua--init-rectangles):
6378 * textmodes/picture.el (picture-mode-map):
6379 * play/blackbox.el (blackbox-mode-map): Remap right-char and left-char
6380 like forward-char and backward-char. (Bug#12317)
6381
6382 2012-09-05 Leo Liu <sdl.web@gmail.com>
6383
6384 * progmodes/flymake.el (flymake-warning-re): New variable.
6385 (flymake-parse-line): Use it.
6386
6387 2012-09-05 Glenn Morris <rgm@gnu.org>
6388
6389 * calendar/holidays.el (holiday-christian-holidays):
6390 Rename an entry. (Bug#12289)
6391
6392 2012-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
6393
6394 * progmodes/sh-script.el (sh-font-lock-paren): Don't burp at BOB
6395 (bug#12222).
6396
6397 2012-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
6398
6399 * loadup.el: Load macroexp. Remove hack.
6400 * emacs-lisp/macroexp.el (macroexp--eval-if-compile): New function.
6401 (macroexp--expand-all): Use it to get better warnings.
6402 (macroexp--backtrace, macroexp--trim-backtrace-frame)
6403 (internal-macroexpand-for-load): New functions.
6404 (macroexp--pending-eager-loads): New var.
6405 (emacs-startup-hook): New hack to replace one in loadup.el.
6406 * emacs-lisp/cl-macs.el (cl--compiler-macro-list*)
6407 (cl--compiler-macro-cXXr): Move to top, before they can be used.
6408 (cl-psetf): Simplify.
6409 (cl-defstruct): Add indent rule.
6410
6411 2012-09-04 Lars Ingebrigtsen <larsi@gnus.org>
6412
6413 * mail/smtpmail.el (smtpmail-send-it): Prefer the From: header
6414 over `user-mail-address' for the SMTP MAIL FROM envelope.
6415 (smtpmail-via-smtp): Ditto.
6416
6417 2012-09-04 Dmitry Gutov <dgutov@yandex.ru>
6418
6419 * progmodes/ruby-mode.el: Clean up keybindings.
6420 (ruby-mode-map): Don't bind ruby-electric-brace,
6421 ruby-beginning-of-defun, ruby-end-of-defun, ruby-mark-defun,
6422 backward-kill-word, reindent-then-newline-and-indent.
6423 (ruby-mark-defun): Remove.
6424 (ruby-electric-brace): Remove. Obsoleted by electric-indent-chars.
6425 (ruby-mode): Set local beginning-of-defun-function and
6426 end-of-defun-function values.
6427
6428 2012-09-03 Martin Rudalics <rudalics@gmx.at>
6429
6430 * window.el (temp-buffer-window-setup-hook)
6431 (temp-buffer-window-show-hook): New hooks.
6432 (temp-buffer-window-setup, temp-buffer-window-show)
6433 (with-temp-buffer-window): New functions.
6434 (fit-window-to-buffer): Remove unused optional argument OVERRIDE.
6435 (special-display-popup-frame): Make sure the window used shows BUFFER.
6436
6437 * help.el (temp-buffer-resize-mode): Fix doc-string.
6438 (resize-temp-buffer-window): New optional argument WINDOW.
6439
6440 * files.el (recover-file, save-buffers-kill-emacs):
6441 * dired.el (dired-mark-pop-up): Use with-temp-buffer-window.
6442
6443 2012-09-02 Michael Albinus <michael.albinus@gmx.de>
6444
6445 * eshell/em-unix.el (eshell/sudo): When we have an ad-hoc
6446 remote definition of `default-directory', ensure we can connect.
6447
6448 2012-09-02 Juri Linkov <juri@jurta.org>
6449
6450 Toggle whitespace matching mode with M-s SPC.
6451 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00008.html
6452
6453 * isearch.el (search-whitespace-regexp): Doc fix.
6454 Remove cons cell customization.
6455 (isearch-mode-map): Bind "\M-s " to isearch-toggle-lax-whitespace.
6456 (isearch-lax-whitespace, isearch-regexp-lax-whitespace):
6457 New variables.
6458 (isearch-forward, isearch-forward-regexp): Doc fix.
6459 (isearch-toggle-lax-whitespace): New command.
6460 (search-forward-lax-whitespace, search-backward-lax-whitespace)
6461 (re-search-forward-lax-whitespace)
6462 (re-search-backward-lax-whitespace): New functions.
6463 (isearch-whitespace-regexp): Remove function.
6464 (isearch-query-replace): Let-bind replace-search-function and
6465 replace-re-search-function.
6466 (isearch-occur): Let-bind search-spaces-regexp according to the
6467 value of isearch-lax-whitespace and isearch-regexp-lax-whitespace.
6468 (isearch-quote-char): Check isearch-regexp-lax-whitespace in the
6469 condition for C-q SPC.
6470 (isearch-search-fun-default): Use new functions mentioned above.
6471 (isearch-search-forward, isearch-search-backward): Remove functions.
6472 (isearch-search): Don't let-bind search-spaces-regexp.
6473 (isearch-lazy-highlight-space-regexp): Remove variable.
6474 (isearch-lazy-highlight-lax-whitespace)
6475 (isearch-lazy-highlight-regexp-lax-whitespace): New variables.
6476 (isearch-lazy-highlight-new-loop): Use them.
6477 (isearch-lazy-highlight-search): Don't let-bind search-spaces-regexp.
6478
6479 2012-09-02 Chong Yidong <cyd@gnu.org>
6480
6481 * dired.el (dired-mode-map): Menu string fixes (Bug#11616).
6482
6483 2012-09-02 Glenn Morris <rgm@gnu.org>
6484
6485 * simple.el (undo): Tweak message in undo-only case. (Bug#12283)
6486
6487 2012-09-01 Glenn Morris <rgm@gnu.org>
6488
6489 * term.el: Tidy up menu definitions.
6490 (term-mode-map): Use easymenu for In/Out, Complete menus.
6491 (term-pager-break-map): Initialize in the defvar.
6492 (term-terminal-menu, term-signals-menu): Define with easymenu.
6493 (term-terminal-menu): Also show it in line-mode. (Bug#11957)
6494 (term-pager-menu): New, extracted from term-process-pager.
6495 (term-mode, term-char-mode, term-process-pager): Use easymenu-add.
6496 (term-update-mode-line): Propertize line/char and page items.
6497 (term-process-pager): Move keymap initialization elsewhere.
6498
6499 2012-09-01 Martin Rudalics <rudalics@gmx.at>
6500
6501 * window.el (switch-to-prev-buffer): Handle additional values of
6502 BURY-OR-KILL argument. Don't switch in minibuffer window.
6503 (switch-to-next-buffer): Don't switch in minibuffer window.
6504 (quit-restore-window): New function based on quit-window.
6505 Handle additional values of former KILL argument.
6506 (quit-window): Call quit-restore-window with appropriate
6507 interpretation of KILL argument.
6508 (display-buffer-below-selected): New buffer display action
6509 function.
6510
6511 2012-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
6512
6513 * minibuffer.el (completion-at-point-functions): Complete docstring
6514 (bug#12254).
6515
6516 2012-09-01 Paul Eggert <eggert@cs.ucla.edu>
6517
6518 Better seed support for (random).
6519 * play/5x5.el, play/animate.el, play/cookie1.el, play/dissociate.el:
6520 * play/doctor.el, play/dunnet.el, play/gomoku.el, play/landmark.el:
6521 * play/mpuz.el, play/tetris.el, play/zone.el:
6522 * calc/calc-comb.el (math-init-random-base):
6523 * play/blackbox.el (bb-init-board):
6524 * play/life.el (life):
6525 * server.el (server-use-tcp):
6526 * type-break.el (type-break):
6527 Remove unnecessary call to (random t).
6528 * net/sasl.el (sasl-unique-id-function):
6529 Change (random t) to (random), now that the latter is more random.
6530 * play/life.el (life-initialized): Remove no-longer-needed var.
6531
6532 2012-08-31 Alp Aker <alp.tekin.aker@gmail.com>
6533
6534 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
6535 Consider frame's buffer predicate when choosing the buffer.
6536 (Bug#12081)
6537
6538 2012-08-30 Richard Stallman <rms@gnu.org>
6539
6540 * simple.el (special-mode-map): Delete binding for `z'.
6541
6542 2012-08-30 Andreas Schwab <schwab@linux-m68k.org>
6543
6544 * progmodes/compile.el (compilation-always-kill): Doc fix.
6545
6546 2012-08-30 Chong Yidong <cyd@gnu.org>
6547
6548 * window.el (display-buffer-reuse-frames): Make the obsolescence
6549 message more informative.
6550
6551 2012-08-30 Glenn Morris <rgm@gnu.org>
6552
6553 * paren.el (show-paren-delay):
6554 Add a :set function. Doc fix. (Bug#12297)
6555
6556 2012-08-29 Martin Blais <blais@furius.ca> (tiny change)
6557
6558 * progmodes/compile.el (compilation-always-kill): New var.
6559 (compilation-start): Use it.
6560
6561 2012-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
6562
6563 * simple.el (read-only-mode): Move from files.el for bootstrapping.
6564 * files.el (read-only-mode): Move to simple.el.
6565
6566 * files.el (read-only-mode): New minor mode.
6567 (toggle-read-only): Use it and mark obsolete.
6568 (find-file--read-only):
6569 * vc/vc.el (vc-next-action, vc-checkout):
6570 * vc/vc-cvs.el (vc-cvs-checkout):
6571 * obsolete/vc-mcvs.el (vc-mcvs-update):
6572 * ffap.el (ffap--toggle-read-only): Update callers.
6573
6574 2012-08-29 Michael Albinus <michael.albinus@gmx.de>
6575
6576 * eshell/esh-ext.el (eshell-external-command): Do not examine
6577 remote shell scripts.
6578 See <https://bugs.launchpad.net/ubuntu/+source/emacs23/+bug/1035790>.
6579
6580 * net/tramp-sh.el (tramp-remote-path): Add "/sbin" and
6581 "/usr/local/sbin".
6582
6583 2012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
6584
6585 * emacs-lisp/cl-lib.el (buffer-string): Fix setter macro (bug#12293).
6586
6587 2012-08-28 Leo Liu <sdl.web@gmail.com>
6588
6589 * progmodes/sh-script.el (sh-dynamic-complete-functions): Adapt to
6590 completion-at-point. (Bug#12220)
6591
6592 * skeleton.el (skeleton-untabify): Change to nil (bug#12223).
6593
6594 * progmodes/sh-script.el (sh-indent-comment): Change to t (bug#12267).
6595
6596 2012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
6597
6598 * files.el (safe-local-eval-forms): Fix before-save-hook entry to
6599 be buffer-local; add delete-trailing-whitespace (bug#12259).
6600
6601 2012-08-28 Jeremy Moore <jmoore@ieee.org> (tiny change)
6602
6603 * progmodes/hideif.el (hif-compress-define-list):
6604 Fix typo. (Bug#11951)
6605
6606 2012-08-28 Dan Nicolaescu <dann@gnu.org>
6607
6608 * progmodes/hideshow.el (hs-block-end-regexp): Restore lost
6609 buffer local setting.
6610
6611 * net/rcirc.el (rcirc-split-message): Fix for buffer-local
6612 rcirc-encode-coding-system.
6613
6614 2012-08-28 Leo Liu <sdl.web@gmail.com>
6615
6616 * net/rcirc.el (rcirc-split-message): New function.
6617 (rcirc-send-message): Use it. (Bug#12051)
6618
6619 2012-08-28 Juri Linkov <juri@jurta.org>
6620
6621 * info.el (Info-fontify-node): Hide empty lines at the end of
6622 the node. (Bug#12272)
6623
6624 2012-08-27 Drew Adams <drew.adams@oracle.com>
6625
6626 * dired.el (dired-pop-to-buffer): Make window start at beginning
6627 of buffer (Bug#12281).
6628
6629 2012-08-26 Chong Yidong <cyd@gnu.org>
6630
6631 * window.el (special-display-regexps, special-display-frame-alist)
6632 (special-display-buffer-names, special-display-function)
6633 (display-buffer-reuse-frames): Mark as obsolete.
6634
6635 * progmodes/compile.el: Don't use display-buffer-reuse-frames.
6636
6637 * help.el (help-print-return-message): Don't treat
6638 display-buffer-reuse-frames specially.
6639
6640 2012-08-26 Chong Yidong <cyd@gnu.org>
6641
6642 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
6643 New variable, replacing gdb-frame-parameters.
6644 (gdb-frame-io-buffer, gdb-frame-breakpoints-buffer)
6645 (gdb-frame-threads-buffer, gdb-frame-memory-buffer)
6646 (gdb-frame-disassembly-buffer, gdb-frame-stack-buffer)
6647 (gdb-frame-locals-buffer, gdb-frame-registers-buffer): Use it.
6648 (def-gdb-frame-for-buffer): Macro deleted. It is easier to define
6649 the functions directly with gdb-display-buffer-other-frame-action.
6650 (gdb-display-breakpoints-buffer, gdb-display-threads-buffer)
6651 (gdb-display-memory-buffer, gdb-display-disassembly-buffer)
6652 (gdb-display-stack-buffer, gdb-display-locals-buffer)
6653 (gdb-display-registers-buffer): Define directly.
6654 (def-gdb-display-buffer): Macro deleted.
6655 (gdb-display-buffer): Remove second and third args, callers don't
6656 use them. Defer to the default display-buffer behavior, apart
6657 from making windows dedicated.
6658 (gdb-setup-windows): Don't call display-buffer unnecessarily.
6659
6660 * progmodes/gud.el (gud-display-line): Just use display-buffer.
6661
6662 * window.el (display-buffer-pop-up-frame): Handle a
6663 pop-up-frame-parameters alist entry.
6664 (display-buffer): Document it.
6665
6666 2012-08-26 Chong Yidong <cyd@gnu.org>
6667
6668 * isearch.el (search-whitespace-regexp): Make string and nil
6669 values apply to both ordinary and regexp search. Allow a cons
6670 cell value to distinguish between the two.
6671 (isearch-whitespace-regexp, isearch-search-forward)
6672 (isearch-search-backward): New functions.
6673 (isearch-occur, isearch-search-fun-default, isearch-search)
6674 (isearch-lazy-highlight-new-loop): Use them.
6675 (isearch-forward, isearch-forward-regexp): Doc fix.
6676
6677 2012-08-26 Chong Yidong <cyd@gnu.org>
6678
6679 * faces.el (help-argument-name): Always inherit from italic
6680 (Bug#12213).
6681
6682 2012-08-25 Martin Rudalics <rudalics@gmx.at>
6683
6684 * window.el (window--even-window-heights): Even heights when
6685 WINDOW and the selected window form a vertical combination.
6686 (display-buffer-use-some-window): Provide that window used gets
6687 sized back by quit-window. (Bug#11880) and (Bug#12091)
6688
6689 2012-08-24 Paul Eggert <eggert@cs.ucla.edu>
6690
6691 Fix file time stamp problem with bzr and CVS (Bug#12001).
6692 * vc/vc-cvs.el (vc-cvs-parse-entry): Ignore subsecond information
6693 in the file's time stamp, since the version control system loses
6694 that information.
6695
6696 2012-08-22 Juri Linkov <juri@jurta.org>
6697
6698 * info.el (Info-fontify-node): Hide the suffix of the
6699 Info file name in the header line. (Bug#12187)
6700
6701 2012-08-22 Glenn Morris <rgm@gnu.org>
6702
6703 * calendar/cal-tex.el (cal-tex-weekly-common):
6704 Restore leading blank page.
6705
6706 2012-08-22 Le Wang <l26wang@gmail.com>
6707
6708 * misc.el (forward-to-word, backward-to-word): Activate or extend
6709 the region under `shift-select-mode'. (Bug#12231)
6710
6711 2012-08-22 Bastien Guerry <bzg@gnu.org>
6712
6713 * progmodes/executable.el (executable-prefix): Set to "#!" instead
6714 of "#! ". http://www.in-ulm.de/~mascheck/various/shebang/#details
6715 gives details on why the space is never needed.
6716
6717 2012-08-22 Martin Rudalics <rudalics@gmx.at>
6718
6719 * window.el (walk-window-tree, window-with-parameter):
6720 New optional argument MINIBUF to control whether these functions
6721 should run on the minibuffer window.
6722 (window-at-side-list): Don't operate on minibuffer window.
6723 (window-in-direction): Simplify and rewrite doc-string.
6724 (window--size-ignore): Rename to window--size-ignore-p.
6725 Update callers.
6726 (display-buffer-in-atom-window, window--major-non-side-window)
6727 (window--major-side-window, display-buffer-in-major-side-window)
6728 (delete-side-window, display-buffer-in-side-window):
6729 New functions.
6730 (window--side-check, window-deletable-p, delete-window)
6731 (delete-other-windows, split-window): Handle side windows and
6732 atomic windows appropriately.
6733 (window--display-buffer): Call display-buffer-record-window also
6734 when the window buffer did not change.
6735
6736 2012-08-22 Christopher Schmidt <christopher@ch.ristopher.com>
6737
6738 * help-fns.el (help-fns--key-bindings):
6739 Abbreviate non-symbol remap targets. (Bug#12174)
6740
6741 2012-08-22 Martin Rudalics <rudalics@gmx.at>
6742
6743 * dired.el (dired-mark-remembered): Don't clobber point.
6744 (Bug#11795)
6745
6746 2012-08-22 Glenn Morris <rgm@gnu.org>
6747
6748 * progmodes/bug-reference.el (bug-reference): New custom group.
6749 (bug-reference-bug-regexp): Make it a defcustom.
6750
6751 2012-08-22 Daiki Ueno <ueno@unixuser.org>
6752
6753 * progmodes/js.el (js-indent-level, js-expr-indent-offset)
6754 (js-paren-indent-offset, js-square-indent-offset)
6755 (js-curly-indent-offset): Add :safe (Bug#12257).
6756
6757 2012-08-22 Edward O'Connor <hober0@gmail.com>
6758
6759 * json.el (json-key-format): Add error properties.
6760 (json-encode-key): New function.
6761 (json-encode-hash-table, json-encode-alist, json-encode-plist):
6762 Use json-encode-key.
6763
6764 2012-08-22 Glenn Morris <rgm@gnu.org>
6765
6766 * calendar/cal-tex.el (cal-tex-longday): New function, replacing...
6767 (cal-tex-leftday, cal-tex-rightday): Remove functions.
6768 (cal-tex-weekly-common, cal-tex-cursor-filofax-2week):
6769 Update for above change.
6770
6771 2012-08-21 Andreas Schwab <schwab@linux-m68k.org>
6772
6773 * cus-face.el (custom-face-attributes): Fix customize type for the
6774 :underline attribute. (Bug#11805)
6775
6776 2012-08-21 Martin Rudalics <rudalics@gmx.at>
6777
6778 * window.el (window-point-1, set-window-point-1): Remove.
6779 (window-in-direction, record-window-buffer)
6780 (set-window-buffer-start-and-point, split-window-below)
6781 (window--state-get-1, display-buffer-record-window):
6782 Replace calls to window-point-1 and set-window-point-1 by calls to
6783 window-point and set-window-point respectively.
6784
6785 2012-08-21 Glenn Morris <rgm@gnu.org>
6786
6787 * calendar/cal-tex.el (cal-tex-weekly-common): New function.
6788 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week):
6789 Use it.
6790
6791 * calendar/cal-tex.el (cal-tex-rightday): Add optional funcname arg.
6792 (cal-tex-shortday): New function.
6793 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week)
6794 (cal-tex-cursor-filofax-daily): Use the above.
6795
6796 * calendar/cal-tex.el (cal-tex-leftday, cal-tex-rightday):
6797 New functions.
6798 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
6799 (cal-tex-cursor-filofax-week): Use them.
6800
6801 * calendar/cal-tex.el (cal-tex-lefthead, cal-tex-righthead):
6802 New constants.
6803 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
6804 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use them.
6805
6806 * calendar/cal-tex.el (cal-tex-preamble): Generate new buffers.
6807 (cal-tex-end-document): Don't rely on buffer name.
6808
6809 * calendar/cal-tex.el (cal-tex-cursor-filofax-year):
6810 Use cal-tex-vspace.
6811 (cal-tex-vspace, cal-tex-hspace, cal-tex-em, cal-tex-bf)
6812 (cal-tex-Huge-bf, cal-tex-large-bf): Use cal-tex-cmd.
6813 (cal-tex-scriptsize, cal-tex-huge, cal-tex-Huge, cal-tex-large):
6814 Use cal-tex-arg.
6815
6816 * calendar/cal-tex.el (cal-tex-cursor-filofax-year)
6817 (cal-tex-cursor-week, cal-tex-cursor-week2)
6818 (cal-tex-cursor-week-iso, cal-tex-cursor-week-at-a-glance)
6819 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
6820 (cal-tex-cursor-filofax-daily, cal-tex-cursor-day)
6821 (cal-tex-insert-preamble, cal-tex-b-document)
6822 (cal-tex-e-document, cal-tex-b-center, cal-tex-e-center):
6823 Improve cal-tex-cmd usage.
6824
6825 * calendar/cal-tex.el (cal-tex-filofax-paper): New function.
6826 (cal-tex-cursor-filofax-year, cal-tex-cursor-filofax-2week)
6827 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use it.
6828 (cal-tex-weekly-paper): New function.
6829 (cal-tex-cursor-week, cal-tex-cursor-week2)
6830 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
6831 (cal-tex-cursor-day): Use it.
6832
6833 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance)
6834 (cal-tex-cursor-filofax-week): Remove leading blank page.
6835
6836 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
6837 Add autoload cookie. For now at least, don't use color, since
6838 no other cal-tex function does.
6839
6840 * calendar/cal-tex.el (cal-tex-cursor-week-iso)
6841 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
6842 (cal-tex-cursor-filofax-daily): Correct start date for diary entries.
6843
6844 2012-08-21 Juri Linkov <juri@jurta.org>
6845
6846 * info.el (Info-file-attributes): New variable.
6847 (info-insert-file-contents): Add file attributes to
6848 `Info-file-attributes'. Clear the caches `Info-index-nodes' and
6849 `Info-toc-nodes' when previous modtime of the Info file is less
6850 than new modtime.
6851 (Info-toc-nodes, Info-index-nodes): Move definitions up to the top
6852 of info.el. (Bug#12230)
6853
6854 2012-08-20 Glenn Morris <rgm@gnu.org>
6855
6856 * calendar/diary-lib.el (diary-include-files, diary-sexp-entry):
6857 * calendar/holidays.el (calendar-holiday-list):
6858 Report errors with display-warning rather than beep'n'sleep.
6859
6860 2012-08-20 Michael Albinus <michael.albinus@gmx.de>
6861
6862 * net/tramp.el (tramp-accept-process-output): Accept only output
6863 from PROC. Otherwise, process filters and sentinels might be
6864 confused. (Bug#12145)
6865
6866 2012-08-20 Chong Yidong <cyd@gnu.org>
6867
6868 * descr-text.el (describe-text-properties-1): Use overlays-in to
6869 report on empty overlays (Bug#3322).
6870
6871 2012-08-20 Glenn Morris <rgm@gnu.org>
6872
6873 * mail/rmailout.el (rmail-output-read-file-name):
6874 Trap and report errors in rmail-output-file-alist elements.
6875
6876 * font-lock.el (font-lock-add-keywords): Doc fix (quote face names
6877 since most non-font-lock faces are not also variables).
6878
6879 2012-08-20 Edward Reingold <reingold@iit.edu>
6880
6881 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
6882 New function. (Bug12160)
6883
6884 2012-08-19 Glenn Morris <rgm@gnu.org>
6885
6886 * mail/rmailout.el (rmail-output-read-file-name):
6887 Fix previous change (when the alist is nil or does not match).
6888
6889 2012-08-19 Chong Yidong <cyd@gnu.org>
6890
6891 * xml.el (xml-escape-string): Don't refer to xml-entity-alist
6892 (Bug#12228).
6893
6894 2012-08-18 Chong Yidong <cyd@gnu.org>
6895
6896 * simple.el (yank-handled-properties): New defcustom.
6897 (yank-excluded-properties): Add font-lock-face and category.
6898 (yank): Doc fix.
6899
6900 * subr.el (remove-yank-excluded-properties):
6901 Obey yank-handled-properties. The special handling of font-lock-face
6902 and category is now done this way, instead of being hard-coded.
6903 (insert-for-yank-1): Remove font-lock-face handling.
6904 (yank-handle-font-lock-face-property)
6905 (yank-handle-category-property): New function.
6906
6907 2012-08-17 Glenn Morris <rgm@gnu.org>
6908
6909 * mail/rmailout.el (rmail-output-read-file-name):
6910 Check rmail-output-file-alist against the full message body
6911 in the correct rmail buffer. (Bug#12214)
6912
6913 2012-08-17 Michael Albinus <michael.albinus@gmx.de>
6914
6915 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
6916 Eliminate superfluous prompt. (Bug#12203)
6917
6918 2012-08-17 Chong Yidong <cyd@gnu.org>
6919
6920 * mouse.el (mouse-appearance-menu): If x-select-font returns a
6921 font spec, set the font directly (Bug#3228).
6922
6923 2012-08-17 Martin Rudalics <rudalics@gmx.at>
6924
6925 * window.el (delete-window): Fix last fix.
6926
6927 2012-08-16 Martin Rudalics <rudalics@gmx.at>
6928
6929 * window.el (window-valid-p): Move to window.c.
6930 (window-child, window-child-count, window-last-child)
6931 (window-normalize-window, window-combined-p)
6932 (window-combinations, window-atom-root, window-min-size)
6933 (window-sizable, window-sizable-p, window-size-fixed-p)
6934 (window-min-delta, window-max-delta, window--resizable)
6935 (window--resizable-p, window-resizable, window-total-size)
6936 (window-full-height-p, window-full-width-p, window-body-size)
6937 (window-at-side-p, adjust-window-trailing-edge, maximize-window)
6938 (minimize-window, window-deletable-p, delete-window)
6939 (delete-other-windows, set-window-buffer-start-and-point)
6940 (next-buffer, previous-buffer, split-window, balance-windows-2)
6941 (set-window-text-height, window-buffer-height)
6942 (fit-window-to-buffer, shrink-window-if-larger-than-buffer)
6943 (truncated-partial-width-window-p): Minor code adjustments.
6944 In doc-strings state whether the argument window has to denote a
6945 live, valid or any window.
6946
6947 2012-08-16 Phil Sainty <psainty@orcon.net.nz> (tiny change)
6948
6949 * progmodes/subword.el (subword-forward-function)
6950 (subword-backward-function, subword-forward-regexp)
6951 (subword-backward-regexp): New variables.
6952 (subword-forward, subword-forward-internal, subword-backward-internal):
6953 Use new variables, eg so that different "word" definitions
6954 can be easily used. (Bug#11411)
6955
6956 2012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
6957
6958 * vc/vc-mtn.el (vc-mtn-revision-completion-table): Handle completion
6959 for composite selectors.
6960 * vc/vc.el (vc-diff-build-argument-list-internal): Don't prevent
6961 operation just because we can't find a previous revision.
6962
6963 2012-08-15 Chong Yidong <cyd@gnu.org>
6964
6965 * frame.el (set-frame-font): Accept font objects.
6966
6967 2012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
6968
6969 * textmodes/tex-mode.el (tex-insert-quote): ~ is a space (bug#12137).
6970
6971 2012-08-15 Wolfgang Jenkner <wjenkner@inode.at>
6972
6973 * man.el (Man-overstrike-face, Man-underline-face)
6974 (Man-reverse-face): Remove variables.
6975 (Man-overstrike, Man-underline, Man-reverse): New faces.
6976 (Man-fontify-manpage): Use them instead of the variables.
6977 (Man-cleanup-manpage): Comment change.
6978 (Man-ansi-color-map): New variable.
6979 (Man-fontify-manpage): Use it.
6980 Call ansi-color-apply-on-region to replace ad hoc code (bug#12147).
6981
6982 Implement ANSI SGR parameters 22-27 (bug#12146).
6983 * ansi-color.el (ansi-colors): Doc fix.
6984 (ansi-color-context, ansi-color-context-region): Doc fix.
6985 (ansi-color--find-face): New function.
6986 (ansi-color-apply, ansi-color-apply-on-region): Use it.
6987 Rename the local variable `face' to `codes' since it is now a list of
6988 ansi codes. Doc fix.
6989 (ansi-color-get-face): Remove.
6990 (ansi-color-parse-sequence): New function, derived from
6991 ansi-color-get-face.
6992 (ansi-color-apply-sequence): Use it. Rewrite, and support ansi
6993 codes 22-27.
6994
6995 2012-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
6996
6997 * subr.el (read-passwd): Allow use from a minibuffer.
6998
6999 2012-08-14 Eli Zaretskii <eliz@gnu.org>
7000
7001 * tooltip.el (tooltip-identifier-from-point): Don't treat tokens
7002 inside comments and strings as identifiers.
7003
7004 * progmodes/gud.el (gud-tooltip-print-command): Quote the
7005 expression to evaluate. This allows to evaluate expressions with
7006 embedded whitespace.
7007 (gud-tooltip-tips): Add a blank before the newline in the
7008 message-box text, for the benefit of message-box emulation on
7009 MS-Windows.
7010
7011 * progmodes/gdb-mi.el (gdb-tooltip-print): Don't ignore error
7012 messages from GDB, pop them up in a tooltip to give feedback to
7013 user.
7014 (gdb-tooltip-print-1): Quote the expression to evaluate.
7015 This allows to evaluate expressions with embedded whitespace.
7016 (gdb-inferior-io--init-proc): Don't send "-inferior-tty" command
7017 if the TTY name is nil or empty (which happens when communicating
7018 with the inferior via pipes, e.g. on MS-Windows).
7019 (gdb-internals): If GDB sends a "&\n" empty debugging message,
7020 don't send that to the GUD buffer.
7021
7022 2012-08-14 Glenn Morris <rgm@gnu.org>
7023
7024 * emacs-lisp/bytecomp.el (byte-compile-setq-default):
7025 Optimize away setq-default with no args, as for setq. (Bug#12195)
7026
7027 2012-08-14 Chong Yidong <cyd@gnu.org>
7028
7029 * minibuffer.el (read-file-name): Doc fix (Bug#10881).
7030
7031 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Doc fix
7032 (Bug#12085).
7033
7034 2012-08-14 Glenn Morris <rgm@gnu.org>
7035
7036 * emacs-lisp/bytecomp.el (byte-recompile-file): Doc fix.
7037
7038 2012-08-14 Michael Albinus <michael.albinus@gmx.de>
7039
7040 * net/tramp-sh.el (tramp-open-shell): Cache the shell name.
7041 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
7042 Use cached shell name.
7043
7044 2012-08-14 Fabián Ezequiel Gallina <fgallina@cuca>
7045
7046 * progmodes/python.el (python-shell-send-string):
7047 (python-shell-send-setup-code): Do not use `format' with `message'.
7048
7049 2012-08-14 Dmitry Gutov <dgutov@yandex.ru>
7050
7051 * progmodes/ruby-mode.el: Improve percent literals (bug#6286).
7052 (ruby-percent-literal-beg-re): New constant.
7053 (ruby-syntax-general-delimiters-goto-beg): Rename to
7054 `ruby-syntax-enclosing-percent-literal', improve literal type check.
7055 (ruby-syntax-propertize-general-delimiters): Rename to
7056 `ruby-syntax-propertize-percent-literal', it's a shorter and more
7057 popular term. Adjust comments everywhere.
7058 (ruby-syntax-propertize-percent-literal): Only propertize when not
7059 inside a simple string or comment. When the literal is unclosed,
7060 leave the text after it unpropertized.
7061 (ruby-syntax-methods-before-regexp): New constant.
7062 (ruby-syntax-propertize-function): Use it to recognize regexps.
7063 Don't look at the text after regexp, just use the whitelist.
7064
7065 2012-08-14 Andreas Schwab <schwab@linux-m68k.org>
7066
7067 * emacs-lisp/bytecomp.el (byte-recompile-file): When LOAD is
7068 non-nil always load the compiled file if it exists. (Bug#12197)
7069
7070 2012-08-14 Chong Yidong <cyd@gnu.org>
7071
7072 * hi-lock.el (hi-lock-mode): Do not unilaterally enable font lock.
7073 (hi-lock-set-pattern): When deciding whether to use font lock or
7074 overlays, look at font-lock-mode instead of font-lock-fontified
7075 (Bug#12168).
7076 (hi-lock-mode, hi-lock-line-face-buffer, hi-lock-unface-buffer)
7077 (hi-lock-face-buffer, hi-lock-face-phrase-buffer): Doc fix.
7078
7079 2012-08-14 Daiki Ueno <ueno@unixuser.org>
7080
7081 * subr.el (internal--after-with-selected-window): Fix typo
7082 (Bug#12193).
7083
7084 2012-08-14 Fabián Ezequiel Gallina <fgallina@cuca>
7085
7086 Use `completion-table-dynamic' for completion functions.
7087 * progmodes/python.el
7088 (python-shell-completion--do-completion-at-point)
7089 (python-shell-completion--get-completions):
7090 Remove functions.
7091 (python-shell-completion-complete-at-point): New function.
7092 (python-completion-complete-at-point): Use it.
7093
7094 2012-08-13 Jambunathan K <kjambunathan@gmail.com>
7095
7096 * vc/vc-dir.el (vc-dir-hide-state): New command (bug#12159).
7097 (vc-dir-hide-up-to-date): Route it to `vc-dir-hide-state'.
7098
7099 2012-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
7100
7101 * subr.el (function-get): Refine `autoload' arg so it can also
7102 autoload functions for gv.el (bug#12191).
7103 * emacs-lisp/edebug.el (get-edebug-spec): Adjust so it only
7104 autoloads macros.
7105
7106 * color.el (color-xyz-to-lab, color-lab-to-xyz, color-cie-de2000):
7107 Prefer pcase-let over destructuring-bind.
7108 * vc/diff-mode.el (diff-remove-trailing-whitespace): Same.
7109 Also, remove whitespace as we go, rather than after accumulating the
7110 various places.
7111
7112 * subr.el (internal--before-with-selected-window)
7113 (internal--after-with-selected-window): Fix typo seleted->selected.
7114 (with-selected-window): Adjust callers.
7115 Reported by Dmitry Gutov <dgutov@yandex.ru>.
7116
7117 2012-08-13 Bastien Guerry <bzg@gnu.org>
7118
7119 * window.el (special-display-popup-frame): Minor docstring
7120 enhancement. (Bug#12172)
7121
7122 2012-08-13 Andreas Schwab <schwab@linux-m68k.org>
7123
7124 * tar-mode.el (tar-header-data-end): Only ignore size for files of
7125 type 1-6.
7126 (tar-header-block-summarize, tar-get-descriptor): Handle pax
7127 extended headers.
7128
7129 * files.el (hack-local-variables-filter): Remove useless eval.
7130
7131 2012-08-13 Martin Rudalics <rudalics@gmx.at>
7132
7133 * subr.el (with-selected-window): Fix last change.
7134
7135 2012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
7136
7137 * subr.el (internal--before-with-seleted-window)
7138 (internal--after-with-seleted-window): New functions.
7139 (with-selected-window): Use them, to replace dependency on
7140 tty-top-frame.
7141
7142 2012-08-12 Nobuyoshi Nakada <nobu@ruby-lang.org>
7143
7144 * progmodes/ruby-mode.el (ruby-mode-map): Remove unnecessary
7145 binding for `newline'.
7146 (ruby-move-to-block): When moving backward, stop at block opening,
7147 not indentation.
7148 * progmodes/ruby-mode.el (ruby-brace-to-do-end)
7149 (ruby-do-end-to-brace, ruby-toggle-block): New functions.
7150 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
7151 `ruby-toggle-block'.
7152
7153 2012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
7154
7155 * ibuffer.el (ibuffer-do-toggle-read-only):
7156 * dired.el (dired-toggle-read-only):
7157 * buff-menu.el (Buffer-menu-toggle-read-only):
7158 * bindings.el (mode-line-toggle-read-only):
7159 * bs.el (bs-toggle-readonly): Call toggle-read-only interactively.
7160
7161 2012-08-12 Andreas Schwab <schwab@linux-m68k.org>
7162
7163 * descr-text.el (describe-char): Put the overlays over the
7164 "displayed as" character.
7165
7166 2012-08-12 Jay Belanger <jay.p.belanger@gmail.com>
7167
7168 * calc/calc-units.el (math-default-units-table): Give an
7169 initial value.
7170 (math-put-default-units): Add options to put composite units and
7171 unit systems in the default units table.
7172 (calc-convert-units): Send composite units to
7173 `math-put-default-units' when appropriate.
7174
7175 2012-08-11 Glenn Morris <rgm@gnu.org>
7176
7177 * emacs-lisp/copyright.el (copyright-update-directory): Logic fix.
7178
7179 * tutorial.el (help-with-tutorial):
7180 * emacs-lisp/copyright.el (copyright-update-directory):
7181 * emacs-lisp/autoload.el (autoload-find-generated-file)
7182 (autoload-find-file): Disable local eval: (for insurance).
7183
7184 * files.el (hack-local-variables-filter): If an eval: form is not
7185 known to be safe, and enable-local-variables is :safe, then ignore
7186 the form totally, as is done for non-eval forms. (Bug#12155)
7187 This is CVE-2012-3479.
7188
7189 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
7190
7191 * emacs-lisp/rx.el (rx-constituents): Don't define as constant.
7192 (rx-form): Simplify.
7193
7194 2012-08-09 Dmitry Gutov <dgutov@yandex.ru>
7195
7196 * progmodes/ruby-mode.el (ruby-expr-beg, ruby-parse-partial):
7197 ?, _, and : are symbol constituents, ! is not (but kinda should be).
7198 (ruby-syntax-propertize-heredoc): Use ruby-singleton-class-p.
7199 (ruby-syntax-propertize-function): Adjust for changes in
7200 `ruby-syntax-propertize-heredoc'.
7201
7202 2012-08-09 Nobuyoshi Nakada <nobu@ruby-lang.org>
7203
7204 * progmodes/ruby-mode.el (ruby-mode-map): Remove deprecated
7205 binding (use `M-;' instead).
7206 (ruby-singleton-class-p): New function.
7207 (ruby-expr-beg, ruby-in-here-doc-p) Use it.
7208
7209 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
7210
7211 * emacs-lisp/cl-macs.el (cl-loop): Improve debug spec.
7212
7213 2012-08-10 Chong Yidong <cyd@gnu.org>
7214
7215 * progmodes/python.el (python-shell-get-process-name): Don't mess
7216 with same-window-buffer-names.
7217
7218 * eshell/eshell.el (eshell-add-to-window-buffer-names)
7219 (eshell-remove-from-window-buffer-names): Make obsolete.
7220 (eshell-buffer-name, eshell-unload-hook): Don't use them.
7221 (eshell): Just use pop-to-buffer-same-window instead.
7222
7223 2012-08-10 Chong Yidong <cyd@gnu.org>
7224
7225 * bindings.el: Bind M-= back to count-words-region.
7226
7227 * simple.el (count-words-region): Accept a prefix arg for acting
7228 on the entire buffer.
7229 (count-words--buffer-message): New helper function.
7230
7231 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
7232
7233 * term/x-win.el (x-menu-bar-open): Always pass last-nonmenu-event.
7234 * subr.el (eventp): `nil' is not an event, and eventp is not hot.
7235 (event-start, event-end): Use posn-at-point to return a more
7236 informative posn.
7237 (posnp): New function.
7238 * mouse.el (popup-menu-normalize-position): Use it.
7239
7240 2012-08-10 Masatake YAMATO <yamato@redhat.com>
7241
7242 * mouse.el (popup-menu-normalize-position): New function.
7243 (popup-menu): Use `popup-menu-normalize-position' to normalize
7244 the form for POSITION argument.
7245
7246 * term/x-win.el (x-menu-bar-open):
7247 Use the value returend from (posn-at-point) as position
7248 passed to `popup-menu'.
7249
7250 2012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
7251
7252 * calc/calccomp.el (math-compose-expr): Add extra argument
7253 indicating that parentheses should be put around products in
7254 denominators. Give multiplication precedence over division during
7255 composition.
7256
7257 2012-08-09 Chong Yidong <cyd@gnu.org>
7258
7259 * man.el (Man-switches, Man-sed-command, Man-awk-command)
7260 (Man-mode-hook, Man-cooked-hook, Man-untabify-command-args)
7261 (Man-untabify-command, manual-program): Convert to defcustom
7262 (Bug#10429).
7263
7264 * vc/add-log.el (change-log-mode): Bind comment-start to nil.
7265
7266 * descr-text.el (describe-char): Don't insert extra newlines
7267 (Bug#10127).
7268
7269 * vc/log-view.el (log-view-diff): Use use-region-p (Bug#10133).
7270 (log-view-diff-changeset, log-view-minor-wrap): Likewise.
7271
7272 * align.el (align-region): Delete temporary markers (Bug#10047).
7273 Plus some code cleanups.
7274
7275 2012-08-09 Fabián Ezequiel Gallina <fgallina@cuca>
7276
7277 * progmodes/python.el (python-pdbtrack-tracked-buffer)
7278 (python-pdbtrack-buffers-to-kill, python-shell-internal-buffer)
7279 (python-shell-internal-last-output): Use make-local-variable
7280 instead of make-variable-buffer-local.
7281
7282 2012-08-09 Fabián Ezequiel Gallina <fgallina@cuca>
7283
7284 * progmodes/python.el: Enhancements to forward-sexp.
7285 (python-nav-forward-sexp): Rename from
7286 python-nav-forward-sexp-function.
7287 (python-nav--forward-sexp, python-nav--backward-sexp):
7288 New functions.
7289
7290 2012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
7291
7292 * calc/calc-menu.el (calc-modes-menu): Add entries for matrix
7293 modes and simplification modes.
7294
7295 2012-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
7296
7297 * delsel.el (delete-selection-pre-hook): Don't propagate the
7298 file-supersession signals (bug#12161).
7299
7300 2012-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
7301
7302 * emacs-lisp/cl.el (cl-map-keymap-recursively, cl-map-intervals)
7303 (cl-map-extents): Add compatibility aliases (bug#12135).
7304
7305 2012-08-08 Michael Albinus <michael.albinus@gmx.de>
7306
7307 * net/tramp-sh.el (tramp-find-file-exists-command): Protect the
7308 tests by `ignore-error'.
7309 (tramp-find-shell): Open also a new shell, when cache is already
7310 set. Reported by Carsten Bormann <cabo@tzi.org>. (Bug#12148)
7311
7312 2012-08-08 Juri Linkov <juri@jurta.org>
7313
7314 * bookmark.el: Add `defaults' property to the bookmark record.
7315 (bookmark-current-buffer): Doc fix.
7316 (bookmark-make-record): Add `defaults' property with default values
7317 to the bookmark record.
7318 (bookmark-minibuffer-read-name-map): Remove key binding "\C-u"
7319 with `bookmark-insert-current-bookmark'.
7320 (bookmark-set): Get `defaults' property from the bookmark record
7321 and use it in `read-from-minibuffer'.
7322 (bookmark-insert-current-bookmark): Remove function.
7323
7324 * info.el (Info-bookmark-make-record): Add `defaults' property
7325 with values of canonical Info node name, the current Info file
7326 name and the current Info node name. (Bug#12107)
7327
7328 2012-08-08 Juri Linkov <juri@jurta.org>
7329
7330 * files.el (basic-save-buffer): Use `buffer-name' as the default
7331 of `read-file-name' when buffer is not visiting a file (bug#12128).
7332
7333 2012-08-08 Juri Linkov <juri@jurta.org>
7334
7335 * info.el (Info-isearch-search): Doc fix.
7336 (Info-search): Change search-failed message from "initial node" to
7337 "end of node" (bug#12078).
7338 (Info-isearch-search): Change `isearch-string-state' to
7339 `isearch--state-string'.
7340
7341 2012-08-08 Glenn Morris <rgm@gnu.org>
7342
7343 * language/persian.el: Remove file.
7344 * language/misc-lang.el: Move unique part of persian.el here.
7345 * loadup.el: Remove language/persian.
7346
7347 2012-08-08 Óscar Fuentes <ofv@wanadoo.es>
7348
7349 * vc/diff-mode.el (diff-remove-trailing-whitespace): New function.
7350
7351 2012-08-08 Fabián Ezequiel Gallina <fgallina@cuca>
7352
7353 * progmodes/python.el: Fix defsubst warning.
7354 (python-syntax-context) Rename from python-info-ppss-context.
7355 (python-syntax-context-type): Rename from
7356 python-info-ppss-context-type.
7357 (python-syntax-comment-or-string-p): Rename from
7358 python-info-ppss-comment-or-string-p.
7359
7360 2012-08-08 Jay Belanger <jay.p.belanger@gmail.com>
7361
7362 * calc/calc-misc.el (calc-record-why): Don't record a message twice.
7363
7364 2012-08-07 Andreas Schwab <schwab@linux-m68k.org>
7365
7366 * emacs-lisp/lisp-mode.el (eval-defun-1): Handle standard value of
7367 a defcustom that is quoted with backquote.
7368
7369 * calc/calc-prog.el (math-do-defmath): Use backquote forms.
7370 Fix handling of interactive spec when the body uses return.
7371 (math-do-arg-check, math-define-function-body): Use backquote forms.
7372 * calc/calc-ext.el (math-defcache): Likewise.
7373 * calc/calc-rewr.el (math-rwfail, math-rweval): Likewise.
7374 * allout.el (allout-new-exposure): Likewise.
7375 * calc/calcalg2.el (math-tracing-integral): Likewise.
7376 * info.el (Info-last-menu-item): Likewise.
7377 * emulation/vip.el (vip-loop): Likewise.
7378 * textmodes/artist.el (artist-funcall): Likewise.
7379 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle):
7380 Construct menu-item directly.
7381
7382 * progmodes/autoconf.el (font-lock-syntactic-keywords):
7383 Don't declare.
7384
7385 2012-08-07 Chong Yidong <cyd@gnu.org>
7386
7387 * simple.el (deactivate-mark): Preserve text properties when
7388 saving the primary selection (Bug#8384).
7389
7390 2012-08-07 Kevin Ryde <user42@zip.com.au>
7391
7392 * woman.el (woman0-if): Quietly treat ".if v" as false (Bug#12109).
7393 (woman-parse-numeric-value): On a bad .IP line, issue a warning
7394 and continue processing (Bug#12110).
7395
7396 2012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
7397
7398 * progmodes/cperl-mode.el (cperl-mode): Yet another fix for
7399 syntax-propertize-function (bug#10095).
7400
7401 2012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
7402
7403 * help-fns.el (help-fns--key-bindings, help-fns--signature)
7404 (help-fns--parent-mode, help-fns--obsolete): New funs, extracted from
7405 describe-function-1.
7406 (describe-function-1): Use them. Move compiler macro after sig.
7407 (help-fns--compiler-macro): Use function-get. Assume we're already in
7408 standard-output. Adjust layout to new call order.
7409
7410 * emacs-lisp/cl-macs.el (cl--sm-macroexpand): Fix handling of
7411 re-binding a symbol that has a symbol-macro (bug#12119).
7412
7413 2012-08-06 Mohsen BANAN <libre@mohsen.1.banan.byname.net>
7414
7415 * language/persian.el: New file. (Bug#11812)
7416 * loadup.el: Add language/persian.el.
7417
7418 2012-08-06 Chong Yidong <cyd@gnu.org>
7419
7420 * window.el (window--maybe-raise-frame): New function.
7421 (window--display-buffer): Split off from here.
7422 (display-buffer-reuse-window, display-buffer-pop-up-frame)
7423 (display-buffer-pop-up-window, display-buffer-use-some-window):
7424 Obey an inhibit-switch-frame action alist entry.
7425 (display-buffer): Update doc.
7426
7427 * replace.el (occur-after-change-function): Avoid losing focus by
7428 using the inhibit-switch-frame display parameter (Bug#12139).
7429
7430 2012-08-06 Fabián Ezequiel Gallina <fgallina@cuca>
7431
7432 Make internal shell process buffer names start with space.
7433 * progmodes/python.el (python-shell-make-comint): Add optional
7434 argument INTERNAL.
7435 (run-python-internal): Use it.
7436 (python-shell-internal-get-or-create-process): Check for new
7437 internal buffer names.
7438
7439 2012-08-06 Glenn Morris <rgm@gnu.org>
7440
7441 * eshell/esh-ext.el (eshell/addpath): Use dolist and mapconcat.
7442 Do less getting and setting of environment variables.
7443
7444 2012-08-05 Chong Yidong <cyd@gnu.org>
7445
7446 * proced.el (proced): Add substitution string to docstring to
7447 trigger autoloading of the proced library on C-h f (Bug#1768).
7448
7449 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
7450 Don't show defvars which have no second argument (Bug#8638).
7451
7452 * imenu.el (imenu-generic-expression): Move documentation here
7453 from imenu--generic-function.
7454 (imenu--generic-function): Refer to imenu-generic-expression.
7455
7456 2012-08-05 Vegard Øye <vegard_oye@hotmail.com> (tiny change)
7457
7458 * emulation/viper-init.el (viper-deflocalvar): Add docstring and
7459 indentation declaration.
7460 (viper-loop): Add indentation declaration (Bug#7025).
7461
7462 2012-08-05 Chong Yidong <cyd@gnu.org>
7463
7464 * help-fns.el (describe-variable): Add hyperlink for
7465 directory-local variables files. Improve buffer-local and
7466 permanent-local reporting; suggested by MON KEY (Bug#6644).
7467
7468 * help-mode.el (help-dir-local-var-def): New button type.
7469
7470 * files.el (kill-buffer-hook): Provide a defvar.
7471
7472 2012-08-05 Glenn Morris <rgm@gnu.org>
7473
7474 * eshell/esh-ext.el (eshell/addpath):
7475 Also update eshell-path-env. (Bug#12013)
7476
7477 2012-08-05 Chong Yidong <cyd@gnu.org>
7478
7479 * wdired.el (wdired-mode, wdired-change-to-wdired-mode): Doc fixes.
7480
7481 * fringe.el (fringe-styles): Add docstring.
7482 (fringe--check-mode): New function.
7483 (set-fringe-mode, set-fringe-style): Use it.
7484 (fringe-mode, set-fringe-style): Doc fixes (Bug#6480).
7485
7486 * files.el (set-auto-mode): Fix invalid setq call.
7487
7488 2012-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
7489
7490 * isearch.el: Misc simplification; use defstruct.
7491 (isearch-mode-map): Dense maps now work like sparse ones.
7492 (isearch--state): New defstruct.
7493 (isearch-string-state, isearch-message-state, isearch-point-state)
7494 (isearch-success-state, isearch-forward-state)
7495 (isearch-other-end-state, isearch-word-state, isearch-error-state)
7496 (isearch-wrapped-state, isearch-barrier-state)
7497 (isearch-case-fold-search-state, isearch-pop-fun-state): Remove,
7498 replaced by defstruct's accessors.
7499 (isearch--set-state): Rename from isearch-top-state and change
7500 calling convention.
7501 (isearch-push-state): Use new isearch--get-state.
7502 (isearch-toggle-word): Disable regexp when enabling word.
7503 (isearch-message-prefix): Remove unused arg _c-q-hack.
7504 (isearch-message-suffix): Remove unused arg _ellipsis.
7505
7506 2012-08-04 Andreas Schwab <schwab@linux-m68k.org>
7507
7508 * simple.el (list-processes--refresh): For a server use :host or
7509 :local as the address.
7510 (list-processes): Doc fix.
7511
7512 2012-08-04 Michal Nazarewicz <mina86@mina86.com>
7513
7514 * lisp/mpc.el: Support password in host argument.
7515 (mpc--proc-connect): Parse and use new password element.
7516 Set mpc-proc variable instead of returning process.
7517 (mpc-proc): Adjust accordingly.
7518
7519 2012-08-03 Eli Zaretskii <eliz@gnu.org>
7520
7521 * whitespace.el (whitespace-display-mappings): Use Unicode
7522 codepoints, instead of emacs-mule codepoints. See
7523 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-07/msg00366.html
7524 for the details.
7525
7526 * files.el (file-truename): Don't skip symlink-chasing part on
7527 windows-nt. Incorporate the resolution of 8+3 short aliases on
7528 Windows into the loop that recursively chases symlinks.
7529 Compare directory and its parent case-insensitively on MS-Windows and
7530 MS-DOS.
7531
7532 2012-08-03 Chong Yidong <cyd@gnu.org>
7533
7534 * menu-bar.el (menu-bar-tools-menu): Remove PCL-CVS.
7535
7536 * sort.el (sort-regexp-fields): Doc fix.
7537
7538 2012-08-03 Tassilo Horn <tsdh@gnu.org>
7539
7540 * textmodes/reftex.el (reftex-compile-variables): Make keyvals
7541 labels regex position point at the expected place.
7542
7543 2012-08-03 MON KEY <monkey@sandpframing.com>
7544
7545 * net/imap.el (imap-interactive-login, imap-authenticate)
7546 (imap-mailbox-lsub, imap-mailbox-list)
7547 (imap-mailbox-status-asynch, imap-mailbox-acl-delete)
7548 (imap-fetch, imap-message-flag-permanent-p, imap-envelope-from)
7549 (imap-parse-response): Doc fix.
7550
7551 2012-08-03 João Távora <joaotavora@gmail.com>
7552
7553 * textmodes/tex-mode.el (latex-forward-sexp): Terminate the loop
7554 if sexp scanning does not move point (Bug#5734).
7555
7556 2012-08-02 Tassilo Horn <tsdh@gnu.org>
7557
7558 * textmodes/reftex-vars.el (reftex-default-label-alist-entries):
7559 Add listings, minted, and ctable packages.
7560 (reftex-label-alist-builtin): Move listings, minted, and ctable
7561 entries before LaTeX.
7562 (reftex-label-alist): Docfix.
7563
7564 2012-08-02 Bastien Guerry <bzg@gnu.org>
7565
7566 * replace.el (occur): Fix docstring (bug#12122).
7567
7568 2012-08-02 Glenn Morris <rgm@gnu.org>
7569
7570 * emacs-lisp/authors.el (authors-renamed-files-alist): Add ms-w32.h.
7571
7572 2012-08-02 Paul Eggert <eggert@cs.ucla.edu>
7573
7574 Obsolete alias inactivate-current-input-method-function (Bug#10150).
7575 * international/mule-cmds.el: Create
7576 inactivate-current-input-method-function as an obsolete alias for
7577 deactivate-current-input-method-function. See Katsumi Yamaoka in
7578 <http://bugs.gnu.org/10150#46>.
7579
7580 2012-08-01 Jay Belanger <jay.p.belanger@gmail.com>
7581
7582 * calc/calc-mode.el (calc-set-simplify-mode): Use `cond' instead
7583 of nested `if's.
7584
7585 2012-08-01 Glenn Morris <rgm@gnu.org>
7586
7587 * progmodes/autoconf.el (autoconf-definition-regexp):
7588 Add AH_TEMPLATE, adjust submatch numbering.
7589 (autoconf-font-lock-keywords, autoconf-imenu-generic-expression)
7590 (autoconf-current-defun-function): Update for above change.
7591 (autoconf-current-defun-function): First skip to end of current word.
7592
7593 2012-08-01 Rupert Swarbrick <rswarbrick@gmail.com> (tiny change)
7594
7595 * calendar/cal-html.el (cal-html-insert-agenda-days):
7596 Fix typo. (Bug#12018)
7597
7598 2012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
7599
7600 Shell processes: enhancements to startup and CEDET compatibility.
7601 * progmodes/python.el (python-shell-send-setup-max-wait): Delete var.
7602 (python-shell-make-comint): accept-process-output at startup.
7603 (run-python-internal): Set inferior-python-mode-hook to nil.
7604 (python-shell-internal-get-or-create-process): call sit-for.
7605 (python-preoutput-result): Add obsolete alias.
7606 (python-shell-internal-send-string): Use it.
7607 (python-shell-send-setup-code): Remove call to
7608 accept-process-output.
7609
7610 2012-07-31 Andreas Schwab <schwab@linux-m68k.org>
7611
7612 * buff-menu.el (list-buffers-noselect): Use prefix-numeric-value.
7613 (Bug#12108)
7614
7615 2012-07-31 Jay Belanger <jay.p.belanger@gmail.com>
7616
7617 * calc-mode.el (calc-basic-simplification-mode): Rename from
7618 `calc-limited-simplification-mode'.
7619 (calc-alg-simplification-mode): New function.
7620 (calc-set-simplify-mode): Adjust message.
7621
7622 * calc.el (calc-set-mode-line): Adjust mode line display for
7623 basic simplification mode.
7624
7625 * calc-help.el (calc-m-prefix-help): Update help message.
7626
7627 * calc-ext.el (calc-init-extensions): Add bindings and autoloads
7628 for `calc-basic-simplify-mode' and `calc-alg-simplify-mode'.
7629
7630 2012-07-31 Bastien Guerry <bzg@gnu.org>
7631
7632 * man.el (man): Fix comment. (bug#12101)
7633
7634 2012-07-31 Martin Rudalics <rudalics@gmx.at>
7635
7636 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
7637 Don't return a non-nil value when no suitable buffer was found.
7638
7639 2012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
7640
7641 * progmodes/python.el (run-python-internal): Disable font lock for
7642 internal shells.
7643
7644 2012-07-30 Stefan Merten <smerten@oekonux.de>
7645
7646 * textmodes/rst.el: Silence `checkdoc-ispell'.
7647 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
7648 (rst-official-version, rst-official-cvs-rev)
7649 (rst-package-emacs-version-alist): Update to upstream V1.3.1.
7650 (rst-mode-map): New key binding.
7651
7652 2012-07-30 Paul Eggert <eggert@cs.ucla.edu>
7653
7654 Update .PHONY listings in makefiles.
7655 * Makefile.in (.PHONY): Add all, doit, custom-deps, finder-data,
7656 autoloads, update-subdirs, updates, bzr-update, update-authors,
7657 compile-onefile, compile-calc, backup-compiled-files,
7658 compile-after-backup, compile-one-process, mh-autoloads,
7659 bootstrap-clean, distclean, maintainer-clean.
7660
7661 2012-07-29 Jay Belanger <jay.p.belanger@gmail.com>
7662
7663 * calc/calc.el (calc-simplify-mode): Make 'alg the default value.
7664 (calc-set-mode-line): Don't display "AlgSimp ".
7665
7666 * calc/calc-mode.el (calc-alg-simplify-mode): Remove function.
7667 (calc-lim-simplify-mode): New function.
7668 (calc-set-simplify-mode): Default to 'alg.
7669 (calc-default-simplify-mode): Make algebraic simplifications
7670 the default.
7671
7672 * calc/calc-ext.el (calc-init-extensions): Remove binding for
7673 `calc-alg-simplify-mode'. Add binding for `calc-lim-simplify-mode'.
7674
7675 * calc/calc-help.el (calc-m-prefix-help): Change messages to
7676 indicate new simplification modes.
7677
7678 * calc/README: Mention new default simplification mode.
7679
7680 * calc/calc.el (math-normalize-error): New variable.
7681 (math-normalize): Set `math-normalize-error' to t
7682 when there's an error.
7683
7684 * calc/calc-alg.el (math-simplify): Don't simplify when
7685 `math-normalize' returns an error.
7686
7687 2012-07-29 Eli Zaretskii <eliz@gnu.org>
7688
7689 * international/mule-cmds.el (set-locale-environment): Revert last
7690 change, since display-graphic-p returns nil when this function is
7691 called during startup. Instead...
7692
7693 * term/w32console.el (terminal-init-w32console): ...setup the
7694 keyboard and terminal encoding for TTY sessions here. (Bug#12082)
7695
7696 2012-07-29 Juri Linkov <juri@jurta.org>
7697
7698 * simple.el (goto-line): Don't display default line number in the
7699 prompt because it should be displayed by `read-number' (bug#9952).
7700 Add the current line number to the defaults of `goto-line' to
7701 allow its easier modification by users with `M-n' (bug#9201).
7702
7703 * subr.el (read-number): Support multiple default values like in
7704 other minibuffer reading functions. Replace `read' with
7705 `string-to-number' for consistency with `number-to-string'.
7706
7707 2012-07-29 Paul Eggert <eggert@cs.ucla.edu>
7708
7709 deactive->inactive, inactivate->deactivate spelling fixes (Bug#10150)
7710 * emulation/viper-init.el (viper-deactivate-input-method-action):
7711 Rename from viper-inactivate-input-method-action.
7712 (viper-deactivate-input-method):
7713 Rename from viper-inactivate-input-method.
7714 * follow.el (follow-inactive-menu): Rename from follow-deactive-menu.
7715 * international/mule-cmds.el (deactivate-input-method):
7716 Rename from inactivate-input-method.
7717 Also run input-method-deactivate-hook.
7718 (deactivate-current-input-method-function):
7719 Rename from inactivate-current-input-method-function.
7720 (input-method-deactivate-hook): New hook.
7721 (input-method-inactivate-hook): Mark obsolete.
7722 (inactivate-input-method): Mark obsolete.
7723
7724 * international/quail.el (quail-activate):
7725 Also run quail-deactivate-hook.
7726 (quail-deactivate): Rename from quail-inactivate.
7727 * international/robin.el (robin-activate):
7728 Also run robin-deactivate-hook.
7729 (robin-deactivate): Rename from robin-inactivate.
7730
7731 2012-07-29 Chong Yidong <cyd@gnu.org>
7732
7733 * simple.el (indicate-copied-region): New function.
7734 (kill-ring-save): Split off from here.
7735
7736 * rect.el (copy-rectangle-as-kill): Call indicate-copied-region.
7737 (kill-rectangle): Set deactivate-mark to t on read-only error.
7738
7739 * register.el (copy-to-register, copy-rectangle-to-register):
7740 Deactivate the mark, and use indicate-copied-region (Bug#10056).
7741 (append-to-register, prepend-to-register): Call indicate-copied-region.
7742
7743 2012-07-29 Juri Linkov <juri@jurta.org>
7744
7745 * simple.el (async-shell-command-buffer): New defcustom.
7746 (shell-command): Use it. (Bug#4719)
7747
7748 2012-07-28 Eli Zaretskii <eliz@gnu.org>
7749
7750 * international/mule-cmds.el (set-locale-environment): In a
7751 console session on MS-Windows, set up keyboard and terminal
7752 encoding from the OEM codepage, not the ANSI codepage.
7753 (Bug#12055)
7754
7755 2012-07-28 Chong Yidong <cyd@gnu.org>
7756
7757 * progmodes/gdb-mi.el (gdb-place-breakpoints): Fix the call to
7758 gdb-get-location.
7759
7760 2012-07-28 Leo Liu <sdl.web@gmail.com>
7761
7762 * progmodes/cc-menus.el (cc-imenu-objc-function): Avoid leaving nil in
7763 the alist (bug#12029).
7764
7765 2012-07-28 Eli Zaretskii <eliz@gnu.org>
7766
7767 * makefile.w32-in (custom-deps, finder-data, updates, compile)
7768 (compile-always, compile-first)
7769 ($(lisp)/calendar/cal-loaddefs.el)
7770 ($(lisp)/calendar/diary-loaddefs.el)
7771 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
7772 ($(lisp)/net/tramp-loaddefs.el, bootstrap)
7773 ($(lisp)/progmodes/cc-mode.elc): Depend on $(lisp)subdirs.el,
7774 instead of on update-subdirs.
7775 (bootstrap-clean): Delete $(lisp)/subdirs.el.
7776
7777 2012-07-28 Chong Yidong <cyd@gnu.org>
7778
7779 * vc/vc.el (vc-root-diff, vc-print-root-log): Prompt for a
7780 directory if vc-deduce-backend returns nil (Bug#7350).
7781
7782 * simple.el (delete-trailing-lines): New option.
7783 (delete-trailing-whitespace): Obey it (Bug#11879).
7784
7785 2012-07-28 David Engster <deng@randomsample.de>
7786
7787 * xml.el (xml-node-name, xml-parse-file, xml-parse-region):
7788 Explanation of new 'symbol-qnames feature in doc-strings.
7789 (xml-maybe-do-ns): Return expanded names as plain symbols if
7790 'symbol-qnames was provided in XML-NS argument (Bug#11916).
7791 (xml-parse-tag-1): Deal with new definition of PARSE-NS argument.
7792
7793 2012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
7794
7795 Consistent completion in inferior python with emacs -nw.
7796 * progmodes/python.el (inferior-python-mode): replace "<tab>"
7797 binding in inferior-python-mode-map with "\t".
7798 (python-shell-completion-complete-at-point)
7799 (python-completion-complete-at-point): Remove interactive spec.
7800
7801 2012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
7802
7803 * calc/calccomp.el (math-compose-expr): Undo previous change.
7804
7805 2012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
7806
7807 * progmodes/python.el (python-mode-map): Add keybinding for
7808 run-python.
7809 (python-shell-make-comint): Fix pop-to-buffer call.
7810 (run-python): Autoload. New arg SHOW.
7811 (python-shell-get-or-create-process): Do not pop python process
7812 buffer.
7813
7814 2012-07-27 Michael Albinus <michael.albinus@gmx.de>
7815
7816 * notifications.el (notifications-on-action-signal)
7817 (notifications-on-closed-signal): Use also the bus address for the map.
7818 (notifications-notify, notifications-close-notification)
7819 (notifications-get-capabilities): Add optional argument BUS.
7820
7821 2012-07-27 Tassilo Horn <tsdh@gnu.org>
7822
7823 * textmodes/reftex-vars.el (reftex-label-alist-builtin):
7824 Add support for the lstlisting and minted environments, and for the
7825 ctable macro.
7826 * textmodes/reftex.el (reftex-compile-variables): Also recognize
7827 labels written in keyvals syntax.
7828
7829 2012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
7830
7831 * calc/calccomp.el (math-compose-expr): Use parentheses when
7832 there is a product in the denominator of a fraction.
7833
7834 2012-07-26 Eli Zaretskii <eliz@gnu.org>
7835
7836 * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
7837 ($(lisp)/calendar/diary-loaddefs.el)
7838 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
7839 ($(lisp)/net/tramp-loaddefs.el): Depend on update-subdirs.
7840 Fixes failures in parallel bootstrap because subdirs.el is being
7841 rewritten while the autoload files are built at the same time,
7842 which needs to load subdirs.el.
7843
7844 2012-07-26 Martin Rudalics <rudalics@gmx.at>
7845
7846 * mouse.el (popup-menu): Fix doc-string and re-indent code.
7847 (mouse-drag-line): Don't exit tracking when a switch-frame or
7848 switch-window event occurs (Bug#12006).
7849
7850 2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
7851
7852 * mouse.el (popup-menu): Fix last change.
7853
7854 2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
7855
7856 Autoload from Lisp with more care. Follow aliases when looking for
7857 function properties.
7858 * subr.el (autoloadp): New function.
7859 (symbol-file): Use it.
7860 (function-get): New function.
7861 * emacs-lisp/macroexp.el (macroexp--expand-all): Use function-get and
7862 autoload-do-load.
7863 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function)
7864 (lisp-indent-function):
7865 * emacs-lisp/gv.el (gv-get):
7866 * emacs-lisp/edebug.el (get-edebug-spec, edebug-basic-spec):
7867 * emacs-lisp/byte-opt.el (byte-optimize-form):
7868 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
7869 * emacs-lisp/autoload.el (make-autoload, autoload-print-form):
7870 Use function-get.
7871 * emacs-lisp/cl.el: Don't propagate function properties any more.
7872
7873 * speedbar.el (speedbar-add-localized-speedbar-support):
7874 * emacs-lisp/disass.el (disassemble-internal):
7875 * desktop.el (desktop-load-file):
7876 * help-fns.el (help-function-arglist, find-lisp-object-file-name)
7877 (describe-function-1):
7878 * emacs-lisp/find-func.el (find-function-noselect):
7879 * emacs-lisp/elp.el (elp-instrument-function):
7880 * emacs-lisp/advice.el (ad-has-proper-definition):
7881 * apropos.el (apropos-safe-documentation, apropos-macrop):
7882 * emacs-lisp/debug.el (debug-on-entry):
7883 * emacs-lisp/cl-macs.el (cl-compiler-macroexpand):
7884 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
7885 * calc/calc.el (name): Use autoloadp & autoload-do-load.
7886
7887 2012-07-25 Alp Aker <alp.tekin.aker@gmail.com>
7888
7889 * international/mule-cmds.el (ucs-insert): Mark it as an obsolete
7890 function, not an obsolete variable (Bug#12046).
7891
7892 2012-07-25 Andreas Schwab <schwab@linux-m68k.org>
7893
7894 * faces.el (face-spec-reset-face): Fix last change. (Bug#12042)
7895
7896 2012-07-25 Christopher Schmidt <christopher@ch.ristopher.com>
7897
7898 * emacs-lisp/pp.el (pp-display-expression): Select old selected
7899 window only if it is still live (Bug#12034).
7900
7901 2012-07-25 Martin Rudalics <rudalics@gmx.at>
7902
7903 * subr.el (redirect-frame-focus): Add advertised calling
7904 convention (Bug#12030).
7905
7906 2012-07-25 Paul Eggert <eggert@cs.ucla.edu>
7907
7908 Prefer typical American spelling for "acknowledgment".
7909 * vc/add-log.el (change-log-acknowledgment): Rename from
7910 change-log-acknowledgement, with an alias for the old name.
7911
7912 2012-07-25 Jay Belanger <jay.p.belanger@gmail.com>
7913
7914 * calc-alg.el (math-simplify-divide): Don't cross multiply
7915 in an equation when the lhs is a variable.
7916
7917 2012-07-24 Julien Danjou <julien@danjou.info>
7918
7919 * net/netrc.el (netrc-find-service-number, netrc-store-data):
7920 Remove, unused.
7921
7922 2012-07-23 Eli Zaretskii <eliz@gnu.org>
7923
7924 * startup.el (command-line): Don't display an empty user name in
7925 the error message about non-existent home directory, when
7926 init-file-user was set to an empty string. See
7927 http://lists.gnu.org/archive/html/bug-gnu-emacs/2012-07/msg00835.html
7928 for the details and context.
7929
7930 2012-07-22 Vincent Belaïche <vincentb1@users.sourceforge.net>
7931
7932 * ses.el (ses-cell-formula-aset): New macro.
7933 (ses-cell-references-aset): New macro.
7934 (ses-cell-p): New function.
7935 (ses-rename-cell): Do no longer rely on complex operations like
7936 ses-cell-set-formula or ses-set-cell to change the cell and handle
7937 the undo at the same time, but rather use lower level new macros
7938 `ses-cell-formula-aset' and `ses-cell-references-aset' and handle
7939 the undo directly. Refresh the mode line.
7940
7941 2012-07-21 Leo Liu <sdl.web@gmail.com>
7942
7943 * progmodes/cc-cmds.el (c-defun-name):
7944 Use match-string-no-properties instead for consistency.
7945
7946 2012-07-20 Leo Liu <sdl.web@gmail.com>
7947
7948 * progmodes/cc-cmds.el (c-defun-name): Handle objc selectors properly.
7949 (Bug#7879)
7950
7951 * progmodes/cc-langs.el (c-symbol-start): Include char _ (bug#11986).
7952
7953 2012-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
7954
7955 * userlock.el, emacs-lisp/map-ynp.el: Declare part of `emacs' package.
7956 * progmodes/bug-reference.el, misearch.el: Provide themselves
7957 (bug#11915).
7958
7959 * progmodes/cperl-mode.el (cperl-unwind-to-safe): Don't inf-loop at end
7960 of narrowed buffer (bug#11966).
7961
7962 2012-07-20 Vincent Belaïche <vincentb1@users.sourceforge.net>
7963
7964 * ses.el (ses-rename-cell): Set new name also in reference list of
7965 cells of which the renamed cell depends.
7966
7967 2012-07-20 Masatake YAMATO <yamato@redhat.com>
7968
7969 * term/x-win.el (x-menu-bar-open): Use `frame-parameter'
7970 to check whether menu-bar is shown or not. If not shown,
7971 show the menu-bar as a popup menu instead of using tmm.
7972 * mouse.el (popup-menu): Accept `point' as `position' argument.
7973
7974 2012-07-20 Dmitry Gutov <dgutov@yandex.ru>
7975
7976 * progmodes/ruby-mode.el (ruby-parse-partial): No error when end
7977 up inside string symbol literal (bug#11923).
7978
7979 2012-07-20 Eli Zaretskii <eliz@gnu.org>
7980
7981 * startup.el (fancy-startup-text): Read the whole tutorial, not
7982 just its first 256 bytes. Prevents gibberish in display of the
7983 tutorial title.
7984
7985 2012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
7986
7987 Drop idle buffer compaction due to an absence of the
7988 proved efficiency.
7989 * compact.el: Remove.
7990
7991 2012-07-19 Sam Steingold <sds@gnu.org>
7992
7993 * vc/vc-dispatcher.el (vc-compilation-mode): Add, based on
7994 vc-bzr-pull & vc-bzr-merge-branch.
7995 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch): Use it.
7996 (vc-bzr-error-regexp-alist): Rename from vc-bzr-error-regex-alist
7997 for consistency with compilation-error-regexp-alist.
7998 * vc/vc-git.el (vc-git-error-regexp-alist): Add.
7999 (vc-git-pull, vc-git-merge-branch): Call vc-compilation-mode.
8000 * vc/vc-hg.el (vc-hg-error-regexp-alist): Add.
8001 (vc-hg-pull, vc-hg-merge-branch): Call vc-compilation-mode.
8002
8003 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
8004
8005 * emacs-lisp/chart.el: Use lexical-binding.
8006 (chart-emacs-storage): Don't hardcode the list of entries.
8007
8008 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
8009
8010 Next round of tweaks caused by Fgarbage_collect changes.
8011 * emacs-lisp/chart.el (chart-emacs-storage): Adjust again.
8012
8013 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
8014
8015 Compact buffers when idle.
8016 * compact.el: New file.
8017
8018 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
8019
8020 * subr.el (eventp): Presume that if it looks vaguely like an event,
8021 it's an event (bug#10190).
8022
8023 2012-07-19 Fabián Ezequiel Gallina <fgallina@cuca>
8024
8025 Enhancements to ppss related code (thanks Stefan).
8026 * progmodes/python.el (python-indent-context)
8027 (python-indent-calculate-indentation, python-indent-dedent-line)
8028 (python-indent-electric-colon, python-nav-forward-block)
8029 (python-mode-abbrev-table)
8030 (python-info-assignment-continuation-line-p): Simplify checks
8031 for ppss context.
8032 (python-info-continuation-line-p): Cleanup.
8033 (python-info-ppss-context): Do not catch 'quote.
8034 (python-info-ppss-context-type)
8035 (python-info-ppss-comment-or-string-p): Simplify.
8036
8037 2012-07-18 Fabián Ezequiel Gallina <fgallina@cuca>
8038
8039 * progmodes/python.el: Enhancements to eldoc support.
8040 (python-info-current-symbol): New function.
8041 (python-eldoc-at-point): Use python-info-current-symbol.
8042 (python-info-current-defun): Fix cornercase on first defun scan.
8043 (python-eldoc--get-doc-at-point): Use python-info-current-symbol
8044 and signal error when no inferior python process is available.
8045
8046 2012-07-18 Dmitry Gutov <dgutov@yandex.ru>
8047
8048 * vc/vc-git.el (vc-git-state): Don't call `vc-git-registered',
8049 assume it's always t.
8050 (vc-git-registered): Remove caching, the function is only called
8051 once.
8052 (vc-git-branches): Use `vc-git--call' instead of `call-process'.
8053
8054 2012-07-18 Chong Yidong <cyd@gnu.org>
8055
8056 * subr.el (last-input-char, last-command-char): Remove (Bug#9195).
8057
8058 * simple.el (count-words): Report on narrowing (Bug#9959).
8059
8060 * bindings.el: Bind M-= to count-words.
8061
8062 * faces.el (face-spec-reset-face): Handle reverse video (Bug#4238).
8063
8064 2012-07-18 Masatake YAMATO <yamato@redhat.com>
8065
8066 * progmodes/sh-script.el (sh-imenu-generic-expression):
8067 Capture a function with `function' keyword and without parentheses
8068 like "function FOO" (bug#11856).
8069
8070 2012-07-18 Tassilo Horn <tassilo@member.fsf.org>
8071
8072 * window.el (split-window-sensibly): Make WINDOW argument
8073 optional.
8074
8075 2012-07-18 Chong Yidong <cyd@gnu.org>
8076
8077 * subr.el (keyboard-translate): Doc fix (Bug#7261).
8078
8079 * isearch.el (isearch-mode-map): Handle C-x 8 key translations,
8080 and make C-x 8 RET exit isearch (Bug#11439).
8081
8082 * international/iso-transl.el: Move isearch-mode-map key
8083 definitions to isearch.el.
8084
8085 2012-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
8086
8087 * emacs-lisp/eieio.el: Adapt further to gv.el (bug#11970).
8088 (eieio-defclass): Use gv-define-setter when possible.
8089
8090 2012-07-18 Dmitry Antipov <dmantipov@yandex.ru>
8091
8092 Reflect recent changes in Fgarbage_collect.
8093 * emacs-lisp/chart.el (chart-emacs-storage): Change to
8094 reflect new format of data returned by Fgarbage_collect.
8095
8096 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
8097
8098 New utility functions + python-info-ppss-context fix (Bug#11910).
8099 * progmodes/python.el (python-info-beginning-of-block-statement-p)
8100 (python-info-ppss-comment-or-string-p): New functions.
8101 (python-info-ppss-context): Small fix for string check.
8102
8103 2012-07-17 Juri Linkov <juri@jurta.org>
8104
8105 * dired-aux.el (dired-do-async-shell-command): Doc fix.
8106 (dired-do-async-shell-command): Don't add `*' at the end of the
8107 command (Bug#11815).
8108 (dired-do-shell-command): Doc fix.
8109 (dired-shell-stuff-it): Strip the trailing "&" and ";" if any.
8110 Join the individual commands using either "&" or ";" as the
8111 separator depending on the values of these trailing characters.
8112 At the end re-add the trailing "&". (Bug#10598)
8113
8114 * simple.el (async-shell-command): Sync the interactive spec with
8115 `shell-command'. Doc fix.
8116 (shell-command): Doc fix.
8117
8118 2012-07-17 Juri Linkov <juri@jurta.org>
8119
8120 * descr-text.el (describe-char): Fix format args. (Bug#10129)
8121
8122 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
8123
8124 Final renames and doc fixes for movement commands (bug#11899).
8125 * progmodes/python.el (python-nav-beginning-of-statement):
8126 Rename from python-nav-statement-start.
8127 (python-nav-end-of-statement): Rename from
8128 python-nav-statement-end.
8129 (python-nav-beginning-of-block): Rename from
8130 python-nav-block-start.
8131 (python-nav-end-of-block): Rename from python-nav-block-end.
8132
8133 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
8134
8135 * progmodes/python.el (python-shell-send-string-no-output):
8136 Allow accept-process-output to quit, keeping shell process ready for
8137 future interactions (Bug#11868).
8138
8139 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
8140
8141 * emacs-lisp/cl-macs.el (cl-progv): Use a properly prefixed var name.
8142
8143 * emacs-lisp/elint.el (elint-find-args-in-code):
8144 Use help-function-arglist, so as to handle lexical byte-code.
8145
8146 * progmodes/sh-script.el (sh-syntax-propertize-function): Fix last
8147 change (bug#11826).
8148
8149 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
8150
8151 * progmodes/cc-engine.el (c-forward-sws, c-backward-sws):
8152 Avoid spuriously marking the buffer as modified because of c-is-sws.
8153
8154 * progmodes/sh-script.el (sh-syntax-propertize-function): Mark "${#VAR"
8155 as not-a-comment (bug#11946).
8156
8157 * emacs-lisp/macroexp.el (macroexp-let2): Use more informative names
8158 for uninterned vars.
8159
8160 * xt-mouse.el (xterm-mouse-translate-1, xterm-mouse-event-read):
8161 Use read-event since we don't really want to read chars but bytes.
8162
8163 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Highlight not only
8164 $$..$$ but also $..$ using regexps (bug#11953).
8165 Use tex-verbatim for \url and \path.
8166 (tex-font-lock-keywords): Define as defconst like the others.
8167 (tex-common-initialization): Don't use font-lock-syntax-table any more.
8168
8169 2012-07-16 René Kyllingstad <Rene@Kyllingstad.com> (tiny change)
8170
8171 * international/mule-cmds.el (ucs-insert): Make it an obsolete
8172 alias for insert-char.
8173
8174 2012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
8175
8176 * progmodes/python.el: Simplified imenu implementation.
8177 (python-nav-jump-to-defun): Remove command.
8178 (python-mode-map): Use `imenu' instead.
8179 (python-nav-list-defun-positions-cache)
8180 (python-imenu-include-defun-type, python-imenu-make-tree)
8181 (python-imenu-subtree-root-label, python-imenu-index-alist):
8182 Remove vars.
8183 (python-nav-list-defun-positions, python-nav-read-defun)
8184 (python-imenu-tree-assoc, python-imenu-make-element-tree)
8185 (python-imenu-make-tree, python-imenu-create-index):
8186 Remove functions.
8187 (python-mode): Update to interact with imenu by setting
8188 `imenu-extract-index-name-function' only.
8189
8190 2012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
8191
8192 * progmodes/python.el: Enhancements to navigation commands.
8193 (python-nav-backward-sentence)
8194 (python-nav-forward-sentence): Remove.
8195 (python-nav-backward-statement, python-nav-forward-statement)
8196 (python-nav-statement-start, python-nav-statement-end)
8197 (python-nav-backward-block, python-nav-forward-block)
8198 (python-nav-block-start, python-nav-block-end)
8199 (python-nav-forward-sexp-function)
8200 (python-info-current-line-comment-p)
8201 (python-info-current-line-empty-p): New functions.
8202 (python-indent-context): Use `python-nav-statement-start'.
8203
8204 2012-07-16 Michael Albinus <michael.albinus@gmx.de>
8205
8206 * eshell/em-ls.el (eshell/ls): Use `apply'.
8207
8208 * eshell/em-unix.el (eshell/su, eshell/sudo): Apply Tramp's ad-hoc
8209 multi-hops, instead of Tramp internals.
8210
8211 * vc/ediff.el (ediff-directories): Add trailing space to prompts.
8212
8213 * vc/ediff-diff.el (ediff-same-file-contents): Handle the case,
8214 when F1 and F2 are located on different hosts.
8215
8216 2012-07-14 Chong Yidong <cyd@gnu.org>
8217
8218 * xt-mouse.el: Implement extended mouse coordinates (Bug#10642).
8219 (xterm-mouse-translate): Move code into xterm-mouse-translate-1.
8220 (xterm-mouse-translate-extended, xterm-mouse-translate-1)
8221 (xterm-mouse--read-event-sequence-1000)
8222 (xterm-mouse--read-event-sequence-1006): New functions. For old
8223 mouse protocol, handle M-mouse-X events correctly.
8224 (xterm-mouse-event): New arg specifying mouse protocol.
8225 (turn-on-xterm-mouse-tracking-on-terminal)
8226 (turn-off-xterm-mouse-tracking-on-terminal): Send DEC 1006
8227 sequence to toggle extended coordinates on newer XTerms.
8228 This appears to be harmless on terminals which do not support this.
8229
8230 2012-07-14 Leo Liu <sdl.web@gmail.com>
8231
8232 Add fringe bitmap indicators for flymake. (Bug#11253)
8233 * progmodes/flymake.el (flymake-highlight-line): Use fringe bitmaps.
8234 (flymake-make-overlay): New arg BITMAP.
8235 (flymake-error-bitmap, flymake-warning-bitmap)
8236 (flymake-fringe-indicator-position): New user variables.
8237
8238 * fringe.el: New bitmap exclamation-mark.
8239
8240 2012-07-14 Jan Djärv <jan.h.d@swipnet.se>
8241
8242 * progmodes/cc-cmds.el (c-defun-name): Recognize Objective-C methods
8243 also (Bug#7879).
8244
8245 2012-07-14 Chong Yidong <cyd@gnu.org>
8246
8247 * electric.el (electric-pair-post-self-insert-function): Fix pair
8248 insertion in empty-region case (Bug#11520).
8249
8250 2012-07-14 Chong Yidong <cyd@gnu.org>
8251
8252 * bindings.el: Consolidate ctl-x-r-map bindings.
8253 Bind copy-rectangle-as-kill to C-x r w.
8254
8255 * rect.el, register.el: Move bindings to bindings.el.
8256
8257 2012-07-14 Reuben Thomas <rrt@sc3d.org>
8258
8259 * rect.el (copy-rectangle-as-kill): New command (Bug#739).
8260
8261 2012-07-13 Andreas Schwab <schwab@linux-m68k.org>
8262
8263 * emacs-lisp/cl.el (labels): Remove spurious quote. (Bug#11938)
8264
8265 2012-07-13 Juanma Barranquero <lekktu@gmail.com>
8266
8267 * bindings.el (top): Use `mapc' instead of `mapcar'.
8268
8269 * loadup.el (top): Remove bogus `if' choice (brought by 2008-06-21T01:38:39Z!monnier@iro.umontreal.ca).
8270
8271 2012-07-13 Michael Albinus <michael.albinus@gmx.de>
8272
8273 * progmodes/sql.el (sql-comint): Suppress the check for program on
8274 remote hosts. Reported by Francis Devereux <francis@devrx.org>.
8275 (Bug#11908)
8276
8277 2012-07-13 Chong Yidong <cyd@gnu.org>
8278
8279 * bindings.el: Assign a non-nil permanent-local property to
8280 per-buffer variables which lack a default value (Bug#11930).
8281
8282 * help-fns.el (describe-variable): In the "automatically becomes
8283 local" notice, take note of permanent-local variables.
8284
8285 2012-07-13 Chong Yidong <cyd@gnu.org>
8286
8287 * files.el (toggle-read-only): Doc fix and code cleanup. New arg
8288 to allow printing the message when called from Lisp.
8289
8290 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
8291 Remove toggle-read-only.
8292
8293 * bs.el (bs-toggle-readonly):
8294 * buff-menu.el (Buffer-menu-toggle-read-only):
8295 Remove with-no-warnings around toggle-read-only.
8296
8297 * ffap.el (ffap--toggle-read-only): Accept a list of buffers.
8298 Remove with-no-warnings around toggle-read-only.
8299 (ffap-read-only, ffap-read-only-other-window)
8300 (ffap-read-only-other-frame): Callers changed.
8301
8302 * help-mode.el: Don't require view package.
8303 (help-mode-finish): Set buffer-read-only instead of calling
8304 toggle-read-only.
8305
8306 * bindings.el (mode-line-toggle-read-only):
8307 * dired.el (dired-toggle-read-only):
8308 * ibuffer.el (ibuffer-do-toggle-read-only): Call toggle-read-only
8309 with non-nil second arg.
8310
8311 * emacs-lisp/eieio-custom.el (eieio-customize-object):
8312 * vc/ediff.el (ediff-set-read-only-in-buf-A): Set buffer-read-only
8313 directly.
8314
8315 2012-07-12 Eli Zaretskii <eliz@gnu.org>
8316
8317 * emacs-lisp/bytecomp.el (byte-recompile-directory): Use cl-incf,
8318 not incf.
8319
8320 2012-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
8321
8322 More CL cleanups and reduction of use of cl.el.
8323 * woman.el, winner.el, vc/vc-rcs.el, vc/vc-hooks.el, vc/vc-hg.el:
8324 * vc/vc-git.el, vc/vc-dir.el, vc/vc-bzr.el, vc/vc-annotate.el:
8325 * textmodes/tex-mode.el, textmodes/sgml-mode.el, tar-mode.el:
8326 * strokes.el, ses.el, server.el, progmodes/js.el, progmodes/gdb-mi.el:
8327 * progmodes/flymake.el, progmodes/ebrowse.el, progmodes/compile.el:
8328 * play/tetris.el, play/snake.el, play/pong.el, play/landmark.el:
8329 * play/hanoi.el, play/decipher.el, play/5x5.el, nxml/nxml-mode.el:
8330 * net/secrets.el, net/quickurl.el, midnight.el, mail/footnote.el:
8331 * image-dired.el, ibuffer.el, ibuf-macs.el, ibuf-ext.el, hexl.el:
8332 * eshell/eshell.el, eshell/esh-io.el, eshell/esh-ext.el:
8333 * eshell/esh-cmd.el, eshell/em-ls.el, eshell/em-hist.el:
8334 * eshell/em-cmpl.el, eshell/em-banner.el:
8335 * calendar/parse-time.el: Use cl-lib.
8336 * wid-browse.el, wdired.el, vc/vc.el, vc/vc-mtn.el, vc/vc-cvs.el:
8337 * vc/vc-arch.el, tree-widget.el, textmodes/texinfo.el:
8338 * textmodes/refill.el, textmodes/css-mode.el, term/tvi970.el:
8339 * term/ns-win.el, term.el, shell.el, ps-samp.el:
8340 * progmodes/perl-mode.el, progmodes/pascal.el, progmodes/gud.el:
8341 * progmodes/glasses.el, progmodes/etags.el, progmodes/cwarn.el:
8342 * play/gamegrid.el, play/bubbles.el, novice.el, notifications.el:
8343 * net/zeroconf.el, net/xesam.el, net/snmp-mode.el, net/mairix.el:
8344 * net/ldap.el, net/eudc.el, net/browse-url.el, man.el:
8345 * mail/mailheader.el, mail/feedmail.el: Don't use CL.
8346 * ibuf-ext.el (ibuffer-mark-old-buffers): Use float-time.
8347 * eshell/esh-opt.el (eshell-eval-using-options): Quote code with
8348 `lambda' rather than with `quote'.
8349 (eshell-do-opt): Adjust accordingly.
8350 (eshell-process-option): Simplify.
8351 * eshell/esh-var.el:
8352 * eshell/em-script.el: Require `esh-opt' for eshell-eval-using-options.
8353 * emacs-lisp/pcase.el (pcase--dontcare-upats, pcase--let*)
8354 (pcase--expand, pcase--u1): Rename pcase's internal `dontcare' pattern
8355 to `pcase--dontcare'.
8356 * emacs-lisp/cl.el (labels): Mark obsolete.
8357 (cl--letf, letf): Move to cl-lib.
8358 (cl--letf*, letf*): Remove.
8359 * emacs-lisp/cl-lib.el (cl-nth-value): Use defalias.
8360 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Add indent rule.
8361 (cl-progv): Rewrite.
8362 (cl--letf, cl-letf): Move from cl.el.
8363 (cl-letf*): New macro.
8364 * emacs-lisp/cl-extra.el (cl--progv-before, cl--progv-after): Remove.
8365
8366 2012-07-11 Michael Albinus <michael.albinus@gmx.de>
8367
8368 * net/ange-ftp.el (ange-ftp-cf1): Update the files cache.
8369
8370 2012-07-11 Chong Yidong <cyd@gnu.org>
8371
8372 * vc/log-edit.el (log-edit-vc-backend): New variable.
8373 (log-edit): Doc fix.
8374
8375 * vc/vc-dispatcher.el (vc-log-edit): New args. Use PARAMS
8376 argument of log-edit to set up all local variables.
8377 (vc-start-logentry): New optional arg specifying VC backend.
8378
8379 * vc/vc.el (vc-checkin): Use it.
8380 (vc-deduce-fileset): Handle Log Edit buffers.
8381 (vc-diff): Make first argument optional too.
8382
8383 * vc/log-view.el (log-view-vc-fileset, log-view-vc-backend): Doc fix.
8384
8385 2012-07-10 Michael Albinus <michael.albinus@gmx.de>
8386
8387 * eshell/esh-ext.el (eshell-remote-command): Remove remote part of
8388 command, just in case. The function is not needed anymore.
8389 (eshell-external-command): Do not call `eshell-remote-command'.
8390
8391 2012-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
8392
8393 Reduce use of (require 'cl).
8394 * vc/smerge-mode.el, vc/pcvs.el, vc/pcvs-util.el, vc/pcvs-info.el:
8395 * vc/diff-mode.el, vc/cvs-status.el, uniquify.el, scroll-bar.el:
8396 * register.el, progmodes/sh-script.el, net/gnutls.el, net/dbus.el:
8397 * msb.el, mpc.el, minibuffer.el, international/ucs-normalize.el:
8398 * international/quail.el, info-xref.el, imenu.el, image-mode.el:
8399 * font-lock.el, filesets.el, edmacro.el, doc-view.el, bookmark.el:
8400 * battery.el, avoid.el, abbrev.el: Use cl-lib.
8401 * vc/pcvs-parse.el, vc/pcvs-defs.el, vc/log-view.el, vc/log-edit.el:
8402 * vc/diff.el, simple.el, pcomplete.el, lpr.el, comint.el, loadhist.el:
8403 * jit-lock.el, international/iso-ascii.el, info.el, frame.el, bs.el:
8404 * emulation/crisp.el, electric.el, dired.el, cus-dep.el, composite.el:
8405 * calculator.el, autorevert.el, apropos.el: Don't require CL.
8406 * emacs-lisp/bytecomp.el (byte-recompile-directory, display-call-tree)
8407 (byte-compile-unfold-bcf, byte-compile-check-variable):
8408 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
8409 (byte-compile-nilconstp):
8410 * emacs-lisp/autoload.el (make-autoload): Use pcase.
8411 * face-remap.el (text-scale-adjust): Simplify pcase patterns.
8412
8413 * emacs-lisp/gv.el (cond): Make it a valid place.
8414 (if): Simplify slightly.
8415
8416 * emacs-lisp/pcase.el (pcase): Accept self-quoting exps as "upatterns".
8417 (pcase--self-quoting-p): New function.
8418 (pcase--u1): Use it.
8419
8420 2012-07-10 Glenn Morris <rgm@gnu.org>
8421
8422 * emacs-lisp/authors.el (authors-fixed-entries):
8423 (authors-renamed-files-alist): Update for configure.in -> configure.ac.
8424
8425 2012-07-09 Paul Eggert <eggert@cs.ucla.edu>
8426
8427 Rename configure.in to configure.ac (Bug#11603).
8428 * emacs-lisp/authors.el (authors-canonical-file-name):
8429 * progmodes/autoconf.el (autoconf-mode):
8430 Prefer configure.ac to configure.in.
8431
8432 2012-07-08 Chong Yidong <cyd@gnu.org>
8433
8434 * mouse.el (mouse-drag-line): Rewrite the track-mouse loop.
8435 Implement the mouse-1-click-follows-link handling properly.
8436
8437 * info.el (Info-link-keymap): Use follow-link mechanism for
8438 header-line links (Bug#374).
8439
8440 * simple.el (deactivate-mark): Do not set the primary selection
8441 if another program has acquired it (Bug#11772).
8442
8443 2012-07-07 Kevin Ryde <user42@zip.com.au>
8444
8445 * woman.el (woman-strings): Fix double-quote handling (Bug#1151).
8446 (woman-decode-region): Replace escaped-escapes without destroying
8447 bold or underline (Bug#11552).
8448 (woman2-process-escapes): Handle nofill regions (Bug#11591).
8449
8450 2012-07-07 Chong Yidong <cyd@gnu.org>
8451
8452 * simple.el (yank-pop-change-selection): Doc fix (Bug#11361).
8453 (interprogram-cut-function, interprogram-paste-function):
8454 Mention that we typically mean the clipboard.
8455
8456 2012-07-06 Glenn Morris <rgm@gnu.org>
8457
8458 * kmacro.el (kmacro-call-macro): Restore repeat message. (Bug#11817)
8459
8460 * files.el (toggle-read-only): Restrict message to interactive use.
8461
8462 2012-07-06 Michael Albinus <michael.albinus@gmx.de>
8463
8464 * net/tramp.el (tramp-restricted-shell-hosts-alist): New defcustom.
8465
8466 * net/tramp-sh.el (tramp-maybe-open-connection): Handle it.
8467
8468 2012-07-06 Glenn Morris <rgm@gnu.org>
8469
8470 * Makefile.in (compile-one-process): Rename from "recompile".
8471
8472 * Makefile.in (bzr-update): "compile" is the same as "recompile
8473 autoloads", but parallelizable, so use that instead.
8474
8475 2012-07-06 Dmitry Gutov <dgutov@yandex.ru>
8476
8477 * window.el (quit-window): Always restore window height when
8478 it's saved in quit-restore parameter (Bug#11810).
8479
8480 2012-07-06 Glenn Morris <rgm@gnu.org>
8481
8482 * simple.el (kill-whole-line): Doc tweak.
8483
8484 2012-07-06 Eli Zaretskii <eliz@gnu.org>
8485
8486 * files.el (file-relative-name): Compare file names
8487 case-insensitively if on MS-Windows or MS-DOS, or if
8488 read-file-name-completion-ignore-case is non-nil. Don't use
8489 case-fold-search for this purpose. (Bug#11827)
8490
8491 2012-07-17 Andreas Schwab <schwab@linux-m68k.org>
8492
8493 * calendar/cal-dst.el (calendar-current-time-zone):
8494 Return calendar-current-time-zone-cache if non-nil.
8495
8496 2012-07-17 Masatake YAMATO <yamato@redhat.com>
8497 2012-07-06 Andreas Schwab <schwab@linux-m68k.org>
8498
8499 * calendar/cal-dst.el (calendar-current-time-zone):
8500 Return calendar-current-time-zone-cache if non-nil.
8501
8502 2012-07-06 Glenn Morris <rgm@gnu.org>
8503
8504 * Makefile.in (cvs-update): Remove old alias.
8505
8506 2012-07-05 Michael Albinus <michael.albinus@gmx.de>
8507
8508 Sync with Tramp 2.2.6-pre.
8509
8510 * net/tramp.el (tramp-drop-volume-letter): Provide an XEmacs
8511 compatible declaration.
8512
8513 * net/tramp-cmds.el (tramp-append-tramp-buffers):
8514 Protect `list-load-path-shadows' call.
8515
8516 * net/tramp-compat.el (top): Require packages, which aren't
8517 autoloaded anymore for XEmacs. Protect call of
8518 `tramp-file-name-handler' by `tramp-compat-funcall', pacifying the
8519 compiler. Do not require tramp-util.el and tramp-vc.el anymore,
8520 it hurts at least for SXEmacs.
8521 (tramp-compat-temporary-file-directory): In XEmacs, there is no
8522 standard-value for `temporary-file-directory'.
8523
8524 * net/tramp-sh.el (tramp-do-directory-files-and-attributes-with-stat):
8525 Redirect stderr to /dev/null.
8526 (tramp-sh-handle-write-region): uid and gid can be floats.
8527 Reported by Russell Sim <russell.sim@gmail.com>.
8528 (tramp-sh-handle-vc-registered): Hide errors.
8529 (tramp-vc-file-name-handler): Use dummy results for `process-file'
8530 and `start-file-process'.
8531 (tramp-maybe-open-connection): Check also whether `non-essential'
8532 is bound.
8533
8534 2012-07-04 Chong Yidong <cyd@gnu.org>
8535
8536 * xml.el (xml--parse-buffer): Use xml-syntax-table.
8537 (xml-parse-tag): Likewise, and avoid changing entity tables.
8538 (xml-syntax-table): Define from scratch, making sure not to give
8539 x2000 and other Unicode spaces whitespace syntax, since those are
8540 not spaces in XML.
8541 (xml-parse-fragment): Delete unused function.
8542 (xml-name-start-char-re, xml-name-char-re, xml-name-re)
8543 (xml-names-re, xml-nmtoken-re, xml-nmtokens-re, xml-char-ref-re)
8544 (xml-entity-ref, xml-pe-reference-re)
8545 (xml-reference-re,xml-att-value-re, xml-tokenized-type-re)
8546 (xml-notation-type-re, xml-enumeration-re, xml-enumerated-type-re)
8547 (xml-att-type-re, xml-default-decl-re, xml-att-def-re)
8548 (xml-entity-value-re): Use syntax references in regexps where
8549 possible; no need to define inside a let-binding.
8550 (xml-parse-dtd): Use xml-pe-reference-re.
8551 (xml-entity-or-char-ref-re): New defconst.
8552 (xml-parse-string, xml-substitute-special): Use it.
8553
8554 2012-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
8555
8556 * files.el (locate-dominating-file): Allow `name' to be a predicate.
8557 (find-file--read-only): New function.
8558 (find-file-read-only, find-file-read-only-other-window)
8559 (find-file-read-only-other-frame): Use it.
8560 (insert-file-contents-literally): Don't `fset'.
8561 (get-free-disk-space): Use locate-dominating-file.
8562
8563 * emacs-lisp/bytecomp.el (byte-compile): Don't signal an error if the
8564 function is already compiled.
8565
8566 * xml.el (xml-name-regexp): Remove, redundant. Use xml-name-re.
8567
8568 2012-07-03 Michael Albinus <michael.albinus@gmx.de>
8569
8570 * vc/ediff-diff.el (ediff-same-file-contents): Fix it for remote
8571 files on the same host.
8572
8573 2012-07-03 Andreas Schwab <schwab@linux-m68k.org>
8574
8575 * help-fns.el (describe-function-1): Only call
8576 help-fns--autoloaded-p when we have a file name. (Bug#11848)
8577
8578 2012-07-03 Chong Yidong <cyd@gnu.org>
8579
8580 * xml.el: Protect parser against XML bombs.
8581 (xml-entity-expansion-limit): New variable.
8582 (xml-parse-string, xml-substitute-special): Use it.
8583 (xml-parse-dtd): Avoid infloop if the DTD is not terminated.
8584
8585 2012-07-03 Glenn Morris <rgm@gnu.org>
8586
8587 * progmodes/bug-reference.el (bug-reference-bug-regexp):
8588 Allow linking to specific messages in debbugs reports (eg 123#5).
8589
8590 2012-07-02 Chong Yidong <cyd@gnu.org>
8591
8592 * xml.el: Fix entity and character reference expansion, allowing
8593 them to expand into markup as per XML spec.
8594 (xml-default-ns): New variable.
8595 (xml-entity-alist): Use XML spec definitions for lt and amp.
8596 (xml-parse-region): Make first two arguments optional.
8597 Discard text properties.
8598 (xml-parse-tag-1): New function, spun off from xml-parse-tag.
8599 All callers changed.
8600 (xml-parse-tag): Call xml-parse-tag-1. For backward
8601 compatibility, this function should not modify buffer contents.
8602 (xml-parse-tag-1): Fix opening-tag regexp.
8603 (xml-parse-string): Rewrite, handling entity and character
8604 references properly.
8605 (xml--entity-replacement-text): Signal an error if a parameter
8606 entity is undefined.
8607
8608 2012-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
8609
8610 * comint.el (comint-output-filter): Filter out repeated prompts.
8611
8612 * net/ange-ftp.el (ange-ftp-expand-file-name): Use ange-ftp-ftp-name
8613 and file-name-absolute-p.
8614 (ange-ftp-file-exists-p): Use ange-ftp-file-exists-p for
8615 internal calls.
8616
8617 2012-07-02 Paul Eggert <eggert@cs.ucla.edu>
8618
8619 Spelling fixes.
8620 * emacs-lisp/bytecomp.el (byte-compile--reify-function):
8621 Rename from byte-compile--refiy-function. All uses changed.
8622
8623 2012-07-01 Chong Yidong <cyd@gnu.org>
8624
8625 * xml.el (xml--parse-buffer): New function. Move most of
8626 xml-parse-region here.
8627 (xml-parse-region): Copy region into a temporary buffer, since
8628 parameter entity substitution requires changing buffer contents.
8629 Use xml--parse-buffer.
8630 (xml-parse-file): Use xml--parse-buffer.
8631 (xml-parse-dtd): Make parameter entity substitution work right.
8632 Use proper regexps for ELEMENT declarations (Bug#7172).
8633
8634 2012-06-30 Glenn Morris <rgm@gnu.org>
8635
8636 * comint.el (follow-comint-scroll-to-bottom): Fix declaration.
8637
8638 * net/secrets.el, net/tramp-gvfs.el, net/xesam.el, net/zeroconf.el:
8639 Remove outdated and unnecessary dbus declarations.
8640
8641 2012-06-30 Eli Zaretskii <eliz@gnu.org>
8642
8643 * emacs-lisp/timer.el (timer-until): Subtract results of
8644 float-time, instead of taking float-time of the result of
8645 time-subtract, since float-time signals an error for negative time
8646 arguments.
8647
8648 2012-06-30 Chong Yidong <cyd@gnu.org>
8649
8650 * xml.el (xml-*-re): Convert defvars into defconsts, and
8651 eval-and-compile them so eval-and-compile works on derivatives.
8652 (xml--entity-replacement-text): Use eval-and-comple.
8653
8654 2012-06-30 Michael Albinus <michael.albinus@gmx.de>
8655
8656 * vc/vc-git.el (vc-git-registered): Use cache property
8657 `git-registered'.
8658 (vc-git-mode-line-string): Call `vc-working-revision' instead of
8659 `vc-git-working-revision' in order to benefit from the cache.
8660 (vc-git-root): Use cache property `git-root'. (Bug#11757)
8661
8662 2012-06-30 Dmitry Gutov <dgutov@yandex.ru>
8663
8664 * vc/vc-hooks.el (vc-before-save): Clear cache if file has been
8665 removed (likely outside Emacs). (Bug#11757)
8666
8667 2012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
8668
8669 * emacs-lisp/cl-lib.el: Require macroexp.
8670
8671 2012-06-30 Chong Yidong <cyd@gnu.org>
8672
8673 * xml.el: Implement XML parameter entities.
8674 (xml-parameter-entity-alist): New variable.
8675 (xml-parse-region, xml-parse-fragment): Preserve previous values
8676 of xml-entity-alist and xml-parameter-entity-alist, so that
8677 repeated calls on different documents do not change them.
8678 (xml-parse-tag): Fix doctype regexp.
8679 (xml--entity-replacement-text): New function.
8680 (xml-parse-dtd): Use it. Don't handle system entities; doing that
8681 properly requires url retrieval which is unimplemented.
8682 (xml-escape-string): Doc fix.
8683
8684 2012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
8685
8686 * emacs-lisp/cl-lib.el (cl-pushnew): Use macroexp-let2.
8687
8688 2012-06-29 Dmitry Antipov <dmantipov@yandex.ru>
8689
8690 * fringe.el (fringe-mode): Doc fix.
8691
8692 2012-06-29 Michael Albinus <michael.albinus@gmx.de>
8693
8694 * net/ange-ftp.el (ange-ftp-get-passwd): Throw if `non-essential'
8695 is non-nil.
8696 (ange-ftp-ignore-errors-if-non-essential): New defmacro.
8697 (ange-ftp-file-name-all-completions): Use it. (Bug#11808)
8698
8699 2012-06-29 Andreas Schwab <schwab@linux-m68k.org>
8700
8701 * calendar/cal-dst.el (calendar-current-time-zone):
8702 Return calendar-current-time-zone-cache if non-nil.
8703
8704 2012-06-29 Masatake YAMATO <yamato@redhat.com>
8705
8706 * progmodes/which-func.el (which-func-format):
8707 Add mouse-face. (Bug#11698)
8708
8709 2012-06-29 Leo Liu <sdl.web@gmail.com>
8710
8711 * textmodes/enriched.el (enriched-next-annotation): Use eq (Bug#11528).
8712
8713 2012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
8714
8715 * minibuffer.el (minibuffer-confirm-exit-commands):
8716 Add completion-at-point (bug#11725).
8717
8718 2012-06-29 Glenn Morris <rgm@gnu.org>
8719
8720 * progmodes/f90.el (f90-font-lock-keywords-2):
8721 Add some preprocessor elements. (Bug#10499)
8722
8723 2012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
8724
8725 * progmodes/cperl-mode.el (cperl-update-syntaxification):
8726 Use syntax-propertize (bug#11739).
8727
8728 2012-06-28 Juanma Barranquero <lekktu@gmail.com>
8729
8730 * emacs-lisp/cl-lib.el (cl-pushnew): Don't capture X (bug#11811).
8731
8732 2012-06-28 Julien Danjou <julien@danjou.info>
8733
8734 * term.el (term-handle-colors-array): Use a set of new faces to
8735 color the terminal. Also uses :inverse-video property.
8736 (term-default-fg-color): Set to nil by default, deprecate in favor
8737 of `term-face'.
8738 (term-default-bg-color): Set to nil by default, deprecate in favor
8739 of `term-face'.
8740 (term-current-face): Use `term-face' by default.
8741 (term-bold-attribute): Variable deleted.
8742
8743 2012-06-28 Glenn Morris <rgm@gnu.org>
8744
8745 * simple.el (completion-list-mode-finish):
8746 Don't use toggle-read-only. (Since completion-list-mode has
8747 a special mode-class, it wasn't doing anything extra anyway.)
8748
8749 2012-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
8750
8751 Make inlining of other-mode interpreted functions work (bug#11799).
8752 * emacs-lisp/bytecomp.el (byte-compile--refiy-function): New fun.
8753 (byte-compile): Use it to fix compilation of lexical-binding closures.
8754 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Compile the
8755 function, if needed.
8756
8757 2012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
8758
8759 * help-mode.el (help-make-xrefs): Don't just withstand
8760 cyclic-variable-indirection but any error in documentation-property.
8761
8762 * loadup.el (purify-flag): Pre-grow the hash-table to reduce the
8763 memory use.
8764 * bindings.el (bindings--define-key): New function.
8765 * vc/vc-hooks.el, replace.el, menu-bar.el, international/mule-cmds.el:
8766 * emacs-lisp/lisp-mode.el, buff-menu.el, bookmark.el:
8767 * bindings.el: Use it to purecopy define-key bindings.
8768
8769 * textmodes/rst.el (rst-adornment-faces-alist): Avoid copy-list.
8770
8771 * emacs-lisp/cl.el (flet): Mark obsolete.
8772 * emacs-lisp/cl-macs.el (cl-flet*): New macro.
8773 * vc/vc-rcs.el (vc-rcs-annotate-command, vc-rcs-parse):
8774 * progmodes/js.el (js-c-fill-paragraph):
8775 * progmodes/ebrowse.el (ebrowse-switch-member-buffer-to-sibling-class)
8776 (ebrowse-switch-member-buffer-to-derived-class):
8777 * play/5x5.el (5x5-solver): Use cl-flet.
8778
8779 * emacs-lisp/cl.el: Use lexical-binding. Fix flet (bug#11780).
8780 (cl--symbol-function): New macro.
8781 (cl--letf, cl--letf*): Use it.
8782
8783 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
8784 Strip "toggle-" if any.
8785
8786 2012-06-27 Glenn Morris <rgm@gnu.org>
8787
8788 * info.el (Info-default-directory-list): Move here from paths.el.
8789 * paths.el: Remove file, which is now empty.
8790 * loadup.el: No longer load "paths".
8791
8792 * custom.el (custom-initialize-delay): Doc fix.
8793
8794 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
8795 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
8796 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
8797 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
8798 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
8799 * eshell/em-xtra.el: Replace eshell-defgroup with "(progn (defgroup".
8800 * eshell/eshell.el (eshell-defgroup): Remove alias.
8801
8802 2012-06-27 Chong Yidong <cyd@gnu.org>
8803
8804 * help.el (help-enable-auto-load): New variable.
8805
8806 * help-fns.el (help-fns--autoloaded-p): New function.
8807 (describe-function-1): Refer to a function as "autoloaded" if it
8808 was autoloaded at any time in the past. Perform autoloading if
8809 help-enable-auto-load is non-nil.
8810
8811 2012-06-26 Eli Zaretskii <eliz@gnu.org>
8812
8813 * makefile.w32-in (compile, compile-always): Depend on
8814 update-subdirs, not on subdirs.el. Otherwise, several different
8815 sub-targets of 'bootstrap' running in parallel could
8816 simultaneously write to subdirs.el, producing a garbled file.
8817
8818 2012-06-26 Sam Steingold <sds@gnu.org>
8819
8820 * files.el (file-name-base): New convenience function.
8821 * autoinsert.el, cus-dep.el, doc-view.el, image-dired.el:
8822 * woman.el, eshell/esh-cmd.el, progmodes/ada-xref.el:
8823 * progmodes/cc-defs.el, progmodes/cperl-mode.el:
8824 * progmodes/flymake.el, progmodes/gud.el, progmodes/idlwave.el:
8825 * textmodes/ispell.el, textmodes/reftex-ref.el:
8826 * textmodes/tex-mode.el: Use it.
8827 Did not touch cedet and org because they are maintained elsewhere.
8828
8829 2012-06-26 Martin Rudalics <rudalics@gmx.at>
8830
8831 * calendar/calendar.el (calendar-exit): Don't try to delete or
8832 iconify last frame. See:
8833 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00372.html
8834
8835 2012-06-25 Jim Diamond <Jim.Diamond@AcadiaU.ca> (tiny change)
8836
8837 * server.el (server-process-filter): Remember dir in the
8838 process's `server-client-directory' properties.
8839
8840 2012-06-24 Chong Yidong <cyd@gnu.org>
8841
8842 * xml.el (xml-parse-tag): Correctly handle comment embedded in
8843 non-tag text.
8844
8845 2012-06-23 Juanma Barranquero <lekktu@gmail.com>
8846
8847 * makefile.w32-in (COMPILE_FIRST): Synch with changes in 2012-06-22T21:24:54Z!monnier@iro.umontreal.ca.
8848
8849 2012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
8850
8851 * help-fns.el (describe-variable): Don't croak when doc is not found.
8852 * vc/pcvs.el (cvs-retrieve-revision): Avoid toggle-read-only.
8853 * menu-bar.el (menu-bar-line-wrapping-menu): Purecopy a tiny bit more.
8854 * emacs-lisp/syntax.el (syntax-ppss): Simplify with new `if' place.
8855 * emacs-lisp/smie.el (smie-next-sexp): CSE.
8856 * emacs-lisp/macroexp.el (macroexp-let2): Fix edebug spec and avoid
8857 ((lambda ..) ..).
8858 * emacs-lisp/eieio.el (eieio-oref, slot-value): Use simpler defsetf.
8859
8860 2012-06-23 Chong Yidong <cyd@gnu.org>
8861
8862 * info.el (Info-mouse-follow-link): Accept symbol values of
8863 link-args. Select window; suggested by Gerhard Kahl (Bug#11672).
8864 (Info-fontify-node): Use Info-link-keymap for all navigation
8865 buttons, with link-args property to perform the desired action.
8866 (Info-link-keymap): Doc fix.
8867 (Info-next-link-keymap, Info-prev-link-keymap)
8868 (Info-up-link-keymap): Delete now-unused keymaps.
8869
8870 2012-06-23 Chong Yidong <cyd@gnu.org>
8871
8872 * mouse.el (mouse-drag-track): Deactivate the mark before popping.
8873
8874 * progmodes/python.el (python-skeleton-define): Mark abbrevs as
8875 system abbrevs.
8876
8877 * ansi-color.el (ansi-color-apply-on-region): Doc fix.
8878
8879 2012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
8880
8881 * emacs-lisp/cl-macs.el (cl--make-usage-args): Handle improper lists
8882 (bug#11719).
8883
8884 * minibuffer.el (completion--twq-try): Try to fail more gracefully when
8885 the requote function doesn't work properly (bug#11714).
8886
8887 2012-06-23 Glenn Morris <rgm@gnu.org>
8888
8889 * pcmpl-rpm.el (pcmpl-rpm-packages): Give status messages.
8890
8891 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
8892
8893 Further GV/CL cleanups.
8894 * emacs-lisp/gv.el (gv-get): Autoload functions to find their
8895 gv-expander.
8896 (gv--defun-declaration): New function.
8897 (defun-declarations-alist): Use it.
8898 (gv-define-modify-macro, gv-pushnew!, gv-inc!, gv-dec!): Remove.
8899 (gv-place): Autoload.
8900 * emacs-lisp/cl.el (cl--dotimes, cl--dolist): Remember subr.el's
8901 original definition of dotimes and dolist.
8902 * emacs-lisp/cl-macs.el (cl-expr-access-order): Remove unused.
8903 (cl-dolist, cl-dotimes): Use `dolist' and `dotimes'.
8904 * emacs-lisp/cl-lib.el: Move gv handlers from cl-macs to here.
8905 (cl-fifth, cl-sixth, cl-seventh, cl-eighth)
8906 (cl-ninth, cl-tenth): Move gv handler to the function's definition.
8907 * emacs-lisp/cl-extra.el (cl-subseq, cl-get, cl-getf): Move gv handler
8908 to the function's definition.
8909 * Makefile.in (COMPILE_FIRST): Re-order to speed it up by about 50%.
8910 * window.el:
8911 * files.el:
8912 * faces.el:
8913 * env.el: Don't use CL.
8914
8915 2012-06-22 Paul Eggert <eggert@cs.ucla.edu>
8916
8917 Support higher-resolution time stamps (Bug#9000).
8918
8919 * calendar/time-date.el (with-decoded-time-value): New arg
8920 PICO-SYMBOL in VARLIST. It's optional, for backward compatibility.
8921 (encode-time-value): New optional arg PICO. New type 3.
8922 (time-to-seconds) [!float-time]: Support the new picoseconds
8923 component if it's used.
8924 (seconds-to-time, time-subtract, time-add):
8925 Support ps-resolution time stamps as well.
8926
8927 * emacs-lisp/timer.el (timer): New component psecs. All uses changed.
8928 (timerp): Timer vectors now have length 9, not 8.
8929 (timer--time): Support new-style (4-part) time stamps.
8930 (timer-next-integral-multiple-of-time): Time stamps now have
8931 picosecond resolution, so take a bit more care about rounding.
8932 (timer-relative-time, timer-inc-time): New optional arg psecs.
8933 (timer-set-time-with-usecs): Set psecs to 0.
8934 (timer--activate): Check psecs component, too.
8935
8936 * proced.el (proced-time-lessp): Support ps-resolution stamps.
8937
8938 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
8939
8940 * icomplete.el (icomplete-minibuffer-setup, icomplete-completions):
8941 Move the non-essential binding to the post/pre-command-hook where it is
8942 more obviously correct.
8943
8944 * subr.el (read-passwd): Don't use a history at all.
8945 * savehist.el (savehist-save): Remove password saved accidentally
8946 because of the above bug.
8947
8948 2012-06-22 Bastien Guerry <bzg@gnu.org>
8949
8950 * files.el (toggle-read-only): Display a message telling whether
8951 the buffer is read-only or not (bug#11726).
8952
8953 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
8954
8955 * emacs-lisp/gv.el: New file.
8956 * subr.el (push, pop): Extend to generalized variables.
8957 * loadup.el (macroexp): Unload if preloaded and uncompiled (bug#11657).
8958 * emacs-lisp/cl-lib.el (cl-pop, cl-push, cl--set-nthcdr): Remove.
8959 * emacs-lisp/cl-macs.el: Require gv. Use gv-define-setter,
8960 gv-define-simple-setter, and gv-define-expander.
8961 Remove setf-methods defined in gv. Rename cl-setf -> setf.
8962 (cl-setf, cl-do-pop, cl-get-setf-method): Remove.
8963 (cl-letf, cl-letf*, cl-define-modify-macro, cl-defsetf)
8964 (cl-define-setf-expander, cl-struct-setf-expander): Move to cl.el.
8965 (cl-remf, cl-shiftf, cl-rotatef, cl-callf, cl-callf2): Rewrite with
8966 gv-letplace.
8967 (cl-defstruct): Don't define setf-method any more.
8968 * emacs-lisp/cl.el (flet): Don't autoload.
8969 (cl--letf, letf, cl--letf*, letf*, cl--gv-adapt)
8970 (define-setf-expander, defsetf, define-modify-macro)
8971 (cl-struct-setf-expander): Move from cl-lib.el.
8972 * emacs-lisp/syntax.el:
8973 * emacs-lisp/ewoc.el:
8974 * emacs-lisp/smie.el:
8975 * emacs-lisp/cconv.el:
8976 * emacs-lisp/timer.el: Rename cl-setf -> setf, cl-push -> push.
8977 (timer--time): Use gv-define-simple-setter.
8978 * emacs-lisp/macroexp.el (macroexp-let2): Rename from macroexp-let²
8979 to avoid coding-system problems in subr.el. Adjust all users.
8980 (macroexp--maxsize, macroexp-small-p): New functions.
8981 * emacs-lisp/bytecomp.el (byte-compile-file): Don't use cl-letf.
8982 * scroll-bar.el (scroll-bar-mode):
8983 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
8984 (normal-erase-is-backspace-mode): Don't use the `eq' place.
8985 * winner.el (winner-configuration, winner-make-point-alist)
8986 (winner-set-conf, winner-get-point, winner-set): Don't abuse letf.
8987 * files.el (locate-file-completion-table): Avoid list*.
8988
8989 2012-06-22 Chong Yidong <cyd@gnu.org>
8990
8991 * dired-aux.el (dired-do-create-files): Doc fix (Bug#11327).
8992 (dired-create-files): Doc fix (Bug#11329).
8993 (dired-do-copy): Doc fix (Bug#11334).
8994 (dired-mark-read-string): Doc fix (Bug#11553).
8995
8996 * dired.el (dired-recursive-copies, dired-recursive-deletes):
8997 Doc fix (Bug#11326).
8998 (dired-make-relative): Doc fix (Bug#11332). Remove unused arg.
8999 (dired-dwim-target): Doc fix.
9000
9001 * wdired.el (wdired-mode): Doc fix.
9002
9003 2012-06-22 Glenn Morris <rgm@gnu.org>
9004
9005 * pcmpl-rpm.el (pcmpl-rpm-cache): New option.
9006 (pcmpl-rpm-cache-stamp-file): New constant.
9007 (pcmpl-rpm-cache-time, pcmpl-rpm-packages): New variables.
9008 (pcmpl-rpm-packages): Optionally cache list of packages.
9009
9010 * pcmpl-rpm.el (pcmpl-rpm): New group.
9011 (pcmpl-rpm-query-options): New option.
9012 (pcmpl-rpm-packages): No need to inline it.
9013 Use pcmpl-rpm-query-options.
9014
9015 * calendar/calendar.el (calendar-in-read-only-buffer):
9016 Avoid some needless mode changes.
9017
9018 2012-06-21 Chong Yidong <cyd@gnu.org>
9019
9020 * desktop.el (desktop-read): Don't prompt if daemon (Bug#11674).
9021 (desktop-path): Remove . from the default value (Bug#10977).
9022 (desktop-read): Use user-emacs-directory if desktop-path is nil.
9023
9024 2012-06-20 Chong Yidong <cyd@gnu.org>
9025
9026 * term.el (term-send-raw-meta): Make C-M-<char> keys work (Bug#8172).
9027
9028 2012-06-20 David Röthlisberger <david@rothlis.net> (tiny change)
9029
9030 * ido.el (ido-switch-buffer, ido-find-file): Fix up doc of C-j
9031 (bug#11201).
9032
9033 2012-06-20 Chong Yidong <cyd@gnu.org>
9034
9035 * term.el (term-window-width): Handle the case of a missing right
9036 fringe (Bug#8837).
9037 (term-check-size): Use window-text-height (Bug#5445).
9038 (term-mode): Use define-derived-mode. Minor cleanups.
9039 Set font-lock-defaults (Bug#7692).
9040 (term-move-columns, term-insert-char, term-emulate-terminal)
9041 (term-erase-in-line, term-insert-spaces): Use font-lock-face.
9042
9043 2012-06-20 Michael Albinus <michael.albinus@gmx.de>
9044
9045 * net/ange-ftp.el (ange-ftp-get-passwd):
9046 Bind `enable-recursive-minibuffers'.
9047 (ange-ftp-get-process): Throw if `non-essential' is non-nil.
9048
9049 2012-06-19 David Röthlisberger <david@rothlis.net> (tiny change)
9050
9051 * ido.el (ido-find-file): Mention C-d binding in docstring (bug#11244).
9052
9053 2012-06-19 Glenn Morris <rgm@gnu.org>
9054
9055 * progmodes/python.el (python-mode): Derive from prog-mode.
9056
9057 2012-06-19 Kevin Gallagher <Kevin.Gallagher@boeing.com>
9058
9059 * emulation/edt.el (edt-default-menu-bar-update-buffers)
9060 (edt-user-menu-bar-update-buffers): New functions.
9061 (edt-default-emulation-setup, edt-user-emulation-setup): Use them.
9062
9063 2012-06-19 Chong Yidong <cyd@gnu.org>
9064
9065 * subr.el (with-selected-window): Preserve the selected window's
9066 terminal's top-frame (Bug#4702).
9067
9068 * window.el (save-selected-window): Likewise.
9069
9070 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
9071
9072 * progmodes/python.el (python-rx-constituents): Move backquote.
9073 (python-skeleton-define, python-define-auxiliary-skeleton):
9074 Use `declare'.
9075
9076 2012-06-18 Michael Albinus <michael.albinus@gmx.de>
9077
9078 * minibuffer.el (read-file-name-default): Revert the patch from
9079 2012-06-17.
9080
9081 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
9082
9083 * emacs-lisp/pcase.el (pcase--expand): Warn for unused pattern.
9084 (pcase--u1, pcase--q1): Don't use apply-partially.
9085
9086 2012-06-18 Glenn Morris <rgm@gnu.org>
9087
9088 * progmodes/python.el (python-proc, python-buffer)
9089 (python-send-receive, python-send-string): Fix obsolete versions.
9090
9091 2012-06-18 Martin Rudalics <rudalics@gmx.at>
9092
9093 * window.el (special-display-p): Completely remove stringp
9094 check. Suggested by Andreas Schwab <schwab@linux-m68k.org>.
9095
9096 2012-06-17 Michael Albinus <michael.albinus@gmx.de>
9097
9098 * minibuffer.el (read-file-name-default): Bind `non-essential' to `t'.
9099
9100 * net/tramp.el (tramp-file-name-handler): Catch 'non-essential.
9101
9102 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-start-process):
9103 * net/tramp-sh.el (tramp-maybe-open-connection):
9104 Throw if `non-essential' is non-nil.
9105
9106 2012-06-17 Martin Rudalics <rudalics@gmx.at>
9107
9108 * window.el (special-display-p): Signal an error if BUFFER-NAME
9109 is not a string (Bug#11713).
9110
9111 2012-06-17 Paul Eggert <eggert@cs.ucla.edu>
9112
9113 * progmodes/python.el (python-info-beginning-of-backslash):
9114 Rename from python-info-beginning-of-backlash, as a spelling fix.
9115
9116 2012-06-17 Chong Yidong <cyd@gnu.org>
9117
9118 * term.el (term-emulate-terminal): If term-check-size is called,
9119 move point to the process mark without resetting point (Bug#4635).
9120
9121 2012-06-17 Glenn Morris <rgm@gnu.org>
9122
9123 * international/mule-cmds.el (mule-menu-keymap)
9124 (set-language-environment, set-locale-environment): Doc tweaks.
9125
9126 2012-06-16 Aurelien Aptel <aurelien.aptel@gmail.com>
9127
9128 * cus-face.el (custom-face-attributes): Add wave-style underline
9129 attribute.
9130 * faces.el (set-face-attribute): Update docstring to describe
9131 wave-style underline attribute.
9132
9133 2012-06-16 Chong Yidong <cyd@gnu.org>
9134
9135 * term/xterm.el (terminal-init-xterm): Discard input before
9136 querying background mode (Bug#10959).
9137
9138 2012-06-16 Stefan Merten <smerten@oekonux.de>
9139
9140 * textmodes/rst.el: Added and corrected some comments.
9141 (rst-re-alist-def): Improve symbol syntax.
9142 (rst-mode-syntax-table): Correct syntax entries.
9143 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
9144 (rst-official-version, rst-official-cvs-rev): Update version
9145 information.
9146
9147 2012-06-15 Juanma Barranquero <lekktu@gmail.com>
9148
9149 * makefile.w32-in (COMPILE_FIRST): Synch with makefile.in changes
9150 in 2008-06-22T13:57:28Z!monnier@iro.umontreal.ca.
9151
9152 2012-06-15 Fabián Ezequiel Gallina <fgallina@cuca>
9153
9154 * progmodes/python.el: New python.el merge.
9155 (python-guess-indent): Obsolete var.
9156 (python-indent-guess-indent-offset): New defcustom.
9157 (python-indent): Obsolete var.
9158 (python-indent-offset): New defcustom.
9159 (python-python-command, python-jython-command): Delete var.
9160 (python-shell-interpreter): New defcustom.
9161 (python-pdbtrack-do-tracking-p): Delete var.
9162 (python-pdbtrack-activate): New defcustom.
9163 (python-use-skeletons): Obsolete var.
9164 (python-skeleton-autoinsert): New defcustom.
9165 (inferior-python-filter-regexp, python-continuation-offset)
9166 (python-honour-comment-indentation, python-indent-string-contents)
9167 (python-jython-packages, python-mode-hook)
9168 (python-pdbtrack-minor-mode-string, python-remove-cwd-from-path)
9169 (python-shell-prompt-alist)
9170 (python-source-modes): Delete defcustoms.
9171 (python-check-buffer-name, python-eldoc-setup-code)
9172 (python-eldoc-string-code, python-ffap-setup-code)
9173 (python-ffap-string-code, python-fill-comment-function)
9174 (python-fill-decorator-function, python-fill-paren-function)
9175 (python-fill-string-function, python-imenu-include-defun-type)
9176 (python-imenu-make-tree, python-imenu-subtree-root-label)
9177 (python-pdbtrack-stacktrace-info-regexp, python-shell-buffer-name)
9178 (python-shell-compilation-regexp-alist)
9179 (python-shell-completion-module-string-code)
9180 (python-shell-completion-pdb-string-code)
9181 (python-shell-completion-setup-code)
9182 (python-shell-completion-string-code)
9183 (python-shell-enable-font-lock, python-shell-exec-path)
9184 (python-shell-extra-pythonpaths)
9185 (python-shell-internal-buffer-name, python-shell-interpreter-args)
9186 (python-shell-process-environment)
9187 (python-shell-prompt-block-regexp)
9188 (python-shell-prompt-output-regexp)
9189 (python-shell-prompt-pdb-regexp, python-shell-prompt-regexp)
9190 (python-shell-send-setup-max-wait, python-shell-setup-codes)
9191 (python-shell-virtualenv-path): New defcustoms.
9192 (brm-menu, eldoc-documentation-function, inferior-python-mode-map)
9193 (inferior-python-mode-syntax-table, python--prompt-regexp)
9194 (python-buffer, python-command python-python-command)
9195 (python-default-template, python-imports, python-indent-index)
9196 (python-indent-list, python-indent-list-length)
9197 (python-mode-running, python-pdbtrack-is-tracking-p)
9198 (python-preoutput-continuation, python-preoutput-leftover)
9199 (python-preoutput-result, python-preoutput-skip-next-prompt)
9200 (python-prev-dir/file, python-recursing)
9201 (python-saved-check-command, python-version-checked)
9202 (python-which-func-length-limit)
9203 (view-return-to-alist): Delete vars.
9204 (python-check-custom-command, python-dotty-syntax-table)
9205 (python-imenu-index-alist, python-indent-current-level)
9206 (python-indent-dedenters, python-indent-levels)
9207 (python-nav-beginning-of-defun-regexp)
9208 (python-nav-list-defun-positions-cache)
9209 (python-pdbtrack-buffers-to-kill, python-pdbtrack-tracked-buffer)
9210 (python-shell-internal-buffer)
9211 (python-skeleton-available): New vars.
9212 (def-python-skeleton): Delete macro.
9213 (python-skeleton-define): New macro.
9214 (python-define-auxiliary-skeleton, python-rx): New macros.
9215 (python-insert-class): Delete command.
9216 (python-skeleton-class): New command.
9217 (python-insert-def): Delete command.
9218 (python-skeleton-def): New command.
9219 (python-insert-for): Delete command.
9220 (python-skeleton-for): New command.
9221 (python-insert-if): Delete command.
9222 (python-skeleton-if): New command.
9223 (python-insert-try/except, python-insert-try/finally): Delete commands.
9224 (python-skeleton-try): New command.
9225 (python-insert-while): Delete command.
9226 (python-skeleton-while): New command.
9227 (python-backspace): Delete command.
9228 (python-indent-dedent-line-backspace): New command.
9229 (python-electric-colon): Delete command.
9230 (python-indent-electric-colon): New command.
9231 (python-guess-indent): Delete command.
9232 (python-indent-guess-indent-offset): New command.
9233 (python-shift-left): Delete command.
9234 (python-indent-shift-left): New command.
9235 (python-shift-right): Delete command.
9236 (python-indent-shift-right): New command.
9237 (python-find-function): Delete command.
9238 (python-nav-jump-to-defun): New command.
9239 (python-next-statement): Delete command.
9240 (python-nav-forward-sentence): New command.
9241 (python-previous-statement): Delete command.
9242 (python-nav-backward-sentence): New command.
9243 (python-fill-paragraph): Delete command.
9244 (python-fill-paragraph-function): New command.
9245 (python-send-buffer): Delete command.
9246 (python-shell-send-buffer): New command.
9247 (python-send-defun): Delete command.
9248 (python-shell-send-defun): New command.
9249 (python-send-region, python-send-region-and-go): Delete commands.
9250 (python-shell-send-region)
9251 (python-shell-switch-to-shell): New commands.
9252 (python-send-string): Delete command.
9253 (python-shell-send-string): New command.
9254 (python-switch-to-python): Delete command.
9255 (python-shell-switch-to-shell): New command.
9256 (python-describe-symbol): Delete command.
9257 (python-eldoc-at-point): New command.
9258 (python--set-prompt-regexp, python-args-to-list)
9259 (python-after-info-look, python-check-version)
9260 (python-check-comint-prompt, python-find-imports)
9261 (python-execute-file, turn-off-pdbtrack, turn-on-pdbtrack)
9262 (python-unload-function, python-expand-template)
9263 (python-maybe-jython, python-preoutput-filter)
9264 (python-pdbtrack-get-source-buffer)
9265 (python-pdbtrack-grub-for-buffer, python-pdbtrack-overlay-arrow)
9266 (python-pdbtrack-toggle-stack-tracking)
9267 (python-pdbtrack-track-stack-file, python-initial-text)
9268 (python-first-word, python-comment-line-p, python-send-command)
9269 (python-setup-brm, python-sentinel, python-set-proc)
9270 (python-skip-out, python-input-filter, python-outdent-p)
9271 (python-outline-level, python-backslash-continuation-line-p)
9272 (python-end-of-block, python-end-of-statement, python-mark-block)
9273 (python-beginning-of-block, python-beginning-of-statement)
9274 (python-blank-line-p, python-beginning-of-string)
9275 (python-open-block-statement-p): Delete functions.
9276 (python-indent-line, python-indent-line-1): Delete functions.
9277 (python-indent-line): New function.
9278 (python-indentation-levels): Delete function.
9279 (python-indent-calculate-levels): New function.
9280 (python-proc): Delete function.
9281 (python-shell-get-process): New function.
9282 (python-send-receive): Delete function.
9283 (python-shell-send-string-no-output): New function.
9284 (python-module-path): Delete function.
9285 (python-ffap-module-path): New function.
9286 (python-completion-at-point)
9287 (python-symbol-completions): Delete functions.
9288 (python-completion-complete-at-point): New function.
9289 (python-load-file): Delete function.
9290 (python-shell-send-file): New function.
9291 (python-calculate-indentation): Delete function.
9292 (python-indent-calculate-indentation): New function.
9293 (python-skip-comments/blanks): Delete function.
9294 (python-util-forward-comment): New function.
9295 (python-continuation-line-p): Delete function.
9296 (python-info-continuation-line-p): New function.
9297 (python-which-func, python-current-defun): Delete function.
9298 (python-info-current-defun): New function.
9299 (python-beginning-of-defun): Delete function.
9300 (python-nav-beginning-of-defun): New function.
9301 (python-close-block-statement-p)
9302 (python-block-end-p): Delete function.
9303 (python-info-closing-block): New function.
9304 (python-comint-output-filter-function)
9305 (python-eldoc--get-doc-at-point, python-end-of-defun-function)
9306 (python-fill-comment, python-fill-decorator, python-fill-paren)
9307 (python-fill-string, python-imenu-make-element-tree)
9308 (python-imenu-make-tree, python-imenu-tree-assoc)
9309 (python-indent-context, python-indent-dedent-line)
9310 (python-indent-line-function)
9311 (python-indent-post-self-insert-function)
9312 (python-indent-toggle-levels)
9313 (python-info-assignment-continuation-line-p)
9314 (python-info-beginning-of-backlash)
9315 (python-info-block-continuation-line-p)
9316 (python-info-closing-block-message)
9317 (python-info-line-ends-backslash-p)
9318 (python-info-looking-at-beginning-of-defun)
9319 (python-info-ppss-context, python-info-ppss-context-type)
9320 (python-nav-list-defun-positions, python-nav-read-defun)
9321 (python-nav-sentence-end, python-nav-sentence-start)
9322 (python-pdbtrack-comint-output-filter-function)
9323 (python-pdbtrack-set-tracked-buffer)
9324 (python-shell-calculate-exec-path)
9325 (python-shell-calculate-process-environment)
9326 (python-shell-completion--do-completion-at-point)
9327 (python-shell-completion--get-completions)
9328 (python-shell-completion-complete-at-point)
9329 (python-shell-completion-complete-or-indent)
9330 (python-shell-get-or-create-process)
9331 (python-shell-get-process-name)
9332 (python-shell-internal-get-or-create-process)
9333 (python-shell-internal-get-process-name)
9334 (python-shell-internal-send-string, python-shell-make-comint)
9335 (python-shell-parse-command, python-shell-send-setup-code)
9336 (python-skeleton-add-menu-items)
9337 (python-util-clone-local-variables, python-util-position)
9338 (run-python-internal, python-indentation-levels)
9339 (python-nav-beginning-of-defun)
9340 (python-completion-complete-at-point): New functions.
9341 (run-python): Change arguments. New API requirements.
9342
9343 2012-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
9344
9345 * emacs-lisp/cl-lib.el (cl--defsubst-expand): Autoload inliner
9346 (bug#11649).
9347
9348 * emacs-lisp/macroexp.el (macroexp--compiler-macro): New function.
9349 (macroexp--expand-all): Use it.
9350
9351 * emacs-lisp/cl-macs.el (cl--transform-function-property): Remove.
9352 (cl-define-setf-expander, cl-deftype, cl-define-compiler-macro):
9353 Use `cl-function' instead.
9354
9355 2012-06-14 Juanma Barranquero <lekktu@gmail.com>
9356
9357 * makefile.w32-in (COMPILE_FIRST): Remove subr.el.
9358 Suggested by Stefan Monnier while discussing bug#11657.
9359
9360 2012-06-14 Sam Steingold <sds@gnu.org>
9361
9362 * files.el (abort-if-file-too-large): Use `file-size-human-readable'.
9363
9364 2012-06-14 Andreas Schwab <schwab@linux-m68k.org>
9365
9366 * play/doctor.el (doctor-doc): Remove parameter and use
9367 doctor-sent instead of sent.
9368 (doctor-read-print): Use doctor-sent instead of sent. (Bug#11708)
9369
9370 2012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
9371
9372 * files.el: Require cl-lib.
9373 (file-name-non-special): Replace case -> cl-case.
9374
9375 * emacs-lisp/cl-macs.el (cl-defstruct): Don't add print-func.
9376
9377 * emacs-lisp/edebug.el (edebug-read-function): Remove old incorrect
9378 mapping from #' to function*.
9379
9380 2012-06-13 Chong Yidong <cyd@gnu.org>
9381
9382 * mouse.el (mouse-drag-track): Do not set the mark if the user
9383 releases the mouse without selecting anything (Bug#11588).
9384
9385 2012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
9386
9387 * textmodes/tex-mode.el (latex-indent): Recognize tex-verbatim at EOB
9388 as well (bug#11646).
9389
9390 * loadup.el: Count byte-code functions as well.
9391
9392 * emacs-lisp/byte-opt.el (featurep): Move compiler-macro...
9393 * emacs-lisp/bytecomp.el (featurep): ...here (bug#11692).
9394
9395 * emacs-lisp/autoload.el (make-autoload): Accept nil doc-string-elt
9396 (bug#11649). Add cl-defun and cl-defmacro.
9397
9398 2012-06-13 Drew Adams <drew.adams@oracle.com>
9399
9400 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
9401 Fix last change.
9402
9403 2012-06-13 Michael Albinus <michael.albinus@gmx.de>
9404
9405 * net/dbus.el (dbus-call-method): Use timeout for `read-event'.
9406 Otherwise, it blocks in batch mode.
9407
9408 2012-06-13 Juanma Barranquero <lekktu@gmail.com>
9409
9410 * help-mode.el (bookmark-make-record-default): Declare.
9411
9412 2012-06-13 Chong Yidong <cyd@gnu.org>
9413
9414 * emacs-lisp/package.el (list-packages): Compute a list of
9415 packages that are newly-available since the last list-packages
9416 invocation.
9417 (package-menu--new-package-list): New var.
9418 (package-menu--generate, package-menu--print-info)
9419 (package-menu--status-predicate, package-menu-mark-install):
9420 Handle new status label "new".
9421
9422 2012-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
9423
9424 * emacs-lisp/cl-macs.el (cl-remf): Fix error in recent
9425 conversion to backquotes.
9426
9427 2012-06-12 Chong Yidong <cyd@gnu.org>
9428
9429 * emacs-lisp/edebug.el (edebug-inhibit-emacs-lisp-mode-bindings):
9430 Rename from gud-inhibit-global-bindings.
9431
9432 * emacs-lisp/eieio.el (eieio-pre-method-execution-hooks): Doc fix.
9433
9434 * nxml/nxml-glyph.el (nxml-glyph-set-functions): Rename abnormal
9435 hook from nxml-glyph-set-hook.
9436
9437 * progmodes/cwarn.el (cwarn-mode): Remove redundant variable
9438 declaration.
9439
9440 * progmodes/pascal.el (pascal-toggle-completions): Doc fix.
9441
9442 * textmodes/bibtex.el (bibtex-string-file-path, bibtex-file-path):
9443 Convert to defcustom.
9444
9445 2012-06-12 Drew Adams <drew.adams@oracle.com>
9446
9447 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
9448 New functions.
9449 (help-mode): Use them.
9450
9451 2012-06-11 Glenn Morris <rgm@gnu.org>
9452
9453 * progmodes/fortran.el (fortran-font-lock-keywords-3):
9454 Use preprocessor face for directives.
9455 (fortran-directive-re): Doc fix.
9456
9457 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
9458
9459 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Fix error in recent
9460 conversion to backquotes (bug#11652).
9461
9462 Fix compiler-expansion of CL's cXXr functions (bug#11673).
9463 * emacs-lisp/cl-lib.el (cl--defalias): New function.
9464 (cl-values, cl-values-list, cl-copy-seq, cl-svref, cl-first)
9465 (cl-second, cl-rest, cl-endp, cl-third, cl-fourth): Use it.
9466 (cl-plusp, cl-minusp, cl-fifth, cl-sixth, cl-seventh, cl-eighth)
9467 (cl-ninth, cl-tenth): Mark them as inlinable.
9468 (cl-caaar, cl-caadr, cl-cadar, cl-caddr, cl-cdaar, cl-cdadr)
9469 (cl-cddar, cl-cdddr, cl-caaaar, cl-caaadr, cl-caadar, cl-caaddr)
9470 (cl-cadaar, cl-cadadr, cl-caddar, cl-cadddr, cl-cdaaar, cl-cdaadr)
9471 (cl-cdadar, cl-cdaddr, cl-cddaar, cl-cddadr, cl-cdddar, cl-cddddr):
9472 Add a compiler-macro declaration to use cl--compiler-macro-cXXr.
9473 (cl-list*, cl-adjoin): Don't put an autoload manually.
9474 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin)
9475 (cl--compiler-macro-list*): Add autoload cookie.
9476 (cl--compiler-macro-cXXr): New function.
9477
9478 * help-fns.el (help-fns--compiler-macro): New function extracted from
9479 describe-function-1; follow aliases and use `compiler-macro' property.
9480 (describe-function-1): Use it.
9481
9482 2012-06-11 Chong Yidong <cyd@gnu.org>
9483
9484 * startup.el (fancy-splash-head): Use splash.svg even if librsvg
9485 is uninstalled, if imagemagick is installed.
9486
9487 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
9488
9489 * emacs-lisp/cl-lib.el: Use lexical-binding.
9490 (cl-map-extents, cl-maclisp-member): Remove.
9491 (cl--set-elt, cl--set-nthcdr, cl--set-buffer-substring)
9492 (cl--set-substring, cl--block-wrapper, cl--block-throw)
9493 (cl--compiling-file, cl--mapcar-many, cl--do-subst): Use "cl--" prefix.
9494 * emacs-lisp/cl-extra.el: Use lexical-binding.
9495 (cl--mapcar-many, cl--map-keymap-recursively, cl--map-intervals)
9496 (cl--map-overlays, cl--set-frame-visible-p, cl--progv-save)
9497 (cl--progv-before, cl--progv-after, cl--finite-do, cl--set-getf)
9498 (cl--do-remf, cl--do-prettyprint): Use "cl--" prefix.
9499 * emacs-lisp/cl-seq.el: Use lexical-binding.
9500 (cl--parsing-keywords, cl--check-key, cl--check-test-nokey)
9501 (cl--check-test, cl--check-match): Use "cl--" prefix and backquotes.
9502 (cl--alist, cl--sublis-rec, cl--nsublis-rec, cl--tree-equal-rec):
9503 * emacs-lisp/cl-macs.el (cl--lambda-list-keywords): Use "cl--" prefix.
9504 * edmacro.el (edmacro-mismatch): Simplify to remove dependence on
9505 CL's internals.
9506
9507 2012-06-11 Michael Albinus <michael.albinus@gmx.de>
9508
9509 Sync with Tramp 2.2.6-pre.
9510
9511 * net/tramp-cache.el (tramp-dump-connection-properties): Let-bind
9512 `print-length' and `print-level' to nil, in order to avoid
9513 truncation. Reported by Christopher Schmidt
9514 <christopher@ristopher.com>.
9515
9516 * net/tramp-cmds.el (tramp-cleanup-connection): Delete also process.
9517
9518 * net/tramp-compat.el (tramp-compat-condition-case-unless-debug):
9519 New defmacro.
9520 (tramp-compat-copy-directory): Add optional argument
9521 COPY-CONTENTS. It is not handled yet.
9522
9523 * net/tramp-ftp.el (tramp-disable-ange-ftp): Fix docstring.
9524 (tramp-ftp-file-name-p): Simplify.
9525
9526 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name):
9527 * net/tramp-gw.el (tramp-gw-open-connection): Add hop to
9528 connection vector.
9529
9530 * net/tramp-sh.el (tramp-copy-size-limit): Fix docstring.
9531 (tramp-methods): Do not use `tramp-password-end-of-line'.
9532 (tramp-completion-function-alist-putty): Handle UNIX case.
9533 (tramp-remote-path): Add "/opt/bin", "/opt/sbin" and "/opt/local/bin".
9534 (tramp-do-file-attributes-with-stat)
9535 (tramp-do-directory-files-and-attributes-with-stat) Return uid and
9536 gid as real numbers. They could run out of integer range on cygwin.
9537 (tramp-do-copy-or-rename-file-out-of-band): Better trace format.
9538 (tramp-sh-handle-expand-file-name): Handle hops.
9539 (tramp-open-connection-setup-interactive-shell):
9540 Use `tramp-cleanup'. Move check for busyboxes ...
9541 (tramp-find-shell): ... here. Simplify implementation.
9542 Set "remote-shell" property also for alternative shells.
9543 (tramp-remote-coding-commands): Check "test -c /dev/stdout".
9544 If failing, a regular file would be written otherwise.
9545 Reported by Dmitry Kurochkin <dmitry.kurochkin@gmail.com>.
9546 (tramp-find-inline-encoding): Cache the coding commands in the
9547 process cache. Apply test command on the remote side, if defined.
9548 (tramp-find-inline-compress): Cache the compress commands in the
9549 process cache.
9550 (tramp-compute-multi-hops): Save `tramp-default-proxies-alist'
9551 when requested. Handle hops.
9552 (tramp-current-connection): New defvar.
9553 (tramp-maybe-open-connection): Use `tramp-cleanup'.
9554 Throw `suppress', if there was a failed connection shortly before.
9555 Handle user interrupt. (Bug#10187)
9556 (tramp-get-inline-compress, tramp-get-inline-coding):
9557 Read connection properties from the process cache.
9558
9559 * net/tramp-smb.el (tramp-smb-server-version)
9560 (tramp-smb-wrong-passwd-regexp, tramp-smb-actions-with-tar):
9561 New defconsts.
9562 (tramp-smb-prompt): Extend for powershell prompt.
9563 (tramp-smb-file-name-handler-alist): Add handlers for
9564 `process-file', `shell-command' and `start-file-process'.
9565 (tramp-smb-winexe-program, tramp-smb-winexe-shell-command)
9566 (tramp-smb-winexe-shell-command-switch): New defcustoms.
9567 (tramp-smb-file-name-p): Simplify.
9568 (tramp-smb-action-with-tar, tramp-smb-handle-process-file)
9569 (tramp-smb-kill-winexe-function, tramp-smb-call-winexe)
9570 (tramp-smb-shell-quote-argument): New defuns.
9571 (tramp-smb-handle-copy-directory): Add COPY-CONTENTS argument.
9572 Implement using "tar". By this, time-stamps are preserved.
9573 (tramp-smb-handle-copy-file): Handle also the case of directories.
9574 (tramp-smb-do-file-attributes-with-stat)
9575 (tramp-smb-get-file-entries, tramp-smb-get-cifs-capabilities):
9576 Use `tramp-get-connection-buffer').
9577 (tramp-smb-handle-rename-file): Use "rename", when source and
9578 target are on the same share.
9579 (tramp-smb-maybe-open-connection): Handle wrong passwords.
9580 Use `tramp-smb-server-version'.
9581 (tramp-smb-wait-for-output): Remove prompt.
9582
9583 * net/tramp.el (top): Require 'cl.
9584 (tramp-methods, tramp-rsh-end-of-line):
9585 Remove `tramp-password-end-of-line' from docstring.
9586 (tramp-save-ad-hoc-proxies): New defcustom.
9587 (tramp-completion-function-alist): Adapt docstring.
9588 (tramp-default-password-end-of-line): Remove defcustom.
9589 (tramp-shell-prompt-pattern): Allow "[]" style prompts. (Bug#11065)
9590 (tramp-user-regexp, tramp-file-name-regexp-unified)
9591 (tramp-file-name-regexp-url): Extend regexp by hop separator.
9592 (tramp-postfix-hop-format, tramp-postfix-hop-regexp)
9593 (tramp-remote-file-name-spec-regexp): New defconst.
9594 (tramp-file-name-structure): Extend structure for hops.
9595 (tramp-get-method-parameter): Move up.
9596 (tramp-file-name-p, tramp-dissect-file-name)
9597 (with-parsed-tramp-file-name): Handle hops.
9598 (tramp-file-name-hop): New defun.
9599 (tramp-make-tramp-file-name): New optional arg HOP.
9600 (tramp-message-show-progress-reporter-message): New defvar.
9601 (tramp-with-progress-reporter): Use it. We cannot use
9602 `tramp-message-show-message' here, because this suppresses also
9603 error buffers.
9604 (tramp-error-with-buffer): Suppress buffer view, if
9605 `tramp-message-show-message' is nil.
9606 Use `tramp-get-connection-buffer'.
9607 (tramp-cleanup): New defun.
9608 (tramp-rfn-eshadow-update-overlay): Let-bind `non-essential' to `t'.
9609 (tramp-file-name-handler): If `debug-on-error' is set, propagate
9610 an error unchanged.
9611 (tramp-completion-handle-file-name-all-completions): Handle hops.
9612 Fix an error when called from ido.
9613 (tramp-completion-dissect-file-name): Use better local variable
9614 name. Add hop to the vector.
9615 (tramp-handle-insert-file-contents): Use progress-reporter for the
9616 whole scenario.
9617 (tramp-action-password): Let-bind `enable-recursive-minibuffers'
9618 to `t'.
9619 (tramp-check-for-regexp): Simplify search.
9620 (tramp-enter-password): Remove it. Move implementation ...
9621 (tramp-action-password): ... here.
9622 (tramp-mode-string-to-int, tramp-local-host-p)
9623 (tramp-make-tramp-temp-file, tramp-read-passwd)
9624 (tramp-clear-passwd, tramp-time-less-p, tramp-time-diff):
9625 Set tramp-autoload cookie.
9626
9627 * net/trampver.el: Update release number.
9628
9629 2012-06-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9630 Michael Albinus <michael.albinus@gmx.de>
9631
9632 * net/tramp.el (tramp-set-completion-function): Fix docstring.
9633 (tramp-parse-group, tramp-parse-file)
9634 (tramp-parse-shostkeys-sknownhosts): New defuns.
9635 (tramp-parse-rhosts, tramp-parse-rhosts-group, tramp-parse-shosts)
9636 (tramp-parse-shosts-group, tramp-parse-sconfig)
9637 (tramp-parse-sconfig-group, tramp-parse-shostkeys)
9638 (tramp-parse-sknownhosts, tramp-parse-hosts)
9639 (tramp-parse-hosts-group, tramp-parse-passwd, tramp-parse-netrc):
9640 Use them.
9641 (tramp-parse-passwd-group, tramp-parse-netrc-group)
9642 (tramp-parse-putty-group): Don't narrow.
9643 (tramp-parse-putty): Make a loop.
9644 (tramp-file-name-handler): Catch the `suppress' signal.
9645
9646 2012-06-11 Chong Yidong <cyd@gnu.org>
9647
9648 * image.el (imagemagick-register-types): Put the ImageMagick entry
9649 at the end of image-type-file-name-regexps.
9650
9651 2012-06-11 Johan Bockgård <bojohan@gnu.org>
9652
9653 * emacs-lisp/pcase.el (pcase-UPAT, pcase-QPAT): New edebug specs.
9654 (pcase, pcase-let*, pcase-dolist): Use them.
9655
9656 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
9657
9658 * emacs-lisp/pcase.el (pcase--let*): New function.
9659 (pcase-let*): Use it. Use pcase--memoize to avoid repeated expansions.
9660 (pcase--expand): Use macroexp-let².
9661
9662 2012-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
9663
9664 * emacs-lisp/timer.el, emacs-lisp/syntax.el, emacs-lisp/smie.el:
9665 * emacs-lisp/ewoc.el, emacs-lisp/cconv.el, emacs-lisp/bytecomp.el:
9666 * emacs-lisp/byte-opt.el, emacs-lisp/autoload.el: Convert to cl-lib.
9667 * emacs-lisp/easymenu.el, emacs-lisp/easy-mmode.el:
9668 * emacs-lisp/derived.el: Use pcase instead of `cl'.
9669 * emacs-lisp/cl-lib.el: Get rid of special cl-macs auto load.
9670
9671 2012-06-10 Glenn Morris <rgm@gnu.org>
9672
9673 * mail/rmail.el (rmail-yank-current-message): Leave point at
9674 correct position. (Bug#11660)
9675
9676 2012-06-10 Chong Yidong <cyd@gnu.org>
9677
9678 * allout-widgets.el: Fix code header.
9679
9680 2012-06-10 Chong Yidong <cyd@gnu.org>
9681
9682 * cus-edit.el (customize-changed-options-previous-release):
9683 Bump to 24.1.
9684
9685 2012-06-09 Andreas Schwab <schwab@linux-m68k.org>
9686
9687 * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200.
9688
9689 2012-06-09 Chong Yidong <cyd@gnu.org>
9690
9691 * ebuff-menu.el (electric-buffer-list): Preserve header line.
9692
9693 2012-06-09 Martin Rudalics <rudalics@gmx.at>
9694
9695 * window.el (special-display-popup-frame): Don't use
9696 window--display-buffer (Bug#11651).
9697
9698 2012-06-09 Eli Zaretskii <eliz@gnu.org>
9699
9700 Fix parallel builds: make sure loaddefs.el is not being written
9701 while Lisp files are compiled.
9702 (compile): Don't depend on 'mh-autoloads'.
9703 (compile-CMD, compile-SH): Depend on 'autoloads'.
9704 (bootstrap): Don't depend on 'autoloads' and 'mh-autoloads'.
9705
9706 * makefile.w32-in (BIG_STACK_DEPTH): Enlarge to 2200. (Bug#11649)
9707
9708 2012-06-09 Chong Yidong <cyd@gnu.org>
9709
9710 * face-remap.el (face-remap-add-relative, face-remap-set-base)
9711 (buffer-face-set, buffer-face-toggle, buffer-face-mode-invoke):
9712 Doc fixes (Bug#11225).
9713
9714 2012-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
9715
9716 * emacs-lisp/macroexp.el (macroexp--expand-all): Only autoload
9717 a function if there's a clear indication that it has a compiler-macro.
9718 * emacs-lisp/byte-run.el (defun-declarations-alist, defmacro, defun)
9719 (macro-declarations-alist): Add arglist to declaration functions.
9720 (defun-declarations-alist): Add `obsolete' and `compiler-macro'.
9721 * emacs-lisp/cl-seq.el (cl-member, cl-assoc):
9722 * emacs-lisp/cl-lib.el (cl-list*, cl-adjoin):
9723 * emacs-lisp/cl-extra.el (cl-get): Use the new `declare' statement.
9724 Also add autoload to find the compiler macro.
9725 * emacs-lisp/cl-macs.el (eql) [compiler-macro]: Remove.
9726 (cl--compiler-macro-member, cl--compiler-macro-assoc)
9727 (cl--compiler-macro-adjoin, cl--compiler-macro-list*)
9728 (cl--compiler-macro-get): New functions, replacing calls to
9729 cl-define-compiler-macro.
9730 (cl-typep) [compiler-macro]: Use macroexp-let².
9731
9732 2012-06-08 Nick Dokos <nicholas.dokos@hp.com> (tiny change)
9733
9734 * calendar/icalendar.el (icalendar--parse-vtimezone): Import TZID
9735 string properly, fixes Bug#11473.
9736
9737 2012-06-08 Chong Yidong <cyd@gnu.org>
9738
9739 * faces.el (set-face-attribute): Doc fix.
9740 (modify-face): Don't use :bold and :italic.
9741 (error, warning, success): Tweak definitions.
9742
9743 * cus-edit.el (custom-modified, custom-invalid, custom-rogue)
9744 (custom-modified, custom-set, custom-changed, custom-themed)
9745 (custom-saved, custom-button, custom-button-mouse)
9746 (custom-button-pressed, custom-state, custom-comment-tag)
9747 (custom-variable-tag, custom-group-tag-1, custom-group-tag)
9748 (custom-group-subtitle): Use new-style face specs.
9749 (custom-invalid-face, custom-rogue-face, custom-modified-face)
9750 (custom-set-face, custom-changed-face, custom-saved-face)
9751 (custom-button-face, custom-button-pressed-face)
9752 (custom-documentation-face, custom-state-face)
9753 (custom-comment-face, custom-comment-tag-face)
9754 (custom-variable-tag-face, custom-variable-button-face)
9755 (custom-face-tag-face, custom-group-tag-face-1)
9756 (custom-group-tag-face): Remove obsolete face alias.
9757
9758 * epa.el (epa-validity-high, epa-validity-medium)
9759 (epa-validity-low, epa-mark, epa-field-name, epa-string)
9760 (epa-field-name, epa-field-body):
9761 * font-lock.el (font-lock-comment-face, font-lock-string-face)
9762 (font-lock-keyword-face, font-lock-builtin-face)
9763 (font-lock-function-name-face, font-lock-variable-name-face)
9764 (font-lock-type-face, font-lock-constant-face):
9765 * ido.el (ido-first-match, ido-only-match, ido-subdir)
9766 (ido-virtual, ido-indicator, ido-incomplete-regexp):
9767 * speedbar.el (speedbar-button-face, speedbar-file-face)
9768 (speedbar-directory-face, speedbar-tag-face)
9769 (speedbar-selected-face, speedbar-highlight-face)
9770 (speedbar-separator-face):
9771 * whitespace.el (whitespace-newline, whitespace-space)
9772 (whitespace-hspace, whitespace-tab, whitespace-trailing)
9773 (whitespace-line, whitespace-space-before-tab)
9774 (whitespace-space-after-tab, whitespace-indentation)
9775 (whitespace-empty):
9776 * emulation/cua-base.el (cua-global-mark):
9777 * eshell/em-prompt.el (eshell-prompt):
9778 * net/newst-plainview.el (newsticker-new-item-face)
9779 (newsticker-old-item-face, newsticker-immortal-item-face)
9780 (newsticker-obsolete-item-face, newsticker-date-face)
9781 (newsticker-statistics-face, newsticker-default-face):
9782 * net/newst-reader.el (newsticker-feed-face)
9783 (newsticker-extra-face, newsticker-enclosure-face):
9784 * net/newst-treeview.el (newsticker-treeview-face)
9785 (newsticker-treeview-new-face, newsticker-treeview-old-face)
9786 (newsticker-treeview-immortal-face)
9787 (newsticker-treeview-obsolete-face)
9788 (newsticker-treeview-selection-face):
9789 * net/rcirc.el (rcirc-my-nick, rcirc-other-nick)
9790 (rcirc-bright-nick, rcirc-server, rcirc-timestamp)
9791 (rcirc-nick-in-message, rcirc-nick-in-message-full-line)
9792 (rcirc-prompt, rcirc-track-keyword, rcirc-url, rcirc-keyword):
9793 * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
9794 (nxml-outline-active-indicator, nxml-outline-ellipsis):
9795 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
9796 (mpuz-text):
9797 * progmodes/vera-mode.el (vera-font-lock-number)
9798 (vera-font-lock-function, vera-font-lock-interface):
9799 * textmodes/table.el (table-cell): Use new-style face specs, and
9800 don't use the old :bold and :italic attributes.
9801
9802 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
9803 (ebrowse-member-attribute, ebrowse-default, ebrowse-file-name)
9804 (ebrowse-member-class, ebrowse-progress): Likewise.
9805 (ebrowse-tree-mark-face, ebrowse-root-class-face)
9806 (ebrowse-file-name-face, ebrowse-default-face)
9807 (ebrowse-member-attribute-face, ebrowse-member-class-face)
9808 (ebrowse-progress-face): Remove obsolete faces.
9809
9810 * progmodes/flymake.el (flymake-errline, flymake-warnline):
9811 Inherit from error and warning faces respectively.
9812
9813 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
9814 Likewise.
9815 (flyspell-incorrect-face, flyspell-duplicate-face):
9816 Remove obsolete aliases.
9817
9818 2012-06-08 Michael Albinus <michael.albinus@gmx.de>
9819
9820 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
9821 Avoid infloop.
9822
9823 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
9824
9825 * startup.el (argv, argi): Make lexically scoped.
9826 * emacs-lisp/float-sup.el (pi): Use internal-make-var-non-special.
9827 * emacs-lisp/cl-macs.el: Use lexical-binding.
9828 Rename cl-bind-* to cl--bind-*.
9829 * files.el: Don't require `cl' since it doesn't use it.
9830 * emacs-lisp/pcase.el, emacs-lisp/macroexp.el: Add coding cookie.
9831
9832 2012-06-08 Juanma Barranquero <lekktu@gmail.com>
9833
9834 * textmodes/texinfmt.el: Fix bug#11640 (reverts part of 2008-07-31T05:33:56Z!dann@ics.uci.edu).
9835 (texinfo-format-printindex): Use `texinfo-sort-region' in all platforms,
9836 instead of calling external sort utility.
9837 (texinfo-sort-region, texinfo-sort-startkeyfun): Restore functions.
9838
9839 2012-06-08 Eli Zaretskii <eliz@gnu.org>
9840
9841 * descr-text.el (describe-char): Mention how to insert the
9842 character, if the current input method doesn't support it.
9843 See the discussion in this thread for the details:
9844 http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00533.html.
9845
9846 2012-06-08 Sam Steingold <sds@gnu.org>
9847
9848 * bindings.el (global-map): Bind XF86Forward to next-buffer and
9849 XF86Back to previous-buffer.
9850 (minibuffer-local-map): Bind them to next-history-element and
9851 previous-history-element respectively.
9852 * help-mode.el (help-mode-map): Bind them to help-go-forward and
9853 help-go-back respectively.
9854 * info.el (Info-mode-map): Bind them to Info-history-forward and
9855 Info-history-back respectively.
9856 These are the keys next to Up on the ThinkPad keyboard.
9857
9858 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
9859
9860 Get rid of cl-lexical-let, keeping only lexical-let for compatibility.
9861 * emacs-lisp/cl-macs.el: Provide itself.
9862 (cl--labels-convert-cache): New var.
9863 (cl--labels-convert): New function.
9864 (cl-flet, cl-labels): New implementation with new semantics, relying on
9865 lexical-binding.
9866 * emacs-lisp/cl.el: Mark compatibility aliases as obsolete.
9867 (cl-closure-vars, cl--function-convert-cache)
9868 (cl--function-convert): Move from cl-macs.el.
9869 (lexical-let, lexical-let*, flet, labels): Move from cl-macs.el and
9870 rename by removing the "cl-" prefix.
9871 * emacs-lisp/macroexp.el (macroexp-unprogn): New function.
9872
9873 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
9874
9875 * emacs-lisp/cl.el (cl-macroexpand, cl-macro-environment)
9876 (cl-macroexpand-all, cl-not-hash-table, cl-builtin-gethash)
9877 (cl-builtin-remhash, cl-builtin-clrhash, cl-builtin-maphash)
9878 (cl-map-keymap, cl-copy-tree, cl-gethash, cl-puthash, cl-remhash)
9879 (cl-clrhash, cl-maphash, cl-make-hash-table, cl-hash-table-p)
9880 (cl-hash-table-count): Add old compatibility aliases.
9881
9882 * emacs-lisp/cl-macs.el (cl-macro-environment): Remove var.
9883 Use macroexpand-all-environment instead.
9884 (cl--old-macroexpand): New var.
9885 (cl--sm-macroexpand): New function.
9886 (cl-symbol-macrolet): Use it during macro expansion.
9887 (cl--function-convert-cache): New var.
9888 (cl--function-convert): New function, extracted from
9889 cl-macroexpand-all.
9890 (cl-lexical-let): Use it.
9891
9892 * emacs-lisp/cl-lib.el (cl-macro-environment): Remove decl.
9893 (cl-macroexpand): Move to cl-macs.el and rename to cl--sm-macroexpand.
9894 (cl-member): Remove old alias.
9895
9896 * emacs-lisp/cl-extra.el (cl-map-keymap, cl-copy-tree)
9897 (cl-not-hash-table, cl-builtin-gethash, cl-builtin-remhash)
9898 (cl-builtin-clrhash, cl-builtin-maphash, cl-gethash, cl-puthash)
9899 (cl-remhash, cl-clrhash, cl-maphash, cl-make-hash-table)
9900 (cl-hash-table-p, cl-hash-table-count): Move to cl.el.
9901 (cl-macroexpand-cmacs): Remove var.
9902 (cl-macroexpand-all, cl-macroexpand-body): Remove funs.
9903 Use macroexpand-all instead.
9904
9905 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
9906
9907 * emacs-lisp/macroexp.el (macroexp-progn, macroexp-let*, macroexp-if)
9908 (macroexp-let², macroexp--const-symbol-p, macroexp-const-p)
9909 (macroexp-copyable-p): New functions and macros.
9910 * emacs-lisp/edebug.el (edebug-unwrap):
9911 * emacs-lisp/disass.el (disassemble-internal): Use macroexp-progn.
9912 * emacs-lisp/pcase.el: Use macroexp-let*, macroexp-if, ...
9913 (pcase--let*): Remove.
9914 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p)
9915 (byte-compile-constp): Remove. Use macroexp--const-symbol-p and
9916 macroexp-const-p instead.
9917 * emacs-lisp/byte-opt.el: Use macroexp-const-p and macroexp-progn.
9918
9919 * emacs-lisp/cl-macs.el: Clean up the name space by using "cl--"
9920 instead of "cl-" for internal definitions. Use macroexp-const-p.
9921 (cl-old-bc-file-form): Remove var.
9922 (cl-const-exprs-p): Remove fun.
9923 (cl-labels, cl-macrolet): Use backquote.
9924 (cl-lexical-let): Use cl-symbol-macrolet. Don't use cl-defun-expander.
9925 (cl-defun-expander, cl-byte-compile-compiler-macro): Remove fun.
9926 (cl-define-setf-expander): Rename from cl-define-setf-method.
9927 * emacs-lisp/cl.el: Adjust alias for define-setf-method.
9928
9929 * international/mule-cmds.el: Don't require CL.
9930 (view-hello-file): Don't use `letf'.
9931
9932 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
9933
9934 * tmm.el (tmm-prompt): Use string-prefix-p.
9935 (tmm-completion-delete-prompt): Don't affect current-buffer outside.
9936 (tmm-add-prompt): Use minibuffer-completion-help.
9937 (tmm-delete-map): Remove.
9938
9939 * subr.el (kbd): Make it its own function.
9940
9941 2012-06-07 Stefan Merten <smerten@oekonux.de>
9942
9943 * textmodes/rst.el: Use `eval-when-compile' for requiring `cl.el'.
9944 Silence compiler warnings. Fix versions.
9945 (rst-position-if, rst-position, rst-some, rst-signum): New functions.
9946 (rst-shift-region, rst-adornment-level, rst-compute-tabs)
9947 (rst-indent-line, rst-shift-region, rst-forward-line): Use them.
9948 (rst-package-emacs-version-alist): Correct Emacs version to
9949 represent major merge with upstream.
9950 (rst-transition, rst-adornment, rst-compile-toolsets): Fix versions.
9951
9952 2012-06-06 Glenn Morris <rgm@gnu.org>
9953
9954 * mail/emacsbug.el (report-emacs-bug): Add relevant EMACS env-vars.
9955 Only print environment variables if set.
9956
9957 2012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
9958
9959 * emacs-lisp/macroexp.el: Don't require CL since we don't use it.
9960 (macroexp--cons): Rename from maybe-cons.
9961 (macroexp--accumulate): Rename from macroexp-accumulate.
9962 (macroexp--all-forms): Rename from macroexpand-all-forms.
9963 (macroexp--all-clauses): Rename from macroexpand-all-clauses.
9964 (macroexp--expand-all): Rename from macroexpand-all-1.
9965
9966 2012-06-06 Sam Steingold <sds@gnu.org>
9967
9968 * calendar/calendar.el (calendar-in-read-only-buffer):
9969 Call `special-mode' to enable the standard read-only keybindings.
9970
9971 2012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
9972
9973 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't spam the output
9974 with "loading" messages (bug#11635).
9975
9976 2012-06-06 Michael Albinus <michael.albinus@gmx.de>
9977
9978 * files.el (enable-remote-dir-locals): New option.
9979 (hack-dir-local-variables): Use it. (Bug#1933, Bug#6731)
9980
9981 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
9982 Ensure, that the temp directory is local.
9983
9984 * net/tramp-sh.el (tramp-sh-handle-write-region): Let-bind
9985 `temporary-file-directory'.
9986
9987 * progmodes/python.el (python-send-region): Ensure, that the
9988 temporary file is created also in the remote case.
9989
9990 2012-06-06 Glenn Morris <rgm@gnu.org>
9991
9992 * vc/vc-rcs.el (vc-rcs-rcs2log-program): New.
9993 (vc-rcs-update-changelog): Use it.
9994
9995 * emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff.
9996
9997 * vc/vc-sccs.el (vc-sccs-write-revision): New function.
9998 (vc-sccs-workfile-unchanged-p): Use vc-sccs-write-revision.
9999 (vc-sccs-diff): Replace use of the external vcdiff script.
10000
10001 2012-06-05 Glenn Morris <rgm@gnu.org>
10002
10003 * ledit.el: Move to obsolete/.
10004
10005 2012-06-05 Sam Steingold <sds@gnu.org>
10006
10007 * calendar/calendar.el (calendar-exit): Reinstate the 2012-03-28
10008 patch (Bug#11140).
10009
10010 2012-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
10011
10012 * emacs-lisp/cust-print.el: Move to obsolete.
10013
10014 * emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during
10015 compiler-macro expansion.
10016
10017 Add native compiler-macro support.
10018 * emacs-lisp/macroexp.el (macroexpand-all-1):
10019 Support compiler-macros directly. Properly follow aliases and apply
10020 the compiler macros more thoroughly.
10021 * emacs-lisp/cl.el: Don't copy compiler-macro properties any more since
10022 macroexpand now properly follows aliases.
10023 * emacs-lisp/cl-macs.el (toplevel, cl-define-compiler-macro)
10024 (cl-compiler-macroexpand): Use new prop.
10025 * emacs-lisp/byte-opt.el (featurep): Optimize earlier.
10026
10027 * emacs-lisp/cl-lib.el (custom-print-functions): Add alias.
10028
10029 2012-06-05 Martin Rudalics <rudalics@gmx.at>
10030
10031 * window.el (get-lru-window, get-mru-window, get-largest-window):
10032 New argument NOT-SELECTED to avoid picking the selected window.
10033 (window--display-buffer-1, window--display-buffer-2): Replace by
10034 new function window--display-buffer
10035 (display-buffer-same-window, display-buffer-reuse-window)
10036 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
10037 Use window--display-buffer.
10038 (display-buffer-use-some-window): Remove temporary dedication
10039 hack by calling get-lru-window and get-largest-window with
10040 NOT-SELECTED argument non-nil. Call window--display-buffer.
10041
10042 2012-06-05 Glenn Morris <rgm@gnu.org>
10043
10044 * vc/vc-sccs.el (vc-sccs-workfile-unchanged-p):
10045 Replace external vcdiff script.
10046
10047 2012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
10048
10049 * emacs-lisp/cl-lib.el (cl-values, cl-values-list): Fix up last change.
10050
10051 2012-06-04 Chong Yidong <cyd@gnu.org>
10052
10053 * image.el (imagemagick-types-inhibit): Revert last change.
10054 Add INFO and M.
10055 (imagemagick-enabled-types): Remove CIN and EPS*.
10056
10057 2012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
10058
10059 * emacs-lisp/cl-lib.el: Rename from cl.el.
10060 * emacs-lisp/cl.el: New compatibility file.
10061 * emacs-lisp/cl-lib.el, emacs-lisp/cl-seq.el, emacs-lisp/cl-macs.el:
10062 * emacs-lisp/cl-extra.el: Rename all top-level functions and variables
10063 to obey the "cl-" prefix.
10064 * emacs-lisp/macroexp.el (macroexpand-all-1): Adjust to new name.
10065
10066 2012-06-03 Glenn Morris <rgm@gnu.org>
10067
10068 * emacs-lisp/authors.el (authors-aliases): Addition.
10069
10070 * cus-start.el (tool-bar-style, tool-bar-max-label-size):
10071 Fix :version.
10072
10073 2012-06-03 Stefan Merten <smerten@oekonux.de>
10074
10075 * textmodes/rst.el: Add comments.
10076 (rst-transition, rst-adornment): New faces.
10077 (rst-adornment-faces-alist): Make default safe to reevaluate.
10078 Fixes
10079 http://sourceforge.net/tracker/?func=detail&atid=422030&aid=3479603&group_id=38414.
10080 Improve customization tags.
10081 (rst-define-level-faces): Clarify meaning.
10082
10083 2012-06-03 Chong Yidong <cyd@gnu.org>
10084
10085 * progmodes/compile.el (compilation-mode-line-fail)
10086 (compilation-mode-line-run, compilation-mode-line-exit):
10087 New faces.
10088 (compilation-start, compilation-handle-exit): Use them (Bug#11032).
10089
10090 2012-06-03 Jack Duthen <duthen.mac.01@gmail.com> (tiny change)
10091
10092 * progmodes/which-func.el (which-func-update-ediff-windows):
10093 New function. Use it in ediff-select-hook (Bug#11478).
10094
10095 2012-06-03 Chong Yidong <cyd@gnu.org>
10096
10097 * bindings.el: Remove explicit help text from format-mode-line.
10098 It is now supplied by mode-line-default-help-echo.
10099 (mode-line-front-space, mode-line-end-spaces)
10100 (mode-line-misc-info): New variables.
10101 (mode-line-modes, mode-line-position): Move the default value to
10102 the variable definition.
10103 (mode-line-default-help-echo): New defcustom.
10104 (mode-line-mule-info-help-echo, mode-line-read-only-help-echo)
10105 (mode-line-modified-help-echo): New functions.
10106 (mode-line-mule-info, mode-line-modified): Use them.
10107 (mode-line-eol-desc, propertized-buffer-identification):
10108 Consistency fixes for help text.
10109 (mode-line-coding-system-map): Allow using mouse-3 to invoke
10110 set-buffer-file-coding-system (Bug#289).
10111 (mode-line-mule-info-help-echo): Update help text.
10112
10113 2012-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
10114
10115 * simple.el (execute-extended-command): Set real-this-command
10116 (bug#11506).
10117
10118 2012-06-02 Chong Yidong <cyd@gnu.org>
10119
10120 Remove incorrect uses of "modeline" in comments, docstrings, and
10121 function/variable names (Bug#10329).
10122
10123 * cus-edit.el (mode-line):
10124 * dframe.el (dframe-mouse-hscroll):
10125 * emacs-lisp/re-builder.el:
10126 * emacs-lisp/easy-mmode.el (define-minor-mode):
10127 * frame.el (set-frame-name):
10128 * help.el (lookup-minor-mode-from-indicator):
10129 * net/rcirc.el (rcirc-activity-string, rcirc-short-buffer-name):
10130 * progmodes/cc-cmds.el (c-toggle-auto-newline)
10131 (c-toggle-hungry-state):
10132 * progmodes/antlr-mode.el (antlr-language-alist):
10133 * progmodes/idlw-shell.el (idlwave-shell-electric-stop-line-face):
10134 * progmodes/vhdl-mode.el (vhdl-mode):
10135 * progmodes/which-func.el (which-func, which-func-cleanup-function):
10136 * term/ns-win.el (ns-face-at-pos):
10137 * term/sup-mouse.el (sup-mouse-report):
10138 * textmodes/flyspell.el (flyspell-mode-line-string):
10139 * textmodes/ispell.el (ispell-highlight-face):
10140 * textmodes/reftex-global.el:
10141 * vc/vc-arch.el (vc-arch-mode-line-string):
10142 * vc/vc-cvs.el (vc-cvs-mode-line-string):
10143 * vc/vc-git.el (vc-git-mode-line-string):
10144 * vc/vc-hooks.el (vc-display-status)
10145 (vc-default-mode-line-string):
10146 * vc/vc-mtn.el (vc-mtn-mode-line-string): Doc fixes.
10147
10148 * ansi-color.el (ansi-color-faces-vector): Change default faces.
10149
10150 * dired.el (dired-sort-set-mode-line): Rename from
10151 dired-sort-set-modeline. All callers changed.
10152
10153 * eshell/esh-mode.el (eshell-status-in-mode-line): Rename from
10154 eshell-status-in-modeline.
10155
10156 * foldout.el (foldout-mode-line-string): Rename from
10157 foldout-modeline-string. All callers changed.
10158 (foldout-update-mode-line): Rename from foldout-update-modeline.
10159
10160 * subr.el (redraw-modeline): Make into obsolete alias.
10161
10162 * calendar/timeclock.el (timeclock-mode-line-display): Rename from
10163 timeclock-modeline-display. Make old name an alias.
10164 (timeclock-update-mode-line): Likewise. All callers changed.
10165 (timeclock-mode-line-display): No need to check before using
10166 add-hook.
10167 (timeclock-relative, timeclock-day-over-hook)
10168 (timeclock-use-elapsed, timeclock-mode-string)
10169 (timeclock-mode-line-display): Doc fix, "modeline" -> "mode line".
10170
10171 * emulation/crisp.el (crisp-mode-mode-line-string): Rename from
10172 crisp-mode-modeline-string.
10173
10174 * play/solitaire.el (solitaire-build-mode-line): Rename from
10175 solitaire-build-modeline. All callers changed.
10176
10177 * play/zone.el (zone-hiding-mode-line): Rename from
10178 zone-hiding-modeline. All callers changed.
10179 (zone): Remove unusued `modeline-hidden-level' property.
10180
10181 * progmodes/xscheme.el (xscheme-mode-line-initialize): Rename from
10182 xscheme-modeline-initialize. All callers changed.
10183
10184 * strokes.el (strokes-lighter): Rename from
10185 strokes-modeline-string.
10186
10187 * textmodes/sgml-mode.el (html-face-tag-alist)
10188 (html-tag-face-alist): Use mode-line face instead of obsolete
10189 alias modeline.
10190
10191 2012-06-02 Stefan Merten <smerten@oekonux.de>
10192
10193 * textmodes/rst.el: Always require `cl'.
10194 (rst-mode-map): Fix meaning of C-M-a / C-M-e.
10195
10196 2012-06-02 Chong Yidong <cyd@gnu.org>
10197
10198 * image.el (imagemagick-enabled-types): Rename from
10199 imagemagick-types-enable. Add many more types.
10200 (imagemagick-types-inhibit): Change default to nil.
10201 (imagemagick-filter-types): Caller changed.
10202
10203 2012-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
10204
10205 * emacs-lisp/cl-macs.el: Use backquotes.
10206 (cl-transform-function-property): Use eval-and-compile rather than
10207 abusing `require'.
10208 (defstruct): Use declare-function instead of with-no-warnings.
10209
10210 * emacs-lisp/bytecomp.el: Fix last change (bug#11594).
10211 (byte-compile-output-docform): Re-add the print-circle bindings.
10212 (byte-compile-fix-header): Use #$ just because it's shorter.
10213 (byte-compile-output-file-form): Remove defun/defmacro.
10214
10215 2012-06-01 Martin Rudalics <rudalics@gmx.at>
10216
10217 * simple.el (choose-completion): Remove now obsolete binding for
10218 owindow.
10219
10220 2012-06-01 Michael Albinus <michael.albinus@gmx.de>
10221
10222 * net/tramp.el (tramp-check-for-regexp): Search from buffer end,
10223 in order to avoid "Stack overflow in regexp matcher".
10224
10225 2012-05-31 Glenn Morris <rgm@gnu.org>
10226
10227 * image.el: For clarity, call imagemagick-register-types at
10228 top-level, rather than relying on a custom :initialize.
10229 (imagemagick-types-enable): New option. (Bug#11557)
10230 (imagemagick-filter-types): New function. (Bug#7406)
10231 (imagemagick-register-types): Use imagemagick-filter-types.
10232 If disabling support, remove elements altogether rather
10233 than using an impossible regexp.
10234 (imagemagick-types-inhibit): Give it the default init function.
10235
10236 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
10237
10238 * emacs-lisp/bytecomp.el (byte-compile-fix-header):
10239 Handle arbitrary file name lengths (Bug#11585).
10240
10241 2012-05-31 Martin Rudalics <rudalics@gmx.at>
10242
10243 * desktop.el (desktop-read): Clear previous and next buffers for
10244 all windows and bury *Messages* buffer (bug#11556).
10245
10246 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
10247
10248 Add `declare' for `defun'. Align `defmacro's with it.
10249 * emacs-lisp/easy-mmode.el (define-minor-mode)
10250 (define-globalized-minor-mode): Don't autoload the var definitions.
10251 * emacs-lisp/byte-run.el: Use lexical-binding.
10252 (defun-declarations-alist, macro-declarations-alist): New vars.
10253 (defmacro, defun): Use them.
10254 (make-obsolete, define-obsolete-function-alias)
10255 (make-obsolete-variable, define-obsolete-variable-alias):
10256 Use `declare'.
10257 (macro-declaration-function): Mark obsolete.
10258 * emacs-lisp/autoload.el: Use lexical-binding.
10259 (make-autoload): Add `expansion' arg. Rely more on macro expansion.
10260
10261 2012-05-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
10262
10263 * textmodes/ispell.el (ispell-with-no-warnings):
10264 Define as a macro.
10265 (ispell-kill-ispell, ispell-change-dictionary):
10266 Use `called-interactively-p' for Emacs instead of obsolete
10267 `interactive-p'.
10268
10269 2012-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
10270
10271 * emacs-lisp/byte-run.el (defmacro, defun): Move from C.
10272 (macro-declaration-function): Move var from C code.
10273 (macro-declaration-function): Define function with defalias.
10274 * emacs-lisp/macroexp.el (macroexpand-all-1):
10275 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
10276 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't handle
10277 defun/defmacro any more.
10278 * emacs-lisp/bytecomp.el (byte-compile-arglist-signature):
10279 Provide fallback for unknown arglist.
10280 (byte-compile-arglist-warn): Change calling convention.
10281 (byte-compile-output-file-form): Move print-vars binding.
10282 (byte-compile-output-docform): Simplify accordingly.
10283 (byte-compile-file-form-defun, byte-compile-file-form-defmacro)
10284 (byte-compile-defmacro-declaration): Remove.
10285 (byte-compile-file-form-defmumble): Generalize to defalias.
10286 (byte-compile-output-as-comment): Return byte-positions.
10287 Simplify callers accordingly.
10288 (byte-compile-lambda): Use `assert'.
10289 (byte-compile-defun, byte-compile-defmacro): Remove.
10290 (byte-compile-file-form-defalias):
10291 Use byte-compile-file-form-defmumble.
10292 (byte-compile-defalias-warn): Remove.
10293
10294 2012-05-29 Stefan Merten <smerten@oekonux.de>
10295
10296 * textmodes/rst.el: Silence `checkdoc-ispell' errors where
10297 possible. Fix authors. Improve comments. Improve loading of `cl'.
10298
10299 (rst-mode-abbrev-table): Merge definition.
10300 (rst-mode): Make sure `font-lock-defaults' is buffer local.
10301 (rst-define-key, rst-deprecated-keys, rst-call-deprecated): Refactor.
10302
10303 2012-05-29 Ulf Jasper <ulf.jasper@web.de>
10304
10305 * calendar/icalendar.el
10306 (icalendar-export-region): Export UID properly.
10307
10308 2012-05-29 Leo Liu <sdl.web@gmail.com>
10309 * calendar/icalendar.el (icalendar-import-format):
10310 Add `icalendar-import-format-uid' (Bug#11525).
10311 (icalendar-import-format-uid): New.
10312 (icalendar--parse-summary-and-rest, icalendar--format-ical-event):
10313 Export UID.
10314
10315 2012-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
10316
10317 * emacs-lisp/pcase.el (pcase--expand): Accept different sets of vars in
10318 different alternative patterns.
10319 (pcase-codegen): Be more careful to preserve identity.
10320 (pcase--u1): Don't forget to mark vars as used.
10321
10322 * emacs-lisp/bytecomp.el (byte-compile-constp): Treat #'v as a constant.
10323 (byte-compile-close-variables): Bind byte-compile--outbuffer here...
10324 (byte-compile-from-buffer): ...rather than here.
10325
10326 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Don't re-preprocess
10327 functions from byte-compile-function-environment.
10328
10329 2012-05-29 Troels Nielsen <bn.troels@gmail.com>
10330
10331 * window.el (window-deletable-p): Avoid deleting the root window
10332 of a frame with an active minibuffer.
10333
10334 2012-05-29 Martin Rudalics <rudalics@gmx.at>
10335
10336 * simple.el (choose-completion): Use quit-window (Bug#11567).
10337
10338 2012-05-29 Chong Yidong <cyd@gnu.org>
10339
10340 * whitespace.el (whitespace-cleanup): Fix usage of
10341 whitespace-empty-at-bob-regexp (Bug#11492).
10342
10343 2012-05-29 Aaron S. Hawley <aaron.s.hawley@gmail.com>
10344
10345 * vc/vc.el (vc-revert, vc-rollback): Dont kill vc-diff buffer on
10346 revert (Bug#11488).
10347
10348 2012-05-29 Juri Linkov <juri@jurta.org>
10349
10350 * isearch.el (isearch-mode-map): Bind `M-s _' to
10351 `isearch-toggle-symbol'. Bind `M-s c' to
10352 `isearch-toggle-case-fold'.
10353 (search-map): Bind `M-s _' to `isearch-forward-symbol'.
10354 (isearch-forward): Add `M-s _' to the docstring.
10355 (isearch-forward-symbol, isearch-toggle-case-fold)
10356 (isearch-symbol-regexp): New functions. (Bug#11381)
10357
10358 2012-05-29 Juri Linkov <juri@jurta.org>
10359
10360 * isearch.el (isearch-word): Add docstring. (Bug#11381)
10361 (isearch-occur, isearch-search-and-update): If `isearch-word' is
10362 a function, call it to get the regexp.
10363 (isearch-message-prefix): If `isearch-word' holds a symbol, use its
10364 property `isearch-message-prefix' instead of the string "word ".
10365 (isearch-search-fun-default): For the case of `isearch-word',
10366 return a lambda that calls re-search-forward/re-search-backward
10367 with a regexp returned by `word-search-regexp' or by the function
10368 in `isearch-word'.
10369
10370 2012-05-29 Juri Linkov <juri@jurta.org>
10371
10372 * isearch.el (isearch-search-fun-default): New function.
10373 (isearch-search-fun): Move default part to the new function
10374 `isearch-search-fun-default'.
10375 (isearch-search-fun-function): Set the default value to
10376 `isearch-search-fun-default'. (Bug#11381)
10377
10378 * comint.el (comint-history-isearch-end):
10379 Use `isearch-search-fun-default'.
10380 (comint-history-isearch-search): Use `isearch-search-fun-default'
10381 and remove spacial case for `isearch-word'.
10382 (comint-history-isearch-wrap): Remove spacial case for
10383 `isearch-word'.
10384
10385 * hexl.el (hexl-isearch-search-function):
10386 Use `isearch-search-fun-default'.
10387
10388 * info.el (Info-isearch-search): Use `isearch-search-fun-default'.
10389 Use `word-search-regexp' for `isearch-word'.
10390
10391 * misearch.el (multi-isearch-search-fun):
10392 Use `isearch-search-fun-default'.
10393
10394 * simple.el (minibuffer-history-isearch-search):
10395 Use `isearch-search-fun-default' and remove spacial case for
10396 `isearch-word'.
10397 (minibuffer-history-isearch-wrap): Remove spacial case for
10398 `isearch-word'.
10399
10400 * textmodes/reftex-global.el (reftex-isearch-wrap-function):
10401 Remove spacial case for `isearch-word'.
10402 (reftex-isearch-isearch-search): Use `isearch-search-fun-default'.
10403
10404 2012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
10405
10406 Decrease XEmacs incompatibilities.
10407 * textmodes/flyspell.el (flyspell-check-pre-word-p):
10408 Use `string-match'.
10409 (flyspell-delete-region-overlays): Use alternative definition for
10410 XEmacs.
10411 (flyspell-delete-all-overlays): Use `flyspell-delete-region-overlays'.
10412 (flyspell-word): Use `process-kill-without-query' if XEmacs.
10413 (flyspell-mode-on): Use `interactive-p' if XEmacs.
10414 (flyspell-incorrect-face, flyspell-duplicate-face): Do not use
10415 `define-obsolete-face-alias' under XEmacs, but old method.
10416
10417 * textmodes/ispell.el (ispell-with-no-warnings): XEmacs alternative
10418 `with-no-warnings' definition or Emacs alias.
10419 (ispell-command-loop, ispell-message): Use `ispell-with-no-warnings'.
10420 (ispell-word): Do not use `region-p' if XEmacs.
10421
10422 2012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
10423
10424 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
10425 Check for `ispell-dictionary-base-alist' instead of full
10426 `ispell-dictionary-alist'.
10427 (ispell-init-process): Show spellchecker when starting new Ispell
10428 process.
10429
10430 2012-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
10431
10432 * progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
10433 http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
10434
10435 2012-05-27 Juanma Barranquero <lekktu@gmail.com>
10436
10437 * version.el (motif-version-string, gtk-version-string)
10438 (ns-version-string): Declare.
10439
10440 2012-05-27 Juri Linkov <juri@jurta.org>
10441
10442 * emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
10443 after the `eval-defun-1' specialcaseing
10444 like in `edebug-eval-defun' (bug#10181).
10445
10446 * emacs-lisp/edebug.el (edebug-eval-defun): Set `face-documentation'
10447 like in `eval-defun-1'.
10448
10449 2012-05-27 Eli Zaretskii <eliz@gnu.org>
10450
10451 * mail/sendmail.el (mail-yank-region):
10452 Recognize rmail-yank-current-message in addition to insert-buffer.
10453 Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
10454 a *mail* buffer created through rmail-start-mail with sendmail as
10455 mail-user-agent.
10456
10457 2012-05-27 Chong Yidong <cyd@gnu.org>
10458
10459 * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
10460 Default to 256 (Bug#11267).
10461
10462 * help.el (describe-mode): Doc fix.
10463
10464 2012-05-26 Glenn Morris <rgm@gnu.org>
10465
10466 * w32-fns.el (w32-init-info): Remove.
10467 * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
10468
10469 * info.el (info-initialize): For self-contained NS builds, put the
10470 included info/ directory at the front. (Bug#2791)
10471
10472 * paths.el (Info-default-directory-list): Make it a defcustom,
10473 mainly so that we can use custom-initialize-delay.
10474
10475 2012-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
10476
10477 * subr.el (buffer-has-markers-at): Mark obsolete.
10478
10479 * subr.el (lambda): Use declare.
10480
10481 * emacs-lisp/lisp-mode.el (lambda):
10482 * emacs-lisp/edebug.el (lambda): Move properties to its definition.
10483
10484 2012-05-26 Aaron S. Hawley <aaron.s.hawley@gmail.com>
10485
10486 * thingatpt.el (forward-same-syntax): Handle no ARG case. (Bug#11560)
10487
10488 2012-05-26 Glenn Morris <rgm@gnu.org>
10489
10490 * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
10491
10492 2012-05-25 Glenn Morris <rgm@gnu.org>
10493
10494 * paths.el: Remove no-byte-compile.
10495 * loadup.el: No need to load paths.el uncompiled.
10496
10497 * image.el (imagemagick-types-inhibit): Doc fix.
10498
10499 * version.el: Remove no-byte-compile and associated formatting.
10500 * loadup.el: No need to load version.el uncompiled. AFAICS, this
10501 is ancient code from when there was an "inc-vers.el".
10502
10503 2012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
10504
10505 * progmodes/gdb-mi.el: Minor style changes.
10506 (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
10507 Turn into minor modes.
10508 (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
10509 (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
10510 (gdb-shell): Remove unneeded let-binding.
10511 (gdb-get-many-fields): Eliminate O(n²) behavior.
10512
10513 2012-05-25 Eli Zaretskii <eliz@gnu.org>
10514
10515 * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
10516 platforms that don't link in fontset.c.
10517
10518 2012-05-25 Juri Linkov <juri@jurta.org>
10519
10520 Use the same diff color scheme as in modern VCSes (bug#10181).
10521
10522 * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
10523 to avoid confusion with `diff-added' that now uses green colors.
10524 (diff-removed): Use shades of red.
10525 (diff-added): Use shades of green.
10526 (diff-changed): Leave just the yellow color.
10527 (diff-use-changed-face): New variable.
10528 (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
10529 how to highlight context diff changes.
10530 (diff-refine-change): Use shades of yellow.
10531 (diff-refine-removed): New face that uses shades of red.
10532 (diff-refine-added): New face that uses shades of green.
10533 (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
10534 `diff-refine-removed' in the call to `smerge-refine-subst'
10535 depending on the value of `diff-use-changed-face'.
10536
10537 * vc/smerge-mode.el (smerge-mine): Use shades of red.
10538 (smerge-other): Use shades of green.
10539 (smerge-base): Use shades of yellow.
10540 (smerge-refined-change): Empty face.
10541 (smerge-refined-removed): New face that uses shades of red.
10542 (smerge-refined-added): New face that uses shades of green.
10543 (smerge-refine-subst): Rename arg `props' to `props-c'. Add new
10544 args `props-r' and `props-a', and use them. Doc fix.
10545 (smerge-refine): Evaluate `smerge-use-changed-face' and depending
10546 on its value use different faces `smerge-refined-change',
10547 `smerge-refined-removed', `smerge-refined-added' in the call to
10548 `smerge-refine-subst'.
10549
10550 * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
10551 Add face condition `min-colors 88' with shades of red.
10552 (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
10553 `min-colors 88' with shades of green.
10554 (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
10555 `min-colors 88' with shades of yellow.
10556
10557 2012-05-24 Glenn Morris <rgm@gnu.org>
10558
10559 * paths.el (prune-directory-list, remote-shell-program): Move to...
10560 * files.el (prune-directory-list, remote-shell-program): ...here.
10561 For the latter, delay initialization, prefer ssh, just search PATH.
10562
10563 * paths.el (term-file-prefix): Move to faces.el (the only user).
10564 * faces.el (term-file-prefix): Move here, make it a defcustom.
10565
10566 * paths.el (news-directory, news-path, news-inews-program):
10567 Move to gnus/nnspool.el.
10568
10569 * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
10570
10571 * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
10572 * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
10573 Make the latter a defcustom, with a delayed initialization.
10574
10575 * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
10576 These were deleted from Gnus itself late 2010.
10577
10578 2012-05-22 Juanma Barranquero <lekktu@gmail.com>
10579
10580 * progmodes/which-func.el (which-func-ff-hook):
10581 Check against user-error, not error.
10582
10583 * emacs-lisp/edebug.el (top): Do not load or set up loading of
10584 cl-specs.el, which no longer exists.
10585
10586 2012-05-22 Glenn Morris <rgm@gnu.org>
10587
10588 * info.el (info-emacs-bug): New command.
10589 * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
10590 * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
10591
10592 2012-05-21 Glenn Morris <rgm@gnu.org>
10593
10594 * makefile.w32-in (update-subdirs-SH):
10595 * Makefile.in (update-subdirs): Update for moved update-subdirs.
10596
10597 2012-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
10598
10599 * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
10600
10601 * progmodes/compile.el (compilation-error-regexp-alist-alist):
10602 Simplify Maven regexp, and make sure the file can't start with a space
10603 (bug#11517).
10604
10605 2012-05-21 Glenn Morris <rgm@gnu.org>
10606
10607 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
10608 Scrap superfluous subshells.
10609
10610 2012-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
10611
10612 * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
10613 (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
10614
10615 2012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
10616
10617 * calc/calc.el (calc-ensure-consistent-units): New variable.
10618
10619 * calc/calc-units.el (math-consistent-units-p)
10620 (math-check-unit-consistency): New functions.
10621 (calc-quick-units, calc-convert-units):
10622 Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
10623 is non-nil.
10624 (calc-extract-units): Fix typo.
10625
10626 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
10627
10628 * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
10629
10630 * textmodes/flyspell.el: Commenting style, plus code simplifications.
10631 (flyspell-default-deplacement-commands): Don't spell check after
10632 repeated window/frame switches (e.g. triggered by mouse-movement).
10633 (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
10634 (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
10635 (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
10636 (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
10637 Remove unused vars.
10638 (flyspell-get-casechars, flyspell-get-not-casechars):
10639 Simplify; Don't bother removing a ] just to add it back.
10640 * textmodes/ispell.el (ispell-program-name): Use executable-find.
10641
10642 2012-05-18 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
10643
10644 * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
10645 New functions.
10646 (math-function-table): Add support for more C functions.
10647
10648 2012-05-18 Agustín Martín Domingo <agustin.martin@hispalinux.es>
10649
10650 * textmodes/flyspell.el (flyspell-check-pre-word-p)
10651 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
10652 Protect delay handling for otherchars against empty otherchars.
10653
10654 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
10655
10656 * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
10657 their respective macro declarations.
10658 * skeleton.el (define-skeleton):
10659 * progmodes/compile.el (define-compilation-mode):
10660 * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
10661 (define-ibuffer-filter):
10662 * emacs-lisp/generic.el (define-generic-mode):
10663 * emacs-lisp/easy-mmode.el (define-minor-mode)
10664 (define-globalized-minor-mode):
10665 * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
10666 * emacs-lisp/byte-run.el (defsubst):
10667 * custom.el (deftheme): Add doc-string metadata.
10668
10669 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
10670
10671 * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
10672
10673 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
10674
10675 * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
10676
10677 * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
10678 * emacs-lisp/cl-macs.el: Idem.
10679 * emacs-lisp/cl-specs.el: Remove.
10680
10681 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
10682
10683 Minor renaming of internal CL functions and variables.
10684 * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
10685 (cl--position): Rename from cl-position.
10686 (cl--delete-duplicates): Rename from cl-delete-duplicates.
10687 * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
10688 (cl--random-state): Rename from *random-state*.
10689
10690 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
10691
10692 * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
10693 parens around the arg list (bug#11499).
10694
10695 2012-05-17 Juri Linkov <juri@jurta.org>
10696
10697 * isearch.el (word-search-regexp, word-search-backward)
10698 (word-search-forward, word-search-backward-lax)
10699 (word-search-forward-lax): Move functions from search.c
10700 (bug#10145, bug#11381).
10701
10702 2012-05-16 Agustín Martín Domingo <agustin.martin@hispalinux.es>
10703
10704 * textmodes/flyspell.el (flyspell-check-pre-word-p)
10705 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
10706 Delay for otherchars as for normal word components.
10707
10708 2012-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
10709
10710 * minibuffer.el (completion--sifn-requote): Fix last change.
10711 (minibuffer-local-must-match-filename-map):
10712 Move define-obsolete-variable-alias before its var.
10713
10714 2012-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
10715
10716 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
10717
10718 * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
10719 behavior.
10720 (completion--string-equal-p): New function.
10721 (completion--twq-all): Use it to get better assertion failure data.
10722
10723 Only handle ".." and '..' quoting in shell-mode (bug#11466).
10724 * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
10725 (shell--requote-argument): New functions.
10726 (shell-completion-vars): Use them.
10727 (shell--parse-pcomplete-arguments): Rename from
10728 shell-parse-pcomplete-arguments.
10729 * comint.el (comint-word): Obey comint-file-name-quote-list. Simplify.
10730 (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
10731 Obey comint-file-name-quote-list.
10732
10733 * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
10734 (smie-indent-keyword): Use it.
10735
10736 2012-05-14 Stefan Merten <smerten@oekonux.de>
10737
10738 * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
10739
10740 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
10741
10742 * net/rlogin.el (rlogin-mode-map): Fix last change.
10743
10744 2012-05-14 Jason L. Wright <jason.wright@inl.gov> (tiny change)
10745
10746 * mail/smtpmail.el (smtpmail-send-command): Send the command and
10747 the following \r\n using a single `process-send-string', since the
10748 Lotus SMTP server refuses to accept any commands if they are sent
10749 with two `process-send-string's (Bug#11444).
10750
10751 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
10752
10753 * shell.el (shell-parse-pcomplete-arguments):
10754 Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
10755
10756 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
10757
10758 * image-mode.el: Fit to width/height for rotated images (Bug#11431).
10759 (image-transform-scale, image-transform-right-angle-fudge): New vars.
10760 (image-transform-width, image-transform-fit-width): New functions.
10761 (image-transform-properties): Use them.
10762 (image-transform-check-size): New function.
10763 (image-toggle-display-image): Use it (for testing).
10764 (image-transform-set-rotation): Reduce angle mod 360.
10765 Delete obsolete comment.
10766
10767 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
10768
10769 * image-mode.el: Fix scaling (bug#11399).
10770 (image-transform-resize): Doc fix.
10771 (image-transform-properties): Default scale is 1 and height should
10772 be an integer.
10773
10774 2012-05-13 Johan Bockgård <bojohan@gnu.org>
10775
10776 * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
10777 than hard-coding `car', to fix misbehavior when moving forward.
10778
10779 2012-05-13 Chong Yidong <cyd@gnu.org>
10780
10781 * emacs-lisp/tabulated-list.el (tabulated-list-format)
10782 (tabulated-list-entries, tabulated-list-padding)
10783 (tabulated-list-sort-key): Make permanent-local.
10784
10785 * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
10786 (electric-buffer-list): Put electric buffer menu
10787 command descriptions in this docstring, instead of the docstring
10788 of electric-buffer-menu-mode. Code cleanups.
10789 (electric-buffer-menu-mode): Use define-derived-mode. Rename from
10790 Electric-buffer-menu-mode.
10791 (electric-buffer-update-highlight): Minor code cleanup.
10792
10793 2012-05-13 Michael Albinus <michael.albinus@gmx.de>
10794
10795 * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
10796 (Bug#11447)
10797
10798 2012-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
10799
10800 Move define-obsolete-variable-alias before the var's definition.
10801 * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
10802 * tooltip.el (tooltip-hook):
10803 * textmodes/reftex-toc.el (reftex-toc-map):
10804 * textmodes/reftex-sel.el (reftex-select-label-map)
10805 (reftex-select-bib-map):
10806 * textmodes/reftex-index.el (reftex-index-map)
10807 (reftex-index-phrases-map):
10808 * speedbar.el (speedbar-syntax-table, speedbar-key-map):
10809 * progmodes/meta-mode.el (meta-mode-map):
10810 * novice.el (disabled-command-hook):
10811 * loadhist.el (unload-hook-features-list):
10812 * frame.el (blink-cursor):
10813 * files.el (find-file-not-found-hooks, write-file-hooks)
10814 (write-contents-hooks):
10815 * emulation/tpu-edt.el (GOLD-map):
10816 * emacs-lock.el (emacs-lock-from-exiting):
10817 * emacs-lisp/generic.el (generic-font-lock-defaults):
10818 * emacs-lisp/chart.el (chart-map):
10819 * dos-fns.el (register-name-alist):
10820 * dired-x.el (dired-omit-files-p):
10821 * desktop.el (desktop-enable):
10822 * cus-edit.el (custom-mode-hook):
10823 * buff-menu.el (buffer-menu-mode-hook):
10824 * bookmark.el (bookmark-read-annotation-text-func)
10825 (bookmark-exit-hooks):
10826 * allout.el (allout-mode-deactivate-hook)
10827 (allout-exposure-change-hook, allout-structure-added-hook)
10828 (allout-structure-deleted-hook, allout-structure-shifted-hook):
10829 * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
10830 (dirtrack-debug): Move call to define-obsolete-variable-alias so it
10831 comes before the corresponding variable's definition.
10832
10833 2012-05-12 Chong Yidong <cyd@gnu.org>
10834
10835 * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
10836 (Buffer-menu-mouse-select): Restore function (Bug#11459).
10837 (Buffer-menu-mode-map): Bind it.
10838 (Buffer-menu--pretty-name): Add a mouse-face property.
10839
10840 2012-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
10841
10842 * progmodes/prolog.el: Use SMIE. Cleanup regexp setup.
10843 (prolog-upper-case-string, prolog-lower-case-string)
10844 (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
10845 (prolog-use-smie, prolog-smie-grammar): New vars.
10846 (prolog-smie-forward-token, prolog-smie-backward-token)
10847 (prolog-smie-rules): New funs.
10848 (prolog-comment-indent): Remove.
10849 (prolog-mode-variables): Use default comment indentation instead.
10850 Setup SMIE.
10851 (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
10852 (prolog-mode): Don't call them any more.
10853 (prolog-electric-colon, prolog-electric-dash)
10854 (prolog-edit-menu-insert-move): Use indent-according-to-mode.
10855
10856 * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
10857
10858 * minibuffer.el (completion--twq-all): Again, allow case differences.
10859
10860 * term.el: Move keymap initialization code to be more idiomatic.
10861 (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
10862 (term-terminal-menu): Move initialization into declaration.
10863 (term-escape-char): Let the user set it in her .emacs.
10864
10865 * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
10866 Provide SMIE-based indentation (not enabled by default yet).
10867 (sh-mode-map): Don't bind electric keys.
10868 Use electric-pair-mode instead of skeleton-pair.
10869 (sh-assignment-regexp): Fit within 80 columns.
10870 (sh-indent-supported): Specify actual shell name instead of boolean.
10871 (sh--maybe-here-document): New fun, from sh-maybe-here-document.
10872 (sh-maybe-here-document): Use it. Make obsolete.
10873 (sh-electric-here-document-mode) New minor mode.
10874 (sh-mode): Use it. Don't set sh-indent-supported-here here.
10875 (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
10876 (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
10877 (sh-smie-rc-grammar, sh-use-smie): New vars.
10878 (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
10879 (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
10880 (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
10881 (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
10882 (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
10883 (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
10884 (sh-set-shell): Use smie-setup if requested.
10885
10886 * term.el (term-set-escape-char): Properly set term-escape-char.
10887 See http://stackoverflow.com/questions/10524656.
10888
10889 2012-05-10 Chong Yidong <cyd@gnu.org>
10890
10891 * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
10892 Use url-generic-parse-url, and handle host names and Windows
10893 filenames properly.
10894 (ffap-url-unwrap-remote): Use url-generic-parse-url.
10895 (ffap-url-unwrap-remote): Accept list values, specifying a list of
10896 URL schemes to work on.
10897 (ffap--toggle-read-only): New function.
10898 (ffap-read-only, ffap-read-only-other-window)
10899 (ffap-read-only-other-frame): Use it.
10900 (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
10901 necessary for ffap-url-unwrap-remote.
10902
10903 2012-05-10 Dave Abrahams <dave@boostpro.com>
10904
10905 * cus-start.el (create-lockfiles): Add it.
10906
10907 2012-05-09 Chong Yidong <cyd@gnu.org>
10908
10909 * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
10910 (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
10911
10912 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
10913
10914 * shell.el (shell-completion-vars): Fix last change (bug#11348).
10915
10916 2012-05-09 Chong Yidong <cyd@gnu.org>
10917
10918 * ansi-color.el (ansi-color-process-output): Check for validity of
10919 comint-last-output-start before using it. This avoids a bad
10920 interaction with gdb-mi's input/output buffer.
10921
10922 2012-05-09 Glenn Morris <rgm@gnu.org>
10923
10924 * files.el (dir-locals-read-from-file):
10925 Mention dir-locals in any error message.
10926
10927 2012-05-09 Chong Yidong <cyd@gnu.org>
10928
10929 * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
10930 package (Bug#11410).
10931
10932 * emacs-lisp/package.el (package-buffer-info): Avoid putting local
10933 variables into description.
10934
10935 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
10936
10937 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
10938 shell-delimiter-argument-list (bug#11348).
10939 (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
10940
10941 2012-05-09 Juanma Barranquero <lekktu@gmail.com>
10942
10943 * textmodes/rst.el: Silence byte-compiler warnings.
10944 (rst-re-alist, rst-reset-section-caches): Move around.
10945 (rst-re): Use `characterp', not `char-valid-p'.
10946 (font-lock-beg, font-lock-end): Declare.
10947
10948 * progmodes/idlw-shell.el (specs): Remove reference to deleted
10949 variable `idlwave-shell-activate-alt-keybindings' and simplify.
10950
10951 * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
10952
10953 2012-05-08 Glenn Morris <rgm@gnu.org>
10954
10955 * files.el (auto-mode-alist): Treat ".make" like ".mk".
10956
10957 2012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
10958
10959 * vc/log-edit.el: Add GNU coding standards highlighting.
10960 (log-edit-font-lock-gnu-style)
10961 (log-edit-font-lock-gnu-keywords): New vars.
10962 (log-edit-font-lock-keywords): New fun.
10963 (log-edit-mode): Don't fold case in font-lock.
10964 (log-edit-font-lock-keywords): Do not assume case-folding.
10965
10966 * imenu.el: Misc cleanup. Make docstrings out of comments.
10967 Use lexical-binding.
10968 (imenu--index-alist, imenu--last-menubar-index-alist)
10969 (imenu-menubar-modified-tick): Use defvar-local.
10970 (imenu--split-menu): Remove unused var.
10971 (imenu--cleanup-seen): Declare as global.
10972 (imenu--cleanup): Use dolist.
10973
10974 * subr.el (defvar-local): Add debug spec and doc-string position.
10975
10976 2012-05-08 Glenn Morris <rgm@gnu.org>
10977
10978 * language/burmese.el, language/cham.el, language/czech.el:
10979 * language/english.el, language/georgian.el, language/greek.el:
10980 * language/japanese.el, language/khmer.el, language/korean.el:
10981 * language/lao.el, language/misc-lang.el, language/romanian.el:
10982 * language/sinhala.el, language/slovak.el, language/tai-viet.el:
10983 * language/thai.el, language/utf-8-lang.el:
10984 Remove no-byte-compile setting.
10985
10986 * play/zone.el (zone-pgm-stress): Don't pollute kill-ring. (Bug#11388)
10987
10988 2012-05-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
10989
10990 * progmodes/make-mode.el (makefile-browse):
10991 Remove unnecessary interactive. (Bug#11324)
10992
10993 2012-05-07 Glenn Morris <rgm@gnu.org>
10994
10995 * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
10996
10997 * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
10998
10999 2012-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
11000
11001 * loadup.el: Preload newcomment.el.
11002 * newcomment.el: Move autoload-only code to toplevel.
11003
11004 * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
11005 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
11006 Handle new :right-align column property.
11007 (tabulated-list-print-col): Idem, plus use `display' text-property to
11008 try and preserve alignment for variable pitch fonts.
11009
11010 2012-05-07 Chong Yidong <cyd@gnu.org>
11011
11012 * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
11013 (tabulated-list-use-header-line): New var.
11014 (tabulated-list-init-header): Use it.
11015 (tabulated-list-print-fake-header): New function.
11016 (tabulated-list-print): Use it.
11017 (tabulated-list-sort-button-map): Add non-header-line commands.
11018 (tabulated-list-init-header): Add column name property to basic
11019 labels as well.
11020 (tabulated-list-col-sort): Handle non-header-line button case.
11021 (tabulated-list--sort-by-column-name): Fix a corner case.
11022
11023 * buff-menu.el (list-buffers--refresh):
11024 Handle Buffer-menu-use-header-line.
11025
11026 2012-05-06 Chong Yidong <cyd@gnu.org>
11027
11028 * buff-menu.el: Convert to Tabulated List mode.
11029 (Buffer-menu-buffer+size-width): Make obsolete.
11030 (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
11031 (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
11032 (Buffer-menu-mode): Derive from tabulated-list-mode. Move command
11033 documentation into docstring of buffer-menu.
11034 (Buffer-menu-toggle-files-only): Add an informative message.
11035 (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
11036 (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
11037 (Buffer-menu-unmark, Buffer-menu-backup-unmark)
11038 (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
11039 (Buffer-menu-execute, Buffer-menu-select)
11040 (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
11041 (Buffer-menu-bury): Use Tabulated List machinery.
11042 (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
11043 (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
11044 Delete.
11045 (list-buffers--refresh): New function.
11046 (list-buffers-noselect): Use it.
11047 (tabulated-list-entry-size->, Buffer-menu--pretty-name)
11048 (Buffer-menu--pretty-file-name): New helper functions.
11049
11050 * loadup.el: Preload tabulated-list.
11051
11052 * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
11053 tabulated-list-sort-column.
11054 (tabulated-list-init-header): Add the initial aligning space even
11055 if tabulated-list-padding is zero.
11056
11057 2012-05-06 Christopher Schmidt <christopher@ch.ristopher.com>
11058
11059 * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
11060 whose cdr is not a cons cell correctly (bug#11038).
11061
11062 2012-05-06 Chong Yidong <cyd@gnu.org>
11063
11064 * emacs-lisp/tabulated-list.el (tabulated-list-format):
11065 Accept additional plist in column descriptors.
11066 (tabulated-list-init-header): Obey it.
11067 (tabulated-list-get-entry): New function.
11068 (tabulated-list-put-tag): Use it. Use string-width instead of
11069 length.
11070 (tabulated-list--column-number): New function.
11071 (tabulated-list-print): Use it.
11072 (tabulated-list-print-col): New function.
11073 Set `tabulated-list-column-name' property on each column's text.
11074 (tabulated-list-print-entry): Use it.
11075 (tabulated-list-delete-entry, tabulated-list-set-col):
11076 New functions.
11077 (tabulated-list-sort-column): New command (Bug#11337).
11078
11079 * buff-menu.el (list-buffers): Move C-x C-b binding from
11080 buff-menu.el to bindings.el.
11081
11082 * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
11083 :advertised-binding feature.
11084
11085 2012-05-06 Troels Nielsen <bn.troels@gmail.com> (tiny change)
11086
11087 * progmodes/compile.el (compilation-internal-error-properties):
11088 Calculate start position correctly when end-col is set but
11089 end-line is not (Bug#11382).
11090
11091 2012-05-06 Wolfgang Jenkner <wjenkner@inode.at>
11092
11093 * man.el (Man-unindent): Use text-property-default-nonsticky to
11094 prevent untabify from inheriting face properties (Bug#11408).
11095
11096 2012-05-05 Stefan Merten <smerten@oekonux.de>
11097
11098 * textmodes/rst.el: Major merge with upstream development up to
11099 Docutils SVN r7399 / rst.el V1.2.1.
11100
11101 Clarify maintainership and authors.
11102
11103 (rst-extract-version, rst-cvs-header, rst-cvs-rev)
11104 (rst-cvs-timestamp, rst-svn-rev, rst-svn-timestamp)
11105 (rst-official-version, rst-official-cvs-rev, rst-version)
11106 (rst-package-emacs-version-alist): New functions and variables
11107 for version information.
11108
11109 (rst-bullets, rst-uri-schemes, rst-adornment-chars)
11110 (rst-max-inline-length, rst-re-alist-def, rst-re-alist)
11111 (rst-mode-syntax-table, rst-mode): New and corrected functions
11112 and variables representing reStructuredText features.
11113
11114 (rst-re): New function for reStructuredText regexes. Use in
11115 many places.
11116
11117 (rst-deprecated-keys, rst-call-deprecated, rst-define-key)
11118 (rst-mode-map): Rebind keys.
11119
11120 (rst-mode-lazy, rst-font-lock-keywords)
11121 (rst-font-lock-extend-region)
11122 (rst-font-lock-extend-region-internal)
11123 (rst-font-lock-extend-region-extend)
11124 (rst-font-lock-find-unindented-line-limit)
11125 (rst-font-lock-find-unindented-line-match)
11126 (rst-adornment-level, rst-font-lock-adornment-level)
11127 (rst-font-lock-adornment-match)
11128 (rst-font-lock-handle-adornment-pre-match-form)
11129 (rst-font-lock-handle-adornment-matcher): Major revision of
11130 font-locking. Integrate with other code. Use `jit-lock-mode'.
11131
11132 (rst-preferred-adornments, rst-adjust-hook)
11133 (rst-new-adornment-down, rst-preferred-bullets)
11134 (rst-preferred-bullets, rst-indent, rst-indent-width)
11135 (rst-indent-field, rst-indent-literal-normal)
11136 (rst-indent-literal-minimized, rst-indent-comment): Change,
11137 extend and improve customization.
11138
11139 (rst-line-homogeneous-p, rst-line-homogeneous-nodent-p)
11140 (rst-normalize-cursor-position, rst-get-decoration)
11141 (rst-straighten-deco-spacing, rst-re-bullets, rst-re-items)
11142 (rst-rstrip, rst-toc-insert-find-delete-contents)
11143 (rst-shift-fill-region, rst-compute-bullet-tabs)
11144 (rst-debug-print-tabs, rst-debug-mark-found)
11145 (rst-shift-region-guts, rst-shift-region-right)
11146 (rst-shift-region-left, rst-use-char-classes)
11147 (rst-font-lock-keywords-function)
11148 (rst-font-lock-indentation-point)
11149 (rst-font-lock-find-unindented-line-begin)
11150 (rst-font-lock-find-unindented-line-end)
11151 (rst-font-lock-find-unindented-line)
11152 (rst-font-lock-adornment-point, rst-font-lock-level)
11153 (rst-adornment-level-alist): Remove functions and variables.
11154
11155 (rst-compare-adornments, rst-get-adornment-match)
11156 (rst-suggest-new-adornment, rst-get-adornments-around)
11157 (rst-adornment-complete-p, rst-get-next-adornment)
11158 (rst-adjust-adornment, rst-display-adornments-hierarchy)
11159 (rst-straighten-adornments): Standardize function names to
11160 use "adornment" instead of "decoration". Correct callers.
11161 Similar standardizing in many places.
11162
11163 (rst-update-section, rst-adjust, rst-promote-region)
11164 (rst-enumerate-region, rst-bullet-list-region)
11165 (rst-repeat-last-character): Correct use of `interactive'.
11166
11167 (rst-classify-adornment, rst-find-all-adornments)
11168 (rst-get-hierarchy, rst-adjust-adornment, rst-toc-update)
11169 (rst-find-leftmost-column, rst-repeat-last-character):
11170 Refactor functions.
11171
11172 (rst-find-title-line, rst-reset-section-caches)
11173 (rst-get-adornments-around, rst-adjust-adornment-work)
11174 (rst-arabic-to-roman, rst-roman-to-arabic)
11175 (rst-insert-list-pos, rst-insert-list-new-item)
11176 (rst-insert-list-continue, rst-insert-list, rst-forward-line):
11177 New functions.
11178
11179 (rst-all-sections, rst-section-hierarchy)
11180 (rst-arabic-to-roman, rst-initial-enums, rst-initial-items):
11181 New variables.
11182
11183 (rst-toc-return-wincfg, rst-toc-quit-window): Use window
11184 configuration instead of only buffer. Change where necessary.
11185
11186 (rst-line-tabs, rst-compute-tabs, rst-indent-line)
11187 (rst-shift-region, rst-adaptive-fill): New functions for
11188 indentation and filling.
11189
11190 (rst-comment-line-break, rst-comment-indent)
11191 (rst-comment-insert-comment, rst-comment-region)
11192 (rst-uncomment-region): New functions for handling comments.
11193
11194 (rst-compile): Quote shell arguments.
11195
11196 (rst-compile-pdf-preview, rst-compile-slides-preview):
11197 Delete temporary files after use.
11198
11199 2012-05-05 Glenn Morris <rgm@gnu.org>
11200
11201 * calendar/cal-html.el: Optionally include holidays in the output.
11202 Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
11203 (cal-html-holidays): New option.
11204 (cal-html-css-default): Add holiday entry.
11205 (holiday-in-range): Autoload it.
11206 (cal-html-htmlify-entry): Add optional class argument.
11207 (cal-html-htmlify-list): Add optional holidays argument.
11208 (cal-html-insert-agenda-days): Include holidays in the output.
11209 (cal-html-one-month): Maybe include holidays.
11210
11211 * calendar/holidays.el (holiday-in-range):
11212 Move here from cal-tex-list-holidays.
11213 * calendar/cal-tex.el (cal-tex-list-holidays):
11214 Make it an obsolete alias for holiday-in-range. Update all callers.
11215
11216 2012-05-05 Chong Yidong <cyd@gnu.org>
11217
11218 * select.el (xselect--encode-string): Always use utf-8 for TEXT on
11219 Nextstep.
11220
11221 2012-05-05 Ransom Williams <auvergnerw@gmail.com> (tiny change)
11222
11223 * files.el (file-auto-mode-skip): New var.
11224 (set-auto-mode-1): Use it.
11225
11226 2012-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
11227
11228 * repeat.el: Use lexical-binding.
11229 (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
11230 (repeat-undo-count): Remove.
11231 (repeat):
11232 * progmodes/octave-mod.el (octave-abbrev-start):
11233 * progmodes/f90.el (f90-abbrev-start):
11234 * face-remap.el (text-scale-adjust):
11235 * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
11236
11237 * emacs-lisp/pcase.el (pcase--let*): New function.
11238 (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
11239 a bit more.
11240 (pcase--split-pred): Be more clever about ruling out overlap between
11241 a predicate and some constant pattern.
11242 (pcase--q1): Use `null' instead of (eq foo nil).
11243
11244 * subr.el (setq-local, defvar-local): New macros.
11245 (kbd): Redefine as an alias.
11246 (with-selected-window): Leave unrelated frames alone.
11247 (set-temporary-overlay-map): New function.
11248
11249 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
11250
11251 * subr.el (user-error): New function.
11252 * window.el (switch-to-buffer):
11253 * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
11254 (smerge-match-conflict):
11255 * simple.el (previous-matching-history-element)
11256 (next-matching-history-element, goto-history-element, undo-more)
11257 (undo-start):
11258 * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
11259 (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
11260 (next-file, tags-loop-scan, list-tags, complete-tag):
11261 * progmodes/compile.el (compilation-loop):
11262 * mouse.el (mouse-minibuffer-check):
11263 * man.el (Man-bgproc-sentinel, Man-goto-page):
11264 * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
11265 (Info-history-forward, Info-follow-reference, Info-menu)
11266 (Info-extract-menu-item, Info-extract-menu-counting)
11267 (Info-forward-node, Info-backward-node, Info-next-menu-item)
11268 (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
11269 (Info-next-reference, Info-prev-reference, Info-index)
11270 (Info-index-next, Info-follow-nearest-node)
11271 (Info-copy-current-node-name):
11272 * imenu.el (imenu--make-index-alist)
11273 (imenu-default-create-index-function, imenu-add-to-menubar):
11274 * files.el (basic-save-buffer, recover-file):
11275 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
11276 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
11277 (checkdoc-message-text, checkdoc-defun):
11278 * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
11279 * cus-edit.el (customize-changed-options, customize-rogue)
11280 (customize-saved, custom-variable-set, custom-variable-mark-to-save)
11281 (custom-variable-mark-to-reset-standard)
11282 (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
11283 (custom-file):
11284 * completion.el (check-completion-length):
11285 * comint.el (comint-search-arg)
11286 (comint-previous-matching-input-string-position)
11287 (comint-previous-matching-input)
11288 (comint-replace-by-expanded-history-before-point, comint-send-input)
11289 (comint-copy-old-input, comint-backward-matching-input)
11290 (comint-goto-process-mark, comint-set-process-mark):
11291 * calendar/calendar.el (calendar-cursor-to-date): Use it.
11292 * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
11293
11294 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
11295
11296 * dabbrev.el (dabbrev--ignore-case-p): New function.
11297 (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
11298 Use it.
11299
11300 * files.el (automount-dir-prefix): Mark as obsolete.
11301
11302 2012-05-04 Glenn Morris <rgm@gnu.org>
11303
11304 * patcomp.el, play/bruce.el: Move to obsolete/.
11305
11306 2012-05-04 Paul Eggert <eggert@cs.ucla.edu>
11307
11308 Fix minor Y10k bugs.
11309 * arc-mode.el (archive-unixdate):
11310 * autoinsert.el (auto-insert-alist):
11311 * calc/calc-forms.el (math-this-year):
11312 * emacs-lisp/copyright.el (copyright-current-year)
11313 (copyright-update-year, copyright):
11314 * tar-mode.el (tar-clip-time-string):
11315 * time.el (display-time-update):
11316 Don't assume years have 4 digits.
11317
11318 2012-05-04 Chong Yidong <cyd@gnu.org>
11319
11320 * dos-w32.el (file-name-buffer-file-type-alist)
11321 (direct-print-region-use-command-dot-com):
11322 * ffap.el (ffap-menu-regexp):
11323 * find-file.el (ff-special-constructs):
11324 * follow.el (follow-debug):
11325 * forms.el (forms--debug):
11326 * iswitchb.el (iswitchb-all-frames):
11327 * ido.el (ido-all-frames):
11328 * emacs-lisp/timer.el (timer-max-repeats):
11329 * mail/feedmail.el (feedmail-mail-send-hook)
11330 (feedmail-mail-send-hook-queued):
11331 * mail/footnote.el (footnote-signature-separator):
11332 * mail/mailabbrev.el (mail-alias-separator-string)
11333 (mail-abbrev-mode-regexp):
11334 * mail/rmail.el (rmail-speedbar-match-folder-regexp):
11335 * progmodes/idlwave.el (idlwave-libinfo-file)
11336 (idlwave-default-completion-case-is-down)
11337 (idlwave-library-routines): Convert defvars to defcustoms.
11338
11339 * mail/rmail.el (rmail-decode-mime-charset):
11340 * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
11341 (idlwave-shell-fix-inserted-breaks)
11342 (idlwave-shell-activate-alt-keybindings)
11343 (idlwave-shell-use-breakpoint-glyph):
11344 * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
11345
11346 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
11347
11348 * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
11349
11350 2012-05-03 Wilson Snyder <wsnyder@wsnyder.org>
11351
11352 * progmodes/verilog-mode.el (font-lock-keywords):
11353 Fix mis-highligting auto. Reported by Craig Barner.
11354 (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
11355 defines from global name space. Reported by Dan Dever.
11356 (verilog-auto-reset, verilog-auto-reset-widths)
11357 (verilog-auto-tieoff): Support using unbased numbers for
11358 AUTORESET and AUTOTIEOFF.
11359 (verilog-submit-bug-report): Update variable list.
11360 (verilog-read-auto-params): Fix AUTOINPUT regexps containing
11361 parenthesis from not matching. Reported by Michael Rytting.
11362 (verilog-auto-template-lint): Fix hash error when linting modules
11363 with no used templates.
11364 (verilog-warn, verilog-warn-error)
11365 (verilog-warn-fatal): When non-interactive report multiple
11366 warnings before exiting. Suggested by Brad Dobbie.
11367 (verilog-auto-template-lint, verilog-auto-template-warn-unused)
11368 (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
11369 to report unused template errors. Reported by Brad Dobbie.
11370 (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
11371 nets, bug438. Reported by Vns Blore.
11372 (verilog-auto-inout-module, verilog-auto-reg)
11373 (verilog-read-decls, verilog-read-sub-decls-sig)
11374 (verilog-signals-edit-wire-reg, verilog-signals-with):
11375 Fix passing of Verilog data types in ANSI input/output ports
11376 such as "output logic" into the AUTOs. Special case "wire" and
11377 "reg" for backwards compatibility presuming Verilog 2001.
11378 (verilog-auto-ascii-enum): Add "auto enum" as alias.
11379 (verilog-preprocess): Fix replication of preprocess output.
11380 Reported by Brad Dobbie.
11381 (verilog-auto-inst-interfaced-ports):
11382 Create verilog-auto-inst-interfaced-ports, bug429.
11383 Reported by Julian Gorfajn.
11384 (verilog-after-save-font-hook)
11385 (verilog-before-save-font-hook): New variable.
11386 (verilog-modi-cache-results, verilog-save-font-mod-hooked)
11387 (verilog-save-font-mods): Wrap disabling fontification, reported
11388 by David Rogoff.
11389 (verilog-do-indent, verilog-pretty-declarations-auto)
11390 (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
11391 Reported by Pierre-David Pfister.
11392 (verilog-set-auto-endcomments): Fix endtask auto comments outside
11393 of class declarations, bug292. Reported by Kevin Heilman.
11394 (verilog-read-decls): Fix 'parameter type' not appearing in
11395 AUTOINSTPARAM, bug340. Reported by Jonathan Greenlaw.
11396 (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
11397 AUTOINPUTs, bug411. Reported by Jonathan Greenlaw.
11398 (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
11399 Reported by David Kravitz.
11400
11401 2012-05-03 Michael McNamara <mac@mail.brushroad.com>
11402
11403 * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
11404 assignment with tests in ifs and for loops.
11405 (verilog-extended-complete-re, verilog-complete-reg): Change so
11406 that DPI inport functions don't look like fuction declarations.
11407 (verilog-pretty-expr): Don't line up assignment
11408 operations to the test and increment in if and for loops
11409 (verilog-extended-complete-re, verilog-complete-reg): Change so
11410 that DPI inport functions don't look like fuction declarations.
11411
11412 2012-05-03 Kenichi Handa <handa@m17n.org>
11413
11414 * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
11415 decoding, and show a warning message without signaling an error
11416 (Bug#11282).
11417
11418 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
11419
11420 * emacs-lisp/bytecomp.el
11421 (byte-compile-file-form-custom-declare-variable): Compile all elements,
11422 since cconv.el might have introduced :fun-body, internal-make-closure,
11423 and friends for bytecomp to handle (bug#11391).
11424 * custom.el (defcustom): Avoid ((λ ..) ..).
11425
11426 2012-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
11427
11428 * subr.el (read-passwd): Better clean after ourselves (bug#11392).
11429
11430 2012-05-02 Juanma Barranquero <lekktu@gmail.com>
11431
11432 * notifications.el (dbus-debug):
11433 * term/linux.el (gpm-mouse-enable):
11434 * term/screen.el (xterm-register-default-colors): Declare.
11435
11436 2012-05-02 Chong Yidong <cyd@gnu.org>
11437
11438 * cus-start.el (gc-cons-percentage, exec-suffixes)
11439 (dos-display-scancodes, dos-hyper-key, dos-super-key)
11440 (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
11441 (make-cursor-line-fully-visible, void-text-area-pointer)
11442 (font-list-limit): Add customization data.
11443
11444 * allout.el (allout-exposure-change-functions)
11445 (allout-structure-added-functions)
11446 (allout-structure-deleted-functions)
11447 (allout-structure-shifted-functions): Rename abnormal hooks from
11448 *-hook, and convert to defcustoms.
11449 (allout-after-copy-or-kill-hook, allout-post-undo-hook):
11450 Convert to defcustoms.
11451 (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
11452
11453 * allout-widgets.el: Hook callers changed.
11454
11455 2012-05-02 Eli Zaretskii <eliz@gnu.org>
11456
11457 * mail/rmail.el (rmail-yank-current-message): Use the encoding of
11458 the yanked message in preference to the default value of
11459 buffer-file-coding-system.
11460
11461 2012-05-02 Martin Rudalics <rudalics@gmx.at>
11462
11463 * window.el (display-buffer--action-function-custom-type):
11464 Fix entry.
11465
11466 2012-05-02 Alan Mackenzie <acm@muc.de>
11467
11468 * progmodes/cc-defs.el (c-version): Update to 5.32.3.
11469
11470 2012-05-01 Glenn Morris <rgm@gnu.org>
11471
11472 * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
11473
11474 * eshell/esh-cmd.el (eshell-debug-command): Doc fix. Add :set.
11475
11476 * cus-edit.el (custom-variable-documentation): Simplify with format.
11477
11478 2012-05-01 Aaron S. Hawley <aaron.s.hawley@gmail.com>
11479 Stefan Monnier <monnier@iro.umontreal.ca>
11480
11481 * simple.el (suggest-key-bindings, execute-extended-command):
11482 Move from keyboard.c.
11483
11484 2012-05-01 Chong Yidong <cyd@gnu.org>
11485
11486 * follow.el: Eliminate advice.
11487 (set-process-filter, process-filter, sit-for): Advice deleted.
11488 (follow-mode-off-hook): Obsolete hook removed.
11489 (follow-avoid-tail-recenter-p, follow-process-filter-alist):
11490 Vars deleted.
11491 (follow-auto): Use a :set function.
11492 (follow-mode): Rewritten. Don't advise process filters.
11493 (follow-switch-to-current-buffer-all, follow-scroll-up)
11494 (follow-scroll-down): Assume follow-mode is bound.
11495 (follow-comint-scroll-to-bottom)
11496 (follow-align-compilation-windows): New functions.
11497 (follow--window-sorter): New function.
11498 (follow-all-followers): Use it to explicitly sort windows by their
11499 positions; don't make assumptions about next-window order.
11500 (follow-windows-start-end, follow-delete-other-windows-and-split)
11501 (follow-calc-win-start): Doc fix.
11502 (follow-windows-aligned-p, follow-select-if-visible): Don't call
11503 vertical-motion unnecessarily.
11504 (follow-adjust-window): New function.
11505 (follow-post-command-hook): Use it.
11506 (follow-call-set-process-filter, follow-call-process-filter)
11507 (follow-intercept-process-output, follow-tidy-process-filter-alist)
11508 (follow-stop-intercept-process-output, follow-generic-filter):
11509 Functions deleted.
11510 (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
11511 (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
11512 New functions, replacing advice on scroll-bar-* commands.
11513 (follow-mwheel-scroll): New function (Bug#4112).
11514
11515 * comint.el (comint-adjust-point): New function.
11516 (comint-postoutput-scroll-to-bottom): Use it.
11517 Call follow-comint-scroll-to-bottom for Follow mode buffers.
11518
11519 2012-05-01 Glenn Morris <rgm@gnu.org>
11520
11521 * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
11522 * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
11523 * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
11524 * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
11525 * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
11526 Remove no-byte-compile setting.
11527
11528 2012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
11529
11530 * minibuffer.el (completion-table-with-quoting): Fix compatibility
11531 all-completions code to not return a number in the last cdr.
11532
11533 2012-04-30 Leo Liu <sdl.web@gmail.com>
11534
11535 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
11536 read-only error.
11537
11538 2012-04-29 Chong Yidong <cyd@gnu.org>
11539
11540 * follow.el (follow-calc-win-end): Rewrite to handle partial
11541 screen lines correctly (Bug#8390).
11542 (follow-avoid-tail-recenter): Minor cleanup.
11543
11544 2012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
11545
11546 Avoid the obsolete `assoc' package.
11547 * speedbar.el (speedbar-refresh): Avoid adelete.
11548 (speedbar-file-lists): Simplify and avoid aput.
11549 * man.el (Man--sections, Man--refpages): New vars, replacing
11550 Man-sections-alist and Man-refpages-alist.
11551 (Man-build-section-alist, Man-build-references-alist):
11552 Use them; avoid aput.
11553 (Man--last-section, Man--last-refpage): New vars.
11554 (Man-follow-manual-reference): Use them.
11555 Use the `default' arg of completing-read.
11556 (Man-goto-section): Idem. Move prompt to the `interactive' spec.
11557
11558 2012-04-27 Chong Yidong <cyd@gnu.org>
11559
11560 * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
11561
11562 * startup.el (x-apply-session-resources): New function.
11563
11564 * term/ns-win.el (ns-initialize-window-system):
11565 * term/w32-win.el (w32-initialize-window-system):
11566 * term/x-win.el (x-initialize-window-system): Use it to properly
11567 set menu-bar-mode and other vars from X resources, even if the
11568 initial frame is not a window-system frame (Bug#2299).
11569
11570 * subr.el (read-key): Avoid running filter function when setting
11571 up temporary tool bar entries (Bug#9922).
11572
11573 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
11574
11575 * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
11576 (Bug#11344)
11577
11578 2012-04-27 Chong Yidong <cyd@gnu.org>
11579
11580 * select.el (xselect--encode-string): New function, split from
11581 xselect-convert-to-string.
11582 (xselect-convert-to-string): Use it.
11583 (xselect-convert-to-filename, xselect-convert-to-os)
11584 (xselect-convert-to-host, xselect-convert-to-user): Ensure that
11585 returned strings are properly encoded (Bug#11315).
11586
11587 2012-04-27 Chong Yidong <cyd@gnu.org>
11588
11589 * simple.el (delete-active-region): Move to killing custom group.
11590
11591 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
11592
11593 * progmodes/which-func.el (which-func-current): Quote %
11594 characters for mode-line processing.
11595
11596 2012-04-27 Chong Yidong <cyd@gnu.org>
11597
11598 * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
11599 reaching eob (Bug#11286).
11600
11601 2012-04-27 Eli Zaretskii <eliz@gnu.org>
11602
11603 * progmodes/gdb-mi.el (gdb-control-level): New variable.
11604 (gdb): Make it buffer-local and init to zero.
11605 (gdb-control-commands-regexp): New variable.
11606 (gdb-send): Don't wrap in "-interpreter-exec console" if
11607 gdb-control-level is positive. Increment gdb-control-level
11608 whenever the command matches gdb-control-commands-regexp, and
11609 decrement it each time the command is "end". (Bug#11279)
11610
11611 2012-04-27 Martin Rudalics <rudalics@gmx.at>
11612
11613 * window.el (adjust-window-trailing-edge, enlarge-window)
11614 (shrink-window, window-resize):
11615 * mouse.el (mouse-drag-line): Fix resizing of minibuffer
11616 windows (Bug#11276).
11617
11618 2012-04-27 Chong Yidong <cyd@gnu.org>
11619
11620 * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
11621 fix "missing prefix" warning. All callers changed.
11622
11623 2012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
11624
11625 * emacs-lisp/assoc.el: Move to obsolete/.
11626
11627 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
11628
11629 * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
11630
11631 * term/ns-win.el (ns-define-service):
11632 * progmodes/pascal.el (pascal-goto-defun):
11633 * progmodes/js.el (js--read-tab):
11634 * progmodes/etags.el (tags-lazy-completion-table):
11635 * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
11636 * emacs-lisp/ewoc.el (ewoc--wrap):
11637 * emacs-lisp/assoc.el (aput, adelete, amake):
11638 * doc-view.el (doc-view-convert-current-doc):
11639 * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
11640
11641 2012-04-26 Chong Yidong <cyd@gnu.org>
11642
11643 * image.el (image-type-from-buffer): Only return supported image
11644 type (Bug#9045).
11645
11646 * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
11647 value, for symmetry with diff-end-of-hunk.
11648 (diff-split-hunk, diff-find-source-location)
11649 (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
11650 (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
11651 (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
11652 compute the relevant hunk or file properly (Bug#6005).
11653 (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
11654
11655 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
11656
11657 * vc/vc-mtn.el:
11658 * vc/vc-hg.el:
11659 * vc/vc-git.el:
11660 * vc/vc-dir.el:
11661 * vc/vc-cvs.el:
11662 * vc/vc-bzr.el:
11663 * vc/vc-arch.el:
11664 * vc/vc.el: Replace lexical-let by lexical-binding.
11665 * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
11666 * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
11667 * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
11668
11669 2012-04-26 Chong Yidong <cyd@gnu.org>
11670
11671 * vc/diff-mode.el (diff-undo): New command (Bug#5302).
11672 (diff-mode-shared-map): Bind it to / and [remap undo].
11673
11674 * vc/ediff-wind.el (ediff-setup-windows-default): New function.
11675 (ediff-window-setup-function): Use it as the default, to set up
11676 windows based on whether the current frame is graphical (Bug#2138).
11677 (ediff-choose-window-setup-function-automatically): Make obsolete.
11678
11679 * vc/ediff-init.el: Always define ediff-pixel-width/height.
11680
11681 2012-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
11682
11683 * ffap.el: Remove old code for obsolete package.
11684 (ffap-complete-as-file-p): Remove.
11685
11686 Use completion-table-with-quoting for comint and pcomplete.
11687 * comint.el (comint--unquote&requote-argument)
11688 (comint--unquote-argument, comint--requote-argument): New functions.
11689 (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
11690 (comint-quote-filename): Use regexp-opt-charset.
11691 (comint--common-suffix, comint--common-quoted-suffix)
11692 (comint--table-subvert): Remove.
11693 (comint-unquote-function, comint-requote-function): New vars.
11694 (comint--complete-file-name-data): Use them with
11695 completion-table-with-quoting.
11696 * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
11697 * pcomplete.el (pcomplete-arg-quote-list)
11698 (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
11699 (pcomplete-unquote-argument-function): Default to non-nil.
11700 (pcomplete-unquote-argument): Simplify.
11701 (pcomplete--common-quoted-suffix): Remove.
11702 (pcomplete-requote-argument-function): New var.
11703 (pcomplete--common-suffix): New function.
11704 (pcomplete-completions-at-point): Use completion-table-with-quoting
11705 and completion-table-subvert.
11706
11707 * minibuffer.el: Use completion-table-with-quoting for read-file-name.
11708 (minibuffer--double-dollars): Preserve properties.
11709 (completion--sifn-requote): New function.
11710 (completion--file-name-table): Rewrite using it and c-t-with-quoting.
11711
11712 * minibuffer.el: Add support for completion of quoted/escaped data.
11713 (completion-table-with-quoting, completion-table-subvert): New funs.
11714 (completion--twq-try, completion--twq-all): New functions.
11715 (completion--nth-completion): New function.
11716 (completion-try-completion, completion-all-completions): Use it.
11717
11718 2012-04-25 Leo Liu <sdl.web@gmail.com>
11719
11720 * progmodes/python.el (python-pdbtrack-get-source-buffer):
11721 Use compilation-message if available to find real filename.
11722
11723 2012-04-25 Chong Yidong <cyd@gnu.org>
11724
11725 * vc/diff-mode.el (diff-setup-whitespace): New function.
11726 (diff-mode): Use it.
11727
11728 * vc/diff.el (diff-sentinel):
11729 * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
11730 Whitespace mode variables based on diff style (Bug#8612).
11731
11732 2012-04-25 Leo Liu <sdl.web@gmail.com>
11733
11734 * progmodes/python.el (python-send-region): Add suffix .py to the
11735 temp file.
11736
11737 * files.el (auto-mode-alist): Use javascript-mode instead.
11738
11739 2012-04-25 Alex Harsanyi <AlexHarsanyi@gmail.com>
11740
11741 Sync with soap-client repository. Support SOAP simpleType (Bug#10331).
11742
11743 * net/soap-client.el (soap-resolve-references-for-sequence-type)
11744 (soap-resolve-references-for-array-type): Hack to prevent self
11745 references, see Bug#9.
11746 (soap-parse-envelope): Report the contents of the 'detail' node
11747 when receiving a fault reply.
11748 (soap-parse-envelope): Report the contents of the entire 'detail' node.
11749
11750 * net/soap-inspect.el (soap-sample-value-for-simple-type)
11751 (soap-inspect-simple-type): New function.
11752
11753 * net/soap-client.el (soap-simple-type): New struct.
11754 (soap-default-xsd-types, soap-default-soapenc-types)
11755 (soap-decode-basic-type, soap-encode-basic-type):
11756 support unsignedInt and double basic types.
11757 (soap-resolve-references-for-simple-type)
11758 (soap-parse-simple-type, soap-encode-simple-type): New function.
11759 (soap-parse-schema): Parse xsd:simpleType declarations.
11760
11761 * net/soap-client.el (soap-default-xsd-types)
11762 (soap-default-soapenc-types): Add integer, byte and anyURI types.
11763 (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
11764 the local name of "soapenc:Array".
11765 (soap-decode-basic-type, soap-encode-basic-type): Support encoding
11766 decoding integer, byte and anyURI xsd types.
11767
11768 2012-04-25 Chong Yidong <cyd@gnu.org>
11769
11770 * cus-edit.el (custom-buffer-create-internal): Update header text.
11771
11772 2012-04-25 Eli Zaretskii <eliz@gnu.org>
11773
11774 * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
11775 settings on 'system-type', not on 'window-system'. On MS-Windows,
11776 set interactive-mode on in GDB.
11777
11778 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
11779
11780 * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
11781 (ruby-syntax-propertize-regexp): Remove.
11782 (ruby-syntax-propertize-function): Split regexp into chunks.
11783 Match following code directly.
11784
11785 2012-04-24 Dmitry Gutov <dgutov@yandex.ru>
11786
11787 * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
11788 (ruby-syntax-propertize-regexp): New function.
11789 (ruby-syntax-propertize-function): Use it to handle regexp not preceded
11790 by a special keyword.
11791
11792 * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
11793 (ruby-syntax-general-delimiters-goto-beg)
11794 (ruby-syntax-propertize-general-delimiters): New functions.
11795 (ruby-syntax-propertize-function): Use them to handle GDL.
11796 (ruby-font-lock-keywords): Move old handling of GDL...
11797 (ruby-font-lock-syntactic-keywords): .. to here.
11798 (ruby-calculate-indent): Adjust indentation for GDL.
11799
11800 2012-04-24 Michael Albinus <michael.albinus@gmx.de>
11801
11802 * notifications.el (top): Remove unneeded declarations.
11803 (notifications-specification-version): Change to "1.2".
11804 (notifications-interface, notifications-notify-method)
11805 (notifications-close-notification-method): Fix docstring.
11806 (notifications-get-capabilities-method): New defconst.
11807 (notifications-notify): Add :action-items, :resident and
11808 :transient hints. Change "image_data" to "image-data" and
11809 "image_path" to "image-path".
11810 (notifications-get-capabilities): New defun.
11811
11812 2012-04-24 Leo Liu <sdl.web@gmail.com>
11813
11814 * progmodes/python.el: Move hideshow setup to the end.
11815
11816 2012-04-24 Martin Rudalics <rudalics@gmx.at>
11817
11818 * window.el (handle-select-window): Clear echo area since this is
11819 no more done by read_char (Bug#11304).
11820
11821 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
11822
11823 * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
11824 and `/ M' to filter-derived-mode.
11825 * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
11826 (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
11827 (ibuffer-mark-by-mode): Use default rather than initial-input.
11828 (ibuffer-filter-by-derived-mode): Autoload and require-match.
11829
11830 2012-04-24 Ivan Andrus <darthandrus@gmail.com> (tiny change)
11831
11832 * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
11833 (ibuffer-filter-by-derived-mode): New filter.
11834 * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
11835
11836 2012-04-23 Andreas Politz <politza@fh-trier.de>
11837
11838 * subr.el (accept-change-group): Fix arg usage (Bug#6095).
11839
11840 2012-04-23 Chong Yidong <cyd@gnu.org>
11841
11842 * cus-edit.el (customize-apropos, customize-apropos-options):
11843 Disable matching of non-option variables (Bug#11176).
11844 (customize-option, customize-option-other-window)
11845 (customize-changed-options): Doc fix.
11846 (customize-apropos-options, customize-apropos-faces)
11847 (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
11848
11849 * apropos.el (apropos-read-pattern): Make prompt less cryptic.
11850 Fix word list splitting (Bug#11132).
11851 (apropos-symbol, apropos-keybinding, apropos-label)
11852 (apropos-property, apropos-function-button)
11853 (apropos-variable-button, apropos-misc-button): New faces.
11854 (apropos-symbol-face, apropos-keybinding-face)
11855 (apropos-label-face, apropos-property-face, apropos-match-face):
11856 Variables removed (Bug#8396).
11857 (apropos-library-button, apropos-format-plist, apropos-print)
11858 (apropos-print-doc, apropos-describe-plist): Callers changed.
11859
11860 2012-04-23 Michael Albinus <michael.albinus@gmx.de>
11861
11862 * net/xesam.el (xesam-mode-map): Use let-bound map in
11863 initialization. (Bug#11292)
11864
11865 2012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
11866
11867 Preserve ispell session localwords when switching back to
11868 original buffer.
11869
11870 * textmodes/ispell.el (ispell-buffer-session-localwords):
11871 New buffer-local variable to hold buffer session localwords.
11872 (ispell-kill-ispell): Add option 'clear to delete session
11873 localwords.
11874 (ispell-command-loop, ispell-change-dictionary)
11875 (ispell-buffer-local-words): Preserve session localwords when
11876 needed.
11877
11878 * textmodes/flyspell.el (flyspell-process-localwords)
11879 (flyspell-do-correct): Preserve session localwords when needed.
11880
11881 2012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
11882
11883 * textmodes/ispell.el (ispell-insert-word) Remove unneeded function
11884 using obsolete `translation-table-for-input'.
11885 (ispell-word, ispell-process-line, ispell-complete-word):
11886 Use plain `insert' instead of removed `ispell-insert-word'.
11887
11888 2012-04-22 Chong Yidong <cyd@gnu.org>
11889
11890 * cus-edit.el (custom-variable-menu)
11891 (custom-variable-reset-saved, custom-face-menu)
11892 (custom-face-reset-saved): If there is no saved value, make the
11893 "reset-saved" operation bring back the default (Bug#9509).
11894 (custom-face-state): Properly detect themed faces.
11895
11896 * faces.el (face-spec-set): Stop supporting deprecated form of
11897 third arg.
11898
11899 2012-04-22 Michael Albinus <michael.albinus@gmx.de>
11900
11901 Move functions from C to Lisp. Make non-blocking method calls
11902 the default. Implement further D-Bus standard interfaces.
11903
11904 * net/dbus.el (dbus-message-internal): Declare function.
11905 Remove unneeded function declarations.
11906 (defvar dbus-message-type-invalid, dbus-message-type-method-call)
11907 (dbus-message-type-method-return, dbus-message-type-error)
11908 (dbus-message-type-signal): Declare variables. Remove local
11909 definitions.
11910 (dbus-interface-dbus, dbus-interface-peer)
11911 (dbus-interface-introspectable, dbus-interface-properties)
11912 (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
11913 Adapt docstring.
11914 (dbus-interface-objectmanager): New defconst.
11915 (dbus-call-method, dbus-call-method-asynchronously)
11916 (dbus-send-signal, dbus-method-return-internal)
11917 (dbus-method-error-internal, dbus-register-service)
11918 (dbus-register-signal, dbus-register-method): New defuns, moved
11919 from dbusbind.c
11920 (dbus-call-method-handler, dbus-setenv)
11921 (dbus-get-all-managed-objects, dbus-managed-objects-handler):
11922 New defuns.
11923 (dbus-call-method-non-blocking): Make it an obsolete function.
11924 (dbus-unregister-object, dbus-unregister-service)
11925 (dbus-handle-event, dbus-register-property)
11926 (dbus-property-handler): Obey the new structure of
11927 `bus-registered-objects'.
11928 (dbus-introspect): Use `dbus-call-method'. Use a timeout.
11929 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
11930 Use `dbus-call-method'.
11931
11932 2012-04-22 Chong Yidong <cyd@gnu.org>
11933
11934 * cus-edit.el (custom-commands, custom-reset-menu)
11935 (Custom-reset-standard): Tweak labels.
11936 (custom-reset-button-menu): Change default to t.
11937 (custom-buffer-create-internal): For the custom-reset-button-menu
11938 case, put the revert button first.
11939 (custom-group-subtitle): New face.
11940 (custom-group-value-create): Align docstring to a specific column.
11941
11942 * wid-edit.el (widget-documentation-link-add): Don't handle
11943 indentation in this function.
11944 (widget-documentation-string-indent-to): New function.
11945 (widget-documentation-string-value-create): Use it.
11946
11947 * autorevert.el (auto-revert):
11948 * epg-config.el (epg):
11949 * ibuffer.el (ibuffer):
11950 * mpc.el (mpc):
11951 * ses.el (ses):
11952 * eshell/eshell.el (eshell):
11953 * net/ange-ftp.el (ange-ftp):
11954 * progmodes/ebnf2ps.el (postscript):
11955 * progmodes/flymake.el (flymake):
11956 * progmodes/prolog.el (prolog):
11957 * progmodes/verilog-mode.el (verilog-mode):
11958 * progmodes/which-func.el (which-func):
11959 * term/xterm.el (xterm):
11960 * textmodes/picture.el (picture):
11961 * textmodes/tildify.el (tildify):
11962 * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
11963 customization buffers.
11964
11965 2012-04-22 Alan Mackenzie <acm@muc.de>
11966
11967 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
11968 Adding a ) can hide the resulting (..) from searches. Fix it.
11969 Bound the backward search to the position of the existing (.
11970
11971 2012-04-21 Juanma Barranquero <lekktu@gmail.com>
11972
11973 * progmodes/verilog-mode.el (verilog-mode): Check whether
11974 which-func-modes is t before adding verilog-mode.
11975 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
11976
11977 2012-04-21 Leo Liu <sdl.web@gmail.com>
11978
11979 * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
11980
11981 2012-04-21 Michael Vehrs <Michael.Burschik@gmx.de>
11982
11983 * woman.el: Add support for "T{ T}" tbl syntax, and fix the
11984 filling of the last column of a table (Bug#5635).
11985 (woman-find-next-control-line): New arg, specifying an additional
11986 regexp component for the control line.
11987 (woman2-roff-buffer): Use it.
11988 (woman-break-table): New function.
11989 (woman2-TS): Use it.
11990
11991 2012-04-21 Chong Yidong <cyd@gnu.org>
11992
11993 * woman.el (woman-set-buffer-display-table, woman-decode-region)
11994 (woman-horizontal-escapes, woman-negative-vertical-space)
11995 (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
11996 (WoMan-warn-ignored): Use ?\s instead of ?\ .
11997
11998 2012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
11999
12000 * minibuffer.el (completion-file-name-table): Complete user names.
12001
12002 2012-04-20 Leo Liu <sdl.web@gmail.com>
12003
12004 * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
12005 and pcase-let*.
12006
12007 2012-04-20 Chong Yidong <cyd@gnu.org>
12008
12009 * server.el (server-execute): Respect initial-buffer-choice if it
12010 is a string and there are no files to open (Bug#2825).
12011 (server-create-window-system-frame, server-create-tty-frame):
12012 Don't switch buffers here.
12013 (server-process-filter): Only try to open a window system frame if
12014 compiled with graphical support (Bug#8314).
12015
12016 2012-04-20 Dan Nicolaescu <dann@gnu.org>
12017
12018 * battery.el (battery-echo-area-format): Display remaining time
12019 for sysfs backend too (Bug#11269).
12020 (battery-linux-sysfs): Fix conditional for the charge.
12021
12022 2012-04-20 Chong Yidong <cyd@gnu.org>
12023
12024 * progmodes/gdb-mi.el (gdb): Revert previous change.
12025 (gdb-inferior-io--init-proc): New function.
12026 (gdb-init-1): Use it.
12027 (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
12028 responsible for allocating a new pty and hooking it to gdb when
12029 the old pty gets an EIO due to process exit.
12030 (gdb-delchar-or-quit): New command. Bind it in gdb-mi buffers.
12031 (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
12032 (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
12033
12034 2012-04-20 Eli Zaretskii <eliz@gnu.org>
12035
12036 * window.el (window-min-size, window-sizable, window-min-delta)
12037 (window-max-delta, window--resizable, window-resizable)
12038 (window-total-size, window-full-height-p, window-full-width-p)
12039 (window-in-direction, window--resize-mini-window, window-resize)
12040 (window--resize-child-windows-normal)
12041 (window--resize-child-windows, window--resize-siblings)
12042 (window--resize-this-window, adjust-window-trailing-edge)
12043 (enlarge-window, shrink-window): Doc fixes.
12044
12045 2012-04-20 Chong Yidong <cyd@gnu.org>
12046
12047 * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
12048 New function to call delete-process on the gdb-inferior buffer's pty.
12049 (gdb-reset): Use it, instead of relying on kill-buffer to kill the
12050 pty process (Bug#11273).
12051 (gdb-update): New arg to suppress talking to the gdb process.
12052 (gdb-done-or-error): Use it.
12053 (gdb-stopped-functions): Rename from gdb-stopped-hooks.
12054 (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
12055 sentinel not being called.
12056
12057 * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
12058
12059 * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
12060
12061 2012-04-20 Glenn Morris <rgm@gnu.org>
12062
12063 * net/network-stream.el (open-network-stream): Doc fix.
12064
12065 2012-04-20 Chong Yidong <cyd@gnu.org>
12066
12067 * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
12068
12069 2012-04-20 Alan Mackenzie <acm@muc.de>
12070
12071 Ensure searching for keywords is case sensitive.
12072
12073 * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
12074 (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
12075 (c-defun-name, c-mark-function, c-cpp-define-name)
12076 (c-comment-indent, c-scan-conditionals, c-indent-defun)
12077 (c-context-line-break): Bind case-fold-search to nil.
12078
12079 * progmodes/cc-mode.el (c-font-lock-fontify-region):
12080 Bind case-fold-search to nil.
12081
12082 2012-04-20 Chong Yidong <cyd@gnu.org>
12083
12084 * mail/sendmail.el (mail-bury): Call return action with the right
12085 Rmail buffer (Bug#11242).
12086
12087 * server.el (server-process-filter): Handle corner case where both
12088 tty and nowait options are present (Bug#11102).
12089
12090 2012-04-20 Eli Zaretskii <eliz@gnu.org>
12091
12092 * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
12093 (top level): Put into the executable the ident-style '$Id:' tag on
12094 windows-nt as well.
12095
12096 2012-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
12097
12098 * electric.el (electric-indent-post-self-insert-function): Check that
12099 electric-indent-mode is enabled in current buffer.
12100
12101 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
12102
12103 * imenu.el (imenu-progress-message): Restore; it is "used" in
12104 erc/erc-imenu.el and net/snmp-mode.el.
12105
12106 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
12107
12108 * avoid.el (mouse-avoidance-mode): Mark unused arg.
12109 (mouse-avoidance-nudge-mouse): Remove unused binding.
12110
12111 * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
12112
12113 * descr-text.el (describe-char):
12114 * progmodes/python.el (python-describe-symbol):
12115 Don't call `toggle-read-only', set `buffer-read-only'.
12116
12117 * imenu.el (imenu-default-goto-function): Mark unused args.
12118 (imenu-progress-message): Remove obsolete macro; all callers changed.
12119
12120 * subr.el (keymap-canonicalize): Remove unused binding.
12121 (read-passwd): Mark unused arg.
12122
12123 * tutorial.el (tutorial--display-changes): Remove unused binding.
12124 (tutorial--save-tutorial-to): Remove unused variable.
12125
12126 * emacs-lisp/package.el (define-package, package-menu-mark-delete)
12127 (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
12128 (package-generate-autoloads, package-menu--generate)
12129 (package-menu--find-upgrades): Remove unused bindings.
12130
12131 * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
12132 (cua-restrict-prefix-rectangle): Doc fixes. Remove unused bindings.
12133 (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
12134 (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
12135 (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
12136 (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
12137 (cua--rectangle-aux-replace, cua--left-fill-rectangle)
12138 (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
12139 (cua-delete-char-rectangle): Mark unused args.
12140 (cua-align-rectangle): Remove unused binding.
12141
12142 * mail/rmail.el (compilation--message->loc)
12143 (epa--find-coding-system-for-mime-charset): Declare.
12144
12145 * net/dbus.el (dbus-register-service): Declare.
12146 (dbus-name-owner-changed-handler): Remove unused binding.
12147
12148 * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
12149 (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
12150 (nxml-scan-backward-within): Mark unused arg.
12151 (nxml-dynamic-markup-word): Remove unused binding.
12152
12153 * mouse.el (mouse-menu-major-mode-map):
12154 * emacs-lisp/authors.el (authors-scan-change-log)
12155 (authors-add-to-author-list):
12156 * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
12157 * emacs-lisp/smie.el (smie-auto-fill):
12158 * mail/sendmail.el (mail-bury):
12159 * mail/unrmail.el (unrmail):
12160 * net/tls.el (open-tls-stream):
12161 * textmodes/picture.el (picture-mouse-set-point):
12162 Remove unused bindings.
12163
12164 2012-04-19 Michael Albinus <michael.albinus@gmx.de>
12165
12166 * net/tramp.el (tramp-action-password): Let-bind
12167 `enable-recursive-minibuffers' to t.
12168
12169 2012-04-18 Sam Steingold <sds@gnu.org>
12170
12171 * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
12172 instead of 'string to accommodate values like [f11].
12173 Always use `vconcat' instead of `concat' on it, like in `gud-def'.
12174 * progmodes/gdb-mi.el: Likewise.
12175
12176 2012-04-18 Leo Liu <sdl.web@gmail.com>
12177
12178 * abbrev.el (edit-abbrevs): Move point to the abbrev table of
12179 current buffer.
12180 (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
12181 LOCAL is nil.
12182
12183 2012-04-18 Chong Yidong <cyd@gnu.org>
12184
12185 * simple.el (line-move): Use forward-line if in batch mode
12186 (Bug#11053).
12187
12188 2012-04-18 Christopher Schmidt <christopher@ch.ristopher.com>
12189
12190 * files.el (after-find-file): Do not try to add a final newline if
12191 the buffer is read-only (Bug#11156).
12192
12193 2012-04-17 Richard Stallman <rms@gnu.org>
12194
12195 * mail/rmail.el (rmail-start-mail):
12196 Pass (rmail-mail-return...) for the return-action.
12197 Pass (rmail-yank-current-message...) for the yank-action.
12198 (rmail-yank-current-message): New function.
12199 (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
12200 (rmail-reply): Likewise.
12201 (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
12202
12203 * mail/sendmail.el (mail-bury): Choose the first rmail-mode
12204 buffer, not the last. Reject temp buffers. Use the rmail-mode
12205 buffer, not newbuf.
12206
12207 2012-04-17 Juanma Barranquero <lekktu@gmail.com>
12208
12209 * server.el (server-ensure-safe-dir): Simplify.
12210
12211 2012-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
12212
12213 * emacs-lisp/smie.el: Provide smarter auto-filling.
12214 (smie-auto-fill): New function.
12215 (smie-setup): Use it.
12216
12217 * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
12218
12219 2012-04-17 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
12220
12221 * newcomment.el (comment-inline-offset): New custom var (bug#11090).
12222 (comment-indent): Use it.
12223
12224 2012-04-17 Vincent Belaïche <vincentb1@users.sourceforge.net>
12225
12226 * ses.el: The overall change is to add cell renaming, that is
12227 setting fancy names for cell symbols other than name matching
12228 "\\`[A-Z]+[0-9]+\\'" regexp .
12229 (ses-localvars): Add ses--renamed-cell-symb-list.
12230 (ses-create-cell-variable): New defun.
12231 (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
12232 (ses-relocate-formula): Relocate formulas only for cells the
12233 symbols of which are not renamed, i.e. symbols whose names do not
12234 match regexp "\\`[A-Z]+[0-9]+\\'".
12235 (ses-relocate-all): Relocate values only for cells the symbols of
12236 which are not renamed.
12237 (ses-load): Create cells variables as the (ses-cell ...) are read,
12238 in order to check row col consistency with cell symbol name only
12239 for cells that are not renamed.
12240 (ses-replace-name-in-formula): New defun.
12241 (ses-rename-cell): New defun.
12242
12243 2012-04-17 Peter Oliver <bzr@mavit.org.uk> (tiny change)
12244
12245 * progmodes/perl-mode.el (perl-indent-parens-as-block):
12246 New option (bug#11118).
12247 (perl-calculate-indent): Respect it.
12248
12249 2012-04-17 Glenn Morris <rgm@gnu.org>
12250
12251 * dired-aux.el (dired-mark-read-string): Doc fix.
12252
12253 2012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
12254
12255 * dired-aux.el (dired-mark-read-string): Offer optional completion.
12256 (dired-do-chxxx): Complete chown, chgrp over users, groups. (Bug#7900)
12257
12258 2012-04-17 Glenn Morris <rgm@gnu.org>
12259
12260 * mouse.el (mouse-drag-track):
12261 * speedbar.el (speedbar-frame-mode):
12262 Use auto-hscroll-mode rather than the alias automatic-hscrolling.
12263
12264 2012-04-16 Leo Liu <sdl.web@gmail.com>
12265
12266 * progmodes/python.el: Trivial cleanup.
12267
12268 2012-04-16 Glenn Morris <rgm@gnu.org>
12269
12270 * vc/vc.el (vc-string-prefix-p):
12271 * vc/pcvs-util.el (cvs-string-prefix-p):
12272 * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
12273 * mpc.el (mpc-string-prefix-p):
12274 Make all of these into obsolete aliases for string-prefix-p.
12275 Update callers.
12276 * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
12277
12278 * textmodes/two-column.el: Move custom options to the start.
12279 (frame-width): Remove compat definition.
12280 (2C-associate-buffer, 2C-dissociate):
12281 Use with-current-buffer rather than save-excursion.
12282 (2C-dissociate): Force a mode-line update.
12283 (2C-autoscroll): Use ignore-errors.
12284
12285 * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
12286 Autoload trivia.
12287
12288 * emacs-lisp/cl-extra.el (*random-state*):
12289 Remove unnecessary declaration.
12290
12291 * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
12292
12293 * play/cookie1.el (cookie-snarf):
12294 Give an explicit error if input file cannot be read.
12295
12296 * play/yow.el (yow-file): Use expand-file-name rather than concat.
12297
12298 * progmodes/perl-mode.el (c-macro-expand):
12299 Remove unnecessary autoload (it is in loaddefs.el).
12300
12301 * textmodes/picture.el (picture-desired-column)
12302 (picture-update-desired-column): Convert comments to doc-strings.
12303 (picture-substitute): Remove function.
12304 (picture-mode-map): Initialize in the defvar.
12305
12306 * woman.el: Remove eval-after-load for tar-mode.
12307 * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
12308 (woman-tar-extract-file): Autoload it.
12309
12310 * frame.el (automatic-hscrolling): Make this alias obsolete.
12311
12312 2012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
12313
12314 * textmodes/ispell.el (ispell-set-spellchecker-params): Post-process
12315 `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
12316 (ispell-dictionary-base-alist): Revert to original XEmacs
12317 friendly version for default. [:alpha:] will be added in
12318 `ispell-set-spellchecker-params' if needed.
12319
12320 2012-04-16 Chong Yidong <cyd@gnu.org>
12321
12322 * image.el (imagemagick--file-regexp): New variable.
12323 (imagemagick-register-types): Use it.
12324 (imagemagick-types-inhibit): Add :set function. Allow new value
12325 of t to inhibit all types.
12326
12327 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
12328 so we can preload it.
12329
12330 * loadup.el (fboundp): Preload regexp-opt, needed by
12331 imagemagick-register-types.
12332
12333 2012-04-15 Chong Yidong <cyd@gnu.org>
12334
12335 * frame.el (scrolling): Remove nearly unused customization group.
12336
12337 * scroll-all.el (scroll-all-mode): Move to windows group.
12338
12339 2012-04-15 Chong Yidong <cyd@gnu.org>
12340
12341 * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
12342
12343 2012-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
12344
12345 Avoid the use of ((lambda ...) ...) in lexical-binding code.
12346 * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
12347
12348 2012-04-15 Glenn Morris <rgm@gnu.org>
12349
12350 * simple.el (process-file-side-effects): Doc fix.
12351
12352 2012-04-15 Glenn Morris <rgm@gnu.org>
12353
12354 * international/mule-cmds.el (set-language-environment): Doc fix.
12355
12356 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
12357
12358 * server.el (server-auth-key, server-generate-key): Doc fixes.
12359 (server-get-auth-key): Doc fix. Use `string-match-p'.
12360 (server-start): Reflow docstring.
12361
12362 2012-04-14 Lars Ingebrigtsen <larsi@gnus.org>
12363
12364 * server.el (server-generate-key): `called-interactively-p'
12365 requires a parameter.
12366
12367 2012-04-14 Michal Nazarewicz <mina86@mina86.com>
12368
12369 * server.el (server-auth-key): New variable.
12370 (server-generate-key, server-get-auth-key): New function.
12371 (server-start): Use the new variable and functions to allow
12372 setting a permanent server key (bug#9423).
12373
12374 2012-04-14 Leo Liu <sdl.web@gmail.com>
12375
12376 * vc/diff-mode.el (diff-file-prev/next): Fix typo.
12377
12378 2012-04-14 Paul Eggert <eggert@cs.ucla.edu>
12379
12380 Spelling fixes.
12381 * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
12382 Emacs uses American spelling.
12383
12384 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
12385
12386 * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
12387 (emacs-lock--exit-locked-buffer): Return the locked buffer. Doc fix.
12388 (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
12389 (emacs-lock--kill-buffer-query-functions): Run new hook. (Bug#11017)
12390
12391 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
12392
12393 * progmodes/which-func.el (which-func-modes): Change default.
12394
12395 2012-04-14 Kim F. Storm <storm@cua.dk>
12396
12397 * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
12398 exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
12399
12400 2012-04-14 Chong Yidong <cyd@gnu.org>
12401
12402 * custom.el (custom-theme-set-variables): Doc fix.
12403
12404 2012-04-14 Glenn Morris <rgm@gnu.org>
12405
12406 * international/mule.el (set-auto-coding-for-load): Doc fix.
12407
12408 2012-04-14 Alan Mackenzie <acm@muc.de>
12409
12410 * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
12411 imenu work again for Objective C Mode. Correct the *-index values,
12412 these having been disturbed by a previous change in 2011-08.
12413
12414 * progmodes/cc-engine.el (c-before-change-check-<>-operators):
12415 Correct two search limits.
12416
12417 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
12418
12419 * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
12420
12421 2012-04-14 Andreas Schwab <schwab@linux-m68k.org>
12422
12423 * international/characters.el: Fix sorting.
12424
12425 2012-04-14 Eli Zaretskii <eliz@gnu.org>
12426
12427 * international/characters.el: Add more missing Latin case pairs.
12428
12429 2012-04-14 Glenn Morris <rgm@gnu.org>
12430
12431 * files.el (dir-locals-set-class-variables): Doc fix.
12432
12433 2012-04-14 Eli Zaretskii <eliz@gnu.org>
12434
12435 * international/characters.el: Add set-case-syntax-pair call for
12436 LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
12437 counterpart. (Bug#11209)
12438
12439 * simple.el (shell-command-on-region): Doc fix. (Bug#11208)
12440
12441 2012-04-14 Glenn Morris <rgm@gnu.org>
12442
12443 * calendar/holidays.el (calendar-check-holidays): Doc fix.
12444
12445 2012-04-14 Eli Zaretskii <eliz@gnu.org>
12446
12447 * textmodes/ispell.el (ispell-dictionary-base-alist):
12448 Add data for Hebrew.
12449
12450 2012-04-14 Chong Yidong <cyd@gnu.org>
12451
12452 * net/rcirc.el (rcirc-cmd-quit):
12453 Revert 2012-03-18 change (Bug#11192).
12454
12455 2012-04-14 Glenn Morris <rgm@gnu.org>
12456
12457 * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
12458
12459 2012-04-14 Eli Zaretskii <eliz@gnu.org>
12460
12461 * minibuffer.el (completion-in-region-mode-map):
12462 Bind completion-help-at-point to M-? rather than ?. (Bug#11182)
12463
12464 2012-04-13 Vivek Dasmohapatra <vivek@etla.org>
12465
12466 * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
12467
12468 2012-04-13 Masatake YAMATO <yamato@redhat.com>
12469
12470 * minibuffer.el (minibuffer-local-filename-syntax): New variable
12471 to allow `C-M-f' and `C-M-b' to move to the nearest path
12472 separator (bug#9511).
12473
12474 2012-04-13 Lars Ingebrigtsen <larsi@gnus.org>
12475
12476 * avoid.el: Require cl when compiling. And also move the
12477 `provide' to the end.
12478
12479 2012-04-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
12480
12481 * avoid.el (mouse-avoidance-banish-position): New variable.
12482 (mouse-avoidance-banish-destination): Use it (bug#10165).
12483
12484 2012-04-13 Leo Liu <sdl.web@gmail.com>
12485
12486 * progmodes/which-func.el (which-func-modes): Add objc-mode.
12487
12488 2012-04-13 Ken Brown <kbrown@cornell.edu>
12489
12490 * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
12491 this is no longer needed now that cygstart understands file:// URLs.
12492 (browse-url-filename-alist): For the same reason, don't modify
12493 file:// URLs on Cygwin.
12494
12495 2012-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
12496
12497 * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
12498 the region on shift if the binding is already shifted (bug#11221).
12499
12500 2012-04-12 Glenn Morris <rgm@gnu.org>
12501
12502 * mail/mailpost.el: Move to obsolete/.
12503
12504 2012-04-12 Drew Adams <drew.adams@oracle.com>
12505
12506 * imenu.el (imenu--generic-function): Ignore invisible definitions
12507 (bug#10123).
12508
12509 2012-04-12 Vivek Dasmohapatra <vivek@etla.org>
12510
12511 * hexl.el (hexl-bits): New variable.
12512 (hexl-options): Mention the variable in the doc string.
12513 (hexl-rulerise, hexl-line-displen): New functions.
12514 (hexl-mode): Mention the new variable.
12515 (hexl-mode, hexl-current-address, hexl-current-address):
12516 Use the displen.
12517 (hexl-ascii-start-column): New function.
12518 (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
12519 (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
12520
12521 2012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
12522
12523 * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
12524 '("-i" ENCODING), in 2 separate command-line arguments, to specify
12525 the encoding, as expected by hunspell.
12526
12527 2012-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
12528
12529 * battery.el (battery--linux-sysfs-regexp): New const.
12530 (battery-status-function): Use it. Remove yeeloong special case.
12531 (battery-yeeloong-sysfs): Remove.
12532 (battery-echo-area-format): Remove yeeloong special case.
12533
12534 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
12535
12536 * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
12537 Reported by Noah Friedman.
12538
12539 * subr.el (read-passwd): Use read-string.
12540
12541 2012-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
12542
12543 * vcursor.el (vcursor-move): Increase the priority of the overlay
12544 (bug#9663).
12545
12546 2012-04-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
12547
12548 * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
12549 (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
12550
12551 2012-04-11 William Stevenson <yhvh2000@gmail.com>
12552
12553 * textmodes/artist.el (artist-mode): Convert artist-mode to use
12554 define-minor-mode (bug#10760).
12555
12556 2012-04-11 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
12557
12558 * progmodes/grep.el (rgrep): Tweak the find command line so
12559 that directories matching `grep-find-ignored-files' won't be
12560 pruned (bug#10351).
12561
12562 2012-04-11 Chong Yidong <cyd@gnu.org>
12563
12564 * startup.el (command-line): Remove support for long-obsolete
12565 variable font-lock-face-attributes.
12566
12567 2012-04-11 Glenn Morris <rgm@gnu.org>
12568
12569 * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
12570
12571 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
12572
12573 * window.el (window--state-get-1): Obey window-point-insertion-type.
12574
12575 2012-04-11 Lennart Borgman <lennart.borgman@gmail.com>
12576
12577 * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
12578 to previous function when point is on the first character of a
12579 function. Take care of that in `narrow-to-defun' (bug#6157).
12580
12581 2012-04-11 Glenn Morris <rgm@gnu.org>
12582
12583 * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
12584 not just file-errors.
12585
12586 * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
12587 (vc-bzr-sha1): Use internal sha1.
12588
12589 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
12590
12591 * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
12592
12593 2012-04-10 Sébastien Gross <seb@chezwam.org> (tiny change)
12594
12595 * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
12596 that start in the middle of the line (bug#10496).
12597
12598 2012-04-10 Dan Nicolaescu <dann@gnu.org>
12599
12600 * battery.el (battery-linux-proc-acpi): Only one battery is
12601 discharged at a time, but that seems to confuse battery.el when
12602 computing `rate-type' for the battery not being discharged
12603 (bug#10332).
12604
12605 2012-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
12606
12607 * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
12608
12609 * international/quail.el: Use dolist and simplify.
12610 (quail-define-package, quail-update-keyboard-layout)
12611 (quail-define-rules): Use dolist.
12612 (quail-insert-kbd-layout, quail-get-translation): CSE.
12613
12614 * tmm.el: Use dolist, remove left over hook.
12615 (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
12616 Use dolist.
12617 (calendar-load-hook): Don't mess with it.
12618
12619 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
12620 Use derived-mode-p. Run the diff asynchronously.
12621
12622 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
12623
12624 * obsolete/mouse-sel.el: Add an Obsolete-since header.
12625
12626 2012-04-10 Juanma Barranquero <lekktu@gmail.com>
12627
12628 * misc.el: Display absolute path of loaded DLLs (bug#10424).
12629 (list-dynamic-libraries--loaded): New function.
12630 (list-dynamic-libraries--refresh): Use it.
12631
12632 2012-04-10 Nathan Weizenbaum <nweiz@google.com>
12633
12634 * progmodes/python.el (python-fill-paragraph):
12635 Make python-fill-region in a multiline string work when font-lock is
12636 disabled (bug#7018).
12637
12638 2012-04-10 Laimonas Vėbra <laimonas.vebra@gmail.com> (tiny change)
12639
12640 * language/european.el (cp775): Add oem/legacy (en)coding on
12641 DOS/MS Windows for the Baltic languages. There are still plenty
12642 of texts written in this encoding/codepage (bug#6519).
12643
12644 2012-04-10 Glenn Morris <rgm@gnu.org>
12645
12646 * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
12647 Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
12648
12649 2012-04-10 Florian Adamsky <florian@adamsky.it> (tiny change)
12650
12651 * recentf.el (recentf-dialog-mode-map): Add two keybindings for
12652 next-line "n" and previous-line "p" in order to make recentf more
12653 consistent with ibuffer, dired or org-mode (bug#9387).
12654
12655 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
12656
12657 * image.el (put-image): Return the overlay created instead of the
12658 optional input string (bug#7834). Note that this may break code
12659 that is (for some reason or other) depending on `put-image'
12660 returning the string.
12661
12662 * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
12663
12664 * simple.el (zap-to-char): Allow zapping using input methods
12665 (bug#1580).
12666
12667 * textmodes/fill.el (fill-region): Leave point and mark where they
12668 were before filling (bug#5399).
12669
12670 2012-04-09 Glenn Morris <rgm@gnu.org>
12671
12672 * version.el (emacs-bzr-get-version):
12673 Handle lightweight checkouts of local branches.
12674
12675 2012-04-09 Andreas Schwab <schwab@linux-m68k.org>
12676
12677 * international/characters.el: Recover lost case pairs. (Bug#11209)
12678
12679 2012-04-09 Chong Yidong <cyd@gnu.org>
12680
12681 * custom.el (custom-variable-p): Return nil for non-symbol
12682 arguments instead of signaling an error.
12683 (user-variable-p): Obsolete alias for custom-variable-p.
12684
12685 * apropos.el (apropos-variable):
12686 * files-x.el (read-file-local-variable):
12687 * simple.el (set-variable):
12688 * woman.el (woman-mini-help):
12689 * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
12690
12691 2012-04-09 Glenn Morris <rgm@gnu.org>
12692
12693 * startup.el (normal-top-level): Don't look for leim-list.el
12694 in places where it will not be found. (Bug#910)
12695
12696 * international/mule-cmds.el (set-default-coding-systems):
12697 * files.el (normal-mode):
12698 Remove guarded calls to ucs-set-table-for-input. (Bug#9821)
12699 This function was removed with ucs-tables.el in 2008.
12700
12701 2012-04-08 Eli Zaretskii <eliz@gnu.org>
12702
12703 * textmodes/ispell.el (ispell-check-version): For hunspell, set
12704 ispell-encoding8-command to "-i", without a trailing space.
12705 (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
12706 separate command-line arguments, to specify the encoding, since
12707 that's how hunspell expects it.
12708
12709 2012-04-08 Glenn Morris <rgm@gnu.org>
12710
12711 * loadup.el: Load bindings before cus-start.
12712 This reduces somewhat the number of "rogue" settings in emacs -Q.
12713
12714 2012-04-07 Glenn Morris <rgm@gnu.org>
12715
12716 * version.el (emacs-bzr-get-version): New function.
12717 (emacs-bzr-version): New variable.
12718 * loadup.el (emacs-bzr-version): Set it. (Bug#8054)
12719 * mail/emacsbug.el (report-emacs-bug): Include bzr version.
12720
12721 2012-04-07 Eli Zaretskii <eliz@gnu.org>
12722
12723 * international/uni-bidi.el, international/uni-category.el:
12724 * international/uni-combining.el, international/uni-decimal.el:
12725 * international/uni-decomposition.el, international/uni-digit.el:
12726 * international/uni-lowercase.el, international/uni-mirrored.el:
12727 * international/uni-name.el, international/uni-numeric.el:
12728 * international/uni-titlecase.el, international/uni-uppercase.el:
12729 Update for Unicode 6.1.
12730
12731 2012-04-07 Eli Zaretskii <eliz@gnu.org>
12732
12733 * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
12734
12735 2012-04-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
12736
12737 * window.el (shrink-window): Mention the `window-min-height'
12738 variable in the doc string.
12739
12740 2012-04-05 Bastien Guerry <bzg@altern.org>
12741
12742 * color.el (color-lighten-name): Fix typo.
12743
12744 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
12745
12746 * server.el (server--on-display-p): New function.
12747 (server--on-display-p): Use it.
12748
12749 2012-04-04 Gábor Vida <vidagabor@gmail.com> (tiny change)
12750
12751 * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
12752 (bug#11145).
12753
12754 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
12755
12756 * comint.el (comint--common-quoted-suffix): Check string boundary
12757 before comparing (bug#11158).
12758 * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
12759
12760 2012-04-04 Chong Yidong <cyd@gnu.org>
12761
12762 * minibuffer.el (completion-extra-properties): Doc fix.
12763
12764 * subr.el (delayed-warnings-hook): Doc fix.
12765
12766 2012-04-04 Daiki Ueno <ueno@unixuser.org>
12767
12768 * epa.el (epa--select-keys): Bind C-c C-c to finish the key
12769 selection (Bug#11159).
12770 (epa-insert-keys): Inform that the default public key will be
12771 exported if no key is selected.
12772
12773 2012-04-04 Richard Stallman <rms@gnu.org>
12774
12775 * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
12776
12777 2012-04-03 Chong Yidong <cyd@gnu.org>
12778
12779 * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
12780 mail-insert-file, not its obsolete alias mail-attach-file.
12781
12782 2012-04-03 Michael Albinus <michael.albinus@gmx.de>
12783
12784 * notifications.el (notifications-notify): Fix docstring.
12785
12786 2012-04-02 Glenn Morris <rgm@gnu.org>
12787
12788 * emacs-lisp/authors.el (authors-aliases): Another addition.
12789
12790 2012-04-02 Michael Albinus <michael.albinus@gmx.de>
12791
12792 * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
12793 `tramp-compat-call-process' instead of `tramp-local-call-process'.
12794 Reported by Magnus Henoch <magnus.henoch@gmail.com>.
12795
12796 2012-04-01 Chong Yidong <cyd@gnu.org>
12797
12798 * files.el (file-in-directory-p): Rename from file-subdir-of-p.
12799 Handle root directory properly.
12800 (copy-directory): Caller changed.
12801
12802 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
12803 * net/tramp.el (tramp-file-name-for-operation): Callers changed.
12804
12805 2012-03-31 Glenn Morris <rgm@gnu.org>
12806
12807 * term/xterm.el (xterm-extra-capabilities): Doc fix.
12808
12809 * language/indian.el ("Devanagari"): Fix typo. (Bug#11103)
12810
12811 * calendar/calendar.el (calendar-window-list)
12812 (calendar-hide-window): Restore. (Bug#11140)
12813 (calendar-exit): Use calendar-window-list, calendar-hide-window again.
12814
12815 * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
12816
12817 2012-03-30 Thierry Volpiatto <thierry.volpiatto@gmail.com>
12818
12819 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
12820 Check if file is a symlink (Bug#10489).
12821
12822 * files.el (copy-directory): Likewise.
12823
12824 2012-03-30 Chong Yidong <cyd@gnu.org>
12825
12826 * image.el (imagemagick-types-inhibit)
12827 (imagemagick-register-types): Doc fix.
12828
12829 2012-03-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
12830
12831 * textmodes/ispell.el (ispell-get-extended-character-mode):
12832 Disable extended-char-mode for hunspell. hunspell does not support it
12833 and treats ~word as ordinary words in pipe mode.
12834
12835 2012-03-30 Glenn Morris <rgm@gnu.org>
12836
12837 * tutorial.el (help-with-tutorial): Ensure local variables don't
12838 happen to make the buffer read-only. (Bug#11127)
12839
12840 2012-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
12841
12842 * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
12843 (perl-calculate-indent): Return `noindent' in strings.
12844
12845 2012-03-28 Sam Steingold <sds@gnu.org>
12846
12847 * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
12848 instead of the broken adhockery which does not prevent calendar
12849 buffers from being displayed at random after exit.
12850 (calendar-window-list, calendar-hide-window): Remove the broken
12851 adhockery.
12852
12853 2012-03-28 Glenn Morris <rgm@gnu.org>
12854
12855 * replace.el (query-replace-map): Doc fix.
12856
12857 2012-03-28 Andreas Schwab <schwab@linux-m68k.org>
12858
12859 * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
12860 contents. (Bug#11109)
12861
12862 2012-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
12863
12864 * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
12865 (bug#11077).
12866 (avl-tree--check, avl-tree--check-node): New funs.
12867
12868 2012-03-27 Martin Rudalics <rudalics@gmx.at>
12869
12870 * window.el (switch-to-visible-buffer): New option.
12871 (switch-to-prev-buffer, switch-to-next-buffer):
12872 Observe switch-to-visible-buffer. Make sure that checking for a window
12873 showing a buffer already is done on the same frame.
12874
12875 2012-03-27 Glenn Morris <rgm@gnu.org>
12876
12877 * startup.el (mail-host-address): Doc fix.
12878
12879 2012-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
12880
12881 * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
12882 than 197 variables.
12883
12884 2012-03-26 Ami Fischman <ami@fischman.org>
12885
12886 * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
12887
12888 2012-03-26 Glenn Morris <rgm@gnu.org>
12889
12890 * files.el (save-buffers-kill-emacs): Doc fix.
12891
12892 * startup.el (normal-top-level, command-line, command-line-1):
12893 Give them doc strings.
12894
12895 2012-03-25 Eli Zaretskii <eliz@gnu.org>
12896
12897 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
12898 of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
12899
12900 2012-03-25 Chong Yidong <cyd@gnu.org>
12901
12902 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
12903 theme if it was previously enabled before (Bug#11031).
12904
12905 * cus-theme.el (custom-theme-write-faces): Retrieve current face
12906 spec with custom-face-get-current-spec if its :shown-value is not
12907 determined yet (Bug#9337).
12908 (customize-create-theme, custom-theme-revert): Doc fixes.
12909
12910 * button.el (button-at): Minor addition to docstring.
12911
12912 2012-03-24 Simon Leinen <simon.leinen@gmail.com>
12913
12914 * vc/vc.el (vc-merge): Fix a prompt.
12915
12916 2012-03-24 Chong Yidong <cyd@gnu.org>
12917
12918 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
12919 point (Bug#9623).
12920
12921 * button.el (button-at): Minor addition to docstring.
12922
12923 2012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
12924
12925 * newcomment.el (comment-choose-indent): No space after BOL.
12926
12927 2012-03-22 Sam Steingold <sds@gnu.org>
12928
12929 * window.el (switch-to-prev-buffer): Revert last patch because the
12930 bug turned out to be an advertised feature (Elisp manual 28.14).
12931
12932 2012-03-22 Glenn Morris <rgm@gnu.org>
12933
12934 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
12935 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
12936
12937 2012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
12938
12939 * net/network-stream.el (network-stream-open-starttls): Make error
12940 message under Windows be less misleading.
12941
12942 2012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
12943
12944 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
12945 understands (bug#9942).
12946
12947 2012-03-22 Chong Yidong <cyd@gnu.org>
12948
12949 * simple.el (end-of-visible-line): Handle return value of
12950 next-single-property-change properly (Bug#9371).
12951
12952 2012-03-22 Kenichi Handa <handa@m17n.org>
12953
12954 * international/quail.el (quail-insert-kbd-layout): Fix previous
12955 change. To avoid unwanted bidi reordering, use
12956 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
12957
12958 2012-03-21 Dmitry Gutov <dgutov@yandex.ru>
12959
12960 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
12961 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
12962 (ruby-beginning-of-indent): Be more careful with the difference
12963 between word-boundary and symbol boundary.
12964 (ruby-mode-syntax-table): Make : a symbol constituent.
12965
12966 2012-03-21 Andreas Politz <politza@fh-trier.de>
12967
12968 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
12969
12970 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
12971
12972 * progmodes/etags.el (tags-completion-at-point-function):
12973 Improve last fix.
12974
12975 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
12976
12977 2012-03-21 Sam Steingold <sds@gnu.org>
12978
12979 * progmodes/etags.el (tags-completion-at-point-function):
12980 Avoid the error when point is inside the pattern.
12981
12982 2012-03-21 John Yates <john@yates-sheets.org> (tiny change)
12983
12984 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
12985 line (Bug#10855).
12986
12987 2012-03-21 Drew Adams <drew.adams@oracle.com>
12988
12989 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
12990
12991 2012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
12992
12993 * ido.el (ido-set-current-directory, ido-read-internal)
12994 (ido-choose-completion-string, ido-completion-help): Handle nil
12995 value of ido-completion-buffer (Bug#11008).
12996
12997 2012-03-21 Sam Steingold <sds@gnu.org>
12998
12999 * window.el (switch-to-prev-buffer): Do not switch to a visible
13000 window previous buffer, just like with the frame previous buffers.
13001
13002 2012-03-21 Chong Yidong <cyd@gnu.org>
13003
13004 * faces.el (make-face, make-empty-face, copy-face):
13005 * face-remap.el (face-remap-add-relative, face-remap-set-base):
13006 Doc fixes.
13007
13008 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
13009
13010 * wid-edit.el (widget-complete-field): Remove (bug#11051).
13011 (widget-complete): Remove broken use of it.
13012
13013 2012-03-20 Chong Yidong <cyd@gnu.org>
13014
13015 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
13016 Use string-width and truncate-string-width to handle arbitrary
13017 characters.
13018
13019 2012-03-20 Tassilo Horn <tassilo@member.fsf.org>
13020
13021 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
13022 to draw rectangles, not squares. (Regression introduced by revno
13023 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
13024
13025 2012-03-18 Chong Yidong <cyd@gnu.org>
13026
13027 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
13028 it is not yet defined (for temacs).
13029
13030 2012-03-18 Leo Liu <sdl.web@gmail.com>
13031
13032 * net/rcirc.el (rcirc-cmd-quit): Allow quitting all servers with
13033 prefix.
13034
13035 2012-03-17 Eli Zaretskii <eliz@gnu.org>
13036
13037 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
13038 (ispell-choices-win-default-height, ispell-silently-savep)
13039 (ispell-dictionary-alist, ispell-encoding8-command)
13040 (ispell-check-version, ispell-aspell-find-dictionary)
13041 (ispell-valid-dictionary-list, ispell-words-keyword)
13042 (ispell-get-word, ispell-internal-change-dictionary)
13043 (ispell-region, ispell-skip-region-list)
13044 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
13045 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
13046 (ispell-message-text-end, ispell-message)
13047 (ispell-buffer-local-parsing): Doc fix.
13048
13049 2012-03-13 Jambunathan K <kjambunathan@gmail.com>
13050
13051 * htmlfontify.el: Add support for code block fontification for ODT
13052 export (Bug #9914).
13053 (hfy-optimisations): Define new option
13054 `body-text-only'
13055 (hfy-fontify-buffer): Honor above setting.
13056 (hfy-begin-span, hfy-end-span): New routines factored out form
13057 `hfy-fontify-buffer'.
13058 (hfy-begin-span-handler, hfy-end-span-handler): New variables
13059 that permit insertion of custom tags.
13060 (hfy-fontify-buffer): Use above handlers.
13061 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
13062 (hfy-face-to-css): Re-defined to be a variable.
13063 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
13064 over multiple runs. This is made possible by having the caller let
13065 bind a special variable `hfy-user-sheet-assoc'.
13066 (htmlfontify-string): New defun.
13067 (hfy-compile-face-map): Make sure that the last char in the
13068 buffer is correctly fontified.
13069 (hfy-face-resolve-face): Whitespace only change.
13070
13071 2012-03-17 Eli Zaretskii <eliz@gnu.org>
13072
13073 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
13074 message more clear.
13075
13076 2012-03-16 Leo Liu <sdl.web@gmail.com>
13077
13078 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
13079
13080 2012-03-16 Alan Mackenzie <acm@muc.de>
13081
13082 Further optimize the handling of large macros.
13083
13084 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
13085 limit to a call of `c-literal-limits'.
13086 (c-determine-+ve-limit): New function.
13087 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
13088 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
13089 In CASE 5B, restrict a search limit to 500.
13090 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
13091
13092 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
13093 Restrict macro bounds to +-500 from after-change's BEG END.
13094
13095 2012-03-16 Leo Liu <sdl.web@gmail.com>
13096
13097 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
13098
13099 2012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
13100
13101 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
13102 `special-mode' setting of `buffer-read-only'. (Bug#11010)
13103
13104 2012-03-16 Glenn Morris <rgm@gnu.org>
13105
13106 * view.el (view-buffer, view-buffer-other-window)
13107 (view-buffer-other-frame): Doc fixes re special mode-class.
13108
13109 * subr.el (eval-after-load): If named feature is provided not from
13110 a file, run after-load forms. (Bug#10946)
13111
13112 * calendar/calendar.el (calendar-insert-at-column):
13113 Handle non-unit-width characters a bit better. (Bug#10978)
13114
13115 2012-03-15 Chong Yidong <cyd@gnu.org>
13116
13117 * emacs-lisp/ring.el (ring-extend): New function.
13118 (ring-insert+extend): Extend the ring correctly (Bug#11019).
13119
13120 * comint.el (comint-read-input-ring)
13121 (comint-add-to-input-history): Grow comint-input-ring lazily.
13122
13123 2012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
13124
13125 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
13126 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
13127
13128 * imenu.el: Fix multiple inheritance breakage (bug#9199).
13129 (imenu-add-to-menubar): Don't add a redundant index.
13130 (imenu-update-menubar): Handle a dynamically composed keymap.
13131
13132 2012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
13133
13134 * mail/sendmail.el (mail-encode-header):
13135 Bind rfc2047-encode-encoded-words to nil.
13136
13137 2012-03-13 Glenn Morris <rgm@gnu.org>
13138
13139 * calendar/calendar.el (calendar-string-spread):
13140 Handle non-unit-width characters a bit better. (Bug#10978)
13141
13142 2012-03-13 Leo Liu <sdl.web@gmail.com>
13143
13144 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
13145 directory and file as argument (Bug#10822).
13146
13147 2012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
13148
13149 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
13150 For dynamically generated code, follow $PC.
13151 (gdb-disassembly-handler-custom): Handle no function name case.
13152
13153 2012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
13154
13155 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
13156 * emulation/ws-mode.el (ws-query-replace):
13157 * sort.el (sort-regexp-fields):
13158 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
13159
13160 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
13161
13162 * dabbrev.el: Fix cycle completion order (bug#10963).
13163 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
13164 (dabbrev-completion): Don't use an obarray; provide
13165 a cycle-sort-function.
13166
13167 2012-03-12 Leo Liu <sdl.web@gmail.com>
13168
13169 * simple.el (kill-new): Use equal-including-properties for comparison.
13170 (kill-do-not-save-duplicates): Doc fix.
13171
13172 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
13173
13174 * dabbrev.el: Fix cycle completion (bug#10963).
13175 Use lexical binding and wrap to 80 columns.
13176 (dabbrev-completion): Delay computing the list of completions.
13177
13178 2012-03-12 Kenichi Handa <handa@m17n.org>
13179
13180 * international/quail.el (quail-insert-kbd-layout): Surround each
13181 row by LRO and PDF instead of inserting many LRMs. Pad the left
13182 and right of each non-spacing marks. Insert invisible space
13183 between lower and upper characters to prevent composition.
13184
13185 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
13186
13187 * minibuffer.el (minibuffer-complete): Don't get confused when the
13188 function is run twice via different commands (bug#10958).
13189 (complete-with-action): Fix docstring.
13190
13191 2012-03-12 Chong Yidong <cyd@gnu.org>
13192
13193 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
13194 (nxml-completion-at-point-function): New function.
13195 (nxml-mode): Use it.
13196 (nxml-bind-meta-tab-to-complete-flag): Default to t.
13197
13198 * emacs-lisp/package.el (package-unpack, package-unpack-single):
13199 Load generated autoloads file before byte compiling (Bug#10970).
13200 (package--make-autoloads-and-compile): New helper fun.
13201
13202 2012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
13203
13204 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
13205
13206 2012-03-11 Michael Albinus <michael.albinus@gmx.de>
13207
13208 * autorevert.el (auto-revert-handler): Ensure, that
13209 file-readable-p is applied only for local files or in
13210 auto-revert-tail-mode.
13211
13212 2012-03-11 Andreas Schwab <schwab@linux-m68k.org>
13213
13214 * server.el (server-eval-at): Handle non-tcp connections.
13215 Decode result string.
13216
13217 * server.el (server-msg-size): New constant.
13218 (server-reply-print): New function.
13219 (server-eval-and-print): Use it.
13220 (server-eval-at): Use server-quote-arg and server-unquote-arg.
13221 Handle -print-nonl.
13222
13223 2012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
13224
13225 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
13226 (Bug#10987).
13227
13228 2012-03-11 Chong Yidong <cyd@gnu.org>
13229
13230 * simple.el (goto-line): Doc fix (Bug#9938).
13231
13232 * subr.el (save-window-excursion): Doc fix (Bug#9979).
13233
13234 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
13235 when finished (Bug#10963).
13236
13237 2012-03-11 Martin Rudalics <rudalics@gmx.at>
13238
13239 * window.el (split-window-below): Fix bug in case where
13240 split-window-keep-point is nil (Bug#10971).
13241
13242 2012-03-11 Juri Linkov <juri@jurta.org>
13243
13244 * replace.el (replace-highlight): Set isearch-word to nil
13245 unconditionally. (Bug#10887)
13246
13247 2012-03-10 Eli Zaretskii <eliz@gnu.org>
13248
13249 * net/mairix.el (mairix-replace-invalid-chars): Rename from
13250 mairix-replace-illegal-chars; all callers changed. Don't remove
13251 ^, ~, and = characters: they are meaningful in mairix search specs.
13252 (mairix-widget-create-query): Add usage information about mairix
13253 search forms: negating words, searching for substrings, etc.
13254
13255 2012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
13256
13257 * international/fontset.el (font-encoding-alist): Add an entry for
13258 ksx1001 (Bug#5667).
13259
13260 2012-03-10 Richard Stallman <rms@gnu.org>
13261
13262 * mail/sendmail.el (mail-encode-header):
13263 Set rfc2047-encode-encoded-words.
13264
13265 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
13266
13267 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
13268 view buffer means not swapped.
13269 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
13270 (rmail-write-region-annotate): Error if real text has disappeared.
13271
13272 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
13273
13274 2012-03-10 Chong Yidong <cyd@gnu.org>
13275
13276 * emulation/cua-rect.el (cua--init-rectangles):
13277 * emulation/cua-base.el (cua--init-keymaps):
13278 Add delete-forward-char to remappings (Bug#9666).
13279
13280 2012-03-10 Martin Rudalics <rudalics@gmx.at>
13281
13282 * speedbar.el (speedbar-unhighlight-one-tag-line):
13283 Avoid unhighlighting due to frame switching (Bug#10275).
13284
13285 2012-03-10 Chong Yidong <cyd@gnu.org>
13286
13287 * minibuffer.el (completion-in-region, completion-help-at-point):
13288 Give the completion field overlay a high priority (Bug#6830).
13289
13290 * dired.el (dired-goto-file): Recognize absolute file name
13291 listings (Bug#7126).
13292 (dired-goto-file-1): New helper function.
13293 (dired-toggle-read-only): Inhibit warnings.
13294
13295 2012-03-09 Michael Albinus <michael.albinus@gmx.de>
13296
13297 * net/dbus.el (dbus-property-handler): Return empty array if
13298 there are no properties.
13299
13300 2012-03-09 Leo Liu <sdl.web@gmail.com>
13301
13302 * savehist.el (savehist-printable): Stricter check for string
13303 value (Bug#10937).
13304
13305 2012-03-09 Eli Zaretskii <eliz@gnu.org>
13306
13307 * mail/smtpmail.el (smtpmail-send-it):
13308 Bind coding-system-for-write to *-unix, so that FCC files are kept in
13309 valid mbox format.
13310
13311 2012-03-09 Glenn Morris <rgm@gnu.org>
13312
13313 * files.el (dir-locals-find-file):
13314 Don't check result is regular, readable.
13315 (dir-locals-read-from-file): Demote errors.
13316
13317 2012-03-08 Eli Zaretskii <eliz@gnu.org>
13318
13319 * international/quail.el (quail-insert-kbd-layout):
13320 Insert invisible LRM characters before each character in a keyboard
13321 layout cell, to prevent their reordering by bidi display engine.
13322 For details, see the discussion in
13323 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
13324
13325 2012-03-08 Alan Mackenzie <acm@muc.de>
13326
13327 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
13328 the starting position; make it extend the marked region when
13329 invoked repeatedly - all under appropriate circumstances.
13330 Fixes bugs #5525, #10906.
13331
13332 2012-03-08 Glenn Morris <rgm@gnu.org>
13333
13334 * files.el (locate-dominating-file, dir-locals-find-file):
13335 Undo 2012-03-06 change.
13336
13337 2012-03-07 Eli Zaretskii <eliz@gnu.org>
13338
13339 * international/quail.el (quail-help):
13340 Force bidi-paragraph-direction be left-to-right. See discussion in
13341 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
13342 for the reason.
13343
13344 2012-03-07 Michael Albinus <michael.albinus@gmx.de>
13345
13346 Avoid superfluous registering of signals. (Bug#10807)
13347
13348 * notifications.el (notifications-on-action-object)
13349 (notifications-on-close-object): New defvars.
13350 (notifications-on-action-signal, notifications-on-closed-signal):
13351 Unregister the signal if not needed any longer.
13352 (notifications-notify): Register `notifications-action-signal' or
13353 `notifications-closed-signal', if :on-action or :on-close has been
13354 passed as argument.
13355
13356 2012-03-07 Chong Yidong <cyd@gnu.org>
13357
13358 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
13359 non-X platforms.
13360
13361 2012-03-06 Glenn Morris <rgm@gnu.org>
13362
13363 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
13364 (x-disown-selection-internal, x-get-selection-internal):
13365 Doc fix (add arglist signatures). (Bug#10783)
13366
13367 2012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
13368
13369 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
13370 Handle breakpoints with no "type".
13371
13372 2012-03-06 Glenn Morris <rgm@gnu.org>
13373
13374 * files.el (locate-dominating-file): Add optional predicate argument.
13375 (dir-locals-find-file): Make use of above change.
13376
13377 2012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
13378
13379 * info.el (Info-insert-dir): Also try "dir.gz".
13380
13381 2012-03-06 Glenn Morris <rgm@gnu.org>
13382
13383 * files.el (dir-locals-find-file):
13384 Ignore non-readable or non-regular files. (Bug#10928)
13385
13386 * files.el (locate-dominating-file): Doc fix.
13387
13388 2012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
13389
13390 * calendar/calendar.el (calendar-set-mode-line):
13391 `getenv' returns a string. (Bug#10951)
13392
13393 2012-03-05 Leo Liu <sdl.web@gmail.com>
13394
13395 * simple.el (backward-delete-char-untabify): Constrain point to
13396 field (Bug#10939).
13397
13398 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
13399
13400 2012-03-05 Chong Yidong <cyd@gnu.org>
13401
13402 * simple.el (count-words): If called from Lisp, return the word
13403 count, for symmetry with `count-lines'. Arglist changed.
13404 (count-words--message): Args changed. Consolidate counting code
13405 from count-words and count-words-region.
13406 (count-words-region): Caller changed.
13407 (count-lines-region): Make it an obsolete alias.
13408
13409 2012-03-04 Tassilo Horn <tassilo@member.fsf.org>
13410
13411 * saveplace.el (save-place-to-alist)
13412 (save-place-ignore-files-regexp): Allow value nil to disable this
13413 feature.
13414
13415 2012-03-04 Chong Yidong <cyd@gnu.org>
13416
13417 * faces.el (face-spec-reset-face): For the default face, reset the
13418 attributes to default values (Bug#10748).
13419
13420 2012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
13421
13422 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
13423 previous patch: Check `message-send-mail-function', and not the
13424 default function (bug#10897).
13425
13426 2012-03-04 Michael Albinus <michael.albinus@gmx.de>
13427
13428 * notifications.el (notifications-on-action-signal)
13429 (notifications-on-closed-signal): Check for unique service name of
13430 incoming event. Fix error in removing entry.
13431 (top): Register for signals with wildcard service name.
13432 (notifications-notify): Use daemon unique service name for map entries.
13433
13434 2012-03-04 Chong Yidong <cyd@gnu.org>
13435
13436 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
13437
13438 2012-03-04 Glenn Morris <rgm@gnu.org>
13439
13440 * abbrev.el (copy-abbrev-table, abbrev-table-p)
13441 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
13442 (expand-abbrev, define-abbrev-table): Doc fixes.
13443
13444 2012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
13445
13446 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
13447 `message-default-send-mail-function' and not `send-mail-function'
13448 when doing the prompting for `sendmail-query-once' before sending
13449 in Message buffers (bug#10897).
13450
13451 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
13452 This is inconsistent with all the other stream functions, which leave
13453 the setting up to the higher levels (if so wanted) (bug#10931).
13454
13455 2012-03-02 Alan Mackenzie <acm@muc.de>
13456
13457 Depessimize the handling of very large macros.
13458
13459 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
13460 (c-macro-cache-syntactic): New variables to implement a one
13461 element macro cache.
13462 (c-invalidate-macro-cache): New function.
13463 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
13464 Adapt to use the new cache.
13465 (c-state-safe-place): Use better the cache of safe positions.
13466 (c-state-semi-nonlit-pos-cache)
13467 (c-state-semi-nonlit-pos-cache-limit):
13468 New variables for...
13469 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
13470 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
13471 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
13472 Use c-state-semi-safe-place.
13473
13474 * progmodes/cc-langs.el (c-get-state-before-change-functions):
13475 Add c-invalidate-macro-cache to the C, C++, Obj entries.
13476
13477 2012-03-02 Michael Albinus <michael.albinus@gmx.de>
13478
13479 * jka-compr.el (jka-compr-call-process):
13480 Apply `file-accessible-directory-p' only when the default directory is
13481 not remote.
13482
13483 2012-03-01 Michael Albinus <michael.albinus@gmx.de>
13484
13485 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
13486 access of FILE2, if FILE1 does not exist.
13487
13488 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
13489 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
13490
13491 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
13492 Add "PAGER=" to `process-environment'.
13493
13494 2012-03-01 Michael R. Mauger <mmaug@yahoo.com>
13495
13496 * progmodes/sql.el: Bug fix
13497 (sql-get-login-ext): Save login values in globals.
13498 (sql-get-login): Use new version of `sql-get-login-ext'.
13499 (sql-interactive-mode): Set global `sql-connection' to nil.
13500 (sql-connect): Set global values for connection.
13501 (sql-product-interactive): Save global values as buffer local.
13502
13503 2012-02-29 Leo Liu <sdl.web@gmail.com>
13504
13505 * abbrev.el (define-abbrevs): Reset sys to nil.
13506
13507 2012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
13508
13509 * files.el (file-equal-p): Rename from `files-equal-p'.
13510 Return nil when one or both files don't exist.
13511 (file-subdir-of-p): Now only top directory must exists,
13512 return nil if it doesn't.
13513 (copy-directory): No need to test with `file-subdir-of-p' after
13514 creating dir.
13515 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
13516 to `file-equal-p'.
13517
13518 2012-02-28 Glenn Morris <rgm@gnu.org>
13519
13520 * shell.el (shell-mode):
13521 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
13522 * play/landmark.el (landmark-font-lock-face-O):
13523 * play/handwrite.el (handwrite):
13524 * play/gomoku.el (gomoku-O):
13525 * net/browse-url.el (browse-url-browser-display):
13526 * international/mule.el (define-charset):
13527 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
13528 * filesets.el (filesets-find-file-delay):
13529 * eshell/em-xtra.el (eshell-xtra):
13530 * eshell/em-unix.el (eshell-grep):
13531 * emulation/viper.el (viper-mode):
13532 * emacs-lisp/regexp-opt.el (regexp-opt-group):
13533 * emacs-lisp/easymenu.el (easy-menu-define):
13534 * calendar/timeclock.el (timeclock-use-display-time):
13535 * bs.el (bs-mode):
13536 * bookmark.el (bookmark-save-flag):
13537 Doc fix (standardize possessive apostrophe usage).
13538
13539 2012-02-27 Chong Yidong <cyd@gnu.org>
13540
13541 * emulation/viper-cmd.el (viper-intercept-ESC-key):
13542 Fix key-binding lookup for ESC key (Bug#9146).
13543
13544 * font-lock.el (font-lock-specified-p): Rename from
13545 font-lock-spec-present. Callers changed.
13546
13547 2012-02-27 Daniel Hackney <dan@haxney.org>
13548
13549 * emacs-lisp/package.el (package-compute-transaction):
13550 Handle holding a package version to t in package-load-list.
13551
13552 2012-02-26 Michael Albinus <michael.albinus@gmx.de>
13553
13554 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
13555 (tramp-get-inode, tramp-get-device): Use cached values.
13556
13557 2012-02-26 Alan Mackenzie <acm@muc.de>
13558
13559 Check there is a font-lock specification before doing initial
13560 fontification.
13561
13562 * font-core.el (font-lock-mode): Move the conditional from
13563 :after-hook to font-lock-initial-fontify.
13564 (font-lock-default-function): Move the check for a specification
13565 to font-lock-spec-present.
13566
13567 * font-lock.el (font-lock-initial-fontify): Call ...
13568 (font-lock-spec-present): New function.
13569
13570 2012-02-26 Jim Blandy <jimb@red-bean.com>
13571
13572 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
13573 (gdb-send): Apply it to the operand of the '-interpreter-exec
13574 console' command, so that we can pass arguments with (say) quotes
13575 in them. Store exact string sent in gdb-debug-log (Bug#10765).
13576
13577 2012-02-26 Chong Yidong <cyd@gnu.org>
13578
13579 * help-fns.el (describe-function-1): Clarify description of
13580 remapping (Bug#10844).
13581
13582 * files.el (files-equal-p): Doc fix.
13583 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
13584 and quit the loop once a mismatch is found.
13585
13586 2012-02-25 Juanma Barranquero <lekktu@gmail.com>
13587
13588 * bs.el (bs--show-with-configuration): Don't throw an error
13589 if the window cannot be split; otherwise, subsequent calls to
13590 bs-show fail, restoring a stale window config. (Bug#10882)
13591
13592 2012-02-25 Jan Djärv <jan.h.d@swipnet.se>
13593
13594 * term/ns-win.el (global-map): Bind ns-drag-file to
13595 ns-find-file (Bug#5855, Bug#10050).
13596
13597 2012-02-25 Andreas Schwab <schwab@linux-m68k.org>
13598
13599 * calendar/parse-time.el (parse-time-string): Allow extractor to
13600 return nil.
13601
13602 2012-02-25 Michael Albinus <michael.albinus@gmx.de>
13603
13604 * net/tramp.el (tramp-file-name-for-operation):
13605 Add `files-equal-p' and `file-subdir-of-p'.
13606
13607 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
13608 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
13609 Add COPY-CONTENTS argument.
13610
13611 2012-02-25 Chong Yidong <cyd@gnu.org>
13612
13613 Add custom groups for VC backends, for consistency with vc-bzr.
13614
13615 * vc/vc-arch.el (vc-arch):
13616 * vc/vc-cvs.el (vc-cvs):
13617 * vc/vc-git.el (vc-git):
13618 * vc/vc-hg.el (vc-hg):
13619 * vc/vc-mtn.el (vc-mtn):
13620 * vc/vc-rcs.el (vc-rcs):
13621 * vc/vc-sccs.el (vc-sccs):
13622 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
13623 All relevant defcustoms reassigned.
13624
13625 2012-02-25 Chong Yidong <cyd@gnu.org>
13626
13627 * newcomment.el (comment-styles): Add autoload (Bug#10868).
13628
13629 * term/x-win.el (x-initialize-window-system): Reduce default for
13630 x-selection-timeout to 5 seconds (Bug#8869).
13631
13632 2012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
13633
13634 * files.el (files-equal-p, file-subdir-of-p): New functions.
13635 (copy-directory): Error when trying to copy a directory on itself.
13636 Add missing copy-contents arg to tramp handler.
13637 * dired-aux.el (dired-copy-file-recursive): Same.
13638 (dired-create-files): Modify destination when source is equal to
13639 dest when copying files.
13640 Return also when dest is a subdir of source. (Bug#10489)
13641
13642 2012-02-24 Michael Albinus <michael.albinus@gmx.de>
13643
13644 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
13645 (Bug#10874)
13646
13647 2012-02-23 Alan Mackenzie <acm@muc.de>
13648
13649 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
13650 parameter "after-hook:" to allow the expansion to run code after
13651 the execution of the mode hooks.
13652
13653 * font-lock.el (font-lock-initial-fontify): New function extracted
13654 from font-lock-mode-internal.
13655
13656 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
13657 :after-hook.
13658
13659 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
13660
13661 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
13662 (completion--cache-all-sorted-completions): New function.
13663 (completion-all-sorted-completions): Use it.
13664 (completion--do-completion, minibuffer-force-complete):
13665 Use it to re-instate the flush hook.
13666
13667 * icomplete.el (icomplete-completions): Replace last fix with a better
13668 one (bug#10850).
13669
13670 2012-02-23 Dmitry Gutov <dgutov@yandex.ru>
13671
13672 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
13673 when it might call us back infinitely (bug#10797).
13674
13675 2012-02-23 Glenn Morris <rgm@gnu.org>
13676
13677 * minibuffer.el (completion-category-overrides): Doc fix.
13678
13679 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
13680
13681 * minibuffer.el (completion-table-with-context): Fix inf-loop.
13682 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
13683
13684 2012-02-23 Glenn Morris <rgm@gnu.org>
13685
13686 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
13687 (authors-obsolete-files-regexps, authors-ignored-files)
13688 (authors-ambiguous-files, authors-renamed-files-alist):
13689 Add more entries.
13690
13691 2012-02-23 Juri Linkov <juri@jurta.org>
13692
13693 * isearch.el (isearch-occur): Sync interactive spec with occur's
13694 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
13695
13696 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
13697
13698 2012-02-22 Juri Linkov <juri@jurta.org>
13699
13700 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
13701 (ucs-insert): Doc fix. Check for hex digits in the string.
13702 Don't display `nil' in the error message. (Bug#10857)
13703
13704 2012-02-22 Alan Mackenzie <acm@muc.de>
13705
13706 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
13707
13708 2012-02-22 Glenn Morris <rgm@gnu.org>
13709
13710 * ffap.el (ffap-c-path):
13711 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
13712
13713 2012-02-22 Chong Yidong <cyd@gnu.org>
13714
13715 * custom.el (load-theme): Doc fix.
13716
13717 2012-02-22 Glenn Morris <rgm@gnu.org>
13718
13719 * dired-x.el (dired-guess-shell-alist-default):
13720 Remove escape sequences from nroff output. (Bug#172)
13721
13722 2012-02-21 Glenn Morris <rgm@gnu.org>
13723
13724 * vc/emerge.el (emerge-defvar-local):
13725 Set `permanent-local' property rather than unused `preserved'.
13726
13727 * textmodes/picture.el (picture-delete-char): New alias.
13728 (picture-mode-map): Use it. (Bug#10860)
13729 (picture-mode): Doc fix.
13730
13731 2012-02-21 Juanma Barranquero <lekktu@gmail.com>
13732
13733 * newcomment.el (uncomment-region-default): Remove unused binding.
13734
13735 2012-02-21 Glenn Morris <rgm@gnu.org>
13736
13737 * textmodes/picture.el (picture-motion, picture-motion-reverse)
13738 (picture-self-insert, picture-tab-chars): Doc fix.
13739 (picture-mode-map): Fix C-a, C-e.
13740
13741 2012-02-20 Glenn Morris <rgm@gnu.org>
13742
13743 * emacs-lisp/authors.el (authors-aliases): Add another entry.
13744
13745 2012-02-20 Leo Liu <sdl.web@gmail.com>
13746
13747 * icomplete.el (icomplete-completions): Check FROM arg before
13748 passing to substring (Bug#10850).
13749
13750 2012-02-19 Chong Yidong <cyd@gnu.org>
13751
13752 * comint.el: Require ansi-color.
13753 (comint-output-filter-functions): Add ansi-color-process-output.
13754
13755 * ansi-color.el: Don't set comint-output-filter-functions; it is
13756 now in the initial value defined in comint.el.
13757 (ansi-color-apply-face-function): New variable.
13758 (ansi-color-apply-on-region): Use it.
13759 (ansi-color-apply-overlay-face): New function.
13760
13761 * shell.el (shell): No need to require ansi-color.
13762 (shell-mode): Use ansi-color-apply-face-function to highlight
13763 color escapes using font-lock-face property (Bug#10835).
13764
13765 2012-02-19 Chong Yidong <cyd@gnu.org>
13766
13767 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
13768 mode-line formats (Bug#10839).
13769
13770 2012-02-18 Glenn Morris <rgm@gnu.org>
13771
13772 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
13773
13774 * mail/undigest.el (unforward-rmail-message): Doc fix.
13775
13776 * saveplace.el (save-place-ignore-files-regexp): Add :version.
13777
13778 2012-02-18 Eli Zaretskii <eliz@gnu.org>
13779
13780 * international/characters.el (script-list): Sync with the latest
13781 Unicode Character Database.
13782
13783 2012-02-18 Andreas Schwab <schwab@linux-m68k.org>
13784
13785 * international/titdic-cnv.el: Remove duplicate coding tag.
13786 * language/cham.el: Likewise.
13787 * language/tai-viet.el: Likewise.
13788
13789 2012-02-18 Glenn Morris <rgm@gnu.org>
13790
13791 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
13792 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
13793 (calendar-bahai-all-holidays-flag, calendar-other-dates):
13794 * calendar/diary-lib.el (diary-abbreviated-year-flag):
13795 * calendar/holidays.el (holiday-bahai-holidays)
13796 (calendar-holidays, list-holidays):
13797 Use utf-8 Bahá'í in doc-strings, menus, etc.
13798
13799 2012-02-17 Tassilo Horn <tassilo@member.fsf.org>
13800
13801 * saveplace.el (save-place-ignore-files-regexp): New variable
13802 allowing for excluding files from saving their location of point.
13803 The default value matches the temporary commit message editing
13804 files from Git, SVN, Bazaar, and Mercurial.
13805 (save-place-to-alist): Use it.
13806
13807 2012-02-17 Lawrence Mitchell <wence@gmx.li>
13808 Stefan Monnier <monnier@iro.umontreal.ca>
13809
13810 * newcomment.el (uncomment-region-default): Don't leave extra space
13811 when an arg is provided (bug#8150).
13812
13813 2012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
13814
13815 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
13816
13817 2012-02-17 Glenn Morris <rgm@gnu.org>
13818
13819 * net/socks.el: Require network-stream. (Bug#10599)
13820
13821 2012-02-17 Kenichi Handa <handa@m17n.org>
13822
13823 * international/charprop.el:
13824 * international/uni-name.el:
13825 * international/uni-old-name.el:
13826 * international/uni-comment.el: Regenerate.
13827
13828 2012-02-16 Glenn Morris <rgm@gnu.org>
13829
13830 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
13831 Interactively in calendar buffer, give an error if not on a date.
13832
13833 2012-02-15 Glenn Morris <rgm@gnu.org>
13834
13835 * shell.el (shell-delimiter-argument-list):
13836 Revert 2011-02-17 change. (Bug#8027)
13837
13838 2012-02-15 Chong Yidong <cyd@gnu.org>
13839
13840 * minibuffer.el (completion-at-point-functions): Doc fix.
13841
13842 * custom.el (defcustom): Doc fix; note use of defvar.
13843
13844 2012-02-15 Glenn Morris <rgm@gnu.org>
13845
13846 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
13847 Doc fixes.
13848
13849 2012-02-14 Glenn Morris <rgm@gnu.org>
13850
13851 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
13852
13853 2012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
13854
13855 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
13856 way the ports list is computed.
13857 (smtpmail-query-smtp-server): Prompt the user for a port number if
13858 we can't connect to any of the standard ports (bug#10810).
13859
13860 2012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
13861
13862 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
13863
13864 2012-02-13 Glenn Morris <rgm@gnu.org>
13865
13866 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
13867
13868 2012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
13869
13870 * net/gnutls.el (gnutls-trustfiles): New variable.
13871 (gnutls-negotiate): Use it.
13872
13873 2012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
13874
13875 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
13876 does its stuff if Gnus is running.
13877
13878 2012-02-13 Alan Mackenzie <acm@muc.de>
13879
13880 Fix a loop in c-set-fl-decl-start.
13881
13882 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
13883 c-backward-syntactic-ws actually moves backwards.
13884
13885 2012-02-13 Leo Liu <sdl.web@gmail.com>
13886
13887 * net/rcirc.el (rcirc-markup-attributes): Move point to the
13888 beginning so that all \C-o chars are removed.
13889
13890 2012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
13891
13892 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
13893
13894 2012-02-12 Alan Mackenzie <acm@muc.de>
13895
13896 Fix infinite loop with long macros.
13897 * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
13898
13899 2012-02-12 Chong Yidong <cyd@gnu.org>
13900
13901 * window.el (display-buffer): Doc fix (Bug#10785).
13902
13903 2012-02-12 Glenn Morris <rgm@gnu.org>
13904
13905 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
13906 (x-disown-selection-internal, x-get-selection-internal):
13907 Sync docs with the xselect.c versions.
13908
13909 * allout-widgets.el: Add missing license notice.
13910
13911 2012-02-11 Glenn Morris <rgm@gnu.org>
13912
13913 * select.el (x-get-selection-internal, x-own-selection-internal)
13914 (x-disown-selection-internal):
13915 * x-dnd.el (x-get-selection-internal): Update declarations.
13916
13917 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
13918
13919 * window.el (window-sides-slots):
13920 * tool-bar.el (tool-bar-position):
13921 * term/xterm.el (xterm-extra-capabilities):
13922 * ses.el (ses-self-reference-early-detection):
13923 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
13924 (verilog-auto-wire-type)
13925 (verilog-auto-delete-trailing-whitespace)
13926 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
13927 (verilog-auto-tieoff-declaration):
13928 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
13929 (sql-oracle-statement-starters, sql-oracle-scan-on):
13930 * progmodes/prolog.el (prolog-align-comments-flag)
13931 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
13932 (prolog-left-indent-regexp, prolog-paren-indent-p)
13933 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
13934 (prolog-types, prolog-mode-specificators)
13935 (prolog-determinism-specificators, prolog-directives)
13936 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
13937 (prolog-electric-dot-flag)
13938 (prolog-electric-dot-full-predicate-template)
13939 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
13940 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
13941 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
13942 (prolog-program-switches, prolog-prompt-regexp)
13943 (prolog-debug-on-string, prolog-debug-off-string)
13944 (prolog-trace-on-string, prolog-trace-off-string)
13945 (prolog-zip-on-string, prolog-zip-off-string)
13946 (prolog-use-standard-consult-compile-method-flag)
13947 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
13948 (prolog-imenu-max-lines, prolog-info-predicate-index)
13949 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
13950 (prolog-char-quote-workaround):
13951 * progmodes/cc-vars.el (c-defun-tactic):
13952 * net/tramp.el (tramp-encoding-command-interactive)
13953 (tramp-local-end-of-line):
13954 * net/soap-client.el (soap-client):
13955 * net/netrc.el (netrc-file):
13956 * net/gnutls.el (gnutls):
13957 * minibuffer.el (completion-category-overrides)
13958 (completion-cycle-threshold)
13959 (completion-pcm-complete-word-inserts-delimiters):
13960 * man.el (Man-name-local-regexp):
13961 * mail/feedmail.el (feedmail-display-full-frame):
13962 * international/characters.el (glyphless-char-display-control):
13963 * eshell/em-ls.el (eshell-ls-date-format):
13964 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
13965 (lisp-lambda-list-keyword-parameter-indentation)
13966 (lisp-lambda-list-keyword-parameter-alignment):
13967 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
13968 * dired-x.el (dired-omit-verbose):
13969 * cus-theme.el (custom-theme-allow-multiple-selections):
13970 * calc/calc.el (calc-highlight-selections-with-faces)
13971 (calc-lu-field-reference, calc-lu-power-reference)
13972 (calc-note-threshold):
13973 * battery.el (battery-mode-line-limit):
13974 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
13975 (archive-7z-update):
13976 * allout.el (allout-prefixed-keybindings)
13977 (allout-unprefixed-keybindings)
13978 (allout-inhibit-auto-fill-on-headline)
13979 (allout-flattened-numbering-abbreviation):
13980 * allout-widgets.el (allout-widgets-auto-activation)
13981 (allout-widgets-icons-dark-subdir)
13982 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
13983 (allout-widgets-theme-dark-background)
13984 (allout-widgets-theme-light-background)
13985 (allout-widgets-item-image-properties-emacs)
13986 (allout-widgets-item-image-properties-xemacs)
13987 (allout-widgets-run-unit-tests-on-load)
13988 (allout-widgets-time-decoration-activity)
13989 (allout-widgets-hook-error-post-time)
13990 (allout-widgets-track-decoration):
13991 Add missing :version tags to new defcustoms and defgroups.
13992
13993 * progmodes/sql.el (sql-ansi-statement-starters)
13994 (sql-oracle-statement-starters): Add custom type.
13995
13996 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
13997 (prolog-system-version): Give it a type.
13998
13999 2012-02-11 Eli Zaretskii <eliz@gnu.org>
14000
14001 * term/pc-win.el (x-select-text, x-selection-owner-p)
14002 (x-own-selection-internal, x-disown-selection-internal)
14003 (x-get-selection-internal): Sync doc strings and argument lists
14004 with xselect.c, common-win.el and x-win.el. (Bug#10783)
14005
14006 2012-02-11 Leo Liu <sdl.web@gmail.com>
14007
14008 * progmodes/python.el (python-end-of-statement): Fix infinite
14009 loop. (Bug#10788)
14010
14011 2012-02-10 Glenn Morris <rgm@gnu.org>
14012
14013 * international/mule-cmds.el (unify-8859-on-encoding-mode)
14014 (unify-8859-on-decoding-mode): Properly mark as obsolete.
14015
14016 2012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
14017
14018 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
14019 about SMTP before checking the From header.
14020
14021 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
14022 into own function for reuse by emacsbug.el.
14023
14024 2012-02-10 Leo Liu <sdl.web@gmail.com>
14025
14026 * subr.el (condition-case-unless-debug): Rename from
14027 condition-case-no-debug. All callers changed.
14028 (with-demoted-errors): Fix caller.
14029
14030 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
14031 * nxml/rng-valid.el (rng-do-some-validation):
14032 * emacs-lisp/package.el (package-refresh-contents)
14033 (package-menu-execute):
14034 * desktop.el (desktop-create-buffer):
14035 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
14036
14037 2012-02-10 Glenn Morris <rgm@gnu.org>
14038
14039 * textmodes/bibtex.el:
14040 Add missing :version tags for new/changed defcustoms.
14041
14042 * files.el (remote-file-name-inhibit-cache): Doc fixes.
14043
14044 2012-02-09 Lars Ingebrigtsen <larsi@rusty>
14045
14046 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
14047 (smtpmail-via-smtp): Use it, or fall back on the From address.
14048 (smtpmail-send-it): Ditto.
14049
14050 2012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
14051
14052 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
14053 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
14054 (byte-compile-tmp-var): New const.
14055 (byte-compile-defvar): Use it to minimize .elc size.
14056 Just use `defvar' rather than simulate it (bug#10761).
14057
14058 2012-02-09 Glenn Morris <rgm@gnu.org>
14059
14060 * files.el (rename-uniquely): Doc fix. (Bug#3806)
14061
14062 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
14063 Add :version tags.
14064
14065 * progmodes/compile.el (compilation-error-screen-columns)
14066 (compilation-first-column, compilation-filter-start): Doc fixes.
14067
14068 * vc/log-view.el (log-view-toggle-entry-display):
14069 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
14070
14071 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
14072 (report-emacs-bug-can-use-xdg-email):
14073 (report-emacs-bug-insert-to-mailer): Doc fixes.
14074 (report-emacs-bug): Message fix.
14075
14076 * net/browse-url.el (browse-url-can-use-xdg-open)
14077 (browse-url-xdg-open): Doc fixes.
14078
14079 * electric.el (electric-indent-mode, electric-pair-mode)
14080 (electric-layout-rules, electric-layout-mode): Doc fixes.
14081 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
14082
14083 2012-02-08 Martin Rudalics <rudalics@gmx.at>
14084
14085 * server.el (server-unselect-display): Don't inadvertently kill
14086 the current buffer. (Bug#10729)
14087
14088 2012-02-08 Glenn Morris <rgm@gnu.org>
14089
14090 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
14091 (sql-list-table): Doc fixes.
14092
14093 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
14094 Comment out (does nothing).
14095
14096 * completion.el (dynamic-completion-mode):
14097 * dirtrack.el (dirtrack-debug-mode):
14098 * electric.el (electric-layout-mode):
14099 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
14100 * face-remap.el (text-scale-mode, buffer-face-mode):
14101 * iimage.el (iimage-mode):
14102 * image-mode.el (image-transform-mode):
14103 * minibuffer.el (completion-in-region-mode):
14104 * scroll-lock.el (scroll-lock-mode):
14105 * simple.el (next-error-follow-minor-mode):
14106 * tar-mode.el (tar-subfile-mode):
14107 * tooltip.el (tooltip-mode):
14108 * vcursor.el (vcursor-use-vcursor-map):
14109 * wid-browse.el (widget-minor-mode):
14110 * emulation/tpu-edt.el (tpu-edt-mode):
14111 * emulation/tpu-extras.el (tpu-cursor-free-mode):
14112 * international/iso-ascii.el (iso-ascii-mode):
14113 * language/thai-util.el (thai-word-mode):
14114 * mail/supercite.el (sc-minor-mode):
14115 * net/goto-addr.el (goto-address-mode):
14116 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
14117 * progmodes/cwarn.el (cwarn-mode):
14118 * progmodes/flymake.el (flymake-mode):
14119 * progmodes/glasses.el (glasses-mode):
14120 * progmodes/hideshow.el (hs-minor-mode):
14121 * progmodes/pascal.el (pascal-outline-mode):
14122 * textmodes/enriched.el (enriched-mode):
14123 * vc/smerge-mode.el (smerge-mode):
14124 Doc fixes (minor mode argument).
14125
14126 2012-02-07 Eli Zaretskii <eliz@gnu.org>
14127
14128 * ls-lisp.el (ls-lisp-sanitize): New function.
14129 (ls-lisp-insert-directory): Use it to fix or remove any elements
14130 in file-alist with missing attributes. (Bug#4673)
14131
14132 2012-02-07 Alan Mackenzie <acm@muc.de>
14133
14134 Fix spurious recognition of c-in-knr-argdecl.
14135
14136 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
14137 putative K&R region.
14138
14139 2012-02-07 Alan Mackenzie <acm@muc.de>
14140
14141 * progmodes/cc-engine.el (c-forward-objc-directive):
14142 Prevent looping in "#pragma mark @implementation".
14143
14144 2012-02-07 Michael Albinus <michael.albinus@gmx.de>
14145
14146 * notifications.el (notifications-on-closed-signal): Make `reason'
14147 optional. (Bug#10744)
14148
14149 2012-02-07 Glenn Morris <rgm@gnu.org>
14150
14151 * emacs-lisp/easy-mmode.el (define-minor-mode):
14152 Doc fixes for the macro and the mode it defines.
14153
14154 * image.el (imagemagick-types-inhibit): Doc fix.
14155
14156 * cus-start.el (imagemagick-render-type): Add it.
14157
14158 2012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
14159
14160 * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
14161 Set the default at load time, too, so that `font-lock-fontify-buffer'
14162 can be called without setting up the entire mode first. This fixes
14163 a bug in `mm-inline-text' with C MIME parts.
14164
14165 2012-02-06 Chong Yidong <cyd@gnu.org>
14166
14167 * simple.el (list-processes--refresh): Delete exited processes
14168 (Bug#8094).
14169
14170 * comint.el (comint-next-prompt): next-single-char-property-change
14171 and prev-single-char-property-change never return nil (Bug#8657).
14172
14173 * custom.el (defcustom): Doc fix (Bug#9711).
14174
14175 2012-02-05 Chong Yidong <cyd@gnu.org>
14176
14177 * cus-edit.el (custom-variable-reset-backup): Quote the value
14178 before storing it in the customized-value property (Bug#6712).
14179 (custom-display): Add a customization type tag.
14180 (custom-buffer-create-internal): Improve tooltip message.
14181
14182 * wid-edit.el (widget-field-value-get): New optional arg to
14183 suppress trailing whitespace truncation.
14184 (character): Use it (Bug#2689).
14185
14186 2012-02-05 Andreas Schwab <schwab@linux-m68k.org>
14187
14188 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
14189 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
14190
14191 2012-02-05 Chong Yidong <cyd@gnu.org>
14192
14193 * cus-edit.el (custom-variable-value-create): For mismatched
14194 types, show the current value (Bug#7600).
14195
14196 * custom.el (defcustom): Doc fix.
14197
14198 2012-02-05 Glenn Morris <rgm@gnu.org>
14199
14200 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
14201
14202 2012-02-05 Juanma Barranquero <lekktu@gmail.com>
14203
14204 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
14205 (pp-buffer): Use `ignore-errors', `looking-at-p'.
14206 (pp-last-sexp): Use `looking-at-p'.
14207
14208 2012-02-04 Glenn Morris <rgm@gnu.org>
14209
14210 * files.el (revert-buffer):
14211 Doc fix (mention revert-buffer-in-progress-p).
14212
14213 * emacs-lisp/ert-x.el (ert-simulate-command):
14214 Check deferred-action-list (which is obsolete) is bound.
14215
14216 * subr.el (with-wrapper-hook): Doc fixes.
14217
14218 * simple.el (filter-buffer-substring-functions)
14219 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
14220
14221 2012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
14222
14223 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
14224 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
14225
14226 2012-02-04 Leo Liu <sdl.web@gmail.com>
14227
14228 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
14229
14230 2012-02-04 Glenn Morris <rgm@gnu.org>
14231
14232 * image.el (image-extension-data): Add obsolete alias.
14233
14234 * isearch.el (isearch-update): Doc fix.
14235
14236 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
14237
14238 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
14239
14240 2012-02-03 Glenn Morris <rgm@gnu.org>
14241
14242 * image.el (image-animated-p): Doc fix. Use image-animated-types.
14243 (image-animate-timeout): Doc fix.
14244
14245 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
14246
14247 2012-02-02 Glenn Morris <rgm@gnu.org>
14248
14249 * server.el (server-auth-dir): Doc fix.
14250 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
14251
14252 * subr.el (run-mode-hooks): Doc fix.
14253
14254 2012-02-02 Juri Linkov <juri@jurta.org>
14255
14256 * image-mode.el (image-toggle-display-image): Remove tautological
14257 `major-mode' from the `derived-mode-p' test.
14258
14259 2012-02-02 Kenichi Handa <handa@m17n.org>
14260
14261 * composite.el (compose-region): Cancel previous change.
14262
14263 2012-02-02 Kenichi Handa <handa@m17n.org>
14264
14265 * composite.el (compose-region, compose-string): Signal error for
14266 a null string component (Bug#6988).
14267
14268 2012-02-01 Chong Yidong <cyd@gnu.org>
14269
14270 * view.el (view-buffer-other-window, view-buffer-other-frame):
14271 Handle special modes like view-buffer (Bug#10650).
14272 (view-buffer): Simplify.
14273
14274 * frame.el (set-frame-font): Tweak meaning of third argument.
14275
14276 * dynamic-setting.el (font-setting-change-default-font):
14277 Use set-frame-font (Bug#9982).
14278
14279 2012-02-01 Glenn Morris <rgm@gnu.org>
14280
14281 * progmodes/compile.el (compilation-internal-error-properties):
14282 Respect compilation-first-column in the "*compilation*" buffer.
14283
14284 * emacs-lisp/easy-mmode.el (define-minor-mode):
14285 Relax :variable's test for a named function.
14286
14287 2012-01-31 Alan Mackenzie <acm@muc.de>
14288
14289 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
14290 off by one error.
14291
14292 2012-01-31 Chong Yidong <cyd@gnu.org>
14293
14294 * frame.el (set-frame-font): New arg ALL-FRAMES.
14295
14296 * menu-bar.el (menu-set-font): Use set-frame-font.
14297
14298 * faces.el (face-spec-reset-face): Don't apply unspecified
14299 attribute values to the default face.
14300
14301 2012-01-31 Juanma Barranquero <lekktu@gmail.com>
14302
14303 * progmodes/cwarn.el (cwarn): Remove dead link.
14304 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
14305 Remove * from defcustom docstrings.
14306 (turn-on-cwarn-mode): Make obsolete.
14307 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
14308 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
14309
14310 2012-01-31 Glenn Morris <rgm@gnu.org>
14311
14312 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
14313 Fix :variable handling of mode a symbol not equal to modefun.
14314 Allow named functions to be used as the cdr of :variable.
14315
14316 2012-01-30 Glenn Morris <rgm@gnu.org>
14317
14318 * emacs-lisp/authors.el (authors-fixed-entries):
14319 Remove reference to deleted file rnewspost.el.
14320
14321 2012-01-29 Juanma Barranquero <lekktu@gmail.com>
14322
14323 * window.el (window-with-parameter): Remove unused variable `windows'.
14324 (window--side-check): Remove unused variable `code'.
14325 (window--resize-siblings): Remove unused variable `first'.
14326 (adjust-window-trailing-edge): Remove unused variable `failed'.
14327 (window-deletable-p, window--delete): Remove unused variable `buffer'.
14328 Use `let', not `let*'.
14329 (balance-windows-2): Remove unused variable `found'.
14330 (window--state-put-2): Remove unused variable `splits'.
14331 (window-state-put): Remove unused variable `selected'.
14332 (same-window-p): Use `string-match-p'.
14333 (display-buffer-assq-regexp): Remove unused variable `value'.
14334 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
14335 Mark argument ALIST as ignored.
14336 (pop-to-buffer): Remove unused variable `old-window'.
14337
14338 2012-01-29 Eli Zaretskii <eliz@gnu.org>
14339
14340 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
14341 and .lzma compressed files.
14342
14343 2012-01-29 Chong Yidong <cyd@gnu.org>
14344
14345 * frame.el (window-system-default-frame-alist): Doc fix.
14346
14347 * dynamic-setting.el (font-setting-change-default-font): Don't
14348 change the default face if SET-FONT argument is non-nil (Bug#9982).
14349
14350 2012-01-29 Samuel Bronson <naesten@gmail.com>
14351
14352 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
14353
14354 2012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
14355
14356 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
14357 breakpoints in files outside current directory (Bug#6098).
14358
14359 2012-01-29 Chong Yidong <cyd@gnu.org>
14360
14361 * progmodes/python.el: Require ansi-color at top-level.
14362
14363 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
14364 Define and use in Emacs Lisp mode (Bug#9360).
14365 (lisp-mode-abbrev-table): Add doc.
14366 (lisp-mode-variables): Don't set local-abbrev-table.
14367 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
14368
14369 2012-01-28 Roland Winkler <winkler@gnu.org>
14370
14371 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
14372
14373 2012-01-28 Roland Winkler <winkler@gnu.org>
14374
14375 * textmodes/bibtex.el (bibtex-entry-alist): New function.
14376 (bibtex-set-dialect): Use it. Either set global values of
14377 dialect-dependent variables or bind these variables buffer-locally
14378 (Bug#10254).
14379 (bibtex-mode): Call bibtex-set-dialect via
14380 hack-local-variables-hook.
14381 (bibtex-dialect): Update docstring.
14382 Add safe-local-variable predicate.
14383 (bibtex-entry-alist, bibtex-field-alist): Initialize via
14384 bibtex-set-dialect.
14385 (bibtex-mode-map): Define menu for each dialect.
14386 (bibtex-entry): Fix docstring.
14387
14388 2012-01-28 Chong Yidong <cyd@gnu.org>
14389
14390 * eshell/esh-arg.el (eshell-quote-argument): New function.
14391
14392 * eshell/esh-ext.el (eshell-invoke-batch-file):
14393 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
14394 first arg to eshell-parse-command (Bug#10523).
14395
14396 2012-01-28 Drew Adams <drew.adams@oracle.com>
14397
14398 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
14399 `default-directory' is non-nil.
14400
14401 2012-01-28 Eli Zaretskii <eliz@gnu.org>
14402
14403 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
14404 line that displays system-configuration-options. (Bug#9924)
14405
14406 2012-01-28 Drew Adams <drew.adams@oracle.com>
14407
14408 * descr-text.el (describe-char): Show information about POS, in
14409 addition to information about the character at POS. Improve and
14410 update the doc string. Change "code point" to "code point in
14411 charset", to avoid confusion with the character's Unicode code
14412 point shown above that. (Bug#10129)
14413
14414 2012-01-28 Eli Zaretskii <eliz@gnu.org>
14415
14416 * descr-text.el (describe-char): Show the raw character, not only
14417 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
14418 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
14419 for the reasons.
14420
14421 2012-01-28 Phil Hagelberg <phil@hagelb.org>
14422
14423 * emacs-lisp/package.el (package-install):
14424 Run package-refresh-contents if there is no archive yet (Bug#9798).
14425
14426 2012-01-28 Chong Yidong <cyd@gnu.org>
14427
14428 * emacs-lisp/package.el (package-maybe-load-descriptor):
14429 New function, split from package-maybe-load-descriptor.
14430 (package-maybe-load-descriptor): Use it.
14431 (package-download-transaction): Fully load required packages
14432 inside the loop, so that `require' calls work (Bug#10593).
14433 (package-install): No need to call package-initialize now.
14434
14435 2012-01-28 Chong Yidong <cyd@gnu.org>
14436
14437 * simple.el (deactivate-mark): Doc fix (Bug#8614).
14438
14439 * tooltip.el (tooltip-mode): Doc fix.
14440 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
14441
14442 * frame.el (set-cursor-color): Doc fix (Bug#352).
14443
14444 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
14445 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
14446
14447 * cus-edit.el (custom-buffer-create-internal): Fix search button
14448 action (Bug#10542).
14449 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
14450
14451 2012-01-27 Eduard Wiebe <usenet@pusto.de>
14452
14453 * dired.el (dired-mark-files-regexp):
14454 Include any subdirectory components. (Bug#10445)
14455
14456 2012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
14457
14458 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
14459 Handle [host]:port syntax. (Bug#10533)
14460
14461 2012-01-27 Alex Harsanyi <harsanyi@mac.com>
14462
14463 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
14464
14465 2012-01-26 Glenn Morris <rgm@gnu.org>
14466
14467 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
14468 * term.el (term-raw-escape-map): Use Control-X-prefix.
14469 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
14470
14471 2012-01-25 Martin Rudalics <rudalics@gmx.at>
14472
14473 * window.el (window-state-get, window--state-get-1): Don't deal
14474 with fixed-sizeness of windows. Simplify code.
14475
14476 2012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
14477
14478 * window.el (window--state-get-1, window--state-put-2):
14479 Don't save and restore the mark.
14480
14481 2012-01-25 Chong Yidong <cyd@gnu.org>
14482
14483 * custom.el (custom-variable-p): Doc fix.
14484
14485 2012-01-25 Glenn Morris <rgm@gnu.org>
14486
14487 * dired.el (dired-goto-file): Handle some of the more common
14488 characters that `ls -b' escapes. (Bug#10596)
14489
14490 * progmodes/compile.el (compilation-next-error-function):
14491 Respect compilation-first-column in the "*compilation*" buffer.
14492 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
14493
14494 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
14495
14496 2012-01-24 Glenn Morris <rgm@gnu.org>
14497
14498 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
14499
14500 2012-01-24 Julien Danjou <julien@danjou.info>
14501
14502 * color.el (color-rgb-to-hsl): Fix value computing.
14503 (color-hue-to-rgb): New function.
14504 (color-hsl-to-rgb): New function.
14505 (color-clamp, color-saturate-hsl, color-saturate-name)
14506 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
14507 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
14508
14509 2012-01-24 Glenn Morris <rgm@gnu.org>
14510
14511 * vc/vc-rcs.el (vc-rcs-create-tag):
14512 * vc/vc-sccs.el (vc-sccs-create-tag):
14513 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
14514
14515 2012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
14516
14517 * eshell/esh-util.el (eshell-read-hosts-file):
14518 Skip comment lines. (Bug#10549)
14519
14520 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
14521
14522 2012-01-23 Juanma Barranquero <lekktu@gmail.com>
14523
14524 * subr.el (display-delayed-warnings): Doc fix.
14525 (collapse-delayed-warnings): New function to collapse identical
14526 adjacent warnings.
14527 (delayed-warnings-hook): Add it.
14528
14529 2012-01-22 Michael Albinus <michael.albinus@gmx.de>
14530
14531 * net/tramp.el (tramp-action-login): Set connection property "login-as".
14532
14533 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
14534 (tramp-default-user-alist): Don't add "pscp".
14535 (tramp-do-copy-or-rename-file-out-of-band): Use connection
14536 property "login-as", if set. (Bug#10530)
14537
14538 2012-01-21 Michael Albinus <michael.albinus@gmx.de>
14539
14540 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
14541 "plink1" and "psftp". (Bug#10530)
14542
14543 2012-01-21 Kenichi Handa <handa@m17n.org>
14544
14545 * international/mule-cmds.el (prefer-coding-system): Show a
14546 warning message if the default value of file-name-coding-system
14547 was not changed.
14548
14549 2012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
14550
14551 * windmove.el (windmove-reference-loc):
14552 Fix windmove-reference-loc miscalculation.
14553
14554 2012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
14555
14556 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
14557 default unit.
14558
14559 2012-01-21 Glenn Morris <rgm@gnu.org>
14560
14561 * international/mule.el (auto-coding-alist): Add .tbz.
14562
14563 * files.el (local-enable-local-variables): Doc fix.
14564 (inhibit-local-variables-regexps): Rename from
14565 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
14566 Doc fix. Add some extensions from auto-coding-alist.
14567 (inhibit-local-variables-suffixes):
14568 Rename from inhibit-first-line-modes-suffixes. Doc fix.
14569 (inhibit-local-variables-p):
14570 New function, extracted from set-auto-mode-1.
14571 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
14572 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
14573 (hack-local-variables): Doc fix. Make the mode-only case
14574 respect enable-local-variables and friends.
14575 Respect inhibit-local-variables-regexps for file-locals, but
14576 not for directory-locals.
14577 (set-visited-file-name):
14578 Take account of inhibit-local-variables-regexps.
14579 Whether it applies may change as the file name is changed.
14580 * jka-cmpr-hook.el (jka-compr-install):
14581 * jka-compr.el (jka-compr-uninstall):
14582 Update for inhibit-first-line-modes-suffixes name change.
14583
14584 2012-01-20 Martin Rudalics <rudalics@gmx.at>
14585
14586 * help-macro.el (make-help-screen): Temporarily restore original
14587 binding for minor-mode-map-alist (Bug#10454).
14588
14589 2012-01-19 Julien Danjou <julien@danjou.info>
14590
14591 * color.el (color-name-to-rgb): Use the white color to find the max
14592 color component value and return correctly computed values.
14593 (color-name-to-rgb): Add missing float conversion for max value.
14594
14595 2012-01-19 Martin Rudalics <rudalics@gmx.at>
14596
14597 * window.el (window--state-get-1, window-state-get): Do not use
14598 special state value for window-persistent-parameters.
14599 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
14600 (window--state-put-2): Reset all window parameters to nil before
14601 assigning values of persistent parameters.
14602
14603 2012-01-18 Alan Mackenzie <acm@muc.de>
14604
14605 Eliminate sluggishness and hangs in fontification of "semicolon
14606 deserts".
14607
14608 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
14609 Change value 10000 -> 3000.
14610 (c-state-safe-place): Reformulate so it doesn't stack up an
14611 infinite number of wrong entries in c-state-nonlit-pos-cache.
14612 (c-determine-limit-get-base, c-determine-limit): New functions to
14613 determine backward search limits disregarding literals.
14614 (c-find-decl-spots): Amend commenting.
14615 (c-cheap-inside-bracelist-p): New function which detects "={".
14616
14617 * progmodes/cc-fonts.el
14618 (c-make-font-lock-BO-decl-search-function): Give a limit to a
14619 backward search.
14620 (c-font-lock-declarations): Fix an occurrence of point being
14621 undefined. Check additionally for point being in a bracelist or
14622 near a macro invocation without a semicolon so as to avoid a
14623 fruitless time consuming search for a declarator. Give a more
14624 precise search limit for declarators using the new
14625 c-determine-limit.
14626
14627 2012-01-18 Glenn Morris <rgm@gnu.org>
14628
14629 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
14630 (set-auto-mode): Doc fixes.
14631
14632 2012-01-17 Glenn Morris <rgm@gnu.org>
14633
14634 * isearch.el (search-nonincremental-instead): Fix doc typo.
14635
14636 * dired.el (dired-insert-directory): Handle newlines in directory name.
14637 (dired-build-subdir-alist): Unescape newlines in directory name.
14638
14639 2012-01-17 Michael Albinus <michael.albinus@gmx.de>
14640
14641 * net/tramp.el (tramp-local-end-of-line): New defcustom.
14642 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
14643 (tramp-action-terminal): Use it. (Bug#10530)
14644
14645 2012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
14646
14647 * minibuffer.el (completion--replace): Strip properties (bug#10062).
14648
14649 2012-01-16 Martin Rudalics <rudalics@gmx.at>
14650
14651 * window.el (window-state-ignored-parameters): Remove variable.
14652 (window--state-get-1): Rename argument MARKERS to IGNORE.
14653 Handle persistent window parameters. Make copy of clone-of
14654 parameter only if requested. (Bug#10348)
14655 (window--state-put-2): Install a window parameter only if it has
14656 a non-nil value or an existing parameter shall be overwritten.
14657
14658 2012-01-15 Michael Albinus <michael.albinus@gmx.de>
14659
14660 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
14661
14662 2012-01-14 Eli Zaretskii <eliz@gnu.org>
14663
14664 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
14665 don't pass the (nil) value of `upnode' to string-match.
14666
14667 2012-01-14 Chong Yidong <cyd@gnu.org>
14668
14669 * startup.el (command-line): Fix X resource class for cursorColor.
14670 Fix values recognized by the cursorBlink resource.
14671
14672 2012-01-14 Paul Eggert <eggert@cs.ucla.edu>
14673
14674 * epg.el (epg--make-temp-file): Avoid permission race condition
14675 when running on old Emacs versions (bug#10403).
14676
14677 2012-01-14 Glenn Morris <rgm@gnu.org>
14678
14679 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
14680
14681 2012-01-13 Alan Mackenzie <acm@muc.de>
14682
14683 Fix filling for when filladapt mode is enabled.
14684
14685 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
14686 c-mask-paragraph, pass in `fill-paragraph' rather than
14687 `fill-region-as-paragraph'. (This is a reversion of a previous
14688 change.)
14689 * progmodes/cc-mode.el (c-basic-common-init):
14690 Make fill-paragraph-handle-comment buffer local and set it to nil.
14691
14692 2012-01-13 Glenn Morris <rgm@gnu.org>
14693
14694 * dired.el (dired-switches-escape-p): New function.
14695 (dired-insert-directory): Use dired-switches-escape-p.
14696 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
14697
14698 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
14699
14700 2012-01-12 Glenn Morris <rgm@gnu.org>
14701
14702 * mail/sendmail.el (mail-mode): Update paragraph-separate for
14703 changes in adaptive-fill-regexp. (Bug#10276)
14704
14705 2012-01-11 Alan Mackenzie <acm@muc.de>
14706
14707 Fix Emacs bug #10463 - put `widen's around the critical spots.
14708
14709 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
14710 widen around each invocation of c-state-pp-to-literal. Remove an
14711 unused let variable.
14712
14713 2012-01-11 Glenn Morris <rgm@gnu.org>
14714
14715 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
14716 Doc fix.
14717
14718 2012-01-10 Chong Yidong <cyd@gnu.org>
14719
14720 * net/network-stream.el (network-stream-open-starttls):
14721 Avoid emitting a confusing error message when the server gives a bad
14722 response to the capability command.
14723
14724 2012-01-10 Glenn Morris <rgm@gnu.org>
14725
14726 * mail/unrmail.el (unrmail): Tweak previous change.
14727
14728 2012-01-09 Chong Yidong <cyd@gnu.org>
14729
14730 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
14731
14732 2012-01-08 Alan Mackenzie <acm@muc.de>
14733
14734 Optimize font locking in long enum definitions.
14735
14736 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
14737 arm to a cond form to handle enums.
14738 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
14739 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
14740
14741 2012-01-07 Paul Eggert <eggert@cs.ucla.edu>
14742
14743 * files.el (move-file-to-trash): Preserve default file modes on error.
14744 (Bug#10401)
14745
14746 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
14747
14748 * faces.el (set-face-attribute): Clarify the meaning of the nil
14749 frame (bug#10294).
14750
14751 * subr.el (with-selected-frame): Mention that the selected frame
14752 is restored (bug#9980).
14753
14754 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
14755 (bug#9759).
14756
14757 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
14758 (password-read): Don't autoload unused function.
14759
14760 2012-01-07 Juanma Barranquero <lekktu@gmail.com>
14761
14762 * progmodes/which-func.el (which-func-mode): Turn into a
14763 non-interactive function and mark as obsolete (bug#10428).
14764
14765 2012-01-06 Chong Yidong <cyd@gnu.org>
14766
14767 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
14768 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
14769 functions, along with 1 and -1.
14770
14771 2012-01-06 Eli Zaretskii <eliz@gnu.org>
14772
14773 * time.el (display-time-load-average)
14774 (display-time-default-load-average): Doc fixes. See the thread
14775 starting at
14776 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
14777 for the details.
14778
14779 2012-01-06 Glenn Morris <rgm@gnu.org>
14780
14781 * mail/unrmail.el (unrmail): Give an explicit error if the input file
14782 has no messages. (Bug#10377)
14783
14784 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
14785 than Info-edit. (Bug#10385)
14786
14787 * time.el (display-time-load-average, display-time-next-load-average):
14788 Doc fixes.
14789
14790 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
14791 local setting of buffer-read-only to the input buffer. (Bug#10419)
14792
14793 * calendar/calendar.el (calendar-mode):
14794 Locally set scroll-margin to 0. (Bug#10379)
14795
14796 2012-01-06 Ulrich Mueller <ulm@gentoo.org>
14797
14798 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
14799
14800 2012-01-05 Glenn Morris <rgm@gnu.org>
14801
14802 * eshell/em-unix.el (diff-no-select): Autoload it.
14803 (eshell/diff): Use diff-no-select. (Bug#10420)
14804
14805 2012-01-05 Chong Yidong <cyd@gnu.org>
14806
14807 * shell.el (shell-dynamic-complete-functions): Revert last change.
14808 (shell-command-completion-function): New function.
14809 (shell-completion-vars): Use it to implement
14810 shell-completion-execonly (Bug#10417).
14811
14812 * custom.el (enable-theme): Don't set custom-safe-themes.
14813
14814 * cus-theme.el (custom-theme-merge-theme):
14815 Ignore custom-enabled-themes and custom-safe-themes.
14816
14817 2012-01-05 Michael R. Mauger <mmaug@yahoo.com>
14818
14819 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
14820 first prompt in `sql-interacive-mode'.
14821 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
14822 keywords.
14823 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
14824 (sql-product-interactive): Bug fix: Set `sql-buffer' in
14825 context of original buffer. Invoke `sql-login-hook'.
14826
14827 2012-01-04 Eli Zaretskii <eliz@gnu.org>
14828
14829 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
14830 letters in cite-prefix.
14831
14832 2012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
14833
14834 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
14835
14836 2012-01-03 Chong Yidong <cyd@gnu.org>
14837
14838 * shell.el (shell-dynamic-complete-functions):
14839 Put pcomplete-completions-at-point, so as to try
14840 comint-filename-completion first (Bug#10417).
14841
14842 2012-01-02 Richard Stallman <rms@gnu.org>
14843
14844 * battery.el (battery-status-function):
14845 Detect when to use battery-yeeloong-sysfs.
14846 (battery-echo-area-format): Add string for Yeeloong.
14847 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
14848 (battery-yeeloong-sysfs): New function.
14849
14850 2012-01-02 Chong Yidong <cyd@gnu.org>
14851
14852 * dirtrack.el (dirtrack-list): Eliminate unused third element.
14853 (dirtrack): Merge code for handling relative filenames in prompt
14854 from shell-dir-cookie-watcher.
14855 (dirtrack-debug-message): New arg to avoid excess format calls.
14856
14857 * shell.el (shell-dir-cookie-re): Variable deleted.
14858 (shell-dir-cookie-watcher): Function deleted.
14859 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
14860 with dirtrack-mode.
14861
14862 2012-01-01 Eli Zaretskii <eliz@gnu.org>
14863
14864 * term/w32-win.el (dynamic-library-alist) <gnutls>:
14865 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
14866 libgnutls-26.dll.
14867
14868 2011-12-31 Andreas Schwab <schwab@linux-m68k.org>
14869
14870 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
14871
14872 2011-12-31 Eli Zaretskii <eliz@gnu.org>
14873
14874 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
14875 headers of non-MIME messages, when rmail-enable-mime is non-nil.
14876
14877 2011-12-29 Michael Albinus <michael.albinus@gmx.de>
14878
14879 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
14880 also for alternative shells.
14881 (tramp-open-connection-setup-interactive-shell): Check, whether
14882 the shell is a busybox.
14883 (tramp-send-command): Don't suppress multiple prompts for
14884 busyboxes, it hurts.
14885
14886 2011-12-28 Chong Yidong <cyd@gnu.org>
14887
14888 * progmodes/gdb-mi.el (gdb-get-source-file-list)
14889 (gdb-get-source-file): Move mode line update to
14890 gdb-get-source-file (Bug#10087).
14891
14892 2011-12-25 Chong Yidong <cyd@gnu.org>
14893
14894 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
14895 gud-gdb-marker-filter without taking it as an argument.
14896 (gud-gdb-run-command-fetch-lines): Caller changed.
14897 (gud-gdb-completion-function): New variable.
14898 (gud-gdb-completion-at-point): Use it.
14899 (gud-gdb-completions-1): Split from gud-gdb-completions.
14900
14901 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
14902 function as separate arguments.
14903 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
14904 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
14905 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
14906 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
14907 (gdb-stopped, def-gdb-auto-update-trigger)
14908 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
14909 (gdb-get-changed-registers, gdb-get-main-selected-frame):
14910 Callers changed.
14911 (gud-gdbmi-completions): New function.
14912 (gdb): Use it for generating the completion table.
14913
14914 2011-12-24 Alan Mackenzie <acm@muc.de>
14915
14916 Introduce a mechanism to widen the region used in context font
14917 locking. Use this to protect declarations from losing their contexts.
14918
14919 * progmodes/cc-langs.el (c-before-font-lock-functions):
14920 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
14921 (c-before-context-fontification-functions): New defvar, a list of
14922 functions to be run just before context (etc.) font locking.
14923
14924 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
14925 New, functionality extracted from
14926 c-neutralize-syntax-in-and-mark-CPP.
14927 (c-in-after-change-fontification): New variable.
14928 (c-after-change): Set c-in-after-change-fontification.
14929 (c-set-fl-decl-start): Rejig its interface, so it can be called
14930 from both after-change and context fontifying.
14931 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
14932 New functions.
14933 (c-standard-font-lock-fontify-region-function): New variable.
14934 (c-font-lock-fontify-region): New function.
14935
14936 2011-12-24 Juri Linkov <juri@jurta.org>
14937
14938 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
14939 (Bug#10348)
14940
14941 2011-12-23 Michael Albinus <michael.albinus@gmx.de>
14942
14943 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
14944 existence of source file. (Bug#10325)
14945
14946 2011-12-23 Alan Mackenzie <acm@muc.de>
14947
14948 Fix unstable fontification inside templates.
14949
14950 * progmodes/cc-langs.el (c-before-font-lock-functions):
14951 Newly created from the singular version. The (c c++ objc) entry now
14952 additionally has c-set-fl-decl-start. The other languages (apart
14953 from AWK) have that as a single entry.
14954
14955 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
14956 The functionality for "local" declarations has been extracted to
14957 c-set-fl-decl-start.
14958
14959 * progmodes/cc-mode.el (c-common-init, c-after-change):
14960 Changes due to pluralisation of c-before-font-lock-functions.
14961 (c-set-fl-decl-start): New function, extracted from
14962 c-font-lock-enclosing-decls and enhanced.
14963
14964 2011-12-23 Juanma Barranquero <lekktu@gmail.com>
14965
14966 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
14967
14968 2011-12-22 Juri Linkov <juri@jurta.org>
14969
14970 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
14971
14972 2011-12-22 Chong Yidong <cyd@gnu.org>
14973
14974 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
14975
14976 2011-12-21 Drew Adams <drew.adams@oracle.com>
14977
14978 * files.el (file-remote-p): Fix docstring. (Bug#10319)
14979
14980 2011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
14981
14982 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
14983
14984 2011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
14985
14986 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
14987 highlighting and support. Fix up comments for capitalization.
14988 (cfengine-mode-debug): New var.
14989 (cfengine3-mode): Change the modeline indicator to "CFE3".
14990 (cfengine3-font-lock-keywords): Improve defun highlighting.
14991 (cfengine2-actions): Rename from `cfengine-actions'.
14992 (cfengine2-font-lock-keywords): Rename from
14993 `cfengine-font-lock-keywords'.
14994 (cfengine2-imenu-expression): Rename from
14995 `cfengine-imenu-expression'.
14996 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
14997 (cfengine2-beginning-of-defun): Rename from
14998 `cfengine-beginning-of-defun'.
14999 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
15000 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
15001 (cfengine2-mode): Rename from `cfengine-mode'. Change the
15002 modeline indicator to "CFE2".
15003 (cfengine-mode): Defalias to `cfengine-auto-mode'.
15004 (cfengine-mode-abbrevs): Mark obsolete.
15005
15006 2011-12-21 Chong Yidong <cyd@gnu.org>
15007
15008 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
15009 filename argument.
15010
15011 2011-12-20 Martin Rudalics <rudalics@gmx.at>
15012
15013 * window.el (window-normalize-buffer-to-display): Remove.
15014 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
15015
15016 2011-12-19 Chong Yidong <cyd@gnu.org>
15017
15018 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
15019 Don't signal an error in a predicate function; return non-nil.
15020 (vc-dir-mark-file): Move the error here.
15021 (vc-dir-mark-unmark): If acting on the region, keep going if one
15022 of the entries cannot be marked/unmarked.
15023 (vc-dir-mark-all-files): If current entry is a directory, mark
15024 only child files, as documented.
15025
15026 2011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
15027
15028 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
15029 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
15030 addition.
15031
15032 2011-12-18 Jan Djärv <jan.h.d@swipnet.se>
15033
15034 * term/ns-win.el (ns-get-selection-internal)
15035 (ns-store-selection-internal): Declare.
15036 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
15037 Declare as obsolete.
15038 (ns-get-pasteboard, ns-paste-secondary):
15039 Use ns-get-selection-internal.
15040 (ns-set-pasteboard, ns-copy-including-secondary):
15041 Use ns-store-selection-internal.
15042
15043 2011-12-17 Chong Yidong <cyd@gnu.org>
15044
15045 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
15046 (vc-deduce-fileset): Doc fix.
15047
15048 2011-12-16 Andreas Schwab <schwab@linux-m68k.org>
15049
15050 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
15051
15052 2011-12-13 Sam Steingold <sds@gnu.org>
15053
15054 * man.el (Man-getpage-in-background): When running under a
15055 window-system, ignore $MANWIDTH and $COLUMNS.
15056
15057 2011-12-15 Kenichi Handa <handa@m17n.org>
15058
15059 * language/ethio-util.el: Change coding tag to utf-8-emacs.
15060 (setup-ethiopic-environment-internal): Comment out key-binding for
15061 ethio-toggle-punctuation.
15062
15063 2011-12-13 Alan Mackenzie <acm@muc.de>
15064
15065 Add the switch statement to AWK Mode.
15066
15067 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
15068 "default" to the keywords regexp.
15069
15070 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
15071 expression as the rest.
15072 (c-nonlabel-token-key): Allow string literals for AWK.
15073 Refactor for the other modes.
15074
15075 Large brace-block initialisation makes CC Mode slow: Fix.
15076 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
15077 routines. Limit backward searching in c-font-lock-enclosing.decl.
15078
15079 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
15080 pp-state and literal type in addition to the limits.
15081 (c-state-safe-place): New defun, extracted from c-state-literal-at.
15082 (c-state-literal-at): Use the above new defun.
15083 (c-slow-in-literal, c-fast-in-literal): Remove.
15084 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
15085
15086 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
15087 being in a literal. Add a limit for backward searching.
15088
15089 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
15090 c-slow-in-literal.
15091
15092 2011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
15093
15094 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
15095
15096 2011-12-13 Martin Rudalics <rudalics@gmx.at>
15097
15098 * window.el (delete-other-windows): Use correct frame in call to
15099 window-with-parameter.
15100
15101 2011-12-12 Daniel Pfeiffer <occitan@t-online.de>
15102
15103 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
15104 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
15105 (makefile-gmake-statements, makefile-makepp-statements):
15106 Use it and add new makepp keywords.
15107 (makefile-makepp-font-lock-keywords): Add new patterns.
15108 (makefile-match-function-end): Match new [...] and [[...]].
15109
15110 2011-12-11 Juanma Barranquero <lekktu@gmail.com>
15111
15112 * ses.el (ses-call-printer-return, ses-cell-property-get)
15113 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
15114 (ses-create-cell-variable, ses-reset-header-string)
15115 (ses-cell-set-formula, ses-repair-cell-reference-all)
15116 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
15117 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
15118 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
15119 (ses-aset-with-undo, ses-load, ses-truncate-cell)
15120 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
15121 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
15122 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
15123 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
15124 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
15125 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
15126 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
15127 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
15128
15129 2011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
15130
15131 * ses.el: The overall change is to add cell renaming, that is
15132 setting fancy names for cell symbols other than name matching
15133 "\\`[A-Z]+[0-9]+\\'" regexp .
15134 (ses-create-cell-variable): New defun.
15135 (ses-relocate-formula): Relocate formulas only for cells the
15136 symbols of which are not renamed, i.e. symbols whose names do not
15137 match regexp "\\`[A-Z]+[0-9]+\\'".
15138 (ses-relocate-all): Relocate values only for cells the symbols of
15139 which are not renamed.
15140 (ses-load): Create cells variables as the (ses-cell ...) are read,
15141 in order to check row col consistency with cell symbol name only
15142 for cells that are not renamed.
15143 (ses-replace-name-in-formula): New defun.
15144 (ses-rename-cell): New defun.
15145
15146 2011-12-11 Chong Yidong <cyd@gnu.org>
15147
15148 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
15149 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
15150
15151 2011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
15152
15153 * window.el (other-window): Fix docstring.
15154
15155 2011-12-10 Eli Zaretskii <eliz@gnu.org>
15156
15157 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
15158 `from' or `to' address before taking its substring.
15159 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
15160 encoded name is chopped in the middle of the encoded string, and
15161 thus displayed encoded.
15162
15163 2011-12-10 Juanma Barranquero <lekktu@gmail.com>
15164
15165 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
15166
15167 2011-12-10 Eli Zaretskii <eliz@gnu.org>
15168
15169 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
15170 to use texinfo-update-node and commands that call it if the
15171 Texinfo file uses @node lines without next/prev/up pointers.
15172 Correct outdated description about texinfo-master-menu.
15173 (texinfo-all-menus-update, texinfo-master-menu)
15174 (texinfo-update-node, texinfo-every-node-update)
15175 (texinfo-multiple-files-update): Doc fix. Warn against updating
15176 all the @node lines.
15177 (texinfo-master-menu): Only call texinfo-update-node if the prefix
15178 argument is numeric. Explain better in the doc string what the
15179 function really does.
15180 (texinfo-insert-master-menu-list): Improve the error message
15181 displayed if there's no menu in the Top node.
15182 (Bug#2975) See also this thread:
15183 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
15184
15185 2011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
15186
15187 * speedbar.el (speedbar-supported-extension-expressions):
15188 Add .adb and .ads, commonly used for Ada source code (bug#10256).
15189
15190 2011-12-09 Juanma Barranquero <lekktu@gmail.com>
15191
15192 * printing.el (pr-mode-alist):
15193 * simple.el (filter-buffer-substring-functions)
15194 (completion-list-insert-choice-function):
15195 * window.el (window-with-parameter, window-atom-root)
15196 (window-sides-slots, window-size-fixed, window-min-delta)
15197 (window-max-delta, window--resize-mini-window)
15198 (window--resize-child-windows-normal, window-tree)
15199 (delete-other-windows, quit-window, split-window)
15200 (display-buffer-record-window, special-display-buffer-names)
15201 (special-display-regexps, special-display-popup-frame)
15202 (same-window-p, split-window-sensibly)
15203 (display-buffer-overriding-action, display-buffer-alist)
15204 (display-buffer-base-action, display-buffer, switch-to-buffer)
15205 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
15206 (fit-window-to-buffer, recenter-positions)
15207 (mouse-autoselect-window-state, mouse-autoselect-window-select):
15208 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
15209 and remove unneeded backslashes in docstrings.
15210
15211 2011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
15212
15213 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
15214
15215 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
15216 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
15217 end in ".mk".
15218 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
15219 when reading the makefile (bug#10116).
15220
15221 2011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
15222
15223 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
15224 (bug#10116).
15225
15226 2011-12-06 Glenn Morris <rgm@gnu.org>
15227
15228 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
15229
15230 2011-12-06 Chong Yidong <cyd@gnu.org>
15231
15232 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
15233
15234 2011-12-06 Juanma Barranquero <lekktu@gmail.com>
15235
15236 * textmodes/table.el (table-shorten-cell): Fix typo.
15237
15238 2011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
15239
15240 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
15241
15242 2011-12-05 Eli Zaretskii <eliz@gnu.org>
15243
15244 * descr-text.el (describe-char): Fix display of strong
15245 right-to-left characters and directional embeddings and overrides.
15246
15247 * simple.el (what-cursor-position): Fix display of codepoints of
15248 strong right-to-left characters.
15249
15250 2011-12-05 Chong Yidong <cyd@gnu.org>
15251
15252 * faces.el (read-color): Doc fix.
15253
15254 2011-12-05 Glenn Morris <rgm@gnu.org>
15255
15256 * align.el (align--set-marker): Add doc-string.
15257 Don't try to move something that is not a marker. (Bug#10216)
15258
15259 2011-12-04 Glenn Morris <rgm@gnu.org>
15260
15261 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
15262 overly zealous deletion of trailing whitespace.
15263
15264 2011-12-04 Juanma Barranquero <lekktu@gmail.com>
15265
15266 * server.el (server-delete-client): On Windows, do not try to delete
15267 the only terminal.
15268 (server-process-filter): On Windows, treat requests for a tty frame as
15269 if they were for a GUI frame if the running server is in GUI mode.
15270
15271 2011-12-03 Glenn Morris <rgm@gnu.org>
15272
15273 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
15274
15275 2011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
15276
15277 * electric.el: Streamline electric-indent's hook.
15278 (electric-indent-chars): Revert to simple list.
15279 (electric-indent-functions): New var.
15280 (electric-indent-post-self-insert-function): Use it.
15281
15282 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
15283 there's no inferior buffer (bug#10196).
15284 (prolog-consult-compile): Don't use toggle-read-only.
15285
15286 2011-12-02 Michael Albinus <michael.albinus@gmx.de>
15287
15288 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
15289 interrupt. (Bug#10187)
15290
15291 2011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
15292
15293 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
15294 (bug#9160).
15295
15296 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
15297 (bug#10191).
15298
15299 2011-12-02 Juri Linkov <juri@jurta.org>
15300
15301 * info.el (Info-search): Display "end of manual" when Isearch
15302 reaches the end of single-file Info manual. (Bug#9918)
15303
15304 2011-12-02 Eli Zaretskii <eliz@gnu.org>
15305
15306 * isearch.el (isearch-message-prefix): Run the input method part
15307 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
15308
15309 2011-12-02 Juri Linkov <juri@jurta.org>
15310
15311 * isearch.el (isearch-occur): Use `word-search-regexp' for
15312 `isearch-word'.
15313 (isearch-search-and-update): Add condition for `isearch-word' and
15314 call `word-search-regexp'. (Bug#10145)
15315
15316 2011-12-01 Glenn Morris <rgm@gnu.org>
15317
15318 * eshell/em-hist.el (eshell-hist-initialize):
15319 Handle eshell-history-size nil and HISTSIZE set or unset.
15320 (eshell-history-file-name, eshell-history-size): Fix custom type.
15321
15322 2011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
15323
15324 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
15325
15326 2011-12-01 Michael McNamara <mac@mail.brushroad.com>
15327
15328 * progmodes/verilog-mode.el (verilog-pretty-expr):
15329 Rework verilog-pretty-expr to handle new assignment operators in system
15330 verilog, such as += *= and the like.
15331 (verilog-assignment-operator-re): Regular expression to find the
15332 assigment operator in a verilog assignment.
15333 (verilog-assignment-operation-re): Regular expression to find an
15334 assignment statement for pretty-expr.
15335 (verilog-in-attribute-p): Query returns true if point is in an
15336 attribute context; used to skip these for expression line up from
15337 pretty-expr.
15338 (verilog-in-parameter-p): Query returns true if point is in an
15339 parameter definition context; used to skip these for expression
15340 line up from pretty-expr.
15341 (verilog-in-parenthesis-p): Query returns true if point is in a
15342 parenthetical expression, specifically ( ) but not [ ] or { };
15343 used by pretty-expr.
15344 (verilog-just-one-space): If there is no space, don't add one.
15345 (verilog-get-lineup-indent-2): Specifically skip just attribute
15346 contexts for expression lineup, rather than skipping all
15347 parenthetical expressions.
15348 (verilog-calculate-indent): Fix comment, and fix indent.
15349 (verilog-do-indent): Indent declarations in lists (suggested by
15350 Joachim Lechner).
15351 (verilog-mode-abbrev-table): Populate abbrev mode with the various
15352 skeleton items.
15353 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
15354 by Alain Mellan).
15355
15356 2011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
15357
15358 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
15359 parameters with embedded comments. Reported by Ray Stevens.
15360 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
15361 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
15362 Reported by Tim Holt.
15363 (verilog-auto): Fix AUTOing a upper module then AUTOing module
15364 instantiated by upper module causing wrong expansion until AUTOed a
15365 second time. Reported by K C Buckenmaier.
15366 (verilog-diff-auto): Fix showing .* as a difference when
15367 `verilog-auto-star-save' off. Reported by Dan Dever.
15368 (verilog-auto-reset, verilog-read-always-signals)
15369 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
15370 temporary signals in reset list if
15371 verilog-auto-reset-blocking-in-non is nil, and match assignment
15372 style to each signal's assignment type, bug381.
15373 Reported by Thomas Esposito.
15374 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
15375 (verilog-uvm-statement-re): Support UVM indentation and
15376 highlighting, with old OVM keywords only.
15377 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
15378 Support AUTOTIEOFF creating non-wire data types.
15379 Suggested by Jonathan Greenlaw.
15380 (verilog-auto-insert-lisp, verilog-delete-to-paren)
15381 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
15382 (verilog-inject-sense, verilog-read-inst-pins)
15383 (verilog-read-sub-decls, verilog-read-sub-decls-line):
15384 Fix mismatching parenthesis inside commented out code when deleting
15385 AUTOINST, bug383. Reported by Jonathan Greenlaw.
15386 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
15387 non-numeric vector width. Reported by Alex Reed.
15388 (verilog-auto-ascii-enum): Add "onehot" option to work around not
15389 detecting signals with parameter widths. Reported by Alex Reed.
15390 (verilog-auto-delete-trailing-whitespace):
15391 With `verilog-auto-delete-trailing-whitespace' remove trailing
15392 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
15393 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
15394 Fix verilog-scan-cache corruption when running user AUTO expansion
15395 hooks that call indentation routines.
15396 (verilog-simplify-range-expression): Fix typo ignoring lower case
15397 identifiers.
15398 (verilog-delete-auto): Fix delete-autos to also remove user created
15399 automatics, as long as they start with AUTO.
15400 (verilog-batch-diff-auto, verilog-diff-auto)
15401 (verilog-diff-function): Add `verilog-diff-auto' and bind to
15402 "C-c?" to report differences in AUTO expansion, ignoring spaces.
15403 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
15404 (verilog-in-paren-quick, verilog-re-search-backward-quick)
15405 (verilog-re-search-forward-quick, verilog-syntax-ppss):
15406 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
15407 is disabled and its cache will get corrupt, causing AUTOS not to
15408 expand. Instead use only -quick functions.
15409 (verilog-scan-region): Fix scanning over escaped quotes.
15410 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
15411 (verilog-re-search-backward-quick)
15412 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
15413 related functions now ignore strings, to fix misparsing of strings
15414 with magic comments embedded in them.
15415 (verilog-read-auto-template):
15416 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
15417 Reported by Brad Dobbie.
15418 (verilog-read-auto-template):
15419 Fix 'verilog-auto-inst-template-numbers' with comments.
15420 Reported by Brad Dobbie.
15421 (verilog-auto-inst, verilog-auto-inst-param)
15422 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
15423 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
15424 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
15425 debugging templates without merge conflicts, bug357.
15426 Reported by Brad Dobbie.
15427 (verilog-read-auto-template):
15428 Fix verilog-auto-inst-template-numbers with multiple templates.
15429 Reported by Brad Dobbie.
15430 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
15431 abbrevs so user won't be asked to save.
15432 (verilog-read-auto-lisp-present): Fix to start at beginning of
15433 buffer in case called outside of verilog-auto.
15434 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
15435 to "X-2". Reported by Matthew Myers.
15436 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
15437 all inputs from module templates. Reported by Leith Johnson.
15438 (verilog-module-inside-filename-p): Fix locating programs as with
15439 modules.
15440 (verilog-auto-inst-port): Fix vl-width expressions when using
15441 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
15442 (verilog-decls-get-regs, verilog-decls-get-signals,
15443 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
15444 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
15445 verilog-read-decls): Combine reg and wire structures into one var
15446 structure to represent SystemVerilog concepts.
15447 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
15448 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
15449 (verilog-auto-wire-type, verilog-insert-definition):
15450 Add verilog-auto-wire-type and AUTOLOGIC to support using
15451 SystemVerilog "logic" keyword instead of "wire"/"reg".
15452 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
15453 to declares outputs that also have assignments (presumably in an
15454 ifdef or generate if so there's not a driver conflict).
15455 Reported by Matthew Myers.
15456 (verilog-auto-declare-nettype, verilog-insert-definition):
15457 Add verilog-auto-declare-nettype to fix declarations using
15458 `default_nettype none. Reported by Julian Gorfajn.
15459 (verilog-read-always-signals-recurse, verilog-read-decls)
15460 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
15461 malformed end statement, bug325. Reported by Joshua Wise and
15462 Andrew Drake.
15463 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
15464 (verilog-inst-comment-re): Fix not deleting Interfaced comment
15465 when expanding .* in interfaces, bug320.
15466 Reported by Pierre-David Pfister.
15467 (verilog-read-module-name): Fix import statements between module
15468 name and open parenthesis, bug317.
15469 Reported by Pierre-David Pfister.
15470 (verilog-simplify-range-expression): Fix simplification of
15471 multiplications inside AUTOWIRE connections, bug303.
15472 (verilog-auto-inst-port): Support parameter expansion in
15473 multidimensional arrays.
15474 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
15475 after "assert property". Reported by Julian Gorfajn.
15476 (verilog-simplify-range-expression): Fix "couldn't merge" errors
15477 with multiplication, bug303.
15478 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
15479 Reported by Jan Frode Lonnum.
15480
15481 2011-11-30 Juanma Barranquero <lekktu@gmail.com>
15482
15483 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
15484 (hfy-shell-file-name, hfy-shell):
15485 * international/fontset.el (x-decompose-font-name): Fix typos.
15486
15487 2011-11-29 Ken Brown <kbrown@cornell.edu>
15488
15489 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
15490 (gdb-version): Remove defvar.
15491 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
15492 (gdb-gud-context-command, gdb-non-stop-handler)
15493 (gdb-current-context-command, gdb-stopped): Use it.
15494 (gdb-init-1): Enable pretty printing here.
15495 (gdb-non-stop-handler): Don't enable pretty-printing here.
15496 Check to see if the target supports non-stop mode; if not, turn off
15497 non-stop mode. Use the following.
15498 (gdb-check-target-async): New defun.
15499 (gud-watch, gdb-stopped): Fix whitespace.
15500 (gdb-get-source-file): Don't try to display the source file if
15501 `gdb-main-file' is nil.
15502
15503 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
15504
15505 * align.el: Try to generate fewer markers (bug#10047).
15506 (align--set-marker): New macro.
15507 (align-region): Use it.
15508
15509 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
15510
15511 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
15512
15513 2011-11-29 Chong Yidong <cyd@gnu.org>
15514
15515 * indent.el (indent-for-tab-command, indent-according-to-mode):
15516 Doc fix.
15517 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
15518
15519 2011-11-29 Michael Albinus <michael.albinus@gmx.de>
15520
15521 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
15522 aware of remote file names. (Bug#10124)
15523
15524 2011-11-29 Chong Yidong <cyd@gnu.org>
15525
15526 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
15527
15528 2011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
15529
15530 * files.el (find-file): Don't use force-same-window (bug#10144).
15531 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
15532 use pop-to-buffer if the selected window can't be used.
15533 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
15534
15535 2011-11-28 Eli Zaretskii <eliz@gnu.org>
15536
15537 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
15538 special-mode-map.
15539
15540 2011-11-28 Chong Yidong <cyd@gnu.org>
15541
15542 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
15543
15544 2011-11-27 Nick Roberts <nickrob@snap.net.nz>
15545
15546 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
15547 gdb-get-source-file-list on gdb-create-source-file-list.
15548
15549 2011-11-26 Eli Zaretskii <eliz@gnu.org>
15550
15551 * whitespace.el (whitespace-newline): Use a different foreground
15552 color for 16-color light-background displays.
15553
15554 2011-11-24 Chong Yidong <cyd@gnu.org>
15555
15556 * window.el (display-buffer--special-action): Doc fix.
15557
15558 2011-11-25 Juanma Barranquero <lekktu@gmail.com>
15559
15560 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
15561 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
15562 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
15563 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
15564 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
15565 (avl-tree-stack-first):
15566 * emacs-lisp/cconv.el (cconv--analyse-use):
15567 * net/gnutls.el (gnutls-negotiate): Fix typos.
15568
15569 2011-11-24 Glenn Morris <rgm@gnu.org>
15570
15571 * lpr.el (lpr-windows-system, lpr-lp-system):
15572 * mail/binhex.el (binhex-begin-line):
15573 * progmodes/grep.el (grep-history, grep-find-history):
15574 * textmodes/flyspell.el:
15575 * vc/pcvs-defs.el (cvs-global-menu):
15576 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
15577 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
15578 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
15579
15580 * net/tls.el: Fix case of "GnuTLS".
15581
15582 * paths.el (rmail-file-name): Format doc-string for make-docfile.
15583
15584 * version.el (emacs-build-system): Give it a doc-string.
15585
15586 2011-11-24 Juri Linkov <juri@jurta.org>
15587
15588 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
15589
15590 2011-11-24 Glenn Morris <rgm@gnu.org>
15591
15592 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
15593 if called on a non-mime message just toggle the headers. (Bug#8006)
15594
15595 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
15596
15597 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
15598 (allout-lead-with-comment-string, allout-structure-deleted-hook)
15599 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
15600 (allout-rebullet-heading, allout-open-sibtopic)
15601 (allout-toggle-current-subtree-encryption)
15602 (allout-toggle-subtree-encryption, allout-encrypt-string)
15603 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
15604 (allout-distinctive-bullets-string, allout-auto-activation):
15605 * window.el (window-normalize-buffer-to-display):
15606 * progmodes/verilog-mode.el (verilog-batch-indent):
15607 * textmodes/bibtex.el (bibtex-field-braces-opt)
15608 (bibtex-field-strings-opt):
15609 * vc/cvs-status.el (cvs-tree-merge):
15610 Fix typos.
15611
15612 2011-11-23 Michael Albinus <michael.albinus@gmx.de>
15613
15614 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
15615 `non-essential' to t, in order to avoid remote connections.
15616
15617 2011-11-23 Eli Zaretskii <eliz@gnu.org>
15618
15619 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
15620 On MS-DOS and MS-Windows, compare with loaddefs.el
15621 case-insensitively.
15622
15623 2011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
15624
15625 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
15626
15627 2011-11-23 Glenn Morris <rgm@gnu.org>
15628
15629 * paths.el (rmail-file-name): Reformat the doc-string so that it
15630 is picked up.
15631
15632 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
15633 (rmail-auto-file): Ignore case in the "special" field names,
15634 as mail-fetch-field does for all others.
15635
15636 * mail/rmail.el (rmail-forward):
15637 * mail/rmailkwd.el (rmail-set-label):
15638 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
15639 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
15640
15641 * mail/rmail.el (rmail-current-message): Doc fix.
15642
15643 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
15644
15645 2011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
15646
15647 * server.el (server-eval-and-print): Allow C-g (bug#6585).
15648
15649 2011-11-22 Glenn Morris <rgm@gnu.org>
15650
15651 * mail/rmailmm.el (test-rmail-mime-handler)
15652 (test-rmail-mime-bulk-handler)
15653 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
15654
15655 2011-11-21 Juri Linkov <juri@jurta.org>
15656
15657 * calc/calc.el (calc-read-key-sequence):
15658 Let-bind `input-method-function' to nil. (Bug#10018)
15659
15660 2011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
15661
15662 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
15663 Tell the caller that the next line needs recomputation, even
15664 though it doesn't start a sexp (bug#10094).
15665
15666 2011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
15667
15668 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
15669
15670 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
15671
15672 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
15673 Use force-same-window.
15674
15675 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
15676
15677 * descr-text.el (describe-char-unicode-data):
15678 * json.el (json-string-escape):
15679 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
15680 (Footnote-unicode, Footnote-style-p):
15681 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
15682
15683 2011-11-20 Chong Yidong <cyd@gnu.org>
15684
15685 * window.el (replace-buffer-in-windows): Restore interactive spec.
15686
15687 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
15688
15689 * electric.el (electric-indent-mode): Fix last change (too optimistic).
15690
15691 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
15692 (byte-compile-global-not-obsolete-vars): New var.
15693 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
15694 Use it.
15695 (byte-compile-warn-obsolete): Align text with the one in *Help*.
15696
15697 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
15698
15699 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
15700 * progmodes/pascal.el (electric-pascal-equal):
15701 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
15702 * xml.el (xml-substitute-special): Fix typos.
15703
15704 2011-11-20 Glenn Morris <rgm@gnu.org>
15705
15706 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
15707 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
15708 Doc fixes.
15709 (rmail-decode-mime-charset): Mark as obsolete.
15710
15711 * mail/rmailsum.el (rmail-message-regexp-p-1):
15712 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
15713 Before using mime functions, check they are set. (Bug#10077)
15714
15715 2011-11-19 Juri Linkov <juri@jurta.org>
15716
15717 * info.el (Info-finder-find-node): Use `package--builtins' instead
15718 of `package-alist'. Use node names formed by the pattern "Keyword "
15719 and the keyword name.
15720
15721 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
15722
15723 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
15724
15725 2011-11-19 Juri Linkov <juri@jurta.org>
15726
15727 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
15728 that calls `revert-buffer' on all Info buffers. (Bug#9915)
15729 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
15730 `old-history', `old-history-forward'. Add let-binding
15731 `window-selected'. Remove calls to `kill-buffer',
15732 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
15733 before calling `Info-find-node', so `Info-find-node-2' will reread
15734 the Info file. Restore window positions only when `window-selected'
15735 is non-nil.
15736
15737 2011-11-19 Juri Linkov <juri@jurta.org>
15738
15739 * isearch.el (isearch-lazy-highlight-new-loop):
15740 Remove condition `(not isearch-error)'. (Bug#9918)
15741
15742 * misearch.el (multi-isearch-search-fun): Add condition
15743 `(not bound)' to ignore lazy-highlighting search.
15744 Add the search-failed message "end of multi" when the end of
15745 multi-sequence is reached. Uncapitalize the search-failed
15746 message "Repeat for next buffer".
15747
15748 * info.el (Info-search): Add the search-failed message
15749 "end of the manual" when the end of the manual is reached
15750 in Isearch mode.
15751
15752 2011-11-19 Juri Linkov <juri@jurta.org>
15753
15754 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
15755 Use non-destructive `remove' instead of `delete' because
15756 `Info-history-list' stored to `Info-isearch-initial-history-list' in
15757 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
15758
15759 2011-11-19 Juri Linkov <juri@jurta.org>
15760
15761 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
15762 to nil instead of binding `search-ring' and `regexp-search-ring'.
15763 (Bug#9185)
15764
15765 2011-11-19 Eli Zaretskii <eliz@gnu.org>
15766
15767 * simple.el (line-move): Force movement by logical lines for any
15768 hscrolled window, not only when auto-hscroll-mode is on.
15769 (line-move-visual): Update doc string to that effect. (Bug#10076)
15770
15771 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
15772
15773 * language/european.el (macintosh): Define as alias for mac-roman.
15774
15775 2011-11-19 Eli Zaretskii <eliz@gnu.org>
15776
15777 * mail/rmailmm.el (rmail-mime-display-header)
15778 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
15779 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
15780 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
15781 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
15782 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
15783 of a raw aref.
15784 (rmail-mime-entity-segment): To get past the tagline, move forward
15785 2 more lines, to account for the 2 empty lines that precede and
15786 follow the line with the buttons.
15787 (rmail-mime-update-tagline): Move one more line, to get past the
15788 empty line that follows the buttons in the tagline. (Bug#9520)
15789
15790 2011-11-19 Martin Rudalics <rudalics@gmx.at>
15791
15792 * window.el (window-max-delta-1, window-min-delta-1)
15793 (window-min-size-1, window-state-get-1, window-state-put-1)
15794 (window-state-put-2): Use "window--" prefix.
15795
15796 2011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
15797
15798 * emacs-lisp/smie.el: Improve warnings and conflict detection.
15799 (smie-warning-count): New var.
15800 (smie-set-prec2tab): Use it.
15801 (smie-bnf->prec2): Improve warnings. Add docstring.
15802 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
15803 (smie-bnf--set-class): New function.
15804 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
15805 corner case.
15806
15807 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
15808 (compilation-error-properties, compilation-move-to-column):
15809 Handle compilation-first-column while in the target buffer.
15810
15811 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
15812 Don't hardcode point-min==1.
15813
15814 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
15815 (eshell-rewrite-for-command): Remove workaround.
15816 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
15817 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
15818 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
15819
15820 * files-x.el (modify-file-local-variable): Obey commenting conventions.
15821
15822 2011-11-17 Glenn Morris <rgm@gnu.org>
15823
15824 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
15825 Ignore buffer-local generated-autoload-file if it is the same
15826 as the global value. (Bug#10049)
15827
15828 2011-11-17 Juanma Barranquero <lekktu@gmail.com>
15829
15830 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
15831 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
15832 (reftex-toc-previous-heading, reftex-toc-max-level)
15833 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
15834 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
15835 (reftex-toc-do-promote, reftex-toc-promote-prepare)
15836 (reftex-toc-promote-action, reftex-toc-extract-section-number)
15837 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
15838 (reftex-toc-rename-label, reftex-toc-visit-location)
15839 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
15840 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
15841 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
15842 leaving "*toc*" only for references to the buffer.
15843
15844 2011-11-17 Martin Rudalics <rudalics@gmx.at>
15845
15846 * window.el (window-resize, delete-window, split-window):
15847 Replace window-splits by window-combination-resize.
15848 * cus-start.el (window-splits): Replace by window-combination-resize.
15849
15850 2011-11-17 Glenn Morris <rgm@gnu.org>
15851
15852 * progmodes/sh-script.el (sh-font-lock-keywords-var):
15853 Make bash entry derive from sh entry, not shell entry.
15854
15855 2011-11-16 Michael Albinus <michael.albinus@gmx.de>
15856
15857 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
15858 local file name.
15859
15860 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
15861
15862 * menu-bar.el (menu-bar-file-menu):
15863 * printing.el (pr-ps-utility):
15864 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
15865 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
15866 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
15867 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
15868 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
15869 (icalendar--convert-cyclic-to-ical)
15870 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
15871 (icalendar--convert-ical-to-diary)
15872 (icalendar--convert-recurring-to-diary)
15873 (icalendar--convert-non-recurring-all-day-to-diary)
15874 (icalendar-import-format-sample):
15875 * progmodes/idlw-shell.el (idlwave-shell-mode):
15876 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
15877 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
15878 (vhdl-ps-print-init): Fix typos.
15879
15880 2011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
15881
15882 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
15883 FSF and collapse date sequence, obscure author/maintainer email address
15884 better, remove extra version line, track relocation of author's webpage.
15885
15886 * progmodes/python.el (python-pdbtrack-input-prompt)
15887 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
15888 regular python pdb prompts. Adjustments shamelessly taken exactly as
15889 suggested in EmacsWiki page (tiny change):
15890 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
15891
15892 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
15893
15894 * expand.el (expand-pos, expand-index, expand-point):
15895 Remove redundant info from docstring.
15896 (expand-add-abbrevs): Doc fix.
15897 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
15898 (expand-sample-perl-mode-expand-list): Fix typos.
15899
15900 * net/dbus.el (dbus-event-member-name):
15901 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
15902 * term/pc-win.el (msdos-create-frame-with-faces):
15903 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
15904
15905 2011-11-16 Martin Rudalics <rudalics@gmx.at>
15906
15907 * window.el (split-window, window-state-get-1)
15908 (window-state-put-1, window-state-put-2): Rename occurrences of
15909 window-nest to window-combination-limit.
15910 * cus-start.el (window-nest): Rename to window-combination-limit.
15911
15912 2011-11-16 Chong Yidong <cyd@gnu.org>
15913
15914 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
15915 regexp (Bug#10033).
15916
15917 2011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
15918
15919 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
15920 `completing-read' will remove *Completions* and will preserve
15921 current-buffer for us.
15922 (tmm-add-prompt): Users of *Completions* will always (re)set its
15923 major mode.
15924 (tmm-old-comp-map): Remove.
15925
15926 2011-11-16 Glenn Morris <rgm@gnu.org>
15927
15928 * mail/rmailedit.el: Require rmailmm when compiling.
15929 (rmail-old-mime-state): New declaration.
15930 (rmail-edit-current-message): If editing a mime message,
15931 edit the "raw" message from the mbox buffer.
15932 (rmail-cease-edit): Handle mime messages. (Bug#9840)
15933
15934 2011-11-15 Glenn Morris <rgm@gnu.org>
15935
15936 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
15937 which wasn't being used. Add optional arg to force given state.
15938 (rmail-mime): Add optional arg to force given state.
15939
15940 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
15941
15942 * allout.el (allout-encryption-plaintext-sanitization-regexps):
15943 * frame.el (display-mm-dimensions-alist):
15944 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
15945 (outline-move-subtree-down):
15946 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
15947 (newsticker--treeview-do-get-node):
15948 * net/quickurl.el (quickurl-list-buffer-name):
15949 * progmodes/dcl-mode.el (dcl-mode):
15950 * progmodes/gdb-mi.el (gdb-mapcar*):
15951 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
15952
15953 2011-11-15 Glenn Morris <rgm@gnu.org>
15954
15955 * mail/rmail.el (rmail-file-coding-system): It's only ever used
15956 in a boolean sense, so just make it a boolean, and fix the doc.
15957 (rmail-show-mime-function, rmail-mime-feature)
15958 (rmail-require-mime-maybe): Doc fixes.
15959 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
15960
15961 * mail/rmailmm.el (rmail-show-mime): Doc fix.
15962
15963 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
15964
15965 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
15966 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
15967 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
15968 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
15969
15970 2011-11-15 Glenn Morris <rgm@gnu.org>
15971
15972 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
15973 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
15974 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
15975 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
15976 (rmail-mime, rmail-show-mime): Doc fixes.
15977
15978 * term/ns-win.el (mode-line-frame-identification):
15979 Leave it alone. (Bug#10051)
15980
15981 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
15982
15983 * mail/rmailout.el (rmail-output-to-rmail-buffer):
15984 Handle empty buffers. (Bug#9978)
15985
15986 2011-11-14 Juanma Barranquero <lekktu@gmail.com>
15987
15988 * international/mule.el (define-charset):
15989 * mail/rmailmm.el (rmail-mime-find-header-encoding):
15990 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
15991 * progmodes/verilog-mode.el (verilog-backward-token):
15992 * textmodes/ispell.el (lookup-words):
15993 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
15994
15995 2011-11-14 Glenn Morris <rgm@gnu.org>
15996
15997 * progmodes/executable.el
15998 (executable-make-buffer-file-executable-if-script-p):
15999 Handle file-modes returning nil.
16000
16001 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
16002 message - not necessary, and causes problems. (Bug#9831)
16003
16004 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
16005
16006 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
16007
16008 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
16009 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
16010 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
16011
16012 2011-11-12 Martin Rudalics <rudalics@gmx.at>
16013
16014 * window.el (window-resize, delete-window): Use window-splits
16015 variable instead of function.
16016 (window-state-get-1, window-state-put-2, window-state-put):
16017 Don't deal with windows' splits status.
16018
16019 2011-11-12 Glenn Morris <rgm@gnu.org>
16020
16021 * apropos.el (apropos-do-all, apropos-library, apropos-value)
16022 (apropos-documentation): Doc fixes.
16023
16024 2011-11-11 Juanma Barranquero <lekktu@gmail.com>
16025
16026 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
16027 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
16028
16029 2011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
16030
16031 * electric.el (electric-indent-post-self-insert-function): Make it
16032 possible for a char to only indent in some circumstances.
16033 (electric-indent-mode): Simplify.
16034
16035 2011-11-11 Martin Rudalics <rudalics@gmx.at>
16036
16037 * window.el (windows-with-parameter): Remove unused function.
16038 (windows-at-side): Rename to window-at-side-list.
16039 (window-check, window-atom-check, window-atom-check-1)
16040 (window-side-check, window-size-ignore, window-size-fixed-1)
16041 (window-in-direction-2): Prefix with "window--".
16042 (window-tree-1): Rename to window--subtree, fix doc-string.
16043
16044 2011-11-11 Glenn Morris <rgm@gnu.org>
16045
16046 * subr.el (eval-after-load): If FILE is already loaded,
16047 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
16048
16049 2011-11-10 Glenn Morris <rgm@gnu.org>
16050
16051 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
16052 Call svn via vc-svn-command rather than vc-do-command.
16053 (vc-svn-command): Add --non-interactive. (Bug#9993)
16054 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
16055
16056 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
16057 Add toggle-read-only. (Bug#7292)
16058 * files.el (toggle-read-only): Mention that it should only
16059 be used interactively. (Bug#10006)
16060
16061 2011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
16062
16063 * progmodes/compile.el (compilation-error-regexp-alist-alist):
16064 Adjust regexp for OCaml warnings.
16065
16066 * electric.el (electric-pair-post-self-insert-function): Let user
16067 turn it off buffer-locally (bug#9932).
16068
16069 * progmodes/python.el (python-beginning-of-statement):
16070 Rewrite (bug#2703).
16071
16072 * progmodes/compile.el: Better handle TABs (bug#9749).
16073 (compilation-internal-error-properties)
16074 (compilation-next-error-function): Obey the target buffer's
16075 compilation-error-screen-columns.
16076
16077 2011-11-09 Juanma Barranquero <lekktu@gmail.com>
16078
16079 * progmodes/meta-mode.el: Remove obsolete comments.
16080 (meta-right-comment-regexp, meta-ignore-comment-regexp):
16081 Fix typos in docstrings.
16082
16083 2011-11-09 Martin Rudalics <rudalics@gmx.at>
16084
16085 * window.el (window-size-fixed-p): Rewrite doc-string.
16086 (window-resizable-p): Rename to window--resizable-p. Update callers.
16087 (window--resizable): New function. Make all callers of
16088 window-resizable call window--resizable instead.
16089 (window-resizable): Rewrite in terms of window--resizable.
16090
16091 2011-11-08 Glenn Morris <rgm@gnu.org>
16092
16093 * progmodes/delphi.el (delphi-mode-syntax-table):
16094 Let define-derived-mode define a proper syntax table. (Bug#9994)
16095
16096 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
16097
16098 * window.el: Stay away from defsubst.
16099 (window-list-no-nils): Remove.
16100 (window-state-get-1, window-state-get): Use backquote instead.
16101
16102 2011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
16103
16104 * emacs-lisp/find-func.el (find-function-read):
16105 Fix incorrect use of default argument in `completing-read'.
16106
16107 2011-11-08 Martin Rudalics <rudalics@gmx.at>
16108
16109 * window.el (display-buffer-function, special-display-function):
16110 Mention display-buffer-record-window but do not mention
16111 help-setup parameter in doc-strings.
16112 (window-min-delta): Fix doc-string typo.
16113
16114 2011-11-08 Chong Yidong <cyd@gnu.org>
16115
16116 * window.el (window-total-height, window-total-width): Doc fix.
16117 (window-body-size): Move from C.
16118 (window-body-height, window-body-width): Move to C.
16119
16120 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
16121
16122 * window.el: Make special-display like display-buffer-alist (bug#9532).
16123 (display-buffer--special-action): New function, morphed
16124 from display-buffer--special.
16125 (display-buffer): Use it to handle special-display-buffers at higher
16126 priority (just after display-buffer-alist).
16127 (display-buffer-fallback-action, display-buffer--other-frame-action)
16128 (pop-to-buffer-same-window): Remove display-buffer--special.
16129
16130 2011-11-07 Glenn Morris <rgm@gnu.org>
16131
16132 * calendar/cal-menu.el (cal-menu-set-date-title):
16133 Do nothing if not in a calendar. (Bug#9976)
16134
16135 2011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
16136
16137 * files.el (find-file): Always use selected-window.
16138
16139 2011-11-07 Martin Rudalics <rudalics@gmx.at>
16140
16141 * window.el (window-combinations): Make WINDOW argument
16142 mandatory. Rewrite doc-string.
16143 (walk-window-subtree, window-atom-check, window-min-delta)
16144 (window-max-delta, window--resize-this-window)
16145 (window--resize-root-window-vertically, window-tree)
16146 (balance-windows, window-state-put): Rewrite doc-strings as to
16147 not mention the term "subwindow".
16148 (window--resize-subwindows-skip-p): Rename to
16149 window--resize-child-windows-skip-p.
16150 (window--resize-subwindows-normal): Rename to
16151 window--resize-child-windows-normal.
16152 (window--resize-subwindows): Rename to
16153 window--resize-child-windows.
16154 (window-or-subwindow-p): Rename to window--in-subtree-p.
16155
16156 2011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
16157
16158 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
16159 Ensure that mbox format messages end in two newlines (Bug#9974).
16160
16161 2011-11-06 Chong Yidong <cyd@gnu.org>
16162
16163 * window.el (window-combination-p): Function deleted; its
16164 side-effect is not used in any existing code.
16165 (window-combinations, window-combined-p): Call window-*-child
16166 directly.
16167
16168 2011-11-05 Chong Yidong <cyd@gnu.org>
16169
16170 * window.el (window-valid-p): Rename from window-any-p.
16171 (window-size-ignore, window-state-get): Callers changed.
16172 (window-normalize-window): Rename from window-normalize-any-window.
16173 New arg LIVE-ONLY, replacing window-normalize-live-window.
16174 (window-normalize-live-window): Delete.
16175 (window-combination-p, window-combined-p, window-combinations)
16176 (walk-window-subtree, window-atom-root, window-min-size)
16177 (window-sizable, window-sizable-p, window-size-fixed-p)
16178 (window-min-delta, window-max-delta, window-resizable)
16179 (window-resizable-p, window-full-height-p, window-full-width-p)
16180 (window-current-scroll-bars, window-point-1, set-window-point-1)
16181 (window-at-side-p, window-in-direction, window-resize)
16182 (adjust-window-trailing-edge, maximize-window, minimize-window)
16183 (window-deletable-p, delete-window, delete-other-windows)
16184 (record-window-buffer, unrecord-window-buffer)
16185 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
16186 (quit-window, split-window, window-state-put)
16187 (set-window-text-height, fit-window-to-buffer)
16188 (shrink-window-if-larger-than-buffer): Callers changed.
16189
16190 2011-11-04 Eli Zaretskii <eliz@gnu.org>
16191
16192 * mail/rmail.el (rmail-simplified-subject): Decode subject with
16193 rfc2047-decode-string.
16194 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
16195 warnings.
16196
16197 * window.el (window-body-height, window-body-width): Mention in
16198 the doc string that the return values are in frame's canonical
16199 units. (Bug#9949)
16200
16201 2011-11-03 Alan Mackenzie <acm@muc.de>
16202
16203 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
16204 change in cc-engine.el.
16205
16206 2011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
16207
16208 * window.el (switch-to-buffer): Use `force-same-window' interactively.
16209
16210 2011-11-02 Martin Rudalics <rudalics@gmx.at>
16211
16212 * window.el (quit-window): Call unrecord-window-buffer after
16213 showing another buffer in the window. (Bug#9937)
16214 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
16215
16216 2011-11-02 Juanma Barranquero <lekktu@gmail.com>
16217
16218 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
16219 Accept status with more than 9 shelves. (Bug#9935)
16220 Reported by Colin D Bennett <colin@gibibit.com>.
16221
16222 2011-11-01 Martin Rudalics <rudalics@gmx.at>
16223
16224 * help.el (with-help-window): Don't reference
16225 temp-buffer-show-specifiers in doc-string.
16226
16227 2011-10-31 Andreas Schwab <schwab@linux-m68k.org>
16228
16229 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
16230 menu-item.
16231
16232 2011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16233
16234 * whitespace.el: New version 13.2.2.
16235 (whitespace-newline-mode): Disable properly. Reported by Sarah
16236 <EmacsWiki>.
16237
16238 2011-10-30 Ulf Jasper <ulf.jasper@web.de>
16239
16240 * net/newst-treeview.el: Remove "Time-stamp".
16241 (newsticker--group-manage-orphan-feeds): Do not call
16242 newsticker--treeview-tree-update.
16243 (newsticker-treeview-update, newsticker-treeview):
16244 Call newsticker--treeview-tree-update if necessary.
16245
16246 2011-10-30 Martin Rudalics <rudalics@gmx.at>
16247
16248 * window.el (window-iso-combination-p, window-iso-combined-p)
16249 (window-iso-combinations): Remove "iso-" infix.
16250 Suggested by Chong Yidong.
16251 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
16252 (window-max-delta-1, window-resize, window--resize-siblings)
16253 (window--resize-this-window, adjust-window-trailing-edge)
16254 (split-window, balance-windows-1)
16255 (shrink-window-if-larger-than-buffer):
16256 * calendar/calendar.el (calendar-generate-window):
16257 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
16258
16259 2011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
16260
16261 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
16262 in place (bug#9907).
16263 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
16264 (eshell-rewrite-if-command, eshell-rewrite-for-command)
16265 (eshell-structure-basic-command, eshell-rewrite-while-command)
16266 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
16267 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
16268 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
16269 (eshell-do-pipelines-synchronously, eshell-eval-command):
16270 Use backquotes and prefer setq to set.
16271 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
16272 (eshell-macrop): Use functionp.
16273 (eshell-do-eval): Handle multiple expressions in `while' body.
16274
16275 2011-10-30 Chong Yidong <cyd@gnu.org>
16276
16277 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
16278 instead of set-mark (Bug#9810).
16279
16280 2011-10-30 Chong Yidong <cyd@gnu.org>
16281
16282 * window.el (split-window-below, split-window-right): Rename from
16283 split-window-above-each-other and split-window-side-by-side
16284 respectively. All callers changed.
16285 (split-window-sensibly, split-window-sensibly): Use them.
16286 (split-window-keep-point): Doc fix.
16287
16288 * isearch.el: Add isearch-scroll property to split-window-below
16289 and split-window-right.
16290
16291 * follow.el (follow-mode):
16292 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
16293 * progmodes/ada-xref.el (ada-gdb-application):
16294 * emulation/vip.el (vip-buffer-in-two-windows):
16295 * image-dired.el (image-dired-dired-with-window-configuration):
16296 * dired-x.el (dired-do-find-marked-files):
16297 * dired.el (dired-pop-to-buffer):
16298 * bs.el (bs--show-with-configuration):
16299 * vc/emerge.el (emerge-setup-windows):
16300 * textmodes/two-column.el (2C-two-columns):
16301 * textmodes/reftex-toc.el (reftex-toc):
16302 * progmodes/gdb-mi.el (gdb-setup-windows):
16303 * progmodes/fortran.el (fortran-window-create):
16304 * net/newst-treeview.el (newsticker--treeview-window-init):
16305 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
16306 * emulation/tpu-edt.el (tpu-gold-map):
16307 * emulation/crisp.el (crisp-mode-map):
16308 * calendar/calendar.el (calendar-basic-setup): Callers changed.
16309
16310 2011-10-29 Chong Yidong <cyd@gnu.org>
16311
16312 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
16313
16314 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
16315
16316 * textmodes/flyspell.el (flyspell-word): Fix char offset for
16317 forged Ispell output (Bug#7904).
16318
16319 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
16320
16321 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
16322
16323 * doc-view.el: Avoid ugly errors about not finding nil.
16324 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
16325 (doc-view-dvipdf-program, doc-view-unoconv-program)
16326 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
16327 Avoid nil or absolute file name as default value.
16328 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
16329
16330 2011-10-28 Alan Mackenzie <acm@muc.de>
16331
16332 * progmodes/cc-defs.el (c-version): -> 5.32.2.
16333
16334 2011-10-28 Alan Mackenzie <acm@muc.de>
16335
16336 Amend the handling of c-beginning/end-of-defun in nested declaration
16337 scopes.
16338
16339 * progmodes/cc-vars.el (c-defun-tactic): Move here from
16340 cc-langs.el. Change it to a defcustom.
16341
16342 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
16343 cc-vars.el.
16344
16345 * progmodes/cc-engine.el (c-beginning-of-statement-1):
16346 Prevent "class foo : bar" being spuriously recognized as a label.
16347
16348 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
16349 Add parameter `inclusive' (to include enclosing braces in the region).
16350 (c-widen-to-enclosing-decl-scope): New function.
16351 (c-while-widening-to-decl-block): New macro.
16352 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
16353 outward for defun boundaries, and correspondingly change symbol
16354 `respect-enclosure' to `go-outward'.
16355 (c-declaration-limits): Change algorithm to report only the "innermost"
16356 defun's boundaries.
16357
16358 2011-10-28 Deniz Dogan <deniz@dogan.se>
16359
16360 * net/rcirc.el (rcirc-mode): Use hard newlines.
16361
16362 2011-10-28 Alan Mackenzie <acm@muc.de>
16363
16364 Amend to indent and fontify macros "which include their own semicolon"
16365 correctly, using the "virtual semicolon" mechanism.
16366
16367 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
16368
16369 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
16370 Recode to scan one line at a time rather than having \n and \r
16371 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
16372 (c-forward-label): Amend for virtual semicolons.
16373 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
16374
16375 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
16376 of the new C macros.
16377
16378 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
16379 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
16380 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
16381 (c-opt-cpp-macro-define): Make into a full language variable.
16382 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
16383 AWK Mode (including \n, \r) removed, no longer needed.
16384
16385 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
16386 Invoke c-make-macro-with-semi-re.
16387
16388 * progmodes/cc-vars.el (c-macro-with-semi-re):
16389 (c-macro-names-with-semicolon): New variables.
16390 (c-make-macro-with-semi-re): New function.
16391
16392 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
16393
16394 * vc/log-edit.el: Fill empty field rather than adding new one.
16395 (log-edit-add-field): New function.
16396 (log-edit-insert-changelog): Use it.
16397
16398 2011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
16399
16400 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
16401
16402 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
16403
16404 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
16405 (gdb--check-interpreter): New function.
16406 (gdb): Use it.
16407
16408 2011-10-27 Glenn Morris <rgm@gnu.org>
16409
16410 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
16411 (least-positive-float, least-negative-float)
16412 (least-positive-normalized-float, least-negative-normalized-float)
16413 (float-epsilon, float-negative-epsilon):
16414 Remove unnecessary declarations.
16415
16416 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
16417 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
16418 (least-positive-float, least-negative-float)
16419 (least-positive-normalized-float, least-negative-normalized-float)
16420 (float-epsilon, float-negative-epsilon): Add doc-strings,
16421 based on those in cl.texi.
16422
16423 * files.el (set-visited-file-name): If the major-mode changed,
16424 reload the local variables. (Bug#9796)
16425
16426 2011-10-27 Chong Yidong <cyd@gnu.org>
16427
16428 * subr.el (change-major-mode-after-body-hook): New hook.
16429 (run-mode-hooks): Run it.
16430
16431 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
16432 Use change-major-mode-before-body-hook.
16433
16434 * simple.el (fundamental-mode):
16435 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
16436 change introducing fundamental-mode-hook.
16437
16438 2011-10-26 Juanma Barranquero <lekktu@gmail.com>
16439
16440 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
16441
16442 2011-10-26 Michael Albinus <michael.albinus@gmx.de>
16443
16444 * ido.el (ido-file-name-all-completions-1): Do not require
16445 tramp.el explicitly. (Bug#7583)
16446
16447 2011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
16448
16449 * progmodes/octave-mod.el:
16450 * progmodes/octave-inf.el: Update maintainer.
16451
16452 2011-10-26 Chong Yidong <cyd@gnu.org>
16453
16454 * subr.el (with-wrapper-hook): Rewrite doc.
16455
16456 2011-10-25 Michael Albinus <michael.albinus@gmx.de>
16457
16458 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
16459 filenames "/method:foo:". (Bug#9793)
16460
16461 2011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
16462
16463 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
16464 (bug#9865).
16465
16466 2011-10-24 Glenn Morris <rgm@gnu.org>
16467
16468 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
16469
16470 2011-10-24 Michael Albinus <michael.albinus@gmx.de>
16471
16472 * notifications.el: Add the requirement of a running D-Bus session
16473 bus to the Commentary.
16474
16475 2011-10-24 Juri Linkov <juri@jurta.org>
16476
16477 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
16478 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
16479 (Bug#9364)
16480
16481 2011-10-24 Juri Linkov <juri@jurta.org>
16482
16483 * info.el (Info-following-node-name-re): Add newline to the list
16484 of allowed characters for leading space. (Bug#9824)
16485
16486 2011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
16487
16488 * progmodes/octave-inf.el (inferior-octave-mode-map):
16489 Fix C-c C-h binding.
16490 * progmodes/octave-mod.el (octave-help): Remove.
16491
16492 2011-10-23 Michael Albinus <michael.albinus@gmx.de>
16493
16494 Sync with Tramp 2.2.3.
16495
16496 * net/tramp-cache.el (top): Pacify byte-compiler using
16497 `init-file-user' and `site-run-file'.
16498
16499 * net/trampver.el: Update release number.
16500
16501 2011-10-23 Chong Yidong <cyd@gnu.org>
16502
16503 * files.el (toggle-read-only): Remove obsolete comment about
16504 version control.
16505
16506 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
16507 for toggle-read-only. Note that this hasn't called vc-next-action
16508 since 2008-05-02, though it wasn't documented at the time.
16509
16510 * vc/ediff-init.el (ediff-toggle-read-only-function):
16511 Use toggle-read-only.
16512
16513 2011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
16514
16515 Fix bug #9560, sporadic wrong indentation; improve instrumentation
16516 of c-parse-state.
16517
16518 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
16519 correct faulty logical expression.
16520 (c-parse-state-state, c-record-parse-state-state):
16521 (c-replay-parse-state-state): New defvar/defuns.
16522 (c-debug-parse-state): Use new functions.
16523
16524 2011-10-22 Martin Rudalics <rudalics@gmx.at>
16525
16526 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
16527 last fix. Use window-in-direction correctly.
16528
16529 2011-10-21 Chong Yidong <cyd@gnu.org>
16530
16531 * progmodes/idlwave.el (idlwave-mode):
16532 * progmodes/vera-mode.el (vera-mode): No need to set
16533 require-final-newline; that's done in prog-mode.
16534 Suggested by Stefan Monnier.
16535
16536 2011-10-21 Martin Rudalics <rudalics@gmx.at>
16537
16538 * mouse.el (mouse-drag-window-above)
16539 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
16540 (mouse-drag-mode-line-1, mouse-drag-header-line)
16541 (mouse-drag-vertical-line-rightward-window): Remove.
16542 (mouse-drag-line): New function.
16543 (mouse-drag-mode-line, mouse-drag-header-line)
16544 (mouse-drag-vertical-line): Call mouse-drag-line.
16545 * window.el (window-at-side-p, windows-at-side): New functions.
16546
16547 2011-10-21 Ulrich Mueller <ulm@gentoo.org>
16548
16549 * tar-mode.el (tar-grind-file-mode):
16550 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
16551
16552 2011-10-21 Chong Yidong <cyd@gnu.org>
16553
16554 * progmodes/idlwave.el (idlwave-mode):
16555 * progmodes/vera-mode.el (vera-mode):
16556 Use mode-require-final-newline.
16557
16558 2011-10-20 Glenn Morris <rgm@gnu.org>
16559
16560 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
16561
16562 2011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
16563
16564 * emulation/cua-base.el (cua-set-mark): Fix case of string.
16565
16566 2011-10-20 Chong Yidong <cyd@gnu.org>
16567
16568 * emulation/cua-base.el (cua-mode):
16569 * mail/footnote.el (footnote-mode):
16570 * mail/mailabbrev.el (mail-abbrevs-mode):
16571 * net/xesam.el (xesam-minor-mode):
16572 * progmodes/bug-reference.el (bug-reference-mode):
16573 * progmodes/cap-words.el (capitalized-words-mode):
16574 * progmodes/compile.el (compilation-minor-mode)
16575 (compilation-shell-minor-mode):
16576 * progmodes/gud.el (gud-tooltip-mode):
16577 * progmodes/hideif.el (hide-ifdef-mode):
16578 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
16579 * progmodes/subword.el (subword-mode):
16580 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
16581 * progmodes/which-func.el (which-function-mode):
16582 * term/tvi970.el (tvi970-set-keypad-mode):
16583 * term/vt100.el (vt100-wide-mode):
16584 * textmodes/flyspell.el (flyspell-mode):
16585 * textmodes/ispell.el (ispell-minor-mode):
16586 * textmodes/nroff-mode.el (nroff-electric-mode):
16587 * textmodes/paragraphs.el (use-hard-newlines):
16588 * textmodes/refill.el (refill-mode):
16589 * textmodes/reftex.el (reftex-mode):
16590 * textmodes/rst.el (rst-minor-mode):
16591 * textmodes/sgml-mode.el (html-autoview-mode)
16592 (sgml-electric-tag-pair-mode):
16593 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
16594 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
16595 * emulation/crisp.el (crisp-mode):
16596 * emacs-lisp/eldoc.el (eldoc-mode):
16597 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
16598 minor mode behavior.
16599
16600 2011-10-19 Juri Linkov <juri@jurta.org>
16601
16602 * descr-text.el (describe-char): Add #x2010 and #x2011 to
16603 the list of hard-coded chars with escape-glyph face.
16604
16605 2011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
16606
16607 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
16608
16609 2011-10-19 Michael Albinus <michael.albinus@gmx.de>
16610
16611 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
16612 running process.
16613
16614 2011-10-19 Glenn Morris <rgm@gnu.org>
16615
16616 * vc/vc-bzr.el (vc-bzr-after-dir-status):
16617 Ignore ignored files. (Bug#9726)
16618
16619 2011-10-19 Chong Yidong <cyd@gnu.org>
16620
16621 Doc fix for minor modes, stating that an omitted argument enables
16622 the mode unconditionally when called from Lisp.
16623
16624 * abbrev.el (abbrev-mode):
16625 * allout.el (allout-mode):
16626 * autoinsert.el (auto-insert-mode):
16627 * autoarg.el (autoarg-mode, autoarg-kp-mode):
16628 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
16629 (global-auto-revert-mode):
16630 * battery.el (display-battery-mode):
16631 * composite.el (global-auto-composition-mode)
16632 (auto-composition-mode):
16633 * delsel.el (delete-selection-mode):
16634 * desktop.el (desktop-save-mode):
16635 * dired-x.el (dired-omit-mode):
16636 * dirtrack.el (dirtrack-mode):
16637 * doc-view.el (doc-view-minor-mode):
16638 * double.el (double-mode):
16639 * electric.el (electric-indent-mode, electric-pair-mode):
16640 * emacs-lock.el (emacs-lock-mode):
16641 * epa-hook.el (auto-encryption-mode):
16642 * follow.el (follow-mode):
16643 * font-core.el (font-lock-mode):
16644 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
16645 * help.el (temp-buffer-resize-mode):
16646 * hilit-chg.el (highlight-changes-mode)
16647 (highlight-changes-visible-mode):
16648 * hi-lock.el (hi-lock-mode):
16649 * hl-line.el (hl-line-mode, global-hl-line-mode):
16650 * icomplete.el (icomplete-mode):
16651 * ido.el (ido-everywhere):
16652 * image-file.el (auto-image-file-mode):
16653 * image-mode.el (image-minor-mode):
16654 * iswitchb.el (iswitchb-mode):
16655 * jka-cmpr-hook.el (auto-compression-mode):
16656 * linum.el (linum-mode):
16657 * longlines.el (longlines-mode):
16658 * master.el (master-mode):
16659 * mb-depth.el (minibuffer-depth-indicate-mode):
16660 * menu-bar.el (menu-bar-mode):
16661 * minibuf-eldef.el (minibuffer-electric-default-mode):
16662 * mouse-sel.el (mouse-sel-mode):
16663 * msb.el (msb-mode):
16664 * mwheel.el (mouse-wheel-mode):
16665 * outline.el (outline-minor-mode):
16666 * paren.el (show-paren-mode):
16667 * recentf.el (recentf-mode):
16668 * reveal.el (reveal-mode, global-reveal-mode):
16669 * rfn-eshadow.el (file-name-shadow-mode):
16670 * ruler-mode.el (ruler-mode):
16671 * savehist.el (savehist-mode):
16672 * scroll-all.el (scroll-all-mode):
16673 * scroll-bar.el (scroll-bar-mode):
16674 * server.el (server-mode):
16675 * shell.el (shell-dirtrack-mode):
16676 * simple.el (auto-fill-mode, transient-mark-mode)
16677 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
16678 (line-number-mode, column-number-mode, size-indication-mode)
16679 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
16680 * strokes.el (strokes-mode):
16681 * time.el (display-time-mode):
16682 * t-mouse.el (gpm-mouse-mode):
16683 * tool-bar.el (tool-bar-mode):
16684 * tooltip.el (tooltip-mode):
16685 * type-break.el (type-break-mode-line-message-mode)
16686 (type-break-query-mode):
16687 * view.el (view-mode):
16688 * whitespace.el (whitespace-mode, whitespace-newline-mode)
16689 (global-whitespace-mode, global-whitespace-newline-mode):
16690 * xt-mouse.el (xterm-mouse-mode): Doc fix.
16691
16692 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
16693 Fix autogenerated docstring.
16694
16695 2011-10-19 Juri Linkov <juri@jurta.org>
16696
16697 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
16698 by checking environment variables "DESKTOP_SESSION" and
16699 "XDG_CURRENT_DESKTOP". (Bug#9779)
16700
16701 2011-10-19 Juri Linkov <juri@jurta.org>
16702
16703 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
16704 (browse-url-chromium-program, browse-url-chromium-arguments):
16705 New defcustoms.
16706 (browse-url-default-browser): Check for `browse-url-chromium' and
16707 call `browse-url-chromium-program'.
16708 (browse-url-chromium): New command. (Bug#9779)
16709
16710 2011-10-18 Juanma Barranquero <lekktu@gmail.com>
16711
16712 * facemenu.el (list-colors-duplicates): On Windows, detect more
16713 duplicates by assuming that only colors matching "^System" are
16714 special "system colors". (Bug#9722)
16715
16716 2011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
16717
16718 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
16719 to distinguish the author from the committer.
16720
16721 2011-10-18 Michael Albinus <michael.albinus@gmx.de>
16722
16723 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
16724
16725 2011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
16726
16727 * international/mule.el (sgml-html-meta-auto-coding-function):
16728 Add support for detecting encoding in HTML5 specified only as
16729 <meta charset="UTF-8">. Implementation just makes http-equiv and
16730 content-type parts from HTML4 encoding string optional. (Bug#9716)
16731
16732 2011-10-18 Glenn Morris <rgm@gnu.org>
16733
16734 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
16735
16736 2011-10-18 Chong Yidong <cyd@gnu.org>
16737
16738 * faces.el (cursor): Doc fix.
16739
16740 2011-10-17 Chong Yidong <cyd@gnu.org>
16741
16742 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
16743
16744 2011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
16745
16746 * dirtrack.el (dirtrack): Support shell buffers with path
16747 prefixes, e.g. tramp-based remote shells. (Bug#9647)
16748
16749 2011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
16750
16751 * json.el: Bump version to 1.3 and note change in History.
16752 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
16753
16754 2011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
16755
16756 * comint.el (comint-insert-input, comint-send-input)
16757 (comint-get-old-input-default, comint-backward-matching-input)
16758 (comint-next-prompt): Use nil instead of `input' for field property of
16759 past user input (bug#114).
16760
16761 * minibuffer.el (completion--replace): Inherit surrounding properties
16762 (bug#114).
16763 (minibuffer-complete-and-exit): Use it.
16764
16765 * comint.el (comint--table-subvert): Quote the all-completions output
16766 (bug#9160).
16767
16768 2011-10-17 Martin Rudalics <rudalics@gmx.at>
16769
16770 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
16771
16772 * menu-bar.el (menu-bar-file-menu): Add entry for making new
16773 window on right of selected. (Bug#9350) Reword other window
16774 entries and separate them from frame entries.
16775
16776 2011-10-15 Glenn Morris <rgm@gnu.org>
16777
16778 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
16779 Doc fixes.
16780
16781 2011-10-15 Chong Yidong <cyd@stupidchicken.com>
16782
16783 * net/network-stream.el (network-stream-open-starttls):
16784 Improve detection of failure due to lack of TLS support.
16785
16786 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
16787 putting the input text in front and in bold.
16788
16789 2011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
16790
16791 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
16792
16793 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
16794 empty buffer.
16795
16796 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
16797 unread-command-events rather than pushing yet-another event.
16798
16799 2011-10-14 Eli Zaretskii <eliz@gnu.org>
16800
16801 * mail/sendmail.el (sendmail-query-once): Improve the wording of
16802 the explanation of the possible choices. Make the options passed
16803 to completing-read shorter.
16804
16805 2011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
16806
16807 * textmodes/flyspell.el (flyspell-large-region): Make sure
16808 extended character mode is used if defined (Bug#1339).
16809
16810 2011-10-13 Eli Zaretskii <eliz@gnu.org>
16811
16812 * simple.el (what-cursor-position): Fix the display of the
16813 character info for LRE, LRO, RLE, and RLO characters by appending
16814 an invisible PDF.
16815
16816 2011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
16817
16818 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
16819 even in case of error; add debug spec; simplify data flow.
16820 (with-timeout-handler): Remove.
16821
16822 2011-10-12 Michael Albinus <michael.albinus@gmx.de>
16823
16824 Fix Bug#6019, Bug#9315.
16825
16826 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
16827 complete `buffer-file-name', the local file name part could look
16828 remotely (for example on VMS).
16829
16830 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
16831 `tramp-run-real-handler'.
16832 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
16833 already quoted by '"'.
16834
16835 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
16836 Let `file-name-handler-alist' be nil, the local file name part
16837 could look remotely (for example on VMS).
16838
16839 2011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
16840
16841 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
16842 from here...
16843 (flyspell-post-command-hook): ...to here.
16844
16845 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
16846
16847 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
16848 if not needed.
16849 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
16850 using completion. Protect against "slow" callers.
16851 Remove the "message hack".
16852
16853 2011-10-11 Juri Linkov <juri@jurta.org>
16854
16855 * isearch.el (isearch-lazy-highlight-word): New variable.
16856 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
16857 Use it. (Bug#9727)
16858
16859 2011-10-11 Glenn Morris <rgm@gnu.org>
16860
16861 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
16862 like f90-previous-statement does.
16863
16864 2011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
16865
16866 * eshell/eshell.el (eshell-command): History should be saved
16867 only in interactive use, to avoid error.
16868
16869 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
16870
16871 * minibuffer.el (completion-file-name-table): Fix last change,
16872 i.e. ignore normal errors but not the other ones.
16873
16874 2011-10-10 Martin Rudalics <rudalics@gmx.at>
16875
16876 * window.el (special-display-buffer-names)
16877 (special-display-regexps): Remove some remnants of earlier
16878 changes from doc-strings.
16879 (quit-windows-on): New function.
16880
16881 * vc/vc.el (vc-revert, vc-rollback):
16882 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
16883 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
16884 (Bug#6183) (Bug#7074) (Bug#7447)
16885
16886 2011-10-09 Martin Rudalics <rudalics@gmx.at>
16887
16888 * window.el (frame-auto-hide-function): Add version tag.
16889 (Bug#9699)
16890
16891 2011-10-09 Michael Albinus <michael.albinus@gmx.de>
16892
16893 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
16894 condition.
16895
16896 2011-10-09 Leo Liu <sdl.web@gmail.com>
16897
16898 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
16899 (Bug#9701)
16900
16901 2011-10-08 Glenn Morris <rgm@gnu.org>
16902
16903 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
16904 before the first code statement zero indent. (Bug#9690)
16905
16906 2011-10-08 Chong Yidong <cyd@stupidchicken.com>
16907
16908 * simple.el (count-words-region): Always count in the region.
16909 Report the number of lines and characters too.
16910 (count-words): New command, which counts in the buffer if the
16911 region is inactive, as count-words-region used to.
16912 (count-words--message): New function. Handle plurals.
16913 (count-lines-region): Make it an alias for count-words-region.
16914
16915 * bindings.el (esc-map): Replace count-lines-region with
16916 count-words-region.
16917
16918 2011-10-08 Martin Rudalics <rudalics@gmx.at>
16919
16920 * window.el (window--delete): Delete dedicated frame
16921 unconditionally when argument KILL is non-nil. (Bug#9699)
16922 (switch-to-buffer): Fix doc-string typo.
16923
16924 2011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
16925
16926 * eshell/eshell.el (eshell-command): Avoid using hooks.
16927
16928 2011-10-07 Chong Yidong <cyd@stupidchicken.com>
16929
16930 * bindings.el ([M-left],[M-right]): Bind to left-word and
16931 right-word respectively.
16932
16933 2011-10-07 Glenn Morris <rgm@gnu.org>
16934
16935 * cus-start.el (debug-on-quit): Fix custom type.
16936
16937 2011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
16938
16939 * subr.el (define-key-after): Clarify that the function is not
16940 useful for non-menu keymaps.
16941
16942 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
16943
16944 2011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
16945
16946 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
16947 in current minibuffer (Fix bug with recursive minibuffers).
16948
16949 2011-10-06 Chong Yidong <cyd@stupidchicken.com>
16950
16951 * progmodes/gdb-mi.el (gdb): Doc fix.
16952
16953 2011-10-05 Martin Rudalics <rudalics@gmx.at>
16954
16955 * window.el (frame-auto-hide-function): New option replacing
16956 frame-auto-delete. Suggested by Stefan Monnier.
16957 (window--delete): Call frame-auto-hide-function instead of
16958 investigating frame-auto-delete.
16959 (window-point-1, set-window-point-1): New functions.
16960 (window-in-direction, record-window-buffer, window-state-get-1)
16961 (display-buffer-record-window): Use window-point-1 instead of
16962 window-point.
16963 (set-window-buffer-start-and-point): Use set-window-point-1.
16964
16965 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
16966
16967 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
16968
16969 2011-10-05 Glenn Morris <rgm@gnu.org>
16970
16971 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
16972 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
16973
16974 2011-10-05 Leo Liu <sdl.web@gmail.com>
16975
16976 * subr.el (read-char-choice): Fix argument to buffer-live-p which
16977 works with buffer object.
16978
16979 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
16980
16981 * mpc.el (mpc-tool-bar-map): Add labels.
16982
16983 2011-10-04 Glenn Morris <rgm@gnu.org>
16984
16985 * calendar/holidays.el (calendar-check-holidays): Doc fix.
16986
16987 2011-10-04 Martin Rudalics <rudalics@gmx.at>
16988
16989 * window.el (window--delete): New function.
16990 (frame-auto-delete): Resuscitate option.
16991 (bury-buffer, replace-buffer-in-windows)
16992 (quit-window): Rewrite using window--delete.
16993 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
16994 Pass display-buffer-mark-dedicated to window--display-buffer-2
16995 (Bug#9639).
16996
16997 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
16998
16999 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
17000 returns a list (bug#9554). Add remote file name completion.
17001 * comint.el (comint--table-subvert): Curry and get quote&unquote
17002 functions as arguments.
17003 (comint--complete-file-name-data): Adjust call accordingly.
17004 * pcomplete.el (pcomplete--table-subvert): Remove.
17005 (pcomplete-completions-at-point): Use comint--table-subvert instead.
17006
17007 * minibuffer.el (completion-table-case-fold): Use currying.
17008 (completion--styles-type, completion--cycling-threshold-type):
17009 New constants.
17010 (completion-styles, completion-category-overrides)
17011 (completion-cycle-threshold): Use them.
17012 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
17013 completion-table-case-fold.
17014
17015 2011-10-03 Stephen Berman <stephen.berman@gmx.net>
17016
17017 * minibuffer.el (completion-category-overrides): Fix type of styles
17018 and add more user friendly tags (bug#9660).
17019
17020 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
17021
17022 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
17023 (mule-input-method-string): New widget.
17024 (default-input-method, language-info-custom-alist): Use it.
17025
17026 2011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
17027
17028 * pcomplete.el: Require comint.
17029 (pcomplete--common-suffix): Remove.
17030 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
17031 (pcomplete--table-subvert): Sync with comint--table-subvert.
17032 (pcomplete--entries): Use comint-completion-file-name-table.
17033 * comint.el (comint-unquote-filename): Simplify.
17034 (comint-completion-file-name-table): New function (bug#9616).
17035 (comint--complete-file-name-data): Use it.
17036
17037 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
17038 (pcmpl-gnu-tar-buffer): Remove.
17039 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
17040 around. Make sure pcomplete-suffix-list is only changed temporarily.
17041 Don't look inside the tar's file if it's too large.
17042
17043 2011-10-01 Chong Yidong <cyd@stupidchicken.com>
17044
17045 * cus-edit.el (custom-mode-map):
17046 * epa.el (epa-key-list-mode-map):
17047 * man.el (Man-mode-map):
17048 * startup.el (splash-screen-keymap):
17049 * simple.el (special-mode-map): Use scroll-up-command and
17050 scroll-down-command.
17051
17052 * progmodes/idlw-help.el (idlwave-help-mode-map):
17053 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
17054 * net/newst-plainview.el (newsticker-mode-map):
17055 * emulation/ws-mode.el (wordstar-mode-map):
17056 * emulation/vi.el (vi-com-map):
17057 * calc/calc-graph.el (calc-graph-show-dumb):
17058 * term/sun.el (terminal-init-sun):
17059 * term/ns-win.el (global-map):
17060 * progmodes/grep.el (grep-mode-map):
17061 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
17062 * mail/rmail.el (rmail-mode-map):
17063 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
17064
17065 * custom.el (custom-safe-themes, load-theme): Treat value of t for
17066 custom-safe-themes as special.
17067
17068 2011-10-01 Julien Danjou <julien@danjou.info>
17069
17070 * notifications.el (notifications-notify): Fix docstring.
17071
17072 2011-10-01 Per Starbäck <per@starback.se>
17073
17074 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
17075
17076 2011-09-30 Martin Rudalics <rudalics@gmx.at>
17077
17078 * startup.el (command-line-1): Fix last fix by inserting
17079 initial-scratch-message into *scratch* before displaying it.
17080 (Bug#9605) and (Bug#9636)
17081
17082 2011-09-29 Eli Zaretskii <eliz@gnu.org>
17083
17084 * simple.el (line-move): If auto-hscroll-mode is disabled and the
17085 window is hscrolled, move by logical lines. (Bug#9607)
17086 (line-move-visual): Update the doc string to the above effect.
17087
17088 2011-09-29 Martin Rudalics <rudalics@gmx.at>
17089
17090 * window.el (display-buffer-record-window): When WINDOW is the
17091 selected window use `point' instead of `window-point'. (Bug#9626)
17092
17093 * startup.el (command-line-1): Use insert-before-markers when
17094 inserting initial-scratch-message. (Bug#9605)
17095
17096 * help.el (help-window): Remove variable.
17097
17098 2011-09-29 Glenn Morris <rgm@gnu.org>
17099
17100 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
17101
17102 2011-09-29 Juanma Barranquero <lekktu@gmail.com>
17103
17104 * descr-text.el (describe-char-categories): Accept category
17105 descriptions more than one line long.
17106
17107 2011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
17108
17109 * simple.el (delete-trailing-whitespace): Fix last change.
17110
17111 * progmodes/perl-mode.el (perl-syntax-propertize-function):
17112 Don't confuse "y => 3" as the beginning of a `y' operation.
17113
17114 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
17115 object has more than 4 slots (bug#9613).
17116
17117 2011-09-28 Juanma Barranquero <lekktu@gmail.com>
17118
17119 * subr.el (with-output-to-temp-buffer):
17120 * net/quickurl.el (quickurl, quickurl-browse-url):
17121 Fix typos in docstrings.
17122
17123 2011-09-27 Eli Zaretskii <eliz@gnu.org>
17124
17125 * minibuffer.el (completion-styles)
17126 (completion-category-overrides): Cross reference each other in doc
17127 strings.
17128
17129 2011-09-27 Glenn Morris <rgm@gnu.org>
17130
17131 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
17132 to split-string. (Bug#9606)
17133
17134 2011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
17135
17136 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
17137 (bug#9615).
17138
17139 2011-09-27 Chong Yidong <cyd@stupidchicken.com>
17140
17141 * emacs-lisp/package.el (list-packages): Fix echo area message.
17142
17143 2011-09-27 Leo Liu <sdl.web@gmail.com>
17144
17145 * ido.el (ido-read-internal): Accept cons cell HIST arg.
17146
17147 2011-09-25 Michael Albinus <michael.albinus@gmx.de>
17148
17149 * net/dbus.el (dbus-unregister-object): Don't release services for
17150 registered signals. (Bug#9581)
17151
17152 2011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
17153
17154 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
17155 function that picks between cfengine 2 and 3 support
17156 automatically. Update docs accordingly.
17157
17158 2011-09-22 Kenichi Handa <handa@m17n.org>
17159
17160 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
17161 ZERO.
17162 (indian-itrans-v5-table-for-tamil): New variable.
17163 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
17164
17165 2011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
17166
17167 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
17168 that's true if the current command involved collapsing of text.
17169 It's reset to false at the beginning of the next command.
17170 (allout-post-command-business): Move the cursor to the beginning
17171 of entry if the cursor is hidden and collapsing activity just
17172 happened.
17173
17174 2011-09-24 Chong Yidong <cyd@stupidchicken.com>
17175
17176 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
17177 tracking (Bug#9541).
17178
17179 2011-09-24 Ulf Jasper <ulf.jasper@web.de>
17180
17181 * net/newst-reader.el (newsticker-html-renderer)
17182 (newsticker-show-news): Automatically load html rendering package
17183 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
17184 because w3m-fill-column is let-bound" and the error "Symbol's value
17185 as variable is void: w3m-fill-column".
17186
17187 2011-09-24 Michael Albinus <michael.albinus@gmx.de>
17188
17189 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
17190 Release services only if they are defined. (Bug#9581)
17191
17192 2011-09-23 Richard Stallman <rms@gnu.org>
17193
17194 * textmodes/paragraphs.el (forward-sentence): For backwards case,
17195 distinguish start of paragraph from start of its text.
17196
17197 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
17198
17199 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
17200 (rmail-generate-viewer-buffer): Put that hook on view buffer.
17201 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
17202
17203 2011-09-23 Andreas Schwab <schwab@linux-m68k.org>
17204
17205 * international/mule-diag.el (mule-diag): Insert a newline after
17206 each fontset description.
17207
17208 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
17209
17210 * simple.el (delete-trailing-whitespace):
17211 Document last change; simplify.
17212
17213 2011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
17214
17215 * simple.el (delete-trailing-whitespace): Also delete
17216 extra newlines at the end of the buffer.
17217
17218 * textmodes/picture.el: Make motion commands obey shift-select-mode.
17219 (picture-newline): Use forward-line so as to ignore fields.
17220
17221 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
17222
17223 * subr.el (with-wrapper-hook): Fix edebug spec.
17224
17225 2011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
17226
17227 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
17228 (bug#4538).
17229
17230 2011-09-23 Michael Albinus <michael.albinus@gmx.de>
17231
17232 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
17233 Fix nasty bug using wrong cached values.
17234
17235 2011-09-23 Alan Mackenzie <acm@muc.de>
17236
17237 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
17238
17239 2011-09-23 Chong Yidong <cyd@stupidchicken.com>
17240
17241 * window.el (pop-to-buffer): Ensure right window is selected if we
17242 chose another frame.
17243
17244 2011-09-22 Eli Zaretskii <eliz@gnu.org>
17245
17246 * simple.el (what-cursor-position): Use get-char-property-change
17247 and next-single-char-property-change, to be able to show display
17248 properties that come from overlays as well as text properties.
17249
17250 2011-09-22 Chong Yidong <cyd@stupidchicken.com>
17251
17252 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
17253
17254 * cmuscheme.el (run-scheme, switch-to-scheme):
17255 * cus-edit.el (customize-group, custom-buffer-create)
17256 (customize-browse):
17257 * info.el (info):
17258 * shell.el (shell):
17259 * mail/sendmail.el (mail):
17260 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
17261
17262 2011-09-22 Richard Stallman <rms@gnu.org>
17263
17264 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
17265 move back only to line beg, don't move back over blank lines.
17266
17267 2011-09-22 Michael Albinus <michael.albinus@gmx.de>
17268
17269 * files.el (copy-directory): Set directory attributes only in case
17270 they could be retrieved from the source directory. (Bug#9565)
17271
17272 2011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
17273
17274 * progmodes/hideshow.el (hs-looking-at-block-start-p)
17275 (hs-find-block-beginning, hs-hide-level-recursive):
17276 Ignore strings as well as comments. (Bug#9502)
17277
17278 2011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
17279
17280 * progmodes/sql.el (sql-comint-postgres):
17281 Convert port number to a string. (Bug#9566)
17282
17283 2011-09-22 Martin Rudalics <rudalics@gmx.at>
17284
17285 * window.el (quit-window): Undedicate window when switching to
17286 previous buffer. Reported by Thierry Volpiatto
17287 <thierry.volpiatto@gmail.com>.
17288 (special-display-popup-frame): When popping up a new frame reset
17289 its previous buffers to nil. Simplify code.
17290
17291 2011-09-21 Michael Albinus <michael.albinus@gmx.de>
17292
17293 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
17294 and process filter, as done also in `shell-command'.
17295
17296 2011-09-21 Martin Rudalics <rudalics@gmx.at>
17297
17298 * window.el (set-window-buffer-start-and-point):
17299 Call set-window-start with NOFORCE argument t.
17300 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
17301 (quit-window): Reword doc-string. Handle new format of
17302 quit-restore parameter. Don't delete window if it has a
17303 previous buffer we can show instead of the present one.
17304 (display-buffer-record-window): Rewrite using a new format for
17305 the quit-restore window parameter
17306 (special-display-popup-frame, display-buffer-same-window)
17307 (display-buffer-reuse-window, display-buffer-pop-up-frame)
17308 (display-buffer-pop-up-window, display-buffer-use-some-window):
17309 Adapt symbol passed to display-buffer-record-window.
17310 * help.el (help-window-setup): Handle new format of quit-restore
17311 parameter.
17312
17313 2011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
17314
17315 * faces.el (face-list): Fix docstring (bug#9564).
17316
17317 * window.el (display-buffer--action-function-custom-type):
17318 Don't include internal functions in the Custom interface.
17319
17320 2011-09-20 Juri Linkov <juri@jurta.org>
17321
17322 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
17323 (Info-forward-node, Info-backward-node, Info-next-preorder)
17324 (Info-last-preorder): Use it. (Bug#9528)
17325
17326 2011-09-20 Juri Linkov <juri@jurta.org>
17327
17328 * info.el (Info-last-preorder): Visit last menu item only when
17329 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
17330
17331 2011-09-20 Julien Danjou <julien@danjou.info>
17332
17333 * password-cache.el (password-cache-remove): Remove entries even if the
17334 value is nil, so that password with a nil value (negative caching) is
17335 possible to invalidate.
17336
17337 2011-09-20 Lawrence Mitchell <wence@gmx.li>
17338
17339 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
17340 all whitespace around breakpoint. (Bug#9553)
17341 (f90-find-breakpoint): Only break at whitespace inside a comment.
17342
17343 2011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
17344
17345 * minibuffer.el (completion-file-name-table): Keep track of errors.
17346 (completion-table-with-predicate): Handle the case where pred1 is nil.
17347 * pcomplete.el (pcomplete-completions-at-point): Simplify.
17348
17349 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
17350
17351 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
17352 (debugger-return-value): Signal an error if the debugging context does
17353 not await any return value.
17354
17355 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
17356 * image-mode.el (image-toggle-display-text)
17357 (image-toggle-display-image): Stay away from evil `intangible'.
17358
17359 2011-09-19 Leo Liu <sdl.web@gmail.com>
17360
17361 * replace.el (occur-revert-arguments): Make it permanent-local.
17362 (occur-mode): Don't call font-lock-defontify.
17363
17364 2011-09-19 Chong Yidong <cyd@stupidchicken.com>
17365
17366 * net/ldap.el (ldap-search-internal): Don't push empty search
17367 result (Bug#9508).
17368
17369 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
17370
17371 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
17372
17373 2011-09-19 Michael Albinus <michael.albinus@gmx.de>
17374
17375 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
17376 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
17377
17378 2011-09-18 Juri Linkov <juri@jurta.org>
17379
17380 * buff-menu.el (Buffer-menu-mode-map):
17381 * dired.el (dired-mode-map):
17382 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
17383 (lisp-interaction-mode-map):
17384 * emacs-lisp/package.el (package-menu-mode-map):
17385 * epa.el (epa-key-list-mode-map):
17386 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
17387 (menu-bar-options-menu):
17388 * outline.el (outline-mode-menu-bar-map):
17389 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
17390 * vc/vc-dir.el (vc-dir-menu-map):
17391 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
17392 Capitalize non-function content words in menu item strings.
17393
17394 * dired.el (dired-mode-map): Add menu item for
17395 `image-dired-dired-toggle-marked-thumbs'.
17396
17397 2011-09-18 Juri Linkov <juri@jurta.org>
17398
17399 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
17400 to `isearch-case-fold-search' and restore its original value
17401 after the `isearch-mode' call.
17402
17403 2011-09-18 Juri Linkov <juri@jurta.org>
17404
17405 * progmodes/grep.el (grep-process-setup): Don't check code for 1
17406 because `zgrep' returns 1 for successful matches (bug#9226).
17407
17408 2011-09-18 Juri Linkov <juri@jurta.org>
17409
17410 * info.el (Info-extract-menu-node-name): Check the second match
17411 for empty string (second test-case of bug#9528).
17412 (Info-last-preorder): Let-bind `Info-history' to nil to not add
17413 intermediate nodes to the history (first test-case of bug#9528).
17414
17415 2011-09-18 Juri Linkov <juri@jurta.org>
17416
17417 * info.el (Info-mode-syntax-table): New variable.
17418 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
17419
17420 2011-09-18 Juri Linkov <juri@jurta.org>
17421
17422 * info.el (Info-file-supports-index-cookies):
17423 Increment line-beginning-position's arg from 3 to 4 because makeinfo
17424 outputs one more line for long file names (bug#4142).
17425
17426 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
17427
17428 * newcomment.el (comment-normalize-vars): If prompting for
17429 comment-start, set comment-start-skip too (Bug#8424).
17430
17431 2011-09-18 Johan Bockgård <bojohan@gnu.org>
17432
17433 * icomplete.el: Fix previous fix of Bug#5849.
17434 (icomplete-mode): Don't set completion-show-inline-help.
17435 (icomplete-minibuffer-setup): Set completion-show-inline-help
17436 locally during icompletion.
17437
17438 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
17439
17440 * woman.el (woman2-process-escapes): Don't delete unrecognized
17441 escapes (Bug#7843).
17442
17443 * files.el (inhibit-first-line-modes-regexps): Add image files.
17444 (hack-local-variables-prop-line): Return nil for malformed
17445 prop-lines (Bug#9044).
17446
17447 2011-09-18 Michael Albinus <michael.albinus@gmx.de>
17448
17449 * net/tramp.el (top): Don't require 'shell.
17450 (tramp-methods): Fix docstring.
17451 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
17452 Return complete remote file name. Handle "smb" case.
17453 Use `tramp-tmpdir', if defined for the respective method.
17454 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
17455
17456 * net/tramp-compat.el (top): Require 'shell.
17457
17458 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
17459 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
17460 `tramp-current-host'.
17461 (tramp-get-remote-tmpdir): Remove.
17462
17463 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
17464 `tramp-tmpdir' entries.
17465 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
17466 (tramp-smb-handle-file-attributes): Ignore errors.
17467 (tramp-smb-wait-for-output): Check also for process end.
17468
17469 2011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
17470
17471 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
17472 when sending QUIT (bug#9312).
17473
17474 2011-09-17 Chong Yidong <cyd@stupidchicken.com>
17475
17476 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
17477 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
17478 occur-mode-display-occurrence.
17479 (occur-edit-mode): Add usage message.
17480 (occur-cease-edit): New command.
17481 (occur-after-change-function): Use text properties to find the
17482 position of the prefix text.
17483 (occur-engine): Set stickiness of prefix text properties.
17484
17485 2011-09-17 Glenn Morris <rgm@gnu.org>
17486
17487 * progmodes/etags.el (complete-tag):
17488 Fix call to completion-in-region. (Bug#9526)
17489
17490 2011-09-17 Juri Linkov <juri@jurta.org>
17491
17492 * textmodes/ispell.el (ispell-word): Add to the error message
17493 the word, ispell program name and current dictionary (bug#9121).
17494 (ispell-tex-arg-end): Capitalize "error" in the error message.
17495
17496 2011-09-17 Andreas Schwab <schwab@linux-m68k.org>
17497
17498 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
17499 check. (Bug#4251)
17500
17501 2011-09-17 Juri Linkov <juri@jurta.org>
17502
17503 * window.el (window-safe-min-height, window-safe-min-width):
17504 Fix typos (followup to bug#9522).
17505
17506 2011-09-17 Sven Joachim <svenjoac@gmx.de>
17507
17508 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
17509
17510 2011-09-16 Eli Zaretskii <eliz@gnu.org>
17511
17512 * simple.el (line-move): If goal-column is set, move by logical
17513 lines, not by display lines. (Bug#971)
17514 (next-line, previous-line, goal-column, line-move-visual): Doc fix
17515 to reflect the above change.
17516
17517 2011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
17518
17519 * image.el (imagemagick-register-types): Use regexp-opt.
17520
17521 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
17522
17523 * window.el (display-buffer-base-action): Rename from
17524 display-buffer-default-action. Make default value empty.
17525 (display-buffer-overriding-action): Convert to defvar.
17526 (display-buffer-fallback-action): New var.
17527
17528 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
17529
17530 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
17531 declaration.
17532 (package--add-to-archive-contents): If there is a duplicate entry
17533 with an older version, remove it.
17534 (package-menu-mark-delete, package-menu-mark-install)
17535 (package-menu-mark-unmark): Make unused args optional.
17536 (package-menu-mark-obsolete-for-deletion):
17537 Use package-menu-get-status instead of a regexp search.
17538 (package-menu-get-status): Use tabulated-list-entry.
17539 (package-menu-mark-upgrades): New command.
17540 (package-menu-mode-map): Bind it to U. Add it to menu bar.
17541 (package-menu-execute): Do installation before deletion.
17542 (package-menu-refresh, package-menu-execute): Use derived-mode-p
17543 instead of checking major-mode.
17544 (package-menu--find-upgrades): New function.
17545
17546 2011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
17547
17548 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
17549 passwords in the log buffer.
17550 (smtpmail-process-filter): Update the process marker so that the
17551 "broken by peer" status message is inserted in the right place.
17552
17553 2011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
17554
17555 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
17556 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
17557 bibtex-completion-at-point-function.
17558 (bibtex-completion-at-point-function): Use them.
17559
17560 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
17561
17562 * mpc.el (mpc-constraints-tag-lookup): New function.
17563 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
17564 also to browser "album|playlist".
17565
17566 2011-09-14 Juri Linkov <juri@jurta.org>
17567
17568 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
17569 (isearch-edit-string): Use length of `isearch-string' when
17570 `isearch-fail-pos' returns nil.
17571 (isearch-message): Remove duplicate code and call
17572 `isearch-fail-pos' with arg `t'.
17573
17574 2011-09-14 Chong Yidong <cyd@stupidchicken.com>
17575
17576 * replace.el (occur-mode-goto-occurrence): Don't force using other
17577 window (Bug#9499).
17578
17579 * dired-aux.el (dired-do-chmod): Don't provide initial input.
17580
17581 2011-09-14 Martin Rudalics <rudalics@gmx.at>
17582
17583 * window.el (display-buffer-window): Remove.
17584 (display-buffer-record-window): Use help-setup window parameter
17585 instead of variable display-buffer-window.
17586 (display-buffer-function, special-display-buffer-names)
17587 (special-display-function): Mention help-setup parameter instead
17588 of display-buffer-window in doc-string.
17589 * help.el (help-window-setup): New argument help-window.
17590 Use help-window-setup parameter instead of display-buffer-window.
17591 Reword some messages.
17592 (with-help-window): Pass window used for displaying the buffer
17593 to help-window-setup. Don't set display-buffer-window.
17594
17595 2011-09-13 Glenn Morris <rgm@gnu.org>
17596
17597 * emacs-lisp/debug.el (debugger-make-xrefs):
17598 Preserve point. (Bug#9462)
17599
17600 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
17601
17602 * window.el (window-deletable-p): Use next-frame.
17603
17604 2011-09-13 Martin Rudalics <rudalics@gmx.at>
17605
17606 * window.el (window-auto-delete): Remove.
17607 (window-deletable-p): Remove argument FORCE. Don't deal with
17608 dedication and previous buffers.
17609 (switch-to-prev-buffer): Don't delete window.
17610 (delete-windows-on): Delete a window's frame if and only if the
17611 window is dedicated.
17612 (replace-buffer-in-windows): Delete buffer's window or frame if
17613 and only if window is dedicated.
17614 (quit-window): Handle quit-restore as before last change.
17615 (bury-buffer): Delete window only if window-deletable-p returns t.
17616
17617 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
17618
17619 * window.el (window-deletable-p): Never delete the last frame on a
17620 given terminal.
17621
17622 2011-09-13 Glenn Morris <rgm@gnu.org>
17623
17624 * help.el (describe-key-briefly): Copy previous standard-output change.
17625
17626 2011-09-13 PJ Weisberg <pj@irregularexpressions.net>
17627
17628 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
17629
17630 2011-09-13 Glenn Morris <rgm@gnu.org>
17631
17632 * emacs-lisp/lisp-mode.el (lisp-indent-function):
17633 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
17634
17635 2011-09-12 Chong Yidong <cyd@stupidchicken.com>
17636
17637 * dired-aux.el (dired-mark-read-string): Don't return default
17638 value on empty input (Bug#9361).
17639 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
17640 Omit initial minibuffer contents.
17641 (dired-do-chmod): Signal an error on empty input.
17642 (dired-mark-read-string): Don't return default on empty input.
17643
17644 * files.el (file-modes-symbolic-to-number): Doc fix.
17645
17646 2011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
17647
17648 * international/mule-cmds.el (ucs-completions): Remove.
17649 (read-char-by-name): Use complete-with-action instead; add metadata.
17650
17651 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
17652
17653 * window.el (display-buffer--action-function-custom-type)
17654 (display-buffer--action-custom-type): New vars.
17655 (display-buffer-alist, display-buffer-default-action)
17656 (display-buffer-overriding-action): Add defcustom types.
17657
17658 * frame.el (delete-other-frames): Doc fix (Bug#276).
17659
17660 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
17661
17662 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
17663
17664 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
17665
17666 Change modes that used same-window-* vars to use switch-to-buffer.
17667
17668 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
17669 Use switch-to-buffer.
17670
17671 * cus-edit.el (customize-group, custom-buffer-create)
17672 (customize-browse, custom-buffer-create-other-window):
17673 Use switch-to-buffer or switch-to-buffer-other-window.
17674
17675 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
17676 (Info-prev, Info-up, Info-speedbar-goto-node)
17677 (info-display-manual): Use switch-to-buffer.
17678 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
17679
17680 * mail/sendmail.el (mail): Use switch-to-buffer.
17681 (mail-recover): Use switch-to-buffer-other-window.
17682
17683 * cmuscheme.el (run-scheme, switch-to-scheme):
17684 * ielm.el (ielm):
17685 * shell.el (shell):
17686 * net/rlogin.el (rlogin):
17687 * net/telnet.el (telnet, rsh):
17688 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
17689
17690 2011-09-11 Andreas Schwab <schwab@linux-m68k.org>
17691
17692 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
17693
17694 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
17695
17696 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
17697 so don't mention it (bug#9301).
17698 (dired-sort-toggle-or-edit): Clarify string further.
17699
17700 * faces.el (face-spec-set-match-display): Make `(type graphic)'
17701 match `x', `w32' and `ns', like the manual says (bug#9029).
17702
17703 * subr.el (eval-after-load): Doc string clarification (bug#9125).
17704 (process-kill-buffer-query-function): Mention the buffer name in
17705 the query.
17706
17707 * image-mode.el (image-next-line): The line parameter is mandatory
17708 (bug#9258).
17709
17710 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
17711 which can be useful (bug#9301).
17712
17713 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
17714
17715 * subr.el (match-string): Mention that the current buffer should
17716 be the same as the search was done in (bug#9282).
17717
17718 * facemenu.el: Disable the remove-* commands if the mark isn't
17719 active (bug#9162).
17720
17721 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
17722
17723 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
17724 of display-buffer.
17725 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
17726
17727 * replace.el (occur-mode-goto-occurrence)
17728 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
17729 and display-buffer.
17730
17731 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
17732 display-buffer.
17733
17734 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
17735 special-display and same-window variables.
17736 (mail-other-window): Use switch-to-buffer-other-window.
17737 (mail-other-frame): USe switch-to-buffer-other-frame.
17738
17739 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
17740 Use display-buffer-other-frame.
17741 (gdb-display-gdb-buffer): Use pop-to-buffer.
17742
17743 * progmodes/gud.el (gud-goto-info): Use info-other-window.
17744
17745 * progmodes/python.el: Don't set same-window-buffer-names.
17746
17747 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
17748
17749 * window.el (display-buffer-alist): Add *Python*.
17750
17751 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
17752
17753 * window.el (display-buffer-alist): Add entry for buffers
17754 previously handled same-window-*.
17755 (display-buffer-alist, display-buffer-default-action)
17756 (display-buffer-overriding-action): Mark as risky.
17757 (display-buffer-alist): Document action function changes.
17758 (display-buffer--same-window-action)
17759 (display-buffer--other-frame-action): New variables.
17760 (switch-to-buffer, display-buffer-other-frame): Use them.
17761 (display-buffer): Rename reuse-frame entry to reusable-frames.
17762 (display-buffer-reuse-selected-window): Function deleted.
17763 (display-buffer-reuse-window): Handle reusable-frames alist entry.
17764 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
17765 (display-buffer-special): New function.
17766 (display-buffer--maybe-pop-up-frame-or-window): Rename from
17767 display-buffer-reuse-or-pop-window. Split off special-display
17768 part into display-buffer-special.
17769 (display-buffer-use-some-window): Don't perform any special
17770 pop-up-frames handling.
17771 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
17772 (display-buffer--maybe-same-window): Rename from
17773 display-buffer-maybe-same-window.
17774
17775 * info.el: Don't set same-window-regexps.
17776 (info-setup): New function.
17777 (info-other-window, info): Call it.
17778
17779 * cus-edit.el: Don't set same-window-regexps.
17780 (customize-group): New argument.
17781 (customize-group-other-window): Use it.
17782 (customize-face, customize-face-other-window): Likewise.
17783 (custom-buffer-create-other-window): Use pop-to-buffer directly.
17784
17785 * net/rlogin.el:
17786 * net/telnet.el:
17787 * progmodes/gud.el: Don't set same-window-regexps.
17788
17789 * cmuscheme.el:
17790 * ielm.el:
17791 * shell.el:
17792 * mail/sendmail.el:
17793 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
17794
17795 2011-09-10 Juri Linkov <juri@jurta.org>
17796
17797 * isearch.el (isearch-edit-string): Remove obsolete mention of
17798 `C-w' (`isearch-yank-word-or-char') from docstring.
17799 (isearch-query-replace): Fix typo in docstring (bug#9466).
17800
17801 2011-09-10 Juri Linkov <juri@jurta.org>
17802
17803 * paren.el (show-paren-function): Don't show escaped parens.
17804 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
17805
17806 2011-09-10 Eli Zaretskii <eliz@gnu.org>
17807
17808 * mail/sendmail.el (mml-to-mime, mml-attach-file)
17809 (mm-default-file-encoding): Remove autoload forms, they are
17810 replaced with autoload cookies in mml.el and mm-encode.el.
17811 (mail-add-attachment): New command.
17812 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
17813 (mail-mode): Mention mail-insert-file and mail-add-attachment in
17814 the doc string.
17815 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
17816
17817 2011-09-10 Reuben Thomas <rrt@sc3d.org>
17818
17819 * simple.el (count-words-region): Use buffer if there's no region
17820 (bug#9429).
17821
17822 2011-09-09 Juri Linkov <juri@jurta.org>
17823
17824 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
17825 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
17826 (wdired-isearch-filter-read-only): New function. (Bug#6362)
17827
17828 2011-09-09 Alan Mackenzie <acm@muc.de>
17829
17830 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
17831 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
17832
17833 2011-09-09 Eli Zaretskii <eliz@gnu.org>
17834
17835 Fix for Savannah bug#9392.
17836 * simple.el (mail-encode-mml): New defvar.
17837
17838 * mail/rmail.el (mail-encode-mml): Add a defvar.
17839 (rmail-enable-mime-composing): Default to t.
17840 (rmail-forward): Use MIME method of forwarding only if both
17841 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
17842 Set mail-encode-mml non-nil if the MIME method was used.
17843
17844 * mail/sendmail.el (mml-to-mime): Add autoload form.
17845 (mail-encode-mml): Add a defvar.
17846 (mail-mode): Make mail-encode-mml buffer-local and initialize it
17847 to nil.
17848 (mail-send): If mail-encode-mml is non-nil, run the outgoing
17849 message through mml-to-mime, and reset mail-encode-mml to nil.
17850
17851 2011-09-09 Glenn Morris <rgm@gnu.org>
17852
17853 * woman.el (woman-if-body): When processing an .el block,
17854 do not delete the next .el block as well. (Bug#9447)
17855 (woman-special-characters): Add oq, cq, and hy characters.
17856
17857 2011-09-08 Martin Rudalics <rudalics@gmx.at>
17858
17859 * window.el (window-deletable-p): Make sure window is live before
17860 invoking window-prev-buffers.
17861
17862 2011-09-08 Leo Liu <sdl.web@gmail.com>
17863
17864 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
17865
17866 2011-09-08 Juri Linkov <juri@jurta.org>
17867
17868 * progmodes/compile.el (compilation-environment): Make it
17869 a defcustom (bug#8340).
17870
17871 2011-09-08 Martin Rudalics <rudalics@gmx.at>
17872
17873 * window.el (frame-auto-delete): Rename to window-auto-delete.
17874 Make it control auto-deletion of windows and/or frames.
17875 (window-deletable-p): New argument FORCE. Rewrite conditions
17876 for deleting window/frame. (Bug#9419)
17877 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
17878 Rewrite handling of case when window/frame can be deleted.
17879 (delete-windows-on): Call window-deletable-p with new FORCE
17880 argument t. (Bug#9456)
17881
17882 2011-09-07 Chong Yidong <cyd@stupidchicken.com>
17883
17884 * help-mode.el (help-mode): Restore autoload.
17885
17886 2011-09-07 Juri Linkov <juri@jurta.org>
17887
17888 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
17889 `compilation-environment'. Set buffer-local
17890 `compilation-environment' to `thisenv' later after (funcall mode).
17891 (Bug#8340)
17892
17893 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
17894 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
17895 instead of replacing its value. (Bug#8340)
17896
17897 2011-09-07 Juri Linkov <juri@jurta.org>
17898
17899 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
17900 based on text properties put by `grep-filter' instead of matching
17901 escape sequences.
17902 (grep-mode): Set buffer-local `compilation-error-screen-columns'
17903 to the value of `grep-error-screen-columns' (bug#9438).
17904
17905 2011-09-07 Juri Linkov <juri@jurta.org>
17906
17907 * simple.el (next-error-highlight, next-error-highlight-no-select):
17908 Doc fix (bug#9432).
17909
17910 2011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
17911
17912 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
17913 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
17914
17915 2011-09-07 Leo Liu <sdl.web@gmail.com>
17916
17917 * net/rcirc.el (rcirc-mode): Conditionally initialize
17918 rcirc-input-ring.
17919
17920 2011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
17921
17922 * emacs-lisp/find-func.el (find-function-C-source): Only set
17923 find-function-C-source-directory after checking that we found a source
17924 file there (bug#9440).
17925
17926 2011-09-06 Alan Mackenzie <acm@muc.de>
17927
17928 * isearch.el (isearch-other-meta-char): Wherever a key list is
17929 unread, "unread" the prefix arg, too. This fixes bug #8901.
17930
17931 2011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
17932
17933 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
17934
17935 2011-09-05 Juri Linkov <juri@jurta.org>
17936
17937 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
17938
17939 2011-09-05 Juri Linkov <juri@jurta.org>
17940
17941 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
17942 keeping point where processing of grep matches begins, and
17943 continue to delete remaining escape sequences from the same point.
17944 (grep-filter): Make leading zero optional in "0?1;31m" because
17945 git-grep emits "\033[1;31m" escape sequences unlike expected
17946 "\033[01;31m" as GNU Grep does (bug#9408).
17947 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
17948
17949 2011-09-05 Juri Linkov <juri@jurta.org>
17950
17951 * subr.el (y-or-n-p): Capitalize "yes".
17952
17953 2011-09-04 Michael Albinus <michael.albinus@gmx.de>
17954
17955 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
17956 `tramp-cache-unload-hook' where appropriate.
17957 (tramp-methods): Rename `tramp-remote-sh' to
17958 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
17959 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
17960
17961 * net/tramp-sh.el (top): Don't require 'shell.
17962 (tramp-methods): Add `tramp-remote-shell' and
17963 `tramp-remote-shell-args' entries.
17964 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
17965 (tramp-sh-handle-shell-command): Remove.
17966 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
17967 Use `tramp-remote-shell'.
17968
17969 2011-09-03 Chong Yidong <cyd@stupidchicken.com>
17970
17971 * mail/sendmail.el (sendmail-query-once-function): Delete.
17972 (sendmail-query-once): Save directly to send-mail-function.
17973 Update message-send-mail-function too.
17974
17975 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
17976
17977 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
17978
17979 * progmodes/python.el (python-mode-map): Use correct function to
17980 start python interpreter from menu-bar (as reported by Geert
17981 Kloosterman).
17982 (inferior-python-mode-map): Fix typo.
17983 (python-shell-map): Remove.
17984
17985 2011-09-03 Deniz Dogan <deniz@dogan.se>
17986
17987 * net/rcirc.el (rcirc-print): Simplify code for
17988 rcirc-scroll-show-maximum-output. There is no need to walk
17989 through all windows to find the right one.
17990
17991 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
17992
17993 * help.el (help-return-method): Doc fix.
17994
17995 2011-09-03 Martin Rudalics <rudalics@gmx.at>
17996
17997 * window.el (window-deletable-p): Don't return a non-nil value
17998 when there's a buffer that was shown in the window before.
17999 (Bug#9419)
18000 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
18001 Set window's previous buffers to nil.
18002
18003 2011-09-03 Eli Zaretskii <eliz@gnu.org>
18004
18005 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
18006 newline before and after the tag line, so it doesn't interfere
18007 with determining the paragraph direction of bidirectional text.
18008
18009 2011-09-03 Leo Liu <sdl.web@gmail.com>
18010
18011 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
18012
18013 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
18014
18015 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
18016 (pop-to-buffer): Change interactive spec. Pass second argument
18017 directly to display-buffer.
18018 (display-buffer): Fix interactive spec. Use functionp to
18019 distinguish between a function and a list of functions.
18020
18021 * abbrev.el (edit-abbrevs):
18022 * arc-mode.el (archive-extract):
18023 * autoinsert.el (auto-insert):
18024 * bookmark.el (bookmark-bmenu-list):
18025 * files.el (find-file):
18026 * view.el (view-buffer):
18027 * progmodes/compile.el (compilation-goto-locus):
18028 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
18029
18030 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
18031
18032 * window.el (display-buffer-alist): Doc fix.
18033 (display-buffer): Add docstring. Don't treat
18034 display-buffer-default specially.
18035 (display-buffer-reuse-selected-window)
18036 (display-buffer-same-window, display-buffer-maybe-same-window)
18037 (display-buffer-reuse-window, display-buffer-pop-up-frame)
18038 (display-buffer-pop-up-window)
18039 (display-buffer-reuse-or-pop-window)
18040 (display-buffer-use-some-window): New functions.
18041 (display-buffer-default-action): Use them.
18042 (display-buffer-default): Delete.
18043 (pop-to-buffer-1): Fix choice of actions.
18044
18045 2011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
18046
18047 * minibuffer.el (completion--insert-strings): Don't get confused by
18048 completion entries that end with an LF char.
18049
18050 2011-09-01 Eli Zaretskii <eliz@gnu.org>
18051
18052 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
18053
18054 2011-09-01 Chong Yidong <cyd@stupidchicken.com>
18055
18056 * window.el (display-buffer): Restore interactive spec.
18057 (display-buffer-same-window, display-buffer-other-window):
18058 New functions.
18059 (pop-to-buffer-1): New function. Use the above.
18060 (pop-to-buffer, pop-to-buffer-same-window): Use it.
18061 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
18062
18063 * view.el (view-buffer-other-window, view-buffer-other-frame):
18064 Just use pop-to-buffer.
18065
18066 2011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
18067
18068 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
18069
18070 2011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
18071
18072 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
18073
18074 2011-08-31 Richard Stallman <rms@gnu.org>
18075
18076 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
18077 of the separation of rmail-view-buffer from rmail-buffer.
18078 If you say no to "replace original", the decrypt is in the
18079 view buffer. If you say yes, the decrypt goes into the
18080 rmail buffer also.
18081
18082 2011-08-31 Martin Rudalics <rudalics@gmx.at>
18083
18084 * window.el (display-buffer-window): Rewrite doc-string.
18085 (display-buffer-record-window): New function.
18086 (display-buffer-macro-specifiers)
18087 (display-buffer-even-window-sizes, display-buffer-set-height)
18088 (display-buffer-set-width, display-buffer-in-window)
18089 (display-buffer-reuse-window, display-buffer-split-specifiers)
18090 (display-buffer-side-specifiers, display-buffer-split-window-1)
18091 (display-buffer-split-window, display-buffer-split-atom-window)
18092 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
18093 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
18094 (display-buffer-other-window-means-other-frame)
18095 (display-buffer-normalize-special)
18096 (display-buffer-normalize-default)
18097 (display-buffer-normalize-argument)
18098 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
18099 (display-buffer-normalize-specifiers, display-buffer-frame)
18100 (display-buffer-same-window, display-buffer-same-frame)
18101 (display-buffer-other-window)
18102 (display-buffer-same-frame-other-window)
18103 (display-buffer-other-frame, pop-to-buffer-same-window)
18104 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
18105 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
18106 (switch-to-buffer-same-frame)
18107 (switch-to-buffer-other-window-same-frame)
18108 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
18109 (display-buffer-alist-set-1, display-buffer-alist-set-2)
18110 (display-buffer-alist-set): Remove.
18111 (display-buffer-function, special-display-buffer-names)
18112 (special-display-regexps, special-display-function):
18113 In doc-string refer to display-buffer-window and quit-restore
18114 parameter.
18115 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
18116 (special-display-frame-alist, special-display-popup-frame)
18117 (same-window-buffer-names, same-window-regexps, same-window-p)
18118 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
18119 (split-window-preferred-function, split-height-threshold)
18120 (split-width-threshold, window-splittable-p)
18121 (split-window-sensibly, window--try-to-split-window)
18122 (window--frame-usable-p, even-window-heights)
18123 (window--even-window-heights, window--display-buffer-1)
18124 (window--display-buffer-2, display-buffer-other-frame):
18125 Restore old Emacs 23 code, order and doc-strings where applicable.
18126 (display-buffer-default, display-buffer-assq-regexp): New functions.
18127 (display-buffer-alist): Rewrite doc-string.
18128 (display-buffer-default-action)
18129 (display-buffer-overriding-action): New variables.
18130 (display-buffer, switch-to-buffer): Rewrite.
18131 (pop-to-buffer): Restore Emacs 23 behavior but use
18132 window-normalize-buffer-to-display.
18133 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
18134 Restore Emacs 23 behavior but use
18135 window-normalize-buffer-to-switch-to.
18136 (pop-to-buffer-same-window): Rewrite.
18137 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
18138 Rewrite using Emacs 23 options.
18139
18140 2011-08-31 Michael Albinus <michael.albinus@gmx.de>
18141
18142 * net/tramp.el (tramp-root-regexp): Remove.
18143 (tramp-completion-file-name-regexp-unified)
18144 (tramp-completion-file-name-regexp-separate)
18145 (tramp-completion-file-name-regexp-url): Don't use leading volume
18146 letter on w32 systems. (Bug#5303, Bug#9311)
18147 (tramp-drop-volume-letter): Simplify definition.
18148 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
18149
18150 2011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
18151
18152 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
18153 (bug#9356).
18154
18155 2011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
18156
18157 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
18158
18159 2011-08-29 Juri Linkov <juri@jurta.org>
18160
18161 * isearch.el (isearch-done): Don't display message "Mark saved"
18162 when arg `edit' is non-nil to prevent its flicker in the echo area.
18163
18164 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
18165
18166 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
18167 obsolete packages for deletion.
18168
18169 2011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
18170
18171 * help-mode.el (help-mode-map): Add special-mode-map to parent.
18172 (help-mode): Derive help-mode from special-mode. Don't invoke
18173 view-mode from help-mode.
18174 (help-xref-override-view-map): Remove.
18175 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
18176 view-mode is not used anymore.
18177
18178 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
18179
18180 * server.el (server-port): Doc fix.
18181
18182 * cus-theme.el (custom-theme-choose-mode): Inherit from
18183 special-mode (Bug#9124).
18184 (custom-theme-choose-mode-map): Add special-mode to parent.
18185
18186 2011-08-28 Alan Mackenzie <acm@muc.de>
18187
18188 * progmodes/cc-fonts.el
18189 (c-make-font-lock-BO-decl-search-function): New function.
18190 (c-basic-matchers-after - "Fontify the clauses after various
18191 keywords"): Extract the three keyword lists for the 3 erroneous
18192 constructs from the list of four, and use the new function above
18193 in place of an old one.
18194
18195 2011-08-28 Deniz Dogan <deniz@dogan.se>
18196
18197 * net/rcirc.el (rcirc-insert-prev-input)
18198 (rcirc-insert-next-input): Remove unused argument.
18199
18200 2011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
18201
18202 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
18203
18204 2011-08-27 Alan Mackenzie <acm@muc.de>
18205
18206 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
18207 handle function pointer parameters properly.
18208
18209 2011-08-27 Martin Rudalics <rudalics@gmx.at>
18210
18211 * window.el (display-buffer-reuse-window): Fix case where
18212 selected window was reused with non-nil OTHER-WINDOW argument.
18213 (Bug#9381)
18214
18215 2011-08-27 Deniz Dogan <deniz@dogan.se>
18216
18217 * net/rcirc.el (rcirc-check-auth-status): Adding support for
18218 oftc's NickServ messages.
18219
18220 2011-08-27 Glenn Morris <rgm@gnu.org>
18221
18222 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
18223
18224 2011-08-26 Chong Yidong <cyd@stupidchicken.com>
18225
18226 * emacs-lisp/package.el (package-install): Call package-initialize
18227 if called interactively.
18228
18229 2011-08-26 Leo Liu <sdl.web@gmail.com>
18230
18231 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
18232
18233 2011-08-25 Juri Linkov <juri@jurta.org>
18234
18235 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
18236 `search-whitespace-regexp' (bug#9364).
18237
18238 2011-08-25 Juri Linkov <juri@jurta.org>
18239
18240 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
18241 `regexp-search-ring' to their global values to protect from
18242 updating by `read-from-minibuffer' (bug#9185).
18243
18244 2011-08-25 Juri Linkov <juri@jurta.org>
18245
18246 * textmodes/ispell.el (ispell-command-loop): Add newline
18247 at the end of the "Use option `i'..." line.
18248
18249 2011-08-25 Juri Linkov <juri@jurta.org>
18250
18251 * battery.el (display-battery-mode): If `battery-status-function'
18252 or `battery-mode-line-format' is nil, display the message and set
18253 `display-battery-mode' to nil (bug#9363).
18254
18255 2011-08-25 Eli Zaretskii <eliz@gnu.org>
18256
18257 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
18258 bidi-string-mark-left-to-right; they are unnecessary now.
18259
18260 2011-08-25 Deniz Dogan <deniz@dogan.se>
18261
18262 * net/quickurl.el: Documentation typo fixes.
18263
18264 2011-08-25 Chong Yidong <cyd@stupidchicken.com>
18265
18266 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
18267
18268 2011-08-25 Glenn Morris <rgm@gnu.org>
18269
18270 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
18271
18272 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
18273 (smtpmail-via-smtp): Handle nil response from smtp.
18274
18275 2011-08-24 Juri Linkov <juri@jurta.org>
18276
18277 * proced.el (proced-marked): Inherit from `error' instead of
18278 `font-lock-warning-face'.
18279
18280 * ibuffer.el (ibuffer-marked-face): Change default face from
18281 `font-lock-warning-face' to `warning'.
18282 (ibuffer-deletion-face): Change default face from
18283 `font-lock-type-face' to `error'.
18284
18285 * battery.el (battery-update): Use the face `error' instead of
18286 `font-lock-warning-face' (bug#6117).
18287
18288 2011-08-24 Juri Linkov <juri@jurta.org>
18289
18290 * faces.el (success): Change face color from "Green3" to
18291 "ForestGreen" on light background (bug#9353).
18292
18293 2011-08-24 Chong Yidong <cyd@stupidchicken.com>
18294
18295 * window.el (quit-window): Rename from quit-restore-window.
18296 Use same arglist as old quit-window.
18297 (frame-auto-delete): Doc fix.
18298
18299 * view.el (view-mode-exit): Use quit-window.
18300
18301 2011-08-24 Juri Linkov <juri@jurta.org>
18302
18303 * isearch.el (isearch-ring-adjust1): Start visiting previous
18304 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
18305 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
18306 for empty search string (when the last search string is reused
18307 automatically) to adjust the isearch ring to the last element and
18308 prepare the correct index for further M-p commands (bug#9185).
18309
18310 2011-08-24 Kenichi Handa <handa@m17n.org>
18311
18312 * international/ucs-normalize.el: If decomposition property of
18313 CHAR is the default one (i.e. a list of CHAR itself), treat it as
18314 nil.
18315 (nfd, nfkd): Likewise.
18316
18317 2011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
18318
18319 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
18320 from process filters aren't reliably transmitted to the surrounding
18321 accept-process-output.
18322 (mpc-proc-check): New function.
18323 (mpc-proc-sync): Use it (bug#8293)
18324
18325 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
18326
18327 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
18328 Add compatibility functions (bug#9313).
18329
18330 2011-08-23 Eli Zaretskii <eliz@gnu.org>
18331
18332 * cus-start.el (all): Add entry for bidi-paragraph-direction.
18333
18334 * international/uni-bidi.el: Regenerate.
18335
18336 2011-08-23 Kenichi Handa <handa@m17n.org>
18337
18338 * international/charprop.el:
18339 * international/uni-bidi.el:
18340 * international/uni-category.el:
18341 * international/uni-combining.el:
18342 * international/uni-comment.el:
18343 * international/uni-decimal.el:
18344 * international/uni-decomposition.el:
18345 * international/uni-digit.el:
18346 * international/uni-lowercase.el:
18347 * international/uni-mirrored.el:
18348 * international/uni-name.el:
18349 * international/uni-numeric.el:
18350 * international/uni-old-name.el:
18351 * international/uni-titlecase.el:
18352 * international/uni-uppercase.el: Regenerate.
18353
18354 2011-08-23 Martin Rudalics <rudalics@gmx.at>
18355
18356 * help.el (help-window-setup): Fix message displayed when other
18357 window is reused. (Bug#9341)
18358
18359 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
18360
18361 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
18362 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
18363
18364 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
18365 Mark obsolete.
18366 * shell.el (shell-parse-pcomplete-arguments): New function.
18367 (shell-completion-vars): Use it instead (bug#9160).
18368
18369 2011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
18370
18371 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
18372 strings and comments (bug#9333).
18373
18374 * emacs-lisp/debug.el (debug-arglist): New function.
18375 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
18376 (debug-on-entry-1): Handle interpreted closures (bug#9120).
18377
18378 2011-08-22 Juri Linkov <juri@jurta.org>
18379
18380 * progmodes/compile.el (compilation-mode-font-lock-keywords):
18381 Revert regexp that highlights output switches to its old
18382 pre-2010-10-28 value and remove one `?' from it (bug#9319).
18383
18384 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
18385 to check for empty output (bug#9226).
18386
18387 2011-08-22 Chong Yidong <cyd@stupidchicken.com>
18388
18389 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
18390 symbol-constituent as the default, as that stops font-lock from
18391 working properly (Bug#8843).
18392
18393 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
18394
18395 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
18396 `coding-system-for-*' around the process open call to avoid
18397 auth-source side effects.
18398 (smtpmail-try-auth-methods): Expand the secret password.
18399 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
18400 probe hangs.
18401
18402 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
18403
18404 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
18405
18406 * emacs-lisp/find-func.el (find-function-noselect): New arg
18407 lisp-only.
18408
18409 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
18410 signal an error for built-in functions (Bug#6664).
18411
18412 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
18413
18414 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
18415 (smtpmail-try-auth-methods): Use it.
18416
18417 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
18418
18419 * font-lock.el (font-lock-fontify-region)
18420 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
18421 (font-lock-default-unfontify-buffer)
18422 (font-lock-default-fontify-region)
18423 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
18424
18425 * progmodes/compile.el (compilation-error-properties):
18426 Fix confusion between file struct and message struct (Bug#9319).
18427 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
18428 `ant' regexp.
18429
18430 * net/browse-url.el (browse-url-firefox): Don't call
18431 browse-url-firefox-sentinel unless using -remote (Bug#9328).
18432
18433 2011-08-20 Glenn Morris <rgm@gnu.org>
18434
18435 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
18436
18437 * tutorial.el (tutorial--default-keys): Update some default bindings.
18438
18439 * files.el (hack-local-variables): Fully ignore case for "mode:".
18440
18441 2011-08-20 Alan Mackenzie <acm@muc.de>
18442
18443 Resolve invalid use of a regexp in regexp-opt.
18444
18445 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
18446 detection for a java annotation.
18447
18448 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
18449 detection for a java annotation.
18450
18451 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
18452 handling for java.
18453 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
18454
18455 2011-08-20 Chong Yidong <cyd@stupidchicken.com>
18456
18457 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
18458 (Bug#9274).
18459
18460 2011-08-20 Alan Mackenzie <acm@muc.de>
18461
18462 Fontify CPP expressions correctly when starting in the middle of
18463 such a construct. Mainly for when jit-lock etc. starts a chunk
18464 here.
18465
18466 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
18467 variable.
18468 (c-make-font-lock-search-form): New function, extracted from
18469 c-make-font-lock-search-function.
18470 (c-make-font-lock-search-function): Use the above function.
18471 (c-make-font-lock-context-search-function): New function.
18472 (c-cpp-matchers): Enhance the preprocessor expression case with
18473 the above function
18474 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
18475 which takes an expression.
18476
18477 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
18478
18479 2011-08-20 Martin Rudalics <rudalics@gmx.at>
18480
18481 * window.el (display-buffer-reuse-window)
18482 (display-buffer-pop-up-window): Don't reuse or split a side
18483 window.
18484
18485 2011-08-19 Glenn Morris <rgm@gnu.org>
18486
18487 * files.el (hack-local-variables-prop-line, hack-local-variables):
18488 Downcase "Mode:". (Bug#9331)
18489
18490 2011-08-18 Chong Yidong <cyd@stupidchicken.com>
18491
18492 * international/characters.el: Add L and R categories.
18493
18494 * subr.el (bidi-string-mark-left-to-right): Rename from
18495 string-mark-left-to-right. Use category search.
18496
18497 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
18498
18499 2011-08-18 Juri Linkov <juri@jurta.org>
18500
18501 * faces.el (error, warning, success): New faces with definitions
18502 copied from old default values of `font-lock-warning-face',
18503 `compilation-warning', `compilation-info' (bug#6117).
18504
18505 * font-lock.el (font-lock-warning-face): Inherit from `error'.
18506
18507 * progmodes/compile.el (compilation-error): Inherit from `error'.
18508 (compilation-warning): Inherit from `warning'.
18509 (compilation-info): Inherit from `success'.
18510
18511 * dired.el (dired-marked): Inherit from `warning'.
18512 (dired-flagged): Inherit from `error'.
18513
18514 2011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
18515
18516 * mail/smtpmail.el (auth-source): Require to avoid problems with
18517 binding variables (bug#9298). Also clean up some unused
18518 autoloads.
18519
18520 * net/network-stream.el (network-stream-open-starttls):
18521 Support using starttls.el without using gnutls-cli.
18522
18523 2011-08-17 Juri Linkov <juri@jurta.org>
18524
18525 * progmodes/grep.el (rgrep): Handle the case when
18526 `grep-find-command' is a cons cell (bug#9278).
18527
18528 2011-08-17 Martin Rudalics <rudalics@gmx.at>
18529
18530 * window.el (display-buffer-pop-up-frame): Run frame creation
18531 function with BUFFER current (as special-display-popup-frame
18532 does). Reported by Drew Adams.
18533
18534 2011-08-17 Daiki Ueno <ueno@unixuser.org>
18535
18536 * epa-mail.el: Simplify GnuPG group expansion using
18537 epg-expand-group.
18538 (epa-mail-group-alist, epa-mail-group-modtime)
18539 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
18540 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
18541 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
18542 Remove.
18543
18544 2011-08-16 Feng Li <fengli@gmail.com> (tiny change)
18545
18546 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
18547
18548 2011-08-16 Alan Mackenzie <acm@muc.de>
18549
18550 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
18551 Correct, to avoid the inside of macros.
18552
18553 2011-08-16 Richard Stallman <rms@gnu.org>
18554
18555 * epa-mail.el: Handle GnuPG group definitions.
18556 (epa-mail-group-alist, epa-mail-group-modtime)
18557 (epa-mail-gnupg-conf-file): New variables.
18558 (epa-mail-parse-groups, epa-mail-sync-groups)
18559 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
18560 (epa-mail-expand-recipients): New functions.
18561 (epa-mail-encrypt): Call epa-mail-expand-recipients.
18562
18563 * mail/rmail.el (rmail-epa-decrypt): New command.
18564
18565 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
18566 Don't bind buffer-read-only, just inhibit-read-only.
18567 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
18568 (epa-decrypt-armor-in-region): Make error message clearer.
18569
18570 2011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
18571
18572 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
18573 and "a2b" to "ab" for `prefix'.
18574
18575 2011-08-14 Chong Yidong <cyd@stupidchicken.com>
18576
18577 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
18578 filter groups.
18579 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
18580 Fourquet (Bug#8804).
18581
18582 2011-08-12 Juanma Barranquero <lekktu@gmail.com>
18583
18584 * startup.el (argi): Declare as global variable (bug#9275).
18585
18586 2011-08-12 Chong Yidong <cyd@stupidchicken.com>
18587
18588 * subr.el (string-mark-left-to-right): Search the entire string
18589 for RTL script, not just the terminating character. Doc fix.
18590
18591 2011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
18592
18593 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
18594 New function.
18595 (js--regexp-literal, js-syntax-propertize-function): Remove.
18596 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
18597 (js-mode-map): Don't rebind electric keys.
18598 (js-insert-and-indent): Remove.
18599 (js-mode): Setup electric-layout and electric-indent instead.
18600
18601 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
18602
18603 2011-08-12 Daiki Ueno <ueno@unixuser.org>
18604
18605 * epa.el (epa-progress-callback-function): Fix the logic of
18606 displaying progress.
18607 * epa-file.el (epa-file-insert-file-contents): Make progress
18608 display more user-friendly.
18609 (epa-file-write-region): Ditto.
18610
18611 2011-08-10 Chong Yidong <cyd@stupidchicken.com>
18612
18613 * subr.el (string-mark-left-to-right): New function.
18614
18615 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
18616 Use string-mark-left-to-right.
18617 (list-buffers-noselect): Caller changed.
18618
18619 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
18620 Use string-mark-left-to-right.
18621 (tabulated-list-print): Recenter after moving point.
18622
18623 2011-08-10 Juri Linkov <juri@jurta.org>
18624
18625 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
18626 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
18627 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
18628
18629 2011-08-09 Chong Yidong <cyd@stupidchicken.com>
18630
18631 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
18632 (Bug#7554).
18633
18634 2011-08-09 Andreas Schwab <schwab@linux-m68k.org>
18635
18636 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
18637 character. (Bug#6594)
18638
18639 2011-08-08 Chong Yidong <cyd@stupidchicken.com>
18640
18641 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
18642 (image-dired--with-db-file): New macro.
18643 (image-dired-write-tags, image-dired-remove-tag)
18644 (image-dired-create-gallery-lists, image-dired-write-comments)
18645 (image-dired-get-comment, image-dired-mark-tagged-files)
18646 (image-dired-list-tags, image-dired-gallery-generate): Use it.
18647 (image-dired-gallery-generate): Use insert-file-contents.
18648
18649 * time.el (display-time-world-list, display-time-world-display):
18650 * time-stamp.el (time-stamp-string):
18651 * vc/add-log.el (add-change-log-entry): Use setenv instead of
18652 set-time-zone-rule (Bug#7337).
18653
18654 2011-08-08 Daiki Ueno <ueno@unixuser.org>
18655
18656 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
18657 (epg-error-to-string, epg-errors-to-string): New function.
18658 (epg-wait-for-completion): Reverse errors list.
18659 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
18660 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
18661 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
18662 (epg-sign-keys, epg-generate-key-from-file)
18663 (epg-generate-key-from-string): Format errors by using
18664 epg-errors-to-string (bug#9255).
18665 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
18666
18667 2011-08-07 Juri Linkov <juri@jurta.org>
18668
18669 * faces.el (list-faces-display): Remove extra angle bracket
18670 from `help-mode-map'.
18671
18672 * info.el (Info-history-toc-nodes): Doc fix.
18673
18674 * longlines.el (longlines-mode): Doc fix.
18675
18676 2011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
18677
18678 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
18679 of statements and in a few more cases (bug#9183).
18680
18681 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
18682 New functions.
18683 (cl-transform-lambda): Use them (bug#9239).
18684
18685 2011-08-05 Martin Rudalics <rudalics@gmx.at>
18686
18687 * window.el (display-buffer-same-window)
18688 (display-buffer-same-frame, display-buffer-other-window)
18689 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
18690 (pop-to-buffer-other-window)
18691 (pop-to-buffer-same-frame-other-window)
18692 (pop-to-buffer-other-frame): Make them defuns.
18693 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
18694
18695 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
18696
18697 * subr.el (make-composed-keymap): Move from C. Change calling
18698 convention, and improve docstring to bring attention to a subtle point.
18699 * minibuffer.el (completing-read-default): Adjust accordingly.
18700
18701 2011-08-03 Michael Albinus <michael.albinus@gmx.de>
18702
18703 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
18704 (tramp-open-shell): Use `tramp-shell-quote-argument'.
18705
18706 * net/trampver.el: Update release number.
18707
18708 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
18709
18710 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
18711 "in" (bug#9190).
18712
18713 2011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
18714
18715 * mail/sendmail.el (sendmail-query-once): Restore the current
18716 buffer after querying (bug#9074).
18717
18718 * dired.el (dired-flagged): Use different faces for marked and
18719 flagged files (bug#6117).
18720
18721 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
18722 (bug#4433).
18723
18724 * ido.el (ido-mode): Switch off the message if called
18725 non-interactively.
18726
18727 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
18728 before 587, since it appears that that's more likely to work for
18729 more people.
18730
18731 * cus-edit.el (custom-file): When running under emacs -q, always
18732 refuse to save the customizations, even if the .emacs file doesn't
18733 exist.
18734
18735 * info.el: Remove the `Info-beginning-of-buffer' function
18736 (bug#8325).
18737
18738 * net/network-stream.el (network-stream-open-starttls):
18739 Use `starttls-available-p' to see whether starttls.el can be used.
18740
18741 2011-08-01 Martin Rudalics <rudalics@gmx.at>
18742
18743 * window.el (display-buffer-in-window): Don't set dedicated status
18744 of window here (Bug#9215).
18745 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
18746 (display-buffer-pop-up-side-window)
18747 (display-buffer-in-side-window): Set dedicated status of window here.
18748
18749 2011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
18750
18751 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
18752 before binding generated-autoload-file.
18753
18754 2011-08-01 Deniz Dogan <deniz@dogan.se>
18755
18756 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
18757
18758 2011-07-30 Michael Albinus <michael.albinus@gmx.de>
18759
18760 Sync with Tramp 2.2.2.
18761
18762 * net/trampver.el: Update release number.
18763
18764 2011-07-30 Juri Linkov <juri@jurta.org>
18765
18766 * dired-aux.el (dired-touch-initial): Remove function.
18767 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
18768 current time, and `default' to the last modification time of the
18769 current marked file (bug#6887).
18770
18771 2011-07-28 Jose E. Marchesi <jemarch@gnu.org>
18772
18773 * simple.el (goto-line): Use string-to-number to provide a
18774 numeric argument to read-number (bug#9163).
18775
18776 2011-07-27 Michael Albinus <michael.albinus@gmx.de>
18777
18778 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
18779 connection process, it could be nil.
18780
18781 2011-07-27 Leo Liu <sdl.web@gmail.com>
18782
18783 Simplify url handling in rcirc-mode.
18784
18785 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
18786 (rcirc-browse-url-at-mouse): Remove.
18787 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
18788
18789 2011-07-26 Alan Mackenzie <acm@muc.de>
18790
18791 Fontify bitfield declarations properly.
18792
18793 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
18794 (c-symbol-chars): Now exported as a lang variable.
18795 (c-not-primitive-type-keywords): New lang variable.
18796
18797 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
18798 QT keyword "more" to prevent "more slots: ...." being spuriously
18799 parsed as a bitfield declaration.
18800
18801 * progmodes/cc-engine.el (c-beginning-of-statement-1):
18802 Refactor and enhance to handle bitfield declarations.
18803 (c-punctuation-in): New function.
18804 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
18805 declarations properly.
18806
18807 2011-07-26 Ulf Jasper <ulf.jasper@web.de>
18808
18809 * calendar/icalendar.el (icalendar--all-events): Take care of
18810 multiple vcalendars in a single file.
18811 (icalendar--convert-float-to-ical): Checkdoc fixes.
18812
18813 2011-07-25 Deniz Dogan <deniz@dogan.se>
18814
18815 * image.el (insert-image): Clarifying docstring.
18816
18817 2011-07-24 Michael Albinus <michael.albinus@gmx.de>
18818
18819 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
18820 `tramp-send-command-and-check' if there is no error.
18821 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
18822
18823 2011-07-22 Alan Mackenzie <acm@muc.de>
18824
18825 Prevent cc-langs.elc being loaded at run time.
18826
18827 * progmodes/cc-mode.el: Remove two autoload forms which loaded
18828 cc-langs.
18829
18830 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
18831 "(require 'cc-langs)". Quote a form so it will evaluate at
18832 (cc-mode's) compilation time.
18833
18834 2011-07-22 Michael Albinus <michael.albinus@gmx.de>
18835
18836 * net/tramp.el (tramp-file-name-handler): Avoid recursive
18837 loading. (Bug#9114)
18838
18839 2011-07-21 Martin Rudalics <rudalics@gmx.at>
18840
18841 * window.el (display-buffer-pop-up-window)
18842 (display-buffer-pop-up-side-window)
18843 (display-buffer-in-side-window): Call display-buffer-set-height
18844 and display-buffer-set-width after setting the new window's
18845 buffer so `fit-window-to-buffer' and friends work on the right buffer.
18846
18847 2011-07-20 Sam Steingold <sds@gnu.org>
18848
18849 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
18850 (etags-tags-included-tables): Call `convert-standard-filename' on
18851 the file names contained in TAGS so that windows Emacs can handle
18852 TAGS files created by cygwin ctags.
18853
18854 2011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
18855
18856 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
18857 which apparently didn't work.
18858
18859 2011-07-19 Roland Winkler <winkler@gnu.org>
18860
18861 * proced.el (proced-send-signal): For *Marked Processes* buffer
18862 put point at beginning of buffer.
18863
18864 2011-07-19 Stephen Berman <stephen.berman@gmx.net>
18865
18866 * proced.el (proced-format): Make header lines align with the text
18867 (bug#1779).
18868
18869 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
18870
18871 * view.el (view-buffer): Allow running in `special' modes if we're
18872 visiting a file (bug#8615).
18873
18874 2011-07-19 Martin Rudalics <rudalics@gmx.at>
18875
18876 * window.el (display-buffer-alist-of-strings-p)
18877 (display-buffer-alist-set-1, display-buffer-alist-set-2):
18878 New functions.
18879 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
18880 more accurately.
18881
18882 2011-07-18 Alan Mackenzie <acm@muc.de>
18883
18884 Fontify declarators properly when, e.g., a jit-lock chunk begins
18885 inside a declaration.
18886
18887 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
18888
18889 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
18890 New function.
18891 (c-complex-decl-matchers): Insert reference to
18892 c-font-lock-enclosing-decls.
18893
18894 * progmodes/cc-engine.el (c-backward-single-comment):
18895 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
18896 to nil around calls to (forward-comment -1).
18897
18898 2011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
18899
18900 * image.el (put-image): Doc typo fix.
18901
18902 * progmodes/etags.el (tags-search): Doc typo fix.
18903
18904 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
18905 password if we get errors 550 to 554.
18906
18907 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
18908
18909 * net/gnutls.el (gnutls-log-level): Remove.
18910
18911 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
18912 indentation character (bug#6380).
18913
18914 * files.el (buffer-offer-save): Made permanently local (bug#6241).
18915
18916 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
18917 to clarify what the problem is (bug#4291).
18918
18919 * simple.el (current-kill): Clarify what
18920 `interprogram-paste-function' does (bug#7500).
18921 (auto-fill-mode): Document `auto-fill-function' in relation to
18922 `auto-fill-mode' (bug#2470).
18923
18924 2011-07-16 Lawrence Mitchell <wence@gmx.li>
18925
18926 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
18927 method if slot is read-only (bug#9035).
18928
18929 2011-07-16 Martin Rudalics <rudalics@gmx.at>
18930
18931 * frame.el (select-frame-set-input-focus): New argument NORECORD.
18932 * window.el (pop-to-buffer): Select window used even if it was
18933 selected before, see discussion of (Bug#8615), (Bug#6954).
18934 Pass argument NORECORD on to select-frame-set-input-focus.
18935
18936 2011-07-15 Glenn Morris <rgm@gnu.org>
18937
18938 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
18939 Respect help-form.
18940
18941 2011-07-09 Lawrence Mitchell <wence@gmx.li>
18942
18943 * net/gnutls.el (gnutls-min-prime-bits): New variable.
18944 (gnutls-negotiate): Use it.
18945
18946 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
18947
18948 * net/gnutls.el (gnutls-negotiate):
18949 Upcase `gnutls-algorithm-priority'.
18950
18951 2011-07-15 Glenn Morris <rgm@gnu.org>
18952
18953 * jka-compr.el (jka-compr-verbose): Move from here...
18954 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
18955 Add missing :version tag.
18956 * info.el: No need to require jka-compr when compiling.
18957
18958 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
18959
18960 * net/gnutls.el (gnutls-algorithm-priority): New variable.
18961 (gnutls-negotiate): Use it.
18962
18963 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
18964
18965 * info.el (Info-beginning-of-buffer): New command.
18966 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
18967 announcing `b' as the key (bug#8325).
18968 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
18969
18970 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
18971
18972 * international/mule-cmds.el
18973 (describe-specified-language-support): Make the error message
18974 clearer (bug#8905).
18975
18976 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
18977
18978 * isearch.el (isearch-barrier): Add a doc string, since it's
18979 mentioned in a function doc string (bug#8678).
18980
18981 2011-07-15 Martin Rudalics <rudalics@gmx.at>
18982
18983 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
18984 buffer argument (Bug#9083) and self-identifying label argument.
18985
18986 2011-07-15 Glenn Morris <rgm@gnu.org>
18987
18988 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
18989
18990 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
18991
18992 * man.el (Man-fontify-manpage): Fix message when formatting the
18993 man page (bug#7929).
18994
18995 2011-07-14 Eli Zaretskii <eliz@gnu.org>
18996
18997 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
18998 argument LRM; if non-nil, append an invisible LRM character to the
18999 buffer name.
19000 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
19001 last argument non-nil, when formatting buffer names.
19002 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
19003 paragraph direction.
19004
19005 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
19006
19007 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
19008 the man page name (bug#7929).
19009
19010 * image.el (put-image): Mention the `put-image' overlay property
19011 (bug#7834).
19012
19013 * scroll-bar.el (set-scroll-bar-mode): Mention that
19014 `scroll-bar-mode' lists the values (bug#7772).
19015
19016 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
19017 command (bug#7729).
19018
19019 * rect.el (apply-on-rectangle): Return the point after the last
19020 operation.
19021 (string-rectangle): Go to the point after the last operation
19022 (bug#7522).
19023
19024 * printing.el (pr-toggle-region): Clarify the documentation
19025 slightly (bug#7493).
19026
19027 * time.el (display-time-update):
19028 Allow `display-time-mail-function' to return nil (bug#7158).
19029 Fix suggested by Detlev Zundel.
19030
19031 * vc/diff.el (diff): Clarify the order the file names are read
19032 (bug#7111).
19033
19034 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
19035 the doc string (bug#7015).
19036
19037 * font-lock.el (font-lock-maximum-decoration): Mention what
19038 numeric levels mean (bug#6935).
19039
19040 * startup.el (initial-buffer-choice): Don't mention the `none'
19041 selection, which is against policy.
19042
19043 2011-07-14 Martin Rudalics <rudalics@gmx.at>
19044
19045 * window.el (display-buffer-normalize-special):
19046 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
19047
19048 2011-07-14 Eli Zaretskii <eliz@gnu.org>
19049
19050 * subr.el (version<, version<=, version=): Mention "-CVS" and
19051 "-12345" alpha version numbers.
19052
19053 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
19054
19055 * bindings.el: Add advertised binding for set-mark-command
19056 (Bug#5772).
19057
19058 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
19059
19060 * bindings.el (mode-line-other-buffer):
19061 * bookmark.el (bookmark-bmenu-2-window):
19062 * bs.el (bs-cycle-next, bs-cycle-previous):
19063 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
19064 switch-to-buffer.
19065
19066 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
19067 Delete.
19068
19069 2011-07-14 Juanma Barranquero <lekktu@gmail.com>
19070
19071 * follow.el (follow-debug-message, follow-redisplay):
19072 * jka-cmpr-hook.el (with-auto-compression-mode):
19073 Fix typos in docstrings.
19074
19075 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
19076
19077 * subr.el (with-silent-modifications): Clarify somewhat what the
19078 macro inhibits (bug#6525).
19079
19080 * simple.el (eval-expression): Note what it does if called
19081 interactively (bug#6495).
19082
19083 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
19084
19085 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
19086 Use pop-to-buffer buffer-or-name if it is nil.
19087
19088 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
19089 Remove switch-to-buffer.
19090
19091 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
19092
19093 * files.el (make-directory): Clarify that an error will be raised
19094 if there's an error (bug#6397).
19095
19096 * startup.el (initial-buffer-choice): Add `none' as a choice
19097 (bug#6234).
19098
19099 * subr.el (add-hook): Clarify section about buffer-local hooks
19100 (bug#6218).
19101
19102 * dired.el (dired-flagged): Clarify doc string (bug#6117).
19103
19104 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
19105
19106 * tabify.el (untabify): Preserve the current column so that point
19107 doesn't move (bug#6032).
19108
19109 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
19110
19111 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
19112 Rewrite to avoid awkward possessive "s" (bug#5986).
19113
19114 2011-07-13 Glenn Morris <rgm@gnu.org>
19115
19116 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
19117 (dired-insert-directory): Give a message the first time
19118 if ls is found not to support --dired.
19119
19120 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
19121
19122 * simple.el (toggle-truncate-lines): Clarify what is toggled
19123 (bug#5580). Text by Drew Adams.
19124
19125 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
19126
19127 * simple.el (blink-matching-open): Make the error message from the
19128 last change less verbose.
19129
19130 2011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
19131
19132 * font-lock.el (font-lock-comment-face): Use the high contrast
19133 "yellow" color for font-lock-comment-face on low color terminals
19134 using a dark background color (bug#4221).
19135
19136 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
19137
19138 * dired.el (dired-insert-set-properties): Make the doc string
19139 reflect what it does now (bug#5325).
19140
19141 * simple.el (blink-matching-open): Say that we were unable to find
19142 the match within the limit, if we're limited (bug#5122).
19143
19144 * international/mule-cmds.el (prefer-coding-system): Add an
19145 example (bug#4869).
19146
19147 * progmodes/etags.el (tags-search): Document `file-list-form'
19148 (bug#4731).
19149
19150 2011-07-13 Lawrence Mitchell <wence@gmx.li>
19151
19152 * net/browse-url.el (browse-url-default-browser)
19153 (browse-url-browser-function): Make the default browser choice a
19154 bit more logical (bug#4300). Also clean up the doc string.
19155
19156 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
19157
19158 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
19159 binary endings (bug#4440).
19160
19161 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
19162
19163 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
19164 which can be pretty annoying (bug#8971).
19165
19166 * jka-compr.el (jka-compr-verbose): New variable, and use
19167 throughout (bug#8971).
19168
19169 * info.el (Info-find-file): Fall back on the installation
19170 directory if we can't find the info node anywhere else.
19171
19172 2011-07-13 Sergei Organov <osv@javad.com> (tiny change)
19173
19174 * vc/vc.el (vc-revert-file):
19175 Don't set file time-stamp in the past. (Bug#5181)
19176
19177 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
19178
19179 * files.el (after-find-file): Give a better error message when
19180 trying to find a symlink that points to a file that doesn't exist
19181 (bug#4398).
19182
19183 * progmodes/cc-vars.el: Remove (probably) misleading comment
19184 (bug#4396).
19185
19186 2011-07-12 Johan Bockgård <bojohan@gnu.org>
19187
19188 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
19189
19190 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
19191
19192 * mouse-sel.el: Hack restoring functionality, while keeping
19193 compatibility with 2010-07-03 changes to mouse selection.
19194 (mouse-sel-primary-overlay): New var.
19195 (mouse-sel-selection-alist): Use it.
19196 (mouse-sel-mode): Doc fix; remove points that are default features
19197 of mouse.el.
19198
19199 2011-07-12 Johan Bockgård <bojohan@gnu.org>
19200
19201 * progmodes/compile.el (compilation-error-regexp-alist-alist):
19202 Fix previous fix (bug#2490).
19203
19204 2011-07-12 Roland Winkler <winkler@gnu.org>
19205
19206 * textmodes/bibtex.el (bibtex-initialize):
19207 Use pop-to-buffer-same-window.
19208 (bibtex-search-entries): Fix interactive call.
19209
19210 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
19211
19212 * progmodes/compile.el (compilation-error-regexp-alist-alist):
19213 Fontise bytecomp Error lines more correctly (bug#2490).
19214 Fix suggested by Johan Bockgård.
19215
19216 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
19217
19218 * dired-x.el (dired-guess-default): Use `delete-dups'.
19219
19220 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
19221
19222 * dired.el (dired-mark-prompt):
19223 * dired-aux.el (dired-read-shell-command): Doc fix.
19224
19225 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
19226
19227 * mail/sendmail.el (sendmail-query-once):
19228 Use `customize-save-variable' unconditionally, now that it works under
19229 emacs -Q.
19230
19231 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
19232
19233 * cus-edit.el (custom-file): Take an optional no-error variable.
19234 (customize-save-variable): Set the variable, and give a warning if
19235 running under "emacs -q".
19236
19237 2011-07-11 Juanma Barranquero <lekktu@gmail.com>
19238
19239 * loadhist.el (unload-feature-special-hooks):
19240 Add `auto-coding-functions', `fill-nobreak-predicate' and
19241 `find-directory-functions' (bug#5327).
19242
19243 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
19244
19245 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
19246
19247 * cus-edit.el (custom-guess-name-alist): -alist variables should
19248 use the `alist' type (bug#3120). Suggested by Drew Adams.
19249
19250 * printing.el: Add documentation to all the `pr-toggle-' commands.
19251
19252 2011-07-11 Leo Liu <sdl.web@gmail.com>
19253
19254 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
19255 backends where it makes sense (bug#2623).
19256
19257 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
19258
19259 * dired-x.el (dired-guess-default): Remove duplicate shell command
19260 entries (bug#2028).
19261 (dired-guess-default): Fix grammar in doc string (bug#2028).
19262 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
19263
19264 * subr.el (remove-duplicates): New conveniency function.
19265
19266 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
19267
19268 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
19269 (bug#1526).
19270
19271 2011-07-10 Martin Rudalics <rudalics@gmx.at>
19272
19273 * window.el (display-buffer-normalize-default): Don't invert
19274 meaning of even-window-heights. Reported by Eli Zaretskii
19275 <eliz@gnu.org>.
19276
19277 2011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
19278
19279 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
19280
19281 2011-07-10 Chong Yidong <cyd@stupidchicken.com>
19282
19283 * window.el (display-buffer): Fix arguments to
19284 display-buffer-reuse-window in last change.
19285
19286 * faces.el (link): Use a less saturated blue on light backgrounds.
19287
19288 * startup.el (fancy-startup-text, fancy-about-text)
19289 (fancy-startup-tail): Use font-lock faces, for background safety.
19290
19291 2011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
19292
19293 * emulation/viper-cmd.el (viper-change-state-to-vi):
19294 Limit triggering of abbrev expansion (Bug#9038).
19295
19296 2011-07-09 Martin Rudalics <rudalics@gmx.at>
19297
19298 * window.el (display-buffer-default-specifiers): Remove.
19299 (display-buffer-macro-specifiers): Remove default specifiers.
19300 (display-buffer-alist): Default to nil.
19301 (display-buffer-reuse-window): New optional argument other-window.
19302 (display-buffer-pop-up-window): Allow splitting internal
19303 windows. Check whether a live window was created.
19304 (display-buffer-other-window-means-other-frame)
19305 (display-buffer-normalize-arguments): Rename to
19306 display-buffer-normalize-argument and rewrite. Set the
19307 other-window specifier.
19308 (display-buffer-normalize-special): New function.
19309 (display-buffer-normalize-options): Rename to
19310 display-buffer-normalize-default and rewrite.
19311 (display-buffer-normalize-options-inhibit): Remove.
19312 (display-buffer-normalize-specifiers): Rewrite.
19313 (display-buffer): Process other-window specifier and call
19314 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
19315 more faithfully.
19316 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
19317 (display-buffer-alist-set): Don't handle 'unset default values.
19318 (display-buffer-in-window, display-buffer-alist-set):
19319 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
19320 <tassilo@member.fsf.org>.
19321
19322 2011-07-09 Leo Liu <sdl.web@gmail.com>
19323
19324 * register.el (insert-register): Restore accidental change on
19325 2011-06-26. (Bug#9028)
19326
19327 2011-07-09 Glenn Morris <rgm@gnu.org>
19328
19329 * subr.el (remq): Handle the empty list. (Bug#9024)
19330
19331 2011-07-08 Andreas Schwab <schwab@linux-m68k.org>
19332
19333 * mail/sendmail.el (send-mail-function): No longer delay custom
19334 initialization.
19335 * custom.el (custom-initialize-delay): Doc fix.
19336
19337 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
19338
19339 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
19340
19341 2011-07-08 Michael Albinus <michael.albinus@gmx.de>
19342
19343 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
19344 human-friendly prompt.
19345
19346 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
19347
19348 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
19349 provided by a particular plugin.
19350
19351 2011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
19352
19353 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
19354 save customizations (with "emacs -Q"), just set the variable
19355 instead of erroring out.
19356
19357 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
19358
19359 2011-07-08 Juri Linkov <juri@jurta.org>
19360
19361 * arc-mode.el (archive-zip-expunge, archive-zip-update)
19362 (archive-zip-update-case): Use 7z if found by `executable-find'.
19363 The order of searching the available programs is the same as in
19364 `archive-zip-extract' (bug#8968).
19365
19366 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
19367
19368 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
19369 (menu-bar-options-menu): Tweak descriptions.
19370
19371 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
19372
19373 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
19374 menu items into verb phrases (bug#1421). Also refill to fit under
19375 80 columns.
19376
19377 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
19378
19379 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
19380 (Info-read-node-name): Doc fix (Bug#1084).
19381
19382 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
19383 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
19384 (end-of-sexp, beginning-of-sexp)
19385 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
19386 (forward-symbol, forward-same-syntax, word-at-point)
19387 (sentence-at-point): Doc fix (Bug#1144).
19388
19389 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
19390
19391 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
19392 should cover it (bug#1281).
19393
19394 * cus-edit.el (custom-show): Mark as obsolete.
19395
19396 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
19397 negotiation fails, then possibly try again with a non-encrypted
19398 connection (bug#9017).
19399
19400 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
19401 be used.
19402
19403 2011-07-07 Richard Stallman <rms@gnu.org>
19404
19405 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
19406 property, and handle its changed format.
19407 Look for the correct line number.
19408 Use file's line contents (but not past first =) to find
19409 correct line in message.
19410
19411 2011-07-07 Kenichi Handa <handa@m17n.org>
19412
19413 * international/characters.el (build-unicode-category-table):
19414 Delete it.
19415 (unicode-category-table): Set it by unicode-property-table-internal.
19416
19417 * international/mule-cmds.el (char-code-property-alist): Move to
19418 to src/chartab.c.
19419 (get-char-code-property): Call unicode-property-table-internal to
19420 load a file. Call get-unicode-property-internal where necessary.
19421 (put-char-code-property): Call unicode-property-table-internal to
19422 load a file. Call put-unicode-property-internal where necessary.
19423 put-unicode-property-internal where necessary.
19424 (char-code-property-description):
19425 Call unicode-property-table-internal to load a file.
19426
19427 * international/charprop.el:
19428 * international/uni-bidi.el:
19429 * international/uni-category.el:
19430 * international/uni-combining.el:
19431 * international/uni-comment.el:
19432 * international/uni-decimal.el:
19433 * international/uni-decomposition.el:
19434 * international/uni-digit.el:
19435 * international/uni-lowercase.el:
19436 * international/uni-mirrored.el:
19437 * international/uni-name.el:
19438 * international/uni-numeric.el:
19439 * international/uni-old-name.el:
19440 * international/uni-titlecase.el:
19441 * international/uni-uppercase.el: Regenerate.
19442
19443 * loadup.el: Load international/charprop.el before
19444 international/characters.
19445
19446 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
19447
19448 * window.el (next-buffer, previous-buffer): Signal an error if
19449 called from a minibuffer window.
19450
19451 * bindings.el: Revert 2011-07-04 change.
19452
19453 2011-07-06 Richard Stallman <rms@gnu.org>
19454
19455 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
19456 (rmail-mime-insert-bulk, rmail-mime-insert-text):
19457 Treat markers like ints.
19458 (rmail-mime-entity): Doc fix.
19459
19460 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
19461
19462 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
19463 defcustom again for backwards compatibility.
19464
19465 * simple.el (shell-command-on-region): Fill.
19466
19467 * dired-aux.el (dired-kill-line): Add a doc string.
19468
19469 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
19470 to "\\sw\\|\\s_" (bug#358).
19471
19472 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
19473 (dired-unmark-backward): Ditto.
19474 (dired-flag-backup-files): Ditto.
19475
19476 * dired-x.el (dired-mark-sexp): Ditto.
19477
19478 2011-07-06 Richard Stallman <rms@gnu.org>
19479
19480 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
19481 (rmail-mime-entity): New arg TRUNCATED.
19482 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
19483 New functions.
19484 (rmail-mime-save): Warn if entity is truncated.
19485 (rmail-mime-toggle-hidden): Likewise, for showing.
19486 (rmail-mime-process-multipart): Record when an entity is truncated.
19487
19488 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
19489 if ENTITY is a string.
19490
19491 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
19492
19493 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
19494 of faces when `M-C-x'-ing their definitions (bug#8378).
19495 Also clean up the code slightly.
19496
19497 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
19498 because that makes the colors go away.
19499
19500 * mail/sendmail.el (send-mail-function): Change the default to
19501 `sendmail-query-once'.
19502 (sendmail-query-once): Add an autoload cookie.
19503
19504 * net/network-stream.el (network-stream-open-starttls): Try using
19505 a plain connection even if the server offered STARTTLS, and we
19506 kinda wanted to use it, if Emacs doesn't have any STARTTLS
19507 capability. This should make smtpmail.el work in slightly more
19508 configurations.
19509
19510 2011-07-06 Michael Albinus <michael.albinus@gmx.de>
19511
19512 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
19513 New defun.
19514 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
19515
19516 2011-07-06 Michael R. Mauger <mmaug@yahoo.com>
19517
19518 * progmodes/sql.el: Version 3.0
19519 (sql-product-alist): Add product :completion-object,
19520 :completion-column, and :statement attributes.
19521 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
19522 (sql-mode-syntax-table): Mark all punctuation.
19523 (sql-font-lock-keywords-builder): Temporarily remove fallback on
19524 ansi keywords.
19525 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
19526 (sql-mode-oracle-font-lock-keywords): Improve.
19527 (sql-oracle-show-reserved-words): New function for development.
19528 (sql-product-font-lock): Simplify for source code buffers.
19529 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
19530 New functions.
19531 (sql-highlight-product): Set product specific syntax table.
19532 (sql-mode-map): Add statement movement functions.
19533 (sql-ansi-statement-starters, sql-oracle-statement-starters):
19534 New variable.
19535 (sql-statement-regexp, sql-beginning-of-statement)
19536 (sql-end-of-statement, sql-signum): New functions.
19537 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
19538 (sql-show-sqli-buffer): Bug fix.
19539 (sql-interactive-mode): Store connection data as buffer local.
19540 (sql-connect): Add NEW-NAME parameter. Redesign interaction
19541 with sql-interactive-mode.
19542 (sql-save-connection): Save buffer local settings.
19543 (sql-connection-menu-filter): Change menu entry name.
19544 (sql-product-interactive): Bug fix.
19545 (sql-preoutput-hold): New variable.
19546 (sql-interactive-remove-continuation-prompt): Bug fixes.
19547 (sql-debug-redirect): New variable.
19548 (sql-str-literal): New function.
19549 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
19550 Redesign.
19551 (sql-oracle-save-settings, sql-oracle-restore-settings)
19552 (sql-oracle-list-all, sql-oracle-list-table): New functions.
19553 (sql-completion-object, sql-completion-column)
19554 (sql-completion-sqlbuf): New variables.
19555 (sql-build-completions-1, sql-build-completions)
19556 (sql-try-completion): New functions.
19557 (sql-read-table-name): Use them.
19558 (sql-contains-names): New buffer local variable.
19559 (sql-list-all, sql-list-table): Use it.
19560 (sql-oracle-completion-types): New variable.
19561 (sql-oracle-completion-object, sql-sqlite-completion-object)
19562 (sql-postgres-completion-object): New functions.
19563
19564 2011-07-06 Glenn Morris <rgm@gnu.org>
19565
19566 * window.el (pop-to-buffer): Doc fix.
19567
19568 2011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
19569
19570 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
19571
19572 2011-07-06 Chong Yidong <cyd@stupidchicken.com>
19573
19574 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
19575
19576 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
19577
19578 2011-07-05 Chong Yidong <cyd@stupidchicken.com>
19579
19580 * button.el (button): Inherit from link face. Suggested by Dan
19581 Nicolaescu.
19582
19583 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
19584
19585 * progmodes/gdb-mi.el: Fit in 80 columns.
19586 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
19587 switch-to-buffer.
19588
19589 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
19590 if imenu is simply not configured (bug#8941).
19591
19592 2011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
19593
19594 * allout.el (allout-post-undo-hook): New allout outline-change
19595 event hook to signal undo activity.
19596 (allout-post-command-business): Run allout-post-undo-hook if an
19597 undo just occurred.
19598 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
19599 * allout-widgets.el (allout-widgets-after-undo-function):
19600 Ensure the integrity of the current item's decoration after it has been
19601 in the vicinity of an undo.
19602 (allout-widgets-mode): Include allout-widgets-after-undo-function
19603 on the new allout-post-undo-hook.
19604
19605 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
19606
19607 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
19608 Let define-derived-mode define it.
19609 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
19610 cycles of abbrev-table inheritance (bug#8998).
19611
19612 2011-07-05 Roland Winkler <winkler@gnu.org>
19613
19614 * textmodes/bibtex.el: Add support for biblatex.
19615 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
19616 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
19617 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
19618 (bibtex-entry-alist, bibtex-field-alist): New variables.
19619 (bibtex-entry-field-alist): Obsolete alias for
19620 bibtex-BibTeX-entry-alist.
19621 (bibtex-entry-alist, bibtex-field-alist): New widgets.
19622 (bibtex-set-dialect): New command.
19623 (bibtex-entry-type, bibtex-entry-head)
19624 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
19625 Bind via bibtex-set-dialect.
19626 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
19627 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
19628 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
19629 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
19630 Define via bibtex-set-dialect.
19631 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
19632 Obey bibtex-no-opt-remove-re.
19633 (bibtex-vec-push, bibtex-vec-incr): New functions.
19634 (bibtex-format-entry, bibtex-field-list)
19635 (bibtex-print-help-message, bibtex-validate)
19636 (bibtex-search-entries): Use new format of bibtex-entry-alist.
19637
19638 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
19639
19640 * progmodes/compile.el (compilation-goto-locus):
19641 * net/tramp-cmds.el (tramp-append-tramp-buffers):
19642 * bs.el (bs-cycle-next, bs-cycle-previous):
19643 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
19644 * bindings.el (mode-line-other-buffer):
19645 * autoinsert.el (auto-insert):
19646 * arc-mode.el (archive-extract):
19647 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
19648
19649 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
19650
19651 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
19652 Fix check of `emacs-lock-unlockable-modes'.
19653 Coerce true values of `emacs-lock--try-unlocking' to t.
19654
19655 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
19656
19657 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
19658 * emacs-lock.el: New file.
19659
19660 2011-07-05 Julien Danjou <julien@danjou.info>
19661
19662 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
19663 than `boundp' to check if face is set.
19664
19665 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
19666
19667 * register.el (registerv-make):
19668 * window.el (window-min-height): Fix typos in docstrings.
19669
19670 2011-07-05 Jan Djärv <jan.h.d@swipnet.se>
19671
19672 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
19673 Update doc string.
19674
19675 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
19676
19677 * server.el (server-execute): Catch quit and call
19678 `server-return-error' to pass the error back to emacsclient and
19679 close the connection (bug#8942).
19680
19681 2011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
19682
19683 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
19684 insecure exception for current topic. Also note that auto-saves
19685 are handled differently.
19686
19687 (allout-auto-save-temporarily-disabled, allout-just-did-undo):
19688 State variables for tracking auto-save inhibition situation.
19689
19690 (allout-write-contents-hook-handler): Rename from
19691 'allout-write-file-hook-handler', and describe how it depends on
19692 write-contents-functions sensitivity to non-nil value to prevent
19693 file write.
19694
19695 (allout-auto-save-hook-handler): Remove. auto-save does not check
19696 this in individual buffers, only in the starting buffer, so this
19697 is not the right way for us to inhibit auto-save in a buffer
19698 according to its condition.
19699
19700 (allout-mode): Use new allout-write-contents-hook-handler, and
19701 only with write-contents-functions. Remove auto-save provisions -
19702 they're implemented elsewhere.
19703
19704 (allout-before-change-handler): If undo is in progress, note that
19705 for attention of allout-post-command-business.
19706
19707 (allout-post-command-business): If the command we're following was
19708 an undo, check for change in the status of encrypted items and
19709 adjust auto-save inhibitions accordingly.
19710
19711 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
19712 according to whether there are or aren't any plain-text topics
19713 pending encryption.
19714
19715 (allout-inhibit-auto-save-info-for-decryption):
19716 Adjust buffer-saved-size and some allout state to inhibit auto-saves
19717 if there are plain-text topics pending encryption.
19718
19719 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
19720 buffer-saved-size and some allout state to not inhibit auto-saves
19721 if there are no longer any plain-text topics pending encryption.
19722
19723 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
19724 No longer provide for exemption of the current topic.
19725
19726 2011-07-04 Juri Linkov <juri@jurta.org>
19727
19728 Add 7z operations to delete and save changed members (bug#8968).
19729 * arc-mode.el (archive-7z-expunge, archive-7z-update):
19730 New defcustoms.
19731 (archive-7z-write-file-member): New function.
19732 (archive-7z-summarize): Fix the number of dashes in the
19733 listing output.
19734
19735 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
19736
19737 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
19738 (bug#8958).
19739
19740 2011-07-04 Chong Yidong <cyd@stupidchicken.com>
19741
19742 * bindings.el: Ignore next-buffer and previous-buffer in
19743 minibuffer-local-map.
19744
19745 * font-lock.el (font-lock-builtin-face): Change light background
19746 color to dark slate blue (Bug#6693).
19747
19748 2011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
19749
19750 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
19751
19752 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
19753
19754 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
19755 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
19756 Add switch-to-buffer.
19757
19758 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
19759
19760 * isearch.el (isearch-search-fun-function): Clarify further the
19761 meaning of the function returned.
19762
19763 2011-07-04 Michael Albinus <michael.albinus@gmx.de>
19764
19765 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
19766
19767 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
19768 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
19769 Use it.
19770 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
19771 `tramp-default-remote-path' does not exist.
19772 (tramp-send-command-and-read): New optional argument NOERROR.
19773 (tramp-open-connection-setup-interactive-shell)
19774 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
19775 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
19776 (tramp-process-sentinel): Flush also process' connection property.
19777 (tramp-sh-handle-start-file-process): Do not set process
19778 sentinel. It is done now ...
19779 (tramp-maybe-open-connection): ... here. (Bug#8929)
19780
19781 2011-07-04 MON KEY <monkey@sandpframing.com>
19782
19783 * play/animate.el (animate-string): Doc fixes and allow changing
19784 the buffer name (bug#5417).
19785
19786 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
19787
19788 * play/animate.el (animation-buffer-name): Rename from *animate*.
19789
19790 2011-07-04 Paul Eggert <eggert@cs.ucla.edu>
19791
19792 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
19793 This is simpler and helps future-proof the code.
19794 (timer-until): Use time-subtract and float-time.
19795 (timer--time-less-p): Use time-less-p.
19796
19797 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
19798
19799 * type-break.el (timep): Use the value of `float-time' to avoid a
19800 byte-compiler warning.
19801
19802 * server.el (server-eval-and-print): Return any result, even nil.
19803
19804 2011-07-03 Paul Eggert <eggert@cs.ucla.edu>
19805
19806 * type-break.el: Accept time formats that the builtins accept.
19807 (timep, type-break-time-difference): Accept any format that
19808 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
19809 This is simpler and helps future-proof the code.
19810 (type-break-time-difference): Round rather than ignoring
19811 subseconds components.
19812
19813 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
19814
19815 * info.el (Info-apropos-matches): Make non-interactive, since it
19816 doesn't seem to do anything useful as a command (bug#8829).
19817
19818 2011-07-03 Chong Yidong <cyd@stupidchicken.com>
19819
19820 * frame.el (frame-background-mode, frame-set-background-mode):
19821 Move from faces.el.
19822 (frame-default-terminal-background): New function.
19823
19824 * custom.el (custom-push-theme): Don't record faces in `changed'
19825 theme; this doesn't work correctly for per-frame face settings.
19826 (disable-theme): Use face-set-after-frame-default to reset faces.
19827 (custom--frame-color-default): New function.
19828
19829 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
19830
19831 * dired.el (dired-flagging-regexp): Remove unused variable
19832 (bug#8769).
19833
19834 2011-03-29 Kevin Ryde <user42@zip.com.au>
19835
19836 * progmodes/compile.el (compilation-error-regexp-alist-alist):
19837 `perl-Test2' extend to match possible "fail #N" rep count
19838 (bug#8377).
19839
19840 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
19841
19842 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
19843 `smtpmail-via-smtp' now returns the error instead of nil.
19844
19845 * isearch.el (isearch-search-fun-function): Clarify the doc string
19846 (bug#8101).
19847
19848 2011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
19849
19850 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
19851 unnecessary spaces (bug#8987).
19852
19853 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
19854
19855 * net/network-stream.el (open-network-stream): Use the
19856 :end-of-capability command thoughout.
19857
19858 2011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
19859
19860 * net/network-stream.el (open-network-stream): Add the
19861 :end-of-capability command parameter, used by pop3.el.
19862
19863 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
19864
19865 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
19866
19867 * fringe.el (fringe-query-style): Remove redundant text " (type ?
19868 for list)" (bug#6475).
19869
19870 * files.el (file-expand-wildcards): Ignore non-readable
19871 sub-directories while trying to find matches instead of signaling
19872 an error (bug#6297).
19873
19874 * man.el (Man-reference-regexp): Allow matching possible
19875 word-wrapped references (bug#6289).
19876
19877 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
19878 for consistency with the other vc buffers (bug#6197).
19879 (vc-checkin): Ditto.
19880
19881 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
19882
19883 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
19884
19885 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
19886
19887 * custom.el (defcustom): Clarify that :set is only used in the
19888 Customize user interface (bug#6089).
19889
19890 * progmodes/flymake.el (flymake-mode): If the buffer isn't
19891 associated with a file, refuse to run instead of erroring out
19892 (bug#6084).
19893
19894 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
19895 the doc string, since it appears that using `fill-column' always
19896 controls the width (bug#7845).
19897
19898 * simple.el (shell-command-on-region): Say where the error output
19899 went if `shell-command-default-error-buffer' is set (bug#6857).
19900
19901 2011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
19902
19903 * allout.el (allout-yank-processing): Adjust cursor position for
19904 backwards-deleted space.
19905
19906 (allout-rebullet-heading): Register changes with
19907 allout-exposure-changed-hook, so the modified topic is properly
19908 decorated.
19909
19910 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
19911
19912 * minibuffer.el (completion-in-region): Document PREDICATE
19913 (bug#7136).
19914
19915 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
19916 of keyword/argument pairs (bug#6904).
19917
19918 * replace.el (multi-occur):
19919 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
19920
19921 2011-07-02 Drew Adams <drew.adams@oracle.com>
19922
19923 * dired.el (dired-mark-if): Make the message about whether it's
19924 marking or unmarking clearer (bug#8523).
19925
19926 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
19927
19928 * disp-table.el (display-table-print-array): New function.
19929 (describe-display-table): Use it to print the vectors more pretty
19930 (Bug#8859).
19931
19932 2011-07-02 Martin Rudalics <rudalics@gmx.at>
19933
19934 * window.el (window-state-get-1): Don't assign clone numbers.
19935 Add clone-of item to list of window parameters.
19936 (window-state-put-2): Don't process clone numbers.
19937 (display-buffer-alist): Fix doc-string.
19938
19939 2011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
19940
19941 * subr.el (remq): Don't allocate if it's not needed.
19942 (keymap--menu-item-binding, keymap--menu-item-with-binding)
19943 (keymap--merge-bindings): New functions.
19944 (keymap-canonicalize): Use them to refine the canonicalization.
19945 * minibuffer.el (minibuffer-local-completion-map)
19946 (minibuffer-local-must-match-map): Move initialization from C.
19947 (minibuffer-local-filename-completion-map): Move initialization from C;
19948 don't inherit from anything here.
19949 (minibuffer-local-filename-must-match-map): Make obsolete.
19950 (completing-read-default): Use make-composed-keymap to combine
19951 minibuffer-local-filename-completion-map with either
19952 minibuffer-local-must-match-map or
19953 minibuffer-local-filename-completion-map.
19954
19955 2011-07-01 Glenn Morris <rgm@gnu.org>
19956
19957 * type-break.el (type-break-time-sum): Use dolist.
19958
19959 * textmodes/flyspell.el (flyspell-word-search-backward):
19960 Replace CL function.
19961
19962 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
19963
19964 * mouse.el (mouse--strip-first-event): New function.
19965 (function-key-map): Use it to map fringe clicks to normal clicks
19966 by default.
19967
19968 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
19969 (vc-bzr-revision-completion-table): Add support for annotate and date.
19970
19971 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
19972 inherit from parent.
19973
19974 2011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
19975
19976 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
19977 (dired-show-file-type): Doc fixup (bug#8818).
19978
19979 * dired.el (dired-mode): Fix up the doc string as suggested by
19980 Drew Adams (bug#8817).
19981
19982 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
19983 cookie, since the manual says that it should be possible to add
19984 this function to `find-file-hook' (bug#8709).
19985
19986 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
19987
19988 * progmodes/cfengine.el: Moved all cfengine3.el functionality
19989 here. Noted Ted Zlatanov as the maintainer.
19990 (cfengine-common-settings, cfengine-common-syntax): New functions
19991 to set up common things between `cfengine-mode' and
19992 `cfengine3-mode'.
19993 (cfengine3-mode): New mode.
19994 (cfengine3-defuns cfengine3-defuns-regex
19995 (cfengine3-class-selector-regex cfengine3-category-regex)
19996 (cfengine3-vartypes cfengine3-font-lock-keywords)
19997 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
19998 (cfengine3-indent-line): Add from cfengine3.el.
19999
20000 2011-07-01 Michael Albinus <michael.albinus@gmx.de>
20001
20002 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
20003
20004 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
20005
20006 2011-07-01 Martin Rudalics <rudalics@gmx.at>
20007
20008 * window.el (same-window-buffer-names, same-window-regexps)
20009 (same-window-p, special-display-frame-alist)
20010 (special-display-popup-frame, special-display-function)
20011 (special-display-buffer-names, special-display-regexps)
20012 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
20013 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
20014 (split-window-preferred-function, split-height-threshold)
20015 (split-width-threshold, even-window-heights)
20016 (display-buffer-mark-dedicated, window-splittable-p)
20017 (split-window-sensibly, window-safely-shrinkable-p):
20018 Un-obsolete.
20019 (display-buffer): Don't spread args with function specifier
20020 because special-display-popup-frame won't like it.
20021
20022 2011-07-01 Paul Eggert <eggert@cs.ucla.edu>
20023
20024 Time-stamp simplifications and fixes.
20025 These improve accuracy slightly, and future-proof the code
20026 against some potential changes to current-time format.
20027
20028 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
20029 by using time-since and float-time.
20030
20031 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
20032 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
20033 + NNN microseconds".
20034
20035 * type-break.el (type-break-time-sum): Rewrite using time-add.
20036
20037 * play/hanoi.el (hanoi-current-time-float): Remove.
20038 All uses replaced by float-time.
20039
20040 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
20041 This yields a more-accurate answer.
20042 (rng-time-to-float): Remove; no longer needed.
20043
20044 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
20045
20046 * calendar/timeclock.el (timeclock-seconds-to-time):
20047 Defalias to seconds-to-time, since they're the same thing.
20048
20049 * emacs-lisp/elp.el (elp-elapsed-time):
20050 * emacs-lisp/benchmark.el (benchmark-elapse):
20051 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
20052
20053 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
20054
20055 * window.el (bury-buffer): Don't iconify the only frame.
20056 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
20057 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
20058
20059 2011-07-01 Chong Yidong <cyd@stupidchicken.com>
20060
20061 * eshell/em-smart.el (eshell-smart-display-navigate-list):
20062 Add mouse-yank-primary.
20063
20064 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
20065
20066 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
20067
20068 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
20069
20070 * emacs-lisp/find-func.el (find-library--load-name): New fun.
20071 (find-library-name): Use it to find relative load names when provided
20072 absolute file name (bug#8803).
20073
20074 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
20075
20076 * textmodes/flyspell.el (flyspell-word): Consider words that
20077 differ only in case as potential doublons (bug#5687).
20078
20079 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
20080 Remove two rather uninteresting debugging-like messages to make
20081 debbugs.el more silent.
20082
20083 * comint.el (comint-password-prompt-regexp): Accept "Response" as
20084 a password-like phrase.
20085
20086 2011-06-30 Masatake YAMATO <yamato@redhat.com>
20087
20088 * progmodes/cc-guess.el: New file.
20089
20090 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
20091
20092 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
20093 derived from `c-basic-common-init'.
20094
20095 * progmodes/cc-mode.el (top-level): Require cc-guess.
20096 (c-basic-common-init): Use `cc-choose-style-for-mode'.
20097
20098 2011-06-30 Lawrence Mitchell <wence@gmx.li>
20099
20100 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
20101
20102 2011-06-30 Alan Mackenzie <acm@muc.de>
20103
20104 * progmodes/cc-engine.el (c-guess-continued-construct):
20105 Correct the handling of template-args-cont, particularly for when font
20106 lock is disabled. Name this case as "CASE G".
20107
20108 2011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
20109
20110 * allout.el (allout-yank-processing): Fix injection of extra space
20111 between bullet and non-whitespace character in first topic when
20112 pasting, ensuring that the actual spacing in the pasted topic
20113 following the bullet char is preserved. This extra space was
20114 causing pasted encrypted topics to get a decrypted status even
20115 when the content was actually still encrypted. Now the decryption
20116 status from before the paste is preserved.
20117
20118 (allout-flag-region): Set all allout overlays so they evaporate
20119 when reduced to zero length (evanescent), to prevent overlay
20120 leakage.
20121
20122 2011-06-30 Glenn Morris <rgm@gnu.org>
20123
20124 * w32-fns.el (w32-charset-info-alist): Declare.
20125
20126 * find-dired.el (find-grep-options): Simplify.
20127
20128 * term/ns-win.el (ns-set-resource): Declare.
20129
20130 * ses.el (row, col): Declare dynamic variables honestly.
20131
20132 * textmodes/reftex-parse.el (index-tags): Declare.
20133
20134 2011-06-30 Chong Yidong <cyd@stupidchicken.com>
20135
20136 * cus-edit.el (customize-push-and-save): New function.
20137
20138 * files.el (hack-local-variables-confirm): Use it.
20139
20140 * custom.el (load-theme): New arg NO-CONFIRM.
20141 Use customize-push-and-save (Bug#8720).
20142 (custom-enabled-themes): Doc fix.
20143
20144 * cus-theme.el (customize-create-theme)
20145 (custom-theme-merge-theme): Callers to load-theme changed.
20146
20147 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
20148
20149 * thingatpt.el (thing-at-point-short-url-regexp): Require that
20150 short URLs have at least one dot in them (bug #7614).
20151
20152 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
20153 nil, because using a pty is apparently too slow (bug #895).
20154
20155 2011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
20156
20157 * mail/sendmail.el (sendmail-query-once): New function.
20158 (sendmail-query-once-function): New variable.
20159
20160 2011-06-29 Glenn Morris <rgm@gnu.org>
20161
20162 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
20163
20164 * ses.el (top-level): Require cl when compiling.
20165 (ses-set-localvars): Fix error statement.
20166 Call it at compile time to silence a storm of warnings.
20167
20168 2011-06-29 Martin Rudalics <rudalics@gmx.at>
20169
20170 * window.el (normalize-live-buffer): Rename to
20171 window-normalize-buffer.
20172 (normalize-live-frame): Rename to window-normalize-frame.
20173 (normalize-any-window): Rename to window-normalize-any-window.
20174 (normalize-live-window): Rename to window-normalize-live-window.
20175 (make-window-atom): Rename to window-make-atom.
20176 (window-resize-reset): Rename to window--resize-reset.
20177 (window-resize-reset-1): Rename to window--resize-reset-1.
20178 (resize-mini-window): Rename to window--resize-mini-window.
20179 (resize-subwindows-skip-p): Rename to
20180 window--resize-subwindows-skip-p.
20181 (resize-subwindows-normal): Rename to
20182 window--resize-subwindows-normal.
20183 (resize-subwindows): Rename to window--resize-subwindows.
20184 (resize-other-windows): Rename to window--resize-siblings.
20185 (resize-this-window): Rename to window--resize-this-window.
20186 (resize-root-window): Rename to window--resize-root-window.
20187 (resize-root-window-vertically): Rename to
20188 window--resize-root-window-vertically.
20189 (normalize-buffer-to-display): Rename to
20190 window-normalize-buffer-to-display.
20191 (normalize-buffer-to-switch-to): Rename to
20192 window-normalize-buffer-to-switch-to.
20193 Correspondingly update all callers of the functions listed
20194 above.
20195 (display-buffer-alist, display-buffer-normalize-arguments)
20196 (display-buffer-normalize-options, display-buffer)
20197 (display-buffer-alist-set): Use "function" instead of
20198 "fun-with-args".
20199
20200 2011-06-28 Chong Yidong <cyd@stupidchicken.com>
20201
20202 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
20203 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
20204 debbugs.gnu.org. Mention acknowledgment email.
20205
20206 2011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
20207
20208 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
20209 buffer multibyteness, since it shouldn't matter.
20210
20211 2011-06-28 Martin Rudalics <rudalics@gmx.at>
20212
20213 * window.el (display-buffer-in-side-window): Handle dedicated
20214 windows as in display-buffer-reuse-window.
20215 (display-buffer-normalize-alist): Use value of override
20216 specifier.
20217 (display-buffer-normalize-specifiers): Use value of
20218 other-window-means-other-frame specifier.
20219 (display-buffer-alist): Rewrite some texts in widgets.
20220 (display-buffer): Spread arguments when calling function
20221 specified by fun-with-args.
20222
20223 2011-06-28 Deniz Dogan <deniz@dogan.se>
20224
20225 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
20226 Unnest `let'.
20227
20228 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
20229 selectors (Bug#5732).
20230 (css-proprietary-nmstart-re): Use `regexp-opt'.
20231
20232 2011-06-27 Jari Aalto <jari.aalto@cante.net>
20233
20234 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
20235 (eshell-ls-date-format): New defcustom.
20236 (eshell-ls-file): Use it.
20237
20238 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
20239
20240 * help-fns.el (describe-variable): Fix message for terminal-local vars.
20241
20242 2011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
20243
20244 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
20245 (ange-ftp-make-tmp-name): New arg.
20246 (ange-ftp-file-local-copy): Use it.
20247
20248 2011-06-27 Jambunathan K <kjambunathan@gmail.com>
20249
20250 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
20251 no-conversion (Bug#8870).
20252
20253 2011-06-27 Martin Rudalics <rudalics@gmx.at>
20254
20255 * window.el (window-right, window-left, window-child)
20256 (window-child-count, window-last-child)
20257 (window-iso-combination-p, walk-window-tree-1)
20258 (window-atom-check-1, window-tree-1, delete-window)
20259 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
20260 new naming conventions - window-vchild, window-hchild,
20261 window-next and window-prev are now called window-top-child,
20262 window-left-child, window-next-sibling and window-prev-sibling
20263 respectively.
20264 (resize-window-reset): Rename to window-resize-reset.
20265 (resize-window-reset-1): Rename to window-resize-reset-1.
20266 (resize-window): Rename to window-resize.
20267 (window-min-height, window-min-width)
20268 (resize-mini-window, resize-this-window, resize-root-window)
20269 (resize-root-window-vertically, adjust-window-trailing-edge)
20270 (enlarge-window, shrink-window, maximize-window)
20271 (minimize-window, delete-window, quit-restore-window)
20272 (split-window, balance-windows, balance-windows-area-adjust)
20273 (balance-windows-area, window-state-put-2)
20274 (display-buffer-even-window-sizes, display-buffer-set-height)
20275 (display-buffer-set-width, set-window-text-height)
20276 (fit-window-to-buffer): Rename all "resize-window" prefixed
20277 calls to use the "window-resize" prefix convention.
20278 (display-buffer-alist): Fix symbol for label specifier.
20279 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
20280 corresponding specifier.
20281 Reported by Juanma Barranquero <lekktu@gmail.com>.
20282
20283 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
20284
20285 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
20286 convention.
20287 (ses-call-printer): Does not pass an empty string to formatter when the
20288 cell is empty to keep from barking printer Calc math-format-value.
20289
20290 2011-06-27 Richard Stallman <rms@gnu.org>
20291
20292 * battery.el (battery-mode-line-limit): New variable.
20293 (battery-update): Handle it.
20294
20295 * mail/rmailmm.el (rmail-mime-process-multipart):
20296 Handle truncated messages.
20297
20298 2011-06-27 Glenn Morris <rgm@gnu.org>
20299
20300 * progmodes/flymake.el (flymake-err-line-patterns):
20301 Allow for column numbers in the ant/javac pattern. (Bug#8866)
20302
20303 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
20304
20305 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
20306 (ses--clean-!, ses--clean-_): New functions.
20307 (ses-range): Add configurability of readout order, and conversion
20308 to Calc vector.
20309
20310 * ses.el (ses-repair-cell-reference-all): New function.
20311 (ses-cell-symbol): Set macro as safe, so that it can be used in
20312 formulas.
20313
20314 * ses.el: Update cycle detection algorithm.
20315 (ses-localvars): Add ses--Dijkstra-attempt-nb and
20316 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
20317 (ses-set-localvars): New function.
20318 (ses-make-cell): Add property-list as a cell element.
20319 (ses-cell-property-get-fun, ses-cell-property-get)
20320 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
20321 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
20322 New functions.
20323 (ses-cell-property-set, ses-cell-property-pop)
20324 (ses-cell-property-get-handle): New macro.
20325 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
20326 New aliases, used for code readability.
20327 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
20328 cycle detection.
20329 (ses-self-reference-early-detection): New defcustom.
20330 (ses-formula-references): Robustify against self-referring cells.
20331 (ses-mode): Use ses-set-localvars.
20332 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
20333 before lauching the update processing.
20334 (ses-initialize-Dijkstra-attempt): New function.
20335 (ses-recalculate-cell): Update for cycle detection based on
20336 Dijkstra algorithm.
20337
20338 * ses.el: Fix commenting and indenting convention.
20339
20340 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
20341
20342 * bs.el (bs-cycle-next): Complete last change.
20343
20344 2011-06-27 Drew Adams <drew.adams@oracle.com>
20345
20346 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
20347
20348 2011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
20349
20350 * net/network-stream.el (network-stream-open-starttls):
20351 Don't re-get capabilities unless we've reestablished connection.
20352 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
20353
20354 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
20355 to binary to possibly avoid line encoding issues on Windows (among
20356 other things).
20357
20358 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
20359
20360 * net/network-stream.el (open-network-stream): Return an :error
20361 saying what the problem was, if possible.
20362
20363 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
20364 server.
20365
20366 * net/network-stream.el (network-stream-open-starttls): If we
20367 wanted to use STARTTLS, and the server offered it, but we weren't
20368 able to because we had no STARTTLS support, then close the connection.
20369 (open-network-stream): Return an :error element, if present.
20370
20371 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
20372
20373 * hl-line.el (hl-line-sticky-flag): Doc fix.
20374 (global-hl-line-sticky-flag): New option (Bug#8323).
20375 (global-hl-line-highlight): Obey it.
20376
20377 * vc/vc.el (vc-revert-show-diff): Default to t.
20378
20379 2011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
20380
20381 * allout-widgets.el (allout-widgets-post-command-business):
20382 Stop decorating intermediate isearch matches. They're not being
20383 undecorated when an isearch is continued past, and isearch
20384 automatically collapses them. This leads to "widget leaks", where
20385 decorated items accumulate in collapsed areas. Lines with lots of
20386 hidden widgets can slow down cursor travel, substantially.
20387 Too much complicated machinery would be needed to ensure undecoration,
20388 so we're doing without this nicety.
20389
20390 (allout-widgets-tally-string): Don't try to do a hash-table-count
20391 of allout-widgets-tally when it's nil. This eliminates spurious "Error
20392 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
20393 *Messages* when allout-widgets-maintain-tally is t.
20394
20395 2011-06-26 Martin Rudalics <rudalics@gmx.at>
20396
20397 * window.el (display-buffer-normalize-argument): Rename to
20398 display-buffer-normalize-arguments. Handle special meaning of
20399 LABEL argument. Respect special-display-function when popping up
20400 a new frame. Fix code searching for a window showing the buffer
20401 on another frame.
20402 (display-buffer-normalize-specifiers):
20403 Call display-buffer-normalize-arguments.
20404 (display-buffer-in-window): Don't undedicate the window if its
20405 buffer remains the same.
20406 Reported by Drew Adams <drew.adams@oracle.com>.
20407 (display-buffer-alist): Add choice for same-window macro
20408 specfier.
20409 (display-buffer): Mention special meaning of LABEL argument in
20410 doc-string. Fix quoting. Don't pop up a new frame even as
20411 fallback.
20412
20413 2011-06-26 Juanma Barranquero <lekktu@gmail.com>
20414
20415 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
20416 avoid deleting the current window in some cases (bug#8911).
20417
20418 2011-06-26 Andreas Schwab <schwab@linux-m68k.org>
20419
20420 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
20421 (Bug#8934)
20422
20423 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
20424
20425 * net/network-stream.el (network-stream-open-starttls):
20426 Use built-in TLS support if `gnutls-available-p' is true.
20427 (network-stream-open-tls): Ditto.
20428
20429 2011-06-26 Leo Liu <sdl.web@gmail.com>
20430
20431 * register.el (registerv): New struct.
20432 (registerv-make): New function.
20433 (jump-to-register, describe-register-1, insert-register):
20434 Support the jump-func, print-func and insert-func slot of a registerv
20435 struct. (Bug#8415)
20436
20437 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
20438
20439 * vc/vc.el (vc-revert-show-diff): New defcustom.
20440 (vc-diff-internal): New arg specifying diff buffer.
20441 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
20442 reuse an existing *vc-diff* buffer (Bug#8927).
20443
20444 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
20445
20446 2011-06-26 Glenn Morris <rgm@gnu.org>
20447
20448 * progmodes/f90.el (f90-critical-indent): New option.
20449 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
20450 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
20451 (f90-mode): Doc fix.
20452 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
20453 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
20454 (f90-beginning-of-block, f90-next-block, f90-indent-region)
20455 (f90-match-end): Handle block, critical.
20456
20457 2011-06-25 Glenn Morris <rgm@gnu.org>
20458
20459 * calendar/diary-lib.el (diary-included-files): Doc fix.
20460 (diary-include-files): New function, extracted from
20461 diary-include-other-diary-files and diary-mark-included-diary-files.
20462 (diary-include-other-diary-files, diary-mark-included-diary-files):
20463 Just call diary-include-files.
20464 (diary-mark-entries): Reset diary-included-files on first call.
20465
20466 * calendar/diary-lib.el (diary-mark-entries)
20467 (diary-mark-included-diary-files):
20468 Visit included diary-files in temp buffers.
20469
20470 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
20471 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
20472 (f90-start-block-re, f90-imenu-generic-expression)
20473 (f90-looking-at-program-block-start, f90-no-block-limit):
20474 Add support for submodules.
20475
20476 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
20477 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
20478
20479 2011-06-25 Eli Zaretskii <eliz@gnu.org>
20480
20481 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
20482 buffer-file-type before setting its value, to avoid disastrous
20483 global effects on decoding files for DOS/Windows systems. (Bug#8780)
20484
20485 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
20486
20487 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
20488
20489 * ses.el (ses-unload-function):
20490 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
20491
20492 * proced.el (proced-unload-function):
20493 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
20494
20495 2011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
20496
20497 * server.el (server-create-window-system-frame): Add parameters arg.
20498 (server-process-filter): Doc fix. Handle frame-parameters.
20499
20500 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
20501
20502 Fix bug#8730, bug#8781.
20503
20504 * loadhist.el (unload--set-major-mode): New function.
20505 (unload-feature): Use it.
20506
20507 * progmodes/python.el (python-after-info-look): Add autoload cookie.
20508 (python-unload-function): New function.
20509
20510 2011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
20511
20512 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
20513
20514 2011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
20515
20516 * net/browse-url.el (browse-url-firefox-program): Add icecat to
20517 the candidates list.
20518
20519 2011-06-24 Juanma Barranquero <lekktu@gmail.com>
20520
20521 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
20522
20523 2011-06-23 Richard Stallman <rms@gnu.org>
20524
20525 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
20526 (rmail-variables): Set next-error-move-function.
20527 (rmail-what-message): Take argument POS.
20528 (rmail-next-error-move): New function.
20529
20530 2011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
20531
20532 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
20533 messages for adjacent non-terminals.
20534
20535 2011-06-23 Richard Stallman <rms@gnu.org>
20536
20537 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
20538 (rmail-show-message-1): Preserve buffer modified flag.
20539 (rmail-start-mail): Don't specify use of rmail-mail-return;
20540 that's done by mail-bury now.
20541 (rmail-mail-return): Handle arg NEWBUF.
20542
20543 2011-06-23 Michael Albinus <michael.albinus@gmx.de>
20544
20545 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
20546 SIZE is a number.
20547
20548 2011-06-23 Martin Rudalics <rudalics@gmx.at>
20549
20550 * window.el (get-lru-window, get-mru-window)
20551 (get-largest-window): Never return a minibuffer window.
20552 (display-buffer-pop-up-window): Fix a bug that could lead to
20553 reusing the minibuffer window.
20554 (display-buffer): Pass original specifier argument to
20555 display-buffer-function instead of the normalized one.
20556 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
20557
20558 2011-06-22 Leo Liu <sdl.web@gmail.com>
20559
20560 * minibuffer.el (completing-read-function)
20561 (completing-read-default): Move from minibuf.c.
20562
20563 2011-06-22 Richard Stallman <rms@gnu.org>
20564
20565 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
20566 to Rmail even if not started by a special Rmail command.
20567
20568 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
20569 Copy the buffer currently showing just one message.
20570
20571 2011-06-22 Roland Winkler <winkler@gnu.org>
20572
20573 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
20574 (bibtex-clean-entry): First delete the old key so that a
20575 customized algorithm for generating the new key does not get
20576 confused by the old key.
20577 (bibtex-url): Obey regexp of first step.
20578 (bibtex-search-entries): Do not use add-to-list with local
20579 list-var.
20580
20581 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
20582
20583 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
20584 stored a user name, then query for the password first, instead of
20585 waiting for SMTP to give an error message and the trying again.
20586
20587 2011-06-22 Lawrence Mitchell <wence@gmx.li>
20588
20589 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
20590 BUFFER in call-process.
20591
20592 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
20593
20594 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
20595 QUIT twice.
20596 (smtpmail-try-auth-methods): Require user name and password from
20597 auth-source.
20598
20599 2011-06-22 Martin Rudalics <rudalics@gmx.at>
20600
20601 * window.el (display-buffer-default-specifiers)
20602 (display-buffer-alist): Remove entries for pop-up-frame-alist.
20603 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
20604 (split-window): Normalize SIDE argument (Bug#8916).
20605
20606 * frame.el (pop-up-frame-alist, pop-up-frame-function)
20607 (special-display-frame-alist, special-display-popup-frame):
20608 Remove duplicate declarations. These are now in window.el.
20609
20610 2011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
20611
20612 * mail/smtpmail.el (smtpmail-via-smtp):
20613 Set :use-starttls-if-possible so that we always use STARTTLS if the
20614 server supports it. SMTP servers that support STARTTLS commonly
20615 require it.
20616
20617 * net/network-stream.el (network-stream-open-starttls): Support
20618 upgrading to STARTTLS always, even if we don't have built-in support.
20619 (open-network-stream): Add the :always-query-capabilities keyword.
20620
20621 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
20622 upgrades with `open-network-stream', and rely solely on
20623 auth-source for all credentials. Big changes throughout the file,
20624 but in particular:
20625 (smtpmail-auth-credentials): Remove.
20626 (smtpmail-starttls-credentials): Remove.
20627 (smtpmail-via-smtp): Check for servers saying they want AUTH after
20628 MAIL FROM, too.
20629
20630 * net/network-stream.el (network-stream-open-starttls):
20631 Provide support for client certificates both for external and built-in
20632 STARTTLS.
20633 (auth-source): Require.
20634 (open-network-stream): Document the :client-certificate keyword.
20635 (network-stream-certificate): Change cert-cert to cert and
20636 cert-key to key.
20637
20638 2011-06-21 Michael Albinus <michael.albinus@gmx.de>
20639
20640 * net/tramp-cache.el (top): Don't load the persistency file when
20641 "emacs -Q" has been called.
20642
20643 2011-06-21 Tim Harper <timcharper@gmail.com>
20644
20645 * term/ns-win.el (ns-initialize-window-system):
20646 Set application-specific `ApplePressAndHoldEnabled' system
20647 resource to NO as it is not yet supported by the NS port.
20648
20649 2011-06-21 Juanma Barranquero <lekktu@gmail.com>
20650
20651 * misc.el (list-dynamic-libraries--refresh): Compute header here...
20652 (list-dynamic-libraries): ...not here.
20653
20654 2011-06-21 Leo Liu <sdl.web@gmail.com>
20655
20656 * subr.el (sha1): Implement sha1 using secure-hash.
20657
20658 2011-06-21 Martin Rudalics <rudalics@gmx.at>
20659
20660 * window.el (display-buffer-alist): In default value do not
20661 enforce searching a window on any but the selected frame.
20662 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
20663 (display-buffer-select-window): Remove function.
20664 (display-buffer-in-window): When a window on another frame gets
20665 reused, do not select it any more but just raise its frame if
20666 necessary (Bug#8851) and (Bug#8856).
20667 (display-buffer-normalize-options): Handle pop-up-frames related
20668 options more faithfully.
20669 (pop-to-buffer): Don't rely on `display-buffer' selecting the
20670 window if it is on another frame.
20671 (display-buffer-alist, display-buffer-default-specifiers):
20672 Don't make new frame unsplittable by default.
20673 (display-buffer-normalize-argument): Fix doc-string typo and use
20674 'same-frame-other-window instead of 'other-window when associating
20675 with display-buffer-macro-specifiers.
20676
20677 2011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
20678
20679 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
20680 New functions.
20681 (5x5-mode-map, 5x5-mode-menu): Bind them.
20682 (5x5-draw-grid): Tweak the solver's rendering.
20683
20684 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
20685
20686 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
20687 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
20688
20689 2011-06-21 Drew Adams <drew.adams@oracle.com>
20690
20691 * menu-bar.el: Use function variable instead of switch-to-buffer.
20692 (menu-bar-select-buffer-function): New variable.
20693 (menu-bar-update-buffers): Use it (bug#8876).
20694
20695 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
20696
20697 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
20698 variable's status.
20699
20700 2011-06-20 Jan Djärv <jan.h.d@swipnet.se>
20701
20702 * x-dnd.el (x-dnd-version-from-flags)
20703 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
20704 and long as number (Bug#8899).
20705 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
20706
20707 2011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
20708
20709 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
20710 (completion-try-completion, completion-all-completions): Compute the
20711 metadata argument if it's missing; make it optional (bug#8795).
20712
20713 * wid-edit.el: Use lex-bind and move towards completion-at-point.
20714 (widget-complete): Use new :completion-function property.
20715 (widget-completions-at-point): New function.
20716 (default): Use :completion-function instead of :complete.
20717 (widget-default-completions): Rename from widget-default-complete;
20718 Rewrite.
20719 (widget-string-complete, widget-file-complete, widget-color-complete):
20720 Remove functions.
20721 (file, symbol, function, variable, coding-system, color):
20722 * international/mule-cmds.el (default-input-method, charset)
20723 (language-info-custom-alist):
20724 * cus-edit.el (face): Use new property :completions.
20725
20726 * progmodes/pascal.el (pascal-completions-at-point): New function.
20727 (pascal-mode): Use it.
20728 (pascal-mode-map): Use completion-at-point.
20729 (pascal-toggle-completions): Make obsolete.
20730 (pascal-complete-word, pascal-show-completions):
20731 * progmodes/octave-mod.el (octave-complete-symbol):
20732 Redefine as obsolete alias.
20733 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
20734 Signal absence of completion info for old Octave,
20735 (inferior-octave-complete): Redefine as obsolete alias.
20736 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
20737 (meta-completions-at-point): Rename from meta-complete-symbol and
20738 adapt it for use on completion-at-point-functions.
20739 (meta-common-mode): Use it.
20740 (meta-looking-at-backward, meta-match-buffer): Remove.
20741 (meta-complete-symbol): Redefine as obsolete alias.
20742 (meta-common-mode-map): Use completion-at-point.
20743 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
20744 (makefile-mode-map): Use completion-at-point.
20745 (makefile-completions-at-point): Rename from makefile-complete and
20746 adapt it for use on completion-at-point-functions.
20747 (makefile-mode): Use it.
20748 (makefile-complete): Redefine as obsolete alias.
20749
20750 2011-06-20 Deniz Dogan <deniz@dogan.se>
20751
20752 * net/rcirc.el: Delete trailing whitespaces once and for all.
20753
20754 2011-06-20 Daniel Colascione <dan.colascione@gmail.com>
20755
20756 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
20757
20758 2011-06-19 Chong Yidong <cyd@stupidchicken.com>
20759
20760 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
20761
20762 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
20763
20764 2011-06-19 Martin Rudalics <rudalics@gmx.at>
20765
20766 * window.el (display-buffer-other-window-means-other-frame):
20767 Call display-buffer-normalize-alist.
20768 (display-buffer-normalize-specifiers-1): Rename to
20769 display-buffer-normalize-argument. New argument other-frame.
20770 Rewrite.
20771 (display-buffer-normalize-specifiers-2): Rename to
20772 display-buffer-normalize-options.
20773 (display-buffer-normalize-alist-1): New function.
20774 (display-buffer-normalize-specifiers-3): Rename to
20775 display-buffer-normalize-alist.
20776 Call display-buffer-normalize-alist-1.
20777 (display-buffer-normalize-options-inhibit): New variable.
20778 (display-buffer-normalize-specifiers): Rewrite calling
20779 display-buffer-normalize-alist,
20780 display-buffer-normalize-argument, and
20781 display-buffer-normalize-options. Don't call the latter if
20782 display-buffer-normalize-options-inhibit is non-nil.
20783 (frame-auto-delete): New option.
20784 (window-deletable-p): Use frame-auto-delete.
20785 (window-list-no-nils, window-state-ignored-parameters)
20786 (window-state-get-1, window-state-get, window-state-put-list)
20787 (window-state-put-1, window-state-put-2, window-state-put):
20788 New functions.
20789 (display-buffer-normalize-options): Move special-display-p group
20790 after pop-up-frame group (Bug#8851) and (Bug#8856).
20791
20792 2011-06-18 Chong Yidong <cyd@stupidchicken.com>
20793
20794 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
20795 groups (Bug#8776).
20796 (rx-submatch-n): New function.
20797 (rx): Document it.
20798
20799 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
20800 (Bug#8768).
20801
20802 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
20803
20804 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
20805
20806 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
20807 anytime existing face settings are present (Bug#8889).
20808
20809 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
20810 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
20811 Remove unused argument.
20812
20813 2011-06-18 Martin Rudalics <rudalics@gmx.at>
20814
20815 * window.el (display-buffer-default-specifiers):
20816 Remove pop-up-frame. Add pop-up-window-min-height,
20817 pop-up-window-min-width, and another reuse-window specifier
20818 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
20819 (display-buffer-normalize-specifiers-2):
20820 Handle split-height-threshold and split-width-threshold also when
20821 pop-up-windows is unset. Add a reuse-window specifier for the
20822 case popping up a new window fails.
20823 (special-display-popup-frame): Remove double quoting.
20824 (display-buffer-normalize-specifiers-1): Fix thinko.
20825
20826 2011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
20827
20828 * shell.el (shell-completion-vars): Set pcomplete-termination-string
20829 according to comint-completion-addsuffix.
20830
20831 * pcomplete.el: Convert to lexical binding and fix bug#8819.
20832 (pcomplete-suffix-list): Mark as obsolete.
20833 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
20834 pcomplete-seen in the closure.
20835 (pcomplete-comint-setup): Setup completion-at-point as well.
20836 (pcomplete--entries): New function.
20837 (pcomplete--env-regexp): New var.
20838 (pcomplete-entries): Rewrite to work with partial-completion and
20839 without relying on pcomplete-suffix-list.
20840 (pcomplete-pare-list): Remove, unused.
20841
20842 2011-06-17 Martin Rudalics <rudalics@gmx.at>
20843
20844 * window.el (display-buffer-alist): Set pop-up-window-min-height
20845 and pop-up-window-min-width in default value. Reported by
20846 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
20847 other-window-means-other-frame.
20848 (display-buffer-macro-specifiers): Comment out entry for
20849 other-window specifier.
20850 (display-buffer-other-window-means-other-frame): New function.
20851 (display-buffer-normalize-specifiers-1): New arguments
20852 buffer-name and label. Treat other-window case specially.
20853 (display-buffer-normalize-specifiers-2): Treat other-window case
20854 specially.
20855 (display-buffer-normalize-specifiers-3): New function.
20856 (display-buffer-normalize-specifiers):
20857 Call display-buffer-normalize-specifiers-3.
20858
20859 2011-06-17 Martin Rudalics <rudalics@gmx.at>
20860
20861 * window.el (same-window-p): Fix two typos introduced when
20862 adding with-no-warnings.
20863 (display-buffer-normalize-specifiers-1): Don't check
20864 pop-up-frames for 'unset initialization.
20865 (display-buffer-normalize-specifiers-2): Major rewrite using
20866 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
20867 (pop-up-frames, display-buffer-reuse-frames)
20868 (display-buffer-mark-dedicated): Don't initialize to 'unset.
20869 Suggested by David Engster <deng@randomsample.de>.
20870 (even-window-heights): Initialize to 'unset.
20871 (display-buffer-alist-set): Handle new 'unset initializations.
20872 (display-buffer-macro-specifiers): Don't pop up a new frame in the
20873 other window case.
20874
20875 2011-06-16 Martin Rudalics <rudalics@gmx.at>
20876
20877 * window.el (display-buffer-normalize-specifiers-1):
20878 Respect current value of pop-up-frames for most reasonable values of
20879 second argument of display-buffer (Bug#8865).
20880 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
20881 (switch-to-buffer-other-window-same-frame)
20882 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
20883 Adams (Bug#8875).
20884 (display-buffer): Don't check noninteractive when calling
20885 display-buffer-pop-up-frame.
20886 (display-buffer-pop-up-frame): Never pop up a frame in
20887 noninteractive mode (Bug#8857).
20888 (enlarge-window, shrink-window): Don't report an error when the
20889 window can't be resized as requested (Bug#8862).
20890
20891 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
20892
20893 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
20894
20895 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
20896
20897 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
20898
20899 2011-06-15 Alan Mackenzie <acm@muc.de>
20900
20901 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
20902 for declarators, disable knr checking to speed up for normal files.
20903 2: Refactor, replacing a sequence of nested if forms by a cond form.
20904
20905 2011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
20906
20907 * net/network-stream.el (open-network-stream): Add the keyword
20908 :always-query-capabilities for the case where you want to force a
20909 `plain' network connection, but the protocol still requires the
20910 capabilitiy command (i.e., SMTP and EHLO).
20911
20912 * subr.el (process-live-p): Rename from `process-alive-p' for
20913 consistency with other `-live-p' functions.
20914
20915 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
20916
20917 * window.el (same-window-buffer-names, same-window-regexps)
20918 (special-display-frame-alist, special-display-popup-frame)
20919 (special-display-function, special-display-buffer-names)
20920 (special-display-regexps, pop-up-frame-alist)
20921 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
20922 (pop-up-windows, split-window-preferred-function)
20923 (split-height-threshold, split-width-threshold, even-window-heights)
20924 (display-buffer-mark-dedicated): Don't encourage the use of
20925 display-buffer-alist from Elisp code.
20926
20927 2011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
20928
20929 * progmodes/python.el (python-mode): Derive from prog-mode.
20930 * progmodes/ps-mode.el (ps-mode):
20931 * progmodes/mixal-mode.el (mixal-mode):
20932 * progmodes/cfengine.el (cfengine-mode):
20933 * progmodes/ld-script.el (ld-script-mode): Likewise.
20934
20935 2011-06-15 Martin Rudalics <rudalics@gmx.at>
20936
20937 * window.el (display-buffer-alist): Trim default value to avoid
20938 popping up a new frame (Bug#8857) or reusing an arbitrary window
20939 on another frame.
20940 (display-buffer): Do not fall back on popping up a new frame in
20941 batch mode (Bug#8857).
20942
20943 2011-06-14 Chong Yidong <cyd@stupidchicken.com>
20944
20945 * cus-theme.el (describe-theme-1): Use custom-theme-p.
20946 (custom-theme-summary): New function.
20947 (customize-themes): Use it.
20948
20949 2011-06-13 Glenn Morris <rgm@gnu.org>
20950
20951 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
20952
20953 2011-06-13 Martin Rudalics <rudalics@gmx.at>
20954
20955 * help.el (help-window): Remove variable.
20956 (help-window-point-marker, temp-buffer-max-height)
20957 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
20958 (help-print-return-message): Don't set help-window.
20959 (resize-temp-buffer-window): Rewrite cod eand doc-string.
20960 (help-window-setup-finish): Remove.
20961 (help-window-display-message, help-window-setup)
20962 (with-help-window): Major rewrite based on new
20963 display-buffer-window variable.
20964
20965 * help-mode.el (help-mode-finish): Remove help-window related
20966 code.
20967
20968 * view.el (view-exits-all-viewing-windows): Remove reference to
20969 view-return-to-alist in doc-string.
20970 (view-return-to-alist): Make obsolete.
20971 (view-buffer): Call pop-to-buffer-same-window and remove
20972 undo-window code.
20973 (view-buffer-other-window): Call pop-to-buffer-other-window and
20974 simplify code. Ignore second argument.
20975 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
20976 simplify code. Ignore second argument.
20977 (view-return-to-alist-update): Make obsolete.
20978 (view-mode-enter): Rename second argument to QUIT-RESTORE.
20979 Rewrite using quit-restore window parameters.
20980 (view-mode-exit): Rename second argument to EXIT-ONLY.
20981 Rewrite using quit-restore-window.
20982 (View-exit, View-exit-and-edit, View-leave, View-quit)
20983 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
20984 appropriate arguments.
20985 (view-end-message): Use quit-restore window parameter.
20986
20987 * window.el (display-buffer-function): Rewrite doc-string.
20988 (display-buffer-window, display-buffer-alist): New variables.
20989 (display-buffer-split-specifiers)
20990 (display-buffer-side-specifiers)
20991 (display-buffer-macro-specifiers): New constants.
20992 (display-buffer-even-window-sizes, display-buffer-set-height)
20993 (display-buffer-set-width, display-buffer-select-window)
20994 (display-buffer-in-window, display-buffer-reuse-window)
20995 (display-buffer-split-window-1, display-buffer-split-window)
20996 (display-buffer-split-atom-window, display-buffer-pop-up-window)
20997 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
20998 (display-buffer-in-side-window, normalize-buffer-to-display)
20999 (display-buffer-normalize-specifiers-1)
21000 (display-buffer-normalize-specifiers-2)
21001 (display-buffer-normalize-specifiers, display-buffer-frame):
21002 New functions.
21003 (display-buffer): Major rewrite.
21004 (display-buffer-other-window, display-buffer-other-frame)
21005 (pop-to-buffer, switch-to-buffer-other-window)
21006 (switch-to-buffer-other-frame): Rewrite.
21007 (display-buffer-same-window, display-buffer-same-frame)
21008 (display-buffer-same-frame-other-window)
21009 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
21010 (pop-to-buffer-other-window)
21011 (pop-to-buffer-same-frame-other-window)
21012 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
21013 (switch-to-buffer-other-window-same-frame): New functions.
21014 (same-window-p, special-display-p): Rewrite disabling warnings.
21015 Make obsolete.
21016 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
21017 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
21018 Make obsolete
21019 (same-window-buffer-names, same-window-regexps)
21020 (special-display-frame-alist, special-display-popup-frame)
21021 (special-display-function, special-display-buffer-names)
21022 (special-display-regexps, pop-up-frame-alist)
21023 (pop-up-frame-function, split-window-preferred-function)
21024 (split-height-threshold, split-width-threshold)
21025 (even-window-heights): Make obsolete.
21026
21027 2011-06-12 Glenn Morris <rgm@gnu.org>
21028
21029 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
21030 Misc simplifications.
21031
21032 2011-06-12 Martin Rudalics <rudalics@gmx.at>
21033
21034 * window.el (window-safely-shrinkable-p): Restore function which
21035 was inadvertently removed in change from 2011-06-11. Declare as
21036 obsolete.
21037
21038 * calendar/calendar.el (calendar-generate-window):
21039 Use window-iso-combined-p instead of combination of one-window-p and
21040 window-safely-shrinkable-p.
21041
21042 2011-06-12 Glenn Morris <rgm@gnu.org>
21043
21044 * progmodes/fortran.el (fortran-mode-syntax-table):
21045 * progmodes/f90.el (f90-mode-syntax-table):
21046 Set % to punctuation. (Bug#8820)
21047 (f90-find-tag-default): Remove, no longer needed.
21048
21049 2011-06-12 Daniel Colascione <dan.colascione@gmail.com>
21050
21051 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
21052
21053 2011-06-11 Chong Yidong <cyd@stupidchicken.com>
21054
21055 * image.el (image-animated-p): Return animation delay in seconds.
21056 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
21057 (image-animate-timeout): Remove DELAY argument. Don't assume
21058 every subimage has the same delay; get it from image-animated-p.
21059 (image-animate): Caller changed.
21060
21061 2011-06-11 Michael Albinus <michael.albinus@gmx.de>
21062
21063 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
21064 to ignored backtrace functions.
21065
21066 2011-06-11 Glenn Morris <rgm@gnu.org>
21067
21068 * calendar/appt.el (appt-disp-window-function): Doc fix.
21069 (appt-check): Handle overlapping appointments. (Bug#8337)
21070
21071 2011-06-11 Martin Rudalics <rudalics@gmx.at>
21072
21073 * window.el (window-tree-1, window-tree): New functions, moving
21074 the latter to window.el.
21075 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
21076 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
21077 (bw-refresh-edges): Remove.
21078 (balance-windows-1, balance-windows-2): New functions.
21079 (balance-windows): Rewrite in terms of window tree functions,
21080 balance-windows-1 and balance-windows-2.
21081 (bw-adjust-window): Remove.
21082 (balance-windows-area-adjust): New function with functionality of
21083 bw-adjust-window but using resize-window.
21084 (set-window-text-height): Rewrite doc-string.
21085 Use normalize-live-window and resize-window.
21086 (enlarge-window-horizontally, shrink-window-horizontally):
21087 Rename argument to DELTA.
21088 (window-buffer-height): New function.
21089 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
21090 Rewrite using new window resize routines.
21091 (kill-buffer-and-window, mouse-autoselect-window-select):
21092 Use ignore-errors instead of condition-case.
21093 (quit-window): Call delete-frame instead of delete-windows-on
21094 for the only buffer on frame.
21095
21096 2011-06-10 Martin Rudalics <rudalics@gmx.at>
21097
21098 * loadup.el (top-level): Load window before files for the sake
21099 of replace-buffer-in-windows.
21100
21101 * files.el (read-buffer-to-switch)
21102 (switch-to-buffer-other-window)
21103 (switch-to-buffer-other-frame, display-buffer-other-frame):
21104 Move to window.el.
21105
21106 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
21107 (previous-buffer): Move to window.el.
21108
21109 * bindings.el (unbury-buffer): Move to window.el.
21110
21111 * window.el (delete-other-windows-vertically): Move after
21112 definition of delete-other-windows.
21113 (other-window, delete-windows-on, replace-buffer-in-windows):
21114 Move here from window.c.
21115 (record-window-buffer, unrecord-window-buffer)
21116 (set-window-buffer-start-and-point, switch-to-prev-buffer)
21117 (switch-to-next-buffer): New functions.
21118 (get-next-valid-buffer, last-buffer, next-buffer): Move here
21119 from simple.el. Call switch-to-next-buffer.
21120 (previous-buffer): Move here from simple.el.
21121 Call switch-to-prev-buffer.
21122 (bury-buffer): Move here from buffer.c. Switch to previous
21123 buffer when window cannot be deleted.
21124 (unbury-buffer): Move here from bindings.el.
21125 (ctl-x-map): Move binding for other-window from window.c to
21126 here.
21127 (read-buffer-to-switch, switch-to-buffer-other-window)
21128 (switch-to-buffer-other-frame): Move here from files.el.
21129 (normalize-buffer-to-switch-to): New functions.
21130 (switch-to-buffer): Move here from buffer.c.
21131 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
21132
21133 2011-06-10 Martin Rudalics <rudalics@gmx.at>
21134
21135 * window.el (window-min-height, window-min-width): Move here
21136 from window.c. Add defcustoms and rewrite doc-strings.
21137 (resize-mini-window, resize-window): New functions.
21138 (adjust-window-trailing-edge, enlarge-window, shrink-window):
21139 Move here from window.c.
21140 (maximize-window, minimize-window): New functions.
21141 (delete-window, delete-other-windows, split-window): Move here
21142 from window.c.
21143 (window-split-min-size): New function.
21144 (split-window-keep-point): Mention split-window-above-each-other
21145 instead of split-window-vertically.
21146 (split-window-above-each-other, split-window-vertically):
21147 Rename split-window-vertically to split-window-above-each-other
21148 and provide defalias for old definition.
21149 (split-window-side-by-side, split-window-horizontally):
21150 Rename split-window-horizontally to split-window-side-by-side
21151 and provide defalias for the old definition.
21152 (ctl-x-map): Move bindings for delete-window,
21153 delete-other-windows and enlarge-window here from window.c.
21154 Replace bindings for split-window-vertically and
21155 split-window-horizontally by bindings for
21156 split-window-above-each-other and split-window-side-by-side.
21157
21158 * cus-start.el (all): Remove entries for window-min-height and
21159 window-min-width. Add entries for window-splits and
21160 window-nest.
21161
21162 2011-06-09 Glenn Morris <rgm@gnu.org>
21163
21164 * calendar/appt.el (appt-mode-line): New function.
21165 (appt-check, appt-disp-window): Use it.
21166
21167 * files.el (hack-one-local-variable-eval-safep):
21168 Allow minor-modes with explicit +/-1 arguments.
21169
21170 2011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
21171
21172 * term/xterm.el (xterm): Add defgroup.
21173 (xterm-extra-capabilities): Add defcustom to supply known xterm
21174 capabilities, skip querying them, or query them (default).
21175 (terminal-init-xterm): Use it.
21176 (terminal-init-xterm-modify-other-keys): New function to set up
21177 modifyOtherKeys support to simplify `terminal-init-xterm'.
21178
21179 2011-06-09 Martin Rudalics <rudalics@gmx.at>
21180
21181 * window.el (resize-window-reset, resize-window-reset-1)
21182 (resize-subwindows-skip-p, resize-subwindows-normal)
21183 (resize-subwindows, resize-other-windows, resize-this-window)
21184 (resize-root-window, resize-root-window-vertically)
21185 (window-deletable-p, window-or-subwindow-p)
21186 (frame-root-window-p): New functions.
21187
21188 2011-06-09 Glenn Morris <rgm@gnu.org>
21189
21190 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
21191 (ange-ftp-get-files): Use it.
21192
21193 2011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
21194
21195 * mail/sendmail.el (mail-recover-1, mail-recover):
21196 * files.el (recover-file, recover-session):
21197 Handle dired-listing-switches not being just a single short option.
21198
21199 2011-06-09 Glenn Morris <rgm@gnu.org>
21200
21201 * calendar/appt.el (appt-display-message, appt-disp-window):
21202 Handle lists of appointments.
21203
21204 2011-06-08 Martin Rudalics <rudalics@gmx.at>
21205
21206 * window.el (one-window-p): Move down in code.
21207 Rewrite doc-string.
21208 (window-current-scroll-bars): Rewrite doc-string.
21209 Normalize live window argument.
21210 (walk-windows, get-window-with-predicate, count-windows):
21211 Rewrite doc-string. Use window-list-1.
21212 (window-in-direction-2, window-in-direction, get-mru-window):
21213 New functions.
21214
21215 2011-06-08 Reuben Thomas <rrt@sc3d.org>
21216
21217 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
21218 Doc fix (Bug#8713).
21219
21220 2011-06-08 Chong Yidong <cyd@stupidchicken.com>
21221
21222 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
21223
21224 2011-06-08 Juanma Barranquero <lekktu@gmail.com>
21225
21226 * loadhist.el (unload-feature-special-hooks):
21227 Add `comint-output-filter-functions'.
21228
21229 2011-06-08 Ivan Kanis <gnu@kanis.fr>
21230
21231 * calendar/appt.el (appt-check): Move some initializations into the let.
21232
21233 2011-06-08 Martin Rudalics <rudalics@gmx.at>
21234
21235 * window.el (window-height): Defalias to window-total-height.
21236 (window-width): Defalias to window-body-width.
21237
21238 2011-06-07 Chong Yidong <cyd@stupidchicken.com>
21239
21240 * image-mode.el (image-toggle-animation): New command.
21241 (image-mode-map): Bind it to RET.
21242 (image-mode): Update message.
21243 (image-toggle-display-image): Avoid a spurious cache flush.
21244 (image-transform-rotation): Doc fix.
21245 (image-transform-properties): Return quickly in the normal case.
21246 (image-animate-loop): Rename from image-animate-max-time.
21247
21248 * image.el (image-animate-max-time): Move to image-mode.el.
21249 (create-animated-image): Remove unnecessary function.
21250 (image-animate): Rename from image-animate-start. New arg.
21251 (image-animate-stop): Remove; just use image-animate-timer.
21252 (image-animate-timer): Use car-safe.
21253 (image-animate-timeout): Rename argument.
21254
21255 2011-06-07 Martin Rudalics <rudalics@gmx.at>
21256
21257 * window.el (get-lru-window, get-largest-window): Move here from
21258 window.c. Rename first argument to ALL-FRAMES.
21259 Rephrase doc-strings.
21260 (get-buffer-window-list): Rewrite using window-list-1.
21261 Rephrase doc-string.
21262 (window-safe-min-height, window-safe-min-width): New constants.
21263 (window-size-ignore, window-min-size, window-min-size-1)
21264 (window-sizable, window-sizable-p, window-size-fixed-1)
21265 (window-size-fixed-p, window-min-delta-1, window-min-delta)
21266 (window-max-delta-1, window-max-delta, window-resizable)
21267 (window-resizable-p, window-total-height, window-total-width)
21268 (window-body-width): New functions.
21269 (window-full-height-p, window-full-width-p): Rewrite using
21270 window-total-size.
21271 (window-body-height): Rewrite using window-body-size.
21272
21273 2011-06-06 Martin Rudalics <rudalics@gmx.at>
21274
21275 * window.el (window-right, window-left, window-child)
21276 (window-child-count, window-last-child, window-any-p)
21277 (normalize-live-buffer, normalize-live-frame)
21278 (normalize-any-window, normalize-live-window)
21279 (window-iso-combination-p, window-iso-combined-p)
21280 (window-iso-combinations)
21281 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
21282 (windows-with-parameter, window-with-parameter)
21283 (window-atom-root, make-window-atom, window-atom-check-1)
21284 (window-atom-check, window-side-check, window-check):
21285 New functions.
21286 (ignore-window-parameters, window-sides, window-sides-vertical)
21287 (window-sides-slots): New variables.
21288 (window-size-fixed): Move down in code. Minor doc-string fix.
21289
21290 2011-06-05 Andreas Schwab <schwab@linux-m68k.org>
21291
21292 * comint.el (comint-dynamic-complete-as-filename)
21293 (comint-dynamic-complete-filename): Correctly call
21294 completion-in-region.
21295
21296 2011-06-05 Deniz Dogan <deniz@dogan.se>
21297
21298 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
21299 in last change.
21300
21301 2011-06-05 Deniz Dogan <deniz@dogan.se>
21302
21303 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
21304 (rcirc): Use it to prompt for encryption.
21305
21306 2011-06-05 Roland Winkler <winkler@gnu.org>
21307
21308 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
21309 (bibtex-search-entries): New command bound to C-c C-a.
21310 (bibtex-display-entries): New function.
21311
21312 2011-06-05 Roland Winkler <winkler@gnu.org>
21313
21314 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
21315 (bibtex-insert-kill): After yanking insert newline if necessary.
21316 (bibtex-initialize): Call bibtex-string-files-init only once.
21317 (bibtex-mode): Do not call easy-menu-add.
21318 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
21319 (bibtex-yank): Set arg properly if nil.
21320
21321 2011-06-05 Roland Winkler <winkler@gnu.org>
21322
21323 * textmodes/bibtex.el (bibtex-search-entry-globally):
21324 New variable.
21325 (bibtex-search-entry): Use it.
21326
21327 2011-06-05 Roland Winkler <winkler@gnu.org>
21328
21329 * textmodes/bibtex.el (bibtex-entry-format): New option
21330 sort-fields.
21331 (bibtex-format-entry, bibtex-reformat): Honor this option.
21332 (bibtex-parse-entry): Return fields in proper order.
21333
21334 2011-06-05 Juanma Barranquero <lekktu@gmail.com>
21335
21336 * doc-view.el (doc-view-remove-if): Move computation of result out
21337 of `dolist' to silence misleading lexical-binding warning.
21338
21339 2011-06-04 Chong Yidong <cyd@stupidchicken.com>
21340
21341 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
21342 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
21343
21344 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
21345
21346 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
21347 "SunOS 5.10".
21348
21349 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
21350
21351 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
21352 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
21353 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
21354 (tramp-parse-putty):
21355 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
21356 (tramp-completion-function-alist-ssh)
21357 (tramp-completion-function-alist-telnet)
21358 (tramp-completion-function-alist-su)
21359 (tramp-completion-function-alist-putty): Set `tramp-autoload'
21360 cookie.
21361
21362 * net/tramp-ftp.el:
21363 * net/tramp-sh.el:
21364 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
21365 load "tramp.el" `tramp-set-completion-function'.
21366
21367 2011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
21368
21369 * shell.el: Require and use pcomplete.
21370 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
21371 (shell-completion-vars): Set pcomplete-default-completion-function.
21372
21373 2011-06-04 Deniz Dogan <deniz@dogan.se>
21374
21375 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
21376 `memq' (Bug#8799).
21377
21378 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
21379
21380 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
21381
21382 2011-06-02 Juanma Barranquero <lekktu@gmail.com>
21383
21384 * bs.el (bs--mark-unmark, bs--nth-wrapper):
21385 * mpc.el (mpc-select-extend, mpc-songpointer-context):
21386 * vc/log-view.el (log-view-beginning-of-defun):
21387 * vc/smerge-mode.el (smerge-apply-resolution-patch)
21388 (smerge-refine-forward, smerge-refine-chopup-region):
21389 Silence warning for unused `dotimes' counter variables.
21390
21391 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
21392
21393 * net/tramp.el (tramp-with-progress-reporter): Rename from
21394 with-progress-reporter. Use `declare'.
21395 * net/tramp-smb.el:
21396 * net/tramp-sh.el:
21397 * net/tramp-gvfs.el: Update all uses.
21398
21399 2011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
21400
21401 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
21402 buffer isn't killed before making it current.
21403
21404 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
21405
21406 Silence various byte-compiler warnings.
21407 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
21408 `access-type' and new obsolescence format.
21409 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
21410 new format.
21411 (byte-compile-check-variable): New `access-type' argument.
21412 Only warn if the access-type is obsolete.
21413 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
21414 (byte-compile-variable-set): Adjust callers.
21415 * help-fns.el (describe-variable): Adjust to new obsolescence format.
21416 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
21417 setting it as obsolete.
21418 * simple.el (minibuffer-completing-symbol):
21419 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
21420 access as obsolete.
21421 * minibuffer.el (minibuffer-completing-file-name): Don't make it
21422 obsolete yet.
21423 * international/quail.el (quail-mouse-choose-completion): Remove unused
21424 code referring to obsolete var.
21425 (quail-choose-completion-string): Remove.
21426 * server.el (server-clients-with, server-kill-buffer-query-function)
21427 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
21428 * proced.el (proced-send-signal):
21429 * emacs-lisp/lisp.el (lisp-complete-symbol):
21430 Replace completion-annotate-function with completion-extra-properties.
21431
21432 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
21433
21434 * simple.el (goto-line): Use read-number.
21435 (overriding-map-is-bound): Remove.
21436 (saved-overriding-map): Change default.
21437 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
21438 Take the map as argument.
21439 (universal-argument, negative-argument, digit-argument): Use it.
21440 (restore-overriding-map): Adjust.
21441 (do-auto-fill): Use fill-forward-paragraph.
21442 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
21443
21444 * minibuffer.el (minibuffer-inactive-mode-map): New var.
21445 (minibuffer-inactive-mode): New major mode.
21446 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
21447 the *Messages* buffer" hack.
21448 (mouse-popup-menubar): Don't burp if the event is a normal key.
21449
21450 Miscellaneous tweaks.
21451 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
21452 lexical scoping as in subr.el's dolist and dotimes.
21453 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
21454 Silence compiler warning.
21455 * thingatpt.el (forward-whitespace): Trivial coding style fix.
21456 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
21457 * international/ccl.el (ccl-compile): Trivial simplification.
21458 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
21459 * emacs-lisp/testcover.el (testcover-end): Remove spurious
21460 `printflag' argument.
21461 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
21462 Purecopy the whole obsolescence data.
21463
21464 2011-06-01 Leo Liu <sdl.web@gmail.com>
21465
21466 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
21467 improve doc-string as suggested by Marco Pessotto
21468 <melmothx@gmail.com>.
21469 (rcirc-print): Fix last change.
21470
21471 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
21472
21473 * minibuffer.el (complete-with-action): Return nil for the metadata and
21474 boundaries of non-functional tables.
21475 (completion-table-dynamic): Return nil for the metadata.
21476 (completion-table-with-terminator): Add default case, using
21477 complete-with-action.
21478 (completion--metadata): New function.
21479 (completion-all-sorted-completions, minibuffer-completion-help): Use it
21480 to try and avoid pathological performance problems.
21481 (completion--embedded-envvar-table): Return `category' metadata.
21482
21483 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
21484
21485 * subr.el (process-alive-p): New tiny convenience function.
21486
21487 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
21488
21489 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
21490 content but also its previous major mode.
21491
21492 2011-05-31 Helmut Eller <eller.helmut@gmail.com>
21493
21494 * emacs-lisp/debug.el (debug): Restore the previous content of the
21495 *Backtrace* buffer when we exit with C-M-c.
21496
21497 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
21498
21499 * minibuffer.el: Add metadata method to completion tables.
21500 (completion-category-overrides): New defcustom.
21501 (completion-metadata, completion--field-metadata)
21502 (completion-metadata-get, completion--styles)
21503 (completion--cycle-threshold): New functions.
21504 (completion-try-completion, completion-all-completions):
21505 Add `metadata' argument to choose completion-styles.
21506 (completion--do-completion): Use metadata to choose cycling.
21507 (completion-all-sorted-completions): Use metadata for sorting.
21508 Remove :completion-cycle-penalty which is not needed any more.
21509 (completion--try-word-completion): Add `metadata' argument.
21510 (minibuffer-completion-help): Check metadata for annotation function
21511 and sorting.
21512 (completion-file-name-table): Return `category' metadata.
21513 (minibuffer-completing-file-name): Make obsolete.
21514 * simple.el (minibuffer-completing-symbol): Make obsolete.
21515 * icomplete.el (icomplete-completions): Pass new `metadata' param to
21516 completion-try-completion.
21517
21518 2011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
21519
21520 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
21521
21522 2011-05-30 Leo Liu <sdl.web@gmail.com>
21523
21524 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
21525 (rcirc-print): Decode all incoming messages (bug#8744).
21526 (rcirc-decode-coding-system): Allow value nil for automatic coding
21527 system detection.
21528
21529 2011-06-01 Glenn Morris <rgm@gnu.org>
21530
21531 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
21532
21533 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
21534
21535 * image.el (image-animate-max-time): Allow nil and t values.
21536 Default to nil.
21537 (create-animated-image): Doc fix.
21538 (image-animate-start): Remove second arg; just use
21539 image-animate-max-time.
21540 (image-animate-timeout): Doc fix. Args changed.
21541
21542 * image-mode.el (image-toggle-display-image): Ensure that the
21543 image spec passed to the animate timer is the same object as in
21544 the buffer's display property (Bug#6981).
21545 (image-transform-properties): Doc fix.
21546
21547 * image.el (image-animate-max-time): Default to nil.
21548
21549 2011-05-29 Martin Rudalics <rudalics@gmx.at>
21550
21551 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
21552 entire buffer list (Bug#8184).
21553
21554 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
21555
21556 * image.el (imagemagick-types-inhibit)
21557 (imagemagick-register-types): Doc fix.
21558
21559 2011-05-29 Deniz Dogan <deniz@dogan.se>
21560
21561 * net/rcirc.el (rcirc): Use the user's stored encryption method by
21562 default.
21563
21564 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
21565
21566 * select.el: Don't perform clipboard-manager saving in hooks;
21567 leave the hooks empty.
21568
21569 2011-05-28 Leo Liu <sdl.web@gmail.com>
21570
21571 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
21572 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
21573 (occur-edit-mode): New major mode (Bug#8463).
21574 (occur-after-change-function): New function.
21575 (occur-engine): Give Occur tags a read-only property.
21576
21577 2011-05-28 Kevin Ryde <user42@zip.com.au>
21578
21579 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
21580
21581 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
21582
21583 * bindings.el (help-echo): Make the initial non-indicator dash
21584 empty on graphical terminals (Bug#7295).
21585
21586 * files.el (auto-mode-alist): Move config rule after the
21587 in-stripping one (Bug#8547).
21588
21589 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
21590
21591 * startup.el (normal-splash-screen): Remove gratuitous mode-line
21592 setting (Bug#8740).
21593
21594 2011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
21595
21596 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
21597 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
21598 (Bug#8539).
21599
21600 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
21601
21602 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
21603
21604 2011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
21605
21606 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
21607 (hs-hide-block-at-point, hs-find-block-beginning)
21608 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
21609 (Bug#8279).
21610
21611 2011-05-28 Glenn Morris <rgm@gnu.org>
21612
21613 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
21614
21615 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
21616
21617 * help-fns.el (describe-function-1): If the function is a derived
21618 major mode, print the parent mode.
21619
21620 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
21621 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
21622
21623 2011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
21624
21625 * minibuffer.el (completion--capf-wrapper): Check applicability before
21626 returning non-nil for non-exclusive completion data.
21627 * progmodes/etags.el (tags-completion-at-point-function):
21628 * info-look.el (info-lookup-completions-at-point): Mark as
21629 non-exclusive.
21630 (info-complete): Adjust accordingly.
21631
21632 * info-look.el: Convert to lexical-binding and completion-at-point.
21633 (info-lookup-completions-at-point): New function.
21634 (info-complete): Use it and completion-in-region.
21635
21636 2011-05-28 Drew Adams <drew.adams@oracle.com>
21637
21638 * isearch.el: Let M-e start with point at the first mismatched char.
21639 (isearch-fail-pos): New function.
21640 (isearch-edit-string): Use it.
21641
21642 2011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
21643
21644 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
21645
21646 2011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
21647
21648 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
21649 traversal functions for avl-trees.
21650 (avl-tree--stack): New struct.
21651 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
21652 (avl-tree-enter): Add optional `updatefun' arg.
21653 (avl-tree--do-enter): Add optional `updatefun' arg.
21654 Change return value.
21655 (avl-tree-delete): Add optional `test' and `nilflag' args.
21656 (avl-tree--do-delete): Add `test' and `nilflag' args.
21657 Change return value.
21658 (avl-tree-member): Add optional `nilflag'
21659 (avl-tree-member-p): New function.
21660 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
21661 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
21662 (avl-tree-stack-empty-p): New functions.
21663
21664 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
21665 avl-tree--del-balance1 and make it work both ways.
21666 (avl-tree--del-balance2): Remove.
21667 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
21668 make it work both ways.
21669 (avl-tree--enter-balance2): Remove.
21670 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
21671 New macros.
21672 (avl-tree--mapc, avl-tree-map): Add direction argument.
21673
21674 2011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
21675
21676 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
21677
21678 2011-05-27 Chong Yidong <cyd@stupidchicken.com>
21679
21680 * select.el: Support clipboard managers with built-in function
21681 x-clipboard-manager-save, via delete-frame-functions and
21682 kill-emacs-hook.
21683 (xselect-convert-to-targets): Add MULTIPLE target to list.
21684 (xselect-convert-to-save-targets): New function.
21685
21686 2011-05-27 Kenichi Handa <handa@m17n.org>
21687
21688 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
21689 let-binding rfc2047-encode-encoded-words to nil.
21690
21691 2011-05-27 Glenn Morris <rgm@gnu.org>
21692
21693 * mail/emacsbug.el: Don't require url-util.
21694
21695 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
21696
21697 * files.el (set-auto-mode):
21698 Also respect mode: entries at the end of the file. (Bug#8586)
21699
21700 2011-05-26 Glenn Morris <rgm@gnu.org>
21701
21702 * files.el (hack-local-variables-prop-line, hack-local-variables):
21703 Downcase mode names, as seems to be traditional.
21704 (hack-local-variables, hack-local-variables-apply): Doc fixes.
21705
21706 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
21707 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
21708
21709 2011-05-25 Julien Danjou <julien@danjou.info>
21710
21711 * textmodes/rst.el (rst-define-level-faces): Do not define face
21712 symbol if it is already defined.
21713
21714 2011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
21715
21716 * play/5x5.el (5x5-new-game, 5x5-randomize):
21717 Reset 5x5-solver-output to nil when a new grid is cast.
21718 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
21719 these debugging traces, as defmacro breaks the compiled code.
21720
21721 2011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
21722
21723 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
21724
21725 2011-05-24 Leo Liu <sdl.web@gmail.com>
21726
21727 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
21728 (vc-bzr-sha1): Adapt.
21729
21730 * sha1.el: Remove. Function `sha1' is now builtin.
21731
21732 * bindings.el: Provide sha1 feature.
21733
21734 2011-05-24 Kenichi Handa <handa@m17n.org>
21735
21736 * mail/sendmail.el: Require `rfc2047'.
21737 (mail-insert-from-field): Do not perform RFC2047 encoding.
21738 (mail-encode-header): New function.
21739 (sendmail-send-it): Set buffer-file-coding-system of the work
21740 buffer to the return value of select-message-coding-system.
21741 Call mail-encode-header.
21742
21743 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
21744
21745 2011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
21746
21747 * mail/supercite.el (sc-default-cite-frame):
21748 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
21749
21750 2011-05-24 Glenn Morris <rgm@gnu.org>
21751
21752 * progmodes/python.el (brm-menu): Declare.
21753
21754 * emulation/viper.el (viper-set-hooks): Declare.
21755
21756 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
21757 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
21758 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
21759 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
21760 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
21761 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
21762
21763 2011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
21764
21765 Add an :exit-function for completion-at-point.
21766
21767 * minibuffer.el (completion--done): New fun.
21768 (completion--do-completion): Use it. New arg `expect-exact'.
21769 (minibuffer-complete, minibuffer-complete-word): Don't output message,
21770 since completion--do-completion does it for us now.
21771 (minibuffer-force-complete): Use completion--done and
21772 completion--replace. Handle sole-completion case with more care.
21773 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
21774 (completion-extra-properties): New var.
21775 (completion-annotate-function): Make obsolete.
21776 (minibuffer-completion-help): Adjust accordingly.
21777 Use completion-list-insert-choice-function.
21778 (completion-at-point, completion-help-at-point):
21779 Bind completion-extra-properties.
21780 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
21781 * simple.el (completion-list-insert-choice-function): New var.
21782 (completion-setup-function): Preserve it.
21783 (choose-completion): Pay attention to it, shuffle the code a bit.
21784 (choose-completion-string): New arg `insert-function'.
21785
21786 * textmodes/bibtex.el: Convert to lexical binding.
21787 (bibtex-mode-map): Use completion-at-point.
21788 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
21789 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
21790 (bibtex-complete): Define as obsolete alias.
21791 (bibtex-complete-internal): Remove.
21792 (bibtex-format-entry): Remove unused sub-group in regexp.
21793 * shell.el (shell--command-completion-data)
21794 (shell-environment-variable-completion):
21795 * pcomplete.el (pcomplete-completions-at-point):
21796 * comint.el (comint--complete-file-name-data): Use :exit-function
21797 instead of completion-table-with-terminator so it also works for
21798 choose-completion.
21799
21800 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
21801
21802 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
21803
21804 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
21805 (bug#8710).
21806
21807 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
21808
21809 2011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
21810
21811 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
21812 customization variable and implement: If non-nil, auto-fill will
21813 be inhibited while on topic's header line.
21814
21815 2011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
21816
21817 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
21818 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
21819 always have a solution in grid size = 5 cases.
21820 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
21821 (5x5-solver-output, 5x5-log-buffer): New vars.
21822 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
21823 Make these variables buffer local to achieve 5x5 multi-session-ness.
21824 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
21825 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
21826 (5x5-solve-suggest): New funs.
21827 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
21828 randomize a grid so that we ensure that there is always a solution.
21829 (5x5-make-random-grid): Allow other movement than flipping.
21830
21831 2011-05-23 Kevin Ryde <user42@zip.com.au>
21832
21833 * emacs-lisp/advice.el (ad-read-advised-function):
21834 Use `function-called-at-point' as the default, if it has
21835 advice and passes PREDICATE.
21836
21837 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
21838
21839 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
21840 byte-compile-lambda if it's actually a lambda.
21841
21842 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
21843 Fix function quoting. Use backquote better.
21844
21845 2011-05-22 Yuanle Song <sylecn@gmail.com>
21846
21847 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
21848 matching (Bug#8516).
21849
21850 2011-05-22 Jari Aalto <jari.aalto@cante.net>
21851
21852 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
21853 different face (Bug#8178).
21854
21855 2011-05-22 Chong Yidong <cyd@stupidchicken.com>
21856
21857 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
21858 defface (Bug#8144).
21859
21860 2011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
21861
21862 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
21863 funcall as well (bug#8712). Warn when performing those conversions.
21864 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
21865
21866 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
21867
21868 2011-05-22 Glenn Morris <rgm@gnu.org>
21869
21870 * files.el (hack-local-variables-prop-line): Small simplifications.
21871 (hack-local-variables, hack-local-variables-prop-line):
21872 If MODE-ONLY, return the mode, rather than just `t'.
21873
21874 2011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
21875
21876 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
21877
21878 2011-05-21 Glenn Morris <rgm@gnu.org>
21879
21880 * files.el (hack-local-variables-prop-line, hack-local-variables):
21881 If only interested in the mode, don't bother doing the other stuff.
21882
21883 * image-mode.el (image-after-revert-hook):
21884 Redraw all frames on which the image is visible. (Bug#8567)
21885
21886 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
21887
21888 * wid-edit.el (widget-checklist-match-inline):
21889 Fix 2011-04-19 change. (Bug#8649)
21890
21891 2011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
21892
21893 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
21894 Also allow singlespace after single-letter capitals followed by a dot.
21895
21896 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
21897 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
21898
21899 2011-05-20 Nix <nix@esperi.org.uk>
21900
21901 * files.el (basic-save-buffer-2):
21902 Fix handling of break-hardlink-on-save with non-existent files.
21903
21904 2011-05-19 Deniz Dogan <deniz@dogan.se>
21905
21906 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
21907 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
21908
21909 2011-05-19 Glenn Morris <rgm@gnu.org>
21910
21911 * progmodes/f90.el (f90-type-def-re):
21912 Handle "type, bind(c)". (Bug#8691)
21913
21914 * emacs-lisp/autoload.el (batch-update-autoloads):
21915 Set autoload-excludes by parsing loadup.el rather than Makefiles.
21916
21917 2011-05-18 Michael Albinus <michael.albinus@gmx.de>
21918
21919 * net/tramp.el (tramp-process-actions): Set "first-password-request"
21920 property for the correct connection in case of multihops.
21921
21922 2011-05-18 Glenn Morris <rgm@gnu.org>
21923
21924 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
21925 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
21926
21927 Rationalize calendar handling of day and month abbrev-arrays.
21928 * calendar/calendar.el (calendar-customized-p): New function.
21929 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
21930 (calendar-day-name-array, calendar-month-name-array): Doc fix.
21931 Add :set function.
21932 (calendar-abbrev-length, calendar-day-abbrev-array)
21933 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
21934 (calendar-day-abbrev-array, calendar-month-abbrev-array):
21935 Elements may no longer be nil.
21936 (calendar-day-name, calendar-month-name):
21937 Update for changed nature of abbrev arrays.
21938 * calendar/diary-lib.el (diary-name-pattern):
21939 Update for changed nature of abbrev arrays.
21940 (diary-mark-entries-1): Update calendar-make-alist calls.
21941 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
21942 * calendar/cal-html.el (cal-html-day-abbrev-array):
21943 Simply inherit from calendar-day-abbrev-array.
21944
21945 2011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
21946
21947 * progmodes/grep.el (grep-mode): Disable default
21948 compilation-directory-matcher setting (bug#8684).
21949
21950 2011-05-17 Michael Albinus <michael.albinus@gmx.de>
21951
21952 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
21953 instead of "head" and "tail". There were problems with SunOS 5.9,
21954 and it performs better.
21955
21956 2011-05-17 Glenn Morris <rgm@gnu.org>
21957
21958 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
21959
21960 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
21961 Replace obsolete function.
21962
21963 * shell.el (pcomplete-parse-arguments-function): Declare.
21964
21965 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
21966 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
21967 (appt-check): Doc fixes.
21968 (appt-disp-window-function, appt-delete-window-function):
21969 Remove needless special case in custom :type.
21970 (appt-display-count): Default to 0, not nil.
21971 (appt-check): Reset appt-display-count to 0, not nil.
21972
21973 2011-05-17 Juanma Barranquero <lekktu@gmail.com>
21974
21975 * progmodes/python.el (python-font-lock-keywords):
21976 Add the Python 3.X keyword "nonlocal" (bug#8639).
21977
21978 2011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
21979
21980 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
21981
21982 2011-05-16 Kevin Ryde <user42@zip.com.au>
21983
21984 * info-look.el (makefile-automake-mode): New setups, looking in
21985 automake manual, then makefile-mode.
21986 (makefile-mode): Remove automake manual, have it just in
21987 makefile-automake-mode since there's various things different or
21988 not relevant to plain make.
21989 (makefile-mode): Remove "other-modes" non-existent automake-mode,
21990 believe a hypothetical automake-mode would go to makefile-mode,
21991 not the other way around.
21992
21993 2011-05-15 Chong Yidong <cyd@stupidchicken.com>
21994
21995 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
21996 hunk-end tags (Bug#8672).
21997
21998 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
21999 vc-annotate-show-diff-revision-at-line (Bug#8671).
22000
22001 2011-05-14 Glenn Morris <rgm@gnu.org>
22002
22003 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
22004 in the middle of an existing one with multiple authors. (Bug#8645)
22005 (change-log-font-lock-keywords): Also handle multiple author lines
22006 with leading tabs. (Bug#8644)
22007
22008 * calendar/appt.el (appt-check): Rename some local variables.
22009 Some simplification/reordering.
22010
22011 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
22012 (feedmail-sendmail-f-doesnt-sell-me-out)
22013 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
22014 (feedmail-debug-sit-for, feedmail-queue-express-hook)
22015 (feedmail-queue-runner-message-sender): Set :version.
22016 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
22017 (bbdb-dwim-net-address, vm-mail): Declare.
22018 (feedmail-binmail-gnulinuxish-template):
22019 Rename from feedmail-binmail-linuxish-template.
22020 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
22021 Use insert-buffer-substring.
22022
22023 2011-05-14 Bill Carpenter <bill@carpenter.org>
22024
22025 * mail/feedmail.el (feedmail-patch-level): Increase.
22026 (feedmail-debug): New custom group.
22027 (feedmail-confirm-outgoing-timeout)
22028 (feedmail-sendmail-f-doesnt-sell-me-out)
22029 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
22030 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
22031 (feedmail-sender-line, feedmail-from-line)
22032 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
22033 (feedmail-spray-this-address)
22034 (feedmail-spray-address-fiddle-plex-list)
22035 (feedmail-queue-use-send-time-for-date)
22036 (feedmail-queue-use-send-time-for-message-id)
22037 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
22038 (feedmail-buffer-eating-function):
22039 Doc fixes.
22040 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
22041 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
22042 (feedmail-message-action-scroll-down): New functions.
22043 (feedmail-queue-directory, feedmail-queue-draft-directory):
22044 Use expand-file-name.
22045 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
22046 Remove C-v help entry.
22047 (feedmail-queue-buffer-file-name): New variable.
22048 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
22049 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
22050 (feedmail-message-action-send-strong, feedmail-message-action-edit)
22051 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
22052 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
22053 (feedmail-message-action-toggle-spray)
22054 (feedmail-run-the-queue-no-prompts)
22055 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
22056 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
22057 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
22058 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
22059 (feedmail-envelope-deducer, feedmail-fiddle-from)
22060 (feedmail-fiddle-sender, feedmail-default-date-generator)
22061 (feedmail-fiddle-date, feedmail-fiddle-message-id)
22062 (feedmail-fiddle-spray-address)
22063 (feedmail-fiddle-list-of-spray-fiddle-plexes)
22064 (feedmail-fiddle-list-of-fiddle-plexes)
22065 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
22066 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
22067 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
22068 Change default. Doc fix.
22069 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
22070 (feedmail-binmail-linuxish-template): New constant.
22071 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
22072 Respect feedmail-sendmail-f-doesnt-sell-me-out.
22073 (feedmail-send-it): Add debug call.
22074 Use feedmail-queue-buffer-file-name, and
22075 feedmail-send-it-immediately-wrapper.
22076 (feedmail-message-action-send): Add debug call.
22077 Use feedmail-send-it-immediately-wrapper.
22078 (feedmail-queue-express-to-queue): Add debug call.
22079 Run feedmail-queue-express-hook.
22080 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
22081 (feedmail-message-action-help-blat):
22082 Rename from feedmail-queue-send-edit-prompt-help-first.
22083 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
22084 Check line-endings. Handle errors better.
22085 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
22086 Doc fix. Add debug call.
22087 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
22088 Use feedmail-queue-send-edit-prompt-inner.
22089 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
22090 (feedmail-queue-send-edit-prompt-inner): New function, extracted
22091 from feedmail-queue-send-edit-prompt.
22092 (feedmail-queue-send-edit-prompt-help)
22093 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
22094 (feedmail-tidy-up-slug): Add debug call.
22095 Respect feedmail-queue-slug-suspect-regexp.
22096 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
22097 (feedmail-dump-message-to-queue): Add debug call.
22098 Expand queue-directory.
22099 (feedmail-dump-message-to-queue): Change message slightly.
22100 Use feedmail-say-chatter.
22101 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
22102 (feedmail-send-it-immediately-wrapper): New function.
22103 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
22104 Insert empty string rather than newline. Handle full-frame case.
22105 Use catch/throw. Use feedmail-say-chatter.
22106 (feedmail-fiddle-from): Try mail-host-address.
22107 (feedmail-default-message-id-generator): Doc fix.
22108 Bind system-time-locale. Handle missing end.
22109 (feedmail-fiddle-x-mailer): Add debug call.
22110 Handle feedmail-x-mailer-line being nil.
22111 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
22112 Add debug call. Use buffer-substring-no-properties.
22113 (feedmail-say-debug, feedmail-say-chatter): New functions.
22114 (feedmail-find-eoh): Give an explicit error.
22115
22116 2011-05-13 Ulf Jasper <ulf.jasper@web.de>
22117
22118 * net/newst-treeview.el (newsticker-treeview-face): Change default
22119 family from helvetica to sans.
22120 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
22121 etc/images/newsticker.
22122
22123 * net/newst-reader.el (newsticker-feed-face): Change default
22124 family from helvetica to sans.
22125
22126 * net/newst-plainview.el (newsticker-new-item-face)
22127 (newsticker-old-item-face, newsticker-immortal-item-face)
22128 (newsticker-obsolete-item-face, newsticker-date-face)
22129 (newsticker-statistics-face): Change default family from
22130 helvetica to sans.
22131 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
22132 etc/images/newsticker.
22133
22134 * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
22135 (newsticker--process-auto-mark-filter-match): Tell user about
22136 auto-marking.
22137
22138 2011-05-13 Didier Verna <didier@xemacs.org>
22139
22140 Common Lisp indentation improvements on defmethod and lambda-lists.
22141 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
22142 TODO entries.
22143 (lisp-lambda-list-keyword-parameter-indentation)
22144 (lisp-lambda-list-keyword-parameter-alignment)
22145 (lisp-lambda-list-keyword-alignment): New customizable user options.
22146 (lisp-indent-defun-method): Improve docstring.
22147 (extended-loop-p): Fix comment.
22148 (lisp-indent-lambda-list-keywords-regexp): New variable.
22149 (lisp-indent-lambda-list): New function.
22150 (lisp-indent-259): Use it.
22151 (lisp-indent-defmethod): Support for more than one
22152 method qualifier and properly indent methods lambda-lists.
22153 (defgeneric): Provide a missing common-lisp-indent-function property.
22154
22155 2011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
22156
22157 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
22158 bounds for the empty string (bug#8667).
22159
22160 2011-05-13 Glenn Morris <rgm@gnu.org>
22161
22162 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
22163
22164 * mail/sendmail.el (sendmail-program): Try executable-find first.
22165 (sendmail-send-it): `sendmail-program' cannot be unbound.
22166
22167 * calendar/appt.el (appt-make-list): Simplify.
22168 (appt-time-msg-list): Doc fix.
22169 (appt-check): Change mode-line message at the time of the appointment.
22170
22171 2011-05-12 Andreas Schwab <schwab@linux-m68k.org>
22172
22173 * progmodes/ld-script.el (ld-script-keywords)
22174 (ld-script-builtins): Update keywords list.
22175
22176 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
22177
22178 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
22179
22180 * shell.el (shell-completion-vars): New function.
22181 (shell-mode):
22182 * simple.el (read-shell-command): Use it.
22183 (blink-matching-open): No need for " [...]" in minibuffer-message.
22184
22185 2011-05-12 Glenn Morris <rgm@gnu.org>
22186
22187 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
22188 (appt-check): Simplify.
22189
22190 2011-05-12 Eli Zaretskii <eliz@gnu.org>
22191
22192 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
22193 literal "/dev/null".
22194
22195 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
22196
22197 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
22198 Fix typo.
22199
22200 2011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
22201
22202 * progmodes/which-func.el (which-function):
22203 Use add-log-current-defun instead of add-log-current-defun-function,
22204 which might not be defined (Bug#8260).
22205
22206 2011-05-12 Glenn Morris <rgm@gnu.org>
22207
22208 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
22209 Let byte-compile-initial-macro-environment always take precedence.
22210
22211 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
22212
22213 * net/rcirc.el: Add support for SSL/TLS connections.
22214 (rcirc-server-alist): New field `encryption'.
22215 (rcirc): Check `encryption' settings.
22216 (rcirc-connect): New arg `encryption'. Use open-network-stream.
22217 Merge make-local-variable into `set'.
22218 (rcirc--connection-open-p): New function.
22219 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
22220 the process is not a network process (e.g. running gnutls-cli).
22221 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
22222 Make rcirc-(en|de)code-coding-system local here.
22223 (rcirc-mode): Merge make-local-variable into `set'.
22224 (rcirc-parent-buffer): Make permanent buffer-local.
22225 (rcirc-multiline-minor-mode): Don't do it here.
22226 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
22227 there's no server buffer.
22228
22229 2011-05-11 Glenn Morris <rgm@gnu.org>
22230
22231 * newcomment.el (comment-kill): Prefix "unused" local.
22232
22233 * term/w32console.el (get-screen-color): Declare.
22234
22235 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
22236 Handle symbol elements of byte-compile-initial-macro-environment.
22237
22238 2011-05-10 Leo Liu <sdl.web@gmail.com>
22239
22240 * bookmark.el (bookmark-bmenu-mode-map):
22241 Bind bookmark-bmenu-search to `/'.
22242
22243 * mail/footnote.el: Convert to utf-8 encoding.
22244 (footnote-unicode-string, footnote-unicode-regexp): New variable.
22245 (Footnote-unicode): New function.
22246 (footnote-style-alist): Add unicode style to the list.
22247 (footnote-style): Doc fix.
22248
22249 2011-05-10 Jim Meyering <meyering@redhat.com>
22250
22251 Fix doubled-word typos.
22252 * international/quail.el (quail-insert-kbd-layout): and and -> and
22253 * kermit.el: and and -> and
22254 * net/ldap.el (ldap-search-internal): to to -> to
22255 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
22256 * progmodes/js.el (js-mode): and and -> and
22257 * textmodes/artist.el (artist-move-to-xy): at at -> at
22258 (artist-draw-region-trim-line-endings): if if -> if
22259 And Safetyc -> Safety.
22260 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
22261
22262 2011-05-10 Glenn Morris <rgm@gnu.org>
22263 Stefan Monnier <monnier@iro.umontreal.ca>
22264
22265 * files.el (hack-one-local-variable-eval-safep):
22266 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
22267
22268 2011-05-10 Glenn Morris <rgm@gnu.org>
22269
22270 * calendar/diary-lib.el (diary-list-entries-hook)
22271 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
22272 (diary-nongregorian-marking-hook, diary-list-entries)
22273 (diary-include-other-diary-files, diary-mark-entries)
22274 (diary-mark-included-diary-files): Doc fixes.
22275
22276 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
22277
22278 * misc.el: Require tabulated-list.el during compilation.
22279
22280 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
22281
22282 * progmodes/compile.el (compilation-start):
22283 Run compilation-filter-hook for the async case too.
22284 (compilation-filter-hook): Doc fix.
22285
22286 2011-05-09 Deniz Dogan <deniz@dogan.se>
22287
22288 * wdired.el: Remove outdated installation comment. Fix usage
22289 comment.
22290
22291 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
22292
22293 * misc.el: Implement new command `list-dynamic-libraries'.
22294 (list-dynamic-libraries--loaded-only-p): New variable.
22295 (list-dynamic-libraries--refresh): New function.
22296 (list-dynamic-libraries): New command.
22297
22298 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
22299
22300 * progmodes/compile.el (compilation-error-regexp-alist-alist):
22301 Fix the ant regexp to handle end-line and end-column info from jikes.
22302 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
22303 higher priority to avoid clobbering by gnu.
22304
22305 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
22306
22307 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
22308 if the face has existing theme settings (Bug#8454).
22309
22310 2011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
22311
22312 * progmodes/perl-mode.el (perl-imenu-generic-expression):
22313 Only match variables declared via `my' or `our' (Bug#8261).
22314
22315 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
22316 special file names `.' and `..' (Bug#8259).
22317
22318 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
22319
22320 * progmodes/grep.el (grep-mode-font-lock-keywords):
22321 Remove buffer-changing entries.
22322 (grep-filter): New function.
22323 (grep-mode): Add it to compilation-filter-hook.
22324
22325 * progmodes/compile.el (compilation-filter-hook)
22326 (compilation-filter-start): New defvars.
22327 (compilation-filter): Call compilation-filter-hook prior to
22328 updating the process mark.
22329
22330 2011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
22331
22332 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
22333
22334 2011-05-07 Eli Zaretskii <eliz@gnu.org>
22335
22336 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
22337 mailclient-send-it even if window-system is nil. (Bug#8595)
22338
22339 * term/w32console.el (terminal-init-w32console):
22340 Call get-screen-color and use its output to set the frame
22341 background-mode. (Bug#8597)
22342
22343 2011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
22344
22345 Make bytecomp.el understand that defmethod defines funs (bug#8631).
22346 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
22347 New functions.
22348 (defgeneric, eieio--defmethod): Use them.
22349 (eieio-defgeneric): Remove.
22350 (defmethod): Call defgeneric in a way visible to the byte-compiler.
22351
22352 2011-05-07 Glenn Morris <rgm@gnu.org>
22353
22354 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
22355 Use let rather than let*.
22356 (timeclock-find-discrep): Remove unused local.
22357
22358 * calendar/diary-lib.el (diary-comment-start): Doc fix.
22359
22360 * calendar/appt.el (appt-time-msg-list): Doc fix.
22361
22362 2011-05-06 Noah Friedman <friedman@splode.com>
22363
22364 * apropos.el (apropos-print-doc): Only use
22365 emacs-lisp-docstring-fill-column when it is bound to an integer,
22366 per that variable's documentation.
22367
22368 2011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
22369
22370 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
22371 and warnings are not silently discarded (e.g. use -d instead of -P).
22372
22373 2011-05-06 Glenn Morris <rgm@gnu.org>
22374
22375 * calendar/appt.el (appt-message-warning-time): Doc fix.
22376 (appt-warning-time-regexp): New option.
22377 (appt-make-list): Respect appt-message-warning-time.
22378
22379 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
22380 New options.
22381 (diary-add-to-list): Strip comments from the displayed string.
22382 (diary-mode): Set comment-start and comment-end.
22383
22384 * vc/diff-mode.el (smerge-refine-subst): Declare.
22385 (diff-refine-hunk): Don't require smerge-mode when compiling.
22386
22387 2011-05-06 Juanma Barranquero <lekktu@gmail.com>
22388
22389 * simple.el (list-processes): Return nil as the docstring says.
22390
22391 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
22392
22393 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
22394 to "".
22395 (ange-ftp-write-region, ange-ftp-insert-file-contents)
22396 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
22397 determining of binary transfer. (Bug#7383)
22398
22399 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
22400
22401 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
22402 Fix port computation bug. (Bug#8618)
22403
22404 2011-05-05 Glenn Morris <rgm@gnu.org>
22405
22406 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
22407
22408 * simple.el (shell-dynamic-complete-functions)
22409 (comint-dynamic-complete-functions): Declare.
22410
22411 * net/network-stream.el (gnutls-negotiate):
22412 * simple.el (tabulated-list-print): Fix declarations.
22413
22414 * progmodes/gud.el (syntax-symbol, syntax-point):
22415 Remove unnecessary and incorrect declarations.
22416
22417 * emacs-lisp/check-declare.el (check-declare-scan):
22418 Handle byte-compile-initial-macro-environment in bytecomp.el.
22419
22420 2011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
22421
22422 Fix earlier half-done eieio-defmethod change (bug#8338).
22423 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
22424 Streamline and change calling convention.
22425 (defmethod): Adjust accordingly and simplify.
22426 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
22427 new eieio--defmethod.
22428 (slot-boundp): Minor CSE simplification.
22429
22430 2011-05-05 Milan Zamazal <pdm@zamazal.org>
22431
22432 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
22433 (glasses-make-readable): Use glasses-separate-capital-groups.
22434
22435 2011-05-05 Juanma Barranquero <lekktu@gmail.com>
22436
22437 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
22438 (warning-series): Doc fix.
22439 (display-warning): Don't try to create the buffer if we just found it.
22440
22441 2011-05-04 Chong Yidong <cyd@stupidchicken.com>
22442
22443 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
22444 (autoload-find-generated-file): New function.
22445 (generate-file-autoloads): Bind generated-autoload-file to
22446 buffer-file-name.
22447 (update-file-autoloads, update-directory-autoloads):
22448 Use autoload-find-generated-file. If called interactively, prompt for
22449 output file (Bug#7989).
22450 (batch-update-autoloads): Doc fix.
22451
22452 2011-05-04 Juanma Barranquero <lekktu@gmail.com>
22453
22454 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
22455
22456 2011-05-04 Glenn Morris <rgm@gnu.org>
22457
22458 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
22459 function, so it follows changes in calendar-date-style.
22460 (diary-fancy-date-matcher): New function.
22461 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
22462 (diary-fancy-font-lock-fontify-region-function):
22463 Use diary-fancy-date-pattern as a function.
22464
22465 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
22466 non-numbers for `year' etc pseudo-variables. (Bug#8583)
22467
22468 2011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
22469
22470 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
22471 instead of positional arguments. Allow :keylist and :crlfiles
22472 arguments.
22473 (open-gnutls-stream): Call it.
22474
22475 * net/network-stream.el (network-stream-open-starttls): Adjust to
22476 call `gnutls-negotiate' with :process and :hostname arguments.
22477
22478 2011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
22479
22480 * minibuffer.el (completion--message): New function.
22481 (completion--do-completion, minibuffer-complete)
22482 (minibuffer-force-complete, minibuffer-complete-word): Use it.
22483 (completion--do-completion): Don't ignore completion-auto-help when in
22484 icomplete-mode.
22485
22486 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
22487 internal encoding (e.g. tibetan zero is not whitespace).
22488 (global-whitespace-mode): Prefer save-current-buffer.
22489 (whitespace-trailing-regexp): Remove useless save-match-data.
22490 (whitespace-empty-at-bob-regexp): Minor simplification.
22491
22492 2011-05-03 Chong Yidong <cyd@stupidchicken.com>
22493
22494 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
22495
22496 2011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
22497
22498 * textmodes/ispell.el (ispell-add-per-file-word-list):
22499 Use `concat' to create string for insertion.
22500
22501 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
22502
22503 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
22504 Avoid open-line which runs post-self-insert-hook.
22505 (bibtex-fill-entry): Remove unused `end' var.
22506
22507 2011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
22508
22509 * textmodes/ispell.el (ispell-add-per-file-word-list):
22510 Protect against `nil' value of `comment-start' (Bug#8579).
22511
22512 2011-05-03 Leo Liu <sdl.web@gmail.com>
22513
22514 * isearch.el (isearch-yank-pop): New command.
22515 (isearch-mode-map): Bind it to `M-y'.
22516 (isearch-forward): Mention it.
22517
22518 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
22519
22520 * simple.el (minibuffer-complete-shell-command): Remove.
22521 (minibuffer-local-shell-command-map): Use completion-at-point.
22522 (read-shell-command): Setup completion vars here instead.
22523 (read-expression-map): Bind TAB to symbol completion.
22524
22525 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
22526 error directly rather via storing it into `results'.
22527
22528 2011-05-02 Leo Liu <sdl.web@gmail.com>
22529
22530 * vc/diff.el: Fix description.
22531
22532 2011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
22533
22534 * server.el (server-eval-at): New function.
22535
22536 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
22537
22538 * net/network-stream.el (open-network-stream): Take a :nowait
22539 parameter and pass it on to `make-network-process'.
22540 (network-stream-open-plain): Ditto.
22541
22542 2011-04-30 Andreas Schwab <schwab@linux-m68k.org>
22543
22544 * faces.el (face-spec-set-match-display): Don't match toolkit
22545 options on terminal frames.
22546
22547 2011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
22548
22549 * progmodes/pascal.el: Use lexical binding.
22550 (pascal-mode-map): Remove author preferences.
22551
22552 * pcomplete.el (pcomplete-std-complete): Don't abuse
22553 completion-at-point.
22554
22555 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
22556
22557 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
22558 removing code that has been dead since 1991 or so.
22559
22560 * startup.el (command-line): When warning about "_emacs", use a
22561 delayed warning to allow the user to filter it out.
22562
22563 2011-04-28 Deniz Dogan <deniz@dogan.se>
22564
22565 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
22566 user has not joined.
22567
22568 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
22569
22570 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
22571 aren't any completions at point.
22572
22573 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
22574
22575 * subr.el (display-delayed-warnings): New function.
22576 (delayed-warnings-hook): New variable.
22577
22578 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
22579
22580 * minibuffer.el (completion-at-point, completion-help-at-point):
22581 Don't presume that a given completion-at-point-function will always
22582 use the same calling convention.
22583
22584 * pcomplete.el (pcomplete-completions-at-point):
22585 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
22586 pcomplete-seen is non-nil.
22587 (pcomplete-comint-setup): Also recognize the new comint/shell
22588 completion functions.
22589 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
22590 pcomplete-seen is non-nil.
22591
22592 2011-04-27 Niels Giesen <niels.giesen@gmail.com>
22593
22594 * calendar/icalendar.el (diary-lib): Add require statement.
22595 (icalendar--create-uid): Read out a uid from a text-property on
22596 the first character in the entry. This allows for code to add its
22597 own uid to the entry.
22598 (icalendar--convert-float-to-ical): Add export of
22599 `diary-float'-entries save for those with the optional DAY
22600 argument.
22601
22602 2011-04-27 Daniel Colascione <dan.colascione@gmail.com>
22603
22604 * subr.el (shell-quote-argument): Use alternate escaping strategy
22605 when we spot a variable reference in a string.
22606
22607 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
22608
22609 * cus-start.el (all): Define customization for debug-on-event.
22610
22611 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
22612
22613 * subr.el (shell-quote-argument): Escape correctly under Windows.
22614
22615 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
22616
22617 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
22618
22619 2011-04-25 Michael Albinus <michael.albinus@gmx.de>
22620
22621 * net/tramp.el (tramp-process-actions): Add POS argument.
22622 Delete region between POS and (pos).
22623
22624 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
22625 Use `nil' position in `tramp-process-actions' call.
22626 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
22627
22628 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
22629 position in `tramp-process-actions' call.
22630
22631 * net/trampver.el: Update release number.
22632
22633 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
22634
22635 * custom.el (defcustom): Obey lexical-binding.
22636
22637 Fix octave-inf completion problems reported by Alexander Klimov.
22638 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
22639 Inherit from octave-mode-syntax-table.
22640 (inferior-octave-mode): Set info-lookup-mode.
22641 (inferior-octave-completion-at-point): New function.
22642 (inferior-octave-complete): Use it and completion-in-region.
22643 (inferior-octave-dynamic-complete-functions): Use it as well, and use
22644 comint-filename-completion.
22645 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
22646 symbol elements which shouldn't be word elements.
22647 (octave-font-lock-keywords, octave-beginning-of-defun)
22648 (octave-function-header-regexp): Adjust regexps accordingly.
22649 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
22650
22651 2011-04-25 Juanma Barranquero <lekktu@gmail.com>
22652
22653 * net/gnutls.el (gnutls-errorp): Declare before first use.
22654
22655 2011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
22656
22657 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
22658 verify-error, and verify-hostname-error parameters. Check whether
22659 default trustfile exists before going to use it. Add missing
22660 argument to gnutls-message-maybe call. Return value.
22661 Reported by Claudio Bley <claudio.bley@gmail.com>.
22662 (open-gnutls-stream): Add usage example.
22663
22664 * net/network-stream.el (network-stream-open-starttls): Give host
22665 parameter to `gnutls-negotiate'.
22666 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
22667 * subr.el (shell-quote-argument): Escape correctly under Windows.
22668
22669 2011-04-24 Daniel Colascione <dan.colascione@gmail.com>
22670
22671 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
22672 Use correct match group (bug#8438).
22673
22674 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
22675
22676 * emacs-lisp/package.el (package-built-in-p): Fix typo.
22677 (package-menu--generate): New arg specifying packages to show.
22678 (package-menu-refresh, package-menu-execute, list-packages):
22679 Callers changed.
22680 (package-show-package-list): New function, replacing deleted
22681 package--list-packages (renamed because it is non-internal).
22682
22683 * finder.el (finder-list-matches): Use package-show-package-list
22684 instead of deleted package--list-packages.
22685
22686 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
22687 Based on a previous implementation by Juanma Barranquero (Bug#8366).
22688 (vc-annotate-mode-map): Bind it to RET.
22689
22690 2011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
22691
22692 * progmodes/etags.el (next-file): Don't use set-buffer to change
22693 buffers (Bug#8478).
22694
22695 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
22696
22697 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
22698
22699 * apropos.el (apropos-label-face): Avoid variable-pitch face.
22700 (apropos-accumulator): Doc fix.
22701 (apropos-function, apropos-macro, apropos-command)
22702 (apropos-variable, apropos-face, apropos-group, apropos-widget)
22703 (apropos-plist): Add face property.
22704 (apropos-symbols-internal): Fix indentation.
22705 (apropos-print): Simplify help, and recognize apropos-multi-type.
22706 (apropos-print-doc): Use button-type-get to extract the button's
22707 face property. Fill docstring (Bug#8352).
22708
22709 2011-04-23 Juanma Barranquero <lekktu@gmail.com>
22710
22711 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
22712
22713 * play/mpuz.el (mpuz-silent): Doc fix.
22714 (mpuz-mode-map): Use mapc.
22715 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
22716 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
22717 Fix typos in docstrings.
22718
22719 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
22720 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
22721
22722 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
22723
22724 2011-04-23 Chong Yidong <cyd@stupidchicken.com>
22725
22726 * minibuffer.el (completion--do-completion): Avoid the "Next char
22727 not unique" prompt if icomplete-mode is enabled (Bug#5849).
22728
22729 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
22730 mouse-2 into unread-command-events, it is interpreted correctly.
22731
22732 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
22733 (image-toggle-display): Doc fix.
22734
22735 2011-04-23 Stephen Berman <stephen.berman@gmx.net>
22736
22737 * textmodes/page.el (what-page): Use line-number-at-pos to
22738 calculate line number (Bug#6825).
22739
22740 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
22741
22742 * eshell/esh-mode.el (find-tag-interactive): Declare function.
22743 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
22744 Pass argument NO-DEFAULT to `find-tag-interactive'.
22745
22746 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
22747
22748 Lexical-binding cleanup.
22749
22750 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
22751 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
22752 * progmodes/ada-prj.el (ada-prj-initialize-values)
22753 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
22754 (ada-prj-show-value):
22755 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
22756 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
22757 (antlr-invalidate-context-cache, antlr-options-menu-filter)
22758 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
22759 * progmodes/bug-reference.el (bug-reference-push-button):
22760 * progmodes/fortran.el (fortran-line-length):
22761 * progmodes/glasses.el (glasses-change):
22762 * progmodes/octave-mod.el (octave-fill-paragraph):
22763 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
22764 (python-pdbtrack-grub-for-buffer, python-sentinel):
22765 * progmodes/sql.el (sql-save-connection):
22766 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
22767 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
22768 Mark unused parameters.
22769
22770 * progmodes/compile.el (compilation--flush-directory-cache)
22771 (compilation--flush-parse, compile-internal): Mark unused parameters.
22772 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
22773 (compilation-next-error-function): Remove unused variable `timestamp'.
22774
22775 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
22776 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
22777
22778 * progmodes/dcl-mode.el (dcl-end-of-command):
22779 Remove unused variable `start'.
22780 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
22781 (dcl-option-value-basic, dcl-option-value-offset)
22782 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
22783 Mark unused parameters.
22784 (dcl-save-local-variable): Remove unused variable `val'.
22785 (mode): Declare.
22786
22787 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
22788 Mark unused parameters.
22789 (delphi-ignore-changes): Move before first use.
22790 (delphi-charset-token-at): Remove unused variable `start'.
22791 (delphi-else-start): Remove unused variable `if-count'.
22792 (delphi-comment-block-start, delphi-comment-block-end):
22793 Remove unused variable `kind'.
22794 (delphi-indent-line): Remove unused variable `new-point'.
22795
22796 * progmodes/ebrowse.el (ebrowse-files-list)
22797 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
22798 Mark unused parameters. Don't quote `lambda'.
22799 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
22800 Don't quote `lambda'.
22801 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
22802 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
22803 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
22804 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
22805 Use `ignore-errors'.
22806 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
22807 (ebrowse-view/find-file-and-search-pattern)
22808 (ebrowse-view/find-member-declaration/definition):
22809 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
22810 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
22811 Rename parameter PREFIX-ARG to PREFIX.
22812 (ebrowse-tags-read-name): Remove unused variables `start' and
22813 `member-info'.
22814 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
22815 to `tags-file'.
22816
22817 * progmodes/etags.el (local-find-tag-hook): Declare.
22818 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
22819 Mark unused parameters.
22820
22821 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
22822 (executable-interpret): Mark unused parameter.
22823
22824 * progmodes/flymake.el (flymake-process-sentinel)
22825 (flymake-after-change-function)
22826 (flymake-create-temp-with-folder-structure)
22827 (flymake-get-include-dirs-dot): Mark unused parameters.
22828 (flymake-safe-delete-directory): Remove unused variable `err'.
22829
22830 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
22831 (speedbar-timer-fn, speedbar-line-text)
22832 (speedbar-change-expand-button-char, speedbar-delete-subblock)
22833 (speedbar-center-buffer-smartly): Declare functions.
22834 (gdb-find-watch-expression): Remove unused variable `array'.
22835 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
22836 (gdb-starting): Mark unused parameters.
22837 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
22838 (gdb-table-string): Remove unused variable `res'.
22839 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
22840 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
22841 (gdb-display-buffer): Remove unused variable `cur-size'.
22842
22843 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
22844 allow lexical-binding compilation.
22845 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
22846 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
22847 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
22848 Mark unused parameters.
22849 (gud-gdb-marker-filter): Remove unused variable `match'.
22850 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
22851 lambda expressions and funcall them, instead of using `fset'.
22852
22853 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
22854 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
22855
22856 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
22857 variable `header-beg'; use `let'.
22858
22859 * progmodes/icon.el (indent-icon-exp): Remove unused variables
22860 `restart', `last-sexp' and `at-do'.
22861
22862 * progmodes/js.el (js--debug): Mark unused parameter.
22863 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
22864 (js--splice-into-items): Remove unused variable `item'.
22865 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
22866
22867 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
22868 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
22869 (makefile-complete): Remove unused variable `try'.
22870 (makefile-fill-paragraph, makefile-match-function-end):
22871 Mark unused parameters.
22872
22873 * progmodes/octave-inf.el (inferior-octave-complete):
22874 Remove unused variable `proc'.
22875 (inferior-octave-output-digest): Mark unused parameter.
22876
22877 * progmodes/perl-mode.el (perl-calculate-indent):
22878 Remove unused variable `err'.
22879
22880 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
22881 (prolog-indent-line): Mark unused parameters.
22882 (prolog-indent-line): Remove unused variable `beg'.
22883
22884 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
22885 (reporter-dont-compact-list): Declare.
22886
22887 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
22888 Remove unused variable `char'.
22889 (sh-debug): Mark unused parameter.
22890 (sh-get-indent-info): Remove unused variable `start'.
22891 (sh-calculate-indent): Remove unused variable `var'.
22892
22893 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
22894 (simula-electric-keyword): Remove unused variable `null'.
22895 (simula-search-backward, simula-search-forward): Remove unused
22896 variables `begin' and `end'.
22897
22898 * progmodes/vera-mode.el (vera-guess-basic-syntax):
22899 Remove unused variable `pos'.
22900 (vera-electric-tab, vera-comment-uncomment-region):
22901 Mark unused parameters.
22902 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
22903
22904 2011-04-22 Chong Yidong <cyd@stupidchicken.com>
22905
22906 * emacs-lisp/package.el (package--builtins, package-alist)
22907 (package-load-descriptor, package-built-in-p, package-activate)
22908 (define-package, package-installed-p)
22909 (package-compute-transaction, package-buffer-info)
22910 (package--push): Doc fix. Distinguish more clearly between
22911 version strings and version lists.
22912
22913 2011-04-21 Juanma Barranquero <lekktu@gmail.com>
22914
22915 Lexical-binding cleanup.
22916
22917 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
22918 (5x5-make-mutate-best):
22919 * play/fortune.el (fortune-in-buffer):
22920 * play/gomoku.el (gomoku-init-display):
22921 * play/solitaire.el (solitaire, solitaire-do-check):
22922 * play/tetris.el (tetris-default-update-speed-function):
22923 Mark unused parameters.
22924
22925 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
22926 (bubbles--shift): Remove unused variable `char-org'.
22927 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
22928 (bubbles--show-images): Remove unused variable `char'.
22929
22930 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
22931 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
22932 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
22933 (decipher-analyze-buffer): Use ?\s.
22934 (decipher-make-checkpoint): Remove unused variable `mapping'.
22935
22936 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
22937
22938 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
22939 Remove unused variable `result'; use `let'.
22940
22941 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
22942 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
22943 (gametree-children-shown-p, gametree-compute-reduced-score):
22944 Use `ignore-errors'.
22945
22946 * play/handwrite.el (ps-lpr-switches): Declare.
22947 (handwrite): Remove unused variables `pmin' and `lastp'.
22948
22949 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
22950
22951 * play/landmark.el (landmark-init-display)
22952 (landmark-update-naught-weights): Mark unused parameters.
22953 (landmark-y): Remove unused variable `noise'. Simplify.
22954 (landmark-human-plays): Remove unused variable `score'.
22955
22956 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
22957 (mpuz-try-proposal): Remove unused variable `game'.
22958
22959 * play/zone.el (life-patterns): Declare.
22960
22961 2011-04-20 Juanma Barranquero <lekktu@gmail.com>
22962
22963 * vc/vc.el (ediff-vc-internal): Declare function.
22964
22965 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
22966
22967 * shell.el: Use lexical-binding and std completion UI.
22968 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
22969 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
22970 comint-preoutput-filter-functions rather than on
22971 comint-output-filter-functions.
22972 (shell-command-completion, shell--command-completion-data)
22973 (shell-filename-completion, shell-environment-variable-completion)
22974 (shell-c-a-p-replace-by-expanded-directory): New functions.
22975 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
22976 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
22977 (shell-dynamic-complete-environment-variable): Use them.
22978 (shell-dynamic-complete-as-environment-variable)
22979 (shell-dynamic-complete-as-command): Remove.
22980 (shell-match-partial-variable): Match past point.
22981 * comint.el: Clean up use of completion-at-point-functions.
22982 (comint-completion-at-point): New function.
22983 (comint-mode): Use it completion-at-point-functions.
22984 (comint-dynamic-complete): Make it obsolete.
22985 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
22986 (comint-c-a-p-replace-by-expanded-history): New function.
22987 (comint-dynamic-complete-functions)
22988 (comint-replace-by-expanded-history): Use it.
22989 * minibuffer.el (completion-table-with-terminator): Allow dynamic
22990 termination strings. Try harder to avoid second try-completion.
22991 (completion-in-region-mode-map): Disable bindings that don't work yet.
22992
22993 * comint.el: Use lexical-binding. Require CL.
22994 (comint-dynamic-complete-functions): Use comint-filename-completion.
22995 (comint-completion-addsuffix): Tweak custom type.
22996 (comint-filename-completion, comint--common-suffix)
22997 (comint--common-quoted-suffix, comint--table-subvert)
22998 (comint--complete-file-name-data): New functions.
22999 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
23000 (comint-dynamic-list-filename-completions): Use them.
23001 (comint-dynamic-simple-complete): Make obsolete.
23002
23003 * minibuffer.el (completion-in-region-mode):
23004 Keep completion-in-region-mode--predicate global.
23005 (completion-in-region--postch):
23006 Assume completion-in-region-mode--predicate is not null.
23007
23008 * progmodes/flymake.el (flymake-start-syntax-check-process):
23009 Obey `dir'. Simplify.
23010
23011 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
23012 we're in VC after all.
23013
23014 2011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
23015
23016 * vc/vc.el (vc-diff-build-argument-list-internal)
23017 (vc-version-ediff, vc-ediff): New commands.
23018 (vc-version-diff): Use vc-diff-build-argument-list-internal.
23019
23020 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
23021
23022 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
23023 add sanity check.
23024
23025 * obsolete/erc-hecomplete.el: Make obsolete.
23026 * obsolete/: Standardize obsolescence info in the header.
23027
23028 2011-04-20 Glenn Morris <rgm@gnu.org>
23029
23030 * calendar/solar.el (solar-horizontal-coordinates):
23031 Use the longitude argument rather than `calendar-longitude'.
23032 (solar-date-next-longitude): Remove unused locals.
23033
23034 2011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
23035
23036 * whitespace.el: New version 13.2.1.
23037
23038 2011-04-20 felix <EmacsWiki> (tiny change)
23039
23040 * whitespace.el (global-whitespace-mode): Keep highlight when
23041 switching between major modes on a file.
23042
23043 2011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
23044
23045 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
23046 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
23047 multi-line comments as well.
23048
23049 2011-04-19 Juanma Barranquero <lekktu@gmail.com>
23050
23051 Lexical-binding cleanup.
23052
23053 * arc-mode.el (archive-mode-revert):
23054 * cmuscheme.el (scheme-interactively-start-process):
23055 * custom.el (custom-initialize-delay):
23056 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
23057 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
23058 * emacs-lock.el (emacs-lock-clear-sentinel):
23059 * ezimage.el (defezimage):
23060 * follow.el (follow-avoid-tail-recenter):
23061 * fringe.el (set-fringe-mode-1):
23062 * generic-x.el (bat-generic-mode-compile):
23063 * help-mode.el (help-info-variable, help-do-xref)
23064 (help-mode-revert-buffer):
23065 * help.el (view-emacs-todo):
23066 * iswitchb.el (iswitchb-completion-help):
23067 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
23068 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
23069 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
23070 * locate.el (locate-update):
23071 * longlines.el (longlines-encode-region)
23072 (longlines-after-change-function):
23073 * outline.el (outline-isearch-open-invisible):
23074 * ps-def.el (declare-function, charset-dimension, char-width)
23075 (encode-char):
23076 * ps-mule.el (ps-mule-plot-string):
23077 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
23078 (recentf-edit-list-select, recentf-edit-list-validate)
23079 (recentf-open-files-action):
23080 * rect.el (delete-whitespace-rectangle-line)
23081 (rectangle-number-line-callback):
23082 * register.el (window-configuration-to-register)
23083 (frame-configuration-to-register):
23084 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
23085 * select.el (xselect-convert-to-string, xselect-convert-to-length)
23086 (xselect-convert-to-targets, xselect-convert-to-delete)
23087 (xselect-convert-to-filename, xselect-convert-to-charpos)
23088 (xselect-convert-to-lineno, xselect-convert-to-colno)
23089 (xselect-convert-to-os, xselect-convert-to-host)
23090 (xselect-convert-to-user, xselect-convert-to-class)
23091 (xselect-convert-to-name, xselect-convert-to-integer)
23092 (xselect-convert-to-atom, xselect-convert-to-identity):
23093 * subr.el (declare, ignore, process-kill-without-query)
23094 (text-clone-maintain):
23095 * terminal.el (te-get-char, te-tic-sentinel):
23096 * tool-bar.el (tool-bar-make-keymap):
23097 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
23098 * type-break.el (type-break-mode, type-break-noninteractive-query):
23099 * view.el (View-back-to-mark):
23100 * wid-browse.el (widget-browse-action, widget-browse-widget)
23101 (widget-browse-widgets, widget-browse-sexp):
23102 * widget.el (define-widget-keywords):
23103 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
23104 Mark unused parameters.
23105
23106 * align.el (align-adjust-col-for-rule): Mark unused parameter.
23107 (align-areas): Remove unused variable `look'.
23108 (align-region): Remove unused variables `real-end' and `pos-list'.
23109
23110 * apropos.el (apropos-score-doc): Remove unused variable `i'.
23111
23112 * bindings.el (mode-line-modified, mode-line-remote):
23113 Mark unused parameters.
23114 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
23115
23116 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
23117 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
23118
23119 * comint.el (comint-history-isearch-pop-state)
23120 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
23121 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
23122 (comint-substitute-in-file-name): Doc fix.
23123
23124 * completion.el (cmpl-statistics-block): Mark unused parameter.
23125 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
23126 (save-completions-to-file, load-completions-from-file):
23127 Remove unused local variable `e'.
23128
23129 * composite.el (compose-chars): Remove unused variable `len'.
23130 (lgstring-insert-glyph): Remove unused variable `g'.
23131 (compose-glyph-string): Remove unused variables `ascent',
23132 `descent', `lbearing' and `rbearing'.
23133 (compose-glyph-string-relative): Remove unused variables
23134 `lbearing', `rbearing' and `wadjust'.
23135 (compose-gstring-for-graphic): Remove unused variables `header',
23136 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
23137 (compose-gstring-for-terminal): Remove unused variables `header'
23138 and `nchars'. Use `let', not `let*'.
23139
23140 * cus-edit.el (Custom-set, Custom-save, custom-reset)
23141 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
23142 (Custom-buffer-done, custom-buffer-create-internal)
23143 (custom-browse-visibility-action, custom-browse-group-tag-action)
23144 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
23145 (widget-magic-mouse-down-action, custom-toggle-parent)
23146 (custom-add-parent-links, custom-toggle-hide-variable)
23147 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
23148 (custom-toggle-hide-face, face, hook, custom-group-link-action)
23149 (custom-face-menu-create, custom-variable-menu-create, get)
23150 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
23151 (custom-reset-standard-save-and-update): Remove unused variable `value'.
23152 (customize-apropos): Remove unused variable `tests'.
23153 (custom-group-value-create): Remove unused variable `hidden-p'.
23154 (sort-fold-case): Declare.
23155
23156 * cus-theme.el (custom-reset-standard-faces-list)
23157 (custom-reset-standard-variables-list): Declare.
23158 (customize-create-theme, custom-theme-revert, custom-theme-write)
23159 (custom-theme-choose-mode, customize-themes, custom-theme-save):
23160 Mark unused parameters.
23161
23162 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
23163
23164 * delim-col.el (delimit-columns-max): Move defvar before first use.
23165
23166 * descr-text.el (describe-char-categories): Don't quote `lambda'.
23167 (describe-char): Don't quote `lambda'. Mark unused parameter.
23168
23169 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
23170 (auto-insert): Declare.
23171 (desktop-restore-file-buffer): Rename desktop-* parameters;
23172 mark unused ones.
23173 (desktop-create-buffer): Rename desktop-* parameters and bind them.
23174 (desktop-buffer): Rename desktop-* parameters.
23175
23176 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
23177 (dframe-reposition-frame-xemacs, dframe-help-echo)
23178 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
23179 Mark unused parameters.
23180
23181 * dired-aux.el (backup-extract-version-start, overwrite-query)
23182 (overwrite-backup-query, rename-regexp-query)
23183 (rename-non-directory-query): Declare.
23184 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
23185 (dired-add-entry): Remove unused variable `orig-file-name'.
23186 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
23187 Use parameter PRESERVE-TIME instead of accessing dynamic variable
23188 `dired-copy-preserve-time' directly.
23189 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
23190 (dired-insert-subdir-newpos): Rename unused variable `pos'.
23191
23192 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
23193 (dired-virtual-revert, dired-make-relative-symlink):
23194 Mark unused parameters.
23195 (manual-program): Declare.
23196 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
23197 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
23198 wrapped in `with-no-warnings' to avoid replacing one warning by another.
23199
23200 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
23201
23202 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
23203
23204 * echistory.el (electric-history-in-progress, Helper-return-blurb):
23205 Declare.
23206
23207 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
23208
23209 * electric.el (Electric-command-loop): Rename parameter
23210 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
23211
23212 * expand.el (expand-in-literal): Remove unused variable `here'.
23213
23214 * facemenu.el (facemenu-add-new-color):
23215 Remove unused variable `docstring'.
23216
23217 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
23218 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
23219 (face-attr-construct): Mark unused parameter. Doc fix.
23220 (read-color): Remove unused variable `hex-string'.
23221
23222 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
23223 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
23224 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
23225 (display-buffer-other-frame): Remove unused variable `old-window'.
23226 (kill-buffer-hook): Declare.
23227 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
23228 Mark unused parameters.
23229 (after-find-file): Pass 1 to `auto-save-mode', not t.
23230
23231 * files-x.el (auto-insert): Declare.
23232 (modify-file-local-variable-prop-line): Remove unused variable `val'.
23233
23234 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
23235 variable `buf'. Mark unused parameter.
23236 (find-lisp-insert-directory): Mark unused parameter.
23237
23238 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
23239 (format-encode-region): Remove unused variables `cur-buf' and `result'.
23240 (format-common-tail): Remove, unused.
23241 (format-deannotate-region): Remove unused variable `loc'.
23242 (format-annotate-region): Remove unused variable `p'.
23243 (format-annotate-single-property-change): Remove unused variables
23244 `default' and `tail'.
23245
23246 * forms.el (read-file-filter): Declare.
23247 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
23248
23249 * frame.el (frame-creation-function-alist): Mark unused parameter.
23250 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
23251
23252 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
23253 Remove unused parameters.
23254 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
23255 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
23256
23257 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
23258 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
23259 (hfy-prepare-tag-map): Mark unused parameters.
23260 (htmlfontify-buffer): Use `called-interactively-p'.
23261
23262 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
23263 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
23264 (ibuffer-do-occur): Mark unused parameters.
23265 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
23266 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
23267
23268 * ibuffer.el: Don't quote `lambda'.
23269 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
23270 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
23271 Mark unused parameters.
23272
23273 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
23274 (ido-completing-read): Mark unused parameters.
23275 (ido-copy-current-word): Mark unused parameters;
23276 remove unused variable `name'.
23277 (ido-sort-merged-list): Remove unused parameter `dirs'.
23278
23279 * ielm.el (ielm-input-sender): Mark unused parameter.
23280 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
23281 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
23282 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
23283 `ielm-string' as a dynamic variable accessible from the IELM prompt.
23284 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
23285
23286 * image-dired.el (image-dired-display-thumbs): Remove unused
23287 variables `curr-file' and `count'.
23288 (image-dired-remove-tag): Remove unused variable `start'.
23289 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
23290 variable `curr-file'
23291 (image-dired-rotate-original): Remove unused variable `temp-file'.
23292 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
23293 Remove unused variable `file'.
23294 (image-dired-gallery-generate): Remove unused variable `curr'.
23295 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
23296
23297 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
23298
23299 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
23300
23301 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
23302
23303 * isearch.el (minibuffer-history-symbol): Declare.
23304 (isearch-edit-string): Remove unused variable `err'.
23305 (isearch-message-prefix, isearch-message-suffix):
23306 Mark unused parameters.
23307
23308 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
23309
23310 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
23311
23312 * makesum.el (double-column): Remove unused variable `cnt'.
23313
23314 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
23315 (ido-ignore-item-temp-list): Declare.
23316
23317 * mouse-drag.el (mouse-drag-throw): Remove unused variables
23318 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
23319 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
23320 (mouse-drag-drag): Remove unused variables `mouse-delta' and
23321 `mouse-col-delta'.
23322
23323 * mouse-sel.el (mouse-extend-internal):
23324 Remove unused variable `orig-window-frame'.
23325
23326 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
23327 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
23328 Move declarations before first use.
23329 (pcomplete-opt): Mark unused parameters; doc fix.
23330
23331 * proced.el (proced-revert): Mark unused parameter.
23332 (proced-send-signal): Remove unused variable `err'.
23333
23334 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
23335 Rename parameter PREFIX-ARG to ARG.
23336 (ps-basic-plot-string, ps-basic-plot-whitespace):
23337 Mark unused parameters.
23338
23339 * replace.el (replace-count): Define.
23340 (occur-revert-function): Mark unused parameters.
23341 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
23342 (isearch-case-fold-search, isearch-string): Declare.
23343 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
23344 bind `case-fold-search'. Remove unused variables `beg' and `end',
23345 and simplify.
23346 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
23347 COUNT and bind `replace-count'.
23348 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
23349 to COUNT.
23350
23351 * savehist.el (print-readably, print-string-length): Declare.
23352
23353 * shadowfile.el (shadow-expand-cluster-in-file-name):
23354 Remove unused variable `cluster'.
23355 (shadow-copy-file): Remove unused variable `i'.
23356 (shadow-noquery, shadow-clusters, shadow-site-cluster)
23357 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
23358 (shadow-define-literal-group, shadow-define-regexp-group)
23359 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
23360
23361 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
23362 (shell): Use `called-interactively-p'.
23363 (shell-directory-tracker): Remove unused variable `chdir-failure'.
23364
23365 * simple.el (compilation-context-lines, comint-file-name-quote-list)
23366 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
23367 (delete-backward-char): Remove unused variable `ocol'.
23368 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
23369 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
23370 (event-apply-hyper-modifier, event-apply-shift-modifier)
23371 (event-apply-control-modifier, event-apply-meta-modifier):
23372 Mark unused parameters.
23373 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
23374 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
23375
23376 * speedbar.el (speedbar-ignored-directory-expressions)
23377 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
23378 (speedbar-find-file, speedbar-dir-follow)
23379 (speedbar-directory-buttons-follow, speedbar-tag-find)
23380 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
23381 (speedbar-buffers-line-directory, speedbar-buffer-click):
23382 Mark unused parameters.
23383 (speedbar-tag-file): Remove unused variable `mode'.
23384 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
23385
23386 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
23387
23388 * talk.el (talk): Remove unused variable `display'.
23389
23390 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
23391 (tar-write-region-annotate): Mark unused parameter.
23392
23393 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
23394 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
23395 Declare them, wrapped in `with-no-warnings' to avoid replacing one
23396 warning by another.
23397
23398 * time-stamp.el (time-stamp-string-preprocess):
23399 Remove unused variable `require-padding'.
23400
23401 * tree-widget.el (widget-glyph-enable): Declare.
23402 (tree-widget-action): Mark unused parameter.
23403
23404 * w32-fns.el (x-get-selection): Mark unused parameter.
23405 (autoload-make-program, generated-autoload-file): Declare.
23406
23407 * wdired.el (wdired-revert): Mark unused parameters.
23408 (wdired-xcase-word): Remove unused variable `err'.
23409
23410 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
23411 (whitespace-help-scroll): Remove unused variable `data-help'.
23412
23413 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
23414 (widget-image-insert, widget-after-change, default)
23415 (widget-default-format-handler, widget-default-notify)
23416 (widget-default-prompt-value, widget-info-link-action)
23417 (widget-url-link-action, widget-function-link-action)
23418 (widget-variable-link-action, widget-file-link-action)
23419 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
23420 (widget-field-prompt-internal, widget-field-action, widget-field-match)
23421 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
23422 (widget-insert-button-action, widget-delete-button-action, visibility)
23423 (widget-documentation-link-action, widget-documentation-string-action)
23424 (widget-const-prompt-value, widget-regexp-match, symbol)
23425 (widget-coding-system-prompt-value)
23426 (widget-key-sequence-value-to-external, sexp)
23427 (widget-sexp-value-to-internal, character, vector, cons)
23428 (widget-choice-prompt-value, widget-boolean-prompt-value)
23429 (widget-color--choose-action): Mark unused parameters.
23430 (widget-item-match-inline, widget-choice-match-inline)
23431 (widget-checklist-match, widget-checklist-match-inline)
23432 (widget-group-match): Rename parameter VALUES to VALS.
23433 (widget-field-value-set): Remove unused variable `size'.
23434 (widget-color-action): Remove unused variables `value' and `start'.
23435
23436 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
23437 variable `dir'. Doc fix.
23438 (windmove-find-other-window): Don't pass it.
23439
23440 * window.el (count-windows): Mark unused parameter.
23441 (bw-adjust-window): Remove unused variable `err'.
23442
23443 * woman.el (woman-file-name): Remove unused variable `default'.
23444 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
23445 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
23446 (global-font-lock-mode): Declare.
23447 (woman-decode-region): Mark unused parameter.
23448 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
23449
23450 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
23451 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
23452 (x-dnd-handle-moz-url): Remove unused variable `title'.
23453 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
23454
23455 * xml.el (xml-parse-tag, xml-parse-attlist):
23456 Remove unused variable `pos'.
23457
23458 2011-04-19 Glenn Morris <rgm@gnu.org>
23459
23460 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
23461 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
23462 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
23463 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
23464 * calendar/cal-html.el (cal-html-insert-minical):
23465 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
23466 (calendar-mark-date-pattern):
23467 Prefix "unused" locals.
23468
23469 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
23470 optional argument `style'.
23471
23472 * calendar/appt.el (appt-make-list):
23473 * calendar/cal-china.el (calendar-chinese-date-string):
23474 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
23475 (diary-hebrew-yahrzeit):
23476 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
23477 * calendar/calendar.el (calendar-generate-window):
23478 * calendar/time-date.el (time-to-days):
23479 Remove unused local variables.
23480
23481 2011-04-18 Chong Yidong <cyd@stupidchicken.com>
23482
23483 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
23484 glyphless-char-display table.
23485 (tabulated-list-glyphless-char-display): New var.
23486
23487 2011-04-18 Sam Steingold <sds@gnu.org>
23488
23489 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
23490 to acknowledgments.
23491
23492 2011-04-17 Glenn Morris <rgm@gnu.org>
23493
23494 * calendar/diary-lib.el (diary-sexp-entry):
23495 * calendar/holidays.el (holiday-sexp):
23496 Set debug-on-error rather than the removed stack-trace-on-error.
23497
23498 2011-04-16 Glenn Morris <rgm@gnu.org>
23499
23500 * progmodes/f90.el: Use lexical-binding.
23501 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
23502
23503 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
23504
23505 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
23506 (mail-mode): Setup mailalias completion here instead.
23507 * mail/mailalias.el: Use lexical-binding.
23508 (pattern, mailalias-done): Declare dynamic.
23509 (mail-completion-at-point-function): New function, from mail-complete.
23510 (mail-complete): Use it.
23511 (mail-completion-expand): New function.
23512 (mail-get-names): Use it.
23513 (mail-directory, mail-directory-process, mail-directory-stream):
23514 Don't use `pattern' for lexically bound arg.
23515
23516 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
23517
23518 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
23519 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
23520 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
23521
23522 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
23523 (byte-save-window-excursion, byte-temp-output-buffer-setup)
23524 (byte-interactive-p): Define them again, for use when inlining
23525 old code.
23526
23527 2011-04-15 Juanma Barranquero <lekktu@gmail.com>
23528
23529 * loadup.el: Use `string-to-number', not `string-to-int'.
23530
23531 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
23532
23533 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
23534 gud-gdb-complete-command.
23535 (gud-gdb-completions): New function, from gud-gdb-complete-command.
23536 (gud-gdb-completion-at-point): New function.
23537 (gud-gdb-completions): Remove.
23538
23539 2011-04-14 Michael Albinus <michael.albinus@gmx.de>
23540
23541 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
23542 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
23543 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
23544 whether `executable-find' is bound.
23545
23546 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
23547
23548 2011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
23549
23550 * minibuffer.el (completion-in-region-mode-predicate)
23551 (completion-in-region-mode--predicate): New vars.
23552 (completion-in-region, completion-in-region--postch)
23553 (completion-in-region-mode): Use them.
23554 (completion--capf-wrapper): Also return the hook function.
23555 (completion-at-point, completion-help-at-point):
23556 Adjust and provide a predicate.
23557
23558 Preserve arg names for advice of subr and lexical functions (bug#8457).
23559 * help-fns.el (help-function-arglist): Consolidate the subr and
23560 new-byte-code cases. Add argument `preserve-names' to extract names
23561 from the docstring when needed.
23562 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
23563 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
23564 (ad-arglist): Use help-function-arglist's new arg.
23565 (ad-definition-type): Use cond.
23566
23567 2011-04-13 Juanma Barranquero <lekktu@gmail.com>
23568
23569 * autorevert.el (auto-revert-handler):
23570 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
23571 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
23572 Don't quote lambda.
23573
23574 * image-mode.el (image-transform-set-scale):
23575 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
23576
23577 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
23578
23579 * net/network-stream.el (network-stream-open-starttls): Only do
23580 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
23581 Upgrades via gnutls-cli are too slow to be done opportunistically.
23582
23583 2011-04-12 Juanma Barranquero <lekktu@gmail.com>
23584
23585 * dframe.el (dframe-current-frame): Remove spurious quote.
23586
23587 2011-04-12 Glenn Morris <rgm@gnu.org>
23588
23589 * calendar/cal-tex.el (cal-tex-end-document):
23590 Try to automatically use latin1 input if needed.
23591
23592 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
23593 Don't try to cons a mark onto an empty element.
23594
23595 2011-04-11 Leo Liu <sdl.web@gmail.com>
23596
23597 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
23598 buffers.
23599 (ido-kill-buffer-at-head): Support killing virtual buffers.
23600
23601 2011-04-10 Chong Yidong <cyd@stupidchicken.com>
23602
23603 * minibuffer.el (completion-show-inline-help): New var.
23604 (completion--do-completion, minibuffer-complete)
23605 (minibuffer-force-complete, minibuffer-complete-word):
23606 Inhibit minibuffer messages if completion-show-inline-help is nil.
23607
23608 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
23609 to avoid interference from inline help (Bug#5849).
23610
23611 2011-04-10 Leo Liu <sdl.web@gmail.com>
23612
23613 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
23614 Fix typo.
23615
23616 2011-04-09 Chong Yidong <cyd@stupidchicken.com>
23617
23618 * image-mode.el (image-toggle-display-image): Signal an error if
23619 not in Image mode.
23620 (image-transform-mode, image-transform-resize)
23621 (image-transform-set-rotation): Doc fix.
23622 (image-transform-set-resize): Delete.
23623 (image-transform-set-scale, image-transform-fit-to-height)
23624 (image-transform-fit-to-width): Handle image-toggle-display-image
23625 and image-transform-resize directly.
23626
23627 2011-04-08 Sho Nakatani <lay.sakura@gmail.com>
23628
23629 * doc-view.el (doc-view-fit-width-to-window)
23630 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
23631 New functions for fitting the shown image to the Emacs window size.
23632 (doc-view-mode-map): Add bindings for the new functions.
23633
23634 2011-04-08 Juanma Barranquero <lekktu@gmail.com>
23635
23636 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
23637 Fix typo in docstring.
23638
23639 2011-04-08 Eli Zaretskii <eliz@gnu.org>
23640
23641 * files.el (file-size-human-readable): Produce one digit after
23642 decimal, like "ls -lh" does.
23643
23644 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
23645 the file size representation.
23646
23647 * simple.el (list-processes): If async subprocesses are not
23648 available, error out with a clear error message.
23649
23650 2011-04-08 Chong Yidong <cyd@stupidchicken.com>
23651
23652 * help.el (help-form-show): New function, to be called from C.
23653 Put help-form output in a buffer named differently than *Help*.
23654
23655 2011-04-08 Eli Zaretskii <eliz@gnu.org>
23656
23657 * files.el (file-size-human-readable): New function.
23658
23659 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
23660 computing the representation inline. Don't require `cl'.
23661
23662 2011-04-08 Glenn Morris <rgm@gnu.org>
23663
23664 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
23665
23666 * net/browse-url.el (browse-url-firefox):
23667 Test system-type, not system-configuration.
23668
23669 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
23670 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
23671 Use log-edit-empty-buffer-p. (Bug#7598)
23672
23673 * net/rlogin.el (rlogin-process-connection-type): Simplify.
23674 (rlogin-mode-map): Initialize in the defvar.
23675 (rlogin): Use ignore-errors.
23676
23677 * replace.el (occur-mode-map): Some fixes for menu items.
23678
23679 2011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
23680
23681 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
23682
23683 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
23684
23685 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
23686 issuing unused warnings.
23687
23688 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
23689 macro directly.
23690
23691 * simple.el: Lisp reimplement of list-processes. Based on an
23692 earlier reimplementation by Leo Liu, but using tabulated-list.el.
23693 (process-menu-mode): New major mode.
23694 (list-processes--refresh, list-processes):
23695 (process-menu-visit-buffer): New functions.
23696
23697 * files.el (save-buffers-kill-emacs): Don't assume any return
23698 value of list-processes, which is undocumented anyway.
23699
23700 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
23701
23702 * emacs-lisp/tabulated-list.el: New file.
23703
23704 * emacs-lisp/package.el: Use Tabulated List mode.
23705 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
23706 (package-menu-mode): Derive from tabulated-list-mode. Set up the
23707 table format using Tabulated List mode variables.
23708 (package--push): New macro, replacing package-list-maybe-add.
23709 (package-menu--generate): Use package--push. Renamed from
23710 package--generate-package-list.
23711 (package-menu-refresh, list-packages): Use it.
23712 (package-menu--print-info): Rename from package-print-package.
23713 Return insertion data instead of inserting it directly.
23714 (package-menu-describe-package, package-menu-execute):
23715 Use tabulated-list-get-id.
23716 (package-menu-mark-delete, package-menu-mark-install)
23717 (package-menu-mark-unmark, package-menu-backup-unmark)
23718 (package-menu-mark-obsolete-for-deletion):
23719 Use tabulated-list-put-tag.
23720 (package--list-packages, package-menu-revert)
23721 (package-menu-get-package, package-menu-get-version)
23722 (package-menu-sort-by-column): Functions deleted.
23723 (package-menu-package-list, package-menu-sort-key): Vars deleted.
23724 (package-menu--status-predicate, package-menu--version-predicate)
23725 (package-menu--name-predicate)
23726 (package-menu--description-predicate): Handle arguments in the
23727 Tabulated List format.
23728 (package-list-packages-no-fetch): Call list-packages.
23729
23730 2011-04-06 Juanma Barranquero <lekktu@gmail.com>
23731
23732 * files.el (after-find-file-from-revert-buffer): Remove variable.
23733 (after-find-file): Don't bind it.
23734 (revert-buffer-in-progress-p): New variable.
23735 (revert-buffer): Bind it.
23736 Pass nil for `after-find-file-from-revert-buffer'.
23737
23738 * saveplace.el (save-place-find-file-hook): Use new variable
23739 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
23740
23741 2011-04-06 Glenn Morris <rgm@gnu.org>
23742
23743 * Makefile.in (AUTOGEN_VCS): New variable.
23744 (autoloads): Use $AUTOGEN_VCS.
23745
23746 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
23747 * calendar/calendar.el (calendar-mode-map):
23748 Check for toolkit scroll bars. (Bug#8305)
23749
23750 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
23751
23752 * minibuffer.el (completion-in-region--postch)
23753 (completion-in-region-mode): Remove unnecessary messages.
23754
23755 2011-04-05 Juanma Barranquero <lekktu@gmail.com>
23756
23757 * font-lock.el (font-lock-refresh-defaults):
23758 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
23759 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
23760
23761 * info.el (Info-directory-list, Info-read-node-name-2)
23762 (Info-split-parameter-string): Doc fixes.
23763 (Info-virtual-nodes): Reflow docstring.
23764 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
23765 (Info-apropos-toc-nodes, info-finder, Info-get-token)
23766 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
23767 Fix typos in docstrings.
23768 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
23769 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
23770 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
23771 (Info-restore-desktop-buffer): Mark unused parameters.
23772 (Info-directory-find-file, Info-directory-find-node)
23773 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
23774 (Info-virtual-index-find-node, Info-apropos-find-file)
23775 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
23776 Mark unused parameters; fix typos in docstrings.
23777 (Info-virtual-index): Remove unused local variable `nodename'.
23778
23779 2011-04-05 Deniz Dogan <deniz@dogan.se>
23780
23781 * net/rcirc.el: Update my e-mail address.
23782 (rcirc-mode-map): Remove M-o binding.
23783
23784 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
23785
23786 * startup.el (command-line): Save the cursor's theme-face
23787 directly, instead of using face-override-spec.
23788
23789 * custom.el (load-theme): Minor optimization in assigning faces.
23790
23791 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
23792
23793 * help-fns.el (describe-variable): Complete all variables having
23794 documentation, including keywords.
23795 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
23796
23797 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
23798
23799 Convert to lexical-binding.
23800
23801 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
23802 (bs--get-marked-string, bs--get-modified-string)
23803 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
23804 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
23805 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
23806
23807 * ehelp.el (electric-help-execute-extended)
23808 (electric-help-ctrl-x-prefix):
23809 * hexl.el (hexl-revert-buffer-function):
23810 * linum.el (linum-after-change, linum-after-scroll):
23811 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
23812
23813 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
23814
23815 2011-04-04 Daiki Ueno <ueno@unixuser.org>
23816
23817 * epa-dired.el:
23818 * epa-mail.el:
23819 * epa-hook.el:
23820 * epa-file.el:
23821 * epa.el:
23822 * epg.el: Use lexical binding.
23823
23824 2011-04-03 Chong Yidong <cyd@stupidchicken.com>
23825
23826 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
23827
23828 * textmodes/flyspell.el (flyspell-word): Recognize default
23829 dictionary case for flyspell-mark-duplications-exceptions.
23830 Use regexp matching for languages.
23831 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
23832 default dictionary (Bug#7926).
23833
23834 2011-04-02 Chong Yidong <cyd@stupidchicken.com>
23835
23836 * emacs-lisp/package.el (package--with-work-buffer):
23837 Recognize https URLs.
23838
23839 * net/network-stream.el: Move from gnus/proto-stream.el.
23840 Change prefix to network-stream throughout.
23841 (open-protocol-stream): Merge into open-network-stream, leaving
23842 open-protocol-stream as an alias. Handle nil BUFFER args.
23843
23844 * subr.el (open-network-stream): Move to net/network-stream.el.
23845
23846 2011-04-02 Glenn Morris <rgm@gnu.org>
23847
23848 * find-dired.el (find-exec-terminator): New option.
23849 (find-ls-option): Test for -ls support.
23850 (find-ls-subdir-switches): Test for -b in find-ls-option.
23851 (find-dired, find-grep-dired): Doc fixes.
23852 (find-dired): Use find-exec-terminator.
23853
23854 * find-dired.el (find-ls-option, find-ls-subdir-switches)
23855 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
23856 (find-name-arg): Remove purecopy.
23857
23858 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
23859 (grep-compute-defaults): Check for `-exec COMMAND +' support.
23860 Set grep-find-use-xargs, grep-find-command, and grep-find-template
23861 accordingly. Don't add the null-device if not needed.
23862
23863 * files.el (save-some-buffers): Doc fix.
23864
23865 2011-04-02 Eli Zaretskii <eliz@gnu.org>
23866
23867 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
23868
23869 2011-04-01 Juanma Barranquero <lekktu@gmail.com>
23870
23871 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
23872 Use `dolist' rather than `mapcar'.
23873
23874 2011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
23875
23876 Add lexical binding.
23877
23878 * subr.el (apply-partially): Use new closures rather than CL.
23879 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
23880 (dolist, dotimes): Use slightly different expansion for lexical code.
23881 (functionp): Move to C.
23882 (letrec): New macro.
23883 (with-wrapper-hook): Use it and apply-partially instead of CL.
23884 (eval-after-load): Preserve lexical-binding.
23885 (save-window-excursion, with-output-to-temp-buffer): Turn them
23886 into macros.
23887
23888 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
23889
23890 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
23891 than the arglist.
23892 (help-add-fundoc-usage): Don't add `Not documented'.
23893 (help-function-arglist): Handle closures, subroutines, and new
23894 byte-code-functions.
23895 (help-make-usage): Remove leading underscores.
23896 (describe-function-1): Handle closures.
23897 (describe-variable): Use special-variable-p for completion.
23898
23899 * files.el (lexical-binding): Declare safe.
23900
23901 * emacs-lisp/pcase.el: Don't use destructuring-bind.
23902 (pcase--memoize): Rename from pcase-memoize. Change weakness.
23903 (pcase): Add `let' pattern.
23904 Change memoization so it actually works.
23905 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
23906 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
23907 <let>: New case.
23908
23909 * emacs-lisp/macroexp.el: Use lexical binding.
23910 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
23911 Don't convert ' to #' without checking that it's indeed quoting
23912 a lambda.
23913
23914 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
23915 Use eval-sexp-add-defvars.
23916 (eval-sexp-add-defvars): New fun.
23917
23918 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
23919
23920 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
23921 Don't autoload.
23922 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
23923 than the internal `byte-compile-lambda'.
23924 (defmethod): Don't hide code under quotes.
23925 (eieio-defmethod): New `code' argument.
23926
23927 * emacs-lisp/eieio-comp.el: Remove.
23928
23929 * emacs-lisp/edebug.el (edebug-eval-defun)
23930 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
23931 (edebug-toggle): Avoid `eval'.
23932
23933 * emacs-lisp/disass.el (disassemble-internal): Handle new
23934 `closure' objects.
23935 (disassemble-1): Handle new byte codes.
23936
23937 * emacs-lisp/cl.el (pushnew): Silence warning.
23938
23939 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
23940 (cl-byte-compile-throw): Remove.
23941 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
23942
23943 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
23944 closures.
23945
23946 * emacs-lisp/cconv.el: New file.
23947
23948 * emacs-lisp/bytecomp.el: Use lexical binding instead of
23949 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
23950 (byte-compile-initial-macro-environment):
23951 Handle declare-function here.
23952 (byte-compile--lexical-environment): New var.
23953 (byte-stack-ref, byte-stack-set, byte-discardN)
23954 (byte-discardN-preserve-tos): New lap codes.
23955 (byte-interactive-p): Don't use any more.
23956 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
23957 New macros.
23958 (byte-compile-lapcode): Use them and handle new lap codes.
23959 (byte-compile-obsolete): Remove.
23960 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
23961 (byte-compile-arglist-warn): Check late def of inlinable funs.
23962 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
23963 since they should have been expanded by now.
23964 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
23965 (byte-compile-from-buffer): Remove unused second arg.
23966 (byte-compile-preprocess): New function.
23967 (byte-compile-toplevel-file-form): New function to distinguish
23968 file-form calls from outside from file-form calls from hunk-handlers.
23969 (byte-compile-file-form): Simplify.
23970 (byte-compile-file-form-defsubst): Remove.
23971 (byte-compile-file-form-defmumble): Simplify now that
23972 byte-compile-lambda always returns a byte-code-function.
23973 (byte-compile): Preprocess.
23974 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
23975 Remove, not used any more.
23976 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
23977 (byte-compile-make-args-desc): New funs.
23978 (byte-compile-lambda): Handle lexical functions. Always return
23979 a byte-code-function.
23980 (byte-compile-reserved-constants): New var, to make up room for
23981 closed-over variables.
23982 (byte-compile-constants-vector): Obey it.
23983 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
23984 (byte-compile-macroexpand-declare-function): New function.
23985 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
23986 byte-code-functions.
23987 (byte-compile-form): Check obsolescence here.
23988 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
23989 (byte-compile-variable-ref): Remove.
23990 (byte-compile-dynamic-variable-op): New fun.
23991 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
23992 (byte-compile-variable-set): New funs.
23993 (byte-compile-discard): Add 2 args.
23994 (byte-compile-stack-ref, byte-compile-stack-set)
23995 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
23996 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
23997 macroexpand-all instead.
23998 (byte-compile-quote-form): Remove.
23999 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
24000 (byte-compile-bind, byte-compile-unbind): New funs.
24001 (byte-compile-let): Handle let* and lexical binding.
24002 (byte-compile-let*): Remove.
24003 (byte-compile-catch, byte-compile-unwind-protect)
24004 (byte-compile-track-mouse, byte-compile-condition-case):
24005 Handle a new :fun-body form, used for lexical scoping.
24006 (byte-compile-save-window-excursion)
24007 (byte-compile-with-output-to-temp-buffer): Remove.
24008 (byte-compile-defun): Simplify.
24009 (byte-compile-stack-adjustment): New fun.
24010 (byte-compile-out): Use it.
24011 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
24012
24013 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
24014 handler any more.
24015
24016 * emacs-lisp/byte-opt.el: Use lexical binding.
24017 (byte-inline-lapcode): Remove (to bytecomp).
24018 (byte-compile-inline-expand): Pay attention to inlining to/from
24019 lexically bound code.
24020 (byte-compile-unfold-lambda): Don't handle byte-code-functions
24021 any more.
24022 (byte-optimize-form-code-walker): Don't handle save-window-excursion
24023 any more and don't call compiler-macros.
24024 (byte-compile-splice-in-already-compiled-code): Remove.
24025 (byte-code): Don't inline any more.
24026 (disassemble-offset): Receive `bytes' as argument rather than via
24027 dynamic scoping.
24028 (byte-compile-tag-number): Declare before first use.
24029 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
24030 `return' even if make-spliceable.
24031 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
24032 obsolete interactive-p.
24033 (byte-optimize-lapcode): Optimize new lap-codes.
24034 Don't trip up on new form of `byte-constant' lap code.
24035
24036 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
24037
24038 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
24039
24040 * custom.el (custom-initialize-default, custom-declare-variable):
24041 Use `defvar'.
24042
24043 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
24044 New variables.
24045 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
24046 (COMPILE_FIRST): Add macroexp and cconv.
24047 * makefile.w32-in: Mirror changes in Makefile.in.
24048
24049 * vc/cvs-status.el:
24050 * vc/diff-mode.el:
24051 * vc/log-edit.el:
24052 * vc/log-view.el:
24053 * vc/smerge-mode.el:
24054 * textmodes/bibtex-style.el:
24055 * textmodes/css-mode.el:
24056 * startup.el:
24057 * uniquify.el:
24058 * minibuffer.el:
24059 * newcomment.el:
24060 * reveal.el:
24061 * server.el:
24062 * mpc.el:
24063 * emacs-lisp/smie.el:
24064 * doc-view.el:
24065 * dired.el:
24066 * abbrev.el: Use lexical binding.
24067
24068 2011-04-01 Eli Zaretskii <eliz@gnu.org>
24069
24070 * info.el (info-display-manual): New function.
24071
24072 2011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
24073
24074 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
24075
24076 2011-03-31 Tassilo Horn <tassilo@member.fsf.org>
24077
24078 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
24079 an entry for that server in rcirc-authinfo. (Bug#8385)
24080
24081 2011-03-31 Glenn Morris <rgm@gnu.org>
24082
24083 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
24084
24085 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
24086
24087 2011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
24088
24089 * progmodes/python.el (python-default-interpreter)
24090 (python-python-command-args, python-jython-command-args)
24091 (python-which-shell, python-which-args, python-which-bufname)
24092 (python-file-queue, python-comint-output-filter-function)
24093 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
24094 variables and functions.
24095
24096 2011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
24097
24098 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
24099 (completion-in-region-mode): New minor mode.
24100 (completion-in-region): Use it.
24101 (completion-in-region--data, completion-in-region-mode-map): New vars.
24102 (completion-in-region--postch): New function.
24103 (completion--capf-misbehave-funs, completion--capf-safe-funs):
24104 New vars.
24105 (completion--capf-wrapper): New function.
24106 (completion-at-point): Use it to track well-behavedness of
24107 hook functions.
24108 (completion-help-at-point): New command.
24109
24110 2011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
24111
24112 * vc/add-log.el (add-change-log-entry): Don't use whitespace
24113 syntax class to search for whitespace on a single line
24114 (Message-ID: <4D938140.4030905@redhat.com>).
24115
24116 2011-03-30 Leo Liu <sdl.web@gmail.com>
24117
24118 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
24119 New commands.
24120 (edit-abbrevs-map): Bind them here.
24121 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
24122
24123 2011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
24124
24125 * allout.el (allout-hide-by-annotation, allout-flag-region):
24126 Reduce possibility of overlay leakage by making them volatile.
24127
24128 * allout-widgets.el (allout-widgets-tally): Define as nil so the
24129 hash is not shared between buffers. Mode initialization is
24130 responsible for giving it a useful starting value.
24131 (allout-item-span): Reduce possibility of overlay leakage by
24132 making them volatile.
24133 (allout-widgets-count-buttons-in-region): Add diagnostic function
24134 for tracking down button overlay leaks.
24135
24136 2011-03-29 Leo Liu <sdl.web@gmail.com>
24137
24138 * ido.el (ido-read-internal): Use the default history var
24139 minibuffer-history if no HISTORY is specified.
24140
24141 2011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
24142
24143 * net/imap.el (imap-shell-open, imap-process-connection-type):
24144 Use imap-process-connection-type for 'shell' streams as well as
24145 Kerberos, SSL, other subprocesses.
24146
24147 2011-03-28 Leo Liu <sdl.web@gmail.com>
24148
24149 * abbrev.el (abbrev-table-empty-p): New function.
24150 (prepare-abbrev-list-buffer): Place empty abbrev tables after
24151 nonempty ones. (Bug#5937)
24152
24153 2011-03-27 Jan Djärv <jan.h.d@swipnet.se>
24154
24155 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
24156
24157 2011-03-27 Leo Liu <sdl.web@gmail.com>
24158
24159 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
24160 for foreground and background colors.
24161 (ansi-color-make-color-map): Adapt.
24162
24163 2011-03-25 Leo Liu <sdl.web@gmail.com>
24164
24165 * midnight.el (midnight-time-float): Remove. Note it calculates
24166 the microsecond component incorrectly and seconds-to-time does the
24167 same job.
24168 Remove redundant (require 'timer).
24169
24170 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
24171 (ido-completions): Remove unused arguments. (Bug#8329)
24172
24173 2011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
24174
24175 * minibuffer.el (completion--flush-all-sorted-completions):
24176 Remove itself from hook.
24177 (completion-at-point): Let the functions perform the completion
24178 immediately and return nil or t.
24179 * comint.el (comint-dynamic-complete-functions): Now identical to
24180 completion-at-point-functions.
24181 (comint-dynamic-list-input-ring): Remove unused var `index'.
24182 (comint--match-partial-filename, comint--unquote&expand-filename):
24183 New funs, split from comint-match-partial-filename.
24184 (comint-dynamic-complete): Use completion-at-point.
24185 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
24186
24187 2011-03-24 Drew Adams <drew.adams@oracle.com>
24188
24189 * thingatpt.el: Support `defun'.
24190
24191 2011-03-23 Leo Liu <sdl.web@gmail.com>
24192
24193 * abbrevlist.el: Move to obsolete/abbrevlist.el.
24194
24195 * help-mode.el (help-mode-finish): Tweak regexp.
24196
24197 2011-03-23 Glenn Morris <rgm@gnu.org>
24198
24199 * eshell/esh-opt.el (eshell-eval-using-options):
24200 Do not bind unused local variable `eshell-option-stub'.
24201
24202 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
24203
24204 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
24205
24206 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
24207 keymap variable in `with-no-warnings' to avoid a warning when the
24208 keymap has been already `defconst'ed.
24209
24210 2011-03-22 Leo Liu <sdl.web@gmail.com>
24211
24212 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
24213 encode all chars in abbrevs; otherwise use emacs-mule or
24214 utf-8-emacs. (Bug#8308)
24215
24216 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
24217
24218 * simple.el (backward-delete-char-untabify):
24219 Avoid warning about using `delete-backward-char'.
24220
24221 * image.el (image-type-file-name-regexps): Make it variable.
24222 `imagemagick-register-types' modifies it, and the user may want
24223 to add new extensions for known image types.
24224 (imagemagick-register-types): Throw error if not using ImageMagick.
24225
24226 2011-03-22 Leo Liu <sdl.web@gmail.com>
24227
24228 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
24229 located before rcirc-prompt-end-marker.
24230 (rcirc-complete): Error if point is not after rcirc prompt.
24231 Handle the case when table is nil.
24232 (rcirc-user-authenticated): Define to fix compiler warning.
24233
24234 2011-03-22 Chong Yidong <cyd@stupidchicken.com>
24235
24236 * custom.el (custom--inhibit-theme-enable): Make it affect only
24237 custom-theme-set-variables and custom-theme-set-faces.
24238 (provide-theme): Ignore custom--inhibit-theme-enable.
24239 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
24240 (custom-enabling-themes): Delete variable.
24241 (enable-theme): Accept only loaded themes as arguments.
24242 Ignore the special custom-enabled-themes variable.
24243 (custom-enabled-themes): Forbid themes from setting this.
24244 Eliminate use of custom-enabling-themes.
24245 (custom-push-theme): Quote "changed" custom var entry.
24246
24247 2011-03-21 Leo Liu <sdl.web@gmail.com>
24248
24249 * ido.el (ido-read-internal): Add ido-selected to history instead
24250 of user input.
24251
24252 2011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
24253
24254 * subr.el (deferred-action-list, deferred-action-function):
24255 Mark obsolete.
24256
24257 2011-03-21 Leo Liu <sdl.web@gmail.com>
24258
24259 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
24260 change on 2011-02-13 (bug#8309).
24261
24262 * minibuffer.el (read-file-name-function): Change default value.
24263 (read-file-name--defaults): Rename from read-file-name-defaults.
24264 (read-file-name-default): Rename from read-file-name.
24265 (read-file-name): Call read-file-name-function.
24266
24267 2011-03-21 Glenn Morris <rgm@gnu.org>
24268
24269 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
24270 Doc fixes.
24271
24272 2011-03-21 Chong Yidong <cyd@stupidchicken.com>
24273
24274 * cus-theme.el: Add missing provide statement.
24275 (customize-create-theme): Extract theme value correctly.
24276 (custom-theme-visit-theme): Autoload.
24277 (customize-create-theme): Prompt before inserting default faces.
24278
24279 2011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
24280
24281 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
24282 units and musical notes.
24283
24284 2011-03-20 Leo Liu <sdl.web@gmail.com>
24285
24286 * ido.el (ido-read-internal): Use completing-read-default.
24287 (ido-completing-read): Fix compatibility with completing-read.
24288
24289 2011-03-20 Christian Ohler <ohler@gnu.org>
24290
24291 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
24292 (ert-delete-all-tests): Use `called-interactively-p' rather than
24293 `interactive-p'.
24294 (ert--make-xrefs-region): Respect END.
24295
24296 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
24297
24298 * dired-aux.el (dired-create-directory): Signal an error if the
24299 directory already exists (Bug#8246).
24300
24301 * facemenu.el (list-colors-display): Call list-faces-display
24302 inside with-help-window.
24303 (list-colors-print): Use display property to align the final
24304 column, instead of checking window-width.
24305
24306 2011-03-19 Eli Zaretskii <eliz@gnu.org>
24307
24308 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
24309 windows-nt systems.
24310 (emerge-protect-metachars): Quote correctly for ms-dos and
24311 windows-nt systems.
24312
24313 2011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
24314
24315 * info.el (info-initialize): Replace all uses of `:' with
24316 path-separator for compatibility with non-Unix systems.
24317 Cache quoting of path-separator. (Bug#8258)
24318
24319 2011-03-19 Juanma Barranquero <lekktu@gmail.com>
24320
24321 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
24322 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
24323 (mouse-avoidance-mode): Fix typos in docstrings.
24324
24325 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
24326
24327 * startup.el (package-subdirectory-regexp): Move from package.el.
24328 Omit \\` and \\', and let callers add them.
24329
24330 * emacs-lisp/package.el (package-strip-version)
24331 (package-load-all-descriptors): Add \\` and \\' to
24332 package-subdirectory-regexp before using it.
24333 (package-untar-buffer): New arg DIR; ensure that file untars only
24334 into this expected directory. Remove superfluous delete-region.
24335 (package-unpack): Caller changed.
24336 (package-tar-file-info): Use package-subdirectory-regexp.
24337
24338 2011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
24339
24340 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
24341 diff-mode-shared-map (bug#8284).
24342 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
24343
24344 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
24345
24346 * calendar/time-date.el (format-seconds): Use assoc instead of
24347 assoc-string, since assoc-string doesn't exist in XEmacs.
24348
24349 2011-03-17 Juanma Barranquero <lekktu@gmail.com>
24350
24351 * custom.el (custom-known-themes): Reflow docstring.
24352 (custom-theme-load-path): Fix typo in docstring.
24353 (load-theme): Fix typo in error message.
24354 (custom-available-themes, custom-variable-theme-value):
24355 Use `let', not `let*'.
24356
24357 2011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
24358
24359 * calc/README: Mention inclusion of musical notes.
24360
24361 * calc/calc-units.el (calc-lu-quant): Rename from
24362 `calc-logunits-quantity'.
24363 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
24364 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
24365 (calc-db): Rename from `calc-dblevel'.
24366 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
24367 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
24368 (calc-np): Rename from `calc-nplevel'.
24369 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
24370 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
24371 (calc-lu-plus): Rename from `calc-logunits-add'.
24372 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
24373 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
24374 (calc-lu-minus): Rename from `calc-logunits-sub'.
24375 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
24376 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
24377 (calc-lu-times): Rename from `calc-logunits-mul'.
24378 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
24379 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
24380 (calc-lu-divide): Rename from `calc-logunits-div'.
24381 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
24382 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
24383
24384 * calc/calc-ext.el (calc-init-extensions): Update the names of the
24385 functions being autoloaded.
24386
24387 * calc/calc.el (calc-lu-power-reference): Rename from
24388 `calc-logunits-power-reference'.
24389 (calc-lu-field-reference): Rename from
24390 `calc-logunits-field-reference'.
24391
24392 * calc/calc-help.el (calc-l-prefix-help):
24393 Mention musical note functions.
24394
24395 2011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
24396
24397 * minibuffer.el (completion-all-sorted-completions):
24398 Use :completion-cycle-penalty text property if present.
24399
24400 2011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
24401
24402 * allout.el (allout-yank-processing): Adjust for new rebulleting
24403 regime so bullet being yanked is used without prompting the user
24404 for a choice.
24405
24406 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
24407
24408 * startup.el (command-line): Warn the user that _emacs is deprecated.
24409
24410 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
24411
24412 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
24413 (delphi-verbose, delphi-comment-face, delphi-string-face)
24414 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
24415 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
24416 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
24417 (delphi-new-comment-line, delphi-font-lock-defaults)
24418 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
24419 Fix typos in docstrings.
24420
24421 2011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
24422
24423 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
24424 Invert the roles of character and string values for INSTEAD, so a
24425 string is used for the more common case of a defaulting prompt.
24426
24427 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
24428
24429 * progmodes/ruby-mode.el (ruby-backward-sexp):
24430 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
24431 * play/gamegrid.el (gamegrid-make-face):
24432 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
24433 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
24434 * notifications.el (notifications-notify):
24435 * net/xesam.el (xesam-search-engines):
24436 * net/quickurl.el (quickurl-list-insert):
24437 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
24438
24439 2011-03-15 Chong Yidong <cyd@stupidchicken.com>
24440
24441 * startup.el (command-line): Update package subdirectory regexp.
24442
24443 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
24444
24445 * allout.el (allout-abbreviate-flattened-numbering)
24446 (allout-mode-deactivate-hook): Fix up obsolescence "date".
24447
24448 * subr.el (read-char-choice): Only show the cursor after the prompt,
24449 not after the answer.
24450
24451 2011-03-15 Kevin Ryde <user42@zip.com.au>
24452
24453 * help-fns.el (variable-at-point): Skip leading quotes, if any
24454 (bug#8253).
24455
24456 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
24457
24458 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
24459 warning message.
24460
24461 2011-03-14 Michael Albinus <michael.albinus@gmx.de>
24462
24463 * shell.el (shell): When called interactively, offer to change the
24464 shell file name on remote hosts.
24465
24466 2011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
24467
24468 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
24469 integration for LDAP parameters. The host, base, user or binddn,
24470 and secret tokens can be specified in a netrc file, for instance.
24471 This is optional because an `auth-source' parameter must be
24472 specified in the search attributes.
24473
24474 2011-03-13 Juanma Barranquero <lekktu@gmail.com>
24475
24476 * help.el (describe-mode): Link to the mode's definition (bug#8185).
24477
24478 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
24479
24480 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
24481 into declaration. Remove redundant and harmful binding.
24482
24483 2011-03-12 Eli Zaretskii <eliz@gnu.org>
24484
24485 * files.el (file-ownership-preserved-p): Pass `integer' as an
24486 explicit 2nd argument to `file-attributes'. If the file's owner
24487 is the Administrators group on Windows, and the current user is
24488 Administrator, consider that a match.
24489
24490 * server.el (server-ensure-safe-dir): Consider server directory
24491 safe on MS-Windows if its owner is the Administrators group while
24492 the current Emacs user is Administrator. Use `=' to compare
24493 numerical UIDs, since they could be integers or floats.
24494
24495 2011-03-12 Juanma Barranquero <lekktu@gmail.com>
24496
24497 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
24498
24499 2011-03-12 Michael Albinus <michael.albinus@gmx.de>
24500
24501 Sync with Tramp 2.2.1.
24502
24503 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
24504
24505 * net/trampver.el: Update release number.
24506
24507 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
24508
24509 * progmodes/compile.el (compilation--previous-directory): Fix up
24510 various nil/dead-marker mismatches (bug#8014).
24511 (compilation-directory-properties, compilation-error-properties):
24512 Don't call it at a position past the one we're about to change.
24513
24514 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
24515 Disable obsolescence warnings in the file that declares it.
24516
24517 2011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
24518
24519 * allout-widgets.el (allout-widgets-tally):
24520 Initialize allout-widgets-tally as a hash table rather than nil to
24521 prevent mode-line redisplay warnings. Also, clarify the module
24522 description and fix a comment typo.
24523
24524 2011-03-11 Juanma Barranquero <lekktu@gmail.com>
24525
24526 * help-fns.el (describe-variable): Don't complete keywords.
24527 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
24528
24529 2011-03-10 Chong Yidong <cyd@stupidchicken.com>
24530
24531 * emacs-lisp/package.el (package-version-join): Impose a standard
24532 string representation for pre/alpha/beta version lists.
24533 (package-unpack-single): Standardize the directory name by passing
24534 it through package-version-join.
24535 (package-strip-rcs-id): Accept any version string that does not
24536 signal an error in version-to-list.
24537
24538 2011-03-10 Michael Albinus <michael.albinus@gmx.de>
24539
24540 * simple.el (delete-trailing-whitespace): Return nil for the
24541 benefit of `write-file-functions'.
24542
24543 2011-03-10 Glenn Morris <rgm@gnu.org>
24544
24545 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
24546
24547 * vc/vc-git.el (vc-git-program): New option.
24548 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
24549 (vc-git--call): Use it.
24550
24551 * eshell/esh-util.el (eshell-condition-case): Doc fix.
24552
24553 * cus-edit.el (Custom-newline): If no button at point, look
24554 for a subgroup button at start-of-line. (Bug#2298)
24555
24556 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
24557
24558 2011-03-10 Julien Danjou <julien@danjou.info>
24559
24560 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
24561 `cursor-type' is nil.
24562
24563 2011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
24564
24565 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
24566
24567 2011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
24568
24569 * allout.el: Change so yank of distinctive-bullet items
24570 preserves the existing header prefix, rebulleting it if necessary,
24571 rather than replacing it. This is necessary for proper operation
24572 of cooperative addons like allout-widgets.
24573 (allout-make-topic-prefix, allout-rebullet-heading):
24574 Change SOLICIT arg to INSTEAD, and interpret additionally a string
24575 value as alternate bullet to be used, instead of prompting the user
24576 for a bullet character.
24577
24578 2011-03-09 Michael Albinus <michael.albinus@gmx.de>
24579
24580 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
24581 Do not use `tramp-file-name-port', because this returns also
24582 `tramp-default-port'.
24583
24584 2011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
24585
24586 * net/rcirc.el (rcirc-handler-001): Remove useless
24587 with-rcirc-process-buffer.
24588 (rcirc-check-auth-status): Swap arguments to string-match.
24589
24590 2011-03-09 Glenn Morris <rgm@gnu.org>
24591
24592 * shell.el (shell-mode):
24593 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
24594
24595 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
24596 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
24597
24598 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
24599
24600 * emacs-lisp/package.el (package-refresh-contents)
24601 (package-menu-execute): Use condition-case-no-debug.
24602
24603 2011-03-08 Michael Albinus <michael.albinus@gmx.de>
24604
24605 * simple.el (shell-command-to-string): Use `process-file'.
24606
24607 * emacs-lisp/package.el (package-tar-file-info): Handle also
24608 remote files.
24609
24610 * emacs-lisp/package-x.el (package-upload-buffer-internal):
24611 Use `equal' for upload base check.
24612
24613 2011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
24614
24615 * textmodes/texinfo.el (texinfo-environments):
24616 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
24617
24618 2011-03-08 Glenn Morris <rgm@gnu.org>
24619
24620 * cus-start.el (cursor-in-non-selected-windows):
24621 Fix :set quoting oddness. (Bug#8192)
24622
24623 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
24624 in some setf expressions. (Bug#2159)
24625
24626 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
24627
24628 * custom.el (custom-available-themes): Return themes in
24629 alphabetical order.
24630
24631 See ChangeLog.15 for earlier changes.
24632
24633 ;; Local Variables:
24634 ;; coding: utf-8
24635 ;; End:
24636
24637 Copyright (C) 2011-2013 Free Software Foundation, Inc.
24638
24639 This file is part of GNU Emacs.
24640
24641 GNU Emacs is free software: you can redistribute it and/or modify
24642 it under the terms of the GNU General Public License as published by
24643 the Free Software Foundation, either version 3 of the License, or
24644 (at your option) any later version.
24645
24646 GNU Emacs is distributed in the hope that it will be useful,
24647 but WITHOUT ANY WARRANTY; without even the implied warranty of
24648 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
24649 GNU General Public License for more details.
24650
24651 You should have received a copy of the GNU General Public License
24652 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.