Silence some compiler warnings
[bpt/emacs.git] / lisp / ChangeLog
1 2013-05-21 Glenn Morris <rgm@gnu.org>
2
3 * files.el (dired-unmark):
4 * progmodes/gud.el (gdb-input): Update declarations.
5
6 * calculator.el (electric, ehelp): No need to load when compiling.
7 (Electric-command-loop, electric-describe-mode): Declare.
8
9 * doc-view.el (doc-view-current-converter-processes): Move before use.
10
11 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
12 Move MODE-set-explicitly definition before use.
13
14 * international/mule-diag.el (mule-diag):
15 Don't use obsolete window-system-version.
16
17 * mail/feedmail.el (smtpmail): No need to load when compiling.
18 (smtpmail-via-smtp, smtpmail-smtp-server): Declare.
19
20 * mail/mail-utils.el (rfc822): No need to load when compiling.
21 (rfc822-addresses): Autoload it.
22 (mail-strip-quoted-names): Trivial simplification.
23
24 * mail/rmail.el (rmail-mime-message-p, rmail-mime-toggle-raw): Declare.
25 (rmail-retry-failure): Don't assume that rmail-mime-feature == rmailmm.
26
27 * net/snmp-mode.el (tempo): Don't duplicate requires.
28
29 * progmodes/prolog.el (info): No need to load when compiling.
30 (comint): Require before shell requires it.
31 (Info-goto-node): Autoload it.
32 (Info-follow-nearest-node): Declare.
33 (prolog-help-info, prolog-goto-predicate-info): No need to require info.
34
35 * textmodes/artist.el (picture-mode-exit): Declare.
36
37 * textmodes/reftex-parse.el (reftex-parse-from-file):
38 Trivial rewrite so the compiler can parse it better.
39
40 2013-05-20 Leo Liu <sdl.web@gmail.com>
41
42 * progmodes/octave.el (octave-help-mode-map)
43 (octave-help-mode-finish-hook): New variables.
44 (octave-help-mode, octave-help-mode-finish): New functions.
45 (octave-help): Use octave-help-mode.
46
47 2013-05-20 Glenn Morris <rgm@gnu.org>
48
49 * format-spec.el (format-spec): Allow spec chars with nil. (Bug#14420)
50
51 2013-05-19 Dmitry Gutov <dgutov@yandex.ru>
52
53 * progmodes/ruby-mode.el (ruby-expression-expansion-re): Allow to
54 start at point, so that expansion starting right after opening
55 slash in a regexp is recognized.
56 (ruby-syntax-before-regexp-re): New defvar, extracted from
57 ruby-syntax-propertize-function. Since the value of this regexp
58 is looked up at runtime now, we should be able to turn
59 `ruby-syntax-methods-before-regexp' into a defcustom later.
60 (ruby-syntax-propertize-function): Split regexp matching into two
61 parts, for opening and closing slashes. That allows us to skip
62 over string interpolations and support multiline regexps.
63 Don't call `ruby-syntax-propertize-expansions', instead use another rule
64 for them, which calls `ruby-syntax-propertize-expansion'.
65 (ruby-syntax-propertize-expansions): Move `remove-text-properties'
66 call to `ruby-syntax-propertize-function'.
67 (ruby-syntax-propertize-expansion): Extracted from
68 `ruby-syntax-propertize-expansions'. Handles one expansion.
69 (ruby-syntax-propertize-percent-literal): Leave point right after
70 the percent symbol, so that the expression expansion rule can
71 propertize the contents.
72 (ruby-syntax-propertize-heredoc): Leave point at bol following the
73 heredoc openers.
74 (ruby-syntax-propertize-expansions): Remove.
75
76 2013-05-18 Juri Linkov <juri@jurta.org>
77
78 * man.el (Man-default-man-entry): Remove `-' from the end
79 of the default value. (Bug#14400)
80
81 2013-05-18 Glenn Morris <rgm@gnu.org>
82
83 * comint.el (comint-password-prompt-regexp):
84 Allow "password for XXX" where XXX contains colons (eg https://...).
85
86 2013-05-18 Leo Liu <sdl.web@gmail.com>
87
88 * progmodes/octave.el (inferior-octave-startup): Use OCTAVE_SRCDIR
89 instead. Include "--no-gui" to prevent hangs for Octave > 3.7.
90 (octave-source-directories): Don't check process.
91 (octave-source-directories, octave-find-definition): Doc fix.
92
93 2013-05-18 Glenn Morris <rgm@gnu.org>
94
95 * progmodes/vhdl-mode.el (vhdl-mode-map-init):
96 Remove backspace/delete bindings. (Bug#14392)
97
98 * cus-dep.el (custom-make-dependencies): Sort the output.
99 (custom-versions-load-alist): Convert comment to doc.
100
101 2013-05-17 Leo Liu <sdl.web@gmail.com>
102
103 * newcomment.el (comment-search-backward): Stricter in finding
104 comment start. (Bug#14303)
105
106 * progmodes/octave.el (octave-comment-start): Remove the SPC char.
107 (octave-comment-start-skip): Properly anchored.
108
109 2013-05-17 Leo Liu <sdl.web@gmail.com>
110
111 * emacs-lisp/smie.el (smie-highlight-matching-block-mode): Clean
112 up when turned off. (Bug#14395)
113 (smie--highlight-matching-block-overlay): No longer buffer-local.
114 (smie-highlight-matching-block): Adjust.
115
116 2013-05-17 Paul Eggert <eggert@cs.ucla.edu>
117
118 Doc string fix for "nanoseconds" (Bug#14406).
119 * emacs-lisp/timer.el (timer-relative-time, timer-inc-time):
120 Fix doc string typo that had "nanoseconds" instead of "microseconds".
121
122 2013-05-17 Jay Belanger <jay.p.belanger@gmail.com>
123
124 * calc/calc-units.el (math-extract-units): Preserve powers
125 of units.
126
127 2013-05-17 Leo Liu <sdl.web@gmail.com>
128
129 * subr.el (delete-consecutive-dups): New function.
130 * ido.el (ido-set-matches-1): Use it.
131 * progmodes/octave.el (inferior-octave-completion-table): Use it.
132 * ido.el (ido-remove-consecutive-dups): Remove.
133
134 2013-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
135
136 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
137 (f90-hpf-keywords-re, f90-constants-re): Use \\_< rather than
138 regexp-opt's `words'.
139
140 2013-05-16 Leo Liu <sdl.web@gmail.com>
141
142 * emacs-lisp/smie.el (smie-matching-block-highlight): New face.
143 (smie--highlight-matching-block-overlay)
144 (smie--highlight-matching-block-lastpos)
145 (smie--highlight-matching-block-timer): New variables.
146 (smie-highlight-matching-block): New function.
147 (smie-highlight-matching-block-mode): New minor mode. (Bug#14395)
148 (smie-setup): Conditionally enable smie-blink-matching-open.
149
150 2013-05-16 Wilson Snyder <wsnyder@wsnyder.org>
151
152 Sync with upstream verilog-mode r840.
153 * progmodes/verilog-mode.el (verilog-mode-version)
154 (verilog-mode-release-date): Update.
155 (verilog-auto-lineup, verilog-auto-reset): Doc fixes.
156 (verilog-sig-tieoff): Fix string error on
157 AUTORESET with colon define, bug594. Reported by Andrew Hou.
158 (verilog-read-decls): Fix parameters confusing
159 AUTOINST interfaces, bug565. Reported by Leith Johnson.
160
161 2013-05-16 Eli Zaretskii <eliz@gnu.org>
162
163 * subr.el (reveal-filename): New function.
164
165 * loadup.el: Compute Emacs executable versions on MS-Windows,
166 where executables have the .exe extension. Add a hard link
167 emacs-XX.YY.ZZ.exe on MS-Windows.
168
169 * Makefile.in (XARGS_LIMIT): New variable.
170 (custom-deps, finder-data, autoloads)
171 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
172 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
173 ($(CAL_DIR)/hol-loaddefs.el): Use reveal-filename.
174 (compile-main): Limit xargs according to $(XARGS_LIMIT).
175
176 2013-05-16 Leo Liu <sdl.web@gmail.com>
177
178 * progmodes/octave.el (octave-indent-defun): Mark obsolete.
179 (octave-mode-menu, octave-mode-map): Remove its uses.
180
181 2013-05-16 Reto Zimmermann <reto@gnu.org>
182
183 Sync with upstream vhdl mode v3.34.2.
184 * progmodes/vhdl-mode.el: Use `push' throughout.
185 (vhdl-version, vhdl-time-stamp, vhdl-doc-release-notes): Update.
186 (vhdl-compiler-alist): Replace "\t\n" by "\\t\\n".
187 Add IBM & Quartus compiler. Enhance entry for ADVance MS compiler.
188 (vhdl-actual-generic-name): New option to derive actual generic name.
189 (vhdl-port-paste-signals): Replace formal by actual generics.
190 (vhdl-beautify): New name for old group vhdl-align. Update users.
191 (vhdl-beautify-options): New option.
192 (vhdl-last-input-event): New compat alias. Use throughout.
193 (vhdl-goto-line): Replace user level function `goto-line'.
194 (vhdl-mode-map): Add bindings for vhdl-fix-statement-region,
195 vhdl-fix-statement-buffer.
196 (vhdl-create-mode-menu): Add some entries.
197 (vhdl-align-region-groups): Respect vhdl-beautify-options.
198 (vhdl-align-inline-comment-region-1): Handle "--" inside string.
199 (vhdl-fixup-whitespace-region): Handle symbols at EOL.
200 (vhdl-fix-statement-region, vhdl-fix-statement-buffer): New commands,
201 to force statements on one line.
202 (vhdl-remove-trailing-spaces-region):
203 New, split from vhdl-remove-trailing-spaces.
204 (vhdl-beautify-region): Fix statements, trailing spaces, ^M character.
205 Respect vhdl-beautify-options.
206 (vhdl-update-sensitivity-list-buffer): If non-interactive save buffer.
207 (vhdl-update-sensitivity-list): Not add with index if exists without.
208 Not include array index with signal. Ignore keywords in comments.
209 (vhdl-get-visible-signals): Regexp tweaks.
210 (vhdl-template-component-inst): Handle empty library.
211 (vhdl-template-type): Add template for 'enum' type.
212 (vhdl-port-paste-generic-map, vhdl-port-paste-constants):
213 Use vhdl-replace-string.
214 (vhdl-port-paste-signals): Use vhdl-prepare-search-1.
215 (vhdl-speedbar-mode-map): Rename from vhdl-speedbar-key-map.
216 (vhdl-speedbar-initialize): Update for above name change.
217 (vhdl-compose-wire-components): Fix in handling of constants.
218 (vhdl-error-regexp-emacs-alist): New variable.
219 (vhdl-error-regexp-add-emacs): New function;
220 adds support for new compile.el (Emacs 22+)
221 (vhdl-generate-makefile-1): Change target order for single lib. units.
222 Allow use of absolute file names.
223
224 2013-05-16 Leo Liu <sdl.web@gmail.com>
225
226 * simple.el (prog-indent-sexp): Indent enclosing defun.
227
228 2013-05-15 Glenn Morris <rgm@gnu.org>
229
230 * cus-start.el (show-trailing-whitespace): Move to editing basics.
231 * faces.el (trailing-whitespace): Don't use whitespace-faces group.
232 * obsolete/old-whitespace.el (whitespace-faces): Remove group.
233 (whitespace-highlight): Move to whitespace group.
234
235 * comint.el (comint-source):
236 * pcmpl-linux.el (pcmpl-linux):
237 * shell.el (shell-faces):
238 * eshell/esh-opt.el (eshell-opt):
239 * international/ccl.el (ccl): Remove empty custom groups.
240
241 * completion.el (dynamic-completion-mode):
242 * jit-lock.el (jit-lock-debug-mode):
243 * minibuffer.el (completion-in-region-mode):
244 * type-break.el (type-break-mode-line-message-mode)
245 (type-break-query-mode):
246 * emulation/tpu-edt.el (tpu-edt-mode):
247 * progmodes/subword.el (global-subword-mode, global-superword-mode):
248 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
249 * term/vt100.el (vt100-wide-mode): Specify explicit :group.
250
251 * term/xterm.el (xterm): Change parent group to terminals.
252
253 * master.el (master): Remove empty custom group.
254 (master-mode): Remove unused :group argument.
255 * textmodes/refill.el (refill): Remove empty custom group.
256 (refill-mode): Remove unused :group argument.
257
258 * textmodes/rst.el (rst-compile-toolsets): Use rst-compile group.
259
260 * cus-dep.el: Provide a feature.
261 (custom-make-dependencies): Ignore dotfiles (dir-locals).
262 Don't mistakenly ignore files whose basenames match a basename
263 from preloaded-file-list (eg cedet/ede/simple.el).
264 Add a fallback method for getting :group.
265
266 2013-05-15 Juri Linkov <juri@jurta.org>
267
268 * isearch.el (isearch-char-by-name): Rename from
269 `isearch-insert-char-by-name'. Doc fix.
270 (isearch-forward): Mention `isearch-char-by-name' in
271 the docstring. (Bug#13348)
272
273 * isearch.el (minibuffer-local-isearch-map): Bind "\r" to
274 `exit-minibuffer' instead of
275 `isearch-nonincremental-exit-minibuffer'.
276 (isearch-edit-string): Remove mention of
277 `isearch-nonincremental-exit-minibuffer' from docstring.
278 (isearch-nonincremental-exit-minibuffer): Mark as obsolete.
279 (isearch-forward-exit-minibuffer)
280 (isearch-reverse-exit-minibuffer): Add docstring. (Bug#13348)
281
282 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
283
284 * loadup.el: Just use unversioned DOC.
285
286 * nxml/nxml-mode.el: Treat unclosed <[[, <?, comment, and other
287 literals as extending to EOB.
288 (nxml-last-fontify-end): Remove unused variable.
289 (nxml-after-change1): Use with-silent-modifications.
290 (nxml-extend-after-change-region): Simplify.
291 (nxml-extend-after-change-region1): Remove function.
292 (nxml-after-change1): Don't adjust for dependent regions.
293 (nxml-fontify-matcher): Simplify.
294 * nxml/xmltok.el (xmltok-dependent-regions): Remove variable.
295 (xmltok-add-dependent): Remove function.
296 (xmltok-scan-after-lt, xmltok-scan-after-processing-instruction-open)
297 (xmltok-scan-after-comment-open, xmltok-scan-prolog-literal)
298 (xmltok-scan-prolog-after-processing-instruction-open): Treat
299 unclosed <[[, <?, comment, and other literals as extending to EOB.
300 * nxml/rng-valid.el (rng-mark-xmltok-dependent-regions)
301 (rng-mark-xmltok-dependent-region, rng-dependent-region-changed):
302 Remove functions.
303 (rng-do-some-validation-1): Don't mark dependent regions.
304 * nxml/nxml-rap.el (nxml-adjust-start-for-dependent-regions)
305 (nxml-mark-parse-dependent-regions, nxml-mark-parse-dependent-region)
306 (nxml-clear-dependent-regions): Remove functions.
307 (nxml-scan-after-change, nxml-scan-prolog, nxml-tokenize-forward)
308 (nxml-ensure-scan-up-to-date):
309 Don't clear&mark dependent regions.
310
311 2013-05-15 Leo Liu <sdl.web@gmail.com>
312
313 * progmodes/octave.el (octave-goto-function-definition):
314 Improve and fix callers.
315
316 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
317
318 * emacs-lisp/cl-extra.el (cl-getf): Return the proper value in
319 the setter (bug#14387).
320
321 * progmodes/f90.el (f90-blocks-re): Include the terminating \> in the
322 surrounding group (bug#14402).
323
324 2013-05-14 Juri Linkov <juri@jurta.org>
325
326 * subr.el (find-tag-default-as-regexp): Return nil if `tag' is nil.
327 (Bug#14390)
328
329 2013-05-14 Glenn Morris <rgm@gnu.org>
330
331 * progmodes/f90.el (f90-imenu-generic-expression):
332 Fix typo in 2013-05-08 change. (Bug#14402)
333
334 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
335
336 * progmodes/gdb-mi.el (gdb-running, gdb-starting):
337 Remove signals for which replies are never received.
338
339 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
340
341 * progmodes/gdb-mi.el: Fix non-responsive gud commands (bug#13845)
342 (gdb-handler-alist, gdb-handler-number): Remove variables.
343 (gdb-handler-list): New variable.
344 (gdb-add-handler, gdb-delete-handler, gdb-get-handler-function)
345 (gdb-pending-handler-p, gdb-handle-reply)
346 (gdb-remove-all-pending-triggers): New functions.
347 (gdb-discard-unordered-replies): New defcustom.
348 (gdb-handler): New defstruct.
349 (gdb-wait-for-pending): Fix invalid backquote. Use gdb-handler-list.
350 instead of gdb-pending-triggers. Update docstring.
351 (gdb-init-1): Remove dead variables. Initialize gdb-handler-list.
352 (gdb-speedbar-update, gdb-speedbar-timer-fn, gdb-var-update)
353 (gdb-var-update-handler, def-gdb-auto-update-trigger)
354 (def-gdb-auto-update-handler, gdb-get-changed-registers)
355 (gdb-changed-registers-handler, gdb-get-main-selected-frame)
356 (gdb-frame-handler): Pending triggers are now automatically managed.
357 (def-gdb-trigger-and-handler, def-gdb-auto-update-handler):
358 Remove argument.
359 (gdb-input): Automatically handles pending triggers. Update docstring.
360 (gdb-resync): Replace gdb-pending-triggers by gdb-handler-list.
361 (gdb-thread-exited, gdb-thread-selected, gdb-register-names-handler):
362 Update comments.
363 (gdb-done-or-error): Now use gdb-handle-reply.
364
365 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
366
367 * progmodes/gdb-mi.el (gdb-input): Include token numbers in
368 gdb-debug-log.
369
370 2013-05-14 Glenn Morris <rgm@gnu.org>
371
372 * subr.el (user-emacs-directory-warning): New option.
373 (locate-user-emacs-file): Handle non-accessible .emacs.d. (Bug#13930)
374
375 2013-05-14 Leo Liu <sdl.web@gmail.com>
376
377 * progmodes/octave.el (octave-font-lock-keywords): Fix error
378 during redisplay.
379 (octave-goto-function-definition, octave-find-definition): Minor tweaks.
380 (octave-font-lock-texinfo-comment): Fix invalid search bound
381 error: wrong side of point.
382
383 2013-05-14 Glenn Morris <rgm@gnu.org>
384
385 * progmodes/flymake.el (flymake-xml-program): New option.
386 (flymake-xml-init): Use it.
387
388 * term/xterm.el: Provide a feature.
389
390 * term/sup-mouse.el: Move to obsolete/. Provide a feature.
391
392 2013-05-13 Glenn Morris <rgm@gnu.org>
393
394 * cus-dep.el (defcustom-mh, defgroup-mh, defface-mh):
395 Add compat aliases as a hack workaround. (Bug#14384)
396
397 2013-05-13 Leo Liu <sdl.web@gmail.com>
398
399 * progmodes/octave.el (octave-indent-comment): Fix indentation for
400 ###, and %!.
401 (octave-mode-map): Bind octave-indent-defun to C-c C-q instead of
402 C-M-q.
403 (octave-comment-start-skip): Include %!.
404 (octave-mode): Set comment-start-skip to octave-comment-start-skip.
405
406 2013-05-12 Leo Liu <sdl.web@gmail.com>
407
408 * progmodes/octave.el (inferior-octave-startup): Store the value
409 of __octave_srcdir__ for octave-source-directories.
410 (inferior-octave-check-process): New function refactored out of
411 inferior-octave-send-list-and-digest.
412 (octave-source-directories)
413 (octave-find-definition-filename-function): New variables.
414 (octave-source-directories)
415 (octave-find-definition-default-filename): New functions.
416 (octave-find-definition): Improve to find functions implemented in C++.
417
418 2013-05-12 Glenn Morris <rgm@gnu.org>
419
420 * calendar/diary-lib.el (diary-outlook-format-1):
421 Don't include dayname in the output. (Bug#14349)
422
423 2013-05-11 Glenn Morris <rgm@gnu.org>
424
425 * emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix.
426
427 * cus-dep.el (custom-make-dependencies): Only use safe local variables.
428 Treat cc-provide like provide.
429
430 2013-05-11 Kevin Ryde <user42@zip.com.au>
431
432 * cus-dep.el (custom-make-dependencies):
433 Use generated-autoload-load-name for the sake of files such
434 such cedet/semantic/bovine/c.el, where the base file name
435 is not in load-path. (Bug#5277)
436
437 2013-05-11 Glenn Morris <rgm@gnu.org>
438
439 * dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el:
440 Provide features.
441
442 2013-05-11 Leo Liu <sdl.web@gmail.com>
443
444 * progmodes/octave.el (octave-indent-comment): Improve.
445 (octave-eldoc-message-style, octave-eldoc-cache): New variables.
446 (octave-eldoc-function-signatures, octave-eldoc-function):
447 New functions.
448 (octave-mode, inferior-octave-mode): Add eldoc support.
449
450 2013-05-11 Richard Stallman <rms@gnu.org>
451
452 * epa.el (epa-decrypt-file): Take output file name as argument
453 and read it using `interactive'.
454
455 2013-05-11 Leo Liu <sdl.web@gmail.com>
456
457 * progmodes/octave.el (octave-beginning-of-line)
458 (octave-end-of-line): Check before using up-list because it jumps
459 out of more syntactic contructs since moving to smie.
460 (octave-indent-comment): New function.
461 (octave-mode): Use it in smie-indent-functions. (Bug#14350)
462 (octave-begin-keywords, octave-end-keywords)
463 (octave-reserved-words, octave-smie-bnf-table)
464 (octave-smie-rules): Add new keywords from Octave 3.6.4.
465
466 2013-05-11 Glenn Morris <rgm@gnu.org>
467
468 * faces.el (internal-face-x-get-resource):
469 * frame.el (ns-display-monitor-attributes-list):
470 * calc/calc-aent.el (math-to-radians-2): Fix declarations.
471
472 * emacs-lisp/package.el (tar-header-name, tar-header-link-type):
473
474 * calc/calc-menu.el: Make it loadable in isolation.
475
476 * net/eudcb-bbdb.el: Make it loadable without bbdb.
477 (eudc-bbdb-filter-non-matching-record, eudc-bbdb-extract-phones)
478 (eudc-bbdb-extract-addresses, eudc-bbdb-format-record-as-result)
479 (eudc-bbdb-query-internal): Require 'bbdb.
480
481 * lpr.el (lpr-headers-switches):
482 * emacs-lisp/testcover.el (testcover-compose-functions): Fix :type.
483
484 * progmodes/sql.el (sql-login-params): Fix and improve :type.
485
486 * emulation/edt-mapper.el: In batch mode, error rather than hang.
487
488 * term.el (term-set-escape-char): Make it idempotent.
489
490 2013-05-10 Leo Liu <sdl.web@gmail.com>
491
492 * progmodes/octave.el (inferior-octave-completion-table):
493 No longer a function and all uses changed. Use cache to speed up
494 completion due to bug#11906.
495 (octave-beginning-of-defun): Re-write to be more general.
496
497 2013-05-10 Glenn Morris <rgm@gnu.org>
498
499 * emacs-lisp/cl-macs.el (cl-loop): Doc fix.
500
501 2013-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
502
503 * comint.el (comint-redirect-send-command-to-process): Use :around
504 rather than :override for comint-redirect-filter.
505 (comint-redirect-filter): Add the corresponding `orig-filter' argument.
506 Call it instead of comint-redirect-original-filter-function (which
507 is gone). Reported by Juanma Barranquero <lekktu@gmail.com>.
508
509 2013-05-09 Jan Djärv <jan.h.d@swipnet.se>
510
511 * frame.el (display-monitor-attributes-list): Add NS case.
512 (ns-display-monitor-attributes-list): Declare.
513
514 2013-05-09 Ulrich Mueller <ulm@gentoo.org>
515
516 * descr-text.el (describe-char): Fix %d/%x typo. (Bug#14360)
517
518 2013-05-09 Glenn Morris <rgm@gnu.org>
519
520 * international/fontset.el (vertical-centering-font-regexp):
521 Set standard-value.
522
523 * tar-mode.el (tar-superior-buffer, tar-superior-descriptor): Add doc.
524
525 * bookmark.el (bookmark-search-delay):
526 * cus-start.el (vertical-centering-font-regexp):
527 * ps-mule.el (ps-mule-font-info-database-default):
528 * ps-print.el (ps-default-fg, ps-default-bg):
529 * type-break.el (type-break-good-break-interval):
530 * whitespace.el (whitespace-indentation-regexp)
531 (whitespace-space-after-tab-regexp):
532 * emacs-lisp/testcover.el (testcover-1value-functions)
533 (testcover-noreturn-functions, testcover-progn-functions)
534 (testcover-prog1-functions):
535 * emulation/viper-init.el (viper-emacs-state-cursor-color):
536 * eshell/em-glob.el (eshell-glob-translate-alist):
537 * play/tetris.el (tetris-tty-colors):
538 * progmodes/cpp.el (cpp-face-default-list):
539 * progmodes/flymake.el (flymake-allowed-file-name-masks):
540 * progmodes/idlw-help.el (idlwave-help-browser-generic-program)
541 (idlwave-help-browser-generic-args):
542 * progmodes/make-mode.el (makefile-special-targets-list):
543 * progmodes/python.el (python-shell-virtualenv-path):
544 * progmodes/verilog-mode.el (verilog-active-low-regexp)
545 (verilog-auto-input-ignore-regexp, verilog-auto-inout-ignore-regexp)
546 (verilog-auto-output-ignore-regexp, verilog-auto-tieoff-ignore-regexp)
547 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
548 * textmodes/reftex-vars.el (reftex-format-label-function):
549 * textmodes/remember.el (remember-diary-file): Fix custom types.
550
551 * jka-cmpr-hook.el (jka-compr-mode-alist-additions): Fix typo.
552 Add :version.
553
554 2013-05-09 Leo Liu <sdl.web@gmail.com>
555
556 * progmodes/octave.el (inferior-octave-completion-at-point):
557 Restore file completion. (Bug#14300)
558 (inferior-octave-startup): Fix incorrect highlighting for the
559 first prompt.
560
561 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
562
563 * progmodes/ruby-mode.el: First cut at SMIE support.
564 (ruby-use-smie): New var.
565 (ruby-smie-grammar): New constant.
566 (ruby-smie--bosp, ruby-smie--implicit-semi-p)
567 (ruby-smie--forward-token, ruby-smie--backward-token)
568 (ruby-smie-rules): New functions.
569 (ruby-mode-variables): Setup SMIE if applicable.
570
571 2013-05-08 Eli Zaretskii <eliz@gnu.org>
572
573 * simple.el (line-move-visual): Signal beginning/end of buffer
574 only if vertical-motion moved less than it was requested. Avoids
575 silly incorrect error messages when there are display strings with
576 multiple newlines at EOL.
577
578 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
579
580 * progmodes/vera-mode.el (vera-underscore-is-part-of-word):
581 * progmodes/prolog.el (prolog-underscore-wordchar-flag)
582 (prolog-char-quote-workaround):
583 * progmodes/cperl-mode.el (cperl-under-as-char):
584 * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word):
585 Mark as obsolete.
586 (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in
587 their declaration.
588 (vhdl-mode-syntax-table-init): Remove.
589
590 * progmodes/m4-mode.el (m4-mode-syntax-table): Add comment on
591 last change.
592
593 * progmodes/ld-script.el (ld-script-mode-syntax-table): Use symbol
594 syntax for "_".
595 (ld-script-font-lock-keywords):
596 Change regexps to use things like \_< and \_>.
597
598 * progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_".
599 Change all regexps to use things like \_< and \_>.
600
601 * progmodes/autoconf.el (autoconf-definition-regexp)
602 (autoconf-font-lock-keywords, autoconf-current-defun-function):
603 Handle a _ with symbol syntax.
604 (autoconf-mode): Don't change the syntax-table for imenu and font-lock.
605
606 * progmodes/ada-mode.el (ada-mode-abbrev-table):
607 Consolidate declaration.
608 (ada-mode-syntax-table, ada-mode-symbol-syntax-table): Initialize in
609 the declaration.
610 (ada-create-syntax-table): Remove.
611 (ada-capitalize-word): Don't mess with the syntax of "_" since it
612 already has the right syntax nowadays.
613 (ada-goto-next-word): Don't change the syntax of "_".
614
615 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight obsolete
616 with-wrapper-hook.
617
618 2013-05-08 Sam Steingold <sds@gnu.org>
619
620 * thingatpt.el (thing-at-point): Accept optional second argument
621 NO-PROPERTIES to strip the text properties from the return value.
622 * net/browse-url.el (browse-url-url-at-point): Pass NO-PROPERTIES
623 to `thing-at-point' instead of stripping the properties ourselves.
624 Also, when `thing-at-point' fails to find a url, prepend "http://"
625 to the filename at point on the assumption that the user is
626 pointing at something like gnu.org/gnu.
627
628 2013-05-08 Juanma Barranquero <lekktu@gmail.com>
629
630 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
631 * faces.el (crm-separator):
632 Silence byte-compiler.
633
634 * progmodes/gud.el (gdb-speedbar-auto-raise, gud-tooltip-mode)
635 (tool-bar-map): Remove unneeded defvars.
636
637 2013-05-08 Leo Liu <sdl.web@gmail.com>
638
639 Re-work a fix for bug#10994 based on Le Wang's patch.
640 * ido.el (ido-remove-consecutive-dups): New helper.
641 (ido-completing-read): Use it.
642 (ido-chop): Revert fix for bug#10994.
643
644 2013-05-08 Adam Spiers <emacs@adamspiers.org>
645
646 * cus-edit.el (custom-save-variables):
647 Pretty-print long values. (Bug#14187)
648
649 2013-05-08 Glenn Morris <rgm@gnu.org>
650
651 * progmodes/m4-mode.el (m4-program): Assume it is in PATH.
652 (m4-mode-syntax-table): Init in the defvar.
653 (m4-mode-abbrev-table): Let define-derived-mode define it.
654
655 2013-05-08 Tom Tromey <tromey@redhat.com>
656
657 * progmodes/m4-mode.el (m4-mode-syntax-table):
658 Do not treat "_" as word constituent. (Bug#14167)
659
660 2013-05-07 Glenn Morris <rgm@gnu.org>
661
662 * eshell/em-hist.el (eshell-isearch-map): Initialize in the defvar.
663 Remove explicit eshell-isearch-cancel-map.
664
665 * progmodes/f90.el (f90-smart-end-names): New option.
666 (f90-smart-end): Doc fix.
667 (f90-end-block-optional-name): New constant.
668 (f90-block-match): Respect f90-smart-end-names.
669
670 2013-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
671
672 * progmodes/octave.el (octave-smie-forward-token): Be more careful
673 about implicit semi-colons (bug#14218).
674
675 2013-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
676
677 * frame.el (display-monitor-attributes-list)
678 (frame-monitor-attributes): New functions.
679
680 2013-05-06 Leo Liu <sdl.web@gmail.com>
681
682 * progmodes/octave.el (octave-syntax-propertize-function): Change
683 \'s syntax to escape when inside double-quoted strings. (Bug#14332)
684 (octave-font-lock-keywords): Use octave-operator-regexp.
685 (octave-completion-at-point): Rename from
686 octave-completion-at-point-function.
687 (inferior-octave-directory-tracker): Robustify.
688 (octave-text-functions): Remove and fix its uses. No such things
689 any more.
690
691 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
692
693 * emacs-lisp/trace.el (trace--display-buffer): New function.
694 (trace-make-advice): Use it.
695
696 2013-05-06 Juri Linkov <juri@jurta.org>
697
698 * emacs-lisp/lisp-mode.el (eval-defun-2): Doc fix. (Bug#14344)
699 (eval-defun-2, eval-defun, eval-last-sexp, eval-last-sexp-1):
700 Doc fix.
701 (emacs-lisp-mode-map): Replace "minibuffer" with "echo area"
702 in the help string. (Bug#12985)
703
704 2013-05-06 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
705
706 * simple.el (shell-command-on-region): Doc fix. (Bug#14279)
707
708 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
709
710 * progmodes/perl-mode.el: Add support for here documents.
711 (perl-syntax-propertize-function): Match here-doc markers.
712 (perl-syntax-propertize-special-constructs): Find their end.
713 (perl-imenu-generic-expression): Use [:alnum:].
714
715 * emacs-lisp/nadvice.el (advice--member-p): Return the advice if found.
716 (advice--add-function): Refresh the advice if already present
717 (bug#14317).
718
719 2013-05-06 Ivan Andrus <darthandrus@gmail.com>
720
721 * find-file.el (cc-other-file-alist): Add ".m" for ObjC. (Bug#14339)
722
723 2013-05-06 Glenn Morris <rgm@gnu.org>
724
725 * w32-fns.el (w32-charset-info-alist): Declare.
726
727 * eshell/em-cmpl.el: Simply require pcomplete; eg we use a bunch
728 of its defcustom properties.
729 (eshell-cmpl-initialize): No need to load pcomplete.
730
731 * generic-x.el: No need to require comint when compiling.
732
733 * net/eudc-export.el: Make it loadable without bbdb.
734 (top-level): Use require rather than load-library.
735 (eudc-create-bbdb-record, eudc-bbdbify-phone)
736 (eudc-batch-export-records-to-bbdb)
737 (eudc-insert-record-at-point-into-bbdb, eudc-try-bbdb-insert):
738 Require bbdb.
739
740 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
741
742 * progmodes/octave.el (octave-texinfo-font-lock-keywords): Remove.
743 (octave-font-lock-texinfo-comment): Use texinfo-font-lock-keywords with
744 some tweaks, instead.
745
746 2013-05-05 Leo Liu <sdl.web@gmail.com>
747
748 * progmodes/octave.el (octave-font-lock-keywords)
749 (octave-font-lock-texinfo-comment): Adjust for the byte-compiler.
750 (inferior-octave-send-list-and-digest): Improve error message.
751 (octave-mode, inferior-octave-mode): Use setq-local.
752 (octave-help): Set info-lookup-mode.
753
754 2013-05-05 Richard Stallman <rms@gnu.org>
755
756 * vc/compare-w.el (compare-windows-whitespace):
757 Treat no-break space as whitespace.
758
759 * mail/rmailsum.el (rmail-summary-rmail-update):
760 Detect empty summary and don't change selected message.
761 (rmail-summary-goto-msg): Likewise.
762
763 * mail/rmailsum.el (rmail-new-summary, rmail-new-summary-1):
764 Doc fixes, rename args.
765
766 2013-05-05 Alan Mackenzie <acm@muc.de>
767
768 * progmodes/cc-defs.el (c-version): Increment to 5.32.5.
769
770 2013-05-05 Juri Linkov <juri@jurta.org>
771
772 * info.el (Info-read-subfile): Use (point-min) instead of (point)
773 to not add the length of the summary segment to the return value.
774 (Bug#14125)
775
776 2013-05-05 Leo Liu <sdl.web@gmail.com>
777
778 * progmodes/octave.el (inferior-octave-strip-ctrl-g)
779 (inferior-octave-output-filter): Remove.
780 (octave-send-region, inferior-octave-startup): Fix callers.
781 (inferior-octave-mode-map): Don't use comint-dynamic-complete.
782 (octave-binary-file-extensions): New user variable.
783 (octave-find-definition): Confirm if opening binary files.
784 (octave-help-file): Use octave-find-definition to get the binary
785 confirmation.
786 (octave-help): Adjust for octave-help-file change.
787
788 2013-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
789
790 * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes.
791 Merge the two entries that handle function definitions.
792 (pascal--syntax-propertize): New const.
793 (pascal-mode): Use it. Use setq-local.
794
795 2013-05-04 Glenn Morris <rgm@gnu.org>
796
797 * calendar/diary-lib.el (diary-from-outlook-function): New variable.
798 (diary-from-outlook): Respect diary-from-outlook-function.
799
800 2013-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
801
802 * simple.el (read-expression-map): Use completion-at-point (bug#14255).
803 Move the declaration from C.
804 (read-minibuffer, eval-minibuffer): Move from C.
805 (completion-setup-function): Avoid minibuffer-completion-contents.
806
807 2013-05-03 Leo Liu <sdl.web@gmail.com>
808
809 * progmodes/octave.el (octave-font-lock-keywords): Do not
810 dehighlight 'end' in comments or strings.
811 (octave-completing-read, octave-goto-function-definition):
812 New helpers.
813 (octave-help-buffer): New user variable.
814 (octave-help-file, octave-help-function): New button types.
815 (octave-help): New command and bind it to C-h ;.
816 (octave-find-definition): New command and bind it to M-.
817 (user-error): Alias to error if not defined.
818
819 2013-05-02 Leo Liu <sdl.web@gmail.com>
820
821 * progmodes/octave.el (octave-mode-syntax-table): Correct syntax
822 for \. (bug#14332)
823 (octave-font-lock-keywords): Include [ and {.
824
825 2013-05-02 Leo Liu <sdl.web@gmail.com>
826
827 * progmodes/octave.el (inferior-octave-startup-file): Change default.
828 (inferior-octave): Remove calling comint-mode and return the buffer.
829 (inferior-octave-startup): Cosmetic changes.
830
831 2013-05-02 Leo Liu <sdl.web@gmail.com>
832
833 * progmodes/octave.el (octave-syntax-propertize-function):
834 Include the case when ' is at line beginning. (Bug#14336)
835
836 2013-05-02 Glenn Morris <rgm@gnu.org>
837
838 * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
839 * desktop.el (vc-dir-mode): Just autoload it here.
840
841 2013-05-02 Alan Mackenzie <acm@muc.de>
842
843 Eliminate variable c-standard-font-lock-fontify-region-function.
844 * progmodes/cc-mode.el
845 (c-standard-font-lock-fontify-region-function): Remove.
846 (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
847
848 2013-05-01 Leo Liu <sdl.web@gmail.com>
849
850 * progmodes/octave.el: Compatible with older emacs-24 releases.
851 (inferior-octave-has-built-in-variables): Remove. Built-in
852 variables were removed from Octave in 2007.
853 (inferior-octave-startup): Fix uses.
854 (comint-line-beginning-position): Remove compatibility code for
855 emacs 21.
856
857 2013-05-01 Juri Linkov <juri@jurta.org>
858
859 * isearch.el (isearch-forward, isearch-mode): Doc fix. (Bug#13923)
860
861 2013-05-01 Juri Linkov <juri@jurta.org>
862
863 * comint.el (comint-previous-matching-input): Don't print message
864 "History item: %d" when `isearch-mode' is active.
865 (comint-history-isearch-message): Print message "History item: %d"
866 when `comint-input-ring-index' is not empty and this function is
867 called from `isearch-update' with a nil `ellipsis'. (Bug#13223)
868
869 2013-05-01 Leo Liu <sdl.web@gmail.com>
870
871 * progmodes/octave.el (octave-abbrev-table): Remove abbrev
872 definitions. Use completion-at-point to insert keywords.
873 (octave-abbrev-start): Remove.
874 (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
875
876 2013-04-30 Leo Liu <sdl.web@gmail.com>
877
878 * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
879 change.
880
881 2013-04-30 Alan Mackenzie <acm@muc.de>
882
883 Handle arbitrarily long C++ member initialisation lists.
884 * progmodes/cc-engine.el (c-back-over-member-initializers):
885 new function.
886 (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
887 (most) member init lists.
888
889 2013-04-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
890
891 * progmodes/octave.el (inferior-octave-prompt-read-only): New user
892 variable.
893
894 2013-04-30 Leo Liu <sdl.web@gmail.com>
895
896 * progmodes/octave.el (octave-variables): Remove. No builtin
897 variables any more. All converted to functions.
898 (octave-font-lock-keywords, octave-completion-at-point-function):
899 Fix uses.
900 (octave-font-lock-texinfo-comment): New user variable.
901 (octave-texinfo-font-lock-keywords): New variable for texinfo
902 comment block.
903 (octave-function-comment-block): New face.
904 (octave-font-lock-texinfo-comment): New function.
905 (octave-mode): Font lock texinfo comment block.
906
907 2013-04-29 Leo Liu <sdl.web@gmail.com>
908
909 * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
910 indexing expression.
911 (octave-continuation-string): Do not use \.
912 (inferior-octave-complete-impossible): Remove.
913 (inferior-octave-completion-table)
914 (inferior-octave-completion-at-point): Remove its uses.
915 (inferior-octave-startup): completion_matches was introduced to
916 Octave in 1996 so safe to assume it.
917 (octave-function-file-comment): Improve to follow how Octave does it.
918 (octave-update-function-file-comment): Tweak.
919
920 2013-04-29 Leo Liu <sdl.web@gmail.com>
921
922 * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
923 (inferior-octave-startup): Remove inferior-octave-startup-hook.
924 (octave-function-file-comment): Fix typo.
925 (octave-sync-function-file-names): Use read-char-choice.
926
927 2013-04-28 Jay Belanger <jay.p.belanger@gmail.com>
928
929 * calc/calc.el (math-normalize): Don't set `math-normalize-error'
930 to t for the less important warnings.
931
932 2013-04-27 Darren Hoo <darren.hoo@gmail.com> (tiny change)
933
934 * isearch.el (isearch-fail-pos): Check for empty `cmds'. (Bug#14268)
935
936 2013-04-27 Glenn Morris <rgm@gnu.org>
937
938 * vc/log-view.el (log-view-current-entry):
939 Treat "---" separator lines as part of the following rev. (Bug#14169)
940
941 2013-04-27 Juri Linkov <juri@jurta.org>
942
943 * subr.el (read-number): Doc fix about using it by interactive
944 code letter `n'. (Bug#14254)
945
946 2013-04-27 Juri Linkov <juri@jurta.org>
947
948 * desktop.el (desktop-auto-save-timeout): New option.
949 (desktop-file-checksum): New variable.
950 (desktop-save): Add optional arg `auto-save' and don't auto-save
951 if nothing changed.
952 (desktop-auto-save-timer): New variable.
953 (desktop-auto-save, desktop-auto-save-set-timer): New functions.
954 (after-init-hook): Call `desktop-auto-save-set-timer'.
955 Suggested by Reuben Thomas <rrt@sc3d.org> in
956 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
957
958 2013-04-27 Leo Liu <sdl.web@gmail.com>
959
960 * progmodes/octave.el (octave-function-file-p)
961 (octave-skip-comment-forward, octave-function-file-comment)
962 (octave-update-function-file-comment): New functions.
963 (octave-mode-map): Bind C-c ; to
964 octave-update-function-file-comment.
965 (octave-mode-menu): Add octave-update-function-file-comment.
966 (octave-mode, inferior-octave-mode): Fix doc-string.
967 (octave-insert-defun): Conform to Octave's coding convention.
968 (Bug#14285)
969
970 * files.el (basic-save-buffer): Don't let errors in
971 before-save-hook prevent saving buffer.
972
973 2013-04-20 Roland Winkler <winkler@gnu.org>
974
975 * faces.el (read-face-name): Use completing-read if arg multiple
976 is nil.
977
978 2013-04-27 Ingo Lohmar <i.lohmar@gmail.com> (tiny change)
979
980 * ls-lisp.el (ls-lisp-insert-directory): If no files are
981 displayed, move point to after the totals line.
982 See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
983 for the details.
984
985 2013-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
986
987 * emacs-lisp/package.el (package-autoload-ensure-default-file):
988 Add current dir to the load-path.
989 (package-generate-autoloads): Don't rely on
990 autoload-ensure-default-file.
991
992 2013-04-26 Reuben Thomas <rrt@sc3d.org>
993
994 * textmodes/remember.el (remember-store-in-files): Document that
995 the file name format is passed to `format-time-string'.
996
997 2013-04-26 Leo Liu <sdl.web@gmail.com>
998
999 * progmodes/octave.el (octave-sync-function-file-names): New function.
1000 (octave-mode): Use it in before-save-hook.
1001
1002 2013-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
1003
1004 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
1005 (bug#14274).
1006
1007 * progmodes/octave.el (octave-smie-forward-token): Properly skip
1008 \n and comment, even if it's not an implicit ; (bug#14218).
1009
1010 2013-04-26 Glenn Morris <rgm@gnu.org>
1011
1012 * subr.el (read-number): Once more use `read' rather than
1013 `string-to-number', to trap non-numeric input. (Bug#14254)
1014
1015 2013-04-26 Erik Charlebois <erikcharlebois@gmail.com>
1016
1017 * emacs-lisp/syntax.el (syntax-propertize-multiline):
1018 Use `syntax-multiline' text property consistently instead of
1019 `font-lock-multiline'. (bug#14237).
1020
1021 2013-04-26 Glenn Morris <rgm@gnu.org>
1022
1023 * emacs-lisp/shadow.el (list-load-path-shadows):
1024 No longer necessary to check for duplicate simple.el, since
1025 2012-07-07 change to init_lread to not include installation lisp
1026 directories in load-path when running uninstalled. (Bug#14270)
1027
1028 2013-04-26 Leo Liu <sdl.web@gmail.com>
1029
1030 * progmodes/octave.el (octave-submit-bug-report): Obsolete.
1031 (octave-mode, inferior-octave-mode): Use setq-local.
1032 (octave-not-in-string-or-comment-p): Rename to
1033 octave-in-string-or-comment-p.
1034 (octave-in-comment-p, octave-in-string-p)
1035 (octave-in-string-or-comment-p): Replace defsubst with defun.
1036
1037 2013-04-25 Paul Eggert <eggert@cs.ucla.edu>
1038
1039 * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
1040
1041 2013-04-25 Bastien Guerry <bzg@gnu.org>
1042
1043 * textmodes/remember.el (remember-data-directory)
1044 (remember-directory-file-name-format): Fix custom types.
1045
1046 2013-04-25 Leo Liu <sdl.web@gmail.com>
1047
1048 * progmodes/octave.el (octave-completion-at-point-function):
1049 Make use of inferior octave process.
1050 (octave-initialize-completions): Remove.
1051 (inferior-octave-completion-table): New function.
1052 (inferior-octave-completion-at-point): Use it.
1053 (octave-completion-alist): Remove.
1054
1055 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
1056
1057 * progmodes/opascal.el: Use font-lock and syntax-propertize.
1058 (opascal-mode-syntax-table): New var.
1059 (opascal-literal-kind, opascal-is-literal-end)
1060 (opascal-literal-token-at): Rewrite.
1061 (opascal--literal-start-re, opascal-font-lock-keywords)
1062 (opascal--syntax-propertize): New constants.
1063 (opascal-font-lock-defaults): Adjust.
1064 (opascal-mode): Use them. Set comment-<foo> variables as well.
1065 (delphi-comment-face, opascal-comment-face, delphi-string-face)
1066 (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
1067 (delphi-other-face, opascal-other-face): Remove face variables.
1068 (opascal-save-state): Remove macro.
1069 (opascal-fontifying-progress-step): Remove constant.
1070 (opascal--ignore-changes): Remove var.
1071 (opascal-set-token-property, opascal-parse-next-literal)
1072 (opascal-is-stable-literal, opascal-complete-literal)
1073 (opascal-is-literal-start, opascal-face-of)
1074 (opascal-parse-region, opascal-parse-region-until-stable)
1075 (opascal-fontify-region, opascal-after-change)
1076 (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
1077 (opascal-debug-parse-region, opascal-debug-parse-window)
1078 (opascal-debug-parse-buffer, opascal-debug-fontify-window)
1079 (opascal-debug-fontify-buffer): Remove.
1080 (opascal-debug-mode-map): Adjust accordingly.
1081
1082 2013-04-25 Leo Liu <sdl.web@gmail.com>
1083
1084 Merge octave-mod.el and octave-inf.el into octave.el with some
1085 cleanups.
1086 * progmodes/octave.el: New file renamed from octave-mod.el.
1087 * progmodes/octave-inf.el: Merged into octave.el.
1088 * progmodes/octave-mod.el: Renamed to octave.el.
1089
1090 2013-04-25 Tassilo Horn <tsdh@gnu.org>
1091
1092 * textmodes/reftex-vars.el
1093 (reftex-label-ignored-macros-and-environments): New defcustom.
1094
1095 * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
1096
1097 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
1098
1099 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
1100 (smie-indent-keyword): Improve the check to ensure that the next
1101 comment is really on the same line.
1102 (smie-indent-comment): Don't align with a subsequent closer (or eob).
1103
1104 * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
1105 semi-colons if the line is not otherwise empty (bug#14218).
1106
1107 2013-04-25 Glenn Morris <rgm@gnu.org>
1108
1109 * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
1110
1111 2013-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
1112
1113 * progmodes/opascal.el (opascal-set-token-property): Rename from
1114 opascal-set-text-properties and only set `token' (bug#14134).
1115 Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
1116 (opascal-literal-text-properties): Remove.
1117 (opascal-parse-next-literal, opascal-debug-unparse-buffer):
1118 Adjust callers.
1119
1120 2013-04-24 Reuben Thomas <rrt@sc3d.org>
1121
1122 * textmodes/remember.el (remember-handler-functions): Add an
1123 option for a new handler `remember-store-in-files'.
1124 (remember-data-directory, remember-directory-file-name-format):
1125 New options.
1126 (remember-store-in-files): New function to store remember notes
1127 as separate files within a directory.
1128
1129 2013-04-24 Magnus Henoch <magnus.henoch@gmail.com>
1130
1131 * progmodes/compile.el (compilation-next-error-function):
1132 Pass "formats" to compilation-find-file (bug#11777).
1133
1134 2013-04-24 Glenn Morris <rgm@gnu.org>
1135
1136 * vc/vc-bzr.el (vc-bzr-print-log):
1137 * vc/vc-hg.el (vc-hg-print-log):
1138 * vc/vc-svn.el (vc-svn-print-log):
1139 Fix START-REVISION with LIMIT != 1. (Bug#14168)
1140
1141 * vc/vc-bzr.el (vc-bzr-print-log):
1142 * vc/vc-cvs.el (vc-cvs-print-log):
1143 * vc/vc-git.el (vc-git-print-log):
1144 * vc/vc-hg.el (vc-hg-print-log):
1145 * vc/vc-mtn.el (vc-mtn-print-log):
1146 * vc/vc-rcs.el (vc-rcs-print-log):
1147 * vc/vc-sccs.el (vc-sccs-print-log):
1148 * vc/vc-svn.el (vc-svn-print-log):
1149 * vc/vc.el (vc-print-log-internal): Doc fixes.
1150
1151 2013-04-23 Glenn Morris <rgm@gnu.org>
1152
1153 * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
1154 Remove venerable code attempting to avoid substitute-command-keys.
1155
1156 2013-04-23 Tassilo Horn <tsdh@gnu.org>
1157
1158 * textmodes/reftex-vars.el (reftex-label-regexps):
1159 Call `reftex-compile-variables' after changes to this variable.
1160
1161 2013-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
1162
1163 * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
1164 Use lexical-binding.
1165 (jit-lock-force-redisplay): Use markers, check buffer's continued
1166 existence and beware narrowed buffers.
1167 (jit-lock-fontify-now): Adjust call accordingly.
1168
1169 2013-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
1170
1171 * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
1172 to avoid misleading the user.
1173
1174 2013-04-22 Leo Liu <sdl.web@gmail.com>
1175
1176 * info-look.el: Prefer latex2e.info. (Bug#14240)
1177
1178 2013-04-22 Michael Albinus <michael.albinus@gmx.de>
1179
1180 Fix pack/unpack coding. Reported by David Smith <davidsmith@acm.org>.
1181
1182 * net/tramp-compat.el (tramp-compat-call-process): Move function ...
1183 * net/tramp.el (tramp-call-process): ... here
1184 (tramp-set-completion-function, tramp-parse-putty):
1185 * net/tramp-adb.el (tramp-adb-execute-adb-command):
1186 * net/tramp-gvfs.el (tramp-gvfs-send-command):
1187 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
1188 (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
1189 (tramp-call-local-coding-command): Use `tramp-call-process'
1190 instead of `tramp-compat-call-process'.
1191
1192 * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
1193 (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
1194 (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region):
1195 (tramp-find-inline-compress):Improve traces.
1196 (tramp-maybe-send-script): Check for Perl binary.
1197 (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
1198
1199 2013-04-22 Daiki Ueno <ueno@gnu.org>
1200
1201 * epg.el (epg-context-pinentry-mode): New function.
1202 (epg-context-set-pinentry-mode): New function.
1203 (epg--start): Pass --pinentry-mode option to gpg command.
1204
1205 2013-04-21 Xue Fuqiao <xfq.free@gmail.com>
1206
1207 * comint.el: (comint-dynamic-complete-functions, comint-mode-map):
1208 `comint-dynamic-complete' is obsolete since 24.1, replaced by
1209 `completion-at-point'. (Bug#13774)
1210
1211 * startup.el (normal-no-mouse-startup-screen): Bug fix, the
1212 default key binding for `describe-distribution' has been moved to
1213 `C-h C-o'. (Bug#13970)
1214
1215 2013-04-21 Glenn Morris <rgm@gnu.org>
1216
1217 * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
1218 Add doc strings.
1219 (vc-print-log): Clarify interactive prompt.
1220
1221 2013-04-20 Glenn Morris <rgm@gnu.org>
1222
1223 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
1224 No longer include timestamp etc information.
1225
1226 2013-04-20 Roland Winkler <winkler@gnu.org>
1227
1228 * faces.el (read-face-name): Bug fix, return just one face if arg
1229 multiple is nil. (Bug#14209)
1230
1231 2013-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
1232
1233 * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
1234 (remove-function): Autoload.
1235
1236 * comint.el (comint-redirect-original-filter-function): Remove.
1237 (comint-redirect-cleanup, comint-redirect-send-command-to-process):
1238 * vc/vc-cvs.el (vc-cvs-annotate-process-filter,vc-cvs-annotate-command):
1239 * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
1240 * progmodes/prolog.el (prolog-consult-compile):
1241 * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
1242 Use add/remove-function instead.
1243 * progmodes/gud.el (gud-tooltip-original-filter): Remove.
1244 (gud-tooltip-process-output, gud-tooltip-tips):
1245 Use add/remove-function instead.
1246 * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
1247 (scheme-interaction-mode, exit-scheme-interaction-mode):
1248 Use add/remove-function instead.
1249
1250 * vc/vc-dispatcher.el: Use lexical-binding.
1251 (vc--process-sentinel): Rename from vc-process-sentinel.
1252 Change last arg to be the code to run. Don't use vc-previous-sentinel
1253 and vc-sentinel-commands any more.
1254 (vc-exec-after): Allow code to be a function. Use add/remove-function.
1255 (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
1256
1257 2013-04-19 Masatake YAMATO <yamato@redhat.com>
1258
1259 * progmodes/sh-script.el (sh-imenu-generic-expression):
1260 Handle function names with a single character. (Bug#14111)
1261
1262 2013-04-19 Dima Kogan <dima@secretsauce.net> (tiny change)
1263
1264 * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
1265 for subroutines defined in an eval (bug#14182).
1266
1267 2013-04-19 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1268
1269 * bookmark.el (bookmark-completing-read): Improve handling of empty
1270 string (bug#14176).
1271
1272 2013-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
1273
1274 * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
1275
1276 2013-04-19 Fabián Ezequiel Gallina <fgallina@gnu.org>
1277
1278 New faster Imenu implementation (bug#14058).
1279 * progmodes/python.el:
1280 (python-imenu-prev-index-position):
1281 (python-imenu-format-item-label-function)
1282 (python-imenu-format-parent-item-label-function)
1283 (python-imenu-format-parent-item-jump-label-function):
1284 New vars.
1285 (python-imenu-format-item-label)
1286 (python-imenu-format-parent-item-label)
1287 (python-imenu-format-parent-item-jump-label)
1288 (python-imenu--put-parent, python-imenu--build-tree)
1289 (python-imenu-create-index, python-imenu-create-flat-index)
1290 (python-util-popn): New functions.
1291 (python-mode): Set imenu-create-index-function to
1292 python-imenu-create-index.
1293
1294 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
1295
1296 * winner.el (winner-active-region): Use region-active-p, activate-mark
1297 and deactivate-mark (bug#14225).
1298
1299 * simple.el (deactivate-mark): Don't inline it.
1300
1301 2013-04-18 Michael Albinus <michael.albinus@gmx.de>
1302
1303 * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
1304
1305 2013-04-18 Tassilo Horn <tsdh@gnu.org>
1306
1307 * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
1308 file extensions from the archive-mode entry in order to prefer
1309 doc-view-mode-maybe with archive-mode as fallback (bug#14188).
1310
1311 2013-04-18 Leo Liu <sdl.web@gmail.com>
1312
1313 * bindings.el (help-event-list): Add ?\?.
1314
1315 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
1316
1317 * subr.el (with-wrapper-hook): Declare obsolete.
1318 * simple.el (filter-buffer-substring-function): New hook.
1319 (filter-buffer-substring): Use it.
1320 (filter-buffer-substring-functions): Mark obsolete.
1321 * minibuffer.el (completion-in-region-function): New hook.
1322 (completion-in-region): Use it.
1323 (completion-in-region-functions): Mark obsolete.
1324 * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
1325 * abbrev.el (abbrev-expand-function): New hook.
1326 (expand-abbrev): Use it.
1327 (abbrev-expand-functions): Mark obsolete.
1328 * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
1329 and :filter-return.
1330
1331 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
1332
1333 * progmodes/python.el (python-nav--syntactically): Fix cornercases
1334 and do not care about match data.
1335
1336 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
1337
1338 * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
1339 completion tables when completing error conditions and
1340 `declare' arguments.
1341 (lisp-complete-symbol, field-complete): Mark as obsolete.
1342 (check-parens): Unmatched parens are user errors.
1343 * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
1344
1345 2013-04-17 Michal Nazarewicz <mina86@mina86.com>
1346
1347 * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
1348 command changed buffer (ie. `flyspell-pre-buffer' is not current
1349 buffer), which prevents making decisions based on invalid value of
1350 `flyspell-pre-point' in the wrong buffer. Most notably, this used to
1351 cause an error when `flyspell-pre-point' was nil after switching
1352 buffers.
1353 (flyspell-post-command-hook): No longer needs to change buffers when
1354 checking pre-word. While at it remove unnecessary progn.
1355
1356 2013-04-17 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
1357
1358 * textmodes/ispell.el (ispell-add-per-file-word-list):
1359 Fix `flyspell-correct-word-before-point' error when accepting
1360 words and `coment-padding' is an integer by using
1361 `comment-normalize-vars' (Bug #14214).
1362
1363 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
1364
1365 New defun movement commands.
1366 * progmodes/python.el (python-nav--syntactically)
1367 (python-nav--forward-defun, python-nav-backward-defun)
1368 (python-nav-forward-defun): New functions.
1369
1370 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
1371
1372 * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
1373 (python-syntax-context): Use named compiler-macro for backwards
1374 compatibility with Emacs 24.x.
1375
1376 2013-04-17 Leo Liu <sdl.web@gmail.com>
1377
1378 * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
1379 octave-hide-process-buffer.
1380
1381 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
1382
1383 * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
1384 (bug#14216).
1385
1386 2013-04-17 Jean-Philippe Gravel <jpgravel@gmail.com>
1387
1388 * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
1389 Fix adjustment of offset when receiving incomplete responses from GDB
1390 (bug#14129).
1391
1392 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
1393
1394 * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
1395 python-mode-abbrev-table.
1396 (python-skeleton-define): Adjust accordingly.
1397 (python-mode-abbrev-table): New table that inherits from it so that
1398 python-skeleton-autoinsert does not affect non-skeleton abbrevs.
1399
1400 * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
1401 (abbrev-symbol): Use it.
1402 (abbrev--before-point): Use it since we already handle inheritance.
1403
1404 2013-04-16 Leo Liu <sdl.web@gmail.com>
1405
1406 * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
1407 binding to info-lookup-symbol.
1408
1409 2013-04-16 Juanma Barranquero <lekktu@gmail.com>
1410
1411 * minibuffer.el (completion--twq-all):
1412 * term/ns-win.el (ns-initialize-window-system):
1413 * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
1414
1415 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
1416
1417 * emacs-lisp/nadvice.el (add-function): Default simple vars to their
1418 global bindings.
1419
1420 * doc-view.el (doc-view-start-process): Handle url-handler directories.
1421
1422 2013-04-15 Dmitry Gutov <dgutov@yandex.ru>
1423
1424 * progmodes/ruby-mode.el (ruby-beginning-of-defun)
1425 (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
1426 to nil.
1427 (ruby-end-of-defun): Remove the unused arg, change the docstring
1428 to reflect that this function is only used as the value of
1429 `end-of-defun-function'.
1430 (ruby-beginning-of-defun): Remove "top-level" from the docstring,
1431 to reflect an earlier change that beginning/end-of-defun functions
1432 jump between methods in a class definition, as well as top-level
1433 functions.
1434
1435 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
1436
1437 * minibuffer.el (minibuffer-complete): Don't just scroll
1438 a *Completions* that's been iconified.
1439 (minibuffer-force-complete): Make sure repetitions do cycle when going
1440 through completion-in-region -> minibuffer-complete.
1441
1442 2013-04-15 Alan Mackenzie <acm@muc.de>
1443
1444 Correct the placement of c-cpp-delimiters when there're #s not at
1445 col 0.
1446
1447 * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
1448 place a submatch around the #.
1449 * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
1450 Start a search at BOL. Put the c-cpp-delimiter category text propertiy
1451 on the #, not BOL.
1452
1453 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
1454
1455 * emacs-lisp/nadvice.el: Properly test names when adding advice.
1456 (advice--member-p): New arg `name'.
1457 (advice--add-function, advice-member-p): Use it (bug#14202).
1458
1459 2013-04-15 Filipp Gunbin <fgunbin@fastmail.fm>
1460
1461 Reformulate java imenu-generic-expression.
1462 The old expression contained ill formed regexps.
1463
1464 * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
1465 (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
1466 (cc-imenu-java-method-arg-regexp): New defconsts.
1467 (cc-imenu-java-build-type-args-regex): New defun.
1468 (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
1469 handling of spaces in the regexp.
1470
1471 2013-03-15 Agustín Martín Domingo <agustin.martin@hispalinux.es>
1472
1473 * textmodes/ispell.el (ispell-command-loop): Remove
1474 flyspell highlight of a word when ispell accepts it (bug #14178).
1475
1476 2013-04-15 Michael Albinus <michael.albinus@gmx.de>
1477
1478 * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
1479 uses code from the previous `ange-ftp-run-real-handler'.
1480 (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
1481 only in case that function exist. This is needed for proper
1482 unloading of Tramp.
1483
1484 2013-04-15 Tassilo Horn <tsdh@gnu.org>
1485
1486 * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
1487
1488 * textmodes/reftex.el (reftex-compile-variables): Use it.
1489
1490 2013-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
1491
1492 * files.el (normal-mode): Only use default major-mode if no other mode
1493 was specified.
1494
1495 * emacs-lisp/trace.el (trace-values): New function.
1496
1497 * files.el: Allow : in local variables (bug#14089).
1498 (hack-local-variable-regexp): New var.
1499 (hack-local-variables-prop-line, hack-local-variables): Use it.
1500
1501 2013-04-13 Roland Winkler <winkler@gnu.org>
1502
1503 * textmodes/bibtex.el (bibtex-search-entries): Bug fix. Use match
1504 data before it gets modified by bibtex-beginning-of-entry.
1505
1506 2013-04-13 Roland Winkler <winkler@gnu.org>
1507
1508 * textmodes/bibtex.el (bibtex-url): Doc fix.
1509
1510 2013-04-13 Roland Winkler <winkler@gnu.org>
1511
1512 * textmodes/bibtex.el (bibtex-initialize): If the current buffer
1513 does not visit a BibTeX file, exclude it from the list of buffers
1514 returned by bibtex-initialize.
1515
1516 2013-04-13 Stephen Berman <stephen.berman@gmx.net>
1517
1518 * window.el (split-window): Remove interactive form, since as a
1519 command this function is a special case of split-window-below.
1520 Correct doc string.
1521
1522 2013-04-12 Roland Winkler <winkler@gnu.org>
1523
1524 * faces.el (read-face-name): Do not override value of arg default.
1525 Allow single faces and strings as default values. Remove those
1526 elements from return value that are not faces.
1527 (describe-face): Simplify.
1528 (face-at-point): New optional args thing and multiple so that this
1529 function can provide the same functionality previously provided by
1530 read-face-name.
1531 (make-face-bold, make-face-unbold, make-face-italic)
1532 (make-face-unitalic, make-face-bold-italic, invert-face)
1533 (modify-face, read-face-and-attribute): Use face-at-point.
1534
1535 * cus-edit.el (customize-face, customize-face-other-window)
1536 * cus-theme.el (custom-theme-add-face)
1537 * face-remap.el (buffer-face-set)
1538 * facemenu.el (facemenu-set-face): Use face-at-point.
1539
1540 2013-04-12 Michael Albinus <michael.albinus@gmx.de>
1541
1542 * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
1543
1544 2013-04-10 Tassilo Horn <tsdh@gnu.org>
1545
1546 * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
1547 off leading { and trailing } from field values.
1548
1549 2013-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
1550
1551 * emacs-lisp/timer.el (timer--check): New function.
1552 (timer--time, timer-set-function, timer-event-handler): Use it.
1553 (timer-set-idle-time): Simplify.
1554 (timer--activate): CSE.
1555 (timer-event-handler): Give more info in error message.
1556 (internal-timer-start-idle): New function, moved from C.
1557
1558 * mpc.el (mpc-proc): Add `restart' argument.
1559 (mpc-proc-cmd): Use it.
1560 (mpc--status-timer-run): Also catch signals from `mpc-proc'.
1561 (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
1562 less often.
1563
1564 2013-04-10 Masatake YAMATO <yamato@redhat.com>
1565
1566 * progmodes/sh-script.el: Implement `sh-mode' own
1567 `add-log-current-defun-function' (bug#14112).
1568 (sh-current-defun-name): New function.
1569 (sh-mode): Use the function.
1570
1571 2013-04-09 Bastien Guerry <bzg@gnu.org>
1572
1573 * simple.el (choose-completion-string): Fix docstring (bug#14163).
1574
1575 2013-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
1576
1577 * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
1578
1579 * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
1580 timer (bug#14156).
1581
1582 2013-04-07 Nic Ferrier <nferrier@ferrier.me.uk>
1583
1584 * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
1585 declaration.
1586
1587 2013-04-07 Leo Liu <sdl.web@gmail.com>
1588
1589 * pcmpl-x.el: New file.
1590
1591 2013-04-06 Dmitry Antipov <dmantipov@yandex.ru>
1592
1593 Do not set x-display-name until X connection is established.
1594 This is needed to prevent from weird situation described at
1595 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
1596 * frame.el (make-frame): Set x-display-name after call to
1597 window system initialization function, not before.
1598 * term/x-win.el (x-initialize-window-system): Add optional
1599 display argument and use it.
1600 * term/w32-win.el (w32-initialize-window-system):
1601 * term/ns-win.el (ns-initialize-window-system):
1602 * term/pc-win.el (msdos-initialize-window-system):
1603 Add compatible optional display argument.
1604
1605 2013-04-06 Eli Zaretskii <eliz@gnu.org>
1606
1607 * files.el (normal-backup-enable-predicate): On MS-Windows and
1608 MS-DOS compare truenames of temporary-file-directory and of the
1609 file, so that 8+3 aliases (usually found in $TEMP on Windows)
1610 don't fail comparison by compare-strings. Also, compare file
1611 names case-insensitively on MS-Windows and MS-DOS.
1612
1613 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
1614
1615 * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
1616 Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
1617
1618 2013-04-05 Dmitry Gutov <dgutov@yandex.ru>
1619
1620 * whitespace.el (whitespace-color-on, whitespace-color-off):
1621 Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
1622
1623 2013-04-05 Jacek ChrzÄ…szcz <chrzaszcz@mimuw.edu.pl> (tiny change)
1624
1625 * ispell.el (ispell-set-spellchecker-params):
1626 Really set `ispell-args' for all equivs.
1627
1628 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
1629
1630 * ido.el (ido-completions): Use extra elements of ido-decorations
1631 (bug#14143).
1632 (ido-decorations): Update docstring.
1633
1634 2013-04-05 Michael Albinus <michael.albinus@gmx.de>
1635
1636 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
1637 (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
1638 nil during initialization, in order not to miss changes since the
1639 file was opened. (Bug#14140)
1640
1641 2013-04-05 Leo Liu <sdl.web@gmail.com>
1642
1643 * kmacro.el (kmacro-call-macro): Fix bug#14135.
1644
1645 2013-04-05 Jay Belanger <jay.p.belanger@gmail.com>
1646
1647 * calc/calc-units.el (calc-convert-units): Rewrite conditional.
1648
1649 2013-04-04 Glenn Morris <rgm@gnu.org>
1650
1651 * electric.el (electric-pair-inhibit-predicate): Add :version.
1652
1653 2013-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
1654
1655 * emacs-lisp/package.el (package-compute-transaction): Fix ordering
1656 when a package is required several times (bug#14082).
1657
1658 2013-04-04 Roland Winkler <winkler@gnu.org>
1659
1660 * faces.el (read-face-name): Behave as promised by the docstring.
1661 Assume that arg default is a list of faces.
1662 (describe-face): Call read-face-name with list of default faces.
1663
1664 2013-04-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1665
1666 * bookmark.el: Fix deletion of bookmarks (bug#13972).
1667 (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
1668 (bookmark-bmenu-execute-deletions): Only skip first line if it's
1669 the header.
1670 (bookmark-exit-hook-internal): Save even if list is empty.
1671
1672 2013-04-04 Yann Hodique <yann.hodique@gmail.com> (tiny change)
1673
1674 * emacs-lisp/package.el (package-pinned-packages): New var.
1675 (package--add-to-archive-contents): Obey it (bug#14118).
1676
1677 2013-04-03 Alan Mackenzie <acm@muc.de>
1678
1679 Handle `parse-partial-sexp' landing inside a comment opener
1680 (Bug#13244). Also adapt to the new values of element 7 of a parse
1681 state.
1682
1683 * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
1684 parameter `not-in-delimiter'. Handle being inside comment opener.
1685 (c-invalidate-state-cache-1): Reckon with an extra "invalid"
1686 character in case we're typing a '*' after a '/'.
1687 (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
1688 instead by passing the parameter to c-state-pp-to-literal.
1689
1690 * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
1691 for elt. 7 of a parse state.
1692
1693 2013-04-01 Paul Eggert <eggert@cs.ucla.edu>
1694
1695 Use UTF-8 for most files with non-ASCII characters (Bug#13936).
1696 * international/latin1-disp.el, international/mule-util.el:
1697 * language/cyril-util.el, language/european.el, language/ind-util.el:
1698 * language/lao-util.el, language/thai.el, language/tibet-util.el:
1699 * language/tibetan.el, language/viet-util.el:
1700 Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
1701
1702 2013-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
1703
1704 * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
1705 (electric-pair-post-self-insert-function): Use it.
1706 (electric-pair-default-inhibit): New function, extracted from
1707 electric-pair-post-self-insert-function.
1708
1709 2013-03-31 Roland Winkler <winkler@gnu.org>
1710
1711 * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
1712
1713 2013-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
1714
1715 * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
1716
1717 2013-03-30 Fabián Ezequiel Gallina <fabian@anue.biz>
1718
1719 Un-indent after "pass" and "return" statements (Bug#13888)
1720 * progmodes/python.el (python-indent-block-enders): New var.
1721 (python-indent-calculate-indentation): Use it.
1722
1723 2013-03-30 Michael Albinus <michael.albinus@gmx.de>
1724
1725 * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
1726 defun. Defining it as defalias could introduce too eager
1727 byte-compiler optimization. (Bug#14030)
1728
1729 2013-03-30 Chong Yidong <cyd@gnu.org>
1730
1731 * iswitchb.el (iswitchb-read-buffer): Fix typo.
1732
1733 2013-03-30 Leo Liu <sdl.web@gmail.com>
1734
1735 * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
1736 (kmacro-execute-from-register): Pass the keyboard macro to
1737 kmacro-call-macro or repeating won't work correctly.
1738
1739 2013-03-30 Teodor Zlatanov <tzz@lifelogs.com>
1740
1741 * progmodes/subword.el: Back to using `forward-symbol'.
1742
1743 * subr.el (forward-whitespace, forward-symbol)
1744 (forward-same-syntax): Move from thingatpt.el.
1745
1746 2013-03-29 Leo Liu <sdl.web@gmail.com>
1747
1748 * kmacro.el (kmacro-to-register): New command.
1749 (kmacro-execute-from-register): New function.
1750 (kmacro-keymap): Bind to 'x'. (Bug#14071)
1751
1752 2013-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
1753
1754 * mpc.el: Use defvar-local and setq-local.
1755 (mpc--proc-connect): Connection failures are not bugs.
1756 (mpc-mode-map): `follow-link' only applies to the buffer's content.
1757 (mpc-volume-map): Bind to the up-events.
1758
1759 2013-03-29 Teodor Zlatanov <tzz@lifelogs.com>
1760
1761 * progmodes/subword.el (superword-mode): Use `forward-sexp'
1762 instead of `forward-symbol'.
1763
1764 2013-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
1765
1766 * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
1767 (edebug--recursive-edit): Use it.
1768 (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
1769 (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
1770
1771 2013-03-28 Leo Liu <sdl.web@gmail.com>
1772
1773 * vc/vc-bzr.el (vc-bzr-revert): Don't backup. (Bug#14066)
1774
1775 2013-03-27 Eli Zaretskii <eliz@gnu.org>
1776
1777 * facemenu.el (list-colors-callback): New defvar.
1778 (list-colors-redisplay): New function.
1779 (list-colors-display): Install list-colors-redisplay as the
1780 revert-buffer-function. (Bug#14063)
1781
1782 2013-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
1783
1784 * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
1785 and suffixes don't overlap (bug#14061).
1786
1787 * case-table.el: Use lexical-binding.
1788 (case-table-get-table): New function.
1789 (get-upcase-table): Use it. Mark as obsolete. Adjust callers.
1790
1791 2013-03-27 Teodor Zlatanov <tzz@lifelogs.com>
1792
1793 * progmodes/subword.el: Add `superword-mode' to do word motion
1794 over symbol_words (parallels and leverages `subword-mode' which
1795 does word motion inside MixedCaseWords).
1796
1797 2013-03-27 Aidan Gauland <aidalgol@no8wireless.co.nz>
1798
1799 * eshell/em-unix.el: Move su and sudo to...
1800 * eshell/em-tramp.el: ...Eshell tramp module.
1801
1802 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
1803
1804 * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
1805 Change return value to be a sexp. Delay `get-buffer' to after
1806 restoring the desktop (bug#13951).
1807
1808 2013-03-26 Leo Liu <sdl.web@gmail.com>
1809
1810 * register.el: Move semantic tag handling back to
1811 cedet/semantic/senator.el. (Bug#14052)
1812
1813 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
1814
1815 * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
1816 into the prompt either (bug#13963).
1817
1818 2013-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
1819
1820 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
1821 part of "(error-foo)".
1822
1823 2013-03-24 Juri Linkov <juri@jurta.org>
1824
1825 * replace.el (list-matching-lines-prefix-face): New defcustom.
1826 (occur-1): Pass `list-matching-lines-prefix-face' to the function
1827 `occur-engine' if `face-differs-from-default-p' returns t.
1828 (occur-engine): Add `,' inside backquote construct to evaluate
1829 `prefix-face'. Propertize the prefix with the `prefix-face' face.
1830 Pass `prefix-face' to the functions `occur-context-lines' and
1831 `occur-engine-add-prefix'.
1832 (occur-engine-add-prefix, occur-context-lines): Add optional arg
1833 `prefix-face' and propertize the prefix with `prefix-face'.
1834 (Bug#14017)
1835
1836 2013-03-24 Leo Liu <sdl.web@gmail.com>
1837
1838 * nxml/rng-valid.el (rng-validate-while-idle)
1839 (rng-validate-quick-while-idle): Guard against deleted buffer.
1840 (Bug#13999)
1841
1842 * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
1843 is the last entry in kill-buffer-hook.
1844
1845 * files.el (kill-buffer-hook): Doc fix.
1846
1847 2013-03-23 Dmitry Gutov <dgutov@yandex.ru>
1848
1849 * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
1850 Make it safe-local.
1851
1852 * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
1853
1854 2013-03-23 Leo Liu <sdl.web@gmail.com>
1855
1856 * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
1857 Remove.
1858
1859 * nxml/rng-valid.el (rng-validate-mode)
1860 (rng-after-change-function, rng-do-some-validation):
1861 * nxml/rng-maint.el (rng-validate-buffer):
1862 * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
1863 * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
1864 * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
1865 (nxml-extend-after-change-region): Use with-silent-modifications.
1866
1867 * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
1868 timer-idle-list.
1869
1870 * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
1871 (rng-next-error-1, rng-previous-error-1): Do not let-bind
1872 timer-idle-list. (Bug#13999)
1873
1874 2013-03-23 Juri Linkov <juri@jurta.org>
1875
1876 * info.el (info-index-match): New face.
1877 (Info-index, Info-apropos-matches): Add a nested subgroup to the
1878 main pattern and add text properties with the new face to matches
1879 in index entries relative to the beginning of the index entry.
1880 (Bug#14015)
1881
1882 2013-03-21 Eric Ludlam <zappo@gnu.org>
1883
1884 * eieio/eieio-datadebug.el (data-debug/eieio-insert-slots):
1885 Inhibit read only while inserting objects.
1886
1887 2013-03-22 Teodor Zlatanov <tzz@lifelogs.com>
1888
1889 * progmodes/cfengine.el: Update docs to mention
1890 `cfengine-auto-mode'. Use \_> and \_< instead of \> and \< for
1891 symbol motion. Remove "_" from the word syntax.
1892
1893 2013-03-21 Teodor Zlatanov <tzz@lifelogs.com>
1894
1895 * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
1896 syntax for both `cfengine2-mode' and `cfengine3-mode'.
1897
1898 2013-03-20 Juri Linkov <juri@jurta.org>
1899
1900 * info.el (Info-next-reference-or-link)
1901 (Info-prev-reference-or-link): New functions.
1902 (Info-next-reference, Info-prev-reference): Use them.
1903 (Info-try-follow-nearest-node): Handle footnote navigation.
1904 (Info-fontify-node): Fontify footnotes. (Bug#13989)
1905
1906 2013-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
1907
1908 * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
1909 * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
1910
1911 2013-03-20 Paul Eggert <eggert@cs.ucla.edu>
1912
1913 Suppress unnecessary non-ASCII chatter during build process.
1914 * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
1915 (batch-skkdic-convert): Suppress most of the chatter.
1916 It's not needed so much now that machines are faster,
1917 and its non-ASCII component was confusing; see Dmitry Gutov in
1918 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
1919
1920 2013-03-20 Leo Liu <sdl.web@gmail.com>
1921
1922 * ido.el (ido-chop): Fix bug#10994.
1923
1924 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
1925
1926 * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
1927 Remove vars.
1928 (whitespace-color-on, whitespace-color-off):
1929 Use `font-lock-fontify-buffer' (Bug#13817).
1930
1931 2013-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
1932
1933 * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
1934 remapping in mode-line.
1935 (mouse-on-link-p): Also check [mode-line follow-link] bindings.
1936
1937 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
1938
1939 * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
1940 value for `whitespace-line' face (Bug#13875).
1941 (whitespace-font-lock-keywords): Change description.
1942 (whitespace-color-on): Don't save `font-lock-keywords' value, save
1943 the constructed keywords instead.
1944 (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
1945
1946 2013-03-19 Leo Liu <sdl.web@gmail.com>
1947
1948 * progmodes/compile.el (compilation-display-error): New command.
1949 (compilation-mode-map, compilation-minor-mode-map): Bind it to
1950 C-o. (Bug#13992)
1951
1952 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
1953
1954 * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
1955
1956 2013-03-18 Jan Djärv <jan.h.d@swipnet.se>
1957
1958 * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
1959
1960 2013-03-18 Michael Albinus <michael.albinus@gmx.de>
1961
1962 * net/tramp-compat.el (tramp-compat-user-error): New defun.
1963
1964 * net/tramp-adb.el (tramp-adb-handle-shell-command):
1965 * net/tramp-gvfs.el (top):
1966 * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
1967 (tramp-handle-shell-command): Use it.
1968 (tramp-dissect-file-name): Raise an error when hostname is a
1969 method name, and neither method nor user is specified.
1970
1971 * net/trampver.el: Update release number.
1972
1973 2013-03-18 Leo Liu <sdl.web@gmail.com>
1974
1975 Make sure eldoc can be turned off properly.
1976 * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
1977 eldoc-mode.
1978 (eldoc-display-message-p): Revert last change.
1979 (eldoc-display-message-no-interference-p)
1980 (eldoc-print-current-symbol-info): Tweak.
1981
1982 2013-03-18 Tassilo Horn <tsdh@gnu.org>
1983
1984 * doc-view.el (doc-view-new-window-function): Check the new window
1985 overlay's display property instead the char property of the
1986 buffer's first char. Use `with-selected-window' instead of
1987 `save-window-excursion' with `select-window'.
1988 (doc-view-document->bitmap): Check the current doc-view overlay's
1989 display property instead the char property of the buffer's first char.
1990
1991 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
1992
1993 Automate the build of ja-dic.el (Bug#13984).
1994 * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
1995 from the input, rather than assume that it's been done for us by the
1996 SKK script unannotate.awk. Switch ja-dic.el to UTF-8. Don't put
1997 the current date into a ja-dic.el comment, as that complicates
1998 regression testing.
1999
2000 2013-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
2001
2002 * whitespace.el: Fix double evaluation.
2003 (whitespace-space, whitespace-hspace, whitespace-tab)
2004 (whitespace-newline, whitespace-trailing, whitespace-line)
2005 (whitespace-space-before-tab, whitespace-indentation)
2006 (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
2007 obsolete defvars.
2008 (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
2009 (whitespace-color-on): Use a single font-lock-add-keywords call.
2010 Fix double-evaluation of face variables.
2011
2012 2013-03-17 Michael Albinus <michael.albinus@gmx.de>
2013
2014 * net/tramp-adb.el (tramp-adb-parse-device-names):
2015 Use `start-process' instead of `call-process'. Otherwise, the
2016 function might be blocked under MS Windows. (Bug#13299)
2017
2018 2013-03-17 Leo Liu <sdl.web@gmail.com>
2019
2020 Extend eldoc to display info in the mode-line. (Bug#13978)
2021 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
2022 (eldoc-mode-line-string): New variable.
2023 (eldoc-minibuffer-message): New function.
2024 (eldoc-message-function): New variable.
2025 (eldoc-message): Use it.
2026 (eldoc-display-message-p)
2027 (eldoc-display-message-no-interference-p):
2028 Support eldoc-post-insert-mode.
2029
2030 * simple.el (eval-expression-minibuffer-setup-hook): New hook.
2031 (eval-expression): Run it.
2032
2033 2013-03-17 Roland Winkler <winkler@gnu.org>
2034
2035 * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
2036 strings in the list of return values.
2037
2038 2013-03-17 Jay Belanger <jay.p.belanger@gmail.com>
2039
2040 * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
2041 radix before checking for HMS forms.
2042
2043 2013-03-16 Leo Liu <sdl.web@gmail.com>
2044
2045 * progmodes/scheme.el: Add indentation and font-locking for λ.
2046 (Bug#13975)
2047
2048 2013-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
2049
2050 * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
2051 token before point (bug#13942).
2052
2053 2013-03-16 Leo Liu <sdl.web@gmail.com>
2054
2055 * thingatpt.el (end-of-sexp): Fix bug#13952. Use syntax-after.
2056
2057 2013-03-16 Eli Zaretskii <eliz@gnu.org>
2058
2059 * startup.el (command-line-normalize-file-name): Fix handling of
2060 backslashes in DOS and Windows file names. Reported by Xue Fuqiao
2061 <xfq.free@gmail.com> in
2062 http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
2063
2064 2013-03-15 Michael Albinus <michael.albinus@gmx.de>
2065
2066 Sync with Tramp 2.2.7.
2067
2068 * net/trampver.el: Update release number.
2069
2070 2013-03-14 Tassilo Horn <tsdh@gnu.org>
2071
2072 * doc-view.el Fix bug#13887.
2073 (doc-view-insert-image): Don't modify overlay associated to
2074 non-live windows, and implement horizontal centering of image in
2075 case it's smaller than the window.
2076 (doc-view-new-window-function): Force redisplay of new windows on
2077 doc-view buffers.
2078
2079 2013-03-13 Karl Fogel <kfogel@red-bean.com>
2080
2081 * saveplace.el (save-place-alist-to-file): Don't sort
2082 `save-place-alist', just pretty-print it (bug#13882).
2083
2084 2013-03-13 Michael Albinus <michael.albinus@gmx.de>
2085
2086 * net/tramp-sh.el (tramp-sh-handle-insert-directory): Check,
2087 whether `default-file-name-coding-system' is bound. It isn't in
2088 XEmacs.
2089
2090 2013-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
2091
2092 * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
2093 backquotes for `obsolete' (bug#13929).
2094
2095 * international/mule.el (find-auto-coding): Include file name in
2096 obsolescence warning (bug#13922).
2097
2098 2013-03-12 Teodor Zlatanov <tzz@lifelogs.com>
2099
2100 * progmodes/cfengine.el (cfengine-parameters-indent): New variable
2101 for CFEngine 3-specific indentation.
2102 (cfengine3-indent-line): Use it. Fix up category regex.
2103 (cfengine3-font-lock-keywords): Add bundle and namespace characters.
2104
2105 2013-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
2106
2107 * type-break.el (type-break-file-name):
2108 * textmodes/remember.el (remember-data-file):
2109 * strokes.el (strokes-file):
2110 * shadowfile.el (shadow-initialize):
2111 * saveplace.el (save-place-file):
2112 * ps-bdf.el (bdf-cache-file):
2113 * progmodes/idlwave.el (idlwave-config-directory):
2114 * net/quickurl.el (quickurl-url-file):
2115 * international/kkc.el (kkc-init-file-name):
2116 * ido.el (ido-save-directory-list-file):
2117 * emulation/viper.el (viper-custom-file-name):
2118 * emulation/vip.el (vip-startup-file):
2119 * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
2120 * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
2121
2122 2013-03-12 Paul Eggert <eggert@cs.ucla.edu>
2123
2124 Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
2125 * language/thai-word.el: Switch to UTF-8.
2126
2127 2013-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
2128
2129 * recentf.el (recentf-save-file): Use locate-user-emacs-file (bug#13870).
2130
2131 2013-03-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2132
2133 * net/net-utils.el (net-utils-remove-ctrl-m-filter):
2134 Use with-current-buffer and don't move point.
2135 (net-utils-run-simple): Remove useless code.
2136 (net-utils-remove-ctl-m): Remove unused custom.
2137
2138 2013-03-11 Per Starbäck <starback@stp.lingfil.uu.se>
2139
2140 * international/characters.el (glyphless-set-char-table-range): New fun.
2141 (update-glyphless-char-display): Use it (bug#13744).
2142
2143 2013-03-11 Teodor Zlatanov <tzz@lifelogs.com>
2144
2145 * progmodes/cfengine.el: Update for CFEngine 3.4.2 and higher:
2146 namespaces in the syntax, indent closer for hanging brace
2147 correctly, allow single-quote delimited 'strings', and make
2148 `cfengine3-mode' the default.
2149
2150 2013-03-11 Jean-Philippe Gravel <jpgravel@gmail.com>
2151
2152 * progmodes/gdb-mi.el: Speed up initialization (bug#10580).
2153 Use lexical-binding. Fix up docstring according to conventions.
2154 (gdbmi-debug-mode): New var.
2155 (gdbmi-start-with, gdbmi-same-start, gdbmi-is-number, gdbmi-bnf-init)
2156 (gdbmi-bnf-output, gdbmi-bnf-skip-unrecognized, gdbmi-bnf-gdb-prompt)
2157 (gdbmi-bnf-result-record, gdbmi-bnf-out-of-band-record)
2158 (gdbmi-bnf-async-record, gdbmi-bnf-stream-record)
2159 (gdbmi-bnf-console-stream-output, gdbmi-bnf-target-stream-output)
2160 (gdbmi-bnf-log-stream-output, gdbmi-bnf-result-and-async-record-impl)
2161 (gdbmi-bnf-incomplete-record-result): New functions.
2162 (gdb-car<): Remove function.
2163 (gdbmi-record-list): Remove variable.
2164 (gdbmi-bnf-state, gdbmi-bnf-offset): New vars.
2165 (gdbmi-bnf-result-state-configs): New const.
2166 (gud-gdbmi-marker-filter): Rewrite.
2167 (gdb-ignored-notification, gdb-thread-created, gdb-thread-exited)
2168 (gdb-thread-selected, gdb-running, gdb-starting, gdb-stopped):
2169 Add `token' argument.
2170 (gdb-done, gdb-error): New functions.
2171 (gdb-done-or-error): Add `is-complete' argument. Change arg order.
2172
2173 2013-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
2174
2175 * term/xterm.el (xterm--report-background-handler): Don't burp
2176 upon timeout.
2177 (xterm--version-handler): Extract from terminal-init-xterm.
2178 (xterm--query): Don't mishandle timeout. Remove debugging messages.
2179 Allow multiple handlers.
2180 (terminal-init-xterm): Handle OSX's Terminal.app's incorrect answer.
2181
2182 * term/xterm.el: Don't discard input (bug#6758). Use lexical-binding.
2183 (xterm--report-background-handler, xterm--query): New functions.
2184 (terminal-init-xterm): Use them.
2185
2186 2013-03-11 Michael R. Mauger <michael@mauger.com>
2187
2188 * progmodes/sql.el Version 3.2
2189 Please note that my address changed to <michael@mauger.com>;
2190 the <mmaug@yahoo.com> address remains active.
2191 (sql-connection-alist): Updates documentation to fix bug#13715.
2192 (sql-connect): Handle missing `sql-connection-alist' correctly.
2193 (sql-mode-oracle-font-lock-keywords): Add missing keywords.
2194 (sql-magic-go, sql-magic-semicolon): Mark with `delete-selection'
2195 property.
2196 (sql-default-value): New function.
2197 (sql-get-login-ext, sql-get-login): Fixes bug where buffer-local
2198 values were not used.
2199 (sql-rename-buffer): Make sure alternate buffer name has no text
2200 properties.
2201 (sql-input-sender, sql-execute-feature): Fetch variable with
2202 `buffer-local-value' rather than `with-current-buffer'.
2203 (sql-*): Use #' function syntax consistently.
2204 (sql-*): Use message/error/user-error consistently.
2205
2206 2013-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
2207
2208 * xt-mouse.el (xterm-mouse-event-read): Remove.
2209 (xterm-mouse--read-event-sequence-1000)
2210 (xterm-mouse--read-event-sequence-1006): Use read-event instead.
2211
2212 2013-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
2213
2214 * term/xterm.el (xterm-function-map): Support format used with
2215 formatOtherKeys=1 (bug#13839).
2216
2217 * emacs-lisp/byte-run.el (dont-compile): Declare obsolete.
2218 (with-no-warnings): Use `declare'.
2219
2220 * whitespace.el (whitespace-enable-predicate): New variable.
2221 (whitespace-enable-predicate): Use it.
2222
2223 * comint.el (comint-send-input, comint-snapshot-last-prompt)
2224 (comint-output-filter, comint-update-fence):
2225 Use with-silent-modifications.
2226
2227 2013-03-10 Jambunathan K <kjambunathan@gmail.com>
2228
2229 * replace.el (occur-read-regexp-defaults-function): New var.
2230 (occur-read-regexp-defaults): New defun.
2231 (occur-read-primary-args): Propagate above change (bug#13892).
2232
2233 2013-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
2234
2235 * mouse.el (mouse-drag-track): Remove left-over debugging code.
2236
2237 2013-03-09 Michael Albinus <michael.albinus@gmx.de>
2238
2239 Major rewrite due to changed D-Bus interface of GVFS 1.14.
2240
2241 * net/tramp-gvfs.el (top): Extend check for gvfs availability.
2242 (tramp-gvfs-methods-mounttracker, tramp-gvfs-listmounts)
2243 (tramp-gvfs-mountlocation, tramp-gvfs-mountlocation-signature):
2244 New defconst.
2245 (tramp-gvfs-file-name-handler-alist) [directory-files]
2246 [directory-files-and-attributes, file-exists-p, file-modes]:
2247 Use Tramp default handler.
2248 [file-acl, file-selinux-context, process-file, set-file-acl]:
2249 [set-file-modes, set-file-selinux-context, shell-command]:
2250 [start-file-process]: Remove handler.
2251 [verify-visited-file-modtime]: New handler.
2252 (tramp-gvfs-dbus-string-to-byte-array)
2253 (tramp-gvfs-dbus-byte-array-to-string): New defuns. Replace all
2254 calls of `dbus-string-to-byte-array' and
2255 `tramp-gvfs-dbus-byte-array-to-string'.
2256 (tramp-gvfs-handle-copy-file)
2257 (tramp-gvfs-handle-delete-directory)
2258 (tramp-gvfs-handle-delete-file, tramp-gvfs-handle-file-attributes)
2259 (tramp-gvfs-handle-file-directory-p)
2260 (tramp-gvfs-handle-file-executable-p)
2261 (tramp-gvfs-handle-file-name-all-completions)
2262 (tramp-gvfs-handle-file-readable-p)
2263 (tramp-gvfs-handle-file-writable-p)
2264 (tramp-gvfs-handle-insert-directory)
2265 (tramp-gvfs-handle-insert-file-contents)
2266 (tramp-gvfs-handle-make-directory, tramp-gvfs-handle-rename-file)
2267 (tramp-gvfs-handle-set-visited-file-modtime)
2268 (tramp-gvfs-handle-write-region): Rewrite.
2269 (tramp-gvfs-handle-file-acl)
2270 (tramp-gvfs-handle-file-selinux-context)
2271 (tramp-gvfs-handle-process-file, tramp-gvfs-handle-set-file-acl)
2272 (tramp-gvfs-handle-set-file-modes)
2273 (tramp-gvfs-handle-set-file-selinux-context)
2274 (tramp-gvfs-handle-shell-command)
2275 (tramp-gvfs-handle-start-file-process)
2276 (tramp-gvfs-handle-verify-visited-file-modtime): Remove defuns.
2277 (tramp-gvfs-url-file-name): Do not use `file-truename', we work
2278 over the symlinks. Fix user handling.
2279 (top, tramp-gvfs-handler-mounted-unmounted): Handle different names
2280 of the D-Bus signals.
2281 (tramp-gvfs-connection-mounted-p): Handle different names of the
2282 D-Bus methods.
2283 (tramp-gvfs-mount-spec-entry): New defun.
2284 (tramp-gvfs-mount-spec): Use it.
2285 (tramp-gvfs-maybe-open-connection): Check, that in case of "smb"
2286 there is a share name. Handle different names of the D-Bus
2287 signals and methods. Set connection properties needed for
2288 `tramp-check-cached-permissions'.
2289 (tramp-gvfs-send-command): Apply `tramp-gvfs-maybe-open-connection'.
2290 Return t or nil.
2291
2292 * net/tramp.el (tramp-backtrace): Move up.
2293 (tramp-error): Dump a backtrace into the debug buffer when
2294 `tramp-verbose > 9.
2295 (tramp-file-mode-type-map, tramp-file-mode-from-int)
2296 (tramp-file-mode-permissions, tramp-get-local-uid)
2297 (tramp-get-local-gid, tramp-check-cached-permissions): Move from
2298 tramp-sh.el.
2299
2300 * net/tramp-sh.el (tramp-file-mode-type-map)
2301 (tramp-check-cached-permissions, tramp-file-mode-from-int)
2302 (tramp-file-mode-permissions, tramp-get-local-uid)
2303 (tramp-get-local-gid): Move to tramp.el.
2304
2305 2013-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
2306
2307 Separate mouse-1-click-follows-link from mouse-drag-region.
2308 * mouse.el (mouse--down-1-maybe-follows-link): New function.
2309 (key-translation-map): Use it to implement mouse-1-click-follows-link.
2310 (mouse-drag-line, mouse-drag-track):
2311 Remove mouse-1-click-follows-link code.
2312 (mouse--remap-link-click-p): Remove.
2313
2314 2013-03-08 Jambunathan K <kjambunathan@gmail.com>
2315
2316 * hi-lock.el (hi-lock-read-regexp-defaults-function): New var.
2317 (hi-lock-read-regexp-defaults): New defun.
2318 (hi-lock-line-face-buffer, hi-lock-face-buffer)
2319 (hi-lock-face-phrase-buffer): Propagate above change.
2320 Update docstring (bug#13892).
2321
2322 * subr.el (find-tag-default-as-regexp): New defun.
2323 * replace.el (read-regexp): Propagate above change.
2324
2325 2013-03-08 Jay Belanger <jay.p.belanger@gmail.com>
2326
2327 * calc/calc-units.el (calc-convert-units): Fix the way that default
2328 new units are stored.
2329
2330 2013-03-07 Matthias Meulien <orontee@gmail.com>
2331
2332 * bookmark.el: Define a face to highlight bookmark names in
2333 bookmark menu buffers, where the default is a bold face similarly
2334 to buffer names in buffer menu buffers.
2335 (bookmark-menu-bookmark): New face to highlight bookmark names.
2336 (bookmark-insert-location): Remove duplicated text property to
2337 conform to buffer list (see `list-buffers').
2338 (bookmark-bmenu-list, bookmark-bmenu-hide-filenames): Apply face
2339 `bookmark-menu-bookmark' to bookmark names.
2340
2341 2013-03-07 Matthias Meulien <orontee@gmail.com>
2342 Karl Fogel <kfogel@red-bean.com>
2343
2344 * bookmark.el: Display the bookmark list header similarly to the
2345 buffer list header (see `list-buffers'), where the default is now
2346 an immovable/immutable header line.
2347 (bookmark-bmenu-use-header-line): New variable.
2348 (bookmark-bmenu-inline-header-height): New name for
2349 `bookmark-bmenu-header-height', to avoid confusion with the code
2350 for the new immovable header. All references changed.
2351 (bookmark-bmenu-set-header): New function.
2352 (bookmark-bmenu-list, bookmark-bmenu-toggle-filenames):
2353 Conditionalize header construction accordingly.
2354 (bookmark-bmenu-ensure-position): Conditionalize the skipping of
2355 the inline header height.
2356 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
2357 Conditionalize the skipping of the inline header height.
2358
2359 2013-03-07 Dmitry Gutov <dgutov@yandex.ru>
2360
2361 * progmodes/js.el (js--multi-line-declaration-indentation):
2362 Merge from js2-mode (https://github.com/mooz/js2-mode/issues/89).
2363
2364 2013-03-06 Dmitry Gutov <dgutov@yandex.ru>
2365
2366 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
2367 Only propertize regexp when not inside a string (Bug#13885).
2368
2369 2013-03-06 Alan Mackenzie <acm@muc.de>
2370
2371 Correct the position of point in some line-up functions.
2372 * progmodes/cc-align.el (c-lineup-whitesmith-in-block)
2373 (c-lineup-assignments, c-lineup-gcc-asm-reg ): take position of
2374 point at column 0 rather than at a random place in the line.
2375
2376 2013-03-05 Michael Albinus <michael.albinus@gmx.de>
2377
2378 * net/tramp-compat.el (tramp-compat-delete-directory):
2379 Implement TRASH argument.
2380
2381 2013-03-05 Dmitry Gutov <dgutov@yandex.ru>
2382
2383 Keep pre-existing highlighting in completion candidates (Bug#13250).
2384 * minibuffer.el (completions-first-difference): State that the
2385 face is "added" in the docstring.
2386 (completions-common-part): Same. And don't inherit from default.
2387 (completion-hilit-commonality): Prepend 'completions-common-part
2388 and 'completion-first-difference faces to the 'face property,
2389 instead of replacing the value(s).
2390 (completion--insert-strings): Same with 'completions-annotations face.
2391 (completion-hilit-commonality): Use 'face instead of
2392 'font-lock-face, because it gets priority if the completion
2393 strings already have 'face set.
2394
2395 2013-03-04 Alan Mackenzie <acm@muc.de>
2396
2397 Replace `last-command-event' by `last-command-char' in XEmacs.
2398 * progmodes/cc-defs.el (c-last-command-char): New macro.
2399 * progmodes/cc-align.el (c-semi&comma-inside-parenlist)
2400 (c-semi&comma-no-newlines-before-nonblanks)
2401 (c-semi&comma-no-newlines-for-oneline-inliners): Use the new macro
2402 in place of `last-command-event'.
2403 * progmodes/cc-cmds.el (c-electric-pound, c-electric-brace)
2404 (c-electric-slash, c-electric-semi&comma, c-electric-lt-gt)
2405 (c-electric-paren, c-electric-continued-statement): Use the new
2406 macro in place of `last-command-event'.
2407
2408 2013-03-04 Glenn Morris <rgm@gnu.org>
2409
2410 * files.el (inhibit-local-variables-regexps):
2411 Add .diff and .patch. (Bug#13862)
2412
2413 2013-03-03 Michael Albinus <michael.albinus@gmx.de>
2414
2415 * net/tramp-adb.el (tramp-adb-maybe-open-connection): Cache,
2416 whether the "su" command is available on the device.
2417
2418 2013-03-01 Michael Albinus <michael.albinus@gmx.de>
2419
2420 * net/tramp-adb.el (tramp-adb-prompt): Extend regexp.
2421 (tramp-adb-handle-process-file): Remove superfluous setting.
2422 (tramp-adb-command-exit-status): Handle case that COMMAND is nil.
2423 (tramp-adb-barf-unless-okay): Use `tramp-adb-command-exit-status'.
2424 (tramp-adb-maybe-open-connection): Apply "su" if user is defined.
2425
2426 2013-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
2427
2428 * textmodes/ispell.el: Fix nitpicks and byte-compiler warnings.
2429 (ispell-print-if-debug): Build `format' in. Avoid end-of-buffer.
2430 (ispell-parse-hunspell-affix-file): Avoid beginning-of-buffer.
2431 Use dict-key rather than dict-name for the error message.
2432
2433 2013-03-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2434
2435 * net/net-utils.el (net-utils-run-simple): Don't display-buffer
2436 when reverting (bug#13831).
2437
2438 2013-03-01 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2439
2440 * textmodes/ispell.el (ispell-find-hunspell-dictionaries):
2441 Always expand affix-file before storing to protect against changed
2442 `default-directory'.
2443 (ispell-print-if-debug): Make sure message is printed at the end
2444 of the debug buffer.
2445
2446 2013-03-01 Michael Albinus <michael.albinus@gmx.de>
2447
2448 * net/tramp.el (tramp-obsolete-methods): New defconst.
2449 (tramp-warned-obsolete-methods): New defvar.
2450 (tramp-find-method): Check for obsolete methods. Map them to a
2451 replacement method if appropriate.
2452
2453 * net/tramp-sh.el (tramp-methods) [scp1, scp2, ssh1, ssh2, plink1]:
2454 Remove methods.
2455 (top): Remove completion functions for "scp1", "scp2", "ssh1",
2456 "ssh2" and "plink1".
2457
2458 2013-02-28 Dale Sedivec <dale@codefu.org>
2459
2460 * textmodes/sgml-mode.el (sgml-syntax-propertize-function):
2461 Return valid syntax-table property value when converting
2462 quotes within text from string syntax to punctuation syntax (bug#13844).
2463
2464 2013-02-28 Juri Linkov <juri@jurta.org>
2465
2466 * dired-aux.el (dired-diff): If file at point is a backup file,
2467 use its original as the default value, and reverse the order
2468 of arguments to the `diff' call. Doc fix. (Bug#13772)
2469
2470 2013-02-28 Michael Albinus <michael.albinus@gmx.de>
2471
2472 * net/tramp-adb.el (tramp-adb-sdk-dir): Remove. Replaced by ...
2473 (tramp-adb-program): New defcustom. Remove function. Adapt calls.
2474
2475 2013-02-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2476
2477 Initial support for hunspell dictionaries auto-detection (Bug#13639)
2478
2479 * textmodes/ispell.el (ispell-find-hunspell-dictionaries):
2480 Ask hunspell about available and default dictionaries.
2481 (ispell-parse-hunspell-affix-file): Extract relevant info from
2482 hunspell affix file.
2483 (ispell-hunspell-fill-dictionary-entry): Fill non-initialized
2484 `ispell-dictionary-alist' entry for given dictionary after info
2485 provided by `ispell-parse-hunspell-affix-file'.
2486 (ispell-hunspell-dict-paths-alist): New defvar to contain an alist
2487 of parsed hunspell dicts and associated affix files.
2488 (ispell-hunspell-dictionary-alist): New defvar to contain an alist
2489 of parsed hunspell dicts and associated parameters.
2490 (ispell-set-spellchecker-params):
2491 Call `ispell-find-hunspell-dictionaries' if hunspell and not
2492 previously done.
2493 (ispell-start-process):
2494 Call `ispell-hunspell-fill-dictionary-entry' for current
2495 dictionary if it is not initialized.
2496
2497 2013-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
2498
2499 * imenu.el: Comment nitpicks.
2500
2501 2013-02-28 Sam Steingold <sds@gnu.org>
2502
2503 * vc/diff-mode.el (diff-hunk-file-names): Handle filenames with spaces.
2504 See <http://stackoverflow.com/questions/14720205>.
2505
2506 2013-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2507
2508 * net/net-utils.el (net-utils--revert-function): New fun (bug#13831).
2509 (net-utils-mode): Use it.
2510 (net-utils--revert-cmd): New var.
2511 (net-utils-run-simple): Set it, and remove bogus interactive spec.
2512 (traceroute): Use net-utils-run-simple.
2513
2514 2013-02-28 Glenn Morris <rgm@gnu.org>
2515
2516 * textmodes/paragraphs.el (mark-paragraph): Doc fix.
2517
2518 2013-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
2519
2520 * doc-view.el: Preserve h&v scroll across C-c C-c C-c C-c.
2521 (doc-view-fallback-mode): Remove overlays here.
2522 (doc-view-toggle-display): Instead of here. Don't throw away
2523 image-mode-winprops-alist.
2524 (doc-view-goto-page): Don't mess with hscroll.
2525
2526 2013-02-27 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2527
2528 * font-lock.el (lisp-font-lock-keywords-2): Fix highlighting of
2529 &optional (bug#13819).
2530
2531 2013-02-27 Michael Albinus <michael.albinus@gmx.de>
2532
2533 * net/tramp-adb.el (tramp-adb-parse-device-names)
2534 (tramp-adb-maybe-open-connection): Add timeouts. (Bug#13299)
2535
2536 2013-02-26 Michael Albinus <michael.albinus@gmx.de>
2537
2538 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
2539 Add "2>/dev/null" to the ls command, in case "en_US.utf8" is not
2540 defined. POSIX environments fall back to the "C" locale then and
2541 emit a warning, which shall be suppressed.
2542
2543 2013-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
2544
2545 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode): Tweak logic.
2546 (easy-mmode-set-keymap-parents): Use make-composed-keymap.
2547
2548 2013-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
2549
2550 * emacs-lisp/bytecomp.el (byte-compile-file): Use let.
2551
2552 2013-02-25 Juri Linkov <juri@jurta.org>
2553
2554 * replace.el (read-regexp): Let-bind `default' to the first
2555 element of `defaults' if it's a list, otherwise it should be
2556 a string or nil. Let-bind `suggestions' to `defaults' if it's
2557 a list, otherwise make a list with the string value. Doc fix.
2558 (Bug#13805)
2559
2560 2013-02-25 Eli Zaretskii <eliz@gnu.org>
2561
2562 * emacs-lisp/bytecomp.el (byte-recompile-directory): Reject files
2563 that match "\`\.#", to avoid compiling lock files, even if they
2564 are readable (as they are on MS-Windows).
2565
2566 2013-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
2567
2568 * files.el (basic-save-buffer): Remove redundant directory-creation.
2569
2570 2013-02-24 Jay Belanger <jay.p.belanger@gmail.com>
2571
2572 * calc/calc-ext.el (math-to-radians-2, math-from-radians-2):
2573 Add option to force `pi' to remain symbolic.
2574 * calc/calcalg2.el (calcFunc-sin, calcFunc-cos, calcFunc-tan)
2575 (calcFunc-cot, calcFunc-csc, calcFunc-sec, calcFunc-arcsin)
2576 (calcFunc-arccos, calcFunc-arctan): Use symbolic `pi' in the
2577 derivatives, when necessary.
2578
2579 2013-02-23 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
2580
2581 * progmodes/ps-mode.el (ps-mode-version): Bump to 1.1i.
2582 (ps-mode-octal-region): Use string-make-unibyte.
2583
2584 2013-02-23 Glenn Morris <rgm@gnu.org>
2585
2586 * emulation/viper-cmd.el (viper-submit-report):
2587 * progmodes/ps-mode.el (ps-mode-maintainer-address):
2588 * progmodes/vera-mode.el (vera-mode-help-address):
2589 * textmodes/artist.el (artist-maintainer-address):
2590 * textmodes/reftex.el (reftex-report-bug):
2591 * vc/ediff-util.el (ediff-submit-report):
2592 Add bug-gnu-emacs to bug report address.
2593
2594 * progmodes/simula.el (simula-mode-menu, simula-mode-map):
2595 Remove bug report entries.
2596 (simula-mode-help-address, simula-submit-bug-report): Make obsolete.
2597
2598 * emacs-lisp/bytecomp.el (byte-compile-level): New.
2599 (byte-compile-file, byte-compile-from-buffer):
2600 Use separate input/output buffers for each level of recursive
2601 byte-compile-file calls. (Bug#13787)
2602
2603 2013-02-23 Michael Albinus <michael.albinus@gmx.de>
2604
2605 * net/tramp.el (tramp-methods): Fix docstring.
2606 (tramp-ssh-controlmaster-options): Rename it from
2607 `tramp-ssh-controlmaster-template'. Return a string.
2608 (tramp-default-method): Adapt check for
2609 `tramp-ssh-controlmaster-options'.
2610
2611 * net/tramp-sh.el (tramp-methods):
2612 Replace `tramp-ssh-controlmaster-template' by "%c".
2613 (tramp-do-copy-or-rename-file-out-of-band)
2614 (tramp-maybe-open-connection): Use it in format spec. Ensure,
2615 that it is applied for the first hop only.
2616
2617 2013-02-22 Juri Linkov <juri@jurta.org>
2618
2619 * isearch.el (isearch-lazy-highlight-new-loop):
2620 Set `isearch-lazy-highlight-start' and `isearch-lazy-highlight-end'
2621 to `isearch-other-end' if it is not nil. (Bug#13402)
2622
2623 * replace.el (replace-highlight): Let-bind `isearch-other-end'
2624 to `match-beg'.
2625
2626 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
2627 Let-bind `isearch-other-end' to `start', `isearch-forward' to t
2628 and `isearch-error' to nil.
2629
2630 2013-03-16 Fabián Ezequiel Gallina <fgallina@cuca>
2631
2632 * progmodes/python.el (python-info-current-defun):
2633 Enhance match-data cluttering prevention.
2634
2635 2013-02-22 Michael Albinus <michael.albinus@gmx.de>
2636
2637 * net/tramp.el (tramp-tramp-file-p): Fix docstring.
2638
2639 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
2640 Handle multibyte file names.
2641
2642 2013-02-22 Glenn Morris <rgm@gnu.org>
2643
2644 * textmodes/sgml-mode.el (sgml-xml-mode): Move before use.
2645 (sgml-transformation-function): Give it a :set function.
2646 (sgml-tag): Doc fix.
2647
2648 * cmuscheme.el (scheme-buffer):
2649 * progmodes/inf-lisp.el (inferior-lisp-buffer):
2650 * progmodes/tcl.el (inferior-tcl-buffer):
2651 * textmodes/tex-mode.el (tex-command): Doc fixes.
2652
2653 * image-mode.el (image-mode): Add mouse bindings for mode-line-process.
2654
2655 * htmlfontify.el (hfy-default-header): Encode title string. (Bug#7457)
2656
2657 2013-02-21 Bastien Guerry <bzg@gnu.org>
2658
2659 * cmuscheme.el (scheme-buffer): Fix docstring. (Bug#13778)
2660
2661 2013-02-21 Fabián Ezequiel Gallina <fgallina@cuca>
2662
2663 * progmodes/python.el (python-info-current-defun):
2664 Enhance match-data cluttering prevention.
2665
2666 2013-02-21 Glenn Morris <rgm@gnu.org>
2667
2668 * net/tramp.el (tramp-get-debug-buffer): Ensure outline.el is not
2669 loaded while outline-regexp is let bound. (Bug#9584)
2670
2671 2013-02-21 Fabián Ezequiel Gallina <fgallina@cuca>
2672
2673 * progmodes/python.el (python-info-current-defun): Fix failed
2674 defun name retrieval because of unwanted match-data cluttering.
2675
2676 2013-02-21 Michael Albinus <michael.albinus@gmx.de>
2677
2678 * net/tramp.el (tramp-ssh-controlmaster-template): Make it a
2679 defconst. Apply independent check for ControlPersist.
2680
2681 * net/tramp-sh.el (tramp-sh-handle-set-file-times): Set $UTC only
2682 temporarily, via "env".
2683
2684 2013-02-21 Glenn Morris <rgm@gnu.org>
2685
2686 * info.el (Info-enable-edit): Remove.
2687 (Info-edit): Disable it rather than using Info-enable.
2688 (Info-edit-mode-hook, Info-edit-map, Info-edit-mode, Info-edit)
2689 (Info-cease-edit): Make editing of Info files obsolete.
2690
2691 * informat.el (Info-tagify):
2692 Handle buffers not visiting files. (Bug#13763)
2693
2694 2013-02-21 Juanma Barranquero <lekktu@gmail.com>
2695
2696 * calc/calc-graph.el (calc-graph-show-dumb): Fix typo.
2697
2698 2013-02-21 Glenn Morris <rgm@gnu.org>
2699
2700 * files.el (basic-save-buffer): Move check for existing parent
2701 directory after hooks. (Bug#13773)
2702
2703 2013-02-20 Stefan Monnier <monnier@iro.umontreal.ca>
2704
2705 * simple.el (command-execute): Move from C. Add obsolete check.
2706 (extended-command-history): Move from C.
2707
2708 2013-02-20 Ulrich Müller <ulm@gentoo.org>
2709
2710 * jka-cmpr-hook.el (jka-compr-compression-info-list)
2711 (jka-compr-mode-alist-additions): Handle .txz suffix for
2712 XZ-compressed tar archives (bug#13770).
2713
2714 2013-02-20 Bastien Guerry <bzg@gnu.org>
2715
2716 * outline.el (outline-regexp, outline-heading-end-regexp):
2717 Make variables, not options (bug#13731).
2718
2719 2013-02-20 Glenn Morris <rgm@gnu.org>
2720
2721 * image.el (image-current-frame): Change from variable to function.
2722 (image-show-frame): Rename from image-nth-frame. Update callers.
2723 * image-mode.el (image-multi-frame): New variable.
2724 (image-mode-map, image-mode, image-goto-frame):
2725 Use image-multi-frame rather than image-current-frame.
2726 (image-mode, image-goto-frame): Use image-current-frame as
2727 function rather than as variable.
2728
2729 * emacs-lisp/cl-lib.el (cl-floatp-safe): Make it an alias for floatp.
2730 * emacs-lisp/cl-macs.el (cl--make-type-test)
2731 (cl--compiler-macro-assoc): Use floatp rather than cl-floatp-safe.
2732
2733 2013-02-19 Michael Albinus <michael.albinus@gmx.de>
2734
2735 * net/tramp-cache.el (tramp-get-hash-table): New defun.
2736 (tramp-get-file-property, tramp-set-file-property)
2737 (tramp-get-connection-property, tramp-set-connection-property): Use it.
2738 (tramp-flush-file-property, tramp-flush-directory-property):
2739 Rename argument to KEY.
2740 (tramp-flush-connection-property): Simplify a little bit.
2741 (tramp-connection-property-p): New defun.
2742 (top): Reapply saved values only if there isn't a corresponding
2743 entry in `tramp-connection-properties'.
2744
2745 2013-02-19 Fabián Ezequiel Gallina <fgallina@cuca>
2746
2747 * progmodes/python.el (python-indent-context):
2748 Fix python-info-line-ends-backslash-p call.
2749 (python-info-line-ends-backslash-p)
2750 (python-info-beginning-of-backslash): Respect line-number argument.
2751 (python-info-current-line-comment-p):
2752 Fix behavior when not at beginning-of-line.
2753 (python-util-position): Remove function.
2754 (python-util-goto-line): New function.
2755
2756 2013-02-19 Michael Albinus <michael.albinus@gmx.de>
2757
2758 * eshell/em-unix.el (eshell/su): Require tramp.
2759 (eshell/sudo): Require tramp. Remove now unnecessary check.
2760
2761 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Let-bind
2762 `tramp-current-connection' in order to avoid an error when several
2763 commands are invoked in a short time in eshell and friends.
2764
2765 2013-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
2766
2767 Cleanup some of EIEIO's namespace.
2768 * emacs-lisp/eieio.el (eieio--define-field-accessors): New macro.
2769 Use it to define all the class-* and object-* field accessors (renamed
2770 to eieio--class-* and eieio--object-*). Update all uses.
2771 (eieio--class-num-slots, eieio--object-num-slots): Rename from
2772 class-num-slots and object-num-slots.
2773 (eieio--check-type): New macro.
2774 (eieio-defclass, eieio-oref, eieio-oref-default, same-class-p)
2775 (object-of-class-p, child-of-class-p, object-slots, class-slot-initarg)
2776 (eieio-oset, eieio-oset-default, object-assoc, object-assoc-list)
2777 (object-assoc-list-safe): Use it.
2778 (eieio-defclass): Tighten regexp.
2779 (eieio--defmethod): Use `memq'. Signal an error for unknown method kind.
2780 Remove unreachable code.
2781 (object-class-fast): Declare obsolete.
2782 (eieio-class-name, eieio-object-name, eieio-object-set-name-string)
2783 (eieio-object-class, eieio-object-class-name, eieio-class-parents)
2784 (eieio-class-children, eieio-class-precedence-list, eieio-class-parent):
2785 Rename from class-name, object-name, object-set-name-string,
2786 object-class, object-class-name, class-parents, class-children,
2787 class-precedence-list, class-parent; with obsolete alias.
2788 (class-of, class-direct-superclasses, class-direct-subclasses):
2789 Declare obsolete.
2790 (eieio-defmethod): Use `memq'; remove unreachable code.
2791 * emacs-lisp/eieio-base.el (eieio-persistent-read):
2792 * emacs-lisp/eieio-opt.el (eieio-class-button, eieio-describe-generic)
2793 (eieio-browse-tree, eieio-browse): Use eieio--check-type.
2794
2795 2013-02-18 Aidan Gauland <aidalgol@no8wireless.co.nz>
2796
2797 * eshell/em-cmpl.el: Correct "context-related help" keybinding in
2798 commentary.
2799
2800 2013-02-18 Michael Heerdegen <michael_heerdegen@web.de>
2801
2802 * emacs-lisp/eldoc.el (eldoc-highlight-function-argument):
2803 Use font-lock-keyword-face for macros and special forms (bug#8345).
2804
2805 2013-02-17 Didier Verna <didier@didierverna.net>
2806
2807 * net/network-stream.el (network-stream-open-starttls):
2808 Check that response to the starttls-command is non-nil. (Bug#13706)
2809
2810 2013-02-17 Stefan Monnier <monnier@iro.umontreal.ca>
2811
2812 * font-lock.el (lisp-font-lock-keywords-1, lisp-font-lock-keywords-2):
2813 Don't assume all identifier chars have syntax word.
2814 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
2815 Remove bar-not-symbol. Adjust callers.
2816 (lisp-mode-variables): Don't set a font-lock-syntax-table.
2817
2818 2013-02-17 Leo Liu <sdl.web@gmail.com>
2819
2820 * net/rcirc.el (rcirc-keepalive): Fix invalid timer error.
2821
2822 2013-02-17 Glenn Morris <rgm@gnu.org>
2823
2824 * menu-bar.el (menu-bar-tools-menu): Fix case of EDE entry.
2825
2826 * image-mode.el (image-mode-map): Add image-dired menu entry.
2827
2828 * image-dired.el (tumme): Make this alias obsolete.
2829
2830 2013-02-16 Glenn Morris <rgm@gnu.org>
2831
2832 * image.el (image-animated-types): Remove.
2833 (image-multi-frame-p): Rename from image-animated-p, and generalize.
2834 (image-animated-p): Make obsolete alias.
2835 (image-animate, image-nth-frame, image-animate-timeout):
2836 Use image-multi-frame-p.
2837 (image-animate-timeout): If no delay, use image-default-frame-delay.
2838 * image-mode.el (image-mode, image-toggle-animation):
2839 Use image-multi-frame-p. (Bug#763, bug#10739)
2840 (image-mode): Adjust startup message for a multi-frame image.
2841
2842 * image-mode.el (image-mode-map): Give it a menu.
2843
2844 2013-02-16 Michael Albinus <michael.albinus@gmx.de>
2845
2846 * net/tramp-cache.el (tramp-connection-properties): New customer
2847 option.
2848 (tramp-get-connection-property): Use it.
2849
2850 * net/tramp-compat.el (top): Require 'trampver.
2851
2852 * net/tramp-sh.el (tramp-remote-process-environment):
2853 Set tramp-autoload cookie.
2854
2855 2013-02-16 Kevin Ryde <user42@zip.com.au>
2856
2857 * info-look.el (info-lookup-select-mode): If major-mode has no
2858 info-lookup-alist entry then search up derived-mode-parent (bug#8660).
2859
2860 2013-02-16 Jambunathan K <kjambunathan@gmail.com>
2861
2862 * replace.el (read-regexp): Tighten the regexp that matches tag.
2863 When tag is retrieved with `find-tag-default', use regexp that
2864 matches tag at point. Also update docstring (Bug#13687).
2865
2866 2013-02-16 Eli Zaretskii <eliz@gnu.org>
2867
2868 * autorevert.el (auto-revert-notify-add-watch): With 'w32notify',
2869 add watch for the file, not its parent directory, since w32notify
2870 sets up the watch for the directory internally. (Bug#13725)
2871
2872 2013-02-16 Glenn Morris <rgm@gnu.org>
2873
2874 * image.el (image-default-frame-delay): New variable.
2875 (image-animated-p): Use image-default-frame-delay.
2876 (image-minimum-frame-delay): New constant.
2877 (image-animate-timeout): Use image-minimum-frame-delay.
2878
2879 * image.el (image-nth-frame): New, split from image-animate-timeout.
2880 (image-animate-timeout): Use image-nth-frame.
2881 * image-mode.el (image-goto-frame, image-next-frame)
2882 (image-previous-frame): New commands.
2883 (image-mode-map): Add new frame commands.
2884
2885 2013-02-16 Jonas Bernoulli <jonas@bernoul.li>
2886
2887 * emacs-lisp/tabulated-list.el (tabulated-list-print-col):
2888 If col-desc already has help-echo, use it. (Bug#13563)
2889
2890 2013-02-16 Glenn Morris <rgm@gnu.org>
2891
2892 * image.el (image-current-frame): New variable.
2893 (image-animate-timeout): Set image-current-frame.
2894 * image-mode.el (image-mode): For animated images,
2895 display a frame counter via mode-line-process.
2896
2897 * font-lock.el (lisp-font-lock-keywords-1): Add defvar-local.
2898
2899 2013-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
2900
2901 * simple.el (eval-expression): Let `exp' set the mark (bug#13724).
2902
2903 2013-02-15 Alan Mackenzie <acm@muc.de>
2904
2905 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode): When a
2906 global minor mode has been enabled, call the minor mode function
2907 for a new buffer once only, after the major mode hook, whilst
2908 allowing that hook explicitly to disable the minor mode.
2909 (MODE-disable-in-buffer): New (generated) function.
2910 (disable-MODE): New (generated) buffer local variable.
2911
2912 2013-02-15 Jambunathan K <kjambunathan@gmail.com>
2913
2914 * iswitchb.el (iswitchb-read-buffer): Bind `C-.' and `C-,' to
2915 `iswitchb-next-match' and `iswitchb-prev-match' resply.
2916 * ido.el (ido-init-completion-maps): Bind `C-.' and `C-,' to
2917 `ido-next-match' and `ido-prev-match' resply.
2918 * icomplete.el (icomplete-minibuffer-map): Unbind `C-s' and `C-r'.
2919 Bind `C-.' and `C-,' to `icomplete-forward-completions' and
2920 `icomplete-backward-completions' (Bug#13708).
2921
2922 2013-02-15 Glenn Morris <rgm@gnu.org>
2923
2924 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
2925
2926 2013-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
2927
2928 * net/goto-addr.el (goto-address-fontify): Add start and end args.
2929 (goto-address-fontify-region): Use them instead of narrowing, so
2930 syntax-ppss has access to the whole buffer.
2931
2932 2013-02-15 Fabián Ezequiel Gallina <fgallina@cuca>
2933
2934 * progmodes/python.el: Explain how to restore "cc-mode"-like
2935 forward-sexp movement in header documentation (Bug#13642).
2936 (python-nav--forward-sexp): Behave like emacs-lisp-mode in
2937 comments and strings (GH bug 114).
2938
2939 2013-02-15 Fabián Ezequiel Gallina <fgallina@cuca>
2940
2941 * progmodes/python.el (python-info-current-defun): Fix current
2942 defun detection (Bug#13618).
2943
2944 2013-02-15 Chong Yidong <cyd@gnu.org>
2945
2946 * xml.el (xml-parse-string): Fix typo in handling of bad character
2947 references.
2948
2949 2013-02-15 Glenn Morris <rgm@gnu.org>
2950
2951 * play/fortune.el (fortune-compile): Simplify and fix previous change.
2952
2953 2013-02-14 Michael Albinus <michael.albinus@gmx.de>
2954
2955 * net/tramp.el (tramp-debug-message):
2956 Add `tramp-condition-case-unless-debug'.
2957 (tramp-debug-on-error): New defvar.
2958 (tramp-condition-case-unless-debug): New defun.
2959 (tramp-file-name-handler): Use it.
2960
2961 2013-02-14 Juri Linkov <juri@jurta.org>
2962
2963 * info.el (Info-isearch-filter): Treat non-nil values of
2964 `search-invisible' including its default value `open'
2965 like the value `t' to match hidden text. (Bug#13402)
2966
2967 2013-02-14 Glenn Morris <rgm@gnu.org>
2968
2969 * help-fns.el (find-lisp-object-file-name): Give special treatment
2970 to all ~/.foo.elc files, not just ~/.emacs. (Bug#9007)
2971
2972 2013-02-14 David Biesack <sasdjb@d72933.na.sas.com> (tiny change)
2973
2974 * net/quickurl.el (quickurl-save-urls):
2975 Ensure quickurl-urls is not truncated on printing. (Bug#9276)
2976
2977 2013-02-14 Dmitry Gutov <dgutov@yandex.ru>
2978
2979 * progmodes/ruby-mode.el (ruby-parse-partial): Don't increase
2980 depth for unfinished percent literal. Not using it in the caller.
2981 (ruby-move-to-block): Jump over multiline literals of all types,
2982 ignoring code-looking contents inside them.
2983 (ruby-add-log-current-method): Improve performance at the expense
2984 of accuracy. `ruby-block-contains-point' is relatively slow, so
2985 only use it for method and singleton class blocks.
2986
2987 2013-02-13 Michael Albinus <michael.albinus@gmx.de>
2988
2989 Use ControlMaster where applicable. (Bug#13677)
2990
2991 * net/tramp.el (tramp-ssh-controlmaster-template): New defvar,
2992 replacing `tramp-detect-ssh-controlmaster'.
2993 (tramp-default-method): Use it.
2994
2995 * net/tramp-sh.el (tramp-methods) [scp, scp1, scp2, scpx, sftp]:
2996 [rsync, ssh, ssh1, ssh2, sshx]: Add ControlPath and ControlMaster
2997 arguments.
2998 [scpc, rsyncc]: Remove methods.
2999 (top): Remove completion functions for "scpc", "rsyncc", "ssh1_old"
3000 and "ssh2_old".
3001 (tramp-do-copy-or-rename-file-out-of-band): Change trace level.
3002 (tramp-maybe-open-connection): Reuse tmpfile for ControlPath.
3003
3004 2013-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
3005
3006 * emacs-lisp/package.el (package--initialized): Move before first use.
3007
3008 2013-02-13 Jambunathan K <kjambunathan@gmail.com>
3009
3010 * icomplete.el (icomplete-hide-common-prefix): New user option.
3011 (icomplete-first-match): New face.
3012 (icomplete-completions): Correct handling of "complete but not
3013 unique" (Bug#12638).
3014
3015 2013-02-13 YE Qianchuan <stool.ye@gmail.com> (tiny change)
3016
3017 * descr-text.el (describe-char): Display the script (bug#13698).
3018
3019 2013-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
3020
3021 * tmm.el: Use lexical-binding and current-active-maps.
3022 (tmm-menubar): Use map-keymap and pcase.
3023 (tmm--completion-table): New function.
3024 (tmm-prompt): Use it to fix the menu order.
3025 (tmm-get-keybind): Use current-active-maps.
3026
3027 2013-02-12 Christopher Schmidt <christopher@ch.ristopher.com>
3028
3029 Add dired-hide-details-mode. (Bug#6799)
3030
3031 * locate.el (locate-mode): Set parent mode property to dired-mode.
3032
3033 * find-dired.el (find-dired): Call dired-insert-set-properties on
3034 initial information line. Set process mark on end of buffer.
3035 (find-dired-sentinel):
3036 Call dired-insert-set-properties on summary.
3037
3038 * dired.el (dired-hide-details-hide-symlink-targets)
3039 (dired-hide-details-hide-information-lines): New options.
3040 (dired-insert-directory):
3041 Set properties after final treatment of output.
3042 (dired-insert-set-properties):
3043 Set dired-hide-details-* properties.
3044 (dired-mode-map): Bind dired-hide-details-mode.
3045 (dired-mode): Set buffer-invisibility-spec to a list.
3046 (dired-next-line): Skip hidden lines.
3047 (dired-previous-line): Use dired-next-line.
3048 (dired-hide-details-mode): New minor mode.
3049 (dired-hide-details-update-invisibility-spec): New function.
3050
3051 2013-02-13 Glenn Morris <rgm@gnu.org>
3052
3053 * play/yow.el: Move to obsolete/. (Bug#9384)
3054
3055 2013-02-13 Juri Linkov <juri@jurta.org>
3056
3057 * vc/ediff-util.el (ediff-recenter): Use `select-frame-set-input-focus'
3058 to select `ediff-control-frame' and set input focus correctly on Xfce.
3059 (Bug#12218)
3060
3061 2013-02-13 Juri Linkov <juri@jurta.org>
3062
3063 * image-mode.el (image-mode-map):
3064 * doc-view.el (doc-view-mode-map):
3065 * vc/ediff-util.el (ediff-setup-keymap):
3066 Make S-SPC scroll in the opposite sense to SPC. (Bug#2145)
3067
3068 2013-02-13 Dmitry Gutov <dgutov@yandex.ru>
3069
3070 * progmodes/ruby-mode.el (ruby-move-to-block): Improve
3071 performance. Instead of recalculating indentation fully for each
3072 line, sum up indentation depth based only on visited lines.
3073 (ruby-parse-partial): Increase the depth after "do" even when END
3074 is right after it.
3075 (ruby-parse-partial): When END is in the middle of a percent
3076 literal, increase the depth if the delimiter chars belong to the
3077 paren syntax class.
3078
3079 2013-02-13 Kirill A. Korinskiy <catap@catap.ru>
3080
3081 * play/fortune.el (fortune-compile): Also make the compiled file
3082 if it does not exist at all, not just if it is old. (Bug#5338)
3083
3084 2013-02-13 Glenn Morris <rgm@gnu.org>
3085
3086 * emacs-lisp/package.el (package-menu-execute): Doc fix.
3087
3088 2013-02-13 Yves Baumes <ybaumes@gmail.com> (tiny change)
3089
3090 * lisp/emacs-lisp/package.el (package-menu-execute):
3091 Add optional noquery argument. (Bug#13625)
3092
3093 2013-02-13 Michael Albinus <michael.albinus@gmx.de>
3094
3095 * net/ange-ftp.el (ange-ftp-make-directory): Don't raise an error,
3096 if DIR exists and PARENTS is non-nil.
3097
3098 2013-02-13 Juanma Barranquero <lekktu@gmail.com>
3099
3100 * progmodes/js.el (js--multi-line-declaration-indentation):
3101 Silence byte-compiler warning.
3102
3103 2013-02-12 Michael Albinus <michael.albinus@gmx.de>
3104
3105 * net/tramp-adb.el (tramp-adb-handle-start-file-process): Rewrite.
3106
3107 * net/tramp-compat.el (top): Declare `remote-file-name-inhibit-cache'
3108 only if it doesn't exist.
3109
3110 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
3111 Set process marker.
3112
3113 2013-02-12 Tassilo Horn <tsdh@gnu.org>
3114
3115 * doc-view.el (doc-view-odf->pdf-converter-soffice): Use separate
3116 UserInstallation when calling soffice to work around LibreOffice
3117 bug 37531.
3118
3119 2013-02-12 Glenn Morris <rgm@gnu.org>
3120
3121 * files.el (basic-save-buffer):
3122 Offer to create a non-existing directory. (Bug#3016)
3123
3124 * calc/calc-graph.el (calc-graph-show-dumb):
3125 * calendar/calendar.el (calendar-mode-map):
3126 * cus-edit.el (custom-mode-map):
3127 * ehelp.el (electric-help-map):
3128 * emulation/vip.el (vip-mode-map):
3129 * epa.el (epa-key-list-mode-map):
3130 * info.el (Info-mode-map):
3131 * mail/rmail.el (rmail-mode-map):
3132 * mail/rmailsum.el (rmail-summary-mode-map):
3133 * man.el (Man-mode-map):
3134 * net/newst-plainview.el (newsticker-mode-map):
3135 * progmodes/cpp.el (cpp-edit-mode-map):
3136 * progmodes/grep.el (grep-mode-map):
3137 * progmodes/idlw-help.el (idlwave-help-mode-map):
3138 * simple.el (special-mode-map):
3139 * startup.el (splash-screen-keymap):
3140 * view.el (view-mode-map):
3141 Make S-SPC scroll in the opposite sense to SPC. (Bug#2145)
3142
3143 2013-02-11 Elias Pipping <pipping@lavabit.com>
3144
3145 * doc-view.el (doc-view-current-cache-dir): Beware % escapes
3146 (bug#13679).
3147
3148 2013-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
3149
3150 * cus-start.el (all): Remove inhibit-local-menu-bar-menus.
3151
3152 2013-02-11 Glenn Morris <rgm@gnu.org>
3153
3154 * vc/diff.el (diff-use-labels): New variable.
3155 (diff-no-select): Use --label rather than -L, and first
3156 check that it is supported. (Bug#11067)
3157
3158 * files.el (enable-dir-local-variables): New variable.
3159 (hack-dir-local-variables): Respect enable-dir-local-variables.
3160 * tutorial.el (help-with-tutorial):
3161 Ignore directory-local variables. (Bug#11127)
3162
3163 * vc/vc-svn.el (vc-svn-command): Move --non-interactive from here...
3164 (vc-svn-global-switches): ... to here. (Bug#13513)
3165
3166 2013-02-10 Christopher Schmidt <christopher@ch.ristopher.com>
3167
3168 * minibuf-eldef.el (minibuffer-default--in-prompt-regexps):
3169 Handle "foo (bar, default: xxx): " prompts.
3170
3171 2013-02-10 Chong Yidong <cyd@gnu.org>
3172
3173 * files.el (basic-save-buffer-1): Do not set
3174 buffer-file-coding-system-explicit (Bug#4533).
3175
3176 * mail/emacsbug.el (report-emacs-bug): Change binding of
3177 report-emacs-bug-insert-to-mailer to C-c M-i (Bug#13510).
3178
3179 2013-02-09 Jay Belanger <jay.p.belanger@gmail.com>
3180
3181 * calc/calc.el (calc-allow-units-as-numbers): New variable.
3182 * calc/calc-units.el (calc-convert-units): Use new variable.
3183
3184 2013-02-09 Eli Zaretskii <eliz@gnu.org>
3185
3186 * subr.el (buffer-file-type, default-buffer-file-type): Remove.
3187
3188 * net/ange-ftp.el (ange-ftp-insert-file-contents): Don't reference
3189 buffer-file-type.
3190
3191 * mail/feedmail.el (feedmail-force-binary-write): Doc fix.
3192 (feedmail-run-the-queue, feedmail-dump-message-to-queue)
3193 (feedmail-send-it-immediately): Don't bind buffer-file-type, bind
3194 coding-system-for-write instead.
3195
3196 * jka-compr.el (jka-compr-write-region): Don't bind
3197 buffer-file-type.
3198
3199 * emacs-lisp/bytecomp.el (byte-compile-file): Don't bind
3200 buffer-file-type.
3201
3202 * files.el (file-name-buffer-file-type-alist): Remove defvar.
3203 (insert-file-contents-literally): Remove reference to
3204 file-name-buffer-file-type-alist.
3205
3206 * dos-w32.el (file-name-buffer-file-type-alist): Deprecate and
3207 make-obsolete.
3208 (find-buffer-file-type-match, find-buffer-file-type): Remove.
3209 (find-buffer-file-type-coding-system): Remove references to
3210 find-buffer-file-type-match, find-buffer-file-type, and
3211 buffer-file-type.
3212 Don't put find-buffer-file-type-coding-system into
3213 file-coding-system-alist.
3214 (find-file-binary, find-file-text): Bind coding-system-for-read
3215 instead of file-name-buffer-file-type-alist.
3216
3217 2013-02-09 Jambunathan K <kjambunathan@gmail.com>
3218
3219 * doc-view.el: Use (and prefer) soffice as default ODF->PDF
3220 converter (Bug#13622).
3221 (doc-view-unoconv-program): Make obsolete alias.
3222 (doc-view-odf->pdf-converter-program): New variable.
3223 (doc-view-odf->pdf-converter-function): New variable.
3224 (doc-view-mode-p): Use it.
3225 (doc-view-odf->pdf-converter-unoconv):
3226 Rename from `doc-view-odf->pdf-converter-unoconv'.
3227 (doc-view-odf->pdf-converter-soffice): New function.
3228 (doc-view-convert-current-doc):
3229 Use `doc-view-odf->pdf-converter-function'.
3230
3231 2013-02-09 Chong Yidong <cyd@gnu.org>
3232
3233 * minibuffer.el (minibuffer-inactive-mode-map): Bind mouse-1 to
3234 view-echo-area-messages (Bug#13340).
3235
3236 * help.el (view-echo-area-messages): Use display-buffer.
3237
3238 * dired-x.el (dired-do-run-mail): Prompt for confirmation
3239 (Bug#13561).
3240
3241 2013-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
3242
3243 * emacs-lisp/byte-run.el (eval-when-compile, eval-and-compile):
3244 Eval body right away, now that we do eager macroexpansion (bug#13605).
3245
3246 * simple.el (end-of-buffer): Don't touch unrelated windows (bug#13466).
3247 (fundamental-mode): Use run-mode-hooks.
3248
3249 * eshell/esh-proc.el (eshell/kill): Fix last change.
3250 * eshell/em-ls.el (eshell-ls-dir): Fix use of CL in last change.
3251
3252 2013-02-08 Aidan Gauland <aidalgol@no8wireless.co.nz>
3253
3254 * eshell/esh-proc.el (eshell/kill): Rewrite.
3255
3256 * eshell/em-ls.el (show-almost-all): Declare.
3257 (eshell-do-ls): Add support for -A argument.
3258
3259 2013-02-08 Jambunathan K <kjambunathan@gmail.com>
3260
3261 * icomplete.el (icomplete-forward-completions)
3262 (icomplete-backward-completions): Handle corner case (bug#13602).
3263
3264 2013-02-07 Michael Albinus <michael.albinus@gmx.de>
3265
3266 * vc/vc-hooks.el (vc-find-file-hook): `buffer-file-truename' can
3267 be nil. Handle this. (Bug#13636)
3268
3269 2013-02-07 Richard Stallman <rms@gnu.org>
3270
3271 * mail/rmail.el (rmail-variables): Specify `no-conversion' for
3272 `save-buffer-coding-system'.
3273
3274 2013-02-07 Alan Mackenzie <acm@muc.de>
3275
3276 Fix bug in state cache mechanism. Remove 'BOD "strategy". Refactor.
3277 * progmodes/cc-engine.el (c-get-fallback-scan-pos): Remove.
3278 (c-parse-state-get-strategy): Don't return 'BOD any more.
3279 (c-append-lower-brace-pair-to-state-cache):
3280 Extra parameter HERE instead of narrowing.
3281 Widen to top of buffer before searching backwards for a brace pair.
3282 (c-state-push-any-brace-pair): Add HERE parameter to function call.
3283 (c-append-to-state-cache): Extra parameter HERE in place of narrowing.
3284 Narrow to parameter HERE, in place of being called narrowed.
3285 (c-remove-stale-state-cache): Extra parameter HERE in place of
3286 narrowing. Check there's an open brace in the cache before
3287 searching for its match.
3288 (c-invalidate-state-cache-1): Add HERE parameter to function call.
3289 (c-parse-state-1): Don't narrow here for 'forward strategy,
3290 instead passing extra parameter HERE to several functions.
3291 Remove 'BOD strategy.
3292
3293 2013-02-06 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
3294
3295 * emacs-lisp/package.el (describe-package-1): Tell what archive is
3296 used to install the package.
3297
3298 2013-02-06 Glenn Morris <rgm@gnu.org>
3299
3300 * vc/vc-hooks.el (vc-find-file-hook): Don't ask about following links
3301 if we can't get user input. (Bug#6567)
3302
3303 * startup.el (command-line): If simple.el is missing,
3304 test and warn about for some possible causes.
3305
3306 2013-02-05 Jan Djärv <jan.h.d@swipnet.se>
3307
3308 * cus-start.el (all): Add ns-use-native-fullscreen.
3309
3310 2013-02-05 Glenn Morris <rgm@gnu.org>
3311
3312 * profiler.el (profiler-report-mode-map): Add a restart menu entry.
3313
3314 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
3315 Fix directory creation in fallback case.
3316
3317 2013-02-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3318
3319 * vc/vc.el (vc-next-action): Fix inf-loop (bug#13610).
3320 (vc-update-change-log): Use dolist.
3321
3322 2013-02-04 Chong Yidong <cyd@gnu.org>
3323
3324 * thingatpt.el: Rewrite the URL detection routines, absorbing some
3325 code from ffap.el.
3326 (thing-at-point-beginning-of-url-regexp): New var.
3327 (thing-at-point-uri-schemes): Update list of URI schemes.
3328 (thing-at-point-url-regexp): Variable deleted.
3329 (thing-at-point-markedup-url-regexp): Disallow newlines.
3330 (thing-at-point-newsgroup-regexp)
3331 (thing-at-point-newsgroup-heads)
3332 (thing-at-point-default-mail-uri-scheme): New variables.
3333 (thing-at-point-bounds-of-url-at-point): Rewrite. Use ffap's
3334 method to find the possible bounds of the URI at point.
3335 New optional argument to find ill-formed URIs.
3336 (thing-at-point-url-at-point): Rewrite. New arguments for finding
3337 ill-formed URIs. Use thing-at-point-bounds-of-url-at-point, and
3338 the scheme-adding heuristics from ffap-url-at-point.
3339 (thing-at-point--bounds-of-well-formed-url): New function.
3340 Do parens matching to decide whether to include parens in the URI
3341 (Bug#9153).
3342
3343 * ffap.el: Require thingatpt.
3344 (ffap-url-at-point): Delegate URI detection to thing-at-point.
3345 All URI-valid characters are now recognized (Bug#5673).
3346 (ffap-string-at-point): Use use-region-p.
3347 (ffap-url-regexp): Extra character is handled by thing-at-point.
3348 (ffap-string-at-point-mode-alist): Allow parentheses.
3349 (ffap-newsgroup-regexp, ffap-newsgroup-heads, ffap-newsgroup-p):
3350 Convert to aliases; code moved to thingatpt.el.
3351 (ffap-gnus-hook): Use setq-local.
3352
3353 2013-02-04 Glenn Morris <rgm@gnu.org>
3354
3355 * emacs-lisp/ert.el (ert--explain-format-atom):
3356 Don't try to print non-characters as characters. (Bug#13543)
3357
3358 2013-02-03 Michael Albinus <michael.albinus@gmx.de>
3359
3360 * net/tramp.el (tramp-debug-message): Extend function exclude list.
3361 (tramp-backtrace): New defun.
3362 (tramp-handle-insert-file-contents): Use `visit' when inserting
3363 the local copy.
3364
3365 * net/tramp-sh.el (tramp-sh-handle-set-visited-file-modtime):
3366 Use `remote-file-name-inhibit-cache'.
3367
3368 2013-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
3369
3370 * progmodes/cperl-mode.el (cperl-mode): Avoid byte-compile warning
3371 (bug#13614).
3372
3373 * subr.el (internal--called-interactively-p--get-frame): Avoid filling
3374 current-load-list (bug#13366).
3375
3376 2013-02-02 Christopher Schmidt <christopher@ch.ristopher.com>
3377
3378 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3379 Identify g++ template instantiation trace. (Bug#12287)
3380 (compilation-mode-hook, compilation-start-hook)
3381 (compilation-window-height): Simplify docstrings. (Bug#13379)
3382
3383 2013-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
3384
3385 * mouse.el (mouse-drag-track): Always deactivate the mark before
3386 running the final event's command since that command is in charge of
3387 activating the mark if needed (bug#13523).
3388
3389 2013-02-02 Juri Linkov <juri@jurta.org>
3390
3391 * replace.el (perform-replace): Move let-bindings of isearch-*
3392 variables deeper to the loop that searches for the next match.
3393 Add bindings for `isearch-nonincremental' and `isearch-adjusted'.
3394 Use `isearch-search-fun-default' instead of `isearch-search-fun'.
3395 (Bug#13579)
3396
3397 * isearch.el (isearch-search-fun-default): Check for null
3398 first element of isearch-cmds as a precaution when it's used
3399 with inactive isearch.
3400
3401 2013-02-02 Andrew W. Nosenko <andrew.w.nosenko@gmail.com> (tiny change)
3402
3403 * net/tramp.el (tramp-check-for-regexp): Avoid "Args out of range"
3404 error when buffer in question is narrowed so position 1 is out of
3405 visible part.
3406
3407 2013-02-02 Glenn Morris <rgm@gnu.org>
3408
3409 * textmodes/remember.el (remember-clipboard): Doc fix.
3410
3411 2013-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
3412
3413 * progmodes/make-mode.el (makefile-fill-paragraph): Reset syntax-table
3414 properties (bug#13179).
3415
3416 2013-02-02 Juri Linkov <juri@jurta.org>
3417
3418 * progmodes/grep.el (grep-regexp-alist): Use variable grep-match-face
3419 instead of hard-coded default face `match'. (Bug#9438)
3420
3421 2012-02-01 Christopher Schmidt <christopher@ch.ristopher.com>
3422
3423 * vc/vc-arch.el (vc-arch-registered):
3424 * vc/vc-bzr.el (vc-bzr-registered):
3425 * vc/vc-cvs.el (vc-cvs-registered):
3426 * vc/vc-git.el (vc-git-registered):
3427 * vc/vc-hg.el (vc-hg-registered):
3428 * vc/vc-mtn.el (vc-mtn-registered):
3429 * vc/vc-svn.el (vc-svn-registered): Suppress load messages.
3430 (Bug#13139)
3431
3432 * info.el (Info-next-reference, Info-prev-reference): Add numeric
3433 prefix argument. (Bug#11656)
3434
3435 2013-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
3436
3437 * help-fns.el (help-split-fundoc): Don't insert byte-compiled body.
3438
3439 2013-02-01 Glenn Morris <rgm@gnu.org>
3440
3441 * vc/vc-hooks.el (vc-menu-map): Disable vc-rollback menu item
3442 if the backend is known not to support it.
3443
3444 * imenu.el (imenu-default-create-index-function):
3445 Tweak infinite loop test to check for forward motion as well as none.
3446
3447 2013-02-01 Alex Harsanyi <AlexHarsanyi@gmail.com>
3448
3449 * net/soap-client.el (soap-invoke): Encode the string for
3450 `url-request-data' as UTF-8.
3451 Fixes <http://code.google.com/p/emacs-soap-client/issues/detail?id=16>.
3452
3453 2013-02-01 Glenn Morris <rgm@gnu.org>
3454
3455 * calc/calc-help.el (calc-view-news): Use view-emacs-news.
3456
3457 * calc/README, calc/README.prev: Rename/merge to etc/CALC-NEWS.
3458
3459 2013-01-31 Michael Albinus <michael.albinus@gmx.de>
3460
3461 * net/tramp.el (tramp-tramp-file-p): Comment check for
3462 `string-as-unibyte'. The function does not exist on XEmacs, and
3463 likely we need another approach.
3464
3465 * net/tramp-sh.el (tramp-compute-multi-hops): Check, whether
3466 `tramp-gw-*' variables are bound.
3467
3468 2013-01-31 Glenn Morris <rgm@gnu.org>
3469
3470 * files.el (basic-save-buffer-2): Choose coding system for
3471 writing the file before backing it up, to reduce delay between
3472 backing up and writing the new version. (Bug#13522)
3473
3474 2013-01-31 Michal Nazarewicz <mina86@mina86.com>
3475
3476 * simple.el (cycle-spacing): New command.
3477 (just-one-space): Use it.
3478
3479 2013-01-31 Stefan Monnier <monnier@iro.umontreal.ca>
3480
3481 * progmodes/opascal.el: Rename from delphi.el. Use lexical-binding.
3482 (opascal-newline-always-indents): Remove custom.
3483 (opascal-tab, opascal-newline): Remove commands.
3484 (opascal-new-comment-line): Insert "\n" instead of calling newline.
3485 (opascal-mode-map): Keep default bindings for RET and TAB and DEL.
3486 (opascal-save-match-data): Remove, use save-match-data instead.
3487 (opascal-save-state): Use with-silent-modifications.
3488
3489 * progmodes/pascal.el (pascal-mode-syntax-table): Accept //..\n comments
3490 (bug#13585).
3491
3492 2013-01-30 Juri Linkov <juri@jurta.org>
3493
3494 * frame.el (toggle-frame-maximized, toggle-frame-fullscreen):
3495 Use fullboth as an alias for fullscreen. Suggested by Jan Djärv in
3496 <http://lists.gnu.org/archive/html/emacs-devel/2013-01/msg00203.html>.
3497
3498 2013-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
3499
3500 * progmodes/make-mode.el (makefile-backslash-region): Don't compute
3501 column if we're just deleting the backslashes.
3502 (makefile-fill-paragraph): Use eolp.
3503
3504 2013-01-30 Michael Albinus <michael.albinus@gmx.de>
3505
3506 * autorevert.el (auto-revert-use-notify): Fix docstring.
3507
3508 2013-01-30 Leo Liu <sdl.web@gmail.com>
3509
3510 * imenu.el (imenu--truncate-items): Fix subalist checking (bug#13576).
3511
3512 2013-01-30 Glenn Morris <rgm@gnu.org>
3513
3514 * mouse.el (mouse-drag-line): Avoid pushing same event onto
3515 unread-command-events twice in some cases. This tries to implement
3516 the 2012-07-26 changes in a different way. (Bug#13560)
3517
3518 2013-01-30 Fabián Ezequiel Gallina <fgallina@cuca>
3519
3520 * progmodes/python.el
3521 (python-pdbtrack-comint-output-filter-function): Enhancements on
3522 stacktrace detection. (thanks @gnovak)
3523
3524 2013-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
3525
3526 * jit-lock.el (jit-lock-stealth-chunk-start): Don't widen (bug#13542).
3527 (jit-lock-mode, jit-lock-functions, jit-lock-context-unfontify-pos):
3528 Use defvar-local.
3529 (jit-lock-register): Use setq-local.
3530
3531 2013-01-30 Jay Belanger <jay.p.belanger@gmail.com>
3532
3533 * calc-units.el (math-default-units-table): Remove initial value.
3534 (calc-convert-units): Treat expressions where all the units cancel as
3535 if they didn't have units.
3536
3537 2013-01-30 Michael Albinus <michael.albinus@gmx.de>
3538
3539 * net/tramp.el (tramp-process-connection-type): Fix docstring.
3540 (tramp-completion-reread-directory-timeout): Fix type.
3541 (tramp-connection-min-time-diff): New defcustom.
3542
3543 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
3544
3545 2013-01-30 Glenn Morris <rgm@gnu.org>
3546
3547 * imenu.el (imenu-default-create-index-function):
3548 Put back a version of the infinite loop test removed 2013-01-23.
3549
3550 2013-01-30 Fabián Ezequiel Gallina <fgallina@cuca>
3551
3552 * progmodes/python.el (python-shell-parse-command):
3553 Find python-shell-interpreter with modified environment.
3554
3555 2013-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
3556
3557 * emacs-lisp/cl.el (cl-set-getf): Add compatibility alias.
3558
3559 2013-01-29 Alan Mackenzie <acm@muc.de>
3560
3561 Amend to fontify /regexp/s in actions correctly.
3562 * cc-awk.el (c-awk-harmless-char-re, c-awk-harmless-string*-re):
3563 (c-awk-harmless-string*-here-re): Braces, parens and semicolons
3564 are no longer included.
3565 (c-awk-harmless-line-char-re, c-awk-harmless-line-string*-re):
3566 What used to be these variables without "-line" in the name.
3567 (c-awk-neutral-re): { is no longer neutral. Escaped newlines now are.
3568 (c-awk-non-arith-op-bra-re): Now also matches {.
3569 (c-awk-pre-exp-alphanum-kwd-re): New regexp to match "print",
3570 "return", and "case".
3571 (c-awk-kwd-regexp-sign-re): New, to match "print", etc., followed
3572 by /.
3573 (c-awk-syntax-tablify-/): Check special cases "print /re/", etc.
3574 (c-awk-set-syntax-table-properties): Extend FSM to handle {,},(,),;.
3575
3576 2013-01-29 Michael Albinus <michael.albinus@gmx.de>
3577
3578 * autorevert.el (auto-revert-use-notify):
3579 Use `custom-initialize-default' for initialization. (Bug#13583)
3580
3581 * net/ange-ftp.el (ange-ftp-skip-msgs): Add another message.
3582
3583 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
3584 Catch `suppress'. Otherwise, `tramp-run-real-handler' might be called
3585 in `tramp-file-name-handler'.
3586 (tramp-gw-tunnel-method, tramp-gw-socks-method): Declare for
3587 compatibility.
3588 (tramp-compute-multi-hops): Check, whether
3589 `tramp-gw-tunnel-method' and `tramp-gw-socks-method' are non-nil.
3590
3591 2013-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
3592
3593 * hi-lock.el (hi-lock-unface-buffer): Don't assume `face' is a symbol
3594 (bug#13297).
3595
3596 2013-01-27 Dmitry Gutov <dgutov@yandex.ru>
3597
3598 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove some
3599 checks made superfluous by the \_< operator.
3600 * progmodes/ruby-mode.el (ruby-move-to-block): Work with (maybe
3601 temporarily) broken indentation.
3602 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
3603 Highlight nested constants, too. \_< broke that.
3604
3605 2013-01-27 Nobuyoshi Nakada <nobu@ruby-lang.org>
3606
3607 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Use "\\_<"
3608 instead of "\\b".
3609
3610 2013-01-27 Michael Albinus <michael.albinus@gmx.de>
3611
3612 * autorevert.el (auto-revert-handler): Notifications which result
3613 from a saved file shall not be taken into account. (Bug#13557)
3614
3615 2013-01-26 Andreas Schwab <schwab@linux-m68k.org>
3616
3617 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Add optional
3618 parameter BAR-NOT-SYMBOL to control syntax of | for font-lock.
3619 (lisp-mode): Pass t for it. (Bug#13556)
3620
3621 2013-01-25 Alan Mackenzie <acm@muc.de>
3622
3623 AWK Mode: Fix indentation bug at top level. Bug #12274.
3624
3625 * progmodes/cc-engine.el (c-guess-basic-syntax): Move CASE 5P to
3626 just before CASE 5D.
3627
3628 2013-01-25 Dmitry Antipov <dmantipov@yandex.ru>
3629
3630 * net/socks.el (socks-nslookup-host): Use string-to-number.
3631
3632 2013-01-25 Michael Albinus <michael.albinus@gmx.de>
3633
3634 * autorevert.el (auto-revert-remote-files)
3635 (auto-revert-notify-exclude-dir-regexp): New defcustoms.
3636 (auto-revert-notify-enabled, auto-revert-use-notify)
3637 (auto-revert-notify-watch-descriptor-hash-list)
3638 (auto-revert-notify-modified-p, auto-revert-notify-event-p)
3639 (auto-revert-notify-event-descriptor)
3640 (auto-revert-notify-event-action)
3641 (auto-revert-notify-event-file-name): Doc fix.
3642 (global-auto-revert-mode): Reorder checks.
3643 (auto-revert-notify-rm-watch): Respect changed values of
3644 `auto-revert-notify-watch-descriptor-hash-list'.
3645 (auto-revert-notify-add-watch): Check for
3646 `auto-revert-notify-exclude-dir-regexp'. Adapt filters for
3647 `inotify-add-watch'. Watch `default-directory' instead of
3648 `buffer-file-name'. `auto-revert-notify-watch-descriptor-hash-list'
3649 has a changed meaning now. (Bug#13540)
3650 (auto-revert-notify-handler): Change implementation wrt events
3651 returning from a directory.
3652 (auto-revert-handler): Reorder implementation for checks of remote
3653 files.
3654 (auto-revert-buffers): Fix parentheses error.
3655
3656 2013-01-25 Fabián Ezequiel Gallina <fgallina@cuca>
3657
3658 * progmodes/python.el: Enhancements to header documentation about
3659 skeletons. (Bug#5716)
3660
3661 * imenu.el (imenu-default-create-index-function): Remove useless
3662 infinite loop check. (Bug#13438)
3663
3664 2013-01-25 Alan Mackenzie <acm@muc.de>
3665
3666 Fix a bug in the state cache mechanism. Refactor this a bit.
3667
3668 * progmodes/cc-engine.el (c-parse-state-get-strategy): Remove the
3669 `cache-pos' element from the return value.
3670 (c-append-lower-brace-pair-to-state-cache): "Narrow" to end of
3671 buffer to enable proper searching from beyond HERE. Amend the
3672 test for detecting the sought brace pair. Amend the value written
3673 to the "brace desert cache" when the brace isn't found.
3674 (c-remove-stale-state-cache): Rename `good-pos' to `start-point',
3675 and several other variables analogously.
3676 (c-remove-stale-state-cache-backwards): Change `cache-pos' from a
3677 parameter to a locally calculated variable.
3678 (c-parse-state-1): Change the calling conventions to the two
3679 defuns involving `cache-pos'.
3680
3681 2013-01-25 Chong Yidong <cyd@gnu.org>
3682
3683 * xml.el (xml-entity-or-char-ref-re): Fix regexp.
3684
3685 2013-01-24 Aaron Ecay <aaronecay@gmail.com> (tiny change)
3686
3687 * paren.el (show-paren-function): Make sure to set 'priority and
3688 'face only if the overlay does exist.
3689
3690 2013-01-24 Michael Albinus <michael.albinus@gmx.de>
3691
3692 * net/tramp.el (tramp-tramp-file-p): Check, whether NAME is unibyte.
3693
3694 * net/tramp-sh.el (tramp-sh-handle-set-file-acl): Do not suppress
3695 basic attributes.
3696 (tramp-sh-handle-set-file-acl): Improve error checking.
3697
3698 2013-01-24 Dmitry Antipov <dmantipov@yandex.ru>
3699
3700 * doc-view.el (doc-view-display): Force mode line update until all
3701 document is converted. Suggested by Stefan Monnier (Bug#13164).
3702
3703 2013-01-23 Bastien Guerry <bzg@gnu.org>
3704
3705 * paren.el (show-paren-function): Make sure an overlay exists
3706 before trying to delete it. Also use `pos' as a position only
3707 when it is an integer.
3708
3709 2013-01-23 Dmitry Antipov <dmantipov@yandex.ru>
3710
3711 * play/gametree.el (gametree-break-line-here): Use point-marker.
3712
3713 2013-01-22 Michael Albinus <michael.albinus@gmx.de>
3714
3715 * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
3716 Mark descriptive parts with `display' property.
3717
3718 2013-01-21 Agustín Martín Domingo <agustin.martin@hispalinux.es>
3719
3720 * textmodes/ispell.el (ispell-hunspell-dictionary-equivs-alist):
3721 New variable to map standard dict names to hunspell ones.
3722 (ispell-set-spellchecker-params): Make sure specific dict names
3723 are used for standard dicts with hunspell.
3724
3725 2013-01-21 Tassilo Horn <tsdh@gnu.org>
3726
3727 * textmodes/reftex-cite.el (reftex-format-citation): Add format
3728 chars for note (%N) and url (%U).
3729 * textmodes/reftex-vars.el (reftex-cite-format): Document them.
3730
3731 2013-01-21 Juri Linkov <juri@jurta.org>
3732
3733 * frame.el: Bind `f10' in `esc-map' to `toggle-frame-maximized'
3734 in addition to existing separate binding `meta f10' in `global-map'.
3735 (Bug#13484)
3736
3737 2013-01-21 Michael Albinus <michael.albinus@gmx.de>
3738
3739 Improve XEmacs compatibility.
3740
3741 * net/tramp.el (tramp-replace-environment-variables): Make it a defun.
3742
3743 * net/tramp-adb.el (top): Require `time-date'.
3744 (tramp-adb-ls-output-time-less-p): Use `tramp-time-less-p'.
3745 (tramp-adb-handle-copy-file, tramp-adb-handle-rename-file):
3746 Use `tramp-file-name-handler'.
3747 (tramp-adb-maybe-open-connection):
3748 Use `tramp-compat-set-process-query-on-exit-flag'.
3749
3750 * net/tramp-sh.el (tramp-sh-handle-file-acl):
3751 Use `tramp-compat-funcall'.
3752
3753 * net/tramp-smb.el (tramp-smb-handle-file-acl): Use `looking-at' and
3754 `tramp-compat-funcall'.
3755
3756 2013-01-21 Jürgen Hötzel <juergen@archlinux.org>
3757
3758 * net/tramp-adb.el (tramp-adb-handle-start-file-process): Complete
3759 reimplementation using "adb shell command ..." instead of running
3760 remote shell interactively.
3761
3762 2013-01-20 Glenn Morris <rgm@gnu.org>
3763
3764 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
3765 Add native profiler menu entries.
3766
3767 * profiler.el (profiler-running-p): New function.
3768 (profiler-cpu-profile): Use profiler-running-p.
3769 (profiler-report-mode-map): Add some more menu entries.
3770
3771 2013-01-19 Glenn Morris <rgm@gnu.org>
3772
3773 * mail/unrmail.el (unrmail): Do not mangle the mbox From line;
3774 fixes 2012-12-07 change. (Bug#13499)
3775
3776 2013-01-19 Leo Liu <sdl.web@gmail.com>
3777
3778 * dired.el (dired-get-marked-files): Prune erroneous values due to
3779 last change. (Bug#13152)
3780
3781 2013-01-19 Glenn Morris <rgm@gnu.org>
3782
3783 * progmodes/etags.el (tags-table-check-computed-list):
3784 Preserve point in tags buffer. (Bug#13412)
3785
3786 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
3787
3788 2013-01-19 Christian Wittern <cwittern@gmail.com> (tiny change)
3789 Chong Yidong <cyd@gnu.org>
3790
3791 * image-mode.el (image-next-file, image-previous-file):
3792 New commands (Bug#8453).
3793 (image-mode-map): Bind them to n and p.
3794 (image-mode--images-in-directory): New helper function.
3795
3796 2013-01-19 Chong Yidong <cyd@gnu.org>
3797
3798 * image-mode.el (image-mode-fit-frame): Add a frame argument.
3799 Suggested by Drew Adams (Bug#7730). Handle window decorations;
3800 save and restore the old window configuration.
3801
3802 2013-01-18 Leo Liu <sdl.web@gmail.com>
3803
3804 * progmodes/js.el: Tweak autoload cookie for alias.
3805
3806 2013-01-17 Michael Albinus <michael.albinus@gmx.de>
3807
3808 * autorevert.el (auto-revert-notify-watch-descriptor): Make it
3809 buffer local, again. This was lost with the fix on 2013-01-12.
3810
3811 2013-01-17 Jürgen Hötzel <juergen@archlinux.org>
3812
3813 * eshell/esh-util.el (eshell-path-env): Make it buffer local, in
3814 order to support several eshell buffers in parallel.
3815
3816 2013-01-17 Michael Albinus <michael.albinus@gmx.de>
3817
3818 * autorevert.el (auto-revert-use-notify): In the :set function, do
3819 not modify `kill-buffer-hook'.
3820 (auto-revert-notify-rm-watch):
3821 Remove `auto-revert-notify-rm-watch' from `kill-buffer-hook'.
3822 (auto-revert-notify-add-watch): Do not call
3823 `auto-revert-notify-rm-watch', but add it to a buffer local
3824 `kill-buffer-hook'.
3825
3826 2013-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
3827
3828 * emacs-lisp/trace.el (trace--read-args): Use a closure and an honest
3829 call to `eval' rather than a backquoted lambda.
3830
3831 2013-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
3832
3833 * emacs-lisp/nadvice.el (advice--tweak): Make it possible for `tweak'
3834 to return an explicit nil.
3835 (advice--remove-function): Change accordingly.
3836
3837 * emacs-lisp/advice.el (ad-preactivate-advice): Adjust the cleanup to
3838 the use of nadvice.el.
3839
3840 * progmodes/which-func.el (which-function): Silence imenu errors
3841 (bug#13433).
3842
3843 2013-01-15 Michael R. Mauger <mmaug@yahoo.com>
3844
3845 * progmodes/sql.el (sql-imenu-generic-expression):
3846 (sql-mode-font-lock-object-name): Match schema qualified names.
3847 (sql-connect): Use string keys.
3848 (sql-product-interactive): Wait for interpreter prompt.
3849 (sql-comint-oracle): Set process coding based on NLS_LANG.
3850
3851 2013-01-15 Michael R. Mauger <mmaug@yahoo.com>
3852
3853 * progmodes/sql.el (sql-output-to-send): Remove, unused.
3854 (sql-interactive-remove-continuation-prompt):
3855 (sql-send-magic-terminator, sql-interactive-mode): Remove references.
3856
3857 2013-01-14 Leo Liu <sdl.web@gmail.com>
3858
3859 * calendar/calendar.el (calendar-redraw): Sync window-point and point.
3860 (Bug#13420)
3861
3862 2013-01-14 Glenn Morris <rgm@gnu.org>
3863
3864 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3865 Fix interpretation of gnu line.col1-col2 format. (Bug#13335)
3866
3867 2013-01-13 Fabián Ezequiel Gallina <fgallina@cuca>
3868
3869 * progmodes/python.el (python-nav-end-of-statement):
3870 Fix cornercase when handling multiline strings.
3871
3872 2013-01-13 Richard Stallman <rms@gnu.org>
3873
3874 * mail/sendmail.el (mail-position-on-field): Add doc string.
3875
3876 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
3877 Get current message boundaries and pass them to
3878 message-forward-make-body-mime. Minor style changes.
3879
3880 2013-01-13 Eli Zaretskii <eliz@gnu.org>
3881
3882 * cus-start.el (all): Avoid warnings about
3883 scroll-bar-adjust-thumb-portion on platforms where it is not defined.
3884
3885 2013-01-11 Jan Djärv <jan.h.d@swipnet.se>
3886
3887 * cus-start.el (all): Add scroll-bar-adjust-thumb-portion.
3888
3889 2013-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
3890
3891 * jit-lock.el (jit-lock-debug-mode): New minor mode.
3892 (jit-lock--debug-fontifying): New var.
3893 (jit-lock--debug-fontify): New function.
3894 * subr.el (condition-case-unless-debug): Don't prevent catching the
3895 error, just let the debbugger run.
3896 * emacs-lisp/timer.el (timer-event-handler): Don't prevent debugging
3897 timer code and don't drop errors silently.
3898
3899 2013-01-12 Michael Albinus <michael.albinus@gmx.de>
3900
3901 * autorevert.el (auto-revert-notify-watch-descriptor): Give it
3902 `permanent-local' property.
3903 (auto-revert-notify-handler): Use `file-equal-p'.
3904
3905 2013-01-12 Eli Zaretskii <eliz@gnu.org>
3906
3907 * autorevert.el (auto-revert-notify-handler): Fix filtering of
3908 file notification by ACTION. For filtering by file name, compare
3909 only the non-directory part of the file name.
3910
3911 2013-01-12 Stefan Monnier <monnier@iro.umontreal.ca>
3912
3913 * autorevert.el: Use cl-lib instead of cl.
3914
3915 * vc/vc-bzr.el (vc-bzr--sanitize-header): New function (bug#13307).
3916 (vc-bzr-checkin): Use it.
3917 * vc/log-edit.el (log-edit-extract-headers): Don't presume FUNCTION
3918 will preserve match-data.
3919
3920 2013-01-11 Felix H. Dahlke <fhd@ubercode.de>
3921
3922 * progmodes/js.el: Fix multiline declarations's indentation (bug#8576).
3923 (js--declaration-keyword-re): New var.
3924 (js--multi-line-declaration-indentation): New function.
3925 (js--proper-indentation): Use it.
3926
3927 2013-01-11 Aaron S. Hawley <Aaron.Hawley@vtinfo.com>
3928
3929 * calc/calc.el (calc-highlight-selections-with-faces)
3930 (calc-dispatch):
3931 * comint.el (comint-history-isearch-message):
3932 * emacs-lisp/edebug.el (edebug-read, edebug-eval-defun):
3933 * ffap.el (ffap-string-at-point-region, ffap-next)
3934 (ffap-string-at-point, ffap-string-around)
3935 (ffap-copy-string-as-kill, ffap-highlight-overlay)
3936 (ffap-literally):
3937 * font-lock.el (font-lock-keywords-alist)
3938 (font-lock-removed-keywords-alist):
3939 * help-mode.el (help-xref-symbol-regexp):
3940 * info.el (Info-find-emacs-command-nodes):
3941 * international/mule.el (add-to-coding-system-list):
3942 * isearch.el (isearch-message-function, isearch-fail-pos):
3943 * misearch.el (multi-isearch-next-buffer-function):
3944 * newcomment.el (comment-box):
3945 * printing.el (pr-txt-printer-alist, pr-ps-printer-alist)
3946 (pr-setting-database):
3947 * progmodes/cc-fonts.el (c-font-lock-keywords-3)
3948 (c++-font-lock-keywords-3, objc-font-lock-keywords-3)
3949 (java-font-lock-keywords-3, idl-font-lock-keywords-3)
3950 (pike-font-lock-keywords-3):
3951 * progmodes/compile.el (compile):
3952 * progmodes/etags.el (tags-table-files)
3953 (tags-table-files-function, tags-included-tables-function):
3954 * progmodes/gdb-mi.el (gdb, gdb-setup-windows)
3955 (gdb-restore-windows):
3956 * ps-print.el (ps-even-or-odd-pages, ps-spool-buffer-with-faces)
3957 (ps-n-up-filling-database):
3958 * server.el (server-buffer, server-log):
3959 * simple.el (newline, delete-backward-char, delete-forward-char)
3960 (minibuffer-history-isearch-message, kill-line, track-eol)
3961 (temporary-goal-column):
3962 * textmodes/flyspell.el (flyspell-mark-duplications-flag)
3963 (flyspell-default-deplacement-commands):
3964 * textmodes/ispell.el (ispell-accept-output):
3965 * textmodes/sgml-mode.el (html-tag-help):
3966 * vc/compare-w.el (compare-ignore-whitespace)
3967 (compare-ignore-case, compare-windows-dehighlight):
3968 * vc/diff.el (diff):
3969 * whitespace.el (whitespace-point)
3970 (whitespace-font-lock-refontify, whitespace-bob-marker)
3971 (whitespace-eob-marker): Fix ambiguous doc string cross-reference(s).
3972
3973 2013-01-11 Michael Albinus <michael.albinus@gmx.de>
3974
3975 * autorevert.el (top): Require 'cl in order to pacify byte compiler.
3976 (auto-revert-notify-rm-watch): Ignore errors.
3977 (auto-revert-notify-add-watch): Ignore errors. Use '(modify) for
3978 inotify, and '(size last-write-time) for w32notify.
3979 Set buffer-local `auto-revert-use-notify' to nil when adding a file
3980 watch fails - this is a fallback to the file modification check.
3981 (auto-revert-notify-event-p, auto-revert-notify-event-descriptor)
3982 (auto-revert-notify-event-action)
3983 (auto-revert-notify-event-file-name): New defuns.
3984 (auto-revert-notify-handler): Use them. Implement first
3985 plausibility checks.
3986 (auto-revert-handler): Handle also `auto-revert-tail-mode'.
3987
3988 2013-01-11 Julien Danjou <julien@danjou.info>
3989
3990 * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
3991 max are almost equal. Also return the correct value for V which is
3992 already between 0 and 1.
3993
3994 2013-01-11 Dmitry Antipov <dmantipov@yandex.ru>
3995
3996 * emacs-lisp/ert.el (ert-run-test): Use point-max-marker.
3997
3998 2013-01-11 Eli Zaretskii <eliz@gnu.org>
3999
4000 * autorevert.el (auto-revert-notify-rm-watch)
4001 (auto-revert-notify-add-watch): Fix typos in w32notify function
4002 names.
4003
4004 2013-01-10 Michael Albinus <michael.albinus@gmx.de>
4005
4006 * autorevert.el (auto-revert-notify-enabled): Move up.
4007 (auto-revert-use-notify): New defcustom.
4008 (auto-revert-mode, global-auto-revert-mode)
4009 (auto-revert-notify-add-watch, auto-revert-handler)
4010 (auto-revert-buffers): Use `auto-revert-use-notify' instead of
4011 `auto-revert-notify-enabled'.
4012
4013 2013-01-10 Elias Pipping <pipping@exherbo.org>
4014
4015 * files.el (auto-mode-alist): Use doc-view for djvu files (bug#13164).
4016 * doc-view.el (doc-view-document->bitmap):
4017 Use doc-view-single-page-converter-function instead of
4018 single-page-converter arg; adjust callers.
4019
4020 2013-01-10 Feng Li <fengli@gmail.com> (tiny change)
4021
4022 * progmodes/which-func.el (which-function): Understand Semantic's use
4023 of overlays in imenu--index-alist.
4024
4025 2013-01-10 Wolfgang Jenkner <wjenkner@inode.at>
4026
4027 * man.el: Handle different "man -k" behaviors (bug#13160). Use utf-8.
4028 (Man-man-k-use-anchor): New var.
4029 (Man-parse-man-k): New function.
4030 (Man-completion-table): Use it.
4031 (man): Flush the completion cache between uses.
4032
4033 2013-01-10 Michael Albinus <michael.albinus@gmx.de>
4034
4035 * autorevert.el: Add file watch support.
4036 (auto-revert-notify-enabled): New defconst.
4037 (auto-revert-notify-watch-descriptor-hash-list)
4038 (auto-revert-notify-watch-descriptor)
4039 (auto-revert-notify-modified-p): New defvars.
4040 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
4041 (auto-revert-notify-handler): New defuns.
4042 (auto-revert-mode, global-auto-revert-mode): Remove file watches
4043 when mode is disabled.
4044 (auto-revert-handler): Check for `auto-revert-notify-modified-p'.
4045 (auto-revert-buffers): Add file watches for active buffers.
4046
4047 2013-01-10 Dmitry Antipov <dmantipov@yandex.ru>
4048
4049 * cus-start.el (toplevel): Only allow float values for
4050 scroll-up-aggressively and scroll-down-aggressively.
4051 Allow any number for line-spacing.
4052
4053 2013-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
4054
4055 * doc-view.el (doc-view-pdfdraw-program): Allow "pdfdraw" name.
4056 (doc-view-pdf->png-converter-function): Use mupdf if available.
4057 (doc-view-djvu->png-converter-function)
4058 (doc-view-ps->png-converter-function): Remove.
4059 (doc-view--image-file-pattern): Replace doc-view--image-file-extension.
4060 (doc-view-goto-page, doc-view-convert-current-doc, doc-view-display)
4061 (doc-view-already-converted-p): Adjust accordingly.
4062 (doc-view-mode-p): Simplify.
4063 (doc-view-enlarge): Use setq-local.
4064 (doc-view-pdf->png-converter-ghostscript)
4065 (doc-view-djvu->png-converter-ddjvu)
4066 (doc-view-pdf->png-converter-mupdf): Rework to call
4067 doc-view-start-process directly.
4068 (doc-view-pdf/ps->png): Simplify accordingly.
4069 (doc-view-pdf->png-1, doc-view-djvu->png-1): Remove.
4070 (doc-view-document->bitmap): Rename from doc-view-document->png.
4071 (doc-view-convert-current-doc): Merge pdf and djvu cases.
4072 (doc-view-set-slice-from-bounding-box): Fix completion table.
4073 (doc-view-mode): Use add-hook for after-revert-hook.
4074
4075 2013-01-10 Glenn Morris <rgm@gnu.org>
4076
4077 * emacs-lisp/authors.el (authors-ignored-files)
4078 (authors-valid-file-names, authors-renamed-files-alist):
4079 Add some more entries.
4080
4081 2013-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
4082
4083 * image-mode.el (image-mode-winprops): Don't throw away the fallback
4084 `t' pseudo-window entry.
4085
4086 2013-01-10 Alan Mackenzie <acm@muc.de>
4087
4088 Fix bugs in the c-parse-state mechanism. Reuse some markers
4089 instead of continually generating new ones.
4090
4091 * progmodes/cc-engine.el (c-state-old-cpp-beg-marker)
4092 (c-state-old-cpp-end-marker): New variables.
4093 (c-append-lower-brace-pair-to-state-cache): Start a backward
4094 search for "}" definitively outside CPP constructs.
4095 (c-remove-stale-state-cache): Inform the caller of a need to
4096 search back for a brace pair in certain circumstances.
4097 (c-state-maybe-marker): New macro.
4098 (c-parse-state): Reuse markers when appropriate.
4099
4100 2013-01-10 Glenn Morris <rgm@gnu.org>
4101
4102 * simple.el (execute-extended-command): Doc fix.
4103 Bind prefix-arg around read-extended-command, for prompt. (Bug#13395)
4104
4105 2013-01-10 Chong Yidong <cyd@gnu.org>
4106
4107 * faces.el (read-face-name): Doc fix.
4108
4109 2013-01-10 Roland Winkler <winkler@gnu.org>
4110
4111 * emacs-lisp/crm.el: Allow any regexp for separators.
4112 (crm-default-separator): All spaces around the default comma separator.
4113 (crm--completion-command): New macro.
4114 (crm-completion-help, crm-complete, crm-complete-word): Use it.
4115 (crm-complete-and-exit): Handle non-single-char separators.
4116
4117 2013-01-09 Elias Pipping <pipping@lavabit.com>
4118
4119 * doc-view.el: Add support for DjVu (bug#13164).
4120 (doc-view-djvu->png-converter-function): New config var.
4121 (doc-view-single-page-converter-function, doc-view--image-type)
4122 (doc-view--image-file-extension): New vars.
4123 (doc-view-mode): Initialize them.
4124 (doc-view-goto-page): Use them.
4125 (doc-view-mode-p): Add support for ddjvu.
4126 (doc-view-djvu->png-converter-ddjvu, doc-view-djvu->png-1)
4127 (doc-view-set-up-single-converter): New funs.
4128 (doc-view-pdf/ps->png): Extend for djvu.
4129 (doc-view-document->png): Rename from doc-view-pdf->png.
4130 (doc-view-convert-current-doc): Handle djvu.
4131 (doc-view-insert-image, doc-view-display)
4132 (doc-view-already-converted-p): Don't hardcode png.
4133 (doc-view-set-doc-type): Recognize djvu docs.
4134
4135 2013-01-09 Elias Pipping <pipping@lavabit.com>
4136
4137 * doc-view.el: Add support for mupdf converter (bug#13164).
4138 (doc-view-pdfdraw-program, doc-view-pdf->png-converter-function)
4139 (doc-view-ps->png-converter-function): New config vars.
4140 (doc-view-pdf->png-converter-ghostscript)
4141 (doc-view-ps->png-converter-ghostscript)
4142 (doc-view-pdf->png-converter-mupdf): New functions.
4143 (doc-view-pdf/ps->png, doc-view-pdf->png-1): Use them.
4144
4145 2013-01-09 Jürgen Hötzel <juergen@archlinux.org>
4146
4147 * net/tramp.el (tramp-eshell-directory-change): Check remote-path
4148 first in session cache: When `tramp-own-remote-path' is in
4149 `tramp-remote-path', the remote path is only set in the session
4150 cache.
4151
4152 2013-01-09 Glenn Morris <rgm@gnu.org>
4153
4154 * emacs-lisp/trace.el (trace-function-foreground)
4155 (trace-function-background): Doc fix.
4156
4157 2013-01-09 Juri Linkov <juri@jurta.org>
4158
4159 * international/mule-cmds.el (read-char-by-name): Move let-binding
4160 of completion-ignore-case around completing-read to fix regression
4161 exhibited by the test case `C-x 8 RET *acc TAB' and caused by
4162 `string-match-p' using the nil value of `case-fold-search' and
4163 `completion-ignore-case' in `completion-pcm--all-completions'.
4164 (Bug#12615).
4165
4166 2013-01-09 Glenn Morris <rgm@gnu.org>
4167
4168 * progmodes/compile.el (compilation-parse-errors):
4169 Fix typo. (Bug#13369)
4170
4171 2013-01-09 Vitalie Spinu <spinuvit@gmail.com> (tiny change)
4172
4173 * comint.el (comint-send-input): Check size of buffer before
4174 waiting for process output, in case already accepted. (Bug#13290)
4175
4176 2013-01-09 Paul Eggert <eggert@cs.ucla.edu>
4177
4178 Spelling fixes.
4179 * net/tramp-adb.el (tramp-adb-get-toolbox):
4180 Fix misspelling of 'unknown'.
4181
4182 2013-01-08 Juri Linkov <juri@jurta.org>
4183
4184 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
4185 * progmodes/flymake.el (flymake-errline, flymake-warnline):
4186 Use underline style wave on terminals that support it. (Bug#13000)
4187
4188 2013-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
4189
4190 * emacs-lisp/pcase.el (pcase--split-equal): Also take advantage if
4191 the predicate returns nil.
4192
4193 * simple.el: Use lexical-binding.
4194 (primitive-undo): Use pcase.
4195 (minibuffer-history-isearch-push-state): Use a closure.
4196
4197 2013-01-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
4198
4199 * simple.el (primitive-undo): Move from undo.c.
4200
4201 2013-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
4202
4203 * vc/pcvs.el (cvs-cleanup-collection): Extend meaning of `rm-handled'.
4204 (cvs-mode-remove-handled): Use it (bug#13380).
4205
4206 * emacs-lisp/nadvice.el (advice--tweak): New function.
4207 (advice--remove-function, advice--subst-main): Use it.
4208
4209 * emacs-lisp/advice.el: Update commentary.
4210
4211 2013-01-08 Michael Albinus <michael.albinus@gmx.de>
4212
4213 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
4214 Remove spurious entry.
4215
4216 2013-01-08 Glenn Morris <rgm@gnu.org>
4217
4218 * net/tramp.el (tramp-default-host-alist): Add :version.
4219
4220 2013-01-08 Juri Linkov <juri@jurta.org>
4221
4222 * info.el (Info-read-node-name-2): Don't duplicate suffixes for
4223 single completion. (Bug#12456)
4224 (info--manual-names): Expand node completions into an explicit list
4225 before appending it to another list. Filter out internal buffers
4226 with the leading space in the buffer name. (Bug#10771)
4227
4228 2013-01-08 Juri Linkov <juri@jurta.org>
4229
4230 * info.el (Info-read-node-name-1): Allow empty node name in (FILENAME)
4231 that defaults to the Top node.
4232 (Info-goto-node, Info-read-node-name): Doc fix to mention that
4233 the short format (FILENAME) goes to the Top node.
4234 (Info-build-node-completions): Rename arg `file' to `filename'.
4235 (Bug#13365)
4236
4237 2013-01-07 Bastien Guerry <bzg@gnu.org>
4238
4239 * menu-bar.el (menu-bar-search-documentation-menu):
4240 Use `apropos-user-option' and fix the help message.
4241
4242 2013-01-07 Bastien Guerry <bzg@gnu.org>
4243
4244 * apropos.el (apropos-do-all): Update docstring.
4245 (apropos-user-option-button): New face.
4246 (apropos-user-option): Rename from `apropos-variable' and update
4247 docstring.
4248 (apropos-variable): Rewrite, now show all variables by default.
4249 (apropos-print): Mention "User option" instead of "Variable" when
4250 printing doc for user options. (Bug#13276)
4251
4252 2013-01-07 Jürgen Hötzel <juergen@archlinux.org>
4253
4254 * net/tramp-adb.el (tramp-do-parse-file-attributes-with-ls):
4255 Handle filename correctly, when parsing "source -> target" symlink
4256 output.
4257 (tramp-adb-handle-set-file-times): New defun.
4258
4259 2013-01-07 Stefan Monnier <monnier@iro.umontreal.ca>
4260
4261 * emacs-lisp/advice.el (ad-activate-advised-definition): Refresh the
4262 advice list when the interactive-spec of ad-Advice-* changes.
4263
4264 2013-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
4265
4266 * wid-edit.el (widget-default-get): Work for inlined elements.
4267 (Bug#12670)
4268
4269 2013-01-07 Michael Albinus <michael.albinus@gmx.de>
4270
4271 * net/tramp.el (tramp-default-host-alist): New defcustom.
4272 (tramp-find-host): Use it.
4273 (tramp-eshell-directory-change): Move from tramp-sh.el. Add to
4274 `eshell-directory-change-hook'.
4275
4276 * net/tramp-adb.el (top): Add adb specific entry in
4277 `tramp-default-host-alist'.
4278 (tramp-adb-file-name-host): Remove function.
4279 (tramp-adb-execute-adb-command, tramp-adb-maybe-open-connection):
4280 Use `tramp-file-name-host' instead of `tramp-adb-file-name-host'.
4281
4282 * net/tramp-sh.el: Move eshell integration code to tramp.el.
4283
4284 2013-01-06 Jürgen Hötzel <juergen@archlinux.org>
4285
4286 * net/tramp-adb.el (tramp-methods): Add `tramp-tmpdir' entry.
4287
4288 2013-01-06 Michael Albinus <michael.albinus@gmx.de>
4289
4290 * net/tramp-adb.el (tramp-adb-ls-toolbox-regexp): The file size can
4291 consist of more than one digit.
4292 (tramp-adb-file-name-handler-alist):
4293 Use `tramp-handle-file-exists-p' consistently.
4294 (tramp-adb-file-name-handler): Don't tweak `tramp-default-host'.
4295 (tramp-adb-handle-file-exists-p): Remove function.
4296 (tramp-adb-file-name-host): New defun.
4297 (tramp-adb-execute-adb-command, tramp-adb-maybe-open-connection):
4298 Use it.
4299 (tramp-adb-maybe-open-connection): Set "remote-path" property.
4300
4301 2013-01-06 Chong Yidong <cyd@gnu.org>
4302
4303 * vc/vc.el (vc-next-action): Detect buffer modifications
4304 conflicting with locking VCS operation (Bug#11490).
4305
4306 * vc/vc-hooks.el (vc-after-save): DTRT for locking VCSes.
4307
4308 2013-01-05 Michael Albinus <michael.albinus@gmx.de>
4309
4310 * net/tramp-adb.el (tramp-do-parse-file-attributes-with-ls):
4311 (tramp-adb-handle-directory-files-and-attributes): Fix typos.
4312
4313 2013-01-05 Jürgen Hötzel <juergen@archlinux.org>
4314
4315 * net/tramp-adb.el (tramp-adb-handle-file-attributes): More robust
4316 parsing of ls output using regular expression (handle filenames
4317 with spaces). Use virtual device number.
4318 (tramp-do-parse-file-attributes-with-ls): New defun (Code
4319 cleanup).
4320
4321 2013-01-04 Daiki Ueno <ueno@gnu.org>
4322
4323 * epg.el: Silence byte-compiler warnings.
4324 (epg--start): Use delete-char instead of delete-backward-char.
4325 (epg-wait-for-completion): Pass FRAME arg to redraw-frame.
4326
4327 2013-01-04 Daiki Ueno <ueno@gnu.org>
4328
4329 * epg.el (epg--start): Don't call "tty" program on W32 platforms.
4330 Suggested by Eli Zaretskii <eliz@gnu.org>.
4331
4332 2013-01-04 Michael Albinus <michael.albinus@gmx.de>
4333
4334 * net/tramp-sh.el (tramp-set-file-uid-gid): UID and GID must be
4335 non-negative integers. Otherwise, the default values are used.
4336 (tramp-convert-file-attributes): Convert uid and gid to integers.
4337
4338 2013-01-04 Glenn Morris <rgm@gnu.org>
4339
4340 * term.el (term-handle-colors-array): Ensure face attributes
4341 are fully specified, not nil. (Bug#13337)
4342
4343 * term.el (term-default-fg-color, term-default-bg-color):
4344 Fix custom type.
4345
4346 * progmodes/etags.el (tags-compression-info-list): Doc fix.
4347 (tag-find-file-of-tag-noselect): Check auto-compression-mode
4348 rather than 'jka-compr being loaded. (Bug#13338)
4349
4350 2013-01-04 Wesley Dawson <whd@lavabit.com> (tiny change)
4351
4352 * icomplete.el (icomplete-completions):
4353 Honor icomplete-prospects-height once more following
4354 2012-11-29 changes. (Bug#13224)
4355
4356 2013-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
4357
4358 * subr.el (internal--called-interactively-p--get-frame): Find aliases
4359 of called-interactively-p as well (bug#13237).
4360
4361 * view.el (view--enable, view--disable): Rename from view-mode-enable
4362 and view-mode-disable and assume it's called from view-mode.
4363 (view-mode-enable, view-mode-disable): Redefine as obsolete
4364 compatibility layer above view-mode.
4365 (view-mode-enter): Call `view-mode'.
4366
4367 * files.el (after-find-file): Call `view-mode'.
4368
4369 * doc-view.el (doc-view-scale-internally): New var.
4370 (doc-view-enlarge, doc-view-insert-image): Obey it.
4371
4372 2013-01-03 Daiki Ueno <ueno@gnu.org>
4373
4374 * epg.el (epg--start): Ignore errors when /dev/fd/0 does not
4375 exist. (Bug#13344)
4376
4377 2013-01-03 Glenn Morris <rgm@gnu.org>
4378
4379 * mail/rmail.el (rmail-set-header-1): Ignore case.
4380 Handle multi-line headers. (Bug#13330)
4381
4382 * progmodes/make-mode.el (makefile-fill-paragraph): Add doc.
4383 Handle paragraph starting at beginning of buffer.
4384
4385 * subr.el (eval-after-load): Don't purecopy the form, so that it
4386 can be nconc'd later on; reverts 2009-11-11 change. (Bug#13331)
4387
4388 * emacs-lisp/byte-run.el (defun): Place cl declarations
4389 after any interactive spec. (Bug#13265)
4390
4391 2013-01-02 Andreas Schwab <schwab@linux-m68k.org>
4392
4393 * emacs-lisp/byte-run.el (defmacro): Use same argument parsing as
4394 defun. Don't check for DECL if DOCSTRING isn't a string.
4395 (defun): Likewise.
4396
4397 2013-01-02 Glenn Morris <rgm@gnu.org>
4398
4399 * eshell/em-cmpl.el (eshell-pcomplete):
4400 More thoroughly imitate pcomplete. (Bug#13293)
4401
4402 * files.el (parse-colon-path): Doc fix. (Bug#12351)
4403 Return nil for empty path elements. (Bug#13296)
4404
4405 2013-01-02 Fabián Ezequiel Gallina <fgallina@cuca>
4406
4407 * progmodes/python.el (python-nav-end-of-statement): Rewrite in
4408 order to improve efficiency (Based on Daniel Colascione's
4409 <dancol@dancol.org> patch). (Bug#13182)
4410
4411 2013-01-02 Glenn Morris <rgm@gnu.org>
4412
4413 * vc/log-edit.el (log-edit-header-contents-regexp): Add doc string.
4414
4415 2013-01-02 Andreas Schwab <schwab@linux-m68k.org>
4416
4417 * emacs-lisp/byte-run.el (defmacro): Don't lose final nil if
4418 neither DOCSTRING nor DECL was given. (Bug#13316)
4419
4420 2013-01-02 Michael Albinus <michael.albinus@gmx.de>
4421
4422 * net/tramp-sh.el (tramp-sh-handle-set-file-acl): Add argument to
4423 `error' call.
4424 (tramp-do-copy-or-rename-file): Ignore errors when calling
4425 `set-file-extended-attributes'.
4426
4427 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
4428 Add handler for `file-acl'.
4429 (tramp-smb-handle-file-acl): New defun.
4430
4431 2013-01-02 Jay Belanger <jay.p.belanger@gmail.com>
4432
4433 * calc/README: Mention ISO 8601 week-numbering dates.
4434
4435 2013-01-01 Martin Rudalics <rudalics@gmx.at>
4436
4437 * view.el (view-mode-enable): New argument run-view-mode-hook.
4438 Run view-mode-hook only when it's non-nil (Bug#13315).
4439 (view-mode-enter): Call view-mode-enable with run-view-mode-hook
4440 argument t.
4441
4442 2012-12-31 Jürgen Hötzel <juergen@archlinux.org>
4443
4444 * net/tramp-adb.el (tramp-adb-maybe-open-connection): Handle errors
4445 (No device connected, invalid device name). (Bug #13299)
4446
4447 2012-12-31 Martin Rudalics <rudalics@gmx.at>
4448
4449 * window.el (window-resizable--p): Rename to window-resizable-p.
4450 (window-resize-no-error): New function.
4451
4452 * mail/rmail.el (rmail-maybe-display-summary): Restore behavior
4453 broken in fix from 2012-12-28.
4454
4455 2012-12-31 Stefan Monnier <monnier@iro.umontreal.ca>
4456
4457 * subr.el (special-form-p): Don't signal errors on undef aliases.
4458
4459 2012-12-31 Jay Belanger <jay.p.belanger@gmail.com>
4460
4461 * calc/calc-forms.el (math-parse-date): Try using
4462 `math-parse-iso-date' when it looks like it might be needed.
4463 Allow times of 24:00.
4464 (math-parse-date-validate, math-parse-iso-date-validate): Allow times
4465 of 24:00.
4466
4467 2012-12-30 Glenn Morris <rgm@gnu.org>
4468
4469 * net/mairix.el (rmail, rmail-summary-displayed, rmail-summary):
4470 Remove unnecessary/buggy autoloads (missing interactive). (Bug#13294)
4471 (rmail-summary-displayed, rmail-summary): Declare.
4472 (mairix-rmail-display): Just require rmail.
4473
4474 2012-12-30 Chong Yidong <cyd@gnu.org>
4475
4476 * emacs-lisp/package.el (package-untar-buffer): Improve integrity
4477 check for the tarball contents.
4478
4479 2012-12-30 Matt Fidler <matt.fidler@alcon.com> (tiny change)
4480
4481 * emacs-lisp/package.el (package-untar-buffer): Handle problematic
4482 tarfile content listings (Bug#13136).
4483
4484 2012-12-30 Mark Lillibridge <mark.lillibridge@hp.com>
4485
4486 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
4487 Insert the undecoded text of the message being forwarded. (Bug#9521)
4488
4489 2012-12-30 Michael Albinus <michael.albinus@gmx.de>
4490
4491 * net/tramp-sh.el (tramp-set-file-uid-gid): Convert UID and GID to
4492 integers, if they are real numbers. (Bug#13282)
4493
4494 * net/tramp-sh.el (tramp-sh-handle-set-file-selinux-context):
4495 Return `t' on success.
4496
4497 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
4498 Add handler for `set-file-selinux-context'.
4499
4500 2012-12-29 Michael Albinus <michael.albinus@gmx.de>
4501
4502 * net/tramp-sh.el (tramp-sh-handle-file-acl): Suppress basic attributes.
4503 (tramp-sh-handle-set-file-acl): Return `t' on success.
4504
4505 2012-12-29 Eli Zaretskii <eliz@gnu.org>
4506
4507 * files.el (backup-buffer-copy, basic-save-buffer-2):
4508 If set-file-extended-attributes fails, fall back on set-file-modes
4509 instead of signaling an error. (Bug#13298)
4510 (basic-save-buffer): Likewise.
4511
4512 2012-12-29 Fabián Ezequiel Gallina <fgallina@cuca>
4513
4514 * progmodes/python.el: Support other commands triggering
4515 python-indent-line so indentation cycling continues to work.
4516 (python-indent-trigger-commands): New defcustom.
4517 (python-indent-line): Use it.
4518
4519 2012-12-29 Fabián Ezequiel Gallina <fgallina@cuca>
4520
4521 * progmodes/python.el (python-shell-send-region): Add blank lines
4522 for non sent code so backtraces remain correct.
4523
4524 2012-12-29 Fabián Ezequiel Gallina <fgallina@cuca>
4525
4526 * progmodes/python.el: Remove cl dependency.
4527 (python-syntax-count-quotes): Replace incf call.
4528 (python-fill-string): Replace setf call.
4529
4530 2012-12-29 Damien Cassou <damien.cassou@gmail.com>
4531
4532 * info.el (info-other-window): New arg, for consistency with info.
4533
4534 2012-12-28 Martin Rudalics <rudalics@gmx.at>
4535
4536 * mail/rmail.el (rmail-maybe-display-summary):
4537 Rewrite (Bug#13066).
4538
4539 2012-12-28 Andreas Schwab <schwab@linux-m68k.org>
4540
4541 * epg.el (epg--start): Modify process-environment locally.
4542
4543 2012-12-28 Daiki Ueno <ueno@gnu.org>
4544
4545 * epg.el: Support pinentry-curses.
4546 Suggested by Werner Koch in
4547 <http://lists.gnu.org/archive/html/emacs-devel/2007-02/msg00755.html>.
4548 (epg-agent-file, epg-agent-mtime): New variable.
4549 (epg--start): Record the modified time of gpg-agent socket file,
4550 to restore Emacs frame after pinentry-curses termination.
4551 (epg-wait-for-completion): Restore Emacs frame here.
4552
4553 2012-12-27 Juri Linkov <juri@jurta.org>
4554
4555 * info.el (Info-file-completions): New variable.
4556 (Info-read-node-name-1): Complete node names in the Info file
4557 when a file name is given. Call `Info-build-node-completions'
4558 with a file name.
4559 (Info-build-node-completions): Add new arg `file'. When it is
4560 non-nil, visit it in a temporary buffer and cache its completions in
4561 `Info-current-file-completions'. Move most of the function body to
4562 `Info-build-node-completions-1'.
4563 (Info-build-node-completions-1): New function with the body from
4564 `Info-build-node-completions'. (Bug#12456)
4565
4566 2012-12-27 Juri Linkov <juri@jurta.org>
4567
4568 * frame.el (frame-maximization-style): Remove user option.
4569 (cycle-frame-maximized): Remove function.
4570 (toggle-frame-maximized): Rewrite and bind to M-<f10>.
4571 (toggle-frame-fullscreen): New command bound to <f11> instead of
4572 `toggle-frame-maximized'.
4573 http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00703.html
4574
4575 2012-12-27 Michael Albinus <michael.albinus@gmx.de>
4576
4577 * net/tramp.el (tramp-handle-file-accessible-directory-p): New defun.
4578
4579 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
4580 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
4581 * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
4582 for `file-accessible-directory-p'. (Bug#13275)
4583
4584 2012-12-27 Sam Steingold <sds@gnu.org>
4585
4586 * progmodes/cperl-mode.el (cperl-calculate-indent): Do not stagger
4587 continuations, see <http://stackoverflow.com/questions/3582436>.
4588
4589 2012-12-27 Dmitry Gutov <dgutov@yandex.ru>
4590
4591 * progmodes/ruby-mode.el (ruby-indent-beg-re): Only allow "class",
4592 "module" and "def" to have indentation before them.
4593 Regression from 2012-09-07T04:15:56Z!dgutov@yandex.ru (see the new test).
4594
4595 * progmodes/ruby-mode.el: Bump the version to 1.2 (Bug#13200).
4596
4597 2012-12-27 Alan Mackenzie <acm@muc.de>
4598
4599 Speed up fontification where there's large brace blocks.
4600 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Add a limit
4601 to a call of c-beginning-of-decl-1.
4602
4603 2012-12-27 Vitalie Spinu <spinuvit@gmail.com> (tiny change)
4604
4605 * comint.el (comint-adjust-window-point): New function.
4606 (comint-postoutput-scroll-to-bottom):
4607 Call comint-adjust-window-point (Bug#13248).
4608
4609 2012-12-26 Dmitry Gutov <dgutov@yandex.ru>
4610
4611 * progmodes/ruby-mode.el (auto-mode-alist): `purecopy' the
4612 Rakefile regexp.
4613 (auto-mode-alist): Associate .gemspec files with ruby-mode
4614 (https://bugs.ruby-lang.org/issues/5453).
4615
4616 2012-12-26 Jürgen Hötzel <juergen@archlinux.org>
4617
4618 * net/tramp-adb.el (tramp-adb-get-ls-command): New defun.
4619 Suppress coloring, if possible (required for BusyBox based systems like
4620 CyanogenMod).
4621 (tramp-adb-handle-file-attributes)
4622 (tramp-adb-handle-insert-directory)
4623 (tramp-adb-handle-file-name-all-completions): Use it.
4624 (tramp-adb-get-toolbox): New defun. Check for remote shell
4625 implementation (BusyBox or Toolbox).
4626
4627 2012-12-24 Constantin Kulikov <zxnotdead@gmail.com> (tiny change)
4628
4629 * startup.el (initial-buffer-choice): Allow function as value
4630 (Bug#13251).
4631 (command-line-1): Handle case where initial-buffer-choice
4632 specifies a function.
4633 * server.el (server-execute): Handle case where
4634 initial-buffer-choice specifies a function.
4635
4636 2012-12-24 Lars Ingebrigtsen <larsi@gnus.org>
4637
4638 * mail/smtpmail.el (smtpmail-try-auth-method): Refactored out into
4639 its own function.
4640 (smtpmail-try-auth-methods): Forget the user name/password if the
4641 login is unsuccessful (bug#12424).
4642
4643 2012-12-22 Michael Albinus <michael.albinus@gmx.de>
4644
4645 * notifications.el (notifications-notify): Protect body with
4646 `with-demoted-errors'.
4647
4648 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
4649 Check properties of remote device. Restart connection, if there is a
4650 change.
4651
4652 2012-12-21 Chong Yidong <cyd@gnu.org>
4653
4654 * sort.el (sort-subr): Doc fix (Bug#13056).
4655
4656 2012-12-21 Bastien Guerry <bzg@gnu.org>
4657
4658 * progmodes/etags.el (tags-search): Fix typo. Bug #13232.
4659
4660 2012-12-21 Michael Albinus <michael.albinus@gmx.de>
4661
4662 * simple.el (process-file): Overwrite stderr file, if exists.
4663
4664 2012-12-21 Daiki Ueno <ueno@gnu.org>
4665
4666 * epg.el (epg--start): Print GPG_AGENT_INFO in the debug buffer.
4667 (epg-error): Set `error-message' property.
4668
4669 2012-12-21 Chong Yidong <cyd@gnu.org>
4670
4671 * international/mule-cmds.el (read-char-by-name): Signal an error
4672 if the user does not supply a valid character (Bug#13177).
4673
4674 * simple.el (transpose-subr-1): Preserve marker positions by
4675 changing the insertion sequence (Bug#13122).
4676
4677 2012-12-21 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
4678
4679 * simple.el (kill-region): Deactivate mark even for empty regions
4680 (Bug#13169).
4681
4682 2012-12-21 Chong Yidong <cyd@gnu.org>
4683
4684 * help-fns.el (describe-variable): Make sure we get the right
4685 buffer name (Bug#13105). Suggested by Kelly Dean.
4686
4687 2012-12-20 Michael R. Mauger <mmaug@yahoo.com>
4688
4689 * comint.el (comint-redirect-previous-input-string): New variable.
4690 (comint-redirect-setup, comint-redirect-cleanup)
4691 (comint-redirect-preoutput-filter): Use it. Fixes redirection bug.
4692 (comint-redirect-preoutput-filter): Fix verbose message.
4693
4694 2012-12-20 Michael Albinus <michael.albinus@gmx.de>
4695
4696 * progmodes/grep.el (rgrep): Escape command line. Sometimes, it
4697 is too long for Tramp. See discussion in
4698 <http://thread.gmane.org/gmane.emacs.tramp/8233/focus=8244>.
4699
4700 * progmodes/compile.el (compilation-start): Remove line escape
4701 template.
4702
4703 2012-12-20 Dmitry Antipov <dmantipov@yandex.ru>
4704
4705 * vc/ediff-ptch.el (ediff-map-patch-buffer): Use `point-min-marker'.
4706 Adjust comment.
4707
4708 2012-12-19 Jonas Bernoulli <jonas@bernoul.li>
4709
4710 * emacs-lisp/lisp-mnt.el (lm-section-end): Always end before the
4711 following non-comment text (bug#13207).
4712 (lm-header-multiline): Continuation lines need to be indented more than
4713 the first line.
4714 (lm-homepage): New function.
4715 (lm-with-file): Don't be confused if narrowing is in effect.
4716
4717 2012-12-19 Stefan Monnier <monnier@iro.umontreal.ca>
4718
4719 * vc/diff-mode.el (diff-post-command-hook): Don't ignore changes at the
4720 very beginning of a hunk (e.g. killing the first line).
4721
4722 2012-12-19 Michael Albinus <michael.albinus@gmx.de>
4723
4724 * net/tramp-sh.el (tramp-sh-handle-file-acl): Delete empty lines
4725 and text properties from returned ACL string.
4726 (tramp-sh-handle-set-file-acl): Do not use additional parentheses
4727 for "setfacl" command.
4728
4729 2012-12-18 Michael Albinus <michael.albinus@gmx.de>
4730
4731 * net/tramp.el (tramp-error-with-buffer): Give a hint to use
4732 `tramp-cleanup-this-connection', when the process has died.
4733 (Bug#13151)
4734
4735 2012-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
4736
4737 * icomplete.el (icomplete-completions): Also use … to truncate prefix.
4738
4739 2012-12-17 Kevin Ryde <user42@zip.com.au>
4740
4741 * files.el (auto-save-file-name-p): Use \` and \' (bug#13186).
4742
4743 2012-12-17 Michael Albinus <michael.albinus@gmx.de>
4744
4745 Add support for preserving ACL entries of files.
4746
4747 * net/tramp.el (tramp-file-name-for-operation): Add `file-acl' and
4748 `set-file-acl' handlers.
4749
4750 * net/tramp-adb.el (tramp-adb-handle-copy-file):
4751 Handle PRESERVE-EXTENDED-ATTRIBUTES.
4752
4753 * net/tramp-compat.el (tramp-compat-copy-file):
4754 Handle PRESERVE-EXTENDED-ATTRIBUTES.
4755
4756 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
4757 Add `file-acl' and `set-file-acl' handlers.
4758 (tramp-gvfs-handle-copy-file):
4759 Handle PRESERVE-EXTENDED-ATTRIBUTES.
4760 (tramp-gvfs-handle-file-acl, tramp-gvfs-handle-set-file-acl):
4761 New defuns.
4762
4763 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
4764 Add `file-acl' and `set-file-acl' handlers.
4765 (tramp-remote-acl-p, tramp-sh-handle-file-acl)
4766 (tramp-sh-handle-set-file-acl): New defuns.
4767 (tramp-sh-handle-copy-file, tramp-do-copy-or-rename-file):
4768 Handle PRESERVE-EXTENDED-ATTRIBUTES.
4769
4770 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
4771 Add `file-acl' and `set-file-acl' handlers.
4772 (tramp-smb-handle-copy-file): Handle PRESERVE-EXTENDED-ATTRIBUTES.
4773
4774 2012-12-17 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
4775
4776 * help-macro.el (make-help-screen): Instead of switch-to-buffer
4777 use pop-to-buffer with NORECORD argument t. As buffer name, use
4778 *Metahelp* with a leading space (Bug#13190).
4779
4780 2012-12-16 Romain Francoise <romain@orebokech.com>
4781
4782 * files.el (file-extended-attributes)
4783 (set-file-extended-attributes): New functions.
4784 (backup-buffer): Use them to handle both SELinux context and ACL
4785 entries.
4786 (backup-buffer-copy): Work with an alist of extended attributes,
4787 rather than an SELinux context.
4788 (basic-save-buffer-2): Ditto.
4789
4790 2012-12-16 Timo Myyrä <timo.myyra@gmail.com>
4791
4792 * battery.el (battery-bsd-apm): New function.
4793
4794 2012-12-16 Jay Belanger <jay.p.belanger@gmail.com>
4795
4796 * calc/calc.el (calc-standard-date-formats): Adjust one of the
4797 standard date formats.
4798
4799 2012-12-15 Juri Linkov <juri@jurta.org>
4800
4801 * isearch.el (isearch-mode-map): Bind `C-x 8 RET' to
4802 `isearch-insert-char-by-name'.
4803 (with-isearch-suspended): New defmacro with body mostly from
4804 `isearch-edit-string' except the part that sets
4805 `isearch-new-string' and `isearch-new-message'.
4806 (isearch-edit-string): Use new macro `with-isearch-suspended' with
4807 body that sets `isearch-new-string' and `isearch-new-message'.
4808 (isearch-insert-char-by-name): New command.
4809 * international/mule-cmds.el (read-char-by-name): Let-bind
4810 `enable-recursive-minibuffers' to t.
4811 http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00234.html
4812
4813 2012-12-15 Juri Linkov <juri@jurta.org>
4814
4815 * isearch.el (isearch-delete-char, isearch-del-char): Doc fix.
4816 (Bug#13175)
4817
4818 2012-12-15 Christopher Schmidt <christopher@ch.ristopher.com>
4819
4820 * dired-x.el (dired-guess-shell-command): Put colon at the end of
4821 the prompt. (Bug#13045)
4822
4823 2012-12-14 Glenn Morris <rgm@gnu.org>
4824
4825 * emacs-lisp/macroexp.el (macroexp--warn-and-return):
4826 Try to include filename in non-bytecomp warning. (Bug#13132)
4827
4828 2012-12-14 Paul Eggert <eggert@cs.ucla.edu>
4829
4830 Fix permissions bugs with setgid directories etc. (Bug#13125)
4831 * files.el (backup-buffer): Don't rely on 9th output of
4832 file-attributes, as it's now a placeholder. Instead, use the new
4833 optional arg of file-ownership-preserved-p.
4834 (file-ownership-preserved-p): New optional arg GROUP.
4835 Fix mishandling of setuid directories that would cause this
4836 function to return t when it should have returned nil.
4837 Document what happens if the file does not exist, and when
4838 it's not known whether the ownership will be preserved.
4839 * net/tramp-sh.el (tramp-sh-handle-file-ownership-preserved-p):
4840 Likewise.
4841 (tramp-get-local-gid): Use group-gid for integer, as that's
4842 faster and more reliable.
4843
4844 2012-12-14 Julien Danjou <julien@danjou.info>
4845
4846 * progmodes/sql.el (sql-mode-postgres-font-lock-keywords):
4847 Update keywords list, data type and PL/pgSQL.
4848
4849 2012-12-14 Dave Abrahams <dave@boostpro.com>
4850
4851 * vc/ediff-util.el (ediff-buffer-type): New function.
4852 (ediff-clone-buffer-for-current-diff-comparison): Compute the buf-type
4853 rather than taking it as as argument.
4854 (ediff-inferior-compare-regions): Adjust calls accordingly (bug#11319).
4855
4856 2012-12-14 Ryan Crum <ryan.crum@eleostech.com>
4857
4858 * json.el: Add pretty-print option (bug#12634).
4859 (json-encoding-separator, json-encoding-default-indentation)
4860 (json--encoding-current-indentation, json-encoding-pretty-print)
4861 (json-encoding-lisp-style-closings): New vars.
4862 (json--with-indentation): New macro.
4863 (json-encode-hash-table, json-encode-alist, json-encode-plist)
4864 (json-encode-array): Use it to obey json-encoding-pretty-print.
4865 (json-pretty-print-buffer, json-pretty-print): New commands.
4866
4867 2012-12-14 Dmitry Gutov <dgutov@yandex.ru>
4868
4869 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
4870 Extract `ruby-syntax-propertize-expansions'.
4871 (ruby-syntax-propertize-expansions): Only change syntax on
4872 certain string delimiters, to punctuation. This way the common
4873 functions like forward-word and thing-at-point still work.
4874 (ruby-match-expression-expansion): Improve readability.
4875 (ruby-block-contains-point): New function.
4876 (ruby-add-log-current-method): Handle several edge cases.
4877
4878 2012-12-13 Juanma Barranquero <lekktu@gmail.com>
4879
4880 * emacs-lisp/edebug.el (edebug-unload-function): Make sure that
4881 unload-feature finishes even when aborting an ongoing edebug session.
4882 Also, do not worry about edebug-mode, unload-feature takes care of it.
4883
4884 2012-12-13 Andreas Schwab <schwab@suse.de>
4885
4886 * net/tls.el (tls-program): Update customize type.
4887
4888 2012-12-13 Juanma Barranquero <lekktu@gmail.com>
4889
4890 * emacs-lisp/edebug.el (edebug--require-cl-read): New function.
4891 (edebug-setup-hook, cl-read-load-hooks): Use it.
4892 (edebug-unload-function): New function. (Bug#13163)
4893
4894 2012-12-13 Michael Albinus <michael.albinus@gmx.de>
4895
4896 * net/tramp-adb.el (tramp-adb-file-name-p): Make it a defsubst.
4897 Otherwise, there could be errors in autoloading. (Bug#13151)
4898
4899 2012-12-13 Jürgen Hötzel <juergen@archlinux.org>
4900
4901 * net/tramp-adb.el (tramp-adb-wait-for-output): Remove spurious " ^H"
4902 sequences.
4903
4904 2012-12-13 Alan Mackenzie <acm@muc.de>
4905
4906 Make CC Mode not hang when _some_ lines end in CRLF. Bug #11841.
4907 * progmodes/cc-engine.el (c-backward-comments): Add code to work
4908 around `forward-comment' not recognizing ^M as whitespace.
4909
4910 2012-12-13 Fabián Ezequiel Gallina <fgallina@cuca>
4911
4912 * progmodes/python.el (python-skeleton-class)
4913 (python-skeleton-def): Do not add space after defun name.
4914
4915 2012-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
4916
4917 * emacs-lisp/cl.el (letf): Make it an alias of cl-letf.
4918 (cl--symbol-function): Remove (now that funbound is like nil).
4919
4920 2012-12-12 Glenn Morris <rgm@gnu.org>
4921
4922 * button.el (button--area-button-p): Fix typo.
4923
4924 2012-12-12 Sam Steingold <sds@gnu.org>
4925
4926 * frame.el (frame-maximization-style): New user option.
4927 (toggle-frame-maximized): Toggle frame maximization according to
4928 `frame-maximization-style', bound to <f11>.
4929 (cycle-frame-maximized): Cycle between all maximization styles and
4930 non-maximized frame, bound to shift-<f11>.
4931
4932 2012-12-12 David Cadé <codename68@gmail.com>
4933
4934 * mpc.el (mpc-format): Use truncate-string-to-width (bug#13143).
4935
4936 2012-12-12 Jonas Bernoulli <jonas@bernoul.li>
4937
4938 * lisp/emacs-lisp/eieio.el: Prettier object pretty-printing (bug#13115).
4939 (eieio-override-prin1): Don't quote kewords and booleans.
4940 (object-write) <eieio-default-superclass>: Don't put closing parens
4941 on new line, avoid needless empty lines, align values that are objects
4942 with the slot keyword (instead of beginning on the same line).
4943 (eieio-list-prin1): Align value with slot keyword; increase
4944 eieio-print-depth before printing members of the list.
4945
4946 2012-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
4947
4948 * mail/emacsbug.el (report-emacs-bug): Move the intangible text to
4949 a display text-property.
4950 (report-emacs-bug-hook): Don't bother deleting it any more.
4951
4952 * hilit-chg.el (highlight-save-buffer-state): Delete.
4953 Use with-silent-modifications instead.
4954 (hilit-chg-set-face-on-change): Only fixup the text that's modified.
4955
4956 * button.el: Handle buttons in display text-properties.
4957 (button--area-button-p, button--area-button-string):
4958 Use (STRING . STRING-POS) representation instead of just STRING.
4959
4960 2012-12-11 Eli Zaretskii <eliz@gnu.org>
4961
4962 * makefile.w32-in (compile4-SH): Fix a typo that caused term
4963 subdirectory be skipped.
4964
4965 2012-12-11 Glenn Morris <rgm@gnu.org>
4966
4967 * net/rcirc.el (rcirc-urls, rcirc-condition-filter): Doc fixes.
4968
4969 * progmodes/f90.el (f90-line-continued, f90-indent-region):
4970 Treat preprocessor lines embedded in continuations like comments.
4971 (f90-indent-line): Special-case preprocessor lines. (Bug#13138)
4972
4973 2012-12-11 Jay Belanger <jay.p.belanger@gmail.com>
4974
4975 * calc/calc.el (calc-standard-date-formats): Add more date
4976 formats.
4977 * calc/calc-forms.el (math-parse-iso-date): New function.
4978 (math-parse-date): Use `math-parse-iso-date' when appropriate.
4979 (math-parse-iso-date-validate): Add extra error checking.
4980 (calc-date-notation): Add ability to access new date formats.
4981
4982 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
4983
4984 * hi-lock.el (hi-lock--regexps-at-point): Fix boundary case for
4985 font-lock as well as when there's no text-property.
4986
4987 2012-12-10 Jambunathan K <kjambunathan@gmail.com>
4988
4989 * hi-lock.el: Refine the choice of default face.
4990 (hi-lock-keyword->face): New function. Use it wherever we used
4991 cadadadr instead.
4992 (hi-lock--regexps-at-point): Ignore faces that can't come from hi-lock.
4993 (hi-lock--last-face): Remove var.
4994 (hi-lock--unused-faces): New var to replace it.
4995 (hi-lock-read-face-name): Use/maintain it.
4996 (hi-lock-unface-buffer): Maintain it. Fix error for the C-u case.
4997 (hi-lock-set-pattern): Ignore new rule if it has the same regexp even
4998 if it has another face.
4999
5000 2012-12-10 Eli Zaretskii <eliz@gnu.org>
5001
5002 * subr.el (w32notify-handle-event): New function.
5003 (inotify-handle-event): Doc fix.
5004
5005 2012-12-10 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
5006
5007 * subr.el (inotify-event-p, inotify-handle-event): New functions.
5008
5009 2012-12-10 Dani Moncayo <dmoncayo@gmail.com>
5010
5011 * simple.el (just-one-space): Doc fix.
5012
5013 2012-12-10 Eli Zaretskii <eliz@gnu.org>
5014
5015 * textmodes/texinfo.el (texinfo-enable-quote-envs): Add "smallexample".
5016
5017 2012-12-10 Le Wang <l26wang@gmail.com>
5018
5019 * hilit-chg.el (hilit-chg-set-face-on-change): Don't burp in
5020 narrowed buffer (bug#12361).
5021
5022 2012-12-10 Juanma Barranquero <lekktu@gmail.com>
5023
5024 * vc/vc-hooks.el (vc-state): Doc fix.
5025
5026 2012-12-10 Glenn Morris <rgm@gnu.org>
5027
5028 * mail/rmail.el (rmail-maybe-display-summary):
5029 Preserve buffer, in case select-window changes it. (Bug#13066)
5030
5031 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
5032
5033 * emacs-lisp/cl.el, emacs-lisp/cl-lib.el: Move cl-unload-function and
5034 cl-load-hook where they belong.
5035
5036 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
5037
5038 * emacs-lisp/cl-lib.el (cl-declaim): Paren typo.
5039
5040 2012-12-09 Eli Zaretskii <eliz@gnu.org>
5041
5042 Parallelize byte compilation on MS-Windows.
5043 * makefile.w32-in (WINS_BASIC1, WINS_BASIC2, WINS_BASIC3)
5044 (WINS_BASIC4): New variables, subdivide subdirectories into 4 parts.
5045 (WINS_BASIC): Define as concatenation of the above.
5046 (compile): Subdivide into 4 separate and independent jobs that can
5047 be run in parallel.
5048 (compile0-CMD, compile0-SH): New targets for compiling
5049 COMPILE_FIRST files, which are prerequisites for the rest of the
5050 byte-compilation.
5051 (compile1-CMD, compile2-CMD, compile3-CMD, compile4-CMD):
5052 New targets for parallel compilation with cmd.exe.
5053 (compile1-SH, compile2-SH, compile3-SH, compile4-SH): Ditto for
5054 compiling under a Unixy shell.
5055
5056 2012-12-09 Chong Yidong <cyd@gnu.org>
5057
5058 * simple.el (set-mark-default-inactive): Delete this
5059 accidentally-introduced option.
5060 (set-mark-command, exchange-point-and-mark): Remove calls.
5061
5062 2012-12-09 Glenn Morris <rgm@gnu.org>
5063
5064 * emacs-lisp/lisp-mode.el (eval-defun-1): Doc fix.
5065 Respect a defcustom's :set function, if appropriate. (Bug#109)
5066 (eval-defun): Doc fix.
5067
5068 2012-12-08 Juri Linkov <juri@jurta.org>
5069
5070 * info.el (Info-copy-current-node-name, Info-breadcrumbs)
5071 (Info-fontify-node, Info-bookmark-make-record): Remove the
5072 file extension from Info-current-file (Bug#13016).
5073
5074 2012-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
5075
5076 * hi-lock.el (hi-lock-unface-buffer): If there's no matching regexp at
5077 point, still provide some default.
5078 (hi-lock--regexps-at-point): Don't enforce a "hi-lock-" prefix on face
5079 names, since we don't use it right now. Actually return the list.
5080 (hi-lock-file-patterns, hi-lock-interactive-patterns): Use defvar-local.
5081
5082 2012-12-07 Chong Yidong <cyd@gnu.org>
5083
5084 * novice.el (disabled-command-function): Remove a spurious help
5085 xref (Bug#13043). Suggested by Kelly Dean.
5086
5087 * subr.el (text-clone-maintain): Fix clone overlay deletion when a
5088 syntax is specified (Bug#13025).
5089
5090 * info.el (Info-set-mode-line): Remove the file extension from
5091 Info-current-file if there is one (Bug#13016).
5092
5093 2012-12-07 Glenn Morris <rgm@gnu.org>
5094
5095 * mail/rmail.el (rmail-mime-decoded): New permanent local.
5096 (rmail-show-message-1): Set rmail-mime-decoded when appropriate.
5097 * mail/rmailedit.el (rmail-cease-edit): Respect rmail-mbox-format
5098 and rmail-mime-decoded. (Bug#9841)
5099
5100 * mail/unrmail.el (unrmail-mbox-format): New option. (Bug#6574)
5101 (batch-unrmail, unrmail): Doc fixes.
5102 (unrmail): Respect unrmail-mbox-format.
5103 * mail/rmail.el (rmail-mbox-format): New option.
5104 (rmail-show-message-1): Respect rmail-mbox-format.
5105
5106 2012-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
5107
5108 * emacs-lisp/cl-macs.el (cl-tagbody): New macro.
5109
5110 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
5111
5112 Further cleanup of the "cl-" namespace. Fit CL in 80 columns.
5113 * emacs-lisp/cl-macs.el (cl--pop2, cl--optimize-safety)
5114 (cl--optimize-speed, cl--not-toplevel, cl--parse-loop-clause)
5115 (cl--expand-do-loop, cl--proclaim-history, cl--declare-stack)
5116 (cl--do-proclaim, cl--proclaims-deferred): Rename from the "cl-" prefix.
5117 (cl-progv): Don't rely on dynamic scoping to find the body.
5118 * emacs-lisp/cl-lib.el (cl--optimize-speed, cl--optimize-safety)
5119 (cl--proclaims-deferred): Rename from the "cl-" prefix.
5120 (cl-declaim): Use backquotes.
5121 * emacs-lisp/cl-extra.el (cl-make-random-state, cl-random-state-p):
5122 Use "cl--" prefix for the object's tag.
5123
5124 * ses.el: Use advice-add/remove.
5125 (ses--advice-copy-region-as-kill, ses--advice-yank): New functions.
5126 (copy-region-as-kill, yank): Use advice-add.
5127 (ses-unload-function): Use advice-remove.
5128
5129 2012-12-06 Jonas Bernoulli <jonas@bernoul.li>
5130
5131 * button.el: Make them work in header-lines (bug#12817).
5132 (button-map): Add bindings for header-line and mode-line use.
5133 (button-get, button-put, button-label): `button' may now be a string.
5134 (button-activate): Don't make it a defsubst.
5135 (button--area-button-p, button--area-button-string): New functions.
5136 (make-text-button): Fix the return value when `beg' was a string.
5137 (push-button): Handle the mode-line case.
5138
5139 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
5140
5141 * progmodes/sql.el: Use cl-lib and lexical-binding; various cleanup.
5142 (sql-signum): Remove. Use `cl-signum' instead.
5143 (sql-read-passwd): Remove; use read-passwd instread.
5144 (sql-get-login-ext): Use read-string.
5145 (sql-get-login): Use dolist and pcase.
5146 (sql--completion-table): Rename from sql-try-completion.
5147 Use complete-with-action.
5148 (sql-mode): Don't change abbrev-all-caps globally.
5149 (sql-connect): Don't rely on dynamic scoping for `new-name'.
5150 (sql-postgres-completion-object): Initialize vars in their `let'.
5151 (sql-comint-sybase, sql-comint-sqlite, sql-comint-mysql)
5152 (sql-comint-solid, sql-comint-ms, sql-comint-postgres)
5153 (sql-comint-interbase): Use a single append, without setq.
5154 (sql-comint-linter): Same, and unwind-protect the LINTER_MBX var.
5155
5156 * hi-lock.el: Rework the default face and the serialize regexp code.
5157 (hi-lock--auto-select-face-defaults): Remove.
5158 (hi-lock-string-serialize-serial): Remove.
5159 (hi-lock--hashcons-hash): Rename from hi-lock-string-serialize-hash;
5160 make weak.
5161 (hi-lock--hashcons): Rename from hi-lock-string-serialize, return an
5162 equal string.
5163 (hi-lock-set-pattern): Adjust accordingly.
5164 (hi-lock--regexps-at-point): Simplify accordingly.
5165 (hi-lock--auto-select-face-defaults): Remove.
5166 (hi-lock--last-face): New var to replace it.
5167 (hi-lock-read-face-name): Rewrite (bug#11095).
5168 (hi-lock-unface-buffer): Arrange for the face to be the next default.
5169
5170 2012-12-06 Michael Albinus <michael.albinus@gmx.de>
5171
5172 * net/tramp.el (tramp-replace-environment-variables):
5173 Hide compiler warning.
5174 (tramp-file-name-for-operation): Remove `executable-find',
5175 `start-process', `call-process' and `call-process-region'.
5176
5177 * net/tramp-compat.el (top): Don't require 'tramp-util and 'tramp-vc.
5178
5179 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Ensure backward
5180 compatibility.
5181
5182 * net/tramp-sh.el (top): Remove `tramp-sh-handle-call-process-region'.
5183
5184 2012-12-06 Chong Yidong <cyd@gnu.org>
5185
5186 * ffap.el (ffap-replace-file-component): Fix typo.
5187
5188 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
5189
5190 * progmodes/octave-mod.el (octave-mark-block): Move out of tokens and
5191 fix open-paren-like token test (bug#12785).
5192
5193 2012-12-06 Glenn Morris <rgm@gnu.org>
5194
5195 * mail/rmailsum.el (rmail-new-summary): Tweak for
5196 rmail-maybe-display-summary changing buffer. (Bug#13066)
5197
5198 2012-12-06 Juri Linkov <juri@jurta.org>
5199
5200 * info.el (Info-fontify-node): Don't hide the last newline.
5201 (Bug#12272)
5202
5203 2012-12-06 Katsumi Yamaoka <yamaoka@jpl.org>
5204
5205 * mail/mailabbrev.el (mail-abbrev-expand-wrapper): Work in minibuffer
5206 so as to enable message-read-from-minibuffer to expand mail aliases.
5207
5208 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
5209
5210 * minibuf-eldef.el (minibuf-eldef-update-minibuffer): Don't mess with
5211 the `intangible' property.
5212 Suggested by Christopher Schmidt <christopher@ch.ristopher.com>
5213
5214 2012-12-05 Deniz Dogan <deniz@dogan.se>
5215
5216 * net/rcirc.el (rcirc-urls): Update documentation.
5217 (rcirc-condition-filter): New function.
5218 (rcirc-browse-url, rcirc-markup-urls): Use only URLs before point
5219 and exclude consecutive duplicate URLs (Bug#6082).
5220
5221 2012-12-05 Michael Albinus <michael.albinus@gmx.de>
5222
5223 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
5224 Check return code of copy command.
5225
5226 * net/tramp-adb.el (tramp-adb-sdk-dir, tramp-adb-prompt):
5227 Use group `tramp'. Add version.
5228
5229 2012-12-05 Chong Yidong <cyd@gnu.org>
5230
5231 * ffap.el (ffap-url-regexp): Don't require matching at front of
5232 string (Bug#4952).
5233 (ffap-url-p): If only a substring matches, return that.
5234 (ffap-url-at-point): Use the return value of ffap-url-p.
5235 (ffap-read-file-or-url, ffap-read-file-or-url-internal)
5236 (find-file-at-point, dired-at-point, dired-at-point-prompter)
5237 (ffap-guess-file-name-at-point): Likewise.
5238 (ffap-replace-file-component): Fix typo.
5239
5240 * info.el (info-display-manual): Add existing Info buffers, whose
5241 files may not be in Info-directory-list, to the completion.
5242 (info--manual-names): New helper function.
5243
5244 2012-12-05 Glenn Morris <rgm@gnu.org>
5245
5246 * vc/vc-hg.el (vc-hg-resolve-when-done, vc-hg-find-file-hook):
5247 New functions, for detecting and resolving conflicts. (Bug#10709)
5248
5249 2012-12-04 Jambunathan K <kjambunathan@gmail.com>
5250
5251 * hi-lock.el (hi-lock-auto-select-face): New user variable.
5252 (hi-lock-auto-select-face-defaults): New buffer local variable.
5253 (hi-lock-read-face-name): Honor `hi-lock-auto-select-face'.
5254 (hi-lock-unface-buffer): Prompt user with useful defaults.
5255 With prefix arg, unhighlight all hi-lock patterns in buffer.
5256
5257 2012-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
5258
5259 * obsolete/terminal.el, obsolete/longlines.el: Add obsolecence info.
5260
5261 2012-12-04 Michael Albinus <michael.albinus@gmx.de>
5262
5263 * Makefile.in (TRAMP_SRC):
5264 * makefile.w32-in (TRAMP_SRC): Add tramp-adb.el.
5265
5266 2012-12-04 Juergen Hoetzel <juergen@archlinux.org>
5267
5268 * net/tramp-adb.el: New package.
5269
5270 2012-12-04 Chong Yidong <cyd@gnu.org>
5271
5272 * terminal.el: Move to obsolete/.
5273
5274 * longlines.el: Move to obsolete/.
5275
5276 * vc/ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
5277 Remove code referring to longlines mode.
5278
5279 2012-12-03 Juri Linkov <juri@jurta.org>
5280
5281 * sort.el (delete-duplicate-lines): New command. (Bug#13032)
5282
5283 2012-12-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
5284
5285 * textmodes/ispell.el (ispell-init-process)
5286 (ispell-start-process, ispell-internal-change-dictionary):
5287 Make sure personal dictionary name is expanded after initial
5288 `default-directory' value. Use expanded strings for
5289 keep/restart checks and for value (Bug#13019).
5290
5291 2012-12-03 Jay Belanger <jay.p.belanger@gmail.com>
5292
5293 * calc/calc-forms.el (math-date-to-iso-dt): Fix weekday number.
5294
5295 2012-12-03 Leo Liu <sdl.web@gmail.com>
5296
5297 * files.el (dir-locals-read-from-file): Check file non-empty
5298 before reading. (Bug#13038)
5299
5300 2012-12-03 Glenn Morris <rgm@gnu.org>
5301
5302 * jka-cmpr-hook.el (jka-compr-get-compression-info):
5303 Remove any version extension before checking filename. (Bug#13006)
5304 (jka-compr-compression-info-list): Belated :version bump.
5305
5306 2012-12-03 Chong Yidong <cyd@gnu.org>
5307
5308 * simple.el (transient-mark-mode): Doc fix (Bug#11523).
5309
5310 * buff-menu.el (Buffer-menu-delete-backwards, Buffer-menu-mode)
5311 (buffer-menu): Doc fix (Bug#12294).
5312
5313 2012-12-03 Roland Winkler <winkler@gnu.org>
5314
5315 * calendar/diary-lib.el (diary-header-line-format): Use keybinding
5316 of diary-show-all-entries in the diary buffer (Bug#12994).
5317
5318 2012-12-03 Michael Albinus <michael.albinus@gmx.de>
5319
5320 * net/tramp-sh.el (tramp-perl-encode): Use "read STDIN" instead of
5321 "<STDIN>". This is binary safe.
5322
5323 2012-12-03 Jay Belanger <jay.p.belanger@gmail.com>
5324
5325 * calc/calc-forms.el (math-absolute-from-iso-dt)
5326 (math-date-to-iso-dt, math-parse-iso-date-validate)
5327 (math-iso-dt-to-date): New functions.
5328 (math-fd-iso-dt, math-fd-isoyear, math-fd-isoweek)
5329 (math-fd-isoweekday): New variables.
5330 (calc-date-notation, math-parse-standard-date, math-format-date)
5331 (math-format-date-part): Add support for more formatting codes.
5332
5333 2012-12-02 Dmitry Gutov <dgutov@yandex.ru>
5334
5335 * vc/vc.el (vc-delete-file, vc-rename-file): Default to the
5336 current buffer's file name when called interactively (Bug#12488).
5337
5338 2012-12-02 Juri Linkov <juri@jurta.org>
5339
5340 * info.el (info-display-manual): Don't clobber an existing Info
5341 buffer (Bug#10770). Add completion (Bug#10771).
5342
5343 2012-12-01 Yuya Nishihara <yuya@tcha.org> (tiny change)
5344
5345 * vc/vc-hooks.el (vc-find-file-hook): Expand buffer-file-truename
5346 before using it for comparison (Bug#5297).
5347
5348 2012-12-01 Jari Aalto <jari.aalto@cante.net>
5349
5350 * textmodes/css-mode.el (css-current-defun-name): New function.
5351 (css-mode): Use it.
5352
5353 * textmodes/sgml-mode.el (html-current-defun-name): New function.
5354 (html-mode): Use it.
5355
5356 2012-12-01 Chong Yidong <cyd@gnu.org>
5357
5358 Modularize add-log-current-defun (Bug#2224).
5359 Suggested by Jari Aalto.
5360
5361 * vc/add-log.el (add-log-current-defun-function): Doc fix.
5362 (add-log-current-defun): Move mode-specific code to other files.
5363 (add-log-lisp-like-modes, add-log-c-like-modes)
5364 (add-log-tex-like-modes): Variables deleted.
5365
5366 * emacs-lisp/lisp-mode.el (lisp-current-defun-name): New.
5367 (lisp-mode-variables): Use it.
5368
5369 * progmodes/cc-mode.el (c-common-init):
5370 * progmodes/cperl-mode.el (cperl-mode): Set a value for
5371 add-log-current-defun-function.
5372
5373 * progmodes/m4-mode.el (m4-current-defun-name): New function.
5374 (m4-mode): Use it.
5375
5376 * progmodes/perl-mode.el (perl-current-defun-name): New.
5377 (perl-mode): Use it.
5378
5379 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
5380 Use lisp-current-defun-name.
5381
5382 * textmodes/tex-mode.el (tex-current-defun-name): New.
5383 (tex-common-initialization): Use it.
5384
5385 * textmodes/texinfo.el (texinfo-current-defun-name): New.
5386 (texinfo-mode): Use it.
5387
5388 2012-12-01 Chong Yidong <cyd@gnu.org>
5389
5390 * emacs-lisp/lisp-mode.el (lisp-mode-variables, lisp-mode):
5391 * progmodes/autoconf.el (autoconf-mode):
5392 * progmodes/js.el (js-mode):
5393 * progmodes/make-mode.el (makefile-mode, makefile-makepp-mode)
5394 (makefile-bsdmake-mode, makefile-imake-mode, makefile-browse):
5395 * progmodes/perl-mode.el (perl-mode):
5396 * progmodes/sh-script.el (sh-mode, sh-set-shell):
5397 * textmodes/css-mode.el (css-mode):
5398 * textmodes/sgml-mode.el (html-mode, sgml-mode)
5399 (sgml-tags-invisible, sgml-guess-indent):
5400 * textmodes/tex-mode.el (tex-common-initialization)
5401 (latex-complete-bibtex-keys, tex-shell, tex-main-file)
5402 (doctex-mode, plain-tex-mode, latex-mode):
5403 * textmodes/texinfo.el (texinfo-mode): Use setq-local.
5404
5405 2012-12-01 Kirk Kelsey <kirk.kelsey@0x4b.net>
5406
5407 * vc/vc-hg.el (vc-hg-next-revision):
5408 Ensure use of default "tip" output format. (Bug#6968)
5409
5410 2012-12-01 Kim F. Storm <storm@cua.dk>
5411
5412 * startup.el (fancy-startup-tail): Add a clickable link
5413 (Bug#2176).
5414
5415 2012-12-01 Chong Yidong <cyd@gnu.org>
5416
5417 * startup.el (fancy-startup-tail): Improve the message about
5418 auto-save files (Bug#2176).
5419
5420 * files.el (recover-session): Improve the descriptive message, and
5421 use substitute-command-keys.
5422
5423 2012-12-01 Glenn Morris <rgm@gnu.org>
5424
5425 * ido.el (ido-file-internal):
5426 Handle other-window, other-frame for dired. (Bug#13036)
5427
5428 2012-11-30 Glenn Morris <rgm@gnu.org>
5429
5430 * icomplete.el (icomplete-separator): Fix :version.
5431
5432 2012-11-30 Chong Yidong <cyd@gnu.org>
5433
5434 * shell.el (shell): For C-u M-x shell, use an inactive shell
5435 buffer as the default (Bug#1975).
5436 (shell-apply-ansi-color, shell-reapply-ansi-color): New functions.
5437 (shell-mode): Use them to reapply ansi colorization if Shell mode
5438 is re-enabled.
5439
5440 2012-11-30 Yuriy Vostrikov <delamonpansie@gmail.com> (tiny change)
5441
5442 * vc/vc-git.el (vc-git-command): Disable the pager (Bug#6137).
5443
5444 2012-11-30 Samuel Bronson <naesten@gmail.com>
5445
5446 * progmodes/grep.el (grep-compute-defaults): Do not pass the -e
5447 flag to xargs, for compatibility with BSD xargs (Bug#11703).
5448
5449 2012-11-30 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
5450
5451 * textmodes/fill.el (fill-region-as-paragraph): Handle overshoot
5452 by move-to-column (Bug#3234).
5453
5454 2012-11-30 Chong Yidong <cyd@gnu.org>
5455
5456 * longlines.el (longlines-wrap-line, longlines-encode-region):
5457 Preserve text properties (Bug#1425).
5458
5459 2012-11-30 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
5460
5461 * vc/vc.el (vc-register): Allow registering a file which is
5462 already registered with a different backend (Bug#10589).
5463
5464 2012-11-29 Jambunathan K <kjambunathan@gmail.com>
5465 Stefan Monnier <monnier@iro.umontreal.ca>
5466
5467 * icomplete.el: Change separator; add ido-style commands.
5468 (icomplete-show-key-bindings): Remove custom var.
5469 (icomplete-get-keys): Remove function.
5470 (icomplete-forward-completions, icomplete-backward-completions):
5471 New commands.
5472 (icomplete-minibuffer-map): New var.
5473 (icomplete-minibuffer-setup): Use it.
5474 (icomplete-exhibit): Don't delay if the list of completions is known.
5475 (icomplete-separator): New custom.
5476 (icomplete-completions): Use it.
5477 * minibuffer.el (completion-all-sorted-completions): Delete duplicates.
5478 (minibuffer-force-complete-and-exit): New command.
5479 (minibuffer--complete-and-exit): New function extracted from
5480 minibuffer-complete-and-exit.
5481 (minibuffer-complete-and-exit): Use it.
5482
5483 * progmodes/etags.el (visit-tags-table-buffer): Give a more precise
5484 error message when the file doesn't exist (bug#12974).
5485
5486 2012-11-29 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
5487
5488 * simple.el (activate-mark): Run activate-mark-hook (bug#13027).
5489
5490 2012-11-29 Glenn Morris <rgm@gnu.org>
5491
5492 * files.el (hack-dir-local-variables): Warn if try to set
5493 coding via dir-locals, since it doesn't work. (Bug#7169)
5494
5495 Add desktop support for restoring vc-dir buffers. (Bug#10606)
5496 * vc/vc-dir.el (vc-dir-mode): Autoload it (for desktop restore).
5497 Set buffer-local value of desktop-save-buffer.
5498 (vc-dir-desktop-buffer-misc-data, vc-dir-restore-desktop-buffer):
5499 New functions.
5500 (desktop-buffer-mode-handlers): Add vc-dir-mode entry.
5501 * desktop.el (desktop-save-buffer-p): Treat vc-dir like dired.
5502
5503 * files.el (inhibit-local-variables-ignore-case): New. (Bug#10610)
5504 (inhibit-local-variables-p): Use inhibit-local-variables-ignore-case.
5505 Doc fix.
5506 (inhibit-local-variables-regexps, inhibit-local-variables-suffixes):
5507 Doc fixes.
5508
5509 2012-11-28 Jay Belanger <jay.p.belanger@gmail.com>
5510
5511 * calc/calc-forms.el (calc-date-notation): Fix regexp
5512 used to find time codes. Fix symbol for seconds.
5513
5514 2012-11-27 Glenn Morris <rgm@gnu.org>
5515
5516 * emacs-lisp/derived.el (derived-mode-make-docstring):
5517 Don't mention "abbrev" or "syntax" if nil. (Bug#11277)
5518
5519 2012-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
5520
5521 * textmodes/table.el (table-insert): Don't use `symbol-name' on
5522 lexically scoped variables (bug#13005).
5523
5524 2012-11-27 Glenn Morris <rgm@gnu.org>
5525
5526 * vc/vc-hooks.el (vc-mistrust-permissions):
5527 Default to t, to avoid data-loss. (Bug#11490)
5528
5529 2012-11-27 Fabián Ezequiel Gallina <fgallina@cuca>
5530
5531 * progmodes/python.el (python-indent-guess-indent-offset):
5532 If indentation is guessed make python-indent-offset buffer-local.
5533
5534 Fix Imenu regression.
5535 * progmodes/python.el (python-nav-beginning-of-defun):
5536 Fix forward movement when statement(s) separates point from defun.
5537 (python-imenu-prev-index-position): New function.
5538
5539 2012-11-27 Eli Zaretskii <eliz@gnu.org>
5540
5541 * subr.el (buffer-file-type): Declare with defvar-local. Doc fix.
5542
5543 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
5544 Don't set buffer-file-type. Return nil. (Bug#12989)
5545
5546 2012-11-27 Glenn Morris <rgm@gnu.org>
5547
5548 * hippie-exp.el (hippie-expand-try-functions-list):
5549 Re-autoload it. (Bug#12982)
5550
5551 2012-11-27 Eli Zaretskii <eliz@gnu.org>
5552
5553 * descr-text.el (describe-char-padded-string):
5554 Call internal-char-font only on GUI frames. (Bug#11964)
5555
5556 2012-11-27 Andreas Schwab <schwab@linux-m68k.org>
5557
5558 * buff-menu.el (Buffer-menu-buffer+size-width): Fix customize type
5559 and obsoletion message.
5560
5561 2012-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
5562
5563 * emacs-lisp/cl-macs.el (cl--transform-lambda): Add back `declare' in
5564 the constructs to keep outside of the `cl-block' (bug#12977).
5565
5566 2012-11-27 Chong Yidong <cyd@gnu.org>
5567
5568 * mouse.el (mouse-drag-line): Even if the line is not draggable,
5569 keep reading until we get the up-event anyway, in order to process
5570 the up-event for mouse-1-click-follows-link (Bug#12971).
5571
5572 2012-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
5573
5574 * emacs-lisp/advice.el (ad-should-compile): Don't compile advice if the
5575 base function is not yet defined (bug#12965).
5576 (ad-activate-advised-definition): Use ad-compile-function.
5577 (ad-activate): Use cond.
5578
5579 2012-11-25 Leo Liu <sdl.web@gmail.com>
5580
5581 * textmodes/sgml-mode.el (sgml-tag): Fix indentation for closing tag.
5582 (Bug#12979)
5583
5584 2012-11-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
5585
5586 * textmodes/reftex-parse.el (reftex-parse-from-file): Use variable
5587 reftex-section-info-function in order to be compatible with
5588 Texinfo integration.
5589
5590 * textmodes/reftex.el (reftex-section-pre-regexp)
5591 (reftex-section-post-regexp, reftex-section-info-function):
5592 New variable.
5593 (reftex-compile-variables): Use variables reftex-section-pre-regexp,
5594 reftex-section-post-regexp, and reftex-section-info-function in order
5595 to be compatible with Texinfo integration.
5596
5597 * textmodes/reftex-toc.el (reftex-toc-promote-action):
5598 use reftex-section-pre-regexp variable in order to be compatible with
5599 Texinfo integration.
5600
5601 2012-11-25 Chong Yidong <cyd@gnu.org>
5602
5603 * faces.el: Make face-spec-set more analogous to setq.
5604 (face-spec-set): Change the third arg to specify whether this
5605 function is being called via defface, customize, or a third party.
5606 Set the appropriate symbol properties. Clear the override spec if
5607 setting via Custom. Initialize face if necessary. (Bug#4988)
5608 (face-spec-recalc): Allow theme faces to completely replace the
5609 defface spec, in the same way as custom faces (Bug#8454).
5610
5611 * cus-face.el (custom-declare-face): Move face initialization to
5612 face-spec-set.
5613 (custom-theme-set-faces): Don't initialize the face name here, as
5614 that is now done in face-spec-set.
5615
5616 * cus-edit.el (custom-face-set, custom-face-mark-to-save)
5617 (custom-face-reset-saved, custom-face-mark-to-reset-standard):
5618 Simplify by using the new arg to face-spec-set.
5619
5620 * emacs-lisp/lisp-mode.el (eval-defun-1): When evaluating defface,
5621 reset face-override-spec too, and use custom-declare-face.
5622
5623 2012-11-24 Jan Djärv <jan.h.d@swipnet.se>
5624
5625 * term/ns-win.el (ns-initialize-window-system): Move creation of
5626 fontsets here (Bug#11964).
5627
5628 2012-11-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
5629
5630 * ses.el (ses-rename-cell): Correct bug on mode-line update after
5631 cell renaming.
5632
5633 2012-11-24 Chong Yidong <cyd@gnu.org>
5634
5635 * woman.el (woman-default-faces, woman-monochrome-faces): Mark as
5636 obsolete.
5637
5638 * custom.el (custom-theme-set-variables): Use a topological sort
5639 for ordering by custom dependencies (Bug#12952).
5640 (custom--sort-vars, custom--sort-vars-1): New functions.
5641
5642 2012-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
5643
5644 * emacs-lisp/bytecomp.el (byte-compile-file): Setup default value for
5645 lexical-binding (bug#12938).
5646
5647 2012-11-24 Wolfgang Jenkner <wjenkner@inode.at>
5648
5649 * image-mode.el (image-transform-check-size): Use assertions only
5650 for images of type imagemagick.
5651
5652 Otherwise no error, image-transform-fit-to-{width,height} is
5653 silently ignored, as before. Doc fix.
5654
5655 2012-11-24 Chong Yidong <cyd@gnu.org>
5656
5657 * faces.el (color-defined-p): Doc fix (Bug#12853).
5658
5659 2012-11-24 Juri Linkov <juri@jurta.org>
5660
5661 * dired.el (dired-mark): Add optional arg `interactive'.
5662 Check for `use-region-p' if `interactive' is non-nil.
5663 (dired-unmark, dired-flag-file-deletion): Add optional arg
5664 `interactive'. Call `dired-mark' with the arg `interactive'.
5665 (Bug#10624)
5666
5667 * wdired.el: Revert 2012-10-17 change partly and replace it with
5668 Patch by Christopher Schmidt <christopher@ch.ristopher.com>.
5669 (wdired-finish-edit): Add marks for new file names to
5670 `wdired-old-marks'. Restore marks using `dired-mark-remembered'
5671 after `revert-buffer'.
5672 (wdired-do-renames): Remove calls to `dired-remove-file',
5673 `dired-add-file', `dired-add-entry'. (Bug#11795)
5674
5675 2012-11-24 Alan Mackenzie <acm@muc.de>
5676
5677 * progmodes/cc-defs.el (c-version): Bump to 5.32.4.
5678
5679 Fix bugs in the state cache. Enhance a debugging mechanism.
5680 * progmodes/cc-engine.el (c-parse-state-get-strategy): Don't use
5681 "brace at column zero" strategy for C++.
5682 (c-append-lower-brace-pair-to-state-cache): Repair algorithm.
5683 (c-parse-state-point): New variable.
5684 (c-record-parse-state-state): Record old parse state with
5685 `copy-tree'. Record previous value of point.
5686 (c-debug-parse-state-double-cons): New debugging function.
5687 (c-debug-parse-state): Call the above new function.
5688 (c-toggle-parse-state-debug): Output a confirmatory message.
5689
5690 * progmodes/cc-mode.el (c-before-change, c-after-change):
5691 Call c-invalidate-state-cache from `c-before-change' instead of
5692 `c-after-change'.
5693
5694 2012-11-23 Chong Yidong <cyd@gnu.org>
5695
5696 * find-cmd.el (find-constituents): Add executable, ipath,
5697 readable, samefile, writable, daystart, regextype (Bug#12856).
5698
5699 2012-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
5700
5701 * emacs-lisp/ert.el, emacs-lisp/ert-x.el: Use cl-lib and lexical-binding.
5702
5703 2012-11-22 Paul Eggert <eggert@cs.ucla.edu>
5704
5705 * calc/calc.el (calc-gregorian-switch): Move to after calc-refresh
5706 definition. This fixes a bootstrap failure.
5707 (calc-gregorian-switch): In menu, put dates before regions.
5708 This is easier to follow, lines up better in the menu, and lets us
5709 coalesce regions that switch at the same time. Give country
5710 names, not "Vatican", as that's better for non-expert users.
5711 Use names that are stable between the date of switch and now, e.g.,
5712 Bohemia and Moravia (which existed then and now) and not
5713 Czechoslovakia (which didn't exist then and doesn't exist now).
5714 What is now the U.S. mostly did not switch at the same time as
5715 Britain, so omit the U.S. Correct spelling of "Britain".
5716 Catholic Switzerland was too much of a mess, so omit it.
5717
5718 2012-11-22 Jay Belanger <jay.p.belanger@gmail.com>
5719
5720 * calc/calc.el (calc-gregorian-switch): Refresh the Calc buffer
5721 after the variable is changed.
5722
5723 2012-11-21 Daniel Colascione <dancol@dancol.org>
5724
5725 * progmodes/sql.el (sql-mode-font-lock-object-name): Support IF NOT EXISTS
5726 in SQL declarations for font-lock.
5727 (sql-imenu-generic-expression): Teach imenu about IF NOT EXISTS.
5728
5729 2012-11-21 Glenn Morris <rgm@gnu.org>
5730
5731 * faces.el (face-underline-p, face-inverse-video-p, face-bold-p)
5732 (face-italic-p): Add optional argument "inherit".
5733
5734 * faces.el (set-face-inverse-video, set-face-bold, set-face-italic):
5735 Remove -p suffix from names, for consistency with other set-face-*.
5736 (set-face-inverse-video): Fix interactive spec.
5737 * play/gamegrid.el (gamegrid-make-mono-tty-face):
5738 * textmodes/table.el (table--update-cell-face):
5739 Use set-face-inverse-video rather than now obsolete alias.
5740
5741 2012-11-21 Eli Zaretskii <eliz@gnu.org>
5742
5743 * simple.el (line-move): Don't call line-move-partial if
5744 scroll-conservatively is in effect. (Bug#12927)
5745
5746 2012-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
5747
5748 * eshell/em-cmpl.el (eshell-pcomplete): Refine fix for bug#12838:
5749 Fallback on completion-at-point rather than
5750 pcomplete-expand-and-complete, and only if pcomplete actually failed.
5751 (eshell-cmpl-initialize): Setup completion-at-point.
5752
5753 * pcomplete.el (pcomplete--entries): Obey pcomplete-ignore-case.
5754
5755 * emacs-lisp/ert.el (ert--expand-should-1): Adapt to cl-lib.
5756
5757 2012-11-21 Michael Albinus <michael.albinus@gmx.de>
5758
5759 * net/tramp-sh.el (tramp-do-copy-or-rename-file): If both files
5760 are remote, check out-of-band property for both.
5761
5762 2012-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
5763
5764 * window.el (switch-to-buffer): Re-add the warning that was lost in the
5765 code rewrite.
5766
5767 2012-11-21 Paul Eggert <eggert@cs.ucla.edu>
5768
5769 More minor time fixes.
5770 * calendar/time-date.el: Commentary fix.
5771 * net/tramp-sh.el (tramp-do-file-attributes-with-ls): Undo last change;
5772 too much other code depends on (0 0) time stamps.
5773 * net/tramp.el (tramp-time-less-p, tramp-time-subtract):
5774 Add a couple of FIXME comments.
5775
5776 Minor cleanup for times as lists of four integers.
5777 * files.el (dir-locals-directory-cache):
5778 * ps-bdf.el (bdf-file-mod-time, bdf-read-font-info):
5779 Doc fixes.
5780 * net/tramp-sh.el (tramp-do-file-attributes-with-ls):
5781 * ps-bdf.el (bdf-file-newer-than-time):
5782 Process four-integers time stamps, not two. Doc fixes.
5783
5784 2012-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
5785
5786 * uniquify.el (uniquify-managed): Use defvar-local.
5787 (rename-buffer, create-file-buffer): Advise with advice-add.
5788 (uniquify-unload-function): Unadvise accordingly.
5789
5790 * emacs-lisp/trace.el: Rewrite, use nadvice and lexical-binding.
5791 (trace-buffer): Don't purecopy.
5792 (trace-entry-message, trace-exit-message): Add `context' arg.
5793 (trace--timer): New var.
5794 (trace-make-advice): Adjust for use in nadvice.
5795 Add `context' argument. Delay `display-buffer' via a timer.
5796 (trace-function-internal): Use advice-add.
5797 (trace--read-args): New function.
5798 (trace-function-foreground, trace-function-background): Use it.
5799 (trace-function): Rename to trace-function-foreground and redefine as
5800 an alias to that new name.
5801 (untrace-function, untrace-all): Adjust to the use of nadvice.
5802
5803 * emacs-lisp/bytecomp.el (byte-compile): Fix handling of closures.
5804
5805 * emacs-lisp/byte-run.el (defun-declarations-alist): Fix last change.
5806
5807 * subr.el (called-interactively-p-functions): New var.
5808 (internal--called-interactively-p--get-frame): New macro.
5809 (called-interactively-p, interactive-p): Rewrite in Lisp.
5810 * emacs-lisp/nadvice.el (advice--called-interactively-skip): New fun.
5811 (called-interactively-p-functions): Use it.
5812 * emacs-lisp/edebug.el (edebug--called-interactively-skip): New fun.
5813 (called-interactively-p-functions): Use it.
5814 * allout.el (allout-called-interactively-p): Don't assume
5815 called-interactively-p is a subr.
5816
5817 2012-11-20 Glenn Morris <rgm@gnu.org>
5818
5819 * profiler.el (profiler-report-mode-map): Add a menu.
5820 No need to bind `q' because we derive from special-mode.
5821 (profiler-report-find-entry): Handle calls from the menu-bar.
5822
5823 2012-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
5824
5825 * emacs-lisp/byte-run.el (defun-declarations-alist):
5826 Allow a compiler-macro to be a lambda expression.
5827
5828 * progmodes/python.el: Use cl-lib. Move var declarations outside of
5829 eval-when-compile.
5830 (python-syntax-context): Add compiler-macro.
5831 (python-font-lock-keywords): Simplify with De Morgan.
5832
5833 * vc/diff-mode.el (diff-hunk): Don't make useless timers.
5834
5835 * files.el (load-file): Require match in minibuffer selection, as was
5836 the case in Emacs-20 before we changed the spec to allow .elc files
5837 (bug#12935).
5838
5839 * json.el: Don't require cl since we don't use it.
5840 * color.el: Don't require cl.
5841 (color-complement): `caddr' -> `nth 2'.
5842
5843 * calendar/time-date.el (time-to-seconds): De-obsolete.
5844
5845 2012-11-19 Jay Belanger <jay.p.belanger@gmail.com>
5846
5847 * calc/calc-forms.el (math-leap-year-p): Fix formula for negative
5848 year numbers.
5849 (math-date-to-julian-dt): Adjust the initial approximation for the
5850 year to deal with the new definition of the DATE.
5851
5852 2012-11-19 Daniel Colascione <dancol@dancol.org>
5853
5854 * term/w32-win.el (cygwin-convert-path-from-windows):
5855 Accomodate rename of cygwin_convert_path* to cygwin_convert_file_name*.
5856
5857 2012-11-18 Chong Yidong <cyd@gnu.org>
5858
5859 * filecache.el (file-cache--read-list): New function.
5860 (file-cache-add-directory-list, file-cache-add-file-list)
5861 (file-cache-delete-file-list, file-cache-delete-directory-list):
5862 Use it to read a list of files or directories (Bug#12846).
5863 (file-cache-add-file, file-cache-add-directory)
5864 (file-cache-delete-file-list, file-cache-delete-file-regexp)
5865 (file-cache-delete-directory): Print an message.
5866
5867 2012-11-18 Jay Belanger <jay.p.belanger@gmail.com>
5868
5869 * calc/calc-forms.el (math-date-to-dt): Use integer date when
5870 calling `math-date-to-julian-dt' and 'math-date-to-gregorian-dt'.
5871
5872 2012-11-18 Glenn Morris <rgm@gnu.org>
5873
5874 * image.el (insert-image, insert-sliced-image): Doc fix.
5875
5876 2012-11-18 Chong Yidong <cyd@gnu.org>
5877
5878 * emacs-lisp/syntax.el (syntax-propertize-function): Doc fix
5879 (Bug#12810).
5880
5881 2012-11-18 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
5882
5883 * vc/vc-svn.el (vc-svn-merge-news): Properly parse the merge
5884 response when the target file is in a subdirectory (Bug#12757).
5885
5886 2012-11-18 Chong Yidong <cyd@gnu.org>
5887
5888 * filecache.el (file-cache-add-file-list): Doc fix (Bug#12694).
5889
5890 2012-11-18 Glenn Morris <rgm@gnu.org>
5891
5892 * emacs-lisp/cl-lib.el (face-underline-p):
5893 Use set-face-underline rather than the alias set-face-underline-p.
5894
5895 * window.el (with-temp-buffer-window): Doc fix.
5896 * subr.el (with-output-to-temp-buffer):
5897 Add doc xref to with-temp-buffer-window.
5898
5899 2012-11-18 Juanma Barranquero <lekktu@gmail.com>
5900
5901 * woman.el (woman-non-underline-faces): Use `set-face-underline'.
5902 * calc/calc.el (math-format-date-cache): Declare.
5903
5904 2012-11-17 Paul Eggert <eggert@cs.ucla.edu>
5905
5906 Calc by default uses the Gregorian calendar for all dates (Bug#12633).
5907 It also uses January 1, 1 AD as its day number 1.
5908 * calc/calc-forms.el (math-julian-date-beginning)
5909 (math-julian-date-beginning-int): Implement this.
5910
5911 2012-11-17 Juanma Barranquero <lekktu@gmail.com>
5912
5913 * descr-text.el (quail-find-key):
5914 * dired.el (desktop-file-name):
5915 * dirtrack.el (shell-prefixed-directory-name, shell-process-cd):
5916 * generic-x.el (comint-mode, comint-exec):
5917 * image-dired.el (widget-forward):
5918 * info.el (speedbar-add-expansion-list, speedbar-center-buffer-smartly)
5919 (speedbar-change-expand-button-char)
5920 (speedbar-change-initial-expansion-list, speedbar-delete-subblock)
5921 (speedbar-make-specialized-keymap, speedbar-make-tag-line):
5922 * printing.el (easy-menu-add-item, easy-menu-remove-item)
5923 (widget-field-action, widget-value-set):
5924 * speedbar.el (imenu--make-index-alist):
5925 * term.el (ring-empty-p, ring-ref, ring-insert-at-beginning)
5926 (ring-length, ring-insert):
5927 * vcursor.el (compare-windows-skip-whitespace):
5928 * woman.el (dired-get-filename):
5929 Declare functions.
5930
5931 * term/w32-win.el (cygwin-convert-path-from-windows): Fix declaration.
5932
5933 2012-11-17 Jay Belanger <jay.p.belanger@gmail.com>
5934
5935 * calc/calc.el (calc-gregorian-switch): New variable.
5936
5937 * calc/calc-forms.el (math-day-in-year, math-dt-before-p)
5938 (math-absolute-from-gregorian-dt, math-absolute-from-julian-dt)
5939 (math-date-to-julian-dt, math-date-to-gregorian-dt): New functions.
5940 (math-leap-year-p): Add option to distinguish between Julian
5941 and Gregorian calendars.
5942 (math-day-number): Use `math-day-in-year' to do the computations.
5943 (math-absolute-from-dt): Rename from `math-absolute-from-date'.
5944 Use `math-absolute-from-gregorian' and `math-absolute-from-julian'
5945 to do the computations.
5946 (math-date-to-dt): Use `math-date-to-julian-dt' and
5947 `math-date-to-gregorian-dt' to do the computations.
5948 (calcFunc-weekday, math-format-date-part): Use the new version of
5949 the DATE to determine the weekday.
5950 (calcFunc-newmonth, calcFunc-newyear): Use `calc-gregorian-switch'
5951 when necessary.
5952
5953 2012-11-17 Eli Zaretskii <eliz@gnu.org>
5954
5955 * term/w32-win.el (w32-handle-dropped-file): Use 'file://' only on
5956 Cygwin; otherwise use 'file:'. (Bug#12914)
5957 (cygwin-convert-path-from-windows): Declare, to avoid
5958 byte-compiler warnings.
5959
5960 2012-11-17 Andreas Politz <politza@fh-trier.de>
5961
5962 * ibuffer.el (ibuffer-mark-forward, ibuffer-unmark-forward)
5963 (ibuffer-unmark-backward, ibuffer-mark-interactive): Support plain
5964 prefix and negative numeric prefix args (Bug#12795).
5965
5966 2012-11-17 Stephen Berman <stephen.berman@gmx.net>
5967
5968 * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
5969 Don't signal an error with a score that is too low to add to the
5970 list of top scores. (Bug#12779)
5971
5972 2012-11-17 Chong Yidong <cyd@gnu.org>
5973
5974 * help-mode.el (help-xref-interned): End on point-min (Bug#12737).
5975
5976 * filecache.el (file-cache-add-file): Handle relative file name in
5977 the argument (Bug#12694).
5978
5979 2012-11-16 Jürgen Hötzel <juergen@archlinux.org> (tiny change)
5980
5981 * eshell/em-unix.el (eshell/mkdir): Handle "--parents" (bug#12897).
5982
5983 2012-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
5984
5985 * emacs-lisp/advice.el (ad-make-advised-definition): Improve last fix.
5986
5987 * emacs-lisp/cl-lib.el: Set more meaningful version number.
5988
5989 2012-11-16 Martin Rudalics <rudalics@gmx.at>
5990
5991 * window.el (enlarge-window, shrink-window): Don't mention return
5992 value in doc-string (Bug#12896).
5993 (window--display-buffer): Don't resize frames - it won't work
5994 with all window managers and defeat pop-up-frame-alist.
5995 (display-buffer-alist): In doc-string explain that CONDITION can
5996 be a function and which arguments are passed to it (Bug#12854).
5997 (display-buffer-assq-regexp): New argument ACTION. Handle lambda
5998 expressions (Bug#12854).
5999 (display-buffer): Pass ACTION argument to
6000 display-buffer-assq-regexp.
6001
6002 2012-11-16 Glenn Morris <rgm@gnu.org>
6003
6004 * window.el (fit-frame-to-buffer-bottom-margin)
6005 (fit-frame-to-buffer, fit-window-to-buffer): Doc fixes.
6006
6007 * faces.el (face-underline-p): Use face-attribute-specified-or.
6008
6009 2012-11-16 Juanma Barranquero <lekktu@gmail.com>
6010
6011 * emacs-lisp/cl-macs.el (cl-loop, cl-do, cl-do*): Doc fixes.
6012
6013 2012-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
6014
6015 * emacs-lisp/cl-macs.el (cl-flet, cl-flet*): Fix docstring (bug#12895).
6016
6017 2012-11-16 Glenn Morris <rgm@gnu.org>
6018
6019 * eshell/em-cmpl.el (eshell-pcomplete): New command. (Bug#12838)
6020 (eshell-cmpl-initialize): Bind eshell-pcomplete to TAB, C-i.
6021
6022 * faces.el (face-underline-p): Doc fix. Handle :underline being
6023 things other than `t' (a string, a list).
6024 (face-inverse-video-p): Doc fix.
6025 (set-face-underline): Rename it back from set-face-underline-p.
6026 Doc fix. Allow interactive input of values other than t.
6027 (read-face-attribute): Apply formatting to :underline,
6028 since like :box and :stipple it can take list values.
6029
6030 * term.el (ansi-term): Don't let C-x escape-char binding
6031 clobber the more standard C-c binding. (Bug#12842)
6032
6033 * subr.el (set-temporary-overlay-map): Doc fix.
6034
6035 2012-11-16 Martin Rudalics <rudalics@gmx.at>
6036
6037 * window.el (record-window-buffer)
6038 (display-buffer-record-window): When copying the markers to
6039 window-point preserve window-point-insertion-type. (Bug#12588)
6040
6041 2012-11-16 Glenn Morris <rgm@gnu.org>
6042
6043 * emacs-lisp/eieio-datadebug.el (eieio-debug-methodinvoke):
6044 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error):
6045 Use new names for hooks rather than obsolete aliases.
6046
6047 2012-11-15 Daniel Colascione <dancol@dancol.org>
6048
6049 * term/w32-win.el (w32-handle-dropped-file): Use a "file://"
6050 prefix instead of "file:" so that when FILE-NAME begins with "//",
6051 as it does when the target file is on a network share, url-handler
6052 isn't confused.
6053
6054 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
6055
6056 * emacs-lisp/advice.el (ad-definition-type): Make sure we don't use
6057 a preactivated advice from an old advice.el; they're not compatible!
6058
6059 2012-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
6060
6061 * emacs-lisp/nadvice.el (advice--make-interactive-form):
6062 Fix string-spec case.
6063
6064 * emacs-lisp/advice.el (ad-make-advised-definition): Fix undefined case.
6065
6066 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
6067
6068 * emacs-lisp/nadvice.el: Add buffer-local support to add-function.
6069 (advice--buffer-local-function-sample): New var.
6070 (advice--set-buffer-local, advice--buffer-local): New functions.
6071 (add-function, remove-function): Use them.
6072
6073 2012-11-15 Drew Adams <drew.adams@oracle.com>
6074
6075 * imenu.el (imenu--split-submenus): Use imenu--subalist-p (bug#12717).
6076
6077 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
6078
6079 * emacs-lisp/cl-macs.el (cl--transform-lambda): Defend against
6080 potential binding of print-gensym to t, and prettify (back)quotes in
6081 case they appear in args's default values (bug#12884).
6082
6083 2012-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
6084
6085 * emacs-lisp/nadvice.el: Add around advice for interactive specs.
6086 (advice-eval-interactive-spec): New function.
6087 (advice--make-interactive-form): Support around advice (bug#12844).
6088
6089 2012-11-14 Dmitry Gutov <dgutov@yandex.ru>
6090
6091 * progmodes/ruby-mode.el (ruby-expr-beg): Make heredoc detection
6092 more strict. Add docstring.
6093 (ruby-expression-expansion-re): Extract from
6094 `ruby-match-expression-expansion'.
6095 (ruby-syntax-propertize-function): After everything else, search
6096 for expansions in string literals, mark their insides as
6097 whitespace syntax and save match data for font-lock.
6098 (ruby-font-lock-keywords): Use the 2nd group from expression
6099 expansion matches.
6100 (ruby-match-expression-expansion): Use the match data saved to the
6101 text property in ruby-syntax-propertize-function.
6102
6103 2012-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
6104
6105 * emacs-lisp/gv.el (setf): Fix debug spec for multiple assignments
6106 (bug#12879).
6107
6108 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
6109
6110 * progmodes/ruby-mode.el (ruby-move-to-block): Looks for a block
6111 start/end keyword a bit harder. Works with different values of N.
6112 Add more comments.
6113 (ruby-end-of-block): Update accordingly.
6114
6115 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
6116
6117 * woman.el (woman-file-name): Don't mess with unread-command-events
6118 (bug#12861).
6119
6120 * emacs-lisp/advice.el: Layer on top of nadvice.el.
6121 Remove out of date self-require hack.
6122 (ad-do-advised-functions): Use simple `dolist'.
6123 (ad-advice-name, ad-advice-protected, ad-advice-enabled)
6124 (ad-advice-definition): Redefine as functions.
6125 (ad-advice-classes): Move before first use.
6126 (ad-make-origname, ad-set-orig-definition, ad-clear-orig-definition)
6127 (ad-make-mapped-call, ad-make-advised-docstring,ad-make-plain-docstring)
6128 (ad--defalias-fset): Remove functions.
6129 (ad-make-advicefunname, ad-clear-advicefunname-definition): New funs.
6130 (ad-get-orig-definition): Rewrite.
6131 (ad-make-advised-definition-docstring): Change base docstring.
6132 (ad-real-orig-definition): Rewrite.
6133 (ad-map-arglists): Change name of called function.
6134 (ad--make-advised-docstring): Redirect `function' from ad-Advice-...
6135 (ad-make-advised-definition): Simplify.
6136 (ad-assemble-advised-definition): Tweak for new calling context.
6137 (ad-activate-advised-definition): Setup ad-Advice-* i.s.o ad-Orig-*.
6138 (ad--defalias-fset): Rename from ad-handle-definition. Make it set the
6139 function and call ad-activate if needed.
6140 (ad-activate, ad-deactivate): Don't call ad-handle-definition any more.
6141 (ad-recover): Clear ad-Advice-* instead of ad-Orig-*.
6142 (ad-compile-function): Compile ad-Advice-*.
6143 (ad-activate-on-top-level, ad-with-auto-activation-disabled): Remove.
6144 (ad-start-advice, ad-stop-advice): Remove.
6145
6146 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
6147
6148 * progmodes/ruby-mode.el (ruby-add-log-current-method): Print the
6149 period before class method names, not after. Remove handling of
6150 one impossible case. Add comments.
6151
6152 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
6153
6154 * emacs-lisp/advice.el: Remove support for freezing.
6155 (ad-make-freeze-docstring, ad-make-freeze-definition): Remove functions.
6156 (ad-make-single-advice-docstring, ad-defadvice-flags, defadvice):
6157 Remove support for `freeze'.
6158
6159 * emacs-lisp/cl.el (dolist, dotimes, declare): Use advice-add to
6160 override the default.
6161 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Rewrite without using
6162 cl--dotimes/dolist.
6163 * subr.el (dolist, dotimes, declare): Redefine them normally, even when
6164 `cl' is loaded.
6165
6166 * emacs-lisp/nadvice.el (advice--normalize): New function, extracted
6167 from add-advice.
6168 (advice--strip-macro): New function.
6169 (advice--defalias-fset): Use them to handle macros.
6170 (advice-add): Use them.
6171 (advice-member-p): Correctly handle macros.
6172
6173 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
6174
6175 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
6176 Never font-lock the beginning of singleton class as heredoc.
6177
6178 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
6179
6180 * emacs-lisp/gv.el (gv-define-simple-setter): One more fix (bug#12871).
6181
6182 2012-11-13 Wolfgang Jenkner <wjenkner@inode.at>
6183
6184 * ansi-color.el (ansi-color-apply-sequence): Implement SGR codes
6185 39 and 49 (bug#12792). Also, treat unimplemented parameters as 0,
6186 thereby restoring the behavior of revisions prior to 2012-08-15T03:33:55Z!monnier@iro.umontreal.ca.
6187
6188 2012-11-13 Fabián Ezequiel Gallina <fgallina@cuca>
6189
6190 Fix end-of-defun misbehavior.
6191 * progmodes/python.el (python-nav-beginning-of-defun): Rename from
6192 python-beginning-of-defun-function. Handle nested defuns
6193 correctly.
6194 (python-nav-end-of-defun): Rename from
6195 python-end-of-defun-function. Ensure forward movement.
6196 (python-info-current-defun): Reimplement to work as intended
6197 with new fixed python-nav-{end,beginning}-of-defun. Stop scanning
6198 parent defuns as soon as possible.
6199
6200 2012-11-13 Glenn Morris <rgm@gnu.org>
6201
6202 * progmodes/flymake.el (flymake-error-bitmap)
6203 (flymake-warning-bitmap, flymake-fringe-indicator-position): Doc fixes.
6204 (flymake-error-bitmap, flymake-warning-bitmap): Fix :types.
6205
6206 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
6207
6208 * progmodes/ruby-mode.el (ruby-move-to-block): When moving
6209 backward, always stop at indentation. Reverts the change from
6210 2012-08-12T22:06:56Z!monnier@iro.umontreal.ca (Bug#12851).
6211
6212 2012-11-13 Glenn Morris <rgm@gnu.org>
6213
6214 * ibuffer.el (ibuffer-mode-map, ibuffer-mode):
6215 Add ibuffer-filter-by-derived-mode.
6216
6217 * ibuffer.el (ibuffer-mode-map): Don't have two menu items with
6218 the same name shadowing each other.
6219
6220 * window.el (with-temp-buffer-window): Doc tweak.
6221
6222 * emacs-lisp/debug.el (debugger-bury-or-kill): Doc tweak.
6223
6224 * help.el (temp-buffer-max-height):
6225 * window.el (fit-frame-to-buffer, fit-frame-to-buffer-bottom-margin):
6226 * emacs-lisp/debug.el (debugger-bury-or-kill): Fix :version.
6227
6228 2012-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
6229
6230 * emacs-lisp/nadvice.el: New package.
6231 * subr.el (special-form-p): New function.
6232 * emacs-lisp/elp.el: Use lexical-binding and advice-add.
6233 (elp-all-instrumented-list): Remove var.
6234 (elp-not-profilable): Remove elp-wrapper.
6235 (elp-profilable-p): Use autoloadp and special-form-p.
6236 (elp--advice-name): New const.
6237 (elp-instrument-function): Use advice-add.
6238 (elp--instrumented-p): New predicate.
6239 (elp-restore-function): Use advice-remove.
6240 (elp-restore-all, elp-reset-all): Use mapatoms.
6241 (elp-set-master): Use elp--instrumented-p.
6242 (elp--make-wrapper): Rename from elp-wrapper, return a function
6243 suitable for advice-add. Use cl-inf.
6244 (elp-results): Use mapatoms+elp--instrumented-p.
6245 * emacs-lisp/debug.el: Use lexical-binding and advice-add.
6246 (debug-function-list): Remove var.
6247 (debug): Rename arg, and then let-bind it explicitly inside.
6248 (debugger-setup-buffer): Rename arg.
6249 (debugger-setup-buffer): Adjust counts to new debug-on-entry setup.
6250 (debugger-frame-number): Adjust to new debug-on-entry setup.
6251 (debug--implement-debug-on-entry): Rename from
6252 implement-debug-on-entry, add argument.
6253 (debugger-special-form-p): Remove, use special-form-p instead.
6254 (debug-on-entry): Use advice-add.
6255 (debug--function-list): New function.
6256 (cancel-debug-on-entry): Use it, along with advice-remove.
6257 (debug-arglist, debug-convert-byte-code, debug-on-entry-1): Remove.
6258 (debugger-list-functions): Use debug--function-list instead of
6259 debug-function-list.
6260 * emacs-lisp/advice.el (ad-save-real-definition): Remove, unused.
6261 (ad-special-form-p): Remove, use special-form-p instead.
6262 (ad-set-advice-info): Use add-function and remove-function.
6263 (ad--defalias-fset): Adjust accordingly.
6264
6265 2012-11-10 Glenn Morris <rgm@gnu.org>
6266
6267 * mail/emacsbug.el (report-emacs-bug-tracker-url)
6268 (report-emacs-bug-bug-alist, report-emacs-bug-choice-widget)
6269 (report-emacs-bug-create-existing-bugs-buffer)
6270 (report-emacs-bug-parse-query-results)
6271 (report-emacs-bug-query-existing-bugs): Remove. (Bug#7449)
6272
6273 * term.el (term-default-fg-color, term-default-bg-color):
6274 Make obsolete, rather than just saying "deprecated" in the doc.
6275
6276 * term.el (term): Rename from `term-face'.
6277 (term-current-face, ansi-term-color-vector)
6278 (term-default-fg-color, term-default-bg-color, term-ansi-reset):
6279 Update all users.
6280
6281 2012-11-10 Jan Djärv <jan.h.d@swipnet.se>
6282
6283 * server.el (server-create-window-system-frame): Handle Nextstep
6284 specially (Bug#12780).
6285
6286 2012-11-10 Glenn Morris <rgm@gnu.org>
6287
6288 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs):
6289 Unautoload, and make obsolete. (Bug#7449)
6290
6291 2012-11-10 Chong Yidong <cyd@gnu.org>
6292
6293 * vc/diff-mode.el (diff-delete-trailing-whitespace): Rewrite, and
6294 rename from diff-remove-trailing-whitespace (Bug#12831).
6295
6296 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
6297
6298 * emacs-lisp/advice.el: Require `cl-lib' at run-time to fix
6299 miscompilation of trace.el.
6300
6301 2012-11-10 Glenn Morris <rgm@gnu.org>
6302
6303 * vc/diff-mode.el (diff-remove-trailing-whitespace): Doc fix.
6304
6305 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
6306
6307 * emacs-lisp/gv.el (gv-define-simple-setter): Fix last change
6308 (bug#12812).
6309
6310 2012-11-10 Chong Yidong <cyd@gnu.org>
6311
6312 * minibuf-eldef.el (minibuffer-eldef-shorten-default): Convert to
6313 a defcustom with an appropriate :set function.
6314 (minibuffer-default--in-prompt-regexps): New function.
6315
6316 2012-11-10 Glenn Morris <rgm@gnu.org>
6317
6318 * emacs-lisp/cl.el (define-setf-expander, defsetf)
6319 (define-modify-macro): Doc fixes.
6320
6321 * emacs-lisp/gv.el (gv-letplace): Fix doc typo.
6322 (gv-define-simple-setter): Update doc of `fix-return'.
6323
6324 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
6325
6326 * emacs-lisp/gv.el (gv-define-simple-setter): Don't evaluate `val'
6327 twice when `fix-return' is set (bug#12813).
6328
6329 * emacs-lisp/cl.el (defsetf): Pass the third arg to
6330 gv-define-simple-setter (bug#12812).
6331
6332 * woman.el (woman-decode-region): Disable adaptive-fill when rendering
6333 (bug#12756).
6334
6335 2012-11-10 Glenn Morris <rgm@gnu.org>
6336
6337 * emacs-lisp/gv.el (gv-define-setter): Fix doc typo.
6338
6339 * emacs-lisp/cl-extra.el (cl-prettyexpand):
6340 * emacs-lisp/cl-lib.el (cl-proclaim, cl-declaim):
6341 * emacs-lisp/cl-macs.el (cl-destructuring-bind, cl-locally)
6342 (cl-the, cl-compiler-macroexpand): Add basic doc strings.
6343
6344 * emacs-lisp/cl-extra.el (cl-maplist, cl-mapcan): Doc fix.
6345
6346 2012-11-10 Leo Liu <sdl.web@gmail.com>
6347
6348 * ido.el (ido-set-matches-1): Improve flex matching performance by
6349 removing backtracking in the regexp (suggested by Stefan). (Bug#12796)
6350
6351 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
6352
6353 * emacs-lisp/advice.el (ad-set-advice-info): Set defalias-fset-function.
6354 (ad--defalias-fset): New function.
6355 (ad-safe-fset): Remove.
6356 (ad-make-freeze-definition): Use cl-letf*.
6357
6358 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
6359
6360 * subr.el (dolist): Don't bind VAR in RESULT.
6361
6362 * emacs-lisp/advice.el: Miscellaneous cleanup. Use lexical-binding.
6363 (fset, documentation): Don't save real def since we don't advise.
6364 (ad-do-advised-functions): Remove problematic `result-form'.
6365 (ad-safe-fset): `ad-real-fset' => `fset'.
6366 (ad-read-advised-function): Don't assume that ad-do-advised-functions
6367 uses CL's dolist internally.
6368 (ad-arglist): Remove unused arg `name'.
6369 (ad-docstring, ad-make-advised-docstring):
6370 `ad-real-documentation' => `documentation'.
6371 (warning-suppress-types): Declare.
6372 (ad-set-arguments): Simple CSE.
6373 (ad-recover-normality): Sanity check.
6374
6375 * emacs-lisp/bytecomp.el (byte-compile-out-toplevel): Don't turn
6376 (funcall '(lambda ..) ..) into ((lambda ..) ..).
6377
6378 2012-11-09 Vincent Belaïche <vincentb1@users.sourceforge.net>
6379
6380 * ses.el: symbol to coordinate mapping is made by symbol property
6381 `ses-cell'. This means that the same mapping is done for all SES
6382 sheets. That is good enough for cells with standard A1 names, but
6383 not for named cell. So a hash map is added for the latter.
6384 (defconst ses-localvars): Add local variable ses--named-cell-hashmap
6385 (ses-sym-rowcol): Use hashmap for named cell.
6386 (ses-is-cell-sym-p): New defun.
6387 (ses-decode-cell-symbol): New defun.
6388 (ses-create-cell-variable): Add cell to hashmap when name is not
6389 A1-like.
6390 (ses-rename-cell): Check that cell new name is not already in
6391 spreadsheet with the use of ses-is-cell-sym-p
6392 (ses-rename-cell): Use hash map for named cells, but accept also
6393 renaming back to A1-like.
6394
6395 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
6396
6397 * emacs-lisp/advice.el: Use new dynamic docstrings.
6398 (ad-make-advised-definition-docstring, ad-advised-definition-p):
6399 Use dynamic-docstring-function instead of ad-advice-info.
6400 (ad--make-advised-docstring): New function extracted from
6401 ad-make-advised-docstring.
6402 (ad-make-advised-docstring): Use it.
6403 * progmodes/sql.el (sql--make-help-docstring): New function, extracted
6404 from sql-help.
6405 (sql-help): Use it with dynamic-docstring-function.
6406
6407 * env.el (env--substitute-vars-regexp): Don't use rx (for bootstrap).
6408
6409 2012-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
6410
6411 * files.el (hack-one-local-variable--obsolete): New function.
6412 (hack-one-local-variable): Use it for obsolete settings.
6413
6414 * subr.el (locate-user-emacs-file): If both old and new name exist, use
6415 the new name.
6416
6417 * progmodes/js.el (js--filling-paragraph): New var.
6418 (c-forward-sws, c-backward-sws, c-beginning-of-macro): Advise.
6419 (js-c-fill-paragraph): Prefer advice to cl-letf so the rebinding is
6420 less sneaky.
6421
6422 2012-11-08 Julien Danjou <julien@danjou.info>
6423
6424 * progmodes/ruby-mode.el (auto-mode-alist): Add Rakefile in
6425 `auto-mode-alist' (Bug#12835).
6426
6427 2012-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
6428
6429 * progmodes/perl-mode.el (perl-prettify-symbols): New defcustom.
6430 (perl--prettify-symbols-alist): New const.
6431 (perl--font-lock-compose-symbol, perl--font-lock-symbols-keywords):
6432 New functions.
6433 (perl-font-lock-keywords-2): Use them.
6434 (perl-electric-noindent-p): New function.
6435 (perl-mode): Use it to set up electric-indent-mode.
6436 (perl-electric-terminator, perl-indent-command): Mark obsolete.
6437 (perl-mode-map): Remove bindings for them.
6438 (perl-imenu-generic-expression, perl-outline-level):
6439 Match functions&packages in column>0.
6440
6441 * env.el (env--substitute-vars-regexp): New const.
6442 (substitute-env-vars): Use it. Add `only-defined' arg.
6443 * net/tramp.el (tramp-replace-environment-variables): Use it.
6444
6445 * emacs-lisp/bytecomp.el (byte-compile-initial-macro-environment):
6446 Byte-compile *before* eval in eval-and-compile.
6447 (byte-compile-log-warning): Remove redundant inhibit-read-only.
6448 (byte-compile-file-form-autoload): Don't hide actual definition.
6449 (byte-compile-maybe-guarded): Accept `functionp' as well.
6450
6451 * emacs-lisp/gv.el (gv-ref, gv-deref): New function and macro.
6452
6453 2012-11-07 Michael Albinus <michael.albinus@gmx.de>
6454
6455 * notifications.el (notifications-get-server-information-method):
6456 New defconst.
6457 (notifications-get-capabilities): Fix docstring.
6458 (notifications-get-server-information): New defun.
6459
6460 2012-11-06 Agustín Martín Domingo <agustin.martin@hispalinux.es>
6461
6462 * textmodes/ispell.el (ispell-region): Standard re-indent for better
6463 readability.
6464
6465 * textmodes/ispell.el: Experimental support for support debugging.
6466 (ispell-create-debug-buffer): Create a `ispell-debug-buffer' debug
6467 buffer for ispell.
6468 (ispell-print-if-debug): New function to print stuff to
6469 `ispell-debug-buffer' if debugging is enabled.
6470 (ispell-region, ispell-process-line): Use `ispell-print-if-debug' to
6471 show some debugging info.
6472 (ispell-buffer-with-debug): New function that creates a debugging
6473 buffer and calls `ispell-buffer' with debugging enabled.
6474
6475 * textmodes/ispell.el (ispell-region): Do not prefix sent string by
6476 comment in autoconf mode. (Bug#12768)
6477
6478 2012-11-06 Dmitry Antipov <dmantipov@yandex.ru>
6479
6480 * emacs-lisp/byte-opt.el (toplevel): Add compare-window-configurations,
6481 frame-first-window, frame-root-window, frame-selected-window,
6482 minibuffer-selected-window, minibuffer-window,
6483 window-absolute-pixel-edges, window-at, window-body-height,
6484 window-body-width, window-display-table, window-combination-limit,
6485 window-frame, window-fringes, window-inside-absolute-pixel-edges,
6486 window-inside-edges, window-inside-pixel-edges, window-left-child,
6487 window-left-column, window-margins, window-next-buffers,
6488 window-next-sibling, window-new-normal, window-new-total,
6489 window-normal-size, window-parameter, window-parameters, window-parent,
6490 window-pixel-edges, window-point, window-prev-buffers,
6491 window-prev-sibling, window-redisplay-end-trigger, window-scroll-bars,
6492 window-start, window-text-height, window-top-child, window-top-line,
6493 window-total-height, window-total-width and window-use-time to the list
6494 of functions without side-effects.
6495 (toplevel): Add window-valid-p to the list of error-free functions
6496 without side-effects.
6497
6498 2012-11-05 Agustín Martín Domingo <agustin.martin@hispalinux.es>
6499
6500 * textmodes/ispell.el (ispell-program-name):
6501 Update spellchecker parameters when customized.
6502
6503 2012-11-04 Glenn Morris <rgm@gnu.org>
6504
6505 * vc/vc-svn.el (vc-svn-state-heuristic): Avoid calling svn. (Bug#7850)
6506
6507 2012-11-04 Chong Yidong <cyd@gnu.org>
6508
6509 * bookmark.el (bookmark-bmenu-switch-other-window): Avoid binding
6510 same-window-* variables.
6511
6512 2012-11-04 Juri Linkov <juri@jurta.org>
6513
6514 * isearch.el (isearch-help-for-help, isearch-describe-bindings)
6515 (isearch-describe-key, isearch-describe-mode): Use a display
6516 action instead of binding same-window-* variables (Bug#10040).
6517
6518 2012-11-03 Glenn Morris <rgm@gnu.org>
6519
6520 * emacs-lisp/cl-macs.el (cl-parse-loop-clause):
6521 Rename handler properties back from cl-- to cl-. (Bug#12788)
6522
6523 * emacs-lisp/cl-macs.el (cl-do-all-symbols): Add doc string.
6524
6525 2012-11-03 Eli Zaretskii <eliz@gnu.org>
6526
6527 * term/pc-win.el: Don't load term/internal from here.
6528
6529 * loadup.el: Load term/internal from here.
6530
6531 2012-11-03 Fabián Ezequiel Gallina <fgallina@cuca>
6532
6533 * progmodes/python.el (inferior-python-mode): Fix hang in
6534 jit-lock (Bug#12645).
6535
6536 2012-11-03 Martin Rudalics <rudalics@gmx.at>
6537
6538 * window.el (switch-to-visible-buffer)
6539 (switch-to-buffer-preserve-window-point): Fix doc-strings.
6540
6541 2012-11-03 Glenn Morris <rgm@gnu.org>
6542
6543 * emacs-lisp/cl-lib.el (cl--random-time):
6544 Rename from cl-random-time. (Bug#12773)
6545 (cl--gensym-counter, cl--random-state): Update callers.
6546 * emacs-lisp/cl-extra.el (cl-make-random-state): Update callers.
6547
6548 2012-11-03 Chong Yidong <cyd@gnu.org>
6549
6550 * cus-start.el: Make cursor-type customizable (Bug#11633).
6551
6552 2012-11-02 Glenn Morris <rgm@gnu.org>
6553
6554 * filecache.el: No need to load find-lisp when compiling.
6555 (find-lisp-find-files): Autoload it.
6556 (file-cache-add-directory-recursively): Don't require find-lisp.
6557
6558 * image.el (image-type-from-file-name): Trivial simplification.
6559
6560 * emacs-lisp/bytecomp.el (byte-compile-eval):
6561 Decouple "noruntime" and "cl-functions" warnings.
6562
6563 2012-11-01 Stephen Berman <stephen.berman@gmx.net>
6564
6565 * play/gomoku.el (gomoku-display-statistics): Update mode line
6566 only if in Gomoku buffer; don't capitalize "won" (Bug#12771).
6567
6568 2012-10-31 Martin Rudalics <rudalics@gmx.at>
6569
6570 * window.el (quit-restore-window): If the window has been
6571 created on an existing frame and ended up as the sole window on
6572 that frame, do not delete it (Bug#12764).
6573
6574 2012-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
6575
6576 * progmodes/sh-script.el (sh--inside-noncommand-expression):
6577 Rename from sh--inside-arithmetic-expression, handle more cases
6578 (bug#11263).
6579
6580 * progmodes/sh-script.el (sh--inside-arithmetic-expression): New func.
6581 (sh-font-lock-open-heredoc): Use it (bug#12770).
6582
6583 2012-10-30 Glenn Morris <rgm@gnu.org>
6584
6585 * emacs-lisp/cl-extra.el (cl-mapc): Add autoload cookie. Doc fix.
6586
6587 * emacs-lisp/cl.el (letf): Doc fix. (Bug#12760)
6588
6589 2012-10-29 Chong Yidong <cyd@gnu.org>
6590
6591 * isearch.el (isearch-other-meta-char): Ensure that a reprocessed
6592 function key is stored in a keyboard macro (Bug#4894).
6593
6594 * thingatpt.el (number-at-point): Apply a thing-at-point property.
6595
6596 2012-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
6597
6598 * vc/diff-mode.el (diff-context->unified): Don't get confused by "hunk
6599 header comments".
6600 (diff-unified->context, diff-context->unified)
6601 (diff-reverse-direction, diff-fixup-modifs): Use `use-region-p'.
6602
6603 * emacs-lisp/cl.el (letf): Add missing indent rules (bug#12759).
6604
6605 * files.el (find-alternate-file): Only ask one question (bug#12487).
6606
6607 2012-10-29 Chong Yidong <cyd@gnu.org>
6608
6609 * vc/vc-hooks.el (vc-file-clearprops): Kill vc-parent-buffer.
6610 Suggested by Dan Nicolaescu (Bug#6326).
6611
6612 * info.el (Info-complete-menu-item): Avoid duplicates (Bug#12705).
6613
6614 * startup.el (fancy-about-screen): Don't message (Bug#12680).
6615
6616 * thingatpt.el (thing-at-point): Doc fix (Bug#12691).
6617
6618 * imenu.el (imenu): Inhibit push-mark message (Bug#12726).
6619
6620 * face-remap.el (face-remap-add-relative): Handle the case where a
6621 face-remapping-alist entry is a cons cell (Bug#12762).
6622
6623 2012-10-29 Kevin Ryde <user42@zip.com.au>
6624
6625 * woman.el (woman-parse-numeric-value): Handle picas correctly
6626 (Bug#12639).
6627
6628 2012-10-29 Glenn Morris <rgm@gnu.org>
6629
6630 * emacs-lisp/cl.el (defsetf): Doc fix.
6631
6632 2012-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
6633
6634 * progmodes/sh-script.el (sh-font-lock-paren): Also put punctuation
6635 syntax to the matching opener, if any (bug#12547).
6636 (sh-smie-sh-forward-token, sh-smie-sh-backward-token): Recognize this
6637 matching open as a "case-(".
6638 (sh-smie-rc-grammar): Add a corresponding rule for it.
6639
6640 2012-10-28 Daniel Hackney <dan@haxney.org>
6641
6642 * emacs-lisp/package.el (package-generate-autoloads): Kill buffer
6643 "PKGNAME-autoloads.el" in case we created it.
6644
6645 2012-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
6646
6647 * minibuffer.el (completion--sifn-requote): Rewrite to handle things
6648 like Tramp's "/foo:~bar//baz" -> "/scpc:foo:/baz" mapping (bug#11714).
6649 (completion--twq-all): Disable too-strict assertions.
6650
6651 * tmm.el (tmm-prompt): Use map-keymap (bug#12744).
6652
6653 2012-10-27 Eli Zaretskii <eliz@gnu.org>
6654
6655 * profiler.el (profiler-report-make-entry-part): Fix help-echo
6656 text to match the real keybindings.
6657
6658 2012-10-27 Juri Linkov <juri@jurta.org>
6659
6660 * wdired.el (wdired-keep-marker-rename): New defcustom.
6661 (wdired-do-renames): Use it instead of `dired-keep-marker-rename'.
6662 (Bug#11795)
6663
6664 * dired.el (dired-keep-marker-rename): Add reference to
6665 `wdired-keep-marker-rename' in the docstring.
6666 Add default character value ?R to display initially in
6667 Customization UI instead of ?@.
6668
6669 2012-10-27 Martin Rudalics <rudalics@gmx.at>
6670
6671 * window.el (display-buffer): In doc-string describe
6672 window-height and window-width alist entries.
6673
6674 * time.el (display-time-world): Restore fit-window-to-buffer
6675 behavior.
6676
6677 2012-10-27 Chong Yidong <cyd@gnu.org>
6678
6679 * subr.el (insert-buffer-substring-as-yank): Doc fix.
6680
6681 2012-10-26 Jambunathan K <kjambunathan@gmail.com>
6682
6683 * minibuffer.el (completion-category-overrides): New completion
6684 category `bookmark' (bug#11131).
6685
6686 2012-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
6687
6688 * emacs-lisp/advice.el (ad-assemble-advised-definition):
6689 Silence bogus compiler warnings for ad-do-it.
6690
6691 * bookmark.el (bookmark-completing-read): Set the completion category
6692 to `bookmark' (bug#11131).
6693
6694 2012-10-26 Bastien <bzg@altern.org>
6695 Stefan Monnier <monnier@iro.umontreal.ca>
6696
6697 * face-remap.el: Use lexical-binding.
6698 (text-scale-adjust): Improve docstring. Use itself for the temporary
6699 overlay-map bindings, so as to repeat the "Use..." message each time.
6700
6701 2012-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
6702
6703 * emacs-lisp/macroexp.el (macroexp--expand-all):
6704 Obey byte-compile-warning-enabled-p (bug#12486).
6705
6706 * vc/diff-mode.el (diff-end-of-hunk): Also skip potential "no LF at eol".
6707 (diff-refine-hunk): Similarly, handle the "no LF at eol" (bug#12584).
6708
6709 2012-10-26 Martin Rudalics <rudalics@gmx.at>
6710
6711 * mouse.el (mouse-drag-line): Move last form into preceding when
6712 clause (Bug#12731).
6713
6714 * help.el (resize-temp-buffer-window): Fix doc-string.
6715
6716 2012-10-25 David Engster <deng@randomsample.de>
6717
6718 * emacs-lisp/eieio.el (eieio-update-lisp-imenu-expression):
6719 Remove. This feature is already integrated in imenu.
6720
6721 * emacs-lisp/eieio-opt.el: Remove require for `button' since it is
6722 always loaded. Require `speedbar' unconditionally.
6723
6724 2012-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
6725
6726 * dired.el (dired-get-marked-files): Allow ! on . and .. (bug#12725).
6727
6728 * minibuffer.el (minibuffer-force-complete): Fix thinko.
6729
6730 * net/ldap.el (ldap-search-internal): The official ldif format starts
6731 with a "version: 1" header (bug#12724).
6732
6733 * emacs-lisp/package.el (package-installed-p): Warn if not ready
6734 (bug#12721).
6735
6736 2012-10-25 Glenn Morris <rgm@gnu.org>
6737
6738 * emacs-lisp/cl-macs.el (cl-progv): Doc fix.
6739
6740 2012-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
6741
6742 * minibuffer.el (minibuffer-force-complete): Use one more marker
6743 for the temporary-overlay-map command (bug#12619).
6744
6745 2012-10-24 Chong Yidong <cyd@gnu.org>
6746
6747 * time.el (display-time-world-mode): Derive from special-mode.
6748 (display-time-world): Use display-buffer (Bug#12708).
6749 (display-time-world-mode-map): Variable deleted.
6750 (display-time-world-display): Wrap the final delete-char inside
6751 inhibit-read-only.
6752
6753 2012-10-24 Chong Yidong <cyd@gnu.org>
6754
6755 * dired.el (dired-mark, dired-unmark, dired-flag-file-deletion):
6756 Doc fix.
6757
6758 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix (Bug#12628).
6759
6760 2012-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
6761
6762 * minibuffer.el (completion--all-sorted-completions-location): New var.
6763 (completion--cache-all-sorted-completions)
6764 (completion--flush-all-sorted-completions): Use it.
6765 (completion-in-region, completion-in-region--postch)
6766 (completion-at-point, completion-help-at-point): Use markers in
6767 completion-in-region--data (bug#12619).
6768
6769 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
6770
6771 * progmodes/compile.el (compilation-start): Try to handle common
6772 quoting of `cd' argument (bug#12640).
6773
6774 * vc/diff-mode.el (diff-hunk): `save-excursion' while refining
6775 (bug#12671).
6776
6777 2012-10-23 Glenn Morris <rgm@gnu.org>
6778
6779 * progmodes/gud.el (gud-menu-map):
6780 Check gdb-active-process is bound. (Bug#12358)
6781
6782 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
6783
6784 * repeat.el (repeat): Set real-this-command (bug#12232).
6785
6786 * htmlfontify.el (hfy-post-html-hook):
6787 * filesets.el (filesets-cache-fill-content-hook):
6788 * arc-mode.el (archive-extract-hook):
6789 * progmodes/cc-mode.el (c-prepare-bug-report-hook):
6790 * net/rcirc.el (rcirc-sentinel-functions)
6791 (rcirc-receive-message-functions, rcirc-activity-functions)
6792 (rcirc-print-functions):
6793 * net/dbus.el (dbus-event-error-functions):
6794 * emacs-lisp/eieio.el (eieio-pre-method-execution-functions):
6795 * emacs-lisp/checkdoc.el (checkdoc-style-functions)
6796 (checkdoc-comment-style-functions): Don't use "-hooks" suffix.
6797 * term/sun.el (sun-raw-prefix-hooks):
6798 * mail/sendmail.el (mail-yank-hooks): Use make-obsolete-variable.
6799
6800 2012-10-23 Michael Albinus <michael.albinus@gmx.de>
6801
6802 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
6803 Set `tramp-chunksize' to 1. This improves the performance.
6804 (tramp-smb-wait-for-output): Add timeout to
6805 `tramp-accept-process-output' calls.
6806
6807 2012-10-23 Chong Yidong <cyd@gnu.org>
6808
6809 * faces.el (font-list-limit): Define as an obsolete variable.
6810
6811 * startup.el (command-line):
6812 * cus-start.el: Don't refer to font-list-limit.
6813
6814 * newcomment.el (comment-normalize-vars): Doc fix (Bug#12583).
6815
6816 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
6817
6818 * subr.el (internal-temp-output-buffer-show): Rename from
6819 temp-output-buffer-show, since previously compiled files expect this name.
6820
6821 2012-10-23 Glenn Morris <rgm@gnu.org>
6822
6823 * image.el (image-type-from-file-name): If multiple types match,
6824 return the first one that is supported. (Bug#9045)
6825
6826 2012-10-22 Glenn Morris <rgm@gnu.org>
6827
6828 * image.el (imagemagick-enabled-types): Doc fix.
6829
6830 2012-10-22 Takafumi Arakaki <aka.tkf@gmail.com> (tiny change)
6831
6832 * progmodes/which-func.el (which-func-current): The hash-table may have
6833 an explicit nil (bug#12338).
6834
6835 2012-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
6836
6837 * electric.el (electric-pair-delete-selection-self-insert-function):
6838 Rename to electric-pair-will-use-region, return a boolean.
6839 (electric-pair-mode): Adjust accordingly. Don't require delsel.
6840
6841 * delsel.el (delete-selection-helper): Use a function instead of a hook.
6842 (delete-selection-pre-hook): Use use-region-p.
6843 (delete-selection-self-insert-function): Remove.
6844 (self-insert-command): Obey self-insert-uses-region-functions.
6845 (self-insert-iso): Revert to previous setting, since we don't actually
6846 know what that command does.
6847 (delete-selection-self-insert-hooks): Remove.
6848
6849 2012-10-22 Simon Law <sfllaw@sfllaw.ca> (tiny change)
6850
6851 * delsel.el (delete-selection-helper): New function, extracted from
6852 delete-selection-pre-hook.
6853 (delete-selection-pre-hook): Use it.
6854 (delete-selection-self-insert-function): New function.
6855 (delete-selection-self-insert-hooks): New hook.
6856 (self-insert-command, self-insert-iso): Use it.
6857 * electric.el (electric-pair-syntax): New function, extracted from
6858 electric-pair-post-self-insert-function.
6859 (electric-pair-post-self-insert-function): Use it.
6860 (electric-pair-delete-selection-self-insert-function): New function.
6861 (electric-pair-mode): Require delsel and setup
6862 delete-selection-self-insert-hooks (bug#11520).
6863
6864 2012-10-20 Chong Yidong <cyd@gnu.org>
6865
6866 * vc/vc.el (vc-diff-internal): Set up Diff mode even if there are
6867 no changes to show (Bug#12586).
6868
6869 * eshell/esh-cmd.el (eshell-rewrite-for-command): Copy the body
6870 list explicitly (Bug#12571).
6871
6872 2012-10-20 Arne Jørgensen <arne@arnested.dk>
6873
6874 * progmodes/flymake.el (flymake-create-temp-inplace):
6875 Use file-truename.
6876
6877 2012-10-20 Eli Zaretskii <eliz@gnu.org>
6878
6879 * loadup.el: Update comment about uncompiled Lisp files. (Bug#12395)
6880
6881 2012-10-20 Jay Belanger <jay.p.belanger@gmail.com>
6882
6883 * calc/calc-units.el (math-extract-units): Properly extract powers
6884 of units.
6885
6886 2012-10-20 Daniel Colascione <dancol@dancol.org>
6887
6888 * frame.el (make-frame): Set x-display-name as we used to in order
6889 to unbreak creating an X11 frame from an Emacs daemon started
6890 without a display.
6891
6892 2012-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
6893
6894 * minibuffer.el (minibuffer-force-complete): Make the next completion use
6895 the same completion-field (bug#12221).
6896
6897 2012-10-19 Martin Rudalics <rudalics@gmx.at>
6898
6899 * emacs-lisp/debug.el (debug): Record height of debugger window
6900 also when debugger will be back (Bug#8789).
6901
6902 2012-10-18 Chong Yidong <cyd@gnu.org>
6903
6904 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
6905 Convert to defcustom.
6906 (gdb-get-source-file): Don't bind pop-up-windows.
6907
6908 * progmodes/gud.el (gud-display-line): Don't specially re-use
6909 other frames for the gdb-mi case (Bug#12648).
6910
6911 2012-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
6912
6913 * emacs-lisp/advice.el: Clean up commentary a bit.
6914 (ad-do-advised-functions, ad-with-originals): Use `declare'.
6915 (byte-code-function-p): Never redefine.
6916
6917 * emacs-lisp/gv.el (cond): Same fix as before for `if'.
6918
6919 2012-10-18 Glenn Morris <rgm@gnu.org>
6920
6921 * dired.el (dired-sort-toggle): Some ls implementations only allow
6922 a single option string. (Bug#12666)
6923
6924 * minibuffer.el (completion-cycle-threshold): Doc fix.
6925
6926 2012-10-17 Kenichi Handa <handa@gnu.org>
6927
6928 * international/mule.el (set-keyboard-coding-system):
6929 Recover input meta mode when the new coding system doesn not use 8-bit.
6930 Supply TERMINAL arg to set-input-meta-mode.
6931
6932 2012-10-17 Michael Heerdegen <michael_heerdegen@web.de>
6933
6934 * wdired.el (wdired-old-marks): New variable.
6935 (wdired-change-to-wdired-mode): Locally set wdired-old-marks.
6936 (wdired-do-renames): Move point with renamed file and don't lose
6937 mark status (Bug#11795).
6938
6939 2012-10-16 Juri Linkov <juri@jurta.org>
6940
6941 * replace.el (query-replace-help): Mention multi-buffer replacement
6942 keys in the Help message. (Bug#12655)
6943
6944 2012-10-15 Chong Yidong <cyd@gnu.org>
6945
6946 * emacs-lisp/byte-run.el (defsubst): Doc fix.
6947
6948 2012-10-14 Eli Zaretskii <eliz@gnu.org>
6949
6950 * window.el (display-buffer): Doc fix.
6951
6952 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6953 Adjust the msft regexp to the output of Studio 2010, and move msft
6954 before edg-1. See the discussion on emacs-devel,
6955 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00579.html,
6956 for the details.
6957
6958 2012-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
6959
6960 * emacs-lisp/eieio.el (eieio-oset-default, eieio-oset, oset-default)
6961 (oset): Move uses of object-class-fast macro after its definition.
6962
6963 * emacs-lisp/gv.el (if): Don't use closures in non-lexical-binding code.
6964
6965 2012-10-13 Chong Yidong <cyd@gnu.org>
6966
6967 * textmodes/ispell.el (ispell-pdict-save): If flyspell-mode is
6968 enabled, re-enable it (Bug#11963).
6969
6970 2012-10-13 Martin Rudalics <rudalics@gmx.at>
6971
6972 * emacs-lisp/debug.el (debug): When debugger-will-be-back is
6973 non-nil, restore window configuration (Bug#12623).
6974
6975 2012-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
6976
6977 * help-fns.el (describe-variable, describe-function-1):
6978 * help-mode.el (help-make-xrefs): Remove error handler, made unneeded.
6979
6980 * emacs-lisp/eieio.el (lisp-imenu-generic-expression): Fix typo.
6981
6982 2012-10-12 Glenn Morris <rgm@gnu.org>
6983
6984 * mail/rmailsum.el (rmail-header-summary):
6985 Fix 2010-11-26 test for multiline Subject: field. (Bug#12625)
6986
6987 2012-10-12 Fabián Ezequiel Gallina <fgallina@cuca>
6988
6989 * progmodes/python.el (python-mode-map):
6990 Replace subtitute-key-definition with proper command remapping.
6991 (python-nav--up-list): Fix behavior for blocks on the same level.
6992
6993 2012-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
6994
6995 * help-fns.el (describe-function-1): Handle autoloads w/o docstrings.
6996
6997 * emacs-lisp/bytecomp.el (byte-compile-eval): Adjust to long-ago
6998 changes to the format of load-history.
6999
7000 * international/mule-cmds.el (read-char-by-name): Move let-binding of
7001 completion-ignore-case in case that var is buffer-local (bug#12615).
7002
7003 2012-10-11 Kenichi Handa <handa@gnu.org>
7004
7005 * international/eucjp-ms.el: Re-generated.
7006
7007 2012-10-10 Kenichi Handa <handa@gnu.org>
7008
7009 * select.el (xselect--encode-string): If a coding is specified for
7010 selection, and that is compatible with COMPOUND_TEXT, use it.
7011
7012 2012-10-10 Martin Rudalics <rudalics@gmx.at>
7013
7014 * window.el (switch-to-buffer-preserve-window-point): New option.
7015 (switch-to-buffer):
7016 Obey `switch-to-buffer-preserve-window-point' (Bug#4041).
7017
7018 2012-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
7019
7020 * newcomment.el (comment-start-skip, comment-end-skip, comment-end):
7021 Don't document nil as a useful value (bug#12583).
7022
7023 2012-10-09 Michael Albinus <michael.albinus@gmx.de>
7024
7025 * net/tramp.el (tramp-debug-message):
7026 Remove "tramp-with-progress-reporter" from regexp of ignored functions.
7027 (with-tramp-progress-reporter): Rename from
7028 `tramp-with-progress-reporter'.
7029 (with-tramp-file-property, with-tramp-connection-property):
7030 Move from tramp-cache.el, rename from `with-file-property' and
7031 `with-connection-property', respectively.
7032
7033 * net/tramp-cache.el: Remove `with-file-property' and
7034 `with-connection-property'.
7035
7036 * net/tramp.el:
7037 * net/tramp-gvfs.el:
7038 * net/tramp-sh.el:
7039 * net/tramp-smb.el: Adapt callees.
7040
7041 * net/trampver.el: Update release number.
7042
7043 2012-10-09 Glenn Morris <rgm@gnu.org>
7044
7045 * w32-fns.el (set-message-beep):
7046 * term/w32-win.el (set-message-beep): Update declarations.
7047
7048 2012-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
7049
7050 * bindings.el (mode-line-toggle-read-only, mode-line-toggle-modified)
7051 (mode-line-widen, mode-line-input-method-map)
7052 (mode-line-coding-system-map, mode-line-remote)
7053 (mode-line-unbury-buffer, mode-line-bury-buffer)
7054 (mode-line-next-buffer, mode-line-previous-buffer):
7055 Replace save-selected-window+select-window => with-selected-window.
7056
7057 * progmodes/cc-bytecomp.el (cc-bytecomp-defmacro): Remove, unused.
7058 * progmodes/cc-vars.el (bq-process): Remove, unused.
7059
7060 * emacs-lisp/cl-macs.el (cl-defstruct): Obey the :read-only property.
7061
7062 2012-10-09 Fabián Ezequiel Gallina <fgallina@cuca>
7063
7064 Implemented `backward-up-list'-like navigation.
7065 * progmodes/python.el (python-nav-up-list)
7066 (python-nav-backward-up-list): New functions.
7067 (python-mode-map): Define substitute key for backward-up-list to
7068 python-nav-backward-up-list.
7069
7070 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
7071
7072 * progmodes/python.el (python-fill-paragraph): Rename from
7073 python-fill-paragraph-function. Fixed fill-paragraph for
7074 decorators (Bug#12605).
7075
7076 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
7077
7078 * progmodes/python.el (python-shell-output-filter): Handle extra
7079 carriage return in OSX (Bug#12409).
7080
7081 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
7082
7083 Fix shell handling of unbalanced quotes and parens in output.
7084 * progmodes/python.el (python-rx-constituents): Add string-delimiter.
7085 (python-syntax-propertize-function): Use it.
7086 (python-shell-output-syntax-table): New var.
7087 (inferior-python-mode): Prevent unbalanced parens/quotes from
7088 previous output mess with current input context.
7089
7090 2012-10-08 Juanma Barranquero <lekktu@gmail.com>
7091
7092 * generic-x.el (javascript-generic-mode, javascript-generic-mode-hook):
7093 Make obsolete aliases of js-mode and js-mode-hook (from js.el).
7094
7095 2012-10-08 Michael Albinus <michael.albinus@gmx.de>
7096
7097 * ffap.el (ffap-replace-file-component): Support Tramp file name
7098 syntax, not only ange-ftp's one.
7099
7100 2012-10-08 Glenn Morris <rgm@gnu.org>
7101
7102 * cus-start.el (message-log-max): Set :version.
7103
7104 * calendar/calendar.el (calendar-intermonth-header): Doc fix.
7105
7106 2012-10-08 Martin Rudalics <rudalics@gmx.at>
7107
7108 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't try to split
7109 the minibuffer window (Bug#10851).
7110
7111 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
7112
7113 Enhancements on forward-sexp movement.
7114 * progmodes/python.el (python-nav-beginning-of-statement)
7115 (python-nav-end-of-statement): Return point-marker.
7116 (python-nav-forward-sexp): lisp-like forward-sexp behavior.
7117 (python-info-current-symbol)
7118 (python-info-statement-starts-block-p): Rename from
7119 python-info-beginning-of-block-p.
7120 (python-info-statement-ends-block-p): Rename from
7121 python-info-end-of-block-p.
7122 (python-info-beginning-of-statement-p)
7123 (python-info-end-of-statement-p)
7124 (python-info-beginning-of-block-p, python-info-end-of-block-p):
7125 New functions.
7126
7127 2012-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
7128
7129 * comint.el (comint-preinput-scroll-to-bottom): Preserve the
7130 frame-selected-windows.
7131
7132 2012-10-08 Daniel Colascione <dancol@dancol.org>
7133
7134 * battery.el (battery-status-function): Check for
7135 w32-battery-status itself, not system-time windows-nt.
7136
7137 * frame.el: Require cl-lib.
7138 (display-format-alist): New variable mapping frame types to
7139 functions that initialize them.
7140 (window-system-for-display): New function: interprets
7141 display-format-alist.
7142 (make-frame-on-display): Remove existing display-selection logic
7143 and just forward to make-frame, which will now DTRT.
7144 (make-frame): Restructure to use window-system-for-display to
7145 figure out how to create a frame on a given display.
7146 (display-mouse-p): Look for frame-type w32, not a particular
7147 system-type.
7148
7149 * loadup.el: Load w32 lisp code when we have the w32 feature.
7150
7151 * mouse.el (mouse-yank-primarY): Look for frame-type w32, not
7152 system-type windows-nt.
7153
7154 * server.el (server-create-window-system-frame): Look for window
7155 type.
7156 (server-proces-filter): Only force a window system when windows-nt
7157 _and_ w32. Explain why.
7158
7159 * simple.el (normal-erase-is-backspace-mode): Add w32 to the list
7160 of window systems we configure for the mode.
7161
7162 * startup.el (command-line): Mark window system is initialized
7163 after we've done it.
7164
7165 * common-win.el (x-select-text): Look for w32, not windows-nt.
7166
7167 * ns-win.el: Require cl-lib. Add ourselves to
7168 display-format-alist.
7169 (ns-initialize-window-system): Assert we're not initialized twice.
7170
7171 * w32-win.el: Enable lexical binding; require cl-lib; add
7172 ourselves to display-format-alist.
7173 (w32-handle-dropped-file): Convert incoming dropped files from
7174 Windows paths to Cygwin ones before passing them on to the rest of
7175 Emacs.
7176 (w32-drag-n-drop): New paramter new-frame. Simplify logic.
7177 (w32-initialize-window-system): Assert we're not initialized twice.
7178
7179 * x-win.el: Require cl-lib; add ourselves to display-format-alist.
7180 (x-initialize-window-system): Assert we're not initialized twice.
7181
7182 * w32-common-fns.el: New File.
7183 (w32-version, w32-using-nt, w32-get-clipboard-data)
7184 (w32-set-clipboard-data, x-set-selection, x-get-selection)
7185 (w32-charset-info-alist, x-last-selected, text)
7186 (x-get-selection-value, x-selection-value): Move here.
7187
7188 * w32-fns.el: Require w32-common-fns.
7189 (w32-version, w32-using-nt, w32-get-clipboard-data)
7190 (w32-set-clipboard-data, x-set-selection, x-get-selection)
7191 (w32-charset-info-alist, x-last-selected, text)
7192 (x-get-selection-value, x-selection-value): Move to
7193 w32-common-fns.
7194
7195 * w32-vars.el:
7196 (w32-allow-system-shell, w32-system-shells): Define only in
7197 non-cygwin case.
7198
7199 2012-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
7200
7201 * subr.el (read-passwd-map): Don't use `defconst' (bug#12597).
7202 (read-passwd): Remove a few more potential sources of leaks.
7203
7204 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
7205
7206 * progmodes/python.el (inferior-python-mode)
7207 (python-shell-make-comint): Fix initialization of local
7208 variables copied from parent buffer.
7209
7210 2012-10-07 Jan Djärv <jan.h.d@swipnet.se>
7211
7212 * term/ns-win.el (ns-read-file-name): Update declaration to match
7213 nsfns.m.
7214 (ns-respond-to-change-font): Change fontsize separately so we are sure
7215 it is set when font is acted upon.
7216
7217 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
7218
7219 Enhancements to indentation.
7220 * progmodes/python.el (python-indent-context): Give priority to
7221 inside-string context. Make comments indentation markers.
7222 (python-indent-region): Do not mess with strings, unless it's the
7223 enclosing set of quotes.
7224
7225 2012-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
7226
7227 * window.el (internal--before-save-selected-window)
7228 (internal--after-save-selected-window): New functions extracted from
7229 save-selected-window. Make sure we return the `alist' we construct.
7230 (save-selected-window): Use them.
7231
7232 * textmodes/tex-mode.el (tex-recenter-output-buffer):
7233 Use with-selected-window.
7234
7235 * emacs-lisp/autoload.el (make-autoload): Add `cl-defmacro' to the
7236 forms that define macros (bug#12593).
7237
7238 2012-10-07 Kenichi Handa <handa@gnu.org>
7239
7240 * international/mule-conf.el (compound-text-with-extensions):
7241 Add :mime-charset property as x-ctext.
7242
7243 2012-10-07 Stefan Merten <smerten@oekonux.de>
7244
7245 * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
7246 (rst-indent-literal-normal, rst-indent-literal-minimized)
7247 (rst-indent-comment): Correct :version tag.
7248 (rst-official-cvs-rev): Correct version string.
7249
7250 2012-10-07 Glenn Morris <rgm@gnu.org>
7251
7252 * mail/rmailmm.el (rmail-mime-process-multipart):
7253 Do not confuse a multipart message with an epilogue
7254 with a "truncated" one; fixes 2011-06-27 change. (Bug#10101)
7255
7256 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
7257
7258 Fix shell output retrieval and comint-prompt-regexp init.
7259 * progmodes/python.el (inferior-python-mode):
7260 (python-shell-make-comint): Fix initialization of
7261 comint-prompt-regexp from copied file local variables.
7262 (python-shell-fetched-lines): Remove var.
7263 (python-shell-output-filter-in-progress): Rename from
7264 python-shell-fetch-lines-in-progress.
7265 (python-shell-output-filter-buffer): Rename from
7266 python-shell-fetch-lines-string.
7267 (python-shell-fetch-lines-filter): Delete function.
7268 (python-shell-output-filter): New function.
7269 (python-shell-send-string-no-output): Use them.
7270
7271 2012-10-07 Glenn Morris <rgm@gnu.org>
7272
7273 * hi-lock.el (hi-lock-process-phrase):
7274 Try to make it less fragile. (Bug#7161)
7275
7276 * hi-lock.el (hi-lock-face-phrase-buffer): Doc fix.
7277
7278 2012-10-06 Glenn Morris <rgm@gnu.org>
7279
7280 * ehelp.el (electric-help-mode): Use help-mode rather than
7281 non-existent mode `help'.
7282 (electric-help-map): Use button-buffer-map. (Bug#10917)
7283
7284 * textmodes/reftex-vars.el (reftex-create-bibtex-header)
7285 (reftex-create-bibtex-footer): Fix custom types.
7286
7287 * progmodes/sh-script.el (sh-indent-after-continuation):
7288 Add explicit :group.
7289
7290 * textmodes/rst.el (rst-preferred-decorations)
7291 (rst-shift-basic-offset): Clarify obsolescence versions.
7292
7293 * profiler.el (profiler): Add missing group :version tag.
7294 * avoid.el (mouse-avoidance-banish-position):
7295 * proced.el (proced-renice-command):
7296 * calc/calc.el (calc-ensure-consistent-units):
7297 * calendar/icalendar.el (icalendar-import-format-uid):
7298 * net/tramp.el (tramp-save-ad-hoc-proxies):
7299 * progmodes/bug-reference.el (bug-reference-bug-regexp):
7300 * progmodes/flymake.el (flymake-error-bitmap)
7301 (flymake-warning-bitmap, flymake-fringe-indicator-position):
7302 * progmodes/sh-script.el (sh-indent-after-continuation):
7303 * progmodes/verilog-mode.el (verilog-auto-template-warn-unused)
7304 (verilog-before-save-font-hook, verilog-after-save-font-hook):
7305 * progmodes/vhdl-mode.el (vhdl-makefile-default-targets)
7306 (vhdl-array-index-record-field-in-sensitivity-list)
7307 (vhdl-indent-comment-like-next-code-line):
7308 * textmodes/reftex-vars.el (reftex-ref-style-alist)
7309 (reftex-ref-macro-prompt, reftex-ref-style-default-list)
7310 (reftex-cite-key-separator, reftex-create-bibtex-header)
7311 (reftex-create-bibtex-footer):
7312 * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
7313 (rst-indent-literal-normal, rst-indent-literal-minimized)
7314 (rst-indent-comment): Add missing custom :version tags.
7315
7316 * calendar/timeclock.el (timeclock-modeline-display):
7317 Add missing obsolete alias for renamed user option.
7318
7319 * strokes.el (strokes-modeline-string):
7320 * emulation/crisp.el (crisp-mode-modeline-string):
7321 * eshell/esh-mode.el (eshell-status-in-modeline):
7322 Aliases to defcustoms must come before the defcustom.
7323
7324 * calendar/cal-tex.el (cal-tex-diary, cal-tex-cursor-week)
7325 (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
7326 (cal-tex-cursor-week-monday): Doc fixes.
7327 (cal-tex-cursor-week2-summary): Doc fix.
7328 Rename from cal-tex-cursor-week-at-a-glance.
7329
7330 * calendar/cal-menu.el (cal-menu-context-mouse-menu):
7331 Tweak week descriptions. Add cal-tex-cursor-week2-summary.
7332
7333 * calendar/calendar.el (calendar-mode-map):
7334 Add cal-tex-cursor-week2-summary.
7335
7336 2012-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
7337
7338 * emacs-lisp/cl-macs.el (cl-defstruct): Improve docstring.
7339
7340 * subr.el (read-passwd-map): New var.
7341 (read-passwd): Use `read-string' again.
7342 * minibuffer.el (delete-minibuffer-contents): Make it interactive.
7343
7344 2012-10-06 Jambunathan K <kjambunathan@gmail.com>
7345
7346 * register.el (append-to-register, prepend-to-register):
7347 Deactivate mark, as does `copy-to-register' (bug#12389).
7348
7349 2012-10-06 Chong Yidong <cyd@gnu.org>
7350
7351 * files.el (auto-mode-alist): Add .by and .wy (Semantic grammars).
7352
7353 2012-10-06 Ikumi Keita <ikumi@ikumi.que.jp> (tiny change)
7354
7355 * international/characters.el: Fix simple mistake ((car chars) ->
7356 elt), delete duplicated code.
7357
7358 2012-10-06 Glenn Morris <rgm@gnu.org>
7359
7360 * subr.el (read-passwd): Allow C-u to erase entry. (Bug#12570)
7361
7362 2012-10-06 Julian Scheid <julians37@gmail.com> (tiny change)
7363
7364 * color.el (color-hsl-to-rgb): Fix incorrect results for
7365 small and large hue values. (Bug#12559)
7366
7367 2012-10-05 Fabián Ezequiel Gallina <fgallina@cuca>
7368
7369 Enhancements to docstring formatting when filling paragraphs.
7370 * progmodes/python.el (python-fill-docstring-style): Rename from
7371 python-fill-string-style. Added new style.
7372 (python-fill-string): Use new style. Better checks for
7373 docstrings.
7374
7375 2012-10-05 Glenn Morris <rgm@gnu.org>
7376
7377 * net/newst-treeview.el (newsticker-group-move-feed): Doc fix.
7378
7379 * color.el (color-name-to-rgb, color-rgb-to-hex)
7380 (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
7381 (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
7382 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
7383 (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
7384
7385 * emacs-lisp/timer.el (with-timeout): Add missing progn. (Bug#12577)
7386
7387 2012-10-05 Juanma Barranquero <lekktu@gmail.com>
7388
7389 * ido.el (ido-directory-too-big-p): Pass dir through file-truename
7390 to get the correct size across symlinks.
7391
7392 * ido.el (ido-buffer-disable-smart-matches): Fix typo in docstring.
7393
7394 2012-10-04 Juri Linkov <juri@jurta.org>
7395
7396 * replace.el (query-replace-interactive): Declare obsolete.
7397 (query-replace-read-from): Add the last incremental search string
7398 to the list of default values accessible via M-n.
7399 (map-query-replace-regexp): Use `read-regexp'.
7400 (query-replace, query-replace-regexp, query-replace-regexp-eval)
7401 (map-query-replace-regexp, replace-string, replace-regexp):
7402 Fix docstrings to replace mentions of `query-replace-interactive'
7403 with alternatives. (Bug#12526)
7404
7405 2012-10-04 Juri Linkov <juri@jurta.org>
7406
7407 * dired.el (dired-shrink-to-fit): Declare obsolete. (Bug#1806)
7408 (dired-pop-to-buffer): Declare obsolete.
7409 (dired-mark-pop-up): Doc fix.
7410
7411 2012-10-04 Fabián Ezequiel Gallina <fgallina@cuca>
7412
7413 Allow user to set docstring style for fill-paragraph.
7414 * progmodes/python.el
7415 (python-fill-comment-function, python-fill-string-function)
7416 (python-fill-decorator-function, python-fill-paren-function):
7417 Remove :safe for defcustoms.
7418 (python-fill-string-style): New defcustom
7419 (python-fill-paragraph-function): Enhance context detection.
7420 (python-fill-string): Honor python-fill-string-style settings.
7421
7422 2012-10-04 Martin Rudalics <rudalics@gmx.at>
7423
7424 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Select window
7425 after setting its buffer (Bug#10805).
7426
7427 2012-10-03 Fabián Ezequiel Gallina <fgallina@cuca>
7428
7429 Fix cornercase for string syntax.
7430 * progmodes/python.el (python-syntax-propertize-function):
7431 Simplify and enhance the regexp for unescaped quotes. Now it also
7432 matches quotes in weird situations like the single quote in
7433 "something\"'".
7434 (python-syntax-stringify): Simplify num-quotes detecting code.
7435
7436 2012-10-03 Glenn Morris <rgm@gnu.org>
7437
7438 * help-macro.el (three-step-help):
7439 Revert 2012-09-29 change. (Bug#12567)
7440
7441 2012-10-03 Martin Rudalics <rudalics@gmx.at>
7442
7443 * menu-bar.el (kill-this-buffer): Don't do anything when
7444 `menu-frame' is not alive or visible (Bug#8184).
7445
7446 * emacs-lisp/debug.el (debug): When quitting the debugger window
7447 restore current buffer (Bug#12502).
7448
7449 2012-10-02 Chong Yidong <cyd@gnu.org>
7450
7451 * progmodes/hideif.el (hif-lookup, hif-defined):
7452 Handle semantic-c-takeover-hideif.
7453
7454 2012-10-02 Paul Eggert <eggert@cs.ucla.edu>
7455
7456 Change sampling interval units from ms to ns.
7457 * profiler.el (profiler-sampling-interval): Change units
7458 from ms to ns, multiplying the default by 1000000 so that
7459 it remains 1 ms.
7460 (profiler-report-cpu-line-format): Give enough room for
7461 the maximum counters on 64-bit hosts.
7462 (profiler-report-render-calltree-1): Call them "CPU samples",
7463 not "Time (ms)", since they are not milliseconds now (and
7464 never really were).
7465
7466 2012-10-02 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
7467
7468 * net/eudcb-bbdb.el (eudc-bbdb-format-record-as-result):
7469 Fix querying BBDB for entries without a last name (Bug#11580).
7470
7471 2012-10-02 Chong Yidong <cyd@gnu.org>
7472
7473 * emacs-lisp/eieio.el: Restore Version header.
7474
7475 2012-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
7476
7477 * vc/diff-mode.el (diff--auto-refine-data): New var.
7478 (diff-hunk): Use it to delay refinement.
7479 (diff-mode): Remove overlays when we turn off font-lock.
7480
7481 * textmodes/table.el: Use lexical-binding, dolist, define-minor-mode.
7482 (table-initialize-table-fixed-width-mode)
7483 (table-set-table-fixed-width-mode): Remove functions.
7484 (table-command-list): Move initialization into declaration.
7485 (table--tweak-menu-for-xemacs): Move defun outside mapcar.
7486 (table-with-cache-buffer): Use `declare'.
7487 (table-span-cell): Simplify via CSE.
7488 (table-fixed-width-mode): Use define-minor-mode.
7489 (table-call-interactively, table-funcall, table-apply): Remove.
7490 (table-function): New function, to replace them.
7491
7492 * bookmark.el (bookmark-search-pattern): Remove var.
7493 (bookmark-read-search-input): Remove function.
7494 (bookmark-bmenu-search): Reimplement using a minibuffer.
7495
7496 * faces.el (modeline): Remove obsolete face name.
7497
7498 * vc/add-log.el (add-log-buffer-file-name-function): Demote to defvar
7499 and give a non-nil default value.
7500 (add-change-log-entry): Simplify accordingly.
7501
7502 2012-10-01 Dmitry Gutov <dgutov@yandex.ru>
7503
7504 * vc/vc-git.el (vc-git-log-edit-toggle-signoff): New function.
7505 (vc-git-log-edit-toggle-amend): New function.
7506 (vc-git-log-edit-toggle-signoff): New function.
7507 (vc-git-log-edit-mode): New major mode.
7508 (vc-git-log-edit-mode-map): Keymap for it.
7509 (vc-git-checkin): Handle "Amend" and "Sign-Off" headers.
7510
7511 * vc/log-edit.el (log-edit-font-lock-keywords): Allow hyphens in
7512 header names.
7513 (log-edit-toggle-header): New function.
7514 (log-edit-extract-headers): Accept function values in HEADERS alist.
7515
7516 2012-10-01 David Engster <deng@randomsample.de>
7517
7518 * emacs-lisp/eieio-opt.el (eieio-describe-class): Add filename
7519 from symbol property and change message to be more consistent with
7520 Emacs proper.
7521 (eieio-describe-generic): Add filename for each implementation.
7522 Fix indices for generic and normal methods.
7523 (eieio-method-def, eieio-class-def): New buttons.
7524 (eieio-help-find-method-definition)
7525 (eieio-help-find-class-definition): New functions.
7526 (eieio-help-mode-augmentation-maybee): Add buttons to filenames of
7527 class, constructor and method definitions.
7528
7529 * emacs-lisp/eieio.el (eieiomt-add, eieio-defclass): Save file
7530 information in symbol property.
7531 (scoped-class): Remove.
7532 (eieio-slot-name-index, call-next-method): Check if it is bound.
7533
7534 2012-10-01 Leo P. White <lpw25@cam.ac.uk>
7535
7536 * emacs-lisp/eieio-custom.el (eieio-custom-mode-map): New option.
7537 (eieio-custom-mode): New major mode.
7538 (eieio-customize-object): Use it.
7539
7540 2012-10-01 Eric Ludlam <zappo@gnu.org>
7541
7542 * emacs-lisp/eieio-base.el (eieio-persistent-read): New input args
7543 specifying the expected class, and whether subclassing is allowed.
7544 (eieio-persistent-convert-list-to-object):
7545 (eieio-persistent-validate/fix-slot-value)
7546 (eieio-persistent-slot-type-is-class-p): New functions.
7547 (eieio-named::slot-missing): Doc fix.
7548
7549 * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
7550 Stop using unused publd variable.
7551
7552 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
7553 (eieio-speedbar-description, eieio-speedbar-derive-line-path)
7554 (eieio-speedbar-object-buttonname, eieio-speedbar-make-tag-line)
7555 (eieio-speedbar-handle-click): Do not specify a class for the
7556 method. Fixes method invocation order problems with EDE.
7557
7558 2012-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
7559
7560 * emacs-lisp/bytecomp.el (byte-compiler-abbreviate-file): New function.
7561 (byte-compile-warning-prefix, byte-compile-file): Use it (bug#12508).
7562
7563 2012-10-01 Karl Fogel <kfogel@red-bean.com>
7564
7565 * bookmark.el (bookmark-version-control): Give tags in the
7566 :type choices (Bug#12309), and improve doc string.
7567 (bookmark-write-file): Bind `print-circle' to `t' to allow
7568 circular custom bookmark types. (Bug#12503)
7569
7570 2012-10-01 Paul Eggert <eggert@cs.ucla.edu>
7571
7572 Revert the FOLLOW-SYMLINKS change for file-attributes.
7573 * files.el (remote-file-name-inhibit-cache, after-find-file):
7574 * time.el (display-time-file-nonempty-p): Undo last change.
7575
7576 * profiler.el (profiler-sampling-interval): Change default back to 1.
7577 See Stefan Monnier in
7578 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00863.html>.
7579
7580 2012-10-01 Fabián Ezequiel Gallina <fgallina@cuca>
7581
7582 Shell output catching a la gud-gdb.
7583 * progmodes/python.el (python-shell-fetch-lines-in-progress)
7584 (python-shell-fetch-lines-string, python-shell-fetched-lines):
7585 New Vars.
7586 (python-shell-fetch-lines-filter): New function.
7587 (python-shell-send-string-no-output): Use them.
7588
7589 2012-09-30 Tomohiro Matsuyama <tomo@cx4a.org>
7590
7591 * profiler.el (profiler-sampling-interval): Rename from
7592 profiler-sample-interval.
7593 (profiler-sampling-interval): Default to 10.
7594 (profiler-find-profile): New command (was profiler-find-log).
7595 (profiler-find-profile-other-window): New command.
7596 (profiler-find-profile-other-frame): New command.
7597 (profiler-profile): Introduce API-level data structure.
7598
7599 2012-09-30 Paul Eggert <eggert@cs.ucla.edu>
7600
7601 file-attributes has a new optional arg FOLLOW-SYMLINKS.
7602 * files.el (remote-file-name-inhibit-cache):
7603 * time.el (display-time-file-nonempty-p): Use it.
7604 * files.el (after-find-file): Don't chase links before calling
7605 file-exists-p, as file-exists-p already does the right thing.
7606
7607 2012-09-30 Ralf Angeli <angeli@caeruleus.net>
7608
7609 Merge from standalone RefTeX repository.
7610
7611 The following ChangeLog entries are shortened versions of the
7612 original ones with file paths adapted. A not so strongly edited
7613 version of the original ChangeLog can be found in the commit log.
7614
7615 * textmodes/reftex-auc.el: Move `provide' call to bottom of file.
7616 (reftex-arg-cite): Use `reftex-cite-key-separator'.
7617 Correctly handle new value type returned by `reftex-citation'.
7618
7619 * textmodes/reftex-cite.el (reftex-create-bibtex-file): Make sure
7620 that entries with whitespace at various places are found.
7621 Doc fix. Include entries that are cross-referenced from cited entries.
7622 Include @String definitions in the resulting bib file. Add header
7623 and footer defined in `reftex-create-bibtex-header' and
7624 `reftex-create-bibtex-footer'.
7625 (reftex-do-citation): Make it possible again to insert
7626 non-existent entries. Save match data when asking for optional
7627 arguments. Return all keys, not just the first one.
7628 (reftex-all-used-citation-keys): Fix regexp to correctly extract
7629 all citations in the same line.
7630 (reftex-parse-bibtex-entry): Accept additional optional argument
7631 `raw' and keep quotes or braces if it is non-nil. Match fields
7632 containing hyphens besides word constituents.
7633 (reftex-get-string-refs): New function.
7634 (reftex-extract-bib-entries): Check if BibTeX file changed on disk
7635 and ask if it should be reread in case it did.
7636 (reftex-pop-to-bibtex-entry)
7637 (reftex-extract-bib-entries-from-thebibliography): Match \bibitem
7638 entries with spaces or tabs in front of arguments.
7639 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
7640 (reftex-parse-bibtex-entry, reftex-create-bibtex-file):
7641 Match entries containing numbers and symbol constituents.
7642 (reftex-do-citation, reftex-figure-out-cite-format):
7643 Use `reftex-cite-key-separator'.
7644
7645 * textmodes/reftex-dcr.el: Move provide statement to end of file.
7646 (reftex-mouse-view-crossref): Explain why point is set.
7647
7648 * textmodes/reftex-global.el: Whitespace changes.
7649
7650 * textmodes/reftex-index.el: Move provide statement to end of
7651 file.
7652 (reftex-index-selection-or-word): Use `reftex-region-active-p'.
7653 (reftex-index-visit-phrases-buffer): Set marker when visiting
7654 buffer. This allows for returning from the phrases file to the
7655 file one was just editing instead of the file where the last
7656 phrases was added from.
7657 (reftex-index-phrases-syntax-table): New variable. Give ?\"
7658 punctuation syntax as it usually is not used as string quote in
7659 TeX-related modes and may occur unmatched. The change also
7660 prevents fontification of quoted content.
7661 (reftex-index-phrases-mode): Use it.
7662
7663 * textmodes/reftex-parse.el (reftex-parse-from-file):
7664 Move backward one char if a `\' was matched after a section macro.
7665 (reftex-parse-from-file): Use beginning of match instead of end as
7666 bound.
7667
7668 * textmodes/reftex-ref.el: Adapt creation of
7669 `reftex-<package>-<macro>' functions to new structure of
7670 `reftex-ref-style-alist'.
7671 (reftex-reference): Use `reftex-ref-style-list' function.
7672 Adapt to new structure of `reftex-ref-style-alist'. Prompt for a
7673 reference macro if `reftex-ref-macro-prompt' is non-nil.
7674 (reftex-reference): Pass refstyle to `reftex-format-special'.
7675 Determine reference macro by looking at
7676 `reftex-ref-style-default-list' and `reftex-ref-style-alist'.
7677 Use only one special format function.
7678 (reftex-varioref-vref, reftex-fancyref-fref)
7679 (reftex-fancyref-Fref): Remove definitions. The functions are now
7680 generated from `reftex-ref-style-alist'.
7681 (reftex-format-vref, reftex-format-Fref, reftex-format-fref):
7682 Remove.
7683 (reftex-format-special): New function.
7684
7685 * textmodes/reftex-sel.el
7686 (reftex-select-cycle-ref-style-internal): Adapt to new structure
7687 of `reftex-ref-style-alist'. Remove code for testing macro type.
7688 (reftex-select-toggle-varioref)
7689 (reftex-select-toggle-fancyref): Remove.
7690 (reftex-select-cycle-ref-style-internal)
7691 (reftex-select-cycle-ref-style-forward)
7692 (reftex-select-cycle-ref-style-backward): New functions.
7693 (reftex-select-label-map): Use `v' and `V' for general cycling
7694 through reference styles. Add `p' for switching between number
7695 and page reference types.
7696
7697 * textmodes/reftex-toc.el (reftex-re-enlarge):
7698 Call `enlarge-window' only if there is something to do because in Emacs
7699 the horizontal version throws an error even if the parameter is 0.
7700
7701 * textmodes/reftex-vars.el (reftex-label-alist): Doc fix.
7702 (reftex-plug-into-AUCTeX): Doc fix.
7703 (reftex-vref-is-default, reftex-fref-is-default): Adapt doc
7704 string. Adapt to new name.
7705 (reftex-ref-style-alist): Change structure so that it is not
7706 possible to use multiple different package names within a style.
7707 Remove the symbols for symbols for macro type distinction.
7708 Add characters for macro selection.
7709 (reftex-ref-macro-prompt, reftex-create-bibtex-header)
7710 (reftex-create-bibtex-footer): New variables.
7711 (reftex-format-ref-function): Mention third argument of special
7712 format function.
7713 (reftex-ref-style-alist, reftex-ref-style-default-list):
7714 New variables.
7715 (reftex-vref-is-default, reftex-fref-is-default): Adapt doc string
7716 to new implementation. Mark as obsolete. Add compatibility code
7717 for honoring the variable values in case they are set.
7718 (reftex-cite-format-builtin, reftex-bibliography-commands):
7719 Add support for ConTeXt.
7720 (reftex-format-ref-function, reftex-format-cite-function):
7721 Fix custom type.
7722 (reftex-cite-key-separator): New variable.
7723
7724 * textmodes/reftex.el (reftex-syntax-table-for-bib)
7725 (reftex-mode): Do not derive `reftex-syntax-table-for-bib' from
7726 `reftex-syntax-table' because parens have to retain their paren
7727 syntax in order for parsing of BibTeX entries like @book(...) to
7728 work.
7729 (reftex-in-comment): Do not error out if `comment-start-skip' is
7730 not set. Deal correctly with escaped comment characters.
7731 (reftex-tie-multifile-symbols): Add doc string.
7732 Initialize `reftex-ref-style-list'.
7733 (reftex-untie-multifile-symbols): Add doc string.
7734 (reftex-add-index-macros): Doc fix.
7735 (reftex-ref-style-activate, reftex-ref-style-toggle)
7736 (reftex-ref-style-list): New functions.
7737 (reftex-mode-menu): Use them. Adapt to new structure of
7738 `reftex-ref-style-alist'.
7739 (reftex-select-with-char): Kill the RefTeX Select buffer when
7740 done.
7741 (reftex-remove-if): New function.
7742 (reftex-erase-all-selection-and-index-buffers)
7743 (reftex-mode-menu): Reference styles are now computed from
7744 `reftex-ref-style-alist'. Fix typo.
7745 (reftex-report-bug): New function.
7746 (reftex-uniquify, reftex-uniquify-by-car): Replace O(n^2)
7747 algorithms with O(n log n). Introduce optional argument SORT (not
7748 yet used).
7749
7750 2012-09-30 Fabián Ezequiel Gallina <fgallina@cuca>
7751
7752 Enhancements for triple-quote string syntax.
7753 * progmodes/python.el (python-syntax-propertize-function):
7754 Match both quote cases in one regexp.
7755 (python-syntax-stringify): Handle matches properly.
7756
7757 2012-09-30 Juri Linkov <juri@jurta.org>
7758
7759 * arc-mode.el (archive-summarize): Let-bind `buffer-file-truename'
7760 to nil around the call to `insert' to prevent
7761 directory time modification by lock_file. (Bug#2295)
7762 * tar-mode.el (tar-summarize-buffer): Idem.
7763
7764 2012-09-30 Juri Linkov <juri@jurta.org>
7765
7766 * facemenu.el (list-colors-sort): Add option "Luminance".
7767 (list-colors-sort-key): Implement it.
7768
7769 * vc/diff-mode.el (diff-refine-removed):
7770 * vc/ediff-init.el (ediff-fine-diff-A):
7771 * vc/smerge-mode.el (smerge-refined-removed):
7772 Change background color "#ffaaaa" to "#ffbbbb". (Bug#10181)
7773
7774 2012-09-30 Jan Djärv <jan.h.d@swipnet.se>
7775
7776 * term/ns-win.el (x-file-dialog): New function.
7777
7778 2012-09-30 Juanma Barranquero <lekktu@gmail.com>
7779
7780 * ido.el (ido-max-directory-size): Default to nil; the current
7781 default is small for POSIX systems, and impractical on Windows 7
7782 now that lstat returns directory sizes for NTFS.
7783
7784 2012-09-30 Martin Rudalics <rudalics@gmx.at>
7785
7786 In buffer display functions handle window-height/window-width
7787 alist entries. Suggested by Juri Linkov as fix for Bug#1806.
7788 * window.el (window--display-buffer): New argument ALIST.
7789 Obey window-height and window-width alist entries.
7790 (window--try-to-split-window): New argument ALIST.
7791 Bind window-combination-limit to t when the window's size shall be
7792 changed and window-combination-limit equals `window-size'.
7793 (display-buffer-in-atom-window)
7794 (display-buffer-in-major-side-window)
7795 (display-buffer-in-side-window, display-buffer-same-window)
7796 (display-buffer-reuse-window, display-buffer-pop-up-frame)
7797 (display-buffer-pop-up-window, display-buffer-below-selected)
7798 (display-buffer-at-bottom, display-buffer-in-previous-window)
7799 (display-buffer-use-some-window): Adjust all callers of
7800 window--display-buffer and window--try-to-split-window.
7801 (fit-frame-to-buffer): New option.
7802 (fit-window-to-buffer): Can resize frames if fit-frame-to-buffer
7803 is non-nil.
7804 (display-buffer-in-major-side-window): Evaluate window-height /
7805 window-width alist entries.
7806
7807 * help.el (temp-buffer-resize-frames)
7808 (temp-buffer-resize-regexps): Remove options.
7809 (temp-buffer-resize-mode): Adjust doc-string.
7810 (resize-temp-buffer-window): Don't consult
7811 temp-buffer-resize-regexps. Use fit-frame-to-buffer instead of
7812 temp-buffer-resize-frames.
7813
7814 * dired.el (dired-mark-pop-up):
7815 Call display-buffer-below-selected with a fit-window-to-buffer alist
7816 entry.
7817
7818 2012-09-30 Chong Yidong <cyd@gnu.org>
7819
7820 * server.el (server-host): Document the security implications.
7821 (server-auth-key): Doc fix.
7822
7823 * startup.el (initial-buffer-choice): Doc fix.
7824
7825 * minibuffer.el (minibuffer-local-filename-syntax): Doc fix.
7826
7827 * simple.el (delete-trailing-whitespace): Avoid an unnecessary
7828 restriction change.
7829
7830 * bindings.el (goto-map): Bind M-g TAB to move-to-column.
7831
7832 * help-fns.el (help-fns--obsolete): Fix last change.
7833
7834 2012-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
7835
7836 * winner.el (winner-mode-map): Obey winner-dont-bind-my-keys here.
7837 (minor-mode-map-alist): Remove redundant code.
7838
7839 * vc/pcvs.el (cvs-cleanup-collection): Keep entries that are currently
7840 visited in a buffer.
7841 (cvs-insert-visited-file): New function.
7842 (find-file-hook): Use it.
7843
7844 * vc/pcvs-info.el (cvs-fileinfo-pp): Don't use non-existent faces.
7845
7846 * vc/log-edit.el (log-edit-font-lock-keywords): Ignore case to
7847 chose face.
7848 (log-edit-empty-buffer-p): Don't require a space after a header.
7849
7850 * vc/ediff-util.el (ediff-diff-at-point): Don't assume point-min==1.
7851
7852 * tutorial.el (help-with-tutorial): Use minibuffer-with-setup-hook.
7853
7854 * textmodes/text-mode.el (paragraph-indent-minor-mode): Make it
7855 a proper minor-mode.
7856
7857 * textmodes/tex-mode.el (tex-mode-map): Don't bind paren keys.
7858
7859 2012-09-29 Glenn Morris <rgm@gnu.org>
7860
7861 * winner.el (winner-mode): Remove variable (let define-minor-mode
7862 handle it).
7863 (winner-dont-bind-my-keys, winner-boring-buffers, winner-mode-hook):
7864 Doc fixes.
7865 (winner-mode-leave-hook): Rename to winner-mode-off-hook.
7866 (winner-mode): Use define-minor-mode.
7867
7868 * vc/vc-sccs.el (vc-sccs-registered): Use the progn trick to get
7869 the full definition in loaddefs, rather than duplicating it.
7870
7871 * help-macro.el (three-step-help): No need to autoload defcustom.
7872
7873 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
7874 (inferior-lisp-program, inferior-lisp-load-command)
7875 (inferior-lisp-prompt, inferior-lisp-mode-hook):
7876 No need to autoload defcustoms.
7877
7878 * hippie-exp.el (hippie-expand-try-functions-list)
7879 (hippie-expand-verbose, hippie-expand-dabbrev-skip-space)
7880 (hippie-expand-dabbrev-as-symbol, hippie-expand-no-restriction)
7881 (hippie-expand-max-buffers, hippie-expand-ignore-buffers)
7882 (hippie-expand-only-buffers): No need to autoload defcustoms.
7883 * progmodes/vhdl-mode.el (vhdl-line-expand):
7884 Explicitly load hippie-exp, so it does not get autoloaded
7885 while hippie-expand-try-functions-list is let-bound.
7886
7887 2012-09-28 Glenn Morris <rgm@gnu.org>
7888
7889 * emacs-lisp/cl.el (flet): Fix case of obsolescence message.
7890
7891 * emacs-lisp/bytecomp.el (byte-compile-cl-file-p):
7892 Only "cl.el" counts as cl these days.
7893
7894 2012-09-28 Juri Linkov <juri@jurta.org>
7895
7896 Display archive errors in the echo area instead of inserting
7897 to the file buffer.
7898
7899 * arc-mode.el (archive-extract-by-stdout): Change arg STDERR-FILE
7900 to STDERR-TEST that can be a regexp matching a successful output.
7901 Create a temporary file and redirect stderr to it. Search for
7902 STDERR-TEST in the stderr output and display it in the echo area
7903 if no match is found.
7904 (archive-extract-by-file): New function like
7905 `archive-extract-by-stdout' but extracting archives to files
7906 and looking for successful matches in stdout. Function body is
7907 mostly copied from `archive-rar-extract'.
7908 (archive-rar-extract): Use `archive-extract-by-file'.
7909 (archive-7z-extract): Use `archive-extract-by-stdout'. (Bug#10347)
7910
7911 2012-09-28 Leo Liu <sdl.web@gmail.com>
7912
7913 * pcomplete.el (pcomplete-show-completions):
7914 Use minibuffer-message to make pcomplete usable in minibuffer.
7915
7916 * ido.el (ido-set-matches-1): Fix 2012-09-11 change.
7917
7918 2012-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
7919
7920 * type-break.el: Use lexical-binding.
7921 (type-break-mode): Use define-minor-mode.
7922
7923 * emacs-lisp/pcase.el (pcase--mark-used): New.
7924 (pcase--u1): Use it (bug#12512).
7925
7926 * custom.el (load-theme): Set buffer-file-name so the load is recorded
7927 in load-history with the right file name.
7928
7929 2012-09-28 Tassilo Horn <tsdh@gnu.org>
7930
7931 * doc-view.el (doc-view-current-cache-doc-pdf): New function.
7932 (doc-view-doc->txt, doc-view-convert-current-doc): Use it.
7933 (doc-view-get-bounding-box): Make bounding box slicing work for
7934 ODF and DVI documents.
7935
7936 2012-09-28 Glenn Morris <rgm@gnu.org>
7937
7938 * type-break.el (type-break-mode, type-break-interval)
7939 (type-break-good-rest-interval, type-break-keystroke-threshold):
7940 No need to autoload.
7941 (type-break-good-rest-interval, type-break-keystroke-threshold):
7942 Add :set-after.
7943
7944 2012-09-28 Chong Yidong <cyd@gnu.org>
7945
7946 * progmodes/verilog-mode.el (verilog-auto-inst-interfaced-ports):
7947 Add :version tag.
7948
7949 2012-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
7950
7951 * json.el (json-encode-char): Codes 127-160 aren't "ASCII printable".
7952
7953 2012-09-27 Glenn Morris <rgm@gnu.org>
7954
7955 * faces.el (x-display-name): Declare (for without-x builds).
7956
7957 * linum.el (linum-format): Don't autoload it. Improve :type.
7958
7959 * progmodes/tcl.el: Don't require outline when compiling.
7960 (outline-regexp, outline-level): Declare.
7961 * textmodes/sgml-mode.el: Don't require outline when compiling.
7962 (outline-regexp, outline-heading-end-regexp, outline-level): Declare.
7963
7964 * term.el (term-ansi-reset):
7965 Try setting term-ansi-face-already-done to nil. (Bug#11785)
7966
7967 * vc/vc.el (vc-next-action): Only gripe about committing read-only
7968 files for RCS and SCCS. (Bug#9781)
7969
7970 2012-09-27 Chong Yidong <cyd@gnu.org>
7971
7972 * progmodes/verilog-mode.el (verilog-mode-release-emacs): Fix last
7973 change; value should be t.
7974
7975 2012-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
7976
7977 * image-mode.el: Use lexical-binding.
7978 (image-mode-winprops): Use t to stand for the window of
7979 a buffer that's not displayed.
7980 * doc-view.el (doc-view-new-window-function): Handle the new
7981 t in winprops.
7982 (doc-view-enlarge): Make it a real nop if the size is not changed.
7983 (doc-view-display): Handle the case where the buffer is not (yet?)
7984 displayed in any window.
7985 (doc-view-saved-settings): New var.
7986 (doc-view-mode): Use it.
7987 (doc-view-fallback-mode): Set it.
7988
7989 * minibuf-eldef.el: Make it possible to replace (default ...) with [...].
7990 Set lexical-binding.
7991 (minibuffer-eldef-shorten-default): New var.
7992 (minibuffer-default-in-prompt-regexps): Use it for new default.
7993 (minibuf-eldef-setup-minibuffer): Add replacement functionality.
7994
7995 2012-09-26 Juanma Barranquero <lekktu@gmail.com>
7996
7997 * international/uni-bidi.el:
7998 * international/uni-category.el:
7999 * international/uni-name.el:
8000 * international/uni-numeric.el: Regenerate.
8001
8002 2012-09-26 Tomohiro Matsuyama <tomo@cx4a.org>
8003 Stefan Monnier <monnier@iro.umontreal.ca>
8004
8005 * profiler.el: New file.
8006
8007 2012-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
8008
8009 * emacs-lisp/testcover.el (testcover-after): Add gv-expander.
8010 (testcover-reinstrument): Simplify with CSE.
8011
8012 2012-09-26 Juanma Barranquero <lekktu@gmail.com>
8013
8014 * window.el (temp-buffer-window-setup): Fix typo in docstring.
8015
8016 2012-09-25 Wilson Snyder <wsnyder@wsnyder.org>
8017
8018 * verilog-mode.el (verilog-auto-ascii-enum, verilog-auto-inout)
8019 (verilog-auto-input, verilog-auto-insert-lisp)
8020 (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
8021 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-undef)
8022 (verilog-auto-unused, verilog-auto-wire)
8023 (verilog-forward-or-insert-line): Fix AUTOs with no trailing
8024 newline. Reported by Andrew Jones.
8025 (verilog-auto-inst) Support expanding $clog2 in AUTOINST.
8026 Reported by Brad Dobbie.
8027 (verilog-batch-delete-trailing-whitespace):
8028 Create verilog-batch-delete-trailing-whitespace.
8029 Reported by Brad Dobbie.
8030 (verilog-auto-inout-param): Support AUTOINOUTPARAM for copying
8031 parameters from another module. Reported by Dan Katz.
8032 (verilog-auto, verilog-auto-assign-modport)
8033 (verilog-auto-inout-modport): Add AUTOASSIGNMODPORT and
8034 AUTOINOUTMODPORT for UVM interface module shell generation.
8035 Reported by Brad Dobbie.
8036 (verilog-auto-inst-interfaced-ports): Make default nil, as more
8037 standard behavior.
8038 (verilog-auto): Fix AUTO parameters with parenthesis arguments.
8039 Reported by Matt Martin.
8040
8041 2012-09-25 Martin Rudalics <rudalics@gmx.at>
8042
8043 * window.el (window--resize-child-windows): When resizing child
8044 windows proportionally, process them in reverse order to
8045 preserve the "when splitting a window the new one gets the odd
8046 line" behavior.
8047 (window--resize-root-window-vertically): When resizing the
8048 minibuffer window try to affect only windows at the bottom of the
8049 frame. (Bug#12419)
8050
8051 2012-09-25 Chong Yidong <cyd@gnu.org>
8052
8053 * subr.el (declare): Doc fix.
8054
8055 * help-fns.el (help-fns--obsolete): Handle macros properly.
8056
8057 2012-09-25 Chong Yidong <cyd@gnu.org>
8058
8059 * bookmark.el (bookmark-jump-noselect): Use a declare form to mark
8060 this function obsolete.
8061
8062 * calendar/cal-x.el (calendar-two-frame-setup)
8063 (calendar-only-one-frame-setup, calendar-one-frame-setup):
8064 * calendar/calendar.el (american-calendar, european-calendar)
8065 (calendar-for-loop):
8066 * comint.el (comint-dynamic-simple-complete)
8067 (comint-dynamic-complete-as-filename, comint-unquote-filename):
8068 * desktop.el (desktop-load-default):
8069 * dired-x.el (dired-omit-here-always)
8070 (dired-hack-local-variables, dired-default-directory):
8071 * emacs-lisp/derived.el (derived-mode-class):
8072 * emacs-lisp/timer.el (timer-set-time-with-usecs):
8073 * emacs-lock.el (toggle-emacs-lock):
8074 * epa.el (epa-display-verify-result):
8075 * epg.el (epg-sign-keys, epg-start-sign-keys)
8076 (epg-passphrase-callback-function):
8077 * eshell/esh-util.el (eshell-for):
8078 * eshell/eshell.el (eshell-remove-from-window-buffer-names)
8079 (eshell-add-to-window-buffer-names):
8080 * files.el (locate-file-completion):
8081 * imenu.el (imenu-example--create-c-index)
8082 (imenu-example--create-lisp-index)
8083 (imenu-example--lisp-extract-index-name)
8084 (imenu-example--name-and-position):
8085 * international/mule-cmds.el (princ-list):
8086 * international/mule-diag.el (decode-codepage-char):
8087 * international/mule-util.el (detect-coding-with-priority):
8088 * iswitchb.el (iswitchb-read-buffer):
8089 * mail/mailalias.el (mail-complete):
8090 * mail/sendmail.el (mail-sent-via):
8091 * mouse.el (mouse-popup-menubar-stuff, mouse-popup-menubar)
8092 (mouse-major-mode-menu):
8093 * password-cache.el (password-read-and-add):
8094 * pcomplete.el (pcomplete-parse-comint-arguments):
8095 * progmodes/sh-script.el (sh-maybe-here-document):
8096 * replace.el (query-replace-regexp-eval):
8097 * savehist.el (savehist-load):
8098 * simple.el (choose-completion-delete-max-match):
8099 * term.el (term-dynamic-simple-complete):
8100 * vc/ediff-init.el (ediff-check-version):
8101 * vc/ediff-wind.el (ediff-choose-window-setup-function-automatically):
8102 * vc/vc.el (vc-diff-switches-list):
8103 * view.el (view-return-to-alist-update): Likewise.
8104
8105 * subr.el (eval-next-after-load, makehash, insert-string)
8106 (assoc-ignore-representation, assoc-ignore-case): Use declare to
8107 mark obsolete.
8108 (mode-line-inverse-video): Variable deleted.
8109
8110 * international/mule-util.el (string-to-sequence): Remove.
8111
8112 * calendar/calendar.el (calendar-version):
8113 * calendar/icalendar.el (icalendar-extract-ical-from-buffer)
8114 (icalendar-convert-diary-to-ical):
8115 * cus-edit.el (custom-mode):
8116 * ansi-color.el (ansi-color-unfontify-region):
8117 * international/latin1-disp.el (latin1-char-displayable-p):
8118 * progmodes/cwarn.el (turn-on-cwarn-mode):
8119 * progmodes/which-func.el (which-func-update-1):
8120 Use define-obsolete-function-alias.
8121
8122 * net/newst-backend.el (newsticker-cache-filename):
8123 * net/newst-treeview.el (newsticker-groups-filename):
8124 Fix incorrect obsolescence declaration.
8125
8126 * allout.el (allout-passphrase-hint-string): Likewise.
8127 (allout-init): Use a declare form to mark obsolete.
8128
8129 * emacs-lisp/byte-run.el (make-obsolete): Doc fix; emphasize that
8130 this applies to functions.
8131
8132 * iswitchb.el (iswitchb-read-buffer): Move code of
8133 iswitchb-define-mode-map here, and delete that obsolete function.
8134
8135 * net/snmp-mode.el (snmp-font-lock-keywords-3): Don't use obsolete
8136 font-lock-reference-face.
8137
8138 2012-09-25 Glenn Morris <rgm@gnu.org>
8139
8140 * buff-menu.el (Buffer-menu-name-width, Buffer-menu-size-width):
8141 Doc fixes.
8142
8143 * eshell/em-term.el (eshell-term-name):
8144 Default to term-term-name. (Bug#12485)
8145
8146 2012-09-24 Fabián Ezequiel Gallina <fgallina@cuca>
8147
8148 * progmodes/python.el (python-shell-send-buffer): Better handling
8149 of "if __name__ == '__main__':" conditionals when sending the buffer.
8150
8151 2012-09-24 Glenn Morris <rgm@gnu.org>
8152
8153 * eshell/esh-cmd.el (eshell-find-alias-function):
8154 Tighten up file-name regexp. (Bug#12499)
8155
8156 2012-09-24 Fabián Ezequiel Gallina <fgallina@cuca>
8157
8158 Enhancements for triple-quote string syntax.
8159 * progmodes/python.el (python-quote-syntax): Remove.
8160 (python-syntax-propertize-function): New value.
8161 (python-syntax-count-quotes, python-syntax-stringify):
8162 New functions.
8163
8164 2012-09-24 Chong Yidong <cyd@gnu.org>
8165
8166 * mail/supercite.el (sc-version): Remove obsolete function.
8167 (sc-describe): Don't mark as obsolete, since it is bound.
8168 (sc-submit-bug-report): Remove.
8169
8170 * vc/log-edit.el (cvs-changelog-full-paragraphs)
8171 (cvs-commit-buffer-require-final-newline): Remove.
8172 (log-edit-require-final-newline)
8173 (log-edit-changelog-full-paragraphs): Default to t.
8174
8175 * vc/pcvs-defs.el (cvs-diff-buffer-name, cvs-diff-ignore-marks)
8176 * vc/vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
8177 * vc/vc.el (vc-checkout-carefully): Likewise.
8178
8179 * vc/emerge.el (emerge-mode): Make it an obsolete alias.
8180 (emerge-version): Remove.
8181
8182 * progmodes/compile.el (compile-internal): Remove.
8183 (compilation-parse-errors-function): Fix typo.
8184
8185 * international/mule.el (set-char-table-default): Remove.
8186 (set-coding-priority, make-coding-system, generic-char-p)
8187 (charset-list, charset-bytes, charset-id): Use declare to mark
8188 functions as obsolete.
8189
8190 * vc/pcvs-defs.el (cvs-buffer-name-alist)
8191 (cvs-invert-ignore-marks): Remove references to obsolete vars.
8192 * vc/vc-hooks.el (vc-default-registered): Don't use
8193 vc-master-templates.
8194
8195 * font-lock.el (font-lock-reference-face):
8196 Use define-obsolete-variable-alias.
8197
8198 * generic-x.el (rul-generic-mode): Use font-lock-constant-face.
8199 * calendar/calendar.el (calendar-font-lock-keywords):
8200 * calendar/diary-lib.el (diary-font-lock-keywords)
8201 (diary-fancy-font-lock-keywords):
8202 * textmodes/reftex-sel.el (reftex-insert-docstruct):
8203 * textmodes/reftex-index.el (reftex-insert-index):
8204 * textmodes/reftex-cite.el (reftex-format-bib-entry):
8205 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
8206 * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
8207 * progmodes/prolog.el (prolog-font-lock-keywords):
8208 * progmodes/idlwave.el (idlwave-idl-keywords):
8209 * progmodes/ada-mode.el (ada-font-lock-keywords):
8210 * net/snmp-mode.el (snmp-font-lock-keywords-3): Likewise.
8211
8212 2012-09-24 Glenn Morris <rgm@gnu.org>
8213
8214 * mail/emacsbug.el (report-emacs-bug): Include `lsb_release -d'.
8215
8216 2012-09-23 Fabián Ezequiel Gallina <fgallina@cuca>
8217
8218 * progmodes/python.el (python-indent-line): More consistent cursor
8219 movement behavior.
8220
8221 2012-09-23 Stefan Merten <smerten@oekonux.de>
8222
8223 * textmodes/rst.el: Fix compiler warning.
8224
8225 2012-09-23 Roland Winkler <winkler@gnu.org>
8226
8227 * textmodes/bibtex.el (bibtex-autokey-transcriptions):
8228 Transcribe also LaTeX hyphenation.
8229 (bibtex-reformat): Bug fix. Do not quote twice the elements of
8230 bibtex-reformat-previous-options.
8231
8232 2012-09-23 Roland Winkler <winkler@gnu.org>
8233
8234 * proced.el (proced-renice-command): New variable.
8235 (proced-marked-processes): New function.
8236 (proced-with-processes-buffer): New macro.
8237 (proced-send-signal): Use them.
8238 (proced-renice): New command bound to r.
8239
8240 2012-09-23 Roland Winkler <winkler@gnu.org>
8241
8242 * ibuf-ext.el (ibuffer-switch-to-saved-filter-groups): If list
8243 ibuffer-saved-filter-groups has one element, shortcut the call of
8244 completing-read. (Bug#12331)
8245
8246 2012-09-23 Chong Yidong <cyd@gnu.org>
8247
8248 * bindings.el (mode-line-toggle-read-only):
8249 * bs.el (bs-toggle-readonly):
8250 * buff-menu.el (Buffer-menu-toggle-read-only):
8251 * dired.el (dired-toggle-read-only):
8252 * ibuffer.el (ibuffer-do-toggle-read-only): Use read-only-mode.
8253
8254 2012-09-23 Chong Yidong <cyd@gnu.org>
8255
8256 * image.el (image-type-available-p): Adapt to init-image-library
8257 argument changes.
8258
8259 2012-09-22 Juri Linkov <juri@jurta.org>
8260
8261 * dired.el (dired-mode-map): Add [remap read-only-mode] for
8262 `dired-toggle-read-only'. (Bug#12462)
8263
8264 2012-09-22 Martin Rudalics <rudalics@gmx.at>
8265
8266 * subr.el (temp-output-buffer-show): New function.
8267 (with-output-to-temp-buffer): Call temp-output-buffer-show
8268 instead of internal-temp-output-buffer-show.
8269
8270 2012-09-22 Chong Yidong <cyd@gnu.org>
8271
8272 * files.el (ctl-x-map): Bind C-x C-q to read-only-mode
8273 (Bug#12462).
8274
8275 * repeat.el (repeat): Doc fix (Bug#12348).
8276
8277 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix
8278 (Bug#10909).
8279
8280 * simple.el (shell-command-on-region): Doc fix.
8281 (read-only-mode): Doc fix.
8282
8283 2012-09-22 Eli Zaretskii <eliz@gnu.org>
8284
8285 * emacs-lisp/timer.el (run-with-idle-timer)
8286 (timer-activate-when-idle): Warn against reinvoking an idle timer
8287 from within its own timer action. (Bug#12447)
8288
8289 2012-09-22 Martin Rudalics <rudalics@gmx.at>
8290
8291 * cus-start.el (window-combination-limit): Add new optional
8292 values.
8293 * window.el (temp-buffer-window-show)
8294 (window--try-to-split-window): Handle new values of
8295 window-combination-limit (Bug#1806).
8296 (split-window): Test window-combination-limit for t instead of
8297 non-nil.
8298 (display-buffer-at-bottom): New buffer display action function.
8299 * help.el (temp-buffer-resize-regexps): New option.
8300 (temp-buffer-resize-mode): Rewrite doc-string.
8301 (resize-temp-buffer-window): Obey temp-buffer-resize-regexps.
8302 Don't resize reused window. Suggested by Glenn Morris.
8303
8304 2012-09-22 Stefan Merten <smerten@oekonux.de>
8305
8306 * textmodes/rst.el: Revamp section title faces.
8307 (rst-official-version)
8308 (rst-package-emacs-version-alist): Sync with official version
8309 V1.4.0.
8310 (rst-faces-defaults, rst-set-level-default)
8311 (rst-level-face-max, rst-level-face-base-color)
8312 (rst-level-face-base-light, rst-level-face-format-light)
8313 (rst-level-face-step-light, rst-define-level-faces): Obsolete.
8314 (rst-adornment-faces-alist): Match new setup.
8315 (rst-level-1, rst-level-2, rst-level-3, rst-level-4)
8316 (rst-level-5, rst-level-6): New faces.
8317
8318 2012-09-22 Chong Yidong <cyd@gnu.org>
8319
8320 * simple.el (undo): Handle indirect buffers (Bug#8207).
8321
8322 2012-09-21 Leo Liu <sdl.web@gmail.com>
8323
8324 IDO: Disable match re-ordering for buffer switching.
8325 * ido.el (ido-buffer-disable-smart-matches): New variable.
8326 (ido-set-matches-1): Use it. (Bug#2042)
8327
8328 2012-09-21 Jose Marino <marinoj@nso.edu> (tiny change)
8329
8330 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
8331 Fix 2011-05-17 change. (Bug#12418)
8332
8333 2012-09-21 Leo Liu <sdl.web@gmail.com>
8334
8335 * subr.el (ignore-errors): Mention with-demoted-errors in doc-string.
8336
8337 2012-09-21 Glenn Morris <rgm@gnu.org>
8338
8339 * emacs-lisp/shadow.el (load-path-shadows-font-lock-keywords):
8340 Be more robust about locating simple.el.
8341
8342 2012-09-21 Glenn Morris <rgm@gnu.org>
8343
8344 * mail/emacsbug.el (report-emacs-bug): Trap load-path-shadows errors.
8345
8346 2012-09-21 Joel Bion <jpbion@westvi.com> (tiny change)
8347
8348 * pcmpl-gnu.el (pcmpl-gnu-tarfile-regexp): Add tar.xz. (Bug#12382)
8349
8350 2012-09-20 Juri Linkov <juri@jurta.org>
8351
8352 * replace.el (query-replace-read-from): Use `read-regexp' instead
8353 of `read-from-minibuffer' when `regexp-flag' is non-nil.
8354 (occur-read-primary-args): Use `read-regexp' instead of
8355 `read-string'.
8356 (multi-occur-in-matching-buffers): Use `read-regexp' instead of
8357 `read-from-minibuffer'.
8358 * isearch.el (isearch-occur): Use `read-regexp' instead of
8359 `read-string'.
8360 * dired.el (dired-read-regexp): Use `read-regexp' instead of
8361 `read-from-minibuffer'.
8362 * progmodes/grep.el (grep-read-regexp): Use `read-regexp' instead
8363 of `read-string'. (Bug#7567)
8364
8365 * replace.el (read-regexp): Rename DEFAULT-VALUE arg to DEFAULTS
8366 and allow accepting a list of strings prepended to a list of
8367 standard default values. Doc fix. (Bug#12321)
8368
8369 * replace.el (read-regexp): Add HISTORY arg. (Bug#7567)
8370
8371 * replace.el (read-regexp): Don't add ": " when PROMPT already
8372 ends with a colon and space. (Bug#12321)
8373
8374 2012-09-20 Tassilo Horn <tsdh@gnu.org>
8375
8376 * doc-view.el (doc-view-display): Better fix for the cl-assertion
8377 error.
8378
8379 2012-09-20 Stefan Merten <smerten@oekonux.de>
8380
8381 * textmodes/rst.el: Integrate support for `imenu' and `which-function'.
8382 Fixes feature request bug#11711.
8383 (rst-mode): Create `imenu-create-index-function'.
8384 (rst-get-stripped-line): Delete after refactoring.
8385 (rst-section-tree, rst-section-tree-rec)
8386 (rst-section-tree-point): Refactor and document properly.
8387 (rst-imenu-find-adornments-for-position)
8388 (rst-imenu-convert-cell, rst-imenu-create-index):
8389 New function.
8390
8391 2012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
8392
8393 * emacs-lisp/macroexp.el (macroexp--obsolete-warning): New function.
8394 (macroexp--expand-all): Use it.
8395 (macroexp--funcall-and-return): Remove by folding it into its sole
8396 caller (macroexp--warn-and-return).
8397 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete):
8398 Use macroexp--obsolete-warning.
8399
8400 * calc/calc.el: Fix last change by removing the whole chunk, since it
8401 was only needed back when Calc was not bundled.
8402
8403 2012-09-20 Martin Rudalics <rudalics@gmx.at>
8404
8405 * emacs-lisp/debug.el (debug): Restore assignment to
8406 debugger-old-buffer removed on 2012-09-08.
8407
8408 2012-09-20 Juri Linkov <juri@jurta.org>
8409
8410 * dired-aux.el (dired-diff): Remove (require 'diff) since
8411 `diff-latest-backup-file' is now autoloaded.
8412
8413 2012-09-20 Chong Yidong <cyd@gnu.org>
8414
8415 * vc/diff.el (diff-latest-backup-file): Autoload.
8416
8417 2012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
8418
8419 * calc/calc.el: Remove redundant autoload shape check.
8420 (sel-mode): Don't defvar.
8421 (calc-get-stack-element): Add `sel-mode' arg instead.
8422 (calc-top, calc-top-list): Pass it this additional argument.
8423 * calc/calc-store.el (calc-store-map):
8424 * calc/calc-map.el (calc-apply, calc-reduce, calc-map)
8425 (calc-map-equation, calc-outer-product, calc-inner-product):
8426 * calc/calc-aent.el (calc-alg-entry): Don't bind sel-mode.
8427
8428 * emacs-lisp/macroexp.el (macroexp--expand-all): Fix last change.
8429
8430 2012-09-19 Juri Linkov <juri@jurta.org>
8431
8432 * dired-aux.el (dired-diff): Add (require 'diff) because
8433 `diff-latest-backup-file' is not autoloaded.
8434 (dired-do-chxxx, dired-do-chmod): Set `no-error-if-not-filep' arg
8435 of `dired-get-filename' to t to not report error when there is
8436 no default file on the current line.
8437
8438 2012-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
8439
8440 * emacs-lisp/macroexp.el (macroexp--funcall-if-compiled): Rename from
8441 macroexp--eval-if-compile.
8442 (macroexp--funcall-and-return, macroexp--warn-and-return): New funs.
8443 (macroexp--expand-all): Use them (bug#12371).
8444
8445 * doc-view.el (doc-view-guess-paper-size)
8446 (doc-view-scale-bounding-box): Fix unbound `caddr'.
8447
8448 2012-09-19 Tassilo Horn <tsdh@gnu.org>
8449
8450 New feature: set optimal slice from BoundingBox information.
8451 * doc-view.el (doc-view-mode-map): Add keybinding.
8452 (doc-view-menu): Add menu entry.
8453 (doc-view-set-slice): Adapt docstring.
8454 (doc-view-get-bounding-box, doc-view-guess-paper-size)
8455 (doc-view-scale-bounding-box)
8456 (doc-view-set-slice-from-bounding-box): New functions.
8457 (doc-view-paper-sizes): New defvar.
8458
8459 2012-09-19 Glenn Morris <rgm@gnu.org>
8460
8461 * emacs-lisp/macroexp.el (byte-compile-warn-obsolete)
8462 (byte-compile-log-warning): Autoload. (Bug#12371)
8463
8464 * calendar/calendar.el (calendar-american-month-header)
8465 (calendar-european-month-header, calendar-iso-month-header)
8466 (calendar-month-header): New options.
8467 (calendar-set-date-style): Set calendar-month-header. Redraw calendar.
8468 (calendar-generate-month): Use calendar-month-header. (Bug#9510)
8469
8470 2012-09-19 Jan Djärv <jan.h.d@swipnet.se>
8471
8472 * startup.el (command-line-ns-option-alist): Add -g and --geometry.
8473
8474 2012-09-18 Juri Linkov <juri@jurta.org>
8475
8476 * dired-aux.el (dired-diff): Restore original functionality of
8477 getting the default value, but keep new feature of using the
8478 latest existing backup file (`diff-latest-backup-file').
8479
8480 2012-09-18 Juri Linkov <juri@jurta.org>
8481
8482 * dired.el (dired-mark): If the region is active in Transient Mark
8483 mode, mark all files in the active region. Doc fix.
8484 (dired-unmark, dired-flag-file-deletion, dired-unmark-backward):
8485 Doc fix. (Bug#10624)
8486
8487 2012-09-18 Juri Linkov <juri@jurta.org>
8488
8489 * dired-aux.el (dired-do-chxxx, dired-do-chmod): Default file
8490 attributes for M-n are pulled from the file at point.
8491 (dired-do-chgrp, dired-do-chown, dired-do-touch): Doc fix.
8492 Suggested by Drew Adams. (Bug#10624)
8493
8494 2012-09-18 Dmitry Gutov <dgutov@yandex.ru>
8495
8496 * progmodes/ruby-mode.el (ruby-brace-to-do-end): Don't add extra
8497 whitespace after "end".
8498 (ruby-do-end-to-brace): Collapse block to one line if it fits
8499 within fill-column.
8500
8501 2012-09-18 Martin Rudalics <rudalics@gmx.at>
8502
8503 * emacs-lisp/debug.el (debugger-bury-or-kill): Fix customization
8504 value.
8505 (debug): Don't remove debugger window when debugger is expected
8506 to be back.
8507
8508 2012-09-18 Chong Yidong <cyd@gnu.org>
8509
8510 * custom.el (defface): Doc fix.
8511
8512 * cus-edit.el (custom-unlispify-remove-prefixes): Add warning.
8513
8514 2012-09-18 Martin Blais <blais@furius.ca> (tiny change)
8515
8516 * progmodes/compile.el (compilation-start): Use compilation-always-kill
8517 to initialize query-on-exit; then test that instead (bug#12288).
8518
8519 2012-09-17 Stefan Merten <smerten@oekonux.de>
8520
8521 * textmodes/rst.el: Add support for `testcover'.
8522 (rst-defcustom-testcover, rst-testcover-add-compose)
8523 (rst-testcover-add-1value): New functions.
8524 (rst-portable-mark-active-p): Replace by `use-region-p'.
8525 (rst-update-section, rst-classify-adornment)
8526 (rst-find-title-line): Mark `1value' forms.
8527 (rst-classify-adornment): Remove superfluous form.
8528 (rst-update-section, rst-get-adornments-around)
8529 (rst-adornment-complete-p, rst-get-next-adornment)
8530 (rst-adjust, rst-promote-region)
8531 (rst-display-adornments-hierarchy, rst-straighten-adornments)
8532 (rst-find-pfx-in-region, rst-section-tree-rec)
8533 (rst-section-tree-point, rst-toc-insert, rst-toc-insert-node)
8534 (rst-toc-node, rst-toc, rst-forward-section)
8535 (rst-iterate-leftmost-paragraphs)
8536 (rst-iterate-leftmost-paragraphs-2, rst-enumerate-region)
8537 (rst-bullet-list-region)
8538 (rst-convert-bullets-to-enumeration, rst-font-lock-keywords)
8539 (rst-compile-find-conf, rst-compile)
8540 (rst-repeat-last-character): Fix style.
8541
8542 2012-09-17 Chong Yidong <cyd@gnu.org>
8543
8544 * comint.el (comint--complete-file-name-data): Don't add a space
8545 if the status is `sole'; that adds a gratuitous space in the
8546 completion-cycling case (Bug#12092).
8547
8548 * pcomplete.el (pcomplete-completions-at-point): Likewise.
8549
8550 2012-09-17 Richard Stallman <rms@gnu.org>
8551
8552 * mail/rmailmm.el (rmail-mime-toggle-raw): Do rmail-mime-insert
8553 only in the mime-shown mode, not in raw mode.
8554 (rmail-mime): Toggle off mime by displaying the message without
8555 mime processing. (Bug#12305)
8556
8557 * mail/rmail.el (rmail-retry-failure):
8558 Turn off mime processing first. (Bug#12037)
8559
8560 * epa-mail.el (epa-mail-encrypt): Fix bug when a name has no key.
8561
8562 2012-09-17 Chong Yidong <cyd@gnu.org>
8563
8564 * shell.el (shell-file-name-chars, shell-file-name-quote-list)
8565 (shell-dynamic-complete-functions): Convert to defcustom.
8566 (shell-prompt-pattern, shell-completion-fignore): Doc fix.
8567
8568 * bookmark.el (bookmark-bmenu-toggle-filenames): Doc fixes.
8569 * comint.el (comint-prompt-read-only):
8570 * custom.el (defcustom):
8571 * hi-lock.el (hi-lock-mode):
8572 * ibuffer.el (ibuffer-formats):
8573 * ielm.el (ielm-prompt-read-only):
8574 * novice.el (disable-command):
8575 * saveplace.el (toggle-save-place):
8576 * speedbar.el (speedbar-supported-extension-expressions):
8577 * startup.el (auto-save-list-file-prefix, init-file-user)
8578 (after-init-hook, inhibit-startup-echo-area-message):
8579 * strokes.el (strokes-help):
8580 * time-stamp.el (time-stamp):
8581 * calendar/calendar.el (calendar, diary-file):
8582 * calendar/diary-lib.el (diary-mail-entries, diary)
8583 (diary-list-entries-hook):
8584 * calendar/holidays.el (holidays, calendar-holidays):
8585 * calendar/lunar.el (lunar-phases):
8586 * calendar/solar.el (sunrise-sunset):
8587 * emulation/edt.el (edt-load-keys):
8588 * emulation/viper.el (viper-mode):
8589 * eshell/em-alias.el (eshell-command-aliases-list):
8590 * eshell/esh-util.el (eshell-convert-numeric-arguments):
8591 * international/ogonek.el (ogonek-information):
8592 * net/tramp-cmds.el (tramp-bug):
8593 * net/quickurl.el (quickurl-reread-hook-postfix):
8594 * play/decipher.el (decipher-font-lock-keywords):
8595 * progmodes/cc-styles.el (c-set-style):
8596 * progmodes/idlw-shell.el (idlwave-shell-prompt-pattern):
8597 * progmodes/inf-lisp.el (inferior-lisp-prompt):
8598 * progmodes/octave-mod.el (octave-mode):
8599 * progmodes/sql.el (sql-mode, sql-interactive-mode, sql-password):
8600 * progmodes/verilog-mode.el (verilog-read-defines):
8601 * textmodes/two-column.el (2C-mode): Likewise.
8602
8603 2012-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
8604
8605 * mail/mailabbrev.el (mail-abbrev-expand-hook): Work for a mail aliasee
8606 that holds many addresses.
8607
8608 2012-09-16 Chong Yidong <cyd@gnu.org>
8609
8610 * align.el (align-areas): Call the indication function with
8611 positions instead of markers for arguments (Bug#12343).
8612
8613 * files.el (parse-colon-path): Use split-string (Bug#12351).
8614
8615 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
8616 (display-buffer-function): Mark as obsolete.
8617
8618 * progmodes/compile.el (compilation-parse-errors): Accept list
8619 values similar to font-lock-keywords (Bug#12136).
8620 Suggested by Oleksandr Manzyuk.
8621 (compilation-error-regexp-alist): Doc fix.
8622
8623 2012-09-15 Glenn Morris <rgm@gnu.org>
8624
8625 * version.el (emacs-bzr-version-bzr): New function.
8626 (emacs-bzr-get-version): Add optional EXTERNAL argument.
8627
8628 * vc/vc-bzr.el (vc-bzr-working-revision): For lightweight local
8629 checkouts, check the parent dirstate matches the branch.
8630 Add "--tree" to "bzr revno" arguments. Don't try to shorten the
8631 empty string.
8632
8633 * version.el (emacs-bzr-version): Doc fix.
8634 (emacs-bzr-version-dirstate): New function.
8635 (emacs-bzr-get-version): For lightweight checkouts, if the parent
8636 is local try and check that it matches the branch. If not, just
8637 use dirstate information. (Bug#12441)
8638
8639 2012-09-14 Juri Linkov <juri@jurta.org>
8640
8641 * dired-aux.el (dired-do-chmod): Use `eq' to detect empty input.
8642 (Bug#12399)
8643
8644 2012-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
8645
8646 * emacs-lisp/advice.el (ad-prognify): Remove, use macroexp-progn.
8647
8648 * emacs-lisp/edebug.el: Miscellaneous cleanup.
8649 Remove obsolete byte-compiler hack that tried to silence some warnings.
8650 (edebug-submit-bug-report): Remove.
8651 (edebug-get-buffer-window, edebug-sit-for, edebug-input-pending-p):
8652 Remove aliases, use the un-prefixed name instead.
8653 (edebug-pop-to-buffer): Consider other frames.
8654 (edebug-original-read):: Make it more obvious that it's always defined.
8655 (edebug--make-form-data-entry, edebug--form-data-name)
8656 (edebug--form-data-begin, edebug--form-data-end): Rename from the
8657 single-dashed name, and implement with cl-defstruct.
8658 (edebug-set-form-data-entry): Use the standard accessors.
8659 (edebug-make-top-form-data-entry): Use push.
8660 (edebug-no-match): Drop useless `funcall'.
8661 (mapcar, mapconcat, mapatoms, apply, funcall): Don't add debug specs
8662 to functions.
8663 (defsubst, dont-compile, eval-when-compile, eval-and-compile)
8664 (delay-mode-hooks, with-temp-file, with-temp-message, ad-dolist)
8665 (with-syntax-table, push, pop, 1value, noreturn, defadvice)
8666 (easy-menu-define, with-custom-print): Remove redundant specs.
8667 (edebug-outside-overriding-local-map)
8668 (edebug-outside-overriding-terminal-local-map): Remove, unused.
8669 (edebug--display): Bind unread-command-events directly to nil rather
8670 than binding it to unread-command-events and later setting it to nil.
8671 (edebug--display): Kill edebug-eval-buffer here...
8672 (edebug--recursive-edit): ...rather than here.
8673 Bind standard-output and standard-input.
8674 (edebug-eval): Check cl-macroexpand-all is fboundp.
8675 (edebug-temp-display-freq-count): Fix last change.
8676
8677 * emacs-lisp/easymenu.el (easy-menu-define): Add `debug' spec.
8678 * subr.el (noreturn, 1value): Add `debug' spec.
8679 * emacs-lisp/advice.el: Require cl-lib.
8680 (ad-copy-tree): Remove, use copy-tree instead.
8681 (ad-dolist): Remove use dolist or cl-dolist instead.
8682 (ad-do-return): Remove, use cl-return instead.
8683 (defadvice): Add `debug' spec.
8684
8685 2012-09-13 Juri Linkov <juri@jurta.org>
8686
8687 * dired-aux.el (dired-do-chxxx): Use `eq' to detect empty input.
8688 (Bug#12399)
8689
8690 2012-09-13 Glenn Morris <rgm@gnu.org>
8691
8692 * calc/calc.el (math-compose-expr):
8693 * calc/calc-ext.el (math-compose-expr):
8694 * progmodes/cc-defs.el (cl-macroexpand-all):
8695 * progmodes/cc-langs.el (delete-duplicates, mapcan)
8696 (cl-macroexpand-all): Update declarations.
8697
8698 * vc/vc.el: No need to require ediff.
8699 (ediff-load-version-control): Declare.
8700 (ediff-vc-internal): Fix declaration.
8701 (vc-version-ediff): Require ediff.
8702
8703 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
8704
8705 Use a more backwards-compatible timer format (Bug#12430).
8706 * emacs-lisp/timer.el (timer): PSECS is now at the end, rather than
8707 being right after USECS, as that better supports old code that
8708 inadvisedly looked directly at the timer vector.
8709
8710 2012-09-13 Kenichi Handa <handa@gnu.org>
8711
8712 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
8713 ("Chinese-CNS", "Chinese-EUC-TW"): Add chinese-gbk to
8714 `coding-priority' property of these language environment.
8715
8716 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
8717
8718 Fix glitches caused by addition of psec to timers (Bug#12430).
8719 * image.el (image-animate-timer):
8720 * time.el (display-time-world-timer):
8721 Use timer--function and timer--args rather than raw access to
8722 timer vector.
8723
8724 2012-09-13 Glenn Morris <rgm@gnu.org>
8725
8726 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
8727 If not compiling a file, try using load-file-name.
8728
8729 2012-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
8730
8731 * emacs-lisp/edebug.el (edebug-outside-unread-command-events):
8732 Fix last change.
8733 (edebug-update-eval-list): Use `push'.
8734
8735 * emacs-lisp/edebug.el: Use lexical-binding.
8736 Remove the "edebug-" prefix from non-dynamically-scoped variables.
8737 Mark unused args with underscore.
8738 (edebug-save-restriction, edebug-outside-excursion): Use `declare'.
8739 (edebug-form-data): Use defvar-local.
8740 (edebug-make-before-and-after-form, edebug-make-after-form):
8741 Use backquote.
8742 (edebug-args, edebug-value, edebug-after-index, edebug-arg-mode):
8743 Not dynamically scoped any more.
8744 (edebug--enter-trace): Add arguments `function' and `args'.
8745 Rename from edebug-enter-trace.
8746 (edebug-enter): Call it accordingly. Bind edebug-function explicitly.
8747 (edebug--update-coverage): Add `after-index' and `value' args.
8748 Rename from edebug-update-coverage.
8749 (edebug-slow-after): Call it accordingly.
8750 (edebug--recursive-edit): Add arg `arg-mode'. Rename from
8751 edebug-recursive-edit.
8752 (edebug--display): Call it accordingly. Add args `value',
8753 `offset-index', and `arg-mode'. Rename from edebug-display.
8754 (edebug-debugger, edebug): Call it accordingly.
8755 (edebug-eval-display-list): Use dolist.
8756
8757 2012-09-12 Juri Linkov <juri@jurta.org>
8758
8759 * info.el (Info-search): Don't check for isearch-mode and
8760 isearch-regexp before let-binding search-spaces-regexp to
8761 Info-search-whitespace-regexp.
8762 (Info-isearch-search): Let-bind Info-search-whitespace-regexp to
8763 search-whitespace-regexp if isearch-lax-whitespace or
8764 isearch-regexp-lax-whitespace is non-nil.
8765 (Info-mode): Don't set local variable search-whitespace-regexp.
8766 http://lists.gnu.org/archive/html/emacs-devel/2012-08/msg00811.html
8767
8768 2012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
8769
8770 * emacs-lisp/debug.el (debugger-outer-unread-command-char, debug)
8771 (debugger-env-macro): Remove support for unread-command-char.
8772
8773 * subr.el (set-temporary-overlay-map): Minimize slightly the impact of
8774 the temporary map re-appearing on emulation-mode-map-alists.
8775
8776 * emacs-lisp/edebug.el (def-edebug-form-spec): Remove, it's been broken
8777 since 22.1.
8778
8779 * ehelp.el (with-electric-help): Accept functions in
8780 electric-help-form-to-execute.
8781 (electric-help-execute-extended, electric-help-ctrl-x-prefix): Use it.
8782 And replace unread-command-char -> unread-command-events.
8783
8784 2012-09-12 Michael Albinus <michael.albinus@gmx.de>
8785
8786 Sync with Tramp 2.2.6.
8787
8788 * net/tramp.el (tramp-accept-process-output): Don't use
8789 JUST-THIS-ONE in the XEmacs case.
8790
8791 * net/trampver.el: Update release number.
8792
8793 2012-09-12 Martin Rudalics <rudalics@gmx.at>
8794
8795 * emacs-lisp/debug.el (debugger-previous-window-height):
8796 New variable.
8797 (debug): When debugger-jumping-flag is non-nil try to restore
8798 height of debugger window. (Bug#8789)
8799
8800 2012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
8801
8802 * emacs-lisp/edebug.el (edebug-enter): Don't mess with
8803 overriding-local-map and pre/post-command-hook here.
8804 (edebug-recursive-edit): Do it here instead (bug#12345).
8805 (edebug-outside-unread-command-char): Remove all uses of
8806 unread-command-char.
8807
8808 * emacs-lisp/debug.el (debug): Don't bind debug-on-error since
8809 inhibit-debugger is bound instead.
8810
8811 2012-09-11 Bastien Guerry <bzg@gnu.org>
8812
8813 * subr.el (set-temporary-overlay-map): Add a docstring.
8814 (Bug#12346)
8815
8816 2012-09-11 Bastien Guerry <bzg@gnu.org>
8817
8818 * minibuffer.el (completion-table-subvert): Fix docstring.
8819 (Bug#12347)
8820
8821 2012-09-11 Bastien Guerry <bzg@gnu.org>
8822
8823 * help-fns.el (describe-variable): Fix typo. (Bug#12346)
8824
8825 2012-09-10 Michael R. Mauger <mmaug@yahoo.com>
8826
8827 * progmodes/sql.el: Version 3.1
8828 (sql-db2-escape-newlines): New variable.
8829 (sql-escape-newlines-filter): Use it.
8830
8831 2012-09-10 Juanma Barranquero <lekktu@gmail.com>
8832
8833 * custom.el (custom-theme-load-confirm): Remove unneeded assignment.
8834
8835 2012-09-10 Dan Nicolaescu <dann@gnu.org>
8836
8837 * vc/diff-mode.el (diff-mode-menu):
8838 Bind diff-remove-trailing-whitespace.
8839
8840 2012-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
8841
8842 * emacs-lisp/lisp-mode.el (emacs-list-byte-code-comment-re): New var.
8843 (emacs-lisp-byte-code-comment, emacs-lisp-byte-code-syntax-propertize)
8844 (emacs-lisp-byte-code-mode): New functions.
8845 (eval-sexp-add-defvars): Don't skip defvars in column >0.
8846 (eval-defun-2): Remove bogus interactive spec.
8847 (lisp-indent-line): Remove redundant whole-exp code, now done in
8848 indent-according-to-mode.
8849 (save-match-data): Remove redundant indent data.
8850
8851 * emacs-lisp/benchmark.el (benchmark-run, benchmark-run-compiled):
8852 Use `declare'.
8853
8854 2012-09-09 Juri Linkov <juri@jurta.org>
8855
8856 * replace.el (replace-regexp-lax-whitespace): New defcustom.
8857 (replace-lax-whitespace, query-replace-regexp)
8858 (query-replace-regexp-eval, replace-regexp): Doc fix.
8859 (perform-replace, replace-highlight): Let-bind
8860 isearch-lax-whitespace to replace-lax-whitespace and
8861 isearch-regexp-lax-whitespace to replace-regexp-lax-whitespace.
8862
8863 * isearch.el (isearch-query-replace): Let-bind
8864 replace-lax-whitespace to isearch-lax-whitespace and
8865 replace-regexp-lax-whitespace to
8866 isearch-regexp-lax-whitespace. (Bug#10885)
8867
8868 2012-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
8869
8870 * eshell/em-unix.el (eshell/sudo): Explicitly drop return value.
8871
8872 2012-09-09 Alan Mackenzie <acm@muc.de>
8873
8874 * progmodes/cc-engine.el (c-state-cache-init):
8875 Initialise c-state-semi-nonlit-pos-cache\(-limit\)? properly.
8876 (c-record-parse-state-state):
8877 Record c-state-semi-nonlit-pos-cache\(-limit\)?.
8878
8879 2012-09-09 Andreas Schwab <schwab@linux-m68k.org>
8880
8881 * register.el (register-separator): Rename from
8882 separator-register. All uses changed. Doc fix.
8883 (register): Fix version.
8884
8885 2012-09-09 Chong Yidong <cyd@gnu.org>
8886
8887 * replace.el (query-replace-map): Bind four new symbols for
8888 requesting window scrolling.
8889
8890 * subr.el (y-or-n-p): Handle the window-scrolling bindings in
8891 query-replace-map (Bug#8948).
8892
8893 * custom.el (custom-theme-load-confirm): Use y-or-n-p.
8894
8895 * emacs-lisp/map-ynp.el (map-y-or-n-p): Don't bind scrolling keys
8896 since they are now in query-replace-map.
8897
8898 * window.el (scroll-other-window-down): Make the arg optional.
8899
8900 2012-09-09 Chong Yidong <cyd@gnu.org>
8901
8902 * files.el (hack-local-variables-confirm): Use quit-window to kill
8903 the *Local Variables* buffer.
8904
8905 2012-09-08 Dmitry Gutov <dgutov@yandex.ru>
8906
8907 * progmodes/ruby-mode.el (ruby-toggle-block): Guess the current block,
8908 not just expect to be at its beginning. Adjust callees.
8909 Succeed when do-end block has no space before the pipe character.
8910 (ruby-brace-to-do-end): When the original block is one-liner,
8911 convert to multiline. Reindent the result.
8912
8913 2012-09-08 Jambunathan K <kjambunathan@gmail.com>
8914
8915 * register.el (register): New group.
8916 (separator-register): New user option.
8917 (increment-register): Route it to `append-to-register', if
8918 register contains text. Implication is that `C-x r +' can now be
8919 used for appending to a text register (bug#12217).
8920 (append-to-register, prepend-to-register): Add separator based on
8921 `separator-register'.
8922
8923 2012-09-08 Alan Mackenzie <acm@muc.de>
8924
8925 AWK Mode: make auto-newline work when there's "==" in the pattern.
8926 * progmodes/cc-cmds.el (c-point-syntax): Handle virtual semicolons
8927 correctly.
8928 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5A.3):
8929 Test more rigorously for "=" token.
8930
8931 2012-09-08 Dmitry Gutov <dgutov@yandex.ru>
8932
8933 * progmodes/ruby-mode.el (ruby-match-expression-expansion):
8934 Only fail when reached LIMIT.
8935
8936 2012-09-08 Chong Yidong <cyd@gnu.org>
8937
8938 * dired.el (dired-mode-map): Don't bind M-=.
8939
8940 * dired-aux.el (dired-diff): Use backup file as default.
8941
8942 2012-09-08 Drew Adams <drew.adams@oracle.com>
8943
8944 * subr.el (add-to-history): Fix delete usage (Bug#12314).
8945
8946 2012-09-08 Chong Yidong <cyd@gnu.org>
8947
8948 * subr.el (syntax-after, syntax-class): Doc fix.
8949
8950 2012-09-08 Martin Rudalics <rudalics@gmx.at>
8951
8952 * window.el (display-buffer-in-previous-window): New buffer
8953 display action function.
8954
8955 * emacs-lisp/debug.el (debugger-bury-or-kill): New option.
8956 (debugger-previous-window): New variable.
8957 (debug): Rewrite using display-buffer-in-previous-window,
8958 quit-restore-window and debugger-bury-or-kill. (Bug#8789)
8959
8960 2012-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
8961
8962 * emacs-lisp/byte-run.el (defun): Tweak message. Simplify code.
8963
8964 2012-09-07 Matt McClure <mlm@aya.yale.edu> (tiny change)
8965
8966 * progmodes/python.el (python-shell-send-string):
8967 When default-directory is remote, create temp file on remote
8968 filesystem.
8969 (python-shell-send-file): When file is remote, pass local view of
8970 file paths to remote Python interpreter. (Bug#12340)
8971
8972 2012-09-07 Chong Yidong <cyd@gnu.org>
8973
8974 * window.el (switch-to-buffer): Doc fix (Bug#12181).
8975
8976 * files.el (after-find-file): Don't fail on a read-only buffer if
8977 require-final-newline is `visit' or `visit-save' (Bug#11156).
8978
8979 * subr.el (read-char-choice): Allow quitting via ESC ESC.
8980
8981 * userlock.el (ask-user-about-supersession-threat):
8982 Use read-char-choice (Bug#12093).
8983
8984 2012-09-07 Chong Yidong <cyd@gnu.org>
8985
8986 * subr.el (buffer-narrowed-p): New function.
8987
8988 * ses.el (ses-widen):
8989 * simple.el (count-words--buffer-message):
8990 * net/browse-url.el (browse-url-of-buffer): Use it.
8991
8992 * simple.el (count-words-region): Don't signal an error if there
8993 is a non-nil prefix arg and the mark is not set.
8994
8995 * help.el (describe-key-briefly): Allow the message to be seen
8996 when invoked from the minibuffer (Bug#7014).
8997
8998 2012-09-07 Dmitry Gutov <dgutov@yandex.ru>
8999
9000 * progmodes/ruby-mode.el (ruby-end-of-defun)
9001 (ruby-beginning-of-defun): Simplify, allow indentation before
9002 block beginning and end keywords.
9003 (ruby-beginning-of-defun): Only consider 3 keywords defun beginners.
9004 (ruby-end-of-defun): Expect that the point is at the beginning of
9005 the defun.
9006
9007 2012-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
9008
9009 * emacs-lisp/cl-macs.el (cl--do-arglist): Understand _ on &key args
9010 (bug#12367).
9011 (cl--make-usage-args): Strip _ from argument names.
9012
9013 2012-09-06 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
9014
9015 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize): Don't use
9016 obsolete alias speedbar-key-map.
9017 (vhdl-doc-variable, vhdl-doc-mode): Use called-interactively-p.
9018 (vhdl-index-menu-init): Don't use obsolete variable
9019 font-lock-maximum-size.
9020
9021 2012-09-06 Chong Yidong <cyd@gnu.org>
9022
9023 * frame.el (window-system-version): Mark as obsolete.
9024
9025 * speedbar.el (speedbar-update-flag, speedbar-mode): Remove uses
9026 of obsolete variable speedbar-key-map.
9027
9028 2012-09-06 Juri Linkov <juri@jurta.org>
9029
9030 * replace.el (replace-lax-whitespace): New defcustom.
9031 (query-replace, query-replace-regexp, query-replace-regexp-eval)
9032 (replace-string, replace-regexp): Mention it in docstrings.
9033 (perform-replace, replace-highlight): Let-bind
9034 isearch-lax-whitespace and isearch-regexp-lax-whitespace according
9035 to the values of replace-lax-whitespace and regexp-flag.
9036 Don't let-bind search-whitespace-regexp. (Bug#10885)
9037
9038 * isearch.el (isearch-query-replace): Let-bind
9039 replace-lax-whitespace instead of let-binding
9040 replace-search-function and replace-re-search-function.
9041 (isearch-lazy-highlight-search): Let-bind isearch-lax-whitespace
9042 and isearch-regexp-lax-whitespace to lazy-highlight variables.
9043 (isearch-toggle-symbol): Set isearch-regexp to nil
9044 in isearch-word mode (like in isearch-toggle-word).
9045
9046 2012-09-06 Juri Linkov <juri@jurta.org>
9047
9048 * replace.el (replace-search-function)
9049 (replace-re-search-function): Set default values to nil.
9050 (perform-replace): Let-bind isearch-related variables based on
9051 replace-related values, call `isearch-search-fun' and let-bind
9052 the result to `search-function'. Remove code that sets
9053 `search-function' and `search-string' separately for
9054 `delimited-flag'.
9055 (replace-highlight): Add new argument `delimited-flag' and
9056 rename other arguments to the names used in `perform-replace'.
9057 Let-bind `isearch-word' to the argument `delimited-flag'.
9058 (Bug#10885, bug#10887)
9059
9060 2012-09-07 Dmitry Gutov <dgutov@yandex.ru>
9061
9062 * progmodes/ruby-mode.el (ruby-indent-beg-re): Add pieces from
9063 ruby-beginning-of-indent, simplify, allow all keywords to have
9064 indentation before them.
9065 (ruby-beginning-of-indent): Adjust for above. Search until the
9066 found point is not inside a string or comment.
9067 (ruby-font-lock-keywords): Allow symbols to start with "@"
9068 character, give them higher priority than variables.
9069 (ruby-syntax-propertize-function)
9070 (ruby-font-lock-syntactic-keywords): Remove the "not comments"
9071 matchers. Expression expansions are not comments when inside a
9072 string, and there comment syntax status is irrelevant.
9073 (ruby-match-expression-expansion): New function. Check that
9074 expression expansion is inside a string, and it's not escaped.
9075 (ruby-font-lock-keywords): Use it.
9076
9077 2012-09-05 Martin Rudalics <rudalics@gmx.at>
9078
9079 * help.el (temp-buffer-max-height): New default value.
9080 (temp-buffer-resize-frames): New option.
9081 (resize-temp-buffer-window): Optionally resize frame.
9082
9083 * window.el (fit-frame-to-buffer-bottom-margin): New option.
9084 (fit-frame-to-buffer): New function.
9085
9086 2012-09-05 Glenn Morris <rgm@gnu.org>
9087
9088 * emulation/cua-rect.el (cua--init-rectangles):
9089 * textmodes/picture.el (picture-mode-map):
9090 * play/blackbox.el (blackbox-mode-map): Remap right-char and left-char
9091 like forward-char and backward-char. (Bug#12317)
9092
9093 2012-09-05 Leo Liu <sdl.web@gmail.com>
9094
9095 * progmodes/flymake.el (flymake-warning-re): New variable.
9096 (flymake-parse-line): Use it.
9097
9098 2012-09-05 Glenn Morris <rgm@gnu.org>
9099
9100 * calendar/holidays.el (holiday-christian-holidays):
9101 Rename an entry. (Bug#12289)
9102
9103 2012-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
9104
9105 * progmodes/sh-script.el (sh-font-lock-paren): Don't burp at BOB
9106 (bug#12222).
9107
9108 2012-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
9109
9110 * loadup.el: Load macroexp. Remove hack.
9111 * emacs-lisp/macroexp.el (macroexp--eval-if-compile): New function.
9112 (macroexp--expand-all): Use it to get better warnings.
9113 (macroexp--backtrace, macroexp--trim-backtrace-frame)
9114 (internal-macroexpand-for-load): New functions.
9115 (macroexp--pending-eager-loads): New var.
9116 (emacs-startup-hook): New hack to replace one in loadup.el.
9117 * emacs-lisp/cl-macs.el (cl--compiler-macro-list*)
9118 (cl--compiler-macro-cXXr): Move to top, before they can be used.
9119 (cl-psetf): Simplify.
9120 (cl-defstruct): Add indent rule.
9121
9122 2012-09-04 Lars Ingebrigtsen <larsi@gnus.org>
9123
9124 * mail/smtpmail.el (smtpmail-send-it): Prefer the From: header
9125 over `user-mail-address' for the SMTP MAIL FROM envelope.
9126 (smtpmail-via-smtp): Ditto.
9127
9128 2012-09-04 Dmitry Gutov <dgutov@yandex.ru>
9129
9130 * progmodes/ruby-mode.el: Clean up keybindings.
9131 (ruby-mode-map): Don't bind ruby-electric-brace,
9132 ruby-beginning-of-defun, ruby-end-of-defun, ruby-mark-defun,
9133 backward-kill-word, reindent-then-newline-and-indent.
9134 (ruby-mark-defun): Remove.
9135 (ruby-electric-brace): Remove. Obsoleted by electric-indent-chars.
9136 (ruby-mode): Set local beginning-of-defun-function and
9137 end-of-defun-function values.
9138
9139 2012-09-03 Martin Rudalics <rudalics@gmx.at>
9140
9141 * window.el (temp-buffer-window-setup-hook)
9142 (temp-buffer-window-show-hook): New hooks.
9143 (temp-buffer-window-setup, temp-buffer-window-show)
9144 (with-temp-buffer-window): New functions.
9145 (fit-window-to-buffer): Remove unused optional argument OVERRIDE.
9146 (special-display-popup-frame): Make sure the window used shows BUFFER.
9147
9148 * help.el (temp-buffer-resize-mode): Fix doc-string.
9149 (resize-temp-buffer-window): New optional argument WINDOW.
9150
9151 * files.el (recover-file, save-buffers-kill-emacs):
9152 * dired.el (dired-mark-pop-up): Use with-temp-buffer-window.
9153
9154 2012-09-02 Michael Albinus <michael.albinus@gmx.de>
9155
9156 * eshell/em-unix.el (eshell/sudo): When we have an ad-hoc
9157 remote definition of `default-directory', ensure we can connect.
9158
9159 2012-09-02 Juri Linkov <juri@jurta.org>
9160
9161 Toggle whitespace matching mode with M-s SPC.
9162 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00008.html
9163
9164 * isearch.el (search-whitespace-regexp): Doc fix.
9165 Remove cons cell customization.
9166 (isearch-mode-map): Bind "\M-s " to isearch-toggle-lax-whitespace.
9167 (isearch-lax-whitespace, isearch-regexp-lax-whitespace):
9168 New variables.
9169 (isearch-forward, isearch-forward-regexp): Doc fix.
9170 (isearch-toggle-lax-whitespace): New command.
9171 (search-forward-lax-whitespace, search-backward-lax-whitespace)
9172 (re-search-forward-lax-whitespace)
9173 (re-search-backward-lax-whitespace): New functions.
9174 (isearch-whitespace-regexp): Remove function.
9175 (isearch-query-replace): Let-bind replace-search-function and
9176 replace-re-search-function.
9177 (isearch-occur): Let-bind search-spaces-regexp according to the
9178 value of isearch-lax-whitespace and isearch-regexp-lax-whitespace.
9179 (isearch-quote-char): Check isearch-regexp-lax-whitespace in the
9180 condition for C-q SPC.
9181 (isearch-search-fun-default): Use new functions mentioned above.
9182 (isearch-search-forward, isearch-search-backward): Remove functions.
9183 (isearch-search): Don't let-bind search-spaces-regexp.
9184 (isearch-lazy-highlight-space-regexp): Remove variable.
9185 (isearch-lazy-highlight-lax-whitespace)
9186 (isearch-lazy-highlight-regexp-lax-whitespace): New variables.
9187 (isearch-lazy-highlight-new-loop): Use them.
9188 (isearch-lazy-highlight-search): Don't let-bind search-spaces-regexp.
9189
9190 2012-09-02 Chong Yidong <cyd@gnu.org>
9191
9192 * dired.el (dired-mode-map): Menu string fixes (Bug#11616).
9193
9194 2012-09-02 Glenn Morris <rgm@gnu.org>
9195
9196 * simple.el (undo): Tweak message in undo-only case. (Bug#12283)
9197
9198 2012-09-01 Glenn Morris <rgm@gnu.org>
9199
9200 * term.el: Tidy up menu definitions.
9201 (term-mode-map): Use easymenu for In/Out, Complete menus.
9202 (term-pager-break-map): Initialize in the defvar.
9203 (term-terminal-menu, term-signals-menu): Define with easymenu.
9204 (term-terminal-menu): Also show it in line-mode. (Bug#11957)
9205 (term-pager-menu): New, extracted from term-process-pager.
9206 (term-mode, term-char-mode, term-process-pager): Use easymenu-add.
9207 (term-update-mode-line): Propertize line/char and page items.
9208 (term-process-pager): Move keymap initialization elsewhere.
9209
9210 2012-09-01 Martin Rudalics <rudalics@gmx.at>
9211
9212 * window.el (switch-to-prev-buffer): Handle additional values of
9213 BURY-OR-KILL argument. Don't switch in minibuffer window.
9214 (switch-to-next-buffer): Don't switch in minibuffer window.
9215 (quit-restore-window): New function based on quit-window.
9216 Handle additional values of former KILL argument.
9217 (quit-window): Call quit-restore-window with appropriate
9218 interpretation of KILL argument.
9219 (display-buffer-below-selected): New buffer display action
9220 function.
9221
9222 2012-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
9223
9224 * minibuffer.el (completion-at-point-functions): Complete docstring
9225 (bug#12254).
9226
9227 2012-09-01 Paul Eggert <eggert@cs.ucla.edu>
9228
9229 Better seed support for (random).
9230 * play/5x5.el, play/animate.el, play/cookie1.el, play/dissociate.el:
9231 * play/doctor.el, play/dunnet.el, play/gomoku.el, play/landmark.el:
9232 * play/mpuz.el, play/tetris.el, play/zone.el:
9233 * calc/calc-comb.el (math-init-random-base):
9234 * play/blackbox.el (bb-init-board):
9235 * play/life.el (life):
9236 * server.el (server-use-tcp):
9237 * type-break.el (type-break):
9238 Remove unnecessary call to (random t).
9239 * net/sasl.el (sasl-unique-id-function):
9240 Change (random t) to (random), now that the latter is more random.
9241 * play/life.el (life-initialized): Remove no-longer-needed var.
9242
9243 2012-08-31 Alp Aker <alp.tekin.aker@gmail.com>
9244
9245 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
9246 Consider frame's buffer predicate when choosing the buffer.
9247 (Bug#12081)
9248
9249 2012-08-30 Richard Stallman <rms@gnu.org>
9250
9251 * simple.el (special-mode-map): Delete binding for `z'.
9252
9253 2012-08-30 Andreas Schwab <schwab@linux-m68k.org>
9254
9255 * progmodes/compile.el (compilation-always-kill): Doc fix.
9256
9257 2012-08-30 Chong Yidong <cyd@gnu.org>
9258
9259 * window.el (display-buffer-reuse-frames): Make the obsolescence
9260 message more informative.
9261
9262 2012-08-30 Glenn Morris <rgm@gnu.org>
9263
9264 * paren.el (show-paren-delay):
9265 Add a :set function. Doc fix. (Bug#12297)
9266
9267 2012-08-29 Martin Blais <blais@furius.ca> (tiny change)
9268
9269 * progmodes/compile.el (compilation-always-kill): New var.
9270 (compilation-start): Use it.
9271
9272 2012-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
9273
9274 * simple.el (read-only-mode): Move from files.el for bootstrapping.
9275 * files.el (read-only-mode): Move to simple.el.
9276
9277 * files.el (read-only-mode): New minor mode.
9278 (toggle-read-only): Use it and mark obsolete.
9279 (find-file--read-only):
9280 * vc/vc.el (vc-next-action, vc-checkout):
9281 * vc/vc-cvs.el (vc-cvs-checkout):
9282 * obsolete/vc-mcvs.el (vc-mcvs-update):
9283 * ffap.el (ffap--toggle-read-only): Update callers.
9284
9285 2012-08-29 Michael Albinus <michael.albinus@gmx.de>
9286
9287 * eshell/esh-ext.el (eshell-external-command): Do not examine
9288 remote shell scripts.
9289 See <https://bugs.launchpad.net/ubuntu/+source/emacs23/+bug/1035790>.
9290
9291 * net/tramp-sh.el (tramp-remote-path): Add "/sbin" and
9292 "/usr/local/sbin".
9293
9294 2012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
9295
9296 * emacs-lisp/cl-lib.el (buffer-string): Fix setter macro (bug#12293).
9297
9298 2012-08-28 Leo Liu <sdl.web@gmail.com>
9299
9300 * progmodes/sh-script.el (sh-dynamic-complete-functions): Adapt to
9301 completion-at-point. (Bug#12220)
9302
9303 * skeleton.el (skeleton-untabify): Change to nil (bug#12223).
9304
9305 * progmodes/sh-script.el (sh-indent-comment): Change to t (bug#12267).
9306
9307 2012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
9308
9309 * files.el (safe-local-eval-forms): Fix before-save-hook entry to
9310 be buffer-local; add delete-trailing-whitespace (bug#12259).
9311
9312 2012-08-28 Jeremy Moore <jmoore@ieee.org> (tiny change)
9313
9314 * progmodes/hideif.el (hif-compress-define-list):
9315 Fix typo. (Bug#11951)
9316
9317 2012-08-28 Dan Nicolaescu <dann@gnu.org>
9318
9319 * progmodes/hideshow.el (hs-block-end-regexp): Restore lost
9320 buffer local setting.
9321
9322 * net/rcirc.el (rcirc-split-message): Fix for buffer-local
9323 rcirc-encode-coding-system.
9324
9325 2012-08-28 Leo Liu <sdl.web@gmail.com>
9326
9327 * net/rcirc.el (rcirc-split-message): New function.
9328 (rcirc-send-message): Use it. (Bug#12051)
9329
9330 2012-08-28 Juri Linkov <juri@jurta.org>
9331
9332 * info.el (Info-fontify-node): Hide empty lines at the end of
9333 the node. (Bug#12272)
9334
9335 2012-08-27 Drew Adams <drew.adams@oracle.com>
9336
9337 * dired.el (dired-pop-to-buffer): Make window start at beginning
9338 of buffer (Bug#12281).
9339
9340 2012-08-26 Chong Yidong <cyd@gnu.org>
9341
9342 * window.el (special-display-regexps, special-display-frame-alist)
9343 (special-display-buffer-names, special-display-function)
9344 (display-buffer-reuse-frames): Mark as obsolete.
9345
9346 * progmodes/compile.el: Don't use display-buffer-reuse-frames.
9347
9348 * help.el (help-print-return-message): Don't treat
9349 display-buffer-reuse-frames specially.
9350
9351 2012-08-26 Chong Yidong <cyd@gnu.org>
9352
9353 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
9354 New variable, replacing gdb-frame-parameters.
9355 (gdb-frame-io-buffer, gdb-frame-breakpoints-buffer)
9356 (gdb-frame-threads-buffer, gdb-frame-memory-buffer)
9357 (gdb-frame-disassembly-buffer, gdb-frame-stack-buffer)
9358 (gdb-frame-locals-buffer, gdb-frame-registers-buffer): Use it.
9359 (def-gdb-frame-for-buffer): Macro deleted. It is easier to define
9360 the functions directly with gdb-display-buffer-other-frame-action.
9361 (gdb-display-breakpoints-buffer, gdb-display-threads-buffer)
9362 (gdb-display-memory-buffer, gdb-display-disassembly-buffer)
9363 (gdb-display-stack-buffer, gdb-display-locals-buffer)
9364 (gdb-display-registers-buffer): Define directly.
9365 (def-gdb-display-buffer): Macro deleted.
9366 (gdb-display-buffer): Remove second and third args, callers don't
9367 use them. Defer to the default display-buffer behavior, apart
9368 from making windows dedicated.
9369 (gdb-setup-windows): Don't call display-buffer unnecessarily.
9370
9371 * progmodes/gud.el (gud-display-line): Just use display-buffer.
9372
9373 * window.el (display-buffer-pop-up-frame): Handle a
9374 pop-up-frame-parameters alist entry.
9375 (display-buffer): Document it.
9376
9377 2012-08-26 Chong Yidong <cyd@gnu.org>
9378
9379 * isearch.el (search-whitespace-regexp): Make string and nil
9380 values apply to both ordinary and regexp search. Allow a cons
9381 cell value to distinguish between the two.
9382 (isearch-whitespace-regexp, isearch-search-forward)
9383 (isearch-search-backward): New functions.
9384 (isearch-occur, isearch-search-fun-default, isearch-search)
9385 (isearch-lazy-highlight-new-loop): Use them.
9386 (isearch-forward, isearch-forward-regexp): Doc fix.
9387
9388 2012-08-26 Chong Yidong <cyd@gnu.org>
9389
9390 * faces.el (help-argument-name): Always inherit from italic
9391 (Bug#12213).
9392
9393 2012-08-25 Martin Rudalics <rudalics@gmx.at>
9394
9395 * window.el (window--even-window-heights): Even heights when
9396 WINDOW and the selected window form a vertical combination.
9397 (display-buffer-use-some-window): Provide that window used gets
9398 sized back by quit-window. (Bug#11880) and (Bug#12091)
9399
9400 2012-08-24 Paul Eggert <eggert@cs.ucla.edu>
9401
9402 Fix file time stamp problem with bzr and CVS (Bug#12001).
9403 * vc/vc-cvs.el (vc-cvs-parse-entry): Ignore subsecond information
9404 in the file's time stamp, since the version control system loses
9405 that information.
9406
9407 2012-08-22 Juri Linkov <juri@jurta.org>
9408
9409 * info.el (Info-fontify-node): Hide the suffix of the
9410 Info file name in the header line. (Bug#12187)
9411
9412 2012-08-22 Glenn Morris <rgm@gnu.org>
9413
9414 * calendar/cal-tex.el (cal-tex-weekly-common):
9415 Restore leading blank page.
9416
9417 2012-08-22 Le Wang <l26wang@gmail.com>
9418
9419 * misc.el (forward-to-word, backward-to-word): Activate or extend
9420 the region under `shift-select-mode'. (Bug#12231)
9421
9422 2012-08-22 Bastien Guerry <bzg@gnu.org>
9423
9424 * progmodes/executable.el (executable-prefix): Set to "#!" instead
9425 of "#! ". http://www.in-ulm.de/~mascheck/various/shebang/#details
9426 gives details on why the space is never needed.
9427
9428 2012-08-22 Martin Rudalics <rudalics@gmx.at>
9429
9430 * window.el (walk-window-tree, window-with-parameter):
9431 New optional argument MINIBUF to control whether these functions
9432 should run on the minibuffer window.
9433 (window-at-side-list): Don't operate on minibuffer window.
9434 (window-in-direction): Simplify and rewrite doc-string.
9435 (window--size-ignore): Rename to window--size-ignore-p.
9436 Update callers.
9437 (display-buffer-in-atom-window, window--major-non-side-window)
9438 (window--major-side-window, display-buffer-in-major-side-window)
9439 (delete-side-window, display-buffer-in-side-window):
9440 New functions.
9441 (window--side-check, window-deletable-p, delete-window)
9442 (delete-other-windows, split-window): Handle side windows and
9443 atomic windows appropriately.
9444 (window--display-buffer): Call display-buffer-record-window also
9445 when the window buffer did not change.
9446
9447 2012-08-22 Christopher Schmidt <christopher@ch.ristopher.com>
9448
9449 * help-fns.el (help-fns--key-bindings):
9450 Abbreviate non-symbol remap targets. (Bug#12174)
9451
9452 2012-08-22 Martin Rudalics <rudalics@gmx.at>
9453
9454 * dired.el (dired-mark-remembered): Don't clobber point.
9455 (Bug#11795)
9456
9457 2012-08-22 Glenn Morris <rgm@gnu.org>
9458
9459 * progmodes/bug-reference.el (bug-reference): New custom group.
9460 (bug-reference-bug-regexp): Make it a defcustom.
9461
9462 2012-08-22 Daiki Ueno <ueno@unixuser.org>
9463
9464 * progmodes/js.el (js-indent-level, js-expr-indent-offset)
9465 (js-paren-indent-offset, js-square-indent-offset)
9466 (js-curly-indent-offset): Add :safe (Bug#12257).
9467
9468 2012-08-22 Edward O'Connor <hober0@gmail.com>
9469
9470 * json.el (json-key-format): Add error properties.
9471 (json-encode-key): New function.
9472 (json-encode-hash-table, json-encode-alist, json-encode-plist):
9473 Use json-encode-key.
9474
9475 2012-08-22 Glenn Morris <rgm@gnu.org>
9476
9477 * calendar/cal-tex.el (cal-tex-longday): New function, replacing...
9478 (cal-tex-leftday, cal-tex-rightday): Remove functions.
9479 (cal-tex-weekly-common, cal-tex-cursor-filofax-2week):
9480 Update for above change.
9481
9482 2012-08-21 Andreas Schwab <schwab@linux-m68k.org>
9483
9484 * cus-face.el (custom-face-attributes): Fix customize type for the
9485 :underline attribute. (Bug#11805)
9486
9487 2012-08-21 Martin Rudalics <rudalics@gmx.at>
9488
9489 * window.el (window-point-1, set-window-point-1): Remove.
9490 (window-in-direction, record-window-buffer)
9491 (set-window-buffer-start-and-point, split-window-below)
9492 (window--state-get-1, display-buffer-record-window):
9493 Replace calls to window-point-1 and set-window-point-1 by calls to
9494 window-point and set-window-point respectively.
9495
9496 2012-08-21 Glenn Morris <rgm@gnu.org>
9497
9498 * calendar/cal-tex.el (cal-tex-weekly-common): New function.
9499 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week):
9500 Use it.
9501
9502 * calendar/cal-tex.el (cal-tex-rightday): Add optional funcname arg.
9503 (cal-tex-shortday): New function.
9504 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week)
9505 (cal-tex-cursor-filofax-daily): Use the above.
9506
9507 * calendar/cal-tex.el (cal-tex-leftday, cal-tex-rightday):
9508 New functions.
9509 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
9510 (cal-tex-cursor-filofax-week): Use them.
9511
9512 * calendar/cal-tex.el (cal-tex-lefthead, cal-tex-righthead):
9513 New constants.
9514 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
9515 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use them.
9516
9517 * calendar/cal-tex.el (cal-tex-preamble): Generate new buffers.
9518 (cal-tex-end-document): Don't rely on buffer name.
9519
9520 * calendar/cal-tex.el (cal-tex-cursor-filofax-year):
9521 Use cal-tex-vspace.
9522 (cal-tex-vspace, cal-tex-hspace, cal-tex-em, cal-tex-bf)
9523 (cal-tex-Huge-bf, cal-tex-large-bf): Use cal-tex-cmd.
9524 (cal-tex-scriptsize, cal-tex-huge, cal-tex-Huge, cal-tex-large):
9525 Use cal-tex-arg.
9526
9527 * calendar/cal-tex.el (cal-tex-cursor-filofax-year)
9528 (cal-tex-cursor-week, cal-tex-cursor-week2)
9529 (cal-tex-cursor-week-iso, cal-tex-cursor-week-at-a-glance)
9530 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
9531 (cal-tex-cursor-filofax-daily, cal-tex-cursor-day)
9532 (cal-tex-insert-preamble, cal-tex-b-document)
9533 (cal-tex-e-document, cal-tex-b-center, cal-tex-e-center):
9534 Improve cal-tex-cmd usage.
9535
9536 * calendar/cal-tex.el (cal-tex-filofax-paper): New function.
9537 (cal-tex-cursor-filofax-year, cal-tex-cursor-filofax-2week)
9538 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use it.
9539 (cal-tex-weekly-paper): New function.
9540 (cal-tex-cursor-week, cal-tex-cursor-week2)
9541 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
9542 (cal-tex-cursor-day): Use it.
9543
9544 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance)
9545 (cal-tex-cursor-filofax-week): Remove leading blank page.
9546
9547 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
9548 Add autoload cookie. For now at least, don't use color, since
9549 no other cal-tex function does.
9550
9551 * calendar/cal-tex.el (cal-tex-cursor-week-iso)
9552 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
9553 (cal-tex-cursor-filofax-daily): Correct start date for diary entries.
9554
9555 2012-08-21 Juri Linkov <juri@jurta.org>
9556
9557 * info.el (Info-file-attributes): New variable.
9558 (info-insert-file-contents): Add file attributes to
9559 `Info-file-attributes'. Clear the caches `Info-index-nodes' and
9560 `Info-toc-nodes' when previous modtime of the Info file is less
9561 than new modtime.
9562 (Info-toc-nodes, Info-index-nodes): Move definitions up to the top
9563 of info.el. (Bug#12230)
9564
9565 2012-08-20 Glenn Morris <rgm@gnu.org>
9566
9567 * calendar/diary-lib.el (diary-include-files, diary-sexp-entry):
9568 * calendar/holidays.el (calendar-holiday-list):
9569 Report errors with display-warning rather than beep'n'sleep.
9570
9571 2012-08-20 Michael Albinus <michael.albinus@gmx.de>
9572
9573 * net/tramp.el (tramp-accept-process-output): Accept only output
9574 from PROC. Otherwise, process filters and sentinels might be
9575 confused. (Bug#12145)
9576
9577 2012-08-20 Chong Yidong <cyd@gnu.org>
9578
9579 * descr-text.el (describe-text-properties-1): Use overlays-in to
9580 report on empty overlays (Bug#3322).
9581
9582 2012-08-20 Glenn Morris <rgm@gnu.org>
9583
9584 * mail/rmailout.el (rmail-output-read-file-name):
9585 Trap and report errors in rmail-output-file-alist elements.
9586
9587 * font-lock.el (font-lock-add-keywords): Doc fix (quote face names
9588 since most non-font-lock faces are not also variables).
9589
9590 2012-08-20 Edward Reingold <reingold@iit.edu>
9591
9592 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
9593 New function. (Bug12160)
9594
9595 2012-08-19 Glenn Morris <rgm@gnu.org>
9596
9597 * mail/rmailout.el (rmail-output-read-file-name):
9598 Fix previous change (when the alist is nil or does not match).
9599
9600 2012-08-19 Chong Yidong <cyd@gnu.org>
9601
9602 * xml.el (xml-escape-string): Don't refer to xml-entity-alist
9603 (Bug#12228).
9604
9605 2012-08-18 Chong Yidong <cyd@gnu.org>
9606
9607 * simple.el (yank-handled-properties): New defcustom.
9608 (yank-excluded-properties): Add font-lock-face and category.
9609 (yank): Doc fix.
9610
9611 * subr.el (remove-yank-excluded-properties):
9612 Obey yank-handled-properties. The special handling of font-lock-face
9613 and category is now done this way, instead of being hard-coded.
9614 (insert-for-yank-1): Remove font-lock-face handling.
9615 (yank-handle-font-lock-face-property)
9616 (yank-handle-category-property): New function.
9617
9618 2012-08-17 Glenn Morris <rgm@gnu.org>
9619
9620 * mail/rmailout.el (rmail-output-read-file-name):
9621 Check rmail-output-file-alist against the full message body
9622 in the correct rmail buffer. (Bug#12214)
9623
9624 2012-08-17 Michael Albinus <michael.albinus@gmx.de>
9625
9626 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
9627 Eliminate superfluous prompt. (Bug#12203)
9628
9629 2012-08-17 Chong Yidong <cyd@gnu.org>
9630
9631 * mouse.el (mouse-appearance-menu): If x-select-font returns a
9632 font spec, set the font directly (Bug#3228).
9633
9634 2012-08-17 Martin Rudalics <rudalics@gmx.at>
9635
9636 * window.el (delete-window): Fix last fix.
9637
9638 2012-08-16 Martin Rudalics <rudalics@gmx.at>
9639
9640 * window.el (window-valid-p): Move to window.c.
9641 (window-child, window-child-count, window-last-child)
9642 (window-normalize-window, window-combined-p)
9643 (window-combinations, window-atom-root, window-min-size)
9644 (window-sizable, window-sizable-p, window-size-fixed-p)
9645 (window-min-delta, window-max-delta, window--resizable)
9646 (window--resizable-p, window-resizable, window-total-size)
9647 (window-full-height-p, window-full-width-p, window-body-size)
9648 (window-at-side-p, adjust-window-trailing-edge, maximize-window)
9649 (minimize-window, window-deletable-p, delete-window)
9650 (delete-other-windows, set-window-buffer-start-and-point)
9651 (next-buffer, previous-buffer, split-window, balance-windows-2)
9652 (set-window-text-height, window-buffer-height)
9653 (fit-window-to-buffer, shrink-window-if-larger-than-buffer)
9654 (truncated-partial-width-window-p): Minor code adjustments.
9655 In doc-strings state whether the argument window has to denote a
9656 live, valid or any window.
9657
9658 2012-08-16 Phil Sainty <psainty@orcon.net.nz> (tiny change)
9659
9660 * progmodes/subword.el (subword-forward-function)
9661 (subword-backward-function, subword-forward-regexp)
9662 (subword-backward-regexp): New variables.
9663 (subword-forward, subword-forward-internal, subword-backward-internal):
9664 Use new variables, eg so that different "word" definitions
9665 can be easily used. (Bug#11411)
9666
9667 2012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
9668
9669 * vc/vc-mtn.el (vc-mtn-revision-completion-table): Handle completion
9670 for composite selectors.
9671 * vc/vc.el (vc-diff-build-argument-list-internal): Don't prevent
9672 operation just because we can't find a previous revision.
9673
9674 2012-08-15 Chong Yidong <cyd@gnu.org>
9675
9676 * frame.el (set-frame-font): Accept font objects.
9677
9678 2012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
9679
9680 * textmodes/tex-mode.el (tex-insert-quote): ~ is a space (bug#12137).
9681
9682 2012-08-15 Wolfgang Jenkner <wjenkner@inode.at>
9683
9684 * man.el (Man-overstrike-face, Man-underline-face)
9685 (Man-reverse-face): Remove variables.
9686 (Man-overstrike, Man-underline, Man-reverse): New faces.
9687 (Man-fontify-manpage): Use them instead of the variables.
9688 (Man-cleanup-manpage): Comment change.
9689 (Man-ansi-color-map): New variable.
9690 (Man-fontify-manpage): Use it.
9691 Call ansi-color-apply-on-region to replace ad hoc code (bug#12147).
9692
9693 Implement ANSI SGR parameters 22-27 (bug#12146).
9694 * ansi-color.el (ansi-colors): Doc fix.
9695 (ansi-color-context, ansi-color-context-region): Doc fix.
9696 (ansi-color--find-face): New function.
9697 (ansi-color-apply, ansi-color-apply-on-region): Use it.
9698 Rename the local variable `face' to `codes' since it is now a list of
9699 ansi codes. Doc fix.
9700 (ansi-color-get-face): Remove.
9701 (ansi-color-parse-sequence): New function, derived from
9702 ansi-color-get-face.
9703 (ansi-color-apply-sequence): Use it. Rewrite, and support ansi
9704 codes 22-27.
9705
9706 2012-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
9707
9708 * subr.el (read-passwd): Allow use from a minibuffer.
9709
9710 2012-08-14 Eli Zaretskii <eliz@gnu.org>
9711
9712 * tooltip.el (tooltip-identifier-from-point): Don't treat tokens
9713 inside comments and strings as identifiers.
9714
9715 * progmodes/gud.el (gud-tooltip-print-command): Quote the
9716 expression to evaluate. This allows to evaluate expressions with
9717 embedded whitespace.
9718 (gud-tooltip-tips): Add a blank before the newline in the
9719 message-box text, for the benefit of message-box emulation on
9720 MS-Windows.
9721
9722 * progmodes/gdb-mi.el (gdb-tooltip-print): Don't ignore error
9723 messages from GDB, pop them up in a tooltip to give feedback to
9724 user.
9725 (gdb-tooltip-print-1): Quote the expression to evaluate.
9726 This allows to evaluate expressions with embedded whitespace.
9727 (gdb-inferior-io--init-proc): Don't send "-inferior-tty" command
9728 if the TTY name is nil or empty (which happens when communicating
9729 with the inferior via pipes, e.g. on MS-Windows).
9730 (gdb-internals): If GDB sends a "&\n" empty debugging message,
9731 don't send that to the GUD buffer.
9732
9733 2012-08-14 Glenn Morris <rgm@gnu.org>
9734
9735 * emacs-lisp/bytecomp.el (byte-compile-setq-default):
9736 Optimize away setq-default with no args, as for setq. (Bug#12195)
9737
9738 2012-08-14 Chong Yidong <cyd@gnu.org>
9739
9740 * minibuffer.el (read-file-name): Doc fix (Bug#10881).
9741
9742 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Doc fix
9743 (Bug#12085).
9744
9745 2012-08-14 Glenn Morris <rgm@gnu.org>
9746
9747 * emacs-lisp/bytecomp.el (byte-recompile-file): Doc fix.
9748
9749 2012-08-14 Michael Albinus <michael.albinus@gmx.de>
9750
9751 * net/tramp-sh.el (tramp-open-shell): Cache the shell name.
9752 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
9753 Use cached shell name.
9754
9755 2012-08-14 Fabián Ezequiel Gallina <fgallina@cuca>
9756
9757 * progmodes/python.el (python-shell-send-string):
9758 (python-shell-send-setup-code): Do not use `format' with `message'.
9759
9760 2012-08-14 Dmitry Gutov <dgutov@yandex.ru>
9761
9762 * progmodes/ruby-mode.el: Improve percent literals (bug#6286).
9763 (ruby-percent-literal-beg-re): New constant.
9764 (ruby-syntax-general-delimiters-goto-beg): Rename to
9765 `ruby-syntax-enclosing-percent-literal', improve literal type check.
9766 (ruby-syntax-propertize-general-delimiters): Rename to
9767 `ruby-syntax-propertize-percent-literal', it's a shorter and more
9768 popular term. Adjust comments everywhere.
9769 (ruby-syntax-propertize-percent-literal): Only propertize when not
9770 inside a simple string or comment. When the literal is unclosed,
9771 leave the text after it unpropertized.
9772 (ruby-syntax-methods-before-regexp): New constant.
9773 (ruby-syntax-propertize-function): Use it to recognize regexps.
9774 Don't look at the text after regexp, just use the whitelist.
9775
9776 2012-08-14 Andreas Schwab <schwab@linux-m68k.org>
9777
9778 * emacs-lisp/bytecomp.el (byte-recompile-file): When LOAD is
9779 non-nil always load the compiled file if it exists. (Bug#12197)
9780
9781 2012-08-14 Chong Yidong <cyd@gnu.org>
9782
9783 * hi-lock.el (hi-lock-mode): Do not unilaterally enable font lock.
9784 (hi-lock-set-pattern): When deciding whether to use font lock or
9785 overlays, look at font-lock-mode instead of font-lock-fontified
9786 (Bug#12168).
9787 (hi-lock-mode, hi-lock-line-face-buffer, hi-lock-unface-buffer)
9788 (hi-lock-face-buffer, hi-lock-face-phrase-buffer): Doc fix.
9789
9790 2012-08-14 Daiki Ueno <ueno@unixuser.org>
9791
9792 * subr.el (internal--after-with-selected-window): Fix typo
9793 (Bug#12193).
9794
9795 2012-08-14 Fabián Ezequiel Gallina <fgallina@cuca>
9796
9797 Use `completion-table-dynamic' for completion functions.
9798 * progmodes/python.el
9799 (python-shell-completion--do-completion-at-point)
9800 (python-shell-completion--get-completions):
9801 Remove functions.
9802 (python-shell-completion-complete-at-point): New function.
9803 (python-completion-complete-at-point): Use it.
9804
9805 2012-08-13 Jambunathan K <kjambunathan@gmail.com>
9806
9807 * vc/vc-dir.el (vc-dir-hide-state): New command (bug#12159).
9808 (vc-dir-hide-up-to-date): Route it to `vc-dir-hide-state'.
9809
9810 2012-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
9811
9812 * subr.el (function-get): Refine `autoload' arg so it can also
9813 autoload functions for gv.el (bug#12191).
9814 * emacs-lisp/edebug.el (get-edebug-spec): Adjust so it only
9815 autoloads macros.
9816
9817 * color.el (color-xyz-to-lab, color-lab-to-xyz, color-cie-de2000):
9818 Prefer pcase-let over destructuring-bind.
9819 * vc/diff-mode.el (diff-remove-trailing-whitespace): Same.
9820 Also, remove whitespace as we go, rather than after accumulating the
9821 various places.
9822
9823 * subr.el (internal--before-with-selected-window)
9824 (internal--after-with-selected-window): Fix typo seleted->selected.
9825 (with-selected-window): Adjust callers.
9826 Reported by Dmitry Gutov <dgutov@yandex.ru>.
9827
9828 2012-08-13 Bastien Guerry <bzg@gnu.org>
9829
9830 * window.el (special-display-popup-frame): Minor docstring
9831 enhancement. (Bug#12172)
9832
9833 2012-08-13 Andreas Schwab <schwab@linux-m68k.org>
9834
9835 * tar-mode.el (tar-header-data-end): Only ignore size for files of
9836 type 1-6.
9837 (tar-header-block-summarize, tar-get-descriptor): Handle pax
9838 extended headers.
9839
9840 * files.el (hack-local-variables-filter): Remove useless eval.
9841
9842 2012-08-13 Martin Rudalics <rudalics@gmx.at>
9843
9844 * subr.el (with-selected-window): Fix last change.
9845
9846 2012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
9847
9848 * subr.el (internal--before-with-seleted-window)
9849 (internal--after-with-seleted-window): New functions.
9850 (with-selected-window): Use them, to replace dependency on
9851 tty-top-frame.
9852
9853 2012-08-12 Nobuyoshi Nakada <nobu@ruby-lang.org>
9854
9855 * progmodes/ruby-mode.el (ruby-mode-map): Remove unnecessary
9856 binding for `newline'.
9857 (ruby-move-to-block): When moving backward, stop at block opening,
9858 not indentation.
9859 * progmodes/ruby-mode.el (ruby-brace-to-do-end)
9860 (ruby-do-end-to-brace, ruby-toggle-block): New functions.
9861 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
9862 `ruby-toggle-block'.
9863
9864 2012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
9865
9866 * ibuffer.el (ibuffer-do-toggle-read-only):
9867 * dired.el (dired-toggle-read-only):
9868 * buff-menu.el (Buffer-menu-toggle-read-only):
9869 * bindings.el (mode-line-toggle-read-only):
9870 * bs.el (bs-toggle-readonly): Call toggle-read-only interactively.
9871
9872 2012-08-12 Andreas Schwab <schwab@linux-m68k.org>
9873
9874 * descr-text.el (describe-char): Put the overlays over the
9875 "displayed as" character.
9876
9877 2012-08-12 Jay Belanger <jay.p.belanger@gmail.com>
9878
9879 * calc/calc-units.el (math-default-units-table): Give an
9880 initial value.
9881 (math-put-default-units): Add options to put composite units and
9882 unit systems in the default units table.
9883 (calc-convert-units): Send composite units to
9884 `math-put-default-units' when appropriate.
9885
9886 2012-08-11 Glenn Morris <rgm@gnu.org>
9887
9888 * emacs-lisp/copyright.el (copyright-update-directory): Logic fix.
9889
9890 * tutorial.el (help-with-tutorial):
9891 * emacs-lisp/copyright.el (copyright-update-directory):
9892 * emacs-lisp/autoload.el (autoload-find-generated-file)
9893 (autoload-find-file): Disable local eval: (for insurance).
9894
9895 * files.el (hack-local-variables-filter): If an eval: form is not
9896 known to be safe, and enable-local-variables is :safe, then ignore
9897 the form totally, as is done for non-eval forms. (Bug#12155)
9898 This is CVE-2012-3479.
9899
9900 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
9901
9902 * emacs-lisp/rx.el (rx-constituents): Don't define as constant.
9903 (rx-form): Simplify.
9904
9905 2012-08-09 Dmitry Gutov <dgutov@yandex.ru>
9906
9907 * progmodes/ruby-mode.el (ruby-expr-beg, ruby-parse-partial):
9908 ?, _, and : are symbol constituents, ! is not (but kinda should be).
9909 (ruby-syntax-propertize-heredoc): Use ruby-singleton-class-p.
9910 (ruby-syntax-propertize-function): Adjust for changes in
9911 `ruby-syntax-propertize-heredoc'.
9912
9913 2012-08-09 Nobuyoshi Nakada <nobu@ruby-lang.org>
9914
9915 * progmodes/ruby-mode.el (ruby-mode-map): Remove deprecated
9916 binding (use `M-;' instead).
9917 (ruby-singleton-class-p): New function.
9918 (ruby-expr-beg, ruby-in-here-doc-p) Use it.
9919
9920 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
9921
9922 * emacs-lisp/cl-macs.el (cl-loop): Improve debug spec.
9923
9924 2012-08-10 Chong Yidong <cyd@gnu.org>
9925
9926 * progmodes/python.el (python-shell-get-process-name): Don't mess
9927 with same-window-buffer-names.
9928
9929 * eshell/eshell.el (eshell-add-to-window-buffer-names)
9930 (eshell-remove-from-window-buffer-names): Make obsolete.
9931 (eshell-buffer-name, eshell-unload-hook): Don't use them.
9932 (eshell): Just use pop-to-buffer-same-window instead.
9933
9934 2012-08-10 Chong Yidong <cyd@gnu.org>
9935
9936 * bindings.el: Bind M-= back to count-words-region.
9937
9938 * simple.el (count-words-region): Accept a prefix arg for acting
9939 on the entire buffer.
9940 (count-words--buffer-message): New helper function.
9941
9942 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
9943
9944 * term/x-win.el (x-menu-bar-open): Always pass last-nonmenu-event.
9945 * subr.el (eventp): `nil' is not an event, and eventp is not hot.
9946 (event-start, event-end): Use posn-at-point to return a more
9947 informative posn.
9948 (posnp): New function.
9949 * mouse.el (popup-menu-normalize-position): Use it.
9950
9951 2012-08-10 Masatake YAMATO <yamato@redhat.com>
9952
9953 * mouse.el (popup-menu-normalize-position): New function.
9954 (popup-menu): Use `popup-menu-normalize-position' to normalize
9955 the form for POSITION argument.
9956
9957 * term/x-win.el (x-menu-bar-open):
9958 Use the value returend from (posn-at-point) as position
9959 passed to `popup-menu'.
9960
9961 2012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
9962
9963 * calc/calccomp.el (math-compose-expr): Add extra argument
9964 indicating that parentheses should be put around products in
9965 denominators. Give multiplication precedence over division during
9966 composition.
9967
9968 2012-08-09 Chong Yidong <cyd@gnu.org>
9969
9970 * man.el (Man-switches, Man-sed-command, Man-awk-command)
9971 (Man-mode-hook, Man-cooked-hook, Man-untabify-command-args)
9972 (Man-untabify-command, manual-program): Convert to defcustom
9973 (Bug#10429).
9974
9975 * vc/add-log.el (change-log-mode): Bind comment-start to nil.
9976
9977 * descr-text.el (describe-char): Don't insert extra newlines
9978 (Bug#10127).
9979
9980 * vc/log-view.el (log-view-diff): Use use-region-p (Bug#10133).
9981 (log-view-diff-changeset, log-view-minor-wrap): Likewise.
9982
9983 * align.el (align-region): Delete temporary markers (Bug#10047).
9984 Plus some code cleanups.
9985
9986 2012-08-09 Fabián Ezequiel Gallina <fgallina@cuca>
9987
9988 * progmodes/python.el (python-pdbtrack-tracked-buffer)
9989 (python-pdbtrack-buffers-to-kill, python-shell-internal-buffer)
9990 (python-shell-internal-last-output): Use make-local-variable
9991 instead of make-variable-buffer-local.
9992
9993 2012-08-09 Fabián Ezequiel Gallina <fgallina@cuca>
9994
9995 * progmodes/python.el: Enhancements to forward-sexp.
9996 (python-nav-forward-sexp): Rename from
9997 python-nav-forward-sexp-function.
9998 (python-nav--forward-sexp, python-nav--backward-sexp):
9999 New functions.
10000
10001 2012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
10002
10003 * calc/calc-menu.el (calc-modes-menu): Add entries for matrix
10004 modes and simplification modes.
10005
10006 2012-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
10007
10008 * delsel.el (delete-selection-pre-hook): Don't propagate the
10009 file-supersession signals (bug#12161).
10010
10011 2012-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
10012
10013 * emacs-lisp/cl.el (cl-map-keymap-recursively, cl-map-intervals)
10014 (cl-map-extents): Add compatibility aliases (bug#12135).
10015
10016 2012-08-08 Michael Albinus <michael.albinus@gmx.de>
10017
10018 * net/tramp-sh.el (tramp-find-file-exists-command): Protect the
10019 tests by `ignore-error'.
10020 (tramp-find-shell): Open also a new shell, when cache is already
10021 set. Reported by Carsten Bormann <cabo@tzi.org>. (Bug#12148)
10022
10023 2012-08-08 Juri Linkov <juri@jurta.org>
10024
10025 * bookmark.el: Add `defaults' property to the bookmark record.
10026 (bookmark-current-buffer): Doc fix.
10027 (bookmark-make-record): Add `defaults' property with default values
10028 to the bookmark record.
10029 (bookmark-minibuffer-read-name-map): Remove key binding "\C-u"
10030 with `bookmark-insert-current-bookmark'.
10031 (bookmark-set): Get `defaults' property from the bookmark record
10032 and use it in `read-from-minibuffer'.
10033 (bookmark-insert-current-bookmark): Remove function.
10034
10035 * info.el (Info-bookmark-make-record): Add `defaults' property
10036 with values of canonical Info node name, the current Info file
10037 name and the current Info node name. (Bug#12107)
10038
10039 2012-08-08 Juri Linkov <juri@jurta.org>
10040
10041 * files.el (basic-save-buffer): Use `buffer-name' as the default
10042 of `read-file-name' when buffer is not visiting a file (bug#12128).
10043
10044 2012-08-08 Juri Linkov <juri@jurta.org>
10045
10046 * info.el (Info-isearch-search): Doc fix.
10047 (Info-search): Change search-failed message from "initial node" to
10048 "end of node" (bug#12078).
10049 (Info-isearch-search): Change `isearch-string-state' to
10050 `isearch--state-string'.
10051
10052 2012-08-08 Glenn Morris <rgm@gnu.org>
10053
10054 * language/persian.el: Remove file.
10055 * language/misc-lang.el: Move unique part of persian.el here.
10056 * loadup.el: Remove language/persian.
10057
10058 2012-08-08 Óscar Fuentes <ofv@wanadoo.es>
10059
10060 * vc/diff-mode.el (diff-remove-trailing-whitespace): New function.
10061
10062 2012-08-08 Fabián Ezequiel Gallina <fgallina@cuca>
10063
10064 * progmodes/python.el: Fix defsubst warning.
10065 (python-syntax-context) Rename from python-info-ppss-context.
10066 (python-syntax-context-type): Rename from
10067 python-info-ppss-context-type.
10068 (python-syntax-comment-or-string-p): Rename from
10069 python-info-ppss-comment-or-string-p.
10070
10071 2012-08-08 Jay Belanger <jay.p.belanger@gmail.com>
10072
10073 * calc/calc-misc.el (calc-record-why): Don't record a message twice.
10074
10075 2012-08-07 Andreas Schwab <schwab@linux-m68k.org>
10076
10077 * emacs-lisp/lisp-mode.el (eval-defun-1): Handle standard value of
10078 a defcustom that is quoted with backquote.
10079
10080 * calc/calc-prog.el (math-do-defmath): Use backquote forms.
10081 Fix handling of interactive spec when the body uses return.
10082 (math-do-arg-check, math-define-function-body): Use backquote forms.
10083 * calc/calc-ext.el (math-defcache): Likewise.
10084 * calc/calc-rewr.el (math-rwfail, math-rweval): Likewise.
10085 * allout.el (allout-new-exposure): Likewise.
10086 * calc/calcalg2.el (math-tracing-integral): Likewise.
10087 * info.el (Info-last-menu-item): Likewise.
10088 * emulation/vip.el (vip-loop): Likewise.
10089 * textmodes/artist.el (artist-funcall): Likewise.
10090 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle):
10091 Construct menu-item directly.
10092
10093 * progmodes/autoconf.el (font-lock-syntactic-keywords):
10094 Don't declare.
10095
10096 2012-08-07 Chong Yidong <cyd@gnu.org>
10097
10098 * simple.el (deactivate-mark): Preserve text properties when
10099 saving the primary selection (Bug#8384).
10100
10101 2012-08-07 Kevin Ryde <user42@zip.com.au>
10102
10103 * woman.el (woman0-if): Quietly treat ".if v" as false (Bug#12109).
10104 (woman-parse-numeric-value): On a bad .IP line, issue a warning
10105 and continue processing (Bug#12110).
10106
10107 2012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
10108
10109 * progmodes/cperl-mode.el (cperl-mode): Yet another fix for
10110 syntax-propertize-function (bug#10095).
10111
10112 2012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
10113
10114 * help-fns.el (help-fns--key-bindings, help-fns--signature)
10115 (help-fns--parent-mode, help-fns--obsolete): New funs, extracted from
10116 describe-function-1.
10117 (describe-function-1): Use them. Move compiler macro after sig.
10118 (help-fns--compiler-macro): Use function-get. Assume we're already in
10119 standard-output. Adjust layout to new call order.
10120
10121 * emacs-lisp/cl-macs.el (cl--sm-macroexpand): Fix handling of
10122 re-binding a symbol that has a symbol-macro (bug#12119).
10123
10124 2012-08-06 Mohsen BANAN <libre@mohsen.1.banan.byname.net>
10125
10126 * language/persian.el: New file. (Bug#11812)
10127 * loadup.el: Add language/persian.el.
10128
10129 2012-08-06 Chong Yidong <cyd@gnu.org>
10130
10131 * window.el (window--maybe-raise-frame): New function.
10132 (window--display-buffer): Split off from here.
10133 (display-buffer-reuse-window, display-buffer-pop-up-frame)
10134 (display-buffer-pop-up-window, display-buffer-use-some-window):
10135 Obey an inhibit-switch-frame action alist entry.
10136 (display-buffer): Update doc.
10137
10138 * replace.el (occur-after-change-function): Avoid losing focus by
10139 using the inhibit-switch-frame display parameter (Bug#12139).
10140
10141 2012-08-06 Fabián Ezequiel Gallina <fgallina@cuca>
10142
10143 Make internal shell process buffer names start with space.
10144 * progmodes/python.el (python-shell-make-comint): Add optional
10145 argument INTERNAL.
10146 (run-python-internal): Use it.
10147 (python-shell-internal-get-or-create-process): Check for new
10148 internal buffer names.
10149
10150 2012-08-06 Glenn Morris <rgm@gnu.org>
10151
10152 * eshell/esh-ext.el (eshell/addpath): Use dolist and mapconcat.
10153 Do less getting and setting of environment variables.
10154
10155 2012-08-05 Chong Yidong <cyd@gnu.org>
10156
10157 * proced.el (proced): Add substitution string to docstring to
10158 trigger autoloading of the proced library on C-h f (Bug#1768).
10159
10160 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
10161 Don't show defvars which have no second argument (Bug#8638).
10162
10163 * imenu.el (imenu-generic-expression): Move documentation here
10164 from imenu--generic-function.
10165 (imenu--generic-function): Refer to imenu-generic-expression.
10166
10167 2012-08-05 Vegard Øye <vegard_oye@hotmail.com> (tiny change)
10168
10169 * emulation/viper-init.el (viper-deflocalvar): Add docstring and
10170 indentation declaration.
10171 (viper-loop): Add indentation declaration (Bug#7025).
10172
10173 2012-08-05 Chong Yidong <cyd@gnu.org>
10174
10175 * help-fns.el (describe-variable): Add hyperlink for
10176 directory-local variables files. Improve buffer-local and
10177 permanent-local reporting; suggested by MON KEY (Bug#6644).
10178
10179 * help-mode.el (help-dir-local-var-def): New button type.
10180
10181 * files.el (kill-buffer-hook): Provide a defvar.
10182
10183 2012-08-05 Glenn Morris <rgm@gnu.org>
10184
10185 * eshell/esh-ext.el (eshell/addpath):
10186 Also update eshell-path-env. (Bug#12013)
10187
10188 2012-08-05 Chong Yidong <cyd@gnu.org>
10189
10190 * wdired.el (wdired-mode, wdired-change-to-wdired-mode): Doc fixes.
10191
10192 * fringe.el (fringe-styles): Add docstring.
10193 (fringe--check-mode): New function.
10194 (set-fringe-mode, set-fringe-style): Use it.
10195 (fringe-mode, set-fringe-style): Doc fixes (Bug#6480).
10196
10197 * files.el (set-auto-mode): Fix invalid setq call.
10198
10199 2012-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
10200
10201 * isearch.el: Misc simplification; use defstruct.
10202 (isearch-mode-map): Dense maps now work like sparse ones.
10203 (isearch--state): New defstruct.
10204 (isearch-string-state, isearch-message-state, isearch-point-state)
10205 (isearch-success-state, isearch-forward-state)
10206 (isearch-other-end-state, isearch-word-state, isearch-error-state)
10207 (isearch-wrapped-state, isearch-barrier-state)
10208 (isearch-case-fold-search-state, isearch-pop-fun-state): Remove,
10209 replaced by defstruct's accessors.
10210 (isearch--set-state): Rename from isearch-top-state and change
10211 calling convention.
10212 (isearch-push-state): Use new isearch--get-state.
10213 (isearch-toggle-word): Disable regexp when enabling word.
10214 (isearch-message-prefix): Remove unused arg _c-q-hack.
10215 (isearch-message-suffix): Remove unused arg _ellipsis.
10216
10217 2012-08-04 Andreas Schwab <schwab@linux-m68k.org>
10218
10219 * simple.el (list-processes--refresh): For a server use :host or
10220 :local as the address.
10221 (list-processes): Doc fix.
10222
10223 2012-08-04 Michal Nazarewicz <mina86@mina86.com>
10224
10225 * lisp/mpc.el: Support password in host argument.
10226 (mpc--proc-connect): Parse and use new password element.
10227 Set mpc-proc variable instead of returning process.
10228 (mpc-proc): Adjust accordingly.
10229
10230 2012-08-03 Eli Zaretskii <eliz@gnu.org>
10231
10232 * whitespace.el (whitespace-display-mappings): Use Unicode
10233 codepoints, instead of emacs-mule codepoints. See
10234 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-07/msg00366.html
10235 for the details.
10236
10237 * files.el (file-truename): Don't skip symlink-chasing part on
10238 windows-nt. Incorporate the resolution of 8+3 short aliases on
10239 Windows into the loop that recursively chases symlinks.
10240 Compare directory and its parent case-insensitively on MS-Windows and
10241 MS-DOS.
10242
10243 2012-08-03 Chong Yidong <cyd@gnu.org>
10244
10245 * menu-bar.el (menu-bar-tools-menu): Remove PCL-CVS.
10246
10247 * sort.el (sort-regexp-fields): Doc fix.
10248
10249 2012-08-03 Tassilo Horn <tsdh@gnu.org>
10250
10251 * textmodes/reftex.el (reftex-compile-variables): Make keyvals
10252 labels regex position point at the expected place.
10253
10254 2012-08-03 MON KEY <monkey@sandpframing.com>
10255
10256 * net/imap.el (imap-interactive-login, imap-authenticate)
10257 (imap-mailbox-lsub, imap-mailbox-list)
10258 (imap-mailbox-status-asynch, imap-mailbox-acl-delete)
10259 (imap-fetch, imap-message-flag-permanent-p, imap-envelope-from)
10260 (imap-parse-response): Doc fix.
10261
10262 2012-08-03 João Távora <joaotavora@gmail.com>
10263
10264 * textmodes/tex-mode.el (latex-forward-sexp): Terminate the loop
10265 if sexp scanning does not move point (Bug#5734).
10266
10267 2012-08-02 Tassilo Horn <tsdh@gnu.org>
10268
10269 * textmodes/reftex-vars.el (reftex-default-label-alist-entries):
10270 Add listings, minted, and ctable packages.
10271 (reftex-label-alist-builtin): Move listings, minted, and ctable
10272 entries before LaTeX.
10273 (reftex-label-alist): Docfix.
10274
10275 2012-08-02 Bastien Guerry <bzg@gnu.org>
10276
10277 * replace.el (occur): Fix docstring (bug#12122).
10278
10279 2012-08-02 Glenn Morris <rgm@gnu.org>
10280
10281 * emacs-lisp/authors.el (authors-renamed-files-alist): Add ms-w32.h.
10282
10283 2012-08-02 Paul Eggert <eggert@cs.ucla.edu>
10284
10285 Obsolete alias inactivate-current-input-method-function (Bug#10150).
10286 * international/mule-cmds.el: Create
10287 inactivate-current-input-method-function as an obsolete alias for
10288 deactivate-current-input-method-function. See Katsumi Yamaoka in
10289 <http://bugs.gnu.org/10150#46>.
10290
10291 2012-08-01 Jay Belanger <jay.p.belanger@gmail.com>
10292
10293 * calc/calc-mode.el (calc-set-simplify-mode): Use `cond' instead
10294 of nested `if's.
10295
10296 2012-08-01 Glenn Morris <rgm@gnu.org>
10297
10298 * progmodes/autoconf.el (autoconf-definition-regexp):
10299 Add AH_TEMPLATE, adjust submatch numbering.
10300 (autoconf-font-lock-keywords, autoconf-imenu-generic-expression)
10301 (autoconf-current-defun-function): Update for above change.
10302 (autoconf-current-defun-function): First skip to end of current word.
10303
10304 2012-08-01 Rupert Swarbrick <rswarbrick@gmail.com> (tiny change)
10305
10306 * calendar/cal-html.el (cal-html-insert-agenda-days):
10307 Fix typo. (Bug#12018)
10308
10309 2012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
10310
10311 Shell processes: enhancements to startup and CEDET compatibility.
10312 * progmodes/python.el (python-shell-send-setup-max-wait): Delete var.
10313 (python-shell-make-comint): accept-process-output at startup.
10314 (run-python-internal): Set inferior-python-mode-hook to nil.
10315 (python-shell-internal-get-or-create-process): call sit-for.
10316 (python-preoutput-result): Add obsolete alias.
10317 (python-shell-internal-send-string): Use it.
10318 (python-shell-send-setup-code): Remove call to
10319 accept-process-output.
10320
10321 2012-07-31 Andreas Schwab <schwab@linux-m68k.org>
10322
10323 * buff-menu.el (list-buffers-noselect): Use prefix-numeric-value.
10324 (Bug#12108)
10325
10326 2012-07-31 Jay Belanger <jay.p.belanger@gmail.com>
10327
10328 * calc-mode.el (calc-basic-simplification-mode): Rename from
10329 `calc-limited-simplification-mode'.
10330 (calc-alg-simplification-mode): New function.
10331 (calc-set-simplify-mode): Adjust message.
10332
10333 * calc.el (calc-set-mode-line): Adjust mode line display for
10334 basic simplification mode.
10335
10336 * calc-help.el (calc-m-prefix-help): Update help message.
10337
10338 * calc-ext.el (calc-init-extensions): Add bindings and autoloads
10339 for `calc-basic-simplify-mode' and `calc-alg-simplify-mode'.
10340
10341 2012-07-31 Bastien Guerry <bzg@gnu.org>
10342
10343 * man.el (man): Fix comment. (bug#12101)
10344
10345 2012-07-31 Martin Rudalics <rudalics@gmx.at>
10346
10347 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
10348 Don't return a non-nil value when no suitable buffer was found.
10349
10350 2012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
10351
10352 * progmodes/python.el (run-python-internal): Disable font lock for
10353 internal shells.
10354
10355 2012-07-30 Stefan Merten <smerten@oekonux.de>
10356
10357 * textmodes/rst.el: Silence `checkdoc-ispell'.
10358 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
10359 (rst-official-version, rst-official-cvs-rev)
10360 (rst-package-emacs-version-alist): Update to upstream V1.3.1.
10361 (rst-mode-map): New key binding.
10362
10363 2012-07-30 Paul Eggert <eggert@cs.ucla.edu>
10364
10365 Update .PHONY listings in makefiles.
10366 * Makefile.in (.PHONY): Add all, doit, custom-deps, finder-data,
10367 autoloads, update-subdirs, updates, bzr-update, update-authors,
10368 compile-onefile, compile-calc, backup-compiled-files,
10369 compile-after-backup, compile-one-process, mh-autoloads,
10370 bootstrap-clean, distclean, maintainer-clean.
10371
10372 2012-07-29 Jay Belanger <jay.p.belanger@gmail.com>
10373
10374 * calc/calc.el (calc-simplify-mode): Make 'alg the default value.
10375 (calc-set-mode-line): Don't display "AlgSimp ".
10376
10377 * calc/calc-mode.el (calc-alg-simplify-mode): Remove function.
10378 (calc-lim-simplify-mode): New function.
10379 (calc-set-simplify-mode): Default to 'alg.
10380 (calc-default-simplify-mode): Make algebraic simplifications
10381 the default.
10382
10383 * calc/calc-ext.el (calc-init-extensions): Remove binding for
10384 `calc-alg-simplify-mode'. Add binding for `calc-lim-simplify-mode'.
10385
10386 * calc/calc-help.el (calc-m-prefix-help): Change messages to
10387 indicate new simplification modes.
10388
10389 * calc/README: Mention new default simplification mode.
10390
10391 * calc/calc.el (math-normalize-error): New variable.
10392 (math-normalize): Set `math-normalize-error' to t
10393 when there's an error.
10394
10395 * calc/calc-alg.el (math-simplify): Don't simplify when
10396 `math-normalize' returns an error.
10397
10398 2012-07-29 Eli Zaretskii <eliz@gnu.org>
10399
10400 * international/mule-cmds.el (set-locale-environment): Revert last
10401 change, since display-graphic-p returns nil when this function is
10402 called during startup. Instead...
10403
10404 * term/w32console.el (terminal-init-w32console): ...setup the
10405 keyboard and terminal encoding for TTY sessions here. (Bug#12082)
10406
10407 2012-07-29 Juri Linkov <juri@jurta.org>
10408
10409 * simple.el (goto-line): Don't display default line number in the
10410 prompt because it should be displayed by `read-number' (bug#9952).
10411 Add the current line number to the defaults of `goto-line' to
10412 allow its easier modification by users with `M-n' (bug#9201).
10413
10414 * subr.el (read-number): Support multiple default values like in
10415 other minibuffer reading functions. Replace `read' with
10416 `string-to-number' for consistency with `number-to-string'.
10417
10418 2012-07-29 Paul Eggert <eggert@cs.ucla.edu>
10419
10420 deactive->inactive, inactivate->deactivate spelling fixes (Bug#10150)
10421 * emulation/viper-init.el (viper-deactivate-input-method-action):
10422 Rename from viper-inactivate-input-method-action.
10423 (viper-deactivate-input-method):
10424 Rename from viper-inactivate-input-method.
10425 * follow.el (follow-inactive-menu): Rename from follow-deactive-menu.
10426 * international/mule-cmds.el (deactivate-input-method):
10427 Rename from inactivate-input-method.
10428 Also run input-method-deactivate-hook.
10429 (deactivate-current-input-method-function):
10430 Rename from inactivate-current-input-method-function.
10431 (input-method-deactivate-hook): New hook.
10432 (input-method-inactivate-hook): Mark obsolete.
10433 (inactivate-input-method): Mark obsolete.
10434
10435 * international/quail.el (quail-activate):
10436 Also run quail-deactivate-hook.
10437 (quail-deactivate): Rename from quail-inactivate.
10438 * international/robin.el (robin-activate):
10439 Also run robin-deactivate-hook.
10440 (robin-deactivate): Rename from robin-inactivate.
10441
10442 2012-07-29 Chong Yidong <cyd@gnu.org>
10443
10444 * simple.el (indicate-copied-region): New function.
10445 (kill-ring-save): Split off from here.
10446
10447 * rect.el (copy-rectangle-as-kill): Call indicate-copied-region.
10448 (kill-rectangle): Set deactivate-mark to t on read-only error.
10449
10450 * register.el (copy-to-register, copy-rectangle-to-register):
10451 Deactivate the mark, and use indicate-copied-region (Bug#10056).
10452 (append-to-register, prepend-to-register): Call indicate-copied-region.
10453
10454 2012-07-29 Juri Linkov <juri@jurta.org>
10455
10456 * simple.el (async-shell-command-buffer): New defcustom.
10457 (shell-command): Use it. (Bug#4719)
10458
10459 2012-07-28 Eli Zaretskii <eliz@gnu.org>
10460
10461 * international/mule-cmds.el (set-locale-environment): In a
10462 console session on MS-Windows, set up keyboard and terminal
10463 encoding from the OEM codepage, not the ANSI codepage.
10464 (Bug#12055)
10465
10466 2012-07-28 Chong Yidong <cyd@gnu.org>
10467
10468 * progmodes/gdb-mi.el (gdb-place-breakpoints): Fix the call to
10469 gdb-get-location.
10470
10471 2012-07-28 Leo Liu <sdl.web@gmail.com>
10472
10473 * progmodes/cc-menus.el (cc-imenu-objc-function): Avoid leaving nil in
10474 the alist (bug#12029).
10475
10476 2012-07-28 Eli Zaretskii <eliz@gnu.org>
10477
10478 * makefile.w32-in (custom-deps, finder-data, updates, compile)
10479 (compile-always, compile-first)
10480 ($(lisp)/calendar/cal-loaddefs.el)
10481 ($(lisp)/calendar/diary-loaddefs.el)
10482 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
10483 ($(lisp)/net/tramp-loaddefs.el, bootstrap)
10484 ($(lisp)/progmodes/cc-mode.elc): Depend on $(lisp)subdirs.el,
10485 instead of on update-subdirs.
10486 (bootstrap-clean): Delete $(lisp)/subdirs.el.
10487
10488 2012-07-28 Chong Yidong <cyd@gnu.org>
10489
10490 * vc/vc.el (vc-root-diff, vc-print-root-log): Prompt for a
10491 directory if vc-deduce-backend returns nil (Bug#7350).
10492
10493 * simple.el (delete-trailing-lines): New option.
10494 (delete-trailing-whitespace): Obey it (Bug#11879).
10495
10496 2012-07-28 David Engster <deng@randomsample.de>
10497
10498 * xml.el (xml-node-name, xml-parse-file, xml-parse-region):
10499 Explanation of new 'symbol-qnames feature in doc-strings.
10500 (xml-maybe-do-ns): Return expanded names as plain symbols if
10501 'symbol-qnames was provided in XML-NS argument (Bug#11916).
10502 (xml-parse-tag-1): Deal with new definition of PARSE-NS argument.
10503
10504 2012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
10505
10506 Consistent completion in inferior python with emacs -nw.
10507 * progmodes/python.el (inferior-python-mode): replace "<tab>"
10508 binding in inferior-python-mode-map with "\t".
10509 (python-shell-completion-complete-at-point)
10510 (python-completion-complete-at-point): Remove interactive spec.
10511
10512 2012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
10513
10514 * calc/calccomp.el (math-compose-expr): Undo previous change.
10515
10516 2012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
10517
10518 * progmodes/python.el (python-mode-map): Add keybinding for
10519 run-python.
10520 (python-shell-make-comint): Fix pop-to-buffer call.
10521 (run-python): Autoload. New arg SHOW.
10522 (python-shell-get-or-create-process): Do not pop python process
10523 buffer.
10524
10525 2012-07-27 Michael Albinus <michael.albinus@gmx.de>
10526
10527 * notifications.el (notifications-on-action-signal)
10528 (notifications-on-closed-signal): Use also the bus address for the map.
10529 (notifications-notify, notifications-close-notification)
10530 (notifications-get-capabilities): Add optional argument BUS.
10531
10532 2012-07-27 Tassilo Horn <tsdh@gnu.org>
10533
10534 * textmodes/reftex-vars.el (reftex-label-alist-builtin):
10535 Add support for the lstlisting and minted environments, and for the
10536 ctable macro.
10537 * textmodes/reftex.el (reftex-compile-variables): Also recognize
10538 labels written in keyvals syntax.
10539
10540 2012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
10541
10542 * calc/calccomp.el (math-compose-expr): Use parentheses when
10543 there is a product in the denominator of a fraction.
10544
10545 2012-07-26 Eli Zaretskii <eliz@gnu.org>
10546
10547 * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
10548 ($(lisp)/calendar/diary-loaddefs.el)
10549 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
10550 ($(lisp)/net/tramp-loaddefs.el): Depend on update-subdirs.
10551 Fixes failures in parallel bootstrap because subdirs.el is being
10552 rewritten while the autoload files are built at the same time,
10553 which needs to load subdirs.el.
10554
10555 2012-07-26 Martin Rudalics <rudalics@gmx.at>
10556
10557 * mouse.el (popup-menu): Fix doc-string and re-indent code.
10558 (mouse-drag-line): Don't exit tracking when a switch-frame or
10559 switch-window event occurs (Bug#12006).
10560
10561 2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
10562
10563 * mouse.el (popup-menu): Fix last change.
10564
10565 2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
10566
10567 Autoload from Lisp with more care. Follow aliases when looking for
10568 function properties.
10569 * subr.el (autoloadp): New function.
10570 (symbol-file): Use it.
10571 (function-get): New function.
10572 * emacs-lisp/macroexp.el (macroexp--expand-all): Use function-get and
10573 autoload-do-load.
10574 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function)
10575 (lisp-indent-function):
10576 * emacs-lisp/gv.el (gv-get):
10577 * emacs-lisp/edebug.el (get-edebug-spec, edebug-basic-spec):
10578 * emacs-lisp/byte-opt.el (byte-optimize-form):
10579 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
10580 * emacs-lisp/autoload.el (make-autoload, autoload-print-form):
10581 Use function-get.
10582 * emacs-lisp/cl.el: Don't propagate function properties any more.
10583
10584 * speedbar.el (speedbar-add-localized-speedbar-support):
10585 * emacs-lisp/disass.el (disassemble-internal):
10586 * desktop.el (desktop-load-file):
10587 * help-fns.el (help-function-arglist, find-lisp-object-file-name)
10588 (describe-function-1):
10589 * emacs-lisp/find-func.el (find-function-noselect):
10590 * emacs-lisp/elp.el (elp-instrument-function):
10591 * emacs-lisp/advice.el (ad-has-proper-definition):
10592 * apropos.el (apropos-safe-documentation, apropos-macrop):
10593 * emacs-lisp/debug.el (debug-on-entry):
10594 * emacs-lisp/cl-macs.el (cl-compiler-macroexpand):
10595 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
10596 * calc/calc.el (name): Use autoloadp & autoload-do-load.
10597
10598 2012-07-25 Alp Aker <alp.tekin.aker@gmail.com>
10599
10600 * international/mule-cmds.el (ucs-insert): Mark it as an obsolete
10601 function, not an obsolete variable (Bug#12046).
10602
10603 2012-07-25 Andreas Schwab <schwab@linux-m68k.org>
10604
10605 * faces.el (face-spec-reset-face): Fix last change. (Bug#12042)
10606
10607 2012-07-25 Christopher Schmidt <christopher@ch.ristopher.com>
10608
10609 * emacs-lisp/pp.el (pp-display-expression): Select old selected
10610 window only if it is still live (Bug#12034).
10611
10612 2012-07-25 Martin Rudalics <rudalics@gmx.at>
10613
10614 * subr.el (redirect-frame-focus): Add advertised calling
10615 convention (Bug#12030).
10616
10617 2012-07-25 Paul Eggert <eggert@cs.ucla.edu>
10618
10619 Prefer typical American spelling for "acknowledgment".
10620 * vc/add-log.el (change-log-acknowledgment): Rename from
10621 change-log-acknowledgement, with an alias for the old name.
10622
10623 2012-07-25 Jay Belanger <jay.p.belanger@gmail.com>
10624
10625 * calc-alg.el (math-simplify-divide): Don't cross multiply
10626 in an equation when the lhs is a variable.
10627
10628 2012-07-24 Julien Danjou <julien@danjou.info>
10629
10630 * net/netrc.el (netrc-find-service-number, netrc-store-data):
10631 Remove, unused.
10632
10633 2012-07-23 Eli Zaretskii <eliz@gnu.org>
10634
10635 * startup.el (command-line): Don't display an empty user name in
10636 the error message about non-existent home directory, when
10637 init-file-user was set to an empty string. See
10638 http://lists.gnu.org/archive/html/bug-gnu-emacs/2012-07/msg00835.html
10639 for the details and context.
10640
10641 2012-07-22 Vincent Belaïche <vincentb1@users.sourceforge.net>
10642
10643 * ses.el (ses-cell-formula-aset): New macro.
10644 (ses-cell-references-aset): New macro.
10645 (ses-cell-p): New function.
10646 (ses-rename-cell): Do no longer rely on complex operations like
10647 ses-cell-set-formula or ses-set-cell to change the cell and handle
10648 the undo at the same time, but rather use lower level new macros
10649 `ses-cell-formula-aset' and `ses-cell-references-aset' and handle
10650 the undo directly. Refresh the mode line.
10651
10652 2012-07-21 Leo Liu <sdl.web@gmail.com>
10653
10654 * progmodes/cc-cmds.el (c-defun-name):
10655 Use match-string-no-properties instead for consistency.
10656
10657 2012-07-20 Leo Liu <sdl.web@gmail.com>
10658
10659 * progmodes/cc-cmds.el (c-defun-name): Handle objc selectors properly.
10660 (Bug#7879)
10661
10662 * progmodes/cc-langs.el (c-symbol-start): Include char _ (bug#11986).
10663
10664 2012-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
10665
10666 * userlock.el, emacs-lisp/map-ynp.el: Declare part of `emacs' package.
10667 * progmodes/bug-reference.el, misearch.el: Provide themselves
10668 (bug#11915).
10669
10670 * progmodes/cperl-mode.el (cperl-unwind-to-safe): Don't inf-loop at end
10671 of narrowed buffer (bug#11966).
10672
10673 2012-07-20 Vincent Belaïche <vincentb1@users.sourceforge.net>
10674
10675 * ses.el (ses-rename-cell): Set new name also in reference list of
10676 cells of which the renamed cell depends.
10677
10678 2012-07-20 Masatake YAMATO <yamato@redhat.com>
10679
10680 * term/x-win.el (x-menu-bar-open): Use `frame-parameter'
10681 to check whether menu-bar is shown or not. If not shown,
10682 show the menu-bar as a popup menu instead of using tmm.
10683 * mouse.el (popup-menu): Accept `point' as `position' argument.
10684
10685 2012-07-20 Dmitry Gutov <dgutov@yandex.ru>
10686
10687 * progmodes/ruby-mode.el (ruby-parse-partial): No error when end
10688 up inside string symbol literal (bug#11923).
10689
10690 2012-07-20 Eli Zaretskii <eliz@gnu.org>
10691
10692 * startup.el (fancy-startup-text): Read the whole tutorial, not
10693 just its first 256 bytes. Prevents gibberish in display of the
10694 tutorial title.
10695
10696 2012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
10697
10698 Drop idle buffer compaction due to an absence of the
10699 proved efficiency.
10700 * compact.el: Remove.
10701
10702 2012-07-19 Sam Steingold <sds@gnu.org>
10703
10704 * vc/vc-dispatcher.el (vc-compilation-mode): Add, based on
10705 vc-bzr-pull & vc-bzr-merge-branch.
10706 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch): Use it.
10707 (vc-bzr-error-regexp-alist): Rename from vc-bzr-error-regex-alist
10708 for consistency with compilation-error-regexp-alist.
10709 * vc/vc-git.el (vc-git-error-regexp-alist): Add.
10710 (vc-git-pull, vc-git-merge-branch): Call vc-compilation-mode.
10711 * vc/vc-hg.el (vc-hg-error-regexp-alist): Add.
10712 (vc-hg-pull, vc-hg-merge-branch): Call vc-compilation-mode.
10713
10714 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
10715
10716 * emacs-lisp/chart.el: Use lexical-binding.
10717 (chart-emacs-storage): Don't hardcode the list of entries.
10718
10719 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
10720
10721 Next round of tweaks caused by Fgarbage_collect changes.
10722 * emacs-lisp/chart.el (chart-emacs-storage): Adjust again.
10723
10724 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
10725
10726 Compact buffers when idle.
10727 * compact.el: New file.
10728
10729 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
10730
10731 * subr.el (eventp): Presume that if it looks vaguely like an event,
10732 it's an event (bug#10190).
10733
10734 2012-07-19 Fabián Ezequiel Gallina <fgallina@cuca>
10735
10736 Enhancements to ppss related code (thanks Stefan).
10737 * progmodes/python.el (python-indent-context)
10738 (python-indent-calculate-indentation, python-indent-dedent-line)
10739 (python-indent-electric-colon, python-nav-forward-block)
10740 (python-mode-abbrev-table)
10741 (python-info-assignment-continuation-line-p): Simplify checks
10742 for ppss context.
10743 (python-info-continuation-line-p): Cleanup.
10744 (python-info-ppss-context): Do not catch 'quote.
10745 (python-info-ppss-context-type)
10746 (python-info-ppss-comment-or-string-p): Simplify.
10747
10748 2012-07-18 Fabián Ezequiel Gallina <fgallina@cuca>
10749
10750 * progmodes/python.el: Enhancements to eldoc support.
10751 (python-info-current-symbol): New function.
10752 (python-eldoc-at-point): Use python-info-current-symbol.
10753 (python-info-current-defun): Fix cornercase on first defun scan.
10754 (python-eldoc--get-doc-at-point): Use python-info-current-symbol
10755 and signal error when no inferior python process is available.
10756
10757 2012-07-18 Dmitry Gutov <dgutov@yandex.ru>
10758
10759 * vc/vc-git.el (vc-git-state): Don't call `vc-git-registered',
10760 assume it's always t.
10761 (vc-git-registered): Remove caching, the function is only called
10762 once.
10763 (vc-git-branches): Use `vc-git--call' instead of `call-process'.
10764
10765 2012-07-18 Chong Yidong <cyd@gnu.org>
10766
10767 * subr.el (last-input-char, last-command-char): Remove (Bug#9195).
10768
10769 * simple.el (count-words): Report on narrowing (Bug#9959).
10770
10771 * bindings.el: Bind M-= to count-words.
10772
10773 * faces.el (face-spec-reset-face): Handle reverse video (Bug#4238).
10774
10775 2012-07-18 Masatake YAMATO <yamato@redhat.com>
10776
10777 * progmodes/sh-script.el (sh-imenu-generic-expression):
10778 Capture a function with `function' keyword and without parentheses
10779 like "function FOO" (bug#11856).
10780
10781 2012-07-18 Tassilo Horn <tassilo@member.fsf.org>
10782
10783 * window.el (split-window-sensibly): Make WINDOW argument
10784 optional.
10785
10786 2012-07-18 Chong Yidong <cyd@gnu.org>
10787
10788 * subr.el (keyboard-translate): Doc fix (Bug#7261).
10789
10790 * isearch.el (isearch-mode-map): Handle C-x 8 key translations,
10791 and make C-x 8 RET exit isearch (Bug#11439).
10792
10793 * international/iso-transl.el: Move isearch-mode-map key
10794 definitions to isearch.el.
10795
10796 2012-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
10797
10798 * emacs-lisp/eieio.el: Adapt further to gv.el (bug#11970).
10799 (eieio-defclass): Use gv-define-setter when possible.
10800
10801 2012-07-18 Dmitry Antipov <dmantipov@yandex.ru>
10802
10803 Reflect recent changes in Fgarbage_collect.
10804 * emacs-lisp/chart.el (chart-emacs-storage): Change to
10805 reflect new format of data returned by Fgarbage_collect.
10806
10807 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
10808
10809 New utility functions + python-info-ppss-context fix (Bug#11910).
10810 * progmodes/python.el (python-info-beginning-of-block-statement-p)
10811 (python-info-ppss-comment-or-string-p): New functions.
10812 (python-info-ppss-context): Small fix for string check.
10813
10814 2012-07-17 Juri Linkov <juri@jurta.org>
10815
10816 * dired-aux.el (dired-do-async-shell-command): Doc fix.
10817 (dired-do-async-shell-command): Don't add `*' at the end of the
10818 command (Bug#11815).
10819 (dired-do-shell-command): Doc fix.
10820 (dired-shell-stuff-it): Strip the trailing "&" and ";" if any.
10821 Join the individual commands using either "&" or ";" as the
10822 separator depending on the values of these trailing characters.
10823 At the end re-add the trailing "&". (Bug#10598)
10824
10825 * simple.el (async-shell-command): Sync the interactive spec with
10826 `shell-command'. Doc fix.
10827 (shell-command): Doc fix.
10828
10829 2012-07-17 Juri Linkov <juri@jurta.org>
10830
10831 * descr-text.el (describe-char): Fix format args. (Bug#10129)
10832
10833 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
10834
10835 Final renames and doc fixes for movement commands (bug#11899).
10836 * progmodes/python.el (python-nav-beginning-of-statement):
10837 Rename from python-nav-statement-start.
10838 (python-nav-end-of-statement): Rename from
10839 python-nav-statement-end.
10840 (python-nav-beginning-of-block): Rename from
10841 python-nav-block-start.
10842 (python-nav-end-of-block): Rename from python-nav-block-end.
10843
10844 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
10845
10846 * progmodes/python.el (python-shell-send-string-no-output):
10847 Allow accept-process-output to quit, keeping shell process ready for
10848 future interactions (Bug#11868).
10849
10850 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
10851
10852 * emacs-lisp/cl-macs.el (cl-progv): Use a properly prefixed var name.
10853
10854 * emacs-lisp/elint.el (elint-find-args-in-code):
10855 Use help-function-arglist, so as to handle lexical byte-code.
10856
10857 * progmodes/sh-script.el (sh-syntax-propertize-function): Fix last
10858 change (bug#11826).
10859
10860 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
10861
10862 * progmodes/cc-engine.el (c-forward-sws, c-backward-sws):
10863 Avoid spuriously marking the buffer as modified because of c-is-sws.
10864
10865 * progmodes/sh-script.el (sh-syntax-propertize-function): Mark "${#VAR"
10866 as not-a-comment (bug#11946).
10867
10868 * emacs-lisp/macroexp.el (macroexp-let2): Use more informative names
10869 for uninterned vars.
10870
10871 * xt-mouse.el (xterm-mouse-translate-1, xterm-mouse-event-read):
10872 Use read-event since we don't really want to read chars but bytes.
10873
10874 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Highlight not only
10875 $$..$$ but also $..$ using regexps (bug#11953).
10876 Use tex-verbatim for \url and \path.
10877 (tex-font-lock-keywords): Define as defconst like the others.
10878 (tex-common-initialization): Don't use font-lock-syntax-table any more.
10879
10880 2012-07-16 René Kyllingstad <Rene@Kyllingstad.com> (tiny change)
10881
10882 * international/mule-cmds.el (ucs-insert): Make it an obsolete
10883 alias for insert-char.
10884
10885 2012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
10886
10887 * progmodes/python.el: Simplified imenu implementation.
10888 (python-nav-jump-to-defun): Remove command.
10889 (python-mode-map): Use `imenu' instead.
10890 (python-nav-list-defun-positions-cache)
10891 (python-imenu-include-defun-type, python-imenu-make-tree)
10892 (python-imenu-subtree-root-label, python-imenu-index-alist):
10893 Remove vars.
10894 (python-nav-list-defun-positions, python-nav-read-defun)
10895 (python-imenu-tree-assoc, python-imenu-make-element-tree)
10896 (python-imenu-make-tree, python-imenu-create-index):
10897 Remove functions.
10898 (python-mode): Update to interact with imenu by setting
10899 `imenu-extract-index-name-function' only.
10900
10901 2012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
10902
10903 * progmodes/python.el: Enhancements to navigation commands.
10904 (python-nav-backward-sentence)
10905 (python-nav-forward-sentence): Remove.
10906 (python-nav-backward-statement, python-nav-forward-statement)
10907 (python-nav-statement-start, python-nav-statement-end)
10908 (python-nav-backward-block, python-nav-forward-block)
10909 (python-nav-block-start, python-nav-block-end)
10910 (python-nav-forward-sexp-function)
10911 (python-info-current-line-comment-p)
10912 (python-info-current-line-empty-p): New functions.
10913 (python-indent-context): Use `python-nav-statement-start'.
10914
10915 2012-07-16 Michael Albinus <michael.albinus@gmx.de>
10916
10917 * eshell/em-ls.el (eshell/ls): Use `apply'.
10918
10919 * eshell/em-unix.el (eshell/su, eshell/sudo): Apply Tramp's ad-hoc
10920 multi-hops, instead of Tramp internals.
10921
10922 * vc/ediff.el (ediff-directories): Add trailing space to prompts.
10923
10924 * vc/ediff-diff.el (ediff-same-file-contents): Handle the case,
10925 when F1 and F2 are located on different hosts.
10926
10927 2012-07-14 Chong Yidong <cyd@gnu.org>
10928
10929 * xt-mouse.el: Implement extended mouse coordinates (Bug#10642).
10930 (xterm-mouse-translate): Move code into xterm-mouse-translate-1.
10931 (xterm-mouse-translate-extended, xterm-mouse-translate-1)
10932 (xterm-mouse--read-event-sequence-1000)
10933 (xterm-mouse--read-event-sequence-1006): New functions. For old
10934 mouse protocol, handle M-mouse-X events correctly.
10935 (xterm-mouse-event): New arg specifying mouse protocol.
10936 (turn-on-xterm-mouse-tracking-on-terminal)
10937 (turn-off-xterm-mouse-tracking-on-terminal): Send DEC 1006
10938 sequence to toggle extended coordinates on newer XTerms.
10939 This appears to be harmless on terminals which do not support this.
10940
10941 2012-07-14 Leo Liu <sdl.web@gmail.com>
10942
10943 Add fringe bitmap indicators for flymake. (Bug#11253)
10944 * progmodes/flymake.el (flymake-highlight-line): Use fringe bitmaps.
10945 (flymake-make-overlay): New arg BITMAP.
10946 (flymake-error-bitmap, flymake-warning-bitmap)
10947 (flymake-fringe-indicator-position): New user variables.
10948
10949 * fringe.el: New bitmap exclamation-mark.
10950
10951 2012-07-14 Jan Djärv <jan.h.d@swipnet.se>
10952
10953 * progmodes/cc-cmds.el (c-defun-name): Recognize Objective-C methods
10954 also (Bug#7879).
10955
10956 2012-07-14 Chong Yidong <cyd@gnu.org>
10957
10958 * electric.el (electric-pair-post-self-insert-function): Fix pair
10959 insertion in empty-region case (Bug#11520).
10960
10961 2012-07-14 Chong Yidong <cyd@gnu.org>
10962
10963 * bindings.el: Consolidate ctl-x-r-map bindings.
10964 Bind copy-rectangle-as-kill to C-x r w.
10965
10966 * rect.el, register.el: Move bindings to bindings.el.
10967
10968 2012-07-14 Reuben Thomas <rrt@sc3d.org>
10969
10970 * rect.el (copy-rectangle-as-kill): New command (Bug#739).
10971
10972 2012-07-13 Andreas Schwab <schwab@linux-m68k.org>
10973
10974 * emacs-lisp/cl.el (labels): Remove spurious quote. (Bug#11938)
10975
10976 2012-07-13 Juanma Barranquero <lekktu@gmail.com>
10977
10978 * bindings.el (top): Use `mapc' instead of `mapcar'.
10979
10980 * loadup.el (top): Remove bogus `if' choice (brought by 2008-06-21T01:38:39Z!monnier@iro.umontreal.ca).
10981
10982 2012-07-13 Michael Albinus <michael.albinus@gmx.de>
10983
10984 * progmodes/sql.el (sql-comint): Suppress the check for program on
10985 remote hosts. Reported by Francis Devereux <francis@devrx.org>.
10986 (Bug#11908)
10987
10988 2012-07-13 Chong Yidong <cyd@gnu.org>
10989
10990 * bindings.el: Assign a non-nil permanent-local property to
10991 per-buffer variables which lack a default value (Bug#11930).
10992
10993 * help-fns.el (describe-variable): In the "automatically becomes
10994 local" notice, take note of permanent-local variables.
10995
10996 2012-07-13 Chong Yidong <cyd@gnu.org>
10997
10998 * files.el (toggle-read-only): Doc fix and code cleanup. New arg
10999 to allow printing the message when called from Lisp.
11000
11001 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
11002 Remove toggle-read-only.
11003
11004 * bs.el (bs-toggle-readonly):
11005 * buff-menu.el (Buffer-menu-toggle-read-only):
11006 Remove with-no-warnings around toggle-read-only.
11007
11008 * ffap.el (ffap--toggle-read-only): Accept a list of buffers.
11009 Remove with-no-warnings around toggle-read-only.
11010 (ffap-read-only, ffap-read-only-other-window)
11011 (ffap-read-only-other-frame): Callers changed.
11012
11013 * help-mode.el: Don't require view package.
11014 (help-mode-finish): Set buffer-read-only instead of calling
11015 toggle-read-only.
11016
11017 * bindings.el (mode-line-toggle-read-only):
11018 * dired.el (dired-toggle-read-only):
11019 * ibuffer.el (ibuffer-do-toggle-read-only): Call toggle-read-only
11020 with non-nil second arg.
11021
11022 * emacs-lisp/eieio-custom.el (eieio-customize-object):
11023 * vc/ediff.el (ediff-set-read-only-in-buf-A): Set buffer-read-only
11024 directly.
11025
11026 2012-07-12 Eli Zaretskii <eliz@gnu.org>
11027
11028 * emacs-lisp/bytecomp.el (byte-recompile-directory): Use cl-incf,
11029 not incf.
11030
11031 2012-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
11032
11033 More CL cleanups and reduction of use of cl.el.
11034 * woman.el, winner.el, vc/vc-rcs.el, vc/vc-hooks.el, vc/vc-hg.el:
11035 * vc/vc-git.el, vc/vc-dir.el, vc/vc-bzr.el, vc/vc-annotate.el:
11036 * textmodes/tex-mode.el, textmodes/sgml-mode.el, tar-mode.el:
11037 * strokes.el, ses.el, server.el, progmodes/js.el, progmodes/gdb-mi.el:
11038 * progmodes/flymake.el, progmodes/ebrowse.el, progmodes/compile.el:
11039 * play/tetris.el, play/snake.el, play/pong.el, play/landmark.el:
11040 * play/hanoi.el, play/decipher.el, play/5x5.el, nxml/nxml-mode.el:
11041 * net/secrets.el, net/quickurl.el, midnight.el, mail/footnote.el:
11042 * image-dired.el, ibuffer.el, ibuf-macs.el, ibuf-ext.el, hexl.el:
11043 * eshell/eshell.el, eshell/esh-io.el, eshell/esh-ext.el:
11044 * eshell/esh-cmd.el, eshell/em-ls.el, eshell/em-hist.el:
11045 * eshell/em-cmpl.el, eshell/em-banner.el:
11046 * calendar/parse-time.el: Use cl-lib.
11047 * wid-browse.el, wdired.el, vc/vc.el, vc/vc-mtn.el, vc/vc-cvs.el:
11048 * vc/vc-arch.el, tree-widget.el, textmodes/texinfo.el:
11049 * textmodes/refill.el, textmodes/css-mode.el, term/tvi970.el:
11050 * term/ns-win.el, term.el, shell.el, ps-samp.el:
11051 * progmodes/perl-mode.el, progmodes/pascal.el, progmodes/gud.el:
11052 * progmodes/glasses.el, progmodes/etags.el, progmodes/cwarn.el:
11053 * play/gamegrid.el, play/bubbles.el, novice.el, notifications.el:
11054 * net/zeroconf.el, net/xesam.el, net/snmp-mode.el, net/mairix.el:
11055 * net/ldap.el, net/eudc.el, net/browse-url.el, man.el:
11056 * mail/mailheader.el, mail/feedmail.el: Don't use CL.
11057 * ibuf-ext.el (ibuffer-mark-old-buffers): Use float-time.
11058 * eshell/esh-opt.el (eshell-eval-using-options): Quote code with
11059 `lambda' rather than with `quote'.
11060 (eshell-do-opt): Adjust accordingly.
11061 (eshell-process-option): Simplify.
11062 * eshell/esh-var.el:
11063 * eshell/em-script.el: Require `esh-opt' for eshell-eval-using-options.
11064 * emacs-lisp/pcase.el (pcase--dontcare-upats, pcase--let*)
11065 (pcase--expand, pcase--u1): Rename pcase's internal `dontcare' pattern
11066 to `pcase--dontcare'.
11067 * emacs-lisp/cl.el (labels): Mark obsolete.
11068 (cl--letf, letf): Move to cl-lib.
11069 (cl--letf*, letf*): Remove.
11070 * emacs-lisp/cl-lib.el (cl-nth-value): Use defalias.
11071 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Add indent rule.
11072 (cl-progv): Rewrite.
11073 (cl--letf, cl-letf): Move from cl.el.
11074 (cl-letf*): New macro.
11075 * emacs-lisp/cl-extra.el (cl--progv-before, cl--progv-after): Remove.
11076
11077 2012-07-11 Michael Albinus <michael.albinus@gmx.de>
11078
11079 * net/ange-ftp.el (ange-ftp-cf1): Update the files cache.
11080
11081 2012-07-11 Chong Yidong <cyd@gnu.org>
11082
11083 * vc/log-edit.el (log-edit-vc-backend): New variable.
11084 (log-edit): Doc fix.
11085
11086 * vc/vc-dispatcher.el (vc-log-edit): New args. Use PARAMS
11087 argument of log-edit to set up all local variables.
11088 (vc-start-logentry): New optional arg specifying VC backend.
11089
11090 * vc/vc.el (vc-checkin): Use it.
11091 (vc-deduce-fileset): Handle Log Edit buffers.
11092 (vc-diff): Make first argument optional too.
11093
11094 * vc/log-view.el (log-view-vc-fileset, log-view-vc-backend): Doc fix.
11095
11096 2012-07-10 Michael Albinus <michael.albinus@gmx.de>
11097
11098 * eshell/esh-ext.el (eshell-remote-command): Remove remote part of
11099 command, just in case. The function is not needed anymore.
11100 (eshell-external-command): Do not call `eshell-remote-command'.
11101
11102 2012-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
11103
11104 Reduce use of (require 'cl).
11105 * vc/smerge-mode.el, vc/pcvs.el, vc/pcvs-util.el, vc/pcvs-info.el:
11106 * vc/diff-mode.el, vc/cvs-status.el, uniquify.el, scroll-bar.el:
11107 * register.el, progmodes/sh-script.el, net/gnutls.el, net/dbus.el:
11108 * msb.el, mpc.el, minibuffer.el, international/ucs-normalize.el:
11109 * international/quail.el, info-xref.el, imenu.el, image-mode.el:
11110 * font-lock.el, filesets.el, edmacro.el, doc-view.el, bookmark.el:
11111 * battery.el, avoid.el, abbrev.el: Use cl-lib.
11112 * vc/pcvs-parse.el, vc/pcvs-defs.el, vc/log-view.el, vc/log-edit.el:
11113 * vc/diff.el, simple.el, pcomplete.el, lpr.el, comint.el, loadhist.el:
11114 * jit-lock.el, international/iso-ascii.el, info.el, frame.el, bs.el:
11115 * emulation/crisp.el, electric.el, dired.el, cus-dep.el, composite.el:
11116 * calculator.el, autorevert.el, apropos.el: Don't require CL.
11117 * emacs-lisp/bytecomp.el (byte-recompile-directory, display-call-tree)
11118 (byte-compile-unfold-bcf, byte-compile-check-variable):
11119 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
11120 (byte-compile-nilconstp):
11121 * emacs-lisp/autoload.el (make-autoload): Use pcase.
11122 * face-remap.el (text-scale-adjust): Simplify pcase patterns.
11123
11124 * emacs-lisp/gv.el (cond): Make it a valid place.
11125 (if): Simplify slightly.
11126
11127 * emacs-lisp/pcase.el (pcase): Accept self-quoting exps as "upatterns".
11128 (pcase--self-quoting-p): New function.
11129 (pcase--u1): Use it.
11130
11131 2012-07-10 Glenn Morris <rgm@gnu.org>
11132
11133 * emacs-lisp/authors.el (authors-fixed-entries):
11134 (authors-renamed-files-alist): Update for configure.in -> configure.ac.
11135
11136 2012-07-09 Paul Eggert <eggert@cs.ucla.edu>
11137
11138 Rename configure.in to configure.ac (Bug#11603).
11139 * emacs-lisp/authors.el (authors-canonical-file-name):
11140 * progmodes/autoconf.el (autoconf-mode):
11141 Prefer configure.ac to configure.in.
11142
11143 2012-07-08 Chong Yidong <cyd@gnu.org>
11144
11145 * mouse.el (mouse-drag-line): Rewrite the track-mouse loop.
11146 Implement the mouse-1-click-follows-link handling properly.
11147
11148 * info.el (Info-link-keymap): Use follow-link mechanism for
11149 header-line links (Bug#374).
11150
11151 * simple.el (deactivate-mark): Do not set the primary selection
11152 if another program has acquired it (Bug#11772).
11153
11154 2012-07-07 Kevin Ryde <user42@zip.com.au>
11155
11156 * woman.el (woman-strings): Fix double-quote handling (Bug#1151).
11157 (woman-decode-region): Replace escaped-escapes without destroying
11158 bold or underline (Bug#11552).
11159 (woman2-process-escapes): Handle nofill regions (Bug#11591).
11160
11161 2012-07-07 Chong Yidong <cyd@gnu.org>
11162
11163 * simple.el (yank-pop-change-selection): Doc fix (Bug#11361).
11164 (interprogram-cut-function, interprogram-paste-function):
11165 Mention that we typically mean the clipboard.
11166
11167 2012-07-06 Glenn Morris <rgm@gnu.org>
11168
11169 * kmacro.el (kmacro-call-macro): Restore repeat message. (Bug#11817)
11170
11171 * files.el (toggle-read-only): Restrict message to interactive use.
11172
11173 2012-07-06 Michael Albinus <michael.albinus@gmx.de>
11174
11175 * net/tramp.el (tramp-restricted-shell-hosts-alist): New defcustom.
11176
11177 * net/tramp-sh.el (tramp-maybe-open-connection): Handle it.
11178
11179 2012-07-06 Glenn Morris <rgm@gnu.org>
11180
11181 * Makefile.in (compile-one-process): Rename from "recompile".
11182
11183 * Makefile.in (bzr-update): "compile" is the same as "recompile
11184 autoloads", but parallelizable, so use that instead.
11185
11186 2012-07-06 Dmitry Gutov <dgutov@yandex.ru>
11187
11188 * window.el (quit-window): Always restore window height when
11189 it's saved in quit-restore parameter (Bug#11810).
11190
11191 2012-07-06 Glenn Morris <rgm@gnu.org>
11192
11193 * simple.el (kill-whole-line): Doc tweak.
11194
11195 2012-07-06 Eli Zaretskii <eliz@gnu.org>
11196
11197 * files.el (file-relative-name): Compare file names
11198 case-insensitively if on MS-Windows or MS-DOS, or if
11199 read-file-name-completion-ignore-case is non-nil. Don't use
11200 case-fold-search for this purpose. (Bug#11827)
11201
11202 2012-07-17 Andreas Schwab <schwab@linux-m68k.org>
11203
11204 * calendar/cal-dst.el (calendar-current-time-zone):
11205 Return calendar-current-time-zone-cache if non-nil.
11206
11207 2012-07-17 Masatake YAMATO <yamato@redhat.com>
11208 2012-07-06 Andreas Schwab <schwab@linux-m68k.org>
11209
11210 * calendar/cal-dst.el (calendar-current-time-zone):
11211 Return calendar-current-time-zone-cache if non-nil.
11212
11213 2012-07-06 Glenn Morris <rgm@gnu.org>
11214
11215 * Makefile.in (cvs-update): Remove old alias.
11216
11217 2012-07-05 Michael Albinus <michael.albinus@gmx.de>
11218
11219 Sync with Tramp 2.2.6-pre.
11220
11221 * net/tramp.el (tramp-drop-volume-letter): Provide an XEmacs
11222 compatible declaration.
11223
11224 * net/tramp-cmds.el (tramp-append-tramp-buffers):
11225 Protect `list-load-path-shadows' call.
11226
11227 * net/tramp-compat.el (top): Require packages, which aren't
11228 autoloaded anymore for XEmacs. Protect call of
11229 `tramp-file-name-handler' by `tramp-compat-funcall', pacifying the
11230 compiler. Do not require tramp-util.el and tramp-vc.el anymore,
11231 it hurts at least for SXEmacs.
11232 (tramp-compat-temporary-file-directory): In XEmacs, there is no
11233 standard-value for `temporary-file-directory'.
11234
11235 * net/tramp-sh.el (tramp-do-directory-files-and-attributes-with-stat):
11236 Redirect stderr to /dev/null.
11237 (tramp-sh-handle-write-region): uid and gid can be floats.
11238 Reported by Russell Sim <russell.sim@gmail.com>.
11239 (tramp-sh-handle-vc-registered): Hide errors.
11240 (tramp-vc-file-name-handler): Use dummy results for `process-file'
11241 and `start-file-process'.
11242 (tramp-maybe-open-connection): Check also whether `non-essential'
11243 is bound.
11244
11245 2012-07-04 Chong Yidong <cyd@gnu.org>
11246
11247 * xml.el (xml--parse-buffer): Use xml-syntax-table.
11248 (xml-parse-tag): Likewise, and avoid changing entity tables.
11249 (xml-syntax-table): Define from scratch, making sure not to give
11250 x2000 and other Unicode spaces whitespace syntax, since those are
11251 not spaces in XML.
11252 (xml-parse-fragment): Delete unused function.
11253 (xml-name-start-char-re, xml-name-char-re, xml-name-re)
11254 (xml-names-re, xml-nmtoken-re, xml-nmtokens-re, xml-char-ref-re)
11255 (xml-entity-ref, xml-pe-reference-re)
11256 (xml-reference-re,xml-att-value-re, xml-tokenized-type-re)
11257 (xml-notation-type-re, xml-enumeration-re, xml-enumerated-type-re)
11258 (xml-att-type-re, xml-default-decl-re, xml-att-def-re)
11259 (xml-entity-value-re): Use syntax references in regexps where
11260 possible; no need to define inside a let-binding.
11261 (xml-parse-dtd): Use xml-pe-reference-re.
11262 (xml-entity-or-char-ref-re): New defconst.
11263 (xml-parse-string, xml-substitute-special): Use it.
11264
11265 2012-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
11266
11267 * files.el (locate-dominating-file): Allow `name' to be a predicate.
11268 (find-file--read-only): New function.
11269 (find-file-read-only, find-file-read-only-other-window)
11270 (find-file-read-only-other-frame): Use it.
11271 (insert-file-contents-literally): Don't `fset'.
11272 (get-free-disk-space): Use locate-dominating-file.
11273
11274 * emacs-lisp/bytecomp.el (byte-compile): Don't signal an error if the
11275 function is already compiled.
11276
11277 * xml.el (xml-name-regexp): Remove, redundant. Use xml-name-re.
11278
11279 2012-07-03 Michael Albinus <michael.albinus@gmx.de>
11280
11281 * vc/ediff-diff.el (ediff-same-file-contents): Fix it for remote
11282 files on the same host.
11283
11284 2012-07-03 Andreas Schwab <schwab@linux-m68k.org>
11285
11286 * help-fns.el (describe-function-1): Only call
11287 help-fns--autoloaded-p when we have a file name. (Bug#11848)
11288
11289 2012-07-03 Chong Yidong <cyd@gnu.org>
11290
11291 * xml.el: Protect parser against XML bombs.
11292 (xml-entity-expansion-limit): New variable.
11293 (xml-parse-string, xml-substitute-special): Use it.
11294 (xml-parse-dtd): Avoid infloop if the DTD is not terminated.
11295
11296 2012-07-03 Glenn Morris <rgm@gnu.org>
11297
11298 * progmodes/bug-reference.el (bug-reference-bug-regexp):
11299 Allow linking to specific messages in debbugs reports (eg 123#5).
11300
11301 2012-07-02 Chong Yidong <cyd@gnu.org>
11302
11303 * xml.el: Fix entity and character reference expansion, allowing
11304 them to expand into markup as per XML spec.
11305 (xml-default-ns): New variable.
11306 (xml-entity-alist): Use XML spec definitions for lt and amp.
11307 (xml-parse-region): Make first two arguments optional.
11308 Discard text properties.
11309 (xml-parse-tag-1): New function, spun off from xml-parse-tag.
11310 All callers changed.
11311 (xml-parse-tag): Call xml-parse-tag-1. For backward
11312 compatibility, this function should not modify buffer contents.
11313 (xml-parse-tag-1): Fix opening-tag regexp.
11314 (xml-parse-string): Rewrite, handling entity and character
11315 references properly.
11316 (xml--entity-replacement-text): Signal an error if a parameter
11317 entity is undefined.
11318
11319 2012-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
11320
11321 * comint.el (comint-output-filter): Filter out repeated prompts.
11322
11323 * net/ange-ftp.el (ange-ftp-expand-file-name): Use ange-ftp-ftp-name
11324 and file-name-absolute-p.
11325 (ange-ftp-file-exists-p): Use ange-ftp-file-exists-p for
11326 internal calls.
11327
11328 2012-07-02 Paul Eggert <eggert@cs.ucla.edu>
11329
11330 Spelling fixes.
11331 * emacs-lisp/bytecomp.el (byte-compile--reify-function):
11332 Rename from byte-compile--refiy-function. All uses changed.
11333
11334 2012-07-01 Chong Yidong <cyd@gnu.org>
11335
11336 * xml.el (xml--parse-buffer): New function. Move most of
11337 xml-parse-region here.
11338 (xml-parse-region): Copy region into a temporary buffer, since
11339 parameter entity substitution requires changing buffer contents.
11340 Use xml--parse-buffer.
11341 (xml-parse-file): Use xml--parse-buffer.
11342 (xml-parse-dtd): Make parameter entity substitution work right.
11343 Use proper regexps for ELEMENT declarations (Bug#7172).
11344
11345 2012-06-30 Glenn Morris <rgm@gnu.org>
11346
11347 * comint.el (follow-comint-scroll-to-bottom): Fix declaration.
11348
11349 * net/secrets.el, net/tramp-gvfs.el, net/xesam.el, net/zeroconf.el:
11350 Remove outdated and unnecessary dbus declarations.
11351
11352 2012-06-30 Eli Zaretskii <eliz@gnu.org>
11353
11354 * emacs-lisp/timer.el (timer-until): Subtract results of
11355 float-time, instead of taking float-time of the result of
11356 time-subtract, since float-time signals an error for negative time
11357 arguments.
11358
11359 2012-06-30 Chong Yidong <cyd@gnu.org>
11360
11361 * xml.el (xml-*-re): Convert defvars into defconsts, and
11362 eval-and-compile them so eval-and-compile works on derivatives.
11363 (xml--entity-replacement-text): Use eval-and-comple.
11364
11365 2012-06-30 Michael Albinus <michael.albinus@gmx.de>
11366
11367 * vc/vc-git.el (vc-git-registered): Use cache property
11368 `git-registered'.
11369 (vc-git-mode-line-string): Call `vc-working-revision' instead of
11370 `vc-git-working-revision' in order to benefit from the cache.
11371 (vc-git-root): Use cache property `git-root'. (Bug#11757)
11372
11373 2012-06-30 Dmitry Gutov <dgutov@yandex.ru>
11374
11375 * vc/vc-hooks.el (vc-before-save): Clear cache if file has been
11376 removed (likely outside Emacs). (Bug#11757)
11377
11378 2012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
11379
11380 * emacs-lisp/cl-lib.el: Require macroexp.
11381
11382 2012-06-30 Chong Yidong <cyd@gnu.org>
11383
11384 * xml.el: Implement XML parameter entities.
11385 (xml-parameter-entity-alist): New variable.
11386 (xml-parse-region, xml-parse-fragment): Preserve previous values
11387 of xml-entity-alist and xml-parameter-entity-alist, so that
11388 repeated calls on different documents do not change them.
11389 (xml-parse-tag): Fix doctype regexp.
11390 (xml--entity-replacement-text): New function.
11391 (xml-parse-dtd): Use it. Don't handle system entities; doing that
11392 properly requires url retrieval which is unimplemented.
11393 (xml-escape-string): Doc fix.
11394
11395 2012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
11396
11397 * emacs-lisp/cl-lib.el (cl-pushnew): Use macroexp-let2.
11398
11399 2012-06-29 Dmitry Antipov <dmantipov@yandex.ru>
11400
11401 * fringe.el (fringe-mode): Doc fix.
11402
11403 2012-06-29 Michael Albinus <michael.albinus@gmx.de>
11404
11405 * net/ange-ftp.el (ange-ftp-get-passwd): Throw if `non-essential'
11406 is non-nil.
11407 (ange-ftp-ignore-errors-if-non-essential): New defmacro.
11408 (ange-ftp-file-name-all-completions): Use it. (Bug#11808)
11409
11410 2012-06-29 Andreas Schwab <schwab@linux-m68k.org>
11411
11412 * calendar/cal-dst.el (calendar-current-time-zone):
11413 Return calendar-current-time-zone-cache if non-nil.
11414
11415 2012-06-29 Masatake YAMATO <yamato@redhat.com>
11416
11417 * progmodes/which-func.el (which-func-format):
11418 Add mouse-face. (Bug#11698)
11419
11420 2012-06-29 Leo Liu <sdl.web@gmail.com>
11421
11422 * textmodes/enriched.el (enriched-next-annotation): Use eq (Bug#11528).
11423
11424 2012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
11425
11426 * minibuffer.el (minibuffer-confirm-exit-commands):
11427 Add completion-at-point (bug#11725).
11428
11429 2012-06-29 Glenn Morris <rgm@gnu.org>
11430
11431 * progmodes/f90.el (f90-font-lock-keywords-2):
11432 Add some preprocessor elements. (Bug#10499)
11433
11434 2012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
11435
11436 * progmodes/cperl-mode.el (cperl-update-syntaxification):
11437 Use syntax-propertize (bug#11739).
11438
11439 2012-06-28 Juanma Barranquero <lekktu@gmail.com>
11440
11441 * emacs-lisp/cl-lib.el (cl-pushnew): Don't capture X (bug#11811).
11442
11443 2012-06-28 Julien Danjou <julien@danjou.info>
11444
11445 * term.el (term-handle-colors-array): Use a set of new faces to
11446 color the terminal. Also uses :inverse-video property.
11447 (term-default-fg-color): Set to nil by default, deprecate in favor
11448 of `term-face'.
11449 (term-default-bg-color): Set to nil by default, deprecate in favor
11450 of `term-face'.
11451 (term-current-face): Use `term-face' by default.
11452 (term-bold-attribute): Variable deleted.
11453
11454 2012-06-28 Glenn Morris <rgm@gnu.org>
11455
11456 * simple.el (completion-list-mode-finish):
11457 Don't use toggle-read-only. (Since completion-list-mode has
11458 a special mode-class, it wasn't doing anything extra anyway.)
11459
11460 2012-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
11461
11462 Make inlining of other-mode interpreted functions work (bug#11799).
11463 * emacs-lisp/bytecomp.el (byte-compile--refiy-function): New fun.
11464 (byte-compile): Use it to fix compilation of lexical-binding closures.
11465 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Compile the
11466 function, if needed.
11467
11468 2012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
11469
11470 * help-mode.el (help-make-xrefs): Don't just withstand
11471 cyclic-variable-indirection but any error in documentation-property.
11472
11473 * loadup.el (purify-flag): Pre-grow the hash-table to reduce the
11474 memory use.
11475 * bindings.el (bindings--define-key): New function.
11476 * vc/vc-hooks.el, replace.el, menu-bar.el, international/mule-cmds.el:
11477 * emacs-lisp/lisp-mode.el, buff-menu.el, bookmark.el:
11478 * bindings.el: Use it to purecopy define-key bindings.
11479
11480 * textmodes/rst.el (rst-adornment-faces-alist): Avoid copy-list.
11481
11482 * emacs-lisp/cl.el (flet): Mark obsolete.
11483 * emacs-lisp/cl-macs.el (cl-flet*): New macro.
11484 * vc/vc-rcs.el (vc-rcs-annotate-command, vc-rcs-parse):
11485 * progmodes/js.el (js-c-fill-paragraph):
11486 * progmodes/ebrowse.el (ebrowse-switch-member-buffer-to-sibling-class)
11487 (ebrowse-switch-member-buffer-to-derived-class):
11488 * play/5x5.el (5x5-solver): Use cl-flet.
11489
11490 * emacs-lisp/cl.el: Use lexical-binding. Fix flet (bug#11780).
11491 (cl--symbol-function): New macro.
11492 (cl--letf, cl--letf*): Use it.
11493
11494 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
11495 Strip "toggle-" if any.
11496
11497 2012-06-27 Glenn Morris <rgm@gnu.org>
11498
11499 * info.el (Info-default-directory-list): Move here from paths.el.
11500 * paths.el: Remove file, which is now empty.
11501 * loadup.el: No longer load "paths".
11502
11503 * custom.el (custom-initialize-delay): Doc fix.
11504
11505 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
11506 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
11507 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
11508 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
11509 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
11510 * eshell/em-xtra.el: Replace eshell-defgroup with "(progn (defgroup".
11511 * eshell/eshell.el (eshell-defgroup): Remove alias.
11512
11513 2012-06-27 Chong Yidong <cyd@gnu.org>
11514
11515 * help.el (help-enable-auto-load): New variable.
11516
11517 * help-fns.el (help-fns--autoloaded-p): New function.
11518 (describe-function-1): Refer to a function as "autoloaded" if it
11519 was autoloaded at any time in the past. Perform autoloading if
11520 help-enable-auto-load is non-nil.
11521
11522 2012-06-26 Eli Zaretskii <eliz@gnu.org>
11523
11524 * makefile.w32-in (compile, compile-always): Depend on
11525 update-subdirs, not on subdirs.el. Otherwise, several different
11526 sub-targets of 'bootstrap' running in parallel could
11527 simultaneously write to subdirs.el, producing a garbled file.
11528
11529 2012-06-26 Sam Steingold <sds@gnu.org>
11530
11531 * files.el (file-name-base): New convenience function.
11532 * autoinsert.el, cus-dep.el, doc-view.el, image-dired.el:
11533 * woman.el, eshell/esh-cmd.el, progmodes/ada-xref.el:
11534 * progmodes/cc-defs.el, progmodes/cperl-mode.el:
11535 * progmodes/flymake.el, progmodes/gud.el, progmodes/idlwave.el:
11536 * textmodes/ispell.el, textmodes/reftex-ref.el:
11537 * textmodes/tex-mode.el: Use it.
11538 Did not touch cedet and org because they are maintained elsewhere.
11539
11540 2012-06-26 Martin Rudalics <rudalics@gmx.at>
11541
11542 * calendar/calendar.el (calendar-exit): Don't try to delete or
11543 iconify last frame. See:
11544 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00372.html
11545
11546 2012-06-25 Jim Diamond <Jim.Diamond@AcadiaU.ca> (tiny change)
11547
11548 * server.el (server-process-filter): Remember dir in the
11549 process's `server-client-directory' properties.
11550
11551 2012-06-24 Chong Yidong <cyd@gnu.org>
11552
11553 * xml.el (xml-parse-tag): Correctly handle comment embedded in
11554 non-tag text.
11555
11556 2012-06-23 Juanma Barranquero <lekktu@gmail.com>
11557
11558 * makefile.w32-in (COMPILE_FIRST): Synch with changes in 2012-06-22T21:24:54Z!monnier@iro.umontreal.ca.
11559
11560 2012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
11561
11562 * help-fns.el (describe-variable): Don't croak when doc is not found.
11563 * vc/pcvs.el (cvs-retrieve-revision): Avoid toggle-read-only.
11564 * menu-bar.el (menu-bar-line-wrapping-menu): Purecopy a tiny bit more.
11565 * emacs-lisp/syntax.el (syntax-ppss): Simplify with new `if' place.
11566 * emacs-lisp/smie.el (smie-next-sexp): CSE.
11567 * emacs-lisp/macroexp.el (macroexp-let2): Fix edebug spec and avoid
11568 ((lambda ..) ..).
11569 * emacs-lisp/eieio.el (eieio-oref, slot-value): Use simpler defsetf.
11570
11571 2012-06-23 Chong Yidong <cyd@gnu.org>
11572
11573 * info.el (Info-mouse-follow-link): Accept symbol values of
11574 link-args. Select window; suggested by Gerhard Kahl (Bug#11672).
11575 (Info-fontify-node): Use Info-link-keymap for all navigation
11576 buttons, with link-args property to perform the desired action.
11577 (Info-link-keymap): Doc fix.
11578 (Info-next-link-keymap, Info-prev-link-keymap)
11579 (Info-up-link-keymap): Delete now-unused keymaps.
11580
11581 2012-06-23 Chong Yidong <cyd@gnu.org>
11582
11583 * mouse.el (mouse-drag-track): Deactivate the mark before popping.
11584
11585 * progmodes/python.el (python-skeleton-define): Mark abbrevs as
11586 system abbrevs.
11587
11588 * ansi-color.el (ansi-color-apply-on-region): Doc fix.
11589
11590 2012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
11591
11592 * emacs-lisp/cl-macs.el (cl--make-usage-args): Handle improper lists
11593 (bug#11719).
11594
11595 * minibuffer.el (completion--twq-try): Try to fail more gracefully when
11596 the requote function doesn't work properly (bug#11714).
11597
11598 2012-06-23 Glenn Morris <rgm@gnu.org>
11599
11600 * pcmpl-rpm.el (pcmpl-rpm-packages): Give status messages.
11601
11602 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
11603
11604 Further GV/CL cleanups.
11605 * emacs-lisp/gv.el (gv-get): Autoload functions to find their
11606 gv-expander.
11607 (gv--defun-declaration): New function.
11608 (defun-declarations-alist): Use it.
11609 (gv-define-modify-macro, gv-pushnew!, gv-inc!, gv-dec!): Remove.
11610 (gv-place): Autoload.
11611 * emacs-lisp/cl.el (cl--dotimes, cl--dolist): Remember subr.el's
11612 original definition of dotimes and dolist.
11613 * emacs-lisp/cl-macs.el (cl-expr-access-order): Remove unused.
11614 (cl-dolist, cl-dotimes): Use `dolist' and `dotimes'.
11615 * emacs-lisp/cl-lib.el: Move gv handlers from cl-macs to here.
11616 (cl-fifth, cl-sixth, cl-seventh, cl-eighth)
11617 (cl-ninth, cl-tenth): Move gv handler to the function's definition.
11618 * emacs-lisp/cl-extra.el (cl-subseq, cl-get, cl-getf): Move gv handler
11619 to the function's definition.
11620 * Makefile.in (COMPILE_FIRST): Re-order to speed it up by about 50%.
11621 * window.el:
11622 * files.el:
11623 * faces.el:
11624 * env.el: Don't use CL.
11625
11626 2012-06-22 Paul Eggert <eggert@cs.ucla.edu>
11627
11628 Support higher-resolution time stamps (Bug#9000).
11629
11630 * calendar/time-date.el (with-decoded-time-value): New arg
11631 PICO-SYMBOL in VARLIST. It's optional, for backward compatibility.
11632 (encode-time-value): New optional arg PICO. New type 3.
11633 (time-to-seconds) [!float-time]: Support the new picoseconds
11634 component if it's used.
11635 (seconds-to-time, time-subtract, time-add):
11636 Support ps-resolution time stamps as well.
11637
11638 * emacs-lisp/timer.el (timer): New component psecs. All uses changed.
11639 (timerp): Timer vectors now have length 9, not 8.
11640 (timer--time): Support new-style (4-part) time stamps.
11641 (timer-next-integral-multiple-of-time): Time stamps now have
11642 picosecond resolution, so take a bit more care about rounding.
11643 (timer-relative-time, timer-inc-time): New optional arg psecs.
11644 (timer-set-time-with-usecs): Set psecs to 0.
11645 (timer--activate): Check psecs component, too.
11646
11647 * proced.el (proced-time-lessp): Support ps-resolution stamps.
11648
11649 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
11650
11651 * icomplete.el (icomplete-minibuffer-setup, icomplete-completions):
11652 Move the non-essential binding to the post/pre-command-hook where it is
11653 more obviously correct.
11654
11655 * subr.el (read-passwd): Don't use a history at all.
11656 * savehist.el (savehist-save): Remove password saved accidentally
11657 because of the above bug.
11658
11659 2012-06-22 Bastien Guerry <bzg@gnu.org>
11660
11661 * files.el (toggle-read-only): Display a message telling whether
11662 the buffer is read-only or not (bug#11726).
11663
11664 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
11665
11666 * emacs-lisp/gv.el: New file.
11667 * subr.el (push, pop): Extend to generalized variables.
11668 * loadup.el (macroexp): Unload if preloaded and uncompiled (bug#11657).
11669 * emacs-lisp/cl-lib.el (cl-pop, cl-push, cl--set-nthcdr): Remove.
11670 * emacs-lisp/cl-macs.el: Require gv. Use gv-define-setter,
11671 gv-define-simple-setter, and gv-define-expander.
11672 Remove setf-methods defined in gv. Rename cl-setf -> setf.
11673 (cl-setf, cl-do-pop, cl-get-setf-method): Remove.
11674 (cl-letf, cl-letf*, cl-define-modify-macro, cl-defsetf)
11675 (cl-define-setf-expander, cl-struct-setf-expander): Move to cl.el.
11676 (cl-remf, cl-shiftf, cl-rotatef, cl-callf, cl-callf2): Rewrite with
11677 gv-letplace.
11678 (cl-defstruct): Don't define setf-method any more.
11679 * emacs-lisp/cl.el (flet): Don't autoload.
11680 (cl--letf, letf, cl--letf*, letf*, cl--gv-adapt)
11681 (define-setf-expander, defsetf, define-modify-macro)
11682 (cl-struct-setf-expander): Move from cl-lib.el.
11683 * emacs-lisp/syntax.el:
11684 * emacs-lisp/ewoc.el:
11685 * emacs-lisp/smie.el:
11686 * emacs-lisp/cconv.el:
11687 * emacs-lisp/timer.el: Rename cl-setf -> setf, cl-push -> push.
11688 (timer--time): Use gv-define-simple-setter.
11689 * emacs-lisp/macroexp.el (macroexp-let2): Rename from macroexp-let²
11690 to avoid coding-system problems in subr.el. Adjust all users.
11691 (macroexp--maxsize, macroexp-small-p): New functions.
11692 * emacs-lisp/bytecomp.el (byte-compile-file): Don't use cl-letf.
11693 * scroll-bar.el (scroll-bar-mode):
11694 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
11695 (normal-erase-is-backspace-mode): Don't use the `eq' place.
11696 * winner.el (winner-configuration, winner-make-point-alist)
11697 (winner-set-conf, winner-get-point, winner-set): Don't abuse letf.
11698 * files.el (locate-file-completion-table): Avoid list*.
11699
11700 2012-06-22 Chong Yidong <cyd@gnu.org>
11701
11702 * dired-aux.el (dired-do-create-files): Doc fix (Bug#11327).
11703 (dired-create-files): Doc fix (Bug#11329).
11704 (dired-do-copy): Doc fix (Bug#11334).
11705 (dired-mark-read-string): Doc fix (Bug#11553).
11706
11707 * dired.el (dired-recursive-copies, dired-recursive-deletes):
11708 Doc fix (Bug#11326).
11709 (dired-make-relative): Doc fix (Bug#11332). Remove unused arg.
11710 (dired-dwim-target): Doc fix.
11711
11712 * wdired.el (wdired-mode): Doc fix.
11713
11714 2012-06-22 Glenn Morris <rgm@gnu.org>
11715
11716 * pcmpl-rpm.el (pcmpl-rpm-cache): New option.
11717 (pcmpl-rpm-cache-stamp-file): New constant.
11718 (pcmpl-rpm-cache-time, pcmpl-rpm-packages): New variables.
11719 (pcmpl-rpm-packages): Optionally cache list of packages.
11720
11721 * pcmpl-rpm.el (pcmpl-rpm): New group.
11722 (pcmpl-rpm-query-options): New option.
11723 (pcmpl-rpm-packages): No need to inline it.
11724 Use pcmpl-rpm-query-options.
11725
11726 * calendar/calendar.el (calendar-in-read-only-buffer):
11727 Avoid some needless mode changes.
11728
11729 2012-06-21 Chong Yidong <cyd@gnu.org>
11730
11731 * desktop.el (desktop-read): Don't prompt if daemon (Bug#11674).
11732 (desktop-path): Remove . from the default value (Bug#10977).
11733 (desktop-read): Use user-emacs-directory if desktop-path is nil.
11734
11735 2012-06-20 Chong Yidong <cyd@gnu.org>
11736
11737 * term.el (term-send-raw-meta): Make C-M-<char> keys work (Bug#8172).
11738
11739 2012-06-20 David Röthlisberger <david@rothlis.net> (tiny change)
11740
11741 * ido.el (ido-switch-buffer, ido-find-file): Fix up doc of C-j
11742 (bug#11201).
11743
11744 2012-06-20 Chong Yidong <cyd@gnu.org>
11745
11746 * term.el (term-window-width): Handle the case of a missing right
11747 fringe (Bug#8837).
11748 (term-check-size): Use window-text-height (Bug#5445).
11749 (term-mode): Use define-derived-mode. Minor cleanups.
11750 Set font-lock-defaults (Bug#7692).
11751 (term-move-columns, term-insert-char, term-emulate-terminal)
11752 (term-erase-in-line, term-insert-spaces): Use font-lock-face.
11753
11754 2012-06-20 Michael Albinus <michael.albinus@gmx.de>
11755
11756 * net/ange-ftp.el (ange-ftp-get-passwd):
11757 Bind `enable-recursive-minibuffers'.
11758 (ange-ftp-get-process): Throw if `non-essential' is non-nil.
11759
11760 2012-06-19 David Röthlisberger <david@rothlis.net> (tiny change)
11761
11762 * ido.el (ido-find-file): Mention C-d binding in docstring (bug#11244).
11763
11764 2012-06-19 Glenn Morris <rgm@gnu.org>
11765
11766 * progmodes/python.el (python-mode): Derive from prog-mode.
11767
11768 2012-06-19 Kevin Gallagher <Kevin.Gallagher@boeing.com>
11769
11770 * emulation/edt.el (edt-default-menu-bar-update-buffers)
11771 (edt-user-menu-bar-update-buffers): New functions.
11772 (edt-default-emulation-setup, edt-user-emulation-setup): Use them.
11773
11774 2012-06-19 Chong Yidong <cyd@gnu.org>
11775
11776 * subr.el (with-selected-window): Preserve the selected window's
11777 terminal's top-frame (Bug#4702).
11778
11779 * window.el (save-selected-window): Likewise.
11780
11781 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
11782
11783 * progmodes/python.el (python-rx-constituents): Move backquote.
11784 (python-skeleton-define, python-define-auxiliary-skeleton):
11785 Use `declare'.
11786
11787 2012-06-18 Michael Albinus <michael.albinus@gmx.de>
11788
11789 * minibuffer.el (read-file-name-default): Revert the patch from
11790 2012-06-17.
11791
11792 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
11793
11794 * emacs-lisp/pcase.el (pcase--expand): Warn for unused pattern.
11795 (pcase--u1, pcase--q1): Don't use apply-partially.
11796
11797 2012-06-18 Glenn Morris <rgm@gnu.org>
11798
11799 * progmodes/python.el (python-proc, python-buffer)
11800 (python-send-receive, python-send-string): Fix obsolete versions.
11801
11802 2012-06-18 Martin Rudalics <rudalics@gmx.at>
11803
11804 * window.el (special-display-p): Completely remove stringp
11805 check. Suggested by Andreas Schwab <schwab@linux-m68k.org>.
11806
11807 2012-06-17 Michael Albinus <michael.albinus@gmx.de>
11808
11809 * minibuffer.el (read-file-name-default): Bind `non-essential' to `t'.
11810
11811 * net/tramp.el (tramp-file-name-handler): Catch 'non-essential.
11812
11813 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-start-process):
11814 * net/tramp-sh.el (tramp-maybe-open-connection):
11815 Throw if `non-essential' is non-nil.
11816
11817 2012-06-17 Martin Rudalics <rudalics@gmx.at>
11818
11819 * window.el (special-display-p): Signal an error if BUFFER-NAME
11820 is not a string (Bug#11713).
11821
11822 2012-06-17 Paul Eggert <eggert@cs.ucla.edu>
11823
11824 * progmodes/python.el (python-info-beginning-of-backslash):
11825 Rename from python-info-beginning-of-backlash, as a spelling fix.
11826
11827 2012-06-17 Chong Yidong <cyd@gnu.org>
11828
11829 * term.el (term-emulate-terminal): If term-check-size is called,
11830 move point to the process mark without resetting point (Bug#4635).
11831
11832 2012-06-17 Glenn Morris <rgm@gnu.org>
11833
11834 * international/mule-cmds.el (mule-menu-keymap)
11835 (set-language-environment, set-locale-environment): Doc tweaks.
11836
11837 2012-06-16 Aurelien Aptel <aurelien.aptel@gmail.com>
11838
11839 * cus-face.el (custom-face-attributes): Add wave-style underline
11840 attribute.
11841 * faces.el (set-face-attribute): Update docstring to describe
11842 wave-style underline attribute.
11843
11844 2012-06-16 Chong Yidong <cyd@gnu.org>
11845
11846 * term/xterm.el (terminal-init-xterm): Discard input before
11847 querying background mode (Bug#10959).
11848
11849 2012-06-16 Stefan Merten <smerten@oekonux.de>
11850
11851 * textmodes/rst.el: Added and corrected some comments.
11852 (rst-re-alist-def): Improve symbol syntax.
11853 (rst-mode-syntax-table): Correct syntax entries.
11854 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
11855 (rst-official-version, rst-official-cvs-rev): Update version
11856 information.
11857
11858 2012-06-15 Juanma Barranquero <lekktu@gmail.com>
11859
11860 * makefile.w32-in (COMPILE_FIRST): Synch with makefile.in changes
11861 in 2008-06-22T13:57:28Z!monnier@iro.umontreal.ca.
11862
11863 2012-06-15 Fabián Ezequiel Gallina <fgallina@cuca>
11864
11865 * progmodes/python.el: New python.el merge.
11866 (python-guess-indent): Obsolete var.
11867 (python-indent-guess-indent-offset): New defcustom.
11868 (python-indent): Obsolete var.
11869 (python-indent-offset): New defcustom.
11870 (python-python-command, python-jython-command): Delete var.
11871 (python-shell-interpreter): New defcustom.
11872 (python-pdbtrack-do-tracking-p): Delete var.
11873 (python-pdbtrack-activate): New defcustom.
11874 (python-use-skeletons): Obsolete var.
11875 (python-skeleton-autoinsert): New defcustom.
11876 (inferior-python-filter-regexp, python-continuation-offset)
11877 (python-honour-comment-indentation, python-indent-string-contents)
11878 (python-jython-packages, python-mode-hook)
11879 (python-pdbtrack-minor-mode-string, python-remove-cwd-from-path)
11880 (python-shell-prompt-alist)
11881 (python-source-modes): Delete defcustoms.
11882 (python-check-buffer-name, python-eldoc-setup-code)
11883 (python-eldoc-string-code, python-ffap-setup-code)
11884 (python-ffap-string-code, python-fill-comment-function)
11885 (python-fill-decorator-function, python-fill-paren-function)
11886 (python-fill-string-function, python-imenu-include-defun-type)
11887 (python-imenu-make-tree, python-imenu-subtree-root-label)
11888 (python-pdbtrack-stacktrace-info-regexp, python-shell-buffer-name)
11889 (python-shell-compilation-regexp-alist)
11890 (python-shell-completion-module-string-code)
11891 (python-shell-completion-pdb-string-code)
11892 (python-shell-completion-setup-code)
11893 (python-shell-completion-string-code)
11894 (python-shell-enable-font-lock, python-shell-exec-path)
11895 (python-shell-extra-pythonpaths)
11896 (python-shell-internal-buffer-name, python-shell-interpreter-args)
11897 (python-shell-process-environment)
11898 (python-shell-prompt-block-regexp)
11899 (python-shell-prompt-output-regexp)
11900 (python-shell-prompt-pdb-regexp, python-shell-prompt-regexp)
11901 (python-shell-send-setup-max-wait, python-shell-setup-codes)
11902 (python-shell-virtualenv-path): New defcustoms.
11903 (brm-menu, eldoc-documentation-function, inferior-python-mode-map)
11904 (inferior-python-mode-syntax-table, python--prompt-regexp)
11905 (python-buffer, python-command python-python-command)
11906 (python-default-template, python-imports, python-indent-index)
11907 (python-indent-list, python-indent-list-length)
11908 (python-mode-running, python-pdbtrack-is-tracking-p)
11909 (python-preoutput-continuation, python-preoutput-leftover)
11910 (python-preoutput-result, python-preoutput-skip-next-prompt)
11911 (python-prev-dir/file, python-recursing)
11912 (python-saved-check-command, python-version-checked)
11913 (python-which-func-length-limit)
11914 (view-return-to-alist): Delete vars.
11915 (python-check-custom-command, python-dotty-syntax-table)
11916 (python-imenu-index-alist, python-indent-current-level)
11917 (python-indent-dedenters, python-indent-levels)
11918 (python-nav-beginning-of-defun-regexp)
11919 (python-nav-list-defun-positions-cache)
11920 (python-pdbtrack-buffers-to-kill, python-pdbtrack-tracked-buffer)
11921 (python-shell-internal-buffer)
11922 (python-skeleton-available): New vars.
11923 (def-python-skeleton): Delete macro.
11924 (python-skeleton-define): New macro.
11925 (python-define-auxiliary-skeleton, python-rx): New macros.
11926 (python-insert-class): Delete command.
11927 (python-skeleton-class): New command.
11928 (python-insert-def): Delete command.
11929 (python-skeleton-def): New command.
11930 (python-insert-for): Delete command.
11931 (python-skeleton-for): New command.
11932 (python-insert-if): Delete command.
11933 (python-skeleton-if): New command.
11934 (python-insert-try/except, python-insert-try/finally): Delete commands.
11935 (python-skeleton-try): New command.
11936 (python-insert-while): Delete command.
11937 (python-skeleton-while): New command.
11938 (python-backspace): Delete command.
11939 (python-indent-dedent-line-backspace): New command.
11940 (python-electric-colon): Delete command.
11941 (python-indent-electric-colon): New command.
11942 (python-guess-indent): Delete command.
11943 (python-indent-guess-indent-offset): New command.
11944 (python-shift-left): Delete command.
11945 (python-indent-shift-left): New command.
11946 (python-shift-right): Delete command.
11947 (python-indent-shift-right): New command.
11948 (python-find-function): Delete command.
11949 (python-nav-jump-to-defun): New command.
11950 (python-next-statement): Delete command.
11951 (python-nav-forward-sentence): New command.
11952 (python-previous-statement): Delete command.
11953 (python-nav-backward-sentence): New command.
11954 (python-fill-paragraph): Delete command.
11955 (python-fill-paragraph-function): New command.
11956 (python-send-buffer): Delete command.
11957 (python-shell-send-buffer): New command.
11958 (python-send-defun): Delete command.
11959 (python-shell-send-defun): New command.
11960 (python-send-region, python-send-region-and-go): Delete commands.
11961 (python-shell-send-region)
11962 (python-shell-switch-to-shell): New commands.
11963 (python-send-string): Delete command.
11964 (python-shell-send-string): New command.
11965 (python-switch-to-python): Delete command.
11966 (python-shell-switch-to-shell): New command.
11967 (python-describe-symbol): Delete command.
11968 (python-eldoc-at-point): New command.
11969 (python--set-prompt-regexp, python-args-to-list)
11970 (python-after-info-look, python-check-version)
11971 (python-check-comint-prompt, python-find-imports)
11972 (python-execute-file, turn-off-pdbtrack, turn-on-pdbtrack)
11973 (python-unload-function, python-expand-template)
11974 (python-maybe-jython, python-preoutput-filter)
11975 (python-pdbtrack-get-source-buffer)
11976 (python-pdbtrack-grub-for-buffer, python-pdbtrack-overlay-arrow)
11977 (python-pdbtrack-toggle-stack-tracking)
11978 (python-pdbtrack-track-stack-file, python-initial-text)
11979 (python-first-word, python-comment-line-p, python-send-command)
11980 (python-setup-brm, python-sentinel, python-set-proc)
11981 (python-skip-out, python-input-filter, python-outdent-p)
11982 (python-outline-level, python-backslash-continuation-line-p)
11983 (python-end-of-block, python-end-of-statement, python-mark-block)
11984 (python-beginning-of-block, python-beginning-of-statement)
11985 (python-blank-line-p, python-beginning-of-string)
11986 (python-open-block-statement-p): Delete functions.
11987 (python-indent-line, python-indent-line-1): Delete functions.
11988 (python-indent-line): New function.
11989 (python-indentation-levels): Delete function.
11990 (python-indent-calculate-levels): New function.
11991 (python-proc): Delete function.
11992 (python-shell-get-process): New function.
11993 (python-send-receive): Delete function.
11994 (python-shell-send-string-no-output): New function.
11995 (python-module-path): Delete function.
11996 (python-ffap-module-path): New function.
11997 (python-completion-at-point)
11998 (python-symbol-completions): Delete functions.
11999 (python-completion-complete-at-point): New function.
12000 (python-load-file): Delete function.
12001 (python-shell-send-file): New function.
12002 (python-calculate-indentation): Delete function.
12003 (python-indent-calculate-indentation): New function.
12004 (python-skip-comments/blanks): Delete function.
12005 (python-util-forward-comment): New function.
12006 (python-continuation-line-p): Delete function.
12007 (python-info-continuation-line-p): New function.
12008 (python-which-func, python-current-defun): Delete function.
12009 (python-info-current-defun): New function.
12010 (python-beginning-of-defun): Delete function.
12011 (python-nav-beginning-of-defun): New function.
12012 (python-close-block-statement-p)
12013 (python-block-end-p): Delete function.
12014 (python-info-closing-block): New function.
12015 (python-comint-output-filter-function)
12016 (python-eldoc--get-doc-at-point, python-end-of-defun-function)
12017 (python-fill-comment, python-fill-decorator, python-fill-paren)
12018 (python-fill-string, python-imenu-make-element-tree)
12019 (python-imenu-make-tree, python-imenu-tree-assoc)
12020 (python-indent-context, python-indent-dedent-line)
12021 (python-indent-line-function)
12022 (python-indent-post-self-insert-function)
12023 (python-indent-toggle-levels)
12024 (python-info-assignment-continuation-line-p)
12025 (python-info-beginning-of-backlash)
12026 (python-info-block-continuation-line-p)
12027 (python-info-closing-block-message)
12028 (python-info-line-ends-backslash-p)
12029 (python-info-looking-at-beginning-of-defun)
12030 (python-info-ppss-context, python-info-ppss-context-type)
12031 (python-nav-list-defun-positions, python-nav-read-defun)
12032 (python-nav-sentence-end, python-nav-sentence-start)
12033 (python-pdbtrack-comint-output-filter-function)
12034 (python-pdbtrack-set-tracked-buffer)
12035 (python-shell-calculate-exec-path)
12036 (python-shell-calculate-process-environment)
12037 (python-shell-completion--do-completion-at-point)
12038 (python-shell-completion--get-completions)
12039 (python-shell-completion-complete-at-point)
12040 (python-shell-completion-complete-or-indent)
12041 (python-shell-get-or-create-process)
12042 (python-shell-get-process-name)
12043 (python-shell-internal-get-or-create-process)
12044 (python-shell-internal-get-process-name)
12045 (python-shell-internal-send-string, python-shell-make-comint)
12046 (python-shell-parse-command, python-shell-send-setup-code)
12047 (python-skeleton-add-menu-items)
12048 (python-util-clone-local-variables, python-util-position)
12049 (run-python-internal, python-indentation-levels)
12050 (python-nav-beginning-of-defun)
12051 (python-completion-complete-at-point): New functions.
12052 (run-python): Change arguments. New API requirements.
12053
12054 2012-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
12055
12056 * emacs-lisp/cl-lib.el (cl--defsubst-expand): Autoload inliner
12057 (bug#11649).
12058
12059 * emacs-lisp/macroexp.el (macroexp--compiler-macro): New function.
12060 (macroexp--expand-all): Use it.
12061
12062 * emacs-lisp/cl-macs.el (cl--transform-function-property): Remove.
12063 (cl-define-setf-expander, cl-deftype, cl-define-compiler-macro):
12064 Use `cl-function' instead.
12065
12066 2012-06-14 Juanma Barranquero <lekktu@gmail.com>
12067
12068 * makefile.w32-in (COMPILE_FIRST): Remove subr.el.
12069 Suggested by Stefan Monnier while discussing bug#11657.
12070
12071 2012-06-14 Sam Steingold <sds@gnu.org>
12072
12073 * files.el (abort-if-file-too-large): Use `file-size-human-readable'.
12074
12075 2012-06-14 Andreas Schwab <schwab@linux-m68k.org>
12076
12077 * play/doctor.el (doctor-doc): Remove parameter and use
12078 doctor-sent instead of sent.
12079 (doctor-read-print): Use doctor-sent instead of sent. (Bug#11708)
12080
12081 2012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
12082
12083 * files.el: Require cl-lib.
12084 (file-name-non-special): Replace case -> cl-case.
12085
12086 * emacs-lisp/cl-macs.el (cl-defstruct): Don't add print-func.
12087
12088 * emacs-lisp/edebug.el (edebug-read-function): Remove old incorrect
12089 mapping from #' to function*.
12090
12091 2012-06-13 Chong Yidong <cyd@gnu.org>
12092
12093 * mouse.el (mouse-drag-track): Do not set the mark if the user
12094 releases the mouse without selecting anything (Bug#11588).
12095
12096 2012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
12097
12098 * textmodes/tex-mode.el (latex-indent): Recognize tex-verbatim at EOB
12099 as well (bug#11646).
12100
12101 * loadup.el: Count byte-code functions as well.
12102
12103 * emacs-lisp/byte-opt.el (featurep): Move compiler-macro...
12104 * emacs-lisp/bytecomp.el (featurep): ...here (bug#11692).
12105
12106 * emacs-lisp/autoload.el (make-autoload): Accept nil doc-string-elt
12107 (bug#11649). Add cl-defun and cl-defmacro.
12108
12109 2012-06-13 Drew Adams <drew.adams@oracle.com>
12110
12111 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
12112 Fix last change.
12113
12114 2012-06-13 Michael Albinus <michael.albinus@gmx.de>
12115
12116 * net/dbus.el (dbus-call-method): Use timeout for `read-event'.
12117 Otherwise, it blocks in batch mode.
12118
12119 2012-06-13 Juanma Barranquero <lekktu@gmail.com>
12120
12121 * help-mode.el (bookmark-make-record-default): Declare.
12122
12123 2012-06-13 Chong Yidong <cyd@gnu.org>
12124
12125 * emacs-lisp/package.el (list-packages): Compute a list of
12126 packages that are newly-available since the last list-packages
12127 invocation.
12128 (package-menu--new-package-list): New var.
12129 (package-menu--generate, package-menu--print-info)
12130 (package-menu--status-predicate, package-menu-mark-install):
12131 Handle new status label "new".
12132
12133 2012-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
12134
12135 * emacs-lisp/cl-macs.el (cl-remf): Fix error in recent
12136 conversion to backquotes.
12137
12138 2012-06-12 Chong Yidong <cyd@gnu.org>
12139
12140 * emacs-lisp/edebug.el (edebug-inhibit-emacs-lisp-mode-bindings):
12141 Rename from gud-inhibit-global-bindings.
12142
12143 * emacs-lisp/eieio.el (eieio-pre-method-execution-hooks): Doc fix.
12144
12145 * nxml/nxml-glyph.el (nxml-glyph-set-functions): Rename abnormal
12146 hook from nxml-glyph-set-hook.
12147
12148 * progmodes/cwarn.el (cwarn-mode): Remove redundant variable
12149 declaration.
12150
12151 * progmodes/pascal.el (pascal-toggle-completions): Doc fix.
12152
12153 * textmodes/bibtex.el (bibtex-string-file-path, bibtex-file-path):
12154 Convert to defcustom.
12155
12156 2012-06-12 Drew Adams <drew.adams@oracle.com>
12157
12158 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
12159 New functions.
12160 (help-mode): Use them.
12161
12162 2012-06-11 Glenn Morris <rgm@gnu.org>
12163
12164 * progmodes/fortran.el (fortran-font-lock-keywords-3):
12165 Use preprocessor face for directives.
12166 (fortran-directive-re): Doc fix.
12167
12168 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
12169
12170 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Fix error in recent
12171 conversion to backquotes (bug#11652).
12172
12173 Fix compiler-expansion of CL's cXXr functions (bug#11673).
12174 * emacs-lisp/cl-lib.el (cl--defalias): New function.
12175 (cl-values, cl-values-list, cl-copy-seq, cl-svref, cl-first)
12176 (cl-second, cl-rest, cl-endp, cl-third, cl-fourth): Use it.
12177 (cl-plusp, cl-minusp, cl-fifth, cl-sixth, cl-seventh, cl-eighth)
12178 (cl-ninth, cl-tenth): Mark them as inlinable.
12179 (cl-caaar, cl-caadr, cl-cadar, cl-caddr, cl-cdaar, cl-cdadr)
12180 (cl-cddar, cl-cdddr, cl-caaaar, cl-caaadr, cl-caadar, cl-caaddr)
12181 (cl-cadaar, cl-cadadr, cl-caddar, cl-cadddr, cl-cdaaar, cl-cdaadr)
12182 (cl-cdadar, cl-cdaddr, cl-cddaar, cl-cddadr, cl-cdddar, cl-cddddr):
12183 Add a compiler-macro declaration to use cl--compiler-macro-cXXr.
12184 (cl-list*, cl-adjoin): Don't put an autoload manually.
12185 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin)
12186 (cl--compiler-macro-list*): Add autoload cookie.
12187 (cl--compiler-macro-cXXr): New function.
12188
12189 * help-fns.el (help-fns--compiler-macro): New function extracted from
12190 describe-function-1; follow aliases and use `compiler-macro' property.
12191 (describe-function-1): Use it.
12192
12193 2012-06-11 Chong Yidong <cyd@gnu.org>
12194
12195 * startup.el (fancy-splash-head): Use splash.svg even if librsvg
12196 is uninstalled, if imagemagick is installed.
12197
12198 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
12199
12200 * emacs-lisp/cl-lib.el: Use lexical-binding.
12201 (cl-map-extents, cl-maclisp-member): Remove.
12202 (cl--set-elt, cl--set-nthcdr, cl--set-buffer-substring)
12203 (cl--set-substring, cl--block-wrapper, cl--block-throw)
12204 (cl--compiling-file, cl--mapcar-many, cl--do-subst): Use "cl--" prefix.
12205 * emacs-lisp/cl-extra.el: Use lexical-binding.
12206 (cl--mapcar-many, cl--map-keymap-recursively, cl--map-intervals)
12207 (cl--map-overlays, cl--set-frame-visible-p, cl--progv-save)
12208 (cl--progv-before, cl--progv-after, cl--finite-do, cl--set-getf)
12209 (cl--do-remf, cl--do-prettyprint): Use "cl--" prefix.
12210 * emacs-lisp/cl-seq.el: Use lexical-binding.
12211 (cl--parsing-keywords, cl--check-key, cl--check-test-nokey)
12212 (cl--check-test, cl--check-match): Use "cl--" prefix and backquotes.
12213 (cl--alist, cl--sublis-rec, cl--nsublis-rec, cl--tree-equal-rec):
12214 * emacs-lisp/cl-macs.el (cl--lambda-list-keywords): Use "cl--" prefix.
12215 * edmacro.el (edmacro-mismatch): Simplify to remove dependence on
12216 CL's internals.
12217
12218 2012-06-11 Michael Albinus <michael.albinus@gmx.de>
12219
12220 Sync with Tramp 2.2.6-pre.
12221
12222 * net/tramp-cache.el (tramp-dump-connection-properties): Let-bind
12223 `print-length' and `print-level' to nil, in order to avoid
12224 truncation. Reported by Christopher Schmidt
12225 <christopher@ristopher.com>.
12226
12227 * net/tramp-cmds.el (tramp-cleanup-connection): Delete also process.
12228
12229 * net/tramp-compat.el (tramp-compat-condition-case-unless-debug):
12230 New defmacro.
12231 (tramp-compat-copy-directory): Add optional argument
12232 COPY-CONTENTS. It is not handled yet.
12233
12234 * net/tramp-ftp.el (tramp-disable-ange-ftp): Fix docstring.
12235 (tramp-ftp-file-name-p): Simplify.
12236
12237 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name):
12238 * net/tramp-gw.el (tramp-gw-open-connection): Add hop to
12239 connection vector.
12240
12241 * net/tramp-sh.el (tramp-copy-size-limit): Fix docstring.
12242 (tramp-methods): Do not use `tramp-password-end-of-line'.
12243 (tramp-completion-function-alist-putty): Handle UNIX case.
12244 (tramp-remote-path): Add "/opt/bin", "/opt/sbin" and "/opt/local/bin".
12245 (tramp-do-file-attributes-with-stat)
12246 (tramp-do-directory-files-and-attributes-with-stat) Return uid and
12247 gid as real numbers. They could run out of integer range on cygwin.
12248 (tramp-do-copy-or-rename-file-out-of-band): Better trace format.
12249 (tramp-sh-handle-expand-file-name): Handle hops.
12250 (tramp-open-connection-setup-interactive-shell):
12251 Use `tramp-cleanup'. Move check for busyboxes ...
12252 (tramp-find-shell): ... here. Simplify implementation.
12253 Set "remote-shell" property also for alternative shells.
12254 (tramp-remote-coding-commands): Check "test -c /dev/stdout".
12255 If failing, a regular file would be written otherwise.
12256 Reported by Dmitry Kurochkin <dmitry.kurochkin@gmail.com>.
12257 (tramp-find-inline-encoding): Cache the coding commands in the
12258 process cache. Apply test command on the remote side, if defined.
12259 (tramp-find-inline-compress): Cache the compress commands in the
12260 process cache.
12261 (tramp-compute-multi-hops): Save `tramp-default-proxies-alist'
12262 when requested. Handle hops.
12263 (tramp-current-connection): New defvar.
12264 (tramp-maybe-open-connection): Use `tramp-cleanup'.
12265 Throw `suppress', if there was a failed connection shortly before.
12266 Handle user interrupt. (Bug#10187)
12267 (tramp-get-inline-compress, tramp-get-inline-coding):
12268 Read connection properties from the process cache.
12269
12270 * net/tramp-smb.el (tramp-smb-server-version)
12271 (tramp-smb-wrong-passwd-regexp, tramp-smb-actions-with-tar):
12272 New defconsts.
12273 (tramp-smb-prompt): Extend for powershell prompt.
12274 (tramp-smb-file-name-handler-alist): Add handlers for
12275 `process-file', `shell-command' and `start-file-process'.
12276 (tramp-smb-winexe-program, tramp-smb-winexe-shell-command)
12277 (tramp-smb-winexe-shell-command-switch): New defcustoms.
12278 (tramp-smb-file-name-p): Simplify.
12279 (tramp-smb-action-with-tar, tramp-smb-handle-process-file)
12280 (tramp-smb-kill-winexe-function, tramp-smb-call-winexe)
12281 (tramp-smb-shell-quote-argument): New defuns.
12282 (tramp-smb-handle-copy-directory): Add COPY-CONTENTS argument.
12283 Implement using "tar". By this, time-stamps are preserved.
12284 (tramp-smb-handle-copy-file): Handle also the case of directories.
12285 (tramp-smb-do-file-attributes-with-stat)
12286 (tramp-smb-get-file-entries, tramp-smb-get-cifs-capabilities):
12287 Use `tramp-get-connection-buffer').
12288 (tramp-smb-handle-rename-file): Use "rename", when source and
12289 target are on the same share.
12290 (tramp-smb-maybe-open-connection): Handle wrong passwords.
12291 Use `tramp-smb-server-version'.
12292 (tramp-smb-wait-for-output): Remove prompt.
12293
12294 * net/tramp.el (top): Require 'cl.
12295 (tramp-methods, tramp-rsh-end-of-line):
12296 Remove `tramp-password-end-of-line' from docstring.
12297 (tramp-save-ad-hoc-proxies): New defcustom.
12298 (tramp-completion-function-alist): Adapt docstring.
12299 (tramp-default-password-end-of-line): Remove defcustom.
12300 (tramp-shell-prompt-pattern): Allow "[]" style prompts. (Bug#11065)
12301 (tramp-user-regexp, tramp-file-name-regexp-unified)
12302 (tramp-file-name-regexp-url): Extend regexp by hop separator.
12303 (tramp-postfix-hop-format, tramp-postfix-hop-regexp)
12304 (tramp-remote-file-name-spec-regexp): New defconst.
12305 (tramp-file-name-structure): Extend structure for hops.
12306 (tramp-get-method-parameter): Move up.
12307 (tramp-file-name-p, tramp-dissect-file-name)
12308 (with-parsed-tramp-file-name): Handle hops.
12309 (tramp-file-name-hop): New defun.
12310 (tramp-make-tramp-file-name): New optional arg HOP.
12311 (tramp-message-show-progress-reporter-message): New defvar.
12312 (tramp-with-progress-reporter): Use it. We cannot use
12313 `tramp-message-show-message' here, because this suppresses also
12314 error buffers.
12315 (tramp-error-with-buffer): Suppress buffer view, if
12316 `tramp-message-show-message' is nil.
12317 Use `tramp-get-connection-buffer'.
12318 (tramp-cleanup): New defun.
12319 (tramp-rfn-eshadow-update-overlay): Let-bind `non-essential' to `t'.
12320 (tramp-file-name-handler): If `debug-on-error' is set, propagate
12321 an error unchanged.
12322 (tramp-completion-handle-file-name-all-completions): Handle hops.
12323 Fix an error when called from ido.
12324 (tramp-completion-dissect-file-name): Use better local variable
12325 name. Add hop to the vector.
12326 (tramp-handle-insert-file-contents): Use progress-reporter for the
12327 whole scenario.
12328 (tramp-action-password): Let-bind `enable-recursive-minibuffers'
12329 to `t'.
12330 (tramp-check-for-regexp): Simplify search.
12331 (tramp-enter-password): Remove it. Move implementation ...
12332 (tramp-action-password): ... here.
12333 (tramp-mode-string-to-int, tramp-local-host-p)
12334 (tramp-make-tramp-temp-file, tramp-read-passwd)
12335 (tramp-clear-passwd, tramp-time-less-p, tramp-time-diff):
12336 Set tramp-autoload cookie.
12337
12338 * net/trampver.el: Update release number.
12339
12340 2012-06-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
12341 Michael Albinus <michael.albinus@gmx.de>
12342
12343 * net/tramp.el (tramp-set-completion-function): Fix docstring.
12344 (tramp-parse-group, tramp-parse-file)
12345 (tramp-parse-shostkeys-sknownhosts): New defuns.
12346 (tramp-parse-rhosts, tramp-parse-rhosts-group, tramp-parse-shosts)
12347 (tramp-parse-shosts-group, tramp-parse-sconfig)
12348 (tramp-parse-sconfig-group, tramp-parse-shostkeys)
12349 (tramp-parse-sknownhosts, tramp-parse-hosts)
12350 (tramp-parse-hosts-group, tramp-parse-passwd, tramp-parse-netrc):
12351 Use them.
12352 (tramp-parse-passwd-group, tramp-parse-netrc-group)
12353 (tramp-parse-putty-group): Don't narrow.
12354 (tramp-parse-putty): Make a loop.
12355 (tramp-file-name-handler): Catch the `suppress' signal.
12356
12357 2012-06-11 Chong Yidong <cyd@gnu.org>
12358
12359 * image.el (imagemagick-register-types): Put the ImageMagick entry
12360 at the end of image-type-file-name-regexps.
12361
12362 2012-06-11 Johan Bockgård <bojohan@gnu.org>
12363
12364 * emacs-lisp/pcase.el (pcase-UPAT, pcase-QPAT): New edebug specs.
12365 (pcase, pcase-let*, pcase-dolist): Use them.
12366
12367 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
12368
12369 * emacs-lisp/pcase.el (pcase--let*): New function.
12370 (pcase-let*): Use it. Use pcase--memoize to avoid repeated expansions.
12371 (pcase--expand): Use macroexp-let².
12372
12373 2012-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
12374
12375 * emacs-lisp/timer.el, emacs-lisp/syntax.el, emacs-lisp/smie.el:
12376 * emacs-lisp/ewoc.el, emacs-lisp/cconv.el, emacs-lisp/bytecomp.el:
12377 * emacs-lisp/byte-opt.el, emacs-lisp/autoload.el: Convert to cl-lib.
12378 * emacs-lisp/easymenu.el, emacs-lisp/easy-mmode.el:
12379 * emacs-lisp/derived.el: Use pcase instead of `cl'.
12380 * emacs-lisp/cl-lib.el: Get rid of special cl-macs auto load.
12381
12382 2012-06-10 Glenn Morris <rgm@gnu.org>
12383
12384 * mail/rmail.el (rmail-yank-current-message): Leave point at
12385 correct position. (Bug#11660)
12386
12387 2012-06-10 Chong Yidong <cyd@gnu.org>
12388
12389 * allout-widgets.el: Fix code header.
12390
12391 2012-06-10 Chong Yidong <cyd@gnu.org>
12392
12393 * cus-edit.el (customize-changed-options-previous-release):
12394 Bump to 24.1.
12395
12396 2012-06-09 Andreas Schwab <schwab@linux-m68k.org>
12397
12398 * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200.
12399
12400 2012-06-09 Chong Yidong <cyd@gnu.org>
12401
12402 * ebuff-menu.el (electric-buffer-list): Preserve header line.
12403
12404 2012-06-09 Martin Rudalics <rudalics@gmx.at>
12405
12406 * window.el (special-display-popup-frame): Don't use
12407 window--display-buffer (Bug#11651).
12408
12409 2012-06-09 Eli Zaretskii <eliz@gnu.org>
12410
12411 Fix parallel builds: make sure loaddefs.el is not being written
12412 while Lisp files are compiled.
12413 (compile): Don't depend on 'mh-autoloads'.
12414 (compile-CMD, compile-SH): Depend on 'autoloads'.
12415 (bootstrap): Don't depend on 'autoloads' and 'mh-autoloads'.
12416
12417 * makefile.w32-in (BIG_STACK_DEPTH): Enlarge to 2200. (Bug#11649)
12418
12419 2012-06-09 Chong Yidong <cyd@gnu.org>
12420
12421 * face-remap.el (face-remap-add-relative, face-remap-set-base)
12422 (buffer-face-set, buffer-face-toggle, buffer-face-mode-invoke):
12423 Doc fixes (Bug#11225).
12424
12425 2012-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
12426
12427 * emacs-lisp/macroexp.el (macroexp--expand-all): Only autoload
12428 a function if there's a clear indication that it has a compiler-macro.
12429 * emacs-lisp/byte-run.el (defun-declarations-alist, defmacro, defun)
12430 (macro-declarations-alist): Add arglist to declaration functions.
12431 (defun-declarations-alist): Add `obsolete' and `compiler-macro'.
12432 * emacs-lisp/cl-seq.el (cl-member, cl-assoc):
12433 * emacs-lisp/cl-lib.el (cl-list*, cl-adjoin):
12434 * emacs-lisp/cl-extra.el (cl-get): Use the new `declare' statement.
12435 Also add autoload to find the compiler macro.
12436 * emacs-lisp/cl-macs.el (eql) [compiler-macro]: Remove.
12437 (cl--compiler-macro-member, cl--compiler-macro-assoc)
12438 (cl--compiler-macro-adjoin, cl--compiler-macro-list*)
12439 (cl--compiler-macro-get): New functions, replacing calls to
12440 cl-define-compiler-macro.
12441 (cl-typep) [compiler-macro]: Use macroexp-let².
12442
12443 2012-06-08 Nick Dokos <nicholas.dokos@hp.com> (tiny change)
12444
12445 * calendar/icalendar.el (icalendar--parse-vtimezone): Import TZID
12446 string properly, fixes Bug#11473.
12447
12448 2012-06-08 Chong Yidong <cyd@gnu.org>
12449
12450 * faces.el (set-face-attribute): Doc fix.
12451 (modify-face): Don't use :bold and :italic.
12452 (error, warning, success): Tweak definitions.
12453
12454 * cus-edit.el (custom-modified, custom-invalid, custom-rogue)
12455 (custom-modified, custom-set, custom-changed, custom-themed)
12456 (custom-saved, custom-button, custom-button-mouse)
12457 (custom-button-pressed, custom-state, custom-comment-tag)
12458 (custom-variable-tag, custom-group-tag-1, custom-group-tag)
12459 (custom-group-subtitle): Use new-style face specs.
12460 (custom-invalid-face, custom-rogue-face, custom-modified-face)
12461 (custom-set-face, custom-changed-face, custom-saved-face)
12462 (custom-button-face, custom-button-pressed-face)
12463 (custom-documentation-face, custom-state-face)
12464 (custom-comment-face, custom-comment-tag-face)
12465 (custom-variable-tag-face, custom-variable-button-face)
12466 (custom-face-tag-face, custom-group-tag-face-1)
12467 (custom-group-tag-face): Remove obsolete face alias.
12468
12469 * epa.el (epa-validity-high, epa-validity-medium)
12470 (epa-validity-low, epa-mark, epa-field-name, epa-string)
12471 (epa-field-name, epa-field-body):
12472 * font-lock.el (font-lock-comment-face, font-lock-string-face)
12473 (font-lock-keyword-face, font-lock-builtin-face)
12474 (font-lock-function-name-face, font-lock-variable-name-face)
12475 (font-lock-type-face, font-lock-constant-face):
12476 * ido.el (ido-first-match, ido-only-match, ido-subdir)
12477 (ido-virtual, ido-indicator, ido-incomplete-regexp):
12478 * speedbar.el (speedbar-button-face, speedbar-file-face)
12479 (speedbar-directory-face, speedbar-tag-face)
12480 (speedbar-selected-face, speedbar-highlight-face)
12481 (speedbar-separator-face):
12482 * whitespace.el (whitespace-newline, whitespace-space)
12483 (whitespace-hspace, whitespace-tab, whitespace-trailing)
12484 (whitespace-line, whitespace-space-before-tab)
12485 (whitespace-space-after-tab, whitespace-indentation)
12486 (whitespace-empty):
12487 * emulation/cua-base.el (cua-global-mark):
12488 * eshell/em-prompt.el (eshell-prompt):
12489 * net/newst-plainview.el (newsticker-new-item-face)
12490 (newsticker-old-item-face, newsticker-immortal-item-face)
12491 (newsticker-obsolete-item-face, newsticker-date-face)
12492 (newsticker-statistics-face, newsticker-default-face):
12493 * net/newst-reader.el (newsticker-feed-face)
12494 (newsticker-extra-face, newsticker-enclosure-face):
12495 * net/newst-treeview.el (newsticker-treeview-face)
12496 (newsticker-treeview-new-face, newsticker-treeview-old-face)
12497 (newsticker-treeview-immortal-face)
12498 (newsticker-treeview-obsolete-face)
12499 (newsticker-treeview-selection-face):
12500 * net/rcirc.el (rcirc-my-nick, rcirc-other-nick)
12501 (rcirc-bright-nick, rcirc-server, rcirc-timestamp)
12502 (rcirc-nick-in-message, rcirc-nick-in-message-full-line)
12503 (rcirc-prompt, rcirc-track-keyword, rcirc-url, rcirc-keyword):
12504 * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
12505 (nxml-outline-active-indicator, nxml-outline-ellipsis):
12506 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
12507 (mpuz-text):
12508 * progmodes/vera-mode.el (vera-font-lock-number)
12509 (vera-font-lock-function, vera-font-lock-interface):
12510 * textmodes/table.el (table-cell): Use new-style face specs, and
12511 don't use the old :bold and :italic attributes.
12512
12513 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
12514 (ebrowse-member-attribute, ebrowse-default, ebrowse-file-name)
12515 (ebrowse-member-class, ebrowse-progress): Likewise.
12516 (ebrowse-tree-mark-face, ebrowse-root-class-face)
12517 (ebrowse-file-name-face, ebrowse-default-face)
12518 (ebrowse-member-attribute-face, ebrowse-member-class-face)
12519 (ebrowse-progress-face): Remove obsolete faces.
12520
12521 * progmodes/flymake.el (flymake-errline, flymake-warnline):
12522 Inherit from error and warning faces respectively.
12523
12524 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
12525 Likewise.
12526 (flyspell-incorrect-face, flyspell-duplicate-face):
12527 Remove obsolete aliases.
12528
12529 2012-06-08 Michael Albinus <michael.albinus@gmx.de>
12530
12531 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
12532 Avoid infloop.
12533
12534 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
12535
12536 * startup.el (argv, argi): Make lexically scoped.
12537 * emacs-lisp/float-sup.el (pi): Use internal-make-var-non-special.
12538 * emacs-lisp/cl-macs.el: Use lexical-binding.
12539 Rename cl-bind-* to cl--bind-*.
12540 * files.el: Don't require `cl' since it doesn't use it.
12541 * emacs-lisp/pcase.el, emacs-lisp/macroexp.el: Add coding cookie.
12542
12543 2012-06-08 Juanma Barranquero <lekktu@gmail.com>
12544
12545 * textmodes/texinfmt.el: Fix bug#11640 (reverts part of 2008-07-31T05:33:56Z!dann@ics.uci.edu).
12546 (texinfo-format-printindex): Use `texinfo-sort-region' in all platforms,
12547 instead of calling external sort utility.
12548 (texinfo-sort-region, texinfo-sort-startkeyfun): Restore functions.
12549
12550 2012-06-08 Eli Zaretskii <eliz@gnu.org>
12551
12552 * descr-text.el (describe-char): Mention how to insert the
12553 character, if the current input method doesn't support it.
12554 See the discussion in this thread for the details:
12555 http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00533.html.
12556
12557 2012-06-08 Sam Steingold <sds@gnu.org>
12558
12559 * bindings.el (global-map): Bind XF86Forward to next-buffer and
12560 XF86Back to previous-buffer.
12561 (minibuffer-local-map): Bind them to next-history-element and
12562 previous-history-element respectively.
12563 * help-mode.el (help-mode-map): Bind them to help-go-forward and
12564 help-go-back respectively.
12565 * info.el (Info-mode-map): Bind them to Info-history-forward and
12566 Info-history-back respectively.
12567 These are the keys next to Up on the ThinkPad keyboard.
12568
12569 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
12570
12571 Get rid of cl-lexical-let, keeping only lexical-let for compatibility.
12572 * emacs-lisp/cl-macs.el: Provide itself.
12573 (cl--labels-convert-cache): New var.
12574 (cl--labels-convert): New function.
12575 (cl-flet, cl-labels): New implementation with new semantics, relying on
12576 lexical-binding.
12577 * emacs-lisp/cl.el: Mark compatibility aliases as obsolete.
12578 (cl-closure-vars, cl--function-convert-cache)
12579 (cl--function-convert): Move from cl-macs.el.
12580 (lexical-let, lexical-let*, flet, labels): Move from cl-macs.el and
12581 rename by removing the "cl-" prefix.
12582 * emacs-lisp/macroexp.el (macroexp-unprogn): New function.
12583
12584 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
12585
12586 * emacs-lisp/cl.el (cl-macroexpand, cl-macro-environment)
12587 (cl-macroexpand-all, cl-not-hash-table, cl-builtin-gethash)
12588 (cl-builtin-remhash, cl-builtin-clrhash, cl-builtin-maphash)
12589 (cl-map-keymap, cl-copy-tree, cl-gethash, cl-puthash, cl-remhash)
12590 (cl-clrhash, cl-maphash, cl-make-hash-table, cl-hash-table-p)
12591 (cl-hash-table-count): Add old compatibility aliases.
12592
12593 * emacs-lisp/cl-macs.el (cl-macro-environment): Remove var.
12594 Use macroexpand-all-environment instead.
12595 (cl--old-macroexpand): New var.
12596 (cl--sm-macroexpand): New function.
12597 (cl-symbol-macrolet): Use it during macro expansion.
12598 (cl--function-convert-cache): New var.
12599 (cl--function-convert): New function, extracted from
12600 cl-macroexpand-all.
12601 (cl-lexical-let): Use it.
12602
12603 * emacs-lisp/cl-lib.el (cl-macro-environment): Remove decl.
12604 (cl-macroexpand): Move to cl-macs.el and rename to cl--sm-macroexpand.
12605 (cl-member): Remove old alias.
12606
12607 * emacs-lisp/cl-extra.el (cl-map-keymap, cl-copy-tree)
12608 (cl-not-hash-table, cl-builtin-gethash, cl-builtin-remhash)
12609 (cl-builtin-clrhash, cl-builtin-maphash, cl-gethash, cl-puthash)
12610 (cl-remhash, cl-clrhash, cl-maphash, cl-make-hash-table)
12611 (cl-hash-table-p, cl-hash-table-count): Move to cl.el.
12612 (cl-macroexpand-cmacs): Remove var.
12613 (cl-macroexpand-all, cl-macroexpand-body): Remove funs.
12614 Use macroexpand-all instead.
12615
12616 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
12617
12618 * emacs-lisp/macroexp.el (macroexp-progn, macroexp-let*, macroexp-if)
12619 (macroexp-let², macroexp--const-symbol-p, macroexp-const-p)
12620 (macroexp-copyable-p): New functions and macros.
12621 * emacs-lisp/edebug.el (edebug-unwrap):
12622 * emacs-lisp/disass.el (disassemble-internal): Use macroexp-progn.
12623 * emacs-lisp/pcase.el: Use macroexp-let*, macroexp-if, ...
12624 (pcase--let*): Remove.
12625 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p)
12626 (byte-compile-constp): Remove. Use macroexp--const-symbol-p and
12627 macroexp-const-p instead.
12628 * emacs-lisp/byte-opt.el: Use macroexp-const-p and macroexp-progn.
12629
12630 * emacs-lisp/cl-macs.el: Clean up the name space by using "cl--"
12631 instead of "cl-" for internal definitions. Use macroexp-const-p.
12632 (cl-old-bc-file-form): Remove var.
12633 (cl-const-exprs-p): Remove fun.
12634 (cl-labels, cl-macrolet): Use backquote.
12635 (cl-lexical-let): Use cl-symbol-macrolet. Don't use cl-defun-expander.
12636 (cl-defun-expander, cl-byte-compile-compiler-macro): Remove fun.
12637 (cl-define-setf-expander): Rename from cl-define-setf-method.
12638 * emacs-lisp/cl.el: Adjust alias for define-setf-method.
12639
12640 * international/mule-cmds.el: Don't require CL.
12641 (view-hello-file): Don't use `letf'.
12642
12643 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
12644
12645 * tmm.el (tmm-prompt): Use string-prefix-p.
12646 (tmm-completion-delete-prompt): Don't affect current-buffer outside.
12647 (tmm-add-prompt): Use minibuffer-completion-help.
12648 (tmm-delete-map): Remove.
12649
12650 * subr.el (kbd): Make it its own function.
12651
12652 2012-06-07 Stefan Merten <smerten@oekonux.de>
12653
12654 * textmodes/rst.el: Use `eval-when-compile' for requiring `cl.el'.
12655 Silence compiler warnings. Fix versions.
12656 (rst-position-if, rst-position, rst-some, rst-signum): New functions.
12657 (rst-shift-region, rst-adornment-level, rst-compute-tabs)
12658 (rst-indent-line, rst-shift-region, rst-forward-line): Use them.
12659 (rst-package-emacs-version-alist): Correct Emacs version to
12660 represent major merge with upstream.
12661 (rst-transition, rst-adornment, rst-compile-toolsets): Fix versions.
12662
12663 2012-06-06 Glenn Morris <rgm@gnu.org>
12664
12665 * mail/emacsbug.el (report-emacs-bug): Add relevant EMACS env-vars.
12666 Only print environment variables if set.
12667
12668 2012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
12669
12670 * emacs-lisp/macroexp.el: Don't require CL since we don't use it.
12671 (macroexp--cons): Rename from maybe-cons.
12672 (macroexp--accumulate): Rename from macroexp-accumulate.
12673 (macroexp--all-forms): Rename from macroexpand-all-forms.
12674 (macroexp--all-clauses): Rename from macroexpand-all-clauses.
12675 (macroexp--expand-all): Rename from macroexpand-all-1.
12676
12677 2012-06-06 Sam Steingold <sds@gnu.org>
12678
12679 * calendar/calendar.el (calendar-in-read-only-buffer):
12680 Call `special-mode' to enable the standard read-only keybindings.
12681
12682 2012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
12683
12684 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't spam the output
12685 with "loading" messages (bug#11635).
12686
12687 2012-06-06 Michael Albinus <michael.albinus@gmx.de>
12688
12689 * files.el (enable-remote-dir-locals): New option.
12690 (hack-dir-local-variables): Use it. (Bug#1933, Bug#6731)
12691
12692 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
12693 Ensure, that the temp directory is local.
12694
12695 * net/tramp-sh.el (tramp-sh-handle-write-region): Let-bind
12696 `temporary-file-directory'.
12697
12698 * progmodes/python.el (python-send-region): Ensure, that the
12699 temporary file is created also in the remote case.
12700
12701 2012-06-06 Glenn Morris <rgm@gnu.org>
12702
12703 * vc/vc-rcs.el (vc-rcs-rcs2log-program): New.
12704 (vc-rcs-update-changelog): Use it.
12705
12706 * emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff.
12707
12708 * vc/vc-sccs.el (vc-sccs-write-revision): New function.
12709 (vc-sccs-workfile-unchanged-p): Use vc-sccs-write-revision.
12710 (vc-sccs-diff): Replace use of the external vcdiff script.
12711
12712 2012-06-05 Glenn Morris <rgm@gnu.org>
12713
12714 * ledit.el: Move to obsolete/.
12715
12716 2012-06-05 Sam Steingold <sds@gnu.org>
12717
12718 * calendar/calendar.el (calendar-exit): Reinstate the 2012-03-28
12719 patch (Bug#11140).
12720
12721 2012-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
12722
12723 * emacs-lisp/cust-print.el: Move to obsolete.
12724
12725 * emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during
12726 compiler-macro expansion.
12727
12728 Add native compiler-macro support.
12729 * emacs-lisp/macroexp.el (macroexpand-all-1):
12730 Support compiler-macros directly. Properly follow aliases and apply
12731 the compiler macros more thoroughly.
12732 * emacs-lisp/cl.el: Don't copy compiler-macro properties any more since
12733 macroexpand now properly follows aliases.
12734 * emacs-lisp/cl-macs.el (toplevel, cl-define-compiler-macro)
12735 (cl-compiler-macroexpand): Use new prop.
12736 * emacs-lisp/byte-opt.el (featurep): Optimize earlier.
12737
12738 * emacs-lisp/cl-lib.el (custom-print-functions): Add alias.
12739
12740 2012-06-05 Martin Rudalics <rudalics@gmx.at>
12741
12742 * window.el (get-lru-window, get-mru-window, get-largest-window):
12743 New argument NOT-SELECTED to avoid picking the selected window.
12744 (window--display-buffer-1, window--display-buffer-2): Replace by
12745 new function window--display-buffer
12746 (display-buffer-same-window, display-buffer-reuse-window)
12747 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
12748 Use window--display-buffer.
12749 (display-buffer-use-some-window): Remove temporary dedication
12750 hack by calling get-lru-window and get-largest-window with
12751 NOT-SELECTED argument non-nil. Call window--display-buffer.
12752
12753 2012-06-05 Glenn Morris <rgm@gnu.org>
12754
12755 * vc/vc-sccs.el (vc-sccs-workfile-unchanged-p):
12756 Replace external vcdiff script.
12757
12758 2012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
12759
12760 * emacs-lisp/cl-lib.el (cl-values, cl-values-list): Fix up last change.
12761
12762 2012-06-04 Chong Yidong <cyd@gnu.org>
12763
12764 * image.el (imagemagick-types-inhibit): Revert last change.
12765 Add INFO and M.
12766 (imagemagick-enabled-types): Remove CIN and EPS*.
12767
12768 2012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
12769
12770 * emacs-lisp/cl-lib.el: Rename from cl.el.
12771 * emacs-lisp/cl.el: New compatibility file.
12772 * emacs-lisp/cl-lib.el, emacs-lisp/cl-seq.el, emacs-lisp/cl-macs.el:
12773 * emacs-lisp/cl-extra.el: Rename all top-level functions and variables
12774 to obey the "cl-" prefix.
12775 * emacs-lisp/macroexp.el (macroexpand-all-1): Adjust to new name.
12776
12777 2012-06-03 Glenn Morris <rgm@gnu.org>
12778
12779 * emacs-lisp/authors.el (authors-aliases): Addition.
12780
12781 * cus-start.el (tool-bar-style, tool-bar-max-label-size):
12782 Fix :version.
12783
12784 2012-06-03 Stefan Merten <smerten@oekonux.de>
12785
12786 * textmodes/rst.el: Add comments.
12787 (rst-transition, rst-adornment): New faces.
12788 (rst-adornment-faces-alist): Make default safe to reevaluate.
12789 Fixes
12790 http://sourceforge.net/tracker/?func=detail&atid=422030&aid=3479603&group_id=38414.
12791 Improve customization tags.
12792 (rst-define-level-faces): Clarify meaning.
12793
12794 2012-06-03 Chong Yidong <cyd@gnu.org>
12795
12796 * progmodes/compile.el (compilation-mode-line-fail)
12797 (compilation-mode-line-run, compilation-mode-line-exit):
12798 New faces.
12799 (compilation-start, compilation-handle-exit): Use them (Bug#11032).
12800
12801 2012-06-03 Jack Duthen <duthen.mac.01@gmail.com> (tiny change)
12802
12803 * progmodes/which-func.el (which-func-update-ediff-windows):
12804 New function. Use it in ediff-select-hook (Bug#11478).
12805
12806 2012-06-03 Chong Yidong <cyd@gnu.org>
12807
12808 * bindings.el: Remove explicit help text from format-mode-line.
12809 It is now supplied by mode-line-default-help-echo.
12810 (mode-line-front-space, mode-line-end-spaces)
12811 (mode-line-misc-info): New variables.
12812 (mode-line-modes, mode-line-position): Move the default value to
12813 the variable definition.
12814 (mode-line-default-help-echo): New defcustom.
12815 (mode-line-mule-info-help-echo, mode-line-read-only-help-echo)
12816 (mode-line-modified-help-echo): New functions.
12817 (mode-line-mule-info, mode-line-modified): Use them.
12818 (mode-line-eol-desc, propertized-buffer-identification):
12819 Consistency fixes for help text.
12820 (mode-line-coding-system-map): Allow using mouse-3 to invoke
12821 set-buffer-file-coding-system (Bug#289).
12822 (mode-line-mule-info-help-echo): Update help text.
12823
12824 2012-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
12825
12826 * simple.el (execute-extended-command): Set real-this-command
12827 (bug#11506).
12828
12829 2012-06-02 Chong Yidong <cyd@gnu.org>
12830
12831 Remove incorrect uses of "modeline" in comments, docstrings, and
12832 function/variable names (Bug#10329).
12833
12834 * cus-edit.el (mode-line):
12835 * dframe.el (dframe-mouse-hscroll):
12836 * emacs-lisp/re-builder.el:
12837 * emacs-lisp/easy-mmode.el (define-minor-mode):
12838 * frame.el (set-frame-name):
12839 * help.el (lookup-minor-mode-from-indicator):
12840 * net/rcirc.el (rcirc-activity-string, rcirc-short-buffer-name):
12841 * progmodes/cc-cmds.el (c-toggle-auto-newline)
12842 (c-toggle-hungry-state):
12843 * progmodes/antlr-mode.el (antlr-language-alist):
12844 * progmodes/idlw-shell.el (idlwave-shell-electric-stop-line-face):
12845 * progmodes/vhdl-mode.el (vhdl-mode):
12846 * progmodes/which-func.el (which-func, which-func-cleanup-function):
12847 * term/ns-win.el (ns-face-at-pos):
12848 * term/sup-mouse.el (sup-mouse-report):
12849 * textmodes/flyspell.el (flyspell-mode-line-string):
12850 * textmodes/ispell.el (ispell-highlight-face):
12851 * textmodes/reftex-global.el:
12852 * vc/vc-arch.el (vc-arch-mode-line-string):
12853 * vc/vc-cvs.el (vc-cvs-mode-line-string):
12854 * vc/vc-git.el (vc-git-mode-line-string):
12855 * vc/vc-hooks.el (vc-display-status)
12856 (vc-default-mode-line-string):
12857 * vc/vc-mtn.el (vc-mtn-mode-line-string): Doc fixes.
12858
12859 * ansi-color.el (ansi-color-faces-vector): Change default faces.
12860
12861 * dired.el (dired-sort-set-mode-line): Rename from
12862 dired-sort-set-modeline. All callers changed.
12863
12864 * eshell/esh-mode.el (eshell-status-in-mode-line): Rename from
12865 eshell-status-in-modeline.
12866
12867 * foldout.el (foldout-mode-line-string): Rename from
12868 foldout-modeline-string. All callers changed.
12869 (foldout-update-mode-line): Rename from foldout-update-modeline.
12870
12871 * subr.el (redraw-modeline): Make into obsolete alias.
12872
12873 * calendar/timeclock.el (timeclock-mode-line-display): Rename from
12874 timeclock-modeline-display. Make old name an alias.
12875 (timeclock-update-mode-line): Likewise. All callers changed.
12876 (timeclock-mode-line-display): No need to check before using
12877 add-hook.
12878 (timeclock-relative, timeclock-day-over-hook)
12879 (timeclock-use-elapsed, timeclock-mode-string)
12880 (timeclock-mode-line-display): Doc fix, "modeline" -> "mode line".
12881
12882 * emulation/crisp.el (crisp-mode-mode-line-string): Rename from
12883 crisp-mode-modeline-string.
12884
12885 * play/solitaire.el (solitaire-build-mode-line): Rename from
12886 solitaire-build-modeline. All callers changed.
12887
12888 * play/zone.el (zone-hiding-mode-line): Rename from
12889 zone-hiding-modeline. All callers changed.
12890 (zone): Remove unusued `modeline-hidden-level' property.
12891
12892 * progmodes/xscheme.el (xscheme-mode-line-initialize): Rename from
12893 xscheme-modeline-initialize. All callers changed.
12894
12895 * strokes.el (strokes-lighter): Rename from
12896 strokes-modeline-string.
12897
12898 * textmodes/sgml-mode.el (html-face-tag-alist)
12899 (html-tag-face-alist): Use mode-line face instead of obsolete
12900 alias modeline.
12901
12902 2012-06-02 Stefan Merten <smerten@oekonux.de>
12903
12904 * textmodes/rst.el: Always require `cl'.
12905 (rst-mode-map): Fix meaning of C-M-a / C-M-e.
12906
12907 2012-06-02 Chong Yidong <cyd@gnu.org>
12908
12909 * image.el (imagemagick-enabled-types): Rename from
12910 imagemagick-types-enable. Add many more types.
12911 (imagemagick-types-inhibit): Change default to nil.
12912 (imagemagick-filter-types): Caller changed.
12913
12914 2012-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
12915
12916 * emacs-lisp/cl-macs.el: Use backquotes.
12917 (cl-transform-function-property): Use eval-and-compile rather than
12918 abusing `require'.
12919 (defstruct): Use declare-function instead of with-no-warnings.
12920
12921 * emacs-lisp/bytecomp.el: Fix last change (bug#11594).
12922 (byte-compile-output-docform): Re-add the print-circle bindings.
12923 (byte-compile-fix-header): Use #$ just because it's shorter.
12924 (byte-compile-output-file-form): Remove defun/defmacro.
12925
12926 2012-06-01 Martin Rudalics <rudalics@gmx.at>
12927
12928 * simple.el (choose-completion): Remove now obsolete binding for
12929 owindow.
12930
12931 2012-06-01 Michael Albinus <michael.albinus@gmx.de>
12932
12933 * net/tramp.el (tramp-check-for-regexp): Search from buffer end,
12934 in order to avoid "Stack overflow in regexp matcher".
12935
12936 2012-05-31 Glenn Morris <rgm@gnu.org>
12937
12938 * image.el: For clarity, call imagemagick-register-types at
12939 top-level, rather than relying on a custom :initialize.
12940 (imagemagick-types-enable): New option. (Bug#11557)
12941 (imagemagick-filter-types): New function. (Bug#7406)
12942 (imagemagick-register-types): Use imagemagick-filter-types.
12943 If disabling support, remove elements altogether rather
12944 than using an impossible regexp.
12945 (imagemagick-types-inhibit): Give it the default init function.
12946
12947 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
12948
12949 * emacs-lisp/bytecomp.el (byte-compile-fix-header):
12950 Handle arbitrary file name lengths (Bug#11585).
12951
12952 2012-05-31 Martin Rudalics <rudalics@gmx.at>
12953
12954 * desktop.el (desktop-read): Clear previous and next buffers for
12955 all windows and bury *Messages* buffer (bug#11556).
12956
12957 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
12958
12959 Add `declare' for `defun'. Align `defmacro's with it.
12960 * emacs-lisp/easy-mmode.el (define-minor-mode)
12961 (define-globalized-minor-mode): Don't autoload the var definitions.
12962 * emacs-lisp/byte-run.el: Use lexical-binding.
12963 (defun-declarations-alist, macro-declarations-alist): New vars.
12964 (defmacro, defun): Use them.
12965 (make-obsolete, define-obsolete-function-alias)
12966 (make-obsolete-variable, define-obsolete-variable-alias):
12967 Use `declare'.
12968 (macro-declaration-function): Mark obsolete.
12969 * emacs-lisp/autoload.el: Use lexical-binding.
12970 (make-autoload): Add `expansion' arg. Rely more on macro expansion.
12971
12972 2012-05-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
12973
12974 * textmodes/ispell.el (ispell-with-no-warnings):
12975 Define as a macro.
12976 (ispell-kill-ispell, ispell-change-dictionary):
12977 Use `called-interactively-p' for Emacs instead of obsolete
12978 `interactive-p'.
12979
12980 2012-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
12981
12982 * emacs-lisp/byte-run.el (defmacro, defun): Move from C.
12983 (macro-declaration-function): Move var from C code.
12984 (macro-declaration-function): Define function with defalias.
12985 * emacs-lisp/macroexp.el (macroexpand-all-1):
12986 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
12987 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't handle
12988 defun/defmacro any more.
12989 * emacs-lisp/bytecomp.el (byte-compile-arglist-signature):
12990 Provide fallback for unknown arglist.
12991 (byte-compile-arglist-warn): Change calling convention.
12992 (byte-compile-output-file-form): Move print-vars binding.
12993 (byte-compile-output-docform): Simplify accordingly.
12994 (byte-compile-file-form-defun, byte-compile-file-form-defmacro)
12995 (byte-compile-defmacro-declaration): Remove.
12996 (byte-compile-file-form-defmumble): Generalize to defalias.
12997 (byte-compile-output-as-comment): Return byte-positions.
12998 Simplify callers accordingly.
12999 (byte-compile-lambda): Use `assert'.
13000 (byte-compile-defun, byte-compile-defmacro): Remove.
13001 (byte-compile-file-form-defalias):
13002 Use byte-compile-file-form-defmumble.
13003 (byte-compile-defalias-warn): Remove.
13004
13005 2012-05-29 Stefan Merten <smerten@oekonux.de>
13006
13007 * textmodes/rst.el: Silence `checkdoc-ispell' errors where
13008 possible. Fix authors. Improve comments. Improve loading of `cl'.
13009
13010 (rst-mode-abbrev-table): Merge definition.
13011 (rst-mode): Make sure `font-lock-defaults' is buffer local.
13012 (rst-define-key, rst-deprecated-keys, rst-call-deprecated): Refactor.
13013
13014 2012-05-29 Ulf Jasper <ulf.jasper@web.de>
13015
13016 * calendar/icalendar.el
13017 (icalendar-export-region): Export UID properly.
13018
13019 2012-05-29 Leo Liu <sdl.web@gmail.com>
13020 * calendar/icalendar.el (icalendar-import-format):
13021 Add `icalendar-import-format-uid' (Bug#11525).
13022 (icalendar-import-format-uid): New.
13023 (icalendar--parse-summary-and-rest, icalendar--format-ical-event):
13024 Export UID.
13025
13026 2012-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
13027
13028 * emacs-lisp/pcase.el (pcase--expand): Accept different sets of vars in
13029 different alternative patterns.
13030 (pcase-codegen): Be more careful to preserve identity.
13031 (pcase--u1): Don't forget to mark vars as used.
13032
13033 * emacs-lisp/bytecomp.el (byte-compile-constp): Treat #'v as a constant.
13034 (byte-compile-close-variables): Bind byte-compile--outbuffer here...
13035 (byte-compile-from-buffer): ...rather than here.
13036
13037 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Don't re-preprocess
13038 functions from byte-compile-function-environment.
13039
13040 2012-05-29 Troels Nielsen <bn.troels@gmail.com>
13041
13042 * window.el (window-deletable-p): Avoid deleting the root window
13043 of a frame with an active minibuffer.
13044
13045 2012-05-29 Martin Rudalics <rudalics@gmx.at>
13046
13047 * simple.el (choose-completion): Use quit-window (Bug#11567).
13048
13049 2012-05-29 Chong Yidong <cyd@gnu.org>
13050
13051 * whitespace.el (whitespace-cleanup): Fix usage of
13052 whitespace-empty-at-bob-regexp (Bug#11492).
13053
13054 2012-05-29 Aaron S. Hawley <aaron.s.hawley@gmail.com>
13055
13056 * vc/vc.el (vc-revert, vc-rollback): Dont kill vc-diff buffer on
13057 revert (Bug#11488).
13058
13059 2012-05-29 Juri Linkov <juri@jurta.org>
13060
13061 * isearch.el (isearch-mode-map): Bind `M-s _' to
13062 `isearch-toggle-symbol'. Bind `M-s c' to
13063 `isearch-toggle-case-fold'.
13064 (search-map): Bind `M-s _' to `isearch-forward-symbol'.
13065 (isearch-forward): Add `M-s _' to the docstring.
13066 (isearch-forward-symbol, isearch-toggle-case-fold)
13067 (isearch-symbol-regexp): New functions. (Bug#11381)
13068
13069 2012-05-29 Juri Linkov <juri@jurta.org>
13070
13071 * isearch.el (isearch-word): Add docstring. (Bug#11381)
13072 (isearch-occur, isearch-search-and-update): If `isearch-word' is
13073 a function, call it to get the regexp.
13074 (isearch-message-prefix): If `isearch-word' holds a symbol, use its
13075 property `isearch-message-prefix' instead of the string "word ".
13076 (isearch-search-fun-default): For the case of `isearch-word',
13077 return a lambda that calls re-search-forward/re-search-backward
13078 with a regexp returned by `word-search-regexp' or by the function
13079 in `isearch-word'.
13080
13081 2012-05-29 Juri Linkov <juri@jurta.org>
13082
13083 * isearch.el (isearch-search-fun-default): New function.
13084 (isearch-search-fun): Move default part to the new function
13085 `isearch-search-fun-default'.
13086 (isearch-search-fun-function): Set the default value to
13087 `isearch-search-fun-default'. (Bug#11381)
13088
13089 * comint.el (comint-history-isearch-end):
13090 Use `isearch-search-fun-default'.
13091 (comint-history-isearch-search): Use `isearch-search-fun-default'
13092 and remove spacial case for `isearch-word'.
13093 (comint-history-isearch-wrap): Remove spacial case for
13094 `isearch-word'.
13095
13096 * hexl.el (hexl-isearch-search-function):
13097 Use `isearch-search-fun-default'.
13098
13099 * info.el (Info-isearch-search): Use `isearch-search-fun-default'.
13100 Use `word-search-regexp' for `isearch-word'.
13101
13102 * misearch.el (multi-isearch-search-fun):
13103 Use `isearch-search-fun-default'.
13104
13105 * simple.el (minibuffer-history-isearch-search):
13106 Use `isearch-search-fun-default' and remove spacial case for
13107 `isearch-word'.
13108 (minibuffer-history-isearch-wrap): Remove spacial case for
13109 `isearch-word'.
13110
13111 * textmodes/reftex-global.el (reftex-isearch-wrap-function):
13112 Remove spacial case for `isearch-word'.
13113 (reftex-isearch-isearch-search): Use `isearch-search-fun-default'.
13114
13115 2012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
13116
13117 Decrease XEmacs incompatibilities.
13118 * textmodes/flyspell.el (flyspell-check-pre-word-p):
13119 Use `string-match'.
13120 (flyspell-delete-region-overlays): Use alternative definition for
13121 XEmacs.
13122 (flyspell-delete-all-overlays): Use `flyspell-delete-region-overlays'.
13123 (flyspell-word): Use `process-kill-without-query' if XEmacs.
13124 (flyspell-mode-on): Use `interactive-p' if XEmacs.
13125 (flyspell-incorrect-face, flyspell-duplicate-face): Do not use
13126 `define-obsolete-face-alias' under XEmacs, but old method.
13127
13128 * textmodes/ispell.el (ispell-with-no-warnings): XEmacs alternative
13129 `with-no-warnings' definition or Emacs alias.
13130 (ispell-command-loop, ispell-message): Use `ispell-with-no-warnings'.
13131 (ispell-word): Do not use `region-p' if XEmacs.
13132
13133 2012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
13134
13135 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
13136 Check for `ispell-dictionary-base-alist' instead of full
13137 `ispell-dictionary-alist'.
13138 (ispell-init-process): Show spellchecker when starting new Ispell
13139 process.
13140
13141 2012-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
13142
13143 * progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
13144 http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
13145
13146 2012-05-27 Juanma Barranquero <lekktu@gmail.com>
13147
13148 * version.el (motif-version-string, gtk-version-string)
13149 (ns-version-string): Declare.
13150
13151 2012-05-27 Juri Linkov <juri@jurta.org>
13152
13153 * emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
13154 after the `eval-defun-1' specialcaseing
13155 like in `edebug-eval-defun' (bug#10181).
13156
13157 * emacs-lisp/edebug.el (edebug-eval-defun): Set `face-documentation'
13158 like in `eval-defun-1'.
13159
13160 2012-05-27 Eli Zaretskii <eliz@gnu.org>
13161
13162 * mail/sendmail.el (mail-yank-region):
13163 Recognize rmail-yank-current-message in addition to insert-buffer.
13164 Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
13165 a *mail* buffer created through rmail-start-mail with sendmail as
13166 mail-user-agent.
13167
13168 2012-05-27 Chong Yidong <cyd@gnu.org>
13169
13170 * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
13171 Default to 256 (Bug#11267).
13172
13173 * help.el (describe-mode): Doc fix.
13174
13175 2012-05-26 Glenn Morris <rgm@gnu.org>
13176
13177 * w32-fns.el (w32-init-info): Remove.
13178 * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
13179
13180 * info.el (info-initialize): For self-contained NS builds, put the
13181 included info/ directory at the front. (Bug#2791)
13182
13183 * paths.el (Info-default-directory-list): Make it a defcustom,
13184 mainly so that we can use custom-initialize-delay.
13185
13186 2012-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
13187
13188 * subr.el (buffer-has-markers-at): Mark obsolete.
13189
13190 * subr.el (lambda): Use declare.
13191
13192 * emacs-lisp/lisp-mode.el (lambda):
13193 * emacs-lisp/edebug.el (lambda): Move properties to its definition.
13194
13195 2012-05-26 Aaron S. Hawley <aaron.s.hawley@gmail.com>
13196
13197 * thingatpt.el (forward-same-syntax): Handle no ARG case. (Bug#11560)
13198
13199 2012-05-26 Glenn Morris <rgm@gnu.org>
13200
13201 * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
13202
13203 2012-05-25 Glenn Morris <rgm@gnu.org>
13204
13205 * paths.el: Remove no-byte-compile.
13206 * loadup.el: No need to load paths.el uncompiled.
13207
13208 * image.el (imagemagick-types-inhibit): Doc fix.
13209
13210 * version.el: Remove no-byte-compile and associated formatting.
13211 * loadup.el: No need to load version.el uncompiled. AFAICS, this
13212 is ancient code from when there was an "inc-vers.el".
13213
13214 2012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
13215
13216 * progmodes/gdb-mi.el: Minor style changes.
13217 (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
13218 Turn into minor modes.
13219 (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
13220 (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
13221 (gdb-shell): Remove unneeded let-binding.
13222 (gdb-get-many-fields): Eliminate O(n²) behavior.
13223
13224 2012-05-25 Eli Zaretskii <eliz@gnu.org>
13225
13226 * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
13227 platforms that don't link in fontset.c.
13228
13229 2012-05-25 Juri Linkov <juri@jurta.org>
13230
13231 Use the same diff color scheme as in modern VCSes (bug#10181).
13232
13233 * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
13234 to avoid confusion with `diff-added' that now uses green colors.
13235 (diff-removed): Use shades of red.
13236 (diff-added): Use shades of green.
13237 (diff-changed): Leave just the yellow color.
13238 (diff-use-changed-face): New variable.
13239 (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
13240 how to highlight context diff changes.
13241 (diff-refine-change): Use shades of yellow.
13242 (diff-refine-removed): New face that uses shades of red.
13243 (diff-refine-added): New face that uses shades of green.
13244 (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
13245 `diff-refine-removed' in the call to `smerge-refine-subst'
13246 depending on the value of `diff-use-changed-face'.
13247
13248 * vc/smerge-mode.el (smerge-mine): Use shades of red.
13249 (smerge-other): Use shades of green.
13250 (smerge-base): Use shades of yellow.
13251 (smerge-refined-change): Empty face.
13252 (smerge-refined-removed): New face that uses shades of red.
13253 (smerge-refined-added): New face that uses shades of green.
13254 (smerge-refine-subst): Rename arg `props' to `props-c'. Add new
13255 args `props-r' and `props-a', and use them. Doc fix.
13256 (smerge-refine): Evaluate `smerge-use-changed-face' and depending
13257 on its value use different faces `smerge-refined-change',
13258 `smerge-refined-removed', `smerge-refined-added' in the call to
13259 `smerge-refine-subst'.
13260
13261 * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
13262 Add face condition `min-colors 88' with shades of red.
13263 (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
13264 `min-colors 88' with shades of green.
13265 (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
13266 `min-colors 88' with shades of yellow.
13267
13268 2012-05-24 Glenn Morris <rgm@gnu.org>
13269
13270 * paths.el (prune-directory-list, remote-shell-program): Move to...
13271 * files.el (prune-directory-list, remote-shell-program): ...here.
13272 For the latter, delay initialization, prefer ssh, just search PATH.
13273
13274 * paths.el (term-file-prefix): Move to faces.el (the only user).
13275 * faces.el (term-file-prefix): Move here, make it a defcustom.
13276
13277 * paths.el (news-directory, news-path, news-inews-program):
13278 Move to gnus/nnspool.el.
13279
13280 * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
13281
13282 * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
13283 * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
13284 Make the latter a defcustom, with a delayed initialization.
13285
13286 * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
13287 These were deleted from Gnus itself late 2010.
13288
13289 2012-05-22 Juanma Barranquero <lekktu@gmail.com>
13290
13291 * progmodes/which-func.el (which-func-ff-hook):
13292 Check against user-error, not error.
13293
13294 * emacs-lisp/edebug.el (top): Do not load or set up loading of
13295 cl-specs.el, which no longer exists.
13296
13297 2012-05-22 Glenn Morris <rgm@gnu.org>
13298
13299 * info.el (info-emacs-bug): New command.
13300 * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
13301 * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
13302
13303 2012-05-21 Glenn Morris <rgm@gnu.org>
13304
13305 * makefile.w32-in (update-subdirs-SH):
13306 * Makefile.in (update-subdirs): Update for moved update-subdirs.
13307
13308 2012-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
13309
13310 * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
13311
13312 * progmodes/compile.el (compilation-error-regexp-alist-alist):
13313 Simplify Maven regexp, and make sure the file can't start with a space
13314 (bug#11517).
13315
13316 2012-05-21 Glenn Morris <rgm@gnu.org>
13317
13318 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
13319 Scrap superfluous subshells.
13320
13321 2012-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
13322
13323 * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
13324 (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
13325
13326 2012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
13327
13328 * calc/calc.el (calc-ensure-consistent-units): New variable.
13329
13330 * calc/calc-units.el (math-consistent-units-p)
13331 (math-check-unit-consistency): New functions.
13332 (calc-quick-units, calc-convert-units):
13333 Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
13334 is non-nil.
13335 (calc-extract-units): Fix typo.
13336
13337 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
13338
13339 * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
13340
13341 * textmodes/flyspell.el: Commenting style, plus code simplifications.
13342 (flyspell-default-deplacement-commands): Don't spell check after
13343 repeated window/frame switches (e.g. triggered by mouse-movement).
13344 (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
13345 (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
13346 (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
13347 (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
13348 Remove unused vars.
13349 (flyspell-get-casechars, flyspell-get-not-casechars):
13350 Simplify; Don't bother removing a ] just to add it back.
13351 * textmodes/ispell.el (ispell-program-name): Use executable-find.
13352
13353 2012-05-18 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
13354
13355 * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
13356 New functions.
13357 (math-function-table): Add support for more C functions.
13358
13359 2012-05-18 Agustín Martín Domingo <agustin.martin@hispalinux.es>
13360
13361 * textmodes/flyspell.el (flyspell-check-pre-word-p)
13362 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
13363 Protect delay handling for otherchars against empty otherchars.
13364
13365 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
13366
13367 * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
13368 their respective macro declarations.
13369 * skeleton.el (define-skeleton):
13370 * progmodes/compile.el (define-compilation-mode):
13371 * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
13372 (define-ibuffer-filter):
13373 * emacs-lisp/generic.el (define-generic-mode):
13374 * emacs-lisp/easy-mmode.el (define-minor-mode)
13375 (define-globalized-minor-mode):
13376 * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
13377 * emacs-lisp/byte-run.el (defsubst):
13378 * custom.el (deftheme): Add doc-string metadata.
13379
13380 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
13381
13382 * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
13383
13384 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
13385
13386 * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
13387
13388 * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
13389 * emacs-lisp/cl-macs.el: Idem.
13390 * emacs-lisp/cl-specs.el: Remove.
13391
13392 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
13393
13394 Minor renaming of internal CL functions and variables.
13395 * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
13396 (cl--position): Rename from cl-position.
13397 (cl--delete-duplicates): Rename from cl-delete-duplicates.
13398 * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
13399 (cl--random-state): Rename from *random-state*.
13400
13401 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
13402
13403 * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
13404 parens around the arg list (bug#11499).
13405
13406 2012-05-17 Juri Linkov <juri@jurta.org>
13407
13408 * isearch.el (word-search-regexp, word-search-backward)
13409 (word-search-forward, word-search-backward-lax)
13410 (word-search-forward-lax): Move functions from search.c
13411 (bug#10145, bug#11381).
13412
13413 2012-05-16 Agustín Martín Domingo <agustin.martin@hispalinux.es>
13414
13415 * textmodes/flyspell.el (flyspell-check-pre-word-p)
13416 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
13417 Delay for otherchars as for normal word components.
13418
13419 2012-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
13420
13421 * minibuffer.el (completion--sifn-requote): Fix last change.
13422 (minibuffer-local-must-match-filename-map):
13423 Move define-obsolete-variable-alias before its var.
13424
13425 2012-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
13426
13427 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
13428
13429 * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
13430 behavior.
13431 (completion--string-equal-p): New function.
13432 (completion--twq-all): Use it to get better assertion failure data.
13433
13434 Only handle ".." and '..' quoting in shell-mode (bug#11466).
13435 * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
13436 (shell--requote-argument): New functions.
13437 (shell-completion-vars): Use them.
13438 (shell--parse-pcomplete-arguments): Rename from
13439 shell-parse-pcomplete-arguments.
13440 * comint.el (comint-word): Obey comint-file-name-quote-list. Simplify.
13441 (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
13442 Obey comint-file-name-quote-list.
13443
13444 * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
13445 (smie-indent-keyword): Use it.
13446
13447 2012-05-14 Stefan Merten <smerten@oekonux.de>
13448
13449 * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
13450
13451 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
13452
13453 * net/rlogin.el (rlogin-mode-map): Fix last change.
13454
13455 2012-05-14 Jason L. Wright <jason.wright@inl.gov> (tiny change)
13456
13457 * mail/smtpmail.el (smtpmail-send-command): Send the command and
13458 the following \r\n using a single `process-send-string', since the
13459 Lotus SMTP server refuses to accept any commands if they are sent
13460 with two `process-send-string's (Bug#11444).
13461
13462 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
13463
13464 * shell.el (shell-parse-pcomplete-arguments):
13465 Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
13466
13467 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
13468
13469 * image-mode.el: Fit to width/height for rotated images (Bug#11431).
13470 (image-transform-scale, image-transform-right-angle-fudge): New vars.
13471 (image-transform-width, image-transform-fit-width): New functions.
13472 (image-transform-properties): Use them.
13473 (image-transform-check-size): New function.
13474 (image-toggle-display-image): Use it (for testing).
13475 (image-transform-set-rotation): Reduce angle mod 360.
13476 Delete obsolete comment.
13477
13478 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
13479
13480 * image-mode.el: Fix scaling (bug#11399).
13481 (image-transform-resize): Doc fix.
13482 (image-transform-properties): Default scale is 1 and height should
13483 be an integer.
13484
13485 2012-05-13 Johan Bockgård <bojohan@gnu.org>
13486
13487 * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
13488 than hard-coding `car', to fix misbehavior when moving forward.
13489
13490 2012-05-13 Chong Yidong <cyd@gnu.org>
13491
13492 * emacs-lisp/tabulated-list.el (tabulated-list-format)
13493 (tabulated-list-entries, tabulated-list-padding)
13494 (tabulated-list-sort-key): Make permanent-local.
13495
13496 * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
13497 (electric-buffer-list): Put electric buffer menu
13498 command descriptions in this docstring, instead of the docstring
13499 of electric-buffer-menu-mode. Code cleanups.
13500 (electric-buffer-menu-mode): Use define-derived-mode. Rename from
13501 Electric-buffer-menu-mode.
13502 (electric-buffer-update-highlight): Minor code cleanup.
13503
13504 2012-05-13 Michael Albinus <michael.albinus@gmx.de>
13505
13506 * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
13507 (Bug#11447)
13508
13509 2012-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
13510
13511 Move define-obsolete-variable-alias before the var's definition.
13512 * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
13513 * tooltip.el (tooltip-hook):
13514 * textmodes/reftex-toc.el (reftex-toc-map):
13515 * textmodes/reftex-sel.el (reftex-select-label-map)
13516 (reftex-select-bib-map):
13517 * textmodes/reftex-index.el (reftex-index-map)
13518 (reftex-index-phrases-map):
13519 * speedbar.el (speedbar-syntax-table, speedbar-key-map):
13520 * progmodes/meta-mode.el (meta-mode-map):
13521 * novice.el (disabled-command-hook):
13522 * loadhist.el (unload-hook-features-list):
13523 * frame.el (blink-cursor):
13524 * files.el (find-file-not-found-hooks, write-file-hooks)
13525 (write-contents-hooks):
13526 * emulation/tpu-edt.el (GOLD-map):
13527 * emacs-lock.el (emacs-lock-from-exiting):
13528 * emacs-lisp/generic.el (generic-font-lock-defaults):
13529 * emacs-lisp/chart.el (chart-map):
13530 * dos-fns.el (register-name-alist):
13531 * dired-x.el (dired-omit-files-p):
13532 * desktop.el (desktop-enable):
13533 * cus-edit.el (custom-mode-hook):
13534 * buff-menu.el (buffer-menu-mode-hook):
13535 * bookmark.el (bookmark-read-annotation-text-func)
13536 (bookmark-exit-hooks):
13537 * allout.el (allout-mode-deactivate-hook)
13538 (allout-exposure-change-hook, allout-structure-added-hook)
13539 (allout-structure-deleted-hook, allout-structure-shifted-hook):
13540 * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
13541 (dirtrack-debug): Move call to define-obsolete-variable-alias so it
13542 comes before the corresponding variable's definition.
13543
13544 2012-05-12 Chong Yidong <cyd@gnu.org>
13545
13546 * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
13547 (Buffer-menu-mouse-select): Restore function (Bug#11459).
13548 (Buffer-menu-mode-map): Bind it.
13549 (Buffer-menu--pretty-name): Add a mouse-face property.
13550
13551 2012-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
13552
13553 * progmodes/prolog.el: Use SMIE. Cleanup regexp setup.
13554 (prolog-upper-case-string, prolog-lower-case-string)
13555 (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
13556 (prolog-use-smie, prolog-smie-grammar): New vars.
13557 (prolog-smie-forward-token, prolog-smie-backward-token)
13558 (prolog-smie-rules): New funs.
13559 (prolog-comment-indent): Remove.
13560 (prolog-mode-variables): Use default comment indentation instead.
13561 Setup SMIE.
13562 (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
13563 (prolog-mode): Don't call them any more.
13564 (prolog-electric-colon, prolog-electric-dash)
13565 (prolog-edit-menu-insert-move): Use indent-according-to-mode.
13566
13567 * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
13568
13569 * minibuffer.el (completion--twq-all): Again, allow case differences.
13570
13571 * term.el: Move keymap initialization code to be more idiomatic.
13572 (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
13573 (term-terminal-menu): Move initialization into declaration.
13574 (term-escape-char): Let the user set it in her .emacs.
13575
13576 * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
13577 Provide SMIE-based indentation (not enabled by default yet).
13578 (sh-mode-map): Don't bind electric keys.
13579 Use electric-pair-mode instead of skeleton-pair.
13580 (sh-assignment-regexp): Fit within 80 columns.
13581 (sh-indent-supported): Specify actual shell name instead of boolean.
13582 (sh--maybe-here-document): New fun, from sh-maybe-here-document.
13583 (sh-maybe-here-document): Use it. Make obsolete.
13584 (sh-electric-here-document-mode) New minor mode.
13585 (sh-mode): Use it. Don't set sh-indent-supported-here here.
13586 (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
13587 (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
13588 (sh-smie-rc-grammar, sh-use-smie): New vars.
13589 (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
13590 (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
13591 (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
13592 (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
13593 (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
13594 (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
13595 (sh-set-shell): Use smie-setup if requested.
13596
13597 * term.el (term-set-escape-char): Properly set term-escape-char.
13598 See http://stackoverflow.com/questions/10524656.
13599
13600 2012-05-10 Chong Yidong <cyd@gnu.org>
13601
13602 * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
13603 Use url-generic-parse-url, and handle host names and Windows
13604 filenames properly.
13605 (ffap-url-unwrap-remote): Use url-generic-parse-url.
13606 (ffap-url-unwrap-remote): Accept list values, specifying a list of
13607 URL schemes to work on.
13608 (ffap--toggle-read-only): New function.
13609 (ffap-read-only, ffap-read-only-other-window)
13610 (ffap-read-only-other-frame): Use it.
13611 (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
13612 necessary for ffap-url-unwrap-remote.
13613
13614 2012-05-10 Dave Abrahams <dave@boostpro.com>
13615
13616 * cus-start.el (create-lockfiles): Add it.
13617
13618 2012-05-09 Chong Yidong <cyd@gnu.org>
13619
13620 * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
13621 (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
13622
13623 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
13624
13625 * shell.el (shell-completion-vars): Fix last change (bug#11348).
13626
13627 2012-05-09 Chong Yidong <cyd@gnu.org>
13628
13629 * ansi-color.el (ansi-color-process-output): Check for validity of
13630 comint-last-output-start before using it. This avoids a bad
13631 interaction with gdb-mi's input/output buffer.
13632
13633 2012-05-09 Glenn Morris <rgm@gnu.org>
13634
13635 * files.el (dir-locals-read-from-file):
13636 Mention dir-locals in any error message.
13637
13638 2012-05-09 Chong Yidong <cyd@gnu.org>
13639
13640 * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
13641 package (Bug#11410).
13642
13643 * emacs-lisp/package.el (package-buffer-info): Avoid putting local
13644 variables into description.
13645
13646 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
13647
13648 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
13649 shell-delimiter-argument-list (bug#11348).
13650 (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
13651
13652 2012-05-09 Juanma Barranquero <lekktu@gmail.com>
13653
13654 * textmodes/rst.el: Silence byte-compiler warnings.
13655 (rst-re-alist, rst-reset-section-caches): Move around.
13656 (rst-re): Use `characterp', not `char-valid-p'.
13657 (font-lock-beg, font-lock-end): Declare.
13658
13659 * progmodes/idlw-shell.el (specs): Remove reference to deleted
13660 variable `idlwave-shell-activate-alt-keybindings' and simplify.
13661
13662 * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
13663
13664 2012-05-08 Glenn Morris <rgm@gnu.org>
13665
13666 * files.el (auto-mode-alist): Treat ".make" like ".mk".
13667
13668 2012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
13669
13670 * vc/log-edit.el: Add GNU coding standards highlighting.
13671 (log-edit-font-lock-gnu-style)
13672 (log-edit-font-lock-gnu-keywords): New vars.
13673 (log-edit-font-lock-keywords): New fun.
13674 (log-edit-mode): Don't fold case in font-lock.
13675 (log-edit-font-lock-keywords): Do not assume case-folding.
13676
13677 * imenu.el: Misc cleanup. Make docstrings out of comments.
13678 Use lexical-binding.
13679 (imenu--index-alist, imenu--last-menubar-index-alist)
13680 (imenu-menubar-modified-tick): Use defvar-local.
13681 (imenu--split-menu): Remove unused var.
13682 (imenu--cleanup-seen): Declare as global.
13683 (imenu--cleanup): Use dolist.
13684
13685 * subr.el (defvar-local): Add debug spec and doc-string position.
13686
13687 2012-05-08 Glenn Morris <rgm@gnu.org>
13688
13689 * language/burmese.el, language/cham.el, language/czech.el:
13690 * language/english.el, language/georgian.el, language/greek.el:
13691 * language/japanese.el, language/khmer.el, language/korean.el:
13692 * language/lao.el, language/misc-lang.el, language/romanian.el:
13693 * language/sinhala.el, language/slovak.el, language/tai-viet.el:
13694 * language/thai.el, language/utf-8-lang.el:
13695 Remove no-byte-compile setting.
13696
13697 * play/zone.el (zone-pgm-stress): Don't pollute kill-ring. (Bug#11388)
13698
13699 2012-05-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
13700
13701 * progmodes/make-mode.el (makefile-browse):
13702 Remove unnecessary interactive. (Bug#11324)
13703
13704 2012-05-07 Glenn Morris <rgm@gnu.org>
13705
13706 * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
13707
13708 * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
13709
13710 2012-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
13711
13712 * loadup.el: Preload newcomment.el.
13713 * newcomment.el: Move autoload-only code to toplevel.
13714
13715 * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
13716 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
13717 Handle new :right-align column property.
13718 (tabulated-list-print-col): Idem, plus use `display' text-property to
13719 try and preserve alignment for variable pitch fonts.
13720
13721 2012-05-07 Chong Yidong <cyd@gnu.org>
13722
13723 * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
13724 (tabulated-list-use-header-line): New var.
13725 (tabulated-list-init-header): Use it.
13726 (tabulated-list-print-fake-header): New function.
13727 (tabulated-list-print): Use it.
13728 (tabulated-list-sort-button-map): Add non-header-line commands.
13729 (tabulated-list-init-header): Add column name property to basic
13730 labels as well.
13731 (tabulated-list-col-sort): Handle non-header-line button case.
13732 (tabulated-list--sort-by-column-name): Fix a corner case.
13733
13734 * buff-menu.el (list-buffers--refresh):
13735 Handle Buffer-menu-use-header-line.
13736
13737 2012-05-06 Chong Yidong <cyd@gnu.org>
13738
13739 * buff-menu.el: Convert to Tabulated List mode.
13740 (Buffer-menu-buffer+size-width): Make obsolete.
13741 (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
13742 (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
13743 (Buffer-menu-mode): Derive from tabulated-list-mode. Move command
13744 documentation into docstring of buffer-menu.
13745 (Buffer-menu-toggle-files-only): Add an informative message.
13746 (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
13747 (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
13748 (Buffer-menu-unmark, Buffer-menu-backup-unmark)
13749 (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
13750 (Buffer-menu-execute, Buffer-menu-select)
13751 (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
13752 (Buffer-menu-bury): Use Tabulated List machinery.
13753 (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
13754 (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
13755 Delete.
13756 (list-buffers--refresh): New function.
13757 (list-buffers-noselect): Use it.
13758 (tabulated-list-entry-size->, Buffer-menu--pretty-name)
13759 (Buffer-menu--pretty-file-name): New helper functions.
13760
13761 * loadup.el: Preload tabulated-list.
13762
13763 * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
13764 tabulated-list-sort-column.
13765 (tabulated-list-init-header): Add the initial aligning space even
13766 if tabulated-list-padding is zero.
13767
13768 2012-05-06 Christopher Schmidt <christopher@ch.ristopher.com>
13769
13770 * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
13771 whose cdr is not a cons cell correctly (bug#11038).
13772
13773 2012-05-06 Chong Yidong <cyd@gnu.org>
13774
13775 * emacs-lisp/tabulated-list.el (tabulated-list-format):
13776 Accept additional plist in column descriptors.
13777 (tabulated-list-init-header): Obey it.
13778 (tabulated-list-get-entry): New function.
13779 (tabulated-list-put-tag): Use it. Use string-width instead of
13780 length.
13781 (tabulated-list--column-number): New function.
13782 (tabulated-list-print): Use it.
13783 (tabulated-list-print-col): New function.
13784 Set `tabulated-list-column-name' property on each column's text.
13785 (tabulated-list-print-entry): Use it.
13786 (tabulated-list-delete-entry, tabulated-list-set-col):
13787 New functions.
13788 (tabulated-list-sort-column): New command (Bug#11337).
13789
13790 * buff-menu.el (list-buffers): Move C-x C-b binding from
13791 buff-menu.el to bindings.el.
13792
13793 * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
13794 :advertised-binding feature.
13795
13796 2012-05-06 Troels Nielsen <bn.troels@gmail.com> (tiny change)
13797
13798 * progmodes/compile.el (compilation-internal-error-properties):
13799 Calculate start position correctly when end-col is set but
13800 end-line is not (Bug#11382).
13801
13802 2012-05-06 Wolfgang Jenkner <wjenkner@inode.at>
13803
13804 * man.el (Man-unindent): Use text-property-default-nonsticky to
13805 prevent untabify from inheriting face properties (Bug#11408).
13806
13807 2012-05-05 Stefan Merten <smerten@oekonux.de>
13808
13809 * textmodes/rst.el: Major merge with upstream development up to
13810 Docutils SVN r7399 / rst.el V1.2.1.
13811
13812 Clarify maintainership and authors.
13813
13814 (rst-extract-version, rst-cvs-header, rst-cvs-rev)
13815 (rst-cvs-timestamp, rst-svn-rev, rst-svn-timestamp)
13816 (rst-official-version, rst-official-cvs-rev, rst-version)
13817 (rst-package-emacs-version-alist): New functions and variables
13818 for version information.
13819
13820 (rst-bullets, rst-uri-schemes, rst-adornment-chars)
13821 (rst-max-inline-length, rst-re-alist-def, rst-re-alist)
13822 (rst-mode-syntax-table, rst-mode): New and corrected functions
13823 and variables representing reStructuredText features.
13824
13825 (rst-re): New function for reStructuredText regexes. Use in
13826 many places.
13827
13828 (rst-deprecated-keys, rst-call-deprecated, rst-define-key)
13829 (rst-mode-map): Rebind keys.
13830
13831 (rst-mode-lazy, rst-font-lock-keywords)
13832 (rst-font-lock-extend-region)
13833 (rst-font-lock-extend-region-internal)
13834 (rst-font-lock-extend-region-extend)
13835 (rst-font-lock-find-unindented-line-limit)
13836 (rst-font-lock-find-unindented-line-match)
13837 (rst-adornment-level, rst-font-lock-adornment-level)
13838 (rst-font-lock-adornment-match)
13839 (rst-font-lock-handle-adornment-pre-match-form)
13840 (rst-font-lock-handle-adornment-matcher): Major revision of
13841 font-locking. Integrate with other code. Use `jit-lock-mode'.
13842
13843 (rst-preferred-adornments, rst-adjust-hook)
13844 (rst-new-adornment-down, rst-preferred-bullets)
13845 (rst-preferred-bullets, rst-indent, rst-indent-width)
13846 (rst-indent-field, rst-indent-literal-normal)
13847 (rst-indent-literal-minimized, rst-indent-comment): Change,
13848 extend and improve customization.
13849
13850 (rst-line-homogeneous-p, rst-line-homogeneous-nodent-p)
13851 (rst-normalize-cursor-position, rst-get-decoration)
13852 (rst-straighten-deco-spacing, rst-re-bullets, rst-re-items)
13853 (rst-rstrip, rst-toc-insert-find-delete-contents)
13854 (rst-shift-fill-region, rst-compute-bullet-tabs)
13855 (rst-debug-print-tabs, rst-debug-mark-found)
13856 (rst-shift-region-guts, rst-shift-region-right)
13857 (rst-shift-region-left, rst-use-char-classes)
13858 (rst-font-lock-keywords-function)
13859 (rst-font-lock-indentation-point)
13860 (rst-font-lock-find-unindented-line-begin)
13861 (rst-font-lock-find-unindented-line-end)
13862 (rst-font-lock-find-unindented-line)
13863 (rst-font-lock-adornment-point, rst-font-lock-level)
13864 (rst-adornment-level-alist): Remove functions and variables.
13865
13866 (rst-compare-adornments, rst-get-adornment-match)
13867 (rst-suggest-new-adornment, rst-get-adornments-around)
13868 (rst-adornment-complete-p, rst-get-next-adornment)
13869 (rst-adjust-adornment, rst-display-adornments-hierarchy)
13870 (rst-straighten-adornments): Standardize function names to
13871 use "adornment" instead of "decoration". Correct callers.
13872 Similar standardizing in many places.
13873
13874 (rst-update-section, rst-adjust, rst-promote-region)
13875 (rst-enumerate-region, rst-bullet-list-region)
13876 (rst-repeat-last-character): Correct use of `interactive'.
13877
13878 (rst-classify-adornment, rst-find-all-adornments)
13879 (rst-get-hierarchy, rst-adjust-adornment, rst-toc-update)
13880 (rst-find-leftmost-column, rst-repeat-last-character):
13881 Refactor functions.
13882
13883 (rst-find-title-line, rst-reset-section-caches)
13884 (rst-get-adornments-around, rst-adjust-adornment-work)
13885 (rst-arabic-to-roman, rst-roman-to-arabic)
13886 (rst-insert-list-pos, rst-insert-list-new-item)
13887 (rst-insert-list-continue, rst-insert-list, rst-forward-line):
13888 New functions.
13889
13890 (rst-all-sections, rst-section-hierarchy)
13891 (rst-arabic-to-roman, rst-initial-enums, rst-initial-items):
13892 New variables.
13893
13894 (rst-toc-return-wincfg, rst-toc-quit-window): Use window
13895 configuration instead of only buffer. Change where necessary.
13896
13897 (rst-line-tabs, rst-compute-tabs, rst-indent-line)
13898 (rst-shift-region, rst-adaptive-fill): New functions for
13899 indentation and filling.
13900
13901 (rst-comment-line-break, rst-comment-indent)
13902 (rst-comment-insert-comment, rst-comment-region)
13903 (rst-uncomment-region): New functions for handling comments.
13904
13905 (rst-compile): Quote shell arguments.
13906
13907 (rst-compile-pdf-preview, rst-compile-slides-preview):
13908 Delete temporary files after use.
13909
13910 2012-05-05 Glenn Morris <rgm@gnu.org>
13911
13912 * calendar/cal-html.el: Optionally include holidays in the output.
13913 Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
13914 (cal-html-holidays): New option.
13915 (cal-html-css-default): Add holiday entry.
13916 (holiday-in-range): Autoload it.
13917 (cal-html-htmlify-entry): Add optional class argument.
13918 (cal-html-htmlify-list): Add optional holidays argument.
13919 (cal-html-insert-agenda-days): Include holidays in the output.
13920 (cal-html-one-month): Maybe include holidays.
13921
13922 * calendar/holidays.el (holiday-in-range):
13923 Move here from cal-tex-list-holidays.
13924 * calendar/cal-tex.el (cal-tex-list-holidays):
13925 Make it an obsolete alias for holiday-in-range. Update all callers.
13926
13927 2012-05-05 Chong Yidong <cyd@gnu.org>
13928
13929 * select.el (xselect--encode-string): Always use utf-8 for TEXT on
13930 Nextstep.
13931
13932 2012-05-05 Ransom Williams <auvergnerw@gmail.com> (tiny change)
13933
13934 * files.el (file-auto-mode-skip): New var.
13935 (set-auto-mode-1): Use it.
13936
13937 2012-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
13938
13939 * repeat.el: Use lexical-binding.
13940 (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
13941 (repeat-undo-count): Remove.
13942 (repeat):
13943 * progmodes/octave-mod.el (octave-abbrev-start):
13944 * progmodes/f90.el (f90-abbrev-start):
13945 * face-remap.el (text-scale-adjust):
13946 * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
13947
13948 * emacs-lisp/pcase.el (pcase--let*): New function.
13949 (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
13950 a bit more.
13951 (pcase--split-pred): Be more clever about ruling out overlap between
13952 a predicate and some constant pattern.
13953 (pcase--q1): Use `null' instead of (eq foo nil).
13954
13955 * subr.el (setq-local, defvar-local): New macros.
13956 (kbd): Redefine as an alias.
13957 (with-selected-window): Leave unrelated frames alone.
13958 (set-temporary-overlay-map): New function.
13959
13960 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
13961
13962 * subr.el (user-error): New function.
13963 * window.el (switch-to-buffer):
13964 * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
13965 (smerge-match-conflict):
13966 * simple.el (previous-matching-history-element)
13967 (next-matching-history-element, goto-history-element, undo-more)
13968 (undo-start):
13969 * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
13970 (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
13971 (next-file, tags-loop-scan, list-tags, complete-tag):
13972 * progmodes/compile.el (compilation-loop):
13973 * mouse.el (mouse-minibuffer-check):
13974 * man.el (Man-bgproc-sentinel, Man-goto-page):
13975 * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
13976 (Info-history-forward, Info-follow-reference, Info-menu)
13977 (Info-extract-menu-item, Info-extract-menu-counting)
13978 (Info-forward-node, Info-backward-node, Info-next-menu-item)
13979 (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
13980 (Info-next-reference, Info-prev-reference, Info-index)
13981 (Info-index-next, Info-follow-nearest-node)
13982 (Info-copy-current-node-name):
13983 * imenu.el (imenu--make-index-alist)
13984 (imenu-default-create-index-function, imenu-add-to-menubar):
13985 * files.el (basic-save-buffer, recover-file):
13986 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
13987 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
13988 (checkdoc-message-text, checkdoc-defun):
13989 * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
13990 * cus-edit.el (customize-changed-options, customize-rogue)
13991 (customize-saved, custom-variable-set, custom-variable-mark-to-save)
13992 (custom-variable-mark-to-reset-standard)
13993 (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
13994 (custom-file):
13995 * completion.el (check-completion-length):
13996 * comint.el (comint-search-arg)
13997 (comint-previous-matching-input-string-position)
13998 (comint-previous-matching-input)
13999 (comint-replace-by-expanded-history-before-point, comint-send-input)
14000 (comint-copy-old-input, comint-backward-matching-input)
14001 (comint-goto-process-mark, comint-set-process-mark):
14002 * calendar/calendar.el (calendar-cursor-to-date): Use it.
14003 * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
14004
14005 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
14006
14007 * dabbrev.el (dabbrev--ignore-case-p): New function.
14008 (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
14009 Use it.
14010
14011 * files.el (automount-dir-prefix): Mark as obsolete.
14012
14013 2012-05-04 Glenn Morris <rgm@gnu.org>
14014
14015 * patcomp.el, play/bruce.el: Move to obsolete/.
14016
14017 2012-05-04 Paul Eggert <eggert@cs.ucla.edu>
14018
14019 Fix minor Y10k bugs.
14020 * arc-mode.el (archive-unixdate):
14021 * autoinsert.el (auto-insert-alist):
14022 * calc/calc-forms.el (math-this-year):
14023 * emacs-lisp/copyright.el (copyright-current-year)
14024 (copyright-update-year, copyright):
14025 * tar-mode.el (tar-clip-time-string):
14026 * time.el (display-time-update):
14027 Don't assume years have 4 digits.
14028
14029 2012-05-04 Chong Yidong <cyd@gnu.org>
14030
14031 * dos-w32.el (file-name-buffer-file-type-alist)
14032 (direct-print-region-use-command-dot-com):
14033 * ffap.el (ffap-menu-regexp):
14034 * find-file.el (ff-special-constructs):
14035 * follow.el (follow-debug):
14036 * forms.el (forms--debug):
14037 * iswitchb.el (iswitchb-all-frames):
14038 * ido.el (ido-all-frames):
14039 * emacs-lisp/timer.el (timer-max-repeats):
14040 * mail/feedmail.el (feedmail-mail-send-hook)
14041 (feedmail-mail-send-hook-queued):
14042 * mail/footnote.el (footnote-signature-separator):
14043 * mail/mailabbrev.el (mail-alias-separator-string)
14044 (mail-abbrev-mode-regexp):
14045 * mail/rmail.el (rmail-speedbar-match-folder-regexp):
14046 * progmodes/idlwave.el (idlwave-libinfo-file)
14047 (idlwave-default-completion-case-is-down)
14048 (idlwave-library-routines): Convert defvars to defcustoms.
14049
14050 * mail/rmail.el (rmail-decode-mime-charset):
14051 * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
14052 (idlwave-shell-fix-inserted-breaks)
14053 (idlwave-shell-activate-alt-keybindings)
14054 (idlwave-shell-use-breakpoint-glyph):
14055 * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
14056
14057 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
14058
14059 * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
14060
14061 2012-05-03 Wilson Snyder <wsnyder@wsnyder.org>
14062
14063 * progmodes/verilog-mode.el (font-lock-keywords):
14064 Fix mis-highligting auto. Reported by Craig Barner.
14065 (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
14066 defines from global name space. Reported by Dan Dever.
14067 (verilog-auto-reset, verilog-auto-reset-widths)
14068 (verilog-auto-tieoff): Support using unbased numbers for
14069 AUTORESET and AUTOTIEOFF.
14070 (verilog-submit-bug-report): Update variable list.
14071 (verilog-read-auto-params): Fix AUTOINPUT regexps containing
14072 parenthesis from not matching. Reported by Michael Rytting.
14073 (verilog-auto-template-lint): Fix hash error when linting modules
14074 with no used templates.
14075 (verilog-warn, verilog-warn-error)
14076 (verilog-warn-fatal): When non-interactive report multiple
14077 warnings before exiting. Suggested by Brad Dobbie.
14078 (verilog-auto-template-lint, verilog-auto-template-warn-unused)
14079 (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
14080 to report unused template errors. Reported by Brad Dobbie.
14081 (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
14082 nets, bug438. Reported by Vns Blore.
14083 (verilog-auto-inout-module, verilog-auto-reg)
14084 (verilog-read-decls, verilog-read-sub-decls-sig)
14085 (verilog-signals-edit-wire-reg, verilog-signals-with):
14086 Fix passing of Verilog data types in ANSI input/output ports
14087 such as "output logic" into the AUTOs. Special case "wire" and
14088 "reg" for backwards compatibility presuming Verilog 2001.
14089 (verilog-auto-ascii-enum): Add "auto enum" as alias.
14090 (verilog-preprocess): Fix replication of preprocess output.
14091 Reported by Brad Dobbie.
14092 (verilog-auto-inst-interfaced-ports):
14093 Create verilog-auto-inst-interfaced-ports, bug429.
14094 Reported by Julian Gorfajn.
14095 (verilog-after-save-font-hook)
14096 (verilog-before-save-font-hook): New variable.
14097 (verilog-modi-cache-results, verilog-save-font-mod-hooked)
14098 (verilog-save-font-mods): Wrap disabling fontification, reported
14099 by David Rogoff.
14100 (verilog-do-indent, verilog-pretty-declarations-auto)
14101 (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
14102 Reported by Pierre-David Pfister.
14103 (verilog-set-auto-endcomments): Fix endtask auto comments outside
14104 of class declarations, bug292. Reported by Kevin Heilman.
14105 (verilog-read-decls): Fix 'parameter type' not appearing in
14106 AUTOINSTPARAM, bug340. Reported by Jonathan Greenlaw.
14107 (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
14108 AUTOINPUTs, bug411. Reported by Jonathan Greenlaw.
14109 (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
14110 Reported by David Kravitz.
14111
14112 2012-05-03 Michael McNamara <mac@mail.brushroad.com>
14113
14114 * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
14115 assignment with tests in ifs and for loops.
14116 (verilog-extended-complete-re, verilog-complete-reg): Change so
14117 that DPI inport functions don't look like fuction declarations.
14118 (verilog-pretty-expr): Don't line up assignment
14119 operations to the test and increment in if and for loops
14120 (verilog-extended-complete-re, verilog-complete-reg): Change so
14121 that DPI inport functions don't look like fuction declarations.
14122
14123 2012-05-03 Kenichi Handa <handa@m17n.org>
14124
14125 * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
14126 decoding, and show a warning message without signaling an error
14127 (Bug#11282).
14128
14129 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
14130
14131 * emacs-lisp/bytecomp.el
14132 (byte-compile-file-form-custom-declare-variable): Compile all elements,
14133 since cconv.el might have introduced :fun-body, internal-make-closure,
14134 and friends for bytecomp to handle (bug#11391).
14135 * custom.el (defcustom): Avoid ((λ ..) ..).
14136
14137 2012-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
14138
14139 * subr.el (read-passwd): Better clean after ourselves (bug#11392).
14140
14141 2012-05-02 Juanma Barranquero <lekktu@gmail.com>
14142
14143 * notifications.el (dbus-debug):
14144 * term/linux.el (gpm-mouse-enable):
14145 * term/screen.el (xterm-register-default-colors): Declare.
14146
14147 2012-05-02 Chong Yidong <cyd@gnu.org>
14148
14149 * cus-start.el (gc-cons-percentage, exec-suffixes)
14150 (dos-display-scancodes, dos-hyper-key, dos-super-key)
14151 (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
14152 (make-cursor-line-fully-visible, void-text-area-pointer)
14153 (font-list-limit): Add customization data.
14154
14155 * allout.el (allout-exposure-change-functions)
14156 (allout-structure-added-functions)
14157 (allout-structure-deleted-functions)
14158 (allout-structure-shifted-functions): Rename abnormal hooks from
14159 *-hook, and convert to defcustoms.
14160 (allout-after-copy-or-kill-hook, allout-post-undo-hook):
14161 Convert to defcustoms.
14162 (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
14163
14164 * allout-widgets.el: Hook callers changed.
14165
14166 2012-05-02 Eli Zaretskii <eliz@gnu.org>
14167
14168 * mail/rmail.el (rmail-yank-current-message): Use the encoding of
14169 the yanked message in preference to the default value of
14170 buffer-file-coding-system.
14171
14172 2012-05-02 Martin Rudalics <rudalics@gmx.at>
14173
14174 * window.el (display-buffer--action-function-custom-type):
14175 Fix entry.
14176
14177 2012-05-02 Alan Mackenzie <acm@muc.de>
14178
14179 * progmodes/cc-defs.el (c-version): Update to 5.32.3.
14180
14181 2012-05-01 Glenn Morris <rgm@gnu.org>
14182
14183 * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
14184
14185 * eshell/esh-cmd.el (eshell-debug-command): Doc fix. Add :set.
14186
14187 * cus-edit.el (custom-variable-documentation): Simplify with format.
14188
14189 2012-05-01 Aaron S. Hawley <aaron.s.hawley@gmail.com>
14190 Stefan Monnier <monnier@iro.umontreal.ca>
14191
14192 * simple.el (suggest-key-bindings, execute-extended-command):
14193 Move from keyboard.c.
14194
14195 2012-05-01 Chong Yidong <cyd@gnu.org>
14196
14197 * follow.el: Eliminate advice.
14198 (set-process-filter, process-filter, sit-for): Advice deleted.
14199 (follow-mode-off-hook): Obsolete hook removed.
14200 (follow-avoid-tail-recenter-p, follow-process-filter-alist):
14201 Vars deleted.
14202 (follow-auto): Use a :set function.
14203 (follow-mode): Rewritten. Don't advise process filters.
14204 (follow-switch-to-current-buffer-all, follow-scroll-up)
14205 (follow-scroll-down): Assume follow-mode is bound.
14206 (follow-comint-scroll-to-bottom)
14207 (follow-align-compilation-windows): New functions.
14208 (follow--window-sorter): New function.
14209 (follow-all-followers): Use it to explicitly sort windows by their
14210 positions; don't make assumptions about next-window order.
14211 (follow-windows-start-end, follow-delete-other-windows-and-split)
14212 (follow-calc-win-start): Doc fix.
14213 (follow-windows-aligned-p, follow-select-if-visible): Don't call
14214 vertical-motion unnecessarily.
14215 (follow-adjust-window): New function.
14216 (follow-post-command-hook): Use it.
14217 (follow-call-set-process-filter, follow-call-process-filter)
14218 (follow-intercept-process-output, follow-tidy-process-filter-alist)
14219 (follow-stop-intercept-process-output, follow-generic-filter):
14220 Functions deleted.
14221 (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
14222 (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
14223 New functions, replacing advice on scroll-bar-* commands.
14224 (follow-mwheel-scroll): New function (Bug#4112).
14225
14226 * comint.el (comint-adjust-point): New function.
14227 (comint-postoutput-scroll-to-bottom): Use it.
14228 Call follow-comint-scroll-to-bottom for Follow mode buffers.
14229
14230 2012-05-01 Glenn Morris <rgm@gnu.org>
14231
14232 * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
14233 * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
14234 * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
14235 * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
14236 * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
14237 Remove no-byte-compile setting.
14238
14239 2012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
14240
14241 * minibuffer.el (completion-table-with-quoting): Fix compatibility
14242 all-completions code to not return a number in the last cdr.
14243
14244 2012-04-30 Leo Liu <sdl.web@gmail.com>
14245
14246 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
14247 read-only error.
14248
14249 2012-04-29 Chong Yidong <cyd@gnu.org>
14250
14251 * follow.el (follow-calc-win-end): Rewrite to handle partial
14252 screen lines correctly (Bug#8390).
14253 (follow-avoid-tail-recenter): Minor cleanup.
14254
14255 2012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
14256
14257 Avoid the obsolete `assoc' package.
14258 * speedbar.el (speedbar-refresh): Avoid adelete.
14259 (speedbar-file-lists): Simplify and avoid aput.
14260 * man.el (Man--sections, Man--refpages): New vars, replacing
14261 Man-sections-alist and Man-refpages-alist.
14262 (Man-build-section-alist, Man-build-references-alist):
14263 Use them; avoid aput.
14264 (Man--last-section, Man--last-refpage): New vars.
14265 (Man-follow-manual-reference): Use them.
14266 Use the `default' arg of completing-read.
14267 (Man-goto-section): Idem. Move prompt to the `interactive' spec.
14268
14269 2012-04-27 Chong Yidong <cyd@gnu.org>
14270
14271 * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
14272
14273 * startup.el (x-apply-session-resources): New function.
14274
14275 * term/ns-win.el (ns-initialize-window-system):
14276 * term/w32-win.el (w32-initialize-window-system):
14277 * term/x-win.el (x-initialize-window-system): Use it to properly
14278 set menu-bar-mode and other vars from X resources, even if the
14279 initial frame is not a window-system frame (Bug#2299).
14280
14281 * subr.el (read-key): Avoid running filter function when setting
14282 up temporary tool bar entries (Bug#9922).
14283
14284 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
14285
14286 * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
14287 (Bug#11344)
14288
14289 2012-04-27 Chong Yidong <cyd@gnu.org>
14290
14291 * select.el (xselect--encode-string): New function, split from
14292 xselect-convert-to-string.
14293 (xselect-convert-to-string): Use it.
14294 (xselect-convert-to-filename, xselect-convert-to-os)
14295 (xselect-convert-to-host, xselect-convert-to-user): Ensure that
14296 returned strings are properly encoded (Bug#11315).
14297
14298 2012-04-27 Chong Yidong <cyd@gnu.org>
14299
14300 * simple.el (delete-active-region): Move to killing custom group.
14301
14302 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
14303
14304 * progmodes/which-func.el (which-func-current): Quote %
14305 characters for mode-line processing.
14306
14307 2012-04-27 Chong Yidong <cyd@gnu.org>
14308
14309 * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
14310 reaching eob (Bug#11286).
14311
14312 2012-04-27 Eli Zaretskii <eliz@gnu.org>
14313
14314 * progmodes/gdb-mi.el (gdb-control-level): New variable.
14315 (gdb): Make it buffer-local and init to zero.
14316 (gdb-control-commands-regexp): New variable.
14317 (gdb-send): Don't wrap in "-interpreter-exec console" if
14318 gdb-control-level is positive. Increment gdb-control-level
14319 whenever the command matches gdb-control-commands-regexp, and
14320 decrement it each time the command is "end". (Bug#11279)
14321
14322 2012-04-27 Martin Rudalics <rudalics@gmx.at>
14323
14324 * window.el (adjust-window-trailing-edge, enlarge-window)
14325 (shrink-window, window-resize):
14326 * mouse.el (mouse-drag-line): Fix resizing of minibuffer
14327 windows (Bug#11276).
14328
14329 2012-04-27 Chong Yidong <cyd@gnu.org>
14330
14331 * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
14332 fix "missing prefix" warning. All callers changed.
14333
14334 2012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
14335
14336 * emacs-lisp/assoc.el: Move to obsolete/.
14337
14338 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
14339
14340 * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
14341
14342 * term/ns-win.el (ns-define-service):
14343 * progmodes/pascal.el (pascal-goto-defun):
14344 * progmodes/js.el (js--read-tab):
14345 * progmodes/etags.el (tags-lazy-completion-table):
14346 * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
14347 * emacs-lisp/ewoc.el (ewoc--wrap):
14348 * emacs-lisp/assoc.el (aput, adelete, amake):
14349 * doc-view.el (doc-view-convert-current-doc):
14350 * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
14351
14352 2012-04-26 Chong Yidong <cyd@gnu.org>
14353
14354 * image.el (image-type-from-buffer): Only return supported image
14355 type (Bug#9045).
14356
14357 * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
14358 value, for symmetry with diff-end-of-hunk.
14359 (diff-split-hunk, diff-find-source-location)
14360 (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
14361 (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
14362 (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
14363 compute the relevant hunk or file properly (Bug#6005).
14364 (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
14365
14366 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
14367
14368 * vc/vc-mtn.el:
14369 * vc/vc-hg.el:
14370 * vc/vc-git.el:
14371 * vc/vc-dir.el:
14372 * vc/vc-cvs.el:
14373 * vc/vc-bzr.el:
14374 * vc/vc-arch.el:
14375 * vc/vc.el: Replace lexical-let by lexical-binding.
14376 * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
14377 * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
14378 * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
14379
14380 2012-04-26 Chong Yidong <cyd@gnu.org>
14381
14382 * vc/diff-mode.el (diff-undo): New command (Bug#5302).
14383 (diff-mode-shared-map): Bind it to / and [remap undo].
14384
14385 * vc/ediff-wind.el (ediff-setup-windows-default): New function.
14386 (ediff-window-setup-function): Use it as the default, to set up
14387 windows based on whether the current frame is graphical (Bug#2138).
14388 (ediff-choose-window-setup-function-automatically): Make obsolete.
14389
14390 * vc/ediff-init.el: Always define ediff-pixel-width/height.
14391
14392 2012-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
14393
14394 * ffap.el: Remove old code for obsolete package.
14395 (ffap-complete-as-file-p): Remove.
14396
14397 Use completion-table-with-quoting for comint and pcomplete.
14398 * comint.el (comint--unquote&requote-argument)
14399 (comint--unquote-argument, comint--requote-argument): New functions.
14400 (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
14401 (comint-quote-filename): Use regexp-opt-charset.
14402 (comint--common-suffix, comint--common-quoted-suffix)
14403 (comint--table-subvert): Remove.
14404 (comint-unquote-function, comint-requote-function): New vars.
14405 (comint--complete-file-name-data): Use them with
14406 completion-table-with-quoting.
14407 * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
14408 * pcomplete.el (pcomplete-arg-quote-list)
14409 (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
14410 (pcomplete-unquote-argument-function): Default to non-nil.
14411 (pcomplete-unquote-argument): Simplify.
14412 (pcomplete--common-quoted-suffix): Remove.
14413 (pcomplete-requote-argument-function): New var.
14414 (pcomplete--common-suffix): New function.
14415 (pcomplete-completions-at-point): Use completion-table-with-quoting
14416 and completion-table-subvert.
14417
14418 * minibuffer.el: Use completion-table-with-quoting for read-file-name.
14419 (minibuffer--double-dollars): Preserve properties.
14420 (completion--sifn-requote): New function.
14421 (completion--file-name-table): Rewrite using it and c-t-with-quoting.
14422
14423 * minibuffer.el: Add support for completion of quoted/escaped data.
14424 (completion-table-with-quoting, completion-table-subvert): New funs.
14425 (completion--twq-try, completion--twq-all): New functions.
14426 (completion--nth-completion): New function.
14427 (completion-try-completion, completion-all-completions): Use it.
14428
14429 2012-04-25 Leo Liu <sdl.web@gmail.com>
14430
14431 * progmodes/python.el (python-pdbtrack-get-source-buffer):
14432 Use compilation-message if available to find real filename.
14433
14434 2012-04-25 Chong Yidong <cyd@gnu.org>
14435
14436 * vc/diff-mode.el (diff-setup-whitespace): New function.
14437 (diff-mode): Use it.
14438
14439 * vc/diff.el (diff-sentinel):
14440 * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
14441 Whitespace mode variables based on diff style (Bug#8612).
14442
14443 2012-04-25 Leo Liu <sdl.web@gmail.com>
14444
14445 * progmodes/python.el (python-send-region): Add suffix .py to the
14446 temp file.
14447
14448 * files.el (auto-mode-alist): Use javascript-mode instead.
14449
14450 2012-04-25 Alex Harsanyi <AlexHarsanyi@gmail.com>
14451
14452 Sync with soap-client repository. Support SOAP simpleType (Bug#10331).
14453
14454 * net/soap-client.el (soap-resolve-references-for-sequence-type)
14455 (soap-resolve-references-for-array-type): Hack to prevent self
14456 references, see Bug#9.
14457 (soap-parse-envelope): Report the contents of the 'detail' node
14458 when receiving a fault reply.
14459 (soap-parse-envelope): Report the contents of the entire 'detail' node.
14460
14461 * net/soap-inspect.el (soap-sample-value-for-simple-type)
14462 (soap-inspect-simple-type): New function.
14463
14464 * net/soap-client.el (soap-simple-type): New struct.
14465 (soap-default-xsd-types, soap-default-soapenc-types)
14466 (soap-decode-basic-type, soap-encode-basic-type):
14467 support unsignedInt and double basic types.
14468 (soap-resolve-references-for-simple-type)
14469 (soap-parse-simple-type, soap-encode-simple-type): New function.
14470 (soap-parse-schema): Parse xsd:simpleType declarations.
14471
14472 * net/soap-client.el (soap-default-xsd-types)
14473 (soap-default-soapenc-types): Add integer, byte and anyURI types.
14474 (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
14475 the local name of "soapenc:Array".
14476 (soap-decode-basic-type, soap-encode-basic-type): Support encoding
14477 decoding integer, byte and anyURI xsd types.
14478
14479 2012-04-25 Chong Yidong <cyd@gnu.org>
14480
14481 * cus-edit.el (custom-buffer-create-internal): Update header text.
14482
14483 2012-04-25 Eli Zaretskii <eliz@gnu.org>
14484
14485 * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
14486 settings on 'system-type', not on 'window-system'. On MS-Windows,
14487 set interactive-mode on in GDB.
14488
14489 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
14490
14491 * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
14492 (ruby-syntax-propertize-regexp): Remove.
14493 (ruby-syntax-propertize-function): Split regexp into chunks.
14494 Match following code directly.
14495
14496 2012-04-24 Dmitry Gutov <dgutov@yandex.ru>
14497
14498 * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
14499 (ruby-syntax-propertize-regexp): New function.
14500 (ruby-syntax-propertize-function): Use it to handle regexp not preceded
14501 by a special keyword.
14502
14503 * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
14504 (ruby-syntax-general-delimiters-goto-beg)
14505 (ruby-syntax-propertize-general-delimiters): New functions.
14506 (ruby-syntax-propertize-function): Use them to handle GDL.
14507 (ruby-font-lock-keywords): Move old handling of GDL...
14508 (ruby-font-lock-syntactic-keywords): .. to here.
14509 (ruby-calculate-indent): Adjust indentation for GDL.
14510
14511 2012-04-24 Michael Albinus <michael.albinus@gmx.de>
14512
14513 * notifications.el (top): Remove unneeded declarations.
14514 (notifications-specification-version): Change to "1.2".
14515 (notifications-interface, notifications-notify-method)
14516 (notifications-close-notification-method): Fix docstring.
14517 (notifications-get-capabilities-method): New defconst.
14518 (notifications-notify): Add :action-items, :resident and
14519 :transient hints. Change "image_data" to "image-data" and
14520 "image_path" to "image-path".
14521 (notifications-get-capabilities): New defun.
14522
14523 2012-04-24 Leo Liu <sdl.web@gmail.com>
14524
14525 * progmodes/python.el: Move hideshow setup to the end.
14526
14527 2012-04-24 Martin Rudalics <rudalics@gmx.at>
14528
14529 * window.el (handle-select-window): Clear echo area since this is
14530 no more done by read_char (Bug#11304).
14531
14532 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
14533
14534 * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
14535 and `/ M' to filter-derived-mode.
14536 * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
14537 (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
14538 (ibuffer-mark-by-mode): Use default rather than initial-input.
14539 (ibuffer-filter-by-derived-mode): Autoload and require-match.
14540
14541 2012-04-24 Ivan Andrus <darthandrus@gmail.com> (tiny change)
14542
14543 * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
14544 (ibuffer-filter-by-derived-mode): New filter.
14545 * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
14546
14547 2012-04-23 Andreas Politz <politza@fh-trier.de>
14548
14549 * subr.el (accept-change-group): Fix arg usage (Bug#6095).
14550
14551 2012-04-23 Chong Yidong <cyd@gnu.org>
14552
14553 * cus-edit.el (customize-apropos, customize-apropos-options):
14554 Disable matching of non-option variables (Bug#11176).
14555 (customize-option, customize-option-other-window)
14556 (customize-changed-options): Doc fix.
14557 (customize-apropos-options, customize-apropos-faces)
14558 (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
14559
14560 * apropos.el (apropos-read-pattern): Make prompt less cryptic.
14561 Fix word list splitting (Bug#11132).
14562 (apropos-symbol, apropos-keybinding, apropos-label)
14563 (apropos-property, apropos-function-button)
14564 (apropos-variable-button, apropos-misc-button): New faces.
14565 (apropos-symbol-face, apropos-keybinding-face)
14566 (apropos-label-face, apropos-property-face, apropos-match-face):
14567 Variables removed (Bug#8396).
14568 (apropos-library-button, apropos-format-plist, apropos-print)
14569 (apropos-print-doc, apropos-describe-plist): Callers changed.
14570
14571 2012-04-23 Michael Albinus <michael.albinus@gmx.de>
14572
14573 * net/xesam.el (xesam-mode-map): Use let-bound map in
14574 initialization. (Bug#11292)
14575
14576 2012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
14577
14578 Preserve ispell session localwords when switching back to
14579 original buffer.
14580
14581 * textmodes/ispell.el (ispell-buffer-session-localwords):
14582 New buffer-local variable to hold buffer session localwords.
14583 (ispell-kill-ispell): Add option 'clear to delete session
14584 localwords.
14585 (ispell-command-loop, ispell-change-dictionary)
14586 (ispell-buffer-local-words): Preserve session localwords when
14587 needed.
14588
14589 * textmodes/flyspell.el (flyspell-process-localwords)
14590 (flyspell-do-correct): Preserve session localwords when needed.
14591
14592 2012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
14593
14594 * textmodes/ispell.el (ispell-insert-word) Remove unneeded function
14595 using obsolete `translation-table-for-input'.
14596 (ispell-word, ispell-process-line, ispell-complete-word):
14597 Use plain `insert' instead of removed `ispell-insert-word'.
14598
14599 2012-04-22 Chong Yidong <cyd@gnu.org>
14600
14601 * cus-edit.el (custom-variable-menu)
14602 (custom-variable-reset-saved, custom-face-menu)
14603 (custom-face-reset-saved): If there is no saved value, make the
14604 "reset-saved" operation bring back the default (Bug#9509).
14605 (custom-face-state): Properly detect themed faces.
14606
14607 * faces.el (face-spec-set): Stop supporting deprecated form of
14608 third arg.
14609
14610 2012-04-22 Michael Albinus <michael.albinus@gmx.de>
14611
14612 Move functions from C to Lisp. Make non-blocking method calls
14613 the default. Implement further D-Bus standard interfaces.
14614
14615 * net/dbus.el (dbus-message-internal): Declare function.
14616 Remove unneeded function declarations.
14617 (defvar dbus-message-type-invalid, dbus-message-type-method-call)
14618 (dbus-message-type-method-return, dbus-message-type-error)
14619 (dbus-message-type-signal): Declare variables. Remove local
14620 definitions.
14621 (dbus-interface-dbus, dbus-interface-peer)
14622 (dbus-interface-introspectable, dbus-interface-properties)
14623 (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
14624 Adapt docstring.
14625 (dbus-interface-objectmanager): New defconst.
14626 (dbus-call-method, dbus-call-method-asynchronously)
14627 (dbus-send-signal, dbus-method-return-internal)
14628 (dbus-method-error-internal, dbus-register-service)
14629 (dbus-register-signal, dbus-register-method): New defuns, moved
14630 from dbusbind.c
14631 (dbus-call-method-handler, dbus-setenv)
14632 (dbus-get-all-managed-objects, dbus-managed-objects-handler):
14633 New defuns.
14634 (dbus-call-method-non-blocking): Make it an obsolete function.
14635 (dbus-unregister-object, dbus-unregister-service)
14636 (dbus-handle-event, dbus-register-property)
14637 (dbus-property-handler): Obey the new structure of
14638 `bus-registered-objects'.
14639 (dbus-introspect): Use `dbus-call-method'. Use a timeout.
14640 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
14641 Use `dbus-call-method'.
14642
14643 2012-04-22 Chong Yidong <cyd@gnu.org>
14644
14645 * cus-edit.el (custom-commands, custom-reset-menu)
14646 (Custom-reset-standard): Tweak labels.
14647 (custom-reset-button-menu): Change default to t.
14648 (custom-buffer-create-internal): For the custom-reset-button-menu
14649 case, put the revert button first.
14650 (custom-group-subtitle): New face.
14651 (custom-group-value-create): Align docstring to a specific column.
14652
14653 * wid-edit.el (widget-documentation-link-add): Don't handle
14654 indentation in this function.
14655 (widget-documentation-string-indent-to): New function.
14656 (widget-documentation-string-value-create): Use it.
14657
14658 * autorevert.el (auto-revert):
14659 * epg-config.el (epg):
14660 * ibuffer.el (ibuffer):
14661 * mpc.el (mpc):
14662 * ses.el (ses):
14663 * eshell/eshell.el (eshell):
14664 * net/ange-ftp.el (ange-ftp):
14665 * progmodes/ebnf2ps.el (postscript):
14666 * progmodes/flymake.el (flymake):
14667 * progmodes/prolog.el (prolog):
14668 * progmodes/verilog-mode.el (verilog-mode):
14669 * progmodes/which-func.el (which-func):
14670 * term/xterm.el (xterm):
14671 * textmodes/picture.el (picture):
14672 * textmodes/tildify.el (tildify):
14673 * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
14674 customization buffers.
14675
14676 2012-04-22 Alan Mackenzie <acm@muc.de>
14677
14678 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
14679 Adding a ) can hide the resulting (..) from searches. Fix it.
14680 Bound the backward search to the position of the existing (.
14681
14682 2012-04-21 Juanma Barranquero <lekktu@gmail.com>
14683
14684 * progmodes/verilog-mode.el (verilog-mode): Check whether
14685 which-func-modes is t before adding verilog-mode.
14686 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
14687
14688 2012-04-21 Leo Liu <sdl.web@gmail.com>
14689
14690 * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
14691
14692 2012-04-21 Michael Vehrs <Michael.Burschik@gmx.de>
14693
14694 * woman.el: Add support for "T{ T}" tbl syntax, and fix the
14695 filling of the last column of a table (Bug#5635).
14696 (woman-find-next-control-line): New arg, specifying an additional
14697 regexp component for the control line.
14698 (woman2-roff-buffer): Use it.
14699 (woman-break-table): New function.
14700 (woman2-TS): Use it.
14701
14702 2012-04-21 Chong Yidong <cyd@gnu.org>
14703
14704 * woman.el (woman-set-buffer-display-table, woman-decode-region)
14705 (woman-horizontal-escapes, woman-negative-vertical-space)
14706 (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
14707 (WoMan-warn-ignored): Use ?\s instead of ?\ .
14708
14709 2012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
14710
14711 * minibuffer.el (completion-file-name-table): Complete user names.
14712
14713 2012-04-20 Leo Liu <sdl.web@gmail.com>
14714
14715 * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
14716 and pcase-let*.
14717
14718 2012-04-20 Chong Yidong <cyd@gnu.org>
14719
14720 * server.el (server-execute): Respect initial-buffer-choice if it
14721 is a string and there are no files to open (Bug#2825).
14722 (server-create-window-system-frame, server-create-tty-frame):
14723 Don't switch buffers here.
14724 (server-process-filter): Only try to open a window system frame if
14725 compiled with graphical support (Bug#8314).
14726
14727 2012-04-20 Dan Nicolaescu <dann@gnu.org>
14728
14729 * battery.el (battery-echo-area-format): Display remaining time
14730 for sysfs backend too (Bug#11269).
14731 (battery-linux-sysfs): Fix conditional for the charge.
14732
14733 2012-04-20 Chong Yidong <cyd@gnu.org>
14734
14735 * progmodes/gdb-mi.el (gdb): Revert previous change.
14736 (gdb-inferior-io--init-proc): New function.
14737 (gdb-init-1): Use it.
14738 (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
14739 responsible for allocating a new pty and hooking it to gdb when
14740 the old pty gets an EIO due to process exit.
14741 (gdb-delchar-or-quit): New command. Bind it in gdb-mi buffers.
14742 (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
14743 (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
14744
14745 2012-04-20 Eli Zaretskii <eliz@gnu.org>
14746
14747 * window.el (window-min-size, window-sizable, window-min-delta)
14748 (window-max-delta, window--resizable, window-resizable)
14749 (window-total-size, window-full-height-p, window-full-width-p)
14750 (window-in-direction, window--resize-mini-window, window-resize)
14751 (window--resize-child-windows-normal)
14752 (window--resize-child-windows, window--resize-siblings)
14753 (window--resize-this-window, adjust-window-trailing-edge)
14754 (enlarge-window, shrink-window): Doc fixes.
14755
14756 2012-04-20 Chong Yidong <cyd@gnu.org>
14757
14758 * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
14759 New function to call delete-process on the gdb-inferior buffer's pty.
14760 (gdb-reset): Use it, instead of relying on kill-buffer to kill the
14761 pty process (Bug#11273).
14762 (gdb-update): New arg to suppress talking to the gdb process.
14763 (gdb-done-or-error): Use it.
14764 (gdb-stopped-functions): Rename from gdb-stopped-hooks.
14765 (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
14766 sentinel not being called.
14767
14768 * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
14769
14770 * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
14771
14772 2012-04-20 Glenn Morris <rgm@gnu.org>
14773
14774 * net/network-stream.el (open-network-stream): Doc fix.
14775
14776 2012-04-20 Chong Yidong <cyd@gnu.org>
14777
14778 * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
14779
14780 2012-04-20 Alan Mackenzie <acm@muc.de>
14781
14782 Ensure searching for keywords is case sensitive.
14783
14784 * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
14785 (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
14786 (c-defun-name, c-mark-function, c-cpp-define-name)
14787 (c-comment-indent, c-scan-conditionals, c-indent-defun)
14788 (c-context-line-break): Bind case-fold-search to nil.
14789
14790 * progmodes/cc-mode.el (c-font-lock-fontify-region):
14791 Bind case-fold-search to nil.
14792
14793 2012-04-20 Chong Yidong <cyd@gnu.org>
14794
14795 * mail/sendmail.el (mail-bury): Call return action with the right
14796 Rmail buffer (Bug#11242).
14797
14798 * server.el (server-process-filter): Handle corner case where both
14799 tty and nowait options are present (Bug#11102).
14800
14801 2012-04-20 Eli Zaretskii <eliz@gnu.org>
14802
14803 * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
14804 (top level): Put into the executable the ident-style '$Id:' tag on
14805 windows-nt as well.
14806
14807 2012-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
14808
14809 * electric.el (electric-indent-post-self-insert-function): Check that
14810 electric-indent-mode is enabled in current buffer.
14811
14812 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
14813
14814 * imenu.el (imenu-progress-message): Restore; it is "used" in
14815 erc/erc-imenu.el and net/snmp-mode.el.
14816
14817 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
14818
14819 * avoid.el (mouse-avoidance-mode): Mark unused arg.
14820 (mouse-avoidance-nudge-mouse): Remove unused binding.
14821
14822 * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
14823
14824 * descr-text.el (describe-char):
14825 * progmodes/python.el (python-describe-symbol):
14826 Don't call `toggle-read-only', set `buffer-read-only'.
14827
14828 * imenu.el (imenu-default-goto-function): Mark unused args.
14829 (imenu-progress-message): Remove obsolete macro; all callers changed.
14830
14831 * subr.el (keymap-canonicalize): Remove unused binding.
14832 (read-passwd): Mark unused arg.
14833
14834 * tutorial.el (tutorial--display-changes): Remove unused binding.
14835 (tutorial--save-tutorial-to): Remove unused variable.
14836
14837 * emacs-lisp/package.el (define-package, package-menu-mark-delete)
14838 (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
14839 (package-generate-autoloads, package-menu--generate)
14840 (package-menu--find-upgrades): Remove unused bindings.
14841
14842 * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
14843 (cua-restrict-prefix-rectangle): Doc fixes. Remove unused bindings.
14844 (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
14845 (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
14846 (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
14847 (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
14848 (cua--rectangle-aux-replace, cua--left-fill-rectangle)
14849 (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
14850 (cua-delete-char-rectangle): Mark unused args.
14851 (cua-align-rectangle): Remove unused binding.
14852
14853 * mail/rmail.el (compilation--message->loc)
14854 (epa--find-coding-system-for-mime-charset): Declare.
14855
14856 * net/dbus.el (dbus-register-service): Declare.
14857 (dbus-name-owner-changed-handler): Remove unused binding.
14858
14859 * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
14860 (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
14861 (nxml-scan-backward-within): Mark unused arg.
14862 (nxml-dynamic-markup-word): Remove unused binding.
14863
14864 * mouse.el (mouse-menu-major-mode-map):
14865 * emacs-lisp/authors.el (authors-scan-change-log)
14866 (authors-add-to-author-list):
14867 * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
14868 * emacs-lisp/smie.el (smie-auto-fill):
14869 * mail/sendmail.el (mail-bury):
14870 * mail/unrmail.el (unrmail):
14871 * net/tls.el (open-tls-stream):
14872 * textmodes/picture.el (picture-mouse-set-point):
14873 Remove unused bindings.
14874
14875 2012-04-19 Michael Albinus <michael.albinus@gmx.de>
14876
14877 * net/tramp.el (tramp-action-password): Let-bind
14878 `enable-recursive-minibuffers' to t.
14879
14880 2012-04-18 Sam Steingold <sds@gnu.org>
14881
14882 * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
14883 instead of 'string to accommodate values like [f11].
14884 Always use `vconcat' instead of `concat' on it, like in `gud-def'.
14885 * progmodes/gdb-mi.el: Likewise.
14886
14887 2012-04-18 Leo Liu <sdl.web@gmail.com>
14888
14889 * abbrev.el (edit-abbrevs): Move point to the abbrev table of
14890 current buffer.
14891 (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
14892 LOCAL is nil.
14893
14894 2012-04-18 Chong Yidong <cyd@gnu.org>
14895
14896 * simple.el (line-move): Use forward-line if in batch mode
14897 (Bug#11053).
14898
14899 2012-04-18 Christopher Schmidt <christopher@ch.ristopher.com>
14900
14901 * files.el (after-find-file): Do not try to add a final newline if
14902 the buffer is read-only (Bug#11156).
14903
14904 2012-04-17 Richard Stallman <rms@gnu.org>
14905
14906 * mail/rmail.el (rmail-start-mail):
14907 Pass (rmail-mail-return...) for the return-action.
14908 Pass (rmail-yank-current-message...) for the yank-action.
14909 (rmail-yank-current-message): New function.
14910 (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
14911 (rmail-reply): Likewise.
14912 (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
14913
14914 * mail/sendmail.el (mail-bury): Choose the first rmail-mode
14915 buffer, not the last. Reject temp buffers. Use the rmail-mode
14916 buffer, not newbuf.
14917
14918 2012-04-17 Juanma Barranquero <lekktu@gmail.com>
14919
14920 * server.el (server-ensure-safe-dir): Simplify.
14921
14922 2012-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
14923
14924 * emacs-lisp/smie.el: Provide smarter auto-filling.
14925 (smie-auto-fill): New function.
14926 (smie-setup): Use it.
14927
14928 * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
14929
14930 2012-04-17 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
14931
14932 * newcomment.el (comment-inline-offset): New custom var (bug#11090).
14933 (comment-indent): Use it.
14934
14935 2012-04-17 Vincent Belaïche <vincentb1@users.sourceforge.net>
14936
14937 * ses.el: The overall change is to add cell renaming, that is
14938 setting fancy names for cell symbols other than name matching
14939 "\\`[A-Z]+[0-9]+\\'" regexp .
14940 (ses-localvars): Add ses--renamed-cell-symb-list.
14941 (ses-create-cell-variable): New defun.
14942 (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
14943 (ses-relocate-formula): Relocate formulas only for cells the
14944 symbols of which are not renamed, i.e. symbols whose names do not
14945 match regexp "\\`[A-Z]+[0-9]+\\'".
14946 (ses-relocate-all): Relocate values only for cells the symbols of
14947 which are not renamed.
14948 (ses-load): Create cells variables as the (ses-cell ...) are read,
14949 in order to check row col consistency with cell symbol name only
14950 for cells that are not renamed.
14951 (ses-replace-name-in-formula): New defun.
14952 (ses-rename-cell): New defun.
14953
14954 2012-04-17 Peter Oliver <bzr@mavit.org.uk> (tiny change)
14955
14956 * progmodes/perl-mode.el (perl-indent-parens-as-block):
14957 New option (bug#11118).
14958 (perl-calculate-indent): Respect it.
14959
14960 2012-04-17 Glenn Morris <rgm@gnu.org>
14961
14962 * dired-aux.el (dired-mark-read-string): Doc fix.
14963
14964 2012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
14965
14966 * dired-aux.el (dired-mark-read-string): Offer optional completion.
14967 (dired-do-chxxx): Complete chown, chgrp over users, groups. (Bug#7900)
14968
14969 2012-04-17 Glenn Morris <rgm@gnu.org>
14970
14971 * mouse.el (mouse-drag-track):
14972 * speedbar.el (speedbar-frame-mode):
14973 Use auto-hscroll-mode rather than the alias automatic-hscrolling.
14974
14975 2012-04-16 Leo Liu <sdl.web@gmail.com>
14976
14977 * progmodes/python.el: Trivial cleanup.
14978
14979 2012-04-16 Glenn Morris <rgm@gnu.org>
14980
14981 * vc/vc.el (vc-string-prefix-p):
14982 * vc/pcvs-util.el (cvs-string-prefix-p):
14983 * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
14984 * mpc.el (mpc-string-prefix-p):
14985 Make all of these into obsolete aliases for string-prefix-p.
14986 Update callers.
14987 * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
14988
14989 * textmodes/two-column.el: Move custom options to the start.
14990 (frame-width): Remove compat definition.
14991 (2C-associate-buffer, 2C-dissociate):
14992 Use with-current-buffer rather than save-excursion.
14993 (2C-dissociate): Force a mode-line update.
14994 (2C-autoscroll): Use ignore-errors.
14995
14996 * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
14997 Autoload trivia.
14998
14999 * emacs-lisp/cl-extra.el (*random-state*):
15000 Remove unnecessary declaration.
15001
15002 * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
15003
15004 * play/cookie1.el (cookie-snarf):
15005 Give an explicit error if input file cannot be read.
15006
15007 * play/yow.el (yow-file): Use expand-file-name rather than concat.
15008
15009 * progmodes/perl-mode.el (c-macro-expand):
15010 Remove unnecessary autoload (it is in loaddefs.el).
15011
15012 * textmodes/picture.el (picture-desired-column)
15013 (picture-update-desired-column): Convert comments to doc-strings.
15014 (picture-substitute): Remove function.
15015 (picture-mode-map): Initialize in the defvar.
15016
15017 * woman.el: Remove eval-after-load for tar-mode.
15018 * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
15019 (woman-tar-extract-file): Autoload it.
15020
15021 * frame.el (automatic-hscrolling): Make this alias obsolete.
15022
15023 2012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
15024
15025 * textmodes/ispell.el (ispell-set-spellchecker-params): Post-process
15026 `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
15027 (ispell-dictionary-base-alist): Revert to original XEmacs
15028 friendly version for default. [:alpha:] will be added in
15029 `ispell-set-spellchecker-params' if needed.
15030
15031 2012-04-16 Chong Yidong <cyd@gnu.org>
15032
15033 * image.el (imagemagick--file-regexp): New variable.
15034 (imagemagick-register-types): Use it.
15035 (imagemagick-types-inhibit): Add :set function. Allow new value
15036 of t to inhibit all types.
15037
15038 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
15039 so we can preload it.
15040
15041 * loadup.el (fboundp): Preload regexp-opt, needed by
15042 imagemagick-register-types.
15043
15044 2012-04-15 Chong Yidong <cyd@gnu.org>
15045
15046 * frame.el (scrolling): Remove nearly unused customization group.
15047
15048 * scroll-all.el (scroll-all-mode): Move to windows group.
15049
15050 2012-04-15 Chong Yidong <cyd@gnu.org>
15051
15052 * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
15053
15054 2012-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
15055
15056 Avoid the use of ((lambda ...) ...) in lexical-binding code.
15057 * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
15058
15059 2012-04-15 Glenn Morris <rgm@gnu.org>
15060
15061 * simple.el (process-file-side-effects): Doc fix.
15062
15063 2012-04-15 Glenn Morris <rgm@gnu.org>
15064
15065 * international/mule-cmds.el (set-language-environment): Doc fix.
15066
15067 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
15068
15069 * server.el (server-auth-key, server-generate-key): Doc fixes.
15070 (server-get-auth-key): Doc fix. Use `string-match-p'.
15071 (server-start): Reflow docstring.
15072
15073 2012-04-14 Lars Ingebrigtsen <larsi@gnus.org>
15074
15075 * server.el (server-generate-key): `called-interactively-p'
15076 requires a parameter.
15077
15078 2012-04-14 Michal Nazarewicz <mina86@mina86.com>
15079
15080 * server.el (server-auth-key): New variable.
15081 (server-generate-key, server-get-auth-key): New function.
15082 (server-start): Use the new variable and functions to allow
15083 setting a permanent server key (bug#9423).
15084
15085 2012-04-14 Leo Liu <sdl.web@gmail.com>
15086
15087 * vc/diff-mode.el (diff-file-prev/next): Fix typo.
15088
15089 2012-04-14 Paul Eggert <eggert@cs.ucla.edu>
15090
15091 Spelling fixes.
15092 * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
15093 Emacs uses American spelling.
15094
15095 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
15096
15097 * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
15098 (emacs-lock--exit-locked-buffer): Return the locked buffer. Doc fix.
15099 (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
15100 (emacs-lock--kill-buffer-query-functions): Run new hook. (Bug#11017)
15101
15102 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
15103
15104 * progmodes/which-func.el (which-func-modes): Change default.
15105
15106 2012-04-14 Kim F. Storm <storm@cua.dk>
15107
15108 * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
15109 exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
15110
15111 2012-04-14 Chong Yidong <cyd@gnu.org>
15112
15113 * custom.el (custom-theme-set-variables): Doc fix.
15114
15115 2012-04-14 Glenn Morris <rgm@gnu.org>
15116
15117 * international/mule.el (set-auto-coding-for-load): Doc fix.
15118
15119 2012-04-14 Alan Mackenzie <acm@muc.de>
15120
15121 * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
15122 imenu work again for Objective C Mode. Correct the *-index values,
15123 these having been disturbed by a previous change in 2011-08.
15124
15125 * progmodes/cc-engine.el (c-before-change-check-<>-operators):
15126 Correct two search limits.
15127
15128 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
15129
15130 * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
15131
15132 2012-04-14 Andreas Schwab <schwab@linux-m68k.org>
15133
15134 * international/characters.el: Fix sorting.
15135
15136 2012-04-14 Eli Zaretskii <eliz@gnu.org>
15137
15138 * international/characters.el: Add more missing Latin case pairs.
15139
15140 2012-04-14 Glenn Morris <rgm@gnu.org>
15141
15142 * files.el (dir-locals-set-class-variables): Doc fix.
15143
15144 2012-04-14 Eli Zaretskii <eliz@gnu.org>
15145
15146 * international/characters.el: Add set-case-syntax-pair call for
15147 LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
15148 counterpart. (Bug#11209)
15149
15150 * simple.el (shell-command-on-region): Doc fix. (Bug#11208)
15151
15152 2012-04-14 Glenn Morris <rgm@gnu.org>
15153
15154 * calendar/holidays.el (calendar-check-holidays): Doc fix.
15155
15156 2012-04-14 Eli Zaretskii <eliz@gnu.org>
15157
15158 * textmodes/ispell.el (ispell-dictionary-base-alist):
15159 Add data for Hebrew.
15160
15161 2012-04-14 Chong Yidong <cyd@gnu.org>
15162
15163 * net/rcirc.el (rcirc-cmd-quit):
15164 Revert 2012-03-18 change (Bug#11192).
15165
15166 2012-04-14 Glenn Morris <rgm@gnu.org>
15167
15168 * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
15169
15170 2012-04-14 Eli Zaretskii <eliz@gnu.org>
15171
15172 * minibuffer.el (completion-in-region-mode-map):
15173 Bind completion-help-at-point to M-? rather than ?. (Bug#11182)
15174
15175 2012-04-13 Vivek Dasmohapatra <vivek@etla.org>
15176
15177 * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
15178
15179 2012-04-13 Masatake YAMATO <yamato@redhat.com>
15180
15181 * minibuffer.el (minibuffer-local-filename-syntax): New variable
15182 to allow `C-M-f' and `C-M-b' to move to the nearest path
15183 separator (bug#9511).
15184
15185 2012-04-13 Lars Ingebrigtsen <larsi@gnus.org>
15186
15187 * avoid.el: Require cl when compiling. And also move the
15188 `provide' to the end.
15189
15190 2012-04-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
15191
15192 * avoid.el (mouse-avoidance-banish-position): New variable.
15193 (mouse-avoidance-banish-destination): Use it (bug#10165).
15194
15195 2012-04-13 Leo Liu <sdl.web@gmail.com>
15196
15197 * progmodes/which-func.el (which-func-modes): Add objc-mode.
15198
15199 2012-04-13 Ken Brown <kbrown@cornell.edu>
15200
15201 * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
15202 this is no longer needed now that cygstart understands file:// URLs.
15203 (browse-url-filename-alist): For the same reason, don't modify
15204 file:// URLs on Cygwin.
15205
15206 2012-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
15207
15208 * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
15209 the region on shift if the binding is already shifted (bug#11221).
15210
15211 2012-04-12 Glenn Morris <rgm@gnu.org>
15212
15213 * mail/mailpost.el: Move to obsolete/.
15214
15215 2012-04-12 Drew Adams <drew.adams@oracle.com>
15216
15217 * imenu.el (imenu--generic-function): Ignore invisible definitions
15218 (bug#10123).
15219
15220 2012-04-12 Vivek Dasmohapatra <vivek@etla.org>
15221
15222 * hexl.el (hexl-bits): New variable.
15223 (hexl-options): Mention the variable in the doc string.
15224 (hexl-rulerise, hexl-line-displen): New functions.
15225 (hexl-mode): Mention the new variable.
15226 (hexl-mode, hexl-current-address, hexl-current-address):
15227 Use the displen.
15228 (hexl-ascii-start-column): New function.
15229 (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
15230 (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
15231
15232 2012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
15233
15234 * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
15235 '("-i" ENCODING), in 2 separate command-line arguments, to specify
15236 the encoding, as expected by hunspell.
15237
15238 2012-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
15239
15240 * battery.el (battery--linux-sysfs-regexp): New const.
15241 (battery-status-function): Use it. Remove yeeloong special case.
15242 (battery-yeeloong-sysfs): Remove.
15243 (battery-echo-area-format): Remove yeeloong special case.
15244
15245 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
15246
15247 * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
15248 Reported by Noah Friedman.
15249
15250 * subr.el (read-passwd): Use read-string.
15251
15252 2012-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
15253
15254 * vcursor.el (vcursor-move): Increase the priority of the overlay
15255 (bug#9663).
15256
15257 2012-04-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
15258
15259 * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
15260 (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
15261
15262 2012-04-11 William Stevenson <yhvh2000@gmail.com>
15263
15264 * textmodes/artist.el (artist-mode): Convert artist-mode to use
15265 define-minor-mode (bug#10760).
15266
15267 2012-04-11 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
15268
15269 * progmodes/grep.el (rgrep): Tweak the find command line so
15270 that directories matching `grep-find-ignored-files' won't be
15271 pruned (bug#10351).
15272
15273 2012-04-11 Chong Yidong <cyd@gnu.org>
15274
15275 * startup.el (command-line): Remove support for long-obsolete
15276 variable font-lock-face-attributes.
15277
15278 2012-04-11 Glenn Morris <rgm@gnu.org>
15279
15280 * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
15281
15282 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
15283
15284 * window.el (window--state-get-1): Obey window-point-insertion-type.
15285
15286 2012-04-11 Lennart Borgman <lennart.borgman@gmail.com>
15287
15288 * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
15289 to previous function when point is on the first character of a
15290 function. Take care of that in `narrow-to-defun' (bug#6157).
15291
15292 2012-04-11 Glenn Morris <rgm@gnu.org>
15293
15294 * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
15295 not just file-errors.
15296
15297 * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
15298 (vc-bzr-sha1): Use internal sha1.
15299
15300 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
15301
15302 * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
15303
15304 2012-04-10 Sébastien Gross <seb@chezwam.org> (tiny change)
15305
15306 * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
15307 that start in the middle of the line (bug#10496).
15308
15309 2012-04-10 Dan Nicolaescu <dann@gnu.org>
15310
15311 * battery.el (battery-linux-proc-acpi): Only one battery is
15312 discharged at a time, but that seems to confuse battery.el when
15313 computing `rate-type' for the battery not being discharged
15314 (bug#10332).
15315
15316 2012-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
15317
15318 * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
15319
15320 * international/quail.el: Use dolist and simplify.
15321 (quail-define-package, quail-update-keyboard-layout)
15322 (quail-define-rules): Use dolist.
15323 (quail-insert-kbd-layout, quail-get-translation): CSE.
15324
15325 * tmm.el: Use dolist, remove left over hook.
15326 (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
15327 Use dolist.
15328 (calendar-load-hook): Don't mess with it.
15329
15330 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
15331 Use derived-mode-p. Run the diff asynchronously.
15332
15333 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
15334
15335 * obsolete/mouse-sel.el: Add an Obsolete-since header.
15336
15337 2012-04-10 Juanma Barranquero <lekktu@gmail.com>
15338
15339 * misc.el: Display absolute path of loaded DLLs (bug#10424).
15340 (list-dynamic-libraries--loaded): New function.
15341 (list-dynamic-libraries--refresh): Use it.
15342
15343 2012-04-10 Nathan Weizenbaum <nweiz@google.com>
15344
15345 * progmodes/python.el (python-fill-paragraph):
15346 Make python-fill-region in a multiline string work when font-lock is
15347 disabled (bug#7018).
15348
15349 2012-04-10 Laimonas VÄ—bra <laimonas.vebra@gmail.com> (tiny change)
15350
15351 * language/european.el (cp775): Add oem/legacy (en)coding on
15352 DOS/MS Windows for the Baltic languages. There are still plenty
15353 of texts written in this encoding/codepage (bug#6519).
15354
15355 2012-04-10 Glenn Morris <rgm@gnu.org>
15356
15357 * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
15358 Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
15359
15360 2012-04-10 Florian Adamsky <florian@adamsky.it> (tiny change)
15361
15362 * recentf.el (recentf-dialog-mode-map): Add two keybindings for
15363 next-line "n" and previous-line "p" in order to make recentf more
15364 consistent with ibuffer, dired or org-mode (bug#9387).
15365
15366 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
15367
15368 * image.el (put-image): Return the overlay created instead of the
15369 optional input string (bug#7834). Note that this may break code
15370 that is (for some reason or other) depending on `put-image'
15371 returning the string.
15372
15373 * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
15374
15375 * simple.el (zap-to-char): Allow zapping using input methods
15376 (bug#1580).
15377
15378 * textmodes/fill.el (fill-region): Leave point and mark where they
15379 were before filling (bug#5399).
15380
15381 2012-04-09 Glenn Morris <rgm@gnu.org>
15382
15383 * version.el (emacs-bzr-get-version):
15384 Handle lightweight checkouts of local branches.
15385
15386 2012-04-09 Andreas Schwab <schwab@linux-m68k.org>
15387
15388 * international/characters.el: Recover lost case pairs. (Bug#11209)
15389
15390 2012-04-09 Chong Yidong <cyd@gnu.org>
15391
15392 * custom.el (custom-variable-p): Return nil for non-symbol
15393 arguments instead of signaling an error.
15394 (user-variable-p): Obsolete alias for custom-variable-p.
15395
15396 * apropos.el (apropos-variable):
15397 * files-x.el (read-file-local-variable):
15398 * simple.el (set-variable):
15399 * woman.el (woman-mini-help):
15400 * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
15401
15402 2012-04-09 Glenn Morris <rgm@gnu.org>
15403
15404 * startup.el (normal-top-level): Don't look for leim-list.el
15405 in places where it will not be found. (Bug#910)
15406
15407 * international/mule-cmds.el (set-default-coding-systems):
15408 * files.el (normal-mode):
15409 Remove guarded calls to ucs-set-table-for-input. (Bug#9821)
15410 This function was removed with ucs-tables.el in 2008.
15411
15412 2012-04-08 Eli Zaretskii <eliz@gnu.org>
15413
15414 * textmodes/ispell.el (ispell-check-version): For hunspell, set
15415 ispell-encoding8-command to "-i", without a trailing space.
15416 (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
15417 separate command-line arguments, to specify the encoding, since
15418 that's how hunspell expects it.
15419
15420 2012-04-08 Glenn Morris <rgm@gnu.org>
15421
15422 * loadup.el: Load bindings before cus-start.
15423 This reduces somewhat the number of "rogue" settings in emacs -Q.
15424
15425 2012-04-07 Glenn Morris <rgm@gnu.org>
15426
15427 * version.el (emacs-bzr-get-version): New function.
15428 (emacs-bzr-version): New variable.
15429 * loadup.el (emacs-bzr-version): Set it. (Bug#8054)
15430 * mail/emacsbug.el (report-emacs-bug): Include bzr version.
15431
15432 2012-04-07 Eli Zaretskii <eliz@gnu.org>
15433
15434 * international/uni-bidi.el, international/uni-category.el:
15435 * international/uni-combining.el, international/uni-decimal.el:
15436 * international/uni-decomposition.el, international/uni-digit.el:
15437 * international/uni-lowercase.el, international/uni-mirrored.el:
15438 * international/uni-name.el, international/uni-numeric.el:
15439 * international/uni-titlecase.el, international/uni-uppercase.el:
15440 Update for Unicode 6.1.
15441
15442 2012-04-07 Eli Zaretskii <eliz@gnu.org>
15443
15444 * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
15445
15446 2012-04-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
15447
15448 * window.el (shrink-window): Mention the `window-min-height'
15449 variable in the doc string.
15450
15451 2012-04-05 Bastien Guerry <bzg@altern.org>
15452
15453 * color.el (color-lighten-name): Fix typo.
15454
15455 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
15456
15457 * server.el (server--on-display-p): New function.
15458 (server--on-display-p): Use it.
15459
15460 2012-04-04 Gábor Vida <vidagabor@gmail.com> (tiny change)
15461
15462 * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
15463 (bug#11145).
15464
15465 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
15466
15467 * comint.el (comint--common-quoted-suffix): Check string boundary
15468 before comparing (bug#11158).
15469 * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
15470
15471 2012-04-04 Chong Yidong <cyd@gnu.org>
15472
15473 * minibuffer.el (completion-extra-properties): Doc fix.
15474
15475 * subr.el (delayed-warnings-hook): Doc fix.
15476
15477 2012-04-04 Daiki Ueno <ueno@unixuser.org>
15478
15479 * epa.el (epa--select-keys): Bind C-c C-c to finish the key
15480 selection (Bug#11159).
15481 (epa-insert-keys): Inform that the default public key will be
15482 exported if no key is selected.
15483
15484 2012-04-04 Richard Stallman <rms@gnu.org>
15485
15486 * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
15487
15488 2012-04-03 Chong Yidong <cyd@gnu.org>
15489
15490 * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
15491 mail-insert-file, not its obsolete alias mail-attach-file.
15492
15493 2012-04-03 Michael Albinus <michael.albinus@gmx.de>
15494
15495 * notifications.el (notifications-notify): Fix docstring.
15496
15497 2012-04-02 Glenn Morris <rgm@gnu.org>
15498
15499 * emacs-lisp/authors.el (authors-aliases): Another addition.
15500
15501 2012-04-02 Michael Albinus <michael.albinus@gmx.de>
15502
15503 * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
15504 `tramp-compat-call-process' instead of `tramp-local-call-process'.
15505 Reported by Magnus Henoch <magnus.henoch@gmail.com>.
15506
15507 2012-04-01 Chong Yidong <cyd@gnu.org>
15508
15509 * files.el (file-in-directory-p): Rename from file-subdir-of-p.
15510 Handle root directory properly.
15511 (copy-directory): Caller changed.
15512
15513 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
15514 * net/tramp.el (tramp-file-name-for-operation): Callers changed.
15515
15516 2012-03-31 Glenn Morris <rgm@gnu.org>
15517
15518 * term/xterm.el (xterm-extra-capabilities): Doc fix.
15519
15520 * language/indian.el ("Devanagari"): Fix typo. (Bug#11103)
15521
15522 * calendar/calendar.el (calendar-window-list)
15523 (calendar-hide-window): Restore. (Bug#11140)
15524 (calendar-exit): Use calendar-window-list, calendar-hide-window again.
15525
15526 * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
15527
15528 2012-03-30 Thierry Volpiatto <thierry.volpiatto@gmail.com>
15529
15530 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
15531 Check if file is a symlink (Bug#10489).
15532
15533 * files.el (copy-directory): Likewise.
15534
15535 2012-03-30 Chong Yidong <cyd@gnu.org>
15536
15537 * image.el (imagemagick-types-inhibit)
15538 (imagemagick-register-types): Doc fix.
15539
15540 2012-03-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
15541
15542 * textmodes/ispell.el (ispell-get-extended-character-mode):
15543 Disable extended-char-mode for hunspell. hunspell does not support it
15544 and treats ~word as ordinary words in pipe mode.
15545
15546 2012-03-30 Glenn Morris <rgm@gnu.org>
15547
15548 * tutorial.el (help-with-tutorial): Ensure local variables don't
15549 happen to make the buffer read-only. (Bug#11127)
15550
15551 2012-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
15552
15553 * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
15554 (perl-calculate-indent): Return `noindent' in strings.
15555
15556 2012-03-28 Sam Steingold <sds@gnu.org>
15557
15558 * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
15559 instead of the broken adhockery which does not prevent calendar
15560 buffers from being displayed at random after exit.
15561 (calendar-window-list, calendar-hide-window): Remove the broken
15562 adhockery.
15563
15564 2012-03-28 Glenn Morris <rgm@gnu.org>
15565
15566 * replace.el (query-replace-map): Doc fix.
15567
15568 2012-03-28 Andreas Schwab <schwab@linux-m68k.org>
15569
15570 * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
15571 contents. (Bug#11109)
15572
15573 2012-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
15574
15575 * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
15576 (bug#11077).
15577 (avl-tree--check, avl-tree--check-node): New funs.
15578
15579 2012-03-27 Martin Rudalics <rudalics@gmx.at>
15580
15581 * window.el (switch-to-visible-buffer): New option.
15582 (switch-to-prev-buffer, switch-to-next-buffer):
15583 Observe switch-to-visible-buffer. Make sure that checking for a window
15584 showing a buffer already is done on the same frame.
15585
15586 2012-03-27 Glenn Morris <rgm@gnu.org>
15587
15588 * startup.el (mail-host-address): Doc fix.
15589
15590 2012-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
15591
15592 * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
15593 than 197 variables.
15594
15595 2012-03-26 Ami Fischman <ami@fischman.org>
15596
15597 * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
15598
15599 2012-03-26 Glenn Morris <rgm@gnu.org>
15600
15601 * files.el (save-buffers-kill-emacs): Doc fix.
15602
15603 * startup.el (normal-top-level, command-line, command-line-1):
15604 Give them doc strings.
15605
15606 2012-03-25 Eli Zaretskii <eliz@gnu.org>
15607
15608 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
15609 of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
15610
15611 2012-03-25 Chong Yidong <cyd@gnu.org>
15612
15613 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
15614 theme if it was previously enabled before (Bug#11031).
15615
15616 * cus-theme.el (custom-theme-write-faces): Retrieve current face
15617 spec with custom-face-get-current-spec if its :shown-value is not
15618 determined yet (Bug#9337).
15619 (customize-create-theme, custom-theme-revert): Doc fixes.
15620
15621 * button.el (button-at): Minor addition to docstring.
15622
15623 2012-03-24 Simon Leinen <simon.leinen@gmail.com>
15624
15625 * vc/vc.el (vc-merge): Fix a prompt.
15626
15627 2012-03-24 Chong Yidong <cyd@gnu.org>
15628
15629 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
15630 point (Bug#9623).
15631
15632 * button.el (button-at): Minor addition to docstring.
15633
15634 2012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
15635
15636 * newcomment.el (comment-choose-indent): No space after BOL.
15637
15638 2012-03-22 Sam Steingold <sds@gnu.org>
15639
15640 * window.el (switch-to-prev-buffer): Revert last patch because the
15641 bug turned out to be an advertised feature (Elisp manual 28.14).
15642
15643 2012-03-22 Glenn Morris <rgm@gnu.org>
15644
15645 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
15646 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
15647
15648 2012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
15649
15650 * net/network-stream.el (network-stream-open-starttls): Make error
15651 message under Windows be less misleading.
15652
15653 2012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
15654
15655 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
15656 understands (bug#9942).
15657
15658 2012-03-22 Chong Yidong <cyd@gnu.org>
15659
15660 * simple.el (end-of-visible-line): Handle return value of
15661 next-single-property-change properly (Bug#9371).
15662
15663 2012-03-22 Kenichi Handa <handa@m17n.org>
15664
15665 * international/quail.el (quail-insert-kbd-layout): Fix previous
15666 change. To avoid unwanted bidi reordering, use
15667 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
15668
15669 2012-03-21 Dmitry Gutov <dgutov@yandex.ru>
15670
15671 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
15672 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
15673 (ruby-beginning-of-indent): Be more careful with the difference
15674 between word-boundary and symbol boundary.
15675 (ruby-mode-syntax-table): Make : a symbol constituent.
15676
15677 2012-03-21 Andreas Politz <politza@fh-trier.de>
15678
15679 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
15680
15681 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
15682
15683 * progmodes/etags.el (tags-completion-at-point-function):
15684 Improve last fix.
15685
15686 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
15687
15688 2012-03-21 Sam Steingold <sds@gnu.org>
15689
15690 * progmodes/etags.el (tags-completion-at-point-function):
15691 Avoid the error when point is inside the pattern.
15692
15693 2012-03-21 John Yates <john@yates-sheets.org> (tiny change)
15694
15695 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
15696 line (Bug#10855).
15697
15698 2012-03-21 Drew Adams <drew.adams@oracle.com>
15699
15700 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
15701
15702 2012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
15703
15704 * ido.el (ido-set-current-directory, ido-read-internal)
15705 (ido-choose-completion-string, ido-completion-help): Handle nil
15706 value of ido-completion-buffer (Bug#11008).
15707
15708 2012-03-21 Sam Steingold <sds@gnu.org>
15709
15710 * window.el (switch-to-prev-buffer): Do not switch to a visible
15711 window previous buffer, just like with the frame previous buffers.
15712
15713 2012-03-21 Chong Yidong <cyd@gnu.org>
15714
15715 * faces.el (make-face, make-empty-face, copy-face):
15716 * face-remap.el (face-remap-add-relative, face-remap-set-base):
15717 Doc fixes.
15718
15719 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
15720
15721 * wid-edit.el (widget-complete-field): Remove (bug#11051).
15722 (widget-complete): Remove broken use of it.
15723
15724 2012-03-20 Chong Yidong <cyd@gnu.org>
15725
15726 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
15727 Use string-width and truncate-string-width to handle arbitrary
15728 characters.
15729
15730 2012-03-20 Tassilo Horn <tassilo@member.fsf.org>
15731
15732 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
15733 to draw rectangles, not squares. (Regression introduced by revno
15734 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
15735
15736 2012-03-18 Chong Yidong <cyd@gnu.org>
15737
15738 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
15739 it is not yet defined (for temacs).
15740
15741 2012-03-18 Leo Liu <sdl.web@gmail.com>
15742
15743 * net/rcirc.el (rcirc-cmd-quit): Allow quitting all servers with
15744 prefix.
15745
15746 2012-03-17 Eli Zaretskii <eliz@gnu.org>
15747
15748 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
15749 (ispell-choices-win-default-height, ispell-silently-savep)
15750 (ispell-dictionary-alist, ispell-encoding8-command)
15751 (ispell-check-version, ispell-aspell-find-dictionary)
15752 (ispell-valid-dictionary-list, ispell-words-keyword)
15753 (ispell-get-word, ispell-internal-change-dictionary)
15754 (ispell-region, ispell-skip-region-list)
15755 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
15756 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
15757 (ispell-message-text-end, ispell-message)
15758 (ispell-buffer-local-parsing): Doc fix.
15759
15760 2012-03-13 Jambunathan K <kjambunathan@gmail.com>
15761
15762 * htmlfontify.el: Add support for code block fontification for ODT
15763 export (Bug #9914).
15764 (hfy-optimisations): Define new option
15765 `body-text-only'
15766 (hfy-fontify-buffer): Honor above setting.
15767 (hfy-begin-span, hfy-end-span): New routines factored out form
15768 `hfy-fontify-buffer'.
15769 (hfy-begin-span-handler, hfy-end-span-handler): New variables
15770 that permit insertion of custom tags.
15771 (hfy-fontify-buffer): Use above handlers.
15772 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
15773 (hfy-face-to-css): Re-defined to be a variable.
15774 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
15775 over multiple runs. This is made possible by having the caller let
15776 bind a special variable `hfy-user-sheet-assoc'.
15777 (htmlfontify-string): New defun.
15778 (hfy-compile-face-map): Make sure that the last char in the
15779 buffer is correctly fontified.
15780 (hfy-face-resolve-face): Whitespace only change.
15781
15782 2012-03-17 Eli Zaretskii <eliz@gnu.org>
15783
15784 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
15785 message more clear.
15786
15787 2012-03-16 Leo Liu <sdl.web@gmail.com>
15788
15789 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
15790
15791 2012-03-16 Alan Mackenzie <acm@muc.de>
15792
15793 Further optimize the handling of large macros.
15794
15795 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
15796 limit to a call of `c-literal-limits'.
15797 (c-determine-+ve-limit): New function.
15798 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
15799 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
15800 In CASE 5B, restrict a search limit to 500.
15801 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
15802
15803 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
15804 Restrict macro bounds to +-500 from after-change's BEG END.
15805
15806 2012-03-16 Leo Liu <sdl.web@gmail.com>
15807
15808 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
15809
15810 2012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
15811
15812 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
15813 `special-mode' setting of `buffer-read-only'. (Bug#11010)
15814
15815 2012-03-16 Glenn Morris <rgm@gnu.org>
15816
15817 * view.el (view-buffer, view-buffer-other-window)
15818 (view-buffer-other-frame): Doc fixes re special mode-class.
15819
15820 * subr.el (eval-after-load): If named feature is provided not from
15821 a file, run after-load forms. (Bug#10946)
15822
15823 * calendar/calendar.el (calendar-insert-at-column):
15824 Handle non-unit-width characters a bit better. (Bug#10978)
15825
15826 2012-03-15 Chong Yidong <cyd@gnu.org>
15827
15828 * emacs-lisp/ring.el (ring-extend): New function.
15829 (ring-insert+extend): Extend the ring correctly (Bug#11019).
15830
15831 * comint.el (comint-read-input-ring)
15832 (comint-add-to-input-history): Grow comint-input-ring lazily.
15833
15834 2012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
15835
15836 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
15837 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
15838
15839 * imenu.el: Fix multiple inheritance breakage (bug#9199).
15840 (imenu-add-to-menubar): Don't add a redundant index.
15841 (imenu-update-menubar): Handle a dynamically composed keymap.
15842
15843 2012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
15844
15845 * mail/sendmail.el (mail-encode-header):
15846 Bind rfc2047-encode-encoded-words to nil.
15847
15848 2012-03-13 Glenn Morris <rgm@gnu.org>
15849
15850 * calendar/calendar.el (calendar-string-spread):
15851 Handle non-unit-width characters a bit better. (Bug#10978)
15852
15853 2012-03-13 Leo Liu <sdl.web@gmail.com>
15854
15855 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
15856 directory and file as argument (Bug#10822).
15857
15858 2012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
15859
15860 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
15861 For dynamically generated code, follow $PC.
15862 (gdb-disassembly-handler-custom): Handle no function name case.
15863
15864 2012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
15865
15866 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
15867 * emulation/ws-mode.el (ws-query-replace):
15868 * sort.el (sort-regexp-fields):
15869 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
15870
15871 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
15872
15873 * dabbrev.el: Fix cycle completion order (bug#10963).
15874 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
15875 (dabbrev-completion): Don't use an obarray; provide
15876 a cycle-sort-function.
15877
15878 2012-03-12 Leo Liu <sdl.web@gmail.com>
15879
15880 * simple.el (kill-new): Use equal-including-properties for comparison.
15881 (kill-do-not-save-duplicates): Doc fix.
15882
15883 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
15884
15885 * dabbrev.el: Fix cycle completion (bug#10963).
15886 Use lexical binding and wrap to 80 columns.
15887 (dabbrev-completion): Delay computing the list of completions.
15888
15889 2012-03-12 Kenichi Handa <handa@m17n.org>
15890
15891 * international/quail.el (quail-insert-kbd-layout): Surround each
15892 row by LRO and PDF instead of inserting many LRMs. Pad the left
15893 and right of each non-spacing marks. Insert invisible space
15894 between lower and upper characters to prevent composition.
15895
15896 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
15897
15898 * minibuffer.el (minibuffer-complete): Don't get confused when the
15899 function is run twice via different commands (bug#10958).
15900 (complete-with-action): Fix docstring.
15901
15902 2012-03-12 Chong Yidong <cyd@gnu.org>
15903
15904 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
15905 (nxml-completion-at-point-function): New function.
15906 (nxml-mode): Use it.
15907 (nxml-bind-meta-tab-to-complete-flag): Default to t.
15908
15909 * emacs-lisp/package.el (package-unpack, package-unpack-single):
15910 Load generated autoloads file before byte compiling (Bug#10970).
15911 (package--make-autoloads-and-compile): New helper fun.
15912
15913 2012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
15914
15915 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
15916
15917 2012-03-11 Michael Albinus <michael.albinus@gmx.de>
15918
15919 * autorevert.el (auto-revert-handler): Ensure, that
15920 file-readable-p is applied only for local files or in
15921 auto-revert-tail-mode.
15922
15923 2012-03-11 Andreas Schwab <schwab@linux-m68k.org>
15924
15925 * server.el (server-eval-at): Handle non-tcp connections.
15926 Decode result string.
15927
15928 * server.el (server-msg-size): New constant.
15929 (server-reply-print): New function.
15930 (server-eval-and-print): Use it.
15931 (server-eval-at): Use server-quote-arg and server-unquote-arg.
15932 Handle -print-nonl.
15933
15934 2012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
15935
15936 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
15937 (Bug#10987).
15938
15939 2012-03-11 Chong Yidong <cyd@gnu.org>
15940
15941 * simple.el (goto-line): Doc fix (Bug#9938).
15942
15943 * subr.el (save-window-excursion): Doc fix (Bug#9979).
15944
15945 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
15946 when finished (Bug#10963).
15947
15948 2012-03-11 Martin Rudalics <rudalics@gmx.at>
15949
15950 * window.el (split-window-below): Fix bug in case where
15951 split-window-keep-point is nil (Bug#10971).
15952
15953 2012-03-11 Juri Linkov <juri@jurta.org>
15954
15955 * replace.el (replace-highlight): Set isearch-word to nil
15956 unconditionally. (Bug#10887)
15957
15958 2012-03-10 Eli Zaretskii <eliz@gnu.org>
15959
15960 * net/mairix.el (mairix-replace-invalid-chars): Rename from
15961 mairix-replace-illegal-chars; all callers changed. Don't remove
15962 ^, ~, and = characters: they are meaningful in mairix search specs.
15963 (mairix-widget-create-query): Add usage information about mairix
15964 search forms: negating words, searching for substrings, etc.
15965
15966 2012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
15967
15968 * international/fontset.el (font-encoding-alist): Add an entry for
15969 ksx1001 (Bug#5667).
15970
15971 2012-03-10 Richard Stallman <rms@gnu.org>
15972
15973 * mail/sendmail.el (mail-encode-header):
15974 Set rfc2047-encode-encoded-words.
15975
15976 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
15977
15978 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
15979 view buffer means not swapped.
15980 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
15981 (rmail-write-region-annotate): Error if real text has disappeared.
15982
15983 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
15984
15985 2012-03-10 Chong Yidong <cyd@gnu.org>
15986
15987 * emulation/cua-rect.el (cua--init-rectangles):
15988 * emulation/cua-base.el (cua--init-keymaps):
15989 Add delete-forward-char to remappings (Bug#9666).
15990
15991 2012-03-10 Martin Rudalics <rudalics@gmx.at>
15992
15993 * speedbar.el (speedbar-unhighlight-one-tag-line):
15994 Avoid unhighlighting due to frame switching (Bug#10275).
15995
15996 2012-03-10 Chong Yidong <cyd@gnu.org>
15997
15998 * minibuffer.el (completion-in-region, completion-help-at-point):
15999 Give the completion field overlay a high priority (Bug#6830).
16000
16001 * dired.el (dired-goto-file): Recognize absolute file name
16002 listings (Bug#7126).
16003 (dired-goto-file-1): New helper function.
16004 (dired-toggle-read-only): Inhibit warnings.
16005
16006 2012-03-09 Michael Albinus <michael.albinus@gmx.de>
16007
16008 * net/dbus.el (dbus-property-handler): Return empty array if
16009 there are no properties.
16010
16011 2012-03-09 Leo Liu <sdl.web@gmail.com>
16012
16013 * savehist.el (savehist-printable): Stricter check for string
16014 value (Bug#10937).
16015
16016 2012-03-09 Eli Zaretskii <eliz@gnu.org>
16017
16018 * mail/smtpmail.el (smtpmail-send-it):
16019 Bind coding-system-for-write to *-unix, so that FCC files are kept in
16020 valid mbox format.
16021
16022 2012-03-09 Glenn Morris <rgm@gnu.org>
16023
16024 * files.el (dir-locals-find-file):
16025 Don't check result is regular, readable.
16026 (dir-locals-read-from-file): Demote errors.
16027
16028 2012-03-08 Eli Zaretskii <eliz@gnu.org>
16029
16030 * international/quail.el (quail-insert-kbd-layout):
16031 Insert invisible LRM characters before each character in a keyboard
16032 layout cell, to prevent their reordering by bidi display engine.
16033 For details, see the discussion in
16034 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
16035
16036 2012-03-08 Alan Mackenzie <acm@muc.de>
16037
16038 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
16039 the starting position; make it extend the marked region when
16040 invoked repeatedly - all under appropriate circumstances.
16041 Fixes bugs #5525, #10906.
16042
16043 2012-03-08 Glenn Morris <rgm@gnu.org>
16044
16045 * files.el (locate-dominating-file, dir-locals-find-file):
16046 Undo 2012-03-06 change.
16047
16048 2012-03-07 Eli Zaretskii <eliz@gnu.org>
16049
16050 * international/quail.el (quail-help):
16051 Force bidi-paragraph-direction be left-to-right. See discussion in
16052 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
16053 for the reason.
16054
16055 2012-03-07 Michael Albinus <michael.albinus@gmx.de>
16056
16057 Avoid superfluous registering of signals. (Bug#10807)
16058
16059 * notifications.el (notifications-on-action-object)
16060 (notifications-on-close-object): New defvars.
16061 (notifications-on-action-signal, notifications-on-closed-signal):
16062 Unregister the signal if not needed any longer.
16063 (notifications-notify): Register `notifications-action-signal' or
16064 `notifications-closed-signal', if :on-action or :on-close has been
16065 passed as argument.
16066
16067 2012-03-07 Chong Yidong <cyd@gnu.org>
16068
16069 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
16070 non-X platforms.
16071
16072 2012-03-06 Glenn Morris <rgm@gnu.org>
16073
16074 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
16075 (x-disown-selection-internal, x-get-selection-internal):
16076 Doc fix (add arglist signatures). (Bug#10783)
16077
16078 2012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
16079
16080 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
16081 Handle breakpoints with no "type".
16082
16083 2012-03-06 Glenn Morris <rgm@gnu.org>
16084
16085 * files.el (locate-dominating-file): Add optional predicate argument.
16086 (dir-locals-find-file): Make use of above change.
16087
16088 2012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
16089
16090 * info.el (Info-insert-dir): Also try "dir.gz".
16091
16092 2012-03-06 Glenn Morris <rgm@gnu.org>
16093
16094 * files.el (dir-locals-find-file):
16095 Ignore non-readable or non-regular files. (Bug#10928)
16096
16097 * files.el (locate-dominating-file): Doc fix.
16098
16099 2012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
16100
16101 * calendar/calendar.el (calendar-set-mode-line):
16102 `getenv' returns a string. (Bug#10951)
16103
16104 2012-03-05 Leo Liu <sdl.web@gmail.com>
16105
16106 * simple.el (backward-delete-char-untabify): Constrain point to
16107 field (Bug#10939).
16108
16109 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
16110
16111 2012-03-05 Chong Yidong <cyd@gnu.org>
16112
16113 * simple.el (count-words): If called from Lisp, return the word
16114 count, for symmetry with `count-lines'. Arglist changed.
16115 (count-words--message): Args changed. Consolidate counting code
16116 from count-words and count-words-region.
16117 (count-words-region): Caller changed.
16118 (count-lines-region): Make it an obsolete alias.
16119
16120 2012-03-04 Tassilo Horn <tassilo@member.fsf.org>
16121
16122 * saveplace.el (save-place-to-alist)
16123 (save-place-ignore-files-regexp): Allow value nil to disable this
16124 feature.
16125
16126 2012-03-04 Chong Yidong <cyd@gnu.org>
16127
16128 * faces.el (face-spec-reset-face): For the default face, reset the
16129 attributes to default values (Bug#10748).
16130
16131 2012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
16132
16133 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
16134 previous patch: Check `message-send-mail-function', and not the
16135 default function (bug#10897).
16136
16137 2012-03-04 Michael Albinus <michael.albinus@gmx.de>
16138
16139 * notifications.el (notifications-on-action-signal)
16140 (notifications-on-closed-signal): Check for unique service name of
16141 incoming event. Fix error in removing entry.
16142 (top): Register for signals with wildcard service name.
16143 (notifications-notify): Use daemon unique service name for map entries.
16144
16145 2012-03-04 Chong Yidong <cyd@gnu.org>
16146
16147 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
16148
16149 2012-03-04 Glenn Morris <rgm@gnu.org>
16150
16151 * abbrev.el (copy-abbrev-table, abbrev-table-p)
16152 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
16153 (expand-abbrev, define-abbrev-table): Doc fixes.
16154
16155 2012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
16156
16157 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
16158 `message-default-send-mail-function' and not `send-mail-function'
16159 when doing the prompting for `sendmail-query-once' before sending
16160 in Message buffers (bug#10897).
16161
16162 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
16163 This is inconsistent with all the other stream functions, which leave
16164 the setting up to the higher levels (if so wanted) (bug#10931).
16165
16166 2012-03-02 Alan Mackenzie <acm@muc.de>
16167
16168 Depessimize the handling of very large macros.
16169
16170 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
16171 (c-macro-cache-syntactic): New variables to implement a one
16172 element macro cache.
16173 (c-invalidate-macro-cache): New function.
16174 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
16175 Adapt to use the new cache.
16176 (c-state-safe-place): Use better the cache of safe positions.
16177 (c-state-semi-nonlit-pos-cache)
16178 (c-state-semi-nonlit-pos-cache-limit):
16179 New variables for...
16180 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
16181 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
16182 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
16183 Use c-state-semi-safe-place.
16184
16185 * progmodes/cc-langs.el (c-get-state-before-change-functions):
16186 Add c-invalidate-macro-cache to the C, C++, Obj entries.
16187
16188 2012-03-02 Michael Albinus <michael.albinus@gmx.de>
16189
16190 * jka-compr.el (jka-compr-call-process):
16191 Apply `file-accessible-directory-p' only when the default directory is
16192 not remote.
16193
16194 2012-03-01 Michael Albinus <michael.albinus@gmx.de>
16195
16196 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
16197 access of FILE2, if FILE1 does not exist.
16198
16199 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
16200 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
16201
16202 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
16203 Add "PAGER=" to `process-environment'.
16204
16205 2012-03-01 Michael R. Mauger <mmaug@yahoo.com>
16206
16207 * progmodes/sql.el: Bug fix
16208 (sql-get-login-ext): Save login values in globals.
16209 (sql-get-login): Use new version of `sql-get-login-ext'.
16210 (sql-interactive-mode): Set global `sql-connection' to nil.
16211 (sql-connect): Set global values for connection.
16212 (sql-product-interactive): Save global values as buffer local.
16213
16214 2012-02-29 Leo Liu <sdl.web@gmail.com>
16215
16216 * abbrev.el (define-abbrevs): Reset sys to nil.
16217
16218 2012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
16219
16220 * files.el (file-equal-p): Rename from `files-equal-p'.
16221 Return nil when one or both files don't exist.
16222 (file-subdir-of-p): Now only top directory must exists,
16223 return nil if it doesn't.
16224 (copy-directory): No need to test with `file-subdir-of-p' after
16225 creating dir.
16226 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
16227 to `file-equal-p'.
16228
16229 2012-02-28 Glenn Morris <rgm@gnu.org>
16230
16231 * shell.el (shell-mode):
16232 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
16233 * play/landmark.el (landmark-font-lock-face-O):
16234 * play/handwrite.el (handwrite):
16235 * play/gomoku.el (gomoku-O):
16236 * net/browse-url.el (browse-url-browser-display):
16237 * international/mule.el (define-charset):
16238 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
16239 * filesets.el (filesets-find-file-delay):
16240 * eshell/em-xtra.el (eshell-xtra):
16241 * eshell/em-unix.el (eshell-grep):
16242 * emulation/viper.el (viper-mode):
16243 * emacs-lisp/regexp-opt.el (regexp-opt-group):
16244 * emacs-lisp/easymenu.el (easy-menu-define):
16245 * calendar/timeclock.el (timeclock-use-display-time):
16246 * bs.el (bs-mode):
16247 * bookmark.el (bookmark-save-flag):
16248 Doc fix (standardize possessive apostrophe usage).
16249
16250 2012-02-27 Chong Yidong <cyd@gnu.org>
16251
16252 * emulation/viper-cmd.el (viper-intercept-ESC-key):
16253 Fix key-binding lookup for ESC key (Bug#9146).
16254
16255 * font-lock.el (font-lock-specified-p): Rename from
16256 font-lock-spec-present. Callers changed.
16257
16258 2012-02-27 Daniel Hackney <dan@haxney.org>
16259
16260 * emacs-lisp/package.el (package-compute-transaction):
16261 Handle holding a package version to t in package-load-list.
16262
16263 2012-02-26 Michael Albinus <michael.albinus@gmx.de>
16264
16265 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
16266 (tramp-get-inode, tramp-get-device): Use cached values.
16267
16268 2012-02-26 Alan Mackenzie <acm@muc.de>
16269
16270 Check there is a font-lock specification before doing initial
16271 fontification.
16272
16273 * font-core.el (font-lock-mode): Move the conditional from
16274 :after-hook to font-lock-initial-fontify.
16275 (font-lock-default-function): Move the check for a specification
16276 to font-lock-spec-present.
16277
16278 * font-lock.el (font-lock-initial-fontify): Call ...
16279 (font-lock-spec-present): New function.
16280
16281 2012-02-26 Jim Blandy <jimb@red-bean.com>
16282
16283 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
16284 (gdb-send): Apply it to the operand of the '-interpreter-exec
16285 console' command, so that we can pass arguments with (say) quotes
16286 in them. Store exact string sent in gdb-debug-log (Bug#10765).
16287
16288 2012-02-26 Chong Yidong <cyd@gnu.org>
16289
16290 * help-fns.el (describe-function-1): Clarify description of
16291 remapping (Bug#10844).
16292
16293 * files.el (files-equal-p): Doc fix.
16294 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
16295 and quit the loop once a mismatch is found.
16296
16297 2012-02-25 Juanma Barranquero <lekktu@gmail.com>
16298
16299 * bs.el (bs--show-with-configuration): Don't throw an error
16300 if the window cannot be split; otherwise, subsequent calls to
16301 bs-show fail, restoring a stale window config. (Bug#10882)
16302
16303 2012-02-25 Jan Djärv <jan.h.d@swipnet.se>
16304
16305 * term/ns-win.el (global-map): Bind ns-drag-file to
16306 ns-find-file (Bug#5855, Bug#10050).
16307
16308 2012-02-25 Andreas Schwab <schwab@linux-m68k.org>
16309
16310 * calendar/parse-time.el (parse-time-string): Allow extractor to
16311 return nil.
16312
16313 2012-02-25 Michael Albinus <michael.albinus@gmx.de>
16314
16315 * net/tramp.el (tramp-file-name-for-operation):
16316 Add `files-equal-p' and `file-subdir-of-p'.
16317
16318 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
16319 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
16320 Add COPY-CONTENTS argument.
16321
16322 2012-02-25 Chong Yidong <cyd@gnu.org>
16323
16324 Add custom groups for VC backends, for consistency with vc-bzr.
16325
16326 * vc/vc-arch.el (vc-arch):
16327 * vc/vc-cvs.el (vc-cvs):
16328 * vc/vc-git.el (vc-git):
16329 * vc/vc-hg.el (vc-hg):
16330 * vc/vc-mtn.el (vc-mtn):
16331 * vc/vc-rcs.el (vc-rcs):
16332 * vc/vc-sccs.el (vc-sccs):
16333 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
16334 All relevant defcustoms reassigned.
16335
16336 2012-02-25 Chong Yidong <cyd@gnu.org>
16337
16338 * newcomment.el (comment-styles): Add autoload (Bug#10868).
16339
16340 * term/x-win.el (x-initialize-window-system): Reduce default for
16341 x-selection-timeout to 5 seconds (Bug#8869).
16342
16343 2012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
16344
16345 * files.el (files-equal-p, file-subdir-of-p): New functions.
16346 (copy-directory): Error when trying to copy a directory on itself.
16347 Add missing copy-contents arg to tramp handler.
16348 * dired-aux.el (dired-copy-file-recursive): Same.
16349 (dired-create-files): Modify destination when source is equal to
16350 dest when copying files.
16351 Return also when dest is a subdir of source. (Bug#10489)
16352
16353 2012-02-24 Michael Albinus <michael.albinus@gmx.de>
16354
16355 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
16356 (Bug#10874)
16357
16358 2012-02-23 Alan Mackenzie <acm@muc.de>
16359
16360 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
16361 parameter "after-hook:" to allow the expansion to run code after
16362 the execution of the mode hooks.
16363
16364 * font-lock.el (font-lock-initial-fontify): New function extracted
16365 from font-lock-mode-internal.
16366
16367 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
16368 :after-hook.
16369
16370 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
16371
16372 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
16373 (completion--cache-all-sorted-completions): New function.
16374 (completion-all-sorted-completions): Use it.
16375 (completion--do-completion, minibuffer-force-complete):
16376 Use it to re-instate the flush hook.
16377
16378 * icomplete.el (icomplete-completions): Replace last fix with a better
16379 one (bug#10850).
16380
16381 2012-02-23 Dmitry Gutov <dgutov@yandex.ru>
16382
16383 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
16384 when it might call us back infinitely (bug#10797).
16385
16386 2012-02-23 Glenn Morris <rgm@gnu.org>
16387
16388 * minibuffer.el (completion-category-overrides): Doc fix.
16389
16390 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
16391
16392 * minibuffer.el (completion-table-with-context): Fix inf-loop.
16393 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
16394
16395 2012-02-23 Glenn Morris <rgm@gnu.org>
16396
16397 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
16398 (authors-obsolete-files-regexps, authors-ignored-files)
16399 (authors-ambiguous-files, authors-renamed-files-alist):
16400 Add more entries.
16401
16402 2012-02-23 Juri Linkov <juri@jurta.org>
16403
16404 * isearch.el (isearch-occur): Sync interactive spec with occur's
16405 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
16406
16407 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
16408
16409 2012-02-22 Juri Linkov <juri@jurta.org>
16410
16411 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
16412 (ucs-insert): Doc fix. Check for hex digits in the string.
16413 Don't display `nil' in the error message. (Bug#10857)
16414
16415 2012-02-22 Alan Mackenzie <acm@muc.de>
16416
16417 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
16418
16419 2012-02-22 Glenn Morris <rgm@gnu.org>
16420
16421 * ffap.el (ffap-c-path):
16422 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
16423
16424 2012-02-22 Chong Yidong <cyd@gnu.org>
16425
16426 * custom.el (load-theme): Doc fix.
16427
16428 2012-02-22 Glenn Morris <rgm@gnu.org>
16429
16430 * dired-x.el (dired-guess-shell-alist-default):
16431 Remove escape sequences from nroff output. (Bug#172)
16432
16433 2012-02-21 Glenn Morris <rgm@gnu.org>
16434
16435 * vc/emerge.el (emerge-defvar-local):
16436 Set `permanent-local' property rather than unused `preserved'.
16437
16438 * textmodes/picture.el (picture-delete-char): New alias.
16439 (picture-mode-map): Use it. (Bug#10860)
16440 (picture-mode): Doc fix.
16441
16442 2012-02-21 Juanma Barranquero <lekktu@gmail.com>
16443
16444 * newcomment.el (uncomment-region-default): Remove unused binding.
16445
16446 2012-02-21 Glenn Morris <rgm@gnu.org>
16447
16448 * textmodes/picture.el (picture-motion, picture-motion-reverse)
16449 (picture-self-insert, picture-tab-chars): Doc fix.
16450 (picture-mode-map): Fix C-a, C-e.
16451
16452 2012-02-20 Glenn Morris <rgm@gnu.org>
16453
16454 * emacs-lisp/authors.el (authors-aliases): Add another entry.
16455
16456 2012-02-20 Leo Liu <sdl.web@gmail.com>
16457
16458 * icomplete.el (icomplete-completions): Check FROM arg before
16459 passing to substring (Bug#10850).
16460
16461 2012-02-19 Chong Yidong <cyd@gnu.org>
16462
16463 * comint.el: Require ansi-color.
16464 (comint-output-filter-functions): Add ansi-color-process-output.
16465
16466 * ansi-color.el: Don't set comint-output-filter-functions; it is
16467 now in the initial value defined in comint.el.
16468 (ansi-color-apply-face-function): New variable.
16469 (ansi-color-apply-on-region): Use it.
16470 (ansi-color-apply-overlay-face): New function.
16471
16472 * shell.el (shell): No need to require ansi-color.
16473 (shell-mode): Use ansi-color-apply-face-function to highlight
16474 color escapes using font-lock-face property (Bug#10835).
16475
16476 2012-02-19 Chong Yidong <cyd@gnu.org>
16477
16478 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
16479 mode-line formats (Bug#10839).
16480
16481 2012-02-18 Glenn Morris <rgm@gnu.org>
16482
16483 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
16484
16485 * mail/undigest.el (unforward-rmail-message): Doc fix.
16486
16487 * saveplace.el (save-place-ignore-files-regexp): Add :version.
16488
16489 2012-02-18 Eli Zaretskii <eliz@gnu.org>
16490
16491 * international/characters.el (script-list): Sync with the latest
16492 Unicode Character Database.
16493
16494 2012-02-18 Andreas Schwab <schwab@linux-m68k.org>
16495
16496 * international/titdic-cnv.el: Remove duplicate coding tag.
16497 * language/cham.el: Likewise.
16498 * language/tai-viet.el: Likewise.
16499
16500 2012-02-18 Glenn Morris <rgm@gnu.org>
16501
16502 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
16503 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
16504 (calendar-bahai-all-holidays-flag, calendar-other-dates):
16505 * calendar/diary-lib.el (diary-abbreviated-year-flag):
16506 * calendar/holidays.el (holiday-bahai-holidays)
16507 (calendar-holidays, list-holidays):
16508 Use utf-8 Bahá'í in doc-strings, menus, etc.
16509
16510 2012-02-17 Tassilo Horn <tassilo@member.fsf.org>
16511
16512 * saveplace.el (save-place-ignore-files-regexp): New variable
16513 allowing for excluding files from saving their location of point.
16514 The default value matches the temporary commit message editing
16515 files from Git, SVN, Bazaar, and Mercurial.
16516 (save-place-to-alist): Use it.
16517
16518 2012-02-17 Lawrence Mitchell <wence@gmx.li>
16519 Stefan Monnier <monnier@iro.umontreal.ca>
16520
16521 * newcomment.el (uncomment-region-default): Don't leave extra space
16522 when an arg is provided (bug#8150).
16523
16524 2012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
16525
16526 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
16527
16528 2012-02-17 Glenn Morris <rgm@gnu.org>
16529
16530 * net/socks.el: Require network-stream. (Bug#10599)
16531
16532 2012-02-17 Kenichi Handa <handa@m17n.org>
16533
16534 * international/charprop.el:
16535 * international/uni-name.el:
16536 * international/uni-old-name.el:
16537 * international/uni-comment.el: Regenerate.
16538
16539 2012-02-16 Glenn Morris <rgm@gnu.org>
16540
16541 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
16542 Interactively in calendar buffer, give an error if not on a date.
16543
16544 2012-02-15 Glenn Morris <rgm@gnu.org>
16545
16546 * shell.el (shell-delimiter-argument-list):
16547 Revert 2011-02-17 change. (Bug#8027)
16548
16549 2012-02-15 Chong Yidong <cyd@gnu.org>
16550
16551 * minibuffer.el (completion-at-point-functions): Doc fix.
16552
16553 * custom.el (defcustom): Doc fix; note use of defvar.
16554
16555 2012-02-15 Glenn Morris <rgm@gnu.org>
16556
16557 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
16558 Doc fixes.
16559
16560 2012-02-14 Glenn Morris <rgm@gnu.org>
16561
16562 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
16563
16564 2012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
16565
16566 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
16567 way the ports list is computed.
16568 (smtpmail-query-smtp-server): Prompt the user for a port number if
16569 we can't connect to any of the standard ports (bug#10810).
16570
16571 2012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
16572
16573 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
16574
16575 2012-02-13 Glenn Morris <rgm@gnu.org>
16576
16577 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
16578
16579 2012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
16580
16581 * net/gnutls.el (gnutls-trustfiles): New variable.
16582 (gnutls-negotiate): Use it.
16583
16584 2012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
16585
16586 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
16587 does its stuff if Gnus is running.
16588
16589 2012-02-13 Alan Mackenzie <acm@muc.de>
16590
16591 Fix a loop in c-set-fl-decl-start.
16592
16593 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
16594 c-backward-syntactic-ws actually moves backwards.
16595
16596 2012-02-13 Leo Liu <sdl.web@gmail.com>
16597
16598 * net/rcirc.el (rcirc-markup-attributes): Move point to the
16599 beginning so that all \C-o chars are removed.
16600
16601 2012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
16602
16603 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
16604
16605 2012-02-12 Alan Mackenzie <acm@muc.de>
16606
16607 Fix infinite loop with long macros.
16608 * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
16609
16610 2012-02-12 Chong Yidong <cyd@gnu.org>
16611
16612 * window.el (display-buffer): Doc fix (Bug#10785).
16613
16614 2012-02-12 Glenn Morris <rgm@gnu.org>
16615
16616 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
16617 (x-disown-selection-internal, x-get-selection-internal):
16618 Sync docs with the xselect.c versions.
16619
16620 * allout-widgets.el: Add missing license notice.
16621
16622 2012-02-11 Glenn Morris <rgm@gnu.org>
16623
16624 * select.el (x-get-selection-internal, x-own-selection-internal)
16625 (x-disown-selection-internal):
16626 * x-dnd.el (x-get-selection-internal): Update declarations.
16627
16628 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
16629
16630 * window.el (window-sides-slots):
16631 * tool-bar.el (tool-bar-position):
16632 * term/xterm.el (xterm-extra-capabilities):
16633 * ses.el (ses-self-reference-early-detection):
16634 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
16635 (verilog-auto-wire-type)
16636 (verilog-auto-delete-trailing-whitespace)
16637 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
16638 (verilog-auto-tieoff-declaration):
16639 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
16640 (sql-oracle-statement-starters, sql-oracle-scan-on):
16641 * progmodes/prolog.el (prolog-align-comments-flag)
16642 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
16643 (prolog-left-indent-regexp, prolog-paren-indent-p)
16644 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
16645 (prolog-types, prolog-mode-specificators)
16646 (prolog-determinism-specificators, prolog-directives)
16647 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
16648 (prolog-electric-dot-flag)
16649 (prolog-electric-dot-full-predicate-template)
16650 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
16651 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
16652 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
16653 (prolog-program-switches, prolog-prompt-regexp)
16654 (prolog-debug-on-string, prolog-debug-off-string)
16655 (prolog-trace-on-string, prolog-trace-off-string)
16656 (prolog-zip-on-string, prolog-zip-off-string)
16657 (prolog-use-standard-consult-compile-method-flag)
16658 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
16659 (prolog-imenu-max-lines, prolog-info-predicate-index)
16660 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
16661 (prolog-char-quote-workaround):
16662 * progmodes/cc-vars.el (c-defun-tactic):
16663 * net/tramp.el (tramp-encoding-command-interactive)
16664 (tramp-local-end-of-line):
16665 * net/soap-client.el (soap-client):
16666 * net/netrc.el (netrc-file):
16667 * net/gnutls.el (gnutls):
16668 * minibuffer.el (completion-category-overrides)
16669 (completion-cycle-threshold)
16670 (completion-pcm-complete-word-inserts-delimiters):
16671 * man.el (Man-name-local-regexp):
16672 * mail/feedmail.el (feedmail-display-full-frame):
16673 * international/characters.el (glyphless-char-display-control):
16674 * eshell/em-ls.el (eshell-ls-date-format):
16675 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
16676 (lisp-lambda-list-keyword-parameter-indentation)
16677 (lisp-lambda-list-keyword-parameter-alignment):
16678 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
16679 * dired-x.el (dired-omit-verbose):
16680 * cus-theme.el (custom-theme-allow-multiple-selections):
16681 * calc/calc.el (calc-highlight-selections-with-faces)
16682 (calc-lu-field-reference, calc-lu-power-reference)
16683 (calc-note-threshold):
16684 * battery.el (battery-mode-line-limit):
16685 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
16686 (archive-7z-update):
16687 * allout.el (allout-prefixed-keybindings)
16688 (allout-unprefixed-keybindings)
16689 (allout-inhibit-auto-fill-on-headline)
16690 (allout-flattened-numbering-abbreviation):
16691 * allout-widgets.el (allout-widgets-auto-activation)
16692 (allout-widgets-icons-dark-subdir)
16693 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
16694 (allout-widgets-theme-dark-background)
16695 (allout-widgets-theme-light-background)
16696 (allout-widgets-item-image-properties-emacs)
16697 (allout-widgets-item-image-properties-xemacs)
16698 (allout-widgets-run-unit-tests-on-load)
16699 (allout-widgets-time-decoration-activity)
16700 (allout-widgets-hook-error-post-time)
16701 (allout-widgets-track-decoration):
16702 Add missing :version tags to new defcustoms and defgroups.
16703
16704 * progmodes/sql.el (sql-ansi-statement-starters)
16705 (sql-oracle-statement-starters): Add custom type.
16706
16707 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
16708 (prolog-system-version): Give it a type.
16709
16710 2012-02-11 Eli Zaretskii <eliz@gnu.org>
16711
16712 * term/pc-win.el (x-select-text, x-selection-owner-p)
16713 (x-own-selection-internal, x-disown-selection-internal)
16714 (x-get-selection-internal): Sync doc strings and argument lists
16715 with xselect.c, common-win.el and x-win.el. (Bug#10783)
16716
16717 2012-02-11 Leo Liu <sdl.web@gmail.com>
16718
16719 * progmodes/python.el (python-end-of-statement): Fix infinite
16720 loop. (Bug#10788)
16721
16722 2012-02-10 Glenn Morris <rgm@gnu.org>
16723
16724 * international/mule-cmds.el (unify-8859-on-encoding-mode)
16725 (unify-8859-on-decoding-mode): Properly mark as obsolete.
16726
16727 2012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
16728
16729 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
16730 about SMTP before checking the From header.
16731
16732 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
16733 into own function for reuse by emacsbug.el.
16734
16735 2012-02-10 Leo Liu <sdl.web@gmail.com>
16736
16737 * subr.el (condition-case-unless-debug): Rename from
16738 condition-case-no-debug. All callers changed.
16739 (with-demoted-errors): Fix caller.
16740
16741 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
16742 * nxml/rng-valid.el (rng-do-some-validation):
16743 * emacs-lisp/package.el (package-refresh-contents)
16744 (package-menu-execute):
16745 * desktop.el (desktop-create-buffer):
16746 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
16747
16748 2012-02-10 Glenn Morris <rgm@gnu.org>
16749
16750 * textmodes/bibtex.el:
16751 Add missing :version tags for new/changed defcustoms.
16752
16753 * files.el (remote-file-name-inhibit-cache): Doc fixes.
16754
16755 2012-02-09 Lars Ingebrigtsen <larsi@rusty>
16756
16757 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
16758 (smtpmail-via-smtp): Use it, or fall back on the From address.
16759 (smtpmail-send-it): Ditto.
16760
16761 2012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
16762
16763 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
16764 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
16765 (byte-compile-tmp-var): New const.
16766 (byte-compile-defvar): Use it to minimize .elc size.
16767 Just use `defvar' rather than simulate it (bug#10761).
16768
16769 2012-02-09 Glenn Morris <rgm@gnu.org>
16770
16771 * files.el (rename-uniquely): Doc fix. (Bug#3806)
16772
16773 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
16774 Add :version tags.
16775
16776 * progmodes/compile.el (compilation-error-screen-columns)
16777 (compilation-first-column, compilation-filter-start): Doc fixes.
16778
16779 * vc/log-view.el (log-view-toggle-entry-display):
16780 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
16781
16782 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
16783 (report-emacs-bug-can-use-xdg-email):
16784 (report-emacs-bug-insert-to-mailer): Doc fixes.
16785 (report-emacs-bug): Message fix.
16786
16787 * net/browse-url.el (browse-url-can-use-xdg-open)
16788 (browse-url-xdg-open): Doc fixes.
16789
16790 * electric.el (electric-indent-mode, electric-pair-mode)
16791 (electric-layout-rules, electric-layout-mode): Doc fixes.
16792 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
16793
16794 2012-02-08 Martin Rudalics <rudalics@gmx.at>
16795
16796 * server.el (server-unselect-display): Don't inadvertently kill
16797 the current buffer. (Bug#10729)
16798
16799 2012-02-08 Glenn Morris <rgm@gnu.org>
16800
16801 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
16802 (sql-list-table): Doc fixes.
16803
16804 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
16805 Comment out (does nothing).
16806
16807 * completion.el (dynamic-completion-mode):
16808 * dirtrack.el (dirtrack-debug-mode):
16809 * electric.el (electric-layout-mode):
16810 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
16811 * face-remap.el (text-scale-mode, buffer-face-mode):
16812 * iimage.el (iimage-mode):
16813 * image-mode.el (image-transform-mode):
16814 * minibuffer.el (completion-in-region-mode):
16815 * scroll-lock.el (scroll-lock-mode):
16816 * simple.el (next-error-follow-minor-mode):
16817 * tar-mode.el (tar-subfile-mode):
16818 * tooltip.el (tooltip-mode):
16819 * vcursor.el (vcursor-use-vcursor-map):
16820 * wid-browse.el (widget-minor-mode):
16821 * emulation/tpu-edt.el (tpu-edt-mode):
16822 * emulation/tpu-extras.el (tpu-cursor-free-mode):
16823 * international/iso-ascii.el (iso-ascii-mode):
16824 * language/thai-util.el (thai-word-mode):
16825 * mail/supercite.el (sc-minor-mode):
16826 * net/goto-addr.el (goto-address-mode):
16827 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
16828 * progmodes/cwarn.el (cwarn-mode):
16829 * progmodes/flymake.el (flymake-mode):
16830 * progmodes/glasses.el (glasses-mode):
16831 * progmodes/hideshow.el (hs-minor-mode):
16832 * progmodes/pascal.el (pascal-outline-mode):
16833 * textmodes/enriched.el (enriched-mode):
16834 * vc/smerge-mode.el (smerge-mode):
16835 Doc fixes (minor mode argument).
16836
16837 2012-02-07 Eli Zaretskii <eliz@gnu.org>
16838
16839 * ls-lisp.el (ls-lisp-sanitize): New function.
16840 (ls-lisp-insert-directory): Use it to fix or remove any elements
16841 in file-alist with missing attributes. (Bug#4673)
16842
16843 2012-02-07 Alan Mackenzie <acm@muc.de>
16844
16845 Fix spurious recognition of c-in-knr-argdecl.
16846
16847 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
16848 putative K&R region.
16849
16850 2012-02-07 Alan Mackenzie <acm@muc.de>
16851
16852 * progmodes/cc-engine.el (c-forward-objc-directive):
16853 Prevent looping in "#pragma mark @implementation".
16854
16855 2012-02-07 Michael Albinus <michael.albinus@gmx.de>
16856
16857 * notifications.el (notifications-on-closed-signal): Make `reason'
16858 optional. (Bug#10744)
16859
16860 2012-02-07 Glenn Morris <rgm@gnu.org>
16861
16862 * emacs-lisp/easy-mmode.el (define-minor-mode):
16863 Doc fixes for the macro and the mode it defines.
16864
16865 * image.el (imagemagick-types-inhibit): Doc fix.
16866
16867 * cus-start.el (imagemagick-render-type): Add it.
16868
16869 2012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
16870
16871 * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
16872 Set the default at load time, too, so that `font-lock-fontify-buffer'
16873 can be called without setting up the entire mode first. This fixes
16874 a bug in `mm-inline-text' with C MIME parts.
16875
16876 2012-02-06 Chong Yidong <cyd@gnu.org>
16877
16878 * simple.el (list-processes--refresh): Delete exited processes
16879 (Bug#8094).
16880
16881 * comint.el (comint-next-prompt): next-single-char-property-change
16882 and prev-single-char-property-change never return nil (Bug#8657).
16883
16884 * custom.el (defcustom): Doc fix (Bug#9711).
16885
16886 2012-02-05 Chong Yidong <cyd@gnu.org>
16887
16888 * cus-edit.el (custom-variable-reset-backup): Quote the value
16889 before storing it in the customized-value property (Bug#6712).
16890 (custom-display): Add a customization type tag.
16891 (custom-buffer-create-internal): Improve tooltip message.
16892
16893 * wid-edit.el (widget-field-value-get): New optional arg to
16894 suppress trailing whitespace truncation.
16895 (character): Use it (Bug#2689).
16896
16897 2012-02-05 Andreas Schwab <schwab@linux-m68k.org>
16898
16899 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
16900 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
16901
16902 2012-02-05 Chong Yidong <cyd@gnu.org>
16903
16904 * cus-edit.el (custom-variable-value-create): For mismatched
16905 types, show the current value (Bug#7600).
16906
16907 * custom.el (defcustom): Doc fix.
16908
16909 2012-02-05 Glenn Morris <rgm@gnu.org>
16910
16911 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
16912
16913 2012-02-05 Juanma Barranquero <lekktu@gmail.com>
16914
16915 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
16916 (pp-buffer): Use `ignore-errors', `looking-at-p'.
16917 (pp-last-sexp): Use `looking-at-p'.
16918
16919 2012-02-04 Glenn Morris <rgm@gnu.org>
16920
16921 * files.el (revert-buffer):
16922 Doc fix (mention revert-buffer-in-progress-p).
16923
16924 * emacs-lisp/ert-x.el (ert-simulate-command):
16925 Check deferred-action-list (which is obsolete) is bound.
16926
16927 * subr.el (with-wrapper-hook): Doc fixes.
16928
16929 * simple.el (filter-buffer-substring-functions)
16930 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
16931
16932 2012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
16933
16934 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
16935 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
16936
16937 2012-02-04 Leo Liu <sdl.web@gmail.com>
16938
16939 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
16940
16941 2012-02-04 Glenn Morris <rgm@gnu.org>
16942
16943 * image.el (image-extension-data): Add obsolete alias.
16944
16945 * isearch.el (isearch-update): Doc fix.
16946
16947 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
16948
16949 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
16950
16951 2012-02-03 Glenn Morris <rgm@gnu.org>
16952
16953 * image.el (image-animated-p): Doc fix. Use image-animated-types.
16954 (image-animate-timeout): Doc fix.
16955
16956 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
16957
16958 2012-02-02 Glenn Morris <rgm@gnu.org>
16959
16960 * server.el (server-auth-dir): Doc fix.
16961 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
16962
16963 * subr.el (run-mode-hooks): Doc fix.
16964
16965 2012-02-02 Juri Linkov <juri@jurta.org>
16966
16967 * image-mode.el (image-toggle-display-image): Remove tautological
16968 `major-mode' from the `derived-mode-p' test.
16969
16970 2012-02-02 Kenichi Handa <handa@m17n.org>
16971
16972 * composite.el (compose-region): Cancel previous change.
16973
16974 2012-02-02 Kenichi Handa <handa@m17n.org>
16975
16976 * composite.el (compose-region, compose-string): Signal error for
16977 a null string component (Bug#6988).
16978
16979 2012-02-01 Chong Yidong <cyd@gnu.org>
16980
16981 * view.el (view-buffer-other-window, view-buffer-other-frame):
16982 Handle special modes like view-buffer (Bug#10650).
16983 (view-buffer): Simplify.
16984
16985 * frame.el (set-frame-font): Tweak meaning of third argument.
16986
16987 * dynamic-setting.el (font-setting-change-default-font):
16988 Use set-frame-font (Bug#9982).
16989
16990 2012-02-01 Glenn Morris <rgm@gnu.org>
16991
16992 * progmodes/compile.el (compilation-internal-error-properties):
16993 Respect compilation-first-column in the "*compilation*" buffer.
16994
16995 * emacs-lisp/easy-mmode.el (define-minor-mode):
16996 Relax :variable's test for a named function.
16997
16998 2012-01-31 Alan Mackenzie <acm@muc.de>
16999
17000 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
17001 off by one error.
17002
17003 2012-01-31 Chong Yidong <cyd@gnu.org>
17004
17005 * frame.el (set-frame-font): New arg ALL-FRAMES.
17006
17007 * menu-bar.el (menu-set-font): Use set-frame-font.
17008
17009 * faces.el (face-spec-reset-face): Don't apply unspecified
17010 attribute values to the default face.
17011
17012 2012-01-31 Juanma Barranquero <lekktu@gmail.com>
17013
17014 * progmodes/cwarn.el (cwarn): Remove dead link.
17015 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
17016 Remove * from defcustom docstrings.
17017 (turn-on-cwarn-mode): Make obsolete.
17018 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
17019 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
17020
17021 2012-01-31 Glenn Morris <rgm@gnu.org>
17022
17023 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
17024 Fix :variable handling of mode a symbol not equal to modefun.
17025 Allow named functions to be used as the cdr of :variable.
17026
17027 2012-01-30 Glenn Morris <rgm@gnu.org>
17028
17029 * emacs-lisp/authors.el (authors-fixed-entries):
17030 Remove reference to deleted file rnewspost.el.
17031
17032 2012-01-29 Juanma Barranquero <lekktu@gmail.com>
17033
17034 * window.el (window-with-parameter): Remove unused variable `windows'.
17035 (window--side-check): Remove unused variable `code'.
17036 (window--resize-siblings): Remove unused variable `first'.
17037 (adjust-window-trailing-edge): Remove unused variable `failed'.
17038 (window-deletable-p, window--delete): Remove unused variable `buffer'.
17039 Use `let', not `let*'.
17040 (balance-windows-2): Remove unused variable `found'.
17041 (window--state-put-2): Remove unused variable `splits'.
17042 (window-state-put): Remove unused variable `selected'.
17043 (same-window-p): Use `string-match-p'.
17044 (display-buffer-assq-regexp): Remove unused variable `value'.
17045 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
17046 Mark argument ALIST as ignored.
17047 (pop-to-buffer): Remove unused variable `old-window'.
17048
17049 2012-01-29 Eli Zaretskii <eliz@gnu.org>
17050
17051 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
17052 and .lzma compressed files.
17053
17054 2012-01-29 Chong Yidong <cyd@gnu.org>
17055
17056 * frame.el (window-system-default-frame-alist): Doc fix.
17057
17058 * dynamic-setting.el (font-setting-change-default-font): Don't
17059 change the default face if SET-FONT argument is non-nil (Bug#9982).
17060
17061 2012-01-29 Samuel Bronson <naesten@gmail.com>
17062
17063 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
17064
17065 2012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
17066
17067 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
17068 breakpoints in files outside current directory (Bug#6098).
17069
17070 2012-01-29 Chong Yidong <cyd@gnu.org>
17071
17072 * progmodes/python.el: Require ansi-color at top-level.
17073
17074 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
17075 Define and use in Emacs Lisp mode (Bug#9360).
17076 (lisp-mode-abbrev-table): Add doc.
17077 (lisp-mode-variables): Don't set local-abbrev-table.
17078 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
17079
17080 2012-01-28 Roland Winkler <winkler@gnu.org>
17081
17082 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
17083
17084 2012-01-28 Roland Winkler <winkler@gnu.org>
17085
17086 * textmodes/bibtex.el (bibtex-entry-alist): New function.
17087 (bibtex-set-dialect): Use it. Either set global values of
17088 dialect-dependent variables or bind these variables buffer-locally
17089 (Bug#10254).
17090 (bibtex-mode): Call bibtex-set-dialect via
17091 hack-local-variables-hook.
17092 (bibtex-dialect): Update docstring.
17093 Add safe-local-variable predicate.
17094 (bibtex-entry-alist, bibtex-field-alist): Initialize via
17095 bibtex-set-dialect.
17096 (bibtex-mode-map): Define menu for each dialect.
17097 (bibtex-entry): Fix docstring.
17098
17099 2012-01-28 Chong Yidong <cyd@gnu.org>
17100
17101 * eshell/esh-arg.el (eshell-quote-argument): New function.
17102
17103 * eshell/esh-ext.el (eshell-invoke-batch-file):
17104 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
17105 first arg to eshell-parse-command (Bug#10523).
17106
17107 2012-01-28 Drew Adams <drew.adams@oracle.com>
17108
17109 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
17110 `default-directory' is non-nil.
17111
17112 2012-01-28 Eli Zaretskii <eliz@gnu.org>
17113
17114 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
17115 line that displays system-configuration-options. (Bug#9924)
17116
17117 2012-01-28 Drew Adams <drew.adams@oracle.com>
17118
17119 * descr-text.el (describe-char): Show information about POS, in
17120 addition to information about the character at POS. Improve and
17121 update the doc string. Change "code point" to "code point in
17122 charset", to avoid confusion with the character's Unicode code
17123 point shown above that. (Bug#10129)
17124
17125 2012-01-28 Eli Zaretskii <eliz@gnu.org>
17126
17127 * descr-text.el (describe-char): Show the raw character, not only
17128 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
17129 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
17130 for the reasons.
17131
17132 2012-01-28 Phil Hagelberg <phil@hagelb.org>
17133
17134 * emacs-lisp/package.el (package-install):
17135 Run package-refresh-contents if there is no archive yet (Bug#9798).
17136
17137 2012-01-28 Chong Yidong <cyd@gnu.org>
17138
17139 * emacs-lisp/package.el (package-maybe-load-descriptor):
17140 New function, split from package-maybe-load-descriptor.
17141 (package-maybe-load-descriptor): Use it.
17142 (package-download-transaction): Fully load required packages
17143 inside the loop, so that `require' calls work (Bug#10593).
17144 (package-install): No need to call package-initialize now.
17145
17146 2012-01-28 Chong Yidong <cyd@gnu.org>
17147
17148 * simple.el (deactivate-mark): Doc fix (Bug#8614).
17149
17150 * tooltip.el (tooltip-mode): Doc fix.
17151 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
17152
17153 * frame.el (set-cursor-color): Doc fix (Bug#352).
17154
17155 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
17156 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
17157
17158 * cus-edit.el (custom-buffer-create-internal): Fix search button
17159 action (Bug#10542).
17160 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
17161
17162 2012-01-27 Eduard Wiebe <usenet@pusto.de>
17163
17164 * dired.el (dired-mark-files-regexp):
17165 Include any subdirectory components. (Bug#10445)
17166
17167 2012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
17168
17169 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
17170 Handle [host]:port syntax. (Bug#10533)
17171
17172 2012-01-27 Alex Harsanyi <harsanyi@mac.com>
17173
17174 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
17175
17176 2012-01-26 Glenn Morris <rgm@gnu.org>
17177
17178 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
17179 * term.el (term-raw-escape-map): Use Control-X-prefix.
17180 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
17181
17182 2012-01-25 Martin Rudalics <rudalics@gmx.at>
17183
17184 * window.el (window-state-get, window--state-get-1): Don't deal
17185 with fixed-sizeness of windows. Simplify code.
17186
17187 2012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
17188
17189 * window.el (window--state-get-1, window--state-put-2):
17190 Don't save and restore the mark.
17191
17192 2012-01-25 Chong Yidong <cyd@gnu.org>
17193
17194 * custom.el (custom-variable-p): Doc fix.
17195
17196 2012-01-25 Glenn Morris <rgm@gnu.org>
17197
17198 * dired.el (dired-goto-file): Handle some of the more common
17199 characters that `ls -b' escapes. (Bug#10596)
17200
17201 * progmodes/compile.el (compilation-next-error-function):
17202 Respect compilation-first-column in the "*compilation*" buffer.
17203 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
17204
17205 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
17206
17207 2012-01-24 Glenn Morris <rgm@gnu.org>
17208
17209 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
17210
17211 2012-01-24 Julien Danjou <julien@danjou.info>
17212
17213 * color.el (color-rgb-to-hsl): Fix value computing.
17214 (color-hue-to-rgb): New function.
17215 (color-hsl-to-rgb): New function.
17216 (color-clamp, color-saturate-hsl, color-saturate-name)
17217 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
17218 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
17219
17220 2012-01-24 Glenn Morris <rgm@gnu.org>
17221
17222 * vc/vc-rcs.el (vc-rcs-create-tag):
17223 * vc/vc-sccs.el (vc-sccs-create-tag):
17224 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
17225
17226 2012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
17227
17228 * eshell/esh-util.el (eshell-read-hosts-file):
17229 Skip comment lines. (Bug#10549)
17230
17231 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
17232
17233 2012-01-23 Juanma Barranquero <lekktu@gmail.com>
17234
17235 * subr.el (display-delayed-warnings): Doc fix.
17236 (collapse-delayed-warnings): New function to collapse identical
17237 adjacent warnings.
17238 (delayed-warnings-hook): Add it.
17239
17240 2012-01-22 Michael Albinus <michael.albinus@gmx.de>
17241
17242 * net/tramp.el (tramp-action-login): Set connection property "login-as".
17243
17244 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
17245 (tramp-default-user-alist): Don't add "pscp".
17246 (tramp-do-copy-or-rename-file-out-of-band): Use connection
17247 property "login-as", if set. (Bug#10530)
17248
17249 2012-01-21 Michael Albinus <michael.albinus@gmx.de>
17250
17251 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
17252 "plink1" and "psftp". (Bug#10530)
17253
17254 2012-01-21 Kenichi Handa <handa@m17n.org>
17255
17256 * international/mule-cmds.el (prefer-coding-system): Show a
17257 warning message if the default value of file-name-coding-system
17258 was not changed.
17259
17260 2012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
17261
17262 * windmove.el (windmove-reference-loc):
17263 Fix windmove-reference-loc miscalculation.
17264
17265 2012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
17266
17267 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
17268 default unit.
17269
17270 2012-01-21 Glenn Morris <rgm@gnu.org>
17271
17272 * international/mule.el (auto-coding-alist): Add .tbz.
17273
17274 * files.el (local-enable-local-variables): Doc fix.
17275 (inhibit-local-variables-regexps): Rename from
17276 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
17277 Doc fix. Add some extensions from auto-coding-alist.
17278 (inhibit-local-variables-suffixes):
17279 Rename from inhibit-first-line-modes-suffixes. Doc fix.
17280 (inhibit-local-variables-p):
17281 New function, extracted from set-auto-mode-1.
17282 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
17283 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
17284 (hack-local-variables): Doc fix. Make the mode-only case
17285 respect enable-local-variables and friends.
17286 Respect inhibit-local-variables-regexps for file-locals, but
17287 not for directory-locals.
17288 (set-visited-file-name):
17289 Take account of inhibit-local-variables-regexps.
17290 Whether it applies may change as the file name is changed.
17291 * jka-cmpr-hook.el (jka-compr-install):
17292 * jka-compr.el (jka-compr-uninstall):
17293 Update for inhibit-first-line-modes-suffixes name change.
17294
17295 2012-01-20 Martin Rudalics <rudalics@gmx.at>
17296
17297 * help-macro.el (make-help-screen): Temporarily restore original
17298 binding for minor-mode-map-alist (Bug#10454).
17299
17300 2012-01-19 Julien Danjou <julien@danjou.info>
17301
17302 * color.el (color-name-to-rgb): Use the white color to find the max
17303 color component value and return correctly computed values.
17304 (color-name-to-rgb): Add missing float conversion for max value.
17305
17306 2012-01-19 Martin Rudalics <rudalics@gmx.at>
17307
17308 * window.el (window--state-get-1, window-state-get): Do not use
17309 special state value for window-persistent-parameters.
17310 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
17311 (window--state-put-2): Reset all window parameters to nil before
17312 assigning values of persistent parameters.
17313
17314 2012-01-18 Alan Mackenzie <acm@muc.de>
17315
17316 Eliminate sluggishness and hangs in fontification of "semicolon
17317 deserts".
17318
17319 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
17320 Change value 10000 -> 3000.
17321 (c-state-safe-place): Reformulate so it doesn't stack up an
17322 infinite number of wrong entries in c-state-nonlit-pos-cache.
17323 (c-determine-limit-get-base, c-determine-limit): New functions to
17324 determine backward search limits disregarding literals.
17325 (c-find-decl-spots): Amend commenting.
17326 (c-cheap-inside-bracelist-p): New function which detects "={".
17327
17328 * progmodes/cc-fonts.el
17329 (c-make-font-lock-BO-decl-search-function): Give a limit to a
17330 backward search.
17331 (c-font-lock-declarations): Fix an occurrence of point being
17332 undefined. Check additionally for point being in a bracelist or
17333 near a macro invocation without a semicolon so as to avoid a
17334 fruitless time consuming search for a declarator. Give a more
17335 precise search limit for declarators using the new
17336 c-determine-limit.
17337
17338 2012-01-18 Glenn Morris <rgm@gnu.org>
17339
17340 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
17341 (set-auto-mode): Doc fixes.
17342
17343 2012-01-17 Glenn Morris <rgm@gnu.org>
17344
17345 * isearch.el (search-nonincremental-instead): Fix doc typo.
17346
17347 * dired.el (dired-insert-directory): Handle newlines in directory name.
17348 (dired-build-subdir-alist): Unescape newlines in directory name.
17349
17350 2012-01-17 Michael Albinus <michael.albinus@gmx.de>
17351
17352 * net/tramp.el (tramp-local-end-of-line): New defcustom.
17353 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
17354 (tramp-action-terminal): Use it. (Bug#10530)
17355
17356 2012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
17357
17358 * minibuffer.el (completion--replace): Strip properties (bug#10062).
17359
17360 2012-01-16 Martin Rudalics <rudalics@gmx.at>
17361
17362 * window.el (window-state-ignored-parameters): Remove variable.
17363 (window--state-get-1): Rename argument MARKERS to IGNORE.
17364 Handle persistent window parameters. Make copy of clone-of
17365 parameter only if requested. (Bug#10348)
17366 (window--state-put-2): Install a window parameter only if it has
17367 a non-nil value or an existing parameter shall be overwritten.
17368
17369 2012-01-15 Michael Albinus <michael.albinus@gmx.de>
17370
17371 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
17372
17373 2012-01-14 Eli Zaretskii <eliz@gnu.org>
17374
17375 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
17376 don't pass the (nil) value of `upnode' to string-match.
17377
17378 2012-01-14 Chong Yidong <cyd@gnu.org>
17379
17380 * startup.el (command-line): Fix X resource class for cursorColor.
17381 Fix values recognized by the cursorBlink resource.
17382
17383 2012-01-14 Paul Eggert <eggert@cs.ucla.edu>
17384
17385 * epg.el (epg--make-temp-file): Avoid permission race condition
17386 when running on old Emacs versions (bug#10403).
17387
17388 2012-01-14 Glenn Morris <rgm@gnu.org>
17389
17390 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
17391
17392 2012-01-13 Alan Mackenzie <acm@muc.de>
17393
17394 Fix filling for when filladapt mode is enabled.
17395
17396 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
17397 c-mask-paragraph, pass in `fill-paragraph' rather than
17398 `fill-region-as-paragraph'. (This is a reversion of a previous
17399 change.)
17400 * progmodes/cc-mode.el (c-basic-common-init):
17401 Make fill-paragraph-handle-comment buffer local and set it to nil.
17402
17403 2012-01-13 Glenn Morris <rgm@gnu.org>
17404
17405 * dired.el (dired-switches-escape-p): New function.
17406 (dired-insert-directory): Use dired-switches-escape-p.
17407 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
17408
17409 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
17410
17411 2012-01-12 Glenn Morris <rgm@gnu.org>
17412
17413 * mail/sendmail.el (mail-mode): Update paragraph-separate for
17414 changes in adaptive-fill-regexp. (Bug#10276)
17415
17416 2012-01-11 Alan Mackenzie <acm@muc.de>
17417
17418 Fix Emacs bug #10463 - put `widen's around the critical spots.
17419
17420 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
17421 widen around each invocation of c-state-pp-to-literal. Remove an
17422 unused let variable.
17423
17424 2012-01-11 Glenn Morris <rgm@gnu.org>
17425
17426 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
17427 Doc fix.
17428
17429 2012-01-10 Chong Yidong <cyd@gnu.org>
17430
17431 * net/network-stream.el (network-stream-open-starttls):
17432 Avoid emitting a confusing error message when the server gives a bad
17433 response to the capability command.
17434
17435 2012-01-10 Glenn Morris <rgm@gnu.org>
17436
17437 * mail/unrmail.el (unrmail): Tweak previous change.
17438
17439 2012-01-09 Chong Yidong <cyd@gnu.org>
17440
17441 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
17442
17443 2012-01-08 Alan Mackenzie <acm@muc.de>
17444
17445 Optimize font locking in long enum definitions.
17446
17447 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
17448 arm to a cond form to handle enums.
17449 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
17450 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
17451
17452 2012-01-07 Paul Eggert <eggert@cs.ucla.edu>
17453
17454 * files.el (move-file-to-trash): Preserve default file modes on error.
17455 (Bug#10401)
17456
17457 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
17458
17459 * faces.el (set-face-attribute): Clarify the meaning of the nil
17460 frame (bug#10294).
17461
17462 * subr.el (with-selected-frame): Mention that the selected frame
17463 is restored (bug#9980).
17464
17465 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
17466 (bug#9759).
17467
17468 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
17469 (password-read): Don't autoload unused function.
17470
17471 2012-01-07 Juanma Barranquero <lekktu@gmail.com>
17472
17473 * progmodes/which-func.el (which-func-mode): Turn into a
17474 non-interactive function and mark as obsolete (bug#10428).
17475
17476 2012-01-06 Chong Yidong <cyd@gnu.org>
17477
17478 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
17479 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
17480 functions, along with 1 and -1.
17481
17482 2012-01-06 Eli Zaretskii <eliz@gnu.org>
17483
17484 * time.el (display-time-load-average)
17485 (display-time-default-load-average): Doc fixes. See the thread
17486 starting at
17487 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
17488 for the details.
17489
17490 2012-01-06 Glenn Morris <rgm@gnu.org>
17491
17492 * mail/unrmail.el (unrmail): Give an explicit error if the input file
17493 has no messages. (Bug#10377)
17494
17495 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
17496 than Info-edit. (Bug#10385)
17497
17498 * time.el (display-time-load-average, display-time-next-load-average):
17499 Doc fixes.
17500
17501 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
17502 local setting of buffer-read-only to the input buffer. (Bug#10419)
17503
17504 * calendar/calendar.el (calendar-mode):
17505 Locally set scroll-margin to 0. (Bug#10379)
17506
17507 2012-01-06 Ulrich Mueller <ulm@gentoo.org>
17508
17509 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
17510
17511 2012-01-05 Glenn Morris <rgm@gnu.org>
17512
17513 * eshell/em-unix.el (diff-no-select): Autoload it.
17514 (eshell/diff): Use diff-no-select. (Bug#10420)
17515
17516 2012-01-05 Chong Yidong <cyd@gnu.org>
17517
17518 * shell.el (shell-dynamic-complete-functions): Revert last change.
17519 (shell-command-completion-function): New function.
17520 (shell-completion-vars): Use it to implement
17521 shell-completion-execonly (Bug#10417).
17522
17523 * custom.el (enable-theme): Don't set custom-safe-themes.
17524
17525 * cus-theme.el (custom-theme-merge-theme):
17526 Ignore custom-enabled-themes and custom-safe-themes.
17527
17528 2012-01-05 Michael R. Mauger <mmaug@yahoo.com>
17529
17530 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
17531 first prompt in `sql-interacive-mode'.
17532 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
17533 keywords.
17534 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
17535 (sql-product-interactive): Bug fix: Set `sql-buffer' in
17536 context of original buffer. Invoke `sql-login-hook'.
17537
17538 2012-01-04 Eli Zaretskii <eliz@gnu.org>
17539
17540 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
17541 letters in cite-prefix.
17542
17543 2012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
17544
17545 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
17546
17547 2012-01-03 Chong Yidong <cyd@gnu.org>
17548
17549 * shell.el (shell-dynamic-complete-functions):
17550 Put pcomplete-completions-at-point, so as to try
17551 comint-filename-completion first (Bug#10417).
17552
17553 2012-01-02 Richard Stallman <rms@gnu.org>
17554
17555 * battery.el (battery-status-function):
17556 Detect when to use battery-yeeloong-sysfs.
17557 (battery-echo-area-format): Add string for Yeeloong.
17558 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
17559 (battery-yeeloong-sysfs): New function.
17560
17561 2012-01-02 Chong Yidong <cyd@gnu.org>
17562
17563 * dirtrack.el (dirtrack-list): Eliminate unused third element.
17564 (dirtrack): Merge code for handling relative filenames in prompt
17565 from shell-dir-cookie-watcher.
17566 (dirtrack-debug-message): New arg to avoid excess format calls.
17567
17568 * shell.el (shell-dir-cookie-re): Variable deleted.
17569 (shell-dir-cookie-watcher): Function deleted.
17570 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
17571 with dirtrack-mode.
17572
17573 2012-01-01 Eli Zaretskii <eliz@gnu.org>
17574
17575 * term/w32-win.el (dynamic-library-alist) <gnutls>:
17576 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
17577 libgnutls-26.dll.
17578
17579 2011-12-31 Andreas Schwab <schwab@linux-m68k.org>
17580
17581 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
17582
17583 2011-12-31 Eli Zaretskii <eliz@gnu.org>
17584
17585 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
17586 headers of non-MIME messages, when rmail-enable-mime is non-nil.
17587
17588 2011-12-29 Michael Albinus <michael.albinus@gmx.de>
17589
17590 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
17591 also for alternative shells.
17592 (tramp-open-connection-setup-interactive-shell): Check, whether
17593 the shell is a busybox.
17594 (tramp-send-command): Don't suppress multiple prompts for
17595 busyboxes, it hurts.
17596
17597 2011-12-28 Chong Yidong <cyd@gnu.org>
17598
17599 * progmodes/gdb-mi.el (gdb-get-source-file-list)
17600 (gdb-get-source-file): Move mode line update to
17601 gdb-get-source-file (Bug#10087).
17602
17603 2011-12-25 Chong Yidong <cyd@gnu.org>
17604
17605 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
17606 gud-gdb-marker-filter without taking it as an argument.
17607 (gud-gdb-run-command-fetch-lines): Caller changed.
17608 (gud-gdb-completion-function): New variable.
17609 (gud-gdb-completion-at-point): Use it.
17610 (gud-gdb-completions-1): Split from gud-gdb-completions.
17611
17612 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
17613 function as separate arguments.
17614 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
17615 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
17616 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
17617 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
17618 (gdb-stopped, def-gdb-auto-update-trigger)
17619 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
17620 (gdb-get-changed-registers, gdb-get-main-selected-frame):
17621 Callers changed.
17622 (gud-gdbmi-completions): New function.
17623 (gdb): Use it for generating the completion table.
17624
17625 2011-12-24 Alan Mackenzie <acm@muc.de>
17626
17627 Introduce a mechanism to widen the region used in context font
17628 locking. Use this to protect declarations from losing their contexts.
17629
17630 * progmodes/cc-langs.el (c-before-font-lock-functions):
17631 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
17632 (c-before-context-fontification-functions): New defvar, a list of
17633 functions to be run just before context (etc.) font locking.
17634
17635 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
17636 New, functionality extracted from
17637 c-neutralize-syntax-in-and-mark-CPP.
17638 (c-in-after-change-fontification): New variable.
17639 (c-after-change): Set c-in-after-change-fontification.
17640 (c-set-fl-decl-start): Rejig its interface, so it can be called
17641 from both after-change and context fontifying.
17642 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
17643 New functions.
17644 (c-standard-font-lock-fontify-region-function): New variable.
17645 (c-font-lock-fontify-region): New function.
17646
17647 2011-12-24 Juri Linkov <juri@jurta.org>
17648
17649 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
17650 (Bug#10348)
17651
17652 2011-12-23 Michael Albinus <michael.albinus@gmx.de>
17653
17654 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
17655 existence of source file. (Bug#10325)
17656
17657 2011-12-23 Alan Mackenzie <acm@muc.de>
17658
17659 Fix unstable fontification inside templates.
17660
17661 * progmodes/cc-langs.el (c-before-font-lock-functions):
17662 Newly created from the singular version. The (c c++ objc) entry now
17663 additionally has c-set-fl-decl-start. The other languages (apart
17664 from AWK) have that as a single entry.
17665
17666 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
17667 The functionality for "local" declarations has been extracted to
17668 c-set-fl-decl-start.
17669
17670 * progmodes/cc-mode.el (c-common-init, c-after-change):
17671 Changes due to pluralisation of c-before-font-lock-functions.
17672 (c-set-fl-decl-start): New function, extracted from
17673 c-font-lock-enclosing-decls and enhanced.
17674
17675 2011-12-23 Juanma Barranquero <lekktu@gmail.com>
17676
17677 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
17678
17679 2011-12-22 Juri Linkov <juri@jurta.org>
17680
17681 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
17682
17683 2011-12-22 Chong Yidong <cyd@gnu.org>
17684
17685 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
17686
17687 2011-12-21 Drew Adams <drew.adams@oracle.com>
17688
17689 * files.el (file-remote-p): Fix docstring. (Bug#10319)
17690
17691 2011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
17692
17693 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
17694
17695 2011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
17696
17697 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
17698 highlighting and support. Fix up comments for capitalization.
17699 (cfengine-mode-debug): New var.
17700 (cfengine3-mode): Change the modeline indicator to "CFE3".
17701 (cfengine3-font-lock-keywords): Improve defun highlighting.
17702 (cfengine2-actions): Rename from `cfengine-actions'.
17703 (cfengine2-font-lock-keywords): Rename from
17704 `cfengine-font-lock-keywords'.
17705 (cfengine2-imenu-expression): Rename from
17706 `cfengine-imenu-expression'.
17707 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
17708 (cfengine2-beginning-of-defun): Rename from
17709 `cfengine-beginning-of-defun'.
17710 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
17711 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
17712 (cfengine2-mode): Rename from `cfengine-mode'. Change the
17713 modeline indicator to "CFE2".
17714 (cfengine-mode): Defalias to `cfengine-auto-mode'.
17715 (cfengine-mode-abbrevs): Mark obsolete.
17716
17717 2011-12-21 Chong Yidong <cyd@gnu.org>
17718
17719 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
17720 filename argument.
17721
17722 2011-12-20 Martin Rudalics <rudalics@gmx.at>
17723
17724 * window.el (window-normalize-buffer-to-display): Remove.
17725 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
17726
17727 2011-12-19 Chong Yidong <cyd@gnu.org>
17728
17729 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
17730 Don't signal an error in a predicate function; return non-nil.
17731 (vc-dir-mark-file): Move the error here.
17732 (vc-dir-mark-unmark): If acting on the region, keep going if one
17733 of the entries cannot be marked/unmarked.
17734 (vc-dir-mark-all-files): If current entry is a directory, mark
17735 only child files, as documented.
17736
17737 2011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
17738
17739 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
17740 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
17741 addition.
17742
17743 2011-12-18 Jan Djärv <jan.h.d@swipnet.se>
17744
17745 * term/ns-win.el (ns-get-selection-internal)
17746 (ns-store-selection-internal): Declare.
17747 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
17748 Declare as obsolete.
17749 (ns-get-pasteboard, ns-paste-secondary):
17750 Use ns-get-selection-internal.
17751 (ns-set-pasteboard, ns-copy-including-secondary):
17752 Use ns-store-selection-internal.
17753
17754 2011-12-17 Chong Yidong <cyd@gnu.org>
17755
17756 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
17757 (vc-deduce-fileset): Doc fix.
17758
17759 2011-12-16 Andreas Schwab <schwab@linux-m68k.org>
17760
17761 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
17762
17763 2011-12-13 Sam Steingold <sds@gnu.org>
17764
17765 * man.el (Man-getpage-in-background): When running under a
17766 window-system, ignore $MANWIDTH and $COLUMNS.
17767
17768 2011-12-15 Kenichi Handa <handa@m17n.org>
17769
17770 * language/ethio-util.el: Change coding tag to utf-8-emacs.
17771 (setup-ethiopic-environment-internal): Comment out key-binding for
17772 ethio-toggle-punctuation.
17773
17774 2011-12-13 Alan Mackenzie <acm@muc.de>
17775
17776 Add the switch statement to AWK Mode.
17777
17778 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
17779 "default" to the keywords regexp.
17780
17781 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
17782 expression as the rest.
17783 (c-nonlabel-token-key): Allow string literals for AWK.
17784 Refactor for the other modes.
17785
17786 Large brace-block initialisation makes CC Mode slow: Fix.
17787 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
17788 routines. Limit backward searching in c-font-lock-enclosing.decl.
17789
17790 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
17791 pp-state and literal type in addition to the limits.
17792 (c-state-safe-place): New defun, extracted from c-state-literal-at.
17793 (c-state-literal-at): Use the above new defun.
17794 (c-slow-in-literal, c-fast-in-literal): Remove.
17795 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
17796
17797 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
17798 being in a literal. Add a limit for backward searching.
17799
17800 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
17801 c-slow-in-literal.
17802
17803 2011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
17804
17805 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
17806
17807 2011-12-13 Martin Rudalics <rudalics@gmx.at>
17808
17809 * window.el (delete-other-windows): Use correct frame in call to
17810 window-with-parameter.
17811
17812 2011-12-12 Daniel Pfeiffer <occitan@t-online.de>
17813
17814 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
17815 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
17816 (makefile-gmake-statements, makefile-makepp-statements):
17817 Use it and add new makepp keywords.
17818 (makefile-makepp-font-lock-keywords): Add new patterns.
17819 (makefile-match-function-end): Match new [...] and [[...]].
17820
17821 2011-12-11 Juanma Barranquero <lekktu@gmail.com>
17822
17823 * ses.el (ses-call-printer-return, ses-cell-property-get)
17824 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
17825 (ses-create-cell-variable, ses-reset-header-string)
17826 (ses-cell-set-formula, ses-repair-cell-reference-all)
17827 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
17828 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
17829 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
17830 (ses-aset-with-undo, ses-load, ses-truncate-cell)
17831 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
17832 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
17833 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
17834 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
17835 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
17836 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
17837 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
17838 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
17839
17840 2011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
17841
17842 * ses.el: The overall change is to add cell renaming, that is
17843 setting fancy names for cell symbols other than name matching
17844 "\\`[A-Z]+[0-9]+\\'" regexp .
17845 (ses-create-cell-variable): New defun.
17846 (ses-relocate-formula): Relocate formulas only for cells the
17847 symbols of which are not renamed, i.e. symbols whose names do not
17848 match regexp "\\`[A-Z]+[0-9]+\\'".
17849 (ses-relocate-all): Relocate values only for cells the symbols of
17850 which are not renamed.
17851 (ses-load): Create cells variables as the (ses-cell ...) are read,
17852 in order to check row col consistency with cell symbol name only
17853 for cells that are not renamed.
17854 (ses-replace-name-in-formula): New defun.
17855 (ses-rename-cell): New defun.
17856
17857 2011-12-11 Chong Yidong <cyd@gnu.org>
17858
17859 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
17860 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
17861
17862 2011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
17863
17864 * window.el (other-window): Fix docstring.
17865
17866 2011-12-10 Eli Zaretskii <eliz@gnu.org>
17867
17868 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
17869 `from' or `to' address before taking its substring.
17870 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
17871 encoded name is chopped in the middle of the encoded string, and
17872 thus displayed encoded.
17873
17874 2011-12-10 Juanma Barranquero <lekktu@gmail.com>
17875
17876 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
17877
17878 2011-12-10 Eli Zaretskii <eliz@gnu.org>
17879
17880 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
17881 to use texinfo-update-node and commands that call it if the
17882 Texinfo file uses @node lines without next/prev/up pointers.
17883 Correct outdated description about texinfo-master-menu.
17884 (texinfo-all-menus-update, texinfo-master-menu)
17885 (texinfo-update-node, texinfo-every-node-update)
17886 (texinfo-multiple-files-update): Doc fix. Warn against updating
17887 all the @node lines.
17888 (texinfo-master-menu): Only call texinfo-update-node if the prefix
17889 argument is numeric. Explain better in the doc string what the
17890 function really does.
17891 (texinfo-insert-master-menu-list): Improve the error message
17892 displayed if there's no menu in the Top node.
17893 (Bug#2975) See also this thread:
17894 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
17895
17896 2011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
17897
17898 * speedbar.el (speedbar-supported-extension-expressions):
17899 Add .adb and .ads, commonly used for Ada source code (bug#10256).
17900
17901 2011-12-09 Juanma Barranquero <lekktu@gmail.com>
17902
17903 * printing.el (pr-mode-alist):
17904 * simple.el (filter-buffer-substring-functions)
17905 (completion-list-insert-choice-function):
17906 * window.el (window-with-parameter, window-atom-root)
17907 (window-sides-slots, window-size-fixed, window-min-delta)
17908 (window-max-delta, window--resize-mini-window)
17909 (window--resize-child-windows-normal, window-tree)
17910 (delete-other-windows, quit-window, split-window)
17911 (display-buffer-record-window, special-display-buffer-names)
17912 (special-display-regexps, special-display-popup-frame)
17913 (same-window-p, split-window-sensibly)
17914 (display-buffer-overriding-action, display-buffer-alist)
17915 (display-buffer-base-action, display-buffer, switch-to-buffer)
17916 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
17917 (fit-window-to-buffer, recenter-positions)
17918 (mouse-autoselect-window-state, mouse-autoselect-window-select):
17919 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
17920 and remove unneeded backslashes in docstrings.
17921
17922 2011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
17923
17924 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
17925
17926 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
17927 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
17928 end in ".mk".
17929 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
17930 when reading the makefile (bug#10116).
17931
17932 2011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
17933
17934 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
17935 (bug#10116).
17936
17937 2011-12-06 Glenn Morris <rgm@gnu.org>
17938
17939 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
17940
17941 2011-12-06 Chong Yidong <cyd@gnu.org>
17942
17943 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
17944
17945 2011-12-06 Juanma Barranquero <lekktu@gmail.com>
17946
17947 * textmodes/table.el (table-shorten-cell): Fix typo.
17948
17949 2011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
17950
17951 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
17952
17953 2011-12-05 Eli Zaretskii <eliz@gnu.org>
17954
17955 * descr-text.el (describe-char): Fix display of strong
17956 right-to-left characters and directional embeddings and overrides.
17957
17958 * simple.el (what-cursor-position): Fix display of codepoints of
17959 strong right-to-left characters.
17960
17961 2011-12-05 Chong Yidong <cyd@gnu.org>
17962
17963 * faces.el (read-color): Doc fix.
17964
17965 2011-12-05 Glenn Morris <rgm@gnu.org>
17966
17967 * align.el (align--set-marker): Add doc-string.
17968 Don't try to move something that is not a marker. (Bug#10216)
17969
17970 2011-12-04 Glenn Morris <rgm@gnu.org>
17971
17972 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
17973 overly zealous deletion of trailing whitespace.
17974
17975 2011-12-04 Juanma Barranquero <lekktu@gmail.com>
17976
17977 * server.el (server-delete-client): On Windows, do not try to delete
17978 the only terminal.
17979 (server-process-filter): On Windows, treat requests for a tty frame as
17980 if they were for a GUI frame if the running server is in GUI mode.
17981
17982 2011-12-03 Glenn Morris <rgm@gnu.org>
17983
17984 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
17985
17986 2011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
17987
17988 * electric.el: Streamline electric-indent's hook.
17989 (electric-indent-chars): Revert to simple list.
17990 (electric-indent-functions): New var.
17991 (electric-indent-post-self-insert-function): Use it.
17992
17993 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
17994 there's no inferior buffer (bug#10196).
17995 (prolog-consult-compile): Don't use toggle-read-only.
17996
17997 2011-12-02 Michael Albinus <michael.albinus@gmx.de>
17998
17999 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
18000 interrupt. (Bug#10187)
18001
18002 2011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
18003
18004 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
18005 (bug#9160).
18006
18007 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
18008 (bug#10191).
18009
18010 2011-12-02 Juri Linkov <juri@jurta.org>
18011
18012 * info.el (Info-search): Display "end of manual" when Isearch
18013 reaches the end of single-file Info manual. (Bug#9918)
18014
18015 2011-12-02 Eli Zaretskii <eliz@gnu.org>
18016
18017 * isearch.el (isearch-message-prefix): Run the input method part
18018 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
18019
18020 2011-12-02 Juri Linkov <juri@jurta.org>
18021
18022 * isearch.el (isearch-occur): Use `word-search-regexp' for
18023 `isearch-word'.
18024 (isearch-search-and-update): Add condition for `isearch-word' and
18025 call `word-search-regexp'. (Bug#10145)
18026
18027 2011-12-01 Glenn Morris <rgm@gnu.org>
18028
18029 * eshell/em-hist.el (eshell-hist-initialize):
18030 Handle eshell-history-size nil and HISTSIZE set or unset.
18031 (eshell-history-file-name, eshell-history-size): Fix custom type.
18032
18033 2011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
18034
18035 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
18036
18037 2011-12-01 Michael McNamara <mac@mail.brushroad.com>
18038
18039 * progmodes/verilog-mode.el (verilog-pretty-expr):
18040 Rework verilog-pretty-expr to handle new assignment operators in system
18041 verilog, such as += *= and the like.
18042 (verilog-assignment-operator-re): Regular expression to find the
18043 assigment operator in a verilog assignment.
18044 (verilog-assignment-operation-re): Regular expression to find an
18045 assignment statement for pretty-expr.
18046 (verilog-in-attribute-p): Query returns true if point is in an
18047 attribute context; used to skip these for expression line up from
18048 pretty-expr.
18049 (verilog-in-parameter-p): Query returns true if point is in an
18050 parameter definition context; used to skip these for expression
18051 line up from pretty-expr.
18052 (verilog-in-parenthesis-p): Query returns true if point is in a
18053 parenthetical expression, specifically ( ) but not [ ] or { };
18054 used by pretty-expr.
18055 (verilog-just-one-space): If there is no space, don't add one.
18056 (verilog-get-lineup-indent-2): Specifically skip just attribute
18057 contexts for expression lineup, rather than skipping all
18058 parenthetical expressions.
18059 (verilog-calculate-indent): Fix comment, and fix indent.
18060 (verilog-do-indent): Indent declarations in lists (suggested by
18061 Joachim Lechner).
18062 (verilog-mode-abbrev-table): Populate abbrev mode with the various
18063 skeleton items.
18064 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
18065 by Alain Mellan).
18066
18067 2011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
18068
18069 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
18070 parameters with embedded comments. Reported by Ray Stevens.
18071 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
18072 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
18073 Reported by Tim Holt.
18074 (verilog-auto): Fix AUTOing a upper module then AUTOing module
18075 instantiated by upper module causing wrong expansion until AUTOed a
18076 second time. Reported by K C Buckenmaier.
18077 (verilog-diff-auto): Fix showing .* as a difference when
18078 `verilog-auto-star-save' off. Reported by Dan Dever.
18079 (verilog-auto-reset, verilog-read-always-signals)
18080 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
18081 temporary signals in reset list if
18082 verilog-auto-reset-blocking-in-non is nil, and match assignment
18083 style to each signal's assignment type, bug381.
18084 Reported by Thomas Esposito.
18085 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
18086 (verilog-uvm-statement-re): Support UVM indentation and
18087 highlighting, with old OVM keywords only.
18088 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
18089 Support AUTOTIEOFF creating non-wire data types.
18090 Suggested by Jonathan Greenlaw.
18091 (verilog-auto-insert-lisp, verilog-delete-to-paren)
18092 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
18093 (verilog-inject-sense, verilog-read-inst-pins)
18094 (verilog-read-sub-decls, verilog-read-sub-decls-line):
18095 Fix mismatching parenthesis inside commented out code when deleting
18096 AUTOINST, bug383. Reported by Jonathan Greenlaw.
18097 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
18098 non-numeric vector width. Reported by Alex Reed.
18099 (verilog-auto-ascii-enum): Add "onehot" option to work around not
18100 detecting signals with parameter widths. Reported by Alex Reed.
18101 (verilog-auto-delete-trailing-whitespace):
18102 With `verilog-auto-delete-trailing-whitespace' remove trailing
18103 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
18104 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
18105 Fix verilog-scan-cache corruption when running user AUTO expansion
18106 hooks that call indentation routines.
18107 (verilog-simplify-range-expression): Fix typo ignoring lower case
18108 identifiers.
18109 (verilog-delete-auto): Fix delete-autos to also remove user created
18110 automatics, as long as they start with AUTO.
18111 (verilog-batch-diff-auto, verilog-diff-auto)
18112 (verilog-diff-function): Add `verilog-diff-auto' and bind to
18113 "C-c?" to report differences in AUTO expansion, ignoring spaces.
18114 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
18115 (verilog-in-paren-quick, verilog-re-search-backward-quick)
18116 (verilog-re-search-forward-quick, verilog-syntax-ppss):
18117 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
18118 is disabled and its cache will get corrupt, causing AUTOS not to
18119 expand. Instead use only -quick functions.
18120 (verilog-scan-region): Fix scanning over escaped quotes.
18121 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
18122 (verilog-re-search-backward-quick)
18123 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
18124 related functions now ignore strings, to fix misparsing of strings
18125 with magic comments embedded in them.
18126 (verilog-read-auto-template):
18127 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
18128 Reported by Brad Dobbie.
18129 (verilog-read-auto-template):
18130 Fix 'verilog-auto-inst-template-numbers' with comments.
18131 Reported by Brad Dobbie.
18132 (verilog-auto-inst, verilog-auto-inst-param)
18133 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
18134 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
18135 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
18136 debugging templates without merge conflicts, bug357.
18137 Reported by Brad Dobbie.
18138 (verilog-read-auto-template):
18139 Fix verilog-auto-inst-template-numbers with multiple templates.
18140 Reported by Brad Dobbie.
18141 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
18142 abbrevs so user won't be asked to save.
18143 (verilog-read-auto-lisp-present): Fix to start at beginning of
18144 buffer in case called outside of verilog-auto.
18145 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
18146 to "X-2". Reported by Matthew Myers.
18147 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
18148 all inputs from module templates. Reported by Leith Johnson.
18149 (verilog-module-inside-filename-p): Fix locating programs as with
18150 modules.
18151 (verilog-auto-inst-port): Fix vl-width expressions when using
18152 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
18153 (verilog-decls-get-regs, verilog-decls-get-signals,
18154 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
18155 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
18156 verilog-read-decls): Combine reg and wire structures into one var
18157 structure to represent SystemVerilog concepts.
18158 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
18159 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
18160 (verilog-auto-wire-type, verilog-insert-definition):
18161 Add verilog-auto-wire-type and AUTOLOGIC to support using
18162 SystemVerilog "logic" keyword instead of "wire"/"reg".
18163 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
18164 to declares outputs that also have assignments (presumably in an
18165 ifdef or generate if so there's not a driver conflict).
18166 Reported by Matthew Myers.
18167 (verilog-auto-declare-nettype, verilog-insert-definition):
18168 Add verilog-auto-declare-nettype to fix declarations using
18169 `default_nettype none. Reported by Julian Gorfajn.
18170 (verilog-read-always-signals-recurse, verilog-read-decls)
18171 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
18172 malformed end statement, bug325. Reported by Joshua Wise and
18173 Andrew Drake.
18174 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
18175 (verilog-inst-comment-re): Fix not deleting Interfaced comment
18176 when expanding .* in interfaces, bug320.
18177 Reported by Pierre-David Pfister.
18178 (verilog-read-module-name): Fix import statements between module
18179 name and open parenthesis, bug317.
18180 Reported by Pierre-David Pfister.
18181 (verilog-simplify-range-expression): Fix simplification of
18182 multiplications inside AUTOWIRE connections, bug303.
18183 (verilog-auto-inst-port): Support parameter expansion in
18184 multidimensional arrays.
18185 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
18186 after "assert property". Reported by Julian Gorfajn.
18187 (verilog-simplify-range-expression): Fix "couldn't merge" errors
18188 with multiplication, bug303.
18189 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
18190 Reported by Jan Frode Lonnum.
18191
18192 2011-11-30 Juanma Barranquero <lekktu@gmail.com>
18193
18194 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
18195 (hfy-shell-file-name, hfy-shell):
18196 * international/fontset.el (x-decompose-font-name): Fix typos.
18197
18198 2011-11-29 Ken Brown <kbrown@cornell.edu>
18199
18200 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
18201 (gdb-version): Remove defvar.
18202 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
18203 (gdb-gud-context-command, gdb-non-stop-handler)
18204 (gdb-current-context-command, gdb-stopped): Use it.
18205 (gdb-init-1): Enable pretty printing here.
18206 (gdb-non-stop-handler): Don't enable pretty-printing here.
18207 Check to see if the target supports non-stop mode; if not, turn off
18208 non-stop mode. Use the following.
18209 (gdb-check-target-async): New defun.
18210 (gud-watch, gdb-stopped): Fix whitespace.
18211 (gdb-get-source-file): Don't try to display the source file if
18212 `gdb-main-file' is nil.
18213
18214 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
18215
18216 * align.el: Try to generate fewer markers (bug#10047).
18217 (align--set-marker): New macro.
18218 (align-region): Use it.
18219
18220 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
18221
18222 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
18223
18224 2011-11-29 Chong Yidong <cyd@gnu.org>
18225
18226 * indent.el (indent-for-tab-command, indent-according-to-mode):
18227 Doc fix.
18228 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
18229
18230 2011-11-29 Michael Albinus <michael.albinus@gmx.de>
18231
18232 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
18233 aware of remote file names. (Bug#10124)
18234
18235 2011-11-29 Chong Yidong <cyd@gnu.org>
18236
18237 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
18238
18239 2011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
18240
18241 * files.el (find-file): Don't use force-same-window (bug#10144).
18242 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
18243 use pop-to-buffer if the selected window can't be used.
18244 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
18245
18246 2011-11-28 Eli Zaretskii <eliz@gnu.org>
18247
18248 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
18249 special-mode-map.
18250
18251 2011-11-28 Chong Yidong <cyd@gnu.org>
18252
18253 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
18254
18255 2011-11-27 Nick Roberts <nickrob@snap.net.nz>
18256
18257 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
18258 gdb-get-source-file-list on gdb-create-source-file-list.
18259
18260 2011-11-26 Eli Zaretskii <eliz@gnu.org>
18261
18262 * whitespace.el (whitespace-newline): Use a different foreground
18263 color for 16-color light-background displays.
18264
18265 2011-11-24 Chong Yidong <cyd@gnu.org>
18266
18267 * window.el (display-buffer--special-action): Doc fix.
18268
18269 2011-11-25 Juanma Barranquero <lekktu@gmail.com>
18270
18271 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
18272 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
18273 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
18274 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
18275 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
18276 (avl-tree-stack-first):
18277 * emacs-lisp/cconv.el (cconv--analyse-use):
18278 * net/gnutls.el (gnutls-negotiate): Fix typos.
18279
18280 2011-11-24 Glenn Morris <rgm@gnu.org>
18281
18282 * lpr.el (lpr-windows-system, lpr-lp-system):
18283 * mail/binhex.el (binhex-begin-line):
18284 * progmodes/grep.el (grep-history, grep-find-history):
18285 * textmodes/flyspell.el:
18286 * vc/pcvs-defs.el (cvs-global-menu):
18287 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
18288 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
18289 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
18290
18291 * net/tls.el: Fix case of "GnuTLS".
18292
18293 * paths.el (rmail-file-name): Format doc-string for make-docfile.
18294
18295 * version.el (emacs-build-system): Give it a doc-string.
18296
18297 2011-11-24 Juri Linkov <juri@jurta.org>
18298
18299 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
18300
18301 2011-11-24 Glenn Morris <rgm@gnu.org>
18302
18303 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
18304 if called on a non-mime message just toggle the headers. (Bug#8006)
18305
18306 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
18307
18308 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
18309 (allout-lead-with-comment-string, allout-structure-deleted-hook)
18310 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
18311 (allout-rebullet-heading, allout-open-sibtopic)
18312 (allout-toggle-current-subtree-encryption)
18313 (allout-toggle-subtree-encryption, allout-encrypt-string)
18314 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
18315 (allout-distinctive-bullets-string, allout-auto-activation):
18316 * window.el (window-normalize-buffer-to-display):
18317 * progmodes/verilog-mode.el (verilog-batch-indent):
18318 * textmodes/bibtex.el (bibtex-field-braces-opt)
18319 (bibtex-field-strings-opt):
18320 * vc/cvs-status.el (cvs-tree-merge):
18321 Fix typos.
18322
18323 2011-11-23 Michael Albinus <michael.albinus@gmx.de>
18324
18325 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
18326 `non-essential' to t, in order to avoid remote connections.
18327
18328 2011-11-23 Eli Zaretskii <eliz@gnu.org>
18329
18330 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
18331 On MS-DOS and MS-Windows, compare with loaddefs.el
18332 case-insensitively.
18333
18334 2011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
18335
18336 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
18337
18338 2011-11-23 Glenn Morris <rgm@gnu.org>
18339
18340 * paths.el (rmail-file-name): Reformat the doc-string so that it
18341 is picked up.
18342
18343 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
18344 (rmail-auto-file): Ignore case in the "special" field names,
18345 as mail-fetch-field does for all others.
18346
18347 * mail/rmail.el (rmail-forward):
18348 * mail/rmailkwd.el (rmail-set-label):
18349 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
18350 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
18351
18352 * mail/rmail.el (rmail-current-message): Doc fix.
18353
18354 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
18355
18356 2011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
18357
18358 * server.el (server-eval-and-print): Allow C-g (bug#6585).
18359
18360 2011-11-22 Glenn Morris <rgm@gnu.org>
18361
18362 * mail/rmailmm.el (test-rmail-mime-handler)
18363 (test-rmail-mime-bulk-handler)
18364 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
18365
18366 2011-11-21 Juri Linkov <juri@jurta.org>
18367
18368 * calc/calc.el (calc-read-key-sequence):
18369 Let-bind `input-method-function' to nil. (Bug#10018)
18370
18371 2011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
18372
18373 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
18374 Tell the caller that the next line needs recomputation, even
18375 though it doesn't start a sexp (bug#10094).
18376
18377 2011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
18378
18379 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
18380
18381 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
18382
18383 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
18384 Use force-same-window.
18385
18386 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
18387
18388 * descr-text.el (describe-char-unicode-data):
18389 * json.el (json-string-escape):
18390 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
18391 (Footnote-unicode, Footnote-style-p):
18392 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
18393
18394 2011-11-20 Chong Yidong <cyd@gnu.org>
18395
18396 * window.el (replace-buffer-in-windows): Restore interactive spec.
18397
18398 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
18399
18400 * electric.el (electric-indent-mode): Fix last change (too optimistic).
18401
18402 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
18403 (byte-compile-global-not-obsolete-vars): New var.
18404 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
18405 Use it.
18406 (byte-compile-warn-obsolete): Align text with the one in *Help*.
18407
18408 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
18409
18410 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
18411 * progmodes/pascal.el (electric-pascal-equal):
18412 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
18413 * xml.el (xml-substitute-special): Fix typos.
18414
18415 2011-11-20 Glenn Morris <rgm@gnu.org>
18416
18417 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
18418 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
18419 Doc fixes.
18420 (rmail-decode-mime-charset): Mark as obsolete.
18421
18422 * mail/rmailsum.el (rmail-message-regexp-p-1):
18423 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
18424 Before using mime functions, check they are set. (Bug#10077)
18425
18426 2011-11-19 Juri Linkov <juri@jurta.org>
18427
18428 * info.el (Info-finder-find-node): Use `package--builtins' instead
18429 of `package-alist'. Use node names formed by the pattern "Keyword "
18430 and the keyword name.
18431
18432 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
18433
18434 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
18435
18436 2011-11-19 Juri Linkov <juri@jurta.org>
18437
18438 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
18439 that calls `revert-buffer' on all Info buffers. (Bug#9915)
18440 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
18441 `old-history', `old-history-forward'. Add let-binding
18442 `window-selected'. Remove calls to `kill-buffer',
18443 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
18444 before calling `Info-find-node', so `Info-find-node-2' will reread
18445 the Info file. Restore window positions only when `window-selected'
18446 is non-nil.
18447
18448 2011-11-19 Juri Linkov <juri@jurta.org>
18449
18450 * isearch.el (isearch-lazy-highlight-new-loop):
18451 Remove condition `(not isearch-error)'. (Bug#9918)
18452
18453 * misearch.el (multi-isearch-search-fun): Add condition
18454 `(not bound)' to ignore lazy-highlighting search.
18455 Add the search-failed message "end of multi" when the end of
18456 multi-sequence is reached. Uncapitalize the search-failed
18457 message "Repeat for next buffer".
18458
18459 * info.el (Info-search): Add the search-failed message
18460 "end of the manual" when the end of the manual is reached
18461 in Isearch mode.
18462
18463 2011-11-19 Juri Linkov <juri@jurta.org>
18464
18465 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
18466 Use non-destructive `remove' instead of `delete' because
18467 `Info-history-list' stored to `Info-isearch-initial-history-list' in
18468 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
18469
18470 2011-11-19 Juri Linkov <juri@jurta.org>
18471
18472 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
18473 to nil instead of binding `search-ring' and `regexp-search-ring'.
18474 (Bug#9185)
18475
18476 2011-11-19 Eli Zaretskii <eliz@gnu.org>
18477
18478 * simple.el (line-move): Force movement by logical lines for any
18479 hscrolled window, not only when auto-hscroll-mode is on.
18480 (line-move-visual): Update doc string to that effect. (Bug#10076)
18481
18482 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
18483
18484 * language/european.el (macintosh): Define as alias for mac-roman.
18485
18486 2011-11-19 Eli Zaretskii <eliz@gnu.org>
18487
18488 * mail/rmailmm.el (rmail-mime-display-header)
18489 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
18490 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
18491 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
18492 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
18493 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
18494 of a raw aref.
18495 (rmail-mime-entity-segment): To get past the tagline, move forward
18496 2 more lines, to account for the 2 empty lines that precede and
18497 follow the line with the buttons.
18498 (rmail-mime-update-tagline): Move one more line, to get past the
18499 empty line that follows the buttons in the tagline. (Bug#9520)
18500
18501 2011-11-19 Martin Rudalics <rudalics@gmx.at>
18502
18503 * window.el (window-max-delta-1, window-min-delta-1)
18504 (window-min-size-1, window-state-get-1, window-state-put-1)
18505 (window-state-put-2): Use "window--" prefix.
18506
18507 2011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
18508
18509 * emacs-lisp/smie.el: Improve warnings and conflict detection.
18510 (smie-warning-count): New var.
18511 (smie-set-prec2tab): Use it.
18512 (smie-bnf->prec2): Improve warnings. Add docstring.
18513 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
18514 (smie-bnf--set-class): New function.
18515 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
18516 corner case.
18517
18518 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
18519 (compilation-error-properties, compilation-move-to-column):
18520 Handle compilation-first-column while in the target buffer.
18521
18522 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
18523 Don't hardcode point-min==1.
18524
18525 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
18526 (eshell-rewrite-for-command): Remove workaround.
18527 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
18528 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
18529 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
18530
18531 * files-x.el (modify-file-local-variable): Obey commenting conventions.
18532
18533 2011-11-17 Glenn Morris <rgm@gnu.org>
18534
18535 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
18536 Ignore buffer-local generated-autoload-file if it is the same
18537 as the global value. (Bug#10049)
18538
18539 2011-11-17 Juanma Barranquero <lekktu@gmail.com>
18540
18541 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
18542 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
18543 (reftex-toc-previous-heading, reftex-toc-max-level)
18544 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
18545 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
18546 (reftex-toc-do-promote, reftex-toc-promote-prepare)
18547 (reftex-toc-promote-action, reftex-toc-extract-section-number)
18548 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
18549 (reftex-toc-rename-label, reftex-toc-visit-location)
18550 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
18551 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
18552 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
18553 leaving "*toc*" only for references to the buffer.
18554
18555 2011-11-17 Martin Rudalics <rudalics@gmx.at>
18556
18557 * window.el (window-resize, delete-window, split-window):
18558 Replace window-splits by window-combination-resize.
18559 * cus-start.el (window-splits): Replace by window-combination-resize.
18560
18561 2011-11-17 Glenn Morris <rgm@gnu.org>
18562
18563 * progmodes/sh-script.el (sh-font-lock-keywords-var):
18564 Make bash entry derive from sh entry, not shell entry.
18565
18566 2011-11-16 Michael Albinus <michael.albinus@gmx.de>
18567
18568 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
18569 local file name.
18570
18571 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
18572
18573 * menu-bar.el (menu-bar-file-menu):
18574 * printing.el (pr-ps-utility):
18575 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
18576 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
18577 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
18578 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
18579 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
18580 (icalendar--convert-cyclic-to-ical)
18581 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
18582 (icalendar--convert-ical-to-diary)
18583 (icalendar--convert-recurring-to-diary)
18584 (icalendar--convert-non-recurring-all-day-to-diary)
18585 (icalendar-import-format-sample):
18586 * progmodes/idlw-shell.el (idlwave-shell-mode):
18587 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
18588 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
18589 (vhdl-ps-print-init): Fix typos.
18590
18591 2011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
18592
18593 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
18594 FSF and collapse date sequence, obscure author/maintainer email address
18595 better, remove extra version line, track relocation of author's webpage.
18596
18597 * progmodes/python.el (python-pdbtrack-input-prompt)
18598 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
18599 regular python pdb prompts. Adjustments shamelessly taken exactly as
18600 suggested in EmacsWiki page (tiny change):
18601 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
18602
18603 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
18604
18605 * expand.el (expand-pos, expand-index, expand-point):
18606 Remove redundant info from docstring.
18607 (expand-add-abbrevs): Doc fix.
18608 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
18609 (expand-sample-perl-mode-expand-list): Fix typos.
18610
18611 * net/dbus.el (dbus-event-member-name):
18612 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
18613 * term/pc-win.el (msdos-create-frame-with-faces):
18614 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
18615
18616 2011-11-16 Martin Rudalics <rudalics@gmx.at>
18617
18618 * window.el (split-window, window-state-get-1)
18619 (window-state-put-1, window-state-put-2): Rename occurrences of
18620 window-nest to window-combination-limit.
18621 * cus-start.el (window-nest): Rename to window-combination-limit.
18622
18623 2011-11-16 Chong Yidong <cyd@gnu.org>
18624
18625 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
18626 regexp (Bug#10033).
18627
18628 2011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
18629
18630 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
18631 `completing-read' will remove *Completions* and will preserve
18632 current-buffer for us.
18633 (tmm-add-prompt): Users of *Completions* will always (re)set its
18634 major mode.
18635 (tmm-old-comp-map): Remove.
18636
18637 2011-11-16 Glenn Morris <rgm@gnu.org>
18638
18639 * mail/rmailedit.el: Require rmailmm when compiling.
18640 (rmail-old-mime-state): New declaration.
18641 (rmail-edit-current-message): If editing a mime message,
18642 edit the "raw" message from the mbox buffer.
18643 (rmail-cease-edit): Handle mime messages. (Bug#9840)
18644
18645 2011-11-15 Glenn Morris <rgm@gnu.org>
18646
18647 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
18648 which wasn't being used. Add optional arg to force given state.
18649 (rmail-mime): Add optional arg to force given state.
18650
18651 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
18652
18653 * allout.el (allout-encryption-plaintext-sanitization-regexps):
18654 * frame.el (display-mm-dimensions-alist):
18655 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
18656 (outline-move-subtree-down):
18657 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
18658 (newsticker--treeview-do-get-node):
18659 * net/quickurl.el (quickurl-list-buffer-name):
18660 * progmodes/dcl-mode.el (dcl-mode):
18661 * progmodes/gdb-mi.el (gdb-mapcar*):
18662 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
18663
18664 2011-11-15 Glenn Morris <rgm@gnu.org>
18665
18666 * mail/rmail.el (rmail-file-coding-system): It's only ever used
18667 in a boolean sense, so just make it a boolean, and fix the doc.
18668 (rmail-show-mime-function, rmail-mime-feature)
18669 (rmail-require-mime-maybe): Doc fixes.
18670 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
18671
18672 * mail/rmailmm.el (rmail-show-mime): Doc fix.
18673
18674 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
18675
18676 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
18677 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
18678 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
18679 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
18680
18681 2011-11-15 Glenn Morris <rgm@gnu.org>
18682
18683 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
18684 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
18685 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
18686 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
18687 (rmail-mime, rmail-show-mime): Doc fixes.
18688
18689 * term/ns-win.el (mode-line-frame-identification):
18690 Leave it alone. (Bug#10051)
18691
18692 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
18693
18694 * mail/rmailout.el (rmail-output-to-rmail-buffer):
18695 Handle empty buffers. (Bug#9978)
18696
18697 2011-11-14 Juanma Barranquero <lekktu@gmail.com>
18698
18699 * international/mule.el (define-charset):
18700 * mail/rmailmm.el (rmail-mime-find-header-encoding):
18701 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
18702 * progmodes/verilog-mode.el (verilog-backward-token):
18703 * textmodes/ispell.el (lookup-words):
18704 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
18705
18706 2011-11-14 Glenn Morris <rgm@gnu.org>
18707
18708 * progmodes/executable.el
18709 (executable-make-buffer-file-executable-if-script-p):
18710 Handle file-modes returning nil.
18711
18712 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
18713 message - not necessary, and causes problems. (Bug#9831)
18714
18715 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
18716
18717 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
18718
18719 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
18720 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
18721 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
18722
18723 2011-11-12 Martin Rudalics <rudalics@gmx.at>
18724
18725 * window.el (window-resize, delete-window): Use window-splits
18726 variable instead of function.
18727 (window-state-get-1, window-state-put-2, window-state-put):
18728 Don't deal with windows' splits status.
18729
18730 2011-11-12 Glenn Morris <rgm@gnu.org>
18731
18732 * apropos.el (apropos-do-all, apropos-library, apropos-value)
18733 (apropos-documentation): Doc fixes.
18734
18735 2011-11-11 Juanma Barranquero <lekktu@gmail.com>
18736
18737 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
18738 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
18739
18740 2011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
18741
18742 * electric.el (electric-indent-post-self-insert-function): Make it
18743 possible for a char to only indent in some circumstances.
18744 (electric-indent-mode): Simplify.
18745
18746 2011-11-11 Martin Rudalics <rudalics@gmx.at>
18747
18748 * window.el (windows-with-parameter): Remove unused function.
18749 (windows-at-side): Rename to window-at-side-list.
18750 (window-check, window-atom-check, window-atom-check-1)
18751 (window-side-check, window-size-ignore, window-size-fixed-1)
18752 (window-in-direction-2): Prefix with "window--".
18753 (window-tree-1): Rename to window--subtree, fix doc-string.
18754
18755 2011-11-11 Glenn Morris <rgm@gnu.org>
18756
18757 * subr.el (eval-after-load): If FILE is already loaded,
18758 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
18759
18760 2011-11-10 Glenn Morris <rgm@gnu.org>
18761
18762 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
18763 Call svn via vc-svn-command rather than vc-do-command.
18764 (vc-svn-command): Add --non-interactive. (Bug#9993)
18765 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
18766
18767 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
18768 Add toggle-read-only. (Bug#7292)
18769 * files.el (toggle-read-only): Mention that it should only
18770 be used interactively. (Bug#10006)
18771
18772 2011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
18773
18774 * progmodes/compile.el (compilation-error-regexp-alist-alist):
18775 Adjust regexp for OCaml warnings.
18776
18777 * electric.el (electric-pair-post-self-insert-function): Let user
18778 turn it off buffer-locally (bug#9932).
18779
18780 * progmodes/python.el (python-beginning-of-statement):
18781 Rewrite (bug#2703).
18782
18783 * progmodes/compile.el: Better handle TABs (bug#9749).
18784 (compilation-internal-error-properties)
18785 (compilation-next-error-function): Obey the target buffer's
18786 compilation-error-screen-columns.
18787
18788 2011-11-09 Juanma Barranquero <lekktu@gmail.com>
18789
18790 * progmodes/meta-mode.el: Remove obsolete comments.
18791 (meta-right-comment-regexp, meta-ignore-comment-regexp):
18792 Fix typos in docstrings.
18793
18794 2011-11-09 Martin Rudalics <rudalics@gmx.at>
18795
18796 * window.el (window-size-fixed-p): Rewrite doc-string.
18797 (window-resizable-p): Rename to window--resizable-p. Update callers.
18798 (window--resizable): New function. Make all callers of
18799 window-resizable call window--resizable instead.
18800 (window-resizable): Rewrite in terms of window--resizable.
18801
18802 2011-11-08 Glenn Morris <rgm@gnu.org>
18803
18804 * progmodes/delphi.el (delphi-mode-syntax-table):
18805 Let define-derived-mode define a proper syntax table. (Bug#9994)
18806
18807 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
18808
18809 * window.el: Stay away from defsubst.
18810 (window-list-no-nils): Remove.
18811 (window-state-get-1, window-state-get): Use backquote instead.
18812
18813 2011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
18814
18815 * emacs-lisp/find-func.el (find-function-read):
18816 Fix incorrect use of default argument in `completing-read'.
18817
18818 2011-11-08 Martin Rudalics <rudalics@gmx.at>
18819
18820 * window.el (display-buffer-function, special-display-function):
18821 Mention display-buffer-record-window but do not mention
18822 help-setup parameter in doc-strings.
18823 (window-min-delta): Fix doc-string typo.
18824
18825 2011-11-08 Chong Yidong <cyd@gnu.org>
18826
18827 * window.el (window-total-height, window-total-width): Doc fix.
18828 (window-body-size): Move from C.
18829 (window-body-height, window-body-width): Move to C.
18830
18831 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
18832
18833 * window.el: Make special-display like display-buffer-alist (bug#9532).
18834 (display-buffer--special-action): New function, morphed
18835 from display-buffer--special.
18836 (display-buffer): Use it to handle special-display-buffers at higher
18837 priority (just after display-buffer-alist).
18838 (display-buffer-fallback-action, display-buffer--other-frame-action)
18839 (pop-to-buffer-same-window): Remove display-buffer--special.
18840
18841 2011-11-07 Glenn Morris <rgm@gnu.org>
18842
18843 * calendar/cal-menu.el (cal-menu-set-date-title):
18844 Do nothing if not in a calendar. (Bug#9976)
18845
18846 2011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
18847
18848 * files.el (find-file): Always use selected-window.
18849
18850 2011-11-07 Martin Rudalics <rudalics@gmx.at>
18851
18852 * window.el (window-combinations): Make WINDOW argument
18853 mandatory. Rewrite doc-string.
18854 (walk-window-subtree, window-atom-check, window-min-delta)
18855 (window-max-delta, window--resize-this-window)
18856 (window--resize-root-window-vertically, window-tree)
18857 (balance-windows, window-state-put): Rewrite doc-strings as to
18858 not mention the term "subwindow".
18859 (window--resize-subwindows-skip-p): Rename to
18860 window--resize-child-windows-skip-p.
18861 (window--resize-subwindows-normal): Rename to
18862 window--resize-child-windows-normal.
18863 (window--resize-subwindows): Rename to
18864 window--resize-child-windows.
18865 (window-or-subwindow-p): Rename to window--in-subtree-p.
18866
18867 2011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
18868
18869 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
18870 Ensure that mbox format messages end in two newlines (Bug#9974).
18871
18872 2011-11-06 Chong Yidong <cyd@gnu.org>
18873
18874 * window.el (window-combination-p): Function deleted; its
18875 side-effect is not used in any existing code.
18876 (window-combinations, window-combined-p): Call window-*-child
18877 directly.
18878
18879 2011-11-05 Chong Yidong <cyd@gnu.org>
18880
18881 * window.el (window-valid-p): Rename from window-any-p.
18882 (window-size-ignore, window-state-get): Callers changed.
18883 (window-normalize-window): Rename from window-normalize-any-window.
18884 New arg LIVE-ONLY, replacing window-normalize-live-window.
18885 (window-normalize-live-window): Delete.
18886 (window-combination-p, window-combined-p, window-combinations)
18887 (walk-window-subtree, window-atom-root, window-min-size)
18888 (window-sizable, window-sizable-p, window-size-fixed-p)
18889 (window-min-delta, window-max-delta, window-resizable)
18890 (window-resizable-p, window-full-height-p, window-full-width-p)
18891 (window-current-scroll-bars, window-point-1, set-window-point-1)
18892 (window-at-side-p, window-in-direction, window-resize)
18893 (adjust-window-trailing-edge, maximize-window, minimize-window)
18894 (window-deletable-p, delete-window, delete-other-windows)
18895 (record-window-buffer, unrecord-window-buffer)
18896 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
18897 (quit-window, split-window, window-state-put)
18898 (set-window-text-height, fit-window-to-buffer)
18899 (shrink-window-if-larger-than-buffer): Callers changed.
18900
18901 2011-11-04 Eli Zaretskii <eliz@gnu.org>
18902
18903 * mail/rmail.el (rmail-simplified-subject): Decode subject with
18904 rfc2047-decode-string.
18905 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
18906 warnings.
18907
18908 * window.el (window-body-height, window-body-width): Mention in
18909 the doc string that the return values are in frame's canonical
18910 units. (Bug#9949)
18911
18912 2011-11-03 Alan Mackenzie <acm@muc.de>
18913
18914 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
18915 change in cc-engine.el.
18916
18917 2011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
18918
18919 * window.el (switch-to-buffer): Use `force-same-window' interactively.
18920
18921 2011-11-02 Martin Rudalics <rudalics@gmx.at>
18922
18923 * window.el (quit-window): Call unrecord-window-buffer after
18924 showing another buffer in the window. (Bug#9937)
18925 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
18926
18927 2011-11-02 Juanma Barranquero <lekktu@gmail.com>
18928
18929 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
18930 Accept status with more than 9 shelves. (Bug#9935)
18931 Reported by Colin D Bennett <colin@gibibit.com>.
18932
18933 2011-11-01 Martin Rudalics <rudalics@gmx.at>
18934
18935 * help.el (with-help-window): Don't reference
18936 temp-buffer-show-specifiers in doc-string.
18937
18938 2011-10-31 Andreas Schwab <schwab@linux-m68k.org>
18939
18940 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
18941 menu-item.
18942
18943 2011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18944
18945 * whitespace.el: New version 13.2.2.
18946 (whitespace-newline-mode): Disable properly. Reported by Sarah
18947 <EmacsWiki>.
18948
18949 2011-10-30 Ulf Jasper <ulf.jasper@web.de>
18950
18951 * net/newst-treeview.el: Remove "Time-stamp".
18952 (newsticker--group-manage-orphan-feeds): Do not call
18953 newsticker--treeview-tree-update.
18954 (newsticker-treeview-update, newsticker-treeview):
18955 Call newsticker--treeview-tree-update if necessary.
18956
18957 2011-10-30 Martin Rudalics <rudalics@gmx.at>
18958
18959 * window.el (window-iso-combination-p, window-iso-combined-p)
18960 (window-iso-combinations): Remove "iso-" infix.
18961 Suggested by Chong Yidong.
18962 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
18963 (window-max-delta-1, window-resize, window--resize-siblings)
18964 (window--resize-this-window, adjust-window-trailing-edge)
18965 (split-window, balance-windows-1)
18966 (shrink-window-if-larger-than-buffer):
18967 * calendar/calendar.el (calendar-generate-window):
18968 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
18969
18970 2011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
18971
18972 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
18973 in place (bug#9907).
18974 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
18975 (eshell-rewrite-if-command, eshell-rewrite-for-command)
18976 (eshell-structure-basic-command, eshell-rewrite-while-command)
18977 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
18978 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
18979 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
18980 (eshell-do-pipelines-synchronously, eshell-eval-command):
18981 Use backquotes and prefer setq to set.
18982 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
18983 (eshell-macrop): Use functionp.
18984 (eshell-do-eval): Handle multiple expressions in `while' body.
18985
18986 2011-10-30 Chong Yidong <cyd@gnu.org>
18987
18988 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
18989 instead of set-mark (Bug#9810).
18990
18991 2011-10-30 Chong Yidong <cyd@gnu.org>
18992
18993 * window.el (split-window-below, split-window-right): Rename from
18994 split-window-above-each-other and split-window-side-by-side
18995 respectively. All callers changed.
18996 (split-window-sensibly, split-window-sensibly): Use them.
18997 (split-window-keep-point): Doc fix.
18998
18999 * isearch.el: Add isearch-scroll property to split-window-below
19000 and split-window-right.
19001
19002 * follow.el (follow-mode):
19003 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
19004 * progmodes/ada-xref.el (ada-gdb-application):
19005 * emulation/vip.el (vip-buffer-in-two-windows):
19006 * image-dired.el (image-dired-dired-with-window-configuration):
19007 * dired-x.el (dired-do-find-marked-files):
19008 * dired.el (dired-pop-to-buffer):
19009 * bs.el (bs--show-with-configuration):
19010 * vc/emerge.el (emerge-setup-windows):
19011 * textmodes/two-column.el (2C-two-columns):
19012 * textmodes/reftex-toc.el (reftex-toc):
19013 * progmodes/gdb-mi.el (gdb-setup-windows):
19014 * progmodes/fortran.el (fortran-window-create):
19015 * net/newst-treeview.el (newsticker--treeview-window-init):
19016 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
19017 * emulation/tpu-edt.el (tpu-gold-map):
19018 * emulation/crisp.el (crisp-mode-map):
19019 * calendar/calendar.el (calendar-basic-setup): Callers changed.
19020
19021 2011-10-29 Chong Yidong <cyd@gnu.org>
19022
19023 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
19024
19025 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
19026
19027 * textmodes/flyspell.el (flyspell-word): Fix char offset for
19028 forged Ispell output (Bug#7904).
19029
19030 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
19031
19032 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
19033
19034 * doc-view.el: Avoid ugly errors about not finding nil.
19035 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
19036 (doc-view-dvipdf-program, doc-view-unoconv-program)
19037 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
19038 Avoid nil or absolute file name as default value.
19039 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
19040
19041 2011-10-28 Alan Mackenzie <acm@muc.de>
19042
19043 * progmodes/cc-defs.el (c-version): -> 5.32.2.
19044
19045 2011-10-28 Alan Mackenzie <acm@muc.de>
19046
19047 Amend the handling of c-beginning/end-of-defun in nested declaration
19048 scopes.
19049
19050 * progmodes/cc-vars.el (c-defun-tactic): Move here from
19051 cc-langs.el. Change it to a defcustom.
19052
19053 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
19054 cc-vars.el.
19055
19056 * progmodes/cc-engine.el (c-beginning-of-statement-1):
19057 Prevent "class foo : bar" being spuriously recognized as a label.
19058
19059 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
19060 Add parameter `inclusive' (to include enclosing braces in the region).
19061 (c-widen-to-enclosing-decl-scope): New function.
19062 (c-while-widening-to-decl-block): New macro.
19063 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
19064 outward for defun boundaries, and correspondingly change symbol
19065 `respect-enclosure' to `go-outward'.
19066 (c-declaration-limits): Change algorithm to report only the "innermost"
19067 defun's boundaries.
19068
19069 2011-10-28 Deniz Dogan <deniz@dogan.se>
19070
19071 * net/rcirc.el (rcirc-mode): Use hard newlines.
19072
19073 2011-10-28 Alan Mackenzie <acm@muc.de>
19074
19075 Amend to indent and fontify macros "which include their own semicolon"
19076 correctly, using the "virtual semicolon" mechanism.
19077
19078 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
19079
19080 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
19081 Recode to scan one line at a time rather than having \n and \r
19082 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
19083 (c-forward-label): Amend for virtual semicolons.
19084 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
19085
19086 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
19087 of the new C macros.
19088
19089 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
19090 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
19091 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
19092 (c-opt-cpp-macro-define): Make into a full language variable.
19093 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
19094 AWK Mode (including \n, \r) removed, no longer needed.
19095
19096 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
19097 Invoke c-make-macro-with-semi-re.
19098
19099 * progmodes/cc-vars.el (c-macro-with-semi-re):
19100 (c-macro-names-with-semicolon): New variables.
19101 (c-make-macro-with-semi-re): New function.
19102
19103 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
19104
19105 * vc/log-edit.el: Fill empty field rather than adding new one.
19106 (log-edit-add-field): New function.
19107 (log-edit-insert-changelog): Use it.
19108
19109 2011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
19110
19111 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
19112
19113 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
19114
19115 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
19116 (gdb--check-interpreter): New function.
19117 (gdb): Use it.
19118
19119 2011-10-27 Glenn Morris <rgm@gnu.org>
19120
19121 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
19122 (least-positive-float, least-negative-float)
19123 (least-positive-normalized-float, least-negative-normalized-float)
19124 (float-epsilon, float-negative-epsilon):
19125 Remove unnecessary declarations.
19126
19127 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
19128 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
19129 (least-positive-float, least-negative-float)
19130 (least-positive-normalized-float, least-negative-normalized-float)
19131 (float-epsilon, float-negative-epsilon): Add doc-strings,
19132 based on those in cl.texi.
19133
19134 * files.el (set-visited-file-name): If the major-mode changed,
19135 reload the local variables. (Bug#9796)
19136
19137 2011-10-27 Chong Yidong <cyd@gnu.org>
19138
19139 * subr.el (change-major-mode-after-body-hook): New hook.
19140 (run-mode-hooks): Run it.
19141
19142 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
19143 Use change-major-mode-before-body-hook.
19144
19145 * simple.el (fundamental-mode):
19146 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
19147 change introducing fundamental-mode-hook.
19148
19149 2011-10-26 Juanma Barranquero <lekktu@gmail.com>
19150
19151 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
19152
19153 2011-10-26 Michael Albinus <michael.albinus@gmx.de>
19154
19155 * ido.el (ido-file-name-all-completions-1): Do not require
19156 tramp.el explicitly. (Bug#7583)
19157
19158 2011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
19159
19160 * progmodes/octave-mod.el:
19161 * progmodes/octave-inf.el: Update maintainer.
19162
19163 2011-10-26 Chong Yidong <cyd@gnu.org>
19164
19165 * subr.el (with-wrapper-hook): Rewrite doc.
19166
19167 2011-10-25 Michael Albinus <michael.albinus@gmx.de>
19168
19169 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
19170 filenames "/method:foo:". (Bug#9793)
19171
19172 2011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
19173
19174 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
19175 (bug#9865).
19176
19177 2011-10-24 Glenn Morris <rgm@gnu.org>
19178
19179 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
19180
19181 2011-10-24 Michael Albinus <michael.albinus@gmx.de>
19182
19183 * notifications.el: Add the requirement of a running D-Bus session
19184 bus to the Commentary.
19185
19186 2011-10-24 Juri Linkov <juri@jurta.org>
19187
19188 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
19189 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
19190 (Bug#9364)
19191
19192 2011-10-24 Juri Linkov <juri@jurta.org>
19193
19194 * info.el (Info-following-node-name-re): Add newline to the list
19195 of allowed characters for leading space. (Bug#9824)
19196
19197 2011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
19198
19199 * progmodes/octave-inf.el (inferior-octave-mode-map):
19200 Fix C-c C-h binding.
19201 * progmodes/octave-mod.el (octave-help): Remove.
19202
19203 2011-10-23 Michael Albinus <michael.albinus@gmx.de>
19204
19205 Sync with Tramp 2.2.3.
19206
19207 * net/tramp-cache.el (top): Pacify byte-compiler using
19208 `init-file-user' and `site-run-file'.
19209
19210 * net/trampver.el: Update release number.
19211
19212 2011-10-23 Chong Yidong <cyd@gnu.org>
19213
19214 * files.el (toggle-read-only): Remove obsolete comment about
19215 version control.
19216
19217 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
19218 for toggle-read-only. Note that this hasn't called vc-next-action
19219 since 2008-05-02, though it wasn't documented at the time.
19220
19221 * vc/ediff-init.el (ediff-toggle-read-only-function):
19222 Use toggle-read-only.
19223
19224 2011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
19225
19226 Fix bug #9560, sporadic wrong indentation; improve instrumentation
19227 of c-parse-state.
19228
19229 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
19230 correct faulty logical expression.
19231 (c-parse-state-state, c-record-parse-state-state):
19232 (c-replay-parse-state-state): New defvar/defuns.
19233 (c-debug-parse-state): Use new functions.
19234
19235 2011-10-22 Martin Rudalics <rudalics@gmx.at>
19236
19237 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
19238 last fix. Use window-in-direction correctly.
19239
19240 2011-10-21 Chong Yidong <cyd@gnu.org>
19241
19242 * progmodes/idlwave.el (idlwave-mode):
19243 * progmodes/vera-mode.el (vera-mode): No need to set
19244 require-final-newline; that's done in prog-mode.
19245 Suggested by Stefan Monnier.
19246
19247 2011-10-21 Martin Rudalics <rudalics@gmx.at>
19248
19249 * mouse.el (mouse-drag-window-above)
19250 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
19251 (mouse-drag-mode-line-1, mouse-drag-header-line)
19252 (mouse-drag-vertical-line-rightward-window): Remove.
19253 (mouse-drag-line): New function.
19254 (mouse-drag-mode-line, mouse-drag-header-line)
19255 (mouse-drag-vertical-line): Call mouse-drag-line.
19256 * window.el (window-at-side-p, windows-at-side): New functions.
19257
19258 2011-10-21 Ulrich Mueller <ulm@gentoo.org>
19259
19260 * tar-mode.el (tar-grind-file-mode):
19261 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
19262
19263 2011-10-21 Chong Yidong <cyd@gnu.org>
19264
19265 * progmodes/idlwave.el (idlwave-mode):
19266 * progmodes/vera-mode.el (vera-mode):
19267 Use mode-require-final-newline.
19268
19269 2011-10-20 Glenn Morris <rgm@gnu.org>
19270
19271 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
19272
19273 2011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
19274
19275 * emulation/cua-base.el (cua-set-mark): Fix case of string.
19276
19277 2011-10-20 Chong Yidong <cyd@gnu.org>
19278
19279 * emulation/cua-base.el (cua-mode):
19280 * mail/footnote.el (footnote-mode):
19281 * mail/mailabbrev.el (mail-abbrevs-mode):
19282 * net/xesam.el (xesam-minor-mode):
19283 * progmodes/bug-reference.el (bug-reference-mode):
19284 * progmodes/cap-words.el (capitalized-words-mode):
19285 * progmodes/compile.el (compilation-minor-mode)
19286 (compilation-shell-minor-mode):
19287 * progmodes/gud.el (gud-tooltip-mode):
19288 * progmodes/hideif.el (hide-ifdef-mode):
19289 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
19290 * progmodes/subword.el (subword-mode):
19291 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
19292 * progmodes/which-func.el (which-function-mode):
19293 * term/tvi970.el (tvi970-set-keypad-mode):
19294 * term/vt100.el (vt100-wide-mode):
19295 * textmodes/flyspell.el (flyspell-mode):
19296 * textmodes/ispell.el (ispell-minor-mode):
19297 * textmodes/nroff-mode.el (nroff-electric-mode):
19298 * textmodes/paragraphs.el (use-hard-newlines):
19299 * textmodes/refill.el (refill-mode):
19300 * textmodes/reftex.el (reftex-mode):
19301 * textmodes/rst.el (rst-minor-mode):
19302 * textmodes/sgml-mode.el (html-autoview-mode)
19303 (sgml-electric-tag-pair-mode):
19304 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
19305 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
19306 * emulation/crisp.el (crisp-mode):
19307 * emacs-lisp/eldoc.el (eldoc-mode):
19308 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
19309 minor mode behavior.
19310
19311 2011-10-19 Juri Linkov <juri@jurta.org>
19312
19313 * descr-text.el (describe-char): Add #x2010 and #x2011 to
19314 the list of hard-coded chars with escape-glyph face.
19315
19316 2011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
19317
19318 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
19319
19320 2011-10-19 Michael Albinus <michael.albinus@gmx.de>
19321
19322 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
19323 running process.
19324
19325 2011-10-19 Glenn Morris <rgm@gnu.org>
19326
19327 * vc/vc-bzr.el (vc-bzr-after-dir-status):
19328 Ignore ignored files. (Bug#9726)
19329
19330 2011-10-19 Chong Yidong <cyd@gnu.org>
19331
19332 Doc fix for minor modes, stating that an omitted argument enables
19333 the mode unconditionally when called from Lisp.
19334
19335 * abbrev.el (abbrev-mode):
19336 * allout.el (allout-mode):
19337 * autoinsert.el (auto-insert-mode):
19338 * autoarg.el (autoarg-mode, autoarg-kp-mode):
19339 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
19340 (global-auto-revert-mode):
19341 * battery.el (display-battery-mode):
19342 * composite.el (global-auto-composition-mode)
19343 (auto-composition-mode):
19344 * delsel.el (delete-selection-mode):
19345 * desktop.el (desktop-save-mode):
19346 * dired-x.el (dired-omit-mode):
19347 * dirtrack.el (dirtrack-mode):
19348 * doc-view.el (doc-view-minor-mode):
19349 * double.el (double-mode):
19350 * electric.el (electric-indent-mode, electric-pair-mode):
19351 * emacs-lock.el (emacs-lock-mode):
19352 * epa-hook.el (auto-encryption-mode):
19353 * follow.el (follow-mode):
19354 * font-core.el (font-lock-mode):
19355 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
19356 * help.el (temp-buffer-resize-mode):
19357 * hilit-chg.el (highlight-changes-mode)
19358 (highlight-changes-visible-mode):
19359 * hi-lock.el (hi-lock-mode):
19360 * hl-line.el (hl-line-mode, global-hl-line-mode):
19361 * icomplete.el (icomplete-mode):
19362 * ido.el (ido-everywhere):
19363 * image-file.el (auto-image-file-mode):
19364 * image-mode.el (image-minor-mode):
19365 * iswitchb.el (iswitchb-mode):
19366 * jka-cmpr-hook.el (auto-compression-mode):
19367 * linum.el (linum-mode):
19368 * longlines.el (longlines-mode):
19369 * master.el (master-mode):
19370 * mb-depth.el (minibuffer-depth-indicate-mode):
19371 * menu-bar.el (menu-bar-mode):
19372 * minibuf-eldef.el (minibuffer-electric-default-mode):
19373 * mouse-sel.el (mouse-sel-mode):
19374 * msb.el (msb-mode):
19375 * mwheel.el (mouse-wheel-mode):
19376 * outline.el (outline-minor-mode):
19377 * paren.el (show-paren-mode):
19378 * recentf.el (recentf-mode):
19379 * reveal.el (reveal-mode, global-reveal-mode):
19380 * rfn-eshadow.el (file-name-shadow-mode):
19381 * ruler-mode.el (ruler-mode):
19382 * savehist.el (savehist-mode):
19383 * scroll-all.el (scroll-all-mode):
19384 * scroll-bar.el (scroll-bar-mode):
19385 * server.el (server-mode):
19386 * shell.el (shell-dirtrack-mode):
19387 * simple.el (auto-fill-mode, transient-mark-mode)
19388 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
19389 (line-number-mode, column-number-mode, size-indication-mode)
19390 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
19391 * strokes.el (strokes-mode):
19392 * time.el (display-time-mode):
19393 * t-mouse.el (gpm-mouse-mode):
19394 * tool-bar.el (tool-bar-mode):
19395 * tooltip.el (tooltip-mode):
19396 * type-break.el (type-break-mode-line-message-mode)
19397 (type-break-query-mode):
19398 * view.el (view-mode):
19399 * whitespace.el (whitespace-mode, whitespace-newline-mode)
19400 (global-whitespace-mode, global-whitespace-newline-mode):
19401 * xt-mouse.el (xterm-mouse-mode): Doc fix.
19402
19403 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
19404 Fix autogenerated docstring.
19405
19406 2011-10-19 Juri Linkov <juri@jurta.org>
19407
19408 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
19409 by checking environment variables "DESKTOP_SESSION" and
19410 "XDG_CURRENT_DESKTOP". (Bug#9779)
19411
19412 2011-10-19 Juri Linkov <juri@jurta.org>
19413
19414 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
19415 (browse-url-chromium-program, browse-url-chromium-arguments):
19416 New defcustoms.
19417 (browse-url-default-browser): Check for `browse-url-chromium' and
19418 call `browse-url-chromium-program'.
19419 (browse-url-chromium): New command. (Bug#9779)
19420
19421 2011-10-18 Juanma Barranquero <lekktu@gmail.com>
19422
19423 * facemenu.el (list-colors-duplicates): On Windows, detect more
19424 duplicates by assuming that only colors matching "^System" are
19425 special "system colors". (Bug#9722)
19426
19427 2011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
19428
19429 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
19430 to distinguish the author from the committer.
19431
19432 2011-10-18 Michael Albinus <michael.albinus@gmx.de>
19433
19434 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
19435
19436 2011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
19437
19438 * international/mule.el (sgml-html-meta-auto-coding-function):
19439 Add support for detecting encoding in HTML5 specified only as
19440 <meta charset="UTF-8">. Implementation just makes http-equiv and
19441 content-type parts from HTML4 encoding string optional. (Bug#9716)
19442
19443 2011-10-18 Glenn Morris <rgm@gnu.org>
19444
19445 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
19446
19447 2011-10-18 Chong Yidong <cyd@gnu.org>
19448
19449 * faces.el (cursor): Doc fix.
19450
19451 2011-10-17 Chong Yidong <cyd@gnu.org>
19452
19453 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
19454
19455 2011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
19456
19457 * dirtrack.el (dirtrack): Support shell buffers with path
19458 prefixes, e.g. tramp-based remote shells. (Bug#9647)
19459
19460 2011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
19461
19462 * json.el: Bump version to 1.3 and note change in History.
19463 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
19464
19465 2011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
19466
19467 * comint.el (comint-insert-input, comint-send-input)
19468 (comint-get-old-input-default, comint-backward-matching-input)
19469 (comint-next-prompt): Use nil instead of `input' for field property of
19470 past user input (bug#114).
19471
19472 * minibuffer.el (completion--replace): Inherit surrounding properties
19473 (bug#114).
19474 (minibuffer-complete-and-exit): Use it.
19475
19476 * comint.el (comint--table-subvert): Quote the all-completions output
19477 (bug#9160).
19478
19479 2011-10-17 Martin Rudalics <rudalics@gmx.at>
19480
19481 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
19482
19483 * menu-bar.el (menu-bar-file-menu): Add entry for making new
19484 window on right of selected. (Bug#9350) Reword other window
19485 entries and separate them from frame entries.
19486
19487 2011-10-15 Glenn Morris <rgm@gnu.org>
19488
19489 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
19490 Doc fixes.
19491
19492 2011-10-15 Chong Yidong <cyd@stupidchicken.com>
19493
19494 * net/network-stream.el (network-stream-open-starttls):
19495 Improve detection of failure due to lack of TLS support.
19496
19497 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
19498 putting the input text in front and in bold.
19499
19500 2011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
19501
19502 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
19503
19504 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
19505 empty buffer.
19506
19507 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
19508 unread-command-events rather than pushing yet-another event.
19509
19510 2011-10-14 Eli Zaretskii <eliz@gnu.org>
19511
19512 * mail/sendmail.el (sendmail-query-once): Improve the wording of
19513 the explanation of the possible choices. Make the options passed
19514 to completing-read shorter.
19515
19516 2011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
19517
19518 * textmodes/flyspell.el (flyspell-large-region): Make sure
19519 extended character mode is used if defined (Bug#1339).
19520
19521 2011-10-13 Eli Zaretskii <eliz@gnu.org>
19522
19523 * simple.el (what-cursor-position): Fix the display of the
19524 character info for LRE, LRO, RLE, and RLO characters by appending
19525 an invisible PDF.
19526
19527 2011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
19528
19529 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
19530 even in case of error; add debug spec; simplify data flow.
19531 (with-timeout-handler): Remove.
19532
19533 2011-10-12 Michael Albinus <michael.albinus@gmx.de>
19534
19535 Fix Bug#6019, Bug#9315.
19536
19537 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
19538 complete `buffer-file-name', the local file name part could look
19539 remotely (for example on VMS).
19540
19541 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
19542 `tramp-run-real-handler'.
19543 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
19544 already quoted by '"'.
19545
19546 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
19547 Let `file-name-handler-alist' be nil, the local file name part
19548 could look remotely (for example on VMS).
19549
19550 2011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
19551
19552 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
19553 from here...
19554 (flyspell-post-command-hook): ...to here.
19555
19556 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
19557
19558 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
19559 if not needed.
19560 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
19561 using completion. Protect against "slow" callers.
19562 Remove the "message hack".
19563
19564 2011-10-11 Juri Linkov <juri@jurta.org>
19565
19566 * isearch.el (isearch-lazy-highlight-word): New variable.
19567 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
19568 Use it. (Bug#9727)
19569
19570 2011-10-11 Glenn Morris <rgm@gnu.org>
19571
19572 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
19573 like f90-previous-statement does.
19574
19575 2011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
19576
19577 * eshell/eshell.el (eshell-command): History should be saved
19578 only in interactive use, to avoid error.
19579
19580 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
19581
19582 * minibuffer.el (completion-file-name-table): Fix last change,
19583 i.e. ignore normal errors but not the other ones.
19584
19585 2011-10-10 Martin Rudalics <rudalics@gmx.at>
19586
19587 * window.el (special-display-buffer-names)
19588 (special-display-regexps): Remove some remnants of earlier
19589 changes from doc-strings.
19590 (quit-windows-on): New function.
19591
19592 * vc/vc.el (vc-revert, vc-rollback):
19593 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
19594 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
19595 (Bug#6183) (Bug#7074) (Bug#7447)
19596
19597 2011-10-09 Martin Rudalics <rudalics@gmx.at>
19598
19599 * window.el (frame-auto-hide-function): Add version tag.
19600 (Bug#9699)
19601
19602 2011-10-09 Michael Albinus <michael.albinus@gmx.de>
19603
19604 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
19605 condition.
19606
19607 2011-10-09 Leo Liu <sdl.web@gmail.com>
19608
19609 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
19610 (Bug#9701)
19611
19612 2011-10-08 Glenn Morris <rgm@gnu.org>
19613
19614 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
19615 before the first code statement zero indent. (Bug#9690)
19616
19617 2011-10-08 Chong Yidong <cyd@stupidchicken.com>
19618
19619 * simple.el (count-words-region): Always count in the region.
19620 Report the number of lines and characters too.
19621 (count-words): New command, which counts in the buffer if the
19622 region is inactive, as count-words-region used to.
19623 (count-words--message): New function. Handle plurals.
19624 (count-lines-region): Make it an alias for count-words-region.
19625
19626 * bindings.el (esc-map): Replace count-lines-region with
19627 count-words-region.
19628
19629 2011-10-08 Martin Rudalics <rudalics@gmx.at>
19630
19631 * window.el (window--delete): Delete dedicated frame
19632 unconditionally when argument KILL is non-nil. (Bug#9699)
19633 (switch-to-buffer): Fix doc-string typo.
19634
19635 2011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
19636
19637 * eshell/eshell.el (eshell-command): Avoid using hooks.
19638
19639 2011-10-07 Chong Yidong <cyd@stupidchicken.com>
19640
19641 * bindings.el ([M-left],[M-right]): Bind to left-word and
19642 right-word respectively.
19643
19644 2011-10-07 Glenn Morris <rgm@gnu.org>
19645
19646 * cus-start.el (debug-on-quit): Fix custom type.
19647
19648 2011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
19649
19650 * subr.el (define-key-after): Clarify that the function is not
19651 useful for non-menu keymaps.
19652
19653 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
19654
19655 2011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
19656
19657 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
19658 in current minibuffer (Fix bug with recursive minibuffers).
19659
19660 2011-10-06 Chong Yidong <cyd@stupidchicken.com>
19661
19662 * progmodes/gdb-mi.el (gdb): Doc fix.
19663
19664 2011-10-05 Martin Rudalics <rudalics@gmx.at>
19665
19666 * window.el (frame-auto-hide-function): New option replacing
19667 frame-auto-delete. Suggested by Stefan Monnier.
19668 (window--delete): Call frame-auto-hide-function instead of
19669 investigating frame-auto-delete.
19670 (window-point-1, set-window-point-1): New functions.
19671 (window-in-direction, record-window-buffer, window-state-get-1)
19672 (display-buffer-record-window): Use window-point-1 instead of
19673 window-point.
19674 (set-window-buffer-start-and-point): Use set-window-point-1.
19675
19676 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
19677
19678 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
19679
19680 2011-10-05 Glenn Morris <rgm@gnu.org>
19681
19682 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
19683 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
19684
19685 2011-10-05 Leo Liu <sdl.web@gmail.com>
19686
19687 * subr.el (read-char-choice): Fix argument to buffer-live-p which
19688 works with buffer object.
19689
19690 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
19691
19692 * mpc.el (mpc-tool-bar-map): Add labels.
19693
19694 2011-10-04 Glenn Morris <rgm@gnu.org>
19695
19696 * calendar/holidays.el (calendar-check-holidays): Doc fix.
19697
19698 2011-10-04 Martin Rudalics <rudalics@gmx.at>
19699
19700 * window.el (window--delete): New function.
19701 (frame-auto-delete): Resuscitate option.
19702 (bury-buffer, replace-buffer-in-windows)
19703 (quit-window): Rewrite using window--delete.
19704 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
19705 Pass display-buffer-mark-dedicated to window--display-buffer-2
19706 (Bug#9639).
19707
19708 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
19709
19710 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
19711 returns a list (bug#9554). Add remote file name completion.
19712 * comint.el (comint--table-subvert): Curry and get quote&unquote
19713 functions as arguments.
19714 (comint--complete-file-name-data): Adjust call accordingly.
19715 * pcomplete.el (pcomplete--table-subvert): Remove.
19716 (pcomplete-completions-at-point): Use comint--table-subvert instead.
19717
19718 * minibuffer.el (completion-table-case-fold): Use currying.
19719 (completion--styles-type, completion--cycling-threshold-type):
19720 New constants.
19721 (completion-styles, completion-category-overrides)
19722 (completion-cycle-threshold): Use them.
19723 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
19724 completion-table-case-fold.
19725
19726 2011-10-03 Stephen Berman <stephen.berman@gmx.net>
19727
19728 * minibuffer.el (completion-category-overrides): Fix type of styles
19729 and add more user friendly tags (bug#9660).
19730
19731 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
19732
19733 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
19734 (mule-input-method-string): New widget.
19735 (default-input-method, language-info-custom-alist): Use it.
19736
19737 2011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
19738
19739 * pcomplete.el: Require comint.
19740 (pcomplete--common-suffix): Remove.
19741 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
19742 (pcomplete--table-subvert): Sync with comint--table-subvert.
19743 (pcomplete--entries): Use comint-completion-file-name-table.
19744 * comint.el (comint-unquote-filename): Simplify.
19745 (comint-completion-file-name-table): New function (bug#9616).
19746 (comint--complete-file-name-data): Use it.
19747
19748 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
19749 (pcmpl-gnu-tar-buffer): Remove.
19750 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
19751 around. Make sure pcomplete-suffix-list is only changed temporarily.
19752 Don't look inside the tar's file if it's too large.
19753
19754 2011-10-01 Chong Yidong <cyd@stupidchicken.com>
19755
19756 * cus-edit.el (custom-mode-map):
19757 * epa.el (epa-key-list-mode-map):
19758 * man.el (Man-mode-map):
19759 * startup.el (splash-screen-keymap):
19760 * simple.el (special-mode-map): Use scroll-up-command and
19761 scroll-down-command.
19762
19763 * progmodes/idlw-help.el (idlwave-help-mode-map):
19764 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
19765 * net/newst-plainview.el (newsticker-mode-map):
19766 * emulation/ws-mode.el (wordstar-mode-map):
19767 * emulation/vi.el (vi-com-map):
19768 * calc/calc-graph.el (calc-graph-show-dumb):
19769 * term/sun.el (terminal-init-sun):
19770 * term/ns-win.el (global-map):
19771 * progmodes/grep.el (grep-mode-map):
19772 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
19773 * mail/rmail.el (rmail-mode-map):
19774 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
19775
19776 * custom.el (custom-safe-themes, load-theme): Treat value of t for
19777 custom-safe-themes as special.
19778
19779 2011-10-01 Julien Danjou <julien@danjou.info>
19780
19781 * notifications.el (notifications-notify): Fix docstring.
19782
19783 2011-10-01 Per Starbäck <per@starback.se>
19784
19785 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
19786
19787 2011-09-30 Martin Rudalics <rudalics@gmx.at>
19788
19789 * startup.el (command-line-1): Fix last fix by inserting
19790 initial-scratch-message into *scratch* before displaying it.
19791 (Bug#9605) and (Bug#9636)
19792
19793 2011-09-29 Eli Zaretskii <eliz@gnu.org>
19794
19795 * simple.el (line-move): If auto-hscroll-mode is disabled and the
19796 window is hscrolled, move by logical lines. (Bug#9607)
19797 (line-move-visual): Update the doc string to the above effect.
19798
19799 2011-09-29 Martin Rudalics <rudalics@gmx.at>
19800
19801 * window.el (display-buffer-record-window): When WINDOW is the
19802 selected window use `point' instead of `window-point'. (Bug#9626)
19803
19804 * startup.el (command-line-1): Use insert-before-markers when
19805 inserting initial-scratch-message. (Bug#9605)
19806
19807 * help.el (help-window): Remove variable.
19808
19809 2011-09-29 Glenn Morris <rgm@gnu.org>
19810
19811 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
19812
19813 2011-09-29 Juanma Barranquero <lekktu@gmail.com>
19814
19815 * descr-text.el (describe-char-categories): Accept category
19816 descriptions more than one line long.
19817
19818 2011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
19819
19820 * simple.el (delete-trailing-whitespace): Fix last change.
19821
19822 * progmodes/perl-mode.el (perl-syntax-propertize-function):
19823 Don't confuse "y => 3" as the beginning of a `y' operation.
19824
19825 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
19826 object has more than 4 slots (bug#9613).
19827
19828 2011-09-28 Juanma Barranquero <lekktu@gmail.com>
19829
19830 * subr.el (with-output-to-temp-buffer):
19831 * net/quickurl.el (quickurl, quickurl-browse-url):
19832 Fix typos in docstrings.
19833
19834 2011-09-27 Eli Zaretskii <eliz@gnu.org>
19835
19836 * minibuffer.el (completion-styles)
19837 (completion-category-overrides): Cross reference each other in doc
19838 strings.
19839
19840 2011-09-27 Glenn Morris <rgm@gnu.org>
19841
19842 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
19843 to split-string. (Bug#9606)
19844
19845 2011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
19846
19847 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
19848 (bug#9615).
19849
19850 2011-09-27 Chong Yidong <cyd@stupidchicken.com>
19851
19852 * emacs-lisp/package.el (list-packages): Fix echo area message.
19853
19854 2011-09-27 Leo Liu <sdl.web@gmail.com>
19855
19856 * ido.el (ido-read-internal): Accept cons cell HIST arg.
19857
19858 2011-09-25 Michael Albinus <michael.albinus@gmx.de>
19859
19860 * net/dbus.el (dbus-unregister-object): Don't release services for
19861 registered signals. (Bug#9581)
19862
19863 2011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
19864
19865 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
19866 function that picks between cfengine 2 and 3 support
19867 automatically. Update docs accordingly.
19868
19869 2011-09-22 Kenichi Handa <handa@m17n.org>
19870
19871 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
19872 ZERO.
19873 (indian-itrans-v5-table-for-tamil): New variable.
19874 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
19875
19876 2011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
19877
19878 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
19879 that's true if the current command involved collapsing of text.
19880 It's reset to false at the beginning of the next command.
19881 (allout-post-command-business): Move the cursor to the beginning
19882 of entry if the cursor is hidden and collapsing activity just
19883 happened.
19884
19885 2011-09-24 Chong Yidong <cyd@stupidchicken.com>
19886
19887 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
19888 tracking (Bug#9541).
19889
19890 2011-09-24 Ulf Jasper <ulf.jasper@web.de>
19891
19892 * net/newst-reader.el (newsticker-html-renderer)
19893 (newsticker-show-news): Automatically load html rendering package
19894 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
19895 because w3m-fill-column is let-bound" and the error "Symbol's value
19896 as variable is void: w3m-fill-column".
19897
19898 2011-09-24 Michael Albinus <michael.albinus@gmx.de>
19899
19900 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
19901 Release services only if they are defined. (Bug#9581)
19902
19903 2011-09-23 Richard Stallman <rms@gnu.org>
19904
19905 * textmodes/paragraphs.el (forward-sentence): For backwards case,
19906 distinguish start of paragraph from start of its text.
19907
19908 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
19909
19910 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
19911 (rmail-generate-viewer-buffer): Put that hook on view buffer.
19912 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
19913
19914 2011-09-23 Andreas Schwab <schwab@linux-m68k.org>
19915
19916 * international/mule-diag.el (mule-diag): Insert a newline after
19917 each fontset description.
19918
19919 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
19920
19921 * simple.el (delete-trailing-whitespace):
19922 Document last change; simplify.
19923
19924 2011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
19925
19926 * simple.el (delete-trailing-whitespace): Also delete
19927 extra newlines at the end of the buffer.
19928
19929 * textmodes/picture.el: Make motion commands obey shift-select-mode.
19930 (picture-newline): Use forward-line so as to ignore fields.
19931
19932 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
19933
19934 * subr.el (with-wrapper-hook): Fix edebug spec.
19935
19936 2011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
19937
19938 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
19939 (bug#4538).
19940
19941 2011-09-23 Michael Albinus <michael.albinus@gmx.de>
19942
19943 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
19944 Fix nasty bug using wrong cached values.
19945
19946 2011-09-23 Alan Mackenzie <acm@muc.de>
19947
19948 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
19949
19950 2011-09-23 Chong Yidong <cyd@stupidchicken.com>
19951
19952 * window.el (pop-to-buffer): Ensure right window is selected if we
19953 chose another frame.
19954
19955 2011-09-22 Eli Zaretskii <eliz@gnu.org>
19956
19957 * simple.el (what-cursor-position): Use get-char-property-change
19958 and next-single-char-property-change, to be able to show display
19959 properties that come from overlays as well as text properties.
19960
19961 2011-09-22 Chong Yidong <cyd@stupidchicken.com>
19962
19963 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
19964
19965 * cmuscheme.el (run-scheme, switch-to-scheme):
19966 * cus-edit.el (customize-group, custom-buffer-create)
19967 (customize-browse):
19968 * info.el (info):
19969 * shell.el (shell):
19970 * mail/sendmail.el (mail):
19971 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
19972
19973 2011-09-22 Richard Stallman <rms@gnu.org>
19974
19975 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
19976 move back only to line beg, don't move back over blank lines.
19977
19978 2011-09-22 Michael Albinus <michael.albinus@gmx.de>
19979
19980 * files.el (copy-directory): Set directory attributes only in case
19981 they could be retrieved from the source directory. (Bug#9565)
19982
19983 2011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
19984
19985 * progmodes/hideshow.el (hs-looking-at-block-start-p)
19986 (hs-find-block-beginning, hs-hide-level-recursive):
19987 Ignore strings as well as comments. (Bug#9502)
19988
19989 2011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
19990
19991 * progmodes/sql.el (sql-comint-postgres):
19992 Convert port number to a string. (Bug#9566)
19993
19994 2011-09-22 Martin Rudalics <rudalics@gmx.at>
19995
19996 * window.el (quit-window): Undedicate window when switching to
19997 previous buffer. Reported by Thierry Volpiatto
19998 <thierry.volpiatto@gmail.com>.
19999 (special-display-popup-frame): When popping up a new frame reset
20000 its previous buffers to nil. Simplify code.
20001
20002 2011-09-21 Michael Albinus <michael.albinus@gmx.de>
20003
20004 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
20005 and process filter, as done also in `shell-command'.
20006
20007 2011-09-21 Martin Rudalics <rudalics@gmx.at>
20008
20009 * window.el (set-window-buffer-start-and-point):
20010 Call set-window-start with NOFORCE argument t.
20011 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
20012 (quit-window): Reword doc-string. Handle new format of
20013 quit-restore parameter. Don't delete window if it has a
20014 previous buffer we can show instead of the present one.
20015 (display-buffer-record-window): Rewrite using a new format for
20016 the quit-restore window parameter
20017 (special-display-popup-frame, display-buffer-same-window)
20018 (display-buffer-reuse-window, display-buffer-pop-up-frame)
20019 (display-buffer-pop-up-window, display-buffer-use-some-window):
20020 Adapt symbol passed to display-buffer-record-window.
20021 * help.el (help-window-setup): Handle new format of quit-restore
20022 parameter.
20023
20024 2011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
20025
20026 * faces.el (face-list): Fix docstring (bug#9564).
20027
20028 * window.el (display-buffer--action-function-custom-type):
20029 Don't include internal functions in the Custom interface.
20030
20031 2011-09-20 Juri Linkov <juri@jurta.org>
20032
20033 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
20034 (Info-forward-node, Info-backward-node, Info-next-preorder)
20035 (Info-last-preorder): Use it. (Bug#9528)
20036
20037 2011-09-20 Juri Linkov <juri@jurta.org>
20038
20039 * info.el (Info-last-preorder): Visit last menu item only when
20040 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
20041
20042 2011-09-20 Julien Danjou <julien@danjou.info>
20043
20044 * password-cache.el (password-cache-remove): Remove entries even if the
20045 value is nil, so that password with a nil value (negative caching) is
20046 possible to invalidate.
20047
20048 2011-09-20 Lawrence Mitchell <wence@gmx.li>
20049
20050 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
20051 all whitespace around breakpoint. (Bug#9553)
20052 (f90-find-breakpoint): Only break at whitespace inside a comment.
20053
20054 2011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
20055
20056 * minibuffer.el (completion-file-name-table): Keep track of errors.
20057 (completion-table-with-predicate): Handle the case where pred1 is nil.
20058 * pcomplete.el (pcomplete-completions-at-point): Simplify.
20059
20060 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
20061
20062 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
20063 (debugger-return-value): Signal an error if the debugging context does
20064 not await any return value.
20065
20066 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
20067 * image-mode.el (image-toggle-display-text)
20068 (image-toggle-display-image): Stay away from evil `intangible'.
20069
20070 2011-09-19 Leo Liu <sdl.web@gmail.com>
20071
20072 * replace.el (occur-revert-arguments): Make it permanent-local.
20073 (occur-mode): Don't call font-lock-defontify.
20074
20075 2011-09-19 Chong Yidong <cyd@stupidchicken.com>
20076
20077 * net/ldap.el (ldap-search-internal): Don't push empty search
20078 result (Bug#9508).
20079
20080 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
20081
20082 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
20083
20084 2011-09-19 Michael Albinus <michael.albinus@gmx.de>
20085
20086 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
20087 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
20088
20089 2011-09-18 Juri Linkov <juri@jurta.org>
20090
20091 * buff-menu.el (Buffer-menu-mode-map):
20092 * dired.el (dired-mode-map):
20093 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
20094 (lisp-interaction-mode-map):
20095 * emacs-lisp/package.el (package-menu-mode-map):
20096 * epa.el (epa-key-list-mode-map):
20097 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
20098 (menu-bar-options-menu):
20099 * outline.el (outline-mode-menu-bar-map):
20100 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
20101 * vc/vc-dir.el (vc-dir-menu-map):
20102 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
20103 Capitalize non-function content words in menu item strings.
20104
20105 * dired.el (dired-mode-map): Add menu item for
20106 `image-dired-dired-toggle-marked-thumbs'.
20107
20108 2011-09-18 Juri Linkov <juri@jurta.org>
20109
20110 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
20111 to `isearch-case-fold-search' and restore its original value
20112 after the `isearch-mode' call.
20113
20114 2011-09-18 Juri Linkov <juri@jurta.org>
20115
20116 * progmodes/grep.el (grep-process-setup): Don't check code for 1
20117 because `zgrep' returns 1 for successful matches (bug#9226).
20118
20119 2011-09-18 Juri Linkov <juri@jurta.org>
20120
20121 * info.el (Info-extract-menu-node-name): Check the second match
20122 for empty string (second test-case of bug#9528).
20123 (Info-last-preorder): Let-bind `Info-history' to nil to not add
20124 intermediate nodes to the history (first test-case of bug#9528).
20125
20126 2011-09-18 Juri Linkov <juri@jurta.org>
20127
20128 * info.el (Info-mode-syntax-table): New variable.
20129 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
20130
20131 2011-09-18 Juri Linkov <juri@jurta.org>
20132
20133 * info.el (Info-file-supports-index-cookies):
20134 Increment line-beginning-position's arg from 3 to 4 because makeinfo
20135 outputs one more line for long file names (bug#4142).
20136
20137 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
20138
20139 * newcomment.el (comment-normalize-vars): If prompting for
20140 comment-start, set comment-start-skip too (Bug#8424).
20141
20142 2011-09-18 Johan Bockgård <bojohan@gnu.org>
20143
20144 * icomplete.el: Fix previous fix of Bug#5849.
20145 (icomplete-mode): Don't set completion-show-inline-help.
20146 (icomplete-minibuffer-setup): Set completion-show-inline-help
20147 locally during icompletion.
20148
20149 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
20150
20151 * woman.el (woman2-process-escapes): Don't delete unrecognized
20152 escapes (Bug#7843).
20153
20154 * files.el (inhibit-first-line-modes-regexps): Add image files.
20155 (hack-local-variables-prop-line): Return nil for malformed
20156 prop-lines (Bug#9044).
20157
20158 2011-09-18 Michael Albinus <michael.albinus@gmx.de>
20159
20160 * net/tramp.el (top): Don't require 'shell.
20161 (tramp-methods): Fix docstring.
20162 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
20163 Return complete remote file name. Handle "smb" case.
20164 Use `tramp-tmpdir', if defined for the respective method.
20165 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
20166
20167 * net/tramp-compat.el (top): Require 'shell.
20168
20169 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
20170 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
20171 `tramp-current-host'.
20172 (tramp-get-remote-tmpdir): Remove.
20173
20174 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
20175 `tramp-tmpdir' entries.
20176 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
20177 (tramp-smb-handle-file-attributes): Ignore errors.
20178 (tramp-smb-wait-for-output): Check also for process end.
20179
20180 2011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
20181
20182 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
20183 when sending QUIT (bug#9312).
20184
20185 2011-09-17 Chong Yidong <cyd@stupidchicken.com>
20186
20187 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
20188 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
20189 occur-mode-display-occurrence.
20190 (occur-edit-mode): Add usage message.
20191 (occur-cease-edit): New command.
20192 (occur-after-change-function): Use text properties to find the
20193 position of the prefix text.
20194 (occur-engine): Set stickiness of prefix text properties.
20195
20196 2011-09-17 Glenn Morris <rgm@gnu.org>
20197
20198 * progmodes/etags.el (complete-tag):
20199 Fix call to completion-in-region. (Bug#9526)
20200
20201 2011-09-17 Juri Linkov <juri@jurta.org>
20202
20203 * textmodes/ispell.el (ispell-word): Add to the error message
20204 the word, ispell program name and current dictionary (bug#9121).
20205 (ispell-tex-arg-end): Capitalize "error" in the error message.
20206
20207 2011-09-17 Andreas Schwab <schwab@linux-m68k.org>
20208
20209 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
20210 check. (Bug#4251)
20211
20212 2011-09-17 Juri Linkov <juri@jurta.org>
20213
20214 * window.el (window-safe-min-height, window-safe-min-width):
20215 Fix typos (followup to bug#9522).
20216
20217 2011-09-17 Sven Joachim <svenjoac@gmx.de>
20218
20219 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
20220
20221 2011-09-16 Eli Zaretskii <eliz@gnu.org>
20222
20223 * simple.el (line-move): If goal-column is set, move by logical
20224 lines, not by display lines. (Bug#971)
20225 (next-line, previous-line, goal-column, line-move-visual): Doc fix
20226 to reflect the above change.
20227
20228 2011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
20229
20230 * image.el (imagemagick-register-types): Use regexp-opt.
20231
20232 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
20233
20234 * window.el (display-buffer-base-action): Rename from
20235 display-buffer-default-action. Make default value empty.
20236 (display-buffer-overriding-action): Convert to defvar.
20237 (display-buffer-fallback-action): New var.
20238
20239 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
20240
20241 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
20242 declaration.
20243 (package--add-to-archive-contents): If there is a duplicate entry
20244 with an older version, remove it.
20245 (package-menu-mark-delete, package-menu-mark-install)
20246 (package-menu-mark-unmark): Make unused args optional.
20247 (package-menu-mark-obsolete-for-deletion):
20248 Use package-menu-get-status instead of a regexp search.
20249 (package-menu-get-status): Use tabulated-list-entry.
20250 (package-menu-mark-upgrades): New command.
20251 (package-menu-mode-map): Bind it to U. Add it to menu bar.
20252 (package-menu-execute): Do installation before deletion.
20253 (package-menu-refresh, package-menu-execute): Use derived-mode-p
20254 instead of checking major-mode.
20255 (package-menu--find-upgrades): New function.
20256
20257 2011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
20258
20259 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
20260 passwords in the log buffer.
20261 (smtpmail-process-filter): Update the process marker so that the
20262 "broken by peer" status message is inserted in the right place.
20263
20264 2011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
20265
20266 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
20267 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
20268 bibtex-completion-at-point-function.
20269 (bibtex-completion-at-point-function): Use them.
20270
20271 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
20272
20273 * mpc.el (mpc-constraints-tag-lookup): New function.
20274 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
20275 also to browser "album|playlist".
20276
20277 2011-09-14 Juri Linkov <juri@jurta.org>
20278
20279 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
20280 (isearch-edit-string): Use length of `isearch-string' when
20281 `isearch-fail-pos' returns nil.
20282 (isearch-message): Remove duplicate code and call
20283 `isearch-fail-pos' with arg `t'.
20284
20285 2011-09-14 Chong Yidong <cyd@stupidchicken.com>
20286
20287 * replace.el (occur-mode-goto-occurrence): Don't force using other
20288 window (Bug#9499).
20289
20290 * dired-aux.el (dired-do-chmod): Don't provide initial input.
20291
20292 2011-09-14 Martin Rudalics <rudalics@gmx.at>
20293
20294 * window.el (display-buffer-window): Remove.
20295 (display-buffer-record-window): Use help-setup window parameter
20296 instead of variable display-buffer-window.
20297 (display-buffer-function, special-display-buffer-names)
20298 (special-display-function): Mention help-setup parameter instead
20299 of display-buffer-window in doc-string.
20300 * help.el (help-window-setup): New argument help-window.
20301 Use help-window-setup parameter instead of display-buffer-window.
20302 Reword some messages.
20303 (with-help-window): Pass window used for displaying the buffer
20304 to help-window-setup. Don't set display-buffer-window.
20305
20306 2011-09-13 Glenn Morris <rgm@gnu.org>
20307
20308 * emacs-lisp/debug.el (debugger-make-xrefs):
20309 Preserve point. (Bug#9462)
20310
20311 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
20312
20313 * window.el (window-deletable-p): Use next-frame.
20314
20315 2011-09-13 Martin Rudalics <rudalics@gmx.at>
20316
20317 * window.el (window-auto-delete): Remove.
20318 (window-deletable-p): Remove argument FORCE. Don't deal with
20319 dedication and previous buffers.
20320 (switch-to-prev-buffer): Don't delete window.
20321 (delete-windows-on): Delete a window's frame if and only if the
20322 window is dedicated.
20323 (replace-buffer-in-windows): Delete buffer's window or frame if
20324 and only if window is dedicated.
20325 (quit-window): Handle quit-restore as before last change.
20326 (bury-buffer): Delete window only if window-deletable-p returns t.
20327
20328 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
20329
20330 * window.el (window-deletable-p): Never delete the last frame on a
20331 given terminal.
20332
20333 2011-09-13 Glenn Morris <rgm@gnu.org>
20334
20335 * help.el (describe-key-briefly): Copy previous standard-output change.
20336
20337 2011-09-13 PJ Weisberg <pj@irregularexpressions.net>
20338
20339 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
20340
20341 2011-09-13 Glenn Morris <rgm@gnu.org>
20342
20343 * emacs-lisp/lisp-mode.el (lisp-indent-function):
20344 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
20345
20346 2011-09-12 Chong Yidong <cyd@stupidchicken.com>
20347
20348 * dired-aux.el (dired-mark-read-string): Don't return default
20349 value on empty input (Bug#9361).
20350 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
20351 Omit initial minibuffer contents.
20352 (dired-do-chmod): Signal an error on empty input.
20353 (dired-mark-read-string): Don't return default on empty input.
20354
20355 * files.el (file-modes-symbolic-to-number): Doc fix.
20356
20357 2011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
20358
20359 * international/mule-cmds.el (ucs-completions): Remove.
20360 (read-char-by-name): Use complete-with-action instead; add metadata.
20361
20362 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
20363
20364 * window.el (display-buffer--action-function-custom-type)
20365 (display-buffer--action-custom-type): New vars.
20366 (display-buffer-alist, display-buffer-default-action)
20367 (display-buffer-overriding-action): Add defcustom types.
20368
20369 * frame.el (delete-other-frames): Doc fix (Bug#276).
20370
20371 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
20372
20373 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
20374
20375 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
20376
20377 Change modes that used same-window-* vars to use switch-to-buffer.
20378
20379 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
20380 Use switch-to-buffer.
20381
20382 * cus-edit.el (customize-group, custom-buffer-create)
20383 (customize-browse, custom-buffer-create-other-window):
20384 Use switch-to-buffer or switch-to-buffer-other-window.
20385
20386 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
20387 (Info-prev, Info-up, Info-speedbar-goto-node)
20388 (info-display-manual): Use switch-to-buffer.
20389 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
20390
20391 * mail/sendmail.el (mail): Use switch-to-buffer.
20392 (mail-recover): Use switch-to-buffer-other-window.
20393
20394 * cmuscheme.el (run-scheme, switch-to-scheme):
20395 * ielm.el (ielm):
20396 * shell.el (shell):
20397 * net/rlogin.el (rlogin):
20398 * net/telnet.el (telnet, rsh):
20399 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
20400
20401 2011-09-11 Andreas Schwab <schwab@linux-m68k.org>
20402
20403 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
20404
20405 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
20406
20407 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
20408 so don't mention it (bug#9301).
20409 (dired-sort-toggle-or-edit): Clarify string further.
20410
20411 * faces.el (face-spec-set-match-display): Make `(type graphic)'
20412 match `x', `w32' and `ns', like the manual says (bug#9029).
20413
20414 * subr.el (eval-after-load): Doc string clarification (bug#9125).
20415 (process-kill-buffer-query-function): Mention the buffer name in
20416 the query.
20417
20418 * image-mode.el (image-next-line): The line parameter is mandatory
20419 (bug#9258).
20420
20421 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
20422 which can be useful (bug#9301).
20423
20424 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
20425
20426 * subr.el (match-string): Mention that the current buffer should
20427 be the same as the search was done in (bug#9282).
20428
20429 * facemenu.el: Disable the remove-* commands if the mark isn't
20430 active (bug#9162).
20431
20432 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
20433
20434 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
20435 of display-buffer.
20436 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
20437
20438 * replace.el (occur-mode-goto-occurrence)
20439 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
20440 and display-buffer.
20441
20442 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
20443 display-buffer.
20444
20445 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
20446 special-display and same-window variables.
20447 (mail-other-window): Use switch-to-buffer-other-window.
20448 (mail-other-frame): USe switch-to-buffer-other-frame.
20449
20450 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
20451 Use display-buffer-other-frame.
20452 (gdb-display-gdb-buffer): Use pop-to-buffer.
20453
20454 * progmodes/gud.el (gud-goto-info): Use info-other-window.
20455
20456 * progmodes/python.el: Don't set same-window-buffer-names.
20457
20458 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
20459
20460 * window.el (display-buffer-alist): Add *Python*.
20461
20462 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
20463
20464 * window.el (display-buffer-alist): Add entry for buffers
20465 previously handled same-window-*.
20466 (display-buffer-alist, display-buffer-default-action)
20467 (display-buffer-overriding-action): Mark as risky.
20468 (display-buffer-alist): Document action function changes.
20469 (display-buffer--same-window-action)
20470 (display-buffer--other-frame-action): New variables.
20471 (switch-to-buffer, display-buffer-other-frame): Use them.
20472 (display-buffer): Rename reuse-frame entry to reusable-frames.
20473 (display-buffer-reuse-selected-window): Function deleted.
20474 (display-buffer-reuse-window): Handle reusable-frames alist entry.
20475 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
20476 (display-buffer-special): New function.
20477 (display-buffer--maybe-pop-up-frame-or-window): Rename from
20478 display-buffer-reuse-or-pop-window. Split off special-display
20479 part into display-buffer-special.
20480 (display-buffer-use-some-window): Don't perform any special
20481 pop-up-frames handling.
20482 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
20483 (display-buffer--maybe-same-window): Rename from
20484 display-buffer-maybe-same-window.
20485
20486 * info.el: Don't set same-window-regexps.
20487 (info-setup): New function.
20488 (info-other-window, info): Call it.
20489
20490 * cus-edit.el: Don't set same-window-regexps.
20491 (customize-group): New argument.
20492 (customize-group-other-window): Use it.
20493 (customize-face, customize-face-other-window): Likewise.
20494 (custom-buffer-create-other-window): Use pop-to-buffer directly.
20495
20496 * net/rlogin.el:
20497 * net/telnet.el:
20498 * progmodes/gud.el: Don't set same-window-regexps.
20499
20500 * cmuscheme.el:
20501 * ielm.el:
20502 * shell.el:
20503 * mail/sendmail.el:
20504 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
20505
20506 2011-09-10 Juri Linkov <juri@jurta.org>
20507
20508 * isearch.el (isearch-edit-string): Remove obsolete mention of
20509 `C-w' (`isearch-yank-word-or-char') from docstring.
20510 (isearch-query-replace): Fix typo in docstring (bug#9466).
20511
20512 2011-09-10 Juri Linkov <juri@jurta.org>
20513
20514 * paren.el (show-paren-function): Don't show escaped parens.
20515 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
20516
20517 2011-09-10 Eli Zaretskii <eliz@gnu.org>
20518
20519 * mail/sendmail.el (mml-to-mime, mml-attach-file)
20520 (mm-default-file-encoding): Remove autoload forms, they are
20521 replaced with autoload cookies in mml.el and mm-encode.el.
20522 (mail-add-attachment): New command.
20523 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
20524 (mail-mode): Mention mail-insert-file and mail-add-attachment in
20525 the doc string.
20526 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
20527
20528 2011-09-10 Reuben Thomas <rrt@sc3d.org>
20529
20530 * simple.el (count-words-region): Use buffer if there's no region
20531 (bug#9429).
20532
20533 2011-09-09 Juri Linkov <juri@jurta.org>
20534
20535 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
20536 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
20537 (wdired-isearch-filter-read-only): New function. (Bug#6362)
20538
20539 2011-09-09 Alan Mackenzie <acm@muc.de>
20540
20541 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
20542 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
20543
20544 2011-09-09 Eli Zaretskii <eliz@gnu.org>
20545
20546 Fix for Savannah bug#9392.
20547 * simple.el (mail-encode-mml): New defvar.
20548
20549 * mail/rmail.el (mail-encode-mml): Add a defvar.
20550 (rmail-enable-mime-composing): Default to t.
20551 (rmail-forward): Use MIME method of forwarding only if both
20552 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
20553 Set mail-encode-mml non-nil if the MIME method was used.
20554
20555 * mail/sendmail.el (mml-to-mime): Add autoload form.
20556 (mail-encode-mml): Add a defvar.
20557 (mail-mode): Make mail-encode-mml buffer-local and initialize it
20558 to nil.
20559 (mail-send): If mail-encode-mml is non-nil, run the outgoing
20560 message through mml-to-mime, and reset mail-encode-mml to nil.
20561
20562 2011-09-09 Glenn Morris <rgm@gnu.org>
20563
20564 * woman.el (woman-if-body): When processing an .el block,
20565 do not delete the next .el block as well. (Bug#9447)
20566 (woman-special-characters): Add oq, cq, and hy characters.
20567
20568 2011-09-08 Martin Rudalics <rudalics@gmx.at>
20569
20570 * window.el (window-deletable-p): Make sure window is live before
20571 invoking window-prev-buffers.
20572
20573 2011-09-08 Leo Liu <sdl.web@gmail.com>
20574
20575 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
20576
20577 2011-09-08 Juri Linkov <juri@jurta.org>
20578
20579 * progmodes/compile.el (compilation-environment): Make it
20580 a defcustom (bug#8340).
20581
20582 2011-09-08 Martin Rudalics <rudalics@gmx.at>
20583
20584 * window.el (frame-auto-delete): Rename to window-auto-delete.
20585 Make it control auto-deletion of windows and/or frames.
20586 (window-deletable-p): New argument FORCE. Rewrite conditions
20587 for deleting window/frame. (Bug#9419)
20588 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
20589 Rewrite handling of case when window/frame can be deleted.
20590 (delete-windows-on): Call window-deletable-p with new FORCE
20591 argument t. (Bug#9456)
20592
20593 2011-09-07 Chong Yidong <cyd@stupidchicken.com>
20594
20595 * help-mode.el (help-mode): Restore autoload.
20596
20597 2011-09-07 Juri Linkov <juri@jurta.org>
20598
20599 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
20600 `compilation-environment'. Set buffer-local
20601 `compilation-environment' to `thisenv' later after (funcall mode).
20602 (Bug#8340)
20603
20604 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
20605 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
20606 instead of replacing its value. (Bug#8340)
20607
20608 2011-09-07 Juri Linkov <juri@jurta.org>
20609
20610 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
20611 based on text properties put by `grep-filter' instead of matching
20612 escape sequences.
20613 (grep-mode): Set buffer-local `compilation-error-screen-columns'
20614 to the value of `grep-error-screen-columns' (bug#9438).
20615
20616 2011-09-07 Juri Linkov <juri@jurta.org>
20617
20618 * simple.el (next-error-highlight, next-error-highlight-no-select):
20619 Doc fix (bug#9432).
20620
20621 2011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
20622
20623 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
20624 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
20625
20626 2011-09-07 Leo Liu <sdl.web@gmail.com>
20627
20628 * net/rcirc.el (rcirc-mode): Conditionally initialize
20629 rcirc-input-ring.
20630
20631 2011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
20632
20633 * emacs-lisp/find-func.el (find-function-C-source): Only set
20634 find-function-C-source-directory after checking that we found a source
20635 file there (bug#9440).
20636
20637 2011-09-06 Alan Mackenzie <acm@muc.de>
20638
20639 * isearch.el (isearch-other-meta-char): Wherever a key list is
20640 unread, "unread" the prefix arg, too. This fixes bug #8901.
20641
20642 2011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
20643
20644 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
20645
20646 2011-09-05 Juri Linkov <juri@jurta.org>
20647
20648 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
20649
20650 2011-09-05 Juri Linkov <juri@jurta.org>
20651
20652 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
20653 keeping point where processing of grep matches begins, and
20654 continue to delete remaining escape sequences from the same point.
20655 (grep-filter): Make leading zero optional in "0?1;31m" because
20656 git-grep emits "\033[1;31m" escape sequences unlike expected
20657 "\033[01;31m" as GNU Grep does (bug#9408).
20658 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
20659
20660 2011-09-05 Juri Linkov <juri@jurta.org>
20661
20662 * subr.el (y-or-n-p): Capitalize "yes".
20663
20664 2011-09-04 Michael Albinus <michael.albinus@gmx.de>
20665
20666 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
20667 `tramp-cache-unload-hook' where appropriate.
20668 (tramp-methods): Rename `tramp-remote-sh' to
20669 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
20670 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
20671
20672 * net/tramp-sh.el (top): Don't require 'shell.
20673 (tramp-methods): Add `tramp-remote-shell' and
20674 `tramp-remote-shell-args' entries.
20675 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
20676 (tramp-sh-handle-shell-command): Remove.
20677 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
20678 Use `tramp-remote-shell'.
20679
20680 2011-09-03 Chong Yidong <cyd@stupidchicken.com>
20681
20682 * mail/sendmail.el (sendmail-query-once-function): Delete.
20683 (sendmail-query-once): Save directly to send-mail-function.
20684 Update message-send-mail-function too.
20685
20686 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
20687
20688 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
20689
20690 * progmodes/python.el (python-mode-map): Use correct function to
20691 start python interpreter from menu-bar (as reported by Geert
20692 Kloosterman).
20693 (inferior-python-mode-map): Fix typo.
20694 (python-shell-map): Remove.
20695
20696 2011-09-03 Deniz Dogan <deniz@dogan.se>
20697
20698 * net/rcirc.el (rcirc-print): Simplify code for
20699 rcirc-scroll-show-maximum-output. There is no need to walk
20700 through all windows to find the right one.
20701
20702 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
20703
20704 * help.el (help-return-method): Doc fix.
20705
20706 2011-09-03 Martin Rudalics <rudalics@gmx.at>
20707
20708 * window.el (window-deletable-p): Don't return a non-nil value
20709 when there's a buffer that was shown in the window before.
20710 (Bug#9419)
20711 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
20712 Set window's previous buffers to nil.
20713
20714 2011-09-03 Eli Zaretskii <eliz@gnu.org>
20715
20716 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
20717 newline before and after the tag line, so it doesn't interfere
20718 with determining the paragraph direction of bidirectional text.
20719
20720 2011-09-03 Leo Liu <sdl.web@gmail.com>
20721
20722 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
20723
20724 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
20725
20726 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
20727 (pop-to-buffer): Change interactive spec. Pass second argument
20728 directly to display-buffer.
20729 (display-buffer): Fix interactive spec. Use functionp to
20730 distinguish between a function and a list of functions.
20731
20732 * abbrev.el (edit-abbrevs):
20733 * arc-mode.el (archive-extract):
20734 * autoinsert.el (auto-insert):
20735 * bookmark.el (bookmark-bmenu-list):
20736 * files.el (find-file):
20737 * view.el (view-buffer):
20738 * progmodes/compile.el (compilation-goto-locus):
20739 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
20740
20741 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
20742
20743 * window.el (display-buffer-alist): Doc fix.
20744 (display-buffer): Add docstring. Don't treat
20745 display-buffer-default specially.
20746 (display-buffer-reuse-selected-window)
20747 (display-buffer-same-window, display-buffer-maybe-same-window)
20748 (display-buffer-reuse-window, display-buffer-pop-up-frame)
20749 (display-buffer-pop-up-window)
20750 (display-buffer-reuse-or-pop-window)
20751 (display-buffer-use-some-window): New functions.
20752 (display-buffer-default-action): Use them.
20753 (display-buffer-default): Delete.
20754 (pop-to-buffer-1): Fix choice of actions.
20755
20756 2011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
20757
20758 * minibuffer.el (completion--insert-strings): Don't get confused by
20759 completion entries that end with an LF char.
20760
20761 2011-09-01 Eli Zaretskii <eliz@gnu.org>
20762
20763 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
20764
20765 2011-09-01 Chong Yidong <cyd@stupidchicken.com>
20766
20767 * window.el (display-buffer): Restore interactive spec.
20768 (display-buffer-same-window, display-buffer-other-window):
20769 New functions.
20770 (pop-to-buffer-1): New function. Use the above.
20771 (pop-to-buffer, pop-to-buffer-same-window): Use it.
20772 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
20773
20774 * view.el (view-buffer-other-window, view-buffer-other-frame):
20775 Just use pop-to-buffer.
20776
20777 2011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
20778
20779 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
20780
20781 2011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
20782
20783 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
20784
20785 2011-08-31 Richard Stallman <rms@gnu.org>
20786
20787 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
20788 of the separation of rmail-view-buffer from rmail-buffer.
20789 If you say no to "replace original", the decrypt is in the
20790 view buffer. If you say yes, the decrypt goes into the
20791 rmail buffer also.
20792
20793 2011-08-31 Martin Rudalics <rudalics@gmx.at>
20794
20795 * window.el (display-buffer-window): Rewrite doc-string.
20796 (display-buffer-record-window): New function.
20797 (display-buffer-macro-specifiers)
20798 (display-buffer-even-window-sizes, display-buffer-set-height)
20799 (display-buffer-set-width, display-buffer-in-window)
20800 (display-buffer-reuse-window, display-buffer-split-specifiers)
20801 (display-buffer-side-specifiers, display-buffer-split-window-1)
20802 (display-buffer-split-window, display-buffer-split-atom-window)
20803 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
20804 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
20805 (display-buffer-other-window-means-other-frame)
20806 (display-buffer-normalize-special)
20807 (display-buffer-normalize-default)
20808 (display-buffer-normalize-argument)
20809 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
20810 (display-buffer-normalize-specifiers, display-buffer-frame)
20811 (display-buffer-same-window, display-buffer-same-frame)
20812 (display-buffer-other-window)
20813 (display-buffer-same-frame-other-window)
20814 (display-buffer-other-frame, pop-to-buffer-same-window)
20815 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
20816 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
20817 (switch-to-buffer-same-frame)
20818 (switch-to-buffer-other-window-same-frame)
20819 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
20820 (display-buffer-alist-set-1, display-buffer-alist-set-2)
20821 (display-buffer-alist-set): Remove.
20822 (display-buffer-function, special-display-buffer-names)
20823 (special-display-regexps, special-display-function):
20824 In doc-string refer to display-buffer-window and quit-restore
20825 parameter.
20826 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
20827 (special-display-frame-alist, special-display-popup-frame)
20828 (same-window-buffer-names, same-window-regexps, same-window-p)
20829 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
20830 (split-window-preferred-function, split-height-threshold)
20831 (split-width-threshold, window-splittable-p)
20832 (split-window-sensibly, window--try-to-split-window)
20833 (window--frame-usable-p, even-window-heights)
20834 (window--even-window-heights, window--display-buffer-1)
20835 (window--display-buffer-2, display-buffer-other-frame):
20836 Restore old Emacs 23 code, order and doc-strings where applicable.
20837 (display-buffer-default, display-buffer-assq-regexp): New functions.
20838 (display-buffer-alist): Rewrite doc-string.
20839 (display-buffer-default-action)
20840 (display-buffer-overriding-action): New variables.
20841 (display-buffer, switch-to-buffer): Rewrite.
20842 (pop-to-buffer): Restore Emacs 23 behavior but use
20843 window-normalize-buffer-to-display.
20844 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
20845 Restore Emacs 23 behavior but use
20846 window-normalize-buffer-to-switch-to.
20847 (pop-to-buffer-same-window): Rewrite.
20848 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
20849 Rewrite using Emacs 23 options.
20850
20851 2011-08-31 Michael Albinus <michael.albinus@gmx.de>
20852
20853 * net/tramp.el (tramp-root-regexp): Remove.
20854 (tramp-completion-file-name-regexp-unified)
20855 (tramp-completion-file-name-regexp-separate)
20856 (tramp-completion-file-name-regexp-url): Don't use leading volume
20857 letter on w32 systems. (Bug#5303, Bug#9311)
20858 (tramp-drop-volume-letter): Simplify definition.
20859 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
20860
20861 2011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
20862
20863 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
20864 (bug#9356).
20865
20866 2011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
20867
20868 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
20869
20870 2011-08-29 Juri Linkov <juri@jurta.org>
20871
20872 * isearch.el (isearch-done): Don't display message "Mark saved"
20873 when arg `edit' is non-nil to prevent its flicker in the echo area.
20874
20875 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
20876
20877 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
20878 obsolete packages for deletion.
20879
20880 2011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
20881
20882 * help-mode.el (help-mode-map): Add special-mode-map to parent.
20883 (help-mode): Derive help-mode from special-mode. Don't invoke
20884 view-mode from help-mode.
20885 (help-xref-override-view-map): Remove.
20886 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
20887 view-mode is not used anymore.
20888
20889 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
20890
20891 * server.el (server-port): Doc fix.
20892
20893 * cus-theme.el (custom-theme-choose-mode): Inherit from
20894 special-mode (Bug#9124).
20895 (custom-theme-choose-mode-map): Add special-mode to parent.
20896
20897 2011-08-28 Alan Mackenzie <acm@muc.de>
20898
20899 * progmodes/cc-fonts.el
20900 (c-make-font-lock-BO-decl-search-function): New function.
20901 (c-basic-matchers-after - "Fontify the clauses after various
20902 keywords"): Extract the three keyword lists for the 3 erroneous
20903 constructs from the list of four, and use the new function above
20904 in place of an old one.
20905
20906 2011-08-28 Deniz Dogan <deniz@dogan.se>
20907
20908 * net/rcirc.el (rcirc-insert-prev-input)
20909 (rcirc-insert-next-input): Remove unused argument.
20910
20911 2011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
20912
20913 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
20914
20915 2011-08-27 Alan Mackenzie <acm@muc.de>
20916
20917 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
20918 handle function pointer parameters properly.
20919
20920 2011-08-27 Martin Rudalics <rudalics@gmx.at>
20921
20922 * window.el (display-buffer-reuse-window): Fix case where
20923 selected window was reused with non-nil OTHER-WINDOW argument.
20924 (Bug#9381)
20925
20926 2011-08-27 Deniz Dogan <deniz@dogan.se>
20927
20928 * net/rcirc.el (rcirc-check-auth-status): Adding support for
20929 oftc's NickServ messages.
20930
20931 2011-08-27 Glenn Morris <rgm@gnu.org>
20932
20933 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
20934
20935 2011-08-26 Chong Yidong <cyd@stupidchicken.com>
20936
20937 * emacs-lisp/package.el (package-install): Call package-initialize
20938 if called interactively.
20939
20940 2011-08-26 Leo Liu <sdl.web@gmail.com>
20941
20942 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
20943
20944 2011-08-25 Juri Linkov <juri@jurta.org>
20945
20946 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
20947 `search-whitespace-regexp' (bug#9364).
20948
20949 2011-08-25 Juri Linkov <juri@jurta.org>
20950
20951 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
20952 `regexp-search-ring' to their global values to protect from
20953 updating by `read-from-minibuffer' (bug#9185).
20954
20955 2011-08-25 Juri Linkov <juri@jurta.org>
20956
20957 * textmodes/ispell.el (ispell-command-loop): Add newline
20958 at the end of the "Use option `i'..." line.
20959
20960 2011-08-25 Juri Linkov <juri@jurta.org>
20961
20962 * battery.el (display-battery-mode): If `battery-status-function'
20963 or `battery-mode-line-format' is nil, display the message and set
20964 `display-battery-mode' to nil (bug#9363).
20965
20966 2011-08-25 Eli Zaretskii <eliz@gnu.org>
20967
20968 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
20969 bidi-string-mark-left-to-right; they are unnecessary now.
20970
20971 2011-08-25 Deniz Dogan <deniz@dogan.se>
20972
20973 * net/quickurl.el: Documentation typo fixes.
20974
20975 2011-08-25 Chong Yidong <cyd@stupidchicken.com>
20976
20977 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
20978
20979 2011-08-25 Glenn Morris <rgm@gnu.org>
20980
20981 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
20982
20983 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
20984 (smtpmail-via-smtp): Handle nil response from smtp.
20985
20986 2011-08-24 Juri Linkov <juri@jurta.org>
20987
20988 * proced.el (proced-marked): Inherit from `error' instead of
20989 `font-lock-warning-face'.
20990
20991 * ibuffer.el (ibuffer-marked-face): Change default face from
20992 `font-lock-warning-face' to `warning'.
20993 (ibuffer-deletion-face): Change default face from
20994 `font-lock-type-face' to `error'.
20995
20996 * battery.el (battery-update): Use the face `error' instead of
20997 `font-lock-warning-face' (bug#6117).
20998
20999 2011-08-24 Juri Linkov <juri@jurta.org>
21000
21001 * faces.el (success): Change face color from "Green3" to
21002 "ForestGreen" on light background (bug#9353).
21003
21004 2011-08-24 Chong Yidong <cyd@stupidchicken.com>
21005
21006 * window.el (quit-window): Rename from quit-restore-window.
21007 Use same arglist as old quit-window.
21008 (frame-auto-delete): Doc fix.
21009
21010 * view.el (view-mode-exit): Use quit-window.
21011
21012 2011-08-24 Juri Linkov <juri@jurta.org>
21013
21014 * isearch.el (isearch-ring-adjust1): Start visiting previous
21015 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
21016 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
21017 for empty search string (when the last search string is reused
21018 automatically) to adjust the isearch ring to the last element and
21019 prepare the correct index for further M-p commands (bug#9185).
21020
21021 2011-08-24 Kenichi Handa <handa@m17n.org>
21022
21023 * international/ucs-normalize.el: If decomposition property of
21024 CHAR is the default one (i.e. a list of CHAR itself), treat it as
21025 nil.
21026 (nfd, nfkd): Likewise.
21027
21028 2011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
21029
21030 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
21031 from process filters aren't reliably transmitted to the surrounding
21032 accept-process-output.
21033 (mpc-proc-check): New function.
21034 (mpc-proc-sync): Use it (bug#8293)
21035
21036 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
21037
21038 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
21039 Add compatibility functions (bug#9313).
21040
21041 2011-08-23 Eli Zaretskii <eliz@gnu.org>
21042
21043 * cus-start.el (all): Add entry for bidi-paragraph-direction.
21044
21045 * international/uni-bidi.el: Regenerate.
21046
21047 2011-08-23 Kenichi Handa <handa@m17n.org>
21048
21049 * international/charprop.el:
21050 * international/uni-bidi.el:
21051 * international/uni-category.el:
21052 * international/uni-combining.el:
21053 * international/uni-comment.el:
21054 * international/uni-decimal.el:
21055 * international/uni-decomposition.el:
21056 * international/uni-digit.el:
21057 * international/uni-lowercase.el:
21058 * international/uni-mirrored.el:
21059 * international/uni-name.el:
21060 * international/uni-numeric.el:
21061 * international/uni-old-name.el:
21062 * international/uni-titlecase.el:
21063 * international/uni-uppercase.el: Regenerate.
21064
21065 2011-08-23 Martin Rudalics <rudalics@gmx.at>
21066
21067 * help.el (help-window-setup): Fix message displayed when other
21068 window is reused. (Bug#9341)
21069
21070 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
21071
21072 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
21073 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
21074
21075 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
21076 Mark obsolete.
21077 * shell.el (shell-parse-pcomplete-arguments): New function.
21078 (shell-completion-vars): Use it instead (bug#9160).
21079
21080 2011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
21081
21082 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
21083 strings and comments (bug#9333).
21084
21085 * emacs-lisp/debug.el (debug-arglist): New function.
21086 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
21087 (debug-on-entry-1): Handle interpreted closures (bug#9120).
21088
21089 2011-08-22 Juri Linkov <juri@jurta.org>
21090
21091 * progmodes/compile.el (compilation-mode-font-lock-keywords):
21092 Revert regexp that highlights output switches to its old
21093 pre-2010-10-28 value and remove one `?' from it (bug#9319).
21094
21095 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
21096 to check for empty output (bug#9226).
21097
21098 2011-08-22 Chong Yidong <cyd@stupidchicken.com>
21099
21100 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
21101 symbol-constituent as the default, as that stops font-lock from
21102 working properly (Bug#8843).
21103
21104 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
21105
21106 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
21107 `coding-system-for-*' around the process open call to avoid
21108 auth-source side effects.
21109 (smtpmail-try-auth-methods): Expand the secret password.
21110 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
21111 probe hangs.
21112
21113 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
21114
21115 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
21116
21117 * emacs-lisp/find-func.el (find-function-noselect): New arg
21118 lisp-only.
21119
21120 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
21121 signal an error for built-in functions (Bug#6664).
21122
21123 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
21124
21125 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
21126 (smtpmail-try-auth-methods): Use it.
21127
21128 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
21129
21130 * font-lock.el (font-lock-fontify-region)
21131 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
21132 (font-lock-default-unfontify-buffer)
21133 (font-lock-default-fontify-region)
21134 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
21135
21136 * progmodes/compile.el (compilation-error-properties):
21137 Fix confusion between file struct and message struct (Bug#9319).
21138 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
21139 `ant' regexp.
21140
21141 * net/browse-url.el (browse-url-firefox): Don't call
21142 browse-url-firefox-sentinel unless using -remote (Bug#9328).
21143
21144 2011-08-20 Glenn Morris <rgm@gnu.org>
21145
21146 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
21147
21148 * tutorial.el (tutorial--default-keys): Update some default bindings.
21149
21150 * files.el (hack-local-variables): Fully ignore case for "mode:".
21151
21152 2011-08-20 Alan Mackenzie <acm@muc.de>
21153
21154 Resolve invalid use of a regexp in regexp-opt.
21155
21156 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
21157 detection for a java annotation.
21158
21159 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
21160 detection for a java annotation.
21161
21162 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
21163 handling for java.
21164 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
21165
21166 2011-08-20 Chong Yidong <cyd@stupidchicken.com>
21167
21168 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
21169 (Bug#9274).
21170
21171 2011-08-20 Alan Mackenzie <acm@muc.de>
21172
21173 Fontify CPP expressions correctly when starting in the middle of
21174 such a construct. Mainly for when jit-lock etc. starts a chunk
21175 here.
21176
21177 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
21178 variable.
21179 (c-make-font-lock-search-form): New function, extracted from
21180 c-make-font-lock-search-function.
21181 (c-make-font-lock-search-function): Use the above function.
21182 (c-make-font-lock-context-search-function): New function.
21183 (c-cpp-matchers): Enhance the preprocessor expression case with
21184 the above function
21185 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
21186 which takes an expression.
21187
21188 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
21189
21190 2011-08-20 Martin Rudalics <rudalics@gmx.at>
21191
21192 * window.el (display-buffer-reuse-window)
21193 (display-buffer-pop-up-window): Don't reuse or split a side
21194 window.
21195
21196 2011-08-19 Glenn Morris <rgm@gnu.org>
21197
21198 * files.el (hack-local-variables-prop-line, hack-local-variables):
21199 Downcase "Mode:". (Bug#9331)
21200
21201 2011-08-18 Chong Yidong <cyd@stupidchicken.com>
21202
21203 * international/characters.el: Add L and R categories.
21204
21205 * subr.el (bidi-string-mark-left-to-right): Rename from
21206 string-mark-left-to-right. Use category search.
21207
21208 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
21209
21210 2011-08-18 Juri Linkov <juri@jurta.org>
21211
21212 * faces.el (error, warning, success): New faces with definitions
21213 copied from old default values of `font-lock-warning-face',
21214 `compilation-warning', `compilation-info' (bug#6117).
21215
21216 * font-lock.el (font-lock-warning-face): Inherit from `error'.
21217
21218 * progmodes/compile.el (compilation-error): Inherit from `error'.
21219 (compilation-warning): Inherit from `warning'.
21220 (compilation-info): Inherit from `success'.
21221
21222 * dired.el (dired-marked): Inherit from `warning'.
21223 (dired-flagged): Inherit from `error'.
21224
21225 2011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
21226
21227 * mail/smtpmail.el (auth-source): Require to avoid problems with
21228 binding variables (bug#9298). Also clean up some unused
21229 autoloads.
21230
21231 * net/network-stream.el (network-stream-open-starttls):
21232 Support using starttls.el without using gnutls-cli.
21233
21234 2011-08-17 Juri Linkov <juri@jurta.org>
21235
21236 * progmodes/grep.el (rgrep): Handle the case when
21237 `grep-find-command' is a cons cell (bug#9278).
21238
21239 2011-08-17 Martin Rudalics <rudalics@gmx.at>
21240
21241 * window.el (display-buffer-pop-up-frame): Run frame creation
21242 function with BUFFER current (as special-display-popup-frame
21243 does). Reported by Drew Adams.
21244
21245 2011-08-17 Daiki Ueno <ueno@unixuser.org>
21246
21247 * epa-mail.el: Simplify GnuPG group expansion using
21248 epg-expand-group.
21249 (epa-mail-group-alist, epa-mail-group-modtime)
21250 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
21251 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
21252 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
21253 Remove.
21254
21255 2011-08-16 Feng Li <fengli@gmail.com> (tiny change)
21256
21257 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
21258
21259 2011-08-16 Alan Mackenzie <acm@muc.de>
21260
21261 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
21262 Correct, to avoid the inside of macros.
21263
21264 2011-08-16 Richard Stallman <rms@gnu.org>
21265
21266 * epa-mail.el: Handle GnuPG group definitions.
21267 (epa-mail-group-alist, epa-mail-group-modtime)
21268 (epa-mail-gnupg-conf-file): New variables.
21269 (epa-mail-parse-groups, epa-mail-sync-groups)
21270 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
21271 (epa-mail-expand-recipients): New functions.
21272 (epa-mail-encrypt): Call epa-mail-expand-recipients.
21273
21274 * mail/rmail.el (rmail-epa-decrypt): New command.
21275
21276 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
21277 Don't bind buffer-read-only, just inhibit-read-only.
21278 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
21279 (epa-decrypt-armor-in-region): Make error message clearer.
21280
21281 2011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
21282
21283 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
21284 and "a2b" to "ab" for `prefix'.
21285
21286 2011-08-14 Chong Yidong <cyd@stupidchicken.com>
21287
21288 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
21289 filter groups.
21290 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
21291 Fourquet (Bug#8804).
21292
21293 2011-08-12 Juanma Barranquero <lekktu@gmail.com>
21294
21295 * startup.el (argi): Declare as global variable (bug#9275).
21296
21297 2011-08-12 Chong Yidong <cyd@stupidchicken.com>
21298
21299 * subr.el (string-mark-left-to-right): Search the entire string
21300 for RTL script, not just the terminating character. Doc fix.
21301
21302 2011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
21303
21304 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
21305 New function.
21306 (js--regexp-literal, js-syntax-propertize-function): Remove.
21307 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
21308 (js-mode-map): Don't rebind electric keys.
21309 (js-insert-and-indent): Remove.
21310 (js-mode): Setup electric-layout and electric-indent instead.
21311
21312 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
21313
21314 2011-08-12 Daiki Ueno <ueno@unixuser.org>
21315
21316 * epa.el (epa-progress-callback-function): Fix the logic of
21317 displaying progress.
21318 * epa-file.el (epa-file-insert-file-contents): Make progress
21319 display more user-friendly.
21320 (epa-file-write-region): Ditto.
21321
21322 2011-08-10 Chong Yidong <cyd@stupidchicken.com>
21323
21324 * subr.el (string-mark-left-to-right): New function.
21325
21326 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
21327 Use string-mark-left-to-right.
21328 (list-buffers-noselect): Caller changed.
21329
21330 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
21331 Use string-mark-left-to-right.
21332 (tabulated-list-print): Recenter after moving point.
21333
21334 2011-08-10 Juri Linkov <juri@jurta.org>
21335
21336 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
21337 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
21338 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
21339
21340 2011-08-09 Chong Yidong <cyd@stupidchicken.com>
21341
21342 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
21343 (Bug#7554).
21344
21345 2011-08-09 Andreas Schwab <schwab@linux-m68k.org>
21346
21347 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
21348 character. (Bug#6594)
21349
21350 2011-08-08 Chong Yidong <cyd@stupidchicken.com>
21351
21352 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
21353 (image-dired--with-db-file): New macro.
21354 (image-dired-write-tags, image-dired-remove-tag)
21355 (image-dired-create-gallery-lists, image-dired-write-comments)
21356 (image-dired-get-comment, image-dired-mark-tagged-files)
21357 (image-dired-list-tags, image-dired-gallery-generate): Use it.
21358 (image-dired-gallery-generate): Use insert-file-contents.
21359
21360 * time.el (display-time-world-list, display-time-world-display):
21361 * time-stamp.el (time-stamp-string):
21362 * vc/add-log.el (add-change-log-entry): Use setenv instead of
21363 set-time-zone-rule (Bug#7337).
21364
21365 2011-08-08 Daiki Ueno <ueno@unixuser.org>
21366
21367 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
21368 (epg-error-to-string, epg-errors-to-string): New function.
21369 (epg-wait-for-completion): Reverse errors list.
21370 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
21371 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
21372 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
21373 (epg-sign-keys, epg-generate-key-from-file)
21374 (epg-generate-key-from-string): Format errors by using
21375 epg-errors-to-string (bug#9255).
21376 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
21377
21378 2011-08-07 Juri Linkov <juri@jurta.org>
21379
21380 * faces.el (list-faces-display): Remove extra angle bracket
21381 from `help-mode-map'.
21382
21383 * info.el (Info-history-toc-nodes): Doc fix.
21384
21385 * longlines.el (longlines-mode): Doc fix.
21386
21387 2011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
21388
21389 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
21390 of statements and in a few more cases (bug#9183).
21391
21392 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
21393 New functions.
21394 (cl-transform-lambda): Use them (bug#9239).
21395
21396 2011-08-05 Martin Rudalics <rudalics@gmx.at>
21397
21398 * window.el (display-buffer-same-window)
21399 (display-buffer-same-frame, display-buffer-other-window)
21400 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
21401 (pop-to-buffer-other-window)
21402 (pop-to-buffer-same-frame-other-window)
21403 (pop-to-buffer-other-frame): Make them defuns.
21404 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
21405
21406 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
21407
21408 * subr.el (make-composed-keymap): Move from C. Change calling
21409 convention, and improve docstring to bring attention to a subtle point.
21410 * minibuffer.el (completing-read-default): Adjust accordingly.
21411
21412 2011-08-03 Michael Albinus <michael.albinus@gmx.de>
21413
21414 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
21415 (tramp-open-shell): Use `tramp-shell-quote-argument'.
21416
21417 * net/trampver.el: Update release number.
21418
21419 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
21420
21421 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
21422 "in" (bug#9190).
21423
21424 2011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
21425
21426 * mail/sendmail.el (sendmail-query-once): Restore the current
21427 buffer after querying (bug#9074).
21428
21429 * dired.el (dired-flagged): Use different faces for marked and
21430 flagged files (bug#6117).
21431
21432 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
21433 (bug#4433).
21434
21435 * ido.el (ido-mode): Switch off the message if called
21436 non-interactively.
21437
21438 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
21439 before 587, since it appears that that's more likely to work for
21440 more people.
21441
21442 * cus-edit.el (custom-file): When running under emacs -q, always
21443 refuse to save the customizations, even if the .emacs file doesn't
21444 exist.
21445
21446 * info.el: Remove the `Info-beginning-of-buffer' function
21447 (bug#8325).
21448
21449 * net/network-stream.el (network-stream-open-starttls):
21450 Use `starttls-available-p' to see whether starttls.el can be used.
21451
21452 2011-08-01 Martin Rudalics <rudalics@gmx.at>
21453
21454 * window.el (display-buffer-in-window): Don't set dedicated status
21455 of window here (Bug#9215).
21456 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
21457 (display-buffer-pop-up-side-window)
21458 (display-buffer-in-side-window): Set dedicated status of window here.
21459
21460 2011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
21461
21462 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
21463 before binding generated-autoload-file.
21464
21465 2011-08-01 Deniz Dogan <deniz@dogan.se>
21466
21467 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
21468
21469 2011-07-30 Michael Albinus <michael.albinus@gmx.de>
21470
21471 Sync with Tramp 2.2.2.
21472
21473 * net/trampver.el: Update release number.
21474
21475 2011-07-30 Juri Linkov <juri@jurta.org>
21476
21477 * dired-aux.el (dired-touch-initial): Remove function.
21478 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
21479 current time, and `default' to the last modification time of the
21480 current marked file (bug#6887).
21481
21482 2011-07-28 Jose E. Marchesi <jemarch@gnu.org>
21483
21484 * simple.el (goto-line): Use string-to-number to provide a
21485 numeric argument to read-number (bug#9163).
21486
21487 2011-07-27 Michael Albinus <michael.albinus@gmx.de>
21488
21489 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
21490 connection process, it could be nil.
21491
21492 2011-07-27 Leo Liu <sdl.web@gmail.com>
21493
21494 Simplify url handling in rcirc-mode.
21495
21496 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
21497 (rcirc-browse-url-at-mouse): Remove.
21498 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
21499
21500 2011-07-26 Alan Mackenzie <acm@muc.de>
21501
21502 Fontify bitfield declarations properly.
21503
21504 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
21505 (c-symbol-chars): Now exported as a lang variable.
21506 (c-not-primitive-type-keywords): New lang variable.
21507
21508 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
21509 QT keyword "more" to prevent "more slots: ...." being spuriously
21510 parsed as a bitfield declaration.
21511
21512 * progmodes/cc-engine.el (c-beginning-of-statement-1):
21513 Refactor and enhance to handle bitfield declarations.
21514 (c-punctuation-in): New function.
21515 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
21516 declarations properly.
21517
21518 2011-07-26 Ulf Jasper <ulf.jasper@web.de>
21519
21520 * calendar/icalendar.el (icalendar--all-events): Take care of
21521 multiple vcalendars in a single file.
21522 (icalendar--convert-float-to-ical): Checkdoc fixes.
21523
21524 2011-07-25 Deniz Dogan <deniz@dogan.se>
21525
21526 * image.el (insert-image): Clarifying docstring.
21527
21528 2011-07-24 Michael Albinus <michael.albinus@gmx.de>
21529
21530 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
21531 `tramp-send-command-and-check' if there is no error.
21532 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
21533
21534 2011-07-22 Alan Mackenzie <acm@muc.de>
21535
21536 Prevent cc-langs.elc being loaded at run time.
21537
21538 * progmodes/cc-mode.el: Remove two autoload forms which loaded
21539 cc-langs.
21540
21541 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
21542 "(require 'cc-langs)". Quote a form so it will evaluate at
21543 (cc-mode's) compilation time.
21544
21545 2011-07-22 Michael Albinus <michael.albinus@gmx.de>
21546
21547 * net/tramp.el (tramp-file-name-handler): Avoid recursive
21548 loading. (Bug#9114)
21549
21550 2011-07-21 Martin Rudalics <rudalics@gmx.at>
21551
21552 * window.el (display-buffer-pop-up-window)
21553 (display-buffer-pop-up-side-window)
21554 (display-buffer-in-side-window): Call display-buffer-set-height
21555 and display-buffer-set-width after setting the new window's
21556 buffer so `fit-window-to-buffer' and friends work on the right buffer.
21557
21558 2011-07-20 Sam Steingold <sds@gnu.org>
21559
21560 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
21561 (etags-tags-included-tables): Call `convert-standard-filename' on
21562 the file names contained in TAGS so that windows Emacs can handle
21563 TAGS files created by cygwin ctags.
21564
21565 2011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
21566
21567 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
21568 which apparently didn't work.
21569
21570 2011-07-19 Roland Winkler <winkler@gnu.org>
21571
21572 * proced.el (proced-send-signal): For *Marked Processes* buffer
21573 put point at beginning of buffer.
21574
21575 2011-07-19 Stephen Berman <stephen.berman@gmx.net>
21576
21577 * proced.el (proced-format): Make header lines align with the text
21578 (bug#1779).
21579
21580 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
21581
21582 * view.el (view-buffer): Allow running in `special' modes if we're
21583 visiting a file (bug#8615).
21584
21585 2011-07-19 Martin Rudalics <rudalics@gmx.at>
21586
21587 * window.el (display-buffer-alist-of-strings-p)
21588 (display-buffer-alist-set-1, display-buffer-alist-set-2):
21589 New functions.
21590 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
21591 more accurately.
21592
21593 2011-07-18 Alan Mackenzie <acm@muc.de>
21594
21595 Fontify declarators properly when, e.g., a jit-lock chunk begins
21596 inside a declaration.
21597
21598 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
21599
21600 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
21601 New function.
21602 (c-complex-decl-matchers): Insert reference to
21603 c-font-lock-enclosing-decls.
21604
21605 * progmodes/cc-engine.el (c-backward-single-comment):
21606 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
21607 to nil around calls to (forward-comment -1).
21608
21609 2011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
21610
21611 * image.el (put-image): Doc typo fix.
21612
21613 * progmodes/etags.el (tags-search): Doc typo fix.
21614
21615 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
21616 password if we get errors 550 to 554.
21617
21618 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
21619
21620 * net/gnutls.el (gnutls-log-level): Remove.
21621
21622 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
21623 indentation character (bug#6380).
21624
21625 * files.el (buffer-offer-save): Made permanently local (bug#6241).
21626
21627 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
21628 to clarify what the problem is (bug#4291).
21629
21630 * simple.el (current-kill): Clarify what
21631 `interprogram-paste-function' does (bug#7500).
21632 (auto-fill-mode): Document `auto-fill-function' in relation to
21633 `auto-fill-mode' (bug#2470).
21634
21635 2011-07-16 Lawrence Mitchell <wence@gmx.li>
21636
21637 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
21638 method if slot is read-only (bug#9035).
21639
21640 2011-07-16 Martin Rudalics <rudalics@gmx.at>
21641
21642 * frame.el (select-frame-set-input-focus): New argument NORECORD.
21643 * window.el (pop-to-buffer): Select window used even if it was
21644 selected before, see discussion of (Bug#8615), (Bug#6954).
21645 Pass argument NORECORD on to select-frame-set-input-focus.
21646
21647 2011-07-15 Glenn Morris <rgm@gnu.org>
21648
21649 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
21650 Respect help-form.
21651
21652 2011-07-09 Lawrence Mitchell <wence@gmx.li>
21653
21654 * net/gnutls.el (gnutls-min-prime-bits): New variable.
21655 (gnutls-negotiate): Use it.
21656
21657 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
21658
21659 * net/gnutls.el (gnutls-negotiate):
21660 Upcase `gnutls-algorithm-priority'.
21661
21662 2011-07-15 Glenn Morris <rgm@gnu.org>
21663
21664 * jka-compr.el (jka-compr-verbose): Move from here...
21665 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
21666 Add missing :version tag.
21667 * info.el: No need to require jka-compr when compiling.
21668
21669 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
21670
21671 * net/gnutls.el (gnutls-algorithm-priority): New variable.
21672 (gnutls-negotiate): Use it.
21673
21674 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
21675
21676 * info.el (Info-beginning-of-buffer): New command.
21677 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
21678 announcing `b' as the key (bug#8325).
21679 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
21680
21681 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
21682
21683 * international/mule-cmds.el
21684 (describe-specified-language-support): Make the error message
21685 clearer (bug#8905).
21686
21687 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
21688
21689 * isearch.el (isearch-barrier): Add a doc string, since it's
21690 mentioned in a function doc string (bug#8678).
21691
21692 2011-07-15 Martin Rudalics <rudalics@gmx.at>
21693
21694 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
21695 buffer argument (Bug#9083) and self-identifying label argument.
21696
21697 2011-07-15 Glenn Morris <rgm@gnu.org>
21698
21699 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
21700
21701 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
21702
21703 * man.el (Man-fontify-manpage): Fix message when formatting the
21704 man page (bug#7929).
21705
21706 2011-07-14 Eli Zaretskii <eliz@gnu.org>
21707
21708 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
21709 argument LRM; if non-nil, append an invisible LRM character to the
21710 buffer name.
21711 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
21712 last argument non-nil, when formatting buffer names.
21713 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
21714 paragraph direction.
21715
21716 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
21717
21718 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
21719 the man page name (bug#7929).
21720
21721 * image.el (put-image): Mention the `put-image' overlay property
21722 (bug#7834).
21723
21724 * scroll-bar.el (set-scroll-bar-mode): Mention that
21725 `scroll-bar-mode' lists the values (bug#7772).
21726
21727 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
21728 command (bug#7729).
21729
21730 * rect.el (apply-on-rectangle): Return the point after the last
21731 operation.
21732 (string-rectangle): Go to the point after the last operation
21733 (bug#7522).
21734
21735 * printing.el (pr-toggle-region): Clarify the documentation
21736 slightly (bug#7493).
21737
21738 * time.el (display-time-update):
21739 Allow `display-time-mail-function' to return nil (bug#7158).
21740 Fix suggested by Detlev Zundel.
21741
21742 * vc/diff.el (diff): Clarify the order the file names are read
21743 (bug#7111).
21744
21745 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
21746 the doc string (bug#7015).
21747
21748 * font-lock.el (font-lock-maximum-decoration): Mention what
21749 numeric levels mean (bug#6935).
21750
21751 * startup.el (initial-buffer-choice): Don't mention the `none'
21752 selection, which is against policy.
21753
21754 2011-07-14 Martin Rudalics <rudalics@gmx.at>
21755
21756 * window.el (display-buffer-normalize-special):
21757 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
21758
21759 2011-07-14 Eli Zaretskii <eliz@gnu.org>
21760
21761 * subr.el (version<, version<=, version=): Mention "-CVS" and
21762 "-12345" alpha version numbers.
21763
21764 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
21765
21766 * bindings.el: Add advertised binding for set-mark-command
21767 (Bug#5772).
21768
21769 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
21770
21771 * bindings.el (mode-line-other-buffer):
21772 * bookmark.el (bookmark-bmenu-2-window):
21773 * bs.el (bs-cycle-next, bs-cycle-previous):
21774 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
21775 switch-to-buffer.
21776
21777 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
21778 Delete.
21779
21780 2011-07-14 Juanma Barranquero <lekktu@gmail.com>
21781
21782 * follow.el (follow-debug-message, follow-redisplay):
21783 * jka-cmpr-hook.el (with-auto-compression-mode):
21784 Fix typos in docstrings.
21785
21786 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
21787
21788 * subr.el (with-silent-modifications): Clarify somewhat what the
21789 macro inhibits (bug#6525).
21790
21791 * simple.el (eval-expression): Note what it does if called
21792 interactively (bug#6495).
21793
21794 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
21795
21796 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
21797 Use pop-to-buffer buffer-or-name if it is nil.
21798
21799 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
21800 Remove switch-to-buffer.
21801
21802 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
21803
21804 * files.el (make-directory): Clarify that an error will be raised
21805 if there's an error (bug#6397).
21806
21807 * startup.el (initial-buffer-choice): Add `none' as a choice
21808 (bug#6234).
21809
21810 * subr.el (add-hook): Clarify section about buffer-local hooks
21811 (bug#6218).
21812
21813 * dired.el (dired-flagged): Clarify doc string (bug#6117).
21814
21815 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
21816
21817 * tabify.el (untabify): Preserve the current column so that point
21818 doesn't move (bug#6032).
21819
21820 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
21821
21822 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
21823 Rewrite to avoid awkward possessive "s" (bug#5986).
21824
21825 2011-07-13 Glenn Morris <rgm@gnu.org>
21826
21827 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
21828 (dired-insert-directory): Give a message the first time
21829 if ls is found not to support --dired.
21830
21831 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
21832
21833 * simple.el (toggle-truncate-lines): Clarify what is toggled
21834 (bug#5580). Text by Drew Adams.
21835
21836 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
21837
21838 * simple.el (blink-matching-open): Make the error message from the
21839 last change less verbose.
21840
21841 2011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
21842
21843 * font-lock.el (font-lock-comment-face): Use the high contrast
21844 "yellow" color for font-lock-comment-face on low color terminals
21845 using a dark background color (bug#4221).
21846
21847 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
21848
21849 * dired.el (dired-insert-set-properties): Make the doc string
21850 reflect what it does now (bug#5325).
21851
21852 * simple.el (blink-matching-open): Say that we were unable to find
21853 the match within the limit, if we're limited (bug#5122).
21854
21855 * international/mule-cmds.el (prefer-coding-system): Add an
21856 example (bug#4869).
21857
21858 * progmodes/etags.el (tags-search): Document `file-list-form'
21859 (bug#4731).
21860
21861 2011-07-13 Lawrence Mitchell <wence@gmx.li>
21862
21863 * net/browse-url.el (browse-url-default-browser)
21864 (browse-url-browser-function): Make the default browser choice a
21865 bit more logical (bug#4300). Also clean up the doc string.
21866
21867 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
21868
21869 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
21870 binary endings (bug#4440).
21871
21872 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
21873
21874 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
21875 which can be pretty annoying (bug#8971).
21876
21877 * jka-compr.el (jka-compr-verbose): New variable, and use
21878 throughout (bug#8971).
21879
21880 * info.el (Info-find-file): Fall back on the installation
21881 directory if we can't find the info node anywhere else.
21882
21883 2011-07-13 Sergei Organov <osv@javad.com> (tiny change)
21884
21885 * vc/vc.el (vc-revert-file):
21886 Don't set file time-stamp in the past. (Bug#5181)
21887
21888 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
21889
21890 * files.el (after-find-file): Give a better error message when
21891 trying to find a symlink that points to a file that doesn't exist
21892 (bug#4398).
21893
21894 * progmodes/cc-vars.el: Remove (probably) misleading comment
21895 (bug#4396).
21896
21897 2011-07-12 Johan Bockgård <bojohan@gnu.org>
21898
21899 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
21900
21901 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
21902
21903 * mouse-sel.el: Hack restoring functionality, while keeping
21904 compatibility with 2010-07-03 changes to mouse selection.
21905 (mouse-sel-primary-overlay): New var.
21906 (mouse-sel-selection-alist): Use it.
21907 (mouse-sel-mode): Doc fix; remove points that are default features
21908 of mouse.el.
21909
21910 2011-07-12 Johan Bockgård <bojohan@gnu.org>
21911
21912 * progmodes/compile.el (compilation-error-regexp-alist-alist):
21913 Fix previous fix (bug#2490).
21914
21915 2011-07-12 Roland Winkler <winkler@gnu.org>
21916
21917 * textmodes/bibtex.el (bibtex-initialize):
21918 Use pop-to-buffer-same-window.
21919 (bibtex-search-entries): Fix interactive call.
21920
21921 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
21922
21923 * progmodes/compile.el (compilation-error-regexp-alist-alist):
21924 Fontise bytecomp Error lines more correctly (bug#2490).
21925 Fix suggested by Johan Bockgård.
21926
21927 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
21928
21929 * dired-x.el (dired-guess-default): Use `delete-dups'.
21930
21931 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
21932
21933 * dired.el (dired-mark-prompt):
21934 * dired-aux.el (dired-read-shell-command): Doc fix.
21935
21936 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
21937
21938 * mail/sendmail.el (sendmail-query-once):
21939 Use `customize-save-variable' unconditionally, now that it works under
21940 emacs -Q.
21941
21942 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
21943
21944 * cus-edit.el (custom-file): Take an optional no-error variable.
21945 (customize-save-variable): Set the variable, and give a warning if
21946 running under "emacs -q".
21947
21948 2011-07-11 Juanma Barranquero <lekktu@gmail.com>
21949
21950 * loadhist.el (unload-feature-special-hooks):
21951 Add `auto-coding-functions', `fill-nobreak-predicate' and
21952 `find-directory-functions' (bug#5327).
21953
21954 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
21955
21956 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
21957
21958 * cus-edit.el (custom-guess-name-alist): -alist variables should
21959 use the `alist' type (bug#3120). Suggested by Drew Adams.
21960
21961 * printing.el: Add documentation to all the `pr-toggle-' commands.
21962
21963 2011-07-11 Leo Liu <sdl.web@gmail.com>
21964
21965 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
21966 backends where it makes sense (bug#2623).
21967
21968 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
21969
21970 * dired-x.el (dired-guess-default): Remove duplicate shell command
21971 entries (bug#2028).
21972 (dired-guess-default): Fix grammar in doc string (bug#2028).
21973 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
21974
21975 * subr.el (remove-duplicates): New conveniency function.
21976
21977 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
21978
21979 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
21980 (bug#1526).
21981
21982 2011-07-10 Martin Rudalics <rudalics@gmx.at>
21983
21984 * window.el (display-buffer-normalize-default): Don't invert
21985 meaning of even-window-heights. Reported by Eli Zaretskii
21986 <eliz@gnu.org>.
21987
21988 2011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
21989
21990 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
21991
21992 2011-07-10 Chong Yidong <cyd@stupidchicken.com>
21993
21994 * window.el (display-buffer): Fix arguments to
21995 display-buffer-reuse-window in last change.
21996
21997 * faces.el (link): Use a less saturated blue on light backgrounds.
21998
21999 * startup.el (fancy-startup-text, fancy-about-text)
22000 (fancy-startup-tail): Use font-lock faces, for background safety.
22001
22002 2011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
22003
22004 * emulation/viper-cmd.el (viper-change-state-to-vi):
22005 Limit triggering of abbrev expansion (Bug#9038).
22006
22007 2011-07-09 Martin Rudalics <rudalics@gmx.at>
22008
22009 * window.el (display-buffer-default-specifiers): Remove.
22010 (display-buffer-macro-specifiers): Remove default specifiers.
22011 (display-buffer-alist): Default to nil.
22012 (display-buffer-reuse-window): New optional argument other-window.
22013 (display-buffer-pop-up-window): Allow splitting internal
22014 windows. Check whether a live window was created.
22015 (display-buffer-other-window-means-other-frame)
22016 (display-buffer-normalize-arguments): Rename to
22017 display-buffer-normalize-argument and rewrite. Set the
22018 other-window specifier.
22019 (display-buffer-normalize-special): New function.
22020 (display-buffer-normalize-options): Rename to
22021 display-buffer-normalize-default and rewrite.
22022 (display-buffer-normalize-options-inhibit): Remove.
22023 (display-buffer-normalize-specifiers): Rewrite.
22024 (display-buffer): Process other-window specifier and call
22025 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
22026 more faithfully.
22027 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
22028 (display-buffer-alist-set): Don't handle 'unset default values.
22029 (display-buffer-in-window, display-buffer-alist-set):
22030 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
22031 <tassilo@member.fsf.org>.
22032
22033 2011-07-09 Leo Liu <sdl.web@gmail.com>
22034
22035 * register.el (insert-register): Restore accidental change on
22036 2011-06-26. (Bug#9028)
22037
22038 2011-07-09 Glenn Morris <rgm@gnu.org>
22039
22040 * subr.el (remq): Handle the empty list. (Bug#9024)
22041
22042 2011-07-08 Andreas Schwab <schwab@linux-m68k.org>
22043
22044 * mail/sendmail.el (send-mail-function): No longer delay custom
22045 initialization.
22046 * custom.el (custom-initialize-delay): Doc fix.
22047
22048 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
22049
22050 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
22051
22052 2011-07-08 Michael Albinus <michael.albinus@gmx.de>
22053
22054 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
22055 human-friendly prompt.
22056
22057 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
22058
22059 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
22060 provided by a particular plugin.
22061
22062 2011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
22063
22064 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
22065 save customizations (with "emacs -Q"), just set the variable
22066 instead of erroring out.
22067
22068 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
22069
22070 2011-07-08 Juri Linkov <juri@jurta.org>
22071
22072 * arc-mode.el (archive-zip-expunge, archive-zip-update)
22073 (archive-zip-update-case): Use 7z if found by `executable-find'.
22074 The order of searching the available programs is the same as in
22075 `archive-zip-extract' (bug#8968).
22076
22077 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
22078
22079 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
22080 (menu-bar-options-menu): Tweak descriptions.
22081
22082 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
22083
22084 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
22085 menu items into verb phrases (bug#1421). Also refill to fit under
22086 80 columns.
22087
22088 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
22089
22090 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
22091 (Info-read-node-name): Doc fix (Bug#1084).
22092
22093 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
22094 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
22095 (end-of-sexp, beginning-of-sexp)
22096 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
22097 (forward-symbol, forward-same-syntax, word-at-point)
22098 (sentence-at-point): Doc fix (Bug#1144).
22099
22100 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
22101
22102 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
22103 should cover it (bug#1281).
22104
22105 * cus-edit.el (custom-show): Mark as obsolete.
22106
22107 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
22108 negotiation fails, then possibly try again with a non-encrypted
22109 connection (bug#9017).
22110
22111 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
22112 be used.
22113
22114 2011-07-07 Richard Stallman <rms@gnu.org>
22115
22116 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
22117 property, and handle its changed format.
22118 Look for the correct line number.
22119 Use file's line contents (but not past first =) to find
22120 correct line in message.
22121
22122 2011-07-07 Kenichi Handa <handa@m17n.org>
22123
22124 * international/characters.el (build-unicode-category-table):
22125 Delete it.
22126 (unicode-category-table): Set it by unicode-property-table-internal.
22127
22128 * international/mule-cmds.el (char-code-property-alist): Move to
22129 to src/chartab.c.
22130 (get-char-code-property): Call unicode-property-table-internal to
22131 load a file. Call get-unicode-property-internal where necessary.
22132 (put-char-code-property): Call unicode-property-table-internal to
22133 load a file. Call put-unicode-property-internal where necessary.
22134 put-unicode-property-internal where necessary.
22135 (char-code-property-description):
22136 Call unicode-property-table-internal to load a file.
22137
22138 * international/charprop.el:
22139 * international/uni-bidi.el:
22140 * international/uni-category.el:
22141 * international/uni-combining.el:
22142 * international/uni-comment.el:
22143 * international/uni-decimal.el:
22144 * international/uni-decomposition.el:
22145 * international/uni-digit.el:
22146 * international/uni-lowercase.el:
22147 * international/uni-mirrored.el:
22148 * international/uni-name.el:
22149 * international/uni-numeric.el:
22150 * international/uni-old-name.el:
22151 * international/uni-titlecase.el:
22152 * international/uni-uppercase.el: Regenerate.
22153
22154 * loadup.el: Load international/charprop.el before
22155 international/characters.
22156
22157 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
22158
22159 * window.el (next-buffer, previous-buffer): Signal an error if
22160 called from a minibuffer window.
22161
22162 * bindings.el: Revert 2011-07-04 change.
22163
22164 2011-07-06 Richard Stallman <rms@gnu.org>
22165
22166 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
22167 (rmail-mime-insert-bulk, rmail-mime-insert-text):
22168 Treat markers like ints.
22169 (rmail-mime-entity): Doc fix.
22170
22171 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
22172
22173 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
22174 defcustom again for backwards compatibility.
22175
22176 * simple.el (shell-command-on-region): Fill.
22177
22178 * dired-aux.el (dired-kill-line): Add a doc string.
22179
22180 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
22181 to "\\sw\\|\\s_" (bug#358).
22182
22183 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
22184 (dired-unmark-backward): Ditto.
22185 (dired-flag-backup-files): Ditto.
22186
22187 * dired-x.el (dired-mark-sexp): Ditto.
22188
22189 2011-07-06 Richard Stallman <rms@gnu.org>
22190
22191 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
22192 (rmail-mime-entity): New arg TRUNCATED.
22193 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
22194 New functions.
22195 (rmail-mime-save): Warn if entity is truncated.
22196 (rmail-mime-toggle-hidden): Likewise, for showing.
22197 (rmail-mime-process-multipart): Record when an entity is truncated.
22198
22199 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
22200 if ENTITY is a string.
22201
22202 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
22203
22204 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
22205 of faces when `M-C-x'-ing their definitions (bug#8378).
22206 Also clean up the code slightly.
22207
22208 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
22209 because that makes the colors go away.
22210
22211 * mail/sendmail.el (send-mail-function): Change the default to
22212 `sendmail-query-once'.
22213 (sendmail-query-once): Add an autoload cookie.
22214
22215 * net/network-stream.el (network-stream-open-starttls): Try using
22216 a plain connection even if the server offered STARTTLS, and we
22217 kinda wanted to use it, if Emacs doesn't have any STARTTLS
22218 capability. This should make smtpmail.el work in slightly more
22219 configurations.
22220
22221 2011-07-06 Michael Albinus <michael.albinus@gmx.de>
22222
22223 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
22224 New defun.
22225 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
22226
22227 2011-07-06 Michael R. Mauger <mmaug@yahoo.com>
22228
22229 * progmodes/sql.el: Version 3.0
22230 (sql-product-alist): Add product :completion-object,
22231 :completion-column, and :statement attributes.
22232 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
22233 (sql-mode-syntax-table): Mark all punctuation.
22234 (sql-font-lock-keywords-builder): Temporarily remove fallback on
22235 ansi keywords.
22236 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
22237 (sql-mode-oracle-font-lock-keywords): Improve.
22238 (sql-oracle-show-reserved-words): New function for development.
22239 (sql-product-font-lock): Simplify for source code buffers.
22240 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
22241 New functions.
22242 (sql-highlight-product): Set product specific syntax table.
22243 (sql-mode-map): Add statement movement functions.
22244 (sql-ansi-statement-starters, sql-oracle-statement-starters):
22245 New variable.
22246 (sql-statement-regexp, sql-beginning-of-statement)
22247 (sql-end-of-statement, sql-signum): New functions.
22248 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
22249 (sql-show-sqli-buffer): Bug fix.
22250 (sql-interactive-mode): Store connection data as buffer local.
22251 (sql-connect): Add NEW-NAME parameter. Redesign interaction
22252 with sql-interactive-mode.
22253 (sql-save-connection): Save buffer local settings.
22254 (sql-connection-menu-filter): Change menu entry name.
22255 (sql-product-interactive): Bug fix.
22256 (sql-preoutput-hold): New variable.
22257 (sql-interactive-remove-continuation-prompt): Bug fixes.
22258 (sql-debug-redirect): New variable.
22259 (sql-str-literal): New function.
22260 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
22261 Redesign.
22262 (sql-oracle-save-settings, sql-oracle-restore-settings)
22263 (sql-oracle-list-all, sql-oracle-list-table): New functions.
22264 (sql-completion-object, sql-completion-column)
22265 (sql-completion-sqlbuf): New variables.
22266 (sql-build-completions-1, sql-build-completions)
22267 (sql-try-completion): New functions.
22268 (sql-read-table-name): Use them.
22269 (sql-contains-names): New buffer local variable.
22270 (sql-list-all, sql-list-table): Use it.
22271 (sql-oracle-completion-types): New variable.
22272 (sql-oracle-completion-object, sql-sqlite-completion-object)
22273 (sql-postgres-completion-object): New functions.
22274
22275 2011-07-06 Glenn Morris <rgm@gnu.org>
22276
22277 * window.el (pop-to-buffer): Doc fix.
22278
22279 2011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
22280
22281 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
22282
22283 2011-07-06 Chong Yidong <cyd@stupidchicken.com>
22284
22285 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
22286
22287 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
22288
22289 2011-07-05 Chong Yidong <cyd@stupidchicken.com>
22290
22291 * button.el (button): Inherit from link face. Suggested by Dan
22292 Nicolaescu.
22293
22294 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
22295
22296 * progmodes/gdb-mi.el: Fit in 80 columns.
22297 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
22298 switch-to-buffer.
22299
22300 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
22301 if imenu is simply not configured (bug#8941).
22302
22303 2011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
22304
22305 * allout.el (allout-post-undo-hook): New allout outline-change
22306 event hook to signal undo activity.
22307 (allout-post-command-business): Run allout-post-undo-hook if an
22308 undo just occurred.
22309 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
22310 * allout-widgets.el (allout-widgets-after-undo-function):
22311 Ensure the integrity of the current item's decoration after it has been
22312 in the vicinity of an undo.
22313 (allout-widgets-mode): Include allout-widgets-after-undo-function
22314 on the new allout-post-undo-hook.
22315
22316 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
22317
22318 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
22319 Let define-derived-mode define it.
22320 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
22321 cycles of abbrev-table inheritance (bug#8998).
22322
22323 2011-07-05 Roland Winkler <winkler@gnu.org>
22324
22325 * textmodes/bibtex.el: Add support for biblatex.
22326 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
22327 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
22328 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
22329 (bibtex-entry-alist, bibtex-field-alist): New variables.
22330 (bibtex-entry-field-alist): Obsolete alias for
22331 bibtex-BibTeX-entry-alist.
22332 (bibtex-entry-alist, bibtex-field-alist): New widgets.
22333 (bibtex-set-dialect): New command.
22334 (bibtex-entry-type, bibtex-entry-head)
22335 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
22336 Bind via bibtex-set-dialect.
22337 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
22338 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
22339 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
22340 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
22341 Define via bibtex-set-dialect.
22342 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
22343 Obey bibtex-no-opt-remove-re.
22344 (bibtex-vec-push, bibtex-vec-incr): New functions.
22345 (bibtex-format-entry, bibtex-field-list)
22346 (bibtex-print-help-message, bibtex-validate)
22347 (bibtex-search-entries): Use new format of bibtex-entry-alist.
22348
22349 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
22350
22351 * progmodes/compile.el (compilation-goto-locus):
22352 * net/tramp-cmds.el (tramp-append-tramp-buffers):
22353 * bs.el (bs-cycle-next, bs-cycle-previous):
22354 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
22355 * bindings.el (mode-line-other-buffer):
22356 * autoinsert.el (auto-insert):
22357 * arc-mode.el (archive-extract):
22358 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
22359
22360 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
22361
22362 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
22363 Fix check of `emacs-lock-unlockable-modes'.
22364 Coerce true values of `emacs-lock--try-unlocking' to t.
22365
22366 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
22367
22368 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
22369 * emacs-lock.el: New file.
22370
22371 2011-07-05 Julien Danjou <julien@danjou.info>
22372
22373 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
22374 than `boundp' to check if face is set.
22375
22376 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
22377
22378 * register.el (registerv-make):
22379 * window.el (window-min-height): Fix typos in docstrings.
22380
22381 2011-07-05 Jan Djärv <jan.h.d@swipnet.se>
22382
22383 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
22384 Update doc string.
22385
22386 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
22387
22388 * server.el (server-execute): Catch quit and call
22389 `server-return-error' to pass the error back to emacsclient and
22390 close the connection (bug#8942).
22391
22392 2011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
22393
22394 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
22395 insecure exception for current topic. Also note that auto-saves
22396 are handled differently.
22397
22398 (allout-auto-save-temporarily-disabled, allout-just-did-undo):
22399 State variables for tracking auto-save inhibition situation.
22400
22401 (allout-write-contents-hook-handler): Rename from
22402 'allout-write-file-hook-handler', and describe how it depends on
22403 write-contents-functions sensitivity to non-nil value to prevent
22404 file write.
22405
22406 (allout-auto-save-hook-handler): Remove. auto-save does not check
22407 this in individual buffers, only in the starting buffer, so this
22408 is not the right way for us to inhibit auto-save in a buffer
22409 according to its condition.
22410
22411 (allout-mode): Use new allout-write-contents-hook-handler, and
22412 only with write-contents-functions. Remove auto-save provisions -
22413 they're implemented elsewhere.
22414
22415 (allout-before-change-handler): If undo is in progress, note that
22416 for attention of allout-post-command-business.
22417
22418 (allout-post-command-business): If the command we're following was
22419 an undo, check for change in the status of encrypted items and
22420 adjust auto-save inhibitions accordingly.
22421
22422 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
22423 according to whether there are or aren't any plain-text topics
22424 pending encryption.
22425
22426 (allout-inhibit-auto-save-info-for-decryption):
22427 Adjust buffer-saved-size and some allout state to inhibit auto-saves
22428 if there are plain-text topics pending encryption.
22429
22430 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
22431 buffer-saved-size and some allout state to not inhibit auto-saves
22432 if there are no longer any plain-text topics pending encryption.
22433
22434 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
22435 No longer provide for exemption of the current topic.
22436
22437 2011-07-04 Juri Linkov <juri@jurta.org>
22438
22439 Add 7z operations to delete and save changed members (bug#8968).
22440 * arc-mode.el (archive-7z-expunge, archive-7z-update):
22441 New defcustoms.
22442 (archive-7z-write-file-member): New function.
22443 (archive-7z-summarize): Fix the number of dashes in the
22444 listing output.
22445
22446 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
22447
22448 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
22449 (bug#8958).
22450
22451 2011-07-04 Chong Yidong <cyd@stupidchicken.com>
22452
22453 * bindings.el: Ignore next-buffer and previous-buffer in
22454 minibuffer-local-map.
22455
22456 * font-lock.el (font-lock-builtin-face): Change light background
22457 color to dark slate blue (Bug#6693).
22458
22459 2011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
22460
22461 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
22462
22463 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
22464
22465 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
22466 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
22467 Add switch-to-buffer.
22468
22469 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
22470
22471 * isearch.el (isearch-search-fun-function): Clarify further the
22472 meaning of the function returned.
22473
22474 2011-07-04 Michael Albinus <michael.albinus@gmx.de>
22475
22476 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
22477
22478 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
22479 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
22480 Use it.
22481 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
22482 `tramp-default-remote-path' does not exist.
22483 (tramp-send-command-and-read): New optional argument NOERROR.
22484 (tramp-open-connection-setup-interactive-shell)
22485 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
22486 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
22487 (tramp-process-sentinel): Flush also process' connection property.
22488 (tramp-sh-handle-start-file-process): Do not set process
22489 sentinel. It is done now ...
22490 (tramp-maybe-open-connection): ... here. (Bug#8929)
22491
22492 2011-07-04 MON KEY <monkey@sandpframing.com>
22493
22494 * play/animate.el (animate-string): Doc fixes and allow changing
22495 the buffer name (bug#5417).
22496
22497 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
22498
22499 * play/animate.el (animation-buffer-name): Rename from *animate*.
22500
22501 2011-07-04 Paul Eggert <eggert@cs.ucla.edu>
22502
22503 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
22504 This is simpler and helps future-proof the code.
22505 (timer-until): Use time-subtract and float-time.
22506 (timer--time-less-p): Use time-less-p.
22507
22508 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
22509
22510 * type-break.el (timep): Use the value of `float-time' to avoid a
22511 byte-compiler warning.
22512
22513 * server.el (server-eval-and-print): Return any result, even nil.
22514
22515 2011-07-03 Paul Eggert <eggert@cs.ucla.edu>
22516
22517 * type-break.el: Accept time formats that the builtins accept.
22518 (timep, type-break-time-difference): Accept any format that
22519 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
22520 This is simpler and helps future-proof the code.
22521 (type-break-time-difference): Round rather than ignoring
22522 subseconds components.
22523
22524 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
22525
22526 * info.el (Info-apropos-matches): Make non-interactive, since it
22527 doesn't seem to do anything useful as a command (bug#8829).
22528
22529 2011-07-03 Chong Yidong <cyd@stupidchicken.com>
22530
22531 * frame.el (frame-background-mode, frame-set-background-mode):
22532 Move from faces.el.
22533 (frame-default-terminal-background): New function.
22534
22535 * custom.el (custom-push-theme): Don't record faces in `changed'
22536 theme; this doesn't work correctly for per-frame face settings.
22537 (disable-theme): Use face-set-after-frame-default to reset faces.
22538 (custom--frame-color-default): New function.
22539
22540 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
22541
22542 * dired.el (dired-flagging-regexp): Remove unused variable
22543 (bug#8769).
22544
22545 2011-03-29 Kevin Ryde <user42@zip.com.au>
22546
22547 * progmodes/compile.el (compilation-error-regexp-alist-alist):
22548 `perl-Test2' extend to match possible "fail #N" rep count
22549 (bug#8377).
22550
22551 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
22552
22553 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
22554 `smtpmail-via-smtp' now returns the error instead of nil.
22555
22556 * isearch.el (isearch-search-fun-function): Clarify the doc string
22557 (bug#8101).
22558
22559 2011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
22560
22561 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
22562 unnecessary spaces (bug#8987).
22563
22564 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
22565
22566 * net/network-stream.el (open-network-stream): Use the
22567 :end-of-capability command thoughout.
22568
22569 2011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
22570
22571 * net/network-stream.el (open-network-stream): Add the
22572 :end-of-capability command parameter, used by pop3.el.
22573
22574 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
22575
22576 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
22577
22578 * fringe.el (fringe-query-style): Remove redundant text " (type ?
22579 for list)" (bug#6475).
22580
22581 * files.el (file-expand-wildcards): Ignore non-readable
22582 sub-directories while trying to find matches instead of signaling
22583 an error (bug#6297).
22584
22585 * man.el (Man-reference-regexp): Allow matching possible
22586 word-wrapped references (bug#6289).
22587
22588 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
22589 for consistency with the other vc buffers (bug#6197).
22590 (vc-checkin): Ditto.
22591
22592 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
22593
22594 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
22595
22596 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
22597
22598 * custom.el (defcustom): Clarify that :set is only used in the
22599 Customize user interface (bug#6089).
22600
22601 * progmodes/flymake.el (flymake-mode): If the buffer isn't
22602 associated with a file, refuse to run instead of erroring out
22603 (bug#6084).
22604
22605 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
22606 the doc string, since it appears that using `fill-column' always
22607 controls the width (bug#7845).
22608
22609 * simple.el (shell-command-on-region): Say where the error output
22610 went if `shell-command-default-error-buffer' is set (bug#6857).
22611
22612 2011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
22613
22614 * allout.el (allout-yank-processing): Adjust cursor position for
22615 backwards-deleted space.
22616
22617 (allout-rebullet-heading): Register changes with
22618 allout-exposure-changed-hook, so the modified topic is properly
22619 decorated.
22620
22621 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
22622
22623 * minibuffer.el (completion-in-region): Document PREDICATE
22624 (bug#7136).
22625
22626 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
22627 of keyword/argument pairs (bug#6904).
22628
22629 * replace.el (multi-occur):
22630 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
22631
22632 2011-07-02 Drew Adams <drew.adams@oracle.com>
22633
22634 * dired.el (dired-mark-if): Make the message about whether it's
22635 marking or unmarking clearer (bug#8523).
22636
22637 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
22638
22639 * disp-table.el (display-table-print-array): New function.
22640 (describe-display-table): Use it to print the vectors more pretty
22641 (Bug#8859).
22642
22643 2011-07-02 Martin Rudalics <rudalics@gmx.at>
22644
22645 * window.el (window-state-get-1): Don't assign clone numbers.
22646 Add clone-of item to list of window parameters.
22647 (window-state-put-2): Don't process clone numbers.
22648 (display-buffer-alist): Fix doc-string.
22649
22650 2011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
22651
22652 * subr.el (remq): Don't allocate if it's not needed.
22653 (keymap--menu-item-binding, keymap--menu-item-with-binding)
22654 (keymap--merge-bindings): New functions.
22655 (keymap-canonicalize): Use them to refine the canonicalization.
22656 * minibuffer.el (minibuffer-local-completion-map)
22657 (minibuffer-local-must-match-map): Move initialization from C.
22658 (minibuffer-local-filename-completion-map): Move initialization from C;
22659 don't inherit from anything here.
22660 (minibuffer-local-filename-must-match-map): Make obsolete.
22661 (completing-read-default): Use make-composed-keymap to combine
22662 minibuffer-local-filename-completion-map with either
22663 minibuffer-local-must-match-map or
22664 minibuffer-local-filename-completion-map.
22665
22666 2011-07-01 Glenn Morris <rgm@gnu.org>
22667
22668 * type-break.el (type-break-time-sum): Use dolist.
22669
22670 * textmodes/flyspell.el (flyspell-word-search-backward):
22671 Replace CL function.
22672
22673 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
22674
22675 * mouse.el (mouse--strip-first-event): New function.
22676 (function-key-map): Use it to map fringe clicks to normal clicks
22677 by default.
22678
22679 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
22680 (vc-bzr-revision-completion-table): Add support for annotate and date.
22681
22682 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
22683 inherit from parent.
22684
22685 2011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
22686
22687 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
22688 (dired-show-file-type): Doc fixup (bug#8818).
22689
22690 * dired.el (dired-mode): Fix up the doc string as suggested by
22691 Drew Adams (bug#8817).
22692
22693 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
22694 cookie, since the manual says that it should be possible to add
22695 this function to `find-file-hook' (bug#8709).
22696
22697 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
22698
22699 * progmodes/cfengine.el: Moved all cfengine3.el functionality
22700 here. Noted Ted Zlatanov as the maintainer.
22701 (cfengine-common-settings, cfengine-common-syntax): New functions
22702 to set up common things between `cfengine-mode' and
22703 `cfengine3-mode'.
22704 (cfengine3-mode): New mode.
22705 (cfengine3-defuns cfengine3-defuns-regex
22706 (cfengine3-class-selector-regex cfengine3-category-regex)
22707 (cfengine3-vartypes cfengine3-font-lock-keywords)
22708 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
22709 (cfengine3-indent-line): Add from cfengine3.el.
22710
22711 2011-07-01 Michael Albinus <michael.albinus@gmx.de>
22712
22713 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
22714
22715 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
22716
22717 2011-07-01 Martin Rudalics <rudalics@gmx.at>
22718
22719 * window.el (same-window-buffer-names, same-window-regexps)
22720 (same-window-p, special-display-frame-alist)
22721 (special-display-popup-frame, special-display-function)
22722 (special-display-buffer-names, special-display-regexps)
22723 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
22724 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
22725 (split-window-preferred-function, split-height-threshold)
22726 (split-width-threshold, even-window-heights)
22727 (display-buffer-mark-dedicated, window-splittable-p)
22728 (split-window-sensibly, window-safely-shrinkable-p):
22729 Un-obsolete.
22730 (display-buffer): Don't spread args with function specifier
22731 because special-display-popup-frame won't like it.
22732
22733 2011-07-01 Paul Eggert <eggert@cs.ucla.edu>
22734
22735 Time-stamp simplifications and fixes.
22736 These improve accuracy slightly, and future-proof the code
22737 against some potential changes to current-time format.
22738
22739 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
22740 by using time-since and float-time.
22741
22742 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
22743 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
22744 + NNN microseconds".
22745
22746 * type-break.el (type-break-time-sum): Rewrite using time-add.
22747
22748 * play/hanoi.el (hanoi-current-time-float): Remove.
22749 All uses replaced by float-time.
22750
22751 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
22752 This yields a more-accurate answer.
22753 (rng-time-to-float): Remove; no longer needed.
22754
22755 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
22756
22757 * calendar/timeclock.el (timeclock-seconds-to-time):
22758 Defalias to seconds-to-time, since they're the same thing.
22759
22760 * emacs-lisp/elp.el (elp-elapsed-time):
22761 * emacs-lisp/benchmark.el (benchmark-elapse):
22762 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
22763
22764 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
22765
22766 * window.el (bury-buffer): Don't iconify the only frame.
22767 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
22768 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
22769
22770 2011-07-01 Chong Yidong <cyd@stupidchicken.com>
22771
22772 * eshell/em-smart.el (eshell-smart-display-navigate-list):
22773 Add mouse-yank-primary.
22774
22775 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
22776
22777 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
22778
22779 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
22780
22781 * emacs-lisp/find-func.el (find-library--load-name): New fun.
22782 (find-library-name): Use it to find relative load names when provided
22783 absolute file name (bug#8803).
22784
22785 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
22786
22787 * textmodes/flyspell.el (flyspell-word): Consider words that
22788 differ only in case as potential doublons (bug#5687).
22789
22790 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
22791 Remove two rather uninteresting debugging-like messages to make
22792 debbugs.el more silent.
22793
22794 * comint.el (comint-password-prompt-regexp): Accept "Response" as
22795 a password-like phrase.
22796
22797 2011-06-30 Masatake YAMATO <yamato@redhat.com>
22798
22799 * progmodes/cc-guess.el: New file.
22800
22801 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
22802
22803 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
22804 derived from `c-basic-common-init'.
22805
22806 * progmodes/cc-mode.el (top-level): Require cc-guess.
22807 (c-basic-common-init): Use `cc-choose-style-for-mode'.
22808
22809 2011-06-30 Lawrence Mitchell <wence@gmx.li>
22810
22811 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
22812
22813 2011-06-30 Alan Mackenzie <acm@muc.de>
22814
22815 * progmodes/cc-engine.el (c-guess-continued-construct):
22816 Correct the handling of template-args-cont, particularly for when font
22817 lock is disabled. Name this case as "CASE G".
22818
22819 2011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
22820
22821 * allout.el (allout-yank-processing): Fix injection of extra space
22822 between bullet and non-whitespace character in first topic when
22823 pasting, ensuring that the actual spacing in the pasted topic
22824 following the bullet char is preserved. This extra space was
22825 causing pasted encrypted topics to get a decrypted status even
22826 when the content was actually still encrypted. Now the decryption
22827 status from before the paste is preserved.
22828
22829 (allout-flag-region): Set all allout overlays so they evaporate
22830 when reduced to zero length (evanescent), to prevent overlay
22831 leakage.
22832
22833 2011-06-30 Glenn Morris <rgm@gnu.org>
22834
22835 * w32-fns.el (w32-charset-info-alist): Declare.
22836
22837 * find-dired.el (find-grep-options): Simplify.
22838
22839 * term/ns-win.el (ns-set-resource): Declare.
22840
22841 * ses.el (row, col): Declare dynamic variables honestly.
22842
22843 * textmodes/reftex-parse.el (index-tags): Declare.
22844
22845 2011-06-30 Chong Yidong <cyd@stupidchicken.com>
22846
22847 * cus-edit.el (customize-push-and-save): New function.
22848
22849 * files.el (hack-local-variables-confirm): Use it.
22850
22851 * custom.el (load-theme): New arg NO-CONFIRM.
22852 Use customize-push-and-save (Bug#8720).
22853 (custom-enabled-themes): Doc fix.
22854
22855 * cus-theme.el (customize-create-theme)
22856 (custom-theme-merge-theme): Callers to load-theme changed.
22857
22858 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
22859
22860 * thingatpt.el (thing-at-point-short-url-regexp): Require that
22861 short URLs have at least one dot in them (bug #7614).
22862
22863 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
22864 nil, because using a pty is apparently too slow (bug #895).
22865
22866 2011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
22867
22868 * mail/sendmail.el (sendmail-query-once): New function.
22869 (sendmail-query-once-function): New variable.
22870
22871 2011-06-29 Glenn Morris <rgm@gnu.org>
22872
22873 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
22874
22875 * ses.el (top-level): Require cl when compiling.
22876 (ses-set-localvars): Fix error statement.
22877 Call it at compile time to silence a storm of warnings.
22878
22879 2011-06-29 Martin Rudalics <rudalics@gmx.at>
22880
22881 * window.el (normalize-live-buffer): Rename to
22882 window-normalize-buffer.
22883 (normalize-live-frame): Rename to window-normalize-frame.
22884 (normalize-any-window): Rename to window-normalize-any-window.
22885 (normalize-live-window): Rename to window-normalize-live-window.
22886 (make-window-atom): Rename to window-make-atom.
22887 (window-resize-reset): Rename to window--resize-reset.
22888 (window-resize-reset-1): Rename to window--resize-reset-1.
22889 (resize-mini-window): Rename to window--resize-mini-window.
22890 (resize-subwindows-skip-p): Rename to
22891 window--resize-subwindows-skip-p.
22892 (resize-subwindows-normal): Rename to
22893 window--resize-subwindows-normal.
22894 (resize-subwindows): Rename to window--resize-subwindows.
22895 (resize-other-windows): Rename to window--resize-siblings.
22896 (resize-this-window): Rename to window--resize-this-window.
22897 (resize-root-window): Rename to window--resize-root-window.
22898 (resize-root-window-vertically): Rename to
22899 window--resize-root-window-vertically.
22900 (normalize-buffer-to-display): Rename to
22901 window-normalize-buffer-to-display.
22902 (normalize-buffer-to-switch-to): Rename to
22903 window-normalize-buffer-to-switch-to.
22904 Correspondingly update all callers of the functions listed
22905 above.
22906 (display-buffer-alist, display-buffer-normalize-arguments)
22907 (display-buffer-normalize-options, display-buffer)
22908 (display-buffer-alist-set): Use "function" instead of
22909 "fun-with-args".
22910
22911 2011-06-28 Chong Yidong <cyd@stupidchicken.com>
22912
22913 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
22914 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
22915 debbugs.gnu.org. Mention acknowledgment email.
22916
22917 2011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
22918
22919 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
22920 buffer multibyteness, since it shouldn't matter.
22921
22922 2011-06-28 Martin Rudalics <rudalics@gmx.at>
22923
22924 * window.el (display-buffer-in-side-window): Handle dedicated
22925 windows as in display-buffer-reuse-window.
22926 (display-buffer-normalize-alist): Use value of override
22927 specifier.
22928 (display-buffer-normalize-specifiers): Use value of
22929 other-window-means-other-frame specifier.
22930 (display-buffer-alist): Rewrite some texts in widgets.
22931 (display-buffer): Spread arguments when calling function
22932 specified by fun-with-args.
22933
22934 2011-06-28 Deniz Dogan <deniz@dogan.se>
22935
22936 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
22937 Unnest `let'.
22938
22939 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
22940 selectors (Bug#5732).
22941 (css-proprietary-nmstart-re): Use `regexp-opt'.
22942
22943 2011-06-27 Jari Aalto <jari.aalto@cante.net>
22944
22945 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
22946 (eshell-ls-date-format): New defcustom.
22947 (eshell-ls-file): Use it.
22948
22949 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
22950
22951 * help-fns.el (describe-variable): Fix message for terminal-local vars.
22952
22953 2011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
22954
22955 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
22956 (ange-ftp-make-tmp-name): New arg.
22957 (ange-ftp-file-local-copy): Use it.
22958
22959 2011-06-27 Jambunathan K <kjambunathan@gmail.com>
22960
22961 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
22962 no-conversion (Bug#8870).
22963
22964 2011-06-27 Martin Rudalics <rudalics@gmx.at>
22965
22966 * window.el (window-right, window-left, window-child)
22967 (window-child-count, window-last-child)
22968 (window-iso-combination-p, walk-window-tree-1)
22969 (window-atom-check-1, window-tree-1, delete-window)
22970 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
22971 new naming conventions - window-vchild, window-hchild,
22972 window-next and window-prev are now called window-top-child,
22973 window-left-child, window-next-sibling and window-prev-sibling
22974 respectively.
22975 (resize-window-reset): Rename to window-resize-reset.
22976 (resize-window-reset-1): Rename to window-resize-reset-1.
22977 (resize-window): Rename to window-resize.
22978 (window-min-height, window-min-width)
22979 (resize-mini-window, resize-this-window, resize-root-window)
22980 (resize-root-window-vertically, adjust-window-trailing-edge)
22981 (enlarge-window, shrink-window, maximize-window)
22982 (minimize-window, delete-window, quit-restore-window)
22983 (split-window, balance-windows, balance-windows-area-adjust)
22984 (balance-windows-area, window-state-put-2)
22985 (display-buffer-even-window-sizes, display-buffer-set-height)
22986 (display-buffer-set-width, set-window-text-height)
22987 (fit-window-to-buffer): Rename all "resize-window" prefixed
22988 calls to use the "window-resize" prefix convention.
22989 (display-buffer-alist): Fix symbol for label specifier.
22990 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
22991 corresponding specifier.
22992 Reported by Juanma Barranquero <lekktu@gmail.com>.
22993
22994 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
22995
22996 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
22997 convention.
22998 (ses-call-printer): Does not pass an empty string to formatter when the
22999 cell is empty to keep from barking printer Calc math-format-value.
23000
23001 2011-06-27 Richard Stallman <rms@gnu.org>
23002
23003 * battery.el (battery-mode-line-limit): New variable.
23004 (battery-update): Handle it.
23005
23006 * mail/rmailmm.el (rmail-mime-process-multipart):
23007 Handle truncated messages.
23008
23009 2011-06-27 Glenn Morris <rgm@gnu.org>
23010
23011 * progmodes/flymake.el (flymake-err-line-patterns):
23012 Allow for column numbers in the ant/javac pattern. (Bug#8866)
23013
23014 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
23015
23016 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
23017 (ses--clean-!, ses--clean-_): New functions.
23018 (ses-range): Add configurability of readout order, and conversion
23019 to Calc vector.
23020
23021 * ses.el (ses-repair-cell-reference-all): New function.
23022 (ses-cell-symbol): Set macro as safe, so that it can be used in
23023 formulas.
23024
23025 * ses.el: Update cycle detection algorithm.
23026 (ses-localvars): Add ses--Dijkstra-attempt-nb and
23027 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
23028 (ses-set-localvars): New function.
23029 (ses-make-cell): Add property-list as a cell element.
23030 (ses-cell-property-get-fun, ses-cell-property-get)
23031 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
23032 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
23033 New functions.
23034 (ses-cell-property-set, ses-cell-property-pop)
23035 (ses-cell-property-get-handle): New macro.
23036 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
23037 New aliases, used for code readability.
23038 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
23039 cycle detection.
23040 (ses-self-reference-early-detection): New defcustom.
23041 (ses-formula-references): Robustify against self-referring cells.
23042 (ses-mode): Use ses-set-localvars.
23043 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
23044 before lauching the update processing.
23045 (ses-initialize-Dijkstra-attempt): New function.
23046 (ses-recalculate-cell): Update for cycle detection based on
23047 Dijkstra algorithm.
23048
23049 * ses.el: Fix commenting and indenting convention.
23050
23051 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
23052
23053 * bs.el (bs-cycle-next): Complete last change.
23054
23055 2011-06-27 Drew Adams <drew.adams@oracle.com>
23056
23057 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
23058
23059 2011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
23060
23061 * net/network-stream.el (network-stream-open-starttls):
23062 Don't re-get capabilities unless we've reestablished connection.
23063 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
23064
23065 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
23066 to binary to possibly avoid line encoding issues on Windows (among
23067 other things).
23068
23069 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
23070
23071 * net/network-stream.el (open-network-stream): Return an :error
23072 saying what the problem was, if possible.
23073
23074 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
23075 server.
23076
23077 * net/network-stream.el (network-stream-open-starttls): If we
23078 wanted to use STARTTLS, and the server offered it, but we weren't
23079 able to because we had no STARTTLS support, then close the connection.
23080 (open-network-stream): Return an :error element, if present.
23081
23082 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
23083
23084 * hl-line.el (hl-line-sticky-flag): Doc fix.
23085 (global-hl-line-sticky-flag): New option (Bug#8323).
23086 (global-hl-line-highlight): Obey it.
23087
23088 * vc/vc.el (vc-revert-show-diff): Default to t.
23089
23090 2011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
23091
23092 * allout-widgets.el (allout-widgets-post-command-business):
23093 Stop decorating intermediate isearch matches. They're not being
23094 undecorated when an isearch is continued past, and isearch
23095 automatically collapses them. This leads to "widget leaks", where
23096 decorated items accumulate in collapsed areas. Lines with lots of
23097 hidden widgets can slow down cursor travel, substantially.
23098 Too much complicated machinery would be needed to ensure undecoration,
23099 so we're doing without this nicety.
23100
23101 (allout-widgets-tally-string): Don't try to do a hash-table-count
23102 of allout-widgets-tally when it's nil. This eliminates spurious "Error
23103 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
23104 *Messages* when allout-widgets-maintain-tally is t.
23105
23106 2011-06-26 Martin Rudalics <rudalics@gmx.at>
23107
23108 * window.el (display-buffer-normalize-argument): Rename to
23109 display-buffer-normalize-arguments. Handle special meaning of
23110 LABEL argument. Respect special-display-function when popping up
23111 a new frame. Fix code searching for a window showing the buffer
23112 on another frame.
23113 (display-buffer-normalize-specifiers):
23114 Call display-buffer-normalize-arguments.
23115 (display-buffer-in-window): Don't undedicate the window if its
23116 buffer remains the same.
23117 Reported by Drew Adams <drew.adams@oracle.com>.
23118 (display-buffer-alist): Add choice for same-window macro
23119 specfier.
23120 (display-buffer): Mention special meaning of LABEL argument in
23121 doc-string. Fix quoting. Don't pop up a new frame even as
23122 fallback.
23123
23124 2011-06-26 Juanma Barranquero <lekktu@gmail.com>
23125
23126 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
23127 avoid deleting the current window in some cases (bug#8911).
23128
23129 2011-06-26 Andreas Schwab <schwab@linux-m68k.org>
23130
23131 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
23132 (Bug#8934)
23133
23134 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
23135
23136 * net/network-stream.el (network-stream-open-starttls):
23137 Use built-in TLS support if `gnutls-available-p' is true.
23138 (network-stream-open-tls): Ditto.
23139
23140 2011-06-26 Leo Liu <sdl.web@gmail.com>
23141
23142 * register.el (registerv): New struct.
23143 (registerv-make): New function.
23144 (jump-to-register, describe-register-1, insert-register):
23145 Support the jump-func, print-func and insert-func slot of a registerv
23146 struct. (Bug#8415)
23147
23148 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
23149
23150 * vc/vc.el (vc-revert-show-diff): New defcustom.
23151 (vc-diff-internal): New arg specifying diff buffer.
23152 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
23153 reuse an existing *vc-diff* buffer (Bug#8927).
23154
23155 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
23156
23157 2011-06-26 Glenn Morris <rgm@gnu.org>
23158
23159 * progmodes/f90.el (f90-critical-indent): New option.
23160 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
23161 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
23162 (f90-mode): Doc fix.
23163 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
23164 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
23165 (f90-beginning-of-block, f90-next-block, f90-indent-region)
23166 (f90-match-end): Handle block, critical.
23167
23168 2011-06-25 Glenn Morris <rgm@gnu.org>
23169
23170 * calendar/diary-lib.el (diary-included-files): Doc fix.
23171 (diary-include-files): New function, extracted from
23172 diary-include-other-diary-files and diary-mark-included-diary-files.
23173 (diary-include-other-diary-files, diary-mark-included-diary-files):
23174 Just call diary-include-files.
23175 (diary-mark-entries): Reset diary-included-files on first call.
23176
23177 * calendar/diary-lib.el (diary-mark-entries)
23178 (diary-mark-included-diary-files):
23179 Visit included diary-files in temp buffers.
23180
23181 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
23182 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
23183 (f90-start-block-re, f90-imenu-generic-expression)
23184 (f90-looking-at-program-block-start, f90-no-block-limit):
23185 Add support for submodules.
23186
23187 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
23188 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
23189
23190 2011-06-25 Eli Zaretskii <eliz@gnu.org>
23191
23192 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
23193 buffer-file-type before setting its value, to avoid disastrous
23194 global effects on decoding files for DOS/Windows systems. (Bug#8780)
23195
23196 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
23197
23198 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
23199
23200 * ses.el (ses-unload-function):
23201 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
23202
23203 * proced.el (proced-unload-function):
23204 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
23205
23206 2011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
23207
23208 * server.el (server-create-window-system-frame): Add parameters arg.
23209 (server-process-filter): Doc fix. Handle frame-parameters.
23210
23211 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
23212
23213 Fix bug#8730, bug#8781.
23214
23215 * loadhist.el (unload--set-major-mode): New function.
23216 (unload-feature): Use it.
23217
23218 * progmodes/python.el (python-after-info-look): Add autoload cookie.
23219 (python-unload-function): New function.
23220
23221 2011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
23222
23223 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
23224
23225 2011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
23226
23227 * net/browse-url.el (browse-url-firefox-program): Add icecat to
23228 the candidates list.
23229
23230 2011-06-24 Juanma Barranquero <lekktu@gmail.com>
23231
23232 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
23233
23234 2011-06-23 Richard Stallman <rms@gnu.org>
23235
23236 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
23237 (rmail-variables): Set next-error-move-function.
23238 (rmail-what-message): Take argument POS.
23239 (rmail-next-error-move): New function.
23240
23241 2011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
23242
23243 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
23244 messages for adjacent non-terminals.
23245
23246 2011-06-23 Richard Stallman <rms@gnu.org>
23247
23248 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
23249 (rmail-show-message-1): Preserve buffer modified flag.
23250 (rmail-start-mail): Don't specify use of rmail-mail-return;
23251 that's done by mail-bury now.
23252 (rmail-mail-return): Handle arg NEWBUF.
23253
23254 2011-06-23 Michael Albinus <michael.albinus@gmx.de>
23255
23256 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
23257 SIZE is a number.
23258
23259 2011-06-23 Martin Rudalics <rudalics@gmx.at>
23260
23261 * window.el (get-lru-window, get-mru-window)
23262 (get-largest-window): Never return a minibuffer window.
23263 (display-buffer-pop-up-window): Fix a bug that could lead to
23264 reusing the minibuffer window.
23265 (display-buffer): Pass original specifier argument to
23266 display-buffer-function instead of the normalized one.
23267 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
23268
23269 2011-06-22 Leo Liu <sdl.web@gmail.com>
23270
23271 * minibuffer.el (completing-read-function)
23272 (completing-read-default): Move from minibuf.c.
23273
23274 2011-06-22 Richard Stallman <rms@gnu.org>
23275
23276 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
23277 to Rmail even if not started by a special Rmail command.
23278
23279 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
23280 Copy the buffer currently showing just one message.
23281
23282 2011-06-22 Roland Winkler <winkler@gnu.org>
23283
23284 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
23285 (bibtex-clean-entry): First delete the old key so that a
23286 customized algorithm for generating the new key does not get
23287 confused by the old key.
23288 (bibtex-url): Obey regexp of first step.
23289 (bibtex-search-entries): Do not use add-to-list with local
23290 list-var.
23291
23292 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
23293
23294 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
23295 stored a user name, then query for the password first, instead of
23296 waiting for SMTP to give an error message and the trying again.
23297
23298 2011-06-22 Lawrence Mitchell <wence@gmx.li>
23299
23300 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
23301 BUFFER in call-process.
23302
23303 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
23304
23305 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
23306 QUIT twice.
23307 (smtpmail-try-auth-methods): Require user name and password from
23308 auth-source.
23309
23310 2011-06-22 Martin Rudalics <rudalics@gmx.at>
23311
23312 * window.el (display-buffer-default-specifiers)
23313 (display-buffer-alist): Remove entries for pop-up-frame-alist.
23314 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
23315 (split-window): Normalize SIDE argument (Bug#8916).
23316
23317 * frame.el (pop-up-frame-alist, pop-up-frame-function)
23318 (special-display-frame-alist, special-display-popup-frame):
23319 Remove duplicate declarations. These are now in window.el.
23320
23321 2011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
23322
23323 * mail/smtpmail.el (smtpmail-via-smtp):
23324 Set :use-starttls-if-possible so that we always use STARTTLS if the
23325 server supports it. SMTP servers that support STARTTLS commonly
23326 require it.
23327
23328 * net/network-stream.el (network-stream-open-starttls): Support
23329 upgrading to STARTTLS always, even if we don't have built-in support.
23330 (open-network-stream): Add the :always-query-capabilities keyword.
23331
23332 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
23333 upgrades with `open-network-stream', and rely solely on
23334 auth-source for all credentials. Big changes throughout the file,
23335 but in particular:
23336 (smtpmail-auth-credentials): Remove.
23337 (smtpmail-starttls-credentials): Remove.
23338 (smtpmail-via-smtp): Check for servers saying they want AUTH after
23339 MAIL FROM, too.
23340
23341 * net/network-stream.el (network-stream-open-starttls):
23342 Provide support for client certificates both for external and built-in
23343 STARTTLS.
23344 (auth-source): Require.
23345 (open-network-stream): Document the :client-certificate keyword.
23346 (network-stream-certificate): Change cert-cert to cert and
23347 cert-key to key.
23348
23349 2011-06-21 Michael Albinus <michael.albinus@gmx.de>
23350
23351 * net/tramp-cache.el (top): Don't load the persistency file when
23352 "emacs -Q" has been called.
23353
23354 2011-06-21 Tim Harper <timcharper@gmail.com>
23355
23356 * term/ns-win.el (ns-initialize-window-system):
23357 Set application-specific `ApplePressAndHoldEnabled' system
23358 resource to NO as it is not yet supported by the NS port.
23359
23360 2011-06-21 Juanma Barranquero <lekktu@gmail.com>
23361
23362 * misc.el (list-dynamic-libraries--refresh): Compute header here...
23363 (list-dynamic-libraries): ...not here.
23364
23365 2011-06-21 Leo Liu <sdl.web@gmail.com>
23366
23367 * subr.el (sha1): Implement sha1 using secure-hash.
23368
23369 2011-06-21 Martin Rudalics <rudalics@gmx.at>
23370
23371 * window.el (display-buffer-alist): In default value do not
23372 enforce searching a window on any but the selected frame.
23373 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
23374 (display-buffer-select-window): Remove function.
23375 (display-buffer-in-window): When a window on another frame gets
23376 reused, do not select it any more but just raise its frame if
23377 necessary (Bug#8851) and (Bug#8856).
23378 (display-buffer-normalize-options): Handle pop-up-frames related
23379 options more faithfully.
23380 (pop-to-buffer): Don't rely on `display-buffer' selecting the
23381 window if it is on another frame.
23382 (display-buffer-alist, display-buffer-default-specifiers):
23383 Don't make new frame unsplittable by default.
23384 (display-buffer-normalize-argument): Fix doc-string typo and use
23385 'same-frame-other-window instead of 'other-window when associating
23386 with display-buffer-macro-specifiers.
23387
23388 2011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
23389
23390 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
23391 New functions.
23392 (5x5-mode-map, 5x5-mode-menu): Bind them.
23393 (5x5-draw-grid): Tweak the solver's rendering.
23394
23395 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
23396
23397 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
23398 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
23399
23400 2011-06-21 Drew Adams <drew.adams@oracle.com>
23401
23402 * menu-bar.el: Use function variable instead of switch-to-buffer.
23403 (menu-bar-select-buffer-function): New variable.
23404 (menu-bar-update-buffers): Use it (bug#8876).
23405
23406 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
23407
23408 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
23409 variable's status.
23410
23411 2011-06-20 Jan Djärv <jan.h.d@swipnet.se>
23412
23413 * x-dnd.el (x-dnd-version-from-flags)
23414 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
23415 and long as number (Bug#8899).
23416 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
23417
23418 2011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
23419
23420 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
23421 (completion-try-completion, completion-all-completions): Compute the
23422 metadata argument if it's missing; make it optional (bug#8795).
23423
23424 * wid-edit.el: Use lex-bind and move towards completion-at-point.
23425 (widget-complete): Use new :completion-function property.
23426 (widget-completions-at-point): New function.
23427 (default): Use :completion-function instead of :complete.
23428 (widget-default-completions): Rename from widget-default-complete;
23429 Rewrite.
23430 (widget-string-complete, widget-file-complete, widget-color-complete):
23431 Remove functions.
23432 (file, symbol, function, variable, coding-system, color):
23433 * international/mule-cmds.el (default-input-method, charset)
23434 (language-info-custom-alist):
23435 * cus-edit.el (face): Use new property :completions.
23436
23437 * progmodes/pascal.el (pascal-completions-at-point): New function.
23438 (pascal-mode): Use it.
23439 (pascal-mode-map): Use completion-at-point.
23440 (pascal-toggle-completions): Make obsolete.
23441 (pascal-complete-word, pascal-show-completions):
23442 * progmodes/octave-mod.el (octave-complete-symbol):
23443 Redefine as obsolete alias.
23444 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
23445 Signal absence of completion info for old Octave,
23446 (inferior-octave-complete): Redefine as obsolete alias.
23447 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
23448 (meta-completions-at-point): Rename from meta-complete-symbol and
23449 adapt it for use on completion-at-point-functions.
23450 (meta-common-mode): Use it.
23451 (meta-looking-at-backward, meta-match-buffer): Remove.
23452 (meta-complete-symbol): Redefine as obsolete alias.
23453 (meta-common-mode-map): Use completion-at-point.
23454 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
23455 (makefile-mode-map): Use completion-at-point.
23456 (makefile-completions-at-point): Rename from makefile-complete and
23457 adapt it for use on completion-at-point-functions.
23458 (makefile-mode): Use it.
23459 (makefile-complete): Redefine as obsolete alias.
23460
23461 2011-06-20 Deniz Dogan <deniz@dogan.se>
23462
23463 * net/rcirc.el: Delete trailing whitespaces once and for all.
23464
23465 2011-06-20 Daniel Colascione <dan.colascione@gmail.com>
23466
23467 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
23468
23469 2011-06-19 Chong Yidong <cyd@stupidchicken.com>
23470
23471 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
23472
23473 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
23474
23475 2011-06-19 Martin Rudalics <rudalics@gmx.at>
23476
23477 * window.el (display-buffer-other-window-means-other-frame):
23478 Call display-buffer-normalize-alist.
23479 (display-buffer-normalize-specifiers-1): Rename to
23480 display-buffer-normalize-argument. New argument other-frame.
23481 Rewrite.
23482 (display-buffer-normalize-specifiers-2): Rename to
23483 display-buffer-normalize-options.
23484 (display-buffer-normalize-alist-1): New function.
23485 (display-buffer-normalize-specifiers-3): Rename to
23486 display-buffer-normalize-alist.
23487 Call display-buffer-normalize-alist-1.
23488 (display-buffer-normalize-options-inhibit): New variable.
23489 (display-buffer-normalize-specifiers): Rewrite calling
23490 display-buffer-normalize-alist,
23491 display-buffer-normalize-argument, and
23492 display-buffer-normalize-options. Don't call the latter if
23493 display-buffer-normalize-options-inhibit is non-nil.
23494 (frame-auto-delete): New option.
23495 (window-deletable-p): Use frame-auto-delete.
23496 (window-list-no-nils, window-state-ignored-parameters)
23497 (window-state-get-1, window-state-get, window-state-put-list)
23498 (window-state-put-1, window-state-put-2, window-state-put):
23499 New functions.
23500 (display-buffer-normalize-options): Move special-display-p group
23501 after pop-up-frame group (Bug#8851) and (Bug#8856).
23502
23503 2011-06-18 Chong Yidong <cyd@stupidchicken.com>
23504
23505 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
23506 groups (Bug#8776).
23507 (rx-submatch-n): New function.
23508 (rx): Document it.
23509
23510 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
23511 (Bug#8768).
23512
23513 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
23514
23515 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
23516
23517 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
23518 anytime existing face settings are present (Bug#8889).
23519
23520 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
23521 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
23522 Remove unused argument.
23523
23524 2011-06-18 Martin Rudalics <rudalics@gmx.at>
23525
23526 * window.el (display-buffer-default-specifiers):
23527 Remove pop-up-frame. Add pop-up-window-min-height,
23528 pop-up-window-min-width, and another reuse-window specifier
23529 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
23530 (display-buffer-normalize-specifiers-2):
23531 Handle split-height-threshold and split-width-threshold also when
23532 pop-up-windows is unset. Add a reuse-window specifier for the
23533 case popping up a new window fails.
23534 (special-display-popup-frame): Remove double quoting.
23535 (display-buffer-normalize-specifiers-1): Fix thinko.
23536
23537 2011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
23538
23539 * shell.el (shell-completion-vars): Set pcomplete-termination-string
23540 according to comint-completion-addsuffix.
23541
23542 * pcomplete.el: Convert to lexical binding and fix bug#8819.
23543 (pcomplete-suffix-list): Mark as obsolete.
23544 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
23545 pcomplete-seen in the closure.
23546 (pcomplete-comint-setup): Setup completion-at-point as well.
23547 (pcomplete--entries): New function.
23548 (pcomplete--env-regexp): New var.
23549 (pcomplete-entries): Rewrite to work with partial-completion and
23550 without relying on pcomplete-suffix-list.
23551 (pcomplete-pare-list): Remove, unused.
23552
23553 2011-06-17 Martin Rudalics <rudalics@gmx.at>
23554
23555 * window.el (display-buffer-alist): Set pop-up-window-min-height
23556 and pop-up-window-min-width in default value. Reported by
23557 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
23558 other-window-means-other-frame.
23559 (display-buffer-macro-specifiers): Comment out entry for
23560 other-window specifier.
23561 (display-buffer-other-window-means-other-frame): New function.
23562 (display-buffer-normalize-specifiers-1): New arguments
23563 buffer-name and label. Treat other-window case specially.
23564 (display-buffer-normalize-specifiers-2): Treat other-window case
23565 specially.
23566 (display-buffer-normalize-specifiers-3): New function.
23567 (display-buffer-normalize-specifiers):
23568 Call display-buffer-normalize-specifiers-3.
23569
23570 2011-06-17 Martin Rudalics <rudalics@gmx.at>
23571
23572 * window.el (same-window-p): Fix two typos introduced when
23573 adding with-no-warnings.
23574 (display-buffer-normalize-specifiers-1): Don't check
23575 pop-up-frames for 'unset initialization.
23576 (display-buffer-normalize-specifiers-2): Major rewrite using
23577 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
23578 (pop-up-frames, display-buffer-reuse-frames)
23579 (display-buffer-mark-dedicated): Don't initialize to 'unset.
23580 Suggested by David Engster <deng@randomsample.de>.
23581 (even-window-heights): Initialize to 'unset.
23582 (display-buffer-alist-set): Handle new 'unset initializations.
23583 (display-buffer-macro-specifiers): Don't pop up a new frame in the
23584 other window case.
23585
23586 2011-06-16 Martin Rudalics <rudalics@gmx.at>
23587
23588 * window.el (display-buffer-normalize-specifiers-1):
23589 Respect current value of pop-up-frames for most reasonable values of
23590 second argument of display-buffer (Bug#8865).
23591 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
23592 (switch-to-buffer-other-window-same-frame)
23593 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
23594 Adams (Bug#8875).
23595 (display-buffer): Don't check noninteractive when calling
23596 display-buffer-pop-up-frame.
23597 (display-buffer-pop-up-frame): Never pop up a frame in
23598 noninteractive mode (Bug#8857).
23599 (enlarge-window, shrink-window): Don't report an error when the
23600 window can't be resized as requested (Bug#8862).
23601
23602 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
23603
23604 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
23605
23606 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
23607
23608 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
23609
23610 2011-06-15 Alan Mackenzie <acm@muc.de>
23611
23612 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
23613 for declarators, disable knr checking to speed up for normal files.
23614 2: Refactor, replacing a sequence of nested if forms by a cond form.
23615
23616 2011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
23617
23618 * net/network-stream.el (open-network-stream): Add the keyword
23619 :always-query-capabilities for the case where you want to force a
23620 `plain' network connection, but the protocol still requires the
23621 capabilitiy command (i.e., SMTP and EHLO).
23622
23623 * subr.el (process-live-p): Rename from `process-alive-p' for
23624 consistency with other `-live-p' functions.
23625
23626 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
23627
23628 * window.el (same-window-buffer-names, same-window-regexps)
23629 (special-display-frame-alist, special-display-popup-frame)
23630 (special-display-function, special-display-buffer-names)
23631 (special-display-regexps, pop-up-frame-alist)
23632 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
23633 (pop-up-windows, split-window-preferred-function)
23634 (split-height-threshold, split-width-threshold, even-window-heights)
23635 (display-buffer-mark-dedicated): Don't encourage the use of
23636 display-buffer-alist from Elisp code.
23637
23638 2011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
23639
23640 * progmodes/python.el (python-mode): Derive from prog-mode.
23641 * progmodes/ps-mode.el (ps-mode):
23642 * progmodes/mixal-mode.el (mixal-mode):
23643 * progmodes/cfengine.el (cfengine-mode):
23644 * progmodes/ld-script.el (ld-script-mode): Likewise.
23645
23646 2011-06-15 Martin Rudalics <rudalics@gmx.at>
23647
23648 * window.el (display-buffer-alist): Trim default value to avoid
23649 popping up a new frame (Bug#8857) or reusing an arbitrary window
23650 on another frame.
23651 (display-buffer): Do not fall back on popping up a new frame in
23652 batch mode (Bug#8857).
23653
23654 2011-06-14 Chong Yidong <cyd@stupidchicken.com>
23655
23656 * cus-theme.el (describe-theme-1): Use custom-theme-p.
23657 (custom-theme-summary): New function.
23658 (customize-themes): Use it.
23659
23660 2011-06-13 Glenn Morris <rgm@gnu.org>
23661
23662 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
23663
23664 2011-06-13 Martin Rudalics <rudalics@gmx.at>
23665
23666 * help.el (help-window): Remove variable.
23667 (help-window-point-marker, temp-buffer-max-height)
23668 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
23669 (help-print-return-message): Don't set help-window.
23670 (resize-temp-buffer-window): Rewrite cod eand doc-string.
23671 (help-window-setup-finish): Remove.
23672 (help-window-display-message, help-window-setup)
23673 (with-help-window): Major rewrite based on new
23674 display-buffer-window variable.
23675
23676 * help-mode.el (help-mode-finish): Remove help-window related
23677 code.
23678
23679 * view.el (view-exits-all-viewing-windows): Remove reference to
23680 view-return-to-alist in doc-string.
23681 (view-return-to-alist): Make obsolete.
23682 (view-buffer): Call pop-to-buffer-same-window and remove
23683 undo-window code.
23684 (view-buffer-other-window): Call pop-to-buffer-other-window and
23685 simplify code. Ignore second argument.
23686 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
23687 simplify code. Ignore second argument.
23688 (view-return-to-alist-update): Make obsolete.
23689 (view-mode-enter): Rename second argument to QUIT-RESTORE.
23690 Rewrite using quit-restore window parameters.
23691 (view-mode-exit): Rename second argument to EXIT-ONLY.
23692 Rewrite using quit-restore-window.
23693 (View-exit, View-exit-and-edit, View-leave, View-quit)
23694 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
23695 appropriate arguments.
23696 (view-end-message): Use quit-restore window parameter.
23697
23698 * window.el (display-buffer-function): Rewrite doc-string.
23699 (display-buffer-window, display-buffer-alist): New variables.
23700 (display-buffer-split-specifiers)
23701 (display-buffer-side-specifiers)
23702 (display-buffer-macro-specifiers): New constants.
23703 (display-buffer-even-window-sizes, display-buffer-set-height)
23704 (display-buffer-set-width, display-buffer-select-window)
23705 (display-buffer-in-window, display-buffer-reuse-window)
23706 (display-buffer-split-window-1, display-buffer-split-window)
23707 (display-buffer-split-atom-window, display-buffer-pop-up-window)
23708 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
23709 (display-buffer-in-side-window, normalize-buffer-to-display)
23710 (display-buffer-normalize-specifiers-1)
23711 (display-buffer-normalize-specifiers-2)
23712 (display-buffer-normalize-specifiers, display-buffer-frame):
23713 New functions.
23714 (display-buffer): Major rewrite.
23715 (display-buffer-other-window, display-buffer-other-frame)
23716 (pop-to-buffer, switch-to-buffer-other-window)
23717 (switch-to-buffer-other-frame): Rewrite.
23718 (display-buffer-same-window, display-buffer-same-frame)
23719 (display-buffer-same-frame-other-window)
23720 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
23721 (pop-to-buffer-other-window)
23722 (pop-to-buffer-same-frame-other-window)
23723 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
23724 (switch-to-buffer-other-window-same-frame): New functions.
23725 (same-window-p, special-display-p): Rewrite disabling warnings.
23726 Make obsolete.
23727 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
23728 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
23729 Make obsolete
23730 (same-window-buffer-names, same-window-regexps)
23731 (special-display-frame-alist, special-display-popup-frame)
23732 (special-display-function, special-display-buffer-names)
23733 (special-display-regexps, pop-up-frame-alist)
23734 (pop-up-frame-function, split-window-preferred-function)
23735 (split-height-threshold, split-width-threshold)
23736 (even-window-heights): Make obsolete.
23737
23738 2011-06-12 Glenn Morris <rgm@gnu.org>
23739
23740 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
23741 Misc simplifications.
23742
23743 2011-06-12 Martin Rudalics <rudalics@gmx.at>
23744
23745 * window.el (window-safely-shrinkable-p): Restore function which
23746 was inadvertently removed in change from 2011-06-11. Declare as
23747 obsolete.
23748
23749 * calendar/calendar.el (calendar-generate-window):
23750 Use window-iso-combined-p instead of combination of one-window-p and
23751 window-safely-shrinkable-p.
23752
23753 2011-06-12 Glenn Morris <rgm@gnu.org>
23754
23755 * progmodes/fortran.el (fortran-mode-syntax-table):
23756 * progmodes/f90.el (f90-mode-syntax-table):
23757 Set % to punctuation. (Bug#8820)
23758 (f90-find-tag-default): Remove, no longer needed.
23759
23760 2011-06-12 Daniel Colascione <dan.colascione@gmail.com>
23761
23762 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
23763
23764 2011-06-11 Chong Yidong <cyd@stupidchicken.com>
23765
23766 * image.el (image-animated-p): Return animation delay in seconds.
23767 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
23768 (image-animate-timeout): Remove DELAY argument. Don't assume
23769 every subimage has the same delay; get it from image-animated-p.
23770 (image-animate): Caller changed.
23771
23772 2011-06-11 Michael Albinus <michael.albinus@gmx.de>
23773
23774 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
23775 to ignored backtrace functions.
23776
23777 2011-06-11 Glenn Morris <rgm@gnu.org>
23778
23779 * calendar/appt.el (appt-disp-window-function): Doc fix.
23780 (appt-check): Handle overlapping appointments. (Bug#8337)
23781
23782 2011-06-11 Martin Rudalics <rudalics@gmx.at>
23783
23784 * window.el (window-tree-1, window-tree): New functions, moving
23785 the latter to window.el.
23786 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
23787 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
23788 (bw-refresh-edges): Remove.
23789 (balance-windows-1, balance-windows-2): New functions.
23790 (balance-windows): Rewrite in terms of window tree functions,
23791 balance-windows-1 and balance-windows-2.
23792 (bw-adjust-window): Remove.
23793 (balance-windows-area-adjust): New function with functionality of
23794 bw-adjust-window but using resize-window.
23795 (set-window-text-height): Rewrite doc-string.
23796 Use normalize-live-window and resize-window.
23797 (enlarge-window-horizontally, shrink-window-horizontally):
23798 Rename argument to DELTA.
23799 (window-buffer-height): New function.
23800 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
23801 Rewrite using new window resize routines.
23802 (kill-buffer-and-window, mouse-autoselect-window-select):
23803 Use ignore-errors instead of condition-case.
23804 (quit-window): Call delete-frame instead of delete-windows-on
23805 for the only buffer on frame.
23806
23807 2011-06-10 Martin Rudalics <rudalics@gmx.at>
23808
23809 * loadup.el (top-level): Load window before files for the sake
23810 of replace-buffer-in-windows.
23811
23812 * files.el (read-buffer-to-switch)
23813 (switch-to-buffer-other-window)
23814 (switch-to-buffer-other-frame, display-buffer-other-frame):
23815 Move to window.el.
23816
23817 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
23818 (previous-buffer): Move to window.el.
23819
23820 * bindings.el (unbury-buffer): Move to window.el.
23821
23822 * window.el (delete-other-windows-vertically): Move after
23823 definition of delete-other-windows.
23824 (other-window, delete-windows-on, replace-buffer-in-windows):
23825 Move here from window.c.
23826 (record-window-buffer, unrecord-window-buffer)
23827 (set-window-buffer-start-and-point, switch-to-prev-buffer)
23828 (switch-to-next-buffer): New functions.
23829 (get-next-valid-buffer, last-buffer, next-buffer): Move here
23830 from simple.el. Call switch-to-next-buffer.
23831 (previous-buffer): Move here from simple.el.
23832 Call switch-to-prev-buffer.
23833 (bury-buffer): Move here from buffer.c. Switch to previous
23834 buffer when window cannot be deleted.
23835 (unbury-buffer): Move here from bindings.el.
23836 (ctl-x-map): Move binding for other-window from window.c to
23837 here.
23838 (read-buffer-to-switch, switch-to-buffer-other-window)
23839 (switch-to-buffer-other-frame): Move here from files.el.
23840 (normalize-buffer-to-switch-to): New functions.
23841 (switch-to-buffer): Move here from buffer.c.
23842 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
23843
23844 2011-06-10 Martin Rudalics <rudalics@gmx.at>
23845
23846 * window.el (window-min-height, window-min-width): Move here
23847 from window.c. Add defcustoms and rewrite doc-strings.
23848 (resize-mini-window, resize-window): New functions.
23849 (adjust-window-trailing-edge, enlarge-window, shrink-window):
23850 Move here from window.c.
23851 (maximize-window, minimize-window): New functions.
23852 (delete-window, delete-other-windows, split-window): Move here
23853 from window.c.
23854 (window-split-min-size): New function.
23855 (split-window-keep-point): Mention split-window-above-each-other
23856 instead of split-window-vertically.
23857 (split-window-above-each-other, split-window-vertically):
23858 Rename split-window-vertically to split-window-above-each-other
23859 and provide defalias for old definition.
23860 (split-window-side-by-side, split-window-horizontally):
23861 Rename split-window-horizontally to split-window-side-by-side
23862 and provide defalias for the old definition.
23863 (ctl-x-map): Move bindings for delete-window,
23864 delete-other-windows and enlarge-window here from window.c.
23865 Replace bindings for split-window-vertically and
23866 split-window-horizontally by bindings for
23867 split-window-above-each-other and split-window-side-by-side.
23868
23869 * cus-start.el (all): Remove entries for window-min-height and
23870 window-min-width. Add entries for window-splits and
23871 window-nest.
23872
23873 2011-06-09 Glenn Morris <rgm@gnu.org>
23874
23875 * calendar/appt.el (appt-mode-line): New function.
23876 (appt-check, appt-disp-window): Use it.
23877
23878 * files.el (hack-one-local-variable-eval-safep):
23879 Allow minor-modes with explicit +/-1 arguments.
23880
23881 2011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
23882
23883 * term/xterm.el (xterm): Add defgroup.
23884 (xterm-extra-capabilities): Add defcustom to supply known xterm
23885 capabilities, skip querying them, or query them (default).
23886 (terminal-init-xterm): Use it.
23887 (terminal-init-xterm-modify-other-keys): New function to set up
23888 modifyOtherKeys support to simplify `terminal-init-xterm'.
23889
23890 2011-06-09 Martin Rudalics <rudalics@gmx.at>
23891
23892 * window.el (resize-window-reset, resize-window-reset-1)
23893 (resize-subwindows-skip-p, resize-subwindows-normal)
23894 (resize-subwindows, resize-other-windows, resize-this-window)
23895 (resize-root-window, resize-root-window-vertically)
23896 (window-deletable-p, window-or-subwindow-p)
23897 (frame-root-window-p): New functions.
23898
23899 2011-06-09 Glenn Morris <rgm@gnu.org>
23900
23901 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
23902 (ange-ftp-get-files): Use it.
23903
23904 2011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
23905
23906 * mail/sendmail.el (mail-recover-1, mail-recover):
23907 * files.el (recover-file, recover-session):
23908 Handle dired-listing-switches not being just a single short option.
23909
23910 2011-06-09 Glenn Morris <rgm@gnu.org>
23911
23912 * calendar/appt.el (appt-display-message, appt-disp-window):
23913 Handle lists of appointments.
23914
23915 2011-06-08 Martin Rudalics <rudalics@gmx.at>
23916
23917 * window.el (one-window-p): Move down in code.
23918 Rewrite doc-string.
23919 (window-current-scroll-bars): Rewrite doc-string.
23920 Normalize live window argument.
23921 (walk-windows, get-window-with-predicate, count-windows):
23922 Rewrite doc-string. Use window-list-1.
23923 (window-in-direction-2, window-in-direction, get-mru-window):
23924 New functions.
23925
23926 2011-06-08 Reuben Thomas <rrt@sc3d.org>
23927
23928 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
23929 Doc fix (Bug#8713).
23930
23931 2011-06-08 Chong Yidong <cyd@stupidchicken.com>
23932
23933 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
23934
23935 2011-06-08 Juanma Barranquero <lekktu@gmail.com>
23936
23937 * loadhist.el (unload-feature-special-hooks):
23938 Add `comint-output-filter-functions'.
23939
23940 2011-06-08 Ivan Kanis <gnu@kanis.fr>
23941
23942 * calendar/appt.el (appt-check): Move some initializations into the let.
23943
23944 2011-06-08 Martin Rudalics <rudalics@gmx.at>
23945
23946 * window.el (window-height): Defalias to window-total-height.
23947 (window-width): Defalias to window-body-width.
23948
23949 2011-06-07 Chong Yidong <cyd@stupidchicken.com>
23950
23951 * image-mode.el (image-toggle-animation): New command.
23952 (image-mode-map): Bind it to RET.
23953 (image-mode): Update message.
23954 (image-toggle-display-image): Avoid a spurious cache flush.
23955 (image-transform-rotation): Doc fix.
23956 (image-transform-properties): Return quickly in the normal case.
23957 (image-animate-loop): Rename from image-animate-max-time.
23958
23959 * image.el (image-animate-max-time): Move to image-mode.el.
23960 (create-animated-image): Remove unnecessary function.
23961 (image-animate): Rename from image-animate-start. New arg.
23962 (image-animate-stop): Remove; just use image-animate-timer.
23963 (image-animate-timer): Use car-safe.
23964 (image-animate-timeout): Rename argument.
23965
23966 2011-06-07 Martin Rudalics <rudalics@gmx.at>
23967
23968 * window.el (get-lru-window, get-largest-window): Move here from
23969 window.c. Rename first argument to ALL-FRAMES.
23970 Rephrase doc-strings.
23971 (get-buffer-window-list): Rewrite using window-list-1.
23972 Rephrase doc-string.
23973 (window-safe-min-height, window-safe-min-width): New constants.
23974 (window-size-ignore, window-min-size, window-min-size-1)
23975 (window-sizable, window-sizable-p, window-size-fixed-1)
23976 (window-size-fixed-p, window-min-delta-1, window-min-delta)
23977 (window-max-delta-1, window-max-delta, window-resizable)
23978 (window-resizable-p, window-total-height, window-total-width)
23979 (window-body-width): New functions.
23980 (window-full-height-p, window-full-width-p): Rewrite using
23981 window-total-size.
23982 (window-body-height): Rewrite using window-body-size.
23983
23984 2011-06-06 Martin Rudalics <rudalics@gmx.at>
23985
23986 * window.el (window-right, window-left, window-child)
23987 (window-child-count, window-last-child, window-any-p)
23988 (normalize-live-buffer, normalize-live-frame)
23989 (normalize-any-window, normalize-live-window)
23990 (window-iso-combination-p, window-iso-combined-p)
23991 (window-iso-combinations)
23992 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
23993 (windows-with-parameter, window-with-parameter)
23994 (window-atom-root, make-window-atom, window-atom-check-1)
23995 (window-atom-check, window-side-check, window-check):
23996 New functions.
23997 (ignore-window-parameters, window-sides, window-sides-vertical)
23998 (window-sides-slots): New variables.
23999 (window-size-fixed): Move down in code. Minor doc-string fix.
24000
24001 2011-06-05 Andreas Schwab <schwab@linux-m68k.org>
24002
24003 * comint.el (comint-dynamic-complete-as-filename)
24004 (comint-dynamic-complete-filename): Correctly call
24005 completion-in-region.
24006
24007 2011-06-05 Deniz Dogan <deniz@dogan.se>
24008
24009 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
24010 in last change.
24011
24012 2011-06-05 Deniz Dogan <deniz@dogan.se>
24013
24014 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
24015 (rcirc): Use it to prompt for encryption.
24016
24017 2011-06-05 Roland Winkler <winkler@gnu.org>
24018
24019 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
24020 (bibtex-search-entries): New command bound to C-c C-a.
24021 (bibtex-display-entries): New function.
24022
24023 2011-06-05 Roland Winkler <winkler@gnu.org>
24024
24025 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
24026 (bibtex-insert-kill): After yanking insert newline if necessary.
24027 (bibtex-initialize): Call bibtex-string-files-init only once.
24028 (bibtex-mode): Do not call easy-menu-add.
24029 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
24030 (bibtex-yank): Set arg properly if nil.
24031
24032 2011-06-05 Roland Winkler <winkler@gnu.org>
24033
24034 * textmodes/bibtex.el (bibtex-search-entry-globally):
24035 New variable.
24036 (bibtex-search-entry): Use it.
24037
24038 2011-06-05 Roland Winkler <winkler@gnu.org>
24039
24040 * textmodes/bibtex.el (bibtex-entry-format): New option
24041 sort-fields.
24042 (bibtex-format-entry, bibtex-reformat): Honor this option.
24043 (bibtex-parse-entry): Return fields in proper order.
24044
24045 2011-06-05 Juanma Barranquero <lekktu@gmail.com>
24046
24047 * doc-view.el (doc-view-remove-if): Move computation of result out
24048 of `dolist' to silence misleading lexical-binding warning.
24049
24050 2011-06-04 Chong Yidong <cyd@stupidchicken.com>
24051
24052 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
24053 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
24054
24055 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
24056
24057 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
24058 "SunOS 5.10".
24059
24060 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
24061
24062 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
24063 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
24064 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
24065 (tramp-parse-putty):
24066 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
24067 (tramp-completion-function-alist-ssh)
24068 (tramp-completion-function-alist-telnet)
24069 (tramp-completion-function-alist-su)
24070 (tramp-completion-function-alist-putty): Set `tramp-autoload'
24071 cookie.
24072
24073 * net/tramp-ftp.el:
24074 * net/tramp-sh.el:
24075 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
24076 load "tramp.el" `tramp-set-completion-function'.
24077
24078 2011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
24079
24080 * shell.el: Require and use pcomplete.
24081 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
24082 (shell-completion-vars): Set pcomplete-default-completion-function.
24083
24084 2011-06-04 Deniz Dogan <deniz@dogan.se>
24085
24086 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
24087 `memq' (Bug#8799).
24088
24089 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
24090
24091 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
24092
24093 2011-06-02 Juanma Barranquero <lekktu@gmail.com>
24094
24095 * bs.el (bs--mark-unmark, bs--nth-wrapper):
24096 * mpc.el (mpc-select-extend, mpc-songpointer-context):
24097 * vc/log-view.el (log-view-beginning-of-defun):
24098 * vc/smerge-mode.el (smerge-apply-resolution-patch)
24099 (smerge-refine-forward, smerge-refine-chopup-region):
24100 Silence warning for unused `dotimes' counter variables.
24101
24102 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
24103
24104 * net/tramp.el (tramp-with-progress-reporter): Rename from
24105 with-progress-reporter. Use `declare'.
24106 * net/tramp-smb.el:
24107 * net/tramp-sh.el:
24108 * net/tramp-gvfs.el: Update all uses.
24109
24110 2011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
24111
24112 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
24113 buffer isn't killed before making it current.
24114
24115 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
24116
24117 Silence various byte-compiler warnings.
24118 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
24119 `access-type' and new obsolescence format.
24120 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
24121 new format.
24122 (byte-compile-check-variable): New `access-type' argument.
24123 Only warn if the access-type is obsolete.
24124 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
24125 (byte-compile-variable-set): Adjust callers.
24126 * help-fns.el (describe-variable): Adjust to new obsolescence format.
24127 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
24128 setting it as obsolete.
24129 * simple.el (minibuffer-completing-symbol):
24130 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
24131 access as obsolete.
24132 * minibuffer.el (minibuffer-completing-file-name): Don't make it
24133 obsolete yet.
24134 * international/quail.el (quail-mouse-choose-completion): Remove unused
24135 code referring to obsolete var.
24136 (quail-choose-completion-string): Remove.
24137 * server.el (server-clients-with, server-kill-buffer-query-function)
24138 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
24139 * proced.el (proced-send-signal):
24140 * emacs-lisp/lisp.el (lisp-complete-symbol):
24141 Replace completion-annotate-function with completion-extra-properties.
24142
24143 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
24144
24145 * simple.el (goto-line): Use read-number.
24146 (overriding-map-is-bound): Remove.
24147 (saved-overriding-map): Change default.
24148 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
24149 Take the map as argument.
24150 (universal-argument, negative-argument, digit-argument): Use it.
24151 (restore-overriding-map): Adjust.
24152 (do-auto-fill): Use fill-forward-paragraph.
24153 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
24154
24155 * minibuffer.el (minibuffer-inactive-mode-map): New var.
24156 (minibuffer-inactive-mode): New major mode.
24157 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
24158 the *Messages* buffer" hack.
24159 (mouse-popup-menubar): Don't burp if the event is a normal key.
24160
24161 Miscellaneous tweaks.
24162 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
24163 lexical scoping as in subr.el's dolist and dotimes.
24164 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
24165 Silence compiler warning.
24166 * thingatpt.el (forward-whitespace): Trivial coding style fix.
24167 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
24168 * international/ccl.el (ccl-compile): Trivial simplification.
24169 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
24170 * emacs-lisp/testcover.el (testcover-end): Remove spurious
24171 `printflag' argument.
24172 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
24173 Purecopy the whole obsolescence data.
24174
24175 2011-06-01 Leo Liu <sdl.web@gmail.com>
24176
24177 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
24178 improve doc-string as suggested by Marco Pessotto
24179 <melmothx@gmail.com>.
24180 (rcirc-print): Fix last change.
24181
24182 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
24183
24184 * minibuffer.el (complete-with-action): Return nil for the metadata and
24185 boundaries of non-functional tables.
24186 (completion-table-dynamic): Return nil for the metadata.
24187 (completion-table-with-terminator): Add default case, using
24188 complete-with-action.
24189 (completion--metadata): New function.
24190 (completion-all-sorted-completions, minibuffer-completion-help): Use it
24191 to try and avoid pathological performance problems.
24192 (completion--embedded-envvar-table): Return `category' metadata.
24193
24194 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
24195
24196 * subr.el (process-alive-p): New tiny convenience function.
24197
24198 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
24199
24200 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
24201 content but also its previous major mode.
24202
24203 2011-05-31 Helmut Eller <eller.helmut@gmail.com>
24204
24205 * emacs-lisp/debug.el (debug): Restore the previous content of the
24206 *Backtrace* buffer when we exit with C-M-c.
24207
24208 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
24209
24210 * minibuffer.el: Add metadata method to completion tables.
24211 (completion-category-overrides): New defcustom.
24212 (completion-metadata, completion--field-metadata)
24213 (completion-metadata-get, completion--styles)
24214 (completion--cycle-threshold): New functions.
24215 (completion-try-completion, completion-all-completions):
24216 Add `metadata' argument to choose completion-styles.
24217 (completion--do-completion): Use metadata to choose cycling.
24218 (completion-all-sorted-completions): Use metadata for sorting.
24219 Remove :completion-cycle-penalty which is not needed any more.
24220 (completion--try-word-completion): Add `metadata' argument.
24221 (minibuffer-completion-help): Check metadata for annotation function
24222 and sorting.
24223 (completion-file-name-table): Return `category' metadata.
24224 (minibuffer-completing-file-name): Make obsolete.
24225 * simple.el (minibuffer-completing-symbol): Make obsolete.
24226 * icomplete.el (icomplete-completions): Pass new `metadata' param to
24227 completion-try-completion.
24228
24229 2011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
24230
24231 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
24232
24233 2011-05-30 Leo Liu <sdl.web@gmail.com>
24234
24235 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
24236 (rcirc-print): Decode all incoming messages (bug#8744).
24237 (rcirc-decode-coding-system): Allow value nil for automatic coding
24238 system detection.
24239
24240 2011-06-01 Glenn Morris <rgm@gnu.org>
24241
24242 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
24243
24244 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
24245
24246 * image.el (image-animate-max-time): Allow nil and t values.
24247 Default to nil.
24248 (create-animated-image): Doc fix.
24249 (image-animate-start): Remove second arg; just use
24250 image-animate-max-time.
24251 (image-animate-timeout): Doc fix. Args changed.
24252
24253 * image-mode.el (image-toggle-display-image): Ensure that the
24254 image spec passed to the animate timer is the same object as in
24255 the buffer's display property (Bug#6981).
24256 (image-transform-properties): Doc fix.
24257
24258 * image.el (image-animate-max-time): Default to nil.
24259
24260 2011-05-29 Martin Rudalics <rudalics@gmx.at>
24261
24262 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
24263 entire buffer list (Bug#8184).
24264
24265 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
24266
24267 * image.el (imagemagick-types-inhibit)
24268 (imagemagick-register-types): Doc fix.
24269
24270 2011-05-29 Deniz Dogan <deniz@dogan.se>
24271
24272 * net/rcirc.el (rcirc): Use the user's stored encryption method by
24273 default.
24274
24275 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
24276
24277 * select.el: Don't perform clipboard-manager saving in hooks;
24278 leave the hooks empty.
24279
24280 2011-05-28 Leo Liu <sdl.web@gmail.com>
24281
24282 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
24283 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
24284 (occur-edit-mode): New major mode (Bug#8463).
24285 (occur-after-change-function): New function.
24286 (occur-engine): Give Occur tags a read-only property.
24287
24288 2011-05-28 Kevin Ryde <user42@zip.com.au>
24289
24290 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
24291
24292 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
24293
24294 * bindings.el (help-echo): Make the initial non-indicator dash
24295 empty on graphical terminals (Bug#7295).
24296
24297 * files.el (auto-mode-alist): Move config rule after the
24298 in-stripping one (Bug#8547).
24299
24300 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
24301
24302 * startup.el (normal-splash-screen): Remove gratuitous mode-line
24303 setting (Bug#8740).
24304
24305 2011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
24306
24307 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
24308 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
24309 (Bug#8539).
24310
24311 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
24312
24313 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
24314
24315 2011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
24316
24317 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
24318 (hs-hide-block-at-point, hs-find-block-beginning)
24319 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
24320 (Bug#8279).
24321
24322 2011-05-28 Glenn Morris <rgm@gnu.org>
24323
24324 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
24325
24326 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
24327
24328 * help-fns.el (describe-function-1): If the function is a derived
24329 major mode, print the parent mode.
24330
24331 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
24332 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
24333
24334 2011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
24335
24336 * minibuffer.el (completion--capf-wrapper): Check applicability before
24337 returning non-nil for non-exclusive completion data.
24338 * progmodes/etags.el (tags-completion-at-point-function):
24339 * info-look.el (info-lookup-completions-at-point): Mark as
24340 non-exclusive.
24341 (info-complete): Adjust accordingly.
24342
24343 * info-look.el: Convert to lexical-binding and completion-at-point.
24344 (info-lookup-completions-at-point): New function.
24345 (info-complete): Use it and completion-in-region.
24346
24347 2011-05-28 Drew Adams <drew.adams@oracle.com>
24348
24349 * isearch.el: Let M-e start with point at the first mismatched char.
24350 (isearch-fail-pos): New function.
24351 (isearch-edit-string): Use it.
24352
24353 2011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
24354
24355 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
24356
24357 2011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
24358
24359 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
24360 traversal functions for avl-trees.
24361 (avl-tree--stack): New struct.
24362 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
24363 (avl-tree-enter): Add optional `updatefun' arg.
24364 (avl-tree--do-enter): Add optional `updatefun' arg.
24365 Change return value.
24366 (avl-tree-delete): Add optional `test' and `nilflag' args.
24367 (avl-tree--do-delete): Add `test' and `nilflag' args.
24368 Change return value.
24369 (avl-tree-member): Add optional `nilflag'
24370 (avl-tree-member-p): New function.
24371 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
24372 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
24373 (avl-tree-stack-empty-p): New functions.
24374
24375 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
24376 avl-tree--del-balance1 and make it work both ways.
24377 (avl-tree--del-balance2): Remove.
24378 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
24379 make it work both ways.
24380 (avl-tree--enter-balance2): Remove.
24381 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
24382 New macros.
24383 (avl-tree--mapc, avl-tree-map): Add direction argument.
24384
24385 2011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
24386
24387 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
24388
24389 2011-05-27 Chong Yidong <cyd@stupidchicken.com>
24390
24391 * select.el: Support clipboard managers with built-in function
24392 x-clipboard-manager-save, via delete-frame-functions and
24393 kill-emacs-hook.
24394 (xselect-convert-to-targets): Add MULTIPLE target to list.
24395 (xselect-convert-to-save-targets): New function.
24396
24397 2011-05-27 Kenichi Handa <handa@m17n.org>
24398
24399 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
24400 let-binding rfc2047-encode-encoded-words to nil.
24401
24402 2011-05-27 Glenn Morris <rgm@gnu.org>
24403
24404 * mail/emacsbug.el: Don't require url-util.
24405
24406 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
24407
24408 * files.el (set-auto-mode):
24409 Also respect mode: entries at the end of the file. (Bug#8586)
24410
24411 2011-05-26 Glenn Morris <rgm@gnu.org>
24412
24413 * files.el (hack-local-variables-prop-line, hack-local-variables):
24414 Downcase mode names, as seems to be traditional.
24415 (hack-local-variables, hack-local-variables-apply): Doc fixes.
24416
24417 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
24418 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
24419
24420 2011-05-25 Julien Danjou <julien@danjou.info>
24421
24422 * textmodes/rst.el (rst-define-level-faces): Do not define face
24423 symbol if it is already defined.
24424
24425 2011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
24426
24427 * play/5x5.el (5x5-new-game, 5x5-randomize):
24428 Reset 5x5-solver-output to nil when a new grid is cast.
24429 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
24430 these debugging traces, as defmacro breaks the compiled code.
24431
24432 2011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
24433
24434 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
24435
24436 2011-05-24 Leo Liu <sdl.web@gmail.com>
24437
24438 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
24439 (vc-bzr-sha1): Adapt.
24440
24441 * sha1.el: Remove. Function `sha1' is now builtin.
24442
24443 * bindings.el: Provide sha1 feature.
24444
24445 2011-05-24 Kenichi Handa <handa@m17n.org>
24446
24447 * mail/sendmail.el: Require `rfc2047'.
24448 (mail-insert-from-field): Do not perform RFC2047 encoding.
24449 (mail-encode-header): New function.
24450 (sendmail-send-it): Set buffer-file-coding-system of the work
24451 buffer to the return value of select-message-coding-system.
24452 Call mail-encode-header.
24453
24454 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
24455
24456 2011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
24457
24458 * mail/supercite.el (sc-default-cite-frame):
24459 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
24460
24461 2011-05-24 Glenn Morris <rgm@gnu.org>
24462
24463 * progmodes/python.el (brm-menu): Declare.
24464
24465 * emulation/viper.el (viper-set-hooks): Declare.
24466
24467 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
24468 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
24469 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
24470 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
24471 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
24472 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
24473
24474 2011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
24475
24476 Add an :exit-function for completion-at-point.
24477
24478 * minibuffer.el (completion--done): New fun.
24479 (completion--do-completion): Use it. New arg `expect-exact'.
24480 (minibuffer-complete, minibuffer-complete-word): Don't output message,
24481 since completion--do-completion does it for us now.
24482 (minibuffer-force-complete): Use completion--done and
24483 completion--replace. Handle sole-completion case with more care.
24484 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
24485 (completion-extra-properties): New var.
24486 (completion-annotate-function): Make obsolete.
24487 (minibuffer-completion-help): Adjust accordingly.
24488 Use completion-list-insert-choice-function.
24489 (completion-at-point, completion-help-at-point):
24490 Bind completion-extra-properties.
24491 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
24492 * simple.el (completion-list-insert-choice-function): New var.
24493 (completion-setup-function): Preserve it.
24494 (choose-completion): Pay attention to it, shuffle the code a bit.
24495 (choose-completion-string): New arg `insert-function'.
24496
24497 * textmodes/bibtex.el: Convert to lexical binding.
24498 (bibtex-mode-map): Use completion-at-point.
24499 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
24500 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
24501 (bibtex-complete): Define as obsolete alias.
24502 (bibtex-complete-internal): Remove.
24503 (bibtex-format-entry): Remove unused sub-group in regexp.
24504 * shell.el (shell--command-completion-data)
24505 (shell-environment-variable-completion):
24506 * pcomplete.el (pcomplete-completions-at-point):
24507 * comint.el (comint--complete-file-name-data): Use :exit-function
24508 instead of completion-table-with-terminator so it also works for
24509 choose-completion.
24510
24511 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
24512
24513 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
24514
24515 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
24516 (bug#8710).
24517
24518 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
24519
24520 2011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
24521
24522 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
24523 customization variable and implement: If non-nil, auto-fill will
24524 be inhibited while on topic's header line.
24525
24526 2011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
24527
24528 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
24529 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
24530 always have a solution in grid size = 5 cases.
24531 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
24532 (5x5-solver-output, 5x5-log-buffer): New vars.
24533 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
24534 Make these variables buffer local to achieve 5x5 multi-session-ness.
24535 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
24536 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
24537 (5x5-solve-suggest): New funs.
24538 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
24539 randomize a grid so that we ensure that there is always a solution.
24540 (5x5-make-random-grid): Allow other movement than flipping.
24541
24542 2011-05-23 Kevin Ryde <user42@zip.com.au>
24543
24544 * emacs-lisp/advice.el (ad-read-advised-function):
24545 Use `function-called-at-point' as the default, if it has
24546 advice and passes PREDICATE.
24547
24548 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
24549
24550 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
24551 byte-compile-lambda if it's actually a lambda.
24552
24553 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
24554 Fix function quoting. Use backquote better.
24555
24556 2011-05-22 Yuanle Song <sylecn@gmail.com>
24557
24558 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
24559 matching (Bug#8516).
24560
24561 2011-05-22 Jari Aalto <jari.aalto@cante.net>
24562
24563 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
24564 different face (Bug#8178).
24565
24566 2011-05-22 Chong Yidong <cyd@stupidchicken.com>
24567
24568 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
24569 defface (Bug#8144).
24570
24571 2011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
24572
24573 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
24574 funcall as well (bug#8712). Warn when performing those conversions.
24575 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
24576
24577 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
24578
24579 2011-05-22 Glenn Morris <rgm@gnu.org>
24580
24581 * files.el (hack-local-variables-prop-line): Small simplifications.
24582 (hack-local-variables, hack-local-variables-prop-line):
24583 If MODE-ONLY, return the mode, rather than just `t'.
24584
24585 2011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
24586
24587 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
24588
24589 2011-05-21 Glenn Morris <rgm@gnu.org>
24590
24591 * files.el (hack-local-variables-prop-line, hack-local-variables):
24592 If only interested in the mode, don't bother doing the other stuff.
24593
24594 * image-mode.el (image-after-revert-hook):
24595 Redraw all frames on which the image is visible. (Bug#8567)
24596
24597 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
24598
24599 * wid-edit.el (widget-checklist-match-inline):
24600 Fix 2011-04-19 change. (Bug#8649)
24601
24602 2011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
24603
24604 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
24605 Also allow singlespace after single-letter capitals followed by a dot.
24606
24607 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
24608 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
24609
24610 2011-05-20 Nix <nix@esperi.org.uk>
24611
24612 * files.el (basic-save-buffer-2):
24613 Fix handling of break-hardlink-on-save with non-existent files.
24614
24615 2011-05-19 Deniz Dogan <deniz@dogan.se>
24616
24617 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
24618 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
24619
24620 2011-05-19 Glenn Morris <rgm@gnu.org>
24621
24622 * progmodes/f90.el (f90-type-def-re):
24623 Handle "type, bind(c)". (Bug#8691)
24624
24625 * emacs-lisp/autoload.el (batch-update-autoloads):
24626 Set autoload-excludes by parsing loadup.el rather than Makefiles.
24627
24628 2011-05-18 Michael Albinus <michael.albinus@gmx.de>
24629
24630 * net/tramp.el (tramp-process-actions): Set "first-password-request"
24631 property for the correct connection in case of multihops.
24632
24633 2011-05-18 Glenn Morris <rgm@gnu.org>
24634
24635 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
24636 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
24637
24638 Rationalize calendar handling of day and month abbrev-arrays.
24639 * calendar/calendar.el (calendar-customized-p): New function.
24640 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
24641 (calendar-day-name-array, calendar-month-name-array): Doc fix.
24642 Add :set function.
24643 (calendar-abbrev-length, calendar-day-abbrev-array)
24644 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
24645 (calendar-day-abbrev-array, calendar-month-abbrev-array):
24646 Elements may no longer be nil.
24647 (calendar-day-name, calendar-month-name):
24648 Update for changed nature of abbrev arrays.
24649 * calendar/diary-lib.el (diary-name-pattern):
24650 Update for changed nature of abbrev arrays.
24651 (diary-mark-entries-1): Update calendar-make-alist calls.
24652 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
24653 * calendar/cal-html.el (cal-html-day-abbrev-array):
24654 Simply inherit from calendar-day-abbrev-array.
24655
24656 2011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
24657
24658 * progmodes/grep.el (grep-mode): Disable default
24659 compilation-directory-matcher setting (bug#8684).
24660
24661 2011-05-17 Michael Albinus <michael.albinus@gmx.de>
24662
24663 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
24664 instead of "head" and "tail". There were problems with SunOS 5.9,
24665 and it performs better.
24666
24667 2011-05-17 Glenn Morris <rgm@gnu.org>
24668
24669 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
24670
24671 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
24672 Replace obsolete function.
24673
24674 * shell.el (pcomplete-parse-arguments-function): Declare.
24675
24676 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
24677 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
24678 (appt-check): Doc fixes.
24679 (appt-disp-window-function, appt-delete-window-function):
24680 Remove needless special case in custom :type.
24681 (appt-display-count): Default to 0, not nil.
24682 (appt-check): Reset appt-display-count to 0, not nil.
24683
24684 2011-05-17 Juanma Barranquero <lekktu@gmail.com>
24685
24686 * progmodes/python.el (python-font-lock-keywords):
24687 Add the Python 3.X keyword "nonlocal" (bug#8639).
24688
24689 2011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
24690
24691 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
24692
24693 2011-05-16 Kevin Ryde <user42@zip.com.au>
24694
24695 * info-look.el (makefile-automake-mode): New setups, looking in
24696 automake manual, then makefile-mode.
24697 (makefile-mode): Remove automake manual, have it just in
24698 makefile-automake-mode since there's various things different or
24699 not relevant to plain make.
24700 (makefile-mode): Remove "other-modes" non-existent automake-mode,
24701 believe a hypothetical automake-mode would go to makefile-mode,
24702 not the other way around.
24703
24704 2011-05-15 Chong Yidong <cyd@stupidchicken.com>
24705
24706 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
24707 hunk-end tags (Bug#8672).
24708
24709 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
24710 vc-annotate-show-diff-revision-at-line (Bug#8671).
24711
24712 2011-05-14 Glenn Morris <rgm@gnu.org>
24713
24714 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
24715 in the middle of an existing one with multiple authors. (Bug#8645)
24716 (change-log-font-lock-keywords): Also handle multiple author lines
24717 with leading tabs. (Bug#8644)
24718
24719 * calendar/appt.el (appt-check): Rename some local variables.
24720 Some simplification/reordering.
24721
24722 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
24723 (feedmail-sendmail-f-doesnt-sell-me-out)
24724 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
24725 (feedmail-debug-sit-for, feedmail-queue-express-hook)
24726 (feedmail-queue-runner-message-sender): Set :version.
24727 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
24728 (bbdb-dwim-net-address, vm-mail): Declare.
24729 (feedmail-binmail-gnulinuxish-template):
24730 Rename from feedmail-binmail-linuxish-template.
24731 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
24732 Use insert-buffer-substring.
24733
24734 2011-05-14 Bill Carpenter <bill@carpenter.org>
24735
24736 * mail/feedmail.el (feedmail-patch-level): Increase.
24737 (feedmail-debug): New custom group.
24738 (feedmail-confirm-outgoing-timeout)
24739 (feedmail-sendmail-f-doesnt-sell-me-out)
24740 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
24741 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
24742 (feedmail-sender-line, feedmail-from-line)
24743 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
24744 (feedmail-spray-this-address)
24745 (feedmail-spray-address-fiddle-plex-list)
24746 (feedmail-queue-use-send-time-for-date)
24747 (feedmail-queue-use-send-time-for-message-id)
24748 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
24749 (feedmail-buffer-eating-function):
24750 Doc fixes.
24751 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
24752 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
24753 (feedmail-message-action-scroll-down): New functions.
24754 (feedmail-queue-directory, feedmail-queue-draft-directory):
24755 Use expand-file-name.
24756 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
24757 Remove C-v help entry.
24758 (feedmail-queue-buffer-file-name): New variable.
24759 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
24760 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
24761 (feedmail-message-action-send-strong, feedmail-message-action-edit)
24762 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
24763 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
24764 (feedmail-message-action-toggle-spray)
24765 (feedmail-run-the-queue-no-prompts)
24766 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
24767 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
24768 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
24769 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
24770 (feedmail-envelope-deducer, feedmail-fiddle-from)
24771 (feedmail-fiddle-sender, feedmail-default-date-generator)
24772 (feedmail-fiddle-date, feedmail-fiddle-message-id)
24773 (feedmail-fiddle-spray-address)
24774 (feedmail-fiddle-list-of-spray-fiddle-plexes)
24775 (feedmail-fiddle-list-of-fiddle-plexes)
24776 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
24777 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
24778 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
24779 Change default. Doc fix.
24780 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
24781 (feedmail-binmail-linuxish-template): New constant.
24782 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
24783 Respect feedmail-sendmail-f-doesnt-sell-me-out.
24784 (feedmail-send-it): Add debug call.
24785 Use feedmail-queue-buffer-file-name, and
24786 feedmail-send-it-immediately-wrapper.
24787 (feedmail-message-action-send): Add debug call.
24788 Use feedmail-send-it-immediately-wrapper.
24789 (feedmail-queue-express-to-queue): Add debug call.
24790 Run feedmail-queue-express-hook.
24791 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
24792 (feedmail-message-action-help-blat):
24793 Rename from feedmail-queue-send-edit-prompt-help-first.
24794 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
24795 Check line-endings. Handle errors better.
24796 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
24797 Doc fix. Add debug call.
24798 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
24799 Use feedmail-queue-send-edit-prompt-inner.
24800 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
24801 (feedmail-queue-send-edit-prompt-inner): New function, extracted
24802 from feedmail-queue-send-edit-prompt.
24803 (feedmail-queue-send-edit-prompt-help)
24804 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
24805 (feedmail-tidy-up-slug): Add debug call.
24806 Respect feedmail-queue-slug-suspect-regexp.
24807 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
24808 (feedmail-dump-message-to-queue): Add debug call.
24809 Expand queue-directory.
24810 (feedmail-dump-message-to-queue): Change message slightly.
24811 Use feedmail-say-chatter.
24812 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
24813 (feedmail-send-it-immediately-wrapper): New function.
24814 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
24815 Insert empty string rather than newline. Handle full-frame case.
24816 Use catch/throw. Use feedmail-say-chatter.
24817 (feedmail-fiddle-from): Try mail-host-address.
24818 (feedmail-default-message-id-generator): Doc fix.
24819 Bind system-time-locale. Handle missing end.
24820 (feedmail-fiddle-x-mailer): Add debug call.
24821 Handle feedmail-x-mailer-line being nil.
24822 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
24823 Add debug call. Use buffer-substring-no-properties.
24824 (feedmail-say-debug, feedmail-say-chatter): New functions.
24825 (feedmail-find-eoh): Give an explicit error.
24826
24827 2011-05-13 Ulf Jasper <ulf.jasper@web.de>
24828
24829 * net/newst-treeview.el (newsticker-treeview-face): Change default
24830 family from helvetica to sans.
24831 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
24832 etc/images/newsticker.
24833
24834 * net/newst-reader.el (newsticker-feed-face): Change default
24835 family from helvetica to sans.
24836
24837 * net/newst-plainview.el (newsticker-new-item-face)
24838 (newsticker-old-item-face, newsticker-immortal-item-face)
24839 (newsticker-obsolete-item-face, newsticker-date-face)
24840 (newsticker-statistics-face): Change default family from
24841 helvetica to sans.
24842 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
24843 etc/images/newsticker.
24844
24845 * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
24846 (newsticker--process-auto-mark-filter-match): Tell user about
24847 auto-marking.
24848
24849 2011-05-13 Didier Verna <didier@xemacs.org>
24850
24851 Common Lisp indentation improvements on defmethod and lambda-lists.
24852 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
24853 TODO entries.
24854 (lisp-lambda-list-keyword-parameter-indentation)
24855 (lisp-lambda-list-keyword-parameter-alignment)
24856 (lisp-lambda-list-keyword-alignment): New customizable user options.
24857 (lisp-indent-defun-method): Improve docstring.
24858 (extended-loop-p): Fix comment.
24859 (lisp-indent-lambda-list-keywords-regexp): New variable.
24860 (lisp-indent-lambda-list): New function.
24861 (lisp-indent-259): Use it.
24862 (lisp-indent-defmethod): Support for more than one
24863 method qualifier and properly indent methods lambda-lists.
24864 (defgeneric): Provide a missing common-lisp-indent-function property.
24865
24866 2011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
24867
24868 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
24869 bounds for the empty string (bug#8667).
24870
24871 2011-05-13 Glenn Morris <rgm@gnu.org>
24872
24873 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
24874
24875 * mail/sendmail.el (sendmail-program): Try executable-find first.
24876 (sendmail-send-it): `sendmail-program' cannot be unbound.
24877
24878 * calendar/appt.el (appt-make-list): Simplify.
24879 (appt-time-msg-list): Doc fix.
24880 (appt-check): Change mode-line message at the time of the appointment.
24881
24882 2011-05-12 Andreas Schwab <schwab@linux-m68k.org>
24883
24884 * progmodes/ld-script.el (ld-script-keywords)
24885 (ld-script-builtins): Update keywords list.
24886
24887 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
24888
24889 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
24890
24891 * shell.el (shell-completion-vars): New function.
24892 (shell-mode):
24893 * simple.el (read-shell-command): Use it.
24894 (blink-matching-open): No need for " [...]" in minibuffer-message.
24895
24896 2011-05-12 Glenn Morris <rgm@gnu.org>
24897
24898 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
24899 (appt-check): Simplify.
24900
24901 2011-05-12 Eli Zaretskii <eliz@gnu.org>
24902
24903 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
24904 literal "/dev/null".
24905
24906 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
24907
24908 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
24909 Fix typo.
24910
24911 2011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
24912
24913 * progmodes/which-func.el (which-function):
24914 Use add-log-current-defun instead of add-log-current-defun-function,
24915 which might not be defined (Bug#8260).
24916
24917 2011-05-12 Glenn Morris <rgm@gnu.org>
24918
24919 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
24920 Let byte-compile-initial-macro-environment always take precedence.
24921
24922 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
24923
24924 * net/rcirc.el: Add support for SSL/TLS connections.
24925 (rcirc-server-alist): New field `encryption'.
24926 (rcirc): Check `encryption' settings.
24927 (rcirc-connect): New arg `encryption'. Use open-network-stream.
24928 Merge make-local-variable into `set'.
24929 (rcirc--connection-open-p): New function.
24930 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
24931 the process is not a network process (e.g. running gnutls-cli).
24932 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
24933 Make rcirc-(en|de)code-coding-system local here.
24934 (rcirc-mode): Merge make-local-variable into `set'.
24935 (rcirc-parent-buffer): Make permanent buffer-local.
24936 (rcirc-multiline-minor-mode): Don't do it here.
24937 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
24938 there's no server buffer.
24939
24940 2011-05-11 Glenn Morris <rgm@gnu.org>
24941
24942 * newcomment.el (comment-kill): Prefix "unused" local.
24943
24944 * term/w32console.el (get-screen-color): Declare.
24945
24946 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
24947 Handle symbol elements of byte-compile-initial-macro-environment.
24948
24949 2011-05-10 Leo Liu <sdl.web@gmail.com>
24950
24951 * bookmark.el (bookmark-bmenu-mode-map):
24952 Bind bookmark-bmenu-search to `/'.
24953
24954 * mail/footnote.el: Convert to utf-8 encoding.
24955 (footnote-unicode-string, footnote-unicode-regexp): New variable.
24956 (Footnote-unicode): New function.
24957 (footnote-style-alist): Add unicode style to the list.
24958 (footnote-style): Doc fix.
24959
24960 2011-05-10 Jim Meyering <meyering@redhat.com>
24961
24962 Fix doubled-word typos.
24963 * international/quail.el (quail-insert-kbd-layout): and and -> and
24964 * kermit.el: and and -> and
24965 * net/ldap.el (ldap-search-internal): to to -> to
24966 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
24967 * progmodes/js.el (js-mode): and and -> and
24968 * textmodes/artist.el (artist-move-to-xy): at at -> at
24969 (artist-draw-region-trim-line-endings): if if -> if
24970 And Safetyc -> Safety.
24971 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
24972
24973 2011-05-10 Glenn Morris <rgm@gnu.org>
24974 Stefan Monnier <monnier@iro.umontreal.ca>
24975
24976 * files.el (hack-one-local-variable-eval-safep):
24977 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
24978
24979 2011-05-10 Glenn Morris <rgm@gnu.org>
24980
24981 * calendar/diary-lib.el (diary-list-entries-hook)
24982 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
24983 (diary-nongregorian-marking-hook, diary-list-entries)
24984 (diary-include-other-diary-files, diary-mark-entries)
24985 (diary-mark-included-diary-files): Doc fixes.
24986
24987 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
24988
24989 * misc.el: Require tabulated-list.el during compilation.
24990
24991 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
24992
24993 * progmodes/compile.el (compilation-start):
24994 Run compilation-filter-hook for the async case too.
24995 (compilation-filter-hook): Doc fix.
24996
24997 2011-05-09 Deniz Dogan <deniz@dogan.se>
24998
24999 * wdired.el: Remove outdated installation comment. Fix usage
25000 comment.
25001
25002 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
25003
25004 * misc.el: Implement new command `list-dynamic-libraries'.
25005 (list-dynamic-libraries--loaded-only-p): New variable.
25006 (list-dynamic-libraries--refresh): New function.
25007 (list-dynamic-libraries): New command.
25008
25009 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
25010
25011 * progmodes/compile.el (compilation-error-regexp-alist-alist):
25012 Fix the ant regexp to handle end-line and end-column info from jikes.
25013 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
25014 higher priority to avoid clobbering by gnu.
25015
25016 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
25017
25018 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
25019 if the face has existing theme settings (Bug#8454).
25020
25021 2011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
25022
25023 * progmodes/perl-mode.el (perl-imenu-generic-expression):
25024 Only match variables declared via `my' or `our' (Bug#8261).
25025
25026 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
25027 special file names `.' and `..' (Bug#8259).
25028
25029 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
25030
25031 * progmodes/grep.el (grep-mode-font-lock-keywords):
25032 Remove buffer-changing entries.
25033 (grep-filter): New function.
25034 (grep-mode): Add it to compilation-filter-hook.
25035
25036 * progmodes/compile.el (compilation-filter-hook)
25037 (compilation-filter-start): New defvars.
25038 (compilation-filter): Call compilation-filter-hook prior to
25039 updating the process mark.
25040
25041 2011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
25042
25043 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
25044
25045 2011-05-07 Eli Zaretskii <eliz@gnu.org>
25046
25047 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
25048 mailclient-send-it even if window-system is nil. (Bug#8595)
25049
25050 * term/w32console.el (terminal-init-w32console):
25051 Call get-screen-color and use its output to set the frame
25052 background-mode. (Bug#8597)
25053
25054 2011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
25055
25056 Make bytecomp.el understand that defmethod defines funs (bug#8631).
25057 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
25058 New functions.
25059 (defgeneric, eieio--defmethod): Use them.
25060 (eieio-defgeneric): Remove.
25061 (defmethod): Call defgeneric in a way visible to the byte-compiler.
25062
25063 2011-05-07 Glenn Morris <rgm@gnu.org>
25064
25065 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
25066 Use let rather than let*.
25067 (timeclock-find-discrep): Remove unused local.
25068
25069 * calendar/diary-lib.el (diary-comment-start): Doc fix.
25070
25071 * calendar/appt.el (appt-time-msg-list): Doc fix.
25072
25073 2011-05-06 Noah Friedman <friedman@splode.com>
25074
25075 * apropos.el (apropos-print-doc): Only use
25076 emacs-lisp-docstring-fill-column when it is bound to an integer,
25077 per that variable's documentation.
25078
25079 2011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
25080
25081 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
25082 and warnings are not silently discarded (e.g. use -d instead of -P).
25083
25084 2011-05-06 Glenn Morris <rgm@gnu.org>
25085
25086 * calendar/appt.el (appt-message-warning-time): Doc fix.
25087 (appt-warning-time-regexp): New option.
25088 (appt-make-list): Respect appt-message-warning-time.
25089
25090 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
25091 New options.
25092 (diary-add-to-list): Strip comments from the displayed string.
25093 (diary-mode): Set comment-start and comment-end.
25094
25095 * vc/diff-mode.el (smerge-refine-subst): Declare.
25096 (diff-refine-hunk): Don't require smerge-mode when compiling.
25097
25098 2011-05-06 Juanma Barranquero <lekktu@gmail.com>
25099
25100 * simple.el (list-processes): Return nil as the docstring says.
25101
25102 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
25103
25104 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
25105 to "".
25106 (ange-ftp-write-region, ange-ftp-insert-file-contents)
25107 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
25108 determining of binary transfer. (Bug#7383)
25109
25110 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
25111
25112 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
25113 Fix port computation bug. (Bug#8618)
25114
25115 2011-05-05 Glenn Morris <rgm@gnu.org>
25116
25117 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
25118
25119 * simple.el (shell-dynamic-complete-functions)
25120 (comint-dynamic-complete-functions): Declare.
25121
25122 * net/network-stream.el (gnutls-negotiate):
25123 * simple.el (tabulated-list-print): Fix declarations.
25124
25125 * progmodes/gud.el (syntax-symbol, syntax-point):
25126 Remove unnecessary and incorrect declarations.
25127
25128 * emacs-lisp/check-declare.el (check-declare-scan):
25129 Handle byte-compile-initial-macro-environment in bytecomp.el.
25130
25131 2011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
25132
25133 Fix earlier half-done eieio-defmethod change (bug#8338).
25134 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
25135 Streamline and change calling convention.
25136 (defmethod): Adjust accordingly and simplify.
25137 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
25138 new eieio--defmethod.
25139 (slot-boundp): Minor CSE simplification.
25140
25141 2011-05-05 Milan Zamazal <pdm@zamazal.org>
25142
25143 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
25144 (glasses-make-readable): Use glasses-separate-capital-groups.
25145
25146 2011-05-05 Juanma Barranquero <lekktu@gmail.com>
25147
25148 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
25149 (warning-series): Doc fix.
25150 (display-warning): Don't try to create the buffer if we just found it.
25151
25152 2011-05-04 Chong Yidong <cyd@stupidchicken.com>
25153
25154 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
25155 (autoload-find-generated-file): New function.
25156 (generate-file-autoloads): Bind generated-autoload-file to
25157 buffer-file-name.
25158 (update-file-autoloads, update-directory-autoloads):
25159 Use autoload-find-generated-file. If called interactively, prompt for
25160 output file (Bug#7989).
25161 (batch-update-autoloads): Doc fix.
25162
25163 2011-05-04 Juanma Barranquero <lekktu@gmail.com>
25164
25165 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
25166
25167 2011-05-04 Glenn Morris <rgm@gnu.org>
25168
25169 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
25170 function, so it follows changes in calendar-date-style.
25171 (diary-fancy-date-matcher): New function.
25172 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
25173 (diary-fancy-font-lock-fontify-region-function):
25174 Use diary-fancy-date-pattern as a function.
25175
25176 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
25177 non-numbers for `year' etc pseudo-variables. (Bug#8583)
25178
25179 2011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
25180
25181 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
25182 instead of positional arguments. Allow :keylist and :crlfiles
25183 arguments.
25184 (open-gnutls-stream): Call it.
25185
25186 * net/network-stream.el (network-stream-open-starttls): Adjust to
25187 call `gnutls-negotiate' with :process and :hostname arguments.
25188
25189 2011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
25190
25191 * minibuffer.el (completion--message): New function.
25192 (completion--do-completion, minibuffer-complete)
25193 (minibuffer-force-complete, minibuffer-complete-word): Use it.
25194 (completion--do-completion): Don't ignore completion-auto-help when in
25195 icomplete-mode.
25196
25197 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
25198 internal encoding (e.g. tibetan zero is not whitespace).
25199 (global-whitespace-mode): Prefer save-current-buffer.
25200 (whitespace-trailing-regexp): Remove useless save-match-data.
25201 (whitespace-empty-at-bob-regexp): Minor simplification.
25202
25203 2011-05-03 Chong Yidong <cyd@stupidchicken.com>
25204
25205 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
25206
25207 2011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
25208
25209 * textmodes/ispell.el (ispell-add-per-file-word-list):
25210 Use `concat' to create string for insertion.
25211
25212 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
25213
25214 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
25215 Avoid open-line which runs post-self-insert-hook.
25216 (bibtex-fill-entry): Remove unused `end' var.
25217
25218 2011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
25219
25220 * textmodes/ispell.el (ispell-add-per-file-word-list):
25221 Protect against `nil' value of `comment-start' (Bug#8579).
25222
25223 2011-05-03 Leo Liu <sdl.web@gmail.com>
25224
25225 * isearch.el (isearch-yank-pop): New command.
25226 (isearch-mode-map): Bind it to `M-y'.
25227 (isearch-forward): Mention it.
25228
25229 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
25230
25231 * simple.el (minibuffer-complete-shell-command): Remove.
25232 (minibuffer-local-shell-command-map): Use completion-at-point.
25233 (read-shell-command): Setup completion vars here instead.
25234 (read-expression-map): Bind TAB to symbol completion.
25235
25236 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
25237 error directly rather via storing it into `results'.
25238
25239 2011-05-02 Leo Liu <sdl.web@gmail.com>
25240
25241 * vc/diff.el: Fix description.
25242
25243 2011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
25244
25245 * server.el (server-eval-at): New function.
25246
25247 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
25248
25249 * net/network-stream.el (open-network-stream): Take a :nowait
25250 parameter and pass it on to `make-network-process'.
25251 (network-stream-open-plain): Ditto.
25252
25253 2011-04-30 Andreas Schwab <schwab@linux-m68k.org>
25254
25255 * faces.el (face-spec-set-match-display): Don't match toolkit
25256 options on terminal frames.
25257
25258 2011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
25259
25260 * progmodes/pascal.el: Use lexical binding.
25261 (pascal-mode-map): Remove author preferences.
25262
25263 * pcomplete.el (pcomplete-std-complete): Don't abuse
25264 completion-at-point.
25265
25266 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
25267
25268 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
25269 removing code that has been dead since 1991 or so.
25270
25271 * startup.el (command-line): When warning about "_emacs", use a
25272 delayed warning to allow the user to filter it out.
25273
25274 2011-04-28 Deniz Dogan <deniz@dogan.se>
25275
25276 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
25277 user has not joined.
25278
25279 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
25280
25281 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
25282 aren't any completions at point.
25283
25284 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
25285
25286 * subr.el (display-delayed-warnings): New function.
25287 (delayed-warnings-hook): New variable.
25288
25289 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
25290
25291 * minibuffer.el (completion-at-point, completion-help-at-point):
25292 Don't presume that a given completion-at-point-function will always
25293 use the same calling convention.
25294
25295 * pcomplete.el (pcomplete-completions-at-point):
25296 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
25297 pcomplete-seen is non-nil.
25298 (pcomplete-comint-setup): Also recognize the new comint/shell
25299 completion functions.
25300 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
25301 pcomplete-seen is non-nil.
25302
25303 2011-04-27 Niels Giesen <niels.giesen@gmail.com>
25304
25305 * calendar/icalendar.el (diary-lib): Add require statement.
25306 (icalendar--create-uid): Read out a uid from a text-property on
25307 the first character in the entry. This allows for code to add its
25308 own uid to the entry.
25309 (icalendar--convert-float-to-ical): Add export of
25310 `diary-float'-entries save for those with the optional DAY
25311 argument.
25312
25313 2011-04-27 Daniel Colascione <dan.colascione@gmail.com>
25314
25315 * subr.el (shell-quote-argument): Use alternate escaping strategy
25316 when we spot a variable reference in a string.
25317
25318 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
25319
25320 * cus-start.el (all): Define customization for debug-on-event.
25321
25322 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
25323
25324 * subr.el (shell-quote-argument): Escape correctly under Windows.
25325
25326 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
25327
25328 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
25329
25330 2011-04-25 Michael Albinus <michael.albinus@gmx.de>
25331
25332 * net/tramp.el (tramp-process-actions): Add POS argument.
25333 Delete region between POS and (pos).
25334
25335 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
25336 Use `nil' position in `tramp-process-actions' call.
25337 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
25338
25339 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
25340 position in `tramp-process-actions' call.
25341
25342 * net/trampver.el: Update release number.
25343
25344 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
25345
25346 * custom.el (defcustom): Obey lexical-binding.
25347
25348 Fix octave-inf completion problems reported by Alexander Klimov.
25349 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
25350 Inherit from octave-mode-syntax-table.
25351 (inferior-octave-mode): Set info-lookup-mode.
25352 (inferior-octave-completion-at-point): New function.
25353 (inferior-octave-complete): Use it and completion-in-region.
25354 (inferior-octave-dynamic-complete-functions): Use it as well, and use
25355 comint-filename-completion.
25356 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
25357 symbol elements which shouldn't be word elements.
25358 (octave-font-lock-keywords, octave-beginning-of-defun)
25359 (octave-function-header-regexp): Adjust regexps accordingly.
25360 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
25361
25362 2011-04-25 Juanma Barranquero <lekktu@gmail.com>
25363
25364 * net/gnutls.el (gnutls-errorp): Declare before first use.
25365
25366 2011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
25367
25368 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
25369 verify-error, and verify-hostname-error parameters. Check whether
25370 default trustfile exists before going to use it. Add missing
25371 argument to gnutls-message-maybe call. Return value.
25372 Reported by Claudio Bley <claudio.bley@gmail.com>.
25373 (open-gnutls-stream): Add usage example.
25374
25375 * net/network-stream.el (network-stream-open-starttls): Give host
25376 parameter to `gnutls-negotiate'.
25377 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
25378 * subr.el (shell-quote-argument): Escape correctly under Windows.
25379
25380 2011-04-24 Daniel Colascione <dan.colascione@gmail.com>
25381
25382 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
25383 Use correct match group (bug#8438).
25384
25385 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
25386
25387 * emacs-lisp/package.el (package-built-in-p): Fix typo.
25388 (package-menu--generate): New arg specifying packages to show.
25389 (package-menu-refresh, package-menu-execute, list-packages):
25390 Callers changed.
25391 (package-show-package-list): New function, replacing deleted
25392 package--list-packages (renamed because it is non-internal).
25393
25394 * finder.el (finder-list-matches): Use package-show-package-list
25395 instead of deleted package--list-packages.
25396
25397 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
25398 Based on a previous implementation by Juanma Barranquero (Bug#8366).
25399 (vc-annotate-mode-map): Bind it to RET.
25400
25401 2011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
25402
25403 * progmodes/etags.el (next-file): Don't use set-buffer to change
25404 buffers (Bug#8478).
25405
25406 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
25407
25408 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
25409
25410 * apropos.el (apropos-label-face): Avoid variable-pitch face.
25411 (apropos-accumulator): Doc fix.
25412 (apropos-function, apropos-macro, apropos-command)
25413 (apropos-variable, apropos-face, apropos-group, apropos-widget)
25414 (apropos-plist): Add face property.
25415 (apropos-symbols-internal): Fix indentation.
25416 (apropos-print): Simplify help, and recognize apropos-multi-type.
25417 (apropos-print-doc): Use button-type-get to extract the button's
25418 face property. Fill docstring (Bug#8352).
25419
25420 2011-04-23 Juanma Barranquero <lekktu@gmail.com>
25421
25422 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
25423
25424 * play/mpuz.el (mpuz-silent): Doc fix.
25425 (mpuz-mode-map): Use mapc.
25426 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
25427 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
25428 Fix typos in docstrings.
25429
25430 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
25431 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
25432
25433 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
25434
25435 2011-04-23 Chong Yidong <cyd@stupidchicken.com>
25436
25437 * minibuffer.el (completion--do-completion): Avoid the "Next char
25438 not unique" prompt if icomplete-mode is enabled (Bug#5849).
25439
25440 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
25441 mouse-2 into unread-command-events, it is interpreted correctly.
25442
25443 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
25444 (image-toggle-display): Doc fix.
25445
25446 2011-04-23 Stephen Berman <stephen.berman@gmx.net>
25447
25448 * textmodes/page.el (what-page): Use line-number-at-pos to
25449 calculate line number (Bug#6825).
25450
25451 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
25452
25453 * eshell/esh-mode.el (find-tag-interactive): Declare function.
25454 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
25455 Pass argument NO-DEFAULT to `find-tag-interactive'.
25456
25457 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
25458
25459 Lexical-binding cleanup.
25460
25461 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
25462 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
25463 * progmodes/ada-prj.el (ada-prj-initialize-values)
25464 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
25465 (ada-prj-show-value):
25466 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
25467 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
25468 (antlr-invalidate-context-cache, antlr-options-menu-filter)
25469 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
25470 * progmodes/bug-reference.el (bug-reference-push-button):
25471 * progmodes/fortran.el (fortran-line-length):
25472 * progmodes/glasses.el (glasses-change):
25473 * progmodes/octave-mod.el (octave-fill-paragraph):
25474 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
25475 (python-pdbtrack-grub-for-buffer, python-sentinel):
25476 * progmodes/sql.el (sql-save-connection):
25477 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
25478 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
25479 Mark unused parameters.
25480
25481 * progmodes/compile.el (compilation--flush-directory-cache)
25482 (compilation--flush-parse, compile-internal): Mark unused parameters.
25483 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
25484 (compilation-next-error-function): Remove unused variable `timestamp'.
25485
25486 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
25487 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
25488
25489 * progmodes/dcl-mode.el (dcl-end-of-command):
25490 Remove unused variable `start'.
25491 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
25492 (dcl-option-value-basic, dcl-option-value-offset)
25493 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
25494 Mark unused parameters.
25495 (dcl-save-local-variable): Remove unused variable `val'.
25496 (mode): Declare.
25497
25498 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
25499 Mark unused parameters.
25500 (delphi-ignore-changes): Move before first use.
25501 (delphi-charset-token-at): Remove unused variable `start'.
25502 (delphi-else-start): Remove unused variable `if-count'.
25503 (delphi-comment-block-start, delphi-comment-block-end):
25504 Remove unused variable `kind'.
25505 (delphi-indent-line): Remove unused variable `new-point'.
25506
25507 * progmodes/ebrowse.el (ebrowse-files-list)
25508 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
25509 Mark unused parameters. Don't quote `lambda'.
25510 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
25511 Don't quote `lambda'.
25512 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
25513 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
25514 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
25515 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
25516 Use `ignore-errors'.
25517 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
25518 (ebrowse-view/find-file-and-search-pattern)
25519 (ebrowse-view/find-member-declaration/definition):
25520 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
25521 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
25522 Rename parameter PREFIX-ARG to PREFIX.
25523 (ebrowse-tags-read-name): Remove unused variables `start' and
25524 `member-info'.
25525 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
25526 to `tags-file'.
25527
25528 * progmodes/etags.el (local-find-tag-hook): Declare.
25529 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
25530 Mark unused parameters.
25531
25532 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
25533 (executable-interpret): Mark unused parameter.
25534
25535 * progmodes/flymake.el (flymake-process-sentinel)
25536 (flymake-after-change-function)
25537 (flymake-create-temp-with-folder-structure)
25538 (flymake-get-include-dirs-dot): Mark unused parameters.
25539 (flymake-safe-delete-directory): Remove unused variable `err'.
25540
25541 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
25542 (speedbar-timer-fn, speedbar-line-text)
25543 (speedbar-change-expand-button-char, speedbar-delete-subblock)
25544 (speedbar-center-buffer-smartly): Declare functions.
25545 (gdb-find-watch-expression): Remove unused variable `array'.
25546 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
25547 (gdb-starting): Mark unused parameters.
25548 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
25549 (gdb-table-string): Remove unused variable `res'.
25550 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
25551 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
25552 (gdb-display-buffer): Remove unused variable `cur-size'.
25553
25554 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
25555 allow lexical-binding compilation.
25556 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
25557 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
25558 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
25559 Mark unused parameters.
25560 (gud-gdb-marker-filter): Remove unused variable `match'.
25561 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
25562 lambda expressions and funcall them, instead of using `fset'.
25563
25564 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
25565 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
25566
25567 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
25568 variable `header-beg'; use `let'.
25569
25570 * progmodes/icon.el (indent-icon-exp): Remove unused variables
25571 `restart', `last-sexp' and `at-do'.
25572
25573 * progmodes/js.el (js--debug): Mark unused parameter.
25574 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
25575 (js--splice-into-items): Remove unused variable `item'.
25576 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
25577
25578 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
25579 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
25580 (makefile-complete): Remove unused variable `try'.
25581 (makefile-fill-paragraph, makefile-match-function-end):
25582 Mark unused parameters.
25583
25584 * progmodes/octave-inf.el (inferior-octave-complete):
25585 Remove unused variable `proc'.
25586 (inferior-octave-output-digest): Mark unused parameter.
25587
25588 * progmodes/perl-mode.el (perl-calculate-indent):
25589 Remove unused variable `err'.
25590
25591 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
25592 (prolog-indent-line): Mark unused parameters.
25593 (prolog-indent-line): Remove unused variable `beg'.
25594
25595 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
25596 (reporter-dont-compact-list): Declare.
25597
25598 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
25599 Remove unused variable `char'.
25600 (sh-debug): Mark unused parameter.
25601 (sh-get-indent-info): Remove unused variable `start'.
25602 (sh-calculate-indent): Remove unused variable `var'.
25603
25604 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
25605 (simula-electric-keyword): Remove unused variable `null'.
25606 (simula-search-backward, simula-search-forward): Remove unused
25607 variables `begin' and `end'.
25608
25609 * progmodes/vera-mode.el (vera-guess-basic-syntax):
25610 Remove unused variable `pos'.
25611 (vera-electric-tab, vera-comment-uncomment-region):
25612 Mark unused parameters.
25613 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
25614
25615 2011-04-22 Chong Yidong <cyd@stupidchicken.com>
25616
25617 * emacs-lisp/package.el (package--builtins, package-alist)
25618 (package-load-descriptor, package-built-in-p, package-activate)
25619 (define-package, package-installed-p)
25620 (package-compute-transaction, package-buffer-info)
25621 (package--push): Doc fix. Distinguish more clearly between
25622 version strings and version lists.
25623
25624 2011-04-21 Juanma Barranquero <lekktu@gmail.com>
25625
25626 Lexical-binding cleanup.
25627
25628 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
25629 (5x5-make-mutate-best):
25630 * play/fortune.el (fortune-in-buffer):
25631 * play/gomoku.el (gomoku-init-display):
25632 * play/solitaire.el (solitaire, solitaire-do-check):
25633 * play/tetris.el (tetris-default-update-speed-function):
25634 Mark unused parameters.
25635
25636 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
25637 (bubbles--shift): Remove unused variable `char-org'.
25638 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
25639 (bubbles--show-images): Remove unused variable `char'.
25640
25641 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
25642 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
25643 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
25644 (decipher-analyze-buffer): Use ?\s.
25645 (decipher-make-checkpoint): Remove unused variable `mapping'.
25646
25647 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
25648
25649 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
25650 Remove unused variable `result'; use `let'.
25651
25652 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
25653 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
25654 (gametree-children-shown-p, gametree-compute-reduced-score):
25655 Use `ignore-errors'.
25656
25657 * play/handwrite.el (ps-lpr-switches): Declare.
25658 (handwrite): Remove unused variables `pmin' and `lastp'.
25659
25660 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
25661
25662 * play/landmark.el (landmark-init-display)
25663 (landmark-update-naught-weights): Mark unused parameters.
25664 (landmark-y): Remove unused variable `noise'. Simplify.
25665 (landmark-human-plays): Remove unused variable `score'.
25666
25667 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
25668 (mpuz-try-proposal): Remove unused variable `game'.
25669
25670 * play/zone.el (life-patterns): Declare.
25671
25672 2011-04-20 Juanma Barranquero <lekktu@gmail.com>
25673
25674 * vc/vc.el (ediff-vc-internal): Declare function.
25675
25676 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
25677
25678 * shell.el: Use lexical-binding and std completion UI.
25679 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
25680 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
25681 comint-preoutput-filter-functions rather than on
25682 comint-output-filter-functions.
25683 (shell-command-completion, shell--command-completion-data)
25684 (shell-filename-completion, shell-environment-variable-completion)
25685 (shell-c-a-p-replace-by-expanded-directory): New functions.
25686 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
25687 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
25688 (shell-dynamic-complete-environment-variable): Use them.
25689 (shell-dynamic-complete-as-environment-variable)
25690 (shell-dynamic-complete-as-command): Remove.
25691 (shell-match-partial-variable): Match past point.
25692 * comint.el: Clean up use of completion-at-point-functions.
25693 (comint-completion-at-point): New function.
25694 (comint-mode): Use it completion-at-point-functions.
25695 (comint-dynamic-complete): Make it obsolete.
25696 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
25697 (comint-c-a-p-replace-by-expanded-history): New function.
25698 (comint-dynamic-complete-functions)
25699 (comint-replace-by-expanded-history): Use it.
25700 * minibuffer.el (completion-table-with-terminator): Allow dynamic
25701 termination strings. Try harder to avoid second try-completion.
25702 (completion-in-region-mode-map): Disable bindings that don't work yet.
25703
25704 * comint.el: Use lexical-binding. Require CL.
25705 (comint-dynamic-complete-functions): Use comint-filename-completion.
25706 (comint-completion-addsuffix): Tweak custom type.
25707 (comint-filename-completion, comint--common-suffix)
25708 (comint--common-quoted-suffix, comint--table-subvert)
25709 (comint--complete-file-name-data): New functions.
25710 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
25711 (comint-dynamic-list-filename-completions): Use them.
25712 (comint-dynamic-simple-complete): Make obsolete.
25713
25714 * minibuffer.el (completion-in-region-mode):
25715 Keep completion-in-region-mode--predicate global.
25716 (completion-in-region--postch):
25717 Assume completion-in-region-mode--predicate is not null.
25718
25719 * progmodes/flymake.el (flymake-start-syntax-check-process):
25720 Obey `dir'. Simplify.
25721
25722 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
25723 we're in VC after all.
25724
25725 2011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
25726
25727 * vc/vc.el (vc-diff-build-argument-list-internal)
25728 (vc-version-ediff, vc-ediff): New commands.
25729 (vc-version-diff): Use vc-diff-build-argument-list-internal.
25730
25731 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
25732
25733 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
25734 add sanity check.
25735
25736 * obsolete/erc-hecomplete.el: Make obsolete.
25737 * obsolete/: Standardize obsolescence info in the header.
25738
25739 2011-04-20 Glenn Morris <rgm@gnu.org>
25740
25741 * calendar/solar.el (solar-horizontal-coordinates):
25742 Use the longitude argument rather than `calendar-longitude'.
25743 (solar-date-next-longitude): Remove unused locals.
25744
25745 2011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
25746
25747 * whitespace.el: New version 13.2.1.
25748
25749 2011-04-20 felix <EmacsWiki> (tiny change)
25750
25751 * whitespace.el (global-whitespace-mode): Keep highlight when
25752 switching between major modes on a file.
25753
25754 2011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
25755
25756 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
25757 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
25758 multi-line comments as well.
25759
25760 2011-04-19 Juanma Barranquero <lekktu@gmail.com>
25761
25762 Lexical-binding cleanup.
25763
25764 * arc-mode.el (archive-mode-revert):
25765 * cmuscheme.el (scheme-interactively-start-process):
25766 * custom.el (custom-initialize-delay):
25767 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
25768 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
25769 * emacs-lock.el (emacs-lock-clear-sentinel):
25770 * ezimage.el (defezimage):
25771 * follow.el (follow-avoid-tail-recenter):
25772 * fringe.el (set-fringe-mode-1):
25773 * generic-x.el (bat-generic-mode-compile):
25774 * help-mode.el (help-info-variable, help-do-xref)
25775 (help-mode-revert-buffer):
25776 * help.el (view-emacs-todo):
25777 * iswitchb.el (iswitchb-completion-help):
25778 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
25779 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
25780 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
25781 * locate.el (locate-update):
25782 * longlines.el (longlines-encode-region)
25783 (longlines-after-change-function):
25784 * outline.el (outline-isearch-open-invisible):
25785 * ps-def.el (declare-function, charset-dimension, char-width)
25786 (encode-char):
25787 * ps-mule.el (ps-mule-plot-string):
25788 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
25789 (recentf-edit-list-select, recentf-edit-list-validate)
25790 (recentf-open-files-action):
25791 * rect.el (delete-whitespace-rectangle-line)
25792 (rectangle-number-line-callback):
25793 * register.el (window-configuration-to-register)
25794 (frame-configuration-to-register):
25795 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
25796 * select.el (xselect-convert-to-string, xselect-convert-to-length)
25797 (xselect-convert-to-targets, xselect-convert-to-delete)
25798 (xselect-convert-to-filename, xselect-convert-to-charpos)
25799 (xselect-convert-to-lineno, xselect-convert-to-colno)
25800 (xselect-convert-to-os, xselect-convert-to-host)
25801 (xselect-convert-to-user, xselect-convert-to-class)
25802 (xselect-convert-to-name, xselect-convert-to-integer)
25803 (xselect-convert-to-atom, xselect-convert-to-identity):
25804 * subr.el (declare, ignore, process-kill-without-query)
25805 (text-clone-maintain):
25806 * terminal.el (te-get-char, te-tic-sentinel):
25807 * tool-bar.el (tool-bar-make-keymap):
25808 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
25809 * type-break.el (type-break-mode, type-break-noninteractive-query):
25810 * view.el (View-back-to-mark):
25811 * wid-browse.el (widget-browse-action, widget-browse-widget)
25812 (widget-browse-widgets, widget-browse-sexp):
25813 * widget.el (define-widget-keywords):
25814 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
25815 Mark unused parameters.
25816
25817 * align.el (align-adjust-col-for-rule): Mark unused parameter.
25818 (align-areas): Remove unused variable `look'.
25819 (align-region): Remove unused variables `real-end' and `pos-list'.
25820
25821 * apropos.el (apropos-score-doc): Remove unused variable `i'.
25822
25823 * bindings.el (mode-line-modified, mode-line-remote):
25824 Mark unused parameters.
25825 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
25826
25827 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
25828 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
25829
25830 * comint.el (comint-history-isearch-pop-state)
25831 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
25832 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
25833 (comint-substitute-in-file-name): Doc fix.
25834
25835 * completion.el (cmpl-statistics-block): Mark unused parameter.
25836 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
25837 (save-completions-to-file, load-completions-from-file):
25838 Remove unused local variable `e'.
25839
25840 * composite.el (compose-chars): Remove unused variable `len'.
25841 (lgstring-insert-glyph): Remove unused variable `g'.
25842 (compose-glyph-string): Remove unused variables `ascent',
25843 `descent', `lbearing' and `rbearing'.
25844 (compose-glyph-string-relative): Remove unused variables
25845 `lbearing', `rbearing' and `wadjust'.
25846 (compose-gstring-for-graphic): Remove unused variables `header',
25847 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
25848 (compose-gstring-for-terminal): Remove unused variables `header'
25849 and `nchars'. Use `let', not `let*'.
25850
25851 * cus-edit.el (Custom-set, Custom-save, custom-reset)
25852 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
25853 (Custom-buffer-done, custom-buffer-create-internal)
25854 (custom-browse-visibility-action, custom-browse-group-tag-action)
25855 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
25856 (widget-magic-mouse-down-action, custom-toggle-parent)
25857 (custom-add-parent-links, custom-toggle-hide-variable)
25858 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
25859 (custom-toggle-hide-face, face, hook, custom-group-link-action)
25860 (custom-face-menu-create, custom-variable-menu-create, get)
25861 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
25862 (custom-reset-standard-save-and-update): Remove unused variable `value'.
25863 (customize-apropos): Remove unused variable `tests'.
25864 (custom-group-value-create): Remove unused variable `hidden-p'.
25865 (sort-fold-case): Declare.
25866
25867 * cus-theme.el (custom-reset-standard-faces-list)
25868 (custom-reset-standard-variables-list): Declare.
25869 (customize-create-theme, custom-theme-revert, custom-theme-write)
25870 (custom-theme-choose-mode, customize-themes, custom-theme-save):
25871 Mark unused parameters.
25872
25873 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
25874
25875 * delim-col.el (delimit-columns-max): Move defvar before first use.
25876
25877 * descr-text.el (describe-char-categories): Don't quote `lambda'.
25878 (describe-char): Don't quote `lambda'. Mark unused parameter.
25879
25880 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
25881 (auto-insert): Declare.
25882 (desktop-restore-file-buffer): Rename desktop-* parameters;
25883 mark unused ones.
25884 (desktop-create-buffer): Rename desktop-* parameters and bind them.
25885 (desktop-buffer): Rename desktop-* parameters.
25886
25887 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
25888 (dframe-reposition-frame-xemacs, dframe-help-echo)
25889 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
25890 Mark unused parameters.
25891
25892 * dired-aux.el (backup-extract-version-start, overwrite-query)
25893 (overwrite-backup-query, rename-regexp-query)
25894 (rename-non-directory-query): Declare.
25895 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
25896 (dired-add-entry): Remove unused variable `orig-file-name'.
25897 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
25898 Use parameter PRESERVE-TIME instead of accessing dynamic variable
25899 `dired-copy-preserve-time' directly.
25900 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
25901 (dired-insert-subdir-newpos): Rename unused variable `pos'.
25902
25903 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
25904 (dired-virtual-revert, dired-make-relative-symlink):
25905 Mark unused parameters.
25906 (manual-program): Declare.
25907 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
25908 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
25909 wrapped in `with-no-warnings' to avoid replacing one warning by another.
25910
25911 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
25912
25913 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
25914
25915 * echistory.el (electric-history-in-progress, Helper-return-blurb):
25916 Declare.
25917
25918 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
25919
25920 * electric.el (Electric-command-loop): Rename parameter
25921 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
25922
25923 * expand.el (expand-in-literal): Remove unused variable `here'.
25924
25925 * facemenu.el (facemenu-add-new-color):
25926 Remove unused variable `docstring'.
25927
25928 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
25929 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
25930 (face-attr-construct): Mark unused parameter. Doc fix.
25931 (read-color): Remove unused variable `hex-string'.
25932
25933 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
25934 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
25935 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
25936 (display-buffer-other-frame): Remove unused variable `old-window'.
25937 (kill-buffer-hook): Declare.
25938 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
25939 Mark unused parameters.
25940 (after-find-file): Pass 1 to `auto-save-mode', not t.
25941
25942 * files-x.el (auto-insert): Declare.
25943 (modify-file-local-variable-prop-line): Remove unused variable `val'.
25944
25945 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
25946 variable `buf'. Mark unused parameter.
25947 (find-lisp-insert-directory): Mark unused parameter.
25948
25949 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
25950 (format-encode-region): Remove unused variables `cur-buf' and `result'.
25951 (format-common-tail): Remove, unused.
25952 (format-deannotate-region): Remove unused variable `loc'.
25953 (format-annotate-region): Remove unused variable `p'.
25954 (format-annotate-single-property-change): Remove unused variables
25955 `default' and `tail'.
25956
25957 * forms.el (read-file-filter): Declare.
25958 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
25959
25960 * frame.el (frame-creation-function-alist): Mark unused parameter.
25961 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
25962
25963 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
25964 Remove unused parameters.
25965 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
25966 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
25967
25968 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
25969 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
25970 (hfy-prepare-tag-map): Mark unused parameters.
25971 (htmlfontify-buffer): Use `called-interactively-p'.
25972
25973 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
25974 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
25975 (ibuffer-do-occur): Mark unused parameters.
25976 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
25977 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
25978
25979 * ibuffer.el: Don't quote `lambda'.
25980 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
25981 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
25982 Mark unused parameters.
25983
25984 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
25985 (ido-completing-read): Mark unused parameters.
25986 (ido-copy-current-word): Mark unused parameters;
25987 remove unused variable `name'.
25988 (ido-sort-merged-list): Remove unused parameter `dirs'.
25989
25990 * ielm.el (ielm-input-sender): Mark unused parameter.
25991 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
25992 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
25993 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
25994 `ielm-string' as a dynamic variable accessible from the IELM prompt.
25995 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
25996
25997 * image-dired.el (image-dired-display-thumbs): Remove unused
25998 variables `curr-file' and `count'.
25999 (image-dired-remove-tag): Remove unused variable `start'.
26000 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
26001 variable `curr-file'
26002 (image-dired-rotate-original): Remove unused variable `temp-file'.
26003 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
26004 Remove unused variable `file'.
26005 (image-dired-gallery-generate): Remove unused variable `curr'.
26006 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
26007
26008 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
26009
26010 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
26011
26012 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
26013
26014 * isearch.el (minibuffer-history-symbol): Declare.
26015 (isearch-edit-string): Remove unused variable `err'.
26016 (isearch-message-prefix, isearch-message-suffix):
26017 Mark unused parameters.
26018
26019 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
26020
26021 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
26022
26023 * makesum.el (double-column): Remove unused variable `cnt'.
26024
26025 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
26026 (ido-ignore-item-temp-list): Declare.
26027
26028 * mouse-drag.el (mouse-drag-throw): Remove unused variables
26029 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
26030 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
26031 (mouse-drag-drag): Remove unused variables `mouse-delta' and
26032 `mouse-col-delta'.
26033
26034 * mouse-sel.el (mouse-extend-internal):
26035 Remove unused variable `orig-window-frame'.
26036
26037 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
26038 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
26039 Move declarations before first use.
26040 (pcomplete-opt): Mark unused parameters; doc fix.
26041
26042 * proced.el (proced-revert): Mark unused parameter.
26043 (proced-send-signal): Remove unused variable `err'.
26044
26045 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
26046 Rename parameter PREFIX-ARG to ARG.
26047 (ps-basic-plot-string, ps-basic-plot-whitespace):
26048 Mark unused parameters.
26049
26050 * replace.el (replace-count): Define.
26051 (occur-revert-function): Mark unused parameters.
26052 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
26053 (isearch-case-fold-search, isearch-string): Declare.
26054 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
26055 bind `case-fold-search'. Remove unused variables `beg' and `end',
26056 and simplify.
26057 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
26058 COUNT and bind `replace-count'.
26059 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
26060 to COUNT.
26061
26062 * savehist.el (print-readably, print-string-length): Declare.
26063
26064 * shadowfile.el (shadow-expand-cluster-in-file-name):
26065 Remove unused variable `cluster'.
26066 (shadow-copy-file): Remove unused variable `i'.
26067 (shadow-noquery, shadow-clusters, shadow-site-cluster)
26068 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
26069 (shadow-define-literal-group, shadow-define-regexp-group)
26070 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
26071
26072 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
26073 (shell): Use `called-interactively-p'.
26074 (shell-directory-tracker): Remove unused variable `chdir-failure'.
26075
26076 * simple.el (compilation-context-lines, comint-file-name-quote-list)
26077 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
26078 (delete-backward-char): Remove unused variable `ocol'.
26079 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
26080 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
26081 (event-apply-hyper-modifier, event-apply-shift-modifier)
26082 (event-apply-control-modifier, event-apply-meta-modifier):
26083 Mark unused parameters.
26084 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
26085 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
26086
26087 * speedbar.el (speedbar-ignored-directory-expressions)
26088 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
26089 (speedbar-find-file, speedbar-dir-follow)
26090 (speedbar-directory-buttons-follow, speedbar-tag-find)
26091 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
26092 (speedbar-buffers-line-directory, speedbar-buffer-click):
26093 Mark unused parameters.
26094 (speedbar-tag-file): Remove unused variable `mode'.
26095 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
26096
26097 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
26098
26099 * talk.el (talk): Remove unused variable `display'.
26100
26101 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
26102 (tar-write-region-annotate): Mark unused parameter.
26103
26104 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
26105 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
26106 Declare them, wrapped in `with-no-warnings' to avoid replacing one
26107 warning by another.
26108
26109 * time-stamp.el (time-stamp-string-preprocess):
26110 Remove unused variable `require-padding'.
26111
26112 * tree-widget.el (widget-glyph-enable): Declare.
26113 (tree-widget-action): Mark unused parameter.
26114
26115 * w32-fns.el (x-get-selection): Mark unused parameter.
26116 (autoload-make-program, generated-autoload-file): Declare.
26117
26118 * wdired.el (wdired-revert): Mark unused parameters.
26119 (wdired-xcase-word): Remove unused variable `err'.
26120
26121 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
26122 (whitespace-help-scroll): Remove unused variable `data-help'.
26123
26124 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
26125 (widget-image-insert, widget-after-change, default)
26126 (widget-default-format-handler, widget-default-notify)
26127 (widget-default-prompt-value, widget-info-link-action)
26128 (widget-url-link-action, widget-function-link-action)
26129 (widget-variable-link-action, widget-file-link-action)
26130 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
26131 (widget-field-prompt-internal, widget-field-action, widget-field-match)
26132 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
26133 (widget-insert-button-action, widget-delete-button-action, visibility)
26134 (widget-documentation-link-action, widget-documentation-string-action)
26135 (widget-const-prompt-value, widget-regexp-match, symbol)
26136 (widget-coding-system-prompt-value)
26137 (widget-key-sequence-value-to-external, sexp)
26138 (widget-sexp-value-to-internal, character, vector, cons)
26139 (widget-choice-prompt-value, widget-boolean-prompt-value)
26140 (widget-color--choose-action): Mark unused parameters.
26141 (widget-item-match-inline, widget-choice-match-inline)
26142 (widget-checklist-match, widget-checklist-match-inline)
26143 (widget-group-match): Rename parameter VALUES to VALS.
26144 (widget-field-value-set): Remove unused variable `size'.
26145 (widget-color-action): Remove unused variables `value' and `start'.
26146
26147 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
26148 variable `dir'. Doc fix.
26149 (windmove-find-other-window): Don't pass it.
26150
26151 * window.el (count-windows): Mark unused parameter.
26152 (bw-adjust-window): Remove unused variable `err'.
26153
26154 * woman.el (woman-file-name): Remove unused variable `default'.
26155 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
26156 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
26157 (global-font-lock-mode): Declare.
26158 (woman-decode-region): Mark unused parameter.
26159 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
26160
26161 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
26162 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
26163 (x-dnd-handle-moz-url): Remove unused variable `title'.
26164 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
26165
26166 * xml.el (xml-parse-tag, xml-parse-attlist):
26167 Remove unused variable `pos'.
26168
26169 2011-04-19 Glenn Morris <rgm@gnu.org>
26170
26171 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
26172 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
26173 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
26174 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
26175 * calendar/cal-html.el (cal-html-insert-minical):
26176 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
26177 (calendar-mark-date-pattern):
26178 Prefix "unused" locals.
26179
26180 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
26181 optional argument `style'.
26182
26183 * calendar/appt.el (appt-make-list):
26184 * calendar/cal-china.el (calendar-chinese-date-string):
26185 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
26186 (diary-hebrew-yahrzeit):
26187 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
26188 * calendar/calendar.el (calendar-generate-window):
26189 * calendar/time-date.el (time-to-days):
26190 Remove unused local variables.
26191
26192 2011-04-18 Chong Yidong <cyd@stupidchicken.com>
26193
26194 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
26195 glyphless-char-display table.
26196 (tabulated-list-glyphless-char-display): New var.
26197
26198 2011-04-18 Sam Steingold <sds@gnu.org>
26199
26200 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
26201 to acknowledgments.
26202
26203 2011-04-17 Glenn Morris <rgm@gnu.org>
26204
26205 * calendar/diary-lib.el (diary-sexp-entry):
26206 * calendar/holidays.el (holiday-sexp):
26207 Set debug-on-error rather than the removed stack-trace-on-error.
26208
26209 2011-04-16 Glenn Morris <rgm@gnu.org>
26210
26211 * progmodes/f90.el: Use lexical-binding.
26212 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
26213
26214 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
26215
26216 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
26217 (mail-mode): Setup mailalias completion here instead.
26218 * mail/mailalias.el: Use lexical-binding.
26219 (pattern, mailalias-done): Declare dynamic.
26220 (mail-completion-at-point-function): New function, from mail-complete.
26221 (mail-complete): Use it.
26222 (mail-completion-expand): New function.
26223 (mail-get-names): Use it.
26224 (mail-directory, mail-directory-process, mail-directory-stream):
26225 Don't use `pattern' for lexically bound arg.
26226
26227 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
26228
26229 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
26230 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
26231 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
26232
26233 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
26234 (byte-save-window-excursion, byte-temp-output-buffer-setup)
26235 (byte-interactive-p): Define them again, for use when inlining
26236 old code.
26237
26238 2011-04-15 Juanma Barranquero <lekktu@gmail.com>
26239
26240 * loadup.el: Use `string-to-number', not `string-to-int'.
26241
26242 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
26243
26244 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
26245 gud-gdb-complete-command.
26246 (gud-gdb-completions): New function, from gud-gdb-complete-command.
26247 (gud-gdb-completion-at-point): New function.
26248 (gud-gdb-completions): Remove.
26249
26250 2011-04-14 Michael Albinus <michael.albinus@gmx.de>
26251
26252 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
26253 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
26254 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
26255 whether `executable-find' is bound.
26256
26257 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
26258
26259 2011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
26260
26261 * minibuffer.el (completion-in-region-mode-predicate)
26262 (completion-in-region-mode--predicate): New vars.
26263 (completion-in-region, completion-in-region--postch)
26264 (completion-in-region-mode): Use them.
26265 (completion--capf-wrapper): Also return the hook function.
26266 (completion-at-point, completion-help-at-point):
26267 Adjust and provide a predicate.
26268
26269 Preserve arg names for advice of subr and lexical functions (bug#8457).
26270 * help-fns.el (help-function-arglist): Consolidate the subr and
26271 new-byte-code cases. Add argument `preserve-names' to extract names
26272 from the docstring when needed.
26273 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
26274 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
26275 (ad-arglist): Use help-function-arglist's new arg.
26276 (ad-definition-type): Use cond.
26277
26278 2011-04-13 Juanma Barranquero <lekktu@gmail.com>
26279
26280 * autorevert.el (auto-revert-handler):
26281 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
26282 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
26283 Don't quote lambda.
26284
26285 * image-mode.el (image-transform-set-scale):
26286 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
26287
26288 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
26289
26290 * net/network-stream.el (network-stream-open-starttls): Only do
26291 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
26292 Upgrades via gnutls-cli are too slow to be done opportunistically.
26293
26294 2011-04-12 Juanma Barranquero <lekktu@gmail.com>
26295
26296 * dframe.el (dframe-current-frame): Remove spurious quote.
26297
26298 2011-04-12 Glenn Morris <rgm@gnu.org>
26299
26300 * calendar/cal-tex.el (cal-tex-end-document):
26301 Try to automatically use latin1 input if needed.
26302
26303 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
26304 Don't try to cons a mark onto an empty element.
26305
26306 2011-04-11 Leo Liu <sdl.web@gmail.com>
26307
26308 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
26309 buffers.
26310 (ido-kill-buffer-at-head): Support killing virtual buffers.
26311
26312 2011-04-10 Chong Yidong <cyd@stupidchicken.com>
26313
26314 * minibuffer.el (completion-show-inline-help): New var.
26315 (completion--do-completion, minibuffer-complete)
26316 (minibuffer-force-complete, minibuffer-complete-word):
26317 Inhibit minibuffer messages if completion-show-inline-help is nil.
26318
26319 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
26320 to avoid interference from inline help (Bug#5849).
26321
26322 2011-04-10 Leo Liu <sdl.web@gmail.com>
26323
26324 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
26325 Fix typo.
26326
26327 2011-04-09 Chong Yidong <cyd@stupidchicken.com>
26328
26329 * image-mode.el (image-toggle-display-image): Signal an error if
26330 not in Image mode.
26331 (image-transform-mode, image-transform-resize)
26332 (image-transform-set-rotation): Doc fix.
26333 (image-transform-set-resize): Delete.
26334 (image-transform-set-scale, image-transform-fit-to-height)
26335 (image-transform-fit-to-width): Handle image-toggle-display-image
26336 and image-transform-resize directly.
26337
26338 2011-04-08 Sho Nakatani <lay.sakura@gmail.com>
26339
26340 * doc-view.el (doc-view-fit-width-to-window)
26341 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
26342 New functions for fitting the shown image to the Emacs window size.
26343 (doc-view-mode-map): Add bindings for the new functions.
26344
26345 2011-04-08 Juanma Barranquero <lekktu@gmail.com>
26346
26347 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
26348 Fix typo in docstring.
26349
26350 2011-04-08 Eli Zaretskii <eliz@gnu.org>
26351
26352 * files.el (file-size-human-readable): Produce one digit after
26353 decimal, like "ls -lh" does.
26354
26355 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
26356 the file size representation.
26357
26358 * simple.el (list-processes): If async subprocesses are not
26359 available, error out with a clear error message.
26360
26361 2011-04-08 Chong Yidong <cyd@stupidchicken.com>
26362
26363 * help.el (help-form-show): New function, to be called from C.
26364 Put help-form output in a buffer named differently than *Help*.
26365
26366 2011-04-08 Eli Zaretskii <eliz@gnu.org>
26367
26368 * files.el (file-size-human-readable): New function.
26369
26370 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
26371 computing the representation inline. Don't require `cl'.
26372
26373 2011-04-08 Glenn Morris <rgm@gnu.org>
26374
26375 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
26376
26377 * net/browse-url.el (browse-url-firefox):
26378 Test system-type, not system-configuration.
26379
26380 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
26381 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
26382 Use log-edit-empty-buffer-p. (Bug#7598)
26383
26384 * net/rlogin.el (rlogin-process-connection-type): Simplify.
26385 (rlogin-mode-map): Initialize in the defvar.
26386 (rlogin): Use ignore-errors.
26387
26388 * replace.el (occur-mode-map): Some fixes for menu items.
26389
26390 2011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
26391
26392 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
26393
26394 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
26395
26396 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
26397 issuing unused warnings.
26398
26399 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
26400 macro directly.
26401
26402 * simple.el: Lisp reimplement of list-processes. Based on an
26403 earlier reimplementation by Leo Liu, but using tabulated-list.el.
26404 (process-menu-mode): New major mode.
26405 (list-processes--refresh, list-processes):
26406 (process-menu-visit-buffer): New functions.
26407
26408 * files.el (save-buffers-kill-emacs): Don't assume any return
26409 value of list-processes, which is undocumented anyway.
26410
26411 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
26412
26413 * emacs-lisp/tabulated-list.el: New file.
26414
26415 * emacs-lisp/package.el: Use Tabulated List mode.
26416 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
26417 (package-menu-mode): Derive from tabulated-list-mode. Set up the
26418 table format using Tabulated List mode variables.
26419 (package--push): New macro, replacing package-list-maybe-add.
26420 (package-menu--generate): Use package--push. Renamed from
26421 package--generate-package-list.
26422 (package-menu-refresh, list-packages): Use it.
26423 (package-menu--print-info): Rename from package-print-package.
26424 Return insertion data instead of inserting it directly.
26425 (package-menu-describe-package, package-menu-execute):
26426 Use tabulated-list-get-id.
26427 (package-menu-mark-delete, package-menu-mark-install)
26428 (package-menu-mark-unmark, package-menu-backup-unmark)
26429 (package-menu-mark-obsolete-for-deletion):
26430 Use tabulated-list-put-tag.
26431 (package--list-packages, package-menu-revert)
26432 (package-menu-get-package, package-menu-get-version)
26433 (package-menu-sort-by-column): Functions deleted.
26434 (package-menu-package-list, package-menu-sort-key): Vars deleted.
26435 (package-menu--status-predicate, package-menu--version-predicate)
26436 (package-menu--name-predicate)
26437 (package-menu--description-predicate): Handle arguments in the
26438 Tabulated List format.
26439 (package-list-packages-no-fetch): Call list-packages.
26440
26441 2011-04-06 Juanma Barranquero <lekktu@gmail.com>
26442
26443 * files.el (after-find-file-from-revert-buffer): Remove variable.
26444 (after-find-file): Don't bind it.
26445 (revert-buffer-in-progress-p): New variable.
26446 (revert-buffer): Bind it.
26447 Pass nil for `after-find-file-from-revert-buffer'.
26448
26449 * saveplace.el (save-place-find-file-hook): Use new variable
26450 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
26451
26452 2011-04-06 Glenn Morris <rgm@gnu.org>
26453
26454 * Makefile.in (AUTOGEN_VCS): New variable.
26455 (autoloads): Use $AUTOGEN_VCS.
26456
26457 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
26458 * calendar/calendar.el (calendar-mode-map):
26459 Check for toolkit scroll bars. (Bug#8305)
26460
26461 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
26462
26463 * minibuffer.el (completion-in-region--postch)
26464 (completion-in-region-mode): Remove unnecessary messages.
26465
26466 2011-04-05 Juanma Barranquero <lekktu@gmail.com>
26467
26468 * font-lock.el (font-lock-refresh-defaults):
26469 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
26470 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
26471
26472 * info.el (Info-directory-list, Info-read-node-name-2)
26473 (Info-split-parameter-string): Doc fixes.
26474 (Info-virtual-nodes): Reflow docstring.
26475 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
26476 (Info-apropos-toc-nodes, info-finder, Info-get-token)
26477 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
26478 Fix typos in docstrings.
26479 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
26480 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
26481 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
26482 (Info-restore-desktop-buffer): Mark unused parameters.
26483 (Info-directory-find-file, Info-directory-find-node)
26484 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
26485 (Info-virtual-index-find-node, Info-apropos-find-file)
26486 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
26487 Mark unused parameters; fix typos in docstrings.
26488 (Info-virtual-index): Remove unused local variable `nodename'.
26489
26490 2011-04-05 Deniz Dogan <deniz@dogan.se>
26491
26492 * net/rcirc.el: Update my e-mail address.
26493 (rcirc-mode-map): Remove M-o binding.
26494
26495 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
26496
26497 * startup.el (command-line): Save the cursor's theme-face
26498 directly, instead of using face-override-spec.
26499
26500 * custom.el (load-theme): Minor optimization in assigning faces.
26501
26502 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
26503
26504 * help-fns.el (describe-variable): Complete all variables having
26505 documentation, including keywords.
26506 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
26507
26508 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
26509
26510 Convert to lexical-binding.
26511
26512 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
26513 (bs--get-marked-string, bs--get-modified-string)
26514 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
26515 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
26516 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
26517
26518 * ehelp.el (electric-help-execute-extended)
26519 (electric-help-ctrl-x-prefix):
26520 * hexl.el (hexl-revert-buffer-function):
26521 * linum.el (linum-after-change, linum-after-scroll):
26522 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
26523
26524 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
26525
26526 2011-04-04 Daiki Ueno <ueno@unixuser.org>
26527
26528 * epa-dired.el:
26529 * epa-mail.el:
26530 * epa-hook.el:
26531 * epa-file.el:
26532 * epa.el:
26533 * epg.el: Use lexical binding.
26534
26535 2011-04-03 Chong Yidong <cyd@stupidchicken.com>
26536
26537 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
26538
26539 * textmodes/flyspell.el (flyspell-word): Recognize default
26540 dictionary case for flyspell-mark-duplications-exceptions.
26541 Use regexp matching for languages.
26542 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
26543 default dictionary (Bug#7926).
26544
26545 2011-04-02 Chong Yidong <cyd@stupidchicken.com>
26546
26547 * emacs-lisp/package.el (package--with-work-buffer):
26548 Recognize https URLs.
26549
26550 * net/network-stream.el: Move from gnus/proto-stream.el.
26551 Change prefix to network-stream throughout.
26552 (open-protocol-stream): Merge into open-network-stream, leaving
26553 open-protocol-stream as an alias. Handle nil BUFFER args.
26554
26555 * subr.el (open-network-stream): Move to net/network-stream.el.
26556
26557 2011-04-02 Glenn Morris <rgm@gnu.org>
26558
26559 * find-dired.el (find-exec-terminator): New option.
26560 (find-ls-option): Test for -ls support.
26561 (find-ls-subdir-switches): Test for -b in find-ls-option.
26562 (find-dired, find-grep-dired): Doc fixes.
26563 (find-dired): Use find-exec-terminator.
26564
26565 * find-dired.el (find-ls-option, find-ls-subdir-switches)
26566 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
26567 (find-name-arg): Remove purecopy.
26568
26569 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
26570 (grep-compute-defaults): Check for `-exec COMMAND +' support.
26571 Set grep-find-use-xargs, grep-find-command, and grep-find-template
26572 accordingly. Don't add the null-device if not needed.
26573
26574 * files.el (save-some-buffers): Doc fix.
26575
26576 2011-04-02 Eli Zaretskii <eliz@gnu.org>
26577
26578 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
26579
26580 2011-04-01 Juanma Barranquero <lekktu@gmail.com>
26581
26582 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
26583 Use `dolist' rather than `mapcar'.
26584
26585 2011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
26586
26587 Add lexical binding.
26588
26589 * subr.el (apply-partially): Use new closures rather than CL.
26590 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
26591 (dolist, dotimes): Use slightly different expansion for lexical code.
26592 (functionp): Move to C.
26593 (letrec): New macro.
26594 (with-wrapper-hook): Use it and apply-partially instead of CL.
26595 (eval-after-load): Preserve lexical-binding.
26596 (save-window-excursion, with-output-to-temp-buffer): Turn them
26597 into macros.
26598
26599 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
26600
26601 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
26602 than the arglist.
26603 (help-add-fundoc-usage): Don't add `Not documented'.
26604 (help-function-arglist): Handle closures, subroutines, and new
26605 byte-code-functions.
26606 (help-make-usage): Remove leading underscores.
26607 (describe-function-1): Handle closures.
26608 (describe-variable): Use special-variable-p for completion.
26609
26610 * files.el (lexical-binding): Declare safe.
26611
26612 * emacs-lisp/pcase.el: Don't use destructuring-bind.
26613 (pcase--memoize): Rename from pcase-memoize. Change weakness.
26614 (pcase): Add `let' pattern.
26615 Change memoization so it actually works.
26616 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
26617 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
26618 <let>: New case.
26619
26620 * emacs-lisp/macroexp.el: Use lexical binding.
26621 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
26622 Don't convert ' to #' without checking that it's indeed quoting
26623 a lambda.
26624
26625 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
26626 Use eval-sexp-add-defvars.
26627 (eval-sexp-add-defvars): New fun.
26628
26629 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
26630
26631 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
26632 Don't autoload.
26633 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
26634 than the internal `byte-compile-lambda'.
26635 (defmethod): Don't hide code under quotes.
26636 (eieio-defmethod): New `code' argument.
26637
26638 * emacs-lisp/eieio-comp.el: Remove.
26639
26640 * emacs-lisp/edebug.el (edebug-eval-defun)
26641 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
26642 (edebug-toggle): Avoid `eval'.
26643
26644 * emacs-lisp/disass.el (disassemble-internal): Handle new
26645 `closure' objects.
26646 (disassemble-1): Handle new byte codes.
26647
26648 * emacs-lisp/cl.el (pushnew): Silence warning.
26649
26650 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
26651 (cl-byte-compile-throw): Remove.
26652 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
26653
26654 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
26655 closures.
26656
26657 * emacs-lisp/cconv.el: New file.
26658
26659 * emacs-lisp/bytecomp.el: Use lexical binding instead of
26660 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
26661 (byte-compile-initial-macro-environment):
26662 Handle declare-function here.
26663 (byte-compile--lexical-environment): New var.
26664 (byte-stack-ref, byte-stack-set, byte-discardN)
26665 (byte-discardN-preserve-tos): New lap codes.
26666 (byte-interactive-p): Don't use any more.
26667 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
26668 New macros.
26669 (byte-compile-lapcode): Use them and handle new lap codes.
26670 (byte-compile-obsolete): Remove.
26671 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
26672 (byte-compile-arglist-warn): Check late def of inlinable funs.
26673 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
26674 since they should have been expanded by now.
26675 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
26676 (byte-compile-from-buffer): Remove unused second arg.
26677 (byte-compile-preprocess): New function.
26678 (byte-compile-toplevel-file-form): New function to distinguish
26679 file-form calls from outside from file-form calls from hunk-handlers.
26680 (byte-compile-file-form): Simplify.
26681 (byte-compile-file-form-defsubst): Remove.
26682 (byte-compile-file-form-defmumble): Simplify now that
26683 byte-compile-lambda always returns a byte-code-function.
26684 (byte-compile): Preprocess.
26685 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
26686 Remove, not used any more.
26687 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
26688 (byte-compile-make-args-desc): New funs.
26689 (byte-compile-lambda): Handle lexical functions. Always return
26690 a byte-code-function.
26691 (byte-compile-reserved-constants): New var, to make up room for
26692 closed-over variables.
26693 (byte-compile-constants-vector): Obey it.
26694 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
26695 (byte-compile-macroexpand-declare-function): New function.
26696 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
26697 byte-code-functions.
26698 (byte-compile-form): Check obsolescence here.
26699 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
26700 (byte-compile-variable-ref): Remove.
26701 (byte-compile-dynamic-variable-op): New fun.
26702 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
26703 (byte-compile-variable-set): New funs.
26704 (byte-compile-discard): Add 2 args.
26705 (byte-compile-stack-ref, byte-compile-stack-set)
26706 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
26707 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
26708 macroexpand-all instead.
26709 (byte-compile-quote-form): Remove.
26710 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
26711 (byte-compile-bind, byte-compile-unbind): New funs.
26712 (byte-compile-let): Handle let* and lexical binding.
26713 (byte-compile-let*): Remove.
26714 (byte-compile-catch, byte-compile-unwind-protect)
26715 (byte-compile-track-mouse, byte-compile-condition-case):
26716 Handle a new :fun-body form, used for lexical scoping.
26717 (byte-compile-save-window-excursion)
26718 (byte-compile-with-output-to-temp-buffer): Remove.
26719 (byte-compile-defun): Simplify.
26720 (byte-compile-stack-adjustment): New fun.
26721 (byte-compile-out): Use it.
26722 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
26723
26724 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
26725 handler any more.
26726
26727 * emacs-lisp/byte-opt.el: Use lexical binding.
26728 (byte-inline-lapcode): Remove (to bytecomp).
26729 (byte-compile-inline-expand): Pay attention to inlining to/from
26730 lexically bound code.
26731 (byte-compile-unfold-lambda): Don't handle byte-code-functions
26732 any more.
26733 (byte-optimize-form-code-walker): Don't handle save-window-excursion
26734 any more and don't call compiler-macros.
26735 (byte-compile-splice-in-already-compiled-code): Remove.
26736 (byte-code): Don't inline any more.
26737 (disassemble-offset): Receive `bytes' as argument rather than via
26738 dynamic scoping.
26739 (byte-compile-tag-number): Declare before first use.
26740 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
26741 `return' even if make-spliceable.
26742 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
26743 obsolete interactive-p.
26744 (byte-optimize-lapcode): Optimize new lap-codes.
26745 Don't trip up on new form of `byte-constant' lap code.
26746
26747 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
26748
26749 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
26750
26751 * custom.el (custom-initialize-default, custom-declare-variable):
26752 Use `defvar'.
26753
26754 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
26755 New variables.
26756 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
26757 (COMPILE_FIRST): Add macroexp and cconv.
26758 * makefile.w32-in: Mirror changes in Makefile.in.
26759
26760 * vc/cvs-status.el:
26761 * vc/diff-mode.el:
26762 * vc/log-edit.el:
26763 * vc/log-view.el:
26764 * vc/smerge-mode.el:
26765 * textmodes/bibtex-style.el:
26766 * textmodes/css-mode.el:
26767 * startup.el:
26768 * uniquify.el:
26769 * minibuffer.el:
26770 * newcomment.el:
26771 * reveal.el:
26772 * server.el:
26773 * mpc.el:
26774 * emacs-lisp/smie.el:
26775 * doc-view.el:
26776 * dired.el:
26777 * abbrev.el: Use lexical binding.
26778
26779 2011-04-01 Eli Zaretskii <eliz@gnu.org>
26780
26781 * info.el (info-display-manual): New function.
26782
26783 2011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
26784
26785 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
26786
26787 2011-03-31 Tassilo Horn <tassilo@member.fsf.org>
26788
26789 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
26790 an entry for that server in rcirc-authinfo. (Bug#8385)
26791
26792 2011-03-31 Glenn Morris <rgm@gnu.org>
26793
26794 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
26795
26796 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
26797
26798 2011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
26799
26800 * progmodes/python.el (python-default-interpreter)
26801 (python-python-command-args, python-jython-command-args)
26802 (python-which-shell, python-which-args, python-which-bufname)
26803 (python-file-queue, python-comint-output-filter-function)
26804 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
26805 variables and functions.
26806
26807 2011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
26808
26809 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
26810 (completion-in-region-mode): New minor mode.
26811 (completion-in-region): Use it.
26812 (completion-in-region--data, completion-in-region-mode-map): New vars.
26813 (completion-in-region--postch): New function.
26814 (completion--capf-misbehave-funs, completion--capf-safe-funs):
26815 New vars.
26816 (completion--capf-wrapper): New function.
26817 (completion-at-point): Use it to track well-behavedness of
26818 hook functions.
26819 (completion-help-at-point): New command.
26820
26821 2011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
26822
26823 * vc/add-log.el (add-change-log-entry): Don't use whitespace
26824 syntax class to search for whitespace on a single line
26825 (Message-ID: <4D938140.4030905@redhat.com>).
26826
26827 2011-03-30 Leo Liu <sdl.web@gmail.com>
26828
26829 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
26830 New commands.
26831 (edit-abbrevs-map): Bind them here.
26832 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
26833
26834 2011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
26835
26836 * allout.el (allout-hide-by-annotation, allout-flag-region):
26837 Reduce possibility of overlay leakage by making them volatile.
26838
26839 * allout-widgets.el (allout-widgets-tally): Define as nil so the
26840 hash is not shared between buffers. Mode initialization is
26841 responsible for giving it a useful starting value.
26842 (allout-item-span): Reduce possibility of overlay leakage by
26843 making them volatile.
26844 (allout-widgets-count-buttons-in-region): Add diagnostic function
26845 for tracking down button overlay leaks.
26846
26847 2011-03-29 Leo Liu <sdl.web@gmail.com>
26848
26849 * ido.el (ido-read-internal): Use the default history var
26850 minibuffer-history if no HISTORY is specified.
26851
26852 2011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
26853
26854 * net/imap.el (imap-shell-open, imap-process-connection-type):
26855 Use imap-process-connection-type for 'shell' streams as well as
26856 Kerberos, SSL, other subprocesses.
26857
26858 2011-03-28 Leo Liu <sdl.web@gmail.com>
26859
26860 * abbrev.el (abbrev-table-empty-p): New function.
26861 (prepare-abbrev-list-buffer): Place empty abbrev tables after
26862 nonempty ones. (Bug#5937)
26863
26864 2011-03-27 Jan Djärv <jan.h.d@swipnet.se>
26865
26866 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
26867
26868 2011-03-27 Leo Liu <sdl.web@gmail.com>
26869
26870 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
26871 for foreground and background colors.
26872 (ansi-color-make-color-map): Adapt.
26873
26874 2011-03-25 Leo Liu <sdl.web@gmail.com>
26875
26876 * midnight.el (midnight-time-float): Remove. Note it calculates
26877 the microsecond component incorrectly and seconds-to-time does the
26878 same job.
26879 Remove redundant (require 'timer).
26880
26881 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
26882 (ido-completions): Remove unused arguments. (Bug#8329)
26883
26884 2011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
26885
26886 * minibuffer.el (completion--flush-all-sorted-completions):
26887 Remove itself from hook.
26888 (completion-at-point): Let the functions perform the completion
26889 immediately and return nil or t.
26890 * comint.el (comint-dynamic-complete-functions): Now identical to
26891 completion-at-point-functions.
26892 (comint-dynamic-list-input-ring): Remove unused var `index'.
26893 (comint--match-partial-filename, comint--unquote&expand-filename):
26894 New funs, split from comint-match-partial-filename.
26895 (comint-dynamic-complete): Use completion-at-point.
26896 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
26897
26898 2011-03-24 Drew Adams <drew.adams@oracle.com>
26899
26900 * thingatpt.el: Support `defun'.
26901
26902 2011-03-23 Leo Liu <sdl.web@gmail.com>
26903
26904 * abbrevlist.el: Move to obsolete/abbrevlist.el.
26905
26906 * help-mode.el (help-mode-finish): Tweak regexp.
26907
26908 2011-03-23 Glenn Morris <rgm@gnu.org>
26909
26910 * eshell/esh-opt.el (eshell-eval-using-options):
26911 Do not bind unused local variable `eshell-option-stub'.
26912
26913 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
26914
26915 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
26916
26917 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
26918 keymap variable in `with-no-warnings' to avoid a warning when the
26919 keymap has been already `defconst'ed.
26920
26921 2011-03-22 Leo Liu <sdl.web@gmail.com>
26922
26923 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
26924 encode all chars in abbrevs; otherwise use emacs-mule or
26925 utf-8-emacs. (Bug#8308)
26926
26927 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
26928
26929 * simple.el (backward-delete-char-untabify):
26930 Avoid warning about using `delete-backward-char'.
26931
26932 * image.el (image-type-file-name-regexps): Make it variable.
26933 `imagemagick-register-types' modifies it, and the user may want
26934 to add new extensions for known image types.
26935 (imagemagick-register-types): Throw error if not using ImageMagick.
26936
26937 2011-03-22 Leo Liu <sdl.web@gmail.com>
26938
26939 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
26940 located before rcirc-prompt-end-marker.
26941 (rcirc-complete): Error if point is not after rcirc prompt.
26942 Handle the case when table is nil.
26943 (rcirc-user-authenticated): Define to fix compiler warning.
26944
26945 2011-03-22 Chong Yidong <cyd@stupidchicken.com>
26946
26947 * custom.el (custom--inhibit-theme-enable): Make it affect only
26948 custom-theme-set-variables and custom-theme-set-faces.
26949 (provide-theme): Ignore custom--inhibit-theme-enable.
26950 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
26951 (custom-enabling-themes): Delete variable.
26952 (enable-theme): Accept only loaded themes as arguments.
26953 Ignore the special custom-enabled-themes variable.
26954 (custom-enabled-themes): Forbid themes from setting this.
26955 Eliminate use of custom-enabling-themes.
26956 (custom-push-theme): Quote "changed" custom var entry.
26957
26958 2011-03-21 Leo Liu <sdl.web@gmail.com>
26959
26960 * ido.el (ido-read-internal): Add ido-selected to history instead
26961 of user input.
26962
26963 2011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
26964
26965 * subr.el (deferred-action-list, deferred-action-function):
26966 Mark obsolete.
26967
26968 2011-03-21 Leo Liu <sdl.web@gmail.com>
26969
26970 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
26971 change on 2011-02-13 (bug#8309).
26972
26973 * minibuffer.el (read-file-name-function): Change default value.
26974 (read-file-name--defaults): Rename from read-file-name-defaults.
26975 (read-file-name-default): Rename from read-file-name.
26976 (read-file-name): Call read-file-name-function.
26977
26978 2011-03-21 Glenn Morris <rgm@gnu.org>
26979
26980 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
26981 Doc fixes.
26982
26983 2011-03-21 Chong Yidong <cyd@stupidchicken.com>
26984
26985 * cus-theme.el: Add missing provide statement.
26986 (customize-create-theme): Extract theme value correctly.
26987 (custom-theme-visit-theme): Autoload.
26988 (customize-create-theme): Prompt before inserting default faces.
26989
26990 2011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
26991
26992 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
26993 units and musical notes.
26994
26995 2011-03-20 Leo Liu <sdl.web@gmail.com>
26996
26997 * ido.el (ido-read-internal): Use completing-read-default.
26998 (ido-completing-read): Fix compatibility with completing-read.
26999
27000 2011-03-20 Christian Ohler <ohler@gnu.org>
27001
27002 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
27003 (ert-delete-all-tests): Use `called-interactively-p' rather than
27004 `interactive-p'.
27005 (ert--make-xrefs-region): Respect END.
27006
27007 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
27008
27009 * dired-aux.el (dired-create-directory): Signal an error if the
27010 directory already exists (Bug#8246).
27011
27012 * facemenu.el (list-colors-display): Call list-faces-display
27013 inside with-help-window.
27014 (list-colors-print): Use display property to align the final
27015 column, instead of checking window-width.
27016
27017 2011-03-19 Eli Zaretskii <eliz@gnu.org>
27018
27019 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
27020 windows-nt systems.
27021 (emerge-protect-metachars): Quote correctly for ms-dos and
27022 windows-nt systems.
27023
27024 2011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
27025
27026 * info.el (info-initialize): Replace all uses of `:' with
27027 path-separator for compatibility with non-Unix systems.
27028 Cache quoting of path-separator. (Bug#8258)
27029
27030 2011-03-19 Juanma Barranquero <lekktu@gmail.com>
27031
27032 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
27033 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
27034 (mouse-avoidance-mode): Fix typos in docstrings.
27035
27036 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
27037
27038 * startup.el (package-subdirectory-regexp): Move from package.el.
27039 Omit \\` and \\', and let callers add them.
27040
27041 * emacs-lisp/package.el (package-strip-version)
27042 (package-load-all-descriptors): Add \\` and \\' to
27043 package-subdirectory-regexp before using it.
27044 (package-untar-buffer): New arg DIR; ensure that file untars only
27045 into this expected directory. Remove superfluous delete-region.
27046 (package-unpack): Caller changed.
27047 (package-tar-file-info): Use package-subdirectory-regexp.
27048
27049 2011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
27050
27051 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
27052 diff-mode-shared-map (bug#8284).
27053 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
27054
27055 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
27056
27057 * calendar/time-date.el (format-seconds): Use assoc instead of
27058 assoc-string, since assoc-string doesn't exist in XEmacs.
27059
27060 2011-03-17 Juanma Barranquero <lekktu@gmail.com>
27061
27062 * custom.el (custom-known-themes): Reflow docstring.
27063 (custom-theme-load-path): Fix typo in docstring.
27064 (load-theme): Fix typo in error message.
27065 (custom-available-themes, custom-variable-theme-value):
27066 Use `let', not `let*'.
27067
27068 2011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
27069
27070 * calc/README: Mention inclusion of musical notes.
27071
27072 * calc/calc-units.el (calc-lu-quant): Rename from
27073 `calc-logunits-quantity'.
27074 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
27075 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
27076 (calc-db): Rename from `calc-dblevel'.
27077 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
27078 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
27079 (calc-np): Rename from `calc-nplevel'.
27080 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
27081 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
27082 (calc-lu-plus): Rename from `calc-logunits-add'.
27083 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
27084 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
27085 (calc-lu-minus): Rename from `calc-logunits-sub'.
27086 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
27087 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
27088 (calc-lu-times): Rename from `calc-logunits-mul'.
27089 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
27090 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
27091 (calc-lu-divide): Rename from `calc-logunits-div'.
27092 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
27093 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
27094
27095 * calc/calc-ext.el (calc-init-extensions): Update the names of the
27096 functions being autoloaded.
27097
27098 * calc/calc.el (calc-lu-power-reference): Rename from
27099 `calc-logunits-power-reference'.
27100 (calc-lu-field-reference): Rename from
27101 `calc-logunits-field-reference'.
27102
27103 * calc/calc-help.el (calc-l-prefix-help):
27104 Mention musical note functions.
27105
27106 2011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
27107
27108 * minibuffer.el (completion-all-sorted-completions):
27109 Use :completion-cycle-penalty text property if present.
27110
27111 2011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
27112
27113 * allout.el (allout-yank-processing): Adjust for new rebulleting
27114 regime so bullet being yanked is used without prompting the user
27115 for a choice.
27116
27117 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
27118
27119 * startup.el (command-line): Warn the user that _emacs is deprecated.
27120
27121 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
27122
27123 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
27124 (delphi-verbose, delphi-comment-face, delphi-string-face)
27125 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
27126 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
27127 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
27128 (delphi-new-comment-line, delphi-font-lock-defaults)
27129 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
27130 Fix typos in docstrings.
27131
27132 2011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
27133
27134 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
27135 Invert the roles of character and string values for INSTEAD, so a
27136 string is used for the more common case of a defaulting prompt.
27137
27138 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
27139
27140 * progmodes/ruby-mode.el (ruby-backward-sexp):
27141 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
27142 * play/gamegrid.el (gamegrid-make-face):
27143 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
27144 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
27145 * notifications.el (notifications-notify):
27146 * net/xesam.el (xesam-search-engines):
27147 * net/quickurl.el (quickurl-list-insert):
27148 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
27149
27150 2011-03-15 Chong Yidong <cyd@stupidchicken.com>
27151
27152 * startup.el (command-line): Update package subdirectory regexp.
27153
27154 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
27155
27156 * allout.el (allout-abbreviate-flattened-numbering)
27157 (allout-mode-deactivate-hook): Fix up obsolescence "date".
27158
27159 * subr.el (read-char-choice): Only show the cursor after the prompt,
27160 not after the answer.
27161
27162 2011-03-15 Kevin Ryde <user42@zip.com.au>
27163
27164 * help-fns.el (variable-at-point): Skip leading quotes, if any
27165 (bug#8253).
27166
27167 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
27168
27169 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
27170 warning message.
27171
27172 2011-03-14 Michael Albinus <michael.albinus@gmx.de>
27173
27174 * shell.el (shell): When called interactively, offer to change the
27175 shell file name on remote hosts.
27176
27177 2011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
27178
27179 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
27180 integration for LDAP parameters. The host, base, user or binddn,
27181 and secret tokens can be specified in a netrc file, for instance.
27182 This is optional because an `auth-source' parameter must be
27183 specified in the search attributes.
27184
27185 2011-03-13 Juanma Barranquero <lekktu@gmail.com>
27186
27187 * help.el (describe-mode): Link to the mode's definition (bug#8185).
27188
27189 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
27190
27191 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
27192 into declaration. Remove redundant and harmful binding.
27193
27194 2011-03-12 Eli Zaretskii <eliz@gnu.org>
27195
27196 * files.el (file-ownership-preserved-p): Pass `integer' as an
27197 explicit 2nd argument to `file-attributes'. If the file's owner
27198 is the Administrators group on Windows, and the current user is
27199 Administrator, consider that a match.
27200
27201 * server.el (server-ensure-safe-dir): Consider server directory
27202 safe on MS-Windows if its owner is the Administrators group while
27203 the current Emacs user is Administrator. Use `=' to compare
27204 numerical UIDs, since they could be integers or floats.
27205
27206 2011-03-12 Juanma Barranquero <lekktu@gmail.com>
27207
27208 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
27209
27210 2011-03-12 Michael Albinus <michael.albinus@gmx.de>
27211
27212 Sync with Tramp 2.2.1.
27213
27214 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
27215
27216 * net/trampver.el: Update release number.
27217
27218 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
27219
27220 * progmodes/compile.el (compilation--previous-directory): Fix up
27221 various nil/dead-marker mismatches (bug#8014).
27222 (compilation-directory-properties, compilation-error-properties):
27223 Don't call it at a position past the one we're about to change.
27224
27225 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
27226 Disable obsolescence warnings in the file that declares it.
27227
27228 2011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
27229
27230 * allout-widgets.el (allout-widgets-tally):
27231 Initialize allout-widgets-tally as a hash table rather than nil to
27232 prevent mode-line redisplay warnings. Also, clarify the module
27233 description and fix a comment typo.
27234
27235 2011-03-11 Juanma Barranquero <lekktu@gmail.com>
27236
27237 * help-fns.el (describe-variable): Don't complete keywords.
27238 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
27239
27240 2011-03-10 Chong Yidong <cyd@stupidchicken.com>
27241
27242 * emacs-lisp/package.el (package-version-join): Impose a standard
27243 string representation for pre/alpha/beta version lists.
27244 (package-unpack-single): Standardize the directory name by passing
27245 it through package-version-join.
27246 (package-strip-rcs-id): Accept any version string that does not
27247 signal an error in version-to-list.
27248
27249 2011-03-10 Michael Albinus <michael.albinus@gmx.de>
27250
27251 * simple.el (delete-trailing-whitespace): Return nil for the
27252 benefit of `write-file-functions'.
27253
27254 2011-03-10 Glenn Morris <rgm@gnu.org>
27255
27256 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
27257
27258 * vc/vc-git.el (vc-git-program): New option.
27259 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
27260 (vc-git--call): Use it.
27261
27262 * eshell/esh-util.el (eshell-condition-case): Doc fix.
27263
27264 * cus-edit.el (Custom-newline): If no button at point, look
27265 for a subgroup button at start-of-line. (Bug#2298)
27266
27267 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
27268
27269 2011-03-10 Julien Danjou <julien@danjou.info>
27270
27271 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
27272 `cursor-type' is nil.
27273
27274 2011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
27275
27276 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
27277
27278 2011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
27279
27280 * allout.el: Change so yank of distinctive-bullet items
27281 preserves the existing header prefix, rebulleting it if necessary,
27282 rather than replacing it. This is necessary for proper operation
27283 of cooperative addons like allout-widgets.
27284 (allout-make-topic-prefix, allout-rebullet-heading):
27285 Change SOLICIT arg to INSTEAD, and interpret additionally a string
27286 value as alternate bullet to be used, instead of prompting the user
27287 for a bullet character.
27288
27289 2011-03-09 Michael Albinus <michael.albinus@gmx.de>
27290
27291 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
27292 Do not use `tramp-file-name-port', because this returns also
27293 `tramp-default-port'.
27294
27295 2011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
27296
27297 * net/rcirc.el (rcirc-handler-001): Remove useless
27298 with-rcirc-process-buffer.
27299 (rcirc-check-auth-status): Swap arguments to string-match.
27300
27301 2011-03-09 Glenn Morris <rgm@gnu.org>
27302
27303 * shell.el (shell-mode):
27304 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
27305
27306 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
27307 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
27308
27309 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
27310
27311 * emacs-lisp/package.el (package-refresh-contents)
27312 (package-menu-execute): Use condition-case-no-debug.
27313
27314 2011-03-08 Michael Albinus <michael.albinus@gmx.de>
27315
27316 * simple.el (shell-command-to-string): Use `process-file'.
27317
27318 * emacs-lisp/package.el (package-tar-file-info): Handle also
27319 remote files.
27320
27321 * emacs-lisp/package-x.el (package-upload-buffer-internal):
27322 Use `equal' for upload base check.
27323
27324 2011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
27325
27326 * textmodes/texinfo.el (texinfo-environments):
27327 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
27328
27329 2011-03-08 Glenn Morris <rgm@gnu.org>
27330
27331 * cus-start.el (cursor-in-non-selected-windows):
27332 Fix :set quoting oddness. (Bug#8192)
27333
27334 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
27335 in some setf expressions. (Bug#2159)
27336
27337 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
27338
27339 * custom.el (custom-available-themes): Return themes in
27340 alphabetical order.
27341
27342 See ChangeLog.15 for earlier changes.
27343
27344 ;; Local Variables:
27345 ;; coding: utf-8
27346 ;; End:
27347
27348 Copyright (C) 2011-2013 Free Software Foundation, Inc.
27349
27350 This file is part of GNU Emacs.
27351
27352 GNU Emacs is free software: you can redistribute it and/or modify
27353 it under the terms of the GNU General Public License as published by
27354 the Free Software Foundation, either version 3 of the License, or
27355 (at your option) any later version.
27356
27357 GNU Emacs is distributed in the hope that it will be useful,
27358 but WITHOUT ANY WARRANTY; without even the implied warranty of
27359 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
27360 GNU General Public License for more details.
27361
27362 You should have received a copy of the GNU General Public License
27363 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.