Small speedbar-related clean-up
[bpt/emacs.git] / lisp / ChangeLog
1 2013-05-22 Glenn Morris <rgm@gnu.org>
2
3 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape):
4 Remove unnecessary declarations.
5 (dframe-message): Doc fix.
6
7 * info.el (dframe-select-attached-frame, dframe-current-frame):
8 Declare.
9
10 * speedbar.el (speedbar-message): Make it an obsolete alias.
11 Update all callers.
12 (speedbar-with-attached-buffer)
13 (speedbar-maybee-jump-to-attached-frame): Make these aliases obsolete.
14 (speedbar-with-writable): Use backquote.
15 * emacs-lisp/eieio-opt.el (eieio-describe-class-sb):
16 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
17 Use dframe-with-attached-buffer, dframe-maybee-jump-to-attached-frame
18 rather than speedbar- aliases.
19 * mail/rmail.el: Load dframe rather than speedbar when compiling.
20 (speedbar-make-specialized-keymap, speedbar-insert-button)
21 (dframe-select-attached-frame, dframe-maybee-jump-to-attached-frame)
22 (speedbar-do-function-pointer): Declare.
23 (rmail-speedbar-button, rmail-speedbar-find-file)
24 (rmail-speedbar-move-message):
25 Use dframe-with-attached-buffer rather than speedbar- alias.
26 * progmodes/gud.el: Load dframe rather than speedbar when compiling.
27 (dframe-message, speedbar-make-specialized-keymap)
28 (speedbar-add-expansion-list, speedbar-mode-functions-list)
29 (speedbar-make-tag-line, speedbar-remove-localized-speedbar-support)
30 (speedbar-insert-button, dframe-select-attached-frame)
31 (dframe-maybee-jump-to-attached-frame)
32 (speedbar-change-initial-expansion-list)
33 (speedbar-previously-used-expansion-list-name): Declare.
34 (gud-speedbar-item-info, gud-gdb-goto-stackframe):
35 Use dframe-message, dframe-with-attached-buffer rather than
36 speedbar- aliases.
37 (gud-sentinel): Silence compiler.
38 * progmodes/vhdl-mode.el (speedbar-refresh)
39 (speedbar-do-function-pointer, speedbar-add-supported-extension)
40 (speedbar-add-mode-functions-list, speedbar-make-specialized-keymap)
41 (speedbar-change-initial-expansion-list, speedbar-add-expansion-list)
42 (speedbar-extension-list-to-regex, speedbar-directory-buttons)
43 (speedbar-file-lists, speedbar-make-tag-line)
44 (speedbar-line-directory, speedbar-goto-this-file)
45 (speedbar-center-buffer-smartly, speedbar-change-expand-button-char)
46 (speedbar-delete-subblock, speedbar-position-cursor-on-line)
47 (speedbar-make-button, speedbar-reset-scanners)
48 (speedbar-files-item-info, speedbar-line-text)
49 (speedbar-find-file-in-frame, speedbar-set-timer)
50 (dframe-maybee-jump-to-attached-frame, speedbar-line-file): Declare.
51 (speedbar-with-writable): Do not (re)define it.
52 (vhdl-speedbar-find-file): Use dframe-maybee-jump-to-attached-frame
53 rather than speedbar- alias.
54
55 2013-05-21 Leo Liu <sdl.web@gmail.com>
56
57 * progmodes/octave.el (octave-mode-menu): Update and re-organize
58 menu items.
59 (octave-mode): Tweak fill-nobreak-predicate.
60 (inferior-octave-startup): Check process to avoid infinite loop.
61 (inferior-octave): Pop to buffer first to show abornmal process
62 exit information.
63
64 2013-05-21 Glenn Morris <rgm@gnu.org>
65
66 * printing.el (pr-menu-bar): Define when compiling.
67
68 2013-05-21 Leo Liu <sdl.web@gmail.com>
69
70 * progmodes/octave.el (octave-auto-fill): Remove.
71 (octave-indent-new-comment-line): Improve.
72 (octave-mode): Use auto fill mode through
73 comment-line-break-function and fill-nobreak-predicate
74 (octave-goto-function-definition): Support DEFUN_DLD.
75 (octave-beginning-of-defun): Small Tweak
76 (octave-help): Show parent directory.
77
78 2013-05-21 Glenn Morris <rgm@gnu.org>
79
80 * files.el (dired-unmark):
81 * progmodes/gud.el (gdb-input): Update declarations.
82
83 * calculator.el (electric, ehelp): No need to load when compiling.
84 (Electric-command-loop, electric-describe-mode): Declare.
85
86 * doc-view.el (doc-view-current-converter-processes): Move before use.
87
88 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
89 Move MODE-set-explicitly definition before use.
90
91 * international/mule-diag.el (mule-diag):
92 Don't use obsolete window-system-version.
93
94 * mail/feedmail.el (smtpmail): No need to load when compiling.
95 (smtpmail-via-smtp, smtpmail-smtp-server): Declare.
96
97 * mail/mail-utils.el (rfc822): No need to load when compiling.
98 (rfc822-addresses): Autoload it.
99 (mail-strip-quoted-names): Trivial simplification.
100
101 * mail/rmail.el (rmail-mime-message-p, rmail-mime-toggle-raw): Declare.
102 (rmail-retry-failure): Don't assume that rmail-mime-feature == rmailmm.
103
104 * net/snmp-mode.el (tempo): Don't duplicate requires.
105
106 * progmodes/prolog.el (info): No need to load when compiling.
107 (comint): Require before shell requires it.
108 (Info-goto-node): Autoload it.
109 (Info-follow-nearest-node): Declare.
110 (prolog-help-info, prolog-goto-predicate-info): No need to require info.
111
112 * textmodes/artist.el (picture-mode-exit): Declare.
113
114 * textmodes/reftex-parse.el (reftex-parse-from-file):
115 Trivial rewrite so the compiler can parse it better.
116
117 2013-05-20 Leo Liu <sdl.web@gmail.com>
118
119 * progmodes/octave.el (octave-help-mode-map)
120 (octave-help-mode-finish-hook): New variables.
121 (octave-help-mode, octave-help-mode-finish): New functions.
122 (octave-help): Use octave-help-mode.
123
124 2013-05-20 Glenn Morris <rgm@gnu.org>
125
126 * format-spec.el (format-spec): Allow spec chars with nil. (Bug#14420)
127
128 2013-05-19 Dmitry Gutov <dgutov@yandex.ru>
129
130 * progmodes/ruby-mode.el (ruby-expression-expansion-re): Allow to
131 start at point, so that expansion starting right after opening
132 slash in a regexp is recognized.
133 (ruby-syntax-before-regexp-re): New defvar, extracted from
134 ruby-syntax-propertize-function. Since the value of this regexp
135 is looked up at runtime now, we should be able to turn
136 `ruby-syntax-methods-before-regexp' into a defcustom later.
137 (ruby-syntax-propertize-function): Split regexp matching into two
138 parts, for opening and closing slashes. That allows us to skip
139 over string interpolations and support multiline regexps.
140 Don't call `ruby-syntax-propertize-expansions', instead use another rule
141 for them, which calls `ruby-syntax-propertize-expansion'.
142 (ruby-syntax-propertize-expansions): Move `remove-text-properties'
143 call to `ruby-syntax-propertize-function'.
144 (ruby-syntax-propertize-expansion): Extracted from
145 `ruby-syntax-propertize-expansions'. Handles one expansion.
146 (ruby-syntax-propertize-percent-literal): Leave point right after
147 the percent symbol, so that the expression expansion rule can
148 propertize the contents.
149 (ruby-syntax-propertize-heredoc): Leave point at bol following the
150 heredoc openers.
151 (ruby-syntax-propertize-expansions): Remove.
152
153 2013-05-18 Juri Linkov <juri@jurta.org>
154
155 * man.el (Man-default-man-entry): Remove `-' from the end
156 of the default value. (Bug#14400)
157
158 2013-05-18 Glenn Morris <rgm@gnu.org>
159
160 * comint.el (comint-password-prompt-regexp):
161 Allow "password for XXX" where XXX contains colons (eg https://...).
162
163 2013-05-18 Leo Liu <sdl.web@gmail.com>
164
165 * progmodes/octave.el (inferior-octave-startup): Use OCTAVE_SRCDIR
166 instead. Include "--no-gui" to prevent hangs for Octave > 3.7.
167 (octave-source-directories): Don't check process.
168 (octave-source-directories, octave-find-definition): Doc fix.
169
170 2013-05-18 Glenn Morris <rgm@gnu.org>
171
172 * progmodes/vhdl-mode.el (vhdl-mode-map-init):
173 Remove backspace/delete bindings. (Bug#14392)
174
175 * cus-dep.el (custom-make-dependencies): Sort the output.
176 (custom-versions-load-alist): Convert comment to doc.
177
178 2013-05-17 Leo Liu <sdl.web@gmail.com>
179
180 * newcomment.el (comment-search-backward): Stricter in finding
181 comment start. (Bug#14303)
182
183 * progmodes/octave.el (octave-comment-start): Remove the SPC char.
184 (octave-comment-start-skip): Properly anchored.
185
186 2013-05-17 Leo Liu <sdl.web@gmail.com>
187
188 * emacs-lisp/smie.el (smie-highlight-matching-block-mode): Clean
189 up when turned off. (Bug#14395)
190 (smie--highlight-matching-block-overlay): No longer buffer-local.
191 (smie-highlight-matching-block): Adjust.
192
193 2013-05-17 Paul Eggert <eggert@cs.ucla.edu>
194
195 Doc string fix for "nanoseconds" (Bug#14406).
196 * emacs-lisp/timer.el (timer-relative-time, timer-inc-time):
197 Fix doc string typo that had "nanoseconds" instead of "microseconds".
198
199 2013-05-17 Jay Belanger <jay.p.belanger@gmail.com>
200
201 * calc/calc-units.el (math-extract-units): Preserve powers
202 of units.
203
204 2013-05-17 Leo Liu <sdl.web@gmail.com>
205
206 * subr.el (delete-consecutive-dups): New function.
207 * ido.el (ido-set-matches-1): Use it.
208 * progmodes/octave.el (inferior-octave-completion-table): Use it.
209 * ido.el (ido-remove-consecutive-dups): Remove.
210
211 2013-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
212
213 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
214 (f90-hpf-keywords-re, f90-constants-re): Use \\_< rather than
215 regexp-opt's `words'.
216
217 2013-05-16 Leo Liu <sdl.web@gmail.com>
218
219 * emacs-lisp/smie.el (smie-matching-block-highlight): New face.
220 (smie--highlight-matching-block-overlay)
221 (smie--highlight-matching-block-lastpos)
222 (smie--highlight-matching-block-timer): New variables.
223 (smie-highlight-matching-block): New function.
224 (smie-highlight-matching-block-mode): New minor mode. (Bug#14395)
225 (smie-setup): Conditionally enable smie-blink-matching-open.
226
227 2013-05-16 Wilson Snyder <wsnyder@wsnyder.org>
228
229 Sync with upstream verilog-mode r840.
230 * progmodes/verilog-mode.el (verilog-mode-version)
231 (verilog-mode-release-date): Update.
232 (verilog-auto-lineup, verilog-auto-reset): Doc fixes.
233 (verilog-sig-tieoff): Fix string error on
234 AUTORESET with colon define, bug594. Reported by Andrew Hou.
235 (verilog-read-decls): Fix parameters confusing
236 AUTOINST interfaces, bug565. Reported by Leith Johnson.
237
238 2013-05-16 Eli Zaretskii <eliz@gnu.org>
239
240 * subr.el (reveal-filename): New function.
241
242 * loadup.el: Compute Emacs executable versions on MS-Windows,
243 where executables have the .exe extension. Add a hard link
244 emacs-XX.YY.ZZ.exe on MS-Windows.
245
246 * Makefile.in (XARGS_LIMIT): New variable.
247 (custom-deps, finder-data, autoloads)
248 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
249 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
250 ($(CAL_DIR)/hol-loaddefs.el): Use reveal-filename.
251 (compile-main): Limit xargs according to $(XARGS_LIMIT).
252
253 2013-05-16 Leo Liu <sdl.web@gmail.com>
254
255 * progmodes/octave.el (octave-indent-defun): Mark obsolete.
256 (octave-mode-menu, octave-mode-map): Remove its uses.
257
258 2013-05-16 Reto Zimmermann <reto@gnu.org>
259
260 Sync with upstream vhdl mode v3.34.2.
261 * progmodes/vhdl-mode.el: Use `push' throughout.
262 (vhdl-version, vhdl-time-stamp, vhdl-doc-release-notes): Update.
263 (vhdl-compiler-alist): Replace "\t\n" by "\\t\\n".
264 Add IBM & Quartus compiler. Enhance entry for ADVance MS compiler.
265 (vhdl-actual-generic-name): New option to derive actual generic name.
266 (vhdl-port-paste-signals): Replace formal by actual generics.
267 (vhdl-beautify): New name for old group vhdl-align. Update users.
268 (vhdl-beautify-options): New option.
269 (vhdl-last-input-event): New compat alias. Use throughout.
270 (vhdl-goto-line): Replace user level function `goto-line'.
271 (vhdl-mode-map): Add bindings for vhdl-fix-statement-region,
272 vhdl-fix-statement-buffer.
273 (vhdl-create-mode-menu): Add some entries.
274 (vhdl-align-region-groups): Respect vhdl-beautify-options.
275 (vhdl-align-inline-comment-region-1): Handle "--" inside string.
276 (vhdl-fixup-whitespace-region): Handle symbols at EOL.
277 (vhdl-fix-statement-region, vhdl-fix-statement-buffer): New commands,
278 to force statements on one line.
279 (vhdl-remove-trailing-spaces-region):
280 New, split from vhdl-remove-trailing-spaces.
281 (vhdl-beautify-region): Fix statements, trailing spaces, ^M character.
282 Respect vhdl-beautify-options.
283 (vhdl-update-sensitivity-list-buffer): If non-interactive save buffer.
284 (vhdl-update-sensitivity-list): Not add with index if exists without.
285 Not include array index with signal. Ignore keywords in comments.
286 (vhdl-get-visible-signals): Regexp tweaks.
287 (vhdl-template-component-inst): Handle empty library.
288 (vhdl-template-type): Add template for 'enum' type.
289 (vhdl-port-paste-generic-map, vhdl-port-paste-constants):
290 Use vhdl-replace-string.
291 (vhdl-port-paste-signals): Use vhdl-prepare-search-1.
292 (vhdl-speedbar-mode-map): Rename from vhdl-speedbar-key-map.
293 (vhdl-speedbar-initialize): Update for above name change.
294 (vhdl-compose-wire-components): Fix in handling of constants.
295 (vhdl-error-regexp-emacs-alist): New variable.
296 (vhdl-error-regexp-add-emacs): New function;
297 adds support for new compile.el (Emacs 22+)
298 (vhdl-generate-makefile-1): Change target order for single lib. units.
299 Allow use of absolute file names.
300
301 2013-05-16 Leo Liu <sdl.web@gmail.com>
302
303 * simple.el (prog-indent-sexp): Indent enclosing defun.
304
305 2013-05-15 Glenn Morris <rgm@gnu.org>
306
307 * cus-start.el (show-trailing-whitespace): Move to editing basics.
308 * faces.el (trailing-whitespace): Don't use whitespace-faces group.
309 * obsolete/old-whitespace.el (whitespace-faces): Remove group.
310 (whitespace-highlight): Move to whitespace group.
311
312 * comint.el (comint-source):
313 * pcmpl-linux.el (pcmpl-linux):
314 * shell.el (shell-faces):
315 * eshell/esh-opt.el (eshell-opt):
316 * international/ccl.el (ccl): Remove empty custom groups.
317
318 * completion.el (dynamic-completion-mode):
319 * jit-lock.el (jit-lock-debug-mode):
320 * minibuffer.el (completion-in-region-mode):
321 * type-break.el (type-break-mode-line-message-mode)
322 (type-break-query-mode):
323 * emulation/tpu-edt.el (tpu-edt-mode):
324 * progmodes/subword.el (global-subword-mode, global-superword-mode):
325 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
326 * term/vt100.el (vt100-wide-mode): Specify explicit :group.
327
328 * term/xterm.el (xterm): Change parent group to terminals.
329
330 * master.el (master): Remove empty custom group.
331 (master-mode): Remove unused :group argument.
332 * textmodes/refill.el (refill): Remove empty custom group.
333 (refill-mode): Remove unused :group argument.
334
335 * textmodes/rst.el (rst-compile-toolsets): Use rst-compile group.
336
337 * cus-dep.el: Provide a feature.
338 (custom-make-dependencies): Ignore dotfiles (dir-locals).
339 Don't mistakenly ignore files whose basenames match a basename
340 from preloaded-file-list (eg cedet/ede/simple.el).
341 Add a fallback method for getting :group.
342
343 2013-05-15 Juri Linkov <juri@jurta.org>
344
345 * isearch.el (isearch-char-by-name): Rename from
346 `isearch-insert-char-by-name'. Doc fix.
347 (isearch-forward): Mention `isearch-char-by-name' in
348 the docstring. (Bug#13348)
349
350 * isearch.el (minibuffer-local-isearch-map): Bind "\r" to
351 `exit-minibuffer' instead of
352 `isearch-nonincremental-exit-minibuffer'.
353 (isearch-edit-string): Remove mention of
354 `isearch-nonincremental-exit-minibuffer' from docstring.
355 (isearch-nonincremental-exit-minibuffer): Mark as obsolete.
356 (isearch-forward-exit-minibuffer)
357 (isearch-reverse-exit-minibuffer): Add docstring. (Bug#13348)
358
359 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
360
361 * loadup.el: Just use unversioned DOC.
362
363 * nxml/nxml-mode.el: Treat unclosed <[[, <?, comment, and other
364 literals as extending to EOB.
365 (nxml-last-fontify-end): Remove unused variable.
366 (nxml-after-change1): Use with-silent-modifications.
367 (nxml-extend-after-change-region): Simplify.
368 (nxml-extend-after-change-region1): Remove function.
369 (nxml-after-change1): Don't adjust for dependent regions.
370 (nxml-fontify-matcher): Simplify.
371 * nxml/xmltok.el (xmltok-dependent-regions): Remove variable.
372 (xmltok-add-dependent): Remove function.
373 (xmltok-scan-after-lt, xmltok-scan-after-processing-instruction-open)
374 (xmltok-scan-after-comment-open, xmltok-scan-prolog-literal)
375 (xmltok-scan-prolog-after-processing-instruction-open): Treat
376 unclosed <[[, <?, comment, and other literals as extending to EOB.
377 * nxml/rng-valid.el (rng-mark-xmltok-dependent-regions)
378 (rng-mark-xmltok-dependent-region, rng-dependent-region-changed):
379 Remove functions.
380 (rng-do-some-validation-1): Don't mark dependent regions.
381 * nxml/nxml-rap.el (nxml-adjust-start-for-dependent-regions)
382 (nxml-mark-parse-dependent-regions, nxml-mark-parse-dependent-region)
383 (nxml-clear-dependent-regions): Remove functions.
384 (nxml-scan-after-change, nxml-scan-prolog, nxml-tokenize-forward)
385 (nxml-ensure-scan-up-to-date):
386 Don't clear&mark dependent regions.
387
388 2013-05-15 Leo Liu <sdl.web@gmail.com>
389
390 * progmodes/octave.el (octave-goto-function-definition):
391 Improve and fix callers.
392
393 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
394
395 * emacs-lisp/cl-extra.el (cl-getf): Return the proper value in
396 the setter (bug#14387).
397
398 * progmodes/f90.el (f90-blocks-re): Include the terminating \> in the
399 surrounding group (bug#14402).
400
401 2013-05-14 Juri Linkov <juri@jurta.org>
402
403 * subr.el (find-tag-default-as-regexp): Return nil if `tag' is nil.
404 (Bug#14390)
405
406 2013-05-14 Glenn Morris <rgm@gnu.org>
407
408 * progmodes/f90.el (f90-imenu-generic-expression):
409 Fix typo in 2013-05-08 change. (Bug#14402)
410
411 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
412
413 * progmodes/gdb-mi.el (gdb-running, gdb-starting):
414 Remove signals for which replies are never received.
415
416 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
417
418 * progmodes/gdb-mi.el: Fix non-responsive gud commands (bug#13845)
419 (gdb-handler-alist, gdb-handler-number): Remove variables.
420 (gdb-handler-list): New variable.
421 (gdb-add-handler, gdb-delete-handler, gdb-get-handler-function)
422 (gdb-pending-handler-p, gdb-handle-reply)
423 (gdb-remove-all-pending-triggers): New functions.
424 (gdb-discard-unordered-replies): New defcustom.
425 (gdb-handler): New defstruct.
426 (gdb-wait-for-pending): Fix invalid backquote. Use gdb-handler-list.
427 instead of gdb-pending-triggers. Update docstring.
428 (gdb-init-1): Remove dead variables. Initialize gdb-handler-list.
429 (gdb-speedbar-update, gdb-speedbar-timer-fn, gdb-var-update)
430 (gdb-var-update-handler, def-gdb-auto-update-trigger)
431 (def-gdb-auto-update-handler, gdb-get-changed-registers)
432 (gdb-changed-registers-handler, gdb-get-main-selected-frame)
433 (gdb-frame-handler): Pending triggers are now automatically managed.
434 (def-gdb-trigger-and-handler, def-gdb-auto-update-handler):
435 Remove argument.
436 (gdb-input): Automatically handles pending triggers. Update docstring.
437 (gdb-resync): Replace gdb-pending-triggers by gdb-handler-list.
438 (gdb-thread-exited, gdb-thread-selected, gdb-register-names-handler):
439 Update comments.
440 (gdb-done-or-error): Now use gdb-handle-reply.
441
442 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
443
444 * progmodes/gdb-mi.el (gdb-input): Include token numbers in
445 gdb-debug-log.
446
447 2013-05-14 Glenn Morris <rgm@gnu.org>
448
449 * subr.el (user-emacs-directory-warning): New option.
450 (locate-user-emacs-file): Handle non-accessible .emacs.d. (Bug#13930)
451
452 2013-05-14 Leo Liu <sdl.web@gmail.com>
453
454 * progmodes/octave.el (octave-font-lock-keywords): Fix error
455 during redisplay.
456 (octave-goto-function-definition, octave-find-definition): Minor tweaks.
457 (octave-font-lock-texinfo-comment): Fix invalid search bound
458 error: wrong side of point.
459
460 2013-05-14 Glenn Morris <rgm@gnu.org>
461
462 * progmodes/flymake.el (flymake-xml-program): New option.
463 (flymake-xml-init): Use it.
464
465 * term/xterm.el: Provide a feature.
466
467 * term/sup-mouse.el: Move to obsolete/. Provide a feature.
468
469 2013-05-13 Glenn Morris <rgm@gnu.org>
470
471 * cus-dep.el (defcustom-mh, defgroup-mh, defface-mh):
472 Add compat aliases as a hack workaround. (Bug#14384)
473
474 2013-05-13 Leo Liu <sdl.web@gmail.com>
475
476 * progmodes/octave.el (octave-indent-comment): Fix indentation for
477 ###, and %!.
478 (octave-mode-map): Bind octave-indent-defun to C-c C-q instead of
479 C-M-q.
480 (octave-comment-start-skip): Include %!.
481 (octave-mode): Set comment-start-skip to octave-comment-start-skip.
482
483 2013-05-12 Leo Liu <sdl.web@gmail.com>
484
485 * progmodes/octave.el (inferior-octave-startup): Store the value
486 of __octave_srcdir__ for octave-source-directories.
487 (inferior-octave-check-process): New function refactored out of
488 inferior-octave-send-list-and-digest.
489 (octave-source-directories)
490 (octave-find-definition-filename-function): New variables.
491 (octave-source-directories)
492 (octave-find-definition-default-filename): New functions.
493 (octave-find-definition): Improve to find functions implemented in C++.
494
495 2013-05-12 Glenn Morris <rgm@gnu.org>
496
497 * calendar/diary-lib.el (diary-outlook-format-1):
498 Don't include dayname in the output. (Bug#14349)
499
500 2013-05-11 Glenn Morris <rgm@gnu.org>
501
502 * emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix.
503
504 * cus-dep.el (custom-make-dependencies): Only use safe local variables.
505 Treat cc-provide like provide.
506
507 2013-05-11 Kevin Ryde <user42@zip.com.au>
508
509 * cus-dep.el (custom-make-dependencies):
510 Use generated-autoload-load-name for the sake of files such
511 such cedet/semantic/bovine/c.el, where the base file name
512 is not in load-path. (Bug#5277)
513
514 2013-05-11 Glenn Morris <rgm@gnu.org>
515
516 * dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el:
517 Provide features.
518
519 2013-05-11 Leo Liu <sdl.web@gmail.com>
520
521 * progmodes/octave.el (octave-indent-comment): Improve.
522 (octave-eldoc-message-style, octave-eldoc-cache): New variables.
523 (octave-eldoc-function-signatures, octave-eldoc-function):
524 New functions.
525 (octave-mode, inferior-octave-mode): Add eldoc support.
526
527 2013-05-11 Richard Stallman <rms@gnu.org>
528
529 * epa.el (epa-decrypt-file): Take output file name as argument
530 and read it using `interactive'.
531
532 2013-05-11 Leo Liu <sdl.web@gmail.com>
533
534 * progmodes/octave.el (octave-beginning-of-line)
535 (octave-end-of-line): Check before using up-list because it jumps
536 out of more syntactic contructs since moving to smie.
537 (octave-indent-comment): New function.
538 (octave-mode): Use it in smie-indent-functions. (Bug#14350)
539 (octave-begin-keywords, octave-end-keywords)
540 (octave-reserved-words, octave-smie-bnf-table)
541 (octave-smie-rules): Add new keywords from Octave 3.6.4.
542
543 2013-05-11 Glenn Morris <rgm@gnu.org>
544
545 * faces.el (internal-face-x-get-resource):
546 * frame.el (ns-display-monitor-attributes-list):
547 * calc/calc-aent.el (math-to-radians-2): Fix declarations.
548
549 * emacs-lisp/package.el (tar-header-name, tar-header-link-type):
550
551 * calc/calc-menu.el: Make it loadable in isolation.
552
553 * net/eudcb-bbdb.el: Make it loadable without bbdb.
554 (eudc-bbdb-filter-non-matching-record, eudc-bbdb-extract-phones)
555 (eudc-bbdb-extract-addresses, eudc-bbdb-format-record-as-result)
556 (eudc-bbdb-query-internal): Require 'bbdb.
557
558 * lpr.el (lpr-headers-switches):
559 * emacs-lisp/testcover.el (testcover-compose-functions): Fix :type.
560
561 * progmodes/sql.el (sql-login-params): Fix and improve :type.
562
563 * emulation/edt-mapper.el: In batch mode, error rather than hang.
564
565 * term.el (term-set-escape-char): Make it idempotent.
566
567 2013-05-10 Leo Liu <sdl.web@gmail.com>
568
569 * progmodes/octave.el (inferior-octave-completion-table):
570 No longer a function and all uses changed. Use cache to speed up
571 completion due to bug#11906.
572 (octave-beginning-of-defun): Re-write to be more general.
573
574 2013-05-10 Glenn Morris <rgm@gnu.org>
575
576 * emacs-lisp/cl-macs.el (cl-loop): Doc fix.
577
578 2013-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
579
580 * comint.el (comint-redirect-send-command-to-process): Use :around
581 rather than :override for comint-redirect-filter.
582 (comint-redirect-filter): Add the corresponding `orig-filter' argument.
583 Call it instead of comint-redirect-original-filter-function (which
584 is gone). Reported by Juanma Barranquero <lekktu@gmail.com>.
585
586 2013-05-09 Jan Djärv <jan.h.d@swipnet.se>
587
588 * frame.el (display-monitor-attributes-list): Add NS case.
589 (ns-display-monitor-attributes-list): Declare.
590
591 2013-05-09 Ulrich Mueller <ulm@gentoo.org>
592
593 * descr-text.el (describe-char): Fix %d/%x typo. (Bug#14360)
594
595 2013-05-09 Glenn Morris <rgm@gnu.org>
596
597 * international/fontset.el (vertical-centering-font-regexp):
598 Set standard-value.
599
600 * tar-mode.el (tar-superior-buffer, tar-superior-descriptor): Add doc.
601
602 * bookmark.el (bookmark-search-delay):
603 * cus-start.el (vertical-centering-font-regexp):
604 * ps-mule.el (ps-mule-font-info-database-default):
605 * ps-print.el (ps-default-fg, ps-default-bg):
606 * type-break.el (type-break-good-break-interval):
607 * whitespace.el (whitespace-indentation-regexp)
608 (whitespace-space-after-tab-regexp):
609 * emacs-lisp/testcover.el (testcover-1value-functions)
610 (testcover-noreturn-functions, testcover-progn-functions)
611 (testcover-prog1-functions):
612 * emulation/viper-init.el (viper-emacs-state-cursor-color):
613 * eshell/em-glob.el (eshell-glob-translate-alist):
614 * play/tetris.el (tetris-tty-colors):
615 * progmodes/cpp.el (cpp-face-default-list):
616 * progmodes/flymake.el (flymake-allowed-file-name-masks):
617 * progmodes/idlw-help.el (idlwave-help-browser-generic-program)
618 (idlwave-help-browser-generic-args):
619 * progmodes/make-mode.el (makefile-special-targets-list):
620 * progmodes/python.el (python-shell-virtualenv-path):
621 * progmodes/verilog-mode.el (verilog-active-low-regexp)
622 (verilog-auto-input-ignore-regexp, verilog-auto-inout-ignore-regexp)
623 (verilog-auto-output-ignore-regexp, verilog-auto-tieoff-ignore-regexp)
624 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
625 * textmodes/reftex-vars.el (reftex-format-label-function):
626 * textmodes/remember.el (remember-diary-file): Fix custom types.
627
628 * jka-cmpr-hook.el (jka-compr-mode-alist-additions): Fix typo.
629 Add :version.
630
631 2013-05-09 Leo Liu <sdl.web@gmail.com>
632
633 * progmodes/octave.el (inferior-octave-completion-at-point):
634 Restore file completion. (Bug#14300)
635 (inferior-octave-startup): Fix incorrect highlighting for the
636 first prompt.
637
638 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
639
640 * progmodes/ruby-mode.el: First cut at SMIE support.
641 (ruby-use-smie): New var.
642 (ruby-smie-grammar): New constant.
643 (ruby-smie--bosp, ruby-smie--implicit-semi-p)
644 (ruby-smie--forward-token, ruby-smie--backward-token)
645 (ruby-smie-rules): New functions.
646 (ruby-mode-variables): Setup SMIE if applicable.
647
648 2013-05-08 Eli Zaretskii <eliz@gnu.org>
649
650 * simple.el (line-move-visual): Signal beginning/end of buffer
651 only if vertical-motion moved less than it was requested. Avoids
652 silly incorrect error messages when there are display strings with
653 multiple newlines at EOL.
654
655 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
656
657 * progmodes/vera-mode.el (vera-underscore-is-part-of-word):
658 * progmodes/prolog.el (prolog-underscore-wordchar-flag)
659 (prolog-char-quote-workaround):
660 * progmodes/cperl-mode.el (cperl-under-as-char):
661 * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word):
662 Mark as obsolete.
663 (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in
664 their declaration.
665 (vhdl-mode-syntax-table-init): Remove.
666
667 * progmodes/m4-mode.el (m4-mode-syntax-table): Add comment on
668 last change.
669
670 * progmodes/ld-script.el (ld-script-mode-syntax-table): Use symbol
671 syntax for "_".
672 (ld-script-font-lock-keywords):
673 Change regexps to use things like \_< and \_>.
674
675 * progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_".
676 Change all regexps to use things like \_< and \_>.
677
678 * progmodes/autoconf.el (autoconf-definition-regexp)
679 (autoconf-font-lock-keywords, autoconf-current-defun-function):
680 Handle a _ with symbol syntax.
681 (autoconf-mode): Don't change the syntax-table for imenu and font-lock.
682
683 * progmodes/ada-mode.el (ada-mode-abbrev-table):
684 Consolidate declaration.
685 (ada-mode-syntax-table, ada-mode-symbol-syntax-table): Initialize in
686 the declaration.
687 (ada-create-syntax-table): Remove.
688 (ada-capitalize-word): Don't mess with the syntax of "_" since it
689 already has the right syntax nowadays.
690 (ada-goto-next-word): Don't change the syntax of "_".
691
692 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight obsolete
693 with-wrapper-hook.
694
695 2013-05-08 Sam Steingold <sds@gnu.org>
696
697 * thingatpt.el (thing-at-point): Accept optional second argument
698 NO-PROPERTIES to strip the text properties from the return value.
699 * net/browse-url.el (browse-url-url-at-point): Pass NO-PROPERTIES
700 to `thing-at-point' instead of stripping the properties ourselves.
701 Also, when `thing-at-point' fails to find a url, prepend "http://"
702 to the filename at point on the assumption that the user is
703 pointing at something like gnu.org/gnu.
704
705 2013-05-08 Juanma Barranquero <lekktu@gmail.com>
706
707 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
708 * faces.el (crm-separator):
709 Silence byte-compiler.
710
711 * progmodes/gud.el (gdb-speedbar-auto-raise, gud-tooltip-mode)
712 (tool-bar-map): Remove unneeded defvars.
713
714 2013-05-08 Leo Liu <sdl.web@gmail.com>
715
716 Re-work a fix for bug#10994 based on Le Wang's patch.
717 * ido.el (ido-remove-consecutive-dups): New helper.
718 (ido-completing-read): Use it.
719 (ido-chop): Revert fix for bug#10994.
720
721 2013-05-08 Adam Spiers <emacs@adamspiers.org>
722
723 * cus-edit.el (custom-save-variables):
724 Pretty-print long values. (Bug#14187)
725
726 2013-05-08 Glenn Morris <rgm@gnu.org>
727
728 * progmodes/m4-mode.el (m4-program): Assume it is in PATH.
729 (m4-mode-syntax-table): Init in the defvar.
730 (m4-mode-abbrev-table): Let define-derived-mode define it.
731
732 2013-05-08 Tom Tromey <tromey@redhat.com>
733
734 * progmodes/m4-mode.el (m4-mode-syntax-table):
735 Do not treat "_" as word constituent. (Bug#14167)
736
737 2013-05-07 Glenn Morris <rgm@gnu.org>
738
739 * eshell/em-hist.el (eshell-isearch-map): Initialize in the defvar.
740 Remove explicit eshell-isearch-cancel-map.
741
742 * progmodes/f90.el (f90-smart-end-names): New option.
743 (f90-smart-end): Doc fix.
744 (f90-end-block-optional-name): New constant.
745 (f90-block-match): Respect f90-smart-end-names.
746
747 2013-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
748
749 * progmodes/octave.el (octave-smie-forward-token): Be more careful
750 about implicit semi-colons (bug#14218).
751
752 2013-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
753
754 * frame.el (display-monitor-attributes-list)
755 (frame-monitor-attributes): New functions.
756
757 2013-05-06 Leo Liu <sdl.web@gmail.com>
758
759 * progmodes/octave.el (octave-syntax-propertize-function): Change
760 \'s syntax to escape when inside double-quoted strings. (Bug#14332)
761 (octave-font-lock-keywords): Use octave-operator-regexp.
762 (octave-completion-at-point): Rename from
763 octave-completion-at-point-function.
764 (inferior-octave-directory-tracker): Robustify.
765 (octave-text-functions): Remove and fix its uses. No such things
766 any more.
767
768 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
769
770 * emacs-lisp/trace.el (trace--display-buffer): New function.
771 (trace-make-advice): Use it.
772
773 2013-05-06 Juri Linkov <juri@jurta.org>
774
775 * emacs-lisp/lisp-mode.el (eval-defun-2): Doc fix. (Bug#14344)
776 (eval-defun-2, eval-defun, eval-last-sexp, eval-last-sexp-1):
777 Doc fix.
778 (emacs-lisp-mode-map): Replace "minibuffer" with "echo area"
779 in the help string. (Bug#12985)
780
781 2013-05-06 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
782
783 * simple.el (shell-command-on-region): Doc fix. (Bug#14279)
784
785 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
786
787 * progmodes/perl-mode.el: Add support for here documents.
788 (perl-syntax-propertize-function): Match here-doc markers.
789 (perl-syntax-propertize-special-constructs): Find their end.
790 (perl-imenu-generic-expression): Use [:alnum:].
791
792 * emacs-lisp/nadvice.el (advice--member-p): Return the advice if found.
793 (advice--add-function): Refresh the advice if already present
794 (bug#14317).
795
796 2013-05-06 Ivan Andrus <darthandrus@gmail.com>
797
798 * find-file.el (cc-other-file-alist): Add ".m" for ObjC. (Bug#14339)
799
800 2013-05-06 Glenn Morris <rgm@gnu.org>
801
802 * w32-fns.el (w32-charset-info-alist): Declare.
803
804 * eshell/em-cmpl.el: Simply require pcomplete; eg we use a bunch
805 of its defcustom properties.
806 (eshell-cmpl-initialize): No need to load pcomplete.
807
808 * generic-x.el: No need to require comint when compiling.
809
810 * net/eudc-export.el: Make it loadable without bbdb.
811 (top-level): Use require rather than load-library.
812 (eudc-create-bbdb-record, eudc-bbdbify-phone)
813 (eudc-batch-export-records-to-bbdb)
814 (eudc-insert-record-at-point-into-bbdb, eudc-try-bbdb-insert):
815 Require bbdb.
816
817 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
818
819 * progmodes/octave.el (octave-texinfo-font-lock-keywords): Remove.
820 (octave-font-lock-texinfo-comment): Use texinfo-font-lock-keywords with
821 some tweaks, instead.
822
823 2013-05-05 Leo Liu <sdl.web@gmail.com>
824
825 * progmodes/octave.el (octave-font-lock-keywords)
826 (octave-font-lock-texinfo-comment): Adjust for the byte-compiler.
827 (inferior-octave-send-list-and-digest): Improve error message.
828 (octave-mode, inferior-octave-mode): Use setq-local.
829 (octave-help): Set info-lookup-mode.
830
831 2013-05-05 Richard Stallman <rms@gnu.org>
832
833 * vc/compare-w.el (compare-windows-whitespace):
834 Treat no-break space as whitespace.
835
836 * mail/rmailsum.el (rmail-summary-rmail-update):
837 Detect empty summary and don't change selected message.
838 (rmail-summary-goto-msg): Likewise.
839
840 * mail/rmailsum.el (rmail-new-summary, rmail-new-summary-1):
841 Doc fixes, rename args.
842
843 2013-05-05 Alan Mackenzie <acm@muc.de>
844
845 * progmodes/cc-defs.el (c-version): Increment to 5.32.5.
846
847 2013-05-05 Juri Linkov <juri@jurta.org>
848
849 * info.el (Info-read-subfile): Use (point-min) instead of (point)
850 to not add the length of the summary segment to the return value.
851 (Bug#14125)
852
853 2013-05-05 Leo Liu <sdl.web@gmail.com>
854
855 * progmodes/octave.el (inferior-octave-strip-ctrl-g)
856 (inferior-octave-output-filter): Remove.
857 (octave-send-region, inferior-octave-startup): Fix callers.
858 (inferior-octave-mode-map): Don't use comint-dynamic-complete.
859 (octave-binary-file-extensions): New user variable.
860 (octave-find-definition): Confirm if opening binary files.
861 (octave-help-file): Use octave-find-definition to get the binary
862 confirmation.
863 (octave-help): Adjust for octave-help-file change.
864
865 2013-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
866
867 * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes.
868 Merge the two entries that handle function definitions.
869 (pascal--syntax-propertize): New const.
870 (pascal-mode): Use it. Use setq-local.
871
872 2013-05-04 Glenn Morris <rgm@gnu.org>
873
874 * calendar/diary-lib.el (diary-from-outlook-function): New variable.
875 (diary-from-outlook): Respect diary-from-outlook-function.
876
877 2013-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
878
879 * simple.el (read-expression-map): Use completion-at-point (bug#14255).
880 Move the declaration from C.
881 (read-minibuffer, eval-minibuffer): Move from C.
882 (completion-setup-function): Avoid minibuffer-completion-contents.
883
884 2013-05-03 Leo Liu <sdl.web@gmail.com>
885
886 * progmodes/octave.el (octave-font-lock-keywords): Do not
887 dehighlight 'end' in comments or strings.
888 (octave-completing-read, octave-goto-function-definition):
889 New helpers.
890 (octave-help-buffer): New user variable.
891 (octave-help-file, octave-help-function): New button types.
892 (octave-help): New command and bind it to C-h ;.
893 (octave-find-definition): New command and bind it to M-.
894 (user-error): Alias to error if not defined.
895
896 2013-05-02 Leo Liu <sdl.web@gmail.com>
897
898 * progmodes/octave.el (octave-mode-syntax-table): Correct syntax
899 for \. (bug#14332)
900 (octave-font-lock-keywords): Include [ and {.
901
902 2013-05-02 Leo Liu <sdl.web@gmail.com>
903
904 * progmodes/octave.el (inferior-octave-startup-file): Change default.
905 (inferior-octave): Remove calling comint-mode and return the buffer.
906 (inferior-octave-startup): Cosmetic changes.
907
908 2013-05-02 Leo Liu <sdl.web@gmail.com>
909
910 * progmodes/octave.el (octave-syntax-propertize-function):
911 Include the case when ' is at line beginning. (Bug#14336)
912
913 2013-05-02 Glenn Morris <rgm@gnu.org>
914
915 * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
916 * desktop.el (vc-dir-mode): Just autoload it here.
917
918 2013-05-02 Alan Mackenzie <acm@muc.de>
919
920 Eliminate variable c-standard-font-lock-fontify-region-function.
921 * progmodes/cc-mode.el
922 (c-standard-font-lock-fontify-region-function): Remove.
923 (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
924
925 2013-05-01 Leo Liu <sdl.web@gmail.com>
926
927 * progmodes/octave.el: Compatible with older emacs-24 releases.
928 (inferior-octave-has-built-in-variables): Remove. Built-in
929 variables were removed from Octave in 2007.
930 (inferior-octave-startup): Fix uses.
931 (comint-line-beginning-position): Remove compatibility code for
932 emacs 21.
933
934 2013-05-01 Juri Linkov <juri@jurta.org>
935
936 * isearch.el (isearch-forward, isearch-mode): Doc fix. (Bug#13923)
937
938 2013-05-01 Juri Linkov <juri@jurta.org>
939
940 * comint.el (comint-previous-matching-input): Don't print message
941 "History item: %d" when `isearch-mode' is active.
942 (comint-history-isearch-message): Print message "History item: %d"
943 when `comint-input-ring-index' is not empty and this function is
944 called from `isearch-update' with a nil `ellipsis'. (Bug#13223)
945
946 2013-05-01 Leo Liu <sdl.web@gmail.com>
947
948 * progmodes/octave.el (octave-abbrev-table): Remove abbrev
949 definitions. Use completion-at-point to insert keywords.
950 (octave-abbrev-start): Remove.
951 (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
952
953 2013-04-30 Leo Liu <sdl.web@gmail.com>
954
955 * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
956 change.
957
958 2013-04-30 Alan Mackenzie <acm@muc.de>
959
960 Handle arbitrarily long C++ member initialisation lists.
961 * progmodes/cc-engine.el (c-back-over-member-initializers):
962 new function.
963 (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
964 (most) member init lists.
965
966 2013-04-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
967
968 * progmodes/octave.el (inferior-octave-prompt-read-only): New user
969 variable.
970
971 2013-04-30 Leo Liu <sdl.web@gmail.com>
972
973 * progmodes/octave.el (octave-variables): Remove. No builtin
974 variables any more. All converted to functions.
975 (octave-font-lock-keywords, octave-completion-at-point-function):
976 Fix uses.
977 (octave-font-lock-texinfo-comment): New user variable.
978 (octave-texinfo-font-lock-keywords): New variable for texinfo
979 comment block.
980 (octave-function-comment-block): New face.
981 (octave-font-lock-texinfo-comment): New function.
982 (octave-mode): Font lock texinfo comment block.
983
984 2013-04-29 Leo Liu <sdl.web@gmail.com>
985
986 * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
987 indexing expression.
988 (octave-continuation-string): Do not use \.
989 (inferior-octave-complete-impossible): Remove.
990 (inferior-octave-completion-table)
991 (inferior-octave-completion-at-point): Remove its uses.
992 (inferior-octave-startup): completion_matches was introduced to
993 Octave in 1996 so safe to assume it.
994 (octave-function-file-comment): Improve to follow how Octave does it.
995 (octave-update-function-file-comment): Tweak.
996
997 2013-04-29 Leo Liu <sdl.web@gmail.com>
998
999 * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
1000 (inferior-octave-startup): Remove inferior-octave-startup-hook.
1001 (octave-function-file-comment): Fix typo.
1002 (octave-sync-function-file-names): Use read-char-choice.
1003
1004 2013-04-28 Jay Belanger <jay.p.belanger@gmail.com>
1005
1006 * calc/calc.el (math-normalize): Don't set `math-normalize-error'
1007 to t for the less important warnings.
1008
1009 2013-04-27 Darren Hoo <darren.hoo@gmail.com> (tiny change)
1010
1011 * isearch.el (isearch-fail-pos): Check for empty `cmds'. (Bug#14268)
1012
1013 2013-04-27 Glenn Morris <rgm@gnu.org>
1014
1015 * vc/log-view.el (log-view-current-entry):
1016 Treat "---" separator lines as part of the following rev. (Bug#14169)
1017
1018 2013-04-27 Juri Linkov <juri@jurta.org>
1019
1020 * subr.el (read-number): Doc fix about using it by interactive
1021 code letter `n'. (Bug#14254)
1022
1023 2013-04-27 Juri Linkov <juri@jurta.org>
1024
1025 * desktop.el (desktop-auto-save-timeout): New option.
1026 (desktop-file-checksum): New variable.
1027 (desktop-save): Add optional arg `auto-save' and don't auto-save
1028 if nothing changed.
1029 (desktop-auto-save-timer): New variable.
1030 (desktop-auto-save, desktop-auto-save-set-timer): New functions.
1031 (after-init-hook): Call `desktop-auto-save-set-timer'.
1032 Suggested by Reuben Thomas <rrt@sc3d.org> in
1033 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
1034
1035 2013-04-27 Leo Liu <sdl.web@gmail.com>
1036
1037 * progmodes/octave.el (octave-function-file-p)
1038 (octave-skip-comment-forward, octave-function-file-comment)
1039 (octave-update-function-file-comment): New functions.
1040 (octave-mode-map): Bind C-c ; to
1041 octave-update-function-file-comment.
1042 (octave-mode-menu): Add octave-update-function-file-comment.
1043 (octave-mode, inferior-octave-mode): Fix doc-string.
1044 (octave-insert-defun): Conform to Octave's coding convention.
1045 (Bug#14285)
1046
1047 * files.el (basic-save-buffer): Don't let errors in
1048 before-save-hook prevent saving buffer.
1049
1050 2013-04-20 Roland Winkler <winkler@gnu.org>
1051
1052 * faces.el (read-face-name): Use completing-read if arg multiple
1053 is nil.
1054
1055 2013-04-27 Ingo Lohmar <i.lohmar@gmail.com> (tiny change)
1056
1057 * ls-lisp.el (ls-lisp-insert-directory): If no files are
1058 displayed, move point to after the totals line.
1059 See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
1060 for the details.
1061
1062 2013-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
1063
1064 * emacs-lisp/package.el (package-autoload-ensure-default-file):
1065 Add current dir to the load-path.
1066 (package-generate-autoloads): Don't rely on
1067 autoload-ensure-default-file.
1068
1069 2013-04-26 Reuben Thomas <rrt@sc3d.org>
1070
1071 * textmodes/remember.el (remember-store-in-files): Document that
1072 the file name format is passed to `format-time-string'.
1073
1074 2013-04-26 Leo Liu <sdl.web@gmail.com>
1075
1076 * progmodes/octave.el (octave-sync-function-file-names): New function.
1077 (octave-mode): Use it in before-save-hook.
1078
1079 2013-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
1080
1081 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
1082 (bug#14274).
1083
1084 * progmodes/octave.el (octave-smie-forward-token): Properly skip
1085 \n and comment, even if it's not an implicit ; (bug#14218).
1086
1087 2013-04-26 Glenn Morris <rgm@gnu.org>
1088
1089 * subr.el (read-number): Once more use `read' rather than
1090 `string-to-number', to trap non-numeric input. (Bug#14254)
1091
1092 2013-04-26 Erik Charlebois <erikcharlebois@gmail.com>
1093
1094 * emacs-lisp/syntax.el (syntax-propertize-multiline):
1095 Use `syntax-multiline' text property consistently instead of
1096 `font-lock-multiline'. (bug#14237).
1097
1098 2013-04-26 Glenn Morris <rgm@gnu.org>
1099
1100 * emacs-lisp/shadow.el (list-load-path-shadows):
1101 No longer necessary to check for duplicate simple.el, since
1102 2012-07-07 change to init_lread to not include installation lisp
1103 directories in load-path when running uninstalled. (Bug#14270)
1104
1105 2013-04-26 Leo Liu <sdl.web@gmail.com>
1106
1107 * progmodes/octave.el (octave-submit-bug-report): Obsolete.
1108 (octave-mode, inferior-octave-mode): Use setq-local.
1109 (octave-not-in-string-or-comment-p): Rename to
1110 octave-in-string-or-comment-p.
1111 (octave-in-comment-p, octave-in-string-p)
1112 (octave-in-string-or-comment-p): Replace defsubst with defun.
1113
1114 2013-04-25 Paul Eggert <eggert@cs.ucla.edu>
1115
1116 * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
1117
1118 2013-04-25 Bastien Guerry <bzg@gnu.org>
1119
1120 * textmodes/remember.el (remember-data-directory)
1121 (remember-directory-file-name-format): Fix custom types.
1122
1123 2013-04-25 Leo Liu <sdl.web@gmail.com>
1124
1125 * progmodes/octave.el (octave-completion-at-point-function):
1126 Make use of inferior octave process.
1127 (octave-initialize-completions): Remove.
1128 (inferior-octave-completion-table): New function.
1129 (inferior-octave-completion-at-point): Use it.
1130 (octave-completion-alist): Remove.
1131
1132 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
1133
1134 * progmodes/opascal.el: Use font-lock and syntax-propertize.
1135 (opascal-mode-syntax-table): New var.
1136 (opascal-literal-kind, opascal-is-literal-end)
1137 (opascal-literal-token-at): Rewrite.
1138 (opascal--literal-start-re, opascal-font-lock-keywords)
1139 (opascal--syntax-propertize): New constants.
1140 (opascal-font-lock-defaults): Adjust.
1141 (opascal-mode): Use them. Set comment-<foo> variables as well.
1142 (delphi-comment-face, opascal-comment-face, delphi-string-face)
1143 (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
1144 (delphi-other-face, opascal-other-face): Remove face variables.
1145 (opascal-save-state): Remove macro.
1146 (opascal-fontifying-progress-step): Remove constant.
1147 (opascal--ignore-changes): Remove var.
1148 (opascal-set-token-property, opascal-parse-next-literal)
1149 (opascal-is-stable-literal, opascal-complete-literal)
1150 (opascal-is-literal-start, opascal-face-of)
1151 (opascal-parse-region, opascal-parse-region-until-stable)
1152 (opascal-fontify-region, opascal-after-change)
1153 (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
1154 (opascal-debug-parse-region, opascal-debug-parse-window)
1155 (opascal-debug-parse-buffer, opascal-debug-fontify-window)
1156 (opascal-debug-fontify-buffer): Remove.
1157 (opascal-debug-mode-map): Adjust accordingly.
1158
1159 2013-04-25 Leo Liu <sdl.web@gmail.com>
1160
1161 Merge octave-mod.el and octave-inf.el into octave.el with some
1162 cleanups.
1163 * progmodes/octave.el: New file renamed from octave-mod.el.
1164 * progmodes/octave-inf.el: Merged into octave.el.
1165 * progmodes/octave-mod.el: Renamed to octave.el.
1166
1167 2013-04-25 Tassilo Horn <tsdh@gnu.org>
1168
1169 * textmodes/reftex-vars.el
1170 (reftex-label-ignored-macros-and-environments): New defcustom.
1171
1172 * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
1173
1174 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
1175
1176 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
1177 (smie-indent-keyword): Improve the check to ensure that the next
1178 comment is really on the same line.
1179 (smie-indent-comment): Don't align with a subsequent closer (or eob).
1180
1181 * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
1182 semi-colons if the line is not otherwise empty (bug#14218).
1183
1184 2013-04-25 Glenn Morris <rgm@gnu.org>
1185
1186 * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
1187
1188 2013-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
1189
1190 * progmodes/opascal.el (opascal-set-token-property): Rename from
1191 opascal-set-text-properties and only set `token' (bug#14134).
1192 Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
1193 (opascal-literal-text-properties): Remove.
1194 (opascal-parse-next-literal, opascal-debug-unparse-buffer):
1195 Adjust callers.
1196
1197 2013-04-24 Reuben Thomas <rrt@sc3d.org>
1198
1199 * textmodes/remember.el (remember-handler-functions): Add an
1200 option for a new handler `remember-store-in-files'.
1201 (remember-data-directory, remember-directory-file-name-format):
1202 New options.
1203 (remember-store-in-files): New function to store remember notes
1204 as separate files within a directory.
1205
1206 2013-04-24 Magnus Henoch <magnus.henoch@gmail.com>
1207
1208 * progmodes/compile.el (compilation-next-error-function):
1209 Pass "formats" to compilation-find-file (bug#11777).
1210
1211 2013-04-24 Glenn Morris <rgm@gnu.org>
1212
1213 * vc/vc-bzr.el (vc-bzr-print-log):
1214 * vc/vc-hg.el (vc-hg-print-log):
1215 * vc/vc-svn.el (vc-svn-print-log):
1216 Fix START-REVISION with LIMIT != 1. (Bug#14168)
1217
1218 * vc/vc-bzr.el (vc-bzr-print-log):
1219 * vc/vc-cvs.el (vc-cvs-print-log):
1220 * vc/vc-git.el (vc-git-print-log):
1221 * vc/vc-hg.el (vc-hg-print-log):
1222 * vc/vc-mtn.el (vc-mtn-print-log):
1223 * vc/vc-rcs.el (vc-rcs-print-log):
1224 * vc/vc-sccs.el (vc-sccs-print-log):
1225 * vc/vc-svn.el (vc-svn-print-log):
1226 * vc/vc.el (vc-print-log-internal): Doc fixes.
1227
1228 2013-04-23 Glenn Morris <rgm@gnu.org>
1229
1230 * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
1231 Remove venerable code attempting to avoid substitute-command-keys.
1232
1233 2013-04-23 Tassilo Horn <tsdh@gnu.org>
1234
1235 * textmodes/reftex-vars.el (reftex-label-regexps):
1236 Call `reftex-compile-variables' after changes to this variable.
1237
1238 2013-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
1239
1240 * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
1241 Use lexical-binding.
1242 (jit-lock-force-redisplay): Use markers, check buffer's continued
1243 existence and beware narrowed buffers.
1244 (jit-lock-fontify-now): Adjust call accordingly.
1245
1246 2013-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
1247
1248 * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
1249 to avoid misleading the user.
1250
1251 2013-04-22 Leo Liu <sdl.web@gmail.com>
1252
1253 * info-look.el: Prefer latex2e.info. (Bug#14240)
1254
1255 2013-04-22 Michael Albinus <michael.albinus@gmx.de>
1256
1257 Fix pack/unpack coding. Reported by David Smith <davidsmith@acm.org>.
1258
1259 * net/tramp-compat.el (tramp-compat-call-process): Move function ...
1260 * net/tramp.el (tramp-call-process): ... here
1261 (tramp-set-completion-function, tramp-parse-putty):
1262 * net/tramp-adb.el (tramp-adb-execute-adb-command):
1263 * net/tramp-gvfs.el (tramp-gvfs-send-command):
1264 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
1265 (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
1266 (tramp-call-local-coding-command): Use `tramp-call-process'
1267 instead of `tramp-compat-call-process'.
1268
1269 * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
1270 (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
1271 (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region):
1272 (tramp-find-inline-compress):Improve traces.
1273 (tramp-maybe-send-script): Check for Perl binary.
1274 (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
1275
1276 2013-04-22 Daiki Ueno <ueno@gnu.org>
1277
1278 * epg.el (epg-context-pinentry-mode): New function.
1279 (epg-context-set-pinentry-mode): New function.
1280 (epg--start): Pass --pinentry-mode option to gpg command.
1281
1282 2013-04-21 Xue Fuqiao <xfq.free@gmail.com>
1283
1284 * comint.el: (comint-dynamic-complete-functions, comint-mode-map):
1285 `comint-dynamic-complete' is obsolete since 24.1, replaced by
1286 `completion-at-point'. (Bug#13774)
1287
1288 * startup.el (normal-no-mouse-startup-screen): Bug fix, the
1289 default key binding for `describe-distribution' has been moved to
1290 `C-h C-o'. (Bug#13970)
1291
1292 2013-04-21 Glenn Morris <rgm@gnu.org>
1293
1294 * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
1295 Add doc strings.
1296 (vc-print-log): Clarify interactive prompt.
1297
1298 2013-04-20 Glenn Morris <rgm@gnu.org>
1299
1300 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
1301 No longer include timestamp etc information.
1302
1303 2013-04-20 Roland Winkler <winkler@gnu.org>
1304
1305 * faces.el (read-face-name): Bug fix, return just one face if arg
1306 multiple is nil. (Bug#14209)
1307
1308 2013-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
1309
1310 * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
1311 (remove-function): Autoload.
1312
1313 * comint.el (comint-redirect-original-filter-function): Remove.
1314 (comint-redirect-cleanup, comint-redirect-send-command-to-process):
1315 * vc/vc-cvs.el (vc-cvs-annotate-process-filter,vc-cvs-annotate-command):
1316 * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
1317 * progmodes/prolog.el (prolog-consult-compile):
1318 * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
1319 Use add/remove-function instead.
1320 * progmodes/gud.el (gud-tooltip-original-filter): Remove.
1321 (gud-tooltip-process-output, gud-tooltip-tips):
1322 Use add/remove-function instead.
1323 * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
1324 (scheme-interaction-mode, exit-scheme-interaction-mode):
1325 Use add/remove-function instead.
1326
1327 * vc/vc-dispatcher.el: Use lexical-binding.
1328 (vc--process-sentinel): Rename from vc-process-sentinel.
1329 Change last arg to be the code to run. Don't use vc-previous-sentinel
1330 and vc-sentinel-commands any more.
1331 (vc-exec-after): Allow code to be a function. Use add/remove-function.
1332 (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
1333
1334 2013-04-19 Masatake YAMATO <yamato@redhat.com>
1335
1336 * progmodes/sh-script.el (sh-imenu-generic-expression):
1337 Handle function names with a single character. (Bug#14111)
1338
1339 2013-04-19 Dima Kogan <dima@secretsauce.net> (tiny change)
1340
1341 * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
1342 for subroutines defined in an eval (bug#14182).
1343
1344 2013-04-19 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1345
1346 * bookmark.el (bookmark-completing-read): Improve handling of empty
1347 string (bug#14176).
1348
1349 2013-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
1350
1351 * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
1352
1353 2013-04-19 Fabián Ezequiel Gallina <fgallina@gnu.org>
1354
1355 New faster Imenu implementation (bug#14058).
1356 * progmodes/python.el:
1357 (python-imenu-prev-index-position):
1358 (python-imenu-format-item-label-function)
1359 (python-imenu-format-parent-item-label-function)
1360 (python-imenu-format-parent-item-jump-label-function):
1361 New vars.
1362 (python-imenu-format-item-label)
1363 (python-imenu-format-parent-item-label)
1364 (python-imenu-format-parent-item-jump-label)
1365 (python-imenu--put-parent, python-imenu--build-tree)
1366 (python-imenu-create-index, python-imenu-create-flat-index)
1367 (python-util-popn): New functions.
1368 (python-mode): Set imenu-create-index-function to
1369 python-imenu-create-index.
1370
1371 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
1372
1373 * winner.el (winner-active-region): Use region-active-p, activate-mark
1374 and deactivate-mark (bug#14225).
1375
1376 * simple.el (deactivate-mark): Don't inline it.
1377
1378 2013-04-18 Michael Albinus <michael.albinus@gmx.de>
1379
1380 * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
1381
1382 2013-04-18 Tassilo Horn <tsdh@gnu.org>
1383
1384 * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
1385 file extensions from the archive-mode entry in order to prefer
1386 doc-view-mode-maybe with archive-mode as fallback (bug#14188).
1387
1388 2013-04-18 Leo Liu <sdl.web@gmail.com>
1389
1390 * bindings.el (help-event-list): Add ?\?.
1391
1392 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
1393
1394 * subr.el (with-wrapper-hook): Declare obsolete.
1395 * simple.el (filter-buffer-substring-function): New hook.
1396 (filter-buffer-substring): Use it.
1397 (filter-buffer-substring-functions): Mark obsolete.
1398 * minibuffer.el (completion-in-region-function): New hook.
1399 (completion-in-region): Use it.
1400 (completion-in-region-functions): Mark obsolete.
1401 * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
1402 * abbrev.el (abbrev-expand-function): New hook.
1403 (expand-abbrev): Use it.
1404 (abbrev-expand-functions): Mark obsolete.
1405 * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
1406 and :filter-return.
1407
1408 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
1409
1410 * progmodes/python.el (python-nav--syntactically): Fix cornercases
1411 and do not care about match data.
1412
1413 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
1414
1415 * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
1416 completion tables when completing error conditions and
1417 `declare' arguments.
1418 (lisp-complete-symbol, field-complete): Mark as obsolete.
1419 (check-parens): Unmatched parens are user errors.
1420 * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
1421
1422 2013-04-17 Michal Nazarewicz <mina86@mina86.com>
1423
1424 * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
1425 command changed buffer (ie. `flyspell-pre-buffer' is not current
1426 buffer), which prevents making decisions based on invalid value of
1427 `flyspell-pre-point' in the wrong buffer. Most notably, this used to
1428 cause an error when `flyspell-pre-point' was nil after switching
1429 buffers.
1430 (flyspell-post-command-hook): No longer needs to change buffers when
1431 checking pre-word. While at it remove unnecessary progn.
1432
1433 2013-04-17 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
1434
1435 * textmodes/ispell.el (ispell-add-per-file-word-list):
1436 Fix `flyspell-correct-word-before-point' error when accepting
1437 words and `coment-padding' is an integer by using
1438 `comment-normalize-vars' (Bug #14214).
1439
1440 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
1441
1442 New defun movement commands.
1443 * progmodes/python.el (python-nav--syntactically)
1444 (python-nav--forward-defun, python-nav-backward-defun)
1445 (python-nav-forward-defun): New functions.
1446
1447 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
1448
1449 * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
1450 (python-syntax-context): Use named compiler-macro for backwards
1451 compatibility with Emacs 24.x.
1452
1453 2013-04-17 Leo Liu <sdl.web@gmail.com>
1454
1455 * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
1456 octave-hide-process-buffer.
1457
1458 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
1459
1460 * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
1461 (bug#14216).
1462
1463 2013-04-17 Jean-Philippe Gravel <jpgravel@gmail.com>
1464
1465 * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
1466 Fix adjustment of offset when receiving incomplete responses from GDB
1467 (bug#14129).
1468
1469 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
1470
1471 * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
1472 python-mode-abbrev-table.
1473 (python-skeleton-define): Adjust accordingly.
1474 (python-mode-abbrev-table): New table that inherits from it so that
1475 python-skeleton-autoinsert does not affect non-skeleton abbrevs.
1476
1477 * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
1478 (abbrev-symbol): Use it.
1479 (abbrev--before-point): Use it since we already handle inheritance.
1480
1481 2013-04-16 Leo Liu <sdl.web@gmail.com>
1482
1483 * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
1484 binding to info-lookup-symbol.
1485
1486 2013-04-16 Juanma Barranquero <lekktu@gmail.com>
1487
1488 * minibuffer.el (completion--twq-all):
1489 * term/ns-win.el (ns-initialize-window-system):
1490 * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
1491
1492 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
1493
1494 * emacs-lisp/nadvice.el (add-function): Default simple vars to their
1495 global bindings.
1496
1497 * doc-view.el (doc-view-start-process): Handle url-handler directories.
1498
1499 2013-04-15 Dmitry Gutov <dgutov@yandex.ru>
1500
1501 * progmodes/ruby-mode.el (ruby-beginning-of-defun)
1502 (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
1503 to nil.
1504 (ruby-end-of-defun): Remove the unused arg, change the docstring
1505 to reflect that this function is only used as the value of
1506 `end-of-defun-function'.
1507 (ruby-beginning-of-defun): Remove "top-level" from the docstring,
1508 to reflect an earlier change that beginning/end-of-defun functions
1509 jump between methods in a class definition, as well as top-level
1510 functions.
1511
1512 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
1513
1514 * minibuffer.el (minibuffer-complete): Don't just scroll
1515 a *Completions* that's been iconified.
1516 (minibuffer-force-complete): Make sure repetitions do cycle when going
1517 through completion-in-region -> minibuffer-complete.
1518
1519 2013-04-15 Alan Mackenzie <acm@muc.de>
1520
1521 Correct the placement of c-cpp-delimiters when there're #s not at
1522 col 0.
1523
1524 * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
1525 place a submatch around the #.
1526 * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
1527 Start a search at BOL. Put the c-cpp-delimiter category text propertiy
1528 on the #, not BOL.
1529
1530 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
1531
1532 * emacs-lisp/nadvice.el: Properly test names when adding advice.
1533 (advice--member-p): New arg `name'.
1534 (advice--add-function, advice-member-p): Use it (bug#14202).
1535
1536 2013-04-15 Filipp Gunbin <fgunbin@fastmail.fm>
1537
1538 Reformulate java imenu-generic-expression.
1539 The old expression contained ill formed regexps.
1540
1541 * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
1542 (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
1543 (cc-imenu-java-method-arg-regexp): New defconsts.
1544 (cc-imenu-java-build-type-args-regex): New defun.
1545 (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
1546 handling of spaces in the regexp.
1547
1548 2013-03-15 Agustín Martín Domingo <agustin.martin@hispalinux.es>
1549
1550 * textmodes/ispell.el (ispell-command-loop): Remove
1551 flyspell highlight of a word when ispell accepts it (bug #14178).
1552
1553 2013-04-15 Michael Albinus <michael.albinus@gmx.de>
1554
1555 * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
1556 uses code from the previous `ange-ftp-run-real-handler'.
1557 (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
1558 only in case that function exist. This is needed for proper
1559 unloading of Tramp.
1560
1561 2013-04-15 Tassilo Horn <tsdh@gnu.org>
1562
1563 * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
1564
1565 * textmodes/reftex.el (reftex-compile-variables): Use it.
1566
1567 2013-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
1568
1569 * files.el (normal-mode): Only use default major-mode if no other mode
1570 was specified.
1571
1572 * emacs-lisp/trace.el (trace-values): New function.
1573
1574 * files.el: Allow : in local variables (bug#14089).
1575 (hack-local-variable-regexp): New var.
1576 (hack-local-variables-prop-line, hack-local-variables): Use it.
1577
1578 2013-04-13 Roland Winkler <winkler@gnu.org>
1579
1580 * textmodes/bibtex.el (bibtex-search-entries): Bug fix. Use match
1581 data before it gets modified by bibtex-beginning-of-entry.
1582
1583 2013-04-13 Roland Winkler <winkler@gnu.org>
1584
1585 * textmodes/bibtex.el (bibtex-url): Doc fix.
1586
1587 2013-04-13 Roland Winkler <winkler@gnu.org>
1588
1589 * textmodes/bibtex.el (bibtex-initialize): If the current buffer
1590 does not visit a BibTeX file, exclude it from the list of buffers
1591 returned by bibtex-initialize.
1592
1593 2013-04-13 Stephen Berman <stephen.berman@gmx.net>
1594
1595 * window.el (split-window): Remove interactive form, since as a
1596 command this function is a special case of split-window-below.
1597 Correct doc string.
1598
1599 2013-04-12 Roland Winkler <winkler@gnu.org>
1600
1601 * faces.el (read-face-name): Do not override value of arg default.
1602 Allow single faces and strings as default values. Remove those
1603 elements from return value that are not faces.
1604 (describe-face): Simplify.
1605 (face-at-point): New optional args thing and multiple so that this
1606 function can provide the same functionality previously provided by
1607 read-face-name.
1608 (make-face-bold, make-face-unbold, make-face-italic)
1609 (make-face-unitalic, make-face-bold-italic, invert-face)
1610 (modify-face, read-face-and-attribute): Use face-at-point.
1611
1612 * cus-edit.el (customize-face, customize-face-other-window)
1613 * cus-theme.el (custom-theme-add-face)
1614 * face-remap.el (buffer-face-set)
1615 * facemenu.el (facemenu-set-face): Use face-at-point.
1616
1617 2013-04-12 Michael Albinus <michael.albinus@gmx.de>
1618
1619 * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
1620
1621 2013-04-10 Tassilo Horn <tsdh@gnu.org>
1622
1623 * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
1624 off leading { and trailing } from field values.
1625
1626 2013-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
1627
1628 * emacs-lisp/timer.el (timer--check): New function.
1629 (timer--time, timer-set-function, timer-event-handler): Use it.
1630 (timer-set-idle-time): Simplify.
1631 (timer--activate): CSE.
1632 (timer-event-handler): Give more info in error message.
1633 (internal-timer-start-idle): New function, moved from C.
1634
1635 * mpc.el (mpc-proc): Add `restart' argument.
1636 (mpc-proc-cmd): Use it.
1637 (mpc--status-timer-run): Also catch signals from `mpc-proc'.
1638 (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
1639 less often.
1640
1641 2013-04-10 Masatake YAMATO <yamato@redhat.com>
1642
1643 * progmodes/sh-script.el: Implement `sh-mode' own
1644 `add-log-current-defun-function' (bug#14112).
1645 (sh-current-defun-name): New function.
1646 (sh-mode): Use the function.
1647
1648 2013-04-09 Bastien Guerry <bzg@gnu.org>
1649
1650 * simple.el (choose-completion-string): Fix docstring (bug#14163).
1651
1652 2013-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
1653
1654 * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
1655
1656 * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
1657 timer (bug#14156).
1658
1659 2013-04-07 Nic Ferrier <nferrier@ferrier.me.uk>
1660
1661 * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
1662 declaration.
1663
1664 2013-04-07 Leo Liu <sdl.web@gmail.com>
1665
1666 * pcmpl-x.el: New file.
1667
1668 2013-04-06 Dmitry Antipov <dmantipov@yandex.ru>
1669
1670 Do not set x-display-name until X connection is established.
1671 This is needed to prevent from weird situation described at
1672 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
1673 * frame.el (make-frame): Set x-display-name after call to
1674 window system initialization function, not before.
1675 * term/x-win.el (x-initialize-window-system): Add optional
1676 display argument and use it.
1677 * term/w32-win.el (w32-initialize-window-system):
1678 * term/ns-win.el (ns-initialize-window-system):
1679 * term/pc-win.el (msdos-initialize-window-system):
1680 Add compatible optional display argument.
1681
1682 2013-04-06 Eli Zaretskii <eliz@gnu.org>
1683
1684 * files.el (normal-backup-enable-predicate): On MS-Windows and
1685 MS-DOS compare truenames of temporary-file-directory and of the
1686 file, so that 8+3 aliases (usually found in $TEMP on Windows)
1687 don't fail comparison by compare-strings. Also, compare file
1688 names case-insensitively on MS-Windows and MS-DOS.
1689
1690 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
1691
1692 * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
1693 Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
1694
1695 2013-04-05 Dmitry Gutov <dgutov@yandex.ru>
1696
1697 * whitespace.el (whitespace-color-on, whitespace-color-off):
1698 Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
1699
1700 2013-04-05 Jacek ChrzÄ…szcz <chrzaszcz@mimuw.edu.pl> (tiny change)
1701
1702 * ispell.el (ispell-set-spellchecker-params):
1703 Really set `ispell-args' for all equivs.
1704
1705 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
1706
1707 * ido.el (ido-completions): Use extra elements of ido-decorations
1708 (bug#14143).
1709 (ido-decorations): Update docstring.
1710
1711 2013-04-05 Michael Albinus <michael.albinus@gmx.de>
1712
1713 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
1714 (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
1715 nil during initialization, in order not to miss changes since the
1716 file was opened. (Bug#14140)
1717
1718 2013-04-05 Leo Liu <sdl.web@gmail.com>
1719
1720 * kmacro.el (kmacro-call-macro): Fix bug#14135.
1721
1722 2013-04-05 Jay Belanger <jay.p.belanger@gmail.com>
1723
1724 * calc/calc-units.el (calc-convert-units): Rewrite conditional.
1725
1726 2013-04-04 Glenn Morris <rgm@gnu.org>
1727
1728 * electric.el (electric-pair-inhibit-predicate): Add :version.
1729
1730 2013-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
1731
1732 * emacs-lisp/package.el (package-compute-transaction): Fix ordering
1733 when a package is required several times (bug#14082).
1734
1735 2013-04-04 Roland Winkler <winkler@gnu.org>
1736
1737 * faces.el (read-face-name): Behave as promised by the docstring.
1738 Assume that arg default is a list of faces.
1739 (describe-face): Call read-face-name with list of default faces.
1740
1741 2013-04-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1742
1743 * bookmark.el: Fix deletion of bookmarks (bug#13972).
1744 (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
1745 (bookmark-bmenu-execute-deletions): Only skip first line if it's
1746 the header.
1747 (bookmark-exit-hook-internal): Save even if list is empty.
1748
1749 2013-04-04 Yann Hodique <yann.hodique@gmail.com> (tiny change)
1750
1751 * emacs-lisp/package.el (package-pinned-packages): New var.
1752 (package--add-to-archive-contents): Obey it (bug#14118).
1753
1754 2013-04-03 Alan Mackenzie <acm@muc.de>
1755
1756 Handle `parse-partial-sexp' landing inside a comment opener
1757 (Bug#13244). Also adapt to the new values of element 7 of a parse
1758 state.
1759
1760 * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
1761 parameter `not-in-delimiter'. Handle being inside comment opener.
1762 (c-invalidate-state-cache-1): Reckon with an extra "invalid"
1763 character in case we're typing a '*' after a '/'.
1764 (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
1765 instead by passing the parameter to c-state-pp-to-literal.
1766
1767 * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
1768 for elt. 7 of a parse state.
1769
1770 2013-04-01 Paul Eggert <eggert@cs.ucla.edu>
1771
1772 Use UTF-8 for most files with non-ASCII characters (Bug#13936).
1773 * international/latin1-disp.el, international/mule-util.el:
1774 * language/cyril-util.el, language/european.el, language/ind-util.el:
1775 * language/lao-util.el, language/thai.el, language/tibet-util.el:
1776 * language/tibetan.el, language/viet-util.el:
1777 Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
1778
1779 2013-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
1780
1781 * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
1782 (electric-pair-post-self-insert-function): Use it.
1783 (electric-pair-default-inhibit): New function, extracted from
1784 electric-pair-post-self-insert-function.
1785
1786 2013-03-31 Roland Winkler <winkler@gnu.org>
1787
1788 * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
1789
1790 2013-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
1791
1792 * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
1793
1794 2013-03-30 Fabián Ezequiel Gallina <fabian@anue.biz>
1795
1796 Un-indent after "pass" and "return" statements (Bug#13888)
1797 * progmodes/python.el (python-indent-block-enders): New var.
1798 (python-indent-calculate-indentation): Use it.
1799
1800 2013-03-30 Michael Albinus <michael.albinus@gmx.de>
1801
1802 * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
1803 defun. Defining it as defalias could introduce too eager
1804 byte-compiler optimization. (Bug#14030)
1805
1806 2013-03-30 Chong Yidong <cyd@gnu.org>
1807
1808 * iswitchb.el (iswitchb-read-buffer): Fix typo.
1809
1810 2013-03-30 Leo Liu <sdl.web@gmail.com>
1811
1812 * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
1813 (kmacro-execute-from-register): Pass the keyboard macro to
1814 kmacro-call-macro or repeating won't work correctly.
1815
1816 2013-03-30 Teodor Zlatanov <tzz@lifelogs.com>
1817
1818 * progmodes/subword.el: Back to using `forward-symbol'.
1819
1820 * subr.el (forward-whitespace, forward-symbol)
1821 (forward-same-syntax): Move from thingatpt.el.
1822
1823 2013-03-29 Leo Liu <sdl.web@gmail.com>
1824
1825 * kmacro.el (kmacro-to-register): New command.
1826 (kmacro-execute-from-register): New function.
1827 (kmacro-keymap): Bind to 'x'. (Bug#14071)
1828
1829 2013-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
1830
1831 * mpc.el: Use defvar-local and setq-local.
1832 (mpc--proc-connect): Connection failures are not bugs.
1833 (mpc-mode-map): `follow-link' only applies to the buffer's content.
1834 (mpc-volume-map): Bind to the up-events.
1835
1836 2013-03-29 Teodor Zlatanov <tzz@lifelogs.com>
1837
1838 * progmodes/subword.el (superword-mode): Use `forward-sexp'
1839 instead of `forward-symbol'.
1840
1841 2013-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
1842
1843 * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
1844 (edebug--recursive-edit): Use it.
1845 (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
1846 (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
1847
1848 2013-03-28 Leo Liu <sdl.web@gmail.com>
1849
1850 * vc/vc-bzr.el (vc-bzr-revert): Don't backup. (Bug#14066)
1851
1852 2013-03-27 Eli Zaretskii <eliz@gnu.org>
1853
1854 * facemenu.el (list-colors-callback): New defvar.
1855 (list-colors-redisplay): New function.
1856 (list-colors-display): Install list-colors-redisplay as the
1857 revert-buffer-function. (Bug#14063)
1858
1859 2013-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
1860
1861 * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
1862 and suffixes don't overlap (bug#14061).
1863
1864 * case-table.el: Use lexical-binding.
1865 (case-table-get-table): New function.
1866 (get-upcase-table): Use it. Mark as obsolete. Adjust callers.
1867
1868 2013-03-27 Teodor Zlatanov <tzz@lifelogs.com>
1869
1870 * progmodes/subword.el: Add `superword-mode' to do word motion
1871 over symbol_words (parallels and leverages `subword-mode' which
1872 does word motion inside MixedCaseWords).
1873
1874 2013-03-27 Aidan Gauland <aidalgol@no8wireless.co.nz>
1875
1876 * eshell/em-unix.el: Move su and sudo to...
1877 * eshell/em-tramp.el: ...Eshell tramp module.
1878
1879 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
1880
1881 * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
1882 Change return value to be a sexp. Delay `get-buffer' to after
1883 restoring the desktop (bug#13951).
1884
1885 2013-03-26 Leo Liu <sdl.web@gmail.com>
1886
1887 * register.el: Move semantic tag handling back to
1888 cedet/semantic/senator.el. (Bug#14052)
1889
1890 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
1891
1892 * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
1893 into the prompt either (bug#13963).
1894
1895 2013-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
1896
1897 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
1898 part of "(error-foo)".
1899
1900 2013-03-24 Juri Linkov <juri@jurta.org>
1901
1902 * replace.el (list-matching-lines-prefix-face): New defcustom.
1903 (occur-1): Pass `list-matching-lines-prefix-face' to the function
1904 `occur-engine' if `face-differs-from-default-p' returns t.
1905 (occur-engine): Add `,' inside backquote construct to evaluate
1906 `prefix-face'. Propertize the prefix with the `prefix-face' face.
1907 Pass `prefix-face' to the functions `occur-context-lines' and
1908 `occur-engine-add-prefix'.
1909 (occur-engine-add-prefix, occur-context-lines): Add optional arg
1910 `prefix-face' and propertize the prefix with `prefix-face'.
1911 (Bug#14017)
1912
1913 2013-03-24 Leo Liu <sdl.web@gmail.com>
1914
1915 * nxml/rng-valid.el (rng-validate-while-idle)
1916 (rng-validate-quick-while-idle): Guard against deleted buffer.
1917 (Bug#13999)
1918
1919 * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
1920 is the last entry in kill-buffer-hook.
1921
1922 * files.el (kill-buffer-hook): Doc fix.
1923
1924 2013-03-23 Dmitry Gutov <dgutov@yandex.ru>
1925
1926 * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
1927 Make it safe-local.
1928
1929 * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
1930
1931 2013-03-23 Leo Liu <sdl.web@gmail.com>
1932
1933 * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
1934 Remove.
1935
1936 * nxml/rng-valid.el (rng-validate-mode)
1937 (rng-after-change-function, rng-do-some-validation):
1938 * nxml/rng-maint.el (rng-validate-buffer):
1939 * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
1940 * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
1941 * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
1942 (nxml-extend-after-change-region): Use with-silent-modifications.
1943
1944 * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
1945 timer-idle-list.
1946
1947 * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
1948 (rng-next-error-1, rng-previous-error-1): Do not let-bind
1949 timer-idle-list. (Bug#13999)
1950
1951 2013-03-23 Juri Linkov <juri@jurta.org>
1952
1953 * info.el (info-index-match): New face.
1954 (Info-index, Info-apropos-matches): Add a nested subgroup to the
1955 main pattern and add text properties with the new face to matches
1956 in index entries relative to the beginning of the index entry.
1957 (Bug#14015)
1958
1959 2013-03-21 Eric Ludlam <zappo@gnu.org>
1960
1961 * eieio/eieio-datadebug.el (data-debug/eieio-insert-slots):
1962 Inhibit read only while inserting objects.
1963
1964 2013-03-22 Teodor Zlatanov <tzz@lifelogs.com>
1965
1966 * progmodes/cfengine.el: Update docs to mention
1967 `cfengine-auto-mode'. Use \_> and \_< instead of \> and \< for
1968 symbol motion. Remove "_" from the word syntax.
1969
1970 2013-03-21 Teodor Zlatanov <tzz@lifelogs.com>
1971
1972 * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
1973 syntax for both `cfengine2-mode' and `cfengine3-mode'.
1974
1975 2013-03-20 Juri Linkov <juri@jurta.org>
1976
1977 * info.el (Info-next-reference-or-link)
1978 (Info-prev-reference-or-link): New functions.
1979 (Info-next-reference, Info-prev-reference): Use them.
1980 (Info-try-follow-nearest-node): Handle footnote navigation.
1981 (Info-fontify-node): Fontify footnotes. (Bug#13989)
1982
1983 2013-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
1984
1985 * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
1986 * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
1987
1988 2013-03-20 Paul Eggert <eggert@cs.ucla.edu>
1989
1990 Suppress unnecessary non-ASCII chatter during build process.
1991 * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
1992 (batch-skkdic-convert): Suppress most of the chatter.
1993 It's not needed so much now that machines are faster,
1994 and its non-ASCII component was confusing; see Dmitry Gutov in
1995 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
1996
1997 2013-03-20 Leo Liu <sdl.web@gmail.com>
1998
1999 * ido.el (ido-chop): Fix bug#10994.
2000
2001 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
2002
2003 * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
2004 Remove vars.
2005 (whitespace-color-on, whitespace-color-off):
2006 Use `font-lock-fontify-buffer' (Bug#13817).
2007
2008 2013-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
2009
2010 * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
2011 remapping in mode-line.
2012 (mouse-on-link-p): Also check [mode-line follow-link] bindings.
2013
2014 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
2015
2016 * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
2017 value for `whitespace-line' face (Bug#13875).
2018 (whitespace-font-lock-keywords): Change description.
2019 (whitespace-color-on): Don't save `font-lock-keywords' value, save
2020 the constructed keywords instead.
2021 (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
2022
2023 2013-03-19 Leo Liu <sdl.web@gmail.com>
2024
2025 * progmodes/compile.el (compilation-display-error): New command.
2026 (compilation-mode-map, compilation-minor-mode-map): Bind it to
2027 C-o. (Bug#13992)
2028
2029 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
2030
2031 * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
2032
2033 2013-03-18 Jan Djärv <jan.h.d@swipnet.se>
2034
2035 * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
2036
2037 2013-03-18 Michael Albinus <michael.albinus@gmx.de>
2038
2039 * net/tramp-compat.el (tramp-compat-user-error): New defun.
2040
2041 * net/tramp-adb.el (tramp-adb-handle-shell-command):
2042 * net/tramp-gvfs.el (top):
2043 * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
2044 (tramp-handle-shell-command): Use it.
2045 (tramp-dissect-file-name): Raise an error when hostname is a
2046 method name, and neither method nor user is specified.
2047
2048 * net/trampver.el: Update release number.
2049
2050 2013-03-18 Leo Liu <sdl.web@gmail.com>
2051
2052 Make sure eldoc can be turned off properly.
2053 * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
2054 eldoc-mode.
2055 (eldoc-display-message-p): Revert last change.
2056 (eldoc-display-message-no-interference-p)
2057 (eldoc-print-current-symbol-info): Tweak.
2058
2059 2013-03-18 Tassilo Horn <tsdh@gnu.org>
2060
2061 * doc-view.el (doc-view-new-window-function): Check the new window
2062 overlay's display property instead the char property of the
2063 buffer's first char. Use `with-selected-window' instead of
2064 `save-window-excursion' with `select-window'.
2065 (doc-view-document->bitmap): Check the current doc-view overlay's
2066 display property instead the char property of the buffer's first char.
2067
2068 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
2069
2070 Automate the build of ja-dic.el (Bug#13984).
2071 * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
2072 from the input, rather than assume that it's been done for us by the
2073 SKK script unannotate.awk. Switch ja-dic.el to UTF-8. Don't put
2074 the current date into a ja-dic.el comment, as that complicates
2075 regression testing.
2076
2077 2013-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
2078
2079 * whitespace.el: Fix double evaluation.
2080 (whitespace-space, whitespace-hspace, whitespace-tab)
2081 (whitespace-newline, whitespace-trailing, whitespace-line)
2082 (whitespace-space-before-tab, whitespace-indentation)
2083 (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
2084 obsolete defvars.
2085 (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
2086 (whitespace-color-on): Use a single font-lock-add-keywords call.
2087 Fix double-evaluation of face variables.
2088
2089 2013-03-17 Michael Albinus <michael.albinus@gmx.de>
2090
2091 * net/tramp-adb.el (tramp-adb-parse-device-names):
2092 Use `start-process' instead of `call-process'. Otherwise, the
2093 function might be blocked under MS Windows. (Bug#13299)
2094
2095 2013-03-17 Leo Liu <sdl.web@gmail.com>
2096
2097 Extend eldoc to display info in the mode-line. (Bug#13978)
2098 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
2099 (eldoc-mode-line-string): New variable.
2100 (eldoc-minibuffer-message): New function.
2101 (eldoc-message-function): New variable.
2102 (eldoc-message): Use it.
2103 (eldoc-display-message-p)
2104 (eldoc-display-message-no-interference-p):
2105 Support eldoc-post-insert-mode.
2106
2107 * simple.el (eval-expression-minibuffer-setup-hook): New hook.
2108 (eval-expression): Run it.
2109
2110 2013-03-17 Roland Winkler <winkler@gnu.org>
2111
2112 * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
2113 strings in the list of return values.
2114
2115 2013-03-17 Jay Belanger <jay.p.belanger@gmail.com>
2116
2117 * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
2118 radix before checking for HMS forms.
2119
2120 2013-03-16 Leo Liu <sdl.web@gmail.com>
2121
2122 * progmodes/scheme.el: Add indentation and font-locking for λ.
2123 (Bug#13975)
2124
2125 2013-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
2126
2127 * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
2128 token before point (bug#13942).
2129
2130 2013-03-16 Leo Liu <sdl.web@gmail.com>
2131
2132 * thingatpt.el (end-of-sexp): Fix bug#13952. Use syntax-after.
2133
2134 2013-03-16 Eli Zaretskii <eliz@gnu.org>
2135
2136 * startup.el (command-line-normalize-file-name): Fix handling of
2137 backslashes in DOS and Windows file names. Reported by Xue Fuqiao
2138 <xfq.free@gmail.com> in
2139 http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
2140
2141 2013-03-15 Michael Albinus <michael.albinus@gmx.de>
2142
2143 Sync with Tramp 2.2.7.
2144
2145 * net/trampver.el: Update release number.
2146
2147 2013-03-14 Tassilo Horn <tsdh@gnu.org>
2148
2149 * doc-view.el Fix bug#13887.
2150 (doc-view-insert-image): Don't modify overlay associated to
2151 non-live windows, and implement horizontal centering of image in
2152 case it's smaller than the window.
2153 (doc-view-new-window-function): Force redisplay of new windows on
2154 doc-view buffers.
2155
2156 2013-03-13 Karl Fogel <kfogel@red-bean.com>
2157
2158 * saveplace.el (save-place-alist-to-file): Don't sort
2159 `save-place-alist', just pretty-print it (bug#13882).
2160
2161 2013-03-13 Michael Albinus <michael.albinus@gmx.de>
2162
2163 * net/tramp-sh.el (tramp-sh-handle-insert-directory): Check,
2164 whether `default-file-name-coding-system' is bound. It isn't in
2165 XEmacs.
2166
2167 2013-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
2168
2169 * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
2170 backquotes for `obsolete' (bug#13929).
2171
2172 * international/mule.el (find-auto-coding): Include file name in
2173 obsolescence warning (bug#13922).
2174
2175 2013-03-12 Teodor Zlatanov <tzz@lifelogs.com>
2176
2177 * progmodes/cfengine.el (cfengine-parameters-indent): New variable
2178 for CFEngine 3-specific indentation.
2179 (cfengine3-indent-line): Use it. Fix up category regex.
2180 (cfengine3-font-lock-keywords): Add bundle and namespace characters.
2181
2182 2013-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
2183
2184 * type-break.el (type-break-file-name):
2185 * textmodes/remember.el (remember-data-file):
2186 * strokes.el (strokes-file):
2187 * shadowfile.el (shadow-initialize):
2188 * saveplace.el (save-place-file):
2189 * ps-bdf.el (bdf-cache-file):
2190 * progmodes/idlwave.el (idlwave-config-directory):
2191 * net/quickurl.el (quickurl-url-file):
2192 * international/kkc.el (kkc-init-file-name):
2193 * ido.el (ido-save-directory-list-file):
2194 * emulation/viper.el (viper-custom-file-name):
2195 * emulation/vip.el (vip-startup-file):
2196 * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
2197 * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
2198
2199 2013-03-12 Paul Eggert <eggert@cs.ucla.edu>
2200
2201 Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
2202 * language/thai-word.el: Switch to UTF-8.
2203
2204 2013-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
2205
2206 * recentf.el (recentf-save-file): Use locate-user-emacs-file (bug#13870).
2207
2208 2013-03-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2209
2210 * net/net-utils.el (net-utils-remove-ctrl-m-filter):
2211 Use with-current-buffer and don't move point.
2212 (net-utils-run-simple): Remove useless code.
2213 (net-utils-remove-ctl-m): Remove unused custom.
2214
2215 2013-03-11 Per Starbäck <starback@stp.lingfil.uu.se>
2216
2217 * international/characters.el (glyphless-set-char-table-range): New fun.
2218 (update-glyphless-char-display): Use it (bug#13744).
2219
2220 2013-03-11 Teodor Zlatanov <tzz@lifelogs.com>
2221
2222 * progmodes/cfengine.el: Update for CFEngine 3.4.2 and higher:
2223 namespaces in the syntax, indent closer for hanging brace
2224 correctly, allow single-quote delimited 'strings', and make
2225 `cfengine3-mode' the default.
2226
2227 2013-03-11 Jean-Philippe Gravel <jpgravel@gmail.com>
2228
2229 * progmodes/gdb-mi.el: Speed up initialization (bug#10580).
2230 Use lexical-binding. Fix up docstring according to conventions.
2231 (gdbmi-debug-mode): New var.
2232 (gdbmi-start-with, gdbmi-same-start, gdbmi-is-number, gdbmi-bnf-init)
2233 (gdbmi-bnf-output, gdbmi-bnf-skip-unrecognized, gdbmi-bnf-gdb-prompt)
2234 (gdbmi-bnf-result-record, gdbmi-bnf-out-of-band-record)
2235 (gdbmi-bnf-async-record, gdbmi-bnf-stream-record)
2236 (gdbmi-bnf-console-stream-output, gdbmi-bnf-target-stream-output)
2237 (gdbmi-bnf-log-stream-output, gdbmi-bnf-result-and-async-record-impl)
2238 (gdbmi-bnf-incomplete-record-result): New functions.
2239 (gdb-car<): Remove function.
2240 (gdbmi-record-list): Remove variable.
2241 (gdbmi-bnf-state, gdbmi-bnf-offset): New vars.
2242 (gdbmi-bnf-result-state-configs): New const.
2243 (gud-gdbmi-marker-filter): Rewrite.
2244 (gdb-ignored-notification, gdb-thread-created, gdb-thread-exited)
2245 (gdb-thread-selected, gdb-running, gdb-starting, gdb-stopped):
2246 Add `token' argument.
2247 (gdb-done, gdb-error): New functions.
2248 (gdb-done-or-error): Add `is-complete' argument. Change arg order.
2249
2250 2013-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
2251
2252 * term/xterm.el (xterm--report-background-handler): Don't burp
2253 upon timeout.
2254 (xterm--version-handler): Extract from terminal-init-xterm.
2255 (xterm--query): Don't mishandle timeout. Remove debugging messages.
2256 Allow multiple handlers.
2257 (terminal-init-xterm): Handle OSX's Terminal.app's incorrect answer.
2258
2259 * term/xterm.el: Don't discard input (bug#6758). Use lexical-binding.
2260 (xterm--report-background-handler, xterm--query): New functions.
2261 (terminal-init-xterm): Use them.
2262
2263 2013-03-11 Michael R. Mauger <michael@mauger.com>
2264
2265 * progmodes/sql.el Version 3.2
2266 Please note that my address changed to <michael@mauger.com>;
2267 the <mmaug@yahoo.com> address remains active.
2268 (sql-connection-alist): Updates documentation to fix bug#13715.
2269 (sql-connect): Handle missing `sql-connection-alist' correctly.
2270 (sql-mode-oracle-font-lock-keywords): Add missing keywords.
2271 (sql-magic-go, sql-magic-semicolon): Mark with `delete-selection'
2272 property.
2273 (sql-default-value): New function.
2274 (sql-get-login-ext, sql-get-login): Fixes bug where buffer-local
2275 values were not used.
2276 (sql-rename-buffer): Make sure alternate buffer name has no text
2277 properties.
2278 (sql-input-sender, sql-execute-feature): Fetch variable with
2279 `buffer-local-value' rather than `with-current-buffer'.
2280 (sql-*): Use #' function syntax consistently.
2281 (sql-*): Use message/error/user-error consistently.
2282
2283 2013-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
2284
2285 * xt-mouse.el (xterm-mouse-event-read): Remove.
2286 (xterm-mouse--read-event-sequence-1000)
2287 (xterm-mouse--read-event-sequence-1006): Use read-event instead.
2288
2289 2013-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
2290
2291 * term/xterm.el (xterm-function-map): Support format used with
2292 formatOtherKeys=1 (bug#13839).
2293
2294 * emacs-lisp/byte-run.el (dont-compile): Declare obsolete.
2295 (with-no-warnings): Use `declare'.
2296
2297 * whitespace.el (whitespace-enable-predicate): New variable.
2298 (whitespace-enable-predicate): Use it.
2299
2300 * comint.el (comint-send-input, comint-snapshot-last-prompt)
2301 (comint-output-filter, comint-update-fence):
2302 Use with-silent-modifications.
2303
2304 2013-03-10 Jambunathan K <kjambunathan@gmail.com>
2305
2306 * replace.el (occur-read-regexp-defaults-function): New var.
2307 (occur-read-regexp-defaults): New defun.
2308 (occur-read-primary-args): Propagate above change (bug#13892).
2309
2310 2013-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
2311
2312 * mouse.el (mouse-drag-track): Remove left-over debugging code.
2313
2314 2013-03-09 Michael Albinus <michael.albinus@gmx.de>
2315
2316 Major rewrite due to changed D-Bus interface of GVFS 1.14.
2317
2318 * net/tramp-gvfs.el (top): Extend check for gvfs availability.
2319 (tramp-gvfs-methods-mounttracker, tramp-gvfs-listmounts)
2320 (tramp-gvfs-mountlocation, tramp-gvfs-mountlocation-signature):
2321 New defconst.
2322 (tramp-gvfs-file-name-handler-alist) [directory-files]
2323 [directory-files-and-attributes, file-exists-p, file-modes]:
2324 Use Tramp default handler.
2325 [file-acl, file-selinux-context, process-file, set-file-acl]:
2326 [set-file-modes, set-file-selinux-context, shell-command]:
2327 [start-file-process]: Remove handler.
2328 [verify-visited-file-modtime]: New handler.
2329 (tramp-gvfs-dbus-string-to-byte-array)
2330 (tramp-gvfs-dbus-byte-array-to-string): New defuns. Replace all
2331 calls of `dbus-string-to-byte-array' and
2332 `tramp-gvfs-dbus-byte-array-to-string'.
2333 (tramp-gvfs-handle-copy-file)
2334 (tramp-gvfs-handle-delete-directory)
2335 (tramp-gvfs-handle-delete-file, tramp-gvfs-handle-file-attributes)
2336 (tramp-gvfs-handle-file-directory-p)
2337 (tramp-gvfs-handle-file-executable-p)
2338 (tramp-gvfs-handle-file-name-all-completions)
2339 (tramp-gvfs-handle-file-readable-p)
2340 (tramp-gvfs-handle-file-writable-p)
2341 (tramp-gvfs-handle-insert-directory)
2342 (tramp-gvfs-handle-insert-file-contents)
2343 (tramp-gvfs-handle-make-directory, tramp-gvfs-handle-rename-file)
2344 (tramp-gvfs-handle-set-visited-file-modtime)
2345 (tramp-gvfs-handle-write-region): Rewrite.
2346 (tramp-gvfs-handle-file-acl)
2347 (tramp-gvfs-handle-file-selinux-context)
2348 (tramp-gvfs-handle-process-file, tramp-gvfs-handle-set-file-acl)
2349 (tramp-gvfs-handle-set-file-modes)
2350 (tramp-gvfs-handle-set-file-selinux-context)
2351 (tramp-gvfs-handle-shell-command)
2352 (tramp-gvfs-handle-start-file-process)
2353 (tramp-gvfs-handle-verify-visited-file-modtime): Remove defuns.
2354 (tramp-gvfs-url-file-name): Do not use `file-truename', we work
2355 over the symlinks. Fix user handling.
2356 (top, tramp-gvfs-handler-mounted-unmounted): Handle different names
2357 of the D-Bus signals.
2358 (tramp-gvfs-connection-mounted-p): Handle different names of the
2359 D-Bus methods.
2360 (tramp-gvfs-mount-spec-entry): New defun.
2361 (tramp-gvfs-mount-spec): Use it.
2362 (tramp-gvfs-maybe-open-connection): Check, that in case of "smb"
2363 there is a share name. Handle different names of the D-Bus
2364 signals and methods. Set connection properties needed for
2365 `tramp-check-cached-permissions'.
2366 (tramp-gvfs-send-command): Apply `tramp-gvfs-maybe-open-connection'.
2367 Return t or nil.
2368
2369 * net/tramp.el (tramp-backtrace): Move up.
2370 (tramp-error): Dump a backtrace into the debug buffer when
2371 `tramp-verbose > 9.
2372 (tramp-file-mode-type-map, tramp-file-mode-from-int)
2373 (tramp-file-mode-permissions, tramp-get-local-uid)
2374 (tramp-get-local-gid, tramp-check-cached-permissions): Move from
2375 tramp-sh.el.
2376
2377 * net/tramp-sh.el (tramp-file-mode-type-map)
2378 (tramp-check-cached-permissions, tramp-file-mode-from-int)
2379 (tramp-file-mode-permissions, tramp-get-local-uid)
2380 (tramp-get-local-gid): Move to tramp.el.
2381
2382 2013-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
2383
2384 Separate mouse-1-click-follows-link from mouse-drag-region.
2385 * mouse.el (mouse--down-1-maybe-follows-link): New function.
2386 (key-translation-map): Use it to implement mouse-1-click-follows-link.
2387 (mouse-drag-line, mouse-drag-track):
2388 Remove mouse-1-click-follows-link code.
2389 (mouse--remap-link-click-p): Remove.
2390
2391 2013-03-08 Jambunathan K <kjambunathan@gmail.com>
2392
2393 * hi-lock.el (hi-lock-read-regexp-defaults-function): New var.
2394 (hi-lock-read-regexp-defaults): New defun.
2395 (hi-lock-line-face-buffer, hi-lock-face-buffer)
2396 (hi-lock-face-phrase-buffer): Propagate above change.
2397 Update docstring (bug#13892).
2398
2399 * subr.el (find-tag-default-as-regexp): New defun.
2400 * replace.el (read-regexp): Propagate above change.
2401
2402 2013-03-08 Jay Belanger <jay.p.belanger@gmail.com>
2403
2404 * calc/calc-units.el (calc-convert-units): Fix the way that default
2405 new units are stored.
2406
2407 2013-03-07 Matthias Meulien <orontee@gmail.com>
2408
2409 * bookmark.el: Define a face to highlight bookmark names in
2410 bookmark menu buffers, where the default is a bold face similarly
2411 to buffer names in buffer menu buffers.
2412 (bookmark-menu-bookmark): New face to highlight bookmark names.
2413 (bookmark-insert-location): Remove duplicated text property to
2414 conform to buffer list (see `list-buffers').
2415 (bookmark-bmenu-list, bookmark-bmenu-hide-filenames): Apply face
2416 `bookmark-menu-bookmark' to bookmark names.
2417
2418 2013-03-07 Matthias Meulien <orontee@gmail.com>
2419 Karl Fogel <kfogel@red-bean.com>
2420
2421 * bookmark.el: Display the bookmark list header similarly to the
2422 buffer list header (see `list-buffers'), where the default is now
2423 an immovable/immutable header line.
2424 (bookmark-bmenu-use-header-line): New variable.
2425 (bookmark-bmenu-inline-header-height): New name for
2426 `bookmark-bmenu-header-height', to avoid confusion with the code
2427 for the new immovable header. All references changed.
2428 (bookmark-bmenu-set-header): New function.
2429 (bookmark-bmenu-list, bookmark-bmenu-toggle-filenames):
2430 Conditionalize header construction accordingly.
2431 (bookmark-bmenu-ensure-position): Conditionalize the skipping of
2432 the inline header height.
2433 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
2434 Conditionalize the skipping of the inline header height.
2435
2436 2013-03-07 Dmitry Gutov <dgutov@yandex.ru>
2437
2438 * progmodes/js.el (js--multi-line-declaration-indentation):
2439 Merge from js2-mode (https://github.com/mooz/js2-mode/issues/89).
2440
2441 2013-03-06 Dmitry Gutov <dgutov@yandex.ru>
2442
2443 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
2444 Only propertize regexp when not inside a string (Bug#13885).
2445
2446 2013-03-06 Alan Mackenzie <acm@muc.de>
2447
2448 Correct the position of point in some line-up functions.
2449 * progmodes/cc-align.el (c-lineup-whitesmith-in-block)
2450 (c-lineup-assignments, c-lineup-gcc-asm-reg ): take position of
2451 point at column 0 rather than at a random place in the line.
2452
2453 2013-03-05 Michael Albinus <michael.albinus@gmx.de>
2454
2455 * net/tramp-compat.el (tramp-compat-delete-directory):
2456 Implement TRASH argument.
2457
2458 2013-03-05 Dmitry Gutov <dgutov@yandex.ru>
2459
2460 Keep pre-existing highlighting in completion candidates (Bug#13250).
2461 * minibuffer.el (completions-first-difference): State that the
2462 face is "added" in the docstring.
2463 (completions-common-part): Same. And don't inherit from default.
2464 (completion-hilit-commonality): Prepend 'completions-common-part
2465 and 'completion-first-difference faces to the 'face property,
2466 instead of replacing the value(s).
2467 (completion--insert-strings): Same with 'completions-annotations face.
2468 (completion-hilit-commonality): Use 'face instead of
2469 'font-lock-face, because it gets priority if the completion
2470 strings already have 'face set.
2471
2472 2013-03-04 Alan Mackenzie <acm@muc.de>
2473
2474 Replace `last-command-event' by `last-command-char' in XEmacs.
2475 * progmodes/cc-defs.el (c-last-command-char): New macro.
2476 * progmodes/cc-align.el (c-semi&comma-inside-parenlist)
2477 (c-semi&comma-no-newlines-before-nonblanks)
2478 (c-semi&comma-no-newlines-for-oneline-inliners): Use the new macro
2479 in place of `last-command-event'.
2480 * progmodes/cc-cmds.el (c-electric-pound, c-electric-brace)
2481 (c-electric-slash, c-electric-semi&comma, c-electric-lt-gt)
2482 (c-electric-paren, c-electric-continued-statement): Use the new
2483 macro in place of `last-command-event'.
2484
2485 2013-03-04 Glenn Morris <rgm@gnu.org>
2486
2487 * files.el (inhibit-local-variables-regexps):
2488 Add .diff and .patch. (Bug#13862)
2489
2490 2013-03-03 Michael Albinus <michael.albinus@gmx.de>
2491
2492 * net/tramp-adb.el (tramp-adb-maybe-open-connection): Cache,
2493 whether the "su" command is available on the device.
2494
2495 2013-03-01 Michael Albinus <michael.albinus@gmx.de>
2496
2497 * net/tramp-adb.el (tramp-adb-prompt): Extend regexp.
2498 (tramp-adb-handle-process-file): Remove superfluous setting.
2499 (tramp-adb-command-exit-status): Handle case that COMMAND is nil.
2500 (tramp-adb-barf-unless-okay): Use `tramp-adb-command-exit-status'.
2501 (tramp-adb-maybe-open-connection): Apply "su" if user is defined.
2502
2503 2013-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
2504
2505 * textmodes/ispell.el: Fix nitpicks and byte-compiler warnings.
2506 (ispell-print-if-debug): Build `format' in. Avoid end-of-buffer.
2507 (ispell-parse-hunspell-affix-file): Avoid beginning-of-buffer.
2508 Use dict-key rather than dict-name for the error message.
2509
2510 2013-03-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2511
2512 * net/net-utils.el (net-utils-run-simple): Don't display-buffer
2513 when reverting (bug#13831).
2514
2515 2013-03-01 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2516
2517 * textmodes/ispell.el (ispell-find-hunspell-dictionaries):
2518 Always expand affix-file before storing to protect against changed
2519 `default-directory'.
2520 (ispell-print-if-debug): Make sure message is printed at the end
2521 of the debug buffer.
2522
2523 2013-03-01 Michael Albinus <michael.albinus@gmx.de>
2524
2525 * net/tramp.el (tramp-obsolete-methods): New defconst.
2526 (tramp-warned-obsolete-methods): New defvar.
2527 (tramp-find-method): Check for obsolete methods. Map them to a
2528 replacement method if appropriate.
2529
2530 * net/tramp-sh.el (tramp-methods) [scp1, scp2, ssh1, ssh2, plink1]:
2531 Remove methods.
2532 (top): Remove completion functions for "scp1", "scp2", "ssh1",
2533 "ssh2" and "plink1".
2534
2535 2013-02-28 Dale Sedivec <dale@codefu.org>
2536
2537 * textmodes/sgml-mode.el (sgml-syntax-propertize-function):
2538 Return valid syntax-table property value when converting
2539 quotes within text from string syntax to punctuation syntax (bug#13844).
2540
2541 2013-02-28 Juri Linkov <juri@jurta.org>
2542
2543 * dired-aux.el (dired-diff): If file at point is a backup file,
2544 use its original as the default value, and reverse the order
2545 of arguments to the `diff' call. Doc fix. (Bug#13772)
2546
2547 2013-02-28 Michael Albinus <michael.albinus@gmx.de>
2548
2549 * net/tramp-adb.el (tramp-adb-sdk-dir): Remove. Replaced by ...
2550 (tramp-adb-program): New defcustom. Remove function. Adapt calls.
2551
2552 2013-02-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2553
2554 Initial support for hunspell dictionaries auto-detection (Bug#13639)
2555
2556 * textmodes/ispell.el (ispell-find-hunspell-dictionaries):
2557 Ask hunspell about available and default dictionaries.
2558 (ispell-parse-hunspell-affix-file): Extract relevant info from
2559 hunspell affix file.
2560 (ispell-hunspell-fill-dictionary-entry): Fill non-initialized
2561 `ispell-dictionary-alist' entry for given dictionary after info
2562 provided by `ispell-parse-hunspell-affix-file'.
2563 (ispell-hunspell-dict-paths-alist): New defvar to contain an alist
2564 of parsed hunspell dicts and associated affix files.
2565 (ispell-hunspell-dictionary-alist): New defvar to contain an alist
2566 of parsed hunspell dicts and associated parameters.
2567 (ispell-set-spellchecker-params):
2568 Call `ispell-find-hunspell-dictionaries' if hunspell and not
2569 previously done.
2570 (ispell-start-process):
2571 Call `ispell-hunspell-fill-dictionary-entry' for current
2572 dictionary if it is not initialized.
2573
2574 2013-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
2575
2576 * imenu.el: Comment nitpicks.
2577
2578 2013-02-28 Sam Steingold <sds@gnu.org>
2579
2580 * vc/diff-mode.el (diff-hunk-file-names): Handle filenames with spaces.
2581 See <http://stackoverflow.com/questions/14720205>.
2582
2583 2013-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2584
2585 * net/net-utils.el (net-utils--revert-function): New fun (bug#13831).
2586 (net-utils-mode): Use it.
2587 (net-utils--revert-cmd): New var.
2588 (net-utils-run-simple): Set it, and remove bogus interactive spec.
2589 (traceroute): Use net-utils-run-simple.
2590
2591 2013-02-28 Glenn Morris <rgm@gnu.org>
2592
2593 * textmodes/paragraphs.el (mark-paragraph): Doc fix.
2594
2595 2013-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
2596
2597 * doc-view.el: Preserve h&v scroll across C-c C-c C-c C-c.
2598 (doc-view-fallback-mode): Remove overlays here.
2599 (doc-view-toggle-display): Instead of here. Don't throw away
2600 image-mode-winprops-alist.
2601 (doc-view-goto-page): Don't mess with hscroll.
2602
2603 2013-02-27 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2604
2605 * font-lock.el (lisp-font-lock-keywords-2): Fix highlighting of
2606 &optional (bug#13819).
2607
2608 2013-02-27 Michael Albinus <michael.albinus@gmx.de>
2609
2610 * net/tramp-adb.el (tramp-adb-parse-device-names)
2611 (tramp-adb-maybe-open-connection): Add timeouts. (Bug#13299)
2612
2613 2013-02-26 Michael Albinus <michael.albinus@gmx.de>
2614
2615 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
2616 Add "2>/dev/null" to the ls command, in case "en_US.utf8" is not
2617 defined. POSIX environments fall back to the "C" locale then and
2618 emit a warning, which shall be suppressed.
2619
2620 2013-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
2621
2622 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode): Tweak logic.
2623 (easy-mmode-set-keymap-parents): Use make-composed-keymap.
2624
2625 2013-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
2626
2627 * emacs-lisp/bytecomp.el (byte-compile-file): Use let.
2628
2629 2013-02-25 Juri Linkov <juri@jurta.org>
2630
2631 * replace.el (read-regexp): Let-bind `default' to the first
2632 element of `defaults' if it's a list, otherwise it should be
2633 a string or nil. Let-bind `suggestions' to `defaults' if it's
2634 a list, otherwise make a list with the string value. Doc fix.
2635 (Bug#13805)
2636
2637 2013-02-25 Eli Zaretskii <eliz@gnu.org>
2638
2639 * emacs-lisp/bytecomp.el (byte-recompile-directory): Reject files
2640 that match "\`\.#", to avoid compiling lock files, even if they
2641 are readable (as they are on MS-Windows).
2642
2643 2013-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
2644
2645 * files.el (basic-save-buffer): Remove redundant directory-creation.
2646
2647 2013-02-24 Jay Belanger <jay.p.belanger@gmail.com>
2648
2649 * calc/calc-ext.el (math-to-radians-2, math-from-radians-2):
2650 Add option to force `pi' to remain symbolic.
2651 * calc/calcalg2.el (calcFunc-sin, calcFunc-cos, calcFunc-tan)
2652 (calcFunc-cot, calcFunc-csc, calcFunc-sec, calcFunc-arcsin)
2653 (calcFunc-arccos, calcFunc-arctan): Use symbolic `pi' in the
2654 derivatives, when necessary.
2655
2656 2013-02-23 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
2657
2658 * progmodes/ps-mode.el (ps-mode-version): Bump to 1.1i.
2659 (ps-mode-octal-region): Use string-make-unibyte.
2660
2661 2013-02-23 Glenn Morris <rgm@gnu.org>
2662
2663 * emulation/viper-cmd.el (viper-submit-report):
2664 * progmodes/ps-mode.el (ps-mode-maintainer-address):
2665 * progmodes/vera-mode.el (vera-mode-help-address):
2666 * textmodes/artist.el (artist-maintainer-address):
2667 * textmodes/reftex.el (reftex-report-bug):
2668 * vc/ediff-util.el (ediff-submit-report):
2669 Add bug-gnu-emacs to bug report address.
2670
2671 * progmodes/simula.el (simula-mode-menu, simula-mode-map):
2672 Remove bug report entries.
2673 (simula-mode-help-address, simula-submit-bug-report): Make obsolete.
2674
2675 * emacs-lisp/bytecomp.el (byte-compile-level): New.
2676 (byte-compile-file, byte-compile-from-buffer):
2677 Use separate input/output buffers for each level of recursive
2678 byte-compile-file calls. (Bug#13787)
2679
2680 2013-02-23 Michael Albinus <michael.albinus@gmx.de>
2681
2682 * net/tramp.el (tramp-methods): Fix docstring.
2683 (tramp-ssh-controlmaster-options): Rename it from
2684 `tramp-ssh-controlmaster-template'. Return a string.
2685 (tramp-default-method): Adapt check for
2686 `tramp-ssh-controlmaster-options'.
2687
2688 * net/tramp-sh.el (tramp-methods):
2689 Replace `tramp-ssh-controlmaster-template' by "%c".
2690 (tramp-do-copy-or-rename-file-out-of-band)
2691 (tramp-maybe-open-connection): Use it in format spec. Ensure,
2692 that it is applied for the first hop only.
2693
2694 2013-02-22 Juri Linkov <juri@jurta.org>
2695
2696 * isearch.el (isearch-lazy-highlight-new-loop):
2697 Set `isearch-lazy-highlight-start' and `isearch-lazy-highlight-end'
2698 to `isearch-other-end' if it is not nil. (Bug#13402)
2699
2700 * replace.el (replace-highlight): Let-bind `isearch-other-end'
2701 to `match-beg'.
2702
2703 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
2704 Let-bind `isearch-other-end' to `start', `isearch-forward' to t
2705 and `isearch-error' to nil.
2706
2707 2013-03-16 Fabián Ezequiel Gallina <fgallina@cuca>
2708
2709 * progmodes/python.el (python-info-current-defun):
2710 Enhance match-data cluttering prevention.
2711
2712 2013-02-22 Michael Albinus <michael.albinus@gmx.de>
2713
2714 * net/tramp.el (tramp-tramp-file-p): Fix docstring.
2715
2716 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
2717 Handle multibyte file names.
2718
2719 2013-02-22 Glenn Morris <rgm@gnu.org>
2720
2721 * textmodes/sgml-mode.el (sgml-xml-mode): Move before use.
2722 (sgml-transformation-function): Give it a :set function.
2723 (sgml-tag): Doc fix.
2724
2725 * cmuscheme.el (scheme-buffer):
2726 * progmodes/inf-lisp.el (inferior-lisp-buffer):
2727 * progmodes/tcl.el (inferior-tcl-buffer):
2728 * textmodes/tex-mode.el (tex-command): Doc fixes.
2729
2730 * image-mode.el (image-mode): Add mouse bindings for mode-line-process.
2731
2732 * htmlfontify.el (hfy-default-header): Encode title string. (Bug#7457)
2733
2734 2013-02-21 Bastien Guerry <bzg@gnu.org>
2735
2736 * cmuscheme.el (scheme-buffer): Fix docstring. (Bug#13778)
2737
2738 2013-02-21 Fabián Ezequiel Gallina <fgallina@cuca>
2739
2740 * progmodes/python.el (python-info-current-defun):
2741 Enhance match-data cluttering prevention.
2742
2743 2013-02-21 Glenn Morris <rgm@gnu.org>
2744
2745 * net/tramp.el (tramp-get-debug-buffer): Ensure outline.el is not
2746 loaded while outline-regexp is let bound. (Bug#9584)
2747
2748 2013-02-21 Fabián Ezequiel Gallina <fgallina@cuca>
2749
2750 * progmodes/python.el (python-info-current-defun): Fix failed
2751 defun name retrieval because of unwanted match-data cluttering.
2752
2753 2013-02-21 Michael Albinus <michael.albinus@gmx.de>
2754
2755 * net/tramp.el (tramp-ssh-controlmaster-template): Make it a
2756 defconst. Apply independent check for ControlPersist.
2757
2758 * net/tramp-sh.el (tramp-sh-handle-set-file-times): Set $UTC only
2759 temporarily, via "env".
2760
2761 2013-02-21 Glenn Morris <rgm@gnu.org>
2762
2763 * info.el (Info-enable-edit): Remove.
2764 (Info-edit): Disable it rather than using Info-enable.
2765 (Info-edit-mode-hook, Info-edit-map, Info-edit-mode, Info-edit)
2766 (Info-cease-edit): Make editing of Info files obsolete.
2767
2768 * informat.el (Info-tagify):
2769 Handle buffers not visiting files. (Bug#13763)
2770
2771 2013-02-21 Juanma Barranquero <lekktu@gmail.com>
2772
2773 * calc/calc-graph.el (calc-graph-show-dumb): Fix typo.
2774
2775 2013-02-21 Glenn Morris <rgm@gnu.org>
2776
2777 * files.el (basic-save-buffer): Move check for existing parent
2778 directory after hooks. (Bug#13773)
2779
2780 2013-02-20 Stefan Monnier <monnier@iro.umontreal.ca>
2781
2782 * simple.el (command-execute): Move from C. Add obsolete check.
2783 (extended-command-history): Move from C.
2784
2785 2013-02-20 Ulrich Müller <ulm@gentoo.org>
2786
2787 * jka-cmpr-hook.el (jka-compr-compression-info-list)
2788 (jka-compr-mode-alist-additions): Handle .txz suffix for
2789 XZ-compressed tar archives (bug#13770).
2790
2791 2013-02-20 Bastien Guerry <bzg@gnu.org>
2792
2793 * outline.el (outline-regexp, outline-heading-end-regexp):
2794 Make variables, not options (bug#13731).
2795
2796 2013-02-20 Glenn Morris <rgm@gnu.org>
2797
2798 * image.el (image-current-frame): Change from variable to function.
2799 (image-show-frame): Rename from image-nth-frame. Update callers.
2800 * image-mode.el (image-multi-frame): New variable.
2801 (image-mode-map, image-mode, image-goto-frame):
2802 Use image-multi-frame rather than image-current-frame.
2803 (image-mode, image-goto-frame): Use image-current-frame as
2804 function rather than as variable.
2805
2806 * emacs-lisp/cl-lib.el (cl-floatp-safe): Make it an alias for floatp.
2807 * emacs-lisp/cl-macs.el (cl--make-type-test)
2808 (cl--compiler-macro-assoc): Use floatp rather than cl-floatp-safe.
2809
2810 2013-02-19 Michael Albinus <michael.albinus@gmx.de>
2811
2812 * net/tramp-cache.el (tramp-get-hash-table): New defun.
2813 (tramp-get-file-property, tramp-set-file-property)
2814 (tramp-get-connection-property, tramp-set-connection-property): Use it.
2815 (tramp-flush-file-property, tramp-flush-directory-property):
2816 Rename argument to KEY.
2817 (tramp-flush-connection-property): Simplify a little bit.
2818 (tramp-connection-property-p): New defun.
2819 (top): Reapply saved values only if there isn't a corresponding
2820 entry in `tramp-connection-properties'.
2821
2822 2013-02-19 Fabián Ezequiel Gallina <fgallina@cuca>
2823
2824 * progmodes/python.el (python-indent-context):
2825 Fix python-info-line-ends-backslash-p call.
2826 (python-info-line-ends-backslash-p)
2827 (python-info-beginning-of-backslash): Respect line-number argument.
2828 (python-info-current-line-comment-p):
2829 Fix behavior when not at beginning-of-line.
2830 (python-util-position): Remove function.
2831 (python-util-goto-line): New function.
2832
2833 2013-02-19 Michael Albinus <michael.albinus@gmx.de>
2834
2835 * eshell/em-unix.el (eshell/su): Require tramp.
2836 (eshell/sudo): Require tramp. Remove now unnecessary check.
2837
2838 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Let-bind
2839 `tramp-current-connection' in order to avoid an error when several
2840 commands are invoked in a short time in eshell and friends.
2841
2842 2013-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
2843
2844 Cleanup some of EIEIO's namespace.
2845 * emacs-lisp/eieio.el (eieio--define-field-accessors): New macro.
2846 Use it to define all the class-* and object-* field accessors (renamed
2847 to eieio--class-* and eieio--object-*). Update all uses.
2848 (eieio--class-num-slots, eieio--object-num-slots): Rename from
2849 class-num-slots and object-num-slots.
2850 (eieio--check-type): New macro.
2851 (eieio-defclass, eieio-oref, eieio-oref-default, same-class-p)
2852 (object-of-class-p, child-of-class-p, object-slots, class-slot-initarg)
2853 (eieio-oset, eieio-oset-default, object-assoc, object-assoc-list)
2854 (object-assoc-list-safe): Use it.
2855 (eieio-defclass): Tighten regexp.
2856 (eieio--defmethod): Use `memq'. Signal an error for unknown method kind.
2857 Remove unreachable code.
2858 (object-class-fast): Declare obsolete.
2859 (eieio-class-name, eieio-object-name, eieio-object-set-name-string)
2860 (eieio-object-class, eieio-object-class-name, eieio-class-parents)
2861 (eieio-class-children, eieio-class-precedence-list, eieio-class-parent):
2862 Rename from class-name, object-name, object-set-name-string,
2863 object-class, object-class-name, class-parents, class-children,
2864 class-precedence-list, class-parent; with obsolete alias.
2865 (class-of, class-direct-superclasses, class-direct-subclasses):
2866 Declare obsolete.
2867 (eieio-defmethod): Use `memq'; remove unreachable code.
2868 * emacs-lisp/eieio-base.el (eieio-persistent-read):
2869 * emacs-lisp/eieio-opt.el (eieio-class-button, eieio-describe-generic)
2870 (eieio-browse-tree, eieio-browse): Use eieio--check-type.
2871
2872 2013-02-18 Aidan Gauland <aidalgol@no8wireless.co.nz>
2873
2874 * eshell/em-cmpl.el: Correct "context-related help" keybinding in
2875 commentary.
2876
2877 2013-02-18 Michael Heerdegen <michael_heerdegen@web.de>
2878
2879 * emacs-lisp/eldoc.el (eldoc-highlight-function-argument):
2880 Use font-lock-keyword-face for macros and special forms (bug#8345).
2881
2882 2013-02-17 Didier Verna <didier@didierverna.net>
2883
2884 * net/network-stream.el (network-stream-open-starttls):
2885 Check that response to the starttls-command is non-nil. (Bug#13706)
2886
2887 2013-02-17 Stefan Monnier <monnier@iro.umontreal.ca>
2888
2889 * font-lock.el (lisp-font-lock-keywords-1, lisp-font-lock-keywords-2):
2890 Don't assume all identifier chars have syntax word.
2891 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
2892 Remove bar-not-symbol. Adjust callers.
2893 (lisp-mode-variables): Don't set a font-lock-syntax-table.
2894
2895 2013-02-17 Leo Liu <sdl.web@gmail.com>
2896
2897 * net/rcirc.el (rcirc-keepalive): Fix invalid timer error.
2898
2899 2013-02-17 Glenn Morris <rgm@gnu.org>
2900
2901 * menu-bar.el (menu-bar-tools-menu): Fix case of EDE entry.
2902
2903 * image-mode.el (image-mode-map): Add image-dired menu entry.
2904
2905 * image-dired.el (tumme): Make this alias obsolete.
2906
2907 2013-02-16 Glenn Morris <rgm@gnu.org>
2908
2909 * image.el (image-animated-types): Remove.
2910 (image-multi-frame-p): Rename from image-animated-p, and generalize.
2911 (image-animated-p): Make obsolete alias.
2912 (image-animate, image-nth-frame, image-animate-timeout):
2913 Use image-multi-frame-p.
2914 (image-animate-timeout): If no delay, use image-default-frame-delay.
2915 * image-mode.el (image-mode, image-toggle-animation):
2916 Use image-multi-frame-p. (Bug#763, bug#10739)
2917 (image-mode): Adjust startup message for a multi-frame image.
2918
2919 * image-mode.el (image-mode-map): Give it a menu.
2920
2921 2013-02-16 Michael Albinus <michael.albinus@gmx.de>
2922
2923 * net/tramp-cache.el (tramp-connection-properties): New customer
2924 option.
2925 (tramp-get-connection-property): Use it.
2926
2927 * net/tramp-compat.el (top): Require 'trampver.
2928
2929 * net/tramp-sh.el (tramp-remote-process-environment):
2930 Set tramp-autoload cookie.
2931
2932 2013-02-16 Kevin Ryde <user42@zip.com.au>
2933
2934 * info-look.el (info-lookup-select-mode): If major-mode has no
2935 info-lookup-alist entry then search up derived-mode-parent (bug#8660).
2936
2937 2013-02-16 Jambunathan K <kjambunathan@gmail.com>
2938
2939 * replace.el (read-regexp): Tighten the regexp that matches tag.
2940 When tag is retrieved with `find-tag-default', use regexp that
2941 matches tag at point. Also update docstring (Bug#13687).
2942
2943 2013-02-16 Eli Zaretskii <eliz@gnu.org>
2944
2945 * autorevert.el (auto-revert-notify-add-watch): With 'w32notify',
2946 add watch for the file, not its parent directory, since w32notify
2947 sets up the watch for the directory internally. (Bug#13725)
2948
2949 2013-02-16 Glenn Morris <rgm@gnu.org>
2950
2951 * image.el (image-default-frame-delay): New variable.
2952 (image-animated-p): Use image-default-frame-delay.
2953 (image-minimum-frame-delay): New constant.
2954 (image-animate-timeout): Use image-minimum-frame-delay.
2955
2956 * image.el (image-nth-frame): New, split from image-animate-timeout.
2957 (image-animate-timeout): Use image-nth-frame.
2958 * image-mode.el (image-goto-frame, image-next-frame)
2959 (image-previous-frame): New commands.
2960 (image-mode-map): Add new frame commands.
2961
2962 2013-02-16 Jonas Bernoulli <jonas@bernoul.li>
2963
2964 * emacs-lisp/tabulated-list.el (tabulated-list-print-col):
2965 If col-desc already has help-echo, use it. (Bug#13563)
2966
2967 2013-02-16 Glenn Morris <rgm@gnu.org>
2968
2969 * image.el (image-current-frame): New variable.
2970 (image-animate-timeout): Set image-current-frame.
2971 * image-mode.el (image-mode): For animated images,
2972 display a frame counter via mode-line-process.
2973
2974 * font-lock.el (lisp-font-lock-keywords-1): Add defvar-local.
2975
2976 2013-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
2977
2978 * simple.el (eval-expression): Let `exp' set the mark (bug#13724).
2979
2980 2013-02-15 Alan Mackenzie <acm@muc.de>
2981
2982 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode): When a
2983 global minor mode has been enabled, call the minor mode function
2984 for a new buffer once only, after the major mode hook, whilst
2985 allowing that hook explicitly to disable the minor mode.
2986 (MODE-disable-in-buffer): New (generated) function.
2987 (disable-MODE): New (generated) buffer local variable.
2988
2989 2013-02-15 Jambunathan K <kjambunathan@gmail.com>
2990
2991 * iswitchb.el (iswitchb-read-buffer): Bind `C-.' and `C-,' to
2992 `iswitchb-next-match' and `iswitchb-prev-match' resply.
2993 * ido.el (ido-init-completion-maps): Bind `C-.' and `C-,' to
2994 `ido-next-match' and `ido-prev-match' resply.
2995 * icomplete.el (icomplete-minibuffer-map): Unbind `C-s' and `C-r'.
2996 Bind `C-.' and `C-,' to `icomplete-forward-completions' and
2997 `icomplete-backward-completions' (Bug#13708).
2998
2999 2013-02-15 Glenn Morris <rgm@gnu.org>
3000
3001 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
3002
3003 2013-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
3004
3005 * net/goto-addr.el (goto-address-fontify): Add start and end args.
3006 (goto-address-fontify-region): Use them instead of narrowing, so
3007 syntax-ppss has access to the whole buffer.
3008
3009 2013-02-15 Fabián Ezequiel Gallina <fgallina@cuca>
3010
3011 * progmodes/python.el: Explain how to restore "cc-mode"-like
3012 forward-sexp movement in header documentation (Bug#13642).
3013 (python-nav--forward-sexp): Behave like emacs-lisp-mode in
3014 comments and strings (GH bug 114).
3015
3016 2013-02-15 Fabián Ezequiel Gallina <fgallina@cuca>
3017
3018 * progmodes/python.el (python-info-current-defun): Fix current
3019 defun detection (Bug#13618).
3020
3021 2013-02-15 Chong Yidong <cyd@gnu.org>
3022
3023 * xml.el (xml-parse-string): Fix typo in handling of bad character
3024 references.
3025
3026 2013-02-15 Glenn Morris <rgm@gnu.org>
3027
3028 * play/fortune.el (fortune-compile): Simplify and fix previous change.
3029
3030 2013-02-14 Michael Albinus <michael.albinus@gmx.de>
3031
3032 * net/tramp.el (tramp-debug-message):
3033 Add `tramp-condition-case-unless-debug'.
3034 (tramp-debug-on-error): New defvar.
3035 (tramp-condition-case-unless-debug): New defun.
3036 (tramp-file-name-handler): Use it.
3037
3038 2013-02-14 Juri Linkov <juri@jurta.org>
3039
3040 * info.el (Info-isearch-filter): Treat non-nil values of
3041 `search-invisible' including its default value `open'
3042 like the value `t' to match hidden text. (Bug#13402)
3043
3044 2013-02-14 Glenn Morris <rgm@gnu.org>
3045
3046 * help-fns.el (find-lisp-object-file-name): Give special treatment
3047 to all ~/.foo.elc files, not just ~/.emacs. (Bug#9007)
3048
3049 2013-02-14 David Biesack <sasdjb@d72933.na.sas.com> (tiny change)
3050
3051 * net/quickurl.el (quickurl-save-urls):
3052 Ensure quickurl-urls is not truncated on printing. (Bug#9276)
3053
3054 2013-02-14 Dmitry Gutov <dgutov@yandex.ru>
3055
3056 * progmodes/ruby-mode.el (ruby-parse-partial): Don't increase
3057 depth for unfinished percent literal. Not using it in the caller.
3058 (ruby-move-to-block): Jump over multiline literals of all types,
3059 ignoring code-looking contents inside them.
3060 (ruby-add-log-current-method): Improve performance at the expense
3061 of accuracy. `ruby-block-contains-point' is relatively slow, so
3062 only use it for method and singleton class blocks.
3063
3064 2013-02-13 Michael Albinus <michael.albinus@gmx.de>
3065
3066 Use ControlMaster where applicable. (Bug#13677)
3067
3068 * net/tramp.el (tramp-ssh-controlmaster-template): New defvar,
3069 replacing `tramp-detect-ssh-controlmaster'.
3070 (tramp-default-method): Use it.
3071
3072 * net/tramp-sh.el (tramp-methods) [scp, scp1, scp2, scpx, sftp]:
3073 [rsync, ssh, ssh1, ssh2, sshx]: Add ControlPath and ControlMaster
3074 arguments.
3075 [scpc, rsyncc]: Remove methods.
3076 (top): Remove completion functions for "scpc", "rsyncc", "ssh1_old"
3077 and "ssh2_old".
3078 (tramp-do-copy-or-rename-file-out-of-band): Change trace level.
3079 (tramp-maybe-open-connection): Reuse tmpfile for ControlPath.
3080
3081 2013-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
3082
3083 * emacs-lisp/package.el (package--initialized): Move before first use.
3084
3085 2013-02-13 Jambunathan K <kjambunathan@gmail.com>
3086
3087 * icomplete.el (icomplete-hide-common-prefix): New user option.
3088 (icomplete-first-match): New face.
3089 (icomplete-completions): Correct handling of "complete but not
3090 unique" (Bug#12638).
3091
3092 2013-02-13 YE Qianchuan <stool.ye@gmail.com> (tiny change)
3093
3094 * descr-text.el (describe-char): Display the script (bug#13698).
3095
3096 2013-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
3097
3098 * tmm.el: Use lexical-binding and current-active-maps.
3099 (tmm-menubar): Use map-keymap and pcase.
3100 (tmm--completion-table): New function.
3101 (tmm-prompt): Use it to fix the menu order.
3102 (tmm-get-keybind): Use current-active-maps.
3103
3104 2013-02-12 Christopher Schmidt <christopher@ch.ristopher.com>
3105
3106 Add dired-hide-details-mode. (Bug#6799)
3107
3108 * locate.el (locate-mode): Set parent mode property to dired-mode.
3109
3110 * find-dired.el (find-dired): Call dired-insert-set-properties on
3111 initial information line. Set process mark on end of buffer.
3112 (find-dired-sentinel):
3113 Call dired-insert-set-properties on summary.
3114
3115 * dired.el (dired-hide-details-hide-symlink-targets)
3116 (dired-hide-details-hide-information-lines): New options.
3117 (dired-insert-directory):
3118 Set properties after final treatment of output.
3119 (dired-insert-set-properties):
3120 Set dired-hide-details-* properties.
3121 (dired-mode-map): Bind dired-hide-details-mode.
3122 (dired-mode): Set buffer-invisibility-spec to a list.
3123 (dired-next-line): Skip hidden lines.
3124 (dired-previous-line): Use dired-next-line.
3125 (dired-hide-details-mode): New minor mode.
3126 (dired-hide-details-update-invisibility-spec): New function.
3127
3128 2013-02-13 Glenn Morris <rgm@gnu.org>
3129
3130 * play/yow.el: Move to obsolete/. (Bug#9384)
3131
3132 2013-02-13 Juri Linkov <juri@jurta.org>
3133
3134 * vc/ediff-util.el (ediff-recenter): Use `select-frame-set-input-focus'
3135 to select `ediff-control-frame' and set input focus correctly on Xfce.
3136 (Bug#12218)
3137
3138 2013-02-13 Juri Linkov <juri@jurta.org>
3139
3140 * image-mode.el (image-mode-map):
3141 * doc-view.el (doc-view-mode-map):
3142 * vc/ediff-util.el (ediff-setup-keymap):
3143 Make S-SPC scroll in the opposite sense to SPC. (Bug#2145)
3144
3145 2013-02-13 Dmitry Gutov <dgutov@yandex.ru>
3146
3147 * progmodes/ruby-mode.el (ruby-move-to-block): Improve
3148 performance. Instead of recalculating indentation fully for each
3149 line, sum up indentation depth based only on visited lines.
3150 (ruby-parse-partial): Increase the depth after "do" even when END
3151 is right after it.
3152 (ruby-parse-partial): When END is in the middle of a percent
3153 literal, increase the depth if the delimiter chars belong to the
3154 paren syntax class.
3155
3156 2013-02-13 Kirill A. Korinskiy <catap@catap.ru>
3157
3158 * play/fortune.el (fortune-compile): Also make the compiled file
3159 if it does not exist at all, not just if it is old. (Bug#5338)
3160
3161 2013-02-13 Glenn Morris <rgm@gnu.org>
3162
3163 * emacs-lisp/package.el (package-menu-execute): Doc fix.
3164
3165 2013-02-13 Yves Baumes <ybaumes@gmail.com> (tiny change)
3166
3167 * lisp/emacs-lisp/package.el (package-menu-execute):
3168 Add optional noquery argument. (Bug#13625)
3169
3170 2013-02-13 Michael Albinus <michael.albinus@gmx.de>
3171
3172 * net/ange-ftp.el (ange-ftp-make-directory): Don't raise an error,
3173 if DIR exists and PARENTS is non-nil.
3174
3175 2013-02-13 Juanma Barranquero <lekktu@gmail.com>
3176
3177 * progmodes/js.el (js--multi-line-declaration-indentation):
3178 Silence byte-compiler warning.
3179
3180 2013-02-12 Michael Albinus <michael.albinus@gmx.de>
3181
3182 * net/tramp-adb.el (tramp-adb-handle-start-file-process): Rewrite.
3183
3184 * net/tramp-compat.el (top): Declare `remote-file-name-inhibit-cache'
3185 only if it doesn't exist.
3186
3187 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
3188 Set process marker.
3189
3190 2013-02-12 Tassilo Horn <tsdh@gnu.org>
3191
3192 * doc-view.el (doc-view-odf->pdf-converter-soffice): Use separate
3193 UserInstallation when calling soffice to work around LibreOffice
3194 bug 37531.
3195
3196 2013-02-12 Glenn Morris <rgm@gnu.org>
3197
3198 * files.el (basic-save-buffer):
3199 Offer to create a non-existing directory. (Bug#3016)
3200
3201 * calc/calc-graph.el (calc-graph-show-dumb):
3202 * calendar/calendar.el (calendar-mode-map):
3203 * cus-edit.el (custom-mode-map):
3204 * ehelp.el (electric-help-map):
3205 * emulation/vip.el (vip-mode-map):
3206 * epa.el (epa-key-list-mode-map):
3207 * info.el (Info-mode-map):
3208 * mail/rmail.el (rmail-mode-map):
3209 * mail/rmailsum.el (rmail-summary-mode-map):
3210 * man.el (Man-mode-map):
3211 * net/newst-plainview.el (newsticker-mode-map):
3212 * progmodes/cpp.el (cpp-edit-mode-map):
3213 * progmodes/grep.el (grep-mode-map):
3214 * progmodes/idlw-help.el (idlwave-help-mode-map):
3215 * simple.el (special-mode-map):
3216 * startup.el (splash-screen-keymap):
3217 * view.el (view-mode-map):
3218 Make S-SPC scroll in the opposite sense to SPC. (Bug#2145)
3219
3220 2013-02-11 Elias Pipping <pipping@lavabit.com>
3221
3222 * doc-view.el (doc-view-current-cache-dir): Beware % escapes
3223 (bug#13679).
3224
3225 2013-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
3226
3227 * cus-start.el (all): Remove inhibit-local-menu-bar-menus.
3228
3229 2013-02-11 Glenn Morris <rgm@gnu.org>
3230
3231 * vc/diff.el (diff-use-labels): New variable.
3232 (diff-no-select): Use --label rather than -L, and first
3233 check that it is supported. (Bug#11067)
3234
3235 * files.el (enable-dir-local-variables): New variable.
3236 (hack-dir-local-variables): Respect enable-dir-local-variables.
3237 * tutorial.el (help-with-tutorial):
3238 Ignore directory-local variables. (Bug#11127)
3239
3240 * vc/vc-svn.el (vc-svn-command): Move --non-interactive from here...
3241 (vc-svn-global-switches): ... to here. (Bug#13513)
3242
3243 2013-02-10 Christopher Schmidt <christopher@ch.ristopher.com>
3244
3245 * minibuf-eldef.el (minibuffer-default--in-prompt-regexps):
3246 Handle "foo (bar, default: xxx): " prompts.
3247
3248 2013-02-10 Chong Yidong <cyd@gnu.org>
3249
3250 * files.el (basic-save-buffer-1): Do not set
3251 buffer-file-coding-system-explicit (Bug#4533).
3252
3253 * mail/emacsbug.el (report-emacs-bug): Change binding of
3254 report-emacs-bug-insert-to-mailer to C-c M-i (Bug#13510).
3255
3256 2013-02-09 Jay Belanger <jay.p.belanger@gmail.com>
3257
3258 * calc/calc.el (calc-allow-units-as-numbers): New variable.
3259 * calc/calc-units.el (calc-convert-units): Use new variable.
3260
3261 2013-02-09 Eli Zaretskii <eliz@gnu.org>
3262
3263 * subr.el (buffer-file-type, default-buffer-file-type): Remove.
3264
3265 * net/ange-ftp.el (ange-ftp-insert-file-contents): Don't reference
3266 buffer-file-type.
3267
3268 * mail/feedmail.el (feedmail-force-binary-write): Doc fix.
3269 (feedmail-run-the-queue, feedmail-dump-message-to-queue)
3270 (feedmail-send-it-immediately): Don't bind buffer-file-type, bind
3271 coding-system-for-write instead.
3272
3273 * jka-compr.el (jka-compr-write-region): Don't bind
3274 buffer-file-type.
3275
3276 * emacs-lisp/bytecomp.el (byte-compile-file): Don't bind
3277 buffer-file-type.
3278
3279 * files.el (file-name-buffer-file-type-alist): Remove defvar.
3280 (insert-file-contents-literally): Remove reference to
3281 file-name-buffer-file-type-alist.
3282
3283 * dos-w32.el (file-name-buffer-file-type-alist): Deprecate and
3284 make-obsolete.
3285 (find-buffer-file-type-match, find-buffer-file-type): Remove.
3286 (find-buffer-file-type-coding-system): Remove references to
3287 find-buffer-file-type-match, find-buffer-file-type, and
3288 buffer-file-type.
3289 Don't put find-buffer-file-type-coding-system into
3290 file-coding-system-alist.
3291 (find-file-binary, find-file-text): Bind coding-system-for-read
3292 instead of file-name-buffer-file-type-alist.
3293
3294 2013-02-09 Jambunathan K <kjambunathan@gmail.com>
3295
3296 * doc-view.el: Use (and prefer) soffice as default ODF->PDF
3297 converter (Bug#13622).
3298 (doc-view-unoconv-program): Make obsolete alias.
3299 (doc-view-odf->pdf-converter-program): New variable.
3300 (doc-view-odf->pdf-converter-function): New variable.
3301 (doc-view-mode-p): Use it.
3302 (doc-view-odf->pdf-converter-unoconv):
3303 Rename from `doc-view-odf->pdf-converter-unoconv'.
3304 (doc-view-odf->pdf-converter-soffice): New function.
3305 (doc-view-convert-current-doc):
3306 Use `doc-view-odf->pdf-converter-function'.
3307
3308 2013-02-09 Chong Yidong <cyd@gnu.org>
3309
3310 * minibuffer.el (minibuffer-inactive-mode-map): Bind mouse-1 to
3311 view-echo-area-messages (Bug#13340).
3312
3313 * help.el (view-echo-area-messages): Use display-buffer.
3314
3315 * dired-x.el (dired-do-run-mail): Prompt for confirmation
3316 (Bug#13561).
3317
3318 2013-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
3319
3320 * emacs-lisp/byte-run.el (eval-when-compile, eval-and-compile):
3321 Eval body right away, now that we do eager macroexpansion (bug#13605).
3322
3323 * simple.el (end-of-buffer): Don't touch unrelated windows (bug#13466).
3324 (fundamental-mode): Use run-mode-hooks.
3325
3326 * eshell/esh-proc.el (eshell/kill): Fix last change.
3327 * eshell/em-ls.el (eshell-ls-dir): Fix use of CL in last change.
3328
3329 2013-02-08 Aidan Gauland <aidalgol@no8wireless.co.nz>
3330
3331 * eshell/esh-proc.el (eshell/kill): Rewrite.
3332
3333 * eshell/em-ls.el (show-almost-all): Declare.
3334 (eshell-do-ls): Add support for -A argument.
3335
3336 2013-02-08 Jambunathan K <kjambunathan@gmail.com>
3337
3338 * icomplete.el (icomplete-forward-completions)
3339 (icomplete-backward-completions): Handle corner case (bug#13602).
3340
3341 2013-02-07 Michael Albinus <michael.albinus@gmx.de>
3342
3343 * vc/vc-hooks.el (vc-find-file-hook): `buffer-file-truename' can
3344 be nil. Handle this. (Bug#13636)
3345
3346 2013-02-07 Richard Stallman <rms@gnu.org>
3347
3348 * mail/rmail.el (rmail-variables): Specify `no-conversion' for
3349 `save-buffer-coding-system'.
3350
3351 2013-02-07 Alan Mackenzie <acm@muc.de>
3352
3353 Fix bug in state cache mechanism. Remove 'BOD "strategy". Refactor.
3354 * progmodes/cc-engine.el (c-get-fallback-scan-pos): Remove.
3355 (c-parse-state-get-strategy): Don't return 'BOD any more.
3356 (c-append-lower-brace-pair-to-state-cache):
3357 Extra parameter HERE instead of narrowing.
3358 Widen to top of buffer before searching backwards for a brace pair.
3359 (c-state-push-any-brace-pair): Add HERE parameter to function call.
3360 (c-append-to-state-cache): Extra parameter HERE in place of narrowing.
3361 Narrow to parameter HERE, in place of being called narrowed.
3362 (c-remove-stale-state-cache): Extra parameter HERE in place of
3363 narrowing. Check there's an open brace in the cache before
3364 searching for its match.
3365 (c-invalidate-state-cache-1): Add HERE parameter to function call.
3366 (c-parse-state-1): Don't narrow here for 'forward strategy,
3367 instead passing extra parameter HERE to several functions.
3368 Remove 'BOD strategy.
3369
3370 2013-02-06 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
3371
3372 * emacs-lisp/package.el (describe-package-1): Tell what archive is
3373 used to install the package.
3374
3375 2013-02-06 Glenn Morris <rgm@gnu.org>
3376
3377 * vc/vc-hooks.el (vc-find-file-hook): Don't ask about following links
3378 if we can't get user input. (Bug#6567)
3379
3380 * startup.el (command-line): If simple.el is missing,
3381 test and warn about for some possible causes.
3382
3383 2013-02-05 Jan Djärv <jan.h.d@swipnet.se>
3384
3385 * cus-start.el (all): Add ns-use-native-fullscreen.
3386
3387 2013-02-05 Glenn Morris <rgm@gnu.org>
3388
3389 * profiler.el (profiler-report-mode-map): Add a restart menu entry.
3390
3391 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
3392 Fix directory creation in fallback case.
3393
3394 2013-02-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3395
3396 * vc/vc.el (vc-next-action): Fix inf-loop (bug#13610).
3397 (vc-update-change-log): Use dolist.
3398
3399 2013-02-04 Chong Yidong <cyd@gnu.org>
3400
3401 * thingatpt.el: Rewrite the URL detection routines, absorbing some
3402 code from ffap.el.
3403 (thing-at-point-beginning-of-url-regexp): New var.
3404 (thing-at-point-uri-schemes): Update list of URI schemes.
3405 (thing-at-point-url-regexp): Variable deleted.
3406 (thing-at-point-markedup-url-regexp): Disallow newlines.
3407 (thing-at-point-newsgroup-regexp)
3408 (thing-at-point-newsgroup-heads)
3409 (thing-at-point-default-mail-uri-scheme): New variables.
3410 (thing-at-point-bounds-of-url-at-point): Rewrite. Use ffap's
3411 method to find the possible bounds of the URI at point.
3412 New optional argument to find ill-formed URIs.
3413 (thing-at-point-url-at-point): Rewrite. New arguments for finding
3414 ill-formed URIs. Use thing-at-point-bounds-of-url-at-point, and
3415 the scheme-adding heuristics from ffap-url-at-point.
3416 (thing-at-point--bounds-of-well-formed-url): New function.
3417 Do parens matching to decide whether to include parens in the URI
3418 (Bug#9153).
3419
3420 * ffap.el: Require thingatpt.
3421 (ffap-url-at-point): Delegate URI detection to thing-at-point.
3422 All URI-valid characters are now recognized (Bug#5673).
3423 (ffap-string-at-point): Use use-region-p.
3424 (ffap-url-regexp): Extra character is handled by thing-at-point.
3425 (ffap-string-at-point-mode-alist): Allow parentheses.
3426 (ffap-newsgroup-regexp, ffap-newsgroup-heads, ffap-newsgroup-p):
3427 Convert to aliases; code moved to thingatpt.el.
3428 (ffap-gnus-hook): Use setq-local.
3429
3430 2013-02-04 Glenn Morris <rgm@gnu.org>
3431
3432 * emacs-lisp/ert.el (ert--explain-format-atom):
3433 Don't try to print non-characters as characters. (Bug#13543)
3434
3435 2013-02-03 Michael Albinus <michael.albinus@gmx.de>
3436
3437 * net/tramp.el (tramp-debug-message): Extend function exclude list.
3438 (tramp-backtrace): New defun.
3439 (tramp-handle-insert-file-contents): Use `visit' when inserting
3440 the local copy.
3441
3442 * net/tramp-sh.el (tramp-sh-handle-set-visited-file-modtime):
3443 Use `remote-file-name-inhibit-cache'.
3444
3445 2013-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
3446
3447 * progmodes/cperl-mode.el (cperl-mode): Avoid byte-compile warning
3448 (bug#13614).
3449
3450 * subr.el (internal--called-interactively-p--get-frame): Avoid filling
3451 current-load-list (bug#13366).
3452
3453 2013-02-02 Christopher Schmidt <christopher@ch.ristopher.com>
3454
3455 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3456 Identify g++ template instantiation trace. (Bug#12287)
3457 (compilation-mode-hook, compilation-start-hook)
3458 (compilation-window-height): Simplify docstrings. (Bug#13379)
3459
3460 2013-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
3461
3462 * mouse.el (mouse-drag-track): Always deactivate the mark before
3463 running the final event's command since that command is in charge of
3464 activating the mark if needed (bug#13523).
3465
3466 2013-02-02 Juri Linkov <juri@jurta.org>
3467
3468 * replace.el (perform-replace): Move let-bindings of isearch-*
3469 variables deeper to the loop that searches for the next match.
3470 Add bindings for `isearch-nonincremental' and `isearch-adjusted'.
3471 Use `isearch-search-fun-default' instead of `isearch-search-fun'.
3472 (Bug#13579)
3473
3474 * isearch.el (isearch-search-fun-default): Check for null
3475 first element of isearch-cmds as a precaution when it's used
3476 with inactive isearch.
3477
3478 2013-02-02 Andrew W. Nosenko <andrew.w.nosenko@gmail.com> (tiny change)
3479
3480 * net/tramp.el (tramp-check-for-regexp): Avoid "Args out of range"
3481 error when buffer in question is narrowed so position 1 is out of
3482 visible part.
3483
3484 2013-02-02 Glenn Morris <rgm@gnu.org>
3485
3486 * textmodes/remember.el (remember-clipboard): Doc fix.
3487
3488 2013-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
3489
3490 * progmodes/make-mode.el (makefile-fill-paragraph): Reset syntax-table
3491 properties (bug#13179).
3492
3493 2013-02-02 Juri Linkov <juri@jurta.org>
3494
3495 * progmodes/grep.el (grep-regexp-alist): Use variable grep-match-face
3496 instead of hard-coded default face `match'. (Bug#9438)
3497
3498 2012-02-01 Christopher Schmidt <christopher@ch.ristopher.com>
3499
3500 * vc/vc-arch.el (vc-arch-registered):
3501 * vc/vc-bzr.el (vc-bzr-registered):
3502 * vc/vc-cvs.el (vc-cvs-registered):
3503 * vc/vc-git.el (vc-git-registered):
3504 * vc/vc-hg.el (vc-hg-registered):
3505 * vc/vc-mtn.el (vc-mtn-registered):
3506 * vc/vc-svn.el (vc-svn-registered): Suppress load messages.
3507 (Bug#13139)
3508
3509 * info.el (Info-next-reference, Info-prev-reference): Add numeric
3510 prefix argument. (Bug#11656)
3511
3512 2013-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
3513
3514 * help-fns.el (help-split-fundoc): Don't insert byte-compiled body.
3515
3516 2013-02-01 Glenn Morris <rgm@gnu.org>
3517
3518 * vc/vc-hooks.el (vc-menu-map): Disable vc-rollback menu item
3519 if the backend is known not to support it.
3520
3521 * imenu.el (imenu-default-create-index-function):
3522 Tweak infinite loop test to check for forward motion as well as none.
3523
3524 2013-02-01 Alex Harsanyi <AlexHarsanyi@gmail.com>
3525
3526 * net/soap-client.el (soap-invoke): Encode the string for
3527 `url-request-data' as UTF-8.
3528 Fixes <http://code.google.com/p/emacs-soap-client/issues/detail?id=16>.
3529
3530 2013-02-01 Glenn Morris <rgm@gnu.org>
3531
3532 * calc/calc-help.el (calc-view-news): Use view-emacs-news.
3533
3534 * calc/README, calc/README.prev: Rename/merge to etc/CALC-NEWS.
3535
3536 2013-01-31 Michael Albinus <michael.albinus@gmx.de>
3537
3538 * net/tramp.el (tramp-tramp-file-p): Comment check for
3539 `string-as-unibyte'. The function does not exist on XEmacs, and
3540 likely we need another approach.
3541
3542 * net/tramp-sh.el (tramp-compute-multi-hops): Check, whether
3543 `tramp-gw-*' variables are bound.
3544
3545 2013-01-31 Glenn Morris <rgm@gnu.org>
3546
3547 * files.el (basic-save-buffer-2): Choose coding system for
3548 writing the file before backing it up, to reduce delay between
3549 backing up and writing the new version. (Bug#13522)
3550
3551 2013-01-31 Michal Nazarewicz <mina86@mina86.com>
3552
3553 * simple.el (cycle-spacing): New command.
3554 (just-one-space): Use it.
3555
3556 2013-01-31 Stefan Monnier <monnier@iro.umontreal.ca>
3557
3558 * progmodes/opascal.el: Rename from delphi.el. Use lexical-binding.
3559 (opascal-newline-always-indents): Remove custom.
3560 (opascal-tab, opascal-newline): Remove commands.
3561 (opascal-new-comment-line): Insert "\n" instead of calling newline.
3562 (opascal-mode-map): Keep default bindings for RET and TAB and DEL.
3563 (opascal-save-match-data): Remove, use save-match-data instead.
3564 (opascal-save-state): Use with-silent-modifications.
3565
3566 * progmodes/pascal.el (pascal-mode-syntax-table): Accept //..\n comments
3567 (bug#13585).
3568
3569 2013-01-30 Juri Linkov <juri@jurta.org>
3570
3571 * frame.el (toggle-frame-maximized, toggle-frame-fullscreen):
3572 Use fullboth as an alias for fullscreen. Suggested by Jan Djärv in
3573 <http://lists.gnu.org/archive/html/emacs-devel/2013-01/msg00203.html>.
3574
3575 2013-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
3576
3577 * progmodes/make-mode.el (makefile-backslash-region): Don't compute
3578 column if we're just deleting the backslashes.
3579 (makefile-fill-paragraph): Use eolp.
3580
3581 2013-01-30 Michael Albinus <michael.albinus@gmx.de>
3582
3583 * autorevert.el (auto-revert-use-notify): Fix docstring.
3584
3585 2013-01-30 Leo Liu <sdl.web@gmail.com>
3586
3587 * imenu.el (imenu--truncate-items): Fix subalist checking (bug#13576).
3588
3589 2013-01-30 Glenn Morris <rgm@gnu.org>
3590
3591 * mouse.el (mouse-drag-line): Avoid pushing same event onto
3592 unread-command-events twice in some cases. This tries to implement
3593 the 2012-07-26 changes in a different way. (Bug#13560)
3594
3595 2013-01-30 Fabián Ezequiel Gallina <fgallina@cuca>
3596
3597 * progmodes/python.el
3598 (python-pdbtrack-comint-output-filter-function): Enhancements on
3599 stacktrace detection. (thanks @gnovak)
3600
3601 2013-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
3602
3603 * jit-lock.el (jit-lock-stealth-chunk-start): Don't widen (bug#13542).
3604 (jit-lock-mode, jit-lock-functions, jit-lock-context-unfontify-pos):
3605 Use defvar-local.
3606 (jit-lock-register): Use setq-local.
3607
3608 2013-01-30 Jay Belanger <jay.p.belanger@gmail.com>
3609
3610 * calc-units.el (math-default-units-table): Remove initial value.
3611 (calc-convert-units): Treat expressions where all the units cancel as
3612 if they didn't have units.
3613
3614 2013-01-30 Michael Albinus <michael.albinus@gmx.de>
3615
3616 * net/tramp.el (tramp-process-connection-type): Fix docstring.
3617 (tramp-completion-reread-directory-timeout): Fix type.
3618 (tramp-connection-min-time-diff): New defcustom.
3619
3620 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
3621
3622 2013-01-30 Glenn Morris <rgm@gnu.org>
3623
3624 * imenu.el (imenu-default-create-index-function):
3625 Put back a version of the infinite loop test removed 2013-01-23.
3626
3627 2013-01-30 Fabián Ezequiel Gallina <fgallina@cuca>
3628
3629 * progmodes/python.el (python-shell-parse-command):
3630 Find python-shell-interpreter with modified environment.
3631
3632 2013-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
3633
3634 * emacs-lisp/cl.el (cl-set-getf): Add compatibility alias.
3635
3636 2013-01-29 Alan Mackenzie <acm@muc.de>
3637
3638 Amend to fontify /regexp/s in actions correctly.
3639 * cc-awk.el (c-awk-harmless-char-re, c-awk-harmless-string*-re):
3640 (c-awk-harmless-string*-here-re): Braces, parens and semicolons
3641 are no longer included.
3642 (c-awk-harmless-line-char-re, c-awk-harmless-line-string*-re):
3643 What used to be these variables without "-line" in the name.
3644 (c-awk-neutral-re): { is no longer neutral. Escaped newlines now are.
3645 (c-awk-non-arith-op-bra-re): Now also matches {.
3646 (c-awk-pre-exp-alphanum-kwd-re): New regexp to match "print",
3647 "return", and "case".
3648 (c-awk-kwd-regexp-sign-re): New, to match "print", etc., followed
3649 by /.
3650 (c-awk-syntax-tablify-/): Check special cases "print /re/", etc.
3651 (c-awk-set-syntax-table-properties): Extend FSM to handle {,},(,),;.
3652
3653 2013-01-29 Michael Albinus <michael.albinus@gmx.de>
3654
3655 * autorevert.el (auto-revert-use-notify):
3656 Use `custom-initialize-default' for initialization. (Bug#13583)
3657
3658 * net/ange-ftp.el (ange-ftp-skip-msgs): Add another message.
3659
3660 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
3661 Catch `suppress'. Otherwise, `tramp-run-real-handler' might be called
3662 in `tramp-file-name-handler'.
3663 (tramp-gw-tunnel-method, tramp-gw-socks-method): Declare for
3664 compatibility.
3665 (tramp-compute-multi-hops): Check, whether
3666 `tramp-gw-tunnel-method' and `tramp-gw-socks-method' are non-nil.
3667
3668 2013-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
3669
3670 * hi-lock.el (hi-lock-unface-buffer): Don't assume `face' is a symbol
3671 (bug#13297).
3672
3673 2013-01-27 Dmitry Gutov <dgutov@yandex.ru>
3674
3675 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove some
3676 checks made superfluous by the \_< operator.
3677 * progmodes/ruby-mode.el (ruby-move-to-block): Work with (maybe
3678 temporarily) broken indentation.
3679 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
3680 Highlight nested constants, too. \_< broke that.
3681
3682 2013-01-27 Nobuyoshi Nakada <nobu@ruby-lang.org>
3683
3684 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Use "\\_<"
3685 instead of "\\b".
3686
3687 2013-01-27 Michael Albinus <michael.albinus@gmx.de>
3688
3689 * autorevert.el (auto-revert-handler): Notifications which result
3690 from a saved file shall not be taken into account. (Bug#13557)
3691
3692 2013-01-26 Andreas Schwab <schwab@linux-m68k.org>
3693
3694 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Add optional
3695 parameter BAR-NOT-SYMBOL to control syntax of | for font-lock.
3696 (lisp-mode): Pass t for it. (Bug#13556)
3697
3698 2013-01-25 Alan Mackenzie <acm@muc.de>
3699
3700 AWK Mode: Fix indentation bug at top level. Bug #12274.
3701
3702 * progmodes/cc-engine.el (c-guess-basic-syntax): Move CASE 5P to
3703 just before CASE 5D.
3704
3705 2013-01-25 Dmitry Antipov <dmantipov@yandex.ru>
3706
3707 * net/socks.el (socks-nslookup-host): Use string-to-number.
3708
3709 2013-01-25 Michael Albinus <michael.albinus@gmx.de>
3710
3711 * autorevert.el (auto-revert-remote-files)
3712 (auto-revert-notify-exclude-dir-regexp): New defcustoms.
3713 (auto-revert-notify-enabled, auto-revert-use-notify)
3714 (auto-revert-notify-watch-descriptor-hash-list)
3715 (auto-revert-notify-modified-p, auto-revert-notify-event-p)
3716 (auto-revert-notify-event-descriptor)
3717 (auto-revert-notify-event-action)
3718 (auto-revert-notify-event-file-name): Doc fix.
3719 (global-auto-revert-mode): Reorder checks.
3720 (auto-revert-notify-rm-watch): Respect changed values of
3721 `auto-revert-notify-watch-descriptor-hash-list'.
3722 (auto-revert-notify-add-watch): Check for
3723 `auto-revert-notify-exclude-dir-regexp'. Adapt filters for
3724 `inotify-add-watch'. Watch `default-directory' instead of
3725 `buffer-file-name'. `auto-revert-notify-watch-descriptor-hash-list'
3726 has a changed meaning now. (Bug#13540)
3727 (auto-revert-notify-handler): Change implementation wrt events
3728 returning from a directory.
3729 (auto-revert-handler): Reorder implementation for checks of remote
3730 files.
3731 (auto-revert-buffers): Fix parentheses error.
3732
3733 2013-01-25 Fabián Ezequiel Gallina <fgallina@cuca>
3734
3735 * progmodes/python.el: Enhancements to header documentation about
3736 skeletons. (Bug#5716)
3737
3738 * imenu.el (imenu-default-create-index-function): Remove useless
3739 infinite loop check. (Bug#13438)
3740
3741 2013-01-25 Alan Mackenzie <acm@muc.de>
3742
3743 Fix a bug in the state cache mechanism. Refactor this a bit.
3744
3745 * progmodes/cc-engine.el (c-parse-state-get-strategy): Remove the
3746 `cache-pos' element from the return value.
3747 (c-append-lower-brace-pair-to-state-cache): "Narrow" to end of
3748 buffer to enable proper searching from beyond HERE. Amend the
3749 test for detecting the sought brace pair. Amend the value written
3750 to the "brace desert cache" when the brace isn't found.
3751 (c-remove-stale-state-cache): Rename `good-pos' to `start-point',
3752 and several other variables analogously.
3753 (c-remove-stale-state-cache-backwards): Change `cache-pos' from a
3754 parameter to a locally calculated variable.
3755 (c-parse-state-1): Change the calling conventions to the two
3756 defuns involving `cache-pos'.
3757
3758 2013-01-25 Chong Yidong <cyd@gnu.org>
3759
3760 * xml.el (xml-entity-or-char-ref-re): Fix regexp.
3761
3762 2013-01-24 Aaron Ecay <aaronecay@gmail.com> (tiny change)
3763
3764 * paren.el (show-paren-function): Make sure to set 'priority and
3765 'face only if the overlay does exist.
3766
3767 2013-01-24 Michael Albinus <michael.albinus@gmx.de>
3768
3769 * net/tramp.el (tramp-tramp-file-p): Check, whether NAME is unibyte.
3770
3771 * net/tramp-sh.el (tramp-sh-handle-set-file-acl): Do not suppress
3772 basic attributes.
3773 (tramp-sh-handle-set-file-acl): Improve error checking.
3774
3775 2013-01-24 Dmitry Antipov <dmantipov@yandex.ru>
3776
3777 * doc-view.el (doc-view-display): Force mode line update until all
3778 document is converted. Suggested by Stefan Monnier (Bug#13164).
3779
3780 2013-01-23 Bastien Guerry <bzg@gnu.org>
3781
3782 * paren.el (show-paren-function): Make sure an overlay exists
3783 before trying to delete it. Also use `pos' as a position only
3784 when it is an integer.
3785
3786 2013-01-23 Dmitry Antipov <dmantipov@yandex.ru>
3787
3788 * play/gametree.el (gametree-break-line-here): Use point-marker.
3789
3790 2013-01-22 Michael Albinus <michael.albinus@gmx.de>
3791
3792 * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
3793 Mark descriptive parts with `display' property.
3794
3795 2013-01-21 Agustín Martín Domingo <agustin.martin@hispalinux.es>
3796
3797 * textmodes/ispell.el (ispell-hunspell-dictionary-equivs-alist):
3798 New variable to map standard dict names to hunspell ones.
3799 (ispell-set-spellchecker-params): Make sure specific dict names
3800 are used for standard dicts with hunspell.
3801
3802 2013-01-21 Tassilo Horn <tsdh@gnu.org>
3803
3804 * textmodes/reftex-cite.el (reftex-format-citation): Add format
3805 chars for note (%N) and url (%U).
3806 * textmodes/reftex-vars.el (reftex-cite-format): Document them.
3807
3808 2013-01-21 Juri Linkov <juri@jurta.org>
3809
3810 * frame.el: Bind `f10' in `esc-map' to `toggle-frame-maximized'
3811 in addition to existing separate binding `meta f10' in `global-map'.
3812 (Bug#13484)
3813
3814 2013-01-21 Michael Albinus <michael.albinus@gmx.de>
3815
3816 Improve XEmacs compatibility.
3817
3818 * net/tramp.el (tramp-replace-environment-variables): Make it a defun.
3819
3820 * net/tramp-adb.el (top): Require `time-date'.
3821 (tramp-adb-ls-output-time-less-p): Use `tramp-time-less-p'.
3822 (tramp-adb-handle-copy-file, tramp-adb-handle-rename-file):
3823 Use `tramp-file-name-handler'.
3824 (tramp-adb-maybe-open-connection):
3825 Use `tramp-compat-set-process-query-on-exit-flag'.
3826
3827 * net/tramp-sh.el (tramp-sh-handle-file-acl):
3828 Use `tramp-compat-funcall'.
3829
3830 * net/tramp-smb.el (tramp-smb-handle-file-acl): Use `looking-at' and
3831 `tramp-compat-funcall'.
3832
3833 2013-01-21 Jürgen Hötzel <juergen@archlinux.org>
3834
3835 * net/tramp-adb.el (tramp-adb-handle-start-file-process): Complete
3836 reimplementation using "adb shell command ..." instead of running
3837 remote shell interactively.
3838
3839 2013-01-20 Glenn Morris <rgm@gnu.org>
3840
3841 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
3842 Add native profiler menu entries.
3843
3844 * profiler.el (profiler-running-p): New function.
3845 (profiler-cpu-profile): Use profiler-running-p.
3846 (profiler-report-mode-map): Add some more menu entries.
3847
3848 2013-01-19 Glenn Morris <rgm@gnu.org>
3849
3850 * mail/unrmail.el (unrmail): Do not mangle the mbox From line;
3851 fixes 2012-12-07 change. (Bug#13499)
3852
3853 2013-01-19 Leo Liu <sdl.web@gmail.com>
3854
3855 * dired.el (dired-get-marked-files): Prune erroneous values due to
3856 last change. (Bug#13152)
3857
3858 2013-01-19 Glenn Morris <rgm@gnu.org>
3859
3860 * progmodes/etags.el (tags-table-check-computed-list):
3861 Preserve point in tags buffer. (Bug#13412)
3862
3863 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
3864
3865 2013-01-19 Christian Wittern <cwittern@gmail.com> (tiny change)
3866 Chong Yidong <cyd@gnu.org>
3867
3868 * image-mode.el (image-next-file, image-previous-file):
3869 New commands (Bug#8453).
3870 (image-mode-map): Bind them to n and p.
3871 (image-mode--images-in-directory): New helper function.
3872
3873 2013-01-19 Chong Yidong <cyd@gnu.org>
3874
3875 * image-mode.el (image-mode-fit-frame): Add a frame argument.
3876 Suggested by Drew Adams (Bug#7730). Handle window decorations;
3877 save and restore the old window configuration.
3878
3879 2013-01-18 Leo Liu <sdl.web@gmail.com>
3880
3881 * progmodes/js.el: Tweak autoload cookie for alias.
3882
3883 2013-01-17 Michael Albinus <michael.albinus@gmx.de>
3884
3885 * autorevert.el (auto-revert-notify-watch-descriptor): Make it
3886 buffer local, again. This was lost with the fix on 2013-01-12.
3887
3888 2013-01-17 Jürgen Hötzel <juergen@archlinux.org>
3889
3890 * eshell/esh-util.el (eshell-path-env): Make it buffer local, in
3891 order to support several eshell buffers in parallel.
3892
3893 2013-01-17 Michael Albinus <michael.albinus@gmx.de>
3894
3895 * autorevert.el (auto-revert-use-notify): In the :set function, do
3896 not modify `kill-buffer-hook'.
3897 (auto-revert-notify-rm-watch):
3898 Remove `auto-revert-notify-rm-watch' from `kill-buffer-hook'.
3899 (auto-revert-notify-add-watch): Do not call
3900 `auto-revert-notify-rm-watch', but add it to a buffer local
3901 `kill-buffer-hook'.
3902
3903 2013-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
3904
3905 * emacs-lisp/trace.el (trace--read-args): Use a closure and an honest
3906 call to `eval' rather than a backquoted lambda.
3907
3908 2013-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
3909
3910 * emacs-lisp/nadvice.el (advice--tweak): Make it possible for `tweak'
3911 to return an explicit nil.
3912 (advice--remove-function): Change accordingly.
3913
3914 * emacs-lisp/advice.el (ad-preactivate-advice): Adjust the cleanup to
3915 the use of nadvice.el.
3916
3917 * progmodes/which-func.el (which-function): Silence imenu errors
3918 (bug#13433).
3919
3920 2013-01-15 Michael R. Mauger <mmaug@yahoo.com>
3921
3922 * progmodes/sql.el (sql-imenu-generic-expression):
3923 (sql-mode-font-lock-object-name): Match schema qualified names.
3924 (sql-connect): Use string keys.
3925 (sql-product-interactive): Wait for interpreter prompt.
3926 (sql-comint-oracle): Set process coding based on NLS_LANG.
3927
3928 2013-01-15 Michael R. Mauger <mmaug@yahoo.com>
3929
3930 * progmodes/sql.el (sql-output-to-send): Remove, unused.
3931 (sql-interactive-remove-continuation-prompt):
3932 (sql-send-magic-terminator, sql-interactive-mode): Remove references.
3933
3934 2013-01-14 Leo Liu <sdl.web@gmail.com>
3935
3936 * calendar/calendar.el (calendar-redraw): Sync window-point and point.
3937 (Bug#13420)
3938
3939 2013-01-14 Glenn Morris <rgm@gnu.org>
3940
3941 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3942 Fix interpretation of gnu line.col1-col2 format. (Bug#13335)
3943
3944 2013-01-13 Fabián Ezequiel Gallina <fgallina@cuca>
3945
3946 * progmodes/python.el (python-nav-end-of-statement):
3947 Fix cornercase when handling multiline strings.
3948
3949 2013-01-13 Richard Stallman <rms@gnu.org>
3950
3951 * mail/sendmail.el (mail-position-on-field): Add doc string.
3952
3953 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
3954 Get current message boundaries and pass them to
3955 message-forward-make-body-mime. Minor style changes.
3956
3957 2013-01-13 Eli Zaretskii <eliz@gnu.org>
3958
3959 * cus-start.el (all): Avoid warnings about
3960 scroll-bar-adjust-thumb-portion on platforms where it is not defined.
3961
3962 2013-01-11 Jan Djärv <jan.h.d@swipnet.se>
3963
3964 * cus-start.el (all): Add scroll-bar-adjust-thumb-portion.
3965
3966 2013-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
3967
3968 * jit-lock.el (jit-lock-debug-mode): New minor mode.
3969 (jit-lock--debug-fontifying): New var.
3970 (jit-lock--debug-fontify): New function.
3971 * subr.el (condition-case-unless-debug): Don't prevent catching the
3972 error, just let the debbugger run.
3973 * emacs-lisp/timer.el (timer-event-handler): Don't prevent debugging
3974 timer code and don't drop errors silently.
3975
3976 2013-01-12 Michael Albinus <michael.albinus@gmx.de>
3977
3978 * autorevert.el (auto-revert-notify-watch-descriptor): Give it
3979 `permanent-local' property.
3980 (auto-revert-notify-handler): Use `file-equal-p'.
3981
3982 2013-01-12 Eli Zaretskii <eliz@gnu.org>
3983
3984 * autorevert.el (auto-revert-notify-handler): Fix filtering of
3985 file notification by ACTION. For filtering by file name, compare
3986 only the non-directory part of the file name.
3987
3988 2013-01-12 Stefan Monnier <monnier@iro.umontreal.ca>
3989
3990 * autorevert.el: Use cl-lib instead of cl.
3991
3992 * vc/vc-bzr.el (vc-bzr--sanitize-header): New function (bug#13307).
3993 (vc-bzr-checkin): Use it.
3994 * vc/log-edit.el (log-edit-extract-headers): Don't presume FUNCTION
3995 will preserve match-data.
3996
3997 2013-01-11 Felix H. Dahlke <fhd@ubercode.de>
3998
3999 * progmodes/js.el: Fix multiline declarations's indentation (bug#8576).
4000 (js--declaration-keyword-re): New var.
4001 (js--multi-line-declaration-indentation): New function.
4002 (js--proper-indentation): Use it.
4003
4004 2013-01-11 Aaron S. Hawley <Aaron.Hawley@vtinfo.com>
4005
4006 * calc/calc.el (calc-highlight-selections-with-faces)
4007 (calc-dispatch):
4008 * comint.el (comint-history-isearch-message):
4009 * emacs-lisp/edebug.el (edebug-read, edebug-eval-defun):
4010 * ffap.el (ffap-string-at-point-region, ffap-next)
4011 (ffap-string-at-point, ffap-string-around)
4012 (ffap-copy-string-as-kill, ffap-highlight-overlay)
4013 (ffap-literally):
4014 * font-lock.el (font-lock-keywords-alist)
4015 (font-lock-removed-keywords-alist):
4016 * help-mode.el (help-xref-symbol-regexp):
4017 * info.el (Info-find-emacs-command-nodes):
4018 * international/mule.el (add-to-coding-system-list):
4019 * isearch.el (isearch-message-function, isearch-fail-pos):
4020 * misearch.el (multi-isearch-next-buffer-function):
4021 * newcomment.el (comment-box):
4022 * printing.el (pr-txt-printer-alist, pr-ps-printer-alist)
4023 (pr-setting-database):
4024 * progmodes/cc-fonts.el (c-font-lock-keywords-3)
4025 (c++-font-lock-keywords-3, objc-font-lock-keywords-3)
4026 (java-font-lock-keywords-3, idl-font-lock-keywords-3)
4027 (pike-font-lock-keywords-3):
4028 * progmodes/compile.el (compile):
4029 * progmodes/etags.el (tags-table-files)
4030 (tags-table-files-function, tags-included-tables-function):
4031 * progmodes/gdb-mi.el (gdb, gdb-setup-windows)
4032 (gdb-restore-windows):
4033 * ps-print.el (ps-even-or-odd-pages, ps-spool-buffer-with-faces)
4034 (ps-n-up-filling-database):
4035 * server.el (server-buffer, server-log):
4036 * simple.el (newline, delete-backward-char, delete-forward-char)
4037 (minibuffer-history-isearch-message, kill-line, track-eol)
4038 (temporary-goal-column):
4039 * textmodes/flyspell.el (flyspell-mark-duplications-flag)
4040 (flyspell-default-deplacement-commands):
4041 * textmodes/ispell.el (ispell-accept-output):
4042 * textmodes/sgml-mode.el (html-tag-help):
4043 * vc/compare-w.el (compare-ignore-whitespace)
4044 (compare-ignore-case, compare-windows-dehighlight):
4045 * vc/diff.el (diff):
4046 * whitespace.el (whitespace-point)
4047 (whitespace-font-lock-refontify, whitespace-bob-marker)
4048 (whitespace-eob-marker): Fix ambiguous doc string cross-reference(s).
4049
4050 2013-01-11 Michael Albinus <michael.albinus@gmx.de>
4051
4052 * autorevert.el (top): Require 'cl in order to pacify byte compiler.
4053 (auto-revert-notify-rm-watch): Ignore errors.
4054 (auto-revert-notify-add-watch): Ignore errors. Use '(modify) for
4055 inotify, and '(size last-write-time) for w32notify.
4056 Set buffer-local `auto-revert-use-notify' to nil when adding a file
4057 watch fails - this is a fallback to the file modification check.
4058 (auto-revert-notify-event-p, auto-revert-notify-event-descriptor)
4059 (auto-revert-notify-event-action)
4060 (auto-revert-notify-event-file-name): New defuns.
4061 (auto-revert-notify-handler): Use them. Implement first
4062 plausibility checks.
4063 (auto-revert-handler): Handle also `auto-revert-tail-mode'.
4064
4065 2013-01-11 Julien Danjou <julien@danjou.info>
4066
4067 * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
4068 max are almost equal. Also return the correct value for V which is
4069 already between 0 and 1.
4070
4071 2013-01-11 Dmitry Antipov <dmantipov@yandex.ru>
4072
4073 * emacs-lisp/ert.el (ert-run-test): Use point-max-marker.
4074
4075 2013-01-11 Eli Zaretskii <eliz@gnu.org>
4076
4077 * autorevert.el (auto-revert-notify-rm-watch)
4078 (auto-revert-notify-add-watch): Fix typos in w32notify function
4079 names.
4080
4081 2013-01-10 Michael Albinus <michael.albinus@gmx.de>
4082
4083 * autorevert.el (auto-revert-notify-enabled): Move up.
4084 (auto-revert-use-notify): New defcustom.
4085 (auto-revert-mode, global-auto-revert-mode)
4086 (auto-revert-notify-add-watch, auto-revert-handler)
4087 (auto-revert-buffers): Use `auto-revert-use-notify' instead of
4088 `auto-revert-notify-enabled'.
4089
4090 2013-01-10 Elias Pipping <pipping@exherbo.org>
4091
4092 * files.el (auto-mode-alist): Use doc-view for djvu files (bug#13164).
4093 * doc-view.el (doc-view-document->bitmap):
4094 Use doc-view-single-page-converter-function instead of
4095 single-page-converter arg; adjust callers.
4096
4097 2013-01-10 Feng Li <fengli@gmail.com> (tiny change)
4098
4099 * progmodes/which-func.el (which-function): Understand Semantic's use
4100 of overlays in imenu--index-alist.
4101
4102 2013-01-10 Wolfgang Jenkner <wjenkner@inode.at>
4103
4104 * man.el: Handle different "man -k" behaviors (bug#13160). Use utf-8.
4105 (Man-man-k-use-anchor): New var.
4106 (Man-parse-man-k): New function.
4107 (Man-completion-table): Use it.
4108 (man): Flush the completion cache between uses.
4109
4110 2013-01-10 Michael Albinus <michael.albinus@gmx.de>
4111
4112 * autorevert.el: Add file watch support.
4113 (auto-revert-notify-enabled): New defconst.
4114 (auto-revert-notify-watch-descriptor-hash-list)
4115 (auto-revert-notify-watch-descriptor)
4116 (auto-revert-notify-modified-p): New defvars.
4117 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
4118 (auto-revert-notify-handler): New defuns.
4119 (auto-revert-mode, global-auto-revert-mode): Remove file watches
4120 when mode is disabled.
4121 (auto-revert-handler): Check for `auto-revert-notify-modified-p'.
4122 (auto-revert-buffers): Add file watches for active buffers.
4123
4124 2013-01-10 Dmitry Antipov <dmantipov@yandex.ru>
4125
4126 * cus-start.el (toplevel): Only allow float values for
4127 scroll-up-aggressively and scroll-down-aggressively.
4128 Allow any number for line-spacing.
4129
4130 2013-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
4131
4132 * doc-view.el (doc-view-pdfdraw-program): Allow "pdfdraw" name.
4133 (doc-view-pdf->png-converter-function): Use mupdf if available.
4134 (doc-view-djvu->png-converter-function)
4135 (doc-view-ps->png-converter-function): Remove.
4136 (doc-view--image-file-pattern): Replace doc-view--image-file-extension.
4137 (doc-view-goto-page, doc-view-convert-current-doc, doc-view-display)
4138 (doc-view-already-converted-p): Adjust accordingly.
4139 (doc-view-mode-p): Simplify.
4140 (doc-view-enlarge): Use setq-local.
4141 (doc-view-pdf->png-converter-ghostscript)
4142 (doc-view-djvu->png-converter-ddjvu)
4143 (doc-view-pdf->png-converter-mupdf): Rework to call
4144 doc-view-start-process directly.
4145 (doc-view-pdf/ps->png): Simplify accordingly.
4146 (doc-view-pdf->png-1, doc-view-djvu->png-1): Remove.
4147 (doc-view-document->bitmap): Rename from doc-view-document->png.
4148 (doc-view-convert-current-doc): Merge pdf and djvu cases.
4149 (doc-view-set-slice-from-bounding-box): Fix completion table.
4150 (doc-view-mode): Use add-hook for after-revert-hook.
4151
4152 2013-01-10 Glenn Morris <rgm@gnu.org>
4153
4154 * emacs-lisp/authors.el (authors-ignored-files)
4155 (authors-valid-file-names, authors-renamed-files-alist):
4156 Add some more entries.
4157
4158 2013-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
4159
4160 * image-mode.el (image-mode-winprops): Don't throw away the fallback
4161 `t' pseudo-window entry.
4162
4163 2013-01-10 Alan Mackenzie <acm@muc.de>
4164
4165 Fix bugs in the c-parse-state mechanism. Reuse some markers
4166 instead of continually generating new ones.
4167
4168 * progmodes/cc-engine.el (c-state-old-cpp-beg-marker)
4169 (c-state-old-cpp-end-marker): New variables.
4170 (c-append-lower-brace-pair-to-state-cache): Start a backward
4171 search for "}" definitively outside CPP constructs.
4172 (c-remove-stale-state-cache): Inform the caller of a need to
4173 search back for a brace pair in certain circumstances.
4174 (c-state-maybe-marker): New macro.
4175 (c-parse-state): Reuse markers when appropriate.
4176
4177 2013-01-10 Glenn Morris <rgm@gnu.org>
4178
4179 * simple.el (execute-extended-command): Doc fix.
4180 Bind prefix-arg around read-extended-command, for prompt. (Bug#13395)
4181
4182 2013-01-10 Chong Yidong <cyd@gnu.org>
4183
4184 * faces.el (read-face-name): Doc fix.
4185
4186 2013-01-10 Roland Winkler <winkler@gnu.org>
4187
4188 * emacs-lisp/crm.el: Allow any regexp for separators.
4189 (crm-default-separator): All spaces around the default comma separator.
4190 (crm--completion-command): New macro.
4191 (crm-completion-help, crm-complete, crm-complete-word): Use it.
4192 (crm-complete-and-exit): Handle non-single-char separators.
4193
4194 2013-01-09 Elias Pipping <pipping@lavabit.com>
4195
4196 * doc-view.el: Add support for DjVu (bug#13164).
4197 (doc-view-djvu->png-converter-function): New config var.
4198 (doc-view-single-page-converter-function, doc-view--image-type)
4199 (doc-view--image-file-extension): New vars.
4200 (doc-view-mode): Initialize them.
4201 (doc-view-goto-page): Use them.
4202 (doc-view-mode-p): Add support for ddjvu.
4203 (doc-view-djvu->png-converter-ddjvu, doc-view-djvu->png-1)
4204 (doc-view-set-up-single-converter): New funs.
4205 (doc-view-pdf/ps->png): Extend for djvu.
4206 (doc-view-document->png): Rename from doc-view-pdf->png.
4207 (doc-view-convert-current-doc): Handle djvu.
4208 (doc-view-insert-image, doc-view-display)
4209 (doc-view-already-converted-p): Don't hardcode png.
4210 (doc-view-set-doc-type): Recognize djvu docs.
4211
4212 2013-01-09 Elias Pipping <pipping@lavabit.com>
4213
4214 * doc-view.el: Add support for mupdf converter (bug#13164).
4215 (doc-view-pdfdraw-program, doc-view-pdf->png-converter-function)
4216 (doc-view-ps->png-converter-function): New config vars.
4217 (doc-view-pdf->png-converter-ghostscript)
4218 (doc-view-ps->png-converter-ghostscript)
4219 (doc-view-pdf->png-converter-mupdf): New functions.
4220 (doc-view-pdf/ps->png, doc-view-pdf->png-1): Use them.
4221
4222 2013-01-09 Jürgen Hötzel <juergen@archlinux.org>
4223
4224 * net/tramp.el (tramp-eshell-directory-change): Check remote-path
4225 first in session cache: When `tramp-own-remote-path' is in
4226 `tramp-remote-path', the remote path is only set in the session
4227 cache.
4228
4229 2013-01-09 Glenn Morris <rgm@gnu.org>
4230
4231 * emacs-lisp/trace.el (trace-function-foreground)
4232 (trace-function-background): Doc fix.
4233
4234 2013-01-09 Juri Linkov <juri@jurta.org>
4235
4236 * international/mule-cmds.el (read-char-by-name): Move let-binding
4237 of completion-ignore-case around completing-read to fix regression
4238 exhibited by the test case `C-x 8 RET *acc TAB' and caused by
4239 `string-match-p' using the nil value of `case-fold-search' and
4240 `completion-ignore-case' in `completion-pcm--all-completions'.
4241 (Bug#12615).
4242
4243 2013-01-09 Glenn Morris <rgm@gnu.org>
4244
4245 * progmodes/compile.el (compilation-parse-errors):
4246 Fix typo. (Bug#13369)
4247
4248 2013-01-09 Vitalie Spinu <spinuvit@gmail.com> (tiny change)
4249
4250 * comint.el (comint-send-input): Check size of buffer before
4251 waiting for process output, in case already accepted. (Bug#13290)
4252
4253 2013-01-09 Paul Eggert <eggert@cs.ucla.edu>
4254
4255 Spelling fixes.
4256 * net/tramp-adb.el (tramp-adb-get-toolbox):
4257 Fix misspelling of 'unknown'.
4258
4259 2013-01-08 Juri Linkov <juri@jurta.org>
4260
4261 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
4262 * progmodes/flymake.el (flymake-errline, flymake-warnline):
4263 Use underline style wave on terminals that support it. (Bug#13000)
4264
4265 2013-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
4266
4267 * emacs-lisp/pcase.el (pcase--split-equal): Also take advantage if
4268 the predicate returns nil.
4269
4270 * simple.el: Use lexical-binding.
4271 (primitive-undo): Use pcase.
4272 (minibuffer-history-isearch-push-state): Use a closure.
4273
4274 2013-01-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
4275
4276 * simple.el (primitive-undo): Move from undo.c.
4277
4278 2013-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
4279
4280 * vc/pcvs.el (cvs-cleanup-collection): Extend meaning of `rm-handled'.
4281 (cvs-mode-remove-handled): Use it (bug#13380).
4282
4283 * emacs-lisp/nadvice.el (advice--tweak): New function.
4284 (advice--remove-function, advice--subst-main): Use it.
4285
4286 * emacs-lisp/advice.el: Update commentary.
4287
4288 2013-01-08 Michael Albinus <michael.albinus@gmx.de>
4289
4290 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
4291 Remove spurious entry.
4292
4293 2013-01-08 Glenn Morris <rgm@gnu.org>
4294
4295 * net/tramp.el (tramp-default-host-alist): Add :version.
4296
4297 2013-01-08 Juri Linkov <juri@jurta.org>
4298
4299 * info.el (Info-read-node-name-2): Don't duplicate suffixes for
4300 single completion. (Bug#12456)
4301 (info--manual-names): Expand node completions into an explicit list
4302 before appending it to another list. Filter out internal buffers
4303 with the leading space in the buffer name. (Bug#10771)
4304
4305 2013-01-08 Juri Linkov <juri@jurta.org>
4306
4307 * info.el (Info-read-node-name-1): Allow empty node name in (FILENAME)
4308 that defaults to the Top node.
4309 (Info-goto-node, Info-read-node-name): Doc fix to mention that
4310 the short format (FILENAME) goes to the Top node.
4311 (Info-build-node-completions): Rename arg `file' to `filename'.
4312 (Bug#13365)
4313
4314 2013-01-07 Bastien Guerry <bzg@gnu.org>
4315
4316 * menu-bar.el (menu-bar-search-documentation-menu):
4317 Use `apropos-user-option' and fix the help message.
4318
4319 2013-01-07 Bastien Guerry <bzg@gnu.org>
4320
4321 * apropos.el (apropos-do-all): Update docstring.
4322 (apropos-user-option-button): New face.
4323 (apropos-user-option): Rename from `apropos-variable' and update
4324 docstring.
4325 (apropos-variable): Rewrite, now show all variables by default.
4326 (apropos-print): Mention "User option" instead of "Variable" when
4327 printing doc for user options. (Bug#13276)
4328
4329 2013-01-07 Jürgen Hötzel <juergen@archlinux.org>
4330
4331 * net/tramp-adb.el (tramp-do-parse-file-attributes-with-ls):
4332 Handle filename correctly, when parsing "source -> target" symlink
4333 output.
4334 (tramp-adb-handle-set-file-times): New defun.
4335
4336 2013-01-07 Stefan Monnier <monnier@iro.umontreal.ca>
4337
4338 * emacs-lisp/advice.el (ad-activate-advised-definition): Refresh the
4339 advice list when the interactive-spec of ad-Advice-* changes.
4340
4341 2013-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
4342
4343 * wid-edit.el (widget-default-get): Work for inlined elements.
4344 (Bug#12670)
4345
4346 2013-01-07 Michael Albinus <michael.albinus@gmx.de>
4347
4348 * net/tramp.el (tramp-default-host-alist): New defcustom.
4349 (tramp-find-host): Use it.
4350 (tramp-eshell-directory-change): Move from tramp-sh.el. Add to
4351 `eshell-directory-change-hook'.
4352
4353 * net/tramp-adb.el (top): Add adb specific entry in
4354 `tramp-default-host-alist'.
4355 (tramp-adb-file-name-host): Remove function.
4356 (tramp-adb-execute-adb-command, tramp-adb-maybe-open-connection):
4357 Use `tramp-file-name-host' instead of `tramp-adb-file-name-host'.
4358
4359 * net/tramp-sh.el: Move eshell integration code to tramp.el.
4360
4361 2013-01-06 Jürgen Hötzel <juergen@archlinux.org>
4362
4363 * net/tramp-adb.el (tramp-methods): Add `tramp-tmpdir' entry.
4364
4365 2013-01-06 Michael Albinus <michael.albinus@gmx.de>
4366
4367 * net/tramp-adb.el (tramp-adb-ls-toolbox-regexp): The file size can
4368 consist of more than one digit.
4369 (tramp-adb-file-name-handler-alist):
4370 Use `tramp-handle-file-exists-p' consistently.
4371 (tramp-adb-file-name-handler): Don't tweak `tramp-default-host'.
4372 (tramp-adb-handle-file-exists-p): Remove function.
4373 (tramp-adb-file-name-host): New defun.
4374 (tramp-adb-execute-adb-command, tramp-adb-maybe-open-connection):
4375 Use it.
4376 (tramp-adb-maybe-open-connection): Set "remote-path" property.
4377
4378 2013-01-06 Chong Yidong <cyd@gnu.org>
4379
4380 * vc/vc.el (vc-next-action): Detect buffer modifications
4381 conflicting with locking VCS operation (Bug#11490).
4382
4383 * vc/vc-hooks.el (vc-after-save): DTRT for locking VCSes.
4384
4385 2013-01-05 Michael Albinus <michael.albinus@gmx.de>
4386
4387 * net/tramp-adb.el (tramp-do-parse-file-attributes-with-ls):
4388 (tramp-adb-handle-directory-files-and-attributes): Fix typos.
4389
4390 2013-01-05 Jürgen Hötzel <juergen@archlinux.org>
4391
4392 * net/tramp-adb.el (tramp-adb-handle-file-attributes): More robust
4393 parsing of ls output using regular expression (handle filenames
4394 with spaces). Use virtual device number.
4395 (tramp-do-parse-file-attributes-with-ls): New defun (Code
4396 cleanup).
4397
4398 2013-01-04 Daiki Ueno <ueno@gnu.org>
4399
4400 * epg.el: Silence byte-compiler warnings.
4401 (epg--start): Use delete-char instead of delete-backward-char.
4402 (epg-wait-for-completion): Pass FRAME arg to redraw-frame.
4403
4404 2013-01-04 Daiki Ueno <ueno@gnu.org>
4405
4406 * epg.el (epg--start): Don't call "tty" program on W32 platforms.
4407 Suggested by Eli Zaretskii <eliz@gnu.org>.
4408
4409 2013-01-04 Michael Albinus <michael.albinus@gmx.de>
4410
4411 * net/tramp-sh.el (tramp-set-file-uid-gid): UID and GID must be
4412 non-negative integers. Otherwise, the default values are used.
4413 (tramp-convert-file-attributes): Convert uid and gid to integers.
4414
4415 2013-01-04 Glenn Morris <rgm@gnu.org>
4416
4417 * term.el (term-handle-colors-array): Ensure face attributes
4418 are fully specified, not nil. (Bug#13337)
4419
4420 * term.el (term-default-fg-color, term-default-bg-color):
4421 Fix custom type.
4422
4423 * progmodes/etags.el (tags-compression-info-list): Doc fix.
4424 (tag-find-file-of-tag-noselect): Check auto-compression-mode
4425 rather than 'jka-compr being loaded. (Bug#13338)
4426
4427 2013-01-04 Wesley Dawson <whd@lavabit.com> (tiny change)
4428
4429 * icomplete.el (icomplete-completions):
4430 Honor icomplete-prospects-height once more following
4431 2012-11-29 changes. (Bug#13224)
4432
4433 2013-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
4434
4435 * subr.el (internal--called-interactively-p--get-frame): Find aliases
4436 of called-interactively-p as well (bug#13237).
4437
4438 * view.el (view--enable, view--disable): Rename from view-mode-enable
4439 and view-mode-disable and assume it's called from view-mode.
4440 (view-mode-enable, view-mode-disable): Redefine as obsolete
4441 compatibility layer above view-mode.
4442 (view-mode-enter): Call `view-mode'.
4443
4444 * files.el (after-find-file): Call `view-mode'.
4445
4446 * doc-view.el (doc-view-scale-internally): New var.
4447 (doc-view-enlarge, doc-view-insert-image): Obey it.
4448
4449 2013-01-03 Daiki Ueno <ueno@gnu.org>
4450
4451 * epg.el (epg--start): Ignore errors when /dev/fd/0 does not
4452 exist. (Bug#13344)
4453
4454 2013-01-03 Glenn Morris <rgm@gnu.org>
4455
4456 * mail/rmail.el (rmail-set-header-1): Ignore case.
4457 Handle multi-line headers. (Bug#13330)
4458
4459 * progmodes/make-mode.el (makefile-fill-paragraph): Add doc.
4460 Handle paragraph starting at beginning of buffer.
4461
4462 * subr.el (eval-after-load): Don't purecopy the form, so that it
4463 can be nconc'd later on; reverts 2009-11-11 change. (Bug#13331)
4464
4465 * emacs-lisp/byte-run.el (defun): Place cl declarations
4466 after any interactive spec. (Bug#13265)
4467
4468 2013-01-02 Andreas Schwab <schwab@linux-m68k.org>
4469
4470 * emacs-lisp/byte-run.el (defmacro): Use same argument parsing as
4471 defun. Don't check for DECL if DOCSTRING isn't a string.
4472 (defun): Likewise.
4473
4474 2013-01-02 Glenn Morris <rgm@gnu.org>
4475
4476 * eshell/em-cmpl.el (eshell-pcomplete):
4477 More thoroughly imitate pcomplete. (Bug#13293)
4478
4479 * files.el (parse-colon-path): Doc fix. (Bug#12351)
4480 Return nil for empty path elements. (Bug#13296)
4481
4482 2013-01-02 Fabián Ezequiel Gallina <fgallina@cuca>
4483
4484 * progmodes/python.el (python-nav-end-of-statement): Rewrite in
4485 order to improve efficiency (Based on Daniel Colascione's
4486 <dancol@dancol.org> patch). (Bug#13182)
4487
4488 2013-01-02 Glenn Morris <rgm@gnu.org>
4489
4490 * vc/log-edit.el (log-edit-header-contents-regexp): Add doc string.
4491
4492 2013-01-02 Andreas Schwab <schwab@linux-m68k.org>
4493
4494 * emacs-lisp/byte-run.el (defmacro): Don't lose final nil if
4495 neither DOCSTRING nor DECL was given. (Bug#13316)
4496
4497 2013-01-02 Michael Albinus <michael.albinus@gmx.de>
4498
4499 * net/tramp-sh.el (tramp-sh-handle-set-file-acl): Add argument to
4500 `error' call.
4501 (tramp-do-copy-or-rename-file): Ignore errors when calling
4502 `set-file-extended-attributes'.
4503
4504 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
4505 Add handler for `file-acl'.
4506 (tramp-smb-handle-file-acl): New defun.
4507
4508 2013-01-02 Jay Belanger <jay.p.belanger@gmail.com>
4509
4510 * calc/README: Mention ISO 8601 week-numbering dates.
4511
4512 2013-01-01 Martin Rudalics <rudalics@gmx.at>
4513
4514 * view.el (view-mode-enable): New argument run-view-mode-hook.
4515 Run view-mode-hook only when it's non-nil (Bug#13315).
4516 (view-mode-enter): Call view-mode-enable with run-view-mode-hook
4517 argument t.
4518
4519 2012-12-31 Jürgen Hötzel <juergen@archlinux.org>
4520
4521 * net/tramp-adb.el (tramp-adb-maybe-open-connection): Handle errors
4522 (No device connected, invalid device name). (Bug #13299)
4523
4524 2012-12-31 Martin Rudalics <rudalics@gmx.at>
4525
4526 * window.el (window-resizable--p): Rename to window-resizable-p.
4527 (window-resize-no-error): New function.
4528
4529 * mail/rmail.el (rmail-maybe-display-summary): Restore behavior
4530 broken in fix from 2012-12-28.
4531
4532 2012-12-31 Stefan Monnier <monnier@iro.umontreal.ca>
4533
4534 * subr.el (special-form-p): Don't signal errors on undef aliases.
4535
4536 2012-12-31 Jay Belanger <jay.p.belanger@gmail.com>
4537
4538 * calc/calc-forms.el (math-parse-date): Try using
4539 `math-parse-iso-date' when it looks like it might be needed.
4540 Allow times of 24:00.
4541 (math-parse-date-validate, math-parse-iso-date-validate): Allow times
4542 of 24:00.
4543
4544 2012-12-30 Glenn Morris <rgm@gnu.org>
4545
4546 * net/mairix.el (rmail, rmail-summary-displayed, rmail-summary):
4547 Remove unnecessary/buggy autoloads (missing interactive). (Bug#13294)
4548 (rmail-summary-displayed, rmail-summary): Declare.
4549 (mairix-rmail-display): Just require rmail.
4550
4551 2012-12-30 Chong Yidong <cyd@gnu.org>
4552
4553 * emacs-lisp/package.el (package-untar-buffer): Improve integrity
4554 check for the tarball contents.
4555
4556 2012-12-30 Matt Fidler <matt.fidler@alcon.com> (tiny change)
4557
4558 * emacs-lisp/package.el (package-untar-buffer): Handle problematic
4559 tarfile content listings (Bug#13136).
4560
4561 2012-12-30 Mark Lillibridge <mark.lillibridge@hp.com>
4562
4563 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
4564 Insert the undecoded text of the message being forwarded. (Bug#9521)
4565
4566 2012-12-30 Michael Albinus <michael.albinus@gmx.de>
4567
4568 * net/tramp-sh.el (tramp-set-file-uid-gid): Convert UID and GID to
4569 integers, if they are real numbers. (Bug#13282)
4570
4571 * net/tramp-sh.el (tramp-sh-handle-set-file-selinux-context):
4572 Return `t' on success.
4573
4574 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
4575 Add handler for `set-file-selinux-context'.
4576
4577 2012-12-29 Michael Albinus <michael.albinus@gmx.de>
4578
4579 * net/tramp-sh.el (tramp-sh-handle-file-acl): Suppress basic attributes.
4580 (tramp-sh-handle-set-file-acl): Return `t' on success.
4581
4582 2012-12-29 Eli Zaretskii <eliz@gnu.org>
4583
4584 * files.el (backup-buffer-copy, basic-save-buffer-2):
4585 If set-file-extended-attributes fails, fall back on set-file-modes
4586 instead of signaling an error. (Bug#13298)
4587 (basic-save-buffer): Likewise.
4588
4589 2012-12-29 Fabián Ezequiel Gallina <fgallina@cuca>
4590
4591 * progmodes/python.el: Support other commands triggering
4592 python-indent-line so indentation cycling continues to work.
4593 (python-indent-trigger-commands): New defcustom.
4594 (python-indent-line): Use it.
4595
4596 2012-12-29 Fabián Ezequiel Gallina <fgallina@cuca>
4597
4598 * progmodes/python.el (python-shell-send-region): Add blank lines
4599 for non sent code so backtraces remain correct.
4600
4601 2012-12-29 Fabián Ezequiel Gallina <fgallina@cuca>
4602
4603 * progmodes/python.el: Remove cl dependency.
4604 (python-syntax-count-quotes): Replace incf call.
4605 (python-fill-string): Replace setf call.
4606
4607 2012-12-29 Damien Cassou <damien.cassou@gmail.com>
4608
4609 * info.el (info-other-window): New arg, for consistency with info.
4610
4611 2012-12-28 Martin Rudalics <rudalics@gmx.at>
4612
4613 * mail/rmail.el (rmail-maybe-display-summary):
4614 Rewrite (Bug#13066).
4615
4616 2012-12-28 Andreas Schwab <schwab@linux-m68k.org>
4617
4618 * epg.el (epg--start): Modify process-environment locally.
4619
4620 2012-12-28 Daiki Ueno <ueno@gnu.org>
4621
4622 * epg.el: Support pinentry-curses.
4623 Suggested by Werner Koch in
4624 <http://lists.gnu.org/archive/html/emacs-devel/2007-02/msg00755.html>.
4625 (epg-agent-file, epg-agent-mtime): New variable.
4626 (epg--start): Record the modified time of gpg-agent socket file,
4627 to restore Emacs frame after pinentry-curses termination.
4628 (epg-wait-for-completion): Restore Emacs frame here.
4629
4630 2012-12-27 Juri Linkov <juri@jurta.org>
4631
4632 * info.el (Info-file-completions): New variable.
4633 (Info-read-node-name-1): Complete node names in the Info file
4634 when a file name is given. Call `Info-build-node-completions'
4635 with a file name.
4636 (Info-build-node-completions): Add new arg `file'. When it is
4637 non-nil, visit it in a temporary buffer and cache its completions in
4638 `Info-current-file-completions'. Move most of the function body to
4639 `Info-build-node-completions-1'.
4640 (Info-build-node-completions-1): New function with the body from
4641 `Info-build-node-completions'. (Bug#12456)
4642
4643 2012-12-27 Juri Linkov <juri@jurta.org>
4644
4645 * frame.el (frame-maximization-style): Remove user option.
4646 (cycle-frame-maximized): Remove function.
4647 (toggle-frame-maximized): Rewrite and bind to M-<f10>.
4648 (toggle-frame-fullscreen): New command bound to <f11> instead of
4649 `toggle-frame-maximized'.
4650 http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00703.html
4651
4652 2012-12-27 Michael Albinus <michael.albinus@gmx.de>
4653
4654 * net/tramp.el (tramp-handle-file-accessible-directory-p): New defun.
4655
4656 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
4657 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
4658 * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
4659 for `file-accessible-directory-p'. (Bug#13275)
4660
4661 2012-12-27 Sam Steingold <sds@gnu.org>
4662
4663 * progmodes/cperl-mode.el (cperl-calculate-indent): Do not stagger
4664 continuations, see <http://stackoverflow.com/questions/3582436>.
4665
4666 2012-12-27 Dmitry Gutov <dgutov@yandex.ru>
4667
4668 * progmodes/ruby-mode.el (ruby-indent-beg-re): Only allow "class",
4669 "module" and "def" to have indentation before them.
4670 Regression from 2012-09-07T04:15:56Z!dgutov@yandex.ru (see the new test).
4671
4672 * progmodes/ruby-mode.el: Bump the version to 1.2 (Bug#13200).
4673
4674 2012-12-27 Alan Mackenzie <acm@muc.de>
4675
4676 Speed up fontification where there's large brace blocks.
4677 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Add a limit
4678 to a call of c-beginning-of-decl-1.
4679
4680 2012-12-27 Vitalie Spinu <spinuvit@gmail.com> (tiny change)
4681
4682 * comint.el (comint-adjust-window-point): New function.
4683 (comint-postoutput-scroll-to-bottom):
4684 Call comint-adjust-window-point (Bug#13248).
4685
4686 2012-12-26 Dmitry Gutov <dgutov@yandex.ru>
4687
4688 * progmodes/ruby-mode.el (auto-mode-alist): `purecopy' the
4689 Rakefile regexp.
4690 (auto-mode-alist): Associate .gemspec files with ruby-mode
4691 (https://bugs.ruby-lang.org/issues/5453).
4692
4693 2012-12-26 Jürgen Hötzel <juergen@archlinux.org>
4694
4695 * net/tramp-adb.el (tramp-adb-get-ls-command): New defun.
4696 Suppress coloring, if possible (required for BusyBox based systems like
4697 CyanogenMod).
4698 (tramp-adb-handle-file-attributes)
4699 (tramp-adb-handle-insert-directory)
4700 (tramp-adb-handle-file-name-all-completions): Use it.
4701 (tramp-adb-get-toolbox): New defun. Check for remote shell
4702 implementation (BusyBox or Toolbox).
4703
4704 2012-12-24 Constantin Kulikov <zxnotdead@gmail.com> (tiny change)
4705
4706 * startup.el (initial-buffer-choice): Allow function as value
4707 (Bug#13251).
4708 (command-line-1): Handle case where initial-buffer-choice
4709 specifies a function.
4710 * server.el (server-execute): Handle case where
4711 initial-buffer-choice specifies a function.
4712
4713 2012-12-24 Lars Ingebrigtsen <larsi@gnus.org>
4714
4715 * mail/smtpmail.el (smtpmail-try-auth-method): Refactored out into
4716 its own function.
4717 (smtpmail-try-auth-methods): Forget the user name/password if the
4718 login is unsuccessful (bug#12424).
4719
4720 2012-12-22 Michael Albinus <michael.albinus@gmx.de>
4721
4722 * notifications.el (notifications-notify): Protect body with
4723 `with-demoted-errors'.
4724
4725 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
4726 Check properties of remote device. Restart connection, if there is a
4727 change.
4728
4729 2012-12-21 Chong Yidong <cyd@gnu.org>
4730
4731 * sort.el (sort-subr): Doc fix (Bug#13056).
4732
4733 2012-12-21 Bastien Guerry <bzg@gnu.org>
4734
4735 * progmodes/etags.el (tags-search): Fix typo. Bug #13232.
4736
4737 2012-12-21 Michael Albinus <michael.albinus@gmx.de>
4738
4739 * simple.el (process-file): Overwrite stderr file, if exists.
4740
4741 2012-12-21 Daiki Ueno <ueno@gnu.org>
4742
4743 * epg.el (epg--start): Print GPG_AGENT_INFO in the debug buffer.
4744 (epg-error): Set `error-message' property.
4745
4746 2012-12-21 Chong Yidong <cyd@gnu.org>
4747
4748 * international/mule-cmds.el (read-char-by-name): Signal an error
4749 if the user does not supply a valid character (Bug#13177).
4750
4751 * simple.el (transpose-subr-1): Preserve marker positions by
4752 changing the insertion sequence (Bug#13122).
4753
4754 2012-12-21 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
4755
4756 * simple.el (kill-region): Deactivate mark even for empty regions
4757 (Bug#13169).
4758
4759 2012-12-21 Chong Yidong <cyd@gnu.org>
4760
4761 * help-fns.el (describe-variable): Make sure we get the right
4762 buffer name (Bug#13105). Suggested by Kelly Dean.
4763
4764 2012-12-20 Michael R. Mauger <mmaug@yahoo.com>
4765
4766 * comint.el (comint-redirect-previous-input-string): New variable.
4767 (comint-redirect-setup, comint-redirect-cleanup)
4768 (comint-redirect-preoutput-filter): Use it. Fixes redirection bug.
4769 (comint-redirect-preoutput-filter): Fix verbose message.
4770
4771 2012-12-20 Michael Albinus <michael.albinus@gmx.de>
4772
4773 * progmodes/grep.el (rgrep): Escape command line. Sometimes, it
4774 is too long for Tramp. See discussion in
4775 <http://thread.gmane.org/gmane.emacs.tramp/8233/focus=8244>.
4776
4777 * progmodes/compile.el (compilation-start): Remove line escape
4778 template.
4779
4780 2012-12-20 Dmitry Antipov <dmantipov@yandex.ru>
4781
4782 * vc/ediff-ptch.el (ediff-map-patch-buffer): Use `point-min-marker'.
4783 Adjust comment.
4784
4785 2012-12-19 Jonas Bernoulli <jonas@bernoul.li>
4786
4787 * emacs-lisp/lisp-mnt.el (lm-section-end): Always end before the
4788 following non-comment text (bug#13207).
4789 (lm-header-multiline): Continuation lines need to be indented more than
4790 the first line.
4791 (lm-homepage): New function.
4792 (lm-with-file): Don't be confused if narrowing is in effect.
4793
4794 2012-12-19 Stefan Monnier <monnier@iro.umontreal.ca>
4795
4796 * vc/diff-mode.el (diff-post-command-hook): Don't ignore changes at the
4797 very beginning of a hunk (e.g. killing the first line).
4798
4799 2012-12-19 Michael Albinus <michael.albinus@gmx.de>
4800
4801 * net/tramp-sh.el (tramp-sh-handle-file-acl): Delete empty lines
4802 and text properties from returned ACL string.
4803 (tramp-sh-handle-set-file-acl): Do not use additional parentheses
4804 for "setfacl" command.
4805
4806 2012-12-18 Michael Albinus <michael.albinus@gmx.de>
4807
4808 * net/tramp.el (tramp-error-with-buffer): Give a hint to use
4809 `tramp-cleanup-this-connection', when the process has died.
4810 (Bug#13151)
4811
4812 2012-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
4813
4814 * icomplete.el (icomplete-completions): Also use … to truncate prefix.
4815
4816 2012-12-17 Kevin Ryde <user42@zip.com.au>
4817
4818 * files.el (auto-save-file-name-p): Use \` and \' (bug#13186).
4819
4820 2012-12-17 Michael Albinus <michael.albinus@gmx.de>
4821
4822 Add support for preserving ACL entries of files.
4823
4824 * net/tramp.el (tramp-file-name-for-operation): Add `file-acl' and
4825 `set-file-acl' handlers.
4826
4827 * net/tramp-adb.el (tramp-adb-handle-copy-file):
4828 Handle PRESERVE-EXTENDED-ATTRIBUTES.
4829
4830 * net/tramp-compat.el (tramp-compat-copy-file):
4831 Handle PRESERVE-EXTENDED-ATTRIBUTES.
4832
4833 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
4834 Add `file-acl' and `set-file-acl' handlers.
4835 (tramp-gvfs-handle-copy-file):
4836 Handle PRESERVE-EXTENDED-ATTRIBUTES.
4837 (tramp-gvfs-handle-file-acl, tramp-gvfs-handle-set-file-acl):
4838 New defuns.
4839
4840 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
4841 Add `file-acl' and `set-file-acl' handlers.
4842 (tramp-remote-acl-p, tramp-sh-handle-file-acl)
4843 (tramp-sh-handle-set-file-acl): New defuns.
4844 (tramp-sh-handle-copy-file, tramp-do-copy-or-rename-file):
4845 Handle PRESERVE-EXTENDED-ATTRIBUTES.
4846
4847 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
4848 Add `file-acl' and `set-file-acl' handlers.
4849 (tramp-smb-handle-copy-file): Handle PRESERVE-EXTENDED-ATTRIBUTES.
4850
4851 2012-12-17 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
4852
4853 * help-macro.el (make-help-screen): Instead of switch-to-buffer
4854 use pop-to-buffer with NORECORD argument t. As buffer name, use
4855 *Metahelp* with a leading space (Bug#13190).
4856
4857 2012-12-16 Romain Francoise <romain@orebokech.com>
4858
4859 * files.el (file-extended-attributes)
4860 (set-file-extended-attributes): New functions.
4861 (backup-buffer): Use them to handle both SELinux context and ACL
4862 entries.
4863 (backup-buffer-copy): Work with an alist of extended attributes,
4864 rather than an SELinux context.
4865 (basic-save-buffer-2): Ditto.
4866
4867 2012-12-16 Timo Myyrä <timo.myyra@gmail.com>
4868
4869 * battery.el (battery-bsd-apm): New function.
4870
4871 2012-12-16 Jay Belanger <jay.p.belanger@gmail.com>
4872
4873 * calc/calc.el (calc-standard-date-formats): Adjust one of the
4874 standard date formats.
4875
4876 2012-12-15 Juri Linkov <juri@jurta.org>
4877
4878 * isearch.el (isearch-mode-map): Bind `C-x 8 RET' to
4879 `isearch-insert-char-by-name'.
4880 (with-isearch-suspended): New defmacro with body mostly from
4881 `isearch-edit-string' except the part that sets
4882 `isearch-new-string' and `isearch-new-message'.
4883 (isearch-edit-string): Use new macro `with-isearch-suspended' with
4884 body that sets `isearch-new-string' and `isearch-new-message'.
4885 (isearch-insert-char-by-name): New command.
4886 * international/mule-cmds.el (read-char-by-name): Let-bind
4887 `enable-recursive-minibuffers' to t.
4888 http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00234.html
4889
4890 2012-12-15 Juri Linkov <juri@jurta.org>
4891
4892 * isearch.el (isearch-delete-char, isearch-del-char): Doc fix.
4893 (Bug#13175)
4894
4895 2012-12-15 Christopher Schmidt <christopher@ch.ristopher.com>
4896
4897 * dired-x.el (dired-guess-shell-command): Put colon at the end of
4898 the prompt. (Bug#13045)
4899
4900 2012-12-14 Glenn Morris <rgm@gnu.org>
4901
4902 * emacs-lisp/macroexp.el (macroexp--warn-and-return):
4903 Try to include filename in non-bytecomp warning. (Bug#13132)
4904
4905 2012-12-14 Paul Eggert <eggert@cs.ucla.edu>
4906
4907 Fix permissions bugs with setgid directories etc. (Bug#13125)
4908 * files.el (backup-buffer): Don't rely on 9th output of
4909 file-attributes, as it's now a placeholder. Instead, use the new
4910 optional arg of file-ownership-preserved-p.
4911 (file-ownership-preserved-p): New optional arg GROUP.
4912 Fix mishandling of setuid directories that would cause this
4913 function to return t when it should have returned nil.
4914 Document what happens if the file does not exist, and when
4915 it's not known whether the ownership will be preserved.
4916 * net/tramp-sh.el (tramp-sh-handle-file-ownership-preserved-p):
4917 Likewise.
4918 (tramp-get-local-gid): Use group-gid for integer, as that's
4919 faster and more reliable.
4920
4921 2012-12-14 Julien Danjou <julien@danjou.info>
4922
4923 * progmodes/sql.el (sql-mode-postgres-font-lock-keywords):
4924 Update keywords list, data type and PL/pgSQL.
4925
4926 2012-12-14 Dave Abrahams <dave@boostpro.com>
4927
4928 * vc/ediff-util.el (ediff-buffer-type): New function.
4929 (ediff-clone-buffer-for-current-diff-comparison): Compute the buf-type
4930 rather than taking it as as argument.
4931 (ediff-inferior-compare-regions): Adjust calls accordingly (bug#11319).
4932
4933 2012-12-14 Ryan Crum <ryan.crum@eleostech.com>
4934
4935 * json.el: Add pretty-print option (bug#12634).
4936 (json-encoding-separator, json-encoding-default-indentation)
4937 (json--encoding-current-indentation, json-encoding-pretty-print)
4938 (json-encoding-lisp-style-closings): New vars.
4939 (json--with-indentation): New macro.
4940 (json-encode-hash-table, json-encode-alist, json-encode-plist)
4941 (json-encode-array): Use it to obey json-encoding-pretty-print.
4942 (json-pretty-print-buffer, json-pretty-print): New commands.
4943
4944 2012-12-14 Dmitry Gutov <dgutov@yandex.ru>
4945
4946 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
4947 Extract `ruby-syntax-propertize-expansions'.
4948 (ruby-syntax-propertize-expansions): Only change syntax on
4949 certain string delimiters, to punctuation. This way the common
4950 functions like forward-word and thing-at-point still work.
4951 (ruby-match-expression-expansion): Improve readability.
4952 (ruby-block-contains-point): New function.
4953 (ruby-add-log-current-method): Handle several edge cases.
4954
4955 2012-12-13 Juanma Barranquero <lekktu@gmail.com>
4956
4957 * emacs-lisp/edebug.el (edebug-unload-function): Make sure that
4958 unload-feature finishes even when aborting an ongoing edebug session.
4959 Also, do not worry about edebug-mode, unload-feature takes care of it.
4960
4961 2012-12-13 Andreas Schwab <schwab@suse.de>
4962
4963 * net/tls.el (tls-program): Update customize type.
4964
4965 2012-12-13 Juanma Barranquero <lekktu@gmail.com>
4966
4967 * emacs-lisp/edebug.el (edebug--require-cl-read): New function.
4968 (edebug-setup-hook, cl-read-load-hooks): Use it.
4969 (edebug-unload-function): New function. (Bug#13163)
4970
4971 2012-12-13 Michael Albinus <michael.albinus@gmx.de>
4972
4973 * net/tramp-adb.el (tramp-adb-file-name-p): Make it a defsubst.
4974 Otherwise, there could be errors in autoloading. (Bug#13151)
4975
4976 2012-12-13 Jürgen Hötzel <juergen@archlinux.org>
4977
4978 * net/tramp-adb.el (tramp-adb-wait-for-output): Remove spurious " ^H"
4979 sequences.
4980
4981 2012-12-13 Alan Mackenzie <acm@muc.de>
4982
4983 Make CC Mode not hang when _some_ lines end in CRLF. Bug #11841.
4984 * progmodes/cc-engine.el (c-backward-comments): Add code to work
4985 around `forward-comment' not recognizing ^M as whitespace.
4986
4987 2012-12-13 Fabián Ezequiel Gallina <fgallina@cuca>
4988
4989 * progmodes/python.el (python-skeleton-class)
4990 (python-skeleton-def): Do not add space after defun name.
4991
4992 2012-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
4993
4994 * emacs-lisp/cl.el (letf): Make it an alias of cl-letf.
4995 (cl--symbol-function): Remove (now that funbound is like nil).
4996
4997 2012-12-12 Glenn Morris <rgm@gnu.org>
4998
4999 * button.el (button--area-button-p): Fix typo.
5000
5001 2012-12-12 Sam Steingold <sds@gnu.org>
5002
5003 * frame.el (frame-maximization-style): New user option.
5004 (toggle-frame-maximized): Toggle frame maximization according to
5005 `frame-maximization-style', bound to <f11>.
5006 (cycle-frame-maximized): Cycle between all maximization styles and
5007 non-maximized frame, bound to shift-<f11>.
5008
5009 2012-12-12 David Cadé <codename68@gmail.com>
5010
5011 * mpc.el (mpc-format): Use truncate-string-to-width (bug#13143).
5012
5013 2012-12-12 Jonas Bernoulli <jonas@bernoul.li>
5014
5015 * lisp/emacs-lisp/eieio.el: Prettier object pretty-printing (bug#13115).
5016 (eieio-override-prin1): Don't quote kewords and booleans.
5017 (object-write) <eieio-default-superclass>: Don't put closing parens
5018 on new line, avoid needless empty lines, align values that are objects
5019 with the slot keyword (instead of beginning on the same line).
5020 (eieio-list-prin1): Align value with slot keyword; increase
5021 eieio-print-depth before printing members of the list.
5022
5023 2012-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
5024
5025 * mail/emacsbug.el (report-emacs-bug): Move the intangible text to
5026 a display text-property.
5027 (report-emacs-bug-hook): Don't bother deleting it any more.
5028
5029 * hilit-chg.el (highlight-save-buffer-state): Delete.
5030 Use with-silent-modifications instead.
5031 (hilit-chg-set-face-on-change): Only fixup the text that's modified.
5032
5033 * button.el: Handle buttons in display text-properties.
5034 (button--area-button-p, button--area-button-string):
5035 Use (STRING . STRING-POS) representation instead of just STRING.
5036
5037 2012-12-11 Eli Zaretskii <eliz@gnu.org>
5038
5039 * makefile.w32-in (compile4-SH): Fix a typo that caused term
5040 subdirectory be skipped.
5041
5042 2012-12-11 Glenn Morris <rgm@gnu.org>
5043
5044 * net/rcirc.el (rcirc-urls, rcirc-condition-filter): Doc fixes.
5045
5046 * progmodes/f90.el (f90-line-continued, f90-indent-region):
5047 Treat preprocessor lines embedded in continuations like comments.
5048 (f90-indent-line): Special-case preprocessor lines. (Bug#13138)
5049
5050 2012-12-11 Jay Belanger <jay.p.belanger@gmail.com>
5051
5052 * calc/calc.el (calc-standard-date-formats): Add more date
5053 formats.
5054 * calc/calc-forms.el (math-parse-iso-date): New function.
5055 (math-parse-date): Use `math-parse-iso-date' when appropriate.
5056 (math-parse-iso-date-validate): Add extra error checking.
5057 (calc-date-notation): Add ability to access new date formats.
5058
5059 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
5060
5061 * hi-lock.el (hi-lock--regexps-at-point): Fix boundary case for
5062 font-lock as well as when there's no text-property.
5063
5064 2012-12-10 Jambunathan K <kjambunathan@gmail.com>
5065
5066 * hi-lock.el: Refine the choice of default face.
5067 (hi-lock-keyword->face): New function. Use it wherever we used
5068 cadadadr instead.
5069 (hi-lock--regexps-at-point): Ignore faces that can't come from hi-lock.
5070 (hi-lock--last-face): Remove var.
5071 (hi-lock--unused-faces): New var to replace it.
5072 (hi-lock-read-face-name): Use/maintain it.
5073 (hi-lock-unface-buffer): Maintain it. Fix error for the C-u case.
5074 (hi-lock-set-pattern): Ignore new rule if it has the same regexp even
5075 if it has another face.
5076
5077 2012-12-10 Eli Zaretskii <eliz@gnu.org>
5078
5079 * subr.el (w32notify-handle-event): New function.
5080 (inotify-handle-event): Doc fix.
5081
5082 2012-12-10 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
5083
5084 * subr.el (inotify-event-p, inotify-handle-event): New functions.
5085
5086 2012-12-10 Dani Moncayo <dmoncayo@gmail.com>
5087
5088 * simple.el (just-one-space): Doc fix.
5089
5090 2012-12-10 Eli Zaretskii <eliz@gnu.org>
5091
5092 * textmodes/texinfo.el (texinfo-enable-quote-envs): Add "smallexample".
5093
5094 2012-12-10 Le Wang <l26wang@gmail.com>
5095
5096 * hilit-chg.el (hilit-chg-set-face-on-change): Don't burp in
5097 narrowed buffer (bug#12361).
5098
5099 2012-12-10 Juanma Barranquero <lekktu@gmail.com>
5100
5101 * vc/vc-hooks.el (vc-state): Doc fix.
5102
5103 2012-12-10 Glenn Morris <rgm@gnu.org>
5104
5105 * mail/rmail.el (rmail-maybe-display-summary):
5106 Preserve buffer, in case select-window changes it. (Bug#13066)
5107
5108 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
5109
5110 * emacs-lisp/cl.el, emacs-lisp/cl-lib.el: Move cl-unload-function and
5111 cl-load-hook where they belong.
5112
5113 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
5114
5115 * emacs-lisp/cl-lib.el (cl-declaim): Paren typo.
5116
5117 2012-12-09 Eli Zaretskii <eliz@gnu.org>
5118
5119 Parallelize byte compilation on MS-Windows.
5120 * makefile.w32-in (WINS_BASIC1, WINS_BASIC2, WINS_BASIC3)
5121 (WINS_BASIC4): New variables, subdivide subdirectories into 4 parts.
5122 (WINS_BASIC): Define as concatenation of the above.
5123 (compile): Subdivide into 4 separate and independent jobs that can
5124 be run in parallel.
5125 (compile0-CMD, compile0-SH): New targets for compiling
5126 COMPILE_FIRST files, which are prerequisites for the rest of the
5127 byte-compilation.
5128 (compile1-CMD, compile2-CMD, compile3-CMD, compile4-CMD):
5129 New targets for parallel compilation with cmd.exe.
5130 (compile1-SH, compile2-SH, compile3-SH, compile4-SH): Ditto for
5131 compiling under a Unixy shell.
5132
5133 2012-12-09 Chong Yidong <cyd@gnu.org>
5134
5135 * simple.el (set-mark-default-inactive): Delete this
5136 accidentally-introduced option.
5137 (set-mark-command, exchange-point-and-mark): Remove calls.
5138
5139 2012-12-09 Glenn Morris <rgm@gnu.org>
5140
5141 * emacs-lisp/lisp-mode.el (eval-defun-1): Doc fix.
5142 Respect a defcustom's :set function, if appropriate. (Bug#109)
5143 (eval-defun): Doc fix.
5144
5145 2012-12-08 Juri Linkov <juri@jurta.org>
5146
5147 * info.el (Info-copy-current-node-name, Info-breadcrumbs)
5148 (Info-fontify-node, Info-bookmark-make-record): Remove the
5149 file extension from Info-current-file (Bug#13016).
5150
5151 2012-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
5152
5153 * hi-lock.el (hi-lock-unface-buffer): If there's no matching regexp at
5154 point, still provide some default.
5155 (hi-lock--regexps-at-point): Don't enforce a "hi-lock-" prefix on face
5156 names, since we don't use it right now. Actually return the list.
5157 (hi-lock-file-patterns, hi-lock-interactive-patterns): Use defvar-local.
5158
5159 2012-12-07 Chong Yidong <cyd@gnu.org>
5160
5161 * novice.el (disabled-command-function): Remove a spurious help
5162 xref (Bug#13043). Suggested by Kelly Dean.
5163
5164 * subr.el (text-clone-maintain): Fix clone overlay deletion when a
5165 syntax is specified (Bug#13025).
5166
5167 * info.el (Info-set-mode-line): Remove the file extension from
5168 Info-current-file if there is one (Bug#13016).
5169
5170 2012-12-07 Glenn Morris <rgm@gnu.org>
5171
5172 * mail/rmail.el (rmail-mime-decoded): New permanent local.
5173 (rmail-show-message-1): Set rmail-mime-decoded when appropriate.
5174 * mail/rmailedit.el (rmail-cease-edit): Respect rmail-mbox-format
5175 and rmail-mime-decoded. (Bug#9841)
5176
5177 * mail/unrmail.el (unrmail-mbox-format): New option. (Bug#6574)
5178 (batch-unrmail, unrmail): Doc fixes.
5179 (unrmail): Respect unrmail-mbox-format.
5180 * mail/rmail.el (rmail-mbox-format): New option.
5181 (rmail-show-message-1): Respect rmail-mbox-format.
5182
5183 2012-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
5184
5185 * emacs-lisp/cl-macs.el (cl-tagbody): New macro.
5186
5187 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
5188
5189 Further cleanup of the "cl-" namespace. Fit CL in 80 columns.
5190 * emacs-lisp/cl-macs.el (cl--pop2, cl--optimize-safety)
5191 (cl--optimize-speed, cl--not-toplevel, cl--parse-loop-clause)
5192 (cl--expand-do-loop, cl--proclaim-history, cl--declare-stack)
5193 (cl--do-proclaim, cl--proclaims-deferred): Rename from the "cl-" prefix.
5194 (cl-progv): Don't rely on dynamic scoping to find the body.
5195 * emacs-lisp/cl-lib.el (cl--optimize-speed, cl--optimize-safety)
5196 (cl--proclaims-deferred): Rename from the "cl-" prefix.
5197 (cl-declaim): Use backquotes.
5198 * emacs-lisp/cl-extra.el (cl-make-random-state, cl-random-state-p):
5199 Use "cl--" prefix for the object's tag.
5200
5201 * ses.el: Use advice-add/remove.
5202 (ses--advice-copy-region-as-kill, ses--advice-yank): New functions.
5203 (copy-region-as-kill, yank): Use advice-add.
5204 (ses-unload-function): Use advice-remove.
5205
5206 2012-12-06 Jonas Bernoulli <jonas@bernoul.li>
5207
5208 * button.el: Make them work in header-lines (bug#12817).
5209 (button-map): Add bindings for header-line and mode-line use.
5210 (button-get, button-put, button-label): `button' may now be a string.
5211 (button-activate): Don't make it a defsubst.
5212 (button--area-button-p, button--area-button-string): New functions.
5213 (make-text-button): Fix the return value when `beg' was a string.
5214 (push-button): Handle the mode-line case.
5215
5216 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
5217
5218 * progmodes/sql.el: Use cl-lib and lexical-binding; various cleanup.
5219 (sql-signum): Remove. Use `cl-signum' instead.
5220 (sql-read-passwd): Remove; use read-passwd instread.
5221 (sql-get-login-ext): Use read-string.
5222 (sql-get-login): Use dolist and pcase.
5223 (sql--completion-table): Rename from sql-try-completion.
5224 Use complete-with-action.
5225 (sql-mode): Don't change abbrev-all-caps globally.
5226 (sql-connect): Don't rely on dynamic scoping for `new-name'.
5227 (sql-postgres-completion-object): Initialize vars in their `let'.
5228 (sql-comint-sybase, sql-comint-sqlite, sql-comint-mysql)
5229 (sql-comint-solid, sql-comint-ms, sql-comint-postgres)
5230 (sql-comint-interbase): Use a single append, without setq.
5231 (sql-comint-linter): Same, and unwind-protect the LINTER_MBX var.
5232
5233 * hi-lock.el: Rework the default face and the serialize regexp code.
5234 (hi-lock--auto-select-face-defaults): Remove.
5235 (hi-lock-string-serialize-serial): Remove.
5236 (hi-lock--hashcons-hash): Rename from hi-lock-string-serialize-hash;
5237 make weak.
5238 (hi-lock--hashcons): Rename from hi-lock-string-serialize, return an
5239 equal string.
5240 (hi-lock-set-pattern): Adjust accordingly.
5241 (hi-lock--regexps-at-point): Simplify accordingly.
5242 (hi-lock--auto-select-face-defaults): Remove.
5243 (hi-lock--last-face): New var to replace it.
5244 (hi-lock-read-face-name): Rewrite (bug#11095).
5245 (hi-lock-unface-buffer): Arrange for the face to be the next default.
5246
5247 2012-12-06 Michael Albinus <michael.albinus@gmx.de>
5248
5249 * net/tramp.el (tramp-replace-environment-variables):
5250 Hide compiler warning.
5251 (tramp-file-name-for-operation): Remove `executable-find',
5252 `start-process', `call-process' and `call-process-region'.
5253
5254 * net/tramp-compat.el (top): Don't require 'tramp-util and 'tramp-vc.
5255
5256 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Ensure backward
5257 compatibility.
5258
5259 * net/tramp-sh.el (top): Remove `tramp-sh-handle-call-process-region'.
5260
5261 2012-12-06 Chong Yidong <cyd@gnu.org>
5262
5263 * ffap.el (ffap-replace-file-component): Fix typo.
5264
5265 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
5266
5267 * progmodes/octave-mod.el (octave-mark-block): Move out of tokens and
5268 fix open-paren-like token test (bug#12785).
5269
5270 2012-12-06 Glenn Morris <rgm@gnu.org>
5271
5272 * mail/rmailsum.el (rmail-new-summary): Tweak for
5273 rmail-maybe-display-summary changing buffer. (Bug#13066)
5274
5275 2012-12-06 Juri Linkov <juri@jurta.org>
5276
5277 * info.el (Info-fontify-node): Don't hide the last newline.
5278 (Bug#12272)
5279
5280 2012-12-06 Katsumi Yamaoka <yamaoka@jpl.org>
5281
5282 * mail/mailabbrev.el (mail-abbrev-expand-wrapper): Work in minibuffer
5283 so as to enable message-read-from-minibuffer to expand mail aliases.
5284
5285 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
5286
5287 * minibuf-eldef.el (minibuf-eldef-update-minibuffer): Don't mess with
5288 the `intangible' property.
5289 Suggested by Christopher Schmidt <christopher@ch.ristopher.com>
5290
5291 2012-12-05 Deniz Dogan <deniz@dogan.se>
5292
5293 * net/rcirc.el (rcirc-urls): Update documentation.
5294 (rcirc-condition-filter): New function.
5295 (rcirc-browse-url, rcirc-markup-urls): Use only URLs before point
5296 and exclude consecutive duplicate URLs (Bug#6082).
5297
5298 2012-12-05 Michael Albinus <michael.albinus@gmx.de>
5299
5300 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
5301 Check return code of copy command.
5302
5303 * net/tramp-adb.el (tramp-adb-sdk-dir, tramp-adb-prompt):
5304 Use group `tramp'. Add version.
5305
5306 2012-12-05 Chong Yidong <cyd@gnu.org>
5307
5308 * ffap.el (ffap-url-regexp): Don't require matching at front of
5309 string (Bug#4952).
5310 (ffap-url-p): If only a substring matches, return that.
5311 (ffap-url-at-point): Use the return value of ffap-url-p.
5312 (ffap-read-file-or-url, ffap-read-file-or-url-internal)
5313 (find-file-at-point, dired-at-point, dired-at-point-prompter)
5314 (ffap-guess-file-name-at-point): Likewise.
5315 (ffap-replace-file-component): Fix typo.
5316
5317 * info.el (info-display-manual): Add existing Info buffers, whose
5318 files may not be in Info-directory-list, to the completion.
5319 (info--manual-names): New helper function.
5320
5321 2012-12-05 Glenn Morris <rgm@gnu.org>
5322
5323 * vc/vc-hg.el (vc-hg-resolve-when-done, vc-hg-find-file-hook):
5324 New functions, for detecting and resolving conflicts. (Bug#10709)
5325
5326 2012-12-04 Jambunathan K <kjambunathan@gmail.com>
5327
5328 * hi-lock.el (hi-lock-auto-select-face): New user variable.
5329 (hi-lock-auto-select-face-defaults): New buffer local variable.
5330 (hi-lock-read-face-name): Honor `hi-lock-auto-select-face'.
5331 (hi-lock-unface-buffer): Prompt user with useful defaults.
5332 With prefix arg, unhighlight all hi-lock patterns in buffer.
5333
5334 2012-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
5335
5336 * obsolete/terminal.el, obsolete/longlines.el: Add obsolecence info.
5337
5338 2012-12-04 Michael Albinus <michael.albinus@gmx.de>
5339
5340 * Makefile.in (TRAMP_SRC):
5341 * makefile.w32-in (TRAMP_SRC): Add tramp-adb.el.
5342
5343 2012-12-04 Juergen Hoetzel <juergen@archlinux.org>
5344
5345 * net/tramp-adb.el: New package.
5346
5347 2012-12-04 Chong Yidong <cyd@gnu.org>
5348
5349 * terminal.el: Move to obsolete/.
5350
5351 * longlines.el: Move to obsolete/.
5352
5353 * vc/ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
5354 Remove code referring to longlines mode.
5355
5356 2012-12-03 Juri Linkov <juri@jurta.org>
5357
5358 * sort.el (delete-duplicate-lines): New command. (Bug#13032)
5359
5360 2012-12-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
5361
5362 * textmodes/ispell.el (ispell-init-process)
5363 (ispell-start-process, ispell-internal-change-dictionary):
5364 Make sure personal dictionary name is expanded after initial
5365 `default-directory' value. Use expanded strings for
5366 keep/restart checks and for value (Bug#13019).
5367
5368 2012-12-03 Jay Belanger <jay.p.belanger@gmail.com>
5369
5370 * calc/calc-forms.el (math-date-to-iso-dt): Fix weekday number.
5371
5372 2012-12-03 Leo Liu <sdl.web@gmail.com>
5373
5374 * files.el (dir-locals-read-from-file): Check file non-empty
5375 before reading. (Bug#13038)
5376
5377 2012-12-03 Glenn Morris <rgm@gnu.org>
5378
5379 * jka-cmpr-hook.el (jka-compr-get-compression-info):
5380 Remove any version extension before checking filename. (Bug#13006)
5381 (jka-compr-compression-info-list): Belated :version bump.
5382
5383 2012-12-03 Chong Yidong <cyd@gnu.org>
5384
5385 * simple.el (transient-mark-mode): Doc fix (Bug#11523).
5386
5387 * buff-menu.el (Buffer-menu-delete-backwards, Buffer-menu-mode)
5388 (buffer-menu): Doc fix (Bug#12294).
5389
5390 2012-12-03 Roland Winkler <winkler@gnu.org>
5391
5392 * calendar/diary-lib.el (diary-header-line-format): Use keybinding
5393 of diary-show-all-entries in the diary buffer (Bug#12994).
5394
5395 2012-12-03 Michael Albinus <michael.albinus@gmx.de>
5396
5397 * net/tramp-sh.el (tramp-perl-encode): Use "read STDIN" instead of
5398 "<STDIN>". This is binary safe.
5399
5400 2012-12-03 Jay Belanger <jay.p.belanger@gmail.com>
5401
5402 * calc/calc-forms.el (math-absolute-from-iso-dt)
5403 (math-date-to-iso-dt, math-parse-iso-date-validate)
5404 (math-iso-dt-to-date): New functions.
5405 (math-fd-iso-dt, math-fd-isoyear, math-fd-isoweek)
5406 (math-fd-isoweekday): New variables.
5407 (calc-date-notation, math-parse-standard-date, math-format-date)
5408 (math-format-date-part): Add support for more formatting codes.
5409
5410 2012-12-02 Dmitry Gutov <dgutov@yandex.ru>
5411
5412 * vc/vc.el (vc-delete-file, vc-rename-file): Default to the
5413 current buffer's file name when called interactively (Bug#12488).
5414
5415 2012-12-02 Juri Linkov <juri@jurta.org>
5416
5417 * info.el (info-display-manual): Don't clobber an existing Info
5418 buffer (Bug#10770). Add completion (Bug#10771).
5419
5420 2012-12-01 Yuya Nishihara <yuya@tcha.org> (tiny change)
5421
5422 * vc/vc-hooks.el (vc-find-file-hook): Expand buffer-file-truename
5423 before using it for comparison (Bug#5297).
5424
5425 2012-12-01 Jari Aalto <jari.aalto@cante.net>
5426
5427 * textmodes/css-mode.el (css-current-defun-name): New function.
5428 (css-mode): Use it.
5429
5430 * textmodes/sgml-mode.el (html-current-defun-name): New function.
5431 (html-mode): Use it.
5432
5433 2012-12-01 Chong Yidong <cyd@gnu.org>
5434
5435 Modularize add-log-current-defun (Bug#2224).
5436 Suggested by Jari Aalto.
5437
5438 * vc/add-log.el (add-log-current-defun-function): Doc fix.
5439 (add-log-current-defun): Move mode-specific code to other files.
5440 (add-log-lisp-like-modes, add-log-c-like-modes)
5441 (add-log-tex-like-modes): Variables deleted.
5442
5443 * emacs-lisp/lisp-mode.el (lisp-current-defun-name): New.
5444 (lisp-mode-variables): Use it.
5445
5446 * progmodes/cc-mode.el (c-common-init):
5447 * progmodes/cperl-mode.el (cperl-mode): Set a value for
5448 add-log-current-defun-function.
5449
5450 * progmodes/m4-mode.el (m4-current-defun-name): New function.
5451 (m4-mode): Use it.
5452
5453 * progmodes/perl-mode.el (perl-current-defun-name): New.
5454 (perl-mode): Use it.
5455
5456 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
5457 Use lisp-current-defun-name.
5458
5459 * textmodes/tex-mode.el (tex-current-defun-name): New.
5460 (tex-common-initialization): Use it.
5461
5462 * textmodes/texinfo.el (texinfo-current-defun-name): New.
5463 (texinfo-mode): Use it.
5464
5465 2012-12-01 Chong Yidong <cyd@gnu.org>
5466
5467 * emacs-lisp/lisp-mode.el (lisp-mode-variables, lisp-mode):
5468 * progmodes/autoconf.el (autoconf-mode):
5469 * progmodes/js.el (js-mode):
5470 * progmodes/make-mode.el (makefile-mode, makefile-makepp-mode)
5471 (makefile-bsdmake-mode, makefile-imake-mode, makefile-browse):
5472 * progmodes/perl-mode.el (perl-mode):
5473 * progmodes/sh-script.el (sh-mode, sh-set-shell):
5474 * textmodes/css-mode.el (css-mode):
5475 * textmodes/sgml-mode.el (html-mode, sgml-mode)
5476 (sgml-tags-invisible, sgml-guess-indent):
5477 * textmodes/tex-mode.el (tex-common-initialization)
5478 (latex-complete-bibtex-keys, tex-shell, tex-main-file)
5479 (doctex-mode, plain-tex-mode, latex-mode):
5480 * textmodes/texinfo.el (texinfo-mode): Use setq-local.
5481
5482 2012-12-01 Kirk Kelsey <kirk.kelsey@0x4b.net>
5483
5484 * vc/vc-hg.el (vc-hg-next-revision):
5485 Ensure use of default "tip" output format. (Bug#6968)
5486
5487 2012-12-01 Kim F. Storm <storm@cua.dk>
5488
5489 * startup.el (fancy-startup-tail): Add a clickable link
5490 (Bug#2176).
5491
5492 2012-12-01 Chong Yidong <cyd@gnu.org>
5493
5494 * startup.el (fancy-startup-tail): Improve the message about
5495 auto-save files (Bug#2176).
5496
5497 * files.el (recover-session): Improve the descriptive message, and
5498 use substitute-command-keys.
5499
5500 2012-12-01 Glenn Morris <rgm@gnu.org>
5501
5502 * ido.el (ido-file-internal):
5503 Handle other-window, other-frame for dired. (Bug#13036)
5504
5505 2012-11-30 Glenn Morris <rgm@gnu.org>
5506
5507 * icomplete.el (icomplete-separator): Fix :version.
5508
5509 2012-11-30 Chong Yidong <cyd@gnu.org>
5510
5511 * shell.el (shell): For C-u M-x shell, use an inactive shell
5512 buffer as the default (Bug#1975).
5513 (shell-apply-ansi-color, shell-reapply-ansi-color): New functions.
5514 (shell-mode): Use them to reapply ansi colorization if Shell mode
5515 is re-enabled.
5516
5517 2012-11-30 Yuriy Vostrikov <delamonpansie@gmail.com> (tiny change)
5518
5519 * vc/vc-git.el (vc-git-command): Disable the pager (Bug#6137).
5520
5521 2012-11-30 Samuel Bronson <naesten@gmail.com>
5522
5523 * progmodes/grep.el (grep-compute-defaults): Do not pass the -e
5524 flag to xargs, for compatibility with BSD xargs (Bug#11703).
5525
5526 2012-11-30 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
5527
5528 * textmodes/fill.el (fill-region-as-paragraph): Handle overshoot
5529 by move-to-column (Bug#3234).
5530
5531 2012-11-30 Chong Yidong <cyd@gnu.org>
5532
5533 * longlines.el (longlines-wrap-line, longlines-encode-region):
5534 Preserve text properties (Bug#1425).
5535
5536 2012-11-30 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
5537
5538 * vc/vc.el (vc-register): Allow registering a file which is
5539 already registered with a different backend (Bug#10589).
5540
5541 2012-11-29 Jambunathan K <kjambunathan@gmail.com>
5542 Stefan Monnier <monnier@iro.umontreal.ca>
5543
5544 * icomplete.el: Change separator; add ido-style commands.
5545 (icomplete-show-key-bindings): Remove custom var.
5546 (icomplete-get-keys): Remove function.
5547 (icomplete-forward-completions, icomplete-backward-completions):
5548 New commands.
5549 (icomplete-minibuffer-map): New var.
5550 (icomplete-minibuffer-setup): Use it.
5551 (icomplete-exhibit): Don't delay if the list of completions is known.
5552 (icomplete-separator): New custom.
5553 (icomplete-completions): Use it.
5554 * minibuffer.el (completion-all-sorted-completions): Delete duplicates.
5555 (minibuffer-force-complete-and-exit): New command.
5556 (minibuffer--complete-and-exit): New function extracted from
5557 minibuffer-complete-and-exit.
5558 (minibuffer-complete-and-exit): Use it.
5559
5560 * progmodes/etags.el (visit-tags-table-buffer): Give a more precise
5561 error message when the file doesn't exist (bug#12974).
5562
5563 2012-11-29 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
5564
5565 * simple.el (activate-mark): Run activate-mark-hook (bug#13027).
5566
5567 2012-11-29 Glenn Morris <rgm@gnu.org>
5568
5569 * files.el (hack-dir-local-variables): Warn if try to set
5570 coding via dir-locals, since it doesn't work. (Bug#7169)
5571
5572 Add desktop support for restoring vc-dir buffers. (Bug#10606)
5573 * vc/vc-dir.el (vc-dir-mode): Autoload it (for desktop restore).
5574 Set buffer-local value of desktop-save-buffer.
5575 (vc-dir-desktop-buffer-misc-data, vc-dir-restore-desktop-buffer):
5576 New functions.
5577 (desktop-buffer-mode-handlers): Add vc-dir-mode entry.
5578 * desktop.el (desktop-save-buffer-p): Treat vc-dir like dired.
5579
5580 * files.el (inhibit-local-variables-ignore-case): New. (Bug#10610)
5581 (inhibit-local-variables-p): Use inhibit-local-variables-ignore-case.
5582 Doc fix.
5583 (inhibit-local-variables-regexps, inhibit-local-variables-suffixes):
5584 Doc fixes.
5585
5586 2012-11-28 Jay Belanger <jay.p.belanger@gmail.com>
5587
5588 * calc/calc-forms.el (calc-date-notation): Fix regexp
5589 used to find time codes. Fix symbol for seconds.
5590
5591 2012-11-27 Glenn Morris <rgm@gnu.org>
5592
5593 * emacs-lisp/derived.el (derived-mode-make-docstring):
5594 Don't mention "abbrev" or "syntax" if nil. (Bug#11277)
5595
5596 2012-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
5597
5598 * textmodes/table.el (table-insert): Don't use `symbol-name' on
5599 lexically scoped variables (bug#13005).
5600
5601 2012-11-27 Glenn Morris <rgm@gnu.org>
5602
5603 * vc/vc-hooks.el (vc-mistrust-permissions):
5604 Default to t, to avoid data-loss. (Bug#11490)
5605
5606 2012-11-27 Fabián Ezequiel Gallina <fgallina@cuca>
5607
5608 * progmodes/python.el (python-indent-guess-indent-offset):
5609 If indentation is guessed make python-indent-offset buffer-local.
5610
5611 Fix Imenu regression.
5612 * progmodes/python.el (python-nav-beginning-of-defun):
5613 Fix forward movement when statement(s) separates point from defun.
5614 (python-imenu-prev-index-position): New function.
5615
5616 2012-11-27 Eli Zaretskii <eliz@gnu.org>
5617
5618 * subr.el (buffer-file-type): Declare with defvar-local. Doc fix.
5619
5620 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
5621 Don't set buffer-file-type. Return nil. (Bug#12989)
5622
5623 2012-11-27 Glenn Morris <rgm@gnu.org>
5624
5625 * hippie-exp.el (hippie-expand-try-functions-list):
5626 Re-autoload it. (Bug#12982)
5627
5628 2012-11-27 Eli Zaretskii <eliz@gnu.org>
5629
5630 * descr-text.el (describe-char-padded-string):
5631 Call internal-char-font only on GUI frames. (Bug#11964)
5632
5633 2012-11-27 Andreas Schwab <schwab@linux-m68k.org>
5634
5635 * buff-menu.el (Buffer-menu-buffer+size-width): Fix customize type
5636 and obsoletion message.
5637
5638 2012-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
5639
5640 * emacs-lisp/cl-macs.el (cl--transform-lambda): Add back `declare' in
5641 the constructs to keep outside of the `cl-block' (bug#12977).
5642
5643 2012-11-27 Chong Yidong <cyd@gnu.org>
5644
5645 * mouse.el (mouse-drag-line): Even if the line is not draggable,
5646 keep reading until we get the up-event anyway, in order to process
5647 the up-event for mouse-1-click-follows-link (Bug#12971).
5648
5649 2012-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
5650
5651 * emacs-lisp/advice.el (ad-should-compile): Don't compile advice if the
5652 base function is not yet defined (bug#12965).
5653 (ad-activate-advised-definition): Use ad-compile-function.
5654 (ad-activate): Use cond.
5655
5656 2012-11-25 Leo Liu <sdl.web@gmail.com>
5657
5658 * textmodes/sgml-mode.el (sgml-tag): Fix indentation for closing tag.
5659 (Bug#12979)
5660
5661 2012-11-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
5662
5663 * textmodes/reftex-parse.el (reftex-parse-from-file): Use variable
5664 reftex-section-info-function in order to be compatible with
5665 Texinfo integration.
5666
5667 * textmodes/reftex.el (reftex-section-pre-regexp)
5668 (reftex-section-post-regexp, reftex-section-info-function):
5669 New variable.
5670 (reftex-compile-variables): Use variables reftex-section-pre-regexp,
5671 reftex-section-post-regexp, and reftex-section-info-function in order
5672 to be compatible with Texinfo integration.
5673
5674 * textmodes/reftex-toc.el (reftex-toc-promote-action):
5675 use reftex-section-pre-regexp variable in order to be compatible with
5676 Texinfo integration.
5677
5678 2012-11-25 Chong Yidong <cyd@gnu.org>
5679
5680 * faces.el: Make face-spec-set more analogous to setq.
5681 (face-spec-set): Change the third arg to specify whether this
5682 function is being called via defface, customize, or a third party.
5683 Set the appropriate symbol properties. Clear the override spec if
5684 setting via Custom. Initialize face if necessary. (Bug#4988)
5685 (face-spec-recalc): Allow theme faces to completely replace the
5686 defface spec, in the same way as custom faces (Bug#8454).
5687
5688 * cus-face.el (custom-declare-face): Move face initialization to
5689 face-spec-set.
5690 (custom-theme-set-faces): Don't initialize the face name here, as
5691 that is now done in face-spec-set.
5692
5693 * cus-edit.el (custom-face-set, custom-face-mark-to-save)
5694 (custom-face-reset-saved, custom-face-mark-to-reset-standard):
5695 Simplify by using the new arg to face-spec-set.
5696
5697 * emacs-lisp/lisp-mode.el (eval-defun-1): When evaluating defface,
5698 reset face-override-spec too, and use custom-declare-face.
5699
5700 2012-11-24 Jan Djärv <jan.h.d@swipnet.se>
5701
5702 * term/ns-win.el (ns-initialize-window-system): Move creation of
5703 fontsets here (Bug#11964).
5704
5705 2012-11-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
5706
5707 * ses.el (ses-rename-cell): Correct bug on mode-line update after
5708 cell renaming.
5709
5710 2012-11-24 Chong Yidong <cyd@gnu.org>
5711
5712 * woman.el (woman-default-faces, woman-monochrome-faces): Mark as
5713 obsolete.
5714
5715 * custom.el (custom-theme-set-variables): Use a topological sort
5716 for ordering by custom dependencies (Bug#12952).
5717 (custom--sort-vars, custom--sort-vars-1): New functions.
5718
5719 2012-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
5720
5721 * emacs-lisp/bytecomp.el (byte-compile-file): Setup default value for
5722 lexical-binding (bug#12938).
5723
5724 2012-11-24 Wolfgang Jenkner <wjenkner@inode.at>
5725
5726 * image-mode.el (image-transform-check-size): Use assertions only
5727 for images of type imagemagick.
5728
5729 Otherwise no error, image-transform-fit-to-{width,height} is
5730 silently ignored, as before. Doc fix.
5731
5732 2012-11-24 Chong Yidong <cyd@gnu.org>
5733
5734 * faces.el (color-defined-p): Doc fix (Bug#12853).
5735
5736 2012-11-24 Juri Linkov <juri@jurta.org>
5737
5738 * dired.el (dired-mark): Add optional arg `interactive'.
5739 Check for `use-region-p' if `interactive' is non-nil.
5740 (dired-unmark, dired-flag-file-deletion): Add optional arg
5741 `interactive'. Call `dired-mark' with the arg `interactive'.
5742 (Bug#10624)
5743
5744 * wdired.el: Revert 2012-10-17 change partly and replace it with
5745 Patch by Christopher Schmidt <christopher@ch.ristopher.com>.
5746 (wdired-finish-edit): Add marks for new file names to
5747 `wdired-old-marks'. Restore marks using `dired-mark-remembered'
5748 after `revert-buffer'.
5749 (wdired-do-renames): Remove calls to `dired-remove-file',
5750 `dired-add-file', `dired-add-entry'. (Bug#11795)
5751
5752 2012-11-24 Alan Mackenzie <acm@muc.de>
5753
5754 * progmodes/cc-defs.el (c-version): Bump to 5.32.4.
5755
5756 Fix bugs in the state cache. Enhance a debugging mechanism.
5757 * progmodes/cc-engine.el (c-parse-state-get-strategy): Don't use
5758 "brace at column zero" strategy for C++.
5759 (c-append-lower-brace-pair-to-state-cache): Repair algorithm.
5760 (c-parse-state-point): New variable.
5761 (c-record-parse-state-state): Record old parse state with
5762 `copy-tree'. Record previous value of point.
5763 (c-debug-parse-state-double-cons): New debugging function.
5764 (c-debug-parse-state): Call the above new function.
5765 (c-toggle-parse-state-debug): Output a confirmatory message.
5766
5767 * progmodes/cc-mode.el (c-before-change, c-after-change):
5768 Call c-invalidate-state-cache from `c-before-change' instead of
5769 `c-after-change'.
5770
5771 2012-11-23 Chong Yidong <cyd@gnu.org>
5772
5773 * find-cmd.el (find-constituents): Add executable, ipath,
5774 readable, samefile, writable, daystart, regextype (Bug#12856).
5775
5776 2012-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
5777
5778 * emacs-lisp/ert.el, emacs-lisp/ert-x.el: Use cl-lib and lexical-binding.
5779
5780 2012-11-22 Paul Eggert <eggert@cs.ucla.edu>
5781
5782 * calc/calc.el (calc-gregorian-switch): Move to after calc-refresh
5783 definition. This fixes a bootstrap failure.
5784 (calc-gregorian-switch): In menu, put dates before regions.
5785 This is easier to follow, lines up better in the menu, and lets us
5786 coalesce regions that switch at the same time. Give country
5787 names, not "Vatican", as that's better for non-expert users.
5788 Use names that are stable between the date of switch and now, e.g.,
5789 Bohemia and Moravia (which existed then and now) and not
5790 Czechoslovakia (which didn't exist then and doesn't exist now).
5791 What is now the U.S. mostly did not switch at the same time as
5792 Britain, so omit the U.S. Correct spelling of "Britain".
5793 Catholic Switzerland was too much of a mess, so omit it.
5794
5795 2012-11-22 Jay Belanger <jay.p.belanger@gmail.com>
5796
5797 * calc/calc.el (calc-gregorian-switch): Refresh the Calc buffer
5798 after the variable is changed.
5799
5800 2012-11-21 Daniel Colascione <dancol@dancol.org>
5801
5802 * progmodes/sql.el (sql-mode-font-lock-object-name): Support IF NOT EXISTS
5803 in SQL declarations for font-lock.
5804 (sql-imenu-generic-expression): Teach imenu about IF NOT EXISTS.
5805
5806 2012-11-21 Glenn Morris <rgm@gnu.org>
5807
5808 * faces.el (face-underline-p, face-inverse-video-p, face-bold-p)
5809 (face-italic-p): Add optional argument "inherit".
5810
5811 * faces.el (set-face-inverse-video, set-face-bold, set-face-italic):
5812 Remove -p suffix from names, for consistency with other set-face-*.
5813 (set-face-inverse-video): Fix interactive spec.
5814 * play/gamegrid.el (gamegrid-make-mono-tty-face):
5815 * textmodes/table.el (table--update-cell-face):
5816 Use set-face-inverse-video rather than now obsolete alias.
5817
5818 2012-11-21 Eli Zaretskii <eliz@gnu.org>
5819
5820 * simple.el (line-move): Don't call line-move-partial if
5821 scroll-conservatively is in effect. (Bug#12927)
5822
5823 2012-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
5824
5825 * eshell/em-cmpl.el (eshell-pcomplete): Refine fix for bug#12838:
5826 Fallback on completion-at-point rather than
5827 pcomplete-expand-and-complete, and only if pcomplete actually failed.
5828 (eshell-cmpl-initialize): Setup completion-at-point.
5829
5830 * pcomplete.el (pcomplete--entries): Obey pcomplete-ignore-case.
5831
5832 * emacs-lisp/ert.el (ert--expand-should-1): Adapt to cl-lib.
5833
5834 2012-11-21 Michael Albinus <michael.albinus@gmx.de>
5835
5836 * net/tramp-sh.el (tramp-do-copy-or-rename-file): If both files
5837 are remote, check out-of-band property for both.
5838
5839 2012-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
5840
5841 * window.el (switch-to-buffer): Re-add the warning that was lost in the
5842 code rewrite.
5843
5844 2012-11-21 Paul Eggert <eggert@cs.ucla.edu>
5845
5846 More minor time fixes.
5847 * calendar/time-date.el: Commentary fix.
5848 * net/tramp-sh.el (tramp-do-file-attributes-with-ls): Undo last change;
5849 too much other code depends on (0 0) time stamps.
5850 * net/tramp.el (tramp-time-less-p, tramp-time-subtract):
5851 Add a couple of FIXME comments.
5852
5853 Minor cleanup for times as lists of four integers.
5854 * files.el (dir-locals-directory-cache):
5855 * ps-bdf.el (bdf-file-mod-time, bdf-read-font-info):
5856 Doc fixes.
5857 * net/tramp-sh.el (tramp-do-file-attributes-with-ls):
5858 * ps-bdf.el (bdf-file-newer-than-time):
5859 Process four-integers time stamps, not two. Doc fixes.
5860
5861 2012-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
5862
5863 * uniquify.el (uniquify-managed): Use defvar-local.
5864 (rename-buffer, create-file-buffer): Advise with advice-add.
5865 (uniquify-unload-function): Unadvise accordingly.
5866
5867 * emacs-lisp/trace.el: Rewrite, use nadvice and lexical-binding.
5868 (trace-buffer): Don't purecopy.
5869 (trace-entry-message, trace-exit-message): Add `context' arg.
5870 (trace--timer): New var.
5871 (trace-make-advice): Adjust for use in nadvice.
5872 Add `context' argument. Delay `display-buffer' via a timer.
5873 (trace-function-internal): Use advice-add.
5874 (trace--read-args): New function.
5875 (trace-function-foreground, trace-function-background): Use it.
5876 (trace-function): Rename to trace-function-foreground and redefine as
5877 an alias to that new name.
5878 (untrace-function, untrace-all): Adjust to the use of nadvice.
5879
5880 * emacs-lisp/bytecomp.el (byte-compile): Fix handling of closures.
5881
5882 * emacs-lisp/byte-run.el (defun-declarations-alist): Fix last change.
5883
5884 * subr.el (called-interactively-p-functions): New var.
5885 (internal--called-interactively-p--get-frame): New macro.
5886 (called-interactively-p, interactive-p): Rewrite in Lisp.
5887 * emacs-lisp/nadvice.el (advice--called-interactively-skip): New fun.
5888 (called-interactively-p-functions): Use it.
5889 * emacs-lisp/edebug.el (edebug--called-interactively-skip): New fun.
5890 (called-interactively-p-functions): Use it.
5891 * allout.el (allout-called-interactively-p): Don't assume
5892 called-interactively-p is a subr.
5893
5894 2012-11-20 Glenn Morris <rgm@gnu.org>
5895
5896 * profiler.el (profiler-report-mode-map): Add a menu.
5897 No need to bind `q' because we derive from special-mode.
5898 (profiler-report-find-entry): Handle calls from the menu-bar.
5899
5900 2012-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
5901
5902 * emacs-lisp/byte-run.el (defun-declarations-alist):
5903 Allow a compiler-macro to be a lambda expression.
5904
5905 * progmodes/python.el: Use cl-lib. Move var declarations outside of
5906 eval-when-compile.
5907 (python-syntax-context): Add compiler-macro.
5908 (python-font-lock-keywords): Simplify with De Morgan.
5909
5910 * vc/diff-mode.el (diff-hunk): Don't make useless timers.
5911
5912 * files.el (load-file): Require match in minibuffer selection, as was
5913 the case in Emacs-20 before we changed the spec to allow .elc files
5914 (bug#12935).
5915
5916 * json.el: Don't require cl since we don't use it.
5917 * color.el: Don't require cl.
5918 (color-complement): `caddr' -> `nth 2'.
5919
5920 * calendar/time-date.el (time-to-seconds): De-obsolete.
5921
5922 2012-11-19 Jay Belanger <jay.p.belanger@gmail.com>
5923
5924 * calc/calc-forms.el (math-leap-year-p): Fix formula for negative
5925 year numbers.
5926 (math-date-to-julian-dt): Adjust the initial approximation for the
5927 year to deal with the new definition of the DATE.
5928
5929 2012-11-19 Daniel Colascione <dancol@dancol.org>
5930
5931 * term/w32-win.el (cygwin-convert-path-from-windows):
5932 Accomodate rename of cygwin_convert_path* to cygwin_convert_file_name*.
5933
5934 2012-11-18 Chong Yidong <cyd@gnu.org>
5935
5936 * filecache.el (file-cache--read-list): New function.
5937 (file-cache-add-directory-list, file-cache-add-file-list)
5938 (file-cache-delete-file-list, file-cache-delete-directory-list):
5939 Use it to read a list of files or directories (Bug#12846).
5940 (file-cache-add-file, file-cache-add-directory)
5941 (file-cache-delete-file-list, file-cache-delete-file-regexp)
5942 (file-cache-delete-directory): Print an message.
5943
5944 2012-11-18 Jay Belanger <jay.p.belanger@gmail.com>
5945
5946 * calc/calc-forms.el (math-date-to-dt): Use integer date when
5947 calling `math-date-to-julian-dt' and 'math-date-to-gregorian-dt'.
5948
5949 2012-11-18 Glenn Morris <rgm@gnu.org>
5950
5951 * image.el (insert-image, insert-sliced-image): Doc fix.
5952
5953 2012-11-18 Chong Yidong <cyd@gnu.org>
5954
5955 * emacs-lisp/syntax.el (syntax-propertize-function): Doc fix
5956 (Bug#12810).
5957
5958 2012-11-18 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
5959
5960 * vc/vc-svn.el (vc-svn-merge-news): Properly parse the merge
5961 response when the target file is in a subdirectory (Bug#12757).
5962
5963 2012-11-18 Chong Yidong <cyd@gnu.org>
5964
5965 * filecache.el (file-cache-add-file-list): Doc fix (Bug#12694).
5966
5967 2012-11-18 Glenn Morris <rgm@gnu.org>
5968
5969 * emacs-lisp/cl-lib.el (face-underline-p):
5970 Use set-face-underline rather than the alias set-face-underline-p.
5971
5972 * window.el (with-temp-buffer-window): Doc fix.
5973 * subr.el (with-output-to-temp-buffer):
5974 Add doc xref to with-temp-buffer-window.
5975
5976 2012-11-18 Juanma Barranquero <lekktu@gmail.com>
5977
5978 * woman.el (woman-non-underline-faces): Use `set-face-underline'.
5979 * calc/calc.el (math-format-date-cache): Declare.
5980
5981 2012-11-17 Paul Eggert <eggert@cs.ucla.edu>
5982
5983 Calc by default uses the Gregorian calendar for all dates (Bug#12633).
5984 It also uses January 1, 1 AD as its day number 1.
5985 * calc/calc-forms.el (math-julian-date-beginning)
5986 (math-julian-date-beginning-int): Implement this.
5987
5988 2012-11-17 Juanma Barranquero <lekktu@gmail.com>
5989
5990 * descr-text.el (quail-find-key):
5991 * dired.el (desktop-file-name):
5992 * dirtrack.el (shell-prefixed-directory-name, shell-process-cd):
5993 * generic-x.el (comint-mode, comint-exec):
5994 * image-dired.el (widget-forward):
5995 * info.el (speedbar-add-expansion-list, speedbar-center-buffer-smartly)
5996 (speedbar-change-expand-button-char)
5997 (speedbar-change-initial-expansion-list, speedbar-delete-subblock)
5998 (speedbar-make-specialized-keymap, speedbar-make-tag-line):
5999 * printing.el (easy-menu-add-item, easy-menu-remove-item)
6000 (widget-field-action, widget-value-set):
6001 * speedbar.el (imenu--make-index-alist):
6002 * term.el (ring-empty-p, ring-ref, ring-insert-at-beginning)
6003 (ring-length, ring-insert):
6004 * vcursor.el (compare-windows-skip-whitespace):
6005 * woman.el (dired-get-filename):
6006 Declare functions.
6007
6008 * term/w32-win.el (cygwin-convert-path-from-windows): Fix declaration.
6009
6010 2012-11-17 Jay Belanger <jay.p.belanger@gmail.com>
6011
6012 * calc/calc.el (calc-gregorian-switch): New variable.
6013
6014 * calc/calc-forms.el (math-day-in-year, math-dt-before-p)
6015 (math-absolute-from-gregorian-dt, math-absolute-from-julian-dt)
6016 (math-date-to-julian-dt, math-date-to-gregorian-dt): New functions.
6017 (math-leap-year-p): Add option to distinguish between Julian
6018 and Gregorian calendars.
6019 (math-day-number): Use `math-day-in-year' to do the computations.
6020 (math-absolute-from-dt): Rename from `math-absolute-from-date'.
6021 Use `math-absolute-from-gregorian' and `math-absolute-from-julian'
6022 to do the computations.
6023 (math-date-to-dt): Use `math-date-to-julian-dt' and
6024 `math-date-to-gregorian-dt' to do the computations.
6025 (calcFunc-weekday, math-format-date-part): Use the new version of
6026 the DATE to determine the weekday.
6027 (calcFunc-newmonth, calcFunc-newyear): Use `calc-gregorian-switch'
6028 when necessary.
6029
6030 2012-11-17 Eli Zaretskii <eliz@gnu.org>
6031
6032 * term/w32-win.el (w32-handle-dropped-file): Use 'file://' only on
6033 Cygwin; otherwise use 'file:'. (Bug#12914)
6034 (cygwin-convert-path-from-windows): Declare, to avoid
6035 byte-compiler warnings.
6036
6037 2012-11-17 Andreas Politz <politza@fh-trier.de>
6038
6039 * ibuffer.el (ibuffer-mark-forward, ibuffer-unmark-forward)
6040 (ibuffer-unmark-backward, ibuffer-mark-interactive): Support plain
6041 prefix and negative numeric prefix args (Bug#12795).
6042
6043 2012-11-17 Stephen Berman <stephen.berman@gmx.net>
6044
6045 * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
6046 Don't signal an error with a score that is too low to add to the
6047 list of top scores. (Bug#12779)
6048
6049 2012-11-17 Chong Yidong <cyd@gnu.org>
6050
6051 * help-mode.el (help-xref-interned): End on point-min (Bug#12737).
6052
6053 * filecache.el (file-cache-add-file): Handle relative file name in
6054 the argument (Bug#12694).
6055
6056 2012-11-16 Jürgen Hötzel <juergen@archlinux.org> (tiny change)
6057
6058 * eshell/em-unix.el (eshell/mkdir): Handle "--parents" (bug#12897).
6059
6060 2012-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
6061
6062 * emacs-lisp/advice.el (ad-make-advised-definition): Improve last fix.
6063
6064 * emacs-lisp/cl-lib.el: Set more meaningful version number.
6065
6066 2012-11-16 Martin Rudalics <rudalics@gmx.at>
6067
6068 * window.el (enlarge-window, shrink-window): Don't mention return
6069 value in doc-string (Bug#12896).
6070 (window--display-buffer): Don't resize frames - it won't work
6071 with all window managers and defeat pop-up-frame-alist.
6072 (display-buffer-alist): In doc-string explain that CONDITION can
6073 be a function and which arguments are passed to it (Bug#12854).
6074 (display-buffer-assq-regexp): New argument ACTION. Handle lambda
6075 expressions (Bug#12854).
6076 (display-buffer): Pass ACTION argument to
6077 display-buffer-assq-regexp.
6078
6079 2012-11-16 Glenn Morris <rgm@gnu.org>
6080
6081 * window.el (fit-frame-to-buffer-bottom-margin)
6082 (fit-frame-to-buffer, fit-window-to-buffer): Doc fixes.
6083
6084 * faces.el (face-underline-p): Use face-attribute-specified-or.
6085
6086 2012-11-16 Juanma Barranquero <lekktu@gmail.com>
6087
6088 * emacs-lisp/cl-macs.el (cl-loop, cl-do, cl-do*): Doc fixes.
6089
6090 2012-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
6091
6092 * emacs-lisp/cl-macs.el (cl-flet, cl-flet*): Fix docstring (bug#12895).
6093
6094 2012-11-16 Glenn Morris <rgm@gnu.org>
6095
6096 * eshell/em-cmpl.el (eshell-pcomplete): New command. (Bug#12838)
6097 (eshell-cmpl-initialize): Bind eshell-pcomplete to TAB, C-i.
6098
6099 * faces.el (face-underline-p): Doc fix. Handle :underline being
6100 things other than `t' (a string, a list).
6101 (face-inverse-video-p): Doc fix.
6102 (set-face-underline): Rename it back from set-face-underline-p.
6103 Doc fix. Allow interactive input of values other than t.
6104 (read-face-attribute): Apply formatting to :underline,
6105 since like :box and :stipple it can take list values.
6106
6107 * term.el (ansi-term): Don't let C-x escape-char binding
6108 clobber the more standard C-c binding. (Bug#12842)
6109
6110 * subr.el (set-temporary-overlay-map): Doc fix.
6111
6112 2012-11-16 Martin Rudalics <rudalics@gmx.at>
6113
6114 * window.el (record-window-buffer)
6115 (display-buffer-record-window): When copying the markers to
6116 window-point preserve window-point-insertion-type. (Bug#12588)
6117
6118 2012-11-16 Glenn Morris <rgm@gnu.org>
6119
6120 * emacs-lisp/eieio-datadebug.el (eieio-debug-methodinvoke):
6121 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error):
6122 Use new names for hooks rather than obsolete aliases.
6123
6124 2012-11-15 Daniel Colascione <dancol@dancol.org>
6125
6126 * term/w32-win.el (w32-handle-dropped-file): Use a "file://"
6127 prefix instead of "file:" so that when FILE-NAME begins with "//",
6128 as it does when the target file is on a network share, url-handler
6129 isn't confused.
6130
6131 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
6132
6133 * emacs-lisp/advice.el (ad-definition-type): Make sure we don't use
6134 a preactivated advice from an old advice.el; they're not compatible!
6135
6136 2012-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
6137
6138 * emacs-lisp/nadvice.el (advice--make-interactive-form):
6139 Fix string-spec case.
6140
6141 * emacs-lisp/advice.el (ad-make-advised-definition): Fix undefined case.
6142
6143 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
6144
6145 * emacs-lisp/nadvice.el: Add buffer-local support to add-function.
6146 (advice--buffer-local-function-sample): New var.
6147 (advice--set-buffer-local, advice--buffer-local): New functions.
6148 (add-function, remove-function): Use them.
6149
6150 2012-11-15 Drew Adams <drew.adams@oracle.com>
6151
6152 * imenu.el (imenu--split-submenus): Use imenu--subalist-p (bug#12717).
6153
6154 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
6155
6156 * emacs-lisp/cl-macs.el (cl--transform-lambda): Defend against
6157 potential binding of print-gensym to t, and prettify (back)quotes in
6158 case they appear in args's default values (bug#12884).
6159
6160 2012-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
6161
6162 * emacs-lisp/nadvice.el: Add around advice for interactive specs.
6163 (advice-eval-interactive-spec): New function.
6164 (advice--make-interactive-form): Support around advice (bug#12844).
6165
6166 2012-11-14 Dmitry Gutov <dgutov@yandex.ru>
6167
6168 * progmodes/ruby-mode.el (ruby-expr-beg): Make heredoc detection
6169 more strict. Add docstring.
6170 (ruby-expression-expansion-re): Extract from
6171 `ruby-match-expression-expansion'.
6172 (ruby-syntax-propertize-function): After everything else, search
6173 for expansions in string literals, mark their insides as
6174 whitespace syntax and save match data for font-lock.
6175 (ruby-font-lock-keywords): Use the 2nd group from expression
6176 expansion matches.
6177 (ruby-match-expression-expansion): Use the match data saved to the
6178 text property in ruby-syntax-propertize-function.
6179
6180 2012-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
6181
6182 * emacs-lisp/gv.el (setf): Fix debug spec for multiple assignments
6183 (bug#12879).
6184
6185 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
6186
6187 * progmodes/ruby-mode.el (ruby-move-to-block): Looks for a block
6188 start/end keyword a bit harder. Works with different values of N.
6189 Add more comments.
6190 (ruby-end-of-block): Update accordingly.
6191
6192 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
6193
6194 * woman.el (woman-file-name): Don't mess with unread-command-events
6195 (bug#12861).
6196
6197 * emacs-lisp/advice.el: Layer on top of nadvice.el.
6198 Remove out of date self-require hack.
6199 (ad-do-advised-functions): Use simple `dolist'.
6200 (ad-advice-name, ad-advice-protected, ad-advice-enabled)
6201 (ad-advice-definition): Redefine as functions.
6202 (ad-advice-classes): Move before first use.
6203 (ad-make-origname, ad-set-orig-definition, ad-clear-orig-definition)
6204 (ad-make-mapped-call, ad-make-advised-docstring,ad-make-plain-docstring)
6205 (ad--defalias-fset): Remove functions.
6206 (ad-make-advicefunname, ad-clear-advicefunname-definition): New funs.
6207 (ad-get-orig-definition): Rewrite.
6208 (ad-make-advised-definition-docstring): Change base docstring.
6209 (ad-real-orig-definition): Rewrite.
6210 (ad-map-arglists): Change name of called function.
6211 (ad--make-advised-docstring): Redirect `function' from ad-Advice-...
6212 (ad-make-advised-definition): Simplify.
6213 (ad-assemble-advised-definition): Tweak for new calling context.
6214 (ad-activate-advised-definition): Setup ad-Advice-* i.s.o ad-Orig-*.
6215 (ad--defalias-fset): Rename from ad-handle-definition. Make it set the
6216 function and call ad-activate if needed.
6217 (ad-activate, ad-deactivate): Don't call ad-handle-definition any more.
6218 (ad-recover): Clear ad-Advice-* instead of ad-Orig-*.
6219 (ad-compile-function): Compile ad-Advice-*.
6220 (ad-activate-on-top-level, ad-with-auto-activation-disabled): Remove.
6221 (ad-start-advice, ad-stop-advice): Remove.
6222
6223 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
6224
6225 * progmodes/ruby-mode.el (ruby-add-log-current-method): Print the
6226 period before class method names, not after. Remove handling of
6227 one impossible case. Add comments.
6228
6229 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
6230
6231 * emacs-lisp/advice.el: Remove support for freezing.
6232 (ad-make-freeze-docstring, ad-make-freeze-definition): Remove functions.
6233 (ad-make-single-advice-docstring, ad-defadvice-flags, defadvice):
6234 Remove support for `freeze'.
6235
6236 * emacs-lisp/cl.el (dolist, dotimes, declare): Use advice-add to
6237 override the default.
6238 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Rewrite without using
6239 cl--dotimes/dolist.
6240 * subr.el (dolist, dotimes, declare): Redefine them normally, even when
6241 `cl' is loaded.
6242
6243 * emacs-lisp/nadvice.el (advice--normalize): New function, extracted
6244 from add-advice.
6245 (advice--strip-macro): New function.
6246 (advice--defalias-fset): Use them to handle macros.
6247 (advice-add): Use them.
6248 (advice-member-p): Correctly handle macros.
6249
6250 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
6251
6252 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
6253 Never font-lock the beginning of singleton class as heredoc.
6254
6255 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
6256
6257 * emacs-lisp/gv.el (gv-define-simple-setter): One more fix (bug#12871).
6258
6259 2012-11-13 Wolfgang Jenkner <wjenkner@inode.at>
6260
6261 * ansi-color.el (ansi-color-apply-sequence): Implement SGR codes
6262 39 and 49 (bug#12792). Also, treat unimplemented parameters as 0,
6263 thereby restoring the behavior of revisions prior to 2012-08-15T03:33:55Z!monnier@iro.umontreal.ca.
6264
6265 2012-11-13 Fabián Ezequiel Gallina <fgallina@cuca>
6266
6267 Fix end-of-defun misbehavior.
6268 * progmodes/python.el (python-nav-beginning-of-defun): Rename from
6269 python-beginning-of-defun-function. Handle nested defuns
6270 correctly.
6271 (python-nav-end-of-defun): Rename from
6272 python-end-of-defun-function. Ensure forward movement.
6273 (python-info-current-defun): Reimplement to work as intended
6274 with new fixed python-nav-{end,beginning}-of-defun. Stop scanning
6275 parent defuns as soon as possible.
6276
6277 2012-11-13 Glenn Morris <rgm@gnu.org>
6278
6279 * progmodes/flymake.el (flymake-error-bitmap)
6280 (flymake-warning-bitmap, flymake-fringe-indicator-position): Doc fixes.
6281 (flymake-error-bitmap, flymake-warning-bitmap): Fix :types.
6282
6283 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
6284
6285 * progmodes/ruby-mode.el (ruby-move-to-block): When moving
6286 backward, always stop at indentation. Reverts the change from
6287 2012-08-12T22:06:56Z!monnier@iro.umontreal.ca (Bug#12851).
6288
6289 2012-11-13 Glenn Morris <rgm@gnu.org>
6290
6291 * ibuffer.el (ibuffer-mode-map, ibuffer-mode):
6292 Add ibuffer-filter-by-derived-mode.
6293
6294 * ibuffer.el (ibuffer-mode-map): Don't have two menu items with
6295 the same name shadowing each other.
6296
6297 * window.el (with-temp-buffer-window): Doc tweak.
6298
6299 * emacs-lisp/debug.el (debugger-bury-or-kill): Doc tweak.
6300
6301 * help.el (temp-buffer-max-height):
6302 * window.el (fit-frame-to-buffer, fit-frame-to-buffer-bottom-margin):
6303 * emacs-lisp/debug.el (debugger-bury-or-kill): Fix :version.
6304
6305 2012-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
6306
6307 * emacs-lisp/nadvice.el: New package.
6308 * subr.el (special-form-p): New function.
6309 * emacs-lisp/elp.el: Use lexical-binding and advice-add.
6310 (elp-all-instrumented-list): Remove var.
6311 (elp-not-profilable): Remove elp-wrapper.
6312 (elp-profilable-p): Use autoloadp and special-form-p.
6313 (elp--advice-name): New const.
6314 (elp-instrument-function): Use advice-add.
6315 (elp--instrumented-p): New predicate.
6316 (elp-restore-function): Use advice-remove.
6317 (elp-restore-all, elp-reset-all): Use mapatoms.
6318 (elp-set-master): Use elp--instrumented-p.
6319 (elp--make-wrapper): Rename from elp-wrapper, return a function
6320 suitable for advice-add. Use cl-inf.
6321 (elp-results): Use mapatoms+elp--instrumented-p.
6322 * emacs-lisp/debug.el: Use lexical-binding and advice-add.
6323 (debug-function-list): Remove var.
6324 (debug): Rename arg, and then let-bind it explicitly inside.
6325 (debugger-setup-buffer): Rename arg.
6326 (debugger-setup-buffer): Adjust counts to new debug-on-entry setup.
6327 (debugger-frame-number): Adjust to new debug-on-entry setup.
6328 (debug--implement-debug-on-entry): Rename from
6329 implement-debug-on-entry, add argument.
6330 (debugger-special-form-p): Remove, use special-form-p instead.
6331 (debug-on-entry): Use advice-add.
6332 (debug--function-list): New function.
6333 (cancel-debug-on-entry): Use it, along with advice-remove.
6334 (debug-arglist, debug-convert-byte-code, debug-on-entry-1): Remove.
6335 (debugger-list-functions): Use debug--function-list instead of
6336 debug-function-list.
6337 * emacs-lisp/advice.el (ad-save-real-definition): Remove, unused.
6338 (ad-special-form-p): Remove, use special-form-p instead.
6339 (ad-set-advice-info): Use add-function and remove-function.
6340 (ad--defalias-fset): Adjust accordingly.
6341
6342 2012-11-10 Glenn Morris <rgm@gnu.org>
6343
6344 * mail/emacsbug.el (report-emacs-bug-tracker-url)
6345 (report-emacs-bug-bug-alist, report-emacs-bug-choice-widget)
6346 (report-emacs-bug-create-existing-bugs-buffer)
6347 (report-emacs-bug-parse-query-results)
6348 (report-emacs-bug-query-existing-bugs): Remove. (Bug#7449)
6349
6350 * term.el (term-default-fg-color, term-default-bg-color):
6351 Make obsolete, rather than just saying "deprecated" in the doc.
6352
6353 * term.el (term): Rename from `term-face'.
6354 (term-current-face, ansi-term-color-vector)
6355 (term-default-fg-color, term-default-bg-color, term-ansi-reset):
6356 Update all users.
6357
6358 2012-11-10 Jan Djärv <jan.h.d@swipnet.se>
6359
6360 * server.el (server-create-window-system-frame): Handle Nextstep
6361 specially (Bug#12780).
6362
6363 2012-11-10 Glenn Morris <rgm@gnu.org>
6364
6365 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs):
6366 Unautoload, and make obsolete. (Bug#7449)
6367
6368 2012-11-10 Chong Yidong <cyd@gnu.org>
6369
6370 * vc/diff-mode.el (diff-delete-trailing-whitespace): Rewrite, and
6371 rename from diff-remove-trailing-whitespace (Bug#12831).
6372
6373 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
6374
6375 * emacs-lisp/advice.el: Require `cl-lib' at run-time to fix
6376 miscompilation of trace.el.
6377
6378 2012-11-10 Glenn Morris <rgm@gnu.org>
6379
6380 * vc/diff-mode.el (diff-remove-trailing-whitespace): Doc fix.
6381
6382 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
6383
6384 * emacs-lisp/gv.el (gv-define-simple-setter): Fix last change
6385 (bug#12812).
6386
6387 2012-11-10 Chong Yidong <cyd@gnu.org>
6388
6389 * minibuf-eldef.el (minibuffer-eldef-shorten-default): Convert to
6390 a defcustom with an appropriate :set function.
6391 (minibuffer-default--in-prompt-regexps): New function.
6392
6393 2012-11-10 Glenn Morris <rgm@gnu.org>
6394
6395 * emacs-lisp/cl.el (define-setf-expander, defsetf)
6396 (define-modify-macro): Doc fixes.
6397
6398 * emacs-lisp/gv.el (gv-letplace): Fix doc typo.
6399 (gv-define-simple-setter): Update doc of `fix-return'.
6400
6401 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
6402
6403 * emacs-lisp/gv.el (gv-define-simple-setter): Don't evaluate `val'
6404 twice when `fix-return' is set (bug#12813).
6405
6406 * emacs-lisp/cl.el (defsetf): Pass the third arg to
6407 gv-define-simple-setter (bug#12812).
6408
6409 * woman.el (woman-decode-region): Disable adaptive-fill when rendering
6410 (bug#12756).
6411
6412 2012-11-10 Glenn Morris <rgm@gnu.org>
6413
6414 * emacs-lisp/gv.el (gv-define-setter): Fix doc typo.
6415
6416 * emacs-lisp/cl-extra.el (cl-prettyexpand):
6417 * emacs-lisp/cl-lib.el (cl-proclaim, cl-declaim):
6418 * emacs-lisp/cl-macs.el (cl-destructuring-bind, cl-locally)
6419 (cl-the, cl-compiler-macroexpand): Add basic doc strings.
6420
6421 * emacs-lisp/cl-extra.el (cl-maplist, cl-mapcan): Doc fix.
6422
6423 2012-11-10 Leo Liu <sdl.web@gmail.com>
6424
6425 * ido.el (ido-set-matches-1): Improve flex matching performance by
6426 removing backtracking in the regexp (suggested by Stefan). (Bug#12796)
6427
6428 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
6429
6430 * emacs-lisp/advice.el (ad-set-advice-info): Set defalias-fset-function.
6431 (ad--defalias-fset): New function.
6432 (ad-safe-fset): Remove.
6433 (ad-make-freeze-definition): Use cl-letf*.
6434
6435 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
6436
6437 * subr.el (dolist): Don't bind VAR in RESULT.
6438
6439 * emacs-lisp/advice.el: Miscellaneous cleanup. Use lexical-binding.
6440 (fset, documentation): Don't save real def since we don't advise.
6441 (ad-do-advised-functions): Remove problematic `result-form'.
6442 (ad-safe-fset): `ad-real-fset' => `fset'.
6443 (ad-read-advised-function): Don't assume that ad-do-advised-functions
6444 uses CL's dolist internally.
6445 (ad-arglist): Remove unused arg `name'.
6446 (ad-docstring, ad-make-advised-docstring):
6447 `ad-real-documentation' => `documentation'.
6448 (warning-suppress-types): Declare.
6449 (ad-set-arguments): Simple CSE.
6450 (ad-recover-normality): Sanity check.
6451
6452 * emacs-lisp/bytecomp.el (byte-compile-out-toplevel): Don't turn
6453 (funcall '(lambda ..) ..) into ((lambda ..) ..).
6454
6455 2012-11-09 Vincent Belaïche <vincentb1@users.sourceforge.net>
6456
6457 * ses.el: symbol to coordinate mapping is made by symbol property
6458 `ses-cell'. This means that the same mapping is done for all SES
6459 sheets. That is good enough for cells with standard A1 names, but
6460 not for named cell. So a hash map is added for the latter.
6461 (defconst ses-localvars): Add local variable ses--named-cell-hashmap
6462 (ses-sym-rowcol): Use hashmap for named cell.
6463 (ses-is-cell-sym-p): New defun.
6464 (ses-decode-cell-symbol): New defun.
6465 (ses-create-cell-variable): Add cell to hashmap when name is not
6466 A1-like.
6467 (ses-rename-cell): Check that cell new name is not already in
6468 spreadsheet with the use of ses-is-cell-sym-p
6469 (ses-rename-cell): Use hash map for named cells, but accept also
6470 renaming back to A1-like.
6471
6472 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
6473
6474 * emacs-lisp/advice.el: Use new dynamic docstrings.
6475 (ad-make-advised-definition-docstring, ad-advised-definition-p):
6476 Use dynamic-docstring-function instead of ad-advice-info.
6477 (ad--make-advised-docstring): New function extracted from
6478 ad-make-advised-docstring.
6479 (ad-make-advised-docstring): Use it.
6480 * progmodes/sql.el (sql--make-help-docstring): New function, extracted
6481 from sql-help.
6482 (sql-help): Use it with dynamic-docstring-function.
6483
6484 * env.el (env--substitute-vars-regexp): Don't use rx (for bootstrap).
6485
6486 2012-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
6487
6488 * files.el (hack-one-local-variable--obsolete): New function.
6489 (hack-one-local-variable): Use it for obsolete settings.
6490
6491 * subr.el (locate-user-emacs-file): If both old and new name exist, use
6492 the new name.
6493
6494 * progmodes/js.el (js--filling-paragraph): New var.
6495 (c-forward-sws, c-backward-sws, c-beginning-of-macro): Advise.
6496 (js-c-fill-paragraph): Prefer advice to cl-letf so the rebinding is
6497 less sneaky.
6498
6499 2012-11-08 Julien Danjou <julien@danjou.info>
6500
6501 * progmodes/ruby-mode.el (auto-mode-alist): Add Rakefile in
6502 `auto-mode-alist' (Bug#12835).
6503
6504 2012-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
6505
6506 * progmodes/perl-mode.el (perl-prettify-symbols): New defcustom.
6507 (perl--prettify-symbols-alist): New const.
6508 (perl--font-lock-compose-symbol, perl--font-lock-symbols-keywords):
6509 New functions.
6510 (perl-font-lock-keywords-2): Use them.
6511 (perl-electric-noindent-p): New function.
6512 (perl-mode): Use it to set up electric-indent-mode.
6513 (perl-electric-terminator, perl-indent-command): Mark obsolete.
6514 (perl-mode-map): Remove bindings for them.
6515 (perl-imenu-generic-expression, perl-outline-level):
6516 Match functions&packages in column>0.
6517
6518 * env.el (env--substitute-vars-regexp): New const.
6519 (substitute-env-vars): Use it. Add `only-defined' arg.
6520 * net/tramp.el (tramp-replace-environment-variables): Use it.
6521
6522 * emacs-lisp/bytecomp.el (byte-compile-initial-macro-environment):
6523 Byte-compile *before* eval in eval-and-compile.
6524 (byte-compile-log-warning): Remove redundant inhibit-read-only.
6525 (byte-compile-file-form-autoload): Don't hide actual definition.
6526 (byte-compile-maybe-guarded): Accept `functionp' as well.
6527
6528 * emacs-lisp/gv.el (gv-ref, gv-deref): New function and macro.
6529
6530 2012-11-07 Michael Albinus <michael.albinus@gmx.de>
6531
6532 * notifications.el (notifications-get-server-information-method):
6533 New defconst.
6534 (notifications-get-capabilities): Fix docstring.
6535 (notifications-get-server-information): New defun.
6536
6537 2012-11-06 Agustín Martín Domingo <agustin.martin@hispalinux.es>
6538
6539 * textmodes/ispell.el (ispell-region): Standard re-indent for better
6540 readability.
6541
6542 * textmodes/ispell.el: Experimental support for support debugging.
6543 (ispell-create-debug-buffer): Create a `ispell-debug-buffer' debug
6544 buffer for ispell.
6545 (ispell-print-if-debug): New function to print stuff to
6546 `ispell-debug-buffer' if debugging is enabled.
6547 (ispell-region, ispell-process-line): Use `ispell-print-if-debug' to
6548 show some debugging info.
6549 (ispell-buffer-with-debug): New function that creates a debugging
6550 buffer and calls `ispell-buffer' with debugging enabled.
6551
6552 * textmodes/ispell.el (ispell-region): Do not prefix sent string by
6553 comment in autoconf mode. (Bug#12768)
6554
6555 2012-11-06 Dmitry Antipov <dmantipov@yandex.ru>
6556
6557 * emacs-lisp/byte-opt.el (toplevel): Add compare-window-configurations,
6558 frame-first-window, frame-root-window, frame-selected-window,
6559 minibuffer-selected-window, minibuffer-window,
6560 window-absolute-pixel-edges, window-at, window-body-height,
6561 window-body-width, window-display-table, window-combination-limit,
6562 window-frame, window-fringes, window-inside-absolute-pixel-edges,
6563 window-inside-edges, window-inside-pixel-edges, window-left-child,
6564 window-left-column, window-margins, window-next-buffers,
6565 window-next-sibling, window-new-normal, window-new-total,
6566 window-normal-size, window-parameter, window-parameters, window-parent,
6567 window-pixel-edges, window-point, window-prev-buffers,
6568 window-prev-sibling, window-redisplay-end-trigger, window-scroll-bars,
6569 window-start, window-text-height, window-top-child, window-top-line,
6570 window-total-height, window-total-width and window-use-time to the list
6571 of functions without side-effects.
6572 (toplevel): Add window-valid-p to the list of error-free functions
6573 without side-effects.
6574
6575 2012-11-05 Agustín Martín Domingo <agustin.martin@hispalinux.es>
6576
6577 * textmodes/ispell.el (ispell-program-name):
6578 Update spellchecker parameters when customized.
6579
6580 2012-11-04 Glenn Morris <rgm@gnu.org>
6581
6582 * vc/vc-svn.el (vc-svn-state-heuristic): Avoid calling svn. (Bug#7850)
6583
6584 2012-11-04 Chong Yidong <cyd@gnu.org>
6585
6586 * bookmark.el (bookmark-bmenu-switch-other-window): Avoid binding
6587 same-window-* variables.
6588
6589 2012-11-04 Juri Linkov <juri@jurta.org>
6590
6591 * isearch.el (isearch-help-for-help, isearch-describe-bindings)
6592 (isearch-describe-key, isearch-describe-mode): Use a display
6593 action instead of binding same-window-* variables (Bug#10040).
6594
6595 2012-11-03 Glenn Morris <rgm@gnu.org>
6596
6597 * emacs-lisp/cl-macs.el (cl-parse-loop-clause):
6598 Rename handler properties back from cl-- to cl-. (Bug#12788)
6599
6600 * emacs-lisp/cl-macs.el (cl-do-all-symbols): Add doc string.
6601
6602 2012-11-03 Eli Zaretskii <eliz@gnu.org>
6603
6604 * term/pc-win.el: Don't load term/internal from here.
6605
6606 * loadup.el: Load term/internal from here.
6607
6608 2012-11-03 Fabián Ezequiel Gallina <fgallina@cuca>
6609
6610 * progmodes/python.el (inferior-python-mode): Fix hang in
6611 jit-lock (Bug#12645).
6612
6613 2012-11-03 Martin Rudalics <rudalics@gmx.at>
6614
6615 * window.el (switch-to-visible-buffer)
6616 (switch-to-buffer-preserve-window-point): Fix doc-strings.
6617
6618 2012-11-03 Glenn Morris <rgm@gnu.org>
6619
6620 * emacs-lisp/cl-lib.el (cl--random-time):
6621 Rename from cl-random-time. (Bug#12773)
6622 (cl--gensym-counter, cl--random-state): Update callers.
6623 * emacs-lisp/cl-extra.el (cl-make-random-state): Update callers.
6624
6625 2012-11-03 Chong Yidong <cyd@gnu.org>
6626
6627 * cus-start.el: Make cursor-type customizable (Bug#11633).
6628
6629 2012-11-02 Glenn Morris <rgm@gnu.org>
6630
6631 * filecache.el: No need to load find-lisp when compiling.
6632 (find-lisp-find-files): Autoload it.
6633 (file-cache-add-directory-recursively): Don't require find-lisp.
6634
6635 * image.el (image-type-from-file-name): Trivial simplification.
6636
6637 * emacs-lisp/bytecomp.el (byte-compile-eval):
6638 Decouple "noruntime" and "cl-functions" warnings.
6639
6640 2012-11-01 Stephen Berman <stephen.berman@gmx.net>
6641
6642 * play/gomoku.el (gomoku-display-statistics): Update mode line
6643 only if in Gomoku buffer; don't capitalize "won" (Bug#12771).
6644
6645 2012-10-31 Martin Rudalics <rudalics@gmx.at>
6646
6647 * window.el (quit-restore-window): If the window has been
6648 created on an existing frame and ended up as the sole window on
6649 that frame, do not delete it (Bug#12764).
6650
6651 2012-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
6652
6653 * progmodes/sh-script.el (sh--inside-noncommand-expression):
6654 Rename from sh--inside-arithmetic-expression, handle more cases
6655 (bug#11263).
6656
6657 * progmodes/sh-script.el (sh--inside-arithmetic-expression): New func.
6658 (sh-font-lock-open-heredoc): Use it (bug#12770).
6659
6660 2012-10-30 Glenn Morris <rgm@gnu.org>
6661
6662 * emacs-lisp/cl-extra.el (cl-mapc): Add autoload cookie. Doc fix.
6663
6664 * emacs-lisp/cl.el (letf): Doc fix. (Bug#12760)
6665
6666 2012-10-29 Chong Yidong <cyd@gnu.org>
6667
6668 * isearch.el (isearch-other-meta-char): Ensure that a reprocessed
6669 function key is stored in a keyboard macro (Bug#4894).
6670
6671 * thingatpt.el (number-at-point): Apply a thing-at-point property.
6672
6673 2012-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
6674
6675 * vc/diff-mode.el (diff-context->unified): Don't get confused by "hunk
6676 header comments".
6677 (diff-unified->context, diff-context->unified)
6678 (diff-reverse-direction, diff-fixup-modifs): Use `use-region-p'.
6679
6680 * emacs-lisp/cl.el (letf): Add missing indent rules (bug#12759).
6681
6682 * files.el (find-alternate-file): Only ask one question (bug#12487).
6683
6684 2012-10-29 Chong Yidong <cyd@gnu.org>
6685
6686 * vc/vc-hooks.el (vc-file-clearprops): Kill vc-parent-buffer.
6687 Suggested by Dan Nicolaescu (Bug#6326).
6688
6689 * info.el (Info-complete-menu-item): Avoid duplicates (Bug#12705).
6690
6691 * startup.el (fancy-about-screen): Don't message (Bug#12680).
6692
6693 * thingatpt.el (thing-at-point): Doc fix (Bug#12691).
6694
6695 * imenu.el (imenu): Inhibit push-mark message (Bug#12726).
6696
6697 * face-remap.el (face-remap-add-relative): Handle the case where a
6698 face-remapping-alist entry is a cons cell (Bug#12762).
6699
6700 2012-10-29 Kevin Ryde <user42@zip.com.au>
6701
6702 * woman.el (woman-parse-numeric-value): Handle picas correctly
6703 (Bug#12639).
6704
6705 2012-10-29 Glenn Morris <rgm@gnu.org>
6706
6707 * emacs-lisp/cl.el (defsetf): Doc fix.
6708
6709 2012-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
6710
6711 * progmodes/sh-script.el (sh-font-lock-paren): Also put punctuation
6712 syntax to the matching opener, if any (bug#12547).
6713 (sh-smie-sh-forward-token, sh-smie-sh-backward-token): Recognize this
6714 matching open as a "case-(".
6715 (sh-smie-rc-grammar): Add a corresponding rule for it.
6716
6717 2012-10-28 Daniel Hackney <dan@haxney.org>
6718
6719 * emacs-lisp/package.el (package-generate-autoloads): Kill buffer
6720 "PKGNAME-autoloads.el" in case we created it.
6721
6722 2012-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
6723
6724 * minibuffer.el (completion--sifn-requote): Rewrite to handle things
6725 like Tramp's "/foo:~bar//baz" -> "/scpc:foo:/baz" mapping (bug#11714).
6726 (completion--twq-all): Disable too-strict assertions.
6727
6728 * tmm.el (tmm-prompt): Use map-keymap (bug#12744).
6729
6730 2012-10-27 Eli Zaretskii <eliz@gnu.org>
6731
6732 * profiler.el (profiler-report-make-entry-part): Fix help-echo
6733 text to match the real keybindings.
6734
6735 2012-10-27 Juri Linkov <juri@jurta.org>
6736
6737 * wdired.el (wdired-keep-marker-rename): New defcustom.
6738 (wdired-do-renames): Use it instead of `dired-keep-marker-rename'.
6739 (Bug#11795)
6740
6741 * dired.el (dired-keep-marker-rename): Add reference to
6742 `wdired-keep-marker-rename' in the docstring.
6743 Add default character value ?R to display initially in
6744 Customization UI instead of ?@.
6745
6746 2012-10-27 Martin Rudalics <rudalics@gmx.at>
6747
6748 * window.el (display-buffer): In doc-string describe
6749 window-height and window-width alist entries.
6750
6751 * time.el (display-time-world): Restore fit-window-to-buffer
6752 behavior.
6753
6754 2012-10-27 Chong Yidong <cyd@gnu.org>
6755
6756 * subr.el (insert-buffer-substring-as-yank): Doc fix.
6757
6758 2012-10-26 Jambunathan K <kjambunathan@gmail.com>
6759
6760 * minibuffer.el (completion-category-overrides): New completion
6761 category `bookmark' (bug#11131).
6762
6763 2012-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
6764
6765 * emacs-lisp/advice.el (ad-assemble-advised-definition):
6766 Silence bogus compiler warnings for ad-do-it.
6767
6768 * bookmark.el (bookmark-completing-read): Set the completion category
6769 to `bookmark' (bug#11131).
6770
6771 2012-10-26 Bastien <bzg@altern.org>
6772 Stefan Monnier <monnier@iro.umontreal.ca>
6773
6774 * face-remap.el: Use lexical-binding.
6775 (text-scale-adjust): Improve docstring. Use itself for the temporary
6776 overlay-map bindings, so as to repeat the "Use..." message each time.
6777
6778 2012-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
6779
6780 * emacs-lisp/macroexp.el (macroexp--expand-all):
6781 Obey byte-compile-warning-enabled-p (bug#12486).
6782
6783 * vc/diff-mode.el (diff-end-of-hunk): Also skip potential "no LF at eol".
6784 (diff-refine-hunk): Similarly, handle the "no LF at eol" (bug#12584).
6785
6786 2012-10-26 Martin Rudalics <rudalics@gmx.at>
6787
6788 * mouse.el (mouse-drag-line): Move last form into preceding when
6789 clause (Bug#12731).
6790
6791 * help.el (resize-temp-buffer-window): Fix doc-string.
6792
6793 2012-10-25 David Engster <deng@randomsample.de>
6794
6795 * emacs-lisp/eieio.el (eieio-update-lisp-imenu-expression):
6796 Remove. This feature is already integrated in imenu.
6797
6798 * emacs-lisp/eieio-opt.el: Remove require for `button' since it is
6799 always loaded. Require `speedbar' unconditionally.
6800
6801 2012-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
6802
6803 * dired.el (dired-get-marked-files): Allow ! on . and .. (bug#12725).
6804
6805 * minibuffer.el (minibuffer-force-complete): Fix thinko.
6806
6807 * net/ldap.el (ldap-search-internal): The official ldif format starts
6808 with a "version: 1" header (bug#12724).
6809
6810 * emacs-lisp/package.el (package-installed-p): Warn if not ready
6811 (bug#12721).
6812
6813 2012-10-25 Glenn Morris <rgm@gnu.org>
6814
6815 * emacs-lisp/cl-macs.el (cl-progv): Doc fix.
6816
6817 2012-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
6818
6819 * minibuffer.el (minibuffer-force-complete): Use one more marker
6820 for the temporary-overlay-map command (bug#12619).
6821
6822 2012-10-24 Chong Yidong <cyd@gnu.org>
6823
6824 * time.el (display-time-world-mode): Derive from special-mode.
6825 (display-time-world): Use display-buffer (Bug#12708).
6826 (display-time-world-mode-map): Variable deleted.
6827 (display-time-world-display): Wrap the final delete-char inside
6828 inhibit-read-only.
6829
6830 2012-10-24 Chong Yidong <cyd@gnu.org>
6831
6832 * dired.el (dired-mark, dired-unmark, dired-flag-file-deletion):
6833 Doc fix.
6834
6835 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix (Bug#12628).
6836
6837 2012-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
6838
6839 * minibuffer.el (completion--all-sorted-completions-location): New var.
6840 (completion--cache-all-sorted-completions)
6841 (completion--flush-all-sorted-completions): Use it.
6842 (completion-in-region, completion-in-region--postch)
6843 (completion-at-point, completion-help-at-point): Use markers in
6844 completion-in-region--data (bug#12619).
6845
6846 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
6847
6848 * progmodes/compile.el (compilation-start): Try to handle common
6849 quoting of `cd' argument (bug#12640).
6850
6851 * vc/diff-mode.el (diff-hunk): `save-excursion' while refining
6852 (bug#12671).
6853
6854 2012-10-23 Glenn Morris <rgm@gnu.org>
6855
6856 * progmodes/gud.el (gud-menu-map):
6857 Check gdb-active-process is bound. (Bug#12358)
6858
6859 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
6860
6861 * repeat.el (repeat): Set real-this-command (bug#12232).
6862
6863 * htmlfontify.el (hfy-post-html-hook):
6864 * filesets.el (filesets-cache-fill-content-hook):
6865 * arc-mode.el (archive-extract-hook):
6866 * progmodes/cc-mode.el (c-prepare-bug-report-hook):
6867 * net/rcirc.el (rcirc-sentinel-functions)
6868 (rcirc-receive-message-functions, rcirc-activity-functions)
6869 (rcirc-print-functions):
6870 * net/dbus.el (dbus-event-error-functions):
6871 * emacs-lisp/eieio.el (eieio-pre-method-execution-functions):
6872 * emacs-lisp/checkdoc.el (checkdoc-style-functions)
6873 (checkdoc-comment-style-functions): Don't use "-hooks" suffix.
6874 * term/sun.el (sun-raw-prefix-hooks):
6875 * mail/sendmail.el (mail-yank-hooks): Use make-obsolete-variable.
6876
6877 2012-10-23 Michael Albinus <michael.albinus@gmx.de>
6878
6879 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
6880 Set `tramp-chunksize' to 1. This improves the performance.
6881 (tramp-smb-wait-for-output): Add timeout to
6882 `tramp-accept-process-output' calls.
6883
6884 2012-10-23 Chong Yidong <cyd@gnu.org>
6885
6886 * faces.el (font-list-limit): Define as an obsolete variable.
6887
6888 * startup.el (command-line):
6889 * cus-start.el: Don't refer to font-list-limit.
6890
6891 * newcomment.el (comment-normalize-vars): Doc fix (Bug#12583).
6892
6893 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
6894
6895 * subr.el (internal-temp-output-buffer-show): Rename from
6896 temp-output-buffer-show, since previously compiled files expect this name.
6897
6898 2012-10-23 Glenn Morris <rgm@gnu.org>
6899
6900 * image.el (image-type-from-file-name): If multiple types match,
6901 return the first one that is supported. (Bug#9045)
6902
6903 2012-10-22 Glenn Morris <rgm@gnu.org>
6904
6905 * image.el (imagemagick-enabled-types): Doc fix.
6906
6907 2012-10-22 Takafumi Arakaki <aka.tkf@gmail.com> (tiny change)
6908
6909 * progmodes/which-func.el (which-func-current): The hash-table may have
6910 an explicit nil (bug#12338).
6911
6912 2012-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
6913
6914 * electric.el (electric-pair-delete-selection-self-insert-function):
6915 Rename to electric-pair-will-use-region, return a boolean.
6916 (electric-pair-mode): Adjust accordingly. Don't require delsel.
6917
6918 * delsel.el (delete-selection-helper): Use a function instead of a hook.
6919 (delete-selection-pre-hook): Use use-region-p.
6920 (delete-selection-self-insert-function): Remove.
6921 (self-insert-command): Obey self-insert-uses-region-functions.
6922 (self-insert-iso): Revert to previous setting, since we don't actually
6923 know what that command does.
6924 (delete-selection-self-insert-hooks): Remove.
6925
6926 2012-10-22 Simon Law <sfllaw@sfllaw.ca> (tiny change)
6927
6928 * delsel.el (delete-selection-helper): New function, extracted from
6929 delete-selection-pre-hook.
6930 (delete-selection-pre-hook): Use it.
6931 (delete-selection-self-insert-function): New function.
6932 (delete-selection-self-insert-hooks): New hook.
6933 (self-insert-command, self-insert-iso): Use it.
6934 * electric.el (electric-pair-syntax): New function, extracted from
6935 electric-pair-post-self-insert-function.
6936 (electric-pair-post-self-insert-function): Use it.
6937 (electric-pair-delete-selection-self-insert-function): New function.
6938 (electric-pair-mode): Require delsel and setup
6939 delete-selection-self-insert-hooks (bug#11520).
6940
6941 2012-10-20 Chong Yidong <cyd@gnu.org>
6942
6943 * vc/vc.el (vc-diff-internal): Set up Diff mode even if there are
6944 no changes to show (Bug#12586).
6945
6946 * eshell/esh-cmd.el (eshell-rewrite-for-command): Copy the body
6947 list explicitly (Bug#12571).
6948
6949 2012-10-20 Arne Jørgensen <arne@arnested.dk>
6950
6951 * progmodes/flymake.el (flymake-create-temp-inplace):
6952 Use file-truename.
6953
6954 2012-10-20 Eli Zaretskii <eliz@gnu.org>
6955
6956 * loadup.el: Update comment about uncompiled Lisp files. (Bug#12395)
6957
6958 2012-10-20 Jay Belanger <jay.p.belanger@gmail.com>
6959
6960 * calc/calc-units.el (math-extract-units): Properly extract powers
6961 of units.
6962
6963 2012-10-20 Daniel Colascione <dancol@dancol.org>
6964
6965 * frame.el (make-frame): Set x-display-name as we used to in order
6966 to unbreak creating an X11 frame from an Emacs daemon started
6967 without a display.
6968
6969 2012-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
6970
6971 * minibuffer.el (minibuffer-force-complete): Make the next completion use
6972 the same completion-field (bug#12221).
6973
6974 2012-10-19 Martin Rudalics <rudalics@gmx.at>
6975
6976 * emacs-lisp/debug.el (debug): Record height of debugger window
6977 also when debugger will be back (Bug#8789).
6978
6979 2012-10-18 Chong Yidong <cyd@gnu.org>
6980
6981 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
6982 Convert to defcustom.
6983 (gdb-get-source-file): Don't bind pop-up-windows.
6984
6985 * progmodes/gud.el (gud-display-line): Don't specially re-use
6986 other frames for the gdb-mi case (Bug#12648).
6987
6988 2012-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
6989
6990 * emacs-lisp/advice.el: Clean up commentary a bit.
6991 (ad-do-advised-functions, ad-with-originals): Use `declare'.
6992 (byte-code-function-p): Never redefine.
6993
6994 * emacs-lisp/gv.el (cond): Same fix as before for `if'.
6995
6996 2012-10-18 Glenn Morris <rgm@gnu.org>
6997
6998 * dired.el (dired-sort-toggle): Some ls implementations only allow
6999 a single option string. (Bug#12666)
7000
7001 * minibuffer.el (completion-cycle-threshold): Doc fix.
7002
7003 2012-10-17 Kenichi Handa <handa@gnu.org>
7004
7005 * international/mule.el (set-keyboard-coding-system):
7006 Recover input meta mode when the new coding system doesn not use 8-bit.
7007 Supply TERMINAL arg to set-input-meta-mode.
7008
7009 2012-10-17 Michael Heerdegen <michael_heerdegen@web.de>
7010
7011 * wdired.el (wdired-old-marks): New variable.
7012 (wdired-change-to-wdired-mode): Locally set wdired-old-marks.
7013 (wdired-do-renames): Move point with renamed file and don't lose
7014 mark status (Bug#11795).
7015
7016 2012-10-16 Juri Linkov <juri@jurta.org>
7017
7018 * replace.el (query-replace-help): Mention multi-buffer replacement
7019 keys in the Help message. (Bug#12655)
7020
7021 2012-10-15 Chong Yidong <cyd@gnu.org>
7022
7023 * emacs-lisp/byte-run.el (defsubst): Doc fix.
7024
7025 2012-10-14 Eli Zaretskii <eliz@gnu.org>
7026
7027 * window.el (display-buffer): Doc fix.
7028
7029 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7030 Adjust the msft regexp to the output of Studio 2010, and move msft
7031 before edg-1. See the discussion on emacs-devel,
7032 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00579.html,
7033 for the details.
7034
7035 2012-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
7036
7037 * emacs-lisp/eieio.el (eieio-oset-default, eieio-oset, oset-default)
7038 (oset): Move uses of object-class-fast macro after its definition.
7039
7040 * emacs-lisp/gv.el (if): Don't use closures in non-lexical-binding code.
7041
7042 2012-10-13 Chong Yidong <cyd@gnu.org>
7043
7044 * textmodes/ispell.el (ispell-pdict-save): If flyspell-mode is
7045 enabled, re-enable it (Bug#11963).
7046
7047 2012-10-13 Martin Rudalics <rudalics@gmx.at>
7048
7049 * emacs-lisp/debug.el (debug): When debugger-will-be-back is
7050 non-nil, restore window configuration (Bug#12623).
7051
7052 2012-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
7053
7054 * help-fns.el (describe-variable, describe-function-1):
7055 * help-mode.el (help-make-xrefs): Remove error handler, made unneeded.
7056
7057 * emacs-lisp/eieio.el (lisp-imenu-generic-expression): Fix typo.
7058
7059 2012-10-12 Glenn Morris <rgm@gnu.org>
7060
7061 * mail/rmailsum.el (rmail-header-summary):
7062 Fix 2010-11-26 test for multiline Subject: field. (Bug#12625)
7063
7064 2012-10-12 Fabián Ezequiel Gallina <fgallina@cuca>
7065
7066 * progmodes/python.el (python-mode-map):
7067 Replace subtitute-key-definition with proper command remapping.
7068 (python-nav--up-list): Fix behavior for blocks on the same level.
7069
7070 2012-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
7071
7072 * help-fns.el (describe-function-1): Handle autoloads w/o docstrings.
7073
7074 * emacs-lisp/bytecomp.el (byte-compile-eval): Adjust to long-ago
7075 changes to the format of load-history.
7076
7077 * international/mule-cmds.el (read-char-by-name): Move let-binding of
7078 completion-ignore-case in case that var is buffer-local (bug#12615).
7079
7080 2012-10-11 Kenichi Handa <handa@gnu.org>
7081
7082 * international/eucjp-ms.el: Re-generated.
7083
7084 2012-10-10 Kenichi Handa <handa@gnu.org>
7085
7086 * select.el (xselect--encode-string): If a coding is specified for
7087 selection, and that is compatible with COMPOUND_TEXT, use it.
7088
7089 2012-10-10 Martin Rudalics <rudalics@gmx.at>
7090
7091 * window.el (switch-to-buffer-preserve-window-point): New option.
7092 (switch-to-buffer):
7093 Obey `switch-to-buffer-preserve-window-point' (Bug#4041).
7094
7095 2012-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
7096
7097 * newcomment.el (comment-start-skip, comment-end-skip, comment-end):
7098 Don't document nil as a useful value (bug#12583).
7099
7100 2012-10-09 Michael Albinus <michael.albinus@gmx.de>
7101
7102 * net/tramp.el (tramp-debug-message):
7103 Remove "tramp-with-progress-reporter" from regexp of ignored functions.
7104 (with-tramp-progress-reporter): Rename from
7105 `tramp-with-progress-reporter'.
7106 (with-tramp-file-property, with-tramp-connection-property):
7107 Move from tramp-cache.el, rename from `with-file-property' and
7108 `with-connection-property', respectively.
7109
7110 * net/tramp-cache.el: Remove `with-file-property' and
7111 `with-connection-property'.
7112
7113 * net/tramp.el:
7114 * net/tramp-gvfs.el:
7115 * net/tramp-sh.el:
7116 * net/tramp-smb.el: Adapt callees.
7117
7118 * net/trampver.el: Update release number.
7119
7120 2012-10-09 Glenn Morris <rgm@gnu.org>
7121
7122 * w32-fns.el (set-message-beep):
7123 * term/w32-win.el (set-message-beep): Update declarations.
7124
7125 2012-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
7126
7127 * bindings.el (mode-line-toggle-read-only, mode-line-toggle-modified)
7128 (mode-line-widen, mode-line-input-method-map)
7129 (mode-line-coding-system-map, mode-line-remote)
7130 (mode-line-unbury-buffer, mode-line-bury-buffer)
7131 (mode-line-next-buffer, mode-line-previous-buffer):
7132 Replace save-selected-window+select-window => with-selected-window.
7133
7134 * progmodes/cc-bytecomp.el (cc-bytecomp-defmacro): Remove, unused.
7135 * progmodes/cc-vars.el (bq-process): Remove, unused.
7136
7137 * emacs-lisp/cl-macs.el (cl-defstruct): Obey the :read-only property.
7138
7139 2012-10-09 Fabián Ezequiel Gallina <fgallina@cuca>
7140
7141 Implemented `backward-up-list'-like navigation.
7142 * progmodes/python.el (python-nav-up-list)
7143 (python-nav-backward-up-list): New functions.
7144 (python-mode-map): Define substitute key for backward-up-list to
7145 python-nav-backward-up-list.
7146
7147 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
7148
7149 * progmodes/python.el (python-fill-paragraph): Rename from
7150 python-fill-paragraph-function. Fixed fill-paragraph for
7151 decorators (Bug#12605).
7152
7153 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
7154
7155 * progmodes/python.el (python-shell-output-filter): Handle extra
7156 carriage return in OSX (Bug#12409).
7157
7158 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
7159
7160 Fix shell handling of unbalanced quotes and parens in output.
7161 * progmodes/python.el (python-rx-constituents): Add string-delimiter.
7162 (python-syntax-propertize-function): Use it.
7163 (python-shell-output-syntax-table): New var.
7164 (inferior-python-mode): Prevent unbalanced parens/quotes from
7165 previous output mess with current input context.
7166
7167 2012-10-08 Juanma Barranquero <lekktu@gmail.com>
7168
7169 * generic-x.el (javascript-generic-mode, javascript-generic-mode-hook):
7170 Make obsolete aliases of js-mode and js-mode-hook (from js.el).
7171
7172 2012-10-08 Michael Albinus <michael.albinus@gmx.de>
7173
7174 * ffap.el (ffap-replace-file-component): Support Tramp file name
7175 syntax, not only ange-ftp's one.
7176
7177 2012-10-08 Glenn Morris <rgm@gnu.org>
7178
7179 * cus-start.el (message-log-max): Set :version.
7180
7181 * calendar/calendar.el (calendar-intermonth-header): Doc fix.
7182
7183 2012-10-08 Martin Rudalics <rudalics@gmx.at>
7184
7185 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't try to split
7186 the minibuffer window (Bug#10851).
7187
7188 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
7189
7190 Enhancements on forward-sexp movement.
7191 * progmodes/python.el (python-nav-beginning-of-statement)
7192 (python-nav-end-of-statement): Return point-marker.
7193 (python-nav-forward-sexp): lisp-like forward-sexp behavior.
7194 (python-info-current-symbol)
7195 (python-info-statement-starts-block-p): Rename from
7196 python-info-beginning-of-block-p.
7197 (python-info-statement-ends-block-p): Rename from
7198 python-info-end-of-block-p.
7199 (python-info-beginning-of-statement-p)
7200 (python-info-end-of-statement-p)
7201 (python-info-beginning-of-block-p, python-info-end-of-block-p):
7202 New functions.
7203
7204 2012-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
7205
7206 * comint.el (comint-preinput-scroll-to-bottom): Preserve the
7207 frame-selected-windows.
7208
7209 2012-10-08 Daniel Colascione <dancol@dancol.org>
7210
7211 * battery.el (battery-status-function): Check for
7212 w32-battery-status itself, not system-time windows-nt.
7213
7214 * frame.el: Require cl-lib.
7215 (display-format-alist): New variable mapping frame types to
7216 functions that initialize them.
7217 (window-system-for-display): New function: interprets
7218 display-format-alist.
7219 (make-frame-on-display): Remove existing display-selection logic
7220 and just forward to make-frame, which will now DTRT.
7221 (make-frame): Restructure to use window-system-for-display to
7222 figure out how to create a frame on a given display.
7223 (display-mouse-p): Look for frame-type w32, not a particular
7224 system-type.
7225
7226 * loadup.el: Load w32 lisp code when we have the w32 feature.
7227
7228 * mouse.el (mouse-yank-primarY): Look for frame-type w32, not
7229 system-type windows-nt.
7230
7231 * server.el (server-create-window-system-frame): Look for window
7232 type.
7233 (server-proces-filter): Only force a window system when windows-nt
7234 _and_ w32. Explain why.
7235
7236 * simple.el (normal-erase-is-backspace-mode): Add w32 to the list
7237 of window systems we configure for the mode.
7238
7239 * startup.el (command-line): Mark window system is initialized
7240 after we've done it.
7241
7242 * common-win.el (x-select-text): Look for w32, not windows-nt.
7243
7244 * ns-win.el: Require cl-lib. Add ourselves to
7245 display-format-alist.
7246 (ns-initialize-window-system): Assert we're not initialized twice.
7247
7248 * w32-win.el: Enable lexical binding; require cl-lib; add
7249 ourselves to display-format-alist.
7250 (w32-handle-dropped-file): Convert incoming dropped files from
7251 Windows paths to Cygwin ones before passing them on to the rest of
7252 Emacs.
7253 (w32-drag-n-drop): New paramter new-frame. Simplify logic.
7254 (w32-initialize-window-system): Assert we're not initialized twice.
7255
7256 * x-win.el: Require cl-lib; add ourselves to display-format-alist.
7257 (x-initialize-window-system): Assert we're not initialized twice.
7258
7259 * w32-common-fns.el: New File.
7260 (w32-version, w32-using-nt, w32-get-clipboard-data)
7261 (w32-set-clipboard-data, x-set-selection, x-get-selection)
7262 (w32-charset-info-alist, x-last-selected, text)
7263 (x-get-selection-value, x-selection-value): Move here.
7264
7265 * w32-fns.el: Require w32-common-fns.
7266 (w32-version, w32-using-nt, w32-get-clipboard-data)
7267 (w32-set-clipboard-data, x-set-selection, x-get-selection)
7268 (w32-charset-info-alist, x-last-selected, text)
7269 (x-get-selection-value, x-selection-value): Move to
7270 w32-common-fns.
7271
7272 * w32-vars.el:
7273 (w32-allow-system-shell, w32-system-shells): Define only in
7274 non-cygwin case.
7275
7276 2012-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
7277
7278 * subr.el (read-passwd-map): Don't use `defconst' (bug#12597).
7279 (read-passwd): Remove a few more potential sources of leaks.
7280
7281 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
7282
7283 * progmodes/python.el (inferior-python-mode)
7284 (python-shell-make-comint): Fix initialization of local
7285 variables copied from parent buffer.
7286
7287 2012-10-07 Jan Djärv <jan.h.d@swipnet.se>
7288
7289 * term/ns-win.el (ns-read-file-name): Update declaration to match
7290 nsfns.m.
7291 (ns-respond-to-change-font): Change fontsize separately so we are sure
7292 it is set when font is acted upon.
7293
7294 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
7295
7296 Enhancements to indentation.
7297 * progmodes/python.el (python-indent-context): Give priority to
7298 inside-string context. Make comments indentation markers.
7299 (python-indent-region): Do not mess with strings, unless it's the
7300 enclosing set of quotes.
7301
7302 2012-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
7303
7304 * window.el (internal--before-save-selected-window)
7305 (internal--after-save-selected-window): New functions extracted from
7306 save-selected-window. Make sure we return the `alist' we construct.
7307 (save-selected-window): Use them.
7308
7309 * textmodes/tex-mode.el (tex-recenter-output-buffer):
7310 Use with-selected-window.
7311
7312 * emacs-lisp/autoload.el (make-autoload): Add `cl-defmacro' to the
7313 forms that define macros (bug#12593).
7314
7315 2012-10-07 Kenichi Handa <handa@gnu.org>
7316
7317 * international/mule-conf.el (compound-text-with-extensions):
7318 Add :mime-charset property as x-ctext.
7319
7320 2012-10-07 Stefan Merten <smerten@oekonux.de>
7321
7322 * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
7323 (rst-indent-literal-normal, rst-indent-literal-minimized)
7324 (rst-indent-comment): Correct :version tag.
7325 (rst-official-cvs-rev): Correct version string.
7326
7327 2012-10-07 Glenn Morris <rgm@gnu.org>
7328
7329 * mail/rmailmm.el (rmail-mime-process-multipart):
7330 Do not confuse a multipart message with an epilogue
7331 with a "truncated" one; fixes 2011-06-27 change. (Bug#10101)
7332
7333 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
7334
7335 Fix shell output retrieval and comint-prompt-regexp init.
7336 * progmodes/python.el (inferior-python-mode):
7337 (python-shell-make-comint): Fix initialization of
7338 comint-prompt-regexp from copied file local variables.
7339 (python-shell-fetched-lines): Remove var.
7340 (python-shell-output-filter-in-progress): Rename from
7341 python-shell-fetch-lines-in-progress.
7342 (python-shell-output-filter-buffer): Rename from
7343 python-shell-fetch-lines-string.
7344 (python-shell-fetch-lines-filter): Delete function.
7345 (python-shell-output-filter): New function.
7346 (python-shell-send-string-no-output): Use them.
7347
7348 2012-10-07 Glenn Morris <rgm@gnu.org>
7349
7350 * hi-lock.el (hi-lock-process-phrase):
7351 Try to make it less fragile. (Bug#7161)
7352
7353 * hi-lock.el (hi-lock-face-phrase-buffer): Doc fix.
7354
7355 2012-10-06 Glenn Morris <rgm@gnu.org>
7356
7357 * ehelp.el (electric-help-mode): Use help-mode rather than
7358 non-existent mode `help'.
7359 (electric-help-map): Use button-buffer-map. (Bug#10917)
7360
7361 * textmodes/reftex-vars.el (reftex-create-bibtex-header)
7362 (reftex-create-bibtex-footer): Fix custom types.
7363
7364 * progmodes/sh-script.el (sh-indent-after-continuation):
7365 Add explicit :group.
7366
7367 * textmodes/rst.el (rst-preferred-decorations)
7368 (rst-shift-basic-offset): Clarify obsolescence versions.
7369
7370 * profiler.el (profiler): Add missing group :version tag.
7371 * avoid.el (mouse-avoidance-banish-position):
7372 * proced.el (proced-renice-command):
7373 * calc/calc.el (calc-ensure-consistent-units):
7374 * calendar/icalendar.el (icalendar-import-format-uid):
7375 * net/tramp.el (tramp-save-ad-hoc-proxies):
7376 * progmodes/bug-reference.el (bug-reference-bug-regexp):
7377 * progmodes/flymake.el (flymake-error-bitmap)
7378 (flymake-warning-bitmap, flymake-fringe-indicator-position):
7379 * progmodes/sh-script.el (sh-indent-after-continuation):
7380 * progmodes/verilog-mode.el (verilog-auto-template-warn-unused)
7381 (verilog-before-save-font-hook, verilog-after-save-font-hook):
7382 * progmodes/vhdl-mode.el (vhdl-makefile-default-targets)
7383 (vhdl-array-index-record-field-in-sensitivity-list)
7384 (vhdl-indent-comment-like-next-code-line):
7385 * textmodes/reftex-vars.el (reftex-ref-style-alist)
7386 (reftex-ref-macro-prompt, reftex-ref-style-default-list)
7387 (reftex-cite-key-separator, reftex-create-bibtex-header)
7388 (reftex-create-bibtex-footer):
7389 * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
7390 (rst-indent-literal-normal, rst-indent-literal-minimized)
7391 (rst-indent-comment): Add missing custom :version tags.
7392
7393 * calendar/timeclock.el (timeclock-modeline-display):
7394 Add missing obsolete alias for renamed user option.
7395
7396 * strokes.el (strokes-modeline-string):
7397 * emulation/crisp.el (crisp-mode-modeline-string):
7398 * eshell/esh-mode.el (eshell-status-in-modeline):
7399 Aliases to defcustoms must come before the defcustom.
7400
7401 * calendar/cal-tex.el (cal-tex-diary, cal-tex-cursor-week)
7402 (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
7403 (cal-tex-cursor-week-monday): Doc fixes.
7404 (cal-tex-cursor-week2-summary): Doc fix.
7405 Rename from cal-tex-cursor-week-at-a-glance.
7406
7407 * calendar/cal-menu.el (cal-menu-context-mouse-menu):
7408 Tweak week descriptions. Add cal-tex-cursor-week2-summary.
7409
7410 * calendar/calendar.el (calendar-mode-map):
7411 Add cal-tex-cursor-week2-summary.
7412
7413 2012-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
7414
7415 * emacs-lisp/cl-macs.el (cl-defstruct): Improve docstring.
7416
7417 * subr.el (read-passwd-map): New var.
7418 (read-passwd): Use `read-string' again.
7419 * minibuffer.el (delete-minibuffer-contents): Make it interactive.
7420
7421 2012-10-06 Jambunathan K <kjambunathan@gmail.com>
7422
7423 * register.el (append-to-register, prepend-to-register):
7424 Deactivate mark, as does `copy-to-register' (bug#12389).
7425
7426 2012-10-06 Chong Yidong <cyd@gnu.org>
7427
7428 * files.el (auto-mode-alist): Add .by and .wy (Semantic grammars).
7429
7430 2012-10-06 Ikumi Keita <ikumi@ikumi.que.jp> (tiny change)
7431
7432 * international/characters.el: Fix simple mistake ((car chars) ->
7433 elt), delete duplicated code.
7434
7435 2012-10-06 Glenn Morris <rgm@gnu.org>
7436
7437 * subr.el (read-passwd): Allow C-u to erase entry. (Bug#12570)
7438
7439 2012-10-06 Julian Scheid <julians37@gmail.com> (tiny change)
7440
7441 * color.el (color-hsl-to-rgb): Fix incorrect results for
7442 small and large hue values. (Bug#12559)
7443
7444 2012-10-05 Fabián Ezequiel Gallina <fgallina@cuca>
7445
7446 Enhancements to docstring formatting when filling paragraphs.
7447 * progmodes/python.el (python-fill-docstring-style): Rename from
7448 python-fill-string-style. Added new style.
7449 (python-fill-string): Use new style. Better checks for
7450 docstrings.
7451
7452 2012-10-05 Glenn Morris <rgm@gnu.org>
7453
7454 * net/newst-treeview.el (newsticker-group-move-feed): Doc fix.
7455
7456 * color.el (color-name-to-rgb, color-rgb-to-hex)
7457 (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
7458 (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
7459 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
7460 (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
7461
7462 * emacs-lisp/timer.el (with-timeout): Add missing progn. (Bug#12577)
7463
7464 2012-10-05 Juanma Barranquero <lekktu@gmail.com>
7465
7466 * ido.el (ido-directory-too-big-p): Pass dir through file-truename
7467 to get the correct size across symlinks.
7468
7469 * ido.el (ido-buffer-disable-smart-matches): Fix typo in docstring.
7470
7471 2012-10-04 Juri Linkov <juri@jurta.org>
7472
7473 * replace.el (query-replace-interactive): Declare obsolete.
7474 (query-replace-read-from): Add the last incremental search string
7475 to the list of default values accessible via M-n.
7476 (map-query-replace-regexp): Use `read-regexp'.
7477 (query-replace, query-replace-regexp, query-replace-regexp-eval)
7478 (map-query-replace-regexp, replace-string, replace-regexp):
7479 Fix docstrings to replace mentions of `query-replace-interactive'
7480 with alternatives. (Bug#12526)
7481
7482 2012-10-04 Juri Linkov <juri@jurta.org>
7483
7484 * dired.el (dired-shrink-to-fit): Declare obsolete. (Bug#1806)
7485 (dired-pop-to-buffer): Declare obsolete.
7486 (dired-mark-pop-up): Doc fix.
7487
7488 2012-10-04 Fabián Ezequiel Gallina <fgallina@cuca>
7489
7490 Allow user to set docstring style for fill-paragraph.
7491 * progmodes/python.el
7492 (python-fill-comment-function, python-fill-string-function)
7493 (python-fill-decorator-function, python-fill-paren-function):
7494 Remove :safe for defcustoms.
7495 (python-fill-string-style): New defcustom
7496 (python-fill-paragraph-function): Enhance context detection.
7497 (python-fill-string): Honor python-fill-string-style settings.
7498
7499 2012-10-04 Martin Rudalics <rudalics@gmx.at>
7500
7501 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Select window
7502 after setting its buffer (Bug#10805).
7503
7504 2012-10-03 Fabián Ezequiel Gallina <fgallina@cuca>
7505
7506 Fix cornercase for string syntax.
7507 * progmodes/python.el (python-syntax-propertize-function):
7508 Simplify and enhance the regexp for unescaped quotes. Now it also
7509 matches quotes in weird situations like the single quote in
7510 "something\"'".
7511 (python-syntax-stringify): Simplify num-quotes detecting code.
7512
7513 2012-10-03 Glenn Morris <rgm@gnu.org>
7514
7515 * help-macro.el (three-step-help):
7516 Revert 2012-09-29 change. (Bug#12567)
7517
7518 2012-10-03 Martin Rudalics <rudalics@gmx.at>
7519
7520 * menu-bar.el (kill-this-buffer): Don't do anything when
7521 `menu-frame' is not alive or visible (Bug#8184).
7522
7523 * emacs-lisp/debug.el (debug): When quitting the debugger window
7524 restore current buffer (Bug#12502).
7525
7526 2012-10-02 Chong Yidong <cyd@gnu.org>
7527
7528 * progmodes/hideif.el (hif-lookup, hif-defined):
7529 Handle semantic-c-takeover-hideif.
7530
7531 2012-10-02 Paul Eggert <eggert@cs.ucla.edu>
7532
7533 Change sampling interval units from ms to ns.
7534 * profiler.el (profiler-sampling-interval): Change units
7535 from ms to ns, multiplying the default by 1000000 so that
7536 it remains 1 ms.
7537 (profiler-report-cpu-line-format): Give enough room for
7538 the maximum counters on 64-bit hosts.
7539 (profiler-report-render-calltree-1): Call them "CPU samples",
7540 not "Time (ms)", since they are not milliseconds now (and
7541 never really were).
7542
7543 2012-10-02 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
7544
7545 * net/eudcb-bbdb.el (eudc-bbdb-format-record-as-result):
7546 Fix querying BBDB for entries without a last name (Bug#11580).
7547
7548 2012-10-02 Chong Yidong <cyd@gnu.org>
7549
7550 * emacs-lisp/eieio.el: Restore Version header.
7551
7552 2012-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
7553
7554 * vc/diff-mode.el (diff--auto-refine-data): New var.
7555 (diff-hunk): Use it to delay refinement.
7556 (diff-mode): Remove overlays when we turn off font-lock.
7557
7558 * textmodes/table.el: Use lexical-binding, dolist, define-minor-mode.
7559 (table-initialize-table-fixed-width-mode)
7560 (table-set-table-fixed-width-mode): Remove functions.
7561 (table-command-list): Move initialization into declaration.
7562 (table--tweak-menu-for-xemacs): Move defun outside mapcar.
7563 (table-with-cache-buffer): Use `declare'.
7564 (table-span-cell): Simplify via CSE.
7565 (table-fixed-width-mode): Use define-minor-mode.
7566 (table-call-interactively, table-funcall, table-apply): Remove.
7567 (table-function): New function, to replace them.
7568
7569 * bookmark.el (bookmark-search-pattern): Remove var.
7570 (bookmark-read-search-input): Remove function.
7571 (bookmark-bmenu-search): Reimplement using a minibuffer.
7572
7573 * faces.el (modeline): Remove obsolete face name.
7574
7575 * vc/add-log.el (add-log-buffer-file-name-function): Demote to defvar
7576 and give a non-nil default value.
7577 (add-change-log-entry): Simplify accordingly.
7578
7579 2012-10-01 Dmitry Gutov <dgutov@yandex.ru>
7580
7581 * vc/vc-git.el (vc-git-log-edit-toggle-signoff): New function.
7582 (vc-git-log-edit-toggle-amend): New function.
7583 (vc-git-log-edit-toggle-signoff): New function.
7584 (vc-git-log-edit-mode): New major mode.
7585 (vc-git-log-edit-mode-map): Keymap for it.
7586 (vc-git-checkin): Handle "Amend" and "Sign-Off" headers.
7587
7588 * vc/log-edit.el (log-edit-font-lock-keywords): Allow hyphens in
7589 header names.
7590 (log-edit-toggle-header): New function.
7591 (log-edit-extract-headers): Accept function values in HEADERS alist.
7592
7593 2012-10-01 David Engster <deng@randomsample.de>
7594
7595 * emacs-lisp/eieio-opt.el (eieio-describe-class): Add filename
7596 from symbol property and change message to be more consistent with
7597 Emacs proper.
7598 (eieio-describe-generic): Add filename for each implementation.
7599 Fix indices for generic and normal methods.
7600 (eieio-method-def, eieio-class-def): New buttons.
7601 (eieio-help-find-method-definition)
7602 (eieio-help-find-class-definition): New functions.
7603 (eieio-help-mode-augmentation-maybee): Add buttons to filenames of
7604 class, constructor and method definitions.
7605
7606 * emacs-lisp/eieio.el (eieiomt-add, eieio-defclass): Save file
7607 information in symbol property.
7608 (scoped-class): Remove.
7609 (eieio-slot-name-index, call-next-method): Check if it is bound.
7610
7611 2012-10-01 Leo P. White <lpw25@cam.ac.uk>
7612
7613 * emacs-lisp/eieio-custom.el (eieio-custom-mode-map): New option.
7614 (eieio-custom-mode): New major mode.
7615 (eieio-customize-object): Use it.
7616
7617 2012-10-01 Eric Ludlam <zappo@gnu.org>
7618
7619 * emacs-lisp/eieio-base.el (eieio-persistent-read): New input args
7620 specifying the expected class, and whether subclassing is allowed.
7621 (eieio-persistent-convert-list-to-object):
7622 (eieio-persistent-validate/fix-slot-value)
7623 (eieio-persistent-slot-type-is-class-p): New functions.
7624 (eieio-named::slot-missing): Doc fix.
7625
7626 * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
7627 Stop using unused publd variable.
7628
7629 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
7630 (eieio-speedbar-description, eieio-speedbar-derive-line-path)
7631 (eieio-speedbar-object-buttonname, eieio-speedbar-make-tag-line)
7632 (eieio-speedbar-handle-click): Do not specify a class for the
7633 method. Fixes method invocation order problems with EDE.
7634
7635 2012-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
7636
7637 * emacs-lisp/bytecomp.el (byte-compiler-abbreviate-file): New function.
7638 (byte-compile-warning-prefix, byte-compile-file): Use it (bug#12508).
7639
7640 2012-10-01 Karl Fogel <kfogel@red-bean.com>
7641
7642 * bookmark.el (bookmark-version-control): Give tags in the
7643 :type choices (Bug#12309), and improve doc string.
7644 (bookmark-write-file): Bind `print-circle' to `t' to allow
7645 circular custom bookmark types. (Bug#12503)
7646
7647 2012-10-01 Paul Eggert <eggert@cs.ucla.edu>
7648
7649 Revert the FOLLOW-SYMLINKS change for file-attributes.
7650 * files.el (remote-file-name-inhibit-cache, after-find-file):
7651 * time.el (display-time-file-nonempty-p): Undo last change.
7652
7653 * profiler.el (profiler-sampling-interval): Change default back to 1.
7654 See Stefan Monnier in
7655 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00863.html>.
7656
7657 2012-10-01 Fabián Ezequiel Gallina <fgallina@cuca>
7658
7659 Shell output catching a la gud-gdb.
7660 * progmodes/python.el (python-shell-fetch-lines-in-progress)
7661 (python-shell-fetch-lines-string, python-shell-fetched-lines):
7662 New Vars.
7663 (python-shell-fetch-lines-filter): New function.
7664 (python-shell-send-string-no-output): Use them.
7665
7666 2012-09-30 Tomohiro Matsuyama <tomo@cx4a.org>
7667
7668 * profiler.el (profiler-sampling-interval): Rename from
7669 profiler-sample-interval.
7670 (profiler-sampling-interval): Default to 10.
7671 (profiler-find-profile): New command (was profiler-find-log).
7672 (profiler-find-profile-other-window): New command.
7673 (profiler-find-profile-other-frame): New command.
7674 (profiler-profile): Introduce API-level data structure.
7675
7676 2012-09-30 Paul Eggert <eggert@cs.ucla.edu>
7677
7678 file-attributes has a new optional arg FOLLOW-SYMLINKS.
7679 * files.el (remote-file-name-inhibit-cache):
7680 * time.el (display-time-file-nonempty-p): Use it.
7681 * files.el (after-find-file): Don't chase links before calling
7682 file-exists-p, as file-exists-p already does the right thing.
7683
7684 2012-09-30 Ralf Angeli <angeli@caeruleus.net>
7685
7686 Merge from standalone RefTeX repository.
7687
7688 The following ChangeLog entries are shortened versions of the
7689 original ones with file paths adapted. A not so strongly edited
7690 version of the original ChangeLog can be found in the commit log.
7691
7692 * textmodes/reftex-auc.el: Move `provide' call to bottom of file.
7693 (reftex-arg-cite): Use `reftex-cite-key-separator'.
7694 Correctly handle new value type returned by `reftex-citation'.
7695
7696 * textmodes/reftex-cite.el (reftex-create-bibtex-file): Make sure
7697 that entries with whitespace at various places are found.
7698 Doc fix. Include entries that are cross-referenced from cited entries.
7699 Include @String definitions in the resulting bib file. Add header
7700 and footer defined in `reftex-create-bibtex-header' and
7701 `reftex-create-bibtex-footer'.
7702 (reftex-do-citation): Make it possible again to insert
7703 non-existent entries. Save match data when asking for optional
7704 arguments. Return all keys, not just the first one.
7705 (reftex-all-used-citation-keys): Fix regexp to correctly extract
7706 all citations in the same line.
7707 (reftex-parse-bibtex-entry): Accept additional optional argument
7708 `raw' and keep quotes or braces if it is non-nil. Match fields
7709 containing hyphens besides word constituents.
7710 (reftex-get-string-refs): New function.
7711 (reftex-extract-bib-entries): Check if BibTeX file changed on disk
7712 and ask if it should be reread in case it did.
7713 (reftex-pop-to-bibtex-entry)
7714 (reftex-extract-bib-entries-from-thebibliography): Match \bibitem
7715 entries with spaces or tabs in front of arguments.
7716 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
7717 (reftex-parse-bibtex-entry, reftex-create-bibtex-file):
7718 Match entries containing numbers and symbol constituents.
7719 (reftex-do-citation, reftex-figure-out-cite-format):
7720 Use `reftex-cite-key-separator'.
7721
7722 * textmodes/reftex-dcr.el: Move provide statement to end of file.
7723 (reftex-mouse-view-crossref): Explain why point is set.
7724
7725 * textmodes/reftex-global.el: Whitespace changes.
7726
7727 * textmodes/reftex-index.el: Move provide statement to end of
7728 file.
7729 (reftex-index-selection-or-word): Use `reftex-region-active-p'.
7730 (reftex-index-visit-phrases-buffer): Set marker when visiting
7731 buffer. This allows for returning from the phrases file to the
7732 file one was just editing instead of the file where the last
7733 phrases was added from.
7734 (reftex-index-phrases-syntax-table): New variable. Give ?\"
7735 punctuation syntax as it usually is not used as string quote in
7736 TeX-related modes and may occur unmatched. The change also
7737 prevents fontification of quoted content.
7738 (reftex-index-phrases-mode): Use it.
7739
7740 * textmodes/reftex-parse.el (reftex-parse-from-file):
7741 Move backward one char if a `\' was matched after a section macro.
7742 (reftex-parse-from-file): Use beginning of match instead of end as
7743 bound.
7744
7745 * textmodes/reftex-ref.el: Adapt creation of
7746 `reftex-<package>-<macro>' functions to new structure of
7747 `reftex-ref-style-alist'.
7748 (reftex-reference): Use `reftex-ref-style-list' function.
7749 Adapt to new structure of `reftex-ref-style-alist'. Prompt for a
7750 reference macro if `reftex-ref-macro-prompt' is non-nil.
7751 (reftex-reference): Pass refstyle to `reftex-format-special'.
7752 Determine reference macro by looking at
7753 `reftex-ref-style-default-list' and `reftex-ref-style-alist'.
7754 Use only one special format function.
7755 (reftex-varioref-vref, reftex-fancyref-fref)
7756 (reftex-fancyref-Fref): Remove definitions. The functions are now
7757 generated from `reftex-ref-style-alist'.
7758 (reftex-format-vref, reftex-format-Fref, reftex-format-fref):
7759 Remove.
7760 (reftex-format-special): New function.
7761
7762 * textmodes/reftex-sel.el
7763 (reftex-select-cycle-ref-style-internal): Adapt to new structure
7764 of `reftex-ref-style-alist'. Remove code for testing macro type.
7765 (reftex-select-toggle-varioref)
7766 (reftex-select-toggle-fancyref): Remove.
7767 (reftex-select-cycle-ref-style-internal)
7768 (reftex-select-cycle-ref-style-forward)
7769 (reftex-select-cycle-ref-style-backward): New functions.
7770 (reftex-select-label-map): Use `v' and `V' for general cycling
7771 through reference styles. Add `p' for switching between number
7772 and page reference types.
7773
7774 * textmodes/reftex-toc.el (reftex-re-enlarge):
7775 Call `enlarge-window' only if there is something to do because in Emacs
7776 the horizontal version throws an error even if the parameter is 0.
7777
7778 * textmodes/reftex-vars.el (reftex-label-alist): Doc fix.
7779 (reftex-plug-into-AUCTeX): Doc fix.
7780 (reftex-vref-is-default, reftex-fref-is-default): Adapt doc
7781 string. Adapt to new name.
7782 (reftex-ref-style-alist): Change structure so that it is not
7783 possible to use multiple different package names within a style.
7784 Remove the symbols for symbols for macro type distinction.
7785 Add characters for macro selection.
7786 (reftex-ref-macro-prompt, reftex-create-bibtex-header)
7787 (reftex-create-bibtex-footer): New variables.
7788 (reftex-format-ref-function): Mention third argument of special
7789 format function.
7790 (reftex-ref-style-alist, reftex-ref-style-default-list):
7791 New variables.
7792 (reftex-vref-is-default, reftex-fref-is-default): Adapt doc string
7793 to new implementation. Mark as obsolete. Add compatibility code
7794 for honoring the variable values in case they are set.
7795 (reftex-cite-format-builtin, reftex-bibliography-commands):
7796 Add support for ConTeXt.
7797 (reftex-format-ref-function, reftex-format-cite-function):
7798 Fix custom type.
7799 (reftex-cite-key-separator): New variable.
7800
7801 * textmodes/reftex.el (reftex-syntax-table-for-bib)
7802 (reftex-mode): Do not derive `reftex-syntax-table-for-bib' from
7803 `reftex-syntax-table' because parens have to retain their paren
7804 syntax in order for parsing of BibTeX entries like @book(...) to
7805 work.
7806 (reftex-in-comment): Do not error out if `comment-start-skip' is
7807 not set. Deal correctly with escaped comment characters.
7808 (reftex-tie-multifile-symbols): Add doc string.
7809 Initialize `reftex-ref-style-list'.
7810 (reftex-untie-multifile-symbols): Add doc string.
7811 (reftex-add-index-macros): Doc fix.
7812 (reftex-ref-style-activate, reftex-ref-style-toggle)
7813 (reftex-ref-style-list): New functions.
7814 (reftex-mode-menu): Use them. Adapt to new structure of
7815 `reftex-ref-style-alist'.
7816 (reftex-select-with-char): Kill the RefTeX Select buffer when
7817 done.
7818 (reftex-remove-if): New function.
7819 (reftex-erase-all-selection-and-index-buffers)
7820 (reftex-mode-menu): Reference styles are now computed from
7821 `reftex-ref-style-alist'. Fix typo.
7822 (reftex-report-bug): New function.
7823 (reftex-uniquify, reftex-uniquify-by-car): Replace O(n^2)
7824 algorithms with O(n log n). Introduce optional argument SORT (not
7825 yet used).
7826
7827 2012-09-30 Fabián Ezequiel Gallina <fgallina@cuca>
7828
7829 Enhancements for triple-quote string syntax.
7830 * progmodes/python.el (python-syntax-propertize-function):
7831 Match both quote cases in one regexp.
7832 (python-syntax-stringify): Handle matches properly.
7833
7834 2012-09-30 Juri Linkov <juri@jurta.org>
7835
7836 * arc-mode.el (archive-summarize): Let-bind `buffer-file-truename'
7837 to nil around the call to `insert' to prevent
7838 directory time modification by lock_file. (Bug#2295)
7839 * tar-mode.el (tar-summarize-buffer): Idem.
7840
7841 2012-09-30 Juri Linkov <juri@jurta.org>
7842
7843 * facemenu.el (list-colors-sort): Add option "Luminance".
7844 (list-colors-sort-key): Implement it.
7845
7846 * vc/diff-mode.el (diff-refine-removed):
7847 * vc/ediff-init.el (ediff-fine-diff-A):
7848 * vc/smerge-mode.el (smerge-refined-removed):
7849 Change background color "#ffaaaa" to "#ffbbbb". (Bug#10181)
7850
7851 2012-09-30 Jan Djärv <jan.h.d@swipnet.se>
7852
7853 * term/ns-win.el (x-file-dialog): New function.
7854
7855 2012-09-30 Juanma Barranquero <lekktu@gmail.com>
7856
7857 * ido.el (ido-max-directory-size): Default to nil; the current
7858 default is small for POSIX systems, and impractical on Windows 7
7859 now that lstat returns directory sizes for NTFS.
7860
7861 2012-09-30 Martin Rudalics <rudalics@gmx.at>
7862
7863 In buffer display functions handle window-height/window-width
7864 alist entries. Suggested by Juri Linkov as fix for Bug#1806.
7865 * window.el (window--display-buffer): New argument ALIST.
7866 Obey window-height and window-width alist entries.
7867 (window--try-to-split-window): New argument ALIST.
7868 Bind window-combination-limit to t when the window's size shall be
7869 changed and window-combination-limit equals `window-size'.
7870 (display-buffer-in-atom-window)
7871 (display-buffer-in-major-side-window)
7872 (display-buffer-in-side-window, display-buffer-same-window)
7873 (display-buffer-reuse-window, display-buffer-pop-up-frame)
7874 (display-buffer-pop-up-window, display-buffer-below-selected)
7875 (display-buffer-at-bottom, display-buffer-in-previous-window)
7876 (display-buffer-use-some-window): Adjust all callers of
7877 window--display-buffer and window--try-to-split-window.
7878 (fit-frame-to-buffer): New option.
7879 (fit-window-to-buffer): Can resize frames if fit-frame-to-buffer
7880 is non-nil.
7881 (display-buffer-in-major-side-window): Evaluate window-height /
7882 window-width alist entries.
7883
7884 * help.el (temp-buffer-resize-frames)
7885 (temp-buffer-resize-regexps): Remove options.
7886 (temp-buffer-resize-mode): Adjust doc-string.
7887 (resize-temp-buffer-window): Don't consult
7888 temp-buffer-resize-regexps. Use fit-frame-to-buffer instead of
7889 temp-buffer-resize-frames.
7890
7891 * dired.el (dired-mark-pop-up):
7892 Call display-buffer-below-selected with a fit-window-to-buffer alist
7893 entry.
7894
7895 2012-09-30 Chong Yidong <cyd@gnu.org>
7896
7897 * server.el (server-host): Document the security implications.
7898 (server-auth-key): Doc fix.
7899
7900 * startup.el (initial-buffer-choice): Doc fix.
7901
7902 * minibuffer.el (minibuffer-local-filename-syntax): Doc fix.
7903
7904 * simple.el (delete-trailing-whitespace): Avoid an unnecessary
7905 restriction change.
7906
7907 * bindings.el (goto-map): Bind M-g TAB to move-to-column.
7908
7909 * help-fns.el (help-fns--obsolete): Fix last change.
7910
7911 2012-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
7912
7913 * winner.el (winner-mode-map): Obey winner-dont-bind-my-keys here.
7914 (minor-mode-map-alist): Remove redundant code.
7915
7916 * vc/pcvs.el (cvs-cleanup-collection): Keep entries that are currently
7917 visited in a buffer.
7918 (cvs-insert-visited-file): New function.
7919 (find-file-hook): Use it.
7920
7921 * vc/pcvs-info.el (cvs-fileinfo-pp): Don't use non-existent faces.
7922
7923 * vc/log-edit.el (log-edit-font-lock-keywords): Ignore case to
7924 chose face.
7925 (log-edit-empty-buffer-p): Don't require a space after a header.
7926
7927 * vc/ediff-util.el (ediff-diff-at-point): Don't assume point-min==1.
7928
7929 * tutorial.el (help-with-tutorial): Use minibuffer-with-setup-hook.
7930
7931 * textmodes/text-mode.el (paragraph-indent-minor-mode): Make it
7932 a proper minor-mode.
7933
7934 * textmodes/tex-mode.el (tex-mode-map): Don't bind paren keys.
7935
7936 2012-09-29 Glenn Morris <rgm@gnu.org>
7937
7938 * winner.el (winner-mode): Remove variable (let define-minor-mode
7939 handle it).
7940 (winner-dont-bind-my-keys, winner-boring-buffers, winner-mode-hook):
7941 Doc fixes.
7942 (winner-mode-leave-hook): Rename to winner-mode-off-hook.
7943 (winner-mode): Use define-minor-mode.
7944
7945 * vc/vc-sccs.el (vc-sccs-registered): Use the progn trick to get
7946 the full definition in loaddefs, rather than duplicating it.
7947
7948 * help-macro.el (three-step-help): No need to autoload defcustom.
7949
7950 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
7951 (inferior-lisp-program, inferior-lisp-load-command)
7952 (inferior-lisp-prompt, inferior-lisp-mode-hook):
7953 No need to autoload defcustoms.
7954
7955 * hippie-exp.el (hippie-expand-try-functions-list)
7956 (hippie-expand-verbose, hippie-expand-dabbrev-skip-space)
7957 (hippie-expand-dabbrev-as-symbol, hippie-expand-no-restriction)
7958 (hippie-expand-max-buffers, hippie-expand-ignore-buffers)
7959 (hippie-expand-only-buffers): No need to autoload defcustoms.
7960 * progmodes/vhdl-mode.el (vhdl-line-expand):
7961 Explicitly load hippie-exp, so it does not get autoloaded
7962 while hippie-expand-try-functions-list is let-bound.
7963
7964 2012-09-28 Glenn Morris <rgm@gnu.org>
7965
7966 * emacs-lisp/cl.el (flet): Fix case of obsolescence message.
7967
7968 * emacs-lisp/bytecomp.el (byte-compile-cl-file-p):
7969 Only "cl.el" counts as cl these days.
7970
7971 2012-09-28 Juri Linkov <juri@jurta.org>
7972
7973 Display archive errors in the echo area instead of inserting
7974 to the file buffer.
7975
7976 * arc-mode.el (archive-extract-by-stdout): Change arg STDERR-FILE
7977 to STDERR-TEST that can be a regexp matching a successful output.
7978 Create a temporary file and redirect stderr to it. Search for
7979 STDERR-TEST in the stderr output and display it in the echo area
7980 if no match is found.
7981 (archive-extract-by-file): New function like
7982 `archive-extract-by-stdout' but extracting archives to files
7983 and looking for successful matches in stdout. Function body is
7984 mostly copied from `archive-rar-extract'.
7985 (archive-rar-extract): Use `archive-extract-by-file'.
7986 (archive-7z-extract): Use `archive-extract-by-stdout'. (Bug#10347)
7987
7988 2012-09-28 Leo Liu <sdl.web@gmail.com>
7989
7990 * pcomplete.el (pcomplete-show-completions):
7991 Use minibuffer-message to make pcomplete usable in minibuffer.
7992
7993 * ido.el (ido-set-matches-1): Fix 2012-09-11 change.
7994
7995 2012-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
7996
7997 * type-break.el: Use lexical-binding.
7998 (type-break-mode): Use define-minor-mode.
7999
8000 * emacs-lisp/pcase.el (pcase--mark-used): New.
8001 (pcase--u1): Use it (bug#12512).
8002
8003 * custom.el (load-theme): Set buffer-file-name so the load is recorded
8004 in load-history with the right file name.
8005
8006 2012-09-28 Tassilo Horn <tsdh@gnu.org>
8007
8008 * doc-view.el (doc-view-current-cache-doc-pdf): New function.
8009 (doc-view-doc->txt, doc-view-convert-current-doc): Use it.
8010 (doc-view-get-bounding-box): Make bounding box slicing work for
8011 ODF and DVI documents.
8012
8013 2012-09-28 Glenn Morris <rgm@gnu.org>
8014
8015 * type-break.el (type-break-mode, type-break-interval)
8016 (type-break-good-rest-interval, type-break-keystroke-threshold):
8017 No need to autoload.
8018 (type-break-good-rest-interval, type-break-keystroke-threshold):
8019 Add :set-after.
8020
8021 2012-09-28 Chong Yidong <cyd@gnu.org>
8022
8023 * progmodes/verilog-mode.el (verilog-auto-inst-interfaced-ports):
8024 Add :version tag.
8025
8026 2012-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
8027
8028 * json.el (json-encode-char): Codes 127-160 aren't "ASCII printable".
8029
8030 2012-09-27 Glenn Morris <rgm@gnu.org>
8031
8032 * faces.el (x-display-name): Declare (for without-x builds).
8033
8034 * linum.el (linum-format): Don't autoload it. Improve :type.
8035
8036 * progmodes/tcl.el: Don't require outline when compiling.
8037 (outline-regexp, outline-level): Declare.
8038 * textmodes/sgml-mode.el: Don't require outline when compiling.
8039 (outline-regexp, outline-heading-end-regexp, outline-level): Declare.
8040
8041 * term.el (term-ansi-reset):
8042 Try setting term-ansi-face-already-done to nil. (Bug#11785)
8043
8044 * vc/vc.el (vc-next-action): Only gripe about committing read-only
8045 files for RCS and SCCS. (Bug#9781)
8046
8047 2012-09-27 Chong Yidong <cyd@gnu.org>
8048
8049 * progmodes/verilog-mode.el (verilog-mode-release-emacs): Fix last
8050 change; value should be t.
8051
8052 2012-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
8053
8054 * image-mode.el: Use lexical-binding.
8055 (image-mode-winprops): Use t to stand for the window of
8056 a buffer that's not displayed.
8057 * doc-view.el (doc-view-new-window-function): Handle the new
8058 t in winprops.
8059 (doc-view-enlarge): Make it a real nop if the size is not changed.
8060 (doc-view-display): Handle the case where the buffer is not (yet?)
8061 displayed in any window.
8062 (doc-view-saved-settings): New var.
8063 (doc-view-mode): Use it.
8064 (doc-view-fallback-mode): Set it.
8065
8066 * minibuf-eldef.el: Make it possible to replace (default ...) with [...].
8067 Set lexical-binding.
8068 (minibuffer-eldef-shorten-default): New var.
8069 (minibuffer-default-in-prompt-regexps): Use it for new default.
8070 (minibuf-eldef-setup-minibuffer): Add replacement functionality.
8071
8072 2012-09-26 Juanma Barranquero <lekktu@gmail.com>
8073
8074 * international/uni-bidi.el:
8075 * international/uni-category.el:
8076 * international/uni-name.el:
8077 * international/uni-numeric.el: Regenerate.
8078
8079 2012-09-26 Tomohiro Matsuyama <tomo@cx4a.org>
8080 Stefan Monnier <monnier@iro.umontreal.ca>
8081
8082 * profiler.el: New file.
8083
8084 2012-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
8085
8086 * emacs-lisp/testcover.el (testcover-after): Add gv-expander.
8087 (testcover-reinstrument): Simplify with CSE.
8088
8089 2012-09-26 Juanma Barranquero <lekktu@gmail.com>
8090
8091 * window.el (temp-buffer-window-setup): Fix typo in docstring.
8092
8093 2012-09-25 Wilson Snyder <wsnyder@wsnyder.org>
8094
8095 * verilog-mode.el (verilog-auto-ascii-enum, verilog-auto-inout)
8096 (verilog-auto-input, verilog-auto-insert-lisp)
8097 (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
8098 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-undef)
8099 (verilog-auto-unused, verilog-auto-wire)
8100 (verilog-forward-or-insert-line): Fix AUTOs with no trailing
8101 newline. Reported by Andrew Jones.
8102 (verilog-auto-inst) Support expanding $clog2 in AUTOINST.
8103 Reported by Brad Dobbie.
8104 (verilog-batch-delete-trailing-whitespace):
8105 Create verilog-batch-delete-trailing-whitespace.
8106 Reported by Brad Dobbie.
8107 (verilog-auto-inout-param): Support AUTOINOUTPARAM for copying
8108 parameters from another module. Reported by Dan Katz.
8109 (verilog-auto, verilog-auto-assign-modport)
8110 (verilog-auto-inout-modport): Add AUTOASSIGNMODPORT and
8111 AUTOINOUTMODPORT for UVM interface module shell generation.
8112 Reported by Brad Dobbie.
8113 (verilog-auto-inst-interfaced-ports): Make default nil, as more
8114 standard behavior.
8115 (verilog-auto): Fix AUTO parameters with parenthesis arguments.
8116 Reported by Matt Martin.
8117
8118 2012-09-25 Martin Rudalics <rudalics@gmx.at>
8119
8120 * window.el (window--resize-child-windows): When resizing child
8121 windows proportionally, process them in reverse order to
8122 preserve the "when splitting a window the new one gets the odd
8123 line" behavior.
8124 (window--resize-root-window-vertically): When resizing the
8125 minibuffer window try to affect only windows at the bottom of the
8126 frame. (Bug#12419)
8127
8128 2012-09-25 Chong Yidong <cyd@gnu.org>
8129
8130 * subr.el (declare): Doc fix.
8131
8132 * help-fns.el (help-fns--obsolete): Handle macros properly.
8133
8134 2012-09-25 Chong Yidong <cyd@gnu.org>
8135
8136 * bookmark.el (bookmark-jump-noselect): Use a declare form to mark
8137 this function obsolete.
8138
8139 * calendar/cal-x.el (calendar-two-frame-setup)
8140 (calendar-only-one-frame-setup, calendar-one-frame-setup):
8141 * calendar/calendar.el (american-calendar, european-calendar)
8142 (calendar-for-loop):
8143 * comint.el (comint-dynamic-simple-complete)
8144 (comint-dynamic-complete-as-filename, comint-unquote-filename):
8145 * desktop.el (desktop-load-default):
8146 * dired-x.el (dired-omit-here-always)
8147 (dired-hack-local-variables, dired-default-directory):
8148 * emacs-lisp/derived.el (derived-mode-class):
8149 * emacs-lisp/timer.el (timer-set-time-with-usecs):
8150 * emacs-lock.el (toggle-emacs-lock):
8151 * epa.el (epa-display-verify-result):
8152 * epg.el (epg-sign-keys, epg-start-sign-keys)
8153 (epg-passphrase-callback-function):
8154 * eshell/esh-util.el (eshell-for):
8155 * eshell/eshell.el (eshell-remove-from-window-buffer-names)
8156 (eshell-add-to-window-buffer-names):
8157 * files.el (locate-file-completion):
8158 * imenu.el (imenu-example--create-c-index)
8159 (imenu-example--create-lisp-index)
8160 (imenu-example--lisp-extract-index-name)
8161 (imenu-example--name-and-position):
8162 * international/mule-cmds.el (princ-list):
8163 * international/mule-diag.el (decode-codepage-char):
8164 * international/mule-util.el (detect-coding-with-priority):
8165 * iswitchb.el (iswitchb-read-buffer):
8166 * mail/mailalias.el (mail-complete):
8167 * mail/sendmail.el (mail-sent-via):
8168 * mouse.el (mouse-popup-menubar-stuff, mouse-popup-menubar)
8169 (mouse-major-mode-menu):
8170 * password-cache.el (password-read-and-add):
8171 * pcomplete.el (pcomplete-parse-comint-arguments):
8172 * progmodes/sh-script.el (sh-maybe-here-document):
8173 * replace.el (query-replace-regexp-eval):
8174 * savehist.el (savehist-load):
8175 * simple.el (choose-completion-delete-max-match):
8176 * term.el (term-dynamic-simple-complete):
8177 * vc/ediff-init.el (ediff-check-version):
8178 * vc/ediff-wind.el (ediff-choose-window-setup-function-automatically):
8179 * vc/vc.el (vc-diff-switches-list):
8180 * view.el (view-return-to-alist-update): Likewise.
8181
8182 * subr.el (eval-next-after-load, makehash, insert-string)
8183 (assoc-ignore-representation, assoc-ignore-case): Use declare to
8184 mark obsolete.
8185 (mode-line-inverse-video): Variable deleted.
8186
8187 * international/mule-util.el (string-to-sequence): Remove.
8188
8189 * calendar/calendar.el (calendar-version):
8190 * calendar/icalendar.el (icalendar-extract-ical-from-buffer)
8191 (icalendar-convert-diary-to-ical):
8192 * cus-edit.el (custom-mode):
8193 * ansi-color.el (ansi-color-unfontify-region):
8194 * international/latin1-disp.el (latin1-char-displayable-p):
8195 * progmodes/cwarn.el (turn-on-cwarn-mode):
8196 * progmodes/which-func.el (which-func-update-1):
8197 Use define-obsolete-function-alias.
8198
8199 * net/newst-backend.el (newsticker-cache-filename):
8200 * net/newst-treeview.el (newsticker-groups-filename):
8201 Fix incorrect obsolescence declaration.
8202
8203 * allout.el (allout-passphrase-hint-string): Likewise.
8204 (allout-init): Use a declare form to mark obsolete.
8205
8206 * emacs-lisp/byte-run.el (make-obsolete): Doc fix; emphasize that
8207 this applies to functions.
8208
8209 * iswitchb.el (iswitchb-read-buffer): Move code of
8210 iswitchb-define-mode-map here, and delete that obsolete function.
8211
8212 * net/snmp-mode.el (snmp-font-lock-keywords-3): Don't use obsolete
8213 font-lock-reference-face.
8214
8215 2012-09-25 Glenn Morris <rgm@gnu.org>
8216
8217 * buff-menu.el (Buffer-menu-name-width, Buffer-menu-size-width):
8218 Doc fixes.
8219
8220 * eshell/em-term.el (eshell-term-name):
8221 Default to term-term-name. (Bug#12485)
8222
8223 2012-09-24 Fabián Ezequiel Gallina <fgallina@cuca>
8224
8225 * progmodes/python.el (python-shell-send-buffer): Better handling
8226 of "if __name__ == '__main__':" conditionals when sending the buffer.
8227
8228 2012-09-24 Glenn Morris <rgm@gnu.org>
8229
8230 * eshell/esh-cmd.el (eshell-find-alias-function):
8231 Tighten up file-name regexp. (Bug#12499)
8232
8233 2012-09-24 Fabián Ezequiel Gallina <fgallina@cuca>
8234
8235 Enhancements for triple-quote string syntax.
8236 * progmodes/python.el (python-quote-syntax): Remove.
8237 (python-syntax-propertize-function): New value.
8238 (python-syntax-count-quotes, python-syntax-stringify):
8239 New functions.
8240
8241 2012-09-24 Chong Yidong <cyd@gnu.org>
8242
8243 * mail/supercite.el (sc-version): Remove obsolete function.
8244 (sc-describe): Don't mark as obsolete, since it is bound.
8245 (sc-submit-bug-report): Remove.
8246
8247 * vc/log-edit.el (cvs-changelog-full-paragraphs)
8248 (cvs-commit-buffer-require-final-newline): Remove.
8249 (log-edit-require-final-newline)
8250 (log-edit-changelog-full-paragraphs): Default to t.
8251
8252 * vc/pcvs-defs.el (cvs-diff-buffer-name, cvs-diff-ignore-marks)
8253 * vc/vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
8254 * vc/vc.el (vc-checkout-carefully): Likewise.
8255
8256 * vc/emerge.el (emerge-mode): Make it an obsolete alias.
8257 (emerge-version): Remove.
8258
8259 * progmodes/compile.el (compile-internal): Remove.
8260 (compilation-parse-errors-function): Fix typo.
8261
8262 * international/mule.el (set-char-table-default): Remove.
8263 (set-coding-priority, make-coding-system, generic-char-p)
8264 (charset-list, charset-bytes, charset-id): Use declare to mark
8265 functions as obsolete.
8266
8267 * vc/pcvs-defs.el (cvs-buffer-name-alist)
8268 (cvs-invert-ignore-marks): Remove references to obsolete vars.
8269 * vc/vc-hooks.el (vc-default-registered): Don't use
8270 vc-master-templates.
8271
8272 * font-lock.el (font-lock-reference-face):
8273 Use define-obsolete-variable-alias.
8274
8275 * generic-x.el (rul-generic-mode): Use font-lock-constant-face.
8276 * calendar/calendar.el (calendar-font-lock-keywords):
8277 * calendar/diary-lib.el (diary-font-lock-keywords)
8278 (diary-fancy-font-lock-keywords):
8279 * textmodes/reftex-sel.el (reftex-insert-docstruct):
8280 * textmodes/reftex-index.el (reftex-insert-index):
8281 * textmodes/reftex-cite.el (reftex-format-bib-entry):
8282 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
8283 * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
8284 * progmodes/prolog.el (prolog-font-lock-keywords):
8285 * progmodes/idlwave.el (idlwave-idl-keywords):
8286 * progmodes/ada-mode.el (ada-font-lock-keywords):
8287 * net/snmp-mode.el (snmp-font-lock-keywords-3): Likewise.
8288
8289 2012-09-24 Glenn Morris <rgm@gnu.org>
8290
8291 * mail/emacsbug.el (report-emacs-bug): Include `lsb_release -d'.
8292
8293 2012-09-23 Fabián Ezequiel Gallina <fgallina@cuca>
8294
8295 * progmodes/python.el (python-indent-line): More consistent cursor
8296 movement behavior.
8297
8298 2012-09-23 Stefan Merten <smerten@oekonux.de>
8299
8300 * textmodes/rst.el: Fix compiler warning.
8301
8302 2012-09-23 Roland Winkler <winkler@gnu.org>
8303
8304 * textmodes/bibtex.el (bibtex-autokey-transcriptions):
8305 Transcribe also LaTeX hyphenation.
8306 (bibtex-reformat): Bug fix. Do not quote twice the elements of
8307 bibtex-reformat-previous-options.
8308
8309 2012-09-23 Roland Winkler <winkler@gnu.org>
8310
8311 * proced.el (proced-renice-command): New variable.
8312 (proced-marked-processes): New function.
8313 (proced-with-processes-buffer): New macro.
8314 (proced-send-signal): Use them.
8315 (proced-renice): New command bound to r.
8316
8317 2012-09-23 Roland Winkler <winkler@gnu.org>
8318
8319 * ibuf-ext.el (ibuffer-switch-to-saved-filter-groups): If list
8320 ibuffer-saved-filter-groups has one element, shortcut the call of
8321 completing-read. (Bug#12331)
8322
8323 2012-09-23 Chong Yidong <cyd@gnu.org>
8324
8325 * bindings.el (mode-line-toggle-read-only):
8326 * bs.el (bs-toggle-readonly):
8327 * buff-menu.el (Buffer-menu-toggle-read-only):
8328 * dired.el (dired-toggle-read-only):
8329 * ibuffer.el (ibuffer-do-toggle-read-only): Use read-only-mode.
8330
8331 2012-09-23 Chong Yidong <cyd@gnu.org>
8332
8333 * image.el (image-type-available-p): Adapt to init-image-library
8334 argument changes.
8335
8336 2012-09-22 Juri Linkov <juri@jurta.org>
8337
8338 * dired.el (dired-mode-map): Add [remap read-only-mode] for
8339 `dired-toggle-read-only'. (Bug#12462)
8340
8341 2012-09-22 Martin Rudalics <rudalics@gmx.at>
8342
8343 * subr.el (temp-output-buffer-show): New function.
8344 (with-output-to-temp-buffer): Call temp-output-buffer-show
8345 instead of internal-temp-output-buffer-show.
8346
8347 2012-09-22 Chong Yidong <cyd@gnu.org>
8348
8349 * files.el (ctl-x-map): Bind C-x C-q to read-only-mode
8350 (Bug#12462).
8351
8352 * repeat.el (repeat): Doc fix (Bug#12348).
8353
8354 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix
8355 (Bug#10909).
8356
8357 * simple.el (shell-command-on-region): Doc fix.
8358 (read-only-mode): Doc fix.
8359
8360 2012-09-22 Eli Zaretskii <eliz@gnu.org>
8361
8362 * emacs-lisp/timer.el (run-with-idle-timer)
8363 (timer-activate-when-idle): Warn against reinvoking an idle timer
8364 from within its own timer action. (Bug#12447)
8365
8366 2012-09-22 Martin Rudalics <rudalics@gmx.at>
8367
8368 * cus-start.el (window-combination-limit): Add new optional
8369 values.
8370 * window.el (temp-buffer-window-show)
8371 (window--try-to-split-window): Handle new values of
8372 window-combination-limit (Bug#1806).
8373 (split-window): Test window-combination-limit for t instead of
8374 non-nil.
8375 (display-buffer-at-bottom): New buffer display action function.
8376 * help.el (temp-buffer-resize-regexps): New option.
8377 (temp-buffer-resize-mode): Rewrite doc-string.
8378 (resize-temp-buffer-window): Obey temp-buffer-resize-regexps.
8379 Don't resize reused window. Suggested by Glenn Morris.
8380
8381 2012-09-22 Stefan Merten <smerten@oekonux.de>
8382
8383 * textmodes/rst.el: Revamp section title faces.
8384 (rst-official-version)
8385 (rst-package-emacs-version-alist): Sync with official version
8386 V1.4.0.
8387 (rst-faces-defaults, rst-set-level-default)
8388 (rst-level-face-max, rst-level-face-base-color)
8389 (rst-level-face-base-light, rst-level-face-format-light)
8390 (rst-level-face-step-light, rst-define-level-faces): Obsolete.
8391 (rst-adornment-faces-alist): Match new setup.
8392 (rst-level-1, rst-level-2, rst-level-3, rst-level-4)
8393 (rst-level-5, rst-level-6): New faces.
8394
8395 2012-09-22 Chong Yidong <cyd@gnu.org>
8396
8397 * simple.el (undo): Handle indirect buffers (Bug#8207).
8398
8399 2012-09-21 Leo Liu <sdl.web@gmail.com>
8400
8401 IDO: Disable match re-ordering for buffer switching.
8402 * ido.el (ido-buffer-disable-smart-matches): New variable.
8403 (ido-set-matches-1): Use it. (Bug#2042)
8404
8405 2012-09-21 Jose Marino <marinoj@nso.edu> (tiny change)
8406
8407 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
8408 Fix 2011-05-17 change. (Bug#12418)
8409
8410 2012-09-21 Leo Liu <sdl.web@gmail.com>
8411
8412 * subr.el (ignore-errors): Mention with-demoted-errors in doc-string.
8413
8414 2012-09-21 Glenn Morris <rgm@gnu.org>
8415
8416 * emacs-lisp/shadow.el (load-path-shadows-font-lock-keywords):
8417 Be more robust about locating simple.el.
8418
8419 2012-09-21 Glenn Morris <rgm@gnu.org>
8420
8421 * mail/emacsbug.el (report-emacs-bug): Trap load-path-shadows errors.
8422
8423 2012-09-21 Joel Bion <jpbion@westvi.com> (tiny change)
8424
8425 * pcmpl-gnu.el (pcmpl-gnu-tarfile-regexp): Add tar.xz. (Bug#12382)
8426
8427 2012-09-20 Juri Linkov <juri@jurta.org>
8428
8429 * replace.el (query-replace-read-from): Use `read-regexp' instead
8430 of `read-from-minibuffer' when `regexp-flag' is non-nil.
8431 (occur-read-primary-args): Use `read-regexp' instead of
8432 `read-string'.
8433 (multi-occur-in-matching-buffers): Use `read-regexp' instead of
8434 `read-from-minibuffer'.
8435 * isearch.el (isearch-occur): Use `read-regexp' instead of
8436 `read-string'.
8437 * dired.el (dired-read-regexp): Use `read-regexp' instead of
8438 `read-from-minibuffer'.
8439 * progmodes/grep.el (grep-read-regexp): Use `read-regexp' instead
8440 of `read-string'. (Bug#7567)
8441
8442 * replace.el (read-regexp): Rename DEFAULT-VALUE arg to DEFAULTS
8443 and allow accepting a list of strings prepended to a list of
8444 standard default values. Doc fix. (Bug#12321)
8445
8446 * replace.el (read-regexp): Add HISTORY arg. (Bug#7567)
8447
8448 * replace.el (read-regexp): Don't add ": " when PROMPT already
8449 ends with a colon and space. (Bug#12321)
8450
8451 2012-09-20 Tassilo Horn <tsdh@gnu.org>
8452
8453 * doc-view.el (doc-view-display): Better fix for the cl-assertion
8454 error.
8455
8456 2012-09-20 Stefan Merten <smerten@oekonux.de>
8457
8458 * textmodes/rst.el: Integrate support for `imenu' and `which-function'.
8459 Fixes feature request bug#11711.
8460 (rst-mode): Create `imenu-create-index-function'.
8461 (rst-get-stripped-line): Delete after refactoring.
8462 (rst-section-tree, rst-section-tree-rec)
8463 (rst-section-tree-point): Refactor and document properly.
8464 (rst-imenu-find-adornments-for-position)
8465 (rst-imenu-convert-cell, rst-imenu-create-index):
8466 New function.
8467
8468 2012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
8469
8470 * emacs-lisp/macroexp.el (macroexp--obsolete-warning): New function.
8471 (macroexp--expand-all): Use it.
8472 (macroexp--funcall-and-return): Remove by folding it into its sole
8473 caller (macroexp--warn-and-return).
8474 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete):
8475 Use macroexp--obsolete-warning.
8476
8477 * calc/calc.el: Fix last change by removing the whole chunk, since it
8478 was only needed back when Calc was not bundled.
8479
8480 2012-09-20 Martin Rudalics <rudalics@gmx.at>
8481
8482 * emacs-lisp/debug.el (debug): Restore assignment to
8483 debugger-old-buffer removed on 2012-09-08.
8484
8485 2012-09-20 Juri Linkov <juri@jurta.org>
8486
8487 * dired-aux.el (dired-diff): Remove (require 'diff) since
8488 `diff-latest-backup-file' is now autoloaded.
8489
8490 2012-09-20 Chong Yidong <cyd@gnu.org>
8491
8492 * vc/diff.el (diff-latest-backup-file): Autoload.
8493
8494 2012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
8495
8496 * calc/calc.el: Remove redundant autoload shape check.
8497 (sel-mode): Don't defvar.
8498 (calc-get-stack-element): Add `sel-mode' arg instead.
8499 (calc-top, calc-top-list): Pass it this additional argument.
8500 * calc/calc-store.el (calc-store-map):
8501 * calc/calc-map.el (calc-apply, calc-reduce, calc-map)
8502 (calc-map-equation, calc-outer-product, calc-inner-product):
8503 * calc/calc-aent.el (calc-alg-entry): Don't bind sel-mode.
8504
8505 * emacs-lisp/macroexp.el (macroexp--expand-all): Fix last change.
8506
8507 2012-09-19 Juri Linkov <juri@jurta.org>
8508
8509 * dired-aux.el (dired-diff): Add (require 'diff) because
8510 `diff-latest-backup-file' is not autoloaded.
8511 (dired-do-chxxx, dired-do-chmod): Set `no-error-if-not-filep' arg
8512 of `dired-get-filename' to t to not report error when there is
8513 no default file on the current line.
8514
8515 2012-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
8516
8517 * emacs-lisp/macroexp.el (macroexp--funcall-if-compiled): Rename from
8518 macroexp--eval-if-compile.
8519 (macroexp--funcall-and-return, macroexp--warn-and-return): New funs.
8520 (macroexp--expand-all): Use them (bug#12371).
8521
8522 * doc-view.el (doc-view-guess-paper-size)
8523 (doc-view-scale-bounding-box): Fix unbound `caddr'.
8524
8525 2012-09-19 Tassilo Horn <tsdh@gnu.org>
8526
8527 New feature: set optimal slice from BoundingBox information.
8528 * doc-view.el (doc-view-mode-map): Add keybinding.
8529 (doc-view-menu): Add menu entry.
8530 (doc-view-set-slice): Adapt docstring.
8531 (doc-view-get-bounding-box, doc-view-guess-paper-size)
8532 (doc-view-scale-bounding-box)
8533 (doc-view-set-slice-from-bounding-box): New functions.
8534 (doc-view-paper-sizes): New defvar.
8535
8536 2012-09-19 Glenn Morris <rgm@gnu.org>
8537
8538 * emacs-lisp/macroexp.el (byte-compile-warn-obsolete)
8539 (byte-compile-log-warning): Autoload. (Bug#12371)
8540
8541 * calendar/calendar.el (calendar-american-month-header)
8542 (calendar-european-month-header, calendar-iso-month-header)
8543 (calendar-month-header): New options.
8544 (calendar-set-date-style): Set calendar-month-header. Redraw calendar.
8545 (calendar-generate-month): Use calendar-month-header. (Bug#9510)
8546
8547 2012-09-19 Jan Djärv <jan.h.d@swipnet.se>
8548
8549 * startup.el (command-line-ns-option-alist): Add -g and --geometry.
8550
8551 2012-09-18 Juri Linkov <juri@jurta.org>
8552
8553 * dired-aux.el (dired-diff): Restore original functionality of
8554 getting the default value, but keep new feature of using the
8555 latest existing backup file (`diff-latest-backup-file').
8556
8557 2012-09-18 Juri Linkov <juri@jurta.org>
8558
8559 * dired.el (dired-mark): If the region is active in Transient Mark
8560 mode, mark all files in the active region. Doc fix.
8561 (dired-unmark, dired-flag-file-deletion, dired-unmark-backward):
8562 Doc fix. (Bug#10624)
8563
8564 2012-09-18 Juri Linkov <juri@jurta.org>
8565
8566 * dired-aux.el (dired-do-chxxx, dired-do-chmod): Default file
8567 attributes for M-n are pulled from the file at point.
8568 (dired-do-chgrp, dired-do-chown, dired-do-touch): Doc fix.
8569 Suggested by Drew Adams. (Bug#10624)
8570
8571 2012-09-18 Dmitry Gutov <dgutov@yandex.ru>
8572
8573 * progmodes/ruby-mode.el (ruby-brace-to-do-end): Don't add extra
8574 whitespace after "end".
8575 (ruby-do-end-to-brace): Collapse block to one line if it fits
8576 within fill-column.
8577
8578 2012-09-18 Martin Rudalics <rudalics@gmx.at>
8579
8580 * emacs-lisp/debug.el (debugger-bury-or-kill): Fix customization
8581 value.
8582 (debug): Don't remove debugger window when debugger is expected
8583 to be back.
8584
8585 2012-09-18 Chong Yidong <cyd@gnu.org>
8586
8587 * custom.el (defface): Doc fix.
8588
8589 * cus-edit.el (custom-unlispify-remove-prefixes): Add warning.
8590
8591 2012-09-18 Martin Blais <blais@furius.ca> (tiny change)
8592
8593 * progmodes/compile.el (compilation-start): Use compilation-always-kill
8594 to initialize query-on-exit; then test that instead (bug#12288).
8595
8596 2012-09-17 Stefan Merten <smerten@oekonux.de>
8597
8598 * textmodes/rst.el: Add support for `testcover'.
8599 (rst-defcustom-testcover, rst-testcover-add-compose)
8600 (rst-testcover-add-1value): New functions.
8601 (rst-portable-mark-active-p): Replace by `use-region-p'.
8602 (rst-update-section, rst-classify-adornment)
8603 (rst-find-title-line): Mark `1value' forms.
8604 (rst-classify-adornment): Remove superfluous form.
8605 (rst-update-section, rst-get-adornments-around)
8606 (rst-adornment-complete-p, rst-get-next-adornment)
8607 (rst-adjust, rst-promote-region)
8608 (rst-display-adornments-hierarchy, rst-straighten-adornments)
8609 (rst-find-pfx-in-region, rst-section-tree-rec)
8610 (rst-section-tree-point, rst-toc-insert, rst-toc-insert-node)
8611 (rst-toc-node, rst-toc, rst-forward-section)
8612 (rst-iterate-leftmost-paragraphs)
8613 (rst-iterate-leftmost-paragraphs-2, rst-enumerate-region)
8614 (rst-bullet-list-region)
8615 (rst-convert-bullets-to-enumeration, rst-font-lock-keywords)
8616 (rst-compile-find-conf, rst-compile)
8617 (rst-repeat-last-character): Fix style.
8618
8619 2012-09-17 Chong Yidong <cyd@gnu.org>
8620
8621 * comint.el (comint--complete-file-name-data): Don't add a space
8622 if the status is `sole'; that adds a gratuitous space in the
8623 completion-cycling case (Bug#12092).
8624
8625 * pcomplete.el (pcomplete-completions-at-point): Likewise.
8626
8627 2012-09-17 Richard Stallman <rms@gnu.org>
8628
8629 * mail/rmailmm.el (rmail-mime-toggle-raw): Do rmail-mime-insert
8630 only in the mime-shown mode, not in raw mode.
8631 (rmail-mime): Toggle off mime by displaying the message without
8632 mime processing. (Bug#12305)
8633
8634 * mail/rmail.el (rmail-retry-failure):
8635 Turn off mime processing first. (Bug#12037)
8636
8637 * epa-mail.el (epa-mail-encrypt): Fix bug when a name has no key.
8638
8639 2012-09-17 Chong Yidong <cyd@gnu.org>
8640
8641 * shell.el (shell-file-name-chars, shell-file-name-quote-list)
8642 (shell-dynamic-complete-functions): Convert to defcustom.
8643 (shell-prompt-pattern, shell-completion-fignore): Doc fix.
8644
8645 * bookmark.el (bookmark-bmenu-toggle-filenames): Doc fixes.
8646 * comint.el (comint-prompt-read-only):
8647 * custom.el (defcustom):
8648 * hi-lock.el (hi-lock-mode):
8649 * ibuffer.el (ibuffer-formats):
8650 * ielm.el (ielm-prompt-read-only):
8651 * novice.el (disable-command):
8652 * saveplace.el (toggle-save-place):
8653 * speedbar.el (speedbar-supported-extension-expressions):
8654 * startup.el (auto-save-list-file-prefix, init-file-user)
8655 (after-init-hook, inhibit-startup-echo-area-message):
8656 * strokes.el (strokes-help):
8657 * time-stamp.el (time-stamp):
8658 * calendar/calendar.el (calendar, diary-file):
8659 * calendar/diary-lib.el (diary-mail-entries, diary)
8660 (diary-list-entries-hook):
8661 * calendar/holidays.el (holidays, calendar-holidays):
8662 * calendar/lunar.el (lunar-phases):
8663 * calendar/solar.el (sunrise-sunset):
8664 * emulation/edt.el (edt-load-keys):
8665 * emulation/viper.el (viper-mode):
8666 * eshell/em-alias.el (eshell-command-aliases-list):
8667 * eshell/esh-util.el (eshell-convert-numeric-arguments):
8668 * international/ogonek.el (ogonek-information):
8669 * net/tramp-cmds.el (tramp-bug):
8670 * net/quickurl.el (quickurl-reread-hook-postfix):
8671 * play/decipher.el (decipher-font-lock-keywords):
8672 * progmodes/cc-styles.el (c-set-style):
8673 * progmodes/idlw-shell.el (idlwave-shell-prompt-pattern):
8674 * progmodes/inf-lisp.el (inferior-lisp-prompt):
8675 * progmodes/octave-mod.el (octave-mode):
8676 * progmodes/sql.el (sql-mode, sql-interactive-mode, sql-password):
8677 * progmodes/verilog-mode.el (verilog-read-defines):
8678 * textmodes/two-column.el (2C-mode): Likewise.
8679
8680 2012-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
8681
8682 * mail/mailabbrev.el (mail-abbrev-expand-hook): Work for a mail aliasee
8683 that holds many addresses.
8684
8685 2012-09-16 Chong Yidong <cyd@gnu.org>
8686
8687 * align.el (align-areas): Call the indication function with
8688 positions instead of markers for arguments (Bug#12343).
8689
8690 * files.el (parse-colon-path): Use split-string (Bug#12351).
8691
8692 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
8693 (display-buffer-function): Mark as obsolete.
8694
8695 * progmodes/compile.el (compilation-parse-errors): Accept list
8696 values similar to font-lock-keywords (Bug#12136).
8697 Suggested by Oleksandr Manzyuk.
8698 (compilation-error-regexp-alist): Doc fix.
8699
8700 2012-09-15 Glenn Morris <rgm@gnu.org>
8701
8702 * version.el (emacs-bzr-version-bzr): New function.
8703 (emacs-bzr-get-version): Add optional EXTERNAL argument.
8704
8705 * vc/vc-bzr.el (vc-bzr-working-revision): For lightweight local
8706 checkouts, check the parent dirstate matches the branch.
8707 Add "--tree" to "bzr revno" arguments. Don't try to shorten the
8708 empty string.
8709
8710 * version.el (emacs-bzr-version): Doc fix.
8711 (emacs-bzr-version-dirstate): New function.
8712 (emacs-bzr-get-version): For lightweight checkouts, if the parent
8713 is local try and check that it matches the branch. If not, just
8714 use dirstate information. (Bug#12441)
8715
8716 2012-09-14 Juri Linkov <juri@jurta.org>
8717
8718 * dired-aux.el (dired-do-chmod): Use `eq' to detect empty input.
8719 (Bug#12399)
8720
8721 2012-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
8722
8723 * emacs-lisp/advice.el (ad-prognify): Remove, use macroexp-progn.
8724
8725 * emacs-lisp/edebug.el: Miscellaneous cleanup.
8726 Remove obsolete byte-compiler hack that tried to silence some warnings.
8727 (edebug-submit-bug-report): Remove.
8728 (edebug-get-buffer-window, edebug-sit-for, edebug-input-pending-p):
8729 Remove aliases, use the un-prefixed name instead.
8730 (edebug-pop-to-buffer): Consider other frames.
8731 (edebug-original-read):: Make it more obvious that it's always defined.
8732 (edebug--make-form-data-entry, edebug--form-data-name)
8733 (edebug--form-data-begin, edebug--form-data-end): Rename from the
8734 single-dashed name, and implement with cl-defstruct.
8735 (edebug-set-form-data-entry): Use the standard accessors.
8736 (edebug-make-top-form-data-entry): Use push.
8737 (edebug-no-match): Drop useless `funcall'.
8738 (mapcar, mapconcat, mapatoms, apply, funcall): Don't add debug specs
8739 to functions.
8740 (defsubst, dont-compile, eval-when-compile, eval-and-compile)
8741 (delay-mode-hooks, with-temp-file, with-temp-message, ad-dolist)
8742 (with-syntax-table, push, pop, 1value, noreturn, defadvice)
8743 (easy-menu-define, with-custom-print): Remove redundant specs.
8744 (edebug-outside-overriding-local-map)
8745 (edebug-outside-overriding-terminal-local-map): Remove, unused.
8746 (edebug--display): Bind unread-command-events directly to nil rather
8747 than binding it to unread-command-events and later setting it to nil.
8748 (edebug--display): Kill edebug-eval-buffer here...
8749 (edebug--recursive-edit): ...rather than here.
8750 Bind standard-output and standard-input.
8751 (edebug-eval): Check cl-macroexpand-all is fboundp.
8752 (edebug-temp-display-freq-count): Fix last change.
8753
8754 * emacs-lisp/easymenu.el (easy-menu-define): Add `debug' spec.
8755 * subr.el (noreturn, 1value): Add `debug' spec.
8756 * emacs-lisp/advice.el: Require cl-lib.
8757 (ad-copy-tree): Remove, use copy-tree instead.
8758 (ad-dolist): Remove use dolist or cl-dolist instead.
8759 (ad-do-return): Remove, use cl-return instead.
8760 (defadvice): Add `debug' spec.
8761
8762 2012-09-13 Juri Linkov <juri@jurta.org>
8763
8764 * dired-aux.el (dired-do-chxxx): Use `eq' to detect empty input.
8765 (Bug#12399)
8766
8767 2012-09-13 Glenn Morris <rgm@gnu.org>
8768
8769 * calc/calc.el (math-compose-expr):
8770 * calc/calc-ext.el (math-compose-expr):
8771 * progmodes/cc-defs.el (cl-macroexpand-all):
8772 * progmodes/cc-langs.el (delete-duplicates, mapcan)
8773 (cl-macroexpand-all): Update declarations.
8774
8775 * vc/vc.el: No need to require ediff.
8776 (ediff-load-version-control): Declare.
8777 (ediff-vc-internal): Fix declaration.
8778 (vc-version-ediff): Require ediff.
8779
8780 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
8781
8782 Use a more backwards-compatible timer format (Bug#12430).
8783 * emacs-lisp/timer.el (timer): PSECS is now at the end, rather than
8784 being right after USECS, as that better supports old code that
8785 inadvisedly looked directly at the timer vector.
8786
8787 2012-09-13 Kenichi Handa <handa@gnu.org>
8788
8789 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
8790 ("Chinese-CNS", "Chinese-EUC-TW"): Add chinese-gbk to
8791 `coding-priority' property of these language environment.
8792
8793 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
8794
8795 Fix glitches caused by addition of psec to timers (Bug#12430).
8796 * image.el (image-animate-timer):
8797 * time.el (display-time-world-timer):
8798 Use timer--function and timer--args rather than raw access to
8799 timer vector.
8800
8801 2012-09-13 Glenn Morris <rgm@gnu.org>
8802
8803 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
8804 If not compiling a file, try using load-file-name.
8805
8806 2012-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
8807
8808 * emacs-lisp/edebug.el (edebug-outside-unread-command-events):
8809 Fix last change.
8810 (edebug-update-eval-list): Use `push'.
8811
8812 * emacs-lisp/edebug.el: Use lexical-binding.
8813 Remove the "edebug-" prefix from non-dynamically-scoped variables.
8814 Mark unused args with underscore.
8815 (edebug-save-restriction, edebug-outside-excursion): Use `declare'.
8816 (edebug-form-data): Use defvar-local.
8817 (edebug-make-before-and-after-form, edebug-make-after-form):
8818 Use backquote.
8819 (edebug-args, edebug-value, edebug-after-index, edebug-arg-mode):
8820 Not dynamically scoped any more.
8821 (edebug--enter-trace): Add arguments `function' and `args'.
8822 Rename from edebug-enter-trace.
8823 (edebug-enter): Call it accordingly. Bind edebug-function explicitly.
8824 (edebug--update-coverage): Add `after-index' and `value' args.
8825 Rename from edebug-update-coverage.
8826 (edebug-slow-after): Call it accordingly.
8827 (edebug--recursive-edit): Add arg `arg-mode'. Rename from
8828 edebug-recursive-edit.
8829 (edebug--display): Call it accordingly. Add args `value',
8830 `offset-index', and `arg-mode'. Rename from edebug-display.
8831 (edebug-debugger, edebug): Call it accordingly.
8832 (edebug-eval-display-list): Use dolist.
8833
8834 2012-09-12 Juri Linkov <juri@jurta.org>
8835
8836 * info.el (Info-search): Don't check for isearch-mode and
8837 isearch-regexp before let-binding search-spaces-regexp to
8838 Info-search-whitespace-regexp.
8839 (Info-isearch-search): Let-bind Info-search-whitespace-regexp to
8840 search-whitespace-regexp if isearch-lax-whitespace or
8841 isearch-regexp-lax-whitespace is non-nil.
8842 (Info-mode): Don't set local variable search-whitespace-regexp.
8843 http://lists.gnu.org/archive/html/emacs-devel/2012-08/msg00811.html
8844
8845 2012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
8846
8847 * emacs-lisp/debug.el (debugger-outer-unread-command-char, debug)
8848 (debugger-env-macro): Remove support for unread-command-char.
8849
8850 * subr.el (set-temporary-overlay-map): Minimize slightly the impact of
8851 the temporary map re-appearing on emulation-mode-map-alists.
8852
8853 * emacs-lisp/edebug.el (def-edebug-form-spec): Remove, it's been broken
8854 since 22.1.
8855
8856 * ehelp.el (with-electric-help): Accept functions in
8857 electric-help-form-to-execute.
8858 (electric-help-execute-extended, electric-help-ctrl-x-prefix): Use it.
8859 And replace unread-command-char -> unread-command-events.
8860
8861 2012-09-12 Michael Albinus <michael.albinus@gmx.de>
8862
8863 Sync with Tramp 2.2.6.
8864
8865 * net/tramp.el (tramp-accept-process-output): Don't use
8866 JUST-THIS-ONE in the XEmacs case.
8867
8868 * net/trampver.el: Update release number.
8869
8870 2012-09-12 Martin Rudalics <rudalics@gmx.at>
8871
8872 * emacs-lisp/debug.el (debugger-previous-window-height):
8873 New variable.
8874 (debug): When debugger-jumping-flag is non-nil try to restore
8875 height of debugger window. (Bug#8789)
8876
8877 2012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
8878
8879 * emacs-lisp/edebug.el (edebug-enter): Don't mess with
8880 overriding-local-map and pre/post-command-hook here.
8881 (edebug-recursive-edit): Do it here instead (bug#12345).
8882 (edebug-outside-unread-command-char): Remove all uses of
8883 unread-command-char.
8884
8885 * emacs-lisp/debug.el (debug): Don't bind debug-on-error since
8886 inhibit-debugger is bound instead.
8887
8888 2012-09-11 Bastien Guerry <bzg@gnu.org>
8889
8890 * subr.el (set-temporary-overlay-map): Add a docstring.
8891 (Bug#12346)
8892
8893 2012-09-11 Bastien Guerry <bzg@gnu.org>
8894
8895 * minibuffer.el (completion-table-subvert): Fix docstring.
8896 (Bug#12347)
8897
8898 2012-09-11 Bastien Guerry <bzg@gnu.org>
8899
8900 * help-fns.el (describe-variable): Fix typo. (Bug#12346)
8901
8902 2012-09-10 Michael R. Mauger <mmaug@yahoo.com>
8903
8904 * progmodes/sql.el: Version 3.1
8905 (sql-db2-escape-newlines): New variable.
8906 (sql-escape-newlines-filter): Use it.
8907
8908 2012-09-10 Juanma Barranquero <lekktu@gmail.com>
8909
8910 * custom.el (custom-theme-load-confirm): Remove unneeded assignment.
8911
8912 2012-09-10 Dan Nicolaescu <dann@gnu.org>
8913
8914 * vc/diff-mode.el (diff-mode-menu):
8915 Bind diff-remove-trailing-whitespace.
8916
8917 2012-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
8918
8919 * emacs-lisp/lisp-mode.el (emacs-list-byte-code-comment-re): New var.
8920 (emacs-lisp-byte-code-comment, emacs-lisp-byte-code-syntax-propertize)
8921 (emacs-lisp-byte-code-mode): New functions.
8922 (eval-sexp-add-defvars): Don't skip defvars in column >0.
8923 (eval-defun-2): Remove bogus interactive spec.
8924 (lisp-indent-line): Remove redundant whole-exp code, now done in
8925 indent-according-to-mode.
8926 (save-match-data): Remove redundant indent data.
8927
8928 * emacs-lisp/benchmark.el (benchmark-run, benchmark-run-compiled):
8929 Use `declare'.
8930
8931 2012-09-09 Juri Linkov <juri@jurta.org>
8932
8933 * replace.el (replace-regexp-lax-whitespace): New defcustom.
8934 (replace-lax-whitespace, query-replace-regexp)
8935 (query-replace-regexp-eval, replace-regexp): Doc fix.
8936 (perform-replace, replace-highlight): Let-bind
8937 isearch-lax-whitespace to replace-lax-whitespace and
8938 isearch-regexp-lax-whitespace to replace-regexp-lax-whitespace.
8939
8940 * isearch.el (isearch-query-replace): Let-bind
8941 replace-lax-whitespace to isearch-lax-whitespace and
8942 replace-regexp-lax-whitespace to
8943 isearch-regexp-lax-whitespace. (Bug#10885)
8944
8945 2012-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
8946
8947 * eshell/em-unix.el (eshell/sudo): Explicitly drop return value.
8948
8949 2012-09-09 Alan Mackenzie <acm@muc.de>
8950
8951 * progmodes/cc-engine.el (c-state-cache-init):
8952 Initialise c-state-semi-nonlit-pos-cache\(-limit\)? properly.
8953 (c-record-parse-state-state):
8954 Record c-state-semi-nonlit-pos-cache\(-limit\)?.
8955
8956 2012-09-09 Andreas Schwab <schwab@linux-m68k.org>
8957
8958 * register.el (register-separator): Rename from
8959 separator-register. All uses changed. Doc fix.
8960 (register): Fix version.
8961
8962 2012-09-09 Chong Yidong <cyd@gnu.org>
8963
8964 * replace.el (query-replace-map): Bind four new symbols for
8965 requesting window scrolling.
8966
8967 * subr.el (y-or-n-p): Handle the window-scrolling bindings in
8968 query-replace-map (Bug#8948).
8969
8970 * custom.el (custom-theme-load-confirm): Use y-or-n-p.
8971
8972 * emacs-lisp/map-ynp.el (map-y-or-n-p): Don't bind scrolling keys
8973 since they are now in query-replace-map.
8974
8975 * window.el (scroll-other-window-down): Make the arg optional.
8976
8977 2012-09-09 Chong Yidong <cyd@gnu.org>
8978
8979 * files.el (hack-local-variables-confirm): Use quit-window to kill
8980 the *Local Variables* buffer.
8981
8982 2012-09-08 Dmitry Gutov <dgutov@yandex.ru>
8983
8984 * progmodes/ruby-mode.el (ruby-toggle-block): Guess the current block,
8985 not just expect to be at its beginning. Adjust callees.
8986 Succeed when do-end block has no space before the pipe character.
8987 (ruby-brace-to-do-end): When the original block is one-liner,
8988 convert to multiline. Reindent the result.
8989
8990 2012-09-08 Jambunathan K <kjambunathan@gmail.com>
8991
8992 * register.el (register): New group.
8993 (separator-register): New user option.
8994 (increment-register): Route it to `append-to-register', if
8995 register contains text. Implication is that `C-x r +' can now be
8996 used for appending to a text register (bug#12217).
8997 (append-to-register, prepend-to-register): Add separator based on
8998 `separator-register'.
8999
9000 2012-09-08 Alan Mackenzie <acm@muc.de>
9001
9002 AWK Mode: make auto-newline work when there's "==" in the pattern.
9003 * progmodes/cc-cmds.el (c-point-syntax): Handle virtual semicolons
9004 correctly.
9005 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5A.3):
9006 Test more rigorously for "=" token.
9007
9008 2012-09-08 Dmitry Gutov <dgutov@yandex.ru>
9009
9010 * progmodes/ruby-mode.el (ruby-match-expression-expansion):
9011 Only fail when reached LIMIT.
9012
9013 2012-09-08 Chong Yidong <cyd@gnu.org>
9014
9015 * dired.el (dired-mode-map): Don't bind M-=.
9016
9017 * dired-aux.el (dired-diff): Use backup file as default.
9018
9019 2012-09-08 Drew Adams <drew.adams@oracle.com>
9020
9021 * subr.el (add-to-history): Fix delete usage (Bug#12314).
9022
9023 2012-09-08 Chong Yidong <cyd@gnu.org>
9024
9025 * subr.el (syntax-after, syntax-class): Doc fix.
9026
9027 2012-09-08 Martin Rudalics <rudalics@gmx.at>
9028
9029 * window.el (display-buffer-in-previous-window): New buffer
9030 display action function.
9031
9032 * emacs-lisp/debug.el (debugger-bury-or-kill): New option.
9033 (debugger-previous-window): New variable.
9034 (debug): Rewrite using display-buffer-in-previous-window,
9035 quit-restore-window and debugger-bury-or-kill. (Bug#8789)
9036
9037 2012-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
9038
9039 * emacs-lisp/byte-run.el (defun): Tweak message. Simplify code.
9040
9041 2012-09-07 Matt McClure <mlm@aya.yale.edu> (tiny change)
9042
9043 * progmodes/python.el (python-shell-send-string):
9044 When default-directory is remote, create temp file on remote
9045 filesystem.
9046 (python-shell-send-file): When file is remote, pass local view of
9047 file paths to remote Python interpreter. (Bug#12340)
9048
9049 2012-09-07 Chong Yidong <cyd@gnu.org>
9050
9051 * window.el (switch-to-buffer): Doc fix (Bug#12181).
9052
9053 * files.el (after-find-file): Don't fail on a read-only buffer if
9054 require-final-newline is `visit' or `visit-save' (Bug#11156).
9055
9056 * subr.el (read-char-choice): Allow quitting via ESC ESC.
9057
9058 * userlock.el (ask-user-about-supersession-threat):
9059 Use read-char-choice (Bug#12093).
9060
9061 2012-09-07 Chong Yidong <cyd@gnu.org>
9062
9063 * subr.el (buffer-narrowed-p): New function.
9064
9065 * ses.el (ses-widen):
9066 * simple.el (count-words--buffer-message):
9067 * net/browse-url.el (browse-url-of-buffer): Use it.
9068
9069 * simple.el (count-words-region): Don't signal an error if there
9070 is a non-nil prefix arg and the mark is not set.
9071
9072 * help.el (describe-key-briefly): Allow the message to be seen
9073 when invoked from the minibuffer (Bug#7014).
9074
9075 2012-09-07 Dmitry Gutov <dgutov@yandex.ru>
9076
9077 * progmodes/ruby-mode.el (ruby-end-of-defun)
9078 (ruby-beginning-of-defun): Simplify, allow indentation before
9079 block beginning and end keywords.
9080 (ruby-beginning-of-defun): Only consider 3 keywords defun beginners.
9081 (ruby-end-of-defun): Expect that the point is at the beginning of
9082 the defun.
9083
9084 2012-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
9085
9086 * emacs-lisp/cl-macs.el (cl--do-arglist): Understand _ on &key args
9087 (bug#12367).
9088 (cl--make-usage-args): Strip _ from argument names.
9089
9090 2012-09-06 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
9091
9092 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize): Don't use
9093 obsolete alias speedbar-key-map.
9094 (vhdl-doc-variable, vhdl-doc-mode): Use called-interactively-p.
9095 (vhdl-index-menu-init): Don't use obsolete variable
9096 font-lock-maximum-size.
9097
9098 2012-09-06 Chong Yidong <cyd@gnu.org>
9099
9100 * frame.el (window-system-version): Mark as obsolete.
9101
9102 * speedbar.el (speedbar-update-flag, speedbar-mode): Remove uses
9103 of obsolete variable speedbar-key-map.
9104
9105 2012-09-06 Juri Linkov <juri@jurta.org>
9106
9107 * replace.el (replace-lax-whitespace): New defcustom.
9108 (query-replace, query-replace-regexp, query-replace-regexp-eval)
9109 (replace-string, replace-regexp): Mention it in docstrings.
9110 (perform-replace, replace-highlight): Let-bind
9111 isearch-lax-whitespace and isearch-regexp-lax-whitespace according
9112 to the values of replace-lax-whitespace and regexp-flag.
9113 Don't let-bind search-whitespace-regexp. (Bug#10885)
9114
9115 * isearch.el (isearch-query-replace): Let-bind
9116 replace-lax-whitespace instead of let-binding
9117 replace-search-function and replace-re-search-function.
9118 (isearch-lazy-highlight-search): Let-bind isearch-lax-whitespace
9119 and isearch-regexp-lax-whitespace to lazy-highlight variables.
9120 (isearch-toggle-symbol): Set isearch-regexp to nil
9121 in isearch-word mode (like in isearch-toggle-word).
9122
9123 2012-09-06 Juri Linkov <juri@jurta.org>
9124
9125 * replace.el (replace-search-function)
9126 (replace-re-search-function): Set default values to nil.
9127 (perform-replace): Let-bind isearch-related variables based on
9128 replace-related values, call `isearch-search-fun' and let-bind
9129 the result to `search-function'. Remove code that sets
9130 `search-function' and `search-string' separately for
9131 `delimited-flag'.
9132 (replace-highlight): Add new argument `delimited-flag' and
9133 rename other arguments to the names used in `perform-replace'.
9134 Let-bind `isearch-word' to the argument `delimited-flag'.
9135 (Bug#10885, bug#10887)
9136
9137 2012-09-07 Dmitry Gutov <dgutov@yandex.ru>
9138
9139 * progmodes/ruby-mode.el (ruby-indent-beg-re): Add pieces from
9140 ruby-beginning-of-indent, simplify, allow all keywords to have
9141 indentation before them.
9142 (ruby-beginning-of-indent): Adjust for above. Search until the
9143 found point is not inside a string or comment.
9144 (ruby-font-lock-keywords): Allow symbols to start with "@"
9145 character, give them higher priority than variables.
9146 (ruby-syntax-propertize-function)
9147 (ruby-font-lock-syntactic-keywords): Remove the "not comments"
9148 matchers. Expression expansions are not comments when inside a
9149 string, and there comment syntax status is irrelevant.
9150 (ruby-match-expression-expansion): New function. Check that
9151 expression expansion is inside a string, and it's not escaped.
9152 (ruby-font-lock-keywords): Use it.
9153
9154 2012-09-05 Martin Rudalics <rudalics@gmx.at>
9155
9156 * help.el (temp-buffer-max-height): New default value.
9157 (temp-buffer-resize-frames): New option.
9158 (resize-temp-buffer-window): Optionally resize frame.
9159
9160 * window.el (fit-frame-to-buffer-bottom-margin): New option.
9161 (fit-frame-to-buffer): New function.
9162
9163 2012-09-05 Glenn Morris <rgm@gnu.org>
9164
9165 * emulation/cua-rect.el (cua--init-rectangles):
9166 * textmodes/picture.el (picture-mode-map):
9167 * play/blackbox.el (blackbox-mode-map): Remap right-char and left-char
9168 like forward-char and backward-char. (Bug#12317)
9169
9170 2012-09-05 Leo Liu <sdl.web@gmail.com>
9171
9172 * progmodes/flymake.el (flymake-warning-re): New variable.
9173 (flymake-parse-line): Use it.
9174
9175 2012-09-05 Glenn Morris <rgm@gnu.org>
9176
9177 * calendar/holidays.el (holiday-christian-holidays):
9178 Rename an entry. (Bug#12289)
9179
9180 2012-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
9181
9182 * progmodes/sh-script.el (sh-font-lock-paren): Don't burp at BOB
9183 (bug#12222).
9184
9185 2012-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
9186
9187 * loadup.el: Load macroexp. Remove hack.
9188 * emacs-lisp/macroexp.el (macroexp--eval-if-compile): New function.
9189 (macroexp--expand-all): Use it to get better warnings.
9190 (macroexp--backtrace, macroexp--trim-backtrace-frame)
9191 (internal-macroexpand-for-load): New functions.
9192 (macroexp--pending-eager-loads): New var.
9193 (emacs-startup-hook): New hack to replace one in loadup.el.
9194 * emacs-lisp/cl-macs.el (cl--compiler-macro-list*)
9195 (cl--compiler-macro-cXXr): Move to top, before they can be used.
9196 (cl-psetf): Simplify.
9197 (cl-defstruct): Add indent rule.
9198
9199 2012-09-04 Lars Ingebrigtsen <larsi@gnus.org>
9200
9201 * mail/smtpmail.el (smtpmail-send-it): Prefer the From: header
9202 over `user-mail-address' for the SMTP MAIL FROM envelope.
9203 (smtpmail-via-smtp): Ditto.
9204
9205 2012-09-04 Dmitry Gutov <dgutov@yandex.ru>
9206
9207 * progmodes/ruby-mode.el: Clean up keybindings.
9208 (ruby-mode-map): Don't bind ruby-electric-brace,
9209 ruby-beginning-of-defun, ruby-end-of-defun, ruby-mark-defun,
9210 backward-kill-word, reindent-then-newline-and-indent.
9211 (ruby-mark-defun): Remove.
9212 (ruby-electric-brace): Remove. Obsoleted by electric-indent-chars.
9213 (ruby-mode): Set local beginning-of-defun-function and
9214 end-of-defun-function values.
9215
9216 2012-09-03 Martin Rudalics <rudalics@gmx.at>
9217
9218 * window.el (temp-buffer-window-setup-hook)
9219 (temp-buffer-window-show-hook): New hooks.
9220 (temp-buffer-window-setup, temp-buffer-window-show)
9221 (with-temp-buffer-window): New functions.
9222 (fit-window-to-buffer): Remove unused optional argument OVERRIDE.
9223 (special-display-popup-frame): Make sure the window used shows BUFFER.
9224
9225 * help.el (temp-buffer-resize-mode): Fix doc-string.
9226 (resize-temp-buffer-window): New optional argument WINDOW.
9227
9228 * files.el (recover-file, save-buffers-kill-emacs):
9229 * dired.el (dired-mark-pop-up): Use with-temp-buffer-window.
9230
9231 2012-09-02 Michael Albinus <michael.albinus@gmx.de>
9232
9233 * eshell/em-unix.el (eshell/sudo): When we have an ad-hoc
9234 remote definition of `default-directory', ensure we can connect.
9235
9236 2012-09-02 Juri Linkov <juri@jurta.org>
9237
9238 Toggle whitespace matching mode with M-s SPC.
9239 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00008.html
9240
9241 * isearch.el (search-whitespace-regexp): Doc fix.
9242 Remove cons cell customization.
9243 (isearch-mode-map): Bind "\M-s " to isearch-toggle-lax-whitespace.
9244 (isearch-lax-whitespace, isearch-regexp-lax-whitespace):
9245 New variables.
9246 (isearch-forward, isearch-forward-regexp): Doc fix.
9247 (isearch-toggle-lax-whitespace): New command.
9248 (search-forward-lax-whitespace, search-backward-lax-whitespace)
9249 (re-search-forward-lax-whitespace)
9250 (re-search-backward-lax-whitespace): New functions.
9251 (isearch-whitespace-regexp): Remove function.
9252 (isearch-query-replace): Let-bind replace-search-function and
9253 replace-re-search-function.
9254 (isearch-occur): Let-bind search-spaces-regexp according to the
9255 value of isearch-lax-whitespace and isearch-regexp-lax-whitespace.
9256 (isearch-quote-char): Check isearch-regexp-lax-whitespace in the
9257 condition for C-q SPC.
9258 (isearch-search-fun-default): Use new functions mentioned above.
9259 (isearch-search-forward, isearch-search-backward): Remove functions.
9260 (isearch-search): Don't let-bind search-spaces-regexp.
9261 (isearch-lazy-highlight-space-regexp): Remove variable.
9262 (isearch-lazy-highlight-lax-whitespace)
9263 (isearch-lazy-highlight-regexp-lax-whitespace): New variables.
9264 (isearch-lazy-highlight-new-loop): Use them.
9265 (isearch-lazy-highlight-search): Don't let-bind search-spaces-regexp.
9266
9267 2012-09-02 Chong Yidong <cyd@gnu.org>
9268
9269 * dired.el (dired-mode-map): Menu string fixes (Bug#11616).
9270
9271 2012-09-02 Glenn Morris <rgm@gnu.org>
9272
9273 * simple.el (undo): Tweak message in undo-only case. (Bug#12283)
9274
9275 2012-09-01 Glenn Morris <rgm@gnu.org>
9276
9277 * term.el: Tidy up menu definitions.
9278 (term-mode-map): Use easymenu for In/Out, Complete menus.
9279 (term-pager-break-map): Initialize in the defvar.
9280 (term-terminal-menu, term-signals-menu): Define with easymenu.
9281 (term-terminal-menu): Also show it in line-mode. (Bug#11957)
9282 (term-pager-menu): New, extracted from term-process-pager.
9283 (term-mode, term-char-mode, term-process-pager): Use easymenu-add.
9284 (term-update-mode-line): Propertize line/char and page items.
9285 (term-process-pager): Move keymap initialization elsewhere.
9286
9287 2012-09-01 Martin Rudalics <rudalics@gmx.at>
9288
9289 * window.el (switch-to-prev-buffer): Handle additional values of
9290 BURY-OR-KILL argument. Don't switch in minibuffer window.
9291 (switch-to-next-buffer): Don't switch in minibuffer window.
9292 (quit-restore-window): New function based on quit-window.
9293 Handle additional values of former KILL argument.
9294 (quit-window): Call quit-restore-window with appropriate
9295 interpretation of KILL argument.
9296 (display-buffer-below-selected): New buffer display action
9297 function.
9298
9299 2012-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
9300
9301 * minibuffer.el (completion-at-point-functions): Complete docstring
9302 (bug#12254).
9303
9304 2012-09-01 Paul Eggert <eggert@cs.ucla.edu>
9305
9306 Better seed support for (random).
9307 * play/5x5.el, play/animate.el, play/cookie1.el, play/dissociate.el:
9308 * play/doctor.el, play/dunnet.el, play/gomoku.el, play/landmark.el:
9309 * play/mpuz.el, play/tetris.el, play/zone.el:
9310 * calc/calc-comb.el (math-init-random-base):
9311 * play/blackbox.el (bb-init-board):
9312 * play/life.el (life):
9313 * server.el (server-use-tcp):
9314 * type-break.el (type-break):
9315 Remove unnecessary call to (random t).
9316 * net/sasl.el (sasl-unique-id-function):
9317 Change (random t) to (random), now that the latter is more random.
9318 * play/life.el (life-initialized): Remove no-longer-needed var.
9319
9320 2012-08-31 Alp Aker <alp.tekin.aker@gmail.com>
9321
9322 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
9323 Consider frame's buffer predicate when choosing the buffer.
9324 (Bug#12081)
9325
9326 2012-08-30 Richard Stallman <rms@gnu.org>
9327
9328 * simple.el (special-mode-map): Delete binding for `z'.
9329
9330 2012-08-30 Andreas Schwab <schwab@linux-m68k.org>
9331
9332 * progmodes/compile.el (compilation-always-kill): Doc fix.
9333
9334 2012-08-30 Chong Yidong <cyd@gnu.org>
9335
9336 * window.el (display-buffer-reuse-frames): Make the obsolescence
9337 message more informative.
9338
9339 2012-08-30 Glenn Morris <rgm@gnu.org>
9340
9341 * paren.el (show-paren-delay):
9342 Add a :set function. Doc fix. (Bug#12297)
9343
9344 2012-08-29 Martin Blais <blais@furius.ca> (tiny change)
9345
9346 * progmodes/compile.el (compilation-always-kill): New var.
9347 (compilation-start): Use it.
9348
9349 2012-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
9350
9351 * simple.el (read-only-mode): Move from files.el for bootstrapping.
9352 * files.el (read-only-mode): Move to simple.el.
9353
9354 * files.el (read-only-mode): New minor mode.
9355 (toggle-read-only): Use it and mark obsolete.
9356 (find-file--read-only):
9357 * vc/vc.el (vc-next-action, vc-checkout):
9358 * vc/vc-cvs.el (vc-cvs-checkout):
9359 * obsolete/vc-mcvs.el (vc-mcvs-update):
9360 * ffap.el (ffap--toggle-read-only): Update callers.
9361
9362 2012-08-29 Michael Albinus <michael.albinus@gmx.de>
9363
9364 * eshell/esh-ext.el (eshell-external-command): Do not examine
9365 remote shell scripts.
9366 See <https://bugs.launchpad.net/ubuntu/+source/emacs23/+bug/1035790>.
9367
9368 * net/tramp-sh.el (tramp-remote-path): Add "/sbin" and
9369 "/usr/local/sbin".
9370
9371 2012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
9372
9373 * emacs-lisp/cl-lib.el (buffer-string): Fix setter macro (bug#12293).
9374
9375 2012-08-28 Leo Liu <sdl.web@gmail.com>
9376
9377 * progmodes/sh-script.el (sh-dynamic-complete-functions): Adapt to
9378 completion-at-point. (Bug#12220)
9379
9380 * skeleton.el (skeleton-untabify): Change to nil (bug#12223).
9381
9382 * progmodes/sh-script.el (sh-indent-comment): Change to t (bug#12267).
9383
9384 2012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
9385
9386 * files.el (safe-local-eval-forms): Fix before-save-hook entry to
9387 be buffer-local; add delete-trailing-whitespace (bug#12259).
9388
9389 2012-08-28 Jeremy Moore <jmoore@ieee.org> (tiny change)
9390
9391 * progmodes/hideif.el (hif-compress-define-list):
9392 Fix typo. (Bug#11951)
9393
9394 2012-08-28 Dan Nicolaescu <dann@gnu.org>
9395
9396 * progmodes/hideshow.el (hs-block-end-regexp): Restore lost
9397 buffer local setting.
9398
9399 * net/rcirc.el (rcirc-split-message): Fix for buffer-local
9400 rcirc-encode-coding-system.
9401
9402 2012-08-28 Leo Liu <sdl.web@gmail.com>
9403
9404 * net/rcirc.el (rcirc-split-message): New function.
9405 (rcirc-send-message): Use it. (Bug#12051)
9406
9407 2012-08-28 Juri Linkov <juri@jurta.org>
9408
9409 * info.el (Info-fontify-node): Hide empty lines at the end of
9410 the node. (Bug#12272)
9411
9412 2012-08-27 Drew Adams <drew.adams@oracle.com>
9413
9414 * dired.el (dired-pop-to-buffer): Make window start at beginning
9415 of buffer (Bug#12281).
9416
9417 2012-08-26 Chong Yidong <cyd@gnu.org>
9418
9419 * window.el (special-display-regexps, special-display-frame-alist)
9420 (special-display-buffer-names, special-display-function)
9421 (display-buffer-reuse-frames): Mark as obsolete.
9422
9423 * progmodes/compile.el: Don't use display-buffer-reuse-frames.
9424
9425 * help.el (help-print-return-message): Don't treat
9426 display-buffer-reuse-frames specially.
9427
9428 2012-08-26 Chong Yidong <cyd@gnu.org>
9429
9430 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
9431 New variable, replacing gdb-frame-parameters.
9432 (gdb-frame-io-buffer, gdb-frame-breakpoints-buffer)
9433 (gdb-frame-threads-buffer, gdb-frame-memory-buffer)
9434 (gdb-frame-disassembly-buffer, gdb-frame-stack-buffer)
9435 (gdb-frame-locals-buffer, gdb-frame-registers-buffer): Use it.
9436 (def-gdb-frame-for-buffer): Macro deleted. It is easier to define
9437 the functions directly with gdb-display-buffer-other-frame-action.
9438 (gdb-display-breakpoints-buffer, gdb-display-threads-buffer)
9439 (gdb-display-memory-buffer, gdb-display-disassembly-buffer)
9440 (gdb-display-stack-buffer, gdb-display-locals-buffer)
9441 (gdb-display-registers-buffer): Define directly.
9442 (def-gdb-display-buffer): Macro deleted.
9443 (gdb-display-buffer): Remove second and third args, callers don't
9444 use them. Defer to the default display-buffer behavior, apart
9445 from making windows dedicated.
9446 (gdb-setup-windows): Don't call display-buffer unnecessarily.
9447
9448 * progmodes/gud.el (gud-display-line): Just use display-buffer.
9449
9450 * window.el (display-buffer-pop-up-frame): Handle a
9451 pop-up-frame-parameters alist entry.
9452 (display-buffer): Document it.
9453
9454 2012-08-26 Chong Yidong <cyd@gnu.org>
9455
9456 * isearch.el (search-whitespace-regexp): Make string and nil
9457 values apply to both ordinary and regexp search. Allow a cons
9458 cell value to distinguish between the two.
9459 (isearch-whitespace-regexp, isearch-search-forward)
9460 (isearch-search-backward): New functions.
9461 (isearch-occur, isearch-search-fun-default, isearch-search)
9462 (isearch-lazy-highlight-new-loop): Use them.
9463 (isearch-forward, isearch-forward-regexp): Doc fix.
9464
9465 2012-08-26 Chong Yidong <cyd@gnu.org>
9466
9467 * faces.el (help-argument-name): Always inherit from italic
9468 (Bug#12213).
9469
9470 2012-08-25 Martin Rudalics <rudalics@gmx.at>
9471
9472 * window.el (window--even-window-heights): Even heights when
9473 WINDOW and the selected window form a vertical combination.
9474 (display-buffer-use-some-window): Provide that window used gets
9475 sized back by quit-window. (Bug#11880) and (Bug#12091)
9476
9477 2012-08-24 Paul Eggert <eggert@cs.ucla.edu>
9478
9479 Fix file time stamp problem with bzr and CVS (Bug#12001).
9480 * vc/vc-cvs.el (vc-cvs-parse-entry): Ignore subsecond information
9481 in the file's time stamp, since the version control system loses
9482 that information.
9483
9484 2012-08-22 Juri Linkov <juri@jurta.org>
9485
9486 * info.el (Info-fontify-node): Hide the suffix of the
9487 Info file name in the header line. (Bug#12187)
9488
9489 2012-08-22 Glenn Morris <rgm@gnu.org>
9490
9491 * calendar/cal-tex.el (cal-tex-weekly-common):
9492 Restore leading blank page.
9493
9494 2012-08-22 Le Wang <l26wang@gmail.com>
9495
9496 * misc.el (forward-to-word, backward-to-word): Activate or extend
9497 the region under `shift-select-mode'. (Bug#12231)
9498
9499 2012-08-22 Bastien Guerry <bzg@gnu.org>
9500
9501 * progmodes/executable.el (executable-prefix): Set to "#!" instead
9502 of "#! ". http://www.in-ulm.de/~mascheck/various/shebang/#details
9503 gives details on why the space is never needed.
9504
9505 2012-08-22 Martin Rudalics <rudalics@gmx.at>
9506
9507 * window.el (walk-window-tree, window-with-parameter):
9508 New optional argument MINIBUF to control whether these functions
9509 should run on the minibuffer window.
9510 (window-at-side-list): Don't operate on minibuffer window.
9511 (window-in-direction): Simplify and rewrite doc-string.
9512 (window--size-ignore): Rename to window--size-ignore-p.
9513 Update callers.
9514 (display-buffer-in-atom-window, window--major-non-side-window)
9515 (window--major-side-window, display-buffer-in-major-side-window)
9516 (delete-side-window, display-buffer-in-side-window):
9517 New functions.
9518 (window--side-check, window-deletable-p, delete-window)
9519 (delete-other-windows, split-window): Handle side windows and
9520 atomic windows appropriately.
9521 (window--display-buffer): Call display-buffer-record-window also
9522 when the window buffer did not change.
9523
9524 2012-08-22 Christopher Schmidt <christopher@ch.ristopher.com>
9525
9526 * help-fns.el (help-fns--key-bindings):
9527 Abbreviate non-symbol remap targets. (Bug#12174)
9528
9529 2012-08-22 Martin Rudalics <rudalics@gmx.at>
9530
9531 * dired.el (dired-mark-remembered): Don't clobber point.
9532 (Bug#11795)
9533
9534 2012-08-22 Glenn Morris <rgm@gnu.org>
9535
9536 * progmodes/bug-reference.el (bug-reference): New custom group.
9537 (bug-reference-bug-regexp): Make it a defcustom.
9538
9539 2012-08-22 Daiki Ueno <ueno@unixuser.org>
9540
9541 * progmodes/js.el (js-indent-level, js-expr-indent-offset)
9542 (js-paren-indent-offset, js-square-indent-offset)
9543 (js-curly-indent-offset): Add :safe (Bug#12257).
9544
9545 2012-08-22 Edward O'Connor <hober0@gmail.com>
9546
9547 * json.el (json-key-format): Add error properties.
9548 (json-encode-key): New function.
9549 (json-encode-hash-table, json-encode-alist, json-encode-plist):
9550 Use json-encode-key.
9551
9552 2012-08-22 Glenn Morris <rgm@gnu.org>
9553
9554 * calendar/cal-tex.el (cal-tex-longday): New function, replacing...
9555 (cal-tex-leftday, cal-tex-rightday): Remove functions.
9556 (cal-tex-weekly-common, cal-tex-cursor-filofax-2week):
9557 Update for above change.
9558
9559 2012-08-21 Andreas Schwab <schwab@linux-m68k.org>
9560
9561 * cus-face.el (custom-face-attributes): Fix customize type for the
9562 :underline attribute. (Bug#11805)
9563
9564 2012-08-21 Martin Rudalics <rudalics@gmx.at>
9565
9566 * window.el (window-point-1, set-window-point-1): Remove.
9567 (window-in-direction, record-window-buffer)
9568 (set-window-buffer-start-and-point, split-window-below)
9569 (window--state-get-1, display-buffer-record-window):
9570 Replace calls to window-point-1 and set-window-point-1 by calls to
9571 window-point and set-window-point respectively.
9572
9573 2012-08-21 Glenn Morris <rgm@gnu.org>
9574
9575 * calendar/cal-tex.el (cal-tex-weekly-common): New function.
9576 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week):
9577 Use it.
9578
9579 * calendar/cal-tex.el (cal-tex-rightday): Add optional funcname arg.
9580 (cal-tex-shortday): New function.
9581 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week)
9582 (cal-tex-cursor-filofax-daily): Use the above.
9583
9584 * calendar/cal-tex.el (cal-tex-leftday, cal-tex-rightday):
9585 New functions.
9586 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
9587 (cal-tex-cursor-filofax-week): Use them.
9588
9589 * calendar/cal-tex.el (cal-tex-lefthead, cal-tex-righthead):
9590 New constants.
9591 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
9592 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use them.
9593
9594 * calendar/cal-tex.el (cal-tex-preamble): Generate new buffers.
9595 (cal-tex-end-document): Don't rely on buffer name.
9596
9597 * calendar/cal-tex.el (cal-tex-cursor-filofax-year):
9598 Use cal-tex-vspace.
9599 (cal-tex-vspace, cal-tex-hspace, cal-tex-em, cal-tex-bf)
9600 (cal-tex-Huge-bf, cal-tex-large-bf): Use cal-tex-cmd.
9601 (cal-tex-scriptsize, cal-tex-huge, cal-tex-Huge, cal-tex-large):
9602 Use cal-tex-arg.
9603
9604 * calendar/cal-tex.el (cal-tex-cursor-filofax-year)
9605 (cal-tex-cursor-week, cal-tex-cursor-week2)
9606 (cal-tex-cursor-week-iso, cal-tex-cursor-week-at-a-glance)
9607 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
9608 (cal-tex-cursor-filofax-daily, cal-tex-cursor-day)
9609 (cal-tex-insert-preamble, cal-tex-b-document)
9610 (cal-tex-e-document, cal-tex-b-center, cal-tex-e-center):
9611 Improve cal-tex-cmd usage.
9612
9613 * calendar/cal-tex.el (cal-tex-filofax-paper): New function.
9614 (cal-tex-cursor-filofax-year, cal-tex-cursor-filofax-2week)
9615 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use it.
9616 (cal-tex-weekly-paper): New function.
9617 (cal-tex-cursor-week, cal-tex-cursor-week2)
9618 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
9619 (cal-tex-cursor-day): Use it.
9620
9621 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance)
9622 (cal-tex-cursor-filofax-week): Remove leading blank page.
9623
9624 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
9625 Add autoload cookie. For now at least, don't use color, since
9626 no other cal-tex function does.
9627
9628 * calendar/cal-tex.el (cal-tex-cursor-week-iso)
9629 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
9630 (cal-tex-cursor-filofax-daily): Correct start date for diary entries.
9631
9632 2012-08-21 Juri Linkov <juri@jurta.org>
9633
9634 * info.el (Info-file-attributes): New variable.
9635 (info-insert-file-contents): Add file attributes to
9636 `Info-file-attributes'. Clear the caches `Info-index-nodes' and
9637 `Info-toc-nodes' when previous modtime of the Info file is less
9638 than new modtime.
9639 (Info-toc-nodes, Info-index-nodes): Move definitions up to the top
9640 of info.el. (Bug#12230)
9641
9642 2012-08-20 Glenn Morris <rgm@gnu.org>
9643
9644 * calendar/diary-lib.el (diary-include-files, diary-sexp-entry):
9645 * calendar/holidays.el (calendar-holiday-list):
9646 Report errors with display-warning rather than beep'n'sleep.
9647
9648 2012-08-20 Michael Albinus <michael.albinus@gmx.de>
9649
9650 * net/tramp.el (tramp-accept-process-output): Accept only output
9651 from PROC. Otherwise, process filters and sentinels might be
9652 confused. (Bug#12145)
9653
9654 2012-08-20 Chong Yidong <cyd@gnu.org>
9655
9656 * descr-text.el (describe-text-properties-1): Use overlays-in to
9657 report on empty overlays (Bug#3322).
9658
9659 2012-08-20 Glenn Morris <rgm@gnu.org>
9660
9661 * mail/rmailout.el (rmail-output-read-file-name):
9662 Trap and report errors in rmail-output-file-alist elements.
9663
9664 * font-lock.el (font-lock-add-keywords): Doc fix (quote face names
9665 since most non-font-lock faces are not also variables).
9666
9667 2012-08-20 Edward Reingold <reingold@iit.edu>
9668
9669 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
9670 New function. (Bug12160)
9671
9672 2012-08-19 Glenn Morris <rgm@gnu.org>
9673
9674 * mail/rmailout.el (rmail-output-read-file-name):
9675 Fix previous change (when the alist is nil or does not match).
9676
9677 2012-08-19 Chong Yidong <cyd@gnu.org>
9678
9679 * xml.el (xml-escape-string): Don't refer to xml-entity-alist
9680 (Bug#12228).
9681
9682 2012-08-18 Chong Yidong <cyd@gnu.org>
9683
9684 * simple.el (yank-handled-properties): New defcustom.
9685 (yank-excluded-properties): Add font-lock-face and category.
9686 (yank): Doc fix.
9687
9688 * subr.el (remove-yank-excluded-properties):
9689 Obey yank-handled-properties. The special handling of font-lock-face
9690 and category is now done this way, instead of being hard-coded.
9691 (insert-for-yank-1): Remove font-lock-face handling.
9692 (yank-handle-font-lock-face-property)
9693 (yank-handle-category-property): New function.
9694
9695 2012-08-17 Glenn Morris <rgm@gnu.org>
9696
9697 * mail/rmailout.el (rmail-output-read-file-name):
9698 Check rmail-output-file-alist against the full message body
9699 in the correct rmail buffer. (Bug#12214)
9700
9701 2012-08-17 Michael Albinus <michael.albinus@gmx.de>
9702
9703 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
9704 Eliminate superfluous prompt. (Bug#12203)
9705
9706 2012-08-17 Chong Yidong <cyd@gnu.org>
9707
9708 * mouse.el (mouse-appearance-menu): If x-select-font returns a
9709 font spec, set the font directly (Bug#3228).
9710
9711 2012-08-17 Martin Rudalics <rudalics@gmx.at>
9712
9713 * window.el (delete-window): Fix last fix.
9714
9715 2012-08-16 Martin Rudalics <rudalics@gmx.at>
9716
9717 * window.el (window-valid-p): Move to window.c.
9718 (window-child, window-child-count, window-last-child)
9719 (window-normalize-window, window-combined-p)
9720 (window-combinations, window-atom-root, window-min-size)
9721 (window-sizable, window-sizable-p, window-size-fixed-p)
9722 (window-min-delta, window-max-delta, window--resizable)
9723 (window--resizable-p, window-resizable, window-total-size)
9724 (window-full-height-p, window-full-width-p, window-body-size)
9725 (window-at-side-p, adjust-window-trailing-edge, maximize-window)
9726 (minimize-window, window-deletable-p, delete-window)
9727 (delete-other-windows, set-window-buffer-start-and-point)
9728 (next-buffer, previous-buffer, split-window, balance-windows-2)
9729 (set-window-text-height, window-buffer-height)
9730 (fit-window-to-buffer, shrink-window-if-larger-than-buffer)
9731 (truncated-partial-width-window-p): Minor code adjustments.
9732 In doc-strings state whether the argument window has to denote a
9733 live, valid or any window.
9734
9735 2012-08-16 Phil Sainty <psainty@orcon.net.nz> (tiny change)
9736
9737 * progmodes/subword.el (subword-forward-function)
9738 (subword-backward-function, subword-forward-regexp)
9739 (subword-backward-regexp): New variables.
9740 (subword-forward, subword-forward-internal, subword-backward-internal):
9741 Use new variables, eg so that different "word" definitions
9742 can be easily used. (Bug#11411)
9743
9744 2012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
9745
9746 * vc/vc-mtn.el (vc-mtn-revision-completion-table): Handle completion
9747 for composite selectors.
9748 * vc/vc.el (vc-diff-build-argument-list-internal): Don't prevent
9749 operation just because we can't find a previous revision.
9750
9751 2012-08-15 Chong Yidong <cyd@gnu.org>
9752
9753 * frame.el (set-frame-font): Accept font objects.
9754
9755 2012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
9756
9757 * textmodes/tex-mode.el (tex-insert-quote): ~ is a space (bug#12137).
9758
9759 2012-08-15 Wolfgang Jenkner <wjenkner@inode.at>
9760
9761 * man.el (Man-overstrike-face, Man-underline-face)
9762 (Man-reverse-face): Remove variables.
9763 (Man-overstrike, Man-underline, Man-reverse): New faces.
9764 (Man-fontify-manpage): Use them instead of the variables.
9765 (Man-cleanup-manpage): Comment change.
9766 (Man-ansi-color-map): New variable.
9767 (Man-fontify-manpage): Use it.
9768 Call ansi-color-apply-on-region to replace ad hoc code (bug#12147).
9769
9770 Implement ANSI SGR parameters 22-27 (bug#12146).
9771 * ansi-color.el (ansi-colors): Doc fix.
9772 (ansi-color-context, ansi-color-context-region): Doc fix.
9773 (ansi-color--find-face): New function.
9774 (ansi-color-apply, ansi-color-apply-on-region): Use it.
9775 Rename the local variable `face' to `codes' since it is now a list of
9776 ansi codes. Doc fix.
9777 (ansi-color-get-face): Remove.
9778 (ansi-color-parse-sequence): New function, derived from
9779 ansi-color-get-face.
9780 (ansi-color-apply-sequence): Use it. Rewrite, and support ansi
9781 codes 22-27.
9782
9783 2012-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
9784
9785 * subr.el (read-passwd): Allow use from a minibuffer.
9786
9787 2012-08-14 Eli Zaretskii <eliz@gnu.org>
9788
9789 * tooltip.el (tooltip-identifier-from-point): Don't treat tokens
9790 inside comments and strings as identifiers.
9791
9792 * progmodes/gud.el (gud-tooltip-print-command): Quote the
9793 expression to evaluate. This allows to evaluate expressions with
9794 embedded whitespace.
9795 (gud-tooltip-tips): Add a blank before the newline in the
9796 message-box text, for the benefit of message-box emulation on
9797 MS-Windows.
9798
9799 * progmodes/gdb-mi.el (gdb-tooltip-print): Don't ignore error
9800 messages from GDB, pop them up in a tooltip to give feedback to
9801 user.
9802 (gdb-tooltip-print-1): Quote the expression to evaluate.
9803 This allows to evaluate expressions with embedded whitespace.
9804 (gdb-inferior-io--init-proc): Don't send "-inferior-tty" command
9805 if the TTY name is nil or empty (which happens when communicating
9806 with the inferior via pipes, e.g. on MS-Windows).
9807 (gdb-internals): If GDB sends a "&\n" empty debugging message,
9808 don't send that to the GUD buffer.
9809
9810 2012-08-14 Glenn Morris <rgm@gnu.org>
9811
9812 * emacs-lisp/bytecomp.el (byte-compile-setq-default):
9813 Optimize away setq-default with no args, as for setq. (Bug#12195)
9814
9815 2012-08-14 Chong Yidong <cyd@gnu.org>
9816
9817 * minibuffer.el (read-file-name): Doc fix (Bug#10881).
9818
9819 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Doc fix
9820 (Bug#12085).
9821
9822 2012-08-14 Glenn Morris <rgm@gnu.org>
9823
9824 * emacs-lisp/bytecomp.el (byte-recompile-file): Doc fix.
9825
9826 2012-08-14 Michael Albinus <michael.albinus@gmx.de>
9827
9828 * net/tramp-sh.el (tramp-open-shell): Cache the shell name.
9829 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
9830 Use cached shell name.
9831
9832 2012-08-14 Fabián Ezequiel Gallina <fgallina@cuca>
9833
9834 * progmodes/python.el (python-shell-send-string):
9835 (python-shell-send-setup-code): Do not use `format' with `message'.
9836
9837 2012-08-14 Dmitry Gutov <dgutov@yandex.ru>
9838
9839 * progmodes/ruby-mode.el: Improve percent literals (bug#6286).
9840 (ruby-percent-literal-beg-re): New constant.
9841 (ruby-syntax-general-delimiters-goto-beg): Rename to
9842 `ruby-syntax-enclosing-percent-literal', improve literal type check.
9843 (ruby-syntax-propertize-general-delimiters): Rename to
9844 `ruby-syntax-propertize-percent-literal', it's a shorter and more
9845 popular term. Adjust comments everywhere.
9846 (ruby-syntax-propertize-percent-literal): Only propertize when not
9847 inside a simple string or comment. When the literal is unclosed,
9848 leave the text after it unpropertized.
9849 (ruby-syntax-methods-before-regexp): New constant.
9850 (ruby-syntax-propertize-function): Use it to recognize regexps.
9851 Don't look at the text after regexp, just use the whitelist.
9852
9853 2012-08-14 Andreas Schwab <schwab@linux-m68k.org>
9854
9855 * emacs-lisp/bytecomp.el (byte-recompile-file): When LOAD is
9856 non-nil always load the compiled file if it exists. (Bug#12197)
9857
9858 2012-08-14 Chong Yidong <cyd@gnu.org>
9859
9860 * hi-lock.el (hi-lock-mode): Do not unilaterally enable font lock.
9861 (hi-lock-set-pattern): When deciding whether to use font lock or
9862 overlays, look at font-lock-mode instead of font-lock-fontified
9863 (Bug#12168).
9864 (hi-lock-mode, hi-lock-line-face-buffer, hi-lock-unface-buffer)
9865 (hi-lock-face-buffer, hi-lock-face-phrase-buffer): Doc fix.
9866
9867 2012-08-14 Daiki Ueno <ueno@unixuser.org>
9868
9869 * subr.el (internal--after-with-selected-window): Fix typo
9870 (Bug#12193).
9871
9872 2012-08-14 Fabián Ezequiel Gallina <fgallina@cuca>
9873
9874 Use `completion-table-dynamic' for completion functions.
9875 * progmodes/python.el
9876 (python-shell-completion--do-completion-at-point)
9877 (python-shell-completion--get-completions):
9878 Remove functions.
9879 (python-shell-completion-complete-at-point): New function.
9880 (python-completion-complete-at-point): Use it.
9881
9882 2012-08-13 Jambunathan K <kjambunathan@gmail.com>
9883
9884 * vc/vc-dir.el (vc-dir-hide-state): New command (bug#12159).
9885 (vc-dir-hide-up-to-date): Route it to `vc-dir-hide-state'.
9886
9887 2012-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
9888
9889 * subr.el (function-get): Refine `autoload' arg so it can also
9890 autoload functions for gv.el (bug#12191).
9891 * emacs-lisp/edebug.el (get-edebug-spec): Adjust so it only
9892 autoloads macros.
9893
9894 * color.el (color-xyz-to-lab, color-lab-to-xyz, color-cie-de2000):
9895 Prefer pcase-let over destructuring-bind.
9896 * vc/diff-mode.el (diff-remove-trailing-whitespace): Same.
9897 Also, remove whitespace as we go, rather than after accumulating the
9898 various places.
9899
9900 * subr.el (internal--before-with-selected-window)
9901 (internal--after-with-selected-window): Fix typo seleted->selected.
9902 (with-selected-window): Adjust callers.
9903 Reported by Dmitry Gutov <dgutov@yandex.ru>.
9904
9905 2012-08-13 Bastien Guerry <bzg@gnu.org>
9906
9907 * window.el (special-display-popup-frame): Minor docstring
9908 enhancement. (Bug#12172)
9909
9910 2012-08-13 Andreas Schwab <schwab@linux-m68k.org>
9911
9912 * tar-mode.el (tar-header-data-end): Only ignore size for files of
9913 type 1-6.
9914 (tar-header-block-summarize, tar-get-descriptor): Handle pax
9915 extended headers.
9916
9917 * files.el (hack-local-variables-filter): Remove useless eval.
9918
9919 2012-08-13 Martin Rudalics <rudalics@gmx.at>
9920
9921 * subr.el (with-selected-window): Fix last change.
9922
9923 2012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
9924
9925 * subr.el (internal--before-with-seleted-window)
9926 (internal--after-with-seleted-window): New functions.
9927 (with-selected-window): Use them, to replace dependency on
9928 tty-top-frame.
9929
9930 2012-08-12 Nobuyoshi Nakada <nobu@ruby-lang.org>
9931
9932 * progmodes/ruby-mode.el (ruby-mode-map): Remove unnecessary
9933 binding for `newline'.
9934 (ruby-move-to-block): When moving backward, stop at block opening,
9935 not indentation.
9936 * progmodes/ruby-mode.el (ruby-brace-to-do-end)
9937 (ruby-do-end-to-brace, ruby-toggle-block): New functions.
9938 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
9939 `ruby-toggle-block'.
9940
9941 2012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
9942
9943 * ibuffer.el (ibuffer-do-toggle-read-only):
9944 * dired.el (dired-toggle-read-only):
9945 * buff-menu.el (Buffer-menu-toggle-read-only):
9946 * bindings.el (mode-line-toggle-read-only):
9947 * bs.el (bs-toggle-readonly): Call toggle-read-only interactively.
9948
9949 2012-08-12 Andreas Schwab <schwab@linux-m68k.org>
9950
9951 * descr-text.el (describe-char): Put the overlays over the
9952 "displayed as" character.
9953
9954 2012-08-12 Jay Belanger <jay.p.belanger@gmail.com>
9955
9956 * calc/calc-units.el (math-default-units-table): Give an
9957 initial value.
9958 (math-put-default-units): Add options to put composite units and
9959 unit systems in the default units table.
9960 (calc-convert-units): Send composite units to
9961 `math-put-default-units' when appropriate.
9962
9963 2012-08-11 Glenn Morris <rgm@gnu.org>
9964
9965 * emacs-lisp/copyright.el (copyright-update-directory): Logic fix.
9966
9967 * tutorial.el (help-with-tutorial):
9968 * emacs-lisp/copyright.el (copyright-update-directory):
9969 * emacs-lisp/autoload.el (autoload-find-generated-file)
9970 (autoload-find-file): Disable local eval: (for insurance).
9971
9972 * files.el (hack-local-variables-filter): If an eval: form is not
9973 known to be safe, and enable-local-variables is :safe, then ignore
9974 the form totally, as is done for non-eval forms. (Bug#12155)
9975 This is CVE-2012-3479.
9976
9977 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
9978
9979 * emacs-lisp/rx.el (rx-constituents): Don't define as constant.
9980 (rx-form): Simplify.
9981
9982 2012-08-09 Dmitry Gutov <dgutov@yandex.ru>
9983
9984 * progmodes/ruby-mode.el (ruby-expr-beg, ruby-parse-partial):
9985 ?, _, and : are symbol constituents, ! is not (but kinda should be).
9986 (ruby-syntax-propertize-heredoc): Use ruby-singleton-class-p.
9987 (ruby-syntax-propertize-function): Adjust for changes in
9988 `ruby-syntax-propertize-heredoc'.
9989
9990 2012-08-09 Nobuyoshi Nakada <nobu@ruby-lang.org>
9991
9992 * progmodes/ruby-mode.el (ruby-mode-map): Remove deprecated
9993 binding (use `M-;' instead).
9994 (ruby-singleton-class-p): New function.
9995 (ruby-expr-beg, ruby-in-here-doc-p) Use it.
9996
9997 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
9998
9999 * emacs-lisp/cl-macs.el (cl-loop): Improve debug spec.
10000
10001 2012-08-10 Chong Yidong <cyd@gnu.org>
10002
10003 * progmodes/python.el (python-shell-get-process-name): Don't mess
10004 with same-window-buffer-names.
10005
10006 * eshell/eshell.el (eshell-add-to-window-buffer-names)
10007 (eshell-remove-from-window-buffer-names): Make obsolete.
10008 (eshell-buffer-name, eshell-unload-hook): Don't use them.
10009 (eshell): Just use pop-to-buffer-same-window instead.
10010
10011 2012-08-10 Chong Yidong <cyd@gnu.org>
10012
10013 * bindings.el: Bind M-= back to count-words-region.
10014
10015 * simple.el (count-words-region): Accept a prefix arg for acting
10016 on the entire buffer.
10017 (count-words--buffer-message): New helper function.
10018
10019 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
10020
10021 * term/x-win.el (x-menu-bar-open): Always pass last-nonmenu-event.
10022 * subr.el (eventp): `nil' is not an event, and eventp is not hot.
10023 (event-start, event-end): Use posn-at-point to return a more
10024 informative posn.
10025 (posnp): New function.
10026 * mouse.el (popup-menu-normalize-position): Use it.
10027
10028 2012-08-10 Masatake YAMATO <yamato@redhat.com>
10029
10030 * mouse.el (popup-menu-normalize-position): New function.
10031 (popup-menu): Use `popup-menu-normalize-position' to normalize
10032 the form for POSITION argument.
10033
10034 * term/x-win.el (x-menu-bar-open):
10035 Use the value returend from (posn-at-point) as position
10036 passed to `popup-menu'.
10037
10038 2012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
10039
10040 * calc/calccomp.el (math-compose-expr): Add extra argument
10041 indicating that parentheses should be put around products in
10042 denominators. Give multiplication precedence over division during
10043 composition.
10044
10045 2012-08-09 Chong Yidong <cyd@gnu.org>
10046
10047 * man.el (Man-switches, Man-sed-command, Man-awk-command)
10048 (Man-mode-hook, Man-cooked-hook, Man-untabify-command-args)
10049 (Man-untabify-command, manual-program): Convert to defcustom
10050 (Bug#10429).
10051
10052 * vc/add-log.el (change-log-mode): Bind comment-start to nil.
10053
10054 * descr-text.el (describe-char): Don't insert extra newlines
10055 (Bug#10127).
10056
10057 * vc/log-view.el (log-view-diff): Use use-region-p (Bug#10133).
10058 (log-view-diff-changeset, log-view-minor-wrap): Likewise.
10059
10060 * align.el (align-region): Delete temporary markers (Bug#10047).
10061 Plus some code cleanups.
10062
10063 2012-08-09 Fabián Ezequiel Gallina <fgallina@cuca>
10064
10065 * progmodes/python.el (python-pdbtrack-tracked-buffer)
10066 (python-pdbtrack-buffers-to-kill, python-shell-internal-buffer)
10067 (python-shell-internal-last-output): Use make-local-variable
10068 instead of make-variable-buffer-local.
10069
10070 2012-08-09 Fabián Ezequiel Gallina <fgallina@cuca>
10071
10072 * progmodes/python.el: Enhancements to forward-sexp.
10073 (python-nav-forward-sexp): Rename from
10074 python-nav-forward-sexp-function.
10075 (python-nav--forward-sexp, python-nav--backward-sexp):
10076 New functions.
10077
10078 2012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
10079
10080 * calc/calc-menu.el (calc-modes-menu): Add entries for matrix
10081 modes and simplification modes.
10082
10083 2012-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
10084
10085 * delsel.el (delete-selection-pre-hook): Don't propagate the
10086 file-supersession signals (bug#12161).
10087
10088 2012-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
10089
10090 * emacs-lisp/cl.el (cl-map-keymap-recursively, cl-map-intervals)
10091 (cl-map-extents): Add compatibility aliases (bug#12135).
10092
10093 2012-08-08 Michael Albinus <michael.albinus@gmx.de>
10094
10095 * net/tramp-sh.el (tramp-find-file-exists-command): Protect the
10096 tests by `ignore-error'.
10097 (tramp-find-shell): Open also a new shell, when cache is already
10098 set. Reported by Carsten Bormann <cabo@tzi.org>. (Bug#12148)
10099
10100 2012-08-08 Juri Linkov <juri@jurta.org>
10101
10102 * bookmark.el: Add `defaults' property to the bookmark record.
10103 (bookmark-current-buffer): Doc fix.
10104 (bookmark-make-record): Add `defaults' property with default values
10105 to the bookmark record.
10106 (bookmark-minibuffer-read-name-map): Remove key binding "\C-u"
10107 with `bookmark-insert-current-bookmark'.
10108 (bookmark-set): Get `defaults' property from the bookmark record
10109 and use it in `read-from-minibuffer'.
10110 (bookmark-insert-current-bookmark): Remove function.
10111
10112 * info.el (Info-bookmark-make-record): Add `defaults' property
10113 with values of canonical Info node name, the current Info file
10114 name and the current Info node name. (Bug#12107)
10115
10116 2012-08-08 Juri Linkov <juri@jurta.org>
10117
10118 * files.el (basic-save-buffer): Use `buffer-name' as the default
10119 of `read-file-name' when buffer is not visiting a file (bug#12128).
10120
10121 2012-08-08 Juri Linkov <juri@jurta.org>
10122
10123 * info.el (Info-isearch-search): Doc fix.
10124 (Info-search): Change search-failed message from "initial node" to
10125 "end of node" (bug#12078).
10126 (Info-isearch-search): Change `isearch-string-state' to
10127 `isearch--state-string'.
10128
10129 2012-08-08 Glenn Morris <rgm@gnu.org>
10130
10131 * language/persian.el: Remove file.
10132 * language/misc-lang.el: Move unique part of persian.el here.
10133 * loadup.el: Remove language/persian.
10134
10135 2012-08-08 Óscar Fuentes <ofv@wanadoo.es>
10136
10137 * vc/diff-mode.el (diff-remove-trailing-whitespace): New function.
10138
10139 2012-08-08 Fabián Ezequiel Gallina <fgallina@cuca>
10140
10141 * progmodes/python.el: Fix defsubst warning.
10142 (python-syntax-context) Rename from python-info-ppss-context.
10143 (python-syntax-context-type): Rename from
10144 python-info-ppss-context-type.
10145 (python-syntax-comment-or-string-p): Rename from
10146 python-info-ppss-comment-or-string-p.
10147
10148 2012-08-08 Jay Belanger <jay.p.belanger@gmail.com>
10149
10150 * calc/calc-misc.el (calc-record-why): Don't record a message twice.
10151
10152 2012-08-07 Andreas Schwab <schwab@linux-m68k.org>
10153
10154 * emacs-lisp/lisp-mode.el (eval-defun-1): Handle standard value of
10155 a defcustom that is quoted with backquote.
10156
10157 * calc/calc-prog.el (math-do-defmath): Use backquote forms.
10158 Fix handling of interactive spec when the body uses return.
10159 (math-do-arg-check, math-define-function-body): Use backquote forms.
10160 * calc/calc-ext.el (math-defcache): Likewise.
10161 * calc/calc-rewr.el (math-rwfail, math-rweval): Likewise.
10162 * allout.el (allout-new-exposure): Likewise.
10163 * calc/calcalg2.el (math-tracing-integral): Likewise.
10164 * info.el (Info-last-menu-item): Likewise.
10165 * emulation/vip.el (vip-loop): Likewise.
10166 * textmodes/artist.el (artist-funcall): Likewise.
10167 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle):
10168 Construct menu-item directly.
10169
10170 * progmodes/autoconf.el (font-lock-syntactic-keywords):
10171 Don't declare.
10172
10173 2012-08-07 Chong Yidong <cyd@gnu.org>
10174
10175 * simple.el (deactivate-mark): Preserve text properties when
10176 saving the primary selection (Bug#8384).
10177
10178 2012-08-07 Kevin Ryde <user42@zip.com.au>
10179
10180 * woman.el (woman0-if): Quietly treat ".if v" as false (Bug#12109).
10181 (woman-parse-numeric-value): On a bad .IP line, issue a warning
10182 and continue processing (Bug#12110).
10183
10184 2012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
10185
10186 * progmodes/cperl-mode.el (cperl-mode): Yet another fix for
10187 syntax-propertize-function (bug#10095).
10188
10189 2012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
10190
10191 * help-fns.el (help-fns--key-bindings, help-fns--signature)
10192 (help-fns--parent-mode, help-fns--obsolete): New funs, extracted from
10193 describe-function-1.
10194 (describe-function-1): Use them. Move compiler macro after sig.
10195 (help-fns--compiler-macro): Use function-get. Assume we're already in
10196 standard-output. Adjust layout to new call order.
10197
10198 * emacs-lisp/cl-macs.el (cl--sm-macroexpand): Fix handling of
10199 re-binding a symbol that has a symbol-macro (bug#12119).
10200
10201 2012-08-06 Mohsen BANAN <libre@mohsen.1.banan.byname.net>
10202
10203 * language/persian.el: New file. (Bug#11812)
10204 * loadup.el: Add language/persian.el.
10205
10206 2012-08-06 Chong Yidong <cyd@gnu.org>
10207
10208 * window.el (window--maybe-raise-frame): New function.
10209 (window--display-buffer): Split off from here.
10210 (display-buffer-reuse-window, display-buffer-pop-up-frame)
10211 (display-buffer-pop-up-window, display-buffer-use-some-window):
10212 Obey an inhibit-switch-frame action alist entry.
10213 (display-buffer): Update doc.
10214
10215 * replace.el (occur-after-change-function): Avoid losing focus by
10216 using the inhibit-switch-frame display parameter (Bug#12139).
10217
10218 2012-08-06 Fabián Ezequiel Gallina <fgallina@cuca>
10219
10220 Make internal shell process buffer names start with space.
10221 * progmodes/python.el (python-shell-make-comint): Add optional
10222 argument INTERNAL.
10223 (run-python-internal): Use it.
10224 (python-shell-internal-get-or-create-process): Check for new
10225 internal buffer names.
10226
10227 2012-08-06 Glenn Morris <rgm@gnu.org>
10228
10229 * eshell/esh-ext.el (eshell/addpath): Use dolist and mapconcat.
10230 Do less getting and setting of environment variables.
10231
10232 2012-08-05 Chong Yidong <cyd@gnu.org>
10233
10234 * proced.el (proced): Add substitution string to docstring to
10235 trigger autoloading of the proced library on C-h f (Bug#1768).
10236
10237 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
10238 Don't show defvars which have no second argument (Bug#8638).
10239
10240 * imenu.el (imenu-generic-expression): Move documentation here
10241 from imenu--generic-function.
10242 (imenu--generic-function): Refer to imenu-generic-expression.
10243
10244 2012-08-05 Vegard Øye <vegard_oye@hotmail.com> (tiny change)
10245
10246 * emulation/viper-init.el (viper-deflocalvar): Add docstring and
10247 indentation declaration.
10248 (viper-loop): Add indentation declaration (Bug#7025).
10249
10250 2012-08-05 Chong Yidong <cyd@gnu.org>
10251
10252 * help-fns.el (describe-variable): Add hyperlink for
10253 directory-local variables files. Improve buffer-local and
10254 permanent-local reporting; suggested by MON KEY (Bug#6644).
10255
10256 * help-mode.el (help-dir-local-var-def): New button type.
10257
10258 * files.el (kill-buffer-hook): Provide a defvar.
10259
10260 2012-08-05 Glenn Morris <rgm@gnu.org>
10261
10262 * eshell/esh-ext.el (eshell/addpath):
10263 Also update eshell-path-env. (Bug#12013)
10264
10265 2012-08-05 Chong Yidong <cyd@gnu.org>
10266
10267 * wdired.el (wdired-mode, wdired-change-to-wdired-mode): Doc fixes.
10268
10269 * fringe.el (fringe-styles): Add docstring.
10270 (fringe--check-mode): New function.
10271 (set-fringe-mode, set-fringe-style): Use it.
10272 (fringe-mode, set-fringe-style): Doc fixes (Bug#6480).
10273
10274 * files.el (set-auto-mode): Fix invalid setq call.
10275
10276 2012-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
10277
10278 * isearch.el: Misc simplification; use defstruct.
10279 (isearch-mode-map): Dense maps now work like sparse ones.
10280 (isearch--state): New defstruct.
10281 (isearch-string-state, isearch-message-state, isearch-point-state)
10282 (isearch-success-state, isearch-forward-state)
10283 (isearch-other-end-state, isearch-word-state, isearch-error-state)
10284 (isearch-wrapped-state, isearch-barrier-state)
10285 (isearch-case-fold-search-state, isearch-pop-fun-state): Remove,
10286 replaced by defstruct's accessors.
10287 (isearch--set-state): Rename from isearch-top-state and change
10288 calling convention.
10289 (isearch-push-state): Use new isearch--get-state.
10290 (isearch-toggle-word): Disable regexp when enabling word.
10291 (isearch-message-prefix): Remove unused arg _c-q-hack.
10292 (isearch-message-suffix): Remove unused arg _ellipsis.
10293
10294 2012-08-04 Andreas Schwab <schwab@linux-m68k.org>
10295
10296 * simple.el (list-processes--refresh): For a server use :host or
10297 :local as the address.
10298 (list-processes): Doc fix.
10299
10300 2012-08-04 Michal Nazarewicz <mina86@mina86.com>
10301
10302 * lisp/mpc.el: Support password in host argument.
10303 (mpc--proc-connect): Parse and use new password element.
10304 Set mpc-proc variable instead of returning process.
10305 (mpc-proc): Adjust accordingly.
10306
10307 2012-08-03 Eli Zaretskii <eliz@gnu.org>
10308
10309 * whitespace.el (whitespace-display-mappings): Use Unicode
10310 codepoints, instead of emacs-mule codepoints. See
10311 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-07/msg00366.html
10312 for the details.
10313
10314 * files.el (file-truename): Don't skip symlink-chasing part on
10315 windows-nt. Incorporate the resolution of 8+3 short aliases on
10316 Windows into the loop that recursively chases symlinks.
10317 Compare directory and its parent case-insensitively on MS-Windows and
10318 MS-DOS.
10319
10320 2012-08-03 Chong Yidong <cyd@gnu.org>
10321
10322 * menu-bar.el (menu-bar-tools-menu): Remove PCL-CVS.
10323
10324 * sort.el (sort-regexp-fields): Doc fix.
10325
10326 2012-08-03 Tassilo Horn <tsdh@gnu.org>
10327
10328 * textmodes/reftex.el (reftex-compile-variables): Make keyvals
10329 labels regex position point at the expected place.
10330
10331 2012-08-03 MON KEY <monkey@sandpframing.com>
10332
10333 * net/imap.el (imap-interactive-login, imap-authenticate)
10334 (imap-mailbox-lsub, imap-mailbox-list)
10335 (imap-mailbox-status-asynch, imap-mailbox-acl-delete)
10336 (imap-fetch, imap-message-flag-permanent-p, imap-envelope-from)
10337 (imap-parse-response): Doc fix.
10338
10339 2012-08-03 João Távora <joaotavora@gmail.com>
10340
10341 * textmodes/tex-mode.el (latex-forward-sexp): Terminate the loop
10342 if sexp scanning does not move point (Bug#5734).
10343
10344 2012-08-02 Tassilo Horn <tsdh@gnu.org>
10345
10346 * textmodes/reftex-vars.el (reftex-default-label-alist-entries):
10347 Add listings, minted, and ctable packages.
10348 (reftex-label-alist-builtin): Move listings, minted, and ctable
10349 entries before LaTeX.
10350 (reftex-label-alist): Docfix.
10351
10352 2012-08-02 Bastien Guerry <bzg@gnu.org>
10353
10354 * replace.el (occur): Fix docstring (bug#12122).
10355
10356 2012-08-02 Glenn Morris <rgm@gnu.org>
10357
10358 * emacs-lisp/authors.el (authors-renamed-files-alist): Add ms-w32.h.
10359
10360 2012-08-02 Paul Eggert <eggert@cs.ucla.edu>
10361
10362 Obsolete alias inactivate-current-input-method-function (Bug#10150).
10363 * international/mule-cmds.el: Create
10364 inactivate-current-input-method-function as an obsolete alias for
10365 deactivate-current-input-method-function. See Katsumi Yamaoka in
10366 <http://bugs.gnu.org/10150#46>.
10367
10368 2012-08-01 Jay Belanger <jay.p.belanger@gmail.com>
10369
10370 * calc/calc-mode.el (calc-set-simplify-mode): Use `cond' instead
10371 of nested `if's.
10372
10373 2012-08-01 Glenn Morris <rgm@gnu.org>
10374
10375 * progmodes/autoconf.el (autoconf-definition-regexp):
10376 Add AH_TEMPLATE, adjust submatch numbering.
10377 (autoconf-font-lock-keywords, autoconf-imenu-generic-expression)
10378 (autoconf-current-defun-function): Update for above change.
10379 (autoconf-current-defun-function): First skip to end of current word.
10380
10381 2012-08-01 Rupert Swarbrick <rswarbrick@gmail.com> (tiny change)
10382
10383 * calendar/cal-html.el (cal-html-insert-agenda-days):
10384 Fix typo. (Bug#12018)
10385
10386 2012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
10387
10388 Shell processes: enhancements to startup and CEDET compatibility.
10389 * progmodes/python.el (python-shell-send-setup-max-wait): Delete var.
10390 (python-shell-make-comint): accept-process-output at startup.
10391 (run-python-internal): Set inferior-python-mode-hook to nil.
10392 (python-shell-internal-get-or-create-process): call sit-for.
10393 (python-preoutput-result): Add obsolete alias.
10394 (python-shell-internal-send-string): Use it.
10395 (python-shell-send-setup-code): Remove call to
10396 accept-process-output.
10397
10398 2012-07-31 Andreas Schwab <schwab@linux-m68k.org>
10399
10400 * buff-menu.el (list-buffers-noselect): Use prefix-numeric-value.
10401 (Bug#12108)
10402
10403 2012-07-31 Jay Belanger <jay.p.belanger@gmail.com>
10404
10405 * calc-mode.el (calc-basic-simplification-mode): Rename from
10406 `calc-limited-simplification-mode'.
10407 (calc-alg-simplification-mode): New function.
10408 (calc-set-simplify-mode): Adjust message.
10409
10410 * calc.el (calc-set-mode-line): Adjust mode line display for
10411 basic simplification mode.
10412
10413 * calc-help.el (calc-m-prefix-help): Update help message.
10414
10415 * calc-ext.el (calc-init-extensions): Add bindings and autoloads
10416 for `calc-basic-simplify-mode' and `calc-alg-simplify-mode'.
10417
10418 2012-07-31 Bastien Guerry <bzg@gnu.org>
10419
10420 * man.el (man): Fix comment. (bug#12101)
10421
10422 2012-07-31 Martin Rudalics <rudalics@gmx.at>
10423
10424 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
10425 Don't return a non-nil value when no suitable buffer was found.
10426
10427 2012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
10428
10429 * progmodes/python.el (run-python-internal): Disable font lock for
10430 internal shells.
10431
10432 2012-07-30 Stefan Merten <smerten@oekonux.de>
10433
10434 * textmodes/rst.el: Silence `checkdoc-ispell'.
10435 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
10436 (rst-official-version, rst-official-cvs-rev)
10437 (rst-package-emacs-version-alist): Update to upstream V1.3.1.
10438 (rst-mode-map): New key binding.
10439
10440 2012-07-30 Paul Eggert <eggert@cs.ucla.edu>
10441
10442 Update .PHONY listings in makefiles.
10443 * Makefile.in (.PHONY): Add all, doit, custom-deps, finder-data,
10444 autoloads, update-subdirs, updates, bzr-update, update-authors,
10445 compile-onefile, compile-calc, backup-compiled-files,
10446 compile-after-backup, compile-one-process, mh-autoloads,
10447 bootstrap-clean, distclean, maintainer-clean.
10448
10449 2012-07-29 Jay Belanger <jay.p.belanger@gmail.com>
10450
10451 * calc/calc.el (calc-simplify-mode): Make 'alg the default value.
10452 (calc-set-mode-line): Don't display "AlgSimp ".
10453
10454 * calc/calc-mode.el (calc-alg-simplify-mode): Remove function.
10455 (calc-lim-simplify-mode): New function.
10456 (calc-set-simplify-mode): Default to 'alg.
10457 (calc-default-simplify-mode): Make algebraic simplifications
10458 the default.
10459
10460 * calc/calc-ext.el (calc-init-extensions): Remove binding for
10461 `calc-alg-simplify-mode'. Add binding for `calc-lim-simplify-mode'.
10462
10463 * calc/calc-help.el (calc-m-prefix-help): Change messages to
10464 indicate new simplification modes.
10465
10466 * calc/README: Mention new default simplification mode.
10467
10468 * calc/calc.el (math-normalize-error): New variable.
10469 (math-normalize): Set `math-normalize-error' to t
10470 when there's an error.
10471
10472 * calc/calc-alg.el (math-simplify): Don't simplify when
10473 `math-normalize' returns an error.
10474
10475 2012-07-29 Eli Zaretskii <eliz@gnu.org>
10476
10477 * international/mule-cmds.el (set-locale-environment): Revert last
10478 change, since display-graphic-p returns nil when this function is
10479 called during startup. Instead...
10480
10481 * term/w32console.el (terminal-init-w32console): ...setup the
10482 keyboard and terminal encoding for TTY sessions here. (Bug#12082)
10483
10484 2012-07-29 Juri Linkov <juri@jurta.org>
10485
10486 * simple.el (goto-line): Don't display default line number in the
10487 prompt because it should be displayed by `read-number' (bug#9952).
10488 Add the current line number to the defaults of `goto-line' to
10489 allow its easier modification by users with `M-n' (bug#9201).
10490
10491 * subr.el (read-number): Support multiple default values like in
10492 other minibuffer reading functions. Replace `read' with
10493 `string-to-number' for consistency with `number-to-string'.
10494
10495 2012-07-29 Paul Eggert <eggert@cs.ucla.edu>
10496
10497 deactive->inactive, inactivate->deactivate spelling fixes (Bug#10150)
10498 * emulation/viper-init.el (viper-deactivate-input-method-action):
10499 Rename from viper-inactivate-input-method-action.
10500 (viper-deactivate-input-method):
10501 Rename from viper-inactivate-input-method.
10502 * follow.el (follow-inactive-menu): Rename from follow-deactive-menu.
10503 * international/mule-cmds.el (deactivate-input-method):
10504 Rename from inactivate-input-method.
10505 Also run input-method-deactivate-hook.
10506 (deactivate-current-input-method-function):
10507 Rename from inactivate-current-input-method-function.
10508 (input-method-deactivate-hook): New hook.
10509 (input-method-inactivate-hook): Mark obsolete.
10510 (inactivate-input-method): Mark obsolete.
10511
10512 * international/quail.el (quail-activate):
10513 Also run quail-deactivate-hook.
10514 (quail-deactivate): Rename from quail-inactivate.
10515 * international/robin.el (robin-activate):
10516 Also run robin-deactivate-hook.
10517 (robin-deactivate): Rename from robin-inactivate.
10518
10519 2012-07-29 Chong Yidong <cyd@gnu.org>
10520
10521 * simple.el (indicate-copied-region): New function.
10522 (kill-ring-save): Split off from here.
10523
10524 * rect.el (copy-rectangle-as-kill): Call indicate-copied-region.
10525 (kill-rectangle): Set deactivate-mark to t on read-only error.
10526
10527 * register.el (copy-to-register, copy-rectangle-to-register):
10528 Deactivate the mark, and use indicate-copied-region (Bug#10056).
10529 (append-to-register, prepend-to-register): Call indicate-copied-region.
10530
10531 2012-07-29 Juri Linkov <juri@jurta.org>
10532
10533 * simple.el (async-shell-command-buffer): New defcustom.
10534 (shell-command): Use it. (Bug#4719)
10535
10536 2012-07-28 Eli Zaretskii <eliz@gnu.org>
10537
10538 * international/mule-cmds.el (set-locale-environment): In a
10539 console session on MS-Windows, set up keyboard and terminal
10540 encoding from the OEM codepage, not the ANSI codepage.
10541 (Bug#12055)
10542
10543 2012-07-28 Chong Yidong <cyd@gnu.org>
10544
10545 * progmodes/gdb-mi.el (gdb-place-breakpoints): Fix the call to
10546 gdb-get-location.
10547
10548 2012-07-28 Leo Liu <sdl.web@gmail.com>
10549
10550 * progmodes/cc-menus.el (cc-imenu-objc-function): Avoid leaving nil in
10551 the alist (bug#12029).
10552
10553 2012-07-28 Eli Zaretskii <eliz@gnu.org>
10554
10555 * makefile.w32-in (custom-deps, finder-data, updates, compile)
10556 (compile-always, compile-first)
10557 ($(lisp)/calendar/cal-loaddefs.el)
10558 ($(lisp)/calendar/diary-loaddefs.el)
10559 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
10560 ($(lisp)/net/tramp-loaddefs.el, bootstrap)
10561 ($(lisp)/progmodes/cc-mode.elc): Depend on $(lisp)subdirs.el,
10562 instead of on update-subdirs.
10563 (bootstrap-clean): Delete $(lisp)/subdirs.el.
10564
10565 2012-07-28 Chong Yidong <cyd@gnu.org>
10566
10567 * vc/vc.el (vc-root-diff, vc-print-root-log): Prompt for a
10568 directory if vc-deduce-backend returns nil (Bug#7350).
10569
10570 * simple.el (delete-trailing-lines): New option.
10571 (delete-trailing-whitespace): Obey it (Bug#11879).
10572
10573 2012-07-28 David Engster <deng@randomsample.de>
10574
10575 * xml.el (xml-node-name, xml-parse-file, xml-parse-region):
10576 Explanation of new 'symbol-qnames feature in doc-strings.
10577 (xml-maybe-do-ns): Return expanded names as plain symbols if
10578 'symbol-qnames was provided in XML-NS argument (Bug#11916).
10579 (xml-parse-tag-1): Deal with new definition of PARSE-NS argument.
10580
10581 2012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
10582
10583 Consistent completion in inferior python with emacs -nw.
10584 * progmodes/python.el (inferior-python-mode): replace "<tab>"
10585 binding in inferior-python-mode-map with "\t".
10586 (python-shell-completion-complete-at-point)
10587 (python-completion-complete-at-point): Remove interactive spec.
10588
10589 2012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
10590
10591 * calc/calccomp.el (math-compose-expr): Undo previous change.
10592
10593 2012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
10594
10595 * progmodes/python.el (python-mode-map): Add keybinding for
10596 run-python.
10597 (python-shell-make-comint): Fix pop-to-buffer call.
10598 (run-python): Autoload. New arg SHOW.
10599 (python-shell-get-or-create-process): Do not pop python process
10600 buffer.
10601
10602 2012-07-27 Michael Albinus <michael.albinus@gmx.de>
10603
10604 * notifications.el (notifications-on-action-signal)
10605 (notifications-on-closed-signal): Use also the bus address for the map.
10606 (notifications-notify, notifications-close-notification)
10607 (notifications-get-capabilities): Add optional argument BUS.
10608
10609 2012-07-27 Tassilo Horn <tsdh@gnu.org>
10610
10611 * textmodes/reftex-vars.el (reftex-label-alist-builtin):
10612 Add support for the lstlisting and minted environments, and for the
10613 ctable macro.
10614 * textmodes/reftex.el (reftex-compile-variables): Also recognize
10615 labels written in keyvals syntax.
10616
10617 2012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
10618
10619 * calc/calccomp.el (math-compose-expr): Use parentheses when
10620 there is a product in the denominator of a fraction.
10621
10622 2012-07-26 Eli Zaretskii <eliz@gnu.org>
10623
10624 * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
10625 ($(lisp)/calendar/diary-loaddefs.el)
10626 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
10627 ($(lisp)/net/tramp-loaddefs.el): Depend on update-subdirs.
10628 Fixes failures in parallel bootstrap because subdirs.el is being
10629 rewritten while the autoload files are built at the same time,
10630 which needs to load subdirs.el.
10631
10632 2012-07-26 Martin Rudalics <rudalics@gmx.at>
10633
10634 * mouse.el (popup-menu): Fix doc-string and re-indent code.
10635 (mouse-drag-line): Don't exit tracking when a switch-frame or
10636 switch-window event occurs (Bug#12006).
10637
10638 2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
10639
10640 * mouse.el (popup-menu): Fix last change.
10641
10642 2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
10643
10644 Autoload from Lisp with more care. Follow aliases when looking for
10645 function properties.
10646 * subr.el (autoloadp): New function.
10647 (symbol-file): Use it.
10648 (function-get): New function.
10649 * emacs-lisp/macroexp.el (macroexp--expand-all): Use function-get and
10650 autoload-do-load.
10651 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function)
10652 (lisp-indent-function):
10653 * emacs-lisp/gv.el (gv-get):
10654 * emacs-lisp/edebug.el (get-edebug-spec, edebug-basic-spec):
10655 * emacs-lisp/byte-opt.el (byte-optimize-form):
10656 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
10657 * emacs-lisp/autoload.el (make-autoload, autoload-print-form):
10658 Use function-get.
10659 * emacs-lisp/cl.el: Don't propagate function properties any more.
10660
10661 * speedbar.el (speedbar-add-localized-speedbar-support):
10662 * emacs-lisp/disass.el (disassemble-internal):
10663 * desktop.el (desktop-load-file):
10664 * help-fns.el (help-function-arglist, find-lisp-object-file-name)
10665 (describe-function-1):
10666 * emacs-lisp/find-func.el (find-function-noselect):
10667 * emacs-lisp/elp.el (elp-instrument-function):
10668 * emacs-lisp/advice.el (ad-has-proper-definition):
10669 * apropos.el (apropos-safe-documentation, apropos-macrop):
10670 * emacs-lisp/debug.el (debug-on-entry):
10671 * emacs-lisp/cl-macs.el (cl-compiler-macroexpand):
10672 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
10673 * calc/calc.el (name): Use autoloadp & autoload-do-load.
10674
10675 2012-07-25 Alp Aker <alp.tekin.aker@gmail.com>
10676
10677 * international/mule-cmds.el (ucs-insert): Mark it as an obsolete
10678 function, not an obsolete variable (Bug#12046).
10679
10680 2012-07-25 Andreas Schwab <schwab@linux-m68k.org>
10681
10682 * faces.el (face-spec-reset-face): Fix last change. (Bug#12042)
10683
10684 2012-07-25 Christopher Schmidt <christopher@ch.ristopher.com>
10685
10686 * emacs-lisp/pp.el (pp-display-expression): Select old selected
10687 window only if it is still live (Bug#12034).
10688
10689 2012-07-25 Martin Rudalics <rudalics@gmx.at>
10690
10691 * subr.el (redirect-frame-focus): Add advertised calling
10692 convention (Bug#12030).
10693
10694 2012-07-25 Paul Eggert <eggert@cs.ucla.edu>
10695
10696 Prefer typical American spelling for "acknowledgment".
10697 * vc/add-log.el (change-log-acknowledgment): Rename from
10698 change-log-acknowledgement, with an alias for the old name.
10699
10700 2012-07-25 Jay Belanger <jay.p.belanger@gmail.com>
10701
10702 * calc-alg.el (math-simplify-divide): Don't cross multiply
10703 in an equation when the lhs is a variable.
10704
10705 2012-07-24 Julien Danjou <julien@danjou.info>
10706
10707 * net/netrc.el (netrc-find-service-number, netrc-store-data):
10708 Remove, unused.
10709
10710 2012-07-23 Eli Zaretskii <eliz@gnu.org>
10711
10712 * startup.el (command-line): Don't display an empty user name in
10713 the error message about non-existent home directory, when
10714 init-file-user was set to an empty string. See
10715 http://lists.gnu.org/archive/html/bug-gnu-emacs/2012-07/msg00835.html
10716 for the details and context.
10717
10718 2012-07-22 Vincent Belaïche <vincentb1@users.sourceforge.net>
10719
10720 * ses.el (ses-cell-formula-aset): New macro.
10721 (ses-cell-references-aset): New macro.
10722 (ses-cell-p): New function.
10723 (ses-rename-cell): Do no longer rely on complex operations like
10724 ses-cell-set-formula or ses-set-cell to change the cell and handle
10725 the undo at the same time, but rather use lower level new macros
10726 `ses-cell-formula-aset' and `ses-cell-references-aset' and handle
10727 the undo directly. Refresh the mode line.
10728
10729 2012-07-21 Leo Liu <sdl.web@gmail.com>
10730
10731 * progmodes/cc-cmds.el (c-defun-name):
10732 Use match-string-no-properties instead for consistency.
10733
10734 2012-07-20 Leo Liu <sdl.web@gmail.com>
10735
10736 * progmodes/cc-cmds.el (c-defun-name): Handle objc selectors properly.
10737 (Bug#7879)
10738
10739 * progmodes/cc-langs.el (c-symbol-start): Include char _ (bug#11986).
10740
10741 2012-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
10742
10743 * userlock.el, emacs-lisp/map-ynp.el: Declare part of `emacs' package.
10744 * progmodes/bug-reference.el, misearch.el: Provide themselves
10745 (bug#11915).
10746
10747 * progmodes/cperl-mode.el (cperl-unwind-to-safe): Don't inf-loop at end
10748 of narrowed buffer (bug#11966).
10749
10750 2012-07-20 Vincent Belaïche <vincentb1@users.sourceforge.net>
10751
10752 * ses.el (ses-rename-cell): Set new name also in reference list of
10753 cells of which the renamed cell depends.
10754
10755 2012-07-20 Masatake YAMATO <yamato@redhat.com>
10756
10757 * term/x-win.el (x-menu-bar-open): Use `frame-parameter'
10758 to check whether menu-bar is shown or not. If not shown,
10759 show the menu-bar as a popup menu instead of using tmm.
10760 * mouse.el (popup-menu): Accept `point' as `position' argument.
10761
10762 2012-07-20 Dmitry Gutov <dgutov@yandex.ru>
10763
10764 * progmodes/ruby-mode.el (ruby-parse-partial): No error when end
10765 up inside string symbol literal (bug#11923).
10766
10767 2012-07-20 Eli Zaretskii <eliz@gnu.org>
10768
10769 * startup.el (fancy-startup-text): Read the whole tutorial, not
10770 just its first 256 bytes. Prevents gibberish in display of the
10771 tutorial title.
10772
10773 2012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
10774
10775 Drop idle buffer compaction due to an absence of the
10776 proved efficiency.
10777 * compact.el: Remove.
10778
10779 2012-07-19 Sam Steingold <sds@gnu.org>
10780
10781 * vc/vc-dispatcher.el (vc-compilation-mode): Add, based on
10782 vc-bzr-pull & vc-bzr-merge-branch.
10783 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch): Use it.
10784 (vc-bzr-error-regexp-alist): Rename from vc-bzr-error-regex-alist
10785 for consistency with compilation-error-regexp-alist.
10786 * vc/vc-git.el (vc-git-error-regexp-alist): Add.
10787 (vc-git-pull, vc-git-merge-branch): Call vc-compilation-mode.
10788 * vc/vc-hg.el (vc-hg-error-regexp-alist): Add.
10789 (vc-hg-pull, vc-hg-merge-branch): Call vc-compilation-mode.
10790
10791 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
10792
10793 * emacs-lisp/chart.el: Use lexical-binding.
10794 (chart-emacs-storage): Don't hardcode the list of entries.
10795
10796 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
10797
10798 Next round of tweaks caused by Fgarbage_collect changes.
10799 * emacs-lisp/chart.el (chart-emacs-storage): Adjust again.
10800
10801 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
10802
10803 Compact buffers when idle.
10804 * compact.el: New file.
10805
10806 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
10807
10808 * subr.el (eventp): Presume that if it looks vaguely like an event,
10809 it's an event (bug#10190).
10810
10811 2012-07-19 Fabián Ezequiel Gallina <fgallina@cuca>
10812
10813 Enhancements to ppss related code (thanks Stefan).
10814 * progmodes/python.el (python-indent-context)
10815 (python-indent-calculate-indentation, python-indent-dedent-line)
10816 (python-indent-electric-colon, python-nav-forward-block)
10817 (python-mode-abbrev-table)
10818 (python-info-assignment-continuation-line-p): Simplify checks
10819 for ppss context.
10820 (python-info-continuation-line-p): Cleanup.
10821 (python-info-ppss-context): Do not catch 'quote.
10822 (python-info-ppss-context-type)
10823 (python-info-ppss-comment-or-string-p): Simplify.
10824
10825 2012-07-18 Fabián Ezequiel Gallina <fgallina@cuca>
10826
10827 * progmodes/python.el: Enhancements to eldoc support.
10828 (python-info-current-symbol): New function.
10829 (python-eldoc-at-point): Use python-info-current-symbol.
10830 (python-info-current-defun): Fix cornercase on first defun scan.
10831 (python-eldoc--get-doc-at-point): Use python-info-current-symbol
10832 and signal error when no inferior python process is available.
10833
10834 2012-07-18 Dmitry Gutov <dgutov@yandex.ru>
10835
10836 * vc/vc-git.el (vc-git-state): Don't call `vc-git-registered',
10837 assume it's always t.
10838 (vc-git-registered): Remove caching, the function is only called
10839 once.
10840 (vc-git-branches): Use `vc-git--call' instead of `call-process'.
10841
10842 2012-07-18 Chong Yidong <cyd@gnu.org>
10843
10844 * subr.el (last-input-char, last-command-char): Remove (Bug#9195).
10845
10846 * simple.el (count-words): Report on narrowing (Bug#9959).
10847
10848 * bindings.el: Bind M-= to count-words.
10849
10850 * faces.el (face-spec-reset-face): Handle reverse video (Bug#4238).
10851
10852 2012-07-18 Masatake YAMATO <yamato@redhat.com>
10853
10854 * progmodes/sh-script.el (sh-imenu-generic-expression):
10855 Capture a function with `function' keyword and without parentheses
10856 like "function FOO" (bug#11856).
10857
10858 2012-07-18 Tassilo Horn <tassilo@member.fsf.org>
10859
10860 * window.el (split-window-sensibly): Make WINDOW argument
10861 optional.
10862
10863 2012-07-18 Chong Yidong <cyd@gnu.org>
10864
10865 * subr.el (keyboard-translate): Doc fix (Bug#7261).
10866
10867 * isearch.el (isearch-mode-map): Handle C-x 8 key translations,
10868 and make C-x 8 RET exit isearch (Bug#11439).
10869
10870 * international/iso-transl.el: Move isearch-mode-map key
10871 definitions to isearch.el.
10872
10873 2012-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
10874
10875 * emacs-lisp/eieio.el: Adapt further to gv.el (bug#11970).
10876 (eieio-defclass): Use gv-define-setter when possible.
10877
10878 2012-07-18 Dmitry Antipov <dmantipov@yandex.ru>
10879
10880 Reflect recent changes in Fgarbage_collect.
10881 * emacs-lisp/chart.el (chart-emacs-storage): Change to
10882 reflect new format of data returned by Fgarbage_collect.
10883
10884 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
10885
10886 New utility functions + python-info-ppss-context fix (Bug#11910).
10887 * progmodes/python.el (python-info-beginning-of-block-statement-p)
10888 (python-info-ppss-comment-or-string-p): New functions.
10889 (python-info-ppss-context): Small fix for string check.
10890
10891 2012-07-17 Juri Linkov <juri@jurta.org>
10892
10893 * dired-aux.el (dired-do-async-shell-command): Doc fix.
10894 (dired-do-async-shell-command): Don't add `*' at the end of the
10895 command (Bug#11815).
10896 (dired-do-shell-command): Doc fix.
10897 (dired-shell-stuff-it): Strip the trailing "&" and ";" if any.
10898 Join the individual commands using either "&" or ";" as the
10899 separator depending on the values of these trailing characters.
10900 At the end re-add the trailing "&". (Bug#10598)
10901
10902 * simple.el (async-shell-command): Sync the interactive spec with
10903 `shell-command'. Doc fix.
10904 (shell-command): Doc fix.
10905
10906 2012-07-17 Juri Linkov <juri@jurta.org>
10907
10908 * descr-text.el (describe-char): Fix format args. (Bug#10129)
10909
10910 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
10911
10912 Final renames and doc fixes for movement commands (bug#11899).
10913 * progmodes/python.el (python-nav-beginning-of-statement):
10914 Rename from python-nav-statement-start.
10915 (python-nav-end-of-statement): Rename from
10916 python-nav-statement-end.
10917 (python-nav-beginning-of-block): Rename from
10918 python-nav-block-start.
10919 (python-nav-end-of-block): Rename from python-nav-block-end.
10920
10921 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
10922
10923 * progmodes/python.el (python-shell-send-string-no-output):
10924 Allow accept-process-output to quit, keeping shell process ready for
10925 future interactions (Bug#11868).
10926
10927 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
10928
10929 * emacs-lisp/cl-macs.el (cl-progv): Use a properly prefixed var name.
10930
10931 * emacs-lisp/elint.el (elint-find-args-in-code):
10932 Use help-function-arglist, so as to handle lexical byte-code.
10933
10934 * progmodes/sh-script.el (sh-syntax-propertize-function): Fix last
10935 change (bug#11826).
10936
10937 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
10938
10939 * progmodes/cc-engine.el (c-forward-sws, c-backward-sws):
10940 Avoid spuriously marking the buffer as modified because of c-is-sws.
10941
10942 * progmodes/sh-script.el (sh-syntax-propertize-function): Mark "${#VAR"
10943 as not-a-comment (bug#11946).
10944
10945 * emacs-lisp/macroexp.el (macroexp-let2): Use more informative names
10946 for uninterned vars.
10947
10948 * xt-mouse.el (xterm-mouse-translate-1, xterm-mouse-event-read):
10949 Use read-event since we don't really want to read chars but bytes.
10950
10951 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Highlight not only
10952 $$..$$ but also $..$ using regexps (bug#11953).
10953 Use tex-verbatim for \url and \path.
10954 (tex-font-lock-keywords): Define as defconst like the others.
10955 (tex-common-initialization): Don't use font-lock-syntax-table any more.
10956
10957 2012-07-16 René Kyllingstad <Rene@Kyllingstad.com> (tiny change)
10958
10959 * international/mule-cmds.el (ucs-insert): Make it an obsolete
10960 alias for insert-char.
10961
10962 2012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
10963
10964 * progmodes/python.el: Simplified imenu implementation.
10965 (python-nav-jump-to-defun): Remove command.
10966 (python-mode-map): Use `imenu' instead.
10967 (python-nav-list-defun-positions-cache)
10968 (python-imenu-include-defun-type, python-imenu-make-tree)
10969 (python-imenu-subtree-root-label, python-imenu-index-alist):
10970 Remove vars.
10971 (python-nav-list-defun-positions, python-nav-read-defun)
10972 (python-imenu-tree-assoc, python-imenu-make-element-tree)
10973 (python-imenu-make-tree, python-imenu-create-index):
10974 Remove functions.
10975 (python-mode): Update to interact with imenu by setting
10976 `imenu-extract-index-name-function' only.
10977
10978 2012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
10979
10980 * progmodes/python.el: Enhancements to navigation commands.
10981 (python-nav-backward-sentence)
10982 (python-nav-forward-sentence): Remove.
10983 (python-nav-backward-statement, python-nav-forward-statement)
10984 (python-nav-statement-start, python-nav-statement-end)
10985 (python-nav-backward-block, python-nav-forward-block)
10986 (python-nav-block-start, python-nav-block-end)
10987 (python-nav-forward-sexp-function)
10988 (python-info-current-line-comment-p)
10989 (python-info-current-line-empty-p): New functions.
10990 (python-indent-context): Use `python-nav-statement-start'.
10991
10992 2012-07-16 Michael Albinus <michael.albinus@gmx.de>
10993
10994 * eshell/em-ls.el (eshell/ls): Use `apply'.
10995
10996 * eshell/em-unix.el (eshell/su, eshell/sudo): Apply Tramp's ad-hoc
10997 multi-hops, instead of Tramp internals.
10998
10999 * vc/ediff.el (ediff-directories): Add trailing space to prompts.
11000
11001 * vc/ediff-diff.el (ediff-same-file-contents): Handle the case,
11002 when F1 and F2 are located on different hosts.
11003
11004 2012-07-14 Chong Yidong <cyd@gnu.org>
11005
11006 * xt-mouse.el: Implement extended mouse coordinates (Bug#10642).
11007 (xterm-mouse-translate): Move code into xterm-mouse-translate-1.
11008 (xterm-mouse-translate-extended, xterm-mouse-translate-1)
11009 (xterm-mouse--read-event-sequence-1000)
11010 (xterm-mouse--read-event-sequence-1006): New functions. For old
11011 mouse protocol, handle M-mouse-X events correctly.
11012 (xterm-mouse-event): New arg specifying mouse protocol.
11013 (turn-on-xterm-mouse-tracking-on-terminal)
11014 (turn-off-xterm-mouse-tracking-on-terminal): Send DEC 1006
11015 sequence to toggle extended coordinates on newer XTerms.
11016 This appears to be harmless on terminals which do not support this.
11017
11018 2012-07-14 Leo Liu <sdl.web@gmail.com>
11019
11020 Add fringe bitmap indicators for flymake. (Bug#11253)
11021 * progmodes/flymake.el (flymake-highlight-line): Use fringe bitmaps.
11022 (flymake-make-overlay): New arg BITMAP.
11023 (flymake-error-bitmap, flymake-warning-bitmap)
11024 (flymake-fringe-indicator-position): New user variables.
11025
11026 * fringe.el: New bitmap exclamation-mark.
11027
11028 2012-07-14 Jan Djärv <jan.h.d@swipnet.se>
11029
11030 * progmodes/cc-cmds.el (c-defun-name): Recognize Objective-C methods
11031 also (Bug#7879).
11032
11033 2012-07-14 Chong Yidong <cyd@gnu.org>
11034
11035 * electric.el (electric-pair-post-self-insert-function): Fix pair
11036 insertion in empty-region case (Bug#11520).
11037
11038 2012-07-14 Chong Yidong <cyd@gnu.org>
11039
11040 * bindings.el: Consolidate ctl-x-r-map bindings.
11041 Bind copy-rectangle-as-kill to C-x r w.
11042
11043 * rect.el, register.el: Move bindings to bindings.el.
11044
11045 2012-07-14 Reuben Thomas <rrt@sc3d.org>
11046
11047 * rect.el (copy-rectangle-as-kill): New command (Bug#739).
11048
11049 2012-07-13 Andreas Schwab <schwab@linux-m68k.org>
11050
11051 * emacs-lisp/cl.el (labels): Remove spurious quote. (Bug#11938)
11052
11053 2012-07-13 Juanma Barranquero <lekktu@gmail.com>
11054
11055 * bindings.el (top): Use `mapc' instead of `mapcar'.
11056
11057 * loadup.el (top): Remove bogus `if' choice (brought by 2008-06-21T01:38:39Z!monnier@iro.umontreal.ca).
11058
11059 2012-07-13 Michael Albinus <michael.albinus@gmx.de>
11060
11061 * progmodes/sql.el (sql-comint): Suppress the check for program on
11062 remote hosts. Reported by Francis Devereux <francis@devrx.org>.
11063 (Bug#11908)
11064
11065 2012-07-13 Chong Yidong <cyd@gnu.org>
11066
11067 * bindings.el: Assign a non-nil permanent-local property to
11068 per-buffer variables which lack a default value (Bug#11930).
11069
11070 * help-fns.el (describe-variable): In the "automatically becomes
11071 local" notice, take note of permanent-local variables.
11072
11073 2012-07-13 Chong Yidong <cyd@gnu.org>
11074
11075 * files.el (toggle-read-only): Doc fix and code cleanup. New arg
11076 to allow printing the message when called from Lisp.
11077
11078 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
11079 Remove toggle-read-only.
11080
11081 * bs.el (bs-toggle-readonly):
11082 * buff-menu.el (Buffer-menu-toggle-read-only):
11083 Remove with-no-warnings around toggle-read-only.
11084
11085 * ffap.el (ffap--toggle-read-only): Accept a list of buffers.
11086 Remove with-no-warnings around toggle-read-only.
11087 (ffap-read-only, ffap-read-only-other-window)
11088 (ffap-read-only-other-frame): Callers changed.
11089
11090 * help-mode.el: Don't require view package.
11091 (help-mode-finish): Set buffer-read-only instead of calling
11092 toggle-read-only.
11093
11094 * bindings.el (mode-line-toggle-read-only):
11095 * dired.el (dired-toggle-read-only):
11096 * ibuffer.el (ibuffer-do-toggle-read-only): Call toggle-read-only
11097 with non-nil second arg.
11098
11099 * emacs-lisp/eieio-custom.el (eieio-customize-object):
11100 * vc/ediff.el (ediff-set-read-only-in-buf-A): Set buffer-read-only
11101 directly.
11102
11103 2012-07-12 Eli Zaretskii <eliz@gnu.org>
11104
11105 * emacs-lisp/bytecomp.el (byte-recompile-directory): Use cl-incf,
11106 not incf.
11107
11108 2012-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
11109
11110 More CL cleanups and reduction of use of cl.el.
11111 * woman.el, winner.el, vc/vc-rcs.el, vc/vc-hooks.el, vc/vc-hg.el:
11112 * vc/vc-git.el, vc/vc-dir.el, vc/vc-bzr.el, vc/vc-annotate.el:
11113 * textmodes/tex-mode.el, textmodes/sgml-mode.el, tar-mode.el:
11114 * strokes.el, ses.el, server.el, progmodes/js.el, progmodes/gdb-mi.el:
11115 * progmodes/flymake.el, progmodes/ebrowse.el, progmodes/compile.el:
11116 * play/tetris.el, play/snake.el, play/pong.el, play/landmark.el:
11117 * play/hanoi.el, play/decipher.el, play/5x5.el, nxml/nxml-mode.el:
11118 * net/secrets.el, net/quickurl.el, midnight.el, mail/footnote.el:
11119 * image-dired.el, ibuffer.el, ibuf-macs.el, ibuf-ext.el, hexl.el:
11120 * eshell/eshell.el, eshell/esh-io.el, eshell/esh-ext.el:
11121 * eshell/esh-cmd.el, eshell/em-ls.el, eshell/em-hist.el:
11122 * eshell/em-cmpl.el, eshell/em-banner.el:
11123 * calendar/parse-time.el: Use cl-lib.
11124 * wid-browse.el, wdired.el, vc/vc.el, vc/vc-mtn.el, vc/vc-cvs.el:
11125 * vc/vc-arch.el, tree-widget.el, textmodes/texinfo.el:
11126 * textmodes/refill.el, textmodes/css-mode.el, term/tvi970.el:
11127 * term/ns-win.el, term.el, shell.el, ps-samp.el:
11128 * progmodes/perl-mode.el, progmodes/pascal.el, progmodes/gud.el:
11129 * progmodes/glasses.el, progmodes/etags.el, progmodes/cwarn.el:
11130 * play/gamegrid.el, play/bubbles.el, novice.el, notifications.el:
11131 * net/zeroconf.el, net/xesam.el, net/snmp-mode.el, net/mairix.el:
11132 * net/ldap.el, net/eudc.el, net/browse-url.el, man.el:
11133 * mail/mailheader.el, mail/feedmail.el: Don't use CL.
11134 * ibuf-ext.el (ibuffer-mark-old-buffers): Use float-time.
11135 * eshell/esh-opt.el (eshell-eval-using-options): Quote code with
11136 `lambda' rather than with `quote'.
11137 (eshell-do-opt): Adjust accordingly.
11138 (eshell-process-option): Simplify.
11139 * eshell/esh-var.el:
11140 * eshell/em-script.el: Require `esh-opt' for eshell-eval-using-options.
11141 * emacs-lisp/pcase.el (pcase--dontcare-upats, pcase--let*)
11142 (pcase--expand, pcase--u1): Rename pcase's internal `dontcare' pattern
11143 to `pcase--dontcare'.
11144 * emacs-lisp/cl.el (labels): Mark obsolete.
11145 (cl--letf, letf): Move to cl-lib.
11146 (cl--letf*, letf*): Remove.
11147 * emacs-lisp/cl-lib.el (cl-nth-value): Use defalias.
11148 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Add indent rule.
11149 (cl-progv): Rewrite.
11150 (cl--letf, cl-letf): Move from cl.el.
11151 (cl-letf*): New macro.
11152 * emacs-lisp/cl-extra.el (cl--progv-before, cl--progv-after): Remove.
11153
11154 2012-07-11 Michael Albinus <michael.albinus@gmx.de>
11155
11156 * net/ange-ftp.el (ange-ftp-cf1): Update the files cache.
11157
11158 2012-07-11 Chong Yidong <cyd@gnu.org>
11159
11160 * vc/log-edit.el (log-edit-vc-backend): New variable.
11161 (log-edit): Doc fix.
11162
11163 * vc/vc-dispatcher.el (vc-log-edit): New args. Use PARAMS
11164 argument of log-edit to set up all local variables.
11165 (vc-start-logentry): New optional arg specifying VC backend.
11166
11167 * vc/vc.el (vc-checkin): Use it.
11168 (vc-deduce-fileset): Handle Log Edit buffers.
11169 (vc-diff): Make first argument optional too.
11170
11171 * vc/log-view.el (log-view-vc-fileset, log-view-vc-backend): Doc fix.
11172
11173 2012-07-10 Michael Albinus <michael.albinus@gmx.de>
11174
11175 * eshell/esh-ext.el (eshell-remote-command): Remove remote part of
11176 command, just in case. The function is not needed anymore.
11177 (eshell-external-command): Do not call `eshell-remote-command'.
11178
11179 2012-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
11180
11181 Reduce use of (require 'cl).
11182 * vc/smerge-mode.el, vc/pcvs.el, vc/pcvs-util.el, vc/pcvs-info.el:
11183 * vc/diff-mode.el, vc/cvs-status.el, uniquify.el, scroll-bar.el:
11184 * register.el, progmodes/sh-script.el, net/gnutls.el, net/dbus.el:
11185 * msb.el, mpc.el, minibuffer.el, international/ucs-normalize.el:
11186 * international/quail.el, info-xref.el, imenu.el, image-mode.el:
11187 * font-lock.el, filesets.el, edmacro.el, doc-view.el, bookmark.el:
11188 * battery.el, avoid.el, abbrev.el: Use cl-lib.
11189 * vc/pcvs-parse.el, vc/pcvs-defs.el, vc/log-view.el, vc/log-edit.el:
11190 * vc/diff.el, simple.el, pcomplete.el, lpr.el, comint.el, loadhist.el:
11191 * jit-lock.el, international/iso-ascii.el, info.el, frame.el, bs.el:
11192 * emulation/crisp.el, electric.el, dired.el, cus-dep.el, composite.el:
11193 * calculator.el, autorevert.el, apropos.el: Don't require CL.
11194 * emacs-lisp/bytecomp.el (byte-recompile-directory, display-call-tree)
11195 (byte-compile-unfold-bcf, byte-compile-check-variable):
11196 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
11197 (byte-compile-nilconstp):
11198 * emacs-lisp/autoload.el (make-autoload): Use pcase.
11199 * face-remap.el (text-scale-adjust): Simplify pcase patterns.
11200
11201 * emacs-lisp/gv.el (cond): Make it a valid place.
11202 (if): Simplify slightly.
11203
11204 * emacs-lisp/pcase.el (pcase): Accept self-quoting exps as "upatterns".
11205 (pcase--self-quoting-p): New function.
11206 (pcase--u1): Use it.
11207
11208 2012-07-10 Glenn Morris <rgm@gnu.org>
11209
11210 * emacs-lisp/authors.el (authors-fixed-entries):
11211 (authors-renamed-files-alist): Update for configure.in -> configure.ac.
11212
11213 2012-07-09 Paul Eggert <eggert@cs.ucla.edu>
11214
11215 Rename configure.in to configure.ac (Bug#11603).
11216 * emacs-lisp/authors.el (authors-canonical-file-name):
11217 * progmodes/autoconf.el (autoconf-mode):
11218 Prefer configure.ac to configure.in.
11219
11220 2012-07-08 Chong Yidong <cyd@gnu.org>
11221
11222 * mouse.el (mouse-drag-line): Rewrite the track-mouse loop.
11223 Implement the mouse-1-click-follows-link handling properly.
11224
11225 * info.el (Info-link-keymap): Use follow-link mechanism for
11226 header-line links (Bug#374).
11227
11228 * simple.el (deactivate-mark): Do not set the primary selection
11229 if another program has acquired it (Bug#11772).
11230
11231 2012-07-07 Kevin Ryde <user42@zip.com.au>
11232
11233 * woman.el (woman-strings): Fix double-quote handling (Bug#1151).
11234 (woman-decode-region): Replace escaped-escapes without destroying
11235 bold or underline (Bug#11552).
11236 (woman2-process-escapes): Handle nofill regions (Bug#11591).
11237
11238 2012-07-07 Chong Yidong <cyd@gnu.org>
11239
11240 * simple.el (yank-pop-change-selection): Doc fix (Bug#11361).
11241 (interprogram-cut-function, interprogram-paste-function):
11242 Mention that we typically mean the clipboard.
11243
11244 2012-07-06 Glenn Morris <rgm@gnu.org>
11245
11246 * kmacro.el (kmacro-call-macro): Restore repeat message. (Bug#11817)
11247
11248 * files.el (toggle-read-only): Restrict message to interactive use.
11249
11250 2012-07-06 Michael Albinus <michael.albinus@gmx.de>
11251
11252 * net/tramp.el (tramp-restricted-shell-hosts-alist): New defcustom.
11253
11254 * net/tramp-sh.el (tramp-maybe-open-connection): Handle it.
11255
11256 2012-07-06 Glenn Morris <rgm@gnu.org>
11257
11258 * Makefile.in (compile-one-process): Rename from "recompile".
11259
11260 * Makefile.in (bzr-update): "compile" is the same as "recompile
11261 autoloads", but parallelizable, so use that instead.
11262
11263 2012-07-06 Dmitry Gutov <dgutov@yandex.ru>
11264
11265 * window.el (quit-window): Always restore window height when
11266 it's saved in quit-restore parameter (Bug#11810).
11267
11268 2012-07-06 Glenn Morris <rgm@gnu.org>
11269
11270 * simple.el (kill-whole-line): Doc tweak.
11271
11272 2012-07-06 Eli Zaretskii <eliz@gnu.org>
11273
11274 * files.el (file-relative-name): Compare file names
11275 case-insensitively if on MS-Windows or MS-DOS, or if
11276 read-file-name-completion-ignore-case is non-nil. Don't use
11277 case-fold-search for this purpose. (Bug#11827)
11278
11279 2012-07-17 Andreas Schwab <schwab@linux-m68k.org>
11280
11281 * calendar/cal-dst.el (calendar-current-time-zone):
11282 Return calendar-current-time-zone-cache if non-nil.
11283
11284 2012-07-17 Masatake YAMATO <yamato@redhat.com>
11285 2012-07-06 Andreas Schwab <schwab@linux-m68k.org>
11286
11287 * calendar/cal-dst.el (calendar-current-time-zone):
11288 Return calendar-current-time-zone-cache if non-nil.
11289
11290 2012-07-06 Glenn Morris <rgm@gnu.org>
11291
11292 * Makefile.in (cvs-update): Remove old alias.
11293
11294 2012-07-05 Michael Albinus <michael.albinus@gmx.de>
11295
11296 Sync with Tramp 2.2.6-pre.
11297
11298 * net/tramp.el (tramp-drop-volume-letter): Provide an XEmacs
11299 compatible declaration.
11300
11301 * net/tramp-cmds.el (tramp-append-tramp-buffers):
11302 Protect `list-load-path-shadows' call.
11303
11304 * net/tramp-compat.el (top): Require packages, which aren't
11305 autoloaded anymore for XEmacs. Protect call of
11306 `tramp-file-name-handler' by `tramp-compat-funcall', pacifying the
11307 compiler. Do not require tramp-util.el and tramp-vc.el anymore,
11308 it hurts at least for SXEmacs.
11309 (tramp-compat-temporary-file-directory): In XEmacs, there is no
11310 standard-value for `temporary-file-directory'.
11311
11312 * net/tramp-sh.el (tramp-do-directory-files-and-attributes-with-stat):
11313 Redirect stderr to /dev/null.
11314 (tramp-sh-handle-write-region): uid and gid can be floats.
11315 Reported by Russell Sim <russell.sim@gmail.com>.
11316 (tramp-sh-handle-vc-registered): Hide errors.
11317 (tramp-vc-file-name-handler): Use dummy results for `process-file'
11318 and `start-file-process'.
11319 (tramp-maybe-open-connection): Check also whether `non-essential'
11320 is bound.
11321
11322 2012-07-04 Chong Yidong <cyd@gnu.org>
11323
11324 * xml.el (xml--parse-buffer): Use xml-syntax-table.
11325 (xml-parse-tag): Likewise, and avoid changing entity tables.
11326 (xml-syntax-table): Define from scratch, making sure not to give
11327 x2000 and other Unicode spaces whitespace syntax, since those are
11328 not spaces in XML.
11329 (xml-parse-fragment): Delete unused function.
11330 (xml-name-start-char-re, xml-name-char-re, xml-name-re)
11331 (xml-names-re, xml-nmtoken-re, xml-nmtokens-re, xml-char-ref-re)
11332 (xml-entity-ref, xml-pe-reference-re)
11333 (xml-reference-re,xml-att-value-re, xml-tokenized-type-re)
11334 (xml-notation-type-re, xml-enumeration-re, xml-enumerated-type-re)
11335 (xml-att-type-re, xml-default-decl-re, xml-att-def-re)
11336 (xml-entity-value-re): Use syntax references in regexps where
11337 possible; no need to define inside a let-binding.
11338 (xml-parse-dtd): Use xml-pe-reference-re.
11339 (xml-entity-or-char-ref-re): New defconst.
11340 (xml-parse-string, xml-substitute-special): Use it.
11341
11342 2012-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
11343
11344 * files.el (locate-dominating-file): Allow `name' to be a predicate.
11345 (find-file--read-only): New function.
11346 (find-file-read-only, find-file-read-only-other-window)
11347 (find-file-read-only-other-frame): Use it.
11348 (insert-file-contents-literally): Don't `fset'.
11349 (get-free-disk-space): Use locate-dominating-file.
11350
11351 * emacs-lisp/bytecomp.el (byte-compile): Don't signal an error if the
11352 function is already compiled.
11353
11354 * xml.el (xml-name-regexp): Remove, redundant. Use xml-name-re.
11355
11356 2012-07-03 Michael Albinus <michael.albinus@gmx.de>
11357
11358 * vc/ediff-diff.el (ediff-same-file-contents): Fix it for remote
11359 files on the same host.
11360
11361 2012-07-03 Andreas Schwab <schwab@linux-m68k.org>
11362
11363 * help-fns.el (describe-function-1): Only call
11364 help-fns--autoloaded-p when we have a file name. (Bug#11848)
11365
11366 2012-07-03 Chong Yidong <cyd@gnu.org>
11367
11368 * xml.el: Protect parser against XML bombs.
11369 (xml-entity-expansion-limit): New variable.
11370 (xml-parse-string, xml-substitute-special): Use it.
11371 (xml-parse-dtd): Avoid infloop if the DTD is not terminated.
11372
11373 2012-07-03 Glenn Morris <rgm@gnu.org>
11374
11375 * progmodes/bug-reference.el (bug-reference-bug-regexp):
11376 Allow linking to specific messages in debbugs reports (eg 123#5).
11377
11378 2012-07-02 Chong Yidong <cyd@gnu.org>
11379
11380 * xml.el: Fix entity and character reference expansion, allowing
11381 them to expand into markup as per XML spec.
11382 (xml-default-ns): New variable.
11383 (xml-entity-alist): Use XML spec definitions for lt and amp.
11384 (xml-parse-region): Make first two arguments optional.
11385 Discard text properties.
11386 (xml-parse-tag-1): New function, spun off from xml-parse-tag.
11387 All callers changed.
11388 (xml-parse-tag): Call xml-parse-tag-1. For backward
11389 compatibility, this function should not modify buffer contents.
11390 (xml-parse-tag-1): Fix opening-tag regexp.
11391 (xml-parse-string): Rewrite, handling entity and character
11392 references properly.
11393 (xml--entity-replacement-text): Signal an error if a parameter
11394 entity is undefined.
11395
11396 2012-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
11397
11398 * comint.el (comint-output-filter): Filter out repeated prompts.
11399
11400 * net/ange-ftp.el (ange-ftp-expand-file-name): Use ange-ftp-ftp-name
11401 and file-name-absolute-p.
11402 (ange-ftp-file-exists-p): Use ange-ftp-file-exists-p for
11403 internal calls.
11404
11405 2012-07-02 Paul Eggert <eggert@cs.ucla.edu>
11406
11407 Spelling fixes.
11408 * emacs-lisp/bytecomp.el (byte-compile--reify-function):
11409 Rename from byte-compile--refiy-function. All uses changed.
11410
11411 2012-07-01 Chong Yidong <cyd@gnu.org>
11412
11413 * xml.el (xml--parse-buffer): New function. Move most of
11414 xml-parse-region here.
11415 (xml-parse-region): Copy region into a temporary buffer, since
11416 parameter entity substitution requires changing buffer contents.
11417 Use xml--parse-buffer.
11418 (xml-parse-file): Use xml--parse-buffer.
11419 (xml-parse-dtd): Make parameter entity substitution work right.
11420 Use proper regexps for ELEMENT declarations (Bug#7172).
11421
11422 2012-06-30 Glenn Morris <rgm@gnu.org>
11423
11424 * comint.el (follow-comint-scroll-to-bottom): Fix declaration.
11425
11426 * net/secrets.el, net/tramp-gvfs.el, net/xesam.el, net/zeroconf.el:
11427 Remove outdated and unnecessary dbus declarations.
11428
11429 2012-06-30 Eli Zaretskii <eliz@gnu.org>
11430
11431 * emacs-lisp/timer.el (timer-until): Subtract results of
11432 float-time, instead of taking float-time of the result of
11433 time-subtract, since float-time signals an error for negative time
11434 arguments.
11435
11436 2012-06-30 Chong Yidong <cyd@gnu.org>
11437
11438 * xml.el (xml-*-re): Convert defvars into defconsts, and
11439 eval-and-compile them so eval-and-compile works on derivatives.
11440 (xml--entity-replacement-text): Use eval-and-comple.
11441
11442 2012-06-30 Michael Albinus <michael.albinus@gmx.de>
11443
11444 * vc/vc-git.el (vc-git-registered): Use cache property
11445 `git-registered'.
11446 (vc-git-mode-line-string): Call `vc-working-revision' instead of
11447 `vc-git-working-revision' in order to benefit from the cache.
11448 (vc-git-root): Use cache property `git-root'. (Bug#11757)
11449
11450 2012-06-30 Dmitry Gutov <dgutov@yandex.ru>
11451
11452 * vc/vc-hooks.el (vc-before-save): Clear cache if file has been
11453 removed (likely outside Emacs). (Bug#11757)
11454
11455 2012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
11456
11457 * emacs-lisp/cl-lib.el: Require macroexp.
11458
11459 2012-06-30 Chong Yidong <cyd@gnu.org>
11460
11461 * xml.el: Implement XML parameter entities.
11462 (xml-parameter-entity-alist): New variable.
11463 (xml-parse-region, xml-parse-fragment): Preserve previous values
11464 of xml-entity-alist and xml-parameter-entity-alist, so that
11465 repeated calls on different documents do not change them.
11466 (xml-parse-tag): Fix doctype regexp.
11467 (xml--entity-replacement-text): New function.
11468 (xml-parse-dtd): Use it. Don't handle system entities; doing that
11469 properly requires url retrieval which is unimplemented.
11470 (xml-escape-string): Doc fix.
11471
11472 2012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
11473
11474 * emacs-lisp/cl-lib.el (cl-pushnew): Use macroexp-let2.
11475
11476 2012-06-29 Dmitry Antipov <dmantipov@yandex.ru>
11477
11478 * fringe.el (fringe-mode): Doc fix.
11479
11480 2012-06-29 Michael Albinus <michael.albinus@gmx.de>
11481
11482 * net/ange-ftp.el (ange-ftp-get-passwd): Throw if `non-essential'
11483 is non-nil.
11484 (ange-ftp-ignore-errors-if-non-essential): New defmacro.
11485 (ange-ftp-file-name-all-completions): Use it. (Bug#11808)
11486
11487 2012-06-29 Andreas Schwab <schwab@linux-m68k.org>
11488
11489 * calendar/cal-dst.el (calendar-current-time-zone):
11490 Return calendar-current-time-zone-cache if non-nil.
11491
11492 2012-06-29 Masatake YAMATO <yamato@redhat.com>
11493
11494 * progmodes/which-func.el (which-func-format):
11495 Add mouse-face. (Bug#11698)
11496
11497 2012-06-29 Leo Liu <sdl.web@gmail.com>
11498
11499 * textmodes/enriched.el (enriched-next-annotation): Use eq (Bug#11528).
11500
11501 2012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
11502
11503 * minibuffer.el (minibuffer-confirm-exit-commands):
11504 Add completion-at-point (bug#11725).
11505
11506 2012-06-29 Glenn Morris <rgm@gnu.org>
11507
11508 * progmodes/f90.el (f90-font-lock-keywords-2):
11509 Add some preprocessor elements. (Bug#10499)
11510
11511 2012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
11512
11513 * progmodes/cperl-mode.el (cperl-update-syntaxification):
11514 Use syntax-propertize (bug#11739).
11515
11516 2012-06-28 Juanma Barranquero <lekktu@gmail.com>
11517
11518 * emacs-lisp/cl-lib.el (cl-pushnew): Don't capture X (bug#11811).
11519
11520 2012-06-28 Julien Danjou <julien@danjou.info>
11521
11522 * term.el (term-handle-colors-array): Use a set of new faces to
11523 color the terminal. Also uses :inverse-video property.
11524 (term-default-fg-color): Set to nil by default, deprecate in favor
11525 of `term-face'.
11526 (term-default-bg-color): Set to nil by default, deprecate in favor
11527 of `term-face'.
11528 (term-current-face): Use `term-face' by default.
11529 (term-bold-attribute): Variable deleted.
11530
11531 2012-06-28 Glenn Morris <rgm@gnu.org>
11532
11533 * simple.el (completion-list-mode-finish):
11534 Don't use toggle-read-only. (Since completion-list-mode has
11535 a special mode-class, it wasn't doing anything extra anyway.)
11536
11537 2012-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
11538
11539 Make inlining of other-mode interpreted functions work (bug#11799).
11540 * emacs-lisp/bytecomp.el (byte-compile--refiy-function): New fun.
11541 (byte-compile): Use it to fix compilation of lexical-binding closures.
11542 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Compile the
11543 function, if needed.
11544
11545 2012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
11546
11547 * help-mode.el (help-make-xrefs): Don't just withstand
11548 cyclic-variable-indirection but any error in documentation-property.
11549
11550 * loadup.el (purify-flag): Pre-grow the hash-table to reduce the
11551 memory use.
11552 * bindings.el (bindings--define-key): New function.
11553 * vc/vc-hooks.el, replace.el, menu-bar.el, international/mule-cmds.el:
11554 * emacs-lisp/lisp-mode.el, buff-menu.el, bookmark.el:
11555 * bindings.el: Use it to purecopy define-key bindings.
11556
11557 * textmodes/rst.el (rst-adornment-faces-alist): Avoid copy-list.
11558
11559 * emacs-lisp/cl.el (flet): Mark obsolete.
11560 * emacs-lisp/cl-macs.el (cl-flet*): New macro.
11561 * vc/vc-rcs.el (vc-rcs-annotate-command, vc-rcs-parse):
11562 * progmodes/js.el (js-c-fill-paragraph):
11563 * progmodes/ebrowse.el (ebrowse-switch-member-buffer-to-sibling-class)
11564 (ebrowse-switch-member-buffer-to-derived-class):
11565 * play/5x5.el (5x5-solver): Use cl-flet.
11566
11567 * emacs-lisp/cl.el: Use lexical-binding. Fix flet (bug#11780).
11568 (cl--symbol-function): New macro.
11569 (cl--letf, cl--letf*): Use it.
11570
11571 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
11572 Strip "toggle-" if any.
11573
11574 2012-06-27 Glenn Morris <rgm@gnu.org>
11575
11576 * info.el (Info-default-directory-list): Move here from paths.el.
11577 * paths.el: Remove file, which is now empty.
11578 * loadup.el: No longer load "paths".
11579
11580 * custom.el (custom-initialize-delay): Doc fix.
11581
11582 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
11583 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
11584 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
11585 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
11586 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
11587 * eshell/em-xtra.el: Replace eshell-defgroup with "(progn (defgroup".
11588 * eshell/eshell.el (eshell-defgroup): Remove alias.
11589
11590 2012-06-27 Chong Yidong <cyd@gnu.org>
11591
11592 * help.el (help-enable-auto-load): New variable.
11593
11594 * help-fns.el (help-fns--autoloaded-p): New function.
11595 (describe-function-1): Refer to a function as "autoloaded" if it
11596 was autoloaded at any time in the past. Perform autoloading if
11597 help-enable-auto-load is non-nil.
11598
11599 2012-06-26 Eli Zaretskii <eliz@gnu.org>
11600
11601 * makefile.w32-in (compile, compile-always): Depend on
11602 update-subdirs, not on subdirs.el. Otherwise, several different
11603 sub-targets of 'bootstrap' running in parallel could
11604 simultaneously write to subdirs.el, producing a garbled file.
11605
11606 2012-06-26 Sam Steingold <sds@gnu.org>
11607
11608 * files.el (file-name-base): New convenience function.
11609 * autoinsert.el, cus-dep.el, doc-view.el, image-dired.el:
11610 * woman.el, eshell/esh-cmd.el, progmodes/ada-xref.el:
11611 * progmodes/cc-defs.el, progmodes/cperl-mode.el:
11612 * progmodes/flymake.el, progmodes/gud.el, progmodes/idlwave.el:
11613 * textmodes/ispell.el, textmodes/reftex-ref.el:
11614 * textmodes/tex-mode.el: Use it.
11615 Did not touch cedet and org because they are maintained elsewhere.
11616
11617 2012-06-26 Martin Rudalics <rudalics@gmx.at>
11618
11619 * calendar/calendar.el (calendar-exit): Don't try to delete or
11620 iconify last frame. See:
11621 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00372.html
11622
11623 2012-06-25 Jim Diamond <Jim.Diamond@AcadiaU.ca> (tiny change)
11624
11625 * server.el (server-process-filter): Remember dir in the
11626 process's `server-client-directory' properties.
11627
11628 2012-06-24 Chong Yidong <cyd@gnu.org>
11629
11630 * xml.el (xml-parse-tag): Correctly handle comment embedded in
11631 non-tag text.
11632
11633 2012-06-23 Juanma Barranquero <lekktu@gmail.com>
11634
11635 * makefile.w32-in (COMPILE_FIRST): Synch with changes in 2012-06-22T21:24:54Z!monnier@iro.umontreal.ca.
11636
11637 2012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
11638
11639 * help-fns.el (describe-variable): Don't croak when doc is not found.
11640 * vc/pcvs.el (cvs-retrieve-revision): Avoid toggle-read-only.
11641 * menu-bar.el (menu-bar-line-wrapping-menu): Purecopy a tiny bit more.
11642 * emacs-lisp/syntax.el (syntax-ppss): Simplify with new `if' place.
11643 * emacs-lisp/smie.el (smie-next-sexp): CSE.
11644 * emacs-lisp/macroexp.el (macroexp-let2): Fix edebug spec and avoid
11645 ((lambda ..) ..).
11646 * emacs-lisp/eieio.el (eieio-oref, slot-value): Use simpler defsetf.
11647
11648 2012-06-23 Chong Yidong <cyd@gnu.org>
11649
11650 * info.el (Info-mouse-follow-link): Accept symbol values of
11651 link-args. Select window; suggested by Gerhard Kahl (Bug#11672).
11652 (Info-fontify-node): Use Info-link-keymap for all navigation
11653 buttons, with link-args property to perform the desired action.
11654 (Info-link-keymap): Doc fix.
11655 (Info-next-link-keymap, Info-prev-link-keymap)
11656 (Info-up-link-keymap): Delete now-unused keymaps.
11657
11658 2012-06-23 Chong Yidong <cyd@gnu.org>
11659
11660 * mouse.el (mouse-drag-track): Deactivate the mark before popping.
11661
11662 * progmodes/python.el (python-skeleton-define): Mark abbrevs as
11663 system abbrevs.
11664
11665 * ansi-color.el (ansi-color-apply-on-region): Doc fix.
11666
11667 2012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
11668
11669 * emacs-lisp/cl-macs.el (cl--make-usage-args): Handle improper lists
11670 (bug#11719).
11671
11672 * minibuffer.el (completion--twq-try): Try to fail more gracefully when
11673 the requote function doesn't work properly (bug#11714).
11674
11675 2012-06-23 Glenn Morris <rgm@gnu.org>
11676
11677 * pcmpl-rpm.el (pcmpl-rpm-packages): Give status messages.
11678
11679 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
11680
11681 Further GV/CL cleanups.
11682 * emacs-lisp/gv.el (gv-get): Autoload functions to find their
11683 gv-expander.
11684 (gv--defun-declaration): New function.
11685 (defun-declarations-alist): Use it.
11686 (gv-define-modify-macro, gv-pushnew!, gv-inc!, gv-dec!): Remove.
11687 (gv-place): Autoload.
11688 * emacs-lisp/cl.el (cl--dotimes, cl--dolist): Remember subr.el's
11689 original definition of dotimes and dolist.
11690 * emacs-lisp/cl-macs.el (cl-expr-access-order): Remove unused.
11691 (cl-dolist, cl-dotimes): Use `dolist' and `dotimes'.
11692 * emacs-lisp/cl-lib.el: Move gv handlers from cl-macs to here.
11693 (cl-fifth, cl-sixth, cl-seventh, cl-eighth)
11694 (cl-ninth, cl-tenth): Move gv handler to the function's definition.
11695 * emacs-lisp/cl-extra.el (cl-subseq, cl-get, cl-getf): Move gv handler
11696 to the function's definition.
11697 * Makefile.in (COMPILE_FIRST): Re-order to speed it up by about 50%.
11698 * window.el:
11699 * files.el:
11700 * faces.el:
11701 * env.el: Don't use CL.
11702
11703 2012-06-22 Paul Eggert <eggert@cs.ucla.edu>
11704
11705 Support higher-resolution time stamps (Bug#9000).
11706
11707 * calendar/time-date.el (with-decoded-time-value): New arg
11708 PICO-SYMBOL in VARLIST. It's optional, for backward compatibility.
11709 (encode-time-value): New optional arg PICO. New type 3.
11710 (time-to-seconds) [!float-time]: Support the new picoseconds
11711 component if it's used.
11712 (seconds-to-time, time-subtract, time-add):
11713 Support ps-resolution time stamps as well.
11714
11715 * emacs-lisp/timer.el (timer): New component psecs. All uses changed.
11716 (timerp): Timer vectors now have length 9, not 8.
11717 (timer--time): Support new-style (4-part) time stamps.
11718 (timer-next-integral-multiple-of-time): Time stamps now have
11719 picosecond resolution, so take a bit more care about rounding.
11720 (timer-relative-time, timer-inc-time): New optional arg psecs.
11721 (timer-set-time-with-usecs): Set psecs to 0.
11722 (timer--activate): Check psecs component, too.
11723
11724 * proced.el (proced-time-lessp): Support ps-resolution stamps.
11725
11726 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
11727
11728 * icomplete.el (icomplete-minibuffer-setup, icomplete-completions):
11729 Move the non-essential binding to the post/pre-command-hook where it is
11730 more obviously correct.
11731
11732 * subr.el (read-passwd): Don't use a history at all.
11733 * savehist.el (savehist-save): Remove password saved accidentally
11734 because of the above bug.
11735
11736 2012-06-22 Bastien Guerry <bzg@gnu.org>
11737
11738 * files.el (toggle-read-only): Display a message telling whether
11739 the buffer is read-only or not (bug#11726).
11740
11741 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
11742
11743 * emacs-lisp/gv.el: New file.
11744 * subr.el (push, pop): Extend to generalized variables.
11745 * loadup.el (macroexp): Unload if preloaded and uncompiled (bug#11657).
11746 * emacs-lisp/cl-lib.el (cl-pop, cl-push, cl--set-nthcdr): Remove.
11747 * emacs-lisp/cl-macs.el: Require gv. Use gv-define-setter,
11748 gv-define-simple-setter, and gv-define-expander.
11749 Remove setf-methods defined in gv. Rename cl-setf -> setf.
11750 (cl-setf, cl-do-pop, cl-get-setf-method): Remove.
11751 (cl-letf, cl-letf*, cl-define-modify-macro, cl-defsetf)
11752 (cl-define-setf-expander, cl-struct-setf-expander): Move to cl.el.
11753 (cl-remf, cl-shiftf, cl-rotatef, cl-callf, cl-callf2): Rewrite with
11754 gv-letplace.
11755 (cl-defstruct): Don't define setf-method any more.
11756 * emacs-lisp/cl.el (flet): Don't autoload.
11757 (cl--letf, letf, cl--letf*, letf*, cl--gv-adapt)
11758 (define-setf-expander, defsetf, define-modify-macro)
11759 (cl-struct-setf-expander): Move from cl-lib.el.
11760 * emacs-lisp/syntax.el:
11761 * emacs-lisp/ewoc.el:
11762 * emacs-lisp/smie.el:
11763 * emacs-lisp/cconv.el:
11764 * emacs-lisp/timer.el: Rename cl-setf -> setf, cl-push -> push.
11765 (timer--time): Use gv-define-simple-setter.
11766 * emacs-lisp/macroexp.el (macroexp-let2): Rename from macroexp-let²
11767 to avoid coding-system problems in subr.el. Adjust all users.
11768 (macroexp--maxsize, macroexp-small-p): New functions.
11769 * emacs-lisp/bytecomp.el (byte-compile-file): Don't use cl-letf.
11770 * scroll-bar.el (scroll-bar-mode):
11771 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
11772 (normal-erase-is-backspace-mode): Don't use the `eq' place.
11773 * winner.el (winner-configuration, winner-make-point-alist)
11774 (winner-set-conf, winner-get-point, winner-set): Don't abuse letf.
11775 * files.el (locate-file-completion-table): Avoid list*.
11776
11777 2012-06-22 Chong Yidong <cyd@gnu.org>
11778
11779 * dired-aux.el (dired-do-create-files): Doc fix (Bug#11327).
11780 (dired-create-files): Doc fix (Bug#11329).
11781 (dired-do-copy): Doc fix (Bug#11334).
11782 (dired-mark-read-string): Doc fix (Bug#11553).
11783
11784 * dired.el (dired-recursive-copies, dired-recursive-deletes):
11785 Doc fix (Bug#11326).
11786 (dired-make-relative): Doc fix (Bug#11332). Remove unused arg.
11787 (dired-dwim-target): Doc fix.
11788
11789 * wdired.el (wdired-mode): Doc fix.
11790
11791 2012-06-22 Glenn Morris <rgm@gnu.org>
11792
11793 * pcmpl-rpm.el (pcmpl-rpm-cache): New option.
11794 (pcmpl-rpm-cache-stamp-file): New constant.
11795 (pcmpl-rpm-cache-time, pcmpl-rpm-packages): New variables.
11796 (pcmpl-rpm-packages): Optionally cache list of packages.
11797
11798 * pcmpl-rpm.el (pcmpl-rpm): New group.
11799 (pcmpl-rpm-query-options): New option.
11800 (pcmpl-rpm-packages): No need to inline it.
11801 Use pcmpl-rpm-query-options.
11802
11803 * calendar/calendar.el (calendar-in-read-only-buffer):
11804 Avoid some needless mode changes.
11805
11806 2012-06-21 Chong Yidong <cyd@gnu.org>
11807
11808 * desktop.el (desktop-read): Don't prompt if daemon (Bug#11674).
11809 (desktop-path): Remove . from the default value (Bug#10977).
11810 (desktop-read): Use user-emacs-directory if desktop-path is nil.
11811
11812 2012-06-20 Chong Yidong <cyd@gnu.org>
11813
11814 * term.el (term-send-raw-meta): Make C-M-<char> keys work (Bug#8172).
11815
11816 2012-06-20 David Röthlisberger <david@rothlis.net> (tiny change)
11817
11818 * ido.el (ido-switch-buffer, ido-find-file): Fix up doc of C-j
11819 (bug#11201).
11820
11821 2012-06-20 Chong Yidong <cyd@gnu.org>
11822
11823 * term.el (term-window-width): Handle the case of a missing right
11824 fringe (Bug#8837).
11825 (term-check-size): Use window-text-height (Bug#5445).
11826 (term-mode): Use define-derived-mode. Minor cleanups.
11827 Set font-lock-defaults (Bug#7692).
11828 (term-move-columns, term-insert-char, term-emulate-terminal)
11829 (term-erase-in-line, term-insert-spaces): Use font-lock-face.
11830
11831 2012-06-20 Michael Albinus <michael.albinus@gmx.de>
11832
11833 * net/ange-ftp.el (ange-ftp-get-passwd):
11834 Bind `enable-recursive-minibuffers'.
11835 (ange-ftp-get-process): Throw if `non-essential' is non-nil.
11836
11837 2012-06-19 David Röthlisberger <david@rothlis.net> (tiny change)
11838
11839 * ido.el (ido-find-file): Mention C-d binding in docstring (bug#11244).
11840
11841 2012-06-19 Glenn Morris <rgm@gnu.org>
11842
11843 * progmodes/python.el (python-mode): Derive from prog-mode.
11844
11845 2012-06-19 Kevin Gallagher <Kevin.Gallagher@boeing.com>
11846
11847 * emulation/edt.el (edt-default-menu-bar-update-buffers)
11848 (edt-user-menu-bar-update-buffers): New functions.
11849 (edt-default-emulation-setup, edt-user-emulation-setup): Use them.
11850
11851 2012-06-19 Chong Yidong <cyd@gnu.org>
11852
11853 * subr.el (with-selected-window): Preserve the selected window's
11854 terminal's top-frame (Bug#4702).
11855
11856 * window.el (save-selected-window): Likewise.
11857
11858 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
11859
11860 * progmodes/python.el (python-rx-constituents): Move backquote.
11861 (python-skeleton-define, python-define-auxiliary-skeleton):
11862 Use `declare'.
11863
11864 2012-06-18 Michael Albinus <michael.albinus@gmx.de>
11865
11866 * minibuffer.el (read-file-name-default): Revert the patch from
11867 2012-06-17.
11868
11869 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
11870
11871 * emacs-lisp/pcase.el (pcase--expand): Warn for unused pattern.
11872 (pcase--u1, pcase--q1): Don't use apply-partially.
11873
11874 2012-06-18 Glenn Morris <rgm@gnu.org>
11875
11876 * progmodes/python.el (python-proc, python-buffer)
11877 (python-send-receive, python-send-string): Fix obsolete versions.
11878
11879 2012-06-18 Martin Rudalics <rudalics@gmx.at>
11880
11881 * window.el (special-display-p): Completely remove stringp
11882 check. Suggested by Andreas Schwab <schwab@linux-m68k.org>.
11883
11884 2012-06-17 Michael Albinus <michael.albinus@gmx.de>
11885
11886 * minibuffer.el (read-file-name-default): Bind `non-essential' to `t'.
11887
11888 * net/tramp.el (tramp-file-name-handler): Catch 'non-essential.
11889
11890 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-start-process):
11891 * net/tramp-sh.el (tramp-maybe-open-connection):
11892 Throw if `non-essential' is non-nil.
11893
11894 2012-06-17 Martin Rudalics <rudalics@gmx.at>
11895
11896 * window.el (special-display-p): Signal an error if BUFFER-NAME
11897 is not a string (Bug#11713).
11898
11899 2012-06-17 Paul Eggert <eggert@cs.ucla.edu>
11900
11901 * progmodes/python.el (python-info-beginning-of-backslash):
11902 Rename from python-info-beginning-of-backlash, as a spelling fix.
11903
11904 2012-06-17 Chong Yidong <cyd@gnu.org>
11905
11906 * term.el (term-emulate-terminal): If term-check-size is called,
11907 move point to the process mark without resetting point (Bug#4635).
11908
11909 2012-06-17 Glenn Morris <rgm@gnu.org>
11910
11911 * international/mule-cmds.el (mule-menu-keymap)
11912 (set-language-environment, set-locale-environment): Doc tweaks.
11913
11914 2012-06-16 Aurelien Aptel <aurelien.aptel@gmail.com>
11915
11916 * cus-face.el (custom-face-attributes): Add wave-style underline
11917 attribute.
11918 * faces.el (set-face-attribute): Update docstring to describe
11919 wave-style underline attribute.
11920
11921 2012-06-16 Chong Yidong <cyd@gnu.org>
11922
11923 * term/xterm.el (terminal-init-xterm): Discard input before
11924 querying background mode (Bug#10959).
11925
11926 2012-06-16 Stefan Merten <smerten@oekonux.de>
11927
11928 * textmodes/rst.el: Added and corrected some comments.
11929 (rst-re-alist-def): Improve symbol syntax.
11930 (rst-mode-syntax-table): Correct syntax entries.
11931 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
11932 (rst-official-version, rst-official-cvs-rev): Update version
11933 information.
11934
11935 2012-06-15 Juanma Barranquero <lekktu@gmail.com>
11936
11937 * makefile.w32-in (COMPILE_FIRST): Synch with makefile.in changes
11938 in 2008-06-22T13:57:28Z!monnier@iro.umontreal.ca.
11939
11940 2012-06-15 Fabián Ezequiel Gallina <fgallina@cuca>
11941
11942 * progmodes/python.el: New python.el merge.
11943 (python-guess-indent): Obsolete var.
11944 (python-indent-guess-indent-offset): New defcustom.
11945 (python-indent): Obsolete var.
11946 (python-indent-offset): New defcustom.
11947 (python-python-command, python-jython-command): Delete var.
11948 (python-shell-interpreter): New defcustom.
11949 (python-pdbtrack-do-tracking-p): Delete var.
11950 (python-pdbtrack-activate): New defcustom.
11951 (python-use-skeletons): Obsolete var.
11952 (python-skeleton-autoinsert): New defcustom.
11953 (inferior-python-filter-regexp, python-continuation-offset)
11954 (python-honour-comment-indentation, python-indent-string-contents)
11955 (python-jython-packages, python-mode-hook)
11956 (python-pdbtrack-minor-mode-string, python-remove-cwd-from-path)
11957 (python-shell-prompt-alist)
11958 (python-source-modes): Delete defcustoms.
11959 (python-check-buffer-name, python-eldoc-setup-code)
11960 (python-eldoc-string-code, python-ffap-setup-code)
11961 (python-ffap-string-code, python-fill-comment-function)
11962 (python-fill-decorator-function, python-fill-paren-function)
11963 (python-fill-string-function, python-imenu-include-defun-type)
11964 (python-imenu-make-tree, python-imenu-subtree-root-label)
11965 (python-pdbtrack-stacktrace-info-regexp, python-shell-buffer-name)
11966 (python-shell-compilation-regexp-alist)
11967 (python-shell-completion-module-string-code)
11968 (python-shell-completion-pdb-string-code)
11969 (python-shell-completion-setup-code)
11970 (python-shell-completion-string-code)
11971 (python-shell-enable-font-lock, python-shell-exec-path)
11972 (python-shell-extra-pythonpaths)
11973 (python-shell-internal-buffer-name, python-shell-interpreter-args)
11974 (python-shell-process-environment)
11975 (python-shell-prompt-block-regexp)
11976 (python-shell-prompt-output-regexp)
11977 (python-shell-prompt-pdb-regexp, python-shell-prompt-regexp)
11978 (python-shell-send-setup-max-wait, python-shell-setup-codes)
11979 (python-shell-virtualenv-path): New defcustoms.
11980 (brm-menu, eldoc-documentation-function, inferior-python-mode-map)
11981 (inferior-python-mode-syntax-table, python--prompt-regexp)
11982 (python-buffer, python-command python-python-command)
11983 (python-default-template, python-imports, python-indent-index)
11984 (python-indent-list, python-indent-list-length)
11985 (python-mode-running, python-pdbtrack-is-tracking-p)
11986 (python-preoutput-continuation, python-preoutput-leftover)
11987 (python-preoutput-result, python-preoutput-skip-next-prompt)
11988 (python-prev-dir/file, python-recursing)
11989 (python-saved-check-command, python-version-checked)
11990 (python-which-func-length-limit)
11991 (view-return-to-alist): Delete vars.
11992 (python-check-custom-command, python-dotty-syntax-table)
11993 (python-imenu-index-alist, python-indent-current-level)
11994 (python-indent-dedenters, python-indent-levels)
11995 (python-nav-beginning-of-defun-regexp)
11996 (python-nav-list-defun-positions-cache)
11997 (python-pdbtrack-buffers-to-kill, python-pdbtrack-tracked-buffer)
11998 (python-shell-internal-buffer)
11999 (python-skeleton-available): New vars.
12000 (def-python-skeleton): Delete macro.
12001 (python-skeleton-define): New macro.
12002 (python-define-auxiliary-skeleton, python-rx): New macros.
12003 (python-insert-class): Delete command.
12004 (python-skeleton-class): New command.
12005 (python-insert-def): Delete command.
12006 (python-skeleton-def): New command.
12007 (python-insert-for): Delete command.
12008 (python-skeleton-for): New command.
12009 (python-insert-if): Delete command.
12010 (python-skeleton-if): New command.
12011 (python-insert-try/except, python-insert-try/finally): Delete commands.
12012 (python-skeleton-try): New command.
12013 (python-insert-while): Delete command.
12014 (python-skeleton-while): New command.
12015 (python-backspace): Delete command.
12016 (python-indent-dedent-line-backspace): New command.
12017 (python-electric-colon): Delete command.
12018 (python-indent-electric-colon): New command.
12019 (python-guess-indent): Delete command.
12020 (python-indent-guess-indent-offset): New command.
12021 (python-shift-left): Delete command.
12022 (python-indent-shift-left): New command.
12023 (python-shift-right): Delete command.
12024 (python-indent-shift-right): New command.
12025 (python-find-function): Delete command.
12026 (python-nav-jump-to-defun): New command.
12027 (python-next-statement): Delete command.
12028 (python-nav-forward-sentence): New command.
12029 (python-previous-statement): Delete command.
12030 (python-nav-backward-sentence): New command.
12031 (python-fill-paragraph): Delete command.
12032 (python-fill-paragraph-function): New command.
12033 (python-send-buffer): Delete command.
12034 (python-shell-send-buffer): New command.
12035 (python-send-defun): Delete command.
12036 (python-shell-send-defun): New command.
12037 (python-send-region, python-send-region-and-go): Delete commands.
12038 (python-shell-send-region)
12039 (python-shell-switch-to-shell): New commands.
12040 (python-send-string): Delete command.
12041 (python-shell-send-string): New command.
12042 (python-switch-to-python): Delete command.
12043 (python-shell-switch-to-shell): New command.
12044 (python-describe-symbol): Delete command.
12045 (python-eldoc-at-point): New command.
12046 (python--set-prompt-regexp, python-args-to-list)
12047 (python-after-info-look, python-check-version)
12048 (python-check-comint-prompt, python-find-imports)
12049 (python-execute-file, turn-off-pdbtrack, turn-on-pdbtrack)
12050 (python-unload-function, python-expand-template)
12051 (python-maybe-jython, python-preoutput-filter)
12052 (python-pdbtrack-get-source-buffer)
12053 (python-pdbtrack-grub-for-buffer, python-pdbtrack-overlay-arrow)
12054 (python-pdbtrack-toggle-stack-tracking)
12055 (python-pdbtrack-track-stack-file, python-initial-text)
12056 (python-first-word, python-comment-line-p, python-send-command)
12057 (python-setup-brm, python-sentinel, python-set-proc)
12058 (python-skip-out, python-input-filter, python-outdent-p)
12059 (python-outline-level, python-backslash-continuation-line-p)
12060 (python-end-of-block, python-end-of-statement, python-mark-block)
12061 (python-beginning-of-block, python-beginning-of-statement)
12062 (python-blank-line-p, python-beginning-of-string)
12063 (python-open-block-statement-p): Delete functions.
12064 (python-indent-line, python-indent-line-1): Delete functions.
12065 (python-indent-line): New function.
12066 (python-indentation-levels): Delete function.
12067 (python-indent-calculate-levels): New function.
12068 (python-proc): Delete function.
12069 (python-shell-get-process): New function.
12070 (python-send-receive): Delete function.
12071 (python-shell-send-string-no-output): New function.
12072 (python-module-path): Delete function.
12073 (python-ffap-module-path): New function.
12074 (python-completion-at-point)
12075 (python-symbol-completions): Delete functions.
12076 (python-completion-complete-at-point): New function.
12077 (python-load-file): Delete function.
12078 (python-shell-send-file): New function.
12079 (python-calculate-indentation): Delete function.
12080 (python-indent-calculate-indentation): New function.
12081 (python-skip-comments/blanks): Delete function.
12082 (python-util-forward-comment): New function.
12083 (python-continuation-line-p): Delete function.
12084 (python-info-continuation-line-p): New function.
12085 (python-which-func, python-current-defun): Delete function.
12086 (python-info-current-defun): New function.
12087 (python-beginning-of-defun): Delete function.
12088 (python-nav-beginning-of-defun): New function.
12089 (python-close-block-statement-p)
12090 (python-block-end-p): Delete function.
12091 (python-info-closing-block): New function.
12092 (python-comint-output-filter-function)
12093 (python-eldoc--get-doc-at-point, python-end-of-defun-function)
12094 (python-fill-comment, python-fill-decorator, python-fill-paren)
12095 (python-fill-string, python-imenu-make-element-tree)
12096 (python-imenu-make-tree, python-imenu-tree-assoc)
12097 (python-indent-context, python-indent-dedent-line)
12098 (python-indent-line-function)
12099 (python-indent-post-self-insert-function)
12100 (python-indent-toggle-levels)
12101 (python-info-assignment-continuation-line-p)
12102 (python-info-beginning-of-backlash)
12103 (python-info-block-continuation-line-p)
12104 (python-info-closing-block-message)
12105 (python-info-line-ends-backslash-p)
12106 (python-info-looking-at-beginning-of-defun)
12107 (python-info-ppss-context, python-info-ppss-context-type)
12108 (python-nav-list-defun-positions, python-nav-read-defun)
12109 (python-nav-sentence-end, python-nav-sentence-start)
12110 (python-pdbtrack-comint-output-filter-function)
12111 (python-pdbtrack-set-tracked-buffer)
12112 (python-shell-calculate-exec-path)
12113 (python-shell-calculate-process-environment)
12114 (python-shell-completion--do-completion-at-point)
12115 (python-shell-completion--get-completions)
12116 (python-shell-completion-complete-at-point)
12117 (python-shell-completion-complete-or-indent)
12118 (python-shell-get-or-create-process)
12119 (python-shell-get-process-name)
12120 (python-shell-internal-get-or-create-process)
12121 (python-shell-internal-get-process-name)
12122 (python-shell-internal-send-string, python-shell-make-comint)
12123 (python-shell-parse-command, python-shell-send-setup-code)
12124 (python-skeleton-add-menu-items)
12125 (python-util-clone-local-variables, python-util-position)
12126 (run-python-internal, python-indentation-levels)
12127 (python-nav-beginning-of-defun)
12128 (python-completion-complete-at-point): New functions.
12129 (run-python): Change arguments. New API requirements.
12130
12131 2012-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
12132
12133 * emacs-lisp/cl-lib.el (cl--defsubst-expand): Autoload inliner
12134 (bug#11649).
12135
12136 * emacs-lisp/macroexp.el (macroexp--compiler-macro): New function.
12137 (macroexp--expand-all): Use it.
12138
12139 * emacs-lisp/cl-macs.el (cl--transform-function-property): Remove.
12140 (cl-define-setf-expander, cl-deftype, cl-define-compiler-macro):
12141 Use `cl-function' instead.
12142
12143 2012-06-14 Juanma Barranquero <lekktu@gmail.com>
12144
12145 * makefile.w32-in (COMPILE_FIRST): Remove subr.el.
12146 Suggested by Stefan Monnier while discussing bug#11657.
12147
12148 2012-06-14 Sam Steingold <sds@gnu.org>
12149
12150 * files.el (abort-if-file-too-large): Use `file-size-human-readable'.
12151
12152 2012-06-14 Andreas Schwab <schwab@linux-m68k.org>
12153
12154 * play/doctor.el (doctor-doc): Remove parameter and use
12155 doctor-sent instead of sent.
12156 (doctor-read-print): Use doctor-sent instead of sent. (Bug#11708)
12157
12158 2012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
12159
12160 * files.el: Require cl-lib.
12161 (file-name-non-special): Replace case -> cl-case.
12162
12163 * emacs-lisp/cl-macs.el (cl-defstruct): Don't add print-func.
12164
12165 * emacs-lisp/edebug.el (edebug-read-function): Remove old incorrect
12166 mapping from #' to function*.
12167
12168 2012-06-13 Chong Yidong <cyd@gnu.org>
12169
12170 * mouse.el (mouse-drag-track): Do not set the mark if the user
12171 releases the mouse without selecting anything (Bug#11588).
12172
12173 2012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
12174
12175 * textmodes/tex-mode.el (latex-indent): Recognize tex-verbatim at EOB
12176 as well (bug#11646).
12177
12178 * loadup.el: Count byte-code functions as well.
12179
12180 * emacs-lisp/byte-opt.el (featurep): Move compiler-macro...
12181 * emacs-lisp/bytecomp.el (featurep): ...here (bug#11692).
12182
12183 * emacs-lisp/autoload.el (make-autoload): Accept nil doc-string-elt
12184 (bug#11649). Add cl-defun and cl-defmacro.
12185
12186 2012-06-13 Drew Adams <drew.adams@oracle.com>
12187
12188 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
12189 Fix last change.
12190
12191 2012-06-13 Michael Albinus <michael.albinus@gmx.de>
12192
12193 * net/dbus.el (dbus-call-method): Use timeout for `read-event'.
12194 Otherwise, it blocks in batch mode.
12195
12196 2012-06-13 Juanma Barranquero <lekktu@gmail.com>
12197
12198 * help-mode.el (bookmark-make-record-default): Declare.
12199
12200 2012-06-13 Chong Yidong <cyd@gnu.org>
12201
12202 * emacs-lisp/package.el (list-packages): Compute a list of
12203 packages that are newly-available since the last list-packages
12204 invocation.
12205 (package-menu--new-package-list): New var.
12206 (package-menu--generate, package-menu--print-info)
12207 (package-menu--status-predicate, package-menu-mark-install):
12208 Handle new status label "new".
12209
12210 2012-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
12211
12212 * emacs-lisp/cl-macs.el (cl-remf): Fix error in recent
12213 conversion to backquotes.
12214
12215 2012-06-12 Chong Yidong <cyd@gnu.org>
12216
12217 * emacs-lisp/edebug.el (edebug-inhibit-emacs-lisp-mode-bindings):
12218 Rename from gud-inhibit-global-bindings.
12219
12220 * emacs-lisp/eieio.el (eieio-pre-method-execution-hooks): Doc fix.
12221
12222 * nxml/nxml-glyph.el (nxml-glyph-set-functions): Rename abnormal
12223 hook from nxml-glyph-set-hook.
12224
12225 * progmodes/cwarn.el (cwarn-mode): Remove redundant variable
12226 declaration.
12227
12228 * progmodes/pascal.el (pascal-toggle-completions): Doc fix.
12229
12230 * textmodes/bibtex.el (bibtex-string-file-path, bibtex-file-path):
12231 Convert to defcustom.
12232
12233 2012-06-12 Drew Adams <drew.adams@oracle.com>
12234
12235 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
12236 New functions.
12237 (help-mode): Use them.
12238
12239 2012-06-11 Glenn Morris <rgm@gnu.org>
12240
12241 * progmodes/fortran.el (fortran-font-lock-keywords-3):
12242 Use preprocessor face for directives.
12243 (fortran-directive-re): Doc fix.
12244
12245 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
12246
12247 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Fix error in recent
12248 conversion to backquotes (bug#11652).
12249
12250 Fix compiler-expansion of CL's cXXr functions (bug#11673).
12251 * emacs-lisp/cl-lib.el (cl--defalias): New function.
12252 (cl-values, cl-values-list, cl-copy-seq, cl-svref, cl-first)
12253 (cl-second, cl-rest, cl-endp, cl-third, cl-fourth): Use it.
12254 (cl-plusp, cl-minusp, cl-fifth, cl-sixth, cl-seventh, cl-eighth)
12255 (cl-ninth, cl-tenth): Mark them as inlinable.
12256 (cl-caaar, cl-caadr, cl-cadar, cl-caddr, cl-cdaar, cl-cdadr)
12257 (cl-cddar, cl-cdddr, cl-caaaar, cl-caaadr, cl-caadar, cl-caaddr)
12258 (cl-cadaar, cl-cadadr, cl-caddar, cl-cadddr, cl-cdaaar, cl-cdaadr)
12259 (cl-cdadar, cl-cdaddr, cl-cddaar, cl-cddadr, cl-cdddar, cl-cddddr):
12260 Add a compiler-macro declaration to use cl--compiler-macro-cXXr.
12261 (cl-list*, cl-adjoin): Don't put an autoload manually.
12262 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin)
12263 (cl--compiler-macro-list*): Add autoload cookie.
12264 (cl--compiler-macro-cXXr): New function.
12265
12266 * help-fns.el (help-fns--compiler-macro): New function extracted from
12267 describe-function-1; follow aliases and use `compiler-macro' property.
12268 (describe-function-1): Use it.
12269
12270 2012-06-11 Chong Yidong <cyd@gnu.org>
12271
12272 * startup.el (fancy-splash-head): Use splash.svg even if librsvg
12273 is uninstalled, if imagemagick is installed.
12274
12275 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
12276
12277 * emacs-lisp/cl-lib.el: Use lexical-binding.
12278 (cl-map-extents, cl-maclisp-member): Remove.
12279 (cl--set-elt, cl--set-nthcdr, cl--set-buffer-substring)
12280 (cl--set-substring, cl--block-wrapper, cl--block-throw)
12281 (cl--compiling-file, cl--mapcar-many, cl--do-subst): Use "cl--" prefix.
12282 * emacs-lisp/cl-extra.el: Use lexical-binding.
12283 (cl--mapcar-many, cl--map-keymap-recursively, cl--map-intervals)
12284 (cl--map-overlays, cl--set-frame-visible-p, cl--progv-save)
12285 (cl--progv-before, cl--progv-after, cl--finite-do, cl--set-getf)
12286 (cl--do-remf, cl--do-prettyprint): Use "cl--" prefix.
12287 * emacs-lisp/cl-seq.el: Use lexical-binding.
12288 (cl--parsing-keywords, cl--check-key, cl--check-test-nokey)
12289 (cl--check-test, cl--check-match): Use "cl--" prefix and backquotes.
12290 (cl--alist, cl--sublis-rec, cl--nsublis-rec, cl--tree-equal-rec):
12291 * emacs-lisp/cl-macs.el (cl--lambda-list-keywords): Use "cl--" prefix.
12292 * edmacro.el (edmacro-mismatch): Simplify to remove dependence on
12293 CL's internals.
12294
12295 2012-06-11 Michael Albinus <michael.albinus@gmx.de>
12296
12297 Sync with Tramp 2.2.6-pre.
12298
12299 * net/tramp-cache.el (tramp-dump-connection-properties): Let-bind
12300 `print-length' and `print-level' to nil, in order to avoid
12301 truncation. Reported by Christopher Schmidt
12302 <christopher@ristopher.com>.
12303
12304 * net/tramp-cmds.el (tramp-cleanup-connection): Delete also process.
12305
12306 * net/tramp-compat.el (tramp-compat-condition-case-unless-debug):
12307 New defmacro.
12308 (tramp-compat-copy-directory): Add optional argument
12309 COPY-CONTENTS. It is not handled yet.
12310
12311 * net/tramp-ftp.el (tramp-disable-ange-ftp): Fix docstring.
12312 (tramp-ftp-file-name-p): Simplify.
12313
12314 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name):
12315 * net/tramp-gw.el (tramp-gw-open-connection): Add hop to
12316 connection vector.
12317
12318 * net/tramp-sh.el (tramp-copy-size-limit): Fix docstring.
12319 (tramp-methods): Do not use `tramp-password-end-of-line'.
12320 (tramp-completion-function-alist-putty): Handle UNIX case.
12321 (tramp-remote-path): Add "/opt/bin", "/opt/sbin" and "/opt/local/bin".
12322 (tramp-do-file-attributes-with-stat)
12323 (tramp-do-directory-files-and-attributes-with-stat) Return uid and
12324 gid as real numbers. They could run out of integer range on cygwin.
12325 (tramp-do-copy-or-rename-file-out-of-band): Better trace format.
12326 (tramp-sh-handle-expand-file-name): Handle hops.
12327 (tramp-open-connection-setup-interactive-shell):
12328 Use `tramp-cleanup'. Move check for busyboxes ...
12329 (tramp-find-shell): ... here. Simplify implementation.
12330 Set "remote-shell" property also for alternative shells.
12331 (tramp-remote-coding-commands): Check "test -c /dev/stdout".
12332 If failing, a regular file would be written otherwise.
12333 Reported by Dmitry Kurochkin <dmitry.kurochkin@gmail.com>.
12334 (tramp-find-inline-encoding): Cache the coding commands in the
12335 process cache. Apply test command on the remote side, if defined.
12336 (tramp-find-inline-compress): Cache the compress commands in the
12337 process cache.
12338 (tramp-compute-multi-hops): Save `tramp-default-proxies-alist'
12339 when requested. Handle hops.
12340 (tramp-current-connection): New defvar.
12341 (tramp-maybe-open-connection): Use `tramp-cleanup'.
12342 Throw `suppress', if there was a failed connection shortly before.
12343 Handle user interrupt. (Bug#10187)
12344 (tramp-get-inline-compress, tramp-get-inline-coding):
12345 Read connection properties from the process cache.
12346
12347 * net/tramp-smb.el (tramp-smb-server-version)
12348 (tramp-smb-wrong-passwd-regexp, tramp-smb-actions-with-tar):
12349 New defconsts.
12350 (tramp-smb-prompt): Extend for powershell prompt.
12351 (tramp-smb-file-name-handler-alist): Add handlers for
12352 `process-file', `shell-command' and `start-file-process'.
12353 (tramp-smb-winexe-program, tramp-smb-winexe-shell-command)
12354 (tramp-smb-winexe-shell-command-switch): New defcustoms.
12355 (tramp-smb-file-name-p): Simplify.
12356 (tramp-smb-action-with-tar, tramp-smb-handle-process-file)
12357 (tramp-smb-kill-winexe-function, tramp-smb-call-winexe)
12358 (tramp-smb-shell-quote-argument): New defuns.
12359 (tramp-smb-handle-copy-directory): Add COPY-CONTENTS argument.
12360 Implement using "tar". By this, time-stamps are preserved.
12361 (tramp-smb-handle-copy-file): Handle also the case of directories.
12362 (tramp-smb-do-file-attributes-with-stat)
12363 (tramp-smb-get-file-entries, tramp-smb-get-cifs-capabilities):
12364 Use `tramp-get-connection-buffer').
12365 (tramp-smb-handle-rename-file): Use "rename", when source and
12366 target are on the same share.
12367 (tramp-smb-maybe-open-connection): Handle wrong passwords.
12368 Use `tramp-smb-server-version'.
12369 (tramp-smb-wait-for-output): Remove prompt.
12370
12371 * net/tramp.el (top): Require 'cl.
12372 (tramp-methods, tramp-rsh-end-of-line):
12373 Remove `tramp-password-end-of-line' from docstring.
12374 (tramp-save-ad-hoc-proxies): New defcustom.
12375 (tramp-completion-function-alist): Adapt docstring.
12376 (tramp-default-password-end-of-line): Remove defcustom.
12377 (tramp-shell-prompt-pattern): Allow "[]" style prompts. (Bug#11065)
12378 (tramp-user-regexp, tramp-file-name-regexp-unified)
12379 (tramp-file-name-regexp-url): Extend regexp by hop separator.
12380 (tramp-postfix-hop-format, tramp-postfix-hop-regexp)
12381 (tramp-remote-file-name-spec-regexp): New defconst.
12382 (tramp-file-name-structure): Extend structure for hops.
12383 (tramp-get-method-parameter): Move up.
12384 (tramp-file-name-p, tramp-dissect-file-name)
12385 (with-parsed-tramp-file-name): Handle hops.
12386 (tramp-file-name-hop): New defun.
12387 (tramp-make-tramp-file-name): New optional arg HOP.
12388 (tramp-message-show-progress-reporter-message): New defvar.
12389 (tramp-with-progress-reporter): Use it. We cannot use
12390 `tramp-message-show-message' here, because this suppresses also
12391 error buffers.
12392 (tramp-error-with-buffer): Suppress buffer view, if
12393 `tramp-message-show-message' is nil.
12394 Use `tramp-get-connection-buffer'.
12395 (tramp-cleanup): New defun.
12396 (tramp-rfn-eshadow-update-overlay): Let-bind `non-essential' to `t'.
12397 (tramp-file-name-handler): If `debug-on-error' is set, propagate
12398 an error unchanged.
12399 (tramp-completion-handle-file-name-all-completions): Handle hops.
12400 Fix an error when called from ido.
12401 (tramp-completion-dissect-file-name): Use better local variable
12402 name. Add hop to the vector.
12403 (tramp-handle-insert-file-contents): Use progress-reporter for the
12404 whole scenario.
12405 (tramp-action-password): Let-bind `enable-recursive-minibuffers'
12406 to `t'.
12407 (tramp-check-for-regexp): Simplify search.
12408 (tramp-enter-password): Remove it. Move implementation ...
12409 (tramp-action-password): ... here.
12410 (tramp-mode-string-to-int, tramp-local-host-p)
12411 (tramp-make-tramp-temp-file, tramp-read-passwd)
12412 (tramp-clear-passwd, tramp-time-less-p, tramp-time-diff):
12413 Set tramp-autoload cookie.
12414
12415 * net/trampver.el: Update release number.
12416
12417 2012-06-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
12418 Michael Albinus <michael.albinus@gmx.de>
12419
12420 * net/tramp.el (tramp-set-completion-function): Fix docstring.
12421 (tramp-parse-group, tramp-parse-file)
12422 (tramp-parse-shostkeys-sknownhosts): New defuns.
12423 (tramp-parse-rhosts, tramp-parse-rhosts-group, tramp-parse-shosts)
12424 (tramp-parse-shosts-group, tramp-parse-sconfig)
12425 (tramp-parse-sconfig-group, tramp-parse-shostkeys)
12426 (tramp-parse-sknownhosts, tramp-parse-hosts)
12427 (tramp-parse-hosts-group, tramp-parse-passwd, tramp-parse-netrc):
12428 Use them.
12429 (tramp-parse-passwd-group, tramp-parse-netrc-group)
12430 (tramp-parse-putty-group): Don't narrow.
12431 (tramp-parse-putty): Make a loop.
12432 (tramp-file-name-handler): Catch the `suppress' signal.
12433
12434 2012-06-11 Chong Yidong <cyd@gnu.org>
12435
12436 * image.el (imagemagick-register-types): Put the ImageMagick entry
12437 at the end of image-type-file-name-regexps.
12438
12439 2012-06-11 Johan Bockgård <bojohan@gnu.org>
12440
12441 * emacs-lisp/pcase.el (pcase-UPAT, pcase-QPAT): New edebug specs.
12442 (pcase, pcase-let*, pcase-dolist): Use them.
12443
12444 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
12445
12446 * emacs-lisp/pcase.el (pcase--let*): New function.
12447 (pcase-let*): Use it. Use pcase--memoize to avoid repeated expansions.
12448 (pcase--expand): Use macroexp-let².
12449
12450 2012-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
12451
12452 * emacs-lisp/timer.el, emacs-lisp/syntax.el, emacs-lisp/smie.el:
12453 * emacs-lisp/ewoc.el, emacs-lisp/cconv.el, emacs-lisp/bytecomp.el:
12454 * emacs-lisp/byte-opt.el, emacs-lisp/autoload.el: Convert to cl-lib.
12455 * emacs-lisp/easymenu.el, emacs-lisp/easy-mmode.el:
12456 * emacs-lisp/derived.el: Use pcase instead of `cl'.
12457 * emacs-lisp/cl-lib.el: Get rid of special cl-macs auto load.
12458
12459 2012-06-10 Glenn Morris <rgm@gnu.org>
12460
12461 * mail/rmail.el (rmail-yank-current-message): Leave point at
12462 correct position. (Bug#11660)
12463
12464 2012-06-10 Chong Yidong <cyd@gnu.org>
12465
12466 * allout-widgets.el: Fix code header.
12467
12468 2012-06-10 Chong Yidong <cyd@gnu.org>
12469
12470 * cus-edit.el (customize-changed-options-previous-release):
12471 Bump to 24.1.
12472
12473 2012-06-09 Andreas Schwab <schwab@linux-m68k.org>
12474
12475 * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200.
12476
12477 2012-06-09 Chong Yidong <cyd@gnu.org>
12478
12479 * ebuff-menu.el (electric-buffer-list): Preserve header line.
12480
12481 2012-06-09 Martin Rudalics <rudalics@gmx.at>
12482
12483 * window.el (special-display-popup-frame): Don't use
12484 window--display-buffer (Bug#11651).
12485
12486 2012-06-09 Eli Zaretskii <eliz@gnu.org>
12487
12488 Fix parallel builds: make sure loaddefs.el is not being written
12489 while Lisp files are compiled.
12490 (compile): Don't depend on 'mh-autoloads'.
12491 (compile-CMD, compile-SH): Depend on 'autoloads'.
12492 (bootstrap): Don't depend on 'autoloads' and 'mh-autoloads'.
12493
12494 * makefile.w32-in (BIG_STACK_DEPTH): Enlarge to 2200. (Bug#11649)
12495
12496 2012-06-09 Chong Yidong <cyd@gnu.org>
12497
12498 * face-remap.el (face-remap-add-relative, face-remap-set-base)
12499 (buffer-face-set, buffer-face-toggle, buffer-face-mode-invoke):
12500 Doc fixes (Bug#11225).
12501
12502 2012-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
12503
12504 * emacs-lisp/macroexp.el (macroexp--expand-all): Only autoload
12505 a function if there's a clear indication that it has a compiler-macro.
12506 * emacs-lisp/byte-run.el (defun-declarations-alist, defmacro, defun)
12507 (macro-declarations-alist): Add arglist to declaration functions.
12508 (defun-declarations-alist): Add `obsolete' and `compiler-macro'.
12509 * emacs-lisp/cl-seq.el (cl-member, cl-assoc):
12510 * emacs-lisp/cl-lib.el (cl-list*, cl-adjoin):
12511 * emacs-lisp/cl-extra.el (cl-get): Use the new `declare' statement.
12512 Also add autoload to find the compiler macro.
12513 * emacs-lisp/cl-macs.el (eql) [compiler-macro]: Remove.
12514 (cl--compiler-macro-member, cl--compiler-macro-assoc)
12515 (cl--compiler-macro-adjoin, cl--compiler-macro-list*)
12516 (cl--compiler-macro-get): New functions, replacing calls to
12517 cl-define-compiler-macro.
12518 (cl-typep) [compiler-macro]: Use macroexp-let².
12519
12520 2012-06-08 Nick Dokos <nicholas.dokos@hp.com> (tiny change)
12521
12522 * calendar/icalendar.el (icalendar--parse-vtimezone): Import TZID
12523 string properly, fixes Bug#11473.
12524
12525 2012-06-08 Chong Yidong <cyd@gnu.org>
12526
12527 * faces.el (set-face-attribute): Doc fix.
12528 (modify-face): Don't use :bold and :italic.
12529 (error, warning, success): Tweak definitions.
12530
12531 * cus-edit.el (custom-modified, custom-invalid, custom-rogue)
12532 (custom-modified, custom-set, custom-changed, custom-themed)
12533 (custom-saved, custom-button, custom-button-mouse)
12534 (custom-button-pressed, custom-state, custom-comment-tag)
12535 (custom-variable-tag, custom-group-tag-1, custom-group-tag)
12536 (custom-group-subtitle): Use new-style face specs.
12537 (custom-invalid-face, custom-rogue-face, custom-modified-face)
12538 (custom-set-face, custom-changed-face, custom-saved-face)
12539 (custom-button-face, custom-button-pressed-face)
12540 (custom-documentation-face, custom-state-face)
12541 (custom-comment-face, custom-comment-tag-face)
12542 (custom-variable-tag-face, custom-variable-button-face)
12543 (custom-face-tag-face, custom-group-tag-face-1)
12544 (custom-group-tag-face): Remove obsolete face alias.
12545
12546 * epa.el (epa-validity-high, epa-validity-medium)
12547 (epa-validity-low, epa-mark, epa-field-name, epa-string)
12548 (epa-field-name, epa-field-body):
12549 * font-lock.el (font-lock-comment-face, font-lock-string-face)
12550 (font-lock-keyword-face, font-lock-builtin-face)
12551 (font-lock-function-name-face, font-lock-variable-name-face)
12552 (font-lock-type-face, font-lock-constant-face):
12553 * ido.el (ido-first-match, ido-only-match, ido-subdir)
12554 (ido-virtual, ido-indicator, ido-incomplete-regexp):
12555 * speedbar.el (speedbar-button-face, speedbar-file-face)
12556 (speedbar-directory-face, speedbar-tag-face)
12557 (speedbar-selected-face, speedbar-highlight-face)
12558 (speedbar-separator-face):
12559 * whitespace.el (whitespace-newline, whitespace-space)
12560 (whitespace-hspace, whitespace-tab, whitespace-trailing)
12561 (whitespace-line, whitespace-space-before-tab)
12562 (whitespace-space-after-tab, whitespace-indentation)
12563 (whitespace-empty):
12564 * emulation/cua-base.el (cua-global-mark):
12565 * eshell/em-prompt.el (eshell-prompt):
12566 * net/newst-plainview.el (newsticker-new-item-face)
12567 (newsticker-old-item-face, newsticker-immortal-item-face)
12568 (newsticker-obsolete-item-face, newsticker-date-face)
12569 (newsticker-statistics-face, newsticker-default-face):
12570 * net/newst-reader.el (newsticker-feed-face)
12571 (newsticker-extra-face, newsticker-enclosure-face):
12572 * net/newst-treeview.el (newsticker-treeview-face)
12573 (newsticker-treeview-new-face, newsticker-treeview-old-face)
12574 (newsticker-treeview-immortal-face)
12575 (newsticker-treeview-obsolete-face)
12576 (newsticker-treeview-selection-face):
12577 * net/rcirc.el (rcirc-my-nick, rcirc-other-nick)
12578 (rcirc-bright-nick, rcirc-server, rcirc-timestamp)
12579 (rcirc-nick-in-message, rcirc-nick-in-message-full-line)
12580 (rcirc-prompt, rcirc-track-keyword, rcirc-url, rcirc-keyword):
12581 * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
12582 (nxml-outline-active-indicator, nxml-outline-ellipsis):
12583 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
12584 (mpuz-text):
12585 * progmodes/vera-mode.el (vera-font-lock-number)
12586 (vera-font-lock-function, vera-font-lock-interface):
12587 * textmodes/table.el (table-cell): Use new-style face specs, and
12588 don't use the old :bold and :italic attributes.
12589
12590 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
12591 (ebrowse-member-attribute, ebrowse-default, ebrowse-file-name)
12592 (ebrowse-member-class, ebrowse-progress): Likewise.
12593 (ebrowse-tree-mark-face, ebrowse-root-class-face)
12594 (ebrowse-file-name-face, ebrowse-default-face)
12595 (ebrowse-member-attribute-face, ebrowse-member-class-face)
12596 (ebrowse-progress-face): Remove obsolete faces.
12597
12598 * progmodes/flymake.el (flymake-errline, flymake-warnline):
12599 Inherit from error and warning faces respectively.
12600
12601 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
12602 Likewise.
12603 (flyspell-incorrect-face, flyspell-duplicate-face):
12604 Remove obsolete aliases.
12605
12606 2012-06-08 Michael Albinus <michael.albinus@gmx.de>
12607
12608 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
12609 Avoid infloop.
12610
12611 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
12612
12613 * startup.el (argv, argi): Make lexically scoped.
12614 * emacs-lisp/float-sup.el (pi): Use internal-make-var-non-special.
12615 * emacs-lisp/cl-macs.el: Use lexical-binding.
12616 Rename cl-bind-* to cl--bind-*.
12617 * files.el: Don't require `cl' since it doesn't use it.
12618 * emacs-lisp/pcase.el, emacs-lisp/macroexp.el: Add coding cookie.
12619
12620 2012-06-08 Juanma Barranquero <lekktu@gmail.com>
12621
12622 * textmodes/texinfmt.el: Fix bug#11640 (reverts part of 2008-07-31T05:33:56Z!dann@ics.uci.edu).
12623 (texinfo-format-printindex): Use `texinfo-sort-region' in all platforms,
12624 instead of calling external sort utility.
12625 (texinfo-sort-region, texinfo-sort-startkeyfun): Restore functions.
12626
12627 2012-06-08 Eli Zaretskii <eliz@gnu.org>
12628
12629 * descr-text.el (describe-char): Mention how to insert the
12630 character, if the current input method doesn't support it.
12631 See the discussion in this thread for the details:
12632 http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00533.html.
12633
12634 2012-06-08 Sam Steingold <sds@gnu.org>
12635
12636 * bindings.el (global-map): Bind XF86Forward to next-buffer and
12637 XF86Back to previous-buffer.
12638 (minibuffer-local-map): Bind them to next-history-element and
12639 previous-history-element respectively.
12640 * help-mode.el (help-mode-map): Bind them to help-go-forward and
12641 help-go-back respectively.
12642 * info.el (Info-mode-map): Bind them to Info-history-forward and
12643 Info-history-back respectively.
12644 These are the keys next to Up on the ThinkPad keyboard.
12645
12646 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
12647
12648 Get rid of cl-lexical-let, keeping only lexical-let for compatibility.
12649 * emacs-lisp/cl-macs.el: Provide itself.
12650 (cl--labels-convert-cache): New var.
12651 (cl--labels-convert): New function.
12652 (cl-flet, cl-labels): New implementation with new semantics, relying on
12653 lexical-binding.
12654 * emacs-lisp/cl.el: Mark compatibility aliases as obsolete.
12655 (cl-closure-vars, cl--function-convert-cache)
12656 (cl--function-convert): Move from cl-macs.el.
12657 (lexical-let, lexical-let*, flet, labels): Move from cl-macs.el and
12658 rename by removing the "cl-" prefix.
12659 * emacs-lisp/macroexp.el (macroexp-unprogn): New function.
12660
12661 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
12662
12663 * emacs-lisp/cl.el (cl-macroexpand, cl-macro-environment)
12664 (cl-macroexpand-all, cl-not-hash-table, cl-builtin-gethash)
12665 (cl-builtin-remhash, cl-builtin-clrhash, cl-builtin-maphash)
12666 (cl-map-keymap, cl-copy-tree, cl-gethash, cl-puthash, cl-remhash)
12667 (cl-clrhash, cl-maphash, cl-make-hash-table, cl-hash-table-p)
12668 (cl-hash-table-count): Add old compatibility aliases.
12669
12670 * emacs-lisp/cl-macs.el (cl-macro-environment): Remove var.
12671 Use macroexpand-all-environment instead.
12672 (cl--old-macroexpand): New var.
12673 (cl--sm-macroexpand): New function.
12674 (cl-symbol-macrolet): Use it during macro expansion.
12675 (cl--function-convert-cache): New var.
12676 (cl--function-convert): New function, extracted from
12677 cl-macroexpand-all.
12678 (cl-lexical-let): Use it.
12679
12680 * emacs-lisp/cl-lib.el (cl-macro-environment): Remove decl.
12681 (cl-macroexpand): Move to cl-macs.el and rename to cl--sm-macroexpand.
12682 (cl-member): Remove old alias.
12683
12684 * emacs-lisp/cl-extra.el (cl-map-keymap, cl-copy-tree)
12685 (cl-not-hash-table, cl-builtin-gethash, cl-builtin-remhash)
12686 (cl-builtin-clrhash, cl-builtin-maphash, cl-gethash, cl-puthash)
12687 (cl-remhash, cl-clrhash, cl-maphash, cl-make-hash-table)
12688 (cl-hash-table-p, cl-hash-table-count): Move to cl.el.
12689 (cl-macroexpand-cmacs): Remove var.
12690 (cl-macroexpand-all, cl-macroexpand-body): Remove funs.
12691 Use macroexpand-all instead.
12692
12693 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
12694
12695 * emacs-lisp/macroexp.el (macroexp-progn, macroexp-let*, macroexp-if)
12696 (macroexp-let², macroexp--const-symbol-p, macroexp-const-p)
12697 (macroexp-copyable-p): New functions and macros.
12698 * emacs-lisp/edebug.el (edebug-unwrap):
12699 * emacs-lisp/disass.el (disassemble-internal): Use macroexp-progn.
12700 * emacs-lisp/pcase.el: Use macroexp-let*, macroexp-if, ...
12701 (pcase--let*): Remove.
12702 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p)
12703 (byte-compile-constp): Remove. Use macroexp--const-symbol-p and
12704 macroexp-const-p instead.
12705 * emacs-lisp/byte-opt.el: Use macroexp-const-p and macroexp-progn.
12706
12707 * emacs-lisp/cl-macs.el: Clean up the name space by using "cl--"
12708 instead of "cl-" for internal definitions. Use macroexp-const-p.
12709 (cl-old-bc-file-form): Remove var.
12710 (cl-const-exprs-p): Remove fun.
12711 (cl-labels, cl-macrolet): Use backquote.
12712 (cl-lexical-let): Use cl-symbol-macrolet. Don't use cl-defun-expander.
12713 (cl-defun-expander, cl-byte-compile-compiler-macro): Remove fun.
12714 (cl-define-setf-expander): Rename from cl-define-setf-method.
12715 * emacs-lisp/cl.el: Adjust alias for define-setf-method.
12716
12717 * international/mule-cmds.el: Don't require CL.
12718 (view-hello-file): Don't use `letf'.
12719
12720 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
12721
12722 * tmm.el (tmm-prompt): Use string-prefix-p.
12723 (tmm-completion-delete-prompt): Don't affect current-buffer outside.
12724 (tmm-add-prompt): Use minibuffer-completion-help.
12725 (tmm-delete-map): Remove.
12726
12727 * subr.el (kbd): Make it its own function.
12728
12729 2012-06-07 Stefan Merten <smerten@oekonux.de>
12730
12731 * textmodes/rst.el: Use `eval-when-compile' for requiring `cl.el'.
12732 Silence compiler warnings. Fix versions.
12733 (rst-position-if, rst-position, rst-some, rst-signum): New functions.
12734 (rst-shift-region, rst-adornment-level, rst-compute-tabs)
12735 (rst-indent-line, rst-shift-region, rst-forward-line): Use them.
12736 (rst-package-emacs-version-alist): Correct Emacs version to
12737 represent major merge with upstream.
12738 (rst-transition, rst-adornment, rst-compile-toolsets): Fix versions.
12739
12740 2012-06-06 Glenn Morris <rgm@gnu.org>
12741
12742 * mail/emacsbug.el (report-emacs-bug): Add relevant EMACS env-vars.
12743 Only print environment variables if set.
12744
12745 2012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
12746
12747 * emacs-lisp/macroexp.el: Don't require CL since we don't use it.
12748 (macroexp--cons): Rename from maybe-cons.
12749 (macroexp--accumulate): Rename from macroexp-accumulate.
12750 (macroexp--all-forms): Rename from macroexpand-all-forms.
12751 (macroexp--all-clauses): Rename from macroexpand-all-clauses.
12752 (macroexp--expand-all): Rename from macroexpand-all-1.
12753
12754 2012-06-06 Sam Steingold <sds@gnu.org>
12755
12756 * calendar/calendar.el (calendar-in-read-only-buffer):
12757 Call `special-mode' to enable the standard read-only keybindings.
12758
12759 2012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
12760
12761 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't spam the output
12762 with "loading" messages (bug#11635).
12763
12764 2012-06-06 Michael Albinus <michael.albinus@gmx.de>
12765
12766 * files.el (enable-remote-dir-locals): New option.
12767 (hack-dir-local-variables): Use it. (Bug#1933, Bug#6731)
12768
12769 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
12770 Ensure, that the temp directory is local.
12771
12772 * net/tramp-sh.el (tramp-sh-handle-write-region): Let-bind
12773 `temporary-file-directory'.
12774
12775 * progmodes/python.el (python-send-region): Ensure, that the
12776 temporary file is created also in the remote case.
12777
12778 2012-06-06 Glenn Morris <rgm@gnu.org>
12779
12780 * vc/vc-rcs.el (vc-rcs-rcs2log-program): New.
12781 (vc-rcs-update-changelog): Use it.
12782
12783 * emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff.
12784
12785 * vc/vc-sccs.el (vc-sccs-write-revision): New function.
12786 (vc-sccs-workfile-unchanged-p): Use vc-sccs-write-revision.
12787 (vc-sccs-diff): Replace use of the external vcdiff script.
12788
12789 2012-06-05 Glenn Morris <rgm@gnu.org>
12790
12791 * ledit.el: Move to obsolete/.
12792
12793 2012-06-05 Sam Steingold <sds@gnu.org>
12794
12795 * calendar/calendar.el (calendar-exit): Reinstate the 2012-03-28
12796 patch (Bug#11140).
12797
12798 2012-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
12799
12800 * emacs-lisp/cust-print.el: Move to obsolete.
12801
12802 * emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during
12803 compiler-macro expansion.
12804
12805 Add native compiler-macro support.
12806 * emacs-lisp/macroexp.el (macroexpand-all-1):
12807 Support compiler-macros directly. Properly follow aliases and apply
12808 the compiler macros more thoroughly.
12809 * emacs-lisp/cl.el: Don't copy compiler-macro properties any more since
12810 macroexpand now properly follows aliases.
12811 * emacs-lisp/cl-macs.el (toplevel, cl-define-compiler-macro)
12812 (cl-compiler-macroexpand): Use new prop.
12813 * emacs-lisp/byte-opt.el (featurep): Optimize earlier.
12814
12815 * emacs-lisp/cl-lib.el (custom-print-functions): Add alias.
12816
12817 2012-06-05 Martin Rudalics <rudalics@gmx.at>
12818
12819 * window.el (get-lru-window, get-mru-window, get-largest-window):
12820 New argument NOT-SELECTED to avoid picking the selected window.
12821 (window--display-buffer-1, window--display-buffer-2): Replace by
12822 new function window--display-buffer
12823 (display-buffer-same-window, display-buffer-reuse-window)
12824 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
12825 Use window--display-buffer.
12826 (display-buffer-use-some-window): Remove temporary dedication
12827 hack by calling get-lru-window and get-largest-window with
12828 NOT-SELECTED argument non-nil. Call window--display-buffer.
12829
12830 2012-06-05 Glenn Morris <rgm@gnu.org>
12831
12832 * vc/vc-sccs.el (vc-sccs-workfile-unchanged-p):
12833 Replace external vcdiff script.
12834
12835 2012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
12836
12837 * emacs-lisp/cl-lib.el (cl-values, cl-values-list): Fix up last change.
12838
12839 2012-06-04 Chong Yidong <cyd@gnu.org>
12840
12841 * image.el (imagemagick-types-inhibit): Revert last change.
12842 Add INFO and M.
12843 (imagemagick-enabled-types): Remove CIN and EPS*.
12844
12845 2012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
12846
12847 * emacs-lisp/cl-lib.el: Rename from cl.el.
12848 * emacs-lisp/cl.el: New compatibility file.
12849 * emacs-lisp/cl-lib.el, emacs-lisp/cl-seq.el, emacs-lisp/cl-macs.el:
12850 * emacs-lisp/cl-extra.el: Rename all top-level functions and variables
12851 to obey the "cl-" prefix.
12852 * emacs-lisp/macroexp.el (macroexpand-all-1): Adjust to new name.
12853
12854 2012-06-03 Glenn Morris <rgm@gnu.org>
12855
12856 * emacs-lisp/authors.el (authors-aliases): Addition.
12857
12858 * cus-start.el (tool-bar-style, tool-bar-max-label-size):
12859 Fix :version.
12860
12861 2012-06-03 Stefan Merten <smerten@oekonux.de>
12862
12863 * textmodes/rst.el: Add comments.
12864 (rst-transition, rst-adornment): New faces.
12865 (rst-adornment-faces-alist): Make default safe to reevaluate.
12866 Fixes
12867 http://sourceforge.net/tracker/?func=detail&atid=422030&aid=3479603&group_id=38414.
12868 Improve customization tags.
12869 (rst-define-level-faces): Clarify meaning.
12870
12871 2012-06-03 Chong Yidong <cyd@gnu.org>
12872
12873 * progmodes/compile.el (compilation-mode-line-fail)
12874 (compilation-mode-line-run, compilation-mode-line-exit):
12875 New faces.
12876 (compilation-start, compilation-handle-exit): Use them (Bug#11032).
12877
12878 2012-06-03 Jack Duthen <duthen.mac.01@gmail.com> (tiny change)
12879
12880 * progmodes/which-func.el (which-func-update-ediff-windows):
12881 New function. Use it in ediff-select-hook (Bug#11478).
12882
12883 2012-06-03 Chong Yidong <cyd@gnu.org>
12884
12885 * bindings.el: Remove explicit help text from format-mode-line.
12886 It is now supplied by mode-line-default-help-echo.
12887 (mode-line-front-space, mode-line-end-spaces)
12888 (mode-line-misc-info): New variables.
12889 (mode-line-modes, mode-line-position): Move the default value to
12890 the variable definition.
12891 (mode-line-default-help-echo): New defcustom.
12892 (mode-line-mule-info-help-echo, mode-line-read-only-help-echo)
12893 (mode-line-modified-help-echo): New functions.
12894 (mode-line-mule-info, mode-line-modified): Use them.
12895 (mode-line-eol-desc, propertized-buffer-identification):
12896 Consistency fixes for help text.
12897 (mode-line-coding-system-map): Allow using mouse-3 to invoke
12898 set-buffer-file-coding-system (Bug#289).
12899 (mode-line-mule-info-help-echo): Update help text.
12900
12901 2012-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
12902
12903 * simple.el (execute-extended-command): Set real-this-command
12904 (bug#11506).
12905
12906 2012-06-02 Chong Yidong <cyd@gnu.org>
12907
12908 Remove incorrect uses of "modeline" in comments, docstrings, and
12909 function/variable names (Bug#10329).
12910
12911 * cus-edit.el (mode-line):
12912 * dframe.el (dframe-mouse-hscroll):
12913 * emacs-lisp/re-builder.el:
12914 * emacs-lisp/easy-mmode.el (define-minor-mode):
12915 * frame.el (set-frame-name):
12916 * help.el (lookup-minor-mode-from-indicator):
12917 * net/rcirc.el (rcirc-activity-string, rcirc-short-buffer-name):
12918 * progmodes/cc-cmds.el (c-toggle-auto-newline)
12919 (c-toggle-hungry-state):
12920 * progmodes/antlr-mode.el (antlr-language-alist):
12921 * progmodes/idlw-shell.el (idlwave-shell-electric-stop-line-face):
12922 * progmodes/vhdl-mode.el (vhdl-mode):
12923 * progmodes/which-func.el (which-func, which-func-cleanup-function):
12924 * term/ns-win.el (ns-face-at-pos):
12925 * term/sup-mouse.el (sup-mouse-report):
12926 * textmodes/flyspell.el (flyspell-mode-line-string):
12927 * textmodes/ispell.el (ispell-highlight-face):
12928 * textmodes/reftex-global.el:
12929 * vc/vc-arch.el (vc-arch-mode-line-string):
12930 * vc/vc-cvs.el (vc-cvs-mode-line-string):
12931 * vc/vc-git.el (vc-git-mode-line-string):
12932 * vc/vc-hooks.el (vc-display-status)
12933 (vc-default-mode-line-string):
12934 * vc/vc-mtn.el (vc-mtn-mode-line-string): Doc fixes.
12935
12936 * ansi-color.el (ansi-color-faces-vector): Change default faces.
12937
12938 * dired.el (dired-sort-set-mode-line): Rename from
12939 dired-sort-set-modeline. All callers changed.
12940
12941 * eshell/esh-mode.el (eshell-status-in-mode-line): Rename from
12942 eshell-status-in-modeline.
12943
12944 * foldout.el (foldout-mode-line-string): Rename from
12945 foldout-modeline-string. All callers changed.
12946 (foldout-update-mode-line): Rename from foldout-update-modeline.
12947
12948 * subr.el (redraw-modeline): Make into obsolete alias.
12949
12950 * calendar/timeclock.el (timeclock-mode-line-display): Rename from
12951 timeclock-modeline-display. Make old name an alias.
12952 (timeclock-update-mode-line): Likewise. All callers changed.
12953 (timeclock-mode-line-display): No need to check before using
12954 add-hook.
12955 (timeclock-relative, timeclock-day-over-hook)
12956 (timeclock-use-elapsed, timeclock-mode-string)
12957 (timeclock-mode-line-display): Doc fix, "modeline" -> "mode line".
12958
12959 * emulation/crisp.el (crisp-mode-mode-line-string): Rename from
12960 crisp-mode-modeline-string.
12961
12962 * play/solitaire.el (solitaire-build-mode-line): Rename from
12963 solitaire-build-modeline. All callers changed.
12964
12965 * play/zone.el (zone-hiding-mode-line): Rename from
12966 zone-hiding-modeline. All callers changed.
12967 (zone): Remove unusued `modeline-hidden-level' property.
12968
12969 * progmodes/xscheme.el (xscheme-mode-line-initialize): Rename from
12970 xscheme-modeline-initialize. All callers changed.
12971
12972 * strokes.el (strokes-lighter): Rename from
12973 strokes-modeline-string.
12974
12975 * textmodes/sgml-mode.el (html-face-tag-alist)
12976 (html-tag-face-alist): Use mode-line face instead of obsolete
12977 alias modeline.
12978
12979 2012-06-02 Stefan Merten <smerten@oekonux.de>
12980
12981 * textmodes/rst.el: Always require `cl'.
12982 (rst-mode-map): Fix meaning of C-M-a / C-M-e.
12983
12984 2012-06-02 Chong Yidong <cyd@gnu.org>
12985
12986 * image.el (imagemagick-enabled-types): Rename from
12987 imagemagick-types-enable. Add many more types.
12988 (imagemagick-types-inhibit): Change default to nil.
12989 (imagemagick-filter-types): Caller changed.
12990
12991 2012-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
12992
12993 * emacs-lisp/cl-macs.el: Use backquotes.
12994 (cl-transform-function-property): Use eval-and-compile rather than
12995 abusing `require'.
12996 (defstruct): Use declare-function instead of with-no-warnings.
12997
12998 * emacs-lisp/bytecomp.el: Fix last change (bug#11594).
12999 (byte-compile-output-docform): Re-add the print-circle bindings.
13000 (byte-compile-fix-header): Use #$ just because it's shorter.
13001 (byte-compile-output-file-form): Remove defun/defmacro.
13002
13003 2012-06-01 Martin Rudalics <rudalics@gmx.at>
13004
13005 * simple.el (choose-completion): Remove now obsolete binding for
13006 owindow.
13007
13008 2012-06-01 Michael Albinus <michael.albinus@gmx.de>
13009
13010 * net/tramp.el (tramp-check-for-regexp): Search from buffer end,
13011 in order to avoid "Stack overflow in regexp matcher".
13012
13013 2012-05-31 Glenn Morris <rgm@gnu.org>
13014
13015 * image.el: For clarity, call imagemagick-register-types at
13016 top-level, rather than relying on a custom :initialize.
13017 (imagemagick-types-enable): New option. (Bug#11557)
13018 (imagemagick-filter-types): New function. (Bug#7406)
13019 (imagemagick-register-types): Use imagemagick-filter-types.
13020 If disabling support, remove elements altogether rather
13021 than using an impossible regexp.
13022 (imagemagick-types-inhibit): Give it the default init function.
13023
13024 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
13025
13026 * emacs-lisp/bytecomp.el (byte-compile-fix-header):
13027 Handle arbitrary file name lengths (Bug#11585).
13028
13029 2012-05-31 Martin Rudalics <rudalics@gmx.at>
13030
13031 * desktop.el (desktop-read): Clear previous and next buffers for
13032 all windows and bury *Messages* buffer (bug#11556).
13033
13034 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
13035
13036 Add `declare' for `defun'. Align `defmacro's with it.
13037 * emacs-lisp/easy-mmode.el (define-minor-mode)
13038 (define-globalized-minor-mode): Don't autoload the var definitions.
13039 * emacs-lisp/byte-run.el: Use lexical-binding.
13040 (defun-declarations-alist, macro-declarations-alist): New vars.
13041 (defmacro, defun): Use them.
13042 (make-obsolete, define-obsolete-function-alias)
13043 (make-obsolete-variable, define-obsolete-variable-alias):
13044 Use `declare'.
13045 (macro-declaration-function): Mark obsolete.
13046 * emacs-lisp/autoload.el: Use lexical-binding.
13047 (make-autoload): Add `expansion' arg. Rely more on macro expansion.
13048
13049 2012-05-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
13050
13051 * textmodes/ispell.el (ispell-with-no-warnings):
13052 Define as a macro.
13053 (ispell-kill-ispell, ispell-change-dictionary):
13054 Use `called-interactively-p' for Emacs instead of obsolete
13055 `interactive-p'.
13056
13057 2012-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
13058
13059 * emacs-lisp/byte-run.el (defmacro, defun): Move from C.
13060 (macro-declaration-function): Move var from C code.
13061 (macro-declaration-function): Define function with defalias.
13062 * emacs-lisp/macroexp.el (macroexpand-all-1):
13063 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
13064 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't handle
13065 defun/defmacro any more.
13066 * emacs-lisp/bytecomp.el (byte-compile-arglist-signature):
13067 Provide fallback for unknown arglist.
13068 (byte-compile-arglist-warn): Change calling convention.
13069 (byte-compile-output-file-form): Move print-vars binding.
13070 (byte-compile-output-docform): Simplify accordingly.
13071 (byte-compile-file-form-defun, byte-compile-file-form-defmacro)
13072 (byte-compile-defmacro-declaration): Remove.
13073 (byte-compile-file-form-defmumble): Generalize to defalias.
13074 (byte-compile-output-as-comment): Return byte-positions.
13075 Simplify callers accordingly.
13076 (byte-compile-lambda): Use `assert'.
13077 (byte-compile-defun, byte-compile-defmacro): Remove.
13078 (byte-compile-file-form-defalias):
13079 Use byte-compile-file-form-defmumble.
13080 (byte-compile-defalias-warn): Remove.
13081
13082 2012-05-29 Stefan Merten <smerten@oekonux.de>
13083
13084 * textmodes/rst.el: Silence `checkdoc-ispell' errors where
13085 possible. Fix authors. Improve comments. Improve loading of `cl'.
13086
13087 (rst-mode-abbrev-table): Merge definition.
13088 (rst-mode): Make sure `font-lock-defaults' is buffer local.
13089 (rst-define-key, rst-deprecated-keys, rst-call-deprecated): Refactor.
13090
13091 2012-05-29 Ulf Jasper <ulf.jasper@web.de>
13092
13093 * calendar/icalendar.el
13094 (icalendar-export-region): Export UID properly.
13095
13096 2012-05-29 Leo Liu <sdl.web@gmail.com>
13097 * calendar/icalendar.el (icalendar-import-format):
13098 Add `icalendar-import-format-uid' (Bug#11525).
13099 (icalendar-import-format-uid): New.
13100 (icalendar--parse-summary-and-rest, icalendar--format-ical-event):
13101 Export UID.
13102
13103 2012-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
13104
13105 * emacs-lisp/pcase.el (pcase--expand): Accept different sets of vars in
13106 different alternative patterns.
13107 (pcase-codegen): Be more careful to preserve identity.
13108 (pcase--u1): Don't forget to mark vars as used.
13109
13110 * emacs-lisp/bytecomp.el (byte-compile-constp): Treat #'v as a constant.
13111 (byte-compile-close-variables): Bind byte-compile--outbuffer here...
13112 (byte-compile-from-buffer): ...rather than here.
13113
13114 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Don't re-preprocess
13115 functions from byte-compile-function-environment.
13116
13117 2012-05-29 Troels Nielsen <bn.troels@gmail.com>
13118
13119 * window.el (window-deletable-p): Avoid deleting the root window
13120 of a frame with an active minibuffer.
13121
13122 2012-05-29 Martin Rudalics <rudalics@gmx.at>
13123
13124 * simple.el (choose-completion): Use quit-window (Bug#11567).
13125
13126 2012-05-29 Chong Yidong <cyd@gnu.org>
13127
13128 * whitespace.el (whitespace-cleanup): Fix usage of
13129 whitespace-empty-at-bob-regexp (Bug#11492).
13130
13131 2012-05-29 Aaron S. Hawley <aaron.s.hawley@gmail.com>
13132
13133 * vc/vc.el (vc-revert, vc-rollback): Dont kill vc-diff buffer on
13134 revert (Bug#11488).
13135
13136 2012-05-29 Juri Linkov <juri@jurta.org>
13137
13138 * isearch.el (isearch-mode-map): Bind `M-s _' to
13139 `isearch-toggle-symbol'. Bind `M-s c' to
13140 `isearch-toggle-case-fold'.
13141 (search-map): Bind `M-s _' to `isearch-forward-symbol'.
13142 (isearch-forward): Add `M-s _' to the docstring.
13143 (isearch-forward-symbol, isearch-toggle-case-fold)
13144 (isearch-symbol-regexp): New functions. (Bug#11381)
13145
13146 2012-05-29 Juri Linkov <juri@jurta.org>
13147
13148 * isearch.el (isearch-word): Add docstring. (Bug#11381)
13149 (isearch-occur, isearch-search-and-update): If `isearch-word' is
13150 a function, call it to get the regexp.
13151 (isearch-message-prefix): If `isearch-word' holds a symbol, use its
13152 property `isearch-message-prefix' instead of the string "word ".
13153 (isearch-search-fun-default): For the case of `isearch-word',
13154 return a lambda that calls re-search-forward/re-search-backward
13155 with a regexp returned by `word-search-regexp' or by the function
13156 in `isearch-word'.
13157
13158 2012-05-29 Juri Linkov <juri@jurta.org>
13159
13160 * isearch.el (isearch-search-fun-default): New function.
13161 (isearch-search-fun): Move default part to the new function
13162 `isearch-search-fun-default'.
13163 (isearch-search-fun-function): Set the default value to
13164 `isearch-search-fun-default'. (Bug#11381)
13165
13166 * comint.el (comint-history-isearch-end):
13167 Use `isearch-search-fun-default'.
13168 (comint-history-isearch-search): Use `isearch-search-fun-default'
13169 and remove spacial case for `isearch-word'.
13170 (comint-history-isearch-wrap): Remove spacial case for
13171 `isearch-word'.
13172
13173 * hexl.el (hexl-isearch-search-function):
13174 Use `isearch-search-fun-default'.
13175
13176 * info.el (Info-isearch-search): Use `isearch-search-fun-default'.
13177 Use `word-search-regexp' for `isearch-word'.
13178
13179 * misearch.el (multi-isearch-search-fun):
13180 Use `isearch-search-fun-default'.
13181
13182 * simple.el (minibuffer-history-isearch-search):
13183 Use `isearch-search-fun-default' and remove spacial case for
13184 `isearch-word'.
13185 (minibuffer-history-isearch-wrap): Remove spacial case for
13186 `isearch-word'.
13187
13188 * textmodes/reftex-global.el (reftex-isearch-wrap-function):
13189 Remove spacial case for `isearch-word'.
13190 (reftex-isearch-isearch-search): Use `isearch-search-fun-default'.
13191
13192 2012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
13193
13194 Decrease XEmacs incompatibilities.
13195 * textmodes/flyspell.el (flyspell-check-pre-word-p):
13196 Use `string-match'.
13197 (flyspell-delete-region-overlays): Use alternative definition for
13198 XEmacs.
13199 (flyspell-delete-all-overlays): Use `flyspell-delete-region-overlays'.
13200 (flyspell-word): Use `process-kill-without-query' if XEmacs.
13201 (flyspell-mode-on): Use `interactive-p' if XEmacs.
13202 (flyspell-incorrect-face, flyspell-duplicate-face): Do not use
13203 `define-obsolete-face-alias' under XEmacs, but old method.
13204
13205 * textmodes/ispell.el (ispell-with-no-warnings): XEmacs alternative
13206 `with-no-warnings' definition or Emacs alias.
13207 (ispell-command-loop, ispell-message): Use `ispell-with-no-warnings'.
13208 (ispell-word): Do not use `region-p' if XEmacs.
13209
13210 2012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
13211
13212 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
13213 Check for `ispell-dictionary-base-alist' instead of full
13214 `ispell-dictionary-alist'.
13215 (ispell-init-process): Show spellchecker when starting new Ispell
13216 process.
13217
13218 2012-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
13219
13220 * progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
13221 http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
13222
13223 2012-05-27 Juanma Barranquero <lekktu@gmail.com>
13224
13225 * version.el (motif-version-string, gtk-version-string)
13226 (ns-version-string): Declare.
13227
13228 2012-05-27 Juri Linkov <juri@jurta.org>
13229
13230 * emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
13231 after the `eval-defun-1' specialcaseing
13232 like in `edebug-eval-defun' (bug#10181).
13233
13234 * emacs-lisp/edebug.el (edebug-eval-defun): Set `face-documentation'
13235 like in `eval-defun-1'.
13236
13237 2012-05-27 Eli Zaretskii <eliz@gnu.org>
13238
13239 * mail/sendmail.el (mail-yank-region):
13240 Recognize rmail-yank-current-message in addition to insert-buffer.
13241 Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
13242 a *mail* buffer created through rmail-start-mail with sendmail as
13243 mail-user-agent.
13244
13245 2012-05-27 Chong Yidong <cyd@gnu.org>
13246
13247 * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
13248 Default to 256 (Bug#11267).
13249
13250 * help.el (describe-mode): Doc fix.
13251
13252 2012-05-26 Glenn Morris <rgm@gnu.org>
13253
13254 * w32-fns.el (w32-init-info): Remove.
13255 * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
13256
13257 * info.el (info-initialize): For self-contained NS builds, put the
13258 included info/ directory at the front. (Bug#2791)
13259
13260 * paths.el (Info-default-directory-list): Make it a defcustom,
13261 mainly so that we can use custom-initialize-delay.
13262
13263 2012-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
13264
13265 * subr.el (buffer-has-markers-at): Mark obsolete.
13266
13267 * subr.el (lambda): Use declare.
13268
13269 * emacs-lisp/lisp-mode.el (lambda):
13270 * emacs-lisp/edebug.el (lambda): Move properties to its definition.
13271
13272 2012-05-26 Aaron S. Hawley <aaron.s.hawley@gmail.com>
13273
13274 * thingatpt.el (forward-same-syntax): Handle no ARG case. (Bug#11560)
13275
13276 2012-05-26 Glenn Morris <rgm@gnu.org>
13277
13278 * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
13279
13280 2012-05-25 Glenn Morris <rgm@gnu.org>
13281
13282 * paths.el: Remove no-byte-compile.
13283 * loadup.el: No need to load paths.el uncompiled.
13284
13285 * image.el (imagemagick-types-inhibit): Doc fix.
13286
13287 * version.el: Remove no-byte-compile and associated formatting.
13288 * loadup.el: No need to load version.el uncompiled. AFAICS, this
13289 is ancient code from when there was an "inc-vers.el".
13290
13291 2012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
13292
13293 * progmodes/gdb-mi.el: Minor style changes.
13294 (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
13295 Turn into minor modes.
13296 (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
13297 (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
13298 (gdb-shell): Remove unneeded let-binding.
13299 (gdb-get-many-fields): Eliminate O(n²) behavior.
13300
13301 2012-05-25 Eli Zaretskii <eliz@gnu.org>
13302
13303 * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
13304 platforms that don't link in fontset.c.
13305
13306 2012-05-25 Juri Linkov <juri@jurta.org>
13307
13308 Use the same diff color scheme as in modern VCSes (bug#10181).
13309
13310 * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
13311 to avoid confusion with `diff-added' that now uses green colors.
13312 (diff-removed): Use shades of red.
13313 (diff-added): Use shades of green.
13314 (diff-changed): Leave just the yellow color.
13315 (diff-use-changed-face): New variable.
13316 (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
13317 how to highlight context diff changes.
13318 (diff-refine-change): Use shades of yellow.
13319 (diff-refine-removed): New face that uses shades of red.
13320 (diff-refine-added): New face that uses shades of green.
13321 (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
13322 `diff-refine-removed' in the call to `smerge-refine-subst'
13323 depending on the value of `diff-use-changed-face'.
13324
13325 * vc/smerge-mode.el (smerge-mine): Use shades of red.
13326 (smerge-other): Use shades of green.
13327 (smerge-base): Use shades of yellow.
13328 (smerge-refined-change): Empty face.
13329 (smerge-refined-removed): New face that uses shades of red.
13330 (smerge-refined-added): New face that uses shades of green.
13331 (smerge-refine-subst): Rename arg `props' to `props-c'. Add new
13332 args `props-r' and `props-a', and use them. Doc fix.
13333 (smerge-refine): Evaluate `smerge-use-changed-face' and depending
13334 on its value use different faces `smerge-refined-change',
13335 `smerge-refined-removed', `smerge-refined-added' in the call to
13336 `smerge-refine-subst'.
13337
13338 * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
13339 Add face condition `min-colors 88' with shades of red.
13340 (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
13341 `min-colors 88' with shades of green.
13342 (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
13343 `min-colors 88' with shades of yellow.
13344
13345 2012-05-24 Glenn Morris <rgm@gnu.org>
13346
13347 * paths.el (prune-directory-list, remote-shell-program): Move to...
13348 * files.el (prune-directory-list, remote-shell-program): ...here.
13349 For the latter, delay initialization, prefer ssh, just search PATH.
13350
13351 * paths.el (term-file-prefix): Move to faces.el (the only user).
13352 * faces.el (term-file-prefix): Move here, make it a defcustom.
13353
13354 * paths.el (news-directory, news-path, news-inews-program):
13355 Move to gnus/nnspool.el.
13356
13357 * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
13358
13359 * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
13360 * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
13361 Make the latter a defcustom, with a delayed initialization.
13362
13363 * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
13364 These were deleted from Gnus itself late 2010.
13365
13366 2012-05-22 Juanma Barranquero <lekktu@gmail.com>
13367
13368 * progmodes/which-func.el (which-func-ff-hook):
13369 Check against user-error, not error.
13370
13371 * emacs-lisp/edebug.el (top): Do not load or set up loading of
13372 cl-specs.el, which no longer exists.
13373
13374 2012-05-22 Glenn Morris <rgm@gnu.org>
13375
13376 * info.el (info-emacs-bug): New command.
13377 * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
13378 * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
13379
13380 2012-05-21 Glenn Morris <rgm@gnu.org>
13381
13382 * makefile.w32-in (update-subdirs-SH):
13383 * Makefile.in (update-subdirs): Update for moved update-subdirs.
13384
13385 2012-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
13386
13387 * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
13388
13389 * progmodes/compile.el (compilation-error-regexp-alist-alist):
13390 Simplify Maven regexp, and make sure the file can't start with a space
13391 (bug#11517).
13392
13393 2012-05-21 Glenn Morris <rgm@gnu.org>
13394
13395 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
13396 Scrap superfluous subshells.
13397
13398 2012-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
13399
13400 * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
13401 (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
13402
13403 2012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
13404
13405 * calc/calc.el (calc-ensure-consistent-units): New variable.
13406
13407 * calc/calc-units.el (math-consistent-units-p)
13408 (math-check-unit-consistency): New functions.
13409 (calc-quick-units, calc-convert-units):
13410 Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
13411 is non-nil.
13412 (calc-extract-units): Fix typo.
13413
13414 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
13415
13416 * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
13417
13418 * textmodes/flyspell.el: Commenting style, plus code simplifications.
13419 (flyspell-default-deplacement-commands): Don't spell check after
13420 repeated window/frame switches (e.g. triggered by mouse-movement).
13421 (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
13422 (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
13423 (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
13424 (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
13425 Remove unused vars.
13426 (flyspell-get-casechars, flyspell-get-not-casechars):
13427 Simplify; Don't bother removing a ] just to add it back.
13428 * textmodes/ispell.el (ispell-program-name): Use executable-find.
13429
13430 2012-05-18 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
13431
13432 * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
13433 New functions.
13434 (math-function-table): Add support for more C functions.
13435
13436 2012-05-18 Agustín Martín Domingo <agustin.martin@hispalinux.es>
13437
13438 * textmodes/flyspell.el (flyspell-check-pre-word-p)
13439 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
13440 Protect delay handling for otherchars against empty otherchars.
13441
13442 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
13443
13444 * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
13445 their respective macro declarations.
13446 * skeleton.el (define-skeleton):
13447 * progmodes/compile.el (define-compilation-mode):
13448 * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
13449 (define-ibuffer-filter):
13450 * emacs-lisp/generic.el (define-generic-mode):
13451 * emacs-lisp/easy-mmode.el (define-minor-mode)
13452 (define-globalized-minor-mode):
13453 * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
13454 * emacs-lisp/byte-run.el (defsubst):
13455 * custom.el (deftheme): Add doc-string metadata.
13456
13457 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
13458
13459 * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
13460
13461 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
13462
13463 * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
13464
13465 * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
13466 * emacs-lisp/cl-macs.el: Idem.
13467 * emacs-lisp/cl-specs.el: Remove.
13468
13469 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
13470
13471 Minor renaming of internal CL functions and variables.
13472 * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
13473 (cl--position): Rename from cl-position.
13474 (cl--delete-duplicates): Rename from cl-delete-duplicates.
13475 * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
13476 (cl--random-state): Rename from *random-state*.
13477
13478 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
13479
13480 * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
13481 parens around the arg list (bug#11499).
13482
13483 2012-05-17 Juri Linkov <juri@jurta.org>
13484
13485 * isearch.el (word-search-regexp, word-search-backward)
13486 (word-search-forward, word-search-backward-lax)
13487 (word-search-forward-lax): Move functions from search.c
13488 (bug#10145, bug#11381).
13489
13490 2012-05-16 Agustín Martín Domingo <agustin.martin@hispalinux.es>
13491
13492 * textmodes/flyspell.el (flyspell-check-pre-word-p)
13493 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
13494 Delay for otherchars as for normal word components.
13495
13496 2012-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
13497
13498 * minibuffer.el (completion--sifn-requote): Fix last change.
13499 (minibuffer-local-must-match-filename-map):
13500 Move define-obsolete-variable-alias before its var.
13501
13502 2012-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
13503
13504 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
13505
13506 * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
13507 behavior.
13508 (completion--string-equal-p): New function.
13509 (completion--twq-all): Use it to get better assertion failure data.
13510
13511 Only handle ".." and '..' quoting in shell-mode (bug#11466).
13512 * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
13513 (shell--requote-argument): New functions.
13514 (shell-completion-vars): Use them.
13515 (shell--parse-pcomplete-arguments): Rename from
13516 shell-parse-pcomplete-arguments.
13517 * comint.el (comint-word): Obey comint-file-name-quote-list. Simplify.
13518 (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
13519 Obey comint-file-name-quote-list.
13520
13521 * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
13522 (smie-indent-keyword): Use it.
13523
13524 2012-05-14 Stefan Merten <smerten@oekonux.de>
13525
13526 * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
13527
13528 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
13529
13530 * net/rlogin.el (rlogin-mode-map): Fix last change.
13531
13532 2012-05-14 Jason L. Wright <jason.wright@inl.gov> (tiny change)
13533
13534 * mail/smtpmail.el (smtpmail-send-command): Send the command and
13535 the following \r\n using a single `process-send-string', since the
13536 Lotus SMTP server refuses to accept any commands if they are sent
13537 with two `process-send-string's (Bug#11444).
13538
13539 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
13540
13541 * shell.el (shell-parse-pcomplete-arguments):
13542 Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
13543
13544 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
13545
13546 * image-mode.el: Fit to width/height for rotated images (Bug#11431).
13547 (image-transform-scale, image-transform-right-angle-fudge): New vars.
13548 (image-transform-width, image-transform-fit-width): New functions.
13549 (image-transform-properties): Use them.
13550 (image-transform-check-size): New function.
13551 (image-toggle-display-image): Use it (for testing).
13552 (image-transform-set-rotation): Reduce angle mod 360.
13553 Delete obsolete comment.
13554
13555 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
13556
13557 * image-mode.el: Fix scaling (bug#11399).
13558 (image-transform-resize): Doc fix.
13559 (image-transform-properties): Default scale is 1 and height should
13560 be an integer.
13561
13562 2012-05-13 Johan Bockgård <bojohan@gnu.org>
13563
13564 * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
13565 than hard-coding `car', to fix misbehavior when moving forward.
13566
13567 2012-05-13 Chong Yidong <cyd@gnu.org>
13568
13569 * emacs-lisp/tabulated-list.el (tabulated-list-format)
13570 (tabulated-list-entries, tabulated-list-padding)
13571 (tabulated-list-sort-key): Make permanent-local.
13572
13573 * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
13574 (electric-buffer-list): Put electric buffer menu
13575 command descriptions in this docstring, instead of the docstring
13576 of electric-buffer-menu-mode. Code cleanups.
13577 (electric-buffer-menu-mode): Use define-derived-mode. Rename from
13578 Electric-buffer-menu-mode.
13579 (electric-buffer-update-highlight): Minor code cleanup.
13580
13581 2012-05-13 Michael Albinus <michael.albinus@gmx.de>
13582
13583 * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
13584 (Bug#11447)
13585
13586 2012-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
13587
13588 Move define-obsolete-variable-alias before the var's definition.
13589 * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
13590 * tooltip.el (tooltip-hook):
13591 * textmodes/reftex-toc.el (reftex-toc-map):
13592 * textmodes/reftex-sel.el (reftex-select-label-map)
13593 (reftex-select-bib-map):
13594 * textmodes/reftex-index.el (reftex-index-map)
13595 (reftex-index-phrases-map):
13596 * speedbar.el (speedbar-syntax-table, speedbar-key-map):
13597 * progmodes/meta-mode.el (meta-mode-map):
13598 * novice.el (disabled-command-hook):
13599 * loadhist.el (unload-hook-features-list):
13600 * frame.el (blink-cursor):
13601 * files.el (find-file-not-found-hooks, write-file-hooks)
13602 (write-contents-hooks):
13603 * emulation/tpu-edt.el (GOLD-map):
13604 * emacs-lock.el (emacs-lock-from-exiting):
13605 * emacs-lisp/generic.el (generic-font-lock-defaults):
13606 * emacs-lisp/chart.el (chart-map):
13607 * dos-fns.el (register-name-alist):
13608 * dired-x.el (dired-omit-files-p):
13609 * desktop.el (desktop-enable):
13610 * cus-edit.el (custom-mode-hook):
13611 * buff-menu.el (buffer-menu-mode-hook):
13612 * bookmark.el (bookmark-read-annotation-text-func)
13613 (bookmark-exit-hooks):
13614 * allout.el (allout-mode-deactivate-hook)
13615 (allout-exposure-change-hook, allout-structure-added-hook)
13616 (allout-structure-deleted-hook, allout-structure-shifted-hook):
13617 * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
13618 (dirtrack-debug): Move call to define-obsolete-variable-alias so it
13619 comes before the corresponding variable's definition.
13620
13621 2012-05-12 Chong Yidong <cyd@gnu.org>
13622
13623 * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
13624 (Buffer-menu-mouse-select): Restore function (Bug#11459).
13625 (Buffer-menu-mode-map): Bind it.
13626 (Buffer-menu--pretty-name): Add a mouse-face property.
13627
13628 2012-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
13629
13630 * progmodes/prolog.el: Use SMIE. Cleanup regexp setup.
13631 (prolog-upper-case-string, prolog-lower-case-string)
13632 (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
13633 (prolog-use-smie, prolog-smie-grammar): New vars.
13634 (prolog-smie-forward-token, prolog-smie-backward-token)
13635 (prolog-smie-rules): New funs.
13636 (prolog-comment-indent): Remove.
13637 (prolog-mode-variables): Use default comment indentation instead.
13638 Setup SMIE.
13639 (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
13640 (prolog-mode): Don't call them any more.
13641 (prolog-electric-colon, prolog-electric-dash)
13642 (prolog-edit-menu-insert-move): Use indent-according-to-mode.
13643
13644 * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
13645
13646 * minibuffer.el (completion--twq-all): Again, allow case differences.
13647
13648 * term.el: Move keymap initialization code to be more idiomatic.
13649 (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
13650 (term-terminal-menu): Move initialization into declaration.
13651 (term-escape-char): Let the user set it in her .emacs.
13652
13653 * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
13654 Provide SMIE-based indentation (not enabled by default yet).
13655 (sh-mode-map): Don't bind electric keys.
13656 Use electric-pair-mode instead of skeleton-pair.
13657 (sh-assignment-regexp): Fit within 80 columns.
13658 (sh-indent-supported): Specify actual shell name instead of boolean.
13659 (sh--maybe-here-document): New fun, from sh-maybe-here-document.
13660 (sh-maybe-here-document): Use it. Make obsolete.
13661 (sh-electric-here-document-mode) New minor mode.
13662 (sh-mode): Use it. Don't set sh-indent-supported-here here.
13663 (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
13664 (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
13665 (sh-smie-rc-grammar, sh-use-smie): New vars.
13666 (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
13667 (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
13668 (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
13669 (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
13670 (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
13671 (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
13672 (sh-set-shell): Use smie-setup if requested.
13673
13674 * term.el (term-set-escape-char): Properly set term-escape-char.
13675 See http://stackoverflow.com/questions/10524656.
13676
13677 2012-05-10 Chong Yidong <cyd@gnu.org>
13678
13679 * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
13680 Use url-generic-parse-url, and handle host names and Windows
13681 filenames properly.
13682 (ffap-url-unwrap-remote): Use url-generic-parse-url.
13683 (ffap-url-unwrap-remote): Accept list values, specifying a list of
13684 URL schemes to work on.
13685 (ffap--toggle-read-only): New function.
13686 (ffap-read-only, ffap-read-only-other-window)
13687 (ffap-read-only-other-frame): Use it.
13688 (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
13689 necessary for ffap-url-unwrap-remote.
13690
13691 2012-05-10 Dave Abrahams <dave@boostpro.com>
13692
13693 * cus-start.el (create-lockfiles): Add it.
13694
13695 2012-05-09 Chong Yidong <cyd@gnu.org>
13696
13697 * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
13698 (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
13699
13700 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
13701
13702 * shell.el (shell-completion-vars): Fix last change (bug#11348).
13703
13704 2012-05-09 Chong Yidong <cyd@gnu.org>
13705
13706 * ansi-color.el (ansi-color-process-output): Check for validity of
13707 comint-last-output-start before using it. This avoids a bad
13708 interaction with gdb-mi's input/output buffer.
13709
13710 2012-05-09 Glenn Morris <rgm@gnu.org>
13711
13712 * files.el (dir-locals-read-from-file):
13713 Mention dir-locals in any error message.
13714
13715 2012-05-09 Chong Yidong <cyd@gnu.org>
13716
13717 * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
13718 package (Bug#11410).
13719
13720 * emacs-lisp/package.el (package-buffer-info): Avoid putting local
13721 variables into description.
13722
13723 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
13724
13725 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
13726 shell-delimiter-argument-list (bug#11348).
13727 (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
13728
13729 2012-05-09 Juanma Barranquero <lekktu@gmail.com>
13730
13731 * textmodes/rst.el: Silence byte-compiler warnings.
13732 (rst-re-alist, rst-reset-section-caches): Move around.
13733 (rst-re): Use `characterp', not `char-valid-p'.
13734 (font-lock-beg, font-lock-end): Declare.
13735
13736 * progmodes/idlw-shell.el (specs): Remove reference to deleted
13737 variable `idlwave-shell-activate-alt-keybindings' and simplify.
13738
13739 * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
13740
13741 2012-05-08 Glenn Morris <rgm@gnu.org>
13742
13743 * files.el (auto-mode-alist): Treat ".make" like ".mk".
13744
13745 2012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
13746
13747 * vc/log-edit.el: Add GNU coding standards highlighting.
13748 (log-edit-font-lock-gnu-style)
13749 (log-edit-font-lock-gnu-keywords): New vars.
13750 (log-edit-font-lock-keywords): New fun.
13751 (log-edit-mode): Don't fold case in font-lock.
13752 (log-edit-font-lock-keywords): Do not assume case-folding.
13753
13754 * imenu.el: Misc cleanup. Make docstrings out of comments.
13755 Use lexical-binding.
13756 (imenu--index-alist, imenu--last-menubar-index-alist)
13757 (imenu-menubar-modified-tick): Use defvar-local.
13758 (imenu--split-menu): Remove unused var.
13759 (imenu--cleanup-seen): Declare as global.
13760 (imenu--cleanup): Use dolist.
13761
13762 * subr.el (defvar-local): Add debug spec and doc-string position.
13763
13764 2012-05-08 Glenn Morris <rgm@gnu.org>
13765
13766 * language/burmese.el, language/cham.el, language/czech.el:
13767 * language/english.el, language/georgian.el, language/greek.el:
13768 * language/japanese.el, language/khmer.el, language/korean.el:
13769 * language/lao.el, language/misc-lang.el, language/romanian.el:
13770 * language/sinhala.el, language/slovak.el, language/tai-viet.el:
13771 * language/thai.el, language/utf-8-lang.el:
13772 Remove no-byte-compile setting.
13773
13774 * play/zone.el (zone-pgm-stress): Don't pollute kill-ring. (Bug#11388)
13775
13776 2012-05-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
13777
13778 * progmodes/make-mode.el (makefile-browse):
13779 Remove unnecessary interactive. (Bug#11324)
13780
13781 2012-05-07 Glenn Morris <rgm@gnu.org>
13782
13783 * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
13784
13785 * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
13786
13787 2012-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
13788
13789 * loadup.el: Preload newcomment.el.
13790 * newcomment.el: Move autoload-only code to toplevel.
13791
13792 * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
13793 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
13794 Handle new :right-align column property.
13795 (tabulated-list-print-col): Idem, plus use `display' text-property to
13796 try and preserve alignment for variable pitch fonts.
13797
13798 2012-05-07 Chong Yidong <cyd@gnu.org>
13799
13800 * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
13801 (tabulated-list-use-header-line): New var.
13802 (tabulated-list-init-header): Use it.
13803 (tabulated-list-print-fake-header): New function.
13804 (tabulated-list-print): Use it.
13805 (tabulated-list-sort-button-map): Add non-header-line commands.
13806 (tabulated-list-init-header): Add column name property to basic
13807 labels as well.
13808 (tabulated-list-col-sort): Handle non-header-line button case.
13809 (tabulated-list--sort-by-column-name): Fix a corner case.
13810
13811 * buff-menu.el (list-buffers--refresh):
13812 Handle Buffer-menu-use-header-line.
13813
13814 2012-05-06 Chong Yidong <cyd@gnu.org>
13815
13816 * buff-menu.el: Convert to Tabulated List mode.
13817 (Buffer-menu-buffer+size-width): Make obsolete.
13818 (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
13819 (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
13820 (Buffer-menu-mode): Derive from tabulated-list-mode. Move command
13821 documentation into docstring of buffer-menu.
13822 (Buffer-menu-toggle-files-only): Add an informative message.
13823 (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
13824 (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
13825 (Buffer-menu-unmark, Buffer-menu-backup-unmark)
13826 (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
13827 (Buffer-menu-execute, Buffer-menu-select)
13828 (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
13829 (Buffer-menu-bury): Use Tabulated List machinery.
13830 (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
13831 (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
13832 Delete.
13833 (list-buffers--refresh): New function.
13834 (list-buffers-noselect): Use it.
13835 (tabulated-list-entry-size->, Buffer-menu--pretty-name)
13836 (Buffer-menu--pretty-file-name): New helper functions.
13837
13838 * loadup.el: Preload tabulated-list.
13839
13840 * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
13841 tabulated-list-sort-column.
13842 (tabulated-list-init-header): Add the initial aligning space even
13843 if tabulated-list-padding is zero.
13844
13845 2012-05-06 Christopher Schmidt <christopher@ch.ristopher.com>
13846
13847 * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
13848 whose cdr is not a cons cell correctly (bug#11038).
13849
13850 2012-05-06 Chong Yidong <cyd@gnu.org>
13851
13852 * emacs-lisp/tabulated-list.el (tabulated-list-format):
13853 Accept additional plist in column descriptors.
13854 (tabulated-list-init-header): Obey it.
13855 (tabulated-list-get-entry): New function.
13856 (tabulated-list-put-tag): Use it. Use string-width instead of
13857 length.
13858 (tabulated-list--column-number): New function.
13859 (tabulated-list-print): Use it.
13860 (tabulated-list-print-col): New function.
13861 Set `tabulated-list-column-name' property on each column's text.
13862 (tabulated-list-print-entry): Use it.
13863 (tabulated-list-delete-entry, tabulated-list-set-col):
13864 New functions.
13865 (tabulated-list-sort-column): New command (Bug#11337).
13866
13867 * buff-menu.el (list-buffers): Move C-x C-b binding from
13868 buff-menu.el to bindings.el.
13869
13870 * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
13871 :advertised-binding feature.
13872
13873 2012-05-06 Troels Nielsen <bn.troels@gmail.com> (tiny change)
13874
13875 * progmodes/compile.el (compilation-internal-error-properties):
13876 Calculate start position correctly when end-col is set but
13877 end-line is not (Bug#11382).
13878
13879 2012-05-06 Wolfgang Jenkner <wjenkner@inode.at>
13880
13881 * man.el (Man-unindent): Use text-property-default-nonsticky to
13882 prevent untabify from inheriting face properties (Bug#11408).
13883
13884 2012-05-05 Stefan Merten <smerten@oekonux.de>
13885
13886 * textmodes/rst.el: Major merge with upstream development up to
13887 Docutils SVN r7399 / rst.el V1.2.1.
13888
13889 Clarify maintainership and authors.
13890
13891 (rst-extract-version, rst-cvs-header, rst-cvs-rev)
13892 (rst-cvs-timestamp, rst-svn-rev, rst-svn-timestamp)
13893 (rst-official-version, rst-official-cvs-rev, rst-version)
13894 (rst-package-emacs-version-alist): New functions and variables
13895 for version information.
13896
13897 (rst-bullets, rst-uri-schemes, rst-adornment-chars)
13898 (rst-max-inline-length, rst-re-alist-def, rst-re-alist)
13899 (rst-mode-syntax-table, rst-mode): New and corrected functions
13900 and variables representing reStructuredText features.
13901
13902 (rst-re): New function for reStructuredText regexes. Use in
13903 many places.
13904
13905 (rst-deprecated-keys, rst-call-deprecated, rst-define-key)
13906 (rst-mode-map): Rebind keys.
13907
13908 (rst-mode-lazy, rst-font-lock-keywords)
13909 (rst-font-lock-extend-region)
13910 (rst-font-lock-extend-region-internal)
13911 (rst-font-lock-extend-region-extend)
13912 (rst-font-lock-find-unindented-line-limit)
13913 (rst-font-lock-find-unindented-line-match)
13914 (rst-adornment-level, rst-font-lock-adornment-level)
13915 (rst-font-lock-adornment-match)
13916 (rst-font-lock-handle-adornment-pre-match-form)
13917 (rst-font-lock-handle-adornment-matcher): Major revision of
13918 font-locking. Integrate with other code. Use `jit-lock-mode'.
13919
13920 (rst-preferred-adornments, rst-adjust-hook)
13921 (rst-new-adornment-down, rst-preferred-bullets)
13922 (rst-preferred-bullets, rst-indent, rst-indent-width)
13923 (rst-indent-field, rst-indent-literal-normal)
13924 (rst-indent-literal-minimized, rst-indent-comment): Change,
13925 extend and improve customization.
13926
13927 (rst-line-homogeneous-p, rst-line-homogeneous-nodent-p)
13928 (rst-normalize-cursor-position, rst-get-decoration)
13929 (rst-straighten-deco-spacing, rst-re-bullets, rst-re-items)
13930 (rst-rstrip, rst-toc-insert-find-delete-contents)
13931 (rst-shift-fill-region, rst-compute-bullet-tabs)
13932 (rst-debug-print-tabs, rst-debug-mark-found)
13933 (rst-shift-region-guts, rst-shift-region-right)
13934 (rst-shift-region-left, rst-use-char-classes)
13935 (rst-font-lock-keywords-function)
13936 (rst-font-lock-indentation-point)
13937 (rst-font-lock-find-unindented-line-begin)
13938 (rst-font-lock-find-unindented-line-end)
13939 (rst-font-lock-find-unindented-line)
13940 (rst-font-lock-adornment-point, rst-font-lock-level)
13941 (rst-adornment-level-alist): Remove functions and variables.
13942
13943 (rst-compare-adornments, rst-get-adornment-match)
13944 (rst-suggest-new-adornment, rst-get-adornments-around)
13945 (rst-adornment-complete-p, rst-get-next-adornment)
13946 (rst-adjust-adornment, rst-display-adornments-hierarchy)
13947 (rst-straighten-adornments): Standardize function names to
13948 use "adornment" instead of "decoration". Correct callers.
13949 Similar standardizing in many places.
13950
13951 (rst-update-section, rst-adjust, rst-promote-region)
13952 (rst-enumerate-region, rst-bullet-list-region)
13953 (rst-repeat-last-character): Correct use of `interactive'.
13954
13955 (rst-classify-adornment, rst-find-all-adornments)
13956 (rst-get-hierarchy, rst-adjust-adornment, rst-toc-update)
13957 (rst-find-leftmost-column, rst-repeat-last-character):
13958 Refactor functions.
13959
13960 (rst-find-title-line, rst-reset-section-caches)
13961 (rst-get-adornments-around, rst-adjust-adornment-work)
13962 (rst-arabic-to-roman, rst-roman-to-arabic)
13963 (rst-insert-list-pos, rst-insert-list-new-item)
13964 (rst-insert-list-continue, rst-insert-list, rst-forward-line):
13965 New functions.
13966
13967 (rst-all-sections, rst-section-hierarchy)
13968 (rst-arabic-to-roman, rst-initial-enums, rst-initial-items):
13969 New variables.
13970
13971 (rst-toc-return-wincfg, rst-toc-quit-window): Use window
13972 configuration instead of only buffer. Change where necessary.
13973
13974 (rst-line-tabs, rst-compute-tabs, rst-indent-line)
13975 (rst-shift-region, rst-adaptive-fill): New functions for
13976 indentation and filling.
13977
13978 (rst-comment-line-break, rst-comment-indent)
13979 (rst-comment-insert-comment, rst-comment-region)
13980 (rst-uncomment-region): New functions for handling comments.
13981
13982 (rst-compile): Quote shell arguments.
13983
13984 (rst-compile-pdf-preview, rst-compile-slides-preview):
13985 Delete temporary files after use.
13986
13987 2012-05-05 Glenn Morris <rgm@gnu.org>
13988
13989 * calendar/cal-html.el: Optionally include holidays in the output.
13990 Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
13991 (cal-html-holidays): New option.
13992 (cal-html-css-default): Add holiday entry.
13993 (holiday-in-range): Autoload it.
13994 (cal-html-htmlify-entry): Add optional class argument.
13995 (cal-html-htmlify-list): Add optional holidays argument.
13996 (cal-html-insert-agenda-days): Include holidays in the output.
13997 (cal-html-one-month): Maybe include holidays.
13998
13999 * calendar/holidays.el (holiday-in-range):
14000 Move here from cal-tex-list-holidays.
14001 * calendar/cal-tex.el (cal-tex-list-holidays):
14002 Make it an obsolete alias for holiday-in-range. Update all callers.
14003
14004 2012-05-05 Chong Yidong <cyd@gnu.org>
14005
14006 * select.el (xselect--encode-string): Always use utf-8 for TEXT on
14007 Nextstep.
14008
14009 2012-05-05 Ransom Williams <auvergnerw@gmail.com> (tiny change)
14010
14011 * files.el (file-auto-mode-skip): New var.
14012 (set-auto-mode-1): Use it.
14013
14014 2012-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
14015
14016 * repeat.el: Use lexical-binding.
14017 (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
14018 (repeat-undo-count): Remove.
14019 (repeat):
14020 * progmodes/octave-mod.el (octave-abbrev-start):
14021 * progmodes/f90.el (f90-abbrev-start):
14022 * face-remap.el (text-scale-adjust):
14023 * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
14024
14025 * emacs-lisp/pcase.el (pcase--let*): New function.
14026 (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
14027 a bit more.
14028 (pcase--split-pred): Be more clever about ruling out overlap between
14029 a predicate and some constant pattern.
14030 (pcase--q1): Use `null' instead of (eq foo nil).
14031
14032 * subr.el (setq-local, defvar-local): New macros.
14033 (kbd): Redefine as an alias.
14034 (with-selected-window): Leave unrelated frames alone.
14035 (set-temporary-overlay-map): New function.
14036
14037 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
14038
14039 * subr.el (user-error): New function.
14040 * window.el (switch-to-buffer):
14041 * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
14042 (smerge-match-conflict):
14043 * simple.el (previous-matching-history-element)
14044 (next-matching-history-element, goto-history-element, undo-more)
14045 (undo-start):
14046 * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
14047 (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
14048 (next-file, tags-loop-scan, list-tags, complete-tag):
14049 * progmodes/compile.el (compilation-loop):
14050 * mouse.el (mouse-minibuffer-check):
14051 * man.el (Man-bgproc-sentinel, Man-goto-page):
14052 * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
14053 (Info-history-forward, Info-follow-reference, Info-menu)
14054 (Info-extract-menu-item, Info-extract-menu-counting)
14055 (Info-forward-node, Info-backward-node, Info-next-menu-item)
14056 (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
14057 (Info-next-reference, Info-prev-reference, Info-index)
14058 (Info-index-next, Info-follow-nearest-node)
14059 (Info-copy-current-node-name):
14060 * imenu.el (imenu--make-index-alist)
14061 (imenu-default-create-index-function, imenu-add-to-menubar):
14062 * files.el (basic-save-buffer, recover-file):
14063 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
14064 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
14065 (checkdoc-message-text, checkdoc-defun):
14066 * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
14067 * cus-edit.el (customize-changed-options, customize-rogue)
14068 (customize-saved, custom-variable-set, custom-variable-mark-to-save)
14069 (custom-variable-mark-to-reset-standard)
14070 (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
14071 (custom-file):
14072 * completion.el (check-completion-length):
14073 * comint.el (comint-search-arg)
14074 (comint-previous-matching-input-string-position)
14075 (comint-previous-matching-input)
14076 (comint-replace-by-expanded-history-before-point, comint-send-input)
14077 (comint-copy-old-input, comint-backward-matching-input)
14078 (comint-goto-process-mark, comint-set-process-mark):
14079 * calendar/calendar.el (calendar-cursor-to-date): Use it.
14080 * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
14081
14082 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
14083
14084 * dabbrev.el (dabbrev--ignore-case-p): New function.
14085 (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
14086 Use it.
14087
14088 * files.el (automount-dir-prefix): Mark as obsolete.
14089
14090 2012-05-04 Glenn Morris <rgm@gnu.org>
14091
14092 * patcomp.el, play/bruce.el: Move to obsolete/.
14093
14094 2012-05-04 Paul Eggert <eggert@cs.ucla.edu>
14095
14096 Fix minor Y10k bugs.
14097 * arc-mode.el (archive-unixdate):
14098 * autoinsert.el (auto-insert-alist):
14099 * calc/calc-forms.el (math-this-year):
14100 * emacs-lisp/copyright.el (copyright-current-year)
14101 (copyright-update-year, copyright):
14102 * tar-mode.el (tar-clip-time-string):
14103 * time.el (display-time-update):
14104 Don't assume years have 4 digits.
14105
14106 2012-05-04 Chong Yidong <cyd@gnu.org>
14107
14108 * dos-w32.el (file-name-buffer-file-type-alist)
14109 (direct-print-region-use-command-dot-com):
14110 * ffap.el (ffap-menu-regexp):
14111 * find-file.el (ff-special-constructs):
14112 * follow.el (follow-debug):
14113 * forms.el (forms--debug):
14114 * iswitchb.el (iswitchb-all-frames):
14115 * ido.el (ido-all-frames):
14116 * emacs-lisp/timer.el (timer-max-repeats):
14117 * mail/feedmail.el (feedmail-mail-send-hook)
14118 (feedmail-mail-send-hook-queued):
14119 * mail/footnote.el (footnote-signature-separator):
14120 * mail/mailabbrev.el (mail-alias-separator-string)
14121 (mail-abbrev-mode-regexp):
14122 * mail/rmail.el (rmail-speedbar-match-folder-regexp):
14123 * progmodes/idlwave.el (idlwave-libinfo-file)
14124 (idlwave-default-completion-case-is-down)
14125 (idlwave-library-routines): Convert defvars to defcustoms.
14126
14127 * mail/rmail.el (rmail-decode-mime-charset):
14128 * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
14129 (idlwave-shell-fix-inserted-breaks)
14130 (idlwave-shell-activate-alt-keybindings)
14131 (idlwave-shell-use-breakpoint-glyph):
14132 * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
14133
14134 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
14135
14136 * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
14137
14138 2012-05-03 Wilson Snyder <wsnyder@wsnyder.org>
14139
14140 * progmodes/verilog-mode.el (font-lock-keywords):
14141 Fix mis-highligting auto. Reported by Craig Barner.
14142 (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
14143 defines from global name space. Reported by Dan Dever.
14144 (verilog-auto-reset, verilog-auto-reset-widths)
14145 (verilog-auto-tieoff): Support using unbased numbers for
14146 AUTORESET and AUTOTIEOFF.
14147 (verilog-submit-bug-report): Update variable list.
14148 (verilog-read-auto-params): Fix AUTOINPUT regexps containing
14149 parenthesis from not matching. Reported by Michael Rytting.
14150 (verilog-auto-template-lint): Fix hash error when linting modules
14151 with no used templates.
14152 (verilog-warn, verilog-warn-error)
14153 (verilog-warn-fatal): When non-interactive report multiple
14154 warnings before exiting. Suggested by Brad Dobbie.
14155 (verilog-auto-template-lint, verilog-auto-template-warn-unused)
14156 (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
14157 to report unused template errors. Reported by Brad Dobbie.
14158 (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
14159 nets, bug438. Reported by Vns Blore.
14160 (verilog-auto-inout-module, verilog-auto-reg)
14161 (verilog-read-decls, verilog-read-sub-decls-sig)
14162 (verilog-signals-edit-wire-reg, verilog-signals-with):
14163 Fix passing of Verilog data types in ANSI input/output ports
14164 such as "output logic" into the AUTOs. Special case "wire" and
14165 "reg" for backwards compatibility presuming Verilog 2001.
14166 (verilog-auto-ascii-enum): Add "auto enum" as alias.
14167 (verilog-preprocess): Fix replication of preprocess output.
14168 Reported by Brad Dobbie.
14169 (verilog-auto-inst-interfaced-ports):
14170 Create verilog-auto-inst-interfaced-ports, bug429.
14171 Reported by Julian Gorfajn.
14172 (verilog-after-save-font-hook)
14173 (verilog-before-save-font-hook): New variable.
14174 (verilog-modi-cache-results, verilog-save-font-mod-hooked)
14175 (verilog-save-font-mods): Wrap disabling fontification, reported
14176 by David Rogoff.
14177 (verilog-do-indent, verilog-pretty-declarations-auto)
14178 (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
14179 Reported by Pierre-David Pfister.
14180 (verilog-set-auto-endcomments): Fix endtask auto comments outside
14181 of class declarations, bug292. Reported by Kevin Heilman.
14182 (verilog-read-decls): Fix 'parameter type' not appearing in
14183 AUTOINSTPARAM, bug340. Reported by Jonathan Greenlaw.
14184 (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
14185 AUTOINPUTs, bug411. Reported by Jonathan Greenlaw.
14186 (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
14187 Reported by David Kravitz.
14188
14189 2012-05-03 Michael McNamara <mac@mail.brushroad.com>
14190
14191 * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
14192 assignment with tests in ifs and for loops.
14193 (verilog-extended-complete-re, verilog-complete-reg): Change so
14194 that DPI inport functions don't look like fuction declarations.
14195 (verilog-pretty-expr): Don't line up assignment
14196 operations to the test and increment in if and for loops
14197 (verilog-extended-complete-re, verilog-complete-reg): Change so
14198 that DPI inport functions don't look like fuction declarations.
14199
14200 2012-05-03 Kenichi Handa <handa@m17n.org>
14201
14202 * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
14203 decoding, and show a warning message without signaling an error
14204 (Bug#11282).
14205
14206 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
14207
14208 * emacs-lisp/bytecomp.el
14209 (byte-compile-file-form-custom-declare-variable): Compile all elements,
14210 since cconv.el might have introduced :fun-body, internal-make-closure,
14211 and friends for bytecomp to handle (bug#11391).
14212 * custom.el (defcustom): Avoid ((λ ..) ..).
14213
14214 2012-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
14215
14216 * subr.el (read-passwd): Better clean after ourselves (bug#11392).
14217
14218 2012-05-02 Juanma Barranquero <lekktu@gmail.com>
14219
14220 * notifications.el (dbus-debug):
14221 * term/linux.el (gpm-mouse-enable):
14222 * term/screen.el (xterm-register-default-colors): Declare.
14223
14224 2012-05-02 Chong Yidong <cyd@gnu.org>
14225
14226 * cus-start.el (gc-cons-percentage, exec-suffixes)
14227 (dos-display-scancodes, dos-hyper-key, dos-super-key)
14228 (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
14229 (make-cursor-line-fully-visible, void-text-area-pointer)
14230 (font-list-limit): Add customization data.
14231
14232 * allout.el (allout-exposure-change-functions)
14233 (allout-structure-added-functions)
14234 (allout-structure-deleted-functions)
14235 (allout-structure-shifted-functions): Rename abnormal hooks from
14236 *-hook, and convert to defcustoms.
14237 (allout-after-copy-or-kill-hook, allout-post-undo-hook):
14238 Convert to defcustoms.
14239 (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
14240
14241 * allout-widgets.el: Hook callers changed.
14242
14243 2012-05-02 Eli Zaretskii <eliz@gnu.org>
14244
14245 * mail/rmail.el (rmail-yank-current-message): Use the encoding of
14246 the yanked message in preference to the default value of
14247 buffer-file-coding-system.
14248
14249 2012-05-02 Martin Rudalics <rudalics@gmx.at>
14250
14251 * window.el (display-buffer--action-function-custom-type):
14252 Fix entry.
14253
14254 2012-05-02 Alan Mackenzie <acm@muc.de>
14255
14256 * progmodes/cc-defs.el (c-version): Update to 5.32.3.
14257
14258 2012-05-01 Glenn Morris <rgm@gnu.org>
14259
14260 * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
14261
14262 * eshell/esh-cmd.el (eshell-debug-command): Doc fix. Add :set.
14263
14264 * cus-edit.el (custom-variable-documentation): Simplify with format.
14265
14266 2012-05-01 Aaron S. Hawley <aaron.s.hawley@gmail.com>
14267 Stefan Monnier <monnier@iro.umontreal.ca>
14268
14269 * simple.el (suggest-key-bindings, execute-extended-command):
14270 Move from keyboard.c.
14271
14272 2012-05-01 Chong Yidong <cyd@gnu.org>
14273
14274 * follow.el: Eliminate advice.
14275 (set-process-filter, process-filter, sit-for): Advice deleted.
14276 (follow-mode-off-hook): Obsolete hook removed.
14277 (follow-avoid-tail-recenter-p, follow-process-filter-alist):
14278 Vars deleted.
14279 (follow-auto): Use a :set function.
14280 (follow-mode): Rewritten. Don't advise process filters.
14281 (follow-switch-to-current-buffer-all, follow-scroll-up)
14282 (follow-scroll-down): Assume follow-mode is bound.
14283 (follow-comint-scroll-to-bottom)
14284 (follow-align-compilation-windows): New functions.
14285 (follow--window-sorter): New function.
14286 (follow-all-followers): Use it to explicitly sort windows by their
14287 positions; don't make assumptions about next-window order.
14288 (follow-windows-start-end, follow-delete-other-windows-and-split)
14289 (follow-calc-win-start): Doc fix.
14290 (follow-windows-aligned-p, follow-select-if-visible): Don't call
14291 vertical-motion unnecessarily.
14292 (follow-adjust-window): New function.
14293 (follow-post-command-hook): Use it.
14294 (follow-call-set-process-filter, follow-call-process-filter)
14295 (follow-intercept-process-output, follow-tidy-process-filter-alist)
14296 (follow-stop-intercept-process-output, follow-generic-filter):
14297 Functions deleted.
14298 (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
14299 (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
14300 New functions, replacing advice on scroll-bar-* commands.
14301 (follow-mwheel-scroll): New function (Bug#4112).
14302
14303 * comint.el (comint-adjust-point): New function.
14304 (comint-postoutput-scroll-to-bottom): Use it.
14305 Call follow-comint-scroll-to-bottom for Follow mode buffers.
14306
14307 2012-05-01 Glenn Morris <rgm@gnu.org>
14308
14309 * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
14310 * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
14311 * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
14312 * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
14313 * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
14314 Remove no-byte-compile setting.
14315
14316 2012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
14317
14318 * minibuffer.el (completion-table-with-quoting): Fix compatibility
14319 all-completions code to not return a number in the last cdr.
14320
14321 2012-04-30 Leo Liu <sdl.web@gmail.com>
14322
14323 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
14324 read-only error.
14325
14326 2012-04-29 Chong Yidong <cyd@gnu.org>
14327
14328 * follow.el (follow-calc-win-end): Rewrite to handle partial
14329 screen lines correctly (Bug#8390).
14330 (follow-avoid-tail-recenter): Minor cleanup.
14331
14332 2012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
14333
14334 Avoid the obsolete `assoc' package.
14335 * speedbar.el (speedbar-refresh): Avoid adelete.
14336 (speedbar-file-lists): Simplify and avoid aput.
14337 * man.el (Man--sections, Man--refpages): New vars, replacing
14338 Man-sections-alist and Man-refpages-alist.
14339 (Man-build-section-alist, Man-build-references-alist):
14340 Use them; avoid aput.
14341 (Man--last-section, Man--last-refpage): New vars.
14342 (Man-follow-manual-reference): Use them.
14343 Use the `default' arg of completing-read.
14344 (Man-goto-section): Idem. Move prompt to the `interactive' spec.
14345
14346 2012-04-27 Chong Yidong <cyd@gnu.org>
14347
14348 * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
14349
14350 * startup.el (x-apply-session-resources): New function.
14351
14352 * term/ns-win.el (ns-initialize-window-system):
14353 * term/w32-win.el (w32-initialize-window-system):
14354 * term/x-win.el (x-initialize-window-system): Use it to properly
14355 set menu-bar-mode and other vars from X resources, even if the
14356 initial frame is not a window-system frame (Bug#2299).
14357
14358 * subr.el (read-key): Avoid running filter function when setting
14359 up temporary tool bar entries (Bug#9922).
14360
14361 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
14362
14363 * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
14364 (Bug#11344)
14365
14366 2012-04-27 Chong Yidong <cyd@gnu.org>
14367
14368 * select.el (xselect--encode-string): New function, split from
14369 xselect-convert-to-string.
14370 (xselect-convert-to-string): Use it.
14371 (xselect-convert-to-filename, xselect-convert-to-os)
14372 (xselect-convert-to-host, xselect-convert-to-user): Ensure that
14373 returned strings are properly encoded (Bug#11315).
14374
14375 2012-04-27 Chong Yidong <cyd@gnu.org>
14376
14377 * simple.el (delete-active-region): Move to killing custom group.
14378
14379 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
14380
14381 * progmodes/which-func.el (which-func-current): Quote %
14382 characters for mode-line processing.
14383
14384 2012-04-27 Chong Yidong <cyd@gnu.org>
14385
14386 * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
14387 reaching eob (Bug#11286).
14388
14389 2012-04-27 Eli Zaretskii <eliz@gnu.org>
14390
14391 * progmodes/gdb-mi.el (gdb-control-level): New variable.
14392 (gdb): Make it buffer-local and init to zero.
14393 (gdb-control-commands-regexp): New variable.
14394 (gdb-send): Don't wrap in "-interpreter-exec console" if
14395 gdb-control-level is positive. Increment gdb-control-level
14396 whenever the command matches gdb-control-commands-regexp, and
14397 decrement it each time the command is "end". (Bug#11279)
14398
14399 2012-04-27 Martin Rudalics <rudalics@gmx.at>
14400
14401 * window.el (adjust-window-trailing-edge, enlarge-window)
14402 (shrink-window, window-resize):
14403 * mouse.el (mouse-drag-line): Fix resizing of minibuffer
14404 windows (Bug#11276).
14405
14406 2012-04-27 Chong Yidong <cyd@gnu.org>
14407
14408 * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
14409 fix "missing prefix" warning. All callers changed.
14410
14411 2012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
14412
14413 * emacs-lisp/assoc.el: Move to obsolete/.
14414
14415 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
14416
14417 * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
14418
14419 * term/ns-win.el (ns-define-service):
14420 * progmodes/pascal.el (pascal-goto-defun):
14421 * progmodes/js.el (js--read-tab):
14422 * progmodes/etags.el (tags-lazy-completion-table):
14423 * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
14424 * emacs-lisp/ewoc.el (ewoc--wrap):
14425 * emacs-lisp/assoc.el (aput, adelete, amake):
14426 * doc-view.el (doc-view-convert-current-doc):
14427 * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
14428
14429 2012-04-26 Chong Yidong <cyd@gnu.org>
14430
14431 * image.el (image-type-from-buffer): Only return supported image
14432 type (Bug#9045).
14433
14434 * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
14435 value, for symmetry with diff-end-of-hunk.
14436 (diff-split-hunk, diff-find-source-location)
14437 (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
14438 (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
14439 (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
14440 compute the relevant hunk or file properly (Bug#6005).
14441 (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
14442
14443 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
14444
14445 * vc/vc-mtn.el:
14446 * vc/vc-hg.el:
14447 * vc/vc-git.el:
14448 * vc/vc-dir.el:
14449 * vc/vc-cvs.el:
14450 * vc/vc-bzr.el:
14451 * vc/vc-arch.el:
14452 * vc/vc.el: Replace lexical-let by lexical-binding.
14453 * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
14454 * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
14455 * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
14456
14457 2012-04-26 Chong Yidong <cyd@gnu.org>
14458
14459 * vc/diff-mode.el (diff-undo): New command (Bug#5302).
14460 (diff-mode-shared-map): Bind it to / and [remap undo].
14461
14462 * vc/ediff-wind.el (ediff-setup-windows-default): New function.
14463 (ediff-window-setup-function): Use it as the default, to set up
14464 windows based on whether the current frame is graphical (Bug#2138).
14465 (ediff-choose-window-setup-function-automatically): Make obsolete.
14466
14467 * vc/ediff-init.el: Always define ediff-pixel-width/height.
14468
14469 2012-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
14470
14471 * ffap.el: Remove old code for obsolete package.
14472 (ffap-complete-as-file-p): Remove.
14473
14474 Use completion-table-with-quoting for comint and pcomplete.
14475 * comint.el (comint--unquote&requote-argument)
14476 (comint--unquote-argument, comint--requote-argument): New functions.
14477 (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
14478 (comint-quote-filename): Use regexp-opt-charset.
14479 (comint--common-suffix, comint--common-quoted-suffix)
14480 (comint--table-subvert): Remove.
14481 (comint-unquote-function, comint-requote-function): New vars.
14482 (comint--complete-file-name-data): Use them with
14483 completion-table-with-quoting.
14484 * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
14485 * pcomplete.el (pcomplete-arg-quote-list)
14486 (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
14487 (pcomplete-unquote-argument-function): Default to non-nil.
14488 (pcomplete-unquote-argument): Simplify.
14489 (pcomplete--common-quoted-suffix): Remove.
14490 (pcomplete-requote-argument-function): New var.
14491 (pcomplete--common-suffix): New function.
14492 (pcomplete-completions-at-point): Use completion-table-with-quoting
14493 and completion-table-subvert.
14494
14495 * minibuffer.el: Use completion-table-with-quoting for read-file-name.
14496 (minibuffer--double-dollars): Preserve properties.
14497 (completion--sifn-requote): New function.
14498 (completion--file-name-table): Rewrite using it and c-t-with-quoting.
14499
14500 * minibuffer.el: Add support for completion of quoted/escaped data.
14501 (completion-table-with-quoting, completion-table-subvert): New funs.
14502 (completion--twq-try, completion--twq-all): New functions.
14503 (completion--nth-completion): New function.
14504 (completion-try-completion, completion-all-completions): Use it.
14505
14506 2012-04-25 Leo Liu <sdl.web@gmail.com>
14507
14508 * progmodes/python.el (python-pdbtrack-get-source-buffer):
14509 Use compilation-message if available to find real filename.
14510
14511 2012-04-25 Chong Yidong <cyd@gnu.org>
14512
14513 * vc/diff-mode.el (diff-setup-whitespace): New function.
14514 (diff-mode): Use it.
14515
14516 * vc/diff.el (diff-sentinel):
14517 * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
14518 Whitespace mode variables based on diff style (Bug#8612).
14519
14520 2012-04-25 Leo Liu <sdl.web@gmail.com>
14521
14522 * progmodes/python.el (python-send-region): Add suffix .py to the
14523 temp file.
14524
14525 * files.el (auto-mode-alist): Use javascript-mode instead.
14526
14527 2012-04-25 Alex Harsanyi <AlexHarsanyi@gmail.com>
14528
14529 Sync with soap-client repository. Support SOAP simpleType (Bug#10331).
14530
14531 * net/soap-client.el (soap-resolve-references-for-sequence-type)
14532 (soap-resolve-references-for-array-type): Hack to prevent self
14533 references, see Bug#9.
14534 (soap-parse-envelope): Report the contents of the 'detail' node
14535 when receiving a fault reply.
14536 (soap-parse-envelope): Report the contents of the entire 'detail' node.
14537
14538 * net/soap-inspect.el (soap-sample-value-for-simple-type)
14539 (soap-inspect-simple-type): New function.
14540
14541 * net/soap-client.el (soap-simple-type): New struct.
14542 (soap-default-xsd-types, soap-default-soapenc-types)
14543 (soap-decode-basic-type, soap-encode-basic-type):
14544 support unsignedInt and double basic types.
14545 (soap-resolve-references-for-simple-type)
14546 (soap-parse-simple-type, soap-encode-simple-type): New function.
14547 (soap-parse-schema): Parse xsd:simpleType declarations.
14548
14549 * net/soap-client.el (soap-default-xsd-types)
14550 (soap-default-soapenc-types): Add integer, byte and anyURI types.
14551 (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
14552 the local name of "soapenc:Array".
14553 (soap-decode-basic-type, soap-encode-basic-type): Support encoding
14554 decoding integer, byte and anyURI xsd types.
14555
14556 2012-04-25 Chong Yidong <cyd@gnu.org>
14557
14558 * cus-edit.el (custom-buffer-create-internal): Update header text.
14559
14560 2012-04-25 Eli Zaretskii <eliz@gnu.org>
14561
14562 * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
14563 settings on 'system-type', not on 'window-system'. On MS-Windows,
14564 set interactive-mode on in GDB.
14565
14566 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
14567
14568 * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
14569 (ruby-syntax-propertize-regexp): Remove.
14570 (ruby-syntax-propertize-function): Split regexp into chunks.
14571 Match following code directly.
14572
14573 2012-04-24 Dmitry Gutov <dgutov@yandex.ru>
14574
14575 * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
14576 (ruby-syntax-propertize-regexp): New function.
14577 (ruby-syntax-propertize-function): Use it to handle regexp not preceded
14578 by a special keyword.
14579
14580 * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
14581 (ruby-syntax-general-delimiters-goto-beg)
14582 (ruby-syntax-propertize-general-delimiters): New functions.
14583 (ruby-syntax-propertize-function): Use them to handle GDL.
14584 (ruby-font-lock-keywords): Move old handling of GDL...
14585 (ruby-font-lock-syntactic-keywords): .. to here.
14586 (ruby-calculate-indent): Adjust indentation for GDL.
14587
14588 2012-04-24 Michael Albinus <michael.albinus@gmx.de>
14589
14590 * notifications.el (top): Remove unneeded declarations.
14591 (notifications-specification-version): Change to "1.2".
14592 (notifications-interface, notifications-notify-method)
14593 (notifications-close-notification-method): Fix docstring.
14594 (notifications-get-capabilities-method): New defconst.
14595 (notifications-notify): Add :action-items, :resident and
14596 :transient hints. Change "image_data" to "image-data" and
14597 "image_path" to "image-path".
14598 (notifications-get-capabilities): New defun.
14599
14600 2012-04-24 Leo Liu <sdl.web@gmail.com>
14601
14602 * progmodes/python.el: Move hideshow setup to the end.
14603
14604 2012-04-24 Martin Rudalics <rudalics@gmx.at>
14605
14606 * window.el (handle-select-window): Clear echo area since this is
14607 no more done by read_char (Bug#11304).
14608
14609 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
14610
14611 * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
14612 and `/ M' to filter-derived-mode.
14613 * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
14614 (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
14615 (ibuffer-mark-by-mode): Use default rather than initial-input.
14616 (ibuffer-filter-by-derived-mode): Autoload and require-match.
14617
14618 2012-04-24 Ivan Andrus <darthandrus@gmail.com> (tiny change)
14619
14620 * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
14621 (ibuffer-filter-by-derived-mode): New filter.
14622 * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
14623
14624 2012-04-23 Andreas Politz <politza@fh-trier.de>
14625
14626 * subr.el (accept-change-group): Fix arg usage (Bug#6095).
14627
14628 2012-04-23 Chong Yidong <cyd@gnu.org>
14629
14630 * cus-edit.el (customize-apropos, customize-apropos-options):
14631 Disable matching of non-option variables (Bug#11176).
14632 (customize-option, customize-option-other-window)
14633 (customize-changed-options): Doc fix.
14634 (customize-apropos-options, customize-apropos-faces)
14635 (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
14636
14637 * apropos.el (apropos-read-pattern): Make prompt less cryptic.
14638 Fix word list splitting (Bug#11132).
14639 (apropos-symbol, apropos-keybinding, apropos-label)
14640 (apropos-property, apropos-function-button)
14641 (apropos-variable-button, apropos-misc-button): New faces.
14642 (apropos-symbol-face, apropos-keybinding-face)
14643 (apropos-label-face, apropos-property-face, apropos-match-face):
14644 Variables removed (Bug#8396).
14645 (apropos-library-button, apropos-format-plist, apropos-print)
14646 (apropos-print-doc, apropos-describe-plist): Callers changed.
14647
14648 2012-04-23 Michael Albinus <michael.albinus@gmx.de>
14649
14650 * net/xesam.el (xesam-mode-map): Use let-bound map in
14651 initialization. (Bug#11292)
14652
14653 2012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
14654
14655 Preserve ispell session localwords when switching back to
14656 original buffer.
14657
14658 * textmodes/ispell.el (ispell-buffer-session-localwords):
14659 New buffer-local variable to hold buffer session localwords.
14660 (ispell-kill-ispell): Add option 'clear to delete session
14661 localwords.
14662 (ispell-command-loop, ispell-change-dictionary)
14663 (ispell-buffer-local-words): Preserve session localwords when
14664 needed.
14665
14666 * textmodes/flyspell.el (flyspell-process-localwords)
14667 (flyspell-do-correct): Preserve session localwords when needed.
14668
14669 2012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
14670
14671 * textmodes/ispell.el (ispell-insert-word) Remove unneeded function
14672 using obsolete `translation-table-for-input'.
14673 (ispell-word, ispell-process-line, ispell-complete-word):
14674 Use plain `insert' instead of removed `ispell-insert-word'.
14675
14676 2012-04-22 Chong Yidong <cyd@gnu.org>
14677
14678 * cus-edit.el (custom-variable-menu)
14679 (custom-variable-reset-saved, custom-face-menu)
14680 (custom-face-reset-saved): If there is no saved value, make the
14681 "reset-saved" operation bring back the default (Bug#9509).
14682 (custom-face-state): Properly detect themed faces.
14683
14684 * faces.el (face-spec-set): Stop supporting deprecated form of
14685 third arg.
14686
14687 2012-04-22 Michael Albinus <michael.albinus@gmx.de>
14688
14689 Move functions from C to Lisp. Make non-blocking method calls
14690 the default. Implement further D-Bus standard interfaces.
14691
14692 * net/dbus.el (dbus-message-internal): Declare function.
14693 Remove unneeded function declarations.
14694 (defvar dbus-message-type-invalid, dbus-message-type-method-call)
14695 (dbus-message-type-method-return, dbus-message-type-error)
14696 (dbus-message-type-signal): Declare variables. Remove local
14697 definitions.
14698 (dbus-interface-dbus, dbus-interface-peer)
14699 (dbus-interface-introspectable, dbus-interface-properties)
14700 (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
14701 Adapt docstring.
14702 (dbus-interface-objectmanager): New defconst.
14703 (dbus-call-method, dbus-call-method-asynchronously)
14704 (dbus-send-signal, dbus-method-return-internal)
14705 (dbus-method-error-internal, dbus-register-service)
14706 (dbus-register-signal, dbus-register-method): New defuns, moved
14707 from dbusbind.c
14708 (dbus-call-method-handler, dbus-setenv)
14709 (dbus-get-all-managed-objects, dbus-managed-objects-handler):
14710 New defuns.
14711 (dbus-call-method-non-blocking): Make it an obsolete function.
14712 (dbus-unregister-object, dbus-unregister-service)
14713 (dbus-handle-event, dbus-register-property)
14714 (dbus-property-handler): Obey the new structure of
14715 `bus-registered-objects'.
14716 (dbus-introspect): Use `dbus-call-method'. Use a timeout.
14717 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
14718 Use `dbus-call-method'.
14719
14720 2012-04-22 Chong Yidong <cyd@gnu.org>
14721
14722 * cus-edit.el (custom-commands, custom-reset-menu)
14723 (Custom-reset-standard): Tweak labels.
14724 (custom-reset-button-menu): Change default to t.
14725 (custom-buffer-create-internal): For the custom-reset-button-menu
14726 case, put the revert button first.
14727 (custom-group-subtitle): New face.
14728 (custom-group-value-create): Align docstring to a specific column.
14729
14730 * wid-edit.el (widget-documentation-link-add): Don't handle
14731 indentation in this function.
14732 (widget-documentation-string-indent-to): New function.
14733 (widget-documentation-string-value-create): Use it.
14734
14735 * autorevert.el (auto-revert):
14736 * epg-config.el (epg):
14737 * ibuffer.el (ibuffer):
14738 * mpc.el (mpc):
14739 * ses.el (ses):
14740 * eshell/eshell.el (eshell):
14741 * net/ange-ftp.el (ange-ftp):
14742 * progmodes/ebnf2ps.el (postscript):
14743 * progmodes/flymake.el (flymake):
14744 * progmodes/prolog.el (prolog):
14745 * progmodes/verilog-mode.el (verilog-mode):
14746 * progmodes/which-func.el (which-func):
14747 * term/xterm.el (xterm):
14748 * textmodes/picture.el (picture):
14749 * textmodes/tildify.el (tildify):
14750 * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
14751 customization buffers.
14752
14753 2012-04-22 Alan Mackenzie <acm@muc.de>
14754
14755 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
14756 Adding a ) can hide the resulting (..) from searches. Fix it.
14757 Bound the backward search to the position of the existing (.
14758
14759 2012-04-21 Juanma Barranquero <lekktu@gmail.com>
14760
14761 * progmodes/verilog-mode.el (verilog-mode): Check whether
14762 which-func-modes is t before adding verilog-mode.
14763 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
14764
14765 2012-04-21 Leo Liu <sdl.web@gmail.com>
14766
14767 * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
14768
14769 2012-04-21 Michael Vehrs <Michael.Burschik@gmx.de>
14770
14771 * woman.el: Add support for "T{ T}" tbl syntax, and fix the
14772 filling of the last column of a table (Bug#5635).
14773 (woman-find-next-control-line): New arg, specifying an additional
14774 regexp component for the control line.
14775 (woman2-roff-buffer): Use it.
14776 (woman-break-table): New function.
14777 (woman2-TS): Use it.
14778
14779 2012-04-21 Chong Yidong <cyd@gnu.org>
14780
14781 * woman.el (woman-set-buffer-display-table, woman-decode-region)
14782 (woman-horizontal-escapes, woman-negative-vertical-space)
14783 (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
14784 (WoMan-warn-ignored): Use ?\s instead of ?\ .
14785
14786 2012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
14787
14788 * minibuffer.el (completion-file-name-table): Complete user names.
14789
14790 2012-04-20 Leo Liu <sdl.web@gmail.com>
14791
14792 * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
14793 and pcase-let*.
14794
14795 2012-04-20 Chong Yidong <cyd@gnu.org>
14796
14797 * server.el (server-execute): Respect initial-buffer-choice if it
14798 is a string and there are no files to open (Bug#2825).
14799 (server-create-window-system-frame, server-create-tty-frame):
14800 Don't switch buffers here.
14801 (server-process-filter): Only try to open a window system frame if
14802 compiled with graphical support (Bug#8314).
14803
14804 2012-04-20 Dan Nicolaescu <dann@gnu.org>
14805
14806 * battery.el (battery-echo-area-format): Display remaining time
14807 for sysfs backend too (Bug#11269).
14808 (battery-linux-sysfs): Fix conditional for the charge.
14809
14810 2012-04-20 Chong Yidong <cyd@gnu.org>
14811
14812 * progmodes/gdb-mi.el (gdb): Revert previous change.
14813 (gdb-inferior-io--init-proc): New function.
14814 (gdb-init-1): Use it.
14815 (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
14816 responsible for allocating a new pty and hooking it to gdb when
14817 the old pty gets an EIO due to process exit.
14818 (gdb-delchar-or-quit): New command. Bind it in gdb-mi buffers.
14819 (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
14820 (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
14821
14822 2012-04-20 Eli Zaretskii <eliz@gnu.org>
14823
14824 * window.el (window-min-size, window-sizable, window-min-delta)
14825 (window-max-delta, window--resizable, window-resizable)
14826 (window-total-size, window-full-height-p, window-full-width-p)
14827 (window-in-direction, window--resize-mini-window, window-resize)
14828 (window--resize-child-windows-normal)
14829 (window--resize-child-windows, window--resize-siblings)
14830 (window--resize-this-window, adjust-window-trailing-edge)
14831 (enlarge-window, shrink-window): Doc fixes.
14832
14833 2012-04-20 Chong Yidong <cyd@gnu.org>
14834
14835 * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
14836 New function to call delete-process on the gdb-inferior buffer's pty.
14837 (gdb-reset): Use it, instead of relying on kill-buffer to kill the
14838 pty process (Bug#11273).
14839 (gdb-update): New arg to suppress talking to the gdb process.
14840 (gdb-done-or-error): Use it.
14841 (gdb-stopped-functions): Rename from gdb-stopped-hooks.
14842 (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
14843 sentinel not being called.
14844
14845 * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
14846
14847 * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
14848
14849 2012-04-20 Glenn Morris <rgm@gnu.org>
14850
14851 * net/network-stream.el (open-network-stream): Doc fix.
14852
14853 2012-04-20 Chong Yidong <cyd@gnu.org>
14854
14855 * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
14856
14857 2012-04-20 Alan Mackenzie <acm@muc.de>
14858
14859 Ensure searching for keywords is case sensitive.
14860
14861 * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
14862 (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
14863 (c-defun-name, c-mark-function, c-cpp-define-name)
14864 (c-comment-indent, c-scan-conditionals, c-indent-defun)
14865 (c-context-line-break): Bind case-fold-search to nil.
14866
14867 * progmodes/cc-mode.el (c-font-lock-fontify-region):
14868 Bind case-fold-search to nil.
14869
14870 2012-04-20 Chong Yidong <cyd@gnu.org>
14871
14872 * mail/sendmail.el (mail-bury): Call return action with the right
14873 Rmail buffer (Bug#11242).
14874
14875 * server.el (server-process-filter): Handle corner case where both
14876 tty and nowait options are present (Bug#11102).
14877
14878 2012-04-20 Eli Zaretskii <eliz@gnu.org>
14879
14880 * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
14881 (top level): Put into the executable the ident-style '$Id:' tag on
14882 windows-nt as well.
14883
14884 2012-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
14885
14886 * electric.el (electric-indent-post-self-insert-function): Check that
14887 electric-indent-mode is enabled in current buffer.
14888
14889 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
14890
14891 * imenu.el (imenu-progress-message): Restore; it is "used" in
14892 erc/erc-imenu.el and net/snmp-mode.el.
14893
14894 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
14895
14896 * avoid.el (mouse-avoidance-mode): Mark unused arg.
14897 (mouse-avoidance-nudge-mouse): Remove unused binding.
14898
14899 * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
14900
14901 * descr-text.el (describe-char):
14902 * progmodes/python.el (python-describe-symbol):
14903 Don't call `toggle-read-only', set `buffer-read-only'.
14904
14905 * imenu.el (imenu-default-goto-function): Mark unused args.
14906 (imenu-progress-message): Remove obsolete macro; all callers changed.
14907
14908 * subr.el (keymap-canonicalize): Remove unused binding.
14909 (read-passwd): Mark unused arg.
14910
14911 * tutorial.el (tutorial--display-changes): Remove unused binding.
14912 (tutorial--save-tutorial-to): Remove unused variable.
14913
14914 * emacs-lisp/package.el (define-package, package-menu-mark-delete)
14915 (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
14916 (package-generate-autoloads, package-menu--generate)
14917 (package-menu--find-upgrades): Remove unused bindings.
14918
14919 * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
14920 (cua-restrict-prefix-rectangle): Doc fixes. Remove unused bindings.
14921 (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
14922 (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
14923 (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
14924 (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
14925 (cua--rectangle-aux-replace, cua--left-fill-rectangle)
14926 (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
14927 (cua-delete-char-rectangle): Mark unused args.
14928 (cua-align-rectangle): Remove unused binding.
14929
14930 * mail/rmail.el (compilation--message->loc)
14931 (epa--find-coding-system-for-mime-charset): Declare.
14932
14933 * net/dbus.el (dbus-register-service): Declare.
14934 (dbus-name-owner-changed-handler): Remove unused binding.
14935
14936 * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
14937 (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
14938 (nxml-scan-backward-within): Mark unused arg.
14939 (nxml-dynamic-markup-word): Remove unused binding.
14940
14941 * mouse.el (mouse-menu-major-mode-map):
14942 * emacs-lisp/authors.el (authors-scan-change-log)
14943 (authors-add-to-author-list):
14944 * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
14945 * emacs-lisp/smie.el (smie-auto-fill):
14946 * mail/sendmail.el (mail-bury):
14947 * mail/unrmail.el (unrmail):
14948 * net/tls.el (open-tls-stream):
14949 * textmodes/picture.el (picture-mouse-set-point):
14950 Remove unused bindings.
14951
14952 2012-04-19 Michael Albinus <michael.albinus@gmx.de>
14953
14954 * net/tramp.el (tramp-action-password): Let-bind
14955 `enable-recursive-minibuffers' to t.
14956
14957 2012-04-18 Sam Steingold <sds@gnu.org>
14958
14959 * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
14960 instead of 'string to accommodate values like [f11].
14961 Always use `vconcat' instead of `concat' on it, like in `gud-def'.
14962 * progmodes/gdb-mi.el: Likewise.
14963
14964 2012-04-18 Leo Liu <sdl.web@gmail.com>
14965
14966 * abbrev.el (edit-abbrevs): Move point to the abbrev table of
14967 current buffer.
14968 (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
14969 LOCAL is nil.
14970
14971 2012-04-18 Chong Yidong <cyd@gnu.org>
14972
14973 * simple.el (line-move): Use forward-line if in batch mode
14974 (Bug#11053).
14975
14976 2012-04-18 Christopher Schmidt <christopher@ch.ristopher.com>
14977
14978 * files.el (after-find-file): Do not try to add a final newline if
14979 the buffer is read-only (Bug#11156).
14980
14981 2012-04-17 Richard Stallman <rms@gnu.org>
14982
14983 * mail/rmail.el (rmail-start-mail):
14984 Pass (rmail-mail-return...) for the return-action.
14985 Pass (rmail-yank-current-message...) for the yank-action.
14986 (rmail-yank-current-message): New function.
14987 (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
14988 (rmail-reply): Likewise.
14989 (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
14990
14991 * mail/sendmail.el (mail-bury): Choose the first rmail-mode
14992 buffer, not the last. Reject temp buffers. Use the rmail-mode
14993 buffer, not newbuf.
14994
14995 2012-04-17 Juanma Barranquero <lekktu@gmail.com>
14996
14997 * server.el (server-ensure-safe-dir): Simplify.
14998
14999 2012-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
15000
15001 * emacs-lisp/smie.el: Provide smarter auto-filling.
15002 (smie-auto-fill): New function.
15003 (smie-setup): Use it.
15004
15005 * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
15006
15007 2012-04-17 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
15008
15009 * newcomment.el (comment-inline-offset): New custom var (bug#11090).
15010 (comment-indent): Use it.
15011
15012 2012-04-17 Vincent Belaïche <vincentb1@users.sourceforge.net>
15013
15014 * ses.el: The overall change is to add cell renaming, that is
15015 setting fancy names for cell symbols other than name matching
15016 "\\`[A-Z]+[0-9]+\\'" regexp .
15017 (ses-localvars): Add ses--renamed-cell-symb-list.
15018 (ses-create-cell-variable): New defun.
15019 (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
15020 (ses-relocate-formula): Relocate formulas only for cells the
15021 symbols of which are not renamed, i.e. symbols whose names do not
15022 match regexp "\\`[A-Z]+[0-9]+\\'".
15023 (ses-relocate-all): Relocate values only for cells the symbols of
15024 which are not renamed.
15025 (ses-load): Create cells variables as the (ses-cell ...) are read,
15026 in order to check row col consistency with cell symbol name only
15027 for cells that are not renamed.
15028 (ses-replace-name-in-formula): New defun.
15029 (ses-rename-cell): New defun.
15030
15031 2012-04-17 Peter Oliver <bzr@mavit.org.uk> (tiny change)
15032
15033 * progmodes/perl-mode.el (perl-indent-parens-as-block):
15034 New option (bug#11118).
15035 (perl-calculate-indent): Respect it.
15036
15037 2012-04-17 Glenn Morris <rgm@gnu.org>
15038
15039 * dired-aux.el (dired-mark-read-string): Doc fix.
15040
15041 2012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
15042
15043 * dired-aux.el (dired-mark-read-string): Offer optional completion.
15044 (dired-do-chxxx): Complete chown, chgrp over users, groups. (Bug#7900)
15045
15046 2012-04-17 Glenn Morris <rgm@gnu.org>
15047
15048 * mouse.el (mouse-drag-track):
15049 * speedbar.el (speedbar-frame-mode):
15050 Use auto-hscroll-mode rather than the alias automatic-hscrolling.
15051
15052 2012-04-16 Leo Liu <sdl.web@gmail.com>
15053
15054 * progmodes/python.el: Trivial cleanup.
15055
15056 2012-04-16 Glenn Morris <rgm@gnu.org>
15057
15058 * vc/vc.el (vc-string-prefix-p):
15059 * vc/pcvs-util.el (cvs-string-prefix-p):
15060 * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
15061 * mpc.el (mpc-string-prefix-p):
15062 Make all of these into obsolete aliases for string-prefix-p.
15063 Update callers.
15064 * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
15065
15066 * textmodes/two-column.el: Move custom options to the start.
15067 (frame-width): Remove compat definition.
15068 (2C-associate-buffer, 2C-dissociate):
15069 Use with-current-buffer rather than save-excursion.
15070 (2C-dissociate): Force a mode-line update.
15071 (2C-autoscroll): Use ignore-errors.
15072
15073 * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
15074 Autoload trivia.
15075
15076 * emacs-lisp/cl-extra.el (*random-state*):
15077 Remove unnecessary declaration.
15078
15079 * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
15080
15081 * play/cookie1.el (cookie-snarf):
15082 Give an explicit error if input file cannot be read.
15083
15084 * play/yow.el (yow-file): Use expand-file-name rather than concat.
15085
15086 * progmodes/perl-mode.el (c-macro-expand):
15087 Remove unnecessary autoload (it is in loaddefs.el).
15088
15089 * textmodes/picture.el (picture-desired-column)
15090 (picture-update-desired-column): Convert comments to doc-strings.
15091 (picture-substitute): Remove function.
15092 (picture-mode-map): Initialize in the defvar.
15093
15094 * woman.el: Remove eval-after-load for tar-mode.
15095 * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
15096 (woman-tar-extract-file): Autoload it.
15097
15098 * frame.el (automatic-hscrolling): Make this alias obsolete.
15099
15100 2012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
15101
15102 * textmodes/ispell.el (ispell-set-spellchecker-params): Post-process
15103 `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
15104 (ispell-dictionary-base-alist): Revert to original XEmacs
15105 friendly version for default. [:alpha:] will be added in
15106 `ispell-set-spellchecker-params' if needed.
15107
15108 2012-04-16 Chong Yidong <cyd@gnu.org>
15109
15110 * image.el (imagemagick--file-regexp): New variable.
15111 (imagemagick-register-types): Use it.
15112 (imagemagick-types-inhibit): Add :set function. Allow new value
15113 of t to inhibit all types.
15114
15115 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
15116 so we can preload it.
15117
15118 * loadup.el (fboundp): Preload regexp-opt, needed by
15119 imagemagick-register-types.
15120
15121 2012-04-15 Chong Yidong <cyd@gnu.org>
15122
15123 * frame.el (scrolling): Remove nearly unused customization group.
15124
15125 * scroll-all.el (scroll-all-mode): Move to windows group.
15126
15127 2012-04-15 Chong Yidong <cyd@gnu.org>
15128
15129 * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
15130
15131 2012-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
15132
15133 Avoid the use of ((lambda ...) ...) in lexical-binding code.
15134 * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
15135
15136 2012-04-15 Glenn Morris <rgm@gnu.org>
15137
15138 * simple.el (process-file-side-effects): Doc fix.
15139
15140 2012-04-15 Glenn Morris <rgm@gnu.org>
15141
15142 * international/mule-cmds.el (set-language-environment): Doc fix.
15143
15144 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
15145
15146 * server.el (server-auth-key, server-generate-key): Doc fixes.
15147 (server-get-auth-key): Doc fix. Use `string-match-p'.
15148 (server-start): Reflow docstring.
15149
15150 2012-04-14 Lars Ingebrigtsen <larsi@gnus.org>
15151
15152 * server.el (server-generate-key): `called-interactively-p'
15153 requires a parameter.
15154
15155 2012-04-14 Michal Nazarewicz <mina86@mina86.com>
15156
15157 * server.el (server-auth-key): New variable.
15158 (server-generate-key, server-get-auth-key): New function.
15159 (server-start): Use the new variable and functions to allow
15160 setting a permanent server key (bug#9423).
15161
15162 2012-04-14 Leo Liu <sdl.web@gmail.com>
15163
15164 * vc/diff-mode.el (diff-file-prev/next): Fix typo.
15165
15166 2012-04-14 Paul Eggert <eggert@cs.ucla.edu>
15167
15168 Spelling fixes.
15169 * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
15170 Emacs uses American spelling.
15171
15172 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
15173
15174 * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
15175 (emacs-lock--exit-locked-buffer): Return the locked buffer. Doc fix.
15176 (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
15177 (emacs-lock--kill-buffer-query-functions): Run new hook. (Bug#11017)
15178
15179 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
15180
15181 * progmodes/which-func.el (which-func-modes): Change default.
15182
15183 2012-04-14 Kim F. Storm <storm@cua.dk>
15184
15185 * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
15186 exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
15187
15188 2012-04-14 Chong Yidong <cyd@gnu.org>
15189
15190 * custom.el (custom-theme-set-variables): Doc fix.
15191
15192 2012-04-14 Glenn Morris <rgm@gnu.org>
15193
15194 * international/mule.el (set-auto-coding-for-load): Doc fix.
15195
15196 2012-04-14 Alan Mackenzie <acm@muc.de>
15197
15198 * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
15199 imenu work again for Objective C Mode. Correct the *-index values,
15200 these having been disturbed by a previous change in 2011-08.
15201
15202 * progmodes/cc-engine.el (c-before-change-check-<>-operators):
15203 Correct two search limits.
15204
15205 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
15206
15207 * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
15208
15209 2012-04-14 Andreas Schwab <schwab@linux-m68k.org>
15210
15211 * international/characters.el: Fix sorting.
15212
15213 2012-04-14 Eli Zaretskii <eliz@gnu.org>
15214
15215 * international/characters.el: Add more missing Latin case pairs.
15216
15217 2012-04-14 Glenn Morris <rgm@gnu.org>
15218
15219 * files.el (dir-locals-set-class-variables): Doc fix.
15220
15221 2012-04-14 Eli Zaretskii <eliz@gnu.org>
15222
15223 * international/characters.el: Add set-case-syntax-pair call for
15224 LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
15225 counterpart. (Bug#11209)
15226
15227 * simple.el (shell-command-on-region): Doc fix. (Bug#11208)
15228
15229 2012-04-14 Glenn Morris <rgm@gnu.org>
15230
15231 * calendar/holidays.el (calendar-check-holidays): Doc fix.
15232
15233 2012-04-14 Eli Zaretskii <eliz@gnu.org>
15234
15235 * textmodes/ispell.el (ispell-dictionary-base-alist):
15236 Add data for Hebrew.
15237
15238 2012-04-14 Chong Yidong <cyd@gnu.org>
15239
15240 * net/rcirc.el (rcirc-cmd-quit):
15241 Revert 2012-03-18 change (Bug#11192).
15242
15243 2012-04-14 Glenn Morris <rgm@gnu.org>
15244
15245 * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
15246
15247 2012-04-14 Eli Zaretskii <eliz@gnu.org>
15248
15249 * minibuffer.el (completion-in-region-mode-map):
15250 Bind completion-help-at-point to M-? rather than ?. (Bug#11182)
15251
15252 2012-04-13 Vivek Dasmohapatra <vivek@etla.org>
15253
15254 * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
15255
15256 2012-04-13 Masatake YAMATO <yamato@redhat.com>
15257
15258 * minibuffer.el (minibuffer-local-filename-syntax): New variable
15259 to allow `C-M-f' and `C-M-b' to move to the nearest path
15260 separator (bug#9511).
15261
15262 2012-04-13 Lars Ingebrigtsen <larsi@gnus.org>
15263
15264 * avoid.el: Require cl when compiling. And also move the
15265 `provide' to the end.
15266
15267 2012-04-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
15268
15269 * avoid.el (mouse-avoidance-banish-position): New variable.
15270 (mouse-avoidance-banish-destination): Use it (bug#10165).
15271
15272 2012-04-13 Leo Liu <sdl.web@gmail.com>
15273
15274 * progmodes/which-func.el (which-func-modes): Add objc-mode.
15275
15276 2012-04-13 Ken Brown <kbrown@cornell.edu>
15277
15278 * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
15279 this is no longer needed now that cygstart understands file:// URLs.
15280 (browse-url-filename-alist): For the same reason, don't modify
15281 file:// URLs on Cygwin.
15282
15283 2012-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
15284
15285 * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
15286 the region on shift if the binding is already shifted (bug#11221).
15287
15288 2012-04-12 Glenn Morris <rgm@gnu.org>
15289
15290 * mail/mailpost.el: Move to obsolete/.
15291
15292 2012-04-12 Drew Adams <drew.adams@oracle.com>
15293
15294 * imenu.el (imenu--generic-function): Ignore invisible definitions
15295 (bug#10123).
15296
15297 2012-04-12 Vivek Dasmohapatra <vivek@etla.org>
15298
15299 * hexl.el (hexl-bits): New variable.
15300 (hexl-options): Mention the variable in the doc string.
15301 (hexl-rulerise, hexl-line-displen): New functions.
15302 (hexl-mode): Mention the new variable.
15303 (hexl-mode, hexl-current-address, hexl-current-address):
15304 Use the displen.
15305 (hexl-ascii-start-column): New function.
15306 (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
15307 (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
15308
15309 2012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
15310
15311 * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
15312 '("-i" ENCODING), in 2 separate command-line arguments, to specify
15313 the encoding, as expected by hunspell.
15314
15315 2012-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
15316
15317 * battery.el (battery--linux-sysfs-regexp): New const.
15318 (battery-status-function): Use it. Remove yeeloong special case.
15319 (battery-yeeloong-sysfs): Remove.
15320 (battery-echo-area-format): Remove yeeloong special case.
15321
15322 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
15323
15324 * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
15325 Reported by Noah Friedman.
15326
15327 * subr.el (read-passwd): Use read-string.
15328
15329 2012-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
15330
15331 * vcursor.el (vcursor-move): Increase the priority of the overlay
15332 (bug#9663).
15333
15334 2012-04-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
15335
15336 * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
15337 (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
15338
15339 2012-04-11 William Stevenson <yhvh2000@gmail.com>
15340
15341 * textmodes/artist.el (artist-mode): Convert artist-mode to use
15342 define-minor-mode (bug#10760).
15343
15344 2012-04-11 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
15345
15346 * progmodes/grep.el (rgrep): Tweak the find command line so
15347 that directories matching `grep-find-ignored-files' won't be
15348 pruned (bug#10351).
15349
15350 2012-04-11 Chong Yidong <cyd@gnu.org>
15351
15352 * startup.el (command-line): Remove support for long-obsolete
15353 variable font-lock-face-attributes.
15354
15355 2012-04-11 Glenn Morris <rgm@gnu.org>
15356
15357 * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
15358
15359 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
15360
15361 * window.el (window--state-get-1): Obey window-point-insertion-type.
15362
15363 2012-04-11 Lennart Borgman <lennart.borgman@gmail.com>
15364
15365 * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
15366 to previous function when point is on the first character of a
15367 function. Take care of that in `narrow-to-defun' (bug#6157).
15368
15369 2012-04-11 Glenn Morris <rgm@gnu.org>
15370
15371 * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
15372 not just file-errors.
15373
15374 * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
15375 (vc-bzr-sha1): Use internal sha1.
15376
15377 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
15378
15379 * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
15380
15381 2012-04-10 Sébastien Gross <seb@chezwam.org> (tiny change)
15382
15383 * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
15384 that start in the middle of the line (bug#10496).
15385
15386 2012-04-10 Dan Nicolaescu <dann@gnu.org>
15387
15388 * battery.el (battery-linux-proc-acpi): Only one battery is
15389 discharged at a time, but that seems to confuse battery.el when
15390 computing `rate-type' for the battery not being discharged
15391 (bug#10332).
15392
15393 2012-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
15394
15395 * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
15396
15397 * international/quail.el: Use dolist and simplify.
15398 (quail-define-package, quail-update-keyboard-layout)
15399 (quail-define-rules): Use dolist.
15400 (quail-insert-kbd-layout, quail-get-translation): CSE.
15401
15402 * tmm.el: Use dolist, remove left over hook.
15403 (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
15404 Use dolist.
15405 (calendar-load-hook): Don't mess with it.
15406
15407 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
15408 Use derived-mode-p. Run the diff asynchronously.
15409
15410 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
15411
15412 * obsolete/mouse-sel.el: Add an Obsolete-since header.
15413
15414 2012-04-10 Juanma Barranquero <lekktu@gmail.com>
15415
15416 * misc.el: Display absolute path of loaded DLLs (bug#10424).
15417 (list-dynamic-libraries--loaded): New function.
15418 (list-dynamic-libraries--refresh): Use it.
15419
15420 2012-04-10 Nathan Weizenbaum <nweiz@google.com>
15421
15422 * progmodes/python.el (python-fill-paragraph):
15423 Make python-fill-region in a multiline string work when font-lock is
15424 disabled (bug#7018).
15425
15426 2012-04-10 Laimonas VÄ—bra <laimonas.vebra@gmail.com> (tiny change)
15427
15428 * language/european.el (cp775): Add oem/legacy (en)coding on
15429 DOS/MS Windows for the Baltic languages. There are still plenty
15430 of texts written in this encoding/codepage (bug#6519).
15431
15432 2012-04-10 Glenn Morris <rgm@gnu.org>
15433
15434 * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
15435 Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
15436
15437 2012-04-10 Florian Adamsky <florian@adamsky.it> (tiny change)
15438
15439 * recentf.el (recentf-dialog-mode-map): Add two keybindings for
15440 next-line "n" and previous-line "p" in order to make recentf more
15441 consistent with ibuffer, dired or org-mode (bug#9387).
15442
15443 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
15444
15445 * image.el (put-image): Return the overlay created instead of the
15446 optional input string (bug#7834). Note that this may break code
15447 that is (for some reason or other) depending on `put-image'
15448 returning the string.
15449
15450 * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
15451
15452 * simple.el (zap-to-char): Allow zapping using input methods
15453 (bug#1580).
15454
15455 * textmodes/fill.el (fill-region): Leave point and mark where they
15456 were before filling (bug#5399).
15457
15458 2012-04-09 Glenn Morris <rgm@gnu.org>
15459
15460 * version.el (emacs-bzr-get-version):
15461 Handle lightweight checkouts of local branches.
15462
15463 2012-04-09 Andreas Schwab <schwab@linux-m68k.org>
15464
15465 * international/characters.el: Recover lost case pairs. (Bug#11209)
15466
15467 2012-04-09 Chong Yidong <cyd@gnu.org>
15468
15469 * custom.el (custom-variable-p): Return nil for non-symbol
15470 arguments instead of signaling an error.
15471 (user-variable-p): Obsolete alias for custom-variable-p.
15472
15473 * apropos.el (apropos-variable):
15474 * files-x.el (read-file-local-variable):
15475 * simple.el (set-variable):
15476 * woman.el (woman-mini-help):
15477 * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
15478
15479 2012-04-09 Glenn Morris <rgm@gnu.org>
15480
15481 * startup.el (normal-top-level): Don't look for leim-list.el
15482 in places where it will not be found. (Bug#910)
15483
15484 * international/mule-cmds.el (set-default-coding-systems):
15485 * files.el (normal-mode):
15486 Remove guarded calls to ucs-set-table-for-input. (Bug#9821)
15487 This function was removed with ucs-tables.el in 2008.
15488
15489 2012-04-08 Eli Zaretskii <eliz@gnu.org>
15490
15491 * textmodes/ispell.el (ispell-check-version): For hunspell, set
15492 ispell-encoding8-command to "-i", without a trailing space.
15493 (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
15494 separate command-line arguments, to specify the encoding, since
15495 that's how hunspell expects it.
15496
15497 2012-04-08 Glenn Morris <rgm@gnu.org>
15498
15499 * loadup.el: Load bindings before cus-start.
15500 This reduces somewhat the number of "rogue" settings in emacs -Q.
15501
15502 2012-04-07 Glenn Morris <rgm@gnu.org>
15503
15504 * version.el (emacs-bzr-get-version): New function.
15505 (emacs-bzr-version): New variable.
15506 * loadup.el (emacs-bzr-version): Set it. (Bug#8054)
15507 * mail/emacsbug.el (report-emacs-bug): Include bzr version.
15508
15509 2012-04-07 Eli Zaretskii <eliz@gnu.org>
15510
15511 * international/uni-bidi.el, international/uni-category.el:
15512 * international/uni-combining.el, international/uni-decimal.el:
15513 * international/uni-decomposition.el, international/uni-digit.el:
15514 * international/uni-lowercase.el, international/uni-mirrored.el:
15515 * international/uni-name.el, international/uni-numeric.el:
15516 * international/uni-titlecase.el, international/uni-uppercase.el:
15517 Update for Unicode 6.1.
15518
15519 2012-04-07 Eli Zaretskii <eliz@gnu.org>
15520
15521 * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
15522
15523 2012-04-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
15524
15525 * window.el (shrink-window): Mention the `window-min-height'
15526 variable in the doc string.
15527
15528 2012-04-05 Bastien Guerry <bzg@altern.org>
15529
15530 * color.el (color-lighten-name): Fix typo.
15531
15532 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
15533
15534 * server.el (server--on-display-p): New function.
15535 (server--on-display-p): Use it.
15536
15537 2012-04-04 Gábor Vida <vidagabor@gmail.com> (tiny change)
15538
15539 * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
15540 (bug#11145).
15541
15542 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
15543
15544 * comint.el (comint--common-quoted-suffix): Check string boundary
15545 before comparing (bug#11158).
15546 * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
15547
15548 2012-04-04 Chong Yidong <cyd@gnu.org>
15549
15550 * minibuffer.el (completion-extra-properties): Doc fix.
15551
15552 * subr.el (delayed-warnings-hook): Doc fix.
15553
15554 2012-04-04 Daiki Ueno <ueno@unixuser.org>
15555
15556 * epa.el (epa--select-keys): Bind C-c C-c to finish the key
15557 selection (Bug#11159).
15558 (epa-insert-keys): Inform that the default public key will be
15559 exported if no key is selected.
15560
15561 2012-04-04 Richard Stallman <rms@gnu.org>
15562
15563 * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
15564
15565 2012-04-03 Chong Yidong <cyd@gnu.org>
15566
15567 * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
15568 mail-insert-file, not its obsolete alias mail-attach-file.
15569
15570 2012-04-03 Michael Albinus <michael.albinus@gmx.de>
15571
15572 * notifications.el (notifications-notify): Fix docstring.
15573
15574 2012-04-02 Glenn Morris <rgm@gnu.org>
15575
15576 * emacs-lisp/authors.el (authors-aliases): Another addition.
15577
15578 2012-04-02 Michael Albinus <michael.albinus@gmx.de>
15579
15580 * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
15581 `tramp-compat-call-process' instead of `tramp-local-call-process'.
15582 Reported by Magnus Henoch <magnus.henoch@gmail.com>.
15583
15584 2012-04-01 Chong Yidong <cyd@gnu.org>
15585
15586 * files.el (file-in-directory-p): Rename from file-subdir-of-p.
15587 Handle root directory properly.
15588 (copy-directory): Caller changed.
15589
15590 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
15591 * net/tramp.el (tramp-file-name-for-operation): Callers changed.
15592
15593 2012-03-31 Glenn Morris <rgm@gnu.org>
15594
15595 * term/xterm.el (xterm-extra-capabilities): Doc fix.
15596
15597 * language/indian.el ("Devanagari"): Fix typo. (Bug#11103)
15598
15599 * calendar/calendar.el (calendar-window-list)
15600 (calendar-hide-window): Restore. (Bug#11140)
15601 (calendar-exit): Use calendar-window-list, calendar-hide-window again.
15602
15603 * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
15604
15605 2012-03-30 Thierry Volpiatto <thierry.volpiatto@gmail.com>
15606
15607 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
15608 Check if file is a symlink (Bug#10489).
15609
15610 * files.el (copy-directory): Likewise.
15611
15612 2012-03-30 Chong Yidong <cyd@gnu.org>
15613
15614 * image.el (imagemagick-types-inhibit)
15615 (imagemagick-register-types): Doc fix.
15616
15617 2012-03-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
15618
15619 * textmodes/ispell.el (ispell-get-extended-character-mode):
15620 Disable extended-char-mode for hunspell. hunspell does not support it
15621 and treats ~word as ordinary words in pipe mode.
15622
15623 2012-03-30 Glenn Morris <rgm@gnu.org>
15624
15625 * tutorial.el (help-with-tutorial): Ensure local variables don't
15626 happen to make the buffer read-only. (Bug#11127)
15627
15628 2012-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
15629
15630 * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
15631 (perl-calculate-indent): Return `noindent' in strings.
15632
15633 2012-03-28 Sam Steingold <sds@gnu.org>
15634
15635 * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
15636 instead of the broken adhockery which does not prevent calendar
15637 buffers from being displayed at random after exit.
15638 (calendar-window-list, calendar-hide-window): Remove the broken
15639 adhockery.
15640
15641 2012-03-28 Glenn Morris <rgm@gnu.org>
15642
15643 * replace.el (query-replace-map): Doc fix.
15644
15645 2012-03-28 Andreas Schwab <schwab@linux-m68k.org>
15646
15647 * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
15648 contents. (Bug#11109)
15649
15650 2012-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
15651
15652 * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
15653 (bug#11077).
15654 (avl-tree--check, avl-tree--check-node): New funs.
15655
15656 2012-03-27 Martin Rudalics <rudalics@gmx.at>
15657
15658 * window.el (switch-to-visible-buffer): New option.
15659 (switch-to-prev-buffer, switch-to-next-buffer):
15660 Observe switch-to-visible-buffer. Make sure that checking for a window
15661 showing a buffer already is done on the same frame.
15662
15663 2012-03-27 Glenn Morris <rgm@gnu.org>
15664
15665 * startup.el (mail-host-address): Doc fix.
15666
15667 2012-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
15668
15669 * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
15670 than 197 variables.
15671
15672 2012-03-26 Ami Fischman <ami@fischman.org>
15673
15674 * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
15675
15676 2012-03-26 Glenn Morris <rgm@gnu.org>
15677
15678 * files.el (save-buffers-kill-emacs): Doc fix.
15679
15680 * startup.el (normal-top-level, command-line, command-line-1):
15681 Give them doc strings.
15682
15683 2012-03-25 Eli Zaretskii <eliz@gnu.org>
15684
15685 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
15686 of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
15687
15688 2012-03-25 Chong Yidong <cyd@gnu.org>
15689
15690 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
15691 theme if it was previously enabled before (Bug#11031).
15692
15693 * cus-theme.el (custom-theme-write-faces): Retrieve current face
15694 spec with custom-face-get-current-spec if its :shown-value is not
15695 determined yet (Bug#9337).
15696 (customize-create-theme, custom-theme-revert): Doc fixes.
15697
15698 * button.el (button-at): Minor addition to docstring.
15699
15700 2012-03-24 Simon Leinen <simon.leinen@gmail.com>
15701
15702 * vc/vc.el (vc-merge): Fix a prompt.
15703
15704 2012-03-24 Chong Yidong <cyd@gnu.org>
15705
15706 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
15707 point (Bug#9623).
15708
15709 * button.el (button-at): Minor addition to docstring.
15710
15711 2012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
15712
15713 * newcomment.el (comment-choose-indent): No space after BOL.
15714
15715 2012-03-22 Sam Steingold <sds@gnu.org>
15716
15717 * window.el (switch-to-prev-buffer): Revert last patch because the
15718 bug turned out to be an advertised feature (Elisp manual 28.14).
15719
15720 2012-03-22 Glenn Morris <rgm@gnu.org>
15721
15722 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
15723 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
15724
15725 2012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
15726
15727 * net/network-stream.el (network-stream-open-starttls): Make error
15728 message under Windows be less misleading.
15729
15730 2012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
15731
15732 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
15733 understands (bug#9942).
15734
15735 2012-03-22 Chong Yidong <cyd@gnu.org>
15736
15737 * simple.el (end-of-visible-line): Handle return value of
15738 next-single-property-change properly (Bug#9371).
15739
15740 2012-03-22 Kenichi Handa <handa@m17n.org>
15741
15742 * international/quail.el (quail-insert-kbd-layout): Fix previous
15743 change. To avoid unwanted bidi reordering, use
15744 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
15745
15746 2012-03-21 Dmitry Gutov <dgutov@yandex.ru>
15747
15748 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
15749 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
15750 (ruby-beginning-of-indent): Be more careful with the difference
15751 between word-boundary and symbol boundary.
15752 (ruby-mode-syntax-table): Make : a symbol constituent.
15753
15754 2012-03-21 Andreas Politz <politza@fh-trier.de>
15755
15756 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
15757
15758 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
15759
15760 * progmodes/etags.el (tags-completion-at-point-function):
15761 Improve last fix.
15762
15763 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
15764
15765 2012-03-21 Sam Steingold <sds@gnu.org>
15766
15767 * progmodes/etags.el (tags-completion-at-point-function):
15768 Avoid the error when point is inside the pattern.
15769
15770 2012-03-21 John Yates <john@yates-sheets.org> (tiny change)
15771
15772 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
15773 line (Bug#10855).
15774
15775 2012-03-21 Drew Adams <drew.adams@oracle.com>
15776
15777 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
15778
15779 2012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
15780
15781 * ido.el (ido-set-current-directory, ido-read-internal)
15782 (ido-choose-completion-string, ido-completion-help): Handle nil
15783 value of ido-completion-buffer (Bug#11008).
15784
15785 2012-03-21 Sam Steingold <sds@gnu.org>
15786
15787 * window.el (switch-to-prev-buffer): Do not switch to a visible
15788 window previous buffer, just like with the frame previous buffers.
15789
15790 2012-03-21 Chong Yidong <cyd@gnu.org>
15791
15792 * faces.el (make-face, make-empty-face, copy-face):
15793 * face-remap.el (face-remap-add-relative, face-remap-set-base):
15794 Doc fixes.
15795
15796 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
15797
15798 * wid-edit.el (widget-complete-field): Remove (bug#11051).
15799 (widget-complete): Remove broken use of it.
15800
15801 2012-03-20 Chong Yidong <cyd@gnu.org>
15802
15803 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
15804 Use string-width and truncate-string-width to handle arbitrary
15805 characters.
15806
15807 2012-03-20 Tassilo Horn <tassilo@member.fsf.org>
15808
15809 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
15810 to draw rectangles, not squares. (Regression introduced by revno
15811 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
15812
15813 2012-03-18 Chong Yidong <cyd@gnu.org>
15814
15815 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
15816 it is not yet defined (for temacs).
15817
15818 2012-03-18 Leo Liu <sdl.web@gmail.com>
15819
15820 * net/rcirc.el (rcirc-cmd-quit): Allow quitting all servers with
15821 prefix.
15822
15823 2012-03-17 Eli Zaretskii <eliz@gnu.org>
15824
15825 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
15826 (ispell-choices-win-default-height, ispell-silently-savep)
15827 (ispell-dictionary-alist, ispell-encoding8-command)
15828 (ispell-check-version, ispell-aspell-find-dictionary)
15829 (ispell-valid-dictionary-list, ispell-words-keyword)
15830 (ispell-get-word, ispell-internal-change-dictionary)
15831 (ispell-region, ispell-skip-region-list)
15832 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
15833 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
15834 (ispell-message-text-end, ispell-message)
15835 (ispell-buffer-local-parsing): Doc fix.
15836
15837 2012-03-13 Jambunathan K <kjambunathan@gmail.com>
15838
15839 * htmlfontify.el: Add support for code block fontification for ODT
15840 export (Bug #9914).
15841 (hfy-optimisations): Define new option
15842 `body-text-only'
15843 (hfy-fontify-buffer): Honor above setting.
15844 (hfy-begin-span, hfy-end-span): New routines factored out form
15845 `hfy-fontify-buffer'.
15846 (hfy-begin-span-handler, hfy-end-span-handler): New variables
15847 that permit insertion of custom tags.
15848 (hfy-fontify-buffer): Use above handlers.
15849 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
15850 (hfy-face-to-css): Re-defined to be a variable.
15851 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
15852 over multiple runs. This is made possible by having the caller let
15853 bind a special variable `hfy-user-sheet-assoc'.
15854 (htmlfontify-string): New defun.
15855 (hfy-compile-face-map): Make sure that the last char in the
15856 buffer is correctly fontified.
15857 (hfy-face-resolve-face): Whitespace only change.
15858
15859 2012-03-17 Eli Zaretskii <eliz@gnu.org>
15860
15861 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
15862 message more clear.
15863
15864 2012-03-16 Leo Liu <sdl.web@gmail.com>
15865
15866 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
15867
15868 2012-03-16 Alan Mackenzie <acm@muc.de>
15869
15870 Further optimize the handling of large macros.
15871
15872 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
15873 limit to a call of `c-literal-limits'.
15874 (c-determine-+ve-limit): New function.
15875 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
15876 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
15877 In CASE 5B, restrict a search limit to 500.
15878 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
15879
15880 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
15881 Restrict macro bounds to +-500 from after-change's BEG END.
15882
15883 2012-03-16 Leo Liu <sdl.web@gmail.com>
15884
15885 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
15886
15887 2012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
15888
15889 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
15890 `special-mode' setting of `buffer-read-only'. (Bug#11010)
15891
15892 2012-03-16 Glenn Morris <rgm@gnu.org>
15893
15894 * view.el (view-buffer, view-buffer-other-window)
15895 (view-buffer-other-frame): Doc fixes re special mode-class.
15896
15897 * subr.el (eval-after-load): If named feature is provided not from
15898 a file, run after-load forms. (Bug#10946)
15899
15900 * calendar/calendar.el (calendar-insert-at-column):
15901 Handle non-unit-width characters a bit better. (Bug#10978)
15902
15903 2012-03-15 Chong Yidong <cyd@gnu.org>
15904
15905 * emacs-lisp/ring.el (ring-extend): New function.
15906 (ring-insert+extend): Extend the ring correctly (Bug#11019).
15907
15908 * comint.el (comint-read-input-ring)
15909 (comint-add-to-input-history): Grow comint-input-ring lazily.
15910
15911 2012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
15912
15913 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
15914 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
15915
15916 * imenu.el: Fix multiple inheritance breakage (bug#9199).
15917 (imenu-add-to-menubar): Don't add a redundant index.
15918 (imenu-update-menubar): Handle a dynamically composed keymap.
15919
15920 2012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
15921
15922 * mail/sendmail.el (mail-encode-header):
15923 Bind rfc2047-encode-encoded-words to nil.
15924
15925 2012-03-13 Glenn Morris <rgm@gnu.org>
15926
15927 * calendar/calendar.el (calendar-string-spread):
15928 Handle non-unit-width characters a bit better. (Bug#10978)
15929
15930 2012-03-13 Leo Liu <sdl.web@gmail.com>
15931
15932 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
15933 directory and file as argument (Bug#10822).
15934
15935 2012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
15936
15937 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
15938 For dynamically generated code, follow $PC.
15939 (gdb-disassembly-handler-custom): Handle no function name case.
15940
15941 2012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
15942
15943 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
15944 * emulation/ws-mode.el (ws-query-replace):
15945 * sort.el (sort-regexp-fields):
15946 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
15947
15948 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
15949
15950 * dabbrev.el: Fix cycle completion order (bug#10963).
15951 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
15952 (dabbrev-completion): Don't use an obarray; provide
15953 a cycle-sort-function.
15954
15955 2012-03-12 Leo Liu <sdl.web@gmail.com>
15956
15957 * simple.el (kill-new): Use equal-including-properties for comparison.
15958 (kill-do-not-save-duplicates): Doc fix.
15959
15960 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
15961
15962 * dabbrev.el: Fix cycle completion (bug#10963).
15963 Use lexical binding and wrap to 80 columns.
15964 (dabbrev-completion): Delay computing the list of completions.
15965
15966 2012-03-12 Kenichi Handa <handa@m17n.org>
15967
15968 * international/quail.el (quail-insert-kbd-layout): Surround each
15969 row by LRO and PDF instead of inserting many LRMs. Pad the left
15970 and right of each non-spacing marks. Insert invisible space
15971 between lower and upper characters to prevent composition.
15972
15973 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
15974
15975 * minibuffer.el (minibuffer-complete): Don't get confused when the
15976 function is run twice via different commands (bug#10958).
15977 (complete-with-action): Fix docstring.
15978
15979 2012-03-12 Chong Yidong <cyd@gnu.org>
15980
15981 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
15982 (nxml-completion-at-point-function): New function.
15983 (nxml-mode): Use it.
15984 (nxml-bind-meta-tab-to-complete-flag): Default to t.
15985
15986 * emacs-lisp/package.el (package-unpack, package-unpack-single):
15987 Load generated autoloads file before byte compiling (Bug#10970).
15988 (package--make-autoloads-and-compile): New helper fun.
15989
15990 2012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
15991
15992 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
15993
15994 2012-03-11 Michael Albinus <michael.albinus@gmx.de>
15995
15996 * autorevert.el (auto-revert-handler): Ensure, that
15997 file-readable-p is applied only for local files or in
15998 auto-revert-tail-mode.
15999
16000 2012-03-11 Andreas Schwab <schwab@linux-m68k.org>
16001
16002 * server.el (server-eval-at): Handle non-tcp connections.
16003 Decode result string.
16004
16005 * server.el (server-msg-size): New constant.
16006 (server-reply-print): New function.
16007 (server-eval-and-print): Use it.
16008 (server-eval-at): Use server-quote-arg and server-unquote-arg.
16009 Handle -print-nonl.
16010
16011 2012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
16012
16013 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
16014 (Bug#10987).
16015
16016 2012-03-11 Chong Yidong <cyd@gnu.org>
16017
16018 * simple.el (goto-line): Doc fix (Bug#9938).
16019
16020 * subr.el (save-window-excursion): Doc fix (Bug#9979).
16021
16022 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
16023 when finished (Bug#10963).
16024
16025 2012-03-11 Martin Rudalics <rudalics@gmx.at>
16026
16027 * window.el (split-window-below): Fix bug in case where
16028 split-window-keep-point is nil (Bug#10971).
16029
16030 2012-03-11 Juri Linkov <juri@jurta.org>
16031
16032 * replace.el (replace-highlight): Set isearch-word to nil
16033 unconditionally. (Bug#10887)
16034
16035 2012-03-10 Eli Zaretskii <eliz@gnu.org>
16036
16037 * net/mairix.el (mairix-replace-invalid-chars): Rename from
16038 mairix-replace-illegal-chars; all callers changed. Don't remove
16039 ^, ~, and = characters: they are meaningful in mairix search specs.
16040 (mairix-widget-create-query): Add usage information about mairix
16041 search forms: negating words, searching for substrings, etc.
16042
16043 2012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
16044
16045 * international/fontset.el (font-encoding-alist): Add an entry for
16046 ksx1001 (Bug#5667).
16047
16048 2012-03-10 Richard Stallman <rms@gnu.org>
16049
16050 * mail/sendmail.el (mail-encode-header):
16051 Set rfc2047-encode-encoded-words.
16052
16053 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
16054
16055 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
16056 view buffer means not swapped.
16057 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
16058 (rmail-write-region-annotate): Error if real text has disappeared.
16059
16060 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
16061
16062 2012-03-10 Chong Yidong <cyd@gnu.org>
16063
16064 * emulation/cua-rect.el (cua--init-rectangles):
16065 * emulation/cua-base.el (cua--init-keymaps):
16066 Add delete-forward-char to remappings (Bug#9666).
16067
16068 2012-03-10 Martin Rudalics <rudalics@gmx.at>
16069
16070 * speedbar.el (speedbar-unhighlight-one-tag-line):
16071 Avoid unhighlighting due to frame switching (Bug#10275).
16072
16073 2012-03-10 Chong Yidong <cyd@gnu.org>
16074
16075 * minibuffer.el (completion-in-region, completion-help-at-point):
16076 Give the completion field overlay a high priority (Bug#6830).
16077
16078 * dired.el (dired-goto-file): Recognize absolute file name
16079 listings (Bug#7126).
16080 (dired-goto-file-1): New helper function.
16081 (dired-toggle-read-only): Inhibit warnings.
16082
16083 2012-03-09 Michael Albinus <michael.albinus@gmx.de>
16084
16085 * net/dbus.el (dbus-property-handler): Return empty array if
16086 there are no properties.
16087
16088 2012-03-09 Leo Liu <sdl.web@gmail.com>
16089
16090 * savehist.el (savehist-printable): Stricter check for string
16091 value (Bug#10937).
16092
16093 2012-03-09 Eli Zaretskii <eliz@gnu.org>
16094
16095 * mail/smtpmail.el (smtpmail-send-it):
16096 Bind coding-system-for-write to *-unix, so that FCC files are kept in
16097 valid mbox format.
16098
16099 2012-03-09 Glenn Morris <rgm@gnu.org>
16100
16101 * files.el (dir-locals-find-file):
16102 Don't check result is regular, readable.
16103 (dir-locals-read-from-file): Demote errors.
16104
16105 2012-03-08 Eli Zaretskii <eliz@gnu.org>
16106
16107 * international/quail.el (quail-insert-kbd-layout):
16108 Insert invisible LRM characters before each character in a keyboard
16109 layout cell, to prevent their reordering by bidi display engine.
16110 For details, see the discussion in
16111 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
16112
16113 2012-03-08 Alan Mackenzie <acm@muc.de>
16114
16115 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
16116 the starting position; make it extend the marked region when
16117 invoked repeatedly - all under appropriate circumstances.
16118 Fixes bugs #5525, #10906.
16119
16120 2012-03-08 Glenn Morris <rgm@gnu.org>
16121
16122 * files.el (locate-dominating-file, dir-locals-find-file):
16123 Undo 2012-03-06 change.
16124
16125 2012-03-07 Eli Zaretskii <eliz@gnu.org>
16126
16127 * international/quail.el (quail-help):
16128 Force bidi-paragraph-direction be left-to-right. See discussion in
16129 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
16130 for the reason.
16131
16132 2012-03-07 Michael Albinus <michael.albinus@gmx.de>
16133
16134 Avoid superfluous registering of signals. (Bug#10807)
16135
16136 * notifications.el (notifications-on-action-object)
16137 (notifications-on-close-object): New defvars.
16138 (notifications-on-action-signal, notifications-on-closed-signal):
16139 Unregister the signal if not needed any longer.
16140 (notifications-notify): Register `notifications-action-signal' or
16141 `notifications-closed-signal', if :on-action or :on-close has been
16142 passed as argument.
16143
16144 2012-03-07 Chong Yidong <cyd@gnu.org>
16145
16146 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
16147 non-X platforms.
16148
16149 2012-03-06 Glenn Morris <rgm@gnu.org>
16150
16151 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
16152 (x-disown-selection-internal, x-get-selection-internal):
16153 Doc fix (add arglist signatures). (Bug#10783)
16154
16155 2012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
16156
16157 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
16158 Handle breakpoints with no "type".
16159
16160 2012-03-06 Glenn Morris <rgm@gnu.org>
16161
16162 * files.el (locate-dominating-file): Add optional predicate argument.
16163 (dir-locals-find-file): Make use of above change.
16164
16165 2012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
16166
16167 * info.el (Info-insert-dir): Also try "dir.gz".
16168
16169 2012-03-06 Glenn Morris <rgm@gnu.org>
16170
16171 * files.el (dir-locals-find-file):
16172 Ignore non-readable or non-regular files. (Bug#10928)
16173
16174 * files.el (locate-dominating-file): Doc fix.
16175
16176 2012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
16177
16178 * calendar/calendar.el (calendar-set-mode-line):
16179 `getenv' returns a string. (Bug#10951)
16180
16181 2012-03-05 Leo Liu <sdl.web@gmail.com>
16182
16183 * simple.el (backward-delete-char-untabify): Constrain point to
16184 field (Bug#10939).
16185
16186 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
16187
16188 2012-03-05 Chong Yidong <cyd@gnu.org>
16189
16190 * simple.el (count-words): If called from Lisp, return the word
16191 count, for symmetry with `count-lines'. Arglist changed.
16192 (count-words--message): Args changed. Consolidate counting code
16193 from count-words and count-words-region.
16194 (count-words-region): Caller changed.
16195 (count-lines-region): Make it an obsolete alias.
16196
16197 2012-03-04 Tassilo Horn <tassilo@member.fsf.org>
16198
16199 * saveplace.el (save-place-to-alist)
16200 (save-place-ignore-files-regexp): Allow value nil to disable this
16201 feature.
16202
16203 2012-03-04 Chong Yidong <cyd@gnu.org>
16204
16205 * faces.el (face-spec-reset-face): For the default face, reset the
16206 attributes to default values (Bug#10748).
16207
16208 2012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
16209
16210 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
16211 previous patch: Check `message-send-mail-function', and not the
16212 default function (bug#10897).
16213
16214 2012-03-04 Michael Albinus <michael.albinus@gmx.de>
16215
16216 * notifications.el (notifications-on-action-signal)
16217 (notifications-on-closed-signal): Check for unique service name of
16218 incoming event. Fix error in removing entry.
16219 (top): Register for signals with wildcard service name.
16220 (notifications-notify): Use daemon unique service name for map entries.
16221
16222 2012-03-04 Chong Yidong <cyd@gnu.org>
16223
16224 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
16225
16226 2012-03-04 Glenn Morris <rgm@gnu.org>
16227
16228 * abbrev.el (copy-abbrev-table, abbrev-table-p)
16229 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
16230 (expand-abbrev, define-abbrev-table): Doc fixes.
16231
16232 2012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
16233
16234 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
16235 `message-default-send-mail-function' and not `send-mail-function'
16236 when doing the prompting for `sendmail-query-once' before sending
16237 in Message buffers (bug#10897).
16238
16239 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
16240 This is inconsistent with all the other stream functions, which leave
16241 the setting up to the higher levels (if so wanted) (bug#10931).
16242
16243 2012-03-02 Alan Mackenzie <acm@muc.de>
16244
16245 Depessimize the handling of very large macros.
16246
16247 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
16248 (c-macro-cache-syntactic): New variables to implement a one
16249 element macro cache.
16250 (c-invalidate-macro-cache): New function.
16251 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
16252 Adapt to use the new cache.
16253 (c-state-safe-place): Use better the cache of safe positions.
16254 (c-state-semi-nonlit-pos-cache)
16255 (c-state-semi-nonlit-pos-cache-limit):
16256 New variables for...
16257 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
16258 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
16259 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
16260 Use c-state-semi-safe-place.
16261
16262 * progmodes/cc-langs.el (c-get-state-before-change-functions):
16263 Add c-invalidate-macro-cache to the C, C++, Obj entries.
16264
16265 2012-03-02 Michael Albinus <michael.albinus@gmx.de>
16266
16267 * jka-compr.el (jka-compr-call-process):
16268 Apply `file-accessible-directory-p' only when the default directory is
16269 not remote.
16270
16271 2012-03-01 Michael Albinus <michael.albinus@gmx.de>
16272
16273 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
16274 access of FILE2, if FILE1 does not exist.
16275
16276 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
16277 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
16278
16279 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
16280 Add "PAGER=" to `process-environment'.
16281
16282 2012-03-01 Michael R. Mauger <mmaug@yahoo.com>
16283
16284 * progmodes/sql.el: Bug fix
16285 (sql-get-login-ext): Save login values in globals.
16286 (sql-get-login): Use new version of `sql-get-login-ext'.
16287 (sql-interactive-mode): Set global `sql-connection' to nil.
16288 (sql-connect): Set global values for connection.
16289 (sql-product-interactive): Save global values as buffer local.
16290
16291 2012-02-29 Leo Liu <sdl.web@gmail.com>
16292
16293 * abbrev.el (define-abbrevs): Reset sys to nil.
16294
16295 2012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
16296
16297 * files.el (file-equal-p): Rename from `files-equal-p'.
16298 Return nil when one or both files don't exist.
16299 (file-subdir-of-p): Now only top directory must exists,
16300 return nil if it doesn't.
16301 (copy-directory): No need to test with `file-subdir-of-p' after
16302 creating dir.
16303 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
16304 to `file-equal-p'.
16305
16306 2012-02-28 Glenn Morris <rgm@gnu.org>
16307
16308 * shell.el (shell-mode):
16309 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
16310 * play/landmark.el (landmark-font-lock-face-O):
16311 * play/handwrite.el (handwrite):
16312 * play/gomoku.el (gomoku-O):
16313 * net/browse-url.el (browse-url-browser-display):
16314 * international/mule.el (define-charset):
16315 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
16316 * filesets.el (filesets-find-file-delay):
16317 * eshell/em-xtra.el (eshell-xtra):
16318 * eshell/em-unix.el (eshell-grep):
16319 * emulation/viper.el (viper-mode):
16320 * emacs-lisp/regexp-opt.el (regexp-opt-group):
16321 * emacs-lisp/easymenu.el (easy-menu-define):
16322 * calendar/timeclock.el (timeclock-use-display-time):
16323 * bs.el (bs-mode):
16324 * bookmark.el (bookmark-save-flag):
16325 Doc fix (standardize possessive apostrophe usage).
16326
16327 2012-02-27 Chong Yidong <cyd@gnu.org>
16328
16329 * emulation/viper-cmd.el (viper-intercept-ESC-key):
16330 Fix key-binding lookup for ESC key (Bug#9146).
16331
16332 * font-lock.el (font-lock-specified-p): Rename from
16333 font-lock-spec-present. Callers changed.
16334
16335 2012-02-27 Daniel Hackney <dan@haxney.org>
16336
16337 * emacs-lisp/package.el (package-compute-transaction):
16338 Handle holding a package version to t in package-load-list.
16339
16340 2012-02-26 Michael Albinus <michael.albinus@gmx.de>
16341
16342 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
16343 (tramp-get-inode, tramp-get-device): Use cached values.
16344
16345 2012-02-26 Alan Mackenzie <acm@muc.de>
16346
16347 Check there is a font-lock specification before doing initial
16348 fontification.
16349
16350 * font-core.el (font-lock-mode): Move the conditional from
16351 :after-hook to font-lock-initial-fontify.
16352 (font-lock-default-function): Move the check for a specification
16353 to font-lock-spec-present.
16354
16355 * font-lock.el (font-lock-initial-fontify): Call ...
16356 (font-lock-spec-present): New function.
16357
16358 2012-02-26 Jim Blandy <jimb@red-bean.com>
16359
16360 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
16361 (gdb-send): Apply it to the operand of the '-interpreter-exec
16362 console' command, so that we can pass arguments with (say) quotes
16363 in them. Store exact string sent in gdb-debug-log (Bug#10765).
16364
16365 2012-02-26 Chong Yidong <cyd@gnu.org>
16366
16367 * help-fns.el (describe-function-1): Clarify description of
16368 remapping (Bug#10844).
16369
16370 * files.el (files-equal-p): Doc fix.
16371 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
16372 and quit the loop once a mismatch is found.
16373
16374 2012-02-25 Juanma Barranquero <lekktu@gmail.com>
16375
16376 * bs.el (bs--show-with-configuration): Don't throw an error
16377 if the window cannot be split; otherwise, subsequent calls to
16378 bs-show fail, restoring a stale window config. (Bug#10882)
16379
16380 2012-02-25 Jan Djärv <jan.h.d@swipnet.se>
16381
16382 * term/ns-win.el (global-map): Bind ns-drag-file to
16383 ns-find-file (Bug#5855, Bug#10050).
16384
16385 2012-02-25 Andreas Schwab <schwab@linux-m68k.org>
16386
16387 * calendar/parse-time.el (parse-time-string): Allow extractor to
16388 return nil.
16389
16390 2012-02-25 Michael Albinus <michael.albinus@gmx.de>
16391
16392 * net/tramp.el (tramp-file-name-for-operation):
16393 Add `files-equal-p' and `file-subdir-of-p'.
16394
16395 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
16396 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
16397 Add COPY-CONTENTS argument.
16398
16399 2012-02-25 Chong Yidong <cyd@gnu.org>
16400
16401 Add custom groups for VC backends, for consistency with vc-bzr.
16402
16403 * vc/vc-arch.el (vc-arch):
16404 * vc/vc-cvs.el (vc-cvs):
16405 * vc/vc-git.el (vc-git):
16406 * vc/vc-hg.el (vc-hg):
16407 * vc/vc-mtn.el (vc-mtn):
16408 * vc/vc-rcs.el (vc-rcs):
16409 * vc/vc-sccs.el (vc-sccs):
16410 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
16411 All relevant defcustoms reassigned.
16412
16413 2012-02-25 Chong Yidong <cyd@gnu.org>
16414
16415 * newcomment.el (comment-styles): Add autoload (Bug#10868).
16416
16417 * term/x-win.el (x-initialize-window-system): Reduce default for
16418 x-selection-timeout to 5 seconds (Bug#8869).
16419
16420 2012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
16421
16422 * files.el (files-equal-p, file-subdir-of-p): New functions.
16423 (copy-directory): Error when trying to copy a directory on itself.
16424 Add missing copy-contents arg to tramp handler.
16425 * dired-aux.el (dired-copy-file-recursive): Same.
16426 (dired-create-files): Modify destination when source is equal to
16427 dest when copying files.
16428 Return also when dest is a subdir of source. (Bug#10489)
16429
16430 2012-02-24 Michael Albinus <michael.albinus@gmx.de>
16431
16432 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
16433 (Bug#10874)
16434
16435 2012-02-23 Alan Mackenzie <acm@muc.de>
16436
16437 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
16438 parameter "after-hook:" to allow the expansion to run code after
16439 the execution of the mode hooks.
16440
16441 * font-lock.el (font-lock-initial-fontify): New function extracted
16442 from font-lock-mode-internal.
16443
16444 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
16445 :after-hook.
16446
16447 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
16448
16449 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
16450 (completion--cache-all-sorted-completions): New function.
16451 (completion-all-sorted-completions): Use it.
16452 (completion--do-completion, minibuffer-force-complete):
16453 Use it to re-instate the flush hook.
16454
16455 * icomplete.el (icomplete-completions): Replace last fix with a better
16456 one (bug#10850).
16457
16458 2012-02-23 Dmitry Gutov <dgutov@yandex.ru>
16459
16460 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
16461 when it might call us back infinitely (bug#10797).
16462
16463 2012-02-23 Glenn Morris <rgm@gnu.org>
16464
16465 * minibuffer.el (completion-category-overrides): Doc fix.
16466
16467 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
16468
16469 * minibuffer.el (completion-table-with-context): Fix inf-loop.
16470 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
16471
16472 2012-02-23 Glenn Morris <rgm@gnu.org>
16473
16474 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
16475 (authors-obsolete-files-regexps, authors-ignored-files)
16476 (authors-ambiguous-files, authors-renamed-files-alist):
16477 Add more entries.
16478
16479 2012-02-23 Juri Linkov <juri@jurta.org>
16480
16481 * isearch.el (isearch-occur): Sync interactive spec with occur's
16482 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
16483
16484 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
16485
16486 2012-02-22 Juri Linkov <juri@jurta.org>
16487
16488 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
16489 (ucs-insert): Doc fix. Check for hex digits in the string.
16490 Don't display `nil' in the error message. (Bug#10857)
16491
16492 2012-02-22 Alan Mackenzie <acm@muc.de>
16493
16494 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
16495
16496 2012-02-22 Glenn Morris <rgm@gnu.org>
16497
16498 * ffap.el (ffap-c-path):
16499 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
16500
16501 2012-02-22 Chong Yidong <cyd@gnu.org>
16502
16503 * custom.el (load-theme): Doc fix.
16504
16505 2012-02-22 Glenn Morris <rgm@gnu.org>
16506
16507 * dired-x.el (dired-guess-shell-alist-default):
16508 Remove escape sequences from nroff output. (Bug#172)
16509
16510 2012-02-21 Glenn Morris <rgm@gnu.org>
16511
16512 * vc/emerge.el (emerge-defvar-local):
16513 Set `permanent-local' property rather than unused `preserved'.
16514
16515 * textmodes/picture.el (picture-delete-char): New alias.
16516 (picture-mode-map): Use it. (Bug#10860)
16517 (picture-mode): Doc fix.
16518
16519 2012-02-21 Juanma Barranquero <lekktu@gmail.com>
16520
16521 * newcomment.el (uncomment-region-default): Remove unused binding.
16522
16523 2012-02-21 Glenn Morris <rgm@gnu.org>
16524
16525 * textmodes/picture.el (picture-motion, picture-motion-reverse)
16526 (picture-self-insert, picture-tab-chars): Doc fix.
16527 (picture-mode-map): Fix C-a, C-e.
16528
16529 2012-02-20 Glenn Morris <rgm@gnu.org>
16530
16531 * emacs-lisp/authors.el (authors-aliases): Add another entry.
16532
16533 2012-02-20 Leo Liu <sdl.web@gmail.com>
16534
16535 * icomplete.el (icomplete-completions): Check FROM arg before
16536 passing to substring (Bug#10850).
16537
16538 2012-02-19 Chong Yidong <cyd@gnu.org>
16539
16540 * comint.el: Require ansi-color.
16541 (comint-output-filter-functions): Add ansi-color-process-output.
16542
16543 * ansi-color.el: Don't set comint-output-filter-functions; it is
16544 now in the initial value defined in comint.el.
16545 (ansi-color-apply-face-function): New variable.
16546 (ansi-color-apply-on-region): Use it.
16547 (ansi-color-apply-overlay-face): New function.
16548
16549 * shell.el (shell): No need to require ansi-color.
16550 (shell-mode): Use ansi-color-apply-face-function to highlight
16551 color escapes using font-lock-face property (Bug#10835).
16552
16553 2012-02-19 Chong Yidong <cyd@gnu.org>
16554
16555 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
16556 mode-line formats (Bug#10839).
16557
16558 2012-02-18 Glenn Morris <rgm@gnu.org>
16559
16560 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
16561
16562 * mail/undigest.el (unforward-rmail-message): Doc fix.
16563
16564 * saveplace.el (save-place-ignore-files-regexp): Add :version.
16565
16566 2012-02-18 Eli Zaretskii <eliz@gnu.org>
16567
16568 * international/characters.el (script-list): Sync with the latest
16569 Unicode Character Database.
16570
16571 2012-02-18 Andreas Schwab <schwab@linux-m68k.org>
16572
16573 * international/titdic-cnv.el: Remove duplicate coding tag.
16574 * language/cham.el: Likewise.
16575 * language/tai-viet.el: Likewise.
16576
16577 2012-02-18 Glenn Morris <rgm@gnu.org>
16578
16579 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
16580 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
16581 (calendar-bahai-all-holidays-flag, calendar-other-dates):
16582 * calendar/diary-lib.el (diary-abbreviated-year-flag):
16583 * calendar/holidays.el (holiday-bahai-holidays)
16584 (calendar-holidays, list-holidays):
16585 Use utf-8 Bahá'í in doc-strings, menus, etc.
16586
16587 2012-02-17 Tassilo Horn <tassilo@member.fsf.org>
16588
16589 * saveplace.el (save-place-ignore-files-regexp): New variable
16590 allowing for excluding files from saving their location of point.
16591 The default value matches the temporary commit message editing
16592 files from Git, SVN, Bazaar, and Mercurial.
16593 (save-place-to-alist): Use it.
16594
16595 2012-02-17 Lawrence Mitchell <wence@gmx.li>
16596 Stefan Monnier <monnier@iro.umontreal.ca>
16597
16598 * newcomment.el (uncomment-region-default): Don't leave extra space
16599 when an arg is provided (bug#8150).
16600
16601 2012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
16602
16603 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
16604
16605 2012-02-17 Glenn Morris <rgm@gnu.org>
16606
16607 * net/socks.el: Require network-stream. (Bug#10599)
16608
16609 2012-02-17 Kenichi Handa <handa@m17n.org>
16610
16611 * international/charprop.el:
16612 * international/uni-name.el:
16613 * international/uni-old-name.el:
16614 * international/uni-comment.el: Regenerate.
16615
16616 2012-02-16 Glenn Morris <rgm@gnu.org>
16617
16618 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
16619 Interactively in calendar buffer, give an error if not on a date.
16620
16621 2012-02-15 Glenn Morris <rgm@gnu.org>
16622
16623 * shell.el (shell-delimiter-argument-list):
16624 Revert 2011-02-17 change. (Bug#8027)
16625
16626 2012-02-15 Chong Yidong <cyd@gnu.org>
16627
16628 * minibuffer.el (completion-at-point-functions): Doc fix.
16629
16630 * custom.el (defcustom): Doc fix; note use of defvar.
16631
16632 2012-02-15 Glenn Morris <rgm@gnu.org>
16633
16634 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
16635 Doc fixes.
16636
16637 2012-02-14 Glenn Morris <rgm@gnu.org>
16638
16639 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
16640
16641 2012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
16642
16643 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
16644 way the ports list is computed.
16645 (smtpmail-query-smtp-server): Prompt the user for a port number if
16646 we can't connect to any of the standard ports (bug#10810).
16647
16648 2012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
16649
16650 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
16651
16652 2012-02-13 Glenn Morris <rgm@gnu.org>
16653
16654 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
16655
16656 2012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
16657
16658 * net/gnutls.el (gnutls-trustfiles): New variable.
16659 (gnutls-negotiate): Use it.
16660
16661 2012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
16662
16663 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
16664 does its stuff if Gnus is running.
16665
16666 2012-02-13 Alan Mackenzie <acm@muc.de>
16667
16668 Fix a loop in c-set-fl-decl-start.
16669
16670 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
16671 c-backward-syntactic-ws actually moves backwards.
16672
16673 2012-02-13 Leo Liu <sdl.web@gmail.com>
16674
16675 * net/rcirc.el (rcirc-markup-attributes): Move point to the
16676 beginning so that all \C-o chars are removed.
16677
16678 2012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
16679
16680 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
16681
16682 2012-02-12 Alan Mackenzie <acm@muc.de>
16683
16684 Fix infinite loop with long macros.
16685 * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
16686
16687 2012-02-12 Chong Yidong <cyd@gnu.org>
16688
16689 * window.el (display-buffer): Doc fix (Bug#10785).
16690
16691 2012-02-12 Glenn Morris <rgm@gnu.org>
16692
16693 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
16694 (x-disown-selection-internal, x-get-selection-internal):
16695 Sync docs with the xselect.c versions.
16696
16697 * allout-widgets.el: Add missing license notice.
16698
16699 2012-02-11 Glenn Morris <rgm@gnu.org>
16700
16701 * select.el (x-get-selection-internal, x-own-selection-internal)
16702 (x-disown-selection-internal):
16703 * x-dnd.el (x-get-selection-internal): Update declarations.
16704
16705 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
16706
16707 * window.el (window-sides-slots):
16708 * tool-bar.el (tool-bar-position):
16709 * term/xterm.el (xterm-extra-capabilities):
16710 * ses.el (ses-self-reference-early-detection):
16711 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
16712 (verilog-auto-wire-type)
16713 (verilog-auto-delete-trailing-whitespace)
16714 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
16715 (verilog-auto-tieoff-declaration):
16716 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
16717 (sql-oracle-statement-starters, sql-oracle-scan-on):
16718 * progmodes/prolog.el (prolog-align-comments-flag)
16719 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
16720 (prolog-left-indent-regexp, prolog-paren-indent-p)
16721 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
16722 (prolog-types, prolog-mode-specificators)
16723 (prolog-determinism-specificators, prolog-directives)
16724 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
16725 (prolog-electric-dot-flag)
16726 (prolog-electric-dot-full-predicate-template)
16727 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
16728 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
16729 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
16730 (prolog-program-switches, prolog-prompt-regexp)
16731 (prolog-debug-on-string, prolog-debug-off-string)
16732 (prolog-trace-on-string, prolog-trace-off-string)
16733 (prolog-zip-on-string, prolog-zip-off-string)
16734 (prolog-use-standard-consult-compile-method-flag)
16735 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
16736 (prolog-imenu-max-lines, prolog-info-predicate-index)
16737 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
16738 (prolog-char-quote-workaround):
16739 * progmodes/cc-vars.el (c-defun-tactic):
16740 * net/tramp.el (tramp-encoding-command-interactive)
16741 (tramp-local-end-of-line):
16742 * net/soap-client.el (soap-client):
16743 * net/netrc.el (netrc-file):
16744 * net/gnutls.el (gnutls):
16745 * minibuffer.el (completion-category-overrides)
16746 (completion-cycle-threshold)
16747 (completion-pcm-complete-word-inserts-delimiters):
16748 * man.el (Man-name-local-regexp):
16749 * mail/feedmail.el (feedmail-display-full-frame):
16750 * international/characters.el (glyphless-char-display-control):
16751 * eshell/em-ls.el (eshell-ls-date-format):
16752 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
16753 (lisp-lambda-list-keyword-parameter-indentation)
16754 (lisp-lambda-list-keyword-parameter-alignment):
16755 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
16756 * dired-x.el (dired-omit-verbose):
16757 * cus-theme.el (custom-theme-allow-multiple-selections):
16758 * calc/calc.el (calc-highlight-selections-with-faces)
16759 (calc-lu-field-reference, calc-lu-power-reference)
16760 (calc-note-threshold):
16761 * battery.el (battery-mode-line-limit):
16762 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
16763 (archive-7z-update):
16764 * allout.el (allout-prefixed-keybindings)
16765 (allout-unprefixed-keybindings)
16766 (allout-inhibit-auto-fill-on-headline)
16767 (allout-flattened-numbering-abbreviation):
16768 * allout-widgets.el (allout-widgets-auto-activation)
16769 (allout-widgets-icons-dark-subdir)
16770 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
16771 (allout-widgets-theme-dark-background)
16772 (allout-widgets-theme-light-background)
16773 (allout-widgets-item-image-properties-emacs)
16774 (allout-widgets-item-image-properties-xemacs)
16775 (allout-widgets-run-unit-tests-on-load)
16776 (allout-widgets-time-decoration-activity)
16777 (allout-widgets-hook-error-post-time)
16778 (allout-widgets-track-decoration):
16779 Add missing :version tags to new defcustoms and defgroups.
16780
16781 * progmodes/sql.el (sql-ansi-statement-starters)
16782 (sql-oracle-statement-starters): Add custom type.
16783
16784 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
16785 (prolog-system-version): Give it a type.
16786
16787 2012-02-11 Eli Zaretskii <eliz@gnu.org>
16788
16789 * term/pc-win.el (x-select-text, x-selection-owner-p)
16790 (x-own-selection-internal, x-disown-selection-internal)
16791 (x-get-selection-internal): Sync doc strings and argument lists
16792 with xselect.c, common-win.el and x-win.el. (Bug#10783)
16793
16794 2012-02-11 Leo Liu <sdl.web@gmail.com>
16795
16796 * progmodes/python.el (python-end-of-statement): Fix infinite
16797 loop. (Bug#10788)
16798
16799 2012-02-10 Glenn Morris <rgm@gnu.org>
16800
16801 * international/mule-cmds.el (unify-8859-on-encoding-mode)
16802 (unify-8859-on-decoding-mode): Properly mark as obsolete.
16803
16804 2012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
16805
16806 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
16807 about SMTP before checking the From header.
16808
16809 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
16810 into own function for reuse by emacsbug.el.
16811
16812 2012-02-10 Leo Liu <sdl.web@gmail.com>
16813
16814 * subr.el (condition-case-unless-debug): Rename from
16815 condition-case-no-debug. All callers changed.
16816 (with-demoted-errors): Fix caller.
16817
16818 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
16819 * nxml/rng-valid.el (rng-do-some-validation):
16820 * emacs-lisp/package.el (package-refresh-contents)
16821 (package-menu-execute):
16822 * desktop.el (desktop-create-buffer):
16823 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
16824
16825 2012-02-10 Glenn Morris <rgm@gnu.org>
16826
16827 * textmodes/bibtex.el:
16828 Add missing :version tags for new/changed defcustoms.
16829
16830 * files.el (remote-file-name-inhibit-cache): Doc fixes.
16831
16832 2012-02-09 Lars Ingebrigtsen <larsi@rusty>
16833
16834 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
16835 (smtpmail-via-smtp): Use it, or fall back on the From address.
16836 (smtpmail-send-it): Ditto.
16837
16838 2012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
16839
16840 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
16841 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
16842 (byte-compile-tmp-var): New const.
16843 (byte-compile-defvar): Use it to minimize .elc size.
16844 Just use `defvar' rather than simulate it (bug#10761).
16845
16846 2012-02-09 Glenn Morris <rgm@gnu.org>
16847
16848 * files.el (rename-uniquely): Doc fix. (Bug#3806)
16849
16850 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
16851 Add :version tags.
16852
16853 * progmodes/compile.el (compilation-error-screen-columns)
16854 (compilation-first-column, compilation-filter-start): Doc fixes.
16855
16856 * vc/log-view.el (log-view-toggle-entry-display):
16857 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
16858
16859 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
16860 (report-emacs-bug-can-use-xdg-email):
16861 (report-emacs-bug-insert-to-mailer): Doc fixes.
16862 (report-emacs-bug): Message fix.
16863
16864 * net/browse-url.el (browse-url-can-use-xdg-open)
16865 (browse-url-xdg-open): Doc fixes.
16866
16867 * electric.el (electric-indent-mode, electric-pair-mode)
16868 (electric-layout-rules, electric-layout-mode): Doc fixes.
16869 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
16870
16871 2012-02-08 Martin Rudalics <rudalics@gmx.at>
16872
16873 * server.el (server-unselect-display): Don't inadvertently kill
16874 the current buffer. (Bug#10729)
16875
16876 2012-02-08 Glenn Morris <rgm@gnu.org>
16877
16878 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
16879 (sql-list-table): Doc fixes.
16880
16881 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
16882 Comment out (does nothing).
16883
16884 * completion.el (dynamic-completion-mode):
16885 * dirtrack.el (dirtrack-debug-mode):
16886 * electric.el (electric-layout-mode):
16887 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
16888 * face-remap.el (text-scale-mode, buffer-face-mode):
16889 * iimage.el (iimage-mode):
16890 * image-mode.el (image-transform-mode):
16891 * minibuffer.el (completion-in-region-mode):
16892 * scroll-lock.el (scroll-lock-mode):
16893 * simple.el (next-error-follow-minor-mode):
16894 * tar-mode.el (tar-subfile-mode):
16895 * tooltip.el (tooltip-mode):
16896 * vcursor.el (vcursor-use-vcursor-map):
16897 * wid-browse.el (widget-minor-mode):
16898 * emulation/tpu-edt.el (tpu-edt-mode):
16899 * emulation/tpu-extras.el (tpu-cursor-free-mode):
16900 * international/iso-ascii.el (iso-ascii-mode):
16901 * language/thai-util.el (thai-word-mode):
16902 * mail/supercite.el (sc-minor-mode):
16903 * net/goto-addr.el (goto-address-mode):
16904 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
16905 * progmodes/cwarn.el (cwarn-mode):
16906 * progmodes/flymake.el (flymake-mode):
16907 * progmodes/glasses.el (glasses-mode):
16908 * progmodes/hideshow.el (hs-minor-mode):
16909 * progmodes/pascal.el (pascal-outline-mode):
16910 * textmodes/enriched.el (enriched-mode):
16911 * vc/smerge-mode.el (smerge-mode):
16912 Doc fixes (minor mode argument).
16913
16914 2012-02-07 Eli Zaretskii <eliz@gnu.org>
16915
16916 * ls-lisp.el (ls-lisp-sanitize): New function.
16917 (ls-lisp-insert-directory): Use it to fix or remove any elements
16918 in file-alist with missing attributes. (Bug#4673)
16919
16920 2012-02-07 Alan Mackenzie <acm@muc.de>
16921
16922 Fix spurious recognition of c-in-knr-argdecl.
16923
16924 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
16925 putative K&R region.
16926
16927 2012-02-07 Alan Mackenzie <acm@muc.de>
16928
16929 * progmodes/cc-engine.el (c-forward-objc-directive):
16930 Prevent looping in "#pragma mark @implementation".
16931
16932 2012-02-07 Michael Albinus <michael.albinus@gmx.de>
16933
16934 * notifications.el (notifications-on-closed-signal): Make `reason'
16935 optional. (Bug#10744)
16936
16937 2012-02-07 Glenn Morris <rgm@gnu.org>
16938
16939 * emacs-lisp/easy-mmode.el (define-minor-mode):
16940 Doc fixes for the macro and the mode it defines.
16941
16942 * image.el (imagemagick-types-inhibit): Doc fix.
16943
16944 * cus-start.el (imagemagick-render-type): Add it.
16945
16946 2012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
16947
16948 * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
16949 Set the default at load time, too, so that `font-lock-fontify-buffer'
16950 can be called without setting up the entire mode first. This fixes
16951 a bug in `mm-inline-text' with C MIME parts.
16952
16953 2012-02-06 Chong Yidong <cyd@gnu.org>
16954
16955 * simple.el (list-processes--refresh): Delete exited processes
16956 (Bug#8094).
16957
16958 * comint.el (comint-next-prompt): next-single-char-property-change
16959 and prev-single-char-property-change never return nil (Bug#8657).
16960
16961 * custom.el (defcustom): Doc fix (Bug#9711).
16962
16963 2012-02-05 Chong Yidong <cyd@gnu.org>
16964
16965 * cus-edit.el (custom-variable-reset-backup): Quote the value
16966 before storing it in the customized-value property (Bug#6712).
16967 (custom-display): Add a customization type tag.
16968 (custom-buffer-create-internal): Improve tooltip message.
16969
16970 * wid-edit.el (widget-field-value-get): New optional arg to
16971 suppress trailing whitespace truncation.
16972 (character): Use it (Bug#2689).
16973
16974 2012-02-05 Andreas Schwab <schwab@linux-m68k.org>
16975
16976 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
16977 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
16978
16979 2012-02-05 Chong Yidong <cyd@gnu.org>
16980
16981 * cus-edit.el (custom-variable-value-create): For mismatched
16982 types, show the current value (Bug#7600).
16983
16984 * custom.el (defcustom): Doc fix.
16985
16986 2012-02-05 Glenn Morris <rgm@gnu.org>
16987
16988 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
16989
16990 2012-02-05 Juanma Barranquero <lekktu@gmail.com>
16991
16992 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
16993 (pp-buffer): Use `ignore-errors', `looking-at-p'.
16994 (pp-last-sexp): Use `looking-at-p'.
16995
16996 2012-02-04 Glenn Morris <rgm@gnu.org>
16997
16998 * files.el (revert-buffer):
16999 Doc fix (mention revert-buffer-in-progress-p).
17000
17001 * emacs-lisp/ert-x.el (ert-simulate-command):
17002 Check deferred-action-list (which is obsolete) is bound.
17003
17004 * subr.el (with-wrapper-hook): Doc fixes.
17005
17006 * simple.el (filter-buffer-substring-functions)
17007 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
17008
17009 2012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
17010
17011 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
17012 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
17013
17014 2012-02-04 Leo Liu <sdl.web@gmail.com>
17015
17016 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
17017
17018 2012-02-04 Glenn Morris <rgm@gnu.org>
17019
17020 * image.el (image-extension-data): Add obsolete alias.
17021
17022 * isearch.el (isearch-update): Doc fix.
17023
17024 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
17025
17026 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
17027
17028 2012-02-03 Glenn Morris <rgm@gnu.org>
17029
17030 * image.el (image-animated-p): Doc fix. Use image-animated-types.
17031 (image-animate-timeout): Doc fix.
17032
17033 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
17034
17035 2012-02-02 Glenn Morris <rgm@gnu.org>
17036
17037 * server.el (server-auth-dir): Doc fix.
17038 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
17039
17040 * subr.el (run-mode-hooks): Doc fix.
17041
17042 2012-02-02 Juri Linkov <juri@jurta.org>
17043
17044 * image-mode.el (image-toggle-display-image): Remove tautological
17045 `major-mode' from the `derived-mode-p' test.
17046
17047 2012-02-02 Kenichi Handa <handa@m17n.org>
17048
17049 * composite.el (compose-region): Cancel previous change.
17050
17051 2012-02-02 Kenichi Handa <handa@m17n.org>
17052
17053 * composite.el (compose-region, compose-string): Signal error for
17054 a null string component (Bug#6988).
17055
17056 2012-02-01 Chong Yidong <cyd@gnu.org>
17057
17058 * view.el (view-buffer-other-window, view-buffer-other-frame):
17059 Handle special modes like view-buffer (Bug#10650).
17060 (view-buffer): Simplify.
17061
17062 * frame.el (set-frame-font): Tweak meaning of third argument.
17063
17064 * dynamic-setting.el (font-setting-change-default-font):
17065 Use set-frame-font (Bug#9982).
17066
17067 2012-02-01 Glenn Morris <rgm@gnu.org>
17068
17069 * progmodes/compile.el (compilation-internal-error-properties):
17070 Respect compilation-first-column in the "*compilation*" buffer.
17071
17072 * emacs-lisp/easy-mmode.el (define-minor-mode):
17073 Relax :variable's test for a named function.
17074
17075 2012-01-31 Alan Mackenzie <acm@muc.de>
17076
17077 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
17078 off by one error.
17079
17080 2012-01-31 Chong Yidong <cyd@gnu.org>
17081
17082 * frame.el (set-frame-font): New arg ALL-FRAMES.
17083
17084 * menu-bar.el (menu-set-font): Use set-frame-font.
17085
17086 * faces.el (face-spec-reset-face): Don't apply unspecified
17087 attribute values to the default face.
17088
17089 2012-01-31 Juanma Barranquero <lekktu@gmail.com>
17090
17091 * progmodes/cwarn.el (cwarn): Remove dead link.
17092 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
17093 Remove * from defcustom docstrings.
17094 (turn-on-cwarn-mode): Make obsolete.
17095 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
17096 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
17097
17098 2012-01-31 Glenn Morris <rgm@gnu.org>
17099
17100 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
17101 Fix :variable handling of mode a symbol not equal to modefun.
17102 Allow named functions to be used as the cdr of :variable.
17103
17104 2012-01-30 Glenn Morris <rgm@gnu.org>
17105
17106 * emacs-lisp/authors.el (authors-fixed-entries):
17107 Remove reference to deleted file rnewspost.el.
17108
17109 2012-01-29 Juanma Barranquero <lekktu@gmail.com>
17110
17111 * window.el (window-with-parameter): Remove unused variable `windows'.
17112 (window--side-check): Remove unused variable `code'.
17113 (window--resize-siblings): Remove unused variable `first'.
17114 (adjust-window-trailing-edge): Remove unused variable `failed'.
17115 (window-deletable-p, window--delete): Remove unused variable `buffer'.
17116 Use `let', not `let*'.
17117 (balance-windows-2): Remove unused variable `found'.
17118 (window--state-put-2): Remove unused variable `splits'.
17119 (window-state-put): Remove unused variable `selected'.
17120 (same-window-p): Use `string-match-p'.
17121 (display-buffer-assq-regexp): Remove unused variable `value'.
17122 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
17123 Mark argument ALIST as ignored.
17124 (pop-to-buffer): Remove unused variable `old-window'.
17125
17126 2012-01-29 Eli Zaretskii <eliz@gnu.org>
17127
17128 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
17129 and .lzma compressed files.
17130
17131 2012-01-29 Chong Yidong <cyd@gnu.org>
17132
17133 * frame.el (window-system-default-frame-alist): Doc fix.
17134
17135 * dynamic-setting.el (font-setting-change-default-font): Don't
17136 change the default face if SET-FONT argument is non-nil (Bug#9982).
17137
17138 2012-01-29 Samuel Bronson <naesten@gmail.com>
17139
17140 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
17141
17142 2012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
17143
17144 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
17145 breakpoints in files outside current directory (Bug#6098).
17146
17147 2012-01-29 Chong Yidong <cyd@gnu.org>
17148
17149 * progmodes/python.el: Require ansi-color at top-level.
17150
17151 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
17152 Define and use in Emacs Lisp mode (Bug#9360).
17153 (lisp-mode-abbrev-table): Add doc.
17154 (lisp-mode-variables): Don't set local-abbrev-table.
17155 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
17156
17157 2012-01-28 Roland Winkler <winkler@gnu.org>
17158
17159 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
17160
17161 2012-01-28 Roland Winkler <winkler@gnu.org>
17162
17163 * textmodes/bibtex.el (bibtex-entry-alist): New function.
17164 (bibtex-set-dialect): Use it. Either set global values of
17165 dialect-dependent variables or bind these variables buffer-locally
17166 (Bug#10254).
17167 (bibtex-mode): Call bibtex-set-dialect via
17168 hack-local-variables-hook.
17169 (bibtex-dialect): Update docstring.
17170 Add safe-local-variable predicate.
17171 (bibtex-entry-alist, bibtex-field-alist): Initialize via
17172 bibtex-set-dialect.
17173 (bibtex-mode-map): Define menu for each dialect.
17174 (bibtex-entry): Fix docstring.
17175
17176 2012-01-28 Chong Yidong <cyd@gnu.org>
17177
17178 * eshell/esh-arg.el (eshell-quote-argument): New function.
17179
17180 * eshell/esh-ext.el (eshell-invoke-batch-file):
17181 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
17182 first arg to eshell-parse-command (Bug#10523).
17183
17184 2012-01-28 Drew Adams <drew.adams@oracle.com>
17185
17186 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
17187 `default-directory' is non-nil.
17188
17189 2012-01-28 Eli Zaretskii <eliz@gnu.org>
17190
17191 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
17192 line that displays system-configuration-options. (Bug#9924)
17193
17194 2012-01-28 Drew Adams <drew.adams@oracle.com>
17195
17196 * descr-text.el (describe-char): Show information about POS, in
17197 addition to information about the character at POS. Improve and
17198 update the doc string. Change "code point" to "code point in
17199 charset", to avoid confusion with the character's Unicode code
17200 point shown above that. (Bug#10129)
17201
17202 2012-01-28 Eli Zaretskii <eliz@gnu.org>
17203
17204 * descr-text.el (describe-char): Show the raw character, not only
17205 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
17206 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
17207 for the reasons.
17208
17209 2012-01-28 Phil Hagelberg <phil@hagelb.org>
17210
17211 * emacs-lisp/package.el (package-install):
17212 Run package-refresh-contents if there is no archive yet (Bug#9798).
17213
17214 2012-01-28 Chong Yidong <cyd@gnu.org>
17215
17216 * emacs-lisp/package.el (package-maybe-load-descriptor):
17217 New function, split from package-maybe-load-descriptor.
17218 (package-maybe-load-descriptor): Use it.
17219 (package-download-transaction): Fully load required packages
17220 inside the loop, so that `require' calls work (Bug#10593).
17221 (package-install): No need to call package-initialize now.
17222
17223 2012-01-28 Chong Yidong <cyd@gnu.org>
17224
17225 * simple.el (deactivate-mark): Doc fix (Bug#8614).
17226
17227 * tooltip.el (tooltip-mode): Doc fix.
17228 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
17229
17230 * frame.el (set-cursor-color): Doc fix (Bug#352).
17231
17232 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
17233 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
17234
17235 * cus-edit.el (custom-buffer-create-internal): Fix search button
17236 action (Bug#10542).
17237 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
17238
17239 2012-01-27 Eduard Wiebe <usenet@pusto.de>
17240
17241 * dired.el (dired-mark-files-regexp):
17242 Include any subdirectory components. (Bug#10445)
17243
17244 2012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
17245
17246 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
17247 Handle [host]:port syntax. (Bug#10533)
17248
17249 2012-01-27 Alex Harsanyi <harsanyi@mac.com>
17250
17251 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
17252
17253 2012-01-26 Glenn Morris <rgm@gnu.org>
17254
17255 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
17256 * term.el (term-raw-escape-map): Use Control-X-prefix.
17257 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
17258
17259 2012-01-25 Martin Rudalics <rudalics@gmx.at>
17260
17261 * window.el (window-state-get, window--state-get-1): Don't deal
17262 with fixed-sizeness of windows. Simplify code.
17263
17264 2012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
17265
17266 * window.el (window--state-get-1, window--state-put-2):
17267 Don't save and restore the mark.
17268
17269 2012-01-25 Chong Yidong <cyd@gnu.org>
17270
17271 * custom.el (custom-variable-p): Doc fix.
17272
17273 2012-01-25 Glenn Morris <rgm@gnu.org>
17274
17275 * dired.el (dired-goto-file): Handle some of the more common
17276 characters that `ls -b' escapes. (Bug#10596)
17277
17278 * progmodes/compile.el (compilation-next-error-function):
17279 Respect compilation-first-column in the "*compilation*" buffer.
17280 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
17281
17282 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
17283
17284 2012-01-24 Glenn Morris <rgm@gnu.org>
17285
17286 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
17287
17288 2012-01-24 Julien Danjou <julien@danjou.info>
17289
17290 * color.el (color-rgb-to-hsl): Fix value computing.
17291 (color-hue-to-rgb): New function.
17292 (color-hsl-to-rgb): New function.
17293 (color-clamp, color-saturate-hsl, color-saturate-name)
17294 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
17295 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
17296
17297 2012-01-24 Glenn Morris <rgm@gnu.org>
17298
17299 * vc/vc-rcs.el (vc-rcs-create-tag):
17300 * vc/vc-sccs.el (vc-sccs-create-tag):
17301 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
17302
17303 2012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
17304
17305 * eshell/esh-util.el (eshell-read-hosts-file):
17306 Skip comment lines. (Bug#10549)
17307
17308 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
17309
17310 2012-01-23 Juanma Barranquero <lekktu@gmail.com>
17311
17312 * subr.el (display-delayed-warnings): Doc fix.
17313 (collapse-delayed-warnings): New function to collapse identical
17314 adjacent warnings.
17315 (delayed-warnings-hook): Add it.
17316
17317 2012-01-22 Michael Albinus <michael.albinus@gmx.de>
17318
17319 * net/tramp.el (tramp-action-login): Set connection property "login-as".
17320
17321 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
17322 (tramp-default-user-alist): Don't add "pscp".
17323 (tramp-do-copy-or-rename-file-out-of-band): Use connection
17324 property "login-as", if set. (Bug#10530)
17325
17326 2012-01-21 Michael Albinus <michael.albinus@gmx.de>
17327
17328 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
17329 "plink1" and "psftp". (Bug#10530)
17330
17331 2012-01-21 Kenichi Handa <handa@m17n.org>
17332
17333 * international/mule-cmds.el (prefer-coding-system): Show a
17334 warning message if the default value of file-name-coding-system
17335 was not changed.
17336
17337 2012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
17338
17339 * windmove.el (windmove-reference-loc):
17340 Fix windmove-reference-loc miscalculation.
17341
17342 2012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
17343
17344 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
17345 default unit.
17346
17347 2012-01-21 Glenn Morris <rgm@gnu.org>
17348
17349 * international/mule.el (auto-coding-alist): Add .tbz.
17350
17351 * files.el (local-enable-local-variables): Doc fix.
17352 (inhibit-local-variables-regexps): Rename from
17353 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
17354 Doc fix. Add some extensions from auto-coding-alist.
17355 (inhibit-local-variables-suffixes):
17356 Rename from inhibit-first-line-modes-suffixes. Doc fix.
17357 (inhibit-local-variables-p):
17358 New function, extracted from set-auto-mode-1.
17359 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
17360 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
17361 (hack-local-variables): Doc fix. Make the mode-only case
17362 respect enable-local-variables and friends.
17363 Respect inhibit-local-variables-regexps for file-locals, but
17364 not for directory-locals.
17365 (set-visited-file-name):
17366 Take account of inhibit-local-variables-regexps.
17367 Whether it applies may change as the file name is changed.
17368 * jka-cmpr-hook.el (jka-compr-install):
17369 * jka-compr.el (jka-compr-uninstall):
17370 Update for inhibit-first-line-modes-suffixes name change.
17371
17372 2012-01-20 Martin Rudalics <rudalics@gmx.at>
17373
17374 * help-macro.el (make-help-screen): Temporarily restore original
17375 binding for minor-mode-map-alist (Bug#10454).
17376
17377 2012-01-19 Julien Danjou <julien@danjou.info>
17378
17379 * color.el (color-name-to-rgb): Use the white color to find the max
17380 color component value and return correctly computed values.
17381 (color-name-to-rgb): Add missing float conversion for max value.
17382
17383 2012-01-19 Martin Rudalics <rudalics@gmx.at>
17384
17385 * window.el (window--state-get-1, window-state-get): Do not use
17386 special state value for window-persistent-parameters.
17387 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
17388 (window--state-put-2): Reset all window parameters to nil before
17389 assigning values of persistent parameters.
17390
17391 2012-01-18 Alan Mackenzie <acm@muc.de>
17392
17393 Eliminate sluggishness and hangs in fontification of "semicolon
17394 deserts".
17395
17396 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
17397 Change value 10000 -> 3000.
17398 (c-state-safe-place): Reformulate so it doesn't stack up an
17399 infinite number of wrong entries in c-state-nonlit-pos-cache.
17400 (c-determine-limit-get-base, c-determine-limit): New functions to
17401 determine backward search limits disregarding literals.
17402 (c-find-decl-spots): Amend commenting.
17403 (c-cheap-inside-bracelist-p): New function which detects "={".
17404
17405 * progmodes/cc-fonts.el
17406 (c-make-font-lock-BO-decl-search-function): Give a limit to a
17407 backward search.
17408 (c-font-lock-declarations): Fix an occurrence of point being
17409 undefined. Check additionally for point being in a bracelist or
17410 near a macro invocation without a semicolon so as to avoid a
17411 fruitless time consuming search for a declarator. Give a more
17412 precise search limit for declarators using the new
17413 c-determine-limit.
17414
17415 2012-01-18 Glenn Morris <rgm@gnu.org>
17416
17417 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
17418 (set-auto-mode): Doc fixes.
17419
17420 2012-01-17 Glenn Morris <rgm@gnu.org>
17421
17422 * isearch.el (search-nonincremental-instead): Fix doc typo.
17423
17424 * dired.el (dired-insert-directory): Handle newlines in directory name.
17425 (dired-build-subdir-alist): Unescape newlines in directory name.
17426
17427 2012-01-17 Michael Albinus <michael.albinus@gmx.de>
17428
17429 * net/tramp.el (tramp-local-end-of-line): New defcustom.
17430 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
17431 (tramp-action-terminal): Use it. (Bug#10530)
17432
17433 2012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
17434
17435 * minibuffer.el (completion--replace): Strip properties (bug#10062).
17436
17437 2012-01-16 Martin Rudalics <rudalics@gmx.at>
17438
17439 * window.el (window-state-ignored-parameters): Remove variable.
17440 (window--state-get-1): Rename argument MARKERS to IGNORE.
17441 Handle persistent window parameters. Make copy of clone-of
17442 parameter only if requested. (Bug#10348)
17443 (window--state-put-2): Install a window parameter only if it has
17444 a non-nil value or an existing parameter shall be overwritten.
17445
17446 2012-01-15 Michael Albinus <michael.albinus@gmx.de>
17447
17448 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
17449
17450 2012-01-14 Eli Zaretskii <eliz@gnu.org>
17451
17452 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
17453 don't pass the (nil) value of `upnode' to string-match.
17454
17455 2012-01-14 Chong Yidong <cyd@gnu.org>
17456
17457 * startup.el (command-line): Fix X resource class for cursorColor.
17458 Fix values recognized by the cursorBlink resource.
17459
17460 2012-01-14 Paul Eggert <eggert@cs.ucla.edu>
17461
17462 * epg.el (epg--make-temp-file): Avoid permission race condition
17463 when running on old Emacs versions (bug#10403).
17464
17465 2012-01-14 Glenn Morris <rgm@gnu.org>
17466
17467 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
17468
17469 2012-01-13 Alan Mackenzie <acm@muc.de>
17470
17471 Fix filling for when filladapt mode is enabled.
17472
17473 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
17474 c-mask-paragraph, pass in `fill-paragraph' rather than
17475 `fill-region-as-paragraph'. (This is a reversion of a previous
17476 change.)
17477 * progmodes/cc-mode.el (c-basic-common-init):
17478 Make fill-paragraph-handle-comment buffer local and set it to nil.
17479
17480 2012-01-13 Glenn Morris <rgm@gnu.org>
17481
17482 * dired.el (dired-switches-escape-p): New function.
17483 (dired-insert-directory): Use dired-switches-escape-p.
17484 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
17485
17486 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
17487
17488 2012-01-12 Glenn Morris <rgm@gnu.org>
17489
17490 * mail/sendmail.el (mail-mode): Update paragraph-separate for
17491 changes in adaptive-fill-regexp. (Bug#10276)
17492
17493 2012-01-11 Alan Mackenzie <acm@muc.de>
17494
17495 Fix Emacs bug #10463 - put `widen's around the critical spots.
17496
17497 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
17498 widen around each invocation of c-state-pp-to-literal. Remove an
17499 unused let variable.
17500
17501 2012-01-11 Glenn Morris <rgm@gnu.org>
17502
17503 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
17504 Doc fix.
17505
17506 2012-01-10 Chong Yidong <cyd@gnu.org>
17507
17508 * net/network-stream.el (network-stream-open-starttls):
17509 Avoid emitting a confusing error message when the server gives a bad
17510 response to the capability command.
17511
17512 2012-01-10 Glenn Morris <rgm@gnu.org>
17513
17514 * mail/unrmail.el (unrmail): Tweak previous change.
17515
17516 2012-01-09 Chong Yidong <cyd@gnu.org>
17517
17518 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
17519
17520 2012-01-08 Alan Mackenzie <acm@muc.de>
17521
17522 Optimize font locking in long enum definitions.
17523
17524 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
17525 arm to a cond form to handle enums.
17526 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
17527 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
17528
17529 2012-01-07 Paul Eggert <eggert@cs.ucla.edu>
17530
17531 * files.el (move-file-to-trash): Preserve default file modes on error.
17532 (Bug#10401)
17533
17534 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
17535
17536 * faces.el (set-face-attribute): Clarify the meaning of the nil
17537 frame (bug#10294).
17538
17539 * subr.el (with-selected-frame): Mention that the selected frame
17540 is restored (bug#9980).
17541
17542 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
17543 (bug#9759).
17544
17545 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
17546 (password-read): Don't autoload unused function.
17547
17548 2012-01-07 Juanma Barranquero <lekktu@gmail.com>
17549
17550 * progmodes/which-func.el (which-func-mode): Turn into a
17551 non-interactive function and mark as obsolete (bug#10428).
17552
17553 2012-01-06 Chong Yidong <cyd@gnu.org>
17554
17555 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
17556 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
17557 functions, along with 1 and -1.
17558
17559 2012-01-06 Eli Zaretskii <eliz@gnu.org>
17560
17561 * time.el (display-time-load-average)
17562 (display-time-default-load-average): Doc fixes. See the thread
17563 starting at
17564 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
17565 for the details.
17566
17567 2012-01-06 Glenn Morris <rgm@gnu.org>
17568
17569 * mail/unrmail.el (unrmail): Give an explicit error if the input file
17570 has no messages. (Bug#10377)
17571
17572 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
17573 than Info-edit. (Bug#10385)
17574
17575 * time.el (display-time-load-average, display-time-next-load-average):
17576 Doc fixes.
17577
17578 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
17579 local setting of buffer-read-only to the input buffer. (Bug#10419)
17580
17581 * calendar/calendar.el (calendar-mode):
17582 Locally set scroll-margin to 0. (Bug#10379)
17583
17584 2012-01-06 Ulrich Mueller <ulm@gentoo.org>
17585
17586 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
17587
17588 2012-01-05 Glenn Morris <rgm@gnu.org>
17589
17590 * eshell/em-unix.el (diff-no-select): Autoload it.
17591 (eshell/diff): Use diff-no-select. (Bug#10420)
17592
17593 2012-01-05 Chong Yidong <cyd@gnu.org>
17594
17595 * shell.el (shell-dynamic-complete-functions): Revert last change.
17596 (shell-command-completion-function): New function.
17597 (shell-completion-vars): Use it to implement
17598 shell-completion-execonly (Bug#10417).
17599
17600 * custom.el (enable-theme): Don't set custom-safe-themes.
17601
17602 * cus-theme.el (custom-theme-merge-theme):
17603 Ignore custom-enabled-themes and custom-safe-themes.
17604
17605 2012-01-05 Michael R. Mauger <mmaug@yahoo.com>
17606
17607 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
17608 first prompt in `sql-interacive-mode'.
17609 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
17610 keywords.
17611 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
17612 (sql-product-interactive): Bug fix: Set `sql-buffer' in
17613 context of original buffer. Invoke `sql-login-hook'.
17614
17615 2012-01-04 Eli Zaretskii <eliz@gnu.org>
17616
17617 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
17618 letters in cite-prefix.
17619
17620 2012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
17621
17622 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
17623
17624 2012-01-03 Chong Yidong <cyd@gnu.org>
17625
17626 * shell.el (shell-dynamic-complete-functions):
17627 Put pcomplete-completions-at-point, so as to try
17628 comint-filename-completion first (Bug#10417).
17629
17630 2012-01-02 Richard Stallman <rms@gnu.org>
17631
17632 * battery.el (battery-status-function):
17633 Detect when to use battery-yeeloong-sysfs.
17634 (battery-echo-area-format): Add string for Yeeloong.
17635 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
17636 (battery-yeeloong-sysfs): New function.
17637
17638 2012-01-02 Chong Yidong <cyd@gnu.org>
17639
17640 * dirtrack.el (dirtrack-list): Eliminate unused third element.
17641 (dirtrack): Merge code for handling relative filenames in prompt
17642 from shell-dir-cookie-watcher.
17643 (dirtrack-debug-message): New arg to avoid excess format calls.
17644
17645 * shell.el (shell-dir-cookie-re): Variable deleted.
17646 (shell-dir-cookie-watcher): Function deleted.
17647 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
17648 with dirtrack-mode.
17649
17650 2012-01-01 Eli Zaretskii <eliz@gnu.org>
17651
17652 * term/w32-win.el (dynamic-library-alist) <gnutls>:
17653 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
17654 libgnutls-26.dll.
17655
17656 2011-12-31 Andreas Schwab <schwab@linux-m68k.org>
17657
17658 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
17659
17660 2011-12-31 Eli Zaretskii <eliz@gnu.org>
17661
17662 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
17663 headers of non-MIME messages, when rmail-enable-mime is non-nil.
17664
17665 2011-12-29 Michael Albinus <michael.albinus@gmx.de>
17666
17667 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
17668 also for alternative shells.
17669 (tramp-open-connection-setup-interactive-shell): Check, whether
17670 the shell is a busybox.
17671 (tramp-send-command): Don't suppress multiple prompts for
17672 busyboxes, it hurts.
17673
17674 2011-12-28 Chong Yidong <cyd@gnu.org>
17675
17676 * progmodes/gdb-mi.el (gdb-get-source-file-list)
17677 (gdb-get-source-file): Move mode line update to
17678 gdb-get-source-file (Bug#10087).
17679
17680 2011-12-25 Chong Yidong <cyd@gnu.org>
17681
17682 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
17683 gud-gdb-marker-filter without taking it as an argument.
17684 (gud-gdb-run-command-fetch-lines): Caller changed.
17685 (gud-gdb-completion-function): New variable.
17686 (gud-gdb-completion-at-point): Use it.
17687 (gud-gdb-completions-1): Split from gud-gdb-completions.
17688
17689 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
17690 function as separate arguments.
17691 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
17692 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
17693 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
17694 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
17695 (gdb-stopped, def-gdb-auto-update-trigger)
17696 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
17697 (gdb-get-changed-registers, gdb-get-main-selected-frame):
17698 Callers changed.
17699 (gud-gdbmi-completions): New function.
17700 (gdb): Use it for generating the completion table.
17701
17702 2011-12-24 Alan Mackenzie <acm@muc.de>
17703
17704 Introduce a mechanism to widen the region used in context font
17705 locking. Use this to protect declarations from losing their contexts.
17706
17707 * progmodes/cc-langs.el (c-before-font-lock-functions):
17708 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
17709 (c-before-context-fontification-functions): New defvar, a list of
17710 functions to be run just before context (etc.) font locking.
17711
17712 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
17713 New, functionality extracted from
17714 c-neutralize-syntax-in-and-mark-CPP.
17715 (c-in-after-change-fontification): New variable.
17716 (c-after-change): Set c-in-after-change-fontification.
17717 (c-set-fl-decl-start): Rejig its interface, so it can be called
17718 from both after-change and context fontifying.
17719 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
17720 New functions.
17721 (c-standard-font-lock-fontify-region-function): New variable.
17722 (c-font-lock-fontify-region): New function.
17723
17724 2011-12-24 Juri Linkov <juri@jurta.org>
17725
17726 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
17727 (Bug#10348)
17728
17729 2011-12-23 Michael Albinus <michael.albinus@gmx.de>
17730
17731 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
17732 existence of source file. (Bug#10325)
17733
17734 2011-12-23 Alan Mackenzie <acm@muc.de>
17735
17736 Fix unstable fontification inside templates.
17737
17738 * progmodes/cc-langs.el (c-before-font-lock-functions):
17739 Newly created from the singular version. The (c c++ objc) entry now
17740 additionally has c-set-fl-decl-start. The other languages (apart
17741 from AWK) have that as a single entry.
17742
17743 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
17744 The functionality for "local" declarations has been extracted to
17745 c-set-fl-decl-start.
17746
17747 * progmodes/cc-mode.el (c-common-init, c-after-change):
17748 Changes due to pluralisation of c-before-font-lock-functions.
17749 (c-set-fl-decl-start): New function, extracted from
17750 c-font-lock-enclosing-decls and enhanced.
17751
17752 2011-12-23 Juanma Barranquero <lekktu@gmail.com>
17753
17754 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
17755
17756 2011-12-22 Juri Linkov <juri@jurta.org>
17757
17758 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
17759
17760 2011-12-22 Chong Yidong <cyd@gnu.org>
17761
17762 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
17763
17764 2011-12-21 Drew Adams <drew.adams@oracle.com>
17765
17766 * files.el (file-remote-p): Fix docstring. (Bug#10319)
17767
17768 2011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
17769
17770 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
17771
17772 2011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
17773
17774 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
17775 highlighting and support. Fix up comments for capitalization.
17776 (cfengine-mode-debug): New var.
17777 (cfengine3-mode): Change the modeline indicator to "CFE3".
17778 (cfengine3-font-lock-keywords): Improve defun highlighting.
17779 (cfengine2-actions): Rename from `cfengine-actions'.
17780 (cfengine2-font-lock-keywords): Rename from
17781 `cfengine-font-lock-keywords'.
17782 (cfengine2-imenu-expression): Rename from
17783 `cfengine-imenu-expression'.
17784 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
17785 (cfengine2-beginning-of-defun): Rename from
17786 `cfengine-beginning-of-defun'.
17787 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
17788 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
17789 (cfengine2-mode): Rename from `cfengine-mode'. Change the
17790 modeline indicator to "CFE2".
17791 (cfengine-mode): Defalias to `cfengine-auto-mode'.
17792 (cfengine-mode-abbrevs): Mark obsolete.
17793
17794 2011-12-21 Chong Yidong <cyd@gnu.org>
17795
17796 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
17797 filename argument.
17798
17799 2011-12-20 Martin Rudalics <rudalics@gmx.at>
17800
17801 * window.el (window-normalize-buffer-to-display): Remove.
17802 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
17803
17804 2011-12-19 Chong Yidong <cyd@gnu.org>
17805
17806 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
17807 Don't signal an error in a predicate function; return non-nil.
17808 (vc-dir-mark-file): Move the error here.
17809 (vc-dir-mark-unmark): If acting on the region, keep going if one
17810 of the entries cannot be marked/unmarked.
17811 (vc-dir-mark-all-files): If current entry is a directory, mark
17812 only child files, as documented.
17813
17814 2011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
17815
17816 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
17817 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
17818 addition.
17819
17820 2011-12-18 Jan Djärv <jan.h.d@swipnet.se>
17821
17822 * term/ns-win.el (ns-get-selection-internal)
17823 (ns-store-selection-internal): Declare.
17824 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
17825 Declare as obsolete.
17826 (ns-get-pasteboard, ns-paste-secondary):
17827 Use ns-get-selection-internal.
17828 (ns-set-pasteboard, ns-copy-including-secondary):
17829 Use ns-store-selection-internal.
17830
17831 2011-12-17 Chong Yidong <cyd@gnu.org>
17832
17833 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
17834 (vc-deduce-fileset): Doc fix.
17835
17836 2011-12-16 Andreas Schwab <schwab@linux-m68k.org>
17837
17838 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
17839
17840 2011-12-13 Sam Steingold <sds@gnu.org>
17841
17842 * man.el (Man-getpage-in-background): When running under a
17843 window-system, ignore $MANWIDTH and $COLUMNS.
17844
17845 2011-12-15 Kenichi Handa <handa@m17n.org>
17846
17847 * language/ethio-util.el: Change coding tag to utf-8-emacs.
17848 (setup-ethiopic-environment-internal): Comment out key-binding for
17849 ethio-toggle-punctuation.
17850
17851 2011-12-13 Alan Mackenzie <acm@muc.de>
17852
17853 Add the switch statement to AWK Mode.
17854
17855 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
17856 "default" to the keywords regexp.
17857
17858 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
17859 expression as the rest.
17860 (c-nonlabel-token-key): Allow string literals for AWK.
17861 Refactor for the other modes.
17862
17863 Large brace-block initialisation makes CC Mode slow: Fix.
17864 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
17865 routines. Limit backward searching in c-font-lock-enclosing.decl.
17866
17867 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
17868 pp-state and literal type in addition to the limits.
17869 (c-state-safe-place): New defun, extracted from c-state-literal-at.
17870 (c-state-literal-at): Use the above new defun.
17871 (c-slow-in-literal, c-fast-in-literal): Remove.
17872 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
17873
17874 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
17875 being in a literal. Add a limit for backward searching.
17876
17877 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
17878 c-slow-in-literal.
17879
17880 2011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
17881
17882 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
17883
17884 2011-12-13 Martin Rudalics <rudalics@gmx.at>
17885
17886 * window.el (delete-other-windows): Use correct frame in call to
17887 window-with-parameter.
17888
17889 2011-12-12 Daniel Pfeiffer <occitan@t-online.de>
17890
17891 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
17892 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
17893 (makefile-gmake-statements, makefile-makepp-statements):
17894 Use it and add new makepp keywords.
17895 (makefile-makepp-font-lock-keywords): Add new patterns.
17896 (makefile-match-function-end): Match new [...] and [[...]].
17897
17898 2011-12-11 Juanma Barranquero <lekktu@gmail.com>
17899
17900 * ses.el (ses-call-printer-return, ses-cell-property-get)
17901 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
17902 (ses-create-cell-variable, ses-reset-header-string)
17903 (ses-cell-set-formula, ses-repair-cell-reference-all)
17904 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
17905 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
17906 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
17907 (ses-aset-with-undo, ses-load, ses-truncate-cell)
17908 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
17909 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
17910 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
17911 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
17912 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
17913 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
17914 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
17915 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
17916
17917 2011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
17918
17919 * ses.el: The overall change is to add cell renaming, that is
17920 setting fancy names for cell symbols other than name matching
17921 "\\`[A-Z]+[0-9]+\\'" regexp .
17922 (ses-create-cell-variable): New defun.
17923 (ses-relocate-formula): Relocate formulas only for cells the
17924 symbols of which are not renamed, i.e. symbols whose names do not
17925 match regexp "\\`[A-Z]+[0-9]+\\'".
17926 (ses-relocate-all): Relocate values only for cells the symbols of
17927 which are not renamed.
17928 (ses-load): Create cells variables as the (ses-cell ...) are read,
17929 in order to check row col consistency with cell symbol name only
17930 for cells that are not renamed.
17931 (ses-replace-name-in-formula): New defun.
17932 (ses-rename-cell): New defun.
17933
17934 2011-12-11 Chong Yidong <cyd@gnu.org>
17935
17936 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
17937 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
17938
17939 2011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
17940
17941 * window.el (other-window): Fix docstring.
17942
17943 2011-12-10 Eli Zaretskii <eliz@gnu.org>
17944
17945 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
17946 `from' or `to' address before taking its substring.
17947 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
17948 encoded name is chopped in the middle of the encoded string, and
17949 thus displayed encoded.
17950
17951 2011-12-10 Juanma Barranquero <lekktu@gmail.com>
17952
17953 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
17954
17955 2011-12-10 Eli Zaretskii <eliz@gnu.org>
17956
17957 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
17958 to use texinfo-update-node and commands that call it if the
17959 Texinfo file uses @node lines without next/prev/up pointers.
17960 Correct outdated description about texinfo-master-menu.
17961 (texinfo-all-menus-update, texinfo-master-menu)
17962 (texinfo-update-node, texinfo-every-node-update)
17963 (texinfo-multiple-files-update): Doc fix. Warn against updating
17964 all the @node lines.
17965 (texinfo-master-menu): Only call texinfo-update-node if the prefix
17966 argument is numeric. Explain better in the doc string what the
17967 function really does.
17968 (texinfo-insert-master-menu-list): Improve the error message
17969 displayed if there's no menu in the Top node.
17970 (Bug#2975) See also this thread:
17971 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
17972
17973 2011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
17974
17975 * speedbar.el (speedbar-supported-extension-expressions):
17976 Add .adb and .ads, commonly used for Ada source code (bug#10256).
17977
17978 2011-12-09 Juanma Barranquero <lekktu@gmail.com>
17979
17980 * printing.el (pr-mode-alist):
17981 * simple.el (filter-buffer-substring-functions)
17982 (completion-list-insert-choice-function):
17983 * window.el (window-with-parameter, window-atom-root)
17984 (window-sides-slots, window-size-fixed, window-min-delta)
17985 (window-max-delta, window--resize-mini-window)
17986 (window--resize-child-windows-normal, window-tree)
17987 (delete-other-windows, quit-window, split-window)
17988 (display-buffer-record-window, special-display-buffer-names)
17989 (special-display-regexps, special-display-popup-frame)
17990 (same-window-p, split-window-sensibly)
17991 (display-buffer-overriding-action, display-buffer-alist)
17992 (display-buffer-base-action, display-buffer, switch-to-buffer)
17993 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
17994 (fit-window-to-buffer, recenter-positions)
17995 (mouse-autoselect-window-state, mouse-autoselect-window-select):
17996 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
17997 and remove unneeded backslashes in docstrings.
17998
17999 2011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
18000
18001 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
18002
18003 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
18004 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
18005 end in ".mk".
18006 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
18007 when reading the makefile (bug#10116).
18008
18009 2011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
18010
18011 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
18012 (bug#10116).
18013
18014 2011-12-06 Glenn Morris <rgm@gnu.org>
18015
18016 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
18017
18018 2011-12-06 Chong Yidong <cyd@gnu.org>
18019
18020 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
18021
18022 2011-12-06 Juanma Barranquero <lekktu@gmail.com>
18023
18024 * textmodes/table.el (table-shorten-cell): Fix typo.
18025
18026 2011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
18027
18028 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
18029
18030 2011-12-05 Eli Zaretskii <eliz@gnu.org>
18031
18032 * descr-text.el (describe-char): Fix display of strong
18033 right-to-left characters and directional embeddings and overrides.
18034
18035 * simple.el (what-cursor-position): Fix display of codepoints of
18036 strong right-to-left characters.
18037
18038 2011-12-05 Chong Yidong <cyd@gnu.org>
18039
18040 * faces.el (read-color): Doc fix.
18041
18042 2011-12-05 Glenn Morris <rgm@gnu.org>
18043
18044 * align.el (align--set-marker): Add doc-string.
18045 Don't try to move something that is not a marker. (Bug#10216)
18046
18047 2011-12-04 Glenn Morris <rgm@gnu.org>
18048
18049 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
18050 overly zealous deletion of trailing whitespace.
18051
18052 2011-12-04 Juanma Barranquero <lekktu@gmail.com>
18053
18054 * server.el (server-delete-client): On Windows, do not try to delete
18055 the only terminal.
18056 (server-process-filter): On Windows, treat requests for a tty frame as
18057 if they were for a GUI frame if the running server is in GUI mode.
18058
18059 2011-12-03 Glenn Morris <rgm@gnu.org>
18060
18061 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
18062
18063 2011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
18064
18065 * electric.el: Streamline electric-indent's hook.
18066 (electric-indent-chars): Revert to simple list.
18067 (electric-indent-functions): New var.
18068 (electric-indent-post-self-insert-function): Use it.
18069
18070 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
18071 there's no inferior buffer (bug#10196).
18072 (prolog-consult-compile): Don't use toggle-read-only.
18073
18074 2011-12-02 Michael Albinus <michael.albinus@gmx.de>
18075
18076 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
18077 interrupt. (Bug#10187)
18078
18079 2011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
18080
18081 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
18082 (bug#9160).
18083
18084 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
18085 (bug#10191).
18086
18087 2011-12-02 Juri Linkov <juri@jurta.org>
18088
18089 * info.el (Info-search): Display "end of manual" when Isearch
18090 reaches the end of single-file Info manual. (Bug#9918)
18091
18092 2011-12-02 Eli Zaretskii <eliz@gnu.org>
18093
18094 * isearch.el (isearch-message-prefix): Run the input method part
18095 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
18096
18097 2011-12-02 Juri Linkov <juri@jurta.org>
18098
18099 * isearch.el (isearch-occur): Use `word-search-regexp' for
18100 `isearch-word'.
18101 (isearch-search-and-update): Add condition for `isearch-word' and
18102 call `word-search-regexp'. (Bug#10145)
18103
18104 2011-12-01 Glenn Morris <rgm@gnu.org>
18105
18106 * eshell/em-hist.el (eshell-hist-initialize):
18107 Handle eshell-history-size nil and HISTSIZE set or unset.
18108 (eshell-history-file-name, eshell-history-size): Fix custom type.
18109
18110 2011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
18111
18112 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
18113
18114 2011-12-01 Michael McNamara <mac@mail.brushroad.com>
18115
18116 * progmodes/verilog-mode.el (verilog-pretty-expr):
18117 Rework verilog-pretty-expr to handle new assignment operators in system
18118 verilog, such as += *= and the like.
18119 (verilog-assignment-operator-re): Regular expression to find the
18120 assigment operator in a verilog assignment.
18121 (verilog-assignment-operation-re): Regular expression to find an
18122 assignment statement for pretty-expr.
18123 (verilog-in-attribute-p): Query returns true if point is in an
18124 attribute context; used to skip these for expression line up from
18125 pretty-expr.
18126 (verilog-in-parameter-p): Query returns true if point is in an
18127 parameter definition context; used to skip these for expression
18128 line up from pretty-expr.
18129 (verilog-in-parenthesis-p): Query returns true if point is in a
18130 parenthetical expression, specifically ( ) but not [ ] or { };
18131 used by pretty-expr.
18132 (verilog-just-one-space): If there is no space, don't add one.
18133 (verilog-get-lineup-indent-2): Specifically skip just attribute
18134 contexts for expression lineup, rather than skipping all
18135 parenthetical expressions.
18136 (verilog-calculate-indent): Fix comment, and fix indent.
18137 (verilog-do-indent): Indent declarations in lists (suggested by
18138 Joachim Lechner).
18139 (verilog-mode-abbrev-table): Populate abbrev mode with the various
18140 skeleton items.
18141 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
18142 by Alain Mellan).
18143
18144 2011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
18145
18146 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
18147 parameters with embedded comments. Reported by Ray Stevens.
18148 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
18149 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
18150 Reported by Tim Holt.
18151 (verilog-auto): Fix AUTOing a upper module then AUTOing module
18152 instantiated by upper module causing wrong expansion until AUTOed a
18153 second time. Reported by K C Buckenmaier.
18154 (verilog-diff-auto): Fix showing .* as a difference when
18155 `verilog-auto-star-save' off. Reported by Dan Dever.
18156 (verilog-auto-reset, verilog-read-always-signals)
18157 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
18158 temporary signals in reset list if
18159 verilog-auto-reset-blocking-in-non is nil, and match assignment
18160 style to each signal's assignment type, bug381.
18161 Reported by Thomas Esposito.
18162 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
18163 (verilog-uvm-statement-re): Support UVM indentation and
18164 highlighting, with old OVM keywords only.
18165 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
18166 Support AUTOTIEOFF creating non-wire data types.
18167 Suggested by Jonathan Greenlaw.
18168 (verilog-auto-insert-lisp, verilog-delete-to-paren)
18169 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
18170 (verilog-inject-sense, verilog-read-inst-pins)
18171 (verilog-read-sub-decls, verilog-read-sub-decls-line):
18172 Fix mismatching parenthesis inside commented out code when deleting
18173 AUTOINST, bug383. Reported by Jonathan Greenlaw.
18174 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
18175 non-numeric vector width. Reported by Alex Reed.
18176 (verilog-auto-ascii-enum): Add "onehot" option to work around not
18177 detecting signals with parameter widths. Reported by Alex Reed.
18178 (verilog-auto-delete-trailing-whitespace):
18179 With `verilog-auto-delete-trailing-whitespace' remove trailing
18180 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
18181 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
18182 Fix verilog-scan-cache corruption when running user AUTO expansion
18183 hooks that call indentation routines.
18184 (verilog-simplify-range-expression): Fix typo ignoring lower case
18185 identifiers.
18186 (verilog-delete-auto): Fix delete-autos to also remove user created
18187 automatics, as long as they start with AUTO.
18188 (verilog-batch-diff-auto, verilog-diff-auto)
18189 (verilog-diff-function): Add `verilog-diff-auto' and bind to
18190 "C-c?" to report differences in AUTO expansion, ignoring spaces.
18191 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
18192 (verilog-in-paren-quick, verilog-re-search-backward-quick)
18193 (verilog-re-search-forward-quick, verilog-syntax-ppss):
18194 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
18195 is disabled and its cache will get corrupt, causing AUTOS not to
18196 expand. Instead use only -quick functions.
18197 (verilog-scan-region): Fix scanning over escaped quotes.
18198 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
18199 (verilog-re-search-backward-quick)
18200 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
18201 related functions now ignore strings, to fix misparsing of strings
18202 with magic comments embedded in them.
18203 (verilog-read-auto-template):
18204 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
18205 Reported by Brad Dobbie.
18206 (verilog-read-auto-template):
18207 Fix 'verilog-auto-inst-template-numbers' with comments.
18208 Reported by Brad Dobbie.
18209 (verilog-auto-inst, verilog-auto-inst-param)
18210 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
18211 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
18212 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
18213 debugging templates without merge conflicts, bug357.
18214 Reported by Brad Dobbie.
18215 (verilog-read-auto-template):
18216 Fix verilog-auto-inst-template-numbers with multiple templates.
18217 Reported by Brad Dobbie.
18218 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
18219 abbrevs so user won't be asked to save.
18220 (verilog-read-auto-lisp-present): Fix to start at beginning of
18221 buffer in case called outside of verilog-auto.
18222 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
18223 to "X-2". Reported by Matthew Myers.
18224 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
18225 all inputs from module templates. Reported by Leith Johnson.
18226 (verilog-module-inside-filename-p): Fix locating programs as with
18227 modules.
18228 (verilog-auto-inst-port): Fix vl-width expressions when using
18229 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
18230 (verilog-decls-get-regs, verilog-decls-get-signals,
18231 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
18232 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
18233 verilog-read-decls): Combine reg and wire structures into one var
18234 structure to represent SystemVerilog concepts.
18235 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
18236 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
18237 (verilog-auto-wire-type, verilog-insert-definition):
18238 Add verilog-auto-wire-type and AUTOLOGIC to support using
18239 SystemVerilog "logic" keyword instead of "wire"/"reg".
18240 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
18241 to declares outputs that also have assignments (presumably in an
18242 ifdef or generate if so there's not a driver conflict).
18243 Reported by Matthew Myers.
18244 (verilog-auto-declare-nettype, verilog-insert-definition):
18245 Add verilog-auto-declare-nettype to fix declarations using
18246 `default_nettype none. Reported by Julian Gorfajn.
18247 (verilog-read-always-signals-recurse, verilog-read-decls)
18248 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
18249 malformed end statement, bug325. Reported by Joshua Wise and
18250 Andrew Drake.
18251 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
18252 (verilog-inst-comment-re): Fix not deleting Interfaced comment
18253 when expanding .* in interfaces, bug320.
18254 Reported by Pierre-David Pfister.
18255 (verilog-read-module-name): Fix import statements between module
18256 name and open parenthesis, bug317.
18257 Reported by Pierre-David Pfister.
18258 (verilog-simplify-range-expression): Fix simplification of
18259 multiplications inside AUTOWIRE connections, bug303.
18260 (verilog-auto-inst-port): Support parameter expansion in
18261 multidimensional arrays.
18262 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
18263 after "assert property". Reported by Julian Gorfajn.
18264 (verilog-simplify-range-expression): Fix "couldn't merge" errors
18265 with multiplication, bug303.
18266 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
18267 Reported by Jan Frode Lonnum.
18268
18269 2011-11-30 Juanma Barranquero <lekktu@gmail.com>
18270
18271 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
18272 (hfy-shell-file-name, hfy-shell):
18273 * international/fontset.el (x-decompose-font-name): Fix typos.
18274
18275 2011-11-29 Ken Brown <kbrown@cornell.edu>
18276
18277 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
18278 (gdb-version): Remove defvar.
18279 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
18280 (gdb-gud-context-command, gdb-non-stop-handler)
18281 (gdb-current-context-command, gdb-stopped): Use it.
18282 (gdb-init-1): Enable pretty printing here.
18283 (gdb-non-stop-handler): Don't enable pretty-printing here.
18284 Check to see if the target supports non-stop mode; if not, turn off
18285 non-stop mode. Use the following.
18286 (gdb-check-target-async): New defun.
18287 (gud-watch, gdb-stopped): Fix whitespace.
18288 (gdb-get-source-file): Don't try to display the source file if
18289 `gdb-main-file' is nil.
18290
18291 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
18292
18293 * align.el: Try to generate fewer markers (bug#10047).
18294 (align--set-marker): New macro.
18295 (align-region): Use it.
18296
18297 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
18298
18299 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
18300
18301 2011-11-29 Chong Yidong <cyd@gnu.org>
18302
18303 * indent.el (indent-for-tab-command, indent-according-to-mode):
18304 Doc fix.
18305 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
18306
18307 2011-11-29 Michael Albinus <michael.albinus@gmx.de>
18308
18309 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
18310 aware of remote file names. (Bug#10124)
18311
18312 2011-11-29 Chong Yidong <cyd@gnu.org>
18313
18314 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
18315
18316 2011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
18317
18318 * files.el (find-file): Don't use force-same-window (bug#10144).
18319 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
18320 use pop-to-buffer if the selected window can't be used.
18321 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
18322
18323 2011-11-28 Eli Zaretskii <eliz@gnu.org>
18324
18325 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
18326 special-mode-map.
18327
18328 2011-11-28 Chong Yidong <cyd@gnu.org>
18329
18330 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
18331
18332 2011-11-27 Nick Roberts <nickrob@snap.net.nz>
18333
18334 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
18335 gdb-get-source-file-list on gdb-create-source-file-list.
18336
18337 2011-11-26 Eli Zaretskii <eliz@gnu.org>
18338
18339 * whitespace.el (whitespace-newline): Use a different foreground
18340 color for 16-color light-background displays.
18341
18342 2011-11-24 Chong Yidong <cyd@gnu.org>
18343
18344 * window.el (display-buffer--special-action): Doc fix.
18345
18346 2011-11-25 Juanma Barranquero <lekktu@gmail.com>
18347
18348 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
18349 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
18350 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
18351 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
18352 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
18353 (avl-tree-stack-first):
18354 * emacs-lisp/cconv.el (cconv--analyse-use):
18355 * net/gnutls.el (gnutls-negotiate): Fix typos.
18356
18357 2011-11-24 Glenn Morris <rgm@gnu.org>
18358
18359 * lpr.el (lpr-windows-system, lpr-lp-system):
18360 * mail/binhex.el (binhex-begin-line):
18361 * progmodes/grep.el (grep-history, grep-find-history):
18362 * textmodes/flyspell.el:
18363 * vc/pcvs-defs.el (cvs-global-menu):
18364 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
18365 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
18366 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
18367
18368 * net/tls.el: Fix case of "GnuTLS".
18369
18370 * paths.el (rmail-file-name): Format doc-string for make-docfile.
18371
18372 * version.el (emacs-build-system): Give it a doc-string.
18373
18374 2011-11-24 Juri Linkov <juri@jurta.org>
18375
18376 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
18377
18378 2011-11-24 Glenn Morris <rgm@gnu.org>
18379
18380 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
18381 if called on a non-mime message just toggle the headers. (Bug#8006)
18382
18383 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
18384
18385 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
18386 (allout-lead-with-comment-string, allout-structure-deleted-hook)
18387 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
18388 (allout-rebullet-heading, allout-open-sibtopic)
18389 (allout-toggle-current-subtree-encryption)
18390 (allout-toggle-subtree-encryption, allout-encrypt-string)
18391 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
18392 (allout-distinctive-bullets-string, allout-auto-activation):
18393 * window.el (window-normalize-buffer-to-display):
18394 * progmodes/verilog-mode.el (verilog-batch-indent):
18395 * textmodes/bibtex.el (bibtex-field-braces-opt)
18396 (bibtex-field-strings-opt):
18397 * vc/cvs-status.el (cvs-tree-merge):
18398 Fix typos.
18399
18400 2011-11-23 Michael Albinus <michael.albinus@gmx.de>
18401
18402 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
18403 `non-essential' to t, in order to avoid remote connections.
18404
18405 2011-11-23 Eli Zaretskii <eliz@gnu.org>
18406
18407 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
18408 On MS-DOS and MS-Windows, compare with loaddefs.el
18409 case-insensitively.
18410
18411 2011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
18412
18413 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
18414
18415 2011-11-23 Glenn Morris <rgm@gnu.org>
18416
18417 * paths.el (rmail-file-name): Reformat the doc-string so that it
18418 is picked up.
18419
18420 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
18421 (rmail-auto-file): Ignore case in the "special" field names,
18422 as mail-fetch-field does for all others.
18423
18424 * mail/rmail.el (rmail-forward):
18425 * mail/rmailkwd.el (rmail-set-label):
18426 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
18427 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
18428
18429 * mail/rmail.el (rmail-current-message): Doc fix.
18430
18431 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
18432
18433 2011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
18434
18435 * server.el (server-eval-and-print): Allow C-g (bug#6585).
18436
18437 2011-11-22 Glenn Morris <rgm@gnu.org>
18438
18439 * mail/rmailmm.el (test-rmail-mime-handler)
18440 (test-rmail-mime-bulk-handler)
18441 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
18442
18443 2011-11-21 Juri Linkov <juri@jurta.org>
18444
18445 * calc/calc.el (calc-read-key-sequence):
18446 Let-bind `input-method-function' to nil. (Bug#10018)
18447
18448 2011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
18449
18450 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
18451 Tell the caller that the next line needs recomputation, even
18452 though it doesn't start a sexp (bug#10094).
18453
18454 2011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
18455
18456 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
18457
18458 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
18459
18460 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
18461 Use force-same-window.
18462
18463 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
18464
18465 * descr-text.el (describe-char-unicode-data):
18466 * json.el (json-string-escape):
18467 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
18468 (Footnote-unicode, Footnote-style-p):
18469 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
18470
18471 2011-11-20 Chong Yidong <cyd@gnu.org>
18472
18473 * window.el (replace-buffer-in-windows): Restore interactive spec.
18474
18475 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
18476
18477 * electric.el (electric-indent-mode): Fix last change (too optimistic).
18478
18479 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
18480 (byte-compile-global-not-obsolete-vars): New var.
18481 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
18482 Use it.
18483 (byte-compile-warn-obsolete): Align text with the one in *Help*.
18484
18485 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
18486
18487 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
18488 * progmodes/pascal.el (electric-pascal-equal):
18489 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
18490 * xml.el (xml-substitute-special): Fix typos.
18491
18492 2011-11-20 Glenn Morris <rgm@gnu.org>
18493
18494 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
18495 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
18496 Doc fixes.
18497 (rmail-decode-mime-charset): Mark as obsolete.
18498
18499 * mail/rmailsum.el (rmail-message-regexp-p-1):
18500 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
18501 Before using mime functions, check they are set. (Bug#10077)
18502
18503 2011-11-19 Juri Linkov <juri@jurta.org>
18504
18505 * info.el (Info-finder-find-node): Use `package--builtins' instead
18506 of `package-alist'. Use node names formed by the pattern "Keyword "
18507 and the keyword name.
18508
18509 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
18510
18511 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
18512
18513 2011-11-19 Juri Linkov <juri@jurta.org>
18514
18515 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
18516 that calls `revert-buffer' on all Info buffers. (Bug#9915)
18517 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
18518 `old-history', `old-history-forward'. Add let-binding
18519 `window-selected'. Remove calls to `kill-buffer',
18520 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
18521 before calling `Info-find-node', so `Info-find-node-2' will reread
18522 the Info file. Restore window positions only when `window-selected'
18523 is non-nil.
18524
18525 2011-11-19 Juri Linkov <juri@jurta.org>
18526
18527 * isearch.el (isearch-lazy-highlight-new-loop):
18528 Remove condition `(not isearch-error)'. (Bug#9918)
18529
18530 * misearch.el (multi-isearch-search-fun): Add condition
18531 `(not bound)' to ignore lazy-highlighting search.
18532 Add the search-failed message "end of multi" when the end of
18533 multi-sequence is reached. Uncapitalize the search-failed
18534 message "Repeat for next buffer".
18535
18536 * info.el (Info-search): Add the search-failed message
18537 "end of the manual" when the end of the manual is reached
18538 in Isearch mode.
18539
18540 2011-11-19 Juri Linkov <juri@jurta.org>
18541
18542 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
18543 Use non-destructive `remove' instead of `delete' because
18544 `Info-history-list' stored to `Info-isearch-initial-history-list' in
18545 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
18546
18547 2011-11-19 Juri Linkov <juri@jurta.org>
18548
18549 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
18550 to nil instead of binding `search-ring' and `regexp-search-ring'.
18551 (Bug#9185)
18552
18553 2011-11-19 Eli Zaretskii <eliz@gnu.org>
18554
18555 * simple.el (line-move): Force movement by logical lines for any
18556 hscrolled window, not only when auto-hscroll-mode is on.
18557 (line-move-visual): Update doc string to that effect. (Bug#10076)
18558
18559 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
18560
18561 * language/european.el (macintosh): Define as alias for mac-roman.
18562
18563 2011-11-19 Eli Zaretskii <eliz@gnu.org>
18564
18565 * mail/rmailmm.el (rmail-mime-display-header)
18566 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
18567 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
18568 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
18569 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
18570 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
18571 of a raw aref.
18572 (rmail-mime-entity-segment): To get past the tagline, move forward
18573 2 more lines, to account for the 2 empty lines that precede and
18574 follow the line with the buttons.
18575 (rmail-mime-update-tagline): Move one more line, to get past the
18576 empty line that follows the buttons in the tagline. (Bug#9520)
18577
18578 2011-11-19 Martin Rudalics <rudalics@gmx.at>
18579
18580 * window.el (window-max-delta-1, window-min-delta-1)
18581 (window-min-size-1, window-state-get-1, window-state-put-1)
18582 (window-state-put-2): Use "window--" prefix.
18583
18584 2011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
18585
18586 * emacs-lisp/smie.el: Improve warnings and conflict detection.
18587 (smie-warning-count): New var.
18588 (smie-set-prec2tab): Use it.
18589 (smie-bnf->prec2): Improve warnings. Add docstring.
18590 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
18591 (smie-bnf--set-class): New function.
18592 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
18593 corner case.
18594
18595 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
18596 (compilation-error-properties, compilation-move-to-column):
18597 Handle compilation-first-column while in the target buffer.
18598
18599 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
18600 Don't hardcode point-min==1.
18601
18602 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
18603 (eshell-rewrite-for-command): Remove workaround.
18604 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
18605 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
18606 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
18607
18608 * files-x.el (modify-file-local-variable): Obey commenting conventions.
18609
18610 2011-11-17 Glenn Morris <rgm@gnu.org>
18611
18612 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
18613 Ignore buffer-local generated-autoload-file if it is the same
18614 as the global value. (Bug#10049)
18615
18616 2011-11-17 Juanma Barranquero <lekktu@gmail.com>
18617
18618 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
18619 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
18620 (reftex-toc-previous-heading, reftex-toc-max-level)
18621 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
18622 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
18623 (reftex-toc-do-promote, reftex-toc-promote-prepare)
18624 (reftex-toc-promote-action, reftex-toc-extract-section-number)
18625 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
18626 (reftex-toc-rename-label, reftex-toc-visit-location)
18627 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
18628 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
18629 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
18630 leaving "*toc*" only for references to the buffer.
18631
18632 2011-11-17 Martin Rudalics <rudalics@gmx.at>
18633
18634 * window.el (window-resize, delete-window, split-window):
18635 Replace window-splits by window-combination-resize.
18636 * cus-start.el (window-splits): Replace by window-combination-resize.
18637
18638 2011-11-17 Glenn Morris <rgm@gnu.org>
18639
18640 * progmodes/sh-script.el (sh-font-lock-keywords-var):
18641 Make bash entry derive from sh entry, not shell entry.
18642
18643 2011-11-16 Michael Albinus <michael.albinus@gmx.de>
18644
18645 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
18646 local file name.
18647
18648 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
18649
18650 * menu-bar.el (menu-bar-file-menu):
18651 * printing.el (pr-ps-utility):
18652 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
18653 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
18654 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
18655 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
18656 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
18657 (icalendar--convert-cyclic-to-ical)
18658 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
18659 (icalendar--convert-ical-to-diary)
18660 (icalendar--convert-recurring-to-diary)
18661 (icalendar--convert-non-recurring-all-day-to-diary)
18662 (icalendar-import-format-sample):
18663 * progmodes/idlw-shell.el (idlwave-shell-mode):
18664 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
18665 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
18666 (vhdl-ps-print-init): Fix typos.
18667
18668 2011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
18669
18670 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
18671 FSF and collapse date sequence, obscure author/maintainer email address
18672 better, remove extra version line, track relocation of author's webpage.
18673
18674 * progmodes/python.el (python-pdbtrack-input-prompt)
18675 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
18676 regular python pdb prompts. Adjustments shamelessly taken exactly as
18677 suggested in EmacsWiki page (tiny change):
18678 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
18679
18680 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
18681
18682 * expand.el (expand-pos, expand-index, expand-point):
18683 Remove redundant info from docstring.
18684 (expand-add-abbrevs): Doc fix.
18685 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
18686 (expand-sample-perl-mode-expand-list): Fix typos.
18687
18688 * net/dbus.el (dbus-event-member-name):
18689 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
18690 * term/pc-win.el (msdos-create-frame-with-faces):
18691 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
18692
18693 2011-11-16 Martin Rudalics <rudalics@gmx.at>
18694
18695 * window.el (split-window, window-state-get-1)
18696 (window-state-put-1, window-state-put-2): Rename occurrences of
18697 window-nest to window-combination-limit.
18698 * cus-start.el (window-nest): Rename to window-combination-limit.
18699
18700 2011-11-16 Chong Yidong <cyd@gnu.org>
18701
18702 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
18703 regexp (Bug#10033).
18704
18705 2011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
18706
18707 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
18708 `completing-read' will remove *Completions* and will preserve
18709 current-buffer for us.
18710 (tmm-add-prompt): Users of *Completions* will always (re)set its
18711 major mode.
18712 (tmm-old-comp-map): Remove.
18713
18714 2011-11-16 Glenn Morris <rgm@gnu.org>
18715
18716 * mail/rmailedit.el: Require rmailmm when compiling.
18717 (rmail-old-mime-state): New declaration.
18718 (rmail-edit-current-message): If editing a mime message,
18719 edit the "raw" message from the mbox buffer.
18720 (rmail-cease-edit): Handle mime messages. (Bug#9840)
18721
18722 2011-11-15 Glenn Morris <rgm@gnu.org>
18723
18724 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
18725 which wasn't being used. Add optional arg to force given state.
18726 (rmail-mime): Add optional arg to force given state.
18727
18728 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
18729
18730 * allout.el (allout-encryption-plaintext-sanitization-regexps):
18731 * frame.el (display-mm-dimensions-alist):
18732 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
18733 (outline-move-subtree-down):
18734 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
18735 (newsticker--treeview-do-get-node):
18736 * net/quickurl.el (quickurl-list-buffer-name):
18737 * progmodes/dcl-mode.el (dcl-mode):
18738 * progmodes/gdb-mi.el (gdb-mapcar*):
18739 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
18740
18741 2011-11-15 Glenn Morris <rgm@gnu.org>
18742
18743 * mail/rmail.el (rmail-file-coding-system): It's only ever used
18744 in a boolean sense, so just make it a boolean, and fix the doc.
18745 (rmail-show-mime-function, rmail-mime-feature)
18746 (rmail-require-mime-maybe): Doc fixes.
18747 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
18748
18749 * mail/rmailmm.el (rmail-show-mime): Doc fix.
18750
18751 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
18752
18753 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
18754 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
18755 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
18756 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
18757
18758 2011-11-15 Glenn Morris <rgm@gnu.org>
18759
18760 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
18761 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
18762 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
18763 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
18764 (rmail-mime, rmail-show-mime): Doc fixes.
18765
18766 * term/ns-win.el (mode-line-frame-identification):
18767 Leave it alone. (Bug#10051)
18768
18769 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
18770
18771 * mail/rmailout.el (rmail-output-to-rmail-buffer):
18772 Handle empty buffers. (Bug#9978)
18773
18774 2011-11-14 Juanma Barranquero <lekktu@gmail.com>
18775
18776 * international/mule.el (define-charset):
18777 * mail/rmailmm.el (rmail-mime-find-header-encoding):
18778 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
18779 * progmodes/verilog-mode.el (verilog-backward-token):
18780 * textmodes/ispell.el (lookup-words):
18781 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
18782
18783 2011-11-14 Glenn Morris <rgm@gnu.org>
18784
18785 * progmodes/executable.el
18786 (executable-make-buffer-file-executable-if-script-p):
18787 Handle file-modes returning nil.
18788
18789 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
18790 message - not necessary, and causes problems. (Bug#9831)
18791
18792 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
18793
18794 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
18795
18796 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
18797 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
18798 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
18799
18800 2011-11-12 Martin Rudalics <rudalics@gmx.at>
18801
18802 * window.el (window-resize, delete-window): Use window-splits
18803 variable instead of function.
18804 (window-state-get-1, window-state-put-2, window-state-put):
18805 Don't deal with windows' splits status.
18806
18807 2011-11-12 Glenn Morris <rgm@gnu.org>
18808
18809 * apropos.el (apropos-do-all, apropos-library, apropos-value)
18810 (apropos-documentation): Doc fixes.
18811
18812 2011-11-11 Juanma Barranquero <lekktu@gmail.com>
18813
18814 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
18815 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
18816
18817 2011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
18818
18819 * electric.el (electric-indent-post-self-insert-function): Make it
18820 possible for a char to only indent in some circumstances.
18821 (electric-indent-mode): Simplify.
18822
18823 2011-11-11 Martin Rudalics <rudalics@gmx.at>
18824
18825 * window.el (windows-with-parameter): Remove unused function.
18826 (windows-at-side): Rename to window-at-side-list.
18827 (window-check, window-atom-check, window-atom-check-1)
18828 (window-side-check, window-size-ignore, window-size-fixed-1)
18829 (window-in-direction-2): Prefix with "window--".
18830 (window-tree-1): Rename to window--subtree, fix doc-string.
18831
18832 2011-11-11 Glenn Morris <rgm@gnu.org>
18833
18834 * subr.el (eval-after-load): If FILE is already loaded,
18835 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
18836
18837 2011-11-10 Glenn Morris <rgm@gnu.org>
18838
18839 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
18840 Call svn via vc-svn-command rather than vc-do-command.
18841 (vc-svn-command): Add --non-interactive. (Bug#9993)
18842 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
18843
18844 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
18845 Add toggle-read-only. (Bug#7292)
18846 * files.el (toggle-read-only): Mention that it should only
18847 be used interactively. (Bug#10006)
18848
18849 2011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
18850
18851 * progmodes/compile.el (compilation-error-regexp-alist-alist):
18852 Adjust regexp for OCaml warnings.
18853
18854 * electric.el (electric-pair-post-self-insert-function): Let user
18855 turn it off buffer-locally (bug#9932).
18856
18857 * progmodes/python.el (python-beginning-of-statement):
18858 Rewrite (bug#2703).
18859
18860 * progmodes/compile.el: Better handle TABs (bug#9749).
18861 (compilation-internal-error-properties)
18862 (compilation-next-error-function): Obey the target buffer's
18863 compilation-error-screen-columns.
18864
18865 2011-11-09 Juanma Barranquero <lekktu@gmail.com>
18866
18867 * progmodes/meta-mode.el: Remove obsolete comments.
18868 (meta-right-comment-regexp, meta-ignore-comment-regexp):
18869 Fix typos in docstrings.
18870
18871 2011-11-09 Martin Rudalics <rudalics@gmx.at>
18872
18873 * window.el (window-size-fixed-p): Rewrite doc-string.
18874 (window-resizable-p): Rename to window--resizable-p. Update callers.
18875 (window--resizable): New function. Make all callers of
18876 window-resizable call window--resizable instead.
18877 (window-resizable): Rewrite in terms of window--resizable.
18878
18879 2011-11-08 Glenn Morris <rgm@gnu.org>
18880
18881 * progmodes/delphi.el (delphi-mode-syntax-table):
18882 Let define-derived-mode define a proper syntax table. (Bug#9994)
18883
18884 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
18885
18886 * window.el: Stay away from defsubst.
18887 (window-list-no-nils): Remove.
18888 (window-state-get-1, window-state-get): Use backquote instead.
18889
18890 2011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
18891
18892 * emacs-lisp/find-func.el (find-function-read):
18893 Fix incorrect use of default argument in `completing-read'.
18894
18895 2011-11-08 Martin Rudalics <rudalics@gmx.at>
18896
18897 * window.el (display-buffer-function, special-display-function):
18898 Mention display-buffer-record-window but do not mention
18899 help-setup parameter in doc-strings.
18900 (window-min-delta): Fix doc-string typo.
18901
18902 2011-11-08 Chong Yidong <cyd@gnu.org>
18903
18904 * window.el (window-total-height, window-total-width): Doc fix.
18905 (window-body-size): Move from C.
18906 (window-body-height, window-body-width): Move to C.
18907
18908 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
18909
18910 * window.el: Make special-display like display-buffer-alist (bug#9532).
18911 (display-buffer--special-action): New function, morphed
18912 from display-buffer--special.
18913 (display-buffer): Use it to handle special-display-buffers at higher
18914 priority (just after display-buffer-alist).
18915 (display-buffer-fallback-action, display-buffer--other-frame-action)
18916 (pop-to-buffer-same-window): Remove display-buffer--special.
18917
18918 2011-11-07 Glenn Morris <rgm@gnu.org>
18919
18920 * calendar/cal-menu.el (cal-menu-set-date-title):
18921 Do nothing if not in a calendar. (Bug#9976)
18922
18923 2011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
18924
18925 * files.el (find-file): Always use selected-window.
18926
18927 2011-11-07 Martin Rudalics <rudalics@gmx.at>
18928
18929 * window.el (window-combinations): Make WINDOW argument
18930 mandatory. Rewrite doc-string.
18931 (walk-window-subtree, window-atom-check, window-min-delta)
18932 (window-max-delta, window--resize-this-window)
18933 (window--resize-root-window-vertically, window-tree)
18934 (balance-windows, window-state-put): Rewrite doc-strings as to
18935 not mention the term "subwindow".
18936 (window--resize-subwindows-skip-p): Rename to
18937 window--resize-child-windows-skip-p.
18938 (window--resize-subwindows-normal): Rename to
18939 window--resize-child-windows-normal.
18940 (window--resize-subwindows): Rename to
18941 window--resize-child-windows.
18942 (window-or-subwindow-p): Rename to window--in-subtree-p.
18943
18944 2011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
18945
18946 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
18947 Ensure that mbox format messages end in two newlines (Bug#9974).
18948
18949 2011-11-06 Chong Yidong <cyd@gnu.org>
18950
18951 * window.el (window-combination-p): Function deleted; its
18952 side-effect is not used in any existing code.
18953 (window-combinations, window-combined-p): Call window-*-child
18954 directly.
18955
18956 2011-11-05 Chong Yidong <cyd@gnu.org>
18957
18958 * window.el (window-valid-p): Rename from window-any-p.
18959 (window-size-ignore, window-state-get): Callers changed.
18960 (window-normalize-window): Rename from window-normalize-any-window.
18961 New arg LIVE-ONLY, replacing window-normalize-live-window.
18962 (window-normalize-live-window): Delete.
18963 (window-combination-p, window-combined-p, window-combinations)
18964 (walk-window-subtree, window-atom-root, window-min-size)
18965 (window-sizable, window-sizable-p, window-size-fixed-p)
18966 (window-min-delta, window-max-delta, window-resizable)
18967 (window-resizable-p, window-full-height-p, window-full-width-p)
18968 (window-current-scroll-bars, window-point-1, set-window-point-1)
18969 (window-at-side-p, window-in-direction, window-resize)
18970 (adjust-window-trailing-edge, maximize-window, minimize-window)
18971 (window-deletable-p, delete-window, delete-other-windows)
18972 (record-window-buffer, unrecord-window-buffer)
18973 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
18974 (quit-window, split-window, window-state-put)
18975 (set-window-text-height, fit-window-to-buffer)
18976 (shrink-window-if-larger-than-buffer): Callers changed.
18977
18978 2011-11-04 Eli Zaretskii <eliz@gnu.org>
18979
18980 * mail/rmail.el (rmail-simplified-subject): Decode subject with
18981 rfc2047-decode-string.
18982 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
18983 warnings.
18984
18985 * window.el (window-body-height, window-body-width): Mention in
18986 the doc string that the return values are in frame's canonical
18987 units. (Bug#9949)
18988
18989 2011-11-03 Alan Mackenzie <acm@muc.de>
18990
18991 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
18992 change in cc-engine.el.
18993
18994 2011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
18995
18996 * window.el (switch-to-buffer): Use `force-same-window' interactively.
18997
18998 2011-11-02 Martin Rudalics <rudalics@gmx.at>
18999
19000 * window.el (quit-window): Call unrecord-window-buffer after
19001 showing another buffer in the window. (Bug#9937)
19002 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
19003
19004 2011-11-02 Juanma Barranquero <lekktu@gmail.com>
19005
19006 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
19007 Accept status with more than 9 shelves. (Bug#9935)
19008 Reported by Colin D Bennett <colin@gibibit.com>.
19009
19010 2011-11-01 Martin Rudalics <rudalics@gmx.at>
19011
19012 * help.el (with-help-window): Don't reference
19013 temp-buffer-show-specifiers in doc-string.
19014
19015 2011-10-31 Andreas Schwab <schwab@linux-m68k.org>
19016
19017 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
19018 menu-item.
19019
19020 2011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19021
19022 * whitespace.el: New version 13.2.2.
19023 (whitespace-newline-mode): Disable properly. Reported by Sarah
19024 <EmacsWiki>.
19025
19026 2011-10-30 Ulf Jasper <ulf.jasper@web.de>
19027
19028 * net/newst-treeview.el: Remove "Time-stamp".
19029 (newsticker--group-manage-orphan-feeds): Do not call
19030 newsticker--treeview-tree-update.
19031 (newsticker-treeview-update, newsticker-treeview):
19032 Call newsticker--treeview-tree-update if necessary.
19033
19034 2011-10-30 Martin Rudalics <rudalics@gmx.at>
19035
19036 * window.el (window-iso-combination-p, window-iso-combined-p)
19037 (window-iso-combinations): Remove "iso-" infix.
19038 Suggested by Chong Yidong.
19039 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
19040 (window-max-delta-1, window-resize, window--resize-siblings)
19041 (window--resize-this-window, adjust-window-trailing-edge)
19042 (split-window, balance-windows-1)
19043 (shrink-window-if-larger-than-buffer):
19044 * calendar/calendar.el (calendar-generate-window):
19045 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
19046
19047 2011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
19048
19049 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
19050 in place (bug#9907).
19051 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
19052 (eshell-rewrite-if-command, eshell-rewrite-for-command)
19053 (eshell-structure-basic-command, eshell-rewrite-while-command)
19054 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
19055 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
19056 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
19057 (eshell-do-pipelines-synchronously, eshell-eval-command):
19058 Use backquotes and prefer setq to set.
19059 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
19060 (eshell-macrop): Use functionp.
19061 (eshell-do-eval): Handle multiple expressions in `while' body.
19062
19063 2011-10-30 Chong Yidong <cyd@gnu.org>
19064
19065 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
19066 instead of set-mark (Bug#9810).
19067
19068 2011-10-30 Chong Yidong <cyd@gnu.org>
19069
19070 * window.el (split-window-below, split-window-right): Rename from
19071 split-window-above-each-other and split-window-side-by-side
19072 respectively. All callers changed.
19073 (split-window-sensibly, split-window-sensibly): Use them.
19074 (split-window-keep-point): Doc fix.
19075
19076 * isearch.el: Add isearch-scroll property to split-window-below
19077 and split-window-right.
19078
19079 * follow.el (follow-mode):
19080 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
19081 * progmodes/ada-xref.el (ada-gdb-application):
19082 * emulation/vip.el (vip-buffer-in-two-windows):
19083 * image-dired.el (image-dired-dired-with-window-configuration):
19084 * dired-x.el (dired-do-find-marked-files):
19085 * dired.el (dired-pop-to-buffer):
19086 * bs.el (bs--show-with-configuration):
19087 * vc/emerge.el (emerge-setup-windows):
19088 * textmodes/two-column.el (2C-two-columns):
19089 * textmodes/reftex-toc.el (reftex-toc):
19090 * progmodes/gdb-mi.el (gdb-setup-windows):
19091 * progmodes/fortran.el (fortran-window-create):
19092 * net/newst-treeview.el (newsticker--treeview-window-init):
19093 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
19094 * emulation/tpu-edt.el (tpu-gold-map):
19095 * emulation/crisp.el (crisp-mode-map):
19096 * calendar/calendar.el (calendar-basic-setup): Callers changed.
19097
19098 2011-10-29 Chong Yidong <cyd@gnu.org>
19099
19100 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
19101
19102 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
19103
19104 * textmodes/flyspell.el (flyspell-word): Fix char offset for
19105 forged Ispell output (Bug#7904).
19106
19107 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
19108
19109 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
19110
19111 * doc-view.el: Avoid ugly errors about not finding nil.
19112 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
19113 (doc-view-dvipdf-program, doc-view-unoconv-program)
19114 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
19115 Avoid nil or absolute file name as default value.
19116 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
19117
19118 2011-10-28 Alan Mackenzie <acm@muc.de>
19119
19120 * progmodes/cc-defs.el (c-version): -> 5.32.2.
19121
19122 2011-10-28 Alan Mackenzie <acm@muc.de>
19123
19124 Amend the handling of c-beginning/end-of-defun in nested declaration
19125 scopes.
19126
19127 * progmodes/cc-vars.el (c-defun-tactic): Move here from
19128 cc-langs.el. Change it to a defcustom.
19129
19130 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
19131 cc-vars.el.
19132
19133 * progmodes/cc-engine.el (c-beginning-of-statement-1):
19134 Prevent "class foo : bar" being spuriously recognized as a label.
19135
19136 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
19137 Add parameter `inclusive' (to include enclosing braces in the region).
19138 (c-widen-to-enclosing-decl-scope): New function.
19139 (c-while-widening-to-decl-block): New macro.
19140 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
19141 outward for defun boundaries, and correspondingly change symbol
19142 `respect-enclosure' to `go-outward'.
19143 (c-declaration-limits): Change algorithm to report only the "innermost"
19144 defun's boundaries.
19145
19146 2011-10-28 Deniz Dogan <deniz@dogan.se>
19147
19148 * net/rcirc.el (rcirc-mode): Use hard newlines.
19149
19150 2011-10-28 Alan Mackenzie <acm@muc.de>
19151
19152 Amend to indent and fontify macros "which include their own semicolon"
19153 correctly, using the "virtual semicolon" mechanism.
19154
19155 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
19156
19157 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
19158 Recode to scan one line at a time rather than having \n and \r
19159 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
19160 (c-forward-label): Amend for virtual semicolons.
19161 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
19162
19163 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
19164 of the new C macros.
19165
19166 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
19167 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
19168 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
19169 (c-opt-cpp-macro-define): Make into a full language variable.
19170 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
19171 AWK Mode (including \n, \r) removed, no longer needed.
19172
19173 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
19174 Invoke c-make-macro-with-semi-re.
19175
19176 * progmodes/cc-vars.el (c-macro-with-semi-re):
19177 (c-macro-names-with-semicolon): New variables.
19178 (c-make-macro-with-semi-re): New function.
19179
19180 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
19181
19182 * vc/log-edit.el: Fill empty field rather than adding new one.
19183 (log-edit-add-field): New function.
19184 (log-edit-insert-changelog): Use it.
19185
19186 2011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
19187
19188 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
19189
19190 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
19191
19192 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
19193 (gdb--check-interpreter): New function.
19194 (gdb): Use it.
19195
19196 2011-10-27 Glenn Morris <rgm@gnu.org>
19197
19198 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
19199 (least-positive-float, least-negative-float)
19200 (least-positive-normalized-float, least-negative-normalized-float)
19201 (float-epsilon, float-negative-epsilon):
19202 Remove unnecessary declarations.
19203
19204 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
19205 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
19206 (least-positive-float, least-negative-float)
19207 (least-positive-normalized-float, least-negative-normalized-float)
19208 (float-epsilon, float-negative-epsilon): Add doc-strings,
19209 based on those in cl.texi.
19210
19211 * files.el (set-visited-file-name): If the major-mode changed,
19212 reload the local variables. (Bug#9796)
19213
19214 2011-10-27 Chong Yidong <cyd@gnu.org>
19215
19216 * subr.el (change-major-mode-after-body-hook): New hook.
19217 (run-mode-hooks): Run it.
19218
19219 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
19220 Use change-major-mode-before-body-hook.
19221
19222 * simple.el (fundamental-mode):
19223 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
19224 change introducing fundamental-mode-hook.
19225
19226 2011-10-26 Juanma Barranquero <lekktu@gmail.com>
19227
19228 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
19229
19230 2011-10-26 Michael Albinus <michael.albinus@gmx.de>
19231
19232 * ido.el (ido-file-name-all-completions-1): Do not require
19233 tramp.el explicitly. (Bug#7583)
19234
19235 2011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
19236
19237 * progmodes/octave-mod.el:
19238 * progmodes/octave-inf.el: Update maintainer.
19239
19240 2011-10-26 Chong Yidong <cyd@gnu.org>
19241
19242 * subr.el (with-wrapper-hook): Rewrite doc.
19243
19244 2011-10-25 Michael Albinus <michael.albinus@gmx.de>
19245
19246 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
19247 filenames "/method:foo:". (Bug#9793)
19248
19249 2011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
19250
19251 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
19252 (bug#9865).
19253
19254 2011-10-24 Glenn Morris <rgm@gnu.org>
19255
19256 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
19257
19258 2011-10-24 Michael Albinus <michael.albinus@gmx.de>
19259
19260 * notifications.el: Add the requirement of a running D-Bus session
19261 bus to the Commentary.
19262
19263 2011-10-24 Juri Linkov <juri@jurta.org>
19264
19265 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
19266 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
19267 (Bug#9364)
19268
19269 2011-10-24 Juri Linkov <juri@jurta.org>
19270
19271 * info.el (Info-following-node-name-re): Add newline to the list
19272 of allowed characters for leading space. (Bug#9824)
19273
19274 2011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
19275
19276 * progmodes/octave-inf.el (inferior-octave-mode-map):
19277 Fix C-c C-h binding.
19278 * progmodes/octave-mod.el (octave-help): Remove.
19279
19280 2011-10-23 Michael Albinus <michael.albinus@gmx.de>
19281
19282 Sync with Tramp 2.2.3.
19283
19284 * net/tramp-cache.el (top): Pacify byte-compiler using
19285 `init-file-user' and `site-run-file'.
19286
19287 * net/trampver.el: Update release number.
19288
19289 2011-10-23 Chong Yidong <cyd@gnu.org>
19290
19291 * files.el (toggle-read-only): Remove obsolete comment about
19292 version control.
19293
19294 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
19295 for toggle-read-only. Note that this hasn't called vc-next-action
19296 since 2008-05-02, though it wasn't documented at the time.
19297
19298 * vc/ediff-init.el (ediff-toggle-read-only-function):
19299 Use toggle-read-only.
19300
19301 2011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
19302
19303 Fix bug #9560, sporadic wrong indentation; improve instrumentation
19304 of c-parse-state.
19305
19306 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
19307 correct faulty logical expression.
19308 (c-parse-state-state, c-record-parse-state-state):
19309 (c-replay-parse-state-state): New defvar/defuns.
19310 (c-debug-parse-state): Use new functions.
19311
19312 2011-10-22 Martin Rudalics <rudalics@gmx.at>
19313
19314 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
19315 last fix. Use window-in-direction correctly.
19316
19317 2011-10-21 Chong Yidong <cyd@gnu.org>
19318
19319 * progmodes/idlwave.el (idlwave-mode):
19320 * progmodes/vera-mode.el (vera-mode): No need to set
19321 require-final-newline; that's done in prog-mode.
19322 Suggested by Stefan Monnier.
19323
19324 2011-10-21 Martin Rudalics <rudalics@gmx.at>
19325
19326 * mouse.el (mouse-drag-window-above)
19327 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
19328 (mouse-drag-mode-line-1, mouse-drag-header-line)
19329 (mouse-drag-vertical-line-rightward-window): Remove.
19330 (mouse-drag-line): New function.
19331 (mouse-drag-mode-line, mouse-drag-header-line)
19332 (mouse-drag-vertical-line): Call mouse-drag-line.
19333 * window.el (window-at-side-p, windows-at-side): New functions.
19334
19335 2011-10-21 Ulrich Mueller <ulm@gentoo.org>
19336
19337 * tar-mode.el (tar-grind-file-mode):
19338 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
19339
19340 2011-10-21 Chong Yidong <cyd@gnu.org>
19341
19342 * progmodes/idlwave.el (idlwave-mode):
19343 * progmodes/vera-mode.el (vera-mode):
19344 Use mode-require-final-newline.
19345
19346 2011-10-20 Glenn Morris <rgm@gnu.org>
19347
19348 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
19349
19350 2011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
19351
19352 * emulation/cua-base.el (cua-set-mark): Fix case of string.
19353
19354 2011-10-20 Chong Yidong <cyd@gnu.org>
19355
19356 * emulation/cua-base.el (cua-mode):
19357 * mail/footnote.el (footnote-mode):
19358 * mail/mailabbrev.el (mail-abbrevs-mode):
19359 * net/xesam.el (xesam-minor-mode):
19360 * progmodes/bug-reference.el (bug-reference-mode):
19361 * progmodes/cap-words.el (capitalized-words-mode):
19362 * progmodes/compile.el (compilation-minor-mode)
19363 (compilation-shell-minor-mode):
19364 * progmodes/gud.el (gud-tooltip-mode):
19365 * progmodes/hideif.el (hide-ifdef-mode):
19366 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
19367 * progmodes/subword.el (subword-mode):
19368 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
19369 * progmodes/which-func.el (which-function-mode):
19370 * term/tvi970.el (tvi970-set-keypad-mode):
19371 * term/vt100.el (vt100-wide-mode):
19372 * textmodes/flyspell.el (flyspell-mode):
19373 * textmodes/ispell.el (ispell-minor-mode):
19374 * textmodes/nroff-mode.el (nroff-electric-mode):
19375 * textmodes/paragraphs.el (use-hard-newlines):
19376 * textmodes/refill.el (refill-mode):
19377 * textmodes/reftex.el (reftex-mode):
19378 * textmodes/rst.el (rst-minor-mode):
19379 * textmodes/sgml-mode.el (html-autoview-mode)
19380 (sgml-electric-tag-pair-mode):
19381 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
19382 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
19383 * emulation/crisp.el (crisp-mode):
19384 * emacs-lisp/eldoc.el (eldoc-mode):
19385 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
19386 minor mode behavior.
19387
19388 2011-10-19 Juri Linkov <juri@jurta.org>
19389
19390 * descr-text.el (describe-char): Add #x2010 and #x2011 to
19391 the list of hard-coded chars with escape-glyph face.
19392
19393 2011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
19394
19395 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
19396
19397 2011-10-19 Michael Albinus <michael.albinus@gmx.de>
19398
19399 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
19400 running process.
19401
19402 2011-10-19 Glenn Morris <rgm@gnu.org>
19403
19404 * vc/vc-bzr.el (vc-bzr-after-dir-status):
19405 Ignore ignored files. (Bug#9726)
19406
19407 2011-10-19 Chong Yidong <cyd@gnu.org>
19408
19409 Doc fix for minor modes, stating that an omitted argument enables
19410 the mode unconditionally when called from Lisp.
19411
19412 * abbrev.el (abbrev-mode):
19413 * allout.el (allout-mode):
19414 * autoinsert.el (auto-insert-mode):
19415 * autoarg.el (autoarg-mode, autoarg-kp-mode):
19416 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
19417 (global-auto-revert-mode):
19418 * battery.el (display-battery-mode):
19419 * composite.el (global-auto-composition-mode)
19420 (auto-composition-mode):
19421 * delsel.el (delete-selection-mode):
19422 * desktop.el (desktop-save-mode):
19423 * dired-x.el (dired-omit-mode):
19424 * dirtrack.el (dirtrack-mode):
19425 * doc-view.el (doc-view-minor-mode):
19426 * double.el (double-mode):
19427 * electric.el (electric-indent-mode, electric-pair-mode):
19428 * emacs-lock.el (emacs-lock-mode):
19429 * epa-hook.el (auto-encryption-mode):
19430 * follow.el (follow-mode):
19431 * font-core.el (font-lock-mode):
19432 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
19433 * help.el (temp-buffer-resize-mode):
19434 * hilit-chg.el (highlight-changes-mode)
19435 (highlight-changes-visible-mode):
19436 * hi-lock.el (hi-lock-mode):
19437 * hl-line.el (hl-line-mode, global-hl-line-mode):
19438 * icomplete.el (icomplete-mode):
19439 * ido.el (ido-everywhere):
19440 * image-file.el (auto-image-file-mode):
19441 * image-mode.el (image-minor-mode):
19442 * iswitchb.el (iswitchb-mode):
19443 * jka-cmpr-hook.el (auto-compression-mode):
19444 * linum.el (linum-mode):
19445 * longlines.el (longlines-mode):
19446 * master.el (master-mode):
19447 * mb-depth.el (minibuffer-depth-indicate-mode):
19448 * menu-bar.el (menu-bar-mode):
19449 * minibuf-eldef.el (minibuffer-electric-default-mode):
19450 * mouse-sel.el (mouse-sel-mode):
19451 * msb.el (msb-mode):
19452 * mwheel.el (mouse-wheel-mode):
19453 * outline.el (outline-minor-mode):
19454 * paren.el (show-paren-mode):
19455 * recentf.el (recentf-mode):
19456 * reveal.el (reveal-mode, global-reveal-mode):
19457 * rfn-eshadow.el (file-name-shadow-mode):
19458 * ruler-mode.el (ruler-mode):
19459 * savehist.el (savehist-mode):
19460 * scroll-all.el (scroll-all-mode):
19461 * scroll-bar.el (scroll-bar-mode):
19462 * server.el (server-mode):
19463 * shell.el (shell-dirtrack-mode):
19464 * simple.el (auto-fill-mode, transient-mark-mode)
19465 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
19466 (line-number-mode, column-number-mode, size-indication-mode)
19467 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
19468 * strokes.el (strokes-mode):
19469 * time.el (display-time-mode):
19470 * t-mouse.el (gpm-mouse-mode):
19471 * tool-bar.el (tool-bar-mode):
19472 * tooltip.el (tooltip-mode):
19473 * type-break.el (type-break-mode-line-message-mode)
19474 (type-break-query-mode):
19475 * view.el (view-mode):
19476 * whitespace.el (whitespace-mode, whitespace-newline-mode)
19477 (global-whitespace-mode, global-whitespace-newline-mode):
19478 * xt-mouse.el (xterm-mouse-mode): Doc fix.
19479
19480 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
19481 Fix autogenerated docstring.
19482
19483 2011-10-19 Juri Linkov <juri@jurta.org>
19484
19485 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
19486 by checking environment variables "DESKTOP_SESSION" and
19487 "XDG_CURRENT_DESKTOP". (Bug#9779)
19488
19489 2011-10-19 Juri Linkov <juri@jurta.org>
19490
19491 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
19492 (browse-url-chromium-program, browse-url-chromium-arguments):
19493 New defcustoms.
19494 (browse-url-default-browser): Check for `browse-url-chromium' and
19495 call `browse-url-chromium-program'.
19496 (browse-url-chromium): New command. (Bug#9779)
19497
19498 2011-10-18 Juanma Barranquero <lekktu@gmail.com>
19499
19500 * facemenu.el (list-colors-duplicates): On Windows, detect more
19501 duplicates by assuming that only colors matching "^System" are
19502 special "system colors". (Bug#9722)
19503
19504 2011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
19505
19506 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
19507 to distinguish the author from the committer.
19508
19509 2011-10-18 Michael Albinus <michael.albinus@gmx.de>
19510
19511 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
19512
19513 2011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
19514
19515 * international/mule.el (sgml-html-meta-auto-coding-function):
19516 Add support for detecting encoding in HTML5 specified only as
19517 <meta charset="UTF-8">. Implementation just makes http-equiv and
19518 content-type parts from HTML4 encoding string optional. (Bug#9716)
19519
19520 2011-10-18 Glenn Morris <rgm@gnu.org>
19521
19522 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
19523
19524 2011-10-18 Chong Yidong <cyd@gnu.org>
19525
19526 * faces.el (cursor): Doc fix.
19527
19528 2011-10-17 Chong Yidong <cyd@gnu.org>
19529
19530 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
19531
19532 2011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
19533
19534 * dirtrack.el (dirtrack): Support shell buffers with path
19535 prefixes, e.g. tramp-based remote shells. (Bug#9647)
19536
19537 2011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
19538
19539 * json.el: Bump version to 1.3 and note change in History.
19540 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
19541
19542 2011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
19543
19544 * comint.el (comint-insert-input, comint-send-input)
19545 (comint-get-old-input-default, comint-backward-matching-input)
19546 (comint-next-prompt): Use nil instead of `input' for field property of
19547 past user input (bug#114).
19548
19549 * minibuffer.el (completion--replace): Inherit surrounding properties
19550 (bug#114).
19551 (minibuffer-complete-and-exit): Use it.
19552
19553 * comint.el (comint--table-subvert): Quote the all-completions output
19554 (bug#9160).
19555
19556 2011-10-17 Martin Rudalics <rudalics@gmx.at>
19557
19558 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
19559
19560 * menu-bar.el (menu-bar-file-menu): Add entry for making new
19561 window on right of selected. (Bug#9350) Reword other window
19562 entries and separate them from frame entries.
19563
19564 2011-10-15 Glenn Morris <rgm@gnu.org>
19565
19566 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
19567 Doc fixes.
19568
19569 2011-10-15 Chong Yidong <cyd@stupidchicken.com>
19570
19571 * net/network-stream.el (network-stream-open-starttls):
19572 Improve detection of failure due to lack of TLS support.
19573
19574 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
19575 putting the input text in front and in bold.
19576
19577 2011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
19578
19579 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
19580
19581 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
19582 empty buffer.
19583
19584 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
19585 unread-command-events rather than pushing yet-another event.
19586
19587 2011-10-14 Eli Zaretskii <eliz@gnu.org>
19588
19589 * mail/sendmail.el (sendmail-query-once): Improve the wording of
19590 the explanation of the possible choices. Make the options passed
19591 to completing-read shorter.
19592
19593 2011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
19594
19595 * textmodes/flyspell.el (flyspell-large-region): Make sure
19596 extended character mode is used if defined (Bug#1339).
19597
19598 2011-10-13 Eli Zaretskii <eliz@gnu.org>
19599
19600 * simple.el (what-cursor-position): Fix the display of the
19601 character info for LRE, LRO, RLE, and RLO characters by appending
19602 an invisible PDF.
19603
19604 2011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
19605
19606 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
19607 even in case of error; add debug spec; simplify data flow.
19608 (with-timeout-handler): Remove.
19609
19610 2011-10-12 Michael Albinus <michael.albinus@gmx.de>
19611
19612 Fix Bug#6019, Bug#9315.
19613
19614 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
19615 complete `buffer-file-name', the local file name part could look
19616 remotely (for example on VMS).
19617
19618 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
19619 `tramp-run-real-handler'.
19620 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
19621 already quoted by '"'.
19622
19623 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
19624 Let `file-name-handler-alist' be nil, the local file name part
19625 could look remotely (for example on VMS).
19626
19627 2011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
19628
19629 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
19630 from here...
19631 (flyspell-post-command-hook): ...to here.
19632
19633 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
19634
19635 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
19636 if not needed.
19637 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
19638 using completion. Protect against "slow" callers.
19639 Remove the "message hack".
19640
19641 2011-10-11 Juri Linkov <juri@jurta.org>
19642
19643 * isearch.el (isearch-lazy-highlight-word): New variable.
19644 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
19645 Use it. (Bug#9727)
19646
19647 2011-10-11 Glenn Morris <rgm@gnu.org>
19648
19649 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
19650 like f90-previous-statement does.
19651
19652 2011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
19653
19654 * eshell/eshell.el (eshell-command): History should be saved
19655 only in interactive use, to avoid error.
19656
19657 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
19658
19659 * minibuffer.el (completion-file-name-table): Fix last change,
19660 i.e. ignore normal errors but not the other ones.
19661
19662 2011-10-10 Martin Rudalics <rudalics@gmx.at>
19663
19664 * window.el (special-display-buffer-names)
19665 (special-display-regexps): Remove some remnants of earlier
19666 changes from doc-strings.
19667 (quit-windows-on): New function.
19668
19669 * vc/vc.el (vc-revert, vc-rollback):
19670 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
19671 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
19672 (Bug#6183) (Bug#7074) (Bug#7447)
19673
19674 2011-10-09 Martin Rudalics <rudalics@gmx.at>
19675
19676 * window.el (frame-auto-hide-function): Add version tag.
19677 (Bug#9699)
19678
19679 2011-10-09 Michael Albinus <michael.albinus@gmx.de>
19680
19681 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
19682 condition.
19683
19684 2011-10-09 Leo Liu <sdl.web@gmail.com>
19685
19686 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
19687 (Bug#9701)
19688
19689 2011-10-08 Glenn Morris <rgm@gnu.org>
19690
19691 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
19692 before the first code statement zero indent. (Bug#9690)
19693
19694 2011-10-08 Chong Yidong <cyd@stupidchicken.com>
19695
19696 * simple.el (count-words-region): Always count in the region.
19697 Report the number of lines and characters too.
19698 (count-words): New command, which counts in the buffer if the
19699 region is inactive, as count-words-region used to.
19700 (count-words--message): New function. Handle plurals.
19701 (count-lines-region): Make it an alias for count-words-region.
19702
19703 * bindings.el (esc-map): Replace count-lines-region with
19704 count-words-region.
19705
19706 2011-10-08 Martin Rudalics <rudalics@gmx.at>
19707
19708 * window.el (window--delete): Delete dedicated frame
19709 unconditionally when argument KILL is non-nil. (Bug#9699)
19710 (switch-to-buffer): Fix doc-string typo.
19711
19712 2011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
19713
19714 * eshell/eshell.el (eshell-command): Avoid using hooks.
19715
19716 2011-10-07 Chong Yidong <cyd@stupidchicken.com>
19717
19718 * bindings.el ([M-left],[M-right]): Bind to left-word and
19719 right-word respectively.
19720
19721 2011-10-07 Glenn Morris <rgm@gnu.org>
19722
19723 * cus-start.el (debug-on-quit): Fix custom type.
19724
19725 2011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
19726
19727 * subr.el (define-key-after): Clarify that the function is not
19728 useful for non-menu keymaps.
19729
19730 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
19731
19732 2011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
19733
19734 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
19735 in current minibuffer (Fix bug with recursive minibuffers).
19736
19737 2011-10-06 Chong Yidong <cyd@stupidchicken.com>
19738
19739 * progmodes/gdb-mi.el (gdb): Doc fix.
19740
19741 2011-10-05 Martin Rudalics <rudalics@gmx.at>
19742
19743 * window.el (frame-auto-hide-function): New option replacing
19744 frame-auto-delete. Suggested by Stefan Monnier.
19745 (window--delete): Call frame-auto-hide-function instead of
19746 investigating frame-auto-delete.
19747 (window-point-1, set-window-point-1): New functions.
19748 (window-in-direction, record-window-buffer, window-state-get-1)
19749 (display-buffer-record-window): Use window-point-1 instead of
19750 window-point.
19751 (set-window-buffer-start-and-point): Use set-window-point-1.
19752
19753 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
19754
19755 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
19756
19757 2011-10-05 Glenn Morris <rgm@gnu.org>
19758
19759 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
19760 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
19761
19762 2011-10-05 Leo Liu <sdl.web@gmail.com>
19763
19764 * subr.el (read-char-choice): Fix argument to buffer-live-p which
19765 works with buffer object.
19766
19767 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
19768
19769 * mpc.el (mpc-tool-bar-map): Add labels.
19770
19771 2011-10-04 Glenn Morris <rgm@gnu.org>
19772
19773 * calendar/holidays.el (calendar-check-holidays): Doc fix.
19774
19775 2011-10-04 Martin Rudalics <rudalics@gmx.at>
19776
19777 * window.el (window--delete): New function.
19778 (frame-auto-delete): Resuscitate option.
19779 (bury-buffer, replace-buffer-in-windows)
19780 (quit-window): Rewrite using window--delete.
19781 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
19782 Pass display-buffer-mark-dedicated to window--display-buffer-2
19783 (Bug#9639).
19784
19785 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
19786
19787 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
19788 returns a list (bug#9554). Add remote file name completion.
19789 * comint.el (comint--table-subvert): Curry and get quote&unquote
19790 functions as arguments.
19791 (comint--complete-file-name-data): Adjust call accordingly.
19792 * pcomplete.el (pcomplete--table-subvert): Remove.
19793 (pcomplete-completions-at-point): Use comint--table-subvert instead.
19794
19795 * minibuffer.el (completion-table-case-fold): Use currying.
19796 (completion--styles-type, completion--cycling-threshold-type):
19797 New constants.
19798 (completion-styles, completion-category-overrides)
19799 (completion-cycle-threshold): Use them.
19800 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
19801 completion-table-case-fold.
19802
19803 2011-10-03 Stephen Berman <stephen.berman@gmx.net>
19804
19805 * minibuffer.el (completion-category-overrides): Fix type of styles
19806 and add more user friendly tags (bug#9660).
19807
19808 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
19809
19810 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
19811 (mule-input-method-string): New widget.
19812 (default-input-method, language-info-custom-alist): Use it.
19813
19814 2011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
19815
19816 * pcomplete.el: Require comint.
19817 (pcomplete--common-suffix): Remove.
19818 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
19819 (pcomplete--table-subvert): Sync with comint--table-subvert.
19820 (pcomplete--entries): Use comint-completion-file-name-table.
19821 * comint.el (comint-unquote-filename): Simplify.
19822 (comint-completion-file-name-table): New function (bug#9616).
19823 (comint--complete-file-name-data): Use it.
19824
19825 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
19826 (pcmpl-gnu-tar-buffer): Remove.
19827 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
19828 around. Make sure pcomplete-suffix-list is only changed temporarily.
19829 Don't look inside the tar's file if it's too large.
19830
19831 2011-10-01 Chong Yidong <cyd@stupidchicken.com>
19832
19833 * cus-edit.el (custom-mode-map):
19834 * epa.el (epa-key-list-mode-map):
19835 * man.el (Man-mode-map):
19836 * startup.el (splash-screen-keymap):
19837 * simple.el (special-mode-map): Use scroll-up-command and
19838 scroll-down-command.
19839
19840 * progmodes/idlw-help.el (idlwave-help-mode-map):
19841 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
19842 * net/newst-plainview.el (newsticker-mode-map):
19843 * emulation/ws-mode.el (wordstar-mode-map):
19844 * emulation/vi.el (vi-com-map):
19845 * calc/calc-graph.el (calc-graph-show-dumb):
19846 * term/sun.el (terminal-init-sun):
19847 * term/ns-win.el (global-map):
19848 * progmodes/grep.el (grep-mode-map):
19849 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
19850 * mail/rmail.el (rmail-mode-map):
19851 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
19852
19853 * custom.el (custom-safe-themes, load-theme): Treat value of t for
19854 custom-safe-themes as special.
19855
19856 2011-10-01 Julien Danjou <julien@danjou.info>
19857
19858 * notifications.el (notifications-notify): Fix docstring.
19859
19860 2011-10-01 Per Starbäck <per@starback.se>
19861
19862 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
19863
19864 2011-09-30 Martin Rudalics <rudalics@gmx.at>
19865
19866 * startup.el (command-line-1): Fix last fix by inserting
19867 initial-scratch-message into *scratch* before displaying it.
19868 (Bug#9605) and (Bug#9636)
19869
19870 2011-09-29 Eli Zaretskii <eliz@gnu.org>
19871
19872 * simple.el (line-move): If auto-hscroll-mode is disabled and the
19873 window is hscrolled, move by logical lines. (Bug#9607)
19874 (line-move-visual): Update the doc string to the above effect.
19875
19876 2011-09-29 Martin Rudalics <rudalics@gmx.at>
19877
19878 * window.el (display-buffer-record-window): When WINDOW is the
19879 selected window use `point' instead of `window-point'. (Bug#9626)
19880
19881 * startup.el (command-line-1): Use insert-before-markers when
19882 inserting initial-scratch-message. (Bug#9605)
19883
19884 * help.el (help-window): Remove variable.
19885
19886 2011-09-29 Glenn Morris <rgm@gnu.org>
19887
19888 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
19889
19890 2011-09-29 Juanma Barranquero <lekktu@gmail.com>
19891
19892 * descr-text.el (describe-char-categories): Accept category
19893 descriptions more than one line long.
19894
19895 2011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
19896
19897 * simple.el (delete-trailing-whitespace): Fix last change.
19898
19899 * progmodes/perl-mode.el (perl-syntax-propertize-function):
19900 Don't confuse "y => 3" as the beginning of a `y' operation.
19901
19902 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
19903 object has more than 4 slots (bug#9613).
19904
19905 2011-09-28 Juanma Barranquero <lekktu@gmail.com>
19906
19907 * subr.el (with-output-to-temp-buffer):
19908 * net/quickurl.el (quickurl, quickurl-browse-url):
19909 Fix typos in docstrings.
19910
19911 2011-09-27 Eli Zaretskii <eliz@gnu.org>
19912
19913 * minibuffer.el (completion-styles)
19914 (completion-category-overrides): Cross reference each other in doc
19915 strings.
19916
19917 2011-09-27 Glenn Morris <rgm@gnu.org>
19918
19919 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
19920 to split-string. (Bug#9606)
19921
19922 2011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
19923
19924 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
19925 (bug#9615).
19926
19927 2011-09-27 Chong Yidong <cyd@stupidchicken.com>
19928
19929 * emacs-lisp/package.el (list-packages): Fix echo area message.
19930
19931 2011-09-27 Leo Liu <sdl.web@gmail.com>
19932
19933 * ido.el (ido-read-internal): Accept cons cell HIST arg.
19934
19935 2011-09-25 Michael Albinus <michael.albinus@gmx.de>
19936
19937 * net/dbus.el (dbus-unregister-object): Don't release services for
19938 registered signals. (Bug#9581)
19939
19940 2011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
19941
19942 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
19943 function that picks between cfengine 2 and 3 support
19944 automatically. Update docs accordingly.
19945
19946 2011-09-22 Kenichi Handa <handa@m17n.org>
19947
19948 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
19949 ZERO.
19950 (indian-itrans-v5-table-for-tamil): New variable.
19951 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
19952
19953 2011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
19954
19955 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
19956 that's true if the current command involved collapsing of text.
19957 It's reset to false at the beginning of the next command.
19958 (allout-post-command-business): Move the cursor to the beginning
19959 of entry if the cursor is hidden and collapsing activity just
19960 happened.
19961
19962 2011-09-24 Chong Yidong <cyd@stupidchicken.com>
19963
19964 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
19965 tracking (Bug#9541).
19966
19967 2011-09-24 Ulf Jasper <ulf.jasper@web.de>
19968
19969 * net/newst-reader.el (newsticker-html-renderer)
19970 (newsticker-show-news): Automatically load html rendering package
19971 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
19972 because w3m-fill-column is let-bound" and the error "Symbol's value
19973 as variable is void: w3m-fill-column".
19974
19975 2011-09-24 Michael Albinus <michael.albinus@gmx.de>
19976
19977 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
19978 Release services only if they are defined. (Bug#9581)
19979
19980 2011-09-23 Richard Stallman <rms@gnu.org>
19981
19982 * textmodes/paragraphs.el (forward-sentence): For backwards case,
19983 distinguish start of paragraph from start of its text.
19984
19985 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
19986
19987 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
19988 (rmail-generate-viewer-buffer): Put that hook on view buffer.
19989 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
19990
19991 2011-09-23 Andreas Schwab <schwab@linux-m68k.org>
19992
19993 * international/mule-diag.el (mule-diag): Insert a newline after
19994 each fontset description.
19995
19996 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
19997
19998 * simple.el (delete-trailing-whitespace):
19999 Document last change; simplify.
20000
20001 2011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
20002
20003 * simple.el (delete-trailing-whitespace): Also delete
20004 extra newlines at the end of the buffer.
20005
20006 * textmodes/picture.el: Make motion commands obey shift-select-mode.
20007 (picture-newline): Use forward-line so as to ignore fields.
20008
20009 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
20010
20011 * subr.el (with-wrapper-hook): Fix edebug spec.
20012
20013 2011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
20014
20015 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
20016 (bug#4538).
20017
20018 2011-09-23 Michael Albinus <michael.albinus@gmx.de>
20019
20020 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
20021 Fix nasty bug using wrong cached values.
20022
20023 2011-09-23 Alan Mackenzie <acm@muc.de>
20024
20025 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
20026
20027 2011-09-23 Chong Yidong <cyd@stupidchicken.com>
20028
20029 * window.el (pop-to-buffer): Ensure right window is selected if we
20030 chose another frame.
20031
20032 2011-09-22 Eli Zaretskii <eliz@gnu.org>
20033
20034 * simple.el (what-cursor-position): Use get-char-property-change
20035 and next-single-char-property-change, to be able to show display
20036 properties that come from overlays as well as text properties.
20037
20038 2011-09-22 Chong Yidong <cyd@stupidchicken.com>
20039
20040 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
20041
20042 * cmuscheme.el (run-scheme, switch-to-scheme):
20043 * cus-edit.el (customize-group, custom-buffer-create)
20044 (customize-browse):
20045 * info.el (info):
20046 * shell.el (shell):
20047 * mail/sendmail.el (mail):
20048 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
20049
20050 2011-09-22 Richard Stallman <rms@gnu.org>
20051
20052 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
20053 move back only to line beg, don't move back over blank lines.
20054
20055 2011-09-22 Michael Albinus <michael.albinus@gmx.de>
20056
20057 * files.el (copy-directory): Set directory attributes only in case
20058 they could be retrieved from the source directory. (Bug#9565)
20059
20060 2011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
20061
20062 * progmodes/hideshow.el (hs-looking-at-block-start-p)
20063 (hs-find-block-beginning, hs-hide-level-recursive):
20064 Ignore strings as well as comments. (Bug#9502)
20065
20066 2011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
20067
20068 * progmodes/sql.el (sql-comint-postgres):
20069 Convert port number to a string. (Bug#9566)
20070
20071 2011-09-22 Martin Rudalics <rudalics@gmx.at>
20072
20073 * window.el (quit-window): Undedicate window when switching to
20074 previous buffer. Reported by Thierry Volpiatto
20075 <thierry.volpiatto@gmail.com>.
20076 (special-display-popup-frame): When popping up a new frame reset
20077 its previous buffers to nil. Simplify code.
20078
20079 2011-09-21 Michael Albinus <michael.albinus@gmx.de>
20080
20081 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
20082 and process filter, as done also in `shell-command'.
20083
20084 2011-09-21 Martin Rudalics <rudalics@gmx.at>
20085
20086 * window.el (set-window-buffer-start-and-point):
20087 Call set-window-start with NOFORCE argument t.
20088 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
20089 (quit-window): Reword doc-string. Handle new format of
20090 quit-restore parameter. Don't delete window if it has a
20091 previous buffer we can show instead of the present one.
20092 (display-buffer-record-window): Rewrite using a new format for
20093 the quit-restore window parameter
20094 (special-display-popup-frame, display-buffer-same-window)
20095 (display-buffer-reuse-window, display-buffer-pop-up-frame)
20096 (display-buffer-pop-up-window, display-buffer-use-some-window):
20097 Adapt symbol passed to display-buffer-record-window.
20098 * help.el (help-window-setup): Handle new format of quit-restore
20099 parameter.
20100
20101 2011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
20102
20103 * faces.el (face-list): Fix docstring (bug#9564).
20104
20105 * window.el (display-buffer--action-function-custom-type):
20106 Don't include internal functions in the Custom interface.
20107
20108 2011-09-20 Juri Linkov <juri@jurta.org>
20109
20110 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
20111 (Info-forward-node, Info-backward-node, Info-next-preorder)
20112 (Info-last-preorder): Use it. (Bug#9528)
20113
20114 2011-09-20 Juri Linkov <juri@jurta.org>
20115
20116 * info.el (Info-last-preorder): Visit last menu item only when
20117 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
20118
20119 2011-09-20 Julien Danjou <julien@danjou.info>
20120
20121 * password-cache.el (password-cache-remove): Remove entries even if the
20122 value is nil, so that password with a nil value (negative caching) is
20123 possible to invalidate.
20124
20125 2011-09-20 Lawrence Mitchell <wence@gmx.li>
20126
20127 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
20128 all whitespace around breakpoint. (Bug#9553)
20129 (f90-find-breakpoint): Only break at whitespace inside a comment.
20130
20131 2011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
20132
20133 * minibuffer.el (completion-file-name-table): Keep track of errors.
20134 (completion-table-with-predicate): Handle the case where pred1 is nil.
20135 * pcomplete.el (pcomplete-completions-at-point): Simplify.
20136
20137 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
20138
20139 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
20140 (debugger-return-value): Signal an error if the debugging context does
20141 not await any return value.
20142
20143 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
20144 * image-mode.el (image-toggle-display-text)
20145 (image-toggle-display-image): Stay away from evil `intangible'.
20146
20147 2011-09-19 Leo Liu <sdl.web@gmail.com>
20148
20149 * replace.el (occur-revert-arguments): Make it permanent-local.
20150 (occur-mode): Don't call font-lock-defontify.
20151
20152 2011-09-19 Chong Yidong <cyd@stupidchicken.com>
20153
20154 * net/ldap.el (ldap-search-internal): Don't push empty search
20155 result (Bug#9508).
20156
20157 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
20158
20159 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
20160
20161 2011-09-19 Michael Albinus <michael.albinus@gmx.de>
20162
20163 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
20164 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
20165
20166 2011-09-18 Juri Linkov <juri@jurta.org>
20167
20168 * buff-menu.el (Buffer-menu-mode-map):
20169 * dired.el (dired-mode-map):
20170 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
20171 (lisp-interaction-mode-map):
20172 * emacs-lisp/package.el (package-menu-mode-map):
20173 * epa.el (epa-key-list-mode-map):
20174 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
20175 (menu-bar-options-menu):
20176 * outline.el (outline-mode-menu-bar-map):
20177 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
20178 * vc/vc-dir.el (vc-dir-menu-map):
20179 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
20180 Capitalize non-function content words in menu item strings.
20181
20182 * dired.el (dired-mode-map): Add menu item for
20183 `image-dired-dired-toggle-marked-thumbs'.
20184
20185 2011-09-18 Juri Linkov <juri@jurta.org>
20186
20187 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
20188 to `isearch-case-fold-search' and restore its original value
20189 after the `isearch-mode' call.
20190
20191 2011-09-18 Juri Linkov <juri@jurta.org>
20192
20193 * progmodes/grep.el (grep-process-setup): Don't check code for 1
20194 because `zgrep' returns 1 for successful matches (bug#9226).
20195
20196 2011-09-18 Juri Linkov <juri@jurta.org>
20197
20198 * info.el (Info-extract-menu-node-name): Check the second match
20199 for empty string (second test-case of bug#9528).
20200 (Info-last-preorder): Let-bind `Info-history' to nil to not add
20201 intermediate nodes to the history (first test-case of bug#9528).
20202
20203 2011-09-18 Juri Linkov <juri@jurta.org>
20204
20205 * info.el (Info-mode-syntax-table): New variable.
20206 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
20207
20208 2011-09-18 Juri Linkov <juri@jurta.org>
20209
20210 * info.el (Info-file-supports-index-cookies):
20211 Increment line-beginning-position's arg from 3 to 4 because makeinfo
20212 outputs one more line for long file names (bug#4142).
20213
20214 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
20215
20216 * newcomment.el (comment-normalize-vars): If prompting for
20217 comment-start, set comment-start-skip too (Bug#8424).
20218
20219 2011-09-18 Johan Bockgård <bojohan@gnu.org>
20220
20221 * icomplete.el: Fix previous fix of Bug#5849.
20222 (icomplete-mode): Don't set completion-show-inline-help.
20223 (icomplete-minibuffer-setup): Set completion-show-inline-help
20224 locally during icompletion.
20225
20226 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
20227
20228 * woman.el (woman2-process-escapes): Don't delete unrecognized
20229 escapes (Bug#7843).
20230
20231 * files.el (inhibit-first-line-modes-regexps): Add image files.
20232 (hack-local-variables-prop-line): Return nil for malformed
20233 prop-lines (Bug#9044).
20234
20235 2011-09-18 Michael Albinus <michael.albinus@gmx.de>
20236
20237 * net/tramp.el (top): Don't require 'shell.
20238 (tramp-methods): Fix docstring.
20239 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
20240 Return complete remote file name. Handle "smb" case.
20241 Use `tramp-tmpdir', if defined for the respective method.
20242 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
20243
20244 * net/tramp-compat.el (top): Require 'shell.
20245
20246 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
20247 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
20248 `tramp-current-host'.
20249 (tramp-get-remote-tmpdir): Remove.
20250
20251 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
20252 `tramp-tmpdir' entries.
20253 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
20254 (tramp-smb-handle-file-attributes): Ignore errors.
20255 (tramp-smb-wait-for-output): Check also for process end.
20256
20257 2011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
20258
20259 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
20260 when sending QUIT (bug#9312).
20261
20262 2011-09-17 Chong Yidong <cyd@stupidchicken.com>
20263
20264 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
20265 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
20266 occur-mode-display-occurrence.
20267 (occur-edit-mode): Add usage message.
20268 (occur-cease-edit): New command.
20269 (occur-after-change-function): Use text properties to find the
20270 position of the prefix text.
20271 (occur-engine): Set stickiness of prefix text properties.
20272
20273 2011-09-17 Glenn Morris <rgm@gnu.org>
20274
20275 * progmodes/etags.el (complete-tag):
20276 Fix call to completion-in-region. (Bug#9526)
20277
20278 2011-09-17 Juri Linkov <juri@jurta.org>
20279
20280 * textmodes/ispell.el (ispell-word): Add to the error message
20281 the word, ispell program name and current dictionary (bug#9121).
20282 (ispell-tex-arg-end): Capitalize "error" in the error message.
20283
20284 2011-09-17 Andreas Schwab <schwab@linux-m68k.org>
20285
20286 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
20287 check. (Bug#4251)
20288
20289 2011-09-17 Juri Linkov <juri@jurta.org>
20290
20291 * window.el (window-safe-min-height, window-safe-min-width):
20292 Fix typos (followup to bug#9522).
20293
20294 2011-09-17 Sven Joachim <svenjoac@gmx.de>
20295
20296 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
20297
20298 2011-09-16 Eli Zaretskii <eliz@gnu.org>
20299
20300 * simple.el (line-move): If goal-column is set, move by logical
20301 lines, not by display lines. (Bug#971)
20302 (next-line, previous-line, goal-column, line-move-visual): Doc fix
20303 to reflect the above change.
20304
20305 2011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
20306
20307 * image.el (imagemagick-register-types): Use regexp-opt.
20308
20309 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
20310
20311 * window.el (display-buffer-base-action): Rename from
20312 display-buffer-default-action. Make default value empty.
20313 (display-buffer-overriding-action): Convert to defvar.
20314 (display-buffer-fallback-action): New var.
20315
20316 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
20317
20318 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
20319 declaration.
20320 (package--add-to-archive-contents): If there is a duplicate entry
20321 with an older version, remove it.
20322 (package-menu-mark-delete, package-menu-mark-install)
20323 (package-menu-mark-unmark): Make unused args optional.
20324 (package-menu-mark-obsolete-for-deletion):
20325 Use package-menu-get-status instead of a regexp search.
20326 (package-menu-get-status): Use tabulated-list-entry.
20327 (package-menu-mark-upgrades): New command.
20328 (package-menu-mode-map): Bind it to U. Add it to menu bar.
20329 (package-menu-execute): Do installation before deletion.
20330 (package-menu-refresh, package-menu-execute): Use derived-mode-p
20331 instead of checking major-mode.
20332 (package-menu--find-upgrades): New function.
20333
20334 2011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
20335
20336 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
20337 passwords in the log buffer.
20338 (smtpmail-process-filter): Update the process marker so that the
20339 "broken by peer" status message is inserted in the right place.
20340
20341 2011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
20342
20343 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
20344 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
20345 bibtex-completion-at-point-function.
20346 (bibtex-completion-at-point-function): Use them.
20347
20348 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
20349
20350 * mpc.el (mpc-constraints-tag-lookup): New function.
20351 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
20352 also to browser "album|playlist".
20353
20354 2011-09-14 Juri Linkov <juri@jurta.org>
20355
20356 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
20357 (isearch-edit-string): Use length of `isearch-string' when
20358 `isearch-fail-pos' returns nil.
20359 (isearch-message): Remove duplicate code and call
20360 `isearch-fail-pos' with arg `t'.
20361
20362 2011-09-14 Chong Yidong <cyd@stupidchicken.com>
20363
20364 * replace.el (occur-mode-goto-occurrence): Don't force using other
20365 window (Bug#9499).
20366
20367 * dired-aux.el (dired-do-chmod): Don't provide initial input.
20368
20369 2011-09-14 Martin Rudalics <rudalics@gmx.at>
20370
20371 * window.el (display-buffer-window): Remove.
20372 (display-buffer-record-window): Use help-setup window parameter
20373 instead of variable display-buffer-window.
20374 (display-buffer-function, special-display-buffer-names)
20375 (special-display-function): Mention help-setup parameter instead
20376 of display-buffer-window in doc-string.
20377 * help.el (help-window-setup): New argument help-window.
20378 Use help-window-setup parameter instead of display-buffer-window.
20379 Reword some messages.
20380 (with-help-window): Pass window used for displaying the buffer
20381 to help-window-setup. Don't set display-buffer-window.
20382
20383 2011-09-13 Glenn Morris <rgm@gnu.org>
20384
20385 * emacs-lisp/debug.el (debugger-make-xrefs):
20386 Preserve point. (Bug#9462)
20387
20388 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
20389
20390 * window.el (window-deletable-p): Use next-frame.
20391
20392 2011-09-13 Martin Rudalics <rudalics@gmx.at>
20393
20394 * window.el (window-auto-delete): Remove.
20395 (window-deletable-p): Remove argument FORCE. Don't deal with
20396 dedication and previous buffers.
20397 (switch-to-prev-buffer): Don't delete window.
20398 (delete-windows-on): Delete a window's frame if and only if the
20399 window is dedicated.
20400 (replace-buffer-in-windows): Delete buffer's window or frame if
20401 and only if window is dedicated.
20402 (quit-window): Handle quit-restore as before last change.
20403 (bury-buffer): Delete window only if window-deletable-p returns t.
20404
20405 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
20406
20407 * window.el (window-deletable-p): Never delete the last frame on a
20408 given terminal.
20409
20410 2011-09-13 Glenn Morris <rgm@gnu.org>
20411
20412 * help.el (describe-key-briefly): Copy previous standard-output change.
20413
20414 2011-09-13 PJ Weisberg <pj@irregularexpressions.net>
20415
20416 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
20417
20418 2011-09-13 Glenn Morris <rgm@gnu.org>
20419
20420 * emacs-lisp/lisp-mode.el (lisp-indent-function):
20421 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
20422
20423 2011-09-12 Chong Yidong <cyd@stupidchicken.com>
20424
20425 * dired-aux.el (dired-mark-read-string): Don't return default
20426 value on empty input (Bug#9361).
20427 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
20428 Omit initial minibuffer contents.
20429 (dired-do-chmod): Signal an error on empty input.
20430 (dired-mark-read-string): Don't return default on empty input.
20431
20432 * files.el (file-modes-symbolic-to-number): Doc fix.
20433
20434 2011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
20435
20436 * international/mule-cmds.el (ucs-completions): Remove.
20437 (read-char-by-name): Use complete-with-action instead; add metadata.
20438
20439 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
20440
20441 * window.el (display-buffer--action-function-custom-type)
20442 (display-buffer--action-custom-type): New vars.
20443 (display-buffer-alist, display-buffer-default-action)
20444 (display-buffer-overriding-action): Add defcustom types.
20445
20446 * frame.el (delete-other-frames): Doc fix (Bug#276).
20447
20448 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
20449
20450 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
20451
20452 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
20453
20454 Change modes that used same-window-* vars to use switch-to-buffer.
20455
20456 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
20457 Use switch-to-buffer.
20458
20459 * cus-edit.el (customize-group, custom-buffer-create)
20460 (customize-browse, custom-buffer-create-other-window):
20461 Use switch-to-buffer or switch-to-buffer-other-window.
20462
20463 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
20464 (Info-prev, Info-up, Info-speedbar-goto-node)
20465 (info-display-manual): Use switch-to-buffer.
20466 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
20467
20468 * mail/sendmail.el (mail): Use switch-to-buffer.
20469 (mail-recover): Use switch-to-buffer-other-window.
20470
20471 * cmuscheme.el (run-scheme, switch-to-scheme):
20472 * ielm.el (ielm):
20473 * shell.el (shell):
20474 * net/rlogin.el (rlogin):
20475 * net/telnet.el (telnet, rsh):
20476 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
20477
20478 2011-09-11 Andreas Schwab <schwab@linux-m68k.org>
20479
20480 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
20481
20482 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
20483
20484 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
20485 so don't mention it (bug#9301).
20486 (dired-sort-toggle-or-edit): Clarify string further.
20487
20488 * faces.el (face-spec-set-match-display): Make `(type graphic)'
20489 match `x', `w32' and `ns', like the manual says (bug#9029).
20490
20491 * subr.el (eval-after-load): Doc string clarification (bug#9125).
20492 (process-kill-buffer-query-function): Mention the buffer name in
20493 the query.
20494
20495 * image-mode.el (image-next-line): The line parameter is mandatory
20496 (bug#9258).
20497
20498 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
20499 which can be useful (bug#9301).
20500
20501 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
20502
20503 * subr.el (match-string): Mention that the current buffer should
20504 be the same as the search was done in (bug#9282).
20505
20506 * facemenu.el: Disable the remove-* commands if the mark isn't
20507 active (bug#9162).
20508
20509 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
20510
20511 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
20512 of display-buffer.
20513 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
20514
20515 * replace.el (occur-mode-goto-occurrence)
20516 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
20517 and display-buffer.
20518
20519 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
20520 display-buffer.
20521
20522 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
20523 special-display and same-window variables.
20524 (mail-other-window): Use switch-to-buffer-other-window.
20525 (mail-other-frame): USe switch-to-buffer-other-frame.
20526
20527 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
20528 Use display-buffer-other-frame.
20529 (gdb-display-gdb-buffer): Use pop-to-buffer.
20530
20531 * progmodes/gud.el (gud-goto-info): Use info-other-window.
20532
20533 * progmodes/python.el: Don't set same-window-buffer-names.
20534
20535 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
20536
20537 * window.el (display-buffer-alist): Add *Python*.
20538
20539 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
20540
20541 * window.el (display-buffer-alist): Add entry for buffers
20542 previously handled same-window-*.
20543 (display-buffer-alist, display-buffer-default-action)
20544 (display-buffer-overriding-action): Mark as risky.
20545 (display-buffer-alist): Document action function changes.
20546 (display-buffer--same-window-action)
20547 (display-buffer--other-frame-action): New variables.
20548 (switch-to-buffer, display-buffer-other-frame): Use them.
20549 (display-buffer): Rename reuse-frame entry to reusable-frames.
20550 (display-buffer-reuse-selected-window): Function deleted.
20551 (display-buffer-reuse-window): Handle reusable-frames alist entry.
20552 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
20553 (display-buffer-special): New function.
20554 (display-buffer--maybe-pop-up-frame-or-window): Rename from
20555 display-buffer-reuse-or-pop-window. Split off special-display
20556 part into display-buffer-special.
20557 (display-buffer-use-some-window): Don't perform any special
20558 pop-up-frames handling.
20559 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
20560 (display-buffer--maybe-same-window): Rename from
20561 display-buffer-maybe-same-window.
20562
20563 * info.el: Don't set same-window-regexps.
20564 (info-setup): New function.
20565 (info-other-window, info): Call it.
20566
20567 * cus-edit.el: Don't set same-window-regexps.
20568 (customize-group): New argument.
20569 (customize-group-other-window): Use it.
20570 (customize-face, customize-face-other-window): Likewise.
20571 (custom-buffer-create-other-window): Use pop-to-buffer directly.
20572
20573 * net/rlogin.el:
20574 * net/telnet.el:
20575 * progmodes/gud.el: Don't set same-window-regexps.
20576
20577 * cmuscheme.el:
20578 * ielm.el:
20579 * shell.el:
20580 * mail/sendmail.el:
20581 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
20582
20583 2011-09-10 Juri Linkov <juri@jurta.org>
20584
20585 * isearch.el (isearch-edit-string): Remove obsolete mention of
20586 `C-w' (`isearch-yank-word-or-char') from docstring.
20587 (isearch-query-replace): Fix typo in docstring (bug#9466).
20588
20589 2011-09-10 Juri Linkov <juri@jurta.org>
20590
20591 * paren.el (show-paren-function): Don't show escaped parens.
20592 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
20593
20594 2011-09-10 Eli Zaretskii <eliz@gnu.org>
20595
20596 * mail/sendmail.el (mml-to-mime, mml-attach-file)
20597 (mm-default-file-encoding): Remove autoload forms, they are
20598 replaced with autoload cookies in mml.el and mm-encode.el.
20599 (mail-add-attachment): New command.
20600 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
20601 (mail-mode): Mention mail-insert-file and mail-add-attachment in
20602 the doc string.
20603 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
20604
20605 2011-09-10 Reuben Thomas <rrt@sc3d.org>
20606
20607 * simple.el (count-words-region): Use buffer if there's no region
20608 (bug#9429).
20609
20610 2011-09-09 Juri Linkov <juri@jurta.org>
20611
20612 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
20613 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
20614 (wdired-isearch-filter-read-only): New function. (Bug#6362)
20615
20616 2011-09-09 Alan Mackenzie <acm@muc.de>
20617
20618 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
20619 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
20620
20621 2011-09-09 Eli Zaretskii <eliz@gnu.org>
20622
20623 Fix for Savannah bug#9392.
20624 * simple.el (mail-encode-mml): New defvar.
20625
20626 * mail/rmail.el (mail-encode-mml): Add a defvar.
20627 (rmail-enable-mime-composing): Default to t.
20628 (rmail-forward): Use MIME method of forwarding only if both
20629 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
20630 Set mail-encode-mml non-nil if the MIME method was used.
20631
20632 * mail/sendmail.el (mml-to-mime): Add autoload form.
20633 (mail-encode-mml): Add a defvar.
20634 (mail-mode): Make mail-encode-mml buffer-local and initialize it
20635 to nil.
20636 (mail-send): If mail-encode-mml is non-nil, run the outgoing
20637 message through mml-to-mime, and reset mail-encode-mml to nil.
20638
20639 2011-09-09 Glenn Morris <rgm@gnu.org>
20640
20641 * woman.el (woman-if-body): When processing an .el block,
20642 do not delete the next .el block as well. (Bug#9447)
20643 (woman-special-characters): Add oq, cq, and hy characters.
20644
20645 2011-09-08 Martin Rudalics <rudalics@gmx.at>
20646
20647 * window.el (window-deletable-p): Make sure window is live before
20648 invoking window-prev-buffers.
20649
20650 2011-09-08 Leo Liu <sdl.web@gmail.com>
20651
20652 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
20653
20654 2011-09-08 Juri Linkov <juri@jurta.org>
20655
20656 * progmodes/compile.el (compilation-environment): Make it
20657 a defcustom (bug#8340).
20658
20659 2011-09-08 Martin Rudalics <rudalics@gmx.at>
20660
20661 * window.el (frame-auto-delete): Rename to window-auto-delete.
20662 Make it control auto-deletion of windows and/or frames.
20663 (window-deletable-p): New argument FORCE. Rewrite conditions
20664 for deleting window/frame. (Bug#9419)
20665 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
20666 Rewrite handling of case when window/frame can be deleted.
20667 (delete-windows-on): Call window-deletable-p with new FORCE
20668 argument t. (Bug#9456)
20669
20670 2011-09-07 Chong Yidong <cyd@stupidchicken.com>
20671
20672 * help-mode.el (help-mode): Restore autoload.
20673
20674 2011-09-07 Juri Linkov <juri@jurta.org>
20675
20676 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
20677 `compilation-environment'. Set buffer-local
20678 `compilation-environment' to `thisenv' later after (funcall mode).
20679 (Bug#8340)
20680
20681 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
20682 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
20683 instead of replacing its value. (Bug#8340)
20684
20685 2011-09-07 Juri Linkov <juri@jurta.org>
20686
20687 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
20688 based on text properties put by `grep-filter' instead of matching
20689 escape sequences.
20690 (grep-mode): Set buffer-local `compilation-error-screen-columns'
20691 to the value of `grep-error-screen-columns' (bug#9438).
20692
20693 2011-09-07 Juri Linkov <juri@jurta.org>
20694
20695 * simple.el (next-error-highlight, next-error-highlight-no-select):
20696 Doc fix (bug#9432).
20697
20698 2011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
20699
20700 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
20701 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
20702
20703 2011-09-07 Leo Liu <sdl.web@gmail.com>
20704
20705 * net/rcirc.el (rcirc-mode): Conditionally initialize
20706 rcirc-input-ring.
20707
20708 2011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
20709
20710 * emacs-lisp/find-func.el (find-function-C-source): Only set
20711 find-function-C-source-directory after checking that we found a source
20712 file there (bug#9440).
20713
20714 2011-09-06 Alan Mackenzie <acm@muc.de>
20715
20716 * isearch.el (isearch-other-meta-char): Wherever a key list is
20717 unread, "unread" the prefix arg, too. This fixes bug #8901.
20718
20719 2011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
20720
20721 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
20722
20723 2011-09-05 Juri Linkov <juri@jurta.org>
20724
20725 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
20726
20727 2011-09-05 Juri Linkov <juri@jurta.org>
20728
20729 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
20730 keeping point where processing of grep matches begins, and
20731 continue to delete remaining escape sequences from the same point.
20732 (grep-filter): Make leading zero optional in "0?1;31m" because
20733 git-grep emits "\033[1;31m" escape sequences unlike expected
20734 "\033[01;31m" as GNU Grep does (bug#9408).
20735 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
20736
20737 2011-09-05 Juri Linkov <juri@jurta.org>
20738
20739 * subr.el (y-or-n-p): Capitalize "yes".
20740
20741 2011-09-04 Michael Albinus <michael.albinus@gmx.de>
20742
20743 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
20744 `tramp-cache-unload-hook' where appropriate.
20745 (tramp-methods): Rename `tramp-remote-sh' to
20746 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
20747 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
20748
20749 * net/tramp-sh.el (top): Don't require 'shell.
20750 (tramp-methods): Add `tramp-remote-shell' and
20751 `tramp-remote-shell-args' entries.
20752 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
20753 (tramp-sh-handle-shell-command): Remove.
20754 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
20755 Use `tramp-remote-shell'.
20756
20757 2011-09-03 Chong Yidong <cyd@stupidchicken.com>
20758
20759 * mail/sendmail.el (sendmail-query-once-function): Delete.
20760 (sendmail-query-once): Save directly to send-mail-function.
20761 Update message-send-mail-function too.
20762
20763 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
20764
20765 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
20766
20767 * progmodes/python.el (python-mode-map): Use correct function to
20768 start python interpreter from menu-bar (as reported by Geert
20769 Kloosterman).
20770 (inferior-python-mode-map): Fix typo.
20771 (python-shell-map): Remove.
20772
20773 2011-09-03 Deniz Dogan <deniz@dogan.se>
20774
20775 * net/rcirc.el (rcirc-print): Simplify code for
20776 rcirc-scroll-show-maximum-output. There is no need to walk
20777 through all windows to find the right one.
20778
20779 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
20780
20781 * help.el (help-return-method): Doc fix.
20782
20783 2011-09-03 Martin Rudalics <rudalics@gmx.at>
20784
20785 * window.el (window-deletable-p): Don't return a non-nil value
20786 when there's a buffer that was shown in the window before.
20787 (Bug#9419)
20788 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
20789 Set window's previous buffers to nil.
20790
20791 2011-09-03 Eli Zaretskii <eliz@gnu.org>
20792
20793 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
20794 newline before and after the tag line, so it doesn't interfere
20795 with determining the paragraph direction of bidirectional text.
20796
20797 2011-09-03 Leo Liu <sdl.web@gmail.com>
20798
20799 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
20800
20801 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
20802
20803 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
20804 (pop-to-buffer): Change interactive spec. Pass second argument
20805 directly to display-buffer.
20806 (display-buffer): Fix interactive spec. Use functionp to
20807 distinguish between a function and a list of functions.
20808
20809 * abbrev.el (edit-abbrevs):
20810 * arc-mode.el (archive-extract):
20811 * autoinsert.el (auto-insert):
20812 * bookmark.el (bookmark-bmenu-list):
20813 * files.el (find-file):
20814 * view.el (view-buffer):
20815 * progmodes/compile.el (compilation-goto-locus):
20816 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
20817
20818 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
20819
20820 * window.el (display-buffer-alist): Doc fix.
20821 (display-buffer): Add docstring. Don't treat
20822 display-buffer-default specially.
20823 (display-buffer-reuse-selected-window)
20824 (display-buffer-same-window, display-buffer-maybe-same-window)
20825 (display-buffer-reuse-window, display-buffer-pop-up-frame)
20826 (display-buffer-pop-up-window)
20827 (display-buffer-reuse-or-pop-window)
20828 (display-buffer-use-some-window): New functions.
20829 (display-buffer-default-action): Use them.
20830 (display-buffer-default): Delete.
20831 (pop-to-buffer-1): Fix choice of actions.
20832
20833 2011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
20834
20835 * minibuffer.el (completion--insert-strings): Don't get confused by
20836 completion entries that end with an LF char.
20837
20838 2011-09-01 Eli Zaretskii <eliz@gnu.org>
20839
20840 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
20841
20842 2011-09-01 Chong Yidong <cyd@stupidchicken.com>
20843
20844 * window.el (display-buffer): Restore interactive spec.
20845 (display-buffer-same-window, display-buffer-other-window):
20846 New functions.
20847 (pop-to-buffer-1): New function. Use the above.
20848 (pop-to-buffer, pop-to-buffer-same-window): Use it.
20849 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
20850
20851 * view.el (view-buffer-other-window, view-buffer-other-frame):
20852 Just use pop-to-buffer.
20853
20854 2011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
20855
20856 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
20857
20858 2011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
20859
20860 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
20861
20862 2011-08-31 Richard Stallman <rms@gnu.org>
20863
20864 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
20865 of the separation of rmail-view-buffer from rmail-buffer.
20866 If you say no to "replace original", the decrypt is in the
20867 view buffer. If you say yes, the decrypt goes into the
20868 rmail buffer also.
20869
20870 2011-08-31 Martin Rudalics <rudalics@gmx.at>
20871
20872 * window.el (display-buffer-window): Rewrite doc-string.
20873 (display-buffer-record-window): New function.
20874 (display-buffer-macro-specifiers)
20875 (display-buffer-even-window-sizes, display-buffer-set-height)
20876 (display-buffer-set-width, display-buffer-in-window)
20877 (display-buffer-reuse-window, display-buffer-split-specifiers)
20878 (display-buffer-side-specifiers, display-buffer-split-window-1)
20879 (display-buffer-split-window, display-buffer-split-atom-window)
20880 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
20881 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
20882 (display-buffer-other-window-means-other-frame)
20883 (display-buffer-normalize-special)
20884 (display-buffer-normalize-default)
20885 (display-buffer-normalize-argument)
20886 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
20887 (display-buffer-normalize-specifiers, display-buffer-frame)
20888 (display-buffer-same-window, display-buffer-same-frame)
20889 (display-buffer-other-window)
20890 (display-buffer-same-frame-other-window)
20891 (display-buffer-other-frame, pop-to-buffer-same-window)
20892 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
20893 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
20894 (switch-to-buffer-same-frame)
20895 (switch-to-buffer-other-window-same-frame)
20896 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
20897 (display-buffer-alist-set-1, display-buffer-alist-set-2)
20898 (display-buffer-alist-set): Remove.
20899 (display-buffer-function, special-display-buffer-names)
20900 (special-display-regexps, special-display-function):
20901 In doc-string refer to display-buffer-window and quit-restore
20902 parameter.
20903 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
20904 (special-display-frame-alist, special-display-popup-frame)
20905 (same-window-buffer-names, same-window-regexps, same-window-p)
20906 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
20907 (split-window-preferred-function, split-height-threshold)
20908 (split-width-threshold, window-splittable-p)
20909 (split-window-sensibly, window--try-to-split-window)
20910 (window--frame-usable-p, even-window-heights)
20911 (window--even-window-heights, window--display-buffer-1)
20912 (window--display-buffer-2, display-buffer-other-frame):
20913 Restore old Emacs 23 code, order and doc-strings where applicable.
20914 (display-buffer-default, display-buffer-assq-regexp): New functions.
20915 (display-buffer-alist): Rewrite doc-string.
20916 (display-buffer-default-action)
20917 (display-buffer-overriding-action): New variables.
20918 (display-buffer, switch-to-buffer): Rewrite.
20919 (pop-to-buffer): Restore Emacs 23 behavior but use
20920 window-normalize-buffer-to-display.
20921 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
20922 Restore Emacs 23 behavior but use
20923 window-normalize-buffer-to-switch-to.
20924 (pop-to-buffer-same-window): Rewrite.
20925 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
20926 Rewrite using Emacs 23 options.
20927
20928 2011-08-31 Michael Albinus <michael.albinus@gmx.de>
20929
20930 * net/tramp.el (tramp-root-regexp): Remove.
20931 (tramp-completion-file-name-regexp-unified)
20932 (tramp-completion-file-name-regexp-separate)
20933 (tramp-completion-file-name-regexp-url): Don't use leading volume
20934 letter on w32 systems. (Bug#5303, Bug#9311)
20935 (tramp-drop-volume-letter): Simplify definition.
20936 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
20937
20938 2011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
20939
20940 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
20941 (bug#9356).
20942
20943 2011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
20944
20945 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
20946
20947 2011-08-29 Juri Linkov <juri@jurta.org>
20948
20949 * isearch.el (isearch-done): Don't display message "Mark saved"
20950 when arg `edit' is non-nil to prevent its flicker in the echo area.
20951
20952 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
20953
20954 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
20955 obsolete packages for deletion.
20956
20957 2011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
20958
20959 * help-mode.el (help-mode-map): Add special-mode-map to parent.
20960 (help-mode): Derive help-mode from special-mode. Don't invoke
20961 view-mode from help-mode.
20962 (help-xref-override-view-map): Remove.
20963 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
20964 view-mode is not used anymore.
20965
20966 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
20967
20968 * server.el (server-port): Doc fix.
20969
20970 * cus-theme.el (custom-theme-choose-mode): Inherit from
20971 special-mode (Bug#9124).
20972 (custom-theme-choose-mode-map): Add special-mode to parent.
20973
20974 2011-08-28 Alan Mackenzie <acm@muc.de>
20975
20976 * progmodes/cc-fonts.el
20977 (c-make-font-lock-BO-decl-search-function): New function.
20978 (c-basic-matchers-after - "Fontify the clauses after various
20979 keywords"): Extract the three keyword lists for the 3 erroneous
20980 constructs from the list of four, and use the new function above
20981 in place of an old one.
20982
20983 2011-08-28 Deniz Dogan <deniz@dogan.se>
20984
20985 * net/rcirc.el (rcirc-insert-prev-input)
20986 (rcirc-insert-next-input): Remove unused argument.
20987
20988 2011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
20989
20990 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
20991
20992 2011-08-27 Alan Mackenzie <acm@muc.de>
20993
20994 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
20995 handle function pointer parameters properly.
20996
20997 2011-08-27 Martin Rudalics <rudalics@gmx.at>
20998
20999 * window.el (display-buffer-reuse-window): Fix case where
21000 selected window was reused with non-nil OTHER-WINDOW argument.
21001 (Bug#9381)
21002
21003 2011-08-27 Deniz Dogan <deniz@dogan.se>
21004
21005 * net/rcirc.el (rcirc-check-auth-status): Adding support for
21006 oftc's NickServ messages.
21007
21008 2011-08-27 Glenn Morris <rgm@gnu.org>
21009
21010 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
21011
21012 2011-08-26 Chong Yidong <cyd@stupidchicken.com>
21013
21014 * emacs-lisp/package.el (package-install): Call package-initialize
21015 if called interactively.
21016
21017 2011-08-26 Leo Liu <sdl.web@gmail.com>
21018
21019 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
21020
21021 2011-08-25 Juri Linkov <juri@jurta.org>
21022
21023 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
21024 `search-whitespace-regexp' (bug#9364).
21025
21026 2011-08-25 Juri Linkov <juri@jurta.org>
21027
21028 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
21029 `regexp-search-ring' to their global values to protect from
21030 updating by `read-from-minibuffer' (bug#9185).
21031
21032 2011-08-25 Juri Linkov <juri@jurta.org>
21033
21034 * textmodes/ispell.el (ispell-command-loop): Add newline
21035 at the end of the "Use option `i'..." line.
21036
21037 2011-08-25 Juri Linkov <juri@jurta.org>
21038
21039 * battery.el (display-battery-mode): If `battery-status-function'
21040 or `battery-mode-line-format' is nil, display the message and set
21041 `display-battery-mode' to nil (bug#9363).
21042
21043 2011-08-25 Eli Zaretskii <eliz@gnu.org>
21044
21045 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
21046 bidi-string-mark-left-to-right; they are unnecessary now.
21047
21048 2011-08-25 Deniz Dogan <deniz@dogan.se>
21049
21050 * net/quickurl.el: Documentation typo fixes.
21051
21052 2011-08-25 Chong Yidong <cyd@stupidchicken.com>
21053
21054 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
21055
21056 2011-08-25 Glenn Morris <rgm@gnu.org>
21057
21058 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
21059
21060 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
21061 (smtpmail-via-smtp): Handle nil response from smtp.
21062
21063 2011-08-24 Juri Linkov <juri@jurta.org>
21064
21065 * proced.el (proced-marked): Inherit from `error' instead of
21066 `font-lock-warning-face'.
21067
21068 * ibuffer.el (ibuffer-marked-face): Change default face from
21069 `font-lock-warning-face' to `warning'.
21070 (ibuffer-deletion-face): Change default face from
21071 `font-lock-type-face' to `error'.
21072
21073 * battery.el (battery-update): Use the face `error' instead of
21074 `font-lock-warning-face' (bug#6117).
21075
21076 2011-08-24 Juri Linkov <juri@jurta.org>
21077
21078 * faces.el (success): Change face color from "Green3" to
21079 "ForestGreen" on light background (bug#9353).
21080
21081 2011-08-24 Chong Yidong <cyd@stupidchicken.com>
21082
21083 * window.el (quit-window): Rename from quit-restore-window.
21084 Use same arglist as old quit-window.
21085 (frame-auto-delete): Doc fix.
21086
21087 * view.el (view-mode-exit): Use quit-window.
21088
21089 2011-08-24 Juri Linkov <juri@jurta.org>
21090
21091 * isearch.el (isearch-ring-adjust1): Start visiting previous
21092 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
21093 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
21094 for empty search string (when the last search string is reused
21095 automatically) to adjust the isearch ring to the last element and
21096 prepare the correct index for further M-p commands (bug#9185).
21097
21098 2011-08-24 Kenichi Handa <handa@m17n.org>
21099
21100 * international/ucs-normalize.el: If decomposition property of
21101 CHAR is the default one (i.e. a list of CHAR itself), treat it as
21102 nil.
21103 (nfd, nfkd): Likewise.
21104
21105 2011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
21106
21107 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
21108 from process filters aren't reliably transmitted to the surrounding
21109 accept-process-output.
21110 (mpc-proc-check): New function.
21111 (mpc-proc-sync): Use it (bug#8293)
21112
21113 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
21114
21115 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
21116 Add compatibility functions (bug#9313).
21117
21118 2011-08-23 Eli Zaretskii <eliz@gnu.org>
21119
21120 * cus-start.el (all): Add entry for bidi-paragraph-direction.
21121
21122 * international/uni-bidi.el: Regenerate.
21123
21124 2011-08-23 Kenichi Handa <handa@m17n.org>
21125
21126 * international/charprop.el:
21127 * international/uni-bidi.el:
21128 * international/uni-category.el:
21129 * international/uni-combining.el:
21130 * international/uni-comment.el:
21131 * international/uni-decimal.el:
21132 * international/uni-decomposition.el:
21133 * international/uni-digit.el:
21134 * international/uni-lowercase.el:
21135 * international/uni-mirrored.el:
21136 * international/uni-name.el:
21137 * international/uni-numeric.el:
21138 * international/uni-old-name.el:
21139 * international/uni-titlecase.el:
21140 * international/uni-uppercase.el: Regenerate.
21141
21142 2011-08-23 Martin Rudalics <rudalics@gmx.at>
21143
21144 * help.el (help-window-setup): Fix message displayed when other
21145 window is reused. (Bug#9341)
21146
21147 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
21148
21149 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
21150 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
21151
21152 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
21153 Mark obsolete.
21154 * shell.el (shell-parse-pcomplete-arguments): New function.
21155 (shell-completion-vars): Use it instead (bug#9160).
21156
21157 2011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
21158
21159 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
21160 strings and comments (bug#9333).
21161
21162 * emacs-lisp/debug.el (debug-arglist): New function.
21163 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
21164 (debug-on-entry-1): Handle interpreted closures (bug#9120).
21165
21166 2011-08-22 Juri Linkov <juri@jurta.org>
21167
21168 * progmodes/compile.el (compilation-mode-font-lock-keywords):
21169 Revert regexp that highlights output switches to its old
21170 pre-2010-10-28 value and remove one `?' from it (bug#9319).
21171
21172 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
21173 to check for empty output (bug#9226).
21174
21175 2011-08-22 Chong Yidong <cyd@stupidchicken.com>
21176
21177 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
21178 symbol-constituent as the default, as that stops font-lock from
21179 working properly (Bug#8843).
21180
21181 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
21182
21183 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
21184 `coding-system-for-*' around the process open call to avoid
21185 auth-source side effects.
21186 (smtpmail-try-auth-methods): Expand the secret password.
21187 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
21188 probe hangs.
21189
21190 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
21191
21192 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
21193
21194 * emacs-lisp/find-func.el (find-function-noselect): New arg
21195 lisp-only.
21196
21197 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
21198 signal an error for built-in functions (Bug#6664).
21199
21200 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
21201
21202 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
21203 (smtpmail-try-auth-methods): Use it.
21204
21205 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
21206
21207 * font-lock.el (font-lock-fontify-region)
21208 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
21209 (font-lock-default-unfontify-buffer)
21210 (font-lock-default-fontify-region)
21211 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
21212
21213 * progmodes/compile.el (compilation-error-properties):
21214 Fix confusion between file struct and message struct (Bug#9319).
21215 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
21216 `ant' regexp.
21217
21218 * net/browse-url.el (browse-url-firefox): Don't call
21219 browse-url-firefox-sentinel unless using -remote (Bug#9328).
21220
21221 2011-08-20 Glenn Morris <rgm@gnu.org>
21222
21223 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
21224
21225 * tutorial.el (tutorial--default-keys): Update some default bindings.
21226
21227 * files.el (hack-local-variables): Fully ignore case for "mode:".
21228
21229 2011-08-20 Alan Mackenzie <acm@muc.de>
21230
21231 Resolve invalid use of a regexp in regexp-opt.
21232
21233 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
21234 detection for a java annotation.
21235
21236 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
21237 detection for a java annotation.
21238
21239 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
21240 handling for java.
21241 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
21242
21243 2011-08-20 Chong Yidong <cyd@stupidchicken.com>
21244
21245 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
21246 (Bug#9274).
21247
21248 2011-08-20 Alan Mackenzie <acm@muc.de>
21249
21250 Fontify CPP expressions correctly when starting in the middle of
21251 such a construct. Mainly for when jit-lock etc. starts a chunk
21252 here.
21253
21254 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
21255 variable.
21256 (c-make-font-lock-search-form): New function, extracted from
21257 c-make-font-lock-search-function.
21258 (c-make-font-lock-search-function): Use the above function.
21259 (c-make-font-lock-context-search-function): New function.
21260 (c-cpp-matchers): Enhance the preprocessor expression case with
21261 the above function
21262 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
21263 which takes an expression.
21264
21265 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
21266
21267 2011-08-20 Martin Rudalics <rudalics@gmx.at>
21268
21269 * window.el (display-buffer-reuse-window)
21270 (display-buffer-pop-up-window): Don't reuse or split a side
21271 window.
21272
21273 2011-08-19 Glenn Morris <rgm@gnu.org>
21274
21275 * files.el (hack-local-variables-prop-line, hack-local-variables):
21276 Downcase "Mode:". (Bug#9331)
21277
21278 2011-08-18 Chong Yidong <cyd@stupidchicken.com>
21279
21280 * international/characters.el: Add L and R categories.
21281
21282 * subr.el (bidi-string-mark-left-to-right): Rename from
21283 string-mark-left-to-right. Use category search.
21284
21285 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
21286
21287 2011-08-18 Juri Linkov <juri@jurta.org>
21288
21289 * faces.el (error, warning, success): New faces with definitions
21290 copied from old default values of `font-lock-warning-face',
21291 `compilation-warning', `compilation-info' (bug#6117).
21292
21293 * font-lock.el (font-lock-warning-face): Inherit from `error'.
21294
21295 * progmodes/compile.el (compilation-error): Inherit from `error'.
21296 (compilation-warning): Inherit from `warning'.
21297 (compilation-info): Inherit from `success'.
21298
21299 * dired.el (dired-marked): Inherit from `warning'.
21300 (dired-flagged): Inherit from `error'.
21301
21302 2011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
21303
21304 * mail/smtpmail.el (auth-source): Require to avoid problems with
21305 binding variables (bug#9298). Also clean up some unused
21306 autoloads.
21307
21308 * net/network-stream.el (network-stream-open-starttls):
21309 Support using starttls.el without using gnutls-cli.
21310
21311 2011-08-17 Juri Linkov <juri@jurta.org>
21312
21313 * progmodes/grep.el (rgrep): Handle the case when
21314 `grep-find-command' is a cons cell (bug#9278).
21315
21316 2011-08-17 Martin Rudalics <rudalics@gmx.at>
21317
21318 * window.el (display-buffer-pop-up-frame): Run frame creation
21319 function with BUFFER current (as special-display-popup-frame
21320 does). Reported by Drew Adams.
21321
21322 2011-08-17 Daiki Ueno <ueno@unixuser.org>
21323
21324 * epa-mail.el: Simplify GnuPG group expansion using
21325 epg-expand-group.
21326 (epa-mail-group-alist, epa-mail-group-modtime)
21327 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
21328 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
21329 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
21330 Remove.
21331
21332 2011-08-16 Feng Li <fengli@gmail.com> (tiny change)
21333
21334 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
21335
21336 2011-08-16 Alan Mackenzie <acm@muc.de>
21337
21338 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
21339 Correct, to avoid the inside of macros.
21340
21341 2011-08-16 Richard Stallman <rms@gnu.org>
21342
21343 * epa-mail.el: Handle GnuPG group definitions.
21344 (epa-mail-group-alist, epa-mail-group-modtime)
21345 (epa-mail-gnupg-conf-file): New variables.
21346 (epa-mail-parse-groups, epa-mail-sync-groups)
21347 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
21348 (epa-mail-expand-recipients): New functions.
21349 (epa-mail-encrypt): Call epa-mail-expand-recipients.
21350
21351 * mail/rmail.el (rmail-epa-decrypt): New command.
21352
21353 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
21354 Don't bind buffer-read-only, just inhibit-read-only.
21355 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
21356 (epa-decrypt-armor-in-region): Make error message clearer.
21357
21358 2011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
21359
21360 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
21361 and "a2b" to "ab" for `prefix'.
21362
21363 2011-08-14 Chong Yidong <cyd@stupidchicken.com>
21364
21365 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
21366 filter groups.
21367 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
21368 Fourquet (Bug#8804).
21369
21370 2011-08-12 Juanma Barranquero <lekktu@gmail.com>
21371
21372 * startup.el (argi): Declare as global variable (bug#9275).
21373
21374 2011-08-12 Chong Yidong <cyd@stupidchicken.com>
21375
21376 * subr.el (string-mark-left-to-right): Search the entire string
21377 for RTL script, not just the terminating character. Doc fix.
21378
21379 2011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
21380
21381 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
21382 New function.
21383 (js--regexp-literal, js-syntax-propertize-function): Remove.
21384 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
21385 (js-mode-map): Don't rebind electric keys.
21386 (js-insert-and-indent): Remove.
21387 (js-mode): Setup electric-layout and electric-indent instead.
21388
21389 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
21390
21391 2011-08-12 Daiki Ueno <ueno@unixuser.org>
21392
21393 * epa.el (epa-progress-callback-function): Fix the logic of
21394 displaying progress.
21395 * epa-file.el (epa-file-insert-file-contents): Make progress
21396 display more user-friendly.
21397 (epa-file-write-region): Ditto.
21398
21399 2011-08-10 Chong Yidong <cyd@stupidchicken.com>
21400
21401 * subr.el (string-mark-left-to-right): New function.
21402
21403 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
21404 Use string-mark-left-to-right.
21405 (list-buffers-noselect): Caller changed.
21406
21407 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
21408 Use string-mark-left-to-right.
21409 (tabulated-list-print): Recenter after moving point.
21410
21411 2011-08-10 Juri Linkov <juri@jurta.org>
21412
21413 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
21414 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
21415 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
21416
21417 2011-08-09 Chong Yidong <cyd@stupidchicken.com>
21418
21419 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
21420 (Bug#7554).
21421
21422 2011-08-09 Andreas Schwab <schwab@linux-m68k.org>
21423
21424 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
21425 character. (Bug#6594)
21426
21427 2011-08-08 Chong Yidong <cyd@stupidchicken.com>
21428
21429 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
21430 (image-dired--with-db-file): New macro.
21431 (image-dired-write-tags, image-dired-remove-tag)
21432 (image-dired-create-gallery-lists, image-dired-write-comments)
21433 (image-dired-get-comment, image-dired-mark-tagged-files)
21434 (image-dired-list-tags, image-dired-gallery-generate): Use it.
21435 (image-dired-gallery-generate): Use insert-file-contents.
21436
21437 * time.el (display-time-world-list, display-time-world-display):
21438 * time-stamp.el (time-stamp-string):
21439 * vc/add-log.el (add-change-log-entry): Use setenv instead of
21440 set-time-zone-rule (Bug#7337).
21441
21442 2011-08-08 Daiki Ueno <ueno@unixuser.org>
21443
21444 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
21445 (epg-error-to-string, epg-errors-to-string): New function.
21446 (epg-wait-for-completion): Reverse errors list.
21447 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
21448 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
21449 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
21450 (epg-sign-keys, epg-generate-key-from-file)
21451 (epg-generate-key-from-string): Format errors by using
21452 epg-errors-to-string (bug#9255).
21453 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
21454
21455 2011-08-07 Juri Linkov <juri@jurta.org>
21456
21457 * faces.el (list-faces-display): Remove extra angle bracket
21458 from `help-mode-map'.
21459
21460 * info.el (Info-history-toc-nodes): Doc fix.
21461
21462 * longlines.el (longlines-mode): Doc fix.
21463
21464 2011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
21465
21466 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
21467 of statements and in a few more cases (bug#9183).
21468
21469 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
21470 New functions.
21471 (cl-transform-lambda): Use them (bug#9239).
21472
21473 2011-08-05 Martin Rudalics <rudalics@gmx.at>
21474
21475 * window.el (display-buffer-same-window)
21476 (display-buffer-same-frame, display-buffer-other-window)
21477 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
21478 (pop-to-buffer-other-window)
21479 (pop-to-buffer-same-frame-other-window)
21480 (pop-to-buffer-other-frame): Make them defuns.
21481 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
21482
21483 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
21484
21485 * subr.el (make-composed-keymap): Move from C. Change calling
21486 convention, and improve docstring to bring attention to a subtle point.
21487 * minibuffer.el (completing-read-default): Adjust accordingly.
21488
21489 2011-08-03 Michael Albinus <michael.albinus@gmx.de>
21490
21491 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
21492 (tramp-open-shell): Use `tramp-shell-quote-argument'.
21493
21494 * net/trampver.el: Update release number.
21495
21496 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
21497
21498 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
21499 "in" (bug#9190).
21500
21501 2011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
21502
21503 * mail/sendmail.el (sendmail-query-once): Restore the current
21504 buffer after querying (bug#9074).
21505
21506 * dired.el (dired-flagged): Use different faces for marked and
21507 flagged files (bug#6117).
21508
21509 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
21510 (bug#4433).
21511
21512 * ido.el (ido-mode): Switch off the message if called
21513 non-interactively.
21514
21515 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
21516 before 587, since it appears that that's more likely to work for
21517 more people.
21518
21519 * cus-edit.el (custom-file): When running under emacs -q, always
21520 refuse to save the customizations, even if the .emacs file doesn't
21521 exist.
21522
21523 * info.el: Remove the `Info-beginning-of-buffer' function
21524 (bug#8325).
21525
21526 * net/network-stream.el (network-stream-open-starttls):
21527 Use `starttls-available-p' to see whether starttls.el can be used.
21528
21529 2011-08-01 Martin Rudalics <rudalics@gmx.at>
21530
21531 * window.el (display-buffer-in-window): Don't set dedicated status
21532 of window here (Bug#9215).
21533 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
21534 (display-buffer-pop-up-side-window)
21535 (display-buffer-in-side-window): Set dedicated status of window here.
21536
21537 2011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
21538
21539 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
21540 before binding generated-autoload-file.
21541
21542 2011-08-01 Deniz Dogan <deniz@dogan.se>
21543
21544 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
21545
21546 2011-07-30 Michael Albinus <michael.albinus@gmx.de>
21547
21548 Sync with Tramp 2.2.2.
21549
21550 * net/trampver.el: Update release number.
21551
21552 2011-07-30 Juri Linkov <juri@jurta.org>
21553
21554 * dired-aux.el (dired-touch-initial): Remove function.
21555 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
21556 current time, and `default' to the last modification time of the
21557 current marked file (bug#6887).
21558
21559 2011-07-28 Jose E. Marchesi <jemarch@gnu.org>
21560
21561 * simple.el (goto-line): Use string-to-number to provide a
21562 numeric argument to read-number (bug#9163).
21563
21564 2011-07-27 Michael Albinus <michael.albinus@gmx.de>
21565
21566 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
21567 connection process, it could be nil.
21568
21569 2011-07-27 Leo Liu <sdl.web@gmail.com>
21570
21571 Simplify url handling in rcirc-mode.
21572
21573 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
21574 (rcirc-browse-url-at-mouse): Remove.
21575 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
21576
21577 2011-07-26 Alan Mackenzie <acm@muc.de>
21578
21579 Fontify bitfield declarations properly.
21580
21581 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
21582 (c-symbol-chars): Now exported as a lang variable.
21583 (c-not-primitive-type-keywords): New lang variable.
21584
21585 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
21586 QT keyword "more" to prevent "more slots: ...." being spuriously
21587 parsed as a bitfield declaration.
21588
21589 * progmodes/cc-engine.el (c-beginning-of-statement-1):
21590 Refactor and enhance to handle bitfield declarations.
21591 (c-punctuation-in): New function.
21592 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
21593 declarations properly.
21594
21595 2011-07-26 Ulf Jasper <ulf.jasper@web.de>
21596
21597 * calendar/icalendar.el (icalendar--all-events): Take care of
21598 multiple vcalendars in a single file.
21599 (icalendar--convert-float-to-ical): Checkdoc fixes.
21600
21601 2011-07-25 Deniz Dogan <deniz@dogan.se>
21602
21603 * image.el (insert-image): Clarifying docstring.
21604
21605 2011-07-24 Michael Albinus <michael.albinus@gmx.de>
21606
21607 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
21608 `tramp-send-command-and-check' if there is no error.
21609 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
21610
21611 2011-07-22 Alan Mackenzie <acm@muc.de>
21612
21613 Prevent cc-langs.elc being loaded at run time.
21614
21615 * progmodes/cc-mode.el: Remove two autoload forms which loaded
21616 cc-langs.
21617
21618 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
21619 "(require 'cc-langs)". Quote a form so it will evaluate at
21620 (cc-mode's) compilation time.
21621
21622 2011-07-22 Michael Albinus <michael.albinus@gmx.de>
21623
21624 * net/tramp.el (tramp-file-name-handler): Avoid recursive
21625 loading. (Bug#9114)
21626
21627 2011-07-21 Martin Rudalics <rudalics@gmx.at>
21628
21629 * window.el (display-buffer-pop-up-window)
21630 (display-buffer-pop-up-side-window)
21631 (display-buffer-in-side-window): Call display-buffer-set-height
21632 and display-buffer-set-width after setting the new window's
21633 buffer so `fit-window-to-buffer' and friends work on the right buffer.
21634
21635 2011-07-20 Sam Steingold <sds@gnu.org>
21636
21637 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
21638 (etags-tags-included-tables): Call `convert-standard-filename' on
21639 the file names contained in TAGS so that windows Emacs can handle
21640 TAGS files created by cygwin ctags.
21641
21642 2011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
21643
21644 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
21645 which apparently didn't work.
21646
21647 2011-07-19 Roland Winkler <winkler@gnu.org>
21648
21649 * proced.el (proced-send-signal): For *Marked Processes* buffer
21650 put point at beginning of buffer.
21651
21652 2011-07-19 Stephen Berman <stephen.berman@gmx.net>
21653
21654 * proced.el (proced-format): Make header lines align with the text
21655 (bug#1779).
21656
21657 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
21658
21659 * view.el (view-buffer): Allow running in `special' modes if we're
21660 visiting a file (bug#8615).
21661
21662 2011-07-19 Martin Rudalics <rudalics@gmx.at>
21663
21664 * window.el (display-buffer-alist-of-strings-p)
21665 (display-buffer-alist-set-1, display-buffer-alist-set-2):
21666 New functions.
21667 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
21668 more accurately.
21669
21670 2011-07-18 Alan Mackenzie <acm@muc.de>
21671
21672 Fontify declarators properly when, e.g., a jit-lock chunk begins
21673 inside a declaration.
21674
21675 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
21676
21677 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
21678 New function.
21679 (c-complex-decl-matchers): Insert reference to
21680 c-font-lock-enclosing-decls.
21681
21682 * progmodes/cc-engine.el (c-backward-single-comment):
21683 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
21684 to nil around calls to (forward-comment -1).
21685
21686 2011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
21687
21688 * image.el (put-image): Doc typo fix.
21689
21690 * progmodes/etags.el (tags-search): Doc typo fix.
21691
21692 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
21693 password if we get errors 550 to 554.
21694
21695 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
21696
21697 * net/gnutls.el (gnutls-log-level): Remove.
21698
21699 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
21700 indentation character (bug#6380).
21701
21702 * files.el (buffer-offer-save): Made permanently local (bug#6241).
21703
21704 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
21705 to clarify what the problem is (bug#4291).
21706
21707 * simple.el (current-kill): Clarify what
21708 `interprogram-paste-function' does (bug#7500).
21709 (auto-fill-mode): Document `auto-fill-function' in relation to
21710 `auto-fill-mode' (bug#2470).
21711
21712 2011-07-16 Lawrence Mitchell <wence@gmx.li>
21713
21714 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
21715 method if slot is read-only (bug#9035).
21716
21717 2011-07-16 Martin Rudalics <rudalics@gmx.at>
21718
21719 * frame.el (select-frame-set-input-focus): New argument NORECORD.
21720 * window.el (pop-to-buffer): Select window used even if it was
21721 selected before, see discussion of (Bug#8615), (Bug#6954).
21722 Pass argument NORECORD on to select-frame-set-input-focus.
21723
21724 2011-07-15 Glenn Morris <rgm@gnu.org>
21725
21726 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
21727 Respect help-form.
21728
21729 2011-07-09 Lawrence Mitchell <wence@gmx.li>
21730
21731 * net/gnutls.el (gnutls-min-prime-bits): New variable.
21732 (gnutls-negotiate): Use it.
21733
21734 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
21735
21736 * net/gnutls.el (gnutls-negotiate):
21737 Upcase `gnutls-algorithm-priority'.
21738
21739 2011-07-15 Glenn Morris <rgm@gnu.org>
21740
21741 * jka-compr.el (jka-compr-verbose): Move from here...
21742 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
21743 Add missing :version tag.
21744 * info.el: No need to require jka-compr when compiling.
21745
21746 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
21747
21748 * net/gnutls.el (gnutls-algorithm-priority): New variable.
21749 (gnutls-negotiate): Use it.
21750
21751 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
21752
21753 * info.el (Info-beginning-of-buffer): New command.
21754 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
21755 announcing `b' as the key (bug#8325).
21756 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
21757
21758 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
21759
21760 * international/mule-cmds.el
21761 (describe-specified-language-support): Make the error message
21762 clearer (bug#8905).
21763
21764 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
21765
21766 * isearch.el (isearch-barrier): Add a doc string, since it's
21767 mentioned in a function doc string (bug#8678).
21768
21769 2011-07-15 Martin Rudalics <rudalics@gmx.at>
21770
21771 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
21772 buffer argument (Bug#9083) and self-identifying label argument.
21773
21774 2011-07-15 Glenn Morris <rgm@gnu.org>
21775
21776 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
21777
21778 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
21779
21780 * man.el (Man-fontify-manpage): Fix message when formatting the
21781 man page (bug#7929).
21782
21783 2011-07-14 Eli Zaretskii <eliz@gnu.org>
21784
21785 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
21786 argument LRM; if non-nil, append an invisible LRM character to the
21787 buffer name.
21788 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
21789 last argument non-nil, when formatting buffer names.
21790 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
21791 paragraph direction.
21792
21793 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
21794
21795 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
21796 the man page name (bug#7929).
21797
21798 * image.el (put-image): Mention the `put-image' overlay property
21799 (bug#7834).
21800
21801 * scroll-bar.el (set-scroll-bar-mode): Mention that
21802 `scroll-bar-mode' lists the values (bug#7772).
21803
21804 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
21805 command (bug#7729).
21806
21807 * rect.el (apply-on-rectangle): Return the point after the last
21808 operation.
21809 (string-rectangle): Go to the point after the last operation
21810 (bug#7522).
21811
21812 * printing.el (pr-toggle-region): Clarify the documentation
21813 slightly (bug#7493).
21814
21815 * time.el (display-time-update):
21816 Allow `display-time-mail-function' to return nil (bug#7158).
21817 Fix suggested by Detlev Zundel.
21818
21819 * vc/diff.el (diff): Clarify the order the file names are read
21820 (bug#7111).
21821
21822 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
21823 the doc string (bug#7015).
21824
21825 * font-lock.el (font-lock-maximum-decoration): Mention what
21826 numeric levels mean (bug#6935).
21827
21828 * startup.el (initial-buffer-choice): Don't mention the `none'
21829 selection, which is against policy.
21830
21831 2011-07-14 Martin Rudalics <rudalics@gmx.at>
21832
21833 * window.el (display-buffer-normalize-special):
21834 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
21835
21836 2011-07-14 Eli Zaretskii <eliz@gnu.org>
21837
21838 * subr.el (version<, version<=, version=): Mention "-CVS" and
21839 "-12345" alpha version numbers.
21840
21841 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
21842
21843 * bindings.el: Add advertised binding for set-mark-command
21844 (Bug#5772).
21845
21846 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
21847
21848 * bindings.el (mode-line-other-buffer):
21849 * bookmark.el (bookmark-bmenu-2-window):
21850 * bs.el (bs-cycle-next, bs-cycle-previous):
21851 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
21852 switch-to-buffer.
21853
21854 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
21855 Delete.
21856
21857 2011-07-14 Juanma Barranquero <lekktu@gmail.com>
21858
21859 * follow.el (follow-debug-message, follow-redisplay):
21860 * jka-cmpr-hook.el (with-auto-compression-mode):
21861 Fix typos in docstrings.
21862
21863 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
21864
21865 * subr.el (with-silent-modifications): Clarify somewhat what the
21866 macro inhibits (bug#6525).
21867
21868 * simple.el (eval-expression): Note what it does if called
21869 interactively (bug#6495).
21870
21871 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
21872
21873 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
21874 Use pop-to-buffer buffer-or-name if it is nil.
21875
21876 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
21877 Remove switch-to-buffer.
21878
21879 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
21880
21881 * files.el (make-directory): Clarify that an error will be raised
21882 if there's an error (bug#6397).
21883
21884 * startup.el (initial-buffer-choice): Add `none' as a choice
21885 (bug#6234).
21886
21887 * subr.el (add-hook): Clarify section about buffer-local hooks
21888 (bug#6218).
21889
21890 * dired.el (dired-flagged): Clarify doc string (bug#6117).
21891
21892 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
21893
21894 * tabify.el (untabify): Preserve the current column so that point
21895 doesn't move (bug#6032).
21896
21897 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
21898
21899 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
21900 Rewrite to avoid awkward possessive "s" (bug#5986).
21901
21902 2011-07-13 Glenn Morris <rgm@gnu.org>
21903
21904 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
21905 (dired-insert-directory): Give a message the first time
21906 if ls is found not to support --dired.
21907
21908 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
21909
21910 * simple.el (toggle-truncate-lines): Clarify what is toggled
21911 (bug#5580). Text by Drew Adams.
21912
21913 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
21914
21915 * simple.el (blink-matching-open): Make the error message from the
21916 last change less verbose.
21917
21918 2011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
21919
21920 * font-lock.el (font-lock-comment-face): Use the high contrast
21921 "yellow" color for font-lock-comment-face on low color terminals
21922 using a dark background color (bug#4221).
21923
21924 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
21925
21926 * dired.el (dired-insert-set-properties): Make the doc string
21927 reflect what it does now (bug#5325).
21928
21929 * simple.el (blink-matching-open): Say that we were unable to find
21930 the match within the limit, if we're limited (bug#5122).
21931
21932 * international/mule-cmds.el (prefer-coding-system): Add an
21933 example (bug#4869).
21934
21935 * progmodes/etags.el (tags-search): Document `file-list-form'
21936 (bug#4731).
21937
21938 2011-07-13 Lawrence Mitchell <wence@gmx.li>
21939
21940 * net/browse-url.el (browse-url-default-browser)
21941 (browse-url-browser-function): Make the default browser choice a
21942 bit more logical (bug#4300). Also clean up the doc string.
21943
21944 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
21945
21946 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
21947 binary endings (bug#4440).
21948
21949 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
21950
21951 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
21952 which can be pretty annoying (bug#8971).
21953
21954 * jka-compr.el (jka-compr-verbose): New variable, and use
21955 throughout (bug#8971).
21956
21957 * info.el (Info-find-file): Fall back on the installation
21958 directory if we can't find the info node anywhere else.
21959
21960 2011-07-13 Sergei Organov <osv@javad.com> (tiny change)
21961
21962 * vc/vc.el (vc-revert-file):
21963 Don't set file time-stamp in the past. (Bug#5181)
21964
21965 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
21966
21967 * files.el (after-find-file): Give a better error message when
21968 trying to find a symlink that points to a file that doesn't exist
21969 (bug#4398).
21970
21971 * progmodes/cc-vars.el: Remove (probably) misleading comment
21972 (bug#4396).
21973
21974 2011-07-12 Johan Bockgård <bojohan@gnu.org>
21975
21976 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
21977
21978 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
21979
21980 * mouse-sel.el: Hack restoring functionality, while keeping
21981 compatibility with 2010-07-03 changes to mouse selection.
21982 (mouse-sel-primary-overlay): New var.
21983 (mouse-sel-selection-alist): Use it.
21984 (mouse-sel-mode): Doc fix; remove points that are default features
21985 of mouse.el.
21986
21987 2011-07-12 Johan Bockgård <bojohan@gnu.org>
21988
21989 * progmodes/compile.el (compilation-error-regexp-alist-alist):
21990 Fix previous fix (bug#2490).
21991
21992 2011-07-12 Roland Winkler <winkler@gnu.org>
21993
21994 * textmodes/bibtex.el (bibtex-initialize):
21995 Use pop-to-buffer-same-window.
21996 (bibtex-search-entries): Fix interactive call.
21997
21998 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
21999
22000 * progmodes/compile.el (compilation-error-regexp-alist-alist):
22001 Fontise bytecomp Error lines more correctly (bug#2490).
22002 Fix suggested by Johan Bockgård.
22003
22004 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
22005
22006 * dired-x.el (dired-guess-default): Use `delete-dups'.
22007
22008 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
22009
22010 * dired.el (dired-mark-prompt):
22011 * dired-aux.el (dired-read-shell-command): Doc fix.
22012
22013 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
22014
22015 * mail/sendmail.el (sendmail-query-once):
22016 Use `customize-save-variable' unconditionally, now that it works under
22017 emacs -Q.
22018
22019 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
22020
22021 * cus-edit.el (custom-file): Take an optional no-error variable.
22022 (customize-save-variable): Set the variable, and give a warning if
22023 running under "emacs -q".
22024
22025 2011-07-11 Juanma Barranquero <lekktu@gmail.com>
22026
22027 * loadhist.el (unload-feature-special-hooks):
22028 Add `auto-coding-functions', `fill-nobreak-predicate' and
22029 `find-directory-functions' (bug#5327).
22030
22031 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
22032
22033 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
22034
22035 * cus-edit.el (custom-guess-name-alist): -alist variables should
22036 use the `alist' type (bug#3120). Suggested by Drew Adams.
22037
22038 * printing.el: Add documentation to all the `pr-toggle-' commands.
22039
22040 2011-07-11 Leo Liu <sdl.web@gmail.com>
22041
22042 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
22043 backends where it makes sense (bug#2623).
22044
22045 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
22046
22047 * dired-x.el (dired-guess-default): Remove duplicate shell command
22048 entries (bug#2028).
22049 (dired-guess-default): Fix grammar in doc string (bug#2028).
22050 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
22051
22052 * subr.el (remove-duplicates): New conveniency function.
22053
22054 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
22055
22056 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
22057 (bug#1526).
22058
22059 2011-07-10 Martin Rudalics <rudalics@gmx.at>
22060
22061 * window.el (display-buffer-normalize-default): Don't invert
22062 meaning of even-window-heights. Reported by Eli Zaretskii
22063 <eliz@gnu.org>.
22064
22065 2011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
22066
22067 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
22068
22069 2011-07-10 Chong Yidong <cyd@stupidchicken.com>
22070
22071 * window.el (display-buffer): Fix arguments to
22072 display-buffer-reuse-window in last change.
22073
22074 * faces.el (link): Use a less saturated blue on light backgrounds.
22075
22076 * startup.el (fancy-startup-text, fancy-about-text)
22077 (fancy-startup-tail): Use font-lock faces, for background safety.
22078
22079 2011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
22080
22081 * emulation/viper-cmd.el (viper-change-state-to-vi):
22082 Limit triggering of abbrev expansion (Bug#9038).
22083
22084 2011-07-09 Martin Rudalics <rudalics@gmx.at>
22085
22086 * window.el (display-buffer-default-specifiers): Remove.
22087 (display-buffer-macro-specifiers): Remove default specifiers.
22088 (display-buffer-alist): Default to nil.
22089 (display-buffer-reuse-window): New optional argument other-window.
22090 (display-buffer-pop-up-window): Allow splitting internal
22091 windows. Check whether a live window was created.
22092 (display-buffer-other-window-means-other-frame)
22093 (display-buffer-normalize-arguments): Rename to
22094 display-buffer-normalize-argument and rewrite. Set the
22095 other-window specifier.
22096 (display-buffer-normalize-special): New function.
22097 (display-buffer-normalize-options): Rename to
22098 display-buffer-normalize-default and rewrite.
22099 (display-buffer-normalize-options-inhibit): Remove.
22100 (display-buffer-normalize-specifiers): Rewrite.
22101 (display-buffer): Process other-window specifier and call
22102 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
22103 more faithfully.
22104 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
22105 (display-buffer-alist-set): Don't handle 'unset default values.
22106 (display-buffer-in-window, display-buffer-alist-set):
22107 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
22108 <tassilo@member.fsf.org>.
22109
22110 2011-07-09 Leo Liu <sdl.web@gmail.com>
22111
22112 * register.el (insert-register): Restore accidental change on
22113 2011-06-26. (Bug#9028)
22114
22115 2011-07-09 Glenn Morris <rgm@gnu.org>
22116
22117 * subr.el (remq): Handle the empty list. (Bug#9024)
22118
22119 2011-07-08 Andreas Schwab <schwab@linux-m68k.org>
22120
22121 * mail/sendmail.el (send-mail-function): No longer delay custom
22122 initialization.
22123 * custom.el (custom-initialize-delay): Doc fix.
22124
22125 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
22126
22127 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
22128
22129 2011-07-08 Michael Albinus <michael.albinus@gmx.de>
22130
22131 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
22132 human-friendly prompt.
22133
22134 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
22135
22136 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
22137 provided by a particular plugin.
22138
22139 2011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
22140
22141 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
22142 save customizations (with "emacs -Q"), just set the variable
22143 instead of erroring out.
22144
22145 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
22146
22147 2011-07-08 Juri Linkov <juri@jurta.org>
22148
22149 * arc-mode.el (archive-zip-expunge, archive-zip-update)
22150 (archive-zip-update-case): Use 7z if found by `executable-find'.
22151 The order of searching the available programs is the same as in
22152 `archive-zip-extract' (bug#8968).
22153
22154 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
22155
22156 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
22157 (menu-bar-options-menu): Tweak descriptions.
22158
22159 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
22160
22161 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
22162 menu items into verb phrases (bug#1421). Also refill to fit under
22163 80 columns.
22164
22165 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
22166
22167 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
22168 (Info-read-node-name): Doc fix (Bug#1084).
22169
22170 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
22171 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
22172 (end-of-sexp, beginning-of-sexp)
22173 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
22174 (forward-symbol, forward-same-syntax, word-at-point)
22175 (sentence-at-point): Doc fix (Bug#1144).
22176
22177 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
22178
22179 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
22180 should cover it (bug#1281).
22181
22182 * cus-edit.el (custom-show): Mark as obsolete.
22183
22184 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
22185 negotiation fails, then possibly try again with a non-encrypted
22186 connection (bug#9017).
22187
22188 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
22189 be used.
22190
22191 2011-07-07 Richard Stallman <rms@gnu.org>
22192
22193 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
22194 property, and handle its changed format.
22195 Look for the correct line number.
22196 Use file's line contents (but not past first =) to find
22197 correct line in message.
22198
22199 2011-07-07 Kenichi Handa <handa@m17n.org>
22200
22201 * international/characters.el (build-unicode-category-table):
22202 Delete it.
22203 (unicode-category-table): Set it by unicode-property-table-internal.
22204
22205 * international/mule-cmds.el (char-code-property-alist): Move to
22206 to src/chartab.c.
22207 (get-char-code-property): Call unicode-property-table-internal to
22208 load a file. Call get-unicode-property-internal where necessary.
22209 (put-char-code-property): Call unicode-property-table-internal to
22210 load a file. Call put-unicode-property-internal where necessary.
22211 put-unicode-property-internal where necessary.
22212 (char-code-property-description):
22213 Call unicode-property-table-internal to load a file.
22214
22215 * international/charprop.el:
22216 * international/uni-bidi.el:
22217 * international/uni-category.el:
22218 * international/uni-combining.el:
22219 * international/uni-comment.el:
22220 * international/uni-decimal.el:
22221 * international/uni-decomposition.el:
22222 * international/uni-digit.el:
22223 * international/uni-lowercase.el:
22224 * international/uni-mirrored.el:
22225 * international/uni-name.el:
22226 * international/uni-numeric.el:
22227 * international/uni-old-name.el:
22228 * international/uni-titlecase.el:
22229 * international/uni-uppercase.el: Regenerate.
22230
22231 * loadup.el: Load international/charprop.el before
22232 international/characters.
22233
22234 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
22235
22236 * window.el (next-buffer, previous-buffer): Signal an error if
22237 called from a minibuffer window.
22238
22239 * bindings.el: Revert 2011-07-04 change.
22240
22241 2011-07-06 Richard Stallman <rms@gnu.org>
22242
22243 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
22244 (rmail-mime-insert-bulk, rmail-mime-insert-text):
22245 Treat markers like ints.
22246 (rmail-mime-entity): Doc fix.
22247
22248 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
22249
22250 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
22251 defcustom again for backwards compatibility.
22252
22253 * simple.el (shell-command-on-region): Fill.
22254
22255 * dired-aux.el (dired-kill-line): Add a doc string.
22256
22257 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
22258 to "\\sw\\|\\s_" (bug#358).
22259
22260 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
22261 (dired-unmark-backward): Ditto.
22262 (dired-flag-backup-files): Ditto.
22263
22264 * dired-x.el (dired-mark-sexp): Ditto.
22265
22266 2011-07-06 Richard Stallman <rms@gnu.org>
22267
22268 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
22269 (rmail-mime-entity): New arg TRUNCATED.
22270 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
22271 New functions.
22272 (rmail-mime-save): Warn if entity is truncated.
22273 (rmail-mime-toggle-hidden): Likewise, for showing.
22274 (rmail-mime-process-multipart): Record when an entity is truncated.
22275
22276 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
22277 if ENTITY is a string.
22278
22279 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
22280
22281 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
22282 of faces when `M-C-x'-ing their definitions (bug#8378).
22283 Also clean up the code slightly.
22284
22285 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
22286 because that makes the colors go away.
22287
22288 * mail/sendmail.el (send-mail-function): Change the default to
22289 `sendmail-query-once'.
22290 (sendmail-query-once): Add an autoload cookie.
22291
22292 * net/network-stream.el (network-stream-open-starttls): Try using
22293 a plain connection even if the server offered STARTTLS, and we
22294 kinda wanted to use it, if Emacs doesn't have any STARTTLS
22295 capability. This should make smtpmail.el work in slightly more
22296 configurations.
22297
22298 2011-07-06 Michael Albinus <michael.albinus@gmx.de>
22299
22300 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
22301 New defun.
22302 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
22303
22304 2011-07-06 Michael R. Mauger <mmaug@yahoo.com>
22305
22306 * progmodes/sql.el: Version 3.0
22307 (sql-product-alist): Add product :completion-object,
22308 :completion-column, and :statement attributes.
22309 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
22310 (sql-mode-syntax-table): Mark all punctuation.
22311 (sql-font-lock-keywords-builder): Temporarily remove fallback on
22312 ansi keywords.
22313 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
22314 (sql-mode-oracle-font-lock-keywords): Improve.
22315 (sql-oracle-show-reserved-words): New function for development.
22316 (sql-product-font-lock): Simplify for source code buffers.
22317 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
22318 New functions.
22319 (sql-highlight-product): Set product specific syntax table.
22320 (sql-mode-map): Add statement movement functions.
22321 (sql-ansi-statement-starters, sql-oracle-statement-starters):
22322 New variable.
22323 (sql-statement-regexp, sql-beginning-of-statement)
22324 (sql-end-of-statement, sql-signum): New functions.
22325 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
22326 (sql-show-sqli-buffer): Bug fix.
22327 (sql-interactive-mode): Store connection data as buffer local.
22328 (sql-connect): Add NEW-NAME parameter. Redesign interaction
22329 with sql-interactive-mode.
22330 (sql-save-connection): Save buffer local settings.
22331 (sql-connection-menu-filter): Change menu entry name.
22332 (sql-product-interactive): Bug fix.
22333 (sql-preoutput-hold): New variable.
22334 (sql-interactive-remove-continuation-prompt): Bug fixes.
22335 (sql-debug-redirect): New variable.
22336 (sql-str-literal): New function.
22337 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
22338 Redesign.
22339 (sql-oracle-save-settings, sql-oracle-restore-settings)
22340 (sql-oracle-list-all, sql-oracle-list-table): New functions.
22341 (sql-completion-object, sql-completion-column)
22342 (sql-completion-sqlbuf): New variables.
22343 (sql-build-completions-1, sql-build-completions)
22344 (sql-try-completion): New functions.
22345 (sql-read-table-name): Use them.
22346 (sql-contains-names): New buffer local variable.
22347 (sql-list-all, sql-list-table): Use it.
22348 (sql-oracle-completion-types): New variable.
22349 (sql-oracle-completion-object, sql-sqlite-completion-object)
22350 (sql-postgres-completion-object): New functions.
22351
22352 2011-07-06 Glenn Morris <rgm@gnu.org>
22353
22354 * window.el (pop-to-buffer): Doc fix.
22355
22356 2011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
22357
22358 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
22359
22360 2011-07-06 Chong Yidong <cyd@stupidchicken.com>
22361
22362 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
22363
22364 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
22365
22366 2011-07-05 Chong Yidong <cyd@stupidchicken.com>
22367
22368 * button.el (button): Inherit from link face. Suggested by Dan
22369 Nicolaescu.
22370
22371 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
22372
22373 * progmodes/gdb-mi.el: Fit in 80 columns.
22374 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
22375 switch-to-buffer.
22376
22377 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
22378 if imenu is simply not configured (bug#8941).
22379
22380 2011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
22381
22382 * allout.el (allout-post-undo-hook): New allout outline-change
22383 event hook to signal undo activity.
22384 (allout-post-command-business): Run allout-post-undo-hook if an
22385 undo just occurred.
22386 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
22387 * allout-widgets.el (allout-widgets-after-undo-function):
22388 Ensure the integrity of the current item's decoration after it has been
22389 in the vicinity of an undo.
22390 (allout-widgets-mode): Include allout-widgets-after-undo-function
22391 on the new allout-post-undo-hook.
22392
22393 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
22394
22395 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
22396 Let define-derived-mode define it.
22397 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
22398 cycles of abbrev-table inheritance (bug#8998).
22399
22400 2011-07-05 Roland Winkler <winkler@gnu.org>
22401
22402 * textmodes/bibtex.el: Add support for biblatex.
22403 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
22404 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
22405 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
22406 (bibtex-entry-alist, bibtex-field-alist): New variables.
22407 (bibtex-entry-field-alist): Obsolete alias for
22408 bibtex-BibTeX-entry-alist.
22409 (bibtex-entry-alist, bibtex-field-alist): New widgets.
22410 (bibtex-set-dialect): New command.
22411 (bibtex-entry-type, bibtex-entry-head)
22412 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
22413 Bind via bibtex-set-dialect.
22414 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
22415 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
22416 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
22417 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
22418 Define via bibtex-set-dialect.
22419 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
22420 Obey bibtex-no-opt-remove-re.
22421 (bibtex-vec-push, bibtex-vec-incr): New functions.
22422 (bibtex-format-entry, bibtex-field-list)
22423 (bibtex-print-help-message, bibtex-validate)
22424 (bibtex-search-entries): Use new format of bibtex-entry-alist.
22425
22426 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
22427
22428 * progmodes/compile.el (compilation-goto-locus):
22429 * net/tramp-cmds.el (tramp-append-tramp-buffers):
22430 * bs.el (bs-cycle-next, bs-cycle-previous):
22431 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
22432 * bindings.el (mode-line-other-buffer):
22433 * autoinsert.el (auto-insert):
22434 * arc-mode.el (archive-extract):
22435 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
22436
22437 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
22438
22439 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
22440 Fix check of `emacs-lock-unlockable-modes'.
22441 Coerce true values of `emacs-lock--try-unlocking' to t.
22442
22443 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
22444
22445 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
22446 * emacs-lock.el: New file.
22447
22448 2011-07-05 Julien Danjou <julien@danjou.info>
22449
22450 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
22451 than `boundp' to check if face is set.
22452
22453 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
22454
22455 * register.el (registerv-make):
22456 * window.el (window-min-height): Fix typos in docstrings.
22457
22458 2011-07-05 Jan Djärv <jan.h.d@swipnet.se>
22459
22460 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
22461 Update doc string.
22462
22463 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
22464
22465 * server.el (server-execute): Catch quit and call
22466 `server-return-error' to pass the error back to emacsclient and
22467 close the connection (bug#8942).
22468
22469 2011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
22470
22471 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
22472 insecure exception for current topic. Also note that auto-saves
22473 are handled differently.
22474
22475 (allout-auto-save-temporarily-disabled, allout-just-did-undo):
22476 State variables for tracking auto-save inhibition situation.
22477
22478 (allout-write-contents-hook-handler): Rename from
22479 'allout-write-file-hook-handler', and describe how it depends on
22480 write-contents-functions sensitivity to non-nil value to prevent
22481 file write.
22482
22483 (allout-auto-save-hook-handler): Remove. auto-save does not check
22484 this in individual buffers, only in the starting buffer, so this
22485 is not the right way for us to inhibit auto-save in a buffer
22486 according to its condition.
22487
22488 (allout-mode): Use new allout-write-contents-hook-handler, and
22489 only with write-contents-functions. Remove auto-save provisions -
22490 they're implemented elsewhere.
22491
22492 (allout-before-change-handler): If undo is in progress, note that
22493 for attention of allout-post-command-business.
22494
22495 (allout-post-command-business): If the command we're following was
22496 an undo, check for change in the status of encrypted items and
22497 adjust auto-save inhibitions accordingly.
22498
22499 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
22500 according to whether there are or aren't any plain-text topics
22501 pending encryption.
22502
22503 (allout-inhibit-auto-save-info-for-decryption):
22504 Adjust buffer-saved-size and some allout state to inhibit auto-saves
22505 if there are plain-text topics pending encryption.
22506
22507 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
22508 buffer-saved-size and some allout state to not inhibit auto-saves
22509 if there are no longer any plain-text topics pending encryption.
22510
22511 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
22512 No longer provide for exemption of the current topic.
22513
22514 2011-07-04 Juri Linkov <juri@jurta.org>
22515
22516 Add 7z operations to delete and save changed members (bug#8968).
22517 * arc-mode.el (archive-7z-expunge, archive-7z-update):
22518 New defcustoms.
22519 (archive-7z-write-file-member): New function.
22520 (archive-7z-summarize): Fix the number of dashes in the
22521 listing output.
22522
22523 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
22524
22525 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
22526 (bug#8958).
22527
22528 2011-07-04 Chong Yidong <cyd@stupidchicken.com>
22529
22530 * bindings.el: Ignore next-buffer and previous-buffer in
22531 minibuffer-local-map.
22532
22533 * font-lock.el (font-lock-builtin-face): Change light background
22534 color to dark slate blue (Bug#6693).
22535
22536 2011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
22537
22538 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
22539
22540 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
22541
22542 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
22543 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
22544 Add switch-to-buffer.
22545
22546 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
22547
22548 * isearch.el (isearch-search-fun-function): Clarify further the
22549 meaning of the function returned.
22550
22551 2011-07-04 Michael Albinus <michael.albinus@gmx.de>
22552
22553 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
22554
22555 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
22556 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
22557 Use it.
22558 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
22559 `tramp-default-remote-path' does not exist.
22560 (tramp-send-command-and-read): New optional argument NOERROR.
22561 (tramp-open-connection-setup-interactive-shell)
22562 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
22563 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
22564 (tramp-process-sentinel): Flush also process' connection property.
22565 (tramp-sh-handle-start-file-process): Do not set process
22566 sentinel. It is done now ...
22567 (tramp-maybe-open-connection): ... here. (Bug#8929)
22568
22569 2011-07-04 MON KEY <monkey@sandpframing.com>
22570
22571 * play/animate.el (animate-string): Doc fixes and allow changing
22572 the buffer name (bug#5417).
22573
22574 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
22575
22576 * play/animate.el (animation-buffer-name): Rename from *animate*.
22577
22578 2011-07-04 Paul Eggert <eggert@cs.ucla.edu>
22579
22580 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
22581 This is simpler and helps future-proof the code.
22582 (timer-until): Use time-subtract and float-time.
22583 (timer--time-less-p): Use time-less-p.
22584
22585 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
22586
22587 * type-break.el (timep): Use the value of `float-time' to avoid a
22588 byte-compiler warning.
22589
22590 * server.el (server-eval-and-print): Return any result, even nil.
22591
22592 2011-07-03 Paul Eggert <eggert@cs.ucla.edu>
22593
22594 * type-break.el: Accept time formats that the builtins accept.
22595 (timep, type-break-time-difference): Accept any format that
22596 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
22597 This is simpler and helps future-proof the code.
22598 (type-break-time-difference): Round rather than ignoring
22599 subseconds components.
22600
22601 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
22602
22603 * info.el (Info-apropos-matches): Make non-interactive, since it
22604 doesn't seem to do anything useful as a command (bug#8829).
22605
22606 2011-07-03 Chong Yidong <cyd@stupidchicken.com>
22607
22608 * frame.el (frame-background-mode, frame-set-background-mode):
22609 Move from faces.el.
22610 (frame-default-terminal-background): New function.
22611
22612 * custom.el (custom-push-theme): Don't record faces in `changed'
22613 theme; this doesn't work correctly for per-frame face settings.
22614 (disable-theme): Use face-set-after-frame-default to reset faces.
22615 (custom--frame-color-default): New function.
22616
22617 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
22618
22619 * dired.el (dired-flagging-regexp): Remove unused variable
22620 (bug#8769).
22621
22622 2011-03-29 Kevin Ryde <user42@zip.com.au>
22623
22624 * progmodes/compile.el (compilation-error-regexp-alist-alist):
22625 `perl-Test2' extend to match possible "fail #N" rep count
22626 (bug#8377).
22627
22628 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
22629
22630 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
22631 `smtpmail-via-smtp' now returns the error instead of nil.
22632
22633 * isearch.el (isearch-search-fun-function): Clarify the doc string
22634 (bug#8101).
22635
22636 2011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
22637
22638 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
22639 unnecessary spaces (bug#8987).
22640
22641 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
22642
22643 * net/network-stream.el (open-network-stream): Use the
22644 :end-of-capability command thoughout.
22645
22646 2011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
22647
22648 * net/network-stream.el (open-network-stream): Add the
22649 :end-of-capability command parameter, used by pop3.el.
22650
22651 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
22652
22653 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
22654
22655 * fringe.el (fringe-query-style): Remove redundant text " (type ?
22656 for list)" (bug#6475).
22657
22658 * files.el (file-expand-wildcards): Ignore non-readable
22659 sub-directories while trying to find matches instead of signaling
22660 an error (bug#6297).
22661
22662 * man.el (Man-reference-regexp): Allow matching possible
22663 word-wrapped references (bug#6289).
22664
22665 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
22666 for consistency with the other vc buffers (bug#6197).
22667 (vc-checkin): Ditto.
22668
22669 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
22670
22671 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
22672
22673 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
22674
22675 * custom.el (defcustom): Clarify that :set is only used in the
22676 Customize user interface (bug#6089).
22677
22678 * progmodes/flymake.el (flymake-mode): If the buffer isn't
22679 associated with a file, refuse to run instead of erroring out
22680 (bug#6084).
22681
22682 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
22683 the doc string, since it appears that using `fill-column' always
22684 controls the width (bug#7845).
22685
22686 * simple.el (shell-command-on-region): Say where the error output
22687 went if `shell-command-default-error-buffer' is set (bug#6857).
22688
22689 2011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
22690
22691 * allout.el (allout-yank-processing): Adjust cursor position for
22692 backwards-deleted space.
22693
22694 (allout-rebullet-heading): Register changes with
22695 allout-exposure-changed-hook, so the modified topic is properly
22696 decorated.
22697
22698 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
22699
22700 * minibuffer.el (completion-in-region): Document PREDICATE
22701 (bug#7136).
22702
22703 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
22704 of keyword/argument pairs (bug#6904).
22705
22706 * replace.el (multi-occur):
22707 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
22708
22709 2011-07-02 Drew Adams <drew.adams@oracle.com>
22710
22711 * dired.el (dired-mark-if): Make the message about whether it's
22712 marking or unmarking clearer (bug#8523).
22713
22714 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
22715
22716 * disp-table.el (display-table-print-array): New function.
22717 (describe-display-table): Use it to print the vectors more pretty
22718 (Bug#8859).
22719
22720 2011-07-02 Martin Rudalics <rudalics@gmx.at>
22721
22722 * window.el (window-state-get-1): Don't assign clone numbers.
22723 Add clone-of item to list of window parameters.
22724 (window-state-put-2): Don't process clone numbers.
22725 (display-buffer-alist): Fix doc-string.
22726
22727 2011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
22728
22729 * subr.el (remq): Don't allocate if it's not needed.
22730 (keymap--menu-item-binding, keymap--menu-item-with-binding)
22731 (keymap--merge-bindings): New functions.
22732 (keymap-canonicalize): Use them to refine the canonicalization.
22733 * minibuffer.el (minibuffer-local-completion-map)
22734 (minibuffer-local-must-match-map): Move initialization from C.
22735 (minibuffer-local-filename-completion-map): Move initialization from C;
22736 don't inherit from anything here.
22737 (minibuffer-local-filename-must-match-map): Make obsolete.
22738 (completing-read-default): Use make-composed-keymap to combine
22739 minibuffer-local-filename-completion-map with either
22740 minibuffer-local-must-match-map or
22741 minibuffer-local-filename-completion-map.
22742
22743 2011-07-01 Glenn Morris <rgm@gnu.org>
22744
22745 * type-break.el (type-break-time-sum): Use dolist.
22746
22747 * textmodes/flyspell.el (flyspell-word-search-backward):
22748 Replace CL function.
22749
22750 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
22751
22752 * mouse.el (mouse--strip-first-event): New function.
22753 (function-key-map): Use it to map fringe clicks to normal clicks
22754 by default.
22755
22756 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
22757 (vc-bzr-revision-completion-table): Add support for annotate and date.
22758
22759 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
22760 inherit from parent.
22761
22762 2011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
22763
22764 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
22765 (dired-show-file-type): Doc fixup (bug#8818).
22766
22767 * dired.el (dired-mode): Fix up the doc string as suggested by
22768 Drew Adams (bug#8817).
22769
22770 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
22771 cookie, since the manual says that it should be possible to add
22772 this function to `find-file-hook' (bug#8709).
22773
22774 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
22775
22776 * progmodes/cfengine.el: Moved all cfengine3.el functionality
22777 here. Noted Ted Zlatanov as the maintainer.
22778 (cfengine-common-settings, cfengine-common-syntax): New functions
22779 to set up common things between `cfengine-mode' and
22780 `cfengine3-mode'.
22781 (cfengine3-mode): New mode.
22782 (cfengine3-defuns cfengine3-defuns-regex
22783 (cfengine3-class-selector-regex cfengine3-category-regex)
22784 (cfengine3-vartypes cfengine3-font-lock-keywords)
22785 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
22786 (cfengine3-indent-line): Add from cfengine3.el.
22787
22788 2011-07-01 Michael Albinus <michael.albinus@gmx.de>
22789
22790 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
22791
22792 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
22793
22794 2011-07-01 Martin Rudalics <rudalics@gmx.at>
22795
22796 * window.el (same-window-buffer-names, same-window-regexps)
22797 (same-window-p, special-display-frame-alist)
22798 (special-display-popup-frame, special-display-function)
22799 (special-display-buffer-names, special-display-regexps)
22800 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
22801 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
22802 (split-window-preferred-function, split-height-threshold)
22803 (split-width-threshold, even-window-heights)
22804 (display-buffer-mark-dedicated, window-splittable-p)
22805 (split-window-sensibly, window-safely-shrinkable-p):
22806 Un-obsolete.
22807 (display-buffer): Don't spread args with function specifier
22808 because special-display-popup-frame won't like it.
22809
22810 2011-07-01 Paul Eggert <eggert@cs.ucla.edu>
22811
22812 Time-stamp simplifications and fixes.
22813 These improve accuracy slightly, and future-proof the code
22814 against some potential changes to current-time format.
22815
22816 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
22817 by using time-since and float-time.
22818
22819 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
22820 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
22821 + NNN microseconds".
22822
22823 * type-break.el (type-break-time-sum): Rewrite using time-add.
22824
22825 * play/hanoi.el (hanoi-current-time-float): Remove.
22826 All uses replaced by float-time.
22827
22828 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
22829 This yields a more-accurate answer.
22830 (rng-time-to-float): Remove; no longer needed.
22831
22832 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
22833
22834 * calendar/timeclock.el (timeclock-seconds-to-time):
22835 Defalias to seconds-to-time, since they're the same thing.
22836
22837 * emacs-lisp/elp.el (elp-elapsed-time):
22838 * emacs-lisp/benchmark.el (benchmark-elapse):
22839 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
22840
22841 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
22842
22843 * window.el (bury-buffer): Don't iconify the only frame.
22844 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
22845 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
22846
22847 2011-07-01 Chong Yidong <cyd@stupidchicken.com>
22848
22849 * eshell/em-smart.el (eshell-smart-display-navigate-list):
22850 Add mouse-yank-primary.
22851
22852 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
22853
22854 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
22855
22856 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
22857
22858 * emacs-lisp/find-func.el (find-library--load-name): New fun.
22859 (find-library-name): Use it to find relative load names when provided
22860 absolute file name (bug#8803).
22861
22862 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
22863
22864 * textmodes/flyspell.el (flyspell-word): Consider words that
22865 differ only in case as potential doublons (bug#5687).
22866
22867 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
22868 Remove two rather uninteresting debugging-like messages to make
22869 debbugs.el more silent.
22870
22871 * comint.el (comint-password-prompt-regexp): Accept "Response" as
22872 a password-like phrase.
22873
22874 2011-06-30 Masatake YAMATO <yamato@redhat.com>
22875
22876 * progmodes/cc-guess.el: New file.
22877
22878 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
22879
22880 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
22881 derived from `c-basic-common-init'.
22882
22883 * progmodes/cc-mode.el (top-level): Require cc-guess.
22884 (c-basic-common-init): Use `cc-choose-style-for-mode'.
22885
22886 2011-06-30 Lawrence Mitchell <wence@gmx.li>
22887
22888 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
22889
22890 2011-06-30 Alan Mackenzie <acm@muc.de>
22891
22892 * progmodes/cc-engine.el (c-guess-continued-construct):
22893 Correct the handling of template-args-cont, particularly for when font
22894 lock is disabled. Name this case as "CASE G".
22895
22896 2011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
22897
22898 * allout.el (allout-yank-processing): Fix injection of extra space
22899 between bullet and non-whitespace character in first topic when
22900 pasting, ensuring that the actual spacing in the pasted topic
22901 following the bullet char is preserved. This extra space was
22902 causing pasted encrypted topics to get a decrypted status even
22903 when the content was actually still encrypted. Now the decryption
22904 status from before the paste is preserved.
22905
22906 (allout-flag-region): Set all allout overlays so they evaporate
22907 when reduced to zero length (evanescent), to prevent overlay
22908 leakage.
22909
22910 2011-06-30 Glenn Morris <rgm@gnu.org>
22911
22912 * w32-fns.el (w32-charset-info-alist): Declare.
22913
22914 * find-dired.el (find-grep-options): Simplify.
22915
22916 * term/ns-win.el (ns-set-resource): Declare.
22917
22918 * ses.el (row, col): Declare dynamic variables honestly.
22919
22920 * textmodes/reftex-parse.el (index-tags): Declare.
22921
22922 2011-06-30 Chong Yidong <cyd@stupidchicken.com>
22923
22924 * cus-edit.el (customize-push-and-save): New function.
22925
22926 * files.el (hack-local-variables-confirm): Use it.
22927
22928 * custom.el (load-theme): New arg NO-CONFIRM.
22929 Use customize-push-and-save (Bug#8720).
22930 (custom-enabled-themes): Doc fix.
22931
22932 * cus-theme.el (customize-create-theme)
22933 (custom-theme-merge-theme): Callers to load-theme changed.
22934
22935 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
22936
22937 * thingatpt.el (thing-at-point-short-url-regexp): Require that
22938 short URLs have at least one dot in them (bug #7614).
22939
22940 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
22941 nil, because using a pty is apparently too slow (bug #895).
22942
22943 2011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
22944
22945 * mail/sendmail.el (sendmail-query-once): New function.
22946 (sendmail-query-once-function): New variable.
22947
22948 2011-06-29 Glenn Morris <rgm@gnu.org>
22949
22950 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
22951
22952 * ses.el (top-level): Require cl when compiling.
22953 (ses-set-localvars): Fix error statement.
22954 Call it at compile time to silence a storm of warnings.
22955
22956 2011-06-29 Martin Rudalics <rudalics@gmx.at>
22957
22958 * window.el (normalize-live-buffer): Rename to
22959 window-normalize-buffer.
22960 (normalize-live-frame): Rename to window-normalize-frame.
22961 (normalize-any-window): Rename to window-normalize-any-window.
22962 (normalize-live-window): Rename to window-normalize-live-window.
22963 (make-window-atom): Rename to window-make-atom.
22964 (window-resize-reset): Rename to window--resize-reset.
22965 (window-resize-reset-1): Rename to window--resize-reset-1.
22966 (resize-mini-window): Rename to window--resize-mini-window.
22967 (resize-subwindows-skip-p): Rename to
22968 window--resize-subwindows-skip-p.
22969 (resize-subwindows-normal): Rename to
22970 window--resize-subwindows-normal.
22971 (resize-subwindows): Rename to window--resize-subwindows.
22972 (resize-other-windows): Rename to window--resize-siblings.
22973 (resize-this-window): Rename to window--resize-this-window.
22974 (resize-root-window): Rename to window--resize-root-window.
22975 (resize-root-window-vertically): Rename to
22976 window--resize-root-window-vertically.
22977 (normalize-buffer-to-display): Rename to
22978 window-normalize-buffer-to-display.
22979 (normalize-buffer-to-switch-to): Rename to
22980 window-normalize-buffer-to-switch-to.
22981 Correspondingly update all callers of the functions listed
22982 above.
22983 (display-buffer-alist, display-buffer-normalize-arguments)
22984 (display-buffer-normalize-options, display-buffer)
22985 (display-buffer-alist-set): Use "function" instead of
22986 "fun-with-args".
22987
22988 2011-06-28 Chong Yidong <cyd@stupidchicken.com>
22989
22990 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
22991 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
22992 debbugs.gnu.org. Mention acknowledgment email.
22993
22994 2011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
22995
22996 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
22997 buffer multibyteness, since it shouldn't matter.
22998
22999 2011-06-28 Martin Rudalics <rudalics@gmx.at>
23000
23001 * window.el (display-buffer-in-side-window): Handle dedicated
23002 windows as in display-buffer-reuse-window.
23003 (display-buffer-normalize-alist): Use value of override
23004 specifier.
23005 (display-buffer-normalize-specifiers): Use value of
23006 other-window-means-other-frame specifier.
23007 (display-buffer-alist): Rewrite some texts in widgets.
23008 (display-buffer): Spread arguments when calling function
23009 specified by fun-with-args.
23010
23011 2011-06-28 Deniz Dogan <deniz@dogan.se>
23012
23013 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
23014 Unnest `let'.
23015
23016 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
23017 selectors (Bug#5732).
23018 (css-proprietary-nmstart-re): Use `regexp-opt'.
23019
23020 2011-06-27 Jari Aalto <jari.aalto@cante.net>
23021
23022 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
23023 (eshell-ls-date-format): New defcustom.
23024 (eshell-ls-file): Use it.
23025
23026 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
23027
23028 * help-fns.el (describe-variable): Fix message for terminal-local vars.
23029
23030 2011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
23031
23032 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
23033 (ange-ftp-make-tmp-name): New arg.
23034 (ange-ftp-file-local-copy): Use it.
23035
23036 2011-06-27 Jambunathan K <kjambunathan@gmail.com>
23037
23038 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
23039 no-conversion (Bug#8870).
23040
23041 2011-06-27 Martin Rudalics <rudalics@gmx.at>
23042
23043 * window.el (window-right, window-left, window-child)
23044 (window-child-count, window-last-child)
23045 (window-iso-combination-p, walk-window-tree-1)
23046 (window-atom-check-1, window-tree-1, delete-window)
23047 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
23048 new naming conventions - window-vchild, window-hchild,
23049 window-next and window-prev are now called window-top-child,
23050 window-left-child, window-next-sibling and window-prev-sibling
23051 respectively.
23052 (resize-window-reset): Rename to window-resize-reset.
23053 (resize-window-reset-1): Rename to window-resize-reset-1.
23054 (resize-window): Rename to window-resize.
23055 (window-min-height, window-min-width)
23056 (resize-mini-window, resize-this-window, resize-root-window)
23057 (resize-root-window-vertically, adjust-window-trailing-edge)
23058 (enlarge-window, shrink-window, maximize-window)
23059 (minimize-window, delete-window, quit-restore-window)
23060 (split-window, balance-windows, balance-windows-area-adjust)
23061 (balance-windows-area, window-state-put-2)
23062 (display-buffer-even-window-sizes, display-buffer-set-height)
23063 (display-buffer-set-width, set-window-text-height)
23064 (fit-window-to-buffer): Rename all "resize-window" prefixed
23065 calls to use the "window-resize" prefix convention.
23066 (display-buffer-alist): Fix symbol for label specifier.
23067 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
23068 corresponding specifier.
23069 Reported by Juanma Barranquero <lekktu@gmail.com>.
23070
23071 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
23072
23073 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
23074 convention.
23075 (ses-call-printer): Does not pass an empty string to formatter when the
23076 cell is empty to keep from barking printer Calc math-format-value.
23077
23078 2011-06-27 Richard Stallman <rms@gnu.org>
23079
23080 * battery.el (battery-mode-line-limit): New variable.
23081 (battery-update): Handle it.
23082
23083 * mail/rmailmm.el (rmail-mime-process-multipart):
23084 Handle truncated messages.
23085
23086 2011-06-27 Glenn Morris <rgm@gnu.org>
23087
23088 * progmodes/flymake.el (flymake-err-line-patterns):
23089 Allow for column numbers in the ant/javac pattern. (Bug#8866)
23090
23091 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
23092
23093 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
23094 (ses--clean-!, ses--clean-_): New functions.
23095 (ses-range): Add configurability of readout order, and conversion
23096 to Calc vector.
23097
23098 * ses.el (ses-repair-cell-reference-all): New function.
23099 (ses-cell-symbol): Set macro as safe, so that it can be used in
23100 formulas.
23101
23102 * ses.el: Update cycle detection algorithm.
23103 (ses-localvars): Add ses--Dijkstra-attempt-nb and
23104 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
23105 (ses-set-localvars): New function.
23106 (ses-make-cell): Add property-list as a cell element.
23107 (ses-cell-property-get-fun, ses-cell-property-get)
23108 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
23109 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
23110 New functions.
23111 (ses-cell-property-set, ses-cell-property-pop)
23112 (ses-cell-property-get-handle): New macro.
23113 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
23114 New aliases, used for code readability.
23115 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
23116 cycle detection.
23117 (ses-self-reference-early-detection): New defcustom.
23118 (ses-formula-references): Robustify against self-referring cells.
23119 (ses-mode): Use ses-set-localvars.
23120 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
23121 before lauching the update processing.
23122 (ses-initialize-Dijkstra-attempt): New function.
23123 (ses-recalculate-cell): Update for cycle detection based on
23124 Dijkstra algorithm.
23125
23126 * ses.el: Fix commenting and indenting convention.
23127
23128 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
23129
23130 * bs.el (bs-cycle-next): Complete last change.
23131
23132 2011-06-27 Drew Adams <drew.adams@oracle.com>
23133
23134 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
23135
23136 2011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
23137
23138 * net/network-stream.el (network-stream-open-starttls):
23139 Don't re-get capabilities unless we've reestablished connection.
23140 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
23141
23142 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
23143 to binary to possibly avoid line encoding issues on Windows (among
23144 other things).
23145
23146 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
23147
23148 * net/network-stream.el (open-network-stream): Return an :error
23149 saying what the problem was, if possible.
23150
23151 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
23152 server.
23153
23154 * net/network-stream.el (network-stream-open-starttls): If we
23155 wanted to use STARTTLS, and the server offered it, but we weren't
23156 able to because we had no STARTTLS support, then close the connection.
23157 (open-network-stream): Return an :error element, if present.
23158
23159 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
23160
23161 * hl-line.el (hl-line-sticky-flag): Doc fix.
23162 (global-hl-line-sticky-flag): New option (Bug#8323).
23163 (global-hl-line-highlight): Obey it.
23164
23165 * vc/vc.el (vc-revert-show-diff): Default to t.
23166
23167 2011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
23168
23169 * allout-widgets.el (allout-widgets-post-command-business):
23170 Stop decorating intermediate isearch matches. They're not being
23171 undecorated when an isearch is continued past, and isearch
23172 automatically collapses them. This leads to "widget leaks", where
23173 decorated items accumulate in collapsed areas. Lines with lots of
23174 hidden widgets can slow down cursor travel, substantially.
23175 Too much complicated machinery would be needed to ensure undecoration,
23176 so we're doing without this nicety.
23177
23178 (allout-widgets-tally-string): Don't try to do a hash-table-count
23179 of allout-widgets-tally when it's nil. This eliminates spurious "Error
23180 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
23181 *Messages* when allout-widgets-maintain-tally is t.
23182
23183 2011-06-26 Martin Rudalics <rudalics@gmx.at>
23184
23185 * window.el (display-buffer-normalize-argument): Rename to
23186 display-buffer-normalize-arguments. Handle special meaning of
23187 LABEL argument. Respect special-display-function when popping up
23188 a new frame. Fix code searching for a window showing the buffer
23189 on another frame.
23190 (display-buffer-normalize-specifiers):
23191 Call display-buffer-normalize-arguments.
23192 (display-buffer-in-window): Don't undedicate the window if its
23193 buffer remains the same.
23194 Reported by Drew Adams <drew.adams@oracle.com>.
23195 (display-buffer-alist): Add choice for same-window macro
23196 specfier.
23197 (display-buffer): Mention special meaning of LABEL argument in
23198 doc-string. Fix quoting. Don't pop up a new frame even as
23199 fallback.
23200
23201 2011-06-26 Juanma Barranquero <lekktu@gmail.com>
23202
23203 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
23204 avoid deleting the current window in some cases (bug#8911).
23205
23206 2011-06-26 Andreas Schwab <schwab@linux-m68k.org>
23207
23208 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
23209 (Bug#8934)
23210
23211 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
23212
23213 * net/network-stream.el (network-stream-open-starttls):
23214 Use built-in TLS support if `gnutls-available-p' is true.
23215 (network-stream-open-tls): Ditto.
23216
23217 2011-06-26 Leo Liu <sdl.web@gmail.com>
23218
23219 * register.el (registerv): New struct.
23220 (registerv-make): New function.
23221 (jump-to-register, describe-register-1, insert-register):
23222 Support the jump-func, print-func and insert-func slot of a registerv
23223 struct. (Bug#8415)
23224
23225 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
23226
23227 * vc/vc.el (vc-revert-show-diff): New defcustom.
23228 (vc-diff-internal): New arg specifying diff buffer.
23229 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
23230 reuse an existing *vc-diff* buffer (Bug#8927).
23231
23232 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
23233
23234 2011-06-26 Glenn Morris <rgm@gnu.org>
23235
23236 * progmodes/f90.el (f90-critical-indent): New option.
23237 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
23238 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
23239 (f90-mode): Doc fix.
23240 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
23241 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
23242 (f90-beginning-of-block, f90-next-block, f90-indent-region)
23243 (f90-match-end): Handle block, critical.
23244
23245 2011-06-25 Glenn Morris <rgm@gnu.org>
23246
23247 * calendar/diary-lib.el (diary-included-files): Doc fix.
23248 (diary-include-files): New function, extracted from
23249 diary-include-other-diary-files and diary-mark-included-diary-files.
23250 (diary-include-other-diary-files, diary-mark-included-diary-files):
23251 Just call diary-include-files.
23252 (diary-mark-entries): Reset diary-included-files on first call.
23253
23254 * calendar/diary-lib.el (diary-mark-entries)
23255 (diary-mark-included-diary-files):
23256 Visit included diary-files in temp buffers.
23257
23258 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
23259 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
23260 (f90-start-block-re, f90-imenu-generic-expression)
23261 (f90-looking-at-program-block-start, f90-no-block-limit):
23262 Add support for submodules.
23263
23264 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
23265 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
23266
23267 2011-06-25 Eli Zaretskii <eliz@gnu.org>
23268
23269 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
23270 buffer-file-type before setting its value, to avoid disastrous
23271 global effects on decoding files for DOS/Windows systems. (Bug#8780)
23272
23273 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
23274
23275 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
23276
23277 * ses.el (ses-unload-function):
23278 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
23279
23280 * proced.el (proced-unload-function):
23281 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
23282
23283 2011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
23284
23285 * server.el (server-create-window-system-frame): Add parameters arg.
23286 (server-process-filter): Doc fix. Handle frame-parameters.
23287
23288 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
23289
23290 Fix bug#8730, bug#8781.
23291
23292 * loadhist.el (unload--set-major-mode): New function.
23293 (unload-feature): Use it.
23294
23295 * progmodes/python.el (python-after-info-look): Add autoload cookie.
23296 (python-unload-function): New function.
23297
23298 2011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
23299
23300 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
23301
23302 2011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
23303
23304 * net/browse-url.el (browse-url-firefox-program): Add icecat to
23305 the candidates list.
23306
23307 2011-06-24 Juanma Barranquero <lekktu@gmail.com>
23308
23309 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
23310
23311 2011-06-23 Richard Stallman <rms@gnu.org>
23312
23313 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
23314 (rmail-variables): Set next-error-move-function.
23315 (rmail-what-message): Take argument POS.
23316 (rmail-next-error-move): New function.
23317
23318 2011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
23319
23320 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
23321 messages for adjacent non-terminals.
23322
23323 2011-06-23 Richard Stallman <rms@gnu.org>
23324
23325 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
23326 (rmail-show-message-1): Preserve buffer modified flag.
23327 (rmail-start-mail): Don't specify use of rmail-mail-return;
23328 that's done by mail-bury now.
23329 (rmail-mail-return): Handle arg NEWBUF.
23330
23331 2011-06-23 Michael Albinus <michael.albinus@gmx.de>
23332
23333 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
23334 SIZE is a number.
23335
23336 2011-06-23 Martin Rudalics <rudalics@gmx.at>
23337
23338 * window.el (get-lru-window, get-mru-window)
23339 (get-largest-window): Never return a minibuffer window.
23340 (display-buffer-pop-up-window): Fix a bug that could lead to
23341 reusing the minibuffer window.
23342 (display-buffer): Pass original specifier argument to
23343 display-buffer-function instead of the normalized one.
23344 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
23345
23346 2011-06-22 Leo Liu <sdl.web@gmail.com>
23347
23348 * minibuffer.el (completing-read-function)
23349 (completing-read-default): Move from minibuf.c.
23350
23351 2011-06-22 Richard Stallman <rms@gnu.org>
23352
23353 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
23354 to Rmail even if not started by a special Rmail command.
23355
23356 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
23357 Copy the buffer currently showing just one message.
23358
23359 2011-06-22 Roland Winkler <winkler@gnu.org>
23360
23361 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
23362 (bibtex-clean-entry): First delete the old key so that a
23363 customized algorithm for generating the new key does not get
23364 confused by the old key.
23365 (bibtex-url): Obey regexp of first step.
23366 (bibtex-search-entries): Do not use add-to-list with local
23367 list-var.
23368
23369 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
23370
23371 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
23372 stored a user name, then query for the password first, instead of
23373 waiting for SMTP to give an error message and the trying again.
23374
23375 2011-06-22 Lawrence Mitchell <wence@gmx.li>
23376
23377 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
23378 BUFFER in call-process.
23379
23380 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
23381
23382 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
23383 QUIT twice.
23384 (smtpmail-try-auth-methods): Require user name and password from
23385 auth-source.
23386
23387 2011-06-22 Martin Rudalics <rudalics@gmx.at>
23388
23389 * window.el (display-buffer-default-specifiers)
23390 (display-buffer-alist): Remove entries for pop-up-frame-alist.
23391 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
23392 (split-window): Normalize SIDE argument (Bug#8916).
23393
23394 * frame.el (pop-up-frame-alist, pop-up-frame-function)
23395 (special-display-frame-alist, special-display-popup-frame):
23396 Remove duplicate declarations. These are now in window.el.
23397
23398 2011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
23399
23400 * mail/smtpmail.el (smtpmail-via-smtp):
23401 Set :use-starttls-if-possible so that we always use STARTTLS if the
23402 server supports it. SMTP servers that support STARTTLS commonly
23403 require it.
23404
23405 * net/network-stream.el (network-stream-open-starttls): Support
23406 upgrading to STARTTLS always, even if we don't have built-in support.
23407 (open-network-stream): Add the :always-query-capabilities keyword.
23408
23409 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
23410 upgrades with `open-network-stream', and rely solely on
23411 auth-source for all credentials. Big changes throughout the file,
23412 but in particular:
23413 (smtpmail-auth-credentials): Remove.
23414 (smtpmail-starttls-credentials): Remove.
23415 (smtpmail-via-smtp): Check for servers saying they want AUTH after
23416 MAIL FROM, too.
23417
23418 * net/network-stream.el (network-stream-open-starttls):
23419 Provide support for client certificates both for external and built-in
23420 STARTTLS.
23421 (auth-source): Require.
23422 (open-network-stream): Document the :client-certificate keyword.
23423 (network-stream-certificate): Change cert-cert to cert and
23424 cert-key to key.
23425
23426 2011-06-21 Michael Albinus <michael.albinus@gmx.de>
23427
23428 * net/tramp-cache.el (top): Don't load the persistency file when
23429 "emacs -Q" has been called.
23430
23431 2011-06-21 Tim Harper <timcharper@gmail.com>
23432
23433 * term/ns-win.el (ns-initialize-window-system):
23434 Set application-specific `ApplePressAndHoldEnabled' system
23435 resource to NO as it is not yet supported by the NS port.
23436
23437 2011-06-21 Juanma Barranquero <lekktu@gmail.com>
23438
23439 * misc.el (list-dynamic-libraries--refresh): Compute header here...
23440 (list-dynamic-libraries): ...not here.
23441
23442 2011-06-21 Leo Liu <sdl.web@gmail.com>
23443
23444 * subr.el (sha1): Implement sha1 using secure-hash.
23445
23446 2011-06-21 Martin Rudalics <rudalics@gmx.at>
23447
23448 * window.el (display-buffer-alist): In default value do not
23449 enforce searching a window on any but the selected frame.
23450 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
23451 (display-buffer-select-window): Remove function.
23452 (display-buffer-in-window): When a window on another frame gets
23453 reused, do not select it any more but just raise its frame if
23454 necessary (Bug#8851) and (Bug#8856).
23455 (display-buffer-normalize-options): Handle pop-up-frames related
23456 options more faithfully.
23457 (pop-to-buffer): Don't rely on `display-buffer' selecting the
23458 window if it is on another frame.
23459 (display-buffer-alist, display-buffer-default-specifiers):
23460 Don't make new frame unsplittable by default.
23461 (display-buffer-normalize-argument): Fix doc-string typo and use
23462 'same-frame-other-window instead of 'other-window when associating
23463 with display-buffer-macro-specifiers.
23464
23465 2011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
23466
23467 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
23468 New functions.
23469 (5x5-mode-map, 5x5-mode-menu): Bind them.
23470 (5x5-draw-grid): Tweak the solver's rendering.
23471
23472 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
23473
23474 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
23475 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
23476
23477 2011-06-21 Drew Adams <drew.adams@oracle.com>
23478
23479 * menu-bar.el: Use function variable instead of switch-to-buffer.
23480 (menu-bar-select-buffer-function): New variable.
23481 (menu-bar-update-buffers): Use it (bug#8876).
23482
23483 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
23484
23485 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
23486 variable's status.
23487
23488 2011-06-20 Jan Djärv <jan.h.d@swipnet.se>
23489
23490 * x-dnd.el (x-dnd-version-from-flags)
23491 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
23492 and long as number (Bug#8899).
23493 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
23494
23495 2011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
23496
23497 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
23498 (completion-try-completion, completion-all-completions): Compute the
23499 metadata argument if it's missing; make it optional (bug#8795).
23500
23501 * wid-edit.el: Use lex-bind and move towards completion-at-point.
23502 (widget-complete): Use new :completion-function property.
23503 (widget-completions-at-point): New function.
23504 (default): Use :completion-function instead of :complete.
23505 (widget-default-completions): Rename from widget-default-complete;
23506 Rewrite.
23507 (widget-string-complete, widget-file-complete, widget-color-complete):
23508 Remove functions.
23509 (file, symbol, function, variable, coding-system, color):
23510 * international/mule-cmds.el (default-input-method, charset)
23511 (language-info-custom-alist):
23512 * cus-edit.el (face): Use new property :completions.
23513
23514 * progmodes/pascal.el (pascal-completions-at-point): New function.
23515 (pascal-mode): Use it.
23516 (pascal-mode-map): Use completion-at-point.
23517 (pascal-toggle-completions): Make obsolete.
23518 (pascal-complete-word, pascal-show-completions):
23519 * progmodes/octave-mod.el (octave-complete-symbol):
23520 Redefine as obsolete alias.
23521 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
23522 Signal absence of completion info for old Octave,
23523 (inferior-octave-complete): Redefine as obsolete alias.
23524 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
23525 (meta-completions-at-point): Rename from meta-complete-symbol and
23526 adapt it for use on completion-at-point-functions.
23527 (meta-common-mode): Use it.
23528 (meta-looking-at-backward, meta-match-buffer): Remove.
23529 (meta-complete-symbol): Redefine as obsolete alias.
23530 (meta-common-mode-map): Use completion-at-point.
23531 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
23532 (makefile-mode-map): Use completion-at-point.
23533 (makefile-completions-at-point): Rename from makefile-complete and
23534 adapt it for use on completion-at-point-functions.
23535 (makefile-mode): Use it.
23536 (makefile-complete): Redefine as obsolete alias.
23537
23538 2011-06-20 Deniz Dogan <deniz@dogan.se>
23539
23540 * net/rcirc.el: Delete trailing whitespaces once and for all.
23541
23542 2011-06-20 Daniel Colascione <dan.colascione@gmail.com>
23543
23544 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
23545
23546 2011-06-19 Chong Yidong <cyd@stupidchicken.com>
23547
23548 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
23549
23550 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
23551
23552 2011-06-19 Martin Rudalics <rudalics@gmx.at>
23553
23554 * window.el (display-buffer-other-window-means-other-frame):
23555 Call display-buffer-normalize-alist.
23556 (display-buffer-normalize-specifiers-1): Rename to
23557 display-buffer-normalize-argument. New argument other-frame.
23558 Rewrite.
23559 (display-buffer-normalize-specifiers-2): Rename to
23560 display-buffer-normalize-options.
23561 (display-buffer-normalize-alist-1): New function.
23562 (display-buffer-normalize-specifiers-3): Rename to
23563 display-buffer-normalize-alist.
23564 Call display-buffer-normalize-alist-1.
23565 (display-buffer-normalize-options-inhibit): New variable.
23566 (display-buffer-normalize-specifiers): Rewrite calling
23567 display-buffer-normalize-alist,
23568 display-buffer-normalize-argument, and
23569 display-buffer-normalize-options. Don't call the latter if
23570 display-buffer-normalize-options-inhibit is non-nil.
23571 (frame-auto-delete): New option.
23572 (window-deletable-p): Use frame-auto-delete.
23573 (window-list-no-nils, window-state-ignored-parameters)
23574 (window-state-get-1, window-state-get, window-state-put-list)
23575 (window-state-put-1, window-state-put-2, window-state-put):
23576 New functions.
23577 (display-buffer-normalize-options): Move special-display-p group
23578 after pop-up-frame group (Bug#8851) and (Bug#8856).
23579
23580 2011-06-18 Chong Yidong <cyd@stupidchicken.com>
23581
23582 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
23583 groups (Bug#8776).
23584 (rx-submatch-n): New function.
23585 (rx): Document it.
23586
23587 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
23588 (Bug#8768).
23589
23590 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
23591
23592 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
23593
23594 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
23595 anytime existing face settings are present (Bug#8889).
23596
23597 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
23598 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
23599 Remove unused argument.
23600
23601 2011-06-18 Martin Rudalics <rudalics@gmx.at>
23602
23603 * window.el (display-buffer-default-specifiers):
23604 Remove pop-up-frame. Add pop-up-window-min-height,
23605 pop-up-window-min-width, and another reuse-window specifier
23606 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
23607 (display-buffer-normalize-specifiers-2):
23608 Handle split-height-threshold and split-width-threshold also when
23609 pop-up-windows is unset. Add a reuse-window specifier for the
23610 case popping up a new window fails.
23611 (special-display-popup-frame): Remove double quoting.
23612 (display-buffer-normalize-specifiers-1): Fix thinko.
23613
23614 2011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
23615
23616 * shell.el (shell-completion-vars): Set pcomplete-termination-string
23617 according to comint-completion-addsuffix.
23618
23619 * pcomplete.el: Convert to lexical binding and fix bug#8819.
23620 (pcomplete-suffix-list): Mark as obsolete.
23621 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
23622 pcomplete-seen in the closure.
23623 (pcomplete-comint-setup): Setup completion-at-point as well.
23624 (pcomplete--entries): New function.
23625 (pcomplete--env-regexp): New var.
23626 (pcomplete-entries): Rewrite to work with partial-completion and
23627 without relying on pcomplete-suffix-list.
23628 (pcomplete-pare-list): Remove, unused.
23629
23630 2011-06-17 Martin Rudalics <rudalics@gmx.at>
23631
23632 * window.el (display-buffer-alist): Set pop-up-window-min-height
23633 and pop-up-window-min-width in default value. Reported by
23634 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
23635 other-window-means-other-frame.
23636 (display-buffer-macro-specifiers): Comment out entry for
23637 other-window specifier.
23638 (display-buffer-other-window-means-other-frame): New function.
23639 (display-buffer-normalize-specifiers-1): New arguments
23640 buffer-name and label. Treat other-window case specially.
23641 (display-buffer-normalize-specifiers-2): Treat other-window case
23642 specially.
23643 (display-buffer-normalize-specifiers-3): New function.
23644 (display-buffer-normalize-specifiers):
23645 Call display-buffer-normalize-specifiers-3.
23646
23647 2011-06-17 Martin Rudalics <rudalics@gmx.at>
23648
23649 * window.el (same-window-p): Fix two typos introduced when
23650 adding with-no-warnings.
23651 (display-buffer-normalize-specifiers-1): Don't check
23652 pop-up-frames for 'unset initialization.
23653 (display-buffer-normalize-specifiers-2): Major rewrite using
23654 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
23655 (pop-up-frames, display-buffer-reuse-frames)
23656 (display-buffer-mark-dedicated): Don't initialize to 'unset.
23657 Suggested by David Engster <deng@randomsample.de>.
23658 (even-window-heights): Initialize to 'unset.
23659 (display-buffer-alist-set): Handle new 'unset initializations.
23660 (display-buffer-macro-specifiers): Don't pop up a new frame in the
23661 other window case.
23662
23663 2011-06-16 Martin Rudalics <rudalics@gmx.at>
23664
23665 * window.el (display-buffer-normalize-specifiers-1):
23666 Respect current value of pop-up-frames for most reasonable values of
23667 second argument of display-buffer (Bug#8865).
23668 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
23669 (switch-to-buffer-other-window-same-frame)
23670 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
23671 Adams (Bug#8875).
23672 (display-buffer): Don't check noninteractive when calling
23673 display-buffer-pop-up-frame.
23674 (display-buffer-pop-up-frame): Never pop up a frame in
23675 noninteractive mode (Bug#8857).
23676 (enlarge-window, shrink-window): Don't report an error when the
23677 window can't be resized as requested (Bug#8862).
23678
23679 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
23680
23681 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
23682
23683 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
23684
23685 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
23686
23687 2011-06-15 Alan Mackenzie <acm@muc.de>
23688
23689 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
23690 for declarators, disable knr checking to speed up for normal files.
23691 2: Refactor, replacing a sequence of nested if forms by a cond form.
23692
23693 2011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
23694
23695 * net/network-stream.el (open-network-stream): Add the keyword
23696 :always-query-capabilities for the case where you want to force a
23697 `plain' network connection, but the protocol still requires the
23698 capabilitiy command (i.e., SMTP and EHLO).
23699
23700 * subr.el (process-live-p): Rename from `process-alive-p' for
23701 consistency with other `-live-p' functions.
23702
23703 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
23704
23705 * window.el (same-window-buffer-names, same-window-regexps)
23706 (special-display-frame-alist, special-display-popup-frame)
23707 (special-display-function, special-display-buffer-names)
23708 (special-display-regexps, pop-up-frame-alist)
23709 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
23710 (pop-up-windows, split-window-preferred-function)
23711 (split-height-threshold, split-width-threshold, even-window-heights)
23712 (display-buffer-mark-dedicated): Don't encourage the use of
23713 display-buffer-alist from Elisp code.
23714
23715 2011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
23716
23717 * progmodes/python.el (python-mode): Derive from prog-mode.
23718 * progmodes/ps-mode.el (ps-mode):
23719 * progmodes/mixal-mode.el (mixal-mode):
23720 * progmodes/cfengine.el (cfengine-mode):
23721 * progmodes/ld-script.el (ld-script-mode): Likewise.
23722
23723 2011-06-15 Martin Rudalics <rudalics@gmx.at>
23724
23725 * window.el (display-buffer-alist): Trim default value to avoid
23726 popping up a new frame (Bug#8857) or reusing an arbitrary window
23727 on another frame.
23728 (display-buffer): Do not fall back on popping up a new frame in
23729 batch mode (Bug#8857).
23730
23731 2011-06-14 Chong Yidong <cyd@stupidchicken.com>
23732
23733 * cus-theme.el (describe-theme-1): Use custom-theme-p.
23734 (custom-theme-summary): New function.
23735 (customize-themes): Use it.
23736
23737 2011-06-13 Glenn Morris <rgm@gnu.org>
23738
23739 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
23740
23741 2011-06-13 Martin Rudalics <rudalics@gmx.at>
23742
23743 * help.el (help-window): Remove variable.
23744 (help-window-point-marker, temp-buffer-max-height)
23745 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
23746 (help-print-return-message): Don't set help-window.
23747 (resize-temp-buffer-window): Rewrite cod eand doc-string.
23748 (help-window-setup-finish): Remove.
23749 (help-window-display-message, help-window-setup)
23750 (with-help-window): Major rewrite based on new
23751 display-buffer-window variable.
23752
23753 * help-mode.el (help-mode-finish): Remove help-window related
23754 code.
23755
23756 * view.el (view-exits-all-viewing-windows): Remove reference to
23757 view-return-to-alist in doc-string.
23758 (view-return-to-alist): Make obsolete.
23759 (view-buffer): Call pop-to-buffer-same-window and remove
23760 undo-window code.
23761 (view-buffer-other-window): Call pop-to-buffer-other-window and
23762 simplify code. Ignore second argument.
23763 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
23764 simplify code. Ignore second argument.
23765 (view-return-to-alist-update): Make obsolete.
23766 (view-mode-enter): Rename second argument to QUIT-RESTORE.
23767 Rewrite using quit-restore window parameters.
23768 (view-mode-exit): Rename second argument to EXIT-ONLY.
23769 Rewrite using quit-restore-window.
23770 (View-exit, View-exit-and-edit, View-leave, View-quit)
23771 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
23772 appropriate arguments.
23773 (view-end-message): Use quit-restore window parameter.
23774
23775 * window.el (display-buffer-function): Rewrite doc-string.
23776 (display-buffer-window, display-buffer-alist): New variables.
23777 (display-buffer-split-specifiers)
23778 (display-buffer-side-specifiers)
23779 (display-buffer-macro-specifiers): New constants.
23780 (display-buffer-even-window-sizes, display-buffer-set-height)
23781 (display-buffer-set-width, display-buffer-select-window)
23782 (display-buffer-in-window, display-buffer-reuse-window)
23783 (display-buffer-split-window-1, display-buffer-split-window)
23784 (display-buffer-split-atom-window, display-buffer-pop-up-window)
23785 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
23786 (display-buffer-in-side-window, normalize-buffer-to-display)
23787 (display-buffer-normalize-specifiers-1)
23788 (display-buffer-normalize-specifiers-2)
23789 (display-buffer-normalize-specifiers, display-buffer-frame):
23790 New functions.
23791 (display-buffer): Major rewrite.
23792 (display-buffer-other-window, display-buffer-other-frame)
23793 (pop-to-buffer, switch-to-buffer-other-window)
23794 (switch-to-buffer-other-frame): Rewrite.
23795 (display-buffer-same-window, display-buffer-same-frame)
23796 (display-buffer-same-frame-other-window)
23797 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
23798 (pop-to-buffer-other-window)
23799 (pop-to-buffer-same-frame-other-window)
23800 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
23801 (switch-to-buffer-other-window-same-frame): New functions.
23802 (same-window-p, special-display-p): Rewrite disabling warnings.
23803 Make obsolete.
23804 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
23805 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
23806 Make obsolete
23807 (same-window-buffer-names, same-window-regexps)
23808 (special-display-frame-alist, special-display-popup-frame)
23809 (special-display-function, special-display-buffer-names)
23810 (special-display-regexps, pop-up-frame-alist)
23811 (pop-up-frame-function, split-window-preferred-function)
23812 (split-height-threshold, split-width-threshold)
23813 (even-window-heights): Make obsolete.
23814
23815 2011-06-12 Glenn Morris <rgm@gnu.org>
23816
23817 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
23818 Misc simplifications.
23819
23820 2011-06-12 Martin Rudalics <rudalics@gmx.at>
23821
23822 * window.el (window-safely-shrinkable-p): Restore function which
23823 was inadvertently removed in change from 2011-06-11. Declare as
23824 obsolete.
23825
23826 * calendar/calendar.el (calendar-generate-window):
23827 Use window-iso-combined-p instead of combination of one-window-p and
23828 window-safely-shrinkable-p.
23829
23830 2011-06-12 Glenn Morris <rgm@gnu.org>
23831
23832 * progmodes/fortran.el (fortran-mode-syntax-table):
23833 * progmodes/f90.el (f90-mode-syntax-table):
23834 Set % to punctuation. (Bug#8820)
23835 (f90-find-tag-default): Remove, no longer needed.
23836
23837 2011-06-12 Daniel Colascione <dan.colascione@gmail.com>
23838
23839 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
23840
23841 2011-06-11 Chong Yidong <cyd@stupidchicken.com>
23842
23843 * image.el (image-animated-p): Return animation delay in seconds.
23844 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
23845 (image-animate-timeout): Remove DELAY argument. Don't assume
23846 every subimage has the same delay; get it from image-animated-p.
23847 (image-animate): Caller changed.
23848
23849 2011-06-11 Michael Albinus <michael.albinus@gmx.de>
23850
23851 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
23852 to ignored backtrace functions.
23853
23854 2011-06-11 Glenn Morris <rgm@gnu.org>
23855
23856 * calendar/appt.el (appt-disp-window-function): Doc fix.
23857 (appt-check): Handle overlapping appointments. (Bug#8337)
23858
23859 2011-06-11 Martin Rudalics <rudalics@gmx.at>
23860
23861 * window.el (window-tree-1, window-tree): New functions, moving
23862 the latter to window.el.
23863 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
23864 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
23865 (bw-refresh-edges): Remove.
23866 (balance-windows-1, balance-windows-2): New functions.
23867 (balance-windows): Rewrite in terms of window tree functions,
23868 balance-windows-1 and balance-windows-2.
23869 (bw-adjust-window): Remove.
23870 (balance-windows-area-adjust): New function with functionality of
23871 bw-adjust-window but using resize-window.
23872 (set-window-text-height): Rewrite doc-string.
23873 Use normalize-live-window and resize-window.
23874 (enlarge-window-horizontally, shrink-window-horizontally):
23875 Rename argument to DELTA.
23876 (window-buffer-height): New function.
23877 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
23878 Rewrite using new window resize routines.
23879 (kill-buffer-and-window, mouse-autoselect-window-select):
23880 Use ignore-errors instead of condition-case.
23881 (quit-window): Call delete-frame instead of delete-windows-on
23882 for the only buffer on frame.
23883
23884 2011-06-10 Martin Rudalics <rudalics@gmx.at>
23885
23886 * loadup.el (top-level): Load window before files for the sake
23887 of replace-buffer-in-windows.
23888
23889 * files.el (read-buffer-to-switch)
23890 (switch-to-buffer-other-window)
23891 (switch-to-buffer-other-frame, display-buffer-other-frame):
23892 Move to window.el.
23893
23894 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
23895 (previous-buffer): Move to window.el.
23896
23897 * bindings.el (unbury-buffer): Move to window.el.
23898
23899 * window.el (delete-other-windows-vertically): Move after
23900 definition of delete-other-windows.
23901 (other-window, delete-windows-on, replace-buffer-in-windows):
23902 Move here from window.c.
23903 (record-window-buffer, unrecord-window-buffer)
23904 (set-window-buffer-start-and-point, switch-to-prev-buffer)
23905 (switch-to-next-buffer): New functions.
23906 (get-next-valid-buffer, last-buffer, next-buffer): Move here
23907 from simple.el. Call switch-to-next-buffer.
23908 (previous-buffer): Move here from simple.el.
23909 Call switch-to-prev-buffer.
23910 (bury-buffer): Move here from buffer.c. Switch to previous
23911 buffer when window cannot be deleted.
23912 (unbury-buffer): Move here from bindings.el.
23913 (ctl-x-map): Move binding for other-window from window.c to
23914 here.
23915 (read-buffer-to-switch, switch-to-buffer-other-window)
23916 (switch-to-buffer-other-frame): Move here from files.el.
23917 (normalize-buffer-to-switch-to): New functions.
23918 (switch-to-buffer): Move here from buffer.c.
23919 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
23920
23921 2011-06-10 Martin Rudalics <rudalics@gmx.at>
23922
23923 * window.el (window-min-height, window-min-width): Move here
23924 from window.c. Add defcustoms and rewrite doc-strings.
23925 (resize-mini-window, resize-window): New functions.
23926 (adjust-window-trailing-edge, enlarge-window, shrink-window):
23927 Move here from window.c.
23928 (maximize-window, minimize-window): New functions.
23929 (delete-window, delete-other-windows, split-window): Move here
23930 from window.c.
23931 (window-split-min-size): New function.
23932 (split-window-keep-point): Mention split-window-above-each-other
23933 instead of split-window-vertically.
23934 (split-window-above-each-other, split-window-vertically):
23935 Rename split-window-vertically to split-window-above-each-other
23936 and provide defalias for old definition.
23937 (split-window-side-by-side, split-window-horizontally):
23938 Rename split-window-horizontally to split-window-side-by-side
23939 and provide defalias for the old definition.
23940 (ctl-x-map): Move bindings for delete-window,
23941 delete-other-windows and enlarge-window here from window.c.
23942 Replace bindings for split-window-vertically and
23943 split-window-horizontally by bindings for
23944 split-window-above-each-other and split-window-side-by-side.
23945
23946 * cus-start.el (all): Remove entries for window-min-height and
23947 window-min-width. Add entries for window-splits and
23948 window-nest.
23949
23950 2011-06-09 Glenn Morris <rgm@gnu.org>
23951
23952 * calendar/appt.el (appt-mode-line): New function.
23953 (appt-check, appt-disp-window): Use it.
23954
23955 * files.el (hack-one-local-variable-eval-safep):
23956 Allow minor-modes with explicit +/-1 arguments.
23957
23958 2011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
23959
23960 * term/xterm.el (xterm): Add defgroup.
23961 (xterm-extra-capabilities): Add defcustom to supply known xterm
23962 capabilities, skip querying them, or query them (default).
23963 (terminal-init-xterm): Use it.
23964 (terminal-init-xterm-modify-other-keys): New function to set up
23965 modifyOtherKeys support to simplify `terminal-init-xterm'.
23966
23967 2011-06-09 Martin Rudalics <rudalics@gmx.at>
23968
23969 * window.el (resize-window-reset, resize-window-reset-1)
23970 (resize-subwindows-skip-p, resize-subwindows-normal)
23971 (resize-subwindows, resize-other-windows, resize-this-window)
23972 (resize-root-window, resize-root-window-vertically)
23973 (window-deletable-p, window-or-subwindow-p)
23974 (frame-root-window-p): New functions.
23975
23976 2011-06-09 Glenn Morris <rgm@gnu.org>
23977
23978 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
23979 (ange-ftp-get-files): Use it.
23980
23981 2011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
23982
23983 * mail/sendmail.el (mail-recover-1, mail-recover):
23984 * files.el (recover-file, recover-session):
23985 Handle dired-listing-switches not being just a single short option.
23986
23987 2011-06-09 Glenn Morris <rgm@gnu.org>
23988
23989 * calendar/appt.el (appt-display-message, appt-disp-window):
23990 Handle lists of appointments.
23991
23992 2011-06-08 Martin Rudalics <rudalics@gmx.at>
23993
23994 * window.el (one-window-p): Move down in code.
23995 Rewrite doc-string.
23996 (window-current-scroll-bars): Rewrite doc-string.
23997 Normalize live window argument.
23998 (walk-windows, get-window-with-predicate, count-windows):
23999 Rewrite doc-string. Use window-list-1.
24000 (window-in-direction-2, window-in-direction, get-mru-window):
24001 New functions.
24002
24003 2011-06-08 Reuben Thomas <rrt@sc3d.org>
24004
24005 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
24006 Doc fix (Bug#8713).
24007
24008 2011-06-08 Chong Yidong <cyd@stupidchicken.com>
24009
24010 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
24011
24012 2011-06-08 Juanma Barranquero <lekktu@gmail.com>
24013
24014 * loadhist.el (unload-feature-special-hooks):
24015 Add `comint-output-filter-functions'.
24016
24017 2011-06-08 Ivan Kanis <gnu@kanis.fr>
24018
24019 * calendar/appt.el (appt-check): Move some initializations into the let.
24020
24021 2011-06-08 Martin Rudalics <rudalics@gmx.at>
24022
24023 * window.el (window-height): Defalias to window-total-height.
24024 (window-width): Defalias to window-body-width.
24025
24026 2011-06-07 Chong Yidong <cyd@stupidchicken.com>
24027
24028 * image-mode.el (image-toggle-animation): New command.
24029 (image-mode-map): Bind it to RET.
24030 (image-mode): Update message.
24031 (image-toggle-display-image): Avoid a spurious cache flush.
24032 (image-transform-rotation): Doc fix.
24033 (image-transform-properties): Return quickly in the normal case.
24034 (image-animate-loop): Rename from image-animate-max-time.
24035
24036 * image.el (image-animate-max-time): Move to image-mode.el.
24037 (create-animated-image): Remove unnecessary function.
24038 (image-animate): Rename from image-animate-start. New arg.
24039 (image-animate-stop): Remove; just use image-animate-timer.
24040 (image-animate-timer): Use car-safe.
24041 (image-animate-timeout): Rename argument.
24042
24043 2011-06-07 Martin Rudalics <rudalics@gmx.at>
24044
24045 * window.el (get-lru-window, get-largest-window): Move here from
24046 window.c. Rename first argument to ALL-FRAMES.
24047 Rephrase doc-strings.
24048 (get-buffer-window-list): Rewrite using window-list-1.
24049 Rephrase doc-string.
24050 (window-safe-min-height, window-safe-min-width): New constants.
24051 (window-size-ignore, window-min-size, window-min-size-1)
24052 (window-sizable, window-sizable-p, window-size-fixed-1)
24053 (window-size-fixed-p, window-min-delta-1, window-min-delta)
24054 (window-max-delta-1, window-max-delta, window-resizable)
24055 (window-resizable-p, window-total-height, window-total-width)
24056 (window-body-width): New functions.
24057 (window-full-height-p, window-full-width-p): Rewrite using
24058 window-total-size.
24059 (window-body-height): Rewrite using window-body-size.
24060
24061 2011-06-06 Martin Rudalics <rudalics@gmx.at>
24062
24063 * window.el (window-right, window-left, window-child)
24064 (window-child-count, window-last-child, window-any-p)
24065 (normalize-live-buffer, normalize-live-frame)
24066 (normalize-any-window, normalize-live-window)
24067 (window-iso-combination-p, window-iso-combined-p)
24068 (window-iso-combinations)
24069 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
24070 (windows-with-parameter, window-with-parameter)
24071 (window-atom-root, make-window-atom, window-atom-check-1)
24072 (window-atom-check, window-side-check, window-check):
24073 New functions.
24074 (ignore-window-parameters, window-sides, window-sides-vertical)
24075 (window-sides-slots): New variables.
24076 (window-size-fixed): Move down in code. Minor doc-string fix.
24077
24078 2011-06-05 Andreas Schwab <schwab@linux-m68k.org>
24079
24080 * comint.el (comint-dynamic-complete-as-filename)
24081 (comint-dynamic-complete-filename): Correctly call
24082 completion-in-region.
24083
24084 2011-06-05 Deniz Dogan <deniz@dogan.se>
24085
24086 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
24087 in last change.
24088
24089 2011-06-05 Deniz Dogan <deniz@dogan.se>
24090
24091 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
24092 (rcirc): Use it to prompt for encryption.
24093
24094 2011-06-05 Roland Winkler <winkler@gnu.org>
24095
24096 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
24097 (bibtex-search-entries): New command bound to C-c C-a.
24098 (bibtex-display-entries): New function.
24099
24100 2011-06-05 Roland Winkler <winkler@gnu.org>
24101
24102 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
24103 (bibtex-insert-kill): After yanking insert newline if necessary.
24104 (bibtex-initialize): Call bibtex-string-files-init only once.
24105 (bibtex-mode): Do not call easy-menu-add.
24106 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
24107 (bibtex-yank): Set arg properly if nil.
24108
24109 2011-06-05 Roland Winkler <winkler@gnu.org>
24110
24111 * textmodes/bibtex.el (bibtex-search-entry-globally):
24112 New variable.
24113 (bibtex-search-entry): Use it.
24114
24115 2011-06-05 Roland Winkler <winkler@gnu.org>
24116
24117 * textmodes/bibtex.el (bibtex-entry-format): New option
24118 sort-fields.
24119 (bibtex-format-entry, bibtex-reformat): Honor this option.
24120 (bibtex-parse-entry): Return fields in proper order.
24121
24122 2011-06-05 Juanma Barranquero <lekktu@gmail.com>
24123
24124 * doc-view.el (doc-view-remove-if): Move computation of result out
24125 of `dolist' to silence misleading lexical-binding warning.
24126
24127 2011-06-04 Chong Yidong <cyd@stupidchicken.com>
24128
24129 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
24130 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
24131
24132 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
24133
24134 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
24135 "SunOS 5.10".
24136
24137 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
24138
24139 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
24140 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
24141 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
24142 (tramp-parse-putty):
24143 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
24144 (tramp-completion-function-alist-ssh)
24145 (tramp-completion-function-alist-telnet)
24146 (tramp-completion-function-alist-su)
24147 (tramp-completion-function-alist-putty): Set `tramp-autoload'
24148 cookie.
24149
24150 * net/tramp-ftp.el:
24151 * net/tramp-sh.el:
24152 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
24153 load "tramp.el" `tramp-set-completion-function'.
24154
24155 2011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
24156
24157 * shell.el: Require and use pcomplete.
24158 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
24159 (shell-completion-vars): Set pcomplete-default-completion-function.
24160
24161 2011-06-04 Deniz Dogan <deniz@dogan.se>
24162
24163 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
24164 `memq' (Bug#8799).
24165
24166 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
24167
24168 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
24169
24170 2011-06-02 Juanma Barranquero <lekktu@gmail.com>
24171
24172 * bs.el (bs--mark-unmark, bs--nth-wrapper):
24173 * mpc.el (mpc-select-extend, mpc-songpointer-context):
24174 * vc/log-view.el (log-view-beginning-of-defun):
24175 * vc/smerge-mode.el (smerge-apply-resolution-patch)
24176 (smerge-refine-forward, smerge-refine-chopup-region):
24177 Silence warning for unused `dotimes' counter variables.
24178
24179 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
24180
24181 * net/tramp.el (tramp-with-progress-reporter): Rename from
24182 with-progress-reporter. Use `declare'.
24183 * net/tramp-smb.el:
24184 * net/tramp-sh.el:
24185 * net/tramp-gvfs.el: Update all uses.
24186
24187 2011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
24188
24189 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
24190 buffer isn't killed before making it current.
24191
24192 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
24193
24194 Silence various byte-compiler warnings.
24195 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
24196 `access-type' and new obsolescence format.
24197 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
24198 new format.
24199 (byte-compile-check-variable): New `access-type' argument.
24200 Only warn if the access-type is obsolete.
24201 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
24202 (byte-compile-variable-set): Adjust callers.
24203 * help-fns.el (describe-variable): Adjust to new obsolescence format.
24204 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
24205 setting it as obsolete.
24206 * simple.el (minibuffer-completing-symbol):
24207 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
24208 access as obsolete.
24209 * minibuffer.el (minibuffer-completing-file-name): Don't make it
24210 obsolete yet.
24211 * international/quail.el (quail-mouse-choose-completion): Remove unused
24212 code referring to obsolete var.
24213 (quail-choose-completion-string): Remove.
24214 * server.el (server-clients-with, server-kill-buffer-query-function)
24215 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
24216 * proced.el (proced-send-signal):
24217 * emacs-lisp/lisp.el (lisp-complete-symbol):
24218 Replace completion-annotate-function with completion-extra-properties.
24219
24220 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
24221
24222 * simple.el (goto-line): Use read-number.
24223 (overriding-map-is-bound): Remove.
24224 (saved-overriding-map): Change default.
24225 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
24226 Take the map as argument.
24227 (universal-argument, negative-argument, digit-argument): Use it.
24228 (restore-overriding-map): Adjust.
24229 (do-auto-fill): Use fill-forward-paragraph.
24230 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
24231
24232 * minibuffer.el (minibuffer-inactive-mode-map): New var.
24233 (minibuffer-inactive-mode): New major mode.
24234 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
24235 the *Messages* buffer" hack.
24236 (mouse-popup-menubar): Don't burp if the event is a normal key.
24237
24238 Miscellaneous tweaks.
24239 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
24240 lexical scoping as in subr.el's dolist and dotimes.
24241 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
24242 Silence compiler warning.
24243 * thingatpt.el (forward-whitespace): Trivial coding style fix.
24244 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
24245 * international/ccl.el (ccl-compile): Trivial simplification.
24246 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
24247 * emacs-lisp/testcover.el (testcover-end): Remove spurious
24248 `printflag' argument.
24249 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
24250 Purecopy the whole obsolescence data.
24251
24252 2011-06-01 Leo Liu <sdl.web@gmail.com>
24253
24254 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
24255 improve doc-string as suggested by Marco Pessotto
24256 <melmothx@gmail.com>.
24257 (rcirc-print): Fix last change.
24258
24259 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
24260
24261 * minibuffer.el (complete-with-action): Return nil for the metadata and
24262 boundaries of non-functional tables.
24263 (completion-table-dynamic): Return nil for the metadata.
24264 (completion-table-with-terminator): Add default case, using
24265 complete-with-action.
24266 (completion--metadata): New function.
24267 (completion-all-sorted-completions, minibuffer-completion-help): Use it
24268 to try and avoid pathological performance problems.
24269 (completion--embedded-envvar-table): Return `category' metadata.
24270
24271 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
24272
24273 * subr.el (process-alive-p): New tiny convenience function.
24274
24275 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
24276
24277 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
24278 content but also its previous major mode.
24279
24280 2011-05-31 Helmut Eller <eller.helmut@gmail.com>
24281
24282 * emacs-lisp/debug.el (debug): Restore the previous content of the
24283 *Backtrace* buffer when we exit with C-M-c.
24284
24285 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
24286
24287 * minibuffer.el: Add metadata method to completion tables.
24288 (completion-category-overrides): New defcustom.
24289 (completion-metadata, completion--field-metadata)
24290 (completion-metadata-get, completion--styles)
24291 (completion--cycle-threshold): New functions.
24292 (completion-try-completion, completion-all-completions):
24293 Add `metadata' argument to choose completion-styles.
24294 (completion--do-completion): Use metadata to choose cycling.
24295 (completion-all-sorted-completions): Use metadata for sorting.
24296 Remove :completion-cycle-penalty which is not needed any more.
24297 (completion--try-word-completion): Add `metadata' argument.
24298 (minibuffer-completion-help): Check metadata for annotation function
24299 and sorting.
24300 (completion-file-name-table): Return `category' metadata.
24301 (minibuffer-completing-file-name): Make obsolete.
24302 * simple.el (minibuffer-completing-symbol): Make obsolete.
24303 * icomplete.el (icomplete-completions): Pass new `metadata' param to
24304 completion-try-completion.
24305
24306 2011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
24307
24308 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
24309
24310 2011-05-30 Leo Liu <sdl.web@gmail.com>
24311
24312 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
24313 (rcirc-print): Decode all incoming messages (bug#8744).
24314 (rcirc-decode-coding-system): Allow value nil for automatic coding
24315 system detection.
24316
24317 2011-06-01 Glenn Morris <rgm@gnu.org>
24318
24319 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
24320
24321 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
24322
24323 * image.el (image-animate-max-time): Allow nil and t values.
24324 Default to nil.
24325 (create-animated-image): Doc fix.
24326 (image-animate-start): Remove second arg; just use
24327 image-animate-max-time.
24328 (image-animate-timeout): Doc fix. Args changed.
24329
24330 * image-mode.el (image-toggle-display-image): Ensure that the
24331 image spec passed to the animate timer is the same object as in
24332 the buffer's display property (Bug#6981).
24333 (image-transform-properties): Doc fix.
24334
24335 * image.el (image-animate-max-time): Default to nil.
24336
24337 2011-05-29 Martin Rudalics <rudalics@gmx.at>
24338
24339 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
24340 entire buffer list (Bug#8184).
24341
24342 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
24343
24344 * image.el (imagemagick-types-inhibit)
24345 (imagemagick-register-types): Doc fix.
24346
24347 2011-05-29 Deniz Dogan <deniz@dogan.se>
24348
24349 * net/rcirc.el (rcirc): Use the user's stored encryption method by
24350 default.
24351
24352 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
24353
24354 * select.el: Don't perform clipboard-manager saving in hooks;
24355 leave the hooks empty.
24356
24357 2011-05-28 Leo Liu <sdl.web@gmail.com>
24358
24359 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
24360 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
24361 (occur-edit-mode): New major mode (Bug#8463).
24362 (occur-after-change-function): New function.
24363 (occur-engine): Give Occur tags a read-only property.
24364
24365 2011-05-28 Kevin Ryde <user42@zip.com.au>
24366
24367 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
24368
24369 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
24370
24371 * bindings.el (help-echo): Make the initial non-indicator dash
24372 empty on graphical terminals (Bug#7295).
24373
24374 * files.el (auto-mode-alist): Move config rule after the
24375 in-stripping one (Bug#8547).
24376
24377 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
24378
24379 * startup.el (normal-splash-screen): Remove gratuitous mode-line
24380 setting (Bug#8740).
24381
24382 2011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
24383
24384 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
24385 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
24386 (Bug#8539).
24387
24388 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
24389
24390 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
24391
24392 2011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
24393
24394 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
24395 (hs-hide-block-at-point, hs-find-block-beginning)
24396 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
24397 (Bug#8279).
24398
24399 2011-05-28 Glenn Morris <rgm@gnu.org>
24400
24401 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
24402
24403 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
24404
24405 * help-fns.el (describe-function-1): If the function is a derived
24406 major mode, print the parent mode.
24407
24408 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
24409 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
24410
24411 2011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
24412
24413 * minibuffer.el (completion--capf-wrapper): Check applicability before
24414 returning non-nil for non-exclusive completion data.
24415 * progmodes/etags.el (tags-completion-at-point-function):
24416 * info-look.el (info-lookup-completions-at-point): Mark as
24417 non-exclusive.
24418 (info-complete): Adjust accordingly.
24419
24420 * info-look.el: Convert to lexical-binding and completion-at-point.
24421 (info-lookup-completions-at-point): New function.
24422 (info-complete): Use it and completion-in-region.
24423
24424 2011-05-28 Drew Adams <drew.adams@oracle.com>
24425
24426 * isearch.el: Let M-e start with point at the first mismatched char.
24427 (isearch-fail-pos): New function.
24428 (isearch-edit-string): Use it.
24429
24430 2011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
24431
24432 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
24433
24434 2011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
24435
24436 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
24437 traversal functions for avl-trees.
24438 (avl-tree--stack): New struct.
24439 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
24440 (avl-tree-enter): Add optional `updatefun' arg.
24441 (avl-tree--do-enter): Add optional `updatefun' arg.
24442 Change return value.
24443 (avl-tree-delete): Add optional `test' and `nilflag' args.
24444 (avl-tree--do-delete): Add `test' and `nilflag' args.
24445 Change return value.
24446 (avl-tree-member): Add optional `nilflag'
24447 (avl-tree-member-p): New function.
24448 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
24449 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
24450 (avl-tree-stack-empty-p): New functions.
24451
24452 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
24453 avl-tree--del-balance1 and make it work both ways.
24454 (avl-tree--del-balance2): Remove.
24455 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
24456 make it work both ways.
24457 (avl-tree--enter-balance2): Remove.
24458 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
24459 New macros.
24460 (avl-tree--mapc, avl-tree-map): Add direction argument.
24461
24462 2011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
24463
24464 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
24465
24466 2011-05-27 Chong Yidong <cyd@stupidchicken.com>
24467
24468 * select.el: Support clipboard managers with built-in function
24469 x-clipboard-manager-save, via delete-frame-functions and
24470 kill-emacs-hook.
24471 (xselect-convert-to-targets): Add MULTIPLE target to list.
24472 (xselect-convert-to-save-targets): New function.
24473
24474 2011-05-27 Kenichi Handa <handa@m17n.org>
24475
24476 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
24477 let-binding rfc2047-encode-encoded-words to nil.
24478
24479 2011-05-27 Glenn Morris <rgm@gnu.org>
24480
24481 * mail/emacsbug.el: Don't require url-util.
24482
24483 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
24484
24485 * files.el (set-auto-mode):
24486 Also respect mode: entries at the end of the file. (Bug#8586)
24487
24488 2011-05-26 Glenn Morris <rgm@gnu.org>
24489
24490 * files.el (hack-local-variables-prop-line, hack-local-variables):
24491 Downcase mode names, as seems to be traditional.
24492 (hack-local-variables, hack-local-variables-apply): Doc fixes.
24493
24494 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
24495 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
24496
24497 2011-05-25 Julien Danjou <julien@danjou.info>
24498
24499 * textmodes/rst.el (rst-define-level-faces): Do not define face
24500 symbol if it is already defined.
24501
24502 2011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
24503
24504 * play/5x5.el (5x5-new-game, 5x5-randomize):
24505 Reset 5x5-solver-output to nil when a new grid is cast.
24506 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
24507 these debugging traces, as defmacro breaks the compiled code.
24508
24509 2011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
24510
24511 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
24512
24513 2011-05-24 Leo Liu <sdl.web@gmail.com>
24514
24515 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
24516 (vc-bzr-sha1): Adapt.
24517
24518 * sha1.el: Remove. Function `sha1' is now builtin.
24519
24520 * bindings.el: Provide sha1 feature.
24521
24522 2011-05-24 Kenichi Handa <handa@m17n.org>
24523
24524 * mail/sendmail.el: Require `rfc2047'.
24525 (mail-insert-from-field): Do not perform RFC2047 encoding.
24526 (mail-encode-header): New function.
24527 (sendmail-send-it): Set buffer-file-coding-system of the work
24528 buffer to the return value of select-message-coding-system.
24529 Call mail-encode-header.
24530
24531 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
24532
24533 2011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
24534
24535 * mail/supercite.el (sc-default-cite-frame):
24536 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
24537
24538 2011-05-24 Glenn Morris <rgm@gnu.org>
24539
24540 * progmodes/python.el (brm-menu): Declare.
24541
24542 * emulation/viper.el (viper-set-hooks): Declare.
24543
24544 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
24545 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
24546 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
24547 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
24548 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
24549 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
24550
24551 2011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
24552
24553 Add an :exit-function for completion-at-point.
24554
24555 * minibuffer.el (completion--done): New fun.
24556 (completion--do-completion): Use it. New arg `expect-exact'.
24557 (minibuffer-complete, minibuffer-complete-word): Don't output message,
24558 since completion--do-completion does it for us now.
24559 (minibuffer-force-complete): Use completion--done and
24560 completion--replace. Handle sole-completion case with more care.
24561 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
24562 (completion-extra-properties): New var.
24563 (completion-annotate-function): Make obsolete.
24564 (minibuffer-completion-help): Adjust accordingly.
24565 Use completion-list-insert-choice-function.
24566 (completion-at-point, completion-help-at-point):
24567 Bind completion-extra-properties.
24568 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
24569 * simple.el (completion-list-insert-choice-function): New var.
24570 (completion-setup-function): Preserve it.
24571 (choose-completion): Pay attention to it, shuffle the code a bit.
24572 (choose-completion-string): New arg `insert-function'.
24573
24574 * textmodes/bibtex.el: Convert to lexical binding.
24575 (bibtex-mode-map): Use completion-at-point.
24576 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
24577 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
24578 (bibtex-complete): Define as obsolete alias.
24579 (bibtex-complete-internal): Remove.
24580 (bibtex-format-entry): Remove unused sub-group in regexp.
24581 * shell.el (shell--command-completion-data)
24582 (shell-environment-variable-completion):
24583 * pcomplete.el (pcomplete-completions-at-point):
24584 * comint.el (comint--complete-file-name-data): Use :exit-function
24585 instead of completion-table-with-terminator so it also works for
24586 choose-completion.
24587
24588 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
24589
24590 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
24591
24592 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
24593 (bug#8710).
24594
24595 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
24596
24597 2011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
24598
24599 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
24600 customization variable and implement: If non-nil, auto-fill will
24601 be inhibited while on topic's header line.
24602
24603 2011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
24604
24605 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
24606 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
24607 always have a solution in grid size = 5 cases.
24608 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
24609 (5x5-solver-output, 5x5-log-buffer): New vars.
24610 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
24611 Make these variables buffer local to achieve 5x5 multi-session-ness.
24612 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
24613 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
24614 (5x5-solve-suggest): New funs.
24615 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
24616 randomize a grid so that we ensure that there is always a solution.
24617 (5x5-make-random-grid): Allow other movement than flipping.
24618
24619 2011-05-23 Kevin Ryde <user42@zip.com.au>
24620
24621 * emacs-lisp/advice.el (ad-read-advised-function):
24622 Use `function-called-at-point' as the default, if it has
24623 advice and passes PREDICATE.
24624
24625 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
24626
24627 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
24628 byte-compile-lambda if it's actually a lambda.
24629
24630 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
24631 Fix function quoting. Use backquote better.
24632
24633 2011-05-22 Yuanle Song <sylecn@gmail.com>
24634
24635 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
24636 matching (Bug#8516).
24637
24638 2011-05-22 Jari Aalto <jari.aalto@cante.net>
24639
24640 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
24641 different face (Bug#8178).
24642
24643 2011-05-22 Chong Yidong <cyd@stupidchicken.com>
24644
24645 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
24646 defface (Bug#8144).
24647
24648 2011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
24649
24650 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
24651 funcall as well (bug#8712). Warn when performing those conversions.
24652 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
24653
24654 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
24655
24656 2011-05-22 Glenn Morris <rgm@gnu.org>
24657
24658 * files.el (hack-local-variables-prop-line): Small simplifications.
24659 (hack-local-variables, hack-local-variables-prop-line):
24660 If MODE-ONLY, return the mode, rather than just `t'.
24661
24662 2011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
24663
24664 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
24665
24666 2011-05-21 Glenn Morris <rgm@gnu.org>
24667
24668 * files.el (hack-local-variables-prop-line, hack-local-variables):
24669 If only interested in the mode, don't bother doing the other stuff.
24670
24671 * image-mode.el (image-after-revert-hook):
24672 Redraw all frames on which the image is visible. (Bug#8567)
24673
24674 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
24675
24676 * wid-edit.el (widget-checklist-match-inline):
24677 Fix 2011-04-19 change. (Bug#8649)
24678
24679 2011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
24680
24681 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
24682 Also allow singlespace after single-letter capitals followed by a dot.
24683
24684 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
24685 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
24686
24687 2011-05-20 Nix <nix@esperi.org.uk>
24688
24689 * files.el (basic-save-buffer-2):
24690 Fix handling of break-hardlink-on-save with non-existent files.
24691
24692 2011-05-19 Deniz Dogan <deniz@dogan.se>
24693
24694 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
24695 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
24696
24697 2011-05-19 Glenn Morris <rgm@gnu.org>
24698
24699 * progmodes/f90.el (f90-type-def-re):
24700 Handle "type, bind(c)". (Bug#8691)
24701
24702 * emacs-lisp/autoload.el (batch-update-autoloads):
24703 Set autoload-excludes by parsing loadup.el rather than Makefiles.
24704
24705 2011-05-18 Michael Albinus <michael.albinus@gmx.de>
24706
24707 * net/tramp.el (tramp-process-actions): Set "first-password-request"
24708 property for the correct connection in case of multihops.
24709
24710 2011-05-18 Glenn Morris <rgm@gnu.org>
24711
24712 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
24713 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
24714
24715 Rationalize calendar handling of day and month abbrev-arrays.
24716 * calendar/calendar.el (calendar-customized-p): New function.
24717 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
24718 (calendar-day-name-array, calendar-month-name-array): Doc fix.
24719 Add :set function.
24720 (calendar-abbrev-length, calendar-day-abbrev-array)
24721 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
24722 (calendar-day-abbrev-array, calendar-month-abbrev-array):
24723 Elements may no longer be nil.
24724 (calendar-day-name, calendar-month-name):
24725 Update for changed nature of abbrev arrays.
24726 * calendar/diary-lib.el (diary-name-pattern):
24727 Update for changed nature of abbrev arrays.
24728 (diary-mark-entries-1): Update calendar-make-alist calls.
24729 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
24730 * calendar/cal-html.el (cal-html-day-abbrev-array):
24731 Simply inherit from calendar-day-abbrev-array.
24732
24733 2011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
24734
24735 * progmodes/grep.el (grep-mode): Disable default
24736 compilation-directory-matcher setting (bug#8684).
24737
24738 2011-05-17 Michael Albinus <michael.albinus@gmx.de>
24739
24740 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
24741 instead of "head" and "tail". There were problems with SunOS 5.9,
24742 and it performs better.
24743
24744 2011-05-17 Glenn Morris <rgm@gnu.org>
24745
24746 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
24747
24748 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
24749 Replace obsolete function.
24750
24751 * shell.el (pcomplete-parse-arguments-function): Declare.
24752
24753 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
24754 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
24755 (appt-check): Doc fixes.
24756 (appt-disp-window-function, appt-delete-window-function):
24757 Remove needless special case in custom :type.
24758 (appt-display-count): Default to 0, not nil.
24759 (appt-check): Reset appt-display-count to 0, not nil.
24760
24761 2011-05-17 Juanma Barranquero <lekktu@gmail.com>
24762
24763 * progmodes/python.el (python-font-lock-keywords):
24764 Add the Python 3.X keyword "nonlocal" (bug#8639).
24765
24766 2011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
24767
24768 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
24769
24770 2011-05-16 Kevin Ryde <user42@zip.com.au>
24771
24772 * info-look.el (makefile-automake-mode): New setups, looking in
24773 automake manual, then makefile-mode.
24774 (makefile-mode): Remove automake manual, have it just in
24775 makefile-automake-mode since there's various things different or
24776 not relevant to plain make.
24777 (makefile-mode): Remove "other-modes" non-existent automake-mode,
24778 believe a hypothetical automake-mode would go to makefile-mode,
24779 not the other way around.
24780
24781 2011-05-15 Chong Yidong <cyd@stupidchicken.com>
24782
24783 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
24784 hunk-end tags (Bug#8672).
24785
24786 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
24787 vc-annotate-show-diff-revision-at-line (Bug#8671).
24788
24789 2011-05-14 Glenn Morris <rgm@gnu.org>
24790
24791 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
24792 in the middle of an existing one with multiple authors. (Bug#8645)
24793 (change-log-font-lock-keywords): Also handle multiple author lines
24794 with leading tabs. (Bug#8644)
24795
24796 * calendar/appt.el (appt-check): Rename some local variables.
24797 Some simplification/reordering.
24798
24799 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
24800 (feedmail-sendmail-f-doesnt-sell-me-out)
24801 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
24802 (feedmail-debug-sit-for, feedmail-queue-express-hook)
24803 (feedmail-queue-runner-message-sender): Set :version.
24804 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
24805 (bbdb-dwim-net-address, vm-mail): Declare.
24806 (feedmail-binmail-gnulinuxish-template):
24807 Rename from feedmail-binmail-linuxish-template.
24808 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
24809 Use insert-buffer-substring.
24810
24811 2011-05-14 Bill Carpenter <bill@carpenter.org>
24812
24813 * mail/feedmail.el (feedmail-patch-level): Increase.
24814 (feedmail-debug): New custom group.
24815 (feedmail-confirm-outgoing-timeout)
24816 (feedmail-sendmail-f-doesnt-sell-me-out)
24817 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
24818 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
24819 (feedmail-sender-line, feedmail-from-line)
24820 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
24821 (feedmail-spray-this-address)
24822 (feedmail-spray-address-fiddle-plex-list)
24823 (feedmail-queue-use-send-time-for-date)
24824 (feedmail-queue-use-send-time-for-message-id)
24825 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
24826 (feedmail-buffer-eating-function):
24827 Doc fixes.
24828 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
24829 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
24830 (feedmail-message-action-scroll-down): New functions.
24831 (feedmail-queue-directory, feedmail-queue-draft-directory):
24832 Use expand-file-name.
24833 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
24834 Remove C-v help entry.
24835 (feedmail-queue-buffer-file-name): New variable.
24836 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
24837 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
24838 (feedmail-message-action-send-strong, feedmail-message-action-edit)
24839 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
24840 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
24841 (feedmail-message-action-toggle-spray)
24842 (feedmail-run-the-queue-no-prompts)
24843 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
24844 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
24845 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
24846 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
24847 (feedmail-envelope-deducer, feedmail-fiddle-from)
24848 (feedmail-fiddle-sender, feedmail-default-date-generator)
24849 (feedmail-fiddle-date, feedmail-fiddle-message-id)
24850 (feedmail-fiddle-spray-address)
24851 (feedmail-fiddle-list-of-spray-fiddle-plexes)
24852 (feedmail-fiddle-list-of-fiddle-plexes)
24853 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
24854 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
24855 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
24856 Change default. Doc fix.
24857 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
24858 (feedmail-binmail-linuxish-template): New constant.
24859 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
24860 Respect feedmail-sendmail-f-doesnt-sell-me-out.
24861 (feedmail-send-it): Add debug call.
24862 Use feedmail-queue-buffer-file-name, and
24863 feedmail-send-it-immediately-wrapper.
24864 (feedmail-message-action-send): Add debug call.
24865 Use feedmail-send-it-immediately-wrapper.
24866 (feedmail-queue-express-to-queue): Add debug call.
24867 Run feedmail-queue-express-hook.
24868 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
24869 (feedmail-message-action-help-blat):
24870 Rename from feedmail-queue-send-edit-prompt-help-first.
24871 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
24872 Check line-endings. Handle errors better.
24873 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
24874 Doc fix. Add debug call.
24875 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
24876 Use feedmail-queue-send-edit-prompt-inner.
24877 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
24878 (feedmail-queue-send-edit-prompt-inner): New function, extracted
24879 from feedmail-queue-send-edit-prompt.
24880 (feedmail-queue-send-edit-prompt-help)
24881 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
24882 (feedmail-tidy-up-slug): Add debug call.
24883 Respect feedmail-queue-slug-suspect-regexp.
24884 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
24885 (feedmail-dump-message-to-queue): Add debug call.
24886 Expand queue-directory.
24887 (feedmail-dump-message-to-queue): Change message slightly.
24888 Use feedmail-say-chatter.
24889 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
24890 (feedmail-send-it-immediately-wrapper): New function.
24891 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
24892 Insert empty string rather than newline. Handle full-frame case.
24893 Use catch/throw. Use feedmail-say-chatter.
24894 (feedmail-fiddle-from): Try mail-host-address.
24895 (feedmail-default-message-id-generator): Doc fix.
24896 Bind system-time-locale. Handle missing end.
24897 (feedmail-fiddle-x-mailer): Add debug call.
24898 Handle feedmail-x-mailer-line being nil.
24899 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
24900 Add debug call. Use buffer-substring-no-properties.
24901 (feedmail-say-debug, feedmail-say-chatter): New functions.
24902 (feedmail-find-eoh): Give an explicit error.
24903
24904 2011-05-13 Ulf Jasper <ulf.jasper@web.de>
24905
24906 * net/newst-treeview.el (newsticker-treeview-face): Change default
24907 family from helvetica to sans.
24908 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
24909 etc/images/newsticker.
24910
24911 * net/newst-reader.el (newsticker-feed-face): Change default
24912 family from helvetica to sans.
24913
24914 * net/newst-plainview.el (newsticker-new-item-face)
24915 (newsticker-old-item-face, newsticker-immortal-item-face)
24916 (newsticker-obsolete-item-face, newsticker-date-face)
24917 (newsticker-statistics-face): Change default family from
24918 helvetica to sans.
24919 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
24920 etc/images/newsticker.
24921
24922 * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
24923 (newsticker--process-auto-mark-filter-match): Tell user about
24924 auto-marking.
24925
24926 2011-05-13 Didier Verna <didier@xemacs.org>
24927
24928 Common Lisp indentation improvements on defmethod and lambda-lists.
24929 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
24930 TODO entries.
24931 (lisp-lambda-list-keyword-parameter-indentation)
24932 (lisp-lambda-list-keyword-parameter-alignment)
24933 (lisp-lambda-list-keyword-alignment): New customizable user options.
24934 (lisp-indent-defun-method): Improve docstring.
24935 (extended-loop-p): Fix comment.
24936 (lisp-indent-lambda-list-keywords-regexp): New variable.
24937 (lisp-indent-lambda-list): New function.
24938 (lisp-indent-259): Use it.
24939 (lisp-indent-defmethod): Support for more than one
24940 method qualifier and properly indent methods lambda-lists.
24941 (defgeneric): Provide a missing common-lisp-indent-function property.
24942
24943 2011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
24944
24945 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
24946 bounds for the empty string (bug#8667).
24947
24948 2011-05-13 Glenn Morris <rgm@gnu.org>
24949
24950 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
24951
24952 * mail/sendmail.el (sendmail-program): Try executable-find first.
24953 (sendmail-send-it): `sendmail-program' cannot be unbound.
24954
24955 * calendar/appt.el (appt-make-list): Simplify.
24956 (appt-time-msg-list): Doc fix.
24957 (appt-check): Change mode-line message at the time of the appointment.
24958
24959 2011-05-12 Andreas Schwab <schwab@linux-m68k.org>
24960
24961 * progmodes/ld-script.el (ld-script-keywords)
24962 (ld-script-builtins): Update keywords list.
24963
24964 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
24965
24966 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
24967
24968 * shell.el (shell-completion-vars): New function.
24969 (shell-mode):
24970 * simple.el (read-shell-command): Use it.
24971 (blink-matching-open): No need for " [...]" in minibuffer-message.
24972
24973 2011-05-12 Glenn Morris <rgm@gnu.org>
24974
24975 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
24976 (appt-check): Simplify.
24977
24978 2011-05-12 Eli Zaretskii <eliz@gnu.org>
24979
24980 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
24981 literal "/dev/null".
24982
24983 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
24984
24985 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
24986 Fix typo.
24987
24988 2011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
24989
24990 * progmodes/which-func.el (which-function):
24991 Use add-log-current-defun instead of add-log-current-defun-function,
24992 which might not be defined (Bug#8260).
24993
24994 2011-05-12 Glenn Morris <rgm@gnu.org>
24995
24996 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
24997 Let byte-compile-initial-macro-environment always take precedence.
24998
24999 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
25000
25001 * net/rcirc.el: Add support for SSL/TLS connections.
25002 (rcirc-server-alist): New field `encryption'.
25003 (rcirc): Check `encryption' settings.
25004 (rcirc-connect): New arg `encryption'. Use open-network-stream.
25005 Merge make-local-variable into `set'.
25006 (rcirc--connection-open-p): New function.
25007 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
25008 the process is not a network process (e.g. running gnutls-cli).
25009 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
25010 Make rcirc-(en|de)code-coding-system local here.
25011 (rcirc-mode): Merge make-local-variable into `set'.
25012 (rcirc-parent-buffer): Make permanent buffer-local.
25013 (rcirc-multiline-minor-mode): Don't do it here.
25014 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
25015 there's no server buffer.
25016
25017 2011-05-11 Glenn Morris <rgm@gnu.org>
25018
25019 * newcomment.el (comment-kill): Prefix "unused" local.
25020
25021 * term/w32console.el (get-screen-color): Declare.
25022
25023 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
25024 Handle symbol elements of byte-compile-initial-macro-environment.
25025
25026 2011-05-10 Leo Liu <sdl.web@gmail.com>
25027
25028 * bookmark.el (bookmark-bmenu-mode-map):
25029 Bind bookmark-bmenu-search to `/'.
25030
25031 * mail/footnote.el: Convert to utf-8 encoding.
25032 (footnote-unicode-string, footnote-unicode-regexp): New variable.
25033 (Footnote-unicode): New function.
25034 (footnote-style-alist): Add unicode style to the list.
25035 (footnote-style): Doc fix.
25036
25037 2011-05-10 Jim Meyering <meyering@redhat.com>
25038
25039 Fix doubled-word typos.
25040 * international/quail.el (quail-insert-kbd-layout): and and -> and
25041 * kermit.el: and and -> and
25042 * net/ldap.el (ldap-search-internal): to to -> to
25043 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
25044 * progmodes/js.el (js-mode): and and -> and
25045 * textmodes/artist.el (artist-move-to-xy): at at -> at
25046 (artist-draw-region-trim-line-endings): if if -> if
25047 And Safetyc -> Safety.
25048 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
25049
25050 2011-05-10 Glenn Morris <rgm@gnu.org>
25051 Stefan Monnier <monnier@iro.umontreal.ca>
25052
25053 * files.el (hack-one-local-variable-eval-safep):
25054 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
25055
25056 2011-05-10 Glenn Morris <rgm@gnu.org>
25057
25058 * calendar/diary-lib.el (diary-list-entries-hook)
25059 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
25060 (diary-nongregorian-marking-hook, diary-list-entries)
25061 (diary-include-other-diary-files, diary-mark-entries)
25062 (diary-mark-included-diary-files): Doc fixes.
25063
25064 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
25065
25066 * misc.el: Require tabulated-list.el during compilation.
25067
25068 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
25069
25070 * progmodes/compile.el (compilation-start):
25071 Run compilation-filter-hook for the async case too.
25072 (compilation-filter-hook): Doc fix.
25073
25074 2011-05-09 Deniz Dogan <deniz@dogan.se>
25075
25076 * wdired.el: Remove outdated installation comment. Fix usage
25077 comment.
25078
25079 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
25080
25081 * misc.el: Implement new command `list-dynamic-libraries'.
25082 (list-dynamic-libraries--loaded-only-p): New variable.
25083 (list-dynamic-libraries--refresh): New function.
25084 (list-dynamic-libraries): New command.
25085
25086 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
25087
25088 * progmodes/compile.el (compilation-error-regexp-alist-alist):
25089 Fix the ant regexp to handle end-line and end-column info from jikes.
25090 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
25091 higher priority to avoid clobbering by gnu.
25092
25093 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
25094
25095 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
25096 if the face has existing theme settings (Bug#8454).
25097
25098 2011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
25099
25100 * progmodes/perl-mode.el (perl-imenu-generic-expression):
25101 Only match variables declared via `my' or `our' (Bug#8261).
25102
25103 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
25104 special file names `.' and `..' (Bug#8259).
25105
25106 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
25107
25108 * progmodes/grep.el (grep-mode-font-lock-keywords):
25109 Remove buffer-changing entries.
25110 (grep-filter): New function.
25111 (grep-mode): Add it to compilation-filter-hook.
25112
25113 * progmodes/compile.el (compilation-filter-hook)
25114 (compilation-filter-start): New defvars.
25115 (compilation-filter): Call compilation-filter-hook prior to
25116 updating the process mark.
25117
25118 2011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
25119
25120 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
25121
25122 2011-05-07 Eli Zaretskii <eliz@gnu.org>
25123
25124 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
25125 mailclient-send-it even if window-system is nil. (Bug#8595)
25126
25127 * term/w32console.el (terminal-init-w32console):
25128 Call get-screen-color and use its output to set the frame
25129 background-mode. (Bug#8597)
25130
25131 2011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
25132
25133 Make bytecomp.el understand that defmethod defines funs (bug#8631).
25134 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
25135 New functions.
25136 (defgeneric, eieio--defmethod): Use them.
25137 (eieio-defgeneric): Remove.
25138 (defmethod): Call defgeneric in a way visible to the byte-compiler.
25139
25140 2011-05-07 Glenn Morris <rgm@gnu.org>
25141
25142 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
25143 Use let rather than let*.
25144 (timeclock-find-discrep): Remove unused local.
25145
25146 * calendar/diary-lib.el (diary-comment-start): Doc fix.
25147
25148 * calendar/appt.el (appt-time-msg-list): Doc fix.
25149
25150 2011-05-06 Noah Friedman <friedman@splode.com>
25151
25152 * apropos.el (apropos-print-doc): Only use
25153 emacs-lisp-docstring-fill-column when it is bound to an integer,
25154 per that variable's documentation.
25155
25156 2011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
25157
25158 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
25159 and warnings are not silently discarded (e.g. use -d instead of -P).
25160
25161 2011-05-06 Glenn Morris <rgm@gnu.org>
25162
25163 * calendar/appt.el (appt-message-warning-time): Doc fix.
25164 (appt-warning-time-regexp): New option.
25165 (appt-make-list): Respect appt-message-warning-time.
25166
25167 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
25168 New options.
25169 (diary-add-to-list): Strip comments from the displayed string.
25170 (diary-mode): Set comment-start and comment-end.
25171
25172 * vc/diff-mode.el (smerge-refine-subst): Declare.
25173 (diff-refine-hunk): Don't require smerge-mode when compiling.
25174
25175 2011-05-06 Juanma Barranquero <lekktu@gmail.com>
25176
25177 * simple.el (list-processes): Return nil as the docstring says.
25178
25179 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
25180
25181 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
25182 to "".
25183 (ange-ftp-write-region, ange-ftp-insert-file-contents)
25184 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
25185 determining of binary transfer. (Bug#7383)
25186
25187 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
25188
25189 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
25190 Fix port computation bug. (Bug#8618)
25191
25192 2011-05-05 Glenn Morris <rgm@gnu.org>
25193
25194 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
25195
25196 * simple.el (shell-dynamic-complete-functions)
25197 (comint-dynamic-complete-functions): Declare.
25198
25199 * net/network-stream.el (gnutls-negotiate):
25200 * simple.el (tabulated-list-print): Fix declarations.
25201
25202 * progmodes/gud.el (syntax-symbol, syntax-point):
25203 Remove unnecessary and incorrect declarations.
25204
25205 * emacs-lisp/check-declare.el (check-declare-scan):
25206 Handle byte-compile-initial-macro-environment in bytecomp.el.
25207
25208 2011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
25209
25210 Fix earlier half-done eieio-defmethod change (bug#8338).
25211 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
25212 Streamline and change calling convention.
25213 (defmethod): Adjust accordingly and simplify.
25214 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
25215 new eieio--defmethod.
25216 (slot-boundp): Minor CSE simplification.
25217
25218 2011-05-05 Milan Zamazal <pdm@zamazal.org>
25219
25220 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
25221 (glasses-make-readable): Use glasses-separate-capital-groups.
25222
25223 2011-05-05 Juanma Barranquero <lekktu@gmail.com>
25224
25225 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
25226 (warning-series): Doc fix.
25227 (display-warning): Don't try to create the buffer if we just found it.
25228
25229 2011-05-04 Chong Yidong <cyd@stupidchicken.com>
25230
25231 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
25232 (autoload-find-generated-file): New function.
25233 (generate-file-autoloads): Bind generated-autoload-file to
25234 buffer-file-name.
25235 (update-file-autoloads, update-directory-autoloads):
25236 Use autoload-find-generated-file. If called interactively, prompt for
25237 output file (Bug#7989).
25238 (batch-update-autoloads): Doc fix.
25239
25240 2011-05-04 Juanma Barranquero <lekktu@gmail.com>
25241
25242 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
25243
25244 2011-05-04 Glenn Morris <rgm@gnu.org>
25245
25246 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
25247 function, so it follows changes in calendar-date-style.
25248 (diary-fancy-date-matcher): New function.
25249 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
25250 (diary-fancy-font-lock-fontify-region-function):
25251 Use diary-fancy-date-pattern as a function.
25252
25253 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
25254 non-numbers for `year' etc pseudo-variables. (Bug#8583)
25255
25256 2011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
25257
25258 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
25259 instead of positional arguments. Allow :keylist and :crlfiles
25260 arguments.
25261 (open-gnutls-stream): Call it.
25262
25263 * net/network-stream.el (network-stream-open-starttls): Adjust to
25264 call `gnutls-negotiate' with :process and :hostname arguments.
25265
25266 2011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
25267
25268 * minibuffer.el (completion--message): New function.
25269 (completion--do-completion, minibuffer-complete)
25270 (minibuffer-force-complete, minibuffer-complete-word): Use it.
25271 (completion--do-completion): Don't ignore completion-auto-help when in
25272 icomplete-mode.
25273
25274 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
25275 internal encoding (e.g. tibetan zero is not whitespace).
25276 (global-whitespace-mode): Prefer save-current-buffer.
25277 (whitespace-trailing-regexp): Remove useless save-match-data.
25278 (whitespace-empty-at-bob-regexp): Minor simplification.
25279
25280 2011-05-03 Chong Yidong <cyd@stupidchicken.com>
25281
25282 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
25283
25284 2011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
25285
25286 * textmodes/ispell.el (ispell-add-per-file-word-list):
25287 Use `concat' to create string for insertion.
25288
25289 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
25290
25291 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
25292 Avoid open-line which runs post-self-insert-hook.
25293 (bibtex-fill-entry): Remove unused `end' var.
25294
25295 2011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
25296
25297 * textmodes/ispell.el (ispell-add-per-file-word-list):
25298 Protect against `nil' value of `comment-start' (Bug#8579).
25299
25300 2011-05-03 Leo Liu <sdl.web@gmail.com>
25301
25302 * isearch.el (isearch-yank-pop): New command.
25303 (isearch-mode-map): Bind it to `M-y'.
25304 (isearch-forward): Mention it.
25305
25306 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
25307
25308 * simple.el (minibuffer-complete-shell-command): Remove.
25309 (minibuffer-local-shell-command-map): Use completion-at-point.
25310 (read-shell-command): Setup completion vars here instead.
25311 (read-expression-map): Bind TAB to symbol completion.
25312
25313 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
25314 error directly rather via storing it into `results'.
25315
25316 2011-05-02 Leo Liu <sdl.web@gmail.com>
25317
25318 * vc/diff.el: Fix description.
25319
25320 2011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
25321
25322 * server.el (server-eval-at): New function.
25323
25324 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
25325
25326 * net/network-stream.el (open-network-stream): Take a :nowait
25327 parameter and pass it on to `make-network-process'.
25328 (network-stream-open-plain): Ditto.
25329
25330 2011-04-30 Andreas Schwab <schwab@linux-m68k.org>
25331
25332 * faces.el (face-spec-set-match-display): Don't match toolkit
25333 options on terminal frames.
25334
25335 2011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
25336
25337 * progmodes/pascal.el: Use lexical binding.
25338 (pascal-mode-map): Remove author preferences.
25339
25340 * pcomplete.el (pcomplete-std-complete): Don't abuse
25341 completion-at-point.
25342
25343 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
25344
25345 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
25346 removing code that has been dead since 1991 or so.
25347
25348 * startup.el (command-line): When warning about "_emacs", use a
25349 delayed warning to allow the user to filter it out.
25350
25351 2011-04-28 Deniz Dogan <deniz@dogan.se>
25352
25353 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
25354 user has not joined.
25355
25356 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
25357
25358 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
25359 aren't any completions at point.
25360
25361 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
25362
25363 * subr.el (display-delayed-warnings): New function.
25364 (delayed-warnings-hook): New variable.
25365
25366 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
25367
25368 * minibuffer.el (completion-at-point, completion-help-at-point):
25369 Don't presume that a given completion-at-point-function will always
25370 use the same calling convention.
25371
25372 * pcomplete.el (pcomplete-completions-at-point):
25373 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
25374 pcomplete-seen is non-nil.
25375 (pcomplete-comint-setup): Also recognize the new comint/shell
25376 completion functions.
25377 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
25378 pcomplete-seen is non-nil.
25379
25380 2011-04-27 Niels Giesen <niels.giesen@gmail.com>
25381
25382 * calendar/icalendar.el (diary-lib): Add require statement.
25383 (icalendar--create-uid): Read out a uid from a text-property on
25384 the first character in the entry. This allows for code to add its
25385 own uid to the entry.
25386 (icalendar--convert-float-to-ical): Add export of
25387 `diary-float'-entries save for those with the optional DAY
25388 argument.
25389
25390 2011-04-27 Daniel Colascione <dan.colascione@gmail.com>
25391
25392 * subr.el (shell-quote-argument): Use alternate escaping strategy
25393 when we spot a variable reference in a string.
25394
25395 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
25396
25397 * cus-start.el (all): Define customization for debug-on-event.
25398
25399 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
25400
25401 * subr.el (shell-quote-argument): Escape correctly under Windows.
25402
25403 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
25404
25405 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
25406
25407 2011-04-25 Michael Albinus <michael.albinus@gmx.de>
25408
25409 * net/tramp.el (tramp-process-actions): Add POS argument.
25410 Delete region between POS and (pos).
25411
25412 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
25413 Use `nil' position in `tramp-process-actions' call.
25414 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
25415
25416 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
25417 position in `tramp-process-actions' call.
25418
25419 * net/trampver.el: Update release number.
25420
25421 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
25422
25423 * custom.el (defcustom): Obey lexical-binding.
25424
25425 Fix octave-inf completion problems reported by Alexander Klimov.
25426 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
25427 Inherit from octave-mode-syntax-table.
25428 (inferior-octave-mode): Set info-lookup-mode.
25429 (inferior-octave-completion-at-point): New function.
25430 (inferior-octave-complete): Use it and completion-in-region.
25431 (inferior-octave-dynamic-complete-functions): Use it as well, and use
25432 comint-filename-completion.
25433 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
25434 symbol elements which shouldn't be word elements.
25435 (octave-font-lock-keywords, octave-beginning-of-defun)
25436 (octave-function-header-regexp): Adjust regexps accordingly.
25437 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
25438
25439 2011-04-25 Juanma Barranquero <lekktu@gmail.com>
25440
25441 * net/gnutls.el (gnutls-errorp): Declare before first use.
25442
25443 2011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
25444
25445 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
25446 verify-error, and verify-hostname-error parameters. Check whether
25447 default trustfile exists before going to use it. Add missing
25448 argument to gnutls-message-maybe call. Return value.
25449 Reported by Claudio Bley <claudio.bley@gmail.com>.
25450 (open-gnutls-stream): Add usage example.
25451
25452 * net/network-stream.el (network-stream-open-starttls): Give host
25453 parameter to `gnutls-negotiate'.
25454 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
25455 * subr.el (shell-quote-argument): Escape correctly under Windows.
25456
25457 2011-04-24 Daniel Colascione <dan.colascione@gmail.com>
25458
25459 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
25460 Use correct match group (bug#8438).
25461
25462 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
25463
25464 * emacs-lisp/package.el (package-built-in-p): Fix typo.
25465 (package-menu--generate): New arg specifying packages to show.
25466 (package-menu-refresh, package-menu-execute, list-packages):
25467 Callers changed.
25468 (package-show-package-list): New function, replacing deleted
25469 package--list-packages (renamed because it is non-internal).
25470
25471 * finder.el (finder-list-matches): Use package-show-package-list
25472 instead of deleted package--list-packages.
25473
25474 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
25475 Based on a previous implementation by Juanma Barranquero (Bug#8366).
25476 (vc-annotate-mode-map): Bind it to RET.
25477
25478 2011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
25479
25480 * progmodes/etags.el (next-file): Don't use set-buffer to change
25481 buffers (Bug#8478).
25482
25483 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
25484
25485 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
25486
25487 * apropos.el (apropos-label-face): Avoid variable-pitch face.
25488 (apropos-accumulator): Doc fix.
25489 (apropos-function, apropos-macro, apropos-command)
25490 (apropos-variable, apropos-face, apropos-group, apropos-widget)
25491 (apropos-plist): Add face property.
25492 (apropos-symbols-internal): Fix indentation.
25493 (apropos-print): Simplify help, and recognize apropos-multi-type.
25494 (apropos-print-doc): Use button-type-get to extract the button's
25495 face property. Fill docstring (Bug#8352).
25496
25497 2011-04-23 Juanma Barranquero <lekktu@gmail.com>
25498
25499 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
25500
25501 * play/mpuz.el (mpuz-silent): Doc fix.
25502 (mpuz-mode-map): Use mapc.
25503 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
25504 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
25505 Fix typos in docstrings.
25506
25507 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
25508 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
25509
25510 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
25511
25512 2011-04-23 Chong Yidong <cyd@stupidchicken.com>
25513
25514 * minibuffer.el (completion--do-completion): Avoid the "Next char
25515 not unique" prompt if icomplete-mode is enabled (Bug#5849).
25516
25517 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
25518 mouse-2 into unread-command-events, it is interpreted correctly.
25519
25520 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
25521 (image-toggle-display): Doc fix.
25522
25523 2011-04-23 Stephen Berman <stephen.berman@gmx.net>
25524
25525 * textmodes/page.el (what-page): Use line-number-at-pos to
25526 calculate line number (Bug#6825).
25527
25528 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
25529
25530 * eshell/esh-mode.el (find-tag-interactive): Declare function.
25531 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
25532 Pass argument NO-DEFAULT to `find-tag-interactive'.
25533
25534 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
25535
25536 Lexical-binding cleanup.
25537
25538 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
25539 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
25540 * progmodes/ada-prj.el (ada-prj-initialize-values)
25541 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
25542 (ada-prj-show-value):
25543 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
25544 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
25545 (antlr-invalidate-context-cache, antlr-options-menu-filter)
25546 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
25547 * progmodes/bug-reference.el (bug-reference-push-button):
25548 * progmodes/fortran.el (fortran-line-length):
25549 * progmodes/glasses.el (glasses-change):
25550 * progmodes/octave-mod.el (octave-fill-paragraph):
25551 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
25552 (python-pdbtrack-grub-for-buffer, python-sentinel):
25553 * progmodes/sql.el (sql-save-connection):
25554 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
25555 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
25556 Mark unused parameters.
25557
25558 * progmodes/compile.el (compilation--flush-directory-cache)
25559 (compilation--flush-parse, compile-internal): Mark unused parameters.
25560 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
25561 (compilation-next-error-function): Remove unused variable `timestamp'.
25562
25563 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
25564 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
25565
25566 * progmodes/dcl-mode.el (dcl-end-of-command):
25567 Remove unused variable `start'.
25568 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
25569 (dcl-option-value-basic, dcl-option-value-offset)
25570 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
25571 Mark unused parameters.
25572 (dcl-save-local-variable): Remove unused variable `val'.
25573 (mode): Declare.
25574
25575 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
25576 Mark unused parameters.
25577 (delphi-ignore-changes): Move before first use.
25578 (delphi-charset-token-at): Remove unused variable `start'.
25579 (delphi-else-start): Remove unused variable `if-count'.
25580 (delphi-comment-block-start, delphi-comment-block-end):
25581 Remove unused variable `kind'.
25582 (delphi-indent-line): Remove unused variable `new-point'.
25583
25584 * progmodes/ebrowse.el (ebrowse-files-list)
25585 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
25586 Mark unused parameters. Don't quote `lambda'.
25587 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
25588 Don't quote `lambda'.
25589 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
25590 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
25591 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
25592 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
25593 Use `ignore-errors'.
25594 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
25595 (ebrowse-view/find-file-and-search-pattern)
25596 (ebrowse-view/find-member-declaration/definition):
25597 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
25598 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
25599 Rename parameter PREFIX-ARG to PREFIX.
25600 (ebrowse-tags-read-name): Remove unused variables `start' and
25601 `member-info'.
25602 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
25603 to `tags-file'.
25604
25605 * progmodes/etags.el (local-find-tag-hook): Declare.
25606 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
25607 Mark unused parameters.
25608
25609 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
25610 (executable-interpret): Mark unused parameter.
25611
25612 * progmodes/flymake.el (flymake-process-sentinel)
25613 (flymake-after-change-function)
25614 (flymake-create-temp-with-folder-structure)
25615 (flymake-get-include-dirs-dot): Mark unused parameters.
25616 (flymake-safe-delete-directory): Remove unused variable `err'.
25617
25618 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
25619 (speedbar-timer-fn, speedbar-line-text)
25620 (speedbar-change-expand-button-char, speedbar-delete-subblock)
25621 (speedbar-center-buffer-smartly): Declare functions.
25622 (gdb-find-watch-expression): Remove unused variable `array'.
25623 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
25624 (gdb-starting): Mark unused parameters.
25625 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
25626 (gdb-table-string): Remove unused variable `res'.
25627 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
25628 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
25629 (gdb-display-buffer): Remove unused variable `cur-size'.
25630
25631 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
25632 allow lexical-binding compilation.
25633 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
25634 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
25635 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
25636 Mark unused parameters.
25637 (gud-gdb-marker-filter): Remove unused variable `match'.
25638 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
25639 lambda expressions and funcall them, instead of using `fset'.
25640
25641 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
25642 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
25643
25644 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
25645 variable `header-beg'; use `let'.
25646
25647 * progmodes/icon.el (indent-icon-exp): Remove unused variables
25648 `restart', `last-sexp' and `at-do'.
25649
25650 * progmodes/js.el (js--debug): Mark unused parameter.
25651 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
25652 (js--splice-into-items): Remove unused variable `item'.
25653 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
25654
25655 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
25656 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
25657 (makefile-complete): Remove unused variable `try'.
25658 (makefile-fill-paragraph, makefile-match-function-end):
25659 Mark unused parameters.
25660
25661 * progmodes/octave-inf.el (inferior-octave-complete):
25662 Remove unused variable `proc'.
25663 (inferior-octave-output-digest): Mark unused parameter.
25664
25665 * progmodes/perl-mode.el (perl-calculate-indent):
25666 Remove unused variable `err'.
25667
25668 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
25669 (prolog-indent-line): Mark unused parameters.
25670 (prolog-indent-line): Remove unused variable `beg'.
25671
25672 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
25673 (reporter-dont-compact-list): Declare.
25674
25675 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
25676 Remove unused variable `char'.
25677 (sh-debug): Mark unused parameter.
25678 (sh-get-indent-info): Remove unused variable `start'.
25679 (sh-calculate-indent): Remove unused variable `var'.
25680
25681 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
25682 (simula-electric-keyword): Remove unused variable `null'.
25683 (simula-search-backward, simula-search-forward): Remove unused
25684 variables `begin' and `end'.
25685
25686 * progmodes/vera-mode.el (vera-guess-basic-syntax):
25687 Remove unused variable `pos'.
25688 (vera-electric-tab, vera-comment-uncomment-region):
25689 Mark unused parameters.
25690 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
25691
25692 2011-04-22 Chong Yidong <cyd@stupidchicken.com>
25693
25694 * emacs-lisp/package.el (package--builtins, package-alist)
25695 (package-load-descriptor, package-built-in-p, package-activate)
25696 (define-package, package-installed-p)
25697 (package-compute-transaction, package-buffer-info)
25698 (package--push): Doc fix. Distinguish more clearly between
25699 version strings and version lists.
25700
25701 2011-04-21 Juanma Barranquero <lekktu@gmail.com>
25702
25703 Lexical-binding cleanup.
25704
25705 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
25706 (5x5-make-mutate-best):
25707 * play/fortune.el (fortune-in-buffer):
25708 * play/gomoku.el (gomoku-init-display):
25709 * play/solitaire.el (solitaire, solitaire-do-check):
25710 * play/tetris.el (tetris-default-update-speed-function):
25711 Mark unused parameters.
25712
25713 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
25714 (bubbles--shift): Remove unused variable `char-org'.
25715 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
25716 (bubbles--show-images): Remove unused variable `char'.
25717
25718 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
25719 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
25720 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
25721 (decipher-analyze-buffer): Use ?\s.
25722 (decipher-make-checkpoint): Remove unused variable `mapping'.
25723
25724 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
25725
25726 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
25727 Remove unused variable `result'; use `let'.
25728
25729 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
25730 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
25731 (gametree-children-shown-p, gametree-compute-reduced-score):
25732 Use `ignore-errors'.
25733
25734 * play/handwrite.el (ps-lpr-switches): Declare.
25735 (handwrite): Remove unused variables `pmin' and `lastp'.
25736
25737 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
25738
25739 * play/landmark.el (landmark-init-display)
25740 (landmark-update-naught-weights): Mark unused parameters.
25741 (landmark-y): Remove unused variable `noise'. Simplify.
25742 (landmark-human-plays): Remove unused variable `score'.
25743
25744 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
25745 (mpuz-try-proposal): Remove unused variable `game'.
25746
25747 * play/zone.el (life-patterns): Declare.
25748
25749 2011-04-20 Juanma Barranquero <lekktu@gmail.com>
25750
25751 * vc/vc.el (ediff-vc-internal): Declare function.
25752
25753 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
25754
25755 * shell.el: Use lexical-binding and std completion UI.
25756 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
25757 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
25758 comint-preoutput-filter-functions rather than on
25759 comint-output-filter-functions.
25760 (shell-command-completion, shell--command-completion-data)
25761 (shell-filename-completion, shell-environment-variable-completion)
25762 (shell-c-a-p-replace-by-expanded-directory): New functions.
25763 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
25764 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
25765 (shell-dynamic-complete-environment-variable): Use them.
25766 (shell-dynamic-complete-as-environment-variable)
25767 (shell-dynamic-complete-as-command): Remove.
25768 (shell-match-partial-variable): Match past point.
25769 * comint.el: Clean up use of completion-at-point-functions.
25770 (comint-completion-at-point): New function.
25771 (comint-mode): Use it completion-at-point-functions.
25772 (comint-dynamic-complete): Make it obsolete.
25773 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
25774 (comint-c-a-p-replace-by-expanded-history): New function.
25775 (comint-dynamic-complete-functions)
25776 (comint-replace-by-expanded-history): Use it.
25777 * minibuffer.el (completion-table-with-terminator): Allow dynamic
25778 termination strings. Try harder to avoid second try-completion.
25779 (completion-in-region-mode-map): Disable bindings that don't work yet.
25780
25781 * comint.el: Use lexical-binding. Require CL.
25782 (comint-dynamic-complete-functions): Use comint-filename-completion.
25783 (comint-completion-addsuffix): Tweak custom type.
25784 (comint-filename-completion, comint--common-suffix)
25785 (comint--common-quoted-suffix, comint--table-subvert)
25786 (comint--complete-file-name-data): New functions.
25787 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
25788 (comint-dynamic-list-filename-completions): Use them.
25789 (comint-dynamic-simple-complete): Make obsolete.
25790
25791 * minibuffer.el (completion-in-region-mode):
25792 Keep completion-in-region-mode--predicate global.
25793 (completion-in-region--postch):
25794 Assume completion-in-region-mode--predicate is not null.
25795
25796 * progmodes/flymake.el (flymake-start-syntax-check-process):
25797 Obey `dir'. Simplify.
25798
25799 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
25800 we're in VC after all.
25801
25802 2011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
25803
25804 * vc/vc.el (vc-diff-build-argument-list-internal)
25805 (vc-version-ediff, vc-ediff): New commands.
25806 (vc-version-diff): Use vc-diff-build-argument-list-internal.
25807
25808 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
25809
25810 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
25811 add sanity check.
25812
25813 * obsolete/erc-hecomplete.el: Make obsolete.
25814 * obsolete/: Standardize obsolescence info in the header.
25815
25816 2011-04-20 Glenn Morris <rgm@gnu.org>
25817
25818 * calendar/solar.el (solar-horizontal-coordinates):
25819 Use the longitude argument rather than `calendar-longitude'.
25820 (solar-date-next-longitude): Remove unused locals.
25821
25822 2011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
25823
25824 * whitespace.el: New version 13.2.1.
25825
25826 2011-04-20 felix <EmacsWiki> (tiny change)
25827
25828 * whitespace.el (global-whitespace-mode): Keep highlight when
25829 switching between major modes on a file.
25830
25831 2011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
25832
25833 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
25834 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
25835 multi-line comments as well.
25836
25837 2011-04-19 Juanma Barranquero <lekktu@gmail.com>
25838
25839 Lexical-binding cleanup.
25840
25841 * arc-mode.el (archive-mode-revert):
25842 * cmuscheme.el (scheme-interactively-start-process):
25843 * custom.el (custom-initialize-delay):
25844 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
25845 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
25846 * emacs-lock.el (emacs-lock-clear-sentinel):
25847 * ezimage.el (defezimage):
25848 * follow.el (follow-avoid-tail-recenter):
25849 * fringe.el (set-fringe-mode-1):
25850 * generic-x.el (bat-generic-mode-compile):
25851 * help-mode.el (help-info-variable, help-do-xref)
25852 (help-mode-revert-buffer):
25853 * help.el (view-emacs-todo):
25854 * iswitchb.el (iswitchb-completion-help):
25855 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
25856 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
25857 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
25858 * locate.el (locate-update):
25859 * longlines.el (longlines-encode-region)
25860 (longlines-after-change-function):
25861 * outline.el (outline-isearch-open-invisible):
25862 * ps-def.el (declare-function, charset-dimension, char-width)
25863 (encode-char):
25864 * ps-mule.el (ps-mule-plot-string):
25865 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
25866 (recentf-edit-list-select, recentf-edit-list-validate)
25867 (recentf-open-files-action):
25868 * rect.el (delete-whitespace-rectangle-line)
25869 (rectangle-number-line-callback):
25870 * register.el (window-configuration-to-register)
25871 (frame-configuration-to-register):
25872 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
25873 * select.el (xselect-convert-to-string, xselect-convert-to-length)
25874 (xselect-convert-to-targets, xselect-convert-to-delete)
25875 (xselect-convert-to-filename, xselect-convert-to-charpos)
25876 (xselect-convert-to-lineno, xselect-convert-to-colno)
25877 (xselect-convert-to-os, xselect-convert-to-host)
25878 (xselect-convert-to-user, xselect-convert-to-class)
25879 (xselect-convert-to-name, xselect-convert-to-integer)
25880 (xselect-convert-to-atom, xselect-convert-to-identity):
25881 * subr.el (declare, ignore, process-kill-without-query)
25882 (text-clone-maintain):
25883 * terminal.el (te-get-char, te-tic-sentinel):
25884 * tool-bar.el (tool-bar-make-keymap):
25885 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
25886 * type-break.el (type-break-mode, type-break-noninteractive-query):
25887 * view.el (View-back-to-mark):
25888 * wid-browse.el (widget-browse-action, widget-browse-widget)
25889 (widget-browse-widgets, widget-browse-sexp):
25890 * widget.el (define-widget-keywords):
25891 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
25892 Mark unused parameters.
25893
25894 * align.el (align-adjust-col-for-rule): Mark unused parameter.
25895 (align-areas): Remove unused variable `look'.
25896 (align-region): Remove unused variables `real-end' and `pos-list'.
25897
25898 * apropos.el (apropos-score-doc): Remove unused variable `i'.
25899
25900 * bindings.el (mode-line-modified, mode-line-remote):
25901 Mark unused parameters.
25902 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
25903
25904 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
25905 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
25906
25907 * comint.el (comint-history-isearch-pop-state)
25908 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
25909 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
25910 (comint-substitute-in-file-name): Doc fix.
25911
25912 * completion.el (cmpl-statistics-block): Mark unused parameter.
25913 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
25914 (save-completions-to-file, load-completions-from-file):
25915 Remove unused local variable `e'.
25916
25917 * composite.el (compose-chars): Remove unused variable `len'.
25918 (lgstring-insert-glyph): Remove unused variable `g'.
25919 (compose-glyph-string): Remove unused variables `ascent',
25920 `descent', `lbearing' and `rbearing'.
25921 (compose-glyph-string-relative): Remove unused variables
25922 `lbearing', `rbearing' and `wadjust'.
25923 (compose-gstring-for-graphic): Remove unused variables `header',
25924 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
25925 (compose-gstring-for-terminal): Remove unused variables `header'
25926 and `nchars'. Use `let', not `let*'.
25927
25928 * cus-edit.el (Custom-set, Custom-save, custom-reset)
25929 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
25930 (Custom-buffer-done, custom-buffer-create-internal)
25931 (custom-browse-visibility-action, custom-browse-group-tag-action)
25932 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
25933 (widget-magic-mouse-down-action, custom-toggle-parent)
25934 (custom-add-parent-links, custom-toggle-hide-variable)
25935 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
25936 (custom-toggle-hide-face, face, hook, custom-group-link-action)
25937 (custom-face-menu-create, custom-variable-menu-create, get)
25938 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
25939 (custom-reset-standard-save-and-update): Remove unused variable `value'.
25940 (customize-apropos): Remove unused variable `tests'.
25941 (custom-group-value-create): Remove unused variable `hidden-p'.
25942 (sort-fold-case): Declare.
25943
25944 * cus-theme.el (custom-reset-standard-faces-list)
25945 (custom-reset-standard-variables-list): Declare.
25946 (customize-create-theme, custom-theme-revert, custom-theme-write)
25947 (custom-theme-choose-mode, customize-themes, custom-theme-save):
25948 Mark unused parameters.
25949
25950 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
25951
25952 * delim-col.el (delimit-columns-max): Move defvar before first use.
25953
25954 * descr-text.el (describe-char-categories): Don't quote `lambda'.
25955 (describe-char): Don't quote `lambda'. Mark unused parameter.
25956
25957 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
25958 (auto-insert): Declare.
25959 (desktop-restore-file-buffer): Rename desktop-* parameters;
25960 mark unused ones.
25961 (desktop-create-buffer): Rename desktop-* parameters and bind them.
25962 (desktop-buffer): Rename desktop-* parameters.
25963
25964 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
25965 (dframe-reposition-frame-xemacs, dframe-help-echo)
25966 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
25967 Mark unused parameters.
25968
25969 * dired-aux.el (backup-extract-version-start, overwrite-query)
25970 (overwrite-backup-query, rename-regexp-query)
25971 (rename-non-directory-query): Declare.
25972 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
25973 (dired-add-entry): Remove unused variable `orig-file-name'.
25974 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
25975 Use parameter PRESERVE-TIME instead of accessing dynamic variable
25976 `dired-copy-preserve-time' directly.
25977 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
25978 (dired-insert-subdir-newpos): Rename unused variable `pos'.
25979
25980 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
25981 (dired-virtual-revert, dired-make-relative-symlink):
25982 Mark unused parameters.
25983 (manual-program): Declare.
25984 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
25985 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
25986 wrapped in `with-no-warnings' to avoid replacing one warning by another.
25987
25988 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
25989
25990 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
25991
25992 * echistory.el (electric-history-in-progress, Helper-return-blurb):
25993 Declare.
25994
25995 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
25996
25997 * electric.el (Electric-command-loop): Rename parameter
25998 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
25999
26000 * expand.el (expand-in-literal): Remove unused variable `here'.
26001
26002 * facemenu.el (facemenu-add-new-color):
26003 Remove unused variable `docstring'.
26004
26005 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
26006 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
26007 (face-attr-construct): Mark unused parameter. Doc fix.
26008 (read-color): Remove unused variable `hex-string'.
26009
26010 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
26011 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
26012 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
26013 (display-buffer-other-frame): Remove unused variable `old-window'.
26014 (kill-buffer-hook): Declare.
26015 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
26016 Mark unused parameters.
26017 (after-find-file): Pass 1 to `auto-save-mode', not t.
26018
26019 * files-x.el (auto-insert): Declare.
26020 (modify-file-local-variable-prop-line): Remove unused variable `val'.
26021
26022 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
26023 variable `buf'. Mark unused parameter.
26024 (find-lisp-insert-directory): Mark unused parameter.
26025
26026 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
26027 (format-encode-region): Remove unused variables `cur-buf' and `result'.
26028 (format-common-tail): Remove, unused.
26029 (format-deannotate-region): Remove unused variable `loc'.
26030 (format-annotate-region): Remove unused variable `p'.
26031 (format-annotate-single-property-change): Remove unused variables
26032 `default' and `tail'.
26033
26034 * forms.el (read-file-filter): Declare.
26035 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
26036
26037 * frame.el (frame-creation-function-alist): Mark unused parameter.
26038 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
26039
26040 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
26041 Remove unused parameters.
26042 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
26043 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
26044
26045 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
26046 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
26047 (hfy-prepare-tag-map): Mark unused parameters.
26048 (htmlfontify-buffer): Use `called-interactively-p'.
26049
26050 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
26051 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
26052 (ibuffer-do-occur): Mark unused parameters.
26053 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
26054 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
26055
26056 * ibuffer.el: Don't quote `lambda'.
26057 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
26058 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
26059 Mark unused parameters.
26060
26061 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
26062 (ido-completing-read): Mark unused parameters.
26063 (ido-copy-current-word): Mark unused parameters;
26064 remove unused variable `name'.
26065 (ido-sort-merged-list): Remove unused parameter `dirs'.
26066
26067 * ielm.el (ielm-input-sender): Mark unused parameter.
26068 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
26069 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
26070 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
26071 `ielm-string' as a dynamic variable accessible from the IELM prompt.
26072 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
26073
26074 * image-dired.el (image-dired-display-thumbs): Remove unused
26075 variables `curr-file' and `count'.
26076 (image-dired-remove-tag): Remove unused variable `start'.
26077 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
26078 variable `curr-file'
26079 (image-dired-rotate-original): Remove unused variable `temp-file'.
26080 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
26081 Remove unused variable `file'.
26082 (image-dired-gallery-generate): Remove unused variable `curr'.
26083 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
26084
26085 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
26086
26087 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
26088
26089 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
26090
26091 * isearch.el (minibuffer-history-symbol): Declare.
26092 (isearch-edit-string): Remove unused variable `err'.
26093 (isearch-message-prefix, isearch-message-suffix):
26094 Mark unused parameters.
26095
26096 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
26097
26098 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
26099
26100 * makesum.el (double-column): Remove unused variable `cnt'.
26101
26102 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
26103 (ido-ignore-item-temp-list): Declare.
26104
26105 * mouse-drag.el (mouse-drag-throw): Remove unused variables
26106 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
26107 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
26108 (mouse-drag-drag): Remove unused variables `mouse-delta' and
26109 `mouse-col-delta'.
26110
26111 * mouse-sel.el (mouse-extend-internal):
26112 Remove unused variable `orig-window-frame'.
26113
26114 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
26115 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
26116 Move declarations before first use.
26117 (pcomplete-opt): Mark unused parameters; doc fix.
26118
26119 * proced.el (proced-revert): Mark unused parameter.
26120 (proced-send-signal): Remove unused variable `err'.
26121
26122 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
26123 Rename parameter PREFIX-ARG to ARG.
26124 (ps-basic-plot-string, ps-basic-plot-whitespace):
26125 Mark unused parameters.
26126
26127 * replace.el (replace-count): Define.
26128 (occur-revert-function): Mark unused parameters.
26129 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
26130 (isearch-case-fold-search, isearch-string): Declare.
26131 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
26132 bind `case-fold-search'. Remove unused variables `beg' and `end',
26133 and simplify.
26134 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
26135 COUNT and bind `replace-count'.
26136 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
26137 to COUNT.
26138
26139 * savehist.el (print-readably, print-string-length): Declare.
26140
26141 * shadowfile.el (shadow-expand-cluster-in-file-name):
26142 Remove unused variable `cluster'.
26143 (shadow-copy-file): Remove unused variable `i'.
26144 (shadow-noquery, shadow-clusters, shadow-site-cluster)
26145 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
26146 (shadow-define-literal-group, shadow-define-regexp-group)
26147 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
26148
26149 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
26150 (shell): Use `called-interactively-p'.
26151 (shell-directory-tracker): Remove unused variable `chdir-failure'.
26152
26153 * simple.el (compilation-context-lines, comint-file-name-quote-list)
26154 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
26155 (delete-backward-char): Remove unused variable `ocol'.
26156 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
26157 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
26158 (event-apply-hyper-modifier, event-apply-shift-modifier)
26159 (event-apply-control-modifier, event-apply-meta-modifier):
26160 Mark unused parameters.
26161 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
26162 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
26163
26164 * speedbar.el (speedbar-ignored-directory-expressions)
26165 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
26166 (speedbar-find-file, speedbar-dir-follow)
26167 (speedbar-directory-buttons-follow, speedbar-tag-find)
26168 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
26169 (speedbar-buffers-line-directory, speedbar-buffer-click):
26170 Mark unused parameters.
26171 (speedbar-tag-file): Remove unused variable `mode'.
26172 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
26173
26174 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
26175
26176 * talk.el (talk): Remove unused variable `display'.
26177
26178 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
26179 (tar-write-region-annotate): Mark unused parameter.
26180
26181 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
26182 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
26183 Declare them, wrapped in `with-no-warnings' to avoid replacing one
26184 warning by another.
26185
26186 * time-stamp.el (time-stamp-string-preprocess):
26187 Remove unused variable `require-padding'.
26188
26189 * tree-widget.el (widget-glyph-enable): Declare.
26190 (tree-widget-action): Mark unused parameter.
26191
26192 * w32-fns.el (x-get-selection): Mark unused parameter.
26193 (autoload-make-program, generated-autoload-file): Declare.
26194
26195 * wdired.el (wdired-revert): Mark unused parameters.
26196 (wdired-xcase-word): Remove unused variable `err'.
26197
26198 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
26199 (whitespace-help-scroll): Remove unused variable `data-help'.
26200
26201 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
26202 (widget-image-insert, widget-after-change, default)
26203 (widget-default-format-handler, widget-default-notify)
26204 (widget-default-prompt-value, widget-info-link-action)
26205 (widget-url-link-action, widget-function-link-action)
26206 (widget-variable-link-action, widget-file-link-action)
26207 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
26208 (widget-field-prompt-internal, widget-field-action, widget-field-match)
26209 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
26210 (widget-insert-button-action, widget-delete-button-action, visibility)
26211 (widget-documentation-link-action, widget-documentation-string-action)
26212 (widget-const-prompt-value, widget-regexp-match, symbol)
26213 (widget-coding-system-prompt-value)
26214 (widget-key-sequence-value-to-external, sexp)
26215 (widget-sexp-value-to-internal, character, vector, cons)
26216 (widget-choice-prompt-value, widget-boolean-prompt-value)
26217 (widget-color--choose-action): Mark unused parameters.
26218 (widget-item-match-inline, widget-choice-match-inline)
26219 (widget-checklist-match, widget-checklist-match-inline)
26220 (widget-group-match): Rename parameter VALUES to VALS.
26221 (widget-field-value-set): Remove unused variable `size'.
26222 (widget-color-action): Remove unused variables `value' and `start'.
26223
26224 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
26225 variable `dir'. Doc fix.
26226 (windmove-find-other-window): Don't pass it.
26227
26228 * window.el (count-windows): Mark unused parameter.
26229 (bw-adjust-window): Remove unused variable `err'.
26230
26231 * woman.el (woman-file-name): Remove unused variable `default'.
26232 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
26233 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
26234 (global-font-lock-mode): Declare.
26235 (woman-decode-region): Mark unused parameter.
26236 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
26237
26238 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
26239 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
26240 (x-dnd-handle-moz-url): Remove unused variable `title'.
26241 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
26242
26243 * xml.el (xml-parse-tag, xml-parse-attlist):
26244 Remove unused variable `pos'.
26245
26246 2011-04-19 Glenn Morris <rgm@gnu.org>
26247
26248 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
26249 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
26250 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
26251 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
26252 * calendar/cal-html.el (cal-html-insert-minical):
26253 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
26254 (calendar-mark-date-pattern):
26255 Prefix "unused" locals.
26256
26257 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
26258 optional argument `style'.
26259
26260 * calendar/appt.el (appt-make-list):
26261 * calendar/cal-china.el (calendar-chinese-date-string):
26262 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
26263 (diary-hebrew-yahrzeit):
26264 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
26265 * calendar/calendar.el (calendar-generate-window):
26266 * calendar/time-date.el (time-to-days):
26267 Remove unused local variables.
26268
26269 2011-04-18 Chong Yidong <cyd@stupidchicken.com>
26270
26271 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
26272 glyphless-char-display table.
26273 (tabulated-list-glyphless-char-display): New var.
26274
26275 2011-04-18 Sam Steingold <sds@gnu.org>
26276
26277 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
26278 to acknowledgments.
26279
26280 2011-04-17 Glenn Morris <rgm@gnu.org>
26281
26282 * calendar/diary-lib.el (diary-sexp-entry):
26283 * calendar/holidays.el (holiday-sexp):
26284 Set debug-on-error rather than the removed stack-trace-on-error.
26285
26286 2011-04-16 Glenn Morris <rgm@gnu.org>
26287
26288 * progmodes/f90.el: Use lexical-binding.
26289 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
26290
26291 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
26292
26293 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
26294 (mail-mode): Setup mailalias completion here instead.
26295 * mail/mailalias.el: Use lexical-binding.
26296 (pattern, mailalias-done): Declare dynamic.
26297 (mail-completion-at-point-function): New function, from mail-complete.
26298 (mail-complete): Use it.
26299 (mail-completion-expand): New function.
26300 (mail-get-names): Use it.
26301 (mail-directory, mail-directory-process, mail-directory-stream):
26302 Don't use `pattern' for lexically bound arg.
26303
26304 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
26305
26306 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
26307 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
26308 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
26309
26310 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
26311 (byte-save-window-excursion, byte-temp-output-buffer-setup)
26312 (byte-interactive-p): Define them again, for use when inlining
26313 old code.
26314
26315 2011-04-15 Juanma Barranquero <lekktu@gmail.com>
26316
26317 * loadup.el: Use `string-to-number', not `string-to-int'.
26318
26319 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
26320
26321 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
26322 gud-gdb-complete-command.
26323 (gud-gdb-completions): New function, from gud-gdb-complete-command.
26324 (gud-gdb-completion-at-point): New function.
26325 (gud-gdb-completions): Remove.
26326
26327 2011-04-14 Michael Albinus <michael.albinus@gmx.de>
26328
26329 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
26330 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
26331 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
26332 whether `executable-find' is bound.
26333
26334 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
26335
26336 2011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
26337
26338 * minibuffer.el (completion-in-region-mode-predicate)
26339 (completion-in-region-mode--predicate): New vars.
26340 (completion-in-region, completion-in-region--postch)
26341 (completion-in-region-mode): Use them.
26342 (completion--capf-wrapper): Also return the hook function.
26343 (completion-at-point, completion-help-at-point):
26344 Adjust and provide a predicate.
26345
26346 Preserve arg names for advice of subr and lexical functions (bug#8457).
26347 * help-fns.el (help-function-arglist): Consolidate the subr and
26348 new-byte-code cases. Add argument `preserve-names' to extract names
26349 from the docstring when needed.
26350 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
26351 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
26352 (ad-arglist): Use help-function-arglist's new arg.
26353 (ad-definition-type): Use cond.
26354
26355 2011-04-13 Juanma Barranquero <lekktu@gmail.com>
26356
26357 * autorevert.el (auto-revert-handler):
26358 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
26359 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
26360 Don't quote lambda.
26361
26362 * image-mode.el (image-transform-set-scale):
26363 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
26364
26365 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
26366
26367 * net/network-stream.el (network-stream-open-starttls): Only do
26368 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
26369 Upgrades via gnutls-cli are too slow to be done opportunistically.
26370
26371 2011-04-12 Juanma Barranquero <lekktu@gmail.com>
26372
26373 * dframe.el (dframe-current-frame): Remove spurious quote.
26374
26375 2011-04-12 Glenn Morris <rgm@gnu.org>
26376
26377 * calendar/cal-tex.el (cal-tex-end-document):
26378 Try to automatically use latin1 input if needed.
26379
26380 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
26381 Don't try to cons a mark onto an empty element.
26382
26383 2011-04-11 Leo Liu <sdl.web@gmail.com>
26384
26385 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
26386 buffers.
26387 (ido-kill-buffer-at-head): Support killing virtual buffers.
26388
26389 2011-04-10 Chong Yidong <cyd@stupidchicken.com>
26390
26391 * minibuffer.el (completion-show-inline-help): New var.
26392 (completion--do-completion, minibuffer-complete)
26393 (minibuffer-force-complete, minibuffer-complete-word):
26394 Inhibit minibuffer messages if completion-show-inline-help is nil.
26395
26396 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
26397 to avoid interference from inline help (Bug#5849).
26398
26399 2011-04-10 Leo Liu <sdl.web@gmail.com>
26400
26401 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
26402 Fix typo.
26403
26404 2011-04-09 Chong Yidong <cyd@stupidchicken.com>
26405
26406 * image-mode.el (image-toggle-display-image): Signal an error if
26407 not in Image mode.
26408 (image-transform-mode, image-transform-resize)
26409 (image-transform-set-rotation): Doc fix.
26410 (image-transform-set-resize): Delete.
26411 (image-transform-set-scale, image-transform-fit-to-height)
26412 (image-transform-fit-to-width): Handle image-toggle-display-image
26413 and image-transform-resize directly.
26414
26415 2011-04-08 Sho Nakatani <lay.sakura@gmail.com>
26416
26417 * doc-view.el (doc-view-fit-width-to-window)
26418 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
26419 New functions for fitting the shown image to the Emacs window size.
26420 (doc-view-mode-map): Add bindings for the new functions.
26421
26422 2011-04-08 Juanma Barranquero <lekktu@gmail.com>
26423
26424 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
26425 Fix typo in docstring.
26426
26427 2011-04-08 Eli Zaretskii <eliz@gnu.org>
26428
26429 * files.el (file-size-human-readable): Produce one digit after
26430 decimal, like "ls -lh" does.
26431
26432 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
26433 the file size representation.
26434
26435 * simple.el (list-processes): If async subprocesses are not
26436 available, error out with a clear error message.
26437
26438 2011-04-08 Chong Yidong <cyd@stupidchicken.com>
26439
26440 * help.el (help-form-show): New function, to be called from C.
26441 Put help-form output in a buffer named differently than *Help*.
26442
26443 2011-04-08 Eli Zaretskii <eliz@gnu.org>
26444
26445 * files.el (file-size-human-readable): New function.
26446
26447 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
26448 computing the representation inline. Don't require `cl'.
26449
26450 2011-04-08 Glenn Morris <rgm@gnu.org>
26451
26452 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
26453
26454 * net/browse-url.el (browse-url-firefox):
26455 Test system-type, not system-configuration.
26456
26457 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
26458 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
26459 Use log-edit-empty-buffer-p. (Bug#7598)
26460
26461 * net/rlogin.el (rlogin-process-connection-type): Simplify.
26462 (rlogin-mode-map): Initialize in the defvar.
26463 (rlogin): Use ignore-errors.
26464
26465 * replace.el (occur-mode-map): Some fixes for menu items.
26466
26467 2011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
26468
26469 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
26470
26471 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
26472
26473 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
26474 issuing unused warnings.
26475
26476 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
26477 macro directly.
26478
26479 * simple.el: Lisp reimplement of list-processes. Based on an
26480 earlier reimplementation by Leo Liu, but using tabulated-list.el.
26481 (process-menu-mode): New major mode.
26482 (list-processes--refresh, list-processes):
26483 (process-menu-visit-buffer): New functions.
26484
26485 * files.el (save-buffers-kill-emacs): Don't assume any return
26486 value of list-processes, which is undocumented anyway.
26487
26488 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
26489
26490 * emacs-lisp/tabulated-list.el: New file.
26491
26492 * emacs-lisp/package.el: Use Tabulated List mode.
26493 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
26494 (package-menu-mode): Derive from tabulated-list-mode. Set up the
26495 table format using Tabulated List mode variables.
26496 (package--push): New macro, replacing package-list-maybe-add.
26497 (package-menu--generate): Use package--push. Renamed from
26498 package--generate-package-list.
26499 (package-menu-refresh, list-packages): Use it.
26500 (package-menu--print-info): Rename from package-print-package.
26501 Return insertion data instead of inserting it directly.
26502 (package-menu-describe-package, package-menu-execute):
26503 Use tabulated-list-get-id.
26504 (package-menu-mark-delete, package-menu-mark-install)
26505 (package-menu-mark-unmark, package-menu-backup-unmark)
26506 (package-menu-mark-obsolete-for-deletion):
26507 Use tabulated-list-put-tag.
26508 (package--list-packages, package-menu-revert)
26509 (package-menu-get-package, package-menu-get-version)
26510 (package-menu-sort-by-column): Functions deleted.
26511 (package-menu-package-list, package-menu-sort-key): Vars deleted.
26512 (package-menu--status-predicate, package-menu--version-predicate)
26513 (package-menu--name-predicate)
26514 (package-menu--description-predicate): Handle arguments in the
26515 Tabulated List format.
26516 (package-list-packages-no-fetch): Call list-packages.
26517
26518 2011-04-06 Juanma Barranquero <lekktu@gmail.com>
26519
26520 * files.el (after-find-file-from-revert-buffer): Remove variable.
26521 (after-find-file): Don't bind it.
26522 (revert-buffer-in-progress-p): New variable.
26523 (revert-buffer): Bind it.
26524 Pass nil for `after-find-file-from-revert-buffer'.
26525
26526 * saveplace.el (save-place-find-file-hook): Use new variable
26527 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
26528
26529 2011-04-06 Glenn Morris <rgm@gnu.org>
26530
26531 * Makefile.in (AUTOGEN_VCS): New variable.
26532 (autoloads): Use $AUTOGEN_VCS.
26533
26534 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
26535 * calendar/calendar.el (calendar-mode-map):
26536 Check for toolkit scroll bars. (Bug#8305)
26537
26538 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
26539
26540 * minibuffer.el (completion-in-region--postch)
26541 (completion-in-region-mode): Remove unnecessary messages.
26542
26543 2011-04-05 Juanma Barranquero <lekktu@gmail.com>
26544
26545 * font-lock.el (font-lock-refresh-defaults):
26546 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
26547 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
26548
26549 * info.el (Info-directory-list, Info-read-node-name-2)
26550 (Info-split-parameter-string): Doc fixes.
26551 (Info-virtual-nodes): Reflow docstring.
26552 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
26553 (Info-apropos-toc-nodes, info-finder, Info-get-token)
26554 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
26555 Fix typos in docstrings.
26556 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
26557 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
26558 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
26559 (Info-restore-desktop-buffer): Mark unused parameters.
26560 (Info-directory-find-file, Info-directory-find-node)
26561 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
26562 (Info-virtual-index-find-node, Info-apropos-find-file)
26563 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
26564 Mark unused parameters; fix typos in docstrings.
26565 (Info-virtual-index): Remove unused local variable `nodename'.
26566
26567 2011-04-05 Deniz Dogan <deniz@dogan.se>
26568
26569 * net/rcirc.el: Update my e-mail address.
26570 (rcirc-mode-map): Remove M-o binding.
26571
26572 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
26573
26574 * startup.el (command-line): Save the cursor's theme-face
26575 directly, instead of using face-override-spec.
26576
26577 * custom.el (load-theme): Minor optimization in assigning faces.
26578
26579 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
26580
26581 * help-fns.el (describe-variable): Complete all variables having
26582 documentation, including keywords.
26583 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
26584
26585 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
26586
26587 Convert to lexical-binding.
26588
26589 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
26590 (bs--get-marked-string, bs--get-modified-string)
26591 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
26592 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
26593 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
26594
26595 * ehelp.el (electric-help-execute-extended)
26596 (electric-help-ctrl-x-prefix):
26597 * hexl.el (hexl-revert-buffer-function):
26598 * linum.el (linum-after-change, linum-after-scroll):
26599 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
26600
26601 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
26602
26603 2011-04-04 Daiki Ueno <ueno@unixuser.org>
26604
26605 * epa-dired.el:
26606 * epa-mail.el:
26607 * epa-hook.el:
26608 * epa-file.el:
26609 * epa.el:
26610 * epg.el: Use lexical binding.
26611
26612 2011-04-03 Chong Yidong <cyd@stupidchicken.com>
26613
26614 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
26615
26616 * textmodes/flyspell.el (flyspell-word): Recognize default
26617 dictionary case for flyspell-mark-duplications-exceptions.
26618 Use regexp matching for languages.
26619 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
26620 default dictionary (Bug#7926).
26621
26622 2011-04-02 Chong Yidong <cyd@stupidchicken.com>
26623
26624 * emacs-lisp/package.el (package--with-work-buffer):
26625 Recognize https URLs.
26626
26627 * net/network-stream.el: Move from gnus/proto-stream.el.
26628 Change prefix to network-stream throughout.
26629 (open-protocol-stream): Merge into open-network-stream, leaving
26630 open-protocol-stream as an alias. Handle nil BUFFER args.
26631
26632 * subr.el (open-network-stream): Move to net/network-stream.el.
26633
26634 2011-04-02 Glenn Morris <rgm@gnu.org>
26635
26636 * find-dired.el (find-exec-terminator): New option.
26637 (find-ls-option): Test for -ls support.
26638 (find-ls-subdir-switches): Test for -b in find-ls-option.
26639 (find-dired, find-grep-dired): Doc fixes.
26640 (find-dired): Use find-exec-terminator.
26641
26642 * find-dired.el (find-ls-option, find-ls-subdir-switches)
26643 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
26644 (find-name-arg): Remove purecopy.
26645
26646 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
26647 (grep-compute-defaults): Check for `-exec COMMAND +' support.
26648 Set grep-find-use-xargs, grep-find-command, and grep-find-template
26649 accordingly. Don't add the null-device if not needed.
26650
26651 * files.el (save-some-buffers): Doc fix.
26652
26653 2011-04-02 Eli Zaretskii <eliz@gnu.org>
26654
26655 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
26656
26657 2011-04-01 Juanma Barranquero <lekktu@gmail.com>
26658
26659 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
26660 Use `dolist' rather than `mapcar'.
26661
26662 2011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
26663
26664 Add lexical binding.
26665
26666 * subr.el (apply-partially): Use new closures rather than CL.
26667 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
26668 (dolist, dotimes): Use slightly different expansion for lexical code.
26669 (functionp): Move to C.
26670 (letrec): New macro.
26671 (with-wrapper-hook): Use it and apply-partially instead of CL.
26672 (eval-after-load): Preserve lexical-binding.
26673 (save-window-excursion, with-output-to-temp-buffer): Turn them
26674 into macros.
26675
26676 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
26677
26678 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
26679 than the arglist.
26680 (help-add-fundoc-usage): Don't add `Not documented'.
26681 (help-function-arglist): Handle closures, subroutines, and new
26682 byte-code-functions.
26683 (help-make-usage): Remove leading underscores.
26684 (describe-function-1): Handle closures.
26685 (describe-variable): Use special-variable-p for completion.
26686
26687 * files.el (lexical-binding): Declare safe.
26688
26689 * emacs-lisp/pcase.el: Don't use destructuring-bind.
26690 (pcase--memoize): Rename from pcase-memoize. Change weakness.
26691 (pcase): Add `let' pattern.
26692 Change memoization so it actually works.
26693 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
26694 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
26695 <let>: New case.
26696
26697 * emacs-lisp/macroexp.el: Use lexical binding.
26698 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
26699 Don't convert ' to #' without checking that it's indeed quoting
26700 a lambda.
26701
26702 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
26703 Use eval-sexp-add-defvars.
26704 (eval-sexp-add-defvars): New fun.
26705
26706 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
26707
26708 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
26709 Don't autoload.
26710 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
26711 than the internal `byte-compile-lambda'.
26712 (defmethod): Don't hide code under quotes.
26713 (eieio-defmethod): New `code' argument.
26714
26715 * emacs-lisp/eieio-comp.el: Remove.
26716
26717 * emacs-lisp/edebug.el (edebug-eval-defun)
26718 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
26719 (edebug-toggle): Avoid `eval'.
26720
26721 * emacs-lisp/disass.el (disassemble-internal): Handle new
26722 `closure' objects.
26723 (disassemble-1): Handle new byte codes.
26724
26725 * emacs-lisp/cl.el (pushnew): Silence warning.
26726
26727 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
26728 (cl-byte-compile-throw): Remove.
26729 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
26730
26731 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
26732 closures.
26733
26734 * emacs-lisp/cconv.el: New file.
26735
26736 * emacs-lisp/bytecomp.el: Use lexical binding instead of
26737 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
26738 (byte-compile-initial-macro-environment):
26739 Handle declare-function here.
26740 (byte-compile--lexical-environment): New var.
26741 (byte-stack-ref, byte-stack-set, byte-discardN)
26742 (byte-discardN-preserve-tos): New lap codes.
26743 (byte-interactive-p): Don't use any more.
26744 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
26745 New macros.
26746 (byte-compile-lapcode): Use them and handle new lap codes.
26747 (byte-compile-obsolete): Remove.
26748 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
26749 (byte-compile-arglist-warn): Check late def of inlinable funs.
26750 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
26751 since they should have been expanded by now.
26752 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
26753 (byte-compile-from-buffer): Remove unused second arg.
26754 (byte-compile-preprocess): New function.
26755 (byte-compile-toplevel-file-form): New function to distinguish
26756 file-form calls from outside from file-form calls from hunk-handlers.
26757 (byte-compile-file-form): Simplify.
26758 (byte-compile-file-form-defsubst): Remove.
26759 (byte-compile-file-form-defmumble): Simplify now that
26760 byte-compile-lambda always returns a byte-code-function.
26761 (byte-compile): Preprocess.
26762 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
26763 Remove, not used any more.
26764 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
26765 (byte-compile-make-args-desc): New funs.
26766 (byte-compile-lambda): Handle lexical functions. Always return
26767 a byte-code-function.
26768 (byte-compile-reserved-constants): New var, to make up room for
26769 closed-over variables.
26770 (byte-compile-constants-vector): Obey it.
26771 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
26772 (byte-compile-macroexpand-declare-function): New function.
26773 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
26774 byte-code-functions.
26775 (byte-compile-form): Check obsolescence here.
26776 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
26777 (byte-compile-variable-ref): Remove.
26778 (byte-compile-dynamic-variable-op): New fun.
26779 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
26780 (byte-compile-variable-set): New funs.
26781 (byte-compile-discard): Add 2 args.
26782 (byte-compile-stack-ref, byte-compile-stack-set)
26783 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
26784 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
26785 macroexpand-all instead.
26786 (byte-compile-quote-form): Remove.
26787 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
26788 (byte-compile-bind, byte-compile-unbind): New funs.
26789 (byte-compile-let): Handle let* and lexical binding.
26790 (byte-compile-let*): Remove.
26791 (byte-compile-catch, byte-compile-unwind-protect)
26792 (byte-compile-track-mouse, byte-compile-condition-case):
26793 Handle a new :fun-body form, used for lexical scoping.
26794 (byte-compile-save-window-excursion)
26795 (byte-compile-with-output-to-temp-buffer): Remove.
26796 (byte-compile-defun): Simplify.
26797 (byte-compile-stack-adjustment): New fun.
26798 (byte-compile-out): Use it.
26799 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
26800
26801 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
26802 handler any more.
26803
26804 * emacs-lisp/byte-opt.el: Use lexical binding.
26805 (byte-inline-lapcode): Remove (to bytecomp).
26806 (byte-compile-inline-expand): Pay attention to inlining to/from
26807 lexically bound code.
26808 (byte-compile-unfold-lambda): Don't handle byte-code-functions
26809 any more.
26810 (byte-optimize-form-code-walker): Don't handle save-window-excursion
26811 any more and don't call compiler-macros.
26812 (byte-compile-splice-in-already-compiled-code): Remove.
26813 (byte-code): Don't inline any more.
26814 (disassemble-offset): Receive `bytes' as argument rather than via
26815 dynamic scoping.
26816 (byte-compile-tag-number): Declare before first use.
26817 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
26818 `return' even if make-spliceable.
26819 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
26820 obsolete interactive-p.
26821 (byte-optimize-lapcode): Optimize new lap-codes.
26822 Don't trip up on new form of `byte-constant' lap code.
26823
26824 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
26825
26826 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
26827
26828 * custom.el (custom-initialize-default, custom-declare-variable):
26829 Use `defvar'.
26830
26831 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
26832 New variables.
26833 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
26834 (COMPILE_FIRST): Add macroexp and cconv.
26835 * makefile.w32-in: Mirror changes in Makefile.in.
26836
26837 * vc/cvs-status.el:
26838 * vc/diff-mode.el:
26839 * vc/log-edit.el:
26840 * vc/log-view.el:
26841 * vc/smerge-mode.el:
26842 * textmodes/bibtex-style.el:
26843 * textmodes/css-mode.el:
26844 * startup.el:
26845 * uniquify.el:
26846 * minibuffer.el:
26847 * newcomment.el:
26848 * reveal.el:
26849 * server.el:
26850 * mpc.el:
26851 * emacs-lisp/smie.el:
26852 * doc-view.el:
26853 * dired.el:
26854 * abbrev.el: Use lexical binding.
26855
26856 2011-04-01 Eli Zaretskii <eliz@gnu.org>
26857
26858 * info.el (info-display-manual): New function.
26859
26860 2011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
26861
26862 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
26863
26864 2011-03-31 Tassilo Horn <tassilo@member.fsf.org>
26865
26866 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
26867 an entry for that server in rcirc-authinfo. (Bug#8385)
26868
26869 2011-03-31 Glenn Morris <rgm@gnu.org>
26870
26871 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
26872
26873 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
26874
26875 2011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
26876
26877 * progmodes/python.el (python-default-interpreter)
26878 (python-python-command-args, python-jython-command-args)
26879 (python-which-shell, python-which-args, python-which-bufname)
26880 (python-file-queue, python-comint-output-filter-function)
26881 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
26882 variables and functions.
26883
26884 2011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
26885
26886 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
26887 (completion-in-region-mode): New minor mode.
26888 (completion-in-region): Use it.
26889 (completion-in-region--data, completion-in-region-mode-map): New vars.
26890 (completion-in-region--postch): New function.
26891 (completion--capf-misbehave-funs, completion--capf-safe-funs):
26892 New vars.
26893 (completion--capf-wrapper): New function.
26894 (completion-at-point): Use it to track well-behavedness of
26895 hook functions.
26896 (completion-help-at-point): New command.
26897
26898 2011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
26899
26900 * vc/add-log.el (add-change-log-entry): Don't use whitespace
26901 syntax class to search for whitespace on a single line
26902 (Message-ID: <4D938140.4030905@redhat.com>).
26903
26904 2011-03-30 Leo Liu <sdl.web@gmail.com>
26905
26906 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
26907 New commands.
26908 (edit-abbrevs-map): Bind them here.
26909 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
26910
26911 2011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
26912
26913 * allout.el (allout-hide-by-annotation, allout-flag-region):
26914 Reduce possibility of overlay leakage by making them volatile.
26915
26916 * allout-widgets.el (allout-widgets-tally): Define as nil so the
26917 hash is not shared between buffers. Mode initialization is
26918 responsible for giving it a useful starting value.
26919 (allout-item-span): Reduce possibility of overlay leakage by
26920 making them volatile.
26921 (allout-widgets-count-buttons-in-region): Add diagnostic function
26922 for tracking down button overlay leaks.
26923
26924 2011-03-29 Leo Liu <sdl.web@gmail.com>
26925
26926 * ido.el (ido-read-internal): Use the default history var
26927 minibuffer-history if no HISTORY is specified.
26928
26929 2011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
26930
26931 * net/imap.el (imap-shell-open, imap-process-connection-type):
26932 Use imap-process-connection-type for 'shell' streams as well as
26933 Kerberos, SSL, other subprocesses.
26934
26935 2011-03-28 Leo Liu <sdl.web@gmail.com>
26936
26937 * abbrev.el (abbrev-table-empty-p): New function.
26938 (prepare-abbrev-list-buffer): Place empty abbrev tables after
26939 nonempty ones. (Bug#5937)
26940
26941 2011-03-27 Jan Djärv <jan.h.d@swipnet.se>
26942
26943 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
26944
26945 2011-03-27 Leo Liu <sdl.web@gmail.com>
26946
26947 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
26948 for foreground and background colors.
26949 (ansi-color-make-color-map): Adapt.
26950
26951 2011-03-25 Leo Liu <sdl.web@gmail.com>
26952
26953 * midnight.el (midnight-time-float): Remove. Note it calculates
26954 the microsecond component incorrectly and seconds-to-time does the
26955 same job.
26956 Remove redundant (require 'timer).
26957
26958 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
26959 (ido-completions): Remove unused arguments. (Bug#8329)
26960
26961 2011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
26962
26963 * minibuffer.el (completion--flush-all-sorted-completions):
26964 Remove itself from hook.
26965 (completion-at-point): Let the functions perform the completion
26966 immediately and return nil or t.
26967 * comint.el (comint-dynamic-complete-functions): Now identical to
26968 completion-at-point-functions.
26969 (comint-dynamic-list-input-ring): Remove unused var `index'.
26970 (comint--match-partial-filename, comint--unquote&expand-filename):
26971 New funs, split from comint-match-partial-filename.
26972 (comint-dynamic-complete): Use completion-at-point.
26973 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
26974
26975 2011-03-24 Drew Adams <drew.adams@oracle.com>
26976
26977 * thingatpt.el: Support `defun'.
26978
26979 2011-03-23 Leo Liu <sdl.web@gmail.com>
26980
26981 * abbrevlist.el: Move to obsolete/abbrevlist.el.
26982
26983 * help-mode.el (help-mode-finish): Tweak regexp.
26984
26985 2011-03-23 Glenn Morris <rgm@gnu.org>
26986
26987 * eshell/esh-opt.el (eshell-eval-using-options):
26988 Do not bind unused local variable `eshell-option-stub'.
26989
26990 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
26991
26992 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
26993
26994 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
26995 keymap variable in `with-no-warnings' to avoid a warning when the
26996 keymap has been already `defconst'ed.
26997
26998 2011-03-22 Leo Liu <sdl.web@gmail.com>
26999
27000 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
27001 encode all chars in abbrevs; otherwise use emacs-mule or
27002 utf-8-emacs. (Bug#8308)
27003
27004 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
27005
27006 * simple.el (backward-delete-char-untabify):
27007 Avoid warning about using `delete-backward-char'.
27008
27009 * image.el (image-type-file-name-regexps): Make it variable.
27010 `imagemagick-register-types' modifies it, and the user may want
27011 to add new extensions for known image types.
27012 (imagemagick-register-types): Throw error if not using ImageMagick.
27013
27014 2011-03-22 Leo Liu <sdl.web@gmail.com>
27015
27016 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
27017 located before rcirc-prompt-end-marker.
27018 (rcirc-complete): Error if point is not after rcirc prompt.
27019 Handle the case when table is nil.
27020 (rcirc-user-authenticated): Define to fix compiler warning.
27021
27022 2011-03-22 Chong Yidong <cyd@stupidchicken.com>
27023
27024 * custom.el (custom--inhibit-theme-enable): Make it affect only
27025 custom-theme-set-variables and custom-theme-set-faces.
27026 (provide-theme): Ignore custom--inhibit-theme-enable.
27027 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
27028 (custom-enabling-themes): Delete variable.
27029 (enable-theme): Accept only loaded themes as arguments.
27030 Ignore the special custom-enabled-themes variable.
27031 (custom-enabled-themes): Forbid themes from setting this.
27032 Eliminate use of custom-enabling-themes.
27033 (custom-push-theme): Quote "changed" custom var entry.
27034
27035 2011-03-21 Leo Liu <sdl.web@gmail.com>
27036
27037 * ido.el (ido-read-internal): Add ido-selected to history instead
27038 of user input.
27039
27040 2011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
27041
27042 * subr.el (deferred-action-list, deferred-action-function):
27043 Mark obsolete.
27044
27045 2011-03-21 Leo Liu <sdl.web@gmail.com>
27046
27047 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
27048 change on 2011-02-13 (bug#8309).
27049
27050 * minibuffer.el (read-file-name-function): Change default value.
27051 (read-file-name--defaults): Rename from read-file-name-defaults.
27052 (read-file-name-default): Rename from read-file-name.
27053 (read-file-name): Call read-file-name-function.
27054
27055 2011-03-21 Glenn Morris <rgm@gnu.org>
27056
27057 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
27058 Doc fixes.
27059
27060 2011-03-21 Chong Yidong <cyd@stupidchicken.com>
27061
27062 * cus-theme.el: Add missing provide statement.
27063 (customize-create-theme): Extract theme value correctly.
27064 (custom-theme-visit-theme): Autoload.
27065 (customize-create-theme): Prompt before inserting default faces.
27066
27067 2011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
27068
27069 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
27070 units and musical notes.
27071
27072 2011-03-20 Leo Liu <sdl.web@gmail.com>
27073
27074 * ido.el (ido-read-internal): Use completing-read-default.
27075 (ido-completing-read): Fix compatibility with completing-read.
27076
27077 2011-03-20 Christian Ohler <ohler@gnu.org>
27078
27079 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
27080 (ert-delete-all-tests): Use `called-interactively-p' rather than
27081 `interactive-p'.
27082 (ert--make-xrefs-region): Respect END.
27083
27084 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
27085
27086 * dired-aux.el (dired-create-directory): Signal an error if the
27087 directory already exists (Bug#8246).
27088
27089 * facemenu.el (list-colors-display): Call list-faces-display
27090 inside with-help-window.
27091 (list-colors-print): Use display property to align the final
27092 column, instead of checking window-width.
27093
27094 2011-03-19 Eli Zaretskii <eliz@gnu.org>
27095
27096 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
27097 windows-nt systems.
27098 (emerge-protect-metachars): Quote correctly for ms-dos and
27099 windows-nt systems.
27100
27101 2011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
27102
27103 * info.el (info-initialize): Replace all uses of `:' with
27104 path-separator for compatibility with non-Unix systems.
27105 Cache quoting of path-separator. (Bug#8258)
27106
27107 2011-03-19 Juanma Barranquero <lekktu@gmail.com>
27108
27109 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
27110 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
27111 (mouse-avoidance-mode): Fix typos in docstrings.
27112
27113 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
27114
27115 * startup.el (package-subdirectory-regexp): Move from package.el.
27116 Omit \\` and \\', and let callers add them.
27117
27118 * emacs-lisp/package.el (package-strip-version)
27119 (package-load-all-descriptors): Add \\` and \\' to
27120 package-subdirectory-regexp before using it.
27121 (package-untar-buffer): New arg DIR; ensure that file untars only
27122 into this expected directory. Remove superfluous delete-region.
27123 (package-unpack): Caller changed.
27124 (package-tar-file-info): Use package-subdirectory-regexp.
27125
27126 2011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
27127
27128 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
27129 diff-mode-shared-map (bug#8284).
27130 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
27131
27132 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
27133
27134 * calendar/time-date.el (format-seconds): Use assoc instead of
27135 assoc-string, since assoc-string doesn't exist in XEmacs.
27136
27137 2011-03-17 Juanma Barranquero <lekktu@gmail.com>
27138
27139 * custom.el (custom-known-themes): Reflow docstring.
27140 (custom-theme-load-path): Fix typo in docstring.
27141 (load-theme): Fix typo in error message.
27142 (custom-available-themes, custom-variable-theme-value):
27143 Use `let', not `let*'.
27144
27145 2011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
27146
27147 * calc/README: Mention inclusion of musical notes.
27148
27149 * calc/calc-units.el (calc-lu-quant): Rename from
27150 `calc-logunits-quantity'.
27151 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
27152 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
27153 (calc-db): Rename from `calc-dblevel'.
27154 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
27155 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
27156 (calc-np): Rename from `calc-nplevel'.
27157 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
27158 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
27159 (calc-lu-plus): Rename from `calc-logunits-add'.
27160 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
27161 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
27162 (calc-lu-minus): Rename from `calc-logunits-sub'.
27163 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
27164 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
27165 (calc-lu-times): Rename from `calc-logunits-mul'.
27166 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
27167 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
27168 (calc-lu-divide): Rename from `calc-logunits-div'.
27169 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
27170 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
27171
27172 * calc/calc-ext.el (calc-init-extensions): Update the names of the
27173 functions being autoloaded.
27174
27175 * calc/calc.el (calc-lu-power-reference): Rename from
27176 `calc-logunits-power-reference'.
27177 (calc-lu-field-reference): Rename from
27178 `calc-logunits-field-reference'.
27179
27180 * calc/calc-help.el (calc-l-prefix-help):
27181 Mention musical note functions.
27182
27183 2011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
27184
27185 * minibuffer.el (completion-all-sorted-completions):
27186 Use :completion-cycle-penalty text property if present.
27187
27188 2011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
27189
27190 * allout.el (allout-yank-processing): Adjust for new rebulleting
27191 regime so bullet being yanked is used without prompting the user
27192 for a choice.
27193
27194 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
27195
27196 * startup.el (command-line): Warn the user that _emacs is deprecated.
27197
27198 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
27199
27200 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
27201 (delphi-verbose, delphi-comment-face, delphi-string-face)
27202 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
27203 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
27204 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
27205 (delphi-new-comment-line, delphi-font-lock-defaults)
27206 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
27207 Fix typos in docstrings.
27208
27209 2011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
27210
27211 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
27212 Invert the roles of character and string values for INSTEAD, so a
27213 string is used for the more common case of a defaulting prompt.
27214
27215 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
27216
27217 * progmodes/ruby-mode.el (ruby-backward-sexp):
27218 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
27219 * play/gamegrid.el (gamegrid-make-face):
27220 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
27221 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
27222 * notifications.el (notifications-notify):
27223 * net/xesam.el (xesam-search-engines):
27224 * net/quickurl.el (quickurl-list-insert):
27225 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
27226
27227 2011-03-15 Chong Yidong <cyd@stupidchicken.com>
27228
27229 * startup.el (command-line): Update package subdirectory regexp.
27230
27231 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
27232
27233 * allout.el (allout-abbreviate-flattened-numbering)
27234 (allout-mode-deactivate-hook): Fix up obsolescence "date".
27235
27236 * subr.el (read-char-choice): Only show the cursor after the prompt,
27237 not after the answer.
27238
27239 2011-03-15 Kevin Ryde <user42@zip.com.au>
27240
27241 * help-fns.el (variable-at-point): Skip leading quotes, if any
27242 (bug#8253).
27243
27244 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
27245
27246 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
27247 warning message.
27248
27249 2011-03-14 Michael Albinus <michael.albinus@gmx.de>
27250
27251 * shell.el (shell): When called interactively, offer to change the
27252 shell file name on remote hosts.
27253
27254 2011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
27255
27256 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
27257 integration for LDAP parameters. The host, base, user or binddn,
27258 and secret tokens can be specified in a netrc file, for instance.
27259 This is optional because an `auth-source' parameter must be
27260 specified in the search attributes.
27261
27262 2011-03-13 Juanma Barranquero <lekktu@gmail.com>
27263
27264 * help.el (describe-mode): Link to the mode's definition (bug#8185).
27265
27266 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
27267
27268 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
27269 into declaration. Remove redundant and harmful binding.
27270
27271 2011-03-12 Eli Zaretskii <eliz@gnu.org>
27272
27273 * files.el (file-ownership-preserved-p): Pass `integer' as an
27274 explicit 2nd argument to `file-attributes'. If the file's owner
27275 is the Administrators group on Windows, and the current user is
27276 Administrator, consider that a match.
27277
27278 * server.el (server-ensure-safe-dir): Consider server directory
27279 safe on MS-Windows if its owner is the Administrators group while
27280 the current Emacs user is Administrator. Use `=' to compare
27281 numerical UIDs, since they could be integers or floats.
27282
27283 2011-03-12 Juanma Barranquero <lekktu@gmail.com>
27284
27285 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
27286
27287 2011-03-12 Michael Albinus <michael.albinus@gmx.de>
27288
27289 Sync with Tramp 2.2.1.
27290
27291 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
27292
27293 * net/trampver.el: Update release number.
27294
27295 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
27296
27297 * progmodes/compile.el (compilation--previous-directory): Fix up
27298 various nil/dead-marker mismatches (bug#8014).
27299 (compilation-directory-properties, compilation-error-properties):
27300 Don't call it at a position past the one we're about to change.
27301
27302 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
27303 Disable obsolescence warnings in the file that declares it.
27304
27305 2011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
27306
27307 * allout-widgets.el (allout-widgets-tally):
27308 Initialize allout-widgets-tally as a hash table rather than nil to
27309 prevent mode-line redisplay warnings. Also, clarify the module
27310 description and fix a comment typo.
27311
27312 2011-03-11 Juanma Barranquero <lekktu@gmail.com>
27313
27314 * help-fns.el (describe-variable): Don't complete keywords.
27315 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
27316
27317 2011-03-10 Chong Yidong <cyd@stupidchicken.com>
27318
27319 * emacs-lisp/package.el (package-version-join): Impose a standard
27320 string representation for pre/alpha/beta version lists.
27321 (package-unpack-single): Standardize the directory name by passing
27322 it through package-version-join.
27323 (package-strip-rcs-id): Accept any version string that does not
27324 signal an error in version-to-list.
27325
27326 2011-03-10 Michael Albinus <michael.albinus@gmx.de>
27327
27328 * simple.el (delete-trailing-whitespace): Return nil for the
27329 benefit of `write-file-functions'.
27330
27331 2011-03-10 Glenn Morris <rgm@gnu.org>
27332
27333 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
27334
27335 * vc/vc-git.el (vc-git-program): New option.
27336 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
27337 (vc-git--call): Use it.
27338
27339 * eshell/esh-util.el (eshell-condition-case): Doc fix.
27340
27341 * cus-edit.el (Custom-newline): If no button at point, look
27342 for a subgroup button at start-of-line. (Bug#2298)
27343
27344 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
27345
27346 2011-03-10 Julien Danjou <julien@danjou.info>
27347
27348 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
27349 `cursor-type' is nil.
27350
27351 2011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
27352
27353 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
27354
27355 2011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
27356
27357 * allout.el: Change so yank of distinctive-bullet items
27358 preserves the existing header prefix, rebulleting it if necessary,
27359 rather than replacing it. This is necessary for proper operation
27360 of cooperative addons like allout-widgets.
27361 (allout-make-topic-prefix, allout-rebullet-heading):
27362 Change SOLICIT arg to INSTEAD, and interpret additionally a string
27363 value as alternate bullet to be used, instead of prompting the user
27364 for a bullet character.
27365
27366 2011-03-09 Michael Albinus <michael.albinus@gmx.de>
27367
27368 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
27369 Do not use `tramp-file-name-port', because this returns also
27370 `tramp-default-port'.
27371
27372 2011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
27373
27374 * net/rcirc.el (rcirc-handler-001): Remove useless
27375 with-rcirc-process-buffer.
27376 (rcirc-check-auth-status): Swap arguments to string-match.
27377
27378 2011-03-09 Glenn Morris <rgm@gnu.org>
27379
27380 * shell.el (shell-mode):
27381 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
27382
27383 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
27384 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
27385
27386 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
27387
27388 * emacs-lisp/package.el (package-refresh-contents)
27389 (package-menu-execute): Use condition-case-no-debug.
27390
27391 2011-03-08 Michael Albinus <michael.albinus@gmx.de>
27392
27393 * simple.el (shell-command-to-string): Use `process-file'.
27394
27395 * emacs-lisp/package.el (package-tar-file-info): Handle also
27396 remote files.
27397
27398 * emacs-lisp/package-x.el (package-upload-buffer-internal):
27399 Use `equal' for upload base check.
27400
27401 2011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
27402
27403 * textmodes/texinfo.el (texinfo-environments):
27404 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
27405
27406 2011-03-08 Glenn Morris <rgm@gnu.org>
27407
27408 * cus-start.el (cursor-in-non-selected-windows):
27409 Fix :set quoting oddness. (Bug#8192)
27410
27411 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
27412 in some setf expressions. (Bug#2159)
27413
27414 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
27415
27416 * custom.el (custom-available-themes): Return themes in
27417 alphabetical order.
27418
27419 See ChangeLog.15 for earlier changes.
27420
27421 ;; Local Variables:
27422 ;; coding: utf-8
27423 ;; End:
27424
27425 Copyright (C) 2011-2013 Free Software Foundation, Inc.
27426
27427 This file is part of GNU Emacs.
27428
27429 GNU Emacs is free software: you can redistribute it and/or modify
27430 it under the terms of the GNU General Public License as published by
27431 the Free Software Foundation, either version 3 of the License, or
27432 (at your option) any later version.
27433
27434 GNU Emacs is distributed in the hope that it will be useful,
27435 but WITHOUT ANY WARRANTY; without even the implied warranty of
27436 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
27437 GNU General Public License for more details.
27438
27439 You should have received a copy of the GNU General Public License
27440 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.