]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
Misc custom group fixes
[gnu-emacs] / lisp / ChangeLog
1 2013-05-15 Glenn Morris <rgm@gnu.org>
2
3 * cus-start.el (show-trailing-whitespace): Move to editing basics.
4 * faces.el (trailing-whitespace): Don't use whitespace-faces group.
5 * obsolete/old-whitespace.el (whitespace-faces): Remove group.
6 (whitespace-highlight): Move to whitespace group.
7
8 * comint.el (comint-source):
9 * pcmpl-linux.el (pcmpl-linux):
10 * shell.el (shell-faces):
11 * eshell/esh-opt.el (eshell-opt):
12 * international/ccl.el (ccl): Remove empty custom groups.
13
14 * completion.el (dynamic-completion-mode):
15 * jit-lock.el (jit-lock-debug-mode):
16 * minibuffer.el (completion-in-region-mode):
17 * type-break.el (type-break-mode-line-message-mode)
18 (type-break-query-mode):
19 * emulation/tpu-edt.el (tpu-edt-mode):
20 * progmodes/subword.el (global-subword-mode, global-superword-mode):
21 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
22 * term/vt100.el (vt100-wide-mode): Specify explicit :group.
23
24 * term/xterm.el (xterm): Change parent group to terminals.
25
26 * master.el (master): Remove empty custom group.
27 (master-mode): Remove unused :group argument.
28 * textmodes/refill.el (refill): Remove empty custom group.
29 (refill-mode): Remove unused :group argument.
30
31 * textmodes/rst.el (rst-compile-toolsets): Use rst-compile group.
32
33 * cus-dep.el: Provide a feature.
34 (custom-make-dependencies): Ignore dotfiles (dir-locals).
35 Don't mistakenly ignore files whose basenames match a basename
36 from preloaded-file-list (eg cedet/ede/simple.el).
37 Add a fallback method for getting :group.
38
39 2013-05-15 Juri Linkov <juri@jurta.org>
40
41 * isearch.el (isearch-char-by-name): Rename from
42 `isearch-insert-char-by-name'. Doc fix.
43 (isearch-forward): Mention `isearch-char-by-name' in
44 the docstring. (Bug#13348)
45
46 * isearch.el (minibuffer-local-isearch-map): Bind "\r" to
47 `exit-minibuffer' instead of
48 `isearch-nonincremental-exit-minibuffer'.
49 (isearch-edit-string): Remove mention of
50 `isearch-nonincremental-exit-minibuffer' from docstring.
51 (isearch-nonincremental-exit-minibuffer): Mark as obsolete.
52 (isearch-forward-exit-minibuffer)
53 (isearch-reverse-exit-minibuffer): Add docstring. (Bug#13348)
54
55 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
56
57 * loadup.el: Just use unversioned DOC.
58
59 * nxml/nxml-mode.el: Treat unclosed <[[, <?, comment, and other
60 literals as extending to EOB.
61 (nxml-last-fontify-end): Remove unused variable.
62 (nxml-after-change1): Use with-silent-modifications.
63 (nxml-extend-after-change-region): Simplify.
64 (nxml-extend-after-change-region1): Remove function.
65 (nxml-after-change1): Don't adjust for dependent regions.
66 (nxml-fontify-matcher): Simplify.
67 * nxml/xmltok.el (xmltok-dependent-regions): Remove variable.
68 (xmltok-add-dependent): Remove function.
69 (xmltok-scan-after-lt, xmltok-scan-after-processing-instruction-open)
70 (xmltok-scan-after-comment-open, xmltok-scan-prolog-literal)
71 (xmltok-scan-prolog-after-processing-instruction-open): Treat
72 unclosed <[[, <?, comment, and other literals as extending to EOB.
73 * nxml/rng-valid.el (rng-mark-xmltok-dependent-regions)
74 (rng-mark-xmltok-dependent-region, rng-dependent-region-changed):
75 Remove functions.
76 (rng-do-some-validation-1): Don't mark dependent regions.
77 * nxml/nxml-rap.el (nxml-adjust-start-for-dependent-regions)
78 (nxml-mark-parse-dependent-regions, nxml-mark-parse-dependent-region)
79 (nxml-clear-dependent-regions): Remove functions.
80 (nxml-scan-after-change, nxml-scan-prolog, nxml-tokenize-forward)
81 (nxml-ensure-scan-up-to-date):
82 Don't clear&mark dependent regions.
83
84 2013-05-15 Leo Liu <sdl.web@gmail.com>
85
86 * progmodes/octave.el (octave-goto-function-definition):
87 Improve and fix callers.
88
89 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
90
91 * emacs-lisp/cl-extra.el (cl-getf): Return the proper value in
92 the setter (bug#14387).
93
94 * progmodes/f90.el (f90-blocks-re): Include the terminating \> in the
95 surrounding group (bug#14402).
96
97 2013-05-14 Juri Linkov <juri@jurta.org>
98
99 * subr.el (find-tag-default-as-regexp): Return nil if `tag' is nil.
100 (Bug#14390)
101
102 2013-05-14 Glenn Morris <rgm@gnu.org>
103
104 * progmodes/f90.el (f90-imenu-generic-expression):
105 Fix typo in 2013-05-08 change. (Bug#14402)
106
107 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
108
109 * progmodes/gdb-mi.el (gdb-running, gdb-starting):
110 Remove signals for which replies are never received.
111
112 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
113
114 * progmodes/gdb-mi.el: Fix non-responsive gud commands (bug#13845)
115 (gdb-handler-alist, gdb-handler-number): Remove variables.
116 (gdb-handler-list): New variable.
117 (gdb-add-handler, gdb-delete-handler, gdb-get-handler-function)
118 (gdb-pending-handler-p, gdb-handle-reply)
119 (gdb-remove-all-pending-triggers): New functions.
120 (gdb-discard-unordered-replies): New defcustom.
121 (gdb-handler): New defstruct.
122 (gdb-wait-for-pending): Fix invalid backquote. Use gdb-handler-list.
123 instead of gdb-pending-triggers. Update docstring.
124 (gdb-init-1): Remove dead variables. Initialize gdb-handler-list.
125 (gdb-speedbar-update, gdb-speedbar-timer-fn, gdb-var-update)
126 (gdb-var-update-handler, def-gdb-auto-update-trigger)
127 (def-gdb-auto-update-handler, gdb-get-changed-registers)
128 (gdb-changed-registers-handler, gdb-get-main-selected-frame)
129 (gdb-frame-handler): Pending triggers are now automatically managed.
130 (def-gdb-trigger-and-handler, def-gdb-auto-update-handler):
131 Remove argument.
132 (gdb-input): Automatically handles pending triggers. Update docstring.
133 (gdb-resync): Replace gdb-pending-triggers by gdb-handler-list.
134 (gdb-thread-exited, gdb-thread-selected, gdb-register-names-handler):
135 Update comments.
136 (gdb-done-or-error): Now use gdb-handle-reply.
137
138 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
139
140 * progmodes/gdb-mi.el (gdb-input): Include token numbers in
141 gdb-debug-log.
142
143 2013-05-14 Glenn Morris <rgm@gnu.org>
144
145 * subr.el (user-emacs-directory-warning): New option.
146 (locate-user-emacs-file): Handle non-accessible .emacs.d. (Bug#13930)
147
148 2013-05-14 Leo Liu <sdl.web@gmail.com>
149
150 * progmodes/octave.el (octave-font-lock-keywords): Fix error
151 during redisplay.
152 (octave-goto-function-definition, octave-find-definition): Minor tweaks.
153 (octave-font-lock-texinfo-comment): Fix invalid search bound
154 error: wrong side of point.
155
156 2013-05-14 Glenn Morris <rgm@gnu.org>
157
158 * progmodes/flymake.el (flymake-xml-program): New option.
159 (flymake-xml-init): Use it.
160
161 * term/xterm.el: Provide a feature.
162
163 * term/sup-mouse.el: Move to obsolete/. Provide a feature.
164
165 2013-05-13 Glenn Morris <rgm@gnu.org>
166
167 * cus-dep.el (defcustom-mh, defgroup-mh, defface-mh):
168 Add compat aliases as a hack workaround. (Bug#14384)
169
170 2013-05-13 Leo Liu <sdl.web@gmail.com>
171
172 * progmodes/octave.el (octave-indent-comment): Fix indentation for
173 ###, and %!.
174 (octave-mode-map): Bind octave-indent-defun to C-c C-q instead of
175 C-M-q.
176 (octave-comment-start-skip): Include %!.
177 (octave-mode): Set comment-start-skip to octave-comment-start-skip.
178
179 2013-05-12 Leo Liu <sdl.web@gmail.com>
180
181 * progmodes/octave.el (inferior-octave-startup): Store the value
182 of __octave_srcdir__ for octave-source-directories.
183 (inferior-octave-check-process): New function refactored out of
184 inferior-octave-send-list-and-digest.
185 (octave-source-directories)
186 (octave-find-definition-filename-function): New variables.
187 (octave-source-directories)
188 (octave-find-definition-default-filename): New functions.
189 (octave-find-definition): Improve to find functions implemented in C++.
190
191 2013-05-12 Glenn Morris <rgm@gnu.org>
192
193 * calendar/diary-lib.el (diary-outlook-format-1):
194 Don't include dayname in the output. (Bug#14349)
195
196 2013-05-11 Glenn Morris <rgm@gnu.org>
197
198 * emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix.
199
200 * cus-dep.el (custom-make-dependencies): Only use safe local variables.
201 Treat cc-provide like provide.
202
203 2013-05-11 Kevin Ryde <user42@zip.com.au>
204
205 * cus-dep.el (custom-make-dependencies):
206 Use generated-autoload-load-name for the sake of files such
207 such cedet/semantic/bovine/c.el, where the base file name
208 is not in load-path. (Bug#5277)
209
210 2013-05-11 Glenn Morris <rgm@gnu.org>
211
212 * dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el:
213 Provide features.
214
215 2013-05-11 Leo Liu <sdl.web@gmail.com>
216
217 * progmodes/octave.el (octave-indent-comment): Improve.
218 (octave-eldoc-message-style, octave-eldoc-cache): New variables.
219 (octave-eldoc-function-signatures, octave-eldoc-function):
220 New functions.
221 (octave-mode, inferior-octave-mode): Add eldoc support.
222
223 2013-05-11 Richard Stallman <rms@gnu.org>
224
225 * epa.el (epa-decrypt-file): Take output file name as argument
226 and read it using `interactive'.
227
228 2013-05-11 Leo Liu <sdl.web@gmail.com>
229
230 * progmodes/octave.el (octave-beginning-of-line)
231 (octave-end-of-line): Check before using up-list because it jumps
232 out of more syntactic contructs since moving to smie.
233 (octave-indent-comment): New function.
234 (octave-mode): Use it in smie-indent-functions. (Bug#14350)
235 (octave-begin-keywords, octave-end-keywords)
236 (octave-reserved-words, octave-smie-bnf-table)
237 (octave-smie-rules): Add new keywords from Octave 3.6.4.
238
239 2013-05-11 Glenn Morris <rgm@gnu.org>
240
241 * faces.el (internal-face-x-get-resource):
242 * frame.el (ns-display-monitor-attributes-list):
243 * calc/calc-aent.el (math-to-radians-2): Fix declarations.
244
245 * emacs-lisp/package.el (tar-header-name, tar-header-link-type):
246
247 * calc/calc-menu.el: Make it loadable in isolation.
248
249 * net/eudcb-bbdb.el: Make it loadable without bbdb.
250 (eudc-bbdb-filter-non-matching-record, eudc-bbdb-extract-phones)
251 (eudc-bbdb-extract-addresses, eudc-bbdb-format-record-as-result)
252 (eudc-bbdb-query-internal): Require 'bbdb.
253
254 * lpr.el (lpr-headers-switches):
255 * emacs-lisp/testcover.el (testcover-compose-functions): Fix :type.
256
257 * progmodes/sql.el (sql-login-params): Fix and improve :type.
258
259 * emulation/edt-mapper.el: In batch mode, error rather than hang.
260
261 * term.el (term-set-escape-char): Make it idempotent.
262
263 2013-05-10 Leo Liu <sdl.web@gmail.com>
264
265 * progmodes/octave.el (inferior-octave-completion-table):
266 No longer a function and all uses changed. Use cache to speed up
267 completion due to bug#11906.
268 (octave-beginning-of-defun): Re-write to be more general.
269
270 2013-05-10 Glenn Morris <rgm@gnu.org>
271
272 * emacs-lisp/cl-macs.el (cl-loop): Doc fix.
273
274 2013-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
275
276 * comint.el (comint-redirect-send-command-to-process): Use :around
277 rather than :override for comint-redirect-filter.
278 (comint-redirect-filter): Add the corresponding `orig-filter' argument.
279 Call it instead of comint-redirect-original-filter-function (which
280 is gone). Reported by Juanma Barranquero <lekktu@gmail.com>.
281
282 2013-05-09 Jan Djärv <jan.h.d@swipnet.se>
283
284 * frame.el (display-monitor-attributes-list): Add NS case.
285 (ns-display-monitor-attributes-list): Declare.
286
287 2013-05-09 Ulrich Mueller <ulm@gentoo.org>
288
289 * descr-text.el (describe-char): Fix %d/%x typo. (Bug#14360)
290
291 2013-05-09 Glenn Morris <rgm@gnu.org>
292
293 * international/fontset.el (vertical-centering-font-regexp):
294 Set standard-value.
295
296 * tar-mode.el (tar-superior-buffer, tar-superior-descriptor): Add doc.
297
298 * bookmark.el (bookmark-search-delay):
299 * cus-start.el (vertical-centering-font-regexp):
300 * ps-mule.el (ps-mule-font-info-database-default):
301 * ps-print.el (ps-default-fg, ps-default-bg):
302 * type-break.el (type-break-good-break-interval):
303 * whitespace.el (whitespace-indentation-regexp)
304 (whitespace-space-after-tab-regexp):
305 * emacs-lisp/testcover.el (testcover-1value-functions)
306 (testcover-noreturn-functions, testcover-progn-functions)
307 (testcover-prog1-functions):
308 * emulation/viper-init.el (viper-emacs-state-cursor-color):
309 * eshell/em-glob.el (eshell-glob-translate-alist):
310 * play/tetris.el (tetris-tty-colors):
311 * progmodes/cpp.el (cpp-face-default-list):
312 * progmodes/flymake.el (flymake-allowed-file-name-masks):
313 * progmodes/idlw-help.el (idlwave-help-browser-generic-program)
314 (idlwave-help-browser-generic-args):
315 * progmodes/make-mode.el (makefile-special-targets-list):
316 * progmodes/python.el (python-shell-virtualenv-path):
317 * progmodes/verilog-mode.el (verilog-active-low-regexp)
318 (verilog-auto-input-ignore-regexp, verilog-auto-inout-ignore-regexp)
319 (verilog-auto-output-ignore-regexp, verilog-auto-tieoff-ignore-regexp)
320 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
321 * textmodes/reftex-vars.el (reftex-format-label-function):
322 * textmodes/remember.el (remember-diary-file): Fix custom types.
323
324 * jka-cmpr-hook.el (jka-compr-mode-alist-additions): Fix typo.
325 Add :version.
326
327 2013-05-09 Leo Liu <sdl.web@gmail.com>
328
329 * progmodes/octave.el (inferior-octave-completion-at-point):
330 Restore file completion. (Bug#14300)
331 (inferior-octave-startup): Fix incorrect highlighting for the
332 first prompt.
333
334 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
335
336 * progmodes/ruby-mode.el: First cut at SMIE support.
337 (ruby-use-smie): New var.
338 (ruby-smie-grammar): New constant.
339 (ruby-smie--bosp, ruby-smie--implicit-semi-p)
340 (ruby-smie--forward-token, ruby-smie--backward-token)
341 (ruby-smie-rules): New functions.
342 (ruby-mode-variables): Setup SMIE if applicable.
343
344 2013-05-08 Eli Zaretskii <eliz@gnu.org>
345
346 * simple.el (line-move-visual): Signal beginning/end of buffer
347 only if vertical-motion moved less than it was requested. Avoids
348 silly incorrect error messages when there are display strings with
349 multiple newlines at EOL.
350
351 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
352
353 * progmodes/vera-mode.el (vera-underscore-is-part-of-word):
354 * progmodes/prolog.el (prolog-underscore-wordchar-flag)
355 (prolog-char-quote-workaround):
356 * progmodes/cperl-mode.el (cperl-under-as-char):
357 * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word):
358 Mark as obsolete.
359 (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in
360 their declaration.
361 (vhdl-mode-syntax-table-init): Remove.
362
363 * progmodes/m4-mode.el (m4-mode-syntax-table): Add comment on
364 last change.
365
366 * progmodes/ld-script.el (ld-script-mode-syntax-table): Use symbol
367 syntax for "_".
368 (ld-script-font-lock-keywords):
369 Change regexps to use things like \_< and \_>.
370
371 * progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_".
372 Change all regexps to use things like \_< and \_>.
373
374 * progmodes/autoconf.el (autoconf-definition-regexp)
375 (autoconf-font-lock-keywords, autoconf-current-defun-function):
376 Handle a _ with symbol syntax.
377 (autoconf-mode): Don't change the syntax-table for imenu and font-lock.
378
379 * progmodes/ada-mode.el (ada-mode-abbrev-table):
380 Consolidate declaration.
381 (ada-mode-syntax-table, ada-mode-symbol-syntax-table): Initialize in
382 the declaration.
383 (ada-create-syntax-table): Remove.
384 (ada-capitalize-word): Don't mess with the syntax of "_" since it
385 already has the right syntax nowadays.
386 (ada-goto-next-word): Don't change the syntax of "_".
387
388 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight obsolete
389 with-wrapper-hook.
390
391 2013-05-08 Sam Steingold <sds@gnu.org>
392
393 * thingatpt.el (thing-at-point): Accept optional second argument
394 NO-PROPERTIES to strip the text properties from the return value.
395 * net/browse-url.el (browse-url-url-at-point): Pass NO-PROPERTIES
396 to `thing-at-point' instead of stripping the properties ourselves.
397 Also, when `thing-at-point' fails to find a url, prepend "http://"
398 to the filename at point on the assumption that the user is
399 pointing at something like gnu.org/gnu.
400
401 2013-05-08 Juanma Barranquero <lekktu@gmail.com>
402
403 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
404 * faces.el (crm-separator):
405 Silence byte-compiler.
406
407 * progmodes/gud.el (gdb-speedbar-auto-raise, gud-tooltip-mode)
408 (tool-bar-map): Remove unneeded defvars.
409
410 2013-05-08 Leo Liu <sdl.web@gmail.com>
411
412 Re-work a fix for bug#10994 based on Le Wang's patch.
413 * ido.el (ido-remove-consecutive-dups): New helper.
414 (ido-completing-read): Use it.
415 (ido-chop): Revert fix for bug#10994.
416
417 2013-05-08 Adam Spiers <emacs@adamspiers.org>
418
419 * cus-edit.el (custom-save-variables):
420 Pretty-print long values. (Bug#14187)
421
422 2013-05-08 Glenn Morris <rgm@gnu.org>
423
424 * progmodes/m4-mode.el (m4-program): Assume it is in PATH.
425 (m4-mode-syntax-table): Init in the defvar.
426 (m4-mode-abbrev-table): Let define-derived-mode define it.
427
428 2013-05-08 Tom Tromey <tromey@redhat.com>
429
430 * progmodes/m4-mode.el (m4-mode-syntax-table):
431 Do not treat "_" as word constituent. (Bug#14167)
432
433 2013-05-07 Glenn Morris <rgm@gnu.org>
434
435 * eshell/em-hist.el (eshell-isearch-map): Initialize in the defvar.
436 Remove explicit eshell-isearch-cancel-map.
437
438 * progmodes/f90.el (f90-smart-end-names): New option.
439 (f90-smart-end): Doc fix.
440 (f90-end-block-optional-name): New constant.
441 (f90-block-match): Respect f90-smart-end-names.
442
443 2013-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
444
445 * progmodes/octave.el (octave-smie-forward-token): Be more careful
446 about implicit semi-colons (bug#14218).
447
448 2013-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
449
450 * frame.el (display-monitor-attributes-list)
451 (frame-monitor-attributes): New functions.
452
453 2013-05-06 Leo Liu <sdl.web@gmail.com>
454
455 * progmodes/octave.el (octave-syntax-propertize-function): Change
456 \'s syntax to escape when inside double-quoted strings. (Bug#14332)
457 (octave-font-lock-keywords): Use octave-operator-regexp.
458 (octave-completion-at-point): Rename from
459 octave-completion-at-point-function.
460 (inferior-octave-directory-tracker): Robustify.
461 (octave-text-functions): Remove and fix its uses. No such things
462 any more.
463
464 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
465
466 * emacs-lisp/trace.el (trace--display-buffer): New function.
467 (trace-make-advice): Use it.
468
469 2013-05-06 Juri Linkov <juri@jurta.org>
470
471 * emacs-lisp/lisp-mode.el (eval-defun-2): Doc fix. (Bug#14344)
472 (eval-defun-2, eval-defun, eval-last-sexp, eval-last-sexp-1):
473 Doc fix.
474 (emacs-lisp-mode-map): Replace "minibuffer" with "echo area"
475 in the help string. (Bug#12985)
476
477 2013-05-06 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
478
479 * simple.el (shell-command-on-region): Doc fix. (Bug#14279)
480
481 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
482
483 * progmodes/perl-mode.el: Add support for here documents.
484 (perl-syntax-propertize-function): Match here-doc markers.
485 (perl-syntax-propertize-special-constructs): Find their end.
486 (perl-imenu-generic-expression): Use [:alnum:].
487
488 * emacs-lisp/nadvice.el (advice--member-p): Return the advice if found.
489 (advice--add-function): Refresh the advice if already present
490 (bug#14317).
491
492 2013-05-06 Ivan Andrus <darthandrus@gmail.com>
493
494 * find-file.el (cc-other-file-alist): Add ".m" for ObjC. (Bug#14339)
495
496 2013-05-06 Glenn Morris <rgm@gnu.org>
497
498 * w32-fns.el (w32-charset-info-alist): Declare.
499
500 * eshell/em-cmpl.el: Simply require pcomplete; eg we use a bunch
501 of its defcustom properties.
502 (eshell-cmpl-initialize): No need to load pcomplete.
503
504 * generic-x.el: No need to require comint when compiling.
505
506 * net/eudc-export.el: Make it loadable without bbdb.
507 (top-level): Use require rather than load-library.
508 (eudc-create-bbdb-record, eudc-bbdbify-phone)
509 (eudc-batch-export-records-to-bbdb)
510 (eudc-insert-record-at-point-into-bbdb, eudc-try-bbdb-insert):
511 Require bbdb.
512
513 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
514
515 * progmodes/octave.el (octave-texinfo-font-lock-keywords): Remove.
516 (octave-font-lock-texinfo-comment): Use texinfo-font-lock-keywords with
517 some tweaks, instead.
518
519 2013-05-05 Leo Liu <sdl.web@gmail.com>
520
521 * progmodes/octave.el (octave-font-lock-keywords)
522 (octave-font-lock-texinfo-comment): Adjust for the byte-compiler.
523 (inferior-octave-send-list-and-digest): Improve error message.
524 (octave-mode, inferior-octave-mode): Use setq-local.
525 (octave-help): Set info-lookup-mode.
526
527 2013-05-05 Richard Stallman <rms@gnu.org>
528
529 * vc/compare-w.el (compare-windows-whitespace):
530 Treat no-break space as whitespace.
531
532 * mail/rmailsum.el (rmail-summary-rmail-update):
533 Detect empty summary and don't change selected message.
534 (rmail-summary-goto-msg): Likewise.
535
536 * mail/rmailsum.el (rmail-new-summary, rmail-new-summary-1):
537 Doc fixes, rename args.
538
539 2013-05-05 Alan Mackenzie <acm@muc.de>
540
541 * progmodes/cc-defs.el (c-version): Increment to 5.32.5.
542
543 2013-05-05 Juri Linkov <juri@jurta.org>
544
545 * info.el (Info-read-subfile): Use (point-min) instead of (point)
546 to not add the length of the summary segment to the return value.
547 (Bug#14125)
548
549 2013-05-05 Leo Liu <sdl.web@gmail.com>
550
551 * progmodes/octave.el (inferior-octave-strip-ctrl-g)
552 (inferior-octave-output-filter): Remove.
553 (octave-send-region, inferior-octave-startup): Fix callers.
554 (inferior-octave-mode-map): Don't use comint-dynamic-complete.
555 (octave-binary-file-extensions): New user variable.
556 (octave-find-definition): Confirm if opening binary files.
557 (octave-help-file): Use octave-find-definition to get the binary
558 confirmation.
559 (octave-help): Adjust for octave-help-file change.
560
561 2013-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
562
563 * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes.
564 Merge the two entries that handle function definitions.
565 (pascal--syntax-propertize): New const.
566 (pascal-mode): Use it. Use setq-local.
567
568 2013-05-04 Glenn Morris <rgm@gnu.org>
569
570 * calendar/diary-lib.el (diary-from-outlook-function): New variable.
571 (diary-from-outlook): Respect diary-from-outlook-function.
572
573 2013-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
574
575 * simple.el (read-expression-map): Use completion-at-point (bug#14255).
576 Move the declaration from C.
577 (read-minibuffer, eval-minibuffer): Move from C.
578 (completion-setup-function): Avoid minibuffer-completion-contents.
579
580 2013-05-03 Leo Liu <sdl.web@gmail.com>
581
582 * progmodes/octave.el (octave-font-lock-keywords): Do not
583 dehighlight 'end' in comments or strings.
584 (octave-completing-read, octave-goto-function-definition):
585 New helpers.
586 (octave-help-buffer): New user variable.
587 (octave-help-file, octave-help-function): New button types.
588 (octave-help): New command and bind it to C-h ;.
589 (octave-find-definition): New command and bind it to M-.
590 (user-error): Alias to error if not defined.
591
592 2013-05-02 Leo Liu <sdl.web@gmail.com>
593
594 * progmodes/octave.el (octave-mode-syntax-table): Correct syntax
595 for \. (bug#14332)
596 (octave-font-lock-keywords): Include [ and {.
597
598 2013-05-02 Leo Liu <sdl.web@gmail.com>
599
600 * progmodes/octave.el (inferior-octave-startup-file): Change default.
601 (inferior-octave): Remove calling comint-mode and return the buffer.
602 (inferior-octave-startup): Cosmetic changes.
603
604 2013-05-02 Leo Liu <sdl.web@gmail.com>
605
606 * progmodes/octave.el (octave-syntax-propertize-function):
607 Include the case when ' is at line beginning. (Bug#14336)
608
609 2013-05-02 Glenn Morris <rgm@gnu.org>
610
611 * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
612 * desktop.el (vc-dir-mode): Just autoload it here.
613
614 2013-05-02 Alan Mackenzie <acm@muc.de>
615
616 Eliminate variable c-standard-font-lock-fontify-region-function.
617 * progmodes/cc-mode.el
618 (c-standard-font-lock-fontify-region-function): Remove.
619 (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
620
621 2013-05-01 Leo Liu <sdl.web@gmail.com>
622
623 * progmodes/octave.el: Compatible with older emacs-24 releases.
624 (inferior-octave-has-built-in-variables): Remove. Built-in
625 variables were removed from Octave in 2007.
626 (inferior-octave-startup): Fix uses.
627 (comint-line-beginning-position): Remove compatibility code for
628 emacs 21.
629
630 2013-05-01 Juri Linkov <juri@jurta.org>
631
632 * isearch.el (isearch-forward, isearch-mode): Doc fix. (Bug#13923)
633
634 2013-05-01 Juri Linkov <juri@jurta.org>
635
636 * comint.el (comint-previous-matching-input): Don't print message
637 "History item: %d" when `isearch-mode' is active.
638 (comint-history-isearch-message): Print message "History item: %d"
639 when `comint-input-ring-index' is not empty and this function is
640 called from `isearch-update' with a nil `ellipsis'. (Bug#13223)
641
642 2013-05-01 Leo Liu <sdl.web@gmail.com>
643
644 * progmodes/octave.el (octave-abbrev-table): Remove abbrev
645 definitions. Use completion-at-point to insert keywords.
646 (octave-abbrev-start): Remove.
647 (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
648
649 2013-04-30 Leo Liu <sdl.web@gmail.com>
650
651 * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
652 change.
653
654 2013-04-30 Alan Mackenzie <acm@muc.de>
655
656 Handle arbitrarily long C++ member initialisation lists.
657 * progmodes/cc-engine.el (c-back-over-member-initializers):
658 new function.
659 (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
660 (most) member init lists.
661
662 2013-04-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
663
664 * progmodes/octave.el (inferior-octave-prompt-read-only): New user
665 variable.
666
667 2013-04-30 Leo Liu <sdl.web@gmail.com>
668
669 * progmodes/octave.el (octave-variables): Remove. No builtin
670 variables any more. All converted to functions.
671 (octave-font-lock-keywords, octave-completion-at-point-function):
672 Fix uses.
673 (octave-font-lock-texinfo-comment): New user variable.
674 (octave-texinfo-font-lock-keywords): New variable for texinfo
675 comment block.
676 (octave-function-comment-block): New face.
677 (octave-font-lock-texinfo-comment): New function.
678 (octave-mode): Font lock texinfo comment block.
679
680 2013-04-29 Leo Liu <sdl.web@gmail.com>
681
682 * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
683 indexing expression.
684 (octave-continuation-string): Do not use \.
685 (inferior-octave-complete-impossible): Remove.
686 (inferior-octave-completion-table)
687 (inferior-octave-completion-at-point): Remove its uses.
688 (inferior-octave-startup): completion_matches was introduced to
689 Octave in 1996 so safe to assume it.
690 (octave-function-file-comment): Improve to follow how Octave does it.
691 (octave-update-function-file-comment): Tweak.
692
693 2013-04-29 Leo Liu <sdl.web@gmail.com>
694
695 * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
696 (inferior-octave-startup): Remove inferior-octave-startup-hook.
697 (octave-function-file-comment): Fix typo.
698 (octave-sync-function-file-names): Use read-char-choice.
699
700 2013-04-28 Jay Belanger <jay.p.belanger@gmail.com>
701
702 * calc/calc.el (math-normalize): Don't set `math-normalize-error'
703 to t for the less important warnings.
704
705 2013-04-27 Darren Hoo <darren.hoo@gmail.com> (tiny change)
706
707 * isearch.el (isearch-fail-pos): Check for empty `cmds'. (Bug#14268)
708
709 2013-04-27 Glenn Morris <rgm@gnu.org>
710
711 * vc/log-view.el (log-view-current-entry):
712 Treat "---" separator lines as part of the following rev. (Bug#14169)
713
714 2013-04-27 Juri Linkov <juri@jurta.org>
715
716 * subr.el (read-number): Doc fix about using it by interactive
717 code letter `n'. (Bug#14254)
718
719 2013-04-27 Juri Linkov <juri@jurta.org>
720
721 * desktop.el (desktop-auto-save-timeout): New option.
722 (desktop-file-checksum): New variable.
723 (desktop-save): Add optional arg `auto-save' and don't auto-save
724 if nothing changed.
725 (desktop-auto-save-timer): New variable.
726 (desktop-auto-save, desktop-auto-save-set-timer): New functions.
727 (after-init-hook): Call `desktop-auto-save-set-timer'.
728 Suggested by Reuben Thomas <rrt@sc3d.org> in
729 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
730
731 2013-04-27 Leo Liu <sdl.web@gmail.com>
732
733 * progmodes/octave.el (octave-function-file-p)
734 (octave-skip-comment-forward, octave-function-file-comment)
735 (octave-update-function-file-comment): New functions.
736 (octave-mode-map): Bind C-c ; to
737 octave-update-function-file-comment.
738 (octave-mode-menu): Add octave-update-function-file-comment.
739 (octave-mode, inferior-octave-mode): Fix doc-string.
740 (octave-insert-defun): Conform to Octave's coding convention.
741 (Bug#14285)
742
743 * files.el (basic-save-buffer): Don't let errors in
744 before-save-hook prevent saving buffer.
745
746 2013-04-20 Roland Winkler <winkler@gnu.org>
747
748 * faces.el (read-face-name): Use completing-read if arg multiple
749 is nil.
750
751 2013-04-27 Ingo Lohmar <i.lohmar@gmail.com> (tiny change)
752
753 * ls-lisp.el (ls-lisp-insert-directory): If no files are
754 displayed, move point to after the totals line.
755 See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
756 for the details.
757
758 2013-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
759
760 * emacs-lisp/package.el (package-autoload-ensure-default-file):
761 Add current dir to the load-path.
762 (package-generate-autoloads): Don't rely on
763 autoload-ensure-default-file.
764
765 2013-04-26 Reuben Thomas <rrt@sc3d.org>
766
767 * textmodes/remember.el (remember-store-in-files): Document that
768 the file name format is passed to `format-time-string'.
769
770 2013-04-26 Leo Liu <sdl.web@gmail.com>
771
772 * progmodes/octave.el (octave-sync-function-file-names): New function.
773 (octave-mode): Use it in before-save-hook.
774
775 2013-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
776
777 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
778 (bug#14274).
779
780 * progmodes/octave.el (octave-smie-forward-token): Properly skip
781 \n and comment, even if it's not an implicit ; (bug#14218).
782
783 2013-04-26 Glenn Morris <rgm@gnu.org>
784
785 * subr.el (read-number): Once more use `read' rather than
786 `string-to-number', to trap non-numeric input. (Bug#14254)
787
788 2013-04-26 Erik Charlebois <erikcharlebois@gmail.com>
789
790 * emacs-lisp/syntax.el (syntax-propertize-multiline):
791 Use `syntax-multiline' text property consistently instead of
792 `font-lock-multiline'. (bug#14237).
793
794 2013-04-26 Glenn Morris <rgm@gnu.org>
795
796 * emacs-lisp/shadow.el (list-load-path-shadows):
797 No longer necessary to check for duplicate simple.el, since
798 2012-07-07 change to init_lread to not include installation lisp
799 directories in load-path when running uninstalled. (Bug#14270)
800
801 2013-04-26 Leo Liu <sdl.web@gmail.com>
802
803 * progmodes/octave.el (octave-submit-bug-report): Obsolete.
804 (octave-mode, inferior-octave-mode): Use setq-local.
805 (octave-not-in-string-or-comment-p): Rename to
806 octave-in-string-or-comment-p.
807 (octave-in-comment-p, octave-in-string-p)
808 (octave-in-string-or-comment-p): Replace defsubst with defun.
809
810 2013-04-25 Paul Eggert <eggert@cs.ucla.edu>
811
812 * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
813
814 2013-04-25 Bastien Guerry <bzg@gnu.org>
815
816 * textmodes/remember.el (remember-data-directory)
817 (remember-directory-file-name-format): Fix custom types.
818
819 2013-04-25 Leo Liu <sdl.web@gmail.com>
820
821 * progmodes/octave.el (octave-completion-at-point-function):
822 Make use of inferior octave process.
823 (octave-initialize-completions): Remove.
824 (inferior-octave-completion-table): New function.
825 (inferior-octave-completion-at-point): Use it.
826 (octave-completion-alist): Remove.
827
828 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
829
830 * progmodes/opascal.el: Use font-lock and syntax-propertize.
831 (opascal-mode-syntax-table): New var.
832 (opascal-literal-kind, opascal-is-literal-end)
833 (opascal-literal-token-at): Rewrite.
834 (opascal--literal-start-re, opascal-font-lock-keywords)
835 (opascal--syntax-propertize): New constants.
836 (opascal-font-lock-defaults): Adjust.
837 (opascal-mode): Use them. Set comment-<foo> variables as well.
838 (delphi-comment-face, opascal-comment-face, delphi-string-face)
839 (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
840 (delphi-other-face, opascal-other-face): Remove face variables.
841 (opascal-save-state): Remove macro.
842 (opascal-fontifying-progress-step): Remove constant.
843 (opascal--ignore-changes): Remove var.
844 (opascal-set-token-property, opascal-parse-next-literal)
845 (opascal-is-stable-literal, opascal-complete-literal)
846 (opascal-is-literal-start, opascal-face-of)
847 (opascal-parse-region, opascal-parse-region-until-stable)
848 (opascal-fontify-region, opascal-after-change)
849 (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
850 (opascal-debug-parse-region, opascal-debug-parse-window)
851 (opascal-debug-parse-buffer, opascal-debug-fontify-window)
852 (opascal-debug-fontify-buffer): Remove.
853 (opascal-debug-mode-map): Adjust accordingly.
854
855 2013-04-25 Leo Liu <sdl.web@gmail.com>
856
857 Merge octave-mod.el and octave-inf.el into octave.el with some
858 cleanups.
859 * progmodes/octave.el: New file renamed from octave-mod.el.
860 * progmodes/octave-inf.el: Merged into octave.el.
861 * progmodes/octave-mod.el: Renamed to octave.el.
862
863 2013-04-25 Tassilo Horn <tsdh@gnu.org>
864
865 * textmodes/reftex-vars.el
866 (reftex-label-ignored-macros-and-environments): New defcustom.
867
868 * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
869
870 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
871
872 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
873 (smie-indent-keyword): Improve the check to ensure that the next
874 comment is really on the same line.
875 (smie-indent-comment): Don't align with a subsequent closer (or eob).
876
877 * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
878 semi-colons if the line is not otherwise empty (bug#14218).
879
880 2013-04-25 Glenn Morris <rgm@gnu.org>
881
882 * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
883
884 2013-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
885
886 * progmodes/opascal.el (opascal-set-token-property): Rename from
887 opascal-set-text-properties and only set `token' (bug#14134).
888 Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
889 (opascal-literal-text-properties): Remove.
890 (opascal-parse-next-literal, opascal-debug-unparse-buffer):
891 Adjust callers.
892
893 2013-04-24 Reuben Thomas <rrt@sc3d.org>
894
895 * textmodes/remember.el (remember-handler-functions): Add an
896 option for a new handler `remember-store-in-files'.
897 (remember-data-directory, remember-directory-file-name-format):
898 New options.
899 (remember-store-in-files): New function to store remember notes
900 as separate files within a directory.
901
902 2013-04-24 Magnus Henoch <magnus.henoch@gmail.com>
903
904 * progmodes/compile.el (compilation-next-error-function):
905 Pass "formats" to compilation-find-file (bug#11777).
906
907 2013-04-24 Glenn Morris <rgm@gnu.org>
908
909 * vc/vc-bzr.el (vc-bzr-print-log):
910 * vc/vc-hg.el (vc-hg-print-log):
911 * vc/vc-svn.el (vc-svn-print-log):
912 Fix START-REVISION with LIMIT != 1. (Bug#14168)
913
914 * vc/vc-bzr.el (vc-bzr-print-log):
915 * vc/vc-cvs.el (vc-cvs-print-log):
916 * vc/vc-git.el (vc-git-print-log):
917 * vc/vc-hg.el (vc-hg-print-log):
918 * vc/vc-mtn.el (vc-mtn-print-log):
919 * vc/vc-rcs.el (vc-rcs-print-log):
920 * vc/vc-sccs.el (vc-sccs-print-log):
921 * vc/vc-svn.el (vc-svn-print-log):
922 * vc/vc.el (vc-print-log-internal): Doc fixes.
923
924 2013-04-23 Glenn Morris <rgm@gnu.org>
925
926 * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
927 Remove venerable code attempting to avoid substitute-command-keys.
928
929 2013-04-23 Tassilo Horn <tsdh@gnu.org>
930
931 * textmodes/reftex-vars.el (reftex-label-regexps):
932 Call `reftex-compile-variables' after changes to this variable.
933
934 2013-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
935
936 * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
937 Use lexical-binding.
938 (jit-lock-force-redisplay): Use markers, check buffer's continued
939 existence and beware narrowed buffers.
940 (jit-lock-fontify-now): Adjust call accordingly.
941
942 2013-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
943
944 * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
945 to avoid misleading the user.
946
947 2013-04-22 Leo Liu <sdl.web@gmail.com>
948
949 * info-look.el: Prefer latex2e.info. (Bug#14240)
950
951 2013-04-22 Michael Albinus <michael.albinus@gmx.de>
952
953 Fix pack/unpack coding. Reported by David Smith <davidsmith@acm.org>.
954
955 * net/tramp-compat.el (tramp-compat-call-process): Move function ...
956 * net/tramp.el (tramp-call-process): ... here
957 (tramp-set-completion-function, tramp-parse-putty):
958 * net/tramp-adb.el (tramp-adb-execute-adb-command):
959 * net/tramp-gvfs.el (tramp-gvfs-send-command):
960 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
961 (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
962 (tramp-call-local-coding-command): Use `tramp-call-process'
963 instead of `tramp-compat-call-process'.
964
965 * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
966 (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
967 (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region):
968 (tramp-find-inline-compress):Improve traces.
969 (tramp-maybe-send-script): Check for Perl binary.
970 (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
971
972 2013-04-22 Daiki Ueno <ueno@gnu.org>
973
974 * epg.el (epg-context-pinentry-mode): New function.
975 (epg-context-set-pinentry-mode): New function.
976 (epg--start): Pass --pinentry-mode option to gpg command.
977
978 2013-04-21 Xue Fuqiao <xfq.free@gmail.com>
979
980 * comint.el: (comint-dynamic-complete-functions, comint-mode-map):
981 `comint-dynamic-complete' is obsolete since 24.1, replaced by
982 `completion-at-point'. (Bug#13774)
983
984 * startup.el (normal-no-mouse-startup-screen): Bug fix, the
985 default key binding for `describe-distribution' has been moved to
986 `C-h C-o'. (Bug#13970)
987
988 2013-04-21 Glenn Morris <rgm@gnu.org>
989
990 * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
991 Add doc strings.
992 (vc-print-log): Clarify interactive prompt.
993
994 2013-04-20 Glenn Morris <rgm@gnu.org>
995
996 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
997 No longer include timestamp etc information.
998
999 2013-04-20 Roland Winkler <winkler@gnu.org>
1000
1001 * faces.el (read-face-name): Bug fix, return just one face if arg
1002 multiple is nil. (Bug#14209)
1003
1004 2013-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
1005
1006 * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
1007 (remove-function): Autoload.
1008
1009 * comint.el (comint-redirect-original-filter-function): Remove.
1010 (comint-redirect-cleanup, comint-redirect-send-command-to-process):
1011 * vc/vc-cvs.el (vc-cvs-annotate-process-filter,vc-cvs-annotate-command):
1012 * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
1013 * progmodes/prolog.el (prolog-consult-compile):
1014 * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
1015 Use add/remove-function instead.
1016 * progmodes/gud.el (gud-tooltip-original-filter): Remove.
1017 (gud-tooltip-process-output, gud-tooltip-tips):
1018 Use add/remove-function instead.
1019 * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
1020 (scheme-interaction-mode, exit-scheme-interaction-mode):
1021 Use add/remove-function instead.
1022
1023 * vc/vc-dispatcher.el: Use lexical-binding.
1024 (vc--process-sentinel): Rename from vc-process-sentinel.
1025 Change last arg to be the code to run. Don't use vc-previous-sentinel
1026 and vc-sentinel-commands any more.
1027 (vc-exec-after): Allow code to be a function. Use add/remove-function.
1028 (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
1029
1030 2013-04-19 Masatake YAMATO <yamato@redhat.com>
1031
1032 * progmodes/sh-script.el (sh-imenu-generic-expression):
1033 Handle function names with a single character. (Bug#14111)
1034
1035 2013-04-19 Dima Kogan <dima@secretsauce.net> (tiny change)
1036
1037 * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
1038 for subroutines defined in an eval (bug#14182).
1039
1040 2013-04-19 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1041
1042 * bookmark.el (bookmark-completing-read): Improve handling of empty
1043 string (bug#14176).
1044
1045 2013-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
1046
1047 * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
1048
1049 2013-04-19 Fabián Ezequiel Gallina <fgallina@gnu.org>
1050
1051 New faster Imenu implementation (bug#14058).
1052 * progmodes/python.el:
1053 (python-imenu-prev-index-position):
1054 (python-imenu-format-item-label-function)
1055 (python-imenu-format-parent-item-label-function)
1056 (python-imenu-format-parent-item-jump-label-function):
1057 New vars.
1058 (python-imenu-format-item-label)
1059 (python-imenu-format-parent-item-label)
1060 (python-imenu-format-parent-item-jump-label)
1061 (python-imenu--put-parent, python-imenu--build-tree)
1062 (python-imenu-create-index, python-imenu-create-flat-index)
1063 (python-util-popn): New functions.
1064 (python-mode): Set imenu-create-index-function to
1065 python-imenu-create-index.
1066
1067 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
1068
1069 * winner.el (winner-active-region): Use region-active-p, activate-mark
1070 and deactivate-mark (bug#14225).
1071
1072 * simple.el (deactivate-mark): Don't inline it.
1073
1074 2013-04-18 Michael Albinus <michael.albinus@gmx.de>
1075
1076 * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
1077
1078 2013-04-18 Tassilo Horn <tsdh@gnu.org>
1079
1080 * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
1081 file extensions from the archive-mode entry in order to prefer
1082 doc-view-mode-maybe with archive-mode as fallback (bug#14188).
1083
1084 2013-04-18 Leo Liu <sdl.web@gmail.com>
1085
1086 * bindings.el (help-event-list): Add ?\?.
1087
1088 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
1089
1090 * subr.el (with-wrapper-hook): Declare obsolete.
1091 * simple.el (filter-buffer-substring-function): New hook.
1092 (filter-buffer-substring): Use it.
1093 (filter-buffer-substring-functions): Mark obsolete.
1094 * minibuffer.el (completion-in-region-function): New hook.
1095 (completion-in-region): Use it.
1096 (completion-in-region-functions): Mark obsolete.
1097 * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
1098 * abbrev.el (abbrev-expand-function): New hook.
1099 (expand-abbrev): Use it.
1100 (abbrev-expand-functions): Mark obsolete.
1101 * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
1102 and :filter-return.
1103
1104 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
1105
1106 * progmodes/python.el (python-nav--syntactically): Fix cornercases
1107 and do not care about match data.
1108
1109 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
1110
1111 * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
1112 completion tables when completing error conditions and
1113 `declare' arguments.
1114 (lisp-complete-symbol, field-complete): Mark as obsolete.
1115 (check-parens): Unmatched parens are user errors.
1116 * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
1117
1118 2013-04-17 Michal Nazarewicz <mina86@mina86.com>
1119
1120 * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
1121 command changed buffer (ie. `flyspell-pre-buffer' is not current
1122 buffer), which prevents making decisions based on invalid value of
1123 `flyspell-pre-point' in the wrong buffer. Most notably, this used to
1124 cause an error when `flyspell-pre-point' was nil after switching
1125 buffers.
1126 (flyspell-post-command-hook): No longer needs to change buffers when
1127 checking pre-word. While at it remove unnecessary progn.
1128
1129 2013-04-17 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
1130
1131 * textmodes/ispell.el (ispell-add-per-file-word-list):
1132 Fix `flyspell-correct-word-before-point' error when accepting
1133 words and `coment-padding' is an integer by using
1134 `comment-normalize-vars' (Bug #14214).
1135
1136 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
1137
1138 New defun movement commands.
1139 * progmodes/python.el (python-nav--syntactically)
1140 (python-nav--forward-defun, python-nav-backward-defun)
1141 (python-nav-forward-defun): New functions.
1142
1143 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
1144
1145 * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
1146 (python-syntax-context): Use named compiler-macro for backwards
1147 compatibility with Emacs 24.x.
1148
1149 2013-04-17 Leo Liu <sdl.web@gmail.com>
1150
1151 * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
1152 octave-hide-process-buffer.
1153
1154 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
1155
1156 * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
1157 (bug#14216).
1158
1159 2013-04-17 Jean-Philippe Gravel <jpgravel@gmail.com>
1160
1161 * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
1162 Fix adjustment of offset when receiving incomplete responses from GDB
1163 (bug#14129).
1164
1165 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
1166
1167 * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
1168 python-mode-abbrev-table.
1169 (python-skeleton-define): Adjust accordingly.
1170 (python-mode-abbrev-table): New table that inherits from it so that
1171 python-skeleton-autoinsert does not affect non-skeleton abbrevs.
1172
1173 * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
1174 (abbrev-symbol): Use it.
1175 (abbrev--before-point): Use it since we already handle inheritance.
1176
1177 2013-04-16 Leo Liu <sdl.web@gmail.com>
1178
1179 * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
1180 binding to info-lookup-symbol.
1181
1182 2013-04-16 Juanma Barranquero <lekktu@gmail.com>
1183
1184 * minibuffer.el (completion--twq-all):
1185 * term/ns-win.el (ns-initialize-window-system):
1186 * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
1187
1188 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
1189
1190 * emacs-lisp/nadvice.el (add-function): Default simple vars to their
1191 global bindings.
1192
1193 * doc-view.el (doc-view-start-process): Handle url-handler directories.
1194
1195 2013-04-15 Dmitry Gutov <dgutov@yandex.ru>
1196
1197 * progmodes/ruby-mode.el (ruby-beginning-of-defun)
1198 (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
1199 to nil.
1200 (ruby-end-of-defun): Remove the unused arg, change the docstring
1201 to reflect that this function is only used as the value of
1202 `end-of-defun-function'.
1203 (ruby-beginning-of-defun): Remove "top-level" from the docstring,
1204 to reflect an earlier change that beginning/end-of-defun functions
1205 jump between methods in a class definition, as well as top-level
1206 functions.
1207
1208 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
1209
1210 * minibuffer.el (minibuffer-complete): Don't just scroll
1211 a *Completions* that's been iconified.
1212 (minibuffer-force-complete): Make sure repetitions do cycle when going
1213 through completion-in-region -> minibuffer-complete.
1214
1215 2013-04-15 Alan Mackenzie <acm@muc.de>
1216
1217 Correct the placement of c-cpp-delimiters when there're #s not at
1218 col 0.
1219
1220 * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
1221 place a submatch around the #.
1222 * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
1223 Start a search at BOL. Put the c-cpp-delimiter category text propertiy
1224 on the #, not BOL.
1225
1226 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
1227
1228 * emacs-lisp/nadvice.el: Properly test names when adding advice.
1229 (advice--member-p): New arg `name'.
1230 (advice--add-function, advice-member-p): Use it (bug#14202).
1231
1232 2013-04-15 Filipp Gunbin <fgunbin@fastmail.fm>
1233
1234 Reformulate java imenu-generic-expression.
1235 The old expression contained ill formed regexps.
1236
1237 * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
1238 (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
1239 (cc-imenu-java-method-arg-regexp): New defconsts.
1240 (cc-imenu-java-build-type-args-regex): New defun.
1241 (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
1242 handling of spaces in the regexp.
1243
1244 2013-03-15 Agustín Martín Domingo <agustin.martin@hispalinux.es>
1245
1246 * textmodes/ispell.el (ispell-command-loop): Remove
1247 flyspell highlight of a word when ispell accepts it (bug #14178).
1248
1249 2013-04-15 Michael Albinus <michael.albinus@gmx.de>
1250
1251 * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
1252 uses code from the previous `ange-ftp-run-real-handler'.
1253 (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
1254 only in case that function exist. This is needed for proper
1255 unloading of Tramp.
1256
1257 2013-04-15 Tassilo Horn <tsdh@gnu.org>
1258
1259 * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
1260
1261 * textmodes/reftex.el (reftex-compile-variables): Use it.
1262
1263 2013-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
1264
1265 * files.el (normal-mode): Only use default major-mode if no other mode
1266 was specified.
1267
1268 * emacs-lisp/trace.el (trace-values): New function.
1269
1270 * files.el: Allow : in local variables (bug#14089).
1271 (hack-local-variable-regexp): New var.
1272 (hack-local-variables-prop-line, hack-local-variables): Use it.
1273
1274 2013-04-13 Roland Winkler <winkler@gnu.org>
1275
1276 * textmodes/bibtex.el (bibtex-search-entries): Bug fix. Use match
1277 data before it gets modified by bibtex-beginning-of-entry.
1278
1279 2013-04-13 Roland Winkler <winkler@gnu.org>
1280
1281 * textmodes/bibtex.el (bibtex-url): Doc fix.
1282
1283 2013-04-13 Roland Winkler <winkler@gnu.org>
1284
1285 * textmodes/bibtex.el (bibtex-initialize): If the current buffer
1286 does not visit a BibTeX file, exclude it from the list of buffers
1287 returned by bibtex-initialize.
1288
1289 2013-04-13 Stephen Berman <stephen.berman@gmx.net>
1290
1291 * window.el (split-window): Remove interactive form, since as a
1292 command this function is a special case of split-window-below.
1293 Correct doc string.
1294
1295 2013-04-12 Roland Winkler <winkler@gnu.org>
1296
1297 * faces.el (read-face-name): Do not override value of arg default.
1298 Allow single faces and strings as default values. Remove those
1299 elements from return value that are not faces.
1300 (describe-face): Simplify.
1301 (face-at-point): New optional args thing and multiple so that this
1302 function can provide the same functionality previously provided by
1303 read-face-name.
1304 (make-face-bold, make-face-unbold, make-face-italic)
1305 (make-face-unitalic, make-face-bold-italic, invert-face)
1306 (modify-face, read-face-and-attribute): Use face-at-point.
1307
1308 * cus-edit.el (customize-face, customize-face-other-window)
1309 * cus-theme.el (custom-theme-add-face)
1310 * face-remap.el (buffer-face-set)
1311 * facemenu.el (facemenu-set-face): Use face-at-point.
1312
1313 2013-04-12 Michael Albinus <michael.albinus@gmx.de>
1314
1315 * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
1316
1317 2013-04-10 Tassilo Horn <tsdh@gnu.org>
1318
1319 * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
1320 off leading { and trailing } from field values.
1321
1322 2013-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
1323
1324 * emacs-lisp/timer.el (timer--check): New function.
1325 (timer--time, timer-set-function, timer-event-handler): Use it.
1326 (timer-set-idle-time): Simplify.
1327 (timer--activate): CSE.
1328 (timer-event-handler): Give more info in error message.
1329 (internal-timer-start-idle): New function, moved from C.
1330
1331 * mpc.el (mpc-proc): Add `restart' argument.
1332 (mpc-proc-cmd): Use it.
1333 (mpc--status-timer-run): Also catch signals from `mpc-proc'.
1334 (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
1335 less often.
1336
1337 2013-04-10 Masatake YAMATO <yamato@redhat.com>
1338
1339 * progmodes/sh-script.el: Implement `sh-mode' own
1340 `add-log-current-defun-function' (bug#14112).
1341 (sh-current-defun-name): New function.
1342 (sh-mode): Use the function.
1343
1344 2013-04-09 Bastien Guerry <bzg@gnu.org>
1345
1346 * simple.el (choose-completion-string): Fix docstring (bug#14163).
1347
1348 2013-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
1349
1350 * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
1351
1352 * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
1353 timer (bug#14156).
1354
1355 2013-04-07 Nic Ferrier <nferrier@ferrier.me.uk>
1356
1357 * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
1358 declaration.
1359
1360 2013-04-07 Leo Liu <sdl.web@gmail.com>
1361
1362 * pcmpl-x.el: New file.
1363
1364 2013-04-06 Dmitry Antipov <dmantipov@yandex.ru>
1365
1366 Do not set x-display-name until X connection is established.
1367 This is needed to prevent from weird situation described at
1368 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
1369 * frame.el (make-frame): Set x-display-name after call to
1370 window system initialization function, not before.
1371 * term/x-win.el (x-initialize-window-system): Add optional
1372 display argument and use it.
1373 * term/w32-win.el (w32-initialize-window-system):
1374 * term/ns-win.el (ns-initialize-window-system):
1375 * term/pc-win.el (msdos-initialize-window-system):
1376 Add compatible optional display argument.
1377
1378 2013-04-06 Eli Zaretskii <eliz@gnu.org>
1379
1380 * files.el (normal-backup-enable-predicate): On MS-Windows and
1381 MS-DOS compare truenames of temporary-file-directory and of the
1382 file, so that 8+3 aliases (usually found in $TEMP on Windows)
1383 don't fail comparison by compare-strings. Also, compare file
1384 names case-insensitively on MS-Windows and MS-DOS.
1385
1386 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
1387
1388 * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
1389 Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
1390
1391 2013-04-05 Dmitry Gutov <dgutov@yandex.ru>
1392
1393 * whitespace.el (whitespace-color-on, whitespace-color-off):
1394 Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
1395
1396 2013-04-05 Jacek Chrząszcz <chrzaszcz@mimuw.edu.pl> (tiny change)
1397
1398 * ispell.el (ispell-set-spellchecker-params):
1399 Really set `ispell-args' for all equivs.
1400
1401 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
1402
1403 * ido.el (ido-completions): Use extra elements of ido-decorations
1404 (bug#14143).
1405 (ido-decorations): Update docstring.
1406
1407 2013-04-05 Michael Albinus <michael.albinus@gmx.de>
1408
1409 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
1410 (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
1411 nil during initialization, in order not to miss changes since the
1412 file was opened. (Bug#14140)
1413
1414 2013-04-05 Leo Liu <sdl.web@gmail.com>
1415
1416 * kmacro.el (kmacro-call-macro): Fix bug#14135.
1417
1418 2013-04-05 Jay Belanger <jay.p.belanger@gmail.com>
1419
1420 * calc/calc-units.el (calc-convert-units): Rewrite conditional.
1421
1422 2013-04-04 Glenn Morris <rgm@gnu.org>
1423
1424 * electric.el (electric-pair-inhibit-predicate): Add :version.
1425
1426 2013-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
1427
1428 * emacs-lisp/package.el (package-compute-transaction): Fix ordering
1429 when a package is required several times (bug#14082).
1430
1431 2013-04-04 Roland Winkler <winkler@gnu.org>
1432
1433 * faces.el (read-face-name): Behave as promised by the docstring.
1434 Assume that arg default is a list of faces.
1435 (describe-face): Call read-face-name with list of default faces.
1436
1437 2013-04-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1438
1439 * bookmark.el: Fix deletion of bookmarks (bug#13972).
1440 (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
1441 (bookmark-bmenu-execute-deletions): Only skip first line if it's
1442 the header.
1443 (bookmark-exit-hook-internal): Save even if list is empty.
1444
1445 2013-04-04 Yann Hodique <yann.hodique@gmail.com> (tiny change)
1446
1447 * emacs-lisp/package.el (package-pinned-packages): New var.
1448 (package--add-to-archive-contents): Obey it (bug#14118).
1449
1450 2013-04-03 Alan Mackenzie <acm@muc.de>
1451
1452 Handle `parse-partial-sexp' landing inside a comment opener
1453 (Bug#13244). Also adapt to the new values of element 7 of a parse
1454 state.
1455
1456 * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
1457 parameter `not-in-delimiter'. Handle being inside comment opener.
1458 (c-invalidate-state-cache-1): Reckon with an extra "invalid"
1459 character in case we're typing a '*' after a '/'.
1460 (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
1461 instead by passing the parameter to c-state-pp-to-literal.
1462
1463 * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
1464 for elt. 7 of a parse state.
1465
1466 2013-04-01 Paul Eggert <eggert@cs.ucla.edu>
1467
1468 Use UTF-8 for most files with non-ASCII characters (Bug#13936).
1469 * international/latin1-disp.el, international/mule-util.el:
1470 * language/cyril-util.el, language/european.el, language/ind-util.el:
1471 * language/lao-util.el, language/thai.el, language/tibet-util.el:
1472 * language/tibetan.el, language/viet-util.el:
1473 Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
1474
1475 2013-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
1476
1477 * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
1478 (electric-pair-post-self-insert-function): Use it.
1479 (electric-pair-default-inhibit): New function, extracted from
1480 electric-pair-post-self-insert-function.
1481
1482 2013-03-31 Roland Winkler <winkler@gnu.org>
1483
1484 * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
1485
1486 2013-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
1487
1488 * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
1489
1490 2013-03-30 Fabián Ezequiel Gallina <fabian@anue.biz>
1491
1492 Un-indent after "pass" and "return" statements (Bug#13888)
1493 * progmodes/python.el (python-indent-block-enders): New var.
1494 (python-indent-calculate-indentation): Use it.
1495
1496 2013-03-30 Michael Albinus <michael.albinus@gmx.de>
1497
1498 * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
1499 defun. Defining it as defalias could introduce too eager
1500 byte-compiler optimization. (Bug#14030)
1501
1502 2013-03-30 Chong Yidong <cyd@gnu.org>
1503
1504 * iswitchb.el (iswitchb-read-buffer): Fix typo.
1505
1506 2013-03-30 Leo Liu <sdl.web@gmail.com>
1507
1508 * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
1509 (kmacro-execute-from-register): Pass the keyboard macro to
1510 kmacro-call-macro or repeating won't work correctly.
1511
1512 2013-03-30 Teodor Zlatanov <tzz@lifelogs.com>
1513
1514 * progmodes/subword.el: Back to using `forward-symbol'.
1515
1516 * subr.el (forward-whitespace, forward-symbol)
1517 (forward-same-syntax): Move from thingatpt.el.
1518
1519 2013-03-29 Leo Liu <sdl.web@gmail.com>
1520
1521 * kmacro.el (kmacro-to-register): New command.
1522 (kmacro-execute-from-register): New function.
1523 (kmacro-keymap): Bind to 'x'. (Bug#14071)
1524
1525 2013-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
1526
1527 * mpc.el: Use defvar-local and setq-local.
1528 (mpc--proc-connect): Connection failures are not bugs.
1529 (mpc-mode-map): `follow-link' only applies to the buffer's content.
1530 (mpc-volume-map): Bind to the up-events.
1531
1532 2013-03-29 Teodor Zlatanov <tzz@lifelogs.com>
1533
1534 * progmodes/subword.el (superword-mode): Use `forward-sexp'
1535 instead of `forward-symbol'.
1536
1537 2013-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
1538
1539 * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
1540 (edebug--recursive-edit): Use it.
1541 (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
1542 (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
1543
1544 2013-03-28 Leo Liu <sdl.web@gmail.com>
1545
1546 * vc/vc-bzr.el (vc-bzr-revert): Don't backup. (Bug#14066)
1547
1548 2013-03-27 Eli Zaretskii <eliz@gnu.org>
1549
1550 * facemenu.el (list-colors-callback): New defvar.
1551 (list-colors-redisplay): New function.
1552 (list-colors-display): Install list-colors-redisplay as the
1553 revert-buffer-function. (Bug#14063)
1554
1555 2013-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
1556
1557 * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
1558 and suffixes don't overlap (bug#14061).
1559
1560 * case-table.el: Use lexical-binding.
1561 (case-table-get-table): New function.
1562 (get-upcase-table): Use it. Mark as obsolete. Adjust callers.
1563
1564 2013-03-27 Teodor Zlatanov <tzz@lifelogs.com>
1565
1566 * progmodes/subword.el: Add `superword-mode' to do word motion
1567 over symbol_words (parallels and leverages `subword-mode' which
1568 does word motion inside MixedCaseWords).
1569
1570 2013-03-27 Aidan Gauland <aidalgol@no8wireless.co.nz>
1571
1572 * eshell/em-unix.el: Move su and sudo to...
1573 * eshell/em-tramp.el: ...Eshell tramp module.
1574
1575 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
1576
1577 * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
1578 Change return value to be a sexp. Delay `get-buffer' to after
1579 restoring the desktop (bug#13951).
1580
1581 2013-03-26 Leo Liu <sdl.web@gmail.com>
1582
1583 * register.el: Move semantic tag handling back to
1584 cedet/semantic/senator.el. (Bug#14052)
1585
1586 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
1587
1588 * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
1589 into the prompt either (bug#13963).
1590
1591 2013-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
1592
1593 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
1594 part of "(error-foo)".
1595
1596 2013-03-24 Juri Linkov <juri@jurta.org>
1597
1598 * replace.el (list-matching-lines-prefix-face): New defcustom.
1599 (occur-1): Pass `list-matching-lines-prefix-face' to the function
1600 `occur-engine' if `face-differs-from-default-p' returns t.
1601 (occur-engine): Add `,' inside backquote construct to evaluate
1602 `prefix-face'. Propertize the prefix with the `prefix-face' face.
1603 Pass `prefix-face' to the functions `occur-context-lines' and
1604 `occur-engine-add-prefix'.
1605 (occur-engine-add-prefix, occur-context-lines): Add optional arg
1606 `prefix-face' and propertize the prefix with `prefix-face'.
1607 (Bug#14017)
1608
1609 2013-03-24 Leo Liu <sdl.web@gmail.com>
1610
1611 * nxml/rng-valid.el (rng-validate-while-idle)
1612 (rng-validate-quick-while-idle): Guard against deleted buffer.
1613 (Bug#13999)
1614
1615 * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
1616 is the last entry in kill-buffer-hook.
1617
1618 * files.el (kill-buffer-hook): Doc fix.
1619
1620 2013-03-23 Dmitry Gutov <dgutov@yandex.ru>
1621
1622 * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
1623 Make it safe-local.
1624
1625 * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
1626
1627 2013-03-23 Leo Liu <sdl.web@gmail.com>
1628
1629 * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
1630 Remove.
1631
1632 * nxml/rng-valid.el (rng-validate-mode)
1633 (rng-after-change-function, rng-do-some-validation):
1634 * nxml/rng-maint.el (rng-validate-buffer):
1635 * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
1636 * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
1637 * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
1638 (nxml-extend-after-change-region): Use with-silent-modifications.
1639
1640 * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
1641 timer-idle-list.
1642
1643 * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
1644 (rng-next-error-1, rng-previous-error-1): Do not let-bind
1645 timer-idle-list. (Bug#13999)
1646
1647 2013-03-23 Juri Linkov <juri@jurta.org>
1648
1649 * info.el (info-index-match): New face.
1650 (Info-index, Info-apropos-matches): Add a nested subgroup to the
1651 main pattern and add text properties with the new face to matches
1652 in index entries relative to the beginning of the index entry.
1653 (Bug#14015)
1654
1655 2013-03-21 Eric Ludlam <zappo@gnu.org>
1656
1657 * eieio/eieio-datadebug.el (data-debug/eieio-insert-slots):
1658 Inhibit read only while inserting objects.
1659
1660 2013-03-22 Teodor Zlatanov <tzz@lifelogs.com>
1661
1662 * progmodes/cfengine.el: Update docs to mention
1663 `cfengine-auto-mode'. Use \_> and \_< instead of \> and \< for
1664 symbol motion. Remove "_" from the word syntax.
1665
1666 2013-03-21 Teodor Zlatanov <tzz@lifelogs.com>
1667
1668 * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
1669 syntax for both `cfengine2-mode' and `cfengine3-mode'.
1670
1671 2013-03-20 Juri Linkov <juri@jurta.org>
1672
1673 * info.el (Info-next-reference-or-link)
1674 (Info-prev-reference-or-link): New functions.
1675 (Info-next-reference, Info-prev-reference): Use them.
1676 (Info-try-follow-nearest-node): Handle footnote navigation.
1677 (Info-fontify-node): Fontify footnotes. (Bug#13989)
1678
1679 2013-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
1680
1681 * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
1682 * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
1683
1684 2013-03-20 Paul Eggert <eggert@cs.ucla.edu>
1685
1686 Suppress unnecessary non-ASCII chatter during build process.
1687 * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
1688 (batch-skkdic-convert): Suppress most of the chatter.
1689 It's not needed so much now that machines are faster,
1690 and its non-ASCII component was confusing; see Dmitry Gutov in
1691 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
1692
1693 2013-03-20 Leo Liu <sdl.web@gmail.com>
1694
1695 * ido.el (ido-chop): Fix bug#10994.
1696
1697 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
1698
1699 * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
1700 Remove vars.
1701 (whitespace-color-on, whitespace-color-off):
1702 Use `font-lock-fontify-buffer' (Bug#13817).
1703
1704 2013-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
1705
1706 * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
1707 remapping in mode-line.
1708 (mouse-on-link-p): Also check [mode-line follow-link] bindings.
1709
1710 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
1711
1712 * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
1713 value for `whitespace-line' face (Bug#13875).
1714 (whitespace-font-lock-keywords): Change description.
1715 (whitespace-color-on): Don't save `font-lock-keywords' value, save
1716 the constructed keywords instead.
1717 (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
1718
1719 2013-03-19 Leo Liu <sdl.web@gmail.com>
1720
1721 * progmodes/compile.el (compilation-display-error): New command.
1722 (compilation-mode-map, compilation-minor-mode-map): Bind it to
1723 C-o. (Bug#13992)
1724
1725 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
1726
1727 * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
1728
1729 2013-03-18 Jan Djärv <jan.h.d@swipnet.se>
1730
1731 * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
1732
1733 2013-03-18 Michael Albinus <michael.albinus@gmx.de>
1734
1735 * net/tramp-compat.el (tramp-compat-user-error): New defun.
1736
1737 * net/tramp-adb.el (tramp-adb-handle-shell-command):
1738 * net/tramp-gvfs.el (top):
1739 * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
1740 (tramp-handle-shell-command): Use it.
1741 (tramp-dissect-file-name): Raise an error when hostname is a
1742 method name, and neither method nor user is specified.
1743
1744 * net/trampver.el: Update release number.
1745
1746 2013-03-18 Leo Liu <sdl.web@gmail.com>
1747
1748 Make sure eldoc can be turned off properly.
1749 * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
1750 eldoc-mode.
1751 (eldoc-display-message-p): Revert last change.
1752 (eldoc-display-message-no-interference-p)
1753 (eldoc-print-current-symbol-info): Tweak.
1754
1755 2013-03-18 Tassilo Horn <tsdh@gnu.org>
1756
1757 * doc-view.el (doc-view-new-window-function): Check the new window
1758 overlay's display property instead the char property of the
1759 buffer's first char. Use `with-selected-window' instead of
1760 `save-window-excursion' with `select-window'.
1761 (doc-view-document->bitmap): Check the current doc-view overlay's
1762 display property instead the char property of the buffer's first char.
1763
1764 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
1765
1766 Automate the build of ja-dic.el (Bug#13984).
1767 * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
1768 from the input, rather than assume that it's been done for us by the
1769 SKK script unannotate.awk. Switch ja-dic.el to UTF-8. Don't put
1770 the current date into a ja-dic.el comment, as that complicates
1771 regression testing.
1772
1773 2013-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
1774
1775 * whitespace.el: Fix double evaluation.
1776 (whitespace-space, whitespace-hspace, whitespace-tab)
1777 (whitespace-newline, whitespace-trailing, whitespace-line)
1778 (whitespace-space-before-tab, whitespace-indentation)
1779 (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
1780 obsolete defvars.
1781 (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
1782 (whitespace-color-on): Use a single font-lock-add-keywords call.
1783 Fix double-evaluation of face variables.
1784
1785 2013-03-17 Michael Albinus <michael.albinus@gmx.de>
1786
1787 * net/tramp-adb.el (tramp-adb-parse-device-names):
1788 Use `start-process' instead of `call-process'. Otherwise, the
1789 function might be blocked under MS Windows. (Bug#13299)
1790
1791 2013-03-17 Leo Liu <sdl.web@gmail.com>
1792
1793 Extend eldoc to display info in the mode-line. (Bug#13978)
1794 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
1795 (eldoc-mode-line-string): New variable.
1796 (eldoc-minibuffer-message): New function.
1797 (eldoc-message-function): New variable.
1798 (eldoc-message): Use it.
1799 (eldoc-display-message-p)
1800 (eldoc-display-message-no-interference-p):
1801 Support eldoc-post-insert-mode.
1802
1803 * simple.el (eval-expression-minibuffer-setup-hook): New hook.
1804 (eval-expression): Run it.
1805
1806 2013-03-17 Roland Winkler <winkler@gnu.org>
1807
1808 * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
1809 strings in the list of return values.
1810
1811 2013-03-17 Jay Belanger <jay.p.belanger@gmail.com>
1812
1813 * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
1814 radix before checking for HMS forms.
1815
1816 2013-03-16 Leo Liu <sdl.web@gmail.com>
1817
1818 * progmodes/scheme.el: Add indentation and font-locking for λ.
1819 (Bug#13975)
1820
1821 2013-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
1822
1823 * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
1824 token before point (bug#13942).
1825
1826 2013-03-16 Leo Liu <sdl.web@gmail.com>
1827
1828 * thingatpt.el (end-of-sexp): Fix bug#13952. Use syntax-after.
1829
1830 2013-03-16 Eli Zaretskii <eliz@gnu.org>
1831
1832 * startup.el (command-line-normalize-file-name): Fix handling of
1833 backslashes in DOS and Windows file names. Reported by Xue Fuqiao
1834 <xfq.free@gmail.com> in
1835 http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
1836
1837 2013-03-15 Michael Albinus <michael.albinus@gmx.de>
1838
1839 Sync with Tramp 2.2.7.
1840
1841 * net/trampver.el: Update release number.
1842
1843 2013-03-14 Tassilo Horn <tsdh@gnu.org>
1844
1845 * doc-view.el Fix bug#13887.
1846 (doc-view-insert-image): Don't modify overlay associated to
1847 non-live windows, and implement horizontal centering of image in
1848 case it's smaller than the window.
1849 (doc-view-new-window-function): Force redisplay of new windows on
1850 doc-view buffers.
1851
1852 2013-03-13 Karl Fogel <kfogel@red-bean.com>
1853
1854 * saveplace.el (save-place-alist-to-file): Don't sort
1855 `save-place-alist', just pretty-print it (bug#13882).
1856
1857 2013-03-13 Michael Albinus <michael.albinus@gmx.de>
1858
1859 * net/tramp-sh.el (tramp-sh-handle-insert-directory): Check,
1860 whether `default-file-name-coding-system' is bound. It isn't in
1861 XEmacs.
1862
1863 2013-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
1864
1865 * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
1866 backquotes for `obsolete' (bug#13929).
1867
1868 * international/mule.el (find-auto-coding): Include file name in
1869 obsolescence warning (bug#13922).
1870
1871 2013-03-12 Teodor Zlatanov <tzz@lifelogs.com>
1872
1873 * progmodes/cfengine.el (cfengine-parameters-indent): New variable
1874 for CFEngine 3-specific indentation.
1875 (cfengine3-indent-line): Use it. Fix up category regex.
1876 (cfengine3-font-lock-keywords): Add bundle and namespace characters.
1877
1878 2013-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
1879
1880 * type-break.el (type-break-file-name):
1881 * textmodes/remember.el (remember-data-file):
1882 * strokes.el (strokes-file):
1883 * shadowfile.el (shadow-initialize):
1884 * saveplace.el (save-place-file):
1885 * ps-bdf.el (bdf-cache-file):
1886 * progmodes/idlwave.el (idlwave-config-directory):
1887 * net/quickurl.el (quickurl-url-file):
1888 * international/kkc.el (kkc-init-file-name):
1889 * ido.el (ido-save-directory-list-file):
1890 * emulation/viper.el (viper-custom-file-name):
1891 * emulation/vip.el (vip-startup-file):
1892 * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
1893 * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
1894
1895 2013-03-12 Paul Eggert <eggert@cs.ucla.edu>
1896
1897 Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
1898 * language/thai-word.el: Switch to UTF-8.
1899
1900 2013-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
1901
1902 * recentf.el (recentf-save-file): Use locate-user-emacs-file (bug#13870).
1903
1904 2013-03-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1905
1906 * net/net-utils.el (net-utils-remove-ctrl-m-filter):
1907 Use with-current-buffer and don't move point.
1908 (net-utils-run-simple): Remove useless code.
1909 (net-utils-remove-ctl-m): Remove unused custom.
1910
1911 2013-03-11 Per Starbäck <starback@stp.lingfil.uu.se>
1912
1913 * international/characters.el (glyphless-set-char-table-range): New fun.
1914 (update-glyphless-char-display): Use it (bug#13744).
1915
1916 2013-03-11 Teodor Zlatanov <tzz@lifelogs.com>
1917
1918 * progmodes/cfengine.el: Update for CFEngine 3.4.2 and higher:
1919 namespaces in the syntax, indent closer for hanging brace
1920 correctly, allow single-quote delimited 'strings', and make
1921 `cfengine3-mode' the default.
1922
1923 2013-03-11 Jean-Philippe Gravel <jpgravel@gmail.com>
1924
1925 * progmodes/gdb-mi.el: Speed up initialization (bug#10580).
1926 Use lexical-binding. Fix up docstring according to conventions.
1927 (gdbmi-debug-mode): New var.
1928 (gdbmi-start-with, gdbmi-same-start, gdbmi-is-number, gdbmi-bnf-init)
1929 (gdbmi-bnf-output, gdbmi-bnf-skip-unrecognized, gdbmi-bnf-gdb-prompt)
1930 (gdbmi-bnf-result-record, gdbmi-bnf-out-of-band-record)
1931 (gdbmi-bnf-async-record, gdbmi-bnf-stream-record)
1932 (gdbmi-bnf-console-stream-output, gdbmi-bnf-target-stream-output)
1933 (gdbmi-bnf-log-stream-output, gdbmi-bnf-result-and-async-record-impl)
1934 (gdbmi-bnf-incomplete-record-result): New functions.
1935 (gdb-car<): Remove function.
1936 (gdbmi-record-list): Remove variable.
1937 (gdbmi-bnf-state, gdbmi-bnf-offset): New vars.
1938 (gdbmi-bnf-result-state-configs): New const.
1939 (gud-gdbmi-marker-filter): Rewrite.
1940 (gdb-ignored-notification, gdb-thread-created, gdb-thread-exited)
1941 (gdb-thread-selected, gdb-running, gdb-starting, gdb-stopped):
1942 Add `token' argument.
1943 (gdb-done, gdb-error): New functions.
1944 (gdb-done-or-error): Add `is-complete' argument. Change arg order.
1945
1946 2013-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
1947
1948 * term/xterm.el (xterm--report-background-handler): Don't burp
1949 upon timeout.
1950 (xterm--version-handler): Extract from terminal-init-xterm.
1951 (xterm--query): Don't mishandle timeout. Remove debugging messages.
1952 Allow multiple handlers.
1953 (terminal-init-xterm): Handle OSX's Terminal.app's incorrect answer.
1954
1955 * term/xterm.el: Don't discard input (bug#6758). Use lexical-binding.
1956 (xterm--report-background-handler, xterm--query): New functions.
1957 (terminal-init-xterm): Use them.
1958
1959 2013-03-11 Michael R. Mauger <michael@mauger.com>
1960
1961 * progmodes/sql.el Version 3.2
1962 Please note that my address changed to <michael@mauger.com>;
1963 the <mmaug@yahoo.com> address remains active.
1964 (sql-connection-alist): Updates documentation to fix bug#13715.
1965 (sql-connect): Handle missing `sql-connection-alist' correctly.
1966 (sql-mode-oracle-font-lock-keywords): Add missing keywords.
1967 (sql-magic-go, sql-magic-semicolon): Mark with `delete-selection'
1968 property.
1969 (sql-default-value): New function.
1970 (sql-get-login-ext, sql-get-login): Fixes bug where buffer-local
1971 values were not used.
1972 (sql-rename-buffer): Make sure alternate buffer name has no text
1973 properties.
1974 (sql-input-sender, sql-execute-feature): Fetch variable with
1975 `buffer-local-value' rather than `with-current-buffer'.
1976 (sql-*): Use #' function syntax consistently.
1977 (sql-*): Use message/error/user-error consistently.
1978
1979 2013-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
1980
1981 * xt-mouse.el (xterm-mouse-event-read): Remove.
1982 (xterm-mouse--read-event-sequence-1000)
1983 (xterm-mouse--read-event-sequence-1006): Use read-event instead.
1984
1985 2013-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
1986
1987 * term/xterm.el (xterm-function-map): Support format used with
1988 formatOtherKeys=1 (bug#13839).
1989
1990 * emacs-lisp/byte-run.el (dont-compile): Declare obsolete.
1991 (with-no-warnings): Use `declare'.
1992
1993 * whitespace.el (whitespace-enable-predicate): New variable.
1994 (whitespace-enable-predicate): Use it.
1995
1996 * comint.el (comint-send-input, comint-snapshot-last-prompt)
1997 (comint-output-filter, comint-update-fence):
1998 Use with-silent-modifications.
1999
2000 2013-03-10 Jambunathan K <kjambunathan@gmail.com>
2001
2002 * replace.el (occur-read-regexp-defaults-function): New var.
2003 (occur-read-regexp-defaults): New defun.
2004 (occur-read-primary-args): Propagate above change (bug#13892).
2005
2006 2013-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
2007
2008 * mouse.el (mouse-drag-track): Remove left-over debugging code.
2009
2010 2013-03-09 Michael Albinus <michael.albinus@gmx.de>
2011
2012 Major rewrite due to changed D-Bus interface of GVFS 1.14.
2013
2014 * net/tramp-gvfs.el (top): Extend check for gvfs availability.
2015 (tramp-gvfs-methods-mounttracker, tramp-gvfs-listmounts)
2016 (tramp-gvfs-mountlocation, tramp-gvfs-mountlocation-signature):
2017 New defconst.
2018 (tramp-gvfs-file-name-handler-alist) [directory-files]
2019 [directory-files-and-attributes, file-exists-p, file-modes]:
2020 Use Tramp default handler.
2021 [file-acl, file-selinux-context, process-file, set-file-acl]:
2022 [set-file-modes, set-file-selinux-context, shell-command]:
2023 [start-file-process]: Remove handler.
2024 [verify-visited-file-modtime]: New handler.
2025 (tramp-gvfs-dbus-string-to-byte-array)
2026 (tramp-gvfs-dbus-byte-array-to-string): New defuns. Replace all
2027 calls of `dbus-string-to-byte-array' and
2028 `tramp-gvfs-dbus-byte-array-to-string'.
2029 (tramp-gvfs-handle-copy-file)
2030 (tramp-gvfs-handle-delete-directory)
2031 (tramp-gvfs-handle-delete-file, tramp-gvfs-handle-file-attributes)
2032 (tramp-gvfs-handle-file-directory-p)
2033 (tramp-gvfs-handle-file-executable-p)
2034 (tramp-gvfs-handle-file-name-all-completions)
2035 (tramp-gvfs-handle-file-readable-p)
2036 (tramp-gvfs-handle-file-writable-p)
2037 (tramp-gvfs-handle-insert-directory)
2038 (tramp-gvfs-handle-insert-file-contents)
2039 (tramp-gvfs-handle-make-directory, tramp-gvfs-handle-rename-file)
2040 (tramp-gvfs-handle-set-visited-file-modtime)
2041 (tramp-gvfs-handle-write-region): Rewrite.
2042 (tramp-gvfs-handle-file-acl)
2043 (tramp-gvfs-handle-file-selinux-context)
2044 (tramp-gvfs-handle-process-file, tramp-gvfs-handle-set-file-acl)
2045 (tramp-gvfs-handle-set-file-modes)
2046 (tramp-gvfs-handle-set-file-selinux-context)
2047 (tramp-gvfs-handle-shell-command)
2048 (tramp-gvfs-handle-start-file-process)
2049 (tramp-gvfs-handle-verify-visited-file-modtime): Remove defuns.
2050 (tramp-gvfs-url-file-name): Do not use `file-truename', we work
2051 over the symlinks. Fix user handling.
2052 (top, tramp-gvfs-handler-mounted-unmounted): Handle different names
2053 of the D-Bus signals.
2054 (tramp-gvfs-connection-mounted-p): Handle different names of the
2055 D-Bus methods.
2056 (tramp-gvfs-mount-spec-entry): New defun.
2057 (tramp-gvfs-mount-spec): Use it.
2058 (tramp-gvfs-maybe-open-connection): Check, that in case of "smb"
2059 there is a share name. Handle different names of the D-Bus
2060 signals and methods. Set connection properties needed for
2061 `tramp-check-cached-permissions'.
2062 (tramp-gvfs-send-command): Apply `tramp-gvfs-maybe-open-connection'.
2063 Return t or nil.
2064
2065 * net/tramp.el (tramp-backtrace): Move up.
2066 (tramp-error): Dump a backtrace into the debug buffer when
2067 `tramp-verbose > 9.
2068 (tramp-file-mode-type-map, tramp-file-mode-from-int)
2069 (tramp-file-mode-permissions, tramp-get-local-uid)
2070 (tramp-get-local-gid, tramp-check-cached-permissions): Move from
2071 tramp-sh.el.
2072
2073 * net/tramp-sh.el (tramp-file-mode-type-map)
2074 (tramp-check-cached-permissions, tramp-file-mode-from-int)
2075 (tramp-file-mode-permissions, tramp-get-local-uid)
2076 (tramp-get-local-gid): Move to tramp.el.
2077
2078 2013-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
2079
2080 Separate mouse-1-click-follows-link from mouse-drag-region.
2081 * mouse.el (mouse--down-1-maybe-follows-link): New function.
2082 (key-translation-map): Use it to implement mouse-1-click-follows-link.
2083 (mouse-drag-line, mouse-drag-track):
2084 Remove mouse-1-click-follows-link code.
2085 (mouse--remap-link-click-p): Remove.
2086
2087 2013-03-08 Jambunathan K <kjambunathan@gmail.com>
2088
2089 * hi-lock.el (hi-lock-read-regexp-defaults-function): New var.
2090 (hi-lock-read-regexp-defaults): New defun.
2091 (hi-lock-line-face-buffer, hi-lock-face-buffer)
2092 (hi-lock-face-phrase-buffer): Propagate above change.
2093 Update docstring (bug#13892).
2094
2095 * subr.el (find-tag-default-as-regexp): New defun.
2096 * replace.el (read-regexp): Propagate above change.
2097
2098 2013-03-08 Jay Belanger <jay.p.belanger@gmail.com>
2099
2100 * calc/calc-units.el (calc-convert-units): Fix the way that default
2101 new units are stored.
2102
2103 2013-03-07 Matthias Meulien <orontee@gmail.com>
2104
2105 * bookmark.el: Define a face to highlight bookmark names in
2106 bookmark menu buffers, where the default is a bold face similarly
2107 to buffer names in buffer menu buffers.
2108 (bookmark-menu-bookmark): New face to highlight bookmark names.
2109 (bookmark-insert-location): Remove duplicated text property to
2110 conform to buffer list (see `list-buffers').
2111 (bookmark-bmenu-list, bookmark-bmenu-hide-filenames): Apply face
2112 `bookmark-menu-bookmark' to bookmark names.
2113
2114 2013-03-07 Matthias Meulien <orontee@gmail.com>
2115 Karl Fogel <kfogel@red-bean.com>
2116
2117 * bookmark.el: Display the bookmark list header similarly to the
2118 buffer list header (see `list-buffers'), where the default is now
2119 an immovable/immutable header line.
2120 (bookmark-bmenu-use-header-line): New variable.
2121 (bookmark-bmenu-inline-header-height): New name for
2122 `bookmark-bmenu-header-height', to avoid confusion with the code
2123 for the new immovable header. All references changed.
2124 (bookmark-bmenu-set-header): New function.
2125 (bookmark-bmenu-list, bookmark-bmenu-toggle-filenames):
2126 Conditionalize header construction accordingly.
2127 (bookmark-bmenu-ensure-position): Conditionalize the skipping of
2128 the inline header height.
2129 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
2130 Conditionalize the skipping of the inline header height.
2131
2132 2013-03-07 Dmitry Gutov <dgutov@yandex.ru>
2133
2134 * progmodes/js.el (js--multi-line-declaration-indentation):
2135 Merge from js2-mode (https://github.com/mooz/js2-mode/issues/89).
2136
2137 2013-03-06 Dmitry Gutov <dgutov@yandex.ru>
2138
2139 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
2140 Only propertize regexp when not inside a string (Bug#13885).
2141
2142 2013-03-06 Alan Mackenzie <acm@muc.de>
2143
2144 Correct the position of point in some line-up functions.
2145 * progmodes/cc-align.el (c-lineup-whitesmith-in-block)
2146 (c-lineup-assignments, c-lineup-gcc-asm-reg ): take position of
2147 point at column 0 rather than at a random place in the line.
2148
2149 2013-03-05 Michael Albinus <michael.albinus@gmx.de>
2150
2151 * net/tramp-compat.el (tramp-compat-delete-directory):
2152 Implement TRASH argument.
2153
2154 2013-03-05 Dmitry Gutov <dgutov@yandex.ru>
2155
2156 Keep pre-existing highlighting in completion candidates (Bug#13250).
2157 * minibuffer.el (completions-first-difference): State that the
2158 face is "added" in the docstring.
2159 (completions-common-part): Same. And don't inherit from default.
2160 (completion-hilit-commonality): Prepend 'completions-common-part
2161 and 'completion-first-difference faces to the 'face property,
2162 instead of replacing the value(s).
2163 (completion--insert-strings): Same with 'completions-annotations face.
2164 (completion-hilit-commonality): Use 'face instead of
2165 'font-lock-face, because it gets priority if the completion
2166 strings already have 'face set.
2167
2168 2013-03-04 Alan Mackenzie <acm@muc.de>
2169
2170 Replace `last-command-event' by `last-command-char' in XEmacs.
2171 * progmodes/cc-defs.el (c-last-command-char): New macro.
2172 * progmodes/cc-align.el (c-semi&comma-inside-parenlist)
2173 (c-semi&comma-no-newlines-before-nonblanks)
2174 (c-semi&comma-no-newlines-for-oneline-inliners): Use the new macro
2175 in place of `last-command-event'.
2176 * progmodes/cc-cmds.el (c-electric-pound, c-electric-brace)
2177 (c-electric-slash, c-electric-semi&comma, c-electric-lt-gt)
2178 (c-electric-paren, c-electric-continued-statement): Use the new
2179 macro in place of `last-command-event'.
2180
2181 2013-03-04 Glenn Morris <rgm@gnu.org>
2182
2183 * files.el (inhibit-local-variables-regexps):
2184 Add .diff and .patch. (Bug#13862)
2185
2186 2013-03-03 Michael Albinus <michael.albinus@gmx.de>
2187
2188 * net/tramp-adb.el (tramp-adb-maybe-open-connection): Cache,
2189 whether the "su" command is available on the device.
2190
2191 2013-03-01 Michael Albinus <michael.albinus@gmx.de>
2192
2193 * net/tramp-adb.el (tramp-adb-prompt): Extend regexp.
2194 (tramp-adb-handle-process-file): Remove superfluous setting.
2195 (tramp-adb-command-exit-status): Handle case that COMMAND is nil.
2196 (tramp-adb-barf-unless-okay): Use `tramp-adb-command-exit-status'.
2197 (tramp-adb-maybe-open-connection): Apply "su" if user is defined.
2198
2199 2013-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
2200
2201 * textmodes/ispell.el: Fix nitpicks and byte-compiler warnings.
2202 (ispell-print-if-debug): Build `format' in. Avoid end-of-buffer.
2203 (ispell-parse-hunspell-affix-file): Avoid beginning-of-buffer.
2204 Use dict-key rather than dict-name for the error message.
2205
2206 2013-03-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2207
2208 * net/net-utils.el (net-utils-run-simple): Don't display-buffer
2209 when reverting (bug#13831).
2210
2211 2013-03-01 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2212
2213 * textmodes/ispell.el (ispell-find-hunspell-dictionaries):
2214 Always expand affix-file before storing to protect against changed
2215 `default-directory'.
2216 (ispell-print-if-debug): Make sure message is printed at the end
2217 of the debug buffer.
2218
2219 2013-03-01 Michael Albinus <michael.albinus@gmx.de>
2220
2221 * net/tramp.el (tramp-obsolete-methods): New defconst.
2222 (tramp-warned-obsolete-methods): New defvar.
2223 (tramp-find-method): Check for obsolete methods. Map them to a
2224 replacement method if appropriate.
2225
2226 * net/tramp-sh.el (tramp-methods) [scp1, scp2, ssh1, ssh2, plink1]:
2227 Remove methods.
2228 (top): Remove completion functions for "scp1", "scp2", "ssh1",
2229 "ssh2" and "plink1".
2230
2231 2013-02-28 Dale Sedivec <dale@codefu.org>
2232
2233 * textmodes/sgml-mode.el (sgml-syntax-propertize-function):
2234 Return valid syntax-table property value when converting
2235 quotes within text from string syntax to punctuation syntax (bug#13844).
2236
2237 2013-02-28 Juri Linkov <juri@jurta.org>
2238
2239 * dired-aux.el (dired-diff): If file at point is a backup file,
2240 use its original as the default value, and reverse the order
2241 of arguments to the `diff' call. Doc fix. (Bug#13772)
2242
2243 2013-02-28 Michael Albinus <michael.albinus@gmx.de>
2244
2245 * net/tramp-adb.el (tramp-adb-sdk-dir): Remove. Replaced by ...
2246 (tramp-adb-program): New defcustom. Remove function. Adapt calls.
2247
2248 2013-02-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2249
2250 Initial support for hunspell dictionaries auto-detection (Bug#13639)
2251
2252 * textmodes/ispell.el (ispell-find-hunspell-dictionaries):
2253 Ask hunspell about available and default dictionaries.
2254 (ispell-parse-hunspell-affix-file): Extract relevant info from
2255 hunspell affix file.
2256 (ispell-hunspell-fill-dictionary-entry): Fill non-initialized
2257 `ispell-dictionary-alist' entry for given dictionary after info
2258 provided by `ispell-parse-hunspell-affix-file'.
2259 (ispell-hunspell-dict-paths-alist): New defvar to contain an alist
2260 of parsed hunspell dicts and associated affix files.
2261 (ispell-hunspell-dictionary-alist): New defvar to contain an alist
2262 of parsed hunspell dicts and associated parameters.
2263 (ispell-set-spellchecker-params):
2264 Call `ispell-find-hunspell-dictionaries' if hunspell and not
2265 previously done.
2266 (ispell-start-process):
2267 Call `ispell-hunspell-fill-dictionary-entry' for current
2268 dictionary if it is not initialized.
2269
2270 2013-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
2271
2272 * imenu.el: Comment nitpicks.
2273
2274 2013-02-28 Sam Steingold <sds@gnu.org>
2275
2276 * vc/diff-mode.el (diff-hunk-file-names): Handle filenames with spaces.
2277 See <http://stackoverflow.com/questions/14720205>.
2278
2279 2013-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2280
2281 * net/net-utils.el (net-utils--revert-function): New fun (bug#13831).
2282 (net-utils-mode): Use it.
2283 (net-utils--revert-cmd): New var.
2284 (net-utils-run-simple): Set it, and remove bogus interactive spec.
2285 (traceroute): Use net-utils-run-simple.
2286
2287 2013-02-28 Glenn Morris <rgm@gnu.org>
2288
2289 * textmodes/paragraphs.el (mark-paragraph): Doc fix.
2290
2291 2013-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
2292
2293 * doc-view.el: Preserve h&v scroll across C-c C-c C-c C-c.
2294 (doc-view-fallback-mode): Remove overlays here.
2295 (doc-view-toggle-display): Instead of here. Don't throw away
2296 image-mode-winprops-alist.
2297 (doc-view-goto-page): Don't mess with hscroll.
2298
2299 2013-02-27 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2300
2301 * font-lock.el (lisp-font-lock-keywords-2): Fix highlighting of
2302 &optional (bug#13819).
2303
2304 2013-02-27 Michael Albinus <michael.albinus@gmx.de>
2305
2306 * net/tramp-adb.el (tramp-adb-parse-device-names)
2307 (tramp-adb-maybe-open-connection): Add timeouts. (Bug#13299)
2308
2309 2013-02-26 Michael Albinus <michael.albinus@gmx.de>
2310
2311 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
2312 Add "2>/dev/null" to the ls command, in case "en_US.utf8" is not
2313 defined. POSIX environments fall back to the "C" locale then and
2314 emit a warning, which shall be suppressed.
2315
2316 2013-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
2317
2318 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode): Tweak logic.
2319 (easy-mmode-set-keymap-parents): Use make-composed-keymap.
2320
2321 2013-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
2322
2323 * emacs-lisp/bytecomp.el (byte-compile-file): Use let.
2324
2325 2013-02-25 Juri Linkov <juri@jurta.org>
2326
2327 * replace.el (read-regexp): Let-bind `default' to the first
2328 element of `defaults' if it's a list, otherwise it should be
2329 a string or nil. Let-bind `suggestions' to `defaults' if it's
2330 a list, otherwise make a list with the string value. Doc fix.
2331 (Bug#13805)
2332
2333 2013-02-25 Eli Zaretskii <eliz@gnu.org>
2334
2335 * emacs-lisp/bytecomp.el (byte-recompile-directory): Reject files
2336 that match "\`\.#", to avoid compiling lock files, even if they
2337 are readable (as they are on MS-Windows).
2338
2339 2013-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
2340
2341 * files.el (basic-save-buffer): Remove redundant directory-creation.
2342
2343 2013-02-24 Jay Belanger <jay.p.belanger@gmail.com>
2344
2345 * calc/calc-ext.el (math-to-radians-2, math-from-radians-2):
2346 Add option to force `pi' to remain symbolic.
2347 * calc/calcalg2.el (calcFunc-sin, calcFunc-cos, calcFunc-tan)
2348 (calcFunc-cot, calcFunc-csc, calcFunc-sec, calcFunc-arcsin)
2349 (calcFunc-arccos, calcFunc-arctan): Use symbolic `pi' in the
2350 derivatives, when necessary.
2351
2352 2013-02-23 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
2353
2354 * progmodes/ps-mode.el (ps-mode-version): Bump to 1.1i.
2355 (ps-mode-octal-region): Use string-make-unibyte.
2356
2357 2013-02-23 Glenn Morris <rgm@gnu.org>
2358
2359 * emulation/viper-cmd.el (viper-submit-report):
2360 * progmodes/ps-mode.el (ps-mode-maintainer-address):
2361 * progmodes/vera-mode.el (vera-mode-help-address):
2362 * textmodes/artist.el (artist-maintainer-address):
2363 * textmodes/reftex.el (reftex-report-bug):
2364 * vc/ediff-util.el (ediff-submit-report):
2365 Add bug-gnu-emacs to bug report address.
2366
2367 * progmodes/simula.el (simula-mode-menu, simula-mode-map):
2368 Remove bug report entries.
2369 (simula-mode-help-address, simula-submit-bug-report): Make obsolete.
2370
2371 * emacs-lisp/bytecomp.el (byte-compile-level): New.
2372 (byte-compile-file, byte-compile-from-buffer):
2373 Use separate input/output buffers for each level of recursive
2374 byte-compile-file calls. (Bug#13787)
2375
2376 2013-02-23 Michael Albinus <michael.albinus@gmx.de>
2377
2378 * net/tramp.el (tramp-methods): Fix docstring.
2379 (tramp-ssh-controlmaster-options): Rename it from
2380 `tramp-ssh-controlmaster-template'. Return a string.
2381 (tramp-default-method): Adapt check for
2382 `tramp-ssh-controlmaster-options'.
2383
2384 * net/tramp-sh.el (tramp-methods):
2385 Replace `tramp-ssh-controlmaster-template' by "%c".
2386 (tramp-do-copy-or-rename-file-out-of-band)
2387 (tramp-maybe-open-connection): Use it in format spec. Ensure,
2388 that it is applied for the first hop only.
2389
2390 2013-02-22 Juri Linkov <juri@jurta.org>
2391
2392 * isearch.el (isearch-lazy-highlight-new-loop):
2393 Set `isearch-lazy-highlight-start' and `isearch-lazy-highlight-end'
2394 to `isearch-other-end' if it is not nil. (Bug#13402)
2395
2396 * replace.el (replace-highlight): Let-bind `isearch-other-end'
2397 to `match-beg'.
2398
2399 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
2400 Let-bind `isearch-other-end' to `start', `isearch-forward' to t
2401 and `isearch-error' to nil.
2402
2403 2013-03-16 Fabián Ezequiel Gallina <fgallina@cuca>
2404
2405 * progmodes/python.el (python-info-current-defun):
2406 Enhance match-data cluttering prevention.
2407
2408 2013-02-22 Michael Albinus <michael.albinus@gmx.de>
2409
2410 * net/tramp.el (tramp-tramp-file-p): Fix docstring.
2411
2412 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
2413 Handle multibyte file names.
2414
2415 2013-02-22 Glenn Morris <rgm@gnu.org>
2416
2417 * textmodes/sgml-mode.el (sgml-xml-mode): Move before use.
2418 (sgml-transformation-function): Give it a :set function.
2419 (sgml-tag): Doc fix.
2420
2421 * cmuscheme.el (scheme-buffer):
2422 * progmodes/inf-lisp.el (inferior-lisp-buffer):
2423 * progmodes/tcl.el (inferior-tcl-buffer):
2424 * textmodes/tex-mode.el (tex-command): Doc fixes.
2425
2426 * image-mode.el (image-mode): Add mouse bindings for mode-line-process.
2427
2428 * htmlfontify.el (hfy-default-header): Encode title string. (Bug#7457)
2429
2430 2013-02-21 Bastien Guerry <bzg@gnu.org>
2431
2432 * cmuscheme.el (scheme-buffer): Fix docstring. (Bug#13778)
2433
2434 2013-02-21 Fabián Ezequiel Gallina <fgallina@cuca>
2435
2436 * progmodes/python.el (python-info-current-defun):
2437 Enhance match-data cluttering prevention.
2438
2439 2013-02-21 Glenn Morris <rgm@gnu.org>
2440
2441 * net/tramp.el (tramp-get-debug-buffer): Ensure outline.el is not
2442 loaded while outline-regexp is let bound. (Bug#9584)
2443
2444 2013-02-21 Fabián Ezequiel Gallina <fgallina@cuca>
2445
2446 * progmodes/python.el (python-info-current-defun): Fix failed
2447 defun name retrieval because of unwanted match-data cluttering.
2448
2449 2013-02-21 Michael Albinus <michael.albinus@gmx.de>
2450
2451 * net/tramp.el (tramp-ssh-controlmaster-template): Make it a
2452 defconst. Apply independent check for ControlPersist.
2453
2454 * net/tramp-sh.el (tramp-sh-handle-set-file-times): Set $UTC only
2455 temporarily, via "env".
2456
2457 2013-02-21 Glenn Morris <rgm@gnu.org>
2458
2459 * info.el (Info-enable-edit): Remove.
2460 (Info-edit): Disable it rather than using Info-enable.
2461 (Info-edit-mode-hook, Info-edit-map, Info-edit-mode, Info-edit)
2462 (Info-cease-edit): Make editing of Info files obsolete.
2463
2464 * informat.el (Info-tagify):
2465 Handle buffers not visiting files. (Bug#13763)
2466
2467 2013-02-21 Juanma Barranquero <lekktu@gmail.com>
2468
2469 * calc/calc-graph.el (calc-graph-show-dumb): Fix typo.
2470
2471 2013-02-21 Glenn Morris <rgm@gnu.org>
2472
2473 * files.el (basic-save-buffer): Move check for existing parent
2474 directory after hooks. (Bug#13773)
2475
2476 2013-02-20 Stefan Monnier <monnier@iro.umontreal.ca>
2477
2478 * simple.el (command-execute): Move from C. Add obsolete check.
2479 (extended-command-history): Move from C.
2480
2481 2013-02-20 Ulrich Müller <ulm@gentoo.org>
2482
2483 * jka-cmpr-hook.el (jka-compr-compression-info-list)
2484 (jka-compr-mode-alist-additions): Handle .txz suffix for
2485 XZ-compressed tar archives (bug#13770).
2486
2487 2013-02-20 Bastien Guerry <bzg@gnu.org>
2488
2489 * outline.el (outline-regexp, outline-heading-end-regexp):
2490 Make variables, not options (bug#13731).
2491
2492 2013-02-20 Glenn Morris <rgm@gnu.org>
2493
2494 * image.el (image-current-frame): Change from variable to function.
2495 (image-show-frame): Rename from image-nth-frame. Update callers.
2496 * image-mode.el (image-multi-frame): New variable.
2497 (image-mode-map, image-mode, image-goto-frame):
2498 Use image-multi-frame rather than image-current-frame.
2499 (image-mode, image-goto-frame): Use image-current-frame as
2500 function rather than as variable.
2501
2502 * emacs-lisp/cl-lib.el (cl-floatp-safe): Make it an alias for floatp.
2503 * emacs-lisp/cl-macs.el (cl--make-type-test)
2504 (cl--compiler-macro-assoc): Use floatp rather than cl-floatp-safe.
2505
2506 2013-02-19 Michael Albinus <michael.albinus@gmx.de>
2507
2508 * net/tramp-cache.el (tramp-get-hash-table): New defun.
2509 (tramp-get-file-property, tramp-set-file-property)
2510 (tramp-get-connection-property, tramp-set-connection-property): Use it.
2511 (tramp-flush-file-property, tramp-flush-directory-property):
2512 Rename argument to KEY.
2513 (tramp-flush-connection-property): Simplify a little bit.
2514 (tramp-connection-property-p): New defun.
2515 (top): Reapply saved values only if there isn't a corresponding
2516 entry in `tramp-connection-properties'.
2517
2518 2013-02-19 Fabián Ezequiel Gallina <fgallina@cuca>
2519
2520 * progmodes/python.el (python-indent-context):
2521 Fix python-info-line-ends-backslash-p call.
2522 (python-info-line-ends-backslash-p)
2523 (python-info-beginning-of-backslash): Respect line-number argument.
2524 (python-info-current-line-comment-p):
2525 Fix behavior when not at beginning-of-line.
2526 (python-util-position): Remove function.
2527 (python-util-goto-line): New function.
2528
2529 2013-02-19 Michael Albinus <michael.albinus@gmx.de>
2530
2531 * eshell/em-unix.el (eshell/su): Require tramp.
2532 (eshell/sudo): Require tramp. Remove now unnecessary check.
2533
2534 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Let-bind
2535 `tramp-current-connection' in order to avoid an error when several
2536 commands are invoked in a short time in eshell and friends.
2537
2538 2013-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
2539
2540 Cleanup some of EIEIO's namespace.
2541 * emacs-lisp/eieio.el (eieio--define-field-accessors): New macro.
2542 Use it to define all the class-* and object-* field accessors (renamed
2543 to eieio--class-* and eieio--object-*). Update all uses.
2544 (eieio--class-num-slots, eieio--object-num-slots): Rename from
2545 class-num-slots and object-num-slots.
2546 (eieio--check-type): New macro.
2547 (eieio-defclass, eieio-oref, eieio-oref-default, same-class-p)
2548 (object-of-class-p, child-of-class-p, object-slots, class-slot-initarg)
2549 (eieio-oset, eieio-oset-default, object-assoc, object-assoc-list)
2550 (object-assoc-list-safe): Use it.
2551 (eieio-defclass): Tighten regexp.
2552 (eieio--defmethod): Use `memq'. Signal an error for unknown method kind.
2553 Remove unreachable code.
2554 (object-class-fast): Declare obsolete.
2555 (eieio-class-name, eieio-object-name, eieio-object-set-name-string)
2556 (eieio-object-class, eieio-object-class-name, eieio-class-parents)
2557 (eieio-class-children, eieio-class-precedence-list, eieio-class-parent):
2558 Rename from class-name, object-name, object-set-name-string,
2559 object-class, object-class-name, class-parents, class-children,
2560 class-precedence-list, class-parent; with obsolete alias.
2561 (class-of, class-direct-superclasses, class-direct-subclasses):
2562 Declare obsolete.
2563 (eieio-defmethod): Use `memq'; remove unreachable code.
2564 * emacs-lisp/eieio-base.el (eieio-persistent-read):
2565 * emacs-lisp/eieio-opt.el (eieio-class-button, eieio-describe-generic)
2566 (eieio-browse-tree, eieio-browse): Use eieio--check-type.
2567
2568 2013-02-18 Aidan Gauland <aidalgol@no8wireless.co.nz>
2569
2570 * eshell/em-cmpl.el: Correct "context-related help" keybinding in
2571 commentary.
2572
2573 2013-02-18 Michael Heerdegen <michael_heerdegen@web.de>
2574
2575 * emacs-lisp/eldoc.el (eldoc-highlight-function-argument):
2576 Use font-lock-keyword-face for macros and special forms (bug#8345).
2577
2578 2013-02-17 Didier Verna <didier@didierverna.net>
2579
2580 * net/network-stream.el (network-stream-open-starttls):
2581 Check that response to the starttls-command is non-nil. (Bug#13706)
2582
2583 2013-02-17 Stefan Monnier <monnier@iro.umontreal.ca>
2584
2585 * font-lock.el (lisp-font-lock-keywords-1, lisp-font-lock-keywords-2):
2586 Don't assume all identifier chars have syntax word.
2587 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
2588 Remove bar-not-symbol. Adjust callers.
2589 (lisp-mode-variables): Don't set a font-lock-syntax-table.
2590
2591 2013-02-17 Leo Liu <sdl.web@gmail.com>
2592
2593 * net/rcirc.el (rcirc-keepalive): Fix invalid timer error.
2594
2595 2013-02-17 Glenn Morris <rgm@gnu.org>
2596
2597 * menu-bar.el (menu-bar-tools-menu): Fix case of EDE entry.
2598
2599 * image-mode.el (image-mode-map): Add image-dired menu entry.
2600
2601 * image-dired.el (tumme): Make this alias obsolete.
2602
2603 2013-02-16 Glenn Morris <rgm@gnu.org>
2604
2605 * image.el (image-animated-types): Remove.
2606 (image-multi-frame-p): Rename from image-animated-p, and generalize.
2607 (image-animated-p): Make obsolete alias.
2608 (image-animate, image-nth-frame, image-animate-timeout):
2609 Use image-multi-frame-p.
2610 (image-animate-timeout): If no delay, use image-default-frame-delay.
2611 * image-mode.el (image-mode, image-toggle-animation):
2612 Use image-multi-frame-p. (Bug#763, bug#10739)
2613 (image-mode): Adjust startup message for a multi-frame image.
2614
2615 * image-mode.el (image-mode-map): Give it a menu.
2616
2617 2013-02-16 Michael Albinus <michael.albinus@gmx.de>
2618
2619 * net/tramp-cache.el (tramp-connection-properties): New customer
2620 option.
2621 (tramp-get-connection-property): Use it.
2622
2623 * net/tramp-compat.el (top): Require 'trampver.
2624
2625 * net/tramp-sh.el (tramp-remote-process-environment):
2626 Set tramp-autoload cookie.
2627
2628 2013-02-16 Kevin Ryde <user42@zip.com.au>
2629
2630 * info-look.el (info-lookup-select-mode): If major-mode has no
2631 info-lookup-alist entry then search up derived-mode-parent (bug#8660).
2632
2633 2013-02-16 Jambunathan K <kjambunathan@gmail.com>
2634
2635 * replace.el (read-regexp): Tighten the regexp that matches tag.
2636 When tag is retrieved with `find-tag-default', use regexp that
2637 matches tag at point. Also update docstring (Bug#13687).
2638
2639 2013-02-16 Eli Zaretskii <eliz@gnu.org>
2640
2641 * autorevert.el (auto-revert-notify-add-watch): With 'w32notify',
2642 add watch for the file, not its parent directory, since w32notify
2643 sets up the watch for the directory internally. (Bug#13725)
2644
2645 2013-02-16 Glenn Morris <rgm@gnu.org>
2646
2647 * image.el (image-default-frame-delay): New variable.
2648 (image-animated-p): Use image-default-frame-delay.
2649 (image-minimum-frame-delay): New constant.
2650 (image-animate-timeout): Use image-minimum-frame-delay.
2651
2652 * image.el (image-nth-frame): New, split from image-animate-timeout.
2653 (image-animate-timeout): Use image-nth-frame.
2654 * image-mode.el (image-goto-frame, image-next-frame)
2655 (image-previous-frame): New commands.
2656 (image-mode-map): Add new frame commands.
2657
2658 2013-02-16 Jonas Bernoulli <jonas@bernoul.li>
2659
2660 * emacs-lisp/tabulated-list.el (tabulated-list-print-col):
2661 If col-desc already has help-echo, use it. (Bug#13563)
2662
2663 2013-02-16 Glenn Morris <rgm@gnu.org>
2664
2665 * image.el (image-current-frame): New variable.
2666 (image-animate-timeout): Set image-current-frame.
2667 * image-mode.el (image-mode): For animated images,
2668 display a frame counter via mode-line-process.
2669
2670 * font-lock.el (lisp-font-lock-keywords-1): Add defvar-local.
2671
2672 2013-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
2673
2674 * simple.el (eval-expression): Let `exp' set the mark (bug#13724).
2675
2676 2013-02-15 Alan Mackenzie <acm@muc.de>
2677
2678 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode): When a
2679 global minor mode has been enabled, call the minor mode function
2680 for a new buffer once only, after the major mode hook, whilst
2681 allowing that hook explicitly to disable the minor mode.
2682 (MODE-disable-in-buffer): New (generated) function.
2683 (disable-MODE): New (generated) buffer local variable.
2684
2685 2013-02-15 Jambunathan K <kjambunathan@gmail.com>
2686
2687 * iswitchb.el (iswitchb-read-buffer): Bind `C-.' and `C-,' to
2688 `iswitchb-next-match' and `iswitchb-prev-match' resply.
2689 * ido.el (ido-init-completion-maps): Bind `C-.' and `C-,' to
2690 `ido-next-match' and `ido-prev-match' resply.
2691 * icomplete.el (icomplete-minibuffer-map): Unbind `C-s' and `C-r'.
2692 Bind `C-.' and `C-,' to `icomplete-forward-completions' and
2693 `icomplete-backward-completions' (Bug#13708).
2694
2695 2013-02-15 Glenn Morris <rgm@gnu.org>
2696
2697 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
2698
2699 2013-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
2700
2701 * net/goto-addr.el (goto-address-fontify): Add start and end args.
2702 (goto-address-fontify-region): Use them instead of narrowing, so
2703 syntax-ppss has access to the whole buffer.
2704
2705 2013-02-15 Fabián Ezequiel Gallina <fgallina@cuca>
2706
2707 * progmodes/python.el: Explain how to restore "cc-mode"-like
2708 forward-sexp movement in header documentation (Bug#13642).
2709 (python-nav--forward-sexp): Behave like emacs-lisp-mode in
2710 comments and strings (GH bug 114).
2711
2712 2013-02-15 Fabián Ezequiel Gallina <fgallina@cuca>
2713
2714 * progmodes/python.el (python-info-current-defun): Fix current
2715 defun detection (Bug#13618).
2716
2717 2013-02-15 Chong Yidong <cyd@gnu.org>
2718
2719 * xml.el (xml-parse-string): Fix typo in handling of bad character
2720 references.
2721
2722 2013-02-15 Glenn Morris <rgm@gnu.org>
2723
2724 * play/fortune.el (fortune-compile): Simplify and fix previous change.
2725
2726 2013-02-14 Michael Albinus <michael.albinus@gmx.de>
2727
2728 * net/tramp.el (tramp-debug-message):
2729 Add `tramp-condition-case-unless-debug'.
2730 (tramp-debug-on-error): New defvar.
2731 (tramp-condition-case-unless-debug): New defun.
2732 (tramp-file-name-handler): Use it.
2733
2734 2013-02-14 Juri Linkov <juri@jurta.org>
2735
2736 * info.el (Info-isearch-filter): Treat non-nil values of
2737 `search-invisible' including its default value `open'
2738 like the value `t' to match hidden text. (Bug#13402)
2739
2740 2013-02-14 Glenn Morris <rgm@gnu.org>
2741
2742 * help-fns.el (find-lisp-object-file-name): Give special treatment
2743 to all ~/.foo.elc files, not just ~/.emacs. (Bug#9007)
2744
2745 2013-02-14 David Biesack <sasdjb@d72933.na.sas.com> (tiny change)
2746
2747 * net/quickurl.el (quickurl-save-urls):
2748 Ensure quickurl-urls is not truncated on printing. (Bug#9276)
2749
2750 2013-02-14 Dmitry Gutov <dgutov@yandex.ru>
2751
2752 * progmodes/ruby-mode.el (ruby-parse-partial): Don't increase
2753 depth for unfinished percent literal. Not using it in the caller.
2754 (ruby-move-to-block): Jump over multiline literals of all types,
2755 ignoring code-looking contents inside them.
2756 (ruby-add-log-current-method): Improve performance at the expense
2757 of accuracy. `ruby-block-contains-point' is relatively slow, so
2758 only use it for method and singleton class blocks.
2759
2760 2013-02-13 Michael Albinus <michael.albinus@gmx.de>
2761
2762 Use ControlMaster where applicable. (Bug#13677)
2763
2764 * net/tramp.el (tramp-ssh-controlmaster-template): New defvar,
2765 replacing `tramp-detect-ssh-controlmaster'.
2766 (tramp-default-method): Use it.
2767
2768 * net/tramp-sh.el (tramp-methods) [scp, scp1, scp2, scpx, sftp]:
2769 [rsync, ssh, ssh1, ssh2, sshx]: Add ControlPath and ControlMaster
2770 arguments.
2771 [scpc, rsyncc]: Remove methods.
2772 (top): Remove completion functions for "scpc", "rsyncc", "ssh1_old"
2773 and "ssh2_old".
2774 (tramp-do-copy-or-rename-file-out-of-band): Change trace level.
2775 (tramp-maybe-open-connection): Reuse tmpfile for ControlPath.
2776
2777 2013-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
2778
2779 * emacs-lisp/package.el (package--initialized): Move before first use.
2780
2781 2013-02-13 Jambunathan K <kjambunathan@gmail.com>
2782
2783 * icomplete.el (icomplete-hide-common-prefix): New user option.
2784 (icomplete-first-match): New face.
2785 (icomplete-completions): Correct handling of "complete but not
2786 unique" (Bug#12638).
2787
2788 2013-02-13 YE Qianchuan <stool.ye@gmail.com> (tiny change)
2789
2790 * descr-text.el (describe-char): Display the script (bug#13698).
2791
2792 2013-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
2793
2794 * tmm.el: Use lexical-binding and current-active-maps.
2795 (tmm-menubar): Use map-keymap and pcase.
2796 (tmm--completion-table): New function.
2797 (tmm-prompt): Use it to fix the menu order.
2798 (tmm-get-keybind): Use current-active-maps.
2799
2800 2013-02-12 Christopher Schmidt <christopher@ch.ristopher.com>
2801
2802 Add dired-hide-details-mode. (Bug#6799)
2803
2804 * locate.el (locate-mode): Set parent mode property to dired-mode.
2805
2806 * find-dired.el (find-dired): Call dired-insert-set-properties on
2807 initial information line. Set process mark on end of buffer.
2808 (find-dired-sentinel):
2809 Call dired-insert-set-properties on summary.
2810
2811 * dired.el (dired-hide-details-hide-symlink-targets)
2812 (dired-hide-details-hide-information-lines): New options.
2813 (dired-insert-directory):
2814 Set properties after final treatment of output.
2815 (dired-insert-set-properties):
2816 Set dired-hide-details-* properties.
2817 (dired-mode-map): Bind dired-hide-details-mode.
2818 (dired-mode): Set buffer-invisibility-spec to a list.
2819 (dired-next-line): Skip hidden lines.
2820 (dired-previous-line): Use dired-next-line.
2821 (dired-hide-details-mode): New minor mode.
2822 (dired-hide-details-update-invisibility-spec): New function.
2823
2824 2013-02-13 Glenn Morris <rgm@gnu.org>
2825
2826 * play/yow.el: Move to obsolete/. (Bug#9384)
2827
2828 2013-02-13 Juri Linkov <juri@jurta.org>
2829
2830 * vc/ediff-util.el (ediff-recenter): Use `select-frame-set-input-focus'
2831 to select `ediff-control-frame' and set input focus correctly on Xfce.
2832 (Bug#12218)
2833
2834 2013-02-13 Juri Linkov <juri@jurta.org>
2835
2836 * image-mode.el (image-mode-map):
2837 * doc-view.el (doc-view-mode-map):
2838 * vc/ediff-util.el (ediff-setup-keymap):
2839 Make S-SPC scroll in the opposite sense to SPC. (Bug#2145)
2840
2841 2013-02-13 Dmitry Gutov <dgutov@yandex.ru>
2842
2843 * progmodes/ruby-mode.el (ruby-move-to-block): Improve
2844 performance. Instead of recalculating indentation fully for each
2845 line, sum up indentation depth based only on visited lines.
2846 (ruby-parse-partial): Increase the depth after "do" even when END
2847 is right after it.
2848 (ruby-parse-partial): When END is in the middle of a percent
2849 literal, increase the depth if the delimiter chars belong to the
2850 paren syntax class.
2851
2852 2013-02-13 Kirill A. Korinskiy <catap@catap.ru>
2853
2854 * play/fortune.el (fortune-compile): Also make the compiled file
2855 if it does not exist at all, not just if it is old. (Bug#5338)
2856
2857 2013-02-13 Glenn Morris <rgm@gnu.org>
2858
2859 * emacs-lisp/package.el (package-menu-execute): Doc fix.
2860
2861 2013-02-13 Yves Baumes <ybaumes@gmail.com> (tiny change)
2862
2863 * lisp/emacs-lisp/package.el (package-menu-execute):
2864 Add optional noquery argument. (Bug#13625)
2865
2866 2013-02-13 Michael Albinus <michael.albinus@gmx.de>
2867
2868 * net/ange-ftp.el (ange-ftp-make-directory): Don't raise an error,
2869 if DIR exists and PARENTS is non-nil.
2870
2871 2013-02-13 Juanma Barranquero <lekktu@gmail.com>
2872
2873 * progmodes/js.el (js--multi-line-declaration-indentation):
2874 Silence byte-compiler warning.
2875
2876 2013-02-12 Michael Albinus <michael.albinus@gmx.de>
2877
2878 * net/tramp-adb.el (tramp-adb-handle-start-file-process): Rewrite.
2879
2880 * net/tramp-compat.el (top): Declare `remote-file-name-inhibit-cache'
2881 only if it doesn't exist.
2882
2883 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
2884 Set process marker.
2885
2886 2013-02-12 Tassilo Horn <tsdh@gnu.org>
2887
2888 * doc-view.el (doc-view-odf->pdf-converter-soffice): Use separate
2889 UserInstallation when calling soffice to work around LibreOffice
2890 bug 37531.
2891
2892 2013-02-12 Glenn Morris <rgm@gnu.org>
2893
2894 * files.el (basic-save-buffer):
2895 Offer to create a non-existing directory. (Bug#3016)
2896
2897 * calc/calc-graph.el (calc-graph-show-dumb):
2898 * calendar/calendar.el (calendar-mode-map):
2899 * cus-edit.el (custom-mode-map):
2900 * ehelp.el (electric-help-map):
2901 * emulation/vip.el (vip-mode-map):
2902 * epa.el (epa-key-list-mode-map):
2903 * info.el (Info-mode-map):
2904 * mail/rmail.el (rmail-mode-map):
2905 * mail/rmailsum.el (rmail-summary-mode-map):
2906 * man.el (Man-mode-map):
2907 * net/newst-plainview.el (newsticker-mode-map):
2908 * progmodes/cpp.el (cpp-edit-mode-map):
2909 * progmodes/grep.el (grep-mode-map):
2910 * progmodes/idlw-help.el (idlwave-help-mode-map):
2911 * simple.el (special-mode-map):
2912 * startup.el (splash-screen-keymap):
2913 * view.el (view-mode-map):
2914 Make S-SPC scroll in the opposite sense to SPC. (Bug#2145)
2915
2916 2013-02-11 Elias Pipping <pipping@lavabit.com>
2917
2918 * doc-view.el (doc-view-current-cache-dir): Beware % escapes
2919 (bug#13679).
2920
2921 2013-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
2922
2923 * cus-start.el (all): Remove inhibit-local-menu-bar-menus.
2924
2925 2013-02-11 Glenn Morris <rgm@gnu.org>
2926
2927 * vc/diff.el (diff-use-labels): New variable.
2928 (diff-no-select): Use --label rather than -L, and first
2929 check that it is supported. (Bug#11067)
2930
2931 * files.el (enable-dir-local-variables): New variable.
2932 (hack-dir-local-variables): Respect enable-dir-local-variables.
2933 * tutorial.el (help-with-tutorial):
2934 Ignore directory-local variables. (Bug#11127)
2935
2936 * vc/vc-svn.el (vc-svn-command): Move --non-interactive from here...
2937 (vc-svn-global-switches): ... to here. (Bug#13513)
2938
2939 2013-02-10 Christopher Schmidt <christopher@ch.ristopher.com>
2940
2941 * minibuf-eldef.el (minibuffer-default--in-prompt-regexps):
2942 Handle "foo (bar, default: xxx): " prompts.
2943
2944 2013-02-10 Chong Yidong <cyd@gnu.org>
2945
2946 * files.el (basic-save-buffer-1): Do not set
2947 buffer-file-coding-system-explicit (Bug#4533).
2948
2949 * mail/emacsbug.el (report-emacs-bug): Change binding of
2950 report-emacs-bug-insert-to-mailer to C-c M-i (Bug#13510).
2951
2952 2013-02-09 Jay Belanger <jay.p.belanger@gmail.com>
2953
2954 * calc/calc.el (calc-allow-units-as-numbers): New variable.
2955 * calc/calc-units.el (calc-convert-units): Use new variable.
2956
2957 2013-02-09 Eli Zaretskii <eliz@gnu.org>
2958
2959 * subr.el (buffer-file-type, default-buffer-file-type): Remove.
2960
2961 * net/ange-ftp.el (ange-ftp-insert-file-contents): Don't reference
2962 buffer-file-type.
2963
2964 * mail/feedmail.el (feedmail-force-binary-write): Doc fix.
2965 (feedmail-run-the-queue, feedmail-dump-message-to-queue)
2966 (feedmail-send-it-immediately): Don't bind buffer-file-type, bind
2967 coding-system-for-write instead.
2968
2969 * jka-compr.el (jka-compr-write-region): Don't bind
2970 buffer-file-type.
2971
2972 * emacs-lisp/bytecomp.el (byte-compile-file): Don't bind
2973 buffer-file-type.
2974
2975 * files.el (file-name-buffer-file-type-alist): Remove defvar.
2976 (insert-file-contents-literally): Remove reference to
2977 file-name-buffer-file-type-alist.
2978
2979 * dos-w32.el (file-name-buffer-file-type-alist): Deprecate and
2980 make-obsolete.
2981 (find-buffer-file-type-match, find-buffer-file-type): Remove.
2982 (find-buffer-file-type-coding-system): Remove references to
2983 find-buffer-file-type-match, find-buffer-file-type, and
2984 buffer-file-type.
2985 Don't put find-buffer-file-type-coding-system into
2986 file-coding-system-alist.
2987 (find-file-binary, find-file-text): Bind coding-system-for-read
2988 instead of file-name-buffer-file-type-alist.
2989
2990 2013-02-09 Jambunathan K <kjambunathan@gmail.com>
2991
2992 * doc-view.el: Use (and prefer) soffice as default ODF->PDF
2993 converter (Bug#13622).
2994 (doc-view-unoconv-program): Make obsolete alias.
2995 (doc-view-odf->pdf-converter-program): New variable.
2996 (doc-view-odf->pdf-converter-function): New variable.
2997 (doc-view-mode-p): Use it.
2998 (doc-view-odf->pdf-converter-unoconv):
2999 Rename from `doc-view-odf->pdf-converter-unoconv'.
3000 (doc-view-odf->pdf-converter-soffice): New function.
3001 (doc-view-convert-current-doc):
3002 Use `doc-view-odf->pdf-converter-function'.
3003
3004 2013-02-09 Chong Yidong <cyd@gnu.org>
3005
3006 * minibuffer.el (minibuffer-inactive-mode-map): Bind mouse-1 to
3007 view-echo-area-messages (Bug#13340).
3008
3009 * help.el (view-echo-area-messages): Use display-buffer.
3010
3011 * dired-x.el (dired-do-run-mail): Prompt for confirmation
3012 (Bug#13561).
3013
3014 2013-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
3015
3016 * emacs-lisp/byte-run.el (eval-when-compile, eval-and-compile):
3017 Eval body right away, now that we do eager macroexpansion (bug#13605).
3018
3019 * simple.el (end-of-buffer): Don't touch unrelated windows (bug#13466).
3020 (fundamental-mode): Use run-mode-hooks.
3021
3022 * eshell/esh-proc.el (eshell/kill): Fix last change.
3023 * eshell/em-ls.el (eshell-ls-dir): Fix use of CL in last change.
3024
3025 2013-02-08 Aidan Gauland <aidalgol@no8wireless.co.nz>
3026
3027 * eshell/esh-proc.el (eshell/kill): Rewrite.
3028
3029 * eshell/em-ls.el (show-almost-all): Declare.
3030 (eshell-do-ls): Add support for -A argument.
3031
3032 2013-02-08 Jambunathan K <kjambunathan@gmail.com>
3033
3034 * icomplete.el (icomplete-forward-completions)
3035 (icomplete-backward-completions): Handle corner case (bug#13602).
3036
3037 2013-02-07 Michael Albinus <michael.albinus@gmx.de>
3038
3039 * vc/vc-hooks.el (vc-find-file-hook): `buffer-file-truename' can
3040 be nil. Handle this. (Bug#13636)
3041
3042 2013-02-07 Richard Stallman <rms@gnu.org>
3043
3044 * mail/rmail.el (rmail-variables): Specify `no-conversion' for
3045 `save-buffer-coding-system'.
3046
3047 2013-02-07 Alan Mackenzie <acm@muc.de>
3048
3049 Fix bug in state cache mechanism. Remove 'BOD "strategy". Refactor.
3050 * progmodes/cc-engine.el (c-get-fallback-scan-pos): Remove.
3051 (c-parse-state-get-strategy): Don't return 'BOD any more.
3052 (c-append-lower-brace-pair-to-state-cache):
3053 Extra parameter HERE instead of narrowing.
3054 Widen to top of buffer before searching backwards for a brace pair.
3055 (c-state-push-any-brace-pair): Add HERE parameter to function call.
3056 (c-append-to-state-cache): Extra parameter HERE in place of narrowing.
3057 Narrow to parameter HERE, in place of being called narrowed.
3058 (c-remove-stale-state-cache): Extra parameter HERE in place of
3059 narrowing. Check there's an open brace in the cache before
3060 searching for its match.
3061 (c-invalidate-state-cache-1): Add HERE parameter to function call.
3062 (c-parse-state-1): Don't narrow here for 'forward strategy,
3063 instead passing extra parameter HERE to several functions.
3064 Remove 'BOD strategy.
3065
3066 2013-02-06 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
3067
3068 * emacs-lisp/package.el (describe-package-1): Tell what archive is
3069 used to install the package.
3070
3071 2013-02-06 Glenn Morris <rgm@gnu.org>
3072
3073 * vc/vc-hooks.el (vc-find-file-hook): Don't ask about following links
3074 if we can't get user input. (Bug#6567)
3075
3076 * startup.el (command-line): If simple.el is missing,
3077 test and warn about for some possible causes.
3078
3079 2013-02-05 Jan Djärv <jan.h.d@swipnet.se>
3080
3081 * cus-start.el (all): Add ns-use-native-fullscreen.
3082
3083 2013-02-05 Glenn Morris <rgm@gnu.org>
3084
3085 * profiler.el (profiler-report-mode-map): Add a restart menu entry.
3086
3087 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
3088 Fix directory creation in fallback case.
3089
3090 2013-02-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3091
3092 * vc/vc.el (vc-next-action): Fix inf-loop (bug#13610).
3093 (vc-update-change-log): Use dolist.
3094
3095 2013-02-04 Chong Yidong <cyd@gnu.org>
3096
3097 * thingatpt.el: Rewrite the URL detection routines, absorbing some
3098 code from ffap.el.
3099 (thing-at-point-beginning-of-url-regexp): New var.
3100 (thing-at-point-uri-schemes): Update list of URI schemes.
3101 (thing-at-point-url-regexp): Variable deleted.
3102 (thing-at-point-markedup-url-regexp): Disallow newlines.
3103 (thing-at-point-newsgroup-regexp)
3104 (thing-at-point-newsgroup-heads)
3105 (thing-at-point-default-mail-uri-scheme): New variables.
3106 (thing-at-point-bounds-of-url-at-point): Rewrite. Use ffap's
3107 method to find the possible bounds of the URI at point.
3108 New optional argument to find ill-formed URIs.
3109 (thing-at-point-url-at-point): Rewrite. New arguments for finding
3110 ill-formed URIs. Use thing-at-point-bounds-of-url-at-point, and
3111 the scheme-adding heuristics from ffap-url-at-point.
3112 (thing-at-point--bounds-of-well-formed-url): New function.
3113 Do parens matching to decide whether to include parens in the URI
3114 (Bug#9153).
3115
3116 * ffap.el: Require thingatpt.
3117 (ffap-url-at-point): Delegate URI detection to thing-at-point.
3118 All URI-valid characters are now recognized (Bug#5673).
3119 (ffap-string-at-point): Use use-region-p.
3120 (ffap-url-regexp): Extra character is handled by thing-at-point.
3121 (ffap-string-at-point-mode-alist): Allow parentheses.
3122 (ffap-newsgroup-regexp, ffap-newsgroup-heads, ffap-newsgroup-p):
3123 Convert to aliases; code moved to thingatpt.el.
3124 (ffap-gnus-hook): Use setq-local.
3125
3126 2013-02-04 Glenn Morris <rgm@gnu.org>
3127
3128 * emacs-lisp/ert.el (ert--explain-format-atom):
3129 Don't try to print non-characters as characters. (Bug#13543)
3130
3131 2013-02-03 Michael Albinus <michael.albinus@gmx.de>
3132
3133 * net/tramp.el (tramp-debug-message): Extend function exclude list.
3134 (tramp-backtrace): New defun.
3135 (tramp-handle-insert-file-contents): Use `visit' when inserting
3136 the local copy.
3137
3138 * net/tramp-sh.el (tramp-sh-handle-set-visited-file-modtime):
3139 Use `remote-file-name-inhibit-cache'.
3140
3141 2013-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
3142
3143 * progmodes/cperl-mode.el (cperl-mode): Avoid byte-compile warning
3144 (bug#13614).
3145
3146 * subr.el (internal--called-interactively-p--get-frame): Avoid filling
3147 current-load-list (bug#13366).
3148
3149 2013-02-02 Christopher Schmidt <christopher@ch.ristopher.com>
3150
3151 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3152 Identify g++ template instantiation trace. (Bug#12287)
3153 (compilation-mode-hook, compilation-start-hook)
3154 (compilation-window-height): Simplify docstrings. (Bug#13379)
3155
3156 2013-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
3157
3158 * mouse.el (mouse-drag-track): Always deactivate the mark before
3159 running the final event's command since that command is in charge of
3160 activating the mark if needed (bug#13523).
3161
3162 2013-02-02 Juri Linkov <juri@jurta.org>
3163
3164 * replace.el (perform-replace): Move let-bindings of isearch-*
3165 variables deeper to the loop that searches for the next match.
3166 Add bindings for `isearch-nonincremental' and `isearch-adjusted'.
3167 Use `isearch-search-fun-default' instead of `isearch-search-fun'.
3168 (Bug#13579)
3169
3170 * isearch.el (isearch-search-fun-default): Check for null
3171 first element of isearch-cmds as a precaution when it's used
3172 with inactive isearch.
3173
3174 2013-02-02 Andrew W. Nosenko <andrew.w.nosenko@gmail.com> (tiny change)
3175
3176 * net/tramp.el (tramp-check-for-regexp): Avoid "Args out of range"
3177 error when buffer in question is narrowed so position 1 is out of
3178 visible part.
3179
3180 2013-02-02 Glenn Morris <rgm@gnu.org>
3181
3182 * textmodes/remember.el (remember-clipboard): Doc fix.
3183
3184 2013-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
3185
3186 * progmodes/make-mode.el (makefile-fill-paragraph): Reset syntax-table
3187 properties (bug#13179).
3188
3189 2013-02-02 Juri Linkov <juri@jurta.org>
3190
3191 * progmodes/grep.el (grep-regexp-alist): Use variable grep-match-face
3192 instead of hard-coded default face `match'. (Bug#9438)
3193
3194 2012-02-01 Christopher Schmidt <christopher@ch.ristopher.com>
3195
3196 * vc/vc-arch.el (vc-arch-registered):
3197 * vc/vc-bzr.el (vc-bzr-registered):
3198 * vc/vc-cvs.el (vc-cvs-registered):
3199 * vc/vc-git.el (vc-git-registered):
3200 * vc/vc-hg.el (vc-hg-registered):
3201 * vc/vc-mtn.el (vc-mtn-registered):
3202 * vc/vc-svn.el (vc-svn-registered): Suppress load messages.
3203 (Bug#13139)
3204
3205 * info.el (Info-next-reference, Info-prev-reference): Add numeric
3206 prefix argument. (Bug#11656)
3207
3208 2013-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
3209
3210 * help-fns.el (help-split-fundoc): Don't insert byte-compiled body.
3211
3212 2013-02-01 Glenn Morris <rgm@gnu.org>
3213
3214 * vc/vc-hooks.el (vc-menu-map): Disable vc-rollback menu item
3215 if the backend is known not to support it.
3216
3217 * imenu.el (imenu-default-create-index-function):
3218 Tweak infinite loop test to check for forward motion as well as none.
3219
3220 2013-02-01 Alex Harsanyi <AlexHarsanyi@gmail.com>
3221
3222 * net/soap-client.el (soap-invoke): Encode the string for
3223 `url-request-data' as UTF-8.
3224 Fixes <http://code.google.com/p/emacs-soap-client/issues/detail?id=16>.
3225
3226 2013-02-01 Glenn Morris <rgm@gnu.org>
3227
3228 * calc/calc-help.el (calc-view-news): Use view-emacs-news.
3229
3230 * calc/README, calc/README.prev: Rename/merge to etc/CALC-NEWS.
3231
3232 2013-01-31 Michael Albinus <michael.albinus@gmx.de>
3233
3234 * net/tramp.el (tramp-tramp-file-p): Comment check for
3235 `string-as-unibyte'. The function does not exist on XEmacs, and
3236 likely we need another approach.
3237
3238 * net/tramp-sh.el (tramp-compute-multi-hops): Check, whether
3239 `tramp-gw-*' variables are bound.
3240
3241 2013-01-31 Glenn Morris <rgm@gnu.org>
3242
3243 * files.el (basic-save-buffer-2): Choose coding system for
3244 writing the file before backing it up, to reduce delay between
3245 backing up and writing the new version. (Bug#13522)
3246
3247 2013-01-31 Michal Nazarewicz <mina86@mina86.com>
3248
3249 * simple.el (cycle-spacing): New command.
3250 (just-one-space): Use it.
3251
3252 2013-01-31 Stefan Monnier <monnier@iro.umontreal.ca>
3253
3254 * progmodes/opascal.el: Rename from delphi.el. Use lexical-binding.
3255 (opascal-newline-always-indents): Remove custom.
3256 (opascal-tab, opascal-newline): Remove commands.
3257 (opascal-new-comment-line): Insert "\n" instead of calling newline.
3258 (opascal-mode-map): Keep default bindings for RET and TAB and DEL.
3259 (opascal-save-match-data): Remove, use save-match-data instead.
3260 (opascal-save-state): Use with-silent-modifications.
3261
3262 * progmodes/pascal.el (pascal-mode-syntax-table): Accept //..\n comments
3263 (bug#13585).
3264
3265 2013-01-30 Juri Linkov <juri@jurta.org>
3266
3267 * frame.el (toggle-frame-maximized, toggle-frame-fullscreen):
3268 Use fullboth as an alias for fullscreen. Suggested by Jan Djärv in
3269 <http://lists.gnu.org/archive/html/emacs-devel/2013-01/msg00203.html>.
3270
3271 2013-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
3272
3273 * progmodes/make-mode.el (makefile-backslash-region): Don't compute
3274 column if we're just deleting the backslashes.
3275 (makefile-fill-paragraph): Use eolp.
3276
3277 2013-01-30 Michael Albinus <michael.albinus@gmx.de>
3278
3279 * autorevert.el (auto-revert-use-notify): Fix docstring.
3280
3281 2013-01-30 Leo Liu <sdl.web@gmail.com>
3282
3283 * imenu.el (imenu--truncate-items): Fix subalist checking (bug#13576).
3284
3285 2013-01-30 Glenn Morris <rgm@gnu.org>
3286
3287 * mouse.el (mouse-drag-line): Avoid pushing same event onto
3288 unread-command-events twice in some cases. This tries to implement
3289 the 2012-07-26 changes in a different way. (Bug#13560)
3290
3291 2013-01-30 Fabián Ezequiel Gallina <fgallina@cuca>
3292
3293 * progmodes/python.el
3294 (python-pdbtrack-comint-output-filter-function): Enhancements on
3295 stacktrace detection. (thanks @gnovak)
3296
3297 2013-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
3298
3299 * jit-lock.el (jit-lock-stealth-chunk-start): Don't widen (bug#13542).
3300 (jit-lock-mode, jit-lock-functions, jit-lock-context-unfontify-pos):
3301 Use defvar-local.
3302 (jit-lock-register): Use setq-local.
3303
3304 2013-01-30 Jay Belanger <jay.p.belanger@gmail.com>
3305
3306 * calc-units.el (math-default-units-table): Remove initial value.
3307 (calc-convert-units): Treat expressions where all the units cancel as
3308 if they didn't have units.
3309
3310 2013-01-30 Michael Albinus <michael.albinus@gmx.de>
3311
3312 * net/tramp.el (tramp-process-connection-type): Fix docstring.
3313 (tramp-completion-reread-directory-timeout): Fix type.
3314 (tramp-connection-min-time-diff): New defcustom.
3315
3316 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
3317
3318 2013-01-30 Glenn Morris <rgm@gnu.org>
3319
3320 * imenu.el (imenu-default-create-index-function):
3321 Put back a version of the infinite loop test removed 2013-01-23.
3322
3323 2013-01-30 Fabián Ezequiel Gallina <fgallina@cuca>
3324
3325 * progmodes/python.el (python-shell-parse-command):
3326 Find python-shell-interpreter with modified environment.
3327
3328 2013-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
3329
3330 * emacs-lisp/cl.el (cl-set-getf): Add compatibility alias.
3331
3332 2013-01-29 Alan Mackenzie <acm@muc.de>
3333
3334 Amend to fontify /regexp/s in actions correctly.
3335 * cc-awk.el (c-awk-harmless-char-re, c-awk-harmless-string*-re):
3336 (c-awk-harmless-string*-here-re): Braces, parens and semicolons
3337 are no longer included.
3338 (c-awk-harmless-line-char-re, c-awk-harmless-line-string*-re):
3339 What used to be these variables without "-line" in the name.
3340 (c-awk-neutral-re): { is no longer neutral. Escaped newlines now are.
3341 (c-awk-non-arith-op-bra-re): Now also matches {.
3342 (c-awk-pre-exp-alphanum-kwd-re): New regexp to match "print",
3343 "return", and "case".
3344 (c-awk-kwd-regexp-sign-re): New, to match "print", etc., followed
3345 by /.
3346 (c-awk-syntax-tablify-/): Check special cases "print /re/", etc.
3347 (c-awk-set-syntax-table-properties): Extend FSM to handle {,},(,),;.
3348
3349 2013-01-29 Michael Albinus <michael.albinus@gmx.de>
3350
3351 * autorevert.el (auto-revert-use-notify):
3352 Use `custom-initialize-default' for initialization. (Bug#13583)
3353
3354 * net/ange-ftp.el (ange-ftp-skip-msgs): Add another message.
3355
3356 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
3357 Catch `suppress'. Otherwise, `tramp-run-real-handler' might be called
3358 in `tramp-file-name-handler'.
3359 (tramp-gw-tunnel-method, tramp-gw-socks-method): Declare for
3360 compatibility.
3361 (tramp-compute-multi-hops): Check, whether
3362 `tramp-gw-tunnel-method' and `tramp-gw-socks-method' are non-nil.
3363
3364 2013-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
3365
3366 * hi-lock.el (hi-lock-unface-buffer): Don't assume `face' is a symbol
3367 (bug#13297).
3368
3369 2013-01-27 Dmitry Gutov <dgutov@yandex.ru>
3370
3371 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove some
3372 checks made superfluous by the \_< operator.
3373 * progmodes/ruby-mode.el (ruby-move-to-block): Work with (maybe
3374 temporarily) broken indentation.
3375 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
3376 Highlight nested constants, too. \_< broke that.
3377
3378 2013-01-27 Nobuyoshi Nakada <nobu@ruby-lang.org>
3379
3380 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Use "\\_<"
3381 instead of "\\b".
3382
3383 2013-01-27 Michael Albinus <michael.albinus@gmx.de>
3384
3385 * autorevert.el (auto-revert-handler): Notifications which result
3386 from a saved file shall not be taken into account. (Bug#13557)
3387
3388 2013-01-26 Andreas Schwab <schwab@linux-m68k.org>
3389
3390 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Add optional
3391 parameter BAR-NOT-SYMBOL to control syntax of | for font-lock.
3392 (lisp-mode): Pass t for it. (Bug#13556)
3393
3394 2013-01-25 Alan Mackenzie <acm@muc.de>
3395
3396 AWK Mode: Fix indentation bug at top level. Bug #12274.
3397
3398 * progmodes/cc-engine.el (c-guess-basic-syntax): Move CASE 5P to
3399 just before CASE 5D.
3400
3401 2013-01-25 Dmitry Antipov <dmantipov@yandex.ru>
3402
3403 * net/socks.el (socks-nslookup-host): Use string-to-number.
3404
3405 2013-01-25 Michael Albinus <michael.albinus@gmx.de>
3406
3407 * autorevert.el (auto-revert-remote-files)
3408 (auto-revert-notify-exclude-dir-regexp): New defcustoms.
3409 (auto-revert-notify-enabled, auto-revert-use-notify)
3410 (auto-revert-notify-watch-descriptor-hash-list)
3411 (auto-revert-notify-modified-p, auto-revert-notify-event-p)
3412 (auto-revert-notify-event-descriptor)
3413 (auto-revert-notify-event-action)
3414 (auto-revert-notify-event-file-name): Doc fix.
3415 (global-auto-revert-mode): Reorder checks.
3416 (auto-revert-notify-rm-watch): Respect changed values of
3417 `auto-revert-notify-watch-descriptor-hash-list'.
3418 (auto-revert-notify-add-watch): Check for
3419 `auto-revert-notify-exclude-dir-regexp'. Adapt filters for
3420 `inotify-add-watch'. Watch `default-directory' instead of
3421 `buffer-file-name'. `auto-revert-notify-watch-descriptor-hash-list'
3422 has a changed meaning now. (Bug#13540)
3423 (auto-revert-notify-handler): Change implementation wrt events
3424 returning from a directory.
3425 (auto-revert-handler): Reorder implementation for checks of remote
3426 files.
3427 (auto-revert-buffers): Fix parentheses error.
3428
3429 2013-01-25 Fabián Ezequiel Gallina <fgallina@cuca>
3430
3431 * progmodes/python.el: Enhancements to header documentation about
3432 skeletons. (Bug#5716)
3433
3434 * imenu.el (imenu-default-create-index-function): Remove useless
3435 infinite loop check. (Bug#13438)
3436
3437 2013-01-25 Alan Mackenzie <acm@muc.de>
3438
3439 Fix a bug in the state cache mechanism. Refactor this a bit.
3440
3441 * progmodes/cc-engine.el (c-parse-state-get-strategy): Remove the
3442 `cache-pos' element from the return value.
3443 (c-append-lower-brace-pair-to-state-cache): "Narrow" to end of
3444 buffer to enable proper searching from beyond HERE. Amend the
3445 test for detecting the sought brace pair. Amend the value written
3446 to the "brace desert cache" when the brace isn't found.
3447 (c-remove-stale-state-cache): Rename `good-pos' to `start-point',
3448 and several other variables analogously.
3449 (c-remove-stale-state-cache-backwards): Change `cache-pos' from a
3450 parameter to a locally calculated variable.
3451 (c-parse-state-1): Change the calling conventions to the two
3452 defuns involving `cache-pos'.
3453
3454 2013-01-25 Chong Yidong <cyd@gnu.org>
3455
3456 * xml.el (xml-entity-or-char-ref-re): Fix regexp.
3457
3458 2013-01-24 Aaron Ecay <aaronecay@gmail.com> (tiny change)
3459
3460 * paren.el (show-paren-function): Make sure to set 'priority and
3461 'face only if the overlay does exist.
3462
3463 2013-01-24 Michael Albinus <michael.albinus@gmx.de>
3464
3465 * net/tramp.el (tramp-tramp-file-p): Check, whether NAME is unibyte.
3466
3467 * net/tramp-sh.el (tramp-sh-handle-set-file-acl): Do not suppress
3468 basic attributes.
3469 (tramp-sh-handle-set-file-acl): Improve error checking.
3470
3471 2013-01-24 Dmitry Antipov <dmantipov@yandex.ru>
3472
3473 * doc-view.el (doc-view-display): Force mode line update until all
3474 document is converted. Suggested by Stefan Monnier (Bug#13164).
3475
3476 2013-01-23 Bastien Guerry <bzg@gnu.org>
3477
3478 * paren.el (show-paren-function): Make sure an overlay exists
3479 before trying to delete it. Also use `pos' as a position only
3480 when it is an integer.
3481
3482 2013-01-23 Dmitry Antipov <dmantipov@yandex.ru>
3483
3484 * play/gametree.el (gametree-break-line-here): Use point-marker.
3485
3486 2013-01-22 Michael Albinus <michael.albinus@gmx.de>
3487
3488 * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
3489 Mark descriptive parts with `display' property.
3490
3491 2013-01-21 Agustín Martín Domingo <agustin.martin@hispalinux.es>
3492
3493 * textmodes/ispell.el (ispell-hunspell-dictionary-equivs-alist):
3494 New variable to map standard dict names to hunspell ones.
3495 (ispell-set-spellchecker-params): Make sure specific dict names
3496 are used for standard dicts with hunspell.
3497
3498 2013-01-21 Tassilo Horn <tsdh@gnu.org>
3499
3500 * textmodes/reftex-cite.el (reftex-format-citation): Add format
3501 chars for note (%N) and url (%U).
3502 * textmodes/reftex-vars.el (reftex-cite-format): Document them.
3503
3504 2013-01-21 Juri Linkov <juri@jurta.org>
3505
3506 * frame.el: Bind `f10' in `esc-map' to `toggle-frame-maximized'
3507 in addition to existing separate binding `meta f10' in `global-map'.
3508 (Bug#13484)
3509
3510 2013-01-21 Michael Albinus <michael.albinus@gmx.de>
3511
3512 Improve XEmacs compatibility.
3513
3514 * net/tramp.el (tramp-replace-environment-variables): Make it a defun.
3515
3516 * net/tramp-adb.el (top): Require `time-date'.
3517 (tramp-adb-ls-output-time-less-p): Use `tramp-time-less-p'.
3518 (tramp-adb-handle-copy-file, tramp-adb-handle-rename-file):
3519 Use `tramp-file-name-handler'.
3520 (tramp-adb-maybe-open-connection):
3521 Use `tramp-compat-set-process-query-on-exit-flag'.
3522
3523 * net/tramp-sh.el (tramp-sh-handle-file-acl):
3524 Use `tramp-compat-funcall'.
3525
3526 * net/tramp-smb.el (tramp-smb-handle-file-acl): Use `looking-at' and
3527 `tramp-compat-funcall'.
3528
3529 2013-01-21 Jürgen Hötzel <juergen@archlinux.org>
3530
3531 * net/tramp-adb.el (tramp-adb-handle-start-file-process): Complete
3532 reimplementation using "adb shell command ..." instead of running
3533 remote shell interactively.
3534
3535 2013-01-20 Glenn Morris <rgm@gnu.org>
3536
3537 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
3538 Add native profiler menu entries.
3539
3540 * profiler.el (profiler-running-p): New function.
3541 (profiler-cpu-profile): Use profiler-running-p.
3542 (profiler-report-mode-map): Add some more menu entries.
3543
3544 2013-01-19 Glenn Morris <rgm@gnu.org>
3545
3546 * mail/unrmail.el (unrmail): Do not mangle the mbox From line;
3547 fixes 2012-12-07 change. (Bug#13499)
3548
3549 2013-01-19 Leo Liu <sdl.web@gmail.com>
3550
3551 * dired.el (dired-get-marked-files): Prune erroneous values due to
3552 last change. (Bug#13152)
3553
3554 2013-01-19 Glenn Morris <rgm@gnu.org>
3555
3556 * progmodes/etags.el (tags-table-check-computed-list):
3557 Preserve point in tags buffer. (Bug#13412)
3558
3559 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
3560
3561 2013-01-19 Christian Wittern <cwittern@gmail.com> (tiny change)
3562 Chong Yidong <cyd@gnu.org>
3563
3564 * image-mode.el (image-next-file, image-previous-file):
3565 New commands (Bug#8453).
3566 (image-mode-map): Bind them to n and p.
3567 (image-mode--images-in-directory): New helper function.
3568
3569 2013-01-19 Chong Yidong <cyd@gnu.org>
3570
3571 * image-mode.el (image-mode-fit-frame): Add a frame argument.
3572 Suggested by Drew Adams (Bug#7730). Handle window decorations;
3573 save and restore the old window configuration.
3574
3575 2013-01-18 Leo Liu <sdl.web@gmail.com>
3576
3577 * progmodes/js.el: Tweak autoload cookie for alias.
3578
3579 2013-01-17 Michael Albinus <michael.albinus@gmx.de>
3580
3581 * autorevert.el (auto-revert-notify-watch-descriptor): Make it
3582 buffer local, again. This was lost with the fix on 2013-01-12.
3583
3584 2013-01-17 Jürgen Hötzel <juergen@archlinux.org>
3585
3586 * eshell/esh-util.el (eshell-path-env): Make it buffer local, in
3587 order to support several eshell buffers in parallel.
3588
3589 2013-01-17 Michael Albinus <michael.albinus@gmx.de>
3590
3591 * autorevert.el (auto-revert-use-notify): In the :set function, do
3592 not modify `kill-buffer-hook'.
3593 (auto-revert-notify-rm-watch):
3594 Remove `auto-revert-notify-rm-watch' from `kill-buffer-hook'.
3595 (auto-revert-notify-add-watch): Do not call
3596 `auto-revert-notify-rm-watch', but add it to a buffer local
3597 `kill-buffer-hook'.
3598
3599 2013-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
3600
3601 * emacs-lisp/trace.el (trace--read-args): Use a closure and an honest
3602 call to `eval' rather than a backquoted lambda.
3603
3604 2013-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
3605
3606 * emacs-lisp/nadvice.el (advice--tweak): Make it possible for `tweak'
3607 to return an explicit nil.
3608 (advice--remove-function): Change accordingly.
3609
3610 * emacs-lisp/advice.el (ad-preactivate-advice): Adjust the cleanup to
3611 the use of nadvice.el.
3612
3613 * progmodes/which-func.el (which-function): Silence imenu errors
3614 (bug#13433).
3615
3616 2013-01-15 Michael R. Mauger <mmaug@yahoo.com>
3617
3618 * progmodes/sql.el (sql-imenu-generic-expression):
3619 (sql-mode-font-lock-object-name): Match schema qualified names.
3620 (sql-connect): Use string keys.
3621 (sql-product-interactive): Wait for interpreter prompt.
3622 (sql-comint-oracle): Set process coding based on NLS_LANG.
3623
3624 2013-01-15 Michael R. Mauger <mmaug@yahoo.com>
3625
3626 * progmodes/sql.el (sql-output-to-send): Remove, unused.
3627 (sql-interactive-remove-continuation-prompt):
3628 (sql-send-magic-terminator, sql-interactive-mode): Remove references.
3629
3630 2013-01-14 Leo Liu <sdl.web@gmail.com>
3631
3632 * calendar/calendar.el (calendar-redraw): Sync window-point and point.
3633 (Bug#13420)
3634
3635 2013-01-14 Glenn Morris <rgm@gnu.org>
3636
3637 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3638 Fix interpretation of gnu line.col1-col2 format. (Bug#13335)
3639
3640 2013-01-13 Fabián Ezequiel Gallina <fgallina@cuca>
3641
3642 * progmodes/python.el (python-nav-end-of-statement):
3643 Fix cornercase when handling multiline strings.
3644
3645 2013-01-13 Richard Stallman <rms@gnu.org>
3646
3647 * mail/sendmail.el (mail-position-on-field): Add doc string.
3648
3649 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
3650 Get current message boundaries and pass them to
3651 message-forward-make-body-mime. Minor style changes.
3652
3653 2013-01-13 Eli Zaretskii <eliz@gnu.org>
3654
3655 * cus-start.el (all): Avoid warnings about
3656 scroll-bar-adjust-thumb-portion on platforms where it is not defined.
3657
3658 2013-01-11 Jan Djärv <jan.h.d@swipnet.se>
3659
3660 * cus-start.el (all): Add scroll-bar-adjust-thumb-portion.
3661
3662 2013-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
3663
3664 * jit-lock.el (jit-lock-debug-mode): New minor mode.
3665 (jit-lock--debug-fontifying): New var.
3666 (jit-lock--debug-fontify): New function.
3667 * subr.el (condition-case-unless-debug): Don't prevent catching the
3668 error, just let the debbugger run.
3669 * emacs-lisp/timer.el (timer-event-handler): Don't prevent debugging
3670 timer code and don't drop errors silently.
3671
3672 2013-01-12 Michael Albinus <michael.albinus@gmx.de>
3673
3674 * autorevert.el (auto-revert-notify-watch-descriptor): Give it
3675 `permanent-local' property.
3676 (auto-revert-notify-handler): Use `file-equal-p'.
3677
3678 2013-01-12 Eli Zaretskii <eliz@gnu.org>
3679
3680 * autorevert.el (auto-revert-notify-handler): Fix filtering of
3681 file notification by ACTION. For filtering by file name, compare
3682 only the non-directory part of the file name.
3683
3684 2013-01-12 Stefan Monnier <monnier@iro.umontreal.ca>
3685
3686 * autorevert.el: Use cl-lib instead of cl.
3687
3688 * vc/vc-bzr.el (vc-bzr--sanitize-header): New function (bug#13307).
3689 (vc-bzr-checkin): Use it.
3690 * vc/log-edit.el (log-edit-extract-headers): Don't presume FUNCTION
3691 will preserve match-data.
3692
3693 2013-01-11 Felix H. Dahlke <fhd@ubercode.de>
3694
3695 * progmodes/js.el: Fix multiline declarations's indentation (bug#8576).
3696 (js--declaration-keyword-re): New var.
3697 (js--multi-line-declaration-indentation): New function.
3698 (js--proper-indentation): Use it.
3699
3700 2013-01-11 Aaron S. Hawley <Aaron.Hawley@vtinfo.com>
3701
3702 * calc/calc.el (calc-highlight-selections-with-faces)
3703 (calc-dispatch):
3704 * comint.el (comint-history-isearch-message):
3705 * emacs-lisp/edebug.el (edebug-read, edebug-eval-defun):
3706 * ffap.el (ffap-string-at-point-region, ffap-next)
3707 (ffap-string-at-point, ffap-string-around)
3708 (ffap-copy-string-as-kill, ffap-highlight-overlay)
3709 (ffap-literally):
3710 * font-lock.el (font-lock-keywords-alist)
3711 (font-lock-removed-keywords-alist):
3712 * help-mode.el (help-xref-symbol-regexp):
3713 * info.el (Info-find-emacs-command-nodes):
3714 * international/mule.el (add-to-coding-system-list):
3715 * isearch.el (isearch-message-function, isearch-fail-pos):
3716 * misearch.el (multi-isearch-next-buffer-function):
3717 * newcomment.el (comment-box):
3718 * printing.el (pr-txt-printer-alist, pr-ps-printer-alist)
3719 (pr-setting-database):
3720 * progmodes/cc-fonts.el (c-font-lock-keywords-3)
3721 (c++-font-lock-keywords-3, objc-font-lock-keywords-3)
3722 (java-font-lock-keywords-3, idl-font-lock-keywords-3)
3723 (pike-font-lock-keywords-3):
3724 * progmodes/compile.el (compile):
3725 * progmodes/etags.el (tags-table-files)
3726 (tags-table-files-function, tags-included-tables-function):
3727 * progmodes/gdb-mi.el (gdb, gdb-setup-windows)
3728 (gdb-restore-windows):
3729 * ps-print.el (ps-even-or-odd-pages, ps-spool-buffer-with-faces)
3730 (ps-n-up-filling-database):
3731 * server.el (server-buffer, server-log):
3732 * simple.el (newline, delete-backward-char, delete-forward-char)
3733 (minibuffer-history-isearch-message, kill-line, track-eol)
3734 (temporary-goal-column):
3735 * textmodes/flyspell.el (flyspell-mark-duplications-flag)
3736 (flyspell-default-deplacement-commands):
3737 * textmodes/ispell.el (ispell-accept-output):
3738 * textmodes/sgml-mode.el (html-tag-help):
3739 * vc/compare-w.el (compare-ignore-whitespace)
3740 (compare-ignore-case, compare-windows-dehighlight):
3741 * vc/diff.el (diff):
3742 * whitespace.el (whitespace-point)
3743 (whitespace-font-lock-refontify, whitespace-bob-marker)
3744 (whitespace-eob-marker): Fix ambiguous doc string cross-reference(s).
3745
3746 2013-01-11 Michael Albinus <michael.albinus@gmx.de>
3747
3748 * autorevert.el (top): Require 'cl in order to pacify byte compiler.
3749 (auto-revert-notify-rm-watch): Ignore errors.
3750 (auto-revert-notify-add-watch): Ignore errors. Use '(modify) for
3751 inotify, and '(size last-write-time) for w32notify.
3752 Set buffer-local `auto-revert-use-notify' to nil when adding a file
3753 watch fails - this is a fallback to the file modification check.
3754 (auto-revert-notify-event-p, auto-revert-notify-event-descriptor)
3755 (auto-revert-notify-event-action)
3756 (auto-revert-notify-event-file-name): New defuns.
3757 (auto-revert-notify-handler): Use them. Implement first
3758 plausibility checks.
3759 (auto-revert-handler): Handle also `auto-revert-tail-mode'.
3760
3761 2013-01-11 Julien Danjou <julien@danjou.info>
3762
3763 * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
3764 max are almost equal. Also return the correct value for V which is
3765 already between 0 and 1.
3766
3767 2013-01-11 Dmitry Antipov <dmantipov@yandex.ru>
3768
3769 * emacs-lisp/ert.el (ert-run-test): Use point-max-marker.
3770
3771 2013-01-11 Eli Zaretskii <eliz@gnu.org>
3772
3773 * autorevert.el (auto-revert-notify-rm-watch)
3774 (auto-revert-notify-add-watch): Fix typos in w32notify function
3775 names.
3776
3777 2013-01-10 Michael Albinus <michael.albinus@gmx.de>
3778
3779 * autorevert.el (auto-revert-notify-enabled): Move up.
3780 (auto-revert-use-notify): New defcustom.
3781 (auto-revert-mode, global-auto-revert-mode)
3782 (auto-revert-notify-add-watch, auto-revert-handler)
3783 (auto-revert-buffers): Use `auto-revert-use-notify' instead of
3784 `auto-revert-notify-enabled'.
3785
3786 2013-01-10 Elias Pipping <pipping@exherbo.org>
3787
3788 * files.el (auto-mode-alist): Use doc-view for djvu files (bug#13164).
3789 * doc-view.el (doc-view-document->bitmap):
3790 Use doc-view-single-page-converter-function instead of
3791 single-page-converter arg; adjust callers.
3792
3793 2013-01-10 Feng Li <fengli@gmail.com> (tiny change)
3794
3795 * progmodes/which-func.el (which-function): Understand Semantic's use
3796 of overlays in imenu--index-alist.
3797
3798 2013-01-10 Wolfgang Jenkner <wjenkner@inode.at>
3799
3800 * man.el: Handle different "man -k" behaviors (bug#13160). Use utf-8.
3801 (Man-man-k-use-anchor): New var.
3802 (Man-parse-man-k): New function.
3803 (Man-completion-table): Use it.
3804 (man): Flush the completion cache between uses.
3805
3806 2013-01-10 Michael Albinus <michael.albinus@gmx.de>
3807
3808 * autorevert.el: Add file watch support.
3809 (auto-revert-notify-enabled): New defconst.
3810 (auto-revert-notify-watch-descriptor-hash-list)
3811 (auto-revert-notify-watch-descriptor)
3812 (auto-revert-notify-modified-p): New defvars.
3813 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
3814 (auto-revert-notify-handler): New defuns.
3815 (auto-revert-mode, global-auto-revert-mode): Remove file watches
3816 when mode is disabled.
3817 (auto-revert-handler): Check for `auto-revert-notify-modified-p'.
3818 (auto-revert-buffers): Add file watches for active buffers.
3819
3820 2013-01-10 Dmitry Antipov <dmantipov@yandex.ru>
3821
3822 * cus-start.el (toplevel): Only allow float values for
3823 scroll-up-aggressively and scroll-down-aggressively.
3824 Allow any number for line-spacing.
3825
3826 2013-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
3827
3828 * doc-view.el (doc-view-pdfdraw-program): Allow "pdfdraw" name.
3829 (doc-view-pdf->png-converter-function): Use mupdf if available.
3830 (doc-view-djvu->png-converter-function)
3831 (doc-view-ps->png-converter-function): Remove.
3832 (doc-view--image-file-pattern): Replace doc-view--image-file-extension.
3833 (doc-view-goto-page, doc-view-convert-current-doc, doc-view-display)
3834 (doc-view-already-converted-p): Adjust accordingly.
3835 (doc-view-mode-p): Simplify.
3836 (doc-view-enlarge): Use setq-local.
3837 (doc-view-pdf->png-converter-ghostscript)
3838 (doc-view-djvu->png-converter-ddjvu)
3839 (doc-view-pdf->png-converter-mupdf): Rework to call
3840 doc-view-start-process directly.
3841 (doc-view-pdf/ps->png): Simplify accordingly.
3842 (doc-view-pdf->png-1, doc-view-djvu->png-1): Remove.
3843 (doc-view-document->bitmap): Rename from doc-view-document->png.
3844 (doc-view-convert-current-doc): Merge pdf and djvu cases.
3845 (doc-view-set-slice-from-bounding-box): Fix completion table.
3846 (doc-view-mode): Use add-hook for after-revert-hook.
3847
3848 2013-01-10 Glenn Morris <rgm@gnu.org>
3849
3850 * emacs-lisp/authors.el (authors-ignored-files)
3851 (authors-valid-file-names, authors-renamed-files-alist):
3852 Add some more entries.
3853
3854 2013-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
3855
3856 * image-mode.el (image-mode-winprops): Don't throw away the fallback
3857 `t' pseudo-window entry.
3858
3859 2013-01-10 Alan Mackenzie <acm@muc.de>
3860
3861 Fix bugs in the c-parse-state mechanism. Reuse some markers
3862 instead of continually generating new ones.
3863
3864 * progmodes/cc-engine.el (c-state-old-cpp-beg-marker)
3865 (c-state-old-cpp-end-marker): New variables.
3866 (c-append-lower-brace-pair-to-state-cache): Start a backward
3867 search for "}" definitively outside CPP constructs.
3868 (c-remove-stale-state-cache): Inform the caller of a need to
3869 search back for a brace pair in certain circumstances.
3870 (c-state-maybe-marker): New macro.
3871 (c-parse-state): Reuse markers when appropriate.
3872
3873 2013-01-10 Glenn Morris <rgm@gnu.org>
3874
3875 * simple.el (execute-extended-command): Doc fix.
3876 Bind prefix-arg around read-extended-command, for prompt. (Bug#13395)
3877
3878 2013-01-10 Chong Yidong <cyd@gnu.org>
3879
3880 * faces.el (read-face-name): Doc fix.
3881
3882 2013-01-10 Roland Winkler <winkler@gnu.org>
3883
3884 * emacs-lisp/crm.el: Allow any regexp for separators.
3885 (crm-default-separator): All spaces around the default comma separator.
3886 (crm--completion-command): New macro.
3887 (crm-completion-help, crm-complete, crm-complete-word): Use it.
3888 (crm-complete-and-exit): Handle non-single-char separators.
3889
3890 2013-01-09 Elias Pipping <pipping@lavabit.com>
3891
3892 * doc-view.el: Add support for DjVu (bug#13164).
3893 (doc-view-djvu->png-converter-function): New config var.
3894 (doc-view-single-page-converter-function, doc-view--image-type)
3895 (doc-view--image-file-extension): New vars.
3896 (doc-view-mode): Initialize them.
3897 (doc-view-goto-page): Use them.
3898 (doc-view-mode-p): Add support for ddjvu.
3899 (doc-view-djvu->png-converter-ddjvu, doc-view-djvu->png-1)
3900 (doc-view-set-up-single-converter): New funs.
3901 (doc-view-pdf/ps->png): Extend for djvu.
3902 (doc-view-document->png): Rename from doc-view-pdf->png.
3903 (doc-view-convert-current-doc): Handle djvu.
3904 (doc-view-insert-image, doc-view-display)
3905 (doc-view-already-converted-p): Don't hardcode png.
3906 (doc-view-set-doc-type): Recognize djvu docs.
3907
3908 2013-01-09 Elias Pipping <pipping@lavabit.com>
3909
3910 * doc-view.el: Add support for mupdf converter (bug#13164).
3911 (doc-view-pdfdraw-program, doc-view-pdf->png-converter-function)
3912 (doc-view-ps->png-converter-function): New config vars.
3913 (doc-view-pdf->png-converter-ghostscript)
3914 (doc-view-ps->png-converter-ghostscript)
3915 (doc-view-pdf->png-converter-mupdf): New functions.
3916 (doc-view-pdf/ps->png, doc-view-pdf->png-1): Use them.
3917
3918 2013-01-09 Jürgen Hötzel <juergen@archlinux.org>
3919
3920 * net/tramp.el (tramp-eshell-directory-change): Check remote-path
3921 first in session cache: When `tramp-own-remote-path' is in
3922 `tramp-remote-path', the remote path is only set in the session
3923 cache.
3924
3925 2013-01-09 Glenn Morris <rgm@gnu.org>
3926
3927 * emacs-lisp/trace.el (trace-function-foreground)
3928 (trace-function-background): Doc fix.
3929
3930 2013-01-09 Juri Linkov <juri@jurta.org>
3931
3932 * international/mule-cmds.el (read-char-by-name): Move let-binding
3933 of completion-ignore-case around completing-read to fix regression
3934 exhibited by the test case `C-x 8 RET *acc TAB' and caused by
3935 `string-match-p' using the nil value of `case-fold-search' and
3936 `completion-ignore-case' in `completion-pcm--all-completions'.
3937 (Bug#12615).
3938
3939 2013-01-09 Glenn Morris <rgm@gnu.org>
3940
3941 * progmodes/compile.el (compilation-parse-errors):
3942 Fix typo. (Bug#13369)
3943
3944 2013-01-09 Vitalie Spinu <spinuvit@gmail.com> (tiny change)
3945
3946 * comint.el (comint-send-input): Check size of buffer before
3947 waiting for process output, in case already accepted. (Bug#13290)
3948
3949 2013-01-09 Paul Eggert <eggert@cs.ucla.edu>
3950
3951 Spelling fixes.
3952 * net/tramp-adb.el (tramp-adb-get-toolbox):
3953 Fix misspelling of 'unknown'.
3954
3955 2013-01-08 Juri Linkov <juri@jurta.org>
3956
3957 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
3958 * progmodes/flymake.el (flymake-errline, flymake-warnline):
3959 Use underline style wave on terminals that support it. (Bug#13000)
3960
3961 2013-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
3962
3963 * emacs-lisp/pcase.el (pcase--split-equal): Also take advantage if
3964 the predicate returns nil.
3965
3966 * simple.el: Use lexical-binding.
3967 (primitive-undo): Use pcase.
3968 (minibuffer-history-isearch-push-state): Use a closure.
3969
3970 2013-01-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
3971
3972 * simple.el (primitive-undo): Move from undo.c.
3973
3974 2013-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
3975
3976 * vc/pcvs.el (cvs-cleanup-collection): Extend meaning of `rm-handled'.
3977 (cvs-mode-remove-handled): Use it (bug#13380).
3978
3979 * emacs-lisp/nadvice.el (advice--tweak): New function.
3980 (advice--remove-function, advice--subst-main): Use it.
3981
3982 * emacs-lisp/advice.el: Update commentary.
3983
3984 2013-01-08 Michael Albinus <michael.albinus@gmx.de>
3985
3986 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
3987 Remove spurious entry.
3988
3989 2013-01-08 Glenn Morris <rgm@gnu.org>
3990
3991 * net/tramp.el (tramp-default-host-alist): Add :version.
3992
3993 2013-01-08 Juri Linkov <juri@jurta.org>
3994
3995 * info.el (Info-read-node-name-2): Don't duplicate suffixes for
3996 single completion. (Bug#12456)
3997 (info--manual-names): Expand node completions into an explicit list
3998 before appending it to another list. Filter out internal buffers
3999 with the leading space in the buffer name. (Bug#10771)
4000
4001 2013-01-08 Juri Linkov <juri@jurta.org>
4002
4003 * info.el (Info-read-node-name-1): Allow empty node name in (FILENAME)
4004 that defaults to the Top node.
4005 (Info-goto-node, Info-read-node-name): Doc fix to mention that
4006 the short format (FILENAME) goes to the Top node.
4007 (Info-build-node-completions): Rename arg `file' to `filename'.
4008 (Bug#13365)
4009
4010 2013-01-07 Bastien Guerry <bzg@gnu.org>
4011
4012 * menu-bar.el (menu-bar-search-documentation-menu):
4013 Use `apropos-user-option' and fix the help message.
4014
4015 2013-01-07 Bastien Guerry <bzg@gnu.org>
4016
4017 * apropos.el (apropos-do-all): Update docstring.
4018 (apropos-user-option-button): New face.
4019 (apropos-user-option): Rename from `apropos-variable' and update
4020 docstring.
4021 (apropos-variable): Rewrite, now show all variables by default.
4022 (apropos-print): Mention "User option" instead of "Variable" when
4023 printing doc for user options. (Bug#13276)
4024
4025 2013-01-07 Jürgen Hötzel <juergen@archlinux.org>
4026
4027 * net/tramp-adb.el (tramp-do-parse-file-attributes-with-ls):
4028 Handle filename correctly, when parsing "source -> target" symlink
4029 output.
4030 (tramp-adb-handle-set-file-times): New defun.
4031
4032 2013-01-07 Stefan Monnier <monnier@iro.umontreal.ca>
4033
4034 * emacs-lisp/advice.el (ad-activate-advised-definition): Refresh the
4035 advice list when the interactive-spec of ad-Advice-* changes.
4036
4037 2013-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
4038
4039 * wid-edit.el (widget-default-get): Work for inlined elements.
4040 (Bug#12670)
4041
4042 2013-01-07 Michael Albinus <michael.albinus@gmx.de>
4043
4044 * net/tramp.el (tramp-default-host-alist): New defcustom.
4045 (tramp-find-host): Use it.
4046 (tramp-eshell-directory-change): Move from tramp-sh.el. Add to
4047 `eshell-directory-change-hook'.
4048
4049 * net/tramp-adb.el (top): Add adb specific entry in
4050 `tramp-default-host-alist'.
4051 (tramp-adb-file-name-host): Remove function.
4052 (tramp-adb-execute-adb-command, tramp-adb-maybe-open-connection):
4053 Use `tramp-file-name-host' instead of `tramp-adb-file-name-host'.
4054
4055 * net/tramp-sh.el: Move eshell integration code to tramp.el.
4056
4057 2013-01-06 Jürgen Hötzel <juergen@archlinux.org>
4058
4059 * net/tramp-adb.el (tramp-methods): Add `tramp-tmpdir' entry.
4060
4061 2013-01-06 Michael Albinus <michael.albinus@gmx.de>
4062
4063 * net/tramp-adb.el (tramp-adb-ls-toolbox-regexp): The file size can
4064 consist of more than one digit.
4065 (tramp-adb-file-name-handler-alist):
4066 Use `tramp-handle-file-exists-p' consistently.
4067 (tramp-adb-file-name-handler): Don't tweak `tramp-default-host'.
4068 (tramp-adb-handle-file-exists-p): Remove function.
4069 (tramp-adb-file-name-host): New defun.
4070 (tramp-adb-execute-adb-command, tramp-adb-maybe-open-connection):
4071 Use it.
4072 (tramp-adb-maybe-open-connection): Set "remote-path" property.
4073
4074 2013-01-06 Chong Yidong <cyd@gnu.org>
4075
4076 * vc/vc.el (vc-next-action): Detect buffer modifications
4077 conflicting with locking VCS operation (Bug#11490).
4078
4079 * vc/vc-hooks.el (vc-after-save): DTRT for locking VCSes.
4080
4081 2013-01-05 Michael Albinus <michael.albinus@gmx.de>
4082
4083 * net/tramp-adb.el (tramp-do-parse-file-attributes-with-ls):
4084 (tramp-adb-handle-directory-files-and-attributes): Fix typos.
4085
4086 2013-01-05 Jürgen Hötzel <juergen@archlinux.org>
4087
4088 * net/tramp-adb.el (tramp-adb-handle-file-attributes): More robust
4089 parsing of ls output using regular expression (handle filenames
4090 with spaces). Use virtual device number.
4091 (tramp-do-parse-file-attributes-with-ls): New defun (Code
4092 cleanup).
4093
4094 2013-01-04 Daiki Ueno <ueno@gnu.org>
4095
4096 * epg.el: Silence byte-compiler warnings.
4097 (epg--start): Use delete-char instead of delete-backward-char.
4098 (epg-wait-for-completion): Pass FRAME arg to redraw-frame.
4099
4100 2013-01-04 Daiki Ueno <ueno@gnu.org>
4101
4102 * epg.el (epg--start): Don't call "tty" program on W32 platforms.
4103 Suggested by Eli Zaretskii <eliz@gnu.org>.
4104
4105 2013-01-04 Michael Albinus <michael.albinus@gmx.de>
4106
4107 * net/tramp-sh.el (tramp-set-file-uid-gid): UID and GID must be
4108 non-negative integers. Otherwise, the default values are used.
4109 (tramp-convert-file-attributes): Convert uid and gid to integers.
4110
4111 2013-01-04 Glenn Morris <rgm@gnu.org>
4112
4113 * term.el (term-handle-colors-array): Ensure face attributes
4114 are fully specified, not nil. (Bug#13337)
4115
4116 * term.el (term-default-fg-color, term-default-bg-color):
4117 Fix custom type.
4118
4119 * progmodes/etags.el (tags-compression-info-list): Doc fix.
4120 (tag-find-file-of-tag-noselect): Check auto-compression-mode
4121 rather than 'jka-compr being loaded. (Bug#13338)
4122
4123 2013-01-04 Wesley Dawson <whd@lavabit.com> (tiny change)
4124
4125 * icomplete.el (icomplete-completions):
4126 Honor icomplete-prospects-height once more following
4127 2012-11-29 changes. (Bug#13224)
4128
4129 2013-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
4130
4131 * subr.el (internal--called-interactively-p--get-frame): Find aliases
4132 of called-interactively-p as well (bug#13237).
4133
4134 * view.el (view--enable, view--disable): Rename from view-mode-enable
4135 and view-mode-disable and assume it's called from view-mode.
4136 (view-mode-enable, view-mode-disable): Redefine as obsolete
4137 compatibility layer above view-mode.
4138 (view-mode-enter): Call `view-mode'.
4139
4140 * files.el (after-find-file): Call `view-mode'.
4141
4142 * doc-view.el (doc-view-scale-internally): New var.
4143 (doc-view-enlarge, doc-view-insert-image): Obey it.
4144
4145 2013-01-03 Daiki Ueno <ueno@gnu.org>
4146
4147 * epg.el (epg--start): Ignore errors when /dev/fd/0 does not
4148 exist. (Bug#13344)
4149
4150 2013-01-03 Glenn Morris <rgm@gnu.org>
4151
4152 * mail/rmail.el (rmail-set-header-1): Ignore case.
4153 Handle multi-line headers. (Bug#13330)
4154
4155 * progmodes/make-mode.el (makefile-fill-paragraph): Add doc.
4156 Handle paragraph starting at beginning of buffer.
4157
4158 * subr.el (eval-after-load): Don't purecopy the form, so that it
4159 can be nconc'd later on; reverts 2009-11-11 change. (Bug#13331)
4160
4161 * emacs-lisp/byte-run.el (defun): Place cl declarations
4162 after any interactive spec. (Bug#13265)
4163
4164 2013-01-02 Andreas Schwab <schwab@linux-m68k.org>
4165
4166 * emacs-lisp/byte-run.el (defmacro): Use same argument parsing as
4167 defun. Don't check for DECL if DOCSTRING isn't a string.
4168 (defun): Likewise.
4169
4170 2013-01-02 Glenn Morris <rgm@gnu.org>
4171
4172 * eshell/em-cmpl.el (eshell-pcomplete):
4173 More thoroughly imitate pcomplete. (Bug#13293)
4174
4175 * files.el (parse-colon-path): Doc fix. (Bug#12351)
4176 Return nil for empty path elements. (Bug#13296)
4177
4178 2013-01-02 Fabián Ezequiel Gallina <fgallina@cuca>
4179
4180 * progmodes/python.el (python-nav-end-of-statement): Rewrite in
4181 order to improve efficiency (Based on Daniel Colascione's
4182 <dancol@dancol.org> patch). (Bug#13182)
4183
4184 2013-01-02 Glenn Morris <rgm@gnu.org>
4185
4186 * vc/log-edit.el (log-edit-header-contents-regexp): Add doc string.
4187
4188 2013-01-02 Andreas Schwab <schwab@linux-m68k.org>
4189
4190 * emacs-lisp/byte-run.el (defmacro): Don't lose final nil if
4191 neither DOCSTRING nor DECL was given. (Bug#13316)
4192
4193 2013-01-02 Michael Albinus <michael.albinus@gmx.de>
4194
4195 * net/tramp-sh.el (tramp-sh-handle-set-file-acl): Add argument to
4196 `error' call.
4197 (tramp-do-copy-or-rename-file): Ignore errors when calling
4198 `set-file-extended-attributes'.
4199
4200 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
4201 Add handler for `file-acl'.
4202 (tramp-smb-handle-file-acl): New defun.
4203
4204 2013-01-02 Jay Belanger <jay.p.belanger@gmail.com>
4205
4206 * calc/README: Mention ISO 8601 week-numbering dates.
4207
4208 2013-01-01 Martin Rudalics <rudalics@gmx.at>
4209
4210 * view.el (view-mode-enable): New argument run-view-mode-hook.
4211 Run view-mode-hook only when it's non-nil (Bug#13315).
4212 (view-mode-enter): Call view-mode-enable with run-view-mode-hook
4213 argument t.
4214
4215 2012-12-31 Jürgen Hötzel <juergen@archlinux.org>
4216
4217 * net/tramp-adb.el (tramp-adb-maybe-open-connection): Handle errors
4218 (No device connected, invalid device name). (Bug #13299)
4219
4220 2012-12-31 Martin Rudalics <rudalics@gmx.at>
4221
4222 * window.el (window-resizable--p): Rename to window-resizable-p.
4223 (window-resize-no-error): New function.
4224
4225 * mail/rmail.el (rmail-maybe-display-summary): Restore behavior
4226 broken in fix from 2012-12-28.
4227
4228 2012-12-31 Stefan Monnier <monnier@iro.umontreal.ca>
4229
4230 * subr.el (special-form-p): Don't signal errors on undef aliases.
4231
4232 2012-12-31 Jay Belanger <jay.p.belanger@gmail.com>
4233
4234 * calc/calc-forms.el (math-parse-date): Try using
4235 `math-parse-iso-date' when it looks like it might be needed.
4236 Allow times of 24:00.
4237 (math-parse-date-validate, math-parse-iso-date-validate): Allow times
4238 of 24:00.
4239
4240 2012-12-30 Glenn Morris <rgm@gnu.org>
4241
4242 * net/mairix.el (rmail, rmail-summary-displayed, rmail-summary):
4243 Remove unnecessary/buggy autoloads (missing interactive). (Bug#13294)
4244 (rmail-summary-displayed, rmail-summary): Declare.
4245 (mairix-rmail-display): Just require rmail.
4246
4247 2012-12-30 Chong Yidong <cyd@gnu.org>
4248
4249 * emacs-lisp/package.el (package-untar-buffer): Improve integrity
4250 check for the tarball contents.
4251
4252 2012-12-30 Matt Fidler <matt.fidler@alcon.com> (tiny change)
4253
4254 * emacs-lisp/package.el (package-untar-buffer): Handle problematic
4255 tarfile content listings (Bug#13136).
4256
4257 2012-12-30 Mark Lillibridge <mark.lillibridge@hp.com>
4258
4259 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
4260 Insert the undecoded text of the message being forwarded. (Bug#9521)
4261
4262 2012-12-30 Michael Albinus <michael.albinus@gmx.de>
4263
4264 * net/tramp-sh.el (tramp-set-file-uid-gid): Convert UID and GID to
4265 integers, if they are real numbers. (Bug#13282)
4266
4267 * net/tramp-sh.el (tramp-sh-handle-set-file-selinux-context):
4268 Return `t' on success.
4269
4270 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
4271 Add handler for `set-file-selinux-context'.
4272
4273 2012-12-29 Michael Albinus <michael.albinus@gmx.de>
4274
4275 * net/tramp-sh.el (tramp-sh-handle-file-acl): Suppress basic attributes.
4276 (tramp-sh-handle-set-file-acl): Return `t' on success.
4277
4278 2012-12-29 Eli Zaretskii <eliz@gnu.org>
4279
4280 * files.el (backup-buffer-copy, basic-save-buffer-2):
4281 If set-file-extended-attributes fails, fall back on set-file-modes
4282 instead of signaling an error. (Bug#13298)
4283 (basic-save-buffer): Likewise.
4284
4285 2012-12-29 Fabián Ezequiel Gallina <fgallina@cuca>
4286
4287 * progmodes/python.el: Support other commands triggering
4288 python-indent-line so indentation cycling continues to work.
4289 (python-indent-trigger-commands): New defcustom.
4290 (python-indent-line): Use it.
4291
4292 2012-12-29 Fabián Ezequiel Gallina <fgallina@cuca>
4293
4294 * progmodes/python.el (python-shell-send-region): Add blank lines
4295 for non sent code so backtraces remain correct.
4296
4297 2012-12-29 Fabián Ezequiel Gallina <fgallina@cuca>
4298
4299 * progmodes/python.el: Remove cl dependency.
4300 (python-syntax-count-quotes): Replace incf call.
4301 (python-fill-string): Replace setf call.
4302
4303 2012-12-29 Damien Cassou <damien.cassou@gmail.com>
4304
4305 * info.el (info-other-window): New arg, for consistency with info.
4306
4307 2012-12-28 Martin Rudalics <rudalics@gmx.at>
4308
4309 * mail/rmail.el (rmail-maybe-display-summary):
4310 Rewrite (Bug#13066).
4311
4312 2012-12-28 Andreas Schwab <schwab@linux-m68k.org>
4313
4314 * epg.el (epg--start): Modify process-environment locally.
4315
4316 2012-12-28 Daiki Ueno <ueno@gnu.org>
4317
4318 * epg.el: Support pinentry-curses.
4319 Suggested by Werner Koch in
4320 <http://lists.gnu.org/archive/html/emacs-devel/2007-02/msg00755.html>.
4321 (epg-agent-file, epg-agent-mtime): New variable.
4322 (epg--start): Record the modified time of gpg-agent socket file,
4323 to restore Emacs frame after pinentry-curses termination.
4324 (epg-wait-for-completion): Restore Emacs frame here.
4325
4326 2012-12-27 Juri Linkov <juri@jurta.org>
4327
4328 * info.el (Info-file-completions): New variable.
4329 (Info-read-node-name-1): Complete node names in the Info file
4330 when a file name is given. Call `Info-build-node-completions'
4331 with a file name.
4332 (Info-build-node-completions): Add new arg `file'. When it is
4333 non-nil, visit it in a temporary buffer and cache its completions in
4334 `Info-current-file-completions'. Move most of the function body to
4335 `Info-build-node-completions-1'.
4336 (Info-build-node-completions-1): New function with the body from
4337 `Info-build-node-completions'. (Bug#12456)
4338
4339 2012-12-27 Juri Linkov <juri@jurta.org>
4340
4341 * frame.el (frame-maximization-style): Remove user option.
4342 (cycle-frame-maximized): Remove function.
4343 (toggle-frame-maximized): Rewrite and bind to M-<f10>.
4344 (toggle-frame-fullscreen): New command bound to <f11> instead of
4345 `toggle-frame-maximized'.
4346 http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00703.html
4347
4348 2012-12-27 Michael Albinus <michael.albinus@gmx.de>
4349
4350 * net/tramp.el (tramp-handle-file-accessible-directory-p): New defun.
4351
4352 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
4353 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
4354 * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
4355 for `file-accessible-directory-p'. (Bug#13275)
4356
4357 2012-12-27 Sam Steingold <sds@gnu.org>
4358
4359 * progmodes/cperl-mode.el (cperl-calculate-indent): Do not stagger
4360 continuations, see <http://stackoverflow.com/questions/3582436>.
4361
4362 2012-12-27 Dmitry Gutov <dgutov@yandex.ru>
4363
4364 * progmodes/ruby-mode.el (ruby-indent-beg-re): Only allow "class",
4365 "module" and "def" to have indentation before them.
4366 Regression from 2012-09-07T04:15:56Z!dgutov@yandex.ru (see the new test).
4367
4368 * progmodes/ruby-mode.el: Bump the version to 1.2 (Bug#13200).
4369
4370 2012-12-27 Alan Mackenzie <acm@muc.de>
4371
4372 Speed up fontification where there's large brace blocks.
4373 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Add a limit
4374 to a call of c-beginning-of-decl-1.
4375
4376 2012-12-27 Vitalie Spinu <spinuvit@gmail.com> (tiny change)
4377
4378 * comint.el (comint-adjust-window-point): New function.
4379 (comint-postoutput-scroll-to-bottom):
4380 Call comint-adjust-window-point (Bug#13248).
4381
4382 2012-12-26 Dmitry Gutov <dgutov@yandex.ru>
4383
4384 * progmodes/ruby-mode.el (auto-mode-alist): `purecopy' the
4385 Rakefile regexp.
4386 (auto-mode-alist): Associate .gemspec files with ruby-mode
4387 (https://bugs.ruby-lang.org/issues/5453).
4388
4389 2012-12-26 Jürgen Hötzel <juergen@archlinux.org>
4390
4391 * net/tramp-adb.el (tramp-adb-get-ls-command): New defun.
4392 Suppress coloring, if possible (required for BusyBox based systems like
4393 CyanogenMod).
4394 (tramp-adb-handle-file-attributes)
4395 (tramp-adb-handle-insert-directory)
4396 (tramp-adb-handle-file-name-all-completions): Use it.
4397 (tramp-adb-get-toolbox): New defun. Check for remote shell
4398 implementation (BusyBox or Toolbox).
4399
4400 2012-12-24 Constantin Kulikov <zxnotdead@gmail.com> (tiny change)
4401
4402 * startup.el (initial-buffer-choice): Allow function as value
4403 (Bug#13251).
4404 (command-line-1): Handle case where initial-buffer-choice
4405 specifies a function.
4406 * server.el (server-execute): Handle case where
4407 initial-buffer-choice specifies a function.
4408
4409 2012-12-24 Lars Ingebrigtsen <larsi@gnus.org>
4410
4411 * mail/smtpmail.el (smtpmail-try-auth-method): Refactored out into
4412 its own function.
4413 (smtpmail-try-auth-methods): Forget the user name/password if the
4414 login is unsuccessful (bug#12424).
4415
4416 2012-12-22 Michael Albinus <michael.albinus@gmx.de>
4417
4418 * notifications.el (notifications-notify): Protect body with
4419 `with-demoted-errors'.
4420
4421 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
4422 Check properties of remote device. Restart connection, if there is a
4423 change.
4424
4425 2012-12-21 Chong Yidong <cyd@gnu.org>
4426
4427 * sort.el (sort-subr): Doc fix (Bug#13056).
4428
4429 2012-12-21 Bastien Guerry <bzg@gnu.org>
4430
4431 * progmodes/etags.el (tags-search): Fix typo. Bug #13232.
4432
4433 2012-12-21 Michael Albinus <michael.albinus@gmx.de>
4434
4435 * simple.el (process-file): Overwrite stderr file, if exists.
4436
4437 2012-12-21 Daiki Ueno <ueno@gnu.org>
4438
4439 * epg.el (epg--start): Print GPG_AGENT_INFO in the debug buffer.
4440 (epg-error): Set `error-message' property.
4441
4442 2012-12-21 Chong Yidong <cyd@gnu.org>
4443
4444 * international/mule-cmds.el (read-char-by-name): Signal an error
4445 if the user does not supply a valid character (Bug#13177).
4446
4447 * simple.el (transpose-subr-1): Preserve marker positions by
4448 changing the insertion sequence (Bug#13122).
4449
4450 2012-12-21 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
4451
4452 * simple.el (kill-region): Deactivate mark even for empty regions
4453 (Bug#13169).
4454
4455 2012-12-21 Chong Yidong <cyd@gnu.org>
4456
4457 * help-fns.el (describe-variable): Make sure we get the right
4458 buffer name (Bug#13105). Suggested by Kelly Dean.
4459
4460 2012-12-20 Michael R. Mauger <mmaug@yahoo.com>
4461
4462 * comint.el (comint-redirect-previous-input-string): New variable.
4463 (comint-redirect-setup, comint-redirect-cleanup)
4464 (comint-redirect-preoutput-filter): Use it. Fixes redirection bug.
4465 (comint-redirect-preoutput-filter): Fix verbose message.
4466
4467 2012-12-20 Michael Albinus <michael.albinus@gmx.de>
4468
4469 * progmodes/grep.el (rgrep): Escape command line. Sometimes, it
4470 is too long for Tramp. See discussion in
4471 <http://thread.gmane.org/gmane.emacs.tramp/8233/focus=8244>.
4472
4473 * progmodes/compile.el (compilation-start): Remove line escape
4474 template.
4475
4476 2012-12-20 Dmitry Antipov <dmantipov@yandex.ru>
4477
4478 * vc/ediff-ptch.el (ediff-map-patch-buffer): Use `point-min-marker'.
4479 Adjust comment.
4480
4481 2012-12-19 Jonas Bernoulli <jonas@bernoul.li>
4482
4483 * emacs-lisp/lisp-mnt.el (lm-section-end): Always end before the
4484 following non-comment text (bug#13207).
4485 (lm-header-multiline): Continuation lines need to be indented more than
4486 the first line.
4487 (lm-homepage): New function.
4488 (lm-with-file): Don't be confused if narrowing is in effect.
4489
4490 2012-12-19 Stefan Monnier <monnier@iro.umontreal.ca>
4491
4492 * vc/diff-mode.el (diff-post-command-hook): Don't ignore changes at the
4493 very beginning of a hunk (e.g. killing the first line).
4494
4495 2012-12-19 Michael Albinus <michael.albinus@gmx.de>
4496
4497 * net/tramp-sh.el (tramp-sh-handle-file-acl): Delete empty lines
4498 and text properties from returned ACL string.
4499 (tramp-sh-handle-set-file-acl): Do not use additional parentheses
4500 for "setfacl" command.
4501
4502 2012-12-18 Michael Albinus <michael.albinus@gmx.de>
4503
4504 * net/tramp.el (tramp-error-with-buffer): Give a hint to use
4505 `tramp-cleanup-this-connection', when the process has died.
4506 (Bug#13151)
4507
4508 2012-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
4509
4510 * icomplete.el (icomplete-completions): Also use … to truncate prefix.
4511
4512 2012-12-17 Kevin Ryde <user42@zip.com.au>
4513
4514 * files.el (auto-save-file-name-p): Use \` and \' (bug#13186).
4515
4516 2012-12-17 Michael Albinus <michael.albinus@gmx.de>
4517
4518 Add support for preserving ACL entries of files.
4519
4520 * net/tramp.el (tramp-file-name-for-operation): Add `file-acl' and
4521 `set-file-acl' handlers.
4522
4523 * net/tramp-adb.el (tramp-adb-handle-copy-file):
4524 Handle PRESERVE-EXTENDED-ATTRIBUTES.
4525
4526 * net/tramp-compat.el (tramp-compat-copy-file):
4527 Handle PRESERVE-EXTENDED-ATTRIBUTES.
4528
4529 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
4530 Add `file-acl' and `set-file-acl' handlers.
4531 (tramp-gvfs-handle-copy-file):
4532 Handle PRESERVE-EXTENDED-ATTRIBUTES.
4533 (tramp-gvfs-handle-file-acl, tramp-gvfs-handle-set-file-acl):
4534 New defuns.
4535
4536 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
4537 Add `file-acl' and `set-file-acl' handlers.
4538 (tramp-remote-acl-p, tramp-sh-handle-file-acl)
4539 (tramp-sh-handle-set-file-acl): New defuns.
4540 (tramp-sh-handle-copy-file, tramp-do-copy-or-rename-file):
4541 Handle PRESERVE-EXTENDED-ATTRIBUTES.
4542
4543 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
4544 Add `file-acl' and `set-file-acl' handlers.
4545 (tramp-smb-handle-copy-file): Handle PRESERVE-EXTENDED-ATTRIBUTES.
4546
4547 2012-12-17 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
4548
4549 * help-macro.el (make-help-screen): Instead of switch-to-buffer
4550 use pop-to-buffer with NORECORD argument t. As buffer name, use
4551 *Metahelp* with a leading space (Bug#13190).
4552
4553 2012-12-16 Romain Francoise <romain@orebokech.com>
4554
4555 * files.el (file-extended-attributes)
4556 (set-file-extended-attributes): New functions.
4557 (backup-buffer): Use them to handle both SELinux context and ACL
4558 entries.
4559 (backup-buffer-copy): Work with an alist of extended attributes,
4560 rather than an SELinux context.
4561 (basic-save-buffer-2): Ditto.
4562
4563 2012-12-16 Timo Myyrä <timo.myyra@gmail.com>
4564
4565 * battery.el (battery-bsd-apm): New function.
4566
4567 2012-12-16 Jay Belanger <jay.p.belanger@gmail.com>
4568
4569 * calc/calc.el (calc-standard-date-formats): Adjust one of the
4570 standard date formats.
4571
4572 2012-12-15 Juri Linkov <juri@jurta.org>
4573
4574 * isearch.el (isearch-mode-map): Bind `C-x 8 RET' to
4575 `isearch-insert-char-by-name'.
4576 (with-isearch-suspended): New defmacro with body mostly from
4577 `isearch-edit-string' except the part that sets
4578 `isearch-new-string' and `isearch-new-message'.
4579 (isearch-edit-string): Use new macro `with-isearch-suspended' with
4580 body that sets `isearch-new-string' and `isearch-new-message'.
4581 (isearch-insert-char-by-name): New command.
4582 * international/mule-cmds.el (read-char-by-name): Let-bind
4583 `enable-recursive-minibuffers' to t.
4584 http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00234.html
4585
4586 2012-12-15 Juri Linkov <juri@jurta.org>
4587
4588 * isearch.el (isearch-delete-char, isearch-del-char): Doc fix.
4589 (Bug#13175)
4590
4591 2012-12-15 Christopher Schmidt <christopher@ch.ristopher.com>
4592
4593 * dired-x.el (dired-guess-shell-command): Put colon at the end of
4594 the prompt. (Bug#13045)
4595
4596 2012-12-14 Glenn Morris <rgm@gnu.org>
4597
4598 * emacs-lisp/macroexp.el (macroexp--warn-and-return):
4599 Try to include filename in non-bytecomp warning. (Bug#13132)
4600
4601 2012-12-14 Paul Eggert <eggert@cs.ucla.edu>
4602
4603 Fix permissions bugs with setgid directories etc. (Bug#13125)
4604 * files.el (backup-buffer): Don't rely on 9th output of
4605 file-attributes, as it's now a placeholder. Instead, use the new
4606 optional arg of file-ownership-preserved-p.
4607 (file-ownership-preserved-p): New optional arg GROUP.
4608 Fix mishandling of setuid directories that would cause this
4609 function to return t when it should have returned nil.
4610 Document what happens if the file does not exist, and when
4611 it's not known whether the ownership will be preserved.
4612 * net/tramp-sh.el (tramp-sh-handle-file-ownership-preserved-p):
4613 Likewise.
4614 (tramp-get-local-gid): Use group-gid for integer, as that's
4615 faster and more reliable.
4616
4617 2012-12-14 Julien Danjou <julien@danjou.info>
4618
4619 * progmodes/sql.el (sql-mode-postgres-font-lock-keywords):
4620 Update keywords list, data type and PL/pgSQL.
4621
4622 2012-12-14 Dave Abrahams <dave@boostpro.com>
4623
4624 * vc/ediff-util.el (ediff-buffer-type): New function.
4625 (ediff-clone-buffer-for-current-diff-comparison): Compute the buf-type
4626 rather than taking it as as argument.
4627 (ediff-inferior-compare-regions): Adjust calls accordingly (bug#11319).
4628
4629 2012-12-14 Ryan Crum <ryan.crum@eleostech.com>
4630
4631 * json.el: Add pretty-print option (bug#12634).
4632 (json-encoding-separator, json-encoding-default-indentation)
4633 (json--encoding-current-indentation, json-encoding-pretty-print)
4634 (json-encoding-lisp-style-closings): New vars.
4635 (json--with-indentation): New macro.
4636 (json-encode-hash-table, json-encode-alist, json-encode-plist)
4637 (json-encode-array): Use it to obey json-encoding-pretty-print.
4638 (json-pretty-print-buffer, json-pretty-print): New commands.
4639
4640 2012-12-14 Dmitry Gutov <dgutov@yandex.ru>
4641
4642 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
4643 Extract `ruby-syntax-propertize-expansions'.
4644 (ruby-syntax-propertize-expansions): Only change syntax on
4645 certain string delimiters, to punctuation. This way the common
4646 functions like forward-word and thing-at-point still work.
4647 (ruby-match-expression-expansion): Improve readability.
4648 (ruby-block-contains-point): New function.
4649 (ruby-add-log-current-method): Handle several edge cases.
4650
4651 2012-12-13 Juanma Barranquero <lekktu@gmail.com>
4652
4653 * emacs-lisp/edebug.el (edebug-unload-function): Make sure that
4654 unload-feature finishes even when aborting an ongoing edebug session.
4655 Also, do not worry about edebug-mode, unload-feature takes care of it.
4656
4657 2012-12-13 Andreas Schwab <schwab@suse.de>
4658
4659 * net/tls.el (tls-program): Update customize type.
4660
4661 2012-12-13 Juanma Barranquero <lekktu@gmail.com>
4662
4663 * emacs-lisp/edebug.el (edebug--require-cl-read): New function.
4664 (edebug-setup-hook, cl-read-load-hooks): Use it.
4665 (edebug-unload-function): New function. (Bug#13163)
4666
4667 2012-12-13 Michael Albinus <michael.albinus@gmx.de>
4668
4669 * net/tramp-adb.el (tramp-adb-file-name-p): Make it a defsubst.
4670 Otherwise, there could be errors in autoloading. (Bug#13151)
4671
4672 2012-12-13 Jürgen Hötzel <juergen@archlinux.org>
4673
4674 * net/tramp-adb.el (tramp-adb-wait-for-output): Remove spurious " ^H"
4675 sequences.
4676
4677 2012-12-13 Alan Mackenzie <acm@muc.de>
4678
4679 Make CC Mode not hang when _some_ lines end in CRLF. Bug #11841.
4680 * progmodes/cc-engine.el (c-backward-comments): Add code to work
4681 around `forward-comment' not recognizing ^M as whitespace.
4682
4683 2012-12-13 Fabián Ezequiel Gallina <fgallina@cuca>
4684
4685 * progmodes/python.el (python-skeleton-class)
4686 (python-skeleton-def): Do not add space after defun name.
4687
4688 2012-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
4689
4690 * emacs-lisp/cl.el (letf): Make it an alias of cl-letf.
4691 (cl--symbol-function): Remove (now that funbound is like nil).
4692
4693 2012-12-12 Glenn Morris <rgm@gnu.org>
4694
4695 * button.el (button--area-button-p): Fix typo.
4696
4697 2012-12-12 Sam Steingold <sds@gnu.org>
4698
4699 * frame.el (frame-maximization-style): New user option.
4700 (toggle-frame-maximized): Toggle frame maximization according to
4701 `frame-maximization-style', bound to <f11>.
4702 (cycle-frame-maximized): Cycle between all maximization styles and
4703 non-maximized frame, bound to shift-<f11>.
4704
4705 2012-12-12 David Cadé <codename68@gmail.com>
4706
4707 * mpc.el (mpc-format): Use truncate-string-to-width (bug#13143).
4708
4709 2012-12-12 Jonas Bernoulli <jonas@bernoul.li>
4710
4711 * lisp/emacs-lisp/eieio.el: Prettier object pretty-printing (bug#13115).
4712 (eieio-override-prin1): Don't quote kewords and booleans.
4713 (object-write) <eieio-default-superclass>: Don't put closing parens
4714 on new line, avoid needless empty lines, align values that are objects
4715 with the slot keyword (instead of beginning on the same line).
4716 (eieio-list-prin1): Align value with slot keyword; increase
4717 eieio-print-depth before printing members of the list.
4718
4719 2012-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
4720
4721 * mail/emacsbug.el (report-emacs-bug): Move the intangible text to
4722 a display text-property.
4723 (report-emacs-bug-hook): Don't bother deleting it any more.
4724
4725 * hilit-chg.el (highlight-save-buffer-state): Delete.
4726 Use with-silent-modifications instead.
4727 (hilit-chg-set-face-on-change): Only fixup the text that's modified.
4728
4729 * button.el: Handle buttons in display text-properties.
4730 (button--area-button-p, button--area-button-string):
4731 Use (STRING . STRING-POS) representation instead of just STRING.
4732
4733 2012-12-11 Eli Zaretskii <eliz@gnu.org>
4734
4735 * makefile.w32-in (compile4-SH): Fix a typo that caused term
4736 subdirectory be skipped.
4737
4738 2012-12-11 Glenn Morris <rgm@gnu.org>
4739
4740 * net/rcirc.el (rcirc-urls, rcirc-condition-filter): Doc fixes.
4741
4742 * progmodes/f90.el (f90-line-continued, f90-indent-region):
4743 Treat preprocessor lines embedded in continuations like comments.
4744 (f90-indent-line): Special-case preprocessor lines. (Bug#13138)
4745
4746 2012-12-11 Jay Belanger <jay.p.belanger@gmail.com>
4747
4748 * calc/calc.el (calc-standard-date-formats): Add more date
4749 formats.
4750 * calc/calc-forms.el (math-parse-iso-date): New function.
4751 (math-parse-date): Use `math-parse-iso-date' when appropriate.
4752 (math-parse-iso-date-validate): Add extra error checking.
4753 (calc-date-notation): Add ability to access new date formats.
4754
4755 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
4756
4757 * hi-lock.el (hi-lock--regexps-at-point): Fix boundary case for
4758 font-lock as well as when there's no text-property.
4759
4760 2012-12-10 Jambunathan K <kjambunathan@gmail.com>
4761
4762 * hi-lock.el: Refine the choice of default face.
4763 (hi-lock-keyword->face): New function. Use it wherever we used
4764 cadadadr instead.
4765 (hi-lock--regexps-at-point): Ignore faces that can't come from hi-lock.
4766 (hi-lock--last-face): Remove var.
4767 (hi-lock--unused-faces): New var to replace it.
4768 (hi-lock-read-face-name): Use/maintain it.
4769 (hi-lock-unface-buffer): Maintain it. Fix error for the C-u case.
4770 (hi-lock-set-pattern): Ignore new rule if it has the same regexp even
4771 if it has another face.
4772
4773 2012-12-10 Eli Zaretskii <eliz@gnu.org>
4774
4775 * subr.el (w32notify-handle-event): New function.
4776 (inotify-handle-event): Doc fix.
4777
4778 2012-12-10 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
4779
4780 * subr.el (inotify-event-p, inotify-handle-event): New functions.
4781
4782 2012-12-10 Dani Moncayo <dmoncayo@gmail.com>
4783
4784 * simple.el (just-one-space): Doc fix.
4785
4786 2012-12-10 Eli Zaretskii <eliz@gnu.org>
4787
4788 * textmodes/texinfo.el (texinfo-enable-quote-envs): Add "smallexample".
4789
4790 2012-12-10 Le Wang <l26wang@gmail.com>
4791
4792 * hilit-chg.el (hilit-chg-set-face-on-change): Don't burp in
4793 narrowed buffer (bug#12361).
4794
4795 2012-12-10 Juanma Barranquero <lekktu@gmail.com>
4796
4797 * vc/vc-hooks.el (vc-state): Doc fix.
4798
4799 2012-12-10 Glenn Morris <rgm@gnu.org>
4800
4801 * mail/rmail.el (rmail-maybe-display-summary):
4802 Preserve buffer, in case select-window changes it. (Bug#13066)
4803
4804 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
4805
4806 * emacs-lisp/cl.el, emacs-lisp/cl-lib.el: Move cl-unload-function and
4807 cl-load-hook where they belong.
4808
4809 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
4810
4811 * emacs-lisp/cl-lib.el (cl-declaim): Paren typo.
4812
4813 2012-12-09 Eli Zaretskii <eliz@gnu.org>
4814
4815 Parallelize byte compilation on MS-Windows.
4816 * makefile.w32-in (WINS_BASIC1, WINS_BASIC2, WINS_BASIC3)
4817 (WINS_BASIC4): New variables, subdivide subdirectories into 4 parts.
4818 (WINS_BASIC): Define as concatenation of the above.
4819 (compile): Subdivide into 4 separate and independent jobs that can
4820 be run in parallel.
4821 (compile0-CMD, compile0-SH): New targets for compiling
4822 COMPILE_FIRST files, which are prerequisites for the rest of the
4823 byte-compilation.
4824 (compile1-CMD, compile2-CMD, compile3-CMD, compile4-CMD):
4825 New targets for parallel compilation with cmd.exe.
4826 (compile1-SH, compile2-SH, compile3-SH, compile4-SH): Ditto for
4827 compiling under a Unixy shell.
4828
4829 2012-12-09 Chong Yidong <cyd@gnu.org>
4830
4831 * simple.el (set-mark-default-inactive): Delete this
4832 accidentally-introduced option.
4833 (set-mark-command, exchange-point-and-mark): Remove calls.
4834
4835 2012-12-09 Glenn Morris <rgm@gnu.org>
4836
4837 * emacs-lisp/lisp-mode.el (eval-defun-1): Doc fix.
4838 Respect a defcustom's :set function, if appropriate. (Bug#109)
4839 (eval-defun): Doc fix.
4840
4841 2012-12-08 Juri Linkov <juri@jurta.org>
4842
4843 * info.el (Info-copy-current-node-name, Info-breadcrumbs)
4844 (Info-fontify-node, Info-bookmark-make-record): Remove the
4845 file extension from Info-current-file (Bug#13016).
4846
4847 2012-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
4848
4849 * hi-lock.el (hi-lock-unface-buffer): If there's no matching regexp at
4850 point, still provide some default.
4851 (hi-lock--regexps-at-point): Don't enforce a "hi-lock-" prefix on face
4852 names, since we don't use it right now. Actually return the list.
4853 (hi-lock-file-patterns, hi-lock-interactive-patterns): Use defvar-local.
4854
4855 2012-12-07 Chong Yidong <cyd@gnu.org>
4856
4857 * novice.el (disabled-command-function): Remove a spurious help
4858 xref (Bug#13043). Suggested by Kelly Dean.
4859
4860 * subr.el (text-clone-maintain): Fix clone overlay deletion when a
4861 syntax is specified (Bug#13025).
4862
4863 * info.el (Info-set-mode-line): Remove the file extension from
4864 Info-current-file if there is one (Bug#13016).
4865
4866 2012-12-07 Glenn Morris <rgm@gnu.org>
4867
4868 * mail/rmail.el (rmail-mime-decoded): New permanent local.
4869 (rmail-show-message-1): Set rmail-mime-decoded when appropriate.
4870 * mail/rmailedit.el (rmail-cease-edit): Respect rmail-mbox-format
4871 and rmail-mime-decoded. (Bug#9841)
4872
4873 * mail/unrmail.el (unrmail-mbox-format): New option. (Bug#6574)
4874 (batch-unrmail, unrmail): Doc fixes.
4875 (unrmail): Respect unrmail-mbox-format.
4876 * mail/rmail.el (rmail-mbox-format): New option.
4877 (rmail-show-message-1): Respect rmail-mbox-format.
4878
4879 2012-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
4880
4881 * emacs-lisp/cl-macs.el (cl-tagbody): New macro.
4882
4883 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
4884
4885 Further cleanup of the "cl-" namespace. Fit CL in 80 columns.
4886 * emacs-lisp/cl-macs.el (cl--pop2, cl--optimize-safety)
4887 (cl--optimize-speed, cl--not-toplevel, cl--parse-loop-clause)
4888 (cl--expand-do-loop, cl--proclaim-history, cl--declare-stack)
4889 (cl--do-proclaim, cl--proclaims-deferred): Rename from the "cl-" prefix.
4890 (cl-progv): Don't rely on dynamic scoping to find the body.
4891 * emacs-lisp/cl-lib.el (cl--optimize-speed, cl--optimize-safety)
4892 (cl--proclaims-deferred): Rename from the "cl-" prefix.
4893 (cl-declaim): Use backquotes.
4894 * emacs-lisp/cl-extra.el (cl-make-random-state, cl-random-state-p):
4895 Use "cl--" prefix for the object's tag.
4896
4897 * ses.el: Use advice-add/remove.
4898 (ses--advice-copy-region-as-kill, ses--advice-yank): New functions.
4899 (copy-region-as-kill, yank): Use advice-add.
4900 (ses-unload-function): Use advice-remove.
4901
4902 2012-12-06 Jonas Bernoulli <jonas@bernoul.li>
4903
4904 * button.el: Make them work in header-lines (bug#12817).
4905 (button-map): Add bindings for header-line and mode-line use.
4906 (button-get, button-put, button-label): `button' may now be a string.
4907 (button-activate): Don't make it a defsubst.
4908 (button--area-button-p, button--area-button-string): New functions.
4909 (make-text-button): Fix the return value when `beg' was a string.
4910 (push-button): Handle the mode-line case.
4911
4912 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
4913
4914 * progmodes/sql.el: Use cl-lib and lexical-binding; various cleanup.
4915 (sql-signum): Remove. Use `cl-signum' instead.
4916 (sql-read-passwd): Remove; use read-passwd instread.
4917 (sql-get-login-ext): Use read-string.
4918 (sql-get-login): Use dolist and pcase.
4919 (sql--completion-table): Rename from sql-try-completion.
4920 Use complete-with-action.
4921 (sql-mode): Don't change abbrev-all-caps globally.
4922 (sql-connect): Don't rely on dynamic scoping for `new-name'.
4923 (sql-postgres-completion-object): Initialize vars in their `let'.
4924 (sql-comint-sybase, sql-comint-sqlite, sql-comint-mysql)
4925 (sql-comint-solid, sql-comint-ms, sql-comint-postgres)
4926 (sql-comint-interbase): Use a single append, without setq.
4927 (sql-comint-linter): Same, and unwind-protect the LINTER_MBX var.
4928
4929 * hi-lock.el: Rework the default face and the serialize regexp code.
4930 (hi-lock--auto-select-face-defaults): Remove.
4931 (hi-lock-string-serialize-serial): Remove.
4932 (hi-lock--hashcons-hash): Rename from hi-lock-string-serialize-hash;
4933 make weak.
4934 (hi-lock--hashcons): Rename from hi-lock-string-serialize, return an
4935 equal string.
4936 (hi-lock-set-pattern): Adjust accordingly.
4937 (hi-lock--regexps-at-point): Simplify accordingly.
4938 (hi-lock--auto-select-face-defaults): Remove.
4939 (hi-lock--last-face): New var to replace it.
4940 (hi-lock-read-face-name): Rewrite (bug#11095).
4941 (hi-lock-unface-buffer): Arrange for the face to be the next default.
4942
4943 2012-12-06 Michael Albinus <michael.albinus@gmx.de>
4944
4945 * net/tramp.el (tramp-replace-environment-variables):
4946 Hide compiler warning.
4947 (tramp-file-name-for-operation): Remove `executable-find',
4948 `start-process', `call-process' and `call-process-region'.
4949
4950 * net/tramp-compat.el (top): Don't require 'tramp-util and 'tramp-vc.
4951
4952 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Ensure backward
4953 compatibility.
4954
4955 * net/tramp-sh.el (top): Remove `tramp-sh-handle-call-process-region'.
4956
4957 2012-12-06 Chong Yidong <cyd@gnu.org>
4958
4959 * ffap.el (ffap-replace-file-component): Fix typo.
4960
4961 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
4962
4963 * progmodes/octave-mod.el (octave-mark-block): Move out of tokens and
4964 fix open-paren-like token test (bug#12785).
4965
4966 2012-12-06 Glenn Morris <rgm@gnu.org>
4967
4968 * mail/rmailsum.el (rmail-new-summary): Tweak for
4969 rmail-maybe-display-summary changing buffer. (Bug#13066)
4970
4971 2012-12-06 Juri Linkov <juri@jurta.org>
4972
4973 * info.el (Info-fontify-node): Don't hide the last newline.
4974 (Bug#12272)
4975
4976 2012-12-06 Katsumi Yamaoka <yamaoka@jpl.org>
4977
4978 * mail/mailabbrev.el (mail-abbrev-expand-wrapper): Work in minibuffer
4979 so as to enable message-read-from-minibuffer to expand mail aliases.
4980
4981 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
4982
4983 * minibuf-eldef.el (minibuf-eldef-update-minibuffer): Don't mess with
4984 the `intangible' property.
4985 Suggested by Christopher Schmidt <christopher@ch.ristopher.com>
4986
4987 2012-12-05 Deniz Dogan <deniz@dogan.se>
4988
4989 * net/rcirc.el (rcirc-urls): Update documentation.
4990 (rcirc-condition-filter): New function.
4991 (rcirc-browse-url, rcirc-markup-urls): Use only URLs before point
4992 and exclude consecutive duplicate URLs (Bug#6082).
4993
4994 2012-12-05 Michael Albinus <michael.albinus@gmx.de>
4995
4996 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
4997 Check return code of copy command.
4998
4999 * net/tramp-adb.el (tramp-adb-sdk-dir, tramp-adb-prompt):
5000 Use group `tramp'. Add version.
5001
5002 2012-12-05 Chong Yidong <cyd@gnu.org>
5003
5004 * ffap.el (ffap-url-regexp): Don't require matching at front of
5005 string (Bug#4952).
5006 (ffap-url-p): If only a substring matches, return that.
5007 (ffap-url-at-point): Use the return value of ffap-url-p.
5008 (ffap-read-file-or-url, ffap-read-file-or-url-internal)
5009 (find-file-at-point, dired-at-point, dired-at-point-prompter)
5010 (ffap-guess-file-name-at-point): Likewise.
5011 (ffap-replace-file-component): Fix typo.
5012
5013 * info.el (info-display-manual): Add existing Info buffers, whose
5014 files may not be in Info-directory-list, to the completion.
5015 (info--manual-names): New helper function.
5016
5017 2012-12-05 Glenn Morris <rgm@gnu.org>
5018
5019 * vc/vc-hg.el (vc-hg-resolve-when-done, vc-hg-find-file-hook):
5020 New functions, for detecting and resolving conflicts. (Bug#10709)
5021
5022 2012-12-04 Jambunathan K <kjambunathan@gmail.com>
5023
5024 * hi-lock.el (hi-lock-auto-select-face): New user variable.
5025 (hi-lock-auto-select-face-defaults): New buffer local variable.
5026 (hi-lock-read-face-name): Honor `hi-lock-auto-select-face'.
5027 (hi-lock-unface-buffer): Prompt user with useful defaults.
5028 With prefix arg, unhighlight all hi-lock patterns in buffer.
5029
5030 2012-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
5031
5032 * obsolete/terminal.el, obsolete/longlines.el: Add obsolecence info.
5033
5034 2012-12-04 Michael Albinus <michael.albinus@gmx.de>
5035
5036 * Makefile.in (TRAMP_SRC):
5037 * makefile.w32-in (TRAMP_SRC): Add tramp-adb.el.
5038
5039 2012-12-04 Juergen Hoetzel <juergen@archlinux.org>
5040
5041 * net/tramp-adb.el: New package.
5042
5043 2012-12-04 Chong Yidong <cyd@gnu.org>
5044
5045 * terminal.el: Move to obsolete/.
5046
5047 * longlines.el: Move to obsolete/.
5048
5049 * vc/ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
5050 Remove code referring to longlines mode.
5051
5052 2012-12-03 Juri Linkov <juri@jurta.org>
5053
5054 * sort.el (delete-duplicate-lines): New command. (Bug#13032)
5055
5056 2012-12-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
5057
5058 * textmodes/ispell.el (ispell-init-process)
5059 (ispell-start-process, ispell-internal-change-dictionary):
5060 Make sure personal dictionary name is expanded after initial
5061 `default-directory' value. Use expanded strings for
5062 keep/restart checks and for value (Bug#13019).
5063
5064 2012-12-03 Jay Belanger <jay.p.belanger@gmail.com>
5065
5066 * calc/calc-forms.el (math-date-to-iso-dt): Fix weekday number.
5067
5068 2012-12-03 Leo Liu <sdl.web@gmail.com>
5069
5070 * files.el (dir-locals-read-from-file): Check file non-empty
5071 before reading. (Bug#13038)
5072
5073 2012-12-03 Glenn Morris <rgm@gnu.org>
5074
5075 * jka-cmpr-hook.el (jka-compr-get-compression-info):
5076 Remove any version extension before checking filename. (Bug#13006)
5077 (jka-compr-compression-info-list): Belated :version bump.
5078
5079 2012-12-03 Chong Yidong <cyd@gnu.org>
5080
5081 * simple.el (transient-mark-mode): Doc fix (Bug#11523).
5082
5083 * buff-menu.el (Buffer-menu-delete-backwards, Buffer-menu-mode)
5084 (buffer-menu): Doc fix (Bug#12294).
5085
5086 2012-12-03 Roland Winkler <winkler@gnu.org>
5087
5088 * calendar/diary-lib.el (diary-header-line-format): Use keybinding
5089 of diary-show-all-entries in the diary buffer (Bug#12994).
5090
5091 2012-12-03 Michael Albinus <michael.albinus@gmx.de>
5092
5093 * net/tramp-sh.el (tramp-perl-encode): Use "read STDIN" instead of
5094 "<STDIN>". This is binary safe.
5095
5096 2012-12-03 Jay Belanger <jay.p.belanger@gmail.com>
5097
5098 * calc/calc-forms.el (math-absolute-from-iso-dt)
5099 (math-date-to-iso-dt, math-parse-iso-date-validate)
5100 (math-iso-dt-to-date): New functions.
5101 (math-fd-iso-dt, math-fd-isoyear, math-fd-isoweek)
5102 (math-fd-isoweekday): New variables.
5103 (calc-date-notation, math-parse-standard-date, math-format-date)
5104 (math-format-date-part): Add support for more formatting codes.
5105
5106 2012-12-02 Dmitry Gutov <dgutov@yandex.ru>
5107
5108 * vc/vc.el (vc-delete-file, vc-rename-file): Default to the
5109 current buffer's file name when called interactively (Bug#12488).
5110
5111 2012-12-02 Juri Linkov <juri@jurta.org>
5112
5113 * info.el (info-display-manual): Don't clobber an existing Info
5114 buffer (Bug#10770). Add completion (Bug#10771).
5115
5116 2012-12-01 Yuya Nishihara <yuya@tcha.org> (tiny change)
5117
5118 * vc/vc-hooks.el (vc-find-file-hook): Expand buffer-file-truename
5119 before using it for comparison (Bug#5297).
5120
5121 2012-12-01 Jari Aalto <jari.aalto@cante.net>
5122
5123 * textmodes/css-mode.el (css-current-defun-name): New function.
5124 (css-mode): Use it.
5125
5126 * textmodes/sgml-mode.el (html-current-defun-name): New function.
5127 (html-mode): Use it.
5128
5129 2012-12-01 Chong Yidong <cyd@gnu.org>
5130
5131 Modularize add-log-current-defun (Bug#2224).
5132 Suggested by Jari Aalto.
5133
5134 * vc/add-log.el (add-log-current-defun-function): Doc fix.
5135 (add-log-current-defun): Move mode-specific code to other files.
5136 (add-log-lisp-like-modes, add-log-c-like-modes)
5137 (add-log-tex-like-modes): Variables deleted.
5138
5139 * emacs-lisp/lisp-mode.el (lisp-current-defun-name): New.
5140 (lisp-mode-variables): Use it.
5141
5142 * progmodes/cc-mode.el (c-common-init):
5143 * progmodes/cperl-mode.el (cperl-mode): Set a value for
5144 add-log-current-defun-function.
5145
5146 * progmodes/m4-mode.el (m4-current-defun-name): New function.
5147 (m4-mode): Use it.
5148
5149 * progmodes/perl-mode.el (perl-current-defun-name): New.
5150 (perl-mode): Use it.
5151
5152 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
5153 Use lisp-current-defun-name.
5154
5155 * textmodes/tex-mode.el (tex-current-defun-name): New.
5156 (tex-common-initialization): Use it.
5157
5158 * textmodes/texinfo.el (texinfo-current-defun-name): New.
5159 (texinfo-mode): Use it.
5160
5161 2012-12-01 Chong Yidong <cyd@gnu.org>
5162
5163 * emacs-lisp/lisp-mode.el (lisp-mode-variables, lisp-mode):
5164 * progmodes/autoconf.el (autoconf-mode):
5165 * progmodes/js.el (js-mode):
5166 * progmodes/make-mode.el (makefile-mode, makefile-makepp-mode)
5167 (makefile-bsdmake-mode, makefile-imake-mode, makefile-browse):
5168 * progmodes/perl-mode.el (perl-mode):
5169 * progmodes/sh-script.el (sh-mode, sh-set-shell):
5170 * textmodes/css-mode.el (css-mode):
5171 * textmodes/sgml-mode.el (html-mode, sgml-mode)
5172 (sgml-tags-invisible, sgml-guess-indent):
5173 * textmodes/tex-mode.el (tex-common-initialization)
5174 (latex-complete-bibtex-keys, tex-shell, tex-main-file)
5175 (doctex-mode, plain-tex-mode, latex-mode):
5176 * textmodes/texinfo.el (texinfo-mode): Use setq-local.
5177
5178 2012-12-01 Kirk Kelsey <kirk.kelsey@0x4b.net>
5179
5180 * vc/vc-hg.el (vc-hg-next-revision):
5181 Ensure use of default "tip" output format. (Bug#6968)
5182
5183 2012-12-01 Kim F. Storm <storm@cua.dk>
5184
5185 * startup.el (fancy-startup-tail): Add a clickable link
5186 (Bug#2176).
5187
5188 2012-12-01 Chong Yidong <cyd@gnu.org>
5189
5190 * startup.el (fancy-startup-tail): Improve the message about
5191 auto-save files (Bug#2176).
5192
5193 * files.el (recover-session): Improve the descriptive message, and
5194 use substitute-command-keys.
5195
5196 2012-12-01 Glenn Morris <rgm@gnu.org>
5197
5198 * ido.el (ido-file-internal):
5199 Handle other-window, other-frame for dired. (Bug#13036)
5200
5201 2012-11-30 Glenn Morris <rgm@gnu.org>
5202
5203 * icomplete.el (icomplete-separator): Fix :version.
5204
5205 2012-11-30 Chong Yidong <cyd@gnu.org>
5206
5207 * shell.el (shell): For C-u M-x shell, use an inactive shell
5208 buffer as the default (Bug#1975).
5209 (shell-apply-ansi-color, shell-reapply-ansi-color): New functions.
5210 (shell-mode): Use them to reapply ansi colorization if Shell mode
5211 is re-enabled.
5212
5213 2012-11-30 Yuriy Vostrikov <delamonpansie@gmail.com> (tiny change)
5214
5215 * vc/vc-git.el (vc-git-command): Disable the pager (Bug#6137).
5216
5217 2012-11-30 Samuel Bronson <naesten@gmail.com>
5218
5219 * progmodes/grep.el (grep-compute-defaults): Do not pass the -e
5220 flag to xargs, for compatibility with BSD xargs (Bug#11703).
5221
5222 2012-11-30 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
5223
5224 * textmodes/fill.el (fill-region-as-paragraph): Handle overshoot
5225 by move-to-column (Bug#3234).
5226
5227 2012-11-30 Chong Yidong <cyd@gnu.org>
5228
5229 * longlines.el (longlines-wrap-line, longlines-encode-region):
5230 Preserve text properties (Bug#1425).
5231
5232 2012-11-30 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
5233
5234 * vc/vc.el (vc-register): Allow registering a file which is
5235 already registered with a different backend (Bug#10589).
5236
5237 2012-11-29 Jambunathan K <kjambunathan@gmail.com>
5238 Stefan Monnier <monnier@iro.umontreal.ca>
5239
5240 * icomplete.el: Change separator; add ido-style commands.
5241 (icomplete-show-key-bindings): Remove custom var.
5242 (icomplete-get-keys): Remove function.
5243 (icomplete-forward-completions, icomplete-backward-completions):
5244 New commands.
5245 (icomplete-minibuffer-map): New var.
5246 (icomplete-minibuffer-setup): Use it.
5247 (icomplete-exhibit): Don't delay if the list of completions is known.
5248 (icomplete-separator): New custom.
5249 (icomplete-completions): Use it.
5250 * minibuffer.el (completion-all-sorted-completions): Delete duplicates.
5251 (minibuffer-force-complete-and-exit): New command.
5252 (minibuffer--complete-and-exit): New function extracted from
5253 minibuffer-complete-and-exit.
5254 (minibuffer-complete-and-exit): Use it.
5255
5256 * progmodes/etags.el (visit-tags-table-buffer): Give a more precise
5257 error message when the file doesn't exist (bug#12974).
5258
5259 2012-11-29 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
5260
5261 * simple.el (activate-mark): Run activate-mark-hook (bug#13027).
5262
5263 2012-11-29 Glenn Morris <rgm@gnu.org>
5264
5265 * files.el (hack-dir-local-variables): Warn if try to set
5266 coding via dir-locals, since it doesn't work. (Bug#7169)
5267
5268 Add desktop support for restoring vc-dir buffers. (Bug#10606)
5269 * vc/vc-dir.el (vc-dir-mode): Autoload it (for desktop restore).
5270 Set buffer-local value of desktop-save-buffer.
5271 (vc-dir-desktop-buffer-misc-data, vc-dir-restore-desktop-buffer):
5272 New functions.
5273 (desktop-buffer-mode-handlers): Add vc-dir-mode entry.
5274 * desktop.el (desktop-save-buffer-p): Treat vc-dir like dired.
5275
5276 * files.el (inhibit-local-variables-ignore-case): New. (Bug#10610)
5277 (inhibit-local-variables-p): Use inhibit-local-variables-ignore-case.
5278 Doc fix.
5279 (inhibit-local-variables-regexps, inhibit-local-variables-suffixes):
5280 Doc fixes.
5281
5282 2012-11-28 Jay Belanger <jay.p.belanger@gmail.com>
5283
5284 * calc/calc-forms.el (calc-date-notation): Fix regexp
5285 used to find time codes. Fix symbol for seconds.
5286
5287 2012-11-27 Glenn Morris <rgm@gnu.org>
5288
5289 * emacs-lisp/derived.el (derived-mode-make-docstring):
5290 Don't mention "abbrev" or "syntax" if nil. (Bug#11277)
5291
5292 2012-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
5293
5294 * textmodes/table.el (table-insert): Don't use `symbol-name' on
5295 lexically scoped variables (bug#13005).
5296
5297 2012-11-27 Glenn Morris <rgm@gnu.org>
5298
5299 * vc/vc-hooks.el (vc-mistrust-permissions):
5300 Default to t, to avoid data-loss. (Bug#11490)
5301
5302 2012-11-27 Fabián Ezequiel Gallina <fgallina@cuca>
5303
5304 * progmodes/python.el (python-indent-guess-indent-offset):
5305 If indentation is guessed make python-indent-offset buffer-local.
5306
5307 Fix Imenu regression.
5308 * progmodes/python.el (python-nav-beginning-of-defun):
5309 Fix forward movement when statement(s) separates point from defun.
5310 (python-imenu-prev-index-position): New function.
5311
5312 2012-11-27 Eli Zaretskii <eliz@gnu.org>
5313
5314 * subr.el (buffer-file-type): Declare with defvar-local. Doc fix.
5315
5316 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
5317 Don't set buffer-file-type. Return nil. (Bug#12989)
5318
5319 2012-11-27 Glenn Morris <rgm@gnu.org>
5320
5321 * hippie-exp.el (hippie-expand-try-functions-list):
5322 Re-autoload it. (Bug#12982)
5323
5324 2012-11-27 Eli Zaretskii <eliz@gnu.org>
5325
5326 * descr-text.el (describe-char-padded-string):
5327 Call internal-char-font only on GUI frames. (Bug#11964)
5328
5329 2012-11-27 Andreas Schwab <schwab@linux-m68k.org>
5330
5331 * buff-menu.el (Buffer-menu-buffer+size-width): Fix customize type
5332 and obsoletion message.
5333
5334 2012-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
5335
5336 * emacs-lisp/cl-macs.el (cl--transform-lambda): Add back `declare' in
5337 the constructs to keep outside of the `cl-block' (bug#12977).
5338
5339 2012-11-27 Chong Yidong <cyd@gnu.org>
5340
5341 * mouse.el (mouse-drag-line): Even if the line is not draggable,
5342 keep reading until we get the up-event anyway, in order to process
5343 the up-event for mouse-1-click-follows-link (Bug#12971).
5344
5345 2012-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
5346
5347 * emacs-lisp/advice.el (ad-should-compile): Don't compile advice if the
5348 base function is not yet defined (bug#12965).
5349 (ad-activate-advised-definition): Use ad-compile-function.
5350 (ad-activate): Use cond.
5351
5352 2012-11-25 Leo Liu <sdl.web@gmail.com>
5353
5354 * textmodes/sgml-mode.el (sgml-tag): Fix indentation for closing tag.
5355 (Bug#12979)
5356
5357 2012-11-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
5358
5359 * textmodes/reftex-parse.el (reftex-parse-from-file): Use variable
5360 reftex-section-info-function in order to be compatible with
5361 Texinfo integration.
5362
5363 * textmodes/reftex.el (reftex-section-pre-regexp)
5364 (reftex-section-post-regexp, reftex-section-info-function):
5365 New variable.
5366 (reftex-compile-variables): Use variables reftex-section-pre-regexp,
5367 reftex-section-post-regexp, and reftex-section-info-function in order
5368 to be compatible with Texinfo integration.
5369
5370 * textmodes/reftex-toc.el (reftex-toc-promote-action):
5371 use reftex-section-pre-regexp variable in order to be compatible with
5372 Texinfo integration.
5373
5374 2012-11-25 Chong Yidong <cyd@gnu.org>
5375
5376 * faces.el: Make face-spec-set more analogous to setq.
5377 (face-spec-set): Change the third arg to specify whether this
5378 function is being called via defface, customize, or a third party.
5379 Set the appropriate symbol properties. Clear the override spec if
5380 setting via Custom. Initialize face if necessary. (Bug#4988)
5381 (face-spec-recalc): Allow theme faces to completely replace the
5382 defface spec, in the same way as custom faces (Bug#8454).
5383
5384 * cus-face.el (custom-declare-face): Move face initialization to
5385 face-spec-set.
5386 (custom-theme-set-faces): Don't initialize the face name here, as
5387 that is now done in face-spec-set.
5388
5389 * cus-edit.el (custom-face-set, custom-face-mark-to-save)
5390 (custom-face-reset-saved, custom-face-mark-to-reset-standard):
5391 Simplify by using the new arg to face-spec-set.
5392
5393 * emacs-lisp/lisp-mode.el (eval-defun-1): When evaluating defface,
5394 reset face-override-spec too, and use custom-declare-face.
5395
5396 2012-11-24 Jan Djärv <jan.h.d@swipnet.se>
5397
5398 * term/ns-win.el (ns-initialize-window-system): Move creation of
5399 fontsets here (Bug#11964).
5400
5401 2012-11-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
5402
5403 * ses.el (ses-rename-cell): Correct bug on mode-line update after
5404 cell renaming.
5405
5406 2012-11-24 Chong Yidong <cyd@gnu.org>
5407
5408 * woman.el (woman-default-faces, woman-monochrome-faces): Mark as
5409 obsolete.
5410
5411 * custom.el (custom-theme-set-variables): Use a topological sort
5412 for ordering by custom dependencies (Bug#12952).
5413 (custom--sort-vars, custom--sort-vars-1): New functions.
5414
5415 2012-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
5416
5417 * emacs-lisp/bytecomp.el (byte-compile-file): Setup default value for
5418 lexical-binding (bug#12938).
5419
5420 2012-11-24 Wolfgang Jenkner <wjenkner@inode.at>
5421
5422 * image-mode.el (image-transform-check-size): Use assertions only
5423 for images of type imagemagick.
5424
5425 Otherwise no error, image-transform-fit-to-{width,height} is
5426 silently ignored, as before. Doc fix.
5427
5428 2012-11-24 Chong Yidong <cyd@gnu.org>
5429
5430 * faces.el (color-defined-p): Doc fix (Bug#12853).
5431
5432 2012-11-24 Juri Linkov <juri@jurta.org>
5433
5434 * dired.el (dired-mark): Add optional arg `interactive'.
5435 Check for `use-region-p' if `interactive' is non-nil.
5436 (dired-unmark, dired-flag-file-deletion): Add optional arg
5437 `interactive'. Call `dired-mark' with the arg `interactive'.
5438 (Bug#10624)
5439
5440 * wdired.el: Revert 2012-10-17 change partly and replace it with
5441 Patch by Christopher Schmidt <christopher@ch.ristopher.com>.
5442 (wdired-finish-edit): Add marks for new file names to
5443 `wdired-old-marks'. Restore marks using `dired-mark-remembered'
5444 after `revert-buffer'.
5445 (wdired-do-renames): Remove calls to `dired-remove-file',
5446 `dired-add-file', `dired-add-entry'. (Bug#11795)
5447
5448 2012-11-24 Alan Mackenzie <acm@muc.de>
5449
5450 * progmodes/cc-defs.el (c-version): Bump to 5.32.4.
5451
5452 Fix bugs in the state cache. Enhance a debugging mechanism.
5453 * progmodes/cc-engine.el (c-parse-state-get-strategy): Don't use
5454 "brace at column zero" strategy for C++.
5455 (c-append-lower-brace-pair-to-state-cache): Repair algorithm.
5456 (c-parse-state-point): New variable.
5457 (c-record-parse-state-state): Record old parse state with
5458 `copy-tree'. Record previous value of point.
5459 (c-debug-parse-state-double-cons): New debugging function.
5460 (c-debug-parse-state): Call the above new function.
5461 (c-toggle-parse-state-debug): Output a confirmatory message.
5462
5463 * progmodes/cc-mode.el (c-before-change, c-after-change):
5464 Call c-invalidate-state-cache from `c-before-change' instead of
5465 `c-after-change'.
5466
5467 2012-11-23 Chong Yidong <cyd@gnu.org>
5468
5469 * find-cmd.el (find-constituents): Add executable, ipath,
5470 readable, samefile, writable, daystart, regextype (Bug#12856).
5471
5472 2012-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
5473
5474 * emacs-lisp/ert.el, emacs-lisp/ert-x.el: Use cl-lib and lexical-binding.
5475
5476 2012-11-22 Paul Eggert <eggert@cs.ucla.edu>
5477
5478 * calc/calc.el (calc-gregorian-switch): Move to after calc-refresh
5479 definition. This fixes a bootstrap failure.
5480 (calc-gregorian-switch): In menu, put dates before regions.
5481 This is easier to follow, lines up better in the menu, and lets us
5482 coalesce regions that switch at the same time. Give country
5483 names, not "Vatican", as that's better for non-expert users.
5484 Use names that are stable between the date of switch and now, e.g.,
5485 Bohemia and Moravia (which existed then and now) and not
5486 Czechoslovakia (which didn't exist then and doesn't exist now).
5487 What is now the U.S. mostly did not switch at the same time as
5488 Britain, so omit the U.S. Correct spelling of "Britain".
5489 Catholic Switzerland was too much of a mess, so omit it.
5490
5491 2012-11-22 Jay Belanger <jay.p.belanger@gmail.com>
5492
5493 * calc/calc.el (calc-gregorian-switch): Refresh the Calc buffer
5494 after the variable is changed.
5495
5496 2012-11-21 Daniel Colascione <dancol@dancol.org>
5497
5498 * progmodes/sql.el (sql-mode-font-lock-object-name): Support IF NOT EXISTS
5499 in SQL declarations for font-lock.
5500 (sql-imenu-generic-expression): Teach imenu about IF NOT EXISTS.
5501
5502 2012-11-21 Glenn Morris <rgm@gnu.org>
5503
5504 * faces.el (face-underline-p, face-inverse-video-p, face-bold-p)
5505 (face-italic-p): Add optional argument "inherit".
5506
5507 * faces.el (set-face-inverse-video, set-face-bold, set-face-italic):
5508 Remove -p suffix from names, for consistency with other set-face-*.
5509 (set-face-inverse-video): Fix interactive spec.
5510 * play/gamegrid.el (gamegrid-make-mono-tty-face):
5511 * textmodes/table.el (table--update-cell-face):
5512 Use set-face-inverse-video rather than now obsolete alias.
5513
5514 2012-11-21 Eli Zaretskii <eliz@gnu.org>
5515
5516 * simple.el (line-move): Don't call line-move-partial if
5517 scroll-conservatively is in effect. (Bug#12927)
5518
5519 2012-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
5520
5521 * eshell/em-cmpl.el (eshell-pcomplete): Refine fix for bug#12838:
5522 Fallback on completion-at-point rather than
5523 pcomplete-expand-and-complete, and only if pcomplete actually failed.
5524 (eshell-cmpl-initialize): Setup completion-at-point.
5525
5526 * pcomplete.el (pcomplete--entries): Obey pcomplete-ignore-case.
5527
5528 * emacs-lisp/ert.el (ert--expand-should-1): Adapt to cl-lib.
5529
5530 2012-11-21 Michael Albinus <michael.albinus@gmx.de>
5531
5532 * net/tramp-sh.el (tramp-do-copy-or-rename-file): If both files
5533 are remote, check out-of-band property for both.
5534
5535 2012-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
5536
5537 * window.el (switch-to-buffer): Re-add the warning that was lost in the
5538 code rewrite.
5539
5540 2012-11-21 Paul Eggert <eggert@cs.ucla.edu>
5541
5542 More minor time fixes.
5543 * calendar/time-date.el: Commentary fix.
5544 * net/tramp-sh.el (tramp-do-file-attributes-with-ls): Undo last change;
5545 too much other code depends on (0 0) time stamps.
5546 * net/tramp.el (tramp-time-less-p, tramp-time-subtract):
5547 Add a couple of FIXME comments.
5548
5549 Minor cleanup for times as lists of four integers.
5550 * files.el (dir-locals-directory-cache):
5551 * ps-bdf.el (bdf-file-mod-time, bdf-read-font-info):
5552 Doc fixes.
5553 * net/tramp-sh.el (tramp-do-file-attributes-with-ls):
5554 * ps-bdf.el (bdf-file-newer-than-time):
5555 Process four-integers time stamps, not two. Doc fixes.
5556
5557 2012-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
5558
5559 * uniquify.el (uniquify-managed): Use defvar-local.
5560 (rename-buffer, create-file-buffer): Advise with advice-add.
5561 (uniquify-unload-function): Unadvise accordingly.
5562
5563 * emacs-lisp/trace.el: Rewrite, use nadvice and lexical-binding.
5564 (trace-buffer): Don't purecopy.
5565 (trace-entry-message, trace-exit-message): Add `context' arg.
5566 (trace--timer): New var.
5567 (trace-make-advice): Adjust for use in nadvice.
5568 Add `context' argument. Delay `display-buffer' via a timer.
5569 (trace-function-internal): Use advice-add.
5570 (trace--read-args): New function.
5571 (trace-function-foreground, trace-function-background): Use it.
5572 (trace-function): Rename to trace-function-foreground and redefine as
5573 an alias to that new name.
5574 (untrace-function, untrace-all): Adjust to the use of nadvice.
5575
5576 * emacs-lisp/bytecomp.el (byte-compile): Fix handling of closures.
5577
5578 * emacs-lisp/byte-run.el (defun-declarations-alist): Fix last change.
5579
5580 * subr.el (called-interactively-p-functions): New var.
5581 (internal--called-interactively-p--get-frame): New macro.
5582 (called-interactively-p, interactive-p): Rewrite in Lisp.
5583 * emacs-lisp/nadvice.el (advice--called-interactively-skip): New fun.
5584 (called-interactively-p-functions): Use it.
5585 * emacs-lisp/edebug.el (edebug--called-interactively-skip): New fun.
5586 (called-interactively-p-functions): Use it.
5587 * allout.el (allout-called-interactively-p): Don't assume
5588 called-interactively-p is a subr.
5589
5590 2012-11-20 Glenn Morris <rgm@gnu.org>
5591
5592 * profiler.el (profiler-report-mode-map): Add a menu.
5593 No need to bind `q' because we derive from special-mode.
5594 (profiler-report-find-entry): Handle calls from the menu-bar.
5595
5596 2012-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
5597
5598 * emacs-lisp/byte-run.el (defun-declarations-alist):
5599 Allow a compiler-macro to be a lambda expression.
5600
5601 * progmodes/python.el: Use cl-lib. Move var declarations outside of
5602 eval-when-compile.
5603 (python-syntax-context): Add compiler-macro.
5604 (python-font-lock-keywords): Simplify with De Morgan.
5605
5606 * vc/diff-mode.el (diff-hunk): Don't make useless timers.
5607
5608 * files.el (load-file): Require match in minibuffer selection, as was
5609 the case in Emacs-20 before we changed the spec to allow .elc files
5610 (bug#12935).
5611
5612 * json.el: Don't require cl since we don't use it.
5613 * color.el: Don't require cl.
5614 (color-complement): `caddr' -> `nth 2'.
5615
5616 * calendar/time-date.el (time-to-seconds): De-obsolete.
5617
5618 2012-11-19 Jay Belanger <jay.p.belanger@gmail.com>
5619
5620 * calc/calc-forms.el (math-leap-year-p): Fix formula for negative
5621 year numbers.
5622 (math-date-to-julian-dt): Adjust the initial approximation for the
5623 year to deal with the new definition of the DATE.
5624
5625 2012-11-19 Daniel Colascione <dancol@dancol.org>
5626
5627 * term/w32-win.el (cygwin-convert-path-from-windows):
5628 Accomodate rename of cygwin_convert_path* to cygwin_convert_file_name*.
5629
5630 2012-11-18 Chong Yidong <cyd@gnu.org>
5631
5632 * filecache.el (file-cache--read-list): New function.
5633 (file-cache-add-directory-list, file-cache-add-file-list)
5634 (file-cache-delete-file-list, file-cache-delete-directory-list):
5635 Use it to read a list of files or directories (Bug#12846).
5636 (file-cache-add-file, file-cache-add-directory)
5637 (file-cache-delete-file-list, file-cache-delete-file-regexp)
5638 (file-cache-delete-directory): Print an message.
5639
5640 2012-11-18 Jay Belanger <jay.p.belanger@gmail.com>
5641
5642 * calc/calc-forms.el (math-date-to-dt): Use integer date when
5643 calling `math-date-to-julian-dt' and 'math-date-to-gregorian-dt'.
5644
5645 2012-11-18 Glenn Morris <rgm@gnu.org>
5646
5647 * image.el (insert-image, insert-sliced-image): Doc fix.
5648
5649 2012-11-18 Chong Yidong <cyd@gnu.org>
5650
5651 * emacs-lisp/syntax.el (syntax-propertize-function): Doc fix
5652 (Bug#12810).
5653
5654 2012-11-18 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
5655
5656 * vc/vc-svn.el (vc-svn-merge-news): Properly parse the merge
5657 response when the target file is in a subdirectory (Bug#12757).
5658
5659 2012-11-18 Chong Yidong <cyd@gnu.org>
5660
5661 * filecache.el (file-cache-add-file-list): Doc fix (Bug#12694).
5662
5663 2012-11-18 Glenn Morris <rgm@gnu.org>
5664
5665 * emacs-lisp/cl-lib.el (face-underline-p):
5666 Use set-face-underline rather than the alias set-face-underline-p.
5667
5668 * window.el (with-temp-buffer-window): Doc fix.
5669 * subr.el (with-output-to-temp-buffer):
5670 Add doc xref to with-temp-buffer-window.
5671
5672 2012-11-18 Juanma Barranquero <lekktu@gmail.com>
5673
5674 * woman.el (woman-non-underline-faces): Use `set-face-underline'.
5675 * calc/calc.el (math-format-date-cache): Declare.
5676
5677 2012-11-17 Paul Eggert <eggert@cs.ucla.edu>
5678
5679 Calc by default uses the Gregorian calendar for all dates (Bug#12633).
5680 It also uses January 1, 1 AD as its day number 1.
5681 * calc/calc-forms.el (math-julian-date-beginning)
5682 (math-julian-date-beginning-int): Implement this.
5683
5684 2012-11-17 Juanma Barranquero <lekktu@gmail.com>
5685
5686 * descr-text.el (quail-find-key):
5687 * dired.el (desktop-file-name):
5688 * dirtrack.el (shell-prefixed-directory-name, shell-process-cd):
5689 * generic-x.el (comint-mode, comint-exec):
5690 * image-dired.el (widget-forward):
5691 * info.el (speedbar-add-expansion-list, speedbar-center-buffer-smartly)
5692 (speedbar-change-expand-button-char)
5693 (speedbar-change-initial-expansion-list, speedbar-delete-subblock)
5694 (speedbar-make-specialized-keymap, speedbar-make-tag-line):
5695 * printing.el (easy-menu-add-item, easy-menu-remove-item)
5696 (widget-field-action, widget-value-set):
5697 * speedbar.el (imenu--make-index-alist):
5698 * term.el (ring-empty-p, ring-ref, ring-insert-at-beginning)
5699 (ring-length, ring-insert):
5700 * vcursor.el (compare-windows-skip-whitespace):
5701 * woman.el (dired-get-filename):
5702 Declare functions.
5703
5704 * term/w32-win.el (cygwin-convert-path-from-windows): Fix declaration.
5705
5706 2012-11-17 Jay Belanger <jay.p.belanger@gmail.com>
5707
5708 * calc/calc.el (calc-gregorian-switch): New variable.
5709
5710 * calc/calc-forms.el (math-day-in-year, math-dt-before-p)
5711 (math-absolute-from-gregorian-dt, math-absolute-from-julian-dt)
5712 (math-date-to-julian-dt, math-date-to-gregorian-dt): New functions.
5713 (math-leap-year-p): Add option to distinguish between Julian
5714 and Gregorian calendars.
5715 (math-day-number): Use `math-day-in-year' to do the computations.
5716 (math-absolute-from-dt): Rename from `math-absolute-from-date'.
5717 Use `math-absolute-from-gregorian' and `math-absolute-from-julian'
5718 to do the computations.
5719 (math-date-to-dt): Use `math-date-to-julian-dt' and
5720 `math-date-to-gregorian-dt' to do the computations.
5721 (calcFunc-weekday, math-format-date-part): Use the new version of
5722 the DATE to determine the weekday.
5723 (calcFunc-newmonth, calcFunc-newyear): Use `calc-gregorian-switch'
5724 when necessary.
5725
5726 2012-11-17 Eli Zaretskii <eliz@gnu.org>
5727
5728 * term/w32-win.el (w32-handle-dropped-file): Use 'file://' only on
5729 Cygwin; otherwise use 'file:'. (Bug#12914)
5730 (cygwin-convert-path-from-windows): Declare, to avoid
5731 byte-compiler warnings.
5732
5733 2012-11-17 Andreas Politz <politza@fh-trier.de>
5734
5735 * ibuffer.el (ibuffer-mark-forward, ibuffer-unmark-forward)
5736 (ibuffer-unmark-backward, ibuffer-mark-interactive): Support plain
5737 prefix and negative numeric prefix args (Bug#12795).
5738
5739 2012-11-17 Stephen Berman <stephen.berman@gmx.net>
5740
5741 * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
5742 Don't signal an error with a score that is too low to add to the
5743 list of top scores. (Bug#12779)
5744
5745 2012-11-17 Chong Yidong <cyd@gnu.org>
5746
5747 * help-mode.el (help-xref-interned): End on point-min (Bug#12737).
5748
5749 * filecache.el (file-cache-add-file): Handle relative file name in
5750 the argument (Bug#12694).
5751
5752 2012-11-16 Jürgen Hötzel <juergen@archlinux.org> (tiny change)
5753
5754 * eshell/em-unix.el (eshell/mkdir): Handle "--parents" (bug#12897).
5755
5756 2012-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
5757
5758 * emacs-lisp/advice.el (ad-make-advised-definition): Improve last fix.
5759
5760 * emacs-lisp/cl-lib.el: Set more meaningful version number.
5761
5762 2012-11-16 Martin Rudalics <rudalics@gmx.at>
5763
5764 * window.el (enlarge-window, shrink-window): Don't mention return
5765 value in doc-string (Bug#12896).
5766 (window--display-buffer): Don't resize frames - it won't work
5767 with all window managers and defeat pop-up-frame-alist.
5768 (display-buffer-alist): In doc-string explain that CONDITION can
5769 be a function and which arguments are passed to it (Bug#12854).
5770 (display-buffer-assq-regexp): New argument ACTION. Handle lambda
5771 expressions (Bug#12854).
5772 (display-buffer): Pass ACTION argument to
5773 display-buffer-assq-regexp.
5774
5775 2012-11-16 Glenn Morris <rgm@gnu.org>
5776
5777 * window.el (fit-frame-to-buffer-bottom-margin)
5778 (fit-frame-to-buffer, fit-window-to-buffer): Doc fixes.
5779
5780 * faces.el (face-underline-p): Use face-attribute-specified-or.
5781
5782 2012-11-16 Juanma Barranquero <lekktu@gmail.com>
5783
5784 * emacs-lisp/cl-macs.el (cl-loop, cl-do, cl-do*): Doc fixes.
5785
5786 2012-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
5787
5788 * emacs-lisp/cl-macs.el (cl-flet, cl-flet*): Fix docstring (bug#12895).
5789
5790 2012-11-16 Glenn Morris <rgm@gnu.org>
5791
5792 * eshell/em-cmpl.el (eshell-pcomplete): New command. (Bug#12838)
5793 (eshell-cmpl-initialize): Bind eshell-pcomplete to TAB, C-i.
5794
5795 * faces.el (face-underline-p): Doc fix. Handle :underline being
5796 things other than `t' (a string, a list).
5797 (face-inverse-video-p): Doc fix.
5798 (set-face-underline): Rename it back from set-face-underline-p.
5799 Doc fix. Allow interactive input of values other than t.
5800 (read-face-attribute): Apply formatting to :underline,
5801 since like :box and :stipple it can take list values.
5802
5803 * term.el (ansi-term): Don't let C-x escape-char binding
5804 clobber the more standard C-c binding. (Bug#12842)
5805
5806 * subr.el (set-temporary-overlay-map): Doc fix.
5807
5808 2012-11-16 Martin Rudalics <rudalics@gmx.at>
5809
5810 * window.el (record-window-buffer)
5811 (display-buffer-record-window): When copying the markers to
5812 window-point preserve window-point-insertion-type. (Bug#12588)
5813
5814 2012-11-16 Glenn Morris <rgm@gnu.org>
5815
5816 * emacs-lisp/eieio-datadebug.el (eieio-debug-methodinvoke):
5817 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error):
5818 Use new names for hooks rather than obsolete aliases.
5819
5820 2012-11-15 Daniel Colascione <dancol@dancol.org>
5821
5822 * term/w32-win.el (w32-handle-dropped-file): Use a "file://"
5823 prefix instead of "file:" so that when FILE-NAME begins with "//",
5824 as it does when the target file is on a network share, url-handler
5825 isn't confused.
5826
5827 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
5828
5829 * emacs-lisp/advice.el (ad-definition-type): Make sure we don't use
5830 a preactivated advice from an old advice.el; they're not compatible!
5831
5832 2012-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
5833
5834 * emacs-lisp/nadvice.el (advice--make-interactive-form):
5835 Fix string-spec case.
5836
5837 * emacs-lisp/advice.el (ad-make-advised-definition): Fix undefined case.
5838
5839 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
5840
5841 * emacs-lisp/nadvice.el: Add buffer-local support to add-function.
5842 (advice--buffer-local-function-sample): New var.
5843 (advice--set-buffer-local, advice--buffer-local): New functions.
5844 (add-function, remove-function): Use them.
5845
5846 2012-11-15 Drew Adams <drew.adams@oracle.com>
5847
5848 * imenu.el (imenu--split-submenus): Use imenu--subalist-p (bug#12717).
5849
5850 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
5851
5852 * emacs-lisp/cl-macs.el (cl--transform-lambda): Defend against
5853 potential binding of print-gensym to t, and prettify (back)quotes in
5854 case they appear in args's default values (bug#12884).
5855
5856 2012-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
5857
5858 * emacs-lisp/nadvice.el: Add around advice for interactive specs.
5859 (advice-eval-interactive-spec): New function.
5860 (advice--make-interactive-form): Support around advice (bug#12844).
5861
5862 2012-11-14 Dmitry Gutov <dgutov@yandex.ru>
5863
5864 * progmodes/ruby-mode.el (ruby-expr-beg): Make heredoc detection
5865 more strict. Add docstring.
5866 (ruby-expression-expansion-re): Extract from
5867 `ruby-match-expression-expansion'.
5868 (ruby-syntax-propertize-function): After everything else, search
5869 for expansions in string literals, mark their insides as
5870 whitespace syntax and save match data for font-lock.
5871 (ruby-font-lock-keywords): Use the 2nd group from expression
5872 expansion matches.
5873 (ruby-match-expression-expansion): Use the match data saved to the
5874 text property in ruby-syntax-propertize-function.
5875
5876 2012-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
5877
5878 * emacs-lisp/gv.el (setf): Fix debug spec for multiple assignments
5879 (bug#12879).
5880
5881 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
5882
5883 * progmodes/ruby-mode.el (ruby-move-to-block): Looks for a block
5884 start/end keyword a bit harder. Works with different values of N.
5885 Add more comments.
5886 (ruby-end-of-block): Update accordingly.
5887
5888 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
5889
5890 * woman.el (woman-file-name): Don't mess with unread-command-events
5891 (bug#12861).
5892
5893 * emacs-lisp/advice.el: Layer on top of nadvice.el.
5894 Remove out of date self-require hack.
5895 (ad-do-advised-functions): Use simple `dolist'.
5896 (ad-advice-name, ad-advice-protected, ad-advice-enabled)
5897 (ad-advice-definition): Redefine as functions.
5898 (ad-advice-classes): Move before first use.
5899 (ad-make-origname, ad-set-orig-definition, ad-clear-orig-definition)
5900 (ad-make-mapped-call, ad-make-advised-docstring,ad-make-plain-docstring)
5901 (ad--defalias-fset): Remove functions.
5902 (ad-make-advicefunname, ad-clear-advicefunname-definition): New funs.
5903 (ad-get-orig-definition): Rewrite.
5904 (ad-make-advised-definition-docstring): Change base docstring.
5905 (ad-real-orig-definition): Rewrite.
5906 (ad-map-arglists): Change name of called function.
5907 (ad--make-advised-docstring): Redirect `function' from ad-Advice-...
5908 (ad-make-advised-definition): Simplify.
5909 (ad-assemble-advised-definition): Tweak for new calling context.
5910 (ad-activate-advised-definition): Setup ad-Advice-* i.s.o ad-Orig-*.
5911 (ad--defalias-fset): Rename from ad-handle-definition. Make it set the
5912 function and call ad-activate if needed.
5913 (ad-activate, ad-deactivate): Don't call ad-handle-definition any more.
5914 (ad-recover): Clear ad-Advice-* instead of ad-Orig-*.
5915 (ad-compile-function): Compile ad-Advice-*.
5916 (ad-activate-on-top-level, ad-with-auto-activation-disabled): Remove.
5917 (ad-start-advice, ad-stop-advice): Remove.
5918
5919 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
5920
5921 * progmodes/ruby-mode.el (ruby-add-log-current-method): Print the
5922 period before class method names, not after. Remove handling of
5923 one impossible case. Add comments.
5924
5925 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
5926
5927 * emacs-lisp/advice.el: Remove support for freezing.
5928 (ad-make-freeze-docstring, ad-make-freeze-definition): Remove functions.
5929 (ad-make-single-advice-docstring, ad-defadvice-flags, defadvice):
5930 Remove support for `freeze'.
5931
5932 * emacs-lisp/cl.el (dolist, dotimes, declare): Use advice-add to
5933 override the default.
5934 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Rewrite without using
5935 cl--dotimes/dolist.
5936 * subr.el (dolist, dotimes, declare): Redefine them normally, even when
5937 `cl' is loaded.
5938
5939 * emacs-lisp/nadvice.el (advice--normalize): New function, extracted
5940 from add-advice.
5941 (advice--strip-macro): New function.
5942 (advice--defalias-fset): Use them to handle macros.
5943 (advice-add): Use them.
5944 (advice-member-p): Correctly handle macros.
5945
5946 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
5947
5948 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
5949 Never font-lock the beginning of singleton class as heredoc.
5950
5951 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
5952
5953 * emacs-lisp/gv.el (gv-define-simple-setter): One more fix (bug#12871).
5954
5955 2012-11-13 Wolfgang Jenkner <wjenkner@inode.at>
5956
5957 * ansi-color.el (ansi-color-apply-sequence): Implement SGR codes
5958 39 and 49 (bug#12792). Also, treat unimplemented parameters as 0,
5959 thereby restoring the behavior of revisions prior to 2012-08-15T03:33:55Z!monnier@iro.umontreal.ca.
5960
5961 2012-11-13 Fabián Ezequiel Gallina <fgallina@cuca>
5962
5963 Fix end-of-defun misbehavior.
5964 * progmodes/python.el (python-nav-beginning-of-defun): Rename from
5965 python-beginning-of-defun-function. Handle nested defuns
5966 correctly.
5967 (python-nav-end-of-defun): Rename from
5968 python-end-of-defun-function. Ensure forward movement.
5969 (python-info-current-defun): Reimplement to work as intended
5970 with new fixed python-nav-{end,beginning}-of-defun. Stop scanning
5971 parent defuns as soon as possible.
5972
5973 2012-11-13 Glenn Morris <rgm@gnu.org>
5974
5975 * progmodes/flymake.el (flymake-error-bitmap)
5976 (flymake-warning-bitmap, flymake-fringe-indicator-position): Doc fixes.
5977 (flymake-error-bitmap, flymake-warning-bitmap): Fix :types.
5978
5979 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
5980
5981 * progmodes/ruby-mode.el (ruby-move-to-block): When moving
5982 backward, always stop at indentation. Reverts the change from
5983 2012-08-12T22:06:56Z!monnier@iro.umontreal.ca (Bug#12851).
5984
5985 2012-11-13 Glenn Morris <rgm@gnu.org>
5986
5987 * ibuffer.el (ibuffer-mode-map, ibuffer-mode):
5988 Add ibuffer-filter-by-derived-mode.
5989
5990 * ibuffer.el (ibuffer-mode-map): Don't have two menu items with
5991 the same name shadowing each other.
5992
5993 * window.el (with-temp-buffer-window): Doc tweak.
5994
5995 * emacs-lisp/debug.el (debugger-bury-or-kill): Doc tweak.
5996
5997 * help.el (temp-buffer-max-height):
5998 * window.el (fit-frame-to-buffer, fit-frame-to-buffer-bottom-margin):
5999 * emacs-lisp/debug.el (debugger-bury-or-kill): Fix :version.
6000
6001 2012-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
6002
6003 * emacs-lisp/nadvice.el: New package.
6004 * subr.el (special-form-p): New function.
6005 * emacs-lisp/elp.el: Use lexical-binding and advice-add.
6006 (elp-all-instrumented-list): Remove var.
6007 (elp-not-profilable): Remove elp-wrapper.
6008 (elp-profilable-p): Use autoloadp and special-form-p.
6009 (elp--advice-name): New const.
6010 (elp-instrument-function): Use advice-add.
6011 (elp--instrumented-p): New predicate.
6012 (elp-restore-function): Use advice-remove.
6013 (elp-restore-all, elp-reset-all): Use mapatoms.
6014 (elp-set-master): Use elp--instrumented-p.
6015 (elp--make-wrapper): Rename from elp-wrapper, return a function
6016 suitable for advice-add. Use cl-inf.
6017 (elp-results): Use mapatoms+elp--instrumented-p.
6018 * emacs-lisp/debug.el: Use lexical-binding and advice-add.
6019 (debug-function-list): Remove var.
6020 (debug): Rename arg, and then let-bind it explicitly inside.
6021 (debugger-setup-buffer): Rename arg.
6022 (debugger-setup-buffer): Adjust counts to new debug-on-entry setup.
6023 (debugger-frame-number): Adjust to new debug-on-entry setup.
6024 (debug--implement-debug-on-entry): Rename from
6025 implement-debug-on-entry, add argument.
6026 (debugger-special-form-p): Remove, use special-form-p instead.
6027 (debug-on-entry): Use advice-add.
6028 (debug--function-list): New function.
6029 (cancel-debug-on-entry): Use it, along with advice-remove.
6030 (debug-arglist, debug-convert-byte-code, debug-on-entry-1): Remove.
6031 (debugger-list-functions): Use debug--function-list instead of
6032 debug-function-list.
6033 * emacs-lisp/advice.el (ad-save-real-definition): Remove, unused.
6034 (ad-special-form-p): Remove, use special-form-p instead.
6035 (ad-set-advice-info): Use add-function and remove-function.
6036 (ad--defalias-fset): Adjust accordingly.
6037
6038 2012-11-10 Glenn Morris <rgm@gnu.org>
6039
6040 * mail/emacsbug.el (report-emacs-bug-tracker-url)
6041 (report-emacs-bug-bug-alist, report-emacs-bug-choice-widget)
6042 (report-emacs-bug-create-existing-bugs-buffer)
6043 (report-emacs-bug-parse-query-results)
6044 (report-emacs-bug-query-existing-bugs): Remove. (Bug#7449)
6045
6046 * term.el (term-default-fg-color, term-default-bg-color):
6047 Make obsolete, rather than just saying "deprecated" in the doc.
6048
6049 * term.el (term): Rename from `term-face'.
6050 (term-current-face, ansi-term-color-vector)
6051 (term-default-fg-color, term-default-bg-color, term-ansi-reset):
6052 Update all users.
6053
6054 2012-11-10 Jan Djärv <jan.h.d@swipnet.se>
6055
6056 * server.el (server-create-window-system-frame): Handle Nextstep
6057 specially (Bug#12780).
6058
6059 2012-11-10 Glenn Morris <rgm@gnu.org>
6060
6061 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs):
6062 Unautoload, and make obsolete. (Bug#7449)
6063
6064 2012-11-10 Chong Yidong <cyd@gnu.org>
6065
6066 * vc/diff-mode.el (diff-delete-trailing-whitespace): Rewrite, and
6067 rename from diff-remove-trailing-whitespace (Bug#12831).
6068
6069 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
6070
6071 * emacs-lisp/advice.el: Require `cl-lib' at run-time to fix
6072 miscompilation of trace.el.
6073
6074 2012-11-10 Glenn Morris <rgm@gnu.org>
6075
6076 * vc/diff-mode.el (diff-remove-trailing-whitespace): Doc fix.
6077
6078 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
6079
6080 * emacs-lisp/gv.el (gv-define-simple-setter): Fix last change
6081 (bug#12812).
6082
6083 2012-11-10 Chong Yidong <cyd@gnu.org>
6084
6085 * minibuf-eldef.el (minibuffer-eldef-shorten-default): Convert to
6086 a defcustom with an appropriate :set function.
6087 (minibuffer-default--in-prompt-regexps): New function.
6088
6089 2012-11-10 Glenn Morris <rgm@gnu.org>
6090
6091 * emacs-lisp/cl.el (define-setf-expander, defsetf)
6092 (define-modify-macro): Doc fixes.
6093
6094 * emacs-lisp/gv.el (gv-letplace): Fix doc typo.
6095 (gv-define-simple-setter): Update doc of `fix-return'.
6096
6097 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
6098
6099 * emacs-lisp/gv.el (gv-define-simple-setter): Don't evaluate `val'
6100 twice when `fix-return' is set (bug#12813).
6101
6102 * emacs-lisp/cl.el (defsetf): Pass the third arg to
6103 gv-define-simple-setter (bug#12812).
6104
6105 * woman.el (woman-decode-region): Disable adaptive-fill when rendering
6106 (bug#12756).
6107
6108 2012-11-10 Glenn Morris <rgm@gnu.org>
6109
6110 * emacs-lisp/gv.el (gv-define-setter): Fix doc typo.
6111
6112 * emacs-lisp/cl-extra.el (cl-prettyexpand):
6113 * emacs-lisp/cl-lib.el (cl-proclaim, cl-declaim):
6114 * emacs-lisp/cl-macs.el (cl-destructuring-bind, cl-locally)
6115 (cl-the, cl-compiler-macroexpand): Add basic doc strings.
6116
6117 * emacs-lisp/cl-extra.el (cl-maplist, cl-mapcan): Doc fix.
6118
6119 2012-11-10 Leo Liu <sdl.web@gmail.com>
6120
6121 * ido.el (ido-set-matches-1): Improve flex matching performance by
6122 removing backtracking in the regexp (suggested by Stefan). (Bug#12796)
6123
6124 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
6125
6126 * emacs-lisp/advice.el (ad-set-advice-info): Set defalias-fset-function.
6127 (ad--defalias-fset): New function.
6128 (ad-safe-fset): Remove.
6129 (ad-make-freeze-definition): Use cl-letf*.
6130
6131 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
6132
6133 * subr.el (dolist): Don't bind VAR in RESULT.
6134
6135 * emacs-lisp/advice.el: Miscellaneous cleanup. Use lexical-binding.
6136 (fset, documentation): Don't save real def since we don't advise.
6137 (ad-do-advised-functions): Remove problematic `result-form'.
6138 (ad-safe-fset): `ad-real-fset' => `fset'.
6139 (ad-read-advised-function): Don't assume that ad-do-advised-functions
6140 uses CL's dolist internally.
6141 (ad-arglist): Remove unused arg `name'.
6142 (ad-docstring, ad-make-advised-docstring):
6143 `ad-real-documentation' => `documentation'.
6144 (warning-suppress-types): Declare.
6145 (ad-set-arguments): Simple CSE.
6146 (ad-recover-normality): Sanity check.
6147
6148 * emacs-lisp/bytecomp.el (byte-compile-out-toplevel): Don't turn
6149 (funcall '(lambda ..) ..) into ((lambda ..) ..).
6150
6151 2012-11-09 Vincent Belaïche <vincentb1@users.sourceforge.net>
6152
6153 * ses.el: symbol to coordinate mapping is made by symbol property
6154 `ses-cell'. This means that the same mapping is done for all SES
6155 sheets. That is good enough for cells with standard A1 names, but
6156 not for named cell. So a hash map is added for the latter.
6157 (defconst ses-localvars): Add local variable ses--named-cell-hashmap
6158 (ses-sym-rowcol): Use hashmap for named cell.
6159 (ses-is-cell-sym-p): New defun.
6160 (ses-decode-cell-symbol): New defun.
6161 (ses-create-cell-variable): Add cell to hashmap when name is not
6162 A1-like.
6163 (ses-rename-cell): Check that cell new name is not already in
6164 spreadsheet with the use of ses-is-cell-sym-p
6165 (ses-rename-cell): Use hash map for named cells, but accept also
6166 renaming back to A1-like.
6167
6168 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
6169
6170 * emacs-lisp/advice.el: Use new dynamic docstrings.
6171 (ad-make-advised-definition-docstring, ad-advised-definition-p):
6172 Use dynamic-docstring-function instead of ad-advice-info.
6173 (ad--make-advised-docstring): New function extracted from
6174 ad-make-advised-docstring.
6175 (ad-make-advised-docstring): Use it.
6176 * progmodes/sql.el (sql--make-help-docstring): New function, extracted
6177 from sql-help.
6178 (sql-help): Use it with dynamic-docstring-function.
6179
6180 * env.el (env--substitute-vars-regexp): Don't use rx (for bootstrap).
6181
6182 2012-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
6183
6184 * files.el (hack-one-local-variable--obsolete): New function.
6185 (hack-one-local-variable): Use it for obsolete settings.
6186
6187 * subr.el (locate-user-emacs-file): If both old and new name exist, use
6188 the new name.
6189
6190 * progmodes/js.el (js--filling-paragraph): New var.
6191 (c-forward-sws, c-backward-sws, c-beginning-of-macro): Advise.
6192 (js-c-fill-paragraph): Prefer advice to cl-letf so the rebinding is
6193 less sneaky.
6194
6195 2012-11-08 Julien Danjou <julien@danjou.info>
6196
6197 * progmodes/ruby-mode.el (auto-mode-alist): Add Rakefile in
6198 `auto-mode-alist' (Bug#12835).
6199
6200 2012-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
6201
6202 * progmodes/perl-mode.el (perl-prettify-symbols): New defcustom.
6203 (perl--prettify-symbols-alist): New const.
6204 (perl--font-lock-compose-symbol, perl--font-lock-symbols-keywords):
6205 New functions.
6206 (perl-font-lock-keywords-2): Use them.
6207 (perl-electric-noindent-p): New function.
6208 (perl-mode): Use it to set up electric-indent-mode.
6209 (perl-electric-terminator, perl-indent-command): Mark obsolete.
6210 (perl-mode-map): Remove bindings for them.
6211 (perl-imenu-generic-expression, perl-outline-level):
6212 Match functions&packages in column>0.
6213
6214 * env.el (env--substitute-vars-regexp): New const.
6215 (substitute-env-vars): Use it. Add `only-defined' arg.
6216 * net/tramp.el (tramp-replace-environment-variables): Use it.
6217
6218 * emacs-lisp/bytecomp.el (byte-compile-initial-macro-environment):
6219 Byte-compile *before* eval in eval-and-compile.
6220 (byte-compile-log-warning): Remove redundant inhibit-read-only.
6221 (byte-compile-file-form-autoload): Don't hide actual definition.
6222 (byte-compile-maybe-guarded): Accept `functionp' as well.
6223
6224 * emacs-lisp/gv.el (gv-ref, gv-deref): New function and macro.
6225
6226 2012-11-07 Michael Albinus <michael.albinus@gmx.de>
6227
6228 * notifications.el (notifications-get-server-information-method):
6229 New defconst.
6230 (notifications-get-capabilities): Fix docstring.
6231 (notifications-get-server-information): New defun.
6232
6233 2012-11-06 Agustín Martín Domingo <agustin.martin@hispalinux.es>
6234
6235 * textmodes/ispell.el (ispell-region): Standard re-indent for better
6236 readability.
6237
6238 * textmodes/ispell.el: Experimental support for support debugging.
6239 (ispell-create-debug-buffer): Create a `ispell-debug-buffer' debug
6240 buffer for ispell.
6241 (ispell-print-if-debug): New function to print stuff to
6242 `ispell-debug-buffer' if debugging is enabled.
6243 (ispell-region, ispell-process-line): Use `ispell-print-if-debug' to
6244 show some debugging info.
6245 (ispell-buffer-with-debug): New function that creates a debugging
6246 buffer and calls `ispell-buffer' with debugging enabled.
6247
6248 * textmodes/ispell.el (ispell-region): Do not prefix sent string by
6249 comment in autoconf mode. (Bug#12768)
6250
6251 2012-11-06 Dmitry Antipov <dmantipov@yandex.ru>
6252
6253 * emacs-lisp/byte-opt.el (toplevel): Add compare-window-configurations,
6254 frame-first-window, frame-root-window, frame-selected-window,
6255 minibuffer-selected-window, minibuffer-window,
6256 window-absolute-pixel-edges, window-at, window-body-height,
6257 window-body-width, window-display-table, window-combination-limit,
6258 window-frame, window-fringes, window-inside-absolute-pixel-edges,
6259 window-inside-edges, window-inside-pixel-edges, window-left-child,
6260 window-left-column, window-margins, window-next-buffers,
6261 window-next-sibling, window-new-normal, window-new-total,
6262 window-normal-size, window-parameter, window-parameters, window-parent,
6263 window-pixel-edges, window-point, window-prev-buffers,
6264 window-prev-sibling, window-redisplay-end-trigger, window-scroll-bars,
6265 window-start, window-text-height, window-top-child, window-top-line,
6266 window-total-height, window-total-width and window-use-time to the list
6267 of functions without side-effects.
6268 (toplevel): Add window-valid-p to the list of error-free functions
6269 without side-effects.
6270
6271 2012-11-05 Agustín Martín Domingo <agustin.martin@hispalinux.es>
6272
6273 * textmodes/ispell.el (ispell-program-name):
6274 Update spellchecker parameters when customized.
6275
6276 2012-11-04 Glenn Morris <rgm@gnu.org>
6277
6278 * vc/vc-svn.el (vc-svn-state-heuristic): Avoid calling svn. (Bug#7850)
6279
6280 2012-11-04 Chong Yidong <cyd@gnu.org>
6281
6282 * bookmark.el (bookmark-bmenu-switch-other-window): Avoid binding
6283 same-window-* variables.
6284
6285 2012-11-04 Juri Linkov <juri@jurta.org>
6286
6287 * isearch.el (isearch-help-for-help, isearch-describe-bindings)
6288 (isearch-describe-key, isearch-describe-mode): Use a display
6289 action instead of binding same-window-* variables (Bug#10040).
6290
6291 2012-11-03 Glenn Morris <rgm@gnu.org>
6292
6293 * emacs-lisp/cl-macs.el (cl-parse-loop-clause):
6294 Rename handler properties back from cl-- to cl-. (Bug#12788)
6295
6296 * emacs-lisp/cl-macs.el (cl-do-all-symbols): Add doc string.
6297
6298 2012-11-03 Eli Zaretskii <eliz@gnu.org>
6299
6300 * term/pc-win.el: Don't load term/internal from here.
6301
6302 * loadup.el: Load term/internal from here.
6303
6304 2012-11-03 Fabián Ezequiel Gallina <fgallina@cuca>
6305
6306 * progmodes/python.el (inferior-python-mode): Fix hang in
6307 jit-lock (Bug#12645).
6308
6309 2012-11-03 Martin Rudalics <rudalics@gmx.at>
6310
6311 * window.el (switch-to-visible-buffer)
6312 (switch-to-buffer-preserve-window-point): Fix doc-strings.
6313
6314 2012-11-03 Glenn Morris <rgm@gnu.org>
6315
6316 * emacs-lisp/cl-lib.el (cl--random-time):
6317 Rename from cl-random-time. (Bug#12773)
6318 (cl--gensym-counter, cl--random-state): Update callers.
6319 * emacs-lisp/cl-extra.el (cl-make-random-state): Update callers.
6320
6321 2012-11-03 Chong Yidong <cyd@gnu.org>
6322
6323 * cus-start.el: Make cursor-type customizable (Bug#11633).
6324
6325 2012-11-02 Glenn Morris <rgm@gnu.org>
6326
6327 * filecache.el: No need to load find-lisp when compiling.
6328 (find-lisp-find-files): Autoload it.
6329 (file-cache-add-directory-recursively): Don't require find-lisp.
6330
6331 * image.el (image-type-from-file-name): Trivial simplification.
6332
6333 * emacs-lisp/bytecomp.el (byte-compile-eval):
6334 Decouple "noruntime" and "cl-functions" warnings.
6335
6336 2012-11-01 Stephen Berman <stephen.berman@gmx.net>
6337
6338 * play/gomoku.el (gomoku-display-statistics): Update mode line
6339 only if in Gomoku buffer; don't capitalize "won" (Bug#12771).
6340
6341 2012-10-31 Martin Rudalics <rudalics@gmx.at>
6342
6343 * window.el (quit-restore-window): If the window has been
6344 created on an existing frame and ended up as the sole window on
6345 that frame, do not delete it (Bug#12764).
6346
6347 2012-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
6348
6349 * progmodes/sh-script.el (sh--inside-noncommand-expression):
6350 Rename from sh--inside-arithmetic-expression, handle more cases
6351 (bug#11263).
6352
6353 * progmodes/sh-script.el (sh--inside-arithmetic-expression): New func.
6354 (sh-font-lock-open-heredoc): Use it (bug#12770).
6355
6356 2012-10-30 Glenn Morris <rgm@gnu.org>
6357
6358 * emacs-lisp/cl-extra.el (cl-mapc): Add autoload cookie. Doc fix.
6359
6360 * emacs-lisp/cl.el (letf): Doc fix. (Bug#12760)
6361
6362 2012-10-29 Chong Yidong <cyd@gnu.org>
6363
6364 * isearch.el (isearch-other-meta-char): Ensure that a reprocessed
6365 function key is stored in a keyboard macro (Bug#4894).
6366
6367 * thingatpt.el (number-at-point): Apply a thing-at-point property.
6368
6369 2012-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
6370
6371 * vc/diff-mode.el (diff-context->unified): Don't get confused by "hunk
6372 header comments".
6373 (diff-unified->context, diff-context->unified)
6374 (diff-reverse-direction, diff-fixup-modifs): Use `use-region-p'.
6375
6376 * emacs-lisp/cl.el (letf): Add missing indent rules (bug#12759).
6377
6378 * files.el (find-alternate-file): Only ask one question (bug#12487).
6379
6380 2012-10-29 Chong Yidong <cyd@gnu.org>
6381
6382 * vc/vc-hooks.el (vc-file-clearprops): Kill vc-parent-buffer.
6383 Suggested by Dan Nicolaescu (Bug#6326).
6384
6385 * info.el (Info-complete-menu-item): Avoid duplicates (Bug#12705).
6386
6387 * startup.el (fancy-about-screen): Don't message (Bug#12680).
6388
6389 * thingatpt.el (thing-at-point): Doc fix (Bug#12691).
6390
6391 * imenu.el (imenu): Inhibit push-mark message (Bug#12726).
6392
6393 * face-remap.el (face-remap-add-relative): Handle the case where a
6394 face-remapping-alist entry is a cons cell (Bug#12762).
6395
6396 2012-10-29 Kevin Ryde <user42@zip.com.au>
6397
6398 * woman.el (woman-parse-numeric-value): Handle picas correctly
6399 (Bug#12639).
6400
6401 2012-10-29 Glenn Morris <rgm@gnu.org>
6402
6403 * emacs-lisp/cl.el (defsetf): Doc fix.
6404
6405 2012-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
6406
6407 * progmodes/sh-script.el (sh-font-lock-paren): Also put punctuation
6408 syntax to the matching opener, if any (bug#12547).
6409 (sh-smie-sh-forward-token, sh-smie-sh-backward-token): Recognize this
6410 matching open as a "case-(".
6411 (sh-smie-rc-grammar): Add a corresponding rule for it.
6412
6413 2012-10-28 Daniel Hackney <dan@haxney.org>
6414
6415 * emacs-lisp/package.el (package-generate-autoloads): Kill buffer
6416 "PKGNAME-autoloads.el" in case we created it.
6417
6418 2012-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
6419
6420 * minibuffer.el (completion--sifn-requote): Rewrite to handle things
6421 like Tramp's "/foo:~bar//baz" -> "/scpc:foo:/baz" mapping (bug#11714).
6422 (completion--twq-all): Disable too-strict assertions.
6423
6424 * tmm.el (tmm-prompt): Use map-keymap (bug#12744).
6425
6426 2012-10-27 Eli Zaretskii <eliz@gnu.org>
6427
6428 * profiler.el (profiler-report-make-entry-part): Fix help-echo
6429 text to match the real keybindings.
6430
6431 2012-10-27 Juri Linkov <juri@jurta.org>
6432
6433 * wdired.el (wdired-keep-marker-rename): New defcustom.
6434 (wdired-do-renames): Use it instead of `dired-keep-marker-rename'.
6435 (Bug#11795)
6436
6437 * dired.el (dired-keep-marker-rename): Add reference to
6438 `wdired-keep-marker-rename' in the docstring.
6439 Add default character value ?R to display initially in
6440 Customization UI instead of ?@.
6441
6442 2012-10-27 Martin Rudalics <rudalics@gmx.at>
6443
6444 * window.el (display-buffer): In doc-string describe
6445 window-height and window-width alist entries.
6446
6447 * time.el (display-time-world): Restore fit-window-to-buffer
6448 behavior.
6449
6450 2012-10-27 Chong Yidong <cyd@gnu.org>
6451
6452 * subr.el (insert-buffer-substring-as-yank): Doc fix.
6453
6454 2012-10-26 Jambunathan K <kjambunathan@gmail.com>
6455
6456 * minibuffer.el (completion-category-overrides): New completion
6457 category `bookmark' (bug#11131).
6458
6459 2012-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
6460
6461 * emacs-lisp/advice.el (ad-assemble-advised-definition):
6462 Silence bogus compiler warnings for ad-do-it.
6463
6464 * bookmark.el (bookmark-completing-read): Set the completion category
6465 to `bookmark' (bug#11131).
6466
6467 2012-10-26 Bastien <bzg@altern.org>
6468 Stefan Monnier <monnier@iro.umontreal.ca>
6469
6470 * face-remap.el: Use lexical-binding.
6471 (text-scale-adjust): Improve docstring. Use itself for the temporary
6472 overlay-map bindings, so as to repeat the "Use..." message each time.
6473
6474 2012-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
6475
6476 * emacs-lisp/macroexp.el (macroexp--expand-all):
6477 Obey byte-compile-warning-enabled-p (bug#12486).
6478
6479 * vc/diff-mode.el (diff-end-of-hunk): Also skip potential "no LF at eol".
6480 (diff-refine-hunk): Similarly, handle the "no LF at eol" (bug#12584).
6481
6482 2012-10-26 Martin Rudalics <rudalics@gmx.at>
6483
6484 * mouse.el (mouse-drag-line): Move last form into preceding when
6485 clause (Bug#12731).
6486
6487 * help.el (resize-temp-buffer-window): Fix doc-string.
6488
6489 2012-10-25 David Engster <deng@randomsample.de>
6490
6491 * emacs-lisp/eieio.el (eieio-update-lisp-imenu-expression):
6492 Remove. This feature is already integrated in imenu.
6493
6494 * emacs-lisp/eieio-opt.el: Remove require for `button' since it is
6495 always loaded. Require `speedbar' unconditionally.
6496
6497 2012-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
6498
6499 * dired.el (dired-get-marked-files): Allow ! on . and .. (bug#12725).
6500
6501 * minibuffer.el (minibuffer-force-complete): Fix thinko.
6502
6503 * net/ldap.el (ldap-search-internal): The official ldif format starts
6504 with a "version: 1" header (bug#12724).
6505
6506 * emacs-lisp/package.el (package-installed-p): Warn if not ready
6507 (bug#12721).
6508
6509 2012-10-25 Glenn Morris <rgm@gnu.org>
6510
6511 * emacs-lisp/cl-macs.el (cl-progv): Doc fix.
6512
6513 2012-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
6514
6515 * minibuffer.el (minibuffer-force-complete): Use one more marker
6516 for the temporary-overlay-map command (bug#12619).
6517
6518 2012-10-24 Chong Yidong <cyd@gnu.org>
6519
6520 * time.el (display-time-world-mode): Derive from special-mode.
6521 (display-time-world): Use display-buffer (Bug#12708).
6522 (display-time-world-mode-map): Variable deleted.
6523 (display-time-world-display): Wrap the final delete-char inside
6524 inhibit-read-only.
6525
6526 2012-10-24 Chong Yidong <cyd@gnu.org>
6527
6528 * dired.el (dired-mark, dired-unmark, dired-flag-file-deletion):
6529 Doc fix.
6530
6531 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix (Bug#12628).
6532
6533 2012-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
6534
6535 * minibuffer.el (completion--all-sorted-completions-location): New var.
6536 (completion--cache-all-sorted-completions)
6537 (completion--flush-all-sorted-completions): Use it.
6538 (completion-in-region, completion-in-region--postch)
6539 (completion-at-point, completion-help-at-point): Use markers in
6540 completion-in-region--data (bug#12619).
6541
6542 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
6543
6544 * progmodes/compile.el (compilation-start): Try to handle common
6545 quoting of `cd' argument (bug#12640).
6546
6547 * vc/diff-mode.el (diff-hunk): `save-excursion' while refining
6548 (bug#12671).
6549
6550 2012-10-23 Glenn Morris <rgm@gnu.org>
6551
6552 * progmodes/gud.el (gud-menu-map):
6553 Check gdb-active-process is bound. (Bug#12358)
6554
6555 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
6556
6557 * repeat.el (repeat): Set real-this-command (bug#12232).
6558
6559 * htmlfontify.el (hfy-post-html-hook):
6560 * filesets.el (filesets-cache-fill-content-hook):
6561 * arc-mode.el (archive-extract-hook):
6562 * progmodes/cc-mode.el (c-prepare-bug-report-hook):
6563 * net/rcirc.el (rcirc-sentinel-functions)
6564 (rcirc-receive-message-functions, rcirc-activity-functions)
6565 (rcirc-print-functions):
6566 * net/dbus.el (dbus-event-error-functions):
6567 * emacs-lisp/eieio.el (eieio-pre-method-execution-functions):
6568 * emacs-lisp/checkdoc.el (checkdoc-style-functions)
6569 (checkdoc-comment-style-functions): Don't use "-hooks" suffix.
6570 * term/sun.el (sun-raw-prefix-hooks):
6571 * mail/sendmail.el (mail-yank-hooks): Use make-obsolete-variable.
6572
6573 2012-10-23 Michael Albinus <michael.albinus@gmx.de>
6574
6575 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
6576 Set `tramp-chunksize' to 1. This improves the performance.
6577 (tramp-smb-wait-for-output): Add timeout to
6578 `tramp-accept-process-output' calls.
6579
6580 2012-10-23 Chong Yidong <cyd@gnu.org>
6581
6582 * faces.el (font-list-limit): Define as an obsolete variable.
6583
6584 * startup.el (command-line):
6585 * cus-start.el: Don't refer to font-list-limit.
6586
6587 * newcomment.el (comment-normalize-vars): Doc fix (Bug#12583).
6588
6589 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
6590
6591 * subr.el (internal-temp-output-buffer-show): Rename from
6592 temp-output-buffer-show, since previously compiled files expect this name.
6593
6594 2012-10-23 Glenn Morris <rgm@gnu.org>
6595
6596 * image.el (image-type-from-file-name): If multiple types match,
6597 return the first one that is supported. (Bug#9045)
6598
6599 2012-10-22 Glenn Morris <rgm@gnu.org>
6600
6601 * image.el (imagemagick-enabled-types): Doc fix.
6602
6603 2012-10-22 Takafumi Arakaki <aka.tkf@gmail.com> (tiny change)
6604
6605 * progmodes/which-func.el (which-func-current): The hash-table may have
6606 an explicit nil (bug#12338).
6607
6608 2012-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
6609
6610 * electric.el (electric-pair-delete-selection-self-insert-function):
6611 Rename to electric-pair-will-use-region, return a boolean.
6612 (electric-pair-mode): Adjust accordingly. Don't require delsel.
6613
6614 * delsel.el (delete-selection-helper): Use a function instead of a hook.
6615 (delete-selection-pre-hook): Use use-region-p.
6616 (delete-selection-self-insert-function): Remove.
6617 (self-insert-command): Obey self-insert-uses-region-functions.
6618 (self-insert-iso): Revert to previous setting, since we don't actually
6619 know what that command does.
6620 (delete-selection-self-insert-hooks): Remove.
6621
6622 2012-10-22 Simon Law <sfllaw@sfllaw.ca> (tiny change)
6623
6624 * delsel.el (delete-selection-helper): New function, extracted from
6625 delete-selection-pre-hook.
6626 (delete-selection-pre-hook): Use it.
6627 (delete-selection-self-insert-function): New function.
6628 (delete-selection-self-insert-hooks): New hook.
6629 (self-insert-command, self-insert-iso): Use it.
6630 * electric.el (electric-pair-syntax): New function, extracted from
6631 electric-pair-post-self-insert-function.
6632 (electric-pair-post-self-insert-function): Use it.
6633 (electric-pair-delete-selection-self-insert-function): New function.
6634 (electric-pair-mode): Require delsel and setup
6635 delete-selection-self-insert-hooks (bug#11520).
6636
6637 2012-10-20 Chong Yidong <cyd@gnu.org>
6638
6639 * vc/vc.el (vc-diff-internal): Set up Diff mode even if there are
6640 no changes to show (Bug#12586).
6641
6642 * eshell/esh-cmd.el (eshell-rewrite-for-command): Copy the body
6643 list explicitly (Bug#12571).
6644
6645 2012-10-20 Arne Jørgensen <arne@arnested.dk>
6646
6647 * progmodes/flymake.el (flymake-create-temp-inplace):
6648 Use file-truename.
6649
6650 2012-10-20 Eli Zaretskii <eliz@gnu.org>
6651
6652 * loadup.el: Update comment about uncompiled Lisp files. (Bug#12395)
6653
6654 2012-10-20 Jay Belanger <jay.p.belanger@gmail.com>
6655
6656 * calc/calc-units.el (math-extract-units): Properly extract powers
6657 of units.
6658
6659 2012-10-20 Daniel Colascione <dancol@dancol.org>
6660
6661 * frame.el (make-frame): Set x-display-name as we used to in order
6662 to unbreak creating an X11 frame from an Emacs daemon started
6663 without a display.
6664
6665 2012-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
6666
6667 * minibuffer.el (minibuffer-force-complete): Make the next completion use
6668 the same completion-field (bug#12221).
6669
6670 2012-10-19 Martin Rudalics <rudalics@gmx.at>
6671
6672 * emacs-lisp/debug.el (debug): Record height of debugger window
6673 also when debugger will be back (Bug#8789).
6674
6675 2012-10-18 Chong Yidong <cyd@gnu.org>
6676
6677 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
6678 Convert to defcustom.
6679 (gdb-get-source-file): Don't bind pop-up-windows.
6680
6681 * progmodes/gud.el (gud-display-line): Don't specially re-use
6682 other frames for the gdb-mi case (Bug#12648).
6683
6684 2012-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
6685
6686 * emacs-lisp/advice.el: Clean up commentary a bit.
6687 (ad-do-advised-functions, ad-with-originals): Use `declare'.
6688 (byte-code-function-p): Never redefine.
6689
6690 * emacs-lisp/gv.el (cond): Same fix as before for `if'.
6691
6692 2012-10-18 Glenn Morris <rgm@gnu.org>
6693
6694 * dired.el (dired-sort-toggle): Some ls implementations only allow
6695 a single option string. (Bug#12666)
6696
6697 * minibuffer.el (completion-cycle-threshold): Doc fix.
6698
6699 2012-10-17 Kenichi Handa <handa@gnu.org>
6700
6701 * international/mule.el (set-keyboard-coding-system):
6702 Recover input meta mode when the new coding system doesn not use 8-bit.
6703 Supply TERMINAL arg to set-input-meta-mode.
6704
6705 2012-10-17 Michael Heerdegen <michael_heerdegen@web.de>
6706
6707 * wdired.el (wdired-old-marks): New variable.
6708 (wdired-change-to-wdired-mode): Locally set wdired-old-marks.
6709 (wdired-do-renames): Move point with renamed file and don't lose
6710 mark status (Bug#11795).
6711
6712 2012-10-16 Juri Linkov <juri@jurta.org>
6713
6714 * replace.el (query-replace-help): Mention multi-buffer replacement
6715 keys in the Help message. (Bug#12655)
6716
6717 2012-10-15 Chong Yidong <cyd@gnu.org>
6718
6719 * emacs-lisp/byte-run.el (defsubst): Doc fix.
6720
6721 2012-10-14 Eli Zaretskii <eliz@gnu.org>
6722
6723 * window.el (display-buffer): Doc fix.
6724
6725 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6726 Adjust the msft regexp to the output of Studio 2010, and move msft
6727 before edg-1. See the discussion on emacs-devel,
6728 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00579.html,
6729 for the details.
6730
6731 2012-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
6732
6733 * emacs-lisp/eieio.el (eieio-oset-default, eieio-oset, oset-default)
6734 (oset): Move uses of object-class-fast macro after its definition.
6735
6736 * emacs-lisp/gv.el (if): Don't use closures in non-lexical-binding code.
6737
6738 2012-10-13 Chong Yidong <cyd@gnu.org>
6739
6740 * textmodes/ispell.el (ispell-pdict-save): If flyspell-mode is
6741 enabled, re-enable it (Bug#11963).
6742
6743 2012-10-13 Martin Rudalics <rudalics@gmx.at>
6744
6745 * emacs-lisp/debug.el (debug): When debugger-will-be-back is
6746 non-nil, restore window configuration (Bug#12623).
6747
6748 2012-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
6749
6750 * help-fns.el (describe-variable, describe-function-1):
6751 * help-mode.el (help-make-xrefs): Remove error handler, made unneeded.
6752
6753 * emacs-lisp/eieio.el (lisp-imenu-generic-expression): Fix typo.
6754
6755 2012-10-12 Glenn Morris <rgm@gnu.org>
6756
6757 * mail/rmailsum.el (rmail-header-summary):
6758 Fix 2010-11-26 test for multiline Subject: field. (Bug#12625)
6759
6760 2012-10-12 Fabián Ezequiel Gallina <fgallina@cuca>
6761
6762 * progmodes/python.el (python-mode-map):
6763 Replace subtitute-key-definition with proper command remapping.
6764 (python-nav--up-list): Fix behavior for blocks on the same level.
6765
6766 2012-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
6767
6768 * help-fns.el (describe-function-1): Handle autoloads w/o docstrings.
6769
6770 * emacs-lisp/bytecomp.el (byte-compile-eval): Adjust to long-ago
6771 changes to the format of load-history.
6772
6773 * international/mule-cmds.el (read-char-by-name): Move let-binding of
6774 completion-ignore-case in case that var is buffer-local (bug#12615).
6775
6776 2012-10-11 Kenichi Handa <handa@gnu.org>
6777
6778 * international/eucjp-ms.el: Re-generated.
6779
6780 2012-10-10 Kenichi Handa <handa@gnu.org>
6781
6782 * select.el (xselect--encode-string): If a coding is specified for
6783 selection, and that is compatible with COMPOUND_TEXT, use it.
6784
6785 2012-10-10 Martin Rudalics <rudalics@gmx.at>
6786
6787 * window.el (switch-to-buffer-preserve-window-point): New option.
6788 (switch-to-buffer):
6789 Obey `switch-to-buffer-preserve-window-point' (Bug#4041).
6790
6791 2012-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
6792
6793 * newcomment.el (comment-start-skip, comment-end-skip, comment-end):
6794 Don't document nil as a useful value (bug#12583).
6795
6796 2012-10-09 Michael Albinus <michael.albinus@gmx.de>
6797
6798 * net/tramp.el (tramp-debug-message):
6799 Remove "tramp-with-progress-reporter" from regexp of ignored functions.
6800 (with-tramp-progress-reporter): Rename from
6801 `tramp-with-progress-reporter'.
6802 (with-tramp-file-property, with-tramp-connection-property):
6803 Move from tramp-cache.el, rename from `with-file-property' and
6804 `with-connection-property', respectively.
6805
6806 * net/tramp-cache.el: Remove `with-file-property' and
6807 `with-connection-property'.
6808
6809 * net/tramp.el:
6810 * net/tramp-gvfs.el:
6811 * net/tramp-sh.el:
6812 * net/tramp-smb.el: Adapt callees.
6813
6814 * net/trampver.el: Update release number.
6815
6816 2012-10-09 Glenn Morris <rgm@gnu.org>
6817
6818 * w32-fns.el (set-message-beep):
6819 * term/w32-win.el (set-message-beep): Update declarations.
6820
6821 2012-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
6822
6823 * bindings.el (mode-line-toggle-read-only, mode-line-toggle-modified)
6824 (mode-line-widen, mode-line-input-method-map)
6825 (mode-line-coding-system-map, mode-line-remote)
6826 (mode-line-unbury-buffer, mode-line-bury-buffer)
6827 (mode-line-next-buffer, mode-line-previous-buffer):
6828 Replace save-selected-window+select-window => with-selected-window.
6829
6830 * progmodes/cc-bytecomp.el (cc-bytecomp-defmacro): Remove, unused.
6831 * progmodes/cc-vars.el (bq-process): Remove, unused.
6832
6833 * emacs-lisp/cl-macs.el (cl-defstruct): Obey the :read-only property.
6834
6835 2012-10-09 Fabián Ezequiel Gallina <fgallina@cuca>
6836
6837 Implemented `backward-up-list'-like navigation.
6838 * progmodes/python.el (python-nav-up-list)
6839 (python-nav-backward-up-list): New functions.
6840 (python-mode-map): Define substitute key for backward-up-list to
6841 python-nav-backward-up-list.
6842
6843 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
6844
6845 * progmodes/python.el (python-fill-paragraph): Rename from
6846 python-fill-paragraph-function. Fixed fill-paragraph for
6847 decorators (Bug#12605).
6848
6849 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
6850
6851 * progmodes/python.el (python-shell-output-filter): Handle extra
6852 carriage return in OSX (Bug#12409).
6853
6854 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
6855
6856 Fix shell handling of unbalanced quotes and parens in output.
6857 * progmodes/python.el (python-rx-constituents): Add string-delimiter.
6858 (python-syntax-propertize-function): Use it.
6859 (python-shell-output-syntax-table): New var.
6860 (inferior-python-mode): Prevent unbalanced parens/quotes from
6861 previous output mess with current input context.
6862
6863 2012-10-08 Juanma Barranquero <lekktu@gmail.com>
6864
6865 * generic-x.el (javascript-generic-mode, javascript-generic-mode-hook):
6866 Make obsolete aliases of js-mode and js-mode-hook (from js.el).
6867
6868 2012-10-08 Michael Albinus <michael.albinus@gmx.de>
6869
6870 * ffap.el (ffap-replace-file-component): Support Tramp file name
6871 syntax, not only ange-ftp's one.
6872
6873 2012-10-08 Glenn Morris <rgm@gnu.org>
6874
6875 * cus-start.el (message-log-max): Set :version.
6876
6877 * calendar/calendar.el (calendar-intermonth-header): Doc fix.
6878
6879 2012-10-08 Martin Rudalics <rudalics@gmx.at>
6880
6881 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't try to split
6882 the minibuffer window (Bug#10851).
6883
6884 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
6885
6886 Enhancements on forward-sexp movement.
6887 * progmodes/python.el (python-nav-beginning-of-statement)
6888 (python-nav-end-of-statement): Return point-marker.
6889 (python-nav-forward-sexp): lisp-like forward-sexp behavior.
6890 (python-info-current-symbol)
6891 (python-info-statement-starts-block-p): Rename from
6892 python-info-beginning-of-block-p.
6893 (python-info-statement-ends-block-p): Rename from
6894 python-info-end-of-block-p.
6895 (python-info-beginning-of-statement-p)
6896 (python-info-end-of-statement-p)
6897 (python-info-beginning-of-block-p, python-info-end-of-block-p):
6898 New functions.
6899
6900 2012-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
6901
6902 * comint.el (comint-preinput-scroll-to-bottom): Preserve the
6903 frame-selected-windows.
6904
6905 2012-10-08 Daniel Colascione <dancol@dancol.org>
6906
6907 * battery.el (battery-status-function): Check for
6908 w32-battery-status itself, not system-time windows-nt.
6909
6910 * frame.el: Require cl-lib.
6911 (display-format-alist): New variable mapping frame types to
6912 functions that initialize them.
6913 (window-system-for-display): New function: interprets
6914 display-format-alist.
6915 (make-frame-on-display): Remove existing display-selection logic
6916 and just forward to make-frame, which will now DTRT.
6917 (make-frame): Restructure to use window-system-for-display to
6918 figure out how to create a frame on a given display.
6919 (display-mouse-p): Look for frame-type w32, not a particular
6920 system-type.
6921
6922 * loadup.el: Load w32 lisp code when we have the w32 feature.
6923
6924 * mouse.el (mouse-yank-primarY): Look for frame-type w32, not
6925 system-type windows-nt.
6926
6927 * server.el (server-create-window-system-frame): Look for window
6928 type.
6929 (server-proces-filter): Only force a window system when windows-nt
6930 _and_ w32. Explain why.
6931
6932 * simple.el (normal-erase-is-backspace-mode): Add w32 to the list
6933 of window systems we configure for the mode.
6934
6935 * startup.el (command-line): Mark window system is initialized
6936 after we've done it.
6937
6938 * common-win.el (x-select-text): Look for w32, not windows-nt.
6939
6940 * ns-win.el: Require cl-lib. Add ourselves to
6941 display-format-alist.
6942 (ns-initialize-window-system): Assert we're not initialized twice.
6943
6944 * w32-win.el: Enable lexical binding; require cl-lib; add
6945 ourselves to display-format-alist.
6946 (w32-handle-dropped-file): Convert incoming dropped files from
6947 Windows paths to Cygwin ones before passing them on to the rest of
6948 Emacs.
6949 (w32-drag-n-drop): New paramter new-frame. Simplify logic.
6950 (w32-initialize-window-system): Assert we're not initialized twice.
6951
6952 * x-win.el: Require cl-lib; add ourselves to display-format-alist.
6953 (x-initialize-window-system): Assert we're not initialized twice.
6954
6955 * w32-common-fns.el: New File.
6956 (w32-version, w32-using-nt, w32-get-clipboard-data)
6957 (w32-set-clipboard-data, x-set-selection, x-get-selection)
6958 (w32-charset-info-alist, x-last-selected, text)
6959 (x-get-selection-value, x-selection-value): Move here.
6960
6961 * w32-fns.el: Require w32-common-fns.
6962 (w32-version, w32-using-nt, w32-get-clipboard-data)
6963 (w32-set-clipboard-data, x-set-selection, x-get-selection)
6964 (w32-charset-info-alist, x-last-selected, text)
6965 (x-get-selection-value, x-selection-value): Move to
6966 w32-common-fns.
6967
6968 * w32-vars.el:
6969 (w32-allow-system-shell, w32-system-shells): Define only in
6970 non-cygwin case.
6971
6972 2012-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
6973
6974 * subr.el (read-passwd-map): Don't use `defconst' (bug#12597).
6975 (read-passwd): Remove a few more potential sources of leaks.
6976
6977 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
6978
6979 * progmodes/python.el (inferior-python-mode)
6980 (python-shell-make-comint): Fix initialization of local
6981 variables copied from parent buffer.
6982
6983 2012-10-07 Jan Djärv <jan.h.d@swipnet.se>
6984
6985 * term/ns-win.el (ns-read-file-name): Update declaration to match
6986 nsfns.m.
6987 (ns-respond-to-change-font): Change fontsize separately so we are sure
6988 it is set when font is acted upon.
6989
6990 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
6991
6992 Enhancements to indentation.
6993 * progmodes/python.el (python-indent-context): Give priority to
6994 inside-string context. Make comments indentation markers.
6995 (python-indent-region): Do not mess with strings, unless it's the
6996 enclosing set of quotes.
6997
6998 2012-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
6999
7000 * window.el (internal--before-save-selected-window)
7001 (internal--after-save-selected-window): New functions extracted from
7002 save-selected-window. Make sure we return the `alist' we construct.
7003 (save-selected-window): Use them.
7004
7005 * textmodes/tex-mode.el (tex-recenter-output-buffer):
7006 Use with-selected-window.
7007
7008 * emacs-lisp/autoload.el (make-autoload): Add `cl-defmacro' to the
7009 forms that define macros (bug#12593).
7010
7011 2012-10-07 Kenichi Handa <handa@gnu.org>
7012
7013 * international/mule-conf.el (compound-text-with-extensions):
7014 Add :mime-charset property as x-ctext.
7015
7016 2012-10-07 Stefan Merten <smerten@oekonux.de>
7017
7018 * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
7019 (rst-indent-literal-normal, rst-indent-literal-minimized)
7020 (rst-indent-comment): Correct :version tag.
7021 (rst-official-cvs-rev): Correct version string.
7022
7023 2012-10-07 Glenn Morris <rgm@gnu.org>
7024
7025 * mail/rmailmm.el (rmail-mime-process-multipart):
7026 Do not confuse a multipart message with an epilogue
7027 with a "truncated" one; fixes 2011-06-27 change. (Bug#10101)
7028
7029 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
7030
7031 Fix shell output retrieval and comint-prompt-regexp init.
7032 * progmodes/python.el (inferior-python-mode):
7033 (python-shell-make-comint): Fix initialization of
7034 comint-prompt-regexp from copied file local variables.
7035 (python-shell-fetched-lines): Remove var.
7036 (python-shell-output-filter-in-progress): Rename from
7037 python-shell-fetch-lines-in-progress.
7038 (python-shell-output-filter-buffer): Rename from
7039 python-shell-fetch-lines-string.
7040 (python-shell-fetch-lines-filter): Delete function.
7041 (python-shell-output-filter): New function.
7042 (python-shell-send-string-no-output): Use them.
7043
7044 2012-10-07 Glenn Morris <rgm@gnu.org>
7045
7046 * hi-lock.el (hi-lock-process-phrase):
7047 Try to make it less fragile. (Bug#7161)
7048
7049 * hi-lock.el (hi-lock-face-phrase-buffer): Doc fix.
7050
7051 2012-10-06 Glenn Morris <rgm@gnu.org>
7052
7053 * ehelp.el (electric-help-mode): Use help-mode rather than
7054 non-existent mode `help'.
7055 (electric-help-map): Use button-buffer-map. (Bug#10917)
7056
7057 * textmodes/reftex-vars.el (reftex-create-bibtex-header)
7058 (reftex-create-bibtex-footer): Fix custom types.
7059
7060 * progmodes/sh-script.el (sh-indent-after-continuation):
7061 Add explicit :group.
7062
7063 * textmodes/rst.el (rst-preferred-decorations)
7064 (rst-shift-basic-offset): Clarify obsolescence versions.
7065
7066 * profiler.el (profiler): Add missing group :version tag.
7067 * avoid.el (mouse-avoidance-banish-position):
7068 * proced.el (proced-renice-command):
7069 * calc/calc.el (calc-ensure-consistent-units):
7070 * calendar/icalendar.el (icalendar-import-format-uid):
7071 * net/tramp.el (tramp-save-ad-hoc-proxies):
7072 * progmodes/bug-reference.el (bug-reference-bug-regexp):
7073 * progmodes/flymake.el (flymake-error-bitmap)
7074 (flymake-warning-bitmap, flymake-fringe-indicator-position):
7075 * progmodes/sh-script.el (sh-indent-after-continuation):
7076 * progmodes/verilog-mode.el (verilog-auto-template-warn-unused)
7077 (verilog-before-save-font-hook, verilog-after-save-font-hook):
7078 * progmodes/vhdl-mode.el (vhdl-makefile-default-targets)
7079 (vhdl-array-index-record-field-in-sensitivity-list)
7080 (vhdl-indent-comment-like-next-code-line):
7081 * textmodes/reftex-vars.el (reftex-ref-style-alist)
7082 (reftex-ref-macro-prompt, reftex-ref-style-default-list)
7083 (reftex-cite-key-separator, reftex-create-bibtex-header)
7084 (reftex-create-bibtex-footer):
7085 * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
7086 (rst-indent-literal-normal, rst-indent-literal-minimized)
7087 (rst-indent-comment): Add missing custom :version tags.
7088
7089 * calendar/timeclock.el (timeclock-modeline-display):
7090 Add missing obsolete alias for renamed user option.
7091
7092 * strokes.el (strokes-modeline-string):
7093 * emulation/crisp.el (crisp-mode-modeline-string):
7094 * eshell/esh-mode.el (eshell-status-in-modeline):
7095 Aliases to defcustoms must come before the defcustom.
7096
7097 * calendar/cal-tex.el (cal-tex-diary, cal-tex-cursor-week)
7098 (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
7099 (cal-tex-cursor-week-monday): Doc fixes.
7100 (cal-tex-cursor-week2-summary): Doc fix.
7101 Rename from cal-tex-cursor-week-at-a-glance.
7102
7103 * calendar/cal-menu.el (cal-menu-context-mouse-menu):
7104 Tweak week descriptions. Add cal-tex-cursor-week2-summary.
7105
7106 * calendar/calendar.el (calendar-mode-map):
7107 Add cal-tex-cursor-week2-summary.
7108
7109 2012-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
7110
7111 * emacs-lisp/cl-macs.el (cl-defstruct): Improve docstring.
7112
7113 * subr.el (read-passwd-map): New var.
7114 (read-passwd): Use `read-string' again.
7115 * minibuffer.el (delete-minibuffer-contents): Make it interactive.
7116
7117 2012-10-06 Jambunathan K <kjambunathan@gmail.com>
7118
7119 * register.el (append-to-register, prepend-to-register):
7120 Deactivate mark, as does `copy-to-register' (bug#12389).
7121
7122 2012-10-06 Chong Yidong <cyd@gnu.org>
7123
7124 * files.el (auto-mode-alist): Add .by and .wy (Semantic grammars).
7125
7126 2012-10-06 Ikumi Keita <ikumi@ikumi.que.jp> (tiny change)
7127
7128 * international/characters.el: Fix simple mistake ((car chars) ->
7129 elt), delete duplicated code.
7130
7131 2012-10-06 Glenn Morris <rgm@gnu.org>
7132
7133 * subr.el (read-passwd): Allow C-u to erase entry. (Bug#12570)
7134
7135 2012-10-06 Julian Scheid <julians37@gmail.com> (tiny change)
7136
7137 * color.el (color-hsl-to-rgb): Fix incorrect results for
7138 small and large hue values. (Bug#12559)
7139
7140 2012-10-05 Fabián Ezequiel Gallina <fgallina@cuca>
7141
7142 Enhancements to docstring formatting when filling paragraphs.
7143 * progmodes/python.el (python-fill-docstring-style): Rename from
7144 python-fill-string-style. Added new style.
7145 (python-fill-string): Use new style. Better checks for
7146 docstrings.
7147
7148 2012-10-05 Glenn Morris <rgm@gnu.org>
7149
7150 * net/newst-treeview.el (newsticker-group-move-feed): Doc fix.
7151
7152 * color.el (color-name-to-rgb, color-rgb-to-hex)
7153 (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
7154 (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
7155 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
7156 (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
7157
7158 * emacs-lisp/timer.el (with-timeout): Add missing progn. (Bug#12577)
7159
7160 2012-10-05 Juanma Barranquero <lekktu@gmail.com>
7161
7162 * ido.el (ido-directory-too-big-p): Pass dir through file-truename
7163 to get the correct size across symlinks.
7164
7165 * ido.el (ido-buffer-disable-smart-matches): Fix typo in docstring.
7166
7167 2012-10-04 Juri Linkov <juri@jurta.org>
7168
7169 * replace.el (query-replace-interactive): Declare obsolete.
7170 (query-replace-read-from): Add the last incremental search string
7171 to the list of default values accessible via M-n.
7172 (map-query-replace-regexp): Use `read-regexp'.
7173 (query-replace, query-replace-regexp, query-replace-regexp-eval)
7174 (map-query-replace-regexp, replace-string, replace-regexp):
7175 Fix docstrings to replace mentions of `query-replace-interactive'
7176 with alternatives. (Bug#12526)
7177
7178 2012-10-04 Juri Linkov <juri@jurta.org>
7179
7180 * dired.el (dired-shrink-to-fit): Declare obsolete. (Bug#1806)
7181 (dired-pop-to-buffer): Declare obsolete.
7182 (dired-mark-pop-up): Doc fix.
7183
7184 2012-10-04 Fabián Ezequiel Gallina <fgallina@cuca>
7185
7186 Allow user to set docstring style for fill-paragraph.
7187 * progmodes/python.el
7188 (python-fill-comment-function, python-fill-string-function)
7189 (python-fill-decorator-function, python-fill-paren-function):
7190 Remove :safe for defcustoms.
7191 (python-fill-string-style): New defcustom
7192 (python-fill-paragraph-function): Enhance context detection.
7193 (python-fill-string): Honor python-fill-string-style settings.
7194
7195 2012-10-04 Martin Rudalics <rudalics@gmx.at>
7196
7197 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Select window
7198 after setting its buffer (Bug#10805).
7199
7200 2012-10-03 Fabián Ezequiel Gallina <fgallina@cuca>
7201
7202 Fix cornercase for string syntax.
7203 * progmodes/python.el (python-syntax-propertize-function):
7204 Simplify and enhance the regexp for unescaped quotes. Now it also
7205 matches quotes in weird situations like the single quote in
7206 "something\"'".
7207 (python-syntax-stringify): Simplify num-quotes detecting code.
7208
7209 2012-10-03 Glenn Morris <rgm@gnu.org>
7210
7211 * help-macro.el (three-step-help):
7212 Revert 2012-09-29 change. (Bug#12567)
7213
7214 2012-10-03 Martin Rudalics <rudalics@gmx.at>
7215
7216 * menu-bar.el (kill-this-buffer): Don't do anything when
7217 `menu-frame' is not alive or visible (Bug#8184).
7218
7219 * emacs-lisp/debug.el (debug): When quitting the debugger window
7220 restore current buffer (Bug#12502).
7221
7222 2012-10-02 Chong Yidong <cyd@gnu.org>
7223
7224 * progmodes/hideif.el (hif-lookup, hif-defined):
7225 Handle semantic-c-takeover-hideif.
7226
7227 2012-10-02 Paul Eggert <eggert@cs.ucla.edu>
7228
7229 Change sampling interval units from ms to ns.
7230 * profiler.el (profiler-sampling-interval): Change units
7231 from ms to ns, multiplying the default by 1000000 so that
7232 it remains 1 ms.
7233 (profiler-report-cpu-line-format): Give enough room for
7234 the maximum counters on 64-bit hosts.
7235 (profiler-report-render-calltree-1): Call them "CPU samples",
7236 not "Time (ms)", since they are not milliseconds now (and
7237 never really were).
7238
7239 2012-10-02 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
7240
7241 * net/eudcb-bbdb.el (eudc-bbdb-format-record-as-result):
7242 Fix querying BBDB for entries without a last name (Bug#11580).
7243
7244 2012-10-02 Chong Yidong <cyd@gnu.org>
7245
7246 * emacs-lisp/eieio.el: Restore Version header.
7247
7248 2012-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
7249
7250 * vc/diff-mode.el (diff--auto-refine-data): New var.
7251 (diff-hunk): Use it to delay refinement.
7252 (diff-mode): Remove overlays when we turn off font-lock.
7253
7254 * textmodes/table.el: Use lexical-binding, dolist, define-minor-mode.
7255 (table-initialize-table-fixed-width-mode)
7256 (table-set-table-fixed-width-mode): Remove functions.
7257 (table-command-list): Move initialization into declaration.
7258 (table--tweak-menu-for-xemacs): Move defun outside mapcar.
7259 (table-with-cache-buffer): Use `declare'.
7260 (table-span-cell): Simplify via CSE.
7261 (table-fixed-width-mode): Use define-minor-mode.
7262 (table-call-interactively, table-funcall, table-apply): Remove.
7263 (table-function): New function, to replace them.
7264
7265 * bookmark.el (bookmark-search-pattern): Remove var.
7266 (bookmark-read-search-input): Remove function.
7267 (bookmark-bmenu-search): Reimplement using a minibuffer.
7268
7269 * faces.el (modeline): Remove obsolete face name.
7270
7271 * vc/add-log.el (add-log-buffer-file-name-function): Demote to defvar
7272 and give a non-nil default value.
7273 (add-change-log-entry): Simplify accordingly.
7274
7275 2012-10-01 Dmitry Gutov <dgutov@yandex.ru>
7276
7277 * vc/vc-git.el (vc-git-log-edit-toggle-signoff): New function.
7278 (vc-git-log-edit-toggle-amend): New function.
7279 (vc-git-log-edit-toggle-signoff): New function.
7280 (vc-git-log-edit-mode): New major mode.
7281 (vc-git-log-edit-mode-map): Keymap for it.
7282 (vc-git-checkin): Handle "Amend" and "Sign-Off" headers.
7283
7284 * vc/log-edit.el (log-edit-font-lock-keywords): Allow hyphens in
7285 header names.
7286 (log-edit-toggle-header): New function.
7287 (log-edit-extract-headers): Accept function values in HEADERS alist.
7288
7289 2012-10-01 David Engster <deng@randomsample.de>
7290
7291 * emacs-lisp/eieio-opt.el (eieio-describe-class): Add filename
7292 from symbol property and change message to be more consistent with
7293 Emacs proper.
7294 (eieio-describe-generic): Add filename for each implementation.
7295 Fix indices for generic and normal methods.
7296 (eieio-method-def, eieio-class-def): New buttons.
7297 (eieio-help-find-method-definition)
7298 (eieio-help-find-class-definition): New functions.
7299 (eieio-help-mode-augmentation-maybee): Add buttons to filenames of
7300 class, constructor and method definitions.
7301
7302 * emacs-lisp/eieio.el (eieiomt-add, eieio-defclass): Save file
7303 information in symbol property.
7304 (scoped-class): Remove.
7305 (eieio-slot-name-index, call-next-method): Check if it is bound.
7306
7307 2012-10-01 Leo P. White <lpw25@cam.ac.uk>
7308
7309 * emacs-lisp/eieio-custom.el (eieio-custom-mode-map): New option.
7310 (eieio-custom-mode): New major mode.
7311 (eieio-customize-object): Use it.
7312
7313 2012-10-01 Eric Ludlam <zappo@gnu.org>
7314
7315 * emacs-lisp/eieio-base.el (eieio-persistent-read): New input args
7316 specifying the expected class, and whether subclassing is allowed.
7317 (eieio-persistent-convert-list-to-object):
7318 (eieio-persistent-validate/fix-slot-value)
7319 (eieio-persistent-slot-type-is-class-p): New functions.
7320 (eieio-named::slot-missing): Doc fix.
7321
7322 * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
7323 Stop using unused publd variable.
7324
7325 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
7326 (eieio-speedbar-description, eieio-speedbar-derive-line-path)
7327 (eieio-speedbar-object-buttonname, eieio-speedbar-make-tag-line)
7328 (eieio-speedbar-handle-click): Do not specify a class for the
7329 method. Fixes method invocation order problems with EDE.
7330
7331 2012-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
7332
7333 * emacs-lisp/bytecomp.el (byte-compiler-abbreviate-file): New function.
7334 (byte-compile-warning-prefix, byte-compile-file): Use it (bug#12508).
7335
7336 2012-10-01 Karl Fogel <kfogel@red-bean.com>
7337
7338 * bookmark.el (bookmark-version-control): Give tags in the
7339 :type choices (Bug#12309), and improve doc string.
7340 (bookmark-write-file): Bind `print-circle' to `t' to allow
7341 circular custom bookmark types. (Bug#12503)
7342
7343 2012-10-01 Paul Eggert <eggert@cs.ucla.edu>
7344
7345 Revert the FOLLOW-SYMLINKS change for file-attributes.
7346 * files.el (remote-file-name-inhibit-cache, after-find-file):
7347 * time.el (display-time-file-nonempty-p): Undo last change.
7348
7349 * profiler.el (profiler-sampling-interval): Change default back to 1.
7350 See Stefan Monnier in
7351 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00863.html>.
7352
7353 2012-10-01 Fabián Ezequiel Gallina <fgallina@cuca>
7354
7355 Shell output catching a la gud-gdb.
7356 * progmodes/python.el (python-shell-fetch-lines-in-progress)
7357 (python-shell-fetch-lines-string, python-shell-fetched-lines):
7358 New Vars.
7359 (python-shell-fetch-lines-filter): New function.
7360 (python-shell-send-string-no-output): Use them.
7361
7362 2012-09-30 Tomohiro Matsuyama <tomo@cx4a.org>
7363
7364 * profiler.el (profiler-sampling-interval): Rename from
7365 profiler-sample-interval.
7366 (profiler-sampling-interval): Default to 10.
7367 (profiler-find-profile): New command (was profiler-find-log).
7368 (profiler-find-profile-other-window): New command.
7369 (profiler-find-profile-other-frame): New command.
7370 (profiler-profile): Introduce API-level data structure.
7371
7372 2012-09-30 Paul Eggert <eggert@cs.ucla.edu>
7373
7374 file-attributes has a new optional arg FOLLOW-SYMLINKS.
7375 * files.el (remote-file-name-inhibit-cache):
7376 * time.el (display-time-file-nonempty-p): Use it.
7377 * files.el (after-find-file): Don't chase links before calling
7378 file-exists-p, as file-exists-p already does the right thing.
7379
7380 2012-09-30 Ralf Angeli <angeli@caeruleus.net>
7381
7382 Merge from standalone RefTeX repository.
7383
7384 The following ChangeLog entries are shortened versions of the
7385 original ones with file paths adapted. A not so strongly edited
7386 version of the original ChangeLog can be found in the commit log.
7387
7388 * textmodes/reftex-auc.el: Move `provide' call to bottom of file.
7389 (reftex-arg-cite): Use `reftex-cite-key-separator'.
7390 Correctly handle new value type returned by `reftex-citation'.
7391
7392 * textmodes/reftex-cite.el (reftex-create-bibtex-file): Make sure
7393 that entries with whitespace at various places are found.
7394 Doc fix. Include entries that are cross-referenced from cited entries.
7395 Include @String definitions in the resulting bib file. Add header
7396 and footer defined in `reftex-create-bibtex-header' and
7397 `reftex-create-bibtex-footer'.
7398 (reftex-do-citation): Make it possible again to insert
7399 non-existent entries. Save match data when asking for optional
7400 arguments. Return all keys, not just the first one.
7401 (reftex-all-used-citation-keys): Fix regexp to correctly extract
7402 all citations in the same line.
7403 (reftex-parse-bibtex-entry): Accept additional optional argument
7404 `raw' and keep quotes or braces if it is non-nil. Match fields
7405 containing hyphens besides word constituents.
7406 (reftex-get-string-refs): New function.
7407 (reftex-extract-bib-entries): Check if BibTeX file changed on disk
7408 and ask if it should be reread in case it did.
7409 (reftex-pop-to-bibtex-entry)
7410 (reftex-extract-bib-entries-from-thebibliography): Match \bibitem
7411 entries with spaces or tabs in front of arguments.
7412 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
7413 (reftex-parse-bibtex-entry, reftex-create-bibtex-file):
7414 Match entries containing numbers and symbol constituents.
7415 (reftex-do-citation, reftex-figure-out-cite-format):
7416 Use `reftex-cite-key-separator'.
7417
7418 * textmodes/reftex-dcr.el: Move provide statement to end of file.
7419 (reftex-mouse-view-crossref): Explain why point is set.
7420
7421 * textmodes/reftex-global.el: Whitespace changes.
7422
7423 * textmodes/reftex-index.el: Move provide statement to end of
7424 file.
7425 (reftex-index-selection-or-word): Use `reftex-region-active-p'.
7426 (reftex-index-visit-phrases-buffer): Set marker when visiting
7427 buffer. This allows for returning from the phrases file to the
7428 file one was just editing instead of the file where the last
7429 phrases was added from.
7430 (reftex-index-phrases-syntax-table): New variable. Give ?\"
7431 punctuation syntax as it usually is not used as string quote in
7432 TeX-related modes and may occur unmatched. The change also
7433 prevents fontification of quoted content.
7434 (reftex-index-phrases-mode): Use it.
7435
7436 * textmodes/reftex-parse.el (reftex-parse-from-file):
7437 Move backward one char if a `\' was matched after a section macro.
7438 (reftex-parse-from-file): Use beginning of match instead of end as
7439 bound.
7440
7441 * textmodes/reftex-ref.el: Adapt creation of
7442 `reftex-<package>-<macro>' functions to new structure of
7443 `reftex-ref-style-alist'.
7444 (reftex-reference): Use `reftex-ref-style-list' function.
7445 Adapt to new structure of `reftex-ref-style-alist'. Prompt for a
7446 reference macro if `reftex-ref-macro-prompt' is non-nil.
7447 (reftex-reference): Pass refstyle to `reftex-format-special'.
7448 Determine reference macro by looking at
7449 `reftex-ref-style-default-list' and `reftex-ref-style-alist'.
7450 Use only one special format function.
7451 (reftex-varioref-vref, reftex-fancyref-fref)
7452 (reftex-fancyref-Fref): Remove definitions. The functions are now
7453 generated from `reftex-ref-style-alist'.
7454 (reftex-format-vref, reftex-format-Fref, reftex-format-fref):
7455 Remove.
7456 (reftex-format-special): New function.
7457
7458 * textmodes/reftex-sel.el
7459 (reftex-select-cycle-ref-style-internal): Adapt to new structure
7460 of `reftex-ref-style-alist'. Remove code for testing macro type.
7461 (reftex-select-toggle-varioref)
7462 (reftex-select-toggle-fancyref): Remove.
7463 (reftex-select-cycle-ref-style-internal)
7464 (reftex-select-cycle-ref-style-forward)
7465 (reftex-select-cycle-ref-style-backward): New functions.
7466 (reftex-select-label-map): Use `v' and `V' for general cycling
7467 through reference styles. Add `p' for switching between number
7468 and page reference types.
7469
7470 * textmodes/reftex-toc.el (reftex-re-enlarge):
7471 Call `enlarge-window' only if there is something to do because in Emacs
7472 the horizontal version throws an error even if the parameter is 0.
7473
7474 * textmodes/reftex-vars.el (reftex-label-alist): Doc fix.
7475 (reftex-plug-into-AUCTeX): Doc fix.
7476 (reftex-vref-is-default, reftex-fref-is-default): Adapt doc
7477 string. Adapt to new name.
7478 (reftex-ref-style-alist): Change structure so that it is not
7479 possible to use multiple different package names within a style.
7480 Remove the symbols for symbols for macro type distinction.
7481 Add characters for macro selection.
7482 (reftex-ref-macro-prompt, reftex-create-bibtex-header)
7483 (reftex-create-bibtex-footer): New variables.
7484 (reftex-format-ref-function): Mention third argument of special
7485 format function.
7486 (reftex-ref-style-alist, reftex-ref-style-default-list):
7487 New variables.
7488 (reftex-vref-is-default, reftex-fref-is-default): Adapt doc string
7489 to new implementation. Mark as obsolete. Add compatibility code
7490 for honoring the variable values in case they are set.
7491 (reftex-cite-format-builtin, reftex-bibliography-commands):
7492 Add support for ConTeXt.
7493 (reftex-format-ref-function, reftex-format-cite-function):
7494 Fix custom type.
7495 (reftex-cite-key-separator): New variable.
7496
7497 * textmodes/reftex.el (reftex-syntax-table-for-bib)
7498 (reftex-mode): Do not derive `reftex-syntax-table-for-bib' from
7499 `reftex-syntax-table' because parens have to retain their paren
7500 syntax in order for parsing of BibTeX entries like @book(...) to
7501 work.
7502 (reftex-in-comment): Do not error out if `comment-start-skip' is
7503 not set. Deal correctly with escaped comment characters.
7504 (reftex-tie-multifile-symbols): Add doc string.
7505 Initialize `reftex-ref-style-list'.
7506 (reftex-untie-multifile-symbols): Add doc string.
7507 (reftex-add-index-macros): Doc fix.
7508 (reftex-ref-style-activate, reftex-ref-style-toggle)
7509 (reftex-ref-style-list): New functions.
7510 (reftex-mode-menu): Use them. Adapt to new structure of
7511 `reftex-ref-style-alist'.
7512 (reftex-select-with-char): Kill the RefTeX Select buffer when
7513 done.
7514 (reftex-remove-if): New function.
7515 (reftex-erase-all-selection-and-index-buffers)
7516 (reftex-mode-menu): Reference styles are now computed from
7517 `reftex-ref-style-alist'. Fix typo.
7518 (reftex-report-bug): New function.
7519 (reftex-uniquify, reftex-uniquify-by-car): Replace O(n^2)
7520 algorithms with O(n log n). Introduce optional argument SORT (not
7521 yet used).
7522
7523 2012-09-30 Fabián Ezequiel Gallina <fgallina@cuca>
7524
7525 Enhancements for triple-quote string syntax.
7526 * progmodes/python.el (python-syntax-propertize-function):
7527 Match both quote cases in one regexp.
7528 (python-syntax-stringify): Handle matches properly.
7529
7530 2012-09-30 Juri Linkov <juri@jurta.org>
7531
7532 * arc-mode.el (archive-summarize): Let-bind `buffer-file-truename'
7533 to nil around the call to `insert' to prevent
7534 directory time modification by lock_file. (Bug#2295)
7535 * tar-mode.el (tar-summarize-buffer): Idem.
7536
7537 2012-09-30 Juri Linkov <juri@jurta.org>
7538
7539 * facemenu.el (list-colors-sort): Add option "Luminance".
7540 (list-colors-sort-key): Implement it.
7541
7542 * vc/diff-mode.el (diff-refine-removed):
7543 * vc/ediff-init.el (ediff-fine-diff-A):
7544 * vc/smerge-mode.el (smerge-refined-removed):
7545 Change background color "#ffaaaa" to "#ffbbbb". (Bug#10181)
7546
7547 2012-09-30 Jan Djärv <jan.h.d@swipnet.se>
7548
7549 * term/ns-win.el (x-file-dialog): New function.
7550
7551 2012-09-30 Juanma Barranquero <lekktu@gmail.com>
7552
7553 * ido.el (ido-max-directory-size): Default to nil; the current
7554 default is small for POSIX systems, and impractical on Windows 7
7555 now that lstat returns directory sizes for NTFS.
7556
7557 2012-09-30 Martin Rudalics <rudalics@gmx.at>
7558
7559 In buffer display functions handle window-height/window-width
7560 alist entries. Suggested by Juri Linkov as fix for Bug#1806.
7561 * window.el (window--display-buffer): New argument ALIST.
7562 Obey window-height and window-width alist entries.
7563 (window--try-to-split-window): New argument ALIST.
7564 Bind window-combination-limit to t when the window's size shall be
7565 changed and window-combination-limit equals `window-size'.
7566 (display-buffer-in-atom-window)
7567 (display-buffer-in-major-side-window)
7568 (display-buffer-in-side-window, display-buffer-same-window)
7569 (display-buffer-reuse-window, display-buffer-pop-up-frame)
7570 (display-buffer-pop-up-window, display-buffer-below-selected)
7571 (display-buffer-at-bottom, display-buffer-in-previous-window)
7572 (display-buffer-use-some-window): Adjust all callers of
7573 window--display-buffer and window--try-to-split-window.
7574 (fit-frame-to-buffer): New option.
7575 (fit-window-to-buffer): Can resize frames if fit-frame-to-buffer
7576 is non-nil.
7577 (display-buffer-in-major-side-window): Evaluate window-height /
7578 window-width alist entries.
7579
7580 * help.el (temp-buffer-resize-frames)
7581 (temp-buffer-resize-regexps): Remove options.
7582 (temp-buffer-resize-mode): Adjust doc-string.
7583 (resize-temp-buffer-window): Don't consult
7584 temp-buffer-resize-regexps. Use fit-frame-to-buffer instead of
7585 temp-buffer-resize-frames.
7586
7587 * dired.el (dired-mark-pop-up):
7588 Call display-buffer-below-selected with a fit-window-to-buffer alist
7589 entry.
7590
7591 2012-09-30 Chong Yidong <cyd@gnu.org>
7592
7593 * server.el (server-host): Document the security implications.
7594 (server-auth-key): Doc fix.
7595
7596 * startup.el (initial-buffer-choice): Doc fix.
7597
7598 * minibuffer.el (minibuffer-local-filename-syntax): Doc fix.
7599
7600 * simple.el (delete-trailing-whitespace): Avoid an unnecessary
7601 restriction change.
7602
7603 * bindings.el (goto-map): Bind M-g TAB to move-to-column.
7604
7605 * help-fns.el (help-fns--obsolete): Fix last change.
7606
7607 2012-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
7608
7609 * winner.el (winner-mode-map): Obey winner-dont-bind-my-keys here.
7610 (minor-mode-map-alist): Remove redundant code.
7611
7612 * vc/pcvs.el (cvs-cleanup-collection): Keep entries that are currently
7613 visited in a buffer.
7614 (cvs-insert-visited-file): New function.
7615 (find-file-hook): Use it.
7616
7617 * vc/pcvs-info.el (cvs-fileinfo-pp): Don't use non-existent faces.
7618
7619 * vc/log-edit.el (log-edit-font-lock-keywords): Ignore case to
7620 chose face.
7621 (log-edit-empty-buffer-p): Don't require a space after a header.
7622
7623 * vc/ediff-util.el (ediff-diff-at-point): Don't assume point-min==1.
7624
7625 * tutorial.el (help-with-tutorial): Use minibuffer-with-setup-hook.
7626
7627 * textmodes/text-mode.el (paragraph-indent-minor-mode): Make it
7628 a proper minor-mode.
7629
7630 * textmodes/tex-mode.el (tex-mode-map): Don't bind paren keys.
7631
7632 2012-09-29 Glenn Morris <rgm@gnu.org>
7633
7634 * winner.el (winner-mode): Remove variable (let define-minor-mode
7635 handle it).
7636 (winner-dont-bind-my-keys, winner-boring-buffers, winner-mode-hook):
7637 Doc fixes.
7638 (winner-mode-leave-hook): Rename to winner-mode-off-hook.
7639 (winner-mode): Use define-minor-mode.
7640
7641 * vc/vc-sccs.el (vc-sccs-registered): Use the progn trick to get
7642 the full definition in loaddefs, rather than duplicating it.
7643
7644 * help-macro.el (three-step-help): No need to autoload defcustom.
7645
7646 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
7647 (inferior-lisp-program, inferior-lisp-load-command)
7648 (inferior-lisp-prompt, inferior-lisp-mode-hook):
7649 No need to autoload defcustoms.
7650
7651 * hippie-exp.el (hippie-expand-try-functions-list)
7652 (hippie-expand-verbose, hippie-expand-dabbrev-skip-space)
7653 (hippie-expand-dabbrev-as-symbol, hippie-expand-no-restriction)
7654 (hippie-expand-max-buffers, hippie-expand-ignore-buffers)
7655 (hippie-expand-only-buffers): No need to autoload defcustoms.
7656 * progmodes/vhdl-mode.el (vhdl-line-expand):
7657 Explicitly load hippie-exp, so it does not get autoloaded
7658 while hippie-expand-try-functions-list is let-bound.
7659
7660 2012-09-28 Glenn Morris <rgm@gnu.org>
7661
7662 * emacs-lisp/cl.el (flet): Fix case of obsolescence message.
7663
7664 * emacs-lisp/bytecomp.el (byte-compile-cl-file-p):
7665 Only "cl.el" counts as cl these days.
7666
7667 2012-09-28 Juri Linkov <juri@jurta.org>
7668
7669 Display archive errors in the echo area instead of inserting
7670 to the file buffer.
7671
7672 * arc-mode.el (archive-extract-by-stdout): Change arg STDERR-FILE
7673 to STDERR-TEST that can be a regexp matching a successful output.
7674 Create a temporary file and redirect stderr to it. Search for
7675 STDERR-TEST in the stderr output and display it in the echo area
7676 if no match is found.
7677 (archive-extract-by-file): New function like
7678 `archive-extract-by-stdout' but extracting archives to files
7679 and looking for successful matches in stdout. Function body is
7680 mostly copied from `archive-rar-extract'.
7681 (archive-rar-extract): Use `archive-extract-by-file'.
7682 (archive-7z-extract): Use `archive-extract-by-stdout'. (Bug#10347)
7683
7684 2012-09-28 Leo Liu <sdl.web@gmail.com>
7685
7686 * pcomplete.el (pcomplete-show-completions):
7687 Use minibuffer-message to make pcomplete usable in minibuffer.
7688
7689 * ido.el (ido-set-matches-1): Fix 2012-09-11 change.
7690
7691 2012-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
7692
7693 * type-break.el: Use lexical-binding.
7694 (type-break-mode): Use define-minor-mode.
7695
7696 * emacs-lisp/pcase.el (pcase--mark-used): New.
7697 (pcase--u1): Use it (bug#12512).
7698
7699 * custom.el (load-theme): Set buffer-file-name so the load is recorded
7700 in load-history with the right file name.
7701
7702 2012-09-28 Tassilo Horn <tsdh@gnu.org>
7703
7704 * doc-view.el (doc-view-current-cache-doc-pdf): New function.
7705 (doc-view-doc->txt, doc-view-convert-current-doc): Use it.
7706 (doc-view-get-bounding-box): Make bounding box slicing work for
7707 ODF and DVI documents.
7708
7709 2012-09-28 Glenn Morris <rgm@gnu.org>
7710
7711 * type-break.el (type-break-mode, type-break-interval)
7712 (type-break-good-rest-interval, type-break-keystroke-threshold):
7713 No need to autoload.
7714 (type-break-good-rest-interval, type-break-keystroke-threshold):
7715 Add :set-after.
7716
7717 2012-09-28 Chong Yidong <cyd@gnu.org>
7718
7719 * progmodes/verilog-mode.el (verilog-auto-inst-interfaced-ports):
7720 Add :version tag.
7721
7722 2012-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
7723
7724 * json.el (json-encode-char): Codes 127-160 aren't "ASCII printable".
7725
7726 2012-09-27 Glenn Morris <rgm@gnu.org>
7727
7728 * faces.el (x-display-name): Declare (for without-x builds).
7729
7730 * linum.el (linum-format): Don't autoload it. Improve :type.
7731
7732 * progmodes/tcl.el: Don't require outline when compiling.
7733 (outline-regexp, outline-level): Declare.
7734 * textmodes/sgml-mode.el: Don't require outline when compiling.
7735 (outline-regexp, outline-heading-end-regexp, outline-level): Declare.
7736
7737 * term.el (term-ansi-reset):
7738 Try setting term-ansi-face-already-done to nil. (Bug#11785)
7739
7740 * vc/vc.el (vc-next-action): Only gripe about committing read-only
7741 files for RCS and SCCS. (Bug#9781)
7742
7743 2012-09-27 Chong Yidong <cyd@gnu.org>
7744
7745 * progmodes/verilog-mode.el (verilog-mode-release-emacs): Fix last
7746 change; value should be t.
7747
7748 2012-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
7749
7750 * image-mode.el: Use lexical-binding.
7751 (image-mode-winprops): Use t to stand for the window of
7752 a buffer that's not displayed.
7753 * doc-view.el (doc-view-new-window-function): Handle the new
7754 t in winprops.
7755 (doc-view-enlarge): Make it a real nop if the size is not changed.
7756 (doc-view-display): Handle the case where the buffer is not (yet?)
7757 displayed in any window.
7758 (doc-view-saved-settings): New var.
7759 (doc-view-mode): Use it.
7760 (doc-view-fallback-mode): Set it.
7761
7762 * minibuf-eldef.el: Make it possible to replace (default ...) with [...].
7763 Set lexical-binding.
7764 (minibuffer-eldef-shorten-default): New var.
7765 (minibuffer-default-in-prompt-regexps): Use it for new default.
7766 (minibuf-eldef-setup-minibuffer): Add replacement functionality.
7767
7768 2012-09-26 Juanma Barranquero <lekktu@gmail.com>
7769
7770 * international/uni-bidi.el:
7771 * international/uni-category.el:
7772 * international/uni-name.el:
7773 * international/uni-numeric.el: Regenerate.
7774
7775 2012-09-26 Tomohiro Matsuyama <tomo@cx4a.org>
7776 Stefan Monnier <monnier@iro.umontreal.ca>
7777
7778 * profiler.el: New file.
7779
7780 2012-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
7781
7782 * emacs-lisp/testcover.el (testcover-after): Add gv-expander.
7783 (testcover-reinstrument): Simplify with CSE.
7784
7785 2012-09-26 Juanma Barranquero <lekktu@gmail.com>
7786
7787 * window.el (temp-buffer-window-setup): Fix typo in docstring.
7788
7789 2012-09-25 Wilson Snyder <wsnyder@wsnyder.org>
7790
7791 * verilog-mode.el (verilog-auto-ascii-enum, verilog-auto-inout)
7792 (verilog-auto-input, verilog-auto-insert-lisp)
7793 (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
7794 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-undef)
7795 (verilog-auto-unused, verilog-auto-wire)
7796 (verilog-forward-or-insert-line): Fix AUTOs with no trailing
7797 newline. Reported by Andrew Jones.
7798 (verilog-auto-inst) Support expanding $clog2 in AUTOINST.
7799 Reported by Brad Dobbie.
7800 (verilog-batch-delete-trailing-whitespace):
7801 Create verilog-batch-delete-trailing-whitespace.
7802 Reported by Brad Dobbie.
7803 (verilog-auto-inout-param): Support AUTOINOUTPARAM for copying
7804 parameters from another module. Reported by Dan Katz.
7805 (verilog-auto, verilog-auto-assign-modport)
7806 (verilog-auto-inout-modport): Add AUTOASSIGNMODPORT and
7807 AUTOINOUTMODPORT for UVM interface module shell generation.
7808 Reported by Brad Dobbie.
7809 (verilog-auto-inst-interfaced-ports): Make default nil, as more
7810 standard behavior.
7811 (verilog-auto): Fix AUTO parameters with parenthesis arguments.
7812 Reported by Matt Martin.
7813
7814 2012-09-25 Martin Rudalics <rudalics@gmx.at>
7815
7816 * window.el (window--resize-child-windows): When resizing child
7817 windows proportionally, process them in reverse order to
7818 preserve the "when splitting a window the new one gets the odd
7819 line" behavior.
7820 (window--resize-root-window-vertically): When resizing the
7821 minibuffer window try to affect only windows at the bottom of the
7822 frame. (Bug#12419)
7823
7824 2012-09-25 Chong Yidong <cyd@gnu.org>
7825
7826 * subr.el (declare): Doc fix.
7827
7828 * help-fns.el (help-fns--obsolete): Handle macros properly.
7829
7830 2012-09-25 Chong Yidong <cyd@gnu.org>
7831
7832 * bookmark.el (bookmark-jump-noselect): Use a declare form to mark
7833 this function obsolete.
7834
7835 * calendar/cal-x.el (calendar-two-frame-setup)
7836 (calendar-only-one-frame-setup, calendar-one-frame-setup):
7837 * calendar/calendar.el (american-calendar, european-calendar)
7838 (calendar-for-loop):
7839 * comint.el (comint-dynamic-simple-complete)
7840 (comint-dynamic-complete-as-filename, comint-unquote-filename):
7841 * desktop.el (desktop-load-default):
7842 * dired-x.el (dired-omit-here-always)
7843 (dired-hack-local-variables, dired-default-directory):
7844 * emacs-lisp/derived.el (derived-mode-class):
7845 * emacs-lisp/timer.el (timer-set-time-with-usecs):
7846 * emacs-lock.el (toggle-emacs-lock):
7847 * epa.el (epa-display-verify-result):
7848 * epg.el (epg-sign-keys, epg-start-sign-keys)
7849 (epg-passphrase-callback-function):
7850 * eshell/esh-util.el (eshell-for):
7851 * eshell/eshell.el (eshell-remove-from-window-buffer-names)
7852 (eshell-add-to-window-buffer-names):
7853 * files.el (locate-file-completion):
7854 * imenu.el (imenu-example--create-c-index)
7855 (imenu-example--create-lisp-index)
7856 (imenu-example--lisp-extract-index-name)
7857 (imenu-example--name-and-position):
7858 * international/mule-cmds.el (princ-list):
7859 * international/mule-diag.el (decode-codepage-char):
7860 * international/mule-util.el (detect-coding-with-priority):
7861 * iswitchb.el (iswitchb-read-buffer):
7862 * mail/mailalias.el (mail-complete):
7863 * mail/sendmail.el (mail-sent-via):
7864 * mouse.el (mouse-popup-menubar-stuff, mouse-popup-menubar)
7865 (mouse-major-mode-menu):
7866 * password-cache.el (password-read-and-add):
7867 * pcomplete.el (pcomplete-parse-comint-arguments):
7868 * progmodes/sh-script.el (sh-maybe-here-document):
7869 * replace.el (query-replace-regexp-eval):
7870 * savehist.el (savehist-load):
7871 * simple.el (choose-completion-delete-max-match):
7872 * term.el (term-dynamic-simple-complete):
7873 * vc/ediff-init.el (ediff-check-version):
7874 * vc/ediff-wind.el (ediff-choose-window-setup-function-automatically):
7875 * vc/vc.el (vc-diff-switches-list):
7876 * view.el (view-return-to-alist-update): Likewise.
7877
7878 * subr.el (eval-next-after-load, makehash, insert-string)
7879 (assoc-ignore-representation, assoc-ignore-case): Use declare to
7880 mark obsolete.
7881 (mode-line-inverse-video): Variable deleted.
7882
7883 * international/mule-util.el (string-to-sequence): Remove.
7884
7885 * calendar/calendar.el (calendar-version):
7886 * calendar/icalendar.el (icalendar-extract-ical-from-buffer)
7887 (icalendar-convert-diary-to-ical):
7888 * cus-edit.el (custom-mode):
7889 * ansi-color.el (ansi-color-unfontify-region):
7890 * international/latin1-disp.el (latin1-char-displayable-p):
7891 * progmodes/cwarn.el (turn-on-cwarn-mode):
7892 * progmodes/which-func.el (which-func-update-1):
7893 Use define-obsolete-function-alias.
7894
7895 * net/newst-backend.el (newsticker-cache-filename):
7896 * net/newst-treeview.el (newsticker-groups-filename):
7897 Fix incorrect obsolescence declaration.
7898
7899 * allout.el (allout-passphrase-hint-string): Likewise.
7900 (allout-init): Use a declare form to mark obsolete.
7901
7902 * emacs-lisp/byte-run.el (make-obsolete): Doc fix; emphasize that
7903 this applies to functions.
7904
7905 * iswitchb.el (iswitchb-read-buffer): Move code of
7906 iswitchb-define-mode-map here, and delete that obsolete function.
7907
7908 * net/snmp-mode.el (snmp-font-lock-keywords-3): Don't use obsolete
7909 font-lock-reference-face.
7910
7911 2012-09-25 Glenn Morris <rgm@gnu.org>
7912
7913 * buff-menu.el (Buffer-menu-name-width, Buffer-menu-size-width):
7914 Doc fixes.
7915
7916 * eshell/em-term.el (eshell-term-name):
7917 Default to term-term-name. (Bug#12485)
7918
7919 2012-09-24 Fabián Ezequiel Gallina <fgallina@cuca>
7920
7921 * progmodes/python.el (python-shell-send-buffer): Better handling
7922 of "if __name__ == '__main__':" conditionals when sending the buffer.
7923
7924 2012-09-24 Glenn Morris <rgm@gnu.org>
7925
7926 * eshell/esh-cmd.el (eshell-find-alias-function):
7927 Tighten up file-name regexp. (Bug#12499)
7928
7929 2012-09-24 Fabián Ezequiel Gallina <fgallina@cuca>
7930
7931 Enhancements for triple-quote string syntax.
7932 * progmodes/python.el (python-quote-syntax): Remove.
7933 (python-syntax-propertize-function): New value.
7934 (python-syntax-count-quotes, python-syntax-stringify):
7935 New functions.
7936
7937 2012-09-24 Chong Yidong <cyd@gnu.org>
7938
7939 * mail/supercite.el (sc-version): Remove obsolete function.
7940 (sc-describe): Don't mark as obsolete, since it is bound.
7941 (sc-submit-bug-report): Remove.
7942
7943 * vc/log-edit.el (cvs-changelog-full-paragraphs)
7944 (cvs-commit-buffer-require-final-newline): Remove.
7945 (log-edit-require-final-newline)
7946 (log-edit-changelog-full-paragraphs): Default to t.
7947
7948 * vc/pcvs-defs.el (cvs-diff-buffer-name, cvs-diff-ignore-marks)
7949 * vc/vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
7950 * vc/vc.el (vc-checkout-carefully): Likewise.
7951
7952 * vc/emerge.el (emerge-mode): Make it an obsolete alias.
7953 (emerge-version): Remove.
7954
7955 * progmodes/compile.el (compile-internal): Remove.
7956 (compilation-parse-errors-function): Fix typo.
7957
7958 * international/mule.el (set-char-table-default): Remove.
7959 (set-coding-priority, make-coding-system, generic-char-p)
7960 (charset-list, charset-bytes, charset-id): Use declare to mark
7961 functions as obsolete.
7962
7963 * vc/pcvs-defs.el (cvs-buffer-name-alist)
7964 (cvs-invert-ignore-marks): Remove references to obsolete vars.
7965 * vc/vc-hooks.el (vc-default-registered): Don't use
7966 vc-master-templates.
7967
7968 * font-lock.el (font-lock-reference-face):
7969 Use define-obsolete-variable-alias.
7970
7971 * generic-x.el (rul-generic-mode): Use font-lock-constant-face.
7972 * calendar/calendar.el (calendar-font-lock-keywords):
7973 * calendar/diary-lib.el (diary-font-lock-keywords)
7974 (diary-fancy-font-lock-keywords):
7975 * textmodes/reftex-sel.el (reftex-insert-docstruct):
7976 * textmodes/reftex-index.el (reftex-insert-index):
7977 * textmodes/reftex-cite.el (reftex-format-bib-entry):
7978 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
7979 * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
7980 * progmodes/prolog.el (prolog-font-lock-keywords):
7981 * progmodes/idlwave.el (idlwave-idl-keywords):
7982 * progmodes/ada-mode.el (ada-font-lock-keywords):
7983 * net/snmp-mode.el (snmp-font-lock-keywords-3): Likewise.
7984
7985 2012-09-24 Glenn Morris <rgm@gnu.org>
7986
7987 * mail/emacsbug.el (report-emacs-bug): Include `lsb_release -d'.
7988
7989 2012-09-23 Fabián Ezequiel Gallina <fgallina@cuca>
7990
7991 * progmodes/python.el (python-indent-line): More consistent cursor
7992 movement behavior.
7993
7994 2012-09-23 Stefan Merten <smerten@oekonux.de>
7995
7996 * textmodes/rst.el: Fix compiler warning.
7997
7998 2012-09-23 Roland Winkler <winkler@gnu.org>
7999
8000 * textmodes/bibtex.el (bibtex-autokey-transcriptions):
8001 Transcribe also LaTeX hyphenation.
8002 (bibtex-reformat): Bug fix. Do not quote twice the elements of
8003 bibtex-reformat-previous-options.
8004
8005 2012-09-23 Roland Winkler <winkler@gnu.org>
8006
8007 * proced.el (proced-renice-command): New variable.
8008 (proced-marked-processes): New function.
8009 (proced-with-processes-buffer): New macro.
8010 (proced-send-signal): Use them.
8011 (proced-renice): New command bound to r.
8012
8013 2012-09-23 Roland Winkler <winkler@gnu.org>
8014
8015 * ibuf-ext.el (ibuffer-switch-to-saved-filter-groups): If list
8016 ibuffer-saved-filter-groups has one element, shortcut the call of
8017 completing-read. (Bug#12331)
8018
8019 2012-09-23 Chong Yidong <cyd@gnu.org>
8020
8021 * bindings.el (mode-line-toggle-read-only):
8022 * bs.el (bs-toggle-readonly):
8023 * buff-menu.el (Buffer-menu-toggle-read-only):
8024 * dired.el (dired-toggle-read-only):
8025 * ibuffer.el (ibuffer-do-toggle-read-only): Use read-only-mode.
8026
8027 2012-09-23 Chong Yidong <cyd@gnu.org>
8028
8029 * image.el (image-type-available-p): Adapt to init-image-library
8030 argument changes.
8031
8032 2012-09-22 Juri Linkov <juri@jurta.org>
8033
8034 * dired.el (dired-mode-map): Add [remap read-only-mode] for
8035 `dired-toggle-read-only'. (Bug#12462)
8036
8037 2012-09-22 Martin Rudalics <rudalics@gmx.at>
8038
8039 * subr.el (temp-output-buffer-show): New function.
8040 (with-output-to-temp-buffer): Call temp-output-buffer-show
8041 instead of internal-temp-output-buffer-show.
8042
8043 2012-09-22 Chong Yidong <cyd@gnu.org>
8044
8045 * files.el (ctl-x-map): Bind C-x C-q to read-only-mode
8046 (Bug#12462).
8047
8048 * repeat.el (repeat): Doc fix (Bug#12348).
8049
8050 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix
8051 (Bug#10909).
8052
8053 * simple.el (shell-command-on-region): Doc fix.
8054 (read-only-mode): Doc fix.
8055
8056 2012-09-22 Eli Zaretskii <eliz@gnu.org>
8057
8058 * emacs-lisp/timer.el (run-with-idle-timer)
8059 (timer-activate-when-idle): Warn against reinvoking an idle timer
8060 from within its own timer action. (Bug#12447)
8061
8062 2012-09-22 Martin Rudalics <rudalics@gmx.at>
8063
8064 * cus-start.el (window-combination-limit): Add new optional
8065 values.
8066 * window.el (temp-buffer-window-show)
8067 (window--try-to-split-window): Handle new values of
8068 window-combination-limit (Bug#1806).
8069 (split-window): Test window-combination-limit for t instead of
8070 non-nil.
8071 (display-buffer-at-bottom): New buffer display action function.
8072 * help.el (temp-buffer-resize-regexps): New option.
8073 (temp-buffer-resize-mode): Rewrite doc-string.
8074 (resize-temp-buffer-window): Obey temp-buffer-resize-regexps.
8075 Don't resize reused window. Suggested by Glenn Morris.
8076
8077 2012-09-22 Stefan Merten <smerten@oekonux.de>
8078
8079 * textmodes/rst.el: Revamp section title faces.
8080 (rst-official-version)
8081 (rst-package-emacs-version-alist): Sync with official version
8082 V1.4.0.
8083 (rst-faces-defaults, rst-set-level-default)
8084 (rst-level-face-max, rst-level-face-base-color)
8085 (rst-level-face-base-light, rst-level-face-format-light)
8086 (rst-level-face-step-light, rst-define-level-faces): Obsolete.
8087 (rst-adornment-faces-alist): Match new setup.
8088 (rst-level-1, rst-level-2, rst-level-3, rst-level-4)
8089 (rst-level-5, rst-level-6): New faces.
8090
8091 2012-09-22 Chong Yidong <cyd@gnu.org>
8092
8093 * simple.el (undo): Handle indirect buffers (Bug#8207).
8094
8095 2012-09-21 Leo Liu <sdl.web@gmail.com>
8096
8097 IDO: Disable match re-ordering for buffer switching.
8098 * ido.el (ido-buffer-disable-smart-matches): New variable.
8099 (ido-set-matches-1): Use it. (Bug#2042)
8100
8101 2012-09-21 Jose Marino <marinoj@nso.edu> (tiny change)
8102
8103 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
8104 Fix 2011-05-17 change. (Bug#12418)
8105
8106 2012-09-21 Leo Liu <sdl.web@gmail.com>
8107
8108 * subr.el (ignore-errors): Mention with-demoted-errors in doc-string.
8109
8110 2012-09-21 Glenn Morris <rgm@gnu.org>
8111
8112 * emacs-lisp/shadow.el (load-path-shadows-font-lock-keywords):
8113 Be more robust about locating simple.el.
8114
8115 2012-09-21 Glenn Morris <rgm@gnu.org>
8116
8117 * mail/emacsbug.el (report-emacs-bug): Trap load-path-shadows errors.
8118
8119 2012-09-21 Joel Bion <jpbion@westvi.com> (tiny change)
8120
8121 * pcmpl-gnu.el (pcmpl-gnu-tarfile-regexp): Add tar.xz. (Bug#12382)
8122
8123 2012-09-20 Juri Linkov <juri@jurta.org>
8124
8125 * replace.el (query-replace-read-from): Use `read-regexp' instead
8126 of `read-from-minibuffer' when `regexp-flag' is non-nil.
8127 (occur-read-primary-args): Use `read-regexp' instead of
8128 `read-string'.
8129 (multi-occur-in-matching-buffers): Use `read-regexp' instead of
8130 `read-from-minibuffer'.
8131 * isearch.el (isearch-occur): Use `read-regexp' instead of
8132 `read-string'.
8133 * dired.el (dired-read-regexp): Use `read-regexp' instead of
8134 `read-from-minibuffer'.
8135 * progmodes/grep.el (grep-read-regexp): Use `read-regexp' instead
8136 of `read-string'. (Bug#7567)
8137
8138 * replace.el (read-regexp): Rename DEFAULT-VALUE arg to DEFAULTS
8139 and allow accepting a list of strings prepended to a list of
8140 standard default values. Doc fix. (Bug#12321)
8141
8142 * replace.el (read-regexp): Add HISTORY arg. (Bug#7567)
8143
8144 * replace.el (read-regexp): Don't add ": " when PROMPT already
8145 ends with a colon and space. (Bug#12321)
8146
8147 2012-09-20 Tassilo Horn <tsdh@gnu.org>
8148
8149 * doc-view.el (doc-view-display): Better fix for the cl-assertion
8150 error.
8151
8152 2012-09-20 Stefan Merten <smerten@oekonux.de>
8153
8154 * textmodes/rst.el: Integrate support for `imenu' and `which-function'.
8155 Fixes feature request bug#11711.
8156 (rst-mode): Create `imenu-create-index-function'.
8157 (rst-get-stripped-line): Delete after refactoring.
8158 (rst-section-tree, rst-section-tree-rec)
8159 (rst-section-tree-point): Refactor and document properly.
8160 (rst-imenu-find-adornments-for-position)
8161 (rst-imenu-convert-cell, rst-imenu-create-index):
8162 New function.
8163
8164 2012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
8165
8166 * emacs-lisp/macroexp.el (macroexp--obsolete-warning): New function.
8167 (macroexp--expand-all): Use it.
8168 (macroexp--funcall-and-return): Remove by folding it into its sole
8169 caller (macroexp--warn-and-return).
8170 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete):
8171 Use macroexp--obsolete-warning.
8172
8173 * calc/calc.el: Fix last change by removing the whole chunk, since it
8174 was only needed back when Calc was not bundled.
8175
8176 2012-09-20 Martin Rudalics <rudalics@gmx.at>
8177
8178 * emacs-lisp/debug.el (debug): Restore assignment to
8179 debugger-old-buffer removed on 2012-09-08.
8180
8181 2012-09-20 Juri Linkov <juri@jurta.org>
8182
8183 * dired-aux.el (dired-diff): Remove (require 'diff) since
8184 `diff-latest-backup-file' is now autoloaded.
8185
8186 2012-09-20 Chong Yidong <cyd@gnu.org>
8187
8188 * vc/diff.el (diff-latest-backup-file): Autoload.
8189
8190 2012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
8191
8192 * calc/calc.el: Remove redundant autoload shape check.
8193 (sel-mode): Don't defvar.
8194 (calc-get-stack-element): Add `sel-mode' arg instead.
8195 (calc-top, calc-top-list): Pass it this additional argument.
8196 * calc/calc-store.el (calc-store-map):
8197 * calc/calc-map.el (calc-apply, calc-reduce, calc-map)
8198 (calc-map-equation, calc-outer-product, calc-inner-product):
8199 * calc/calc-aent.el (calc-alg-entry): Don't bind sel-mode.
8200
8201 * emacs-lisp/macroexp.el (macroexp--expand-all): Fix last change.
8202
8203 2012-09-19 Juri Linkov <juri@jurta.org>
8204
8205 * dired-aux.el (dired-diff): Add (require 'diff) because
8206 `diff-latest-backup-file' is not autoloaded.
8207 (dired-do-chxxx, dired-do-chmod): Set `no-error-if-not-filep' arg
8208 of `dired-get-filename' to t to not report error when there is
8209 no default file on the current line.
8210
8211 2012-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
8212
8213 * emacs-lisp/macroexp.el (macroexp--funcall-if-compiled): Rename from
8214 macroexp--eval-if-compile.
8215 (macroexp--funcall-and-return, macroexp--warn-and-return): New funs.
8216 (macroexp--expand-all): Use them (bug#12371).
8217
8218 * doc-view.el (doc-view-guess-paper-size)
8219 (doc-view-scale-bounding-box): Fix unbound `caddr'.
8220
8221 2012-09-19 Tassilo Horn <tsdh@gnu.org>
8222
8223 New feature: set optimal slice from BoundingBox information.
8224 * doc-view.el (doc-view-mode-map): Add keybinding.
8225 (doc-view-menu): Add menu entry.
8226 (doc-view-set-slice): Adapt docstring.
8227 (doc-view-get-bounding-box, doc-view-guess-paper-size)
8228 (doc-view-scale-bounding-box)
8229 (doc-view-set-slice-from-bounding-box): New functions.
8230 (doc-view-paper-sizes): New defvar.
8231
8232 2012-09-19 Glenn Morris <rgm@gnu.org>
8233
8234 * emacs-lisp/macroexp.el (byte-compile-warn-obsolete)
8235 (byte-compile-log-warning): Autoload. (Bug#12371)
8236
8237 * calendar/calendar.el (calendar-american-month-header)
8238 (calendar-european-month-header, calendar-iso-month-header)
8239 (calendar-month-header): New options.
8240 (calendar-set-date-style): Set calendar-month-header. Redraw calendar.
8241 (calendar-generate-month): Use calendar-month-header. (Bug#9510)
8242
8243 2012-09-19 Jan Djärv <jan.h.d@swipnet.se>
8244
8245 * startup.el (command-line-ns-option-alist): Add -g and --geometry.
8246
8247 2012-09-18 Juri Linkov <juri@jurta.org>
8248
8249 * dired-aux.el (dired-diff): Restore original functionality of
8250 getting the default value, but keep new feature of using the
8251 latest existing backup file (`diff-latest-backup-file').
8252
8253 2012-09-18 Juri Linkov <juri@jurta.org>
8254
8255 * dired.el (dired-mark): If the region is active in Transient Mark
8256 mode, mark all files in the active region. Doc fix.
8257 (dired-unmark, dired-flag-file-deletion, dired-unmark-backward):
8258 Doc fix. (Bug#10624)
8259
8260 2012-09-18 Juri Linkov <juri@jurta.org>
8261
8262 * dired-aux.el (dired-do-chxxx, dired-do-chmod): Default file
8263 attributes for M-n are pulled from the file at point.
8264 (dired-do-chgrp, dired-do-chown, dired-do-touch): Doc fix.
8265 Suggested by Drew Adams. (Bug#10624)
8266
8267 2012-09-18 Dmitry Gutov <dgutov@yandex.ru>
8268
8269 * progmodes/ruby-mode.el (ruby-brace-to-do-end): Don't add extra
8270 whitespace after "end".
8271 (ruby-do-end-to-brace): Collapse block to one line if it fits
8272 within fill-column.
8273
8274 2012-09-18 Martin Rudalics <rudalics@gmx.at>
8275
8276 * emacs-lisp/debug.el (debugger-bury-or-kill): Fix customization
8277 value.
8278 (debug): Don't remove debugger window when debugger is expected
8279 to be back.
8280
8281 2012-09-18 Chong Yidong <cyd@gnu.org>
8282
8283 * custom.el (defface): Doc fix.
8284
8285 * cus-edit.el (custom-unlispify-remove-prefixes): Add warning.
8286
8287 2012-09-18 Martin Blais <blais@furius.ca> (tiny change)
8288
8289 * progmodes/compile.el (compilation-start): Use compilation-always-kill
8290 to initialize query-on-exit; then test that instead (bug#12288).
8291
8292 2012-09-17 Stefan Merten <smerten@oekonux.de>
8293
8294 * textmodes/rst.el: Add support for `testcover'.
8295 (rst-defcustom-testcover, rst-testcover-add-compose)
8296 (rst-testcover-add-1value): New functions.
8297 (rst-portable-mark-active-p): Replace by `use-region-p'.
8298 (rst-update-section, rst-classify-adornment)
8299 (rst-find-title-line): Mark `1value' forms.
8300 (rst-classify-adornment): Remove superfluous form.
8301 (rst-update-section, rst-get-adornments-around)
8302 (rst-adornment-complete-p, rst-get-next-adornment)
8303 (rst-adjust, rst-promote-region)
8304 (rst-display-adornments-hierarchy, rst-straighten-adornments)
8305 (rst-find-pfx-in-region, rst-section-tree-rec)
8306 (rst-section-tree-point, rst-toc-insert, rst-toc-insert-node)
8307 (rst-toc-node, rst-toc, rst-forward-section)
8308 (rst-iterate-leftmost-paragraphs)
8309 (rst-iterate-leftmost-paragraphs-2, rst-enumerate-region)
8310 (rst-bullet-list-region)
8311 (rst-convert-bullets-to-enumeration, rst-font-lock-keywords)
8312 (rst-compile-find-conf, rst-compile)
8313 (rst-repeat-last-character): Fix style.
8314
8315 2012-09-17 Chong Yidong <cyd@gnu.org>
8316
8317 * comint.el (comint--complete-file-name-data): Don't add a space
8318 if the status is `sole'; that adds a gratuitous space in the
8319 completion-cycling case (Bug#12092).
8320
8321 * pcomplete.el (pcomplete-completions-at-point): Likewise.
8322
8323 2012-09-17 Richard Stallman <rms@gnu.org>
8324
8325 * mail/rmailmm.el (rmail-mime-toggle-raw): Do rmail-mime-insert
8326 only in the mime-shown mode, not in raw mode.
8327 (rmail-mime): Toggle off mime by displaying the message without
8328 mime processing. (Bug#12305)
8329
8330 * mail/rmail.el (rmail-retry-failure):
8331 Turn off mime processing first. (Bug#12037)
8332
8333 * epa-mail.el (epa-mail-encrypt): Fix bug when a name has no key.
8334
8335 2012-09-17 Chong Yidong <cyd@gnu.org>
8336
8337 * shell.el (shell-file-name-chars, shell-file-name-quote-list)
8338 (shell-dynamic-complete-functions): Convert to defcustom.
8339 (shell-prompt-pattern, shell-completion-fignore): Doc fix.
8340
8341 * bookmark.el (bookmark-bmenu-toggle-filenames): Doc fixes.
8342 * comint.el (comint-prompt-read-only):
8343 * custom.el (defcustom):
8344 * hi-lock.el (hi-lock-mode):
8345 * ibuffer.el (ibuffer-formats):
8346 * ielm.el (ielm-prompt-read-only):
8347 * novice.el (disable-command):
8348 * saveplace.el (toggle-save-place):
8349 * speedbar.el (speedbar-supported-extension-expressions):
8350 * startup.el (auto-save-list-file-prefix, init-file-user)
8351 (after-init-hook, inhibit-startup-echo-area-message):
8352 * strokes.el (strokes-help):
8353 * time-stamp.el (time-stamp):
8354 * calendar/calendar.el (calendar, diary-file):
8355 * calendar/diary-lib.el (diary-mail-entries, diary)
8356 (diary-list-entries-hook):
8357 * calendar/holidays.el (holidays, calendar-holidays):
8358 * calendar/lunar.el (lunar-phases):
8359 * calendar/solar.el (sunrise-sunset):
8360 * emulation/edt.el (edt-load-keys):
8361 * emulation/viper.el (viper-mode):
8362 * eshell/em-alias.el (eshell-command-aliases-list):
8363 * eshell/esh-util.el (eshell-convert-numeric-arguments):
8364 * international/ogonek.el (ogonek-information):
8365 * net/tramp-cmds.el (tramp-bug):
8366 * net/quickurl.el (quickurl-reread-hook-postfix):
8367 * play/decipher.el (decipher-font-lock-keywords):
8368 * progmodes/cc-styles.el (c-set-style):
8369 * progmodes/idlw-shell.el (idlwave-shell-prompt-pattern):
8370 * progmodes/inf-lisp.el (inferior-lisp-prompt):
8371 * progmodes/octave-mod.el (octave-mode):
8372 * progmodes/sql.el (sql-mode, sql-interactive-mode, sql-password):
8373 * progmodes/verilog-mode.el (verilog-read-defines):
8374 * textmodes/two-column.el (2C-mode): Likewise.
8375
8376 2012-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
8377
8378 * mail/mailabbrev.el (mail-abbrev-expand-hook): Work for a mail aliasee
8379 that holds many addresses.
8380
8381 2012-09-16 Chong Yidong <cyd@gnu.org>
8382
8383 * align.el (align-areas): Call the indication function with
8384 positions instead of markers for arguments (Bug#12343).
8385
8386 * files.el (parse-colon-path): Use split-string (Bug#12351).
8387
8388 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
8389 (display-buffer-function): Mark as obsolete.
8390
8391 * progmodes/compile.el (compilation-parse-errors): Accept list
8392 values similar to font-lock-keywords (Bug#12136).
8393 Suggested by Oleksandr Manzyuk.
8394 (compilation-error-regexp-alist): Doc fix.
8395
8396 2012-09-15 Glenn Morris <rgm@gnu.org>
8397
8398 * version.el (emacs-bzr-version-bzr): New function.
8399 (emacs-bzr-get-version): Add optional EXTERNAL argument.
8400
8401 * vc/vc-bzr.el (vc-bzr-working-revision): For lightweight local
8402 checkouts, check the parent dirstate matches the branch.
8403 Add "--tree" to "bzr revno" arguments. Don't try to shorten the
8404 empty string.
8405
8406 * version.el (emacs-bzr-version): Doc fix.
8407 (emacs-bzr-version-dirstate): New function.
8408 (emacs-bzr-get-version): For lightweight checkouts, if the parent
8409 is local try and check that it matches the branch. If not, just
8410 use dirstate information. (Bug#12441)
8411
8412 2012-09-14 Juri Linkov <juri@jurta.org>
8413
8414 * dired-aux.el (dired-do-chmod): Use `eq' to detect empty input.
8415 (Bug#12399)
8416
8417 2012-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
8418
8419 * emacs-lisp/advice.el (ad-prognify): Remove, use macroexp-progn.
8420
8421 * emacs-lisp/edebug.el: Miscellaneous cleanup.
8422 Remove obsolete byte-compiler hack that tried to silence some warnings.
8423 (edebug-submit-bug-report): Remove.
8424 (edebug-get-buffer-window, edebug-sit-for, edebug-input-pending-p):
8425 Remove aliases, use the un-prefixed name instead.
8426 (edebug-pop-to-buffer): Consider other frames.
8427 (edebug-original-read):: Make it more obvious that it's always defined.
8428 (edebug--make-form-data-entry, edebug--form-data-name)
8429 (edebug--form-data-begin, edebug--form-data-end): Rename from the
8430 single-dashed name, and implement with cl-defstruct.
8431 (edebug-set-form-data-entry): Use the standard accessors.
8432 (edebug-make-top-form-data-entry): Use push.
8433 (edebug-no-match): Drop useless `funcall'.
8434 (mapcar, mapconcat, mapatoms, apply, funcall): Don't add debug specs
8435 to functions.
8436 (defsubst, dont-compile, eval-when-compile, eval-and-compile)
8437 (delay-mode-hooks, with-temp-file, with-temp-message, ad-dolist)
8438 (with-syntax-table, push, pop, 1value, noreturn, defadvice)
8439 (easy-menu-define, with-custom-print): Remove redundant specs.
8440 (edebug-outside-overriding-local-map)
8441 (edebug-outside-overriding-terminal-local-map): Remove, unused.
8442 (edebug--display): Bind unread-command-events directly to nil rather
8443 than binding it to unread-command-events and later setting it to nil.
8444 (edebug--display): Kill edebug-eval-buffer here...
8445 (edebug--recursive-edit): ...rather than here.
8446 Bind standard-output and standard-input.
8447 (edebug-eval): Check cl-macroexpand-all is fboundp.
8448 (edebug-temp-display-freq-count): Fix last change.
8449
8450 * emacs-lisp/easymenu.el (easy-menu-define): Add `debug' spec.
8451 * subr.el (noreturn, 1value): Add `debug' spec.
8452 * emacs-lisp/advice.el: Require cl-lib.
8453 (ad-copy-tree): Remove, use copy-tree instead.
8454 (ad-dolist): Remove use dolist or cl-dolist instead.
8455 (ad-do-return): Remove, use cl-return instead.
8456 (defadvice): Add `debug' spec.
8457
8458 2012-09-13 Juri Linkov <juri@jurta.org>
8459
8460 * dired-aux.el (dired-do-chxxx): Use `eq' to detect empty input.
8461 (Bug#12399)
8462
8463 2012-09-13 Glenn Morris <rgm@gnu.org>
8464
8465 * calc/calc.el (math-compose-expr):
8466 * calc/calc-ext.el (math-compose-expr):
8467 * progmodes/cc-defs.el (cl-macroexpand-all):
8468 * progmodes/cc-langs.el (delete-duplicates, mapcan)
8469 (cl-macroexpand-all): Update declarations.
8470
8471 * vc/vc.el: No need to require ediff.
8472 (ediff-load-version-control): Declare.
8473 (ediff-vc-internal): Fix declaration.
8474 (vc-version-ediff): Require ediff.
8475
8476 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
8477
8478 Use a more backwards-compatible timer format (Bug#12430).
8479 * emacs-lisp/timer.el (timer): PSECS is now at the end, rather than
8480 being right after USECS, as that better supports old code that
8481 inadvisedly looked directly at the timer vector.
8482
8483 2012-09-13 Kenichi Handa <handa@gnu.org>
8484
8485 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
8486 ("Chinese-CNS", "Chinese-EUC-TW"): Add chinese-gbk to
8487 `coding-priority' property of these language environment.
8488
8489 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
8490
8491 Fix glitches caused by addition of psec to timers (Bug#12430).
8492 * image.el (image-animate-timer):
8493 * time.el (display-time-world-timer):
8494 Use timer--function and timer--args rather than raw access to
8495 timer vector.
8496
8497 2012-09-13 Glenn Morris <rgm@gnu.org>
8498
8499 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
8500 If not compiling a file, try using load-file-name.
8501
8502 2012-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
8503
8504 * emacs-lisp/edebug.el (edebug-outside-unread-command-events):
8505 Fix last change.
8506 (edebug-update-eval-list): Use `push'.
8507
8508 * emacs-lisp/edebug.el: Use lexical-binding.
8509 Remove the "edebug-" prefix from non-dynamically-scoped variables.
8510 Mark unused args with underscore.
8511 (edebug-save-restriction, edebug-outside-excursion): Use `declare'.
8512 (edebug-form-data): Use defvar-local.
8513 (edebug-make-before-and-after-form, edebug-make-after-form):
8514 Use backquote.
8515 (edebug-args, edebug-value, edebug-after-index, edebug-arg-mode):
8516 Not dynamically scoped any more.
8517 (edebug--enter-trace): Add arguments `function' and `args'.
8518 Rename from edebug-enter-trace.
8519 (edebug-enter): Call it accordingly. Bind edebug-function explicitly.
8520 (edebug--update-coverage): Add `after-index' and `value' args.
8521 Rename from edebug-update-coverage.
8522 (edebug-slow-after): Call it accordingly.
8523 (edebug--recursive-edit): Add arg `arg-mode'. Rename from
8524 edebug-recursive-edit.
8525 (edebug--display): Call it accordingly. Add args `value',
8526 `offset-index', and `arg-mode'. Rename from edebug-display.
8527 (edebug-debugger, edebug): Call it accordingly.
8528 (edebug-eval-display-list): Use dolist.
8529
8530 2012-09-12 Juri Linkov <juri@jurta.org>
8531
8532 * info.el (Info-search): Don't check for isearch-mode and
8533 isearch-regexp before let-binding search-spaces-regexp to
8534 Info-search-whitespace-regexp.
8535 (Info-isearch-search): Let-bind Info-search-whitespace-regexp to
8536 search-whitespace-regexp if isearch-lax-whitespace or
8537 isearch-regexp-lax-whitespace is non-nil.
8538 (Info-mode): Don't set local variable search-whitespace-regexp.
8539 http://lists.gnu.org/archive/html/emacs-devel/2012-08/msg00811.html
8540
8541 2012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
8542
8543 * emacs-lisp/debug.el (debugger-outer-unread-command-char, debug)
8544 (debugger-env-macro): Remove support for unread-command-char.
8545
8546 * subr.el (set-temporary-overlay-map): Minimize slightly the impact of
8547 the temporary map re-appearing on emulation-mode-map-alists.
8548
8549 * emacs-lisp/edebug.el (def-edebug-form-spec): Remove, it's been broken
8550 since 22.1.
8551
8552 * ehelp.el (with-electric-help): Accept functions in
8553 electric-help-form-to-execute.
8554 (electric-help-execute-extended, electric-help-ctrl-x-prefix): Use it.
8555 And replace unread-command-char -> unread-command-events.
8556
8557 2012-09-12 Michael Albinus <michael.albinus@gmx.de>
8558
8559 Sync with Tramp 2.2.6.
8560
8561 * net/tramp.el (tramp-accept-process-output): Don't use
8562 JUST-THIS-ONE in the XEmacs case.
8563
8564 * net/trampver.el: Update release number.
8565
8566 2012-09-12 Martin Rudalics <rudalics@gmx.at>
8567
8568 * emacs-lisp/debug.el (debugger-previous-window-height):
8569 New variable.
8570 (debug): When debugger-jumping-flag is non-nil try to restore
8571 height of debugger window. (Bug#8789)
8572
8573 2012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
8574
8575 * emacs-lisp/edebug.el (edebug-enter): Don't mess with
8576 overriding-local-map and pre/post-command-hook here.
8577 (edebug-recursive-edit): Do it here instead (bug#12345).
8578 (edebug-outside-unread-command-char): Remove all uses of
8579 unread-command-char.
8580
8581 * emacs-lisp/debug.el (debug): Don't bind debug-on-error since
8582 inhibit-debugger is bound instead.
8583
8584 2012-09-11 Bastien Guerry <bzg@gnu.org>
8585
8586 * subr.el (set-temporary-overlay-map): Add a docstring.
8587 (Bug#12346)
8588
8589 2012-09-11 Bastien Guerry <bzg@gnu.org>
8590
8591 * minibuffer.el (completion-table-subvert): Fix docstring.
8592 (Bug#12347)
8593
8594 2012-09-11 Bastien Guerry <bzg@gnu.org>
8595
8596 * help-fns.el (describe-variable): Fix typo. (Bug#12346)
8597
8598 2012-09-10 Michael R. Mauger <mmaug@yahoo.com>
8599
8600 * progmodes/sql.el: Version 3.1
8601 (sql-db2-escape-newlines): New variable.
8602 (sql-escape-newlines-filter): Use it.
8603
8604 2012-09-10 Juanma Barranquero <lekktu@gmail.com>
8605
8606 * custom.el (custom-theme-load-confirm): Remove unneeded assignment.
8607
8608 2012-09-10 Dan Nicolaescu <dann@gnu.org>
8609
8610 * vc/diff-mode.el (diff-mode-menu):
8611 Bind diff-remove-trailing-whitespace.
8612
8613 2012-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
8614
8615 * emacs-lisp/lisp-mode.el (emacs-list-byte-code-comment-re): New var.
8616 (emacs-lisp-byte-code-comment, emacs-lisp-byte-code-syntax-propertize)
8617 (emacs-lisp-byte-code-mode): New functions.
8618 (eval-sexp-add-defvars): Don't skip defvars in column >0.
8619 (eval-defun-2): Remove bogus interactive spec.
8620 (lisp-indent-line): Remove redundant whole-exp code, now done in
8621 indent-according-to-mode.
8622 (save-match-data): Remove redundant indent data.
8623
8624 * emacs-lisp/benchmark.el (benchmark-run, benchmark-run-compiled):
8625 Use `declare'.
8626
8627 2012-09-09 Juri Linkov <juri@jurta.org>
8628
8629 * replace.el (replace-regexp-lax-whitespace): New defcustom.
8630 (replace-lax-whitespace, query-replace-regexp)
8631 (query-replace-regexp-eval, replace-regexp): Doc fix.
8632 (perform-replace, replace-highlight): Let-bind
8633 isearch-lax-whitespace to replace-lax-whitespace and
8634 isearch-regexp-lax-whitespace to replace-regexp-lax-whitespace.
8635
8636 * isearch.el (isearch-query-replace): Let-bind
8637 replace-lax-whitespace to isearch-lax-whitespace and
8638 replace-regexp-lax-whitespace to
8639 isearch-regexp-lax-whitespace. (Bug#10885)
8640
8641 2012-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
8642
8643 * eshell/em-unix.el (eshell/sudo): Explicitly drop return value.
8644
8645 2012-09-09 Alan Mackenzie <acm@muc.de>
8646
8647 * progmodes/cc-engine.el (c-state-cache-init):
8648 Initialise c-state-semi-nonlit-pos-cache\(-limit\)? properly.
8649 (c-record-parse-state-state):
8650 Record c-state-semi-nonlit-pos-cache\(-limit\)?.
8651
8652 2012-09-09 Andreas Schwab <schwab@linux-m68k.org>
8653
8654 * register.el (register-separator): Rename from
8655 separator-register. All uses changed. Doc fix.
8656 (register): Fix version.
8657
8658 2012-09-09 Chong Yidong <cyd@gnu.org>
8659
8660 * replace.el (query-replace-map): Bind four new symbols for
8661 requesting window scrolling.
8662
8663 * subr.el (y-or-n-p): Handle the window-scrolling bindings in
8664 query-replace-map (Bug#8948).
8665
8666 * custom.el (custom-theme-load-confirm): Use y-or-n-p.
8667
8668 * emacs-lisp/map-ynp.el (map-y-or-n-p): Don't bind scrolling keys
8669 since they are now in query-replace-map.
8670
8671 * window.el (scroll-other-window-down): Make the arg optional.
8672
8673 2012-09-09 Chong Yidong <cyd@gnu.org>
8674
8675 * files.el (hack-local-variables-confirm): Use quit-window to kill
8676 the *Local Variables* buffer.
8677
8678 2012-09-08 Dmitry Gutov <dgutov@yandex.ru>
8679
8680 * progmodes/ruby-mode.el (ruby-toggle-block): Guess the current block,
8681 not just expect to be at its beginning. Adjust callees.
8682 Succeed when do-end block has no space before the pipe character.
8683 (ruby-brace-to-do-end): When the original block is one-liner,
8684 convert to multiline. Reindent the result.
8685
8686 2012-09-08 Jambunathan K <kjambunathan@gmail.com>
8687
8688 * register.el (register): New group.
8689 (separator-register): New user option.
8690 (increment-register): Route it to `append-to-register', if
8691 register contains text. Implication is that `C-x r +' can now be
8692 used for appending to a text register (bug#12217).
8693 (append-to-register, prepend-to-register): Add separator based on
8694 `separator-register'.
8695
8696 2012-09-08 Alan Mackenzie <acm@muc.de>
8697
8698 AWK Mode: make auto-newline work when there's "==" in the pattern.
8699 * progmodes/cc-cmds.el (c-point-syntax): Handle virtual semicolons
8700 correctly.
8701 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5A.3):
8702 Test more rigorously for "=" token.
8703
8704 2012-09-08 Dmitry Gutov <dgutov@yandex.ru>
8705
8706 * progmodes/ruby-mode.el (ruby-match-expression-expansion):
8707 Only fail when reached LIMIT.
8708
8709 2012-09-08 Chong Yidong <cyd@gnu.org>
8710
8711 * dired.el (dired-mode-map): Don't bind M-=.
8712
8713 * dired-aux.el (dired-diff): Use backup file as default.
8714
8715 2012-09-08 Drew Adams <drew.adams@oracle.com>
8716
8717 * subr.el (add-to-history): Fix delete usage (Bug#12314).
8718
8719 2012-09-08 Chong Yidong <cyd@gnu.org>
8720
8721 * subr.el (syntax-after, syntax-class): Doc fix.
8722
8723 2012-09-08 Martin Rudalics <rudalics@gmx.at>
8724
8725 * window.el (display-buffer-in-previous-window): New buffer
8726 display action function.
8727
8728 * emacs-lisp/debug.el (debugger-bury-or-kill): New option.
8729 (debugger-previous-window): New variable.
8730 (debug): Rewrite using display-buffer-in-previous-window,
8731 quit-restore-window and debugger-bury-or-kill. (Bug#8789)
8732
8733 2012-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
8734
8735 * emacs-lisp/byte-run.el (defun): Tweak message. Simplify code.
8736
8737 2012-09-07 Matt McClure <mlm@aya.yale.edu> (tiny change)
8738
8739 * progmodes/python.el (python-shell-send-string):
8740 When default-directory is remote, create temp file on remote
8741 filesystem.
8742 (python-shell-send-file): When file is remote, pass local view of
8743 file paths to remote Python interpreter. (Bug#12340)
8744
8745 2012-09-07 Chong Yidong <cyd@gnu.org>
8746
8747 * window.el (switch-to-buffer): Doc fix (Bug#12181).
8748
8749 * files.el (after-find-file): Don't fail on a read-only buffer if
8750 require-final-newline is `visit' or `visit-save' (Bug#11156).
8751
8752 * subr.el (read-char-choice): Allow quitting via ESC ESC.
8753
8754 * userlock.el (ask-user-about-supersession-threat):
8755 Use read-char-choice (Bug#12093).
8756
8757 2012-09-07 Chong Yidong <cyd@gnu.org>
8758
8759 * subr.el (buffer-narrowed-p): New function.
8760
8761 * ses.el (ses-widen):
8762 * simple.el (count-words--buffer-message):
8763 * net/browse-url.el (browse-url-of-buffer): Use it.
8764
8765 * simple.el (count-words-region): Don't signal an error if there
8766 is a non-nil prefix arg and the mark is not set.
8767
8768 * help.el (describe-key-briefly): Allow the message to be seen
8769 when invoked from the minibuffer (Bug#7014).
8770
8771 2012-09-07 Dmitry Gutov <dgutov@yandex.ru>
8772
8773 * progmodes/ruby-mode.el (ruby-end-of-defun)
8774 (ruby-beginning-of-defun): Simplify, allow indentation before
8775 block beginning and end keywords.
8776 (ruby-beginning-of-defun): Only consider 3 keywords defun beginners.
8777 (ruby-end-of-defun): Expect that the point is at the beginning of
8778 the defun.
8779
8780 2012-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
8781
8782 * emacs-lisp/cl-macs.el (cl--do-arglist): Understand _ on &key args
8783 (bug#12367).
8784 (cl--make-usage-args): Strip _ from argument names.
8785
8786 2012-09-06 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
8787
8788 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize): Don't use
8789 obsolete alias speedbar-key-map.
8790 (vhdl-doc-variable, vhdl-doc-mode): Use called-interactively-p.
8791 (vhdl-index-menu-init): Don't use obsolete variable
8792 font-lock-maximum-size.
8793
8794 2012-09-06 Chong Yidong <cyd@gnu.org>
8795
8796 * frame.el (window-system-version): Mark as obsolete.
8797
8798 * speedbar.el (speedbar-update-flag, speedbar-mode): Remove uses
8799 of obsolete variable speedbar-key-map.
8800
8801 2012-09-06 Juri Linkov <juri@jurta.org>
8802
8803 * replace.el (replace-lax-whitespace): New defcustom.
8804 (query-replace, query-replace-regexp, query-replace-regexp-eval)
8805 (replace-string, replace-regexp): Mention it in docstrings.
8806 (perform-replace, replace-highlight): Let-bind
8807 isearch-lax-whitespace and isearch-regexp-lax-whitespace according
8808 to the values of replace-lax-whitespace and regexp-flag.
8809 Don't let-bind search-whitespace-regexp. (Bug#10885)
8810
8811 * isearch.el (isearch-query-replace): Let-bind
8812 replace-lax-whitespace instead of let-binding
8813 replace-search-function and replace-re-search-function.
8814 (isearch-lazy-highlight-search): Let-bind isearch-lax-whitespace
8815 and isearch-regexp-lax-whitespace to lazy-highlight variables.
8816 (isearch-toggle-symbol): Set isearch-regexp to nil
8817 in isearch-word mode (like in isearch-toggle-word).
8818
8819 2012-09-06 Juri Linkov <juri@jurta.org>
8820
8821 * replace.el (replace-search-function)
8822 (replace-re-search-function): Set default values to nil.
8823 (perform-replace): Let-bind isearch-related variables based on
8824 replace-related values, call `isearch-search-fun' and let-bind
8825 the result to `search-function'. Remove code that sets
8826 `search-function' and `search-string' separately for
8827 `delimited-flag'.
8828 (replace-highlight): Add new argument `delimited-flag' and
8829 rename other arguments to the names used in `perform-replace'.
8830 Let-bind `isearch-word' to the argument `delimited-flag'.
8831 (Bug#10885, bug#10887)
8832
8833 2012-09-07 Dmitry Gutov <dgutov@yandex.ru>
8834
8835 * progmodes/ruby-mode.el (ruby-indent-beg-re): Add pieces from
8836 ruby-beginning-of-indent, simplify, allow all keywords to have
8837 indentation before them.
8838 (ruby-beginning-of-indent): Adjust for above. Search until the
8839 found point is not inside a string or comment.
8840 (ruby-font-lock-keywords): Allow symbols to start with "@"
8841 character, give them higher priority than variables.
8842 (ruby-syntax-propertize-function)
8843 (ruby-font-lock-syntactic-keywords): Remove the "not comments"
8844 matchers. Expression expansions are not comments when inside a
8845 string, and there comment syntax status is irrelevant.
8846 (ruby-match-expression-expansion): New function. Check that
8847 expression expansion is inside a string, and it's not escaped.
8848 (ruby-font-lock-keywords): Use it.
8849
8850 2012-09-05 Martin Rudalics <rudalics@gmx.at>
8851
8852 * help.el (temp-buffer-max-height): New default value.
8853 (temp-buffer-resize-frames): New option.
8854 (resize-temp-buffer-window): Optionally resize frame.
8855
8856 * window.el (fit-frame-to-buffer-bottom-margin): New option.
8857 (fit-frame-to-buffer): New function.
8858
8859 2012-09-05 Glenn Morris <rgm@gnu.org>
8860
8861 * emulation/cua-rect.el (cua--init-rectangles):
8862 * textmodes/picture.el (picture-mode-map):
8863 * play/blackbox.el (blackbox-mode-map): Remap right-char and left-char
8864 like forward-char and backward-char. (Bug#12317)
8865
8866 2012-09-05 Leo Liu <sdl.web@gmail.com>
8867
8868 * progmodes/flymake.el (flymake-warning-re): New variable.
8869 (flymake-parse-line): Use it.
8870
8871 2012-09-05 Glenn Morris <rgm@gnu.org>
8872
8873 * calendar/holidays.el (holiday-christian-holidays):
8874 Rename an entry. (Bug#12289)
8875
8876 2012-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
8877
8878 * progmodes/sh-script.el (sh-font-lock-paren): Don't burp at BOB
8879 (bug#12222).
8880
8881 2012-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
8882
8883 * loadup.el: Load macroexp. Remove hack.
8884 * emacs-lisp/macroexp.el (macroexp--eval-if-compile): New function.
8885 (macroexp--expand-all): Use it to get better warnings.
8886 (macroexp--backtrace, macroexp--trim-backtrace-frame)
8887 (internal-macroexpand-for-load): New functions.
8888 (macroexp--pending-eager-loads): New var.
8889 (emacs-startup-hook): New hack to replace one in loadup.el.
8890 * emacs-lisp/cl-macs.el (cl--compiler-macro-list*)
8891 (cl--compiler-macro-cXXr): Move to top, before they can be used.
8892 (cl-psetf): Simplify.
8893 (cl-defstruct): Add indent rule.
8894
8895 2012-09-04 Lars Ingebrigtsen <larsi@gnus.org>
8896
8897 * mail/smtpmail.el (smtpmail-send-it): Prefer the From: header
8898 over `user-mail-address' for the SMTP MAIL FROM envelope.
8899 (smtpmail-via-smtp): Ditto.
8900
8901 2012-09-04 Dmitry Gutov <dgutov@yandex.ru>
8902
8903 * progmodes/ruby-mode.el: Clean up keybindings.
8904 (ruby-mode-map): Don't bind ruby-electric-brace,
8905 ruby-beginning-of-defun, ruby-end-of-defun, ruby-mark-defun,
8906 backward-kill-word, reindent-then-newline-and-indent.
8907 (ruby-mark-defun): Remove.
8908 (ruby-electric-brace): Remove. Obsoleted by electric-indent-chars.
8909 (ruby-mode): Set local beginning-of-defun-function and
8910 end-of-defun-function values.
8911
8912 2012-09-03 Martin Rudalics <rudalics@gmx.at>
8913
8914 * window.el (temp-buffer-window-setup-hook)
8915 (temp-buffer-window-show-hook): New hooks.
8916 (temp-buffer-window-setup, temp-buffer-window-show)
8917 (with-temp-buffer-window): New functions.
8918 (fit-window-to-buffer): Remove unused optional argument OVERRIDE.
8919 (special-display-popup-frame): Make sure the window used shows BUFFER.
8920
8921 * help.el (temp-buffer-resize-mode): Fix doc-string.
8922 (resize-temp-buffer-window): New optional argument WINDOW.
8923
8924 * files.el (recover-file, save-buffers-kill-emacs):
8925 * dired.el (dired-mark-pop-up): Use with-temp-buffer-window.
8926
8927 2012-09-02 Michael Albinus <michael.albinus@gmx.de>
8928
8929 * eshell/em-unix.el (eshell/sudo): When we have an ad-hoc
8930 remote definition of `default-directory', ensure we can connect.
8931
8932 2012-09-02 Juri Linkov <juri@jurta.org>
8933
8934 Toggle whitespace matching mode with M-s SPC.
8935 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00008.html
8936
8937 * isearch.el (search-whitespace-regexp): Doc fix.
8938 Remove cons cell customization.
8939 (isearch-mode-map): Bind "\M-s " to isearch-toggle-lax-whitespace.
8940 (isearch-lax-whitespace, isearch-regexp-lax-whitespace):
8941 New variables.
8942 (isearch-forward, isearch-forward-regexp): Doc fix.
8943 (isearch-toggle-lax-whitespace): New command.
8944 (search-forward-lax-whitespace, search-backward-lax-whitespace)
8945 (re-search-forward-lax-whitespace)
8946 (re-search-backward-lax-whitespace): New functions.
8947 (isearch-whitespace-regexp): Remove function.
8948 (isearch-query-replace): Let-bind replace-search-function and
8949 replace-re-search-function.
8950 (isearch-occur): Let-bind search-spaces-regexp according to the
8951 value of isearch-lax-whitespace and isearch-regexp-lax-whitespace.
8952 (isearch-quote-char): Check isearch-regexp-lax-whitespace in the
8953 condition for C-q SPC.
8954 (isearch-search-fun-default): Use new functions mentioned above.
8955 (isearch-search-forward, isearch-search-backward): Remove functions.
8956 (isearch-search): Don't let-bind search-spaces-regexp.
8957 (isearch-lazy-highlight-space-regexp): Remove variable.
8958 (isearch-lazy-highlight-lax-whitespace)
8959 (isearch-lazy-highlight-regexp-lax-whitespace): New variables.
8960 (isearch-lazy-highlight-new-loop): Use them.
8961 (isearch-lazy-highlight-search): Don't let-bind search-spaces-regexp.
8962
8963 2012-09-02 Chong Yidong <cyd@gnu.org>
8964
8965 * dired.el (dired-mode-map): Menu string fixes (Bug#11616).
8966
8967 2012-09-02 Glenn Morris <rgm@gnu.org>
8968
8969 * simple.el (undo): Tweak message in undo-only case. (Bug#12283)
8970
8971 2012-09-01 Glenn Morris <rgm@gnu.org>
8972
8973 * term.el: Tidy up menu definitions.
8974 (term-mode-map): Use easymenu for In/Out, Complete menus.
8975 (term-pager-break-map): Initialize in the defvar.
8976 (term-terminal-menu, term-signals-menu): Define with easymenu.
8977 (term-terminal-menu): Also show it in line-mode. (Bug#11957)
8978 (term-pager-menu): New, extracted from term-process-pager.
8979 (term-mode, term-char-mode, term-process-pager): Use easymenu-add.
8980 (term-update-mode-line): Propertize line/char and page items.
8981 (term-process-pager): Move keymap initialization elsewhere.
8982
8983 2012-09-01 Martin Rudalics <rudalics@gmx.at>
8984
8985 * window.el (switch-to-prev-buffer): Handle additional values of
8986 BURY-OR-KILL argument. Don't switch in minibuffer window.
8987 (switch-to-next-buffer): Don't switch in minibuffer window.
8988 (quit-restore-window): New function based on quit-window.
8989 Handle additional values of former KILL argument.
8990 (quit-window): Call quit-restore-window with appropriate
8991 interpretation of KILL argument.
8992 (display-buffer-below-selected): New buffer display action
8993 function.
8994
8995 2012-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
8996
8997 * minibuffer.el (completion-at-point-functions): Complete docstring
8998 (bug#12254).
8999
9000 2012-09-01 Paul Eggert <eggert@cs.ucla.edu>
9001
9002 Better seed support for (random).
9003 * play/5x5.el, play/animate.el, play/cookie1.el, play/dissociate.el:
9004 * play/doctor.el, play/dunnet.el, play/gomoku.el, play/landmark.el:
9005 * play/mpuz.el, play/tetris.el, play/zone.el:
9006 * calc/calc-comb.el (math-init-random-base):
9007 * play/blackbox.el (bb-init-board):
9008 * play/life.el (life):
9009 * server.el (server-use-tcp):
9010 * type-break.el (type-break):
9011 Remove unnecessary call to (random t).
9012 * net/sasl.el (sasl-unique-id-function):
9013 Change (random t) to (random), now that the latter is more random.
9014 * play/life.el (life-initialized): Remove no-longer-needed var.
9015
9016 2012-08-31 Alp Aker <alp.tekin.aker@gmail.com>
9017
9018 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
9019 Consider frame's buffer predicate when choosing the buffer.
9020 (Bug#12081)
9021
9022 2012-08-30 Richard Stallman <rms@gnu.org>
9023
9024 * simple.el (special-mode-map): Delete binding for `z'.
9025
9026 2012-08-30 Andreas Schwab <schwab@linux-m68k.org>
9027
9028 * progmodes/compile.el (compilation-always-kill): Doc fix.
9029
9030 2012-08-30 Chong Yidong <cyd@gnu.org>
9031
9032 * window.el (display-buffer-reuse-frames): Make the obsolescence
9033 message more informative.
9034
9035 2012-08-30 Glenn Morris <rgm@gnu.org>
9036
9037 * paren.el (show-paren-delay):
9038 Add a :set function. Doc fix. (Bug#12297)
9039
9040 2012-08-29 Martin Blais <blais@furius.ca> (tiny change)
9041
9042 * progmodes/compile.el (compilation-always-kill): New var.
9043 (compilation-start): Use it.
9044
9045 2012-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
9046
9047 * simple.el (read-only-mode): Move from files.el for bootstrapping.
9048 * files.el (read-only-mode): Move to simple.el.
9049
9050 * files.el (read-only-mode): New minor mode.
9051 (toggle-read-only): Use it and mark obsolete.
9052 (find-file--read-only):
9053 * vc/vc.el (vc-next-action, vc-checkout):
9054 * vc/vc-cvs.el (vc-cvs-checkout):
9055 * obsolete/vc-mcvs.el (vc-mcvs-update):
9056 * ffap.el (ffap--toggle-read-only): Update callers.
9057
9058 2012-08-29 Michael Albinus <michael.albinus@gmx.de>
9059
9060 * eshell/esh-ext.el (eshell-external-command): Do not examine
9061 remote shell scripts.
9062 See <https://bugs.launchpad.net/ubuntu/+source/emacs23/+bug/1035790>.
9063
9064 * net/tramp-sh.el (tramp-remote-path): Add "/sbin" and
9065 "/usr/local/sbin".
9066
9067 2012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
9068
9069 * emacs-lisp/cl-lib.el (buffer-string): Fix setter macro (bug#12293).
9070
9071 2012-08-28 Leo Liu <sdl.web@gmail.com>
9072
9073 * progmodes/sh-script.el (sh-dynamic-complete-functions): Adapt to
9074 completion-at-point. (Bug#12220)
9075
9076 * skeleton.el (skeleton-untabify): Change to nil (bug#12223).
9077
9078 * progmodes/sh-script.el (sh-indent-comment): Change to t (bug#12267).
9079
9080 2012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
9081
9082 * files.el (safe-local-eval-forms): Fix before-save-hook entry to
9083 be buffer-local; add delete-trailing-whitespace (bug#12259).
9084
9085 2012-08-28 Jeremy Moore <jmoore@ieee.org> (tiny change)
9086
9087 * progmodes/hideif.el (hif-compress-define-list):
9088 Fix typo. (Bug#11951)
9089
9090 2012-08-28 Dan Nicolaescu <dann@gnu.org>
9091
9092 * progmodes/hideshow.el (hs-block-end-regexp): Restore lost
9093 buffer local setting.
9094
9095 * net/rcirc.el (rcirc-split-message): Fix for buffer-local
9096 rcirc-encode-coding-system.
9097
9098 2012-08-28 Leo Liu <sdl.web@gmail.com>
9099
9100 * net/rcirc.el (rcirc-split-message): New function.
9101 (rcirc-send-message): Use it. (Bug#12051)
9102
9103 2012-08-28 Juri Linkov <juri@jurta.org>
9104
9105 * info.el (Info-fontify-node): Hide empty lines at the end of
9106 the node. (Bug#12272)
9107
9108 2012-08-27 Drew Adams <drew.adams@oracle.com>
9109
9110 * dired.el (dired-pop-to-buffer): Make window start at beginning
9111 of buffer (Bug#12281).
9112
9113 2012-08-26 Chong Yidong <cyd@gnu.org>
9114
9115 * window.el (special-display-regexps, special-display-frame-alist)
9116 (special-display-buffer-names, special-display-function)
9117 (display-buffer-reuse-frames): Mark as obsolete.
9118
9119 * progmodes/compile.el: Don't use display-buffer-reuse-frames.
9120
9121 * help.el (help-print-return-message): Don't treat
9122 display-buffer-reuse-frames specially.
9123
9124 2012-08-26 Chong Yidong <cyd@gnu.org>
9125
9126 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
9127 New variable, replacing gdb-frame-parameters.
9128 (gdb-frame-io-buffer, gdb-frame-breakpoints-buffer)
9129 (gdb-frame-threads-buffer, gdb-frame-memory-buffer)
9130 (gdb-frame-disassembly-buffer, gdb-frame-stack-buffer)
9131 (gdb-frame-locals-buffer, gdb-frame-registers-buffer): Use it.
9132 (def-gdb-frame-for-buffer): Macro deleted. It is easier to define
9133 the functions directly with gdb-display-buffer-other-frame-action.
9134 (gdb-display-breakpoints-buffer, gdb-display-threads-buffer)
9135 (gdb-display-memory-buffer, gdb-display-disassembly-buffer)
9136 (gdb-display-stack-buffer, gdb-display-locals-buffer)
9137 (gdb-display-registers-buffer): Define directly.
9138 (def-gdb-display-buffer): Macro deleted.
9139 (gdb-display-buffer): Remove second and third args, callers don't
9140 use them. Defer to the default display-buffer behavior, apart
9141 from making windows dedicated.
9142 (gdb-setup-windows): Don't call display-buffer unnecessarily.
9143
9144 * progmodes/gud.el (gud-display-line): Just use display-buffer.
9145
9146 * window.el (display-buffer-pop-up-frame): Handle a
9147 pop-up-frame-parameters alist entry.
9148 (display-buffer): Document it.
9149
9150 2012-08-26 Chong Yidong <cyd@gnu.org>
9151
9152 * isearch.el (search-whitespace-regexp): Make string and nil
9153 values apply to both ordinary and regexp search. Allow a cons
9154 cell value to distinguish between the two.
9155 (isearch-whitespace-regexp, isearch-search-forward)
9156 (isearch-search-backward): New functions.
9157 (isearch-occur, isearch-search-fun-default, isearch-search)
9158 (isearch-lazy-highlight-new-loop): Use them.
9159 (isearch-forward, isearch-forward-regexp): Doc fix.
9160
9161 2012-08-26 Chong Yidong <cyd@gnu.org>
9162
9163 * faces.el (help-argument-name): Always inherit from italic
9164 (Bug#12213).
9165
9166 2012-08-25 Martin Rudalics <rudalics@gmx.at>
9167
9168 * window.el (window--even-window-heights): Even heights when
9169 WINDOW and the selected window form a vertical combination.
9170 (display-buffer-use-some-window): Provide that window used gets
9171 sized back by quit-window. (Bug#11880) and (Bug#12091)
9172
9173 2012-08-24 Paul Eggert <eggert@cs.ucla.edu>
9174
9175 Fix file time stamp problem with bzr and CVS (Bug#12001).
9176 * vc/vc-cvs.el (vc-cvs-parse-entry): Ignore subsecond information
9177 in the file's time stamp, since the version control system loses
9178 that information.
9179
9180 2012-08-22 Juri Linkov <juri@jurta.org>
9181
9182 * info.el (Info-fontify-node): Hide the suffix of the
9183 Info file name in the header line. (Bug#12187)
9184
9185 2012-08-22 Glenn Morris <rgm@gnu.org>
9186
9187 * calendar/cal-tex.el (cal-tex-weekly-common):
9188 Restore leading blank page.
9189
9190 2012-08-22 Le Wang <l26wang@gmail.com>
9191
9192 * misc.el (forward-to-word, backward-to-word): Activate or extend
9193 the region under `shift-select-mode'. (Bug#12231)
9194
9195 2012-08-22 Bastien Guerry <bzg@gnu.org>
9196
9197 * progmodes/executable.el (executable-prefix): Set to "#!" instead
9198 of "#! ". http://www.in-ulm.de/~mascheck/various/shebang/#details
9199 gives details on why the space is never needed.
9200
9201 2012-08-22 Martin Rudalics <rudalics@gmx.at>
9202
9203 * window.el (walk-window-tree, window-with-parameter):
9204 New optional argument MINIBUF to control whether these functions
9205 should run on the minibuffer window.
9206 (window-at-side-list): Don't operate on minibuffer window.
9207 (window-in-direction): Simplify and rewrite doc-string.
9208 (window--size-ignore): Rename to window--size-ignore-p.
9209 Update callers.
9210 (display-buffer-in-atom-window, window--major-non-side-window)
9211 (window--major-side-window, display-buffer-in-major-side-window)
9212 (delete-side-window, display-buffer-in-side-window):
9213 New functions.
9214 (window--side-check, window-deletable-p, delete-window)
9215 (delete-other-windows, split-window): Handle side windows and
9216 atomic windows appropriately.
9217 (window--display-buffer): Call display-buffer-record-window also
9218 when the window buffer did not change.
9219
9220 2012-08-22 Christopher Schmidt <christopher@ch.ristopher.com>
9221
9222 * help-fns.el (help-fns--key-bindings):
9223 Abbreviate non-symbol remap targets. (Bug#12174)
9224
9225 2012-08-22 Martin Rudalics <rudalics@gmx.at>
9226
9227 * dired.el (dired-mark-remembered): Don't clobber point.
9228 (Bug#11795)
9229
9230 2012-08-22 Glenn Morris <rgm@gnu.org>
9231
9232 * progmodes/bug-reference.el (bug-reference): New custom group.
9233 (bug-reference-bug-regexp): Make it a defcustom.
9234
9235 2012-08-22 Daiki Ueno <ueno@unixuser.org>
9236
9237 * progmodes/js.el (js-indent-level, js-expr-indent-offset)
9238 (js-paren-indent-offset, js-square-indent-offset)
9239 (js-curly-indent-offset): Add :safe (Bug#12257).
9240
9241 2012-08-22 Edward O'Connor <hober0@gmail.com>
9242
9243 * json.el (json-key-format): Add error properties.
9244 (json-encode-key): New function.
9245 (json-encode-hash-table, json-encode-alist, json-encode-plist):
9246 Use json-encode-key.
9247
9248 2012-08-22 Glenn Morris <rgm@gnu.org>
9249
9250 * calendar/cal-tex.el (cal-tex-longday): New function, replacing...
9251 (cal-tex-leftday, cal-tex-rightday): Remove functions.
9252 (cal-tex-weekly-common, cal-tex-cursor-filofax-2week):
9253 Update for above change.
9254
9255 2012-08-21 Andreas Schwab <schwab@linux-m68k.org>
9256
9257 * cus-face.el (custom-face-attributes): Fix customize type for the
9258 :underline attribute. (Bug#11805)
9259
9260 2012-08-21 Martin Rudalics <rudalics@gmx.at>
9261
9262 * window.el (window-point-1, set-window-point-1): Remove.
9263 (window-in-direction, record-window-buffer)
9264 (set-window-buffer-start-and-point, split-window-below)
9265 (window--state-get-1, display-buffer-record-window):
9266 Replace calls to window-point-1 and set-window-point-1 by calls to
9267 window-point and set-window-point respectively.
9268
9269 2012-08-21 Glenn Morris <rgm@gnu.org>
9270
9271 * calendar/cal-tex.el (cal-tex-weekly-common): New function.
9272 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week):
9273 Use it.
9274
9275 * calendar/cal-tex.el (cal-tex-rightday): Add optional funcname arg.
9276 (cal-tex-shortday): New function.
9277 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week)
9278 (cal-tex-cursor-filofax-daily): Use the above.
9279
9280 * calendar/cal-tex.el (cal-tex-leftday, cal-tex-rightday):
9281 New functions.
9282 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
9283 (cal-tex-cursor-filofax-week): Use them.
9284
9285 * calendar/cal-tex.el (cal-tex-lefthead, cal-tex-righthead):
9286 New constants.
9287 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
9288 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use them.
9289
9290 * calendar/cal-tex.el (cal-tex-preamble): Generate new buffers.
9291 (cal-tex-end-document): Don't rely on buffer name.
9292
9293 * calendar/cal-tex.el (cal-tex-cursor-filofax-year):
9294 Use cal-tex-vspace.
9295 (cal-tex-vspace, cal-tex-hspace, cal-tex-em, cal-tex-bf)
9296 (cal-tex-Huge-bf, cal-tex-large-bf): Use cal-tex-cmd.
9297 (cal-tex-scriptsize, cal-tex-huge, cal-tex-Huge, cal-tex-large):
9298 Use cal-tex-arg.
9299
9300 * calendar/cal-tex.el (cal-tex-cursor-filofax-year)
9301 (cal-tex-cursor-week, cal-tex-cursor-week2)
9302 (cal-tex-cursor-week-iso, cal-tex-cursor-week-at-a-glance)
9303 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
9304 (cal-tex-cursor-filofax-daily, cal-tex-cursor-day)
9305 (cal-tex-insert-preamble, cal-tex-b-document)
9306 (cal-tex-e-document, cal-tex-b-center, cal-tex-e-center):
9307 Improve cal-tex-cmd usage.
9308
9309 * calendar/cal-tex.el (cal-tex-filofax-paper): New function.
9310 (cal-tex-cursor-filofax-year, cal-tex-cursor-filofax-2week)
9311 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use it.
9312 (cal-tex-weekly-paper): New function.
9313 (cal-tex-cursor-week, cal-tex-cursor-week2)
9314 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
9315 (cal-tex-cursor-day): Use it.
9316
9317 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance)
9318 (cal-tex-cursor-filofax-week): Remove leading blank page.
9319
9320 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
9321 Add autoload cookie. For now at least, don't use color, since
9322 no other cal-tex function does.
9323
9324 * calendar/cal-tex.el (cal-tex-cursor-week-iso)
9325 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
9326 (cal-tex-cursor-filofax-daily): Correct start date for diary entries.
9327
9328 2012-08-21 Juri Linkov <juri@jurta.org>
9329
9330 * info.el (Info-file-attributes): New variable.
9331 (info-insert-file-contents): Add file attributes to
9332 `Info-file-attributes'. Clear the caches `Info-index-nodes' and
9333 `Info-toc-nodes' when previous modtime of the Info file is less
9334 than new modtime.
9335 (Info-toc-nodes, Info-index-nodes): Move definitions up to the top
9336 of info.el. (Bug#12230)
9337
9338 2012-08-20 Glenn Morris <rgm@gnu.org>
9339
9340 * calendar/diary-lib.el (diary-include-files, diary-sexp-entry):
9341 * calendar/holidays.el (calendar-holiday-list):
9342 Report errors with display-warning rather than beep'n'sleep.
9343
9344 2012-08-20 Michael Albinus <michael.albinus@gmx.de>
9345
9346 * net/tramp.el (tramp-accept-process-output): Accept only output
9347 from PROC. Otherwise, process filters and sentinels might be
9348 confused. (Bug#12145)
9349
9350 2012-08-20 Chong Yidong <cyd@gnu.org>
9351
9352 * descr-text.el (describe-text-properties-1): Use overlays-in to
9353 report on empty overlays (Bug#3322).
9354
9355 2012-08-20 Glenn Morris <rgm@gnu.org>
9356
9357 * mail/rmailout.el (rmail-output-read-file-name):
9358 Trap and report errors in rmail-output-file-alist elements.
9359
9360 * font-lock.el (font-lock-add-keywords): Doc fix (quote face names
9361 since most non-font-lock faces are not also variables).
9362
9363 2012-08-20 Edward Reingold <reingold@iit.edu>
9364
9365 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
9366 New function. (Bug12160)
9367
9368 2012-08-19 Glenn Morris <rgm@gnu.org>
9369
9370 * mail/rmailout.el (rmail-output-read-file-name):
9371 Fix previous change (when the alist is nil or does not match).
9372
9373 2012-08-19 Chong Yidong <cyd@gnu.org>
9374
9375 * xml.el (xml-escape-string): Don't refer to xml-entity-alist
9376 (Bug#12228).
9377
9378 2012-08-18 Chong Yidong <cyd@gnu.org>
9379
9380 * simple.el (yank-handled-properties): New defcustom.
9381 (yank-excluded-properties): Add font-lock-face and category.
9382 (yank): Doc fix.
9383
9384 * subr.el (remove-yank-excluded-properties):
9385 Obey yank-handled-properties. The special handling of font-lock-face
9386 and category is now done this way, instead of being hard-coded.
9387 (insert-for-yank-1): Remove font-lock-face handling.
9388 (yank-handle-font-lock-face-property)
9389 (yank-handle-category-property): New function.
9390
9391 2012-08-17 Glenn Morris <rgm@gnu.org>
9392
9393 * mail/rmailout.el (rmail-output-read-file-name):
9394 Check rmail-output-file-alist against the full message body
9395 in the correct rmail buffer. (Bug#12214)
9396
9397 2012-08-17 Michael Albinus <michael.albinus@gmx.de>
9398
9399 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
9400 Eliminate superfluous prompt. (Bug#12203)
9401
9402 2012-08-17 Chong Yidong <cyd@gnu.org>
9403
9404 * mouse.el (mouse-appearance-menu): If x-select-font returns a
9405 font spec, set the font directly (Bug#3228).
9406
9407 2012-08-17 Martin Rudalics <rudalics@gmx.at>
9408
9409 * window.el (delete-window): Fix last fix.
9410
9411 2012-08-16 Martin Rudalics <rudalics@gmx.at>
9412
9413 * window.el (window-valid-p): Move to window.c.
9414 (window-child, window-child-count, window-last-child)
9415 (window-normalize-window, window-combined-p)
9416 (window-combinations, window-atom-root, window-min-size)
9417 (window-sizable, window-sizable-p, window-size-fixed-p)
9418 (window-min-delta, window-max-delta, window--resizable)
9419 (window--resizable-p, window-resizable, window-total-size)
9420 (window-full-height-p, window-full-width-p, window-body-size)
9421 (window-at-side-p, adjust-window-trailing-edge, maximize-window)
9422 (minimize-window, window-deletable-p, delete-window)
9423 (delete-other-windows, set-window-buffer-start-and-point)
9424 (next-buffer, previous-buffer, split-window, balance-windows-2)
9425 (set-window-text-height, window-buffer-height)
9426 (fit-window-to-buffer, shrink-window-if-larger-than-buffer)
9427 (truncated-partial-width-window-p): Minor code adjustments.
9428 In doc-strings state whether the argument window has to denote a
9429 live, valid or any window.
9430
9431 2012-08-16 Phil Sainty <psainty@orcon.net.nz> (tiny change)
9432
9433 * progmodes/subword.el (subword-forward-function)
9434 (subword-backward-function, subword-forward-regexp)
9435 (subword-backward-regexp): New variables.
9436 (subword-forward, subword-forward-internal, subword-backward-internal):
9437 Use new variables, eg so that different "word" definitions
9438 can be easily used. (Bug#11411)
9439
9440 2012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
9441
9442 * vc/vc-mtn.el (vc-mtn-revision-completion-table): Handle completion
9443 for composite selectors.
9444 * vc/vc.el (vc-diff-build-argument-list-internal): Don't prevent
9445 operation just because we can't find a previous revision.
9446
9447 2012-08-15 Chong Yidong <cyd@gnu.org>
9448
9449 * frame.el (set-frame-font): Accept font objects.
9450
9451 2012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
9452
9453 * textmodes/tex-mode.el (tex-insert-quote): ~ is a space (bug#12137).
9454
9455 2012-08-15 Wolfgang Jenkner <wjenkner@inode.at>
9456
9457 * man.el (Man-overstrike-face, Man-underline-face)
9458 (Man-reverse-face): Remove variables.
9459 (Man-overstrike, Man-underline, Man-reverse): New faces.
9460 (Man-fontify-manpage): Use them instead of the variables.
9461 (Man-cleanup-manpage): Comment change.
9462 (Man-ansi-color-map): New variable.
9463 (Man-fontify-manpage): Use it.
9464 Call ansi-color-apply-on-region to replace ad hoc code (bug#12147).
9465
9466 Implement ANSI SGR parameters 22-27 (bug#12146).
9467 * ansi-color.el (ansi-colors): Doc fix.
9468 (ansi-color-context, ansi-color-context-region): Doc fix.
9469 (ansi-color--find-face): New function.
9470 (ansi-color-apply, ansi-color-apply-on-region): Use it.
9471 Rename the local variable `face' to `codes' since it is now a list of
9472 ansi codes. Doc fix.
9473 (ansi-color-get-face): Remove.
9474 (ansi-color-parse-sequence): New function, derived from
9475 ansi-color-get-face.
9476 (ansi-color-apply-sequence): Use it. Rewrite, and support ansi
9477 codes 22-27.
9478
9479 2012-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
9480
9481 * subr.el (read-passwd): Allow use from a minibuffer.
9482
9483 2012-08-14 Eli Zaretskii <eliz@gnu.org>
9484
9485 * tooltip.el (tooltip-identifier-from-point): Don't treat tokens
9486 inside comments and strings as identifiers.
9487
9488 * progmodes/gud.el (gud-tooltip-print-command): Quote the
9489 expression to evaluate. This allows to evaluate expressions with
9490 embedded whitespace.
9491 (gud-tooltip-tips): Add a blank before the newline in the
9492 message-box text, for the benefit of message-box emulation on
9493 MS-Windows.
9494
9495 * progmodes/gdb-mi.el (gdb-tooltip-print): Don't ignore error
9496 messages from GDB, pop them up in a tooltip to give feedback to
9497 user.
9498 (gdb-tooltip-print-1): Quote the expression to evaluate.
9499 This allows to evaluate expressions with embedded whitespace.
9500 (gdb-inferior-io--init-proc): Don't send "-inferior-tty" command
9501 if the TTY name is nil or empty (which happens when communicating
9502 with the inferior via pipes, e.g. on MS-Windows).
9503 (gdb-internals): If GDB sends a "&\n" empty debugging message,
9504 don't send that to the GUD buffer.
9505
9506 2012-08-14 Glenn Morris <rgm@gnu.org>
9507
9508 * emacs-lisp/bytecomp.el (byte-compile-setq-default):
9509 Optimize away setq-default with no args, as for setq. (Bug#12195)
9510
9511 2012-08-14 Chong Yidong <cyd@gnu.org>
9512
9513 * minibuffer.el (read-file-name): Doc fix (Bug#10881).
9514
9515 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Doc fix
9516 (Bug#12085).
9517
9518 2012-08-14 Glenn Morris <rgm@gnu.org>
9519
9520 * emacs-lisp/bytecomp.el (byte-recompile-file): Doc fix.
9521
9522 2012-08-14 Michael Albinus <michael.albinus@gmx.de>
9523
9524 * net/tramp-sh.el (tramp-open-shell): Cache the shell name.
9525 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
9526 Use cached shell name.
9527
9528 2012-08-14 Fabián Ezequiel Gallina <fgallina@cuca>
9529
9530 * progmodes/python.el (python-shell-send-string):
9531 (python-shell-send-setup-code): Do not use `format' with `message'.
9532
9533 2012-08-14 Dmitry Gutov <dgutov@yandex.ru>
9534
9535 * progmodes/ruby-mode.el: Improve percent literals (bug#6286).
9536 (ruby-percent-literal-beg-re): New constant.
9537 (ruby-syntax-general-delimiters-goto-beg): Rename to
9538 `ruby-syntax-enclosing-percent-literal', improve literal type check.
9539 (ruby-syntax-propertize-general-delimiters): Rename to
9540 `ruby-syntax-propertize-percent-literal', it's a shorter and more
9541 popular term. Adjust comments everywhere.
9542 (ruby-syntax-propertize-percent-literal): Only propertize when not
9543 inside a simple string or comment. When the literal is unclosed,
9544 leave the text after it unpropertized.
9545 (ruby-syntax-methods-before-regexp): New constant.
9546 (ruby-syntax-propertize-function): Use it to recognize regexps.
9547 Don't look at the text after regexp, just use the whitelist.
9548
9549 2012-08-14 Andreas Schwab <schwab@linux-m68k.org>
9550
9551 * emacs-lisp/bytecomp.el (byte-recompile-file): When LOAD is
9552 non-nil always load the compiled file if it exists. (Bug#12197)
9553
9554 2012-08-14 Chong Yidong <cyd@gnu.org>
9555
9556 * hi-lock.el (hi-lock-mode): Do not unilaterally enable font lock.
9557 (hi-lock-set-pattern): When deciding whether to use font lock or
9558 overlays, look at font-lock-mode instead of font-lock-fontified
9559 (Bug#12168).
9560 (hi-lock-mode, hi-lock-line-face-buffer, hi-lock-unface-buffer)
9561 (hi-lock-face-buffer, hi-lock-face-phrase-buffer): Doc fix.
9562
9563 2012-08-14 Daiki Ueno <ueno@unixuser.org>
9564
9565 * subr.el (internal--after-with-selected-window): Fix typo
9566 (Bug#12193).
9567
9568 2012-08-14 Fabián Ezequiel Gallina <fgallina@cuca>
9569
9570 Use `completion-table-dynamic' for completion functions.
9571 * progmodes/python.el
9572 (python-shell-completion--do-completion-at-point)
9573 (python-shell-completion--get-completions):
9574 Remove functions.
9575 (python-shell-completion-complete-at-point): New function.
9576 (python-completion-complete-at-point): Use it.
9577
9578 2012-08-13 Jambunathan K <kjambunathan@gmail.com>
9579
9580 * vc/vc-dir.el (vc-dir-hide-state): New command (bug#12159).
9581 (vc-dir-hide-up-to-date): Route it to `vc-dir-hide-state'.
9582
9583 2012-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
9584
9585 * subr.el (function-get): Refine `autoload' arg so it can also
9586 autoload functions for gv.el (bug#12191).
9587 * emacs-lisp/edebug.el (get-edebug-spec): Adjust so it only
9588 autoloads macros.
9589
9590 * color.el (color-xyz-to-lab, color-lab-to-xyz, color-cie-de2000):
9591 Prefer pcase-let over destructuring-bind.
9592 * vc/diff-mode.el (diff-remove-trailing-whitespace): Same.
9593 Also, remove whitespace as we go, rather than after accumulating the
9594 various places.
9595
9596 * subr.el (internal--before-with-selected-window)
9597 (internal--after-with-selected-window): Fix typo seleted->selected.
9598 (with-selected-window): Adjust callers.
9599 Reported by Dmitry Gutov <dgutov@yandex.ru>.
9600
9601 2012-08-13 Bastien Guerry <bzg@gnu.org>
9602
9603 * window.el (special-display-popup-frame): Minor docstring
9604 enhancement. (Bug#12172)
9605
9606 2012-08-13 Andreas Schwab <schwab@linux-m68k.org>
9607
9608 * tar-mode.el (tar-header-data-end): Only ignore size for files of
9609 type 1-6.
9610 (tar-header-block-summarize, tar-get-descriptor): Handle pax
9611 extended headers.
9612
9613 * files.el (hack-local-variables-filter): Remove useless eval.
9614
9615 2012-08-13 Martin Rudalics <rudalics@gmx.at>
9616
9617 * subr.el (with-selected-window): Fix last change.
9618
9619 2012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
9620
9621 * subr.el (internal--before-with-seleted-window)
9622 (internal--after-with-seleted-window): New functions.
9623 (with-selected-window): Use them, to replace dependency on
9624 tty-top-frame.
9625
9626 2012-08-12 Nobuyoshi Nakada <nobu@ruby-lang.org>
9627
9628 * progmodes/ruby-mode.el (ruby-mode-map): Remove unnecessary
9629 binding for `newline'.
9630 (ruby-move-to-block): When moving backward, stop at block opening,
9631 not indentation.
9632 * progmodes/ruby-mode.el (ruby-brace-to-do-end)
9633 (ruby-do-end-to-brace, ruby-toggle-block): New functions.
9634 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
9635 `ruby-toggle-block'.
9636
9637 2012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
9638
9639 * ibuffer.el (ibuffer-do-toggle-read-only):
9640 * dired.el (dired-toggle-read-only):
9641 * buff-menu.el (Buffer-menu-toggle-read-only):
9642 * bindings.el (mode-line-toggle-read-only):
9643 * bs.el (bs-toggle-readonly): Call toggle-read-only interactively.
9644
9645 2012-08-12 Andreas Schwab <schwab@linux-m68k.org>
9646
9647 * descr-text.el (describe-char): Put the overlays over the
9648 "displayed as" character.
9649
9650 2012-08-12 Jay Belanger <jay.p.belanger@gmail.com>
9651
9652 * calc/calc-units.el (math-default-units-table): Give an
9653 initial value.
9654 (math-put-default-units): Add options to put composite units and
9655 unit systems in the default units table.
9656 (calc-convert-units): Send composite units to
9657 `math-put-default-units' when appropriate.
9658
9659 2012-08-11 Glenn Morris <rgm@gnu.org>
9660
9661 * emacs-lisp/copyright.el (copyright-update-directory): Logic fix.
9662
9663 * tutorial.el (help-with-tutorial):
9664 * emacs-lisp/copyright.el (copyright-update-directory):
9665 * emacs-lisp/autoload.el (autoload-find-generated-file)
9666 (autoload-find-file): Disable local eval: (for insurance).
9667
9668 * files.el (hack-local-variables-filter): If an eval: form is not
9669 known to be safe, and enable-local-variables is :safe, then ignore
9670 the form totally, as is done for non-eval forms. (Bug#12155)
9671 This is CVE-2012-3479.
9672
9673 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
9674
9675 * emacs-lisp/rx.el (rx-constituents): Don't define as constant.
9676 (rx-form): Simplify.
9677
9678 2012-08-09 Dmitry Gutov <dgutov@yandex.ru>
9679
9680 * progmodes/ruby-mode.el (ruby-expr-beg, ruby-parse-partial):
9681 ?, _, and : are symbol constituents, ! is not (but kinda should be).
9682 (ruby-syntax-propertize-heredoc): Use ruby-singleton-class-p.
9683 (ruby-syntax-propertize-function): Adjust for changes in
9684 `ruby-syntax-propertize-heredoc'.
9685
9686 2012-08-09 Nobuyoshi Nakada <nobu@ruby-lang.org>
9687
9688 * progmodes/ruby-mode.el (ruby-mode-map): Remove deprecated
9689 binding (use `M-;' instead).
9690 (ruby-singleton-class-p): New function.
9691 (ruby-expr-beg, ruby-in-here-doc-p) Use it.
9692
9693 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
9694
9695 * emacs-lisp/cl-macs.el (cl-loop): Improve debug spec.
9696
9697 2012-08-10 Chong Yidong <cyd@gnu.org>
9698
9699 * progmodes/python.el (python-shell-get-process-name): Don't mess
9700 with same-window-buffer-names.
9701
9702 * eshell/eshell.el (eshell-add-to-window-buffer-names)
9703 (eshell-remove-from-window-buffer-names): Make obsolete.
9704 (eshell-buffer-name, eshell-unload-hook): Don't use them.
9705 (eshell): Just use pop-to-buffer-same-window instead.
9706
9707 2012-08-10 Chong Yidong <cyd@gnu.org>
9708
9709 * bindings.el: Bind M-= back to count-words-region.
9710
9711 * simple.el (count-words-region): Accept a prefix arg for acting
9712 on the entire buffer.
9713 (count-words--buffer-message): New helper function.
9714
9715 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
9716
9717 * term/x-win.el (x-menu-bar-open): Always pass last-nonmenu-event.
9718 * subr.el (eventp): `nil' is not an event, and eventp is not hot.
9719 (event-start, event-end): Use posn-at-point to return a more
9720 informative posn.
9721 (posnp): New function.
9722 * mouse.el (popup-menu-normalize-position): Use it.
9723
9724 2012-08-10 Masatake YAMATO <yamato@redhat.com>
9725
9726 * mouse.el (popup-menu-normalize-position): New function.
9727 (popup-menu): Use `popup-menu-normalize-position' to normalize
9728 the form for POSITION argument.
9729
9730 * term/x-win.el (x-menu-bar-open):
9731 Use the value returend from (posn-at-point) as position
9732 passed to `popup-menu'.
9733
9734 2012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
9735
9736 * calc/calccomp.el (math-compose-expr): Add extra argument
9737 indicating that parentheses should be put around products in
9738 denominators. Give multiplication precedence over division during
9739 composition.
9740
9741 2012-08-09 Chong Yidong <cyd@gnu.org>
9742
9743 * man.el (Man-switches, Man-sed-command, Man-awk-command)
9744 (Man-mode-hook, Man-cooked-hook, Man-untabify-command-args)
9745 (Man-untabify-command, manual-program): Convert to defcustom
9746 (Bug#10429).
9747
9748 * vc/add-log.el (change-log-mode): Bind comment-start to nil.
9749
9750 * descr-text.el (describe-char): Don't insert extra newlines
9751 (Bug#10127).
9752
9753 * vc/log-view.el (log-view-diff): Use use-region-p (Bug#10133).
9754 (log-view-diff-changeset, log-view-minor-wrap): Likewise.
9755
9756 * align.el (align-region): Delete temporary markers (Bug#10047).
9757 Plus some code cleanups.
9758
9759 2012-08-09 Fabián Ezequiel Gallina <fgallina@cuca>
9760
9761 * progmodes/python.el (python-pdbtrack-tracked-buffer)
9762 (python-pdbtrack-buffers-to-kill, python-shell-internal-buffer)
9763 (python-shell-internal-last-output): Use make-local-variable
9764 instead of make-variable-buffer-local.
9765
9766 2012-08-09 Fabián Ezequiel Gallina <fgallina@cuca>
9767
9768 * progmodes/python.el: Enhancements to forward-sexp.
9769 (python-nav-forward-sexp): Rename from
9770 python-nav-forward-sexp-function.
9771 (python-nav--forward-sexp, python-nav--backward-sexp):
9772 New functions.
9773
9774 2012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
9775
9776 * calc/calc-menu.el (calc-modes-menu): Add entries for matrix
9777 modes and simplification modes.
9778
9779 2012-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
9780
9781 * delsel.el (delete-selection-pre-hook): Don't propagate the
9782 file-supersession signals (bug#12161).
9783
9784 2012-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
9785
9786 * emacs-lisp/cl.el (cl-map-keymap-recursively, cl-map-intervals)
9787 (cl-map-extents): Add compatibility aliases (bug#12135).
9788
9789 2012-08-08 Michael Albinus <michael.albinus@gmx.de>
9790
9791 * net/tramp-sh.el (tramp-find-file-exists-command): Protect the
9792 tests by `ignore-error'.
9793 (tramp-find-shell): Open also a new shell, when cache is already
9794 set. Reported by Carsten Bormann <cabo@tzi.org>. (Bug#12148)
9795
9796 2012-08-08 Juri Linkov <juri@jurta.org>
9797
9798 * bookmark.el: Add `defaults' property to the bookmark record.
9799 (bookmark-current-buffer): Doc fix.
9800 (bookmark-make-record): Add `defaults' property with default values
9801 to the bookmark record.
9802 (bookmark-minibuffer-read-name-map): Remove key binding "\C-u"
9803 with `bookmark-insert-current-bookmark'.
9804 (bookmark-set): Get `defaults' property from the bookmark record
9805 and use it in `read-from-minibuffer'.
9806 (bookmark-insert-current-bookmark): Remove function.
9807
9808 * info.el (Info-bookmark-make-record): Add `defaults' property
9809 with values of canonical Info node name, the current Info file
9810 name and the current Info node name. (Bug#12107)
9811
9812 2012-08-08 Juri Linkov <juri@jurta.org>
9813
9814 * files.el (basic-save-buffer): Use `buffer-name' as the default
9815 of `read-file-name' when buffer is not visiting a file (bug#12128).
9816
9817 2012-08-08 Juri Linkov <juri@jurta.org>
9818
9819 * info.el (Info-isearch-search): Doc fix.
9820 (Info-search): Change search-failed message from "initial node" to
9821 "end of node" (bug#12078).
9822 (Info-isearch-search): Change `isearch-string-state' to
9823 `isearch--state-string'.
9824
9825 2012-08-08 Glenn Morris <rgm@gnu.org>
9826
9827 * language/persian.el: Remove file.
9828 * language/misc-lang.el: Move unique part of persian.el here.
9829 * loadup.el: Remove language/persian.
9830
9831 2012-08-08 Óscar Fuentes <ofv@wanadoo.es>
9832
9833 * vc/diff-mode.el (diff-remove-trailing-whitespace): New function.
9834
9835 2012-08-08 Fabián Ezequiel Gallina <fgallina@cuca>
9836
9837 * progmodes/python.el: Fix defsubst warning.
9838 (python-syntax-context) Rename from python-info-ppss-context.
9839 (python-syntax-context-type): Rename from
9840 python-info-ppss-context-type.
9841 (python-syntax-comment-or-string-p): Rename from
9842 python-info-ppss-comment-or-string-p.
9843
9844 2012-08-08 Jay Belanger <jay.p.belanger@gmail.com>
9845
9846 * calc/calc-misc.el (calc-record-why): Don't record a message twice.
9847
9848 2012-08-07 Andreas Schwab <schwab@linux-m68k.org>
9849
9850 * emacs-lisp/lisp-mode.el (eval-defun-1): Handle standard value of
9851 a defcustom that is quoted with backquote.
9852
9853 * calc/calc-prog.el (math-do-defmath): Use backquote forms.
9854 Fix handling of interactive spec when the body uses return.
9855 (math-do-arg-check, math-define-function-body): Use backquote forms.
9856 * calc/calc-ext.el (math-defcache): Likewise.
9857 * calc/calc-rewr.el (math-rwfail, math-rweval): Likewise.
9858 * allout.el (allout-new-exposure): Likewise.
9859 * calc/calcalg2.el (math-tracing-integral): Likewise.
9860 * info.el (Info-last-menu-item): Likewise.
9861 * emulation/vip.el (vip-loop): Likewise.
9862 * textmodes/artist.el (artist-funcall): Likewise.
9863 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle):
9864 Construct menu-item directly.
9865
9866 * progmodes/autoconf.el (font-lock-syntactic-keywords):
9867 Don't declare.
9868
9869 2012-08-07 Chong Yidong <cyd@gnu.org>
9870
9871 * simple.el (deactivate-mark): Preserve text properties when
9872 saving the primary selection (Bug#8384).
9873
9874 2012-08-07 Kevin Ryde <user42@zip.com.au>
9875
9876 * woman.el (woman0-if): Quietly treat ".if v" as false (Bug#12109).
9877 (woman-parse-numeric-value): On a bad .IP line, issue a warning
9878 and continue processing (Bug#12110).
9879
9880 2012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
9881
9882 * progmodes/cperl-mode.el (cperl-mode): Yet another fix for
9883 syntax-propertize-function (bug#10095).
9884
9885 2012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
9886
9887 * help-fns.el (help-fns--key-bindings, help-fns--signature)
9888 (help-fns--parent-mode, help-fns--obsolete): New funs, extracted from
9889 describe-function-1.
9890 (describe-function-1): Use them. Move compiler macro after sig.
9891 (help-fns--compiler-macro): Use function-get. Assume we're already in
9892 standard-output. Adjust layout to new call order.
9893
9894 * emacs-lisp/cl-macs.el (cl--sm-macroexpand): Fix handling of
9895 re-binding a symbol that has a symbol-macro (bug#12119).
9896
9897 2012-08-06 Mohsen BANAN <libre@mohsen.1.banan.byname.net>
9898
9899 * language/persian.el: New file. (Bug#11812)
9900 * loadup.el: Add language/persian.el.
9901
9902 2012-08-06 Chong Yidong <cyd@gnu.org>
9903
9904 * window.el (window--maybe-raise-frame): New function.
9905 (window--display-buffer): Split off from here.
9906 (display-buffer-reuse-window, display-buffer-pop-up-frame)
9907 (display-buffer-pop-up-window, display-buffer-use-some-window):
9908 Obey an inhibit-switch-frame action alist entry.
9909 (display-buffer): Update doc.
9910
9911 * replace.el (occur-after-change-function): Avoid losing focus by
9912 using the inhibit-switch-frame display parameter (Bug#12139).
9913
9914 2012-08-06 Fabián Ezequiel Gallina <fgallina@cuca>
9915
9916 Make internal shell process buffer names start with space.
9917 * progmodes/python.el (python-shell-make-comint): Add optional
9918 argument INTERNAL.
9919 (run-python-internal): Use it.
9920 (python-shell-internal-get-or-create-process): Check for new
9921 internal buffer names.
9922
9923 2012-08-06 Glenn Morris <rgm@gnu.org>
9924
9925 * eshell/esh-ext.el (eshell/addpath): Use dolist and mapconcat.
9926 Do less getting and setting of environment variables.
9927
9928 2012-08-05 Chong Yidong <cyd@gnu.org>
9929
9930 * proced.el (proced): Add substitution string to docstring to
9931 trigger autoloading of the proced library on C-h f (Bug#1768).
9932
9933 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
9934 Don't show defvars which have no second argument (Bug#8638).
9935
9936 * imenu.el (imenu-generic-expression): Move documentation here
9937 from imenu--generic-function.
9938 (imenu--generic-function): Refer to imenu-generic-expression.
9939
9940 2012-08-05 Vegard Øye <vegard_oye@hotmail.com> (tiny change)
9941
9942 * emulation/viper-init.el (viper-deflocalvar): Add docstring and
9943 indentation declaration.
9944 (viper-loop): Add indentation declaration (Bug#7025).
9945
9946 2012-08-05 Chong Yidong <cyd@gnu.org>
9947
9948 * help-fns.el (describe-variable): Add hyperlink for
9949 directory-local variables files. Improve buffer-local and
9950 permanent-local reporting; suggested by MON KEY (Bug#6644).
9951
9952 * help-mode.el (help-dir-local-var-def): New button type.
9953
9954 * files.el (kill-buffer-hook): Provide a defvar.
9955
9956 2012-08-05 Glenn Morris <rgm@gnu.org>
9957
9958 * eshell/esh-ext.el (eshell/addpath):
9959 Also update eshell-path-env. (Bug#12013)
9960
9961 2012-08-05 Chong Yidong <cyd@gnu.org>
9962
9963 * wdired.el (wdired-mode, wdired-change-to-wdired-mode): Doc fixes.
9964
9965 * fringe.el (fringe-styles): Add docstring.
9966 (fringe--check-mode): New function.
9967 (set-fringe-mode, set-fringe-style): Use it.
9968 (fringe-mode, set-fringe-style): Doc fixes (Bug#6480).
9969
9970 * files.el (set-auto-mode): Fix invalid setq call.
9971
9972 2012-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
9973
9974 * isearch.el: Misc simplification; use defstruct.
9975 (isearch-mode-map): Dense maps now work like sparse ones.
9976 (isearch--state): New defstruct.
9977 (isearch-string-state, isearch-message-state, isearch-point-state)
9978 (isearch-success-state, isearch-forward-state)
9979 (isearch-other-end-state, isearch-word-state, isearch-error-state)
9980 (isearch-wrapped-state, isearch-barrier-state)
9981 (isearch-case-fold-search-state, isearch-pop-fun-state): Remove,
9982 replaced by defstruct's accessors.
9983 (isearch--set-state): Rename from isearch-top-state and change
9984 calling convention.
9985 (isearch-push-state): Use new isearch--get-state.
9986 (isearch-toggle-word): Disable regexp when enabling word.
9987 (isearch-message-prefix): Remove unused arg _c-q-hack.
9988 (isearch-message-suffix): Remove unused arg _ellipsis.
9989
9990 2012-08-04 Andreas Schwab <schwab@linux-m68k.org>
9991
9992 * simple.el (list-processes--refresh): For a server use :host or
9993 :local as the address.
9994 (list-processes): Doc fix.
9995
9996 2012-08-04 Michal Nazarewicz <mina86@mina86.com>
9997
9998 * lisp/mpc.el: Support password in host argument.
9999 (mpc--proc-connect): Parse and use new password element.
10000 Set mpc-proc variable instead of returning process.
10001 (mpc-proc): Adjust accordingly.
10002
10003 2012-08-03 Eli Zaretskii <eliz@gnu.org>
10004
10005 * whitespace.el (whitespace-display-mappings): Use Unicode
10006 codepoints, instead of emacs-mule codepoints. See
10007 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-07/msg00366.html
10008 for the details.
10009
10010 * files.el (file-truename): Don't skip symlink-chasing part on
10011 windows-nt. Incorporate the resolution of 8+3 short aliases on
10012 Windows into the loop that recursively chases symlinks.
10013 Compare directory and its parent case-insensitively on MS-Windows and
10014 MS-DOS.
10015
10016 2012-08-03 Chong Yidong <cyd@gnu.org>
10017
10018 * menu-bar.el (menu-bar-tools-menu): Remove PCL-CVS.
10019
10020 * sort.el (sort-regexp-fields): Doc fix.
10021
10022 2012-08-03 Tassilo Horn <tsdh@gnu.org>
10023
10024 * textmodes/reftex.el (reftex-compile-variables): Make keyvals
10025 labels regex position point at the expected place.
10026
10027 2012-08-03 MON KEY <monkey@sandpframing.com>
10028
10029 * net/imap.el (imap-interactive-login, imap-authenticate)
10030 (imap-mailbox-lsub, imap-mailbox-list)
10031 (imap-mailbox-status-asynch, imap-mailbox-acl-delete)
10032 (imap-fetch, imap-message-flag-permanent-p, imap-envelope-from)
10033 (imap-parse-response): Doc fix.
10034
10035 2012-08-03 João Távora <joaotavora@gmail.com>
10036
10037 * textmodes/tex-mode.el (latex-forward-sexp): Terminate the loop
10038 if sexp scanning does not move point (Bug#5734).
10039
10040 2012-08-02 Tassilo Horn <tsdh@gnu.org>
10041
10042 * textmodes/reftex-vars.el (reftex-default-label-alist-entries):
10043 Add listings, minted, and ctable packages.
10044 (reftex-label-alist-builtin): Move listings, minted, and ctable
10045 entries before LaTeX.
10046 (reftex-label-alist): Docfix.
10047
10048 2012-08-02 Bastien Guerry <bzg@gnu.org>
10049
10050 * replace.el (occur): Fix docstring (bug#12122).
10051
10052 2012-08-02 Glenn Morris <rgm@gnu.org>
10053
10054 * emacs-lisp/authors.el (authors-renamed-files-alist): Add ms-w32.h.
10055
10056 2012-08-02 Paul Eggert <eggert@cs.ucla.edu>
10057
10058 Obsolete alias inactivate-current-input-method-function (Bug#10150).
10059 * international/mule-cmds.el: Create
10060 inactivate-current-input-method-function as an obsolete alias for
10061 deactivate-current-input-method-function. See Katsumi Yamaoka in
10062 <http://bugs.gnu.org/10150#46>.
10063
10064 2012-08-01 Jay Belanger <jay.p.belanger@gmail.com>
10065
10066 * calc/calc-mode.el (calc-set-simplify-mode): Use `cond' instead
10067 of nested `if's.
10068
10069 2012-08-01 Glenn Morris <rgm@gnu.org>
10070
10071 * progmodes/autoconf.el (autoconf-definition-regexp):
10072 Add AH_TEMPLATE, adjust submatch numbering.
10073 (autoconf-font-lock-keywords, autoconf-imenu-generic-expression)
10074 (autoconf-current-defun-function): Update for above change.
10075 (autoconf-current-defun-function): First skip to end of current word.
10076
10077 2012-08-01 Rupert Swarbrick <rswarbrick@gmail.com> (tiny change)
10078
10079 * calendar/cal-html.el (cal-html-insert-agenda-days):
10080 Fix typo. (Bug#12018)
10081
10082 2012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
10083
10084 Shell processes: enhancements to startup and CEDET compatibility.
10085 * progmodes/python.el (python-shell-send-setup-max-wait): Delete var.
10086 (python-shell-make-comint): accept-process-output at startup.
10087 (run-python-internal): Set inferior-python-mode-hook to nil.
10088 (python-shell-internal-get-or-create-process): call sit-for.
10089 (python-preoutput-result): Add obsolete alias.
10090 (python-shell-internal-send-string): Use it.
10091 (python-shell-send-setup-code): Remove call to
10092 accept-process-output.
10093
10094 2012-07-31 Andreas Schwab <schwab@linux-m68k.org>
10095
10096 * buff-menu.el (list-buffers-noselect): Use prefix-numeric-value.
10097 (Bug#12108)
10098
10099 2012-07-31 Jay Belanger <jay.p.belanger@gmail.com>
10100
10101 * calc-mode.el (calc-basic-simplification-mode): Rename from
10102 `calc-limited-simplification-mode'.
10103 (calc-alg-simplification-mode): New function.
10104 (calc-set-simplify-mode): Adjust message.
10105
10106 * calc.el (calc-set-mode-line): Adjust mode line display for
10107 basic simplification mode.
10108
10109 * calc-help.el (calc-m-prefix-help): Update help message.
10110
10111 * calc-ext.el (calc-init-extensions): Add bindings and autoloads
10112 for `calc-basic-simplify-mode' and `calc-alg-simplify-mode'.
10113
10114 2012-07-31 Bastien Guerry <bzg@gnu.org>
10115
10116 * man.el (man): Fix comment. (bug#12101)
10117
10118 2012-07-31 Martin Rudalics <rudalics@gmx.at>
10119
10120 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
10121 Don't return a non-nil value when no suitable buffer was found.
10122
10123 2012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
10124
10125 * progmodes/python.el (run-python-internal): Disable font lock for
10126 internal shells.
10127
10128 2012-07-30 Stefan Merten <smerten@oekonux.de>
10129
10130 * textmodes/rst.el: Silence `checkdoc-ispell'.
10131 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
10132 (rst-official-version, rst-official-cvs-rev)
10133 (rst-package-emacs-version-alist): Update to upstream V1.3.1.
10134 (rst-mode-map): New key binding.
10135
10136 2012-07-30 Paul Eggert <eggert@cs.ucla.edu>
10137
10138 Update .PHONY listings in makefiles.
10139 * Makefile.in (.PHONY): Add all, doit, custom-deps, finder-data,
10140 autoloads, update-subdirs, updates, bzr-update, update-authors,
10141 compile-onefile, compile-calc, backup-compiled-files,
10142 compile-after-backup, compile-one-process, mh-autoloads,
10143 bootstrap-clean, distclean, maintainer-clean.
10144
10145 2012-07-29 Jay Belanger <jay.p.belanger@gmail.com>
10146
10147 * calc/calc.el (calc-simplify-mode): Make 'alg the default value.
10148 (calc-set-mode-line): Don't display "AlgSimp ".
10149
10150 * calc/calc-mode.el (calc-alg-simplify-mode): Remove function.
10151 (calc-lim-simplify-mode): New function.
10152 (calc-set-simplify-mode): Default to 'alg.
10153 (calc-default-simplify-mode): Make algebraic simplifications
10154 the default.
10155
10156 * calc/calc-ext.el (calc-init-extensions): Remove binding for
10157 `calc-alg-simplify-mode'. Add binding for `calc-lim-simplify-mode'.
10158
10159 * calc/calc-help.el (calc-m-prefix-help): Change messages to
10160 indicate new simplification modes.
10161
10162 * calc/README: Mention new default simplification mode.
10163
10164 * calc/calc.el (math-normalize-error): New variable.
10165 (math-normalize): Set `math-normalize-error' to t
10166 when there's an error.
10167
10168 * calc/calc-alg.el (math-simplify): Don't simplify when
10169 `math-normalize' returns an error.
10170
10171 2012-07-29 Eli Zaretskii <eliz@gnu.org>
10172
10173 * international/mule-cmds.el (set-locale-environment): Revert last
10174 change, since display-graphic-p returns nil when this function is
10175 called during startup. Instead...
10176
10177 * term/w32console.el (terminal-init-w32console): ...setup the
10178 keyboard and terminal encoding for TTY sessions here. (Bug#12082)
10179
10180 2012-07-29 Juri Linkov <juri@jurta.org>
10181
10182 * simple.el (goto-line): Don't display default line number in the
10183 prompt because it should be displayed by `read-number' (bug#9952).
10184 Add the current line number to the defaults of `goto-line' to
10185 allow its easier modification by users with `M-n' (bug#9201).
10186
10187 * subr.el (read-number): Support multiple default values like in
10188 other minibuffer reading functions. Replace `read' with
10189 `string-to-number' for consistency with `number-to-string'.
10190
10191 2012-07-29 Paul Eggert <eggert@cs.ucla.edu>
10192
10193 deactive->inactive, inactivate->deactivate spelling fixes (Bug#10150)
10194 * emulation/viper-init.el (viper-deactivate-input-method-action):
10195 Rename from viper-inactivate-input-method-action.
10196 (viper-deactivate-input-method):
10197 Rename from viper-inactivate-input-method.
10198 * follow.el (follow-inactive-menu): Rename from follow-deactive-menu.
10199 * international/mule-cmds.el (deactivate-input-method):
10200 Rename from inactivate-input-method.
10201 Also run input-method-deactivate-hook.
10202 (deactivate-current-input-method-function):
10203 Rename from inactivate-current-input-method-function.
10204 (input-method-deactivate-hook): New hook.
10205 (input-method-inactivate-hook): Mark obsolete.
10206 (inactivate-input-method): Mark obsolete.
10207
10208 * international/quail.el (quail-activate):
10209 Also run quail-deactivate-hook.
10210 (quail-deactivate): Rename from quail-inactivate.
10211 * international/robin.el (robin-activate):
10212 Also run robin-deactivate-hook.
10213 (robin-deactivate): Rename from robin-inactivate.
10214
10215 2012-07-29 Chong Yidong <cyd@gnu.org>
10216
10217 * simple.el (indicate-copied-region): New function.
10218 (kill-ring-save): Split off from here.
10219
10220 * rect.el (copy-rectangle-as-kill): Call indicate-copied-region.
10221 (kill-rectangle): Set deactivate-mark to t on read-only error.
10222
10223 * register.el (copy-to-register, copy-rectangle-to-register):
10224 Deactivate the mark, and use indicate-copied-region (Bug#10056).
10225 (append-to-register, prepend-to-register): Call indicate-copied-region.
10226
10227 2012-07-29 Juri Linkov <juri@jurta.org>
10228
10229 * simple.el (async-shell-command-buffer): New defcustom.
10230 (shell-command): Use it. (Bug#4719)
10231
10232 2012-07-28 Eli Zaretskii <eliz@gnu.org>
10233
10234 * international/mule-cmds.el (set-locale-environment): In a
10235 console session on MS-Windows, set up keyboard and terminal
10236 encoding from the OEM codepage, not the ANSI codepage.
10237 (Bug#12055)
10238
10239 2012-07-28 Chong Yidong <cyd@gnu.org>
10240
10241 * progmodes/gdb-mi.el (gdb-place-breakpoints): Fix the call to
10242 gdb-get-location.
10243
10244 2012-07-28 Leo Liu <sdl.web@gmail.com>
10245
10246 * progmodes/cc-menus.el (cc-imenu-objc-function): Avoid leaving nil in
10247 the alist (bug#12029).
10248
10249 2012-07-28 Eli Zaretskii <eliz@gnu.org>
10250
10251 * makefile.w32-in (custom-deps, finder-data, updates, compile)
10252 (compile-always, compile-first)
10253 ($(lisp)/calendar/cal-loaddefs.el)
10254 ($(lisp)/calendar/diary-loaddefs.el)
10255 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
10256 ($(lisp)/net/tramp-loaddefs.el, bootstrap)
10257 ($(lisp)/progmodes/cc-mode.elc): Depend on $(lisp)subdirs.el,
10258 instead of on update-subdirs.
10259 (bootstrap-clean): Delete $(lisp)/subdirs.el.
10260
10261 2012-07-28 Chong Yidong <cyd@gnu.org>
10262
10263 * vc/vc.el (vc-root-diff, vc-print-root-log): Prompt for a
10264 directory if vc-deduce-backend returns nil (Bug#7350).
10265
10266 * simple.el (delete-trailing-lines): New option.
10267 (delete-trailing-whitespace): Obey it (Bug#11879).
10268
10269 2012-07-28 David Engster <deng@randomsample.de>
10270
10271 * xml.el (xml-node-name, xml-parse-file, xml-parse-region):
10272 Explanation of new 'symbol-qnames feature in doc-strings.
10273 (xml-maybe-do-ns): Return expanded names as plain symbols if
10274 'symbol-qnames was provided in XML-NS argument (Bug#11916).
10275 (xml-parse-tag-1): Deal with new definition of PARSE-NS argument.
10276
10277 2012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
10278
10279 Consistent completion in inferior python with emacs -nw.
10280 * progmodes/python.el (inferior-python-mode): replace "<tab>"
10281 binding in inferior-python-mode-map with "\t".
10282 (python-shell-completion-complete-at-point)
10283 (python-completion-complete-at-point): Remove interactive spec.
10284
10285 2012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
10286
10287 * calc/calccomp.el (math-compose-expr): Undo previous change.
10288
10289 2012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
10290
10291 * progmodes/python.el (python-mode-map): Add keybinding for
10292 run-python.
10293 (python-shell-make-comint): Fix pop-to-buffer call.
10294 (run-python): Autoload. New arg SHOW.
10295 (python-shell-get-or-create-process): Do not pop python process
10296 buffer.
10297
10298 2012-07-27 Michael Albinus <michael.albinus@gmx.de>
10299
10300 * notifications.el (notifications-on-action-signal)
10301 (notifications-on-closed-signal): Use also the bus address for the map.
10302 (notifications-notify, notifications-close-notification)
10303 (notifications-get-capabilities): Add optional argument BUS.
10304
10305 2012-07-27 Tassilo Horn <tsdh@gnu.org>
10306
10307 * textmodes/reftex-vars.el (reftex-label-alist-builtin):
10308 Add support for the lstlisting and minted environments, and for the
10309 ctable macro.
10310 * textmodes/reftex.el (reftex-compile-variables): Also recognize
10311 labels written in keyvals syntax.
10312
10313 2012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
10314
10315 * calc/calccomp.el (math-compose-expr): Use parentheses when
10316 there is a product in the denominator of a fraction.
10317
10318 2012-07-26 Eli Zaretskii <eliz@gnu.org>
10319
10320 * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
10321 ($(lisp)/calendar/diary-loaddefs.el)
10322 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
10323 ($(lisp)/net/tramp-loaddefs.el): Depend on update-subdirs.
10324 Fixes failures in parallel bootstrap because subdirs.el is being
10325 rewritten while the autoload files are built at the same time,
10326 which needs to load subdirs.el.
10327
10328 2012-07-26 Martin Rudalics <rudalics@gmx.at>
10329
10330 * mouse.el (popup-menu): Fix doc-string and re-indent code.
10331 (mouse-drag-line): Don't exit tracking when a switch-frame or
10332 switch-window event occurs (Bug#12006).
10333
10334 2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
10335
10336 * mouse.el (popup-menu): Fix last change.
10337
10338 2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
10339
10340 Autoload from Lisp with more care. Follow aliases when looking for
10341 function properties.
10342 * subr.el (autoloadp): New function.
10343 (symbol-file): Use it.
10344 (function-get): New function.
10345 * emacs-lisp/macroexp.el (macroexp--expand-all): Use function-get and
10346 autoload-do-load.
10347 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function)
10348 (lisp-indent-function):
10349 * emacs-lisp/gv.el (gv-get):
10350 * emacs-lisp/edebug.el (get-edebug-spec, edebug-basic-spec):
10351 * emacs-lisp/byte-opt.el (byte-optimize-form):
10352 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
10353 * emacs-lisp/autoload.el (make-autoload, autoload-print-form):
10354 Use function-get.
10355 * emacs-lisp/cl.el: Don't propagate function properties any more.
10356
10357 * speedbar.el (speedbar-add-localized-speedbar-support):
10358 * emacs-lisp/disass.el (disassemble-internal):
10359 * desktop.el (desktop-load-file):
10360 * help-fns.el (help-function-arglist, find-lisp-object-file-name)
10361 (describe-function-1):
10362 * emacs-lisp/find-func.el (find-function-noselect):
10363 * emacs-lisp/elp.el (elp-instrument-function):
10364 * emacs-lisp/advice.el (ad-has-proper-definition):
10365 * apropos.el (apropos-safe-documentation, apropos-macrop):
10366 * emacs-lisp/debug.el (debug-on-entry):
10367 * emacs-lisp/cl-macs.el (cl-compiler-macroexpand):
10368 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
10369 * calc/calc.el (name): Use autoloadp & autoload-do-load.
10370
10371 2012-07-25 Alp Aker <alp.tekin.aker@gmail.com>
10372
10373 * international/mule-cmds.el (ucs-insert): Mark it as an obsolete
10374 function, not an obsolete variable (Bug#12046).
10375
10376 2012-07-25 Andreas Schwab <schwab@linux-m68k.org>
10377
10378 * faces.el (face-spec-reset-face): Fix last change. (Bug#12042)
10379
10380 2012-07-25 Christopher Schmidt <christopher@ch.ristopher.com>
10381
10382 * emacs-lisp/pp.el (pp-display-expression): Select old selected
10383 window only if it is still live (Bug#12034).
10384
10385 2012-07-25 Martin Rudalics <rudalics@gmx.at>
10386
10387 * subr.el (redirect-frame-focus): Add advertised calling
10388 convention (Bug#12030).
10389
10390 2012-07-25 Paul Eggert <eggert@cs.ucla.edu>
10391
10392 Prefer typical American spelling for "acknowledgment".
10393 * vc/add-log.el (change-log-acknowledgment): Rename from
10394 change-log-acknowledgement, with an alias for the old name.
10395
10396 2012-07-25 Jay Belanger <jay.p.belanger@gmail.com>
10397
10398 * calc-alg.el (math-simplify-divide): Don't cross multiply
10399 in an equation when the lhs is a variable.
10400
10401 2012-07-24 Julien Danjou <julien@danjou.info>
10402
10403 * net/netrc.el (netrc-find-service-number, netrc-store-data):
10404 Remove, unused.
10405
10406 2012-07-23 Eli Zaretskii <eliz@gnu.org>
10407
10408 * startup.el (command-line): Don't display an empty user name in
10409 the error message about non-existent home directory, when
10410 init-file-user was set to an empty string. See
10411 http://lists.gnu.org/archive/html/bug-gnu-emacs/2012-07/msg00835.html
10412 for the details and context.
10413
10414 2012-07-22 Vincent Belaïche <vincentb1@users.sourceforge.net>
10415
10416 * ses.el (ses-cell-formula-aset): New macro.
10417 (ses-cell-references-aset): New macro.
10418 (ses-cell-p): New function.
10419 (ses-rename-cell): Do no longer rely on complex operations like
10420 ses-cell-set-formula or ses-set-cell to change the cell and handle
10421 the undo at the same time, but rather use lower level new macros
10422 `ses-cell-formula-aset' and `ses-cell-references-aset' and handle
10423 the undo directly. Refresh the mode line.
10424
10425 2012-07-21 Leo Liu <sdl.web@gmail.com>
10426
10427 * progmodes/cc-cmds.el (c-defun-name):
10428 Use match-string-no-properties instead for consistency.
10429
10430 2012-07-20 Leo Liu <sdl.web@gmail.com>
10431
10432 * progmodes/cc-cmds.el (c-defun-name): Handle objc selectors properly.
10433 (Bug#7879)
10434
10435 * progmodes/cc-langs.el (c-symbol-start): Include char _ (bug#11986).
10436
10437 2012-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
10438
10439 * userlock.el, emacs-lisp/map-ynp.el: Declare part of `emacs' package.
10440 * progmodes/bug-reference.el, misearch.el: Provide themselves
10441 (bug#11915).
10442
10443 * progmodes/cperl-mode.el (cperl-unwind-to-safe): Don't inf-loop at end
10444 of narrowed buffer (bug#11966).
10445
10446 2012-07-20 Vincent Belaïche <vincentb1@users.sourceforge.net>
10447
10448 * ses.el (ses-rename-cell): Set new name also in reference list of
10449 cells of which the renamed cell depends.
10450
10451 2012-07-20 Masatake YAMATO <yamato@redhat.com>
10452
10453 * term/x-win.el (x-menu-bar-open): Use `frame-parameter'
10454 to check whether menu-bar is shown or not. If not shown,
10455 show the menu-bar as a popup menu instead of using tmm.
10456 * mouse.el (popup-menu): Accept `point' as `position' argument.
10457
10458 2012-07-20 Dmitry Gutov <dgutov@yandex.ru>
10459
10460 * progmodes/ruby-mode.el (ruby-parse-partial): No error when end
10461 up inside string symbol literal (bug#11923).
10462
10463 2012-07-20 Eli Zaretskii <eliz@gnu.org>
10464
10465 * startup.el (fancy-startup-text): Read the whole tutorial, not
10466 just its first 256 bytes. Prevents gibberish in display of the
10467 tutorial title.
10468
10469 2012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
10470
10471 Drop idle buffer compaction due to an absence of the
10472 proved efficiency.
10473 * compact.el: Remove.
10474
10475 2012-07-19 Sam Steingold <sds@gnu.org>
10476
10477 * vc/vc-dispatcher.el (vc-compilation-mode): Add, based on
10478 vc-bzr-pull & vc-bzr-merge-branch.
10479 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch): Use it.
10480 (vc-bzr-error-regexp-alist): Rename from vc-bzr-error-regex-alist
10481 for consistency with compilation-error-regexp-alist.
10482 * vc/vc-git.el (vc-git-error-regexp-alist): Add.
10483 (vc-git-pull, vc-git-merge-branch): Call vc-compilation-mode.
10484 * vc/vc-hg.el (vc-hg-error-regexp-alist): Add.
10485 (vc-hg-pull, vc-hg-merge-branch): Call vc-compilation-mode.
10486
10487 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
10488
10489 * emacs-lisp/chart.el: Use lexical-binding.
10490 (chart-emacs-storage): Don't hardcode the list of entries.
10491
10492 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
10493
10494 Next round of tweaks caused by Fgarbage_collect changes.
10495 * emacs-lisp/chart.el (chart-emacs-storage): Adjust again.
10496
10497 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
10498
10499 Compact buffers when idle.
10500 * compact.el: New file.
10501
10502 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
10503
10504 * subr.el (eventp): Presume that if it looks vaguely like an event,
10505 it's an event (bug#10190).
10506
10507 2012-07-19 Fabián Ezequiel Gallina <fgallina@cuca>
10508
10509 Enhancements to ppss related code (thanks Stefan).
10510 * progmodes/python.el (python-indent-context)
10511 (python-indent-calculate-indentation, python-indent-dedent-line)
10512 (python-indent-electric-colon, python-nav-forward-block)
10513 (python-mode-abbrev-table)
10514 (python-info-assignment-continuation-line-p): Simplify checks
10515 for ppss context.
10516 (python-info-continuation-line-p): Cleanup.
10517 (python-info-ppss-context): Do not catch 'quote.
10518 (python-info-ppss-context-type)
10519 (python-info-ppss-comment-or-string-p): Simplify.
10520
10521 2012-07-18 Fabián Ezequiel Gallina <fgallina@cuca>
10522
10523 * progmodes/python.el: Enhancements to eldoc support.
10524 (python-info-current-symbol): New function.
10525 (python-eldoc-at-point): Use python-info-current-symbol.
10526 (python-info-current-defun): Fix cornercase on first defun scan.
10527 (python-eldoc--get-doc-at-point): Use python-info-current-symbol
10528 and signal error when no inferior python process is available.
10529
10530 2012-07-18 Dmitry Gutov <dgutov@yandex.ru>
10531
10532 * vc/vc-git.el (vc-git-state): Don't call `vc-git-registered',
10533 assume it's always t.
10534 (vc-git-registered): Remove caching, the function is only called
10535 once.
10536 (vc-git-branches): Use `vc-git--call' instead of `call-process'.
10537
10538 2012-07-18 Chong Yidong <cyd@gnu.org>
10539
10540 * subr.el (last-input-char, last-command-char): Remove (Bug#9195).
10541
10542 * simple.el (count-words): Report on narrowing (Bug#9959).
10543
10544 * bindings.el: Bind M-= to count-words.
10545
10546 * faces.el (face-spec-reset-face): Handle reverse video (Bug#4238).
10547
10548 2012-07-18 Masatake YAMATO <yamato@redhat.com>
10549
10550 * progmodes/sh-script.el (sh-imenu-generic-expression):
10551 Capture a function with `function' keyword and without parentheses
10552 like "function FOO" (bug#11856).
10553
10554 2012-07-18 Tassilo Horn <tassilo@member.fsf.org>
10555
10556 * window.el (split-window-sensibly): Make WINDOW argument
10557 optional.
10558
10559 2012-07-18 Chong Yidong <cyd@gnu.org>
10560
10561 * subr.el (keyboard-translate): Doc fix (Bug#7261).
10562
10563 * isearch.el (isearch-mode-map): Handle C-x 8 key translations,
10564 and make C-x 8 RET exit isearch (Bug#11439).
10565
10566 * international/iso-transl.el: Move isearch-mode-map key
10567 definitions to isearch.el.
10568
10569 2012-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
10570
10571 * emacs-lisp/eieio.el: Adapt further to gv.el (bug#11970).
10572 (eieio-defclass): Use gv-define-setter when possible.
10573
10574 2012-07-18 Dmitry Antipov <dmantipov@yandex.ru>
10575
10576 Reflect recent changes in Fgarbage_collect.
10577 * emacs-lisp/chart.el (chart-emacs-storage): Change to
10578 reflect new format of data returned by Fgarbage_collect.
10579
10580 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
10581
10582 New utility functions + python-info-ppss-context fix (Bug#11910).
10583 * progmodes/python.el (python-info-beginning-of-block-statement-p)
10584 (python-info-ppss-comment-or-string-p): New functions.
10585 (python-info-ppss-context): Small fix for string check.
10586
10587 2012-07-17 Juri Linkov <juri@jurta.org>
10588
10589 * dired-aux.el (dired-do-async-shell-command): Doc fix.
10590 (dired-do-async-shell-command): Don't add `*' at the end of the
10591 command (Bug#11815).
10592 (dired-do-shell-command): Doc fix.
10593 (dired-shell-stuff-it): Strip the trailing "&" and ";" if any.
10594 Join the individual commands using either "&" or ";" as the
10595 separator depending on the values of these trailing characters.
10596 At the end re-add the trailing "&". (Bug#10598)
10597
10598 * simple.el (async-shell-command): Sync the interactive spec with
10599 `shell-command'. Doc fix.
10600 (shell-command): Doc fix.
10601
10602 2012-07-17 Juri Linkov <juri@jurta.org>
10603
10604 * descr-text.el (describe-char): Fix format args. (Bug#10129)
10605
10606 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
10607
10608 Final renames and doc fixes for movement commands (bug#11899).
10609 * progmodes/python.el (python-nav-beginning-of-statement):
10610 Rename from python-nav-statement-start.
10611 (python-nav-end-of-statement): Rename from
10612 python-nav-statement-end.
10613 (python-nav-beginning-of-block): Rename from
10614 python-nav-block-start.
10615 (python-nav-end-of-block): Rename from python-nav-block-end.
10616
10617 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
10618
10619 * progmodes/python.el (python-shell-send-string-no-output):
10620 Allow accept-process-output to quit, keeping shell process ready for
10621 future interactions (Bug#11868).
10622
10623 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
10624
10625 * emacs-lisp/cl-macs.el (cl-progv): Use a properly prefixed var name.
10626
10627 * emacs-lisp/elint.el (elint-find-args-in-code):
10628 Use help-function-arglist, so as to handle lexical byte-code.
10629
10630 * progmodes/sh-script.el (sh-syntax-propertize-function): Fix last
10631 change (bug#11826).
10632
10633 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
10634
10635 * progmodes/cc-engine.el (c-forward-sws, c-backward-sws):
10636 Avoid spuriously marking the buffer as modified because of c-is-sws.
10637
10638 * progmodes/sh-script.el (sh-syntax-propertize-function): Mark "${#VAR"
10639 as not-a-comment (bug#11946).
10640
10641 * emacs-lisp/macroexp.el (macroexp-let2): Use more informative names
10642 for uninterned vars.
10643
10644 * xt-mouse.el (xterm-mouse-translate-1, xterm-mouse-event-read):
10645 Use read-event since we don't really want to read chars but bytes.
10646
10647 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Highlight not only
10648 $$..$$ but also $..$ using regexps (bug#11953).
10649 Use tex-verbatim for \url and \path.
10650 (tex-font-lock-keywords): Define as defconst like the others.
10651 (tex-common-initialization): Don't use font-lock-syntax-table any more.
10652
10653 2012-07-16 René Kyllingstad <Rene@Kyllingstad.com> (tiny change)
10654
10655 * international/mule-cmds.el (ucs-insert): Make it an obsolete
10656 alias for insert-char.
10657
10658 2012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
10659
10660 * progmodes/python.el: Simplified imenu implementation.
10661 (python-nav-jump-to-defun): Remove command.
10662 (python-mode-map): Use `imenu' instead.
10663 (python-nav-list-defun-positions-cache)
10664 (python-imenu-include-defun-type, python-imenu-make-tree)
10665 (python-imenu-subtree-root-label, python-imenu-index-alist):
10666 Remove vars.
10667 (python-nav-list-defun-positions, python-nav-read-defun)
10668 (python-imenu-tree-assoc, python-imenu-make-element-tree)
10669 (python-imenu-make-tree, python-imenu-create-index):
10670 Remove functions.
10671 (python-mode): Update to interact with imenu by setting
10672 `imenu-extract-index-name-function' only.
10673
10674 2012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
10675
10676 * progmodes/python.el: Enhancements to navigation commands.
10677 (python-nav-backward-sentence)
10678 (python-nav-forward-sentence): Remove.
10679 (python-nav-backward-statement, python-nav-forward-statement)
10680 (python-nav-statement-start, python-nav-statement-end)
10681 (python-nav-backward-block, python-nav-forward-block)
10682 (python-nav-block-start, python-nav-block-end)
10683 (python-nav-forward-sexp-function)
10684 (python-info-current-line-comment-p)
10685 (python-info-current-line-empty-p): New functions.
10686 (python-indent-context): Use `python-nav-statement-start'.
10687
10688 2012-07-16 Michael Albinus <michael.albinus@gmx.de>
10689
10690 * eshell/em-ls.el (eshell/ls): Use `apply'.
10691
10692 * eshell/em-unix.el (eshell/su, eshell/sudo): Apply Tramp's ad-hoc
10693 multi-hops, instead of Tramp internals.
10694
10695 * vc/ediff.el (ediff-directories): Add trailing space to prompts.
10696
10697 * vc/ediff-diff.el (ediff-same-file-contents): Handle the case,
10698 when F1 and F2 are located on different hosts.
10699
10700 2012-07-14 Chong Yidong <cyd@gnu.org>
10701
10702 * xt-mouse.el: Implement extended mouse coordinates (Bug#10642).
10703 (xterm-mouse-translate): Move code into xterm-mouse-translate-1.
10704 (xterm-mouse-translate-extended, xterm-mouse-translate-1)
10705 (xterm-mouse--read-event-sequence-1000)
10706 (xterm-mouse--read-event-sequence-1006): New functions. For old
10707 mouse protocol, handle M-mouse-X events correctly.
10708 (xterm-mouse-event): New arg specifying mouse protocol.
10709 (turn-on-xterm-mouse-tracking-on-terminal)
10710 (turn-off-xterm-mouse-tracking-on-terminal): Send DEC 1006
10711 sequence to toggle extended coordinates on newer XTerms.
10712 This appears to be harmless on terminals which do not support this.
10713
10714 2012-07-14 Leo Liu <sdl.web@gmail.com>
10715
10716 Add fringe bitmap indicators for flymake. (Bug#11253)
10717 * progmodes/flymake.el (flymake-highlight-line): Use fringe bitmaps.
10718 (flymake-make-overlay): New arg BITMAP.
10719 (flymake-error-bitmap, flymake-warning-bitmap)
10720 (flymake-fringe-indicator-position): New user variables.
10721
10722 * fringe.el: New bitmap exclamation-mark.
10723
10724 2012-07-14 Jan Djärv <jan.h.d@swipnet.se>
10725
10726 * progmodes/cc-cmds.el (c-defun-name): Recognize Objective-C methods
10727 also (Bug#7879).
10728
10729 2012-07-14 Chong Yidong <cyd@gnu.org>
10730
10731 * electric.el (electric-pair-post-self-insert-function): Fix pair
10732 insertion in empty-region case (Bug#11520).
10733
10734 2012-07-14 Chong Yidong <cyd@gnu.org>
10735
10736 * bindings.el: Consolidate ctl-x-r-map bindings.
10737 Bind copy-rectangle-as-kill to C-x r w.
10738
10739 * rect.el, register.el: Move bindings to bindings.el.
10740
10741 2012-07-14 Reuben Thomas <rrt@sc3d.org>
10742
10743 * rect.el (copy-rectangle-as-kill): New command (Bug#739).
10744
10745 2012-07-13 Andreas Schwab <schwab@linux-m68k.org>
10746
10747 * emacs-lisp/cl.el (labels): Remove spurious quote. (Bug#11938)
10748
10749 2012-07-13 Juanma Barranquero <lekktu@gmail.com>
10750
10751 * bindings.el (top): Use `mapc' instead of `mapcar'.
10752
10753 * loadup.el (top): Remove bogus `if' choice (brought by 2008-06-21T01:38:39Z!monnier@iro.umontreal.ca).
10754
10755 2012-07-13 Michael Albinus <michael.albinus@gmx.de>
10756
10757 * progmodes/sql.el (sql-comint): Suppress the check for program on
10758 remote hosts. Reported by Francis Devereux <francis@devrx.org>.
10759 (Bug#11908)
10760
10761 2012-07-13 Chong Yidong <cyd@gnu.org>
10762
10763 * bindings.el: Assign a non-nil permanent-local property to
10764 per-buffer variables which lack a default value (Bug#11930).
10765
10766 * help-fns.el (describe-variable): In the "automatically becomes
10767 local" notice, take note of permanent-local variables.
10768
10769 2012-07-13 Chong Yidong <cyd@gnu.org>
10770
10771 * files.el (toggle-read-only): Doc fix and code cleanup. New arg
10772 to allow printing the message when called from Lisp.
10773
10774 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
10775 Remove toggle-read-only.
10776
10777 * bs.el (bs-toggle-readonly):
10778 * buff-menu.el (Buffer-menu-toggle-read-only):
10779 Remove with-no-warnings around toggle-read-only.
10780
10781 * ffap.el (ffap--toggle-read-only): Accept a list of buffers.
10782 Remove with-no-warnings around toggle-read-only.
10783 (ffap-read-only, ffap-read-only-other-window)
10784 (ffap-read-only-other-frame): Callers changed.
10785
10786 * help-mode.el: Don't require view package.
10787 (help-mode-finish): Set buffer-read-only instead of calling
10788 toggle-read-only.
10789
10790 * bindings.el (mode-line-toggle-read-only):
10791 * dired.el (dired-toggle-read-only):
10792 * ibuffer.el (ibuffer-do-toggle-read-only): Call toggle-read-only
10793 with non-nil second arg.
10794
10795 * emacs-lisp/eieio-custom.el (eieio-customize-object):
10796 * vc/ediff.el (ediff-set-read-only-in-buf-A): Set buffer-read-only
10797 directly.
10798
10799 2012-07-12 Eli Zaretskii <eliz@gnu.org>
10800
10801 * emacs-lisp/bytecomp.el (byte-recompile-directory): Use cl-incf,
10802 not incf.
10803
10804 2012-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
10805
10806 More CL cleanups and reduction of use of cl.el.
10807 * woman.el, winner.el, vc/vc-rcs.el, vc/vc-hooks.el, vc/vc-hg.el:
10808 * vc/vc-git.el, vc/vc-dir.el, vc/vc-bzr.el, vc/vc-annotate.el:
10809 * textmodes/tex-mode.el, textmodes/sgml-mode.el, tar-mode.el:
10810 * strokes.el, ses.el, server.el, progmodes/js.el, progmodes/gdb-mi.el:
10811 * progmodes/flymake.el, progmodes/ebrowse.el, progmodes/compile.el:
10812 * play/tetris.el, play/snake.el, play/pong.el, play/landmark.el:
10813 * play/hanoi.el, play/decipher.el, play/5x5.el, nxml/nxml-mode.el:
10814 * net/secrets.el, net/quickurl.el, midnight.el, mail/footnote.el:
10815 * image-dired.el, ibuffer.el, ibuf-macs.el, ibuf-ext.el, hexl.el:
10816 * eshell/eshell.el, eshell/esh-io.el, eshell/esh-ext.el:
10817 * eshell/esh-cmd.el, eshell/em-ls.el, eshell/em-hist.el:
10818 * eshell/em-cmpl.el, eshell/em-banner.el:
10819 * calendar/parse-time.el: Use cl-lib.
10820 * wid-browse.el, wdired.el, vc/vc.el, vc/vc-mtn.el, vc/vc-cvs.el:
10821 * vc/vc-arch.el, tree-widget.el, textmodes/texinfo.el:
10822 * textmodes/refill.el, textmodes/css-mode.el, term/tvi970.el:
10823 * term/ns-win.el, term.el, shell.el, ps-samp.el:
10824 * progmodes/perl-mode.el, progmodes/pascal.el, progmodes/gud.el:
10825 * progmodes/glasses.el, progmodes/etags.el, progmodes/cwarn.el:
10826 * play/gamegrid.el, play/bubbles.el, novice.el, notifications.el:
10827 * net/zeroconf.el, net/xesam.el, net/snmp-mode.el, net/mairix.el:
10828 * net/ldap.el, net/eudc.el, net/browse-url.el, man.el:
10829 * mail/mailheader.el, mail/feedmail.el: Don't use CL.
10830 * ibuf-ext.el (ibuffer-mark-old-buffers): Use float-time.
10831 * eshell/esh-opt.el (eshell-eval-using-options): Quote code with
10832 `lambda' rather than with `quote'.
10833 (eshell-do-opt): Adjust accordingly.
10834 (eshell-process-option): Simplify.
10835 * eshell/esh-var.el:
10836 * eshell/em-script.el: Require `esh-opt' for eshell-eval-using-options.
10837 * emacs-lisp/pcase.el (pcase--dontcare-upats, pcase--let*)
10838 (pcase--expand, pcase--u1): Rename pcase's internal `dontcare' pattern
10839 to `pcase--dontcare'.
10840 * emacs-lisp/cl.el (labels): Mark obsolete.
10841 (cl--letf, letf): Move to cl-lib.
10842 (cl--letf*, letf*): Remove.
10843 * emacs-lisp/cl-lib.el (cl-nth-value): Use defalias.
10844 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Add indent rule.
10845 (cl-progv): Rewrite.
10846 (cl--letf, cl-letf): Move from cl.el.
10847 (cl-letf*): New macro.
10848 * emacs-lisp/cl-extra.el (cl--progv-before, cl--progv-after): Remove.
10849
10850 2012-07-11 Michael Albinus <michael.albinus@gmx.de>
10851
10852 * net/ange-ftp.el (ange-ftp-cf1): Update the files cache.
10853
10854 2012-07-11 Chong Yidong <cyd@gnu.org>
10855
10856 * vc/log-edit.el (log-edit-vc-backend): New variable.
10857 (log-edit): Doc fix.
10858
10859 * vc/vc-dispatcher.el (vc-log-edit): New args. Use PARAMS
10860 argument of log-edit to set up all local variables.
10861 (vc-start-logentry): New optional arg specifying VC backend.
10862
10863 * vc/vc.el (vc-checkin): Use it.
10864 (vc-deduce-fileset): Handle Log Edit buffers.
10865 (vc-diff): Make first argument optional too.
10866
10867 * vc/log-view.el (log-view-vc-fileset, log-view-vc-backend): Doc fix.
10868
10869 2012-07-10 Michael Albinus <michael.albinus@gmx.de>
10870
10871 * eshell/esh-ext.el (eshell-remote-command): Remove remote part of
10872 command, just in case. The function is not needed anymore.
10873 (eshell-external-command): Do not call `eshell-remote-command'.
10874
10875 2012-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
10876
10877 Reduce use of (require 'cl).
10878 * vc/smerge-mode.el, vc/pcvs.el, vc/pcvs-util.el, vc/pcvs-info.el:
10879 * vc/diff-mode.el, vc/cvs-status.el, uniquify.el, scroll-bar.el:
10880 * register.el, progmodes/sh-script.el, net/gnutls.el, net/dbus.el:
10881 * msb.el, mpc.el, minibuffer.el, international/ucs-normalize.el:
10882 * international/quail.el, info-xref.el, imenu.el, image-mode.el:
10883 * font-lock.el, filesets.el, edmacro.el, doc-view.el, bookmark.el:
10884 * battery.el, avoid.el, abbrev.el: Use cl-lib.
10885 * vc/pcvs-parse.el, vc/pcvs-defs.el, vc/log-view.el, vc/log-edit.el:
10886 * vc/diff.el, simple.el, pcomplete.el, lpr.el, comint.el, loadhist.el:
10887 * jit-lock.el, international/iso-ascii.el, info.el, frame.el, bs.el:
10888 * emulation/crisp.el, electric.el, dired.el, cus-dep.el, composite.el:
10889 * calculator.el, autorevert.el, apropos.el: Don't require CL.
10890 * emacs-lisp/bytecomp.el (byte-recompile-directory, display-call-tree)
10891 (byte-compile-unfold-bcf, byte-compile-check-variable):
10892 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
10893 (byte-compile-nilconstp):
10894 * emacs-lisp/autoload.el (make-autoload): Use pcase.
10895 * face-remap.el (text-scale-adjust): Simplify pcase patterns.
10896
10897 * emacs-lisp/gv.el (cond): Make it a valid place.
10898 (if): Simplify slightly.
10899
10900 * emacs-lisp/pcase.el (pcase): Accept self-quoting exps as "upatterns".
10901 (pcase--self-quoting-p): New function.
10902 (pcase--u1): Use it.
10903
10904 2012-07-10 Glenn Morris <rgm@gnu.org>
10905
10906 * emacs-lisp/authors.el (authors-fixed-entries):
10907 (authors-renamed-files-alist): Update for configure.in -> configure.ac.
10908
10909 2012-07-09 Paul Eggert <eggert@cs.ucla.edu>
10910
10911 Rename configure.in to configure.ac (Bug#11603).
10912 * emacs-lisp/authors.el (authors-canonical-file-name):
10913 * progmodes/autoconf.el (autoconf-mode):
10914 Prefer configure.ac to configure.in.
10915
10916 2012-07-08 Chong Yidong <cyd@gnu.org>
10917
10918 * mouse.el (mouse-drag-line): Rewrite the track-mouse loop.
10919 Implement the mouse-1-click-follows-link handling properly.
10920
10921 * info.el (Info-link-keymap): Use follow-link mechanism for
10922 header-line links (Bug#374).
10923
10924 * simple.el (deactivate-mark): Do not set the primary selection
10925 if another program has acquired it (Bug#11772).
10926
10927 2012-07-07 Kevin Ryde <user42@zip.com.au>
10928
10929 * woman.el (woman-strings): Fix double-quote handling (Bug#1151).
10930 (woman-decode-region): Replace escaped-escapes without destroying
10931 bold or underline (Bug#11552).
10932 (woman2-process-escapes): Handle nofill regions (Bug#11591).
10933
10934 2012-07-07 Chong Yidong <cyd@gnu.org>
10935
10936 * simple.el (yank-pop-change-selection): Doc fix (Bug#11361).
10937 (interprogram-cut-function, interprogram-paste-function):
10938 Mention that we typically mean the clipboard.
10939
10940 2012-07-06 Glenn Morris <rgm@gnu.org>
10941
10942 * kmacro.el (kmacro-call-macro): Restore repeat message. (Bug#11817)
10943
10944 * files.el (toggle-read-only): Restrict message to interactive use.
10945
10946 2012-07-06 Michael Albinus <michael.albinus@gmx.de>
10947
10948 * net/tramp.el (tramp-restricted-shell-hosts-alist): New defcustom.
10949
10950 * net/tramp-sh.el (tramp-maybe-open-connection): Handle it.
10951
10952 2012-07-06 Glenn Morris <rgm@gnu.org>
10953
10954 * Makefile.in (compile-one-process): Rename from "recompile".
10955
10956 * Makefile.in (bzr-update): "compile" is the same as "recompile
10957 autoloads", but parallelizable, so use that instead.
10958
10959 2012-07-06 Dmitry Gutov <dgutov@yandex.ru>
10960
10961 * window.el (quit-window): Always restore window height when
10962 it's saved in quit-restore parameter (Bug#11810).
10963
10964 2012-07-06 Glenn Morris <rgm@gnu.org>
10965
10966 * simple.el (kill-whole-line): Doc tweak.
10967
10968 2012-07-06 Eli Zaretskii <eliz@gnu.org>
10969
10970 * files.el (file-relative-name): Compare file names
10971 case-insensitively if on MS-Windows or MS-DOS, or if
10972 read-file-name-completion-ignore-case is non-nil. Don't use
10973 case-fold-search for this purpose. (Bug#11827)
10974
10975 2012-07-17 Andreas Schwab <schwab@linux-m68k.org>
10976
10977 * calendar/cal-dst.el (calendar-current-time-zone):
10978 Return calendar-current-time-zone-cache if non-nil.
10979
10980 2012-07-17 Masatake YAMATO <yamato@redhat.com>
10981 2012-07-06 Andreas Schwab <schwab@linux-m68k.org>
10982
10983 * calendar/cal-dst.el (calendar-current-time-zone):
10984 Return calendar-current-time-zone-cache if non-nil.
10985
10986 2012-07-06 Glenn Morris <rgm@gnu.org>
10987
10988 * Makefile.in (cvs-update): Remove old alias.
10989
10990 2012-07-05 Michael Albinus <michael.albinus@gmx.de>
10991
10992 Sync with Tramp 2.2.6-pre.
10993
10994 * net/tramp.el (tramp-drop-volume-letter): Provide an XEmacs
10995 compatible declaration.
10996
10997 * net/tramp-cmds.el (tramp-append-tramp-buffers):
10998 Protect `list-load-path-shadows' call.
10999
11000 * net/tramp-compat.el (top): Require packages, which aren't
11001 autoloaded anymore for XEmacs. Protect call of
11002 `tramp-file-name-handler' by `tramp-compat-funcall', pacifying the
11003 compiler. Do not require tramp-util.el and tramp-vc.el anymore,
11004 it hurts at least for SXEmacs.
11005 (tramp-compat-temporary-file-directory): In XEmacs, there is no
11006 standard-value for `temporary-file-directory'.
11007
11008 * net/tramp-sh.el (tramp-do-directory-files-and-attributes-with-stat):
11009 Redirect stderr to /dev/null.
11010 (tramp-sh-handle-write-region): uid and gid can be floats.
11011 Reported by Russell Sim <russell.sim@gmail.com>.
11012 (tramp-sh-handle-vc-registered): Hide errors.
11013 (tramp-vc-file-name-handler): Use dummy results for `process-file'
11014 and `start-file-process'.
11015 (tramp-maybe-open-connection): Check also whether `non-essential'
11016 is bound.
11017
11018 2012-07-04 Chong Yidong <cyd@gnu.org>
11019
11020 * xml.el (xml--parse-buffer): Use xml-syntax-table.
11021 (xml-parse-tag): Likewise, and avoid changing entity tables.
11022 (xml-syntax-table): Define from scratch, making sure not to give
11023 x2000 and other Unicode spaces whitespace syntax, since those are
11024 not spaces in XML.
11025 (xml-parse-fragment): Delete unused function.
11026 (xml-name-start-char-re, xml-name-char-re, xml-name-re)
11027 (xml-names-re, xml-nmtoken-re, xml-nmtokens-re, xml-char-ref-re)
11028 (xml-entity-ref, xml-pe-reference-re)
11029 (xml-reference-re,xml-att-value-re, xml-tokenized-type-re)
11030 (xml-notation-type-re, xml-enumeration-re, xml-enumerated-type-re)
11031 (xml-att-type-re, xml-default-decl-re, xml-att-def-re)
11032 (xml-entity-value-re): Use syntax references in regexps where
11033 possible; no need to define inside a let-binding.
11034 (xml-parse-dtd): Use xml-pe-reference-re.
11035 (xml-entity-or-char-ref-re): New defconst.
11036 (xml-parse-string, xml-substitute-special): Use it.
11037
11038 2012-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
11039
11040 * files.el (locate-dominating-file): Allow `name' to be a predicate.
11041 (find-file--read-only): New function.
11042 (find-file-read-only, find-file-read-only-other-window)
11043 (find-file-read-only-other-frame): Use it.
11044 (insert-file-contents-literally): Don't `fset'.
11045 (get-free-disk-space): Use locate-dominating-file.
11046
11047 * emacs-lisp/bytecomp.el (byte-compile): Don't signal an error if the
11048 function is already compiled.
11049
11050 * xml.el (xml-name-regexp): Remove, redundant. Use xml-name-re.
11051
11052 2012-07-03 Michael Albinus <michael.albinus@gmx.de>
11053
11054 * vc/ediff-diff.el (ediff-same-file-contents): Fix it for remote
11055 files on the same host.
11056
11057 2012-07-03 Andreas Schwab <schwab@linux-m68k.org>
11058
11059 * help-fns.el (describe-function-1): Only call
11060 help-fns--autoloaded-p when we have a file name. (Bug#11848)
11061
11062 2012-07-03 Chong Yidong <cyd@gnu.org>
11063
11064 * xml.el: Protect parser against XML bombs.
11065 (xml-entity-expansion-limit): New variable.
11066 (xml-parse-string, xml-substitute-special): Use it.
11067 (xml-parse-dtd): Avoid infloop if the DTD is not terminated.
11068
11069 2012-07-03 Glenn Morris <rgm@gnu.org>
11070
11071 * progmodes/bug-reference.el (bug-reference-bug-regexp):
11072 Allow linking to specific messages in debbugs reports (eg 123#5).
11073
11074 2012-07-02 Chong Yidong <cyd@gnu.org>
11075
11076 * xml.el: Fix entity and character reference expansion, allowing
11077 them to expand into markup as per XML spec.
11078 (xml-default-ns): New variable.
11079 (xml-entity-alist): Use XML spec definitions for lt and amp.
11080 (xml-parse-region): Make first two arguments optional.
11081 Discard text properties.
11082 (xml-parse-tag-1): New function, spun off from xml-parse-tag.
11083 All callers changed.
11084 (xml-parse-tag): Call xml-parse-tag-1. For backward
11085 compatibility, this function should not modify buffer contents.
11086 (xml-parse-tag-1): Fix opening-tag regexp.
11087 (xml-parse-string): Rewrite, handling entity and character
11088 references properly.
11089 (xml--entity-replacement-text): Signal an error if a parameter
11090 entity is undefined.
11091
11092 2012-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
11093
11094 * comint.el (comint-output-filter): Filter out repeated prompts.
11095
11096 * net/ange-ftp.el (ange-ftp-expand-file-name): Use ange-ftp-ftp-name
11097 and file-name-absolute-p.
11098 (ange-ftp-file-exists-p): Use ange-ftp-file-exists-p for
11099 internal calls.
11100
11101 2012-07-02 Paul Eggert <eggert@cs.ucla.edu>
11102
11103 Spelling fixes.
11104 * emacs-lisp/bytecomp.el (byte-compile--reify-function):
11105 Rename from byte-compile--refiy-function. All uses changed.
11106
11107 2012-07-01 Chong Yidong <cyd@gnu.org>
11108
11109 * xml.el (xml--parse-buffer): New function. Move most of
11110 xml-parse-region here.
11111 (xml-parse-region): Copy region into a temporary buffer, since
11112 parameter entity substitution requires changing buffer contents.
11113 Use xml--parse-buffer.
11114 (xml-parse-file): Use xml--parse-buffer.
11115 (xml-parse-dtd): Make parameter entity substitution work right.
11116 Use proper regexps for ELEMENT declarations (Bug#7172).
11117
11118 2012-06-30 Glenn Morris <rgm@gnu.org>
11119
11120 * comint.el (follow-comint-scroll-to-bottom): Fix declaration.
11121
11122 * net/secrets.el, net/tramp-gvfs.el, net/xesam.el, net/zeroconf.el:
11123 Remove outdated and unnecessary dbus declarations.
11124
11125 2012-06-30 Eli Zaretskii <eliz@gnu.org>
11126
11127 * emacs-lisp/timer.el (timer-until): Subtract results of
11128 float-time, instead of taking float-time of the result of
11129 time-subtract, since float-time signals an error for negative time
11130 arguments.
11131
11132 2012-06-30 Chong Yidong <cyd@gnu.org>
11133
11134 * xml.el (xml-*-re): Convert defvars into defconsts, and
11135 eval-and-compile them so eval-and-compile works on derivatives.
11136 (xml--entity-replacement-text): Use eval-and-comple.
11137
11138 2012-06-30 Michael Albinus <michael.albinus@gmx.de>
11139
11140 * vc/vc-git.el (vc-git-registered): Use cache property
11141 `git-registered'.
11142 (vc-git-mode-line-string): Call `vc-working-revision' instead of
11143 `vc-git-working-revision' in order to benefit from the cache.
11144 (vc-git-root): Use cache property `git-root'. (Bug#11757)
11145
11146 2012-06-30 Dmitry Gutov <dgutov@yandex.ru>
11147
11148 * vc/vc-hooks.el (vc-before-save): Clear cache if file has been
11149 removed (likely outside Emacs). (Bug#11757)
11150
11151 2012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
11152
11153 * emacs-lisp/cl-lib.el: Require macroexp.
11154
11155 2012-06-30 Chong Yidong <cyd@gnu.org>
11156
11157 * xml.el: Implement XML parameter entities.
11158 (xml-parameter-entity-alist): New variable.
11159 (xml-parse-region, xml-parse-fragment): Preserve previous values
11160 of xml-entity-alist and xml-parameter-entity-alist, so that
11161 repeated calls on different documents do not change them.
11162 (xml-parse-tag): Fix doctype regexp.
11163 (xml--entity-replacement-text): New function.
11164 (xml-parse-dtd): Use it. Don't handle system entities; doing that
11165 properly requires url retrieval which is unimplemented.
11166 (xml-escape-string): Doc fix.
11167
11168 2012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
11169
11170 * emacs-lisp/cl-lib.el (cl-pushnew): Use macroexp-let2.
11171
11172 2012-06-29 Dmitry Antipov <dmantipov@yandex.ru>
11173
11174 * fringe.el (fringe-mode): Doc fix.
11175
11176 2012-06-29 Michael Albinus <michael.albinus@gmx.de>
11177
11178 * net/ange-ftp.el (ange-ftp-get-passwd): Throw if `non-essential'
11179 is non-nil.
11180 (ange-ftp-ignore-errors-if-non-essential): New defmacro.
11181 (ange-ftp-file-name-all-completions): Use it. (Bug#11808)
11182
11183 2012-06-29 Andreas Schwab <schwab@linux-m68k.org>
11184
11185 * calendar/cal-dst.el (calendar-current-time-zone):
11186 Return calendar-current-time-zone-cache if non-nil.
11187
11188 2012-06-29 Masatake YAMATO <yamato@redhat.com>
11189
11190 * progmodes/which-func.el (which-func-format):
11191 Add mouse-face. (Bug#11698)
11192
11193 2012-06-29 Leo Liu <sdl.web@gmail.com>
11194
11195 * textmodes/enriched.el (enriched-next-annotation): Use eq (Bug#11528).
11196
11197 2012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
11198
11199 * minibuffer.el (minibuffer-confirm-exit-commands):
11200 Add completion-at-point (bug#11725).
11201
11202 2012-06-29 Glenn Morris <rgm@gnu.org>
11203
11204 * progmodes/f90.el (f90-font-lock-keywords-2):
11205 Add some preprocessor elements. (Bug#10499)
11206
11207 2012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
11208
11209 * progmodes/cperl-mode.el (cperl-update-syntaxification):
11210 Use syntax-propertize (bug#11739).
11211
11212 2012-06-28 Juanma Barranquero <lekktu@gmail.com>
11213
11214 * emacs-lisp/cl-lib.el (cl-pushnew): Don't capture X (bug#11811).
11215
11216 2012-06-28 Julien Danjou <julien@danjou.info>
11217
11218 * term.el (term-handle-colors-array): Use a set of new faces to
11219 color the terminal. Also uses :inverse-video property.
11220 (term-default-fg-color): Set to nil by default, deprecate in favor
11221 of `term-face'.
11222 (term-default-bg-color): Set to nil by default, deprecate in favor
11223 of `term-face'.
11224 (term-current-face): Use `term-face' by default.
11225 (term-bold-attribute): Variable deleted.
11226
11227 2012-06-28 Glenn Morris <rgm@gnu.org>
11228
11229 * simple.el (completion-list-mode-finish):
11230 Don't use toggle-read-only. (Since completion-list-mode has
11231 a special mode-class, it wasn't doing anything extra anyway.)
11232
11233 2012-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
11234
11235 Make inlining of other-mode interpreted functions work (bug#11799).
11236 * emacs-lisp/bytecomp.el (byte-compile--refiy-function): New fun.
11237 (byte-compile): Use it to fix compilation of lexical-binding closures.
11238 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Compile the
11239 function, if needed.
11240
11241 2012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
11242
11243 * help-mode.el (help-make-xrefs): Don't just withstand
11244 cyclic-variable-indirection but any error in documentation-property.
11245
11246 * loadup.el (purify-flag): Pre-grow the hash-table to reduce the
11247 memory use.
11248 * bindings.el (bindings--define-key): New function.
11249 * vc/vc-hooks.el, replace.el, menu-bar.el, international/mule-cmds.el:
11250 * emacs-lisp/lisp-mode.el, buff-menu.el, bookmark.el:
11251 * bindings.el: Use it to purecopy define-key bindings.
11252
11253 * textmodes/rst.el (rst-adornment-faces-alist): Avoid copy-list.
11254
11255 * emacs-lisp/cl.el (flet): Mark obsolete.
11256 * emacs-lisp/cl-macs.el (cl-flet*): New macro.
11257 * vc/vc-rcs.el (vc-rcs-annotate-command, vc-rcs-parse):
11258 * progmodes/js.el (js-c-fill-paragraph):
11259 * progmodes/ebrowse.el (ebrowse-switch-member-buffer-to-sibling-class)
11260 (ebrowse-switch-member-buffer-to-derived-class):
11261 * play/5x5.el (5x5-solver): Use cl-flet.
11262
11263 * emacs-lisp/cl.el: Use lexical-binding. Fix flet (bug#11780).
11264 (cl--symbol-function): New macro.
11265 (cl--letf, cl--letf*): Use it.
11266
11267 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
11268 Strip "toggle-" if any.
11269
11270 2012-06-27 Glenn Morris <rgm@gnu.org>
11271
11272 * info.el (Info-default-directory-list): Move here from paths.el.
11273 * paths.el: Remove file, which is now empty.
11274 * loadup.el: No longer load "paths".
11275
11276 * custom.el (custom-initialize-delay): Doc fix.
11277
11278 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
11279 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
11280 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
11281 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
11282 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
11283 * eshell/em-xtra.el: Replace eshell-defgroup with "(progn (defgroup".
11284 * eshell/eshell.el (eshell-defgroup): Remove alias.
11285
11286 2012-06-27 Chong Yidong <cyd@gnu.org>
11287
11288 * help.el (help-enable-auto-load): New variable.
11289
11290 * help-fns.el (help-fns--autoloaded-p): New function.
11291 (describe-function-1): Refer to a function as "autoloaded" if it
11292 was autoloaded at any time in the past. Perform autoloading if
11293 help-enable-auto-load is non-nil.
11294
11295 2012-06-26 Eli Zaretskii <eliz@gnu.org>
11296
11297 * makefile.w32-in (compile, compile-always): Depend on
11298 update-subdirs, not on subdirs.el. Otherwise, several different
11299 sub-targets of 'bootstrap' running in parallel could
11300 simultaneously write to subdirs.el, producing a garbled file.
11301
11302 2012-06-26 Sam Steingold <sds@gnu.org>
11303
11304 * files.el (file-name-base): New convenience function.
11305 * autoinsert.el, cus-dep.el, doc-view.el, image-dired.el:
11306 * woman.el, eshell/esh-cmd.el, progmodes/ada-xref.el:
11307 * progmodes/cc-defs.el, progmodes/cperl-mode.el:
11308 * progmodes/flymake.el, progmodes/gud.el, progmodes/idlwave.el:
11309 * textmodes/ispell.el, textmodes/reftex-ref.el:
11310 * textmodes/tex-mode.el: Use it.
11311 Did not touch cedet and org because they are maintained elsewhere.
11312
11313 2012-06-26 Martin Rudalics <rudalics@gmx.at>
11314
11315 * calendar/calendar.el (calendar-exit): Don't try to delete or
11316 iconify last frame. See:
11317 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00372.html
11318
11319 2012-06-25 Jim Diamond <Jim.Diamond@AcadiaU.ca> (tiny change)
11320
11321 * server.el (server-process-filter): Remember dir in the
11322 process's `server-client-directory' properties.
11323
11324 2012-06-24 Chong Yidong <cyd@gnu.org>
11325
11326 * xml.el (xml-parse-tag): Correctly handle comment embedded in
11327 non-tag text.
11328
11329 2012-06-23 Juanma Barranquero <lekktu@gmail.com>
11330
11331 * makefile.w32-in (COMPILE_FIRST): Synch with changes in 2012-06-22T21:24:54Z!monnier@iro.umontreal.ca.
11332
11333 2012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
11334
11335 * help-fns.el (describe-variable): Don't croak when doc is not found.
11336 * vc/pcvs.el (cvs-retrieve-revision): Avoid toggle-read-only.
11337 * menu-bar.el (menu-bar-line-wrapping-menu): Purecopy a tiny bit more.
11338 * emacs-lisp/syntax.el (syntax-ppss): Simplify with new `if' place.
11339 * emacs-lisp/smie.el (smie-next-sexp): CSE.
11340 * emacs-lisp/macroexp.el (macroexp-let2): Fix edebug spec and avoid
11341 ((lambda ..) ..).
11342 * emacs-lisp/eieio.el (eieio-oref, slot-value): Use simpler defsetf.
11343
11344 2012-06-23 Chong Yidong <cyd@gnu.org>
11345
11346 * info.el (Info-mouse-follow-link): Accept symbol values of
11347 link-args. Select window; suggested by Gerhard Kahl (Bug#11672).
11348 (Info-fontify-node): Use Info-link-keymap for all navigation
11349 buttons, with link-args property to perform the desired action.
11350 (Info-link-keymap): Doc fix.
11351 (Info-next-link-keymap, Info-prev-link-keymap)
11352 (Info-up-link-keymap): Delete now-unused keymaps.
11353
11354 2012-06-23 Chong Yidong <cyd@gnu.org>
11355
11356 * mouse.el (mouse-drag-track): Deactivate the mark before popping.
11357
11358 * progmodes/python.el (python-skeleton-define): Mark abbrevs as
11359 system abbrevs.
11360
11361 * ansi-color.el (ansi-color-apply-on-region): Doc fix.
11362
11363 2012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
11364
11365 * emacs-lisp/cl-macs.el (cl--make-usage-args): Handle improper lists
11366 (bug#11719).
11367
11368 * minibuffer.el (completion--twq-try): Try to fail more gracefully when
11369 the requote function doesn't work properly (bug#11714).
11370
11371 2012-06-23 Glenn Morris <rgm@gnu.org>
11372
11373 * pcmpl-rpm.el (pcmpl-rpm-packages): Give status messages.
11374
11375 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
11376
11377 Further GV/CL cleanups.
11378 * emacs-lisp/gv.el (gv-get): Autoload functions to find their
11379 gv-expander.
11380 (gv--defun-declaration): New function.
11381 (defun-declarations-alist): Use it.
11382 (gv-define-modify-macro, gv-pushnew!, gv-inc!, gv-dec!): Remove.
11383 (gv-place): Autoload.
11384 * emacs-lisp/cl.el (cl--dotimes, cl--dolist): Remember subr.el's
11385 original definition of dotimes and dolist.
11386 * emacs-lisp/cl-macs.el (cl-expr-access-order): Remove unused.
11387 (cl-dolist, cl-dotimes): Use `dolist' and `dotimes'.
11388 * emacs-lisp/cl-lib.el: Move gv handlers from cl-macs to here.
11389 (cl-fifth, cl-sixth, cl-seventh, cl-eighth)
11390 (cl-ninth, cl-tenth): Move gv handler to the function's definition.
11391 * emacs-lisp/cl-extra.el (cl-subseq, cl-get, cl-getf): Move gv handler
11392 to the function's definition.
11393 * Makefile.in (COMPILE_FIRST): Re-order to speed it up by about 50%.
11394 * window.el:
11395 * files.el:
11396 * faces.el:
11397 * env.el: Don't use CL.
11398
11399 2012-06-22 Paul Eggert <eggert@cs.ucla.edu>
11400
11401 Support higher-resolution time stamps (Bug#9000).
11402
11403 * calendar/time-date.el (with-decoded-time-value): New arg
11404 PICO-SYMBOL in VARLIST. It's optional, for backward compatibility.
11405 (encode-time-value): New optional arg PICO. New type 3.
11406 (time-to-seconds) [!float-time]: Support the new picoseconds
11407 component if it's used.
11408 (seconds-to-time, time-subtract, time-add):
11409 Support ps-resolution time stamps as well.
11410
11411 * emacs-lisp/timer.el (timer): New component psecs. All uses changed.
11412 (timerp): Timer vectors now have length 9, not 8.
11413 (timer--time): Support new-style (4-part) time stamps.
11414 (timer-next-integral-multiple-of-time): Time stamps now have
11415 picosecond resolution, so take a bit more care about rounding.
11416 (timer-relative-time, timer-inc-time): New optional arg psecs.
11417 (timer-set-time-with-usecs): Set psecs to 0.
11418 (timer--activate): Check psecs component, too.
11419
11420 * proced.el (proced-time-lessp): Support ps-resolution stamps.
11421
11422 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
11423
11424 * icomplete.el (icomplete-minibuffer-setup, icomplete-completions):
11425 Move the non-essential binding to the post/pre-command-hook where it is
11426 more obviously correct.
11427
11428 * subr.el (read-passwd): Don't use a history at all.
11429 * savehist.el (savehist-save): Remove password saved accidentally
11430 because of the above bug.
11431
11432 2012-06-22 Bastien Guerry <bzg@gnu.org>
11433
11434 * files.el (toggle-read-only): Display a message telling whether
11435 the buffer is read-only or not (bug#11726).
11436
11437 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
11438
11439 * emacs-lisp/gv.el: New file.
11440 * subr.el (push, pop): Extend to generalized variables.
11441 * loadup.el (macroexp): Unload if preloaded and uncompiled (bug#11657).
11442 * emacs-lisp/cl-lib.el (cl-pop, cl-push, cl--set-nthcdr): Remove.
11443 * emacs-lisp/cl-macs.el: Require gv. Use gv-define-setter,
11444 gv-define-simple-setter, and gv-define-expander.
11445 Remove setf-methods defined in gv. Rename cl-setf -> setf.
11446 (cl-setf, cl-do-pop, cl-get-setf-method): Remove.
11447 (cl-letf, cl-letf*, cl-define-modify-macro, cl-defsetf)
11448 (cl-define-setf-expander, cl-struct-setf-expander): Move to cl.el.
11449 (cl-remf, cl-shiftf, cl-rotatef, cl-callf, cl-callf2): Rewrite with
11450 gv-letplace.
11451 (cl-defstruct): Don't define setf-method any more.
11452 * emacs-lisp/cl.el (flet): Don't autoload.
11453 (cl--letf, letf, cl--letf*, letf*, cl--gv-adapt)
11454 (define-setf-expander, defsetf, define-modify-macro)
11455 (cl-struct-setf-expander): Move from cl-lib.el.
11456 * emacs-lisp/syntax.el:
11457 * emacs-lisp/ewoc.el:
11458 * emacs-lisp/smie.el:
11459 * emacs-lisp/cconv.el:
11460 * emacs-lisp/timer.el: Rename cl-setf -> setf, cl-push -> push.
11461 (timer--time): Use gv-define-simple-setter.
11462 * emacs-lisp/macroexp.el (macroexp-let2): Rename from macroexp-let²
11463 to avoid coding-system problems in subr.el. Adjust all users.
11464 (macroexp--maxsize, macroexp-small-p): New functions.
11465 * emacs-lisp/bytecomp.el (byte-compile-file): Don't use cl-letf.
11466 * scroll-bar.el (scroll-bar-mode):
11467 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
11468 (normal-erase-is-backspace-mode): Don't use the `eq' place.
11469 * winner.el (winner-configuration, winner-make-point-alist)
11470 (winner-set-conf, winner-get-point, winner-set): Don't abuse letf.
11471 * files.el (locate-file-completion-table): Avoid list*.
11472
11473 2012-06-22 Chong Yidong <cyd@gnu.org>
11474
11475 * dired-aux.el (dired-do-create-files): Doc fix (Bug#11327).
11476 (dired-create-files): Doc fix (Bug#11329).
11477 (dired-do-copy): Doc fix (Bug#11334).
11478 (dired-mark-read-string): Doc fix (Bug#11553).
11479
11480 * dired.el (dired-recursive-copies, dired-recursive-deletes):
11481 Doc fix (Bug#11326).
11482 (dired-make-relative): Doc fix (Bug#11332). Remove unused arg.
11483 (dired-dwim-target): Doc fix.
11484
11485 * wdired.el (wdired-mode): Doc fix.
11486
11487 2012-06-22 Glenn Morris <rgm@gnu.org>
11488
11489 * pcmpl-rpm.el (pcmpl-rpm-cache): New option.
11490 (pcmpl-rpm-cache-stamp-file): New constant.
11491 (pcmpl-rpm-cache-time, pcmpl-rpm-packages): New variables.
11492 (pcmpl-rpm-packages): Optionally cache list of packages.
11493
11494 * pcmpl-rpm.el (pcmpl-rpm): New group.
11495 (pcmpl-rpm-query-options): New option.
11496 (pcmpl-rpm-packages): No need to inline it.
11497 Use pcmpl-rpm-query-options.
11498
11499 * calendar/calendar.el (calendar-in-read-only-buffer):
11500 Avoid some needless mode changes.
11501
11502 2012-06-21 Chong Yidong <cyd@gnu.org>
11503
11504 * desktop.el (desktop-read): Don't prompt if daemon (Bug#11674).
11505 (desktop-path): Remove . from the default value (Bug#10977).
11506 (desktop-read): Use user-emacs-directory if desktop-path is nil.
11507
11508 2012-06-20 Chong Yidong <cyd@gnu.org>
11509
11510 * term.el (term-send-raw-meta): Make C-M-<char> keys work (Bug#8172).
11511
11512 2012-06-20 David Röthlisberger <david@rothlis.net> (tiny change)
11513
11514 * ido.el (ido-switch-buffer, ido-find-file): Fix up doc of C-j
11515 (bug#11201).
11516
11517 2012-06-20 Chong Yidong <cyd@gnu.org>
11518
11519 * term.el (term-window-width): Handle the case of a missing right
11520 fringe (Bug#8837).
11521 (term-check-size): Use window-text-height (Bug#5445).
11522 (term-mode): Use define-derived-mode. Minor cleanups.
11523 Set font-lock-defaults (Bug#7692).
11524 (term-move-columns, term-insert-char, term-emulate-terminal)
11525 (term-erase-in-line, term-insert-spaces): Use font-lock-face.
11526
11527 2012-06-20 Michael Albinus <michael.albinus@gmx.de>
11528
11529 * net/ange-ftp.el (ange-ftp-get-passwd):
11530 Bind `enable-recursive-minibuffers'.
11531 (ange-ftp-get-process): Throw if `non-essential' is non-nil.
11532
11533 2012-06-19 David Röthlisberger <david@rothlis.net> (tiny change)
11534
11535 * ido.el (ido-find-file): Mention C-d binding in docstring (bug#11244).
11536
11537 2012-06-19 Glenn Morris <rgm@gnu.org>
11538
11539 * progmodes/python.el (python-mode): Derive from prog-mode.
11540
11541 2012-06-19 Kevin Gallagher <Kevin.Gallagher@boeing.com>
11542
11543 * emulation/edt.el (edt-default-menu-bar-update-buffers)
11544 (edt-user-menu-bar-update-buffers): New functions.
11545 (edt-default-emulation-setup, edt-user-emulation-setup): Use them.
11546
11547 2012-06-19 Chong Yidong <cyd@gnu.org>
11548
11549 * subr.el (with-selected-window): Preserve the selected window's
11550 terminal's top-frame (Bug#4702).
11551
11552 * window.el (save-selected-window): Likewise.
11553
11554 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
11555
11556 * progmodes/python.el (python-rx-constituents): Move backquote.
11557 (python-skeleton-define, python-define-auxiliary-skeleton):
11558 Use `declare'.
11559
11560 2012-06-18 Michael Albinus <michael.albinus@gmx.de>
11561
11562 * minibuffer.el (read-file-name-default): Revert the patch from
11563 2012-06-17.
11564
11565 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
11566
11567 * emacs-lisp/pcase.el (pcase--expand): Warn for unused pattern.
11568 (pcase--u1, pcase--q1): Don't use apply-partially.
11569
11570 2012-06-18 Glenn Morris <rgm@gnu.org>
11571
11572 * progmodes/python.el (python-proc, python-buffer)
11573 (python-send-receive, python-send-string): Fix obsolete versions.
11574
11575 2012-06-18 Martin Rudalics <rudalics@gmx.at>
11576
11577 * window.el (special-display-p): Completely remove stringp
11578 check. Suggested by Andreas Schwab <schwab@linux-m68k.org>.
11579
11580 2012-06-17 Michael Albinus <michael.albinus@gmx.de>
11581
11582 * minibuffer.el (read-file-name-default): Bind `non-essential' to `t'.
11583
11584 * net/tramp.el (tramp-file-name-handler): Catch 'non-essential.
11585
11586 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-start-process):
11587 * net/tramp-sh.el (tramp-maybe-open-connection):
11588 Throw if `non-essential' is non-nil.
11589
11590 2012-06-17 Martin Rudalics <rudalics@gmx.at>
11591
11592 * window.el (special-display-p): Signal an error if BUFFER-NAME
11593 is not a string (Bug#11713).
11594
11595 2012-06-17 Paul Eggert <eggert@cs.ucla.edu>
11596
11597 * progmodes/python.el (python-info-beginning-of-backslash):
11598 Rename from python-info-beginning-of-backlash, as a spelling fix.
11599
11600 2012-06-17 Chong Yidong <cyd@gnu.org>
11601
11602 * term.el (term-emulate-terminal): If term-check-size is called,
11603 move point to the process mark without resetting point (Bug#4635).
11604
11605 2012-06-17 Glenn Morris <rgm@gnu.org>
11606
11607 * international/mule-cmds.el (mule-menu-keymap)
11608 (set-language-environment, set-locale-environment): Doc tweaks.
11609
11610 2012-06-16 Aurelien Aptel <aurelien.aptel@gmail.com>
11611
11612 * cus-face.el (custom-face-attributes): Add wave-style underline
11613 attribute.
11614 * faces.el (set-face-attribute): Update docstring to describe
11615 wave-style underline attribute.
11616
11617 2012-06-16 Chong Yidong <cyd@gnu.org>
11618
11619 * term/xterm.el (terminal-init-xterm): Discard input before
11620 querying background mode (Bug#10959).
11621
11622 2012-06-16 Stefan Merten <smerten@oekonux.de>
11623
11624 * textmodes/rst.el: Added and corrected some comments.
11625 (rst-re-alist-def): Improve symbol syntax.
11626 (rst-mode-syntax-table): Correct syntax entries.
11627 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
11628 (rst-official-version, rst-official-cvs-rev): Update version
11629 information.
11630
11631 2012-06-15 Juanma Barranquero <lekktu@gmail.com>
11632
11633 * makefile.w32-in (COMPILE_FIRST): Synch with makefile.in changes
11634 in 2008-06-22T13:57:28Z!monnier@iro.umontreal.ca.
11635
11636 2012-06-15 Fabián Ezequiel Gallina <fgallina@cuca>
11637
11638 * progmodes/python.el: New python.el merge.
11639 (python-guess-indent): Obsolete var.
11640 (python-indent-guess-indent-offset): New defcustom.
11641 (python-indent): Obsolete var.
11642 (python-indent-offset): New defcustom.
11643 (python-python-command, python-jython-command): Delete var.
11644 (python-shell-interpreter): New defcustom.
11645 (python-pdbtrack-do-tracking-p): Delete var.
11646 (python-pdbtrack-activate): New defcustom.
11647 (python-use-skeletons): Obsolete var.
11648 (python-skeleton-autoinsert): New defcustom.
11649 (inferior-python-filter-regexp, python-continuation-offset)
11650 (python-honour-comment-indentation, python-indent-string-contents)
11651 (python-jython-packages, python-mode-hook)
11652 (python-pdbtrack-minor-mode-string, python-remove-cwd-from-path)
11653 (python-shell-prompt-alist)
11654 (python-source-modes): Delete defcustoms.
11655 (python-check-buffer-name, python-eldoc-setup-code)
11656 (python-eldoc-string-code, python-ffap-setup-code)
11657 (python-ffap-string-code, python-fill-comment-function)
11658 (python-fill-decorator-function, python-fill-paren-function)
11659 (python-fill-string-function, python-imenu-include-defun-type)
11660 (python-imenu-make-tree, python-imenu-subtree-root-label)
11661 (python-pdbtrack-stacktrace-info-regexp, python-shell-buffer-name)
11662 (python-shell-compilation-regexp-alist)
11663 (python-shell-completion-module-string-code)
11664 (python-shell-completion-pdb-string-code)
11665 (python-shell-completion-setup-code)
11666 (python-shell-completion-string-code)
11667 (python-shell-enable-font-lock, python-shell-exec-path)
11668 (python-shell-extra-pythonpaths)
11669 (python-shell-internal-buffer-name, python-shell-interpreter-args)
11670 (python-shell-process-environment)
11671 (python-shell-prompt-block-regexp)
11672 (python-shell-prompt-output-regexp)
11673 (python-shell-prompt-pdb-regexp, python-shell-prompt-regexp)
11674 (python-shell-send-setup-max-wait, python-shell-setup-codes)
11675 (python-shell-virtualenv-path): New defcustoms.
11676 (brm-menu, eldoc-documentation-function, inferior-python-mode-map)
11677 (inferior-python-mode-syntax-table, python--prompt-regexp)
11678 (python-buffer, python-command python-python-command)
11679 (python-default-template, python-imports, python-indent-index)
11680 (python-indent-list, python-indent-list-length)
11681 (python-mode-running, python-pdbtrack-is-tracking-p)
11682 (python-preoutput-continuation, python-preoutput-leftover)
11683 (python-preoutput-result, python-preoutput-skip-next-prompt)
11684 (python-prev-dir/file, python-recursing)
11685 (python-saved-check-command, python-version-checked)
11686 (python-which-func-length-limit)
11687 (view-return-to-alist): Delete vars.
11688 (python-check-custom-command, python-dotty-syntax-table)
11689 (python-imenu-index-alist, python-indent-current-level)
11690 (python-indent-dedenters, python-indent-levels)
11691 (python-nav-beginning-of-defun-regexp)
11692 (python-nav-list-defun-positions-cache)
11693 (python-pdbtrack-buffers-to-kill, python-pdbtrack-tracked-buffer)
11694 (python-shell-internal-buffer)
11695 (python-skeleton-available): New vars.
11696 (def-python-skeleton): Delete macro.
11697 (python-skeleton-define): New macro.
11698 (python-define-auxiliary-skeleton, python-rx): New macros.
11699 (python-insert-class): Delete command.
11700 (python-skeleton-class): New command.
11701 (python-insert-def): Delete command.
11702 (python-skeleton-def): New command.
11703 (python-insert-for): Delete command.
11704 (python-skeleton-for): New command.
11705 (python-insert-if): Delete command.
11706 (python-skeleton-if): New command.
11707 (python-insert-try/except, python-insert-try/finally): Delete commands.
11708 (python-skeleton-try): New command.
11709 (python-insert-while): Delete command.
11710 (python-skeleton-while): New command.
11711 (python-backspace): Delete command.
11712 (python-indent-dedent-line-backspace): New command.
11713 (python-electric-colon): Delete command.
11714 (python-indent-electric-colon): New command.
11715 (python-guess-indent): Delete command.
11716 (python-indent-guess-indent-offset): New command.
11717 (python-shift-left): Delete command.
11718 (python-indent-shift-left): New command.
11719 (python-shift-right): Delete command.
11720 (python-indent-shift-right): New command.
11721 (python-find-function): Delete command.
11722 (python-nav-jump-to-defun): New command.
11723 (python-next-statement): Delete command.
11724 (python-nav-forward-sentence): New command.
11725 (python-previous-statement): Delete command.
11726 (python-nav-backward-sentence): New command.
11727 (python-fill-paragraph): Delete command.
11728 (python-fill-paragraph-function): New command.
11729 (python-send-buffer): Delete command.
11730 (python-shell-send-buffer): New command.
11731 (python-send-defun): Delete command.
11732 (python-shell-send-defun): New command.
11733 (python-send-region, python-send-region-and-go): Delete commands.
11734 (python-shell-send-region)
11735 (python-shell-switch-to-shell): New commands.
11736 (python-send-string): Delete command.
11737 (python-shell-send-string): New command.
11738 (python-switch-to-python): Delete command.
11739 (python-shell-switch-to-shell): New command.
11740 (python-describe-symbol): Delete command.
11741 (python-eldoc-at-point): New command.
11742 (python--set-prompt-regexp, python-args-to-list)
11743 (python-after-info-look, python-check-version)
11744 (python-check-comint-prompt, python-find-imports)
11745 (python-execute-file, turn-off-pdbtrack, turn-on-pdbtrack)
11746 (python-unload-function, python-expand-template)
11747 (python-maybe-jython, python-preoutput-filter)
11748 (python-pdbtrack-get-source-buffer)
11749 (python-pdbtrack-grub-for-buffer, python-pdbtrack-overlay-arrow)
11750 (python-pdbtrack-toggle-stack-tracking)
11751 (python-pdbtrack-track-stack-file, python-initial-text)
11752 (python-first-word, python-comment-line-p, python-send-command)
11753 (python-setup-brm, python-sentinel, python-set-proc)
11754 (python-skip-out, python-input-filter, python-outdent-p)
11755 (python-outline-level, python-backslash-continuation-line-p)
11756 (python-end-of-block, python-end-of-statement, python-mark-block)
11757 (python-beginning-of-block, python-beginning-of-statement)
11758 (python-blank-line-p, python-beginning-of-string)
11759 (python-open-block-statement-p): Delete functions.
11760 (python-indent-line, python-indent-line-1): Delete functions.
11761 (python-indent-line): New function.
11762 (python-indentation-levels): Delete function.
11763 (python-indent-calculate-levels): New function.
11764 (python-proc): Delete function.
11765 (python-shell-get-process): New function.
11766 (python-send-receive): Delete function.
11767 (python-shell-send-string-no-output): New function.
11768 (python-module-path): Delete function.
11769 (python-ffap-module-path): New function.
11770 (python-completion-at-point)
11771 (python-symbol-completions): Delete functions.
11772 (python-completion-complete-at-point): New function.
11773 (python-load-file): Delete function.
11774 (python-shell-send-file): New function.
11775 (python-calculate-indentation): Delete function.
11776 (python-indent-calculate-indentation): New function.
11777 (python-skip-comments/blanks): Delete function.
11778 (python-util-forward-comment): New function.
11779 (python-continuation-line-p): Delete function.
11780 (python-info-continuation-line-p): New function.
11781 (python-which-func, python-current-defun): Delete function.
11782 (python-info-current-defun): New function.
11783 (python-beginning-of-defun): Delete function.
11784 (python-nav-beginning-of-defun): New function.
11785 (python-close-block-statement-p)
11786 (python-block-end-p): Delete function.
11787 (python-info-closing-block): New function.
11788 (python-comint-output-filter-function)
11789 (python-eldoc--get-doc-at-point, python-end-of-defun-function)
11790 (python-fill-comment, python-fill-decorator, python-fill-paren)
11791 (python-fill-string, python-imenu-make-element-tree)
11792 (python-imenu-make-tree, python-imenu-tree-assoc)
11793 (python-indent-context, python-indent-dedent-line)
11794 (python-indent-line-function)
11795 (python-indent-post-self-insert-function)
11796 (python-indent-toggle-levels)
11797 (python-info-assignment-continuation-line-p)
11798 (python-info-beginning-of-backlash)
11799 (python-info-block-continuation-line-p)
11800 (python-info-closing-block-message)
11801 (python-info-line-ends-backslash-p)
11802 (python-info-looking-at-beginning-of-defun)
11803 (python-info-ppss-context, python-info-ppss-context-type)
11804 (python-nav-list-defun-positions, python-nav-read-defun)
11805 (python-nav-sentence-end, python-nav-sentence-start)
11806 (python-pdbtrack-comint-output-filter-function)
11807 (python-pdbtrack-set-tracked-buffer)
11808 (python-shell-calculate-exec-path)
11809 (python-shell-calculate-process-environment)
11810 (python-shell-completion--do-completion-at-point)
11811 (python-shell-completion--get-completions)
11812 (python-shell-completion-complete-at-point)
11813 (python-shell-completion-complete-or-indent)
11814 (python-shell-get-or-create-process)
11815 (python-shell-get-process-name)
11816 (python-shell-internal-get-or-create-process)
11817 (python-shell-internal-get-process-name)
11818 (python-shell-internal-send-string, python-shell-make-comint)
11819 (python-shell-parse-command, python-shell-send-setup-code)
11820 (python-skeleton-add-menu-items)
11821 (python-util-clone-local-variables, python-util-position)
11822 (run-python-internal, python-indentation-levels)
11823 (python-nav-beginning-of-defun)
11824 (python-completion-complete-at-point): New functions.
11825 (run-python): Change arguments. New API requirements.
11826
11827 2012-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
11828
11829 * emacs-lisp/cl-lib.el (cl--defsubst-expand): Autoload inliner
11830 (bug#11649).
11831
11832 * emacs-lisp/macroexp.el (macroexp--compiler-macro): New function.
11833 (macroexp--expand-all): Use it.
11834
11835 * emacs-lisp/cl-macs.el (cl--transform-function-property): Remove.
11836 (cl-define-setf-expander, cl-deftype, cl-define-compiler-macro):
11837 Use `cl-function' instead.
11838
11839 2012-06-14 Juanma Barranquero <lekktu@gmail.com>
11840
11841 * makefile.w32-in (COMPILE_FIRST): Remove subr.el.
11842 Suggested by Stefan Monnier while discussing bug#11657.
11843
11844 2012-06-14 Sam Steingold <sds@gnu.org>
11845
11846 * files.el (abort-if-file-too-large): Use `file-size-human-readable'.
11847
11848 2012-06-14 Andreas Schwab <schwab@linux-m68k.org>
11849
11850 * play/doctor.el (doctor-doc): Remove parameter and use
11851 doctor-sent instead of sent.
11852 (doctor-read-print): Use doctor-sent instead of sent. (Bug#11708)
11853
11854 2012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
11855
11856 * files.el: Require cl-lib.
11857 (file-name-non-special): Replace case -> cl-case.
11858
11859 * emacs-lisp/cl-macs.el (cl-defstruct): Don't add print-func.
11860
11861 * emacs-lisp/edebug.el (edebug-read-function): Remove old incorrect
11862 mapping from #' to function*.
11863
11864 2012-06-13 Chong Yidong <cyd@gnu.org>
11865
11866 * mouse.el (mouse-drag-track): Do not set the mark if the user
11867 releases the mouse without selecting anything (Bug#11588).
11868
11869 2012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
11870
11871 * textmodes/tex-mode.el (latex-indent): Recognize tex-verbatim at EOB
11872 as well (bug#11646).
11873
11874 * loadup.el: Count byte-code functions as well.
11875
11876 * emacs-lisp/byte-opt.el (featurep): Move compiler-macro...
11877 * emacs-lisp/bytecomp.el (featurep): ...here (bug#11692).
11878
11879 * emacs-lisp/autoload.el (make-autoload): Accept nil doc-string-elt
11880 (bug#11649). Add cl-defun and cl-defmacro.
11881
11882 2012-06-13 Drew Adams <drew.adams@oracle.com>
11883
11884 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
11885 Fix last change.
11886
11887 2012-06-13 Michael Albinus <michael.albinus@gmx.de>
11888
11889 * net/dbus.el (dbus-call-method): Use timeout for `read-event'.
11890 Otherwise, it blocks in batch mode.
11891
11892 2012-06-13 Juanma Barranquero <lekktu@gmail.com>
11893
11894 * help-mode.el (bookmark-make-record-default): Declare.
11895
11896 2012-06-13 Chong Yidong <cyd@gnu.org>
11897
11898 * emacs-lisp/package.el (list-packages): Compute a list of
11899 packages that are newly-available since the last list-packages
11900 invocation.
11901 (package-menu--new-package-list): New var.
11902 (package-menu--generate, package-menu--print-info)
11903 (package-menu--status-predicate, package-menu-mark-install):
11904 Handle new status label "new".
11905
11906 2012-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
11907
11908 * emacs-lisp/cl-macs.el (cl-remf): Fix error in recent
11909 conversion to backquotes.
11910
11911 2012-06-12 Chong Yidong <cyd@gnu.org>
11912
11913 * emacs-lisp/edebug.el (edebug-inhibit-emacs-lisp-mode-bindings):
11914 Rename from gud-inhibit-global-bindings.
11915
11916 * emacs-lisp/eieio.el (eieio-pre-method-execution-hooks): Doc fix.
11917
11918 * nxml/nxml-glyph.el (nxml-glyph-set-functions): Rename abnormal
11919 hook from nxml-glyph-set-hook.
11920
11921 * progmodes/cwarn.el (cwarn-mode): Remove redundant variable
11922 declaration.
11923
11924 * progmodes/pascal.el (pascal-toggle-completions): Doc fix.
11925
11926 * textmodes/bibtex.el (bibtex-string-file-path, bibtex-file-path):
11927 Convert to defcustom.
11928
11929 2012-06-12 Drew Adams <drew.adams@oracle.com>
11930
11931 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
11932 New functions.
11933 (help-mode): Use them.
11934
11935 2012-06-11 Glenn Morris <rgm@gnu.org>
11936
11937 * progmodes/fortran.el (fortran-font-lock-keywords-3):
11938 Use preprocessor face for directives.
11939 (fortran-directive-re): Doc fix.
11940
11941 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
11942
11943 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Fix error in recent
11944 conversion to backquotes (bug#11652).
11945
11946 Fix compiler-expansion of CL's cXXr functions (bug#11673).
11947 * emacs-lisp/cl-lib.el (cl--defalias): New function.
11948 (cl-values, cl-values-list, cl-copy-seq, cl-svref, cl-first)
11949 (cl-second, cl-rest, cl-endp, cl-third, cl-fourth): Use it.
11950 (cl-plusp, cl-minusp, cl-fifth, cl-sixth, cl-seventh, cl-eighth)
11951 (cl-ninth, cl-tenth): Mark them as inlinable.
11952 (cl-caaar, cl-caadr, cl-cadar, cl-caddr, cl-cdaar, cl-cdadr)
11953 (cl-cddar, cl-cdddr, cl-caaaar, cl-caaadr, cl-caadar, cl-caaddr)
11954 (cl-cadaar, cl-cadadr, cl-caddar, cl-cadddr, cl-cdaaar, cl-cdaadr)
11955 (cl-cdadar, cl-cdaddr, cl-cddaar, cl-cddadr, cl-cdddar, cl-cddddr):
11956 Add a compiler-macro declaration to use cl--compiler-macro-cXXr.
11957 (cl-list*, cl-adjoin): Don't put an autoload manually.
11958 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin)
11959 (cl--compiler-macro-list*): Add autoload cookie.
11960 (cl--compiler-macro-cXXr): New function.
11961
11962 * help-fns.el (help-fns--compiler-macro): New function extracted from
11963 describe-function-1; follow aliases and use `compiler-macro' property.
11964 (describe-function-1): Use it.
11965
11966 2012-06-11 Chong Yidong <cyd@gnu.org>
11967
11968 * startup.el (fancy-splash-head): Use splash.svg even if librsvg
11969 is uninstalled, if imagemagick is installed.
11970
11971 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
11972
11973 * emacs-lisp/cl-lib.el: Use lexical-binding.
11974 (cl-map-extents, cl-maclisp-member): Remove.
11975 (cl--set-elt, cl--set-nthcdr, cl--set-buffer-substring)
11976 (cl--set-substring, cl--block-wrapper, cl--block-throw)
11977 (cl--compiling-file, cl--mapcar-many, cl--do-subst): Use "cl--" prefix.
11978 * emacs-lisp/cl-extra.el: Use lexical-binding.
11979 (cl--mapcar-many, cl--map-keymap-recursively, cl--map-intervals)
11980 (cl--map-overlays, cl--set-frame-visible-p, cl--progv-save)
11981 (cl--progv-before, cl--progv-after, cl--finite-do, cl--set-getf)
11982 (cl--do-remf, cl--do-prettyprint): Use "cl--" prefix.
11983 * emacs-lisp/cl-seq.el: Use lexical-binding.
11984 (cl--parsing-keywords, cl--check-key, cl--check-test-nokey)
11985 (cl--check-test, cl--check-match): Use "cl--" prefix and backquotes.
11986 (cl--alist, cl--sublis-rec, cl--nsublis-rec, cl--tree-equal-rec):
11987 * emacs-lisp/cl-macs.el (cl--lambda-list-keywords): Use "cl--" prefix.
11988 * edmacro.el (edmacro-mismatch): Simplify to remove dependence on
11989 CL's internals.
11990
11991 2012-06-11 Michael Albinus <michael.albinus@gmx.de>
11992
11993 Sync with Tramp 2.2.6-pre.
11994
11995 * net/tramp-cache.el (tramp-dump-connection-properties): Let-bind
11996 `print-length' and `print-level' to nil, in order to avoid
11997 truncation. Reported by Christopher Schmidt
11998 <christopher@ristopher.com>.
11999
12000 * net/tramp-cmds.el (tramp-cleanup-connection): Delete also process.
12001
12002 * net/tramp-compat.el (tramp-compat-condition-case-unless-debug):
12003 New defmacro.
12004 (tramp-compat-copy-directory): Add optional argument
12005 COPY-CONTENTS. It is not handled yet.
12006
12007 * net/tramp-ftp.el (tramp-disable-ange-ftp): Fix docstring.
12008 (tramp-ftp-file-name-p): Simplify.
12009
12010 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name):
12011 * net/tramp-gw.el (tramp-gw-open-connection): Add hop to
12012 connection vector.
12013
12014 * net/tramp-sh.el (tramp-copy-size-limit): Fix docstring.
12015 (tramp-methods): Do not use `tramp-password-end-of-line'.
12016 (tramp-completion-function-alist-putty): Handle UNIX case.
12017 (tramp-remote-path): Add "/opt/bin", "/opt/sbin" and "/opt/local/bin".
12018 (tramp-do-file-attributes-with-stat)
12019 (tramp-do-directory-files-and-attributes-with-stat) Return uid and
12020 gid as real numbers. They could run out of integer range on cygwin.
12021 (tramp-do-copy-or-rename-file-out-of-band): Better trace format.
12022 (tramp-sh-handle-expand-file-name): Handle hops.
12023 (tramp-open-connection-setup-interactive-shell):
12024 Use `tramp-cleanup'. Move check for busyboxes ...
12025 (tramp-find-shell): ... here. Simplify implementation.
12026 Set "remote-shell" property also for alternative shells.
12027 (tramp-remote-coding-commands): Check "test -c /dev/stdout".
12028 If failing, a regular file would be written otherwise.
12029 Reported by Dmitry Kurochkin <dmitry.kurochkin@gmail.com>.
12030 (tramp-find-inline-encoding): Cache the coding commands in the
12031 process cache. Apply test command on the remote side, if defined.
12032 (tramp-find-inline-compress): Cache the compress commands in the
12033 process cache.
12034 (tramp-compute-multi-hops): Save `tramp-default-proxies-alist'
12035 when requested. Handle hops.
12036 (tramp-current-connection): New defvar.
12037 (tramp-maybe-open-connection): Use `tramp-cleanup'.
12038 Throw `suppress', if there was a failed connection shortly before.
12039 Handle user interrupt. (Bug#10187)
12040 (tramp-get-inline-compress, tramp-get-inline-coding):
12041 Read connection properties from the process cache.
12042
12043 * net/tramp-smb.el (tramp-smb-server-version)
12044 (tramp-smb-wrong-passwd-regexp, tramp-smb-actions-with-tar):
12045 New defconsts.
12046 (tramp-smb-prompt): Extend for powershell prompt.
12047 (tramp-smb-file-name-handler-alist): Add handlers for
12048 `process-file', `shell-command' and `start-file-process'.
12049 (tramp-smb-winexe-program, tramp-smb-winexe-shell-command)
12050 (tramp-smb-winexe-shell-command-switch): New defcustoms.
12051 (tramp-smb-file-name-p): Simplify.
12052 (tramp-smb-action-with-tar, tramp-smb-handle-process-file)
12053 (tramp-smb-kill-winexe-function, tramp-smb-call-winexe)
12054 (tramp-smb-shell-quote-argument): New defuns.
12055 (tramp-smb-handle-copy-directory): Add COPY-CONTENTS argument.
12056 Implement using "tar". By this, time-stamps are preserved.
12057 (tramp-smb-handle-copy-file): Handle also the case of directories.
12058 (tramp-smb-do-file-attributes-with-stat)
12059 (tramp-smb-get-file-entries, tramp-smb-get-cifs-capabilities):
12060 Use `tramp-get-connection-buffer').
12061 (tramp-smb-handle-rename-file): Use "rename", when source and
12062 target are on the same share.
12063 (tramp-smb-maybe-open-connection): Handle wrong passwords.
12064 Use `tramp-smb-server-version'.
12065 (tramp-smb-wait-for-output): Remove prompt.
12066
12067 * net/tramp.el (top): Require 'cl.
12068 (tramp-methods, tramp-rsh-end-of-line):
12069 Remove `tramp-password-end-of-line' from docstring.
12070 (tramp-save-ad-hoc-proxies): New defcustom.
12071 (tramp-completion-function-alist): Adapt docstring.
12072 (tramp-default-password-end-of-line): Remove defcustom.
12073 (tramp-shell-prompt-pattern): Allow "[]" style prompts. (Bug#11065)
12074 (tramp-user-regexp, tramp-file-name-regexp-unified)
12075 (tramp-file-name-regexp-url): Extend regexp by hop separator.
12076 (tramp-postfix-hop-format, tramp-postfix-hop-regexp)
12077 (tramp-remote-file-name-spec-regexp): New defconst.
12078 (tramp-file-name-structure): Extend structure for hops.
12079 (tramp-get-method-parameter): Move up.
12080 (tramp-file-name-p, tramp-dissect-file-name)
12081 (with-parsed-tramp-file-name): Handle hops.
12082 (tramp-file-name-hop): New defun.
12083 (tramp-make-tramp-file-name): New optional arg HOP.
12084 (tramp-message-show-progress-reporter-message): New defvar.
12085 (tramp-with-progress-reporter): Use it. We cannot use
12086 `tramp-message-show-message' here, because this suppresses also
12087 error buffers.
12088 (tramp-error-with-buffer): Suppress buffer view, if
12089 `tramp-message-show-message' is nil.
12090 Use `tramp-get-connection-buffer'.
12091 (tramp-cleanup): New defun.
12092 (tramp-rfn-eshadow-update-overlay): Let-bind `non-essential' to `t'.
12093 (tramp-file-name-handler): If `debug-on-error' is set, propagate
12094 an error unchanged.
12095 (tramp-completion-handle-file-name-all-completions): Handle hops.
12096 Fix an error when called from ido.
12097 (tramp-completion-dissect-file-name): Use better local variable
12098 name. Add hop to the vector.
12099 (tramp-handle-insert-file-contents): Use progress-reporter for the
12100 whole scenario.
12101 (tramp-action-password): Let-bind `enable-recursive-minibuffers'
12102 to `t'.
12103 (tramp-check-for-regexp): Simplify search.
12104 (tramp-enter-password): Remove it. Move implementation ...
12105 (tramp-action-password): ... here.
12106 (tramp-mode-string-to-int, tramp-local-host-p)
12107 (tramp-make-tramp-temp-file, tramp-read-passwd)
12108 (tramp-clear-passwd, tramp-time-less-p, tramp-time-diff):
12109 Set tramp-autoload cookie.
12110
12111 * net/trampver.el: Update release number.
12112
12113 2012-06-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
12114 Michael Albinus <michael.albinus@gmx.de>
12115
12116 * net/tramp.el (tramp-set-completion-function): Fix docstring.
12117 (tramp-parse-group, tramp-parse-file)
12118 (tramp-parse-shostkeys-sknownhosts): New defuns.
12119 (tramp-parse-rhosts, tramp-parse-rhosts-group, tramp-parse-shosts)
12120 (tramp-parse-shosts-group, tramp-parse-sconfig)
12121 (tramp-parse-sconfig-group, tramp-parse-shostkeys)
12122 (tramp-parse-sknownhosts, tramp-parse-hosts)
12123 (tramp-parse-hosts-group, tramp-parse-passwd, tramp-parse-netrc):
12124 Use them.
12125 (tramp-parse-passwd-group, tramp-parse-netrc-group)
12126 (tramp-parse-putty-group): Don't narrow.
12127 (tramp-parse-putty): Make a loop.
12128 (tramp-file-name-handler): Catch the `suppress' signal.
12129
12130 2012-06-11 Chong Yidong <cyd@gnu.org>
12131
12132 * image.el (imagemagick-register-types): Put the ImageMagick entry
12133 at the end of image-type-file-name-regexps.
12134
12135 2012-06-11 Johan Bockgård <bojohan@gnu.org>
12136
12137 * emacs-lisp/pcase.el (pcase-UPAT, pcase-QPAT): New edebug specs.
12138 (pcase, pcase-let*, pcase-dolist): Use them.
12139
12140 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
12141
12142 * emacs-lisp/pcase.el (pcase--let*): New function.
12143 (pcase-let*): Use it. Use pcase--memoize to avoid repeated expansions.
12144 (pcase--expand): Use macroexp-let².
12145
12146 2012-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
12147
12148 * emacs-lisp/timer.el, emacs-lisp/syntax.el, emacs-lisp/smie.el:
12149 * emacs-lisp/ewoc.el, emacs-lisp/cconv.el, emacs-lisp/bytecomp.el:
12150 * emacs-lisp/byte-opt.el, emacs-lisp/autoload.el: Convert to cl-lib.
12151 * emacs-lisp/easymenu.el, emacs-lisp/easy-mmode.el:
12152 * emacs-lisp/derived.el: Use pcase instead of `cl'.
12153 * emacs-lisp/cl-lib.el: Get rid of special cl-macs auto load.
12154
12155 2012-06-10 Glenn Morris <rgm@gnu.org>
12156
12157 * mail/rmail.el (rmail-yank-current-message): Leave point at
12158 correct position. (Bug#11660)
12159
12160 2012-06-10 Chong Yidong <cyd@gnu.org>
12161
12162 * allout-widgets.el: Fix code header.
12163
12164 2012-06-10 Chong Yidong <cyd@gnu.org>
12165
12166 * cus-edit.el (customize-changed-options-previous-release):
12167 Bump to 24.1.
12168
12169 2012-06-09 Andreas Schwab <schwab@linux-m68k.org>
12170
12171 * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200.
12172
12173 2012-06-09 Chong Yidong <cyd@gnu.org>
12174
12175 * ebuff-menu.el (electric-buffer-list): Preserve header line.
12176
12177 2012-06-09 Martin Rudalics <rudalics@gmx.at>
12178
12179 * window.el (special-display-popup-frame): Don't use
12180 window--display-buffer (Bug#11651).
12181
12182 2012-06-09 Eli Zaretskii <eliz@gnu.org>
12183
12184 Fix parallel builds: make sure loaddefs.el is not being written
12185 while Lisp files are compiled.
12186 (compile): Don't depend on 'mh-autoloads'.
12187 (compile-CMD, compile-SH): Depend on 'autoloads'.
12188 (bootstrap): Don't depend on 'autoloads' and 'mh-autoloads'.
12189
12190 * makefile.w32-in (BIG_STACK_DEPTH): Enlarge to 2200. (Bug#11649)
12191
12192 2012-06-09 Chong Yidong <cyd@gnu.org>
12193
12194 * face-remap.el (face-remap-add-relative, face-remap-set-base)
12195 (buffer-face-set, buffer-face-toggle, buffer-face-mode-invoke):
12196 Doc fixes (Bug#11225).
12197
12198 2012-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
12199
12200 * emacs-lisp/macroexp.el (macroexp--expand-all): Only autoload
12201 a function if there's a clear indication that it has a compiler-macro.
12202 * emacs-lisp/byte-run.el (defun-declarations-alist, defmacro, defun)
12203 (macro-declarations-alist): Add arglist to declaration functions.
12204 (defun-declarations-alist): Add `obsolete' and `compiler-macro'.
12205 * emacs-lisp/cl-seq.el (cl-member, cl-assoc):
12206 * emacs-lisp/cl-lib.el (cl-list*, cl-adjoin):
12207 * emacs-lisp/cl-extra.el (cl-get): Use the new `declare' statement.
12208 Also add autoload to find the compiler macro.
12209 * emacs-lisp/cl-macs.el (eql) [compiler-macro]: Remove.
12210 (cl--compiler-macro-member, cl--compiler-macro-assoc)
12211 (cl--compiler-macro-adjoin, cl--compiler-macro-list*)
12212 (cl--compiler-macro-get): New functions, replacing calls to
12213 cl-define-compiler-macro.
12214 (cl-typep) [compiler-macro]: Use macroexp-let².
12215
12216 2012-06-08 Nick Dokos <nicholas.dokos@hp.com> (tiny change)
12217
12218 * calendar/icalendar.el (icalendar--parse-vtimezone): Import TZID
12219 string properly, fixes Bug#11473.
12220
12221 2012-06-08 Chong Yidong <cyd@gnu.org>
12222
12223 * faces.el (set-face-attribute): Doc fix.
12224 (modify-face): Don't use :bold and :italic.
12225 (error, warning, success): Tweak definitions.
12226
12227 * cus-edit.el (custom-modified, custom-invalid, custom-rogue)
12228 (custom-modified, custom-set, custom-changed, custom-themed)
12229 (custom-saved, custom-button, custom-button-mouse)
12230 (custom-button-pressed, custom-state, custom-comment-tag)
12231 (custom-variable-tag, custom-group-tag-1, custom-group-tag)
12232 (custom-group-subtitle): Use new-style face specs.
12233 (custom-invalid-face, custom-rogue-face, custom-modified-face)
12234 (custom-set-face, custom-changed-face, custom-saved-face)
12235 (custom-button-face, custom-button-pressed-face)
12236 (custom-documentation-face, custom-state-face)
12237 (custom-comment-face, custom-comment-tag-face)
12238 (custom-variable-tag-face, custom-variable-button-face)
12239 (custom-face-tag-face, custom-group-tag-face-1)
12240 (custom-group-tag-face): Remove obsolete face alias.
12241
12242 * epa.el (epa-validity-high, epa-validity-medium)
12243 (epa-validity-low, epa-mark, epa-field-name, epa-string)
12244 (epa-field-name, epa-field-body):
12245 * font-lock.el (font-lock-comment-face, font-lock-string-face)
12246 (font-lock-keyword-face, font-lock-builtin-face)
12247 (font-lock-function-name-face, font-lock-variable-name-face)
12248 (font-lock-type-face, font-lock-constant-face):
12249 * ido.el (ido-first-match, ido-only-match, ido-subdir)
12250 (ido-virtual, ido-indicator, ido-incomplete-regexp):
12251 * speedbar.el (speedbar-button-face, speedbar-file-face)
12252 (speedbar-directory-face, speedbar-tag-face)
12253 (speedbar-selected-face, speedbar-highlight-face)
12254 (speedbar-separator-face):
12255 * whitespace.el (whitespace-newline, whitespace-space)
12256 (whitespace-hspace, whitespace-tab, whitespace-trailing)
12257 (whitespace-line, whitespace-space-before-tab)
12258 (whitespace-space-after-tab, whitespace-indentation)
12259 (whitespace-empty):
12260 * emulation/cua-base.el (cua-global-mark):
12261 * eshell/em-prompt.el (eshell-prompt):
12262 * net/newst-plainview.el (newsticker-new-item-face)
12263 (newsticker-old-item-face, newsticker-immortal-item-face)
12264 (newsticker-obsolete-item-face, newsticker-date-face)
12265 (newsticker-statistics-face, newsticker-default-face):
12266 * net/newst-reader.el (newsticker-feed-face)
12267 (newsticker-extra-face, newsticker-enclosure-face):
12268 * net/newst-treeview.el (newsticker-treeview-face)
12269 (newsticker-treeview-new-face, newsticker-treeview-old-face)
12270 (newsticker-treeview-immortal-face)
12271 (newsticker-treeview-obsolete-face)
12272 (newsticker-treeview-selection-face):
12273 * net/rcirc.el (rcirc-my-nick, rcirc-other-nick)
12274 (rcirc-bright-nick, rcirc-server, rcirc-timestamp)
12275 (rcirc-nick-in-message, rcirc-nick-in-message-full-line)
12276 (rcirc-prompt, rcirc-track-keyword, rcirc-url, rcirc-keyword):
12277 * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
12278 (nxml-outline-active-indicator, nxml-outline-ellipsis):
12279 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
12280 (mpuz-text):
12281 * progmodes/vera-mode.el (vera-font-lock-number)
12282 (vera-font-lock-function, vera-font-lock-interface):
12283 * textmodes/table.el (table-cell): Use new-style face specs, and
12284 don't use the old :bold and :italic attributes.
12285
12286 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
12287 (ebrowse-member-attribute, ebrowse-default, ebrowse-file-name)
12288 (ebrowse-member-class, ebrowse-progress): Likewise.
12289 (ebrowse-tree-mark-face, ebrowse-root-class-face)
12290 (ebrowse-file-name-face, ebrowse-default-face)
12291 (ebrowse-member-attribute-face, ebrowse-member-class-face)
12292 (ebrowse-progress-face): Remove obsolete faces.
12293
12294 * progmodes/flymake.el (flymake-errline, flymake-warnline):
12295 Inherit from error and warning faces respectively.
12296
12297 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
12298 Likewise.
12299 (flyspell-incorrect-face, flyspell-duplicate-face):
12300 Remove obsolete aliases.
12301
12302 2012-06-08 Michael Albinus <michael.albinus@gmx.de>
12303
12304 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
12305 Avoid infloop.
12306
12307 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
12308
12309 * startup.el (argv, argi): Make lexically scoped.
12310 * emacs-lisp/float-sup.el (pi): Use internal-make-var-non-special.
12311 * emacs-lisp/cl-macs.el: Use lexical-binding.
12312 Rename cl-bind-* to cl--bind-*.
12313 * files.el: Don't require `cl' since it doesn't use it.
12314 * emacs-lisp/pcase.el, emacs-lisp/macroexp.el: Add coding cookie.
12315
12316 2012-06-08 Juanma Barranquero <lekktu@gmail.com>
12317
12318 * textmodes/texinfmt.el: Fix bug#11640 (reverts part of 2008-07-31T05:33:56Z!dann@ics.uci.edu).
12319 (texinfo-format-printindex): Use `texinfo-sort-region' in all platforms,
12320 instead of calling external sort utility.
12321 (texinfo-sort-region, texinfo-sort-startkeyfun): Restore functions.
12322
12323 2012-06-08 Eli Zaretskii <eliz@gnu.org>
12324
12325 * descr-text.el (describe-char): Mention how to insert the
12326 character, if the current input method doesn't support it.
12327 See the discussion in this thread for the details:
12328 http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00533.html.
12329
12330 2012-06-08 Sam Steingold <sds@gnu.org>
12331
12332 * bindings.el (global-map): Bind XF86Forward to next-buffer and
12333 XF86Back to previous-buffer.
12334 (minibuffer-local-map): Bind them to next-history-element and
12335 previous-history-element respectively.
12336 * help-mode.el (help-mode-map): Bind them to help-go-forward and
12337 help-go-back respectively.
12338 * info.el (Info-mode-map): Bind them to Info-history-forward and
12339 Info-history-back respectively.
12340 These are the keys next to Up on the ThinkPad keyboard.
12341
12342 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
12343
12344 Get rid of cl-lexical-let, keeping only lexical-let for compatibility.
12345 * emacs-lisp/cl-macs.el: Provide itself.
12346 (cl--labels-convert-cache): New var.
12347 (cl--labels-convert): New function.
12348 (cl-flet, cl-labels): New implementation with new semantics, relying on
12349 lexical-binding.
12350 * emacs-lisp/cl.el: Mark compatibility aliases as obsolete.
12351 (cl-closure-vars, cl--function-convert-cache)
12352 (cl--function-convert): Move from cl-macs.el.
12353 (lexical-let, lexical-let*, flet, labels): Move from cl-macs.el and
12354 rename by removing the "cl-" prefix.
12355 * emacs-lisp/macroexp.el (macroexp-unprogn): New function.
12356
12357 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
12358
12359 * emacs-lisp/cl.el (cl-macroexpand, cl-macro-environment)
12360 (cl-macroexpand-all, cl-not-hash-table, cl-builtin-gethash)
12361 (cl-builtin-remhash, cl-builtin-clrhash, cl-builtin-maphash)
12362 (cl-map-keymap, cl-copy-tree, cl-gethash, cl-puthash, cl-remhash)
12363 (cl-clrhash, cl-maphash, cl-make-hash-table, cl-hash-table-p)
12364 (cl-hash-table-count): Add old compatibility aliases.
12365
12366 * emacs-lisp/cl-macs.el (cl-macro-environment): Remove var.
12367 Use macroexpand-all-environment instead.
12368 (cl--old-macroexpand): New var.
12369 (cl--sm-macroexpand): New function.
12370 (cl-symbol-macrolet): Use it during macro expansion.
12371 (cl--function-convert-cache): New var.
12372 (cl--function-convert): New function, extracted from
12373 cl-macroexpand-all.
12374 (cl-lexical-let): Use it.
12375
12376 * emacs-lisp/cl-lib.el (cl-macro-environment): Remove decl.
12377 (cl-macroexpand): Move to cl-macs.el and rename to cl--sm-macroexpand.
12378 (cl-member): Remove old alias.
12379
12380 * emacs-lisp/cl-extra.el (cl-map-keymap, cl-copy-tree)
12381 (cl-not-hash-table, cl-builtin-gethash, cl-builtin-remhash)
12382 (cl-builtin-clrhash, cl-builtin-maphash, cl-gethash, cl-puthash)
12383 (cl-remhash, cl-clrhash, cl-maphash, cl-make-hash-table)
12384 (cl-hash-table-p, cl-hash-table-count): Move to cl.el.
12385 (cl-macroexpand-cmacs): Remove var.
12386 (cl-macroexpand-all, cl-macroexpand-body): Remove funs.
12387 Use macroexpand-all instead.
12388
12389 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
12390
12391 * emacs-lisp/macroexp.el (macroexp-progn, macroexp-let*, macroexp-if)
12392 (macroexp-let², macroexp--const-symbol-p, macroexp-const-p)
12393 (macroexp-copyable-p): New functions and macros.
12394 * emacs-lisp/edebug.el (edebug-unwrap):
12395 * emacs-lisp/disass.el (disassemble-internal): Use macroexp-progn.
12396 * emacs-lisp/pcase.el: Use macroexp-let*, macroexp-if, ...
12397 (pcase--let*): Remove.
12398 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p)
12399 (byte-compile-constp): Remove. Use macroexp--const-symbol-p and
12400 macroexp-const-p instead.
12401 * emacs-lisp/byte-opt.el: Use macroexp-const-p and macroexp-progn.
12402
12403 * emacs-lisp/cl-macs.el: Clean up the name space by using "cl--"
12404 instead of "cl-" for internal definitions. Use macroexp-const-p.
12405 (cl-old-bc-file-form): Remove var.
12406 (cl-const-exprs-p): Remove fun.
12407 (cl-labels, cl-macrolet): Use backquote.
12408 (cl-lexical-let): Use cl-symbol-macrolet. Don't use cl-defun-expander.
12409 (cl-defun-expander, cl-byte-compile-compiler-macro): Remove fun.
12410 (cl-define-setf-expander): Rename from cl-define-setf-method.
12411 * emacs-lisp/cl.el: Adjust alias for define-setf-method.
12412
12413 * international/mule-cmds.el: Don't require CL.
12414 (view-hello-file): Don't use `letf'.
12415
12416 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
12417
12418 * tmm.el (tmm-prompt): Use string-prefix-p.
12419 (tmm-completion-delete-prompt): Don't affect current-buffer outside.
12420 (tmm-add-prompt): Use minibuffer-completion-help.
12421 (tmm-delete-map): Remove.
12422
12423 * subr.el (kbd): Make it its own function.
12424
12425 2012-06-07 Stefan Merten <smerten@oekonux.de>
12426
12427 * textmodes/rst.el: Use `eval-when-compile' for requiring `cl.el'.
12428 Silence compiler warnings. Fix versions.
12429 (rst-position-if, rst-position, rst-some, rst-signum): New functions.
12430 (rst-shift-region, rst-adornment-level, rst-compute-tabs)
12431 (rst-indent-line, rst-shift-region, rst-forward-line): Use them.
12432 (rst-package-emacs-version-alist): Correct Emacs version to
12433 represent major merge with upstream.
12434 (rst-transition, rst-adornment, rst-compile-toolsets): Fix versions.
12435
12436 2012-06-06 Glenn Morris <rgm@gnu.org>
12437
12438 * mail/emacsbug.el (report-emacs-bug): Add relevant EMACS env-vars.
12439 Only print environment variables if set.
12440
12441 2012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
12442
12443 * emacs-lisp/macroexp.el: Don't require CL since we don't use it.
12444 (macroexp--cons): Rename from maybe-cons.
12445 (macroexp--accumulate): Rename from macroexp-accumulate.
12446 (macroexp--all-forms): Rename from macroexpand-all-forms.
12447 (macroexp--all-clauses): Rename from macroexpand-all-clauses.
12448 (macroexp--expand-all): Rename from macroexpand-all-1.
12449
12450 2012-06-06 Sam Steingold <sds@gnu.org>
12451
12452 * calendar/calendar.el (calendar-in-read-only-buffer):
12453 Call `special-mode' to enable the standard read-only keybindings.
12454
12455 2012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
12456
12457 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't spam the output
12458 with "loading" messages (bug#11635).
12459
12460 2012-06-06 Michael Albinus <michael.albinus@gmx.de>
12461
12462 * files.el (enable-remote-dir-locals): New option.
12463 (hack-dir-local-variables): Use it. (Bug#1933, Bug#6731)
12464
12465 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
12466 Ensure, that the temp directory is local.
12467
12468 * net/tramp-sh.el (tramp-sh-handle-write-region): Let-bind
12469 `temporary-file-directory'.
12470
12471 * progmodes/python.el (python-send-region): Ensure, that the
12472 temporary file is created also in the remote case.
12473
12474 2012-06-06 Glenn Morris <rgm@gnu.org>
12475
12476 * vc/vc-rcs.el (vc-rcs-rcs2log-program): New.
12477 (vc-rcs-update-changelog): Use it.
12478
12479 * emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff.
12480
12481 * vc/vc-sccs.el (vc-sccs-write-revision): New function.
12482 (vc-sccs-workfile-unchanged-p): Use vc-sccs-write-revision.
12483 (vc-sccs-diff): Replace use of the external vcdiff script.
12484
12485 2012-06-05 Glenn Morris <rgm@gnu.org>
12486
12487 * ledit.el: Move to obsolete/.
12488
12489 2012-06-05 Sam Steingold <sds@gnu.org>
12490
12491 * calendar/calendar.el (calendar-exit): Reinstate the 2012-03-28
12492 patch (Bug#11140).
12493
12494 2012-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
12495
12496 * emacs-lisp/cust-print.el: Move to obsolete.
12497
12498 * emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during
12499 compiler-macro expansion.
12500
12501 Add native compiler-macro support.
12502 * emacs-lisp/macroexp.el (macroexpand-all-1):
12503 Support compiler-macros directly. Properly follow aliases and apply
12504 the compiler macros more thoroughly.
12505 * emacs-lisp/cl.el: Don't copy compiler-macro properties any more since
12506 macroexpand now properly follows aliases.
12507 * emacs-lisp/cl-macs.el (toplevel, cl-define-compiler-macro)
12508 (cl-compiler-macroexpand): Use new prop.
12509 * emacs-lisp/byte-opt.el (featurep): Optimize earlier.
12510
12511 * emacs-lisp/cl-lib.el (custom-print-functions): Add alias.
12512
12513 2012-06-05 Martin Rudalics <rudalics@gmx.at>
12514
12515 * window.el (get-lru-window, get-mru-window, get-largest-window):
12516 New argument NOT-SELECTED to avoid picking the selected window.
12517 (window--display-buffer-1, window--display-buffer-2): Replace by
12518 new function window--display-buffer
12519 (display-buffer-same-window, display-buffer-reuse-window)
12520 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
12521 Use window--display-buffer.
12522 (display-buffer-use-some-window): Remove temporary dedication
12523 hack by calling get-lru-window and get-largest-window with
12524 NOT-SELECTED argument non-nil. Call window--display-buffer.
12525
12526 2012-06-05 Glenn Morris <rgm@gnu.org>
12527
12528 * vc/vc-sccs.el (vc-sccs-workfile-unchanged-p):
12529 Replace external vcdiff script.
12530
12531 2012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
12532
12533 * emacs-lisp/cl-lib.el (cl-values, cl-values-list): Fix up last change.
12534
12535 2012-06-04 Chong Yidong <cyd@gnu.org>
12536
12537 * image.el (imagemagick-types-inhibit): Revert last change.
12538 Add INFO and M.
12539 (imagemagick-enabled-types): Remove CIN and EPS*.
12540
12541 2012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
12542
12543 * emacs-lisp/cl-lib.el: Rename from cl.el.
12544 * emacs-lisp/cl.el: New compatibility file.
12545 * emacs-lisp/cl-lib.el, emacs-lisp/cl-seq.el, emacs-lisp/cl-macs.el:
12546 * emacs-lisp/cl-extra.el: Rename all top-level functions and variables
12547 to obey the "cl-" prefix.
12548 * emacs-lisp/macroexp.el (macroexpand-all-1): Adjust to new name.
12549
12550 2012-06-03 Glenn Morris <rgm@gnu.org>
12551
12552 * emacs-lisp/authors.el (authors-aliases): Addition.
12553
12554 * cus-start.el (tool-bar-style, tool-bar-max-label-size):
12555 Fix :version.
12556
12557 2012-06-03 Stefan Merten <smerten@oekonux.de>
12558
12559 * textmodes/rst.el: Add comments.
12560 (rst-transition, rst-adornment): New faces.
12561 (rst-adornment-faces-alist): Make default safe to reevaluate.
12562 Fixes
12563 http://sourceforge.net/tracker/?func=detail&atid=422030&aid=3479603&group_id=38414.
12564 Improve customization tags.
12565 (rst-define-level-faces): Clarify meaning.
12566
12567 2012-06-03 Chong Yidong <cyd@gnu.org>
12568
12569 * progmodes/compile.el (compilation-mode-line-fail)
12570 (compilation-mode-line-run, compilation-mode-line-exit):
12571 New faces.
12572 (compilation-start, compilation-handle-exit): Use them (Bug#11032).
12573
12574 2012-06-03 Jack Duthen <duthen.mac.01@gmail.com> (tiny change)
12575
12576 * progmodes/which-func.el (which-func-update-ediff-windows):
12577 New function. Use it in ediff-select-hook (Bug#11478).
12578
12579 2012-06-03 Chong Yidong <cyd@gnu.org>
12580
12581 * bindings.el: Remove explicit help text from format-mode-line.
12582 It is now supplied by mode-line-default-help-echo.
12583 (mode-line-front-space, mode-line-end-spaces)
12584 (mode-line-misc-info): New variables.
12585 (mode-line-modes, mode-line-position): Move the default value to
12586 the variable definition.
12587 (mode-line-default-help-echo): New defcustom.
12588 (mode-line-mule-info-help-echo, mode-line-read-only-help-echo)
12589 (mode-line-modified-help-echo): New functions.
12590 (mode-line-mule-info, mode-line-modified): Use them.
12591 (mode-line-eol-desc, propertized-buffer-identification):
12592 Consistency fixes for help text.
12593 (mode-line-coding-system-map): Allow using mouse-3 to invoke
12594 set-buffer-file-coding-system (Bug#289).
12595 (mode-line-mule-info-help-echo): Update help text.
12596
12597 2012-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
12598
12599 * simple.el (execute-extended-command): Set real-this-command
12600 (bug#11506).
12601
12602 2012-06-02 Chong Yidong <cyd@gnu.org>
12603
12604 Remove incorrect uses of "modeline" in comments, docstrings, and
12605 function/variable names (Bug#10329).
12606
12607 * cus-edit.el (mode-line):
12608 * dframe.el (dframe-mouse-hscroll):
12609 * emacs-lisp/re-builder.el:
12610 * emacs-lisp/easy-mmode.el (define-minor-mode):
12611 * frame.el (set-frame-name):
12612 * help.el (lookup-minor-mode-from-indicator):
12613 * net/rcirc.el (rcirc-activity-string, rcirc-short-buffer-name):
12614 * progmodes/cc-cmds.el (c-toggle-auto-newline)
12615 (c-toggle-hungry-state):
12616 * progmodes/antlr-mode.el (antlr-language-alist):
12617 * progmodes/idlw-shell.el (idlwave-shell-electric-stop-line-face):
12618 * progmodes/vhdl-mode.el (vhdl-mode):
12619 * progmodes/which-func.el (which-func, which-func-cleanup-function):
12620 * term/ns-win.el (ns-face-at-pos):
12621 * term/sup-mouse.el (sup-mouse-report):
12622 * textmodes/flyspell.el (flyspell-mode-line-string):
12623 * textmodes/ispell.el (ispell-highlight-face):
12624 * textmodes/reftex-global.el:
12625 * vc/vc-arch.el (vc-arch-mode-line-string):
12626 * vc/vc-cvs.el (vc-cvs-mode-line-string):
12627 * vc/vc-git.el (vc-git-mode-line-string):
12628 * vc/vc-hooks.el (vc-display-status)
12629 (vc-default-mode-line-string):
12630 * vc/vc-mtn.el (vc-mtn-mode-line-string): Doc fixes.
12631
12632 * ansi-color.el (ansi-color-faces-vector): Change default faces.
12633
12634 * dired.el (dired-sort-set-mode-line): Rename from
12635 dired-sort-set-modeline. All callers changed.
12636
12637 * eshell/esh-mode.el (eshell-status-in-mode-line): Rename from
12638 eshell-status-in-modeline.
12639
12640 * foldout.el (foldout-mode-line-string): Rename from
12641 foldout-modeline-string. All callers changed.
12642 (foldout-update-mode-line): Rename from foldout-update-modeline.
12643
12644 * subr.el (redraw-modeline): Make into obsolete alias.
12645
12646 * calendar/timeclock.el (timeclock-mode-line-display): Rename from
12647 timeclock-modeline-display. Make old name an alias.
12648 (timeclock-update-mode-line): Likewise. All callers changed.
12649 (timeclock-mode-line-display): No need to check before using
12650 add-hook.
12651 (timeclock-relative, timeclock-day-over-hook)
12652 (timeclock-use-elapsed, timeclock-mode-string)
12653 (timeclock-mode-line-display): Doc fix, "modeline" -> "mode line".
12654
12655 * emulation/crisp.el (crisp-mode-mode-line-string): Rename from
12656 crisp-mode-modeline-string.
12657
12658 * play/solitaire.el (solitaire-build-mode-line): Rename from
12659 solitaire-build-modeline. All callers changed.
12660
12661 * play/zone.el (zone-hiding-mode-line): Rename from
12662 zone-hiding-modeline. All callers changed.
12663 (zone): Remove unusued `modeline-hidden-level' property.
12664
12665 * progmodes/xscheme.el (xscheme-mode-line-initialize): Rename from
12666 xscheme-modeline-initialize. All callers changed.
12667
12668 * strokes.el (strokes-lighter): Rename from
12669 strokes-modeline-string.
12670
12671 * textmodes/sgml-mode.el (html-face-tag-alist)
12672 (html-tag-face-alist): Use mode-line face instead of obsolete
12673 alias modeline.
12674
12675 2012-06-02 Stefan Merten <smerten@oekonux.de>
12676
12677 * textmodes/rst.el: Always require `cl'.
12678 (rst-mode-map): Fix meaning of C-M-a / C-M-e.
12679
12680 2012-06-02 Chong Yidong <cyd@gnu.org>
12681
12682 * image.el (imagemagick-enabled-types): Rename from
12683 imagemagick-types-enable. Add many more types.
12684 (imagemagick-types-inhibit): Change default to nil.
12685 (imagemagick-filter-types): Caller changed.
12686
12687 2012-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
12688
12689 * emacs-lisp/cl-macs.el: Use backquotes.
12690 (cl-transform-function-property): Use eval-and-compile rather than
12691 abusing `require'.
12692 (defstruct): Use declare-function instead of with-no-warnings.
12693
12694 * emacs-lisp/bytecomp.el: Fix last change (bug#11594).
12695 (byte-compile-output-docform): Re-add the print-circle bindings.
12696 (byte-compile-fix-header): Use #$ just because it's shorter.
12697 (byte-compile-output-file-form): Remove defun/defmacro.
12698
12699 2012-06-01 Martin Rudalics <rudalics@gmx.at>
12700
12701 * simple.el (choose-completion): Remove now obsolete binding for
12702 owindow.
12703
12704 2012-06-01 Michael Albinus <michael.albinus@gmx.de>
12705
12706 * net/tramp.el (tramp-check-for-regexp): Search from buffer end,
12707 in order to avoid "Stack overflow in regexp matcher".
12708
12709 2012-05-31 Glenn Morris <rgm@gnu.org>
12710
12711 * image.el: For clarity, call imagemagick-register-types at
12712 top-level, rather than relying on a custom :initialize.
12713 (imagemagick-types-enable): New option. (Bug#11557)
12714 (imagemagick-filter-types): New function. (Bug#7406)
12715 (imagemagick-register-types): Use imagemagick-filter-types.
12716 If disabling support, remove elements altogether rather
12717 than using an impossible regexp.
12718 (imagemagick-types-inhibit): Give it the default init function.
12719
12720 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
12721
12722 * emacs-lisp/bytecomp.el (byte-compile-fix-header):
12723 Handle arbitrary file name lengths (Bug#11585).
12724
12725 2012-05-31 Martin Rudalics <rudalics@gmx.at>
12726
12727 * desktop.el (desktop-read): Clear previous and next buffers for
12728 all windows and bury *Messages* buffer (bug#11556).
12729
12730 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
12731
12732 Add `declare' for `defun'. Align `defmacro's with it.
12733 * emacs-lisp/easy-mmode.el (define-minor-mode)
12734 (define-globalized-minor-mode): Don't autoload the var definitions.
12735 * emacs-lisp/byte-run.el: Use lexical-binding.
12736 (defun-declarations-alist, macro-declarations-alist): New vars.
12737 (defmacro, defun): Use them.
12738 (make-obsolete, define-obsolete-function-alias)
12739 (make-obsolete-variable, define-obsolete-variable-alias):
12740 Use `declare'.
12741 (macro-declaration-function): Mark obsolete.
12742 * emacs-lisp/autoload.el: Use lexical-binding.
12743 (make-autoload): Add `expansion' arg. Rely more on macro expansion.
12744
12745 2012-05-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
12746
12747 * textmodes/ispell.el (ispell-with-no-warnings):
12748 Define as a macro.
12749 (ispell-kill-ispell, ispell-change-dictionary):
12750 Use `called-interactively-p' for Emacs instead of obsolete
12751 `interactive-p'.
12752
12753 2012-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
12754
12755 * emacs-lisp/byte-run.el (defmacro, defun): Move from C.
12756 (macro-declaration-function): Move var from C code.
12757 (macro-declaration-function): Define function with defalias.
12758 * emacs-lisp/macroexp.el (macroexpand-all-1):
12759 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
12760 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't handle
12761 defun/defmacro any more.
12762 * emacs-lisp/bytecomp.el (byte-compile-arglist-signature):
12763 Provide fallback for unknown arglist.
12764 (byte-compile-arglist-warn): Change calling convention.
12765 (byte-compile-output-file-form): Move print-vars binding.
12766 (byte-compile-output-docform): Simplify accordingly.
12767 (byte-compile-file-form-defun, byte-compile-file-form-defmacro)
12768 (byte-compile-defmacro-declaration): Remove.
12769 (byte-compile-file-form-defmumble): Generalize to defalias.
12770 (byte-compile-output-as-comment): Return byte-positions.
12771 Simplify callers accordingly.
12772 (byte-compile-lambda): Use `assert'.
12773 (byte-compile-defun, byte-compile-defmacro): Remove.
12774 (byte-compile-file-form-defalias):
12775 Use byte-compile-file-form-defmumble.
12776 (byte-compile-defalias-warn): Remove.
12777
12778 2012-05-29 Stefan Merten <smerten@oekonux.de>
12779
12780 * textmodes/rst.el: Silence `checkdoc-ispell' errors where
12781 possible. Fix authors. Improve comments. Improve loading of `cl'.
12782
12783 (rst-mode-abbrev-table): Merge definition.
12784 (rst-mode): Make sure `font-lock-defaults' is buffer local.
12785 (rst-define-key, rst-deprecated-keys, rst-call-deprecated): Refactor.
12786
12787 2012-05-29 Ulf Jasper <ulf.jasper@web.de>
12788
12789 * calendar/icalendar.el
12790 (icalendar-export-region): Export UID properly.
12791
12792 2012-05-29 Leo Liu <sdl.web@gmail.com>
12793 * calendar/icalendar.el (icalendar-import-format):
12794 Add `icalendar-import-format-uid' (Bug#11525).
12795 (icalendar-import-format-uid): New.
12796 (icalendar--parse-summary-and-rest, icalendar--format-ical-event):
12797 Export UID.
12798
12799 2012-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
12800
12801 * emacs-lisp/pcase.el (pcase--expand): Accept different sets of vars in
12802 different alternative patterns.
12803 (pcase-codegen): Be more careful to preserve identity.
12804 (pcase--u1): Don't forget to mark vars as used.
12805
12806 * emacs-lisp/bytecomp.el (byte-compile-constp): Treat #'v as a constant.
12807 (byte-compile-close-variables): Bind byte-compile--outbuffer here...
12808 (byte-compile-from-buffer): ...rather than here.
12809
12810 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Don't re-preprocess
12811 functions from byte-compile-function-environment.
12812
12813 2012-05-29 Troels Nielsen <bn.troels@gmail.com>
12814
12815 * window.el (window-deletable-p): Avoid deleting the root window
12816 of a frame with an active minibuffer.
12817
12818 2012-05-29 Martin Rudalics <rudalics@gmx.at>
12819
12820 * simple.el (choose-completion): Use quit-window (Bug#11567).
12821
12822 2012-05-29 Chong Yidong <cyd@gnu.org>
12823
12824 * whitespace.el (whitespace-cleanup): Fix usage of
12825 whitespace-empty-at-bob-regexp (Bug#11492).
12826
12827 2012-05-29 Aaron S. Hawley <aaron.s.hawley@gmail.com>
12828
12829 * vc/vc.el (vc-revert, vc-rollback): Dont kill vc-diff buffer on
12830 revert (Bug#11488).
12831
12832 2012-05-29 Juri Linkov <juri@jurta.org>
12833
12834 * isearch.el (isearch-mode-map): Bind `M-s _' to
12835 `isearch-toggle-symbol'. Bind `M-s c' to
12836 `isearch-toggle-case-fold'.
12837 (search-map): Bind `M-s _' to `isearch-forward-symbol'.
12838 (isearch-forward): Add `M-s _' to the docstring.
12839 (isearch-forward-symbol, isearch-toggle-case-fold)
12840 (isearch-symbol-regexp): New functions. (Bug#11381)
12841
12842 2012-05-29 Juri Linkov <juri@jurta.org>
12843
12844 * isearch.el (isearch-word): Add docstring. (Bug#11381)
12845 (isearch-occur, isearch-search-and-update): If `isearch-word' is
12846 a function, call it to get the regexp.
12847 (isearch-message-prefix): If `isearch-word' holds a symbol, use its
12848 property `isearch-message-prefix' instead of the string "word ".
12849 (isearch-search-fun-default): For the case of `isearch-word',
12850 return a lambda that calls re-search-forward/re-search-backward
12851 with a regexp returned by `word-search-regexp' or by the function
12852 in `isearch-word'.
12853
12854 2012-05-29 Juri Linkov <juri@jurta.org>
12855
12856 * isearch.el (isearch-search-fun-default): New function.
12857 (isearch-search-fun): Move default part to the new function
12858 `isearch-search-fun-default'.
12859 (isearch-search-fun-function): Set the default value to
12860 `isearch-search-fun-default'. (Bug#11381)
12861
12862 * comint.el (comint-history-isearch-end):
12863 Use `isearch-search-fun-default'.
12864 (comint-history-isearch-search): Use `isearch-search-fun-default'
12865 and remove spacial case for `isearch-word'.
12866 (comint-history-isearch-wrap): Remove spacial case for
12867 `isearch-word'.
12868
12869 * hexl.el (hexl-isearch-search-function):
12870 Use `isearch-search-fun-default'.
12871
12872 * info.el (Info-isearch-search): Use `isearch-search-fun-default'.
12873 Use `word-search-regexp' for `isearch-word'.
12874
12875 * misearch.el (multi-isearch-search-fun):
12876 Use `isearch-search-fun-default'.
12877
12878 * simple.el (minibuffer-history-isearch-search):
12879 Use `isearch-search-fun-default' and remove spacial case for
12880 `isearch-word'.
12881 (minibuffer-history-isearch-wrap): Remove spacial case for
12882 `isearch-word'.
12883
12884 * textmodes/reftex-global.el (reftex-isearch-wrap-function):
12885 Remove spacial case for `isearch-word'.
12886 (reftex-isearch-isearch-search): Use `isearch-search-fun-default'.
12887
12888 2012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
12889
12890 Decrease XEmacs incompatibilities.
12891 * textmodes/flyspell.el (flyspell-check-pre-word-p):
12892 Use `string-match'.
12893 (flyspell-delete-region-overlays): Use alternative definition for
12894 XEmacs.
12895 (flyspell-delete-all-overlays): Use `flyspell-delete-region-overlays'.
12896 (flyspell-word): Use `process-kill-without-query' if XEmacs.
12897 (flyspell-mode-on): Use `interactive-p' if XEmacs.
12898 (flyspell-incorrect-face, flyspell-duplicate-face): Do not use
12899 `define-obsolete-face-alias' under XEmacs, but old method.
12900
12901 * textmodes/ispell.el (ispell-with-no-warnings): XEmacs alternative
12902 `with-no-warnings' definition or Emacs alias.
12903 (ispell-command-loop, ispell-message): Use `ispell-with-no-warnings'.
12904 (ispell-word): Do not use `region-p' if XEmacs.
12905
12906 2012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
12907
12908 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
12909 Check for `ispell-dictionary-base-alist' instead of full
12910 `ispell-dictionary-alist'.
12911 (ispell-init-process): Show spellchecker when starting new Ispell
12912 process.
12913
12914 2012-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
12915
12916 * progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
12917 http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
12918
12919 2012-05-27 Juanma Barranquero <lekktu@gmail.com>
12920
12921 * version.el (motif-version-string, gtk-version-string)
12922 (ns-version-string): Declare.
12923
12924 2012-05-27 Juri Linkov <juri@jurta.org>
12925
12926 * emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
12927 after the `eval-defun-1' specialcaseing
12928 like in `edebug-eval-defun' (bug#10181).
12929
12930 * emacs-lisp/edebug.el (edebug-eval-defun): Set `face-documentation'
12931 like in `eval-defun-1'.
12932
12933 2012-05-27 Eli Zaretskii <eliz@gnu.org>
12934
12935 * mail/sendmail.el (mail-yank-region):
12936 Recognize rmail-yank-current-message in addition to insert-buffer.
12937 Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
12938 a *mail* buffer created through rmail-start-mail with sendmail as
12939 mail-user-agent.
12940
12941 2012-05-27 Chong Yidong <cyd@gnu.org>
12942
12943 * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
12944 Default to 256 (Bug#11267).
12945
12946 * help.el (describe-mode): Doc fix.
12947
12948 2012-05-26 Glenn Morris <rgm@gnu.org>
12949
12950 * w32-fns.el (w32-init-info): Remove.
12951 * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
12952
12953 * info.el (info-initialize): For self-contained NS builds, put the
12954 included info/ directory at the front. (Bug#2791)
12955
12956 * paths.el (Info-default-directory-list): Make it a defcustom,
12957 mainly so that we can use custom-initialize-delay.
12958
12959 2012-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
12960
12961 * subr.el (buffer-has-markers-at): Mark obsolete.
12962
12963 * subr.el (lambda): Use declare.
12964
12965 * emacs-lisp/lisp-mode.el (lambda):
12966 * emacs-lisp/edebug.el (lambda): Move properties to its definition.
12967
12968 2012-05-26 Aaron S. Hawley <aaron.s.hawley@gmail.com>
12969
12970 * thingatpt.el (forward-same-syntax): Handle no ARG case. (Bug#11560)
12971
12972 2012-05-26 Glenn Morris <rgm@gnu.org>
12973
12974 * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
12975
12976 2012-05-25 Glenn Morris <rgm@gnu.org>
12977
12978 * paths.el: Remove no-byte-compile.
12979 * loadup.el: No need to load paths.el uncompiled.
12980
12981 * image.el (imagemagick-types-inhibit): Doc fix.
12982
12983 * version.el: Remove no-byte-compile and associated formatting.
12984 * loadup.el: No need to load version.el uncompiled. AFAICS, this
12985 is ancient code from when there was an "inc-vers.el".
12986
12987 2012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
12988
12989 * progmodes/gdb-mi.el: Minor style changes.
12990 (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
12991 Turn into minor modes.
12992 (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
12993 (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
12994 (gdb-shell): Remove unneeded let-binding.
12995 (gdb-get-many-fields): Eliminate O(n²) behavior.
12996
12997 2012-05-25 Eli Zaretskii <eliz@gnu.org>
12998
12999 * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
13000 platforms that don't link in fontset.c.
13001
13002 2012-05-25 Juri Linkov <juri@jurta.org>
13003
13004 Use the same diff color scheme as in modern VCSes (bug#10181).
13005
13006 * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
13007 to avoid confusion with `diff-added' that now uses green colors.
13008 (diff-removed): Use shades of red.
13009 (diff-added): Use shades of green.
13010 (diff-changed): Leave just the yellow color.
13011 (diff-use-changed-face): New variable.
13012 (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
13013 how to highlight context diff changes.
13014 (diff-refine-change): Use shades of yellow.
13015 (diff-refine-removed): New face that uses shades of red.
13016 (diff-refine-added): New face that uses shades of green.
13017 (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
13018 `diff-refine-removed' in the call to `smerge-refine-subst'
13019 depending on the value of `diff-use-changed-face'.
13020
13021 * vc/smerge-mode.el (smerge-mine): Use shades of red.
13022 (smerge-other): Use shades of green.
13023 (smerge-base): Use shades of yellow.
13024 (smerge-refined-change): Empty face.
13025 (smerge-refined-removed): New face that uses shades of red.
13026 (smerge-refined-added): New face that uses shades of green.
13027 (smerge-refine-subst): Rename arg `props' to `props-c'. Add new
13028 args `props-r' and `props-a', and use them. Doc fix.
13029 (smerge-refine): Evaluate `smerge-use-changed-face' and depending
13030 on its value use different faces `smerge-refined-change',
13031 `smerge-refined-removed', `smerge-refined-added' in the call to
13032 `smerge-refine-subst'.
13033
13034 * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
13035 Add face condition `min-colors 88' with shades of red.
13036 (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
13037 `min-colors 88' with shades of green.
13038 (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
13039 `min-colors 88' with shades of yellow.
13040
13041 2012-05-24 Glenn Morris <rgm@gnu.org>
13042
13043 * paths.el (prune-directory-list, remote-shell-program): Move to...
13044 * files.el (prune-directory-list, remote-shell-program): ...here.
13045 For the latter, delay initialization, prefer ssh, just search PATH.
13046
13047 * paths.el (term-file-prefix): Move to faces.el (the only user).
13048 * faces.el (term-file-prefix): Move here, make it a defcustom.
13049
13050 * paths.el (news-directory, news-path, news-inews-program):
13051 Move to gnus/nnspool.el.
13052
13053 * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
13054
13055 * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
13056 * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
13057 Make the latter a defcustom, with a delayed initialization.
13058
13059 * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
13060 These were deleted from Gnus itself late 2010.
13061
13062 2012-05-22 Juanma Barranquero <lekktu@gmail.com>
13063
13064 * progmodes/which-func.el (which-func-ff-hook):
13065 Check against user-error, not error.
13066
13067 * emacs-lisp/edebug.el (top): Do not load or set up loading of
13068 cl-specs.el, which no longer exists.
13069
13070 2012-05-22 Glenn Morris <rgm@gnu.org>
13071
13072 * info.el (info-emacs-bug): New command.
13073 * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
13074 * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
13075
13076 2012-05-21 Glenn Morris <rgm@gnu.org>
13077
13078 * makefile.w32-in (update-subdirs-SH):
13079 * Makefile.in (update-subdirs): Update for moved update-subdirs.
13080
13081 2012-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
13082
13083 * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
13084
13085 * progmodes/compile.el (compilation-error-regexp-alist-alist):
13086 Simplify Maven regexp, and make sure the file can't start with a space
13087 (bug#11517).
13088
13089 2012-05-21 Glenn Morris <rgm@gnu.org>
13090
13091 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
13092 Scrap superfluous subshells.
13093
13094 2012-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
13095
13096 * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
13097 (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
13098
13099 2012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
13100
13101 * calc/calc.el (calc-ensure-consistent-units): New variable.
13102
13103 * calc/calc-units.el (math-consistent-units-p)
13104 (math-check-unit-consistency): New functions.
13105 (calc-quick-units, calc-convert-units):
13106 Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
13107 is non-nil.
13108 (calc-extract-units): Fix typo.
13109
13110 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
13111
13112 * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
13113
13114 * textmodes/flyspell.el: Commenting style, plus code simplifications.
13115 (flyspell-default-deplacement-commands): Don't spell check after
13116 repeated window/frame switches (e.g. triggered by mouse-movement).
13117 (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
13118 (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
13119 (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
13120 (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
13121 Remove unused vars.
13122 (flyspell-get-casechars, flyspell-get-not-casechars):
13123 Simplify; Don't bother removing a ] just to add it back.
13124 * textmodes/ispell.el (ispell-program-name): Use executable-find.
13125
13126 2012-05-18 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
13127
13128 * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
13129 New functions.
13130 (math-function-table): Add support for more C functions.
13131
13132 2012-05-18 Agustín Martín Domingo <agustin.martin@hispalinux.es>
13133
13134 * textmodes/flyspell.el (flyspell-check-pre-word-p)
13135 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
13136 Protect delay handling for otherchars against empty otherchars.
13137
13138 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
13139
13140 * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
13141 their respective macro declarations.
13142 * skeleton.el (define-skeleton):
13143 * progmodes/compile.el (define-compilation-mode):
13144 * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
13145 (define-ibuffer-filter):
13146 * emacs-lisp/generic.el (define-generic-mode):
13147 * emacs-lisp/easy-mmode.el (define-minor-mode)
13148 (define-globalized-minor-mode):
13149 * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
13150 * emacs-lisp/byte-run.el (defsubst):
13151 * custom.el (deftheme): Add doc-string metadata.
13152
13153 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
13154
13155 * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
13156
13157 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
13158
13159 * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
13160
13161 * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
13162 * emacs-lisp/cl-macs.el: Idem.
13163 * emacs-lisp/cl-specs.el: Remove.
13164
13165 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
13166
13167 Minor renaming of internal CL functions and variables.
13168 * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
13169 (cl--position): Rename from cl-position.
13170 (cl--delete-duplicates): Rename from cl-delete-duplicates.
13171 * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
13172 (cl--random-state): Rename from *random-state*.
13173
13174 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
13175
13176 * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
13177 parens around the arg list (bug#11499).
13178
13179 2012-05-17 Juri Linkov <juri@jurta.org>
13180
13181 * isearch.el (word-search-regexp, word-search-backward)
13182 (word-search-forward, word-search-backward-lax)
13183 (word-search-forward-lax): Move functions from search.c
13184 (bug#10145, bug#11381).
13185
13186 2012-05-16 Agustín Martín Domingo <agustin.martin@hispalinux.es>
13187
13188 * textmodes/flyspell.el (flyspell-check-pre-word-p)
13189 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
13190 Delay for otherchars as for normal word components.
13191
13192 2012-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
13193
13194 * minibuffer.el (completion--sifn-requote): Fix last change.
13195 (minibuffer-local-must-match-filename-map):
13196 Move define-obsolete-variable-alias before its var.
13197
13198 2012-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
13199
13200 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
13201
13202 * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
13203 behavior.
13204 (completion--string-equal-p): New function.
13205 (completion--twq-all): Use it to get better assertion failure data.
13206
13207 Only handle ".." and '..' quoting in shell-mode (bug#11466).
13208 * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
13209 (shell--requote-argument): New functions.
13210 (shell-completion-vars): Use them.
13211 (shell--parse-pcomplete-arguments): Rename from
13212 shell-parse-pcomplete-arguments.
13213 * comint.el (comint-word): Obey comint-file-name-quote-list. Simplify.
13214 (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
13215 Obey comint-file-name-quote-list.
13216
13217 * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
13218 (smie-indent-keyword): Use it.
13219
13220 2012-05-14 Stefan Merten <smerten@oekonux.de>
13221
13222 * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
13223
13224 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
13225
13226 * net/rlogin.el (rlogin-mode-map): Fix last change.
13227
13228 2012-05-14 Jason L. Wright <jason.wright@inl.gov> (tiny change)
13229
13230 * mail/smtpmail.el (smtpmail-send-command): Send the command and
13231 the following \r\n using a single `process-send-string', since the
13232 Lotus SMTP server refuses to accept any commands if they are sent
13233 with two `process-send-string's (Bug#11444).
13234
13235 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
13236
13237 * shell.el (shell-parse-pcomplete-arguments):
13238 Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
13239
13240 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
13241
13242 * image-mode.el: Fit to width/height for rotated images (Bug#11431).
13243 (image-transform-scale, image-transform-right-angle-fudge): New vars.
13244 (image-transform-width, image-transform-fit-width): New functions.
13245 (image-transform-properties): Use them.
13246 (image-transform-check-size): New function.
13247 (image-toggle-display-image): Use it (for testing).
13248 (image-transform-set-rotation): Reduce angle mod 360.
13249 Delete obsolete comment.
13250
13251 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
13252
13253 * image-mode.el: Fix scaling (bug#11399).
13254 (image-transform-resize): Doc fix.
13255 (image-transform-properties): Default scale is 1 and height should
13256 be an integer.
13257
13258 2012-05-13 Johan Bockgård <bojohan@gnu.org>
13259
13260 * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
13261 than hard-coding `car', to fix misbehavior when moving forward.
13262
13263 2012-05-13 Chong Yidong <cyd@gnu.org>
13264
13265 * emacs-lisp/tabulated-list.el (tabulated-list-format)
13266 (tabulated-list-entries, tabulated-list-padding)
13267 (tabulated-list-sort-key): Make permanent-local.
13268
13269 * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
13270 (electric-buffer-list): Put electric buffer menu
13271 command descriptions in this docstring, instead of the docstring
13272 of electric-buffer-menu-mode. Code cleanups.
13273 (electric-buffer-menu-mode): Use define-derived-mode. Rename from
13274 Electric-buffer-menu-mode.
13275 (electric-buffer-update-highlight): Minor code cleanup.
13276
13277 2012-05-13 Michael Albinus <michael.albinus@gmx.de>
13278
13279 * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
13280 (Bug#11447)
13281
13282 2012-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
13283
13284 Move define-obsolete-variable-alias before the var's definition.
13285 * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
13286 * tooltip.el (tooltip-hook):
13287 * textmodes/reftex-toc.el (reftex-toc-map):
13288 * textmodes/reftex-sel.el (reftex-select-label-map)
13289 (reftex-select-bib-map):
13290 * textmodes/reftex-index.el (reftex-index-map)
13291 (reftex-index-phrases-map):
13292 * speedbar.el (speedbar-syntax-table, speedbar-key-map):
13293 * progmodes/meta-mode.el (meta-mode-map):
13294 * novice.el (disabled-command-hook):
13295 * loadhist.el (unload-hook-features-list):
13296 * frame.el (blink-cursor):
13297 * files.el (find-file-not-found-hooks, write-file-hooks)
13298 (write-contents-hooks):
13299 * emulation/tpu-edt.el (GOLD-map):
13300 * emacs-lock.el (emacs-lock-from-exiting):
13301 * emacs-lisp/generic.el (generic-font-lock-defaults):
13302 * emacs-lisp/chart.el (chart-map):
13303 * dos-fns.el (register-name-alist):
13304 * dired-x.el (dired-omit-files-p):
13305 * desktop.el (desktop-enable):
13306 * cus-edit.el (custom-mode-hook):
13307 * buff-menu.el (buffer-menu-mode-hook):
13308 * bookmark.el (bookmark-read-annotation-text-func)
13309 (bookmark-exit-hooks):
13310 * allout.el (allout-mode-deactivate-hook)
13311 (allout-exposure-change-hook, allout-structure-added-hook)
13312 (allout-structure-deleted-hook, allout-structure-shifted-hook):
13313 * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
13314 (dirtrack-debug): Move call to define-obsolete-variable-alias so it
13315 comes before the corresponding variable's definition.
13316
13317 2012-05-12 Chong Yidong <cyd@gnu.org>
13318
13319 * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
13320 (Buffer-menu-mouse-select): Restore function (Bug#11459).
13321 (Buffer-menu-mode-map): Bind it.
13322 (Buffer-menu--pretty-name): Add a mouse-face property.
13323
13324 2012-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
13325
13326 * progmodes/prolog.el: Use SMIE. Cleanup regexp setup.
13327 (prolog-upper-case-string, prolog-lower-case-string)
13328 (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
13329 (prolog-use-smie, prolog-smie-grammar): New vars.
13330 (prolog-smie-forward-token, prolog-smie-backward-token)
13331 (prolog-smie-rules): New funs.
13332 (prolog-comment-indent): Remove.
13333 (prolog-mode-variables): Use default comment indentation instead.
13334 Setup SMIE.
13335 (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
13336 (prolog-mode): Don't call them any more.
13337 (prolog-electric-colon, prolog-electric-dash)
13338 (prolog-edit-menu-insert-move): Use indent-according-to-mode.
13339
13340 * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
13341
13342 * minibuffer.el (completion--twq-all): Again, allow case differences.
13343
13344 * term.el: Move keymap initialization code to be more idiomatic.
13345 (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
13346 (term-terminal-menu): Move initialization into declaration.
13347 (term-escape-char): Let the user set it in her .emacs.
13348
13349 * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
13350 Provide SMIE-based indentation (not enabled by default yet).
13351 (sh-mode-map): Don't bind electric keys.
13352 Use electric-pair-mode instead of skeleton-pair.
13353 (sh-assignment-regexp): Fit within 80 columns.
13354 (sh-indent-supported): Specify actual shell name instead of boolean.
13355 (sh--maybe-here-document): New fun, from sh-maybe-here-document.
13356 (sh-maybe-here-document): Use it. Make obsolete.
13357 (sh-electric-here-document-mode) New minor mode.
13358 (sh-mode): Use it. Don't set sh-indent-supported-here here.
13359 (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
13360 (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
13361 (sh-smie-rc-grammar, sh-use-smie): New vars.
13362 (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
13363 (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
13364 (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
13365 (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
13366 (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
13367 (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
13368 (sh-set-shell): Use smie-setup if requested.
13369
13370 * term.el (term-set-escape-char): Properly set term-escape-char.
13371 See http://stackoverflow.com/questions/10524656.
13372
13373 2012-05-10 Chong Yidong <cyd@gnu.org>
13374
13375 * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
13376 Use url-generic-parse-url, and handle host names and Windows
13377 filenames properly.
13378 (ffap-url-unwrap-remote): Use url-generic-parse-url.
13379 (ffap-url-unwrap-remote): Accept list values, specifying a list of
13380 URL schemes to work on.
13381 (ffap--toggle-read-only): New function.
13382 (ffap-read-only, ffap-read-only-other-window)
13383 (ffap-read-only-other-frame): Use it.
13384 (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
13385 necessary for ffap-url-unwrap-remote.
13386
13387 2012-05-10 Dave Abrahams <dave@boostpro.com>
13388
13389 * cus-start.el (create-lockfiles): Add it.
13390
13391 2012-05-09 Chong Yidong <cyd@gnu.org>
13392
13393 * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
13394 (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
13395
13396 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
13397
13398 * shell.el (shell-completion-vars): Fix last change (bug#11348).
13399
13400 2012-05-09 Chong Yidong <cyd@gnu.org>
13401
13402 * ansi-color.el (ansi-color-process-output): Check for validity of
13403 comint-last-output-start before using it. This avoids a bad
13404 interaction with gdb-mi's input/output buffer.
13405
13406 2012-05-09 Glenn Morris <rgm@gnu.org>
13407
13408 * files.el (dir-locals-read-from-file):
13409 Mention dir-locals in any error message.
13410
13411 2012-05-09 Chong Yidong <cyd@gnu.org>
13412
13413 * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
13414 package (Bug#11410).
13415
13416 * emacs-lisp/package.el (package-buffer-info): Avoid putting local
13417 variables into description.
13418
13419 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
13420
13421 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
13422 shell-delimiter-argument-list (bug#11348).
13423 (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
13424
13425 2012-05-09 Juanma Barranquero <lekktu@gmail.com>
13426
13427 * textmodes/rst.el: Silence byte-compiler warnings.
13428 (rst-re-alist, rst-reset-section-caches): Move around.
13429 (rst-re): Use `characterp', not `char-valid-p'.
13430 (font-lock-beg, font-lock-end): Declare.
13431
13432 * progmodes/idlw-shell.el (specs): Remove reference to deleted
13433 variable `idlwave-shell-activate-alt-keybindings' and simplify.
13434
13435 * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
13436
13437 2012-05-08 Glenn Morris <rgm@gnu.org>
13438
13439 * files.el (auto-mode-alist): Treat ".make" like ".mk".
13440
13441 2012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
13442
13443 * vc/log-edit.el: Add GNU coding standards highlighting.
13444 (log-edit-font-lock-gnu-style)
13445 (log-edit-font-lock-gnu-keywords): New vars.
13446 (log-edit-font-lock-keywords): New fun.
13447 (log-edit-mode): Don't fold case in font-lock.
13448 (log-edit-font-lock-keywords): Do not assume case-folding.
13449
13450 * imenu.el: Misc cleanup. Make docstrings out of comments.
13451 Use lexical-binding.
13452 (imenu--index-alist, imenu--last-menubar-index-alist)
13453 (imenu-menubar-modified-tick): Use defvar-local.
13454 (imenu--split-menu): Remove unused var.
13455 (imenu--cleanup-seen): Declare as global.
13456 (imenu--cleanup): Use dolist.
13457
13458 * subr.el (defvar-local): Add debug spec and doc-string position.
13459
13460 2012-05-08 Glenn Morris <rgm@gnu.org>
13461
13462 * language/burmese.el, language/cham.el, language/czech.el:
13463 * language/english.el, language/georgian.el, language/greek.el:
13464 * language/japanese.el, language/khmer.el, language/korean.el:
13465 * language/lao.el, language/misc-lang.el, language/romanian.el:
13466 * language/sinhala.el, language/slovak.el, language/tai-viet.el:
13467 * language/thai.el, language/utf-8-lang.el:
13468 Remove no-byte-compile setting.
13469
13470 * play/zone.el (zone-pgm-stress): Don't pollute kill-ring. (Bug#11388)
13471
13472 2012-05-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
13473
13474 * progmodes/make-mode.el (makefile-browse):
13475 Remove unnecessary interactive. (Bug#11324)
13476
13477 2012-05-07 Glenn Morris <rgm@gnu.org>
13478
13479 * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
13480
13481 * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
13482
13483 2012-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
13484
13485 * loadup.el: Preload newcomment.el.
13486 * newcomment.el: Move autoload-only code to toplevel.
13487
13488 * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
13489 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
13490 Handle new :right-align column property.
13491 (tabulated-list-print-col): Idem, plus use `display' text-property to
13492 try and preserve alignment for variable pitch fonts.
13493
13494 2012-05-07 Chong Yidong <cyd@gnu.org>
13495
13496 * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
13497 (tabulated-list-use-header-line): New var.
13498 (tabulated-list-init-header): Use it.
13499 (tabulated-list-print-fake-header): New function.
13500 (tabulated-list-print): Use it.
13501 (tabulated-list-sort-button-map): Add non-header-line commands.
13502 (tabulated-list-init-header): Add column name property to basic
13503 labels as well.
13504 (tabulated-list-col-sort): Handle non-header-line button case.
13505 (tabulated-list--sort-by-column-name): Fix a corner case.
13506
13507 * buff-menu.el (list-buffers--refresh):
13508 Handle Buffer-menu-use-header-line.
13509
13510 2012-05-06 Chong Yidong <cyd@gnu.org>
13511
13512 * buff-menu.el: Convert to Tabulated List mode.
13513 (Buffer-menu-buffer+size-width): Make obsolete.
13514 (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
13515 (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
13516 (Buffer-menu-mode): Derive from tabulated-list-mode. Move command
13517 documentation into docstring of buffer-menu.
13518 (Buffer-menu-toggle-files-only): Add an informative message.
13519 (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
13520 (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
13521 (Buffer-menu-unmark, Buffer-menu-backup-unmark)
13522 (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
13523 (Buffer-menu-execute, Buffer-menu-select)
13524 (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
13525 (Buffer-menu-bury): Use Tabulated List machinery.
13526 (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
13527 (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
13528 Delete.
13529 (list-buffers--refresh): New function.
13530 (list-buffers-noselect): Use it.
13531 (tabulated-list-entry-size->, Buffer-menu--pretty-name)
13532 (Buffer-menu--pretty-file-name): New helper functions.
13533
13534 * loadup.el: Preload tabulated-list.
13535
13536 * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
13537 tabulated-list-sort-column.
13538 (tabulated-list-init-header): Add the initial aligning space even
13539 if tabulated-list-padding is zero.
13540
13541 2012-05-06 Christopher Schmidt <christopher@ch.ristopher.com>
13542
13543 * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
13544 whose cdr is not a cons cell correctly (bug#11038).
13545
13546 2012-05-06 Chong Yidong <cyd@gnu.org>
13547
13548 * emacs-lisp/tabulated-list.el (tabulated-list-format):
13549 Accept additional plist in column descriptors.
13550 (tabulated-list-init-header): Obey it.
13551 (tabulated-list-get-entry): New function.
13552 (tabulated-list-put-tag): Use it. Use string-width instead of
13553 length.
13554 (tabulated-list--column-number): New function.
13555 (tabulated-list-print): Use it.
13556 (tabulated-list-print-col): New function.
13557 Set `tabulated-list-column-name' property on each column's text.
13558 (tabulated-list-print-entry): Use it.
13559 (tabulated-list-delete-entry, tabulated-list-set-col):
13560 New functions.
13561 (tabulated-list-sort-column): New command (Bug#11337).
13562
13563 * buff-menu.el (list-buffers): Move C-x C-b binding from
13564 buff-menu.el to bindings.el.
13565
13566 * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
13567 :advertised-binding feature.
13568
13569 2012-05-06 Troels Nielsen <bn.troels@gmail.com> (tiny change)
13570
13571 * progmodes/compile.el (compilation-internal-error-properties):
13572 Calculate start position correctly when end-col is set but
13573 end-line is not (Bug#11382).
13574
13575 2012-05-06 Wolfgang Jenkner <wjenkner@inode.at>
13576
13577 * man.el (Man-unindent): Use text-property-default-nonsticky to
13578 prevent untabify from inheriting face properties (Bug#11408).
13579
13580 2012-05-05 Stefan Merten <smerten@oekonux.de>
13581
13582 * textmodes/rst.el: Major merge with upstream development up to
13583 Docutils SVN r7399 / rst.el V1.2.1.
13584
13585 Clarify maintainership and authors.
13586
13587 (rst-extract-version, rst-cvs-header, rst-cvs-rev)
13588 (rst-cvs-timestamp, rst-svn-rev, rst-svn-timestamp)
13589 (rst-official-version, rst-official-cvs-rev, rst-version)
13590 (rst-package-emacs-version-alist): New functions and variables
13591 for version information.
13592
13593 (rst-bullets, rst-uri-schemes, rst-adornment-chars)
13594 (rst-max-inline-length, rst-re-alist-def, rst-re-alist)
13595 (rst-mode-syntax-table, rst-mode): New and corrected functions
13596 and variables representing reStructuredText features.
13597
13598 (rst-re): New function for reStructuredText regexes. Use in
13599 many places.
13600
13601 (rst-deprecated-keys, rst-call-deprecated, rst-define-key)
13602 (rst-mode-map): Rebind keys.
13603
13604 (rst-mode-lazy, rst-font-lock-keywords)
13605 (rst-font-lock-extend-region)
13606 (rst-font-lock-extend-region-internal)
13607 (rst-font-lock-extend-region-extend)
13608 (rst-font-lock-find-unindented-line-limit)
13609 (rst-font-lock-find-unindented-line-match)
13610 (rst-adornment-level, rst-font-lock-adornment-level)
13611 (rst-font-lock-adornment-match)
13612 (rst-font-lock-handle-adornment-pre-match-form)
13613 (rst-font-lock-handle-adornment-matcher): Major revision of
13614 font-locking. Integrate with other code. Use `jit-lock-mode'.
13615
13616 (rst-preferred-adornments, rst-adjust-hook)
13617 (rst-new-adornment-down, rst-preferred-bullets)
13618 (rst-preferred-bullets, rst-indent, rst-indent-width)
13619 (rst-indent-field, rst-indent-literal-normal)
13620 (rst-indent-literal-minimized, rst-indent-comment): Change,
13621 extend and improve customization.
13622
13623 (rst-line-homogeneous-p, rst-line-homogeneous-nodent-p)
13624 (rst-normalize-cursor-position, rst-get-decoration)
13625 (rst-straighten-deco-spacing, rst-re-bullets, rst-re-items)
13626 (rst-rstrip, rst-toc-insert-find-delete-contents)
13627 (rst-shift-fill-region, rst-compute-bullet-tabs)
13628 (rst-debug-print-tabs, rst-debug-mark-found)
13629 (rst-shift-region-guts, rst-shift-region-right)
13630 (rst-shift-region-left, rst-use-char-classes)
13631 (rst-font-lock-keywords-function)
13632 (rst-font-lock-indentation-point)
13633 (rst-font-lock-find-unindented-line-begin)
13634 (rst-font-lock-find-unindented-line-end)
13635 (rst-font-lock-find-unindented-line)
13636 (rst-font-lock-adornment-point, rst-font-lock-level)
13637 (rst-adornment-level-alist): Remove functions and variables.
13638
13639 (rst-compare-adornments, rst-get-adornment-match)
13640 (rst-suggest-new-adornment, rst-get-adornments-around)
13641 (rst-adornment-complete-p, rst-get-next-adornment)
13642 (rst-adjust-adornment, rst-display-adornments-hierarchy)
13643 (rst-straighten-adornments): Standardize function names to
13644 use "adornment" instead of "decoration". Correct callers.
13645 Similar standardizing in many places.
13646
13647 (rst-update-section, rst-adjust, rst-promote-region)
13648 (rst-enumerate-region, rst-bullet-list-region)
13649 (rst-repeat-last-character): Correct use of `interactive'.
13650
13651 (rst-classify-adornment, rst-find-all-adornments)
13652 (rst-get-hierarchy, rst-adjust-adornment, rst-toc-update)
13653 (rst-find-leftmost-column, rst-repeat-last-character):
13654 Refactor functions.
13655
13656 (rst-find-title-line, rst-reset-section-caches)
13657 (rst-get-adornments-around, rst-adjust-adornment-work)
13658 (rst-arabic-to-roman, rst-roman-to-arabic)
13659 (rst-insert-list-pos, rst-insert-list-new-item)
13660 (rst-insert-list-continue, rst-insert-list, rst-forward-line):
13661 New functions.
13662
13663 (rst-all-sections, rst-section-hierarchy)
13664 (rst-arabic-to-roman, rst-initial-enums, rst-initial-items):
13665 New variables.
13666
13667 (rst-toc-return-wincfg, rst-toc-quit-window): Use window
13668 configuration instead of only buffer. Change where necessary.
13669
13670 (rst-line-tabs, rst-compute-tabs, rst-indent-line)
13671 (rst-shift-region, rst-adaptive-fill): New functions for
13672 indentation and filling.
13673
13674 (rst-comment-line-break, rst-comment-indent)
13675 (rst-comment-insert-comment, rst-comment-region)
13676 (rst-uncomment-region): New functions for handling comments.
13677
13678 (rst-compile): Quote shell arguments.
13679
13680 (rst-compile-pdf-preview, rst-compile-slides-preview):
13681 Delete temporary files after use.
13682
13683 2012-05-05 Glenn Morris <rgm@gnu.org>
13684
13685 * calendar/cal-html.el: Optionally include holidays in the output.
13686 Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
13687 (cal-html-holidays): New option.
13688 (cal-html-css-default): Add holiday entry.
13689 (holiday-in-range): Autoload it.
13690 (cal-html-htmlify-entry): Add optional class argument.
13691 (cal-html-htmlify-list): Add optional holidays argument.
13692 (cal-html-insert-agenda-days): Include holidays in the output.
13693 (cal-html-one-month): Maybe include holidays.
13694
13695 * calendar/holidays.el (holiday-in-range):
13696 Move here from cal-tex-list-holidays.
13697 * calendar/cal-tex.el (cal-tex-list-holidays):
13698 Make it an obsolete alias for holiday-in-range. Update all callers.
13699
13700 2012-05-05 Chong Yidong <cyd@gnu.org>
13701
13702 * select.el (xselect--encode-string): Always use utf-8 for TEXT on
13703 Nextstep.
13704
13705 2012-05-05 Ransom Williams <auvergnerw@gmail.com> (tiny change)
13706
13707 * files.el (file-auto-mode-skip): New var.
13708 (set-auto-mode-1): Use it.
13709
13710 2012-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
13711
13712 * repeat.el: Use lexical-binding.
13713 (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
13714 (repeat-undo-count): Remove.
13715 (repeat):
13716 * progmodes/octave-mod.el (octave-abbrev-start):
13717 * progmodes/f90.el (f90-abbrev-start):
13718 * face-remap.el (text-scale-adjust):
13719 * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
13720
13721 * emacs-lisp/pcase.el (pcase--let*): New function.
13722 (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
13723 a bit more.
13724 (pcase--split-pred): Be more clever about ruling out overlap between
13725 a predicate and some constant pattern.
13726 (pcase--q1): Use `null' instead of (eq foo nil).
13727
13728 * subr.el (setq-local, defvar-local): New macros.
13729 (kbd): Redefine as an alias.
13730 (with-selected-window): Leave unrelated frames alone.
13731 (set-temporary-overlay-map): New function.
13732
13733 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
13734
13735 * subr.el (user-error): New function.
13736 * window.el (switch-to-buffer):
13737 * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
13738 (smerge-match-conflict):
13739 * simple.el (previous-matching-history-element)
13740 (next-matching-history-element, goto-history-element, undo-more)
13741 (undo-start):
13742 * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
13743 (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
13744 (next-file, tags-loop-scan, list-tags, complete-tag):
13745 * progmodes/compile.el (compilation-loop):
13746 * mouse.el (mouse-minibuffer-check):
13747 * man.el (Man-bgproc-sentinel, Man-goto-page):
13748 * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
13749 (Info-history-forward, Info-follow-reference, Info-menu)
13750 (Info-extract-menu-item, Info-extract-menu-counting)
13751 (Info-forward-node, Info-backward-node, Info-next-menu-item)
13752 (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
13753 (Info-next-reference, Info-prev-reference, Info-index)
13754 (Info-index-next, Info-follow-nearest-node)
13755 (Info-copy-current-node-name):
13756 * imenu.el (imenu--make-index-alist)
13757 (imenu-default-create-index-function, imenu-add-to-menubar):
13758 * files.el (basic-save-buffer, recover-file):
13759 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
13760 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
13761 (checkdoc-message-text, checkdoc-defun):
13762 * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
13763 * cus-edit.el (customize-changed-options, customize-rogue)
13764 (customize-saved, custom-variable-set, custom-variable-mark-to-save)
13765 (custom-variable-mark-to-reset-standard)
13766 (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
13767 (custom-file):
13768 * completion.el (check-completion-length):
13769 * comint.el (comint-search-arg)
13770 (comint-previous-matching-input-string-position)
13771 (comint-previous-matching-input)
13772 (comint-replace-by-expanded-history-before-point, comint-send-input)
13773 (comint-copy-old-input, comint-backward-matching-input)
13774 (comint-goto-process-mark, comint-set-process-mark):
13775 * calendar/calendar.el (calendar-cursor-to-date): Use it.
13776 * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
13777
13778 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
13779
13780 * dabbrev.el (dabbrev--ignore-case-p): New function.
13781 (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
13782 Use it.
13783
13784 * files.el (automount-dir-prefix): Mark as obsolete.
13785
13786 2012-05-04 Glenn Morris <rgm@gnu.org>
13787
13788 * patcomp.el, play/bruce.el: Move to obsolete/.
13789
13790 2012-05-04 Paul Eggert <eggert@cs.ucla.edu>
13791
13792 Fix minor Y10k bugs.
13793 * arc-mode.el (archive-unixdate):
13794 * autoinsert.el (auto-insert-alist):
13795 * calc/calc-forms.el (math-this-year):
13796 * emacs-lisp/copyright.el (copyright-current-year)
13797 (copyright-update-year, copyright):
13798 * tar-mode.el (tar-clip-time-string):
13799 * time.el (display-time-update):
13800 Don't assume years have 4 digits.
13801
13802 2012-05-04 Chong Yidong <cyd@gnu.org>
13803
13804 * dos-w32.el (file-name-buffer-file-type-alist)
13805 (direct-print-region-use-command-dot-com):
13806 * ffap.el (ffap-menu-regexp):
13807 * find-file.el (ff-special-constructs):
13808 * follow.el (follow-debug):
13809 * forms.el (forms--debug):
13810 * iswitchb.el (iswitchb-all-frames):
13811 * ido.el (ido-all-frames):
13812 * emacs-lisp/timer.el (timer-max-repeats):
13813 * mail/feedmail.el (feedmail-mail-send-hook)
13814 (feedmail-mail-send-hook-queued):
13815 * mail/footnote.el (footnote-signature-separator):
13816 * mail/mailabbrev.el (mail-alias-separator-string)
13817 (mail-abbrev-mode-regexp):
13818 * mail/rmail.el (rmail-speedbar-match-folder-regexp):
13819 * progmodes/idlwave.el (idlwave-libinfo-file)
13820 (idlwave-default-completion-case-is-down)
13821 (idlwave-library-routines): Convert defvars to defcustoms.
13822
13823 * mail/rmail.el (rmail-decode-mime-charset):
13824 * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
13825 (idlwave-shell-fix-inserted-breaks)
13826 (idlwave-shell-activate-alt-keybindings)
13827 (idlwave-shell-use-breakpoint-glyph):
13828 * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
13829
13830 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
13831
13832 * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
13833
13834 2012-05-03 Wilson Snyder <wsnyder@wsnyder.org>
13835
13836 * progmodes/verilog-mode.el (font-lock-keywords):
13837 Fix mis-highligting auto. Reported by Craig Barner.
13838 (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
13839 defines from global name space. Reported by Dan Dever.
13840 (verilog-auto-reset, verilog-auto-reset-widths)
13841 (verilog-auto-tieoff): Support using unbased numbers for
13842 AUTORESET and AUTOTIEOFF.
13843 (verilog-submit-bug-report): Update variable list.
13844 (verilog-read-auto-params): Fix AUTOINPUT regexps containing
13845 parenthesis from not matching. Reported by Michael Rytting.
13846 (verilog-auto-template-lint): Fix hash error when linting modules
13847 with no used templates.
13848 (verilog-warn, verilog-warn-error)
13849 (verilog-warn-fatal): When non-interactive report multiple
13850 warnings before exiting. Suggested by Brad Dobbie.
13851 (verilog-auto-template-lint, verilog-auto-template-warn-unused)
13852 (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
13853 to report unused template errors. Reported by Brad Dobbie.
13854 (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
13855 nets, bug438. Reported by Vns Blore.
13856 (verilog-auto-inout-module, verilog-auto-reg)
13857 (verilog-read-decls, verilog-read-sub-decls-sig)
13858 (verilog-signals-edit-wire-reg, verilog-signals-with):
13859 Fix passing of Verilog data types in ANSI input/output ports
13860 such as "output logic" into the AUTOs. Special case "wire" and
13861 "reg" for backwards compatibility presuming Verilog 2001.
13862 (verilog-auto-ascii-enum): Add "auto enum" as alias.
13863 (verilog-preprocess): Fix replication of preprocess output.
13864 Reported by Brad Dobbie.
13865 (verilog-auto-inst-interfaced-ports):
13866 Create verilog-auto-inst-interfaced-ports, bug429.
13867 Reported by Julian Gorfajn.
13868 (verilog-after-save-font-hook)
13869 (verilog-before-save-font-hook): New variable.
13870 (verilog-modi-cache-results, verilog-save-font-mod-hooked)
13871 (verilog-save-font-mods): Wrap disabling fontification, reported
13872 by David Rogoff.
13873 (verilog-do-indent, verilog-pretty-declarations-auto)
13874 (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
13875 Reported by Pierre-David Pfister.
13876 (verilog-set-auto-endcomments): Fix endtask auto comments outside
13877 of class declarations, bug292. Reported by Kevin Heilman.
13878 (verilog-read-decls): Fix 'parameter type' not appearing in
13879 AUTOINSTPARAM, bug340. Reported by Jonathan Greenlaw.
13880 (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
13881 AUTOINPUTs, bug411. Reported by Jonathan Greenlaw.
13882 (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
13883 Reported by David Kravitz.
13884
13885 2012-05-03 Michael McNamara <mac@mail.brushroad.com>
13886
13887 * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
13888 assignment with tests in ifs and for loops.
13889 (verilog-extended-complete-re, verilog-complete-reg): Change so
13890 that DPI inport functions don't look like fuction declarations.
13891 (verilog-pretty-expr): Don't line up assignment
13892 operations to the test and increment in if and for loops
13893 (verilog-extended-complete-re, verilog-complete-reg): Change so
13894 that DPI inport functions don't look like fuction declarations.
13895
13896 2012-05-03 Kenichi Handa <handa@m17n.org>
13897
13898 * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
13899 decoding, and show a warning message without signaling an error
13900 (Bug#11282).
13901
13902 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
13903
13904 * emacs-lisp/bytecomp.el
13905 (byte-compile-file-form-custom-declare-variable): Compile all elements,
13906 since cconv.el might have introduced :fun-body, internal-make-closure,
13907 and friends for bytecomp to handle (bug#11391).
13908 * custom.el (defcustom): Avoid ((λ ..) ..).
13909
13910 2012-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
13911
13912 * subr.el (read-passwd): Better clean after ourselves (bug#11392).
13913
13914 2012-05-02 Juanma Barranquero <lekktu@gmail.com>
13915
13916 * notifications.el (dbus-debug):
13917 * term/linux.el (gpm-mouse-enable):
13918 * term/screen.el (xterm-register-default-colors): Declare.
13919
13920 2012-05-02 Chong Yidong <cyd@gnu.org>
13921
13922 * cus-start.el (gc-cons-percentage, exec-suffixes)
13923 (dos-display-scancodes, dos-hyper-key, dos-super-key)
13924 (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
13925 (make-cursor-line-fully-visible, void-text-area-pointer)
13926 (font-list-limit): Add customization data.
13927
13928 * allout.el (allout-exposure-change-functions)
13929 (allout-structure-added-functions)
13930 (allout-structure-deleted-functions)
13931 (allout-structure-shifted-functions): Rename abnormal hooks from
13932 *-hook, and convert to defcustoms.
13933 (allout-after-copy-or-kill-hook, allout-post-undo-hook):
13934 Convert to defcustoms.
13935 (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
13936
13937 * allout-widgets.el: Hook callers changed.
13938
13939 2012-05-02 Eli Zaretskii <eliz@gnu.org>
13940
13941 * mail/rmail.el (rmail-yank-current-message): Use the encoding of
13942 the yanked message in preference to the default value of
13943 buffer-file-coding-system.
13944
13945 2012-05-02 Martin Rudalics <rudalics@gmx.at>
13946
13947 * window.el (display-buffer--action-function-custom-type):
13948 Fix entry.
13949
13950 2012-05-02 Alan Mackenzie <acm@muc.de>
13951
13952 * progmodes/cc-defs.el (c-version): Update to 5.32.3.
13953
13954 2012-05-01 Glenn Morris <rgm@gnu.org>
13955
13956 * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
13957
13958 * eshell/esh-cmd.el (eshell-debug-command): Doc fix. Add :set.
13959
13960 * cus-edit.el (custom-variable-documentation): Simplify with format.
13961
13962 2012-05-01 Aaron S. Hawley <aaron.s.hawley@gmail.com>
13963 Stefan Monnier <monnier@iro.umontreal.ca>
13964
13965 * simple.el (suggest-key-bindings, execute-extended-command):
13966 Move from keyboard.c.
13967
13968 2012-05-01 Chong Yidong <cyd@gnu.org>
13969
13970 * follow.el: Eliminate advice.
13971 (set-process-filter, process-filter, sit-for): Advice deleted.
13972 (follow-mode-off-hook): Obsolete hook removed.
13973 (follow-avoid-tail-recenter-p, follow-process-filter-alist):
13974 Vars deleted.
13975 (follow-auto): Use a :set function.
13976 (follow-mode): Rewritten. Don't advise process filters.
13977 (follow-switch-to-current-buffer-all, follow-scroll-up)
13978 (follow-scroll-down): Assume follow-mode is bound.
13979 (follow-comint-scroll-to-bottom)
13980 (follow-align-compilation-windows): New functions.
13981 (follow--window-sorter): New function.
13982 (follow-all-followers): Use it to explicitly sort windows by their
13983 positions; don't make assumptions about next-window order.
13984 (follow-windows-start-end, follow-delete-other-windows-and-split)
13985 (follow-calc-win-start): Doc fix.
13986 (follow-windows-aligned-p, follow-select-if-visible): Don't call
13987 vertical-motion unnecessarily.
13988 (follow-adjust-window): New function.
13989 (follow-post-command-hook): Use it.
13990 (follow-call-set-process-filter, follow-call-process-filter)
13991 (follow-intercept-process-output, follow-tidy-process-filter-alist)
13992 (follow-stop-intercept-process-output, follow-generic-filter):
13993 Functions deleted.
13994 (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
13995 (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
13996 New functions, replacing advice on scroll-bar-* commands.
13997 (follow-mwheel-scroll): New function (Bug#4112).
13998
13999 * comint.el (comint-adjust-point): New function.
14000 (comint-postoutput-scroll-to-bottom): Use it.
14001 Call follow-comint-scroll-to-bottom for Follow mode buffers.
14002
14003 2012-05-01 Glenn Morris <rgm@gnu.org>
14004
14005 * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
14006 * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
14007 * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
14008 * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
14009 * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
14010 Remove no-byte-compile setting.
14011
14012 2012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
14013
14014 * minibuffer.el (completion-table-with-quoting): Fix compatibility
14015 all-completions code to not return a number in the last cdr.
14016
14017 2012-04-30 Leo Liu <sdl.web@gmail.com>
14018
14019 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
14020 read-only error.
14021
14022 2012-04-29 Chong Yidong <cyd@gnu.org>
14023
14024 * follow.el (follow-calc-win-end): Rewrite to handle partial
14025 screen lines correctly (Bug#8390).
14026 (follow-avoid-tail-recenter): Minor cleanup.
14027
14028 2012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
14029
14030 Avoid the obsolete `assoc' package.
14031 * speedbar.el (speedbar-refresh): Avoid adelete.
14032 (speedbar-file-lists): Simplify and avoid aput.
14033 * man.el (Man--sections, Man--refpages): New vars, replacing
14034 Man-sections-alist and Man-refpages-alist.
14035 (Man-build-section-alist, Man-build-references-alist):
14036 Use them; avoid aput.
14037 (Man--last-section, Man--last-refpage): New vars.
14038 (Man-follow-manual-reference): Use them.
14039 Use the `default' arg of completing-read.
14040 (Man-goto-section): Idem. Move prompt to the `interactive' spec.
14041
14042 2012-04-27 Chong Yidong <cyd@gnu.org>
14043
14044 * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
14045
14046 * startup.el (x-apply-session-resources): New function.
14047
14048 * term/ns-win.el (ns-initialize-window-system):
14049 * term/w32-win.el (w32-initialize-window-system):
14050 * term/x-win.el (x-initialize-window-system): Use it to properly
14051 set menu-bar-mode and other vars from X resources, even if the
14052 initial frame is not a window-system frame (Bug#2299).
14053
14054 * subr.el (read-key): Avoid running filter function when setting
14055 up temporary tool bar entries (Bug#9922).
14056
14057 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
14058
14059 * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
14060 (Bug#11344)
14061
14062 2012-04-27 Chong Yidong <cyd@gnu.org>
14063
14064 * select.el (xselect--encode-string): New function, split from
14065 xselect-convert-to-string.
14066 (xselect-convert-to-string): Use it.
14067 (xselect-convert-to-filename, xselect-convert-to-os)
14068 (xselect-convert-to-host, xselect-convert-to-user): Ensure that
14069 returned strings are properly encoded (Bug#11315).
14070
14071 2012-04-27 Chong Yidong <cyd@gnu.org>
14072
14073 * simple.el (delete-active-region): Move to killing custom group.
14074
14075 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
14076
14077 * progmodes/which-func.el (which-func-current): Quote %
14078 characters for mode-line processing.
14079
14080 2012-04-27 Chong Yidong <cyd@gnu.org>
14081
14082 * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
14083 reaching eob (Bug#11286).
14084
14085 2012-04-27 Eli Zaretskii <eliz@gnu.org>
14086
14087 * progmodes/gdb-mi.el (gdb-control-level): New variable.
14088 (gdb): Make it buffer-local and init to zero.
14089 (gdb-control-commands-regexp): New variable.
14090 (gdb-send): Don't wrap in "-interpreter-exec console" if
14091 gdb-control-level is positive. Increment gdb-control-level
14092 whenever the command matches gdb-control-commands-regexp, and
14093 decrement it each time the command is "end". (Bug#11279)
14094
14095 2012-04-27 Martin Rudalics <rudalics@gmx.at>
14096
14097 * window.el (adjust-window-trailing-edge, enlarge-window)
14098 (shrink-window, window-resize):
14099 * mouse.el (mouse-drag-line): Fix resizing of minibuffer
14100 windows (Bug#11276).
14101
14102 2012-04-27 Chong Yidong <cyd@gnu.org>
14103
14104 * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
14105 fix "missing prefix" warning. All callers changed.
14106
14107 2012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
14108
14109 * emacs-lisp/assoc.el: Move to obsolete/.
14110
14111 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
14112
14113 * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
14114
14115 * term/ns-win.el (ns-define-service):
14116 * progmodes/pascal.el (pascal-goto-defun):
14117 * progmodes/js.el (js--read-tab):
14118 * progmodes/etags.el (tags-lazy-completion-table):
14119 * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
14120 * emacs-lisp/ewoc.el (ewoc--wrap):
14121 * emacs-lisp/assoc.el (aput, adelete, amake):
14122 * doc-view.el (doc-view-convert-current-doc):
14123 * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
14124
14125 2012-04-26 Chong Yidong <cyd@gnu.org>
14126
14127 * image.el (image-type-from-buffer): Only return supported image
14128 type (Bug#9045).
14129
14130 * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
14131 value, for symmetry with diff-end-of-hunk.
14132 (diff-split-hunk, diff-find-source-location)
14133 (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
14134 (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
14135 (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
14136 compute the relevant hunk or file properly (Bug#6005).
14137 (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
14138
14139 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
14140
14141 * vc/vc-mtn.el:
14142 * vc/vc-hg.el:
14143 * vc/vc-git.el:
14144 * vc/vc-dir.el:
14145 * vc/vc-cvs.el:
14146 * vc/vc-bzr.el:
14147 * vc/vc-arch.el:
14148 * vc/vc.el: Replace lexical-let by lexical-binding.
14149 * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
14150 * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
14151 * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
14152
14153 2012-04-26 Chong Yidong <cyd@gnu.org>
14154
14155 * vc/diff-mode.el (diff-undo): New command (Bug#5302).
14156 (diff-mode-shared-map): Bind it to / and [remap undo].
14157
14158 * vc/ediff-wind.el (ediff-setup-windows-default): New function.
14159 (ediff-window-setup-function): Use it as the default, to set up
14160 windows based on whether the current frame is graphical (Bug#2138).
14161 (ediff-choose-window-setup-function-automatically): Make obsolete.
14162
14163 * vc/ediff-init.el: Always define ediff-pixel-width/height.
14164
14165 2012-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
14166
14167 * ffap.el: Remove old code for obsolete package.
14168 (ffap-complete-as-file-p): Remove.
14169
14170 Use completion-table-with-quoting for comint and pcomplete.
14171 * comint.el (comint--unquote&requote-argument)
14172 (comint--unquote-argument, comint--requote-argument): New functions.
14173 (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
14174 (comint-quote-filename): Use regexp-opt-charset.
14175 (comint--common-suffix, comint--common-quoted-suffix)
14176 (comint--table-subvert): Remove.
14177 (comint-unquote-function, comint-requote-function): New vars.
14178 (comint--complete-file-name-data): Use them with
14179 completion-table-with-quoting.
14180 * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
14181 * pcomplete.el (pcomplete-arg-quote-list)
14182 (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
14183 (pcomplete-unquote-argument-function): Default to non-nil.
14184 (pcomplete-unquote-argument): Simplify.
14185 (pcomplete--common-quoted-suffix): Remove.
14186 (pcomplete-requote-argument-function): New var.
14187 (pcomplete--common-suffix): New function.
14188 (pcomplete-completions-at-point): Use completion-table-with-quoting
14189 and completion-table-subvert.
14190
14191 * minibuffer.el: Use completion-table-with-quoting for read-file-name.
14192 (minibuffer--double-dollars): Preserve properties.
14193 (completion--sifn-requote): New function.
14194 (completion--file-name-table): Rewrite using it and c-t-with-quoting.
14195
14196 * minibuffer.el: Add support for completion of quoted/escaped data.
14197 (completion-table-with-quoting, completion-table-subvert): New funs.
14198 (completion--twq-try, completion--twq-all): New functions.
14199 (completion--nth-completion): New function.
14200 (completion-try-completion, completion-all-completions): Use it.
14201
14202 2012-04-25 Leo Liu <sdl.web@gmail.com>
14203
14204 * progmodes/python.el (python-pdbtrack-get-source-buffer):
14205 Use compilation-message if available to find real filename.
14206
14207 2012-04-25 Chong Yidong <cyd@gnu.org>
14208
14209 * vc/diff-mode.el (diff-setup-whitespace): New function.
14210 (diff-mode): Use it.
14211
14212 * vc/diff.el (diff-sentinel):
14213 * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
14214 Whitespace mode variables based on diff style (Bug#8612).
14215
14216 2012-04-25 Leo Liu <sdl.web@gmail.com>
14217
14218 * progmodes/python.el (python-send-region): Add suffix .py to the
14219 temp file.
14220
14221 * files.el (auto-mode-alist): Use javascript-mode instead.
14222
14223 2012-04-25 Alex Harsanyi <AlexHarsanyi@gmail.com>
14224
14225 Sync with soap-client repository. Support SOAP simpleType (Bug#10331).
14226
14227 * net/soap-client.el (soap-resolve-references-for-sequence-type)
14228 (soap-resolve-references-for-array-type): Hack to prevent self
14229 references, see Bug#9.
14230 (soap-parse-envelope): Report the contents of the 'detail' node
14231 when receiving a fault reply.
14232 (soap-parse-envelope): Report the contents of the entire 'detail' node.
14233
14234 * net/soap-inspect.el (soap-sample-value-for-simple-type)
14235 (soap-inspect-simple-type): New function.
14236
14237 * net/soap-client.el (soap-simple-type): New struct.
14238 (soap-default-xsd-types, soap-default-soapenc-types)
14239 (soap-decode-basic-type, soap-encode-basic-type):
14240 support unsignedInt and double basic types.
14241 (soap-resolve-references-for-simple-type)
14242 (soap-parse-simple-type, soap-encode-simple-type): New function.
14243 (soap-parse-schema): Parse xsd:simpleType declarations.
14244
14245 * net/soap-client.el (soap-default-xsd-types)
14246 (soap-default-soapenc-types): Add integer, byte and anyURI types.
14247 (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
14248 the local name of "soapenc:Array".
14249 (soap-decode-basic-type, soap-encode-basic-type): Support encoding
14250 decoding integer, byte and anyURI xsd types.
14251
14252 2012-04-25 Chong Yidong <cyd@gnu.org>
14253
14254 * cus-edit.el (custom-buffer-create-internal): Update header text.
14255
14256 2012-04-25 Eli Zaretskii <eliz@gnu.org>
14257
14258 * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
14259 settings on 'system-type', not on 'window-system'. On MS-Windows,
14260 set interactive-mode on in GDB.
14261
14262 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
14263
14264 * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
14265 (ruby-syntax-propertize-regexp): Remove.
14266 (ruby-syntax-propertize-function): Split regexp into chunks.
14267 Match following code directly.
14268
14269 2012-04-24 Dmitry Gutov <dgutov@yandex.ru>
14270
14271 * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
14272 (ruby-syntax-propertize-regexp): New function.
14273 (ruby-syntax-propertize-function): Use it to handle regexp not preceded
14274 by a special keyword.
14275
14276 * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
14277 (ruby-syntax-general-delimiters-goto-beg)
14278 (ruby-syntax-propertize-general-delimiters): New functions.
14279 (ruby-syntax-propertize-function): Use them to handle GDL.
14280 (ruby-font-lock-keywords): Move old handling of GDL...
14281 (ruby-font-lock-syntactic-keywords): .. to here.
14282 (ruby-calculate-indent): Adjust indentation for GDL.
14283
14284 2012-04-24 Michael Albinus <michael.albinus@gmx.de>
14285
14286 * notifications.el (top): Remove unneeded declarations.
14287 (notifications-specification-version): Change to "1.2".
14288 (notifications-interface, notifications-notify-method)
14289 (notifications-close-notification-method): Fix docstring.
14290 (notifications-get-capabilities-method): New defconst.
14291 (notifications-notify): Add :action-items, :resident and
14292 :transient hints. Change "image_data" to "image-data" and
14293 "image_path" to "image-path".
14294 (notifications-get-capabilities): New defun.
14295
14296 2012-04-24 Leo Liu <sdl.web@gmail.com>
14297
14298 * progmodes/python.el: Move hideshow setup to the end.
14299
14300 2012-04-24 Martin Rudalics <rudalics@gmx.at>
14301
14302 * window.el (handle-select-window): Clear echo area since this is
14303 no more done by read_char (Bug#11304).
14304
14305 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
14306
14307 * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
14308 and `/ M' to filter-derived-mode.
14309 * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
14310 (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
14311 (ibuffer-mark-by-mode): Use default rather than initial-input.
14312 (ibuffer-filter-by-derived-mode): Autoload and require-match.
14313
14314 2012-04-24 Ivan Andrus <darthandrus@gmail.com> (tiny change)
14315
14316 * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
14317 (ibuffer-filter-by-derived-mode): New filter.
14318 * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
14319
14320 2012-04-23 Andreas Politz <politza@fh-trier.de>
14321
14322 * subr.el (accept-change-group): Fix arg usage (Bug#6095).
14323
14324 2012-04-23 Chong Yidong <cyd@gnu.org>
14325
14326 * cus-edit.el (customize-apropos, customize-apropos-options):
14327 Disable matching of non-option variables (Bug#11176).
14328 (customize-option, customize-option-other-window)
14329 (customize-changed-options): Doc fix.
14330 (customize-apropos-options, customize-apropos-faces)
14331 (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
14332
14333 * apropos.el (apropos-read-pattern): Make prompt less cryptic.
14334 Fix word list splitting (Bug#11132).
14335 (apropos-symbol, apropos-keybinding, apropos-label)
14336 (apropos-property, apropos-function-button)
14337 (apropos-variable-button, apropos-misc-button): New faces.
14338 (apropos-symbol-face, apropos-keybinding-face)
14339 (apropos-label-face, apropos-property-face, apropos-match-face):
14340 Variables removed (Bug#8396).
14341 (apropos-library-button, apropos-format-plist, apropos-print)
14342 (apropos-print-doc, apropos-describe-plist): Callers changed.
14343
14344 2012-04-23 Michael Albinus <michael.albinus@gmx.de>
14345
14346 * net/xesam.el (xesam-mode-map): Use let-bound map in
14347 initialization. (Bug#11292)
14348
14349 2012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
14350
14351 Preserve ispell session localwords when switching back to
14352 original buffer.
14353
14354 * textmodes/ispell.el (ispell-buffer-session-localwords):
14355 New buffer-local variable to hold buffer session localwords.
14356 (ispell-kill-ispell): Add option 'clear to delete session
14357 localwords.
14358 (ispell-command-loop, ispell-change-dictionary)
14359 (ispell-buffer-local-words): Preserve session localwords when
14360 needed.
14361
14362 * textmodes/flyspell.el (flyspell-process-localwords)
14363 (flyspell-do-correct): Preserve session localwords when needed.
14364
14365 2012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
14366
14367 * textmodes/ispell.el (ispell-insert-word) Remove unneeded function
14368 using obsolete `translation-table-for-input'.
14369 (ispell-word, ispell-process-line, ispell-complete-word):
14370 Use plain `insert' instead of removed `ispell-insert-word'.
14371
14372 2012-04-22 Chong Yidong <cyd@gnu.org>
14373
14374 * cus-edit.el (custom-variable-menu)
14375 (custom-variable-reset-saved, custom-face-menu)
14376 (custom-face-reset-saved): If there is no saved value, make the
14377 "reset-saved" operation bring back the default (Bug#9509).
14378 (custom-face-state): Properly detect themed faces.
14379
14380 * faces.el (face-spec-set): Stop supporting deprecated form of
14381 third arg.
14382
14383 2012-04-22 Michael Albinus <michael.albinus@gmx.de>
14384
14385 Move functions from C to Lisp. Make non-blocking method calls
14386 the default. Implement further D-Bus standard interfaces.
14387
14388 * net/dbus.el (dbus-message-internal): Declare function.
14389 Remove unneeded function declarations.
14390 (defvar dbus-message-type-invalid, dbus-message-type-method-call)
14391 (dbus-message-type-method-return, dbus-message-type-error)
14392 (dbus-message-type-signal): Declare variables. Remove local
14393 definitions.
14394 (dbus-interface-dbus, dbus-interface-peer)
14395 (dbus-interface-introspectable, dbus-interface-properties)
14396 (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
14397 Adapt docstring.
14398 (dbus-interface-objectmanager): New defconst.
14399 (dbus-call-method, dbus-call-method-asynchronously)
14400 (dbus-send-signal, dbus-method-return-internal)
14401 (dbus-method-error-internal, dbus-register-service)
14402 (dbus-register-signal, dbus-register-method): New defuns, moved
14403 from dbusbind.c
14404 (dbus-call-method-handler, dbus-setenv)
14405 (dbus-get-all-managed-objects, dbus-managed-objects-handler):
14406 New defuns.
14407 (dbus-call-method-non-blocking): Make it an obsolete function.
14408 (dbus-unregister-object, dbus-unregister-service)
14409 (dbus-handle-event, dbus-register-property)
14410 (dbus-property-handler): Obey the new structure of
14411 `bus-registered-objects'.
14412 (dbus-introspect): Use `dbus-call-method'. Use a timeout.
14413 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
14414 Use `dbus-call-method'.
14415
14416 2012-04-22 Chong Yidong <cyd@gnu.org>
14417
14418 * cus-edit.el (custom-commands, custom-reset-menu)
14419 (Custom-reset-standard): Tweak labels.
14420 (custom-reset-button-menu): Change default to t.
14421 (custom-buffer-create-internal): For the custom-reset-button-menu
14422 case, put the revert button first.
14423 (custom-group-subtitle): New face.
14424 (custom-group-value-create): Align docstring to a specific column.
14425
14426 * wid-edit.el (widget-documentation-link-add): Don't handle
14427 indentation in this function.
14428 (widget-documentation-string-indent-to): New function.
14429 (widget-documentation-string-value-create): Use it.
14430
14431 * autorevert.el (auto-revert):
14432 * epg-config.el (epg):
14433 * ibuffer.el (ibuffer):
14434 * mpc.el (mpc):
14435 * ses.el (ses):
14436 * eshell/eshell.el (eshell):
14437 * net/ange-ftp.el (ange-ftp):
14438 * progmodes/ebnf2ps.el (postscript):
14439 * progmodes/flymake.el (flymake):
14440 * progmodes/prolog.el (prolog):
14441 * progmodes/verilog-mode.el (verilog-mode):
14442 * progmodes/which-func.el (which-func):
14443 * term/xterm.el (xterm):
14444 * textmodes/picture.el (picture):
14445 * textmodes/tildify.el (tildify):
14446 * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
14447 customization buffers.
14448
14449 2012-04-22 Alan Mackenzie <acm@muc.de>
14450
14451 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
14452 Adding a ) can hide the resulting (..) from searches. Fix it.
14453 Bound the backward search to the position of the existing (.
14454
14455 2012-04-21 Juanma Barranquero <lekktu@gmail.com>
14456
14457 * progmodes/verilog-mode.el (verilog-mode): Check whether
14458 which-func-modes is t before adding verilog-mode.
14459 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
14460
14461 2012-04-21 Leo Liu <sdl.web@gmail.com>
14462
14463 * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
14464
14465 2012-04-21 Michael Vehrs <Michael.Burschik@gmx.de>
14466
14467 * woman.el: Add support for "T{ T}" tbl syntax, and fix the
14468 filling of the last column of a table (Bug#5635).
14469 (woman-find-next-control-line): New arg, specifying an additional
14470 regexp component for the control line.
14471 (woman2-roff-buffer): Use it.
14472 (woman-break-table): New function.
14473 (woman2-TS): Use it.
14474
14475 2012-04-21 Chong Yidong <cyd@gnu.org>
14476
14477 * woman.el (woman-set-buffer-display-table, woman-decode-region)
14478 (woman-horizontal-escapes, woman-negative-vertical-space)
14479 (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
14480 (WoMan-warn-ignored): Use ?\s instead of ?\ .
14481
14482 2012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
14483
14484 * minibuffer.el (completion-file-name-table): Complete user names.
14485
14486 2012-04-20 Leo Liu <sdl.web@gmail.com>
14487
14488 * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
14489 and pcase-let*.
14490
14491 2012-04-20 Chong Yidong <cyd@gnu.org>
14492
14493 * server.el (server-execute): Respect initial-buffer-choice if it
14494 is a string and there are no files to open (Bug#2825).
14495 (server-create-window-system-frame, server-create-tty-frame):
14496 Don't switch buffers here.
14497 (server-process-filter): Only try to open a window system frame if
14498 compiled with graphical support (Bug#8314).
14499
14500 2012-04-20 Dan Nicolaescu <dann@gnu.org>
14501
14502 * battery.el (battery-echo-area-format): Display remaining time
14503 for sysfs backend too (Bug#11269).
14504 (battery-linux-sysfs): Fix conditional for the charge.
14505
14506 2012-04-20 Chong Yidong <cyd@gnu.org>
14507
14508 * progmodes/gdb-mi.el (gdb): Revert previous change.
14509 (gdb-inferior-io--init-proc): New function.
14510 (gdb-init-1): Use it.
14511 (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
14512 responsible for allocating a new pty and hooking it to gdb when
14513 the old pty gets an EIO due to process exit.
14514 (gdb-delchar-or-quit): New command. Bind it in gdb-mi buffers.
14515 (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
14516 (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
14517
14518 2012-04-20 Eli Zaretskii <eliz@gnu.org>
14519
14520 * window.el (window-min-size, window-sizable, window-min-delta)
14521 (window-max-delta, window--resizable, window-resizable)
14522 (window-total-size, window-full-height-p, window-full-width-p)
14523 (window-in-direction, window--resize-mini-window, window-resize)
14524 (window--resize-child-windows-normal)
14525 (window--resize-child-windows, window--resize-siblings)
14526 (window--resize-this-window, adjust-window-trailing-edge)
14527 (enlarge-window, shrink-window): Doc fixes.
14528
14529 2012-04-20 Chong Yidong <cyd@gnu.org>
14530
14531 * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
14532 New function to call delete-process on the gdb-inferior buffer's pty.
14533 (gdb-reset): Use it, instead of relying on kill-buffer to kill the
14534 pty process (Bug#11273).
14535 (gdb-update): New arg to suppress talking to the gdb process.
14536 (gdb-done-or-error): Use it.
14537 (gdb-stopped-functions): Rename from gdb-stopped-hooks.
14538 (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
14539 sentinel not being called.
14540
14541 * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
14542
14543 * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
14544
14545 2012-04-20 Glenn Morris <rgm@gnu.org>
14546
14547 * net/network-stream.el (open-network-stream): Doc fix.
14548
14549 2012-04-20 Chong Yidong <cyd@gnu.org>
14550
14551 * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
14552
14553 2012-04-20 Alan Mackenzie <acm@muc.de>
14554
14555 Ensure searching for keywords is case sensitive.
14556
14557 * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
14558 (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
14559 (c-defun-name, c-mark-function, c-cpp-define-name)
14560 (c-comment-indent, c-scan-conditionals, c-indent-defun)
14561 (c-context-line-break): Bind case-fold-search to nil.
14562
14563 * progmodes/cc-mode.el (c-font-lock-fontify-region):
14564 Bind case-fold-search to nil.
14565
14566 2012-04-20 Chong Yidong <cyd@gnu.org>
14567
14568 * mail/sendmail.el (mail-bury): Call return action with the right
14569 Rmail buffer (Bug#11242).
14570
14571 * server.el (server-process-filter): Handle corner case where both
14572 tty and nowait options are present (Bug#11102).
14573
14574 2012-04-20 Eli Zaretskii <eliz@gnu.org>
14575
14576 * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
14577 (top level): Put into the executable the ident-style '$Id:' tag on
14578 windows-nt as well.
14579
14580 2012-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
14581
14582 * electric.el (electric-indent-post-self-insert-function): Check that
14583 electric-indent-mode is enabled in current buffer.
14584
14585 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
14586
14587 * imenu.el (imenu-progress-message): Restore; it is "used" in
14588 erc/erc-imenu.el and net/snmp-mode.el.
14589
14590 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
14591
14592 * avoid.el (mouse-avoidance-mode): Mark unused arg.
14593 (mouse-avoidance-nudge-mouse): Remove unused binding.
14594
14595 * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
14596
14597 * descr-text.el (describe-char):
14598 * progmodes/python.el (python-describe-symbol):
14599 Don't call `toggle-read-only', set `buffer-read-only'.
14600
14601 * imenu.el (imenu-default-goto-function): Mark unused args.
14602 (imenu-progress-message): Remove obsolete macro; all callers changed.
14603
14604 * subr.el (keymap-canonicalize): Remove unused binding.
14605 (read-passwd): Mark unused arg.
14606
14607 * tutorial.el (tutorial--display-changes): Remove unused binding.
14608 (tutorial--save-tutorial-to): Remove unused variable.
14609
14610 * emacs-lisp/package.el (define-package, package-menu-mark-delete)
14611 (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
14612 (package-generate-autoloads, package-menu--generate)
14613 (package-menu--find-upgrades): Remove unused bindings.
14614
14615 * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
14616 (cua-restrict-prefix-rectangle): Doc fixes. Remove unused bindings.
14617 (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
14618 (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
14619 (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
14620 (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
14621 (cua--rectangle-aux-replace, cua--left-fill-rectangle)
14622 (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
14623 (cua-delete-char-rectangle): Mark unused args.
14624 (cua-align-rectangle): Remove unused binding.
14625
14626 * mail/rmail.el (compilation--message->loc)
14627 (epa--find-coding-system-for-mime-charset): Declare.
14628
14629 * net/dbus.el (dbus-register-service): Declare.
14630 (dbus-name-owner-changed-handler): Remove unused binding.
14631
14632 * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
14633 (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
14634 (nxml-scan-backward-within): Mark unused arg.
14635 (nxml-dynamic-markup-word): Remove unused binding.
14636
14637 * mouse.el (mouse-menu-major-mode-map):
14638 * emacs-lisp/authors.el (authors-scan-change-log)
14639 (authors-add-to-author-list):
14640 * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
14641 * emacs-lisp/smie.el (smie-auto-fill):
14642 * mail/sendmail.el (mail-bury):
14643 * mail/unrmail.el (unrmail):
14644 * net/tls.el (open-tls-stream):
14645 * textmodes/picture.el (picture-mouse-set-point):
14646 Remove unused bindings.
14647
14648 2012-04-19 Michael Albinus <michael.albinus@gmx.de>
14649
14650 * net/tramp.el (tramp-action-password): Let-bind
14651 `enable-recursive-minibuffers' to t.
14652
14653 2012-04-18 Sam Steingold <sds@gnu.org>
14654
14655 * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
14656 instead of 'string to accommodate values like [f11].
14657 Always use `vconcat' instead of `concat' on it, like in `gud-def'.
14658 * progmodes/gdb-mi.el: Likewise.
14659
14660 2012-04-18 Leo Liu <sdl.web@gmail.com>
14661
14662 * abbrev.el (edit-abbrevs): Move point to the abbrev table of
14663 current buffer.
14664 (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
14665 LOCAL is nil.
14666
14667 2012-04-18 Chong Yidong <cyd@gnu.org>
14668
14669 * simple.el (line-move): Use forward-line if in batch mode
14670 (Bug#11053).
14671
14672 2012-04-18 Christopher Schmidt <christopher@ch.ristopher.com>
14673
14674 * files.el (after-find-file): Do not try to add a final newline if
14675 the buffer is read-only (Bug#11156).
14676
14677 2012-04-17 Richard Stallman <rms@gnu.org>
14678
14679 * mail/rmail.el (rmail-start-mail):
14680 Pass (rmail-mail-return...) for the return-action.
14681 Pass (rmail-yank-current-message...) for the yank-action.
14682 (rmail-yank-current-message): New function.
14683 (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
14684 (rmail-reply): Likewise.
14685 (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
14686
14687 * mail/sendmail.el (mail-bury): Choose the first rmail-mode
14688 buffer, not the last. Reject temp buffers. Use the rmail-mode
14689 buffer, not newbuf.
14690
14691 2012-04-17 Juanma Barranquero <lekktu@gmail.com>
14692
14693 * server.el (server-ensure-safe-dir): Simplify.
14694
14695 2012-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
14696
14697 * emacs-lisp/smie.el: Provide smarter auto-filling.
14698 (smie-auto-fill): New function.
14699 (smie-setup): Use it.
14700
14701 * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
14702
14703 2012-04-17 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
14704
14705 * newcomment.el (comment-inline-offset): New custom var (bug#11090).
14706 (comment-indent): Use it.
14707
14708 2012-04-17 Vincent Belaïche <vincentb1@users.sourceforge.net>
14709
14710 * ses.el: The overall change is to add cell renaming, that is
14711 setting fancy names for cell symbols other than name matching
14712 "\\`[A-Z]+[0-9]+\\'" regexp .
14713 (ses-localvars): Add ses--renamed-cell-symb-list.
14714 (ses-create-cell-variable): New defun.
14715 (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
14716 (ses-relocate-formula): Relocate formulas only for cells the
14717 symbols of which are not renamed, i.e. symbols whose names do not
14718 match regexp "\\`[A-Z]+[0-9]+\\'".
14719 (ses-relocate-all): Relocate values only for cells the symbols of
14720 which are not renamed.
14721 (ses-load): Create cells variables as the (ses-cell ...) are read,
14722 in order to check row col consistency with cell symbol name only
14723 for cells that are not renamed.
14724 (ses-replace-name-in-formula): New defun.
14725 (ses-rename-cell): New defun.
14726
14727 2012-04-17 Peter Oliver <bzr@mavit.org.uk> (tiny change)
14728
14729 * progmodes/perl-mode.el (perl-indent-parens-as-block):
14730 New option (bug#11118).
14731 (perl-calculate-indent): Respect it.
14732
14733 2012-04-17 Glenn Morris <rgm@gnu.org>
14734
14735 * dired-aux.el (dired-mark-read-string): Doc fix.
14736
14737 2012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
14738
14739 * dired-aux.el (dired-mark-read-string): Offer optional completion.
14740 (dired-do-chxxx): Complete chown, chgrp over users, groups. (Bug#7900)
14741
14742 2012-04-17 Glenn Morris <rgm@gnu.org>
14743
14744 * mouse.el (mouse-drag-track):
14745 * speedbar.el (speedbar-frame-mode):
14746 Use auto-hscroll-mode rather than the alias automatic-hscrolling.
14747
14748 2012-04-16 Leo Liu <sdl.web@gmail.com>
14749
14750 * progmodes/python.el: Trivial cleanup.
14751
14752 2012-04-16 Glenn Morris <rgm@gnu.org>
14753
14754 * vc/vc.el (vc-string-prefix-p):
14755 * vc/pcvs-util.el (cvs-string-prefix-p):
14756 * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
14757 * mpc.el (mpc-string-prefix-p):
14758 Make all of these into obsolete aliases for string-prefix-p.
14759 Update callers.
14760 * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
14761
14762 * textmodes/two-column.el: Move custom options to the start.
14763 (frame-width): Remove compat definition.
14764 (2C-associate-buffer, 2C-dissociate):
14765 Use with-current-buffer rather than save-excursion.
14766 (2C-dissociate): Force a mode-line update.
14767 (2C-autoscroll): Use ignore-errors.
14768
14769 * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
14770 Autoload trivia.
14771
14772 * emacs-lisp/cl-extra.el (*random-state*):
14773 Remove unnecessary declaration.
14774
14775 * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
14776
14777 * play/cookie1.el (cookie-snarf):
14778 Give an explicit error if input file cannot be read.
14779
14780 * play/yow.el (yow-file): Use expand-file-name rather than concat.
14781
14782 * progmodes/perl-mode.el (c-macro-expand):
14783 Remove unnecessary autoload (it is in loaddefs.el).
14784
14785 * textmodes/picture.el (picture-desired-column)
14786 (picture-update-desired-column): Convert comments to doc-strings.
14787 (picture-substitute): Remove function.
14788 (picture-mode-map): Initialize in the defvar.
14789
14790 * woman.el: Remove eval-after-load for tar-mode.
14791 * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
14792 (woman-tar-extract-file): Autoload it.
14793
14794 * frame.el (automatic-hscrolling): Make this alias obsolete.
14795
14796 2012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
14797
14798 * textmodes/ispell.el (ispell-set-spellchecker-params): Post-process
14799 `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
14800 (ispell-dictionary-base-alist): Revert to original XEmacs
14801 friendly version for default. [:alpha:] will be added in
14802 `ispell-set-spellchecker-params' if needed.
14803
14804 2012-04-16 Chong Yidong <cyd@gnu.org>
14805
14806 * image.el (imagemagick--file-regexp): New variable.
14807 (imagemagick-register-types): Use it.
14808 (imagemagick-types-inhibit): Add :set function. Allow new value
14809 of t to inhibit all types.
14810
14811 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
14812 so we can preload it.
14813
14814 * loadup.el (fboundp): Preload regexp-opt, needed by
14815 imagemagick-register-types.
14816
14817 2012-04-15 Chong Yidong <cyd@gnu.org>
14818
14819 * frame.el (scrolling): Remove nearly unused customization group.
14820
14821 * scroll-all.el (scroll-all-mode): Move to windows group.
14822
14823 2012-04-15 Chong Yidong <cyd@gnu.org>
14824
14825 * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
14826
14827 2012-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
14828
14829 Avoid the use of ((lambda ...) ...) in lexical-binding code.
14830 * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
14831
14832 2012-04-15 Glenn Morris <rgm@gnu.org>
14833
14834 * simple.el (process-file-side-effects): Doc fix.
14835
14836 2012-04-15 Glenn Morris <rgm@gnu.org>
14837
14838 * international/mule-cmds.el (set-language-environment): Doc fix.
14839
14840 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
14841
14842 * server.el (server-auth-key, server-generate-key): Doc fixes.
14843 (server-get-auth-key): Doc fix. Use `string-match-p'.
14844 (server-start): Reflow docstring.
14845
14846 2012-04-14 Lars Ingebrigtsen <larsi@gnus.org>
14847
14848 * server.el (server-generate-key): `called-interactively-p'
14849 requires a parameter.
14850
14851 2012-04-14 Michal Nazarewicz <mina86@mina86.com>
14852
14853 * server.el (server-auth-key): New variable.
14854 (server-generate-key, server-get-auth-key): New function.
14855 (server-start): Use the new variable and functions to allow
14856 setting a permanent server key (bug#9423).
14857
14858 2012-04-14 Leo Liu <sdl.web@gmail.com>
14859
14860 * vc/diff-mode.el (diff-file-prev/next): Fix typo.
14861
14862 2012-04-14 Paul Eggert <eggert@cs.ucla.edu>
14863
14864 Spelling fixes.
14865 * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
14866 Emacs uses American spelling.
14867
14868 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
14869
14870 * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
14871 (emacs-lock--exit-locked-buffer): Return the locked buffer. Doc fix.
14872 (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
14873 (emacs-lock--kill-buffer-query-functions): Run new hook. (Bug#11017)
14874
14875 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
14876
14877 * progmodes/which-func.el (which-func-modes): Change default.
14878
14879 2012-04-14 Kim F. Storm <storm@cua.dk>
14880
14881 * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
14882 exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
14883
14884 2012-04-14 Chong Yidong <cyd@gnu.org>
14885
14886 * custom.el (custom-theme-set-variables): Doc fix.
14887
14888 2012-04-14 Glenn Morris <rgm@gnu.org>
14889
14890 * international/mule.el (set-auto-coding-for-load): Doc fix.
14891
14892 2012-04-14 Alan Mackenzie <acm@muc.de>
14893
14894 * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
14895 imenu work again for Objective C Mode. Correct the *-index values,
14896 these having been disturbed by a previous change in 2011-08.
14897
14898 * progmodes/cc-engine.el (c-before-change-check-<>-operators):
14899 Correct two search limits.
14900
14901 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
14902
14903 * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
14904
14905 2012-04-14 Andreas Schwab <schwab@linux-m68k.org>
14906
14907 * international/characters.el: Fix sorting.
14908
14909 2012-04-14 Eli Zaretskii <eliz@gnu.org>
14910
14911 * international/characters.el: Add more missing Latin case pairs.
14912
14913 2012-04-14 Glenn Morris <rgm@gnu.org>
14914
14915 * files.el (dir-locals-set-class-variables): Doc fix.
14916
14917 2012-04-14 Eli Zaretskii <eliz@gnu.org>
14918
14919 * international/characters.el: Add set-case-syntax-pair call for
14920 LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
14921 counterpart. (Bug#11209)
14922
14923 * simple.el (shell-command-on-region): Doc fix. (Bug#11208)
14924
14925 2012-04-14 Glenn Morris <rgm@gnu.org>
14926
14927 * calendar/holidays.el (calendar-check-holidays): Doc fix.
14928
14929 2012-04-14 Eli Zaretskii <eliz@gnu.org>
14930
14931 * textmodes/ispell.el (ispell-dictionary-base-alist):
14932 Add data for Hebrew.
14933
14934 2012-04-14 Chong Yidong <cyd@gnu.org>
14935
14936 * net/rcirc.el (rcirc-cmd-quit):
14937 Revert 2012-03-18 change (Bug#11192).
14938
14939 2012-04-14 Glenn Morris <rgm@gnu.org>
14940
14941 * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
14942
14943 2012-04-14 Eli Zaretskii <eliz@gnu.org>
14944
14945 * minibuffer.el (completion-in-region-mode-map):
14946 Bind completion-help-at-point to M-? rather than ?. (Bug#11182)
14947
14948 2012-04-13 Vivek Dasmohapatra <vivek@etla.org>
14949
14950 * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
14951
14952 2012-04-13 Masatake YAMATO <yamato@redhat.com>
14953
14954 * minibuffer.el (minibuffer-local-filename-syntax): New variable
14955 to allow `C-M-f' and `C-M-b' to move to the nearest path
14956 separator (bug#9511).
14957
14958 2012-04-13 Lars Ingebrigtsen <larsi@gnus.org>
14959
14960 * avoid.el: Require cl when compiling. And also move the
14961 `provide' to the end.
14962
14963 2012-04-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
14964
14965 * avoid.el (mouse-avoidance-banish-position): New variable.
14966 (mouse-avoidance-banish-destination): Use it (bug#10165).
14967
14968 2012-04-13 Leo Liu <sdl.web@gmail.com>
14969
14970 * progmodes/which-func.el (which-func-modes): Add objc-mode.
14971
14972 2012-04-13 Ken Brown <kbrown@cornell.edu>
14973
14974 * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
14975 this is no longer needed now that cygstart understands file:// URLs.
14976 (browse-url-filename-alist): For the same reason, don't modify
14977 file:// URLs on Cygwin.
14978
14979 2012-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
14980
14981 * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
14982 the region on shift if the binding is already shifted (bug#11221).
14983
14984 2012-04-12 Glenn Morris <rgm@gnu.org>
14985
14986 * mail/mailpost.el: Move to obsolete/.
14987
14988 2012-04-12 Drew Adams <drew.adams@oracle.com>
14989
14990 * imenu.el (imenu--generic-function): Ignore invisible definitions
14991 (bug#10123).
14992
14993 2012-04-12 Vivek Dasmohapatra <vivek@etla.org>
14994
14995 * hexl.el (hexl-bits): New variable.
14996 (hexl-options): Mention the variable in the doc string.
14997 (hexl-rulerise, hexl-line-displen): New functions.
14998 (hexl-mode): Mention the new variable.
14999 (hexl-mode, hexl-current-address, hexl-current-address):
15000 Use the displen.
15001 (hexl-ascii-start-column): New function.
15002 (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
15003 (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
15004
15005 2012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
15006
15007 * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
15008 '("-i" ENCODING), in 2 separate command-line arguments, to specify
15009 the encoding, as expected by hunspell.
15010
15011 2012-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
15012
15013 * battery.el (battery--linux-sysfs-regexp): New const.
15014 (battery-status-function): Use it. Remove yeeloong special case.
15015 (battery-yeeloong-sysfs): Remove.
15016 (battery-echo-area-format): Remove yeeloong special case.
15017
15018 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
15019
15020 * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
15021 Reported by Noah Friedman.
15022
15023 * subr.el (read-passwd): Use read-string.
15024
15025 2012-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
15026
15027 * vcursor.el (vcursor-move): Increase the priority of the overlay
15028 (bug#9663).
15029
15030 2012-04-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
15031
15032 * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
15033 (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
15034
15035 2012-04-11 William Stevenson <yhvh2000@gmail.com>
15036
15037 * textmodes/artist.el (artist-mode): Convert artist-mode to use
15038 define-minor-mode (bug#10760).
15039
15040 2012-04-11 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
15041
15042 * progmodes/grep.el (rgrep): Tweak the find command line so
15043 that directories matching `grep-find-ignored-files' won't be
15044 pruned (bug#10351).
15045
15046 2012-04-11 Chong Yidong <cyd@gnu.org>
15047
15048 * startup.el (command-line): Remove support for long-obsolete
15049 variable font-lock-face-attributes.
15050
15051 2012-04-11 Glenn Morris <rgm@gnu.org>
15052
15053 * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
15054
15055 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
15056
15057 * window.el (window--state-get-1): Obey window-point-insertion-type.
15058
15059 2012-04-11 Lennart Borgman <lennart.borgman@gmail.com>
15060
15061 * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
15062 to previous function when point is on the first character of a
15063 function. Take care of that in `narrow-to-defun' (bug#6157).
15064
15065 2012-04-11 Glenn Morris <rgm@gnu.org>
15066
15067 * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
15068 not just file-errors.
15069
15070 * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
15071 (vc-bzr-sha1): Use internal sha1.
15072
15073 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
15074
15075 * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
15076
15077 2012-04-10 Sébastien Gross <seb@chezwam.org> (tiny change)
15078
15079 * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
15080 that start in the middle of the line (bug#10496).
15081
15082 2012-04-10 Dan Nicolaescu <dann@gnu.org>
15083
15084 * battery.el (battery-linux-proc-acpi): Only one battery is
15085 discharged at a time, but that seems to confuse battery.el when
15086 computing `rate-type' for the battery not being discharged
15087 (bug#10332).
15088
15089 2012-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
15090
15091 * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
15092
15093 * international/quail.el: Use dolist and simplify.
15094 (quail-define-package, quail-update-keyboard-layout)
15095 (quail-define-rules): Use dolist.
15096 (quail-insert-kbd-layout, quail-get-translation): CSE.
15097
15098 * tmm.el: Use dolist, remove left over hook.
15099 (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
15100 Use dolist.
15101 (calendar-load-hook): Don't mess with it.
15102
15103 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
15104 Use derived-mode-p. Run the diff asynchronously.
15105
15106 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
15107
15108 * obsolete/mouse-sel.el: Add an Obsolete-since header.
15109
15110 2012-04-10 Juanma Barranquero <lekktu@gmail.com>
15111
15112 * misc.el: Display absolute path of loaded DLLs (bug#10424).
15113 (list-dynamic-libraries--loaded): New function.
15114 (list-dynamic-libraries--refresh): Use it.
15115
15116 2012-04-10 Nathan Weizenbaum <nweiz@google.com>
15117
15118 * progmodes/python.el (python-fill-paragraph):
15119 Make python-fill-region in a multiline string work when font-lock is
15120 disabled (bug#7018).
15121
15122 2012-04-10 Laimonas Vėbra <laimonas.vebra@gmail.com> (tiny change)
15123
15124 * language/european.el (cp775): Add oem/legacy (en)coding on
15125 DOS/MS Windows for the Baltic languages. There are still plenty
15126 of texts written in this encoding/codepage (bug#6519).
15127
15128 2012-04-10 Glenn Morris <rgm@gnu.org>
15129
15130 * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
15131 Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
15132
15133 2012-04-10 Florian Adamsky <florian@adamsky.it> (tiny change)
15134
15135 * recentf.el (recentf-dialog-mode-map): Add two keybindings for
15136 next-line "n" and previous-line "p" in order to make recentf more
15137 consistent with ibuffer, dired or org-mode (bug#9387).
15138
15139 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
15140
15141 * image.el (put-image): Return the overlay created instead of the
15142 optional input string (bug#7834). Note that this may break code
15143 that is (for some reason or other) depending on `put-image'
15144 returning the string.
15145
15146 * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
15147
15148 * simple.el (zap-to-char): Allow zapping using input methods
15149 (bug#1580).
15150
15151 * textmodes/fill.el (fill-region): Leave point and mark where they
15152 were before filling (bug#5399).
15153
15154 2012-04-09 Glenn Morris <rgm@gnu.org>
15155
15156 * version.el (emacs-bzr-get-version):
15157 Handle lightweight checkouts of local branches.
15158
15159 2012-04-09 Andreas Schwab <schwab@linux-m68k.org>
15160
15161 * international/characters.el: Recover lost case pairs. (Bug#11209)
15162
15163 2012-04-09 Chong Yidong <cyd@gnu.org>
15164
15165 * custom.el (custom-variable-p): Return nil for non-symbol
15166 arguments instead of signaling an error.
15167 (user-variable-p): Obsolete alias for custom-variable-p.
15168
15169 * apropos.el (apropos-variable):
15170 * files-x.el (read-file-local-variable):
15171 * simple.el (set-variable):
15172 * woman.el (woman-mini-help):
15173 * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
15174
15175 2012-04-09 Glenn Morris <rgm@gnu.org>
15176
15177 * startup.el (normal-top-level): Don't look for leim-list.el
15178 in places where it will not be found. (Bug#910)
15179
15180 * international/mule-cmds.el (set-default-coding-systems):
15181 * files.el (normal-mode):
15182 Remove guarded calls to ucs-set-table-for-input. (Bug#9821)
15183 This function was removed with ucs-tables.el in 2008.
15184
15185 2012-04-08 Eli Zaretskii <eliz@gnu.org>
15186
15187 * textmodes/ispell.el (ispell-check-version): For hunspell, set
15188 ispell-encoding8-command to "-i", without a trailing space.
15189 (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
15190 separate command-line arguments, to specify the encoding, since
15191 that's how hunspell expects it.
15192
15193 2012-04-08 Glenn Morris <rgm@gnu.org>
15194
15195 * loadup.el: Load bindings before cus-start.
15196 This reduces somewhat the number of "rogue" settings in emacs -Q.
15197
15198 2012-04-07 Glenn Morris <rgm@gnu.org>
15199
15200 * version.el (emacs-bzr-get-version): New function.
15201 (emacs-bzr-version): New variable.
15202 * loadup.el (emacs-bzr-version): Set it. (Bug#8054)
15203 * mail/emacsbug.el (report-emacs-bug): Include bzr version.
15204
15205 2012-04-07 Eli Zaretskii <eliz@gnu.org>
15206
15207 * international/uni-bidi.el, international/uni-category.el:
15208 * international/uni-combining.el, international/uni-decimal.el:
15209 * international/uni-decomposition.el, international/uni-digit.el:
15210 * international/uni-lowercase.el, international/uni-mirrored.el:
15211 * international/uni-name.el, international/uni-numeric.el:
15212 * international/uni-titlecase.el, international/uni-uppercase.el:
15213 Update for Unicode 6.1.
15214
15215 2012-04-07 Eli Zaretskii <eliz@gnu.org>
15216
15217 * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
15218
15219 2012-04-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
15220
15221 * window.el (shrink-window): Mention the `window-min-height'
15222 variable in the doc string.
15223
15224 2012-04-05 Bastien Guerry <bzg@altern.org>
15225
15226 * color.el (color-lighten-name): Fix typo.
15227
15228 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
15229
15230 * server.el (server--on-display-p): New function.
15231 (server--on-display-p): Use it.
15232
15233 2012-04-04 Gábor Vida <vidagabor@gmail.com> (tiny change)
15234
15235 * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
15236 (bug#11145).
15237
15238 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
15239
15240 * comint.el (comint--common-quoted-suffix): Check string boundary
15241 before comparing (bug#11158).
15242 * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
15243
15244 2012-04-04 Chong Yidong <cyd@gnu.org>
15245
15246 * minibuffer.el (completion-extra-properties): Doc fix.
15247
15248 * subr.el (delayed-warnings-hook): Doc fix.
15249
15250 2012-04-04 Daiki Ueno <ueno@unixuser.org>
15251
15252 * epa.el (epa--select-keys): Bind C-c C-c to finish the key
15253 selection (Bug#11159).
15254 (epa-insert-keys): Inform that the default public key will be
15255 exported if no key is selected.
15256
15257 2012-04-04 Richard Stallman <rms@gnu.org>
15258
15259 * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
15260
15261 2012-04-03 Chong Yidong <cyd@gnu.org>
15262
15263 * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
15264 mail-insert-file, not its obsolete alias mail-attach-file.
15265
15266 2012-04-03 Michael Albinus <michael.albinus@gmx.de>
15267
15268 * notifications.el (notifications-notify): Fix docstring.
15269
15270 2012-04-02 Glenn Morris <rgm@gnu.org>
15271
15272 * emacs-lisp/authors.el (authors-aliases): Another addition.
15273
15274 2012-04-02 Michael Albinus <michael.albinus@gmx.de>
15275
15276 * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
15277 `tramp-compat-call-process' instead of `tramp-local-call-process'.
15278 Reported by Magnus Henoch <magnus.henoch@gmail.com>.
15279
15280 2012-04-01 Chong Yidong <cyd@gnu.org>
15281
15282 * files.el (file-in-directory-p): Rename from file-subdir-of-p.
15283 Handle root directory properly.
15284 (copy-directory): Caller changed.
15285
15286 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
15287 * net/tramp.el (tramp-file-name-for-operation): Callers changed.
15288
15289 2012-03-31 Glenn Morris <rgm@gnu.org>
15290
15291 * term/xterm.el (xterm-extra-capabilities): Doc fix.
15292
15293 * language/indian.el ("Devanagari"): Fix typo. (Bug#11103)
15294
15295 * calendar/calendar.el (calendar-window-list)
15296 (calendar-hide-window): Restore. (Bug#11140)
15297 (calendar-exit): Use calendar-window-list, calendar-hide-window again.
15298
15299 * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
15300
15301 2012-03-30 Thierry Volpiatto <thierry.volpiatto@gmail.com>
15302
15303 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
15304 Check if file is a symlink (Bug#10489).
15305
15306 * files.el (copy-directory): Likewise.
15307
15308 2012-03-30 Chong Yidong <cyd@gnu.org>
15309
15310 * image.el (imagemagick-types-inhibit)
15311 (imagemagick-register-types): Doc fix.
15312
15313 2012-03-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
15314
15315 * textmodes/ispell.el (ispell-get-extended-character-mode):
15316 Disable extended-char-mode for hunspell. hunspell does not support it
15317 and treats ~word as ordinary words in pipe mode.
15318
15319 2012-03-30 Glenn Morris <rgm@gnu.org>
15320
15321 * tutorial.el (help-with-tutorial): Ensure local variables don't
15322 happen to make the buffer read-only. (Bug#11127)
15323
15324 2012-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
15325
15326 * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
15327 (perl-calculate-indent): Return `noindent' in strings.
15328
15329 2012-03-28 Sam Steingold <sds@gnu.org>
15330
15331 * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
15332 instead of the broken adhockery which does not prevent calendar
15333 buffers from being displayed at random after exit.
15334 (calendar-window-list, calendar-hide-window): Remove the broken
15335 adhockery.
15336
15337 2012-03-28 Glenn Morris <rgm@gnu.org>
15338
15339 * replace.el (query-replace-map): Doc fix.
15340
15341 2012-03-28 Andreas Schwab <schwab@linux-m68k.org>
15342
15343 * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
15344 contents. (Bug#11109)
15345
15346 2012-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
15347
15348 * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
15349 (bug#11077).
15350 (avl-tree--check, avl-tree--check-node): New funs.
15351
15352 2012-03-27 Martin Rudalics <rudalics@gmx.at>
15353
15354 * window.el (switch-to-visible-buffer): New option.
15355 (switch-to-prev-buffer, switch-to-next-buffer):
15356 Observe switch-to-visible-buffer. Make sure that checking for a window
15357 showing a buffer already is done on the same frame.
15358
15359 2012-03-27 Glenn Morris <rgm@gnu.org>
15360
15361 * startup.el (mail-host-address): Doc fix.
15362
15363 2012-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
15364
15365 * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
15366 than 197 variables.
15367
15368 2012-03-26 Ami Fischman <ami@fischman.org>
15369
15370 * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
15371
15372 2012-03-26 Glenn Morris <rgm@gnu.org>
15373
15374 * files.el (save-buffers-kill-emacs): Doc fix.
15375
15376 * startup.el (normal-top-level, command-line, command-line-1):
15377 Give them doc strings.
15378
15379 2012-03-25 Eli Zaretskii <eliz@gnu.org>
15380
15381 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
15382 of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
15383
15384 2012-03-25 Chong Yidong <cyd@gnu.org>
15385
15386 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
15387 theme if it was previously enabled before (Bug#11031).
15388
15389 * cus-theme.el (custom-theme-write-faces): Retrieve current face
15390 spec with custom-face-get-current-spec if its :shown-value is not
15391 determined yet (Bug#9337).
15392 (customize-create-theme, custom-theme-revert): Doc fixes.
15393
15394 * button.el (button-at): Minor addition to docstring.
15395
15396 2012-03-24 Simon Leinen <simon.leinen@gmail.com>
15397
15398 * vc/vc.el (vc-merge): Fix a prompt.
15399
15400 2012-03-24 Chong Yidong <cyd@gnu.org>
15401
15402 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
15403 point (Bug#9623).
15404
15405 * button.el (button-at): Minor addition to docstring.
15406
15407 2012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
15408
15409 * newcomment.el (comment-choose-indent): No space after BOL.
15410
15411 2012-03-22 Sam Steingold <sds@gnu.org>
15412
15413 * window.el (switch-to-prev-buffer): Revert last patch because the
15414 bug turned out to be an advertised feature (Elisp manual 28.14).
15415
15416 2012-03-22 Glenn Morris <rgm@gnu.org>
15417
15418 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
15419 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
15420
15421 2012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
15422
15423 * net/network-stream.el (network-stream-open-starttls): Make error
15424 message under Windows be less misleading.
15425
15426 2012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
15427
15428 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
15429 understands (bug#9942).
15430
15431 2012-03-22 Chong Yidong <cyd@gnu.org>
15432
15433 * simple.el (end-of-visible-line): Handle return value of
15434 next-single-property-change properly (Bug#9371).
15435
15436 2012-03-22 Kenichi Handa <handa@m17n.org>
15437
15438 * international/quail.el (quail-insert-kbd-layout): Fix previous
15439 change. To avoid unwanted bidi reordering, use
15440 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
15441
15442 2012-03-21 Dmitry Gutov <dgutov@yandex.ru>
15443
15444 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
15445 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
15446 (ruby-beginning-of-indent): Be more careful with the difference
15447 between word-boundary and symbol boundary.
15448 (ruby-mode-syntax-table): Make : a symbol constituent.
15449
15450 2012-03-21 Andreas Politz <politza@fh-trier.de>
15451
15452 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
15453
15454 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
15455
15456 * progmodes/etags.el (tags-completion-at-point-function):
15457 Improve last fix.
15458
15459 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
15460
15461 2012-03-21 Sam Steingold <sds@gnu.org>
15462
15463 * progmodes/etags.el (tags-completion-at-point-function):
15464 Avoid the error when point is inside the pattern.
15465
15466 2012-03-21 John Yates <john@yates-sheets.org> (tiny change)
15467
15468 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
15469 line (Bug#10855).
15470
15471 2012-03-21 Drew Adams <drew.adams@oracle.com>
15472
15473 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
15474
15475 2012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
15476
15477 * ido.el (ido-set-current-directory, ido-read-internal)
15478 (ido-choose-completion-string, ido-completion-help): Handle nil
15479 value of ido-completion-buffer (Bug#11008).
15480
15481 2012-03-21 Sam Steingold <sds@gnu.org>
15482
15483 * window.el (switch-to-prev-buffer): Do not switch to a visible
15484 window previous buffer, just like with the frame previous buffers.
15485
15486 2012-03-21 Chong Yidong <cyd@gnu.org>
15487
15488 * faces.el (make-face, make-empty-face, copy-face):
15489 * face-remap.el (face-remap-add-relative, face-remap-set-base):
15490 Doc fixes.
15491
15492 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
15493
15494 * wid-edit.el (widget-complete-field): Remove (bug#11051).
15495 (widget-complete): Remove broken use of it.
15496
15497 2012-03-20 Chong Yidong <cyd@gnu.org>
15498
15499 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
15500 Use string-width and truncate-string-width to handle arbitrary
15501 characters.
15502
15503 2012-03-20 Tassilo Horn <tassilo@member.fsf.org>
15504
15505 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
15506 to draw rectangles, not squares. (Regression introduced by revno
15507 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
15508
15509 2012-03-18 Chong Yidong <cyd@gnu.org>
15510
15511 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
15512 it is not yet defined (for temacs).
15513
15514 2012-03-18 Leo Liu <sdl.web@gmail.com>
15515
15516 * net/rcirc.el (rcirc-cmd-quit): Allow quitting all servers with
15517 prefix.
15518
15519 2012-03-17 Eli Zaretskii <eliz@gnu.org>
15520
15521 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
15522 (ispell-choices-win-default-height, ispell-silently-savep)
15523 (ispell-dictionary-alist, ispell-encoding8-command)
15524 (ispell-check-version, ispell-aspell-find-dictionary)
15525 (ispell-valid-dictionary-list, ispell-words-keyword)
15526 (ispell-get-word, ispell-internal-change-dictionary)
15527 (ispell-region, ispell-skip-region-list)
15528 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
15529 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
15530 (ispell-message-text-end, ispell-message)
15531 (ispell-buffer-local-parsing): Doc fix.
15532
15533 2012-03-13 Jambunathan K <kjambunathan@gmail.com>
15534
15535 * htmlfontify.el: Add support for code block fontification for ODT
15536 export (Bug #9914).
15537 (hfy-optimisations): Define new option
15538 `body-text-only'
15539 (hfy-fontify-buffer): Honor above setting.
15540 (hfy-begin-span, hfy-end-span): New routines factored out form
15541 `hfy-fontify-buffer'.
15542 (hfy-begin-span-handler, hfy-end-span-handler): New variables
15543 that permit insertion of custom tags.
15544 (hfy-fontify-buffer): Use above handlers.
15545 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
15546 (hfy-face-to-css): Re-defined to be a variable.
15547 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
15548 over multiple runs. This is made possible by having the caller let
15549 bind a special variable `hfy-user-sheet-assoc'.
15550 (htmlfontify-string): New defun.
15551 (hfy-compile-face-map): Make sure that the last char in the
15552 buffer is correctly fontified.
15553 (hfy-face-resolve-face): Whitespace only change.
15554
15555 2012-03-17 Eli Zaretskii <eliz@gnu.org>
15556
15557 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
15558 message more clear.
15559
15560 2012-03-16 Leo Liu <sdl.web@gmail.com>
15561
15562 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
15563
15564 2012-03-16 Alan Mackenzie <acm@muc.de>
15565
15566 Further optimize the handling of large macros.
15567
15568 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
15569 limit to a call of `c-literal-limits'.
15570 (c-determine-+ve-limit): New function.
15571 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
15572 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
15573 In CASE 5B, restrict a search limit to 500.
15574 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
15575
15576 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
15577 Restrict macro bounds to +-500 from after-change's BEG END.
15578
15579 2012-03-16 Leo Liu <sdl.web@gmail.com>
15580
15581 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
15582
15583 2012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
15584
15585 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
15586 `special-mode' setting of `buffer-read-only'. (Bug#11010)
15587
15588 2012-03-16 Glenn Morris <rgm@gnu.org>
15589
15590 * view.el (view-buffer, view-buffer-other-window)
15591 (view-buffer-other-frame): Doc fixes re special mode-class.
15592
15593 * subr.el (eval-after-load): If named feature is provided not from
15594 a file, run after-load forms. (Bug#10946)
15595
15596 * calendar/calendar.el (calendar-insert-at-column):
15597 Handle non-unit-width characters a bit better. (Bug#10978)
15598
15599 2012-03-15 Chong Yidong <cyd@gnu.org>
15600
15601 * emacs-lisp/ring.el (ring-extend): New function.
15602 (ring-insert+extend): Extend the ring correctly (Bug#11019).
15603
15604 * comint.el (comint-read-input-ring)
15605 (comint-add-to-input-history): Grow comint-input-ring lazily.
15606
15607 2012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
15608
15609 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
15610 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
15611
15612 * imenu.el: Fix multiple inheritance breakage (bug#9199).
15613 (imenu-add-to-menubar): Don't add a redundant index.
15614 (imenu-update-menubar): Handle a dynamically composed keymap.
15615
15616 2012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
15617
15618 * mail/sendmail.el (mail-encode-header):
15619 Bind rfc2047-encode-encoded-words to nil.
15620
15621 2012-03-13 Glenn Morris <rgm@gnu.org>
15622
15623 * calendar/calendar.el (calendar-string-spread):
15624 Handle non-unit-width characters a bit better. (Bug#10978)
15625
15626 2012-03-13 Leo Liu <sdl.web@gmail.com>
15627
15628 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
15629 directory and file as argument (Bug#10822).
15630
15631 2012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
15632
15633 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
15634 For dynamically generated code, follow $PC.
15635 (gdb-disassembly-handler-custom): Handle no function name case.
15636
15637 2012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
15638
15639 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
15640 * emulation/ws-mode.el (ws-query-replace):
15641 * sort.el (sort-regexp-fields):
15642 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
15643
15644 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
15645
15646 * dabbrev.el: Fix cycle completion order (bug#10963).
15647 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
15648 (dabbrev-completion): Don't use an obarray; provide
15649 a cycle-sort-function.
15650
15651 2012-03-12 Leo Liu <sdl.web@gmail.com>
15652
15653 * simple.el (kill-new): Use equal-including-properties for comparison.
15654 (kill-do-not-save-duplicates): Doc fix.
15655
15656 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
15657
15658 * dabbrev.el: Fix cycle completion (bug#10963).
15659 Use lexical binding and wrap to 80 columns.
15660 (dabbrev-completion): Delay computing the list of completions.
15661
15662 2012-03-12 Kenichi Handa <handa@m17n.org>
15663
15664 * international/quail.el (quail-insert-kbd-layout): Surround each
15665 row by LRO and PDF instead of inserting many LRMs. Pad the left
15666 and right of each non-spacing marks. Insert invisible space
15667 between lower and upper characters to prevent composition.
15668
15669 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
15670
15671 * minibuffer.el (minibuffer-complete): Don't get confused when the
15672 function is run twice via different commands (bug#10958).
15673 (complete-with-action): Fix docstring.
15674
15675 2012-03-12 Chong Yidong <cyd@gnu.org>
15676
15677 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
15678 (nxml-completion-at-point-function): New function.
15679 (nxml-mode): Use it.
15680 (nxml-bind-meta-tab-to-complete-flag): Default to t.
15681
15682 * emacs-lisp/package.el (package-unpack, package-unpack-single):
15683 Load generated autoloads file before byte compiling (Bug#10970).
15684 (package--make-autoloads-and-compile): New helper fun.
15685
15686 2012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
15687
15688 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
15689
15690 2012-03-11 Michael Albinus <michael.albinus@gmx.de>
15691
15692 * autorevert.el (auto-revert-handler): Ensure, that
15693 file-readable-p is applied only for local files or in
15694 auto-revert-tail-mode.
15695
15696 2012-03-11 Andreas Schwab <schwab@linux-m68k.org>
15697
15698 * server.el (server-eval-at): Handle non-tcp connections.
15699 Decode result string.
15700
15701 * server.el (server-msg-size): New constant.
15702 (server-reply-print): New function.
15703 (server-eval-and-print): Use it.
15704 (server-eval-at): Use server-quote-arg and server-unquote-arg.
15705 Handle -print-nonl.
15706
15707 2012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
15708
15709 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
15710 (Bug#10987).
15711
15712 2012-03-11 Chong Yidong <cyd@gnu.org>
15713
15714 * simple.el (goto-line): Doc fix (Bug#9938).
15715
15716 * subr.el (save-window-excursion): Doc fix (Bug#9979).
15717
15718 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
15719 when finished (Bug#10963).
15720
15721 2012-03-11 Martin Rudalics <rudalics@gmx.at>
15722
15723 * window.el (split-window-below): Fix bug in case where
15724 split-window-keep-point is nil (Bug#10971).
15725
15726 2012-03-11 Juri Linkov <juri@jurta.org>
15727
15728 * replace.el (replace-highlight): Set isearch-word to nil
15729 unconditionally. (Bug#10887)
15730
15731 2012-03-10 Eli Zaretskii <eliz@gnu.org>
15732
15733 * net/mairix.el (mairix-replace-invalid-chars): Rename from
15734 mairix-replace-illegal-chars; all callers changed. Don't remove
15735 ^, ~, and = characters: they are meaningful in mairix search specs.
15736 (mairix-widget-create-query): Add usage information about mairix
15737 search forms: negating words, searching for substrings, etc.
15738
15739 2012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
15740
15741 * international/fontset.el (font-encoding-alist): Add an entry for
15742 ksx1001 (Bug#5667).
15743
15744 2012-03-10 Richard Stallman <rms@gnu.org>
15745
15746 * mail/sendmail.el (mail-encode-header):
15747 Set rfc2047-encode-encoded-words.
15748
15749 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
15750
15751 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
15752 view buffer means not swapped.
15753 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
15754 (rmail-write-region-annotate): Error if real text has disappeared.
15755
15756 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
15757
15758 2012-03-10 Chong Yidong <cyd@gnu.org>
15759
15760 * emulation/cua-rect.el (cua--init-rectangles):
15761 * emulation/cua-base.el (cua--init-keymaps):
15762 Add delete-forward-char to remappings (Bug#9666).
15763
15764 2012-03-10 Martin Rudalics <rudalics@gmx.at>
15765
15766 * speedbar.el (speedbar-unhighlight-one-tag-line):
15767 Avoid unhighlighting due to frame switching (Bug#10275).
15768
15769 2012-03-10 Chong Yidong <cyd@gnu.org>
15770
15771 * minibuffer.el (completion-in-region, completion-help-at-point):
15772 Give the completion field overlay a high priority (Bug#6830).
15773
15774 * dired.el (dired-goto-file): Recognize absolute file name
15775 listings (Bug#7126).
15776 (dired-goto-file-1): New helper function.
15777 (dired-toggle-read-only): Inhibit warnings.
15778
15779 2012-03-09 Michael Albinus <michael.albinus@gmx.de>
15780
15781 * net/dbus.el (dbus-property-handler): Return empty array if
15782 there are no properties.
15783
15784 2012-03-09 Leo Liu <sdl.web@gmail.com>
15785
15786 * savehist.el (savehist-printable): Stricter check for string
15787 value (Bug#10937).
15788
15789 2012-03-09 Eli Zaretskii <eliz@gnu.org>
15790
15791 * mail/smtpmail.el (smtpmail-send-it):
15792 Bind coding-system-for-write to *-unix, so that FCC files are kept in
15793 valid mbox format.
15794
15795 2012-03-09 Glenn Morris <rgm@gnu.org>
15796
15797 * files.el (dir-locals-find-file):
15798 Don't check result is regular, readable.
15799 (dir-locals-read-from-file): Demote errors.
15800
15801 2012-03-08 Eli Zaretskii <eliz@gnu.org>
15802
15803 * international/quail.el (quail-insert-kbd-layout):
15804 Insert invisible LRM characters before each character in a keyboard
15805 layout cell, to prevent their reordering by bidi display engine.
15806 For details, see the discussion in
15807 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
15808
15809 2012-03-08 Alan Mackenzie <acm@muc.de>
15810
15811 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
15812 the starting position; make it extend the marked region when
15813 invoked repeatedly - all under appropriate circumstances.
15814 Fixes bugs #5525, #10906.
15815
15816 2012-03-08 Glenn Morris <rgm@gnu.org>
15817
15818 * files.el (locate-dominating-file, dir-locals-find-file):
15819 Undo 2012-03-06 change.
15820
15821 2012-03-07 Eli Zaretskii <eliz@gnu.org>
15822
15823 * international/quail.el (quail-help):
15824 Force bidi-paragraph-direction be left-to-right. See discussion in
15825 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
15826 for the reason.
15827
15828 2012-03-07 Michael Albinus <michael.albinus@gmx.de>
15829
15830 Avoid superfluous registering of signals. (Bug#10807)
15831
15832 * notifications.el (notifications-on-action-object)
15833 (notifications-on-close-object): New defvars.
15834 (notifications-on-action-signal, notifications-on-closed-signal):
15835 Unregister the signal if not needed any longer.
15836 (notifications-notify): Register `notifications-action-signal' or
15837 `notifications-closed-signal', if :on-action or :on-close has been
15838 passed as argument.
15839
15840 2012-03-07 Chong Yidong <cyd@gnu.org>
15841
15842 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
15843 non-X platforms.
15844
15845 2012-03-06 Glenn Morris <rgm@gnu.org>
15846
15847 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
15848 (x-disown-selection-internal, x-get-selection-internal):
15849 Doc fix (add arglist signatures). (Bug#10783)
15850
15851 2012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
15852
15853 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
15854 Handle breakpoints with no "type".
15855
15856 2012-03-06 Glenn Morris <rgm@gnu.org>
15857
15858 * files.el (locate-dominating-file): Add optional predicate argument.
15859 (dir-locals-find-file): Make use of above change.
15860
15861 2012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
15862
15863 * info.el (Info-insert-dir): Also try "dir.gz".
15864
15865 2012-03-06 Glenn Morris <rgm@gnu.org>
15866
15867 * files.el (dir-locals-find-file):
15868 Ignore non-readable or non-regular files. (Bug#10928)
15869
15870 * files.el (locate-dominating-file): Doc fix.
15871
15872 2012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
15873
15874 * calendar/calendar.el (calendar-set-mode-line):
15875 `getenv' returns a string. (Bug#10951)
15876
15877 2012-03-05 Leo Liu <sdl.web@gmail.com>
15878
15879 * simple.el (backward-delete-char-untabify): Constrain point to
15880 field (Bug#10939).
15881
15882 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
15883
15884 2012-03-05 Chong Yidong <cyd@gnu.org>
15885
15886 * simple.el (count-words): If called from Lisp, return the word
15887 count, for symmetry with `count-lines'. Arglist changed.
15888 (count-words--message): Args changed. Consolidate counting code
15889 from count-words and count-words-region.
15890 (count-words-region): Caller changed.
15891 (count-lines-region): Make it an obsolete alias.
15892
15893 2012-03-04 Tassilo Horn <tassilo@member.fsf.org>
15894
15895 * saveplace.el (save-place-to-alist)
15896 (save-place-ignore-files-regexp): Allow value nil to disable this
15897 feature.
15898
15899 2012-03-04 Chong Yidong <cyd@gnu.org>
15900
15901 * faces.el (face-spec-reset-face): For the default face, reset the
15902 attributes to default values (Bug#10748).
15903
15904 2012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
15905
15906 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
15907 previous patch: Check `message-send-mail-function', and not the
15908 default function (bug#10897).
15909
15910 2012-03-04 Michael Albinus <michael.albinus@gmx.de>
15911
15912 * notifications.el (notifications-on-action-signal)
15913 (notifications-on-closed-signal): Check for unique service name of
15914 incoming event. Fix error in removing entry.
15915 (top): Register for signals with wildcard service name.
15916 (notifications-notify): Use daemon unique service name for map entries.
15917
15918 2012-03-04 Chong Yidong <cyd@gnu.org>
15919
15920 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
15921
15922 2012-03-04 Glenn Morris <rgm@gnu.org>
15923
15924 * abbrev.el (copy-abbrev-table, abbrev-table-p)
15925 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
15926 (expand-abbrev, define-abbrev-table): Doc fixes.
15927
15928 2012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
15929
15930 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
15931 `message-default-send-mail-function' and not `send-mail-function'
15932 when doing the prompting for `sendmail-query-once' before sending
15933 in Message buffers (bug#10897).
15934
15935 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
15936 This is inconsistent with all the other stream functions, which leave
15937 the setting up to the higher levels (if so wanted) (bug#10931).
15938
15939 2012-03-02 Alan Mackenzie <acm@muc.de>
15940
15941 Depessimize the handling of very large macros.
15942
15943 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
15944 (c-macro-cache-syntactic): New variables to implement a one
15945 element macro cache.
15946 (c-invalidate-macro-cache): New function.
15947 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
15948 Adapt to use the new cache.
15949 (c-state-safe-place): Use better the cache of safe positions.
15950 (c-state-semi-nonlit-pos-cache)
15951 (c-state-semi-nonlit-pos-cache-limit):
15952 New variables for...
15953 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
15954 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
15955 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
15956 Use c-state-semi-safe-place.
15957
15958 * progmodes/cc-langs.el (c-get-state-before-change-functions):
15959 Add c-invalidate-macro-cache to the C, C++, Obj entries.
15960
15961 2012-03-02 Michael Albinus <michael.albinus@gmx.de>
15962
15963 * jka-compr.el (jka-compr-call-process):
15964 Apply `file-accessible-directory-p' only when the default directory is
15965 not remote.
15966
15967 2012-03-01 Michael Albinus <michael.albinus@gmx.de>
15968
15969 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
15970 access of FILE2, if FILE1 does not exist.
15971
15972 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
15973 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
15974
15975 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
15976 Add "PAGER=" to `process-environment'.
15977
15978 2012-03-01 Michael R. Mauger <mmaug@yahoo.com>
15979
15980 * progmodes/sql.el: Bug fix
15981 (sql-get-login-ext): Save login values in globals.
15982 (sql-get-login): Use new version of `sql-get-login-ext'.
15983 (sql-interactive-mode): Set global `sql-connection' to nil.
15984 (sql-connect): Set global values for connection.
15985 (sql-product-interactive): Save global values as buffer local.
15986
15987 2012-02-29 Leo Liu <sdl.web@gmail.com>
15988
15989 * abbrev.el (define-abbrevs): Reset sys to nil.
15990
15991 2012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
15992
15993 * files.el (file-equal-p): Rename from `files-equal-p'.
15994 Return nil when one or both files don't exist.
15995 (file-subdir-of-p): Now only top directory must exists,
15996 return nil if it doesn't.
15997 (copy-directory): No need to test with `file-subdir-of-p' after
15998 creating dir.
15999 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
16000 to `file-equal-p'.
16001
16002 2012-02-28 Glenn Morris <rgm@gnu.org>
16003
16004 * shell.el (shell-mode):
16005 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
16006 * play/landmark.el (landmark-font-lock-face-O):
16007 * play/handwrite.el (handwrite):
16008 * play/gomoku.el (gomoku-O):
16009 * net/browse-url.el (browse-url-browser-display):
16010 * international/mule.el (define-charset):
16011 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
16012 * filesets.el (filesets-find-file-delay):
16013 * eshell/em-xtra.el (eshell-xtra):
16014 * eshell/em-unix.el (eshell-grep):
16015 * emulation/viper.el (viper-mode):
16016 * emacs-lisp/regexp-opt.el (regexp-opt-group):
16017 * emacs-lisp/easymenu.el (easy-menu-define):
16018 * calendar/timeclock.el (timeclock-use-display-time):
16019 * bs.el (bs-mode):
16020 * bookmark.el (bookmark-save-flag):
16021 Doc fix (standardize possessive apostrophe usage).
16022
16023 2012-02-27 Chong Yidong <cyd@gnu.org>
16024
16025 * emulation/viper-cmd.el (viper-intercept-ESC-key):
16026 Fix key-binding lookup for ESC key (Bug#9146).
16027
16028 * font-lock.el (font-lock-specified-p): Rename from
16029 font-lock-spec-present. Callers changed.
16030
16031 2012-02-27 Daniel Hackney <dan@haxney.org>
16032
16033 * emacs-lisp/package.el (package-compute-transaction):
16034 Handle holding a package version to t in package-load-list.
16035
16036 2012-02-26 Michael Albinus <michael.albinus@gmx.de>
16037
16038 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
16039 (tramp-get-inode, tramp-get-device): Use cached values.
16040
16041 2012-02-26 Alan Mackenzie <acm@muc.de>
16042
16043 Check there is a font-lock specification before doing initial
16044 fontification.
16045
16046 * font-core.el (font-lock-mode): Move the conditional from
16047 :after-hook to font-lock-initial-fontify.
16048 (font-lock-default-function): Move the check for a specification
16049 to font-lock-spec-present.
16050
16051 * font-lock.el (font-lock-initial-fontify): Call ...
16052 (font-lock-spec-present): New function.
16053
16054 2012-02-26 Jim Blandy <jimb@red-bean.com>
16055
16056 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
16057 (gdb-send): Apply it to the operand of the '-interpreter-exec
16058 console' command, so that we can pass arguments with (say) quotes
16059 in them. Store exact string sent in gdb-debug-log (Bug#10765).
16060
16061 2012-02-26 Chong Yidong <cyd@gnu.org>
16062
16063 * help-fns.el (describe-function-1): Clarify description of
16064 remapping (Bug#10844).
16065
16066 * files.el (files-equal-p): Doc fix.
16067 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
16068 and quit the loop once a mismatch is found.
16069
16070 2012-02-25 Juanma Barranquero <lekktu@gmail.com>
16071
16072 * bs.el (bs--show-with-configuration): Don't throw an error
16073 if the window cannot be split; otherwise, subsequent calls to
16074 bs-show fail, restoring a stale window config. (Bug#10882)
16075
16076 2012-02-25 Jan Djärv <jan.h.d@swipnet.se>
16077
16078 * term/ns-win.el (global-map): Bind ns-drag-file to
16079 ns-find-file (Bug#5855, Bug#10050).
16080
16081 2012-02-25 Andreas Schwab <schwab@linux-m68k.org>
16082
16083 * calendar/parse-time.el (parse-time-string): Allow extractor to
16084 return nil.
16085
16086 2012-02-25 Michael Albinus <michael.albinus@gmx.de>
16087
16088 * net/tramp.el (tramp-file-name-for-operation):
16089 Add `files-equal-p' and `file-subdir-of-p'.
16090
16091 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
16092 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
16093 Add COPY-CONTENTS argument.
16094
16095 2012-02-25 Chong Yidong <cyd@gnu.org>
16096
16097 Add custom groups for VC backends, for consistency with vc-bzr.
16098
16099 * vc/vc-arch.el (vc-arch):
16100 * vc/vc-cvs.el (vc-cvs):
16101 * vc/vc-git.el (vc-git):
16102 * vc/vc-hg.el (vc-hg):
16103 * vc/vc-mtn.el (vc-mtn):
16104 * vc/vc-rcs.el (vc-rcs):
16105 * vc/vc-sccs.el (vc-sccs):
16106 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
16107 All relevant defcustoms reassigned.
16108
16109 2012-02-25 Chong Yidong <cyd@gnu.org>
16110
16111 * newcomment.el (comment-styles): Add autoload (Bug#10868).
16112
16113 * term/x-win.el (x-initialize-window-system): Reduce default for
16114 x-selection-timeout to 5 seconds (Bug#8869).
16115
16116 2012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
16117
16118 * files.el (files-equal-p, file-subdir-of-p): New functions.
16119 (copy-directory): Error when trying to copy a directory on itself.
16120 Add missing copy-contents arg to tramp handler.
16121 * dired-aux.el (dired-copy-file-recursive): Same.
16122 (dired-create-files): Modify destination when source is equal to
16123 dest when copying files.
16124 Return also when dest is a subdir of source. (Bug#10489)
16125
16126 2012-02-24 Michael Albinus <michael.albinus@gmx.de>
16127
16128 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
16129 (Bug#10874)
16130
16131 2012-02-23 Alan Mackenzie <acm@muc.de>
16132
16133 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
16134 parameter "after-hook:" to allow the expansion to run code after
16135 the execution of the mode hooks.
16136
16137 * font-lock.el (font-lock-initial-fontify): New function extracted
16138 from font-lock-mode-internal.
16139
16140 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
16141 :after-hook.
16142
16143 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
16144
16145 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
16146 (completion--cache-all-sorted-completions): New function.
16147 (completion-all-sorted-completions): Use it.
16148 (completion--do-completion, minibuffer-force-complete):
16149 Use it to re-instate the flush hook.
16150
16151 * icomplete.el (icomplete-completions): Replace last fix with a better
16152 one (bug#10850).
16153
16154 2012-02-23 Dmitry Gutov <dgutov@yandex.ru>
16155
16156 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
16157 when it might call us back infinitely (bug#10797).
16158
16159 2012-02-23 Glenn Morris <rgm@gnu.org>
16160
16161 * minibuffer.el (completion-category-overrides): Doc fix.
16162
16163 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
16164
16165 * minibuffer.el (completion-table-with-context): Fix inf-loop.
16166 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
16167
16168 2012-02-23 Glenn Morris <rgm@gnu.org>
16169
16170 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
16171 (authors-obsolete-files-regexps, authors-ignored-files)
16172 (authors-ambiguous-files, authors-renamed-files-alist):
16173 Add more entries.
16174
16175 2012-02-23 Juri Linkov <juri@jurta.org>
16176
16177 * isearch.el (isearch-occur): Sync interactive spec with occur's
16178 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
16179
16180 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
16181
16182 2012-02-22 Juri Linkov <juri@jurta.org>
16183
16184 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
16185 (ucs-insert): Doc fix. Check for hex digits in the string.
16186 Don't display `nil' in the error message. (Bug#10857)
16187
16188 2012-02-22 Alan Mackenzie <acm@muc.de>
16189
16190 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
16191
16192 2012-02-22 Glenn Morris <rgm@gnu.org>
16193
16194 * ffap.el (ffap-c-path):
16195 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
16196
16197 2012-02-22 Chong Yidong <cyd@gnu.org>
16198
16199 * custom.el (load-theme): Doc fix.
16200
16201 2012-02-22 Glenn Morris <rgm@gnu.org>
16202
16203 * dired-x.el (dired-guess-shell-alist-default):
16204 Remove escape sequences from nroff output. (Bug#172)
16205
16206 2012-02-21 Glenn Morris <rgm@gnu.org>
16207
16208 * vc/emerge.el (emerge-defvar-local):
16209 Set `permanent-local' property rather than unused `preserved'.
16210
16211 * textmodes/picture.el (picture-delete-char): New alias.
16212 (picture-mode-map): Use it. (Bug#10860)
16213 (picture-mode): Doc fix.
16214
16215 2012-02-21 Juanma Barranquero <lekktu@gmail.com>
16216
16217 * newcomment.el (uncomment-region-default): Remove unused binding.
16218
16219 2012-02-21 Glenn Morris <rgm@gnu.org>
16220
16221 * textmodes/picture.el (picture-motion, picture-motion-reverse)
16222 (picture-self-insert, picture-tab-chars): Doc fix.
16223 (picture-mode-map): Fix C-a, C-e.
16224
16225 2012-02-20 Glenn Morris <rgm@gnu.org>
16226
16227 * emacs-lisp/authors.el (authors-aliases): Add another entry.
16228
16229 2012-02-20 Leo Liu <sdl.web@gmail.com>
16230
16231 * icomplete.el (icomplete-completions): Check FROM arg before
16232 passing to substring (Bug#10850).
16233
16234 2012-02-19 Chong Yidong <cyd@gnu.org>
16235
16236 * comint.el: Require ansi-color.
16237 (comint-output-filter-functions): Add ansi-color-process-output.
16238
16239 * ansi-color.el: Don't set comint-output-filter-functions; it is
16240 now in the initial value defined in comint.el.
16241 (ansi-color-apply-face-function): New variable.
16242 (ansi-color-apply-on-region): Use it.
16243 (ansi-color-apply-overlay-face): New function.
16244
16245 * shell.el (shell): No need to require ansi-color.
16246 (shell-mode): Use ansi-color-apply-face-function to highlight
16247 color escapes using font-lock-face property (Bug#10835).
16248
16249 2012-02-19 Chong Yidong <cyd@gnu.org>
16250
16251 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
16252 mode-line formats (Bug#10839).
16253
16254 2012-02-18 Glenn Morris <rgm@gnu.org>
16255
16256 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
16257
16258 * mail/undigest.el (unforward-rmail-message): Doc fix.
16259
16260 * saveplace.el (save-place-ignore-files-regexp): Add :version.
16261
16262 2012-02-18 Eli Zaretskii <eliz@gnu.org>
16263
16264 * international/characters.el (script-list): Sync with the latest
16265 Unicode Character Database.
16266
16267 2012-02-18 Andreas Schwab <schwab@linux-m68k.org>
16268
16269 * international/titdic-cnv.el: Remove duplicate coding tag.
16270 * language/cham.el: Likewise.
16271 * language/tai-viet.el: Likewise.
16272
16273 2012-02-18 Glenn Morris <rgm@gnu.org>
16274
16275 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
16276 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
16277 (calendar-bahai-all-holidays-flag, calendar-other-dates):
16278 * calendar/diary-lib.el (diary-abbreviated-year-flag):
16279 * calendar/holidays.el (holiday-bahai-holidays)
16280 (calendar-holidays, list-holidays):
16281 Use utf-8 Bahá'í in doc-strings, menus, etc.
16282
16283 2012-02-17 Tassilo Horn <tassilo@member.fsf.org>
16284
16285 * saveplace.el (save-place-ignore-files-regexp): New variable
16286 allowing for excluding files from saving their location of point.
16287 The default value matches the temporary commit message editing
16288 files from Git, SVN, Bazaar, and Mercurial.
16289 (save-place-to-alist): Use it.
16290
16291 2012-02-17 Lawrence Mitchell <wence@gmx.li>
16292 Stefan Monnier <monnier@iro.umontreal.ca>
16293
16294 * newcomment.el (uncomment-region-default): Don't leave extra space
16295 when an arg is provided (bug#8150).
16296
16297 2012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
16298
16299 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
16300
16301 2012-02-17 Glenn Morris <rgm@gnu.org>
16302
16303 * net/socks.el: Require network-stream. (Bug#10599)
16304
16305 2012-02-17 Kenichi Handa <handa@m17n.org>
16306
16307 * international/charprop.el:
16308 * international/uni-name.el:
16309 * international/uni-old-name.el:
16310 * international/uni-comment.el: Regenerate.
16311
16312 2012-02-16 Glenn Morris <rgm@gnu.org>
16313
16314 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
16315 Interactively in calendar buffer, give an error if not on a date.
16316
16317 2012-02-15 Glenn Morris <rgm@gnu.org>
16318
16319 * shell.el (shell-delimiter-argument-list):
16320 Revert 2011-02-17 change. (Bug#8027)
16321
16322 2012-02-15 Chong Yidong <cyd@gnu.org>
16323
16324 * minibuffer.el (completion-at-point-functions): Doc fix.
16325
16326 * custom.el (defcustom): Doc fix; note use of defvar.
16327
16328 2012-02-15 Glenn Morris <rgm@gnu.org>
16329
16330 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
16331 Doc fixes.
16332
16333 2012-02-14 Glenn Morris <rgm@gnu.org>
16334
16335 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
16336
16337 2012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
16338
16339 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
16340 way the ports list is computed.
16341 (smtpmail-query-smtp-server): Prompt the user for a port number if
16342 we can't connect to any of the standard ports (bug#10810).
16343
16344 2012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
16345
16346 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
16347
16348 2012-02-13 Glenn Morris <rgm@gnu.org>
16349
16350 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
16351
16352 2012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
16353
16354 * net/gnutls.el (gnutls-trustfiles): New variable.
16355 (gnutls-negotiate): Use it.
16356
16357 2012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
16358
16359 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
16360 does its stuff if Gnus is running.
16361
16362 2012-02-13 Alan Mackenzie <acm@muc.de>
16363
16364 Fix a loop in c-set-fl-decl-start.
16365
16366 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
16367 c-backward-syntactic-ws actually moves backwards.
16368
16369 2012-02-13 Leo Liu <sdl.web@gmail.com>
16370
16371 * net/rcirc.el (rcirc-markup-attributes): Move point to the
16372 beginning so that all \C-o chars are removed.
16373
16374 2012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
16375
16376 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
16377
16378 2012-02-12 Alan Mackenzie <acm@muc.de>
16379
16380 Fix infinite loop with long macros.
16381 * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
16382
16383 2012-02-12 Chong Yidong <cyd@gnu.org>
16384
16385 * window.el (display-buffer): Doc fix (Bug#10785).
16386
16387 2012-02-12 Glenn Morris <rgm@gnu.org>
16388
16389 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
16390 (x-disown-selection-internal, x-get-selection-internal):
16391 Sync docs with the xselect.c versions.
16392
16393 * allout-widgets.el: Add missing license notice.
16394
16395 2012-02-11 Glenn Morris <rgm@gnu.org>
16396
16397 * select.el (x-get-selection-internal, x-own-selection-internal)
16398 (x-disown-selection-internal):
16399 * x-dnd.el (x-get-selection-internal): Update declarations.
16400
16401 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
16402
16403 * window.el (window-sides-slots):
16404 * tool-bar.el (tool-bar-position):
16405 * term/xterm.el (xterm-extra-capabilities):
16406 * ses.el (ses-self-reference-early-detection):
16407 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
16408 (verilog-auto-wire-type)
16409 (verilog-auto-delete-trailing-whitespace)
16410 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
16411 (verilog-auto-tieoff-declaration):
16412 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
16413 (sql-oracle-statement-starters, sql-oracle-scan-on):
16414 * progmodes/prolog.el (prolog-align-comments-flag)
16415 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
16416 (prolog-left-indent-regexp, prolog-paren-indent-p)
16417 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
16418 (prolog-types, prolog-mode-specificators)
16419 (prolog-determinism-specificators, prolog-directives)
16420 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
16421 (prolog-electric-dot-flag)
16422 (prolog-electric-dot-full-predicate-template)
16423 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
16424 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
16425 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
16426 (prolog-program-switches, prolog-prompt-regexp)
16427 (prolog-debug-on-string, prolog-debug-off-string)
16428 (prolog-trace-on-string, prolog-trace-off-string)
16429 (prolog-zip-on-string, prolog-zip-off-string)
16430 (prolog-use-standard-consult-compile-method-flag)
16431 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
16432 (prolog-imenu-max-lines, prolog-info-predicate-index)
16433 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
16434 (prolog-char-quote-workaround):
16435 * progmodes/cc-vars.el (c-defun-tactic):
16436 * net/tramp.el (tramp-encoding-command-interactive)
16437 (tramp-local-end-of-line):
16438 * net/soap-client.el (soap-client):
16439 * net/netrc.el (netrc-file):
16440 * net/gnutls.el (gnutls):
16441 * minibuffer.el (completion-category-overrides)
16442 (completion-cycle-threshold)
16443 (completion-pcm-complete-word-inserts-delimiters):
16444 * man.el (Man-name-local-regexp):
16445 * mail/feedmail.el (feedmail-display-full-frame):
16446 * international/characters.el (glyphless-char-display-control):
16447 * eshell/em-ls.el (eshell-ls-date-format):
16448 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
16449 (lisp-lambda-list-keyword-parameter-indentation)
16450 (lisp-lambda-list-keyword-parameter-alignment):
16451 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
16452 * dired-x.el (dired-omit-verbose):
16453 * cus-theme.el (custom-theme-allow-multiple-selections):
16454 * calc/calc.el (calc-highlight-selections-with-faces)
16455 (calc-lu-field-reference, calc-lu-power-reference)
16456 (calc-note-threshold):
16457 * battery.el (battery-mode-line-limit):
16458 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
16459 (archive-7z-update):
16460 * allout.el (allout-prefixed-keybindings)
16461 (allout-unprefixed-keybindings)
16462 (allout-inhibit-auto-fill-on-headline)
16463 (allout-flattened-numbering-abbreviation):
16464 * allout-widgets.el (allout-widgets-auto-activation)
16465 (allout-widgets-icons-dark-subdir)
16466 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
16467 (allout-widgets-theme-dark-background)
16468 (allout-widgets-theme-light-background)
16469 (allout-widgets-item-image-properties-emacs)
16470 (allout-widgets-item-image-properties-xemacs)
16471 (allout-widgets-run-unit-tests-on-load)
16472 (allout-widgets-time-decoration-activity)
16473 (allout-widgets-hook-error-post-time)
16474 (allout-widgets-track-decoration):
16475 Add missing :version tags to new defcustoms and defgroups.
16476
16477 * progmodes/sql.el (sql-ansi-statement-starters)
16478 (sql-oracle-statement-starters): Add custom type.
16479
16480 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
16481 (prolog-system-version): Give it a type.
16482
16483 2012-02-11 Eli Zaretskii <eliz@gnu.org>
16484
16485 * term/pc-win.el (x-select-text, x-selection-owner-p)
16486 (x-own-selection-internal, x-disown-selection-internal)
16487 (x-get-selection-internal): Sync doc strings and argument lists
16488 with xselect.c, common-win.el and x-win.el. (Bug#10783)
16489
16490 2012-02-11 Leo Liu <sdl.web@gmail.com>
16491
16492 * progmodes/python.el (python-end-of-statement): Fix infinite
16493 loop. (Bug#10788)
16494
16495 2012-02-10 Glenn Morris <rgm@gnu.org>
16496
16497 * international/mule-cmds.el (unify-8859-on-encoding-mode)
16498 (unify-8859-on-decoding-mode): Properly mark as obsolete.
16499
16500 2012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
16501
16502 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
16503 about SMTP before checking the From header.
16504
16505 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
16506 into own function for reuse by emacsbug.el.
16507
16508 2012-02-10 Leo Liu <sdl.web@gmail.com>
16509
16510 * subr.el (condition-case-unless-debug): Rename from
16511 condition-case-no-debug. All callers changed.
16512 (with-demoted-errors): Fix caller.
16513
16514 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
16515 * nxml/rng-valid.el (rng-do-some-validation):
16516 * emacs-lisp/package.el (package-refresh-contents)
16517 (package-menu-execute):
16518 * desktop.el (desktop-create-buffer):
16519 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
16520
16521 2012-02-10 Glenn Morris <rgm@gnu.org>
16522
16523 * textmodes/bibtex.el:
16524 Add missing :version tags for new/changed defcustoms.
16525
16526 * files.el (remote-file-name-inhibit-cache): Doc fixes.
16527
16528 2012-02-09 Lars Ingebrigtsen <larsi@rusty>
16529
16530 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
16531 (smtpmail-via-smtp): Use it, or fall back on the From address.
16532 (smtpmail-send-it): Ditto.
16533
16534 2012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
16535
16536 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
16537 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
16538 (byte-compile-tmp-var): New const.
16539 (byte-compile-defvar): Use it to minimize .elc size.
16540 Just use `defvar' rather than simulate it (bug#10761).
16541
16542 2012-02-09 Glenn Morris <rgm@gnu.org>
16543
16544 * files.el (rename-uniquely): Doc fix. (Bug#3806)
16545
16546 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
16547 Add :version tags.
16548
16549 * progmodes/compile.el (compilation-error-screen-columns)
16550 (compilation-first-column, compilation-filter-start): Doc fixes.
16551
16552 * vc/log-view.el (log-view-toggle-entry-display):
16553 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
16554
16555 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
16556 (report-emacs-bug-can-use-xdg-email):
16557 (report-emacs-bug-insert-to-mailer): Doc fixes.
16558 (report-emacs-bug): Message fix.
16559
16560 * net/browse-url.el (browse-url-can-use-xdg-open)
16561 (browse-url-xdg-open): Doc fixes.
16562
16563 * electric.el (electric-indent-mode, electric-pair-mode)
16564 (electric-layout-rules, electric-layout-mode): Doc fixes.
16565 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
16566
16567 2012-02-08 Martin Rudalics <rudalics@gmx.at>
16568
16569 * server.el (server-unselect-display): Don't inadvertently kill
16570 the current buffer. (Bug#10729)
16571
16572 2012-02-08 Glenn Morris <rgm@gnu.org>
16573
16574 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
16575 (sql-list-table): Doc fixes.
16576
16577 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
16578 Comment out (does nothing).
16579
16580 * completion.el (dynamic-completion-mode):
16581 * dirtrack.el (dirtrack-debug-mode):
16582 * electric.el (electric-layout-mode):
16583 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
16584 * face-remap.el (text-scale-mode, buffer-face-mode):
16585 * iimage.el (iimage-mode):
16586 * image-mode.el (image-transform-mode):
16587 * minibuffer.el (completion-in-region-mode):
16588 * scroll-lock.el (scroll-lock-mode):
16589 * simple.el (next-error-follow-minor-mode):
16590 * tar-mode.el (tar-subfile-mode):
16591 * tooltip.el (tooltip-mode):
16592 * vcursor.el (vcursor-use-vcursor-map):
16593 * wid-browse.el (widget-minor-mode):
16594 * emulation/tpu-edt.el (tpu-edt-mode):
16595 * emulation/tpu-extras.el (tpu-cursor-free-mode):
16596 * international/iso-ascii.el (iso-ascii-mode):
16597 * language/thai-util.el (thai-word-mode):
16598 * mail/supercite.el (sc-minor-mode):
16599 * net/goto-addr.el (goto-address-mode):
16600 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
16601 * progmodes/cwarn.el (cwarn-mode):
16602 * progmodes/flymake.el (flymake-mode):
16603 * progmodes/glasses.el (glasses-mode):
16604 * progmodes/hideshow.el (hs-minor-mode):
16605 * progmodes/pascal.el (pascal-outline-mode):
16606 * textmodes/enriched.el (enriched-mode):
16607 * vc/smerge-mode.el (smerge-mode):
16608 Doc fixes (minor mode argument).
16609
16610 2012-02-07 Eli Zaretskii <eliz@gnu.org>
16611
16612 * ls-lisp.el (ls-lisp-sanitize): New function.
16613 (ls-lisp-insert-directory): Use it to fix or remove any elements
16614 in file-alist with missing attributes. (Bug#4673)
16615
16616 2012-02-07 Alan Mackenzie <acm@muc.de>
16617
16618 Fix spurious recognition of c-in-knr-argdecl.
16619
16620 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
16621 putative K&R region.
16622
16623 2012-02-07 Alan Mackenzie <acm@muc.de>
16624
16625 * progmodes/cc-engine.el (c-forward-objc-directive):
16626 Prevent looping in "#pragma mark @implementation".
16627
16628 2012-02-07 Michael Albinus <michael.albinus@gmx.de>
16629
16630 * notifications.el (notifications-on-closed-signal): Make `reason'
16631 optional. (Bug#10744)
16632
16633 2012-02-07 Glenn Morris <rgm@gnu.org>
16634
16635 * emacs-lisp/easy-mmode.el (define-minor-mode):
16636 Doc fixes for the macro and the mode it defines.
16637
16638 * image.el (imagemagick-types-inhibit): Doc fix.
16639
16640 * cus-start.el (imagemagick-render-type): Add it.
16641
16642 2012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
16643
16644 * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
16645 Set the default at load time, too, so that `font-lock-fontify-buffer'
16646 can be called without setting up the entire mode first. This fixes
16647 a bug in `mm-inline-text' with C MIME parts.
16648
16649 2012-02-06 Chong Yidong <cyd@gnu.org>
16650
16651 * simple.el (list-processes--refresh): Delete exited processes
16652 (Bug#8094).
16653
16654 * comint.el (comint-next-prompt): next-single-char-property-change
16655 and prev-single-char-property-change never return nil (Bug#8657).
16656
16657 * custom.el (defcustom): Doc fix (Bug#9711).
16658
16659 2012-02-05 Chong Yidong <cyd@gnu.org>
16660
16661 * cus-edit.el (custom-variable-reset-backup): Quote the value
16662 before storing it in the customized-value property (Bug#6712).
16663 (custom-display): Add a customization type tag.
16664 (custom-buffer-create-internal): Improve tooltip message.
16665
16666 * wid-edit.el (widget-field-value-get): New optional arg to
16667 suppress trailing whitespace truncation.
16668 (character): Use it (Bug#2689).
16669
16670 2012-02-05 Andreas Schwab <schwab@linux-m68k.org>
16671
16672 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
16673 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
16674
16675 2012-02-05 Chong Yidong <cyd@gnu.org>
16676
16677 * cus-edit.el (custom-variable-value-create): For mismatched
16678 types, show the current value (Bug#7600).
16679
16680 * custom.el (defcustom): Doc fix.
16681
16682 2012-02-05 Glenn Morris <rgm@gnu.org>
16683
16684 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
16685
16686 2012-02-05 Juanma Barranquero <lekktu@gmail.com>
16687
16688 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
16689 (pp-buffer): Use `ignore-errors', `looking-at-p'.
16690 (pp-last-sexp): Use `looking-at-p'.
16691
16692 2012-02-04 Glenn Morris <rgm@gnu.org>
16693
16694 * files.el (revert-buffer):
16695 Doc fix (mention revert-buffer-in-progress-p).
16696
16697 * emacs-lisp/ert-x.el (ert-simulate-command):
16698 Check deferred-action-list (which is obsolete) is bound.
16699
16700 * subr.el (with-wrapper-hook): Doc fixes.
16701
16702 * simple.el (filter-buffer-substring-functions)
16703 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
16704
16705 2012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
16706
16707 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
16708 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
16709
16710 2012-02-04 Leo Liu <sdl.web@gmail.com>
16711
16712 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
16713
16714 2012-02-04 Glenn Morris <rgm@gnu.org>
16715
16716 * image.el (image-extension-data): Add obsolete alias.
16717
16718 * isearch.el (isearch-update): Doc fix.
16719
16720 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
16721
16722 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
16723
16724 2012-02-03 Glenn Morris <rgm@gnu.org>
16725
16726 * image.el (image-animated-p): Doc fix. Use image-animated-types.
16727 (image-animate-timeout): Doc fix.
16728
16729 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
16730
16731 2012-02-02 Glenn Morris <rgm@gnu.org>
16732
16733 * server.el (server-auth-dir): Doc fix.
16734 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
16735
16736 * subr.el (run-mode-hooks): Doc fix.
16737
16738 2012-02-02 Juri Linkov <juri@jurta.org>
16739
16740 * image-mode.el (image-toggle-display-image): Remove tautological
16741 `major-mode' from the `derived-mode-p' test.
16742
16743 2012-02-02 Kenichi Handa <handa@m17n.org>
16744
16745 * composite.el (compose-region): Cancel previous change.
16746
16747 2012-02-02 Kenichi Handa <handa@m17n.org>
16748
16749 * composite.el (compose-region, compose-string): Signal error for
16750 a null string component (Bug#6988).
16751
16752 2012-02-01 Chong Yidong <cyd@gnu.org>
16753
16754 * view.el (view-buffer-other-window, view-buffer-other-frame):
16755 Handle special modes like view-buffer (Bug#10650).
16756 (view-buffer): Simplify.
16757
16758 * frame.el (set-frame-font): Tweak meaning of third argument.
16759
16760 * dynamic-setting.el (font-setting-change-default-font):
16761 Use set-frame-font (Bug#9982).
16762
16763 2012-02-01 Glenn Morris <rgm@gnu.org>
16764
16765 * progmodes/compile.el (compilation-internal-error-properties):
16766 Respect compilation-first-column in the "*compilation*" buffer.
16767
16768 * emacs-lisp/easy-mmode.el (define-minor-mode):
16769 Relax :variable's test for a named function.
16770
16771 2012-01-31 Alan Mackenzie <acm@muc.de>
16772
16773 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
16774 off by one error.
16775
16776 2012-01-31 Chong Yidong <cyd@gnu.org>
16777
16778 * frame.el (set-frame-font): New arg ALL-FRAMES.
16779
16780 * menu-bar.el (menu-set-font): Use set-frame-font.
16781
16782 * faces.el (face-spec-reset-face): Don't apply unspecified
16783 attribute values to the default face.
16784
16785 2012-01-31 Juanma Barranquero <lekktu@gmail.com>
16786
16787 * progmodes/cwarn.el (cwarn): Remove dead link.
16788 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
16789 Remove * from defcustom docstrings.
16790 (turn-on-cwarn-mode): Make obsolete.
16791 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
16792 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
16793
16794 2012-01-31 Glenn Morris <rgm@gnu.org>
16795
16796 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
16797 Fix :variable handling of mode a symbol not equal to modefun.
16798 Allow named functions to be used as the cdr of :variable.
16799
16800 2012-01-30 Glenn Morris <rgm@gnu.org>
16801
16802 * emacs-lisp/authors.el (authors-fixed-entries):
16803 Remove reference to deleted file rnewspost.el.
16804
16805 2012-01-29 Juanma Barranquero <lekktu@gmail.com>
16806
16807 * window.el (window-with-parameter): Remove unused variable `windows'.
16808 (window--side-check): Remove unused variable `code'.
16809 (window--resize-siblings): Remove unused variable `first'.
16810 (adjust-window-trailing-edge): Remove unused variable `failed'.
16811 (window-deletable-p, window--delete): Remove unused variable `buffer'.
16812 Use `let', not `let*'.
16813 (balance-windows-2): Remove unused variable `found'.
16814 (window--state-put-2): Remove unused variable `splits'.
16815 (window-state-put): Remove unused variable `selected'.
16816 (same-window-p): Use `string-match-p'.
16817 (display-buffer-assq-regexp): Remove unused variable `value'.
16818 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
16819 Mark argument ALIST as ignored.
16820 (pop-to-buffer): Remove unused variable `old-window'.
16821
16822 2012-01-29 Eli Zaretskii <eliz@gnu.org>
16823
16824 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
16825 and .lzma compressed files.
16826
16827 2012-01-29 Chong Yidong <cyd@gnu.org>
16828
16829 * frame.el (window-system-default-frame-alist): Doc fix.
16830
16831 * dynamic-setting.el (font-setting-change-default-font): Don't
16832 change the default face if SET-FONT argument is non-nil (Bug#9982).
16833
16834 2012-01-29 Samuel Bronson <naesten@gmail.com>
16835
16836 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
16837
16838 2012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
16839
16840 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
16841 breakpoints in files outside current directory (Bug#6098).
16842
16843 2012-01-29 Chong Yidong <cyd@gnu.org>
16844
16845 * progmodes/python.el: Require ansi-color at top-level.
16846
16847 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
16848 Define and use in Emacs Lisp mode (Bug#9360).
16849 (lisp-mode-abbrev-table): Add doc.
16850 (lisp-mode-variables): Don't set local-abbrev-table.
16851 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
16852
16853 2012-01-28 Roland Winkler <winkler@gnu.org>
16854
16855 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
16856
16857 2012-01-28 Roland Winkler <winkler@gnu.org>
16858
16859 * textmodes/bibtex.el (bibtex-entry-alist): New function.
16860 (bibtex-set-dialect): Use it. Either set global values of
16861 dialect-dependent variables or bind these variables buffer-locally
16862 (Bug#10254).
16863 (bibtex-mode): Call bibtex-set-dialect via
16864 hack-local-variables-hook.
16865 (bibtex-dialect): Update docstring.
16866 Add safe-local-variable predicate.
16867 (bibtex-entry-alist, bibtex-field-alist): Initialize via
16868 bibtex-set-dialect.
16869 (bibtex-mode-map): Define menu for each dialect.
16870 (bibtex-entry): Fix docstring.
16871
16872 2012-01-28 Chong Yidong <cyd@gnu.org>
16873
16874 * eshell/esh-arg.el (eshell-quote-argument): New function.
16875
16876 * eshell/esh-ext.el (eshell-invoke-batch-file):
16877 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
16878 first arg to eshell-parse-command (Bug#10523).
16879
16880 2012-01-28 Drew Adams <drew.adams@oracle.com>
16881
16882 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
16883 `default-directory' is non-nil.
16884
16885 2012-01-28 Eli Zaretskii <eliz@gnu.org>
16886
16887 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
16888 line that displays system-configuration-options. (Bug#9924)
16889
16890 2012-01-28 Drew Adams <drew.adams@oracle.com>
16891
16892 * descr-text.el (describe-char): Show information about POS, in
16893 addition to information about the character at POS. Improve and
16894 update the doc string. Change "code point" to "code point in
16895 charset", to avoid confusion with the character's Unicode code
16896 point shown above that. (Bug#10129)
16897
16898 2012-01-28 Eli Zaretskii <eliz@gnu.org>
16899
16900 * descr-text.el (describe-char): Show the raw character, not only
16901 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
16902 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
16903 for the reasons.
16904
16905 2012-01-28 Phil Hagelberg <phil@hagelb.org>
16906
16907 * emacs-lisp/package.el (package-install):
16908 Run package-refresh-contents if there is no archive yet (Bug#9798).
16909
16910 2012-01-28 Chong Yidong <cyd@gnu.org>
16911
16912 * emacs-lisp/package.el (package-maybe-load-descriptor):
16913 New function, split from package-maybe-load-descriptor.
16914 (package-maybe-load-descriptor): Use it.
16915 (package-download-transaction): Fully load required packages
16916 inside the loop, so that `require' calls work (Bug#10593).
16917 (package-install): No need to call package-initialize now.
16918
16919 2012-01-28 Chong Yidong <cyd@gnu.org>
16920
16921 * simple.el (deactivate-mark): Doc fix (Bug#8614).
16922
16923 * tooltip.el (tooltip-mode): Doc fix.
16924 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
16925
16926 * frame.el (set-cursor-color): Doc fix (Bug#352).
16927
16928 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
16929 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
16930
16931 * cus-edit.el (custom-buffer-create-internal): Fix search button
16932 action (Bug#10542).
16933 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
16934
16935 2012-01-27 Eduard Wiebe <usenet@pusto.de>
16936
16937 * dired.el (dired-mark-files-regexp):
16938 Include any subdirectory components. (Bug#10445)
16939
16940 2012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
16941
16942 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
16943 Handle [host]:port syntax. (Bug#10533)
16944
16945 2012-01-27 Alex Harsanyi <harsanyi@mac.com>
16946
16947 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
16948
16949 2012-01-26 Glenn Morris <rgm@gnu.org>
16950
16951 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
16952 * term.el (term-raw-escape-map): Use Control-X-prefix.
16953 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
16954
16955 2012-01-25 Martin Rudalics <rudalics@gmx.at>
16956
16957 * window.el (window-state-get, window--state-get-1): Don't deal
16958 with fixed-sizeness of windows. Simplify code.
16959
16960 2012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
16961
16962 * window.el (window--state-get-1, window--state-put-2):
16963 Don't save and restore the mark.
16964
16965 2012-01-25 Chong Yidong <cyd@gnu.org>
16966
16967 * custom.el (custom-variable-p): Doc fix.
16968
16969 2012-01-25 Glenn Morris <rgm@gnu.org>
16970
16971 * dired.el (dired-goto-file): Handle some of the more common
16972 characters that `ls -b' escapes. (Bug#10596)
16973
16974 * progmodes/compile.el (compilation-next-error-function):
16975 Respect compilation-first-column in the "*compilation*" buffer.
16976 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
16977
16978 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
16979
16980 2012-01-24 Glenn Morris <rgm@gnu.org>
16981
16982 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
16983
16984 2012-01-24 Julien Danjou <julien@danjou.info>
16985
16986 * color.el (color-rgb-to-hsl): Fix value computing.
16987 (color-hue-to-rgb): New function.
16988 (color-hsl-to-rgb): New function.
16989 (color-clamp, color-saturate-hsl, color-saturate-name)
16990 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
16991 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
16992
16993 2012-01-24 Glenn Morris <rgm@gnu.org>
16994
16995 * vc/vc-rcs.el (vc-rcs-create-tag):
16996 * vc/vc-sccs.el (vc-sccs-create-tag):
16997 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
16998
16999 2012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
17000
17001 * eshell/esh-util.el (eshell-read-hosts-file):
17002 Skip comment lines. (Bug#10549)
17003
17004 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
17005
17006 2012-01-23 Juanma Barranquero <lekktu@gmail.com>
17007
17008 * subr.el (display-delayed-warnings): Doc fix.
17009 (collapse-delayed-warnings): New function to collapse identical
17010 adjacent warnings.
17011 (delayed-warnings-hook): Add it.
17012
17013 2012-01-22 Michael Albinus <michael.albinus@gmx.de>
17014
17015 * net/tramp.el (tramp-action-login): Set connection property "login-as".
17016
17017 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
17018 (tramp-default-user-alist): Don't add "pscp".
17019 (tramp-do-copy-or-rename-file-out-of-band): Use connection
17020 property "login-as", if set. (Bug#10530)
17021
17022 2012-01-21 Michael Albinus <michael.albinus@gmx.de>
17023
17024 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
17025 "plink1" and "psftp". (Bug#10530)
17026
17027 2012-01-21 Kenichi Handa <handa@m17n.org>
17028
17029 * international/mule-cmds.el (prefer-coding-system): Show a
17030 warning message if the default value of file-name-coding-system
17031 was not changed.
17032
17033 2012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
17034
17035 * windmove.el (windmove-reference-loc):
17036 Fix windmove-reference-loc miscalculation.
17037
17038 2012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
17039
17040 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
17041 default unit.
17042
17043 2012-01-21 Glenn Morris <rgm@gnu.org>
17044
17045 * international/mule.el (auto-coding-alist): Add .tbz.
17046
17047 * files.el (local-enable-local-variables): Doc fix.
17048 (inhibit-local-variables-regexps): Rename from
17049 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
17050 Doc fix. Add some extensions from auto-coding-alist.
17051 (inhibit-local-variables-suffixes):
17052 Rename from inhibit-first-line-modes-suffixes. Doc fix.
17053 (inhibit-local-variables-p):
17054 New function, extracted from set-auto-mode-1.
17055 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
17056 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
17057 (hack-local-variables): Doc fix. Make the mode-only case
17058 respect enable-local-variables and friends.
17059 Respect inhibit-local-variables-regexps for file-locals, but
17060 not for directory-locals.
17061 (set-visited-file-name):
17062 Take account of inhibit-local-variables-regexps.
17063 Whether it applies may change as the file name is changed.
17064 * jka-cmpr-hook.el (jka-compr-install):
17065 * jka-compr.el (jka-compr-uninstall):
17066 Update for inhibit-first-line-modes-suffixes name change.
17067
17068 2012-01-20 Martin Rudalics <rudalics@gmx.at>
17069
17070 * help-macro.el (make-help-screen): Temporarily restore original
17071 binding for minor-mode-map-alist (Bug#10454).
17072
17073 2012-01-19 Julien Danjou <julien@danjou.info>
17074
17075 * color.el (color-name-to-rgb): Use the white color to find the max
17076 color component value and return correctly computed values.
17077 (color-name-to-rgb): Add missing float conversion for max value.
17078
17079 2012-01-19 Martin Rudalics <rudalics@gmx.at>
17080
17081 * window.el (window--state-get-1, window-state-get): Do not use
17082 special state value for window-persistent-parameters.
17083 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
17084 (window--state-put-2): Reset all window parameters to nil before
17085 assigning values of persistent parameters.
17086
17087 2012-01-18 Alan Mackenzie <acm@muc.de>
17088
17089 Eliminate sluggishness and hangs in fontification of "semicolon
17090 deserts".
17091
17092 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
17093 Change value 10000 -> 3000.
17094 (c-state-safe-place): Reformulate so it doesn't stack up an
17095 infinite number of wrong entries in c-state-nonlit-pos-cache.
17096 (c-determine-limit-get-base, c-determine-limit): New functions to
17097 determine backward search limits disregarding literals.
17098 (c-find-decl-spots): Amend commenting.
17099 (c-cheap-inside-bracelist-p): New function which detects "={".
17100
17101 * progmodes/cc-fonts.el
17102 (c-make-font-lock-BO-decl-search-function): Give a limit to a
17103 backward search.
17104 (c-font-lock-declarations): Fix an occurrence of point being
17105 undefined. Check additionally for point being in a bracelist or
17106 near a macro invocation without a semicolon so as to avoid a
17107 fruitless time consuming search for a declarator. Give a more
17108 precise search limit for declarators using the new
17109 c-determine-limit.
17110
17111 2012-01-18 Glenn Morris <rgm@gnu.org>
17112
17113 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
17114 (set-auto-mode): Doc fixes.
17115
17116 2012-01-17 Glenn Morris <rgm@gnu.org>
17117
17118 * isearch.el (search-nonincremental-instead): Fix doc typo.
17119
17120 * dired.el (dired-insert-directory): Handle newlines in directory name.
17121 (dired-build-subdir-alist): Unescape newlines in directory name.
17122
17123 2012-01-17 Michael Albinus <michael.albinus@gmx.de>
17124
17125 * net/tramp.el (tramp-local-end-of-line): New defcustom.
17126 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
17127 (tramp-action-terminal): Use it. (Bug#10530)
17128
17129 2012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
17130
17131 * minibuffer.el (completion--replace): Strip properties (bug#10062).
17132
17133 2012-01-16 Martin Rudalics <rudalics@gmx.at>
17134
17135 * window.el (window-state-ignored-parameters): Remove variable.
17136 (window--state-get-1): Rename argument MARKERS to IGNORE.
17137 Handle persistent window parameters. Make copy of clone-of
17138 parameter only if requested. (Bug#10348)
17139 (window--state-put-2): Install a window parameter only if it has
17140 a non-nil value or an existing parameter shall be overwritten.
17141
17142 2012-01-15 Michael Albinus <michael.albinus@gmx.de>
17143
17144 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
17145
17146 2012-01-14 Eli Zaretskii <eliz@gnu.org>
17147
17148 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
17149 don't pass the (nil) value of `upnode' to string-match.
17150
17151 2012-01-14 Chong Yidong <cyd@gnu.org>
17152
17153 * startup.el (command-line): Fix X resource class for cursorColor.
17154 Fix values recognized by the cursorBlink resource.
17155
17156 2012-01-14 Paul Eggert <eggert@cs.ucla.edu>
17157
17158 * epg.el (epg--make-temp-file): Avoid permission race condition
17159 when running on old Emacs versions (bug#10403).
17160
17161 2012-01-14 Glenn Morris <rgm@gnu.org>
17162
17163 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
17164
17165 2012-01-13 Alan Mackenzie <acm@muc.de>
17166
17167 Fix filling for when filladapt mode is enabled.
17168
17169 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
17170 c-mask-paragraph, pass in `fill-paragraph' rather than
17171 `fill-region-as-paragraph'. (This is a reversion of a previous
17172 change.)
17173 * progmodes/cc-mode.el (c-basic-common-init):
17174 Make fill-paragraph-handle-comment buffer local and set it to nil.
17175
17176 2012-01-13 Glenn Morris <rgm@gnu.org>
17177
17178 * dired.el (dired-switches-escape-p): New function.
17179 (dired-insert-directory): Use dired-switches-escape-p.
17180 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
17181
17182 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
17183
17184 2012-01-12 Glenn Morris <rgm@gnu.org>
17185
17186 * mail/sendmail.el (mail-mode): Update paragraph-separate for
17187 changes in adaptive-fill-regexp. (Bug#10276)
17188
17189 2012-01-11 Alan Mackenzie <acm@muc.de>
17190
17191 Fix Emacs bug #10463 - put `widen's around the critical spots.
17192
17193 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
17194 widen around each invocation of c-state-pp-to-literal. Remove an
17195 unused let variable.
17196
17197 2012-01-11 Glenn Morris <rgm@gnu.org>
17198
17199 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
17200 Doc fix.
17201
17202 2012-01-10 Chong Yidong <cyd@gnu.org>
17203
17204 * net/network-stream.el (network-stream-open-starttls):
17205 Avoid emitting a confusing error message when the server gives a bad
17206 response to the capability command.
17207
17208 2012-01-10 Glenn Morris <rgm@gnu.org>
17209
17210 * mail/unrmail.el (unrmail): Tweak previous change.
17211
17212 2012-01-09 Chong Yidong <cyd@gnu.org>
17213
17214 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
17215
17216 2012-01-08 Alan Mackenzie <acm@muc.de>
17217
17218 Optimize font locking in long enum definitions.
17219
17220 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
17221 arm to a cond form to handle enums.
17222 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
17223 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
17224
17225 2012-01-07 Paul Eggert <eggert@cs.ucla.edu>
17226
17227 * files.el (move-file-to-trash): Preserve default file modes on error.
17228 (Bug#10401)
17229
17230 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
17231
17232 * faces.el (set-face-attribute): Clarify the meaning of the nil
17233 frame (bug#10294).
17234
17235 * subr.el (with-selected-frame): Mention that the selected frame
17236 is restored (bug#9980).
17237
17238 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
17239 (bug#9759).
17240
17241 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
17242 (password-read): Don't autoload unused function.
17243
17244 2012-01-07 Juanma Barranquero <lekktu@gmail.com>
17245
17246 * progmodes/which-func.el (which-func-mode): Turn into a
17247 non-interactive function and mark as obsolete (bug#10428).
17248
17249 2012-01-06 Chong Yidong <cyd@gnu.org>
17250
17251 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
17252 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
17253 functions, along with 1 and -1.
17254
17255 2012-01-06 Eli Zaretskii <eliz@gnu.org>
17256
17257 * time.el (display-time-load-average)
17258 (display-time-default-load-average): Doc fixes. See the thread
17259 starting at
17260 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
17261 for the details.
17262
17263 2012-01-06 Glenn Morris <rgm@gnu.org>
17264
17265 * mail/unrmail.el (unrmail): Give an explicit error if the input file
17266 has no messages. (Bug#10377)
17267
17268 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
17269 than Info-edit. (Bug#10385)
17270
17271 * time.el (display-time-load-average, display-time-next-load-average):
17272 Doc fixes.
17273
17274 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
17275 local setting of buffer-read-only to the input buffer. (Bug#10419)
17276
17277 * calendar/calendar.el (calendar-mode):
17278 Locally set scroll-margin to 0. (Bug#10379)
17279
17280 2012-01-06 Ulrich Mueller <ulm@gentoo.org>
17281
17282 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
17283
17284 2012-01-05 Glenn Morris <rgm@gnu.org>
17285
17286 * eshell/em-unix.el (diff-no-select): Autoload it.
17287 (eshell/diff): Use diff-no-select. (Bug#10420)
17288
17289 2012-01-05 Chong Yidong <cyd@gnu.org>
17290
17291 * shell.el (shell-dynamic-complete-functions): Revert last change.
17292 (shell-command-completion-function): New function.
17293 (shell-completion-vars): Use it to implement
17294 shell-completion-execonly (Bug#10417).
17295
17296 * custom.el (enable-theme): Don't set custom-safe-themes.
17297
17298 * cus-theme.el (custom-theme-merge-theme):
17299 Ignore custom-enabled-themes and custom-safe-themes.
17300
17301 2012-01-05 Michael R. Mauger <mmaug@yahoo.com>
17302
17303 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
17304 first prompt in `sql-interacive-mode'.
17305 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
17306 keywords.
17307 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
17308 (sql-product-interactive): Bug fix: Set `sql-buffer' in
17309 context of original buffer. Invoke `sql-login-hook'.
17310
17311 2012-01-04 Eli Zaretskii <eliz@gnu.org>
17312
17313 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
17314 letters in cite-prefix.
17315
17316 2012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
17317
17318 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
17319
17320 2012-01-03 Chong Yidong <cyd@gnu.org>
17321
17322 * shell.el (shell-dynamic-complete-functions):
17323 Put pcomplete-completions-at-point, so as to try
17324 comint-filename-completion first (Bug#10417).
17325
17326 2012-01-02 Richard Stallman <rms@gnu.org>
17327
17328 * battery.el (battery-status-function):
17329 Detect when to use battery-yeeloong-sysfs.
17330 (battery-echo-area-format): Add string for Yeeloong.
17331 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
17332 (battery-yeeloong-sysfs): New function.
17333
17334 2012-01-02 Chong Yidong <cyd@gnu.org>
17335
17336 * dirtrack.el (dirtrack-list): Eliminate unused third element.
17337 (dirtrack): Merge code for handling relative filenames in prompt
17338 from shell-dir-cookie-watcher.
17339 (dirtrack-debug-message): New arg to avoid excess format calls.
17340
17341 * shell.el (shell-dir-cookie-re): Variable deleted.
17342 (shell-dir-cookie-watcher): Function deleted.
17343 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
17344 with dirtrack-mode.
17345
17346 2012-01-01 Eli Zaretskii <eliz@gnu.org>
17347
17348 * term/w32-win.el (dynamic-library-alist) <gnutls>:
17349 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
17350 libgnutls-26.dll.
17351
17352 2011-12-31 Andreas Schwab <schwab@linux-m68k.org>
17353
17354 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
17355
17356 2011-12-31 Eli Zaretskii <eliz@gnu.org>
17357
17358 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
17359 headers of non-MIME messages, when rmail-enable-mime is non-nil.
17360
17361 2011-12-29 Michael Albinus <michael.albinus@gmx.de>
17362
17363 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
17364 also for alternative shells.
17365 (tramp-open-connection-setup-interactive-shell): Check, whether
17366 the shell is a busybox.
17367 (tramp-send-command): Don't suppress multiple prompts for
17368 busyboxes, it hurts.
17369
17370 2011-12-28 Chong Yidong <cyd@gnu.org>
17371
17372 * progmodes/gdb-mi.el (gdb-get-source-file-list)
17373 (gdb-get-source-file): Move mode line update to
17374 gdb-get-source-file (Bug#10087).
17375
17376 2011-12-25 Chong Yidong <cyd@gnu.org>
17377
17378 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
17379 gud-gdb-marker-filter without taking it as an argument.
17380 (gud-gdb-run-command-fetch-lines): Caller changed.
17381 (gud-gdb-completion-function): New variable.
17382 (gud-gdb-completion-at-point): Use it.
17383 (gud-gdb-completions-1): Split from gud-gdb-completions.
17384
17385 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
17386 function as separate arguments.
17387 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
17388 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
17389 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
17390 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
17391 (gdb-stopped, def-gdb-auto-update-trigger)
17392 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
17393 (gdb-get-changed-registers, gdb-get-main-selected-frame):
17394 Callers changed.
17395 (gud-gdbmi-completions): New function.
17396 (gdb): Use it for generating the completion table.
17397
17398 2011-12-24 Alan Mackenzie <acm@muc.de>
17399
17400 Introduce a mechanism to widen the region used in context font
17401 locking. Use this to protect declarations from losing their contexts.
17402
17403 * progmodes/cc-langs.el (c-before-font-lock-functions):
17404 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
17405 (c-before-context-fontification-functions): New defvar, a list of
17406 functions to be run just before context (etc.) font locking.
17407
17408 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
17409 New, functionality extracted from
17410 c-neutralize-syntax-in-and-mark-CPP.
17411 (c-in-after-change-fontification): New variable.
17412 (c-after-change): Set c-in-after-change-fontification.
17413 (c-set-fl-decl-start): Rejig its interface, so it can be called
17414 from both after-change and context fontifying.
17415 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
17416 New functions.
17417 (c-standard-font-lock-fontify-region-function): New variable.
17418 (c-font-lock-fontify-region): New function.
17419
17420 2011-12-24 Juri Linkov <juri@jurta.org>
17421
17422 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
17423 (Bug#10348)
17424
17425 2011-12-23 Michael Albinus <michael.albinus@gmx.de>
17426
17427 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
17428 existence of source file. (Bug#10325)
17429
17430 2011-12-23 Alan Mackenzie <acm@muc.de>
17431
17432 Fix unstable fontification inside templates.
17433
17434 * progmodes/cc-langs.el (c-before-font-lock-functions):
17435 Newly created from the singular version. The (c c++ objc) entry now
17436 additionally has c-set-fl-decl-start. The other languages (apart
17437 from AWK) have that as a single entry.
17438
17439 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
17440 The functionality for "local" declarations has been extracted to
17441 c-set-fl-decl-start.
17442
17443 * progmodes/cc-mode.el (c-common-init, c-after-change):
17444 Changes due to pluralisation of c-before-font-lock-functions.
17445 (c-set-fl-decl-start): New function, extracted from
17446 c-font-lock-enclosing-decls and enhanced.
17447
17448 2011-12-23 Juanma Barranquero <lekktu@gmail.com>
17449
17450 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
17451
17452 2011-12-22 Juri Linkov <juri@jurta.org>
17453
17454 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
17455
17456 2011-12-22 Chong Yidong <cyd@gnu.org>
17457
17458 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
17459
17460 2011-12-21 Drew Adams <drew.adams@oracle.com>
17461
17462 * files.el (file-remote-p): Fix docstring. (Bug#10319)
17463
17464 2011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
17465
17466 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
17467
17468 2011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
17469
17470 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
17471 highlighting and support. Fix up comments for capitalization.
17472 (cfengine-mode-debug): New var.
17473 (cfengine3-mode): Change the modeline indicator to "CFE3".
17474 (cfengine3-font-lock-keywords): Improve defun highlighting.
17475 (cfengine2-actions): Rename from `cfengine-actions'.
17476 (cfengine2-font-lock-keywords): Rename from
17477 `cfengine-font-lock-keywords'.
17478 (cfengine2-imenu-expression): Rename from
17479 `cfengine-imenu-expression'.
17480 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
17481 (cfengine2-beginning-of-defun): Rename from
17482 `cfengine-beginning-of-defun'.
17483 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
17484 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
17485 (cfengine2-mode): Rename from `cfengine-mode'. Change the
17486 modeline indicator to "CFE2".
17487 (cfengine-mode): Defalias to `cfengine-auto-mode'.
17488 (cfengine-mode-abbrevs): Mark obsolete.
17489
17490 2011-12-21 Chong Yidong <cyd@gnu.org>
17491
17492 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
17493 filename argument.
17494
17495 2011-12-20 Martin Rudalics <rudalics@gmx.at>
17496
17497 * window.el (window-normalize-buffer-to-display): Remove.
17498 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
17499
17500 2011-12-19 Chong Yidong <cyd@gnu.org>
17501
17502 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
17503 Don't signal an error in a predicate function; return non-nil.
17504 (vc-dir-mark-file): Move the error here.
17505 (vc-dir-mark-unmark): If acting on the region, keep going if one
17506 of the entries cannot be marked/unmarked.
17507 (vc-dir-mark-all-files): If current entry is a directory, mark
17508 only child files, as documented.
17509
17510 2011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
17511
17512 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
17513 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
17514 addition.
17515
17516 2011-12-18 Jan Djärv <jan.h.d@swipnet.se>
17517
17518 * term/ns-win.el (ns-get-selection-internal)
17519 (ns-store-selection-internal): Declare.
17520 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
17521 Declare as obsolete.
17522 (ns-get-pasteboard, ns-paste-secondary):
17523 Use ns-get-selection-internal.
17524 (ns-set-pasteboard, ns-copy-including-secondary):
17525 Use ns-store-selection-internal.
17526
17527 2011-12-17 Chong Yidong <cyd@gnu.org>
17528
17529 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
17530 (vc-deduce-fileset): Doc fix.
17531
17532 2011-12-16 Andreas Schwab <schwab@linux-m68k.org>
17533
17534 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
17535
17536 2011-12-13 Sam Steingold <sds@gnu.org>
17537
17538 * man.el (Man-getpage-in-background): When running under a
17539 window-system, ignore $MANWIDTH and $COLUMNS.
17540
17541 2011-12-15 Kenichi Handa <handa@m17n.org>
17542
17543 * language/ethio-util.el: Change coding tag to utf-8-emacs.
17544 (setup-ethiopic-environment-internal): Comment out key-binding for
17545 ethio-toggle-punctuation.
17546
17547 2011-12-13 Alan Mackenzie <acm@muc.de>
17548
17549 Add the switch statement to AWK Mode.
17550
17551 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
17552 "default" to the keywords regexp.
17553
17554 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
17555 expression as the rest.
17556 (c-nonlabel-token-key): Allow string literals for AWK.
17557 Refactor for the other modes.
17558
17559 Large brace-block initialisation makes CC Mode slow: Fix.
17560 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
17561 routines. Limit backward searching in c-font-lock-enclosing.decl.
17562
17563 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
17564 pp-state and literal type in addition to the limits.
17565 (c-state-safe-place): New defun, extracted from c-state-literal-at.
17566 (c-state-literal-at): Use the above new defun.
17567 (c-slow-in-literal, c-fast-in-literal): Remove.
17568 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
17569
17570 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
17571 being in a literal. Add a limit for backward searching.
17572
17573 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
17574 c-slow-in-literal.
17575
17576 2011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
17577
17578 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
17579
17580 2011-12-13 Martin Rudalics <rudalics@gmx.at>
17581
17582 * window.el (delete-other-windows): Use correct frame in call to
17583 window-with-parameter.
17584
17585 2011-12-12 Daniel Pfeiffer <occitan@t-online.de>
17586
17587 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
17588 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
17589 (makefile-gmake-statements, makefile-makepp-statements):
17590 Use it and add new makepp keywords.
17591 (makefile-makepp-font-lock-keywords): Add new patterns.
17592 (makefile-match-function-end): Match new [...] and [[...]].
17593
17594 2011-12-11 Juanma Barranquero <lekktu@gmail.com>
17595
17596 * ses.el (ses-call-printer-return, ses-cell-property-get)
17597 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
17598 (ses-create-cell-variable, ses-reset-header-string)
17599 (ses-cell-set-formula, ses-repair-cell-reference-all)
17600 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
17601 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
17602 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
17603 (ses-aset-with-undo, ses-load, ses-truncate-cell)
17604 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
17605 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
17606 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
17607 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
17608 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
17609 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
17610 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
17611 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
17612
17613 2011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
17614
17615 * ses.el: The overall change is to add cell renaming, that is
17616 setting fancy names for cell symbols other than name matching
17617 "\\`[A-Z]+[0-9]+\\'" regexp .
17618 (ses-create-cell-variable): New defun.
17619 (ses-relocate-formula): Relocate formulas only for cells the
17620 symbols of which are not renamed, i.e. symbols whose names do not
17621 match regexp "\\`[A-Z]+[0-9]+\\'".
17622 (ses-relocate-all): Relocate values only for cells the symbols of
17623 which are not renamed.
17624 (ses-load): Create cells variables as the (ses-cell ...) are read,
17625 in order to check row col consistency with cell symbol name only
17626 for cells that are not renamed.
17627 (ses-replace-name-in-formula): New defun.
17628 (ses-rename-cell): New defun.
17629
17630 2011-12-11 Chong Yidong <cyd@gnu.org>
17631
17632 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
17633 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
17634
17635 2011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
17636
17637 * window.el (other-window): Fix docstring.
17638
17639 2011-12-10 Eli Zaretskii <eliz@gnu.org>
17640
17641 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
17642 `from' or `to' address before taking its substring.
17643 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
17644 encoded name is chopped in the middle of the encoded string, and
17645 thus displayed encoded.
17646
17647 2011-12-10 Juanma Barranquero <lekktu@gmail.com>
17648
17649 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
17650
17651 2011-12-10 Eli Zaretskii <eliz@gnu.org>
17652
17653 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
17654 to use texinfo-update-node and commands that call it if the
17655 Texinfo file uses @node lines without next/prev/up pointers.
17656 Correct outdated description about texinfo-master-menu.
17657 (texinfo-all-menus-update, texinfo-master-menu)
17658 (texinfo-update-node, texinfo-every-node-update)
17659 (texinfo-multiple-files-update): Doc fix. Warn against updating
17660 all the @node lines.
17661 (texinfo-master-menu): Only call texinfo-update-node if the prefix
17662 argument is numeric. Explain better in the doc string what the
17663 function really does.
17664 (texinfo-insert-master-menu-list): Improve the error message
17665 displayed if there's no menu in the Top node.
17666 (Bug#2975) See also this thread:
17667 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
17668
17669 2011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
17670
17671 * speedbar.el (speedbar-supported-extension-expressions):
17672 Add .adb and .ads, commonly used for Ada source code (bug#10256).
17673
17674 2011-12-09 Juanma Barranquero <lekktu@gmail.com>
17675
17676 * printing.el (pr-mode-alist):
17677 * simple.el (filter-buffer-substring-functions)
17678 (completion-list-insert-choice-function):
17679 * window.el (window-with-parameter, window-atom-root)
17680 (window-sides-slots, window-size-fixed, window-min-delta)
17681 (window-max-delta, window--resize-mini-window)
17682 (window--resize-child-windows-normal, window-tree)
17683 (delete-other-windows, quit-window, split-window)
17684 (display-buffer-record-window, special-display-buffer-names)
17685 (special-display-regexps, special-display-popup-frame)
17686 (same-window-p, split-window-sensibly)
17687 (display-buffer-overriding-action, display-buffer-alist)
17688 (display-buffer-base-action, display-buffer, switch-to-buffer)
17689 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
17690 (fit-window-to-buffer, recenter-positions)
17691 (mouse-autoselect-window-state, mouse-autoselect-window-select):
17692 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
17693 and remove unneeded backslashes in docstrings.
17694
17695 2011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
17696
17697 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
17698
17699 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
17700 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
17701 end in ".mk".
17702 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
17703 when reading the makefile (bug#10116).
17704
17705 2011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
17706
17707 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
17708 (bug#10116).
17709
17710 2011-12-06 Glenn Morris <rgm@gnu.org>
17711
17712 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
17713
17714 2011-12-06 Chong Yidong <cyd@gnu.org>
17715
17716 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
17717
17718 2011-12-06 Juanma Barranquero <lekktu@gmail.com>
17719
17720 * textmodes/table.el (table-shorten-cell): Fix typo.
17721
17722 2011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
17723
17724 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
17725
17726 2011-12-05 Eli Zaretskii <eliz@gnu.org>
17727
17728 * descr-text.el (describe-char): Fix display of strong
17729 right-to-left characters and directional embeddings and overrides.
17730
17731 * simple.el (what-cursor-position): Fix display of codepoints of
17732 strong right-to-left characters.
17733
17734 2011-12-05 Chong Yidong <cyd@gnu.org>
17735
17736 * faces.el (read-color): Doc fix.
17737
17738 2011-12-05 Glenn Morris <rgm@gnu.org>
17739
17740 * align.el (align--set-marker): Add doc-string.
17741 Don't try to move something that is not a marker. (Bug#10216)
17742
17743 2011-12-04 Glenn Morris <rgm@gnu.org>
17744
17745 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
17746 overly zealous deletion of trailing whitespace.
17747
17748 2011-12-04 Juanma Barranquero <lekktu@gmail.com>
17749
17750 * server.el (server-delete-client): On Windows, do not try to delete
17751 the only terminal.
17752 (server-process-filter): On Windows, treat requests for a tty frame as
17753 if they were for a GUI frame if the running server is in GUI mode.
17754
17755 2011-12-03 Glenn Morris <rgm@gnu.org>
17756
17757 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
17758
17759 2011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
17760
17761 * electric.el: Streamline electric-indent's hook.
17762 (electric-indent-chars): Revert to simple list.
17763 (electric-indent-functions): New var.
17764 (electric-indent-post-self-insert-function): Use it.
17765
17766 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
17767 there's no inferior buffer (bug#10196).
17768 (prolog-consult-compile): Don't use toggle-read-only.
17769
17770 2011-12-02 Michael Albinus <michael.albinus@gmx.de>
17771
17772 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
17773 interrupt. (Bug#10187)
17774
17775 2011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
17776
17777 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
17778 (bug#9160).
17779
17780 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
17781 (bug#10191).
17782
17783 2011-12-02 Juri Linkov <juri@jurta.org>
17784
17785 * info.el (Info-search): Display "end of manual" when Isearch
17786 reaches the end of single-file Info manual. (Bug#9918)
17787
17788 2011-12-02 Eli Zaretskii <eliz@gnu.org>
17789
17790 * isearch.el (isearch-message-prefix): Run the input method part
17791 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
17792
17793 2011-12-02 Juri Linkov <juri@jurta.org>
17794
17795 * isearch.el (isearch-occur): Use `word-search-regexp' for
17796 `isearch-word'.
17797 (isearch-search-and-update): Add condition for `isearch-word' and
17798 call `word-search-regexp'. (Bug#10145)
17799
17800 2011-12-01 Glenn Morris <rgm@gnu.org>
17801
17802 * eshell/em-hist.el (eshell-hist-initialize):
17803 Handle eshell-history-size nil and HISTSIZE set or unset.
17804 (eshell-history-file-name, eshell-history-size): Fix custom type.
17805
17806 2011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
17807
17808 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
17809
17810 2011-12-01 Michael McNamara <mac@mail.brushroad.com>
17811
17812 * progmodes/verilog-mode.el (verilog-pretty-expr):
17813 Rework verilog-pretty-expr to handle new assignment operators in system
17814 verilog, such as += *= and the like.
17815 (verilog-assignment-operator-re): Regular expression to find the
17816 assigment operator in a verilog assignment.
17817 (verilog-assignment-operation-re): Regular expression to find an
17818 assignment statement for pretty-expr.
17819 (verilog-in-attribute-p): Query returns true if point is in an
17820 attribute context; used to skip these for expression line up from
17821 pretty-expr.
17822 (verilog-in-parameter-p): Query returns true if point is in an
17823 parameter definition context; used to skip these for expression
17824 line up from pretty-expr.
17825 (verilog-in-parenthesis-p): Query returns true if point is in a
17826 parenthetical expression, specifically ( ) but not [ ] or { };
17827 used by pretty-expr.
17828 (verilog-just-one-space): If there is no space, don't add one.
17829 (verilog-get-lineup-indent-2): Specifically skip just attribute
17830 contexts for expression lineup, rather than skipping all
17831 parenthetical expressions.
17832 (verilog-calculate-indent): Fix comment, and fix indent.
17833 (verilog-do-indent): Indent declarations in lists (suggested by
17834 Joachim Lechner).
17835 (verilog-mode-abbrev-table): Populate abbrev mode with the various
17836 skeleton items.
17837 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
17838 by Alain Mellan).
17839
17840 2011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
17841
17842 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
17843 parameters with embedded comments. Reported by Ray Stevens.
17844 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
17845 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
17846 Reported by Tim Holt.
17847 (verilog-auto): Fix AUTOing a upper module then AUTOing module
17848 instantiated by upper module causing wrong expansion until AUTOed a
17849 second time. Reported by K C Buckenmaier.
17850 (verilog-diff-auto): Fix showing .* as a difference when
17851 `verilog-auto-star-save' off. Reported by Dan Dever.
17852 (verilog-auto-reset, verilog-read-always-signals)
17853 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
17854 temporary signals in reset list if
17855 verilog-auto-reset-blocking-in-non is nil, and match assignment
17856 style to each signal's assignment type, bug381.
17857 Reported by Thomas Esposito.
17858 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
17859 (verilog-uvm-statement-re): Support UVM indentation and
17860 highlighting, with old OVM keywords only.
17861 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
17862 Support AUTOTIEOFF creating non-wire data types.
17863 Suggested by Jonathan Greenlaw.
17864 (verilog-auto-insert-lisp, verilog-delete-to-paren)
17865 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
17866 (verilog-inject-sense, verilog-read-inst-pins)
17867 (verilog-read-sub-decls, verilog-read-sub-decls-line):
17868 Fix mismatching parenthesis inside commented out code when deleting
17869 AUTOINST, bug383. Reported by Jonathan Greenlaw.
17870 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
17871 non-numeric vector width. Reported by Alex Reed.
17872 (verilog-auto-ascii-enum): Add "onehot" option to work around not
17873 detecting signals with parameter widths. Reported by Alex Reed.
17874 (verilog-auto-delete-trailing-whitespace):
17875 With `verilog-auto-delete-trailing-whitespace' remove trailing
17876 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
17877 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
17878 Fix verilog-scan-cache corruption when running user AUTO expansion
17879 hooks that call indentation routines.
17880 (verilog-simplify-range-expression): Fix typo ignoring lower case
17881 identifiers.
17882 (verilog-delete-auto): Fix delete-autos to also remove user created
17883 automatics, as long as they start with AUTO.
17884 (verilog-batch-diff-auto, verilog-diff-auto)
17885 (verilog-diff-function): Add `verilog-diff-auto' and bind to
17886 "C-c?" to report differences in AUTO expansion, ignoring spaces.
17887 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
17888 (verilog-in-paren-quick, verilog-re-search-backward-quick)
17889 (verilog-re-search-forward-quick, verilog-syntax-ppss):
17890 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
17891 is disabled and its cache will get corrupt, causing AUTOS not to
17892 expand. Instead use only -quick functions.
17893 (verilog-scan-region): Fix scanning over escaped quotes.
17894 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
17895 (verilog-re-search-backward-quick)
17896 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
17897 related functions now ignore strings, to fix misparsing of strings
17898 with magic comments embedded in them.
17899 (verilog-read-auto-template):
17900 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
17901 Reported by Brad Dobbie.
17902 (verilog-read-auto-template):
17903 Fix 'verilog-auto-inst-template-numbers' with comments.
17904 Reported by Brad Dobbie.
17905 (verilog-auto-inst, verilog-auto-inst-param)
17906 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
17907 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
17908 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
17909 debugging templates without merge conflicts, bug357.
17910 Reported by Brad Dobbie.
17911 (verilog-read-auto-template):
17912 Fix verilog-auto-inst-template-numbers with multiple templates.
17913 Reported by Brad Dobbie.
17914 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
17915 abbrevs so user won't be asked to save.
17916 (verilog-read-auto-lisp-present): Fix to start at beginning of
17917 buffer in case called outside of verilog-auto.
17918 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
17919 to "X-2". Reported by Matthew Myers.
17920 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
17921 all inputs from module templates. Reported by Leith Johnson.
17922 (verilog-module-inside-filename-p): Fix locating programs as with
17923 modules.
17924 (verilog-auto-inst-port): Fix vl-width expressions when using
17925 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
17926 (verilog-decls-get-regs, verilog-decls-get-signals,
17927 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
17928 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
17929 verilog-read-decls): Combine reg and wire structures into one var
17930 structure to represent SystemVerilog concepts.
17931 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
17932 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
17933 (verilog-auto-wire-type, verilog-insert-definition):
17934 Add verilog-auto-wire-type and AUTOLOGIC to support using
17935 SystemVerilog "logic" keyword instead of "wire"/"reg".
17936 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
17937 to declares outputs that also have assignments (presumably in an
17938 ifdef or generate if so there's not a driver conflict).
17939 Reported by Matthew Myers.
17940 (verilog-auto-declare-nettype, verilog-insert-definition):
17941 Add verilog-auto-declare-nettype to fix declarations using
17942 `default_nettype none. Reported by Julian Gorfajn.
17943 (verilog-read-always-signals-recurse, verilog-read-decls)
17944 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
17945 malformed end statement, bug325. Reported by Joshua Wise and
17946 Andrew Drake.
17947 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
17948 (verilog-inst-comment-re): Fix not deleting Interfaced comment
17949 when expanding .* in interfaces, bug320.
17950 Reported by Pierre-David Pfister.
17951 (verilog-read-module-name): Fix import statements between module
17952 name and open parenthesis, bug317.
17953 Reported by Pierre-David Pfister.
17954 (verilog-simplify-range-expression): Fix simplification of
17955 multiplications inside AUTOWIRE connections, bug303.
17956 (verilog-auto-inst-port): Support parameter expansion in
17957 multidimensional arrays.
17958 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
17959 after "assert property". Reported by Julian Gorfajn.
17960 (verilog-simplify-range-expression): Fix "couldn't merge" errors
17961 with multiplication, bug303.
17962 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
17963 Reported by Jan Frode Lonnum.
17964
17965 2011-11-30 Juanma Barranquero <lekktu@gmail.com>
17966
17967 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
17968 (hfy-shell-file-name, hfy-shell):
17969 * international/fontset.el (x-decompose-font-name): Fix typos.
17970
17971 2011-11-29 Ken Brown <kbrown@cornell.edu>
17972
17973 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
17974 (gdb-version): Remove defvar.
17975 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
17976 (gdb-gud-context-command, gdb-non-stop-handler)
17977 (gdb-current-context-command, gdb-stopped): Use it.
17978 (gdb-init-1): Enable pretty printing here.
17979 (gdb-non-stop-handler): Don't enable pretty-printing here.
17980 Check to see if the target supports non-stop mode; if not, turn off
17981 non-stop mode. Use the following.
17982 (gdb-check-target-async): New defun.
17983 (gud-watch, gdb-stopped): Fix whitespace.
17984 (gdb-get-source-file): Don't try to display the source file if
17985 `gdb-main-file' is nil.
17986
17987 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
17988
17989 * align.el: Try to generate fewer markers (bug#10047).
17990 (align--set-marker): New macro.
17991 (align-region): Use it.
17992
17993 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
17994
17995 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
17996
17997 2011-11-29 Chong Yidong <cyd@gnu.org>
17998
17999 * indent.el (indent-for-tab-command, indent-according-to-mode):
18000 Doc fix.
18001 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
18002
18003 2011-11-29 Michael Albinus <michael.albinus@gmx.de>
18004
18005 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
18006 aware of remote file names. (Bug#10124)
18007
18008 2011-11-29 Chong Yidong <cyd@gnu.org>
18009
18010 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
18011
18012 2011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
18013
18014 * files.el (find-file): Don't use force-same-window (bug#10144).
18015 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
18016 use pop-to-buffer if the selected window can't be used.
18017 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
18018
18019 2011-11-28 Eli Zaretskii <eliz@gnu.org>
18020
18021 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
18022 special-mode-map.
18023
18024 2011-11-28 Chong Yidong <cyd@gnu.org>
18025
18026 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
18027
18028 2011-11-27 Nick Roberts <nickrob@snap.net.nz>
18029
18030 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
18031 gdb-get-source-file-list on gdb-create-source-file-list.
18032
18033 2011-11-26 Eli Zaretskii <eliz@gnu.org>
18034
18035 * whitespace.el (whitespace-newline): Use a different foreground
18036 color for 16-color light-background displays.
18037
18038 2011-11-24 Chong Yidong <cyd@gnu.org>
18039
18040 * window.el (display-buffer--special-action): Doc fix.
18041
18042 2011-11-25 Juanma Barranquero <lekktu@gmail.com>
18043
18044 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
18045 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
18046 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
18047 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
18048 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
18049 (avl-tree-stack-first):
18050 * emacs-lisp/cconv.el (cconv--analyse-use):
18051 * net/gnutls.el (gnutls-negotiate): Fix typos.
18052
18053 2011-11-24 Glenn Morris <rgm@gnu.org>
18054
18055 * lpr.el (lpr-windows-system, lpr-lp-system):
18056 * mail/binhex.el (binhex-begin-line):
18057 * progmodes/grep.el (grep-history, grep-find-history):
18058 * textmodes/flyspell.el:
18059 * vc/pcvs-defs.el (cvs-global-menu):
18060 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
18061 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
18062 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
18063
18064 * net/tls.el: Fix case of "GnuTLS".
18065
18066 * paths.el (rmail-file-name): Format doc-string for make-docfile.
18067
18068 * version.el (emacs-build-system): Give it a doc-string.
18069
18070 2011-11-24 Juri Linkov <juri@jurta.org>
18071
18072 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
18073
18074 2011-11-24 Glenn Morris <rgm@gnu.org>
18075
18076 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
18077 if called on a non-mime message just toggle the headers. (Bug#8006)
18078
18079 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
18080
18081 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
18082 (allout-lead-with-comment-string, allout-structure-deleted-hook)
18083 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
18084 (allout-rebullet-heading, allout-open-sibtopic)
18085 (allout-toggle-current-subtree-encryption)
18086 (allout-toggle-subtree-encryption, allout-encrypt-string)
18087 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
18088 (allout-distinctive-bullets-string, allout-auto-activation):
18089 * window.el (window-normalize-buffer-to-display):
18090 * progmodes/verilog-mode.el (verilog-batch-indent):
18091 * textmodes/bibtex.el (bibtex-field-braces-opt)
18092 (bibtex-field-strings-opt):
18093 * vc/cvs-status.el (cvs-tree-merge):
18094 Fix typos.
18095
18096 2011-11-23 Michael Albinus <michael.albinus@gmx.de>
18097
18098 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
18099 `non-essential' to t, in order to avoid remote connections.
18100
18101 2011-11-23 Eli Zaretskii <eliz@gnu.org>
18102
18103 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
18104 On MS-DOS and MS-Windows, compare with loaddefs.el
18105 case-insensitively.
18106
18107 2011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
18108
18109 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
18110
18111 2011-11-23 Glenn Morris <rgm@gnu.org>
18112
18113 * paths.el (rmail-file-name): Reformat the doc-string so that it
18114 is picked up.
18115
18116 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
18117 (rmail-auto-file): Ignore case in the "special" field names,
18118 as mail-fetch-field does for all others.
18119
18120 * mail/rmail.el (rmail-forward):
18121 * mail/rmailkwd.el (rmail-set-label):
18122 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
18123 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
18124
18125 * mail/rmail.el (rmail-current-message): Doc fix.
18126
18127 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
18128
18129 2011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
18130
18131 * server.el (server-eval-and-print): Allow C-g (bug#6585).
18132
18133 2011-11-22 Glenn Morris <rgm@gnu.org>
18134
18135 * mail/rmailmm.el (test-rmail-mime-handler)
18136 (test-rmail-mime-bulk-handler)
18137 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
18138
18139 2011-11-21 Juri Linkov <juri@jurta.org>
18140
18141 * calc/calc.el (calc-read-key-sequence):
18142 Let-bind `input-method-function' to nil. (Bug#10018)
18143
18144 2011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
18145
18146 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
18147 Tell the caller that the next line needs recomputation, even
18148 though it doesn't start a sexp (bug#10094).
18149
18150 2011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
18151
18152 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
18153
18154 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
18155
18156 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
18157 Use force-same-window.
18158
18159 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
18160
18161 * descr-text.el (describe-char-unicode-data):
18162 * json.el (json-string-escape):
18163 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
18164 (Footnote-unicode, Footnote-style-p):
18165 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
18166
18167 2011-11-20 Chong Yidong <cyd@gnu.org>
18168
18169 * window.el (replace-buffer-in-windows): Restore interactive spec.
18170
18171 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
18172
18173 * electric.el (electric-indent-mode): Fix last change (too optimistic).
18174
18175 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
18176 (byte-compile-global-not-obsolete-vars): New var.
18177 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
18178 Use it.
18179 (byte-compile-warn-obsolete): Align text with the one in *Help*.
18180
18181 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
18182
18183 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
18184 * progmodes/pascal.el (electric-pascal-equal):
18185 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
18186 * xml.el (xml-substitute-special): Fix typos.
18187
18188 2011-11-20 Glenn Morris <rgm@gnu.org>
18189
18190 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
18191 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
18192 Doc fixes.
18193 (rmail-decode-mime-charset): Mark as obsolete.
18194
18195 * mail/rmailsum.el (rmail-message-regexp-p-1):
18196 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
18197 Before using mime functions, check they are set. (Bug#10077)
18198
18199 2011-11-19 Juri Linkov <juri@jurta.org>
18200
18201 * info.el (Info-finder-find-node): Use `package--builtins' instead
18202 of `package-alist'. Use node names formed by the pattern "Keyword "
18203 and the keyword name.
18204
18205 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
18206
18207 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
18208
18209 2011-11-19 Juri Linkov <juri@jurta.org>
18210
18211 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
18212 that calls `revert-buffer' on all Info buffers. (Bug#9915)
18213 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
18214 `old-history', `old-history-forward'. Add let-binding
18215 `window-selected'. Remove calls to `kill-buffer',
18216 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
18217 before calling `Info-find-node', so `Info-find-node-2' will reread
18218 the Info file. Restore window positions only when `window-selected'
18219 is non-nil.
18220
18221 2011-11-19 Juri Linkov <juri@jurta.org>
18222
18223 * isearch.el (isearch-lazy-highlight-new-loop):
18224 Remove condition `(not isearch-error)'. (Bug#9918)
18225
18226 * misearch.el (multi-isearch-search-fun): Add condition
18227 `(not bound)' to ignore lazy-highlighting search.
18228 Add the search-failed message "end of multi" when the end of
18229 multi-sequence is reached. Uncapitalize the search-failed
18230 message "Repeat for next buffer".
18231
18232 * info.el (Info-search): Add the search-failed message
18233 "end of the manual" when the end of the manual is reached
18234 in Isearch mode.
18235
18236 2011-11-19 Juri Linkov <juri@jurta.org>
18237
18238 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
18239 Use non-destructive `remove' instead of `delete' because
18240 `Info-history-list' stored to `Info-isearch-initial-history-list' in
18241 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
18242
18243 2011-11-19 Juri Linkov <juri@jurta.org>
18244
18245 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
18246 to nil instead of binding `search-ring' and `regexp-search-ring'.
18247 (Bug#9185)
18248
18249 2011-11-19 Eli Zaretskii <eliz@gnu.org>
18250
18251 * simple.el (line-move): Force movement by logical lines for any
18252 hscrolled window, not only when auto-hscroll-mode is on.
18253 (line-move-visual): Update doc string to that effect. (Bug#10076)
18254
18255 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
18256
18257 * language/european.el (macintosh): Define as alias for mac-roman.
18258
18259 2011-11-19 Eli Zaretskii <eliz@gnu.org>
18260
18261 * mail/rmailmm.el (rmail-mime-display-header)
18262 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
18263 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
18264 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
18265 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
18266 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
18267 of a raw aref.
18268 (rmail-mime-entity-segment): To get past the tagline, move forward
18269 2 more lines, to account for the 2 empty lines that precede and
18270 follow the line with the buttons.
18271 (rmail-mime-update-tagline): Move one more line, to get past the
18272 empty line that follows the buttons in the tagline. (Bug#9520)
18273
18274 2011-11-19 Martin Rudalics <rudalics@gmx.at>
18275
18276 * window.el (window-max-delta-1, window-min-delta-1)
18277 (window-min-size-1, window-state-get-1, window-state-put-1)
18278 (window-state-put-2): Use "window--" prefix.
18279
18280 2011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
18281
18282 * emacs-lisp/smie.el: Improve warnings and conflict detection.
18283 (smie-warning-count): New var.
18284 (smie-set-prec2tab): Use it.
18285 (smie-bnf->prec2): Improve warnings. Add docstring.
18286 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
18287 (smie-bnf--set-class): New function.
18288 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
18289 corner case.
18290
18291 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
18292 (compilation-error-properties, compilation-move-to-column):
18293 Handle compilation-first-column while in the target buffer.
18294
18295 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
18296 Don't hardcode point-min==1.
18297
18298 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
18299 (eshell-rewrite-for-command): Remove workaround.
18300 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
18301 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
18302 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
18303
18304 * files-x.el (modify-file-local-variable): Obey commenting conventions.
18305
18306 2011-11-17 Glenn Morris <rgm@gnu.org>
18307
18308 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
18309 Ignore buffer-local generated-autoload-file if it is the same
18310 as the global value. (Bug#10049)
18311
18312 2011-11-17 Juanma Barranquero <lekktu@gmail.com>
18313
18314 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
18315 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
18316 (reftex-toc-previous-heading, reftex-toc-max-level)
18317 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
18318 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
18319 (reftex-toc-do-promote, reftex-toc-promote-prepare)
18320 (reftex-toc-promote-action, reftex-toc-extract-section-number)
18321 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
18322 (reftex-toc-rename-label, reftex-toc-visit-location)
18323 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
18324 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
18325 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
18326 leaving "*toc*" only for references to the buffer.
18327
18328 2011-11-17 Martin Rudalics <rudalics@gmx.at>
18329
18330 * window.el (window-resize, delete-window, split-window):
18331 Replace window-splits by window-combination-resize.
18332 * cus-start.el (window-splits): Replace by window-combination-resize.
18333
18334 2011-11-17 Glenn Morris <rgm@gnu.org>
18335
18336 * progmodes/sh-script.el (sh-font-lock-keywords-var):
18337 Make bash entry derive from sh entry, not shell entry.
18338
18339 2011-11-16 Michael Albinus <michael.albinus@gmx.de>
18340
18341 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
18342 local file name.
18343
18344 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
18345
18346 * menu-bar.el (menu-bar-file-menu):
18347 * printing.el (pr-ps-utility):
18348 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
18349 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
18350 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
18351 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
18352 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
18353 (icalendar--convert-cyclic-to-ical)
18354 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
18355 (icalendar--convert-ical-to-diary)
18356 (icalendar--convert-recurring-to-diary)
18357 (icalendar--convert-non-recurring-all-day-to-diary)
18358 (icalendar-import-format-sample):
18359 * progmodes/idlw-shell.el (idlwave-shell-mode):
18360 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
18361 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
18362 (vhdl-ps-print-init): Fix typos.
18363
18364 2011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
18365
18366 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
18367 FSF and collapse date sequence, obscure author/maintainer email address
18368 better, remove extra version line, track relocation of author's webpage.
18369
18370 * progmodes/python.el (python-pdbtrack-input-prompt)
18371 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
18372 regular python pdb prompts. Adjustments shamelessly taken exactly as
18373 suggested in EmacsWiki page (tiny change):
18374 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
18375
18376 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
18377
18378 * expand.el (expand-pos, expand-index, expand-point):
18379 Remove redundant info from docstring.
18380 (expand-add-abbrevs): Doc fix.
18381 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
18382 (expand-sample-perl-mode-expand-list): Fix typos.
18383
18384 * net/dbus.el (dbus-event-member-name):
18385 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
18386 * term/pc-win.el (msdos-create-frame-with-faces):
18387 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
18388
18389 2011-11-16 Martin Rudalics <rudalics@gmx.at>
18390
18391 * window.el (split-window, window-state-get-1)
18392 (window-state-put-1, window-state-put-2): Rename occurrences of
18393 window-nest to window-combination-limit.
18394 * cus-start.el (window-nest): Rename to window-combination-limit.
18395
18396 2011-11-16 Chong Yidong <cyd@gnu.org>
18397
18398 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
18399 regexp (Bug#10033).
18400
18401 2011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
18402
18403 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
18404 `completing-read' will remove *Completions* and will preserve
18405 current-buffer for us.
18406 (tmm-add-prompt): Users of *Completions* will always (re)set its
18407 major mode.
18408 (tmm-old-comp-map): Remove.
18409
18410 2011-11-16 Glenn Morris <rgm@gnu.org>
18411
18412 * mail/rmailedit.el: Require rmailmm when compiling.
18413 (rmail-old-mime-state): New declaration.
18414 (rmail-edit-current-message): If editing a mime message,
18415 edit the "raw" message from the mbox buffer.
18416 (rmail-cease-edit): Handle mime messages. (Bug#9840)
18417
18418 2011-11-15 Glenn Morris <rgm@gnu.org>
18419
18420 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
18421 which wasn't being used. Add optional arg to force given state.
18422 (rmail-mime): Add optional arg to force given state.
18423
18424 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
18425
18426 * allout.el (allout-encryption-plaintext-sanitization-regexps):
18427 * frame.el (display-mm-dimensions-alist):
18428 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
18429 (outline-move-subtree-down):
18430 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
18431 (newsticker--treeview-do-get-node):
18432 * net/quickurl.el (quickurl-list-buffer-name):
18433 * progmodes/dcl-mode.el (dcl-mode):
18434 * progmodes/gdb-mi.el (gdb-mapcar*):
18435 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
18436
18437 2011-11-15 Glenn Morris <rgm@gnu.org>
18438
18439 * mail/rmail.el (rmail-file-coding-system): It's only ever used
18440 in a boolean sense, so just make it a boolean, and fix the doc.
18441 (rmail-show-mime-function, rmail-mime-feature)
18442 (rmail-require-mime-maybe): Doc fixes.
18443 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
18444
18445 * mail/rmailmm.el (rmail-show-mime): Doc fix.
18446
18447 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
18448
18449 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
18450 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
18451 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
18452 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
18453
18454 2011-11-15 Glenn Morris <rgm@gnu.org>
18455
18456 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
18457 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
18458 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
18459 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
18460 (rmail-mime, rmail-show-mime): Doc fixes.
18461
18462 * term/ns-win.el (mode-line-frame-identification):
18463 Leave it alone. (Bug#10051)
18464
18465 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
18466
18467 * mail/rmailout.el (rmail-output-to-rmail-buffer):
18468 Handle empty buffers. (Bug#9978)
18469
18470 2011-11-14 Juanma Barranquero <lekktu@gmail.com>
18471
18472 * international/mule.el (define-charset):
18473 * mail/rmailmm.el (rmail-mime-find-header-encoding):
18474 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
18475 * progmodes/verilog-mode.el (verilog-backward-token):
18476 * textmodes/ispell.el (lookup-words):
18477 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
18478
18479 2011-11-14 Glenn Morris <rgm@gnu.org>
18480
18481 * progmodes/executable.el
18482 (executable-make-buffer-file-executable-if-script-p):
18483 Handle file-modes returning nil.
18484
18485 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
18486 message - not necessary, and causes problems. (Bug#9831)
18487
18488 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
18489
18490 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
18491
18492 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
18493 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
18494 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
18495
18496 2011-11-12 Martin Rudalics <rudalics@gmx.at>
18497
18498 * window.el (window-resize, delete-window): Use window-splits
18499 variable instead of function.
18500 (window-state-get-1, window-state-put-2, window-state-put):
18501 Don't deal with windows' splits status.
18502
18503 2011-11-12 Glenn Morris <rgm@gnu.org>
18504
18505 * apropos.el (apropos-do-all, apropos-library, apropos-value)
18506 (apropos-documentation): Doc fixes.
18507
18508 2011-11-11 Juanma Barranquero <lekktu@gmail.com>
18509
18510 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
18511 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
18512
18513 2011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
18514
18515 * electric.el (electric-indent-post-self-insert-function): Make it
18516 possible for a char to only indent in some circumstances.
18517 (electric-indent-mode): Simplify.
18518
18519 2011-11-11 Martin Rudalics <rudalics@gmx.at>
18520
18521 * window.el (windows-with-parameter): Remove unused function.
18522 (windows-at-side): Rename to window-at-side-list.
18523 (window-check, window-atom-check, window-atom-check-1)
18524 (window-side-check, window-size-ignore, window-size-fixed-1)
18525 (window-in-direction-2): Prefix with "window--".
18526 (window-tree-1): Rename to window--subtree, fix doc-string.
18527
18528 2011-11-11 Glenn Morris <rgm@gnu.org>
18529
18530 * subr.el (eval-after-load): If FILE is already loaded,
18531 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
18532
18533 2011-11-10 Glenn Morris <rgm@gnu.org>
18534
18535 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
18536 Call svn via vc-svn-command rather than vc-do-command.
18537 (vc-svn-command): Add --non-interactive. (Bug#9993)
18538 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
18539
18540 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
18541 Add toggle-read-only. (Bug#7292)
18542 * files.el (toggle-read-only): Mention that it should only
18543 be used interactively. (Bug#10006)
18544
18545 2011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
18546
18547 * progmodes/compile.el (compilation-error-regexp-alist-alist):
18548 Adjust regexp for OCaml warnings.
18549
18550 * electric.el (electric-pair-post-self-insert-function): Let user
18551 turn it off buffer-locally (bug#9932).
18552
18553 * progmodes/python.el (python-beginning-of-statement):
18554 Rewrite (bug#2703).
18555
18556 * progmodes/compile.el: Better handle TABs (bug#9749).
18557 (compilation-internal-error-properties)
18558 (compilation-next-error-function): Obey the target buffer's
18559 compilation-error-screen-columns.
18560
18561 2011-11-09 Juanma Barranquero <lekktu@gmail.com>
18562
18563 * progmodes/meta-mode.el: Remove obsolete comments.
18564 (meta-right-comment-regexp, meta-ignore-comment-regexp):
18565 Fix typos in docstrings.
18566
18567 2011-11-09 Martin Rudalics <rudalics@gmx.at>
18568
18569 * window.el (window-size-fixed-p): Rewrite doc-string.
18570 (window-resizable-p): Rename to window--resizable-p. Update callers.
18571 (window--resizable): New function. Make all callers of
18572 window-resizable call window--resizable instead.
18573 (window-resizable): Rewrite in terms of window--resizable.
18574
18575 2011-11-08 Glenn Morris <rgm@gnu.org>
18576
18577 * progmodes/delphi.el (delphi-mode-syntax-table):
18578 Let define-derived-mode define a proper syntax table. (Bug#9994)
18579
18580 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
18581
18582 * window.el: Stay away from defsubst.
18583 (window-list-no-nils): Remove.
18584 (window-state-get-1, window-state-get): Use backquote instead.
18585
18586 2011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
18587
18588 * emacs-lisp/find-func.el (find-function-read):
18589 Fix incorrect use of default argument in `completing-read'.
18590
18591 2011-11-08 Martin Rudalics <rudalics@gmx.at>
18592
18593 * window.el (display-buffer-function, special-display-function):
18594 Mention display-buffer-record-window but do not mention
18595 help-setup parameter in doc-strings.
18596 (window-min-delta): Fix doc-string typo.
18597
18598 2011-11-08 Chong Yidong <cyd@gnu.org>
18599
18600 * window.el (window-total-height, window-total-width): Doc fix.
18601 (window-body-size): Move from C.
18602 (window-body-height, window-body-width): Move to C.
18603
18604 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
18605
18606 * window.el: Make special-display like display-buffer-alist (bug#9532).
18607 (display-buffer--special-action): New function, morphed
18608 from display-buffer--special.
18609 (display-buffer): Use it to handle special-display-buffers at higher
18610 priority (just after display-buffer-alist).
18611 (display-buffer-fallback-action, display-buffer--other-frame-action)
18612 (pop-to-buffer-same-window): Remove display-buffer--special.
18613
18614 2011-11-07 Glenn Morris <rgm@gnu.org>
18615
18616 * calendar/cal-menu.el (cal-menu-set-date-title):
18617 Do nothing if not in a calendar. (Bug#9976)
18618
18619 2011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
18620
18621 * files.el (find-file): Always use selected-window.
18622
18623 2011-11-07 Martin Rudalics <rudalics@gmx.at>
18624
18625 * window.el (window-combinations): Make WINDOW argument
18626 mandatory. Rewrite doc-string.
18627 (walk-window-subtree, window-atom-check, window-min-delta)
18628 (window-max-delta, window--resize-this-window)
18629 (window--resize-root-window-vertically, window-tree)
18630 (balance-windows, window-state-put): Rewrite doc-strings as to
18631 not mention the term "subwindow".
18632 (window--resize-subwindows-skip-p): Rename to
18633 window--resize-child-windows-skip-p.
18634 (window--resize-subwindows-normal): Rename to
18635 window--resize-child-windows-normal.
18636 (window--resize-subwindows): Rename to
18637 window--resize-child-windows.
18638 (window-or-subwindow-p): Rename to window--in-subtree-p.
18639
18640 2011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
18641
18642 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
18643 Ensure that mbox format messages end in two newlines (Bug#9974).
18644
18645 2011-11-06 Chong Yidong <cyd@gnu.org>
18646
18647 * window.el (window-combination-p): Function deleted; its
18648 side-effect is not used in any existing code.
18649 (window-combinations, window-combined-p): Call window-*-child
18650 directly.
18651
18652 2011-11-05 Chong Yidong <cyd@gnu.org>
18653
18654 * window.el (window-valid-p): Rename from window-any-p.
18655 (window-size-ignore, window-state-get): Callers changed.
18656 (window-normalize-window): Rename from window-normalize-any-window.
18657 New arg LIVE-ONLY, replacing window-normalize-live-window.
18658 (window-normalize-live-window): Delete.
18659 (window-combination-p, window-combined-p, window-combinations)
18660 (walk-window-subtree, window-atom-root, window-min-size)
18661 (window-sizable, window-sizable-p, window-size-fixed-p)
18662 (window-min-delta, window-max-delta, window-resizable)
18663 (window-resizable-p, window-full-height-p, window-full-width-p)
18664 (window-current-scroll-bars, window-point-1, set-window-point-1)
18665 (window-at-side-p, window-in-direction, window-resize)
18666 (adjust-window-trailing-edge, maximize-window, minimize-window)
18667 (window-deletable-p, delete-window, delete-other-windows)
18668 (record-window-buffer, unrecord-window-buffer)
18669 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
18670 (quit-window, split-window, window-state-put)
18671 (set-window-text-height, fit-window-to-buffer)
18672 (shrink-window-if-larger-than-buffer): Callers changed.
18673
18674 2011-11-04 Eli Zaretskii <eliz@gnu.org>
18675
18676 * mail/rmail.el (rmail-simplified-subject): Decode subject with
18677 rfc2047-decode-string.
18678 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
18679 warnings.
18680
18681 * window.el (window-body-height, window-body-width): Mention in
18682 the doc string that the return values are in frame's canonical
18683 units. (Bug#9949)
18684
18685 2011-11-03 Alan Mackenzie <acm@muc.de>
18686
18687 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
18688 change in cc-engine.el.
18689
18690 2011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
18691
18692 * window.el (switch-to-buffer): Use `force-same-window' interactively.
18693
18694 2011-11-02 Martin Rudalics <rudalics@gmx.at>
18695
18696 * window.el (quit-window): Call unrecord-window-buffer after
18697 showing another buffer in the window. (Bug#9937)
18698 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
18699
18700 2011-11-02 Juanma Barranquero <lekktu@gmail.com>
18701
18702 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
18703 Accept status with more than 9 shelves. (Bug#9935)
18704 Reported by Colin D Bennett <colin@gibibit.com>.
18705
18706 2011-11-01 Martin Rudalics <rudalics@gmx.at>
18707
18708 * help.el (with-help-window): Don't reference
18709 temp-buffer-show-specifiers in doc-string.
18710
18711 2011-10-31 Andreas Schwab <schwab@linux-m68k.org>
18712
18713 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
18714 menu-item.
18715
18716 2011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18717
18718 * whitespace.el: New version 13.2.2.
18719 (whitespace-newline-mode): Disable properly. Reported by Sarah
18720 <EmacsWiki>.
18721
18722 2011-10-30 Ulf Jasper <ulf.jasper@web.de>
18723
18724 * net/newst-treeview.el: Remove "Time-stamp".
18725 (newsticker--group-manage-orphan-feeds): Do not call
18726 newsticker--treeview-tree-update.
18727 (newsticker-treeview-update, newsticker-treeview):
18728 Call newsticker--treeview-tree-update if necessary.
18729
18730 2011-10-30 Martin Rudalics <rudalics@gmx.at>
18731
18732 * window.el (window-iso-combination-p, window-iso-combined-p)
18733 (window-iso-combinations): Remove "iso-" infix.
18734 Suggested by Chong Yidong.
18735 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
18736 (window-max-delta-1, window-resize, window--resize-siblings)
18737 (window--resize-this-window, adjust-window-trailing-edge)
18738 (split-window, balance-windows-1)
18739 (shrink-window-if-larger-than-buffer):
18740 * calendar/calendar.el (calendar-generate-window):
18741 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
18742
18743 2011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
18744
18745 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
18746 in place (bug#9907).
18747 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
18748 (eshell-rewrite-if-command, eshell-rewrite-for-command)
18749 (eshell-structure-basic-command, eshell-rewrite-while-command)
18750 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
18751 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
18752 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
18753 (eshell-do-pipelines-synchronously, eshell-eval-command):
18754 Use backquotes and prefer setq to set.
18755 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
18756 (eshell-macrop): Use functionp.
18757 (eshell-do-eval): Handle multiple expressions in `while' body.
18758
18759 2011-10-30 Chong Yidong <cyd@gnu.org>
18760
18761 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
18762 instead of set-mark (Bug#9810).
18763
18764 2011-10-30 Chong Yidong <cyd@gnu.org>
18765
18766 * window.el (split-window-below, split-window-right): Rename from
18767 split-window-above-each-other and split-window-side-by-side
18768 respectively. All callers changed.
18769 (split-window-sensibly, split-window-sensibly): Use them.
18770 (split-window-keep-point): Doc fix.
18771
18772 * isearch.el: Add isearch-scroll property to split-window-below
18773 and split-window-right.
18774
18775 * follow.el (follow-mode):
18776 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
18777 * progmodes/ada-xref.el (ada-gdb-application):
18778 * emulation/vip.el (vip-buffer-in-two-windows):
18779 * image-dired.el (image-dired-dired-with-window-configuration):
18780 * dired-x.el (dired-do-find-marked-files):
18781 * dired.el (dired-pop-to-buffer):
18782 * bs.el (bs--show-with-configuration):
18783 * vc/emerge.el (emerge-setup-windows):
18784 * textmodes/two-column.el (2C-two-columns):
18785 * textmodes/reftex-toc.el (reftex-toc):
18786 * progmodes/gdb-mi.el (gdb-setup-windows):
18787 * progmodes/fortran.el (fortran-window-create):
18788 * net/newst-treeview.el (newsticker--treeview-window-init):
18789 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
18790 * emulation/tpu-edt.el (tpu-gold-map):
18791 * emulation/crisp.el (crisp-mode-map):
18792 * calendar/calendar.el (calendar-basic-setup): Callers changed.
18793
18794 2011-10-29 Chong Yidong <cyd@gnu.org>
18795
18796 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
18797
18798 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
18799
18800 * textmodes/flyspell.el (flyspell-word): Fix char offset for
18801 forged Ispell output (Bug#7904).
18802
18803 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
18804
18805 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
18806
18807 * doc-view.el: Avoid ugly errors about not finding nil.
18808 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
18809 (doc-view-dvipdf-program, doc-view-unoconv-program)
18810 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
18811 Avoid nil or absolute file name as default value.
18812 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
18813
18814 2011-10-28 Alan Mackenzie <acm@muc.de>
18815
18816 * progmodes/cc-defs.el (c-version): -> 5.32.2.
18817
18818 2011-10-28 Alan Mackenzie <acm@muc.de>
18819
18820 Amend the handling of c-beginning/end-of-defun in nested declaration
18821 scopes.
18822
18823 * progmodes/cc-vars.el (c-defun-tactic): Move here from
18824 cc-langs.el. Change it to a defcustom.
18825
18826 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
18827 cc-vars.el.
18828
18829 * progmodes/cc-engine.el (c-beginning-of-statement-1):
18830 Prevent "class foo : bar" being spuriously recognized as a label.
18831
18832 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
18833 Add parameter `inclusive' (to include enclosing braces in the region).
18834 (c-widen-to-enclosing-decl-scope): New function.
18835 (c-while-widening-to-decl-block): New macro.
18836 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
18837 outward for defun boundaries, and correspondingly change symbol
18838 `respect-enclosure' to `go-outward'.
18839 (c-declaration-limits): Change algorithm to report only the "innermost"
18840 defun's boundaries.
18841
18842 2011-10-28 Deniz Dogan <deniz@dogan.se>
18843
18844 * net/rcirc.el (rcirc-mode): Use hard newlines.
18845
18846 2011-10-28 Alan Mackenzie <acm@muc.de>
18847
18848 Amend to indent and fontify macros "which include their own semicolon"
18849 correctly, using the "virtual semicolon" mechanism.
18850
18851 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
18852
18853 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
18854 Recode to scan one line at a time rather than having \n and \r
18855 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
18856 (c-forward-label): Amend for virtual semicolons.
18857 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
18858
18859 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
18860 of the new C macros.
18861
18862 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
18863 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
18864 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
18865 (c-opt-cpp-macro-define): Make into a full language variable.
18866 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
18867 AWK Mode (including \n, \r) removed, no longer needed.
18868
18869 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
18870 Invoke c-make-macro-with-semi-re.
18871
18872 * progmodes/cc-vars.el (c-macro-with-semi-re):
18873 (c-macro-names-with-semicolon): New variables.
18874 (c-make-macro-with-semi-re): New function.
18875
18876 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
18877
18878 * vc/log-edit.el: Fill empty field rather than adding new one.
18879 (log-edit-add-field): New function.
18880 (log-edit-insert-changelog): Use it.
18881
18882 2011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
18883
18884 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
18885
18886 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
18887
18888 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
18889 (gdb--check-interpreter): New function.
18890 (gdb): Use it.
18891
18892 2011-10-27 Glenn Morris <rgm@gnu.org>
18893
18894 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
18895 (least-positive-float, least-negative-float)
18896 (least-positive-normalized-float, least-negative-normalized-float)
18897 (float-epsilon, float-negative-epsilon):
18898 Remove unnecessary declarations.
18899
18900 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
18901 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
18902 (least-positive-float, least-negative-float)
18903 (least-positive-normalized-float, least-negative-normalized-float)
18904 (float-epsilon, float-negative-epsilon): Add doc-strings,
18905 based on those in cl.texi.
18906
18907 * files.el (set-visited-file-name): If the major-mode changed,
18908 reload the local variables. (Bug#9796)
18909
18910 2011-10-27 Chong Yidong <cyd@gnu.org>
18911
18912 * subr.el (change-major-mode-after-body-hook): New hook.
18913 (run-mode-hooks): Run it.
18914
18915 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
18916 Use change-major-mode-before-body-hook.
18917
18918 * simple.el (fundamental-mode):
18919 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
18920 change introducing fundamental-mode-hook.
18921
18922 2011-10-26 Juanma Barranquero <lekktu@gmail.com>
18923
18924 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
18925
18926 2011-10-26 Michael Albinus <michael.albinus@gmx.de>
18927
18928 * ido.el (ido-file-name-all-completions-1): Do not require
18929 tramp.el explicitly. (Bug#7583)
18930
18931 2011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
18932
18933 * progmodes/octave-mod.el:
18934 * progmodes/octave-inf.el: Update maintainer.
18935
18936 2011-10-26 Chong Yidong <cyd@gnu.org>
18937
18938 * subr.el (with-wrapper-hook): Rewrite doc.
18939
18940 2011-10-25 Michael Albinus <michael.albinus@gmx.de>
18941
18942 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
18943 filenames "/method:foo:". (Bug#9793)
18944
18945 2011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
18946
18947 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
18948 (bug#9865).
18949
18950 2011-10-24 Glenn Morris <rgm@gnu.org>
18951
18952 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
18953
18954 2011-10-24 Michael Albinus <michael.albinus@gmx.de>
18955
18956 * notifications.el: Add the requirement of a running D-Bus session
18957 bus to the Commentary.
18958
18959 2011-10-24 Juri Linkov <juri@jurta.org>
18960
18961 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
18962 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
18963 (Bug#9364)
18964
18965 2011-10-24 Juri Linkov <juri@jurta.org>
18966
18967 * info.el (Info-following-node-name-re): Add newline to the list
18968 of allowed characters for leading space. (Bug#9824)
18969
18970 2011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
18971
18972 * progmodes/octave-inf.el (inferior-octave-mode-map):
18973 Fix C-c C-h binding.
18974 * progmodes/octave-mod.el (octave-help): Remove.
18975
18976 2011-10-23 Michael Albinus <michael.albinus@gmx.de>
18977
18978 Sync with Tramp 2.2.3.
18979
18980 * net/tramp-cache.el (top): Pacify byte-compiler using
18981 `init-file-user' and `site-run-file'.
18982
18983 * net/trampver.el: Update release number.
18984
18985 2011-10-23 Chong Yidong <cyd@gnu.org>
18986
18987 * files.el (toggle-read-only): Remove obsolete comment about
18988 version control.
18989
18990 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
18991 for toggle-read-only. Note that this hasn't called vc-next-action
18992 since 2008-05-02, though it wasn't documented at the time.
18993
18994 * vc/ediff-init.el (ediff-toggle-read-only-function):
18995 Use toggle-read-only.
18996
18997 2011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
18998
18999 Fix bug #9560, sporadic wrong indentation; improve instrumentation
19000 of c-parse-state.
19001
19002 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
19003 correct faulty logical expression.
19004 (c-parse-state-state, c-record-parse-state-state):
19005 (c-replay-parse-state-state): New defvar/defuns.
19006 (c-debug-parse-state): Use new functions.
19007
19008 2011-10-22 Martin Rudalics <rudalics@gmx.at>
19009
19010 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
19011 last fix. Use window-in-direction correctly.
19012
19013 2011-10-21 Chong Yidong <cyd@gnu.org>
19014
19015 * progmodes/idlwave.el (idlwave-mode):
19016 * progmodes/vera-mode.el (vera-mode): No need to set
19017 require-final-newline; that's done in prog-mode.
19018 Suggested by Stefan Monnier.
19019
19020 2011-10-21 Martin Rudalics <rudalics@gmx.at>
19021
19022 * mouse.el (mouse-drag-window-above)
19023 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
19024 (mouse-drag-mode-line-1, mouse-drag-header-line)
19025 (mouse-drag-vertical-line-rightward-window): Remove.
19026 (mouse-drag-line): New function.
19027 (mouse-drag-mode-line, mouse-drag-header-line)
19028 (mouse-drag-vertical-line): Call mouse-drag-line.
19029 * window.el (window-at-side-p, windows-at-side): New functions.
19030
19031 2011-10-21 Ulrich Mueller <ulm@gentoo.org>
19032
19033 * tar-mode.el (tar-grind-file-mode):
19034 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
19035
19036 2011-10-21 Chong Yidong <cyd@gnu.org>
19037
19038 * progmodes/idlwave.el (idlwave-mode):
19039 * progmodes/vera-mode.el (vera-mode):
19040 Use mode-require-final-newline.
19041
19042 2011-10-20 Glenn Morris <rgm@gnu.org>
19043
19044 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
19045
19046 2011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
19047
19048 * emulation/cua-base.el (cua-set-mark): Fix case of string.
19049
19050 2011-10-20 Chong Yidong <cyd@gnu.org>
19051
19052 * emulation/cua-base.el (cua-mode):
19053 * mail/footnote.el (footnote-mode):
19054 * mail/mailabbrev.el (mail-abbrevs-mode):
19055 * net/xesam.el (xesam-minor-mode):
19056 * progmodes/bug-reference.el (bug-reference-mode):
19057 * progmodes/cap-words.el (capitalized-words-mode):
19058 * progmodes/compile.el (compilation-minor-mode)
19059 (compilation-shell-minor-mode):
19060 * progmodes/gud.el (gud-tooltip-mode):
19061 * progmodes/hideif.el (hide-ifdef-mode):
19062 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
19063 * progmodes/subword.el (subword-mode):
19064 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
19065 * progmodes/which-func.el (which-function-mode):
19066 * term/tvi970.el (tvi970-set-keypad-mode):
19067 * term/vt100.el (vt100-wide-mode):
19068 * textmodes/flyspell.el (flyspell-mode):
19069 * textmodes/ispell.el (ispell-minor-mode):
19070 * textmodes/nroff-mode.el (nroff-electric-mode):
19071 * textmodes/paragraphs.el (use-hard-newlines):
19072 * textmodes/refill.el (refill-mode):
19073 * textmodes/reftex.el (reftex-mode):
19074 * textmodes/rst.el (rst-minor-mode):
19075 * textmodes/sgml-mode.el (html-autoview-mode)
19076 (sgml-electric-tag-pair-mode):
19077 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
19078 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
19079 * emulation/crisp.el (crisp-mode):
19080 * emacs-lisp/eldoc.el (eldoc-mode):
19081 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
19082 minor mode behavior.
19083
19084 2011-10-19 Juri Linkov <juri@jurta.org>
19085
19086 * descr-text.el (describe-char): Add #x2010 and #x2011 to
19087 the list of hard-coded chars with escape-glyph face.
19088
19089 2011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
19090
19091 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
19092
19093 2011-10-19 Michael Albinus <michael.albinus@gmx.de>
19094
19095 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
19096 running process.
19097
19098 2011-10-19 Glenn Morris <rgm@gnu.org>
19099
19100 * vc/vc-bzr.el (vc-bzr-after-dir-status):
19101 Ignore ignored files. (Bug#9726)
19102
19103 2011-10-19 Chong Yidong <cyd@gnu.org>
19104
19105 Doc fix for minor modes, stating that an omitted argument enables
19106 the mode unconditionally when called from Lisp.
19107
19108 * abbrev.el (abbrev-mode):
19109 * allout.el (allout-mode):
19110 * autoinsert.el (auto-insert-mode):
19111 * autoarg.el (autoarg-mode, autoarg-kp-mode):
19112 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
19113 (global-auto-revert-mode):
19114 * battery.el (display-battery-mode):
19115 * composite.el (global-auto-composition-mode)
19116 (auto-composition-mode):
19117 * delsel.el (delete-selection-mode):
19118 * desktop.el (desktop-save-mode):
19119 * dired-x.el (dired-omit-mode):
19120 * dirtrack.el (dirtrack-mode):
19121 * doc-view.el (doc-view-minor-mode):
19122 * double.el (double-mode):
19123 * electric.el (electric-indent-mode, electric-pair-mode):
19124 * emacs-lock.el (emacs-lock-mode):
19125 * epa-hook.el (auto-encryption-mode):
19126 * follow.el (follow-mode):
19127 * font-core.el (font-lock-mode):
19128 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
19129 * help.el (temp-buffer-resize-mode):
19130 * hilit-chg.el (highlight-changes-mode)
19131 (highlight-changes-visible-mode):
19132 * hi-lock.el (hi-lock-mode):
19133 * hl-line.el (hl-line-mode, global-hl-line-mode):
19134 * icomplete.el (icomplete-mode):
19135 * ido.el (ido-everywhere):
19136 * image-file.el (auto-image-file-mode):
19137 * image-mode.el (image-minor-mode):
19138 * iswitchb.el (iswitchb-mode):
19139 * jka-cmpr-hook.el (auto-compression-mode):
19140 * linum.el (linum-mode):
19141 * longlines.el (longlines-mode):
19142 * master.el (master-mode):
19143 * mb-depth.el (minibuffer-depth-indicate-mode):
19144 * menu-bar.el (menu-bar-mode):
19145 * minibuf-eldef.el (minibuffer-electric-default-mode):
19146 * mouse-sel.el (mouse-sel-mode):
19147 * msb.el (msb-mode):
19148 * mwheel.el (mouse-wheel-mode):
19149 * outline.el (outline-minor-mode):
19150 * paren.el (show-paren-mode):
19151 * recentf.el (recentf-mode):
19152 * reveal.el (reveal-mode, global-reveal-mode):
19153 * rfn-eshadow.el (file-name-shadow-mode):
19154 * ruler-mode.el (ruler-mode):
19155 * savehist.el (savehist-mode):
19156 * scroll-all.el (scroll-all-mode):
19157 * scroll-bar.el (scroll-bar-mode):
19158 * server.el (server-mode):
19159 * shell.el (shell-dirtrack-mode):
19160 * simple.el (auto-fill-mode, transient-mark-mode)
19161 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
19162 (line-number-mode, column-number-mode, size-indication-mode)
19163 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
19164 * strokes.el (strokes-mode):
19165 * time.el (display-time-mode):
19166 * t-mouse.el (gpm-mouse-mode):
19167 * tool-bar.el (tool-bar-mode):
19168 * tooltip.el (tooltip-mode):
19169 * type-break.el (type-break-mode-line-message-mode)
19170 (type-break-query-mode):
19171 * view.el (view-mode):
19172 * whitespace.el (whitespace-mode, whitespace-newline-mode)
19173 (global-whitespace-mode, global-whitespace-newline-mode):
19174 * xt-mouse.el (xterm-mouse-mode): Doc fix.
19175
19176 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
19177 Fix autogenerated docstring.
19178
19179 2011-10-19 Juri Linkov <juri@jurta.org>
19180
19181 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
19182 by checking environment variables "DESKTOP_SESSION" and
19183 "XDG_CURRENT_DESKTOP". (Bug#9779)
19184
19185 2011-10-19 Juri Linkov <juri@jurta.org>
19186
19187 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
19188 (browse-url-chromium-program, browse-url-chromium-arguments):
19189 New defcustoms.
19190 (browse-url-default-browser): Check for `browse-url-chromium' and
19191 call `browse-url-chromium-program'.
19192 (browse-url-chromium): New command. (Bug#9779)
19193
19194 2011-10-18 Juanma Barranquero <lekktu@gmail.com>
19195
19196 * facemenu.el (list-colors-duplicates): On Windows, detect more
19197 duplicates by assuming that only colors matching "^System" are
19198 special "system colors". (Bug#9722)
19199
19200 2011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
19201
19202 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
19203 to distinguish the author from the committer.
19204
19205 2011-10-18 Michael Albinus <michael.albinus@gmx.de>
19206
19207 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
19208
19209 2011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
19210
19211 * international/mule.el (sgml-html-meta-auto-coding-function):
19212 Add support for detecting encoding in HTML5 specified only as
19213 <meta charset="UTF-8">. Implementation just makes http-equiv and
19214 content-type parts from HTML4 encoding string optional. (Bug#9716)
19215
19216 2011-10-18 Glenn Morris <rgm@gnu.org>
19217
19218 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
19219
19220 2011-10-18 Chong Yidong <cyd@gnu.org>
19221
19222 * faces.el (cursor): Doc fix.
19223
19224 2011-10-17 Chong Yidong <cyd@gnu.org>
19225
19226 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
19227
19228 2011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
19229
19230 * dirtrack.el (dirtrack): Support shell buffers with path
19231 prefixes, e.g. tramp-based remote shells. (Bug#9647)
19232
19233 2011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
19234
19235 * json.el: Bump version to 1.3 and note change in History.
19236 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
19237
19238 2011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
19239
19240 * comint.el (comint-insert-input, comint-send-input)
19241 (comint-get-old-input-default, comint-backward-matching-input)
19242 (comint-next-prompt): Use nil instead of `input' for field property of
19243 past user input (bug#114).
19244
19245 * minibuffer.el (completion--replace): Inherit surrounding properties
19246 (bug#114).
19247 (minibuffer-complete-and-exit): Use it.
19248
19249 * comint.el (comint--table-subvert): Quote the all-completions output
19250 (bug#9160).
19251
19252 2011-10-17 Martin Rudalics <rudalics@gmx.at>
19253
19254 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
19255
19256 * menu-bar.el (menu-bar-file-menu): Add entry for making new
19257 window on right of selected. (Bug#9350) Reword other window
19258 entries and separate them from frame entries.
19259
19260 2011-10-15 Glenn Morris <rgm@gnu.org>
19261
19262 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
19263 Doc fixes.
19264
19265 2011-10-15 Chong Yidong <cyd@stupidchicken.com>
19266
19267 * net/network-stream.el (network-stream-open-starttls):
19268 Improve detection of failure due to lack of TLS support.
19269
19270 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
19271 putting the input text in front and in bold.
19272
19273 2011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
19274
19275 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
19276
19277 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
19278 empty buffer.
19279
19280 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
19281 unread-command-events rather than pushing yet-another event.
19282
19283 2011-10-14 Eli Zaretskii <eliz@gnu.org>
19284
19285 * mail/sendmail.el (sendmail-query-once): Improve the wording of
19286 the explanation of the possible choices. Make the options passed
19287 to completing-read shorter.
19288
19289 2011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
19290
19291 * textmodes/flyspell.el (flyspell-large-region): Make sure
19292 extended character mode is used if defined (Bug#1339).
19293
19294 2011-10-13 Eli Zaretskii <eliz@gnu.org>
19295
19296 * simple.el (what-cursor-position): Fix the display of the
19297 character info for LRE, LRO, RLE, and RLO characters by appending
19298 an invisible PDF.
19299
19300 2011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
19301
19302 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
19303 even in case of error; add debug spec; simplify data flow.
19304 (with-timeout-handler): Remove.
19305
19306 2011-10-12 Michael Albinus <michael.albinus@gmx.de>
19307
19308 Fix Bug#6019, Bug#9315.
19309
19310 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
19311 complete `buffer-file-name', the local file name part could look
19312 remotely (for example on VMS).
19313
19314 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
19315 `tramp-run-real-handler'.
19316 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
19317 already quoted by '"'.
19318
19319 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
19320 Let `file-name-handler-alist' be nil, the local file name part
19321 could look remotely (for example on VMS).
19322
19323 2011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
19324
19325 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
19326 from here...
19327 (flyspell-post-command-hook): ...to here.
19328
19329 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
19330
19331 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
19332 if not needed.
19333 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
19334 using completion. Protect against "slow" callers.
19335 Remove the "message hack".
19336
19337 2011-10-11 Juri Linkov <juri@jurta.org>
19338
19339 * isearch.el (isearch-lazy-highlight-word): New variable.
19340 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
19341 Use it. (Bug#9727)
19342
19343 2011-10-11 Glenn Morris <rgm@gnu.org>
19344
19345 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
19346 like f90-previous-statement does.
19347
19348 2011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
19349
19350 * eshell/eshell.el (eshell-command): History should be saved
19351 only in interactive use, to avoid error.
19352
19353 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
19354
19355 * minibuffer.el (completion-file-name-table): Fix last change,
19356 i.e. ignore normal errors but not the other ones.
19357
19358 2011-10-10 Martin Rudalics <rudalics@gmx.at>
19359
19360 * window.el (special-display-buffer-names)
19361 (special-display-regexps): Remove some remnants of earlier
19362 changes from doc-strings.
19363 (quit-windows-on): New function.
19364
19365 * vc/vc.el (vc-revert, vc-rollback):
19366 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
19367 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
19368 (Bug#6183) (Bug#7074) (Bug#7447)
19369
19370 2011-10-09 Martin Rudalics <rudalics@gmx.at>
19371
19372 * window.el (frame-auto-hide-function): Add version tag.
19373 (Bug#9699)
19374
19375 2011-10-09 Michael Albinus <michael.albinus@gmx.de>
19376
19377 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
19378 condition.
19379
19380 2011-10-09 Leo Liu <sdl.web@gmail.com>
19381
19382 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
19383 (Bug#9701)
19384
19385 2011-10-08 Glenn Morris <rgm@gnu.org>
19386
19387 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
19388 before the first code statement zero indent. (Bug#9690)
19389
19390 2011-10-08 Chong Yidong <cyd@stupidchicken.com>
19391
19392 * simple.el (count-words-region): Always count in the region.
19393 Report the number of lines and characters too.
19394 (count-words): New command, which counts in the buffer if the
19395 region is inactive, as count-words-region used to.
19396 (count-words--message): New function. Handle plurals.
19397 (count-lines-region): Make it an alias for count-words-region.
19398
19399 * bindings.el (esc-map): Replace count-lines-region with
19400 count-words-region.
19401
19402 2011-10-08 Martin Rudalics <rudalics@gmx.at>
19403
19404 * window.el (window--delete): Delete dedicated frame
19405 unconditionally when argument KILL is non-nil. (Bug#9699)
19406 (switch-to-buffer): Fix doc-string typo.
19407
19408 2011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
19409
19410 * eshell/eshell.el (eshell-command): Avoid using hooks.
19411
19412 2011-10-07 Chong Yidong <cyd@stupidchicken.com>
19413
19414 * bindings.el ([M-left],[M-right]): Bind to left-word and
19415 right-word respectively.
19416
19417 2011-10-07 Glenn Morris <rgm@gnu.org>
19418
19419 * cus-start.el (debug-on-quit): Fix custom type.
19420
19421 2011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
19422
19423 * subr.el (define-key-after): Clarify that the function is not
19424 useful for non-menu keymaps.
19425
19426 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
19427
19428 2011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
19429
19430 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
19431 in current minibuffer (Fix bug with recursive minibuffers).
19432
19433 2011-10-06 Chong Yidong <cyd@stupidchicken.com>
19434
19435 * progmodes/gdb-mi.el (gdb): Doc fix.
19436
19437 2011-10-05 Martin Rudalics <rudalics@gmx.at>
19438
19439 * window.el (frame-auto-hide-function): New option replacing
19440 frame-auto-delete. Suggested by Stefan Monnier.
19441 (window--delete): Call frame-auto-hide-function instead of
19442 investigating frame-auto-delete.
19443 (window-point-1, set-window-point-1): New functions.
19444 (window-in-direction, record-window-buffer, window-state-get-1)
19445 (display-buffer-record-window): Use window-point-1 instead of
19446 window-point.
19447 (set-window-buffer-start-and-point): Use set-window-point-1.
19448
19449 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
19450
19451 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
19452
19453 2011-10-05 Glenn Morris <rgm@gnu.org>
19454
19455 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
19456 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
19457
19458 2011-10-05 Leo Liu <sdl.web@gmail.com>
19459
19460 * subr.el (read-char-choice): Fix argument to buffer-live-p which
19461 works with buffer object.
19462
19463 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
19464
19465 * mpc.el (mpc-tool-bar-map): Add labels.
19466
19467 2011-10-04 Glenn Morris <rgm@gnu.org>
19468
19469 * calendar/holidays.el (calendar-check-holidays): Doc fix.
19470
19471 2011-10-04 Martin Rudalics <rudalics@gmx.at>
19472
19473 * window.el (window--delete): New function.
19474 (frame-auto-delete): Resuscitate option.
19475 (bury-buffer, replace-buffer-in-windows)
19476 (quit-window): Rewrite using window--delete.
19477 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
19478 Pass display-buffer-mark-dedicated to window--display-buffer-2
19479 (Bug#9639).
19480
19481 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
19482
19483 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
19484 returns a list (bug#9554). Add remote file name completion.
19485 * comint.el (comint--table-subvert): Curry and get quote&unquote
19486 functions as arguments.
19487 (comint--complete-file-name-data): Adjust call accordingly.
19488 * pcomplete.el (pcomplete--table-subvert): Remove.
19489 (pcomplete-completions-at-point): Use comint--table-subvert instead.
19490
19491 * minibuffer.el (completion-table-case-fold): Use currying.
19492 (completion--styles-type, completion--cycling-threshold-type):
19493 New constants.
19494 (completion-styles, completion-category-overrides)
19495 (completion-cycle-threshold): Use them.
19496 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
19497 completion-table-case-fold.
19498
19499 2011-10-03 Stephen Berman <stephen.berman@gmx.net>
19500
19501 * minibuffer.el (completion-category-overrides): Fix type of styles
19502 and add more user friendly tags (bug#9660).
19503
19504 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
19505
19506 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
19507 (mule-input-method-string): New widget.
19508 (default-input-method, language-info-custom-alist): Use it.
19509
19510 2011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
19511
19512 * pcomplete.el: Require comint.
19513 (pcomplete--common-suffix): Remove.
19514 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
19515 (pcomplete--table-subvert): Sync with comint--table-subvert.
19516 (pcomplete--entries): Use comint-completion-file-name-table.
19517 * comint.el (comint-unquote-filename): Simplify.
19518 (comint-completion-file-name-table): New function (bug#9616).
19519 (comint--complete-file-name-data): Use it.
19520
19521 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
19522 (pcmpl-gnu-tar-buffer): Remove.
19523 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
19524 around. Make sure pcomplete-suffix-list is only changed temporarily.
19525 Don't look inside the tar's file if it's too large.
19526
19527 2011-10-01 Chong Yidong <cyd@stupidchicken.com>
19528
19529 * cus-edit.el (custom-mode-map):
19530 * epa.el (epa-key-list-mode-map):
19531 * man.el (Man-mode-map):
19532 * startup.el (splash-screen-keymap):
19533 * simple.el (special-mode-map): Use scroll-up-command and
19534 scroll-down-command.
19535
19536 * progmodes/idlw-help.el (idlwave-help-mode-map):
19537 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
19538 * net/newst-plainview.el (newsticker-mode-map):
19539 * emulation/ws-mode.el (wordstar-mode-map):
19540 * emulation/vi.el (vi-com-map):
19541 * calc/calc-graph.el (calc-graph-show-dumb):
19542 * term/sun.el (terminal-init-sun):
19543 * term/ns-win.el (global-map):
19544 * progmodes/grep.el (grep-mode-map):
19545 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
19546 * mail/rmail.el (rmail-mode-map):
19547 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
19548
19549 * custom.el (custom-safe-themes, load-theme): Treat value of t for
19550 custom-safe-themes as special.
19551
19552 2011-10-01 Julien Danjou <julien@danjou.info>
19553
19554 * notifications.el (notifications-notify): Fix docstring.
19555
19556 2011-10-01 Per Starbäck <per@starback.se>
19557
19558 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
19559
19560 2011-09-30 Martin Rudalics <rudalics@gmx.at>
19561
19562 * startup.el (command-line-1): Fix last fix by inserting
19563 initial-scratch-message into *scratch* before displaying it.
19564 (Bug#9605) and (Bug#9636)
19565
19566 2011-09-29 Eli Zaretskii <eliz@gnu.org>
19567
19568 * simple.el (line-move): If auto-hscroll-mode is disabled and the
19569 window is hscrolled, move by logical lines. (Bug#9607)
19570 (line-move-visual): Update the doc string to the above effect.
19571
19572 2011-09-29 Martin Rudalics <rudalics@gmx.at>
19573
19574 * window.el (display-buffer-record-window): When WINDOW is the
19575 selected window use `point' instead of `window-point'. (Bug#9626)
19576
19577 * startup.el (command-line-1): Use insert-before-markers when
19578 inserting initial-scratch-message. (Bug#9605)
19579
19580 * help.el (help-window): Remove variable.
19581
19582 2011-09-29 Glenn Morris <rgm@gnu.org>
19583
19584 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
19585
19586 2011-09-29 Juanma Barranquero <lekktu@gmail.com>
19587
19588 * descr-text.el (describe-char-categories): Accept category
19589 descriptions more than one line long.
19590
19591 2011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
19592
19593 * simple.el (delete-trailing-whitespace): Fix last change.
19594
19595 * progmodes/perl-mode.el (perl-syntax-propertize-function):
19596 Don't confuse "y => 3" as the beginning of a `y' operation.
19597
19598 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
19599 object has more than 4 slots (bug#9613).
19600
19601 2011-09-28 Juanma Barranquero <lekktu@gmail.com>
19602
19603 * subr.el (with-output-to-temp-buffer):
19604 * net/quickurl.el (quickurl, quickurl-browse-url):
19605 Fix typos in docstrings.
19606
19607 2011-09-27 Eli Zaretskii <eliz@gnu.org>
19608
19609 * minibuffer.el (completion-styles)
19610 (completion-category-overrides): Cross reference each other in doc
19611 strings.
19612
19613 2011-09-27 Glenn Morris <rgm@gnu.org>
19614
19615 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
19616 to split-string. (Bug#9606)
19617
19618 2011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
19619
19620 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
19621 (bug#9615).
19622
19623 2011-09-27 Chong Yidong <cyd@stupidchicken.com>
19624
19625 * emacs-lisp/package.el (list-packages): Fix echo area message.
19626
19627 2011-09-27 Leo Liu <sdl.web@gmail.com>
19628
19629 * ido.el (ido-read-internal): Accept cons cell HIST arg.
19630
19631 2011-09-25 Michael Albinus <michael.albinus@gmx.de>
19632
19633 * net/dbus.el (dbus-unregister-object): Don't release services for
19634 registered signals. (Bug#9581)
19635
19636 2011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
19637
19638 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
19639 function that picks between cfengine 2 and 3 support
19640 automatically. Update docs accordingly.
19641
19642 2011-09-22 Kenichi Handa <handa@m17n.org>
19643
19644 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
19645 ZERO.
19646 (indian-itrans-v5-table-for-tamil): New variable.
19647 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
19648
19649 2011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
19650
19651 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
19652 that's true if the current command involved collapsing of text.
19653 It's reset to false at the beginning of the next command.
19654 (allout-post-command-business): Move the cursor to the beginning
19655 of entry if the cursor is hidden and collapsing activity just
19656 happened.
19657
19658 2011-09-24 Chong Yidong <cyd@stupidchicken.com>
19659
19660 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
19661 tracking (Bug#9541).
19662
19663 2011-09-24 Ulf Jasper <ulf.jasper@web.de>
19664
19665 * net/newst-reader.el (newsticker-html-renderer)
19666 (newsticker-show-news): Automatically load html rendering package
19667 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
19668 because w3m-fill-column is let-bound" and the error "Symbol's value
19669 as variable is void: w3m-fill-column".
19670
19671 2011-09-24 Michael Albinus <michael.albinus@gmx.de>
19672
19673 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
19674 Release services only if they are defined. (Bug#9581)
19675
19676 2011-09-23 Richard Stallman <rms@gnu.org>
19677
19678 * textmodes/paragraphs.el (forward-sentence): For backwards case,
19679 distinguish start of paragraph from start of its text.
19680
19681 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
19682
19683 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
19684 (rmail-generate-viewer-buffer): Put that hook on view buffer.
19685 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
19686
19687 2011-09-23 Andreas Schwab <schwab@linux-m68k.org>
19688
19689 * international/mule-diag.el (mule-diag): Insert a newline after
19690 each fontset description.
19691
19692 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
19693
19694 * simple.el (delete-trailing-whitespace):
19695 Document last change; simplify.
19696
19697 2011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
19698
19699 * simple.el (delete-trailing-whitespace): Also delete
19700 extra newlines at the end of the buffer.
19701
19702 * textmodes/picture.el: Make motion commands obey shift-select-mode.
19703 (picture-newline): Use forward-line so as to ignore fields.
19704
19705 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
19706
19707 * subr.el (with-wrapper-hook): Fix edebug spec.
19708
19709 2011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
19710
19711 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
19712 (bug#4538).
19713
19714 2011-09-23 Michael Albinus <michael.albinus@gmx.de>
19715
19716 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
19717 Fix nasty bug using wrong cached values.
19718
19719 2011-09-23 Alan Mackenzie <acm@muc.de>
19720
19721 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
19722
19723 2011-09-23 Chong Yidong <cyd@stupidchicken.com>
19724
19725 * window.el (pop-to-buffer): Ensure right window is selected if we
19726 chose another frame.
19727
19728 2011-09-22 Eli Zaretskii <eliz@gnu.org>
19729
19730 * simple.el (what-cursor-position): Use get-char-property-change
19731 and next-single-char-property-change, to be able to show display
19732 properties that come from overlays as well as text properties.
19733
19734 2011-09-22 Chong Yidong <cyd@stupidchicken.com>
19735
19736 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
19737
19738 * cmuscheme.el (run-scheme, switch-to-scheme):
19739 * cus-edit.el (customize-group, custom-buffer-create)
19740 (customize-browse):
19741 * info.el (info):
19742 * shell.el (shell):
19743 * mail/sendmail.el (mail):
19744 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
19745
19746 2011-09-22 Richard Stallman <rms@gnu.org>
19747
19748 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
19749 move back only to line beg, don't move back over blank lines.
19750
19751 2011-09-22 Michael Albinus <michael.albinus@gmx.de>
19752
19753 * files.el (copy-directory): Set directory attributes only in case
19754 they could be retrieved from the source directory. (Bug#9565)
19755
19756 2011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
19757
19758 * progmodes/hideshow.el (hs-looking-at-block-start-p)
19759 (hs-find-block-beginning, hs-hide-level-recursive):
19760 Ignore strings as well as comments. (Bug#9502)
19761
19762 2011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
19763
19764 * progmodes/sql.el (sql-comint-postgres):
19765 Convert port number to a string. (Bug#9566)
19766
19767 2011-09-22 Martin Rudalics <rudalics@gmx.at>
19768
19769 * window.el (quit-window): Undedicate window when switching to
19770 previous buffer. Reported by Thierry Volpiatto
19771 <thierry.volpiatto@gmail.com>.
19772 (special-display-popup-frame): When popping up a new frame reset
19773 its previous buffers to nil. Simplify code.
19774
19775 2011-09-21 Michael Albinus <michael.albinus@gmx.de>
19776
19777 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
19778 and process filter, as done also in `shell-command'.
19779
19780 2011-09-21 Martin Rudalics <rudalics@gmx.at>
19781
19782 * window.el (set-window-buffer-start-and-point):
19783 Call set-window-start with NOFORCE argument t.
19784 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
19785 (quit-window): Reword doc-string. Handle new format of
19786 quit-restore parameter. Don't delete window if it has a
19787 previous buffer we can show instead of the present one.
19788 (display-buffer-record-window): Rewrite using a new format for
19789 the quit-restore window parameter
19790 (special-display-popup-frame, display-buffer-same-window)
19791 (display-buffer-reuse-window, display-buffer-pop-up-frame)
19792 (display-buffer-pop-up-window, display-buffer-use-some-window):
19793 Adapt symbol passed to display-buffer-record-window.
19794 * help.el (help-window-setup): Handle new format of quit-restore
19795 parameter.
19796
19797 2011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
19798
19799 * faces.el (face-list): Fix docstring (bug#9564).
19800
19801 * window.el (display-buffer--action-function-custom-type):
19802 Don't include internal functions in the Custom interface.
19803
19804 2011-09-20 Juri Linkov <juri@jurta.org>
19805
19806 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
19807 (Info-forward-node, Info-backward-node, Info-next-preorder)
19808 (Info-last-preorder): Use it. (Bug#9528)
19809
19810 2011-09-20 Juri Linkov <juri@jurta.org>
19811
19812 * info.el (Info-last-preorder): Visit last menu item only when
19813 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
19814
19815 2011-09-20 Julien Danjou <julien@danjou.info>
19816
19817 * password-cache.el (password-cache-remove): Remove entries even if the
19818 value is nil, so that password with a nil value (negative caching) is
19819 possible to invalidate.
19820
19821 2011-09-20 Lawrence Mitchell <wence@gmx.li>
19822
19823 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
19824 all whitespace around breakpoint. (Bug#9553)
19825 (f90-find-breakpoint): Only break at whitespace inside a comment.
19826
19827 2011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
19828
19829 * minibuffer.el (completion-file-name-table): Keep track of errors.
19830 (completion-table-with-predicate): Handle the case where pred1 is nil.
19831 * pcomplete.el (pcomplete-completions-at-point): Simplify.
19832
19833 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
19834
19835 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
19836 (debugger-return-value): Signal an error if the debugging context does
19837 not await any return value.
19838
19839 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
19840 * image-mode.el (image-toggle-display-text)
19841 (image-toggle-display-image): Stay away from evil `intangible'.
19842
19843 2011-09-19 Leo Liu <sdl.web@gmail.com>
19844
19845 * replace.el (occur-revert-arguments): Make it permanent-local.
19846 (occur-mode): Don't call font-lock-defontify.
19847
19848 2011-09-19 Chong Yidong <cyd@stupidchicken.com>
19849
19850 * net/ldap.el (ldap-search-internal): Don't push empty search
19851 result (Bug#9508).
19852
19853 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
19854
19855 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
19856
19857 2011-09-19 Michael Albinus <michael.albinus@gmx.de>
19858
19859 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
19860 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
19861
19862 2011-09-18 Juri Linkov <juri@jurta.org>
19863
19864 * buff-menu.el (Buffer-menu-mode-map):
19865 * dired.el (dired-mode-map):
19866 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
19867 (lisp-interaction-mode-map):
19868 * emacs-lisp/package.el (package-menu-mode-map):
19869 * epa.el (epa-key-list-mode-map):
19870 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
19871 (menu-bar-options-menu):
19872 * outline.el (outline-mode-menu-bar-map):
19873 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
19874 * vc/vc-dir.el (vc-dir-menu-map):
19875 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
19876 Capitalize non-function content words in menu item strings.
19877
19878 * dired.el (dired-mode-map): Add menu item for
19879 `image-dired-dired-toggle-marked-thumbs'.
19880
19881 2011-09-18 Juri Linkov <juri@jurta.org>
19882
19883 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
19884 to `isearch-case-fold-search' and restore its original value
19885 after the `isearch-mode' call.
19886
19887 2011-09-18 Juri Linkov <juri@jurta.org>
19888
19889 * progmodes/grep.el (grep-process-setup): Don't check code for 1
19890 because `zgrep' returns 1 for successful matches (bug#9226).
19891
19892 2011-09-18 Juri Linkov <juri@jurta.org>
19893
19894 * info.el (Info-extract-menu-node-name): Check the second match
19895 for empty string (second test-case of bug#9528).
19896 (Info-last-preorder): Let-bind `Info-history' to nil to not add
19897 intermediate nodes to the history (first test-case of bug#9528).
19898
19899 2011-09-18 Juri Linkov <juri@jurta.org>
19900
19901 * info.el (Info-mode-syntax-table): New variable.
19902 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
19903
19904 2011-09-18 Juri Linkov <juri@jurta.org>
19905
19906 * info.el (Info-file-supports-index-cookies):
19907 Increment line-beginning-position's arg from 3 to 4 because makeinfo
19908 outputs one more line for long file names (bug#4142).
19909
19910 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
19911
19912 * newcomment.el (comment-normalize-vars): If prompting for
19913 comment-start, set comment-start-skip too (Bug#8424).
19914
19915 2011-09-18 Johan Bockgård <bojohan@gnu.org>
19916
19917 * icomplete.el: Fix previous fix of Bug#5849.
19918 (icomplete-mode): Don't set completion-show-inline-help.
19919 (icomplete-minibuffer-setup): Set completion-show-inline-help
19920 locally during icompletion.
19921
19922 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
19923
19924 * woman.el (woman2-process-escapes): Don't delete unrecognized
19925 escapes (Bug#7843).
19926
19927 * files.el (inhibit-first-line-modes-regexps): Add image files.
19928 (hack-local-variables-prop-line): Return nil for malformed
19929 prop-lines (Bug#9044).
19930
19931 2011-09-18 Michael Albinus <michael.albinus@gmx.de>
19932
19933 * net/tramp.el (top): Don't require 'shell.
19934 (tramp-methods): Fix docstring.
19935 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
19936 Return complete remote file name. Handle "smb" case.
19937 Use `tramp-tmpdir', if defined for the respective method.
19938 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
19939
19940 * net/tramp-compat.el (top): Require 'shell.
19941
19942 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
19943 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
19944 `tramp-current-host'.
19945 (tramp-get-remote-tmpdir): Remove.
19946
19947 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
19948 `tramp-tmpdir' entries.
19949 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
19950 (tramp-smb-handle-file-attributes): Ignore errors.
19951 (tramp-smb-wait-for-output): Check also for process end.
19952
19953 2011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
19954
19955 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
19956 when sending QUIT (bug#9312).
19957
19958 2011-09-17 Chong Yidong <cyd@stupidchicken.com>
19959
19960 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
19961 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
19962 occur-mode-display-occurrence.
19963 (occur-edit-mode): Add usage message.
19964 (occur-cease-edit): New command.
19965 (occur-after-change-function): Use text properties to find the
19966 position of the prefix text.
19967 (occur-engine): Set stickiness of prefix text properties.
19968
19969 2011-09-17 Glenn Morris <rgm@gnu.org>
19970
19971 * progmodes/etags.el (complete-tag):
19972 Fix call to completion-in-region. (Bug#9526)
19973
19974 2011-09-17 Juri Linkov <juri@jurta.org>
19975
19976 * textmodes/ispell.el (ispell-word): Add to the error message
19977 the word, ispell program name and current dictionary (bug#9121).
19978 (ispell-tex-arg-end): Capitalize "error" in the error message.
19979
19980 2011-09-17 Andreas Schwab <schwab@linux-m68k.org>
19981
19982 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
19983 check. (Bug#4251)
19984
19985 2011-09-17 Juri Linkov <juri@jurta.org>
19986
19987 * window.el (window-safe-min-height, window-safe-min-width):
19988 Fix typos (followup to bug#9522).
19989
19990 2011-09-17 Sven Joachim <svenjoac@gmx.de>
19991
19992 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
19993
19994 2011-09-16 Eli Zaretskii <eliz@gnu.org>
19995
19996 * simple.el (line-move): If goal-column is set, move by logical
19997 lines, not by display lines. (Bug#971)
19998 (next-line, previous-line, goal-column, line-move-visual): Doc fix
19999 to reflect the above change.
20000
20001 2011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
20002
20003 * image.el (imagemagick-register-types): Use regexp-opt.
20004
20005 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
20006
20007 * window.el (display-buffer-base-action): Rename from
20008 display-buffer-default-action. Make default value empty.
20009 (display-buffer-overriding-action): Convert to defvar.
20010 (display-buffer-fallback-action): New var.
20011
20012 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
20013
20014 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
20015 declaration.
20016 (package--add-to-archive-contents): If there is a duplicate entry
20017 with an older version, remove it.
20018 (package-menu-mark-delete, package-menu-mark-install)
20019 (package-menu-mark-unmark): Make unused args optional.
20020 (package-menu-mark-obsolete-for-deletion):
20021 Use package-menu-get-status instead of a regexp search.
20022 (package-menu-get-status): Use tabulated-list-entry.
20023 (package-menu-mark-upgrades): New command.
20024 (package-menu-mode-map): Bind it to U. Add it to menu bar.
20025 (package-menu-execute): Do installation before deletion.
20026 (package-menu-refresh, package-menu-execute): Use derived-mode-p
20027 instead of checking major-mode.
20028 (package-menu--find-upgrades): New function.
20029
20030 2011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
20031
20032 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
20033 passwords in the log buffer.
20034 (smtpmail-process-filter): Update the process marker so that the
20035 "broken by peer" status message is inserted in the right place.
20036
20037 2011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
20038
20039 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
20040 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
20041 bibtex-completion-at-point-function.
20042 (bibtex-completion-at-point-function): Use them.
20043
20044 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
20045
20046 * mpc.el (mpc-constraints-tag-lookup): New function.
20047 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
20048 also to browser "album|playlist".
20049
20050 2011-09-14 Juri Linkov <juri@jurta.org>
20051
20052 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
20053 (isearch-edit-string): Use length of `isearch-string' when
20054 `isearch-fail-pos' returns nil.
20055 (isearch-message): Remove duplicate code and call
20056 `isearch-fail-pos' with arg `t'.
20057
20058 2011-09-14 Chong Yidong <cyd@stupidchicken.com>
20059
20060 * replace.el (occur-mode-goto-occurrence): Don't force using other
20061 window (Bug#9499).
20062
20063 * dired-aux.el (dired-do-chmod): Don't provide initial input.
20064
20065 2011-09-14 Martin Rudalics <rudalics@gmx.at>
20066
20067 * window.el (display-buffer-window): Remove.
20068 (display-buffer-record-window): Use help-setup window parameter
20069 instead of variable display-buffer-window.
20070 (display-buffer-function, special-display-buffer-names)
20071 (special-display-function): Mention help-setup parameter instead
20072 of display-buffer-window in doc-string.
20073 * help.el (help-window-setup): New argument help-window.
20074 Use help-window-setup parameter instead of display-buffer-window.
20075 Reword some messages.
20076 (with-help-window): Pass window used for displaying the buffer
20077 to help-window-setup. Don't set display-buffer-window.
20078
20079 2011-09-13 Glenn Morris <rgm@gnu.org>
20080
20081 * emacs-lisp/debug.el (debugger-make-xrefs):
20082 Preserve point. (Bug#9462)
20083
20084 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
20085
20086 * window.el (window-deletable-p): Use next-frame.
20087
20088 2011-09-13 Martin Rudalics <rudalics@gmx.at>
20089
20090 * window.el (window-auto-delete): Remove.
20091 (window-deletable-p): Remove argument FORCE. Don't deal with
20092 dedication and previous buffers.
20093 (switch-to-prev-buffer): Don't delete window.
20094 (delete-windows-on): Delete a window's frame if and only if the
20095 window is dedicated.
20096 (replace-buffer-in-windows): Delete buffer's window or frame if
20097 and only if window is dedicated.
20098 (quit-window): Handle quit-restore as before last change.
20099 (bury-buffer): Delete window only if window-deletable-p returns t.
20100
20101 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
20102
20103 * window.el (window-deletable-p): Never delete the last frame on a
20104 given terminal.
20105
20106 2011-09-13 Glenn Morris <rgm@gnu.org>
20107
20108 * help.el (describe-key-briefly): Copy previous standard-output change.
20109
20110 2011-09-13 PJ Weisberg <pj@irregularexpressions.net>
20111
20112 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
20113
20114 2011-09-13 Glenn Morris <rgm@gnu.org>
20115
20116 * emacs-lisp/lisp-mode.el (lisp-indent-function):
20117 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
20118
20119 2011-09-12 Chong Yidong <cyd@stupidchicken.com>
20120
20121 * dired-aux.el (dired-mark-read-string): Don't return default
20122 value on empty input (Bug#9361).
20123 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
20124 Omit initial minibuffer contents.
20125 (dired-do-chmod): Signal an error on empty input.
20126 (dired-mark-read-string): Don't return default on empty input.
20127
20128 * files.el (file-modes-symbolic-to-number): Doc fix.
20129
20130 2011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
20131
20132 * international/mule-cmds.el (ucs-completions): Remove.
20133 (read-char-by-name): Use complete-with-action instead; add metadata.
20134
20135 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
20136
20137 * window.el (display-buffer--action-function-custom-type)
20138 (display-buffer--action-custom-type): New vars.
20139 (display-buffer-alist, display-buffer-default-action)
20140 (display-buffer-overriding-action): Add defcustom types.
20141
20142 * frame.el (delete-other-frames): Doc fix (Bug#276).
20143
20144 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
20145
20146 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
20147
20148 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
20149
20150 Change modes that used same-window-* vars to use switch-to-buffer.
20151
20152 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
20153 Use switch-to-buffer.
20154
20155 * cus-edit.el (customize-group, custom-buffer-create)
20156 (customize-browse, custom-buffer-create-other-window):
20157 Use switch-to-buffer or switch-to-buffer-other-window.
20158
20159 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
20160 (Info-prev, Info-up, Info-speedbar-goto-node)
20161 (info-display-manual): Use switch-to-buffer.
20162 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
20163
20164 * mail/sendmail.el (mail): Use switch-to-buffer.
20165 (mail-recover): Use switch-to-buffer-other-window.
20166
20167 * cmuscheme.el (run-scheme, switch-to-scheme):
20168 * ielm.el (ielm):
20169 * shell.el (shell):
20170 * net/rlogin.el (rlogin):
20171 * net/telnet.el (telnet, rsh):
20172 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
20173
20174 2011-09-11 Andreas Schwab <schwab@linux-m68k.org>
20175
20176 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
20177
20178 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
20179
20180 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
20181 so don't mention it (bug#9301).
20182 (dired-sort-toggle-or-edit): Clarify string further.
20183
20184 * faces.el (face-spec-set-match-display): Make `(type graphic)'
20185 match `x', `w32' and `ns', like the manual says (bug#9029).
20186
20187 * subr.el (eval-after-load): Doc string clarification (bug#9125).
20188 (process-kill-buffer-query-function): Mention the buffer name in
20189 the query.
20190
20191 * image-mode.el (image-next-line): The line parameter is mandatory
20192 (bug#9258).
20193
20194 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
20195 which can be useful (bug#9301).
20196
20197 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
20198
20199 * subr.el (match-string): Mention that the current buffer should
20200 be the same as the search was done in (bug#9282).
20201
20202 * facemenu.el: Disable the remove-* commands if the mark isn't
20203 active (bug#9162).
20204
20205 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
20206
20207 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
20208 of display-buffer.
20209 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
20210
20211 * replace.el (occur-mode-goto-occurrence)
20212 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
20213 and display-buffer.
20214
20215 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
20216 display-buffer.
20217
20218 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
20219 special-display and same-window variables.
20220 (mail-other-window): Use switch-to-buffer-other-window.
20221 (mail-other-frame): USe switch-to-buffer-other-frame.
20222
20223 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
20224 Use display-buffer-other-frame.
20225 (gdb-display-gdb-buffer): Use pop-to-buffer.
20226
20227 * progmodes/gud.el (gud-goto-info): Use info-other-window.
20228
20229 * progmodes/python.el: Don't set same-window-buffer-names.
20230
20231 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
20232
20233 * window.el (display-buffer-alist): Add *Python*.
20234
20235 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
20236
20237 * window.el (display-buffer-alist): Add entry for buffers
20238 previously handled same-window-*.
20239 (display-buffer-alist, display-buffer-default-action)
20240 (display-buffer-overriding-action): Mark as risky.
20241 (display-buffer-alist): Document action function changes.
20242 (display-buffer--same-window-action)
20243 (display-buffer--other-frame-action): New variables.
20244 (switch-to-buffer, display-buffer-other-frame): Use them.
20245 (display-buffer): Rename reuse-frame entry to reusable-frames.
20246 (display-buffer-reuse-selected-window): Function deleted.
20247 (display-buffer-reuse-window): Handle reusable-frames alist entry.
20248 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
20249 (display-buffer-special): New function.
20250 (display-buffer--maybe-pop-up-frame-or-window): Rename from
20251 display-buffer-reuse-or-pop-window. Split off special-display
20252 part into display-buffer-special.
20253 (display-buffer-use-some-window): Don't perform any special
20254 pop-up-frames handling.
20255 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
20256 (display-buffer--maybe-same-window): Rename from
20257 display-buffer-maybe-same-window.
20258
20259 * info.el: Don't set same-window-regexps.
20260 (info-setup): New function.
20261 (info-other-window, info): Call it.
20262
20263 * cus-edit.el: Don't set same-window-regexps.
20264 (customize-group): New argument.
20265 (customize-group-other-window): Use it.
20266 (customize-face, customize-face-other-window): Likewise.
20267 (custom-buffer-create-other-window): Use pop-to-buffer directly.
20268
20269 * net/rlogin.el:
20270 * net/telnet.el:
20271 * progmodes/gud.el: Don't set same-window-regexps.
20272
20273 * cmuscheme.el:
20274 * ielm.el:
20275 * shell.el:
20276 * mail/sendmail.el:
20277 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
20278
20279 2011-09-10 Juri Linkov <juri@jurta.org>
20280
20281 * isearch.el (isearch-edit-string): Remove obsolete mention of
20282 `C-w' (`isearch-yank-word-or-char') from docstring.
20283 (isearch-query-replace): Fix typo in docstring (bug#9466).
20284
20285 2011-09-10 Juri Linkov <juri@jurta.org>
20286
20287 * paren.el (show-paren-function): Don't show escaped parens.
20288 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
20289
20290 2011-09-10 Eli Zaretskii <eliz@gnu.org>
20291
20292 * mail/sendmail.el (mml-to-mime, mml-attach-file)
20293 (mm-default-file-encoding): Remove autoload forms, they are
20294 replaced with autoload cookies in mml.el and mm-encode.el.
20295 (mail-add-attachment): New command.
20296 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
20297 (mail-mode): Mention mail-insert-file and mail-add-attachment in
20298 the doc string.
20299 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
20300
20301 2011-09-10 Reuben Thomas <rrt@sc3d.org>
20302
20303 * simple.el (count-words-region): Use buffer if there's no region
20304 (bug#9429).
20305
20306 2011-09-09 Juri Linkov <juri@jurta.org>
20307
20308 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
20309 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
20310 (wdired-isearch-filter-read-only): New function. (Bug#6362)
20311
20312 2011-09-09 Alan Mackenzie <acm@muc.de>
20313
20314 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
20315 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
20316
20317 2011-09-09 Eli Zaretskii <eliz@gnu.org>
20318
20319 Fix for Savannah bug#9392.
20320 * simple.el (mail-encode-mml): New defvar.
20321
20322 * mail/rmail.el (mail-encode-mml): Add a defvar.
20323 (rmail-enable-mime-composing): Default to t.
20324 (rmail-forward): Use MIME method of forwarding only if both
20325 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
20326 Set mail-encode-mml non-nil if the MIME method was used.
20327
20328 * mail/sendmail.el (mml-to-mime): Add autoload form.
20329 (mail-encode-mml): Add a defvar.
20330 (mail-mode): Make mail-encode-mml buffer-local and initialize it
20331 to nil.
20332 (mail-send): If mail-encode-mml is non-nil, run the outgoing
20333 message through mml-to-mime, and reset mail-encode-mml to nil.
20334
20335 2011-09-09 Glenn Morris <rgm@gnu.org>
20336
20337 * woman.el (woman-if-body): When processing an .el block,
20338 do not delete the next .el block as well. (Bug#9447)
20339 (woman-special-characters): Add oq, cq, and hy characters.
20340
20341 2011-09-08 Martin Rudalics <rudalics@gmx.at>
20342
20343 * window.el (window-deletable-p): Make sure window is live before
20344 invoking window-prev-buffers.
20345
20346 2011-09-08 Leo Liu <sdl.web@gmail.com>
20347
20348 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
20349
20350 2011-09-08 Juri Linkov <juri@jurta.org>
20351
20352 * progmodes/compile.el (compilation-environment): Make it
20353 a defcustom (bug#8340).
20354
20355 2011-09-08 Martin Rudalics <rudalics@gmx.at>
20356
20357 * window.el (frame-auto-delete): Rename to window-auto-delete.
20358 Make it control auto-deletion of windows and/or frames.
20359 (window-deletable-p): New argument FORCE. Rewrite conditions
20360 for deleting window/frame. (Bug#9419)
20361 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
20362 Rewrite handling of case when window/frame can be deleted.
20363 (delete-windows-on): Call window-deletable-p with new FORCE
20364 argument t. (Bug#9456)
20365
20366 2011-09-07 Chong Yidong <cyd@stupidchicken.com>
20367
20368 * help-mode.el (help-mode): Restore autoload.
20369
20370 2011-09-07 Juri Linkov <juri@jurta.org>
20371
20372 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
20373 `compilation-environment'. Set buffer-local
20374 `compilation-environment' to `thisenv' later after (funcall mode).
20375 (Bug#8340)
20376
20377 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
20378 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
20379 instead of replacing its value. (Bug#8340)
20380
20381 2011-09-07 Juri Linkov <juri@jurta.org>
20382
20383 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
20384 based on text properties put by `grep-filter' instead of matching
20385 escape sequences.
20386 (grep-mode): Set buffer-local `compilation-error-screen-columns'
20387 to the value of `grep-error-screen-columns' (bug#9438).
20388
20389 2011-09-07 Juri Linkov <juri@jurta.org>
20390
20391 * simple.el (next-error-highlight, next-error-highlight-no-select):
20392 Doc fix (bug#9432).
20393
20394 2011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
20395
20396 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
20397 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
20398
20399 2011-09-07 Leo Liu <sdl.web@gmail.com>
20400
20401 * net/rcirc.el (rcirc-mode): Conditionally initialize
20402 rcirc-input-ring.
20403
20404 2011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
20405
20406 * emacs-lisp/find-func.el (find-function-C-source): Only set
20407 find-function-C-source-directory after checking that we found a source
20408 file there (bug#9440).
20409
20410 2011-09-06 Alan Mackenzie <acm@muc.de>
20411
20412 * isearch.el (isearch-other-meta-char): Wherever a key list is
20413 unread, "unread" the prefix arg, too. This fixes bug #8901.
20414
20415 2011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
20416
20417 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
20418
20419 2011-09-05 Juri Linkov <juri@jurta.org>
20420
20421 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
20422
20423 2011-09-05 Juri Linkov <juri@jurta.org>
20424
20425 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
20426 keeping point where processing of grep matches begins, and
20427 continue to delete remaining escape sequences from the same point.
20428 (grep-filter): Make leading zero optional in "0?1;31m" because
20429 git-grep emits "\033[1;31m" escape sequences unlike expected
20430 "\033[01;31m" as GNU Grep does (bug#9408).
20431 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
20432
20433 2011-09-05 Juri Linkov <juri@jurta.org>
20434
20435 * subr.el (y-or-n-p): Capitalize "yes".
20436
20437 2011-09-04 Michael Albinus <michael.albinus@gmx.de>
20438
20439 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
20440 `tramp-cache-unload-hook' where appropriate.
20441 (tramp-methods): Rename `tramp-remote-sh' to
20442 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
20443 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
20444
20445 * net/tramp-sh.el (top): Don't require 'shell.
20446 (tramp-methods): Add `tramp-remote-shell' and
20447 `tramp-remote-shell-args' entries.
20448 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
20449 (tramp-sh-handle-shell-command): Remove.
20450 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
20451 Use `tramp-remote-shell'.
20452
20453 2011-09-03 Chong Yidong <cyd@stupidchicken.com>
20454
20455 * mail/sendmail.el (sendmail-query-once-function): Delete.
20456 (sendmail-query-once): Save directly to send-mail-function.
20457 Update message-send-mail-function too.
20458
20459 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
20460
20461 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
20462
20463 * progmodes/python.el (python-mode-map): Use correct function to
20464 start python interpreter from menu-bar (as reported by Geert
20465 Kloosterman).
20466 (inferior-python-mode-map): Fix typo.
20467 (python-shell-map): Remove.
20468
20469 2011-09-03 Deniz Dogan <deniz@dogan.se>
20470
20471 * net/rcirc.el (rcirc-print): Simplify code for
20472 rcirc-scroll-show-maximum-output. There is no need to walk
20473 through all windows to find the right one.
20474
20475 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
20476
20477 * help.el (help-return-method): Doc fix.
20478
20479 2011-09-03 Martin Rudalics <rudalics@gmx.at>
20480
20481 * window.el (window-deletable-p): Don't return a non-nil value
20482 when there's a buffer that was shown in the window before.
20483 (Bug#9419)
20484 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
20485 Set window's previous buffers to nil.
20486
20487 2011-09-03 Eli Zaretskii <eliz@gnu.org>
20488
20489 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
20490 newline before and after the tag line, so it doesn't interfere
20491 with determining the paragraph direction of bidirectional text.
20492
20493 2011-09-03 Leo Liu <sdl.web@gmail.com>
20494
20495 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
20496
20497 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
20498
20499 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
20500 (pop-to-buffer): Change interactive spec. Pass second argument
20501 directly to display-buffer.
20502 (display-buffer): Fix interactive spec. Use functionp to
20503 distinguish between a function and a list of functions.
20504
20505 * abbrev.el (edit-abbrevs):
20506 * arc-mode.el (archive-extract):
20507 * autoinsert.el (auto-insert):
20508 * bookmark.el (bookmark-bmenu-list):
20509 * files.el (find-file):
20510 * view.el (view-buffer):
20511 * progmodes/compile.el (compilation-goto-locus):
20512 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
20513
20514 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
20515
20516 * window.el (display-buffer-alist): Doc fix.
20517 (display-buffer): Add docstring. Don't treat
20518 display-buffer-default specially.
20519 (display-buffer-reuse-selected-window)
20520 (display-buffer-same-window, display-buffer-maybe-same-window)
20521 (display-buffer-reuse-window, display-buffer-pop-up-frame)
20522 (display-buffer-pop-up-window)
20523 (display-buffer-reuse-or-pop-window)
20524 (display-buffer-use-some-window): New functions.
20525 (display-buffer-default-action): Use them.
20526 (display-buffer-default): Delete.
20527 (pop-to-buffer-1): Fix choice of actions.
20528
20529 2011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
20530
20531 * minibuffer.el (completion--insert-strings): Don't get confused by
20532 completion entries that end with an LF char.
20533
20534 2011-09-01 Eli Zaretskii <eliz@gnu.org>
20535
20536 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
20537
20538 2011-09-01 Chong Yidong <cyd@stupidchicken.com>
20539
20540 * window.el (display-buffer): Restore interactive spec.
20541 (display-buffer-same-window, display-buffer-other-window):
20542 New functions.
20543 (pop-to-buffer-1): New function. Use the above.
20544 (pop-to-buffer, pop-to-buffer-same-window): Use it.
20545 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
20546
20547 * view.el (view-buffer-other-window, view-buffer-other-frame):
20548 Just use pop-to-buffer.
20549
20550 2011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
20551
20552 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
20553
20554 2011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
20555
20556 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
20557
20558 2011-08-31 Richard Stallman <rms@gnu.org>
20559
20560 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
20561 of the separation of rmail-view-buffer from rmail-buffer.
20562 If you say no to "replace original", the decrypt is in the
20563 view buffer. If you say yes, the decrypt goes into the
20564 rmail buffer also.
20565
20566 2011-08-31 Martin Rudalics <rudalics@gmx.at>
20567
20568 * window.el (display-buffer-window): Rewrite doc-string.
20569 (display-buffer-record-window): New function.
20570 (display-buffer-macro-specifiers)
20571 (display-buffer-even-window-sizes, display-buffer-set-height)
20572 (display-buffer-set-width, display-buffer-in-window)
20573 (display-buffer-reuse-window, display-buffer-split-specifiers)
20574 (display-buffer-side-specifiers, display-buffer-split-window-1)
20575 (display-buffer-split-window, display-buffer-split-atom-window)
20576 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
20577 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
20578 (display-buffer-other-window-means-other-frame)
20579 (display-buffer-normalize-special)
20580 (display-buffer-normalize-default)
20581 (display-buffer-normalize-argument)
20582 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
20583 (display-buffer-normalize-specifiers, display-buffer-frame)
20584 (display-buffer-same-window, display-buffer-same-frame)
20585 (display-buffer-other-window)
20586 (display-buffer-same-frame-other-window)
20587 (display-buffer-other-frame, pop-to-buffer-same-window)
20588 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
20589 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
20590 (switch-to-buffer-same-frame)
20591 (switch-to-buffer-other-window-same-frame)
20592 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
20593 (display-buffer-alist-set-1, display-buffer-alist-set-2)
20594 (display-buffer-alist-set): Remove.
20595 (display-buffer-function, special-display-buffer-names)
20596 (special-display-regexps, special-display-function):
20597 In doc-string refer to display-buffer-window and quit-restore
20598 parameter.
20599 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
20600 (special-display-frame-alist, special-display-popup-frame)
20601 (same-window-buffer-names, same-window-regexps, same-window-p)
20602 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
20603 (split-window-preferred-function, split-height-threshold)
20604 (split-width-threshold, window-splittable-p)
20605 (split-window-sensibly, window--try-to-split-window)
20606 (window--frame-usable-p, even-window-heights)
20607 (window--even-window-heights, window--display-buffer-1)
20608 (window--display-buffer-2, display-buffer-other-frame):
20609 Restore old Emacs 23 code, order and doc-strings where applicable.
20610 (display-buffer-default, display-buffer-assq-regexp): New functions.
20611 (display-buffer-alist): Rewrite doc-string.
20612 (display-buffer-default-action)
20613 (display-buffer-overriding-action): New variables.
20614 (display-buffer, switch-to-buffer): Rewrite.
20615 (pop-to-buffer): Restore Emacs 23 behavior but use
20616 window-normalize-buffer-to-display.
20617 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
20618 Restore Emacs 23 behavior but use
20619 window-normalize-buffer-to-switch-to.
20620 (pop-to-buffer-same-window): Rewrite.
20621 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
20622 Rewrite using Emacs 23 options.
20623
20624 2011-08-31 Michael Albinus <michael.albinus@gmx.de>
20625
20626 * net/tramp.el (tramp-root-regexp): Remove.
20627 (tramp-completion-file-name-regexp-unified)
20628 (tramp-completion-file-name-regexp-separate)
20629 (tramp-completion-file-name-regexp-url): Don't use leading volume
20630 letter on w32 systems. (Bug#5303, Bug#9311)
20631 (tramp-drop-volume-letter): Simplify definition.
20632 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
20633
20634 2011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
20635
20636 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
20637 (bug#9356).
20638
20639 2011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
20640
20641 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
20642
20643 2011-08-29 Juri Linkov <juri@jurta.org>
20644
20645 * isearch.el (isearch-done): Don't display message "Mark saved"
20646 when arg `edit' is non-nil to prevent its flicker in the echo area.
20647
20648 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
20649
20650 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
20651 obsolete packages for deletion.
20652
20653 2011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
20654
20655 * help-mode.el (help-mode-map): Add special-mode-map to parent.
20656 (help-mode): Derive help-mode from special-mode. Don't invoke
20657 view-mode from help-mode.
20658 (help-xref-override-view-map): Remove.
20659 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
20660 view-mode is not used anymore.
20661
20662 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
20663
20664 * server.el (server-port): Doc fix.
20665
20666 * cus-theme.el (custom-theme-choose-mode): Inherit from
20667 special-mode (Bug#9124).
20668 (custom-theme-choose-mode-map): Add special-mode to parent.
20669
20670 2011-08-28 Alan Mackenzie <acm@muc.de>
20671
20672 * progmodes/cc-fonts.el
20673 (c-make-font-lock-BO-decl-search-function): New function.
20674 (c-basic-matchers-after - "Fontify the clauses after various
20675 keywords"): Extract the three keyword lists for the 3 erroneous
20676 constructs from the list of four, and use the new function above
20677 in place of an old one.
20678
20679 2011-08-28 Deniz Dogan <deniz@dogan.se>
20680
20681 * net/rcirc.el (rcirc-insert-prev-input)
20682 (rcirc-insert-next-input): Remove unused argument.
20683
20684 2011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
20685
20686 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
20687
20688 2011-08-27 Alan Mackenzie <acm@muc.de>
20689
20690 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
20691 handle function pointer parameters properly.
20692
20693 2011-08-27 Martin Rudalics <rudalics@gmx.at>
20694
20695 * window.el (display-buffer-reuse-window): Fix case where
20696 selected window was reused with non-nil OTHER-WINDOW argument.
20697 (Bug#9381)
20698
20699 2011-08-27 Deniz Dogan <deniz@dogan.se>
20700
20701 * net/rcirc.el (rcirc-check-auth-status): Adding support for
20702 oftc's NickServ messages.
20703
20704 2011-08-27 Glenn Morris <rgm@gnu.org>
20705
20706 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
20707
20708 2011-08-26 Chong Yidong <cyd@stupidchicken.com>
20709
20710 * emacs-lisp/package.el (package-install): Call package-initialize
20711 if called interactively.
20712
20713 2011-08-26 Leo Liu <sdl.web@gmail.com>
20714
20715 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
20716
20717 2011-08-25 Juri Linkov <juri@jurta.org>
20718
20719 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
20720 `search-whitespace-regexp' (bug#9364).
20721
20722 2011-08-25 Juri Linkov <juri@jurta.org>
20723
20724 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
20725 `regexp-search-ring' to their global values to protect from
20726 updating by `read-from-minibuffer' (bug#9185).
20727
20728 2011-08-25 Juri Linkov <juri@jurta.org>
20729
20730 * textmodes/ispell.el (ispell-command-loop): Add newline
20731 at the end of the "Use option `i'..." line.
20732
20733 2011-08-25 Juri Linkov <juri@jurta.org>
20734
20735 * battery.el (display-battery-mode): If `battery-status-function'
20736 or `battery-mode-line-format' is nil, display the message and set
20737 `display-battery-mode' to nil (bug#9363).
20738
20739 2011-08-25 Eli Zaretskii <eliz@gnu.org>
20740
20741 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
20742 bidi-string-mark-left-to-right; they are unnecessary now.
20743
20744 2011-08-25 Deniz Dogan <deniz@dogan.se>
20745
20746 * net/quickurl.el: Documentation typo fixes.
20747
20748 2011-08-25 Chong Yidong <cyd@stupidchicken.com>
20749
20750 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
20751
20752 2011-08-25 Glenn Morris <rgm@gnu.org>
20753
20754 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
20755
20756 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
20757 (smtpmail-via-smtp): Handle nil response from smtp.
20758
20759 2011-08-24 Juri Linkov <juri@jurta.org>
20760
20761 * proced.el (proced-marked): Inherit from `error' instead of
20762 `font-lock-warning-face'.
20763
20764 * ibuffer.el (ibuffer-marked-face): Change default face from
20765 `font-lock-warning-face' to `warning'.
20766 (ibuffer-deletion-face): Change default face from
20767 `font-lock-type-face' to `error'.
20768
20769 * battery.el (battery-update): Use the face `error' instead of
20770 `font-lock-warning-face' (bug#6117).
20771
20772 2011-08-24 Juri Linkov <juri@jurta.org>
20773
20774 * faces.el (success): Change face color from "Green3" to
20775 "ForestGreen" on light background (bug#9353).
20776
20777 2011-08-24 Chong Yidong <cyd@stupidchicken.com>
20778
20779 * window.el (quit-window): Rename from quit-restore-window.
20780 Use same arglist as old quit-window.
20781 (frame-auto-delete): Doc fix.
20782
20783 * view.el (view-mode-exit): Use quit-window.
20784
20785 2011-08-24 Juri Linkov <juri@jurta.org>
20786
20787 * isearch.el (isearch-ring-adjust1): Start visiting previous
20788 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
20789 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
20790 for empty search string (when the last search string is reused
20791 automatically) to adjust the isearch ring to the last element and
20792 prepare the correct index for further M-p commands (bug#9185).
20793
20794 2011-08-24 Kenichi Handa <handa@m17n.org>
20795
20796 * international/ucs-normalize.el: If decomposition property of
20797 CHAR is the default one (i.e. a list of CHAR itself), treat it as
20798 nil.
20799 (nfd, nfkd): Likewise.
20800
20801 2011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
20802
20803 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
20804 from process filters aren't reliably transmitted to the surrounding
20805 accept-process-output.
20806 (mpc-proc-check): New function.
20807 (mpc-proc-sync): Use it (bug#8293)
20808
20809 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
20810
20811 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
20812 Add compatibility functions (bug#9313).
20813
20814 2011-08-23 Eli Zaretskii <eliz@gnu.org>
20815
20816 * cus-start.el (all): Add entry for bidi-paragraph-direction.
20817
20818 * international/uni-bidi.el: Regenerate.
20819
20820 2011-08-23 Kenichi Handa <handa@m17n.org>
20821
20822 * international/charprop.el:
20823 * international/uni-bidi.el:
20824 * international/uni-category.el:
20825 * international/uni-combining.el:
20826 * international/uni-comment.el:
20827 * international/uni-decimal.el:
20828 * international/uni-decomposition.el:
20829 * international/uni-digit.el:
20830 * international/uni-lowercase.el:
20831 * international/uni-mirrored.el:
20832 * international/uni-name.el:
20833 * international/uni-numeric.el:
20834 * international/uni-old-name.el:
20835 * international/uni-titlecase.el:
20836 * international/uni-uppercase.el: Regenerate.
20837
20838 2011-08-23 Martin Rudalics <rudalics@gmx.at>
20839
20840 * help.el (help-window-setup): Fix message displayed when other
20841 window is reused. (Bug#9341)
20842
20843 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
20844
20845 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
20846 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
20847
20848 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
20849 Mark obsolete.
20850 * shell.el (shell-parse-pcomplete-arguments): New function.
20851 (shell-completion-vars): Use it instead (bug#9160).
20852
20853 2011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
20854
20855 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
20856 strings and comments (bug#9333).
20857
20858 * emacs-lisp/debug.el (debug-arglist): New function.
20859 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
20860 (debug-on-entry-1): Handle interpreted closures (bug#9120).
20861
20862 2011-08-22 Juri Linkov <juri@jurta.org>
20863
20864 * progmodes/compile.el (compilation-mode-font-lock-keywords):
20865 Revert regexp that highlights output switches to its old
20866 pre-2010-10-28 value and remove one `?' from it (bug#9319).
20867
20868 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
20869 to check for empty output (bug#9226).
20870
20871 2011-08-22 Chong Yidong <cyd@stupidchicken.com>
20872
20873 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
20874 symbol-constituent as the default, as that stops font-lock from
20875 working properly (Bug#8843).
20876
20877 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
20878
20879 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
20880 `coding-system-for-*' around the process open call to avoid
20881 auth-source side effects.
20882 (smtpmail-try-auth-methods): Expand the secret password.
20883 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
20884 probe hangs.
20885
20886 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
20887
20888 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
20889
20890 * emacs-lisp/find-func.el (find-function-noselect): New arg
20891 lisp-only.
20892
20893 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
20894 signal an error for built-in functions (Bug#6664).
20895
20896 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
20897
20898 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
20899 (smtpmail-try-auth-methods): Use it.
20900
20901 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
20902
20903 * font-lock.el (font-lock-fontify-region)
20904 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
20905 (font-lock-default-unfontify-buffer)
20906 (font-lock-default-fontify-region)
20907 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
20908
20909 * progmodes/compile.el (compilation-error-properties):
20910 Fix confusion between file struct and message struct (Bug#9319).
20911 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
20912 `ant' regexp.
20913
20914 * net/browse-url.el (browse-url-firefox): Don't call
20915 browse-url-firefox-sentinel unless using -remote (Bug#9328).
20916
20917 2011-08-20 Glenn Morris <rgm@gnu.org>
20918
20919 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
20920
20921 * tutorial.el (tutorial--default-keys): Update some default bindings.
20922
20923 * files.el (hack-local-variables): Fully ignore case for "mode:".
20924
20925 2011-08-20 Alan Mackenzie <acm@muc.de>
20926
20927 Resolve invalid use of a regexp in regexp-opt.
20928
20929 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
20930 detection for a java annotation.
20931
20932 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
20933 detection for a java annotation.
20934
20935 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
20936 handling for java.
20937 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
20938
20939 2011-08-20 Chong Yidong <cyd@stupidchicken.com>
20940
20941 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
20942 (Bug#9274).
20943
20944 2011-08-20 Alan Mackenzie <acm@muc.de>
20945
20946 Fontify CPP expressions correctly when starting in the middle of
20947 such a construct. Mainly for when jit-lock etc. starts a chunk
20948 here.
20949
20950 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
20951 variable.
20952 (c-make-font-lock-search-form): New function, extracted from
20953 c-make-font-lock-search-function.
20954 (c-make-font-lock-search-function): Use the above function.
20955 (c-make-font-lock-context-search-function): New function.
20956 (c-cpp-matchers): Enhance the preprocessor expression case with
20957 the above function
20958 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
20959 which takes an expression.
20960
20961 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
20962
20963 2011-08-20 Martin Rudalics <rudalics@gmx.at>
20964
20965 * window.el (display-buffer-reuse-window)
20966 (display-buffer-pop-up-window): Don't reuse or split a side
20967 window.
20968
20969 2011-08-19 Glenn Morris <rgm@gnu.org>
20970
20971 * files.el (hack-local-variables-prop-line, hack-local-variables):
20972 Downcase "Mode:". (Bug#9331)
20973
20974 2011-08-18 Chong Yidong <cyd@stupidchicken.com>
20975
20976 * international/characters.el: Add L and R categories.
20977
20978 * subr.el (bidi-string-mark-left-to-right): Rename from
20979 string-mark-left-to-right. Use category search.
20980
20981 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
20982
20983 2011-08-18 Juri Linkov <juri@jurta.org>
20984
20985 * faces.el (error, warning, success): New faces with definitions
20986 copied from old default values of `font-lock-warning-face',
20987 `compilation-warning', `compilation-info' (bug#6117).
20988
20989 * font-lock.el (font-lock-warning-face): Inherit from `error'.
20990
20991 * progmodes/compile.el (compilation-error): Inherit from `error'.
20992 (compilation-warning): Inherit from `warning'.
20993 (compilation-info): Inherit from `success'.
20994
20995 * dired.el (dired-marked): Inherit from `warning'.
20996 (dired-flagged): Inherit from `error'.
20997
20998 2011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
20999
21000 * mail/smtpmail.el (auth-source): Require to avoid problems with
21001 binding variables (bug#9298). Also clean up some unused
21002 autoloads.
21003
21004 * net/network-stream.el (network-stream-open-starttls):
21005 Support using starttls.el without using gnutls-cli.
21006
21007 2011-08-17 Juri Linkov <juri@jurta.org>
21008
21009 * progmodes/grep.el (rgrep): Handle the case when
21010 `grep-find-command' is a cons cell (bug#9278).
21011
21012 2011-08-17 Martin Rudalics <rudalics@gmx.at>
21013
21014 * window.el (display-buffer-pop-up-frame): Run frame creation
21015 function with BUFFER current (as special-display-popup-frame
21016 does). Reported by Drew Adams.
21017
21018 2011-08-17 Daiki Ueno <ueno@unixuser.org>
21019
21020 * epa-mail.el: Simplify GnuPG group expansion using
21021 epg-expand-group.
21022 (epa-mail-group-alist, epa-mail-group-modtime)
21023 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
21024 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
21025 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
21026 Remove.
21027
21028 2011-08-16 Feng Li <fengli@gmail.com> (tiny change)
21029
21030 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
21031
21032 2011-08-16 Alan Mackenzie <acm@muc.de>
21033
21034 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
21035 Correct, to avoid the inside of macros.
21036
21037 2011-08-16 Richard Stallman <rms@gnu.org>
21038
21039 * epa-mail.el: Handle GnuPG group definitions.
21040 (epa-mail-group-alist, epa-mail-group-modtime)
21041 (epa-mail-gnupg-conf-file): New variables.
21042 (epa-mail-parse-groups, epa-mail-sync-groups)
21043 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
21044 (epa-mail-expand-recipients): New functions.
21045 (epa-mail-encrypt): Call epa-mail-expand-recipients.
21046
21047 * mail/rmail.el (rmail-epa-decrypt): New command.
21048
21049 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
21050 Don't bind buffer-read-only, just inhibit-read-only.
21051 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
21052 (epa-decrypt-armor-in-region): Make error message clearer.
21053
21054 2011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
21055
21056 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
21057 and "a2b" to "ab" for `prefix'.
21058
21059 2011-08-14 Chong Yidong <cyd@stupidchicken.com>
21060
21061 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
21062 filter groups.
21063 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
21064 Fourquet (Bug#8804).
21065
21066 2011-08-12 Juanma Barranquero <lekktu@gmail.com>
21067
21068 * startup.el (argi): Declare as global variable (bug#9275).
21069
21070 2011-08-12 Chong Yidong <cyd@stupidchicken.com>
21071
21072 * subr.el (string-mark-left-to-right): Search the entire string
21073 for RTL script, not just the terminating character. Doc fix.
21074
21075 2011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
21076
21077 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
21078 New function.
21079 (js--regexp-literal, js-syntax-propertize-function): Remove.
21080 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
21081 (js-mode-map): Don't rebind electric keys.
21082 (js-insert-and-indent): Remove.
21083 (js-mode): Setup electric-layout and electric-indent instead.
21084
21085 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
21086
21087 2011-08-12 Daiki Ueno <ueno@unixuser.org>
21088
21089 * epa.el (epa-progress-callback-function): Fix the logic of
21090 displaying progress.
21091 * epa-file.el (epa-file-insert-file-contents): Make progress
21092 display more user-friendly.
21093 (epa-file-write-region): Ditto.
21094
21095 2011-08-10 Chong Yidong <cyd@stupidchicken.com>
21096
21097 * subr.el (string-mark-left-to-right): New function.
21098
21099 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
21100 Use string-mark-left-to-right.
21101 (list-buffers-noselect): Caller changed.
21102
21103 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
21104 Use string-mark-left-to-right.
21105 (tabulated-list-print): Recenter after moving point.
21106
21107 2011-08-10 Juri Linkov <juri@jurta.org>
21108
21109 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
21110 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
21111 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
21112
21113 2011-08-09 Chong Yidong <cyd@stupidchicken.com>
21114
21115 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
21116 (Bug#7554).
21117
21118 2011-08-09 Andreas Schwab <schwab@linux-m68k.org>
21119
21120 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
21121 character. (Bug#6594)
21122
21123 2011-08-08 Chong Yidong <cyd@stupidchicken.com>
21124
21125 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
21126 (image-dired--with-db-file): New macro.
21127 (image-dired-write-tags, image-dired-remove-tag)
21128 (image-dired-create-gallery-lists, image-dired-write-comments)
21129 (image-dired-get-comment, image-dired-mark-tagged-files)
21130 (image-dired-list-tags, image-dired-gallery-generate): Use it.
21131 (image-dired-gallery-generate): Use insert-file-contents.
21132
21133 * time.el (display-time-world-list, display-time-world-display):
21134 * time-stamp.el (time-stamp-string):
21135 * vc/add-log.el (add-change-log-entry): Use setenv instead of
21136 set-time-zone-rule (Bug#7337).
21137
21138 2011-08-08 Daiki Ueno <ueno@unixuser.org>
21139
21140 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
21141 (epg-error-to-string, epg-errors-to-string): New function.
21142 (epg-wait-for-completion): Reverse errors list.
21143 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
21144 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
21145 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
21146 (epg-sign-keys, epg-generate-key-from-file)
21147 (epg-generate-key-from-string): Format errors by using
21148 epg-errors-to-string (bug#9255).
21149 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
21150
21151 2011-08-07 Juri Linkov <juri@jurta.org>
21152
21153 * faces.el (list-faces-display): Remove extra angle bracket
21154 from `help-mode-map'.
21155
21156 * info.el (Info-history-toc-nodes): Doc fix.
21157
21158 * longlines.el (longlines-mode): Doc fix.
21159
21160 2011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
21161
21162 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
21163 of statements and in a few more cases (bug#9183).
21164
21165 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
21166 New functions.
21167 (cl-transform-lambda): Use them (bug#9239).
21168
21169 2011-08-05 Martin Rudalics <rudalics@gmx.at>
21170
21171 * window.el (display-buffer-same-window)
21172 (display-buffer-same-frame, display-buffer-other-window)
21173 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
21174 (pop-to-buffer-other-window)
21175 (pop-to-buffer-same-frame-other-window)
21176 (pop-to-buffer-other-frame): Make them defuns.
21177 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
21178
21179 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
21180
21181 * subr.el (make-composed-keymap): Move from C. Change calling
21182 convention, and improve docstring to bring attention to a subtle point.
21183 * minibuffer.el (completing-read-default): Adjust accordingly.
21184
21185 2011-08-03 Michael Albinus <michael.albinus@gmx.de>
21186
21187 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
21188 (tramp-open-shell): Use `tramp-shell-quote-argument'.
21189
21190 * net/trampver.el: Update release number.
21191
21192 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
21193
21194 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
21195 "in" (bug#9190).
21196
21197 2011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
21198
21199 * mail/sendmail.el (sendmail-query-once): Restore the current
21200 buffer after querying (bug#9074).
21201
21202 * dired.el (dired-flagged): Use different faces for marked and
21203 flagged files (bug#6117).
21204
21205 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
21206 (bug#4433).
21207
21208 * ido.el (ido-mode): Switch off the message if called
21209 non-interactively.
21210
21211 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
21212 before 587, since it appears that that's more likely to work for
21213 more people.
21214
21215 * cus-edit.el (custom-file): When running under emacs -q, always
21216 refuse to save the customizations, even if the .emacs file doesn't
21217 exist.
21218
21219 * info.el: Remove the `Info-beginning-of-buffer' function
21220 (bug#8325).
21221
21222 * net/network-stream.el (network-stream-open-starttls):
21223 Use `starttls-available-p' to see whether starttls.el can be used.
21224
21225 2011-08-01 Martin Rudalics <rudalics@gmx.at>
21226
21227 * window.el (display-buffer-in-window): Don't set dedicated status
21228 of window here (Bug#9215).
21229 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
21230 (display-buffer-pop-up-side-window)
21231 (display-buffer-in-side-window): Set dedicated status of window here.
21232
21233 2011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
21234
21235 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
21236 before binding generated-autoload-file.
21237
21238 2011-08-01 Deniz Dogan <deniz@dogan.se>
21239
21240 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
21241
21242 2011-07-30 Michael Albinus <michael.albinus@gmx.de>
21243
21244 Sync with Tramp 2.2.2.
21245
21246 * net/trampver.el: Update release number.
21247
21248 2011-07-30 Juri Linkov <juri@jurta.org>
21249
21250 * dired-aux.el (dired-touch-initial): Remove function.
21251 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
21252 current time, and `default' to the last modification time of the
21253 current marked file (bug#6887).
21254
21255 2011-07-28 Jose E. Marchesi <jemarch@gnu.org>
21256
21257 * simple.el (goto-line): Use string-to-number to provide a
21258 numeric argument to read-number (bug#9163).
21259
21260 2011-07-27 Michael Albinus <michael.albinus@gmx.de>
21261
21262 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
21263 connection process, it could be nil.
21264
21265 2011-07-27 Leo Liu <sdl.web@gmail.com>
21266
21267 Simplify url handling in rcirc-mode.
21268
21269 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
21270 (rcirc-browse-url-at-mouse): Remove.
21271 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
21272
21273 2011-07-26 Alan Mackenzie <acm@muc.de>
21274
21275 Fontify bitfield declarations properly.
21276
21277 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
21278 (c-symbol-chars): Now exported as a lang variable.
21279 (c-not-primitive-type-keywords): New lang variable.
21280
21281 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
21282 QT keyword "more" to prevent "more slots: ...." being spuriously
21283 parsed as a bitfield declaration.
21284
21285 * progmodes/cc-engine.el (c-beginning-of-statement-1):
21286 Refactor and enhance to handle bitfield declarations.
21287 (c-punctuation-in): New function.
21288 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
21289 declarations properly.
21290
21291 2011-07-26 Ulf Jasper <ulf.jasper@web.de>
21292
21293 * calendar/icalendar.el (icalendar--all-events): Take care of
21294 multiple vcalendars in a single file.
21295 (icalendar--convert-float-to-ical): Checkdoc fixes.
21296
21297 2011-07-25 Deniz Dogan <deniz@dogan.se>
21298
21299 * image.el (insert-image): Clarifying docstring.
21300
21301 2011-07-24 Michael Albinus <michael.albinus@gmx.de>
21302
21303 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
21304 `tramp-send-command-and-check' if there is no error.
21305 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
21306
21307 2011-07-22 Alan Mackenzie <acm@muc.de>
21308
21309 Prevent cc-langs.elc being loaded at run time.
21310
21311 * progmodes/cc-mode.el: Remove two autoload forms which loaded
21312 cc-langs.
21313
21314 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
21315 "(require 'cc-langs)". Quote a form so it will evaluate at
21316 (cc-mode's) compilation time.
21317
21318 2011-07-22 Michael Albinus <michael.albinus@gmx.de>
21319
21320 * net/tramp.el (tramp-file-name-handler): Avoid recursive
21321 loading. (Bug#9114)
21322
21323 2011-07-21 Martin Rudalics <rudalics@gmx.at>
21324
21325 * window.el (display-buffer-pop-up-window)
21326 (display-buffer-pop-up-side-window)
21327 (display-buffer-in-side-window): Call display-buffer-set-height
21328 and display-buffer-set-width after setting the new window's
21329 buffer so `fit-window-to-buffer' and friends work on the right buffer.
21330
21331 2011-07-20 Sam Steingold <sds@gnu.org>
21332
21333 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
21334 (etags-tags-included-tables): Call `convert-standard-filename' on
21335 the file names contained in TAGS so that windows Emacs can handle
21336 TAGS files created by cygwin ctags.
21337
21338 2011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
21339
21340 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
21341 which apparently didn't work.
21342
21343 2011-07-19 Roland Winkler <winkler@gnu.org>
21344
21345 * proced.el (proced-send-signal): For *Marked Processes* buffer
21346 put point at beginning of buffer.
21347
21348 2011-07-19 Stephen Berman <stephen.berman@gmx.net>
21349
21350 * proced.el (proced-format): Make header lines align with the text
21351 (bug#1779).
21352
21353 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
21354
21355 * view.el (view-buffer): Allow running in `special' modes if we're
21356 visiting a file (bug#8615).
21357
21358 2011-07-19 Martin Rudalics <rudalics@gmx.at>
21359
21360 * window.el (display-buffer-alist-of-strings-p)
21361 (display-buffer-alist-set-1, display-buffer-alist-set-2):
21362 New functions.
21363 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
21364 more accurately.
21365
21366 2011-07-18 Alan Mackenzie <acm@muc.de>
21367
21368 Fontify declarators properly when, e.g., a jit-lock chunk begins
21369 inside a declaration.
21370
21371 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
21372
21373 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
21374 New function.
21375 (c-complex-decl-matchers): Insert reference to
21376 c-font-lock-enclosing-decls.
21377
21378 * progmodes/cc-engine.el (c-backward-single-comment):
21379 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
21380 to nil around calls to (forward-comment -1).
21381
21382 2011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
21383
21384 * image.el (put-image): Doc typo fix.
21385
21386 * progmodes/etags.el (tags-search): Doc typo fix.
21387
21388 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
21389 password if we get errors 550 to 554.
21390
21391 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
21392
21393 * net/gnutls.el (gnutls-log-level): Remove.
21394
21395 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
21396 indentation character (bug#6380).
21397
21398 * files.el (buffer-offer-save): Made permanently local (bug#6241).
21399
21400 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
21401 to clarify what the problem is (bug#4291).
21402
21403 * simple.el (current-kill): Clarify what
21404 `interprogram-paste-function' does (bug#7500).
21405 (auto-fill-mode): Document `auto-fill-function' in relation to
21406 `auto-fill-mode' (bug#2470).
21407
21408 2011-07-16 Lawrence Mitchell <wence@gmx.li>
21409
21410 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
21411 method if slot is read-only (bug#9035).
21412
21413 2011-07-16 Martin Rudalics <rudalics@gmx.at>
21414
21415 * frame.el (select-frame-set-input-focus): New argument NORECORD.
21416 * window.el (pop-to-buffer): Select window used even if it was
21417 selected before, see discussion of (Bug#8615), (Bug#6954).
21418 Pass argument NORECORD on to select-frame-set-input-focus.
21419
21420 2011-07-15 Glenn Morris <rgm@gnu.org>
21421
21422 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
21423 Respect help-form.
21424
21425 2011-07-09 Lawrence Mitchell <wence@gmx.li>
21426
21427 * net/gnutls.el (gnutls-min-prime-bits): New variable.
21428 (gnutls-negotiate): Use it.
21429
21430 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
21431
21432 * net/gnutls.el (gnutls-negotiate):
21433 Upcase `gnutls-algorithm-priority'.
21434
21435 2011-07-15 Glenn Morris <rgm@gnu.org>
21436
21437 * jka-compr.el (jka-compr-verbose): Move from here...
21438 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
21439 Add missing :version tag.
21440 * info.el: No need to require jka-compr when compiling.
21441
21442 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
21443
21444 * net/gnutls.el (gnutls-algorithm-priority): New variable.
21445 (gnutls-negotiate): Use it.
21446
21447 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
21448
21449 * info.el (Info-beginning-of-buffer): New command.
21450 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
21451 announcing `b' as the key (bug#8325).
21452 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
21453
21454 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
21455
21456 * international/mule-cmds.el
21457 (describe-specified-language-support): Make the error message
21458 clearer (bug#8905).
21459
21460 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
21461
21462 * isearch.el (isearch-barrier): Add a doc string, since it's
21463 mentioned in a function doc string (bug#8678).
21464
21465 2011-07-15 Martin Rudalics <rudalics@gmx.at>
21466
21467 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
21468 buffer argument (Bug#9083) and self-identifying label argument.
21469
21470 2011-07-15 Glenn Morris <rgm@gnu.org>
21471
21472 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
21473
21474 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
21475
21476 * man.el (Man-fontify-manpage): Fix message when formatting the
21477 man page (bug#7929).
21478
21479 2011-07-14 Eli Zaretskii <eliz@gnu.org>
21480
21481 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
21482 argument LRM; if non-nil, append an invisible LRM character to the
21483 buffer name.
21484 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
21485 last argument non-nil, when formatting buffer names.
21486 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
21487 paragraph direction.
21488
21489 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
21490
21491 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
21492 the man page name (bug#7929).
21493
21494 * image.el (put-image): Mention the `put-image' overlay property
21495 (bug#7834).
21496
21497 * scroll-bar.el (set-scroll-bar-mode): Mention that
21498 `scroll-bar-mode' lists the values (bug#7772).
21499
21500 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
21501 command (bug#7729).
21502
21503 * rect.el (apply-on-rectangle): Return the point after the last
21504 operation.
21505 (string-rectangle): Go to the point after the last operation
21506 (bug#7522).
21507
21508 * printing.el (pr-toggle-region): Clarify the documentation
21509 slightly (bug#7493).
21510
21511 * time.el (display-time-update):
21512 Allow `display-time-mail-function' to return nil (bug#7158).
21513 Fix suggested by Detlev Zundel.
21514
21515 * vc/diff.el (diff): Clarify the order the file names are read
21516 (bug#7111).
21517
21518 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
21519 the doc string (bug#7015).
21520
21521 * font-lock.el (font-lock-maximum-decoration): Mention what
21522 numeric levels mean (bug#6935).
21523
21524 * startup.el (initial-buffer-choice): Don't mention the `none'
21525 selection, which is against policy.
21526
21527 2011-07-14 Martin Rudalics <rudalics@gmx.at>
21528
21529 * window.el (display-buffer-normalize-special):
21530 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
21531
21532 2011-07-14 Eli Zaretskii <eliz@gnu.org>
21533
21534 * subr.el (version<, version<=, version=): Mention "-CVS" and
21535 "-12345" alpha version numbers.
21536
21537 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
21538
21539 * bindings.el: Add advertised binding for set-mark-command
21540 (Bug#5772).
21541
21542 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
21543
21544 * bindings.el (mode-line-other-buffer):
21545 * bookmark.el (bookmark-bmenu-2-window):
21546 * bs.el (bs-cycle-next, bs-cycle-previous):
21547 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
21548 switch-to-buffer.
21549
21550 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
21551 Delete.
21552
21553 2011-07-14 Juanma Barranquero <lekktu@gmail.com>
21554
21555 * follow.el (follow-debug-message, follow-redisplay):
21556 * jka-cmpr-hook.el (with-auto-compression-mode):
21557 Fix typos in docstrings.
21558
21559 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
21560
21561 * subr.el (with-silent-modifications): Clarify somewhat what the
21562 macro inhibits (bug#6525).
21563
21564 * simple.el (eval-expression): Note what it does if called
21565 interactively (bug#6495).
21566
21567 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
21568
21569 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
21570 Use pop-to-buffer buffer-or-name if it is nil.
21571
21572 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
21573 Remove switch-to-buffer.
21574
21575 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
21576
21577 * files.el (make-directory): Clarify that an error will be raised
21578 if there's an error (bug#6397).
21579
21580 * startup.el (initial-buffer-choice): Add `none' as a choice
21581 (bug#6234).
21582
21583 * subr.el (add-hook): Clarify section about buffer-local hooks
21584 (bug#6218).
21585
21586 * dired.el (dired-flagged): Clarify doc string (bug#6117).
21587
21588 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
21589
21590 * tabify.el (untabify): Preserve the current column so that point
21591 doesn't move (bug#6032).
21592
21593 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
21594
21595 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
21596 Rewrite to avoid awkward possessive "s" (bug#5986).
21597
21598 2011-07-13 Glenn Morris <rgm@gnu.org>
21599
21600 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
21601 (dired-insert-directory): Give a message the first time
21602 if ls is found not to support --dired.
21603
21604 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
21605
21606 * simple.el (toggle-truncate-lines): Clarify what is toggled
21607 (bug#5580). Text by Drew Adams.
21608
21609 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
21610
21611 * simple.el (blink-matching-open): Make the error message from the
21612 last change less verbose.
21613
21614 2011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
21615
21616 * font-lock.el (font-lock-comment-face): Use the high contrast
21617 "yellow" color for font-lock-comment-face on low color terminals
21618 using a dark background color (bug#4221).
21619
21620 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
21621
21622 * dired.el (dired-insert-set-properties): Make the doc string
21623 reflect what it does now (bug#5325).
21624
21625 * simple.el (blink-matching-open): Say that we were unable to find
21626 the match within the limit, if we're limited (bug#5122).
21627
21628 * international/mule-cmds.el (prefer-coding-system): Add an
21629 example (bug#4869).
21630
21631 * progmodes/etags.el (tags-search): Document `file-list-form'
21632 (bug#4731).
21633
21634 2011-07-13 Lawrence Mitchell <wence@gmx.li>
21635
21636 * net/browse-url.el (browse-url-default-browser)
21637 (browse-url-browser-function): Make the default browser choice a
21638 bit more logical (bug#4300). Also clean up the doc string.
21639
21640 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
21641
21642 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
21643 binary endings (bug#4440).
21644
21645 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
21646
21647 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
21648 which can be pretty annoying (bug#8971).
21649
21650 * jka-compr.el (jka-compr-verbose): New variable, and use
21651 throughout (bug#8971).
21652
21653 * info.el (Info-find-file): Fall back on the installation
21654 directory if we can't find the info node anywhere else.
21655
21656 2011-07-13 Sergei Organov <osv@javad.com> (tiny change)
21657
21658 * vc/vc.el (vc-revert-file):
21659 Don't set file time-stamp in the past. (Bug#5181)
21660
21661 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
21662
21663 * files.el (after-find-file): Give a better error message when
21664 trying to find a symlink that points to a file that doesn't exist
21665 (bug#4398).
21666
21667 * progmodes/cc-vars.el: Remove (probably) misleading comment
21668 (bug#4396).
21669
21670 2011-07-12 Johan Bockgård <bojohan@gnu.org>
21671
21672 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
21673
21674 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
21675
21676 * mouse-sel.el: Hack restoring functionality, while keeping
21677 compatibility with 2010-07-03 changes to mouse selection.
21678 (mouse-sel-primary-overlay): New var.
21679 (mouse-sel-selection-alist): Use it.
21680 (mouse-sel-mode): Doc fix; remove points that are default features
21681 of mouse.el.
21682
21683 2011-07-12 Johan Bockgård <bojohan@gnu.org>
21684
21685 * progmodes/compile.el (compilation-error-regexp-alist-alist):
21686 Fix previous fix (bug#2490).
21687
21688 2011-07-12 Roland Winkler <winkler@gnu.org>
21689
21690 * textmodes/bibtex.el (bibtex-initialize):
21691 Use pop-to-buffer-same-window.
21692 (bibtex-search-entries): Fix interactive call.
21693
21694 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
21695
21696 * progmodes/compile.el (compilation-error-regexp-alist-alist):
21697 Fontise bytecomp Error lines more correctly (bug#2490).
21698 Fix suggested by Johan Bockgård.
21699
21700 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
21701
21702 * dired-x.el (dired-guess-default): Use `delete-dups'.
21703
21704 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
21705
21706 * dired.el (dired-mark-prompt):
21707 * dired-aux.el (dired-read-shell-command): Doc fix.
21708
21709 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
21710
21711 * mail/sendmail.el (sendmail-query-once):
21712 Use `customize-save-variable' unconditionally, now that it works under
21713 emacs -Q.
21714
21715 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
21716
21717 * cus-edit.el (custom-file): Take an optional no-error variable.
21718 (customize-save-variable): Set the variable, and give a warning if
21719 running under "emacs -q".
21720
21721 2011-07-11 Juanma Barranquero <lekktu@gmail.com>
21722
21723 * loadhist.el (unload-feature-special-hooks):
21724 Add `auto-coding-functions', `fill-nobreak-predicate' and
21725 `find-directory-functions' (bug#5327).
21726
21727 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
21728
21729 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
21730
21731 * cus-edit.el (custom-guess-name-alist): -alist variables should
21732 use the `alist' type (bug#3120). Suggested by Drew Adams.
21733
21734 * printing.el: Add documentation to all the `pr-toggle-' commands.
21735
21736 2011-07-11 Leo Liu <sdl.web@gmail.com>
21737
21738 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
21739 backends where it makes sense (bug#2623).
21740
21741 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
21742
21743 * dired-x.el (dired-guess-default): Remove duplicate shell command
21744 entries (bug#2028).
21745 (dired-guess-default): Fix grammar in doc string (bug#2028).
21746 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
21747
21748 * subr.el (remove-duplicates): New conveniency function.
21749
21750 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
21751
21752 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
21753 (bug#1526).
21754
21755 2011-07-10 Martin Rudalics <rudalics@gmx.at>
21756
21757 * window.el (display-buffer-normalize-default): Don't invert
21758 meaning of even-window-heights. Reported by Eli Zaretskii
21759 <eliz@gnu.org>.
21760
21761 2011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
21762
21763 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
21764
21765 2011-07-10 Chong Yidong <cyd@stupidchicken.com>
21766
21767 * window.el (display-buffer): Fix arguments to
21768 display-buffer-reuse-window in last change.
21769
21770 * faces.el (link): Use a less saturated blue on light backgrounds.
21771
21772 * startup.el (fancy-startup-text, fancy-about-text)
21773 (fancy-startup-tail): Use font-lock faces, for background safety.
21774
21775 2011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
21776
21777 * emulation/viper-cmd.el (viper-change-state-to-vi):
21778 Limit triggering of abbrev expansion (Bug#9038).
21779
21780 2011-07-09 Martin Rudalics <rudalics@gmx.at>
21781
21782 * window.el (display-buffer-default-specifiers): Remove.
21783 (display-buffer-macro-specifiers): Remove default specifiers.
21784 (display-buffer-alist): Default to nil.
21785 (display-buffer-reuse-window): New optional argument other-window.
21786 (display-buffer-pop-up-window): Allow splitting internal
21787 windows. Check whether a live window was created.
21788 (display-buffer-other-window-means-other-frame)
21789 (display-buffer-normalize-arguments): Rename to
21790 display-buffer-normalize-argument and rewrite. Set the
21791 other-window specifier.
21792 (display-buffer-normalize-special): New function.
21793 (display-buffer-normalize-options): Rename to
21794 display-buffer-normalize-default and rewrite.
21795 (display-buffer-normalize-options-inhibit): Remove.
21796 (display-buffer-normalize-specifiers): Rewrite.
21797 (display-buffer): Process other-window specifier and call
21798 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
21799 more faithfully.
21800 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
21801 (display-buffer-alist-set): Don't handle 'unset default values.
21802 (display-buffer-in-window, display-buffer-alist-set):
21803 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
21804 <tassilo@member.fsf.org>.
21805
21806 2011-07-09 Leo Liu <sdl.web@gmail.com>
21807
21808 * register.el (insert-register): Restore accidental change on
21809 2011-06-26. (Bug#9028)
21810
21811 2011-07-09 Glenn Morris <rgm@gnu.org>
21812
21813 * subr.el (remq): Handle the empty list. (Bug#9024)
21814
21815 2011-07-08 Andreas Schwab <schwab@linux-m68k.org>
21816
21817 * mail/sendmail.el (send-mail-function): No longer delay custom
21818 initialization.
21819 * custom.el (custom-initialize-delay): Doc fix.
21820
21821 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
21822
21823 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
21824
21825 2011-07-08 Michael Albinus <michael.albinus@gmx.de>
21826
21827 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
21828 human-friendly prompt.
21829
21830 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
21831
21832 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
21833 provided by a particular plugin.
21834
21835 2011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
21836
21837 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
21838 save customizations (with "emacs -Q"), just set the variable
21839 instead of erroring out.
21840
21841 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
21842
21843 2011-07-08 Juri Linkov <juri@jurta.org>
21844
21845 * arc-mode.el (archive-zip-expunge, archive-zip-update)
21846 (archive-zip-update-case): Use 7z if found by `executable-find'.
21847 The order of searching the available programs is the same as in
21848 `archive-zip-extract' (bug#8968).
21849
21850 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
21851
21852 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
21853 (menu-bar-options-menu): Tweak descriptions.
21854
21855 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
21856
21857 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
21858 menu items into verb phrases (bug#1421). Also refill to fit under
21859 80 columns.
21860
21861 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
21862
21863 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
21864 (Info-read-node-name): Doc fix (Bug#1084).
21865
21866 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
21867 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
21868 (end-of-sexp, beginning-of-sexp)
21869 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
21870 (forward-symbol, forward-same-syntax, word-at-point)
21871 (sentence-at-point): Doc fix (Bug#1144).
21872
21873 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
21874
21875 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
21876 should cover it (bug#1281).
21877
21878 * cus-edit.el (custom-show): Mark as obsolete.
21879
21880 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
21881 negotiation fails, then possibly try again with a non-encrypted
21882 connection (bug#9017).
21883
21884 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
21885 be used.
21886
21887 2011-07-07 Richard Stallman <rms@gnu.org>
21888
21889 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
21890 property, and handle its changed format.
21891 Look for the correct line number.
21892 Use file's line contents (but not past first =) to find
21893 correct line in message.
21894
21895 2011-07-07 Kenichi Handa <handa@m17n.org>
21896
21897 * international/characters.el (build-unicode-category-table):
21898 Delete it.
21899 (unicode-category-table): Set it by unicode-property-table-internal.
21900
21901 * international/mule-cmds.el (char-code-property-alist): Move to
21902 to src/chartab.c.
21903 (get-char-code-property): Call unicode-property-table-internal to
21904 load a file. Call get-unicode-property-internal where necessary.
21905 (put-char-code-property): Call unicode-property-table-internal to
21906 load a file. Call put-unicode-property-internal where necessary.
21907 put-unicode-property-internal where necessary.
21908 (char-code-property-description):
21909 Call unicode-property-table-internal to load a file.
21910
21911 * international/charprop.el:
21912 * international/uni-bidi.el:
21913 * international/uni-category.el:
21914 * international/uni-combining.el:
21915 * international/uni-comment.el:
21916 * international/uni-decimal.el:
21917 * international/uni-decomposition.el:
21918 * international/uni-digit.el:
21919 * international/uni-lowercase.el:
21920 * international/uni-mirrored.el:
21921 * international/uni-name.el:
21922 * international/uni-numeric.el:
21923 * international/uni-old-name.el:
21924 * international/uni-titlecase.el:
21925 * international/uni-uppercase.el: Regenerate.
21926
21927 * loadup.el: Load international/charprop.el before
21928 international/characters.
21929
21930 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
21931
21932 * window.el (next-buffer, previous-buffer): Signal an error if
21933 called from a minibuffer window.
21934
21935 * bindings.el: Revert 2011-07-04 change.
21936
21937 2011-07-06 Richard Stallman <rms@gnu.org>
21938
21939 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
21940 (rmail-mime-insert-bulk, rmail-mime-insert-text):
21941 Treat markers like ints.
21942 (rmail-mime-entity): Doc fix.
21943
21944 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
21945
21946 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
21947 defcustom again for backwards compatibility.
21948
21949 * simple.el (shell-command-on-region): Fill.
21950
21951 * dired-aux.el (dired-kill-line): Add a doc string.
21952
21953 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
21954 to "\\sw\\|\\s_" (bug#358).
21955
21956 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
21957 (dired-unmark-backward): Ditto.
21958 (dired-flag-backup-files): Ditto.
21959
21960 * dired-x.el (dired-mark-sexp): Ditto.
21961
21962 2011-07-06 Richard Stallman <rms@gnu.org>
21963
21964 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
21965 (rmail-mime-entity): New arg TRUNCATED.
21966 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
21967 New functions.
21968 (rmail-mime-save): Warn if entity is truncated.
21969 (rmail-mime-toggle-hidden): Likewise, for showing.
21970 (rmail-mime-process-multipart): Record when an entity is truncated.
21971
21972 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
21973 if ENTITY is a string.
21974
21975 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
21976
21977 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
21978 of faces when `M-C-x'-ing their definitions (bug#8378).
21979 Also clean up the code slightly.
21980
21981 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
21982 because that makes the colors go away.
21983
21984 * mail/sendmail.el (send-mail-function): Change the default to
21985 `sendmail-query-once'.
21986 (sendmail-query-once): Add an autoload cookie.
21987
21988 * net/network-stream.el (network-stream-open-starttls): Try using
21989 a plain connection even if the server offered STARTTLS, and we
21990 kinda wanted to use it, if Emacs doesn't have any STARTTLS
21991 capability. This should make smtpmail.el work in slightly more
21992 configurations.
21993
21994 2011-07-06 Michael Albinus <michael.albinus@gmx.de>
21995
21996 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
21997 New defun.
21998 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
21999
22000 2011-07-06 Michael R. Mauger <mmaug@yahoo.com>
22001
22002 * progmodes/sql.el: Version 3.0
22003 (sql-product-alist): Add product :completion-object,
22004 :completion-column, and :statement attributes.
22005 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
22006 (sql-mode-syntax-table): Mark all punctuation.
22007 (sql-font-lock-keywords-builder): Temporarily remove fallback on
22008 ansi keywords.
22009 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
22010 (sql-mode-oracle-font-lock-keywords): Improve.
22011 (sql-oracle-show-reserved-words): New function for development.
22012 (sql-product-font-lock): Simplify for source code buffers.
22013 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
22014 New functions.
22015 (sql-highlight-product): Set product specific syntax table.
22016 (sql-mode-map): Add statement movement functions.
22017 (sql-ansi-statement-starters, sql-oracle-statement-starters):
22018 New variable.
22019 (sql-statement-regexp, sql-beginning-of-statement)
22020 (sql-end-of-statement, sql-signum): New functions.
22021 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
22022 (sql-show-sqli-buffer): Bug fix.
22023 (sql-interactive-mode): Store connection data as buffer local.
22024 (sql-connect): Add NEW-NAME parameter. Redesign interaction
22025 with sql-interactive-mode.
22026 (sql-save-connection): Save buffer local settings.
22027 (sql-connection-menu-filter): Change menu entry name.
22028 (sql-product-interactive): Bug fix.
22029 (sql-preoutput-hold): New variable.
22030 (sql-interactive-remove-continuation-prompt): Bug fixes.
22031 (sql-debug-redirect): New variable.
22032 (sql-str-literal): New function.
22033 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
22034 Redesign.
22035 (sql-oracle-save-settings, sql-oracle-restore-settings)
22036 (sql-oracle-list-all, sql-oracle-list-table): New functions.
22037 (sql-completion-object, sql-completion-column)
22038 (sql-completion-sqlbuf): New variables.
22039 (sql-build-completions-1, sql-build-completions)
22040 (sql-try-completion): New functions.
22041 (sql-read-table-name): Use them.
22042 (sql-contains-names): New buffer local variable.
22043 (sql-list-all, sql-list-table): Use it.
22044 (sql-oracle-completion-types): New variable.
22045 (sql-oracle-completion-object, sql-sqlite-completion-object)
22046 (sql-postgres-completion-object): New functions.
22047
22048 2011-07-06 Glenn Morris <rgm@gnu.org>
22049
22050 * window.el (pop-to-buffer): Doc fix.
22051
22052 2011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
22053
22054 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
22055
22056 2011-07-06 Chong Yidong <cyd@stupidchicken.com>
22057
22058 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
22059
22060 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
22061
22062 2011-07-05 Chong Yidong <cyd@stupidchicken.com>
22063
22064 * button.el (button): Inherit from link face. Suggested by Dan
22065 Nicolaescu.
22066
22067 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
22068
22069 * progmodes/gdb-mi.el: Fit in 80 columns.
22070 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
22071 switch-to-buffer.
22072
22073 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
22074 if imenu is simply not configured (bug#8941).
22075
22076 2011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
22077
22078 * allout.el (allout-post-undo-hook): New allout outline-change
22079 event hook to signal undo activity.
22080 (allout-post-command-business): Run allout-post-undo-hook if an
22081 undo just occurred.
22082 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
22083 * allout-widgets.el (allout-widgets-after-undo-function):
22084 Ensure the integrity of the current item's decoration after it has been
22085 in the vicinity of an undo.
22086 (allout-widgets-mode): Include allout-widgets-after-undo-function
22087 on the new allout-post-undo-hook.
22088
22089 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
22090
22091 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
22092 Let define-derived-mode define it.
22093 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
22094 cycles of abbrev-table inheritance (bug#8998).
22095
22096 2011-07-05 Roland Winkler <winkler@gnu.org>
22097
22098 * textmodes/bibtex.el: Add support for biblatex.
22099 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
22100 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
22101 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
22102 (bibtex-entry-alist, bibtex-field-alist): New variables.
22103 (bibtex-entry-field-alist): Obsolete alias for
22104 bibtex-BibTeX-entry-alist.
22105 (bibtex-entry-alist, bibtex-field-alist): New widgets.
22106 (bibtex-set-dialect): New command.
22107 (bibtex-entry-type, bibtex-entry-head)
22108 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
22109 Bind via bibtex-set-dialect.
22110 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
22111 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
22112 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
22113 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
22114 Define via bibtex-set-dialect.
22115 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
22116 Obey bibtex-no-opt-remove-re.
22117 (bibtex-vec-push, bibtex-vec-incr): New functions.
22118 (bibtex-format-entry, bibtex-field-list)
22119 (bibtex-print-help-message, bibtex-validate)
22120 (bibtex-search-entries): Use new format of bibtex-entry-alist.
22121
22122 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
22123
22124 * progmodes/compile.el (compilation-goto-locus):
22125 * net/tramp-cmds.el (tramp-append-tramp-buffers):
22126 * bs.el (bs-cycle-next, bs-cycle-previous):
22127 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
22128 * bindings.el (mode-line-other-buffer):
22129 * autoinsert.el (auto-insert):
22130 * arc-mode.el (archive-extract):
22131 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
22132
22133 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
22134
22135 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
22136 Fix check of `emacs-lock-unlockable-modes'.
22137 Coerce true values of `emacs-lock--try-unlocking' to t.
22138
22139 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
22140
22141 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
22142 * emacs-lock.el: New file.
22143
22144 2011-07-05 Julien Danjou <julien@danjou.info>
22145
22146 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
22147 than `boundp' to check if face is set.
22148
22149 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
22150
22151 * register.el (registerv-make):
22152 * window.el (window-min-height): Fix typos in docstrings.
22153
22154 2011-07-05 Jan Djärv <jan.h.d@swipnet.se>
22155
22156 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
22157 Update doc string.
22158
22159 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
22160
22161 * server.el (server-execute): Catch quit and call
22162 `server-return-error' to pass the error back to emacsclient and
22163 close the connection (bug#8942).
22164
22165 2011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
22166
22167 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
22168 insecure exception for current topic. Also note that auto-saves
22169 are handled differently.
22170
22171 (allout-auto-save-temporarily-disabled, allout-just-did-undo):
22172 State variables for tracking auto-save inhibition situation.
22173
22174 (allout-write-contents-hook-handler): Rename from
22175 'allout-write-file-hook-handler', and describe how it depends on
22176 write-contents-functions sensitivity to non-nil value to prevent
22177 file write.
22178
22179 (allout-auto-save-hook-handler): Remove. auto-save does not check
22180 this in individual buffers, only in the starting buffer, so this
22181 is not the right way for us to inhibit auto-save in a buffer
22182 according to its condition.
22183
22184 (allout-mode): Use new allout-write-contents-hook-handler, and
22185 only with write-contents-functions. Remove auto-save provisions -
22186 they're implemented elsewhere.
22187
22188 (allout-before-change-handler): If undo is in progress, note that
22189 for attention of allout-post-command-business.
22190
22191 (allout-post-command-business): If the command we're following was
22192 an undo, check for change in the status of encrypted items and
22193 adjust auto-save inhibitions accordingly.
22194
22195 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
22196 according to whether there are or aren't any plain-text topics
22197 pending encryption.
22198
22199 (allout-inhibit-auto-save-info-for-decryption):
22200 Adjust buffer-saved-size and some allout state to inhibit auto-saves
22201 if there are plain-text topics pending encryption.
22202
22203 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
22204 buffer-saved-size and some allout state to not inhibit auto-saves
22205 if there are no longer any plain-text topics pending encryption.
22206
22207 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
22208 No longer provide for exemption of the current topic.
22209
22210 2011-07-04 Juri Linkov <juri@jurta.org>
22211
22212 Add 7z operations to delete and save changed members (bug#8968).
22213 * arc-mode.el (archive-7z-expunge, archive-7z-update):
22214 New defcustoms.
22215 (archive-7z-write-file-member): New function.
22216 (archive-7z-summarize): Fix the number of dashes in the
22217 listing output.
22218
22219 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
22220
22221 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
22222 (bug#8958).
22223
22224 2011-07-04 Chong Yidong <cyd@stupidchicken.com>
22225
22226 * bindings.el: Ignore next-buffer and previous-buffer in
22227 minibuffer-local-map.
22228
22229 * font-lock.el (font-lock-builtin-face): Change light background
22230 color to dark slate blue (Bug#6693).
22231
22232 2011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
22233
22234 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
22235
22236 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
22237
22238 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
22239 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
22240 Add switch-to-buffer.
22241
22242 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
22243
22244 * isearch.el (isearch-search-fun-function): Clarify further the
22245 meaning of the function returned.
22246
22247 2011-07-04 Michael Albinus <michael.albinus@gmx.de>
22248
22249 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
22250
22251 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
22252 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
22253 Use it.
22254 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
22255 `tramp-default-remote-path' does not exist.
22256 (tramp-send-command-and-read): New optional argument NOERROR.
22257 (tramp-open-connection-setup-interactive-shell)
22258 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
22259 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
22260 (tramp-process-sentinel): Flush also process' connection property.
22261 (tramp-sh-handle-start-file-process): Do not set process
22262 sentinel. It is done now ...
22263 (tramp-maybe-open-connection): ... here. (Bug#8929)
22264
22265 2011-07-04 MON KEY <monkey@sandpframing.com>
22266
22267 * play/animate.el (animate-string): Doc fixes and allow changing
22268 the buffer name (bug#5417).
22269
22270 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
22271
22272 * play/animate.el (animation-buffer-name): Rename from *animate*.
22273
22274 2011-07-04 Paul Eggert <eggert@cs.ucla.edu>
22275
22276 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
22277 This is simpler and helps future-proof the code.
22278 (timer-until): Use time-subtract and float-time.
22279 (timer--time-less-p): Use time-less-p.
22280
22281 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
22282
22283 * type-break.el (timep): Use the value of `float-time' to avoid a
22284 byte-compiler warning.
22285
22286 * server.el (server-eval-and-print): Return any result, even nil.
22287
22288 2011-07-03 Paul Eggert <eggert@cs.ucla.edu>
22289
22290 * type-break.el: Accept time formats that the builtins accept.
22291 (timep, type-break-time-difference): Accept any format that
22292 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
22293 This is simpler and helps future-proof the code.
22294 (type-break-time-difference): Round rather than ignoring
22295 subseconds components.
22296
22297 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
22298
22299 * info.el (Info-apropos-matches): Make non-interactive, since it
22300 doesn't seem to do anything useful as a command (bug#8829).
22301
22302 2011-07-03 Chong Yidong <cyd@stupidchicken.com>
22303
22304 * frame.el (frame-background-mode, frame-set-background-mode):
22305 Move from faces.el.
22306 (frame-default-terminal-background): New function.
22307
22308 * custom.el (custom-push-theme): Don't record faces in `changed'
22309 theme; this doesn't work correctly for per-frame face settings.
22310 (disable-theme): Use face-set-after-frame-default to reset faces.
22311 (custom--frame-color-default): New function.
22312
22313 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
22314
22315 * dired.el (dired-flagging-regexp): Remove unused variable
22316 (bug#8769).
22317
22318 2011-03-29 Kevin Ryde <user42@zip.com.au>
22319
22320 * progmodes/compile.el (compilation-error-regexp-alist-alist):
22321 `perl-Test2' extend to match possible "fail #N" rep count
22322 (bug#8377).
22323
22324 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
22325
22326 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
22327 `smtpmail-via-smtp' now returns the error instead of nil.
22328
22329 * isearch.el (isearch-search-fun-function): Clarify the doc string
22330 (bug#8101).
22331
22332 2011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
22333
22334 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
22335 unnecessary spaces (bug#8987).
22336
22337 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
22338
22339 * net/network-stream.el (open-network-stream): Use the
22340 :end-of-capability command thoughout.
22341
22342 2011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
22343
22344 * net/network-stream.el (open-network-stream): Add the
22345 :end-of-capability command parameter, used by pop3.el.
22346
22347 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
22348
22349 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
22350
22351 * fringe.el (fringe-query-style): Remove redundant text " (type ?
22352 for list)" (bug#6475).
22353
22354 * files.el (file-expand-wildcards): Ignore non-readable
22355 sub-directories while trying to find matches instead of signaling
22356 an error (bug#6297).
22357
22358 * man.el (Man-reference-regexp): Allow matching possible
22359 word-wrapped references (bug#6289).
22360
22361 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
22362 for consistency with the other vc buffers (bug#6197).
22363 (vc-checkin): Ditto.
22364
22365 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
22366
22367 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
22368
22369 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
22370
22371 * custom.el (defcustom): Clarify that :set is only used in the
22372 Customize user interface (bug#6089).
22373
22374 * progmodes/flymake.el (flymake-mode): If the buffer isn't
22375 associated with a file, refuse to run instead of erroring out
22376 (bug#6084).
22377
22378 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
22379 the doc string, since it appears that using `fill-column' always
22380 controls the width (bug#7845).
22381
22382 * simple.el (shell-command-on-region): Say where the error output
22383 went if `shell-command-default-error-buffer' is set (bug#6857).
22384
22385 2011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
22386
22387 * allout.el (allout-yank-processing): Adjust cursor position for
22388 backwards-deleted space.
22389
22390 (allout-rebullet-heading): Register changes with
22391 allout-exposure-changed-hook, so the modified topic is properly
22392 decorated.
22393
22394 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
22395
22396 * minibuffer.el (completion-in-region): Document PREDICATE
22397 (bug#7136).
22398
22399 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
22400 of keyword/argument pairs (bug#6904).
22401
22402 * replace.el (multi-occur):
22403 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
22404
22405 2011-07-02 Drew Adams <drew.adams@oracle.com>
22406
22407 * dired.el (dired-mark-if): Make the message about whether it's
22408 marking or unmarking clearer (bug#8523).
22409
22410 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
22411
22412 * disp-table.el (display-table-print-array): New function.
22413 (describe-display-table): Use it to print the vectors more pretty
22414 (Bug#8859).
22415
22416 2011-07-02 Martin Rudalics <rudalics@gmx.at>
22417
22418 * window.el (window-state-get-1): Don't assign clone numbers.
22419 Add clone-of item to list of window parameters.
22420 (window-state-put-2): Don't process clone numbers.
22421 (display-buffer-alist): Fix doc-string.
22422
22423 2011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
22424
22425 * subr.el (remq): Don't allocate if it's not needed.
22426 (keymap--menu-item-binding, keymap--menu-item-with-binding)
22427 (keymap--merge-bindings): New functions.
22428 (keymap-canonicalize): Use them to refine the canonicalization.
22429 * minibuffer.el (minibuffer-local-completion-map)
22430 (minibuffer-local-must-match-map): Move initialization from C.
22431 (minibuffer-local-filename-completion-map): Move initialization from C;
22432 don't inherit from anything here.
22433 (minibuffer-local-filename-must-match-map): Make obsolete.
22434 (completing-read-default): Use make-composed-keymap to combine
22435 minibuffer-local-filename-completion-map with either
22436 minibuffer-local-must-match-map or
22437 minibuffer-local-filename-completion-map.
22438
22439 2011-07-01 Glenn Morris <rgm@gnu.org>
22440
22441 * type-break.el (type-break-time-sum): Use dolist.
22442
22443 * textmodes/flyspell.el (flyspell-word-search-backward):
22444 Replace CL function.
22445
22446 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
22447
22448 * mouse.el (mouse--strip-first-event): New function.
22449 (function-key-map): Use it to map fringe clicks to normal clicks
22450 by default.
22451
22452 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
22453 (vc-bzr-revision-completion-table): Add support for annotate and date.
22454
22455 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
22456 inherit from parent.
22457
22458 2011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
22459
22460 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
22461 (dired-show-file-type): Doc fixup (bug#8818).
22462
22463 * dired.el (dired-mode): Fix up the doc string as suggested by
22464 Drew Adams (bug#8817).
22465
22466 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
22467 cookie, since the manual says that it should be possible to add
22468 this function to `find-file-hook' (bug#8709).
22469
22470 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
22471
22472 * progmodes/cfengine.el: Moved all cfengine3.el functionality
22473 here. Noted Ted Zlatanov as the maintainer.
22474 (cfengine-common-settings, cfengine-common-syntax): New functions
22475 to set up common things between `cfengine-mode' and
22476 `cfengine3-mode'.
22477 (cfengine3-mode): New mode.
22478 (cfengine3-defuns cfengine3-defuns-regex
22479 (cfengine3-class-selector-regex cfengine3-category-regex)
22480 (cfengine3-vartypes cfengine3-font-lock-keywords)
22481 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
22482 (cfengine3-indent-line): Add from cfengine3.el.
22483
22484 2011-07-01 Michael Albinus <michael.albinus@gmx.de>
22485
22486 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
22487
22488 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
22489
22490 2011-07-01 Martin Rudalics <rudalics@gmx.at>
22491
22492 * window.el (same-window-buffer-names, same-window-regexps)
22493 (same-window-p, special-display-frame-alist)
22494 (special-display-popup-frame, special-display-function)
22495 (special-display-buffer-names, special-display-regexps)
22496 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
22497 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
22498 (split-window-preferred-function, split-height-threshold)
22499 (split-width-threshold, even-window-heights)
22500 (display-buffer-mark-dedicated, window-splittable-p)
22501 (split-window-sensibly, window-safely-shrinkable-p):
22502 Un-obsolete.
22503 (display-buffer): Don't spread args with function specifier
22504 because special-display-popup-frame won't like it.
22505
22506 2011-07-01 Paul Eggert <eggert@cs.ucla.edu>
22507
22508 Time-stamp simplifications and fixes.
22509 These improve accuracy slightly, and future-proof the code
22510 against some potential changes to current-time format.
22511
22512 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
22513 by using time-since and float-time.
22514
22515 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
22516 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
22517 + NNN microseconds".
22518
22519 * type-break.el (type-break-time-sum): Rewrite using time-add.
22520
22521 * play/hanoi.el (hanoi-current-time-float): Remove.
22522 All uses replaced by float-time.
22523
22524 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
22525 This yields a more-accurate answer.
22526 (rng-time-to-float): Remove; no longer needed.
22527
22528 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
22529
22530 * calendar/timeclock.el (timeclock-seconds-to-time):
22531 Defalias to seconds-to-time, since they're the same thing.
22532
22533 * emacs-lisp/elp.el (elp-elapsed-time):
22534 * emacs-lisp/benchmark.el (benchmark-elapse):
22535 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
22536
22537 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
22538
22539 * window.el (bury-buffer): Don't iconify the only frame.
22540 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
22541 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
22542
22543 2011-07-01 Chong Yidong <cyd@stupidchicken.com>
22544
22545 * eshell/em-smart.el (eshell-smart-display-navigate-list):
22546 Add mouse-yank-primary.
22547
22548 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
22549
22550 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
22551
22552 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
22553
22554 * emacs-lisp/find-func.el (find-library--load-name): New fun.
22555 (find-library-name): Use it to find relative load names when provided
22556 absolute file name (bug#8803).
22557
22558 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
22559
22560 * textmodes/flyspell.el (flyspell-word): Consider words that
22561 differ only in case as potential doublons (bug#5687).
22562
22563 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
22564 Remove two rather uninteresting debugging-like messages to make
22565 debbugs.el more silent.
22566
22567 * comint.el (comint-password-prompt-regexp): Accept "Response" as
22568 a password-like phrase.
22569
22570 2011-06-30 Masatake YAMATO <yamato@redhat.com>
22571
22572 * progmodes/cc-guess.el: New file.
22573
22574 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
22575
22576 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
22577 derived from `c-basic-common-init'.
22578
22579 * progmodes/cc-mode.el (top-level): Require cc-guess.
22580 (c-basic-common-init): Use `cc-choose-style-for-mode'.
22581
22582 2011-06-30 Lawrence Mitchell <wence@gmx.li>
22583
22584 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
22585
22586 2011-06-30 Alan Mackenzie <acm@muc.de>
22587
22588 * progmodes/cc-engine.el (c-guess-continued-construct):
22589 Correct the handling of template-args-cont, particularly for when font
22590 lock is disabled. Name this case as "CASE G".
22591
22592 2011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
22593
22594 * allout.el (allout-yank-processing): Fix injection of extra space
22595 between bullet and non-whitespace character in first topic when
22596 pasting, ensuring that the actual spacing in the pasted topic
22597 following the bullet char is preserved. This extra space was
22598 causing pasted encrypted topics to get a decrypted status even
22599 when the content was actually still encrypted. Now the decryption
22600 status from before the paste is preserved.
22601
22602 (allout-flag-region): Set all allout overlays so they evaporate
22603 when reduced to zero length (evanescent), to prevent overlay
22604 leakage.
22605
22606 2011-06-30 Glenn Morris <rgm@gnu.org>
22607
22608 * w32-fns.el (w32-charset-info-alist): Declare.
22609
22610 * find-dired.el (find-grep-options): Simplify.
22611
22612 * term/ns-win.el (ns-set-resource): Declare.
22613
22614 * ses.el (row, col): Declare dynamic variables honestly.
22615
22616 * textmodes/reftex-parse.el (index-tags): Declare.
22617
22618 2011-06-30 Chong Yidong <cyd@stupidchicken.com>
22619
22620 * cus-edit.el (customize-push-and-save): New function.
22621
22622 * files.el (hack-local-variables-confirm): Use it.
22623
22624 * custom.el (load-theme): New arg NO-CONFIRM.
22625 Use customize-push-and-save (Bug#8720).
22626 (custom-enabled-themes): Doc fix.
22627
22628 * cus-theme.el (customize-create-theme)
22629 (custom-theme-merge-theme): Callers to load-theme changed.
22630
22631 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
22632
22633 * thingatpt.el (thing-at-point-short-url-regexp): Require that
22634 short URLs have at least one dot in them (bug #7614).
22635
22636 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
22637 nil, because using a pty is apparently too slow (bug #895).
22638
22639 2011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
22640
22641 * mail/sendmail.el (sendmail-query-once): New function.
22642 (sendmail-query-once-function): New variable.
22643
22644 2011-06-29 Glenn Morris <rgm@gnu.org>
22645
22646 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
22647
22648 * ses.el (top-level): Require cl when compiling.
22649 (ses-set-localvars): Fix error statement.
22650 Call it at compile time to silence a storm of warnings.
22651
22652 2011-06-29 Martin Rudalics <rudalics@gmx.at>
22653
22654 * window.el (normalize-live-buffer): Rename to
22655 window-normalize-buffer.
22656 (normalize-live-frame): Rename to window-normalize-frame.
22657 (normalize-any-window): Rename to window-normalize-any-window.
22658 (normalize-live-window): Rename to window-normalize-live-window.
22659 (make-window-atom): Rename to window-make-atom.
22660 (window-resize-reset): Rename to window--resize-reset.
22661 (window-resize-reset-1): Rename to window--resize-reset-1.
22662 (resize-mini-window): Rename to window--resize-mini-window.
22663 (resize-subwindows-skip-p): Rename to
22664 window--resize-subwindows-skip-p.
22665 (resize-subwindows-normal): Rename to
22666 window--resize-subwindows-normal.
22667 (resize-subwindows): Rename to window--resize-subwindows.
22668 (resize-other-windows): Rename to window--resize-siblings.
22669 (resize-this-window): Rename to window--resize-this-window.
22670 (resize-root-window): Rename to window--resize-root-window.
22671 (resize-root-window-vertically): Rename to
22672 window--resize-root-window-vertically.
22673 (normalize-buffer-to-display): Rename to
22674 window-normalize-buffer-to-display.
22675 (normalize-buffer-to-switch-to): Rename to
22676 window-normalize-buffer-to-switch-to.
22677 Correspondingly update all callers of the functions listed
22678 above.
22679 (display-buffer-alist, display-buffer-normalize-arguments)
22680 (display-buffer-normalize-options, display-buffer)
22681 (display-buffer-alist-set): Use "function" instead of
22682 "fun-with-args".
22683
22684 2011-06-28 Chong Yidong <cyd@stupidchicken.com>
22685
22686 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
22687 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
22688 debbugs.gnu.org. Mention acknowledgment email.
22689
22690 2011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
22691
22692 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
22693 buffer multibyteness, since it shouldn't matter.
22694
22695 2011-06-28 Martin Rudalics <rudalics@gmx.at>
22696
22697 * window.el (display-buffer-in-side-window): Handle dedicated
22698 windows as in display-buffer-reuse-window.
22699 (display-buffer-normalize-alist): Use value of override
22700 specifier.
22701 (display-buffer-normalize-specifiers): Use value of
22702 other-window-means-other-frame specifier.
22703 (display-buffer-alist): Rewrite some texts in widgets.
22704 (display-buffer): Spread arguments when calling function
22705 specified by fun-with-args.
22706
22707 2011-06-28 Deniz Dogan <deniz@dogan.se>
22708
22709 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
22710 Unnest `let'.
22711
22712 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
22713 selectors (Bug#5732).
22714 (css-proprietary-nmstart-re): Use `regexp-opt'.
22715
22716 2011-06-27 Jari Aalto <jari.aalto@cante.net>
22717
22718 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
22719 (eshell-ls-date-format): New defcustom.
22720 (eshell-ls-file): Use it.
22721
22722 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
22723
22724 * help-fns.el (describe-variable): Fix message for terminal-local vars.
22725
22726 2011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
22727
22728 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
22729 (ange-ftp-make-tmp-name): New arg.
22730 (ange-ftp-file-local-copy): Use it.
22731
22732 2011-06-27 Jambunathan K <kjambunathan@gmail.com>
22733
22734 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
22735 no-conversion (Bug#8870).
22736
22737 2011-06-27 Martin Rudalics <rudalics@gmx.at>
22738
22739 * window.el (window-right, window-left, window-child)
22740 (window-child-count, window-last-child)
22741 (window-iso-combination-p, walk-window-tree-1)
22742 (window-atom-check-1, window-tree-1, delete-window)
22743 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
22744 new naming conventions - window-vchild, window-hchild,
22745 window-next and window-prev are now called window-top-child,
22746 window-left-child, window-next-sibling and window-prev-sibling
22747 respectively.
22748 (resize-window-reset): Rename to window-resize-reset.
22749 (resize-window-reset-1): Rename to window-resize-reset-1.
22750 (resize-window): Rename to window-resize.
22751 (window-min-height, window-min-width)
22752 (resize-mini-window, resize-this-window, resize-root-window)
22753 (resize-root-window-vertically, adjust-window-trailing-edge)
22754 (enlarge-window, shrink-window, maximize-window)
22755 (minimize-window, delete-window, quit-restore-window)
22756 (split-window, balance-windows, balance-windows-area-adjust)
22757 (balance-windows-area, window-state-put-2)
22758 (display-buffer-even-window-sizes, display-buffer-set-height)
22759 (display-buffer-set-width, set-window-text-height)
22760 (fit-window-to-buffer): Rename all "resize-window" prefixed
22761 calls to use the "window-resize" prefix convention.
22762 (display-buffer-alist): Fix symbol for label specifier.
22763 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
22764 corresponding specifier.
22765 Reported by Juanma Barranquero <lekktu@gmail.com>.
22766
22767 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
22768
22769 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
22770 convention.
22771 (ses-call-printer): Does not pass an empty string to formatter when the
22772 cell is empty to keep from barking printer Calc math-format-value.
22773
22774 2011-06-27 Richard Stallman <rms@gnu.org>
22775
22776 * battery.el (battery-mode-line-limit): New variable.
22777 (battery-update): Handle it.
22778
22779 * mail/rmailmm.el (rmail-mime-process-multipart):
22780 Handle truncated messages.
22781
22782 2011-06-27 Glenn Morris <rgm@gnu.org>
22783
22784 * progmodes/flymake.el (flymake-err-line-patterns):
22785 Allow for column numbers in the ant/javac pattern. (Bug#8866)
22786
22787 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
22788
22789 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
22790 (ses--clean-!, ses--clean-_): New functions.
22791 (ses-range): Add configurability of readout order, and conversion
22792 to Calc vector.
22793
22794 * ses.el (ses-repair-cell-reference-all): New function.
22795 (ses-cell-symbol): Set macro as safe, so that it can be used in
22796 formulas.
22797
22798 * ses.el: Update cycle detection algorithm.
22799 (ses-localvars): Add ses--Dijkstra-attempt-nb and
22800 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
22801 (ses-set-localvars): New function.
22802 (ses-make-cell): Add property-list as a cell element.
22803 (ses-cell-property-get-fun, ses-cell-property-get)
22804 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
22805 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
22806 New functions.
22807 (ses-cell-property-set, ses-cell-property-pop)
22808 (ses-cell-property-get-handle): New macro.
22809 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
22810 New aliases, used for code readability.
22811 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
22812 cycle detection.
22813 (ses-self-reference-early-detection): New defcustom.
22814 (ses-formula-references): Robustify against self-referring cells.
22815 (ses-mode): Use ses-set-localvars.
22816 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
22817 before lauching the update processing.
22818 (ses-initialize-Dijkstra-attempt): New function.
22819 (ses-recalculate-cell): Update for cycle detection based on
22820 Dijkstra algorithm.
22821
22822 * ses.el: Fix commenting and indenting convention.
22823
22824 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
22825
22826 * bs.el (bs-cycle-next): Complete last change.
22827
22828 2011-06-27 Drew Adams <drew.adams@oracle.com>
22829
22830 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
22831
22832 2011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
22833
22834 * net/network-stream.el (network-stream-open-starttls):
22835 Don't re-get capabilities unless we've reestablished connection.
22836 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
22837
22838 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
22839 to binary to possibly avoid line encoding issues on Windows (among
22840 other things).
22841
22842 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
22843
22844 * net/network-stream.el (open-network-stream): Return an :error
22845 saying what the problem was, if possible.
22846
22847 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
22848 server.
22849
22850 * net/network-stream.el (network-stream-open-starttls): If we
22851 wanted to use STARTTLS, and the server offered it, but we weren't
22852 able to because we had no STARTTLS support, then close the connection.
22853 (open-network-stream): Return an :error element, if present.
22854
22855 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
22856
22857 * hl-line.el (hl-line-sticky-flag): Doc fix.
22858 (global-hl-line-sticky-flag): New option (Bug#8323).
22859 (global-hl-line-highlight): Obey it.
22860
22861 * vc/vc.el (vc-revert-show-diff): Default to t.
22862
22863 2011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
22864
22865 * allout-widgets.el (allout-widgets-post-command-business):
22866 Stop decorating intermediate isearch matches. They're not being
22867 undecorated when an isearch is continued past, and isearch
22868 automatically collapses them. This leads to "widget leaks", where
22869 decorated items accumulate in collapsed areas. Lines with lots of
22870 hidden widgets can slow down cursor travel, substantially.
22871 Too much complicated machinery would be needed to ensure undecoration,
22872 so we're doing without this nicety.
22873
22874 (allout-widgets-tally-string): Don't try to do a hash-table-count
22875 of allout-widgets-tally when it's nil. This eliminates spurious "Error
22876 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
22877 *Messages* when allout-widgets-maintain-tally is t.
22878
22879 2011-06-26 Martin Rudalics <rudalics@gmx.at>
22880
22881 * window.el (display-buffer-normalize-argument): Rename to
22882 display-buffer-normalize-arguments. Handle special meaning of
22883 LABEL argument. Respect special-display-function when popping up
22884 a new frame. Fix code searching for a window showing the buffer
22885 on another frame.
22886 (display-buffer-normalize-specifiers):
22887 Call display-buffer-normalize-arguments.
22888 (display-buffer-in-window): Don't undedicate the window if its
22889 buffer remains the same.
22890 Reported by Drew Adams <drew.adams@oracle.com>.
22891 (display-buffer-alist): Add choice for same-window macro
22892 specfier.
22893 (display-buffer): Mention special meaning of LABEL argument in
22894 doc-string. Fix quoting. Don't pop up a new frame even as
22895 fallback.
22896
22897 2011-06-26 Juanma Barranquero <lekktu@gmail.com>
22898
22899 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
22900 avoid deleting the current window in some cases (bug#8911).
22901
22902 2011-06-26 Andreas Schwab <schwab@linux-m68k.org>
22903
22904 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
22905 (Bug#8934)
22906
22907 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
22908
22909 * net/network-stream.el (network-stream-open-starttls):
22910 Use built-in TLS support if `gnutls-available-p' is true.
22911 (network-stream-open-tls): Ditto.
22912
22913 2011-06-26 Leo Liu <sdl.web@gmail.com>
22914
22915 * register.el (registerv): New struct.
22916 (registerv-make): New function.
22917 (jump-to-register, describe-register-1, insert-register):
22918 Support the jump-func, print-func and insert-func slot of a registerv
22919 struct. (Bug#8415)
22920
22921 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
22922
22923 * vc/vc.el (vc-revert-show-diff): New defcustom.
22924 (vc-diff-internal): New arg specifying diff buffer.
22925 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
22926 reuse an existing *vc-diff* buffer (Bug#8927).
22927
22928 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
22929
22930 2011-06-26 Glenn Morris <rgm@gnu.org>
22931
22932 * progmodes/f90.el (f90-critical-indent): New option.
22933 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
22934 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
22935 (f90-mode): Doc fix.
22936 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
22937 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
22938 (f90-beginning-of-block, f90-next-block, f90-indent-region)
22939 (f90-match-end): Handle block, critical.
22940
22941 2011-06-25 Glenn Morris <rgm@gnu.org>
22942
22943 * calendar/diary-lib.el (diary-included-files): Doc fix.
22944 (diary-include-files): New function, extracted from
22945 diary-include-other-diary-files and diary-mark-included-diary-files.
22946 (diary-include-other-diary-files, diary-mark-included-diary-files):
22947 Just call diary-include-files.
22948 (diary-mark-entries): Reset diary-included-files on first call.
22949
22950 * calendar/diary-lib.el (diary-mark-entries)
22951 (diary-mark-included-diary-files):
22952 Visit included diary-files in temp buffers.
22953
22954 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
22955 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
22956 (f90-start-block-re, f90-imenu-generic-expression)
22957 (f90-looking-at-program-block-start, f90-no-block-limit):
22958 Add support for submodules.
22959
22960 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
22961 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
22962
22963 2011-06-25 Eli Zaretskii <eliz@gnu.org>
22964
22965 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
22966 buffer-file-type before setting its value, to avoid disastrous
22967 global effects on decoding files for DOS/Windows systems. (Bug#8780)
22968
22969 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
22970
22971 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
22972
22973 * ses.el (ses-unload-function):
22974 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
22975
22976 * proced.el (proced-unload-function):
22977 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
22978
22979 2011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
22980
22981 * server.el (server-create-window-system-frame): Add parameters arg.
22982 (server-process-filter): Doc fix. Handle frame-parameters.
22983
22984 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
22985
22986 Fix bug#8730, bug#8781.
22987
22988 * loadhist.el (unload--set-major-mode): New function.
22989 (unload-feature): Use it.
22990
22991 * progmodes/python.el (python-after-info-look): Add autoload cookie.
22992 (python-unload-function): New function.
22993
22994 2011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
22995
22996 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
22997
22998 2011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
22999
23000 * net/browse-url.el (browse-url-firefox-program): Add icecat to
23001 the candidates list.
23002
23003 2011-06-24 Juanma Barranquero <lekktu@gmail.com>
23004
23005 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
23006
23007 2011-06-23 Richard Stallman <rms@gnu.org>
23008
23009 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
23010 (rmail-variables): Set next-error-move-function.
23011 (rmail-what-message): Take argument POS.
23012 (rmail-next-error-move): New function.
23013
23014 2011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
23015
23016 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
23017 messages for adjacent non-terminals.
23018
23019 2011-06-23 Richard Stallman <rms@gnu.org>
23020
23021 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
23022 (rmail-show-message-1): Preserve buffer modified flag.
23023 (rmail-start-mail): Don't specify use of rmail-mail-return;
23024 that's done by mail-bury now.
23025 (rmail-mail-return): Handle arg NEWBUF.
23026
23027 2011-06-23 Michael Albinus <michael.albinus@gmx.de>
23028
23029 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
23030 SIZE is a number.
23031
23032 2011-06-23 Martin Rudalics <rudalics@gmx.at>
23033
23034 * window.el (get-lru-window, get-mru-window)
23035 (get-largest-window): Never return a minibuffer window.
23036 (display-buffer-pop-up-window): Fix a bug that could lead to
23037 reusing the minibuffer window.
23038 (display-buffer): Pass original specifier argument to
23039 display-buffer-function instead of the normalized one.
23040 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
23041
23042 2011-06-22 Leo Liu <sdl.web@gmail.com>
23043
23044 * minibuffer.el (completing-read-function)
23045 (completing-read-default): Move from minibuf.c.
23046
23047 2011-06-22 Richard Stallman <rms@gnu.org>
23048
23049 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
23050 to Rmail even if not started by a special Rmail command.
23051
23052 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
23053 Copy the buffer currently showing just one message.
23054
23055 2011-06-22 Roland Winkler <winkler@gnu.org>
23056
23057 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
23058 (bibtex-clean-entry): First delete the old key so that a
23059 customized algorithm for generating the new key does not get
23060 confused by the old key.
23061 (bibtex-url): Obey regexp of first step.
23062 (bibtex-search-entries): Do not use add-to-list with local
23063 list-var.
23064
23065 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
23066
23067 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
23068 stored a user name, then query for the password first, instead of
23069 waiting for SMTP to give an error message and the trying again.
23070
23071 2011-06-22 Lawrence Mitchell <wence@gmx.li>
23072
23073 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
23074 BUFFER in call-process.
23075
23076 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
23077
23078 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
23079 QUIT twice.
23080 (smtpmail-try-auth-methods): Require user name and password from
23081 auth-source.
23082
23083 2011-06-22 Martin Rudalics <rudalics@gmx.at>
23084
23085 * window.el (display-buffer-default-specifiers)
23086 (display-buffer-alist): Remove entries for pop-up-frame-alist.
23087 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
23088 (split-window): Normalize SIDE argument (Bug#8916).
23089
23090 * frame.el (pop-up-frame-alist, pop-up-frame-function)
23091 (special-display-frame-alist, special-display-popup-frame):
23092 Remove duplicate declarations. These are now in window.el.
23093
23094 2011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
23095
23096 * mail/smtpmail.el (smtpmail-via-smtp):
23097 Set :use-starttls-if-possible so that we always use STARTTLS if the
23098 server supports it. SMTP servers that support STARTTLS commonly
23099 require it.
23100
23101 * net/network-stream.el (network-stream-open-starttls): Support
23102 upgrading to STARTTLS always, even if we don't have built-in support.
23103 (open-network-stream): Add the :always-query-capabilities keyword.
23104
23105 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
23106 upgrades with `open-network-stream', and rely solely on
23107 auth-source for all credentials. Big changes throughout the file,
23108 but in particular:
23109 (smtpmail-auth-credentials): Remove.
23110 (smtpmail-starttls-credentials): Remove.
23111 (smtpmail-via-smtp): Check for servers saying they want AUTH after
23112 MAIL FROM, too.
23113
23114 * net/network-stream.el (network-stream-open-starttls):
23115 Provide support for client certificates both for external and built-in
23116 STARTTLS.
23117 (auth-source): Require.
23118 (open-network-stream): Document the :client-certificate keyword.
23119 (network-stream-certificate): Change cert-cert to cert and
23120 cert-key to key.
23121
23122 2011-06-21 Michael Albinus <michael.albinus@gmx.de>
23123
23124 * net/tramp-cache.el (top): Don't load the persistency file when
23125 "emacs -Q" has been called.
23126
23127 2011-06-21 Tim Harper <timcharper@gmail.com>
23128
23129 * term/ns-win.el (ns-initialize-window-system):
23130 Set application-specific `ApplePressAndHoldEnabled' system
23131 resource to NO as it is not yet supported by the NS port.
23132
23133 2011-06-21 Juanma Barranquero <lekktu@gmail.com>
23134
23135 * misc.el (list-dynamic-libraries--refresh): Compute header here...
23136 (list-dynamic-libraries): ...not here.
23137
23138 2011-06-21 Leo Liu <sdl.web@gmail.com>
23139
23140 * subr.el (sha1): Implement sha1 using secure-hash.
23141
23142 2011-06-21 Martin Rudalics <rudalics@gmx.at>
23143
23144 * window.el (display-buffer-alist): In default value do not
23145 enforce searching a window on any but the selected frame.
23146 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
23147 (display-buffer-select-window): Remove function.
23148 (display-buffer-in-window): When a window on another frame gets
23149 reused, do not select it any more but just raise its frame if
23150 necessary (Bug#8851) and (Bug#8856).
23151 (display-buffer-normalize-options): Handle pop-up-frames related
23152 options more faithfully.
23153 (pop-to-buffer): Don't rely on `display-buffer' selecting the
23154 window if it is on another frame.
23155 (display-buffer-alist, display-buffer-default-specifiers):
23156 Don't make new frame unsplittable by default.
23157 (display-buffer-normalize-argument): Fix doc-string typo and use
23158 'same-frame-other-window instead of 'other-window when associating
23159 with display-buffer-macro-specifiers.
23160
23161 2011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
23162
23163 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
23164 New functions.
23165 (5x5-mode-map, 5x5-mode-menu): Bind them.
23166 (5x5-draw-grid): Tweak the solver's rendering.
23167
23168 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
23169
23170 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
23171 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
23172
23173 2011-06-21 Drew Adams <drew.adams@oracle.com>
23174
23175 * menu-bar.el: Use function variable instead of switch-to-buffer.
23176 (menu-bar-select-buffer-function): New variable.
23177 (menu-bar-update-buffers): Use it (bug#8876).
23178
23179 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
23180
23181 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
23182 variable's status.
23183
23184 2011-06-20 Jan Djärv <jan.h.d@swipnet.se>
23185
23186 * x-dnd.el (x-dnd-version-from-flags)
23187 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
23188 and long as number (Bug#8899).
23189 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
23190
23191 2011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
23192
23193 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
23194 (completion-try-completion, completion-all-completions): Compute the
23195 metadata argument if it's missing; make it optional (bug#8795).
23196
23197 * wid-edit.el: Use lex-bind and move towards completion-at-point.
23198 (widget-complete): Use new :completion-function property.
23199 (widget-completions-at-point): New function.
23200 (default): Use :completion-function instead of :complete.
23201 (widget-default-completions): Rename from widget-default-complete;
23202 Rewrite.
23203 (widget-string-complete, widget-file-complete, widget-color-complete):
23204 Remove functions.
23205 (file, symbol, function, variable, coding-system, color):
23206 * international/mule-cmds.el (default-input-method, charset)
23207 (language-info-custom-alist):
23208 * cus-edit.el (face): Use new property :completions.
23209
23210 * progmodes/pascal.el (pascal-completions-at-point): New function.
23211 (pascal-mode): Use it.
23212 (pascal-mode-map): Use completion-at-point.
23213 (pascal-toggle-completions): Make obsolete.
23214 (pascal-complete-word, pascal-show-completions):
23215 * progmodes/octave-mod.el (octave-complete-symbol):
23216 Redefine as obsolete alias.
23217 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
23218 Signal absence of completion info for old Octave,
23219 (inferior-octave-complete): Redefine as obsolete alias.
23220 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
23221 (meta-completions-at-point): Rename from meta-complete-symbol and
23222 adapt it for use on completion-at-point-functions.
23223 (meta-common-mode): Use it.
23224 (meta-looking-at-backward, meta-match-buffer): Remove.
23225 (meta-complete-symbol): Redefine as obsolete alias.
23226 (meta-common-mode-map): Use completion-at-point.
23227 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
23228 (makefile-mode-map): Use completion-at-point.
23229 (makefile-completions-at-point): Rename from makefile-complete and
23230 adapt it for use on completion-at-point-functions.
23231 (makefile-mode): Use it.
23232 (makefile-complete): Redefine as obsolete alias.
23233
23234 2011-06-20 Deniz Dogan <deniz@dogan.se>
23235
23236 * net/rcirc.el: Delete trailing whitespaces once and for all.
23237
23238 2011-06-20 Daniel Colascione <dan.colascione@gmail.com>
23239
23240 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
23241
23242 2011-06-19 Chong Yidong <cyd@stupidchicken.com>
23243
23244 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
23245
23246 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
23247
23248 2011-06-19 Martin Rudalics <rudalics@gmx.at>
23249
23250 * window.el (display-buffer-other-window-means-other-frame):
23251 Call display-buffer-normalize-alist.
23252 (display-buffer-normalize-specifiers-1): Rename to
23253 display-buffer-normalize-argument. New argument other-frame.
23254 Rewrite.
23255 (display-buffer-normalize-specifiers-2): Rename to
23256 display-buffer-normalize-options.
23257 (display-buffer-normalize-alist-1): New function.
23258 (display-buffer-normalize-specifiers-3): Rename to
23259 display-buffer-normalize-alist.
23260 Call display-buffer-normalize-alist-1.
23261 (display-buffer-normalize-options-inhibit): New variable.
23262 (display-buffer-normalize-specifiers): Rewrite calling
23263 display-buffer-normalize-alist,
23264 display-buffer-normalize-argument, and
23265 display-buffer-normalize-options. Don't call the latter if
23266 display-buffer-normalize-options-inhibit is non-nil.
23267 (frame-auto-delete): New option.
23268 (window-deletable-p): Use frame-auto-delete.
23269 (window-list-no-nils, window-state-ignored-parameters)
23270 (window-state-get-1, window-state-get, window-state-put-list)
23271 (window-state-put-1, window-state-put-2, window-state-put):
23272 New functions.
23273 (display-buffer-normalize-options): Move special-display-p group
23274 after pop-up-frame group (Bug#8851) and (Bug#8856).
23275
23276 2011-06-18 Chong Yidong <cyd@stupidchicken.com>
23277
23278 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
23279 groups (Bug#8776).
23280 (rx-submatch-n): New function.
23281 (rx): Document it.
23282
23283 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
23284 (Bug#8768).
23285
23286 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
23287
23288 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
23289
23290 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
23291 anytime existing face settings are present (Bug#8889).
23292
23293 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
23294 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
23295 Remove unused argument.
23296
23297 2011-06-18 Martin Rudalics <rudalics@gmx.at>
23298
23299 * window.el (display-buffer-default-specifiers):
23300 Remove pop-up-frame. Add pop-up-window-min-height,
23301 pop-up-window-min-width, and another reuse-window specifier
23302 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
23303 (display-buffer-normalize-specifiers-2):
23304 Handle split-height-threshold and split-width-threshold also when
23305 pop-up-windows is unset. Add a reuse-window specifier for the
23306 case popping up a new window fails.
23307 (special-display-popup-frame): Remove double quoting.
23308 (display-buffer-normalize-specifiers-1): Fix thinko.
23309
23310 2011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
23311
23312 * shell.el (shell-completion-vars): Set pcomplete-termination-string
23313 according to comint-completion-addsuffix.
23314
23315 * pcomplete.el: Convert to lexical binding and fix bug#8819.
23316 (pcomplete-suffix-list): Mark as obsolete.
23317 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
23318 pcomplete-seen in the closure.
23319 (pcomplete-comint-setup): Setup completion-at-point as well.
23320 (pcomplete--entries): New function.
23321 (pcomplete--env-regexp): New var.
23322 (pcomplete-entries): Rewrite to work with partial-completion and
23323 without relying on pcomplete-suffix-list.
23324 (pcomplete-pare-list): Remove, unused.
23325
23326 2011-06-17 Martin Rudalics <rudalics@gmx.at>
23327
23328 * window.el (display-buffer-alist): Set pop-up-window-min-height
23329 and pop-up-window-min-width in default value. Reported by
23330 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
23331 other-window-means-other-frame.
23332 (display-buffer-macro-specifiers): Comment out entry for
23333 other-window specifier.
23334 (display-buffer-other-window-means-other-frame): New function.
23335 (display-buffer-normalize-specifiers-1): New arguments
23336 buffer-name and label. Treat other-window case specially.
23337 (display-buffer-normalize-specifiers-2): Treat other-window case
23338 specially.
23339 (display-buffer-normalize-specifiers-3): New function.
23340 (display-buffer-normalize-specifiers):
23341 Call display-buffer-normalize-specifiers-3.
23342
23343 2011-06-17 Martin Rudalics <rudalics@gmx.at>
23344
23345 * window.el (same-window-p): Fix two typos introduced when
23346 adding with-no-warnings.
23347 (display-buffer-normalize-specifiers-1): Don't check
23348 pop-up-frames for 'unset initialization.
23349 (display-buffer-normalize-specifiers-2): Major rewrite using
23350 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
23351 (pop-up-frames, display-buffer-reuse-frames)
23352 (display-buffer-mark-dedicated): Don't initialize to 'unset.
23353 Suggested by David Engster <deng@randomsample.de>.
23354 (even-window-heights): Initialize to 'unset.
23355 (display-buffer-alist-set): Handle new 'unset initializations.
23356 (display-buffer-macro-specifiers): Don't pop up a new frame in the
23357 other window case.
23358
23359 2011-06-16 Martin Rudalics <rudalics@gmx.at>
23360
23361 * window.el (display-buffer-normalize-specifiers-1):
23362 Respect current value of pop-up-frames for most reasonable values of
23363 second argument of display-buffer (Bug#8865).
23364 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
23365 (switch-to-buffer-other-window-same-frame)
23366 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
23367 Adams (Bug#8875).
23368 (display-buffer): Don't check noninteractive when calling
23369 display-buffer-pop-up-frame.
23370 (display-buffer-pop-up-frame): Never pop up a frame in
23371 noninteractive mode (Bug#8857).
23372 (enlarge-window, shrink-window): Don't report an error when the
23373 window can't be resized as requested (Bug#8862).
23374
23375 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
23376
23377 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
23378
23379 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
23380
23381 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
23382
23383 2011-06-15 Alan Mackenzie <acm@muc.de>
23384
23385 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
23386 for declarators, disable knr checking to speed up for normal files.
23387 2: Refactor, replacing a sequence of nested if forms by a cond form.
23388
23389 2011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
23390
23391 * net/network-stream.el (open-network-stream): Add the keyword
23392 :always-query-capabilities for the case where you want to force a
23393 `plain' network connection, but the protocol still requires the
23394 capabilitiy command (i.e., SMTP and EHLO).
23395
23396 * subr.el (process-live-p): Rename from `process-alive-p' for
23397 consistency with other `-live-p' functions.
23398
23399 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
23400
23401 * window.el (same-window-buffer-names, same-window-regexps)
23402 (special-display-frame-alist, special-display-popup-frame)
23403 (special-display-function, special-display-buffer-names)
23404 (special-display-regexps, pop-up-frame-alist)
23405 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
23406 (pop-up-windows, split-window-preferred-function)
23407 (split-height-threshold, split-width-threshold, even-window-heights)
23408 (display-buffer-mark-dedicated): Don't encourage the use of
23409 display-buffer-alist from Elisp code.
23410
23411 2011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
23412
23413 * progmodes/python.el (python-mode): Derive from prog-mode.
23414 * progmodes/ps-mode.el (ps-mode):
23415 * progmodes/mixal-mode.el (mixal-mode):
23416 * progmodes/cfengine.el (cfengine-mode):
23417 * progmodes/ld-script.el (ld-script-mode): Likewise.
23418
23419 2011-06-15 Martin Rudalics <rudalics@gmx.at>
23420
23421 * window.el (display-buffer-alist): Trim default value to avoid
23422 popping up a new frame (Bug#8857) or reusing an arbitrary window
23423 on another frame.
23424 (display-buffer): Do not fall back on popping up a new frame in
23425 batch mode (Bug#8857).
23426
23427 2011-06-14 Chong Yidong <cyd@stupidchicken.com>
23428
23429 * cus-theme.el (describe-theme-1): Use custom-theme-p.
23430 (custom-theme-summary): New function.
23431 (customize-themes): Use it.
23432
23433 2011-06-13 Glenn Morris <rgm@gnu.org>
23434
23435 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
23436
23437 2011-06-13 Martin Rudalics <rudalics@gmx.at>
23438
23439 * help.el (help-window): Remove variable.
23440 (help-window-point-marker, temp-buffer-max-height)
23441 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
23442 (help-print-return-message): Don't set help-window.
23443 (resize-temp-buffer-window): Rewrite cod eand doc-string.
23444 (help-window-setup-finish): Remove.
23445 (help-window-display-message, help-window-setup)
23446 (with-help-window): Major rewrite based on new
23447 display-buffer-window variable.
23448
23449 * help-mode.el (help-mode-finish): Remove help-window related
23450 code.
23451
23452 * view.el (view-exits-all-viewing-windows): Remove reference to
23453 view-return-to-alist in doc-string.
23454 (view-return-to-alist): Make obsolete.
23455 (view-buffer): Call pop-to-buffer-same-window and remove
23456 undo-window code.
23457 (view-buffer-other-window): Call pop-to-buffer-other-window and
23458 simplify code. Ignore second argument.
23459 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
23460 simplify code. Ignore second argument.
23461 (view-return-to-alist-update): Make obsolete.
23462 (view-mode-enter): Rename second argument to QUIT-RESTORE.
23463 Rewrite using quit-restore window parameters.
23464 (view-mode-exit): Rename second argument to EXIT-ONLY.
23465 Rewrite using quit-restore-window.
23466 (View-exit, View-exit-and-edit, View-leave, View-quit)
23467 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
23468 appropriate arguments.
23469 (view-end-message): Use quit-restore window parameter.
23470
23471 * window.el (display-buffer-function): Rewrite doc-string.
23472 (display-buffer-window, display-buffer-alist): New variables.
23473 (display-buffer-split-specifiers)
23474 (display-buffer-side-specifiers)
23475 (display-buffer-macro-specifiers): New constants.
23476 (display-buffer-even-window-sizes, display-buffer-set-height)
23477 (display-buffer-set-width, display-buffer-select-window)
23478 (display-buffer-in-window, display-buffer-reuse-window)
23479 (display-buffer-split-window-1, display-buffer-split-window)
23480 (display-buffer-split-atom-window, display-buffer-pop-up-window)
23481 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
23482 (display-buffer-in-side-window, normalize-buffer-to-display)
23483 (display-buffer-normalize-specifiers-1)
23484 (display-buffer-normalize-specifiers-2)
23485 (display-buffer-normalize-specifiers, display-buffer-frame):
23486 New functions.
23487 (display-buffer): Major rewrite.
23488 (display-buffer-other-window, display-buffer-other-frame)
23489 (pop-to-buffer, switch-to-buffer-other-window)
23490 (switch-to-buffer-other-frame): Rewrite.
23491 (display-buffer-same-window, display-buffer-same-frame)
23492 (display-buffer-same-frame-other-window)
23493 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
23494 (pop-to-buffer-other-window)
23495 (pop-to-buffer-same-frame-other-window)
23496 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
23497 (switch-to-buffer-other-window-same-frame): New functions.
23498 (same-window-p, special-display-p): Rewrite disabling warnings.
23499 Make obsolete.
23500 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
23501 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
23502 Make obsolete
23503 (same-window-buffer-names, same-window-regexps)
23504 (special-display-frame-alist, special-display-popup-frame)
23505 (special-display-function, special-display-buffer-names)
23506 (special-display-regexps, pop-up-frame-alist)
23507 (pop-up-frame-function, split-window-preferred-function)
23508 (split-height-threshold, split-width-threshold)
23509 (even-window-heights): Make obsolete.
23510
23511 2011-06-12 Glenn Morris <rgm@gnu.org>
23512
23513 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
23514 Misc simplifications.
23515
23516 2011-06-12 Martin Rudalics <rudalics@gmx.at>
23517
23518 * window.el (window-safely-shrinkable-p): Restore function which
23519 was inadvertently removed in change from 2011-06-11. Declare as
23520 obsolete.
23521
23522 * calendar/calendar.el (calendar-generate-window):
23523 Use window-iso-combined-p instead of combination of one-window-p and
23524 window-safely-shrinkable-p.
23525
23526 2011-06-12 Glenn Morris <rgm@gnu.org>
23527
23528 * progmodes/fortran.el (fortran-mode-syntax-table):
23529 * progmodes/f90.el (f90-mode-syntax-table):
23530 Set % to punctuation. (Bug#8820)
23531 (f90-find-tag-default): Remove, no longer needed.
23532
23533 2011-06-12 Daniel Colascione <dan.colascione@gmail.com>
23534
23535 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
23536
23537 2011-06-11 Chong Yidong <cyd@stupidchicken.com>
23538
23539 * image.el (image-animated-p): Return animation delay in seconds.
23540 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
23541 (image-animate-timeout): Remove DELAY argument. Don't assume
23542 every subimage has the same delay; get it from image-animated-p.
23543 (image-animate): Caller changed.
23544
23545 2011-06-11 Michael Albinus <michael.albinus@gmx.de>
23546
23547 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
23548 to ignored backtrace functions.
23549
23550 2011-06-11 Glenn Morris <rgm@gnu.org>
23551
23552 * calendar/appt.el (appt-disp-window-function): Doc fix.
23553 (appt-check): Handle overlapping appointments. (Bug#8337)
23554
23555 2011-06-11 Martin Rudalics <rudalics@gmx.at>
23556
23557 * window.el (window-tree-1, window-tree): New functions, moving
23558 the latter to window.el.
23559 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
23560 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
23561 (bw-refresh-edges): Remove.
23562 (balance-windows-1, balance-windows-2): New functions.
23563 (balance-windows): Rewrite in terms of window tree functions,
23564 balance-windows-1 and balance-windows-2.
23565 (bw-adjust-window): Remove.
23566 (balance-windows-area-adjust): New function with functionality of
23567 bw-adjust-window but using resize-window.
23568 (set-window-text-height): Rewrite doc-string.
23569 Use normalize-live-window and resize-window.
23570 (enlarge-window-horizontally, shrink-window-horizontally):
23571 Rename argument to DELTA.
23572 (window-buffer-height): New function.
23573 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
23574 Rewrite using new window resize routines.
23575 (kill-buffer-and-window, mouse-autoselect-window-select):
23576 Use ignore-errors instead of condition-case.
23577 (quit-window): Call delete-frame instead of delete-windows-on
23578 for the only buffer on frame.
23579
23580 2011-06-10 Martin Rudalics <rudalics@gmx.at>
23581
23582 * loadup.el (top-level): Load window before files for the sake
23583 of replace-buffer-in-windows.
23584
23585 * files.el (read-buffer-to-switch)
23586 (switch-to-buffer-other-window)
23587 (switch-to-buffer-other-frame, display-buffer-other-frame):
23588 Move to window.el.
23589
23590 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
23591 (previous-buffer): Move to window.el.
23592
23593 * bindings.el (unbury-buffer): Move to window.el.
23594
23595 * window.el (delete-other-windows-vertically): Move after
23596 definition of delete-other-windows.
23597 (other-window, delete-windows-on, replace-buffer-in-windows):
23598 Move here from window.c.
23599 (record-window-buffer, unrecord-window-buffer)
23600 (set-window-buffer-start-and-point, switch-to-prev-buffer)
23601 (switch-to-next-buffer): New functions.
23602 (get-next-valid-buffer, last-buffer, next-buffer): Move here
23603 from simple.el. Call switch-to-next-buffer.
23604 (previous-buffer): Move here from simple.el.
23605 Call switch-to-prev-buffer.
23606 (bury-buffer): Move here from buffer.c. Switch to previous
23607 buffer when window cannot be deleted.
23608 (unbury-buffer): Move here from bindings.el.
23609 (ctl-x-map): Move binding for other-window from window.c to
23610 here.
23611 (read-buffer-to-switch, switch-to-buffer-other-window)
23612 (switch-to-buffer-other-frame): Move here from files.el.
23613 (normalize-buffer-to-switch-to): New functions.
23614 (switch-to-buffer): Move here from buffer.c.
23615 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
23616
23617 2011-06-10 Martin Rudalics <rudalics@gmx.at>
23618
23619 * window.el (window-min-height, window-min-width): Move here
23620 from window.c. Add defcustoms and rewrite doc-strings.
23621 (resize-mini-window, resize-window): New functions.
23622 (adjust-window-trailing-edge, enlarge-window, shrink-window):
23623 Move here from window.c.
23624 (maximize-window, minimize-window): New functions.
23625 (delete-window, delete-other-windows, split-window): Move here
23626 from window.c.
23627 (window-split-min-size): New function.
23628 (split-window-keep-point): Mention split-window-above-each-other
23629 instead of split-window-vertically.
23630 (split-window-above-each-other, split-window-vertically):
23631 Rename split-window-vertically to split-window-above-each-other
23632 and provide defalias for old definition.
23633 (split-window-side-by-side, split-window-horizontally):
23634 Rename split-window-horizontally to split-window-side-by-side
23635 and provide defalias for the old definition.
23636 (ctl-x-map): Move bindings for delete-window,
23637 delete-other-windows and enlarge-window here from window.c.
23638 Replace bindings for split-window-vertically and
23639 split-window-horizontally by bindings for
23640 split-window-above-each-other and split-window-side-by-side.
23641
23642 * cus-start.el (all): Remove entries for window-min-height and
23643 window-min-width. Add entries for window-splits and
23644 window-nest.
23645
23646 2011-06-09 Glenn Morris <rgm@gnu.org>
23647
23648 * calendar/appt.el (appt-mode-line): New function.
23649 (appt-check, appt-disp-window): Use it.
23650
23651 * files.el (hack-one-local-variable-eval-safep):
23652 Allow minor-modes with explicit +/-1 arguments.
23653
23654 2011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
23655
23656 * term/xterm.el (xterm): Add defgroup.
23657 (xterm-extra-capabilities): Add defcustom to supply known xterm
23658 capabilities, skip querying them, or query them (default).
23659 (terminal-init-xterm): Use it.
23660 (terminal-init-xterm-modify-other-keys): New function to set up
23661 modifyOtherKeys support to simplify `terminal-init-xterm'.
23662
23663 2011-06-09 Martin Rudalics <rudalics@gmx.at>
23664
23665 * window.el (resize-window-reset, resize-window-reset-1)
23666 (resize-subwindows-skip-p, resize-subwindows-normal)
23667 (resize-subwindows, resize-other-windows, resize-this-window)
23668 (resize-root-window, resize-root-window-vertically)
23669 (window-deletable-p, window-or-subwindow-p)
23670 (frame-root-window-p): New functions.
23671
23672 2011-06-09 Glenn Morris <rgm@gnu.org>
23673
23674 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
23675 (ange-ftp-get-files): Use it.
23676
23677 2011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
23678
23679 * mail/sendmail.el (mail-recover-1, mail-recover):
23680 * files.el (recover-file, recover-session):
23681 Handle dired-listing-switches not being just a single short option.
23682
23683 2011-06-09 Glenn Morris <rgm@gnu.org>
23684
23685 * calendar/appt.el (appt-display-message, appt-disp-window):
23686 Handle lists of appointments.
23687
23688 2011-06-08 Martin Rudalics <rudalics@gmx.at>
23689
23690 * window.el (one-window-p): Move down in code.
23691 Rewrite doc-string.
23692 (window-current-scroll-bars): Rewrite doc-string.
23693 Normalize live window argument.
23694 (walk-windows, get-window-with-predicate, count-windows):
23695 Rewrite doc-string. Use window-list-1.
23696 (window-in-direction-2, window-in-direction, get-mru-window):
23697 New functions.
23698
23699 2011-06-08 Reuben Thomas <rrt@sc3d.org>
23700
23701 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
23702 Doc fix (Bug#8713).
23703
23704 2011-06-08 Chong Yidong <cyd@stupidchicken.com>
23705
23706 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
23707
23708 2011-06-08 Juanma Barranquero <lekktu@gmail.com>
23709
23710 * loadhist.el (unload-feature-special-hooks):
23711 Add `comint-output-filter-functions'.
23712
23713 2011-06-08 Ivan Kanis <gnu@kanis.fr>
23714
23715 * calendar/appt.el (appt-check): Move some initializations into the let.
23716
23717 2011-06-08 Martin Rudalics <rudalics@gmx.at>
23718
23719 * window.el (window-height): Defalias to window-total-height.
23720 (window-width): Defalias to window-body-width.
23721
23722 2011-06-07 Chong Yidong <cyd@stupidchicken.com>
23723
23724 * image-mode.el (image-toggle-animation): New command.
23725 (image-mode-map): Bind it to RET.
23726 (image-mode): Update message.
23727 (image-toggle-display-image): Avoid a spurious cache flush.
23728 (image-transform-rotation): Doc fix.
23729 (image-transform-properties): Return quickly in the normal case.
23730 (image-animate-loop): Rename from image-animate-max-time.
23731
23732 * image.el (image-animate-max-time): Move to image-mode.el.
23733 (create-animated-image): Remove unnecessary function.
23734 (image-animate): Rename from image-animate-start. New arg.
23735 (image-animate-stop): Remove; just use image-animate-timer.
23736 (image-animate-timer): Use car-safe.
23737 (image-animate-timeout): Rename argument.
23738
23739 2011-06-07 Martin Rudalics <rudalics@gmx.at>
23740
23741 * window.el (get-lru-window, get-largest-window): Move here from
23742 window.c. Rename first argument to ALL-FRAMES.
23743 Rephrase doc-strings.
23744 (get-buffer-window-list): Rewrite using window-list-1.
23745 Rephrase doc-string.
23746 (window-safe-min-height, window-safe-min-width): New constants.
23747 (window-size-ignore, window-min-size, window-min-size-1)
23748 (window-sizable, window-sizable-p, window-size-fixed-1)
23749 (window-size-fixed-p, window-min-delta-1, window-min-delta)
23750 (window-max-delta-1, window-max-delta, window-resizable)
23751 (window-resizable-p, window-total-height, window-total-width)
23752 (window-body-width): New functions.
23753 (window-full-height-p, window-full-width-p): Rewrite using
23754 window-total-size.
23755 (window-body-height): Rewrite using window-body-size.
23756
23757 2011-06-06 Martin Rudalics <rudalics@gmx.at>
23758
23759 * window.el (window-right, window-left, window-child)
23760 (window-child-count, window-last-child, window-any-p)
23761 (normalize-live-buffer, normalize-live-frame)
23762 (normalize-any-window, normalize-live-window)
23763 (window-iso-combination-p, window-iso-combined-p)
23764 (window-iso-combinations)
23765 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
23766 (windows-with-parameter, window-with-parameter)
23767 (window-atom-root, make-window-atom, window-atom-check-1)
23768 (window-atom-check, window-side-check, window-check):
23769 New functions.
23770 (ignore-window-parameters, window-sides, window-sides-vertical)
23771 (window-sides-slots): New variables.
23772 (window-size-fixed): Move down in code. Minor doc-string fix.
23773
23774 2011-06-05 Andreas Schwab <schwab@linux-m68k.org>
23775
23776 * comint.el (comint-dynamic-complete-as-filename)
23777 (comint-dynamic-complete-filename): Correctly call
23778 completion-in-region.
23779
23780 2011-06-05 Deniz Dogan <deniz@dogan.se>
23781
23782 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
23783 in last change.
23784
23785 2011-06-05 Deniz Dogan <deniz@dogan.se>
23786
23787 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
23788 (rcirc): Use it to prompt for encryption.
23789
23790 2011-06-05 Roland Winkler <winkler@gnu.org>
23791
23792 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
23793 (bibtex-search-entries): New command bound to C-c C-a.
23794 (bibtex-display-entries): New function.
23795
23796 2011-06-05 Roland Winkler <winkler@gnu.org>
23797
23798 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
23799 (bibtex-insert-kill): After yanking insert newline if necessary.
23800 (bibtex-initialize): Call bibtex-string-files-init only once.
23801 (bibtex-mode): Do not call easy-menu-add.
23802 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
23803 (bibtex-yank): Set arg properly if nil.
23804
23805 2011-06-05 Roland Winkler <winkler@gnu.org>
23806
23807 * textmodes/bibtex.el (bibtex-search-entry-globally):
23808 New variable.
23809 (bibtex-search-entry): Use it.
23810
23811 2011-06-05 Roland Winkler <winkler@gnu.org>
23812
23813 * textmodes/bibtex.el (bibtex-entry-format): New option
23814 sort-fields.
23815 (bibtex-format-entry, bibtex-reformat): Honor this option.
23816 (bibtex-parse-entry): Return fields in proper order.
23817
23818 2011-06-05 Juanma Barranquero <lekktu@gmail.com>
23819
23820 * doc-view.el (doc-view-remove-if): Move computation of result out
23821 of `dolist' to silence misleading lexical-binding warning.
23822
23823 2011-06-04 Chong Yidong <cyd@stupidchicken.com>
23824
23825 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
23826 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
23827
23828 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
23829
23830 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
23831 "SunOS 5.10".
23832
23833 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
23834
23835 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
23836 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
23837 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
23838 (tramp-parse-putty):
23839 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
23840 (tramp-completion-function-alist-ssh)
23841 (tramp-completion-function-alist-telnet)
23842 (tramp-completion-function-alist-su)
23843 (tramp-completion-function-alist-putty): Set `tramp-autoload'
23844 cookie.
23845
23846 * net/tramp-ftp.el:
23847 * net/tramp-sh.el:
23848 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
23849 load "tramp.el" `tramp-set-completion-function'.
23850
23851 2011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
23852
23853 * shell.el: Require and use pcomplete.
23854 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
23855 (shell-completion-vars): Set pcomplete-default-completion-function.
23856
23857 2011-06-04 Deniz Dogan <deniz@dogan.se>
23858
23859 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
23860 `memq' (Bug#8799).
23861
23862 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
23863
23864 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
23865
23866 2011-06-02 Juanma Barranquero <lekktu@gmail.com>
23867
23868 * bs.el (bs--mark-unmark, bs--nth-wrapper):
23869 * mpc.el (mpc-select-extend, mpc-songpointer-context):
23870 * vc/log-view.el (log-view-beginning-of-defun):
23871 * vc/smerge-mode.el (smerge-apply-resolution-patch)
23872 (smerge-refine-forward, smerge-refine-chopup-region):
23873 Silence warning for unused `dotimes' counter variables.
23874
23875 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
23876
23877 * net/tramp.el (tramp-with-progress-reporter): Rename from
23878 with-progress-reporter. Use `declare'.
23879 * net/tramp-smb.el:
23880 * net/tramp-sh.el:
23881 * net/tramp-gvfs.el: Update all uses.
23882
23883 2011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
23884
23885 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
23886 buffer isn't killed before making it current.
23887
23888 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
23889
23890 Silence various byte-compiler warnings.
23891 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
23892 `access-type' and new obsolescence format.
23893 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
23894 new format.
23895 (byte-compile-check-variable): New `access-type' argument.
23896 Only warn if the access-type is obsolete.
23897 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
23898 (byte-compile-variable-set): Adjust callers.
23899 * help-fns.el (describe-variable): Adjust to new obsolescence format.
23900 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
23901 setting it as obsolete.
23902 * simple.el (minibuffer-completing-symbol):
23903 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
23904 access as obsolete.
23905 * minibuffer.el (minibuffer-completing-file-name): Don't make it
23906 obsolete yet.
23907 * international/quail.el (quail-mouse-choose-completion): Remove unused
23908 code referring to obsolete var.
23909 (quail-choose-completion-string): Remove.
23910 * server.el (server-clients-with, server-kill-buffer-query-function)
23911 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
23912 * proced.el (proced-send-signal):
23913 * emacs-lisp/lisp.el (lisp-complete-symbol):
23914 Replace completion-annotate-function with completion-extra-properties.
23915
23916 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
23917
23918 * simple.el (goto-line): Use read-number.
23919 (overriding-map-is-bound): Remove.
23920 (saved-overriding-map): Change default.
23921 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
23922 Take the map as argument.
23923 (universal-argument, negative-argument, digit-argument): Use it.
23924 (restore-overriding-map): Adjust.
23925 (do-auto-fill): Use fill-forward-paragraph.
23926 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
23927
23928 * minibuffer.el (minibuffer-inactive-mode-map): New var.
23929 (minibuffer-inactive-mode): New major mode.
23930 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
23931 the *Messages* buffer" hack.
23932 (mouse-popup-menubar): Don't burp if the event is a normal key.
23933
23934 Miscellaneous tweaks.
23935 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
23936 lexical scoping as in subr.el's dolist and dotimes.
23937 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
23938 Silence compiler warning.
23939 * thingatpt.el (forward-whitespace): Trivial coding style fix.
23940 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
23941 * international/ccl.el (ccl-compile): Trivial simplification.
23942 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
23943 * emacs-lisp/testcover.el (testcover-end): Remove spurious
23944 `printflag' argument.
23945 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
23946 Purecopy the whole obsolescence data.
23947
23948 2011-06-01 Leo Liu <sdl.web@gmail.com>
23949
23950 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
23951 improve doc-string as suggested by Marco Pessotto
23952 <melmothx@gmail.com>.
23953 (rcirc-print): Fix last change.
23954
23955 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
23956
23957 * minibuffer.el (complete-with-action): Return nil for the metadata and
23958 boundaries of non-functional tables.
23959 (completion-table-dynamic): Return nil for the metadata.
23960 (completion-table-with-terminator): Add default case, using
23961 complete-with-action.
23962 (completion--metadata): New function.
23963 (completion-all-sorted-completions, minibuffer-completion-help): Use it
23964 to try and avoid pathological performance problems.
23965 (completion--embedded-envvar-table): Return `category' metadata.
23966
23967 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
23968
23969 * subr.el (process-alive-p): New tiny convenience function.
23970
23971 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
23972
23973 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
23974 content but also its previous major mode.
23975
23976 2011-05-31 Helmut Eller <eller.helmut@gmail.com>
23977
23978 * emacs-lisp/debug.el (debug): Restore the previous content of the
23979 *Backtrace* buffer when we exit with C-M-c.
23980
23981 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
23982
23983 * minibuffer.el: Add metadata method to completion tables.
23984 (completion-category-overrides): New defcustom.
23985 (completion-metadata, completion--field-metadata)
23986 (completion-metadata-get, completion--styles)
23987 (completion--cycle-threshold): New functions.
23988 (completion-try-completion, completion-all-completions):
23989 Add `metadata' argument to choose completion-styles.
23990 (completion--do-completion): Use metadata to choose cycling.
23991 (completion-all-sorted-completions): Use metadata for sorting.
23992 Remove :completion-cycle-penalty which is not needed any more.
23993 (completion--try-word-completion): Add `metadata' argument.
23994 (minibuffer-completion-help): Check metadata for annotation function
23995 and sorting.
23996 (completion-file-name-table): Return `category' metadata.
23997 (minibuffer-completing-file-name): Make obsolete.
23998 * simple.el (minibuffer-completing-symbol): Make obsolete.
23999 * icomplete.el (icomplete-completions): Pass new `metadata' param to
24000 completion-try-completion.
24001
24002 2011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
24003
24004 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
24005
24006 2011-05-30 Leo Liu <sdl.web@gmail.com>
24007
24008 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
24009 (rcirc-print): Decode all incoming messages (bug#8744).
24010 (rcirc-decode-coding-system): Allow value nil for automatic coding
24011 system detection.
24012
24013 2011-06-01 Glenn Morris <rgm@gnu.org>
24014
24015 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
24016
24017 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
24018
24019 * image.el (image-animate-max-time): Allow nil and t values.
24020 Default to nil.
24021 (create-animated-image): Doc fix.
24022 (image-animate-start): Remove second arg; just use
24023 image-animate-max-time.
24024 (image-animate-timeout): Doc fix. Args changed.
24025
24026 * image-mode.el (image-toggle-display-image): Ensure that the
24027 image spec passed to the animate timer is the same object as in
24028 the buffer's display property (Bug#6981).
24029 (image-transform-properties): Doc fix.
24030
24031 * image.el (image-animate-max-time): Default to nil.
24032
24033 2011-05-29 Martin Rudalics <rudalics@gmx.at>
24034
24035 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
24036 entire buffer list (Bug#8184).
24037
24038 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
24039
24040 * image.el (imagemagick-types-inhibit)
24041 (imagemagick-register-types): Doc fix.
24042
24043 2011-05-29 Deniz Dogan <deniz@dogan.se>
24044
24045 * net/rcirc.el (rcirc): Use the user's stored encryption method by
24046 default.
24047
24048 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
24049
24050 * select.el: Don't perform clipboard-manager saving in hooks;
24051 leave the hooks empty.
24052
24053 2011-05-28 Leo Liu <sdl.web@gmail.com>
24054
24055 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
24056 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
24057 (occur-edit-mode): New major mode (Bug#8463).
24058 (occur-after-change-function): New function.
24059 (occur-engine): Give Occur tags a read-only property.
24060
24061 2011-05-28 Kevin Ryde <user42@zip.com.au>
24062
24063 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
24064
24065 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
24066
24067 * bindings.el (help-echo): Make the initial non-indicator dash
24068 empty on graphical terminals (Bug#7295).
24069
24070 * files.el (auto-mode-alist): Move config rule after the
24071 in-stripping one (Bug#8547).
24072
24073 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
24074
24075 * startup.el (normal-splash-screen): Remove gratuitous mode-line
24076 setting (Bug#8740).
24077
24078 2011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
24079
24080 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
24081 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
24082 (Bug#8539).
24083
24084 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
24085
24086 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
24087
24088 2011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
24089
24090 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
24091 (hs-hide-block-at-point, hs-find-block-beginning)
24092 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
24093 (Bug#8279).
24094
24095 2011-05-28 Glenn Morris <rgm@gnu.org>
24096
24097 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
24098
24099 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
24100
24101 * help-fns.el (describe-function-1): If the function is a derived
24102 major mode, print the parent mode.
24103
24104 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
24105 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
24106
24107 2011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
24108
24109 * minibuffer.el (completion--capf-wrapper): Check applicability before
24110 returning non-nil for non-exclusive completion data.
24111 * progmodes/etags.el (tags-completion-at-point-function):
24112 * info-look.el (info-lookup-completions-at-point): Mark as
24113 non-exclusive.
24114 (info-complete): Adjust accordingly.
24115
24116 * info-look.el: Convert to lexical-binding and completion-at-point.
24117 (info-lookup-completions-at-point): New function.
24118 (info-complete): Use it and completion-in-region.
24119
24120 2011-05-28 Drew Adams <drew.adams@oracle.com>
24121
24122 * isearch.el: Let M-e start with point at the first mismatched char.
24123 (isearch-fail-pos): New function.
24124 (isearch-edit-string): Use it.
24125
24126 2011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
24127
24128 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
24129
24130 2011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
24131
24132 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
24133 traversal functions for avl-trees.
24134 (avl-tree--stack): New struct.
24135 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
24136 (avl-tree-enter): Add optional `updatefun' arg.
24137 (avl-tree--do-enter): Add optional `updatefun' arg.
24138 Change return value.
24139 (avl-tree-delete): Add optional `test' and `nilflag' args.
24140 (avl-tree--do-delete): Add `test' and `nilflag' args.
24141 Change return value.
24142 (avl-tree-member): Add optional `nilflag'
24143 (avl-tree-member-p): New function.
24144 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
24145 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
24146 (avl-tree-stack-empty-p): New functions.
24147
24148 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
24149 avl-tree--del-balance1 and make it work both ways.
24150 (avl-tree--del-balance2): Remove.
24151 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
24152 make it work both ways.
24153 (avl-tree--enter-balance2): Remove.
24154 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
24155 New macros.
24156 (avl-tree--mapc, avl-tree-map): Add direction argument.
24157
24158 2011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
24159
24160 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
24161
24162 2011-05-27 Chong Yidong <cyd@stupidchicken.com>
24163
24164 * select.el: Support clipboard managers with built-in function
24165 x-clipboard-manager-save, via delete-frame-functions and
24166 kill-emacs-hook.
24167 (xselect-convert-to-targets): Add MULTIPLE target to list.
24168 (xselect-convert-to-save-targets): New function.
24169
24170 2011-05-27 Kenichi Handa <handa@m17n.org>
24171
24172 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
24173 let-binding rfc2047-encode-encoded-words to nil.
24174
24175 2011-05-27 Glenn Morris <rgm@gnu.org>
24176
24177 * mail/emacsbug.el: Don't require url-util.
24178
24179 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
24180
24181 * files.el (set-auto-mode):
24182 Also respect mode: entries at the end of the file. (Bug#8586)
24183
24184 2011-05-26 Glenn Morris <rgm@gnu.org>
24185
24186 * files.el (hack-local-variables-prop-line, hack-local-variables):
24187 Downcase mode names, as seems to be traditional.
24188 (hack-local-variables, hack-local-variables-apply): Doc fixes.
24189
24190 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
24191 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
24192
24193 2011-05-25 Julien Danjou <julien@danjou.info>
24194
24195 * textmodes/rst.el (rst-define-level-faces): Do not define face
24196 symbol if it is already defined.
24197
24198 2011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
24199
24200 * play/5x5.el (5x5-new-game, 5x5-randomize):
24201 Reset 5x5-solver-output to nil when a new grid is cast.
24202 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
24203 these debugging traces, as defmacro breaks the compiled code.
24204
24205 2011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
24206
24207 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
24208
24209 2011-05-24 Leo Liu <sdl.web@gmail.com>
24210
24211 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
24212 (vc-bzr-sha1): Adapt.
24213
24214 * sha1.el: Remove. Function `sha1' is now builtin.
24215
24216 * bindings.el: Provide sha1 feature.
24217
24218 2011-05-24 Kenichi Handa <handa@m17n.org>
24219
24220 * mail/sendmail.el: Require `rfc2047'.
24221 (mail-insert-from-field): Do not perform RFC2047 encoding.
24222 (mail-encode-header): New function.
24223 (sendmail-send-it): Set buffer-file-coding-system of the work
24224 buffer to the return value of select-message-coding-system.
24225 Call mail-encode-header.
24226
24227 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
24228
24229 2011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
24230
24231 * mail/supercite.el (sc-default-cite-frame):
24232 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
24233
24234 2011-05-24 Glenn Morris <rgm@gnu.org>
24235
24236 * progmodes/python.el (brm-menu): Declare.
24237
24238 * emulation/viper.el (viper-set-hooks): Declare.
24239
24240 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
24241 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
24242 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
24243 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
24244 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
24245 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
24246
24247 2011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
24248
24249 Add an :exit-function for completion-at-point.
24250
24251 * minibuffer.el (completion--done): New fun.
24252 (completion--do-completion): Use it. New arg `expect-exact'.
24253 (minibuffer-complete, minibuffer-complete-word): Don't output message,
24254 since completion--do-completion does it for us now.
24255 (minibuffer-force-complete): Use completion--done and
24256 completion--replace. Handle sole-completion case with more care.
24257 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
24258 (completion-extra-properties): New var.
24259 (completion-annotate-function): Make obsolete.
24260 (minibuffer-completion-help): Adjust accordingly.
24261 Use completion-list-insert-choice-function.
24262 (completion-at-point, completion-help-at-point):
24263 Bind completion-extra-properties.
24264 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
24265 * simple.el (completion-list-insert-choice-function): New var.
24266 (completion-setup-function): Preserve it.
24267 (choose-completion): Pay attention to it, shuffle the code a bit.
24268 (choose-completion-string): New arg `insert-function'.
24269
24270 * textmodes/bibtex.el: Convert to lexical binding.
24271 (bibtex-mode-map): Use completion-at-point.
24272 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
24273 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
24274 (bibtex-complete): Define as obsolete alias.
24275 (bibtex-complete-internal): Remove.
24276 (bibtex-format-entry): Remove unused sub-group in regexp.
24277 * shell.el (shell--command-completion-data)
24278 (shell-environment-variable-completion):
24279 * pcomplete.el (pcomplete-completions-at-point):
24280 * comint.el (comint--complete-file-name-data): Use :exit-function
24281 instead of completion-table-with-terminator so it also works for
24282 choose-completion.
24283
24284 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
24285
24286 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
24287
24288 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
24289 (bug#8710).
24290
24291 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
24292
24293 2011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
24294
24295 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
24296 customization variable and implement: If non-nil, auto-fill will
24297 be inhibited while on topic's header line.
24298
24299 2011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
24300
24301 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
24302 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
24303 always have a solution in grid size = 5 cases.
24304 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
24305 (5x5-solver-output, 5x5-log-buffer): New vars.
24306 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
24307 Make these variables buffer local to achieve 5x5 multi-session-ness.
24308 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
24309 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
24310 (5x5-solve-suggest): New funs.
24311 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
24312 randomize a grid so that we ensure that there is always a solution.
24313 (5x5-make-random-grid): Allow other movement than flipping.
24314
24315 2011-05-23 Kevin Ryde <user42@zip.com.au>
24316
24317 * emacs-lisp/advice.el (ad-read-advised-function):
24318 Use `function-called-at-point' as the default, if it has
24319 advice and passes PREDICATE.
24320
24321 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
24322
24323 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
24324 byte-compile-lambda if it's actually a lambda.
24325
24326 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
24327 Fix function quoting. Use backquote better.
24328
24329 2011-05-22 Yuanle Song <sylecn@gmail.com>
24330
24331 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
24332 matching (Bug#8516).
24333
24334 2011-05-22 Jari Aalto <jari.aalto@cante.net>
24335
24336 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
24337 different face (Bug#8178).
24338
24339 2011-05-22 Chong Yidong <cyd@stupidchicken.com>
24340
24341 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
24342 defface (Bug#8144).
24343
24344 2011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
24345
24346 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
24347 funcall as well (bug#8712). Warn when performing those conversions.
24348 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
24349
24350 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
24351
24352 2011-05-22 Glenn Morris <rgm@gnu.org>
24353
24354 * files.el (hack-local-variables-prop-line): Small simplifications.
24355 (hack-local-variables, hack-local-variables-prop-line):
24356 If MODE-ONLY, return the mode, rather than just `t'.
24357
24358 2011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
24359
24360 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
24361
24362 2011-05-21 Glenn Morris <rgm@gnu.org>
24363
24364 * files.el (hack-local-variables-prop-line, hack-local-variables):
24365 If only interested in the mode, don't bother doing the other stuff.
24366
24367 * image-mode.el (image-after-revert-hook):
24368 Redraw all frames on which the image is visible. (Bug#8567)
24369
24370 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
24371
24372 * wid-edit.el (widget-checklist-match-inline):
24373 Fix 2011-04-19 change. (Bug#8649)
24374
24375 2011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
24376
24377 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
24378 Also allow singlespace after single-letter capitals followed by a dot.
24379
24380 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
24381 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
24382
24383 2011-05-20 Nix <nix@esperi.org.uk>
24384
24385 * files.el (basic-save-buffer-2):
24386 Fix handling of break-hardlink-on-save with non-existent files.
24387
24388 2011-05-19 Deniz Dogan <deniz@dogan.se>
24389
24390 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
24391 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
24392
24393 2011-05-19 Glenn Morris <rgm@gnu.org>
24394
24395 * progmodes/f90.el (f90-type-def-re):
24396 Handle "type, bind(c)". (Bug#8691)
24397
24398 * emacs-lisp/autoload.el (batch-update-autoloads):
24399 Set autoload-excludes by parsing loadup.el rather than Makefiles.
24400
24401 2011-05-18 Michael Albinus <michael.albinus@gmx.de>
24402
24403 * net/tramp.el (tramp-process-actions): Set "first-password-request"
24404 property for the correct connection in case of multihops.
24405
24406 2011-05-18 Glenn Morris <rgm@gnu.org>
24407
24408 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
24409 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
24410
24411 Rationalize calendar handling of day and month abbrev-arrays.
24412 * calendar/calendar.el (calendar-customized-p): New function.
24413 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
24414 (calendar-day-name-array, calendar-month-name-array): Doc fix.
24415 Add :set function.
24416 (calendar-abbrev-length, calendar-day-abbrev-array)
24417 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
24418 (calendar-day-abbrev-array, calendar-month-abbrev-array):
24419 Elements may no longer be nil.
24420 (calendar-day-name, calendar-month-name):
24421 Update for changed nature of abbrev arrays.
24422 * calendar/diary-lib.el (diary-name-pattern):
24423 Update for changed nature of abbrev arrays.
24424 (diary-mark-entries-1): Update calendar-make-alist calls.
24425 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
24426 * calendar/cal-html.el (cal-html-day-abbrev-array):
24427 Simply inherit from calendar-day-abbrev-array.
24428
24429 2011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
24430
24431 * progmodes/grep.el (grep-mode): Disable default
24432 compilation-directory-matcher setting (bug#8684).
24433
24434 2011-05-17 Michael Albinus <michael.albinus@gmx.de>
24435
24436 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
24437 instead of "head" and "tail". There were problems with SunOS 5.9,
24438 and it performs better.
24439
24440 2011-05-17 Glenn Morris <rgm@gnu.org>
24441
24442 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
24443
24444 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
24445 Replace obsolete function.
24446
24447 * shell.el (pcomplete-parse-arguments-function): Declare.
24448
24449 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
24450 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
24451 (appt-check): Doc fixes.
24452 (appt-disp-window-function, appt-delete-window-function):
24453 Remove needless special case in custom :type.
24454 (appt-display-count): Default to 0, not nil.
24455 (appt-check): Reset appt-display-count to 0, not nil.
24456
24457 2011-05-17 Juanma Barranquero <lekktu@gmail.com>
24458
24459 * progmodes/python.el (python-font-lock-keywords):
24460 Add the Python 3.X keyword "nonlocal" (bug#8639).
24461
24462 2011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
24463
24464 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
24465
24466 2011-05-16 Kevin Ryde <user42@zip.com.au>
24467
24468 * info-look.el (makefile-automake-mode): New setups, looking in
24469 automake manual, then makefile-mode.
24470 (makefile-mode): Remove automake manual, have it just in
24471 makefile-automake-mode since there's various things different or
24472 not relevant to plain make.
24473 (makefile-mode): Remove "other-modes" non-existent automake-mode,
24474 believe a hypothetical automake-mode would go to makefile-mode,
24475 not the other way around.
24476
24477 2011-05-15 Chong Yidong <cyd@stupidchicken.com>
24478
24479 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
24480 hunk-end tags (Bug#8672).
24481
24482 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
24483 vc-annotate-show-diff-revision-at-line (Bug#8671).
24484
24485 2011-05-14 Glenn Morris <rgm@gnu.org>
24486
24487 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
24488 in the middle of an existing one with multiple authors. (Bug#8645)
24489 (change-log-font-lock-keywords): Also handle multiple author lines
24490 with leading tabs. (Bug#8644)
24491
24492 * calendar/appt.el (appt-check): Rename some local variables.
24493 Some simplification/reordering.
24494
24495 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
24496 (feedmail-sendmail-f-doesnt-sell-me-out)
24497 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
24498 (feedmail-debug-sit-for, feedmail-queue-express-hook)
24499 (feedmail-queue-runner-message-sender): Set :version.
24500 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
24501 (bbdb-dwim-net-address, vm-mail): Declare.
24502 (feedmail-binmail-gnulinuxish-template):
24503 Rename from feedmail-binmail-linuxish-template.
24504 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
24505 Use insert-buffer-substring.
24506
24507 2011-05-14 Bill Carpenter <bill@carpenter.org>
24508
24509 * mail/feedmail.el (feedmail-patch-level): Increase.
24510 (feedmail-debug): New custom group.
24511 (feedmail-confirm-outgoing-timeout)
24512 (feedmail-sendmail-f-doesnt-sell-me-out)
24513 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
24514 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
24515 (feedmail-sender-line, feedmail-from-line)
24516 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
24517 (feedmail-spray-this-address)
24518 (feedmail-spray-address-fiddle-plex-list)
24519 (feedmail-queue-use-send-time-for-date)
24520 (feedmail-queue-use-send-time-for-message-id)
24521 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
24522 (feedmail-buffer-eating-function):
24523 Doc fixes.
24524 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
24525 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
24526 (feedmail-message-action-scroll-down): New functions.
24527 (feedmail-queue-directory, feedmail-queue-draft-directory):
24528 Use expand-file-name.
24529 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
24530 Remove C-v help entry.
24531 (feedmail-queue-buffer-file-name): New variable.
24532 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
24533 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
24534 (feedmail-message-action-send-strong, feedmail-message-action-edit)
24535 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
24536 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
24537 (feedmail-message-action-toggle-spray)
24538 (feedmail-run-the-queue-no-prompts)
24539 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
24540 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
24541 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
24542 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
24543 (feedmail-envelope-deducer, feedmail-fiddle-from)
24544 (feedmail-fiddle-sender, feedmail-default-date-generator)
24545 (feedmail-fiddle-date, feedmail-fiddle-message-id)
24546 (feedmail-fiddle-spray-address)
24547 (feedmail-fiddle-list-of-spray-fiddle-plexes)
24548 (feedmail-fiddle-list-of-fiddle-plexes)
24549 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
24550 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
24551 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
24552 Change default. Doc fix.
24553 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
24554 (feedmail-binmail-linuxish-template): New constant.
24555 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
24556 Respect feedmail-sendmail-f-doesnt-sell-me-out.
24557 (feedmail-send-it): Add debug call.
24558 Use feedmail-queue-buffer-file-name, and
24559 feedmail-send-it-immediately-wrapper.
24560 (feedmail-message-action-send): Add debug call.
24561 Use feedmail-send-it-immediately-wrapper.
24562 (feedmail-queue-express-to-queue): Add debug call.
24563 Run feedmail-queue-express-hook.
24564 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
24565 (feedmail-message-action-help-blat):
24566 Rename from feedmail-queue-send-edit-prompt-help-first.
24567 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
24568 Check line-endings. Handle errors better.
24569 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
24570 Doc fix. Add debug call.
24571 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
24572 Use feedmail-queue-send-edit-prompt-inner.
24573 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
24574 (feedmail-queue-send-edit-prompt-inner): New function, extracted
24575 from feedmail-queue-send-edit-prompt.
24576 (feedmail-queue-send-edit-prompt-help)
24577 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
24578 (feedmail-tidy-up-slug): Add debug call.
24579 Respect feedmail-queue-slug-suspect-regexp.
24580 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
24581 (feedmail-dump-message-to-queue): Add debug call.
24582 Expand queue-directory.
24583 (feedmail-dump-message-to-queue): Change message slightly.
24584 Use feedmail-say-chatter.
24585 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
24586 (feedmail-send-it-immediately-wrapper): New function.
24587 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
24588 Insert empty string rather than newline. Handle full-frame case.
24589 Use catch/throw. Use feedmail-say-chatter.
24590 (feedmail-fiddle-from): Try mail-host-address.
24591 (feedmail-default-message-id-generator): Doc fix.
24592 Bind system-time-locale. Handle missing end.
24593 (feedmail-fiddle-x-mailer): Add debug call.
24594 Handle feedmail-x-mailer-line being nil.
24595 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
24596 Add debug call. Use buffer-substring-no-properties.
24597 (feedmail-say-debug, feedmail-say-chatter): New functions.
24598 (feedmail-find-eoh): Give an explicit error.
24599
24600 2011-05-13 Ulf Jasper <ulf.jasper@web.de>
24601
24602 * net/newst-treeview.el (newsticker-treeview-face): Change default
24603 family from helvetica to sans.
24604 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
24605 etc/images/newsticker.
24606
24607 * net/newst-reader.el (newsticker-feed-face): Change default
24608 family from helvetica to sans.
24609
24610 * net/newst-plainview.el (newsticker-new-item-face)
24611 (newsticker-old-item-face, newsticker-immortal-item-face)
24612 (newsticker-obsolete-item-face, newsticker-date-face)
24613 (newsticker-statistics-face): Change default family from
24614 helvetica to sans.
24615 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
24616 etc/images/newsticker.
24617
24618 * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
24619 (newsticker--process-auto-mark-filter-match): Tell user about
24620 auto-marking.
24621
24622 2011-05-13 Didier Verna <didier@xemacs.org>
24623
24624 Common Lisp indentation improvements on defmethod and lambda-lists.
24625 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
24626 TODO entries.
24627 (lisp-lambda-list-keyword-parameter-indentation)
24628 (lisp-lambda-list-keyword-parameter-alignment)
24629 (lisp-lambda-list-keyword-alignment): New customizable user options.
24630 (lisp-indent-defun-method): Improve docstring.
24631 (extended-loop-p): Fix comment.
24632 (lisp-indent-lambda-list-keywords-regexp): New variable.
24633 (lisp-indent-lambda-list): New function.
24634 (lisp-indent-259): Use it.
24635 (lisp-indent-defmethod): Support for more than one
24636 method qualifier and properly indent methods lambda-lists.
24637 (defgeneric): Provide a missing common-lisp-indent-function property.
24638
24639 2011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
24640
24641 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
24642 bounds for the empty string (bug#8667).
24643
24644 2011-05-13 Glenn Morris <rgm@gnu.org>
24645
24646 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
24647
24648 * mail/sendmail.el (sendmail-program): Try executable-find first.
24649 (sendmail-send-it): `sendmail-program' cannot be unbound.
24650
24651 * calendar/appt.el (appt-make-list): Simplify.
24652 (appt-time-msg-list): Doc fix.
24653 (appt-check): Change mode-line message at the time of the appointment.
24654
24655 2011-05-12 Andreas Schwab <schwab@linux-m68k.org>
24656
24657 * progmodes/ld-script.el (ld-script-keywords)
24658 (ld-script-builtins): Update keywords list.
24659
24660 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
24661
24662 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
24663
24664 * shell.el (shell-completion-vars): New function.
24665 (shell-mode):
24666 * simple.el (read-shell-command): Use it.
24667 (blink-matching-open): No need for " [...]" in minibuffer-message.
24668
24669 2011-05-12 Glenn Morris <rgm@gnu.org>
24670
24671 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
24672 (appt-check): Simplify.
24673
24674 2011-05-12 Eli Zaretskii <eliz@gnu.org>
24675
24676 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
24677 literal "/dev/null".
24678
24679 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
24680
24681 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
24682 Fix typo.
24683
24684 2011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
24685
24686 * progmodes/which-func.el (which-function):
24687 Use add-log-current-defun instead of add-log-current-defun-function,
24688 which might not be defined (Bug#8260).
24689
24690 2011-05-12 Glenn Morris <rgm@gnu.org>
24691
24692 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
24693 Let byte-compile-initial-macro-environment always take precedence.
24694
24695 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
24696
24697 * net/rcirc.el: Add support for SSL/TLS connections.
24698 (rcirc-server-alist): New field `encryption'.
24699 (rcirc): Check `encryption' settings.
24700 (rcirc-connect): New arg `encryption'. Use open-network-stream.
24701 Merge make-local-variable into `set'.
24702 (rcirc--connection-open-p): New function.
24703 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
24704 the process is not a network process (e.g. running gnutls-cli).
24705 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
24706 Make rcirc-(en|de)code-coding-system local here.
24707 (rcirc-mode): Merge make-local-variable into `set'.
24708 (rcirc-parent-buffer): Make permanent buffer-local.
24709 (rcirc-multiline-minor-mode): Don't do it here.
24710 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
24711 there's no server buffer.
24712
24713 2011-05-11 Glenn Morris <rgm@gnu.org>
24714
24715 * newcomment.el (comment-kill): Prefix "unused" local.
24716
24717 * term/w32console.el (get-screen-color): Declare.
24718
24719 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
24720 Handle symbol elements of byte-compile-initial-macro-environment.
24721
24722 2011-05-10 Leo Liu <sdl.web@gmail.com>
24723
24724 * bookmark.el (bookmark-bmenu-mode-map):
24725 Bind bookmark-bmenu-search to `/'.
24726
24727 * mail/footnote.el: Convert to utf-8 encoding.
24728 (footnote-unicode-string, footnote-unicode-regexp): New variable.
24729 (Footnote-unicode): New function.
24730 (footnote-style-alist): Add unicode style to the list.
24731 (footnote-style): Doc fix.
24732
24733 2011-05-10 Jim Meyering <meyering@redhat.com>
24734
24735 Fix doubled-word typos.
24736 * international/quail.el (quail-insert-kbd-layout): and and -> and
24737 * kermit.el: and and -> and
24738 * net/ldap.el (ldap-search-internal): to to -> to
24739 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
24740 * progmodes/js.el (js-mode): and and -> and
24741 * textmodes/artist.el (artist-move-to-xy): at at -> at
24742 (artist-draw-region-trim-line-endings): if if -> if
24743 And Safetyc -> Safety.
24744 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
24745
24746 2011-05-10 Glenn Morris <rgm@gnu.org>
24747 Stefan Monnier <monnier@iro.umontreal.ca>
24748
24749 * files.el (hack-one-local-variable-eval-safep):
24750 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
24751
24752 2011-05-10 Glenn Morris <rgm@gnu.org>
24753
24754 * calendar/diary-lib.el (diary-list-entries-hook)
24755 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
24756 (diary-nongregorian-marking-hook, diary-list-entries)
24757 (diary-include-other-diary-files, diary-mark-entries)
24758 (diary-mark-included-diary-files): Doc fixes.
24759
24760 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
24761
24762 * misc.el: Require tabulated-list.el during compilation.
24763
24764 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
24765
24766 * progmodes/compile.el (compilation-start):
24767 Run compilation-filter-hook for the async case too.
24768 (compilation-filter-hook): Doc fix.
24769
24770 2011-05-09 Deniz Dogan <deniz@dogan.se>
24771
24772 * wdired.el: Remove outdated installation comment. Fix usage
24773 comment.
24774
24775 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
24776
24777 * misc.el: Implement new command `list-dynamic-libraries'.
24778 (list-dynamic-libraries--loaded-only-p): New variable.
24779 (list-dynamic-libraries--refresh): New function.
24780 (list-dynamic-libraries): New command.
24781
24782 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
24783
24784 * progmodes/compile.el (compilation-error-regexp-alist-alist):
24785 Fix the ant regexp to handle end-line and end-column info from jikes.
24786 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
24787 higher priority to avoid clobbering by gnu.
24788
24789 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
24790
24791 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
24792 if the face has existing theme settings (Bug#8454).
24793
24794 2011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
24795
24796 * progmodes/perl-mode.el (perl-imenu-generic-expression):
24797 Only match variables declared via `my' or `our' (Bug#8261).
24798
24799 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
24800 special file names `.' and `..' (Bug#8259).
24801
24802 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
24803
24804 * progmodes/grep.el (grep-mode-font-lock-keywords):
24805 Remove buffer-changing entries.
24806 (grep-filter): New function.
24807 (grep-mode): Add it to compilation-filter-hook.
24808
24809 * progmodes/compile.el (compilation-filter-hook)
24810 (compilation-filter-start): New defvars.
24811 (compilation-filter): Call compilation-filter-hook prior to
24812 updating the process mark.
24813
24814 2011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
24815
24816 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
24817
24818 2011-05-07 Eli Zaretskii <eliz@gnu.org>
24819
24820 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
24821 mailclient-send-it even if window-system is nil. (Bug#8595)
24822
24823 * term/w32console.el (terminal-init-w32console):
24824 Call get-screen-color and use its output to set the frame
24825 background-mode. (Bug#8597)
24826
24827 2011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
24828
24829 Make bytecomp.el understand that defmethod defines funs (bug#8631).
24830 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
24831 New functions.
24832 (defgeneric, eieio--defmethod): Use them.
24833 (eieio-defgeneric): Remove.
24834 (defmethod): Call defgeneric in a way visible to the byte-compiler.
24835
24836 2011-05-07 Glenn Morris <rgm@gnu.org>
24837
24838 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
24839 Use let rather than let*.
24840 (timeclock-find-discrep): Remove unused local.
24841
24842 * calendar/diary-lib.el (diary-comment-start): Doc fix.
24843
24844 * calendar/appt.el (appt-time-msg-list): Doc fix.
24845
24846 2011-05-06 Noah Friedman <friedman@splode.com>
24847
24848 * apropos.el (apropos-print-doc): Only use
24849 emacs-lisp-docstring-fill-column when it is bound to an integer,
24850 per that variable's documentation.
24851
24852 2011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
24853
24854 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
24855 and warnings are not silently discarded (e.g. use -d instead of -P).
24856
24857 2011-05-06 Glenn Morris <rgm@gnu.org>
24858
24859 * calendar/appt.el (appt-message-warning-time): Doc fix.
24860 (appt-warning-time-regexp): New option.
24861 (appt-make-list): Respect appt-message-warning-time.
24862
24863 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
24864 New options.
24865 (diary-add-to-list): Strip comments from the displayed string.
24866 (diary-mode): Set comment-start and comment-end.
24867
24868 * vc/diff-mode.el (smerge-refine-subst): Declare.
24869 (diff-refine-hunk): Don't require smerge-mode when compiling.
24870
24871 2011-05-06 Juanma Barranquero <lekktu@gmail.com>
24872
24873 * simple.el (list-processes): Return nil as the docstring says.
24874
24875 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
24876
24877 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
24878 to "".
24879 (ange-ftp-write-region, ange-ftp-insert-file-contents)
24880 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
24881 determining of binary transfer. (Bug#7383)
24882
24883 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
24884
24885 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
24886 Fix port computation bug. (Bug#8618)
24887
24888 2011-05-05 Glenn Morris <rgm@gnu.org>
24889
24890 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
24891
24892 * simple.el (shell-dynamic-complete-functions)
24893 (comint-dynamic-complete-functions): Declare.
24894
24895 * net/network-stream.el (gnutls-negotiate):
24896 * simple.el (tabulated-list-print): Fix declarations.
24897
24898 * progmodes/gud.el (syntax-symbol, syntax-point):
24899 Remove unnecessary and incorrect declarations.
24900
24901 * emacs-lisp/check-declare.el (check-declare-scan):
24902 Handle byte-compile-initial-macro-environment in bytecomp.el.
24903
24904 2011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
24905
24906 Fix earlier half-done eieio-defmethod change (bug#8338).
24907 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
24908 Streamline and change calling convention.
24909 (defmethod): Adjust accordingly and simplify.
24910 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
24911 new eieio--defmethod.
24912 (slot-boundp): Minor CSE simplification.
24913
24914 2011-05-05 Milan Zamazal <pdm@zamazal.org>
24915
24916 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
24917 (glasses-make-readable): Use glasses-separate-capital-groups.
24918
24919 2011-05-05 Juanma Barranquero <lekktu@gmail.com>
24920
24921 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
24922 (warning-series): Doc fix.
24923 (display-warning): Don't try to create the buffer if we just found it.
24924
24925 2011-05-04 Chong Yidong <cyd@stupidchicken.com>
24926
24927 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
24928 (autoload-find-generated-file): New function.
24929 (generate-file-autoloads): Bind generated-autoload-file to
24930 buffer-file-name.
24931 (update-file-autoloads, update-directory-autoloads):
24932 Use autoload-find-generated-file. If called interactively, prompt for
24933 output file (Bug#7989).
24934 (batch-update-autoloads): Doc fix.
24935
24936 2011-05-04 Juanma Barranquero <lekktu@gmail.com>
24937
24938 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
24939
24940 2011-05-04 Glenn Morris <rgm@gnu.org>
24941
24942 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
24943 function, so it follows changes in calendar-date-style.
24944 (diary-fancy-date-matcher): New function.
24945 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
24946 (diary-fancy-font-lock-fontify-region-function):
24947 Use diary-fancy-date-pattern as a function.
24948
24949 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
24950 non-numbers for `year' etc pseudo-variables. (Bug#8583)
24951
24952 2011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
24953
24954 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
24955 instead of positional arguments. Allow :keylist and :crlfiles
24956 arguments.
24957 (open-gnutls-stream): Call it.
24958
24959 * net/network-stream.el (network-stream-open-starttls): Adjust to
24960 call `gnutls-negotiate' with :process and :hostname arguments.
24961
24962 2011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
24963
24964 * minibuffer.el (completion--message): New function.
24965 (completion--do-completion, minibuffer-complete)
24966 (minibuffer-force-complete, minibuffer-complete-word): Use it.
24967 (completion--do-completion): Don't ignore completion-auto-help when in
24968 icomplete-mode.
24969
24970 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
24971 internal encoding (e.g. tibetan zero is not whitespace).
24972 (global-whitespace-mode): Prefer save-current-buffer.
24973 (whitespace-trailing-regexp): Remove useless save-match-data.
24974 (whitespace-empty-at-bob-regexp): Minor simplification.
24975
24976 2011-05-03 Chong Yidong <cyd@stupidchicken.com>
24977
24978 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
24979
24980 2011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
24981
24982 * textmodes/ispell.el (ispell-add-per-file-word-list):
24983 Use `concat' to create string for insertion.
24984
24985 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
24986
24987 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
24988 Avoid open-line which runs post-self-insert-hook.
24989 (bibtex-fill-entry): Remove unused `end' var.
24990
24991 2011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
24992
24993 * textmodes/ispell.el (ispell-add-per-file-word-list):
24994 Protect against `nil' value of `comment-start' (Bug#8579).
24995
24996 2011-05-03 Leo Liu <sdl.web@gmail.com>
24997
24998 * isearch.el (isearch-yank-pop): New command.
24999 (isearch-mode-map): Bind it to `M-y'.
25000 (isearch-forward): Mention it.
25001
25002 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
25003
25004 * simple.el (minibuffer-complete-shell-command): Remove.
25005 (minibuffer-local-shell-command-map): Use completion-at-point.
25006 (read-shell-command): Setup completion vars here instead.
25007 (read-expression-map): Bind TAB to symbol completion.
25008
25009 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
25010 error directly rather via storing it into `results'.
25011
25012 2011-05-02 Leo Liu <sdl.web@gmail.com>
25013
25014 * vc/diff.el: Fix description.
25015
25016 2011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
25017
25018 * server.el (server-eval-at): New function.
25019
25020 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
25021
25022 * net/network-stream.el (open-network-stream): Take a :nowait
25023 parameter and pass it on to `make-network-process'.
25024 (network-stream-open-plain): Ditto.
25025
25026 2011-04-30 Andreas Schwab <schwab@linux-m68k.org>
25027
25028 * faces.el (face-spec-set-match-display): Don't match toolkit
25029 options on terminal frames.
25030
25031 2011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
25032
25033 * progmodes/pascal.el: Use lexical binding.
25034 (pascal-mode-map): Remove author preferences.
25035
25036 * pcomplete.el (pcomplete-std-complete): Don't abuse
25037 completion-at-point.
25038
25039 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
25040
25041 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
25042 removing code that has been dead since 1991 or so.
25043
25044 * startup.el (command-line): When warning about "_emacs", use a
25045 delayed warning to allow the user to filter it out.
25046
25047 2011-04-28 Deniz Dogan <deniz@dogan.se>
25048
25049 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
25050 user has not joined.
25051
25052 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
25053
25054 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
25055 aren't any completions at point.
25056
25057 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
25058
25059 * subr.el (display-delayed-warnings): New function.
25060 (delayed-warnings-hook): New variable.
25061
25062 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
25063
25064 * minibuffer.el (completion-at-point, completion-help-at-point):
25065 Don't presume that a given completion-at-point-function will always
25066 use the same calling convention.
25067
25068 * pcomplete.el (pcomplete-completions-at-point):
25069 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
25070 pcomplete-seen is non-nil.
25071 (pcomplete-comint-setup): Also recognize the new comint/shell
25072 completion functions.
25073 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
25074 pcomplete-seen is non-nil.
25075
25076 2011-04-27 Niels Giesen <niels.giesen@gmail.com>
25077
25078 * calendar/icalendar.el (diary-lib): Add require statement.
25079 (icalendar--create-uid): Read out a uid from a text-property on
25080 the first character in the entry. This allows for code to add its
25081 own uid to the entry.
25082 (icalendar--convert-float-to-ical): Add export of
25083 `diary-float'-entries save for those with the optional DAY
25084 argument.
25085
25086 2011-04-27 Daniel Colascione <dan.colascione@gmail.com>
25087
25088 * subr.el (shell-quote-argument): Use alternate escaping strategy
25089 when we spot a variable reference in a string.
25090
25091 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
25092
25093 * cus-start.el (all): Define customization for debug-on-event.
25094
25095 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
25096
25097 * subr.el (shell-quote-argument): Escape correctly under Windows.
25098
25099 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
25100
25101 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
25102
25103 2011-04-25 Michael Albinus <michael.albinus@gmx.de>
25104
25105 * net/tramp.el (tramp-process-actions): Add POS argument.
25106 Delete region between POS and (pos).
25107
25108 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
25109 Use `nil' position in `tramp-process-actions' call.
25110 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
25111
25112 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
25113 position in `tramp-process-actions' call.
25114
25115 * net/trampver.el: Update release number.
25116
25117 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
25118
25119 * custom.el (defcustom): Obey lexical-binding.
25120
25121 Fix octave-inf completion problems reported by Alexander Klimov.
25122 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
25123 Inherit from octave-mode-syntax-table.
25124 (inferior-octave-mode): Set info-lookup-mode.
25125 (inferior-octave-completion-at-point): New function.
25126 (inferior-octave-complete): Use it and completion-in-region.
25127 (inferior-octave-dynamic-complete-functions): Use it as well, and use
25128 comint-filename-completion.
25129 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
25130 symbol elements which shouldn't be word elements.
25131 (octave-font-lock-keywords, octave-beginning-of-defun)
25132 (octave-function-header-regexp): Adjust regexps accordingly.
25133 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
25134
25135 2011-04-25 Juanma Barranquero <lekktu@gmail.com>
25136
25137 * net/gnutls.el (gnutls-errorp): Declare before first use.
25138
25139 2011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
25140
25141 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
25142 verify-error, and verify-hostname-error parameters. Check whether
25143 default trustfile exists before going to use it. Add missing
25144 argument to gnutls-message-maybe call. Return value.
25145 Reported by Claudio Bley <claudio.bley@gmail.com>.
25146 (open-gnutls-stream): Add usage example.
25147
25148 * net/network-stream.el (network-stream-open-starttls): Give host
25149 parameter to `gnutls-negotiate'.
25150 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
25151 * subr.el (shell-quote-argument): Escape correctly under Windows.
25152
25153 2011-04-24 Daniel Colascione <dan.colascione@gmail.com>
25154
25155 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
25156 Use correct match group (bug#8438).
25157
25158 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
25159
25160 * emacs-lisp/package.el (package-built-in-p): Fix typo.
25161 (package-menu--generate): New arg specifying packages to show.
25162 (package-menu-refresh, package-menu-execute, list-packages):
25163 Callers changed.
25164 (package-show-package-list): New function, replacing deleted
25165 package--list-packages (renamed because it is non-internal).
25166
25167 * finder.el (finder-list-matches): Use package-show-package-list
25168 instead of deleted package--list-packages.
25169
25170 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
25171 Based on a previous implementation by Juanma Barranquero (Bug#8366).
25172 (vc-annotate-mode-map): Bind it to RET.
25173
25174 2011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
25175
25176 * progmodes/etags.el (next-file): Don't use set-buffer to change
25177 buffers (Bug#8478).
25178
25179 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
25180
25181 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
25182
25183 * apropos.el (apropos-label-face): Avoid variable-pitch face.
25184 (apropos-accumulator): Doc fix.
25185 (apropos-function, apropos-macro, apropos-command)
25186 (apropos-variable, apropos-face, apropos-group, apropos-widget)
25187 (apropos-plist): Add face property.
25188 (apropos-symbols-internal): Fix indentation.
25189 (apropos-print): Simplify help, and recognize apropos-multi-type.
25190 (apropos-print-doc): Use button-type-get to extract the button's
25191 face property. Fill docstring (Bug#8352).
25192
25193 2011-04-23 Juanma Barranquero <lekktu@gmail.com>
25194
25195 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
25196
25197 * play/mpuz.el (mpuz-silent): Doc fix.
25198 (mpuz-mode-map): Use mapc.
25199 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
25200 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
25201 Fix typos in docstrings.
25202
25203 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
25204 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
25205
25206 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
25207
25208 2011-04-23 Chong Yidong <cyd@stupidchicken.com>
25209
25210 * minibuffer.el (completion--do-completion): Avoid the "Next char
25211 not unique" prompt if icomplete-mode is enabled (Bug#5849).
25212
25213 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
25214 mouse-2 into unread-command-events, it is interpreted correctly.
25215
25216 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
25217 (image-toggle-display): Doc fix.
25218
25219 2011-04-23 Stephen Berman <stephen.berman@gmx.net>
25220
25221 * textmodes/page.el (what-page): Use line-number-at-pos to
25222 calculate line number (Bug#6825).
25223
25224 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
25225
25226 * eshell/esh-mode.el (find-tag-interactive): Declare function.
25227 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
25228 Pass argument NO-DEFAULT to `find-tag-interactive'.
25229
25230 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
25231
25232 Lexical-binding cleanup.
25233
25234 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
25235 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
25236 * progmodes/ada-prj.el (ada-prj-initialize-values)
25237 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
25238 (ada-prj-show-value):
25239 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
25240 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
25241 (antlr-invalidate-context-cache, antlr-options-menu-filter)
25242 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
25243 * progmodes/bug-reference.el (bug-reference-push-button):
25244 * progmodes/fortran.el (fortran-line-length):
25245 * progmodes/glasses.el (glasses-change):
25246 * progmodes/octave-mod.el (octave-fill-paragraph):
25247 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
25248 (python-pdbtrack-grub-for-buffer, python-sentinel):
25249 * progmodes/sql.el (sql-save-connection):
25250 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
25251 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
25252 Mark unused parameters.
25253
25254 * progmodes/compile.el (compilation--flush-directory-cache)
25255 (compilation--flush-parse, compile-internal): Mark unused parameters.
25256 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
25257 (compilation-next-error-function): Remove unused variable `timestamp'.
25258
25259 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
25260 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
25261
25262 * progmodes/dcl-mode.el (dcl-end-of-command):
25263 Remove unused variable `start'.
25264 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
25265 (dcl-option-value-basic, dcl-option-value-offset)
25266 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
25267 Mark unused parameters.
25268 (dcl-save-local-variable): Remove unused variable `val'.
25269 (mode): Declare.
25270
25271 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
25272 Mark unused parameters.
25273 (delphi-ignore-changes): Move before first use.
25274 (delphi-charset-token-at): Remove unused variable `start'.
25275 (delphi-else-start): Remove unused variable `if-count'.
25276 (delphi-comment-block-start, delphi-comment-block-end):
25277 Remove unused variable `kind'.
25278 (delphi-indent-line): Remove unused variable `new-point'.
25279
25280 * progmodes/ebrowse.el (ebrowse-files-list)
25281 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
25282 Mark unused parameters. Don't quote `lambda'.
25283 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
25284 Don't quote `lambda'.
25285 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
25286 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
25287 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
25288 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
25289 Use `ignore-errors'.
25290 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
25291 (ebrowse-view/find-file-and-search-pattern)
25292 (ebrowse-view/find-member-declaration/definition):
25293 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
25294 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
25295 Rename parameter PREFIX-ARG to PREFIX.
25296 (ebrowse-tags-read-name): Remove unused variables `start' and
25297 `member-info'.
25298 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
25299 to `tags-file'.
25300
25301 * progmodes/etags.el (local-find-tag-hook): Declare.
25302 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
25303 Mark unused parameters.
25304
25305 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
25306 (executable-interpret): Mark unused parameter.
25307
25308 * progmodes/flymake.el (flymake-process-sentinel)
25309 (flymake-after-change-function)
25310 (flymake-create-temp-with-folder-structure)
25311 (flymake-get-include-dirs-dot): Mark unused parameters.
25312 (flymake-safe-delete-directory): Remove unused variable `err'.
25313
25314 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
25315 (speedbar-timer-fn, speedbar-line-text)
25316 (speedbar-change-expand-button-char, speedbar-delete-subblock)
25317 (speedbar-center-buffer-smartly): Declare functions.
25318 (gdb-find-watch-expression): Remove unused variable `array'.
25319 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
25320 (gdb-starting): Mark unused parameters.
25321 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
25322 (gdb-table-string): Remove unused variable `res'.
25323 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
25324 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
25325 (gdb-display-buffer): Remove unused variable `cur-size'.
25326
25327 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
25328 allow lexical-binding compilation.
25329 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
25330 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
25331 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
25332 Mark unused parameters.
25333 (gud-gdb-marker-filter): Remove unused variable `match'.
25334 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
25335 lambda expressions and funcall them, instead of using `fset'.
25336
25337 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
25338 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
25339
25340 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
25341 variable `header-beg'; use `let'.
25342
25343 * progmodes/icon.el (indent-icon-exp): Remove unused variables
25344 `restart', `last-sexp' and `at-do'.
25345
25346 * progmodes/js.el (js--debug): Mark unused parameter.
25347 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
25348 (js--splice-into-items): Remove unused variable `item'.
25349 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
25350
25351 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
25352 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
25353 (makefile-complete): Remove unused variable `try'.
25354 (makefile-fill-paragraph, makefile-match-function-end):
25355 Mark unused parameters.
25356
25357 * progmodes/octave-inf.el (inferior-octave-complete):
25358 Remove unused variable `proc'.
25359 (inferior-octave-output-digest): Mark unused parameter.
25360
25361 * progmodes/perl-mode.el (perl-calculate-indent):
25362 Remove unused variable `err'.
25363
25364 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
25365 (prolog-indent-line): Mark unused parameters.
25366 (prolog-indent-line): Remove unused variable `beg'.
25367
25368 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
25369 (reporter-dont-compact-list): Declare.
25370
25371 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
25372 Remove unused variable `char'.
25373 (sh-debug): Mark unused parameter.
25374 (sh-get-indent-info): Remove unused variable `start'.
25375 (sh-calculate-indent): Remove unused variable `var'.
25376
25377 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
25378 (simula-electric-keyword): Remove unused variable `null'.
25379 (simula-search-backward, simula-search-forward): Remove unused
25380 variables `begin' and `end'.
25381
25382 * progmodes/vera-mode.el (vera-guess-basic-syntax):
25383 Remove unused variable `pos'.
25384 (vera-electric-tab, vera-comment-uncomment-region):
25385 Mark unused parameters.
25386 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
25387
25388 2011-04-22 Chong Yidong <cyd@stupidchicken.com>
25389
25390 * emacs-lisp/package.el (package--builtins, package-alist)
25391 (package-load-descriptor, package-built-in-p, package-activate)
25392 (define-package, package-installed-p)
25393 (package-compute-transaction, package-buffer-info)
25394 (package--push): Doc fix. Distinguish more clearly between
25395 version strings and version lists.
25396
25397 2011-04-21 Juanma Barranquero <lekktu@gmail.com>
25398
25399 Lexical-binding cleanup.
25400
25401 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
25402 (5x5-make-mutate-best):
25403 * play/fortune.el (fortune-in-buffer):
25404 * play/gomoku.el (gomoku-init-display):
25405 * play/solitaire.el (solitaire, solitaire-do-check):
25406 * play/tetris.el (tetris-default-update-speed-function):
25407 Mark unused parameters.
25408
25409 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
25410 (bubbles--shift): Remove unused variable `char-org'.
25411 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
25412 (bubbles--show-images): Remove unused variable `char'.
25413
25414 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
25415 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
25416 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
25417 (decipher-analyze-buffer): Use ?\s.
25418 (decipher-make-checkpoint): Remove unused variable `mapping'.
25419
25420 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
25421
25422 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
25423 Remove unused variable `result'; use `let'.
25424
25425 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
25426 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
25427 (gametree-children-shown-p, gametree-compute-reduced-score):
25428 Use `ignore-errors'.
25429
25430 * play/handwrite.el (ps-lpr-switches): Declare.
25431 (handwrite): Remove unused variables `pmin' and `lastp'.
25432
25433 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
25434
25435 * play/landmark.el (landmark-init-display)
25436 (landmark-update-naught-weights): Mark unused parameters.
25437 (landmark-y): Remove unused variable `noise'. Simplify.
25438 (landmark-human-plays): Remove unused variable `score'.
25439
25440 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
25441 (mpuz-try-proposal): Remove unused variable `game'.
25442
25443 * play/zone.el (life-patterns): Declare.
25444
25445 2011-04-20 Juanma Barranquero <lekktu@gmail.com>
25446
25447 * vc/vc.el (ediff-vc-internal): Declare function.
25448
25449 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
25450
25451 * shell.el: Use lexical-binding and std completion UI.
25452 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
25453 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
25454 comint-preoutput-filter-functions rather than on
25455 comint-output-filter-functions.
25456 (shell-command-completion, shell--command-completion-data)
25457 (shell-filename-completion, shell-environment-variable-completion)
25458 (shell-c-a-p-replace-by-expanded-directory): New functions.
25459 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
25460 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
25461 (shell-dynamic-complete-environment-variable): Use them.
25462 (shell-dynamic-complete-as-environment-variable)
25463 (shell-dynamic-complete-as-command): Remove.
25464 (shell-match-partial-variable): Match past point.
25465 * comint.el: Clean up use of completion-at-point-functions.
25466 (comint-completion-at-point): New function.
25467 (comint-mode): Use it completion-at-point-functions.
25468 (comint-dynamic-complete): Make it obsolete.
25469 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
25470 (comint-c-a-p-replace-by-expanded-history): New function.
25471 (comint-dynamic-complete-functions)
25472 (comint-replace-by-expanded-history): Use it.
25473 * minibuffer.el (completion-table-with-terminator): Allow dynamic
25474 termination strings. Try harder to avoid second try-completion.
25475 (completion-in-region-mode-map): Disable bindings that don't work yet.
25476
25477 * comint.el: Use lexical-binding. Require CL.
25478 (comint-dynamic-complete-functions): Use comint-filename-completion.
25479 (comint-completion-addsuffix): Tweak custom type.
25480 (comint-filename-completion, comint--common-suffix)
25481 (comint--common-quoted-suffix, comint--table-subvert)
25482 (comint--complete-file-name-data): New functions.
25483 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
25484 (comint-dynamic-list-filename-completions): Use them.
25485 (comint-dynamic-simple-complete): Make obsolete.
25486
25487 * minibuffer.el (completion-in-region-mode):
25488 Keep completion-in-region-mode--predicate global.
25489 (completion-in-region--postch):
25490 Assume completion-in-region-mode--predicate is not null.
25491
25492 * progmodes/flymake.el (flymake-start-syntax-check-process):
25493 Obey `dir'. Simplify.
25494
25495 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
25496 we're in VC after all.
25497
25498 2011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
25499
25500 * vc/vc.el (vc-diff-build-argument-list-internal)
25501 (vc-version-ediff, vc-ediff): New commands.
25502 (vc-version-diff): Use vc-diff-build-argument-list-internal.
25503
25504 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
25505
25506 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
25507 add sanity check.
25508
25509 * obsolete/erc-hecomplete.el: Make obsolete.
25510 * obsolete/: Standardize obsolescence info in the header.
25511
25512 2011-04-20 Glenn Morris <rgm@gnu.org>
25513
25514 * calendar/solar.el (solar-horizontal-coordinates):
25515 Use the longitude argument rather than `calendar-longitude'.
25516 (solar-date-next-longitude): Remove unused locals.
25517
25518 2011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
25519
25520 * whitespace.el: New version 13.2.1.
25521
25522 2011-04-20 felix <EmacsWiki> (tiny change)
25523
25524 * whitespace.el (global-whitespace-mode): Keep highlight when
25525 switching between major modes on a file.
25526
25527 2011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
25528
25529 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
25530 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
25531 multi-line comments as well.
25532
25533 2011-04-19 Juanma Barranquero <lekktu@gmail.com>
25534
25535 Lexical-binding cleanup.
25536
25537 * arc-mode.el (archive-mode-revert):
25538 * cmuscheme.el (scheme-interactively-start-process):
25539 * custom.el (custom-initialize-delay):
25540 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
25541 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
25542 * emacs-lock.el (emacs-lock-clear-sentinel):
25543 * ezimage.el (defezimage):
25544 * follow.el (follow-avoid-tail-recenter):
25545 * fringe.el (set-fringe-mode-1):
25546 * generic-x.el (bat-generic-mode-compile):
25547 * help-mode.el (help-info-variable, help-do-xref)
25548 (help-mode-revert-buffer):
25549 * help.el (view-emacs-todo):
25550 * iswitchb.el (iswitchb-completion-help):
25551 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
25552 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
25553 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
25554 * locate.el (locate-update):
25555 * longlines.el (longlines-encode-region)
25556 (longlines-after-change-function):
25557 * outline.el (outline-isearch-open-invisible):
25558 * ps-def.el (declare-function, charset-dimension, char-width)
25559 (encode-char):
25560 * ps-mule.el (ps-mule-plot-string):
25561 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
25562 (recentf-edit-list-select, recentf-edit-list-validate)
25563 (recentf-open-files-action):
25564 * rect.el (delete-whitespace-rectangle-line)
25565 (rectangle-number-line-callback):
25566 * register.el (window-configuration-to-register)
25567 (frame-configuration-to-register):
25568 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
25569 * select.el (xselect-convert-to-string, xselect-convert-to-length)
25570 (xselect-convert-to-targets, xselect-convert-to-delete)
25571 (xselect-convert-to-filename, xselect-convert-to-charpos)
25572 (xselect-convert-to-lineno, xselect-convert-to-colno)
25573 (xselect-convert-to-os, xselect-convert-to-host)
25574 (xselect-convert-to-user, xselect-convert-to-class)
25575 (xselect-convert-to-name, xselect-convert-to-integer)
25576 (xselect-convert-to-atom, xselect-convert-to-identity):
25577 * subr.el (declare, ignore, process-kill-without-query)
25578 (text-clone-maintain):
25579 * terminal.el (te-get-char, te-tic-sentinel):
25580 * tool-bar.el (tool-bar-make-keymap):
25581 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
25582 * type-break.el (type-break-mode, type-break-noninteractive-query):
25583 * view.el (View-back-to-mark):
25584 * wid-browse.el (widget-browse-action, widget-browse-widget)
25585 (widget-browse-widgets, widget-browse-sexp):
25586 * widget.el (define-widget-keywords):
25587 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
25588 Mark unused parameters.
25589
25590 * align.el (align-adjust-col-for-rule): Mark unused parameter.
25591 (align-areas): Remove unused variable `look'.
25592 (align-region): Remove unused variables `real-end' and `pos-list'.
25593
25594 * apropos.el (apropos-score-doc): Remove unused variable `i'.
25595
25596 * bindings.el (mode-line-modified, mode-line-remote):
25597 Mark unused parameters.
25598 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
25599
25600 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
25601 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
25602
25603 * comint.el (comint-history-isearch-pop-state)
25604 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
25605 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
25606 (comint-substitute-in-file-name): Doc fix.
25607
25608 * completion.el (cmpl-statistics-block): Mark unused parameter.
25609 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
25610 (save-completions-to-file, load-completions-from-file):
25611 Remove unused local variable `e'.
25612
25613 * composite.el (compose-chars): Remove unused variable `len'.
25614 (lgstring-insert-glyph): Remove unused variable `g'.
25615 (compose-glyph-string): Remove unused variables `ascent',
25616 `descent', `lbearing' and `rbearing'.
25617 (compose-glyph-string-relative): Remove unused variables
25618 `lbearing', `rbearing' and `wadjust'.
25619 (compose-gstring-for-graphic): Remove unused variables `header',
25620 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
25621 (compose-gstring-for-terminal): Remove unused variables `header'
25622 and `nchars'. Use `let', not `let*'.
25623
25624 * cus-edit.el (Custom-set, Custom-save, custom-reset)
25625 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
25626 (Custom-buffer-done, custom-buffer-create-internal)
25627 (custom-browse-visibility-action, custom-browse-group-tag-action)
25628 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
25629 (widget-magic-mouse-down-action, custom-toggle-parent)
25630 (custom-add-parent-links, custom-toggle-hide-variable)
25631 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
25632 (custom-toggle-hide-face, face, hook, custom-group-link-action)
25633 (custom-face-menu-create, custom-variable-menu-create, get)
25634 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
25635 (custom-reset-standard-save-and-update): Remove unused variable `value'.
25636 (customize-apropos): Remove unused variable `tests'.
25637 (custom-group-value-create): Remove unused variable `hidden-p'.
25638 (sort-fold-case): Declare.
25639
25640 * cus-theme.el (custom-reset-standard-faces-list)
25641 (custom-reset-standard-variables-list): Declare.
25642 (customize-create-theme, custom-theme-revert, custom-theme-write)
25643 (custom-theme-choose-mode, customize-themes, custom-theme-save):
25644 Mark unused parameters.
25645
25646 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
25647
25648 * delim-col.el (delimit-columns-max): Move defvar before first use.
25649
25650 * descr-text.el (describe-char-categories): Don't quote `lambda'.
25651 (describe-char): Don't quote `lambda'. Mark unused parameter.
25652
25653 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
25654 (auto-insert): Declare.
25655 (desktop-restore-file-buffer): Rename desktop-* parameters;
25656 mark unused ones.
25657 (desktop-create-buffer): Rename desktop-* parameters and bind them.
25658 (desktop-buffer): Rename desktop-* parameters.
25659
25660 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
25661 (dframe-reposition-frame-xemacs, dframe-help-echo)
25662 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
25663 Mark unused parameters.
25664
25665 * dired-aux.el (backup-extract-version-start, overwrite-query)
25666 (overwrite-backup-query, rename-regexp-query)
25667 (rename-non-directory-query): Declare.
25668 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
25669 (dired-add-entry): Remove unused variable `orig-file-name'.
25670 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
25671 Use parameter PRESERVE-TIME instead of accessing dynamic variable
25672 `dired-copy-preserve-time' directly.
25673 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
25674 (dired-insert-subdir-newpos): Rename unused variable `pos'.
25675
25676 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
25677 (dired-virtual-revert, dired-make-relative-symlink):
25678 Mark unused parameters.
25679 (manual-program): Declare.
25680 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
25681 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
25682 wrapped in `with-no-warnings' to avoid replacing one warning by another.
25683
25684 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
25685
25686 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
25687
25688 * echistory.el (electric-history-in-progress, Helper-return-blurb):
25689 Declare.
25690
25691 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
25692
25693 * electric.el (Electric-command-loop): Rename parameter
25694 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
25695
25696 * expand.el (expand-in-literal): Remove unused variable `here'.
25697
25698 * facemenu.el (facemenu-add-new-color):
25699 Remove unused variable `docstring'.
25700
25701 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
25702 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
25703 (face-attr-construct): Mark unused parameter. Doc fix.
25704 (read-color): Remove unused variable `hex-string'.
25705
25706 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
25707 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
25708 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
25709 (display-buffer-other-frame): Remove unused variable `old-window'.
25710 (kill-buffer-hook): Declare.
25711 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
25712 Mark unused parameters.
25713 (after-find-file): Pass 1 to `auto-save-mode', not t.
25714
25715 * files-x.el (auto-insert): Declare.
25716 (modify-file-local-variable-prop-line): Remove unused variable `val'.
25717
25718 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
25719 variable `buf'. Mark unused parameter.
25720 (find-lisp-insert-directory): Mark unused parameter.
25721
25722 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
25723 (format-encode-region): Remove unused variables `cur-buf' and `result'.
25724 (format-common-tail): Remove, unused.
25725 (format-deannotate-region): Remove unused variable `loc'.
25726 (format-annotate-region): Remove unused variable `p'.
25727 (format-annotate-single-property-change): Remove unused variables
25728 `default' and `tail'.
25729
25730 * forms.el (read-file-filter): Declare.
25731 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
25732
25733 * frame.el (frame-creation-function-alist): Mark unused parameter.
25734 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
25735
25736 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
25737 Remove unused parameters.
25738 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
25739 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
25740
25741 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
25742 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
25743 (hfy-prepare-tag-map): Mark unused parameters.
25744 (htmlfontify-buffer): Use `called-interactively-p'.
25745
25746 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
25747 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
25748 (ibuffer-do-occur): Mark unused parameters.
25749 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
25750 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
25751
25752 * ibuffer.el: Don't quote `lambda'.
25753 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
25754 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
25755 Mark unused parameters.
25756
25757 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
25758 (ido-completing-read): Mark unused parameters.
25759 (ido-copy-current-word): Mark unused parameters;
25760 remove unused variable `name'.
25761 (ido-sort-merged-list): Remove unused parameter `dirs'.
25762
25763 * ielm.el (ielm-input-sender): Mark unused parameter.
25764 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
25765 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
25766 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
25767 `ielm-string' as a dynamic variable accessible from the IELM prompt.
25768 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
25769
25770 * image-dired.el (image-dired-display-thumbs): Remove unused
25771 variables `curr-file' and `count'.
25772 (image-dired-remove-tag): Remove unused variable `start'.
25773 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
25774 variable `curr-file'
25775 (image-dired-rotate-original): Remove unused variable `temp-file'.
25776 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
25777 Remove unused variable `file'.
25778 (image-dired-gallery-generate): Remove unused variable `curr'.
25779 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
25780
25781 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
25782
25783 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
25784
25785 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
25786
25787 * isearch.el (minibuffer-history-symbol): Declare.
25788 (isearch-edit-string): Remove unused variable `err'.
25789 (isearch-message-prefix, isearch-message-suffix):
25790 Mark unused parameters.
25791
25792 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
25793
25794 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
25795
25796 * makesum.el (double-column): Remove unused variable `cnt'.
25797
25798 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
25799 (ido-ignore-item-temp-list): Declare.
25800
25801 * mouse-drag.el (mouse-drag-throw): Remove unused variables
25802 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
25803 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
25804 (mouse-drag-drag): Remove unused variables `mouse-delta' and
25805 `mouse-col-delta'.
25806
25807 * mouse-sel.el (mouse-extend-internal):
25808 Remove unused variable `orig-window-frame'.
25809
25810 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
25811 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
25812 Move declarations before first use.
25813 (pcomplete-opt): Mark unused parameters; doc fix.
25814
25815 * proced.el (proced-revert): Mark unused parameter.
25816 (proced-send-signal): Remove unused variable `err'.
25817
25818 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
25819 Rename parameter PREFIX-ARG to ARG.
25820 (ps-basic-plot-string, ps-basic-plot-whitespace):
25821 Mark unused parameters.
25822
25823 * replace.el (replace-count): Define.
25824 (occur-revert-function): Mark unused parameters.
25825 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
25826 (isearch-case-fold-search, isearch-string): Declare.
25827 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
25828 bind `case-fold-search'. Remove unused variables `beg' and `end',
25829 and simplify.
25830 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
25831 COUNT and bind `replace-count'.
25832 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
25833 to COUNT.
25834
25835 * savehist.el (print-readably, print-string-length): Declare.
25836
25837 * shadowfile.el (shadow-expand-cluster-in-file-name):
25838 Remove unused variable `cluster'.
25839 (shadow-copy-file): Remove unused variable `i'.
25840 (shadow-noquery, shadow-clusters, shadow-site-cluster)
25841 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
25842 (shadow-define-literal-group, shadow-define-regexp-group)
25843 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
25844
25845 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
25846 (shell): Use `called-interactively-p'.
25847 (shell-directory-tracker): Remove unused variable `chdir-failure'.
25848
25849 * simple.el (compilation-context-lines, comint-file-name-quote-list)
25850 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
25851 (delete-backward-char): Remove unused variable `ocol'.
25852 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
25853 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
25854 (event-apply-hyper-modifier, event-apply-shift-modifier)
25855 (event-apply-control-modifier, event-apply-meta-modifier):
25856 Mark unused parameters.
25857 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
25858 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
25859
25860 * speedbar.el (speedbar-ignored-directory-expressions)
25861 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
25862 (speedbar-find-file, speedbar-dir-follow)
25863 (speedbar-directory-buttons-follow, speedbar-tag-find)
25864 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
25865 (speedbar-buffers-line-directory, speedbar-buffer-click):
25866 Mark unused parameters.
25867 (speedbar-tag-file): Remove unused variable `mode'.
25868 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
25869
25870 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
25871
25872 * talk.el (talk): Remove unused variable `display'.
25873
25874 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
25875 (tar-write-region-annotate): Mark unused parameter.
25876
25877 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
25878 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
25879 Declare them, wrapped in `with-no-warnings' to avoid replacing one
25880 warning by another.
25881
25882 * time-stamp.el (time-stamp-string-preprocess):
25883 Remove unused variable `require-padding'.
25884
25885 * tree-widget.el (widget-glyph-enable): Declare.
25886 (tree-widget-action): Mark unused parameter.
25887
25888 * w32-fns.el (x-get-selection): Mark unused parameter.
25889 (autoload-make-program, generated-autoload-file): Declare.
25890
25891 * wdired.el (wdired-revert): Mark unused parameters.
25892 (wdired-xcase-word): Remove unused variable `err'.
25893
25894 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
25895 (whitespace-help-scroll): Remove unused variable `data-help'.
25896
25897 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
25898 (widget-image-insert, widget-after-change, default)
25899 (widget-default-format-handler, widget-default-notify)
25900 (widget-default-prompt-value, widget-info-link-action)
25901 (widget-url-link-action, widget-function-link-action)
25902 (widget-variable-link-action, widget-file-link-action)
25903 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
25904 (widget-field-prompt-internal, widget-field-action, widget-field-match)
25905 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
25906 (widget-insert-button-action, widget-delete-button-action, visibility)
25907 (widget-documentation-link-action, widget-documentation-string-action)
25908 (widget-const-prompt-value, widget-regexp-match, symbol)
25909 (widget-coding-system-prompt-value)
25910 (widget-key-sequence-value-to-external, sexp)
25911 (widget-sexp-value-to-internal, character, vector, cons)
25912 (widget-choice-prompt-value, widget-boolean-prompt-value)
25913 (widget-color--choose-action): Mark unused parameters.
25914 (widget-item-match-inline, widget-choice-match-inline)
25915 (widget-checklist-match, widget-checklist-match-inline)
25916 (widget-group-match): Rename parameter VALUES to VALS.
25917 (widget-field-value-set): Remove unused variable `size'.
25918 (widget-color-action): Remove unused variables `value' and `start'.
25919
25920 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
25921 variable `dir'. Doc fix.
25922 (windmove-find-other-window): Don't pass it.
25923
25924 * window.el (count-windows): Mark unused parameter.
25925 (bw-adjust-window): Remove unused variable `err'.
25926
25927 * woman.el (woman-file-name): Remove unused variable `default'.
25928 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
25929 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
25930 (global-font-lock-mode): Declare.
25931 (woman-decode-region): Mark unused parameter.
25932 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
25933
25934 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
25935 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
25936 (x-dnd-handle-moz-url): Remove unused variable `title'.
25937 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
25938
25939 * xml.el (xml-parse-tag, xml-parse-attlist):
25940 Remove unused variable `pos'.
25941
25942 2011-04-19 Glenn Morris <rgm@gnu.org>
25943
25944 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
25945 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
25946 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
25947 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
25948 * calendar/cal-html.el (cal-html-insert-minical):
25949 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
25950 (calendar-mark-date-pattern):
25951 Prefix "unused" locals.
25952
25953 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
25954 optional argument `style'.
25955
25956 * calendar/appt.el (appt-make-list):
25957 * calendar/cal-china.el (calendar-chinese-date-string):
25958 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
25959 (diary-hebrew-yahrzeit):
25960 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
25961 * calendar/calendar.el (calendar-generate-window):
25962 * calendar/time-date.el (time-to-days):
25963 Remove unused local variables.
25964
25965 2011-04-18 Chong Yidong <cyd@stupidchicken.com>
25966
25967 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
25968 glyphless-char-display table.
25969 (tabulated-list-glyphless-char-display): New var.
25970
25971 2011-04-18 Sam Steingold <sds@gnu.org>
25972
25973 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
25974 to acknowledgments.
25975
25976 2011-04-17 Glenn Morris <rgm@gnu.org>
25977
25978 * calendar/diary-lib.el (diary-sexp-entry):
25979 * calendar/holidays.el (holiday-sexp):
25980 Set debug-on-error rather than the removed stack-trace-on-error.
25981
25982 2011-04-16 Glenn Morris <rgm@gnu.org>
25983
25984 * progmodes/f90.el: Use lexical-binding.
25985 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
25986
25987 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
25988
25989 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
25990 (mail-mode): Setup mailalias completion here instead.
25991 * mail/mailalias.el: Use lexical-binding.
25992 (pattern, mailalias-done): Declare dynamic.
25993 (mail-completion-at-point-function): New function, from mail-complete.
25994 (mail-complete): Use it.
25995 (mail-completion-expand): New function.
25996 (mail-get-names): Use it.
25997 (mail-directory, mail-directory-process, mail-directory-stream):
25998 Don't use `pattern' for lexically bound arg.
25999
26000 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
26001
26002 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
26003 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
26004 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
26005
26006 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
26007 (byte-save-window-excursion, byte-temp-output-buffer-setup)
26008 (byte-interactive-p): Define them again, for use when inlining
26009 old code.
26010
26011 2011-04-15 Juanma Barranquero <lekktu@gmail.com>
26012
26013 * loadup.el: Use `string-to-number', not `string-to-int'.
26014
26015 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
26016
26017 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
26018 gud-gdb-complete-command.
26019 (gud-gdb-completions): New function, from gud-gdb-complete-command.
26020 (gud-gdb-completion-at-point): New function.
26021 (gud-gdb-completions): Remove.
26022
26023 2011-04-14 Michael Albinus <michael.albinus@gmx.de>
26024
26025 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
26026 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
26027 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
26028 whether `executable-find' is bound.
26029
26030 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
26031
26032 2011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
26033
26034 * minibuffer.el (completion-in-region-mode-predicate)
26035 (completion-in-region-mode--predicate): New vars.
26036 (completion-in-region, completion-in-region--postch)
26037 (completion-in-region-mode): Use them.
26038 (completion--capf-wrapper): Also return the hook function.
26039 (completion-at-point, completion-help-at-point):
26040 Adjust and provide a predicate.
26041
26042 Preserve arg names for advice of subr and lexical functions (bug#8457).
26043 * help-fns.el (help-function-arglist): Consolidate the subr and
26044 new-byte-code cases. Add argument `preserve-names' to extract names
26045 from the docstring when needed.
26046 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
26047 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
26048 (ad-arglist): Use help-function-arglist's new arg.
26049 (ad-definition-type): Use cond.
26050
26051 2011-04-13 Juanma Barranquero <lekktu@gmail.com>
26052
26053 * autorevert.el (auto-revert-handler):
26054 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
26055 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
26056 Don't quote lambda.
26057
26058 * image-mode.el (image-transform-set-scale):
26059 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
26060
26061 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
26062
26063 * net/network-stream.el (network-stream-open-starttls): Only do
26064 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
26065 Upgrades via gnutls-cli are too slow to be done opportunistically.
26066
26067 2011-04-12 Juanma Barranquero <lekktu@gmail.com>
26068
26069 * dframe.el (dframe-current-frame): Remove spurious quote.
26070
26071 2011-04-12 Glenn Morris <rgm@gnu.org>
26072
26073 * calendar/cal-tex.el (cal-tex-end-document):
26074 Try to automatically use latin1 input if needed.
26075
26076 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
26077 Don't try to cons a mark onto an empty element.
26078
26079 2011-04-11 Leo Liu <sdl.web@gmail.com>
26080
26081 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
26082 buffers.
26083 (ido-kill-buffer-at-head): Support killing virtual buffers.
26084
26085 2011-04-10 Chong Yidong <cyd@stupidchicken.com>
26086
26087 * minibuffer.el (completion-show-inline-help): New var.
26088 (completion--do-completion, minibuffer-complete)
26089 (minibuffer-force-complete, minibuffer-complete-word):
26090 Inhibit minibuffer messages if completion-show-inline-help is nil.
26091
26092 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
26093 to avoid interference from inline help (Bug#5849).
26094
26095 2011-04-10 Leo Liu <sdl.web@gmail.com>
26096
26097 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
26098 Fix typo.
26099
26100 2011-04-09 Chong Yidong <cyd@stupidchicken.com>
26101
26102 * image-mode.el (image-toggle-display-image): Signal an error if
26103 not in Image mode.
26104 (image-transform-mode, image-transform-resize)
26105 (image-transform-set-rotation): Doc fix.
26106 (image-transform-set-resize): Delete.
26107 (image-transform-set-scale, image-transform-fit-to-height)
26108 (image-transform-fit-to-width): Handle image-toggle-display-image
26109 and image-transform-resize directly.
26110
26111 2011-04-08 Sho Nakatani <lay.sakura@gmail.com>
26112
26113 * doc-view.el (doc-view-fit-width-to-window)
26114 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
26115 New functions for fitting the shown image to the Emacs window size.
26116 (doc-view-mode-map): Add bindings for the new functions.
26117
26118 2011-04-08 Juanma Barranquero <lekktu@gmail.com>
26119
26120 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
26121 Fix typo in docstring.
26122
26123 2011-04-08 Eli Zaretskii <eliz@gnu.org>
26124
26125 * files.el (file-size-human-readable): Produce one digit after
26126 decimal, like "ls -lh" does.
26127
26128 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
26129 the file size representation.
26130
26131 * simple.el (list-processes): If async subprocesses are not
26132 available, error out with a clear error message.
26133
26134 2011-04-08 Chong Yidong <cyd@stupidchicken.com>
26135
26136 * help.el (help-form-show): New function, to be called from C.
26137 Put help-form output in a buffer named differently than *Help*.
26138
26139 2011-04-08 Eli Zaretskii <eliz@gnu.org>
26140
26141 * files.el (file-size-human-readable): New function.
26142
26143 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
26144 computing the representation inline. Don't require `cl'.
26145
26146 2011-04-08 Glenn Morris <rgm@gnu.org>
26147
26148 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
26149
26150 * net/browse-url.el (browse-url-firefox):
26151 Test system-type, not system-configuration.
26152
26153 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
26154 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
26155 Use log-edit-empty-buffer-p. (Bug#7598)
26156
26157 * net/rlogin.el (rlogin-process-connection-type): Simplify.
26158 (rlogin-mode-map): Initialize in the defvar.
26159 (rlogin): Use ignore-errors.
26160
26161 * replace.el (occur-mode-map): Some fixes for menu items.
26162
26163 2011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
26164
26165 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
26166
26167 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
26168
26169 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
26170 issuing unused warnings.
26171
26172 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
26173 macro directly.
26174
26175 * simple.el: Lisp reimplement of list-processes. Based on an
26176 earlier reimplementation by Leo Liu, but using tabulated-list.el.
26177 (process-menu-mode): New major mode.
26178 (list-processes--refresh, list-processes):
26179 (process-menu-visit-buffer): New functions.
26180
26181 * files.el (save-buffers-kill-emacs): Don't assume any return
26182 value of list-processes, which is undocumented anyway.
26183
26184 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
26185
26186 * emacs-lisp/tabulated-list.el: New file.
26187
26188 * emacs-lisp/package.el: Use Tabulated List mode.
26189 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
26190 (package-menu-mode): Derive from tabulated-list-mode. Set up the
26191 table format using Tabulated List mode variables.
26192 (package--push): New macro, replacing package-list-maybe-add.
26193 (package-menu--generate): Use package--push. Renamed from
26194 package--generate-package-list.
26195 (package-menu-refresh, list-packages): Use it.
26196 (package-menu--print-info): Rename from package-print-package.
26197 Return insertion data instead of inserting it directly.
26198 (package-menu-describe-package, package-menu-execute):
26199 Use tabulated-list-get-id.
26200 (package-menu-mark-delete, package-menu-mark-install)
26201 (package-menu-mark-unmark, package-menu-backup-unmark)
26202 (package-menu-mark-obsolete-for-deletion):
26203 Use tabulated-list-put-tag.
26204 (package--list-packages, package-menu-revert)
26205 (package-menu-get-package, package-menu-get-version)
26206 (package-menu-sort-by-column): Functions deleted.
26207 (package-menu-package-list, package-menu-sort-key): Vars deleted.
26208 (package-menu--status-predicate, package-menu--version-predicate)
26209 (package-menu--name-predicate)
26210 (package-menu--description-predicate): Handle arguments in the
26211 Tabulated List format.
26212 (package-list-packages-no-fetch): Call list-packages.
26213
26214 2011-04-06 Juanma Barranquero <lekktu@gmail.com>
26215
26216 * files.el (after-find-file-from-revert-buffer): Remove variable.
26217 (after-find-file): Don't bind it.
26218 (revert-buffer-in-progress-p): New variable.
26219 (revert-buffer): Bind it.
26220 Pass nil for `after-find-file-from-revert-buffer'.
26221
26222 * saveplace.el (save-place-find-file-hook): Use new variable
26223 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
26224
26225 2011-04-06 Glenn Morris <rgm@gnu.org>
26226
26227 * Makefile.in (AUTOGEN_VCS): New variable.
26228 (autoloads): Use $AUTOGEN_VCS.
26229
26230 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
26231 * calendar/calendar.el (calendar-mode-map):
26232 Check for toolkit scroll bars. (Bug#8305)
26233
26234 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
26235
26236 * minibuffer.el (completion-in-region--postch)
26237 (completion-in-region-mode): Remove unnecessary messages.
26238
26239 2011-04-05 Juanma Barranquero <lekktu@gmail.com>
26240
26241 * font-lock.el (font-lock-refresh-defaults):
26242 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
26243 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
26244
26245 * info.el (Info-directory-list, Info-read-node-name-2)
26246 (Info-split-parameter-string): Doc fixes.
26247 (Info-virtual-nodes): Reflow docstring.
26248 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
26249 (Info-apropos-toc-nodes, info-finder, Info-get-token)
26250 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
26251 Fix typos in docstrings.
26252 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
26253 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
26254 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
26255 (Info-restore-desktop-buffer): Mark unused parameters.
26256 (Info-directory-find-file, Info-directory-find-node)
26257 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
26258 (Info-virtual-index-find-node, Info-apropos-find-file)
26259 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
26260 Mark unused parameters; fix typos in docstrings.
26261 (Info-virtual-index): Remove unused local variable `nodename'.
26262
26263 2011-04-05 Deniz Dogan <deniz@dogan.se>
26264
26265 * net/rcirc.el: Update my e-mail address.
26266 (rcirc-mode-map): Remove M-o binding.
26267
26268 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
26269
26270 * startup.el (command-line): Save the cursor's theme-face
26271 directly, instead of using face-override-spec.
26272
26273 * custom.el (load-theme): Minor optimization in assigning faces.
26274
26275 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
26276
26277 * help-fns.el (describe-variable): Complete all variables having
26278 documentation, including keywords.
26279 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
26280
26281 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
26282
26283 Convert to lexical-binding.
26284
26285 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
26286 (bs--get-marked-string, bs--get-modified-string)
26287 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
26288 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
26289 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
26290
26291 * ehelp.el (electric-help-execute-extended)
26292 (electric-help-ctrl-x-prefix):
26293 * hexl.el (hexl-revert-buffer-function):
26294 * linum.el (linum-after-change, linum-after-scroll):
26295 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
26296
26297 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
26298
26299 2011-04-04 Daiki Ueno <ueno@unixuser.org>
26300
26301 * epa-dired.el:
26302 * epa-mail.el:
26303 * epa-hook.el:
26304 * epa-file.el:
26305 * epa.el:
26306 * epg.el: Use lexical binding.
26307
26308 2011-04-03 Chong Yidong <cyd@stupidchicken.com>
26309
26310 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
26311
26312 * textmodes/flyspell.el (flyspell-word): Recognize default
26313 dictionary case for flyspell-mark-duplications-exceptions.
26314 Use regexp matching for languages.
26315 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
26316 default dictionary (Bug#7926).
26317
26318 2011-04-02 Chong Yidong <cyd@stupidchicken.com>
26319
26320 * emacs-lisp/package.el (package--with-work-buffer):
26321 Recognize https URLs.
26322
26323 * net/network-stream.el: Move from gnus/proto-stream.el.
26324 Change prefix to network-stream throughout.
26325 (open-protocol-stream): Merge into open-network-stream, leaving
26326 open-protocol-stream as an alias. Handle nil BUFFER args.
26327
26328 * subr.el (open-network-stream): Move to net/network-stream.el.
26329
26330 2011-04-02 Glenn Morris <rgm@gnu.org>
26331
26332 * find-dired.el (find-exec-terminator): New option.
26333 (find-ls-option): Test for -ls support.
26334 (find-ls-subdir-switches): Test for -b in find-ls-option.
26335 (find-dired, find-grep-dired): Doc fixes.
26336 (find-dired): Use find-exec-terminator.
26337
26338 * find-dired.el (find-ls-option, find-ls-subdir-switches)
26339 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
26340 (find-name-arg): Remove purecopy.
26341
26342 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
26343 (grep-compute-defaults): Check for `-exec COMMAND +' support.
26344 Set grep-find-use-xargs, grep-find-command, and grep-find-template
26345 accordingly. Don't add the null-device if not needed.
26346
26347 * files.el (save-some-buffers): Doc fix.
26348
26349 2011-04-02 Eli Zaretskii <eliz@gnu.org>
26350
26351 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
26352
26353 2011-04-01 Juanma Barranquero <lekktu@gmail.com>
26354
26355 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
26356 Use `dolist' rather than `mapcar'.
26357
26358 2011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
26359
26360 Add lexical binding.
26361
26362 * subr.el (apply-partially): Use new closures rather than CL.
26363 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
26364 (dolist, dotimes): Use slightly different expansion for lexical code.
26365 (functionp): Move to C.
26366 (letrec): New macro.
26367 (with-wrapper-hook): Use it and apply-partially instead of CL.
26368 (eval-after-load): Preserve lexical-binding.
26369 (save-window-excursion, with-output-to-temp-buffer): Turn them
26370 into macros.
26371
26372 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
26373
26374 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
26375 than the arglist.
26376 (help-add-fundoc-usage): Don't add `Not documented'.
26377 (help-function-arglist): Handle closures, subroutines, and new
26378 byte-code-functions.
26379 (help-make-usage): Remove leading underscores.
26380 (describe-function-1): Handle closures.
26381 (describe-variable): Use special-variable-p for completion.
26382
26383 * files.el (lexical-binding): Declare safe.
26384
26385 * emacs-lisp/pcase.el: Don't use destructuring-bind.
26386 (pcase--memoize): Rename from pcase-memoize. Change weakness.
26387 (pcase): Add `let' pattern.
26388 Change memoization so it actually works.
26389 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
26390 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
26391 <let>: New case.
26392
26393 * emacs-lisp/macroexp.el: Use lexical binding.
26394 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
26395 Don't convert ' to #' without checking that it's indeed quoting
26396 a lambda.
26397
26398 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
26399 Use eval-sexp-add-defvars.
26400 (eval-sexp-add-defvars): New fun.
26401
26402 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
26403
26404 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
26405 Don't autoload.
26406 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
26407 than the internal `byte-compile-lambda'.
26408 (defmethod): Don't hide code under quotes.
26409 (eieio-defmethod): New `code' argument.
26410
26411 * emacs-lisp/eieio-comp.el: Remove.
26412
26413 * emacs-lisp/edebug.el (edebug-eval-defun)
26414 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
26415 (edebug-toggle): Avoid `eval'.
26416
26417 * emacs-lisp/disass.el (disassemble-internal): Handle new
26418 `closure' objects.
26419 (disassemble-1): Handle new byte codes.
26420
26421 * emacs-lisp/cl.el (pushnew): Silence warning.
26422
26423 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
26424 (cl-byte-compile-throw): Remove.
26425 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
26426
26427 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
26428 closures.
26429
26430 * emacs-lisp/cconv.el: New file.
26431
26432 * emacs-lisp/bytecomp.el: Use lexical binding instead of
26433 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
26434 (byte-compile-initial-macro-environment):
26435 Handle declare-function here.
26436 (byte-compile--lexical-environment): New var.
26437 (byte-stack-ref, byte-stack-set, byte-discardN)
26438 (byte-discardN-preserve-tos): New lap codes.
26439 (byte-interactive-p): Don't use any more.
26440 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
26441 New macros.
26442 (byte-compile-lapcode): Use them and handle new lap codes.
26443 (byte-compile-obsolete): Remove.
26444 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
26445 (byte-compile-arglist-warn): Check late def of inlinable funs.
26446 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
26447 since they should have been expanded by now.
26448 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
26449 (byte-compile-from-buffer): Remove unused second arg.
26450 (byte-compile-preprocess): New function.
26451 (byte-compile-toplevel-file-form): New function to distinguish
26452 file-form calls from outside from file-form calls from hunk-handlers.
26453 (byte-compile-file-form): Simplify.
26454 (byte-compile-file-form-defsubst): Remove.
26455 (byte-compile-file-form-defmumble): Simplify now that
26456 byte-compile-lambda always returns a byte-code-function.
26457 (byte-compile): Preprocess.
26458 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
26459 Remove, not used any more.
26460 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
26461 (byte-compile-make-args-desc): New funs.
26462 (byte-compile-lambda): Handle lexical functions. Always return
26463 a byte-code-function.
26464 (byte-compile-reserved-constants): New var, to make up room for
26465 closed-over variables.
26466 (byte-compile-constants-vector): Obey it.
26467 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
26468 (byte-compile-macroexpand-declare-function): New function.
26469 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
26470 byte-code-functions.
26471 (byte-compile-form): Check obsolescence here.
26472 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
26473 (byte-compile-variable-ref): Remove.
26474 (byte-compile-dynamic-variable-op): New fun.
26475 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
26476 (byte-compile-variable-set): New funs.
26477 (byte-compile-discard): Add 2 args.
26478 (byte-compile-stack-ref, byte-compile-stack-set)
26479 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
26480 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
26481 macroexpand-all instead.
26482 (byte-compile-quote-form): Remove.
26483 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
26484 (byte-compile-bind, byte-compile-unbind): New funs.
26485 (byte-compile-let): Handle let* and lexical binding.
26486 (byte-compile-let*): Remove.
26487 (byte-compile-catch, byte-compile-unwind-protect)
26488 (byte-compile-track-mouse, byte-compile-condition-case):
26489 Handle a new :fun-body form, used for lexical scoping.
26490 (byte-compile-save-window-excursion)
26491 (byte-compile-with-output-to-temp-buffer): Remove.
26492 (byte-compile-defun): Simplify.
26493 (byte-compile-stack-adjustment): New fun.
26494 (byte-compile-out): Use it.
26495 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
26496
26497 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
26498 handler any more.
26499
26500 * emacs-lisp/byte-opt.el: Use lexical binding.
26501 (byte-inline-lapcode): Remove (to bytecomp).
26502 (byte-compile-inline-expand): Pay attention to inlining to/from
26503 lexically bound code.
26504 (byte-compile-unfold-lambda): Don't handle byte-code-functions
26505 any more.
26506 (byte-optimize-form-code-walker): Don't handle save-window-excursion
26507 any more and don't call compiler-macros.
26508 (byte-compile-splice-in-already-compiled-code): Remove.
26509 (byte-code): Don't inline any more.
26510 (disassemble-offset): Receive `bytes' as argument rather than via
26511 dynamic scoping.
26512 (byte-compile-tag-number): Declare before first use.
26513 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
26514 `return' even if make-spliceable.
26515 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
26516 obsolete interactive-p.
26517 (byte-optimize-lapcode): Optimize new lap-codes.
26518 Don't trip up on new form of `byte-constant' lap code.
26519
26520 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
26521
26522 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
26523
26524 * custom.el (custom-initialize-default, custom-declare-variable):
26525 Use `defvar'.
26526
26527 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
26528 New variables.
26529 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
26530 (COMPILE_FIRST): Add macroexp and cconv.
26531 * makefile.w32-in: Mirror changes in Makefile.in.
26532
26533 * vc/cvs-status.el:
26534 * vc/diff-mode.el:
26535 * vc/log-edit.el:
26536 * vc/log-view.el:
26537 * vc/smerge-mode.el:
26538 * textmodes/bibtex-style.el:
26539 * textmodes/css-mode.el:
26540 * startup.el:
26541 * uniquify.el:
26542 * minibuffer.el:
26543 * newcomment.el:
26544 * reveal.el:
26545 * server.el:
26546 * mpc.el:
26547 * emacs-lisp/smie.el:
26548 * doc-view.el:
26549 * dired.el:
26550 * abbrev.el: Use lexical binding.
26551
26552 2011-04-01 Eli Zaretskii <eliz@gnu.org>
26553
26554 * info.el (info-display-manual): New function.
26555
26556 2011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
26557
26558 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
26559
26560 2011-03-31 Tassilo Horn <tassilo@member.fsf.org>
26561
26562 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
26563 an entry for that server in rcirc-authinfo. (Bug#8385)
26564
26565 2011-03-31 Glenn Morris <rgm@gnu.org>
26566
26567 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
26568
26569 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
26570
26571 2011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
26572
26573 * progmodes/python.el (python-default-interpreter)
26574 (python-python-command-args, python-jython-command-args)
26575 (python-which-shell, python-which-args, python-which-bufname)
26576 (python-file-queue, python-comint-output-filter-function)
26577 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
26578 variables and functions.
26579
26580 2011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
26581
26582 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
26583 (completion-in-region-mode): New minor mode.
26584 (completion-in-region): Use it.
26585 (completion-in-region--data, completion-in-region-mode-map): New vars.
26586 (completion-in-region--postch): New function.
26587 (completion--capf-misbehave-funs, completion--capf-safe-funs):
26588 New vars.
26589 (completion--capf-wrapper): New function.
26590 (completion-at-point): Use it to track well-behavedness of
26591 hook functions.
26592 (completion-help-at-point): New command.
26593
26594 2011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
26595
26596 * vc/add-log.el (add-change-log-entry): Don't use whitespace
26597 syntax class to search for whitespace on a single line
26598 (Message-ID: <4D938140.4030905@redhat.com>).
26599
26600 2011-03-30 Leo Liu <sdl.web@gmail.com>
26601
26602 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
26603 New commands.
26604 (edit-abbrevs-map): Bind them here.
26605 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
26606
26607 2011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
26608
26609 * allout.el (allout-hide-by-annotation, allout-flag-region):
26610 Reduce possibility of overlay leakage by making them volatile.
26611
26612 * allout-widgets.el (allout-widgets-tally): Define as nil so the
26613 hash is not shared between buffers. Mode initialization is
26614 responsible for giving it a useful starting value.
26615 (allout-item-span): Reduce possibility of overlay leakage by
26616 making them volatile.
26617 (allout-widgets-count-buttons-in-region): Add diagnostic function
26618 for tracking down button overlay leaks.
26619
26620 2011-03-29 Leo Liu <sdl.web@gmail.com>
26621
26622 * ido.el (ido-read-internal): Use the default history var
26623 minibuffer-history if no HISTORY is specified.
26624
26625 2011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
26626
26627 * net/imap.el (imap-shell-open, imap-process-connection-type):
26628 Use imap-process-connection-type for 'shell' streams as well as
26629 Kerberos, SSL, other subprocesses.
26630
26631 2011-03-28 Leo Liu <sdl.web@gmail.com>
26632
26633 * abbrev.el (abbrev-table-empty-p): New function.
26634 (prepare-abbrev-list-buffer): Place empty abbrev tables after
26635 nonempty ones. (Bug#5937)
26636
26637 2011-03-27 Jan Djärv <jan.h.d@swipnet.se>
26638
26639 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
26640
26641 2011-03-27 Leo Liu <sdl.web@gmail.com>
26642
26643 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
26644 for foreground and background colors.
26645 (ansi-color-make-color-map): Adapt.
26646
26647 2011-03-25 Leo Liu <sdl.web@gmail.com>
26648
26649 * midnight.el (midnight-time-float): Remove. Note it calculates
26650 the microsecond component incorrectly and seconds-to-time does the
26651 same job.
26652 Remove redundant (require 'timer).
26653
26654 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
26655 (ido-completions): Remove unused arguments. (Bug#8329)
26656
26657 2011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
26658
26659 * minibuffer.el (completion--flush-all-sorted-completions):
26660 Remove itself from hook.
26661 (completion-at-point): Let the functions perform the completion
26662 immediately and return nil or t.
26663 * comint.el (comint-dynamic-complete-functions): Now identical to
26664 completion-at-point-functions.
26665 (comint-dynamic-list-input-ring): Remove unused var `index'.
26666 (comint--match-partial-filename, comint--unquote&expand-filename):
26667 New funs, split from comint-match-partial-filename.
26668 (comint-dynamic-complete): Use completion-at-point.
26669 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
26670
26671 2011-03-24 Drew Adams <drew.adams@oracle.com>
26672
26673 * thingatpt.el: Support `defun'.
26674
26675 2011-03-23 Leo Liu <sdl.web@gmail.com>
26676
26677 * abbrevlist.el: Move to obsolete/abbrevlist.el.
26678
26679 * help-mode.el (help-mode-finish): Tweak regexp.
26680
26681 2011-03-23 Glenn Morris <rgm@gnu.org>
26682
26683 * eshell/esh-opt.el (eshell-eval-using-options):
26684 Do not bind unused local variable `eshell-option-stub'.
26685
26686 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
26687
26688 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
26689
26690 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
26691 keymap variable in `with-no-warnings' to avoid a warning when the
26692 keymap has been already `defconst'ed.
26693
26694 2011-03-22 Leo Liu <sdl.web@gmail.com>
26695
26696 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
26697 encode all chars in abbrevs; otherwise use emacs-mule or
26698 utf-8-emacs. (Bug#8308)
26699
26700 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
26701
26702 * simple.el (backward-delete-char-untabify):
26703 Avoid warning about using `delete-backward-char'.
26704
26705 * image.el (image-type-file-name-regexps): Make it variable.
26706 `imagemagick-register-types' modifies it, and the user may want
26707 to add new extensions for known image types.
26708 (imagemagick-register-types): Throw error if not using ImageMagick.
26709
26710 2011-03-22 Leo Liu <sdl.web@gmail.com>
26711
26712 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
26713 located before rcirc-prompt-end-marker.
26714 (rcirc-complete): Error if point is not after rcirc prompt.
26715 Handle the case when table is nil.
26716 (rcirc-user-authenticated): Define to fix compiler warning.
26717
26718 2011-03-22 Chong Yidong <cyd@stupidchicken.com>
26719
26720 * custom.el (custom--inhibit-theme-enable): Make it affect only
26721 custom-theme-set-variables and custom-theme-set-faces.
26722 (provide-theme): Ignore custom--inhibit-theme-enable.
26723 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
26724 (custom-enabling-themes): Delete variable.
26725 (enable-theme): Accept only loaded themes as arguments.
26726 Ignore the special custom-enabled-themes variable.
26727 (custom-enabled-themes): Forbid themes from setting this.
26728 Eliminate use of custom-enabling-themes.
26729 (custom-push-theme): Quote "changed" custom var entry.
26730
26731 2011-03-21 Leo Liu <sdl.web@gmail.com>
26732
26733 * ido.el (ido-read-internal): Add ido-selected to history instead
26734 of user input.
26735
26736 2011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
26737
26738 * subr.el (deferred-action-list, deferred-action-function):
26739 Mark obsolete.
26740
26741 2011-03-21 Leo Liu <sdl.web@gmail.com>
26742
26743 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
26744 change on 2011-02-13 (bug#8309).
26745
26746 * minibuffer.el (read-file-name-function): Change default value.
26747 (read-file-name--defaults): Rename from read-file-name-defaults.
26748 (read-file-name-default): Rename from read-file-name.
26749 (read-file-name): Call read-file-name-function.
26750
26751 2011-03-21 Glenn Morris <rgm@gnu.org>
26752
26753 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
26754 Doc fixes.
26755
26756 2011-03-21 Chong Yidong <cyd@stupidchicken.com>
26757
26758 * cus-theme.el: Add missing provide statement.
26759 (customize-create-theme): Extract theme value correctly.
26760 (custom-theme-visit-theme): Autoload.
26761 (customize-create-theme): Prompt before inserting default faces.
26762
26763 2011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
26764
26765 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
26766 units and musical notes.
26767
26768 2011-03-20 Leo Liu <sdl.web@gmail.com>
26769
26770 * ido.el (ido-read-internal): Use completing-read-default.
26771 (ido-completing-read): Fix compatibility with completing-read.
26772
26773 2011-03-20 Christian Ohler <ohler@gnu.org>
26774
26775 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
26776 (ert-delete-all-tests): Use `called-interactively-p' rather than
26777 `interactive-p'.
26778 (ert--make-xrefs-region): Respect END.
26779
26780 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
26781
26782 * dired-aux.el (dired-create-directory): Signal an error if the
26783 directory already exists (Bug#8246).
26784
26785 * facemenu.el (list-colors-display): Call list-faces-display
26786 inside with-help-window.
26787 (list-colors-print): Use display property to align the final
26788 column, instead of checking window-width.
26789
26790 2011-03-19 Eli Zaretskii <eliz@gnu.org>
26791
26792 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
26793 windows-nt systems.
26794 (emerge-protect-metachars): Quote correctly for ms-dos and
26795 windows-nt systems.
26796
26797 2011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
26798
26799 * info.el (info-initialize): Replace all uses of `:' with
26800 path-separator for compatibility with non-Unix systems.
26801 Cache quoting of path-separator. (Bug#8258)
26802
26803 2011-03-19 Juanma Barranquero <lekktu@gmail.com>
26804
26805 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
26806 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
26807 (mouse-avoidance-mode): Fix typos in docstrings.
26808
26809 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
26810
26811 * startup.el (package-subdirectory-regexp): Move from package.el.
26812 Omit \\` and \\', and let callers add them.
26813
26814 * emacs-lisp/package.el (package-strip-version)
26815 (package-load-all-descriptors): Add \\` and \\' to
26816 package-subdirectory-regexp before using it.
26817 (package-untar-buffer): New arg DIR; ensure that file untars only
26818 into this expected directory. Remove superfluous delete-region.
26819 (package-unpack): Caller changed.
26820 (package-tar-file-info): Use package-subdirectory-regexp.
26821
26822 2011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
26823
26824 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
26825 diff-mode-shared-map (bug#8284).
26826 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
26827
26828 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
26829
26830 * calendar/time-date.el (format-seconds): Use assoc instead of
26831 assoc-string, since assoc-string doesn't exist in XEmacs.
26832
26833 2011-03-17 Juanma Barranquero <lekktu@gmail.com>
26834
26835 * custom.el (custom-known-themes): Reflow docstring.
26836 (custom-theme-load-path): Fix typo in docstring.
26837 (load-theme): Fix typo in error message.
26838 (custom-available-themes, custom-variable-theme-value):
26839 Use `let', not `let*'.
26840
26841 2011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
26842
26843 * calc/README: Mention inclusion of musical notes.
26844
26845 * calc/calc-units.el (calc-lu-quant): Rename from
26846 `calc-logunits-quantity'.
26847 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
26848 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
26849 (calc-db): Rename from `calc-dblevel'.
26850 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
26851 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
26852 (calc-np): Rename from `calc-nplevel'.
26853 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
26854 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
26855 (calc-lu-plus): Rename from `calc-logunits-add'.
26856 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
26857 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
26858 (calc-lu-minus): Rename from `calc-logunits-sub'.
26859 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
26860 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
26861 (calc-lu-times): Rename from `calc-logunits-mul'.
26862 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
26863 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
26864 (calc-lu-divide): Rename from `calc-logunits-div'.
26865 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
26866 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
26867
26868 * calc/calc-ext.el (calc-init-extensions): Update the names of the
26869 functions being autoloaded.
26870
26871 * calc/calc.el (calc-lu-power-reference): Rename from
26872 `calc-logunits-power-reference'.
26873 (calc-lu-field-reference): Rename from
26874 `calc-logunits-field-reference'.
26875
26876 * calc/calc-help.el (calc-l-prefix-help):
26877 Mention musical note functions.
26878
26879 2011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
26880
26881 * minibuffer.el (completion-all-sorted-completions):
26882 Use :completion-cycle-penalty text property if present.
26883
26884 2011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
26885
26886 * allout.el (allout-yank-processing): Adjust for new rebulleting
26887 regime so bullet being yanked is used without prompting the user
26888 for a choice.
26889
26890 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
26891
26892 * startup.el (command-line): Warn the user that _emacs is deprecated.
26893
26894 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
26895
26896 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
26897 (delphi-verbose, delphi-comment-face, delphi-string-face)
26898 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
26899 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
26900 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
26901 (delphi-new-comment-line, delphi-font-lock-defaults)
26902 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
26903 Fix typos in docstrings.
26904
26905 2011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
26906
26907 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
26908 Invert the roles of character and string values for INSTEAD, so a
26909 string is used for the more common case of a defaulting prompt.
26910
26911 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
26912
26913 * progmodes/ruby-mode.el (ruby-backward-sexp):
26914 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
26915 * play/gamegrid.el (gamegrid-make-face):
26916 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
26917 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
26918 * notifications.el (notifications-notify):
26919 * net/xesam.el (xesam-search-engines):
26920 * net/quickurl.el (quickurl-list-insert):
26921 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
26922
26923 2011-03-15 Chong Yidong <cyd@stupidchicken.com>
26924
26925 * startup.el (command-line): Update package subdirectory regexp.
26926
26927 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
26928
26929 * allout.el (allout-abbreviate-flattened-numbering)
26930 (allout-mode-deactivate-hook): Fix up obsolescence "date".
26931
26932 * subr.el (read-char-choice): Only show the cursor after the prompt,
26933 not after the answer.
26934
26935 2011-03-15 Kevin Ryde <user42@zip.com.au>
26936
26937 * help-fns.el (variable-at-point): Skip leading quotes, if any
26938 (bug#8253).
26939
26940 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
26941
26942 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
26943 warning message.
26944
26945 2011-03-14 Michael Albinus <michael.albinus@gmx.de>
26946
26947 * shell.el (shell): When called interactively, offer to change the
26948 shell file name on remote hosts.
26949
26950 2011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
26951
26952 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
26953 integration for LDAP parameters. The host, base, user or binddn,
26954 and secret tokens can be specified in a netrc file, for instance.
26955 This is optional because an `auth-source' parameter must be
26956 specified in the search attributes.
26957
26958 2011-03-13 Juanma Barranquero <lekktu@gmail.com>
26959
26960 * help.el (describe-mode): Link to the mode's definition (bug#8185).
26961
26962 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
26963
26964 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
26965 into declaration. Remove redundant and harmful binding.
26966
26967 2011-03-12 Eli Zaretskii <eliz@gnu.org>
26968
26969 * files.el (file-ownership-preserved-p): Pass `integer' as an
26970 explicit 2nd argument to `file-attributes'. If the file's owner
26971 is the Administrators group on Windows, and the current user is
26972 Administrator, consider that a match.
26973
26974 * server.el (server-ensure-safe-dir): Consider server directory
26975 safe on MS-Windows if its owner is the Administrators group while
26976 the current Emacs user is Administrator. Use `=' to compare
26977 numerical UIDs, since they could be integers or floats.
26978
26979 2011-03-12 Juanma Barranquero <lekktu@gmail.com>
26980
26981 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
26982
26983 2011-03-12 Michael Albinus <michael.albinus@gmx.de>
26984
26985 Sync with Tramp 2.2.1.
26986
26987 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
26988
26989 * net/trampver.el: Update release number.
26990
26991 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
26992
26993 * progmodes/compile.el (compilation--previous-directory): Fix up
26994 various nil/dead-marker mismatches (bug#8014).
26995 (compilation-directory-properties, compilation-error-properties):
26996 Don't call it at a position past the one we're about to change.
26997
26998 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
26999 Disable obsolescence warnings in the file that declares it.
27000
27001 2011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
27002
27003 * allout-widgets.el (allout-widgets-tally):
27004 Initialize allout-widgets-tally as a hash table rather than nil to
27005 prevent mode-line redisplay warnings. Also, clarify the module
27006 description and fix a comment typo.
27007
27008 2011-03-11 Juanma Barranquero <lekktu@gmail.com>
27009
27010 * help-fns.el (describe-variable): Don't complete keywords.
27011 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
27012
27013 2011-03-10 Chong Yidong <cyd@stupidchicken.com>
27014
27015 * emacs-lisp/package.el (package-version-join): Impose a standard
27016 string representation for pre/alpha/beta version lists.
27017 (package-unpack-single): Standardize the directory name by passing
27018 it through package-version-join.
27019 (package-strip-rcs-id): Accept any version string that does not
27020 signal an error in version-to-list.
27021
27022 2011-03-10 Michael Albinus <michael.albinus@gmx.de>
27023
27024 * simple.el (delete-trailing-whitespace): Return nil for the
27025 benefit of `write-file-functions'.
27026
27027 2011-03-10 Glenn Morris <rgm@gnu.org>
27028
27029 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
27030
27031 * vc/vc-git.el (vc-git-program): New option.
27032 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
27033 (vc-git--call): Use it.
27034
27035 * eshell/esh-util.el (eshell-condition-case): Doc fix.
27036
27037 * cus-edit.el (Custom-newline): If no button at point, look
27038 for a subgroup button at start-of-line. (Bug#2298)
27039
27040 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
27041
27042 2011-03-10 Julien Danjou <julien@danjou.info>
27043
27044 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
27045 `cursor-type' is nil.
27046
27047 2011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
27048
27049 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
27050
27051 2011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
27052
27053 * allout.el: Change so yank of distinctive-bullet items
27054 preserves the existing header prefix, rebulleting it if necessary,
27055 rather than replacing it. This is necessary for proper operation
27056 of cooperative addons like allout-widgets.
27057 (allout-make-topic-prefix, allout-rebullet-heading):
27058 Change SOLICIT arg to INSTEAD, and interpret additionally a string
27059 value as alternate bullet to be used, instead of prompting the user
27060 for a bullet character.
27061
27062 2011-03-09 Michael Albinus <michael.albinus@gmx.de>
27063
27064 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
27065 Do not use `tramp-file-name-port', because this returns also
27066 `tramp-default-port'.
27067
27068 2011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
27069
27070 * net/rcirc.el (rcirc-handler-001): Remove useless
27071 with-rcirc-process-buffer.
27072 (rcirc-check-auth-status): Swap arguments to string-match.
27073
27074 2011-03-09 Glenn Morris <rgm@gnu.org>
27075
27076 * shell.el (shell-mode):
27077 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
27078
27079 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
27080 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
27081
27082 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
27083
27084 * emacs-lisp/package.el (package-refresh-contents)
27085 (package-menu-execute): Use condition-case-no-debug.
27086
27087 2011-03-08 Michael Albinus <michael.albinus@gmx.de>
27088
27089 * simple.el (shell-command-to-string): Use `process-file'.
27090
27091 * emacs-lisp/package.el (package-tar-file-info): Handle also
27092 remote files.
27093
27094 * emacs-lisp/package-x.el (package-upload-buffer-internal):
27095 Use `equal' for upload base check.
27096
27097 2011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
27098
27099 * textmodes/texinfo.el (texinfo-environments):
27100 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
27101
27102 2011-03-08 Glenn Morris <rgm@gnu.org>
27103
27104 * cus-start.el (cursor-in-non-selected-windows):
27105 Fix :set quoting oddness. (Bug#8192)
27106
27107 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
27108 in some setf expressions. (Bug#2159)
27109
27110 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
27111
27112 * custom.el (custom-available-themes): Return themes in
27113 alphabetical order.
27114
27115 See ChangeLog.15 for earlier changes.
27116
27117 ;; Local Variables:
27118 ;; coding: utf-8
27119 ;; End:
27120
27121 Copyright (C) 2011-2013 Free Software Foundation, Inc.
27122
27123 This file is part of GNU Emacs.
27124
27125 GNU Emacs is free software: you can redistribute it and/or modify
27126 it under the terms of the GNU General Public License as published by
27127 the Free Software Foundation, either version 3 of the License, or
27128 (at your option) any later version.
27129
27130 GNU Emacs is distributed in the hope that it will be useful,
27131 but WITHOUT ANY WARRANTY; without even the implied warranty of
27132 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
27133 GNU General Public License for more details.
27134
27135 You should have received a copy of the GNU General Public License
27136 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.