Silence sym-comp compilation
[bpt/emacs.git] / lisp / ChangeLog
1 2013-05-24 Glenn Morris <rgm@gnu.org>
2
3 * obsolete/sym-comp.el: No need to load hipper-exp when compiling.
4 (he-search-string, he-tried-table, he-expand-list)
5 (he-init-string, he-string-member, he-substitute-string)
6 (he-reset-string): Declare.
7
8 * obsolete/options.el (list-options): Use custom-variable-p,
9 rather than obsolete alias.
10
11 2013-05-23 Sam Steingold <sds@gnu.org>
12
13 * simple.el (shell-command-on-region): Pass the `replace' argument
14 down to `call-process-region' to comply with the doc as reported on
15 <http://stackoverflow.com/questions/16720458/emacs-noninteractive-call-to-shell-command-on-region-always-deletes-region>
16
17 2013-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
18
19 * emacs-lisp/smie.el (smie-indent-forward-token)
20 (smie-indent-backward-token): Handle string tokens (bug#14381).
21
22 2013-05-23 RĂ¼diger Sonderfeld <ruediger@c-plusplus.de>
23
24 * ielm.el (ielm-menu): New menu.
25 (inferior-emacs-lisp-mode): Set comment-start.
26
27 2013-05-23 RĂ¼diger Sonderfeld <ruediger@c-plusplus.de>
28
29 * lisp/textmodes/reftex.el (reftex-ref-style-toggle):
30 Fix deactivate action.
31
32 * lisp/textmodes/reftex-vars.el (reftex-ref-style-alist):
33 Add cleveref macros.
34
35 * lisp/textmodes/reftex-parse.el
36 (reftex-locate-bibliography-files): Accept options for
37 bibliography commands.
38 * lisp/textmodes/reftex-vars.el (reftex-bibliography-commands):
39 Add addbibresource. Basic Biblatex support.
40
41 2013-05-23 Michael Albinus <michael.albinus@gmx.de>
42
43 * net/tramp-gvfs.el (top):
44 * net/xesam.el (xesam-dbus-unique-names): Suppress D-Bus errors
45 when loading package. (Bug#14447)
46
47 2013-05-23 Glenn Morris <rgm@gnu.org>
48
49 * progmodes/js.el: No need to load comint when compiling.
50 (ring-insert, comint-send-string, comint-send-input)
51 (comint-last-input-end, ido-chop): Declare.
52
53 * vc/ediff-diff.el, vc/ediff-merg.el: Require ediff-util at run-time.
54 * vc/ediff-mult.el: Adjust requires.
55 (ediff-directories-internal, ediff-directory-revisions-internal)
56 (ediff-patch-file-internal): Declare.
57 * vc/ediff-ptch.el: Adjust requires.
58 (ediff-use-last-dir, ediff-buffers-internal): Declare.
59 (ediff-find-file): Autoload.
60 * vc/ediff-util.el: No need to load ediff when compiling.
61 (ediff-regions-internal): Declare.
62 * vc/ediff-wind.el: Adjust requires.
63 (ediff-compute-toolbar-width): Define when compiling.
64 (ediff-setup-control-buffer, ediff-make-bottom-toolbar): Declare.
65 * vc/ediff.el: No need to load dired, ediff-ptch when compiling.
66 (dired-get-filename, dired-get-marked-files)
67 (ediff-last-dir-patch, ediff-patch-default-directory)
68 (ediff-get-patch-buffer, ediff-dispatch-file-patching-job)
69 (ediff-patch-buffer-internal): Declare.
70
71 * emacs-lisp/checkdoc.el: No need to load ispell when compiling.
72 (ispell-process, ispell-buffer-local-words, lm-summary)
73 (lm-section-start, lm-section-end): Declare.
74 (checkdoc-ispell-init): Simplify.
75
76 * progmodes/vera-mode.el (he-init-string, he-dabbrev-beg)
77 (he-string-member, he-reset-string, he-substitute-string): Declare.
78
79 * eshell/em-ls.el: Adjust requires.
80 (eshell-glob-regexp): Declare.
81 * eshell/em-tramp.el: Adjust requires.
82 (eshell-parse-command): Autoload.
83 * eshell/em-xtra.el: Adjust requires.
84 (eshell-parse-command): Autoload.
85 * eshell/esh-ext.el: Adjust requires.
86 (eshell-parse-command, eshell-close-handles): Autoload.
87 * eshell/esh-io.el: Adjust requires.
88 (eshell-output-filter): Autoload.
89 * eshell/esh-util.el: No need to load tramp when compiling.
90 (tramp-file-name-structure, ange-ftp-ls, ange-ftp-file-modtime):
91 Declare.
92 (eshell-parse-ange-ls): Require ange-ftp and tramp.
93 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
94 * eshell/em-cmpl.el, eshell/em-glob.el, eshell/em-pred.el:
95 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-smart.el:
96 * eshell/em-term.el, eshell/esh-arg.el, eshell/esh-mode.el:
97 * eshell/esh-opt.el, eshell/esh-proc.el:
98 * eshell/esh-var.el: Adjust requires.
99 * eshell/eshell.el: Do not require esh-util twice.
100 (eshell-add-input-to-history): Declare.
101 (eshell-command): Check history module is active before using it.
102
103 * eshell/em-ls.el (eshell-ls-dir): Fix -A handling.
104
105 2013-05-22 Leo Liu <sdl.web@gmail.com>
106
107 * progmodes/octave.el (inferior-octave-startup): Fix bug#14433.
108
109 2013-05-22 Michael Albinus <michael.albinus@gmx.de>
110
111 * autorevert.el (auto-revert-notify-add-watch)
112 (auto-revert-notify-handler): Add `attrib' for the inotify case,
113 it indicates changes in file modification time.
114
115 2013-05-22 Glenn Morris <rgm@gnu.org>
116
117 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
118 Always delete the autoloaded function from the noruntime and
119 unresolved functions lists.
120
121 * allout.el: No need to load epa, epg, overlay when compiling.
122 (epg-context-set-passphrase-callback, epg-list-keys)
123 (epg-decrypt-string, epg-encrypt-string, epg-user-id-string)
124 (epg-key-user-id-list): Declare.
125
126 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
127 (viper-set-parsing-style-toggling-macro)
128 (viper-set-emacs-state-searchstyle-macros):
129 Use called-interactively-p on Emacs.
130 (viper-looking-back): Make it an obsolete alias. Update callers.
131 * emulation/viper-ex.el: Load viper-keym, not viper-cmd.
132 Use looking-back rather than viper-looking-back.
133 (viper-tmp-insert-at-eob, viper-enlarge-region)
134 (viper-read-string-with-history, viper-register-to-point)
135 (viper-append-to-register, viper-change-state-to-vi)
136 (viper-backward-char-carefully, viper-forward-char-carefully)
137 (viper-Put-back, viper-put-back, viper-add-newline-at-eob-if-necessary)
138 (viper-change-state-to-emacs): Declare.
139 * emulation/viper-macs.el: Load viper-mous, viper-ex, not viper-cmd.
140 (viper-change-state-to-insert, viper-change-state-to-vi): Declare.
141 * emulation/viper-mous.el: Do not load viper-cmd.
142 (viper-backward-char-carefully, viper-forward-char-carefully)
143 (viper-forward-word, viper-adjust-window): Declare.
144
145 * vc/ediff.el (ediff-version): Use called-interactively-p on Emacs.
146
147 * progmodes/idlw-help.el (idlwave-help-fontify):
148 Use called-interactively-p.
149
150 * term/w32console.el (w32-get-console-codepage)
151 (w32-get-console-output-codepage): Declare.
152
153 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape):
154 Remove unnecessary declarations.
155 (dframe-message): Doc fix.
156
157 * info.el (dframe-select-attached-frame, dframe-current-frame):
158 Declare.
159
160 * speedbar.el (speedbar-message): Make it an obsolete alias.
161 Update all callers.
162 (speedbar-with-attached-buffer)
163 (speedbar-maybee-jump-to-attached-frame): Make these aliases obsolete.
164 (speedbar-with-writable): Use backquote.
165 * emacs-lisp/eieio-opt.el (eieio-describe-class-sb):
166 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
167 Use dframe-with-attached-buffer, dframe-maybee-jump-to-attached-frame
168 rather than speedbar- aliases.
169 * mail/rmail.el: Load dframe rather than speedbar when compiling.
170 (speedbar-make-specialized-keymap, speedbar-insert-button)
171 (dframe-select-attached-frame, dframe-maybee-jump-to-attached-frame)
172 (speedbar-do-function-pointer): Declare.
173 (rmail-speedbar-button, rmail-speedbar-find-file)
174 (rmail-speedbar-move-message):
175 Use dframe-with-attached-buffer rather than speedbar- alias.
176 * progmodes/gud.el: Load dframe rather than speedbar when compiling.
177 (dframe-message, speedbar-make-specialized-keymap)
178 (speedbar-add-expansion-list, speedbar-mode-functions-list)
179 (speedbar-make-tag-line, speedbar-remove-localized-speedbar-support)
180 (speedbar-insert-button, dframe-select-attached-frame)
181 (dframe-maybee-jump-to-attached-frame)
182 (speedbar-change-initial-expansion-list)
183 (speedbar-previously-used-expansion-list-name): Declare.
184 (gud-speedbar-item-info, gud-gdb-goto-stackframe):
185 Use dframe-message, dframe-with-attached-buffer rather than
186 speedbar- aliases.
187 (gud-sentinel): Silence compiler.
188 * progmodes/vhdl-mode.el (speedbar-refresh)
189 (speedbar-do-function-pointer, speedbar-add-supported-extension)
190 (speedbar-add-mode-functions-list, speedbar-make-specialized-keymap)
191 (speedbar-change-initial-expansion-list, speedbar-add-expansion-list)
192 (speedbar-extension-list-to-regex, speedbar-directory-buttons)
193 (speedbar-file-lists, speedbar-make-tag-line)
194 (speedbar-line-directory, speedbar-goto-this-file)
195 (speedbar-center-buffer-smartly, speedbar-change-expand-button-char)
196 (speedbar-delete-subblock, speedbar-position-cursor-on-line)
197 (speedbar-make-button, speedbar-reset-scanners)
198 (speedbar-files-item-info, speedbar-line-text)
199 (speedbar-find-file-in-frame, speedbar-set-timer)
200 (dframe-maybee-jump-to-attached-frame, speedbar-line-file): Declare.
201 (speedbar-with-writable): Do not (re)define it.
202 (vhdl-speedbar-find-file): Use dframe-maybee-jump-to-attached-frame
203 rather than speedbar- alias.
204
205 2013-05-21 Leo Liu <sdl.web@gmail.com>
206
207 * progmodes/octave.el (octave-mode-menu): Update and re-organize
208 menu items.
209 (octave-mode): Tweak fill-nobreak-predicate.
210 (inferior-octave-startup): Check process to avoid infinite loop.
211 (inferior-octave): Pop to buffer first to show abornmal process
212 exit information.
213
214 2013-05-21 Glenn Morris <rgm@gnu.org>
215
216 * printing.el (pr-menu-bar): Define when compiling.
217
218 2013-05-21 Leo Liu <sdl.web@gmail.com>
219
220 * progmodes/octave.el (octave-auto-fill): Remove.
221 (octave-indent-new-comment-line): Improve.
222 (octave-mode): Use auto fill mode through
223 comment-line-break-function and fill-nobreak-predicate
224 (octave-goto-function-definition): Support DEFUN_DLD.
225 (octave-beginning-of-defun): Small Tweak
226 (octave-help): Show parent directory.
227
228 2013-05-21 Glenn Morris <rgm@gnu.org>
229
230 * files.el (dired-unmark):
231 * progmodes/gud.el (gdb-input): Update declarations.
232
233 * calculator.el (electric, ehelp): No need to load when compiling.
234 (Electric-command-loop, electric-describe-mode): Declare.
235
236 * doc-view.el (doc-view-current-converter-processes): Move before use.
237
238 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
239 Move MODE-set-explicitly definition before use.
240
241 * international/mule-diag.el (mule-diag):
242 Don't use obsolete window-system-version.
243
244 * mail/feedmail.el (smtpmail): No need to load when compiling.
245 (smtpmail-via-smtp, smtpmail-smtp-server): Declare.
246
247 * mail/mail-utils.el (rfc822): No need to load when compiling.
248 (rfc822-addresses): Autoload it.
249 (mail-strip-quoted-names): Trivial simplification.
250
251 * mail/rmail.el (rmail-mime-message-p, rmail-mime-toggle-raw): Declare.
252 (rmail-retry-failure): Don't assume that rmail-mime-feature == rmailmm.
253
254 * net/snmp-mode.el (tempo): Don't duplicate requires.
255
256 * progmodes/prolog.el (info): No need to load when compiling.
257 (comint): Require before shell requires it.
258 (Info-goto-node): Autoload it.
259 (Info-follow-nearest-node): Declare.
260 (prolog-help-info, prolog-goto-predicate-info): No need to require info.
261
262 * textmodes/artist.el (picture-mode-exit): Declare.
263
264 * textmodes/reftex-parse.el (reftex-parse-from-file):
265 Trivial rewrite so the compiler can parse it better.
266
267 2013-05-20 Leo Liu <sdl.web@gmail.com>
268
269 * progmodes/octave.el (octave-help-mode-map)
270 (octave-help-mode-finish-hook): New variables.
271 (octave-help-mode, octave-help-mode-finish): New functions.
272 (octave-help): Use octave-help-mode.
273
274 2013-05-20 Glenn Morris <rgm@gnu.org>
275
276 * format-spec.el (format-spec): Allow spec chars with nil. (Bug#14420)
277
278 2013-05-19 Dmitry Gutov <dgutov@yandex.ru>
279
280 * progmodes/ruby-mode.el (ruby-expression-expansion-re): Allow to
281 start at point, so that expansion starting right after opening
282 slash in a regexp is recognized.
283 (ruby-syntax-before-regexp-re): New defvar, extracted from
284 ruby-syntax-propertize-function. Since the value of this regexp
285 is looked up at runtime now, we should be able to turn
286 `ruby-syntax-methods-before-regexp' into a defcustom later.
287 (ruby-syntax-propertize-function): Split regexp matching into two
288 parts, for opening and closing slashes. That allows us to skip
289 over string interpolations and support multiline regexps.
290 Don't call `ruby-syntax-propertize-expansions', instead use another rule
291 for them, which calls `ruby-syntax-propertize-expansion'.
292 (ruby-syntax-propertize-expansions): Move `remove-text-properties'
293 call to `ruby-syntax-propertize-function'.
294 (ruby-syntax-propertize-expansion): Extracted from
295 `ruby-syntax-propertize-expansions'. Handles one expansion.
296 (ruby-syntax-propertize-percent-literal): Leave point right after
297 the percent symbol, so that the expression expansion rule can
298 propertize the contents.
299 (ruby-syntax-propertize-heredoc): Leave point at bol following the
300 heredoc openers.
301 (ruby-syntax-propertize-expansions): Remove.
302
303 2013-05-18 Juri Linkov <juri@jurta.org>
304
305 * man.el (Man-default-man-entry): Remove `-' from the end
306 of the default value. (Bug#14400)
307
308 2013-05-18 Glenn Morris <rgm@gnu.org>
309
310 * comint.el (comint-password-prompt-regexp):
311 Allow "password for XXX" where XXX contains colons (eg https://...).
312
313 2013-05-18 Leo Liu <sdl.web@gmail.com>
314
315 * progmodes/octave.el (inferior-octave-startup): Use OCTAVE_SRCDIR
316 instead. Include "--no-gui" to prevent hangs for Octave > 3.7.
317 (octave-source-directories): Don't check process.
318 (octave-source-directories, octave-find-definition): Doc fix.
319
320 2013-05-18 Glenn Morris <rgm@gnu.org>
321
322 * progmodes/vhdl-mode.el (vhdl-mode-map-init):
323 Remove backspace/delete bindings. (Bug#14392)
324
325 * cus-dep.el (custom-make-dependencies): Sort the output.
326 (custom-versions-load-alist): Convert comment to doc.
327
328 2013-05-17 Leo Liu <sdl.web@gmail.com>
329
330 * newcomment.el (comment-search-backward): Stricter in finding
331 comment start. (Bug#14303)
332
333 * progmodes/octave.el (octave-comment-start): Remove the SPC char.
334 (octave-comment-start-skip): Properly anchored.
335
336 2013-05-17 Leo Liu <sdl.web@gmail.com>
337
338 * emacs-lisp/smie.el (smie-highlight-matching-block-mode):
339 Clean up when turned off. (Bug#14395)
340 (smie--highlight-matching-block-overlay): No longer buffer-local.
341 (smie-highlight-matching-block): Adjust.
342
343 2013-05-17 Paul Eggert <eggert@cs.ucla.edu>
344
345 Doc string fix for "nanoseconds" (Bug#14406).
346 * emacs-lisp/timer.el (timer-relative-time, timer-inc-time):
347 Fix doc string typo that had "nanoseconds" instead of "microseconds".
348
349 2013-05-17 Jay Belanger <jay.p.belanger@gmail.com>
350
351 * calc/calc-units.el (math-extract-units): Preserve powers
352 of units.
353
354 2013-05-17 Leo Liu <sdl.web@gmail.com>
355
356 * subr.el (delete-consecutive-dups): New function.
357 * ido.el (ido-set-matches-1): Use it.
358 * progmodes/octave.el (inferior-octave-completion-table): Use it.
359 * ido.el (ido-remove-consecutive-dups): Remove.
360
361 2013-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
362
363 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
364 (f90-hpf-keywords-re, f90-constants-re): Use \\_< rather than
365 regexp-opt's `words'.
366
367 2013-05-16 Leo Liu <sdl.web@gmail.com>
368
369 * emacs-lisp/smie.el (smie-matching-block-highlight): New face.
370 (smie--highlight-matching-block-overlay)
371 (smie--highlight-matching-block-lastpos)
372 (smie--highlight-matching-block-timer): New variables.
373 (smie-highlight-matching-block): New function.
374 (smie-highlight-matching-block-mode): New minor mode. (Bug#14395)
375 (smie-setup): Conditionally enable smie-blink-matching-open.
376
377 2013-05-16 Wilson Snyder <wsnyder@wsnyder.org>
378
379 Sync with upstream verilog-mode r840.
380 * progmodes/verilog-mode.el (verilog-mode-version)
381 (verilog-mode-release-date): Update.
382 (verilog-auto-lineup, verilog-auto-reset): Doc fixes.
383 (verilog-sig-tieoff): Fix string error on
384 AUTORESET with colon define, bug594. Reported by Andrew Hou.
385 (verilog-read-decls): Fix parameters confusing
386 AUTOINST interfaces, bug565. Reported by Leith Johnson.
387
388 2013-05-16 Eli Zaretskii <eliz@gnu.org>
389
390 * subr.el (reveal-filename): New function.
391
392 * loadup.el: Compute Emacs executable versions on MS-Windows,
393 where executables have the .exe extension. Add a hard link
394 emacs-XX.YY.ZZ.exe on MS-Windows.
395
396 * Makefile.in (XARGS_LIMIT): New variable.
397 (custom-deps, finder-data, autoloads)
398 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
399 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
400 ($(CAL_DIR)/hol-loaddefs.el): Use reveal-filename.
401 (compile-main): Limit xargs according to $(XARGS_LIMIT).
402
403 2013-05-16 Leo Liu <sdl.web@gmail.com>
404
405 * progmodes/octave.el (octave-indent-defun): Mark obsolete.
406 (octave-mode-menu, octave-mode-map): Remove its uses.
407
408 2013-05-16 Reto Zimmermann <reto@gnu.org>
409
410 Sync with upstream vhdl mode v3.34.2.
411 * progmodes/vhdl-mode.el: Use `push' throughout.
412 (vhdl-version, vhdl-time-stamp, vhdl-doc-release-notes): Update.
413 (vhdl-compiler-alist): Replace "\t\n" by "\\t\\n".
414 Add IBM & Quartus compiler. Enhance entry for ADVance MS compiler.
415 (vhdl-actual-generic-name): New option to derive actual generic name.
416 (vhdl-port-paste-signals): Replace formal by actual generics.
417 (vhdl-beautify): New name for old group vhdl-align. Update users.
418 (vhdl-beautify-options): New option.
419 (vhdl-last-input-event): New compat alias. Use throughout.
420 (vhdl-goto-line): Replace user level function `goto-line'.
421 (vhdl-mode-map): Add bindings for vhdl-fix-statement-region,
422 vhdl-fix-statement-buffer.
423 (vhdl-create-mode-menu): Add some entries.
424 (vhdl-align-region-groups): Respect vhdl-beautify-options.
425 (vhdl-align-inline-comment-region-1): Handle "--" inside string.
426 (vhdl-fixup-whitespace-region): Handle symbols at EOL.
427 (vhdl-fix-statement-region, vhdl-fix-statement-buffer): New commands,
428 to force statements on one line.
429 (vhdl-remove-trailing-spaces-region):
430 New, split from vhdl-remove-trailing-spaces.
431 (vhdl-beautify-region): Fix statements, trailing spaces, ^M character.
432 Respect vhdl-beautify-options.
433 (vhdl-update-sensitivity-list-buffer): If non-interactive save buffer.
434 (vhdl-update-sensitivity-list): Not add with index if exists without.
435 Not include array index with signal. Ignore keywords in comments.
436 (vhdl-get-visible-signals): Regexp tweaks.
437 (vhdl-template-component-inst): Handle empty library.
438 (vhdl-template-type): Add template for 'enum' type.
439 (vhdl-port-paste-generic-map, vhdl-port-paste-constants):
440 Use vhdl-replace-string.
441 (vhdl-port-paste-signals): Use vhdl-prepare-search-1.
442 (vhdl-speedbar-mode-map): Rename from vhdl-speedbar-key-map.
443 (vhdl-speedbar-initialize): Update for above name change.
444 (vhdl-compose-wire-components): Fix in handling of constants.
445 (vhdl-error-regexp-emacs-alist): New variable.
446 (vhdl-error-regexp-add-emacs): New function;
447 adds support for new compile.el (Emacs 22+)
448 (vhdl-generate-makefile-1): Change target order for single lib. units.
449 Allow use of absolute file names.
450
451 2013-05-16 Leo Liu <sdl.web@gmail.com>
452
453 * simple.el (prog-indent-sexp): Indent enclosing defun.
454
455 2013-05-15 Glenn Morris <rgm@gnu.org>
456
457 * cus-start.el (show-trailing-whitespace): Move to editing basics.
458 * faces.el (trailing-whitespace): Don't use whitespace-faces group.
459 * obsolete/old-whitespace.el (whitespace-faces): Remove group.
460 (whitespace-highlight): Move to whitespace group.
461
462 * comint.el (comint-source):
463 * pcmpl-linux.el (pcmpl-linux):
464 * shell.el (shell-faces):
465 * eshell/esh-opt.el (eshell-opt):
466 * international/ccl.el (ccl): Remove empty custom groups.
467
468 * completion.el (dynamic-completion-mode):
469 * jit-lock.el (jit-lock-debug-mode):
470 * minibuffer.el (completion-in-region-mode):
471 * type-break.el (type-break-mode-line-message-mode)
472 (type-break-query-mode):
473 * emulation/tpu-edt.el (tpu-edt-mode):
474 * progmodes/subword.el (global-subword-mode, global-superword-mode):
475 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
476 * term/vt100.el (vt100-wide-mode): Specify explicit :group.
477
478 * term/xterm.el (xterm): Change parent group to terminals.
479
480 * master.el (master): Remove empty custom group.
481 (master-mode): Remove unused :group argument.
482 * textmodes/refill.el (refill): Remove empty custom group.
483 (refill-mode): Remove unused :group argument.
484
485 * textmodes/rst.el (rst-compile-toolsets): Use rst-compile group.
486
487 * cus-dep.el: Provide a feature.
488 (custom-make-dependencies): Ignore dotfiles (dir-locals).
489 Don't mistakenly ignore files whose basenames match a basename
490 from preloaded-file-list (eg cedet/ede/simple.el).
491 Add a fallback method for getting :group.
492
493 2013-05-15 Juri Linkov <juri@jurta.org>
494
495 * isearch.el (isearch-char-by-name): Rename from
496 `isearch-insert-char-by-name'. Doc fix.
497 (isearch-forward): Mention `isearch-char-by-name' in
498 the docstring. (Bug#13348)
499
500 * isearch.el (minibuffer-local-isearch-map): Bind "\r" to
501 `exit-minibuffer' instead of
502 `isearch-nonincremental-exit-minibuffer'.
503 (isearch-edit-string): Remove mention of
504 `isearch-nonincremental-exit-minibuffer' from docstring.
505 (isearch-nonincremental-exit-minibuffer): Mark as obsolete.
506 (isearch-forward-exit-minibuffer)
507 (isearch-reverse-exit-minibuffer): Add docstring. (Bug#13348)
508
509 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
510
511 * loadup.el: Just use unversioned DOC.
512
513 * nxml/nxml-mode.el: Treat unclosed <[[, <?, comment, and other
514 literals as extending to EOB.
515 (nxml-last-fontify-end): Remove unused variable.
516 (nxml-after-change1): Use with-silent-modifications.
517 (nxml-extend-after-change-region): Simplify.
518 (nxml-extend-after-change-region1): Remove function.
519 (nxml-after-change1): Don't adjust for dependent regions.
520 (nxml-fontify-matcher): Simplify.
521 * nxml/xmltok.el (xmltok-dependent-regions): Remove variable.
522 (xmltok-add-dependent): Remove function.
523 (xmltok-scan-after-lt, xmltok-scan-after-processing-instruction-open)
524 (xmltok-scan-after-comment-open, xmltok-scan-prolog-literal)
525 (xmltok-scan-prolog-after-processing-instruction-open): Treat
526 unclosed <[[, <?, comment, and other literals as extending to EOB.
527 * nxml/rng-valid.el (rng-mark-xmltok-dependent-regions)
528 (rng-mark-xmltok-dependent-region, rng-dependent-region-changed):
529 Remove functions.
530 (rng-do-some-validation-1): Don't mark dependent regions.
531 * nxml/nxml-rap.el (nxml-adjust-start-for-dependent-regions)
532 (nxml-mark-parse-dependent-regions, nxml-mark-parse-dependent-region)
533 (nxml-clear-dependent-regions): Remove functions.
534 (nxml-scan-after-change, nxml-scan-prolog, nxml-tokenize-forward)
535 (nxml-ensure-scan-up-to-date):
536 Don't clear&mark dependent regions.
537
538 2013-05-15 Leo Liu <sdl.web@gmail.com>
539
540 * progmodes/octave.el (octave-goto-function-definition):
541 Improve and fix callers.
542
543 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
544
545 * emacs-lisp/cl-extra.el (cl-getf): Return the proper value in
546 the setter (bug#14387).
547
548 * progmodes/f90.el (f90-blocks-re): Include the terminating \> in the
549 surrounding group (bug#14402).
550
551 2013-05-14 Juri Linkov <juri@jurta.org>
552
553 * subr.el (find-tag-default-as-regexp): Return nil if `tag' is nil.
554 (Bug#14390)
555
556 2013-05-14 Glenn Morris <rgm@gnu.org>
557
558 * progmodes/f90.el (f90-imenu-generic-expression):
559 Fix typo in 2013-05-08 change. (Bug#14402)
560
561 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
562
563 * progmodes/gdb-mi.el (gdb-running, gdb-starting):
564 Remove signals for which replies are never received.
565
566 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
567
568 * progmodes/gdb-mi.el: Fix non-responsive gud commands (bug#13845)
569 (gdb-handler-alist, gdb-handler-number): Remove variables.
570 (gdb-handler-list): New variable.
571 (gdb-add-handler, gdb-delete-handler, gdb-get-handler-function)
572 (gdb-pending-handler-p, gdb-handle-reply)
573 (gdb-remove-all-pending-triggers): New functions.
574 (gdb-discard-unordered-replies): New defcustom.
575 (gdb-handler): New defstruct.
576 (gdb-wait-for-pending): Fix invalid backquote. Use gdb-handler-list.
577 instead of gdb-pending-triggers. Update docstring.
578 (gdb-init-1): Remove dead variables. Initialize gdb-handler-list.
579 (gdb-speedbar-update, gdb-speedbar-timer-fn, gdb-var-update)
580 (gdb-var-update-handler, def-gdb-auto-update-trigger)
581 (def-gdb-auto-update-handler, gdb-get-changed-registers)
582 (gdb-changed-registers-handler, gdb-get-main-selected-frame)
583 (gdb-frame-handler): Pending triggers are now automatically managed.
584 (def-gdb-trigger-and-handler, def-gdb-auto-update-handler):
585 Remove argument.
586 (gdb-input): Automatically handles pending triggers. Update docstring.
587 (gdb-resync): Replace gdb-pending-triggers by gdb-handler-list.
588 (gdb-thread-exited, gdb-thread-selected, gdb-register-names-handler):
589 Update comments.
590 (gdb-done-or-error): Now use gdb-handle-reply.
591
592 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
593
594 * progmodes/gdb-mi.el (gdb-input): Include token numbers in
595 gdb-debug-log.
596
597 2013-05-14 Glenn Morris <rgm@gnu.org>
598
599 * subr.el (user-emacs-directory-warning): New option.
600 (locate-user-emacs-file): Handle non-accessible .emacs.d. (Bug#13930)
601
602 2013-05-14 Leo Liu <sdl.web@gmail.com>
603
604 * progmodes/octave.el (octave-font-lock-keywords): Fix error
605 during redisplay.
606 (octave-goto-function-definition, octave-find-definition): Minor tweaks.
607 (octave-font-lock-texinfo-comment): Fix invalid search bound
608 error: wrong side of point.
609
610 2013-05-14 Glenn Morris <rgm@gnu.org>
611
612 * progmodes/flymake.el (flymake-xml-program): New option.
613 (flymake-xml-init): Use it.
614
615 * term/xterm.el: Provide a feature.
616
617 * term/sup-mouse.el: Move to obsolete/. Provide a feature.
618
619 2013-05-13 Glenn Morris <rgm@gnu.org>
620
621 * cus-dep.el (defcustom-mh, defgroup-mh, defface-mh):
622 Add compat aliases as a hack workaround. (Bug#14384)
623
624 2013-05-13 Leo Liu <sdl.web@gmail.com>
625
626 * progmodes/octave.el (octave-indent-comment): Fix indentation for
627 ###, and %!.
628 (octave-mode-map): Bind octave-indent-defun to C-c C-q instead of
629 C-M-q.
630 (octave-comment-start-skip): Include %!.
631 (octave-mode): Set comment-start-skip to octave-comment-start-skip.
632
633 2013-05-12 Leo Liu <sdl.web@gmail.com>
634
635 * progmodes/octave.el (inferior-octave-startup): Store the value
636 of __octave_srcdir__ for octave-source-directories.
637 (inferior-octave-check-process): New function refactored out of
638 inferior-octave-send-list-and-digest.
639 (octave-source-directories)
640 (octave-find-definition-filename-function): New variables.
641 (octave-source-directories)
642 (octave-find-definition-default-filename): New functions.
643 (octave-find-definition): Improve to find functions implemented in C++.
644
645 2013-05-12 Glenn Morris <rgm@gnu.org>
646
647 * calendar/diary-lib.el (diary-outlook-format-1):
648 Don't include dayname in the output. (Bug#14349)
649
650 2013-05-11 Glenn Morris <rgm@gnu.org>
651
652 * emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix.
653
654 * cus-dep.el (custom-make-dependencies): Only use safe local variables.
655 Treat cc-provide like provide.
656
657 2013-05-11 Kevin Ryde <user42@zip.com.au>
658
659 * cus-dep.el (custom-make-dependencies):
660 Use generated-autoload-load-name for the sake of files such
661 such cedet/semantic/bovine/c.el, where the base file name
662 is not in load-path. (Bug#5277)
663
664 2013-05-11 Glenn Morris <rgm@gnu.org>
665
666 * dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el:
667 Provide features.
668
669 2013-05-11 Leo Liu <sdl.web@gmail.com>
670
671 * progmodes/octave.el (octave-indent-comment): Improve.
672 (octave-eldoc-message-style, octave-eldoc-cache): New variables.
673 (octave-eldoc-function-signatures, octave-eldoc-function):
674 New functions.
675 (octave-mode, inferior-octave-mode): Add eldoc support.
676
677 2013-05-11 Richard Stallman <rms@gnu.org>
678
679 * epa.el (epa-decrypt-file): Take output file name as argument
680 and read it using `interactive'.
681
682 2013-05-11 Leo Liu <sdl.web@gmail.com>
683
684 * progmodes/octave.el (octave-beginning-of-line)
685 (octave-end-of-line): Check before using up-list because it jumps
686 out of more syntactic contructs since moving to smie.
687 (octave-indent-comment): New function.
688 (octave-mode): Use it in smie-indent-functions. (Bug#14350)
689 (octave-begin-keywords, octave-end-keywords)
690 (octave-reserved-words, octave-smie-bnf-table)
691 (octave-smie-rules): Add new keywords from Octave 3.6.4.
692
693 2013-05-11 Glenn Morris <rgm@gnu.org>
694
695 * faces.el (internal-face-x-get-resource):
696 * frame.el (ns-display-monitor-attributes-list):
697 * calc/calc-aent.el (math-to-radians-2): Fix declarations.
698
699 * emacs-lisp/package.el (tar-header-name, tar-header-link-type):
700
701 * calc/calc-menu.el: Make it loadable in isolation.
702
703 * net/eudcb-bbdb.el: Make it loadable without bbdb.
704 (eudc-bbdb-filter-non-matching-record, eudc-bbdb-extract-phones)
705 (eudc-bbdb-extract-addresses, eudc-bbdb-format-record-as-result)
706 (eudc-bbdb-query-internal): Require 'bbdb.
707
708 * lpr.el (lpr-headers-switches):
709 * emacs-lisp/testcover.el (testcover-compose-functions): Fix :type.
710
711 * progmodes/sql.el (sql-login-params): Fix and improve :type.
712
713 * emulation/edt-mapper.el: In batch mode, error rather than hang.
714
715 * term.el (term-set-escape-char): Make it idempotent.
716
717 2013-05-10 Leo Liu <sdl.web@gmail.com>
718
719 * progmodes/octave.el (inferior-octave-completion-table):
720 No longer a function and all uses changed. Use cache to speed up
721 completion due to bug#11906.
722 (octave-beginning-of-defun): Re-write to be more general.
723
724 2013-05-10 Glenn Morris <rgm@gnu.org>
725
726 * emacs-lisp/cl-macs.el (cl-loop): Doc fix.
727
728 2013-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
729
730 * comint.el (comint-redirect-send-command-to-process): Use :around
731 rather than :override for comint-redirect-filter.
732 (comint-redirect-filter): Add the corresponding `orig-filter' argument.
733 Call it instead of comint-redirect-original-filter-function (which
734 is gone). Reported by Juanma Barranquero <lekktu@gmail.com>.
735
736 2013-05-09 Jan Djärv <jan.h.d@swipnet.se>
737
738 * frame.el (display-monitor-attributes-list): Add NS case.
739 (ns-display-monitor-attributes-list): Declare.
740
741 2013-05-09 Ulrich Mueller <ulm@gentoo.org>
742
743 * descr-text.el (describe-char): Fix %d/%x typo. (Bug#14360)
744
745 2013-05-09 Glenn Morris <rgm@gnu.org>
746
747 * international/fontset.el (vertical-centering-font-regexp):
748 Set standard-value.
749
750 * tar-mode.el (tar-superior-buffer, tar-superior-descriptor): Add doc.
751
752 * bookmark.el (bookmark-search-delay):
753 * cus-start.el (vertical-centering-font-regexp):
754 * ps-mule.el (ps-mule-font-info-database-default):
755 * ps-print.el (ps-default-fg, ps-default-bg):
756 * type-break.el (type-break-good-break-interval):
757 * whitespace.el (whitespace-indentation-regexp)
758 (whitespace-space-after-tab-regexp):
759 * emacs-lisp/testcover.el (testcover-1value-functions)
760 (testcover-noreturn-functions, testcover-progn-functions)
761 (testcover-prog1-functions):
762 * emulation/viper-init.el (viper-emacs-state-cursor-color):
763 * eshell/em-glob.el (eshell-glob-translate-alist):
764 * play/tetris.el (tetris-tty-colors):
765 * progmodes/cpp.el (cpp-face-default-list):
766 * progmodes/flymake.el (flymake-allowed-file-name-masks):
767 * progmodes/idlw-help.el (idlwave-help-browser-generic-program)
768 (idlwave-help-browser-generic-args):
769 * progmodes/make-mode.el (makefile-special-targets-list):
770 * progmodes/python.el (python-shell-virtualenv-path):
771 * progmodes/verilog-mode.el (verilog-active-low-regexp)
772 (verilog-auto-input-ignore-regexp, verilog-auto-inout-ignore-regexp)
773 (verilog-auto-output-ignore-regexp, verilog-auto-tieoff-ignore-regexp)
774 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
775 * textmodes/reftex-vars.el (reftex-format-label-function):
776 * textmodes/remember.el (remember-diary-file): Fix custom types.
777
778 * jka-cmpr-hook.el (jka-compr-mode-alist-additions): Fix typo.
779 Add :version.
780
781 2013-05-09 Leo Liu <sdl.web@gmail.com>
782
783 * progmodes/octave.el (inferior-octave-completion-at-point):
784 Restore file completion. (Bug#14300)
785 (inferior-octave-startup): Fix incorrect highlighting for the
786 first prompt.
787
788 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
789
790 * progmodes/ruby-mode.el: First cut at SMIE support.
791 (ruby-use-smie): New var.
792 (ruby-smie-grammar): New constant.
793 (ruby-smie--bosp, ruby-smie--implicit-semi-p)
794 (ruby-smie--forward-token, ruby-smie--backward-token)
795 (ruby-smie-rules): New functions.
796 (ruby-mode-variables): Setup SMIE if applicable.
797
798 2013-05-08 Eli Zaretskii <eliz@gnu.org>
799
800 * simple.el (line-move-visual): Signal beginning/end of buffer
801 only if vertical-motion moved less than it was requested. Avoids
802 silly incorrect error messages when there are display strings with
803 multiple newlines at EOL.
804
805 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
806
807 * progmodes/vera-mode.el (vera-underscore-is-part-of-word):
808 * progmodes/prolog.el (prolog-underscore-wordchar-flag)
809 (prolog-char-quote-workaround):
810 * progmodes/cperl-mode.el (cperl-under-as-char):
811 * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word):
812 Mark as obsolete.
813 (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in
814 their declaration.
815 (vhdl-mode-syntax-table-init): Remove.
816
817 * progmodes/m4-mode.el (m4-mode-syntax-table): Add comment on
818 last change.
819
820 * progmodes/ld-script.el (ld-script-mode-syntax-table): Use symbol
821 syntax for "_".
822 (ld-script-font-lock-keywords):
823 Change regexps to use things like \_< and \_>.
824
825 * progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_".
826 Change all regexps to use things like \_< and \_>.
827
828 * progmodes/autoconf.el (autoconf-definition-regexp)
829 (autoconf-font-lock-keywords, autoconf-current-defun-function):
830 Handle a _ with symbol syntax.
831 (autoconf-mode): Don't change the syntax-table for imenu and font-lock.
832
833 * progmodes/ada-mode.el (ada-mode-abbrev-table):
834 Consolidate declaration.
835 (ada-mode-syntax-table, ada-mode-symbol-syntax-table): Initialize in
836 the declaration.
837 (ada-create-syntax-table): Remove.
838 (ada-capitalize-word): Don't mess with the syntax of "_" since it
839 already has the right syntax nowadays.
840 (ada-goto-next-word): Don't change the syntax of "_".
841
842 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight obsolete
843 with-wrapper-hook.
844
845 2013-05-08 Sam Steingold <sds@gnu.org>
846
847 * thingatpt.el (thing-at-point): Accept optional second argument
848 NO-PROPERTIES to strip the text properties from the return value.
849 * net/browse-url.el (browse-url-url-at-point): Pass NO-PROPERTIES
850 to `thing-at-point' instead of stripping the properties ourselves.
851 Also, when `thing-at-point' fails to find a url, prepend "http://"
852 to the filename at point on the assumption that the user is
853 pointing at something like gnu.org/gnu.
854
855 2013-05-08 Juanma Barranquero <lekktu@gmail.com>
856
857 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
858 * faces.el (crm-separator):
859 Silence byte-compiler.
860
861 * progmodes/gud.el (gdb-speedbar-auto-raise, gud-tooltip-mode)
862 (tool-bar-map): Remove unneeded defvars.
863
864 2013-05-08 Leo Liu <sdl.web@gmail.com>
865
866 Re-work a fix for bug#10994 based on Le Wang's patch.
867 * ido.el (ido-remove-consecutive-dups): New helper.
868 (ido-completing-read): Use it.
869 (ido-chop): Revert fix for bug#10994.
870
871 2013-05-08 Adam Spiers <emacs@adamspiers.org>
872
873 * cus-edit.el (custom-save-variables):
874 Pretty-print long values. (Bug#14187)
875
876 2013-05-08 Glenn Morris <rgm@gnu.org>
877
878 * progmodes/m4-mode.el (m4-program): Assume it is in PATH.
879 (m4-mode-syntax-table): Init in the defvar.
880 (m4-mode-abbrev-table): Let define-derived-mode define it.
881
882 2013-05-08 Tom Tromey <tromey@redhat.com>
883
884 * progmodes/m4-mode.el (m4-mode-syntax-table):
885 Do not treat "_" as word constituent. (Bug#14167)
886
887 2013-05-07 Glenn Morris <rgm@gnu.org>
888
889 * eshell/em-hist.el (eshell-isearch-map): Initialize in the defvar.
890 Remove explicit eshell-isearch-cancel-map.
891
892 * progmodes/f90.el (f90-smart-end-names): New option.
893 (f90-smart-end): Doc fix.
894 (f90-end-block-optional-name): New constant.
895 (f90-block-match): Respect f90-smart-end-names.
896
897 2013-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
898
899 * progmodes/octave.el (octave-smie-forward-token): Be more careful
900 about implicit semi-colons (bug#14218).
901
902 2013-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
903
904 * frame.el (display-monitor-attributes-list)
905 (frame-monitor-attributes): New functions.
906
907 2013-05-06 Leo Liu <sdl.web@gmail.com>
908
909 * progmodes/octave.el (octave-syntax-propertize-function): Change
910 \'s syntax to escape when inside double-quoted strings. (Bug#14332)
911 (octave-font-lock-keywords): Use octave-operator-regexp.
912 (octave-completion-at-point): Rename from
913 octave-completion-at-point-function.
914 (inferior-octave-directory-tracker): Robustify.
915 (octave-text-functions): Remove and fix its uses. No such things
916 any more.
917
918 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
919
920 * emacs-lisp/trace.el (trace--display-buffer): New function.
921 (trace-make-advice): Use it.
922
923 2013-05-06 Juri Linkov <juri@jurta.org>
924
925 * emacs-lisp/lisp-mode.el (eval-defun-2): Doc fix. (Bug#14344)
926 (eval-defun-2, eval-defun, eval-last-sexp, eval-last-sexp-1):
927 Doc fix.
928 (emacs-lisp-mode-map): Replace "minibuffer" with "echo area"
929 in the help string. (Bug#12985)
930
931 2013-05-06 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
932
933 * simple.el (shell-command-on-region): Doc fix. (Bug#14279)
934
935 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
936
937 * progmodes/perl-mode.el: Add support for here documents.
938 (perl-syntax-propertize-function): Match here-doc markers.
939 (perl-syntax-propertize-special-constructs): Find their end.
940 (perl-imenu-generic-expression): Use [:alnum:].
941
942 * emacs-lisp/nadvice.el (advice--member-p): Return the advice if found.
943 (advice--add-function): Refresh the advice if already present
944 (bug#14317).
945
946 2013-05-06 Ivan Andrus <darthandrus@gmail.com>
947
948 * find-file.el (cc-other-file-alist): Add ".m" for ObjC. (Bug#14339)
949
950 2013-05-06 Glenn Morris <rgm@gnu.org>
951
952 * w32-fns.el (w32-charset-info-alist): Declare.
953
954 * eshell/em-cmpl.el: Simply require pcomplete; eg we use a bunch
955 of its defcustom properties.
956 (eshell-cmpl-initialize): No need to load pcomplete.
957
958 * generic-x.el: No need to require comint when compiling.
959
960 * net/eudc-export.el: Make it loadable without bbdb.
961 (top-level): Use require rather than load-library.
962 (eudc-create-bbdb-record, eudc-bbdbify-phone)
963 (eudc-batch-export-records-to-bbdb)
964 (eudc-insert-record-at-point-into-bbdb, eudc-try-bbdb-insert):
965 Require bbdb.
966
967 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
968
969 * progmodes/octave.el (octave-texinfo-font-lock-keywords): Remove.
970 (octave-font-lock-texinfo-comment): Use texinfo-font-lock-keywords with
971 some tweaks, instead.
972
973 2013-05-05 Leo Liu <sdl.web@gmail.com>
974
975 * progmodes/octave.el (octave-font-lock-keywords)
976 (octave-font-lock-texinfo-comment): Adjust for the byte-compiler.
977 (inferior-octave-send-list-and-digest): Improve error message.
978 (octave-mode, inferior-octave-mode): Use setq-local.
979 (octave-help): Set info-lookup-mode.
980
981 2013-05-05 Richard Stallman <rms@gnu.org>
982
983 * vc/compare-w.el (compare-windows-whitespace):
984 Treat no-break space as whitespace.
985
986 * mail/rmailsum.el (rmail-summary-rmail-update):
987 Detect empty summary and don't change selected message.
988 (rmail-summary-goto-msg): Likewise.
989
990 * mail/rmailsum.el (rmail-new-summary, rmail-new-summary-1):
991 Doc fixes, rename args.
992
993 2013-05-05 Alan Mackenzie <acm@muc.de>
994
995 * progmodes/cc-defs.el (c-version): Increment to 5.32.5.
996
997 2013-05-05 Juri Linkov <juri@jurta.org>
998
999 * info.el (Info-read-subfile): Use (point-min) instead of (point)
1000 to not add the length of the summary segment to the return value.
1001 (Bug#14125)
1002
1003 2013-05-05 Leo Liu <sdl.web@gmail.com>
1004
1005 * progmodes/octave.el (inferior-octave-strip-ctrl-g)
1006 (inferior-octave-output-filter): Remove.
1007 (octave-send-region, inferior-octave-startup): Fix callers.
1008 (inferior-octave-mode-map): Don't use comint-dynamic-complete.
1009 (octave-binary-file-extensions): New user variable.
1010 (octave-find-definition): Confirm if opening binary files.
1011 (octave-help-file): Use octave-find-definition to get the binary
1012 confirmation.
1013 (octave-help): Adjust for octave-help-file change.
1014
1015 2013-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
1016
1017 * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes.
1018 Merge the two entries that handle function definitions.
1019 (pascal--syntax-propertize): New const.
1020 (pascal-mode): Use it. Use setq-local.
1021
1022 2013-05-04 Glenn Morris <rgm@gnu.org>
1023
1024 * calendar/diary-lib.el (diary-from-outlook-function): New variable.
1025 (diary-from-outlook): Respect diary-from-outlook-function.
1026
1027 2013-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
1028
1029 * simple.el (read-expression-map): Use completion-at-point (bug#14255).
1030 Move the declaration from C.
1031 (read-minibuffer, eval-minibuffer): Move from C.
1032 (completion-setup-function): Avoid minibuffer-completion-contents.
1033
1034 2013-05-03 Leo Liu <sdl.web@gmail.com>
1035
1036 * progmodes/octave.el (octave-font-lock-keywords): Do not
1037 dehighlight 'end' in comments or strings.
1038 (octave-completing-read, octave-goto-function-definition):
1039 New helpers.
1040 (octave-help-buffer): New user variable.
1041 (octave-help-file, octave-help-function): New button types.
1042 (octave-help): New command and bind it to C-h ;.
1043 (octave-find-definition): New command and bind it to M-.
1044 (user-error): Alias to error if not defined.
1045
1046 2013-05-02 Leo Liu <sdl.web@gmail.com>
1047
1048 * progmodes/octave.el (octave-mode-syntax-table): Correct syntax
1049 for \. (bug#14332)
1050 (octave-font-lock-keywords): Include [ and {.
1051
1052 2013-05-02 Leo Liu <sdl.web@gmail.com>
1053
1054 * progmodes/octave.el (inferior-octave-startup-file): Change default.
1055 (inferior-octave): Remove calling comint-mode and return the buffer.
1056 (inferior-octave-startup): Cosmetic changes.
1057
1058 2013-05-02 Leo Liu <sdl.web@gmail.com>
1059
1060 * progmodes/octave.el (octave-syntax-propertize-function):
1061 Include the case when ' is at line beginning. (Bug#14336)
1062
1063 2013-05-02 Glenn Morris <rgm@gnu.org>
1064
1065 * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
1066 * desktop.el (vc-dir-mode): Just autoload it here.
1067
1068 2013-05-02 Alan Mackenzie <acm@muc.de>
1069
1070 Eliminate variable c-standard-font-lock-fontify-region-function.
1071 * progmodes/cc-mode.el
1072 (c-standard-font-lock-fontify-region-function): Remove.
1073 (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
1074
1075 2013-05-01 Leo Liu <sdl.web@gmail.com>
1076
1077 * progmodes/octave.el: Compatible with older emacs-24 releases.
1078 (inferior-octave-has-built-in-variables): Remove. Built-in
1079 variables were removed from Octave in 2007.
1080 (inferior-octave-startup): Fix uses.
1081 (comint-line-beginning-position): Remove compatibility code for
1082 emacs 21.
1083
1084 2013-05-01 Juri Linkov <juri@jurta.org>
1085
1086 * isearch.el (isearch-forward, isearch-mode): Doc fix. (Bug#13923)
1087
1088 2013-05-01 Juri Linkov <juri@jurta.org>
1089
1090 * comint.el (comint-previous-matching-input): Don't print message
1091 "History item: %d" when `isearch-mode' is active.
1092 (comint-history-isearch-message): Print message "History item: %d"
1093 when `comint-input-ring-index' is not empty and this function is
1094 called from `isearch-update' with a nil `ellipsis'. (Bug#13223)
1095
1096 2013-05-01 Leo Liu <sdl.web@gmail.com>
1097
1098 * progmodes/octave.el (octave-abbrev-table): Remove abbrev
1099 definitions. Use completion-at-point to insert keywords.
1100 (octave-abbrev-start): Remove.
1101 (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
1102
1103 2013-04-30 Leo Liu <sdl.web@gmail.com>
1104
1105 * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
1106 change.
1107
1108 2013-04-30 Alan Mackenzie <acm@muc.de>
1109
1110 Handle arbitrarily long C++ member initialisation lists.
1111 * progmodes/cc-engine.el (c-back-over-member-initializers):
1112 new function.
1113 (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
1114 (most) member init lists.
1115
1116 2013-04-30 RĂ¼diger Sonderfeld <ruediger@c-plusplus.de>
1117
1118 * progmodes/octave.el (inferior-octave-prompt-read-only): New user
1119 variable.
1120
1121 2013-04-30 Leo Liu <sdl.web@gmail.com>
1122
1123 * progmodes/octave.el (octave-variables): Remove. No builtin
1124 variables any more. All converted to functions.
1125 (octave-font-lock-keywords, octave-completion-at-point-function):
1126 Fix uses.
1127 (octave-font-lock-texinfo-comment): New user variable.
1128 (octave-texinfo-font-lock-keywords): New variable for texinfo
1129 comment block.
1130 (octave-function-comment-block): New face.
1131 (octave-font-lock-texinfo-comment): New function.
1132 (octave-mode): Font lock texinfo comment block.
1133
1134 2013-04-29 Leo Liu <sdl.web@gmail.com>
1135
1136 * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
1137 indexing expression.
1138 (octave-continuation-string): Do not use \.
1139 (inferior-octave-complete-impossible): Remove.
1140 (inferior-octave-completion-table)
1141 (inferior-octave-completion-at-point): Remove its uses.
1142 (inferior-octave-startup): completion_matches was introduced to
1143 Octave in 1996 so safe to assume it.
1144 (octave-function-file-comment): Improve to follow how Octave does it.
1145 (octave-update-function-file-comment): Tweak.
1146
1147 2013-04-29 Leo Liu <sdl.web@gmail.com>
1148
1149 * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
1150 (inferior-octave-startup): Remove inferior-octave-startup-hook.
1151 (octave-function-file-comment): Fix typo.
1152 (octave-sync-function-file-names): Use read-char-choice.
1153
1154 2013-04-28 Jay Belanger <jay.p.belanger@gmail.com>
1155
1156 * calc/calc.el (math-normalize): Don't set `math-normalize-error'
1157 to t for the less important warnings.
1158
1159 2013-04-27 Darren Hoo <darren.hoo@gmail.com> (tiny change)
1160
1161 * isearch.el (isearch-fail-pos): Check for empty `cmds'. (Bug#14268)
1162
1163 2013-04-27 Glenn Morris <rgm@gnu.org>
1164
1165 * vc/log-view.el (log-view-current-entry):
1166 Treat "---" separator lines as part of the following rev. (Bug#14169)
1167
1168 2013-04-27 Juri Linkov <juri@jurta.org>
1169
1170 * subr.el (read-number): Doc fix about using it by interactive
1171 code letter `n'. (Bug#14254)
1172
1173 2013-04-27 Juri Linkov <juri@jurta.org>
1174
1175 * desktop.el (desktop-auto-save-timeout): New option.
1176 (desktop-file-checksum): New variable.
1177 (desktop-save): Add optional arg `auto-save' and don't auto-save
1178 if nothing changed.
1179 (desktop-auto-save-timer): New variable.
1180 (desktop-auto-save, desktop-auto-save-set-timer): New functions.
1181 (after-init-hook): Call `desktop-auto-save-set-timer'.
1182 Suggested by Reuben Thomas <rrt@sc3d.org> in
1183 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
1184
1185 2013-04-27 Leo Liu <sdl.web@gmail.com>
1186
1187 * progmodes/octave.el (octave-function-file-p)
1188 (octave-skip-comment-forward, octave-function-file-comment)
1189 (octave-update-function-file-comment): New functions.
1190 (octave-mode-map): Bind C-c ; to
1191 octave-update-function-file-comment.
1192 (octave-mode-menu): Add octave-update-function-file-comment.
1193 (octave-mode, inferior-octave-mode): Fix doc-string.
1194 (octave-insert-defun): Conform to Octave's coding convention.
1195 (Bug#14285)
1196
1197 * files.el (basic-save-buffer): Don't let errors in
1198 before-save-hook prevent saving buffer.
1199
1200 2013-04-20 Roland Winkler <winkler@gnu.org>
1201
1202 * faces.el (read-face-name): Use completing-read if arg multiple
1203 is nil.
1204
1205 2013-04-27 Ingo Lohmar <i.lohmar@gmail.com> (tiny change)
1206
1207 * ls-lisp.el (ls-lisp-insert-directory): If no files are
1208 displayed, move point to after the totals line.
1209 See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
1210 for the details.
1211
1212 2013-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
1213
1214 * emacs-lisp/package.el (package-autoload-ensure-default-file):
1215 Add current dir to the load-path.
1216 (package-generate-autoloads): Don't rely on
1217 autoload-ensure-default-file.
1218
1219 2013-04-26 Reuben Thomas <rrt@sc3d.org>
1220
1221 * textmodes/remember.el (remember-store-in-files): Document that
1222 the file name format is passed to `format-time-string'.
1223
1224 2013-04-26 Leo Liu <sdl.web@gmail.com>
1225
1226 * progmodes/octave.el (octave-sync-function-file-names): New function.
1227 (octave-mode): Use it in before-save-hook.
1228
1229 2013-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
1230
1231 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
1232 (bug#14274).
1233
1234 * progmodes/octave.el (octave-smie-forward-token): Properly skip
1235 \n and comment, even if it's not an implicit ; (bug#14218).
1236
1237 2013-04-26 Glenn Morris <rgm@gnu.org>
1238
1239 * subr.el (read-number): Once more use `read' rather than
1240 `string-to-number', to trap non-numeric input. (Bug#14254)
1241
1242 2013-04-26 Erik Charlebois <erikcharlebois@gmail.com>
1243
1244 * emacs-lisp/syntax.el (syntax-propertize-multiline):
1245 Use `syntax-multiline' text property consistently instead of
1246 `font-lock-multiline'. (bug#14237).
1247
1248 2013-04-26 Glenn Morris <rgm@gnu.org>
1249
1250 * emacs-lisp/shadow.el (list-load-path-shadows):
1251 No longer necessary to check for duplicate simple.el, since
1252 2012-07-07 change to init_lread to not include installation lisp
1253 directories in load-path when running uninstalled. (Bug#14270)
1254
1255 2013-04-26 Leo Liu <sdl.web@gmail.com>
1256
1257 * progmodes/octave.el (octave-submit-bug-report): Obsolete.
1258 (octave-mode, inferior-octave-mode): Use setq-local.
1259 (octave-not-in-string-or-comment-p): Rename to
1260 octave-in-string-or-comment-p.
1261 (octave-in-comment-p, octave-in-string-p)
1262 (octave-in-string-or-comment-p): Replace defsubst with defun.
1263
1264 2013-04-25 Paul Eggert <eggert@cs.ucla.edu>
1265
1266 * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
1267
1268 2013-04-25 Bastien Guerry <bzg@gnu.org>
1269
1270 * textmodes/remember.el (remember-data-directory)
1271 (remember-directory-file-name-format): Fix custom types.
1272
1273 2013-04-25 Leo Liu <sdl.web@gmail.com>
1274
1275 * progmodes/octave.el (octave-completion-at-point-function):
1276 Make use of inferior octave process.
1277 (octave-initialize-completions): Remove.
1278 (inferior-octave-completion-table): New function.
1279 (inferior-octave-completion-at-point): Use it.
1280 (octave-completion-alist): Remove.
1281
1282 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
1283
1284 * progmodes/opascal.el: Use font-lock and syntax-propertize.
1285 (opascal-mode-syntax-table): New var.
1286 (opascal-literal-kind, opascal-is-literal-end)
1287 (opascal-literal-token-at): Rewrite.
1288 (opascal--literal-start-re, opascal-font-lock-keywords)
1289 (opascal--syntax-propertize): New constants.
1290 (opascal-font-lock-defaults): Adjust.
1291 (opascal-mode): Use them. Set comment-<foo> variables as well.
1292 (delphi-comment-face, opascal-comment-face, delphi-string-face)
1293 (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
1294 (delphi-other-face, opascal-other-face): Remove face variables.
1295 (opascal-save-state): Remove macro.
1296 (opascal-fontifying-progress-step): Remove constant.
1297 (opascal--ignore-changes): Remove var.
1298 (opascal-set-token-property, opascal-parse-next-literal)
1299 (opascal-is-stable-literal, opascal-complete-literal)
1300 (opascal-is-literal-start, opascal-face-of)
1301 (opascal-parse-region, opascal-parse-region-until-stable)
1302 (opascal-fontify-region, opascal-after-change)
1303 (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
1304 (opascal-debug-parse-region, opascal-debug-parse-window)
1305 (opascal-debug-parse-buffer, opascal-debug-fontify-window)
1306 (opascal-debug-fontify-buffer): Remove.
1307 (opascal-debug-mode-map): Adjust accordingly.
1308
1309 2013-04-25 Leo Liu <sdl.web@gmail.com>
1310
1311 Merge octave-mod.el and octave-inf.el into octave.el with some
1312 cleanups.
1313 * progmodes/octave.el: New file renamed from octave-mod.el.
1314 * progmodes/octave-inf.el: Merged into octave.el.
1315 * progmodes/octave-mod.el: Renamed to octave.el.
1316
1317 2013-04-25 Tassilo Horn <tsdh@gnu.org>
1318
1319 * textmodes/reftex-vars.el
1320 (reftex-label-ignored-macros-and-environments): New defcustom.
1321
1322 * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
1323
1324 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
1325
1326 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
1327 (smie-indent-keyword): Improve the check to ensure that the next
1328 comment is really on the same line.
1329 (smie-indent-comment): Don't align with a subsequent closer (or eob).
1330
1331 * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
1332 semi-colons if the line is not otherwise empty (bug#14218).
1333
1334 2013-04-25 Glenn Morris <rgm@gnu.org>
1335
1336 * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
1337
1338 2013-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
1339
1340 * progmodes/opascal.el (opascal-set-token-property): Rename from
1341 opascal-set-text-properties and only set `token' (bug#14134).
1342 Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
1343 (opascal-literal-text-properties): Remove.
1344 (opascal-parse-next-literal, opascal-debug-unparse-buffer):
1345 Adjust callers.
1346
1347 2013-04-24 Reuben Thomas <rrt@sc3d.org>
1348
1349 * textmodes/remember.el (remember-handler-functions): Add an
1350 option for a new handler `remember-store-in-files'.
1351 (remember-data-directory, remember-directory-file-name-format):
1352 New options.
1353 (remember-store-in-files): New function to store remember notes
1354 as separate files within a directory.
1355
1356 2013-04-24 Magnus Henoch <magnus.henoch@gmail.com>
1357
1358 * progmodes/compile.el (compilation-next-error-function):
1359 Pass "formats" to compilation-find-file (bug#11777).
1360
1361 2013-04-24 Glenn Morris <rgm@gnu.org>
1362
1363 * vc/vc-bzr.el (vc-bzr-print-log):
1364 * vc/vc-hg.el (vc-hg-print-log):
1365 * vc/vc-svn.el (vc-svn-print-log):
1366 Fix START-REVISION with LIMIT != 1. (Bug#14168)
1367
1368 * vc/vc-bzr.el (vc-bzr-print-log):
1369 * vc/vc-cvs.el (vc-cvs-print-log):
1370 * vc/vc-git.el (vc-git-print-log):
1371 * vc/vc-hg.el (vc-hg-print-log):
1372 * vc/vc-mtn.el (vc-mtn-print-log):
1373 * vc/vc-rcs.el (vc-rcs-print-log):
1374 * vc/vc-sccs.el (vc-sccs-print-log):
1375 * vc/vc-svn.el (vc-svn-print-log):
1376 * vc/vc.el (vc-print-log-internal): Doc fixes.
1377
1378 2013-04-23 Glenn Morris <rgm@gnu.org>
1379
1380 * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
1381 Remove venerable code attempting to avoid substitute-command-keys.
1382
1383 2013-04-23 Tassilo Horn <tsdh@gnu.org>
1384
1385 * textmodes/reftex-vars.el (reftex-label-regexps):
1386 Call `reftex-compile-variables' after changes to this variable.
1387
1388 2013-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
1389
1390 * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
1391 Use lexical-binding.
1392 (jit-lock-force-redisplay): Use markers, check buffer's continued
1393 existence and beware narrowed buffers.
1394 (jit-lock-fontify-now): Adjust call accordingly.
1395
1396 2013-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
1397
1398 * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
1399 to avoid misleading the user.
1400
1401 2013-04-22 Leo Liu <sdl.web@gmail.com>
1402
1403 * info-look.el: Prefer latex2e.info. (Bug#14240)
1404
1405 2013-04-22 Michael Albinus <michael.albinus@gmx.de>
1406
1407 Fix pack/unpack coding. Reported by David Smith <davidsmith@acm.org>.
1408
1409 * net/tramp-compat.el (tramp-compat-call-process): Move function ...
1410 * net/tramp.el (tramp-call-process): ... here
1411 (tramp-set-completion-function, tramp-parse-putty):
1412 * net/tramp-adb.el (tramp-adb-execute-adb-command):
1413 * net/tramp-gvfs.el (tramp-gvfs-send-command):
1414 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
1415 (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
1416 (tramp-call-local-coding-command): Use `tramp-call-process'
1417 instead of `tramp-compat-call-process'.
1418
1419 * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
1420 (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
1421 (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region):
1422 (tramp-find-inline-compress): Improve traces.
1423 (tramp-maybe-send-script): Check for Perl binary.
1424 (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
1425
1426 2013-04-22 Daiki Ueno <ueno@gnu.org>
1427
1428 * epg.el (epg-context-pinentry-mode): New function.
1429 (epg-context-set-pinentry-mode): New function.
1430 (epg--start): Pass --pinentry-mode option to gpg command.
1431
1432 2013-04-21 Xue Fuqiao <xfq.free@gmail.com>
1433
1434 * comint.el: (comint-dynamic-complete-functions, comint-mode-map):
1435 `comint-dynamic-complete' is obsolete since 24.1, replaced by
1436 `completion-at-point'. (Bug#13774)
1437
1438 * startup.el (normal-no-mouse-startup-screen): Bug fix, the
1439 default key binding for `describe-distribution' has been moved to
1440 `C-h C-o'. (Bug#13970)
1441
1442 2013-04-21 Glenn Morris <rgm@gnu.org>
1443
1444 * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
1445 Add doc strings.
1446 (vc-print-log): Clarify interactive prompt.
1447
1448 2013-04-20 Glenn Morris <rgm@gnu.org>
1449
1450 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
1451 No longer include timestamp etc information.
1452
1453 2013-04-20 Roland Winkler <winkler@gnu.org>
1454
1455 * faces.el (read-face-name): Bug fix, return just one face if arg
1456 multiple is nil. (Bug#14209)
1457
1458 2013-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
1459
1460 * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
1461 (remove-function): Autoload.
1462
1463 * comint.el (comint-redirect-original-filter-function): Remove.
1464 (comint-redirect-cleanup, comint-redirect-send-command-to-process):
1465 * vc/vc-cvs.el (vc-cvs-annotate-process-filter,vc-cvs-annotate-command):
1466 * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
1467 * progmodes/prolog.el (prolog-consult-compile):
1468 * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
1469 Use add/remove-function instead.
1470 * progmodes/gud.el (gud-tooltip-original-filter): Remove.
1471 (gud-tooltip-process-output, gud-tooltip-tips):
1472 Use add/remove-function instead.
1473 * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
1474 (scheme-interaction-mode, exit-scheme-interaction-mode):
1475 Use add/remove-function instead.
1476
1477 * vc/vc-dispatcher.el: Use lexical-binding.
1478 (vc--process-sentinel): Rename from vc-process-sentinel.
1479 Change last arg to be the code to run. Don't use vc-previous-sentinel
1480 and vc-sentinel-commands any more.
1481 (vc-exec-after): Allow code to be a function. Use add/remove-function.
1482 (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
1483
1484 2013-04-19 Masatake YAMATO <yamato@redhat.com>
1485
1486 * progmodes/sh-script.el (sh-imenu-generic-expression):
1487 Handle function names with a single character. (Bug#14111)
1488
1489 2013-04-19 Dima Kogan <dima@secretsauce.net> (tiny change)
1490
1491 * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
1492 for subroutines defined in an eval (bug#14182).
1493
1494 2013-04-19 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1495
1496 * bookmark.el (bookmark-completing-read): Improve handling of empty
1497 string (bug#14176).
1498
1499 2013-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
1500
1501 * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
1502
1503 2013-04-19 FabiĂ¡n Ezequiel Gallina <fgallina@gnu.org>
1504
1505 New faster Imenu implementation (bug#14058).
1506 * progmodes/python.el:
1507 (python-imenu-prev-index-position):
1508 (python-imenu-format-item-label-function)
1509 (python-imenu-format-parent-item-label-function)
1510 (python-imenu-format-parent-item-jump-label-function):
1511 New vars.
1512 (python-imenu-format-item-label)
1513 (python-imenu-format-parent-item-label)
1514 (python-imenu-format-parent-item-jump-label)
1515 (python-imenu--put-parent, python-imenu--build-tree)
1516 (python-imenu-create-index, python-imenu-create-flat-index)
1517 (python-util-popn): New functions.
1518 (python-mode): Set imenu-create-index-function to
1519 python-imenu-create-index.
1520
1521 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
1522
1523 * winner.el (winner-active-region): Use region-active-p, activate-mark
1524 and deactivate-mark (bug#14225).
1525
1526 * simple.el (deactivate-mark): Don't inline it.
1527
1528 2013-04-18 Michael Albinus <michael.albinus@gmx.de>
1529
1530 * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
1531
1532 2013-04-18 Tassilo Horn <tsdh@gnu.org>
1533
1534 * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
1535 file extensions from the archive-mode entry in order to prefer
1536 doc-view-mode-maybe with archive-mode as fallback (bug#14188).
1537
1538 2013-04-18 Leo Liu <sdl.web@gmail.com>
1539
1540 * bindings.el (help-event-list): Add ?\?.
1541
1542 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
1543
1544 * subr.el (with-wrapper-hook): Declare obsolete.
1545 * simple.el (filter-buffer-substring-function): New hook.
1546 (filter-buffer-substring): Use it.
1547 (filter-buffer-substring-functions): Mark obsolete.
1548 * minibuffer.el (completion-in-region-function): New hook.
1549 (completion-in-region): Use it.
1550 (completion-in-region-functions): Mark obsolete.
1551 * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
1552 * abbrev.el (abbrev-expand-function): New hook.
1553 (expand-abbrev): Use it.
1554 (abbrev-expand-functions): Mark obsolete.
1555 * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
1556 and :filter-return.
1557
1558 2013-04-17 FabiĂ¡n Ezequiel Gallina <fgallina@gnu.org>
1559
1560 * progmodes/python.el (python-nav--syntactically): Fix cornercases
1561 and do not care about match data.
1562
1563 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
1564
1565 * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
1566 completion tables when completing error conditions and
1567 `declare' arguments.
1568 (lisp-complete-symbol, field-complete): Mark as obsolete.
1569 (check-parens): Unmatched parens are user errors.
1570 * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
1571
1572 2013-04-17 Michal Nazarewicz <mina86@mina86.com>
1573
1574 * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
1575 command changed buffer (ie. `flyspell-pre-buffer' is not current
1576 buffer), which prevents making decisions based on invalid value of
1577 `flyspell-pre-point' in the wrong buffer. Most notably, this used to
1578 cause an error when `flyspell-pre-point' was nil after switching
1579 buffers.
1580 (flyspell-post-command-hook): No longer needs to change buffers when
1581 checking pre-word. While at it remove unnecessary progn.
1582
1583 2013-04-17 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
1584
1585 * textmodes/ispell.el (ispell-add-per-file-word-list):
1586 Fix `flyspell-correct-word-before-point' error when accepting
1587 words and `coment-padding' is an integer by using
1588 `comment-normalize-vars' (Bug #14214).
1589
1590 2013-04-17 FabiĂ¡n Ezequiel Gallina <fgallina@gnu.org>
1591
1592 New defun movement commands.
1593 * progmodes/python.el (python-nav--syntactically)
1594 (python-nav--forward-defun, python-nav-backward-defun)
1595 (python-nav-forward-defun): New functions.
1596
1597 2013-04-17 FabiĂ¡n Ezequiel Gallina <fgallina@gnu.org>
1598
1599 * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
1600 (python-syntax-context): Use named compiler-macro for backwards
1601 compatibility with Emacs 24.x.
1602
1603 2013-04-17 Leo Liu <sdl.web@gmail.com>
1604
1605 * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
1606 octave-hide-process-buffer.
1607
1608 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
1609
1610 * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
1611 (bug#14216).
1612
1613 2013-04-17 Jean-Philippe Gravel <jpgravel@gmail.com>
1614
1615 * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
1616 Fix adjustment of offset when receiving incomplete responses from GDB
1617 (bug#14129).
1618
1619 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
1620
1621 * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
1622 python-mode-abbrev-table.
1623 (python-skeleton-define): Adjust accordingly.
1624 (python-mode-abbrev-table): New table that inherits from it so that
1625 python-skeleton-autoinsert does not affect non-skeleton abbrevs.
1626
1627 * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
1628 (abbrev-symbol): Use it.
1629 (abbrev--before-point): Use it since we already handle inheritance.
1630
1631 2013-04-16 Leo Liu <sdl.web@gmail.com>
1632
1633 * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
1634 binding to info-lookup-symbol.
1635
1636 2013-04-16 Juanma Barranquero <lekktu@gmail.com>
1637
1638 * minibuffer.el (completion--twq-all):
1639 * term/ns-win.el (ns-initialize-window-system):
1640 * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
1641
1642 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
1643
1644 * emacs-lisp/nadvice.el (add-function): Default simple vars to their
1645 global bindings.
1646
1647 * doc-view.el (doc-view-start-process): Handle url-handler directories.
1648
1649 2013-04-15 Dmitry Gutov <dgutov@yandex.ru>
1650
1651 * progmodes/ruby-mode.el (ruby-beginning-of-defun)
1652 (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
1653 to nil.
1654 (ruby-end-of-defun): Remove the unused arg, change the docstring
1655 to reflect that this function is only used as the value of
1656 `end-of-defun-function'.
1657 (ruby-beginning-of-defun): Remove "top-level" from the docstring,
1658 to reflect an earlier change that beginning/end-of-defun functions
1659 jump between methods in a class definition, as well as top-level
1660 functions.
1661
1662 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
1663
1664 * minibuffer.el (minibuffer-complete): Don't just scroll
1665 a *Completions* that's been iconified.
1666 (minibuffer-force-complete): Make sure repetitions do cycle when going
1667 through completion-in-region -> minibuffer-complete.
1668
1669 2013-04-15 Alan Mackenzie <acm@muc.de>
1670
1671 Correct the placement of c-cpp-delimiters when there're #s not at
1672 col 0.
1673
1674 * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
1675 place a submatch around the #.
1676 * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
1677 Start a search at BOL. Put the c-cpp-delimiter category text propertiy
1678 on the #, not BOL.
1679
1680 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
1681
1682 * emacs-lisp/nadvice.el: Properly test names when adding advice.
1683 (advice--member-p): New arg `name'.
1684 (advice--add-function, advice-member-p): Use it (bug#14202).
1685
1686 2013-04-15 Filipp Gunbin <fgunbin@fastmail.fm>
1687
1688 Reformulate java imenu-generic-expression.
1689 The old expression contained ill formed regexps.
1690
1691 * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
1692 (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
1693 (cc-imenu-java-method-arg-regexp): New defconsts.
1694 (cc-imenu-java-build-type-args-regex): New defun.
1695 (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
1696 handling of spaces in the regexp.
1697
1698 2013-03-15 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
1699
1700 * textmodes/ispell.el (ispell-command-loop): Remove
1701 flyspell highlight of a word when ispell accepts it (bug #14178).
1702
1703 2013-04-15 Michael Albinus <michael.albinus@gmx.de>
1704
1705 * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
1706 uses code from the previous `ange-ftp-run-real-handler'.
1707 (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
1708 only in case that function exist. This is needed for proper
1709 unloading of Tramp.
1710
1711 2013-04-15 Tassilo Horn <tsdh@gnu.org>
1712
1713 * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
1714
1715 * textmodes/reftex.el (reftex-compile-variables): Use it.
1716
1717 2013-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
1718
1719 * files.el (normal-mode): Only use default major-mode if no other mode
1720 was specified.
1721
1722 * emacs-lisp/trace.el (trace-values): New function.
1723
1724 * files.el: Allow : in local variables (bug#14089).
1725 (hack-local-variable-regexp): New var.
1726 (hack-local-variables-prop-line, hack-local-variables): Use it.
1727
1728 2013-04-13 Roland Winkler <winkler@gnu.org>
1729
1730 * textmodes/bibtex.el (bibtex-search-entries): Bug fix. Use match
1731 data before it gets modified by bibtex-beginning-of-entry.
1732
1733 2013-04-13 Roland Winkler <winkler@gnu.org>
1734
1735 * textmodes/bibtex.el (bibtex-url): Doc fix.
1736
1737 2013-04-13 Roland Winkler <winkler@gnu.org>
1738
1739 * textmodes/bibtex.el (bibtex-initialize): If the current buffer
1740 does not visit a BibTeX file, exclude it from the list of buffers
1741 returned by bibtex-initialize.
1742
1743 2013-04-13 Stephen Berman <stephen.berman@gmx.net>
1744
1745 * window.el (split-window): Remove interactive form, since as a
1746 command this function is a special case of split-window-below.
1747 Correct doc string.
1748
1749 2013-04-12 Roland Winkler <winkler@gnu.org>
1750
1751 * faces.el (read-face-name): Do not override value of arg default.
1752 Allow single faces and strings as default values. Remove those
1753 elements from return value that are not faces.
1754 (describe-face): Simplify.
1755 (face-at-point): New optional args thing and multiple so that this
1756 function can provide the same functionality previously provided by
1757 read-face-name.
1758 (make-face-bold, make-face-unbold, make-face-italic)
1759 (make-face-unitalic, make-face-bold-italic, invert-face)
1760 (modify-face, read-face-and-attribute): Use face-at-point.
1761
1762 * cus-edit.el (customize-face, customize-face-other-window)
1763 * cus-theme.el (custom-theme-add-face)
1764 * face-remap.el (buffer-face-set)
1765 * facemenu.el (facemenu-set-face): Use face-at-point.
1766
1767 2013-04-12 Michael Albinus <michael.albinus@gmx.de>
1768
1769 * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
1770
1771 2013-04-10 Tassilo Horn <tsdh@gnu.org>
1772
1773 * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
1774 off leading { and trailing } from field values.
1775
1776 2013-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
1777
1778 * emacs-lisp/timer.el (timer--check): New function.
1779 (timer--time, timer-set-function, timer-event-handler): Use it.
1780 (timer-set-idle-time): Simplify.
1781 (timer--activate): CSE.
1782 (timer-event-handler): Give more info in error message.
1783 (internal-timer-start-idle): New function, moved from C.
1784
1785 * mpc.el (mpc-proc): Add `restart' argument.
1786 (mpc-proc-cmd): Use it.
1787 (mpc--status-timer-run): Also catch signals from `mpc-proc'.
1788 (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
1789 less often.
1790
1791 2013-04-10 Masatake YAMATO <yamato@redhat.com>
1792
1793 * progmodes/sh-script.el: Implement `sh-mode' own
1794 `add-log-current-defun-function' (bug#14112).
1795 (sh-current-defun-name): New function.
1796 (sh-mode): Use the function.
1797
1798 2013-04-09 Bastien Guerry <bzg@gnu.org>
1799
1800 * simple.el (choose-completion-string): Fix docstring (bug#14163).
1801
1802 2013-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
1803
1804 * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
1805
1806 * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
1807 timer (bug#14156).
1808
1809 2013-04-07 Nic Ferrier <nferrier@ferrier.me.uk>
1810
1811 * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
1812 declaration.
1813
1814 2013-04-07 Leo Liu <sdl.web@gmail.com>
1815
1816 * pcmpl-x.el: New file.
1817
1818 2013-04-06 Dmitry Antipov <dmantipov@yandex.ru>
1819
1820 Do not set x-display-name until X connection is established.
1821 This is needed to prevent from weird situation described at
1822 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
1823 * frame.el (make-frame): Set x-display-name after call to
1824 window system initialization function, not before.
1825 * term/x-win.el (x-initialize-window-system): Add optional
1826 display argument and use it.
1827 * term/w32-win.el (w32-initialize-window-system):
1828 * term/ns-win.el (ns-initialize-window-system):
1829 * term/pc-win.el (msdos-initialize-window-system):
1830 Add compatible optional display argument.
1831
1832 2013-04-06 Eli Zaretskii <eliz@gnu.org>
1833
1834 * files.el (normal-backup-enable-predicate): On MS-Windows and
1835 MS-DOS compare truenames of temporary-file-directory and of the
1836 file, so that 8+3 aliases (usually found in $TEMP on Windows)
1837 don't fail comparison by compare-strings. Also, compare file
1838 names case-insensitively on MS-Windows and MS-DOS.
1839
1840 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
1841
1842 * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
1843 Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
1844
1845 2013-04-05 Dmitry Gutov <dgutov@yandex.ru>
1846
1847 * whitespace.el (whitespace-color-on, whitespace-color-off):
1848 Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
1849
1850 2013-04-05 Jacek ChrzÄ…szcz <chrzaszcz@mimuw.edu.pl> (tiny change)
1851
1852 * ispell.el (ispell-set-spellchecker-params):
1853 Really set `ispell-args' for all equivs.
1854
1855 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
1856
1857 * ido.el (ido-completions): Use extra elements of ido-decorations
1858 (bug#14143).
1859 (ido-decorations): Update docstring.
1860
1861 2013-04-05 Michael Albinus <michael.albinus@gmx.de>
1862
1863 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
1864 (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
1865 nil during initialization, in order not to miss changes since the
1866 file was opened. (Bug#14140)
1867
1868 2013-04-05 Leo Liu <sdl.web@gmail.com>
1869
1870 * kmacro.el (kmacro-call-macro): Fix bug#14135.
1871
1872 2013-04-05 Jay Belanger <jay.p.belanger@gmail.com>
1873
1874 * calc/calc-units.el (calc-convert-units): Rewrite conditional.
1875
1876 2013-04-04 Glenn Morris <rgm@gnu.org>
1877
1878 * electric.el (electric-pair-inhibit-predicate): Add :version.
1879
1880 2013-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
1881
1882 * emacs-lisp/package.el (package-compute-transaction): Fix ordering
1883 when a package is required several times (bug#14082).
1884
1885 2013-04-04 Roland Winkler <winkler@gnu.org>
1886
1887 * faces.el (read-face-name): Behave as promised by the docstring.
1888 Assume that arg default is a list of faces.
1889 (describe-face): Call read-face-name with list of default faces.
1890
1891 2013-04-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1892
1893 * bookmark.el: Fix deletion of bookmarks (bug#13972).
1894 (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
1895 (bookmark-bmenu-execute-deletions): Only skip first line if it's
1896 the header.
1897 (bookmark-exit-hook-internal): Save even if list is empty.
1898
1899 2013-04-04 Yann Hodique <yann.hodique@gmail.com> (tiny change)
1900
1901 * emacs-lisp/package.el (package-pinned-packages): New var.
1902 (package--add-to-archive-contents): Obey it (bug#14118).
1903
1904 2013-04-03 Alan Mackenzie <acm@muc.de>
1905
1906 Handle `parse-partial-sexp' landing inside a comment opener
1907 (Bug#13244). Also adapt to the new values of element 7 of a parse
1908 state.
1909
1910 * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
1911 parameter `not-in-delimiter'. Handle being inside comment opener.
1912 (c-invalidate-state-cache-1): Reckon with an extra "invalid"
1913 character in case we're typing a '*' after a '/'.
1914 (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
1915 instead by passing the parameter to c-state-pp-to-literal.
1916
1917 * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
1918 for elt. 7 of a parse state.
1919
1920 2013-04-01 Paul Eggert <eggert@cs.ucla.edu>
1921
1922 Use UTF-8 for most files with non-ASCII characters (Bug#13936).
1923 * international/latin1-disp.el, international/mule-util.el:
1924 * language/cyril-util.el, language/european.el, language/ind-util.el:
1925 * language/lao-util.el, language/thai.el, language/tibet-util.el:
1926 * language/tibetan.el, language/viet-util.el:
1927 Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
1928
1929 2013-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
1930
1931 * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
1932 (electric-pair-post-self-insert-function): Use it.
1933 (electric-pair-default-inhibit): New function, extracted from
1934 electric-pair-post-self-insert-function.
1935
1936 2013-03-31 Roland Winkler <winkler@gnu.org>
1937
1938 * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
1939
1940 2013-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
1941
1942 * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
1943
1944 2013-03-30 FabiĂ¡n Ezequiel Gallina <fabian@anue.biz>
1945
1946 Un-indent after "pass" and "return" statements (Bug#13888)
1947 * progmodes/python.el (python-indent-block-enders): New var.
1948 (python-indent-calculate-indentation): Use it.
1949
1950 2013-03-30 Michael Albinus <michael.albinus@gmx.de>
1951
1952 * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
1953 defun. Defining it as defalias could introduce too eager
1954 byte-compiler optimization. (Bug#14030)
1955
1956 2013-03-30 Chong Yidong <cyd@gnu.org>
1957
1958 * iswitchb.el (iswitchb-read-buffer): Fix typo.
1959
1960 2013-03-30 Leo Liu <sdl.web@gmail.com>
1961
1962 * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
1963 (kmacro-execute-from-register): Pass the keyboard macro to
1964 kmacro-call-macro or repeating won't work correctly.
1965
1966 2013-03-30 Teodor Zlatanov <tzz@lifelogs.com>
1967
1968 * progmodes/subword.el: Back to using `forward-symbol'.
1969
1970 * subr.el (forward-whitespace, forward-symbol)
1971 (forward-same-syntax): Move from thingatpt.el.
1972
1973 2013-03-29 Leo Liu <sdl.web@gmail.com>
1974
1975 * kmacro.el (kmacro-to-register): New command.
1976 (kmacro-execute-from-register): New function.
1977 (kmacro-keymap): Bind to 'x'. (Bug#14071)
1978
1979 2013-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
1980
1981 * mpc.el: Use defvar-local and setq-local.
1982 (mpc--proc-connect): Connection failures are not bugs.
1983 (mpc-mode-map): `follow-link' only applies to the buffer's content.
1984 (mpc-volume-map): Bind to the up-events.
1985
1986 2013-03-29 Teodor Zlatanov <tzz@lifelogs.com>
1987
1988 * progmodes/subword.el (superword-mode): Use `forward-sexp'
1989 instead of `forward-symbol'.
1990
1991 2013-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
1992
1993 * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
1994 (edebug--recursive-edit): Use it.
1995 (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
1996 (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
1997
1998 2013-03-28 Leo Liu <sdl.web@gmail.com>
1999
2000 * vc/vc-bzr.el (vc-bzr-revert): Don't backup. (Bug#14066)
2001
2002 2013-03-27 Eli Zaretskii <eliz@gnu.org>
2003
2004 * facemenu.el (list-colors-callback): New defvar.
2005 (list-colors-redisplay): New function.
2006 (list-colors-display): Install list-colors-redisplay as the
2007 revert-buffer-function. (Bug#14063)
2008
2009 2013-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
2010
2011 * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
2012 and suffixes don't overlap (bug#14061).
2013
2014 * case-table.el: Use lexical-binding.
2015 (case-table-get-table): New function.
2016 (get-upcase-table): Use it. Mark as obsolete. Adjust callers.
2017
2018 2013-03-27 Teodor Zlatanov <tzz@lifelogs.com>
2019
2020 * progmodes/subword.el: Add `superword-mode' to do word motion
2021 over symbol_words (parallels and leverages `subword-mode' which
2022 does word motion inside MixedCaseWords).
2023
2024 2013-03-27 Aidan Gauland <aidalgol@no8wireless.co.nz>
2025
2026 * eshell/em-unix.el: Move su and sudo to...
2027 * eshell/em-tramp.el: ...Eshell tramp module.
2028
2029 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
2030
2031 * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
2032 Change return value to be a sexp. Delay `get-buffer' to after
2033 restoring the desktop (bug#13951).
2034
2035 2013-03-26 Leo Liu <sdl.web@gmail.com>
2036
2037 * register.el: Move semantic tag handling back to
2038 cedet/semantic/senator.el. (Bug#14052)
2039
2040 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
2041
2042 * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
2043 into the prompt either (bug#13963).
2044
2045 2013-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
2046
2047 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
2048 part of "(error-foo)".
2049
2050 2013-03-24 Juri Linkov <juri@jurta.org>
2051
2052 * replace.el (list-matching-lines-prefix-face): New defcustom.
2053 (occur-1): Pass `list-matching-lines-prefix-face' to the function
2054 `occur-engine' if `face-differs-from-default-p' returns t.
2055 (occur-engine): Add `,' inside backquote construct to evaluate
2056 `prefix-face'. Propertize the prefix with the `prefix-face' face.
2057 Pass `prefix-face' to the functions `occur-context-lines' and
2058 `occur-engine-add-prefix'.
2059 (occur-engine-add-prefix, occur-context-lines): Add optional arg
2060 `prefix-face' and propertize the prefix with `prefix-face'.
2061 (Bug#14017)
2062
2063 2013-03-24 Leo Liu <sdl.web@gmail.com>
2064
2065 * nxml/rng-valid.el (rng-validate-while-idle)
2066 (rng-validate-quick-while-idle): Guard against deleted buffer.
2067 (Bug#13999)
2068
2069 * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
2070 is the last entry in kill-buffer-hook.
2071
2072 * files.el (kill-buffer-hook): Doc fix.
2073
2074 2013-03-23 Dmitry Gutov <dgutov@yandex.ru>
2075
2076 * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
2077 Make it safe-local.
2078
2079 * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
2080
2081 2013-03-23 Leo Liu <sdl.web@gmail.com>
2082
2083 * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
2084 Remove.
2085
2086 * nxml/rng-valid.el (rng-validate-mode)
2087 (rng-after-change-function, rng-do-some-validation):
2088 * nxml/rng-maint.el (rng-validate-buffer):
2089 * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
2090 * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
2091 * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
2092 (nxml-extend-after-change-region): Use with-silent-modifications.
2093
2094 * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
2095 timer-idle-list.
2096
2097 * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
2098 (rng-next-error-1, rng-previous-error-1): Do not let-bind
2099 timer-idle-list. (Bug#13999)
2100
2101 2013-03-23 Juri Linkov <juri@jurta.org>
2102
2103 * info.el (info-index-match): New face.
2104 (Info-index, Info-apropos-matches): Add a nested subgroup to the
2105 main pattern and add text properties with the new face to matches
2106 in index entries relative to the beginning of the index entry.
2107 (Bug#14015)
2108
2109 2013-03-21 Eric Ludlam <zappo@gnu.org>
2110
2111 * eieio/eieio-datadebug.el (data-debug/eieio-insert-slots):
2112 Inhibit read only while inserting objects.
2113
2114 2013-03-22 Teodor Zlatanov <tzz@lifelogs.com>
2115
2116 * progmodes/cfengine.el: Update docs to mention
2117 `cfengine-auto-mode'. Use \_> and \_< instead of \> and \< for
2118 symbol motion. Remove "_" from the word syntax.
2119
2120 2013-03-21 Teodor Zlatanov <tzz@lifelogs.com>
2121
2122 * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
2123 syntax for both `cfengine2-mode' and `cfengine3-mode'.
2124
2125 2013-03-20 Juri Linkov <juri@jurta.org>
2126
2127 * info.el (Info-next-reference-or-link)
2128 (Info-prev-reference-or-link): New functions.
2129 (Info-next-reference, Info-prev-reference): Use them.
2130 (Info-try-follow-nearest-node): Handle footnote navigation.
2131 (Info-fontify-node): Fontify footnotes. (Bug#13989)
2132
2133 2013-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
2134
2135 * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
2136 * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
2137
2138 2013-03-20 Paul Eggert <eggert@cs.ucla.edu>
2139
2140 Suppress unnecessary non-ASCII chatter during build process.
2141 * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
2142 (batch-skkdic-convert): Suppress most of the chatter.
2143 It's not needed so much now that machines are faster,
2144 and its non-ASCII component was confusing; see Dmitry Gutov in
2145 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
2146
2147 2013-03-20 Leo Liu <sdl.web@gmail.com>
2148
2149 * ido.el (ido-chop): Fix bug#10994.
2150
2151 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
2152
2153 * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
2154 Remove vars.
2155 (whitespace-color-on, whitespace-color-off):
2156 Use `font-lock-fontify-buffer' (Bug#13817).
2157
2158 2013-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
2159
2160 * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
2161 remapping in mode-line.
2162 (mouse-on-link-p): Also check [mode-line follow-link] bindings.
2163
2164 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
2165
2166 * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
2167 value for `whitespace-line' face (Bug#13875).
2168 (whitespace-font-lock-keywords): Change description.
2169 (whitespace-color-on): Don't save `font-lock-keywords' value, save
2170 the constructed keywords instead.
2171 (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
2172
2173 2013-03-19 Leo Liu <sdl.web@gmail.com>
2174
2175 * progmodes/compile.el (compilation-display-error): New command.
2176 (compilation-mode-map, compilation-minor-mode-map): Bind it to
2177 C-o. (Bug#13992)
2178
2179 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
2180
2181 * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
2182
2183 2013-03-18 Jan Djärv <jan.h.d@swipnet.se>
2184
2185 * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
2186
2187 2013-03-18 Michael Albinus <michael.albinus@gmx.de>
2188
2189 * net/tramp-compat.el (tramp-compat-user-error): New defun.
2190
2191 * net/tramp-adb.el (tramp-adb-handle-shell-command):
2192 * net/tramp-gvfs.el (top):
2193 * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
2194 (tramp-handle-shell-command): Use it.
2195 (tramp-dissect-file-name): Raise an error when hostname is a
2196 method name, and neither method nor user is specified.
2197
2198 * net/trampver.el: Update release number.
2199
2200 2013-03-18 Leo Liu <sdl.web@gmail.com>
2201
2202 Make sure eldoc can be turned off properly.
2203 * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
2204 eldoc-mode.
2205 (eldoc-display-message-p): Revert last change.
2206 (eldoc-display-message-no-interference-p)
2207 (eldoc-print-current-symbol-info): Tweak.
2208
2209 2013-03-18 Tassilo Horn <tsdh@gnu.org>
2210
2211 * doc-view.el (doc-view-new-window-function): Check the new window
2212 overlay's display property instead the char property of the
2213 buffer's first char. Use `with-selected-window' instead of
2214 `save-window-excursion' with `select-window'.
2215 (doc-view-document->bitmap): Check the current doc-view overlay's
2216 display property instead the char property of the buffer's first char.
2217
2218 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
2219
2220 Automate the build of ja-dic.el (Bug#13984).
2221 * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
2222 from the input, rather than assume that it's been done for us by the
2223 SKK script unannotate.awk. Switch ja-dic.el to UTF-8. Don't put
2224 the current date into a ja-dic.el comment, as that complicates
2225 regression testing.
2226
2227 2013-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
2228
2229 * whitespace.el: Fix double evaluation.
2230 (whitespace-space, whitespace-hspace, whitespace-tab)
2231 (whitespace-newline, whitespace-trailing, whitespace-line)
2232 (whitespace-space-before-tab, whitespace-indentation)
2233 (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
2234 obsolete defvars.
2235 (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
2236 (whitespace-color-on): Use a single font-lock-add-keywords call.
2237 Fix double-evaluation of face variables.
2238
2239 2013-03-17 Michael Albinus <michael.albinus@gmx.de>
2240
2241 * net/tramp-adb.el (tramp-adb-parse-device-names):
2242 Use `start-process' instead of `call-process'. Otherwise, the
2243 function might be blocked under MS Windows. (Bug#13299)
2244
2245 2013-03-17 Leo Liu <sdl.web@gmail.com>
2246
2247 Extend eldoc to display info in the mode-line. (Bug#13978)
2248 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
2249 (eldoc-mode-line-string): New variable.
2250 (eldoc-minibuffer-message): New function.
2251 (eldoc-message-function): New variable.
2252 (eldoc-message): Use it.
2253 (eldoc-display-message-p)
2254 (eldoc-display-message-no-interference-p):
2255 Support eldoc-post-insert-mode.
2256
2257 * simple.el (eval-expression-minibuffer-setup-hook): New hook.
2258 (eval-expression): Run it.
2259
2260 2013-03-17 Roland Winkler <winkler@gnu.org>
2261
2262 * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
2263 strings in the list of return values.
2264
2265 2013-03-17 Jay Belanger <jay.p.belanger@gmail.com>
2266
2267 * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
2268 radix before checking for HMS forms.
2269
2270 2013-03-16 Leo Liu <sdl.web@gmail.com>
2271
2272 * progmodes/scheme.el: Add indentation and font-locking for λ.
2273 (Bug#13975)
2274
2275 2013-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
2276
2277 * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
2278 token before point (bug#13942).
2279
2280 2013-03-16 Leo Liu <sdl.web@gmail.com>
2281
2282 * thingatpt.el (end-of-sexp): Fix bug#13952. Use syntax-after.
2283
2284 2013-03-16 Eli Zaretskii <eliz@gnu.org>
2285
2286 * startup.el (command-line-normalize-file-name): Fix handling of
2287 backslashes in DOS and Windows file names. Reported by Xue Fuqiao
2288 <xfq.free@gmail.com> in
2289 http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
2290
2291 2013-03-15 Michael Albinus <michael.albinus@gmx.de>
2292
2293 Sync with Tramp 2.2.7.
2294
2295 * net/trampver.el: Update release number.
2296
2297 2013-03-14 Tassilo Horn <tsdh@gnu.org>
2298
2299 * doc-view.el Fix bug#13887.
2300 (doc-view-insert-image): Don't modify overlay associated to
2301 non-live windows, and implement horizontal centering of image in
2302 case it's smaller than the window.
2303 (doc-view-new-window-function): Force redisplay of new windows on
2304 doc-view buffers.
2305
2306 2013-03-13 Karl Fogel <kfogel@red-bean.com>
2307
2308 * saveplace.el (save-place-alist-to-file): Don't sort
2309 `save-place-alist', just pretty-print it (bug#13882).
2310
2311 2013-03-13 Michael Albinus <michael.albinus@gmx.de>
2312
2313 * net/tramp-sh.el (tramp-sh-handle-insert-directory): Check,
2314 whether `default-file-name-coding-system' is bound. It isn't in
2315 XEmacs.
2316
2317 2013-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
2318
2319 * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
2320 backquotes for `obsolete' (bug#13929).
2321
2322 * international/mule.el (find-auto-coding): Include file name in
2323 obsolescence warning (bug#13922).
2324
2325 2013-03-12 Teodor Zlatanov <tzz@lifelogs.com>
2326
2327 * progmodes/cfengine.el (cfengine-parameters-indent): New variable
2328 for CFEngine 3-specific indentation.
2329 (cfengine3-indent-line): Use it. Fix up category regex.
2330 (cfengine3-font-lock-keywords): Add bundle and namespace characters.
2331
2332 2013-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
2333
2334 * type-break.el (type-break-file-name):
2335 * textmodes/remember.el (remember-data-file):
2336 * strokes.el (strokes-file):
2337 * shadowfile.el (shadow-initialize):
2338 * saveplace.el (save-place-file):
2339 * ps-bdf.el (bdf-cache-file):
2340 * progmodes/idlwave.el (idlwave-config-directory):
2341 * net/quickurl.el (quickurl-url-file):
2342 * international/kkc.el (kkc-init-file-name):
2343 * ido.el (ido-save-directory-list-file):
2344 * emulation/viper.el (viper-custom-file-name):
2345 * emulation/vip.el (vip-startup-file):
2346 * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
2347 * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
2348
2349 2013-03-12 Paul Eggert <eggert@cs.ucla.edu>
2350
2351 Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
2352 * language/thai-word.el: Switch to UTF-8.
2353
2354 2013-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
2355
2356 * recentf.el (recentf-save-file): Use locate-user-emacs-file (bug#13870).
2357
2358 2013-03-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2359
2360 * net/net-utils.el (net-utils-remove-ctrl-m-filter):
2361 Use with-current-buffer and don't move point.
2362 (net-utils-run-simple): Remove useless code.
2363 (net-utils-remove-ctl-m): Remove unused custom.
2364
2365 2013-03-11 Per Starbäck <starback@stp.lingfil.uu.se>
2366
2367 * international/characters.el (glyphless-set-char-table-range): New fun.
2368 (update-glyphless-char-display): Use it (bug#13744).
2369
2370 2013-03-11 Teodor Zlatanov <tzz@lifelogs.com>
2371
2372 * progmodes/cfengine.el: Update for CFEngine 3.4.2 and higher:
2373 namespaces in the syntax, indent closer for hanging brace
2374 correctly, allow single-quote delimited 'strings', and make
2375 `cfengine3-mode' the default.
2376
2377 2013-03-11 Jean-Philippe Gravel <jpgravel@gmail.com>
2378
2379 * progmodes/gdb-mi.el: Speed up initialization (bug#10580).
2380 Use lexical-binding. Fix up docstring according to conventions.
2381 (gdbmi-debug-mode): New var.
2382 (gdbmi-start-with, gdbmi-same-start, gdbmi-is-number, gdbmi-bnf-init)
2383 (gdbmi-bnf-output, gdbmi-bnf-skip-unrecognized, gdbmi-bnf-gdb-prompt)
2384 (gdbmi-bnf-result-record, gdbmi-bnf-out-of-band-record)
2385 (gdbmi-bnf-async-record, gdbmi-bnf-stream-record)
2386 (gdbmi-bnf-console-stream-output, gdbmi-bnf-target-stream-output)
2387 (gdbmi-bnf-log-stream-output, gdbmi-bnf-result-and-async-record-impl)
2388 (gdbmi-bnf-incomplete-record-result): New functions.
2389 (gdb-car<): Remove function.
2390 (gdbmi-record-list): Remove variable.
2391 (gdbmi-bnf-state, gdbmi-bnf-offset): New vars.
2392 (gdbmi-bnf-result-state-configs): New const.
2393 (gud-gdbmi-marker-filter): Rewrite.
2394 (gdb-ignored-notification, gdb-thread-created, gdb-thread-exited)
2395 (gdb-thread-selected, gdb-running, gdb-starting, gdb-stopped):
2396 Add `token' argument.
2397 (gdb-done, gdb-error): New functions.
2398 (gdb-done-or-error): Add `is-complete' argument. Change arg order.
2399
2400 2013-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
2401
2402 * term/xterm.el (xterm--report-background-handler): Don't burp
2403 upon timeout.
2404 (xterm--version-handler): Extract from terminal-init-xterm.
2405 (xterm--query): Don't mishandle timeout. Remove debugging messages.
2406 Allow multiple handlers.
2407 (terminal-init-xterm): Handle OSX's Terminal.app's incorrect answer.
2408
2409 * term/xterm.el: Don't discard input (bug#6758). Use lexical-binding.
2410 (xterm--report-background-handler, xterm--query): New functions.
2411 (terminal-init-xterm): Use them.
2412
2413 2013-03-11 Michael R. Mauger <michael@mauger.com>
2414
2415 * progmodes/sql.el Version 3.2
2416 Please note that my address changed to <michael@mauger.com>;
2417 the <mmaug@yahoo.com> address remains active.
2418 (sql-connection-alist): Updates documentation to fix bug#13715.
2419 (sql-connect): Handle missing `sql-connection-alist' correctly.
2420 (sql-mode-oracle-font-lock-keywords): Add missing keywords.
2421 (sql-magic-go, sql-magic-semicolon): Mark with `delete-selection'
2422 property.
2423 (sql-default-value): New function.
2424 (sql-get-login-ext, sql-get-login): Fixes bug where buffer-local
2425 values were not used.
2426 (sql-rename-buffer): Make sure alternate buffer name has no text
2427 properties.
2428 (sql-input-sender, sql-execute-feature): Fetch variable with
2429 `buffer-local-value' rather than `with-current-buffer'.
2430 (sql-*): Use #' function syntax consistently.
2431 (sql-*): Use message/error/user-error consistently.
2432
2433 2013-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
2434
2435 * xt-mouse.el (xterm-mouse-event-read): Remove.
2436 (xterm-mouse--read-event-sequence-1000)
2437 (xterm-mouse--read-event-sequence-1006): Use read-event instead.
2438
2439 2013-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
2440
2441 * term/xterm.el (xterm-function-map): Support format used with
2442 formatOtherKeys=1 (bug#13839).
2443
2444 * emacs-lisp/byte-run.el (dont-compile): Declare obsolete.
2445 (with-no-warnings): Use `declare'.
2446
2447 * whitespace.el (whitespace-enable-predicate): New variable.
2448 (whitespace-enable-predicate): Use it.
2449
2450 * comint.el (comint-send-input, comint-snapshot-last-prompt)
2451 (comint-output-filter, comint-update-fence):
2452 Use with-silent-modifications.
2453
2454 2013-03-10 Jambunathan K <kjambunathan@gmail.com>
2455
2456 * replace.el (occur-read-regexp-defaults-function): New var.
2457 (occur-read-regexp-defaults): New defun.
2458 (occur-read-primary-args): Propagate above change (bug#13892).
2459
2460 2013-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
2461
2462 * mouse.el (mouse-drag-track): Remove left-over debugging code.
2463
2464 2013-03-09 Michael Albinus <michael.albinus@gmx.de>
2465
2466 Major rewrite due to changed D-Bus interface of GVFS 1.14.
2467
2468 * net/tramp-gvfs.el (top): Extend check for gvfs availability.
2469 (tramp-gvfs-methods-mounttracker, tramp-gvfs-listmounts)
2470 (tramp-gvfs-mountlocation, tramp-gvfs-mountlocation-signature):
2471 New defconst.
2472 (tramp-gvfs-file-name-handler-alist) [directory-files]
2473 [directory-files-and-attributes, file-exists-p, file-modes]:
2474 Use Tramp default handler.
2475 [file-acl, file-selinux-context, process-file, set-file-acl]:
2476 [set-file-modes, set-file-selinux-context, shell-command]:
2477 [start-file-process]: Remove handler.
2478 [verify-visited-file-modtime]: New handler.
2479 (tramp-gvfs-dbus-string-to-byte-array)
2480 (tramp-gvfs-dbus-byte-array-to-string): New defuns. Replace all
2481 calls of `dbus-string-to-byte-array' and
2482 `tramp-gvfs-dbus-byte-array-to-string'.
2483 (tramp-gvfs-handle-copy-file)
2484 (tramp-gvfs-handle-delete-directory)
2485 (tramp-gvfs-handle-delete-file, tramp-gvfs-handle-file-attributes)
2486 (tramp-gvfs-handle-file-directory-p)
2487 (tramp-gvfs-handle-file-executable-p)
2488 (tramp-gvfs-handle-file-name-all-completions)
2489 (tramp-gvfs-handle-file-readable-p)
2490 (tramp-gvfs-handle-file-writable-p)
2491 (tramp-gvfs-handle-insert-directory)
2492 (tramp-gvfs-handle-insert-file-contents)
2493 (tramp-gvfs-handle-make-directory, tramp-gvfs-handle-rename-file)
2494 (tramp-gvfs-handle-set-visited-file-modtime)
2495 (tramp-gvfs-handle-write-region): Rewrite.
2496 (tramp-gvfs-handle-file-acl)
2497 (tramp-gvfs-handle-file-selinux-context)
2498 (tramp-gvfs-handle-process-file, tramp-gvfs-handle-set-file-acl)
2499 (tramp-gvfs-handle-set-file-modes)
2500 (tramp-gvfs-handle-set-file-selinux-context)
2501 (tramp-gvfs-handle-shell-command)
2502 (tramp-gvfs-handle-start-file-process)
2503 (tramp-gvfs-handle-verify-visited-file-modtime): Remove defuns.
2504 (tramp-gvfs-url-file-name): Do not use `file-truename', we work
2505 over the symlinks. Fix user handling.
2506 (top, tramp-gvfs-handler-mounted-unmounted): Handle different names
2507 of the D-Bus signals.
2508 (tramp-gvfs-connection-mounted-p): Handle different names of the
2509 D-Bus methods.
2510 (tramp-gvfs-mount-spec-entry): New defun.
2511 (tramp-gvfs-mount-spec): Use it.
2512 (tramp-gvfs-maybe-open-connection): Check, that in case of "smb"
2513 there is a share name. Handle different names of the D-Bus
2514 signals and methods. Set connection properties needed for
2515 `tramp-check-cached-permissions'.
2516 (tramp-gvfs-send-command): Apply `tramp-gvfs-maybe-open-connection'.
2517 Return t or nil.
2518
2519 * net/tramp.el (tramp-backtrace): Move up.
2520 (tramp-error): Dump a backtrace into the debug buffer when
2521 `tramp-verbose > 9.
2522 (tramp-file-mode-type-map, tramp-file-mode-from-int)
2523 (tramp-file-mode-permissions, tramp-get-local-uid)
2524 (tramp-get-local-gid, tramp-check-cached-permissions): Move from
2525 tramp-sh.el.
2526
2527 * net/tramp-sh.el (tramp-file-mode-type-map)
2528 (tramp-check-cached-permissions, tramp-file-mode-from-int)
2529 (tramp-file-mode-permissions, tramp-get-local-uid)
2530 (tramp-get-local-gid): Move to tramp.el.
2531
2532 2013-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
2533
2534 Separate mouse-1-click-follows-link from mouse-drag-region.
2535 * mouse.el (mouse--down-1-maybe-follows-link): New function.
2536 (key-translation-map): Use it to implement mouse-1-click-follows-link.
2537 (mouse-drag-line, mouse-drag-track):
2538 Remove mouse-1-click-follows-link code.
2539 (mouse--remap-link-click-p): Remove.
2540
2541 2013-03-08 Jambunathan K <kjambunathan@gmail.com>
2542
2543 * hi-lock.el (hi-lock-read-regexp-defaults-function): New var.
2544 (hi-lock-read-regexp-defaults): New defun.
2545 (hi-lock-line-face-buffer, hi-lock-face-buffer)
2546 (hi-lock-face-phrase-buffer): Propagate above change.
2547 Update docstring (bug#13892).
2548
2549 * subr.el (find-tag-default-as-regexp): New defun.
2550 * replace.el (read-regexp): Propagate above change.
2551
2552 2013-03-08 Jay Belanger <jay.p.belanger@gmail.com>
2553
2554 * calc/calc-units.el (calc-convert-units): Fix the way that default
2555 new units are stored.
2556
2557 2013-03-07 Matthias Meulien <orontee@gmail.com>
2558
2559 * bookmark.el: Define a face to highlight bookmark names in
2560 bookmark menu buffers, where the default is a bold face similarly
2561 to buffer names in buffer menu buffers.
2562 (bookmark-menu-bookmark): New face to highlight bookmark names.
2563 (bookmark-insert-location): Remove duplicated text property to
2564 conform to buffer list (see `list-buffers').
2565 (bookmark-bmenu-list, bookmark-bmenu-hide-filenames): Apply face
2566 `bookmark-menu-bookmark' to bookmark names.
2567
2568 2013-03-07 Matthias Meulien <orontee@gmail.com>
2569 Karl Fogel <kfogel@red-bean.com>
2570
2571 * bookmark.el: Display the bookmark list header similarly to the
2572 buffer list header (see `list-buffers'), where the default is now
2573 an immovable/immutable header line.
2574 (bookmark-bmenu-use-header-line): New variable.
2575 (bookmark-bmenu-inline-header-height): New name for
2576 `bookmark-bmenu-header-height', to avoid confusion with the code
2577 for the new immovable header. All references changed.
2578 (bookmark-bmenu-set-header): New function.
2579 (bookmark-bmenu-list, bookmark-bmenu-toggle-filenames):
2580 Conditionalize header construction accordingly.
2581 (bookmark-bmenu-ensure-position): Conditionalize the skipping of
2582 the inline header height.
2583 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
2584 Conditionalize the skipping of the inline header height.
2585
2586 2013-03-07 Dmitry Gutov <dgutov@yandex.ru>
2587
2588 * progmodes/js.el (js--multi-line-declaration-indentation):
2589 Merge from js2-mode (https://github.com/mooz/js2-mode/issues/89).
2590
2591 2013-03-06 Dmitry Gutov <dgutov@yandex.ru>
2592
2593 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
2594 Only propertize regexp when not inside a string (Bug#13885).
2595
2596 2013-03-06 Alan Mackenzie <acm@muc.de>
2597
2598 Correct the position of point in some line-up functions.
2599 * progmodes/cc-align.el (c-lineup-whitesmith-in-block)
2600 (c-lineup-assignments, c-lineup-gcc-asm-reg ): take position of
2601 point at column 0 rather than at a random place in the line.
2602
2603 2013-03-05 Michael Albinus <michael.albinus@gmx.de>
2604
2605 * net/tramp-compat.el (tramp-compat-delete-directory):
2606 Implement TRASH argument.
2607
2608 2013-03-05 Dmitry Gutov <dgutov@yandex.ru>
2609
2610 Keep pre-existing highlighting in completion candidates (Bug#13250).
2611 * minibuffer.el (completions-first-difference): State that the
2612 face is "added" in the docstring.
2613 (completions-common-part): Same. And don't inherit from default.
2614 (completion-hilit-commonality): Prepend 'completions-common-part
2615 and 'completion-first-difference faces to the 'face property,
2616 instead of replacing the value(s).
2617 (completion--insert-strings): Same with 'completions-annotations face.
2618 (completion-hilit-commonality): Use 'face instead of
2619 'font-lock-face, because it gets priority if the completion
2620 strings already have 'face set.
2621
2622 2013-03-04 Alan Mackenzie <acm@muc.de>
2623
2624 Replace `last-command-event' by `last-command-char' in XEmacs.
2625 * progmodes/cc-defs.el (c-last-command-char): New macro.
2626 * progmodes/cc-align.el (c-semi&comma-inside-parenlist)
2627 (c-semi&comma-no-newlines-before-nonblanks)
2628 (c-semi&comma-no-newlines-for-oneline-inliners): Use the new macro
2629 in place of `last-command-event'.
2630 * progmodes/cc-cmds.el (c-electric-pound, c-electric-brace)
2631 (c-electric-slash, c-electric-semi&comma, c-electric-lt-gt)
2632 (c-electric-paren, c-electric-continued-statement): Use the new
2633 macro in place of `last-command-event'.
2634
2635 2013-03-04 Glenn Morris <rgm@gnu.org>
2636
2637 * files.el (inhibit-local-variables-regexps):
2638 Add .diff and .patch. (Bug#13862)
2639
2640 2013-03-03 Michael Albinus <michael.albinus@gmx.de>
2641
2642 * net/tramp-adb.el (tramp-adb-maybe-open-connection): Cache,
2643 whether the "su" command is available on the device.
2644
2645 2013-03-01 Michael Albinus <michael.albinus@gmx.de>
2646
2647 * net/tramp-adb.el (tramp-adb-prompt): Extend regexp.
2648 (tramp-adb-handle-process-file): Remove superfluous setting.
2649 (tramp-adb-command-exit-status): Handle case that COMMAND is nil.
2650 (tramp-adb-barf-unless-okay): Use `tramp-adb-command-exit-status'.
2651 (tramp-adb-maybe-open-connection): Apply "su" if user is defined.
2652
2653 2013-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
2654
2655 * textmodes/ispell.el: Fix nitpicks and byte-compiler warnings.
2656 (ispell-print-if-debug): Build `format' in. Avoid end-of-buffer.
2657 (ispell-parse-hunspell-affix-file): Avoid beginning-of-buffer.
2658 Use dict-key rather than dict-name for the error message.
2659
2660 2013-03-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2661
2662 * net/net-utils.el (net-utils-run-simple): Don't display-buffer
2663 when reverting (bug#13831).
2664
2665 2013-03-01 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
2666
2667 * textmodes/ispell.el (ispell-find-hunspell-dictionaries):
2668 Always expand affix-file before storing to protect against changed
2669 `default-directory'.
2670 (ispell-print-if-debug): Make sure message is printed at the end
2671 of the debug buffer.
2672
2673 2013-03-01 Michael Albinus <michael.albinus@gmx.de>
2674
2675 * net/tramp.el (tramp-obsolete-methods): New defconst.
2676 (tramp-warned-obsolete-methods): New defvar.
2677 (tramp-find-method): Check for obsolete methods. Map them to a
2678 replacement method if appropriate.
2679
2680 * net/tramp-sh.el (tramp-methods) [scp1, scp2, ssh1, ssh2, plink1]:
2681 Remove methods.
2682 (top): Remove completion functions for "scp1", "scp2", "ssh1",
2683 "ssh2" and "plink1".
2684
2685 2013-02-28 Dale Sedivec <dale@codefu.org>
2686
2687 * textmodes/sgml-mode.el (sgml-syntax-propertize-function):
2688 Return valid syntax-table property value when converting
2689 quotes within text from string syntax to punctuation syntax (bug#13844).
2690
2691 2013-02-28 Juri Linkov <juri@jurta.org>
2692
2693 * dired-aux.el (dired-diff): If file at point is a backup file,
2694 use its original as the default value, and reverse the order
2695 of arguments to the `diff' call. Doc fix. (Bug#13772)
2696
2697 2013-02-28 Michael Albinus <michael.albinus@gmx.de>
2698
2699 * net/tramp-adb.el (tramp-adb-sdk-dir): Remove. Replaced by ...
2700 (tramp-adb-program): New defcustom. Remove function. Adapt calls.
2701
2702 2013-02-28 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
2703
2704 Initial support for hunspell dictionaries auto-detection (Bug#13639)
2705
2706 * textmodes/ispell.el (ispell-find-hunspell-dictionaries):
2707 Ask hunspell about available and default dictionaries.
2708 (ispell-parse-hunspell-affix-file): Extract relevant info from
2709 hunspell affix file.
2710 (ispell-hunspell-fill-dictionary-entry): Fill non-initialized
2711 `ispell-dictionary-alist' entry for given dictionary after info
2712 provided by `ispell-parse-hunspell-affix-file'.
2713 (ispell-hunspell-dict-paths-alist): New defvar to contain an alist
2714 of parsed hunspell dicts and associated affix files.
2715 (ispell-hunspell-dictionary-alist): New defvar to contain an alist
2716 of parsed hunspell dicts and associated parameters.
2717 (ispell-set-spellchecker-params):
2718 Call `ispell-find-hunspell-dictionaries' if hunspell and not
2719 previously done.
2720 (ispell-start-process):
2721 Call `ispell-hunspell-fill-dictionary-entry' for current
2722 dictionary if it is not initialized.
2723
2724 2013-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
2725
2726 * imenu.el: Comment nitpicks.
2727
2728 2013-02-28 Sam Steingold <sds@gnu.org>
2729
2730 * vc/diff-mode.el (diff-hunk-file-names): Handle filenames with spaces.
2731 See <http://stackoverflow.com/questions/14720205>.
2732
2733 2013-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2734
2735 * net/net-utils.el (net-utils--revert-function): New fun (bug#13831).
2736 (net-utils-mode): Use it.
2737 (net-utils--revert-cmd): New var.
2738 (net-utils-run-simple): Set it, and remove bogus interactive spec.
2739 (traceroute): Use net-utils-run-simple.
2740
2741 2013-02-28 Glenn Morris <rgm@gnu.org>
2742
2743 * textmodes/paragraphs.el (mark-paragraph): Doc fix.
2744
2745 2013-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
2746
2747 * doc-view.el: Preserve h&v scroll across C-c C-c C-c C-c.
2748 (doc-view-fallback-mode): Remove overlays here.
2749 (doc-view-toggle-display): Instead of here. Don't throw away
2750 image-mode-winprops-alist.
2751 (doc-view-goto-page): Don't mess with hscroll.
2752
2753 2013-02-27 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2754
2755 * font-lock.el (lisp-font-lock-keywords-2): Fix highlighting of
2756 &optional (bug#13819).
2757
2758 2013-02-27 Michael Albinus <michael.albinus@gmx.de>
2759
2760 * net/tramp-adb.el (tramp-adb-parse-device-names)
2761 (tramp-adb-maybe-open-connection): Add timeouts. (Bug#13299)
2762
2763 2013-02-26 Michael Albinus <michael.albinus@gmx.de>
2764
2765 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
2766 Add "2>/dev/null" to the ls command, in case "en_US.utf8" is not
2767 defined. POSIX environments fall back to the "C" locale then and
2768 emit a warning, which shall be suppressed.
2769
2770 2013-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
2771
2772 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode): Tweak logic.
2773 (easy-mmode-set-keymap-parents): Use make-composed-keymap.
2774
2775 2013-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
2776
2777 * emacs-lisp/bytecomp.el (byte-compile-file): Use let.
2778
2779 2013-02-25 Juri Linkov <juri@jurta.org>
2780
2781 * replace.el (read-regexp): Let-bind `default' to the first
2782 element of `defaults' if it's a list, otherwise it should be
2783 a string or nil. Let-bind `suggestions' to `defaults' if it's
2784 a list, otherwise make a list with the string value. Doc fix.
2785 (Bug#13805)
2786
2787 2013-02-25 Eli Zaretskii <eliz@gnu.org>
2788
2789 * emacs-lisp/bytecomp.el (byte-recompile-directory): Reject files
2790 that match "\`\.#", to avoid compiling lock files, even if they
2791 are readable (as they are on MS-Windows).
2792
2793 2013-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
2794
2795 * files.el (basic-save-buffer): Remove redundant directory-creation.
2796
2797 2013-02-24 Jay Belanger <jay.p.belanger@gmail.com>
2798
2799 * calc/calc-ext.el (math-to-radians-2, math-from-radians-2):
2800 Add option to force `pi' to remain symbolic.
2801 * calc/calcalg2.el (calcFunc-sin, calcFunc-cos, calcFunc-tan)
2802 (calcFunc-cot, calcFunc-csc, calcFunc-sec, calcFunc-arcsin)
2803 (calcFunc-arccos, calcFunc-arctan): Use symbolic `pi' in the
2804 derivatives, when necessary.
2805
2806 2013-02-23 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
2807
2808 * progmodes/ps-mode.el (ps-mode-version): Bump to 1.1i.
2809 (ps-mode-octal-region): Use string-make-unibyte.
2810
2811 2013-02-23 Glenn Morris <rgm@gnu.org>
2812
2813 * emulation/viper-cmd.el (viper-submit-report):
2814 * progmodes/ps-mode.el (ps-mode-maintainer-address):
2815 * progmodes/vera-mode.el (vera-mode-help-address):
2816 * textmodes/artist.el (artist-maintainer-address):
2817 * textmodes/reftex.el (reftex-report-bug):
2818 * vc/ediff-util.el (ediff-submit-report):
2819 Add bug-gnu-emacs to bug report address.
2820
2821 * progmodes/simula.el (simula-mode-menu, simula-mode-map):
2822 Remove bug report entries.
2823 (simula-mode-help-address, simula-submit-bug-report): Make obsolete.
2824
2825 * emacs-lisp/bytecomp.el (byte-compile-level): New.
2826 (byte-compile-file, byte-compile-from-buffer):
2827 Use separate input/output buffers for each level of recursive
2828 byte-compile-file calls. (Bug#13787)
2829
2830 2013-02-23 Michael Albinus <michael.albinus@gmx.de>
2831
2832 * net/tramp.el (tramp-methods): Fix docstring.
2833 (tramp-ssh-controlmaster-options): Rename it from
2834 `tramp-ssh-controlmaster-template'. Return a string.
2835 (tramp-default-method): Adapt check for
2836 `tramp-ssh-controlmaster-options'.
2837
2838 * net/tramp-sh.el (tramp-methods):
2839 Replace `tramp-ssh-controlmaster-template' by "%c".
2840 (tramp-do-copy-or-rename-file-out-of-band)
2841 (tramp-maybe-open-connection): Use it in format spec. Ensure,
2842 that it is applied for the first hop only.
2843
2844 2013-02-22 Juri Linkov <juri@jurta.org>
2845
2846 * isearch.el (isearch-lazy-highlight-new-loop):
2847 Set `isearch-lazy-highlight-start' and `isearch-lazy-highlight-end'
2848 to `isearch-other-end' if it is not nil. (Bug#13402)
2849
2850 * replace.el (replace-highlight): Let-bind `isearch-other-end'
2851 to `match-beg'.
2852
2853 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
2854 Let-bind `isearch-other-end' to `start', `isearch-forward' to t
2855 and `isearch-error' to nil.
2856
2857 2013-03-16 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
2858
2859 * progmodes/python.el (python-info-current-defun):
2860 Enhance match-data cluttering prevention.
2861
2862 2013-02-22 Michael Albinus <michael.albinus@gmx.de>
2863
2864 * net/tramp.el (tramp-tramp-file-p): Fix docstring.
2865
2866 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
2867 Handle multibyte file names.
2868
2869 2013-02-22 Glenn Morris <rgm@gnu.org>
2870
2871 * textmodes/sgml-mode.el (sgml-xml-mode): Move before use.
2872 (sgml-transformation-function): Give it a :set function.
2873 (sgml-tag): Doc fix.
2874
2875 * cmuscheme.el (scheme-buffer):
2876 * progmodes/inf-lisp.el (inferior-lisp-buffer):
2877 * progmodes/tcl.el (inferior-tcl-buffer):
2878 * textmodes/tex-mode.el (tex-command): Doc fixes.
2879
2880 * image-mode.el (image-mode): Add mouse bindings for mode-line-process.
2881
2882 * htmlfontify.el (hfy-default-header): Encode title string. (Bug#7457)
2883
2884 2013-02-21 Bastien Guerry <bzg@gnu.org>
2885
2886 * cmuscheme.el (scheme-buffer): Fix docstring. (Bug#13778)
2887
2888 2013-02-21 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
2889
2890 * progmodes/python.el (python-info-current-defun):
2891 Enhance match-data cluttering prevention.
2892
2893 2013-02-21 Glenn Morris <rgm@gnu.org>
2894
2895 * net/tramp.el (tramp-get-debug-buffer): Ensure outline.el is not
2896 loaded while outline-regexp is let bound. (Bug#9584)
2897
2898 2013-02-21 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
2899
2900 * progmodes/python.el (python-info-current-defun): Fix failed
2901 defun name retrieval because of unwanted match-data cluttering.
2902
2903 2013-02-21 Michael Albinus <michael.albinus@gmx.de>
2904
2905 * net/tramp.el (tramp-ssh-controlmaster-template): Make it a
2906 defconst. Apply independent check for ControlPersist.
2907
2908 * net/tramp-sh.el (tramp-sh-handle-set-file-times): Set $UTC only
2909 temporarily, via "env".
2910
2911 2013-02-21 Glenn Morris <rgm@gnu.org>
2912
2913 * info.el (Info-enable-edit): Remove.
2914 (Info-edit): Disable it rather than using Info-enable.
2915 (Info-edit-mode-hook, Info-edit-map, Info-edit-mode, Info-edit)
2916 (Info-cease-edit): Make editing of Info files obsolete.
2917
2918 * informat.el (Info-tagify):
2919 Handle buffers not visiting files. (Bug#13763)
2920
2921 2013-02-21 Juanma Barranquero <lekktu@gmail.com>
2922
2923 * calc/calc-graph.el (calc-graph-show-dumb): Fix typo.
2924
2925 2013-02-21 Glenn Morris <rgm@gnu.org>
2926
2927 * files.el (basic-save-buffer): Move check for existing parent
2928 directory after hooks. (Bug#13773)
2929
2930 2013-02-20 Stefan Monnier <monnier@iro.umontreal.ca>
2931
2932 * simple.el (command-execute): Move from C. Add obsolete check.
2933 (extended-command-history): Move from C.
2934
2935 2013-02-20 Ulrich MĂ¼ller <ulm@gentoo.org>
2936
2937 * jka-cmpr-hook.el (jka-compr-compression-info-list)
2938 (jka-compr-mode-alist-additions): Handle .txz suffix for
2939 XZ-compressed tar archives (bug#13770).
2940
2941 2013-02-20 Bastien Guerry <bzg@gnu.org>
2942
2943 * outline.el (outline-regexp, outline-heading-end-regexp):
2944 Make variables, not options (bug#13731).
2945
2946 2013-02-20 Glenn Morris <rgm@gnu.org>
2947
2948 * image.el (image-current-frame): Change from variable to function.
2949 (image-show-frame): Rename from image-nth-frame. Update callers.
2950 * image-mode.el (image-multi-frame): New variable.
2951 (image-mode-map, image-mode, image-goto-frame):
2952 Use image-multi-frame rather than image-current-frame.
2953 (image-mode, image-goto-frame): Use image-current-frame as
2954 function rather than as variable.
2955
2956 * emacs-lisp/cl-lib.el (cl-floatp-safe): Make it an alias for floatp.
2957 * emacs-lisp/cl-macs.el (cl--make-type-test)
2958 (cl--compiler-macro-assoc): Use floatp rather than cl-floatp-safe.
2959
2960 2013-02-19 Michael Albinus <michael.albinus@gmx.de>
2961
2962 * net/tramp-cache.el (tramp-get-hash-table): New defun.
2963 (tramp-get-file-property, tramp-set-file-property)
2964 (tramp-get-connection-property, tramp-set-connection-property): Use it.
2965 (tramp-flush-file-property, tramp-flush-directory-property):
2966 Rename argument to KEY.
2967 (tramp-flush-connection-property): Simplify a little bit.
2968 (tramp-connection-property-p): New defun.
2969 (top): Reapply saved values only if there isn't a corresponding
2970 entry in `tramp-connection-properties'.
2971
2972 2013-02-19 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
2973
2974 * progmodes/python.el (python-indent-context):
2975 Fix python-info-line-ends-backslash-p call.
2976 (python-info-line-ends-backslash-p)
2977 (python-info-beginning-of-backslash): Respect line-number argument.
2978 (python-info-current-line-comment-p):
2979 Fix behavior when not at beginning-of-line.
2980 (python-util-position): Remove function.
2981 (python-util-goto-line): New function.
2982
2983 2013-02-19 Michael Albinus <michael.albinus@gmx.de>
2984
2985 * eshell/em-unix.el (eshell/su): Require tramp.
2986 (eshell/sudo): Require tramp. Remove now unnecessary check.
2987
2988 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Let-bind
2989 `tramp-current-connection' in order to avoid an error when several
2990 commands are invoked in a short time in eshell and friends.
2991
2992 2013-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
2993
2994 Cleanup some of EIEIO's namespace.
2995 * emacs-lisp/eieio.el (eieio--define-field-accessors): New macro.
2996 Use it to define all the class-* and object-* field accessors (renamed
2997 to eieio--class-* and eieio--object-*). Update all uses.
2998 (eieio--class-num-slots, eieio--object-num-slots): Rename from
2999 class-num-slots and object-num-slots.
3000 (eieio--check-type): New macro.
3001 (eieio-defclass, eieio-oref, eieio-oref-default, same-class-p)
3002 (object-of-class-p, child-of-class-p, object-slots, class-slot-initarg)
3003 (eieio-oset, eieio-oset-default, object-assoc, object-assoc-list)
3004 (object-assoc-list-safe): Use it.
3005 (eieio-defclass): Tighten regexp.
3006 (eieio--defmethod): Use `memq'. Signal an error for unknown method kind.
3007 Remove unreachable code.
3008 (object-class-fast): Declare obsolete.
3009 (eieio-class-name, eieio-object-name, eieio-object-set-name-string)
3010 (eieio-object-class, eieio-object-class-name, eieio-class-parents)
3011 (eieio-class-children, eieio-class-precedence-list, eieio-class-parent):
3012 Rename from class-name, object-name, object-set-name-string,
3013 object-class, object-class-name, class-parents, class-children,
3014 class-precedence-list, class-parent; with obsolete alias.
3015 (class-of, class-direct-superclasses, class-direct-subclasses):
3016 Declare obsolete.
3017 (eieio-defmethod): Use `memq'; remove unreachable code.
3018 * emacs-lisp/eieio-base.el (eieio-persistent-read):
3019 * emacs-lisp/eieio-opt.el (eieio-class-button, eieio-describe-generic)
3020 (eieio-browse-tree, eieio-browse): Use eieio--check-type.
3021
3022 2013-02-18 Aidan Gauland <aidalgol@no8wireless.co.nz>
3023
3024 * eshell/em-cmpl.el: Correct "context-related help" keybinding in
3025 commentary.
3026
3027 2013-02-18 Michael Heerdegen <michael_heerdegen@web.de>
3028
3029 * emacs-lisp/eldoc.el (eldoc-highlight-function-argument):
3030 Use font-lock-keyword-face for macros and special forms (bug#8345).
3031
3032 2013-02-17 Didier Verna <didier@didierverna.net>
3033
3034 * net/network-stream.el (network-stream-open-starttls):
3035 Check that response to the starttls-command is non-nil. (Bug#13706)
3036
3037 2013-02-17 Stefan Monnier <monnier@iro.umontreal.ca>
3038
3039 * font-lock.el (lisp-font-lock-keywords-1, lisp-font-lock-keywords-2):
3040 Don't assume all identifier chars have syntax word.
3041 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
3042 Remove bar-not-symbol. Adjust callers.
3043 (lisp-mode-variables): Don't set a font-lock-syntax-table.
3044
3045 2013-02-17 Leo Liu <sdl.web@gmail.com>
3046
3047 * net/rcirc.el (rcirc-keepalive): Fix invalid timer error.
3048
3049 2013-02-17 Glenn Morris <rgm@gnu.org>
3050
3051 * menu-bar.el (menu-bar-tools-menu): Fix case of EDE entry.
3052
3053 * image-mode.el (image-mode-map): Add image-dired menu entry.
3054
3055 * image-dired.el (tumme): Make this alias obsolete.
3056
3057 2013-02-16 Glenn Morris <rgm@gnu.org>
3058
3059 * image.el (image-animated-types): Remove.
3060 (image-multi-frame-p): Rename from image-animated-p, and generalize.
3061 (image-animated-p): Make obsolete alias.
3062 (image-animate, image-nth-frame, image-animate-timeout):
3063 Use image-multi-frame-p.
3064 (image-animate-timeout): If no delay, use image-default-frame-delay.
3065 * image-mode.el (image-mode, image-toggle-animation):
3066 Use image-multi-frame-p. (Bug#763, bug#10739)
3067 (image-mode): Adjust startup message for a multi-frame image.
3068
3069 * image-mode.el (image-mode-map): Give it a menu.
3070
3071 2013-02-16 Michael Albinus <michael.albinus@gmx.de>
3072
3073 * net/tramp-cache.el (tramp-connection-properties): New customer
3074 option.
3075 (tramp-get-connection-property): Use it.
3076
3077 * net/tramp-compat.el (top): Require 'trampver.
3078
3079 * net/tramp-sh.el (tramp-remote-process-environment):
3080 Set tramp-autoload cookie.
3081
3082 2013-02-16 Kevin Ryde <user42@zip.com.au>
3083
3084 * info-look.el (info-lookup-select-mode): If major-mode has no
3085 info-lookup-alist entry then search up derived-mode-parent (bug#8660).
3086
3087 2013-02-16 Jambunathan K <kjambunathan@gmail.com>
3088
3089 * replace.el (read-regexp): Tighten the regexp that matches tag.
3090 When tag is retrieved with `find-tag-default', use regexp that
3091 matches tag at point. Also update docstring (Bug#13687).
3092
3093 2013-02-16 Eli Zaretskii <eliz@gnu.org>
3094
3095 * autorevert.el (auto-revert-notify-add-watch): With 'w32notify',
3096 add watch for the file, not its parent directory, since w32notify
3097 sets up the watch for the directory internally. (Bug#13725)
3098
3099 2013-02-16 Glenn Morris <rgm@gnu.org>
3100
3101 * image.el (image-default-frame-delay): New variable.
3102 (image-animated-p): Use image-default-frame-delay.
3103 (image-minimum-frame-delay): New constant.
3104 (image-animate-timeout): Use image-minimum-frame-delay.
3105
3106 * image.el (image-nth-frame): New, split from image-animate-timeout.
3107 (image-animate-timeout): Use image-nth-frame.
3108 * image-mode.el (image-goto-frame, image-next-frame)
3109 (image-previous-frame): New commands.
3110 (image-mode-map): Add new frame commands.
3111
3112 2013-02-16 Jonas Bernoulli <jonas@bernoul.li>
3113
3114 * emacs-lisp/tabulated-list.el (tabulated-list-print-col):
3115 If col-desc already has help-echo, use it. (Bug#13563)
3116
3117 2013-02-16 Glenn Morris <rgm@gnu.org>
3118
3119 * image.el (image-current-frame): New variable.
3120 (image-animate-timeout): Set image-current-frame.
3121 * image-mode.el (image-mode): For animated images,
3122 display a frame counter via mode-line-process.
3123
3124 * font-lock.el (lisp-font-lock-keywords-1): Add defvar-local.
3125
3126 2013-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
3127
3128 * simple.el (eval-expression): Let `exp' set the mark (bug#13724).
3129
3130 2013-02-15 Alan Mackenzie <acm@muc.de>
3131
3132 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode): When a
3133 global minor mode has been enabled, call the minor mode function
3134 for a new buffer once only, after the major mode hook, whilst
3135 allowing that hook explicitly to disable the minor mode.
3136 (MODE-disable-in-buffer): New (generated) function.
3137 (disable-MODE): New (generated) buffer local variable.
3138
3139 2013-02-15 Jambunathan K <kjambunathan@gmail.com>
3140
3141 * iswitchb.el (iswitchb-read-buffer): Bind `C-.' and `C-,' to
3142 `iswitchb-next-match' and `iswitchb-prev-match' resply.
3143 * ido.el (ido-init-completion-maps): Bind `C-.' and `C-,' to
3144 `ido-next-match' and `ido-prev-match' resply.
3145 * icomplete.el (icomplete-minibuffer-map): Unbind `C-s' and `C-r'.
3146 Bind `C-.' and `C-,' to `icomplete-forward-completions' and
3147 `icomplete-backward-completions' (Bug#13708).
3148
3149 2013-02-15 Glenn Morris <rgm@gnu.org>
3150
3151 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
3152
3153 2013-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
3154
3155 * net/goto-addr.el (goto-address-fontify): Add start and end args.
3156 (goto-address-fontify-region): Use them instead of narrowing, so
3157 syntax-ppss has access to the whole buffer.
3158
3159 2013-02-15 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
3160
3161 * progmodes/python.el: Explain how to restore "cc-mode"-like
3162 forward-sexp movement in header documentation (Bug#13642).
3163 (python-nav--forward-sexp): Behave like emacs-lisp-mode in
3164 comments and strings (GH bug 114).
3165
3166 2013-02-15 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
3167
3168 * progmodes/python.el (python-info-current-defun): Fix current
3169 defun detection (Bug#13618).
3170
3171 2013-02-15 Chong Yidong <cyd@gnu.org>
3172
3173 * xml.el (xml-parse-string): Fix typo in handling of bad character
3174 references.
3175
3176 2013-02-15 Glenn Morris <rgm@gnu.org>
3177
3178 * play/fortune.el (fortune-compile): Simplify and fix previous change.
3179
3180 2013-02-14 Michael Albinus <michael.albinus@gmx.de>
3181
3182 * net/tramp.el (tramp-debug-message):
3183 Add `tramp-condition-case-unless-debug'.
3184 (tramp-debug-on-error): New defvar.
3185 (tramp-condition-case-unless-debug): New defun.
3186 (tramp-file-name-handler): Use it.
3187
3188 2013-02-14 Juri Linkov <juri@jurta.org>
3189
3190 * info.el (Info-isearch-filter): Treat non-nil values of
3191 `search-invisible' including its default value `open'
3192 like the value `t' to match hidden text. (Bug#13402)
3193
3194 2013-02-14 Glenn Morris <rgm@gnu.org>
3195
3196 * help-fns.el (find-lisp-object-file-name): Give special treatment
3197 to all ~/.foo.elc files, not just ~/.emacs. (Bug#9007)
3198
3199 2013-02-14 David Biesack <sasdjb@d72933.na.sas.com> (tiny change)
3200
3201 * net/quickurl.el (quickurl-save-urls):
3202 Ensure quickurl-urls is not truncated on printing. (Bug#9276)
3203
3204 2013-02-14 Dmitry Gutov <dgutov@yandex.ru>
3205
3206 * progmodes/ruby-mode.el (ruby-parse-partial): Don't increase
3207 depth for unfinished percent literal. Not using it in the caller.
3208 (ruby-move-to-block): Jump over multiline literals of all types,
3209 ignoring code-looking contents inside them.
3210 (ruby-add-log-current-method): Improve performance at the expense
3211 of accuracy. `ruby-block-contains-point' is relatively slow, so
3212 only use it for method and singleton class blocks.
3213
3214 2013-02-13 Michael Albinus <michael.albinus@gmx.de>
3215
3216 Use ControlMaster where applicable. (Bug#13677)
3217
3218 * net/tramp.el (tramp-ssh-controlmaster-template): New defvar,
3219 replacing `tramp-detect-ssh-controlmaster'.
3220 (tramp-default-method): Use it.
3221
3222 * net/tramp-sh.el (tramp-methods) [scp, scp1, scp2, scpx, sftp]:
3223 [rsync, ssh, ssh1, ssh2, sshx]: Add ControlPath and ControlMaster
3224 arguments.
3225 [scpc, rsyncc]: Remove methods.
3226 (top): Remove completion functions for "scpc", "rsyncc", "ssh1_old"
3227 and "ssh2_old".
3228 (tramp-do-copy-or-rename-file-out-of-band): Change trace level.
3229 (tramp-maybe-open-connection): Reuse tmpfile for ControlPath.
3230
3231 2013-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
3232
3233 * emacs-lisp/package.el (package--initialized): Move before first use.
3234
3235 2013-02-13 Jambunathan K <kjambunathan@gmail.com>
3236
3237 * icomplete.el (icomplete-hide-common-prefix): New user option.
3238 (icomplete-first-match): New face.
3239 (icomplete-completions): Correct handling of "complete but not
3240 unique" (Bug#12638).
3241
3242 2013-02-13 YE Qianchuan <stool.ye@gmail.com> (tiny change)
3243
3244 * descr-text.el (describe-char): Display the script (bug#13698).
3245
3246 2013-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
3247
3248 * tmm.el: Use lexical-binding and current-active-maps.
3249 (tmm-menubar): Use map-keymap and pcase.
3250 (tmm--completion-table): New function.
3251 (tmm-prompt): Use it to fix the menu order.
3252 (tmm-get-keybind): Use current-active-maps.
3253
3254 2013-02-12 Christopher Schmidt <christopher@ch.ristopher.com>
3255
3256 Add dired-hide-details-mode. (Bug#6799)
3257
3258 * locate.el (locate-mode): Set parent mode property to dired-mode.
3259
3260 * find-dired.el (find-dired): Call dired-insert-set-properties on
3261 initial information line. Set process mark on end of buffer.
3262 (find-dired-sentinel):
3263 Call dired-insert-set-properties on summary.
3264
3265 * dired.el (dired-hide-details-hide-symlink-targets)
3266 (dired-hide-details-hide-information-lines): New options.
3267 (dired-insert-directory):
3268 Set properties after final treatment of output.
3269 (dired-insert-set-properties):
3270 Set dired-hide-details-* properties.
3271 (dired-mode-map): Bind dired-hide-details-mode.
3272 (dired-mode): Set buffer-invisibility-spec to a list.
3273 (dired-next-line): Skip hidden lines.
3274 (dired-previous-line): Use dired-next-line.
3275 (dired-hide-details-mode): New minor mode.
3276 (dired-hide-details-update-invisibility-spec): New function.
3277
3278 2013-02-13 Glenn Morris <rgm@gnu.org>
3279
3280 * play/yow.el: Move to obsolete/. (Bug#9384)
3281
3282 2013-02-13 Juri Linkov <juri@jurta.org>
3283
3284 * vc/ediff-util.el (ediff-recenter): Use `select-frame-set-input-focus'
3285 to select `ediff-control-frame' and set input focus correctly on Xfce.
3286 (Bug#12218)
3287
3288 2013-02-13 Juri Linkov <juri@jurta.org>
3289
3290 * image-mode.el (image-mode-map):
3291 * doc-view.el (doc-view-mode-map):
3292 * vc/ediff-util.el (ediff-setup-keymap):
3293 Make S-SPC scroll in the opposite sense to SPC. (Bug#2145)
3294
3295 2013-02-13 Dmitry Gutov <dgutov@yandex.ru>
3296
3297 * progmodes/ruby-mode.el (ruby-move-to-block): Improve
3298 performance. Instead of recalculating indentation fully for each
3299 line, sum up indentation depth based only on visited lines.
3300 (ruby-parse-partial): Increase the depth after "do" even when END
3301 is right after it.
3302 (ruby-parse-partial): When END is in the middle of a percent
3303 literal, increase the depth if the delimiter chars belong to the
3304 paren syntax class.
3305
3306 2013-02-13 Kirill A. Korinskiy <catap@catap.ru>
3307
3308 * play/fortune.el (fortune-compile): Also make the compiled file
3309 if it does not exist at all, not just if it is old. (Bug#5338)
3310
3311 2013-02-13 Glenn Morris <rgm@gnu.org>
3312
3313 * emacs-lisp/package.el (package-menu-execute): Doc fix.
3314
3315 2013-02-13 Yves Baumes <ybaumes@gmail.com> (tiny change)
3316
3317 * lisp/emacs-lisp/package.el (package-menu-execute):
3318 Add optional noquery argument. (Bug#13625)
3319
3320 2013-02-13 Michael Albinus <michael.albinus@gmx.de>
3321
3322 * net/ange-ftp.el (ange-ftp-make-directory): Don't raise an error,
3323 if DIR exists and PARENTS is non-nil.
3324
3325 2013-02-13 Juanma Barranquero <lekktu@gmail.com>
3326
3327 * progmodes/js.el (js--multi-line-declaration-indentation):
3328 Silence byte-compiler warning.
3329
3330 2013-02-12 Michael Albinus <michael.albinus@gmx.de>
3331
3332 * net/tramp-adb.el (tramp-adb-handle-start-file-process): Rewrite.
3333
3334 * net/tramp-compat.el (top): Declare `remote-file-name-inhibit-cache'
3335 only if it doesn't exist.
3336
3337 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
3338 Set process marker.
3339
3340 2013-02-12 Tassilo Horn <tsdh@gnu.org>
3341
3342 * doc-view.el (doc-view-odf->pdf-converter-soffice): Use separate
3343 UserInstallation when calling soffice to work around LibreOffice
3344 bug 37531.
3345
3346 2013-02-12 Glenn Morris <rgm@gnu.org>
3347
3348 * files.el (basic-save-buffer):
3349 Offer to create a non-existing directory. (Bug#3016)
3350
3351 * calc/calc-graph.el (calc-graph-show-dumb):
3352 * calendar/calendar.el (calendar-mode-map):
3353 * cus-edit.el (custom-mode-map):
3354 * ehelp.el (electric-help-map):
3355 * emulation/vip.el (vip-mode-map):
3356 * epa.el (epa-key-list-mode-map):
3357 * info.el (Info-mode-map):
3358 * mail/rmail.el (rmail-mode-map):
3359 * mail/rmailsum.el (rmail-summary-mode-map):
3360 * man.el (Man-mode-map):
3361 * net/newst-plainview.el (newsticker-mode-map):
3362 * progmodes/cpp.el (cpp-edit-mode-map):
3363 * progmodes/grep.el (grep-mode-map):
3364 * progmodes/idlw-help.el (idlwave-help-mode-map):
3365 * simple.el (special-mode-map):
3366 * startup.el (splash-screen-keymap):
3367 * view.el (view-mode-map):
3368 Make S-SPC scroll in the opposite sense to SPC. (Bug#2145)
3369
3370 2013-02-11 Elias Pipping <pipping@lavabit.com>
3371
3372 * doc-view.el (doc-view-current-cache-dir): Beware % escapes
3373 (bug#13679).
3374
3375 2013-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
3376
3377 * cus-start.el (all): Remove inhibit-local-menu-bar-menus.
3378
3379 2013-02-11 Glenn Morris <rgm@gnu.org>
3380
3381 * vc/diff.el (diff-use-labels): New variable.
3382 (diff-no-select): Use --label rather than -L, and first
3383 check that it is supported. (Bug#11067)
3384
3385 * files.el (enable-dir-local-variables): New variable.
3386 (hack-dir-local-variables): Respect enable-dir-local-variables.
3387 * tutorial.el (help-with-tutorial):
3388 Ignore directory-local variables. (Bug#11127)
3389
3390 * vc/vc-svn.el (vc-svn-command): Move --non-interactive from here...
3391 (vc-svn-global-switches): ... to here. (Bug#13513)
3392
3393 2013-02-10 Christopher Schmidt <christopher@ch.ristopher.com>
3394
3395 * minibuf-eldef.el (minibuffer-default--in-prompt-regexps):
3396 Handle "foo (bar, default: xxx): " prompts.
3397
3398 2013-02-10 Chong Yidong <cyd@gnu.org>
3399
3400 * files.el (basic-save-buffer-1): Do not set
3401 buffer-file-coding-system-explicit (Bug#4533).
3402
3403 * mail/emacsbug.el (report-emacs-bug): Change binding of
3404 report-emacs-bug-insert-to-mailer to C-c M-i (Bug#13510).
3405
3406 2013-02-09 Jay Belanger <jay.p.belanger@gmail.com>
3407
3408 * calc/calc.el (calc-allow-units-as-numbers): New variable.
3409 * calc/calc-units.el (calc-convert-units): Use new variable.
3410
3411 2013-02-09 Eli Zaretskii <eliz@gnu.org>
3412
3413 * subr.el (buffer-file-type, default-buffer-file-type): Remove.
3414
3415 * net/ange-ftp.el (ange-ftp-insert-file-contents): Don't reference
3416 buffer-file-type.
3417
3418 * mail/feedmail.el (feedmail-force-binary-write): Doc fix.
3419 (feedmail-run-the-queue, feedmail-dump-message-to-queue)
3420 (feedmail-send-it-immediately): Don't bind buffer-file-type, bind
3421 coding-system-for-write instead.
3422
3423 * jka-compr.el (jka-compr-write-region): Don't bind
3424 buffer-file-type.
3425
3426 * emacs-lisp/bytecomp.el (byte-compile-file): Don't bind
3427 buffer-file-type.
3428
3429 * files.el (file-name-buffer-file-type-alist): Remove defvar.
3430 (insert-file-contents-literally): Remove reference to
3431 file-name-buffer-file-type-alist.
3432
3433 * dos-w32.el (file-name-buffer-file-type-alist): Deprecate and
3434 make-obsolete.
3435 (find-buffer-file-type-match, find-buffer-file-type): Remove.
3436 (find-buffer-file-type-coding-system): Remove references to
3437 find-buffer-file-type-match, find-buffer-file-type, and
3438 buffer-file-type.
3439 Don't put find-buffer-file-type-coding-system into
3440 file-coding-system-alist.
3441 (find-file-binary, find-file-text): Bind coding-system-for-read
3442 instead of file-name-buffer-file-type-alist.
3443
3444 2013-02-09 Jambunathan K <kjambunathan@gmail.com>
3445
3446 * doc-view.el: Use (and prefer) soffice as default ODF->PDF
3447 converter (Bug#13622).
3448 (doc-view-unoconv-program): Make obsolete alias.
3449 (doc-view-odf->pdf-converter-program): New variable.
3450 (doc-view-odf->pdf-converter-function): New variable.
3451 (doc-view-mode-p): Use it.
3452 (doc-view-odf->pdf-converter-unoconv):
3453 Rename from `doc-view-odf->pdf-converter-unoconv'.
3454 (doc-view-odf->pdf-converter-soffice): New function.
3455 (doc-view-convert-current-doc):
3456 Use `doc-view-odf->pdf-converter-function'.
3457
3458 2013-02-09 Chong Yidong <cyd@gnu.org>
3459
3460 * minibuffer.el (minibuffer-inactive-mode-map): Bind mouse-1 to
3461 view-echo-area-messages (Bug#13340).
3462
3463 * help.el (view-echo-area-messages): Use display-buffer.
3464
3465 * dired-x.el (dired-do-run-mail): Prompt for confirmation
3466 (Bug#13561).
3467
3468 2013-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
3469
3470 * emacs-lisp/byte-run.el (eval-when-compile, eval-and-compile):
3471 Eval body right away, now that we do eager macroexpansion (bug#13605).
3472
3473 * simple.el (end-of-buffer): Don't touch unrelated windows (bug#13466).
3474 (fundamental-mode): Use run-mode-hooks.
3475
3476 * eshell/esh-proc.el (eshell/kill): Fix last change.
3477 * eshell/em-ls.el (eshell-ls-dir): Fix use of CL in last change.
3478
3479 2013-02-08 Aidan Gauland <aidalgol@no8wireless.co.nz>
3480
3481 * eshell/esh-proc.el (eshell/kill): Rewrite.
3482
3483 * eshell/em-ls.el (show-almost-all): Declare.
3484 (eshell-do-ls): Add support for -A argument.
3485
3486 2013-02-08 Jambunathan K <kjambunathan@gmail.com>
3487
3488 * icomplete.el (icomplete-forward-completions)
3489 (icomplete-backward-completions): Handle corner case (bug#13602).
3490
3491 2013-02-07 Michael Albinus <michael.albinus@gmx.de>
3492
3493 * vc/vc-hooks.el (vc-find-file-hook): `buffer-file-truename' can
3494 be nil. Handle this. (Bug#13636)
3495
3496 2013-02-07 Richard Stallman <rms@gnu.org>
3497
3498 * mail/rmail.el (rmail-variables): Specify `no-conversion' for
3499 `save-buffer-coding-system'.
3500
3501 2013-02-07 Alan Mackenzie <acm@muc.de>
3502
3503 Fix bug in state cache mechanism. Remove 'BOD "strategy". Refactor.
3504 * progmodes/cc-engine.el (c-get-fallback-scan-pos): Remove.
3505 (c-parse-state-get-strategy): Don't return 'BOD any more.
3506 (c-append-lower-brace-pair-to-state-cache):
3507 Extra parameter HERE instead of narrowing.
3508 Widen to top of buffer before searching backwards for a brace pair.
3509 (c-state-push-any-brace-pair): Add HERE parameter to function call.
3510 (c-append-to-state-cache): Extra parameter HERE in place of narrowing.
3511 Narrow to parameter HERE, in place of being called narrowed.
3512 (c-remove-stale-state-cache): Extra parameter HERE in place of
3513 narrowing. Check there's an open brace in the cache before
3514 searching for its match.
3515 (c-invalidate-state-cache-1): Add HERE parameter to function call.
3516 (c-parse-state-1): Don't narrow here for 'forward strategy,
3517 instead passing extra parameter HERE to several functions.
3518 Remove 'BOD strategy.
3519
3520 2013-02-06 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
3521
3522 * emacs-lisp/package.el (describe-package-1): Tell what archive is
3523 used to install the package.
3524
3525 2013-02-06 Glenn Morris <rgm@gnu.org>
3526
3527 * vc/vc-hooks.el (vc-find-file-hook): Don't ask about following links
3528 if we can't get user input. (Bug#6567)
3529
3530 * startup.el (command-line): If simple.el is missing,
3531 test and warn about for some possible causes.
3532
3533 2013-02-05 Jan Djärv <jan.h.d@swipnet.se>
3534
3535 * cus-start.el (all): Add ns-use-native-fullscreen.
3536
3537 2013-02-05 Glenn Morris <rgm@gnu.org>
3538
3539 * profiler.el (profiler-report-mode-map): Add a restart menu entry.
3540
3541 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
3542 Fix directory creation in fallback case.
3543
3544 2013-02-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3545
3546 * vc/vc.el (vc-next-action): Fix inf-loop (bug#13610).
3547 (vc-update-change-log): Use dolist.
3548
3549 2013-02-04 Chong Yidong <cyd@gnu.org>
3550
3551 * thingatpt.el: Rewrite the URL detection routines, absorbing some
3552 code from ffap.el.
3553 (thing-at-point-beginning-of-url-regexp): New var.
3554 (thing-at-point-uri-schemes): Update list of URI schemes.
3555 (thing-at-point-url-regexp): Variable deleted.
3556 (thing-at-point-markedup-url-regexp): Disallow newlines.
3557 (thing-at-point-newsgroup-regexp)
3558 (thing-at-point-newsgroup-heads)
3559 (thing-at-point-default-mail-uri-scheme): New variables.
3560 (thing-at-point-bounds-of-url-at-point): Rewrite. Use ffap's
3561 method to find the possible bounds of the URI at point.
3562 New optional argument to find ill-formed URIs.
3563 (thing-at-point-url-at-point): Rewrite. New arguments for finding
3564 ill-formed URIs. Use thing-at-point-bounds-of-url-at-point, and
3565 the scheme-adding heuristics from ffap-url-at-point.
3566 (thing-at-point--bounds-of-well-formed-url): New function.
3567 Do parens matching to decide whether to include parens in the URI
3568 (Bug#9153).
3569
3570 * ffap.el: Require thingatpt.
3571 (ffap-url-at-point): Delegate URI detection to thing-at-point.
3572 All URI-valid characters are now recognized (Bug#5673).
3573 (ffap-string-at-point): Use use-region-p.
3574 (ffap-url-regexp): Extra character is handled by thing-at-point.
3575 (ffap-string-at-point-mode-alist): Allow parentheses.
3576 (ffap-newsgroup-regexp, ffap-newsgroup-heads, ffap-newsgroup-p):
3577 Convert to aliases; code moved to thingatpt.el.
3578 (ffap-gnus-hook): Use setq-local.
3579
3580 2013-02-04 Glenn Morris <rgm@gnu.org>
3581
3582 * emacs-lisp/ert.el (ert--explain-format-atom):
3583 Don't try to print non-characters as characters. (Bug#13543)
3584
3585 2013-02-03 Michael Albinus <michael.albinus@gmx.de>
3586
3587 * net/tramp.el (tramp-debug-message): Extend function exclude list.
3588 (tramp-backtrace): New defun.
3589 (tramp-handle-insert-file-contents): Use `visit' when inserting
3590 the local copy.
3591
3592 * net/tramp-sh.el (tramp-sh-handle-set-visited-file-modtime):
3593 Use `remote-file-name-inhibit-cache'.
3594
3595 2013-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
3596
3597 * progmodes/cperl-mode.el (cperl-mode): Avoid byte-compile warning
3598 (bug#13614).
3599
3600 * subr.el (internal--called-interactively-p--get-frame): Avoid filling
3601 current-load-list (bug#13366).
3602
3603 2013-02-02 Christopher Schmidt <christopher@ch.ristopher.com>
3604
3605 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3606 Identify g++ template instantiation trace. (Bug#12287)
3607 (compilation-mode-hook, compilation-start-hook)
3608 (compilation-window-height): Simplify docstrings. (Bug#13379)
3609
3610 2013-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
3611
3612 * mouse.el (mouse-drag-track): Always deactivate the mark before
3613 running the final event's command since that command is in charge of
3614 activating the mark if needed (bug#13523).
3615
3616 2013-02-02 Juri Linkov <juri@jurta.org>
3617
3618 * replace.el (perform-replace): Move let-bindings of isearch-*
3619 variables deeper to the loop that searches for the next match.
3620 Add bindings for `isearch-nonincremental' and `isearch-adjusted'.
3621 Use `isearch-search-fun-default' instead of `isearch-search-fun'.
3622 (Bug#13579)
3623
3624 * isearch.el (isearch-search-fun-default): Check for null
3625 first element of isearch-cmds as a precaution when it's used
3626 with inactive isearch.
3627
3628 2013-02-02 Andrew W. Nosenko <andrew.w.nosenko@gmail.com> (tiny change)
3629
3630 * net/tramp.el (tramp-check-for-regexp): Avoid "Args out of range"
3631 error when buffer in question is narrowed so position 1 is out of
3632 visible part.
3633
3634 2013-02-02 Glenn Morris <rgm@gnu.org>
3635
3636 * textmodes/remember.el (remember-clipboard): Doc fix.
3637
3638 2013-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
3639
3640 * progmodes/make-mode.el (makefile-fill-paragraph): Reset syntax-table
3641 properties (bug#13179).
3642
3643 2013-02-02 Juri Linkov <juri@jurta.org>
3644
3645 * progmodes/grep.el (grep-regexp-alist): Use variable grep-match-face
3646 instead of hard-coded default face `match'. (Bug#9438)
3647
3648 2012-02-01 Christopher Schmidt <christopher@ch.ristopher.com>
3649
3650 * vc/vc-arch.el (vc-arch-registered):
3651 * vc/vc-bzr.el (vc-bzr-registered):
3652 * vc/vc-cvs.el (vc-cvs-registered):
3653 * vc/vc-git.el (vc-git-registered):
3654 * vc/vc-hg.el (vc-hg-registered):
3655 * vc/vc-mtn.el (vc-mtn-registered):
3656 * vc/vc-svn.el (vc-svn-registered): Suppress load messages.
3657 (Bug#13139)
3658
3659 * info.el (Info-next-reference, Info-prev-reference): Add numeric
3660 prefix argument. (Bug#11656)
3661
3662 2013-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
3663
3664 * help-fns.el (help-split-fundoc): Don't insert byte-compiled body.
3665
3666 2013-02-01 Glenn Morris <rgm@gnu.org>
3667
3668 * vc/vc-hooks.el (vc-menu-map): Disable vc-rollback menu item
3669 if the backend is known not to support it.
3670
3671 * imenu.el (imenu-default-create-index-function):
3672 Tweak infinite loop test to check for forward motion as well as none.
3673
3674 2013-02-01 Alex Harsanyi <AlexHarsanyi@gmail.com>
3675
3676 * net/soap-client.el (soap-invoke): Encode the string for
3677 `url-request-data' as UTF-8.
3678 Fixes <http://code.google.com/p/emacs-soap-client/issues/detail?id=16>.
3679
3680 2013-02-01 Glenn Morris <rgm@gnu.org>
3681
3682 * calc/calc-help.el (calc-view-news): Use view-emacs-news.
3683
3684 * calc/README, calc/README.prev: Rename/merge to etc/CALC-NEWS.
3685
3686 2013-01-31 Michael Albinus <michael.albinus@gmx.de>
3687
3688 * net/tramp.el (tramp-tramp-file-p): Comment check for
3689 `string-as-unibyte'. The function does not exist on XEmacs, and
3690 likely we need another approach.
3691
3692 * net/tramp-sh.el (tramp-compute-multi-hops): Check, whether
3693 `tramp-gw-*' variables are bound.
3694
3695 2013-01-31 Glenn Morris <rgm@gnu.org>
3696
3697 * files.el (basic-save-buffer-2): Choose coding system for
3698 writing the file before backing it up, to reduce delay between
3699 backing up and writing the new version. (Bug#13522)
3700
3701 2013-01-31 Michal Nazarewicz <mina86@mina86.com>
3702
3703 * simple.el (cycle-spacing): New command.
3704 (just-one-space): Use it.
3705
3706 2013-01-31 Stefan Monnier <monnier@iro.umontreal.ca>
3707
3708 * progmodes/opascal.el: Rename from delphi.el. Use lexical-binding.
3709 (opascal-newline-always-indents): Remove custom.
3710 (opascal-tab, opascal-newline): Remove commands.
3711 (opascal-new-comment-line): Insert "\n" instead of calling newline.
3712 (opascal-mode-map): Keep default bindings for RET and TAB and DEL.
3713 (opascal-save-match-data): Remove, use save-match-data instead.
3714 (opascal-save-state): Use with-silent-modifications.
3715
3716 * progmodes/pascal.el (pascal-mode-syntax-table): Accept //..\n comments
3717 (bug#13585).
3718
3719 2013-01-30 Juri Linkov <juri@jurta.org>
3720
3721 * frame.el (toggle-frame-maximized, toggle-frame-fullscreen):
3722 Use fullboth as an alias for fullscreen. Suggested by Jan Djärv in
3723 <http://lists.gnu.org/archive/html/emacs-devel/2013-01/msg00203.html>.
3724
3725 2013-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
3726
3727 * progmodes/make-mode.el (makefile-backslash-region): Don't compute
3728 column if we're just deleting the backslashes.
3729 (makefile-fill-paragraph): Use eolp.
3730
3731 2013-01-30 Michael Albinus <michael.albinus@gmx.de>
3732
3733 * autorevert.el (auto-revert-use-notify): Fix docstring.
3734
3735 2013-01-30 Leo Liu <sdl.web@gmail.com>
3736
3737 * imenu.el (imenu--truncate-items): Fix subalist checking (bug#13576).
3738
3739 2013-01-30 Glenn Morris <rgm@gnu.org>
3740
3741 * mouse.el (mouse-drag-line): Avoid pushing same event onto
3742 unread-command-events twice in some cases. This tries to implement
3743 the 2012-07-26 changes in a different way. (Bug#13560)
3744
3745 2013-01-30 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
3746
3747 * progmodes/python.el
3748 (python-pdbtrack-comint-output-filter-function): Enhancements on
3749 stacktrace detection. (thanks @gnovak)
3750
3751 2013-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
3752
3753 * jit-lock.el (jit-lock-stealth-chunk-start): Don't widen (bug#13542).
3754 (jit-lock-mode, jit-lock-functions, jit-lock-context-unfontify-pos):
3755 Use defvar-local.
3756 (jit-lock-register): Use setq-local.
3757
3758 2013-01-30 Jay Belanger <jay.p.belanger@gmail.com>
3759
3760 * calc-units.el (math-default-units-table): Remove initial value.
3761 (calc-convert-units): Treat expressions where all the units cancel as
3762 if they didn't have units.
3763
3764 2013-01-30 Michael Albinus <michael.albinus@gmx.de>
3765
3766 * net/tramp.el (tramp-process-connection-type): Fix docstring.
3767 (tramp-completion-reread-directory-timeout): Fix type.
3768 (tramp-connection-min-time-diff): New defcustom.
3769
3770 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
3771
3772 2013-01-30 Glenn Morris <rgm@gnu.org>
3773
3774 * imenu.el (imenu-default-create-index-function):
3775 Put back a version of the infinite loop test removed 2013-01-23.
3776
3777 2013-01-30 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
3778
3779 * progmodes/python.el (python-shell-parse-command):
3780 Find python-shell-interpreter with modified environment.
3781
3782 2013-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
3783
3784 * emacs-lisp/cl.el (cl-set-getf): Add compatibility alias.
3785
3786 2013-01-29 Alan Mackenzie <acm@muc.de>
3787
3788 Amend to fontify /regexp/s in actions correctly.
3789 * cc-awk.el (c-awk-harmless-char-re, c-awk-harmless-string*-re):
3790 (c-awk-harmless-string*-here-re): Braces, parens and semicolons
3791 are no longer included.
3792 (c-awk-harmless-line-char-re, c-awk-harmless-line-string*-re):
3793 What used to be these variables without "-line" in the name.
3794 (c-awk-neutral-re): { is no longer neutral. Escaped newlines now are.
3795 (c-awk-non-arith-op-bra-re): Now also matches {.
3796 (c-awk-pre-exp-alphanum-kwd-re): New regexp to match "print",
3797 "return", and "case".
3798 (c-awk-kwd-regexp-sign-re): New, to match "print", etc., followed
3799 by /.
3800 (c-awk-syntax-tablify-/): Check special cases "print /re/", etc.
3801 (c-awk-set-syntax-table-properties): Extend FSM to handle {,},(,),;.
3802
3803 2013-01-29 Michael Albinus <michael.albinus@gmx.de>
3804
3805 * autorevert.el (auto-revert-use-notify):
3806 Use `custom-initialize-default' for initialization. (Bug#13583)
3807
3808 * net/ange-ftp.el (ange-ftp-skip-msgs): Add another message.
3809
3810 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
3811 Catch `suppress'. Otherwise, `tramp-run-real-handler' might be called
3812 in `tramp-file-name-handler'.
3813 (tramp-gw-tunnel-method, tramp-gw-socks-method): Declare for
3814 compatibility.
3815 (tramp-compute-multi-hops): Check, whether
3816 `tramp-gw-tunnel-method' and `tramp-gw-socks-method' are non-nil.
3817
3818 2013-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
3819
3820 * hi-lock.el (hi-lock-unface-buffer): Don't assume `face' is a symbol
3821 (bug#13297).
3822
3823 2013-01-27 Dmitry Gutov <dgutov@yandex.ru>
3824
3825 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove some
3826 checks made superfluous by the \_< operator.
3827 * progmodes/ruby-mode.el (ruby-move-to-block): Work with (maybe
3828 temporarily) broken indentation.
3829 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
3830 Highlight nested constants, too. \_< broke that.
3831
3832 2013-01-27 Nobuyoshi Nakada <nobu@ruby-lang.org>
3833
3834 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Use "\\_<"
3835 instead of "\\b".
3836
3837 2013-01-27 Michael Albinus <michael.albinus@gmx.de>
3838
3839 * autorevert.el (auto-revert-handler): Notifications which result
3840 from a saved file shall not be taken into account. (Bug#13557)
3841
3842 2013-01-26 Andreas Schwab <schwab@linux-m68k.org>
3843
3844 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Add optional
3845 parameter BAR-NOT-SYMBOL to control syntax of | for font-lock.
3846 (lisp-mode): Pass t for it. (Bug#13556)
3847
3848 2013-01-25 Alan Mackenzie <acm@muc.de>
3849
3850 AWK Mode: Fix indentation bug at top level. Bug #12274.
3851
3852 * progmodes/cc-engine.el (c-guess-basic-syntax): Move CASE 5P to
3853 just before CASE 5D.
3854
3855 2013-01-25 Dmitry Antipov <dmantipov@yandex.ru>
3856
3857 * net/socks.el (socks-nslookup-host): Use string-to-number.
3858
3859 2013-01-25 Michael Albinus <michael.albinus@gmx.de>
3860
3861 * autorevert.el (auto-revert-remote-files)
3862 (auto-revert-notify-exclude-dir-regexp): New defcustoms.
3863 (auto-revert-notify-enabled, auto-revert-use-notify)
3864 (auto-revert-notify-watch-descriptor-hash-list)
3865 (auto-revert-notify-modified-p, auto-revert-notify-event-p)
3866 (auto-revert-notify-event-descriptor)
3867 (auto-revert-notify-event-action)
3868 (auto-revert-notify-event-file-name): Doc fix.
3869 (global-auto-revert-mode): Reorder checks.
3870 (auto-revert-notify-rm-watch): Respect changed values of
3871 `auto-revert-notify-watch-descriptor-hash-list'.
3872 (auto-revert-notify-add-watch): Check for
3873 `auto-revert-notify-exclude-dir-regexp'. Adapt filters for
3874 `inotify-add-watch'. Watch `default-directory' instead of
3875 `buffer-file-name'. `auto-revert-notify-watch-descriptor-hash-list'
3876 has a changed meaning now. (Bug#13540)
3877 (auto-revert-notify-handler): Change implementation wrt events
3878 returning from a directory.
3879 (auto-revert-handler): Reorder implementation for checks of remote
3880 files.
3881 (auto-revert-buffers): Fix parentheses error.
3882
3883 2013-01-25 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
3884
3885 * progmodes/python.el: Enhancements to header documentation about
3886 skeletons. (Bug#5716)
3887
3888 * imenu.el (imenu-default-create-index-function): Remove useless
3889 infinite loop check. (Bug#13438)
3890
3891 2013-01-25 Alan Mackenzie <acm@muc.de>
3892
3893 Fix a bug in the state cache mechanism. Refactor this a bit.
3894
3895 * progmodes/cc-engine.el (c-parse-state-get-strategy): Remove the
3896 `cache-pos' element from the return value.
3897 (c-append-lower-brace-pair-to-state-cache): "Narrow" to end of
3898 buffer to enable proper searching from beyond HERE. Amend the
3899 test for detecting the sought brace pair. Amend the value written
3900 to the "brace desert cache" when the brace isn't found.
3901 (c-remove-stale-state-cache): Rename `good-pos' to `start-point',
3902 and several other variables analogously.
3903 (c-remove-stale-state-cache-backwards): Change `cache-pos' from a
3904 parameter to a locally calculated variable.
3905 (c-parse-state-1): Change the calling conventions to the two
3906 defuns involving `cache-pos'.
3907
3908 2013-01-25 Chong Yidong <cyd@gnu.org>
3909
3910 * xml.el (xml-entity-or-char-ref-re): Fix regexp.
3911
3912 2013-01-24 Aaron Ecay <aaronecay@gmail.com> (tiny change)
3913
3914 * paren.el (show-paren-function): Make sure to set 'priority and
3915 'face only if the overlay does exist.
3916
3917 2013-01-24 Michael Albinus <michael.albinus@gmx.de>
3918
3919 * net/tramp.el (tramp-tramp-file-p): Check, whether NAME is unibyte.
3920
3921 * net/tramp-sh.el (tramp-sh-handle-set-file-acl): Do not suppress
3922 basic attributes.
3923 (tramp-sh-handle-set-file-acl): Improve error checking.
3924
3925 2013-01-24 Dmitry Antipov <dmantipov@yandex.ru>
3926
3927 * doc-view.el (doc-view-display): Force mode line update until all
3928 document is converted. Suggested by Stefan Monnier (Bug#13164).
3929
3930 2013-01-23 Bastien Guerry <bzg@gnu.org>
3931
3932 * paren.el (show-paren-function): Make sure an overlay exists
3933 before trying to delete it. Also use `pos' as a position only
3934 when it is an integer.
3935
3936 2013-01-23 Dmitry Antipov <dmantipov@yandex.ru>
3937
3938 * play/gametree.el (gametree-break-line-here): Use point-marker.
3939
3940 2013-01-22 Michael Albinus <michael.albinus@gmx.de>
3941
3942 * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
3943 Mark descriptive parts with `display' property.
3944
3945 2013-01-21 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
3946
3947 * textmodes/ispell.el (ispell-hunspell-dictionary-equivs-alist):
3948 New variable to map standard dict names to hunspell ones.
3949 (ispell-set-spellchecker-params): Make sure specific dict names
3950 are used for standard dicts with hunspell.
3951
3952 2013-01-21 Tassilo Horn <tsdh@gnu.org>
3953
3954 * textmodes/reftex-cite.el (reftex-format-citation): Add format
3955 chars for note (%N) and url (%U).
3956 * textmodes/reftex-vars.el (reftex-cite-format): Document them.
3957
3958 2013-01-21 Juri Linkov <juri@jurta.org>
3959
3960 * frame.el: Bind `f10' in `esc-map' to `toggle-frame-maximized'
3961 in addition to existing separate binding `meta f10' in `global-map'.
3962 (Bug#13484)
3963
3964 2013-01-21 Michael Albinus <michael.albinus@gmx.de>
3965
3966 Improve XEmacs compatibility.
3967
3968 * net/tramp.el (tramp-replace-environment-variables): Make it a defun.
3969
3970 * net/tramp-adb.el (top): Require `time-date'.
3971 (tramp-adb-ls-output-time-less-p): Use `tramp-time-less-p'.
3972 (tramp-adb-handle-copy-file, tramp-adb-handle-rename-file):
3973 Use `tramp-file-name-handler'.
3974 (tramp-adb-maybe-open-connection):
3975 Use `tramp-compat-set-process-query-on-exit-flag'.
3976
3977 * net/tramp-sh.el (tramp-sh-handle-file-acl):
3978 Use `tramp-compat-funcall'.
3979
3980 * net/tramp-smb.el (tramp-smb-handle-file-acl): Use `looking-at' and
3981 `tramp-compat-funcall'.
3982
3983 2013-01-21 JĂ¼rgen Hötzel <juergen@archlinux.org>
3984
3985 * net/tramp-adb.el (tramp-adb-handle-start-file-process): Complete
3986 reimplementation using "adb shell command ..." instead of running
3987 remote shell interactively.
3988
3989 2013-01-20 Glenn Morris <rgm@gnu.org>
3990
3991 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
3992 Add native profiler menu entries.
3993
3994 * profiler.el (profiler-running-p): New function.
3995 (profiler-cpu-profile): Use profiler-running-p.
3996 (profiler-report-mode-map): Add some more menu entries.
3997
3998 2013-01-19 Glenn Morris <rgm@gnu.org>
3999
4000 * mail/unrmail.el (unrmail): Do not mangle the mbox From line;
4001 fixes 2012-12-07 change. (Bug#13499)
4002
4003 2013-01-19 Leo Liu <sdl.web@gmail.com>
4004
4005 * dired.el (dired-get-marked-files): Prune erroneous values due to
4006 last change. (Bug#13152)
4007
4008 2013-01-19 Glenn Morris <rgm@gnu.org>
4009
4010 * progmodes/etags.el (tags-table-check-computed-list):
4011 Preserve point in tags buffer. (Bug#13412)
4012
4013 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
4014
4015 2013-01-19 Christian Wittern <cwittern@gmail.com> (tiny change)
4016 Chong Yidong <cyd@gnu.org>
4017
4018 * image-mode.el (image-next-file, image-previous-file):
4019 New commands (Bug#8453).
4020 (image-mode-map): Bind them to n and p.
4021 (image-mode--images-in-directory): New helper function.
4022
4023 2013-01-19 Chong Yidong <cyd@gnu.org>
4024
4025 * image-mode.el (image-mode-fit-frame): Add a frame argument.
4026 Suggested by Drew Adams (Bug#7730). Handle window decorations;
4027 save and restore the old window configuration.
4028
4029 2013-01-18 Leo Liu <sdl.web@gmail.com>
4030
4031 * progmodes/js.el: Tweak autoload cookie for alias.
4032
4033 2013-01-17 Michael Albinus <michael.albinus@gmx.de>
4034
4035 * autorevert.el (auto-revert-notify-watch-descriptor): Make it
4036 buffer local, again. This was lost with the fix on 2013-01-12.
4037
4038 2013-01-17 JĂ¼rgen Hötzel <juergen@archlinux.org>
4039
4040 * eshell/esh-util.el (eshell-path-env): Make it buffer local, in
4041 order to support several eshell buffers in parallel.
4042
4043 2013-01-17 Michael Albinus <michael.albinus@gmx.de>
4044
4045 * autorevert.el (auto-revert-use-notify): In the :set function, do
4046 not modify `kill-buffer-hook'.
4047 (auto-revert-notify-rm-watch):
4048 Remove `auto-revert-notify-rm-watch' from `kill-buffer-hook'.
4049 (auto-revert-notify-add-watch): Do not call
4050 `auto-revert-notify-rm-watch', but add it to a buffer local
4051 `kill-buffer-hook'.
4052
4053 2013-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
4054
4055 * emacs-lisp/trace.el (trace--read-args): Use a closure and an honest
4056 call to `eval' rather than a backquoted lambda.
4057
4058 2013-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
4059
4060 * emacs-lisp/nadvice.el (advice--tweak): Make it possible for `tweak'
4061 to return an explicit nil.
4062 (advice--remove-function): Change accordingly.
4063
4064 * emacs-lisp/advice.el (ad-preactivate-advice): Adjust the cleanup to
4065 the use of nadvice.el.
4066
4067 * progmodes/which-func.el (which-function): Silence imenu errors
4068 (bug#13433).
4069
4070 2013-01-15 Michael R. Mauger <mmaug@yahoo.com>
4071
4072 * progmodes/sql.el (sql-imenu-generic-expression):
4073 (sql-mode-font-lock-object-name): Match schema qualified names.
4074 (sql-connect): Use string keys.
4075 (sql-product-interactive): Wait for interpreter prompt.
4076 (sql-comint-oracle): Set process coding based on NLS_LANG.
4077
4078 2013-01-15 Michael R. Mauger <mmaug@yahoo.com>
4079
4080 * progmodes/sql.el (sql-output-to-send): Remove, unused.
4081 (sql-interactive-remove-continuation-prompt):
4082 (sql-send-magic-terminator, sql-interactive-mode): Remove references.
4083
4084 2013-01-14 Leo Liu <sdl.web@gmail.com>
4085
4086 * calendar/calendar.el (calendar-redraw): Sync window-point and point.
4087 (Bug#13420)
4088
4089 2013-01-14 Glenn Morris <rgm@gnu.org>
4090
4091 * progmodes/compile.el (compilation-error-regexp-alist-alist):
4092 Fix interpretation of gnu line.col1-col2 format. (Bug#13335)
4093
4094 2013-01-13 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
4095
4096 * progmodes/python.el (python-nav-end-of-statement):
4097 Fix cornercase when handling multiline strings.
4098
4099 2013-01-13 Richard Stallman <rms@gnu.org>
4100
4101 * mail/sendmail.el (mail-position-on-field): Add doc string.
4102
4103 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
4104 Get current message boundaries and pass them to
4105 message-forward-make-body-mime. Minor style changes.
4106
4107 2013-01-13 Eli Zaretskii <eliz@gnu.org>
4108
4109 * cus-start.el (all): Avoid warnings about
4110 scroll-bar-adjust-thumb-portion on platforms where it is not defined.
4111
4112 2013-01-11 Jan Djärv <jan.h.d@swipnet.se>
4113
4114 * cus-start.el (all): Add scroll-bar-adjust-thumb-portion.
4115
4116 2013-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
4117
4118 * jit-lock.el (jit-lock-debug-mode): New minor mode.
4119 (jit-lock--debug-fontifying): New var.
4120 (jit-lock--debug-fontify): New function.
4121 * subr.el (condition-case-unless-debug): Don't prevent catching the
4122 error, just let the debbugger run.
4123 * emacs-lisp/timer.el (timer-event-handler): Don't prevent debugging
4124 timer code and don't drop errors silently.
4125
4126 2013-01-12 Michael Albinus <michael.albinus@gmx.de>
4127
4128 * autorevert.el (auto-revert-notify-watch-descriptor): Give it
4129 `permanent-local' property.
4130 (auto-revert-notify-handler): Use `file-equal-p'.
4131
4132 2013-01-12 Eli Zaretskii <eliz@gnu.org>
4133
4134 * autorevert.el (auto-revert-notify-handler): Fix filtering of
4135 file notification by ACTION. For filtering by file name, compare
4136 only the non-directory part of the file name.
4137
4138 2013-01-12 Stefan Monnier <monnier@iro.umontreal.ca>
4139
4140 * autorevert.el: Use cl-lib instead of cl.
4141
4142 * vc/vc-bzr.el (vc-bzr--sanitize-header): New function (bug#13307).
4143 (vc-bzr-checkin): Use it.
4144 * vc/log-edit.el (log-edit-extract-headers): Don't presume FUNCTION
4145 will preserve match-data.
4146
4147 2013-01-11 Felix H. Dahlke <fhd@ubercode.de>
4148
4149 * progmodes/js.el: Fix multiline declarations's indentation (bug#8576).
4150 (js--declaration-keyword-re): New var.
4151 (js--multi-line-declaration-indentation): New function.
4152 (js--proper-indentation): Use it.
4153
4154 2013-01-11 Aaron S. Hawley <Aaron.Hawley@vtinfo.com>
4155
4156 * calc/calc.el (calc-highlight-selections-with-faces)
4157 (calc-dispatch):
4158 * comint.el (comint-history-isearch-message):
4159 * emacs-lisp/edebug.el (edebug-read, edebug-eval-defun):
4160 * ffap.el (ffap-string-at-point-region, ffap-next)
4161 (ffap-string-at-point, ffap-string-around)
4162 (ffap-copy-string-as-kill, ffap-highlight-overlay)
4163 (ffap-literally):
4164 * font-lock.el (font-lock-keywords-alist)
4165 (font-lock-removed-keywords-alist):
4166 * help-mode.el (help-xref-symbol-regexp):
4167 * info.el (Info-find-emacs-command-nodes):
4168 * international/mule.el (add-to-coding-system-list):
4169 * isearch.el (isearch-message-function, isearch-fail-pos):
4170 * misearch.el (multi-isearch-next-buffer-function):
4171 * newcomment.el (comment-box):
4172 * printing.el (pr-txt-printer-alist, pr-ps-printer-alist)
4173 (pr-setting-database):
4174 * progmodes/cc-fonts.el (c-font-lock-keywords-3)
4175 (c++-font-lock-keywords-3, objc-font-lock-keywords-3)
4176 (java-font-lock-keywords-3, idl-font-lock-keywords-3)
4177 (pike-font-lock-keywords-3):
4178 * progmodes/compile.el (compile):
4179 * progmodes/etags.el (tags-table-files)
4180 (tags-table-files-function, tags-included-tables-function):
4181 * progmodes/gdb-mi.el (gdb, gdb-setup-windows)
4182 (gdb-restore-windows):
4183 * ps-print.el (ps-even-or-odd-pages, ps-spool-buffer-with-faces)
4184 (ps-n-up-filling-database):
4185 * server.el (server-buffer, server-log):
4186 * simple.el (newline, delete-backward-char, delete-forward-char)
4187 (minibuffer-history-isearch-message, kill-line, track-eol)
4188 (temporary-goal-column):
4189 * textmodes/flyspell.el (flyspell-mark-duplications-flag)
4190 (flyspell-default-deplacement-commands):
4191 * textmodes/ispell.el (ispell-accept-output):
4192 * textmodes/sgml-mode.el (html-tag-help):
4193 * vc/compare-w.el (compare-ignore-whitespace)
4194 (compare-ignore-case, compare-windows-dehighlight):
4195 * vc/diff.el (diff):
4196 * whitespace.el (whitespace-point)
4197 (whitespace-font-lock-refontify, whitespace-bob-marker)
4198 (whitespace-eob-marker): Fix ambiguous doc string cross-reference(s).
4199
4200 2013-01-11 Michael Albinus <michael.albinus@gmx.de>
4201
4202 * autorevert.el (top): Require 'cl in order to pacify byte compiler.
4203 (auto-revert-notify-rm-watch): Ignore errors.
4204 (auto-revert-notify-add-watch): Ignore errors. Use '(modify) for
4205 inotify, and '(size last-write-time) for w32notify.
4206 Set buffer-local `auto-revert-use-notify' to nil when adding a file
4207 watch fails - this is a fallback to the file modification check.
4208 (auto-revert-notify-event-p, auto-revert-notify-event-descriptor)
4209 (auto-revert-notify-event-action)
4210 (auto-revert-notify-event-file-name): New defuns.
4211 (auto-revert-notify-handler): Use them. Implement first
4212 plausibility checks.
4213 (auto-revert-handler): Handle also `auto-revert-tail-mode'.
4214
4215 2013-01-11 Julien Danjou <julien@danjou.info>
4216
4217 * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
4218 max are almost equal. Also return the correct value for V which is
4219 already between 0 and 1.
4220
4221 2013-01-11 Dmitry Antipov <dmantipov@yandex.ru>
4222
4223 * emacs-lisp/ert.el (ert-run-test): Use point-max-marker.
4224
4225 2013-01-11 Eli Zaretskii <eliz@gnu.org>
4226
4227 * autorevert.el (auto-revert-notify-rm-watch)
4228 (auto-revert-notify-add-watch): Fix typos in w32notify function
4229 names.
4230
4231 2013-01-10 Michael Albinus <michael.albinus@gmx.de>
4232
4233 * autorevert.el (auto-revert-notify-enabled): Move up.
4234 (auto-revert-use-notify): New defcustom.
4235 (auto-revert-mode, global-auto-revert-mode)
4236 (auto-revert-notify-add-watch, auto-revert-handler)
4237 (auto-revert-buffers): Use `auto-revert-use-notify' instead of
4238 `auto-revert-notify-enabled'.
4239
4240 2013-01-10 Elias Pipping <pipping@exherbo.org>
4241
4242 * files.el (auto-mode-alist): Use doc-view for djvu files (bug#13164).
4243 * doc-view.el (doc-view-document->bitmap):
4244 Use doc-view-single-page-converter-function instead of
4245 single-page-converter arg; adjust callers.
4246
4247 2013-01-10 Feng Li <fengli@gmail.com> (tiny change)
4248
4249 * progmodes/which-func.el (which-function): Understand Semantic's use
4250 of overlays in imenu--index-alist.
4251
4252 2013-01-10 Wolfgang Jenkner <wjenkner@inode.at>
4253
4254 * man.el: Handle different "man -k" behaviors (bug#13160). Use utf-8.
4255 (Man-man-k-use-anchor): New var.
4256 (Man-parse-man-k): New function.
4257 (Man-completion-table): Use it.
4258 (man): Flush the completion cache between uses.
4259
4260 2013-01-10 Michael Albinus <michael.albinus@gmx.de>
4261
4262 * autorevert.el: Add file watch support.
4263 (auto-revert-notify-enabled): New defconst.
4264 (auto-revert-notify-watch-descriptor-hash-list)
4265 (auto-revert-notify-watch-descriptor)
4266 (auto-revert-notify-modified-p): New defvars.
4267 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
4268 (auto-revert-notify-handler): New defuns.
4269 (auto-revert-mode, global-auto-revert-mode): Remove file watches
4270 when mode is disabled.
4271 (auto-revert-handler): Check for `auto-revert-notify-modified-p'.
4272 (auto-revert-buffers): Add file watches for active buffers.
4273
4274 2013-01-10 Dmitry Antipov <dmantipov@yandex.ru>
4275
4276 * cus-start.el (toplevel): Only allow float values for
4277 scroll-up-aggressively and scroll-down-aggressively.
4278 Allow any number for line-spacing.
4279
4280 2013-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
4281
4282 * doc-view.el (doc-view-pdfdraw-program): Allow "pdfdraw" name.
4283 (doc-view-pdf->png-converter-function): Use mupdf if available.
4284 (doc-view-djvu->png-converter-function)
4285 (doc-view-ps->png-converter-function): Remove.
4286 (doc-view--image-file-pattern): Replace doc-view--image-file-extension.
4287 (doc-view-goto-page, doc-view-convert-current-doc, doc-view-display)
4288 (doc-view-already-converted-p): Adjust accordingly.
4289 (doc-view-mode-p): Simplify.
4290 (doc-view-enlarge): Use setq-local.
4291 (doc-view-pdf->png-converter-ghostscript)
4292 (doc-view-djvu->png-converter-ddjvu)
4293 (doc-view-pdf->png-converter-mupdf): Rework to call
4294 doc-view-start-process directly.
4295 (doc-view-pdf/ps->png): Simplify accordingly.
4296 (doc-view-pdf->png-1, doc-view-djvu->png-1): Remove.
4297 (doc-view-document->bitmap): Rename from doc-view-document->png.
4298 (doc-view-convert-current-doc): Merge pdf and djvu cases.
4299 (doc-view-set-slice-from-bounding-box): Fix completion table.
4300 (doc-view-mode): Use add-hook for after-revert-hook.
4301
4302 2013-01-10 Glenn Morris <rgm@gnu.org>
4303
4304 * emacs-lisp/authors.el (authors-ignored-files)
4305 (authors-valid-file-names, authors-renamed-files-alist):
4306 Add some more entries.
4307
4308 2013-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
4309
4310 * image-mode.el (image-mode-winprops): Don't throw away the fallback
4311 `t' pseudo-window entry.
4312
4313 2013-01-10 Alan Mackenzie <acm@muc.de>
4314
4315 Fix bugs in the c-parse-state mechanism. Reuse some markers
4316 instead of continually generating new ones.
4317
4318 * progmodes/cc-engine.el (c-state-old-cpp-beg-marker)
4319 (c-state-old-cpp-end-marker): New variables.
4320 (c-append-lower-brace-pair-to-state-cache): Start a backward
4321 search for "}" definitively outside CPP constructs.
4322 (c-remove-stale-state-cache): Inform the caller of a need to
4323 search back for a brace pair in certain circumstances.
4324 (c-state-maybe-marker): New macro.
4325 (c-parse-state): Reuse markers when appropriate.
4326
4327 2013-01-10 Glenn Morris <rgm@gnu.org>
4328
4329 * simple.el (execute-extended-command): Doc fix.
4330 Bind prefix-arg around read-extended-command, for prompt. (Bug#13395)
4331
4332 2013-01-10 Chong Yidong <cyd@gnu.org>
4333
4334 * faces.el (read-face-name): Doc fix.
4335
4336 2013-01-10 Roland Winkler <winkler@gnu.org>
4337
4338 * emacs-lisp/crm.el: Allow any regexp for separators.
4339 (crm-default-separator): All spaces around the default comma separator.
4340 (crm--completion-command): New macro.
4341 (crm-completion-help, crm-complete, crm-complete-word): Use it.
4342 (crm-complete-and-exit): Handle non-single-char separators.
4343
4344 2013-01-09 Elias Pipping <pipping@lavabit.com>
4345
4346 * doc-view.el: Add support for DjVu (bug#13164).
4347 (doc-view-djvu->png-converter-function): New config var.
4348 (doc-view-single-page-converter-function, doc-view--image-type)
4349 (doc-view--image-file-extension): New vars.
4350 (doc-view-mode): Initialize them.
4351 (doc-view-goto-page): Use them.
4352 (doc-view-mode-p): Add support for ddjvu.
4353 (doc-view-djvu->png-converter-ddjvu, doc-view-djvu->png-1)
4354 (doc-view-set-up-single-converter): New funs.
4355 (doc-view-pdf/ps->png): Extend for djvu.
4356 (doc-view-document->png): Rename from doc-view-pdf->png.
4357 (doc-view-convert-current-doc): Handle djvu.
4358 (doc-view-insert-image, doc-view-display)
4359 (doc-view-already-converted-p): Don't hardcode png.
4360 (doc-view-set-doc-type): Recognize djvu docs.
4361
4362 2013-01-09 Elias Pipping <pipping@lavabit.com>
4363
4364 * doc-view.el: Add support for mupdf converter (bug#13164).
4365 (doc-view-pdfdraw-program, doc-view-pdf->png-converter-function)
4366 (doc-view-ps->png-converter-function): New config vars.
4367 (doc-view-pdf->png-converter-ghostscript)
4368 (doc-view-ps->png-converter-ghostscript)
4369 (doc-view-pdf->png-converter-mupdf): New functions.
4370 (doc-view-pdf/ps->png, doc-view-pdf->png-1): Use them.
4371
4372 2013-01-09 JĂ¼rgen Hötzel <juergen@archlinux.org>
4373
4374 * net/tramp.el (tramp-eshell-directory-change): Check remote-path
4375 first in session cache: When `tramp-own-remote-path' is in
4376 `tramp-remote-path', the remote path is only set in the session
4377 cache.
4378
4379 2013-01-09 Glenn Morris <rgm@gnu.org>
4380
4381 * emacs-lisp/trace.el (trace-function-foreground)
4382 (trace-function-background): Doc fix.
4383
4384 2013-01-09 Juri Linkov <juri@jurta.org>
4385
4386 * international/mule-cmds.el (read-char-by-name): Move let-binding
4387 of completion-ignore-case around completing-read to fix regression
4388 exhibited by the test case `C-x 8 RET *acc TAB' and caused by
4389 `string-match-p' using the nil value of `case-fold-search' and
4390 `completion-ignore-case' in `completion-pcm--all-completions'.
4391 (Bug#12615).
4392
4393 2013-01-09 Glenn Morris <rgm@gnu.org>
4394
4395 * progmodes/compile.el (compilation-parse-errors):
4396 Fix typo. (Bug#13369)
4397
4398 2013-01-09 Vitalie Spinu <spinuvit@gmail.com> (tiny change)
4399
4400 * comint.el (comint-send-input): Check size of buffer before
4401 waiting for process output, in case already accepted. (Bug#13290)
4402
4403 2013-01-09 Paul Eggert <eggert@cs.ucla.edu>
4404
4405 Spelling fixes.
4406 * net/tramp-adb.el (tramp-adb-get-toolbox):
4407 Fix misspelling of 'unknown'.
4408
4409 2013-01-08 Juri Linkov <juri@jurta.org>
4410
4411 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
4412 * progmodes/flymake.el (flymake-errline, flymake-warnline):
4413 Use underline style wave on terminals that support it. (Bug#13000)
4414
4415 2013-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
4416
4417 * emacs-lisp/pcase.el (pcase--split-equal): Also take advantage if
4418 the predicate returns nil.
4419
4420 * simple.el: Use lexical-binding.
4421 (primitive-undo): Use pcase.
4422 (minibuffer-history-isearch-push-state): Use a closure.
4423
4424 2013-01-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
4425
4426 * simple.el (primitive-undo): Move from undo.c.
4427
4428 2013-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
4429
4430 * vc/pcvs.el (cvs-cleanup-collection): Extend meaning of `rm-handled'.
4431 (cvs-mode-remove-handled): Use it (bug#13380).
4432
4433 * emacs-lisp/nadvice.el (advice--tweak): New function.
4434 (advice--remove-function, advice--subst-main): Use it.
4435
4436 * emacs-lisp/advice.el: Update commentary.
4437
4438 2013-01-08 Michael Albinus <michael.albinus@gmx.de>
4439
4440 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
4441 Remove spurious entry.
4442
4443 2013-01-08 Glenn Morris <rgm@gnu.org>
4444
4445 * net/tramp.el (tramp-default-host-alist): Add :version.
4446
4447 2013-01-08 Juri Linkov <juri@jurta.org>
4448
4449 * info.el (Info-read-node-name-2): Don't duplicate suffixes for
4450 single completion. (Bug#12456)
4451 (info--manual-names): Expand node completions into an explicit list
4452 before appending it to another list. Filter out internal buffers
4453 with the leading space in the buffer name. (Bug#10771)
4454
4455 2013-01-08 Juri Linkov <juri@jurta.org>
4456
4457 * info.el (Info-read-node-name-1): Allow empty node name in (FILENAME)
4458 that defaults to the Top node.
4459 (Info-goto-node, Info-read-node-name): Doc fix to mention that
4460 the short format (FILENAME) goes to the Top node.
4461 (Info-build-node-completions): Rename arg `file' to `filename'.
4462 (Bug#13365)
4463
4464 2013-01-07 Bastien Guerry <bzg@gnu.org>
4465
4466 * menu-bar.el (menu-bar-search-documentation-menu):
4467 Use `apropos-user-option' and fix the help message.
4468
4469 2013-01-07 Bastien Guerry <bzg@gnu.org>
4470
4471 * apropos.el (apropos-do-all): Update docstring.
4472 (apropos-user-option-button): New face.
4473 (apropos-user-option): Rename from `apropos-variable' and update
4474 docstring.
4475 (apropos-variable): Rewrite, now show all variables by default.
4476 (apropos-print): Mention "User option" instead of "Variable" when
4477 printing doc for user options. (Bug#13276)
4478
4479 2013-01-07 JĂ¼rgen Hötzel <juergen@archlinux.org>
4480
4481 * net/tramp-adb.el (tramp-do-parse-file-attributes-with-ls):
4482 Handle filename correctly, when parsing "source -> target" symlink
4483 output.
4484 (tramp-adb-handle-set-file-times): New defun.
4485
4486 2013-01-07 Stefan Monnier <monnier@iro.umontreal.ca>
4487
4488 * emacs-lisp/advice.el (ad-activate-advised-definition): Refresh the
4489 advice list when the interactive-spec of ad-Advice-* changes.
4490
4491 2013-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
4492
4493 * wid-edit.el (widget-default-get): Work for inlined elements.
4494 (Bug#12670)
4495
4496 2013-01-07 Michael Albinus <michael.albinus@gmx.de>
4497
4498 * net/tramp.el (tramp-default-host-alist): New defcustom.
4499 (tramp-find-host): Use it.
4500 (tramp-eshell-directory-change): Move from tramp-sh.el. Add to
4501 `eshell-directory-change-hook'.
4502
4503 * net/tramp-adb.el (top): Add adb specific entry in
4504 `tramp-default-host-alist'.
4505 (tramp-adb-file-name-host): Remove function.
4506 (tramp-adb-execute-adb-command, tramp-adb-maybe-open-connection):
4507 Use `tramp-file-name-host' instead of `tramp-adb-file-name-host'.
4508
4509 * net/tramp-sh.el: Move eshell integration code to tramp.el.
4510
4511 2013-01-06 JĂ¼rgen Hötzel <juergen@archlinux.org>
4512
4513 * net/tramp-adb.el (tramp-methods): Add `tramp-tmpdir' entry.
4514
4515 2013-01-06 Michael Albinus <michael.albinus@gmx.de>
4516
4517 * net/tramp-adb.el (tramp-adb-ls-toolbox-regexp): The file size can
4518 consist of more than one digit.
4519 (tramp-adb-file-name-handler-alist):
4520 Use `tramp-handle-file-exists-p' consistently.
4521 (tramp-adb-file-name-handler): Don't tweak `tramp-default-host'.
4522 (tramp-adb-handle-file-exists-p): Remove function.
4523 (tramp-adb-file-name-host): New defun.
4524 (tramp-adb-execute-adb-command, tramp-adb-maybe-open-connection):
4525 Use it.
4526 (tramp-adb-maybe-open-connection): Set "remote-path" property.
4527
4528 2013-01-06 Chong Yidong <cyd@gnu.org>
4529
4530 * vc/vc.el (vc-next-action): Detect buffer modifications
4531 conflicting with locking VCS operation (Bug#11490).
4532
4533 * vc/vc-hooks.el (vc-after-save): DTRT for locking VCSes.
4534
4535 2013-01-05 Michael Albinus <michael.albinus@gmx.de>
4536
4537 * net/tramp-adb.el (tramp-do-parse-file-attributes-with-ls):
4538 (tramp-adb-handle-directory-files-and-attributes): Fix typos.
4539
4540 2013-01-05 JĂ¼rgen Hötzel <juergen@archlinux.org>
4541
4542 * net/tramp-adb.el (tramp-adb-handle-file-attributes): More robust
4543 parsing of ls output using regular expression (handle filenames
4544 with spaces). Use virtual device number.
4545 (tramp-do-parse-file-attributes-with-ls): New defun (Code
4546 cleanup).
4547
4548 2013-01-04 Daiki Ueno <ueno@gnu.org>
4549
4550 * epg.el: Silence byte-compiler warnings.
4551 (epg--start): Use delete-char instead of delete-backward-char.
4552 (epg-wait-for-completion): Pass FRAME arg to redraw-frame.
4553
4554 2013-01-04 Daiki Ueno <ueno@gnu.org>
4555
4556 * epg.el (epg--start): Don't call "tty" program on W32 platforms.
4557 Suggested by Eli Zaretskii <eliz@gnu.org>.
4558
4559 2013-01-04 Michael Albinus <michael.albinus@gmx.de>
4560
4561 * net/tramp-sh.el (tramp-set-file-uid-gid): UID and GID must be
4562 non-negative integers. Otherwise, the default values are used.
4563 (tramp-convert-file-attributes): Convert uid and gid to integers.
4564
4565 2013-01-04 Glenn Morris <rgm@gnu.org>
4566
4567 * term.el (term-handle-colors-array): Ensure face attributes
4568 are fully specified, not nil. (Bug#13337)
4569
4570 * term.el (term-default-fg-color, term-default-bg-color):
4571 Fix custom type.
4572
4573 * progmodes/etags.el (tags-compression-info-list): Doc fix.
4574 (tag-find-file-of-tag-noselect): Check auto-compression-mode
4575 rather than 'jka-compr being loaded. (Bug#13338)
4576
4577 2013-01-04 Wesley Dawson <whd@lavabit.com> (tiny change)
4578
4579 * icomplete.el (icomplete-completions):
4580 Honor icomplete-prospects-height once more following
4581 2012-11-29 changes. (Bug#13224)
4582
4583 2013-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
4584
4585 * subr.el (internal--called-interactively-p--get-frame): Find aliases
4586 of called-interactively-p as well (bug#13237).
4587
4588 * view.el (view--enable, view--disable): Rename from view-mode-enable
4589 and view-mode-disable and assume it's called from view-mode.
4590 (view-mode-enable, view-mode-disable): Redefine as obsolete
4591 compatibility layer above view-mode.
4592 (view-mode-enter): Call `view-mode'.
4593
4594 * files.el (after-find-file): Call `view-mode'.
4595
4596 * doc-view.el (doc-view-scale-internally): New var.
4597 (doc-view-enlarge, doc-view-insert-image): Obey it.
4598
4599 2013-01-03 Daiki Ueno <ueno@gnu.org>
4600
4601 * epg.el (epg--start): Ignore errors when /dev/fd/0 does not
4602 exist. (Bug#13344)
4603
4604 2013-01-03 Glenn Morris <rgm@gnu.org>
4605
4606 * mail/rmail.el (rmail-set-header-1): Ignore case.
4607 Handle multi-line headers. (Bug#13330)
4608
4609 * progmodes/make-mode.el (makefile-fill-paragraph): Add doc.
4610 Handle paragraph starting at beginning of buffer.
4611
4612 * subr.el (eval-after-load): Don't purecopy the form, so that it
4613 can be nconc'd later on; reverts 2009-11-11 change. (Bug#13331)
4614
4615 * emacs-lisp/byte-run.el (defun): Place cl declarations
4616 after any interactive spec. (Bug#13265)
4617
4618 2013-01-02 Andreas Schwab <schwab@linux-m68k.org>
4619
4620 * emacs-lisp/byte-run.el (defmacro): Use same argument parsing as
4621 defun. Don't check for DECL if DOCSTRING isn't a string.
4622 (defun): Likewise.
4623
4624 2013-01-02 Glenn Morris <rgm@gnu.org>
4625
4626 * eshell/em-cmpl.el (eshell-pcomplete):
4627 More thoroughly imitate pcomplete. (Bug#13293)
4628
4629 * files.el (parse-colon-path): Doc fix. (Bug#12351)
4630 Return nil for empty path elements. (Bug#13296)
4631
4632 2013-01-02 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
4633
4634 * progmodes/python.el (python-nav-end-of-statement): Rewrite in
4635 order to improve efficiency (Based on Daniel Colascione's
4636 <dancol@dancol.org> patch). (Bug#13182)
4637
4638 2013-01-02 Glenn Morris <rgm@gnu.org>
4639
4640 * vc/log-edit.el (log-edit-header-contents-regexp): Add doc string.
4641
4642 2013-01-02 Andreas Schwab <schwab@linux-m68k.org>
4643
4644 * emacs-lisp/byte-run.el (defmacro): Don't lose final nil if
4645 neither DOCSTRING nor DECL was given. (Bug#13316)
4646
4647 2013-01-02 Michael Albinus <michael.albinus@gmx.de>
4648
4649 * net/tramp-sh.el (tramp-sh-handle-set-file-acl): Add argument to
4650 `error' call.
4651 (tramp-do-copy-or-rename-file): Ignore errors when calling
4652 `set-file-extended-attributes'.
4653
4654 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
4655 Add handler for `file-acl'.
4656 (tramp-smb-handle-file-acl): New defun.
4657
4658 2013-01-02 Jay Belanger <jay.p.belanger@gmail.com>
4659
4660 * calc/README: Mention ISO 8601 week-numbering dates.
4661
4662 2013-01-01 Martin Rudalics <rudalics@gmx.at>
4663
4664 * view.el (view-mode-enable): New argument run-view-mode-hook.
4665 Run view-mode-hook only when it's non-nil (Bug#13315).
4666 (view-mode-enter): Call view-mode-enable with run-view-mode-hook
4667 argument t.
4668
4669 2012-12-31 JĂ¼rgen Hötzel <juergen@archlinux.org>
4670
4671 * net/tramp-adb.el (tramp-adb-maybe-open-connection): Handle errors
4672 (No device connected, invalid device name). (Bug #13299)
4673
4674 2012-12-31 Martin Rudalics <rudalics@gmx.at>
4675
4676 * window.el (window-resizable--p): Rename to window-resizable-p.
4677 (window-resize-no-error): New function.
4678
4679 * mail/rmail.el (rmail-maybe-display-summary): Restore behavior
4680 broken in fix from 2012-12-28.
4681
4682 2012-12-31 Stefan Monnier <monnier@iro.umontreal.ca>
4683
4684 * subr.el (special-form-p): Don't signal errors on undef aliases.
4685
4686 2012-12-31 Jay Belanger <jay.p.belanger@gmail.com>
4687
4688 * calc/calc-forms.el (math-parse-date): Try using
4689 `math-parse-iso-date' when it looks like it might be needed.
4690 Allow times of 24:00.
4691 (math-parse-date-validate, math-parse-iso-date-validate): Allow times
4692 of 24:00.
4693
4694 2012-12-30 Glenn Morris <rgm@gnu.org>
4695
4696 * net/mairix.el (rmail, rmail-summary-displayed, rmail-summary):
4697 Remove unnecessary/buggy autoloads (missing interactive). (Bug#13294)
4698 (rmail-summary-displayed, rmail-summary): Declare.
4699 (mairix-rmail-display): Just require rmail.
4700
4701 2012-12-30 Chong Yidong <cyd@gnu.org>
4702
4703 * emacs-lisp/package.el (package-untar-buffer): Improve integrity
4704 check for the tarball contents.
4705
4706 2012-12-30 Matt Fidler <matt.fidler@alcon.com> (tiny change)
4707
4708 * emacs-lisp/package.el (package-untar-buffer): Handle problematic
4709 tarfile content listings (Bug#13136).
4710
4711 2012-12-30 Mark Lillibridge <mark.lillibridge@hp.com>
4712
4713 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
4714 Insert the undecoded text of the message being forwarded. (Bug#9521)
4715
4716 2012-12-30 Michael Albinus <michael.albinus@gmx.de>
4717
4718 * net/tramp-sh.el (tramp-set-file-uid-gid): Convert UID and GID to
4719 integers, if they are real numbers. (Bug#13282)
4720
4721 * net/tramp-sh.el (tramp-sh-handle-set-file-selinux-context):
4722 Return `t' on success.
4723
4724 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
4725 Add handler for `set-file-selinux-context'.
4726
4727 2012-12-29 Michael Albinus <michael.albinus@gmx.de>
4728
4729 * net/tramp-sh.el (tramp-sh-handle-file-acl): Suppress basic attributes.
4730 (tramp-sh-handle-set-file-acl): Return `t' on success.
4731
4732 2012-12-29 Eli Zaretskii <eliz@gnu.org>
4733
4734 * files.el (backup-buffer-copy, basic-save-buffer-2):
4735 If set-file-extended-attributes fails, fall back on set-file-modes
4736 instead of signaling an error. (Bug#13298)
4737 (basic-save-buffer): Likewise.
4738
4739 2012-12-29 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
4740
4741 * progmodes/python.el: Support other commands triggering
4742 python-indent-line so indentation cycling continues to work.
4743 (python-indent-trigger-commands): New defcustom.
4744 (python-indent-line): Use it.
4745
4746 2012-12-29 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
4747
4748 * progmodes/python.el (python-shell-send-region): Add blank lines
4749 for non sent code so backtraces remain correct.
4750
4751 2012-12-29 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
4752
4753 * progmodes/python.el: Remove cl dependency.
4754 (python-syntax-count-quotes): Replace incf call.
4755 (python-fill-string): Replace setf call.
4756
4757 2012-12-29 Damien Cassou <damien.cassou@gmail.com>
4758
4759 * info.el (info-other-window): New arg, for consistency with info.
4760
4761 2012-12-28 Martin Rudalics <rudalics@gmx.at>
4762
4763 * mail/rmail.el (rmail-maybe-display-summary):
4764 Rewrite (Bug#13066).
4765
4766 2012-12-28 Andreas Schwab <schwab@linux-m68k.org>
4767
4768 * epg.el (epg--start): Modify process-environment locally.
4769
4770 2012-12-28 Daiki Ueno <ueno@gnu.org>
4771
4772 * epg.el: Support pinentry-curses.
4773 Suggested by Werner Koch in
4774 <http://lists.gnu.org/archive/html/emacs-devel/2007-02/msg00755.html>.
4775 (epg-agent-file, epg-agent-mtime): New variable.
4776 (epg--start): Record the modified time of gpg-agent socket file,
4777 to restore Emacs frame after pinentry-curses termination.
4778 (epg-wait-for-completion): Restore Emacs frame here.
4779
4780 2012-12-27 Juri Linkov <juri@jurta.org>
4781
4782 * info.el (Info-file-completions): New variable.
4783 (Info-read-node-name-1): Complete node names in the Info file
4784 when a file name is given. Call `Info-build-node-completions'
4785 with a file name.
4786 (Info-build-node-completions): Add new arg `file'. When it is
4787 non-nil, visit it in a temporary buffer and cache its completions in
4788 `Info-current-file-completions'. Move most of the function body to
4789 `Info-build-node-completions-1'.
4790 (Info-build-node-completions-1): New function with the body from
4791 `Info-build-node-completions'. (Bug#12456)
4792
4793 2012-12-27 Juri Linkov <juri@jurta.org>
4794
4795 * frame.el (frame-maximization-style): Remove user option.
4796 (cycle-frame-maximized): Remove function.
4797 (toggle-frame-maximized): Rewrite and bind to M-<f10>.
4798 (toggle-frame-fullscreen): New command bound to <f11> instead of
4799 `toggle-frame-maximized'.
4800 http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00703.html
4801
4802 2012-12-27 Michael Albinus <michael.albinus@gmx.de>
4803
4804 * net/tramp.el (tramp-handle-file-accessible-directory-p): New defun.
4805
4806 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
4807 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
4808 * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
4809 for `file-accessible-directory-p'. (Bug#13275)
4810
4811 2012-12-27 Sam Steingold <sds@gnu.org>
4812
4813 * progmodes/cperl-mode.el (cperl-calculate-indent): Do not stagger
4814 continuations, see <http://stackoverflow.com/questions/3582436>.
4815
4816 2012-12-27 Dmitry Gutov <dgutov@yandex.ru>
4817
4818 * progmodes/ruby-mode.el (ruby-indent-beg-re): Only allow "class",
4819 "module" and "def" to have indentation before them.
4820 Regression from 2012-09-07T04:15:56Z!dgutov@yandex.ru (see the new test).
4821
4822 * progmodes/ruby-mode.el: Bump the version to 1.2 (Bug#13200).
4823
4824 2012-12-27 Alan Mackenzie <acm@muc.de>
4825
4826 Speed up fontification where there's large brace blocks.
4827 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Add a limit
4828 to a call of c-beginning-of-decl-1.
4829
4830 2012-12-27 Vitalie Spinu <spinuvit@gmail.com> (tiny change)
4831
4832 * comint.el (comint-adjust-window-point): New function.
4833 (comint-postoutput-scroll-to-bottom):
4834 Call comint-adjust-window-point (Bug#13248).
4835
4836 2012-12-26 Dmitry Gutov <dgutov@yandex.ru>
4837
4838 * progmodes/ruby-mode.el (auto-mode-alist): `purecopy' the
4839 Rakefile regexp.
4840 (auto-mode-alist): Associate .gemspec files with ruby-mode
4841 (https://bugs.ruby-lang.org/issues/5453).
4842
4843 2012-12-26 JĂ¼rgen Hötzel <juergen@archlinux.org>
4844
4845 * net/tramp-adb.el (tramp-adb-get-ls-command): New defun.
4846 Suppress coloring, if possible (required for BusyBox based systems like
4847 CyanogenMod).
4848 (tramp-adb-handle-file-attributes)
4849 (tramp-adb-handle-insert-directory)
4850 (tramp-adb-handle-file-name-all-completions): Use it.
4851 (tramp-adb-get-toolbox): New defun. Check for remote shell
4852 implementation (BusyBox or Toolbox).
4853
4854 2012-12-24 Constantin Kulikov <zxnotdead@gmail.com> (tiny change)
4855
4856 * startup.el (initial-buffer-choice): Allow function as value
4857 (Bug#13251).
4858 (command-line-1): Handle case where initial-buffer-choice
4859 specifies a function.
4860 * server.el (server-execute): Handle case where
4861 initial-buffer-choice specifies a function.
4862
4863 2012-12-24 Lars Ingebrigtsen <larsi@gnus.org>
4864
4865 * mail/smtpmail.el (smtpmail-try-auth-method): Refactored out into
4866 its own function.
4867 (smtpmail-try-auth-methods): Forget the user name/password if the
4868 login is unsuccessful (bug#12424).
4869
4870 2012-12-22 Michael Albinus <michael.albinus@gmx.de>
4871
4872 * notifications.el (notifications-notify): Protect body with
4873 `with-demoted-errors'.
4874
4875 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
4876 Check properties of remote device. Restart connection, if there is a
4877 change.
4878
4879 2012-12-21 Chong Yidong <cyd@gnu.org>
4880
4881 * sort.el (sort-subr): Doc fix (Bug#13056).
4882
4883 2012-12-21 Bastien Guerry <bzg@gnu.org>
4884
4885 * progmodes/etags.el (tags-search): Fix typo. Bug #13232.
4886
4887 2012-12-21 Michael Albinus <michael.albinus@gmx.de>
4888
4889 * simple.el (process-file): Overwrite stderr file, if exists.
4890
4891 2012-12-21 Daiki Ueno <ueno@gnu.org>
4892
4893 * epg.el (epg--start): Print GPG_AGENT_INFO in the debug buffer.
4894 (epg-error): Set `error-message' property.
4895
4896 2012-12-21 Chong Yidong <cyd@gnu.org>
4897
4898 * international/mule-cmds.el (read-char-by-name): Signal an error
4899 if the user does not supply a valid character (Bug#13177).
4900
4901 * simple.el (transpose-subr-1): Preserve marker positions by
4902 changing the insertion sequence (Bug#13122).
4903
4904 2012-12-21 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
4905
4906 * simple.el (kill-region): Deactivate mark even for empty regions
4907 (Bug#13169).
4908
4909 2012-12-21 Chong Yidong <cyd@gnu.org>
4910
4911 * help-fns.el (describe-variable): Make sure we get the right
4912 buffer name (Bug#13105). Suggested by Kelly Dean.
4913
4914 2012-12-20 Michael R. Mauger <mmaug@yahoo.com>
4915
4916 * comint.el (comint-redirect-previous-input-string): New variable.
4917 (comint-redirect-setup, comint-redirect-cleanup)
4918 (comint-redirect-preoutput-filter): Use it. Fixes redirection bug.
4919 (comint-redirect-preoutput-filter): Fix verbose message.
4920
4921 2012-12-20 Michael Albinus <michael.albinus@gmx.de>
4922
4923 * progmodes/grep.el (rgrep): Escape command line. Sometimes, it
4924 is too long for Tramp. See discussion in
4925 <http://thread.gmane.org/gmane.emacs.tramp/8233/focus=8244>.
4926
4927 * progmodes/compile.el (compilation-start): Remove line escape
4928 template.
4929
4930 2012-12-20 Dmitry Antipov <dmantipov@yandex.ru>
4931
4932 * vc/ediff-ptch.el (ediff-map-patch-buffer): Use `point-min-marker'.
4933 Adjust comment.
4934
4935 2012-12-19 Jonas Bernoulli <jonas@bernoul.li>
4936
4937 * emacs-lisp/lisp-mnt.el (lm-section-end): Always end before the
4938 following non-comment text (bug#13207).
4939 (lm-header-multiline): Continuation lines need to be indented more than
4940 the first line.
4941 (lm-homepage): New function.
4942 (lm-with-file): Don't be confused if narrowing is in effect.
4943
4944 2012-12-19 Stefan Monnier <monnier@iro.umontreal.ca>
4945
4946 * vc/diff-mode.el (diff-post-command-hook): Don't ignore changes at the
4947 very beginning of a hunk (e.g. killing the first line).
4948
4949 2012-12-19 Michael Albinus <michael.albinus@gmx.de>
4950
4951 * net/tramp-sh.el (tramp-sh-handle-file-acl): Delete empty lines
4952 and text properties from returned ACL string.
4953 (tramp-sh-handle-set-file-acl): Do not use additional parentheses
4954 for "setfacl" command.
4955
4956 2012-12-18 Michael Albinus <michael.albinus@gmx.de>
4957
4958 * net/tramp.el (tramp-error-with-buffer): Give a hint to use
4959 `tramp-cleanup-this-connection', when the process has died.
4960 (Bug#13151)
4961
4962 2012-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
4963
4964 * icomplete.el (icomplete-completions): Also use … to truncate prefix.
4965
4966 2012-12-17 Kevin Ryde <user42@zip.com.au>
4967
4968 * files.el (auto-save-file-name-p): Use \` and \' (bug#13186).
4969
4970 2012-12-17 Michael Albinus <michael.albinus@gmx.de>
4971
4972 Add support for preserving ACL entries of files.
4973
4974 * net/tramp.el (tramp-file-name-for-operation): Add `file-acl' and
4975 `set-file-acl' handlers.
4976
4977 * net/tramp-adb.el (tramp-adb-handle-copy-file):
4978 Handle PRESERVE-EXTENDED-ATTRIBUTES.
4979
4980 * net/tramp-compat.el (tramp-compat-copy-file):
4981 Handle PRESERVE-EXTENDED-ATTRIBUTES.
4982
4983 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
4984 Add `file-acl' and `set-file-acl' handlers.
4985 (tramp-gvfs-handle-copy-file):
4986 Handle PRESERVE-EXTENDED-ATTRIBUTES.
4987 (tramp-gvfs-handle-file-acl, tramp-gvfs-handle-set-file-acl):
4988 New defuns.
4989
4990 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
4991 Add `file-acl' and `set-file-acl' handlers.
4992 (tramp-remote-acl-p, tramp-sh-handle-file-acl)
4993 (tramp-sh-handle-set-file-acl): New defuns.
4994 (tramp-sh-handle-copy-file, tramp-do-copy-or-rename-file):
4995 Handle PRESERVE-EXTENDED-ATTRIBUTES.
4996
4997 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
4998 Add `file-acl' and `set-file-acl' handlers.
4999 (tramp-smb-handle-copy-file): Handle PRESERVE-EXTENDED-ATTRIBUTES.
5000
5001 2012-12-17 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
5002
5003 * help-macro.el (make-help-screen): Instead of switch-to-buffer
5004 use pop-to-buffer with NORECORD argument t. As buffer name, use
5005 *Metahelp* with a leading space (Bug#13190).
5006
5007 2012-12-16 Romain Francoise <romain@orebokech.com>
5008
5009 * files.el (file-extended-attributes)
5010 (set-file-extended-attributes): New functions.
5011 (backup-buffer): Use them to handle both SELinux context and ACL
5012 entries.
5013 (backup-buffer-copy): Work with an alist of extended attributes,
5014 rather than an SELinux context.
5015 (basic-save-buffer-2): Ditto.
5016
5017 2012-12-16 Timo Myyrä <timo.myyra@gmail.com>
5018
5019 * battery.el (battery-bsd-apm): New function.
5020
5021 2012-12-16 Jay Belanger <jay.p.belanger@gmail.com>
5022
5023 * calc/calc.el (calc-standard-date-formats): Adjust one of the
5024 standard date formats.
5025
5026 2012-12-15 Juri Linkov <juri@jurta.org>
5027
5028 * isearch.el (isearch-mode-map): Bind `C-x 8 RET' to
5029 `isearch-insert-char-by-name'.
5030 (with-isearch-suspended): New defmacro with body mostly from
5031 `isearch-edit-string' except the part that sets
5032 `isearch-new-string' and `isearch-new-message'.
5033 (isearch-edit-string): Use new macro `with-isearch-suspended' with
5034 body that sets `isearch-new-string' and `isearch-new-message'.
5035 (isearch-insert-char-by-name): New command.
5036 * international/mule-cmds.el (read-char-by-name): Let-bind
5037 `enable-recursive-minibuffers' to t.
5038 http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00234.html
5039
5040 2012-12-15 Juri Linkov <juri@jurta.org>
5041
5042 * isearch.el (isearch-delete-char, isearch-del-char): Doc fix.
5043 (Bug#13175)
5044
5045 2012-12-15 Christopher Schmidt <christopher@ch.ristopher.com>
5046
5047 * dired-x.el (dired-guess-shell-command): Put colon at the end of
5048 the prompt. (Bug#13045)
5049
5050 2012-12-14 Glenn Morris <rgm@gnu.org>
5051
5052 * emacs-lisp/macroexp.el (macroexp--warn-and-return):
5053 Try to include filename in non-bytecomp warning. (Bug#13132)
5054
5055 2012-12-14 Paul Eggert <eggert@cs.ucla.edu>
5056
5057 Fix permissions bugs with setgid directories etc. (Bug#13125)
5058 * files.el (backup-buffer): Don't rely on 9th output of
5059 file-attributes, as it's now a placeholder. Instead, use the new
5060 optional arg of file-ownership-preserved-p.
5061 (file-ownership-preserved-p): New optional arg GROUP.
5062 Fix mishandling of setuid directories that would cause this
5063 function to return t when it should have returned nil.
5064 Document what happens if the file does not exist, and when
5065 it's not known whether the ownership will be preserved.
5066 * net/tramp-sh.el (tramp-sh-handle-file-ownership-preserved-p):
5067 Likewise.
5068 (tramp-get-local-gid): Use group-gid for integer, as that's
5069 faster and more reliable.
5070
5071 2012-12-14 Julien Danjou <julien@danjou.info>
5072
5073 * progmodes/sql.el (sql-mode-postgres-font-lock-keywords):
5074 Update keywords list, data type and PL/pgSQL.
5075
5076 2012-12-14 Dave Abrahams <dave@boostpro.com>
5077
5078 * vc/ediff-util.el (ediff-buffer-type): New function.
5079 (ediff-clone-buffer-for-current-diff-comparison): Compute the buf-type
5080 rather than taking it as as argument.
5081 (ediff-inferior-compare-regions): Adjust calls accordingly (bug#11319).
5082
5083 2012-12-14 Ryan Crum <ryan.crum@eleostech.com>
5084
5085 * json.el: Add pretty-print option (bug#12634).
5086 (json-encoding-separator, json-encoding-default-indentation)
5087 (json--encoding-current-indentation, json-encoding-pretty-print)
5088 (json-encoding-lisp-style-closings): New vars.
5089 (json--with-indentation): New macro.
5090 (json-encode-hash-table, json-encode-alist, json-encode-plist)
5091 (json-encode-array): Use it to obey json-encoding-pretty-print.
5092 (json-pretty-print-buffer, json-pretty-print): New commands.
5093
5094 2012-12-14 Dmitry Gutov <dgutov@yandex.ru>
5095
5096 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
5097 Extract `ruby-syntax-propertize-expansions'.
5098 (ruby-syntax-propertize-expansions): Only change syntax on
5099 certain string delimiters, to punctuation. This way the common
5100 functions like forward-word and thing-at-point still work.
5101 (ruby-match-expression-expansion): Improve readability.
5102 (ruby-block-contains-point): New function.
5103 (ruby-add-log-current-method): Handle several edge cases.
5104
5105 2012-12-13 Juanma Barranquero <lekktu@gmail.com>
5106
5107 * emacs-lisp/edebug.el (edebug-unload-function): Make sure that
5108 unload-feature finishes even when aborting an ongoing edebug session.
5109 Also, do not worry about edebug-mode, unload-feature takes care of it.
5110
5111 2012-12-13 Andreas Schwab <schwab@suse.de>
5112
5113 * net/tls.el (tls-program): Update customize type.
5114
5115 2012-12-13 Juanma Barranquero <lekktu@gmail.com>
5116
5117 * emacs-lisp/edebug.el (edebug--require-cl-read): New function.
5118 (edebug-setup-hook, cl-read-load-hooks): Use it.
5119 (edebug-unload-function): New function. (Bug#13163)
5120
5121 2012-12-13 Michael Albinus <michael.albinus@gmx.de>
5122
5123 * net/tramp-adb.el (tramp-adb-file-name-p): Make it a defsubst.
5124 Otherwise, there could be errors in autoloading. (Bug#13151)
5125
5126 2012-12-13 JĂ¼rgen Hötzel <juergen@archlinux.org>
5127
5128 * net/tramp-adb.el (tramp-adb-wait-for-output): Remove spurious " ^H"
5129 sequences.
5130
5131 2012-12-13 Alan Mackenzie <acm@muc.de>
5132
5133 Make CC Mode not hang when _some_ lines end in CRLF. Bug #11841.
5134 * progmodes/cc-engine.el (c-backward-comments): Add code to work
5135 around `forward-comment' not recognizing ^M as whitespace.
5136
5137 2012-12-13 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
5138
5139 * progmodes/python.el (python-skeleton-class)
5140 (python-skeleton-def): Do not add space after defun name.
5141
5142 2012-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
5143
5144 * emacs-lisp/cl.el (letf): Make it an alias of cl-letf.
5145 (cl--symbol-function): Remove (now that funbound is like nil).
5146
5147 2012-12-12 Glenn Morris <rgm@gnu.org>
5148
5149 * button.el (button--area-button-p): Fix typo.
5150
5151 2012-12-12 Sam Steingold <sds@gnu.org>
5152
5153 * frame.el (frame-maximization-style): New user option.
5154 (toggle-frame-maximized): Toggle frame maximization according to
5155 `frame-maximization-style', bound to <f11>.
5156 (cycle-frame-maximized): Cycle between all maximization styles and
5157 non-maximized frame, bound to shift-<f11>.
5158
5159 2012-12-12 David Cadé <codename68@gmail.com>
5160
5161 * mpc.el (mpc-format): Use truncate-string-to-width (bug#13143).
5162
5163 2012-12-12 Jonas Bernoulli <jonas@bernoul.li>
5164
5165 * lisp/emacs-lisp/eieio.el: Prettier object pretty-printing (bug#13115).
5166 (eieio-override-prin1): Don't quote kewords and booleans.
5167 (object-write) <eieio-default-superclass>: Don't put closing parens
5168 on new line, avoid needless empty lines, align values that are objects
5169 with the slot keyword (instead of beginning on the same line).
5170 (eieio-list-prin1): Align value with slot keyword; increase
5171 eieio-print-depth before printing members of the list.
5172
5173 2012-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
5174
5175 * mail/emacsbug.el (report-emacs-bug): Move the intangible text to
5176 a display text-property.
5177 (report-emacs-bug-hook): Don't bother deleting it any more.
5178
5179 * hilit-chg.el (highlight-save-buffer-state): Delete.
5180 Use with-silent-modifications instead.
5181 (hilit-chg-set-face-on-change): Only fixup the text that's modified.
5182
5183 * button.el: Handle buttons in display text-properties.
5184 (button--area-button-p, button--area-button-string):
5185 Use (STRING . STRING-POS) representation instead of just STRING.
5186
5187 2012-12-11 Eli Zaretskii <eliz@gnu.org>
5188
5189 * makefile.w32-in (compile4-SH): Fix a typo that caused term
5190 subdirectory be skipped.
5191
5192 2012-12-11 Glenn Morris <rgm@gnu.org>
5193
5194 * net/rcirc.el (rcirc-urls, rcirc-condition-filter): Doc fixes.
5195
5196 * progmodes/f90.el (f90-line-continued, f90-indent-region):
5197 Treat preprocessor lines embedded in continuations like comments.
5198 (f90-indent-line): Special-case preprocessor lines. (Bug#13138)
5199
5200 2012-12-11 Jay Belanger <jay.p.belanger@gmail.com>
5201
5202 * calc/calc.el (calc-standard-date-formats): Add more date
5203 formats.
5204 * calc/calc-forms.el (math-parse-iso-date): New function.
5205 (math-parse-date): Use `math-parse-iso-date' when appropriate.
5206 (math-parse-iso-date-validate): Add extra error checking.
5207 (calc-date-notation): Add ability to access new date formats.
5208
5209 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
5210
5211 * hi-lock.el (hi-lock--regexps-at-point): Fix boundary case for
5212 font-lock as well as when there's no text-property.
5213
5214 2012-12-10 Jambunathan K <kjambunathan@gmail.com>
5215
5216 * hi-lock.el: Refine the choice of default face.
5217 (hi-lock-keyword->face): New function. Use it wherever we used
5218 cadadadr instead.
5219 (hi-lock--regexps-at-point): Ignore faces that can't come from hi-lock.
5220 (hi-lock--last-face): Remove var.
5221 (hi-lock--unused-faces): New var to replace it.
5222 (hi-lock-read-face-name): Use/maintain it.
5223 (hi-lock-unface-buffer): Maintain it. Fix error for the C-u case.
5224 (hi-lock-set-pattern): Ignore new rule if it has the same regexp even
5225 if it has another face.
5226
5227 2012-12-10 Eli Zaretskii <eliz@gnu.org>
5228
5229 * subr.el (w32notify-handle-event): New function.
5230 (inotify-handle-event): Doc fix.
5231
5232 2012-12-10 RĂ¼diger Sonderfeld <ruediger@c-plusplus.de>
5233
5234 * subr.el (inotify-event-p, inotify-handle-event): New functions.
5235
5236 2012-12-10 Dani Moncayo <dmoncayo@gmail.com>
5237
5238 * simple.el (just-one-space): Doc fix.
5239
5240 2012-12-10 Eli Zaretskii <eliz@gnu.org>
5241
5242 * textmodes/texinfo.el (texinfo-enable-quote-envs): Add "smallexample".
5243
5244 2012-12-10 Le Wang <l26wang@gmail.com>
5245
5246 * hilit-chg.el (hilit-chg-set-face-on-change): Don't burp in
5247 narrowed buffer (bug#12361).
5248
5249 2012-12-10 Juanma Barranquero <lekktu@gmail.com>
5250
5251 * vc/vc-hooks.el (vc-state): Doc fix.
5252
5253 2012-12-10 Glenn Morris <rgm@gnu.org>
5254
5255 * mail/rmail.el (rmail-maybe-display-summary):
5256 Preserve buffer, in case select-window changes it. (Bug#13066)
5257
5258 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
5259
5260 * emacs-lisp/cl.el, emacs-lisp/cl-lib.el: Move cl-unload-function and
5261 cl-load-hook where they belong.
5262
5263 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
5264
5265 * emacs-lisp/cl-lib.el (cl-declaim): Paren typo.
5266
5267 2012-12-09 Eli Zaretskii <eliz@gnu.org>
5268
5269 Parallelize byte compilation on MS-Windows.
5270 * makefile.w32-in (WINS_BASIC1, WINS_BASIC2, WINS_BASIC3)
5271 (WINS_BASIC4): New variables, subdivide subdirectories into 4 parts.
5272 (WINS_BASIC): Define as concatenation of the above.
5273 (compile): Subdivide into 4 separate and independent jobs that can
5274 be run in parallel.
5275 (compile0-CMD, compile0-SH): New targets for compiling
5276 COMPILE_FIRST files, which are prerequisites for the rest of the
5277 byte-compilation.
5278 (compile1-CMD, compile2-CMD, compile3-CMD, compile4-CMD):
5279 New targets for parallel compilation with cmd.exe.
5280 (compile1-SH, compile2-SH, compile3-SH, compile4-SH): Ditto for
5281 compiling under a Unixy shell.
5282
5283 2012-12-09 Chong Yidong <cyd@gnu.org>
5284
5285 * simple.el (set-mark-default-inactive): Delete this
5286 accidentally-introduced option.
5287 (set-mark-command, exchange-point-and-mark): Remove calls.
5288
5289 2012-12-09 Glenn Morris <rgm@gnu.org>
5290
5291 * emacs-lisp/lisp-mode.el (eval-defun-1): Doc fix.
5292 Respect a defcustom's :set function, if appropriate. (Bug#109)
5293 (eval-defun): Doc fix.
5294
5295 2012-12-08 Juri Linkov <juri@jurta.org>
5296
5297 * info.el (Info-copy-current-node-name, Info-breadcrumbs)
5298 (Info-fontify-node, Info-bookmark-make-record): Remove the
5299 file extension from Info-current-file (Bug#13016).
5300
5301 2012-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
5302
5303 * hi-lock.el (hi-lock-unface-buffer): If there's no matching regexp at
5304 point, still provide some default.
5305 (hi-lock--regexps-at-point): Don't enforce a "hi-lock-" prefix on face
5306 names, since we don't use it right now. Actually return the list.
5307 (hi-lock-file-patterns, hi-lock-interactive-patterns): Use defvar-local.
5308
5309 2012-12-07 Chong Yidong <cyd@gnu.org>
5310
5311 * novice.el (disabled-command-function): Remove a spurious help
5312 xref (Bug#13043). Suggested by Kelly Dean.
5313
5314 * subr.el (text-clone-maintain): Fix clone overlay deletion when a
5315 syntax is specified (Bug#13025).
5316
5317 * info.el (Info-set-mode-line): Remove the file extension from
5318 Info-current-file if there is one (Bug#13016).
5319
5320 2012-12-07 Glenn Morris <rgm@gnu.org>
5321
5322 * mail/rmail.el (rmail-mime-decoded): New permanent local.
5323 (rmail-show-message-1): Set rmail-mime-decoded when appropriate.
5324 * mail/rmailedit.el (rmail-cease-edit): Respect rmail-mbox-format
5325 and rmail-mime-decoded. (Bug#9841)
5326
5327 * mail/unrmail.el (unrmail-mbox-format): New option. (Bug#6574)
5328 (batch-unrmail, unrmail): Doc fixes.
5329 (unrmail): Respect unrmail-mbox-format.
5330 * mail/rmail.el (rmail-mbox-format): New option.
5331 (rmail-show-message-1): Respect rmail-mbox-format.
5332
5333 2012-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
5334
5335 * emacs-lisp/cl-macs.el (cl-tagbody): New macro.
5336
5337 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
5338
5339 Further cleanup of the "cl-" namespace. Fit CL in 80 columns.
5340 * emacs-lisp/cl-macs.el (cl--pop2, cl--optimize-safety)
5341 (cl--optimize-speed, cl--not-toplevel, cl--parse-loop-clause)
5342 (cl--expand-do-loop, cl--proclaim-history, cl--declare-stack)
5343 (cl--do-proclaim, cl--proclaims-deferred): Rename from the "cl-" prefix.
5344 (cl-progv): Don't rely on dynamic scoping to find the body.
5345 * emacs-lisp/cl-lib.el (cl--optimize-speed, cl--optimize-safety)
5346 (cl--proclaims-deferred): Rename from the "cl-" prefix.
5347 (cl-declaim): Use backquotes.
5348 * emacs-lisp/cl-extra.el (cl-make-random-state, cl-random-state-p):
5349 Use "cl--" prefix for the object's tag.
5350
5351 * ses.el: Use advice-add/remove.
5352 (ses--advice-copy-region-as-kill, ses--advice-yank): New functions.
5353 (copy-region-as-kill, yank): Use advice-add.
5354 (ses-unload-function): Use advice-remove.
5355
5356 2012-12-06 Jonas Bernoulli <jonas@bernoul.li>
5357
5358 * button.el: Make them work in header-lines (bug#12817).
5359 (button-map): Add bindings for header-line and mode-line use.
5360 (button-get, button-put, button-label): `button' may now be a string.
5361 (button-activate): Don't make it a defsubst.
5362 (button--area-button-p, button--area-button-string): New functions.
5363 (make-text-button): Fix the return value when `beg' was a string.
5364 (push-button): Handle the mode-line case.
5365
5366 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
5367
5368 * progmodes/sql.el: Use cl-lib and lexical-binding; various cleanup.
5369 (sql-signum): Remove. Use `cl-signum' instead.
5370 (sql-read-passwd): Remove; use read-passwd instread.
5371 (sql-get-login-ext): Use read-string.
5372 (sql-get-login): Use dolist and pcase.
5373 (sql--completion-table): Rename from sql-try-completion.
5374 Use complete-with-action.
5375 (sql-mode): Don't change abbrev-all-caps globally.
5376 (sql-connect): Don't rely on dynamic scoping for `new-name'.
5377 (sql-postgres-completion-object): Initialize vars in their `let'.
5378 (sql-comint-sybase, sql-comint-sqlite, sql-comint-mysql)
5379 (sql-comint-solid, sql-comint-ms, sql-comint-postgres)
5380 (sql-comint-interbase): Use a single append, without setq.
5381 (sql-comint-linter): Same, and unwind-protect the LINTER_MBX var.
5382
5383 * hi-lock.el: Rework the default face and the serialize regexp code.
5384 (hi-lock--auto-select-face-defaults): Remove.
5385 (hi-lock-string-serialize-serial): Remove.
5386 (hi-lock--hashcons-hash): Rename from hi-lock-string-serialize-hash;
5387 make weak.
5388 (hi-lock--hashcons): Rename from hi-lock-string-serialize, return an
5389 equal string.
5390 (hi-lock-set-pattern): Adjust accordingly.
5391 (hi-lock--regexps-at-point): Simplify accordingly.
5392 (hi-lock--auto-select-face-defaults): Remove.
5393 (hi-lock--last-face): New var to replace it.
5394 (hi-lock-read-face-name): Rewrite (bug#11095).
5395 (hi-lock-unface-buffer): Arrange for the face to be the next default.
5396
5397 2012-12-06 Michael Albinus <michael.albinus@gmx.de>
5398
5399 * net/tramp.el (tramp-replace-environment-variables):
5400 Hide compiler warning.
5401 (tramp-file-name-for-operation): Remove `executable-find',
5402 `start-process', `call-process' and `call-process-region'.
5403
5404 * net/tramp-compat.el (top): Don't require 'tramp-util and 'tramp-vc.
5405
5406 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Ensure backward
5407 compatibility.
5408
5409 * net/tramp-sh.el (top): Remove `tramp-sh-handle-call-process-region'.
5410
5411 2012-12-06 Chong Yidong <cyd@gnu.org>
5412
5413 * ffap.el (ffap-replace-file-component): Fix typo.
5414
5415 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
5416
5417 * progmodes/octave-mod.el (octave-mark-block): Move out of tokens and
5418 fix open-paren-like token test (bug#12785).
5419
5420 2012-12-06 Glenn Morris <rgm@gnu.org>
5421
5422 * mail/rmailsum.el (rmail-new-summary): Tweak for
5423 rmail-maybe-display-summary changing buffer. (Bug#13066)
5424
5425 2012-12-06 Juri Linkov <juri@jurta.org>
5426
5427 * info.el (Info-fontify-node): Don't hide the last newline.
5428 (Bug#12272)
5429
5430 2012-12-06 Katsumi Yamaoka <yamaoka@jpl.org>
5431
5432 * mail/mailabbrev.el (mail-abbrev-expand-wrapper): Work in minibuffer
5433 so as to enable message-read-from-minibuffer to expand mail aliases.
5434
5435 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
5436
5437 * minibuf-eldef.el (minibuf-eldef-update-minibuffer): Don't mess with
5438 the `intangible' property.
5439 Suggested by Christopher Schmidt <christopher@ch.ristopher.com>
5440
5441 2012-12-05 Deniz Dogan <deniz@dogan.se>
5442
5443 * net/rcirc.el (rcirc-urls): Update documentation.
5444 (rcirc-condition-filter): New function.
5445 (rcirc-browse-url, rcirc-markup-urls): Use only URLs before point
5446 and exclude consecutive duplicate URLs (Bug#6082).
5447
5448 2012-12-05 Michael Albinus <michael.albinus@gmx.de>
5449
5450 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
5451 Check return code of copy command.
5452
5453 * net/tramp-adb.el (tramp-adb-sdk-dir, tramp-adb-prompt):
5454 Use group `tramp'. Add version.
5455
5456 2012-12-05 Chong Yidong <cyd@gnu.org>
5457
5458 * ffap.el (ffap-url-regexp): Don't require matching at front of
5459 string (Bug#4952).
5460 (ffap-url-p): If only a substring matches, return that.
5461 (ffap-url-at-point): Use the return value of ffap-url-p.
5462 (ffap-read-file-or-url, ffap-read-file-or-url-internal)
5463 (find-file-at-point, dired-at-point, dired-at-point-prompter)
5464 (ffap-guess-file-name-at-point): Likewise.
5465 (ffap-replace-file-component): Fix typo.
5466
5467 * info.el (info-display-manual): Add existing Info buffers, whose
5468 files may not be in Info-directory-list, to the completion.
5469 (info--manual-names): New helper function.
5470
5471 2012-12-05 Glenn Morris <rgm@gnu.org>
5472
5473 * vc/vc-hg.el (vc-hg-resolve-when-done, vc-hg-find-file-hook):
5474 New functions, for detecting and resolving conflicts. (Bug#10709)
5475
5476 2012-12-04 Jambunathan K <kjambunathan@gmail.com>
5477
5478 * hi-lock.el (hi-lock-auto-select-face): New user variable.
5479 (hi-lock-auto-select-face-defaults): New buffer local variable.
5480 (hi-lock-read-face-name): Honor `hi-lock-auto-select-face'.
5481 (hi-lock-unface-buffer): Prompt user with useful defaults.
5482 With prefix arg, unhighlight all hi-lock patterns in buffer.
5483
5484 2012-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
5485
5486 * obsolete/terminal.el, obsolete/longlines.el: Add obsolecence info.
5487
5488 2012-12-04 Michael Albinus <michael.albinus@gmx.de>
5489
5490 * Makefile.in (TRAMP_SRC):
5491 * makefile.w32-in (TRAMP_SRC): Add tramp-adb.el.
5492
5493 2012-12-04 Juergen Hoetzel <juergen@archlinux.org>
5494
5495 * net/tramp-adb.el: New package.
5496
5497 2012-12-04 Chong Yidong <cyd@gnu.org>
5498
5499 * terminal.el: Move to obsolete/.
5500
5501 * longlines.el: Move to obsolete/.
5502
5503 * vc/ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
5504 Remove code referring to longlines mode.
5505
5506 2012-12-03 Juri Linkov <juri@jurta.org>
5507
5508 * sort.el (delete-duplicate-lines): New command. (Bug#13032)
5509
5510 2012-12-03 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
5511
5512 * textmodes/ispell.el (ispell-init-process)
5513 (ispell-start-process, ispell-internal-change-dictionary):
5514 Make sure personal dictionary name is expanded after initial
5515 `default-directory' value. Use expanded strings for
5516 keep/restart checks and for value (Bug#13019).
5517
5518 2012-12-03 Jay Belanger <jay.p.belanger@gmail.com>
5519
5520 * calc/calc-forms.el (math-date-to-iso-dt): Fix weekday number.
5521
5522 2012-12-03 Leo Liu <sdl.web@gmail.com>
5523
5524 * files.el (dir-locals-read-from-file): Check file non-empty
5525 before reading. (Bug#13038)
5526
5527 2012-12-03 Glenn Morris <rgm@gnu.org>
5528
5529 * jka-cmpr-hook.el (jka-compr-get-compression-info):
5530 Remove any version extension before checking filename. (Bug#13006)
5531 (jka-compr-compression-info-list): Belated :version bump.
5532
5533 2012-12-03 Chong Yidong <cyd@gnu.org>
5534
5535 * simple.el (transient-mark-mode): Doc fix (Bug#11523).
5536
5537 * buff-menu.el (Buffer-menu-delete-backwards, Buffer-menu-mode)
5538 (buffer-menu): Doc fix (Bug#12294).
5539
5540 2012-12-03 Roland Winkler <winkler@gnu.org>
5541
5542 * calendar/diary-lib.el (diary-header-line-format): Use keybinding
5543 of diary-show-all-entries in the diary buffer (Bug#12994).
5544
5545 2012-12-03 Michael Albinus <michael.albinus@gmx.de>
5546
5547 * net/tramp-sh.el (tramp-perl-encode): Use "read STDIN" instead of
5548 "<STDIN>". This is binary safe.
5549
5550 2012-12-03 Jay Belanger <jay.p.belanger@gmail.com>
5551
5552 * calc/calc-forms.el (math-absolute-from-iso-dt)
5553 (math-date-to-iso-dt, math-parse-iso-date-validate)
5554 (math-iso-dt-to-date): New functions.
5555 (math-fd-iso-dt, math-fd-isoyear, math-fd-isoweek)
5556 (math-fd-isoweekday): New variables.
5557 (calc-date-notation, math-parse-standard-date, math-format-date)
5558 (math-format-date-part): Add support for more formatting codes.
5559
5560 2012-12-02 Dmitry Gutov <dgutov@yandex.ru>
5561
5562 * vc/vc.el (vc-delete-file, vc-rename-file): Default to the
5563 current buffer's file name when called interactively (Bug#12488).
5564
5565 2012-12-02 Juri Linkov <juri@jurta.org>
5566
5567 * info.el (info-display-manual): Don't clobber an existing Info
5568 buffer (Bug#10770). Add completion (Bug#10771).
5569
5570 2012-12-01 Yuya Nishihara <yuya@tcha.org> (tiny change)
5571
5572 * vc/vc-hooks.el (vc-find-file-hook): Expand buffer-file-truename
5573 before using it for comparison (Bug#5297).
5574
5575 2012-12-01 Jari Aalto <jari.aalto@cante.net>
5576
5577 * textmodes/css-mode.el (css-current-defun-name): New function.
5578 (css-mode): Use it.
5579
5580 * textmodes/sgml-mode.el (html-current-defun-name): New function.
5581 (html-mode): Use it.
5582
5583 2012-12-01 Chong Yidong <cyd@gnu.org>
5584
5585 Modularize add-log-current-defun (Bug#2224).
5586 Suggested by Jari Aalto.
5587
5588 * vc/add-log.el (add-log-current-defun-function): Doc fix.
5589 (add-log-current-defun): Move mode-specific code to other files.
5590 (add-log-lisp-like-modes, add-log-c-like-modes)
5591 (add-log-tex-like-modes): Variables deleted.
5592
5593 * emacs-lisp/lisp-mode.el (lisp-current-defun-name): New.
5594 (lisp-mode-variables): Use it.
5595
5596 * progmodes/cc-mode.el (c-common-init):
5597 * progmodes/cperl-mode.el (cperl-mode): Set a value for
5598 add-log-current-defun-function.
5599
5600 * progmodes/m4-mode.el (m4-current-defun-name): New function.
5601 (m4-mode): Use it.
5602
5603 * progmodes/perl-mode.el (perl-current-defun-name): New.
5604 (perl-mode): Use it.
5605
5606 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
5607 Use lisp-current-defun-name.
5608
5609 * textmodes/tex-mode.el (tex-current-defun-name): New.
5610 (tex-common-initialization): Use it.
5611
5612 * textmodes/texinfo.el (texinfo-current-defun-name): New.
5613 (texinfo-mode): Use it.
5614
5615 2012-12-01 Chong Yidong <cyd@gnu.org>
5616
5617 * emacs-lisp/lisp-mode.el (lisp-mode-variables, lisp-mode):
5618 * progmodes/autoconf.el (autoconf-mode):
5619 * progmodes/js.el (js-mode):
5620 * progmodes/make-mode.el (makefile-mode, makefile-makepp-mode)
5621 (makefile-bsdmake-mode, makefile-imake-mode, makefile-browse):
5622 * progmodes/perl-mode.el (perl-mode):
5623 * progmodes/sh-script.el (sh-mode, sh-set-shell):
5624 * textmodes/css-mode.el (css-mode):
5625 * textmodes/sgml-mode.el (html-mode, sgml-mode)
5626 (sgml-tags-invisible, sgml-guess-indent):
5627 * textmodes/tex-mode.el (tex-common-initialization)
5628 (latex-complete-bibtex-keys, tex-shell, tex-main-file)
5629 (doctex-mode, plain-tex-mode, latex-mode):
5630 * textmodes/texinfo.el (texinfo-mode): Use setq-local.
5631
5632 2012-12-01 Kirk Kelsey <kirk.kelsey@0x4b.net>
5633
5634 * vc/vc-hg.el (vc-hg-next-revision):
5635 Ensure use of default "tip" output format. (Bug#6968)
5636
5637 2012-12-01 Kim F. Storm <storm@cua.dk>
5638
5639 * startup.el (fancy-startup-tail): Add a clickable link
5640 (Bug#2176).
5641
5642 2012-12-01 Chong Yidong <cyd@gnu.org>
5643
5644 * startup.el (fancy-startup-tail): Improve the message about
5645 auto-save files (Bug#2176).
5646
5647 * files.el (recover-session): Improve the descriptive message, and
5648 use substitute-command-keys.
5649
5650 2012-12-01 Glenn Morris <rgm@gnu.org>
5651
5652 * ido.el (ido-file-internal):
5653 Handle other-window, other-frame for dired. (Bug#13036)
5654
5655 2012-11-30 Glenn Morris <rgm@gnu.org>
5656
5657 * icomplete.el (icomplete-separator): Fix :version.
5658
5659 2012-11-30 Chong Yidong <cyd@gnu.org>
5660
5661 * shell.el (shell): For C-u M-x shell, use an inactive shell
5662 buffer as the default (Bug#1975).
5663 (shell-apply-ansi-color, shell-reapply-ansi-color): New functions.
5664 (shell-mode): Use them to reapply ansi colorization if Shell mode
5665 is re-enabled.
5666
5667 2012-11-30 Yuriy Vostrikov <delamonpansie@gmail.com> (tiny change)
5668
5669 * vc/vc-git.el (vc-git-command): Disable the pager (Bug#6137).
5670
5671 2012-11-30 Samuel Bronson <naesten@gmail.com>
5672
5673 * progmodes/grep.el (grep-compute-defaults): Do not pass the -e
5674 flag to xargs, for compatibility with BSD xargs (Bug#11703).
5675
5676 2012-11-30 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
5677
5678 * textmodes/fill.el (fill-region-as-paragraph): Handle overshoot
5679 by move-to-column (Bug#3234).
5680
5681 2012-11-30 Chong Yidong <cyd@gnu.org>
5682
5683 * longlines.el (longlines-wrap-line, longlines-encode-region):
5684 Preserve text properties (Bug#1425).
5685
5686 2012-11-30 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
5687
5688 * vc/vc.el (vc-register): Allow registering a file which is
5689 already registered with a different backend (Bug#10589).
5690
5691 2012-11-29 Jambunathan K <kjambunathan@gmail.com>
5692 Stefan Monnier <monnier@iro.umontreal.ca>
5693
5694 * icomplete.el: Change separator; add ido-style commands.
5695 (icomplete-show-key-bindings): Remove custom var.
5696 (icomplete-get-keys): Remove function.
5697 (icomplete-forward-completions, icomplete-backward-completions):
5698 New commands.
5699 (icomplete-minibuffer-map): New var.
5700 (icomplete-minibuffer-setup): Use it.
5701 (icomplete-exhibit): Don't delay if the list of completions is known.
5702 (icomplete-separator): New custom.
5703 (icomplete-completions): Use it.
5704 * minibuffer.el (completion-all-sorted-completions): Delete duplicates.
5705 (minibuffer-force-complete-and-exit): New command.
5706 (minibuffer--complete-and-exit): New function extracted from
5707 minibuffer-complete-and-exit.
5708 (minibuffer-complete-and-exit): Use it.
5709
5710 * progmodes/etags.el (visit-tags-table-buffer): Give a more precise
5711 error message when the file doesn't exist (bug#12974).
5712
5713 2012-11-29 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
5714
5715 * simple.el (activate-mark): Run activate-mark-hook (bug#13027).
5716
5717 2012-11-29 Glenn Morris <rgm@gnu.org>
5718
5719 * files.el (hack-dir-local-variables): Warn if try to set
5720 coding via dir-locals, since it doesn't work. (Bug#7169)
5721
5722 Add desktop support for restoring vc-dir buffers. (Bug#10606)
5723 * vc/vc-dir.el (vc-dir-mode): Autoload it (for desktop restore).
5724 Set buffer-local value of desktop-save-buffer.
5725 (vc-dir-desktop-buffer-misc-data, vc-dir-restore-desktop-buffer):
5726 New functions.
5727 (desktop-buffer-mode-handlers): Add vc-dir-mode entry.
5728 * desktop.el (desktop-save-buffer-p): Treat vc-dir like dired.
5729
5730 * files.el (inhibit-local-variables-ignore-case): New. (Bug#10610)
5731 (inhibit-local-variables-p): Use inhibit-local-variables-ignore-case.
5732 Doc fix.
5733 (inhibit-local-variables-regexps, inhibit-local-variables-suffixes):
5734 Doc fixes.
5735
5736 2012-11-28 Jay Belanger <jay.p.belanger@gmail.com>
5737
5738 * calc/calc-forms.el (calc-date-notation): Fix regexp
5739 used to find time codes. Fix symbol for seconds.
5740
5741 2012-11-27 Glenn Morris <rgm@gnu.org>
5742
5743 * emacs-lisp/derived.el (derived-mode-make-docstring):
5744 Don't mention "abbrev" or "syntax" if nil. (Bug#11277)
5745
5746 2012-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
5747
5748 * textmodes/table.el (table-insert): Don't use `symbol-name' on
5749 lexically scoped variables (bug#13005).
5750
5751 2012-11-27 Glenn Morris <rgm@gnu.org>
5752
5753 * vc/vc-hooks.el (vc-mistrust-permissions):
5754 Default to t, to avoid data-loss. (Bug#11490)
5755
5756 2012-11-27 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
5757
5758 * progmodes/python.el (python-indent-guess-indent-offset):
5759 If indentation is guessed make python-indent-offset buffer-local.
5760
5761 Fix Imenu regression.
5762 * progmodes/python.el (python-nav-beginning-of-defun):
5763 Fix forward movement when statement(s) separates point from defun.
5764 (python-imenu-prev-index-position): New function.
5765
5766 2012-11-27 Eli Zaretskii <eliz@gnu.org>
5767
5768 * subr.el (buffer-file-type): Declare with defvar-local. Doc fix.
5769
5770 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
5771 Don't set buffer-file-type. Return nil. (Bug#12989)
5772
5773 2012-11-27 Glenn Morris <rgm@gnu.org>
5774
5775 * hippie-exp.el (hippie-expand-try-functions-list):
5776 Re-autoload it. (Bug#12982)
5777
5778 2012-11-27 Eli Zaretskii <eliz@gnu.org>
5779
5780 * descr-text.el (describe-char-padded-string):
5781 Call internal-char-font only on GUI frames. (Bug#11964)
5782
5783 2012-11-27 Andreas Schwab <schwab@linux-m68k.org>
5784
5785 * buff-menu.el (Buffer-menu-buffer+size-width): Fix customize type
5786 and obsoletion message.
5787
5788 2012-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
5789
5790 * emacs-lisp/cl-macs.el (cl--transform-lambda): Add back `declare' in
5791 the constructs to keep outside of the `cl-block' (bug#12977).
5792
5793 2012-11-27 Chong Yidong <cyd@gnu.org>
5794
5795 * mouse.el (mouse-drag-line): Even if the line is not draggable,
5796 keep reading until we get the up-event anyway, in order to process
5797 the up-event for mouse-1-click-follows-link (Bug#12971).
5798
5799 2012-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
5800
5801 * emacs-lisp/advice.el (ad-should-compile): Don't compile advice if the
5802 base function is not yet defined (bug#12965).
5803 (ad-activate-advised-definition): Use ad-compile-function.
5804 (ad-activate): Use cond.
5805
5806 2012-11-25 Leo Liu <sdl.web@gmail.com>
5807
5808 * textmodes/sgml-mode.el (sgml-tag): Fix indentation for closing tag.
5809 (Bug#12979)
5810
5811 2012-11-24 Vincent BelaĂ¯che <vincentb1@users.sourceforge.net>
5812
5813 * textmodes/reftex-parse.el (reftex-parse-from-file): Use variable
5814 reftex-section-info-function in order to be compatible with
5815 Texinfo integration.
5816
5817 * textmodes/reftex.el (reftex-section-pre-regexp)
5818 (reftex-section-post-regexp, reftex-section-info-function):
5819 New variable.
5820 (reftex-compile-variables): Use variables reftex-section-pre-regexp,
5821 reftex-section-post-regexp, and reftex-section-info-function in order
5822 to be compatible with Texinfo integration.
5823
5824 * textmodes/reftex-toc.el (reftex-toc-promote-action):
5825 use reftex-section-pre-regexp variable in order to be compatible with
5826 Texinfo integration.
5827
5828 2012-11-25 Chong Yidong <cyd@gnu.org>
5829
5830 * faces.el: Make face-spec-set more analogous to setq.
5831 (face-spec-set): Change the third arg to specify whether this
5832 function is being called via defface, customize, or a third party.
5833 Set the appropriate symbol properties. Clear the override spec if
5834 setting via Custom. Initialize face if necessary. (Bug#4988)
5835 (face-spec-recalc): Allow theme faces to completely replace the
5836 defface spec, in the same way as custom faces (Bug#8454).
5837
5838 * cus-face.el (custom-declare-face): Move face initialization to
5839 face-spec-set.
5840 (custom-theme-set-faces): Don't initialize the face name here, as
5841 that is now done in face-spec-set.
5842
5843 * cus-edit.el (custom-face-set, custom-face-mark-to-save)
5844 (custom-face-reset-saved, custom-face-mark-to-reset-standard):
5845 Simplify by using the new arg to face-spec-set.
5846
5847 * emacs-lisp/lisp-mode.el (eval-defun-1): When evaluating defface,
5848 reset face-override-spec too, and use custom-declare-face.
5849
5850 2012-11-24 Jan Djärv <jan.h.d@swipnet.se>
5851
5852 * term/ns-win.el (ns-initialize-window-system): Move creation of
5853 fontsets here (Bug#11964).
5854
5855 2012-11-24 Vincent BelaĂ¯che <vincentb1@users.sourceforge.net>
5856
5857 * ses.el (ses-rename-cell): Correct bug on mode-line update after
5858 cell renaming.
5859
5860 2012-11-24 Chong Yidong <cyd@gnu.org>
5861
5862 * woman.el (woman-default-faces, woman-monochrome-faces): Mark as
5863 obsolete.
5864
5865 * custom.el (custom-theme-set-variables): Use a topological sort
5866 for ordering by custom dependencies (Bug#12952).
5867 (custom--sort-vars, custom--sort-vars-1): New functions.
5868
5869 2012-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
5870
5871 * emacs-lisp/bytecomp.el (byte-compile-file): Setup default value for
5872 lexical-binding (bug#12938).
5873
5874 2012-11-24 Wolfgang Jenkner <wjenkner@inode.at>
5875
5876 * image-mode.el (image-transform-check-size): Use assertions only
5877 for images of type imagemagick.
5878
5879 Otherwise no error, image-transform-fit-to-{width,height} is
5880 silently ignored, as before. Doc fix.
5881
5882 2012-11-24 Chong Yidong <cyd@gnu.org>
5883
5884 * faces.el (color-defined-p): Doc fix (Bug#12853).
5885
5886 2012-11-24 Juri Linkov <juri@jurta.org>
5887
5888 * dired.el (dired-mark): Add optional arg `interactive'.
5889 Check for `use-region-p' if `interactive' is non-nil.
5890 (dired-unmark, dired-flag-file-deletion): Add optional arg
5891 `interactive'. Call `dired-mark' with the arg `interactive'.
5892 (Bug#10624)
5893
5894 * wdired.el: Revert 2012-10-17 change partly and replace it with
5895 Patch by Christopher Schmidt <christopher@ch.ristopher.com>.
5896 (wdired-finish-edit): Add marks for new file names to
5897 `wdired-old-marks'. Restore marks using `dired-mark-remembered'
5898 after `revert-buffer'.
5899 (wdired-do-renames): Remove calls to `dired-remove-file',
5900 `dired-add-file', `dired-add-entry'. (Bug#11795)
5901
5902 2012-11-24 Alan Mackenzie <acm@muc.de>
5903
5904 * progmodes/cc-defs.el (c-version): Bump to 5.32.4.
5905
5906 Fix bugs in the state cache. Enhance a debugging mechanism.
5907 * progmodes/cc-engine.el (c-parse-state-get-strategy): Don't use
5908 "brace at column zero" strategy for C++.
5909 (c-append-lower-brace-pair-to-state-cache): Repair algorithm.
5910 (c-parse-state-point): New variable.
5911 (c-record-parse-state-state): Record old parse state with
5912 `copy-tree'. Record previous value of point.
5913 (c-debug-parse-state-double-cons): New debugging function.
5914 (c-debug-parse-state): Call the above new function.
5915 (c-toggle-parse-state-debug): Output a confirmatory message.
5916
5917 * progmodes/cc-mode.el (c-before-change, c-after-change):
5918 Call c-invalidate-state-cache from `c-before-change' instead of
5919 `c-after-change'.
5920
5921 2012-11-23 Chong Yidong <cyd@gnu.org>
5922
5923 * find-cmd.el (find-constituents): Add executable, ipath,
5924 readable, samefile, writable, daystart, regextype (Bug#12856).
5925
5926 2012-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
5927
5928 * emacs-lisp/ert.el, emacs-lisp/ert-x.el: Use cl-lib and lexical-binding.
5929
5930 2012-11-22 Paul Eggert <eggert@cs.ucla.edu>
5931
5932 * calc/calc.el (calc-gregorian-switch): Move to after calc-refresh
5933 definition. This fixes a bootstrap failure.
5934 (calc-gregorian-switch): In menu, put dates before regions.
5935 This is easier to follow, lines up better in the menu, and lets us
5936 coalesce regions that switch at the same time. Give country
5937 names, not "Vatican", as that's better for non-expert users.
5938 Use names that are stable between the date of switch and now, e.g.,
5939 Bohemia and Moravia (which existed then and now) and not
5940 Czechoslovakia (which didn't exist then and doesn't exist now).
5941 What is now the U.S. mostly did not switch at the same time as
5942 Britain, so omit the U.S. Correct spelling of "Britain".
5943 Catholic Switzerland was too much of a mess, so omit it.
5944
5945 2012-11-22 Jay Belanger <jay.p.belanger@gmail.com>
5946
5947 * calc/calc.el (calc-gregorian-switch): Refresh the Calc buffer
5948 after the variable is changed.
5949
5950 2012-11-21 Daniel Colascione <dancol@dancol.org>
5951
5952 * progmodes/sql.el (sql-mode-font-lock-object-name): Support IF NOT EXISTS
5953 in SQL declarations for font-lock.
5954 (sql-imenu-generic-expression): Teach imenu about IF NOT EXISTS.
5955
5956 2012-11-21 Glenn Morris <rgm@gnu.org>
5957
5958 * faces.el (face-underline-p, face-inverse-video-p, face-bold-p)
5959 (face-italic-p): Add optional argument "inherit".
5960
5961 * faces.el (set-face-inverse-video, set-face-bold, set-face-italic):
5962 Remove -p suffix from names, for consistency with other set-face-*.
5963 (set-face-inverse-video): Fix interactive spec.
5964 * play/gamegrid.el (gamegrid-make-mono-tty-face):
5965 * textmodes/table.el (table--update-cell-face):
5966 Use set-face-inverse-video rather than now obsolete alias.
5967
5968 2012-11-21 Eli Zaretskii <eliz@gnu.org>
5969
5970 * simple.el (line-move): Don't call line-move-partial if
5971 scroll-conservatively is in effect. (Bug#12927)
5972
5973 2012-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
5974
5975 * eshell/em-cmpl.el (eshell-pcomplete): Refine fix for bug#12838:
5976 Fallback on completion-at-point rather than
5977 pcomplete-expand-and-complete, and only if pcomplete actually failed.
5978 (eshell-cmpl-initialize): Setup completion-at-point.
5979
5980 * pcomplete.el (pcomplete--entries): Obey pcomplete-ignore-case.
5981
5982 * emacs-lisp/ert.el (ert--expand-should-1): Adapt to cl-lib.
5983
5984 2012-11-21 Michael Albinus <michael.albinus@gmx.de>
5985
5986 * net/tramp-sh.el (tramp-do-copy-or-rename-file): If both files
5987 are remote, check out-of-band property for both.
5988
5989 2012-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
5990
5991 * window.el (switch-to-buffer): Re-add the warning that was lost in the
5992 code rewrite.
5993
5994 2012-11-21 Paul Eggert <eggert@cs.ucla.edu>
5995
5996 More minor time fixes.
5997 * calendar/time-date.el: Commentary fix.
5998 * net/tramp-sh.el (tramp-do-file-attributes-with-ls): Undo last change;
5999 too much other code depends on (0 0) time stamps.
6000 * net/tramp.el (tramp-time-less-p, tramp-time-subtract):
6001 Add a couple of FIXME comments.
6002
6003 Minor cleanup for times as lists of four integers.
6004 * files.el (dir-locals-directory-cache):
6005 * ps-bdf.el (bdf-file-mod-time, bdf-read-font-info):
6006 Doc fixes.
6007 * net/tramp-sh.el (tramp-do-file-attributes-with-ls):
6008 * ps-bdf.el (bdf-file-newer-than-time):
6009 Process four-integers time stamps, not two. Doc fixes.
6010
6011 2012-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
6012
6013 * uniquify.el (uniquify-managed): Use defvar-local.
6014 (rename-buffer, create-file-buffer): Advise with advice-add.
6015 (uniquify-unload-function): Unadvise accordingly.
6016
6017 * emacs-lisp/trace.el: Rewrite, use nadvice and lexical-binding.
6018 (trace-buffer): Don't purecopy.
6019 (trace-entry-message, trace-exit-message): Add `context' arg.
6020 (trace--timer): New var.
6021 (trace-make-advice): Adjust for use in nadvice.
6022 Add `context' argument. Delay `display-buffer' via a timer.
6023 (trace-function-internal): Use advice-add.
6024 (trace--read-args): New function.
6025 (trace-function-foreground, trace-function-background): Use it.
6026 (trace-function): Rename to trace-function-foreground and redefine as
6027 an alias to that new name.
6028 (untrace-function, untrace-all): Adjust to the use of nadvice.
6029
6030 * emacs-lisp/bytecomp.el (byte-compile): Fix handling of closures.
6031
6032 * emacs-lisp/byte-run.el (defun-declarations-alist): Fix last change.
6033
6034 * subr.el (called-interactively-p-functions): New var.
6035 (internal--called-interactively-p--get-frame): New macro.
6036 (called-interactively-p, interactive-p): Rewrite in Lisp.
6037 * emacs-lisp/nadvice.el (advice--called-interactively-skip): New fun.
6038 (called-interactively-p-functions): Use it.
6039 * emacs-lisp/edebug.el (edebug--called-interactively-skip): New fun.
6040 (called-interactively-p-functions): Use it.
6041 * allout.el (allout-called-interactively-p): Don't assume
6042 called-interactively-p is a subr.
6043
6044 2012-11-20 Glenn Morris <rgm@gnu.org>
6045
6046 * profiler.el (profiler-report-mode-map): Add a menu.
6047 No need to bind `q' because we derive from special-mode.
6048 (profiler-report-find-entry): Handle calls from the menu-bar.
6049
6050 2012-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
6051
6052 * emacs-lisp/byte-run.el (defun-declarations-alist):
6053 Allow a compiler-macro to be a lambda expression.
6054
6055 * progmodes/python.el: Use cl-lib. Move var declarations outside of
6056 eval-when-compile.
6057 (python-syntax-context): Add compiler-macro.
6058 (python-font-lock-keywords): Simplify with De Morgan.
6059
6060 * vc/diff-mode.el (diff-hunk): Don't make useless timers.
6061
6062 * files.el (load-file): Require match in minibuffer selection, as was
6063 the case in Emacs-20 before we changed the spec to allow .elc files
6064 (bug#12935).
6065
6066 * json.el: Don't require cl since we don't use it.
6067 * color.el: Don't require cl.
6068 (color-complement): `caddr' -> `nth 2'.
6069
6070 * calendar/time-date.el (time-to-seconds): De-obsolete.
6071
6072 2012-11-19 Jay Belanger <jay.p.belanger@gmail.com>
6073
6074 * calc/calc-forms.el (math-leap-year-p): Fix formula for negative
6075 year numbers.
6076 (math-date-to-julian-dt): Adjust the initial approximation for the
6077 year to deal with the new definition of the DATE.
6078
6079 2012-11-19 Daniel Colascione <dancol@dancol.org>
6080
6081 * term/w32-win.el (cygwin-convert-path-from-windows):
6082 Accomodate rename of cygwin_convert_path* to cygwin_convert_file_name*.
6083
6084 2012-11-18 Chong Yidong <cyd@gnu.org>
6085
6086 * filecache.el (file-cache--read-list): New function.
6087 (file-cache-add-directory-list, file-cache-add-file-list)
6088 (file-cache-delete-file-list, file-cache-delete-directory-list):
6089 Use it to read a list of files or directories (Bug#12846).
6090 (file-cache-add-file, file-cache-add-directory)
6091 (file-cache-delete-file-list, file-cache-delete-file-regexp)
6092 (file-cache-delete-directory): Print an message.
6093
6094 2012-11-18 Jay Belanger <jay.p.belanger@gmail.com>
6095
6096 * calc/calc-forms.el (math-date-to-dt): Use integer date when
6097 calling `math-date-to-julian-dt' and 'math-date-to-gregorian-dt'.
6098
6099 2012-11-18 Glenn Morris <rgm@gnu.org>
6100
6101 * image.el (insert-image, insert-sliced-image): Doc fix.
6102
6103 2012-11-18 Chong Yidong <cyd@gnu.org>
6104
6105 * emacs-lisp/syntax.el (syntax-propertize-function): Doc fix
6106 (Bug#12810).
6107
6108 2012-11-18 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
6109
6110 * vc/vc-svn.el (vc-svn-merge-news): Properly parse the merge
6111 response when the target file is in a subdirectory (Bug#12757).
6112
6113 2012-11-18 Chong Yidong <cyd@gnu.org>
6114
6115 * filecache.el (file-cache-add-file-list): Doc fix (Bug#12694).
6116
6117 2012-11-18 Glenn Morris <rgm@gnu.org>
6118
6119 * emacs-lisp/cl-lib.el (face-underline-p):
6120 Use set-face-underline rather than the alias set-face-underline-p.
6121
6122 * window.el (with-temp-buffer-window): Doc fix.
6123 * subr.el (with-output-to-temp-buffer):
6124 Add doc xref to with-temp-buffer-window.
6125
6126 2012-11-18 Juanma Barranquero <lekktu@gmail.com>
6127
6128 * woman.el (woman-non-underline-faces): Use `set-face-underline'.
6129 * calc/calc.el (math-format-date-cache): Declare.
6130
6131 2012-11-17 Paul Eggert <eggert@cs.ucla.edu>
6132
6133 Calc by default uses the Gregorian calendar for all dates (Bug#12633).
6134 It also uses January 1, 1 AD as its day number 1.
6135 * calc/calc-forms.el (math-julian-date-beginning)
6136 (math-julian-date-beginning-int): Implement this.
6137
6138 2012-11-17 Juanma Barranquero <lekktu@gmail.com>
6139
6140 * descr-text.el (quail-find-key):
6141 * dired.el (desktop-file-name):
6142 * dirtrack.el (shell-prefixed-directory-name, shell-process-cd):
6143 * generic-x.el (comint-mode, comint-exec):
6144 * image-dired.el (widget-forward):
6145 * info.el (speedbar-add-expansion-list, speedbar-center-buffer-smartly)
6146 (speedbar-change-expand-button-char)
6147 (speedbar-change-initial-expansion-list, speedbar-delete-subblock)
6148 (speedbar-make-specialized-keymap, speedbar-make-tag-line):
6149 * printing.el (easy-menu-add-item, easy-menu-remove-item)
6150 (widget-field-action, widget-value-set):
6151 * speedbar.el (imenu--make-index-alist):
6152 * term.el (ring-empty-p, ring-ref, ring-insert-at-beginning)
6153 (ring-length, ring-insert):
6154 * vcursor.el (compare-windows-skip-whitespace):
6155 * woman.el (dired-get-filename):
6156 Declare functions.
6157
6158 * term/w32-win.el (cygwin-convert-path-from-windows): Fix declaration.
6159
6160 2012-11-17 Jay Belanger <jay.p.belanger@gmail.com>
6161
6162 * calc/calc.el (calc-gregorian-switch): New variable.
6163
6164 * calc/calc-forms.el (math-day-in-year, math-dt-before-p)
6165 (math-absolute-from-gregorian-dt, math-absolute-from-julian-dt)
6166 (math-date-to-julian-dt, math-date-to-gregorian-dt): New functions.
6167 (math-leap-year-p): Add option to distinguish between Julian
6168 and Gregorian calendars.
6169 (math-day-number): Use `math-day-in-year' to do the computations.
6170 (math-absolute-from-dt): Rename from `math-absolute-from-date'.
6171 Use `math-absolute-from-gregorian' and `math-absolute-from-julian'
6172 to do the computations.
6173 (math-date-to-dt): Use `math-date-to-julian-dt' and
6174 `math-date-to-gregorian-dt' to do the computations.
6175 (calcFunc-weekday, math-format-date-part): Use the new version of
6176 the DATE to determine the weekday.
6177 (calcFunc-newmonth, calcFunc-newyear): Use `calc-gregorian-switch'
6178 when necessary.
6179
6180 2012-11-17 Eli Zaretskii <eliz@gnu.org>
6181
6182 * term/w32-win.el (w32-handle-dropped-file): Use 'file://' only on
6183 Cygwin; otherwise use 'file:'. (Bug#12914)
6184 (cygwin-convert-path-from-windows): Declare, to avoid
6185 byte-compiler warnings.
6186
6187 2012-11-17 Andreas Politz <politza@fh-trier.de>
6188
6189 * ibuffer.el (ibuffer-mark-forward, ibuffer-unmark-forward)
6190 (ibuffer-unmark-backward, ibuffer-mark-interactive): Support plain
6191 prefix and negative numeric prefix args (Bug#12795).
6192
6193 2012-11-17 Stephen Berman <stephen.berman@gmx.net>
6194
6195 * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
6196 Don't signal an error with a score that is too low to add to the
6197 list of top scores. (Bug#12779)
6198
6199 2012-11-17 Chong Yidong <cyd@gnu.org>
6200
6201 * help-mode.el (help-xref-interned): End on point-min (Bug#12737).
6202
6203 * filecache.el (file-cache-add-file): Handle relative file name in
6204 the argument (Bug#12694).
6205
6206 2012-11-16 JĂ¼rgen Hötzel <juergen@archlinux.org> (tiny change)
6207
6208 * eshell/em-unix.el (eshell/mkdir): Handle "--parents" (bug#12897).
6209
6210 2012-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
6211
6212 * emacs-lisp/advice.el (ad-make-advised-definition): Improve last fix.
6213
6214 * emacs-lisp/cl-lib.el: Set more meaningful version number.
6215
6216 2012-11-16 Martin Rudalics <rudalics@gmx.at>
6217
6218 * window.el (enlarge-window, shrink-window): Don't mention return
6219 value in doc-string (Bug#12896).
6220 (window--display-buffer): Don't resize frames - it won't work
6221 with all window managers and defeat pop-up-frame-alist.
6222 (display-buffer-alist): In doc-string explain that CONDITION can
6223 be a function and which arguments are passed to it (Bug#12854).
6224 (display-buffer-assq-regexp): New argument ACTION. Handle lambda
6225 expressions (Bug#12854).
6226 (display-buffer): Pass ACTION argument to
6227 display-buffer-assq-regexp.
6228
6229 2012-11-16 Glenn Morris <rgm@gnu.org>
6230
6231 * window.el (fit-frame-to-buffer-bottom-margin)
6232 (fit-frame-to-buffer, fit-window-to-buffer): Doc fixes.
6233
6234 * faces.el (face-underline-p): Use face-attribute-specified-or.
6235
6236 2012-11-16 Juanma Barranquero <lekktu@gmail.com>
6237
6238 * emacs-lisp/cl-macs.el (cl-loop, cl-do, cl-do*): Doc fixes.
6239
6240 2012-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
6241
6242 * emacs-lisp/cl-macs.el (cl-flet, cl-flet*): Fix docstring (bug#12895).
6243
6244 2012-11-16 Glenn Morris <rgm@gnu.org>
6245
6246 * eshell/em-cmpl.el (eshell-pcomplete): New command. (Bug#12838)
6247 (eshell-cmpl-initialize): Bind eshell-pcomplete to TAB, C-i.
6248
6249 * faces.el (face-underline-p): Doc fix. Handle :underline being
6250 things other than `t' (a string, a list).
6251 (face-inverse-video-p): Doc fix.
6252 (set-face-underline): Rename it back from set-face-underline-p.
6253 Doc fix. Allow interactive input of values other than t.
6254 (read-face-attribute): Apply formatting to :underline,
6255 since like :box and :stipple it can take list values.
6256
6257 * term.el (ansi-term): Don't let C-x escape-char binding
6258 clobber the more standard C-c binding. (Bug#12842)
6259
6260 * subr.el (set-temporary-overlay-map): Doc fix.
6261
6262 2012-11-16 Martin Rudalics <rudalics@gmx.at>
6263
6264 * window.el (record-window-buffer)
6265 (display-buffer-record-window): When copying the markers to
6266 window-point preserve window-point-insertion-type. (Bug#12588)
6267
6268 2012-11-16 Glenn Morris <rgm@gnu.org>
6269
6270 * emacs-lisp/eieio-datadebug.el (eieio-debug-methodinvoke):
6271 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error):
6272 Use new names for hooks rather than obsolete aliases.
6273
6274 2012-11-15 Daniel Colascione <dancol@dancol.org>
6275
6276 * term/w32-win.el (w32-handle-dropped-file): Use a "file://"
6277 prefix instead of "file:" so that when FILE-NAME begins with "//",
6278 as it does when the target file is on a network share, url-handler
6279 isn't confused.
6280
6281 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
6282
6283 * emacs-lisp/advice.el (ad-definition-type): Make sure we don't use
6284 a preactivated advice from an old advice.el; they're not compatible!
6285
6286 2012-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
6287
6288 * emacs-lisp/nadvice.el (advice--make-interactive-form):
6289 Fix string-spec case.
6290
6291 * emacs-lisp/advice.el (ad-make-advised-definition): Fix undefined case.
6292
6293 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
6294
6295 * emacs-lisp/nadvice.el: Add buffer-local support to add-function.
6296 (advice--buffer-local-function-sample): New var.
6297 (advice--set-buffer-local, advice--buffer-local): New functions.
6298 (add-function, remove-function): Use them.
6299
6300 2012-11-15 Drew Adams <drew.adams@oracle.com>
6301
6302 * imenu.el (imenu--split-submenus): Use imenu--subalist-p (bug#12717).
6303
6304 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
6305
6306 * emacs-lisp/cl-macs.el (cl--transform-lambda): Defend against
6307 potential binding of print-gensym to t, and prettify (back)quotes in
6308 case they appear in args's default values (bug#12884).
6309
6310 2012-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
6311
6312 * emacs-lisp/nadvice.el: Add around advice for interactive specs.
6313 (advice-eval-interactive-spec): New function.
6314 (advice--make-interactive-form): Support around advice (bug#12844).
6315
6316 2012-11-14 Dmitry Gutov <dgutov@yandex.ru>
6317
6318 * progmodes/ruby-mode.el (ruby-expr-beg): Make heredoc detection
6319 more strict. Add docstring.
6320 (ruby-expression-expansion-re): Extract from
6321 `ruby-match-expression-expansion'.
6322 (ruby-syntax-propertize-function): After everything else, search
6323 for expansions in string literals, mark their insides as
6324 whitespace syntax and save match data for font-lock.
6325 (ruby-font-lock-keywords): Use the 2nd group from expression
6326 expansion matches.
6327 (ruby-match-expression-expansion): Use the match data saved to the
6328 text property in ruby-syntax-propertize-function.
6329
6330 2012-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
6331
6332 * emacs-lisp/gv.el (setf): Fix debug spec for multiple assignments
6333 (bug#12879).
6334
6335 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
6336
6337 * progmodes/ruby-mode.el (ruby-move-to-block): Looks for a block
6338 start/end keyword a bit harder. Works with different values of N.
6339 Add more comments.
6340 (ruby-end-of-block): Update accordingly.
6341
6342 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
6343
6344 * woman.el (woman-file-name): Don't mess with unread-command-events
6345 (bug#12861).
6346
6347 * emacs-lisp/advice.el: Layer on top of nadvice.el.
6348 Remove out of date self-require hack.
6349 (ad-do-advised-functions): Use simple `dolist'.
6350 (ad-advice-name, ad-advice-protected, ad-advice-enabled)
6351 (ad-advice-definition): Redefine as functions.
6352 (ad-advice-classes): Move before first use.
6353 (ad-make-origname, ad-set-orig-definition, ad-clear-orig-definition)
6354 (ad-make-mapped-call, ad-make-advised-docstring,ad-make-plain-docstring)
6355 (ad--defalias-fset): Remove functions.
6356 (ad-make-advicefunname, ad-clear-advicefunname-definition): New funs.
6357 (ad-get-orig-definition): Rewrite.
6358 (ad-make-advised-definition-docstring): Change base docstring.
6359 (ad-real-orig-definition): Rewrite.
6360 (ad-map-arglists): Change name of called function.
6361 (ad--make-advised-docstring): Redirect `function' from ad-Advice-...
6362 (ad-make-advised-definition): Simplify.
6363 (ad-assemble-advised-definition): Tweak for new calling context.
6364 (ad-activate-advised-definition): Setup ad-Advice-* i.s.o ad-Orig-*.
6365 (ad--defalias-fset): Rename from ad-handle-definition. Make it set the
6366 function and call ad-activate if needed.
6367 (ad-activate, ad-deactivate): Don't call ad-handle-definition any more.
6368 (ad-recover): Clear ad-Advice-* instead of ad-Orig-*.
6369 (ad-compile-function): Compile ad-Advice-*.
6370 (ad-activate-on-top-level, ad-with-auto-activation-disabled): Remove.
6371 (ad-start-advice, ad-stop-advice): Remove.
6372
6373 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
6374
6375 * progmodes/ruby-mode.el (ruby-add-log-current-method): Print the
6376 period before class method names, not after. Remove handling of
6377 one impossible case. Add comments.
6378
6379 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
6380
6381 * emacs-lisp/advice.el: Remove support for freezing.
6382 (ad-make-freeze-docstring, ad-make-freeze-definition): Remove functions.
6383 (ad-make-single-advice-docstring, ad-defadvice-flags, defadvice):
6384 Remove support for `freeze'.
6385
6386 * emacs-lisp/cl.el (dolist, dotimes, declare): Use advice-add to
6387 override the default.
6388 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Rewrite without using
6389 cl--dotimes/dolist.
6390 * subr.el (dolist, dotimes, declare): Redefine them normally, even when
6391 `cl' is loaded.
6392
6393 * emacs-lisp/nadvice.el (advice--normalize): New function, extracted
6394 from add-advice.
6395 (advice--strip-macro): New function.
6396 (advice--defalias-fset): Use them to handle macros.
6397 (advice-add): Use them.
6398 (advice-member-p): Correctly handle macros.
6399
6400 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
6401
6402 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
6403 Never font-lock the beginning of singleton class as heredoc.
6404
6405 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
6406
6407 * emacs-lisp/gv.el (gv-define-simple-setter): One more fix (bug#12871).
6408
6409 2012-11-13 Wolfgang Jenkner <wjenkner@inode.at>
6410
6411 * ansi-color.el (ansi-color-apply-sequence): Implement SGR codes
6412 39 and 49 (bug#12792). Also, treat unimplemented parameters as 0,
6413 thereby restoring the behavior of revisions prior to 2012-08-15T03:33:55Z!monnier@iro.umontreal.ca.
6414
6415 2012-11-13 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
6416
6417 Fix end-of-defun misbehavior.
6418 * progmodes/python.el (python-nav-beginning-of-defun): Rename from
6419 python-beginning-of-defun-function. Handle nested defuns
6420 correctly.
6421 (python-nav-end-of-defun): Rename from
6422 python-end-of-defun-function. Ensure forward movement.
6423 (python-info-current-defun): Reimplement to work as intended
6424 with new fixed python-nav-{end,beginning}-of-defun. Stop scanning
6425 parent defuns as soon as possible.
6426
6427 2012-11-13 Glenn Morris <rgm@gnu.org>
6428
6429 * progmodes/flymake.el (flymake-error-bitmap)
6430 (flymake-warning-bitmap, flymake-fringe-indicator-position): Doc fixes.
6431 (flymake-error-bitmap, flymake-warning-bitmap): Fix :types.
6432
6433 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
6434
6435 * progmodes/ruby-mode.el (ruby-move-to-block): When moving
6436 backward, always stop at indentation. Reverts the change from
6437 2012-08-12T22:06:56Z!monnier@iro.umontreal.ca (Bug#12851).
6438
6439 2012-11-13 Glenn Morris <rgm@gnu.org>
6440
6441 * ibuffer.el (ibuffer-mode-map, ibuffer-mode):
6442 Add ibuffer-filter-by-derived-mode.
6443
6444 * ibuffer.el (ibuffer-mode-map): Don't have two menu items with
6445 the same name shadowing each other.
6446
6447 * window.el (with-temp-buffer-window): Doc tweak.
6448
6449 * emacs-lisp/debug.el (debugger-bury-or-kill): Doc tweak.
6450
6451 * help.el (temp-buffer-max-height):
6452 * window.el (fit-frame-to-buffer, fit-frame-to-buffer-bottom-margin):
6453 * emacs-lisp/debug.el (debugger-bury-or-kill): Fix :version.
6454
6455 2012-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
6456
6457 * emacs-lisp/nadvice.el: New package.
6458 * subr.el (special-form-p): New function.
6459 * emacs-lisp/elp.el: Use lexical-binding and advice-add.
6460 (elp-all-instrumented-list): Remove var.
6461 (elp-not-profilable): Remove elp-wrapper.
6462 (elp-profilable-p): Use autoloadp and special-form-p.
6463 (elp--advice-name): New const.
6464 (elp-instrument-function): Use advice-add.
6465 (elp--instrumented-p): New predicate.
6466 (elp-restore-function): Use advice-remove.
6467 (elp-restore-all, elp-reset-all): Use mapatoms.
6468 (elp-set-master): Use elp--instrumented-p.
6469 (elp--make-wrapper): Rename from elp-wrapper, return a function
6470 suitable for advice-add. Use cl-inf.
6471 (elp-results): Use mapatoms+elp--instrumented-p.
6472 * emacs-lisp/debug.el: Use lexical-binding and advice-add.
6473 (debug-function-list): Remove var.
6474 (debug): Rename arg, and then let-bind it explicitly inside.
6475 (debugger-setup-buffer): Rename arg.
6476 (debugger-setup-buffer): Adjust counts to new debug-on-entry setup.
6477 (debugger-frame-number): Adjust to new debug-on-entry setup.
6478 (debug--implement-debug-on-entry): Rename from
6479 implement-debug-on-entry, add argument.
6480 (debugger-special-form-p): Remove, use special-form-p instead.
6481 (debug-on-entry): Use advice-add.
6482 (debug--function-list): New function.
6483 (cancel-debug-on-entry): Use it, along with advice-remove.
6484 (debug-arglist, debug-convert-byte-code, debug-on-entry-1): Remove.
6485 (debugger-list-functions): Use debug--function-list instead of
6486 debug-function-list.
6487 * emacs-lisp/advice.el (ad-save-real-definition): Remove, unused.
6488 (ad-special-form-p): Remove, use special-form-p instead.
6489 (ad-set-advice-info): Use add-function and remove-function.
6490 (ad--defalias-fset): Adjust accordingly.
6491
6492 2012-11-10 Glenn Morris <rgm@gnu.org>
6493
6494 * mail/emacsbug.el (report-emacs-bug-tracker-url)
6495 (report-emacs-bug-bug-alist, report-emacs-bug-choice-widget)
6496 (report-emacs-bug-create-existing-bugs-buffer)
6497 (report-emacs-bug-parse-query-results)
6498 (report-emacs-bug-query-existing-bugs): Remove. (Bug#7449)
6499
6500 * term.el (term-default-fg-color, term-default-bg-color):
6501 Make obsolete, rather than just saying "deprecated" in the doc.
6502
6503 * term.el (term): Rename from `term-face'.
6504 (term-current-face, ansi-term-color-vector)
6505 (term-default-fg-color, term-default-bg-color, term-ansi-reset):
6506 Update all users.
6507
6508 2012-11-10 Jan Djärv <jan.h.d@swipnet.se>
6509
6510 * server.el (server-create-window-system-frame): Handle Nextstep
6511 specially (Bug#12780).
6512
6513 2012-11-10 Glenn Morris <rgm@gnu.org>
6514
6515 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs):
6516 Unautoload, and make obsolete. (Bug#7449)
6517
6518 2012-11-10 Chong Yidong <cyd@gnu.org>
6519
6520 * vc/diff-mode.el (diff-delete-trailing-whitespace): Rewrite, and
6521 rename from diff-remove-trailing-whitespace (Bug#12831).
6522
6523 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
6524
6525 * emacs-lisp/advice.el: Require `cl-lib' at run-time to fix
6526 miscompilation of trace.el.
6527
6528 2012-11-10 Glenn Morris <rgm@gnu.org>
6529
6530 * vc/diff-mode.el (diff-remove-trailing-whitespace): Doc fix.
6531
6532 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
6533
6534 * emacs-lisp/gv.el (gv-define-simple-setter): Fix last change
6535 (bug#12812).
6536
6537 2012-11-10 Chong Yidong <cyd@gnu.org>
6538
6539 * minibuf-eldef.el (minibuffer-eldef-shorten-default): Convert to
6540 a defcustom with an appropriate :set function.
6541 (minibuffer-default--in-prompt-regexps): New function.
6542
6543 2012-11-10 Glenn Morris <rgm@gnu.org>
6544
6545 * emacs-lisp/cl.el (define-setf-expander, defsetf)
6546 (define-modify-macro): Doc fixes.
6547
6548 * emacs-lisp/gv.el (gv-letplace): Fix doc typo.
6549 (gv-define-simple-setter): Update doc of `fix-return'.
6550
6551 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
6552
6553 * emacs-lisp/gv.el (gv-define-simple-setter): Don't evaluate `val'
6554 twice when `fix-return' is set (bug#12813).
6555
6556 * emacs-lisp/cl.el (defsetf): Pass the third arg to
6557 gv-define-simple-setter (bug#12812).
6558
6559 * woman.el (woman-decode-region): Disable adaptive-fill when rendering
6560 (bug#12756).
6561
6562 2012-11-10 Glenn Morris <rgm@gnu.org>
6563
6564 * emacs-lisp/gv.el (gv-define-setter): Fix doc typo.
6565
6566 * emacs-lisp/cl-extra.el (cl-prettyexpand):
6567 * emacs-lisp/cl-lib.el (cl-proclaim, cl-declaim):
6568 * emacs-lisp/cl-macs.el (cl-destructuring-bind, cl-locally)
6569 (cl-the, cl-compiler-macroexpand): Add basic doc strings.
6570
6571 * emacs-lisp/cl-extra.el (cl-maplist, cl-mapcan): Doc fix.
6572
6573 2012-11-10 Leo Liu <sdl.web@gmail.com>
6574
6575 * ido.el (ido-set-matches-1): Improve flex matching performance by
6576 removing backtracking in the regexp (suggested by Stefan). (Bug#12796)
6577
6578 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
6579
6580 * emacs-lisp/advice.el (ad-set-advice-info): Set defalias-fset-function.
6581 (ad--defalias-fset): New function.
6582 (ad-safe-fset): Remove.
6583 (ad-make-freeze-definition): Use cl-letf*.
6584
6585 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
6586
6587 * subr.el (dolist): Don't bind VAR in RESULT.
6588
6589 * emacs-lisp/advice.el: Miscellaneous cleanup. Use lexical-binding.
6590 (fset, documentation): Don't save real def since we don't advise.
6591 (ad-do-advised-functions): Remove problematic `result-form'.
6592 (ad-safe-fset): `ad-real-fset' => `fset'.
6593 (ad-read-advised-function): Don't assume that ad-do-advised-functions
6594 uses CL's dolist internally.
6595 (ad-arglist): Remove unused arg `name'.
6596 (ad-docstring, ad-make-advised-docstring):
6597 `ad-real-documentation' => `documentation'.
6598 (warning-suppress-types): Declare.
6599 (ad-set-arguments): Simple CSE.
6600 (ad-recover-normality): Sanity check.
6601
6602 * emacs-lisp/bytecomp.el (byte-compile-out-toplevel): Don't turn
6603 (funcall '(lambda ..) ..) into ((lambda ..) ..).
6604
6605 2012-11-09 Vincent BelaĂ¯che <vincentb1@users.sourceforge.net>
6606
6607 * ses.el: symbol to coordinate mapping is made by symbol property
6608 `ses-cell'. This means that the same mapping is done for all SES
6609 sheets. That is good enough for cells with standard A1 names, but
6610 not for named cell. So a hash map is added for the latter.
6611 (defconst ses-localvars): Add local variable ses--named-cell-hashmap
6612 (ses-sym-rowcol): Use hashmap for named cell.
6613 (ses-is-cell-sym-p): New defun.
6614 (ses-decode-cell-symbol): New defun.
6615 (ses-create-cell-variable): Add cell to hashmap when name is not
6616 A1-like.
6617 (ses-rename-cell): Check that cell new name is not already in
6618 spreadsheet with the use of ses-is-cell-sym-p
6619 (ses-rename-cell): Use hash map for named cells, but accept also
6620 renaming back to A1-like.
6621
6622 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
6623
6624 * emacs-lisp/advice.el: Use new dynamic docstrings.
6625 (ad-make-advised-definition-docstring, ad-advised-definition-p):
6626 Use dynamic-docstring-function instead of ad-advice-info.
6627 (ad--make-advised-docstring): New function extracted from
6628 ad-make-advised-docstring.
6629 (ad-make-advised-docstring): Use it.
6630 * progmodes/sql.el (sql--make-help-docstring): New function, extracted
6631 from sql-help.
6632 (sql-help): Use it with dynamic-docstring-function.
6633
6634 * env.el (env--substitute-vars-regexp): Don't use rx (for bootstrap).
6635
6636 2012-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
6637
6638 * files.el (hack-one-local-variable--obsolete): New function.
6639 (hack-one-local-variable): Use it for obsolete settings.
6640
6641 * subr.el (locate-user-emacs-file): If both old and new name exist, use
6642 the new name.
6643
6644 * progmodes/js.el (js--filling-paragraph): New var.
6645 (c-forward-sws, c-backward-sws, c-beginning-of-macro): Advise.
6646 (js-c-fill-paragraph): Prefer advice to cl-letf so the rebinding is
6647 less sneaky.
6648
6649 2012-11-08 Julien Danjou <julien@danjou.info>
6650
6651 * progmodes/ruby-mode.el (auto-mode-alist): Add Rakefile in
6652 `auto-mode-alist' (Bug#12835).
6653
6654 2012-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
6655
6656 * progmodes/perl-mode.el (perl-prettify-symbols): New defcustom.
6657 (perl--prettify-symbols-alist): New const.
6658 (perl--font-lock-compose-symbol, perl--font-lock-symbols-keywords):
6659 New functions.
6660 (perl-font-lock-keywords-2): Use them.
6661 (perl-electric-noindent-p): New function.
6662 (perl-mode): Use it to set up electric-indent-mode.
6663 (perl-electric-terminator, perl-indent-command): Mark obsolete.
6664 (perl-mode-map): Remove bindings for them.
6665 (perl-imenu-generic-expression, perl-outline-level):
6666 Match functions&packages in column>0.
6667
6668 * env.el (env--substitute-vars-regexp): New const.
6669 (substitute-env-vars): Use it. Add `only-defined' arg.
6670 * net/tramp.el (tramp-replace-environment-variables): Use it.
6671
6672 * emacs-lisp/bytecomp.el (byte-compile-initial-macro-environment):
6673 Byte-compile *before* eval in eval-and-compile.
6674 (byte-compile-log-warning): Remove redundant inhibit-read-only.
6675 (byte-compile-file-form-autoload): Don't hide actual definition.
6676 (byte-compile-maybe-guarded): Accept `functionp' as well.
6677
6678 * emacs-lisp/gv.el (gv-ref, gv-deref): New function and macro.
6679
6680 2012-11-07 Michael Albinus <michael.albinus@gmx.de>
6681
6682 * notifications.el (notifications-get-server-information-method):
6683 New defconst.
6684 (notifications-get-capabilities): Fix docstring.
6685 (notifications-get-server-information): New defun.
6686
6687 2012-11-06 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
6688
6689 * textmodes/ispell.el (ispell-region): Standard re-indent for better
6690 readability.
6691
6692 * textmodes/ispell.el: Experimental support for support debugging.
6693 (ispell-create-debug-buffer): Create a `ispell-debug-buffer' debug
6694 buffer for ispell.
6695 (ispell-print-if-debug): New function to print stuff to
6696 `ispell-debug-buffer' if debugging is enabled.
6697 (ispell-region, ispell-process-line): Use `ispell-print-if-debug' to
6698 show some debugging info.
6699 (ispell-buffer-with-debug): New function that creates a debugging
6700 buffer and calls `ispell-buffer' with debugging enabled.
6701
6702 * textmodes/ispell.el (ispell-region): Do not prefix sent string by
6703 comment in autoconf mode. (Bug#12768)
6704
6705 2012-11-06 Dmitry Antipov <dmantipov@yandex.ru>
6706
6707 * emacs-lisp/byte-opt.el (toplevel): Add compare-window-configurations,
6708 frame-first-window, frame-root-window, frame-selected-window,
6709 minibuffer-selected-window, minibuffer-window,
6710 window-absolute-pixel-edges, window-at, window-body-height,
6711 window-body-width, window-display-table, window-combination-limit,
6712 window-frame, window-fringes, window-inside-absolute-pixel-edges,
6713 window-inside-edges, window-inside-pixel-edges, window-left-child,
6714 window-left-column, window-margins, window-next-buffers,
6715 window-next-sibling, window-new-normal, window-new-total,
6716 window-normal-size, window-parameter, window-parameters, window-parent,
6717 window-pixel-edges, window-point, window-prev-buffers,
6718 window-prev-sibling, window-redisplay-end-trigger, window-scroll-bars,
6719 window-start, window-text-height, window-top-child, window-top-line,
6720 window-total-height, window-total-width and window-use-time to the list
6721 of functions without side-effects.
6722 (toplevel): Add window-valid-p to the list of error-free functions
6723 without side-effects.
6724
6725 2012-11-05 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
6726
6727 * textmodes/ispell.el (ispell-program-name):
6728 Update spellchecker parameters when customized.
6729
6730 2012-11-04 Glenn Morris <rgm@gnu.org>
6731
6732 * vc/vc-svn.el (vc-svn-state-heuristic): Avoid calling svn. (Bug#7850)
6733
6734 2012-11-04 Chong Yidong <cyd@gnu.org>
6735
6736 * bookmark.el (bookmark-bmenu-switch-other-window): Avoid binding
6737 same-window-* variables.
6738
6739 2012-11-04 Juri Linkov <juri@jurta.org>
6740
6741 * isearch.el (isearch-help-for-help, isearch-describe-bindings)
6742 (isearch-describe-key, isearch-describe-mode): Use a display
6743 action instead of binding same-window-* variables (Bug#10040).
6744
6745 2012-11-03 Glenn Morris <rgm@gnu.org>
6746
6747 * emacs-lisp/cl-macs.el (cl-parse-loop-clause):
6748 Rename handler properties back from cl-- to cl-. (Bug#12788)
6749
6750 * emacs-lisp/cl-macs.el (cl-do-all-symbols): Add doc string.
6751
6752 2012-11-03 Eli Zaretskii <eliz@gnu.org>
6753
6754 * term/pc-win.el: Don't load term/internal from here.
6755
6756 * loadup.el: Load term/internal from here.
6757
6758 2012-11-03 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
6759
6760 * progmodes/python.el (inferior-python-mode): Fix hang in
6761 jit-lock (Bug#12645).
6762
6763 2012-11-03 Martin Rudalics <rudalics@gmx.at>
6764
6765 * window.el (switch-to-visible-buffer)
6766 (switch-to-buffer-preserve-window-point): Fix doc-strings.
6767
6768 2012-11-03 Glenn Morris <rgm@gnu.org>
6769
6770 * emacs-lisp/cl-lib.el (cl--random-time):
6771 Rename from cl-random-time. (Bug#12773)
6772 (cl--gensym-counter, cl--random-state): Update callers.
6773 * emacs-lisp/cl-extra.el (cl-make-random-state): Update callers.
6774
6775 2012-11-03 Chong Yidong <cyd@gnu.org>
6776
6777 * cus-start.el: Make cursor-type customizable (Bug#11633).
6778
6779 2012-11-02 Glenn Morris <rgm@gnu.org>
6780
6781 * filecache.el: No need to load find-lisp when compiling.
6782 (find-lisp-find-files): Autoload it.
6783 (file-cache-add-directory-recursively): Don't require find-lisp.
6784
6785 * image.el (image-type-from-file-name): Trivial simplification.
6786
6787 * emacs-lisp/bytecomp.el (byte-compile-eval):
6788 Decouple "noruntime" and "cl-functions" warnings.
6789
6790 2012-11-01 Stephen Berman <stephen.berman@gmx.net>
6791
6792 * play/gomoku.el (gomoku-display-statistics): Update mode line
6793 only if in Gomoku buffer; don't capitalize "won" (Bug#12771).
6794
6795 2012-10-31 Martin Rudalics <rudalics@gmx.at>
6796
6797 * window.el (quit-restore-window): If the window has been
6798 created on an existing frame and ended up as the sole window on
6799 that frame, do not delete it (Bug#12764).
6800
6801 2012-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
6802
6803 * progmodes/sh-script.el (sh--inside-noncommand-expression):
6804 Rename from sh--inside-arithmetic-expression, handle more cases
6805 (bug#11263).
6806
6807 * progmodes/sh-script.el (sh--inside-arithmetic-expression): New func.
6808 (sh-font-lock-open-heredoc): Use it (bug#12770).
6809
6810 2012-10-30 Glenn Morris <rgm@gnu.org>
6811
6812 * emacs-lisp/cl-extra.el (cl-mapc): Add autoload cookie. Doc fix.
6813
6814 * emacs-lisp/cl.el (letf): Doc fix. (Bug#12760)
6815
6816 2012-10-29 Chong Yidong <cyd@gnu.org>
6817
6818 * isearch.el (isearch-other-meta-char): Ensure that a reprocessed
6819 function key is stored in a keyboard macro (Bug#4894).
6820
6821 * thingatpt.el (number-at-point): Apply a thing-at-point property.
6822
6823 2012-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
6824
6825 * vc/diff-mode.el (diff-context->unified): Don't get confused by "hunk
6826 header comments".
6827 (diff-unified->context, diff-context->unified)
6828 (diff-reverse-direction, diff-fixup-modifs): Use `use-region-p'.
6829
6830 * emacs-lisp/cl.el (letf): Add missing indent rules (bug#12759).
6831
6832 * files.el (find-alternate-file): Only ask one question (bug#12487).
6833
6834 2012-10-29 Chong Yidong <cyd@gnu.org>
6835
6836 * vc/vc-hooks.el (vc-file-clearprops): Kill vc-parent-buffer.
6837 Suggested by Dan Nicolaescu (Bug#6326).
6838
6839 * info.el (Info-complete-menu-item): Avoid duplicates (Bug#12705).
6840
6841 * startup.el (fancy-about-screen): Don't message (Bug#12680).
6842
6843 * thingatpt.el (thing-at-point): Doc fix (Bug#12691).
6844
6845 * imenu.el (imenu): Inhibit push-mark message (Bug#12726).
6846
6847 * face-remap.el (face-remap-add-relative): Handle the case where a
6848 face-remapping-alist entry is a cons cell (Bug#12762).
6849
6850 2012-10-29 Kevin Ryde <user42@zip.com.au>
6851
6852 * woman.el (woman-parse-numeric-value): Handle picas correctly
6853 (Bug#12639).
6854
6855 2012-10-29 Glenn Morris <rgm@gnu.org>
6856
6857 * emacs-lisp/cl.el (defsetf): Doc fix.
6858
6859 2012-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
6860
6861 * progmodes/sh-script.el (sh-font-lock-paren): Also put punctuation
6862 syntax to the matching opener, if any (bug#12547).
6863 (sh-smie-sh-forward-token, sh-smie-sh-backward-token): Recognize this
6864 matching open as a "case-(".
6865 (sh-smie-rc-grammar): Add a corresponding rule for it.
6866
6867 2012-10-28 Daniel Hackney <dan@haxney.org>
6868
6869 * emacs-lisp/package.el (package-generate-autoloads): Kill buffer
6870 "PKGNAME-autoloads.el" in case we created it.
6871
6872 2012-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
6873
6874 * minibuffer.el (completion--sifn-requote): Rewrite to handle things
6875 like Tramp's "/foo:~bar//baz" -> "/scpc:foo:/baz" mapping (bug#11714).
6876 (completion--twq-all): Disable too-strict assertions.
6877
6878 * tmm.el (tmm-prompt): Use map-keymap (bug#12744).
6879
6880 2012-10-27 Eli Zaretskii <eliz@gnu.org>
6881
6882 * profiler.el (profiler-report-make-entry-part): Fix help-echo
6883 text to match the real keybindings.
6884
6885 2012-10-27 Juri Linkov <juri@jurta.org>
6886
6887 * wdired.el (wdired-keep-marker-rename): New defcustom.
6888 (wdired-do-renames): Use it instead of `dired-keep-marker-rename'.
6889 (Bug#11795)
6890
6891 * dired.el (dired-keep-marker-rename): Add reference to
6892 `wdired-keep-marker-rename' in the docstring.
6893 Add default character value ?R to display initially in
6894 Customization UI instead of ?@.
6895
6896 2012-10-27 Martin Rudalics <rudalics@gmx.at>
6897
6898 * window.el (display-buffer): In doc-string describe
6899 window-height and window-width alist entries.
6900
6901 * time.el (display-time-world): Restore fit-window-to-buffer
6902 behavior.
6903
6904 2012-10-27 Chong Yidong <cyd@gnu.org>
6905
6906 * subr.el (insert-buffer-substring-as-yank): Doc fix.
6907
6908 2012-10-26 Jambunathan K <kjambunathan@gmail.com>
6909
6910 * minibuffer.el (completion-category-overrides): New completion
6911 category `bookmark' (bug#11131).
6912
6913 2012-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
6914
6915 * emacs-lisp/advice.el (ad-assemble-advised-definition):
6916 Silence bogus compiler warnings for ad-do-it.
6917
6918 * bookmark.el (bookmark-completing-read): Set the completion category
6919 to `bookmark' (bug#11131).
6920
6921 2012-10-26 Bastien <bzg@altern.org>
6922 Stefan Monnier <monnier@iro.umontreal.ca>
6923
6924 * face-remap.el: Use lexical-binding.
6925 (text-scale-adjust): Improve docstring. Use itself for the temporary
6926 overlay-map bindings, so as to repeat the "Use..." message each time.
6927
6928 2012-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
6929
6930 * emacs-lisp/macroexp.el (macroexp--expand-all):
6931 Obey byte-compile-warning-enabled-p (bug#12486).
6932
6933 * vc/diff-mode.el (diff-end-of-hunk): Also skip potential "no LF at eol".
6934 (diff-refine-hunk): Similarly, handle the "no LF at eol" (bug#12584).
6935
6936 2012-10-26 Martin Rudalics <rudalics@gmx.at>
6937
6938 * mouse.el (mouse-drag-line): Move last form into preceding when
6939 clause (Bug#12731).
6940
6941 * help.el (resize-temp-buffer-window): Fix doc-string.
6942
6943 2012-10-25 David Engster <deng@randomsample.de>
6944
6945 * emacs-lisp/eieio.el (eieio-update-lisp-imenu-expression):
6946 Remove. This feature is already integrated in imenu.
6947
6948 * emacs-lisp/eieio-opt.el: Remove require for `button' since it is
6949 always loaded. Require `speedbar' unconditionally.
6950
6951 2012-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
6952
6953 * dired.el (dired-get-marked-files): Allow ! on . and .. (bug#12725).
6954
6955 * minibuffer.el (minibuffer-force-complete): Fix thinko.
6956
6957 * net/ldap.el (ldap-search-internal): The official ldif format starts
6958 with a "version: 1" header (bug#12724).
6959
6960 * emacs-lisp/package.el (package-installed-p): Warn if not ready
6961 (bug#12721).
6962
6963 2012-10-25 Glenn Morris <rgm@gnu.org>
6964
6965 * emacs-lisp/cl-macs.el (cl-progv): Doc fix.
6966
6967 2012-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
6968
6969 * minibuffer.el (minibuffer-force-complete): Use one more marker
6970 for the temporary-overlay-map command (bug#12619).
6971
6972 2012-10-24 Chong Yidong <cyd@gnu.org>
6973
6974 * time.el (display-time-world-mode): Derive from special-mode.
6975 (display-time-world): Use display-buffer (Bug#12708).
6976 (display-time-world-mode-map): Variable deleted.
6977 (display-time-world-display): Wrap the final delete-char inside
6978 inhibit-read-only.
6979
6980 2012-10-24 Chong Yidong <cyd@gnu.org>
6981
6982 * dired.el (dired-mark, dired-unmark, dired-flag-file-deletion):
6983 Doc fix.
6984
6985 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix (Bug#12628).
6986
6987 2012-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
6988
6989 * minibuffer.el (completion--all-sorted-completions-location): New var.
6990 (completion--cache-all-sorted-completions)
6991 (completion--flush-all-sorted-completions): Use it.
6992 (completion-in-region, completion-in-region--postch)
6993 (completion-at-point, completion-help-at-point): Use markers in
6994 completion-in-region--data (bug#12619).
6995
6996 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
6997
6998 * progmodes/compile.el (compilation-start): Try to handle common
6999 quoting of `cd' argument (bug#12640).
7000
7001 * vc/diff-mode.el (diff-hunk): `save-excursion' while refining
7002 (bug#12671).
7003
7004 2012-10-23 Glenn Morris <rgm@gnu.org>
7005
7006 * progmodes/gud.el (gud-menu-map):
7007 Check gdb-active-process is bound. (Bug#12358)
7008
7009 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
7010
7011 * repeat.el (repeat): Set real-this-command (bug#12232).
7012
7013 * htmlfontify.el (hfy-post-html-hook):
7014 * filesets.el (filesets-cache-fill-content-hook):
7015 * arc-mode.el (archive-extract-hook):
7016 * progmodes/cc-mode.el (c-prepare-bug-report-hook):
7017 * net/rcirc.el (rcirc-sentinel-functions)
7018 (rcirc-receive-message-functions, rcirc-activity-functions)
7019 (rcirc-print-functions):
7020 * net/dbus.el (dbus-event-error-functions):
7021 * emacs-lisp/eieio.el (eieio-pre-method-execution-functions):
7022 * emacs-lisp/checkdoc.el (checkdoc-style-functions)
7023 (checkdoc-comment-style-functions): Don't use "-hooks" suffix.
7024 * term/sun.el (sun-raw-prefix-hooks):
7025 * mail/sendmail.el (mail-yank-hooks): Use make-obsolete-variable.
7026
7027 2012-10-23 Michael Albinus <michael.albinus@gmx.de>
7028
7029 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
7030 Set `tramp-chunksize' to 1. This improves the performance.
7031 (tramp-smb-wait-for-output): Add timeout to
7032 `tramp-accept-process-output' calls.
7033
7034 2012-10-23 Chong Yidong <cyd@gnu.org>
7035
7036 * faces.el (font-list-limit): Define as an obsolete variable.
7037
7038 * startup.el (command-line):
7039 * cus-start.el: Don't refer to font-list-limit.
7040
7041 * newcomment.el (comment-normalize-vars): Doc fix (Bug#12583).
7042
7043 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
7044
7045 * subr.el (internal-temp-output-buffer-show): Rename from
7046 temp-output-buffer-show, since previously compiled files expect this name.
7047
7048 2012-10-23 Glenn Morris <rgm@gnu.org>
7049
7050 * image.el (image-type-from-file-name): If multiple types match,
7051 return the first one that is supported. (Bug#9045)
7052
7053 2012-10-22 Glenn Morris <rgm@gnu.org>
7054
7055 * image.el (imagemagick-enabled-types): Doc fix.
7056
7057 2012-10-22 Takafumi Arakaki <aka.tkf@gmail.com> (tiny change)
7058
7059 * progmodes/which-func.el (which-func-current): The hash-table may have
7060 an explicit nil (bug#12338).
7061
7062 2012-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
7063
7064 * electric.el (electric-pair-delete-selection-self-insert-function):
7065 Rename to electric-pair-will-use-region, return a boolean.
7066 (electric-pair-mode): Adjust accordingly. Don't require delsel.
7067
7068 * delsel.el (delete-selection-helper): Use a function instead of a hook.
7069 (delete-selection-pre-hook): Use use-region-p.
7070 (delete-selection-self-insert-function): Remove.
7071 (self-insert-command): Obey self-insert-uses-region-functions.
7072 (self-insert-iso): Revert to previous setting, since we don't actually
7073 know what that command does.
7074 (delete-selection-self-insert-hooks): Remove.
7075
7076 2012-10-22 Simon Law <sfllaw@sfllaw.ca> (tiny change)
7077
7078 * delsel.el (delete-selection-helper): New function, extracted from
7079 delete-selection-pre-hook.
7080 (delete-selection-pre-hook): Use it.
7081 (delete-selection-self-insert-function): New function.
7082 (delete-selection-self-insert-hooks): New hook.
7083 (self-insert-command, self-insert-iso): Use it.
7084 * electric.el (electric-pair-syntax): New function, extracted from
7085 electric-pair-post-self-insert-function.
7086 (electric-pair-post-self-insert-function): Use it.
7087 (electric-pair-delete-selection-self-insert-function): New function.
7088 (electric-pair-mode): Require delsel and setup
7089 delete-selection-self-insert-hooks (bug#11520).
7090
7091 2012-10-20 Chong Yidong <cyd@gnu.org>
7092
7093 * vc/vc.el (vc-diff-internal): Set up Diff mode even if there are
7094 no changes to show (Bug#12586).
7095
7096 * eshell/esh-cmd.el (eshell-rewrite-for-command): Copy the body
7097 list explicitly (Bug#12571).
7098
7099 2012-10-20 Arne Jørgensen <arne@arnested.dk>
7100
7101 * progmodes/flymake.el (flymake-create-temp-inplace):
7102 Use file-truename.
7103
7104 2012-10-20 Eli Zaretskii <eliz@gnu.org>
7105
7106 * loadup.el: Update comment about uncompiled Lisp files. (Bug#12395)
7107
7108 2012-10-20 Jay Belanger <jay.p.belanger@gmail.com>
7109
7110 * calc/calc-units.el (math-extract-units): Properly extract powers
7111 of units.
7112
7113 2012-10-20 Daniel Colascione <dancol@dancol.org>
7114
7115 * frame.el (make-frame): Set x-display-name as we used to in order
7116 to unbreak creating an X11 frame from an Emacs daemon started
7117 without a display.
7118
7119 2012-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
7120
7121 * minibuffer.el (minibuffer-force-complete): Make the next completion use
7122 the same completion-field (bug#12221).
7123
7124 2012-10-19 Martin Rudalics <rudalics@gmx.at>
7125
7126 * emacs-lisp/debug.el (debug): Record height of debugger window
7127 also when debugger will be back (Bug#8789).
7128
7129 2012-10-18 Chong Yidong <cyd@gnu.org>
7130
7131 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
7132 Convert to defcustom.
7133 (gdb-get-source-file): Don't bind pop-up-windows.
7134
7135 * progmodes/gud.el (gud-display-line): Don't specially re-use
7136 other frames for the gdb-mi case (Bug#12648).
7137
7138 2012-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
7139
7140 * emacs-lisp/advice.el: Clean up commentary a bit.
7141 (ad-do-advised-functions, ad-with-originals): Use `declare'.
7142 (byte-code-function-p): Never redefine.
7143
7144 * emacs-lisp/gv.el (cond): Same fix as before for `if'.
7145
7146 2012-10-18 Glenn Morris <rgm@gnu.org>
7147
7148 * dired.el (dired-sort-toggle): Some ls implementations only allow
7149 a single option string. (Bug#12666)
7150
7151 * minibuffer.el (completion-cycle-threshold): Doc fix.
7152
7153 2012-10-17 Kenichi Handa <handa@gnu.org>
7154
7155 * international/mule.el (set-keyboard-coding-system):
7156 Recover input meta mode when the new coding system doesn not use 8-bit.
7157 Supply TERMINAL arg to set-input-meta-mode.
7158
7159 2012-10-17 Michael Heerdegen <michael_heerdegen@web.de>
7160
7161 * wdired.el (wdired-old-marks): New variable.
7162 (wdired-change-to-wdired-mode): Locally set wdired-old-marks.
7163 (wdired-do-renames): Move point with renamed file and don't lose
7164 mark status (Bug#11795).
7165
7166 2012-10-16 Juri Linkov <juri@jurta.org>
7167
7168 * replace.el (query-replace-help): Mention multi-buffer replacement
7169 keys in the Help message. (Bug#12655)
7170
7171 2012-10-15 Chong Yidong <cyd@gnu.org>
7172
7173 * emacs-lisp/byte-run.el (defsubst): Doc fix.
7174
7175 2012-10-14 Eli Zaretskii <eliz@gnu.org>
7176
7177 * window.el (display-buffer): Doc fix.
7178
7179 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7180 Adjust the msft regexp to the output of Studio 2010, and move msft
7181 before edg-1. See the discussion on emacs-devel,
7182 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00579.html,
7183 for the details.
7184
7185 2012-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
7186
7187 * emacs-lisp/eieio.el (eieio-oset-default, eieio-oset, oset-default)
7188 (oset): Move uses of object-class-fast macro after its definition.
7189
7190 * emacs-lisp/gv.el (if): Don't use closures in non-lexical-binding code.
7191
7192 2012-10-13 Chong Yidong <cyd@gnu.org>
7193
7194 * textmodes/ispell.el (ispell-pdict-save): If flyspell-mode is
7195 enabled, re-enable it (Bug#11963).
7196
7197 2012-10-13 Martin Rudalics <rudalics@gmx.at>
7198
7199 * emacs-lisp/debug.el (debug): When debugger-will-be-back is
7200 non-nil, restore window configuration (Bug#12623).
7201
7202 2012-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
7203
7204 * help-fns.el (describe-variable, describe-function-1):
7205 * help-mode.el (help-make-xrefs): Remove error handler, made unneeded.
7206
7207 * emacs-lisp/eieio.el (lisp-imenu-generic-expression): Fix typo.
7208
7209 2012-10-12 Glenn Morris <rgm@gnu.org>
7210
7211 * mail/rmailsum.el (rmail-header-summary):
7212 Fix 2010-11-26 test for multiline Subject: field. (Bug#12625)
7213
7214 2012-10-12 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
7215
7216 * progmodes/python.el (python-mode-map):
7217 Replace subtitute-key-definition with proper command remapping.
7218 (python-nav--up-list): Fix behavior for blocks on the same level.
7219
7220 2012-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
7221
7222 * help-fns.el (describe-function-1): Handle autoloads w/o docstrings.
7223
7224 * emacs-lisp/bytecomp.el (byte-compile-eval): Adjust to long-ago
7225 changes to the format of load-history.
7226
7227 * international/mule-cmds.el (read-char-by-name): Move let-binding of
7228 completion-ignore-case in case that var is buffer-local (bug#12615).
7229
7230 2012-10-11 Kenichi Handa <handa@gnu.org>
7231
7232 * international/eucjp-ms.el: Re-generated.
7233
7234 2012-10-10 Kenichi Handa <handa@gnu.org>
7235
7236 * select.el (xselect--encode-string): If a coding is specified for
7237 selection, and that is compatible with COMPOUND_TEXT, use it.
7238
7239 2012-10-10 Martin Rudalics <rudalics@gmx.at>
7240
7241 * window.el (switch-to-buffer-preserve-window-point): New option.
7242 (switch-to-buffer):
7243 Obey `switch-to-buffer-preserve-window-point' (Bug#4041).
7244
7245 2012-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
7246
7247 * newcomment.el (comment-start-skip, comment-end-skip, comment-end):
7248 Don't document nil as a useful value (bug#12583).
7249
7250 2012-10-09 Michael Albinus <michael.albinus@gmx.de>
7251
7252 * net/tramp.el (tramp-debug-message):
7253 Remove "tramp-with-progress-reporter" from regexp of ignored functions.
7254 (with-tramp-progress-reporter): Rename from
7255 `tramp-with-progress-reporter'.
7256 (with-tramp-file-property, with-tramp-connection-property):
7257 Move from tramp-cache.el, rename from `with-file-property' and
7258 `with-connection-property', respectively.
7259
7260 * net/tramp-cache.el: Remove `with-file-property' and
7261 `with-connection-property'.
7262
7263 * net/tramp.el:
7264 * net/tramp-gvfs.el:
7265 * net/tramp-sh.el:
7266 * net/tramp-smb.el: Adapt callees.
7267
7268 * net/trampver.el: Update release number.
7269
7270 2012-10-09 Glenn Morris <rgm@gnu.org>
7271
7272 * w32-fns.el (set-message-beep):
7273 * term/w32-win.el (set-message-beep): Update declarations.
7274
7275 2012-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
7276
7277 * bindings.el (mode-line-toggle-read-only, mode-line-toggle-modified)
7278 (mode-line-widen, mode-line-input-method-map)
7279 (mode-line-coding-system-map, mode-line-remote)
7280 (mode-line-unbury-buffer, mode-line-bury-buffer)
7281 (mode-line-next-buffer, mode-line-previous-buffer):
7282 Replace save-selected-window+select-window => with-selected-window.
7283
7284 * progmodes/cc-bytecomp.el (cc-bytecomp-defmacro): Remove, unused.
7285 * progmodes/cc-vars.el (bq-process): Remove, unused.
7286
7287 * emacs-lisp/cl-macs.el (cl-defstruct): Obey the :read-only property.
7288
7289 2012-10-09 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
7290
7291 Implemented `backward-up-list'-like navigation.
7292 * progmodes/python.el (python-nav-up-list)
7293 (python-nav-backward-up-list): New functions.
7294 (python-mode-map): Define substitute key for backward-up-list to
7295 python-nav-backward-up-list.
7296
7297 2012-10-08 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
7298
7299 * progmodes/python.el (python-fill-paragraph): Rename from
7300 python-fill-paragraph-function. Fixed fill-paragraph for
7301 decorators (Bug#12605).
7302
7303 2012-10-08 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
7304
7305 * progmodes/python.el (python-shell-output-filter): Handle extra
7306 carriage return in OSX (Bug#12409).
7307
7308 2012-10-08 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
7309
7310 Fix shell handling of unbalanced quotes and parens in output.
7311 * progmodes/python.el (python-rx-constituents): Add string-delimiter.
7312 (python-syntax-propertize-function): Use it.
7313 (python-shell-output-syntax-table): New var.
7314 (inferior-python-mode): Prevent unbalanced parens/quotes from
7315 previous output mess with current input context.
7316
7317 2012-10-08 Juanma Barranquero <lekktu@gmail.com>
7318
7319 * generic-x.el (javascript-generic-mode, javascript-generic-mode-hook):
7320 Make obsolete aliases of js-mode and js-mode-hook (from js.el).
7321
7322 2012-10-08 Michael Albinus <michael.albinus@gmx.de>
7323
7324 * ffap.el (ffap-replace-file-component): Support Tramp file name
7325 syntax, not only ange-ftp's one.
7326
7327 2012-10-08 Glenn Morris <rgm@gnu.org>
7328
7329 * cus-start.el (message-log-max): Set :version.
7330
7331 * calendar/calendar.el (calendar-intermonth-header): Doc fix.
7332
7333 2012-10-08 Martin Rudalics <rudalics@gmx.at>
7334
7335 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't try to split
7336 the minibuffer window (Bug#10851).
7337
7338 2012-10-08 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
7339
7340 Enhancements on forward-sexp movement.
7341 * progmodes/python.el (python-nav-beginning-of-statement)
7342 (python-nav-end-of-statement): Return point-marker.
7343 (python-nav-forward-sexp): lisp-like forward-sexp behavior.
7344 (python-info-current-symbol)
7345 (python-info-statement-starts-block-p): Rename from
7346 python-info-beginning-of-block-p.
7347 (python-info-statement-ends-block-p): Rename from
7348 python-info-end-of-block-p.
7349 (python-info-beginning-of-statement-p)
7350 (python-info-end-of-statement-p)
7351 (python-info-beginning-of-block-p, python-info-end-of-block-p):
7352 New functions.
7353
7354 2012-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
7355
7356 * comint.el (comint-preinput-scroll-to-bottom): Preserve the
7357 frame-selected-windows.
7358
7359 2012-10-08 Daniel Colascione <dancol@dancol.org>
7360
7361 * battery.el (battery-status-function): Check for
7362 w32-battery-status itself, not system-time windows-nt.
7363
7364 * frame.el: Require cl-lib.
7365 (display-format-alist): New variable mapping frame types to
7366 functions that initialize them.
7367 (window-system-for-display): New function: interprets
7368 display-format-alist.
7369 (make-frame-on-display): Remove existing display-selection logic
7370 and just forward to make-frame, which will now DTRT.
7371 (make-frame): Restructure to use window-system-for-display to
7372 figure out how to create a frame on a given display.
7373 (display-mouse-p): Look for frame-type w32, not a particular
7374 system-type.
7375
7376 * loadup.el: Load w32 lisp code when we have the w32 feature.
7377
7378 * mouse.el (mouse-yank-primarY): Look for frame-type w32, not
7379 system-type windows-nt.
7380
7381 * server.el (server-create-window-system-frame): Look for window
7382 type.
7383 (server-proces-filter): Only force a window system when windows-nt
7384 _and_ w32. Explain why.
7385
7386 * simple.el (normal-erase-is-backspace-mode): Add w32 to the list
7387 of window systems we configure for the mode.
7388
7389 * startup.el (command-line): Mark window system is initialized
7390 after we've done it.
7391
7392 * common-win.el (x-select-text): Look for w32, not windows-nt.
7393
7394 * ns-win.el: Require cl-lib. Add ourselves to
7395 display-format-alist.
7396 (ns-initialize-window-system): Assert we're not initialized twice.
7397
7398 * w32-win.el: Enable lexical binding; require cl-lib; add
7399 ourselves to display-format-alist.
7400 (w32-handle-dropped-file): Convert incoming dropped files from
7401 Windows paths to Cygwin ones before passing them on to the rest of
7402 Emacs.
7403 (w32-drag-n-drop): New paramter new-frame. Simplify logic.
7404 (w32-initialize-window-system): Assert we're not initialized twice.
7405
7406 * x-win.el: Require cl-lib; add ourselves to display-format-alist.
7407 (x-initialize-window-system): Assert we're not initialized twice.
7408
7409 * w32-common-fns.el: New File.
7410 (w32-version, w32-using-nt, w32-get-clipboard-data)
7411 (w32-set-clipboard-data, x-set-selection, x-get-selection)
7412 (w32-charset-info-alist, x-last-selected, text)
7413 (x-get-selection-value, x-selection-value): Move here.
7414
7415 * w32-fns.el: Require w32-common-fns.
7416 (w32-version, w32-using-nt, w32-get-clipboard-data)
7417 (w32-set-clipboard-data, x-set-selection, x-get-selection)
7418 (w32-charset-info-alist, x-last-selected, text)
7419 (x-get-selection-value, x-selection-value): Move to
7420 w32-common-fns.
7421
7422 * w32-vars.el:
7423 (w32-allow-system-shell, w32-system-shells): Define only in
7424 non-cygwin case.
7425
7426 2012-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
7427
7428 * subr.el (read-passwd-map): Don't use `defconst' (bug#12597).
7429 (read-passwd): Remove a few more potential sources of leaks.
7430
7431 2012-10-07 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
7432
7433 * progmodes/python.el (inferior-python-mode)
7434 (python-shell-make-comint): Fix initialization of local
7435 variables copied from parent buffer.
7436
7437 2012-10-07 Jan Djärv <jan.h.d@swipnet.se>
7438
7439 * term/ns-win.el (ns-read-file-name): Update declaration to match
7440 nsfns.m.
7441 (ns-respond-to-change-font): Change fontsize separately so we are sure
7442 it is set when font is acted upon.
7443
7444 2012-10-07 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
7445
7446 Enhancements to indentation.
7447 * progmodes/python.el (python-indent-context): Give priority to
7448 inside-string context. Make comments indentation markers.
7449 (python-indent-region): Do not mess with strings, unless it's the
7450 enclosing set of quotes.
7451
7452 2012-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
7453
7454 * window.el (internal--before-save-selected-window)
7455 (internal--after-save-selected-window): New functions extracted from
7456 save-selected-window. Make sure we return the `alist' we construct.
7457 (save-selected-window): Use them.
7458
7459 * textmodes/tex-mode.el (tex-recenter-output-buffer):
7460 Use with-selected-window.
7461
7462 * emacs-lisp/autoload.el (make-autoload): Add `cl-defmacro' to the
7463 forms that define macros (bug#12593).
7464
7465 2012-10-07 Kenichi Handa <handa@gnu.org>
7466
7467 * international/mule-conf.el (compound-text-with-extensions):
7468 Add :mime-charset property as x-ctext.
7469
7470 2012-10-07 Stefan Merten <smerten@oekonux.de>
7471
7472 * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
7473 (rst-indent-literal-normal, rst-indent-literal-minimized)
7474 (rst-indent-comment): Correct :version tag.
7475 (rst-official-cvs-rev): Correct version string.
7476
7477 2012-10-07 Glenn Morris <rgm@gnu.org>
7478
7479 * mail/rmailmm.el (rmail-mime-process-multipart):
7480 Do not confuse a multipart message with an epilogue
7481 with a "truncated" one; fixes 2011-06-27 change. (Bug#10101)
7482
7483 2012-10-07 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
7484
7485 Fix shell output retrieval and comint-prompt-regexp init.
7486 * progmodes/python.el (inferior-python-mode):
7487 (python-shell-make-comint): Fix initialization of
7488 comint-prompt-regexp from copied file local variables.
7489 (python-shell-fetched-lines): Remove var.
7490 (python-shell-output-filter-in-progress): Rename from
7491 python-shell-fetch-lines-in-progress.
7492 (python-shell-output-filter-buffer): Rename from
7493 python-shell-fetch-lines-string.
7494 (python-shell-fetch-lines-filter): Delete function.
7495 (python-shell-output-filter): New function.
7496 (python-shell-send-string-no-output): Use them.
7497
7498 2012-10-07 Glenn Morris <rgm@gnu.org>
7499
7500 * hi-lock.el (hi-lock-process-phrase):
7501 Try to make it less fragile. (Bug#7161)
7502
7503 * hi-lock.el (hi-lock-face-phrase-buffer): Doc fix.
7504
7505 2012-10-06 Glenn Morris <rgm@gnu.org>
7506
7507 * ehelp.el (electric-help-mode): Use help-mode rather than
7508 non-existent mode `help'.
7509 (electric-help-map): Use button-buffer-map. (Bug#10917)
7510
7511 * textmodes/reftex-vars.el (reftex-create-bibtex-header)
7512 (reftex-create-bibtex-footer): Fix custom types.
7513
7514 * progmodes/sh-script.el (sh-indent-after-continuation):
7515 Add explicit :group.
7516
7517 * textmodes/rst.el (rst-preferred-decorations)
7518 (rst-shift-basic-offset): Clarify obsolescence versions.
7519
7520 * profiler.el (profiler): Add missing group :version tag.
7521 * avoid.el (mouse-avoidance-banish-position):
7522 * proced.el (proced-renice-command):
7523 * calc/calc.el (calc-ensure-consistent-units):
7524 * calendar/icalendar.el (icalendar-import-format-uid):
7525 * net/tramp.el (tramp-save-ad-hoc-proxies):
7526 * progmodes/bug-reference.el (bug-reference-bug-regexp):
7527 * progmodes/flymake.el (flymake-error-bitmap)
7528 (flymake-warning-bitmap, flymake-fringe-indicator-position):
7529 * progmodes/sh-script.el (sh-indent-after-continuation):
7530 * progmodes/verilog-mode.el (verilog-auto-template-warn-unused)
7531 (verilog-before-save-font-hook, verilog-after-save-font-hook):
7532 * progmodes/vhdl-mode.el (vhdl-makefile-default-targets)
7533 (vhdl-array-index-record-field-in-sensitivity-list)
7534 (vhdl-indent-comment-like-next-code-line):
7535 * textmodes/reftex-vars.el (reftex-ref-style-alist)
7536 (reftex-ref-macro-prompt, reftex-ref-style-default-list)
7537 (reftex-cite-key-separator, reftex-create-bibtex-header)
7538 (reftex-create-bibtex-footer):
7539 * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
7540 (rst-indent-literal-normal, rst-indent-literal-minimized)
7541 (rst-indent-comment): Add missing custom :version tags.
7542
7543 * calendar/timeclock.el (timeclock-modeline-display):
7544 Add missing obsolete alias for renamed user option.
7545
7546 * strokes.el (strokes-modeline-string):
7547 * emulation/crisp.el (crisp-mode-modeline-string):
7548 * eshell/esh-mode.el (eshell-status-in-modeline):
7549 Aliases to defcustoms must come before the defcustom.
7550
7551 * calendar/cal-tex.el (cal-tex-diary, cal-tex-cursor-week)
7552 (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
7553 (cal-tex-cursor-week-monday): Doc fixes.
7554 (cal-tex-cursor-week2-summary): Doc fix.
7555 Rename from cal-tex-cursor-week-at-a-glance.
7556
7557 * calendar/cal-menu.el (cal-menu-context-mouse-menu):
7558 Tweak week descriptions. Add cal-tex-cursor-week2-summary.
7559
7560 * calendar/calendar.el (calendar-mode-map):
7561 Add cal-tex-cursor-week2-summary.
7562
7563 2012-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
7564
7565 * emacs-lisp/cl-macs.el (cl-defstruct): Improve docstring.
7566
7567 * subr.el (read-passwd-map): New var.
7568 (read-passwd): Use `read-string' again.
7569 * minibuffer.el (delete-minibuffer-contents): Make it interactive.
7570
7571 2012-10-06 Jambunathan K <kjambunathan@gmail.com>
7572
7573 * register.el (append-to-register, prepend-to-register):
7574 Deactivate mark, as does `copy-to-register' (bug#12389).
7575
7576 2012-10-06 Chong Yidong <cyd@gnu.org>
7577
7578 * files.el (auto-mode-alist): Add .by and .wy (Semantic grammars).
7579
7580 2012-10-06 Ikumi Keita <ikumi@ikumi.que.jp> (tiny change)
7581
7582 * international/characters.el: Fix simple mistake ((car chars) ->
7583 elt), delete duplicated code.
7584
7585 2012-10-06 Glenn Morris <rgm@gnu.org>
7586
7587 * subr.el (read-passwd): Allow C-u to erase entry. (Bug#12570)
7588
7589 2012-10-06 Julian Scheid <julians37@gmail.com> (tiny change)
7590
7591 * color.el (color-hsl-to-rgb): Fix incorrect results for
7592 small and large hue values. (Bug#12559)
7593
7594 2012-10-05 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
7595
7596 Enhancements to docstring formatting when filling paragraphs.
7597 * progmodes/python.el (python-fill-docstring-style): Rename from
7598 python-fill-string-style. Added new style.
7599 (python-fill-string): Use new style. Better checks for
7600 docstrings.
7601
7602 2012-10-05 Glenn Morris <rgm@gnu.org>
7603
7604 * net/newst-treeview.el (newsticker-group-move-feed): Doc fix.
7605
7606 * color.el (color-name-to-rgb, color-rgb-to-hex)
7607 (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
7608 (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
7609 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
7610 (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
7611
7612 * emacs-lisp/timer.el (with-timeout): Add missing progn. (Bug#12577)
7613
7614 2012-10-05 Juanma Barranquero <lekktu@gmail.com>
7615
7616 * ido.el (ido-directory-too-big-p): Pass dir through file-truename
7617 to get the correct size across symlinks.
7618
7619 * ido.el (ido-buffer-disable-smart-matches): Fix typo in docstring.
7620
7621 2012-10-04 Juri Linkov <juri@jurta.org>
7622
7623 * replace.el (query-replace-interactive): Declare obsolete.
7624 (query-replace-read-from): Add the last incremental search string
7625 to the list of default values accessible via M-n.
7626 (map-query-replace-regexp): Use `read-regexp'.
7627 (query-replace, query-replace-regexp, query-replace-regexp-eval)
7628 (map-query-replace-regexp, replace-string, replace-regexp):
7629 Fix docstrings to replace mentions of `query-replace-interactive'
7630 with alternatives. (Bug#12526)
7631
7632 2012-10-04 Juri Linkov <juri@jurta.org>
7633
7634 * dired.el (dired-shrink-to-fit): Declare obsolete. (Bug#1806)
7635 (dired-pop-to-buffer): Declare obsolete.
7636 (dired-mark-pop-up): Doc fix.
7637
7638 2012-10-04 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
7639
7640 Allow user to set docstring style for fill-paragraph.
7641 * progmodes/python.el
7642 (python-fill-comment-function, python-fill-string-function)
7643 (python-fill-decorator-function, python-fill-paren-function):
7644 Remove :safe for defcustoms.
7645 (python-fill-string-style): New defcustom
7646 (python-fill-paragraph-function): Enhance context detection.
7647 (python-fill-string): Honor python-fill-string-style settings.
7648
7649 2012-10-04 Martin Rudalics <rudalics@gmx.at>
7650
7651 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Select window
7652 after setting its buffer (Bug#10805).
7653
7654 2012-10-03 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
7655
7656 Fix cornercase for string syntax.
7657 * progmodes/python.el (python-syntax-propertize-function):
7658 Simplify and enhance the regexp for unescaped quotes. Now it also
7659 matches quotes in weird situations like the single quote in
7660 "something\"'".
7661 (python-syntax-stringify): Simplify num-quotes detecting code.
7662
7663 2012-10-03 Glenn Morris <rgm@gnu.org>
7664
7665 * help-macro.el (three-step-help):
7666 Revert 2012-09-29 change. (Bug#12567)
7667
7668 2012-10-03 Martin Rudalics <rudalics@gmx.at>
7669
7670 * menu-bar.el (kill-this-buffer): Don't do anything when
7671 `menu-frame' is not alive or visible (Bug#8184).
7672
7673 * emacs-lisp/debug.el (debug): When quitting the debugger window
7674 restore current buffer (Bug#12502).
7675
7676 2012-10-02 Chong Yidong <cyd@gnu.org>
7677
7678 * progmodes/hideif.el (hif-lookup, hif-defined):
7679 Handle semantic-c-takeover-hideif.
7680
7681 2012-10-02 Paul Eggert <eggert@cs.ucla.edu>
7682
7683 Change sampling interval units from ms to ns.
7684 * profiler.el (profiler-sampling-interval): Change units
7685 from ms to ns, multiplying the default by 1000000 so that
7686 it remains 1 ms.
7687 (profiler-report-cpu-line-format): Give enough room for
7688 the maximum counters on 64-bit hosts.
7689 (profiler-report-render-calltree-1): Call them "CPU samples",
7690 not "Time (ms)", since they are not milliseconds now (and
7691 never really were).
7692
7693 2012-10-02 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
7694
7695 * net/eudcb-bbdb.el (eudc-bbdb-format-record-as-result):
7696 Fix querying BBDB for entries without a last name (Bug#11580).
7697
7698 2012-10-02 Chong Yidong <cyd@gnu.org>
7699
7700 * emacs-lisp/eieio.el: Restore Version header.
7701
7702 2012-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
7703
7704 * vc/diff-mode.el (diff--auto-refine-data): New var.
7705 (diff-hunk): Use it to delay refinement.
7706 (diff-mode): Remove overlays when we turn off font-lock.
7707
7708 * textmodes/table.el: Use lexical-binding, dolist, define-minor-mode.
7709 (table-initialize-table-fixed-width-mode)
7710 (table-set-table-fixed-width-mode): Remove functions.
7711 (table-command-list): Move initialization into declaration.
7712 (table--tweak-menu-for-xemacs): Move defun outside mapcar.
7713 (table-with-cache-buffer): Use `declare'.
7714 (table-span-cell): Simplify via CSE.
7715 (table-fixed-width-mode): Use define-minor-mode.
7716 (table-call-interactively, table-funcall, table-apply): Remove.
7717 (table-function): New function, to replace them.
7718
7719 * bookmark.el (bookmark-search-pattern): Remove var.
7720 (bookmark-read-search-input): Remove function.
7721 (bookmark-bmenu-search): Reimplement using a minibuffer.
7722
7723 * faces.el (modeline): Remove obsolete face name.
7724
7725 * vc/add-log.el (add-log-buffer-file-name-function): Demote to defvar
7726 and give a non-nil default value.
7727 (add-change-log-entry): Simplify accordingly.
7728
7729 2012-10-01 Dmitry Gutov <dgutov@yandex.ru>
7730
7731 * vc/vc-git.el (vc-git-log-edit-toggle-signoff): New function.
7732 (vc-git-log-edit-toggle-amend): New function.
7733 (vc-git-log-edit-toggle-signoff): New function.
7734 (vc-git-log-edit-mode): New major mode.
7735 (vc-git-log-edit-mode-map): Keymap for it.
7736 (vc-git-checkin): Handle "Amend" and "Sign-Off" headers.
7737
7738 * vc/log-edit.el (log-edit-font-lock-keywords): Allow hyphens in
7739 header names.
7740 (log-edit-toggle-header): New function.
7741 (log-edit-extract-headers): Accept function values in HEADERS alist.
7742
7743 2012-10-01 David Engster <deng@randomsample.de>
7744
7745 * emacs-lisp/eieio-opt.el (eieio-describe-class): Add filename
7746 from symbol property and change message to be more consistent with
7747 Emacs proper.
7748 (eieio-describe-generic): Add filename for each implementation.
7749 Fix indices for generic and normal methods.
7750 (eieio-method-def, eieio-class-def): New buttons.
7751 (eieio-help-find-method-definition)
7752 (eieio-help-find-class-definition): New functions.
7753 (eieio-help-mode-augmentation-maybee): Add buttons to filenames of
7754 class, constructor and method definitions.
7755
7756 * emacs-lisp/eieio.el (eieiomt-add, eieio-defclass): Save file
7757 information in symbol property.
7758 (scoped-class): Remove.
7759 (eieio-slot-name-index, call-next-method): Check if it is bound.
7760
7761 2012-10-01 Leo P. White <lpw25@cam.ac.uk>
7762
7763 * emacs-lisp/eieio-custom.el (eieio-custom-mode-map): New option.
7764 (eieio-custom-mode): New major mode.
7765 (eieio-customize-object): Use it.
7766
7767 2012-10-01 Eric Ludlam <zappo@gnu.org>
7768
7769 * emacs-lisp/eieio-base.el (eieio-persistent-read): New input args
7770 specifying the expected class, and whether subclassing is allowed.
7771 (eieio-persistent-convert-list-to-object):
7772 (eieio-persistent-validate/fix-slot-value)
7773 (eieio-persistent-slot-type-is-class-p): New functions.
7774 (eieio-named::slot-missing): Doc fix.
7775
7776 * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
7777 Stop using unused publd variable.
7778
7779 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
7780 (eieio-speedbar-description, eieio-speedbar-derive-line-path)
7781 (eieio-speedbar-object-buttonname, eieio-speedbar-make-tag-line)
7782 (eieio-speedbar-handle-click): Do not specify a class for the
7783 method. Fixes method invocation order problems with EDE.
7784
7785 2012-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
7786
7787 * emacs-lisp/bytecomp.el (byte-compiler-abbreviate-file): New function.
7788 (byte-compile-warning-prefix, byte-compile-file): Use it (bug#12508).
7789
7790 2012-10-01 Karl Fogel <kfogel@red-bean.com>
7791
7792 * bookmark.el (bookmark-version-control): Give tags in the
7793 :type choices (Bug#12309), and improve doc string.
7794 (bookmark-write-file): Bind `print-circle' to `t' to allow
7795 circular custom bookmark types. (Bug#12503)
7796
7797 2012-10-01 Paul Eggert <eggert@cs.ucla.edu>
7798
7799 Revert the FOLLOW-SYMLINKS change for file-attributes.
7800 * files.el (remote-file-name-inhibit-cache, after-find-file):
7801 * time.el (display-time-file-nonempty-p): Undo last change.
7802
7803 * profiler.el (profiler-sampling-interval): Change default back to 1.
7804 See Stefan Monnier in
7805 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00863.html>.
7806
7807 2012-10-01 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
7808
7809 Shell output catching a la gud-gdb.
7810 * progmodes/python.el (python-shell-fetch-lines-in-progress)
7811 (python-shell-fetch-lines-string, python-shell-fetched-lines):
7812 New Vars.
7813 (python-shell-fetch-lines-filter): New function.
7814 (python-shell-send-string-no-output): Use them.
7815
7816 2012-09-30 Tomohiro Matsuyama <tomo@cx4a.org>
7817
7818 * profiler.el (profiler-sampling-interval): Rename from
7819 profiler-sample-interval.
7820 (profiler-sampling-interval): Default to 10.
7821 (profiler-find-profile): New command (was profiler-find-log).
7822 (profiler-find-profile-other-window): New command.
7823 (profiler-find-profile-other-frame): New command.
7824 (profiler-profile): Introduce API-level data structure.
7825
7826 2012-09-30 Paul Eggert <eggert@cs.ucla.edu>
7827
7828 file-attributes has a new optional arg FOLLOW-SYMLINKS.
7829 * files.el (remote-file-name-inhibit-cache):
7830 * time.el (display-time-file-nonempty-p): Use it.
7831 * files.el (after-find-file): Don't chase links before calling
7832 file-exists-p, as file-exists-p already does the right thing.
7833
7834 2012-09-30 Ralf Angeli <angeli@caeruleus.net>
7835
7836 Merge from standalone RefTeX repository.
7837
7838 The following ChangeLog entries are shortened versions of the
7839 original ones with file paths adapted. A not so strongly edited
7840 version of the original ChangeLog can be found in the commit log.
7841
7842 * textmodes/reftex-auc.el: Move `provide' call to bottom of file.
7843 (reftex-arg-cite): Use `reftex-cite-key-separator'.
7844 Correctly handle new value type returned by `reftex-citation'.
7845
7846 * textmodes/reftex-cite.el (reftex-create-bibtex-file): Make sure
7847 that entries with whitespace at various places are found.
7848 Doc fix. Include entries that are cross-referenced from cited entries.
7849 Include @String definitions in the resulting bib file. Add header
7850 and footer defined in `reftex-create-bibtex-header' and
7851 `reftex-create-bibtex-footer'.
7852 (reftex-do-citation): Make it possible again to insert
7853 non-existent entries. Save match data when asking for optional
7854 arguments. Return all keys, not just the first one.
7855 (reftex-all-used-citation-keys): Fix regexp to correctly extract
7856 all citations in the same line.
7857 (reftex-parse-bibtex-entry): Accept additional optional argument
7858 `raw' and keep quotes or braces if it is non-nil. Match fields
7859 containing hyphens besides word constituents.
7860 (reftex-get-string-refs): New function.
7861 (reftex-extract-bib-entries): Check if BibTeX file changed on disk
7862 and ask if it should be reread in case it did.
7863 (reftex-pop-to-bibtex-entry)
7864 (reftex-extract-bib-entries-from-thebibliography): Match \bibitem
7865 entries with spaces or tabs in front of arguments.
7866 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
7867 (reftex-parse-bibtex-entry, reftex-create-bibtex-file):
7868 Match entries containing numbers and symbol constituents.
7869 (reftex-do-citation, reftex-figure-out-cite-format):
7870 Use `reftex-cite-key-separator'.
7871
7872 * textmodes/reftex-dcr.el: Move provide statement to end of file.
7873 (reftex-mouse-view-crossref): Explain why point is set.
7874
7875 * textmodes/reftex-global.el: Whitespace changes.
7876
7877 * textmodes/reftex-index.el: Move provide statement to end of
7878 file.
7879 (reftex-index-selection-or-word): Use `reftex-region-active-p'.
7880 (reftex-index-visit-phrases-buffer): Set marker when visiting
7881 buffer. This allows for returning from the phrases file to the
7882 file one was just editing instead of the file where the last
7883 phrases was added from.
7884 (reftex-index-phrases-syntax-table): New variable. Give ?\"
7885 punctuation syntax as it usually is not used as string quote in
7886 TeX-related modes and may occur unmatched. The change also
7887 prevents fontification of quoted content.
7888 (reftex-index-phrases-mode): Use it.
7889
7890 * textmodes/reftex-parse.el (reftex-parse-from-file):
7891 Move backward one char if a `\' was matched after a section macro.
7892 (reftex-parse-from-file): Use beginning of match instead of end as
7893 bound.
7894
7895 * textmodes/reftex-ref.el: Adapt creation of
7896 `reftex-<package>-<macro>' functions to new structure of
7897 `reftex-ref-style-alist'.
7898 (reftex-reference): Use `reftex-ref-style-list' function.
7899 Adapt to new structure of `reftex-ref-style-alist'. Prompt for a
7900 reference macro if `reftex-ref-macro-prompt' is non-nil.
7901 (reftex-reference): Pass refstyle to `reftex-format-special'.
7902 Determine reference macro by looking at
7903 `reftex-ref-style-default-list' and `reftex-ref-style-alist'.
7904 Use only one special format function.
7905 (reftex-varioref-vref, reftex-fancyref-fref)
7906 (reftex-fancyref-Fref): Remove definitions. The functions are now
7907 generated from `reftex-ref-style-alist'.
7908 (reftex-format-vref, reftex-format-Fref, reftex-format-fref):
7909 Remove.
7910 (reftex-format-special): New function.
7911
7912 * textmodes/reftex-sel.el
7913 (reftex-select-cycle-ref-style-internal): Adapt to new structure
7914 of `reftex-ref-style-alist'. Remove code for testing macro type.
7915 (reftex-select-toggle-varioref)
7916 (reftex-select-toggle-fancyref): Remove.
7917 (reftex-select-cycle-ref-style-internal)
7918 (reftex-select-cycle-ref-style-forward)
7919 (reftex-select-cycle-ref-style-backward): New functions.
7920 (reftex-select-label-map): Use `v' and `V' for general cycling
7921 through reference styles. Add `p' for switching between number
7922 and page reference types.
7923
7924 * textmodes/reftex-toc.el (reftex-re-enlarge):
7925 Call `enlarge-window' only if there is something to do because in Emacs
7926 the horizontal version throws an error even if the parameter is 0.
7927
7928 * textmodes/reftex-vars.el (reftex-label-alist): Doc fix.
7929 (reftex-plug-into-AUCTeX): Doc fix.
7930 (reftex-vref-is-default, reftex-fref-is-default): Adapt doc
7931 string. Adapt to new name.
7932 (reftex-ref-style-alist): Change structure so that it is not
7933 possible to use multiple different package names within a style.
7934 Remove the symbols for symbols for macro type distinction.
7935 Add characters for macro selection.
7936 (reftex-ref-macro-prompt, reftex-create-bibtex-header)
7937 (reftex-create-bibtex-footer): New variables.
7938 (reftex-format-ref-function): Mention third argument of special
7939 format function.
7940 (reftex-ref-style-alist, reftex-ref-style-default-list):
7941 New variables.
7942 (reftex-vref-is-default, reftex-fref-is-default): Adapt doc string
7943 to new implementation. Mark as obsolete. Add compatibility code
7944 for honoring the variable values in case they are set.
7945 (reftex-cite-format-builtin, reftex-bibliography-commands):
7946 Add support for ConTeXt.
7947 (reftex-format-ref-function, reftex-format-cite-function):
7948 Fix custom type.
7949 (reftex-cite-key-separator): New variable.
7950
7951 * textmodes/reftex.el (reftex-syntax-table-for-bib)
7952 (reftex-mode): Do not derive `reftex-syntax-table-for-bib' from
7953 `reftex-syntax-table' because parens have to retain their paren
7954 syntax in order for parsing of BibTeX entries like @book(...) to
7955 work.
7956 (reftex-in-comment): Do not error out if `comment-start-skip' is
7957 not set. Deal correctly with escaped comment characters.
7958 (reftex-tie-multifile-symbols): Add doc string.
7959 Initialize `reftex-ref-style-list'.
7960 (reftex-untie-multifile-symbols): Add doc string.
7961 (reftex-add-index-macros): Doc fix.
7962 (reftex-ref-style-activate, reftex-ref-style-toggle)
7963 (reftex-ref-style-list): New functions.
7964 (reftex-mode-menu): Use them. Adapt to new structure of
7965 `reftex-ref-style-alist'.
7966 (reftex-select-with-char): Kill the RefTeX Select buffer when
7967 done.
7968 (reftex-remove-if): New function.
7969 (reftex-erase-all-selection-and-index-buffers)
7970 (reftex-mode-menu): Reference styles are now computed from
7971 `reftex-ref-style-alist'. Fix typo.
7972 (reftex-report-bug): New function.
7973 (reftex-uniquify, reftex-uniquify-by-car): Replace O(n^2)
7974 algorithms with O(n log n). Introduce optional argument SORT (not
7975 yet used).
7976
7977 2012-09-30 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
7978
7979 Enhancements for triple-quote string syntax.
7980 * progmodes/python.el (python-syntax-propertize-function):
7981 Match both quote cases in one regexp.
7982 (python-syntax-stringify): Handle matches properly.
7983
7984 2012-09-30 Juri Linkov <juri@jurta.org>
7985
7986 * arc-mode.el (archive-summarize): Let-bind `buffer-file-truename'
7987 to nil around the call to `insert' to prevent
7988 directory time modification by lock_file. (Bug#2295)
7989 * tar-mode.el (tar-summarize-buffer): Idem.
7990
7991 2012-09-30 Juri Linkov <juri@jurta.org>
7992
7993 * facemenu.el (list-colors-sort): Add option "Luminance".
7994 (list-colors-sort-key): Implement it.
7995
7996 * vc/diff-mode.el (diff-refine-removed):
7997 * vc/ediff-init.el (ediff-fine-diff-A):
7998 * vc/smerge-mode.el (smerge-refined-removed):
7999 Change background color "#ffaaaa" to "#ffbbbb". (Bug#10181)
8000
8001 2012-09-30 Jan Djärv <jan.h.d@swipnet.se>
8002
8003 * term/ns-win.el (x-file-dialog): New function.
8004
8005 2012-09-30 Juanma Barranquero <lekktu@gmail.com>
8006
8007 * ido.el (ido-max-directory-size): Default to nil; the current
8008 default is small for POSIX systems, and impractical on Windows 7
8009 now that lstat returns directory sizes for NTFS.
8010
8011 2012-09-30 Martin Rudalics <rudalics@gmx.at>
8012
8013 In buffer display functions handle window-height/window-width
8014 alist entries. Suggested by Juri Linkov as fix for Bug#1806.
8015 * window.el (window--display-buffer): New argument ALIST.
8016 Obey window-height and window-width alist entries.
8017 (window--try-to-split-window): New argument ALIST.
8018 Bind window-combination-limit to t when the window's size shall be
8019 changed and window-combination-limit equals `window-size'.
8020 (display-buffer-in-atom-window)
8021 (display-buffer-in-major-side-window)
8022 (display-buffer-in-side-window, display-buffer-same-window)
8023 (display-buffer-reuse-window, display-buffer-pop-up-frame)
8024 (display-buffer-pop-up-window, display-buffer-below-selected)
8025 (display-buffer-at-bottom, display-buffer-in-previous-window)
8026 (display-buffer-use-some-window): Adjust all callers of
8027 window--display-buffer and window--try-to-split-window.
8028 (fit-frame-to-buffer): New option.
8029 (fit-window-to-buffer): Can resize frames if fit-frame-to-buffer
8030 is non-nil.
8031 (display-buffer-in-major-side-window): Evaluate window-height /
8032 window-width alist entries.
8033
8034 * help.el (temp-buffer-resize-frames)
8035 (temp-buffer-resize-regexps): Remove options.
8036 (temp-buffer-resize-mode): Adjust doc-string.
8037 (resize-temp-buffer-window): Don't consult
8038 temp-buffer-resize-regexps. Use fit-frame-to-buffer instead of
8039 temp-buffer-resize-frames.
8040
8041 * dired.el (dired-mark-pop-up):
8042 Call display-buffer-below-selected with a fit-window-to-buffer alist
8043 entry.
8044
8045 2012-09-30 Chong Yidong <cyd@gnu.org>
8046
8047 * server.el (server-host): Document the security implications.
8048 (server-auth-key): Doc fix.
8049
8050 * startup.el (initial-buffer-choice): Doc fix.
8051
8052 * minibuffer.el (minibuffer-local-filename-syntax): Doc fix.
8053
8054 * simple.el (delete-trailing-whitespace): Avoid an unnecessary
8055 restriction change.
8056
8057 * bindings.el (goto-map): Bind M-g TAB to move-to-column.
8058
8059 * help-fns.el (help-fns--obsolete): Fix last change.
8060
8061 2012-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
8062
8063 * winner.el (winner-mode-map): Obey winner-dont-bind-my-keys here.
8064 (minor-mode-map-alist): Remove redundant code.
8065
8066 * vc/pcvs.el (cvs-cleanup-collection): Keep entries that are currently
8067 visited in a buffer.
8068 (cvs-insert-visited-file): New function.
8069 (find-file-hook): Use it.
8070
8071 * vc/pcvs-info.el (cvs-fileinfo-pp): Don't use non-existent faces.
8072
8073 * vc/log-edit.el (log-edit-font-lock-keywords): Ignore case to
8074 chose face.
8075 (log-edit-empty-buffer-p): Don't require a space after a header.
8076
8077 * vc/ediff-util.el (ediff-diff-at-point): Don't assume point-min==1.
8078
8079 * tutorial.el (help-with-tutorial): Use minibuffer-with-setup-hook.
8080
8081 * textmodes/text-mode.el (paragraph-indent-minor-mode): Make it
8082 a proper minor-mode.
8083
8084 * textmodes/tex-mode.el (tex-mode-map): Don't bind paren keys.
8085
8086 2012-09-29 Glenn Morris <rgm@gnu.org>
8087
8088 * winner.el (winner-mode): Remove variable (let define-minor-mode
8089 handle it).
8090 (winner-dont-bind-my-keys, winner-boring-buffers, winner-mode-hook):
8091 Doc fixes.
8092 (winner-mode-leave-hook): Rename to winner-mode-off-hook.
8093 (winner-mode): Use define-minor-mode.
8094
8095 * vc/vc-sccs.el (vc-sccs-registered): Use the progn trick to get
8096 the full definition in loaddefs, rather than duplicating it.
8097
8098 * help-macro.el (three-step-help): No need to autoload defcustom.
8099
8100 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
8101 (inferior-lisp-program, inferior-lisp-load-command)
8102 (inferior-lisp-prompt, inferior-lisp-mode-hook):
8103 No need to autoload defcustoms.
8104
8105 * hippie-exp.el (hippie-expand-try-functions-list)
8106 (hippie-expand-verbose, hippie-expand-dabbrev-skip-space)
8107 (hippie-expand-dabbrev-as-symbol, hippie-expand-no-restriction)
8108 (hippie-expand-max-buffers, hippie-expand-ignore-buffers)
8109 (hippie-expand-only-buffers): No need to autoload defcustoms.
8110 * progmodes/vhdl-mode.el (vhdl-line-expand):
8111 Explicitly load hippie-exp, so it does not get autoloaded
8112 while hippie-expand-try-functions-list is let-bound.
8113
8114 2012-09-28 Glenn Morris <rgm@gnu.org>
8115
8116 * emacs-lisp/cl.el (flet): Fix case of obsolescence message.
8117
8118 * emacs-lisp/bytecomp.el (byte-compile-cl-file-p):
8119 Only "cl.el" counts as cl these days.
8120
8121 2012-09-28 Juri Linkov <juri@jurta.org>
8122
8123 Display archive errors in the echo area instead of inserting
8124 to the file buffer.
8125
8126 * arc-mode.el (archive-extract-by-stdout): Change arg STDERR-FILE
8127 to STDERR-TEST that can be a regexp matching a successful output.
8128 Create a temporary file and redirect stderr to it. Search for
8129 STDERR-TEST in the stderr output and display it in the echo area
8130 if no match is found.
8131 (archive-extract-by-file): New function like
8132 `archive-extract-by-stdout' but extracting archives to files
8133 and looking for successful matches in stdout. Function body is
8134 mostly copied from `archive-rar-extract'.
8135 (archive-rar-extract): Use `archive-extract-by-file'.
8136 (archive-7z-extract): Use `archive-extract-by-stdout'. (Bug#10347)
8137
8138 2012-09-28 Leo Liu <sdl.web@gmail.com>
8139
8140 * pcomplete.el (pcomplete-show-completions):
8141 Use minibuffer-message to make pcomplete usable in minibuffer.
8142
8143 * ido.el (ido-set-matches-1): Fix 2012-09-11 change.
8144
8145 2012-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
8146
8147 * type-break.el: Use lexical-binding.
8148 (type-break-mode): Use define-minor-mode.
8149
8150 * emacs-lisp/pcase.el (pcase--mark-used): New.
8151 (pcase--u1): Use it (bug#12512).
8152
8153 * custom.el (load-theme): Set buffer-file-name so the load is recorded
8154 in load-history with the right file name.
8155
8156 2012-09-28 Tassilo Horn <tsdh@gnu.org>
8157
8158 * doc-view.el (doc-view-current-cache-doc-pdf): New function.
8159 (doc-view-doc->txt, doc-view-convert-current-doc): Use it.
8160 (doc-view-get-bounding-box): Make bounding box slicing work for
8161 ODF and DVI documents.
8162
8163 2012-09-28 Glenn Morris <rgm@gnu.org>
8164
8165 * type-break.el (type-break-mode, type-break-interval)
8166 (type-break-good-rest-interval, type-break-keystroke-threshold):
8167 No need to autoload.
8168 (type-break-good-rest-interval, type-break-keystroke-threshold):
8169 Add :set-after.
8170
8171 2012-09-28 Chong Yidong <cyd@gnu.org>
8172
8173 * progmodes/verilog-mode.el (verilog-auto-inst-interfaced-ports):
8174 Add :version tag.
8175
8176 2012-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
8177
8178 * json.el (json-encode-char): Codes 127-160 aren't "ASCII printable".
8179
8180 2012-09-27 Glenn Morris <rgm@gnu.org>
8181
8182 * faces.el (x-display-name): Declare (for without-x builds).
8183
8184 * linum.el (linum-format): Don't autoload it. Improve :type.
8185
8186 * progmodes/tcl.el: Don't require outline when compiling.
8187 (outline-regexp, outline-level): Declare.
8188 * textmodes/sgml-mode.el: Don't require outline when compiling.
8189 (outline-regexp, outline-heading-end-regexp, outline-level): Declare.
8190
8191 * term.el (term-ansi-reset):
8192 Try setting term-ansi-face-already-done to nil. (Bug#11785)
8193
8194 * vc/vc.el (vc-next-action): Only gripe about committing read-only
8195 files for RCS and SCCS. (Bug#9781)
8196
8197 2012-09-27 Chong Yidong <cyd@gnu.org>
8198
8199 * progmodes/verilog-mode.el (verilog-mode-release-emacs): Fix last
8200 change; value should be t.
8201
8202 2012-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
8203
8204 * image-mode.el: Use lexical-binding.
8205 (image-mode-winprops): Use t to stand for the window of
8206 a buffer that's not displayed.
8207 * doc-view.el (doc-view-new-window-function): Handle the new
8208 t in winprops.
8209 (doc-view-enlarge): Make it a real nop if the size is not changed.
8210 (doc-view-display): Handle the case where the buffer is not (yet?)
8211 displayed in any window.
8212 (doc-view-saved-settings): New var.
8213 (doc-view-mode): Use it.
8214 (doc-view-fallback-mode): Set it.
8215
8216 * minibuf-eldef.el: Make it possible to replace (default ...) with [...].
8217 Set lexical-binding.
8218 (minibuffer-eldef-shorten-default): New var.
8219 (minibuffer-default-in-prompt-regexps): Use it for new default.
8220 (minibuf-eldef-setup-minibuffer): Add replacement functionality.
8221
8222 2012-09-26 Juanma Barranquero <lekktu@gmail.com>
8223
8224 * international/uni-bidi.el:
8225 * international/uni-category.el:
8226 * international/uni-name.el:
8227 * international/uni-numeric.el: Regenerate.
8228
8229 2012-09-26 Tomohiro Matsuyama <tomo@cx4a.org>
8230 Stefan Monnier <monnier@iro.umontreal.ca>
8231
8232 * profiler.el: New file.
8233
8234 2012-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
8235
8236 * emacs-lisp/testcover.el (testcover-after): Add gv-expander.
8237 (testcover-reinstrument): Simplify with CSE.
8238
8239 2012-09-26 Juanma Barranquero <lekktu@gmail.com>
8240
8241 * window.el (temp-buffer-window-setup): Fix typo in docstring.
8242
8243 2012-09-25 Wilson Snyder <wsnyder@wsnyder.org>
8244
8245 * verilog-mode.el (verilog-auto-ascii-enum, verilog-auto-inout)
8246 (verilog-auto-input, verilog-auto-insert-lisp)
8247 (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
8248 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-undef)
8249 (verilog-auto-unused, verilog-auto-wire)
8250 (verilog-forward-or-insert-line): Fix AUTOs with no trailing
8251 newline. Reported by Andrew Jones.
8252 (verilog-auto-inst) Support expanding $clog2 in AUTOINST.
8253 Reported by Brad Dobbie.
8254 (verilog-batch-delete-trailing-whitespace):
8255 Create verilog-batch-delete-trailing-whitespace.
8256 Reported by Brad Dobbie.
8257 (verilog-auto-inout-param): Support AUTOINOUTPARAM for copying
8258 parameters from another module. Reported by Dan Katz.
8259 (verilog-auto, verilog-auto-assign-modport)
8260 (verilog-auto-inout-modport): Add AUTOASSIGNMODPORT and
8261 AUTOINOUTMODPORT for UVM interface module shell generation.
8262 Reported by Brad Dobbie.
8263 (verilog-auto-inst-interfaced-ports): Make default nil, as more
8264 standard behavior.
8265 (verilog-auto): Fix AUTO parameters with parenthesis arguments.
8266 Reported by Matt Martin.
8267
8268 2012-09-25 Martin Rudalics <rudalics@gmx.at>
8269
8270 * window.el (window--resize-child-windows): When resizing child
8271 windows proportionally, process them in reverse order to
8272 preserve the "when splitting a window the new one gets the odd
8273 line" behavior.
8274 (window--resize-root-window-vertically): When resizing the
8275 minibuffer window try to affect only windows at the bottom of the
8276 frame. (Bug#12419)
8277
8278 2012-09-25 Chong Yidong <cyd@gnu.org>
8279
8280 * subr.el (declare): Doc fix.
8281
8282 * help-fns.el (help-fns--obsolete): Handle macros properly.
8283
8284 2012-09-25 Chong Yidong <cyd@gnu.org>
8285
8286 * bookmark.el (bookmark-jump-noselect): Use a declare form to mark
8287 this function obsolete.
8288
8289 * calendar/cal-x.el (calendar-two-frame-setup)
8290 (calendar-only-one-frame-setup, calendar-one-frame-setup):
8291 * calendar/calendar.el (american-calendar, european-calendar)
8292 (calendar-for-loop):
8293 * comint.el (comint-dynamic-simple-complete)
8294 (comint-dynamic-complete-as-filename, comint-unquote-filename):
8295 * desktop.el (desktop-load-default):
8296 * dired-x.el (dired-omit-here-always)
8297 (dired-hack-local-variables, dired-default-directory):
8298 * emacs-lisp/derived.el (derived-mode-class):
8299 * emacs-lisp/timer.el (timer-set-time-with-usecs):
8300 * emacs-lock.el (toggle-emacs-lock):
8301 * epa.el (epa-display-verify-result):
8302 * epg.el (epg-sign-keys, epg-start-sign-keys)
8303 (epg-passphrase-callback-function):
8304 * eshell/esh-util.el (eshell-for):
8305 * eshell/eshell.el (eshell-remove-from-window-buffer-names)
8306 (eshell-add-to-window-buffer-names):
8307 * files.el (locate-file-completion):
8308 * imenu.el (imenu-example--create-c-index)
8309 (imenu-example--create-lisp-index)
8310 (imenu-example--lisp-extract-index-name)
8311 (imenu-example--name-and-position):
8312 * international/mule-cmds.el (princ-list):
8313 * international/mule-diag.el (decode-codepage-char):
8314 * international/mule-util.el (detect-coding-with-priority):
8315 * iswitchb.el (iswitchb-read-buffer):
8316 * mail/mailalias.el (mail-complete):
8317 * mail/sendmail.el (mail-sent-via):
8318 * mouse.el (mouse-popup-menubar-stuff, mouse-popup-menubar)
8319 (mouse-major-mode-menu):
8320 * password-cache.el (password-read-and-add):
8321 * pcomplete.el (pcomplete-parse-comint-arguments):
8322 * progmodes/sh-script.el (sh-maybe-here-document):
8323 * replace.el (query-replace-regexp-eval):
8324 * savehist.el (savehist-load):
8325 * simple.el (choose-completion-delete-max-match):
8326 * term.el (term-dynamic-simple-complete):
8327 * vc/ediff-init.el (ediff-check-version):
8328 * vc/ediff-wind.el (ediff-choose-window-setup-function-automatically):
8329 * vc/vc.el (vc-diff-switches-list):
8330 * view.el (view-return-to-alist-update): Likewise.
8331
8332 * subr.el (eval-next-after-load, makehash, insert-string)
8333 (assoc-ignore-representation, assoc-ignore-case): Use declare to
8334 mark obsolete.
8335 (mode-line-inverse-video): Variable deleted.
8336
8337 * international/mule-util.el (string-to-sequence): Remove.
8338
8339 * calendar/calendar.el (calendar-version):
8340 * calendar/icalendar.el (icalendar-extract-ical-from-buffer)
8341 (icalendar-convert-diary-to-ical):
8342 * cus-edit.el (custom-mode):
8343 * ansi-color.el (ansi-color-unfontify-region):
8344 * international/latin1-disp.el (latin1-char-displayable-p):
8345 * progmodes/cwarn.el (turn-on-cwarn-mode):
8346 * progmodes/which-func.el (which-func-update-1):
8347 Use define-obsolete-function-alias.
8348
8349 * net/newst-backend.el (newsticker-cache-filename):
8350 * net/newst-treeview.el (newsticker-groups-filename):
8351 Fix incorrect obsolescence declaration.
8352
8353 * allout.el (allout-passphrase-hint-string): Likewise.
8354 (allout-init): Use a declare form to mark obsolete.
8355
8356 * emacs-lisp/byte-run.el (make-obsolete): Doc fix; emphasize that
8357 this applies to functions.
8358
8359 * iswitchb.el (iswitchb-read-buffer): Move code of
8360 iswitchb-define-mode-map here, and delete that obsolete function.
8361
8362 * net/snmp-mode.el (snmp-font-lock-keywords-3): Don't use obsolete
8363 font-lock-reference-face.
8364
8365 2012-09-25 Glenn Morris <rgm@gnu.org>
8366
8367 * buff-menu.el (Buffer-menu-name-width, Buffer-menu-size-width):
8368 Doc fixes.
8369
8370 * eshell/em-term.el (eshell-term-name):
8371 Default to term-term-name. (Bug#12485)
8372
8373 2012-09-24 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
8374
8375 * progmodes/python.el (python-shell-send-buffer): Better handling
8376 of "if __name__ == '__main__':" conditionals when sending the buffer.
8377
8378 2012-09-24 Glenn Morris <rgm@gnu.org>
8379
8380 * eshell/esh-cmd.el (eshell-find-alias-function):
8381 Tighten up file-name regexp. (Bug#12499)
8382
8383 2012-09-24 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
8384
8385 Enhancements for triple-quote string syntax.
8386 * progmodes/python.el (python-quote-syntax): Remove.
8387 (python-syntax-propertize-function): New value.
8388 (python-syntax-count-quotes, python-syntax-stringify):
8389 New functions.
8390
8391 2012-09-24 Chong Yidong <cyd@gnu.org>
8392
8393 * mail/supercite.el (sc-version): Remove obsolete function.
8394 (sc-describe): Don't mark as obsolete, since it is bound.
8395 (sc-submit-bug-report): Remove.
8396
8397 * vc/log-edit.el (cvs-changelog-full-paragraphs)
8398 (cvs-commit-buffer-require-final-newline): Remove.
8399 (log-edit-require-final-newline)
8400 (log-edit-changelog-full-paragraphs): Default to t.
8401
8402 * vc/pcvs-defs.el (cvs-diff-buffer-name, cvs-diff-ignore-marks)
8403 * vc/vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
8404 * vc/vc.el (vc-checkout-carefully): Likewise.
8405
8406 * vc/emerge.el (emerge-mode): Make it an obsolete alias.
8407 (emerge-version): Remove.
8408
8409 * progmodes/compile.el (compile-internal): Remove.
8410 (compilation-parse-errors-function): Fix typo.
8411
8412 * international/mule.el (set-char-table-default): Remove.
8413 (set-coding-priority, make-coding-system, generic-char-p)
8414 (charset-list, charset-bytes, charset-id): Use declare to mark
8415 functions as obsolete.
8416
8417 * vc/pcvs-defs.el (cvs-buffer-name-alist)
8418 (cvs-invert-ignore-marks): Remove references to obsolete vars.
8419 * vc/vc-hooks.el (vc-default-registered): Don't use
8420 vc-master-templates.
8421
8422 * font-lock.el (font-lock-reference-face):
8423 Use define-obsolete-variable-alias.
8424
8425 * generic-x.el (rul-generic-mode): Use font-lock-constant-face.
8426 * calendar/calendar.el (calendar-font-lock-keywords):
8427 * calendar/diary-lib.el (diary-font-lock-keywords)
8428 (diary-fancy-font-lock-keywords):
8429 * textmodes/reftex-sel.el (reftex-insert-docstruct):
8430 * textmodes/reftex-index.el (reftex-insert-index):
8431 * textmodes/reftex-cite.el (reftex-format-bib-entry):
8432 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
8433 * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
8434 * progmodes/prolog.el (prolog-font-lock-keywords):
8435 * progmodes/idlwave.el (idlwave-idl-keywords):
8436 * progmodes/ada-mode.el (ada-font-lock-keywords):
8437 * net/snmp-mode.el (snmp-font-lock-keywords-3): Likewise.
8438
8439 2012-09-24 Glenn Morris <rgm@gnu.org>
8440
8441 * mail/emacsbug.el (report-emacs-bug): Include `lsb_release -d'.
8442
8443 2012-09-23 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
8444
8445 * progmodes/python.el (python-indent-line): More consistent cursor
8446 movement behavior.
8447
8448 2012-09-23 Stefan Merten <smerten@oekonux.de>
8449
8450 * textmodes/rst.el: Fix compiler warning.
8451
8452 2012-09-23 Roland Winkler <winkler@gnu.org>
8453
8454 * textmodes/bibtex.el (bibtex-autokey-transcriptions):
8455 Transcribe also LaTeX hyphenation.
8456 (bibtex-reformat): Bug fix. Do not quote twice the elements of
8457 bibtex-reformat-previous-options.
8458
8459 2012-09-23 Roland Winkler <winkler@gnu.org>
8460
8461 * proced.el (proced-renice-command): New variable.
8462 (proced-marked-processes): New function.
8463 (proced-with-processes-buffer): New macro.
8464 (proced-send-signal): Use them.
8465 (proced-renice): New command bound to r.
8466
8467 2012-09-23 Roland Winkler <winkler@gnu.org>
8468
8469 * ibuf-ext.el (ibuffer-switch-to-saved-filter-groups): If list
8470 ibuffer-saved-filter-groups has one element, shortcut the call of
8471 completing-read. (Bug#12331)
8472
8473 2012-09-23 Chong Yidong <cyd@gnu.org>
8474
8475 * bindings.el (mode-line-toggle-read-only):
8476 * bs.el (bs-toggle-readonly):
8477 * buff-menu.el (Buffer-menu-toggle-read-only):
8478 * dired.el (dired-toggle-read-only):
8479 * ibuffer.el (ibuffer-do-toggle-read-only): Use read-only-mode.
8480
8481 2012-09-23 Chong Yidong <cyd@gnu.org>
8482
8483 * image.el (image-type-available-p): Adapt to init-image-library
8484 argument changes.
8485
8486 2012-09-22 Juri Linkov <juri@jurta.org>
8487
8488 * dired.el (dired-mode-map): Add [remap read-only-mode] for
8489 `dired-toggle-read-only'. (Bug#12462)
8490
8491 2012-09-22 Martin Rudalics <rudalics@gmx.at>
8492
8493 * subr.el (temp-output-buffer-show): New function.
8494 (with-output-to-temp-buffer): Call temp-output-buffer-show
8495 instead of internal-temp-output-buffer-show.
8496
8497 2012-09-22 Chong Yidong <cyd@gnu.org>
8498
8499 * files.el (ctl-x-map): Bind C-x C-q to read-only-mode
8500 (Bug#12462).
8501
8502 * repeat.el (repeat): Doc fix (Bug#12348).
8503
8504 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix
8505 (Bug#10909).
8506
8507 * simple.el (shell-command-on-region): Doc fix.
8508 (read-only-mode): Doc fix.
8509
8510 2012-09-22 Eli Zaretskii <eliz@gnu.org>
8511
8512 * emacs-lisp/timer.el (run-with-idle-timer)
8513 (timer-activate-when-idle): Warn against reinvoking an idle timer
8514 from within its own timer action. (Bug#12447)
8515
8516 2012-09-22 Martin Rudalics <rudalics@gmx.at>
8517
8518 * cus-start.el (window-combination-limit): Add new optional
8519 values.
8520 * window.el (temp-buffer-window-show)
8521 (window--try-to-split-window): Handle new values of
8522 window-combination-limit (Bug#1806).
8523 (split-window): Test window-combination-limit for t instead of
8524 non-nil.
8525 (display-buffer-at-bottom): New buffer display action function.
8526 * help.el (temp-buffer-resize-regexps): New option.
8527 (temp-buffer-resize-mode): Rewrite doc-string.
8528 (resize-temp-buffer-window): Obey temp-buffer-resize-regexps.
8529 Don't resize reused window. Suggested by Glenn Morris.
8530
8531 2012-09-22 Stefan Merten <smerten@oekonux.de>
8532
8533 * textmodes/rst.el: Revamp section title faces.
8534 (rst-official-version)
8535 (rst-package-emacs-version-alist): Sync with official version
8536 V1.4.0.
8537 (rst-faces-defaults, rst-set-level-default)
8538 (rst-level-face-max, rst-level-face-base-color)
8539 (rst-level-face-base-light, rst-level-face-format-light)
8540 (rst-level-face-step-light, rst-define-level-faces): Obsolete.
8541 (rst-adornment-faces-alist): Match new setup.
8542 (rst-level-1, rst-level-2, rst-level-3, rst-level-4)
8543 (rst-level-5, rst-level-6): New faces.
8544
8545 2012-09-22 Chong Yidong <cyd@gnu.org>
8546
8547 * simple.el (undo): Handle indirect buffers (Bug#8207).
8548
8549 2012-09-21 Leo Liu <sdl.web@gmail.com>
8550
8551 IDO: Disable match re-ordering for buffer switching.
8552 * ido.el (ido-buffer-disable-smart-matches): New variable.
8553 (ido-set-matches-1): Use it. (Bug#2042)
8554
8555 2012-09-21 Jose Marino <marinoj@nso.edu> (tiny change)
8556
8557 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
8558 Fix 2011-05-17 change. (Bug#12418)
8559
8560 2012-09-21 Leo Liu <sdl.web@gmail.com>
8561
8562 * subr.el (ignore-errors): Mention with-demoted-errors in doc-string.
8563
8564 2012-09-21 Glenn Morris <rgm@gnu.org>
8565
8566 * emacs-lisp/shadow.el (load-path-shadows-font-lock-keywords):
8567 Be more robust about locating simple.el.
8568
8569 2012-09-21 Glenn Morris <rgm@gnu.org>
8570
8571 * mail/emacsbug.el (report-emacs-bug): Trap load-path-shadows errors.
8572
8573 2012-09-21 Joel Bion <jpbion@westvi.com> (tiny change)
8574
8575 * pcmpl-gnu.el (pcmpl-gnu-tarfile-regexp): Add tar.xz. (Bug#12382)
8576
8577 2012-09-20 Juri Linkov <juri@jurta.org>
8578
8579 * replace.el (query-replace-read-from): Use `read-regexp' instead
8580 of `read-from-minibuffer' when `regexp-flag' is non-nil.
8581 (occur-read-primary-args): Use `read-regexp' instead of
8582 `read-string'.
8583 (multi-occur-in-matching-buffers): Use `read-regexp' instead of
8584 `read-from-minibuffer'.
8585 * isearch.el (isearch-occur): Use `read-regexp' instead of
8586 `read-string'.
8587 * dired.el (dired-read-regexp): Use `read-regexp' instead of
8588 `read-from-minibuffer'.
8589 * progmodes/grep.el (grep-read-regexp): Use `read-regexp' instead
8590 of `read-string'. (Bug#7567)
8591
8592 * replace.el (read-regexp): Rename DEFAULT-VALUE arg to DEFAULTS
8593 and allow accepting a list of strings prepended to a list of
8594 standard default values. Doc fix. (Bug#12321)
8595
8596 * replace.el (read-regexp): Add HISTORY arg. (Bug#7567)
8597
8598 * replace.el (read-regexp): Don't add ": " when PROMPT already
8599 ends with a colon and space. (Bug#12321)
8600
8601 2012-09-20 Tassilo Horn <tsdh@gnu.org>
8602
8603 * doc-view.el (doc-view-display): Better fix for the cl-assertion
8604 error.
8605
8606 2012-09-20 Stefan Merten <smerten@oekonux.de>
8607
8608 * textmodes/rst.el: Integrate support for `imenu' and `which-function'.
8609 Fixes feature request bug#11711.
8610 (rst-mode): Create `imenu-create-index-function'.
8611 (rst-get-stripped-line): Delete after refactoring.
8612 (rst-section-tree, rst-section-tree-rec)
8613 (rst-section-tree-point): Refactor and document properly.
8614 (rst-imenu-find-adornments-for-position)
8615 (rst-imenu-convert-cell, rst-imenu-create-index):
8616 New function.
8617
8618 2012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
8619
8620 * emacs-lisp/macroexp.el (macroexp--obsolete-warning): New function.
8621 (macroexp--expand-all): Use it.
8622 (macroexp--funcall-and-return): Remove by folding it into its sole
8623 caller (macroexp--warn-and-return).
8624 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete):
8625 Use macroexp--obsolete-warning.
8626
8627 * calc/calc.el: Fix last change by removing the whole chunk, since it
8628 was only needed back when Calc was not bundled.
8629
8630 2012-09-20 Martin Rudalics <rudalics@gmx.at>
8631
8632 * emacs-lisp/debug.el (debug): Restore assignment to
8633 debugger-old-buffer removed on 2012-09-08.
8634
8635 2012-09-20 Juri Linkov <juri@jurta.org>
8636
8637 * dired-aux.el (dired-diff): Remove (require 'diff) since
8638 `diff-latest-backup-file' is now autoloaded.
8639
8640 2012-09-20 Chong Yidong <cyd@gnu.org>
8641
8642 * vc/diff.el (diff-latest-backup-file): Autoload.
8643
8644 2012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
8645
8646 * calc/calc.el: Remove redundant autoload shape check.
8647 (sel-mode): Don't defvar.
8648 (calc-get-stack-element): Add `sel-mode' arg instead.
8649 (calc-top, calc-top-list): Pass it this additional argument.
8650 * calc/calc-store.el (calc-store-map):
8651 * calc/calc-map.el (calc-apply, calc-reduce, calc-map)
8652 (calc-map-equation, calc-outer-product, calc-inner-product):
8653 * calc/calc-aent.el (calc-alg-entry): Don't bind sel-mode.
8654
8655 * emacs-lisp/macroexp.el (macroexp--expand-all): Fix last change.
8656
8657 2012-09-19 Juri Linkov <juri@jurta.org>
8658
8659 * dired-aux.el (dired-diff): Add (require 'diff) because
8660 `diff-latest-backup-file' is not autoloaded.
8661 (dired-do-chxxx, dired-do-chmod): Set `no-error-if-not-filep' arg
8662 of `dired-get-filename' to t to not report error when there is
8663 no default file on the current line.
8664
8665 2012-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
8666
8667 * emacs-lisp/macroexp.el (macroexp--funcall-if-compiled): Rename from
8668 macroexp--eval-if-compile.
8669 (macroexp--funcall-and-return, macroexp--warn-and-return): New funs.
8670 (macroexp--expand-all): Use them (bug#12371).
8671
8672 * doc-view.el (doc-view-guess-paper-size)
8673 (doc-view-scale-bounding-box): Fix unbound `caddr'.
8674
8675 2012-09-19 Tassilo Horn <tsdh@gnu.org>
8676
8677 New feature: set optimal slice from BoundingBox information.
8678 * doc-view.el (doc-view-mode-map): Add keybinding.
8679 (doc-view-menu): Add menu entry.
8680 (doc-view-set-slice): Adapt docstring.
8681 (doc-view-get-bounding-box, doc-view-guess-paper-size)
8682 (doc-view-scale-bounding-box)
8683 (doc-view-set-slice-from-bounding-box): New functions.
8684 (doc-view-paper-sizes): New defvar.
8685
8686 2012-09-19 Glenn Morris <rgm@gnu.org>
8687
8688 * emacs-lisp/macroexp.el (byte-compile-warn-obsolete)
8689 (byte-compile-log-warning): Autoload. (Bug#12371)
8690
8691 * calendar/calendar.el (calendar-american-month-header)
8692 (calendar-european-month-header, calendar-iso-month-header)
8693 (calendar-month-header): New options.
8694 (calendar-set-date-style): Set calendar-month-header. Redraw calendar.
8695 (calendar-generate-month): Use calendar-month-header. (Bug#9510)
8696
8697 2012-09-19 Jan Djärv <jan.h.d@swipnet.se>
8698
8699 * startup.el (command-line-ns-option-alist): Add -g and --geometry.
8700
8701 2012-09-18 Juri Linkov <juri@jurta.org>
8702
8703 * dired-aux.el (dired-diff): Restore original functionality of
8704 getting the default value, but keep new feature of using the
8705 latest existing backup file (`diff-latest-backup-file').
8706
8707 2012-09-18 Juri Linkov <juri@jurta.org>
8708
8709 * dired.el (dired-mark): If the region is active in Transient Mark
8710 mode, mark all files in the active region. Doc fix.
8711 (dired-unmark, dired-flag-file-deletion, dired-unmark-backward):
8712 Doc fix. (Bug#10624)
8713
8714 2012-09-18 Juri Linkov <juri@jurta.org>
8715
8716 * dired-aux.el (dired-do-chxxx, dired-do-chmod): Default file
8717 attributes for M-n are pulled from the file at point.
8718 (dired-do-chgrp, dired-do-chown, dired-do-touch): Doc fix.
8719 Suggested by Drew Adams. (Bug#10624)
8720
8721 2012-09-18 Dmitry Gutov <dgutov@yandex.ru>
8722
8723 * progmodes/ruby-mode.el (ruby-brace-to-do-end): Don't add extra
8724 whitespace after "end".
8725 (ruby-do-end-to-brace): Collapse block to one line if it fits
8726 within fill-column.
8727
8728 2012-09-18 Martin Rudalics <rudalics@gmx.at>
8729
8730 * emacs-lisp/debug.el (debugger-bury-or-kill): Fix customization
8731 value.
8732 (debug): Don't remove debugger window when debugger is expected
8733 to be back.
8734
8735 2012-09-18 Chong Yidong <cyd@gnu.org>
8736
8737 * custom.el (defface): Doc fix.
8738
8739 * cus-edit.el (custom-unlispify-remove-prefixes): Add warning.
8740
8741 2012-09-18 Martin Blais <blais@furius.ca> (tiny change)
8742
8743 * progmodes/compile.el (compilation-start): Use compilation-always-kill
8744 to initialize query-on-exit; then test that instead (bug#12288).
8745
8746 2012-09-17 Stefan Merten <smerten@oekonux.de>
8747
8748 * textmodes/rst.el: Add support for `testcover'.
8749 (rst-defcustom-testcover, rst-testcover-add-compose)
8750 (rst-testcover-add-1value): New functions.
8751 (rst-portable-mark-active-p): Replace by `use-region-p'.
8752 (rst-update-section, rst-classify-adornment)
8753 (rst-find-title-line): Mark `1value' forms.
8754 (rst-classify-adornment): Remove superfluous form.
8755 (rst-update-section, rst-get-adornments-around)
8756 (rst-adornment-complete-p, rst-get-next-adornment)
8757 (rst-adjust, rst-promote-region)
8758 (rst-display-adornments-hierarchy, rst-straighten-adornments)
8759 (rst-find-pfx-in-region, rst-section-tree-rec)
8760 (rst-section-tree-point, rst-toc-insert, rst-toc-insert-node)
8761 (rst-toc-node, rst-toc, rst-forward-section)
8762 (rst-iterate-leftmost-paragraphs)
8763 (rst-iterate-leftmost-paragraphs-2, rst-enumerate-region)
8764 (rst-bullet-list-region)
8765 (rst-convert-bullets-to-enumeration, rst-font-lock-keywords)
8766 (rst-compile-find-conf, rst-compile)
8767 (rst-repeat-last-character): Fix style.
8768
8769 2012-09-17 Chong Yidong <cyd@gnu.org>
8770
8771 * comint.el (comint--complete-file-name-data): Don't add a space
8772 if the status is `sole'; that adds a gratuitous space in the
8773 completion-cycling case (Bug#12092).
8774
8775 * pcomplete.el (pcomplete-completions-at-point): Likewise.
8776
8777 2012-09-17 Richard Stallman <rms@gnu.org>
8778
8779 * mail/rmailmm.el (rmail-mime-toggle-raw): Do rmail-mime-insert
8780 only in the mime-shown mode, not in raw mode.
8781 (rmail-mime): Toggle off mime by displaying the message without
8782 mime processing. (Bug#12305)
8783
8784 * mail/rmail.el (rmail-retry-failure):
8785 Turn off mime processing first. (Bug#12037)
8786
8787 * epa-mail.el (epa-mail-encrypt): Fix bug when a name has no key.
8788
8789 2012-09-17 Chong Yidong <cyd@gnu.org>
8790
8791 * shell.el (shell-file-name-chars, shell-file-name-quote-list)
8792 (shell-dynamic-complete-functions): Convert to defcustom.
8793 (shell-prompt-pattern, shell-completion-fignore): Doc fix.
8794
8795 * bookmark.el (bookmark-bmenu-toggle-filenames): Doc fixes.
8796 * comint.el (comint-prompt-read-only):
8797 * custom.el (defcustom):
8798 * hi-lock.el (hi-lock-mode):
8799 * ibuffer.el (ibuffer-formats):
8800 * ielm.el (ielm-prompt-read-only):
8801 * novice.el (disable-command):
8802 * saveplace.el (toggle-save-place):
8803 * speedbar.el (speedbar-supported-extension-expressions):
8804 * startup.el (auto-save-list-file-prefix, init-file-user)
8805 (after-init-hook, inhibit-startup-echo-area-message):
8806 * strokes.el (strokes-help):
8807 * time-stamp.el (time-stamp):
8808 * calendar/calendar.el (calendar, diary-file):
8809 * calendar/diary-lib.el (diary-mail-entries, diary)
8810 (diary-list-entries-hook):
8811 * calendar/holidays.el (holidays, calendar-holidays):
8812 * calendar/lunar.el (lunar-phases):
8813 * calendar/solar.el (sunrise-sunset):
8814 * emulation/edt.el (edt-load-keys):
8815 * emulation/viper.el (viper-mode):
8816 * eshell/em-alias.el (eshell-command-aliases-list):
8817 * eshell/esh-util.el (eshell-convert-numeric-arguments):
8818 * international/ogonek.el (ogonek-information):
8819 * net/tramp-cmds.el (tramp-bug):
8820 * net/quickurl.el (quickurl-reread-hook-postfix):
8821 * play/decipher.el (decipher-font-lock-keywords):
8822 * progmodes/cc-styles.el (c-set-style):
8823 * progmodes/idlw-shell.el (idlwave-shell-prompt-pattern):
8824 * progmodes/inf-lisp.el (inferior-lisp-prompt):
8825 * progmodes/octave-mod.el (octave-mode):
8826 * progmodes/sql.el (sql-mode, sql-interactive-mode, sql-password):
8827 * progmodes/verilog-mode.el (verilog-read-defines):
8828 * textmodes/two-column.el (2C-mode): Likewise.
8829
8830 2012-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
8831
8832 * mail/mailabbrev.el (mail-abbrev-expand-hook): Work for a mail aliasee
8833 that holds many addresses.
8834
8835 2012-09-16 Chong Yidong <cyd@gnu.org>
8836
8837 * align.el (align-areas): Call the indication function with
8838 positions instead of markers for arguments (Bug#12343).
8839
8840 * files.el (parse-colon-path): Use split-string (Bug#12351).
8841
8842 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
8843 (display-buffer-function): Mark as obsolete.
8844
8845 * progmodes/compile.el (compilation-parse-errors): Accept list
8846 values similar to font-lock-keywords (Bug#12136).
8847 Suggested by Oleksandr Manzyuk.
8848 (compilation-error-regexp-alist): Doc fix.
8849
8850 2012-09-15 Glenn Morris <rgm@gnu.org>
8851
8852 * version.el (emacs-bzr-version-bzr): New function.
8853 (emacs-bzr-get-version): Add optional EXTERNAL argument.
8854
8855 * vc/vc-bzr.el (vc-bzr-working-revision): For lightweight local
8856 checkouts, check the parent dirstate matches the branch.
8857 Add "--tree" to "bzr revno" arguments. Don't try to shorten the
8858 empty string.
8859
8860 * version.el (emacs-bzr-version): Doc fix.
8861 (emacs-bzr-version-dirstate): New function.
8862 (emacs-bzr-get-version): For lightweight checkouts, if the parent
8863 is local try and check that it matches the branch. If not, just
8864 use dirstate information. (Bug#12441)
8865
8866 2012-09-14 Juri Linkov <juri@jurta.org>
8867
8868 * dired-aux.el (dired-do-chmod): Use `eq' to detect empty input.
8869 (Bug#12399)
8870
8871 2012-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
8872
8873 * emacs-lisp/advice.el (ad-prognify): Remove, use macroexp-progn.
8874
8875 * emacs-lisp/edebug.el: Miscellaneous cleanup.
8876 Remove obsolete byte-compiler hack that tried to silence some warnings.
8877 (edebug-submit-bug-report): Remove.
8878 (edebug-get-buffer-window, edebug-sit-for, edebug-input-pending-p):
8879 Remove aliases, use the un-prefixed name instead.
8880 (edebug-pop-to-buffer): Consider other frames.
8881 (edebug-original-read):: Make it more obvious that it's always defined.
8882 (edebug--make-form-data-entry, edebug--form-data-name)
8883 (edebug--form-data-begin, edebug--form-data-end): Rename from the
8884 single-dashed name, and implement with cl-defstruct.
8885 (edebug-set-form-data-entry): Use the standard accessors.
8886 (edebug-make-top-form-data-entry): Use push.
8887 (edebug-no-match): Drop useless `funcall'.
8888 (mapcar, mapconcat, mapatoms, apply, funcall): Don't add debug specs
8889 to functions.
8890 (defsubst, dont-compile, eval-when-compile, eval-and-compile)
8891 (delay-mode-hooks, with-temp-file, with-temp-message, ad-dolist)
8892 (with-syntax-table, push, pop, 1value, noreturn, defadvice)
8893 (easy-menu-define, with-custom-print): Remove redundant specs.
8894 (edebug-outside-overriding-local-map)
8895 (edebug-outside-overriding-terminal-local-map): Remove, unused.
8896 (edebug--display): Bind unread-command-events directly to nil rather
8897 than binding it to unread-command-events and later setting it to nil.
8898 (edebug--display): Kill edebug-eval-buffer here...
8899 (edebug--recursive-edit): ...rather than here.
8900 Bind standard-output and standard-input.
8901 (edebug-eval): Check cl-macroexpand-all is fboundp.
8902 (edebug-temp-display-freq-count): Fix last change.
8903
8904 * emacs-lisp/easymenu.el (easy-menu-define): Add `debug' spec.
8905 * subr.el (noreturn, 1value): Add `debug' spec.
8906 * emacs-lisp/advice.el: Require cl-lib.
8907 (ad-copy-tree): Remove, use copy-tree instead.
8908 (ad-dolist): Remove use dolist or cl-dolist instead.
8909 (ad-do-return): Remove, use cl-return instead.
8910 (defadvice): Add `debug' spec.
8911
8912 2012-09-13 Juri Linkov <juri@jurta.org>
8913
8914 * dired-aux.el (dired-do-chxxx): Use `eq' to detect empty input.
8915 (Bug#12399)
8916
8917 2012-09-13 Glenn Morris <rgm@gnu.org>
8918
8919 * calc/calc.el (math-compose-expr):
8920 * calc/calc-ext.el (math-compose-expr):
8921 * progmodes/cc-defs.el (cl-macroexpand-all):
8922 * progmodes/cc-langs.el (delete-duplicates, mapcan)
8923 (cl-macroexpand-all): Update declarations.
8924
8925 * vc/vc.el: No need to require ediff.
8926 (ediff-load-version-control): Declare.
8927 (ediff-vc-internal): Fix declaration.
8928 (vc-version-ediff): Require ediff.
8929
8930 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
8931
8932 Use a more backwards-compatible timer format (Bug#12430).
8933 * emacs-lisp/timer.el (timer): PSECS is now at the end, rather than
8934 being right after USECS, as that better supports old code that
8935 inadvisedly looked directly at the timer vector.
8936
8937 2012-09-13 Kenichi Handa <handa@gnu.org>
8938
8939 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
8940 ("Chinese-CNS", "Chinese-EUC-TW"): Add chinese-gbk to
8941 `coding-priority' property of these language environment.
8942
8943 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
8944
8945 Fix glitches caused by addition of psec to timers (Bug#12430).
8946 * image.el (image-animate-timer):
8947 * time.el (display-time-world-timer):
8948 Use timer--function and timer--args rather than raw access to
8949 timer vector.
8950
8951 2012-09-13 Glenn Morris <rgm@gnu.org>
8952
8953 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
8954 If not compiling a file, try using load-file-name.
8955
8956 2012-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
8957
8958 * emacs-lisp/edebug.el (edebug-outside-unread-command-events):
8959 Fix last change.
8960 (edebug-update-eval-list): Use `push'.
8961
8962 * emacs-lisp/edebug.el: Use lexical-binding.
8963 Remove the "edebug-" prefix from non-dynamically-scoped variables.
8964 Mark unused args with underscore.
8965 (edebug-save-restriction, edebug-outside-excursion): Use `declare'.
8966 (edebug-form-data): Use defvar-local.
8967 (edebug-make-before-and-after-form, edebug-make-after-form):
8968 Use backquote.
8969 (edebug-args, edebug-value, edebug-after-index, edebug-arg-mode):
8970 Not dynamically scoped any more.
8971 (edebug--enter-trace): Add arguments `function' and `args'.
8972 Rename from edebug-enter-trace.
8973 (edebug-enter): Call it accordingly. Bind edebug-function explicitly.
8974 (edebug--update-coverage): Add `after-index' and `value' args.
8975 Rename from edebug-update-coverage.
8976 (edebug-slow-after): Call it accordingly.
8977 (edebug--recursive-edit): Add arg `arg-mode'. Rename from
8978 edebug-recursive-edit.
8979 (edebug--display): Call it accordingly. Add args `value',
8980 `offset-index', and `arg-mode'. Rename from edebug-display.
8981 (edebug-debugger, edebug): Call it accordingly.
8982 (edebug-eval-display-list): Use dolist.
8983
8984 2012-09-12 Juri Linkov <juri@jurta.org>
8985
8986 * info.el (Info-search): Don't check for isearch-mode and
8987 isearch-regexp before let-binding search-spaces-regexp to
8988 Info-search-whitespace-regexp.
8989 (Info-isearch-search): Let-bind Info-search-whitespace-regexp to
8990 search-whitespace-regexp if isearch-lax-whitespace or
8991 isearch-regexp-lax-whitespace is non-nil.
8992 (Info-mode): Don't set local variable search-whitespace-regexp.
8993 http://lists.gnu.org/archive/html/emacs-devel/2012-08/msg00811.html
8994
8995 2012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
8996
8997 * emacs-lisp/debug.el (debugger-outer-unread-command-char, debug)
8998 (debugger-env-macro): Remove support for unread-command-char.
8999
9000 * subr.el (set-temporary-overlay-map): Minimize slightly the impact of
9001 the temporary map re-appearing on emulation-mode-map-alists.
9002
9003 * emacs-lisp/edebug.el (def-edebug-form-spec): Remove, it's been broken
9004 since 22.1.
9005
9006 * ehelp.el (with-electric-help): Accept functions in
9007 electric-help-form-to-execute.
9008 (electric-help-execute-extended, electric-help-ctrl-x-prefix): Use it.
9009 And replace unread-command-char -> unread-command-events.
9010
9011 2012-09-12 Michael Albinus <michael.albinus@gmx.de>
9012
9013 Sync with Tramp 2.2.6.
9014
9015 * net/tramp.el (tramp-accept-process-output): Don't use
9016 JUST-THIS-ONE in the XEmacs case.
9017
9018 * net/trampver.el: Update release number.
9019
9020 2012-09-12 Martin Rudalics <rudalics@gmx.at>
9021
9022 * emacs-lisp/debug.el (debugger-previous-window-height):
9023 New variable.
9024 (debug): When debugger-jumping-flag is non-nil try to restore
9025 height of debugger window. (Bug#8789)
9026
9027 2012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
9028
9029 * emacs-lisp/edebug.el (edebug-enter): Don't mess with
9030 overriding-local-map and pre/post-command-hook here.
9031 (edebug-recursive-edit): Do it here instead (bug#12345).
9032 (edebug-outside-unread-command-char): Remove all uses of
9033 unread-command-char.
9034
9035 * emacs-lisp/debug.el (debug): Don't bind debug-on-error since
9036 inhibit-debugger is bound instead.
9037
9038 2012-09-11 Bastien Guerry <bzg@gnu.org>
9039
9040 * subr.el (set-temporary-overlay-map): Add a docstring.
9041 (Bug#12346)
9042
9043 2012-09-11 Bastien Guerry <bzg@gnu.org>
9044
9045 * minibuffer.el (completion-table-subvert): Fix docstring.
9046 (Bug#12347)
9047
9048 2012-09-11 Bastien Guerry <bzg@gnu.org>
9049
9050 * help-fns.el (describe-variable): Fix typo. (Bug#12346)
9051
9052 2012-09-10 Michael R. Mauger <mmaug@yahoo.com>
9053
9054 * progmodes/sql.el: Version 3.1
9055 (sql-db2-escape-newlines): New variable.
9056 (sql-escape-newlines-filter): Use it.
9057
9058 2012-09-10 Juanma Barranquero <lekktu@gmail.com>
9059
9060 * custom.el (custom-theme-load-confirm): Remove unneeded assignment.
9061
9062 2012-09-10 Dan Nicolaescu <dann@gnu.org>
9063
9064 * vc/diff-mode.el (diff-mode-menu):
9065 Bind diff-remove-trailing-whitespace.
9066
9067 2012-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
9068
9069 * emacs-lisp/lisp-mode.el (emacs-list-byte-code-comment-re): New var.
9070 (emacs-lisp-byte-code-comment, emacs-lisp-byte-code-syntax-propertize)
9071 (emacs-lisp-byte-code-mode): New functions.
9072 (eval-sexp-add-defvars): Don't skip defvars in column >0.
9073 (eval-defun-2): Remove bogus interactive spec.
9074 (lisp-indent-line): Remove redundant whole-exp code, now done in
9075 indent-according-to-mode.
9076 (save-match-data): Remove redundant indent data.
9077
9078 * emacs-lisp/benchmark.el (benchmark-run, benchmark-run-compiled):
9079 Use `declare'.
9080
9081 2012-09-09 Juri Linkov <juri@jurta.org>
9082
9083 * replace.el (replace-regexp-lax-whitespace): New defcustom.
9084 (replace-lax-whitespace, query-replace-regexp)
9085 (query-replace-regexp-eval, replace-regexp): Doc fix.
9086 (perform-replace, replace-highlight): Let-bind
9087 isearch-lax-whitespace to replace-lax-whitespace and
9088 isearch-regexp-lax-whitespace to replace-regexp-lax-whitespace.
9089
9090 * isearch.el (isearch-query-replace): Let-bind
9091 replace-lax-whitespace to isearch-lax-whitespace and
9092 replace-regexp-lax-whitespace to
9093 isearch-regexp-lax-whitespace. (Bug#10885)
9094
9095 2012-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
9096
9097 * eshell/em-unix.el (eshell/sudo): Explicitly drop return value.
9098
9099 2012-09-09 Alan Mackenzie <acm@muc.de>
9100
9101 * progmodes/cc-engine.el (c-state-cache-init):
9102 Initialise c-state-semi-nonlit-pos-cache\(-limit\)? properly.
9103 (c-record-parse-state-state):
9104 Record c-state-semi-nonlit-pos-cache\(-limit\)?.
9105
9106 2012-09-09 Andreas Schwab <schwab@linux-m68k.org>
9107
9108 * register.el (register-separator): Rename from
9109 separator-register. All uses changed. Doc fix.
9110 (register): Fix version.
9111
9112 2012-09-09 Chong Yidong <cyd@gnu.org>
9113
9114 * replace.el (query-replace-map): Bind four new symbols for
9115 requesting window scrolling.
9116
9117 * subr.el (y-or-n-p): Handle the window-scrolling bindings in
9118 query-replace-map (Bug#8948).
9119
9120 * custom.el (custom-theme-load-confirm): Use y-or-n-p.
9121
9122 * emacs-lisp/map-ynp.el (map-y-or-n-p): Don't bind scrolling keys
9123 since they are now in query-replace-map.
9124
9125 * window.el (scroll-other-window-down): Make the arg optional.
9126
9127 2012-09-09 Chong Yidong <cyd@gnu.org>
9128
9129 * files.el (hack-local-variables-confirm): Use quit-window to kill
9130 the *Local Variables* buffer.
9131
9132 2012-09-08 Dmitry Gutov <dgutov@yandex.ru>
9133
9134 * progmodes/ruby-mode.el (ruby-toggle-block): Guess the current block,
9135 not just expect to be at its beginning. Adjust callees.
9136 Succeed when do-end block has no space before the pipe character.
9137 (ruby-brace-to-do-end): When the original block is one-liner,
9138 convert to multiline. Reindent the result.
9139
9140 2012-09-08 Jambunathan K <kjambunathan@gmail.com>
9141
9142 * register.el (register): New group.
9143 (separator-register): New user option.
9144 (increment-register): Route it to `append-to-register', if
9145 register contains text. Implication is that `C-x r +' can now be
9146 used for appending to a text register (bug#12217).
9147 (append-to-register, prepend-to-register): Add separator based on
9148 `separator-register'.
9149
9150 2012-09-08 Alan Mackenzie <acm@muc.de>
9151
9152 AWK Mode: make auto-newline work when there's "==" in the pattern.
9153 * progmodes/cc-cmds.el (c-point-syntax): Handle virtual semicolons
9154 correctly.
9155 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5A.3):
9156 Test more rigorously for "=" token.
9157
9158 2012-09-08 Dmitry Gutov <dgutov@yandex.ru>
9159
9160 * progmodes/ruby-mode.el (ruby-match-expression-expansion):
9161 Only fail when reached LIMIT.
9162
9163 2012-09-08 Chong Yidong <cyd@gnu.org>
9164
9165 * dired.el (dired-mode-map): Don't bind M-=.
9166
9167 * dired-aux.el (dired-diff): Use backup file as default.
9168
9169 2012-09-08 Drew Adams <drew.adams@oracle.com>
9170
9171 * subr.el (add-to-history): Fix delete usage (Bug#12314).
9172
9173 2012-09-08 Chong Yidong <cyd@gnu.org>
9174
9175 * subr.el (syntax-after, syntax-class): Doc fix.
9176
9177 2012-09-08 Martin Rudalics <rudalics@gmx.at>
9178
9179 * window.el (display-buffer-in-previous-window): New buffer
9180 display action function.
9181
9182 * emacs-lisp/debug.el (debugger-bury-or-kill): New option.
9183 (debugger-previous-window): New variable.
9184 (debug): Rewrite using display-buffer-in-previous-window,
9185 quit-restore-window and debugger-bury-or-kill. (Bug#8789)
9186
9187 2012-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
9188
9189 * emacs-lisp/byte-run.el (defun): Tweak message. Simplify code.
9190
9191 2012-09-07 Matt McClure <mlm@aya.yale.edu> (tiny change)
9192
9193 * progmodes/python.el (python-shell-send-string):
9194 When default-directory is remote, create temp file on remote
9195 filesystem.
9196 (python-shell-send-file): When file is remote, pass local view of
9197 file paths to remote Python interpreter. (Bug#12340)
9198
9199 2012-09-07 Chong Yidong <cyd@gnu.org>
9200
9201 * window.el (switch-to-buffer): Doc fix (Bug#12181).
9202
9203 * files.el (after-find-file): Don't fail on a read-only buffer if
9204 require-final-newline is `visit' or `visit-save' (Bug#11156).
9205
9206 * subr.el (read-char-choice): Allow quitting via ESC ESC.
9207
9208 * userlock.el (ask-user-about-supersession-threat):
9209 Use read-char-choice (Bug#12093).
9210
9211 2012-09-07 Chong Yidong <cyd@gnu.org>
9212
9213 * subr.el (buffer-narrowed-p): New function.
9214
9215 * ses.el (ses-widen):
9216 * simple.el (count-words--buffer-message):
9217 * net/browse-url.el (browse-url-of-buffer): Use it.
9218
9219 * simple.el (count-words-region): Don't signal an error if there
9220 is a non-nil prefix arg and the mark is not set.
9221
9222 * help.el (describe-key-briefly): Allow the message to be seen
9223 when invoked from the minibuffer (Bug#7014).
9224
9225 2012-09-07 Dmitry Gutov <dgutov@yandex.ru>
9226
9227 * progmodes/ruby-mode.el (ruby-end-of-defun)
9228 (ruby-beginning-of-defun): Simplify, allow indentation before
9229 block beginning and end keywords.
9230 (ruby-beginning-of-defun): Only consider 3 keywords defun beginners.
9231 (ruby-end-of-defun): Expect that the point is at the beginning of
9232 the defun.
9233
9234 2012-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
9235
9236 * emacs-lisp/cl-macs.el (cl--do-arglist): Understand _ on &key args
9237 (bug#12367).
9238 (cl--make-usage-args): Strip _ from argument names.
9239
9240 2012-09-06 RĂ¼diger Sonderfeld <ruediger@c-plusplus.de>
9241
9242 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize): Don't use
9243 obsolete alias speedbar-key-map.
9244 (vhdl-doc-variable, vhdl-doc-mode): Use called-interactively-p.
9245 (vhdl-index-menu-init): Don't use obsolete variable
9246 font-lock-maximum-size.
9247
9248 2012-09-06 Chong Yidong <cyd@gnu.org>
9249
9250 * frame.el (window-system-version): Mark as obsolete.
9251
9252 * speedbar.el (speedbar-update-flag, speedbar-mode): Remove uses
9253 of obsolete variable speedbar-key-map.
9254
9255 2012-09-06 Juri Linkov <juri@jurta.org>
9256
9257 * replace.el (replace-lax-whitespace): New defcustom.
9258 (query-replace, query-replace-regexp, query-replace-regexp-eval)
9259 (replace-string, replace-regexp): Mention it in docstrings.
9260 (perform-replace, replace-highlight): Let-bind
9261 isearch-lax-whitespace and isearch-regexp-lax-whitespace according
9262 to the values of replace-lax-whitespace and regexp-flag.
9263 Don't let-bind search-whitespace-regexp. (Bug#10885)
9264
9265 * isearch.el (isearch-query-replace): Let-bind
9266 replace-lax-whitespace instead of let-binding
9267 replace-search-function and replace-re-search-function.
9268 (isearch-lazy-highlight-search): Let-bind isearch-lax-whitespace
9269 and isearch-regexp-lax-whitespace to lazy-highlight variables.
9270 (isearch-toggle-symbol): Set isearch-regexp to nil
9271 in isearch-word mode (like in isearch-toggle-word).
9272
9273 2012-09-06 Juri Linkov <juri@jurta.org>
9274
9275 * replace.el (replace-search-function)
9276 (replace-re-search-function): Set default values to nil.
9277 (perform-replace): Let-bind isearch-related variables based on
9278 replace-related values, call `isearch-search-fun' and let-bind
9279 the result to `search-function'. Remove code that sets
9280 `search-function' and `search-string' separately for
9281 `delimited-flag'.
9282 (replace-highlight): Add new argument `delimited-flag' and
9283 rename other arguments to the names used in `perform-replace'.
9284 Let-bind `isearch-word' to the argument `delimited-flag'.
9285 (Bug#10885, bug#10887)
9286
9287 2012-09-07 Dmitry Gutov <dgutov@yandex.ru>
9288
9289 * progmodes/ruby-mode.el (ruby-indent-beg-re): Add pieces from
9290 ruby-beginning-of-indent, simplify, allow all keywords to have
9291 indentation before them.
9292 (ruby-beginning-of-indent): Adjust for above. Search until the
9293 found point is not inside a string or comment.
9294 (ruby-font-lock-keywords): Allow symbols to start with "@"
9295 character, give them higher priority than variables.
9296 (ruby-syntax-propertize-function)
9297 (ruby-font-lock-syntactic-keywords): Remove the "not comments"
9298 matchers. Expression expansions are not comments when inside a
9299 string, and there comment syntax status is irrelevant.
9300 (ruby-match-expression-expansion): New function. Check that
9301 expression expansion is inside a string, and it's not escaped.
9302 (ruby-font-lock-keywords): Use it.
9303
9304 2012-09-05 Martin Rudalics <rudalics@gmx.at>
9305
9306 * help.el (temp-buffer-max-height): New default value.
9307 (temp-buffer-resize-frames): New option.
9308 (resize-temp-buffer-window): Optionally resize frame.
9309
9310 * window.el (fit-frame-to-buffer-bottom-margin): New option.
9311 (fit-frame-to-buffer): New function.
9312
9313 2012-09-05 Glenn Morris <rgm@gnu.org>
9314
9315 * emulation/cua-rect.el (cua--init-rectangles):
9316 * textmodes/picture.el (picture-mode-map):
9317 * play/blackbox.el (blackbox-mode-map): Remap right-char and left-char
9318 like forward-char and backward-char. (Bug#12317)
9319
9320 2012-09-05 Leo Liu <sdl.web@gmail.com>
9321
9322 * progmodes/flymake.el (flymake-warning-re): New variable.
9323 (flymake-parse-line): Use it.
9324
9325 2012-09-05 Glenn Morris <rgm@gnu.org>
9326
9327 * calendar/holidays.el (holiday-christian-holidays):
9328 Rename an entry. (Bug#12289)
9329
9330 2012-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
9331
9332 * progmodes/sh-script.el (sh-font-lock-paren): Don't burp at BOB
9333 (bug#12222).
9334
9335 2012-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
9336
9337 * loadup.el: Load macroexp. Remove hack.
9338 * emacs-lisp/macroexp.el (macroexp--eval-if-compile): New function.
9339 (macroexp--expand-all): Use it to get better warnings.
9340 (macroexp--backtrace, macroexp--trim-backtrace-frame)
9341 (internal-macroexpand-for-load): New functions.
9342 (macroexp--pending-eager-loads): New var.
9343 (emacs-startup-hook): New hack to replace one in loadup.el.
9344 * emacs-lisp/cl-macs.el (cl--compiler-macro-list*)
9345 (cl--compiler-macro-cXXr): Move to top, before they can be used.
9346 (cl-psetf): Simplify.
9347 (cl-defstruct): Add indent rule.
9348
9349 2012-09-04 Lars Ingebrigtsen <larsi@gnus.org>
9350
9351 * mail/smtpmail.el (smtpmail-send-it): Prefer the From: header
9352 over `user-mail-address' for the SMTP MAIL FROM envelope.
9353 (smtpmail-via-smtp): Ditto.
9354
9355 2012-09-04 Dmitry Gutov <dgutov@yandex.ru>
9356
9357 * progmodes/ruby-mode.el: Clean up keybindings.
9358 (ruby-mode-map): Don't bind ruby-electric-brace,
9359 ruby-beginning-of-defun, ruby-end-of-defun, ruby-mark-defun,
9360 backward-kill-word, reindent-then-newline-and-indent.
9361 (ruby-mark-defun): Remove.
9362 (ruby-electric-brace): Remove. Obsoleted by electric-indent-chars.
9363 (ruby-mode): Set local beginning-of-defun-function and
9364 end-of-defun-function values.
9365
9366 2012-09-03 Martin Rudalics <rudalics@gmx.at>
9367
9368 * window.el (temp-buffer-window-setup-hook)
9369 (temp-buffer-window-show-hook): New hooks.
9370 (temp-buffer-window-setup, temp-buffer-window-show)
9371 (with-temp-buffer-window): New functions.
9372 (fit-window-to-buffer): Remove unused optional argument OVERRIDE.
9373 (special-display-popup-frame): Make sure the window used shows BUFFER.
9374
9375 * help.el (temp-buffer-resize-mode): Fix doc-string.
9376 (resize-temp-buffer-window): New optional argument WINDOW.
9377
9378 * files.el (recover-file, save-buffers-kill-emacs):
9379 * dired.el (dired-mark-pop-up): Use with-temp-buffer-window.
9380
9381 2012-09-02 Michael Albinus <michael.albinus@gmx.de>
9382
9383 * eshell/em-unix.el (eshell/sudo): When we have an ad-hoc
9384 remote definition of `default-directory', ensure we can connect.
9385
9386 2012-09-02 Juri Linkov <juri@jurta.org>
9387
9388 Toggle whitespace matching mode with M-s SPC.
9389 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00008.html
9390
9391 * isearch.el (search-whitespace-regexp): Doc fix.
9392 Remove cons cell customization.
9393 (isearch-mode-map): Bind "\M-s " to isearch-toggle-lax-whitespace.
9394 (isearch-lax-whitespace, isearch-regexp-lax-whitespace):
9395 New variables.
9396 (isearch-forward, isearch-forward-regexp): Doc fix.
9397 (isearch-toggle-lax-whitespace): New command.
9398 (search-forward-lax-whitespace, search-backward-lax-whitespace)
9399 (re-search-forward-lax-whitespace)
9400 (re-search-backward-lax-whitespace): New functions.
9401 (isearch-whitespace-regexp): Remove function.
9402 (isearch-query-replace): Let-bind replace-search-function and
9403 replace-re-search-function.
9404 (isearch-occur): Let-bind search-spaces-regexp according to the
9405 value of isearch-lax-whitespace and isearch-regexp-lax-whitespace.
9406 (isearch-quote-char): Check isearch-regexp-lax-whitespace in the
9407 condition for C-q SPC.
9408 (isearch-search-fun-default): Use new functions mentioned above.
9409 (isearch-search-forward, isearch-search-backward): Remove functions.
9410 (isearch-search): Don't let-bind search-spaces-regexp.
9411 (isearch-lazy-highlight-space-regexp): Remove variable.
9412 (isearch-lazy-highlight-lax-whitespace)
9413 (isearch-lazy-highlight-regexp-lax-whitespace): New variables.
9414 (isearch-lazy-highlight-new-loop): Use them.
9415 (isearch-lazy-highlight-search): Don't let-bind search-spaces-regexp.
9416
9417 2012-09-02 Chong Yidong <cyd@gnu.org>
9418
9419 * dired.el (dired-mode-map): Menu string fixes (Bug#11616).
9420
9421 2012-09-02 Glenn Morris <rgm@gnu.org>
9422
9423 * simple.el (undo): Tweak message in undo-only case. (Bug#12283)
9424
9425 2012-09-01 Glenn Morris <rgm@gnu.org>
9426
9427 * term.el: Tidy up menu definitions.
9428 (term-mode-map): Use easymenu for In/Out, Complete menus.
9429 (term-pager-break-map): Initialize in the defvar.
9430 (term-terminal-menu, term-signals-menu): Define with easymenu.
9431 (term-terminal-menu): Also show it in line-mode. (Bug#11957)
9432 (term-pager-menu): New, extracted from term-process-pager.
9433 (term-mode, term-char-mode, term-process-pager): Use easymenu-add.
9434 (term-update-mode-line): Propertize line/char and page items.
9435 (term-process-pager): Move keymap initialization elsewhere.
9436
9437 2012-09-01 Martin Rudalics <rudalics@gmx.at>
9438
9439 * window.el (switch-to-prev-buffer): Handle additional values of
9440 BURY-OR-KILL argument. Don't switch in minibuffer window.
9441 (switch-to-next-buffer): Don't switch in minibuffer window.
9442 (quit-restore-window): New function based on quit-window.
9443 Handle additional values of former KILL argument.
9444 (quit-window): Call quit-restore-window with appropriate
9445 interpretation of KILL argument.
9446 (display-buffer-below-selected): New buffer display action
9447 function.
9448
9449 2012-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
9450
9451 * minibuffer.el (completion-at-point-functions): Complete docstring
9452 (bug#12254).
9453
9454 2012-09-01 Paul Eggert <eggert@cs.ucla.edu>
9455
9456 Better seed support for (random).
9457 * play/5x5.el, play/animate.el, play/cookie1.el, play/dissociate.el:
9458 * play/doctor.el, play/dunnet.el, play/gomoku.el, play/landmark.el:
9459 * play/mpuz.el, play/tetris.el, play/zone.el:
9460 * calc/calc-comb.el (math-init-random-base):
9461 * play/blackbox.el (bb-init-board):
9462 * play/life.el (life):
9463 * server.el (server-use-tcp):
9464 * type-break.el (type-break):
9465 Remove unnecessary call to (random t).
9466 * net/sasl.el (sasl-unique-id-function):
9467 Change (random t) to (random), now that the latter is more random.
9468 * play/life.el (life-initialized): Remove no-longer-needed var.
9469
9470 2012-08-31 Alp Aker <alp.tekin.aker@gmail.com>
9471
9472 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
9473 Consider frame's buffer predicate when choosing the buffer.
9474 (Bug#12081)
9475
9476 2012-08-30 Richard Stallman <rms@gnu.org>
9477
9478 * simple.el (special-mode-map): Delete binding for `z'.
9479
9480 2012-08-30 Andreas Schwab <schwab@linux-m68k.org>
9481
9482 * progmodes/compile.el (compilation-always-kill): Doc fix.
9483
9484 2012-08-30 Chong Yidong <cyd@gnu.org>
9485
9486 * window.el (display-buffer-reuse-frames): Make the obsolescence
9487 message more informative.
9488
9489 2012-08-30 Glenn Morris <rgm@gnu.org>
9490
9491 * paren.el (show-paren-delay):
9492 Add a :set function. Doc fix. (Bug#12297)
9493
9494 2012-08-29 Martin Blais <blais@furius.ca> (tiny change)
9495
9496 * progmodes/compile.el (compilation-always-kill): New var.
9497 (compilation-start): Use it.
9498
9499 2012-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
9500
9501 * simple.el (read-only-mode): Move from files.el for bootstrapping.
9502 * files.el (read-only-mode): Move to simple.el.
9503
9504 * files.el (read-only-mode): New minor mode.
9505 (toggle-read-only): Use it and mark obsolete.
9506 (find-file--read-only):
9507 * vc/vc.el (vc-next-action, vc-checkout):
9508 * vc/vc-cvs.el (vc-cvs-checkout):
9509 * obsolete/vc-mcvs.el (vc-mcvs-update):
9510 * ffap.el (ffap--toggle-read-only): Update callers.
9511
9512 2012-08-29 Michael Albinus <michael.albinus@gmx.de>
9513
9514 * eshell/esh-ext.el (eshell-external-command): Do not examine
9515 remote shell scripts.
9516 See <https://bugs.launchpad.net/ubuntu/+source/emacs23/+bug/1035790>.
9517
9518 * net/tramp-sh.el (tramp-remote-path): Add "/sbin" and
9519 "/usr/local/sbin".
9520
9521 2012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
9522
9523 * emacs-lisp/cl-lib.el (buffer-string): Fix setter macro (bug#12293).
9524
9525 2012-08-28 Leo Liu <sdl.web@gmail.com>
9526
9527 * progmodes/sh-script.el (sh-dynamic-complete-functions): Adapt to
9528 completion-at-point. (Bug#12220)
9529
9530 * skeleton.el (skeleton-untabify): Change to nil (bug#12223).
9531
9532 * progmodes/sh-script.el (sh-indent-comment): Change to t (bug#12267).
9533
9534 2012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
9535
9536 * files.el (safe-local-eval-forms): Fix before-save-hook entry to
9537 be buffer-local; add delete-trailing-whitespace (bug#12259).
9538
9539 2012-08-28 Jeremy Moore <jmoore@ieee.org> (tiny change)
9540
9541 * progmodes/hideif.el (hif-compress-define-list):
9542 Fix typo. (Bug#11951)
9543
9544 2012-08-28 Dan Nicolaescu <dann@gnu.org>
9545
9546 * progmodes/hideshow.el (hs-block-end-regexp): Restore lost
9547 buffer local setting.
9548
9549 * net/rcirc.el (rcirc-split-message): Fix for buffer-local
9550 rcirc-encode-coding-system.
9551
9552 2012-08-28 Leo Liu <sdl.web@gmail.com>
9553
9554 * net/rcirc.el (rcirc-split-message): New function.
9555 (rcirc-send-message): Use it. (Bug#12051)
9556
9557 2012-08-28 Juri Linkov <juri@jurta.org>
9558
9559 * info.el (Info-fontify-node): Hide empty lines at the end of
9560 the node. (Bug#12272)
9561
9562 2012-08-27 Drew Adams <drew.adams@oracle.com>
9563
9564 * dired.el (dired-pop-to-buffer): Make window start at beginning
9565 of buffer (Bug#12281).
9566
9567 2012-08-26 Chong Yidong <cyd@gnu.org>
9568
9569 * window.el (special-display-regexps, special-display-frame-alist)
9570 (special-display-buffer-names, special-display-function)
9571 (display-buffer-reuse-frames): Mark as obsolete.
9572
9573 * progmodes/compile.el: Don't use display-buffer-reuse-frames.
9574
9575 * help.el (help-print-return-message): Don't treat
9576 display-buffer-reuse-frames specially.
9577
9578 2012-08-26 Chong Yidong <cyd@gnu.org>
9579
9580 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
9581 New variable, replacing gdb-frame-parameters.
9582 (gdb-frame-io-buffer, gdb-frame-breakpoints-buffer)
9583 (gdb-frame-threads-buffer, gdb-frame-memory-buffer)
9584 (gdb-frame-disassembly-buffer, gdb-frame-stack-buffer)
9585 (gdb-frame-locals-buffer, gdb-frame-registers-buffer): Use it.
9586 (def-gdb-frame-for-buffer): Macro deleted. It is easier to define
9587 the functions directly with gdb-display-buffer-other-frame-action.
9588 (gdb-display-breakpoints-buffer, gdb-display-threads-buffer)
9589 (gdb-display-memory-buffer, gdb-display-disassembly-buffer)
9590 (gdb-display-stack-buffer, gdb-display-locals-buffer)
9591 (gdb-display-registers-buffer): Define directly.
9592 (def-gdb-display-buffer): Macro deleted.
9593 (gdb-display-buffer): Remove second and third args, callers don't
9594 use them. Defer to the default display-buffer behavior, apart
9595 from making windows dedicated.
9596 (gdb-setup-windows): Don't call display-buffer unnecessarily.
9597
9598 * progmodes/gud.el (gud-display-line): Just use display-buffer.
9599
9600 * window.el (display-buffer-pop-up-frame): Handle a
9601 pop-up-frame-parameters alist entry.
9602 (display-buffer): Document it.
9603
9604 2012-08-26 Chong Yidong <cyd@gnu.org>
9605
9606 * isearch.el (search-whitespace-regexp): Make string and nil
9607 values apply to both ordinary and regexp search. Allow a cons
9608 cell value to distinguish between the two.
9609 (isearch-whitespace-regexp, isearch-search-forward)
9610 (isearch-search-backward): New functions.
9611 (isearch-occur, isearch-search-fun-default, isearch-search)
9612 (isearch-lazy-highlight-new-loop): Use them.
9613 (isearch-forward, isearch-forward-regexp): Doc fix.
9614
9615 2012-08-26 Chong Yidong <cyd@gnu.org>
9616
9617 * faces.el (help-argument-name): Always inherit from italic
9618 (Bug#12213).
9619
9620 2012-08-25 Martin Rudalics <rudalics@gmx.at>
9621
9622 * window.el (window--even-window-heights): Even heights when
9623 WINDOW and the selected window form a vertical combination.
9624 (display-buffer-use-some-window): Provide that window used gets
9625 sized back by quit-window. (Bug#11880) and (Bug#12091)
9626
9627 2012-08-24 Paul Eggert <eggert@cs.ucla.edu>
9628
9629 Fix file time stamp problem with bzr and CVS (Bug#12001).
9630 * vc/vc-cvs.el (vc-cvs-parse-entry): Ignore subsecond information
9631 in the file's time stamp, since the version control system loses
9632 that information.
9633
9634 2012-08-22 Juri Linkov <juri@jurta.org>
9635
9636 * info.el (Info-fontify-node): Hide the suffix of the
9637 Info file name in the header line. (Bug#12187)
9638
9639 2012-08-22 Glenn Morris <rgm@gnu.org>
9640
9641 * calendar/cal-tex.el (cal-tex-weekly-common):
9642 Restore leading blank page.
9643
9644 2012-08-22 Le Wang <l26wang@gmail.com>
9645
9646 * misc.el (forward-to-word, backward-to-word): Activate or extend
9647 the region under `shift-select-mode'. (Bug#12231)
9648
9649 2012-08-22 Bastien Guerry <bzg@gnu.org>
9650
9651 * progmodes/executable.el (executable-prefix): Set to "#!" instead
9652 of "#! ". http://www.in-ulm.de/~mascheck/various/shebang/#details
9653 gives details on why the space is never needed.
9654
9655 2012-08-22 Martin Rudalics <rudalics@gmx.at>
9656
9657 * window.el (walk-window-tree, window-with-parameter):
9658 New optional argument MINIBUF to control whether these functions
9659 should run on the minibuffer window.
9660 (window-at-side-list): Don't operate on minibuffer window.
9661 (window-in-direction): Simplify and rewrite doc-string.
9662 (window--size-ignore): Rename to window--size-ignore-p.
9663 Update callers.
9664 (display-buffer-in-atom-window, window--major-non-side-window)
9665 (window--major-side-window, display-buffer-in-major-side-window)
9666 (delete-side-window, display-buffer-in-side-window):
9667 New functions.
9668 (window--side-check, window-deletable-p, delete-window)
9669 (delete-other-windows, split-window): Handle side windows and
9670 atomic windows appropriately.
9671 (window--display-buffer): Call display-buffer-record-window also
9672 when the window buffer did not change.
9673
9674 2012-08-22 Christopher Schmidt <christopher@ch.ristopher.com>
9675
9676 * help-fns.el (help-fns--key-bindings):
9677 Abbreviate non-symbol remap targets. (Bug#12174)
9678
9679 2012-08-22 Martin Rudalics <rudalics@gmx.at>
9680
9681 * dired.el (dired-mark-remembered): Don't clobber point.
9682 (Bug#11795)
9683
9684 2012-08-22 Glenn Morris <rgm@gnu.org>
9685
9686 * progmodes/bug-reference.el (bug-reference): New custom group.
9687 (bug-reference-bug-regexp): Make it a defcustom.
9688
9689 2012-08-22 Daiki Ueno <ueno@unixuser.org>
9690
9691 * progmodes/js.el (js-indent-level, js-expr-indent-offset)
9692 (js-paren-indent-offset, js-square-indent-offset)
9693 (js-curly-indent-offset): Add :safe (Bug#12257).
9694
9695 2012-08-22 Edward O'Connor <hober0@gmail.com>
9696
9697 * json.el (json-key-format): Add error properties.
9698 (json-encode-key): New function.
9699 (json-encode-hash-table, json-encode-alist, json-encode-plist):
9700 Use json-encode-key.
9701
9702 2012-08-22 Glenn Morris <rgm@gnu.org>
9703
9704 * calendar/cal-tex.el (cal-tex-longday): New function, replacing...
9705 (cal-tex-leftday, cal-tex-rightday): Remove functions.
9706 (cal-tex-weekly-common, cal-tex-cursor-filofax-2week):
9707 Update for above change.
9708
9709 2012-08-21 Andreas Schwab <schwab@linux-m68k.org>
9710
9711 * cus-face.el (custom-face-attributes): Fix customize type for the
9712 :underline attribute. (Bug#11805)
9713
9714 2012-08-21 Martin Rudalics <rudalics@gmx.at>
9715
9716 * window.el (window-point-1, set-window-point-1): Remove.
9717 (window-in-direction, record-window-buffer)
9718 (set-window-buffer-start-and-point, split-window-below)
9719 (window--state-get-1, display-buffer-record-window):
9720 Replace calls to window-point-1 and set-window-point-1 by calls to
9721 window-point and set-window-point respectively.
9722
9723 2012-08-21 Glenn Morris <rgm@gnu.org>
9724
9725 * calendar/cal-tex.el (cal-tex-weekly-common): New function.
9726 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week):
9727 Use it.
9728
9729 * calendar/cal-tex.el (cal-tex-rightday): Add optional funcname arg.
9730 (cal-tex-shortday): New function.
9731 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week)
9732 (cal-tex-cursor-filofax-daily): Use the above.
9733
9734 * calendar/cal-tex.el (cal-tex-leftday, cal-tex-rightday):
9735 New functions.
9736 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
9737 (cal-tex-cursor-filofax-week): Use them.
9738
9739 * calendar/cal-tex.el (cal-tex-lefthead, cal-tex-righthead):
9740 New constants.
9741 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
9742 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use them.
9743
9744 * calendar/cal-tex.el (cal-tex-preamble): Generate new buffers.
9745 (cal-tex-end-document): Don't rely on buffer name.
9746
9747 * calendar/cal-tex.el (cal-tex-cursor-filofax-year):
9748 Use cal-tex-vspace.
9749 (cal-tex-vspace, cal-tex-hspace, cal-tex-em, cal-tex-bf)
9750 (cal-tex-Huge-bf, cal-tex-large-bf): Use cal-tex-cmd.
9751 (cal-tex-scriptsize, cal-tex-huge, cal-tex-Huge, cal-tex-large):
9752 Use cal-tex-arg.
9753
9754 * calendar/cal-tex.el (cal-tex-cursor-filofax-year)
9755 (cal-tex-cursor-week, cal-tex-cursor-week2)
9756 (cal-tex-cursor-week-iso, cal-tex-cursor-week-at-a-glance)
9757 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
9758 (cal-tex-cursor-filofax-daily, cal-tex-cursor-day)
9759 (cal-tex-insert-preamble, cal-tex-b-document)
9760 (cal-tex-e-document, cal-tex-b-center, cal-tex-e-center):
9761 Improve cal-tex-cmd usage.
9762
9763 * calendar/cal-tex.el (cal-tex-filofax-paper): New function.
9764 (cal-tex-cursor-filofax-year, cal-tex-cursor-filofax-2week)
9765 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use it.
9766 (cal-tex-weekly-paper): New function.
9767 (cal-tex-cursor-week, cal-tex-cursor-week2)
9768 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
9769 (cal-tex-cursor-day): Use it.
9770
9771 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance)
9772 (cal-tex-cursor-filofax-week): Remove leading blank page.
9773
9774 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
9775 Add autoload cookie. For now at least, don't use color, since
9776 no other cal-tex function does.
9777
9778 * calendar/cal-tex.el (cal-tex-cursor-week-iso)
9779 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
9780 (cal-tex-cursor-filofax-daily): Correct start date for diary entries.
9781
9782 2012-08-21 Juri Linkov <juri@jurta.org>
9783
9784 * info.el (Info-file-attributes): New variable.
9785 (info-insert-file-contents): Add file attributes to
9786 `Info-file-attributes'. Clear the caches `Info-index-nodes' and
9787 `Info-toc-nodes' when previous modtime of the Info file is less
9788 than new modtime.
9789 (Info-toc-nodes, Info-index-nodes): Move definitions up to the top
9790 of info.el. (Bug#12230)
9791
9792 2012-08-20 Glenn Morris <rgm@gnu.org>
9793
9794 * calendar/diary-lib.el (diary-include-files, diary-sexp-entry):
9795 * calendar/holidays.el (calendar-holiday-list):
9796 Report errors with display-warning rather than beep'n'sleep.
9797
9798 2012-08-20 Michael Albinus <michael.albinus@gmx.de>
9799
9800 * net/tramp.el (tramp-accept-process-output): Accept only output
9801 from PROC. Otherwise, process filters and sentinels might be
9802 confused. (Bug#12145)
9803
9804 2012-08-20 Chong Yidong <cyd@gnu.org>
9805
9806 * descr-text.el (describe-text-properties-1): Use overlays-in to
9807 report on empty overlays (Bug#3322).
9808
9809 2012-08-20 Glenn Morris <rgm@gnu.org>
9810
9811 * mail/rmailout.el (rmail-output-read-file-name):
9812 Trap and report errors in rmail-output-file-alist elements.
9813
9814 * font-lock.el (font-lock-add-keywords): Doc fix (quote face names
9815 since most non-font-lock faces are not also variables).
9816
9817 2012-08-20 Edward Reingold <reingold@iit.edu>
9818
9819 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
9820 New function. (Bug12160)
9821
9822 2012-08-19 Glenn Morris <rgm@gnu.org>
9823
9824 * mail/rmailout.el (rmail-output-read-file-name):
9825 Fix previous change (when the alist is nil or does not match).
9826
9827 2012-08-19 Chong Yidong <cyd@gnu.org>
9828
9829 * xml.el (xml-escape-string): Don't refer to xml-entity-alist
9830 (Bug#12228).
9831
9832 2012-08-18 Chong Yidong <cyd@gnu.org>
9833
9834 * simple.el (yank-handled-properties): New defcustom.
9835 (yank-excluded-properties): Add font-lock-face and category.
9836 (yank): Doc fix.
9837
9838 * subr.el (remove-yank-excluded-properties):
9839 Obey yank-handled-properties. The special handling of font-lock-face
9840 and category is now done this way, instead of being hard-coded.
9841 (insert-for-yank-1): Remove font-lock-face handling.
9842 (yank-handle-font-lock-face-property)
9843 (yank-handle-category-property): New function.
9844
9845 2012-08-17 Glenn Morris <rgm@gnu.org>
9846
9847 * mail/rmailout.el (rmail-output-read-file-name):
9848 Check rmail-output-file-alist against the full message body
9849 in the correct rmail buffer. (Bug#12214)
9850
9851 2012-08-17 Michael Albinus <michael.albinus@gmx.de>
9852
9853 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
9854 Eliminate superfluous prompt. (Bug#12203)
9855
9856 2012-08-17 Chong Yidong <cyd@gnu.org>
9857
9858 * mouse.el (mouse-appearance-menu): If x-select-font returns a
9859 font spec, set the font directly (Bug#3228).
9860
9861 2012-08-17 Martin Rudalics <rudalics@gmx.at>
9862
9863 * window.el (delete-window): Fix last fix.
9864
9865 2012-08-16 Martin Rudalics <rudalics@gmx.at>
9866
9867 * window.el (window-valid-p): Move to window.c.
9868 (window-child, window-child-count, window-last-child)
9869 (window-normalize-window, window-combined-p)
9870 (window-combinations, window-atom-root, window-min-size)
9871 (window-sizable, window-sizable-p, window-size-fixed-p)
9872 (window-min-delta, window-max-delta, window--resizable)
9873 (window--resizable-p, window-resizable, window-total-size)
9874 (window-full-height-p, window-full-width-p, window-body-size)
9875 (window-at-side-p, adjust-window-trailing-edge, maximize-window)
9876 (minimize-window, window-deletable-p, delete-window)
9877 (delete-other-windows, set-window-buffer-start-and-point)
9878 (next-buffer, previous-buffer, split-window, balance-windows-2)
9879 (set-window-text-height, window-buffer-height)
9880 (fit-window-to-buffer, shrink-window-if-larger-than-buffer)
9881 (truncated-partial-width-window-p): Minor code adjustments.
9882 In doc-strings state whether the argument window has to denote a
9883 live, valid or any window.
9884
9885 2012-08-16 Phil Sainty <psainty@orcon.net.nz> (tiny change)
9886
9887 * progmodes/subword.el (subword-forward-function)
9888 (subword-backward-function, subword-forward-regexp)
9889 (subword-backward-regexp): New variables.
9890 (subword-forward, subword-forward-internal, subword-backward-internal):
9891 Use new variables, eg so that different "word" definitions
9892 can be easily used. (Bug#11411)
9893
9894 2012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
9895
9896 * vc/vc-mtn.el (vc-mtn-revision-completion-table): Handle completion
9897 for composite selectors.
9898 * vc/vc.el (vc-diff-build-argument-list-internal): Don't prevent
9899 operation just because we can't find a previous revision.
9900
9901 2012-08-15 Chong Yidong <cyd@gnu.org>
9902
9903 * frame.el (set-frame-font): Accept font objects.
9904
9905 2012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
9906
9907 * textmodes/tex-mode.el (tex-insert-quote): ~ is a space (bug#12137).
9908
9909 2012-08-15 Wolfgang Jenkner <wjenkner@inode.at>
9910
9911 * man.el (Man-overstrike-face, Man-underline-face)
9912 (Man-reverse-face): Remove variables.
9913 (Man-overstrike, Man-underline, Man-reverse): New faces.
9914 (Man-fontify-manpage): Use them instead of the variables.
9915 (Man-cleanup-manpage): Comment change.
9916 (Man-ansi-color-map): New variable.
9917 (Man-fontify-manpage): Use it.
9918 Call ansi-color-apply-on-region to replace ad hoc code (bug#12147).
9919
9920 Implement ANSI SGR parameters 22-27 (bug#12146).
9921 * ansi-color.el (ansi-colors): Doc fix.
9922 (ansi-color-context, ansi-color-context-region): Doc fix.
9923 (ansi-color--find-face): New function.
9924 (ansi-color-apply, ansi-color-apply-on-region): Use it.
9925 Rename the local variable `face' to `codes' since it is now a list of
9926 ansi codes. Doc fix.
9927 (ansi-color-get-face): Remove.
9928 (ansi-color-parse-sequence): New function, derived from
9929 ansi-color-get-face.
9930 (ansi-color-apply-sequence): Use it. Rewrite, and support ansi
9931 codes 22-27.
9932
9933 2012-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
9934
9935 * subr.el (read-passwd): Allow use from a minibuffer.
9936
9937 2012-08-14 Eli Zaretskii <eliz@gnu.org>
9938
9939 * tooltip.el (tooltip-identifier-from-point): Don't treat tokens
9940 inside comments and strings as identifiers.
9941
9942 * progmodes/gud.el (gud-tooltip-print-command): Quote the
9943 expression to evaluate. This allows to evaluate expressions with
9944 embedded whitespace.
9945 (gud-tooltip-tips): Add a blank before the newline in the
9946 message-box text, for the benefit of message-box emulation on
9947 MS-Windows.
9948
9949 * progmodes/gdb-mi.el (gdb-tooltip-print): Don't ignore error
9950 messages from GDB, pop them up in a tooltip to give feedback to
9951 user.
9952 (gdb-tooltip-print-1): Quote the expression to evaluate.
9953 This allows to evaluate expressions with embedded whitespace.
9954 (gdb-inferior-io--init-proc): Don't send "-inferior-tty" command
9955 if the TTY name is nil or empty (which happens when communicating
9956 with the inferior via pipes, e.g. on MS-Windows).
9957 (gdb-internals): If GDB sends a "&\n" empty debugging message,
9958 don't send that to the GUD buffer.
9959
9960 2012-08-14 Glenn Morris <rgm@gnu.org>
9961
9962 * emacs-lisp/bytecomp.el (byte-compile-setq-default):
9963 Optimize away setq-default with no args, as for setq. (Bug#12195)
9964
9965 2012-08-14 Chong Yidong <cyd@gnu.org>
9966
9967 * minibuffer.el (read-file-name): Doc fix (Bug#10881).
9968
9969 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Doc fix
9970 (Bug#12085).
9971
9972 2012-08-14 Glenn Morris <rgm@gnu.org>
9973
9974 * emacs-lisp/bytecomp.el (byte-recompile-file): Doc fix.
9975
9976 2012-08-14 Michael Albinus <michael.albinus@gmx.de>
9977
9978 * net/tramp-sh.el (tramp-open-shell): Cache the shell name.
9979 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
9980 Use cached shell name.
9981
9982 2012-08-14 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
9983
9984 * progmodes/python.el (python-shell-send-string):
9985 (python-shell-send-setup-code): Do not use `format' with `message'.
9986
9987 2012-08-14 Dmitry Gutov <dgutov@yandex.ru>
9988
9989 * progmodes/ruby-mode.el: Improve percent literals (bug#6286).
9990 (ruby-percent-literal-beg-re): New constant.
9991 (ruby-syntax-general-delimiters-goto-beg): Rename to
9992 `ruby-syntax-enclosing-percent-literal', improve literal type check.
9993 (ruby-syntax-propertize-general-delimiters): Rename to
9994 `ruby-syntax-propertize-percent-literal', it's a shorter and more
9995 popular term. Adjust comments everywhere.
9996 (ruby-syntax-propertize-percent-literal): Only propertize when not
9997 inside a simple string or comment. When the literal is unclosed,
9998 leave the text after it unpropertized.
9999 (ruby-syntax-methods-before-regexp): New constant.
10000 (ruby-syntax-propertize-function): Use it to recognize regexps.
10001 Don't look at the text after regexp, just use the whitelist.
10002
10003 2012-08-14 Andreas Schwab <schwab@linux-m68k.org>
10004
10005 * emacs-lisp/bytecomp.el (byte-recompile-file): When LOAD is
10006 non-nil always load the compiled file if it exists. (Bug#12197)
10007
10008 2012-08-14 Chong Yidong <cyd@gnu.org>
10009
10010 * hi-lock.el (hi-lock-mode): Do not unilaterally enable font lock.
10011 (hi-lock-set-pattern): When deciding whether to use font lock or
10012 overlays, look at font-lock-mode instead of font-lock-fontified
10013 (Bug#12168).
10014 (hi-lock-mode, hi-lock-line-face-buffer, hi-lock-unface-buffer)
10015 (hi-lock-face-buffer, hi-lock-face-phrase-buffer): Doc fix.
10016
10017 2012-08-14 Daiki Ueno <ueno@unixuser.org>
10018
10019 * subr.el (internal--after-with-selected-window): Fix typo
10020 (Bug#12193).
10021
10022 2012-08-14 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
10023
10024 Use `completion-table-dynamic' for completion functions.
10025 * progmodes/python.el
10026 (python-shell-completion--do-completion-at-point)
10027 (python-shell-completion--get-completions):
10028 Remove functions.
10029 (python-shell-completion-complete-at-point): New function.
10030 (python-completion-complete-at-point): Use it.
10031
10032 2012-08-13 Jambunathan K <kjambunathan@gmail.com>
10033
10034 * vc/vc-dir.el (vc-dir-hide-state): New command (bug#12159).
10035 (vc-dir-hide-up-to-date): Route it to `vc-dir-hide-state'.
10036
10037 2012-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
10038
10039 * subr.el (function-get): Refine `autoload' arg so it can also
10040 autoload functions for gv.el (bug#12191).
10041 * emacs-lisp/edebug.el (get-edebug-spec): Adjust so it only
10042 autoloads macros.
10043
10044 * color.el (color-xyz-to-lab, color-lab-to-xyz, color-cie-de2000):
10045 Prefer pcase-let over destructuring-bind.
10046 * vc/diff-mode.el (diff-remove-trailing-whitespace): Same.
10047 Also, remove whitespace as we go, rather than after accumulating the
10048 various places.
10049
10050 * subr.el (internal--before-with-selected-window)
10051 (internal--after-with-selected-window): Fix typo seleted->selected.
10052 (with-selected-window): Adjust callers.
10053 Reported by Dmitry Gutov <dgutov@yandex.ru>.
10054
10055 2012-08-13 Bastien Guerry <bzg@gnu.org>
10056
10057 * window.el (special-display-popup-frame): Minor docstring
10058 enhancement. (Bug#12172)
10059
10060 2012-08-13 Andreas Schwab <schwab@linux-m68k.org>
10061
10062 * tar-mode.el (tar-header-data-end): Only ignore size for files of
10063 type 1-6.
10064 (tar-header-block-summarize, tar-get-descriptor): Handle pax
10065 extended headers.
10066
10067 * files.el (hack-local-variables-filter): Remove useless eval.
10068
10069 2012-08-13 Martin Rudalics <rudalics@gmx.at>
10070
10071 * subr.el (with-selected-window): Fix last change.
10072
10073 2012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
10074
10075 * subr.el (internal--before-with-seleted-window)
10076 (internal--after-with-seleted-window): New functions.
10077 (with-selected-window): Use them, to replace dependency on
10078 tty-top-frame.
10079
10080 2012-08-12 Nobuyoshi Nakada <nobu@ruby-lang.org>
10081
10082 * progmodes/ruby-mode.el (ruby-mode-map): Remove unnecessary
10083 binding for `newline'.
10084 (ruby-move-to-block): When moving backward, stop at block opening,
10085 not indentation.
10086 * progmodes/ruby-mode.el (ruby-brace-to-do-end)
10087 (ruby-do-end-to-brace, ruby-toggle-block): New functions.
10088 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
10089 `ruby-toggle-block'.
10090
10091 2012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
10092
10093 * ibuffer.el (ibuffer-do-toggle-read-only):
10094 * dired.el (dired-toggle-read-only):
10095 * buff-menu.el (Buffer-menu-toggle-read-only):
10096 * bindings.el (mode-line-toggle-read-only):
10097 * bs.el (bs-toggle-readonly): Call toggle-read-only interactively.
10098
10099 2012-08-12 Andreas Schwab <schwab@linux-m68k.org>
10100
10101 * descr-text.el (describe-char): Put the overlays over the
10102 "displayed as" character.
10103
10104 2012-08-12 Jay Belanger <jay.p.belanger@gmail.com>
10105
10106 * calc/calc-units.el (math-default-units-table): Give an
10107 initial value.
10108 (math-put-default-units): Add options to put composite units and
10109 unit systems in the default units table.
10110 (calc-convert-units): Send composite units to
10111 `math-put-default-units' when appropriate.
10112
10113 2012-08-11 Glenn Morris <rgm@gnu.org>
10114
10115 * emacs-lisp/copyright.el (copyright-update-directory): Logic fix.
10116
10117 * tutorial.el (help-with-tutorial):
10118 * emacs-lisp/copyright.el (copyright-update-directory):
10119 * emacs-lisp/autoload.el (autoload-find-generated-file)
10120 (autoload-find-file): Disable local eval: (for insurance).
10121
10122 * files.el (hack-local-variables-filter): If an eval: form is not
10123 known to be safe, and enable-local-variables is :safe, then ignore
10124 the form totally, as is done for non-eval forms. (Bug#12155)
10125 This is CVE-2012-3479.
10126
10127 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
10128
10129 * emacs-lisp/rx.el (rx-constituents): Don't define as constant.
10130 (rx-form): Simplify.
10131
10132 2012-08-09 Dmitry Gutov <dgutov@yandex.ru>
10133
10134 * progmodes/ruby-mode.el (ruby-expr-beg, ruby-parse-partial):
10135 ?, _, and : are symbol constituents, ! is not (but kinda should be).
10136 (ruby-syntax-propertize-heredoc): Use ruby-singleton-class-p.
10137 (ruby-syntax-propertize-function): Adjust for changes in
10138 `ruby-syntax-propertize-heredoc'.
10139
10140 2012-08-09 Nobuyoshi Nakada <nobu@ruby-lang.org>
10141
10142 * progmodes/ruby-mode.el (ruby-mode-map): Remove deprecated
10143 binding (use `M-;' instead).
10144 (ruby-singleton-class-p): New function.
10145 (ruby-expr-beg, ruby-in-here-doc-p) Use it.
10146
10147 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
10148
10149 * emacs-lisp/cl-macs.el (cl-loop): Improve debug spec.
10150
10151 2012-08-10 Chong Yidong <cyd@gnu.org>
10152
10153 * progmodes/python.el (python-shell-get-process-name): Don't mess
10154 with same-window-buffer-names.
10155
10156 * eshell/eshell.el (eshell-add-to-window-buffer-names)
10157 (eshell-remove-from-window-buffer-names): Make obsolete.
10158 (eshell-buffer-name, eshell-unload-hook): Don't use them.
10159 (eshell): Just use pop-to-buffer-same-window instead.
10160
10161 2012-08-10 Chong Yidong <cyd@gnu.org>
10162
10163 * bindings.el: Bind M-= back to count-words-region.
10164
10165 * simple.el (count-words-region): Accept a prefix arg for acting
10166 on the entire buffer.
10167 (count-words--buffer-message): New helper function.
10168
10169 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
10170
10171 * term/x-win.el (x-menu-bar-open): Always pass last-nonmenu-event.
10172 * subr.el (eventp): `nil' is not an event, and eventp is not hot.
10173 (event-start, event-end): Use posn-at-point to return a more
10174 informative posn.
10175 (posnp): New function.
10176 * mouse.el (popup-menu-normalize-position): Use it.
10177
10178 2012-08-10 Masatake YAMATO <yamato@redhat.com>
10179
10180 * mouse.el (popup-menu-normalize-position): New function.
10181 (popup-menu): Use `popup-menu-normalize-position' to normalize
10182 the form for POSITION argument.
10183
10184 * term/x-win.el (x-menu-bar-open):
10185 Use the value returend from (posn-at-point) as position
10186 passed to `popup-menu'.
10187
10188 2012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
10189
10190 * calc/calccomp.el (math-compose-expr): Add extra argument
10191 indicating that parentheses should be put around products in
10192 denominators. Give multiplication precedence over division during
10193 composition.
10194
10195 2012-08-09 Chong Yidong <cyd@gnu.org>
10196
10197 * man.el (Man-switches, Man-sed-command, Man-awk-command)
10198 (Man-mode-hook, Man-cooked-hook, Man-untabify-command-args)
10199 (Man-untabify-command, manual-program): Convert to defcustom
10200 (Bug#10429).
10201
10202 * vc/add-log.el (change-log-mode): Bind comment-start to nil.
10203
10204 * descr-text.el (describe-char): Don't insert extra newlines
10205 (Bug#10127).
10206
10207 * vc/log-view.el (log-view-diff): Use use-region-p (Bug#10133).
10208 (log-view-diff-changeset, log-view-minor-wrap): Likewise.
10209
10210 * align.el (align-region): Delete temporary markers (Bug#10047).
10211 Plus some code cleanups.
10212
10213 2012-08-09 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
10214
10215 * progmodes/python.el (python-pdbtrack-tracked-buffer)
10216 (python-pdbtrack-buffers-to-kill, python-shell-internal-buffer)
10217 (python-shell-internal-last-output): Use make-local-variable
10218 instead of make-variable-buffer-local.
10219
10220 2012-08-09 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
10221
10222 * progmodes/python.el: Enhancements to forward-sexp.
10223 (python-nav-forward-sexp): Rename from
10224 python-nav-forward-sexp-function.
10225 (python-nav--forward-sexp, python-nav--backward-sexp):
10226 New functions.
10227
10228 2012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
10229
10230 * calc/calc-menu.el (calc-modes-menu): Add entries for matrix
10231 modes and simplification modes.
10232
10233 2012-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
10234
10235 * delsel.el (delete-selection-pre-hook): Don't propagate the
10236 file-supersession signals (bug#12161).
10237
10238 2012-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
10239
10240 * emacs-lisp/cl.el (cl-map-keymap-recursively, cl-map-intervals)
10241 (cl-map-extents): Add compatibility aliases (bug#12135).
10242
10243 2012-08-08 Michael Albinus <michael.albinus@gmx.de>
10244
10245 * net/tramp-sh.el (tramp-find-file-exists-command): Protect the
10246 tests by `ignore-error'.
10247 (tramp-find-shell): Open also a new shell, when cache is already
10248 set. Reported by Carsten Bormann <cabo@tzi.org>. (Bug#12148)
10249
10250 2012-08-08 Juri Linkov <juri@jurta.org>
10251
10252 * bookmark.el: Add `defaults' property to the bookmark record.
10253 (bookmark-current-buffer): Doc fix.
10254 (bookmark-make-record): Add `defaults' property with default values
10255 to the bookmark record.
10256 (bookmark-minibuffer-read-name-map): Remove key binding "\C-u"
10257 with `bookmark-insert-current-bookmark'.
10258 (bookmark-set): Get `defaults' property from the bookmark record
10259 and use it in `read-from-minibuffer'.
10260 (bookmark-insert-current-bookmark): Remove function.
10261
10262 * info.el (Info-bookmark-make-record): Add `defaults' property
10263 with values of canonical Info node name, the current Info file
10264 name and the current Info node name. (Bug#12107)
10265
10266 2012-08-08 Juri Linkov <juri@jurta.org>
10267
10268 * files.el (basic-save-buffer): Use `buffer-name' as the default
10269 of `read-file-name' when buffer is not visiting a file (bug#12128).
10270
10271 2012-08-08 Juri Linkov <juri@jurta.org>
10272
10273 * info.el (Info-isearch-search): Doc fix.
10274 (Info-search): Change search-failed message from "initial node" to
10275 "end of node" (bug#12078).
10276 (Info-isearch-search): Change `isearch-string-state' to
10277 `isearch--state-string'.
10278
10279 2012-08-08 Glenn Morris <rgm@gnu.org>
10280
10281 * language/persian.el: Remove file.
10282 * language/misc-lang.el: Move unique part of persian.el here.
10283 * loadup.el: Remove language/persian.
10284
10285 2012-08-08 Ă“scar Fuentes <ofv@wanadoo.es>
10286
10287 * vc/diff-mode.el (diff-remove-trailing-whitespace): New function.
10288
10289 2012-08-08 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
10290
10291 * progmodes/python.el: Fix defsubst warning.
10292 (python-syntax-context) Rename from python-info-ppss-context.
10293 (python-syntax-context-type): Rename from
10294 python-info-ppss-context-type.
10295 (python-syntax-comment-or-string-p): Rename from
10296 python-info-ppss-comment-or-string-p.
10297
10298 2012-08-08 Jay Belanger <jay.p.belanger@gmail.com>
10299
10300 * calc/calc-misc.el (calc-record-why): Don't record a message twice.
10301
10302 2012-08-07 Andreas Schwab <schwab@linux-m68k.org>
10303
10304 * emacs-lisp/lisp-mode.el (eval-defun-1): Handle standard value of
10305 a defcustom that is quoted with backquote.
10306
10307 * calc/calc-prog.el (math-do-defmath): Use backquote forms.
10308 Fix handling of interactive spec when the body uses return.
10309 (math-do-arg-check, math-define-function-body): Use backquote forms.
10310 * calc/calc-ext.el (math-defcache): Likewise.
10311 * calc/calc-rewr.el (math-rwfail, math-rweval): Likewise.
10312 * allout.el (allout-new-exposure): Likewise.
10313 * calc/calcalg2.el (math-tracing-integral): Likewise.
10314 * info.el (Info-last-menu-item): Likewise.
10315 * emulation/vip.el (vip-loop): Likewise.
10316 * textmodes/artist.el (artist-funcall): Likewise.
10317 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle):
10318 Construct menu-item directly.
10319
10320 * progmodes/autoconf.el (font-lock-syntactic-keywords):
10321 Don't declare.
10322
10323 2012-08-07 Chong Yidong <cyd@gnu.org>
10324
10325 * simple.el (deactivate-mark): Preserve text properties when
10326 saving the primary selection (Bug#8384).
10327
10328 2012-08-07 Kevin Ryde <user42@zip.com.au>
10329
10330 * woman.el (woman0-if): Quietly treat ".if v" as false (Bug#12109).
10331 (woman-parse-numeric-value): On a bad .IP line, issue a warning
10332 and continue processing (Bug#12110).
10333
10334 2012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
10335
10336 * progmodes/cperl-mode.el (cperl-mode): Yet another fix for
10337 syntax-propertize-function (bug#10095).
10338
10339 2012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
10340
10341 * help-fns.el (help-fns--key-bindings, help-fns--signature)
10342 (help-fns--parent-mode, help-fns--obsolete): New funs, extracted from
10343 describe-function-1.
10344 (describe-function-1): Use them. Move compiler macro after sig.
10345 (help-fns--compiler-macro): Use function-get. Assume we're already in
10346 standard-output. Adjust layout to new call order.
10347
10348 * emacs-lisp/cl-macs.el (cl--sm-macroexpand): Fix handling of
10349 re-binding a symbol that has a symbol-macro (bug#12119).
10350
10351 2012-08-06 Mohsen BANAN <libre@mohsen.1.banan.byname.net>
10352
10353 * language/persian.el: New file. (Bug#11812)
10354 * loadup.el: Add language/persian.el.
10355
10356 2012-08-06 Chong Yidong <cyd@gnu.org>
10357
10358 * window.el (window--maybe-raise-frame): New function.
10359 (window--display-buffer): Split off from here.
10360 (display-buffer-reuse-window, display-buffer-pop-up-frame)
10361 (display-buffer-pop-up-window, display-buffer-use-some-window):
10362 Obey an inhibit-switch-frame action alist entry.
10363 (display-buffer): Update doc.
10364
10365 * replace.el (occur-after-change-function): Avoid losing focus by
10366 using the inhibit-switch-frame display parameter (Bug#12139).
10367
10368 2012-08-06 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
10369
10370 Make internal shell process buffer names start with space.
10371 * progmodes/python.el (python-shell-make-comint): Add optional
10372 argument INTERNAL.
10373 (run-python-internal): Use it.
10374 (python-shell-internal-get-or-create-process): Check for new
10375 internal buffer names.
10376
10377 2012-08-06 Glenn Morris <rgm@gnu.org>
10378
10379 * eshell/esh-ext.el (eshell/addpath): Use dolist and mapconcat.
10380 Do less getting and setting of environment variables.
10381
10382 2012-08-05 Chong Yidong <cyd@gnu.org>
10383
10384 * proced.el (proced): Add substitution string to docstring to
10385 trigger autoloading of the proced library on C-h f (Bug#1768).
10386
10387 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
10388 Don't show defvars which have no second argument (Bug#8638).
10389
10390 * imenu.el (imenu-generic-expression): Move documentation here
10391 from imenu--generic-function.
10392 (imenu--generic-function): Refer to imenu-generic-expression.
10393
10394 2012-08-05 Vegard Ă˜ye <vegard_oye@hotmail.com> (tiny change)
10395
10396 * emulation/viper-init.el (viper-deflocalvar): Add docstring and
10397 indentation declaration.
10398 (viper-loop): Add indentation declaration (Bug#7025).
10399
10400 2012-08-05 Chong Yidong <cyd@gnu.org>
10401
10402 * help-fns.el (describe-variable): Add hyperlink for
10403 directory-local variables files. Improve buffer-local and
10404 permanent-local reporting; suggested by MON KEY (Bug#6644).
10405
10406 * help-mode.el (help-dir-local-var-def): New button type.
10407
10408 * files.el (kill-buffer-hook): Provide a defvar.
10409
10410 2012-08-05 Glenn Morris <rgm@gnu.org>
10411
10412 * eshell/esh-ext.el (eshell/addpath):
10413 Also update eshell-path-env. (Bug#12013)
10414
10415 2012-08-05 Chong Yidong <cyd@gnu.org>
10416
10417 * wdired.el (wdired-mode, wdired-change-to-wdired-mode): Doc fixes.
10418
10419 * fringe.el (fringe-styles): Add docstring.
10420 (fringe--check-mode): New function.
10421 (set-fringe-mode, set-fringe-style): Use it.
10422 (fringe-mode, set-fringe-style): Doc fixes (Bug#6480).
10423
10424 * files.el (set-auto-mode): Fix invalid setq call.
10425
10426 2012-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
10427
10428 * isearch.el: Misc simplification; use defstruct.
10429 (isearch-mode-map): Dense maps now work like sparse ones.
10430 (isearch--state): New defstruct.
10431 (isearch-string-state, isearch-message-state, isearch-point-state)
10432 (isearch-success-state, isearch-forward-state)
10433 (isearch-other-end-state, isearch-word-state, isearch-error-state)
10434 (isearch-wrapped-state, isearch-barrier-state)
10435 (isearch-case-fold-search-state, isearch-pop-fun-state): Remove,
10436 replaced by defstruct's accessors.
10437 (isearch--set-state): Rename from isearch-top-state and change
10438 calling convention.
10439 (isearch-push-state): Use new isearch--get-state.
10440 (isearch-toggle-word): Disable regexp when enabling word.
10441 (isearch-message-prefix): Remove unused arg _c-q-hack.
10442 (isearch-message-suffix): Remove unused arg _ellipsis.
10443
10444 2012-08-04 Andreas Schwab <schwab@linux-m68k.org>
10445
10446 * simple.el (list-processes--refresh): For a server use :host or
10447 :local as the address.
10448 (list-processes): Doc fix.
10449
10450 2012-08-04 Michal Nazarewicz <mina86@mina86.com>
10451
10452 * lisp/mpc.el: Support password in host argument.
10453 (mpc--proc-connect): Parse and use new password element.
10454 Set mpc-proc variable instead of returning process.
10455 (mpc-proc): Adjust accordingly.
10456
10457 2012-08-03 Eli Zaretskii <eliz@gnu.org>
10458
10459 * whitespace.el (whitespace-display-mappings): Use Unicode
10460 codepoints, instead of emacs-mule codepoints. See
10461 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-07/msg00366.html
10462 for the details.
10463
10464 * files.el (file-truename): Don't skip symlink-chasing part on
10465 windows-nt. Incorporate the resolution of 8+3 short aliases on
10466 Windows into the loop that recursively chases symlinks.
10467 Compare directory and its parent case-insensitively on MS-Windows and
10468 MS-DOS.
10469
10470 2012-08-03 Chong Yidong <cyd@gnu.org>
10471
10472 * menu-bar.el (menu-bar-tools-menu): Remove PCL-CVS.
10473
10474 * sort.el (sort-regexp-fields): Doc fix.
10475
10476 2012-08-03 Tassilo Horn <tsdh@gnu.org>
10477
10478 * textmodes/reftex.el (reftex-compile-variables): Make keyvals
10479 labels regex position point at the expected place.
10480
10481 2012-08-03 MON KEY <monkey@sandpframing.com>
10482
10483 * net/imap.el (imap-interactive-login, imap-authenticate)
10484 (imap-mailbox-lsub, imap-mailbox-list)
10485 (imap-mailbox-status-asynch, imap-mailbox-acl-delete)
10486 (imap-fetch, imap-message-flag-permanent-p, imap-envelope-from)
10487 (imap-parse-response): Doc fix.
10488
10489 2012-08-03 JoĂ£o TĂ¡vora <joaotavora@gmail.com>
10490
10491 * textmodes/tex-mode.el (latex-forward-sexp): Terminate the loop
10492 if sexp scanning does not move point (Bug#5734).
10493
10494 2012-08-02 Tassilo Horn <tsdh@gnu.org>
10495
10496 * textmodes/reftex-vars.el (reftex-default-label-alist-entries):
10497 Add listings, minted, and ctable packages.
10498 (reftex-label-alist-builtin): Move listings, minted, and ctable
10499 entries before LaTeX.
10500 (reftex-label-alist): Docfix.
10501
10502 2012-08-02 Bastien Guerry <bzg@gnu.org>
10503
10504 * replace.el (occur): Fix docstring (bug#12122).
10505
10506 2012-08-02 Glenn Morris <rgm@gnu.org>
10507
10508 * emacs-lisp/authors.el (authors-renamed-files-alist): Add ms-w32.h.
10509
10510 2012-08-02 Paul Eggert <eggert@cs.ucla.edu>
10511
10512 Obsolete alias inactivate-current-input-method-function (Bug#10150).
10513 * international/mule-cmds.el: Create
10514 inactivate-current-input-method-function as an obsolete alias for
10515 deactivate-current-input-method-function. See Katsumi Yamaoka in
10516 <http://bugs.gnu.org/10150#46>.
10517
10518 2012-08-01 Jay Belanger <jay.p.belanger@gmail.com>
10519
10520 * calc/calc-mode.el (calc-set-simplify-mode): Use `cond' instead
10521 of nested `if's.
10522
10523 2012-08-01 Glenn Morris <rgm@gnu.org>
10524
10525 * progmodes/autoconf.el (autoconf-definition-regexp):
10526 Add AH_TEMPLATE, adjust submatch numbering.
10527 (autoconf-font-lock-keywords, autoconf-imenu-generic-expression)
10528 (autoconf-current-defun-function): Update for above change.
10529 (autoconf-current-defun-function): First skip to end of current word.
10530
10531 2012-08-01 Rupert Swarbrick <rswarbrick@gmail.com> (tiny change)
10532
10533 * calendar/cal-html.el (cal-html-insert-agenda-days):
10534 Fix typo. (Bug#12018)
10535
10536 2012-07-31 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
10537
10538 Shell processes: enhancements to startup and CEDET compatibility.
10539 * progmodes/python.el (python-shell-send-setup-max-wait): Delete var.
10540 (python-shell-make-comint): accept-process-output at startup.
10541 (run-python-internal): Set inferior-python-mode-hook to nil.
10542 (python-shell-internal-get-or-create-process): call sit-for.
10543 (python-preoutput-result): Add obsolete alias.
10544 (python-shell-internal-send-string): Use it.
10545 (python-shell-send-setup-code): Remove call to
10546 accept-process-output.
10547
10548 2012-07-31 Andreas Schwab <schwab@linux-m68k.org>
10549
10550 * buff-menu.el (list-buffers-noselect): Use prefix-numeric-value.
10551 (Bug#12108)
10552
10553 2012-07-31 Jay Belanger <jay.p.belanger@gmail.com>
10554
10555 * calc-mode.el (calc-basic-simplification-mode): Rename from
10556 `calc-limited-simplification-mode'.
10557 (calc-alg-simplification-mode): New function.
10558 (calc-set-simplify-mode): Adjust message.
10559
10560 * calc.el (calc-set-mode-line): Adjust mode line display for
10561 basic simplification mode.
10562
10563 * calc-help.el (calc-m-prefix-help): Update help message.
10564
10565 * calc-ext.el (calc-init-extensions): Add bindings and autoloads
10566 for `calc-basic-simplify-mode' and `calc-alg-simplify-mode'.
10567
10568 2012-07-31 Bastien Guerry <bzg@gnu.org>
10569
10570 * man.el (man): Fix comment. (bug#12101)
10571
10572 2012-07-31 Martin Rudalics <rudalics@gmx.at>
10573
10574 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
10575 Don't return a non-nil value when no suitable buffer was found.
10576
10577 2012-07-31 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
10578
10579 * progmodes/python.el (run-python-internal): Disable font lock for
10580 internal shells.
10581
10582 2012-07-30 Stefan Merten <smerten@oekonux.de>
10583
10584 * textmodes/rst.el: Silence `checkdoc-ispell'.
10585 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
10586 (rst-official-version, rst-official-cvs-rev)
10587 (rst-package-emacs-version-alist): Update to upstream V1.3.1.
10588 (rst-mode-map): New key binding.
10589
10590 2012-07-30 Paul Eggert <eggert@cs.ucla.edu>
10591
10592 Update .PHONY listings in makefiles.
10593 * Makefile.in (.PHONY): Add all, doit, custom-deps, finder-data,
10594 autoloads, update-subdirs, updates, bzr-update, update-authors,
10595 compile-onefile, compile-calc, backup-compiled-files,
10596 compile-after-backup, compile-one-process, mh-autoloads,
10597 bootstrap-clean, distclean, maintainer-clean.
10598
10599 2012-07-29 Jay Belanger <jay.p.belanger@gmail.com>
10600
10601 * calc/calc.el (calc-simplify-mode): Make 'alg the default value.
10602 (calc-set-mode-line): Don't display "AlgSimp ".
10603
10604 * calc/calc-mode.el (calc-alg-simplify-mode): Remove function.
10605 (calc-lim-simplify-mode): New function.
10606 (calc-set-simplify-mode): Default to 'alg.
10607 (calc-default-simplify-mode): Make algebraic simplifications
10608 the default.
10609
10610 * calc/calc-ext.el (calc-init-extensions): Remove binding for
10611 `calc-alg-simplify-mode'. Add binding for `calc-lim-simplify-mode'.
10612
10613 * calc/calc-help.el (calc-m-prefix-help): Change messages to
10614 indicate new simplification modes.
10615
10616 * calc/README: Mention new default simplification mode.
10617
10618 * calc/calc.el (math-normalize-error): New variable.
10619 (math-normalize): Set `math-normalize-error' to t
10620 when there's an error.
10621
10622 * calc/calc-alg.el (math-simplify): Don't simplify when
10623 `math-normalize' returns an error.
10624
10625 2012-07-29 Eli Zaretskii <eliz@gnu.org>
10626
10627 * international/mule-cmds.el (set-locale-environment): Revert last
10628 change, since display-graphic-p returns nil when this function is
10629 called during startup. Instead...
10630
10631 * term/w32console.el (terminal-init-w32console): ...setup the
10632 keyboard and terminal encoding for TTY sessions here. (Bug#12082)
10633
10634 2012-07-29 Juri Linkov <juri@jurta.org>
10635
10636 * simple.el (goto-line): Don't display default line number in the
10637 prompt because it should be displayed by `read-number' (bug#9952).
10638 Add the current line number to the defaults of `goto-line' to
10639 allow its easier modification by users with `M-n' (bug#9201).
10640
10641 * subr.el (read-number): Support multiple default values like in
10642 other minibuffer reading functions. Replace `read' with
10643 `string-to-number' for consistency with `number-to-string'.
10644
10645 2012-07-29 Paul Eggert <eggert@cs.ucla.edu>
10646
10647 deactive->inactive, inactivate->deactivate spelling fixes (Bug#10150)
10648 * emulation/viper-init.el (viper-deactivate-input-method-action):
10649 Rename from viper-inactivate-input-method-action.
10650 (viper-deactivate-input-method):
10651 Rename from viper-inactivate-input-method.
10652 * follow.el (follow-inactive-menu): Rename from follow-deactive-menu.
10653 * international/mule-cmds.el (deactivate-input-method):
10654 Rename from inactivate-input-method.
10655 Also run input-method-deactivate-hook.
10656 (deactivate-current-input-method-function):
10657 Rename from inactivate-current-input-method-function.
10658 (input-method-deactivate-hook): New hook.
10659 (input-method-inactivate-hook): Mark obsolete.
10660 (inactivate-input-method): Mark obsolete.
10661
10662 * international/quail.el (quail-activate):
10663 Also run quail-deactivate-hook.
10664 (quail-deactivate): Rename from quail-inactivate.
10665 * international/robin.el (robin-activate):
10666 Also run robin-deactivate-hook.
10667 (robin-deactivate): Rename from robin-inactivate.
10668
10669 2012-07-29 Chong Yidong <cyd@gnu.org>
10670
10671 * simple.el (indicate-copied-region): New function.
10672 (kill-ring-save): Split off from here.
10673
10674 * rect.el (copy-rectangle-as-kill): Call indicate-copied-region.
10675 (kill-rectangle): Set deactivate-mark to t on read-only error.
10676
10677 * register.el (copy-to-register, copy-rectangle-to-register):
10678 Deactivate the mark, and use indicate-copied-region (Bug#10056).
10679 (append-to-register, prepend-to-register): Call indicate-copied-region.
10680
10681 2012-07-29 Juri Linkov <juri@jurta.org>
10682
10683 * simple.el (async-shell-command-buffer): New defcustom.
10684 (shell-command): Use it. (Bug#4719)
10685
10686 2012-07-28 Eli Zaretskii <eliz@gnu.org>
10687
10688 * international/mule-cmds.el (set-locale-environment): In a
10689 console session on MS-Windows, set up keyboard and terminal
10690 encoding from the OEM codepage, not the ANSI codepage.
10691 (Bug#12055)
10692
10693 2012-07-28 Chong Yidong <cyd@gnu.org>
10694
10695 * progmodes/gdb-mi.el (gdb-place-breakpoints): Fix the call to
10696 gdb-get-location.
10697
10698 2012-07-28 Leo Liu <sdl.web@gmail.com>
10699
10700 * progmodes/cc-menus.el (cc-imenu-objc-function): Avoid leaving nil in
10701 the alist (bug#12029).
10702
10703 2012-07-28 Eli Zaretskii <eliz@gnu.org>
10704
10705 * makefile.w32-in (custom-deps, finder-data, updates, compile)
10706 (compile-always, compile-first)
10707 ($(lisp)/calendar/cal-loaddefs.el)
10708 ($(lisp)/calendar/diary-loaddefs.el)
10709 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
10710 ($(lisp)/net/tramp-loaddefs.el, bootstrap)
10711 ($(lisp)/progmodes/cc-mode.elc): Depend on $(lisp)subdirs.el,
10712 instead of on update-subdirs.
10713 (bootstrap-clean): Delete $(lisp)/subdirs.el.
10714
10715 2012-07-28 Chong Yidong <cyd@gnu.org>
10716
10717 * vc/vc.el (vc-root-diff, vc-print-root-log): Prompt for a
10718 directory if vc-deduce-backend returns nil (Bug#7350).
10719
10720 * simple.el (delete-trailing-lines): New option.
10721 (delete-trailing-whitespace): Obey it (Bug#11879).
10722
10723 2012-07-28 David Engster <deng@randomsample.de>
10724
10725 * xml.el (xml-node-name, xml-parse-file, xml-parse-region):
10726 Explanation of new 'symbol-qnames feature in doc-strings.
10727 (xml-maybe-do-ns): Return expanded names as plain symbols if
10728 'symbol-qnames was provided in XML-NS argument (Bug#11916).
10729 (xml-parse-tag-1): Deal with new definition of PARSE-NS argument.
10730
10731 2012-07-27 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
10732
10733 Consistent completion in inferior python with emacs -nw.
10734 * progmodes/python.el (inferior-python-mode): replace "<tab>"
10735 binding in inferior-python-mode-map with "\t".
10736 (python-shell-completion-complete-at-point)
10737 (python-completion-complete-at-point): Remove interactive spec.
10738
10739 2012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
10740
10741 * calc/calccomp.el (math-compose-expr): Undo previous change.
10742
10743 2012-07-27 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
10744
10745 * progmodes/python.el (python-mode-map): Add keybinding for
10746 run-python.
10747 (python-shell-make-comint): Fix pop-to-buffer call.
10748 (run-python): Autoload. New arg SHOW.
10749 (python-shell-get-or-create-process): Do not pop python process
10750 buffer.
10751
10752 2012-07-27 Michael Albinus <michael.albinus@gmx.de>
10753
10754 * notifications.el (notifications-on-action-signal)
10755 (notifications-on-closed-signal): Use also the bus address for the map.
10756 (notifications-notify, notifications-close-notification)
10757 (notifications-get-capabilities): Add optional argument BUS.
10758
10759 2012-07-27 Tassilo Horn <tsdh@gnu.org>
10760
10761 * textmodes/reftex-vars.el (reftex-label-alist-builtin):
10762 Add support for the lstlisting and minted environments, and for the
10763 ctable macro.
10764 * textmodes/reftex.el (reftex-compile-variables): Also recognize
10765 labels written in keyvals syntax.
10766
10767 2012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
10768
10769 * calc/calccomp.el (math-compose-expr): Use parentheses when
10770 there is a product in the denominator of a fraction.
10771
10772 2012-07-26 Eli Zaretskii <eliz@gnu.org>
10773
10774 * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
10775 ($(lisp)/calendar/diary-loaddefs.el)
10776 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
10777 ($(lisp)/net/tramp-loaddefs.el): Depend on update-subdirs.
10778 Fixes failures in parallel bootstrap because subdirs.el is being
10779 rewritten while the autoload files are built at the same time,
10780 which needs to load subdirs.el.
10781
10782 2012-07-26 Martin Rudalics <rudalics@gmx.at>
10783
10784 * mouse.el (popup-menu): Fix doc-string and re-indent code.
10785 (mouse-drag-line): Don't exit tracking when a switch-frame or
10786 switch-window event occurs (Bug#12006).
10787
10788 2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
10789
10790 * mouse.el (popup-menu): Fix last change.
10791
10792 2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
10793
10794 Autoload from Lisp with more care. Follow aliases when looking for
10795 function properties.
10796 * subr.el (autoloadp): New function.
10797 (symbol-file): Use it.
10798 (function-get): New function.
10799 * emacs-lisp/macroexp.el (macroexp--expand-all): Use function-get and
10800 autoload-do-load.
10801 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function)
10802 (lisp-indent-function):
10803 * emacs-lisp/gv.el (gv-get):
10804 * emacs-lisp/edebug.el (get-edebug-spec, edebug-basic-spec):
10805 * emacs-lisp/byte-opt.el (byte-optimize-form):
10806 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
10807 * emacs-lisp/autoload.el (make-autoload, autoload-print-form):
10808 Use function-get.
10809 * emacs-lisp/cl.el: Don't propagate function properties any more.
10810
10811 * speedbar.el (speedbar-add-localized-speedbar-support):
10812 * emacs-lisp/disass.el (disassemble-internal):
10813 * desktop.el (desktop-load-file):
10814 * help-fns.el (help-function-arglist, find-lisp-object-file-name)
10815 (describe-function-1):
10816 * emacs-lisp/find-func.el (find-function-noselect):
10817 * emacs-lisp/elp.el (elp-instrument-function):
10818 * emacs-lisp/advice.el (ad-has-proper-definition):
10819 * apropos.el (apropos-safe-documentation, apropos-macrop):
10820 * emacs-lisp/debug.el (debug-on-entry):
10821 * emacs-lisp/cl-macs.el (cl-compiler-macroexpand):
10822 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
10823 * calc/calc.el (name): Use autoloadp & autoload-do-load.
10824
10825 2012-07-25 Alp Aker <alp.tekin.aker@gmail.com>
10826
10827 * international/mule-cmds.el (ucs-insert): Mark it as an obsolete
10828 function, not an obsolete variable (Bug#12046).
10829
10830 2012-07-25 Andreas Schwab <schwab@linux-m68k.org>
10831
10832 * faces.el (face-spec-reset-face): Fix last change. (Bug#12042)
10833
10834 2012-07-25 Christopher Schmidt <christopher@ch.ristopher.com>
10835
10836 * emacs-lisp/pp.el (pp-display-expression): Select old selected
10837 window only if it is still live (Bug#12034).
10838
10839 2012-07-25 Martin Rudalics <rudalics@gmx.at>
10840
10841 * subr.el (redirect-frame-focus): Add advertised calling
10842 convention (Bug#12030).
10843
10844 2012-07-25 Paul Eggert <eggert@cs.ucla.edu>
10845
10846 Prefer typical American spelling for "acknowledgment".
10847 * vc/add-log.el (change-log-acknowledgment): Rename from
10848 change-log-acknowledgement, with an alias for the old name.
10849
10850 2012-07-25 Jay Belanger <jay.p.belanger@gmail.com>
10851
10852 * calc-alg.el (math-simplify-divide): Don't cross multiply
10853 in an equation when the lhs is a variable.
10854
10855 2012-07-24 Julien Danjou <julien@danjou.info>
10856
10857 * net/netrc.el (netrc-find-service-number, netrc-store-data):
10858 Remove, unused.
10859
10860 2012-07-23 Eli Zaretskii <eliz@gnu.org>
10861
10862 * startup.el (command-line): Don't display an empty user name in
10863 the error message about non-existent home directory, when
10864 init-file-user was set to an empty string. See
10865 http://lists.gnu.org/archive/html/bug-gnu-emacs/2012-07/msg00835.html
10866 for the details and context.
10867
10868 2012-07-22 Vincent BelaĂ¯che <vincentb1@users.sourceforge.net>
10869
10870 * ses.el (ses-cell-formula-aset): New macro.
10871 (ses-cell-references-aset): New macro.
10872 (ses-cell-p): New function.
10873 (ses-rename-cell): Do no longer rely on complex operations like
10874 ses-cell-set-formula or ses-set-cell to change the cell and handle
10875 the undo at the same time, but rather use lower level new macros
10876 `ses-cell-formula-aset' and `ses-cell-references-aset' and handle
10877 the undo directly. Refresh the mode line.
10878
10879 2012-07-21 Leo Liu <sdl.web@gmail.com>
10880
10881 * progmodes/cc-cmds.el (c-defun-name):
10882 Use match-string-no-properties instead for consistency.
10883
10884 2012-07-20 Leo Liu <sdl.web@gmail.com>
10885
10886 * progmodes/cc-cmds.el (c-defun-name): Handle objc selectors properly.
10887 (Bug#7879)
10888
10889 * progmodes/cc-langs.el (c-symbol-start): Include char _ (bug#11986).
10890
10891 2012-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
10892
10893 * userlock.el, emacs-lisp/map-ynp.el: Declare part of `emacs' package.
10894 * progmodes/bug-reference.el, misearch.el: Provide themselves
10895 (bug#11915).
10896
10897 * progmodes/cperl-mode.el (cperl-unwind-to-safe): Don't inf-loop at end
10898 of narrowed buffer (bug#11966).
10899
10900 2012-07-20 Vincent BelaĂ¯che <vincentb1@users.sourceforge.net>
10901
10902 * ses.el (ses-rename-cell): Set new name also in reference list of
10903 cells of which the renamed cell depends.
10904
10905 2012-07-20 Masatake YAMATO <yamato@redhat.com>
10906
10907 * term/x-win.el (x-menu-bar-open): Use `frame-parameter'
10908 to check whether menu-bar is shown or not. If not shown,
10909 show the menu-bar as a popup menu instead of using tmm.
10910 * mouse.el (popup-menu): Accept `point' as `position' argument.
10911
10912 2012-07-20 Dmitry Gutov <dgutov@yandex.ru>
10913
10914 * progmodes/ruby-mode.el (ruby-parse-partial): No error when end
10915 up inside string symbol literal (bug#11923).
10916
10917 2012-07-20 Eli Zaretskii <eliz@gnu.org>
10918
10919 * startup.el (fancy-startup-text): Read the whole tutorial, not
10920 just its first 256 bytes. Prevents gibberish in display of the
10921 tutorial title.
10922
10923 2012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
10924
10925 Drop idle buffer compaction due to an absence of the
10926 proved efficiency.
10927 * compact.el: Remove.
10928
10929 2012-07-19 Sam Steingold <sds@gnu.org>
10930
10931 * vc/vc-dispatcher.el (vc-compilation-mode): Add, based on
10932 vc-bzr-pull & vc-bzr-merge-branch.
10933 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch): Use it.
10934 (vc-bzr-error-regexp-alist): Rename from vc-bzr-error-regex-alist
10935 for consistency with compilation-error-regexp-alist.
10936 * vc/vc-git.el (vc-git-error-regexp-alist): Add.
10937 (vc-git-pull, vc-git-merge-branch): Call vc-compilation-mode.
10938 * vc/vc-hg.el (vc-hg-error-regexp-alist): Add.
10939 (vc-hg-pull, vc-hg-merge-branch): Call vc-compilation-mode.
10940
10941 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
10942
10943 * emacs-lisp/chart.el: Use lexical-binding.
10944 (chart-emacs-storage): Don't hardcode the list of entries.
10945
10946 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
10947
10948 Next round of tweaks caused by Fgarbage_collect changes.
10949 * emacs-lisp/chart.el (chart-emacs-storage): Adjust again.
10950
10951 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
10952
10953 Compact buffers when idle.
10954 * compact.el: New file.
10955
10956 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
10957
10958 * subr.el (eventp): Presume that if it looks vaguely like an event,
10959 it's an event (bug#10190).
10960
10961 2012-07-19 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
10962
10963 Enhancements to ppss related code (thanks Stefan).
10964 * progmodes/python.el (python-indent-context)
10965 (python-indent-calculate-indentation, python-indent-dedent-line)
10966 (python-indent-electric-colon, python-nav-forward-block)
10967 (python-mode-abbrev-table)
10968 (python-info-assignment-continuation-line-p): Simplify checks
10969 for ppss context.
10970 (python-info-continuation-line-p): Cleanup.
10971 (python-info-ppss-context): Do not catch 'quote.
10972 (python-info-ppss-context-type)
10973 (python-info-ppss-comment-or-string-p): Simplify.
10974
10975 2012-07-18 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
10976
10977 * progmodes/python.el: Enhancements to eldoc support.
10978 (python-info-current-symbol): New function.
10979 (python-eldoc-at-point): Use python-info-current-symbol.
10980 (python-info-current-defun): Fix cornercase on first defun scan.
10981 (python-eldoc--get-doc-at-point): Use python-info-current-symbol
10982 and signal error when no inferior python process is available.
10983
10984 2012-07-18 Dmitry Gutov <dgutov@yandex.ru>
10985
10986 * vc/vc-git.el (vc-git-state): Don't call `vc-git-registered',
10987 assume it's always t.
10988 (vc-git-registered): Remove caching, the function is only called
10989 once.
10990 (vc-git-branches): Use `vc-git--call' instead of `call-process'.
10991
10992 2012-07-18 Chong Yidong <cyd@gnu.org>
10993
10994 * subr.el (last-input-char, last-command-char): Remove (Bug#9195).
10995
10996 * simple.el (count-words): Report on narrowing (Bug#9959).
10997
10998 * bindings.el: Bind M-= to count-words.
10999
11000 * faces.el (face-spec-reset-face): Handle reverse video (Bug#4238).
11001
11002 2012-07-18 Masatake YAMATO <yamato@redhat.com>
11003
11004 * progmodes/sh-script.el (sh-imenu-generic-expression):
11005 Capture a function with `function' keyword and without parentheses
11006 like "function FOO" (bug#11856).
11007
11008 2012-07-18 Tassilo Horn <tassilo@member.fsf.org>
11009
11010 * window.el (split-window-sensibly): Make WINDOW argument
11011 optional.
11012
11013 2012-07-18 Chong Yidong <cyd@gnu.org>
11014
11015 * subr.el (keyboard-translate): Doc fix (Bug#7261).
11016
11017 * isearch.el (isearch-mode-map): Handle C-x 8 key translations,
11018 and make C-x 8 RET exit isearch (Bug#11439).
11019
11020 * international/iso-transl.el: Move isearch-mode-map key
11021 definitions to isearch.el.
11022
11023 2012-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
11024
11025 * emacs-lisp/eieio.el: Adapt further to gv.el (bug#11970).
11026 (eieio-defclass): Use gv-define-setter when possible.
11027
11028 2012-07-18 Dmitry Antipov <dmantipov@yandex.ru>
11029
11030 Reflect recent changes in Fgarbage_collect.
11031 * emacs-lisp/chart.el (chart-emacs-storage): Change to
11032 reflect new format of data returned by Fgarbage_collect.
11033
11034 2012-07-17 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
11035
11036 New utility functions + python-info-ppss-context fix (Bug#11910).
11037 * progmodes/python.el (python-info-beginning-of-block-statement-p)
11038 (python-info-ppss-comment-or-string-p): New functions.
11039 (python-info-ppss-context): Small fix for string check.
11040
11041 2012-07-17 Juri Linkov <juri@jurta.org>
11042
11043 * dired-aux.el (dired-do-async-shell-command): Doc fix.
11044 (dired-do-async-shell-command): Don't add `*' at the end of the
11045 command (Bug#11815).
11046 (dired-do-shell-command): Doc fix.
11047 (dired-shell-stuff-it): Strip the trailing "&" and ";" if any.
11048 Join the individual commands using either "&" or ";" as the
11049 separator depending on the values of these trailing characters.
11050 At the end re-add the trailing "&". (Bug#10598)
11051
11052 * simple.el (async-shell-command): Sync the interactive spec with
11053 `shell-command'. Doc fix.
11054 (shell-command): Doc fix.
11055
11056 2012-07-17 Juri Linkov <juri@jurta.org>
11057
11058 * descr-text.el (describe-char): Fix format args. (Bug#10129)
11059
11060 2012-07-17 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
11061
11062 Final renames and doc fixes for movement commands (bug#11899).
11063 * progmodes/python.el (python-nav-beginning-of-statement):
11064 Rename from python-nav-statement-start.
11065 (python-nav-end-of-statement): Rename from
11066 python-nav-statement-end.
11067 (python-nav-beginning-of-block): Rename from
11068 python-nav-block-start.
11069 (python-nav-end-of-block): Rename from python-nav-block-end.
11070
11071 2012-07-17 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
11072
11073 * progmodes/python.el (python-shell-send-string-no-output):
11074 Allow accept-process-output to quit, keeping shell process ready for
11075 future interactions (Bug#11868).
11076
11077 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
11078
11079 * emacs-lisp/cl-macs.el (cl-progv): Use a properly prefixed var name.
11080
11081 * emacs-lisp/elint.el (elint-find-args-in-code):
11082 Use help-function-arglist, so as to handle lexical byte-code.
11083
11084 * progmodes/sh-script.el (sh-syntax-propertize-function): Fix last
11085 change (bug#11826).
11086
11087 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
11088
11089 * progmodes/cc-engine.el (c-forward-sws, c-backward-sws):
11090 Avoid spuriously marking the buffer as modified because of c-is-sws.
11091
11092 * progmodes/sh-script.el (sh-syntax-propertize-function): Mark "${#VAR"
11093 as not-a-comment (bug#11946).
11094
11095 * emacs-lisp/macroexp.el (macroexp-let2): Use more informative names
11096 for uninterned vars.
11097
11098 * xt-mouse.el (xterm-mouse-translate-1, xterm-mouse-event-read):
11099 Use read-event since we don't really want to read chars but bytes.
11100
11101 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Highlight not only
11102 $$..$$ but also $..$ using regexps (bug#11953).
11103 Use tex-verbatim for \url and \path.
11104 (tex-font-lock-keywords): Define as defconst like the others.
11105 (tex-common-initialization): Don't use font-lock-syntax-table any more.
11106
11107 2012-07-16 René Kyllingstad <Rene@Kyllingstad.com> (tiny change)
11108
11109 * international/mule-cmds.el (ucs-insert): Make it an obsolete
11110 alias for insert-char.
11111
11112 2012-07-16 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
11113
11114 * progmodes/python.el: Simplified imenu implementation.
11115 (python-nav-jump-to-defun): Remove command.
11116 (python-mode-map): Use `imenu' instead.
11117 (python-nav-list-defun-positions-cache)
11118 (python-imenu-include-defun-type, python-imenu-make-tree)
11119 (python-imenu-subtree-root-label, python-imenu-index-alist):
11120 Remove vars.
11121 (python-nav-list-defun-positions, python-nav-read-defun)
11122 (python-imenu-tree-assoc, python-imenu-make-element-tree)
11123 (python-imenu-make-tree, python-imenu-create-index):
11124 Remove functions.
11125 (python-mode): Update to interact with imenu by setting
11126 `imenu-extract-index-name-function' only.
11127
11128 2012-07-16 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
11129
11130 * progmodes/python.el: Enhancements to navigation commands.
11131 (python-nav-backward-sentence)
11132 (python-nav-forward-sentence): Remove.
11133 (python-nav-backward-statement, python-nav-forward-statement)
11134 (python-nav-statement-start, python-nav-statement-end)
11135 (python-nav-backward-block, python-nav-forward-block)
11136 (python-nav-block-start, python-nav-block-end)
11137 (python-nav-forward-sexp-function)
11138 (python-info-current-line-comment-p)
11139 (python-info-current-line-empty-p): New functions.
11140 (python-indent-context): Use `python-nav-statement-start'.
11141
11142 2012-07-16 Michael Albinus <michael.albinus@gmx.de>
11143
11144 * eshell/em-ls.el (eshell/ls): Use `apply'.
11145
11146 * eshell/em-unix.el (eshell/su, eshell/sudo): Apply Tramp's ad-hoc
11147 multi-hops, instead of Tramp internals.
11148
11149 * vc/ediff.el (ediff-directories): Add trailing space to prompts.
11150
11151 * vc/ediff-diff.el (ediff-same-file-contents): Handle the case,
11152 when F1 and F2 are located on different hosts.
11153
11154 2012-07-14 Chong Yidong <cyd@gnu.org>
11155
11156 * xt-mouse.el: Implement extended mouse coordinates (Bug#10642).
11157 (xterm-mouse-translate): Move code into xterm-mouse-translate-1.
11158 (xterm-mouse-translate-extended, xterm-mouse-translate-1)
11159 (xterm-mouse--read-event-sequence-1000)
11160 (xterm-mouse--read-event-sequence-1006): New functions. For old
11161 mouse protocol, handle M-mouse-X events correctly.
11162 (xterm-mouse-event): New arg specifying mouse protocol.
11163 (turn-on-xterm-mouse-tracking-on-terminal)
11164 (turn-off-xterm-mouse-tracking-on-terminal): Send DEC 1006
11165 sequence to toggle extended coordinates on newer XTerms.
11166 This appears to be harmless on terminals which do not support this.
11167
11168 2012-07-14 Leo Liu <sdl.web@gmail.com>
11169
11170 Add fringe bitmap indicators for flymake. (Bug#11253)
11171 * progmodes/flymake.el (flymake-highlight-line): Use fringe bitmaps.
11172 (flymake-make-overlay): New arg BITMAP.
11173 (flymake-error-bitmap, flymake-warning-bitmap)
11174 (flymake-fringe-indicator-position): New user variables.
11175
11176 * fringe.el: New bitmap exclamation-mark.
11177
11178 2012-07-14 Jan Djärv <jan.h.d@swipnet.se>
11179
11180 * progmodes/cc-cmds.el (c-defun-name): Recognize Objective-C methods
11181 also (Bug#7879).
11182
11183 2012-07-14 Chong Yidong <cyd@gnu.org>
11184
11185 * electric.el (electric-pair-post-self-insert-function): Fix pair
11186 insertion in empty-region case (Bug#11520).
11187
11188 2012-07-14 Chong Yidong <cyd@gnu.org>
11189
11190 * bindings.el: Consolidate ctl-x-r-map bindings.
11191 Bind copy-rectangle-as-kill to C-x r w.
11192
11193 * rect.el, register.el: Move bindings to bindings.el.
11194
11195 2012-07-14 Reuben Thomas <rrt@sc3d.org>
11196
11197 * rect.el (copy-rectangle-as-kill): New command (Bug#739).
11198
11199 2012-07-13 Andreas Schwab <schwab@linux-m68k.org>
11200
11201 * emacs-lisp/cl.el (labels): Remove spurious quote. (Bug#11938)
11202
11203 2012-07-13 Juanma Barranquero <lekktu@gmail.com>
11204
11205 * bindings.el (top): Use `mapc' instead of `mapcar'.
11206
11207 * loadup.el (top): Remove bogus `if' choice (brought by 2008-06-21T01:38:39Z!monnier@iro.umontreal.ca).
11208
11209 2012-07-13 Michael Albinus <michael.albinus@gmx.de>
11210
11211 * progmodes/sql.el (sql-comint): Suppress the check for program on
11212 remote hosts. Reported by Francis Devereux <francis@devrx.org>.
11213 (Bug#11908)
11214
11215 2012-07-13 Chong Yidong <cyd@gnu.org>
11216
11217 * bindings.el: Assign a non-nil permanent-local property to
11218 per-buffer variables which lack a default value (Bug#11930).
11219
11220 * help-fns.el (describe-variable): In the "automatically becomes
11221 local" notice, take note of permanent-local variables.
11222
11223 2012-07-13 Chong Yidong <cyd@gnu.org>
11224
11225 * files.el (toggle-read-only): Doc fix and code cleanup. New arg
11226 to allow printing the message when called from Lisp.
11227
11228 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
11229 Remove toggle-read-only.
11230
11231 * bs.el (bs-toggle-readonly):
11232 * buff-menu.el (Buffer-menu-toggle-read-only):
11233 Remove with-no-warnings around toggle-read-only.
11234
11235 * ffap.el (ffap--toggle-read-only): Accept a list of buffers.
11236 Remove with-no-warnings around toggle-read-only.
11237 (ffap-read-only, ffap-read-only-other-window)
11238 (ffap-read-only-other-frame): Callers changed.
11239
11240 * help-mode.el: Don't require view package.
11241 (help-mode-finish): Set buffer-read-only instead of calling
11242 toggle-read-only.
11243
11244 * bindings.el (mode-line-toggle-read-only):
11245 * dired.el (dired-toggle-read-only):
11246 * ibuffer.el (ibuffer-do-toggle-read-only): Call toggle-read-only
11247 with non-nil second arg.
11248
11249 * emacs-lisp/eieio-custom.el (eieio-customize-object):
11250 * vc/ediff.el (ediff-set-read-only-in-buf-A): Set buffer-read-only
11251 directly.
11252
11253 2012-07-12 Eli Zaretskii <eliz@gnu.org>
11254
11255 * emacs-lisp/bytecomp.el (byte-recompile-directory): Use cl-incf,
11256 not incf.
11257
11258 2012-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
11259
11260 More CL cleanups and reduction of use of cl.el.
11261 * woman.el, winner.el, vc/vc-rcs.el, vc/vc-hooks.el, vc/vc-hg.el:
11262 * vc/vc-git.el, vc/vc-dir.el, vc/vc-bzr.el, vc/vc-annotate.el:
11263 * textmodes/tex-mode.el, textmodes/sgml-mode.el, tar-mode.el:
11264 * strokes.el, ses.el, server.el, progmodes/js.el, progmodes/gdb-mi.el:
11265 * progmodes/flymake.el, progmodes/ebrowse.el, progmodes/compile.el:
11266 * play/tetris.el, play/snake.el, play/pong.el, play/landmark.el:
11267 * play/hanoi.el, play/decipher.el, play/5x5.el, nxml/nxml-mode.el:
11268 * net/secrets.el, net/quickurl.el, midnight.el, mail/footnote.el:
11269 * image-dired.el, ibuffer.el, ibuf-macs.el, ibuf-ext.el, hexl.el:
11270 * eshell/eshell.el, eshell/esh-io.el, eshell/esh-ext.el:
11271 * eshell/esh-cmd.el, eshell/em-ls.el, eshell/em-hist.el:
11272 * eshell/em-cmpl.el, eshell/em-banner.el:
11273 * calendar/parse-time.el: Use cl-lib.
11274 * wid-browse.el, wdired.el, vc/vc.el, vc/vc-mtn.el, vc/vc-cvs.el:
11275 * vc/vc-arch.el, tree-widget.el, textmodes/texinfo.el:
11276 * textmodes/refill.el, textmodes/css-mode.el, term/tvi970.el:
11277 * term/ns-win.el, term.el, shell.el, ps-samp.el:
11278 * progmodes/perl-mode.el, progmodes/pascal.el, progmodes/gud.el:
11279 * progmodes/glasses.el, progmodes/etags.el, progmodes/cwarn.el:
11280 * play/gamegrid.el, play/bubbles.el, novice.el, notifications.el:
11281 * net/zeroconf.el, net/xesam.el, net/snmp-mode.el, net/mairix.el:
11282 * net/ldap.el, net/eudc.el, net/browse-url.el, man.el:
11283 * mail/mailheader.el, mail/feedmail.el: Don't use CL.
11284 * ibuf-ext.el (ibuffer-mark-old-buffers): Use float-time.
11285 * eshell/esh-opt.el (eshell-eval-using-options): Quote code with
11286 `lambda' rather than with `quote'.
11287 (eshell-do-opt): Adjust accordingly.
11288 (eshell-process-option): Simplify.
11289 * eshell/esh-var.el:
11290 * eshell/em-script.el: Require `esh-opt' for eshell-eval-using-options.
11291 * emacs-lisp/pcase.el (pcase--dontcare-upats, pcase--let*)
11292 (pcase--expand, pcase--u1): Rename pcase's internal `dontcare' pattern
11293 to `pcase--dontcare'.
11294 * emacs-lisp/cl.el (labels): Mark obsolete.
11295 (cl--letf, letf): Move to cl-lib.
11296 (cl--letf*, letf*): Remove.
11297 * emacs-lisp/cl-lib.el (cl-nth-value): Use defalias.
11298 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Add indent rule.
11299 (cl-progv): Rewrite.
11300 (cl--letf, cl-letf): Move from cl.el.
11301 (cl-letf*): New macro.
11302 * emacs-lisp/cl-extra.el (cl--progv-before, cl--progv-after): Remove.
11303
11304 2012-07-11 Michael Albinus <michael.albinus@gmx.de>
11305
11306 * net/ange-ftp.el (ange-ftp-cf1): Update the files cache.
11307
11308 2012-07-11 Chong Yidong <cyd@gnu.org>
11309
11310 * vc/log-edit.el (log-edit-vc-backend): New variable.
11311 (log-edit): Doc fix.
11312
11313 * vc/vc-dispatcher.el (vc-log-edit): New args. Use PARAMS
11314 argument of log-edit to set up all local variables.
11315 (vc-start-logentry): New optional arg specifying VC backend.
11316
11317 * vc/vc.el (vc-checkin): Use it.
11318 (vc-deduce-fileset): Handle Log Edit buffers.
11319 (vc-diff): Make first argument optional too.
11320
11321 * vc/log-view.el (log-view-vc-fileset, log-view-vc-backend): Doc fix.
11322
11323 2012-07-10 Michael Albinus <michael.albinus@gmx.de>
11324
11325 * eshell/esh-ext.el (eshell-remote-command): Remove remote part of
11326 command, just in case. The function is not needed anymore.
11327 (eshell-external-command): Do not call `eshell-remote-command'.
11328
11329 2012-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
11330
11331 Reduce use of (require 'cl).
11332 * vc/smerge-mode.el, vc/pcvs.el, vc/pcvs-util.el, vc/pcvs-info.el:
11333 * vc/diff-mode.el, vc/cvs-status.el, uniquify.el, scroll-bar.el:
11334 * register.el, progmodes/sh-script.el, net/gnutls.el, net/dbus.el:
11335 * msb.el, mpc.el, minibuffer.el, international/ucs-normalize.el:
11336 * international/quail.el, info-xref.el, imenu.el, image-mode.el:
11337 * font-lock.el, filesets.el, edmacro.el, doc-view.el, bookmark.el:
11338 * battery.el, avoid.el, abbrev.el: Use cl-lib.
11339 * vc/pcvs-parse.el, vc/pcvs-defs.el, vc/log-view.el, vc/log-edit.el:
11340 * vc/diff.el, simple.el, pcomplete.el, lpr.el, comint.el, loadhist.el:
11341 * jit-lock.el, international/iso-ascii.el, info.el, frame.el, bs.el:
11342 * emulation/crisp.el, electric.el, dired.el, cus-dep.el, composite.el:
11343 * calculator.el, autorevert.el, apropos.el: Don't require CL.
11344 * emacs-lisp/bytecomp.el (byte-recompile-directory, display-call-tree)
11345 (byte-compile-unfold-bcf, byte-compile-check-variable):
11346 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
11347 (byte-compile-nilconstp):
11348 * emacs-lisp/autoload.el (make-autoload): Use pcase.
11349 * face-remap.el (text-scale-adjust): Simplify pcase patterns.
11350
11351 * emacs-lisp/gv.el (cond): Make it a valid place.
11352 (if): Simplify slightly.
11353
11354 * emacs-lisp/pcase.el (pcase): Accept self-quoting exps as "upatterns".
11355 (pcase--self-quoting-p): New function.
11356 (pcase--u1): Use it.
11357
11358 2012-07-10 Glenn Morris <rgm@gnu.org>
11359
11360 * emacs-lisp/authors.el (authors-fixed-entries):
11361 (authors-renamed-files-alist): Update for configure.in -> configure.ac.
11362
11363 2012-07-09 Paul Eggert <eggert@cs.ucla.edu>
11364
11365 Rename configure.in to configure.ac (Bug#11603).
11366 * emacs-lisp/authors.el (authors-canonical-file-name):
11367 * progmodes/autoconf.el (autoconf-mode):
11368 Prefer configure.ac to configure.in.
11369
11370 2012-07-08 Chong Yidong <cyd@gnu.org>
11371
11372 * mouse.el (mouse-drag-line): Rewrite the track-mouse loop.
11373 Implement the mouse-1-click-follows-link handling properly.
11374
11375 * info.el (Info-link-keymap): Use follow-link mechanism for
11376 header-line links (Bug#374).
11377
11378 * simple.el (deactivate-mark): Do not set the primary selection
11379 if another program has acquired it (Bug#11772).
11380
11381 2012-07-07 Kevin Ryde <user42@zip.com.au>
11382
11383 * woman.el (woman-strings): Fix double-quote handling (Bug#1151).
11384 (woman-decode-region): Replace escaped-escapes without destroying
11385 bold or underline (Bug#11552).
11386 (woman2-process-escapes): Handle nofill regions (Bug#11591).
11387
11388 2012-07-07 Chong Yidong <cyd@gnu.org>
11389
11390 * simple.el (yank-pop-change-selection): Doc fix (Bug#11361).
11391 (interprogram-cut-function, interprogram-paste-function):
11392 Mention that we typically mean the clipboard.
11393
11394 2012-07-06 Glenn Morris <rgm@gnu.org>
11395
11396 * kmacro.el (kmacro-call-macro): Restore repeat message. (Bug#11817)
11397
11398 * files.el (toggle-read-only): Restrict message to interactive use.
11399
11400 2012-07-06 Michael Albinus <michael.albinus@gmx.de>
11401
11402 * net/tramp.el (tramp-restricted-shell-hosts-alist): New defcustom.
11403
11404 * net/tramp-sh.el (tramp-maybe-open-connection): Handle it.
11405
11406 2012-07-06 Glenn Morris <rgm@gnu.org>
11407
11408 * Makefile.in (compile-one-process): Rename from "recompile".
11409
11410 * Makefile.in (bzr-update): "compile" is the same as "recompile
11411 autoloads", but parallelizable, so use that instead.
11412
11413 2012-07-06 Dmitry Gutov <dgutov@yandex.ru>
11414
11415 * window.el (quit-window): Always restore window height when
11416 it's saved in quit-restore parameter (Bug#11810).
11417
11418 2012-07-06 Glenn Morris <rgm@gnu.org>
11419
11420 * simple.el (kill-whole-line): Doc tweak.
11421
11422 2012-07-06 Eli Zaretskii <eliz@gnu.org>
11423
11424 * files.el (file-relative-name): Compare file names
11425 case-insensitively if on MS-Windows or MS-DOS, or if
11426 read-file-name-completion-ignore-case is non-nil. Don't use
11427 case-fold-search for this purpose. (Bug#11827)
11428
11429 2012-07-17 Andreas Schwab <schwab@linux-m68k.org>
11430
11431 * calendar/cal-dst.el (calendar-current-time-zone):
11432 Return calendar-current-time-zone-cache if non-nil.
11433
11434 2012-07-17 Masatake YAMATO <yamato@redhat.com>
11435 2012-07-06 Andreas Schwab <schwab@linux-m68k.org>
11436
11437 * calendar/cal-dst.el (calendar-current-time-zone):
11438 Return calendar-current-time-zone-cache if non-nil.
11439
11440 2012-07-06 Glenn Morris <rgm@gnu.org>
11441
11442 * Makefile.in (cvs-update): Remove old alias.
11443
11444 2012-07-05 Michael Albinus <michael.albinus@gmx.de>
11445
11446 Sync with Tramp 2.2.6-pre.
11447
11448 * net/tramp.el (tramp-drop-volume-letter): Provide an XEmacs
11449 compatible declaration.
11450
11451 * net/tramp-cmds.el (tramp-append-tramp-buffers):
11452 Protect `list-load-path-shadows' call.
11453
11454 * net/tramp-compat.el (top): Require packages, which aren't
11455 autoloaded anymore for XEmacs. Protect call of
11456 `tramp-file-name-handler' by `tramp-compat-funcall', pacifying the
11457 compiler. Do not require tramp-util.el and tramp-vc.el anymore,
11458 it hurts at least for SXEmacs.
11459 (tramp-compat-temporary-file-directory): In XEmacs, there is no
11460 standard-value for `temporary-file-directory'.
11461
11462 * net/tramp-sh.el (tramp-do-directory-files-and-attributes-with-stat):
11463 Redirect stderr to /dev/null.
11464 (tramp-sh-handle-write-region): uid and gid can be floats.
11465 Reported by Russell Sim <russell.sim@gmail.com>.
11466 (tramp-sh-handle-vc-registered): Hide errors.
11467 (tramp-vc-file-name-handler): Use dummy results for `process-file'
11468 and `start-file-process'.
11469 (tramp-maybe-open-connection): Check also whether `non-essential'
11470 is bound.
11471
11472 2012-07-04 Chong Yidong <cyd@gnu.org>
11473
11474 * xml.el (xml--parse-buffer): Use xml-syntax-table.
11475 (xml-parse-tag): Likewise, and avoid changing entity tables.
11476 (xml-syntax-table): Define from scratch, making sure not to give
11477 x2000 and other Unicode spaces whitespace syntax, since those are
11478 not spaces in XML.
11479 (xml-parse-fragment): Delete unused function.
11480 (xml-name-start-char-re, xml-name-char-re, xml-name-re)
11481 (xml-names-re, xml-nmtoken-re, xml-nmtokens-re, xml-char-ref-re)
11482 (xml-entity-ref, xml-pe-reference-re)
11483 (xml-reference-re,xml-att-value-re, xml-tokenized-type-re)
11484 (xml-notation-type-re, xml-enumeration-re, xml-enumerated-type-re)
11485 (xml-att-type-re, xml-default-decl-re, xml-att-def-re)
11486 (xml-entity-value-re): Use syntax references in regexps where
11487 possible; no need to define inside a let-binding.
11488 (xml-parse-dtd): Use xml-pe-reference-re.
11489 (xml-entity-or-char-ref-re): New defconst.
11490 (xml-parse-string, xml-substitute-special): Use it.
11491
11492 2012-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
11493
11494 * files.el (locate-dominating-file): Allow `name' to be a predicate.
11495 (find-file--read-only): New function.
11496 (find-file-read-only, find-file-read-only-other-window)
11497 (find-file-read-only-other-frame): Use it.
11498 (insert-file-contents-literally): Don't `fset'.
11499 (get-free-disk-space): Use locate-dominating-file.
11500
11501 * emacs-lisp/bytecomp.el (byte-compile): Don't signal an error if the
11502 function is already compiled.
11503
11504 * xml.el (xml-name-regexp): Remove, redundant. Use xml-name-re.
11505
11506 2012-07-03 Michael Albinus <michael.albinus@gmx.de>
11507
11508 * vc/ediff-diff.el (ediff-same-file-contents): Fix it for remote
11509 files on the same host.
11510
11511 2012-07-03 Andreas Schwab <schwab@linux-m68k.org>
11512
11513 * help-fns.el (describe-function-1): Only call
11514 help-fns--autoloaded-p when we have a file name. (Bug#11848)
11515
11516 2012-07-03 Chong Yidong <cyd@gnu.org>
11517
11518 * xml.el: Protect parser against XML bombs.
11519 (xml-entity-expansion-limit): New variable.
11520 (xml-parse-string, xml-substitute-special): Use it.
11521 (xml-parse-dtd): Avoid infloop if the DTD is not terminated.
11522
11523 2012-07-03 Glenn Morris <rgm@gnu.org>
11524
11525 * progmodes/bug-reference.el (bug-reference-bug-regexp):
11526 Allow linking to specific messages in debbugs reports (eg 123#5).
11527
11528 2012-07-02 Chong Yidong <cyd@gnu.org>
11529
11530 * xml.el: Fix entity and character reference expansion, allowing
11531 them to expand into markup as per XML spec.
11532 (xml-default-ns): New variable.
11533 (xml-entity-alist): Use XML spec definitions for lt and amp.
11534 (xml-parse-region): Make first two arguments optional.
11535 Discard text properties.
11536 (xml-parse-tag-1): New function, spun off from xml-parse-tag.
11537 All callers changed.
11538 (xml-parse-tag): Call xml-parse-tag-1. For backward
11539 compatibility, this function should not modify buffer contents.
11540 (xml-parse-tag-1): Fix opening-tag regexp.
11541 (xml-parse-string): Rewrite, handling entity and character
11542 references properly.
11543 (xml--entity-replacement-text): Signal an error if a parameter
11544 entity is undefined.
11545
11546 2012-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
11547
11548 * comint.el (comint-output-filter): Filter out repeated prompts.
11549
11550 * net/ange-ftp.el (ange-ftp-expand-file-name): Use ange-ftp-ftp-name
11551 and file-name-absolute-p.
11552 (ange-ftp-file-exists-p): Use ange-ftp-file-exists-p for
11553 internal calls.
11554
11555 2012-07-02 Paul Eggert <eggert@cs.ucla.edu>
11556
11557 Spelling fixes.
11558 * emacs-lisp/bytecomp.el (byte-compile--reify-function):
11559 Rename from byte-compile--refiy-function. All uses changed.
11560
11561 2012-07-01 Chong Yidong <cyd@gnu.org>
11562
11563 * xml.el (xml--parse-buffer): New function. Move most of
11564 xml-parse-region here.
11565 (xml-parse-region): Copy region into a temporary buffer, since
11566 parameter entity substitution requires changing buffer contents.
11567 Use xml--parse-buffer.
11568 (xml-parse-file): Use xml--parse-buffer.
11569 (xml-parse-dtd): Make parameter entity substitution work right.
11570 Use proper regexps for ELEMENT declarations (Bug#7172).
11571
11572 2012-06-30 Glenn Morris <rgm@gnu.org>
11573
11574 * comint.el (follow-comint-scroll-to-bottom): Fix declaration.
11575
11576 * net/secrets.el, net/tramp-gvfs.el, net/xesam.el, net/zeroconf.el:
11577 Remove outdated and unnecessary dbus declarations.
11578
11579 2012-06-30 Eli Zaretskii <eliz@gnu.org>
11580
11581 * emacs-lisp/timer.el (timer-until): Subtract results of
11582 float-time, instead of taking float-time of the result of
11583 time-subtract, since float-time signals an error for negative time
11584 arguments.
11585
11586 2012-06-30 Chong Yidong <cyd@gnu.org>
11587
11588 * xml.el (xml-*-re): Convert defvars into defconsts, and
11589 eval-and-compile them so eval-and-compile works on derivatives.
11590 (xml--entity-replacement-text): Use eval-and-comple.
11591
11592 2012-06-30 Michael Albinus <michael.albinus@gmx.de>
11593
11594 * vc/vc-git.el (vc-git-registered): Use cache property
11595 `git-registered'.
11596 (vc-git-mode-line-string): Call `vc-working-revision' instead of
11597 `vc-git-working-revision' in order to benefit from the cache.
11598 (vc-git-root): Use cache property `git-root'. (Bug#11757)
11599
11600 2012-06-30 Dmitry Gutov <dgutov@yandex.ru>
11601
11602 * vc/vc-hooks.el (vc-before-save): Clear cache if file has been
11603 removed (likely outside Emacs). (Bug#11757)
11604
11605 2012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
11606
11607 * emacs-lisp/cl-lib.el: Require macroexp.
11608
11609 2012-06-30 Chong Yidong <cyd@gnu.org>
11610
11611 * xml.el: Implement XML parameter entities.
11612 (xml-parameter-entity-alist): New variable.
11613 (xml-parse-region, xml-parse-fragment): Preserve previous values
11614 of xml-entity-alist and xml-parameter-entity-alist, so that
11615 repeated calls on different documents do not change them.
11616 (xml-parse-tag): Fix doctype regexp.
11617 (xml--entity-replacement-text): New function.
11618 (xml-parse-dtd): Use it. Don't handle system entities; doing that
11619 properly requires url retrieval which is unimplemented.
11620 (xml-escape-string): Doc fix.
11621
11622 2012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
11623
11624 * emacs-lisp/cl-lib.el (cl-pushnew): Use macroexp-let2.
11625
11626 2012-06-29 Dmitry Antipov <dmantipov@yandex.ru>
11627
11628 * fringe.el (fringe-mode): Doc fix.
11629
11630 2012-06-29 Michael Albinus <michael.albinus@gmx.de>
11631
11632 * net/ange-ftp.el (ange-ftp-get-passwd): Throw if `non-essential'
11633 is non-nil.
11634 (ange-ftp-ignore-errors-if-non-essential): New defmacro.
11635 (ange-ftp-file-name-all-completions): Use it. (Bug#11808)
11636
11637 2012-06-29 Andreas Schwab <schwab@linux-m68k.org>
11638
11639 * calendar/cal-dst.el (calendar-current-time-zone):
11640 Return calendar-current-time-zone-cache if non-nil.
11641
11642 2012-06-29 Masatake YAMATO <yamato@redhat.com>
11643
11644 * progmodes/which-func.el (which-func-format):
11645 Add mouse-face. (Bug#11698)
11646
11647 2012-06-29 Leo Liu <sdl.web@gmail.com>
11648
11649 * textmodes/enriched.el (enriched-next-annotation): Use eq (Bug#11528).
11650
11651 2012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
11652
11653 * minibuffer.el (minibuffer-confirm-exit-commands):
11654 Add completion-at-point (bug#11725).
11655
11656 2012-06-29 Glenn Morris <rgm@gnu.org>
11657
11658 * progmodes/f90.el (f90-font-lock-keywords-2):
11659 Add some preprocessor elements. (Bug#10499)
11660
11661 2012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
11662
11663 * progmodes/cperl-mode.el (cperl-update-syntaxification):
11664 Use syntax-propertize (bug#11739).
11665
11666 2012-06-28 Juanma Barranquero <lekktu@gmail.com>
11667
11668 * emacs-lisp/cl-lib.el (cl-pushnew): Don't capture X (bug#11811).
11669
11670 2012-06-28 Julien Danjou <julien@danjou.info>
11671
11672 * term.el (term-handle-colors-array): Use a set of new faces to
11673 color the terminal. Also uses :inverse-video property.
11674 (term-default-fg-color): Set to nil by default, deprecate in favor
11675 of `term-face'.
11676 (term-default-bg-color): Set to nil by default, deprecate in favor
11677 of `term-face'.
11678 (term-current-face): Use `term-face' by default.
11679 (term-bold-attribute): Variable deleted.
11680
11681 2012-06-28 Glenn Morris <rgm@gnu.org>
11682
11683 * simple.el (completion-list-mode-finish):
11684 Don't use toggle-read-only. (Since completion-list-mode has
11685 a special mode-class, it wasn't doing anything extra anyway.)
11686
11687 2012-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
11688
11689 Make inlining of other-mode interpreted functions work (bug#11799).
11690 * emacs-lisp/bytecomp.el (byte-compile--refiy-function): New fun.
11691 (byte-compile): Use it to fix compilation of lexical-binding closures.
11692 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Compile the
11693 function, if needed.
11694
11695 2012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
11696
11697 * help-mode.el (help-make-xrefs): Don't just withstand
11698 cyclic-variable-indirection but any error in documentation-property.
11699
11700 * loadup.el (purify-flag): Pre-grow the hash-table to reduce the
11701 memory use.
11702 * bindings.el (bindings--define-key): New function.
11703 * vc/vc-hooks.el, replace.el, menu-bar.el, international/mule-cmds.el:
11704 * emacs-lisp/lisp-mode.el, buff-menu.el, bookmark.el:
11705 * bindings.el: Use it to purecopy define-key bindings.
11706
11707 * textmodes/rst.el (rst-adornment-faces-alist): Avoid copy-list.
11708
11709 * emacs-lisp/cl.el (flet): Mark obsolete.
11710 * emacs-lisp/cl-macs.el (cl-flet*): New macro.
11711 * vc/vc-rcs.el (vc-rcs-annotate-command, vc-rcs-parse):
11712 * progmodes/js.el (js-c-fill-paragraph):
11713 * progmodes/ebrowse.el (ebrowse-switch-member-buffer-to-sibling-class)
11714 (ebrowse-switch-member-buffer-to-derived-class):
11715 * play/5x5.el (5x5-solver): Use cl-flet.
11716
11717 * emacs-lisp/cl.el: Use lexical-binding. Fix flet (bug#11780).
11718 (cl--symbol-function): New macro.
11719 (cl--letf, cl--letf*): Use it.
11720
11721 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
11722 Strip "toggle-" if any.
11723
11724 2012-06-27 Glenn Morris <rgm@gnu.org>
11725
11726 * info.el (Info-default-directory-list): Move here from paths.el.
11727 * paths.el: Remove file, which is now empty.
11728 * loadup.el: No longer load "paths".
11729
11730 * custom.el (custom-initialize-delay): Doc fix.
11731
11732 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
11733 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
11734 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
11735 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
11736 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
11737 * eshell/em-xtra.el: Replace eshell-defgroup with "(progn (defgroup".
11738 * eshell/eshell.el (eshell-defgroup): Remove alias.
11739
11740 2012-06-27 Chong Yidong <cyd@gnu.org>
11741
11742 * help.el (help-enable-auto-load): New variable.
11743
11744 * help-fns.el (help-fns--autoloaded-p): New function.
11745 (describe-function-1): Refer to a function as "autoloaded" if it
11746 was autoloaded at any time in the past. Perform autoloading if
11747 help-enable-auto-load is non-nil.
11748
11749 2012-06-26 Eli Zaretskii <eliz@gnu.org>
11750
11751 * makefile.w32-in (compile, compile-always): Depend on
11752 update-subdirs, not on subdirs.el. Otherwise, several different
11753 sub-targets of 'bootstrap' running in parallel could
11754 simultaneously write to subdirs.el, producing a garbled file.
11755
11756 2012-06-26 Sam Steingold <sds@gnu.org>
11757
11758 * files.el (file-name-base): New convenience function.
11759 * autoinsert.el, cus-dep.el, doc-view.el, image-dired.el:
11760 * woman.el, eshell/esh-cmd.el, progmodes/ada-xref.el:
11761 * progmodes/cc-defs.el, progmodes/cperl-mode.el:
11762 * progmodes/flymake.el, progmodes/gud.el, progmodes/idlwave.el:
11763 * textmodes/ispell.el, textmodes/reftex-ref.el:
11764 * textmodes/tex-mode.el: Use it.
11765 Did not touch cedet and org because they are maintained elsewhere.
11766
11767 2012-06-26 Martin Rudalics <rudalics@gmx.at>
11768
11769 * calendar/calendar.el (calendar-exit): Don't try to delete or
11770 iconify last frame. See:
11771 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00372.html
11772
11773 2012-06-25 Jim Diamond <Jim.Diamond@AcadiaU.ca> (tiny change)
11774
11775 * server.el (server-process-filter): Remember dir in the
11776 process's `server-client-directory' properties.
11777
11778 2012-06-24 Chong Yidong <cyd@gnu.org>
11779
11780 * xml.el (xml-parse-tag): Correctly handle comment embedded in
11781 non-tag text.
11782
11783 2012-06-23 Juanma Barranquero <lekktu@gmail.com>
11784
11785 * makefile.w32-in (COMPILE_FIRST): Synch with changes in 2012-06-22T21:24:54Z!monnier@iro.umontreal.ca.
11786
11787 2012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
11788
11789 * help-fns.el (describe-variable): Don't croak when doc is not found.
11790 * vc/pcvs.el (cvs-retrieve-revision): Avoid toggle-read-only.
11791 * menu-bar.el (menu-bar-line-wrapping-menu): Purecopy a tiny bit more.
11792 * emacs-lisp/syntax.el (syntax-ppss): Simplify with new `if' place.
11793 * emacs-lisp/smie.el (smie-next-sexp): CSE.
11794 * emacs-lisp/macroexp.el (macroexp-let2): Fix edebug spec and avoid
11795 ((lambda ..) ..).
11796 * emacs-lisp/eieio.el (eieio-oref, slot-value): Use simpler defsetf.
11797
11798 2012-06-23 Chong Yidong <cyd@gnu.org>
11799
11800 * info.el (Info-mouse-follow-link): Accept symbol values of
11801 link-args. Select window; suggested by Gerhard Kahl (Bug#11672).
11802 (Info-fontify-node): Use Info-link-keymap for all navigation
11803 buttons, with link-args property to perform the desired action.
11804 (Info-link-keymap): Doc fix.
11805 (Info-next-link-keymap, Info-prev-link-keymap)
11806 (Info-up-link-keymap): Delete now-unused keymaps.
11807
11808 2012-06-23 Chong Yidong <cyd@gnu.org>
11809
11810 * mouse.el (mouse-drag-track): Deactivate the mark before popping.
11811
11812 * progmodes/python.el (python-skeleton-define): Mark abbrevs as
11813 system abbrevs.
11814
11815 * ansi-color.el (ansi-color-apply-on-region): Doc fix.
11816
11817 2012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
11818
11819 * emacs-lisp/cl-macs.el (cl--make-usage-args): Handle improper lists
11820 (bug#11719).
11821
11822 * minibuffer.el (completion--twq-try): Try to fail more gracefully when
11823 the requote function doesn't work properly (bug#11714).
11824
11825 2012-06-23 Glenn Morris <rgm@gnu.org>
11826
11827 * pcmpl-rpm.el (pcmpl-rpm-packages): Give status messages.
11828
11829 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
11830
11831 Further GV/CL cleanups.
11832 * emacs-lisp/gv.el (gv-get): Autoload functions to find their
11833 gv-expander.
11834 (gv--defun-declaration): New function.
11835 (defun-declarations-alist): Use it.
11836 (gv-define-modify-macro, gv-pushnew!, gv-inc!, gv-dec!): Remove.
11837 (gv-place): Autoload.
11838 * emacs-lisp/cl.el (cl--dotimes, cl--dolist): Remember subr.el's
11839 original definition of dotimes and dolist.
11840 * emacs-lisp/cl-macs.el (cl-expr-access-order): Remove unused.
11841 (cl-dolist, cl-dotimes): Use `dolist' and `dotimes'.
11842 * emacs-lisp/cl-lib.el: Move gv handlers from cl-macs to here.
11843 (cl-fifth, cl-sixth, cl-seventh, cl-eighth)
11844 (cl-ninth, cl-tenth): Move gv handler to the function's definition.
11845 * emacs-lisp/cl-extra.el (cl-subseq, cl-get, cl-getf): Move gv handler
11846 to the function's definition.
11847 * Makefile.in (COMPILE_FIRST): Re-order to speed it up by about 50%.
11848 * window.el:
11849 * files.el:
11850 * faces.el:
11851 * env.el: Don't use CL.
11852
11853 2012-06-22 Paul Eggert <eggert@cs.ucla.edu>
11854
11855 Support higher-resolution time stamps (Bug#9000).
11856
11857 * calendar/time-date.el (with-decoded-time-value): New arg
11858 PICO-SYMBOL in VARLIST. It's optional, for backward compatibility.
11859 (encode-time-value): New optional arg PICO. New type 3.
11860 (time-to-seconds) [!float-time]: Support the new picoseconds
11861 component if it's used.
11862 (seconds-to-time, time-subtract, time-add):
11863 Support ps-resolution time stamps as well.
11864
11865 * emacs-lisp/timer.el (timer): New component psecs. All uses changed.
11866 (timerp): Timer vectors now have length 9, not 8.
11867 (timer--time): Support new-style (4-part) time stamps.
11868 (timer-next-integral-multiple-of-time): Time stamps now have
11869 picosecond resolution, so take a bit more care about rounding.
11870 (timer-relative-time, timer-inc-time): New optional arg psecs.
11871 (timer-set-time-with-usecs): Set psecs to 0.
11872 (timer--activate): Check psecs component, too.
11873
11874 * proced.el (proced-time-lessp): Support ps-resolution stamps.
11875
11876 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
11877
11878 * icomplete.el (icomplete-minibuffer-setup, icomplete-completions):
11879 Move the non-essential binding to the post/pre-command-hook where it is
11880 more obviously correct.
11881
11882 * subr.el (read-passwd): Don't use a history at all.
11883 * savehist.el (savehist-save): Remove password saved accidentally
11884 because of the above bug.
11885
11886 2012-06-22 Bastien Guerry <bzg@gnu.org>
11887
11888 * files.el (toggle-read-only): Display a message telling whether
11889 the buffer is read-only or not (bug#11726).
11890
11891 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
11892
11893 * emacs-lisp/gv.el: New file.
11894 * subr.el (push, pop): Extend to generalized variables.
11895 * loadup.el (macroexp): Unload if preloaded and uncompiled (bug#11657).
11896 * emacs-lisp/cl-lib.el (cl-pop, cl-push, cl--set-nthcdr): Remove.
11897 * emacs-lisp/cl-macs.el: Require gv. Use gv-define-setter,
11898 gv-define-simple-setter, and gv-define-expander.
11899 Remove setf-methods defined in gv. Rename cl-setf -> setf.
11900 (cl-setf, cl-do-pop, cl-get-setf-method): Remove.
11901 (cl-letf, cl-letf*, cl-define-modify-macro, cl-defsetf)
11902 (cl-define-setf-expander, cl-struct-setf-expander): Move to cl.el.
11903 (cl-remf, cl-shiftf, cl-rotatef, cl-callf, cl-callf2): Rewrite with
11904 gv-letplace.
11905 (cl-defstruct): Don't define setf-method any more.
11906 * emacs-lisp/cl.el (flet): Don't autoload.
11907 (cl--letf, letf, cl--letf*, letf*, cl--gv-adapt)
11908 (define-setf-expander, defsetf, define-modify-macro)
11909 (cl-struct-setf-expander): Move from cl-lib.el.
11910 * emacs-lisp/syntax.el:
11911 * emacs-lisp/ewoc.el:
11912 * emacs-lisp/smie.el:
11913 * emacs-lisp/cconv.el:
11914 * emacs-lisp/timer.el: Rename cl-setf -> setf, cl-push -> push.
11915 (timer--time): Use gv-define-simple-setter.
11916 * emacs-lisp/macroexp.el (macroexp-let2): Rename from macroexp-let²
11917 to avoid coding-system problems in subr.el. Adjust all users.
11918 (macroexp--maxsize, macroexp-small-p): New functions.
11919 * emacs-lisp/bytecomp.el (byte-compile-file): Don't use cl-letf.
11920 * scroll-bar.el (scroll-bar-mode):
11921 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
11922 (normal-erase-is-backspace-mode): Don't use the `eq' place.
11923 * winner.el (winner-configuration, winner-make-point-alist)
11924 (winner-set-conf, winner-get-point, winner-set): Don't abuse letf.
11925 * files.el (locate-file-completion-table): Avoid list*.
11926
11927 2012-06-22 Chong Yidong <cyd@gnu.org>
11928
11929 * dired-aux.el (dired-do-create-files): Doc fix (Bug#11327).
11930 (dired-create-files): Doc fix (Bug#11329).
11931 (dired-do-copy): Doc fix (Bug#11334).
11932 (dired-mark-read-string): Doc fix (Bug#11553).
11933
11934 * dired.el (dired-recursive-copies, dired-recursive-deletes):
11935 Doc fix (Bug#11326).
11936 (dired-make-relative): Doc fix (Bug#11332). Remove unused arg.
11937 (dired-dwim-target): Doc fix.
11938
11939 * wdired.el (wdired-mode): Doc fix.
11940
11941 2012-06-22 Glenn Morris <rgm@gnu.org>
11942
11943 * pcmpl-rpm.el (pcmpl-rpm-cache): New option.
11944 (pcmpl-rpm-cache-stamp-file): New constant.
11945 (pcmpl-rpm-cache-time, pcmpl-rpm-packages): New variables.
11946 (pcmpl-rpm-packages): Optionally cache list of packages.
11947
11948 * pcmpl-rpm.el (pcmpl-rpm): New group.
11949 (pcmpl-rpm-query-options): New option.
11950 (pcmpl-rpm-packages): No need to inline it.
11951 Use pcmpl-rpm-query-options.
11952
11953 * calendar/calendar.el (calendar-in-read-only-buffer):
11954 Avoid some needless mode changes.
11955
11956 2012-06-21 Chong Yidong <cyd@gnu.org>
11957
11958 * desktop.el (desktop-read): Don't prompt if daemon (Bug#11674).
11959 (desktop-path): Remove . from the default value (Bug#10977).
11960 (desktop-read): Use user-emacs-directory if desktop-path is nil.
11961
11962 2012-06-20 Chong Yidong <cyd@gnu.org>
11963
11964 * term.el (term-send-raw-meta): Make C-M-<char> keys work (Bug#8172).
11965
11966 2012-06-20 David Röthlisberger <david@rothlis.net> (tiny change)
11967
11968 * ido.el (ido-switch-buffer, ido-find-file): Fix up doc of C-j
11969 (bug#11201).
11970
11971 2012-06-20 Chong Yidong <cyd@gnu.org>
11972
11973 * term.el (term-window-width): Handle the case of a missing right
11974 fringe (Bug#8837).
11975 (term-check-size): Use window-text-height (Bug#5445).
11976 (term-mode): Use define-derived-mode. Minor cleanups.
11977 Set font-lock-defaults (Bug#7692).
11978 (term-move-columns, term-insert-char, term-emulate-terminal)
11979 (term-erase-in-line, term-insert-spaces): Use font-lock-face.
11980
11981 2012-06-20 Michael Albinus <michael.albinus@gmx.de>
11982
11983 * net/ange-ftp.el (ange-ftp-get-passwd):
11984 Bind `enable-recursive-minibuffers'.
11985 (ange-ftp-get-process): Throw if `non-essential' is non-nil.
11986
11987 2012-06-19 David Röthlisberger <david@rothlis.net> (tiny change)
11988
11989 * ido.el (ido-find-file): Mention C-d binding in docstring (bug#11244).
11990
11991 2012-06-19 Glenn Morris <rgm@gnu.org>
11992
11993 * progmodes/python.el (python-mode): Derive from prog-mode.
11994
11995 2012-06-19 Kevin Gallagher <Kevin.Gallagher@boeing.com>
11996
11997 * emulation/edt.el (edt-default-menu-bar-update-buffers)
11998 (edt-user-menu-bar-update-buffers): New functions.
11999 (edt-default-emulation-setup, edt-user-emulation-setup): Use them.
12000
12001 2012-06-19 Chong Yidong <cyd@gnu.org>
12002
12003 * subr.el (with-selected-window): Preserve the selected window's
12004 terminal's top-frame (Bug#4702).
12005
12006 * window.el (save-selected-window): Likewise.
12007
12008 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
12009
12010 * progmodes/python.el (python-rx-constituents): Move backquote.
12011 (python-skeleton-define, python-define-auxiliary-skeleton):
12012 Use `declare'.
12013
12014 2012-06-18 Michael Albinus <michael.albinus@gmx.de>
12015
12016 * minibuffer.el (read-file-name-default): Revert the patch from
12017 2012-06-17.
12018
12019 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
12020
12021 * emacs-lisp/pcase.el (pcase--expand): Warn for unused pattern.
12022 (pcase--u1, pcase--q1): Don't use apply-partially.
12023
12024 2012-06-18 Glenn Morris <rgm@gnu.org>
12025
12026 * progmodes/python.el (python-proc, python-buffer)
12027 (python-send-receive, python-send-string): Fix obsolete versions.
12028
12029 2012-06-18 Martin Rudalics <rudalics@gmx.at>
12030
12031 * window.el (special-display-p): Completely remove stringp
12032 check. Suggested by Andreas Schwab <schwab@linux-m68k.org>.
12033
12034 2012-06-17 Michael Albinus <michael.albinus@gmx.de>
12035
12036 * minibuffer.el (read-file-name-default): Bind `non-essential' to `t'.
12037
12038 * net/tramp.el (tramp-file-name-handler): Catch 'non-essential.
12039
12040 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-start-process):
12041 * net/tramp-sh.el (tramp-maybe-open-connection):
12042 Throw if `non-essential' is non-nil.
12043
12044 2012-06-17 Martin Rudalics <rudalics@gmx.at>
12045
12046 * window.el (special-display-p): Signal an error if BUFFER-NAME
12047 is not a string (Bug#11713).
12048
12049 2012-06-17 Paul Eggert <eggert@cs.ucla.edu>
12050
12051 * progmodes/python.el (python-info-beginning-of-backslash):
12052 Rename from python-info-beginning-of-backlash, as a spelling fix.
12053
12054 2012-06-17 Chong Yidong <cyd@gnu.org>
12055
12056 * term.el (term-emulate-terminal): If term-check-size is called,
12057 move point to the process mark without resetting point (Bug#4635).
12058
12059 2012-06-17 Glenn Morris <rgm@gnu.org>
12060
12061 * international/mule-cmds.el (mule-menu-keymap)
12062 (set-language-environment, set-locale-environment): Doc tweaks.
12063
12064 2012-06-16 Aurelien Aptel <aurelien.aptel@gmail.com>
12065
12066 * cus-face.el (custom-face-attributes): Add wave-style underline
12067 attribute.
12068 * faces.el (set-face-attribute): Update docstring to describe
12069 wave-style underline attribute.
12070
12071 2012-06-16 Chong Yidong <cyd@gnu.org>
12072
12073 * term/xterm.el (terminal-init-xterm): Discard input before
12074 querying background mode (Bug#10959).
12075
12076 2012-06-16 Stefan Merten <smerten@oekonux.de>
12077
12078 * textmodes/rst.el: Added and corrected some comments.
12079 (rst-re-alist-def): Improve symbol syntax.
12080 (rst-mode-syntax-table): Correct syntax entries.
12081 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
12082 (rst-official-version, rst-official-cvs-rev): Update version
12083 information.
12084
12085 2012-06-15 Juanma Barranquero <lekktu@gmail.com>
12086
12087 * makefile.w32-in (COMPILE_FIRST): Synch with makefile.in changes
12088 in 2008-06-22T13:57:28Z!monnier@iro.umontreal.ca.
12089
12090 2012-06-15 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
12091
12092 * progmodes/python.el: New python.el merge.
12093 (python-guess-indent): Obsolete var.
12094 (python-indent-guess-indent-offset): New defcustom.
12095 (python-indent): Obsolete var.
12096 (python-indent-offset): New defcustom.
12097 (python-python-command, python-jython-command): Delete var.
12098 (python-shell-interpreter): New defcustom.
12099 (python-pdbtrack-do-tracking-p): Delete var.
12100 (python-pdbtrack-activate): New defcustom.
12101 (python-use-skeletons): Obsolete var.
12102 (python-skeleton-autoinsert): New defcustom.
12103 (inferior-python-filter-regexp, python-continuation-offset)
12104 (python-honour-comment-indentation, python-indent-string-contents)
12105 (python-jython-packages, python-mode-hook)
12106 (python-pdbtrack-minor-mode-string, python-remove-cwd-from-path)
12107 (python-shell-prompt-alist)
12108 (python-source-modes): Delete defcustoms.
12109 (python-check-buffer-name, python-eldoc-setup-code)
12110 (python-eldoc-string-code, python-ffap-setup-code)
12111 (python-ffap-string-code, python-fill-comment-function)
12112 (python-fill-decorator-function, python-fill-paren-function)
12113 (python-fill-string-function, python-imenu-include-defun-type)
12114 (python-imenu-make-tree, python-imenu-subtree-root-label)
12115 (python-pdbtrack-stacktrace-info-regexp, python-shell-buffer-name)
12116 (python-shell-compilation-regexp-alist)
12117 (python-shell-completion-module-string-code)
12118 (python-shell-completion-pdb-string-code)
12119 (python-shell-completion-setup-code)
12120 (python-shell-completion-string-code)
12121 (python-shell-enable-font-lock, python-shell-exec-path)
12122 (python-shell-extra-pythonpaths)
12123 (python-shell-internal-buffer-name, python-shell-interpreter-args)
12124 (python-shell-process-environment)
12125 (python-shell-prompt-block-regexp)
12126 (python-shell-prompt-output-regexp)
12127 (python-shell-prompt-pdb-regexp, python-shell-prompt-regexp)
12128 (python-shell-send-setup-max-wait, python-shell-setup-codes)
12129 (python-shell-virtualenv-path): New defcustoms.
12130 (brm-menu, eldoc-documentation-function, inferior-python-mode-map)
12131 (inferior-python-mode-syntax-table, python--prompt-regexp)
12132 (python-buffer, python-command python-python-command)
12133 (python-default-template, python-imports, python-indent-index)
12134 (python-indent-list, python-indent-list-length)
12135 (python-mode-running, python-pdbtrack-is-tracking-p)
12136 (python-preoutput-continuation, python-preoutput-leftover)
12137 (python-preoutput-result, python-preoutput-skip-next-prompt)
12138 (python-prev-dir/file, python-recursing)
12139 (python-saved-check-command, python-version-checked)
12140 (python-which-func-length-limit)
12141 (view-return-to-alist): Delete vars.
12142 (python-check-custom-command, python-dotty-syntax-table)
12143 (python-imenu-index-alist, python-indent-current-level)
12144 (python-indent-dedenters, python-indent-levels)
12145 (python-nav-beginning-of-defun-regexp)
12146 (python-nav-list-defun-positions-cache)
12147 (python-pdbtrack-buffers-to-kill, python-pdbtrack-tracked-buffer)
12148 (python-shell-internal-buffer)
12149 (python-skeleton-available): New vars.
12150 (def-python-skeleton): Delete macro.
12151 (python-skeleton-define): New macro.
12152 (python-define-auxiliary-skeleton, python-rx): New macros.
12153 (python-insert-class): Delete command.
12154 (python-skeleton-class): New command.
12155 (python-insert-def): Delete command.
12156 (python-skeleton-def): New command.
12157 (python-insert-for): Delete command.
12158 (python-skeleton-for): New command.
12159 (python-insert-if): Delete command.
12160 (python-skeleton-if): New command.
12161 (python-insert-try/except, python-insert-try/finally): Delete commands.
12162 (python-skeleton-try): New command.
12163 (python-insert-while): Delete command.
12164 (python-skeleton-while): New command.
12165 (python-backspace): Delete command.
12166 (python-indent-dedent-line-backspace): New command.
12167 (python-electric-colon): Delete command.
12168 (python-indent-electric-colon): New command.
12169 (python-guess-indent): Delete command.
12170 (python-indent-guess-indent-offset): New command.
12171 (python-shift-left): Delete command.
12172 (python-indent-shift-left): New command.
12173 (python-shift-right): Delete command.
12174 (python-indent-shift-right): New command.
12175 (python-find-function): Delete command.
12176 (python-nav-jump-to-defun): New command.
12177 (python-next-statement): Delete command.
12178 (python-nav-forward-sentence): New command.
12179 (python-previous-statement): Delete command.
12180 (python-nav-backward-sentence): New command.
12181 (python-fill-paragraph): Delete command.
12182 (python-fill-paragraph-function): New command.
12183 (python-send-buffer): Delete command.
12184 (python-shell-send-buffer): New command.
12185 (python-send-defun): Delete command.
12186 (python-shell-send-defun): New command.
12187 (python-send-region, python-send-region-and-go): Delete commands.
12188 (python-shell-send-region)
12189 (python-shell-switch-to-shell): New commands.
12190 (python-send-string): Delete command.
12191 (python-shell-send-string): New command.
12192 (python-switch-to-python): Delete command.
12193 (python-shell-switch-to-shell): New command.
12194 (python-describe-symbol): Delete command.
12195 (python-eldoc-at-point): New command.
12196 (python--set-prompt-regexp, python-args-to-list)
12197 (python-after-info-look, python-check-version)
12198 (python-check-comint-prompt, python-find-imports)
12199 (python-execute-file, turn-off-pdbtrack, turn-on-pdbtrack)
12200 (python-unload-function, python-expand-template)
12201 (python-maybe-jython, python-preoutput-filter)
12202 (python-pdbtrack-get-source-buffer)
12203 (python-pdbtrack-grub-for-buffer, python-pdbtrack-overlay-arrow)
12204 (python-pdbtrack-toggle-stack-tracking)
12205 (python-pdbtrack-track-stack-file, python-initial-text)
12206 (python-first-word, python-comment-line-p, python-send-command)
12207 (python-setup-brm, python-sentinel, python-set-proc)
12208 (python-skip-out, python-input-filter, python-outdent-p)
12209 (python-outline-level, python-backslash-continuation-line-p)
12210 (python-end-of-block, python-end-of-statement, python-mark-block)
12211 (python-beginning-of-block, python-beginning-of-statement)
12212 (python-blank-line-p, python-beginning-of-string)
12213 (python-open-block-statement-p): Delete functions.
12214 (python-indent-line, python-indent-line-1): Delete functions.
12215 (python-indent-line): New function.
12216 (python-indentation-levels): Delete function.
12217 (python-indent-calculate-levels): New function.
12218 (python-proc): Delete function.
12219 (python-shell-get-process): New function.
12220 (python-send-receive): Delete function.
12221 (python-shell-send-string-no-output): New function.
12222 (python-module-path): Delete function.
12223 (python-ffap-module-path): New function.
12224 (python-completion-at-point)
12225 (python-symbol-completions): Delete functions.
12226 (python-completion-complete-at-point): New function.
12227 (python-load-file): Delete function.
12228 (python-shell-send-file): New function.
12229 (python-calculate-indentation): Delete function.
12230 (python-indent-calculate-indentation): New function.
12231 (python-skip-comments/blanks): Delete function.
12232 (python-util-forward-comment): New function.
12233 (python-continuation-line-p): Delete function.
12234 (python-info-continuation-line-p): New function.
12235 (python-which-func, python-current-defun): Delete function.
12236 (python-info-current-defun): New function.
12237 (python-beginning-of-defun): Delete function.
12238 (python-nav-beginning-of-defun): New function.
12239 (python-close-block-statement-p)
12240 (python-block-end-p): Delete function.
12241 (python-info-closing-block): New function.
12242 (python-comint-output-filter-function)
12243 (python-eldoc--get-doc-at-point, python-end-of-defun-function)
12244 (python-fill-comment, python-fill-decorator, python-fill-paren)
12245 (python-fill-string, python-imenu-make-element-tree)
12246 (python-imenu-make-tree, python-imenu-tree-assoc)
12247 (python-indent-context, python-indent-dedent-line)
12248 (python-indent-line-function)
12249 (python-indent-post-self-insert-function)
12250 (python-indent-toggle-levels)
12251 (python-info-assignment-continuation-line-p)
12252 (python-info-beginning-of-backlash)
12253 (python-info-block-continuation-line-p)
12254 (python-info-closing-block-message)
12255 (python-info-line-ends-backslash-p)
12256 (python-info-looking-at-beginning-of-defun)
12257 (python-info-ppss-context, python-info-ppss-context-type)
12258 (python-nav-list-defun-positions, python-nav-read-defun)
12259 (python-nav-sentence-end, python-nav-sentence-start)
12260 (python-pdbtrack-comint-output-filter-function)
12261 (python-pdbtrack-set-tracked-buffer)
12262 (python-shell-calculate-exec-path)
12263 (python-shell-calculate-process-environment)
12264 (python-shell-completion--do-completion-at-point)
12265 (python-shell-completion--get-completions)
12266 (python-shell-completion-complete-at-point)
12267 (python-shell-completion-complete-or-indent)
12268 (python-shell-get-or-create-process)
12269 (python-shell-get-process-name)
12270 (python-shell-internal-get-or-create-process)
12271 (python-shell-internal-get-process-name)
12272 (python-shell-internal-send-string, python-shell-make-comint)
12273 (python-shell-parse-command, python-shell-send-setup-code)
12274 (python-skeleton-add-menu-items)
12275 (python-util-clone-local-variables, python-util-position)
12276 (run-python-internal, python-indentation-levels)
12277 (python-nav-beginning-of-defun)
12278 (python-completion-complete-at-point): New functions.
12279 (run-python): Change arguments. New API requirements.
12280
12281 2012-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
12282
12283 * emacs-lisp/cl-lib.el (cl--defsubst-expand): Autoload inliner
12284 (bug#11649).
12285
12286 * emacs-lisp/macroexp.el (macroexp--compiler-macro): New function.
12287 (macroexp--expand-all): Use it.
12288
12289 * emacs-lisp/cl-macs.el (cl--transform-function-property): Remove.
12290 (cl-define-setf-expander, cl-deftype, cl-define-compiler-macro):
12291 Use `cl-function' instead.
12292
12293 2012-06-14 Juanma Barranquero <lekktu@gmail.com>
12294
12295 * makefile.w32-in (COMPILE_FIRST): Remove subr.el.
12296 Suggested by Stefan Monnier while discussing bug#11657.
12297
12298 2012-06-14 Sam Steingold <sds@gnu.org>
12299
12300 * files.el (abort-if-file-too-large): Use `file-size-human-readable'.
12301
12302 2012-06-14 Andreas Schwab <schwab@linux-m68k.org>
12303
12304 * play/doctor.el (doctor-doc): Remove parameter and use
12305 doctor-sent instead of sent.
12306 (doctor-read-print): Use doctor-sent instead of sent. (Bug#11708)
12307
12308 2012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
12309
12310 * files.el: Require cl-lib.
12311 (file-name-non-special): Replace case -> cl-case.
12312
12313 * emacs-lisp/cl-macs.el (cl-defstruct): Don't add print-func.
12314
12315 * emacs-lisp/edebug.el (edebug-read-function): Remove old incorrect
12316 mapping from #' to function*.
12317
12318 2012-06-13 Chong Yidong <cyd@gnu.org>
12319
12320 * mouse.el (mouse-drag-track): Do not set the mark if the user
12321 releases the mouse without selecting anything (Bug#11588).
12322
12323 2012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
12324
12325 * textmodes/tex-mode.el (latex-indent): Recognize tex-verbatim at EOB
12326 as well (bug#11646).
12327
12328 * loadup.el: Count byte-code functions as well.
12329
12330 * emacs-lisp/byte-opt.el (featurep): Move compiler-macro...
12331 * emacs-lisp/bytecomp.el (featurep): ...here (bug#11692).
12332
12333 * emacs-lisp/autoload.el (make-autoload): Accept nil doc-string-elt
12334 (bug#11649). Add cl-defun and cl-defmacro.
12335
12336 2012-06-13 Drew Adams <drew.adams@oracle.com>
12337
12338 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
12339 Fix last change.
12340
12341 2012-06-13 Michael Albinus <michael.albinus@gmx.de>
12342
12343 * net/dbus.el (dbus-call-method): Use timeout for `read-event'.
12344 Otherwise, it blocks in batch mode.
12345
12346 2012-06-13 Juanma Barranquero <lekktu@gmail.com>
12347
12348 * help-mode.el (bookmark-make-record-default): Declare.
12349
12350 2012-06-13 Chong Yidong <cyd@gnu.org>
12351
12352 * emacs-lisp/package.el (list-packages): Compute a list of
12353 packages that are newly-available since the last list-packages
12354 invocation.
12355 (package-menu--new-package-list): New var.
12356 (package-menu--generate, package-menu--print-info)
12357 (package-menu--status-predicate, package-menu-mark-install):
12358 Handle new status label "new".
12359
12360 2012-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
12361
12362 * emacs-lisp/cl-macs.el (cl-remf): Fix error in recent
12363 conversion to backquotes.
12364
12365 2012-06-12 Chong Yidong <cyd@gnu.org>
12366
12367 * emacs-lisp/edebug.el (edebug-inhibit-emacs-lisp-mode-bindings):
12368 Rename from gud-inhibit-global-bindings.
12369
12370 * emacs-lisp/eieio.el (eieio-pre-method-execution-hooks): Doc fix.
12371
12372 * nxml/nxml-glyph.el (nxml-glyph-set-functions): Rename abnormal
12373 hook from nxml-glyph-set-hook.
12374
12375 * progmodes/cwarn.el (cwarn-mode): Remove redundant variable
12376 declaration.
12377
12378 * progmodes/pascal.el (pascal-toggle-completions): Doc fix.
12379
12380 * textmodes/bibtex.el (bibtex-string-file-path, bibtex-file-path):
12381 Convert to defcustom.
12382
12383 2012-06-12 Drew Adams <drew.adams@oracle.com>
12384
12385 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
12386 New functions.
12387 (help-mode): Use them.
12388
12389 2012-06-11 Glenn Morris <rgm@gnu.org>
12390
12391 * progmodes/fortran.el (fortran-font-lock-keywords-3):
12392 Use preprocessor face for directives.
12393 (fortran-directive-re): Doc fix.
12394
12395 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
12396
12397 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Fix error in recent
12398 conversion to backquotes (bug#11652).
12399
12400 Fix compiler-expansion of CL's cXXr functions (bug#11673).
12401 * emacs-lisp/cl-lib.el (cl--defalias): New function.
12402 (cl-values, cl-values-list, cl-copy-seq, cl-svref, cl-first)
12403 (cl-second, cl-rest, cl-endp, cl-third, cl-fourth): Use it.
12404 (cl-plusp, cl-minusp, cl-fifth, cl-sixth, cl-seventh, cl-eighth)
12405 (cl-ninth, cl-tenth): Mark them as inlinable.
12406 (cl-caaar, cl-caadr, cl-cadar, cl-caddr, cl-cdaar, cl-cdadr)
12407 (cl-cddar, cl-cdddr, cl-caaaar, cl-caaadr, cl-caadar, cl-caaddr)
12408 (cl-cadaar, cl-cadadr, cl-caddar, cl-cadddr, cl-cdaaar, cl-cdaadr)
12409 (cl-cdadar, cl-cdaddr, cl-cddaar, cl-cddadr, cl-cdddar, cl-cddddr):
12410 Add a compiler-macro declaration to use cl--compiler-macro-cXXr.
12411 (cl-list*, cl-adjoin): Don't put an autoload manually.
12412 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin)
12413 (cl--compiler-macro-list*): Add autoload cookie.
12414 (cl--compiler-macro-cXXr): New function.
12415
12416 * help-fns.el (help-fns--compiler-macro): New function extracted from
12417 describe-function-1; follow aliases and use `compiler-macro' property.
12418 (describe-function-1): Use it.
12419
12420 2012-06-11 Chong Yidong <cyd@gnu.org>
12421
12422 * startup.el (fancy-splash-head): Use splash.svg even if librsvg
12423 is uninstalled, if imagemagick is installed.
12424
12425 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
12426
12427 * emacs-lisp/cl-lib.el: Use lexical-binding.
12428 (cl-map-extents, cl-maclisp-member): Remove.
12429 (cl--set-elt, cl--set-nthcdr, cl--set-buffer-substring)
12430 (cl--set-substring, cl--block-wrapper, cl--block-throw)
12431 (cl--compiling-file, cl--mapcar-many, cl--do-subst): Use "cl--" prefix.
12432 * emacs-lisp/cl-extra.el: Use lexical-binding.
12433 (cl--mapcar-many, cl--map-keymap-recursively, cl--map-intervals)
12434 (cl--map-overlays, cl--set-frame-visible-p, cl--progv-save)
12435 (cl--progv-before, cl--progv-after, cl--finite-do, cl--set-getf)
12436 (cl--do-remf, cl--do-prettyprint): Use "cl--" prefix.
12437 * emacs-lisp/cl-seq.el: Use lexical-binding.
12438 (cl--parsing-keywords, cl--check-key, cl--check-test-nokey)
12439 (cl--check-test, cl--check-match): Use "cl--" prefix and backquotes.
12440 (cl--alist, cl--sublis-rec, cl--nsublis-rec, cl--tree-equal-rec):
12441 * emacs-lisp/cl-macs.el (cl--lambda-list-keywords): Use "cl--" prefix.
12442 * edmacro.el (edmacro-mismatch): Simplify to remove dependence on
12443 CL's internals.
12444
12445 2012-06-11 Michael Albinus <michael.albinus@gmx.de>
12446
12447 Sync with Tramp 2.2.6-pre.
12448
12449 * net/tramp-cache.el (tramp-dump-connection-properties): Let-bind
12450 `print-length' and `print-level' to nil, in order to avoid
12451 truncation. Reported by Christopher Schmidt
12452 <christopher@ristopher.com>.
12453
12454 * net/tramp-cmds.el (tramp-cleanup-connection): Delete also process.
12455
12456 * net/tramp-compat.el (tramp-compat-condition-case-unless-debug):
12457 New defmacro.
12458 (tramp-compat-copy-directory): Add optional argument
12459 COPY-CONTENTS. It is not handled yet.
12460
12461 * net/tramp-ftp.el (tramp-disable-ange-ftp): Fix docstring.
12462 (tramp-ftp-file-name-p): Simplify.
12463
12464 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name):
12465 * net/tramp-gw.el (tramp-gw-open-connection): Add hop to
12466 connection vector.
12467
12468 * net/tramp-sh.el (tramp-copy-size-limit): Fix docstring.
12469 (tramp-methods): Do not use `tramp-password-end-of-line'.
12470 (tramp-completion-function-alist-putty): Handle UNIX case.
12471 (tramp-remote-path): Add "/opt/bin", "/opt/sbin" and "/opt/local/bin".
12472 (tramp-do-file-attributes-with-stat)
12473 (tramp-do-directory-files-and-attributes-with-stat) Return uid and
12474 gid as real numbers. They could run out of integer range on cygwin.
12475 (tramp-do-copy-or-rename-file-out-of-band): Better trace format.
12476 (tramp-sh-handle-expand-file-name): Handle hops.
12477 (tramp-open-connection-setup-interactive-shell):
12478 Use `tramp-cleanup'. Move check for busyboxes ...
12479 (tramp-find-shell): ... here. Simplify implementation.
12480 Set "remote-shell" property also for alternative shells.
12481 (tramp-remote-coding-commands): Check "test -c /dev/stdout".
12482 If failing, a regular file would be written otherwise.
12483 Reported by Dmitry Kurochkin <dmitry.kurochkin@gmail.com>.
12484 (tramp-find-inline-encoding): Cache the coding commands in the
12485 process cache. Apply test command on the remote side, if defined.
12486 (tramp-find-inline-compress): Cache the compress commands in the
12487 process cache.
12488 (tramp-compute-multi-hops): Save `tramp-default-proxies-alist'
12489 when requested. Handle hops.
12490 (tramp-current-connection): New defvar.
12491 (tramp-maybe-open-connection): Use `tramp-cleanup'.
12492 Throw `suppress', if there was a failed connection shortly before.
12493 Handle user interrupt. (Bug#10187)
12494 (tramp-get-inline-compress, tramp-get-inline-coding):
12495 Read connection properties from the process cache.
12496
12497 * net/tramp-smb.el (tramp-smb-server-version)
12498 (tramp-smb-wrong-passwd-regexp, tramp-smb-actions-with-tar):
12499 New defconsts.
12500 (tramp-smb-prompt): Extend for powershell prompt.
12501 (tramp-smb-file-name-handler-alist): Add handlers for
12502 `process-file', `shell-command' and `start-file-process'.
12503 (tramp-smb-winexe-program, tramp-smb-winexe-shell-command)
12504 (tramp-smb-winexe-shell-command-switch): New defcustoms.
12505 (tramp-smb-file-name-p): Simplify.
12506 (tramp-smb-action-with-tar, tramp-smb-handle-process-file)
12507 (tramp-smb-kill-winexe-function, tramp-smb-call-winexe)
12508 (tramp-smb-shell-quote-argument): New defuns.
12509 (tramp-smb-handle-copy-directory): Add COPY-CONTENTS argument.
12510 Implement using "tar". By this, time-stamps are preserved.
12511 (tramp-smb-handle-copy-file): Handle also the case of directories.
12512 (tramp-smb-do-file-attributes-with-stat)
12513 (tramp-smb-get-file-entries, tramp-smb-get-cifs-capabilities):
12514 Use `tramp-get-connection-buffer').
12515 (tramp-smb-handle-rename-file): Use "rename", when source and
12516 target are on the same share.
12517 (tramp-smb-maybe-open-connection): Handle wrong passwords.
12518 Use `tramp-smb-server-version'.
12519 (tramp-smb-wait-for-output): Remove prompt.
12520
12521 * net/tramp.el (top): Require 'cl.
12522 (tramp-methods, tramp-rsh-end-of-line):
12523 Remove `tramp-password-end-of-line' from docstring.
12524 (tramp-save-ad-hoc-proxies): New defcustom.
12525 (tramp-completion-function-alist): Adapt docstring.
12526 (tramp-default-password-end-of-line): Remove defcustom.
12527 (tramp-shell-prompt-pattern): Allow "[]" style prompts. (Bug#11065)
12528 (tramp-user-regexp, tramp-file-name-regexp-unified)
12529 (tramp-file-name-regexp-url): Extend regexp by hop separator.
12530 (tramp-postfix-hop-format, tramp-postfix-hop-regexp)
12531 (tramp-remote-file-name-spec-regexp): New defconst.
12532 (tramp-file-name-structure): Extend structure for hops.
12533 (tramp-get-method-parameter): Move up.
12534 (tramp-file-name-p, tramp-dissect-file-name)
12535 (with-parsed-tramp-file-name): Handle hops.
12536 (tramp-file-name-hop): New defun.
12537 (tramp-make-tramp-file-name): New optional arg HOP.
12538 (tramp-message-show-progress-reporter-message): New defvar.
12539 (tramp-with-progress-reporter): Use it. We cannot use
12540 `tramp-message-show-message' here, because this suppresses also
12541 error buffers.
12542 (tramp-error-with-buffer): Suppress buffer view, if
12543 `tramp-message-show-message' is nil.
12544 Use `tramp-get-connection-buffer'.
12545 (tramp-cleanup): New defun.
12546 (tramp-rfn-eshadow-update-overlay): Let-bind `non-essential' to `t'.
12547 (tramp-file-name-handler): If `debug-on-error' is set, propagate
12548 an error unchanged.
12549 (tramp-completion-handle-file-name-all-completions): Handle hops.
12550 Fix an error when called from ido.
12551 (tramp-completion-dissect-file-name): Use better local variable
12552 name. Add hop to the vector.
12553 (tramp-handle-insert-file-contents): Use progress-reporter for the
12554 whole scenario.
12555 (tramp-action-password): Let-bind `enable-recursive-minibuffers'
12556 to `t'.
12557 (tramp-check-for-regexp): Simplify search.
12558 (tramp-enter-password): Remove it. Move implementation ...
12559 (tramp-action-password): ... here.
12560 (tramp-mode-string-to-int, tramp-local-host-p)
12561 (tramp-make-tramp-temp-file, tramp-read-passwd)
12562 (tramp-clear-passwd, tramp-time-less-p, tramp-time-diff):
12563 Set tramp-autoload cookie.
12564
12565 * net/trampver.el: Update release number.
12566
12567 2012-06-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
12568 Michael Albinus <michael.albinus@gmx.de>
12569
12570 * net/tramp.el (tramp-set-completion-function): Fix docstring.
12571 (tramp-parse-group, tramp-parse-file)
12572 (tramp-parse-shostkeys-sknownhosts): New defuns.
12573 (tramp-parse-rhosts, tramp-parse-rhosts-group, tramp-parse-shosts)
12574 (tramp-parse-shosts-group, tramp-parse-sconfig)
12575 (tramp-parse-sconfig-group, tramp-parse-shostkeys)
12576 (tramp-parse-sknownhosts, tramp-parse-hosts)
12577 (tramp-parse-hosts-group, tramp-parse-passwd, tramp-parse-netrc):
12578 Use them.
12579 (tramp-parse-passwd-group, tramp-parse-netrc-group)
12580 (tramp-parse-putty-group): Don't narrow.
12581 (tramp-parse-putty): Make a loop.
12582 (tramp-file-name-handler): Catch the `suppress' signal.
12583
12584 2012-06-11 Chong Yidong <cyd@gnu.org>
12585
12586 * image.el (imagemagick-register-types): Put the ImageMagick entry
12587 at the end of image-type-file-name-regexps.
12588
12589 2012-06-11 Johan BockgĂ¥rd <bojohan@gnu.org>
12590
12591 * emacs-lisp/pcase.el (pcase-UPAT, pcase-QPAT): New edebug specs.
12592 (pcase, pcase-let*, pcase-dolist): Use them.
12593
12594 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
12595
12596 * emacs-lisp/pcase.el (pcase--let*): New function.
12597 (pcase-let*): Use it. Use pcase--memoize to avoid repeated expansions.
12598 (pcase--expand): Use macroexp-let².
12599
12600 2012-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
12601
12602 * emacs-lisp/timer.el, emacs-lisp/syntax.el, emacs-lisp/smie.el:
12603 * emacs-lisp/ewoc.el, emacs-lisp/cconv.el, emacs-lisp/bytecomp.el:
12604 * emacs-lisp/byte-opt.el, emacs-lisp/autoload.el: Convert to cl-lib.
12605 * emacs-lisp/easymenu.el, emacs-lisp/easy-mmode.el:
12606 * emacs-lisp/derived.el: Use pcase instead of `cl'.
12607 * emacs-lisp/cl-lib.el: Get rid of special cl-macs auto load.
12608
12609 2012-06-10 Glenn Morris <rgm@gnu.org>
12610
12611 * mail/rmail.el (rmail-yank-current-message): Leave point at
12612 correct position. (Bug#11660)
12613
12614 2012-06-10 Chong Yidong <cyd@gnu.org>
12615
12616 * allout-widgets.el: Fix code header.
12617
12618 2012-06-10 Chong Yidong <cyd@gnu.org>
12619
12620 * cus-edit.el (customize-changed-options-previous-release):
12621 Bump to 24.1.
12622
12623 2012-06-09 Andreas Schwab <schwab@linux-m68k.org>
12624
12625 * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200.
12626
12627 2012-06-09 Chong Yidong <cyd@gnu.org>
12628
12629 * ebuff-menu.el (electric-buffer-list): Preserve header line.
12630
12631 2012-06-09 Martin Rudalics <rudalics@gmx.at>
12632
12633 * window.el (special-display-popup-frame): Don't use
12634 window--display-buffer (Bug#11651).
12635
12636 2012-06-09 Eli Zaretskii <eliz@gnu.org>
12637
12638 Fix parallel builds: make sure loaddefs.el is not being written
12639 while Lisp files are compiled.
12640 (compile): Don't depend on 'mh-autoloads'.
12641 (compile-CMD, compile-SH): Depend on 'autoloads'.
12642 (bootstrap): Don't depend on 'autoloads' and 'mh-autoloads'.
12643
12644 * makefile.w32-in (BIG_STACK_DEPTH): Enlarge to 2200. (Bug#11649)
12645
12646 2012-06-09 Chong Yidong <cyd@gnu.org>
12647
12648 * face-remap.el (face-remap-add-relative, face-remap-set-base)
12649 (buffer-face-set, buffer-face-toggle, buffer-face-mode-invoke):
12650 Doc fixes (Bug#11225).
12651
12652 2012-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
12653
12654 * emacs-lisp/macroexp.el (macroexp--expand-all): Only autoload
12655 a function if there's a clear indication that it has a compiler-macro.
12656 * emacs-lisp/byte-run.el (defun-declarations-alist, defmacro, defun)
12657 (macro-declarations-alist): Add arglist to declaration functions.
12658 (defun-declarations-alist): Add `obsolete' and `compiler-macro'.
12659 * emacs-lisp/cl-seq.el (cl-member, cl-assoc):
12660 * emacs-lisp/cl-lib.el (cl-list*, cl-adjoin):
12661 * emacs-lisp/cl-extra.el (cl-get): Use the new `declare' statement.
12662 Also add autoload to find the compiler macro.
12663 * emacs-lisp/cl-macs.el (eql) [compiler-macro]: Remove.
12664 (cl--compiler-macro-member, cl--compiler-macro-assoc)
12665 (cl--compiler-macro-adjoin, cl--compiler-macro-list*)
12666 (cl--compiler-macro-get): New functions, replacing calls to
12667 cl-define-compiler-macro.
12668 (cl-typep) [compiler-macro]: Use macroexp-let².
12669
12670 2012-06-08 Nick Dokos <nicholas.dokos@hp.com> (tiny change)
12671
12672 * calendar/icalendar.el (icalendar--parse-vtimezone): Import TZID
12673 string properly, fixes Bug#11473.
12674
12675 2012-06-08 Chong Yidong <cyd@gnu.org>
12676
12677 * faces.el (set-face-attribute): Doc fix.
12678 (modify-face): Don't use :bold and :italic.
12679 (error, warning, success): Tweak definitions.
12680
12681 * cus-edit.el (custom-modified, custom-invalid, custom-rogue)
12682 (custom-modified, custom-set, custom-changed, custom-themed)
12683 (custom-saved, custom-button, custom-button-mouse)
12684 (custom-button-pressed, custom-state, custom-comment-tag)
12685 (custom-variable-tag, custom-group-tag-1, custom-group-tag)
12686 (custom-group-subtitle): Use new-style face specs.
12687 (custom-invalid-face, custom-rogue-face, custom-modified-face)
12688 (custom-set-face, custom-changed-face, custom-saved-face)
12689 (custom-button-face, custom-button-pressed-face)
12690 (custom-documentation-face, custom-state-face)
12691 (custom-comment-face, custom-comment-tag-face)
12692 (custom-variable-tag-face, custom-variable-button-face)
12693 (custom-face-tag-face, custom-group-tag-face-1)
12694 (custom-group-tag-face): Remove obsolete face alias.
12695
12696 * epa.el (epa-validity-high, epa-validity-medium)
12697 (epa-validity-low, epa-mark, epa-field-name, epa-string)
12698 (epa-field-name, epa-field-body):
12699 * font-lock.el (font-lock-comment-face, font-lock-string-face)
12700 (font-lock-keyword-face, font-lock-builtin-face)
12701 (font-lock-function-name-face, font-lock-variable-name-face)
12702 (font-lock-type-face, font-lock-constant-face):
12703 * ido.el (ido-first-match, ido-only-match, ido-subdir)
12704 (ido-virtual, ido-indicator, ido-incomplete-regexp):
12705 * speedbar.el (speedbar-button-face, speedbar-file-face)
12706 (speedbar-directory-face, speedbar-tag-face)
12707 (speedbar-selected-face, speedbar-highlight-face)
12708 (speedbar-separator-face):
12709 * whitespace.el (whitespace-newline, whitespace-space)
12710 (whitespace-hspace, whitespace-tab, whitespace-trailing)
12711 (whitespace-line, whitespace-space-before-tab)
12712 (whitespace-space-after-tab, whitespace-indentation)
12713 (whitespace-empty):
12714 * emulation/cua-base.el (cua-global-mark):
12715 * eshell/em-prompt.el (eshell-prompt):
12716 * net/newst-plainview.el (newsticker-new-item-face)
12717 (newsticker-old-item-face, newsticker-immortal-item-face)
12718 (newsticker-obsolete-item-face, newsticker-date-face)
12719 (newsticker-statistics-face, newsticker-default-face):
12720 * net/newst-reader.el (newsticker-feed-face)
12721 (newsticker-extra-face, newsticker-enclosure-face):
12722 * net/newst-treeview.el (newsticker-treeview-face)
12723 (newsticker-treeview-new-face, newsticker-treeview-old-face)
12724 (newsticker-treeview-immortal-face)
12725 (newsticker-treeview-obsolete-face)
12726 (newsticker-treeview-selection-face):
12727 * net/rcirc.el (rcirc-my-nick, rcirc-other-nick)
12728 (rcirc-bright-nick, rcirc-server, rcirc-timestamp)
12729 (rcirc-nick-in-message, rcirc-nick-in-message-full-line)
12730 (rcirc-prompt, rcirc-track-keyword, rcirc-url, rcirc-keyword):
12731 * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
12732 (nxml-outline-active-indicator, nxml-outline-ellipsis):
12733 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
12734 (mpuz-text):
12735 * progmodes/vera-mode.el (vera-font-lock-number)
12736 (vera-font-lock-function, vera-font-lock-interface):
12737 * textmodes/table.el (table-cell): Use new-style face specs, and
12738 don't use the old :bold and :italic attributes.
12739
12740 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
12741 (ebrowse-member-attribute, ebrowse-default, ebrowse-file-name)
12742 (ebrowse-member-class, ebrowse-progress): Likewise.
12743 (ebrowse-tree-mark-face, ebrowse-root-class-face)
12744 (ebrowse-file-name-face, ebrowse-default-face)
12745 (ebrowse-member-attribute-face, ebrowse-member-class-face)
12746 (ebrowse-progress-face): Remove obsolete faces.
12747
12748 * progmodes/flymake.el (flymake-errline, flymake-warnline):
12749 Inherit from error and warning faces respectively.
12750
12751 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
12752 Likewise.
12753 (flyspell-incorrect-face, flyspell-duplicate-face):
12754 Remove obsolete aliases.
12755
12756 2012-06-08 Michael Albinus <michael.albinus@gmx.de>
12757
12758 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
12759 Avoid infloop.
12760
12761 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
12762
12763 * startup.el (argv, argi): Make lexically scoped.
12764 * emacs-lisp/float-sup.el (pi): Use internal-make-var-non-special.
12765 * emacs-lisp/cl-macs.el: Use lexical-binding.
12766 Rename cl-bind-* to cl--bind-*.
12767 * files.el: Don't require `cl' since it doesn't use it.
12768 * emacs-lisp/pcase.el, emacs-lisp/macroexp.el: Add coding cookie.
12769
12770 2012-06-08 Juanma Barranquero <lekktu@gmail.com>
12771
12772 * textmodes/texinfmt.el: Fix bug#11640 (reverts part of 2008-07-31T05:33:56Z!dann@ics.uci.edu).
12773 (texinfo-format-printindex): Use `texinfo-sort-region' in all platforms,
12774 instead of calling external sort utility.
12775 (texinfo-sort-region, texinfo-sort-startkeyfun): Restore functions.
12776
12777 2012-06-08 Eli Zaretskii <eliz@gnu.org>
12778
12779 * descr-text.el (describe-char): Mention how to insert the
12780 character, if the current input method doesn't support it.
12781 See the discussion in this thread for the details:
12782 http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00533.html.
12783
12784 2012-06-08 Sam Steingold <sds@gnu.org>
12785
12786 * bindings.el (global-map): Bind XF86Forward to next-buffer and
12787 XF86Back to previous-buffer.
12788 (minibuffer-local-map): Bind them to next-history-element and
12789 previous-history-element respectively.
12790 * help-mode.el (help-mode-map): Bind them to help-go-forward and
12791 help-go-back respectively.
12792 * info.el (Info-mode-map): Bind them to Info-history-forward and
12793 Info-history-back respectively.
12794 These are the keys next to Up on the ThinkPad keyboard.
12795
12796 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
12797
12798 Get rid of cl-lexical-let, keeping only lexical-let for compatibility.
12799 * emacs-lisp/cl-macs.el: Provide itself.
12800 (cl--labels-convert-cache): New var.
12801 (cl--labels-convert): New function.
12802 (cl-flet, cl-labels): New implementation with new semantics, relying on
12803 lexical-binding.
12804 * emacs-lisp/cl.el: Mark compatibility aliases as obsolete.
12805 (cl-closure-vars, cl--function-convert-cache)
12806 (cl--function-convert): Move from cl-macs.el.
12807 (lexical-let, lexical-let*, flet, labels): Move from cl-macs.el and
12808 rename by removing the "cl-" prefix.
12809 * emacs-lisp/macroexp.el (macroexp-unprogn): New function.
12810
12811 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
12812
12813 * emacs-lisp/cl.el (cl-macroexpand, cl-macro-environment)
12814 (cl-macroexpand-all, cl-not-hash-table, cl-builtin-gethash)
12815 (cl-builtin-remhash, cl-builtin-clrhash, cl-builtin-maphash)
12816 (cl-map-keymap, cl-copy-tree, cl-gethash, cl-puthash, cl-remhash)
12817 (cl-clrhash, cl-maphash, cl-make-hash-table, cl-hash-table-p)
12818 (cl-hash-table-count): Add old compatibility aliases.
12819
12820 * emacs-lisp/cl-macs.el (cl-macro-environment): Remove var.
12821 Use macroexpand-all-environment instead.
12822 (cl--old-macroexpand): New var.
12823 (cl--sm-macroexpand): New function.
12824 (cl-symbol-macrolet): Use it during macro expansion.
12825 (cl--function-convert-cache): New var.
12826 (cl--function-convert): New function, extracted from
12827 cl-macroexpand-all.
12828 (cl-lexical-let): Use it.
12829
12830 * emacs-lisp/cl-lib.el (cl-macro-environment): Remove decl.
12831 (cl-macroexpand): Move to cl-macs.el and rename to cl--sm-macroexpand.
12832 (cl-member): Remove old alias.
12833
12834 * emacs-lisp/cl-extra.el (cl-map-keymap, cl-copy-tree)
12835 (cl-not-hash-table, cl-builtin-gethash, cl-builtin-remhash)
12836 (cl-builtin-clrhash, cl-builtin-maphash, cl-gethash, cl-puthash)
12837 (cl-remhash, cl-clrhash, cl-maphash, cl-make-hash-table)
12838 (cl-hash-table-p, cl-hash-table-count): Move to cl.el.
12839 (cl-macroexpand-cmacs): Remove var.
12840 (cl-macroexpand-all, cl-macroexpand-body): Remove funs.
12841 Use macroexpand-all instead.
12842
12843 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
12844
12845 * emacs-lisp/macroexp.el (macroexp-progn, macroexp-let*, macroexp-if)
12846 (macroexp-let², macroexp--const-symbol-p, macroexp-const-p)
12847 (macroexp-copyable-p): New functions and macros.
12848 * emacs-lisp/edebug.el (edebug-unwrap):
12849 * emacs-lisp/disass.el (disassemble-internal): Use macroexp-progn.
12850 * emacs-lisp/pcase.el: Use macroexp-let*, macroexp-if, ...
12851 (pcase--let*): Remove.
12852 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p)
12853 (byte-compile-constp): Remove. Use macroexp--const-symbol-p and
12854 macroexp-const-p instead.
12855 * emacs-lisp/byte-opt.el: Use macroexp-const-p and macroexp-progn.
12856
12857 * emacs-lisp/cl-macs.el: Clean up the name space by using "cl--"
12858 instead of "cl-" for internal definitions. Use macroexp-const-p.
12859 (cl-old-bc-file-form): Remove var.
12860 (cl-const-exprs-p): Remove fun.
12861 (cl-labels, cl-macrolet): Use backquote.
12862 (cl-lexical-let): Use cl-symbol-macrolet. Don't use cl-defun-expander.
12863 (cl-defun-expander, cl-byte-compile-compiler-macro): Remove fun.
12864 (cl-define-setf-expander): Rename from cl-define-setf-method.
12865 * emacs-lisp/cl.el: Adjust alias for define-setf-method.
12866
12867 * international/mule-cmds.el: Don't require CL.
12868 (view-hello-file): Don't use `letf'.
12869
12870 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
12871
12872 * tmm.el (tmm-prompt): Use string-prefix-p.
12873 (tmm-completion-delete-prompt): Don't affect current-buffer outside.
12874 (tmm-add-prompt): Use minibuffer-completion-help.
12875 (tmm-delete-map): Remove.
12876
12877 * subr.el (kbd): Make it its own function.
12878
12879 2012-06-07 Stefan Merten <smerten@oekonux.de>
12880
12881 * textmodes/rst.el: Use `eval-when-compile' for requiring `cl.el'.
12882 Silence compiler warnings. Fix versions.
12883 (rst-position-if, rst-position, rst-some, rst-signum): New functions.
12884 (rst-shift-region, rst-adornment-level, rst-compute-tabs)
12885 (rst-indent-line, rst-shift-region, rst-forward-line): Use them.
12886 (rst-package-emacs-version-alist): Correct Emacs version to
12887 represent major merge with upstream.
12888 (rst-transition, rst-adornment, rst-compile-toolsets): Fix versions.
12889
12890 2012-06-06 Glenn Morris <rgm@gnu.org>
12891
12892 * mail/emacsbug.el (report-emacs-bug): Add relevant EMACS env-vars.
12893 Only print environment variables if set.
12894
12895 2012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
12896
12897 * emacs-lisp/macroexp.el: Don't require CL since we don't use it.
12898 (macroexp--cons): Rename from maybe-cons.
12899 (macroexp--accumulate): Rename from macroexp-accumulate.
12900 (macroexp--all-forms): Rename from macroexpand-all-forms.
12901 (macroexp--all-clauses): Rename from macroexpand-all-clauses.
12902 (macroexp--expand-all): Rename from macroexpand-all-1.
12903
12904 2012-06-06 Sam Steingold <sds@gnu.org>
12905
12906 * calendar/calendar.el (calendar-in-read-only-buffer):
12907 Call `special-mode' to enable the standard read-only keybindings.
12908
12909 2012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
12910
12911 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't spam the output
12912 with "loading" messages (bug#11635).
12913
12914 2012-06-06 Michael Albinus <michael.albinus@gmx.de>
12915
12916 * files.el (enable-remote-dir-locals): New option.
12917 (hack-dir-local-variables): Use it. (Bug#1933, Bug#6731)
12918
12919 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
12920 Ensure, that the temp directory is local.
12921
12922 * net/tramp-sh.el (tramp-sh-handle-write-region): Let-bind
12923 `temporary-file-directory'.
12924
12925 * progmodes/python.el (python-send-region): Ensure, that the
12926 temporary file is created also in the remote case.
12927
12928 2012-06-06 Glenn Morris <rgm@gnu.org>
12929
12930 * vc/vc-rcs.el (vc-rcs-rcs2log-program): New.
12931 (vc-rcs-update-changelog): Use it.
12932
12933 * emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff.
12934
12935 * vc/vc-sccs.el (vc-sccs-write-revision): New function.
12936 (vc-sccs-workfile-unchanged-p): Use vc-sccs-write-revision.
12937 (vc-sccs-diff): Replace use of the external vcdiff script.
12938
12939 2012-06-05 Glenn Morris <rgm@gnu.org>
12940
12941 * ledit.el: Move to obsolete/.
12942
12943 2012-06-05 Sam Steingold <sds@gnu.org>
12944
12945 * calendar/calendar.el (calendar-exit): Reinstate the 2012-03-28
12946 patch (Bug#11140).
12947
12948 2012-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
12949
12950 * emacs-lisp/cust-print.el: Move to obsolete.
12951
12952 * emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during
12953 compiler-macro expansion.
12954
12955 Add native compiler-macro support.
12956 * emacs-lisp/macroexp.el (macroexpand-all-1):
12957 Support compiler-macros directly. Properly follow aliases and apply
12958 the compiler macros more thoroughly.
12959 * emacs-lisp/cl.el: Don't copy compiler-macro properties any more since
12960 macroexpand now properly follows aliases.
12961 * emacs-lisp/cl-macs.el (toplevel, cl-define-compiler-macro)
12962 (cl-compiler-macroexpand): Use new prop.
12963 * emacs-lisp/byte-opt.el (featurep): Optimize earlier.
12964
12965 * emacs-lisp/cl-lib.el (custom-print-functions): Add alias.
12966
12967 2012-06-05 Martin Rudalics <rudalics@gmx.at>
12968
12969 * window.el (get-lru-window, get-mru-window, get-largest-window):
12970 New argument NOT-SELECTED to avoid picking the selected window.
12971 (window--display-buffer-1, window--display-buffer-2): Replace by
12972 new function window--display-buffer
12973 (display-buffer-same-window, display-buffer-reuse-window)
12974 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
12975 Use window--display-buffer.
12976 (display-buffer-use-some-window): Remove temporary dedication
12977 hack by calling get-lru-window and get-largest-window with
12978 NOT-SELECTED argument non-nil. Call window--display-buffer.
12979
12980 2012-06-05 Glenn Morris <rgm@gnu.org>
12981
12982 * vc/vc-sccs.el (vc-sccs-workfile-unchanged-p):
12983 Replace external vcdiff script.
12984
12985 2012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
12986
12987 * emacs-lisp/cl-lib.el (cl-values, cl-values-list): Fix up last change.
12988
12989 2012-06-04 Chong Yidong <cyd@gnu.org>
12990
12991 * image.el (imagemagick-types-inhibit): Revert last change.
12992 Add INFO and M.
12993 (imagemagick-enabled-types): Remove CIN and EPS*.
12994
12995 2012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
12996
12997 * emacs-lisp/cl-lib.el: Rename from cl.el.
12998 * emacs-lisp/cl.el: New compatibility file.
12999 * emacs-lisp/cl-lib.el, emacs-lisp/cl-seq.el, emacs-lisp/cl-macs.el:
13000 * emacs-lisp/cl-extra.el: Rename all top-level functions and variables
13001 to obey the "cl-" prefix.
13002 * emacs-lisp/macroexp.el (macroexpand-all-1): Adjust to new name.
13003
13004 2012-06-03 Glenn Morris <rgm@gnu.org>
13005
13006 * emacs-lisp/authors.el (authors-aliases): Addition.
13007
13008 * cus-start.el (tool-bar-style, tool-bar-max-label-size):
13009 Fix :version.
13010
13011 2012-06-03 Stefan Merten <smerten@oekonux.de>
13012
13013 * textmodes/rst.el: Add comments.
13014 (rst-transition, rst-adornment): New faces.
13015 (rst-adornment-faces-alist): Make default safe to reevaluate.
13016 Fixes
13017 http://sourceforge.net/tracker/?func=detail&atid=422030&aid=3479603&group_id=38414.
13018 Improve customization tags.
13019 (rst-define-level-faces): Clarify meaning.
13020
13021 2012-06-03 Chong Yidong <cyd@gnu.org>
13022
13023 * progmodes/compile.el (compilation-mode-line-fail)
13024 (compilation-mode-line-run, compilation-mode-line-exit):
13025 New faces.
13026 (compilation-start, compilation-handle-exit): Use them (Bug#11032).
13027
13028 2012-06-03 Jack Duthen <duthen.mac.01@gmail.com> (tiny change)
13029
13030 * progmodes/which-func.el (which-func-update-ediff-windows):
13031 New function. Use it in ediff-select-hook (Bug#11478).
13032
13033 2012-06-03 Chong Yidong <cyd@gnu.org>
13034
13035 * bindings.el: Remove explicit help text from format-mode-line.
13036 It is now supplied by mode-line-default-help-echo.
13037 (mode-line-front-space, mode-line-end-spaces)
13038 (mode-line-misc-info): New variables.
13039 (mode-line-modes, mode-line-position): Move the default value to
13040 the variable definition.
13041 (mode-line-default-help-echo): New defcustom.
13042 (mode-line-mule-info-help-echo, mode-line-read-only-help-echo)
13043 (mode-line-modified-help-echo): New functions.
13044 (mode-line-mule-info, mode-line-modified): Use them.
13045 (mode-line-eol-desc, propertized-buffer-identification):
13046 Consistency fixes for help text.
13047 (mode-line-coding-system-map): Allow using mouse-3 to invoke
13048 set-buffer-file-coding-system (Bug#289).
13049 (mode-line-mule-info-help-echo): Update help text.
13050
13051 2012-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
13052
13053 * simple.el (execute-extended-command): Set real-this-command
13054 (bug#11506).
13055
13056 2012-06-02 Chong Yidong <cyd@gnu.org>
13057
13058 Remove incorrect uses of "modeline" in comments, docstrings, and
13059 function/variable names (Bug#10329).
13060
13061 * cus-edit.el (mode-line):
13062 * dframe.el (dframe-mouse-hscroll):
13063 * emacs-lisp/re-builder.el:
13064 * emacs-lisp/easy-mmode.el (define-minor-mode):
13065 * frame.el (set-frame-name):
13066 * help.el (lookup-minor-mode-from-indicator):
13067 * net/rcirc.el (rcirc-activity-string, rcirc-short-buffer-name):
13068 * progmodes/cc-cmds.el (c-toggle-auto-newline)
13069 (c-toggle-hungry-state):
13070 * progmodes/antlr-mode.el (antlr-language-alist):
13071 * progmodes/idlw-shell.el (idlwave-shell-electric-stop-line-face):
13072 * progmodes/vhdl-mode.el (vhdl-mode):
13073 * progmodes/which-func.el (which-func, which-func-cleanup-function):
13074 * term/ns-win.el (ns-face-at-pos):
13075 * term/sup-mouse.el (sup-mouse-report):
13076 * textmodes/flyspell.el (flyspell-mode-line-string):
13077 * textmodes/ispell.el (ispell-highlight-face):
13078 * textmodes/reftex-global.el:
13079 * vc/vc-arch.el (vc-arch-mode-line-string):
13080 * vc/vc-cvs.el (vc-cvs-mode-line-string):
13081 * vc/vc-git.el (vc-git-mode-line-string):
13082 * vc/vc-hooks.el (vc-display-status)
13083 (vc-default-mode-line-string):
13084 * vc/vc-mtn.el (vc-mtn-mode-line-string): Doc fixes.
13085
13086 * ansi-color.el (ansi-color-faces-vector): Change default faces.
13087
13088 * dired.el (dired-sort-set-mode-line): Rename from
13089 dired-sort-set-modeline. All callers changed.
13090
13091 * eshell/esh-mode.el (eshell-status-in-mode-line): Rename from
13092 eshell-status-in-modeline.
13093
13094 * foldout.el (foldout-mode-line-string): Rename from
13095 foldout-modeline-string. All callers changed.
13096 (foldout-update-mode-line): Rename from foldout-update-modeline.
13097
13098 * subr.el (redraw-modeline): Make into obsolete alias.
13099
13100 * calendar/timeclock.el (timeclock-mode-line-display): Rename from
13101 timeclock-modeline-display. Make old name an alias.
13102 (timeclock-update-mode-line): Likewise. All callers changed.
13103 (timeclock-mode-line-display): No need to check before using
13104 add-hook.
13105 (timeclock-relative, timeclock-day-over-hook)
13106 (timeclock-use-elapsed, timeclock-mode-string)
13107 (timeclock-mode-line-display): Doc fix, "modeline" -> "mode line".
13108
13109 * emulation/crisp.el (crisp-mode-mode-line-string): Rename from
13110 crisp-mode-modeline-string.
13111
13112 * play/solitaire.el (solitaire-build-mode-line): Rename from
13113 solitaire-build-modeline. All callers changed.
13114
13115 * play/zone.el (zone-hiding-mode-line): Rename from
13116 zone-hiding-modeline. All callers changed.
13117 (zone): Remove unusued `modeline-hidden-level' property.
13118
13119 * progmodes/xscheme.el (xscheme-mode-line-initialize): Rename from
13120 xscheme-modeline-initialize. All callers changed.
13121
13122 * strokes.el (strokes-lighter): Rename from
13123 strokes-modeline-string.
13124
13125 * textmodes/sgml-mode.el (html-face-tag-alist)
13126 (html-tag-face-alist): Use mode-line face instead of obsolete
13127 alias modeline.
13128
13129 2012-06-02 Stefan Merten <smerten@oekonux.de>
13130
13131 * textmodes/rst.el: Always require `cl'.
13132 (rst-mode-map): Fix meaning of C-M-a / C-M-e.
13133
13134 2012-06-02 Chong Yidong <cyd@gnu.org>
13135
13136 * image.el (imagemagick-enabled-types): Rename from
13137 imagemagick-types-enable. Add many more types.
13138 (imagemagick-types-inhibit): Change default to nil.
13139 (imagemagick-filter-types): Caller changed.
13140
13141 2012-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
13142
13143 * emacs-lisp/cl-macs.el: Use backquotes.
13144 (cl-transform-function-property): Use eval-and-compile rather than
13145 abusing `require'.
13146 (defstruct): Use declare-function instead of with-no-warnings.
13147
13148 * emacs-lisp/bytecomp.el: Fix last change (bug#11594).
13149 (byte-compile-output-docform): Re-add the print-circle bindings.
13150 (byte-compile-fix-header): Use #$ just because it's shorter.
13151 (byte-compile-output-file-form): Remove defun/defmacro.
13152
13153 2012-06-01 Martin Rudalics <rudalics@gmx.at>
13154
13155 * simple.el (choose-completion): Remove now obsolete binding for
13156 owindow.
13157
13158 2012-06-01 Michael Albinus <michael.albinus@gmx.de>
13159
13160 * net/tramp.el (tramp-check-for-regexp): Search from buffer end,
13161 in order to avoid "Stack overflow in regexp matcher".
13162
13163 2012-05-31 Glenn Morris <rgm@gnu.org>
13164
13165 * image.el: For clarity, call imagemagick-register-types at
13166 top-level, rather than relying on a custom :initialize.
13167 (imagemagick-types-enable): New option. (Bug#11557)
13168 (imagemagick-filter-types): New function. (Bug#7406)
13169 (imagemagick-register-types): Use imagemagick-filter-types.
13170 If disabling support, remove elements altogether rather
13171 than using an impossible regexp.
13172 (imagemagick-types-inhibit): Give it the default init function.
13173
13174 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
13175
13176 * emacs-lisp/bytecomp.el (byte-compile-fix-header):
13177 Handle arbitrary file name lengths (Bug#11585).
13178
13179 2012-05-31 Martin Rudalics <rudalics@gmx.at>
13180
13181 * desktop.el (desktop-read): Clear previous and next buffers for
13182 all windows and bury *Messages* buffer (bug#11556).
13183
13184 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
13185
13186 Add `declare' for `defun'. Align `defmacro's with it.
13187 * emacs-lisp/easy-mmode.el (define-minor-mode)
13188 (define-globalized-minor-mode): Don't autoload the var definitions.
13189 * emacs-lisp/byte-run.el: Use lexical-binding.
13190 (defun-declarations-alist, macro-declarations-alist): New vars.
13191 (defmacro, defun): Use them.
13192 (make-obsolete, define-obsolete-function-alias)
13193 (make-obsolete-variable, define-obsolete-variable-alias):
13194 Use `declare'.
13195 (macro-declaration-function): Mark obsolete.
13196 * emacs-lisp/autoload.el: Use lexical-binding.
13197 (make-autoload): Add `expansion' arg. Rely more on macro expansion.
13198
13199 2012-05-30 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
13200
13201 * textmodes/ispell.el (ispell-with-no-warnings):
13202 Define as a macro.
13203 (ispell-kill-ispell, ispell-change-dictionary):
13204 Use `called-interactively-p' for Emacs instead of obsolete
13205 `interactive-p'.
13206
13207 2012-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
13208
13209 * emacs-lisp/byte-run.el (defmacro, defun): Move from C.
13210 (macro-declaration-function): Move var from C code.
13211 (macro-declaration-function): Define function with defalias.
13212 * emacs-lisp/macroexp.el (macroexpand-all-1):
13213 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
13214 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't handle
13215 defun/defmacro any more.
13216 * emacs-lisp/bytecomp.el (byte-compile-arglist-signature):
13217 Provide fallback for unknown arglist.
13218 (byte-compile-arglist-warn): Change calling convention.
13219 (byte-compile-output-file-form): Move print-vars binding.
13220 (byte-compile-output-docform): Simplify accordingly.
13221 (byte-compile-file-form-defun, byte-compile-file-form-defmacro)
13222 (byte-compile-defmacro-declaration): Remove.
13223 (byte-compile-file-form-defmumble): Generalize to defalias.
13224 (byte-compile-output-as-comment): Return byte-positions.
13225 Simplify callers accordingly.
13226 (byte-compile-lambda): Use `assert'.
13227 (byte-compile-defun, byte-compile-defmacro): Remove.
13228 (byte-compile-file-form-defalias):
13229 Use byte-compile-file-form-defmumble.
13230 (byte-compile-defalias-warn): Remove.
13231
13232 2012-05-29 Stefan Merten <smerten@oekonux.de>
13233
13234 * textmodes/rst.el: Silence `checkdoc-ispell' errors where
13235 possible. Fix authors. Improve comments. Improve loading of `cl'.
13236
13237 (rst-mode-abbrev-table): Merge definition.
13238 (rst-mode): Make sure `font-lock-defaults' is buffer local.
13239 (rst-define-key, rst-deprecated-keys, rst-call-deprecated): Refactor.
13240
13241 2012-05-29 Ulf Jasper <ulf.jasper@web.de>
13242
13243 * calendar/icalendar.el
13244 (icalendar-export-region): Export UID properly.
13245
13246 2012-05-29 Leo Liu <sdl.web@gmail.com>
13247 * calendar/icalendar.el (icalendar-import-format):
13248 Add `icalendar-import-format-uid' (Bug#11525).
13249 (icalendar-import-format-uid): New.
13250 (icalendar--parse-summary-and-rest, icalendar--format-ical-event):
13251 Export UID.
13252
13253 2012-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
13254
13255 * emacs-lisp/pcase.el (pcase--expand): Accept different sets of vars in
13256 different alternative patterns.
13257 (pcase-codegen): Be more careful to preserve identity.
13258 (pcase--u1): Don't forget to mark vars as used.
13259
13260 * emacs-lisp/bytecomp.el (byte-compile-constp): Treat #'v as a constant.
13261 (byte-compile-close-variables): Bind byte-compile--outbuffer here...
13262 (byte-compile-from-buffer): ...rather than here.
13263
13264 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Don't re-preprocess
13265 functions from byte-compile-function-environment.
13266
13267 2012-05-29 Troels Nielsen <bn.troels@gmail.com>
13268
13269 * window.el (window-deletable-p): Avoid deleting the root window
13270 of a frame with an active minibuffer.
13271
13272 2012-05-29 Martin Rudalics <rudalics@gmx.at>
13273
13274 * simple.el (choose-completion): Use quit-window (Bug#11567).
13275
13276 2012-05-29 Chong Yidong <cyd@gnu.org>
13277
13278 * whitespace.el (whitespace-cleanup): Fix usage of
13279 whitespace-empty-at-bob-regexp (Bug#11492).
13280
13281 2012-05-29 Aaron S. Hawley <aaron.s.hawley@gmail.com>
13282
13283 * vc/vc.el (vc-revert, vc-rollback): Dont kill vc-diff buffer on
13284 revert (Bug#11488).
13285
13286 2012-05-29 Juri Linkov <juri@jurta.org>
13287
13288 * isearch.el (isearch-mode-map): Bind `M-s _' to
13289 `isearch-toggle-symbol'. Bind `M-s c' to
13290 `isearch-toggle-case-fold'.
13291 (search-map): Bind `M-s _' to `isearch-forward-symbol'.
13292 (isearch-forward): Add `M-s _' to the docstring.
13293 (isearch-forward-symbol, isearch-toggle-case-fold)
13294 (isearch-symbol-regexp): New functions. (Bug#11381)
13295
13296 2012-05-29 Juri Linkov <juri@jurta.org>
13297
13298 * isearch.el (isearch-word): Add docstring. (Bug#11381)
13299 (isearch-occur, isearch-search-and-update): If `isearch-word' is
13300 a function, call it to get the regexp.
13301 (isearch-message-prefix): If `isearch-word' holds a symbol, use its
13302 property `isearch-message-prefix' instead of the string "word ".
13303 (isearch-search-fun-default): For the case of `isearch-word',
13304 return a lambda that calls re-search-forward/re-search-backward
13305 with a regexp returned by `word-search-regexp' or by the function
13306 in `isearch-word'.
13307
13308 2012-05-29 Juri Linkov <juri@jurta.org>
13309
13310 * isearch.el (isearch-search-fun-default): New function.
13311 (isearch-search-fun): Move default part to the new function
13312 `isearch-search-fun-default'.
13313 (isearch-search-fun-function): Set the default value to
13314 `isearch-search-fun-default'. (Bug#11381)
13315
13316 * comint.el (comint-history-isearch-end):
13317 Use `isearch-search-fun-default'.
13318 (comint-history-isearch-search): Use `isearch-search-fun-default'
13319 and remove spacial case for `isearch-word'.
13320 (comint-history-isearch-wrap): Remove spacial case for
13321 `isearch-word'.
13322
13323 * hexl.el (hexl-isearch-search-function):
13324 Use `isearch-search-fun-default'.
13325
13326 * info.el (Info-isearch-search): Use `isearch-search-fun-default'.
13327 Use `word-search-regexp' for `isearch-word'.
13328
13329 * misearch.el (multi-isearch-search-fun):
13330 Use `isearch-search-fun-default'.
13331
13332 * simple.el (minibuffer-history-isearch-search):
13333 Use `isearch-search-fun-default' and remove spacial case for
13334 `isearch-word'.
13335 (minibuffer-history-isearch-wrap): Remove spacial case for
13336 `isearch-word'.
13337
13338 * textmodes/reftex-global.el (reftex-isearch-wrap-function):
13339 Remove spacial case for `isearch-word'.
13340 (reftex-isearch-isearch-search): Use `isearch-search-fun-default'.
13341
13342 2012-05-28 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
13343
13344 Decrease XEmacs incompatibilities.
13345 * textmodes/flyspell.el (flyspell-check-pre-word-p):
13346 Use `string-match'.
13347 (flyspell-delete-region-overlays): Use alternative definition for
13348 XEmacs.
13349 (flyspell-delete-all-overlays): Use `flyspell-delete-region-overlays'.
13350 (flyspell-word): Use `process-kill-without-query' if XEmacs.
13351 (flyspell-mode-on): Use `interactive-p' if XEmacs.
13352 (flyspell-incorrect-face, flyspell-duplicate-face): Do not use
13353 `define-obsolete-face-alias' under XEmacs, but old method.
13354
13355 * textmodes/ispell.el (ispell-with-no-warnings): XEmacs alternative
13356 `with-no-warnings' definition or Emacs alias.
13357 (ispell-command-loop, ispell-message): Use `ispell-with-no-warnings'.
13358 (ispell-word): Do not use `region-p' if XEmacs.
13359
13360 2012-05-28 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
13361
13362 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
13363 Check for `ispell-dictionary-base-alist' instead of full
13364 `ispell-dictionary-alist'.
13365 (ispell-init-process): Show spellchecker when starting new Ispell
13366 process.
13367
13368 2012-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
13369
13370 * progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
13371 http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
13372
13373 2012-05-27 Juanma Barranquero <lekktu@gmail.com>
13374
13375 * version.el (motif-version-string, gtk-version-string)
13376 (ns-version-string): Declare.
13377
13378 2012-05-27 Juri Linkov <juri@jurta.org>
13379
13380 * emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
13381 after the `eval-defun-1' specialcaseing
13382 like in `edebug-eval-defun' (bug#10181).
13383
13384 * emacs-lisp/edebug.el (edebug-eval-defun): Set `face-documentation'
13385 like in `eval-defun-1'.
13386
13387 2012-05-27 Eli Zaretskii <eliz@gnu.org>
13388
13389 * mail/sendmail.el (mail-yank-region):
13390 Recognize rmail-yank-current-message in addition to insert-buffer.
13391 Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
13392 a *mail* buffer created through rmail-start-mail with sendmail as
13393 mail-user-agent.
13394
13395 2012-05-27 Chong Yidong <cyd@gnu.org>
13396
13397 * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
13398 Default to 256 (Bug#11267).
13399
13400 * help.el (describe-mode): Doc fix.
13401
13402 2012-05-26 Glenn Morris <rgm@gnu.org>
13403
13404 * w32-fns.el (w32-init-info): Remove.
13405 * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
13406
13407 * info.el (info-initialize): For self-contained NS builds, put the
13408 included info/ directory at the front. (Bug#2791)
13409
13410 * paths.el (Info-default-directory-list): Make it a defcustom,
13411 mainly so that we can use custom-initialize-delay.
13412
13413 2012-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
13414
13415 * subr.el (buffer-has-markers-at): Mark obsolete.
13416
13417 * subr.el (lambda): Use declare.
13418
13419 * emacs-lisp/lisp-mode.el (lambda):
13420 * emacs-lisp/edebug.el (lambda): Move properties to its definition.
13421
13422 2012-05-26 Aaron S. Hawley <aaron.s.hawley@gmail.com>
13423
13424 * thingatpt.el (forward-same-syntax): Handle no ARG case. (Bug#11560)
13425
13426 2012-05-26 Glenn Morris <rgm@gnu.org>
13427
13428 * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
13429
13430 2012-05-25 Glenn Morris <rgm@gnu.org>
13431
13432 * paths.el: Remove no-byte-compile.
13433 * loadup.el: No need to load paths.el uncompiled.
13434
13435 * image.el (imagemagick-types-inhibit): Doc fix.
13436
13437 * version.el: Remove no-byte-compile and associated formatting.
13438 * loadup.el: No need to load version.el uncompiled. AFAICS, this
13439 is ancient code from when there was an "inc-vers.el".
13440
13441 2012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
13442
13443 * progmodes/gdb-mi.el: Minor style changes.
13444 (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
13445 Turn into minor modes.
13446 (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
13447 (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
13448 (gdb-shell): Remove unneeded let-binding.
13449 (gdb-get-many-fields): Eliminate O(n²) behavior.
13450
13451 2012-05-25 Eli Zaretskii <eliz@gnu.org>
13452
13453 * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
13454 platforms that don't link in fontset.c.
13455
13456 2012-05-25 Juri Linkov <juri@jurta.org>
13457
13458 Use the same diff color scheme as in modern VCSes (bug#10181).
13459
13460 * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
13461 to avoid confusion with `diff-added' that now uses green colors.
13462 (diff-removed): Use shades of red.
13463 (diff-added): Use shades of green.
13464 (diff-changed): Leave just the yellow color.
13465 (diff-use-changed-face): New variable.
13466 (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
13467 how to highlight context diff changes.
13468 (diff-refine-change): Use shades of yellow.
13469 (diff-refine-removed): New face that uses shades of red.
13470 (diff-refine-added): New face that uses shades of green.
13471 (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
13472 `diff-refine-removed' in the call to `smerge-refine-subst'
13473 depending on the value of `diff-use-changed-face'.
13474
13475 * vc/smerge-mode.el (smerge-mine): Use shades of red.
13476 (smerge-other): Use shades of green.
13477 (smerge-base): Use shades of yellow.
13478 (smerge-refined-change): Empty face.
13479 (smerge-refined-removed): New face that uses shades of red.
13480 (smerge-refined-added): New face that uses shades of green.
13481 (smerge-refine-subst): Rename arg `props' to `props-c'. Add new
13482 args `props-r' and `props-a', and use them. Doc fix.
13483 (smerge-refine): Evaluate `smerge-use-changed-face' and depending
13484 on its value use different faces `smerge-refined-change',
13485 `smerge-refined-removed', `smerge-refined-added' in the call to
13486 `smerge-refine-subst'.
13487
13488 * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
13489 Add face condition `min-colors 88' with shades of red.
13490 (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
13491 `min-colors 88' with shades of green.
13492 (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
13493 `min-colors 88' with shades of yellow.
13494
13495 2012-05-24 Glenn Morris <rgm@gnu.org>
13496
13497 * paths.el (prune-directory-list, remote-shell-program): Move to...
13498 * files.el (prune-directory-list, remote-shell-program): ...here.
13499 For the latter, delay initialization, prefer ssh, just search PATH.
13500
13501 * paths.el (term-file-prefix): Move to faces.el (the only user).
13502 * faces.el (term-file-prefix): Move here, make it a defcustom.
13503
13504 * paths.el (news-directory, news-path, news-inews-program):
13505 Move to gnus/nnspool.el.
13506
13507 * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
13508
13509 * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
13510 * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
13511 Make the latter a defcustom, with a delayed initialization.
13512
13513 * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
13514 These were deleted from Gnus itself late 2010.
13515
13516 2012-05-22 Juanma Barranquero <lekktu@gmail.com>
13517
13518 * progmodes/which-func.el (which-func-ff-hook):
13519 Check against user-error, not error.
13520
13521 * emacs-lisp/edebug.el (top): Do not load or set up loading of
13522 cl-specs.el, which no longer exists.
13523
13524 2012-05-22 Glenn Morris <rgm@gnu.org>
13525
13526 * info.el (info-emacs-bug): New command.
13527 * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
13528 * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
13529
13530 2012-05-21 Glenn Morris <rgm@gnu.org>
13531
13532 * makefile.w32-in (update-subdirs-SH):
13533 * Makefile.in (update-subdirs): Update for moved update-subdirs.
13534
13535 2012-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
13536
13537 * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
13538
13539 * progmodes/compile.el (compilation-error-regexp-alist-alist):
13540 Simplify Maven regexp, and make sure the file can't start with a space
13541 (bug#11517).
13542
13543 2012-05-21 Glenn Morris <rgm@gnu.org>
13544
13545 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
13546 Scrap superfluous subshells.
13547
13548 2012-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
13549
13550 * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
13551 (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
13552
13553 2012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
13554
13555 * calc/calc.el (calc-ensure-consistent-units): New variable.
13556
13557 * calc/calc-units.el (math-consistent-units-p)
13558 (math-check-unit-consistency): New functions.
13559 (calc-quick-units, calc-convert-units):
13560 Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
13561 is non-nil.
13562 (calc-extract-units): Fix typo.
13563
13564 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
13565
13566 * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
13567
13568 * textmodes/flyspell.el: Commenting style, plus code simplifications.
13569 (flyspell-default-deplacement-commands): Don't spell check after
13570 repeated window/frame switches (e.g. triggered by mouse-movement).
13571 (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
13572 (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
13573 (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
13574 (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
13575 Remove unused vars.
13576 (flyspell-get-casechars, flyspell-get-not-casechars):
13577 Simplify; Don't bother removing a ] just to add it back.
13578 * textmodes/ispell.el (ispell-program-name): Use executable-find.
13579
13580 2012-05-18 RĂ¼diger Sonderfeld <ruediger@c-plusplus.de>
13581
13582 * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
13583 New functions.
13584 (math-function-table): Add support for more C functions.
13585
13586 2012-05-18 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
13587
13588 * textmodes/flyspell.el (flyspell-check-pre-word-p)
13589 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
13590 Protect delay handling for otherchars against empty otherchars.
13591
13592 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
13593
13594 * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
13595 their respective macro declarations.
13596 * skeleton.el (define-skeleton):
13597 * progmodes/compile.el (define-compilation-mode):
13598 * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
13599 (define-ibuffer-filter):
13600 * emacs-lisp/generic.el (define-generic-mode):
13601 * emacs-lisp/easy-mmode.el (define-minor-mode)
13602 (define-globalized-minor-mode):
13603 * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
13604 * emacs-lisp/byte-run.el (defsubst):
13605 * custom.el (deftheme): Add doc-string metadata.
13606
13607 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
13608
13609 * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
13610
13611 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
13612
13613 * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
13614
13615 * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
13616 * emacs-lisp/cl-macs.el: Idem.
13617 * emacs-lisp/cl-specs.el: Remove.
13618
13619 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
13620
13621 Minor renaming of internal CL functions and variables.
13622 * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
13623 (cl--position): Rename from cl-position.
13624 (cl--delete-duplicates): Rename from cl-delete-duplicates.
13625 * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
13626 (cl--random-state): Rename from *random-state*.
13627
13628 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
13629
13630 * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
13631 parens around the arg list (bug#11499).
13632
13633 2012-05-17 Juri Linkov <juri@jurta.org>
13634
13635 * isearch.el (word-search-regexp, word-search-backward)
13636 (word-search-forward, word-search-backward-lax)
13637 (word-search-forward-lax): Move functions from search.c
13638 (bug#10145, bug#11381).
13639
13640 2012-05-16 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
13641
13642 * textmodes/flyspell.el (flyspell-check-pre-word-p)
13643 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
13644 Delay for otherchars as for normal word components.
13645
13646 2012-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
13647
13648 * minibuffer.el (completion--sifn-requote): Fix last change.
13649 (minibuffer-local-must-match-filename-map):
13650 Move define-obsolete-variable-alias before its var.
13651
13652 2012-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
13653
13654 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
13655
13656 * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
13657 behavior.
13658 (completion--string-equal-p): New function.
13659 (completion--twq-all): Use it to get better assertion failure data.
13660
13661 Only handle ".." and '..' quoting in shell-mode (bug#11466).
13662 * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
13663 (shell--requote-argument): New functions.
13664 (shell-completion-vars): Use them.
13665 (shell--parse-pcomplete-arguments): Rename from
13666 shell-parse-pcomplete-arguments.
13667 * comint.el (comint-word): Obey comint-file-name-quote-list. Simplify.
13668 (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
13669 Obey comint-file-name-quote-list.
13670
13671 * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
13672 (smie-indent-keyword): Use it.
13673
13674 2012-05-14 Stefan Merten <smerten@oekonux.de>
13675
13676 * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
13677
13678 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
13679
13680 * net/rlogin.el (rlogin-mode-map): Fix last change.
13681
13682 2012-05-14 Jason L. Wright <jason.wright@inl.gov> (tiny change)
13683
13684 * mail/smtpmail.el (smtpmail-send-command): Send the command and
13685 the following \r\n using a single `process-send-string', since the
13686 Lotus SMTP server refuses to accept any commands if they are sent
13687 with two `process-send-string's (Bug#11444).
13688
13689 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
13690
13691 * shell.el (shell-parse-pcomplete-arguments):
13692 Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
13693
13694 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
13695
13696 * image-mode.el: Fit to width/height for rotated images (Bug#11431).
13697 (image-transform-scale, image-transform-right-angle-fudge): New vars.
13698 (image-transform-width, image-transform-fit-width): New functions.
13699 (image-transform-properties): Use them.
13700 (image-transform-check-size): New function.
13701 (image-toggle-display-image): Use it (for testing).
13702 (image-transform-set-rotation): Reduce angle mod 360.
13703 Delete obsolete comment.
13704
13705 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
13706
13707 * image-mode.el: Fix scaling (bug#11399).
13708 (image-transform-resize): Doc fix.
13709 (image-transform-properties): Default scale is 1 and height should
13710 be an integer.
13711
13712 2012-05-13 Johan BockgĂ¥rd <bojohan@gnu.org>
13713
13714 * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
13715 than hard-coding `car', to fix misbehavior when moving forward.
13716
13717 2012-05-13 Chong Yidong <cyd@gnu.org>
13718
13719 * emacs-lisp/tabulated-list.el (tabulated-list-format)
13720 (tabulated-list-entries, tabulated-list-padding)
13721 (tabulated-list-sort-key): Make permanent-local.
13722
13723 * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
13724 (electric-buffer-list): Put electric buffer menu
13725 command descriptions in this docstring, instead of the docstring
13726 of electric-buffer-menu-mode. Code cleanups.
13727 (electric-buffer-menu-mode): Use define-derived-mode. Rename from
13728 Electric-buffer-menu-mode.
13729 (electric-buffer-update-highlight): Minor code cleanup.
13730
13731 2012-05-13 Michael Albinus <michael.albinus@gmx.de>
13732
13733 * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
13734 (Bug#11447)
13735
13736 2012-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
13737
13738 Move define-obsolete-variable-alias before the var's definition.
13739 * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
13740 * tooltip.el (tooltip-hook):
13741 * textmodes/reftex-toc.el (reftex-toc-map):
13742 * textmodes/reftex-sel.el (reftex-select-label-map)
13743 (reftex-select-bib-map):
13744 * textmodes/reftex-index.el (reftex-index-map)
13745 (reftex-index-phrases-map):
13746 * speedbar.el (speedbar-syntax-table, speedbar-key-map):
13747 * progmodes/meta-mode.el (meta-mode-map):
13748 * novice.el (disabled-command-hook):
13749 * loadhist.el (unload-hook-features-list):
13750 * frame.el (blink-cursor):
13751 * files.el (find-file-not-found-hooks, write-file-hooks)
13752 (write-contents-hooks):
13753 * emulation/tpu-edt.el (GOLD-map):
13754 * emacs-lock.el (emacs-lock-from-exiting):
13755 * emacs-lisp/generic.el (generic-font-lock-defaults):
13756 * emacs-lisp/chart.el (chart-map):
13757 * dos-fns.el (register-name-alist):
13758 * dired-x.el (dired-omit-files-p):
13759 * desktop.el (desktop-enable):
13760 * cus-edit.el (custom-mode-hook):
13761 * buff-menu.el (buffer-menu-mode-hook):
13762 * bookmark.el (bookmark-read-annotation-text-func)
13763 (bookmark-exit-hooks):
13764 * allout.el (allout-mode-deactivate-hook)
13765 (allout-exposure-change-hook, allout-structure-added-hook)
13766 (allout-structure-deleted-hook, allout-structure-shifted-hook):
13767 * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
13768 (dirtrack-debug): Move call to define-obsolete-variable-alias so it
13769 comes before the corresponding variable's definition.
13770
13771 2012-05-12 Chong Yidong <cyd@gnu.org>
13772
13773 * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
13774 (Buffer-menu-mouse-select): Restore function (Bug#11459).
13775 (Buffer-menu-mode-map): Bind it.
13776 (Buffer-menu--pretty-name): Add a mouse-face property.
13777
13778 2012-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
13779
13780 * progmodes/prolog.el: Use SMIE. Cleanup regexp setup.
13781 (prolog-upper-case-string, prolog-lower-case-string)
13782 (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
13783 (prolog-use-smie, prolog-smie-grammar): New vars.
13784 (prolog-smie-forward-token, prolog-smie-backward-token)
13785 (prolog-smie-rules): New funs.
13786 (prolog-comment-indent): Remove.
13787 (prolog-mode-variables): Use default comment indentation instead.
13788 Setup SMIE.
13789 (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
13790 (prolog-mode): Don't call them any more.
13791 (prolog-electric-colon, prolog-electric-dash)
13792 (prolog-edit-menu-insert-move): Use indent-according-to-mode.
13793
13794 * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
13795
13796 * minibuffer.el (completion--twq-all): Again, allow case differences.
13797
13798 * term.el: Move keymap initialization code to be more idiomatic.
13799 (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
13800 (term-terminal-menu): Move initialization into declaration.
13801 (term-escape-char): Let the user set it in her .emacs.
13802
13803 * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
13804 Provide SMIE-based indentation (not enabled by default yet).
13805 (sh-mode-map): Don't bind electric keys.
13806 Use electric-pair-mode instead of skeleton-pair.
13807 (sh-assignment-regexp): Fit within 80 columns.
13808 (sh-indent-supported): Specify actual shell name instead of boolean.
13809 (sh--maybe-here-document): New fun, from sh-maybe-here-document.
13810 (sh-maybe-here-document): Use it. Make obsolete.
13811 (sh-electric-here-document-mode) New minor mode.
13812 (sh-mode): Use it. Don't set sh-indent-supported-here here.
13813 (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
13814 (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
13815 (sh-smie-rc-grammar, sh-use-smie): New vars.
13816 (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
13817 (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
13818 (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
13819 (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
13820 (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
13821 (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
13822 (sh-set-shell): Use smie-setup if requested.
13823
13824 * term.el (term-set-escape-char): Properly set term-escape-char.
13825 See http://stackoverflow.com/questions/10524656.
13826
13827 2012-05-10 Chong Yidong <cyd@gnu.org>
13828
13829 * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
13830 Use url-generic-parse-url, and handle host names and Windows
13831 filenames properly.
13832 (ffap-url-unwrap-remote): Use url-generic-parse-url.
13833 (ffap-url-unwrap-remote): Accept list values, specifying a list of
13834 URL schemes to work on.
13835 (ffap--toggle-read-only): New function.
13836 (ffap-read-only, ffap-read-only-other-window)
13837 (ffap-read-only-other-frame): Use it.
13838 (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
13839 necessary for ffap-url-unwrap-remote.
13840
13841 2012-05-10 Dave Abrahams <dave@boostpro.com>
13842
13843 * cus-start.el (create-lockfiles): Add it.
13844
13845 2012-05-09 Chong Yidong <cyd@gnu.org>
13846
13847 * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
13848 (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
13849
13850 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
13851
13852 * shell.el (shell-completion-vars): Fix last change (bug#11348).
13853
13854 2012-05-09 Chong Yidong <cyd@gnu.org>
13855
13856 * ansi-color.el (ansi-color-process-output): Check for validity of
13857 comint-last-output-start before using it. This avoids a bad
13858 interaction with gdb-mi's input/output buffer.
13859
13860 2012-05-09 Glenn Morris <rgm@gnu.org>
13861
13862 * files.el (dir-locals-read-from-file):
13863 Mention dir-locals in any error message.
13864
13865 2012-05-09 Chong Yidong <cyd@gnu.org>
13866
13867 * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
13868 package (Bug#11410).
13869
13870 * emacs-lisp/package.el (package-buffer-info): Avoid putting local
13871 variables into description.
13872
13873 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
13874
13875 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
13876 shell-delimiter-argument-list (bug#11348).
13877 (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
13878
13879 2012-05-09 Juanma Barranquero <lekktu@gmail.com>
13880
13881 * textmodes/rst.el: Silence byte-compiler warnings.
13882 (rst-re-alist, rst-reset-section-caches): Move around.
13883 (rst-re): Use `characterp', not `char-valid-p'.
13884 (font-lock-beg, font-lock-end): Declare.
13885
13886 * progmodes/idlw-shell.el (specs): Remove reference to deleted
13887 variable `idlwave-shell-activate-alt-keybindings' and simplify.
13888
13889 * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
13890
13891 2012-05-08 Glenn Morris <rgm@gnu.org>
13892
13893 * files.el (auto-mode-alist): Treat ".make" like ".mk".
13894
13895 2012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
13896
13897 * vc/log-edit.el: Add GNU coding standards highlighting.
13898 (log-edit-font-lock-gnu-style)
13899 (log-edit-font-lock-gnu-keywords): New vars.
13900 (log-edit-font-lock-keywords): New fun.
13901 (log-edit-mode): Don't fold case in font-lock.
13902 (log-edit-font-lock-keywords): Do not assume case-folding.
13903
13904 * imenu.el: Misc cleanup. Make docstrings out of comments.
13905 Use lexical-binding.
13906 (imenu--index-alist, imenu--last-menubar-index-alist)
13907 (imenu-menubar-modified-tick): Use defvar-local.
13908 (imenu--split-menu): Remove unused var.
13909 (imenu--cleanup-seen): Declare as global.
13910 (imenu--cleanup): Use dolist.
13911
13912 * subr.el (defvar-local): Add debug spec and doc-string position.
13913
13914 2012-05-08 Glenn Morris <rgm@gnu.org>
13915
13916 * language/burmese.el, language/cham.el, language/czech.el:
13917 * language/english.el, language/georgian.el, language/greek.el:
13918 * language/japanese.el, language/khmer.el, language/korean.el:
13919 * language/lao.el, language/misc-lang.el, language/romanian.el:
13920 * language/sinhala.el, language/slovak.el, language/tai-viet.el:
13921 * language/thai.el, language/utf-8-lang.el:
13922 Remove no-byte-compile setting.
13923
13924 * play/zone.el (zone-pgm-stress): Don't pollute kill-ring. (Bug#11388)
13925
13926 2012-05-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
13927
13928 * progmodes/make-mode.el (makefile-browse):
13929 Remove unnecessary interactive. (Bug#11324)
13930
13931 2012-05-07 Glenn Morris <rgm@gnu.org>
13932
13933 * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
13934
13935 * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
13936
13937 2012-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
13938
13939 * loadup.el: Preload newcomment.el.
13940 * newcomment.el: Move autoload-only code to toplevel.
13941
13942 * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
13943 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
13944 Handle new :right-align column property.
13945 (tabulated-list-print-col): Idem, plus use `display' text-property to
13946 try and preserve alignment for variable pitch fonts.
13947
13948 2012-05-07 Chong Yidong <cyd@gnu.org>
13949
13950 * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
13951 (tabulated-list-use-header-line): New var.
13952 (tabulated-list-init-header): Use it.
13953 (tabulated-list-print-fake-header): New function.
13954 (tabulated-list-print): Use it.
13955 (tabulated-list-sort-button-map): Add non-header-line commands.
13956 (tabulated-list-init-header): Add column name property to basic
13957 labels as well.
13958 (tabulated-list-col-sort): Handle non-header-line button case.
13959 (tabulated-list--sort-by-column-name): Fix a corner case.
13960
13961 * buff-menu.el (list-buffers--refresh):
13962 Handle Buffer-menu-use-header-line.
13963
13964 2012-05-06 Chong Yidong <cyd@gnu.org>
13965
13966 * buff-menu.el: Convert to Tabulated List mode.
13967 (Buffer-menu-buffer+size-width): Make obsolete.
13968 (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
13969 (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
13970 (Buffer-menu-mode): Derive from tabulated-list-mode. Move command
13971 documentation into docstring of buffer-menu.
13972 (Buffer-menu-toggle-files-only): Add an informative message.
13973 (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
13974 (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
13975 (Buffer-menu-unmark, Buffer-menu-backup-unmark)
13976 (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
13977 (Buffer-menu-execute, Buffer-menu-select)
13978 (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
13979 (Buffer-menu-bury): Use Tabulated List machinery.
13980 (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
13981 (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
13982 Delete.
13983 (list-buffers--refresh): New function.
13984 (list-buffers-noselect): Use it.
13985 (tabulated-list-entry-size->, Buffer-menu--pretty-name)
13986 (Buffer-menu--pretty-file-name): New helper functions.
13987
13988 * loadup.el: Preload tabulated-list.
13989
13990 * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
13991 tabulated-list-sort-column.
13992 (tabulated-list-init-header): Add the initial aligning space even
13993 if tabulated-list-padding is zero.
13994
13995 2012-05-06 Christopher Schmidt <christopher@ch.ristopher.com>
13996
13997 * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
13998 whose cdr is not a cons cell correctly (bug#11038).
13999
14000 2012-05-06 Chong Yidong <cyd@gnu.org>
14001
14002 * emacs-lisp/tabulated-list.el (tabulated-list-format):
14003 Accept additional plist in column descriptors.
14004 (tabulated-list-init-header): Obey it.
14005 (tabulated-list-get-entry): New function.
14006 (tabulated-list-put-tag): Use it. Use string-width instead of
14007 length.
14008 (tabulated-list--column-number): New function.
14009 (tabulated-list-print): Use it.
14010 (tabulated-list-print-col): New function.
14011 Set `tabulated-list-column-name' property on each column's text.
14012 (tabulated-list-print-entry): Use it.
14013 (tabulated-list-delete-entry, tabulated-list-set-col):
14014 New functions.
14015 (tabulated-list-sort-column): New command (Bug#11337).
14016
14017 * buff-menu.el (list-buffers): Move C-x C-b binding from
14018 buff-menu.el to bindings.el.
14019
14020 * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
14021 :advertised-binding feature.
14022
14023 2012-05-06 Troels Nielsen <bn.troels@gmail.com> (tiny change)
14024
14025 * progmodes/compile.el (compilation-internal-error-properties):
14026 Calculate start position correctly when end-col is set but
14027 end-line is not (Bug#11382).
14028
14029 2012-05-06 Wolfgang Jenkner <wjenkner@inode.at>
14030
14031 * man.el (Man-unindent): Use text-property-default-nonsticky to
14032 prevent untabify from inheriting face properties (Bug#11408).
14033
14034 2012-05-05 Stefan Merten <smerten@oekonux.de>
14035
14036 * textmodes/rst.el: Major merge with upstream development up to
14037 Docutils SVN r7399 / rst.el V1.2.1.
14038
14039 Clarify maintainership and authors.
14040
14041 (rst-extract-version, rst-cvs-header, rst-cvs-rev)
14042 (rst-cvs-timestamp, rst-svn-rev, rst-svn-timestamp)
14043 (rst-official-version, rst-official-cvs-rev, rst-version)
14044 (rst-package-emacs-version-alist): New functions and variables
14045 for version information.
14046
14047 (rst-bullets, rst-uri-schemes, rst-adornment-chars)
14048 (rst-max-inline-length, rst-re-alist-def, rst-re-alist)
14049 (rst-mode-syntax-table, rst-mode): New and corrected functions
14050 and variables representing reStructuredText features.
14051
14052 (rst-re): New function for reStructuredText regexes. Use in
14053 many places.
14054
14055 (rst-deprecated-keys, rst-call-deprecated, rst-define-key)
14056 (rst-mode-map): Rebind keys.
14057
14058 (rst-mode-lazy, rst-font-lock-keywords)
14059 (rst-font-lock-extend-region)
14060 (rst-font-lock-extend-region-internal)
14061 (rst-font-lock-extend-region-extend)
14062 (rst-font-lock-find-unindented-line-limit)
14063 (rst-font-lock-find-unindented-line-match)
14064 (rst-adornment-level, rst-font-lock-adornment-level)
14065 (rst-font-lock-adornment-match)
14066 (rst-font-lock-handle-adornment-pre-match-form)
14067 (rst-font-lock-handle-adornment-matcher): Major revision of
14068 font-locking. Integrate with other code. Use `jit-lock-mode'.
14069
14070 (rst-preferred-adornments, rst-adjust-hook)
14071 (rst-new-adornment-down, rst-preferred-bullets)
14072 (rst-preferred-bullets, rst-indent, rst-indent-width)
14073 (rst-indent-field, rst-indent-literal-normal)
14074 (rst-indent-literal-minimized, rst-indent-comment): Change,
14075 extend and improve customization.
14076
14077 (rst-line-homogeneous-p, rst-line-homogeneous-nodent-p)
14078 (rst-normalize-cursor-position, rst-get-decoration)
14079 (rst-straighten-deco-spacing, rst-re-bullets, rst-re-items)
14080 (rst-rstrip, rst-toc-insert-find-delete-contents)
14081 (rst-shift-fill-region, rst-compute-bullet-tabs)
14082 (rst-debug-print-tabs, rst-debug-mark-found)
14083 (rst-shift-region-guts, rst-shift-region-right)
14084 (rst-shift-region-left, rst-use-char-classes)
14085 (rst-font-lock-keywords-function)
14086 (rst-font-lock-indentation-point)
14087 (rst-font-lock-find-unindented-line-begin)
14088 (rst-font-lock-find-unindented-line-end)
14089 (rst-font-lock-find-unindented-line)
14090 (rst-font-lock-adornment-point, rst-font-lock-level)
14091 (rst-adornment-level-alist): Remove functions and variables.
14092
14093 (rst-compare-adornments, rst-get-adornment-match)
14094 (rst-suggest-new-adornment, rst-get-adornments-around)
14095 (rst-adornment-complete-p, rst-get-next-adornment)
14096 (rst-adjust-adornment, rst-display-adornments-hierarchy)
14097 (rst-straighten-adornments): Standardize function names to
14098 use "adornment" instead of "decoration". Correct callers.
14099 Similar standardizing in many places.
14100
14101 (rst-update-section, rst-adjust, rst-promote-region)
14102 (rst-enumerate-region, rst-bullet-list-region)
14103 (rst-repeat-last-character): Correct use of `interactive'.
14104
14105 (rst-classify-adornment, rst-find-all-adornments)
14106 (rst-get-hierarchy, rst-adjust-adornment, rst-toc-update)
14107 (rst-find-leftmost-column, rst-repeat-last-character):
14108 Refactor functions.
14109
14110 (rst-find-title-line, rst-reset-section-caches)
14111 (rst-get-adornments-around, rst-adjust-adornment-work)
14112 (rst-arabic-to-roman, rst-roman-to-arabic)
14113 (rst-insert-list-pos, rst-insert-list-new-item)
14114 (rst-insert-list-continue, rst-insert-list, rst-forward-line):
14115 New functions.
14116
14117 (rst-all-sections, rst-section-hierarchy)
14118 (rst-arabic-to-roman, rst-initial-enums, rst-initial-items):
14119 New variables.
14120
14121 (rst-toc-return-wincfg, rst-toc-quit-window): Use window
14122 configuration instead of only buffer. Change where necessary.
14123
14124 (rst-line-tabs, rst-compute-tabs, rst-indent-line)
14125 (rst-shift-region, rst-adaptive-fill): New functions for
14126 indentation and filling.
14127
14128 (rst-comment-line-break, rst-comment-indent)
14129 (rst-comment-insert-comment, rst-comment-region)
14130 (rst-uncomment-region): New functions for handling comments.
14131
14132 (rst-compile): Quote shell arguments.
14133
14134 (rst-compile-pdf-preview, rst-compile-slides-preview):
14135 Delete temporary files after use.
14136
14137 2012-05-05 Glenn Morris <rgm@gnu.org>
14138
14139 * calendar/cal-html.el: Optionally include holidays in the output.
14140 Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
14141 (cal-html-holidays): New option.
14142 (cal-html-css-default): Add holiday entry.
14143 (holiday-in-range): Autoload it.
14144 (cal-html-htmlify-entry): Add optional class argument.
14145 (cal-html-htmlify-list): Add optional holidays argument.
14146 (cal-html-insert-agenda-days): Include holidays in the output.
14147 (cal-html-one-month): Maybe include holidays.
14148
14149 * calendar/holidays.el (holiday-in-range):
14150 Move here from cal-tex-list-holidays.
14151 * calendar/cal-tex.el (cal-tex-list-holidays):
14152 Make it an obsolete alias for holiday-in-range. Update all callers.
14153
14154 2012-05-05 Chong Yidong <cyd@gnu.org>
14155
14156 * select.el (xselect--encode-string): Always use utf-8 for TEXT on
14157 Nextstep.
14158
14159 2012-05-05 Ransom Williams <auvergnerw@gmail.com> (tiny change)
14160
14161 * files.el (file-auto-mode-skip): New var.
14162 (set-auto-mode-1): Use it.
14163
14164 2012-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
14165
14166 * repeat.el: Use lexical-binding.
14167 (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
14168 (repeat-undo-count): Remove.
14169 (repeat):
14170 * progmodes/octave-mod.el (octave-abbrev-start):
14171 * progmodes/f90.el (f90-abbrev-start):
14172 * face-remap.el (text-scale-adjust):
14173 * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
14174
14175 * emacs-lisp/pcase.el (pcase--let*): New function.
14176 (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
14177 a bit more.
14178 (pcase--split-pred): Be more clever about ruling out overlap between
14179 a predicate and some constant pattern.
14180 (pcase--q1): Use `null' instead of (eq foo nil).
14181
14182 * subr.el (setq-local, defvar-local): New macros.
14183 (kbd): Redefine as an alias.
14184 (with-selected-window): Leave unrelated frames alone.
14185 (set-temporary-overlay-map): New function.
14186
14187 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
14188
14189 * subr.el (user-error): New function.
14190 * window.el (switch-to-buffer):
14191 * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
14192 (smerge-match-conflict):
14193 * simple.el (previous-matching-history-element)
14194 (next-matching-history-element, goto-history-element, undo-more)
14195 (undo-start):
14196 * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
14197 (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
14198 (next-file, tags-loop-scan, list-tags, complete-tag):
14199 * progmodes/compile.el (compilation-loop):
14200 * mouse.el (mouse-minibuffer-check):
14201 * man.el (Man-bgproc-sentinel, Man-goto-page):
14202 * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
14203 (Info-history-forward, Info-follow-reference, Info-menu)
14204 (Info-extract-menu-item, Info-extract-menu-counting)
14205 (Info-forward-node, Info-backward-node, Info-next-menu-item)
14206 (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
14207 (Info-next-reference, Info-prev-reference, Info-index)
14208 (Info-index-next, Info-follow-nearest-node)
14209 (Info-copy-current-node-name):
14210 * imenu.el (imenu--make-index-alist)
14211 (imenu-default-create-index-function, imenu-add-to-menubar):
14212 * files.el (basic-save-buffer, recover-file):
14213 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
14214 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
14215 (checkdoc-message-text, checkdoc-defun):
14216 * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
14217 * cus-edit.el (customize-changed-options, customize-rogue)
14218 (customize-saved, custom-variable-set, custom-variable-mark-to-save)
14219 (custom-variable-mark-to-reset-standard)
14220 (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
14221 (custom-file):
14222 * completion.el (check-completion-length):
14223 * comint.el (comint-search-arg)
14224 (comint-previous-matching-input-string-position)
14225 (comint-previous-matching-input)
14226 (comint-replace-by-expanded-history-before-point, comint-send-input)
14227 (comint-copy-old-input, comint-backward-matching-input)
14228 (comint-goto-process-mark, comint-set-process-mark):
14229 * calendar/calendar.el (calendar-cursor-to-date): Use it.
14230 * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
14231
14232 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
14233
14234 * dabbrev.el (dabbrev--ignore-case-p): New function.
14235 (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
14236 Use it.
14237
14238 * files.el (automount-dir-prefix): Mark as obsolete.
14239
14240 2012-05-04 Glenn Morris <rgm@gnu.org>
14241
14242 * patcomp.el, play/bruce.el: Move to obsolete/.
14243
14244 2012-05-04 Paul Eggert <eggert@cs.ucla.edu>
14245
14246 Fix minor Y10k bugs.
14247 * arc-mode.el (archive-unixdate):
14248 * autoinsert.el (auto-insert-alist):
14249 * calc/calc-forms.el (math-this-year):
14250 * emacs-lisp/copyright.el (copyright-current-year)
14251 (copyright-update-year, copyright):
14252 * tar-mode.el (tar-clip-time-string):
14253 * time.el (display-time-update):
14254 Don't assume years have 4 digits.
14255
14256 2012-05-04 Chong Yidong <cyd@gnu.org>
14257
14258 * dos-w32.el (file-name-buffer-file-type-alist)
14259 (direct-print-region-use-command-dot-com):
14260 * ffap.el (ffap-menu-regexp):
14261 * find-file.el (ff-special-constructs):
14262 * follow.el (follow-debug):
14263 * forms.el (forms--debug):
14264 * iswitchb.el (iswitchb-all-frames):
14265 * ido.el (ido-all-frames):
14266 * emacs-lisp/timer.el (timer-max-repeats):
14267 * mail/feedmail.el (feedmail-mail-send-hook)
14268 (feedmail-mail-send-hook-queued):
14269 * mail/footnote.el (footnote-signature-separator):
14270 * mail/mailabbrev.el (mail-alias-separator-string)
14271 (mail-abbrev-mode-regexp):
14272 * mail/rmail.el (rmail-speedbar-match-folder-regexp):
14273 * progmodes/idlwave.el (idlwave-libinfo-file)
14274 (idlwave-default-completion-case-is-down)
14275 (idlwave-library-routines): Convert defvars to defcustoms.
14276
14277 * mail/rmail.el (rmail-decode-mime-charset):
14278 * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
14279 (idlwave-shell-fix-inserted-breaks)
14280 (idlwave-shell-activate-alt-keybindings)
14281 (idlwave-shell-use-breakpoint-glyph):
14282 * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
14283
14284 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
14285
14286 * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
14287
14288 2012-05-03 Wilson Snyder <wsnyder@wsnyder.org>
14289
14290 * progmodes/verilog-mode.el (font-lock-keywords):
14291 Fix mis-highligting auto. Reported by Craig Barner.
14292 (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
14293 defines from global name space. Reported by Dan Dever.
14294 (verilog-auto-reset, verilog-auto-reset-widths)
14295 (verilog-auto-tieoff): Support using unbased numbers for
14296 AUTORESET and AUTOTIEOFF.
14297 (verilog-submit-bug-report): Update variable list.
14298 (verilog-read-auto-params): Fix AUTOINPUT regexps containing
14299 parenthesis from not matching. Reported by Michael Rytting.
14300 (verilog-auto-template-lint): Fix hash error when linting modules
14301 with no used templates.
14302 (verilog-warn, verilog-warn-error)
14303 (verilog-warn-fatal): When non-interactive report multiple
14304 warnings before exiting. Suggested by Brad Dobbie.
14305 (verilog-auto-template-lint, verilog-auto-template-warn-unused)
14306 (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
14307 to report unused template errors. Reported by Brad Dobbie.
14308 (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
14309 nets, bug438. Reported by Vns Blore.
14310 (verilog-auto-inout-module, verilog-auto-reg)
14311 (verilog-read-decls, verilog-read-sub-decls-sig)
14312 (verilog-signals-edit-wire-reg, verilog-signals-with):
14313 Fix passing of Verilog data types in ANSI input/output ports
14314 such as "output logic" into the AUTOs. Special case "wire" and
14315 "reg" for backwards compatibility presuming Verilog 2001.
14316 (verilog-auto-ascii-enum): Add "auto enum" as alias.
14317 (verilog-preprocess): Fix replication of preprocess output.
14318 Reported by Brad Dobbie.
14319 (verilog-auto-inst-interfaced-ports):
14320 Create verilog-auto-inst-interfaced-ports, bug429.
14321 Reported by Julian Gorfajn.
14322 (verilog-after-save-font-hook)
14323 (verilog-before-save-font-hook): New variable.
14324 (verilog-modi-cache-results, verilog-save-font-mod-hooked)
14325 (verilog-save-font-mods): Wrap disabling fontification, reported
14326 by David Rogoff.
14327 (verilog-do-indent, verilog-pretty-declarations-auto)
14328 (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
14329 Reported by Pierre-David Pfister.
14330 (verilog-set-auto-endcomments): Fix endtask auto comments outside
14331 of class declarations, bug292. Reported by Kevin Heilman.
14332 (verilog-read-decls): Fix 'parameter type' not appearing in
14333 AUTOINSTPARAM, bug340. Reported by Jonathan Greenlaw.
14334 (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
14335 AUTOINPUTs, bug411. Reported by Jonathan Greenlaw.
14336 (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
14337 Reported by David Kravitz.
14338
14339 2012-05-03 Michael McNamara <mac@mail.brushroad.com>
14340
14341 * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
14342 assignment with tests in ifs and for loops.
14343 (verilog-extended-complete-re, verilog-complete-reg): Change so
14344 that DPI inport functions don't look like fuction declarations.
14345 (verilog-pretty-expr): Don't line up assignment
14346 operations to the test and increment in if and for loops
14347 (verilog-extended-complete-re, verilog-complete-reg): Change so
14348 that DPI inport functions don't look like fuction declarations.
14349
14350 2012-05-03 Kenichi Handa <handa@m17n.org>
14351
14352 * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
14353 decoding, and show a warning message without signaling an error
14354 (Bug#11282).
14355
14356 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
14357
14358 * emacs-lisp/bytecomp.el
14359 (byte-compile-file-form-custom-declare-variable): Compile all elements,
14360 since cconv.el might have introduced :fun-body, internal-make-closure,
14361 and friends for bytecomp to handle (bug#11391).
14362 * custom.el (defcustom): Avoid ((λ ..) ..).
14363
14364 2012-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
14365
14366 * subr.el (read-passwd): Better clean after ourselves (bug#11392).
14367
14368 2012-05-02 Juanma Barranquero <lekktu@gmail.com>
14369
14370 * notifications.el (dbus-debug):
14371 * term/linux.el (gpm-mouse-enable):
14372 * term/screen.el (xterm-register-default-colors): Declare.
14373
14374 2012-05-02 Chong Yidong <cyd@gnu.org>
14375
14376 * cus-start.el (gc-cons-percentage, exec-suffixes)
14377 (dos-display-scancodes, dos-hyper-key, dos-super-key)
14378 (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
14379 (make-cursor-line-fully-visible, void-text-area-pointer)
14380 (font-list-limit): Add customization data.
14381
14382 * allout.el (allout-exposure-change-functions)
14383 (allout-structure-added-functions)
14384 (allout-structure-deleted-functions)
14385 (allout-structure-shifted-functions): Rename abnormal hooks from
14386 *-hook, and convert to defcustoms.
14387 (allout-after-copy-or-kill-hook, allout-post-undo-hook):
14388 Convert to defcustoms.
14389 (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
14390
14391 * allout-widgets.el: Hook callers changed.
14392
14393 2012-05-02 Eli Zaretskii <eliz@gnu.org>
14394
14395 * mail/rmail.el (rmail-yank-current-message): Use the encoding of
14396 the yanked message in preference to the default value of
14397 buffer-file-coding-system.
14398
14399 2012-05-02 Martin Rudalics <rudalics@gmx.at>
14400
14401 * window.el (display-buffer--action-function-custom-type):
14402 Fix entry.
14403
14404 2012-05-02 Alan Mackenzie <acm@muc.de>
14405
14406 * progmodes/cc-defs.el (c-version): Update to 5.32.3.
14407
14408 2012-05-01 Glenn Morris <rgm@gnu.org>
14409
14410 * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
14411
14412 * eshell/esh-cmd.el (eshell-debug-command): Doc fix. Add :set.
14413
14414 * cus-edit.el (custom-variable-documentation): Simplify with format.
14415
14416 2012-05-01 Aaron S. Hawley <aaron.s.hawley@gmail.com>
14417 Stefan Monnier <monnier@iro.umontreal.ca>
14418
14419 * simple.el (suggest-key-bindings, execute-extended-command):
14420 Move from keyboard.c.
14421
14422 2012-05-01 Chong Yidong <cyd@gnu.org>
14423
14424 * follow.el: Eliminate advice.
14425 (set-process-filter, process-filter, sit-for): Advice deleted.
14426 (follow-mode-off-hook): Obsolete hook removed.
14427 (follow-avoid-tail-recenter-p, follow-process-filter-alist):
14428 Vars deleted.
14429 (follow-auto): Use a :set function.
14430 (follow-mode): Rewritten. Don't advise process filters.
14431 (follow-switch-to-current-buffer-all, follow-scroll-up)
14432 (follow-scroll-down): Assume follow-mode is bound.
14433 (follow-comint-scroll-to-bottom)
14434 (follow-align-compilation-windows): New functions.
14435 (follow--window-sorter): New function.
14436 (follow-all-followers): Use it to explicitly sort windows by their
14437 positions; don't make assumptions about next-window order.
14438 (follow-windows-start-end, follow-delete-other-windows-and-split)
14439 (follow-calc-win-start): Doc fix.
14440 (follow-windows-aligned-p, follow-select-if-visible): Don't call
14441 vertical-motion unnecessarily.
14442 (follow-adjust-window): New function.
14443 (follow-post-command-hook): Use it.
14444 (follow-call-set-process-filter, follow-call-process-filter)
14445 (follow-intercept-process-output, follow-tidy-process-filter-alist)
14446 (follow-stop-intercept-process-output, follow-generic-filter):
14447 Functions deleted.
14448 (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
14449 (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
14450 New functions, replacing advice on scroll-bar-* commands.
14451 (follow-mwheel-scroll): New function (Bug#4112).
14452
14453 * comint.el (comint-adjust-point): New function.
14454 (comint-postoutput-scroll-to-bottom): Use it.
14455 Call follow-comint-scroll-to-bottom for Follow mode buffers.
14456
14457 2012-05-01 Glenn Morris <rgm@gnu.org>
14458
14459 * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
14460 * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
14461 * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
14462 * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
14463 * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
14464 Remove no-byte-compile setting.
14465
14466 2012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
14467
14468 * minibuffer.el (completion-table-with-quoting): Fix compatibility
14469 all-completions code to not return a number in the last cdr.
14470
14471 2012-04-30 Leo Liu <sdl.web@gmail.com>
14472
14473 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
14474 read-only error.
14475
14476 2012-04-29 Chong Yidong <cyd@gnu.org>
14477
14478 * follow.el (follow-calc-win-end): Rewrite to handle partial
14479 screen lines correctly (Bug#8390).
14480 (follow-avoid-tail-recenter): Minor cleanup.
14481
14482 2012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
14483
14484 Avoid the obsolete `assoc' package.
14485 * speedbar.el (speedbar-refresh): Avoid adelete.
14486 (speedbar-file-lists): Simplify and avoid aput.
14487 * man.el (Man--sections, Man--refpages): New vars, replacing
14488 Man-sections-alist and Man-refpages-alist.
14489 (Man-build-section-alist, Man-build-references-alist):
14490 Use them; avoid aput.
14491 (Man--last-section, Man--last-refpage): New vars.
14492 (Man-follow-manual-reference): Use them.
14493 Use the `default' arg of completing-read.
14494 (Man-goto-section): Idem. Move prompt to the `interactive' spec.
14495
14496 2012-04-27 Chong Yidong <cyd@gnu.org>
14497
14498 * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
14499
14500 * startup.el (x-apply-session-resources): New function.
14501
14502 * term/ns-win.el (ns-initialize-window-system):
14503 * term/w32-win.el (w32-initialize-window-system):
14504 * term/x-win.el (x-initialize-window-system): Use it to properly
14505 set menu-bar-mode and other vars from X resources, even if the
14506 initial frame is not a window-system frame (Bug#2299).
14507
14508 * subr.el (read-key): Avoid running filter function when setting
14509 up temporary tool bar entries (Bug#9922).
14510
14511 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
14512
14513 * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
14514 (Bug#11344)
14515
14516 2012-04-27 Chong Yidong <cyd@gnu.org>
14517
14518 * select.el (xselect--encode-string): New function, split from
14519 xselect-convert-to-string.
14520 (xselect-convert-to-string): Use it.
14521 (xselect-convert-to-filename, xselect-convert-to-os)
14522 (xselect-convert-to-host, xselect-convert-to-user): Ensure that
14523 returned strings are properly encoded (Bug#11315).
14524
14525 2012-04-27 Chong Yidong <cyd@gnu.org>
14526
14527 * simple.el (delete-active-region): Move to killing custom group.
14528
14529 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
14530
14531 * progmodes/which-func.el (which-func-current): Quote %
14532 characters for mode-line processing.
14533
14534 2012-04-27 Chong Yidong <cyd@gnu.org>
14535
14536 * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
14537 reaching eob (Bug#11286).
14538
14539 2012-04-27 Eli Zaretskii <eliz@gnu.org>
14540
14541 * progmodes/gdb-mi.el (gdb-control-level): New variable.
14542 (gdb): Make it buffer-local and init to zero.
14543 (gdb-control-commands-regexp): New variable.
14544 (gdb-send): Don't wrap in "-interpreter-exec console" if
14545 gdb-control-level is positive. Increment gdb-control-level
14546 whenever the command matches gdb-control-commands-regexp, and
14547 decrement it each time the command is "end". (Bug#11279)
14548
14549 2012-04-27 Martin Rudalics <rudalics@gmx.at>
14550
14551 * window.el (adjust-window-trailing-edge, enlarge-window)
14552 (shrink-window, window-resize):
14553 * mouse.el (mouse-drag-line): Fix resizing of minibuffer
14554 windows (Bug#11276).
14555
14556 2012-04-27 Chong Yidong <cyd@gnu.org>
14557
14558 * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
14559 fix "missing prefix" warning. All callers changed.
14560
14561 2012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
14562
14563 * emacs-lisp/assoc.el: Move to obsolete/.
14564
14565 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
14566
14567 * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
14568
14569 * term/ns-win.el (ns-define-service):
14570 * progmodes/pascal.el (pascal-goto-defun):
14571 * progmodes/js.el (js--read-tab):
14572 * progmodes/etags.el (tags-lazy-completion-table):
14573 * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
14574 * emacs-lisp/ewoc.el (ewoc--wrap):
14575 * emacs-lisp/assoc.el (aput, adelete, amake):
14576 * doc-view.el (doc-view-convert-current-doc):
14577 * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
14578
14579 2012-04-26 Chong Yidong <cyd@gnu.org>
14580
14581 * image.el (image-type-from-buffer): Only return supported image
14582 type (Bug#9045).
14583
14584 * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
14585 value, for symmetry with diff-end-of-hunk.
14586 (diff-split-hunk, diff-find-source-location)
14587 (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
14588 (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
14589 (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
14590 compute the relevant hunk or file properly (Bug#6005).
14591 (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
14592
14593 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
14594
14595 * vc/vc-mtn.el:
14596 * vc/vc-hg.el:
14597 * vc/vc-git.el:
14598 * vc/vc-dir.el:
14599 * vc/vc-cvs.el:
14600 * vc/vc-bzr.el:
14601 * vc/vc-arch.el:
14602 * vc/vc.el: Replace lexical-let by lexical-binding.
14603 * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
14604 * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
14605 * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
14606
14607 2012-04-26 Chong Yidong <cyd@gnu.org>
14608
14609 * vc/diff-mode.el (diff-undo): New command (Bug#5302).
14610 (diff-mode-shared-map): Bind it to / and [remap undo].
14611
14612 * vc/ediff-wind.el (ediff-setup-windows-default): New function.
14613 (ediff-window-setup-function): Use it as the default, to set up
14614 windows based on whether the current frame is graphical (Bug#2138).
14615 (ediff-choose-window-setup-function-automatically): Make obsolete.
14616
14617 * vc/ediff-init.el: Always define ediff-pixel-width/height.
14618
14619 2012-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
14620
14621 * ffap.el: Remove old code for obsolete package.
14622 (ffap-complete-as-file-p): Remove.
14623
14624 Use completion-table-with-quoting for comint and pcomplete.
14625 * comint.el (comint--unquote&requote-argument)
14626 (comint--unquote-argument, comint--requote-argument): New functions.
14627 (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
14628 (comint-quote-filename): Use regexp-opt-charset.
14629 (comint--common-suffix, comint--common-quoted-suffix)
14630 (comint--table-subvert): Remove.
14631 (comint-unquote-function, comint-requote-function): New vars.
14632 (comint--complete-file-name-data): Use them with
14633 completion-table-with-quoting.
14634 * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
14635 * pcomplete.el (pcomplete-arg-quote-list)
14636 (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
14637 (pcomplete-unquote-argument-function): Default to non-nil.
14638 (pcomplete-unquote-argument): Simplify.
14639 (pcomplete--common-quoted-suffix): Remove.
14640 (pcomplete-requote-argument-function): New var.
14641 (pcomplete--common-suffix): New function.
14642 (pcomplete-completions-at-point): Use completion-table-with-quoting
14643 and completion-table-subvert.
14644
14645 * minibuffer.el: Use completion-table-with-quoting for read-file-name.
14646 (minibuffer--double-dollars): Preserve properties.
14647 (completion--sifn-requote): New function.
14648 (completion--file-name-table): Rewrite using it and c-t-with-quoting.
14649
14650 * minibuffer.el: Add support for completion of quoted/escaped data.
14651 (completion-table-with-quoting, completion-table-subvert): New funs.
14652 (completion--twq-try, completion--twq-all): New functions.
14653 (completion--nth-completion): New function.
14654 (completion-try-completion, completion-all-completions): Use it.
14655
14656 2012-04-25 Leo Liu <sdl.web@gmail.com>
14657
14658 * progmodes/python.el (python-pdbtrack-get-source-buffer):
14659 Use compilation-message if available to find real filename.
14660
14661 2012-04-25 Chong Yidong <cyd@gnu.org>
14662
14663 * vc/diff-mode.el (diff-setup-whitespace): New function.
14664 (diff-mode): Use it.
14665
14666 * vc/diff.el (diff-sentinel):
14667 * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
14668 Whitespace mode variables based on diff style (Bug#8612).
14669
14670 2012-04-25 Leo Liu <sdl.web@gmail.com>
14671
14672 * progmodes/python.el (python-send-region): Add suffix .py to the
14673 temp file.
14674
14675 * files.el (auto-mode-alist): Use javascript-mode instead.
14676
14677 2012-04-25 Alex Harsanyi <AlexHarsanyi@gmail.com>
14678
14679 Sync with soap-client repository. Support SOAP simpleType (Bug#10331).
14680
14681 * net/soap-client.el (soap-resolve-references-for-sequence-type)
14682 (soap-resolve-references-for-array-type): Hack to prevent self
14683 references, see Bug#9.
14684 (soap-parse-envelope): Report the contents of the 'detail' node
14685 when receiving a fault reply.
14686 (soap-parse-envelope): Report the contents of the entire 'detail' node.
14687
14688 * net/soap-inspect.el (soap-sample-value-for-simple-type)
14689 (soap-inspect-simple-type): New function.
14690
14691 * net/soap-client.el (soap-simple-type): New struct.
14692 (soap-default-xsd-types, soap-default-soapenc-types)
14693 (soap-decode-basic-type, soap-encode-basic-type):
14694 support unsignedInt and double basic types.
14695 (soap-resolve-references-for-simple-type)
14696 (soap-parse-simple-type, soap-encode-simple-type): New function.
14697 (soap-parse-schema): Parse xsd:simpleType declarations.
14698
14699 * net/soap-client.el (soap-default-xsd-types)
14700 (soap-default-soapenc-types): Add integer, byte and anyURI types.
14701 (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
14702 the local name of "soapenc:Array".
14703 (soap-decode-basic-type, soap-encode-basic-type): Support encoding
14704 decoding integer, byte and anyURI xsd types.
14705
14706 2012-04-25 Chong Yidong <cyd@gnu.org>
14707
14708 * cus-edit.el (custom-buffer-create-internal): Update header text.
14709
14710 2012-04-25 Eli Zaretskii <eliz@gnu.org>
14711
14712 * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
14713 settings on 'system-type', not on 'window-system'. On MS-Windows,
14714 set interactive-mode on in GDB.
14715
14716 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
14717
14718 * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
14719 (ruby-syntax-propertize-regexp): Remove.
14720 (ruby-syntax-propertize-function): Split regexp into chunks.
14721 Match following code directly.
14722
14723 2012-04-24 Dmitry Gutov <dgutov@yandex.ru>
14724
14725 * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
14726 (ruby-syntax-propertize-regexp): New function.
14727 (ruby-syntax-propertize-function): Use it to handle regexp not preceded
14728 by a special keyword.
14729
14730 * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
14731 (ruby-syntax-general-delimiters-goto-beg)
14732 (ruby-syntax-propertize-general-delimiters): New functions.
14733 (ruby-syntax-propertize-function): Use them to handle GDL.
14734 (ruby-font-lock-keywords): Move old handling of GDL...
14735 (ruby-font-lock-syntactic-keywords): .. to here.
14736 (ruby-calculate-indent): Adjust indentation for GDL.
14737
14738 2012-04-24 Michael Albinus <michael.albinus@gmx.de>
14739
14740 * notifications.el (top): Remove unneeded declarations.
14741 (notifications-specification-version): Change to "1.2".
14742 (notifications-interface, notifications-notify-method)
14743 (notifications-close-notification-method): Fix docstring.
14744 (notifications-get-capabilities-method): New defconst.
14745 (notifications-notify): Add :action-items, :resident and
14746 :transient hints. Change "image_data" to "image-data" and
14747 "image_path" to "image-path".
14748 (notifications-get-capabilities): New defun.
14749
14750 2012-04-24 Leo Liu <sdl.web@gmail.com>
14751
14752 * progmodes/python.el: Move hideshow setup to the end.
14753
14754 2012-04-24 Martin Rudalics <rudalics@gmx.at>
14755
14756 * window.el (handle-select-window): Clear echo area since this is
14757 no more done by read_char (Bug#11304).
14758
14759 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
14760
14761 * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
14762 and `/ M' to filter-derived-mode.
14763 * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
14764 (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
14765 (ibuffer-mark-by-mode): Use default rather than initial-input.
14766 (ibuffer-filter-by-derived-mode): Autoload and require-match.
14767
14768 2012-04-24 Ivan Andrus <darthandrus@gmail.com> (tiny change)
14769
14770 * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
14771 (ibuffer-filter-by-derived-mode): New filter.
14772 * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
14773
14774 2012-04-23 Andreas Politz <politza@fh-trier.de>
14775
14776 * subr.el (accept-change-group): Fix arg usage (Bug#6095).
14777
14778 2012-04-23 Chong Yidong <cyd@gnu.org>
14779
14780 * cus-edit.el (customize-apropos, customize-apropos-options):
14781 Disable matching of non-option variables (Bug#11176).
14782 (customize-option, customize-option-other-window)
14783 (customize-changed-options): Doc fix.
14784 (customize-apropos-options, customize-apropos-faces)
14785 (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
14786
14787 * apropos.el (apropos-read-pattern): Make prompt less cryptic.
14788 Fix word list splitting (Bug#11132).
14789 (apropos-symbol, apropos-keybinding, apropos-label)
14790 (apropos-property, apropos-function-button)
14791 (apropos-variable-button, apropos-misc-button): New faces.
14792 (apropos-symbol-face, apropos-keybinding-face)
14793 (apropos-label-face, apropos-property-face, apropos-match-face):
14794 Variables removed (Bug#8396).
14795 (apropos-library-button, apropos-format-plist, apropos-print)
14796 (apropos-print-doc, apropos-describe-plist): Callers changed.
14797
14798 2012-04-23 Michael Albinus <michael.albinus@gmx.de>
14799
14800 * net/xesam.el (xesam-mode-map): Use let-bound map in
14801 initialization. (Bug#11292)
14802
14803 2012-04-23 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
14804
14805 Preserve ispell session localwords when switching back to
14806 original buffer.
14807
14808 * textmodes/ispell.el (ispell-buffer-session-localwords):
14809 New buffer-local variable to hold buffer session localwords.
14810 (ispell-kill-ispell): Add option 'clear to delete session
14811 localwords.
14812 (ispell-command-loop, ispell-change-dictionary)
14813 (ispell-buffer-local-words): Preserve session localwords when
14814 needed.
14815
14816 * textmodes/flyspell.el (flyspell-process-localwords)
14817 (flyspell-do-correct): Preserve session localwords when needed.
14818
14819 2012-04-23 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
14820
14821 * textmodes/ispell.el (ispell-insert-word) Remove unneeded function
14822 using obsolete `translation-table-for-input'.
14823 (ispell-word, ispell-process-line, ispell-complete-word):
14824 Use plain `insert' instead of removed `ispell-insert-word'.
14825
14826 2012-04-22 Chong Yidong <cyd@gnu.org>
14827
14828 * cus-edit.el (custom-variable-menu)
14829 (custom-variable-reset-saved, custom-face-menu)
14830 (custom-face-reset-saved): If there is no saved value, make the
14831 "reset-saved" operation bring back the default (Bug#9509).
14832 (custom-face-state): Properly detect themed faces.
14833
14834 * faces.el (face-spec-set): Stop supporting deprecated form of
14835 third arg.
14836
14837 2012-04-22 Michael Albinus <michael.albinus@gmx.de>
14838
14839 Move functions from C to Lisp. Make non-blocking method calls
14840 the default. Implement further D-Bus standard interfaces.
14841
14842 * net/dbus.el (dbus-message-internal): Declare function.
14843 Remove unneeded function declarations.
14844 (defvar dbus-message-type-invalid, dbus-message-type-method-call)
14845 (dbus-message-type-method-return, dbus-message-type-error)
14846 (dbus-message-type-signal): Declare variables. Remove local
14847 definitions.
14848 (dbus-interface-dbus, dbus-interface-peer)
14849 (dbus-interface-introspectable, dbus-interface-properties)
14850 (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
14851 Adapt docstring.
14852 (dbus-interface-objectmanager): New defconst.
14853 (dbus-call-method, dbus-call-method-asynchronously)
14854 (dbus-send-signal, dbus-method-return-internal)
14855 (dbus-method-error-internal, dbus-register-service)
14856 (dbus-register-signal, dbus-register-method): New defuns, moved
14857 from dbusbind.c
14858 (dbus-call-method-handler, dbus-setenv)
14859 (dbus-get-all-managed-objects, dbus-managed-objects-handler):
14860 New defuns.
14861 (dbus-call-method-non-blocking): Make it an obsolete function.
14862 (dbus-unregister-object, dbus-unregister-service)
14863 (dbus-handle-event, dbus-register-property)
14864 (dbus-property-handler): Obey the new structure of
14865 `bus-registered-objects'.
14866 (dbus-introspect): Use `dbus-call-method'. Use a timeout.
14867 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
14868 Use `dbus-call-method'.
14869
14870 2012-04-22 Chong Yidong <cyd@gnu.org>
14871
14872 * cus-edit.el (custom-commands, custom-reset-menu)
14873 (Custom-reset-standard): Tweak labels.
14874 (custom-reset-button-menu): Change default to t.
14875 (custom-buffer-create-internal): For the custom-reset-button-menu
14876 case, put the revert button first.
14877 (custom-group-subtitle): New face.
14878 (custom-group-value-create): Align docstring to a specific column.
14879
14880 * wid-edit.el (widget-documentation-link-add): Don't handle
14881 indentation in this function.
14882 (widget-documentation-string-indent-to): New function.
14883 (widget-documentation-string-value-create): Use it.
14884
14885 * autorevert.el (auto-revert):
14886 * epg-config.el (epg):
14887 * ibuffer.el (ibuffer):
14888 * mpc.el (mpc):
14889 * ses.el (ses):
14890 * eshell/eshell.el (eshell):
14891 * net/ange-ftp.el (ange-ftp):
14892 * progmodes/ebnf2ps.el (postscript):
14893 * progmodes/flymake.el (flymake):
14894 * progmodes/prolog.el (prolog):
14895 * progmodes/verilog-mode.el (verilog-mode):
14896 * progmodes/which-func.el (which-func):
14897 * term/xterm.el (xterm):
14898 * textmodes/picture.el (picture):
14899 * textmodes/tildify.el (tildify):
14900 * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
14901 customization buffers.
14902
14903 2012-04-22 Alan Mackenzie <acm@muc.de>
14904
14905 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
14906 Adding a ) can hide the resulting (..) from searches. Fix it.
14907 Bound the backward search to the position of the existing (.
14908
14909 2012-04-21 Juanma Barranquero <lekktu@gmail.com>
14910
14911 * progmodes/verilog-mode.el (verilog-mode): Check whether
14912 which-func-modes is t before adding verilog-mode.
14913 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
14914
14915 2012-04-21 Leo Liu <sdl.web@gmail.com>
14916
14917 * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
14918
14919 2012-04-21 Michael Vehrs <Michael.Burschik@gmx.de>
14920
14921 * woman.el: Add support for "T{ T}" tbl syntax, and fix the
14922 filling of the last column of a table (Bug#5635).
14923 (woman-find-next-control-line): New arg, specifying an additional
14924 regexp component for the control line.
14925 (woman2-roff-buffer): Use it.
14926 (woman-break-table): New function.
14927 (woman2-TS): Use it.
14928
14929 2012-04-21 Chong Yidong <cyd@gnu.org>
14930
14931 * woman.el (woman-set-buffer-display-table, woman-decode-region)
14932 (woman-horizontal-escapes, woman-negative-vertical-space)
14933 (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
14934 (WoMan-warn-ignored): Use ?\s instead of ?\ .
14935
14936 2012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
14937
14938 * minibuffer.el (completion-file-name-table): Complete user names.
14939
14940 2012-04-20 Leo Liu <sdl.web@gmail.com>
14941
14942 * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
14943 and pcase-let*.
14944
14945 2012-04-20 Chong Yidong <cyd@gnu.org>
14946
14947 * server.el (server-execute): Respect initial-buffer-choice if it
14948 is a string and there are no files to open (Bug#2825).
14949 (server-create-window-system-frame, server-create-tty-frame):
14950 Don't switch buffers here.
14951 (server-process-filter): Only try to open a window system frame if
14952 compiled with graphical support (Bug#8314).
14953
14954 2012-04-20 Dan Nicolaescu <dann@gnu.org>
14955
14956 * battery.el (battery-echo-area-format): Display remaining time
14957 for sysfs backend too (Bug#11269).
14958 (battery-linux-sysfs): Fix conditional for the charge.
14959
14960 2012-04-20 Chong Yidong <cyd@gnu.org>
14961
14962 * progmodes/gdb-mi.el (gdb): Revert previous change.
14963 (gdb-inferior-io--init-proc): New function.
14964 (gdb-init-1): Use it.
14965 (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
14966 responsible for allocating a new pty and hooking it to gdb when
14967 the old pty gets an EIO due to process exit.
14968 (gdb-delchar-or-quit): New command. Bind it in gdb-mi buffers.
14969 (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
14970 (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
14971
14972 2012-04-20 Eli Zaretskii <eliz@gnu.org>
14973
14974 * window.el (window-min-size, window-sizable, window-min-delta)
14975 (window-max-delta, window--resizable, window-resizable)
14976 (window-total-size, window-full-height-p, window-full-width-p)
14977 (window-in-direction, window--resize-mini-window, window-resize)
14978 (window--resize-child-windows-normal)
14979 (window--resize-child-windows, window--resize-siblings)
14980 (window--resize-this-window, adjust-window-trailing-edge)
14981 (enlarge-window, shrink-window): Doc fixes.
14982
14983 2012-04-20 Chong Yidong <cyd@gnu.org>
14984
14985 * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
14986 New function to call delete-process on the gdb-inferior buffer's pty.
14987 (gdb-reset): Use it, instead of relying on kill-buffer to kill the
14988 pty process (Bug#11273).
14989 (gdb-update): New arg to suppress talking to the gdb process.
14990 (gdb-done-or-error): Use it.
14991 (gdb-stopped-functions): Rename from gdb-stopped-hooks.
14992 (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
14993 sentinel not being called.
14994
14995 * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
14996
14997 * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
14998
14999 2012-04-20 Glenn Morris <rgm@gnu.org>
15000
15001 * net/network-stream.el (open-network-stream): Doc fix.
15002
15003 2012-04-20 Chong Yidong <cyd@gnu.org>
15004
15005 * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
15006
15007 2012-04-20 Alan Mackenzie <acm@muc.de>
15008
15009 Ensure searching for keywords is case sensitive.
15010
15011 * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
15012 (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
15013 (c-defun-name, c-mark-function, c-cpp-define-name)
15014 (c-comment-indent, c-scan-conditionals, c-indent-defun)
15015 (c-context-line-break): Bind case-fold-search to nil.
15016
15017 * progmodes/cc-mode.el (c-font-lock-fontify-region):
15018 Bind case-fold-search to nil.
15019
15020 2012-04-20 Chong Yidong <cyd@gnu.org>
15021
15022 * mail/sendmail.el (mail-bury): Call return action with the right
15023 Rmail buffer (Bug#11242).
15024
15025 * server.el (server-process-filter): Handle corner case where both
15026 tty and nowait options are present (Bug#11102).
15027
15028 2012-04-20 Eli Zaretskii <eliz@gnu.org>
15029
15030 * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
15031 (top level): Put into the executable the ident-style '$Id:' tag on
15032 windows-nt as well.
15033
15034 2012-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
15035
15036 * electric.el (electric-indent-post-self-insert-function): Check that
15037 electric-indent-mode is enabled in current buffer.
15038
15039 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
15040
15041 * imenu.el (imenu-progress-message): Restore; it is "used" in
15042 erc/erc-imenu.el and net/snmp-mode.el.
15043
15044 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
15045
15046 * avoid.el (mouse-avoidance-mode): Mark unused arg.
15047 (mouse-avoidance-nudge-mouse): Remove unused binding.
15048
15049 * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
15050
15051 * descr-text.el (describe-char):
15052 * progmodes/python.el (python-describe-symbol):
15053 Don't call `toggle-read-only', set `buffer-read-only'.
15054
15055 * imenu.el (imenu-default-goto-function): Mark unused args.
15056 (imenu-progress-message): Remove obsolete macro; all callers changed.
15057
15058 * subr.el (keymap-canonicalize): Remove unused binding.
15059 (read-passwd): Mark unused arg.
15060
15061 * tutorial.el (tutorial--display-changes): Remove unused binding.
15062 (tutorial--save-tutorial-to): Remove unused variable.
15063
15064 * emacs-lisp/package.el (define-package, package-menu-mark-delete)
15065 (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
15066 (package-generate-autoloads, package-menu--generate)
15067 (package-menu--find-upgrades): Remove unused bindings.
15068
15069 * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
15070 (cua-restrict-prefix-rectangle): Doc fixes. Remove unused bindings.
15071 (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
15072 (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
15073 (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
15074 (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
15075 (cua--rectangle-aux-replace, cua--left-fill-rectangle)
15076 (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
15077 (cua-delete-char-rectangle): Mark unused args.
15078 (cua-align-rectangle): Remove unused binding.
15079
15080 * mail/rmail.el (compilation--message->loc)
15081 (epa--find-coding-system-for-mime-charset): Declare.
15082
15083 * net/dbus.el (dbus-register-service): Declare.
15084 (dbus-name-owner-changed-handler): Remove unused binding.
15085
15086 * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
15087 (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
15088 (nxml-scan-backward-within): Mark unused arg.
15089 (nxml-dynamic-markup-word): Remove unused binding.
15090
15091 * mouse.el (mouse-menu-major-mode-map):
15092 * emacs-lisp/authors.el (authors-scan-change-log)
15093 (authors-add-to-author-list):
15094 * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
15095 * emacs-lisp/smie.el (smie-auto-fill):
15096 * mail/sendmail.el (mail-bury):
15097 * mail/unrmail.el (unrmail):
15098 * net/tls.el (open-tls-stream):
15099 * textmodes/picture.el (picture-mouse-set-point):
15100 Remove unused bindings.
15101
15102 2012-04-19 Michael Albinus <michael.albinus@gmx.de>
15103
15104 * net/tramp.el (tramp-action-password): Let-bind
15105 `enable-recursive-minibuffers' to t.
15106
15107 2012-04-18 Sam Steingold <sds@gnu.org>
15108
15109 * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
15110 instead of 'string to accommodate values like [f11].
15111 Always use `vconcat' instead of `concat' on it, like in `gud-def'.
15112 * progmodes/gdb-mi.el: Likewise.
15113
15114 2012-04-18 Leo Liu <sdl.web@gmail.com>
15115
15116 * abbrev.el (edit-abbrevs): Move point to the abbrev table of
15117 current buffer.
15118 (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
15119 LOCAL is nil.
15120
15121 2012-04-18 Chong Yidong <cyd@gnu.org>
15122
15123 * simple.el (line-move): Use forward-line if in batch mode
15124 (Bug#11053).
15125
15126 2012-04-18 Christopher Schmidt <christopher@ch.ristopher.com>
15127
15128 * files.el (after-find-file): Do not try to add a final newline if
15129 the buffer is read-only (Bug#11156).
15130
15131 2012-04-17 Richard Stallman <rms@gnu.org>
15132
15133 * mail/rmail.el (rmail-start-mail):
15134 Pass (rmail-mail-return...) for the return-action.
15135 Pass (rmail-yank-current-message...) for the yank-action.
15136 (rmail-yank-current-message): New function.
15137 (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
15138 (rmail-reply): Likewise.
15139 (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
15140
15141 * mail/sendmail.el (mail-bury): Choose the first rmail-mode
15142 buffer, not the last. Reject temp buffers. Use the rmail-mode
15143 buffer, not newbuf.
15144
15145 2012-04-17 Juanma Barranquero <lekktu@gmail.com>
15146
15147 * server.el (server-ensure-safe-dir): Simplify.
15148
15149 2012-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
15150
15151 * emacs-lisp/smie.el: Provide smarter auto-filling.
15152 (smie-auto-fill): New function.
15153 (smie-setup): Use it.
15154
15155 * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
15156
15157 2012-04-17 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
15158
15159 * newcomment.el (comment-inline-offset): New custom var (bug#11090).
15160 (comment-indent): Use it.
15161
15162 2012-04-17 Vincent BelaĂ¯che <vincentb1@users.sourceforge.net>
15163
15164 * ses.el: The overall change is to add cell renaming, that is
15165 setting fancy names for cell symbols other than name matching
15166 "\\`[A-Z]+[0-9]+\\'" regexp .
15167 (ses-localvars): Add ses--renamed-cell-symb-list.
15168 (ses-create-cell-variable): New defun.
15169 (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
15170 (ses-relocate-formula): Relocate formulas only for cells the
15171 symbols of which are not renamed, i.e. symbols whose names do not
15172 match regexp "\\`[A-Z]+[0-9]+\\'".
15173 (ses-relocate-all): Relocate values only for cells the symbols of
15174 which are not renamed.
15175 (ses-load): Create cells variables as the (ses-cell ...) are read,
15176 in order to check row col consistency with cell symbol name only
15177 for cells that are not renamed.
15178 (ses-replace-name-in-formula): New defun.
15179 (ses-rename-cell): New defun.
15180
15181 2012-04-17 Peter Oliver <bzr@mavit.org.uk> (tiny change)
15182
15183 * progmodes/perl-mode.el (perl-indent-parens-as-block):
15184 New option (bug#11118).
15185 (perl-calculate-indent): Respect it.
15186
15187 2012-04-17 Glenn Morris <rgm@gnu.org>
15188
15189 * dired-aux.el (dired-mark-read-string): Doc fix.
15190
15191 2012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
15192
15193 * dired-aux.el (dired-mark-read-string): Offer optional completion.
15194 (dired-do-chxxx): Complete chown, chgrp over users, groups. (Bug#7900)
15195
15196 2012-04-17 Glenn Morris <rgm@gnu.org>
15197
15198 * mouse.el (mouse-drag-track):
15199 * speedbar.el (speedbar-frame-mode):
15200 Use auto-hscroll-mode rather than the alias automatic-hscrolling.
15201
15202 2012-04-16 Leo Liu <sdl.web@gmail.com>
15203
15204 * progmodes/python.el: Trivial cleanup.
15205
15206 2012-04-16 Glenn Morris <rgm@gnu.org>
15207
15208 * vc/vc.el (vc-string-prefix-p):
15209 * vc/pcvs-util.el (cvs-string-prefix-p):
15210 * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
15211 * mpc.el (mpc-string-prefix-p):
15212 Make all of these into obsolete aliases for string-prefix-p.
15213 Update callers.
15214 * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
15215
15216 * textmodes/two-column.el: Move custom options to the start.
15217 (frame-width): Remove compat definition.
15218 (2C-associate-buffer, 2C-dissociate):
15219 Use with-current-buffer rather than save-excursion.
15220 (2C-dissociate): Force a mode-line update.
15221 (2C-autoscroll): Use ignore-errors.
15222
15223 * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
15224 Autoload trivia.
15225
15226 * emacs-lisp/cl-extra.el (*random-state*):
15227 Remove unnecessary declaration.
15228
15229 * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
15230
15231 * play/cookie1.el (cookie-snarf):
15232 Give an explicit error if input file cannot be read.
15233
15234 * play/yow.el (yow-file): Use expand-file-name rather than concat.
15235
15236 * progmodes/perl-mode.el (c-macro-expand):
15237 Remove unnecessary autoload (it is in loaddefs.el).
15238
15239 * textmodes/picture.el (picture-desired-column)
15240 (picture-update-desired-column): Convert comments to doc-strings.
15241 (picture-substitute): Remove function.
15242 (picture-mode-map): Initialize in the defvar.
15243
15244 * woman.el: Remove eval-after-load for tar-mode.
15245 * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
15246 (woman-tar-extract-file): Autoload it.
15247
15248 * frame.el (automatic-hscrolling): Make this alias obsolete.
15249
15250 2012-04-12 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
15251
15252 * textmodes/ispell.el (ispell-set-spellchecker-params): Post-process
15253 `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
15254 (ispell-dictionary-base-alist): Revert to original XEmacs
15255 friendly version for default. [:alpha:] will be added in
15256 `ispell-set-spellchecker-params' if needed.
15257
15258 2012-04-16 Chong Yidong <cyd@gnu.org>
15259
15260 * image.el (imagemagick--file-regexp): New variable.
15261 (imagemagick-register-types): Use it.
15262 (imagemagick-types-inhibit): Add :set function. Allow new value
15263 of t to inhibit all types.
15264
15265 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
15266 so we can preload it.
15267
15268 * loadup.el (fboundp): Preload regexp-opt, needed by
15269 imagemagick-register-types.
15270
15271 2012-04-15 Chong Yidong <cyd@gnu.org>
15272
15273 * frame.el (scrolling): Remove nearly unused customization group.
15274
15275 * scroll-all.el (scroll-all-mode): Move to windows group.
15276
15277 2012-04-15 Chong Yidong <cyd@gnu.org>
15278
15279 * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
15280
15281 2012-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
15282
15283 Avoid the use of ((lambda ...) ...) in lexical-binding code.
15284 * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
15285
15286 2012-04-15 Glenn Morris <rgm@gnu.org>
15287
15288 * simple.el (process-file-side-effects): Doc fix.
15289
15290 2012-04-15 Glenn Morris <rgm@gnu.org>
15291
15292 * international/mule-cmds.el (set-language-environment): Doc fix.
15293
15294 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
15295
15296 * server.el (server-auth-key, server-generate-key): Doc fixes.
15297 (server-get-auth-key): Doc fix. Use `string-match-p'.
15298 (server-start): Reflow docstring.
15299
15300 2012-04-14 Lars Ingebrigtsen <larsi@gnus.org>
15301
15302 * server.el (server-generate-key): `called-interactively-p'
15303 requires a parameter.
15304
15305 2012-04-14 Michal Nazarewicz <mina86@mina86.com>
15306
15307 * server.el (server-auth-key): New variable.
15308 (server-generate-key, server-get-auth-key): New function.
15309 (server-start): Use the new variable and functions to allow
15310 setting a permanent server key (bug#9423).
15311
15312 2012-04-14 Leo Liu <sdl.web@gmail.com>
15313
15314 * vc/diff-mode.el (diff-file-prev/next): Fix typo.
15315
15316 2012-04-14 Paul Eggert <eggert@cs.ucla.edu>
15317
15318 Spelling fixes.
15319 * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
15320 Emacs uses American spelling.
15321
15322 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
15323
15324 * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
15325 (emacs-lock--exit-locked-buffer): Return the locked buffer. Doc fix.
15326 (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
15327 (emacs-lock--kill-buffer-query-functions): Run new hook. (Bug#11017)
15328
15329 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
15330
15331 * progmodes/which-func.el (which-func-modes): Change default.
15332
15333 2012-04-14 Kim F. Storm <storm@cua.dk>
15334
15335 * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
15336 exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
15337
15338 2012-04-14 Chong Yidong <cyd@gnu.org>
15339
15340 * custom.el (custom-theme-set-variables): Doc fix.
15341
15342 2012-04-14 Glenn Morris <rgm@gnu.org>
15343
15344 * international/mule.el (set-auto-coding-for-load): Doc fix.
15345
15346 2012-04-14 Alan Mackenzie <acm@muc.de>
15347
15348 * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
15349 imenu work again for Objective C Mode. Correct the *-index values,
15350 these having been disturbed by a previous change in 2011-08.
15351
15352 * progmodes/cc-engine.el (c-before-change-check-<>-operators):
15353 Correct two search limits.
15354
15355 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
15356
15357 * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
15358
15359 2012-04-14 Andreas Schwab <schwab@linux-m68k.org>
15360
15361 * international/characters.el: Fix sorting.
15362
15363 2012-04-14 Eli Zaretskii <eliz@gnu.org>
15364
15365 * international/characters.el: Add more missing Latin case pairs.
15366
15367 2012-04-14 Glenn Morris <rgm@gnu.org>
15368
15369 * files.el (dir-locals-set-class-variables): Doc fix.
15370
15371 2012-04-14 Eli Zaretskii <eliz@gnu.org>
15372
15373 * international/characters.el: Add set-case-syntax-pair call for
15374 LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
15375 counterpart. (Bug#11209)
15376
15377 * simple.el (shell-command-on-region): Doc fix. (Bug#11208)
15378
15379 2012-04-14 Glenn Morris <rgm@gnu.org>
15380
15381 * calendar/holidays.el (calendar-check-holidays): Doc fix.
15382
15383 2012-04-14 Eli Zaretskii <eliz@gnu.org>
15384
15385 * textmodes/ispell.el (ispell-dictionary-base-alist):
15386 Add data for Hebrew.
15387
15388 2012-04-14 Chong Yidong <cyd@gnu.org>
15389
15390 * net/rcirc.el (rcirc-cmd-quit):
15391 Revert 2012-03-18 change (Bug#11192).
15392
15393 2012-04-14 Glenn Morris <rgm@gnu.org>
15394
15395 * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
15396
15397 2012-04-14 Eli Zaretskii <eliz@gnu.org>
15398
15399 * minibuffer.el (completion-in-region-mode-map):
15400 Bind completion-help-at-point to M-? rather than ?. (Bug#11182)
15401
15402 2012-04-13 Vivek Dasmohapatra <vivek@etla.org>
15403
15404 * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
15405
15406 2012-04-13 Masatake YAMATO <yamato@redhat.com>
15407
15408 * minibuffer.el (minibuffer-local-filename-syntax): New variable
15409 to allow `C-M-f' and `C-M-b' to move to the nearest path
15410 separator (bug#9511).
15411
15412 2012-04-13 Lars Ingebrigtsen <larsi@gnus.org>
15413
15414 * avoid.el: Require cl when compiling. And also move the
15415 `provide' to the end.
15416
15417 2012-04-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
15418
15419 * avoid.el (mouse-avoidance-banish-position): New variable.
15420 (mouse-avoidance-banish-destination): Use it (bug#10165).
15421
15422 2012-04-13 Leo Liu <sdl.web@gmail.com>
15423
15424 * progmodes/which-func.el (which-func-modes): Add objc-mode.
15425
15426 2012-04-13 Ken Brown <kbrown@cornell.edu>
15427
15428 * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
15429 this is no longer needed now that cygstart understands file:// URLs.
15430 (browse-url-filename-alist): For the same reason, don't modify
15431 file:// URLs on Cygwin.
15432
15433 2012-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
15434
15435 * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
15436 the region on shift if the binding is already shifted (bug#11221).
15437
15438 2012-04-12 Glenn Morris <rgm@gnu.org>
15439
15440 * mail/mailpost.el: Move to obsolete/.
15441
15442 2012-04-12 Drew Adams <drew.adams@oracle.com>
15443
15444 * imenu.el (imenu--generic-function): Ignore invisible definitions
15445 (bug#10123).
15446
15447 2012-04-12 Vivek Dasmohapatra <vivek@etla.org>
15448
15449 * hexl.el (hexl-bits): New variable.
15450 (hexl-options): Mention the variable in the doc string.
15451 (hexl-rulerise, hexl-line-displen): New functions.
15452 (hexl-mode): Mention the new variable.
15453 (hexl-mode, hexl-current-address, hexl-current-address):
15454 Use the displen.
15455 (hexl-ascii-start-column): New function.
15456 (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
15457 (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
15458
15459 2012-04-12 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
15460
15461 * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
15462 '("-i" ENCODING), in 2 separate command-line arguments, to specify
15463 the encoding, as expected by hunspell.
15464
15465 2012-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
15466
15467 * battery.el (battery--linux-sysfs-regexp): New const.
15468 (battery-status-function): Use it. Remove yeeloong special case.
15469 (battery-yeeloong-sysfs): Remove.
15470 (battery-echo-area-format): Remove yeeloong special case.
15471
15472 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
15473
15474 * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
15475 Reported by Noah Friedman.
15476
15477 * subr.el (read-passwd): Use read-string.
15478
15479 2012-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
15480
15481 * vcursor.el (vcursor-move): Increase the priority of the overlay
15482 (bug#9663).
15483
15484 2012-04-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
15485
15486 * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
15487 (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
15488
15489 2012-04-11 William Stevenson <yhvh2000@gmail.com>
15490
15491 * textmodes/artist.el (artist-mode): Convert artist-mode to use
15492 define-minor-mode (bug#10760).
15493
15494 2012-04-11 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
15495
15496 * progmodes/grep.el (rgrep): Tweak the find command line so
15497 that directories matching `grep-find-ignored-files' won't be
15498 pruned (bug#10351).
15499
15500 2012-04-11 Chong Yidong <cyd@gnu.org>
15501
15502 * startup.el (command-line): Remove support for long-obsolete
15503 variable font-lock-face-attributes.
15504
15505 2012-04-11 Glenn Morris <rgm@gnu.org>
15506
15507 * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
15508
15509 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
15510
15511 * window.el (window--state-get-1): Obey window-point-insertion-type.
15512
15513 2012-04-11 Lennart Borgman <lennart.borgman@gmail.com>
15514
15515 * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
15516 to previous function when point is on the first character of a
15517 function. Take care of that in `narrow-to-defun' (bug#6157).
15518
15519 2012-04-11 Glenn Morris <rgm@gnu.org>
15520
15521 * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
15522 not just file-errors.
15523
15524 * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
15525 (vc-bzr-sha1): Use internal sha1.
15526
15527 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
15528
15529 * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
15530
15531 2012-04-10 SĂ©bastien Gross <seb@chezwam.org> (tiny change)
15532
15533 * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
15534 that start in the middle of the line (bug#10496).
15535
15536 2012-04-10 Dan Nicolaescu <dann@gnu.org>
15537
15538 * battery.el (battery-linux-proc-acpi): Only one battery is
15539 discharged at a time, but that seems to confuse battery.el when
15540 computing `rate-type' for the battery not being discharged
15541 (bug#10332).
15542
15543 2012-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
15544
15545 * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
15546
15547 * international/quail.el: Use dolist and simplify.
15548 (quail-define-package, quail-update-keyboard-layout)
15549 (quail-define-rules): Use dolist.
15550 (quail-insert-kbd-layout, quail-get-translation): CSE.
15551
15552 * tmm.el: Use dolist, remove left over hook.
15553 (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
15554 Use dolist.
15555 (calendar-load-hook): Don't mess with it.
15556
15557 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
15558 Use derived-mode-p. Run the diff asynchronously.
15559
15560 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
15561
15562 * obsolete/mouse-sel.el: Add an Obsolete-since header.
15563
15564 2012-04-10 Juanma Barranquero <lekktu@gmail.com>
15565
15566 * misc.el: Display absolute path of loaded DLLs (bug#10424).
15567 (list-dynamic-libraries--loaded): New function.
15568 (list-dynamic-libraries--refresh): Use it.
15569
15570 2012-04-10 Nathan Weizenbaum <nweiz@google.com>
15571
15572 * progmodes/python.el (python-fill-paragraph):
15573 Make python-fill-region in a multiline string work when font-lock is
15574 disabled (bug#7018).
15575
15576 2012-04-10 Laimonas VÄ—bra <laimonas.vebra@gmail.com> (tiny change)
15577
15578 * language/european.el (cp775): Add oem/legacy (en)coding on
15579 DOS/MS Windows for the Baltic languages. There are still plenty
15580 of texts written in this encoding/codepage (bug#6519).
15581
15582 2012-04-10 Glenn Morris <rgm@gnu.org>
15583
15584 * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
15585 Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
15586
15587 2012-04-10 Florian Adamsky <florian@adamsky.it> (tiny change)
15588
15589 * recentf.el (recentf-dialog-mode-map): Add two keybindings for
15590 next-line "n" and previous-line "p" in order to make recentf more
15591 consistent with ibuffer, dired or org-mode (bug#9387).
15592
15593 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
15594
15595 * image.el (put-image): Return the overlay created instead of the
15596 optional input string (bug#7834). Note that this may break code
15597 that is (for some reason or other) depending on `put-image'
15598 returning the string.
15599
15600 * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
15601
15602 * simple.el (zap-to-char): Allow zapping using input methods
15603 (bug#1580).
15604
15605 * textmodes/fill.el (fill-region): Leave point and mark where they
15606 were before filling (bug#5399).
15607
15608 2012-04-09 Glenn Morris <rgm@gnu.org>
15609
15610 * version.el (emacs-bzr-get-version):
15611 Handle lightweight checkouts of local branches.
15612
15613 2012-04-09 Andreas Schwab <schwab@linux-m68k.org>
15614
15615 * international/characters.el: Recover lost case pairs. (Bug#11209)
15616
15617 2012-04-09 Chong Yidong <cyd@gnu.org>
15618
15619 * custom.el (custom-variable-p): Return nil for non-symbol
15620 arguments instead of signaling an error.
15621 (user-variable-p): Obsolete alias for custom-variable-p.
15622
15623 * apropos.el (apropos-variable):
15624 * files-x.el (read-file-local-variable):
15625 * simple.el (set-variable):
15626 * woman.el (woman-mini-help):
15627 * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
15628
15629 2012-04-09 Glenn Morris <rgm@gnu.org>
15630
15631 * startup.el (normal-top-level): Don't look for leim-list.el
15632 in places where it will not be found. (Bug#910)
15633
15634 * international/mule-cmds.el (set-default-coding-systems):
15635 * files.el (normal-mode):
15636 Remove guarded calls to ucs-set-table-for-input. (Bug#9821)
15637 This function was removed with ucs-tables.el in 2008.
15638
15639 2012-04-08 Eli Zaretskii <eliz@gnu.org>
15640
15641 * textmodes/ispell.el (ispell-check-version): For hunspell, set
15642 ispell-encoding8-command to "-i", without a trailing space.
15643 (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
15644 separate command-line arguments, to specify the encoding, since
15645 that's how hunspell expects it.
15646
15647 2012-04-08 Glenn Morris <rgm@gnu.org>
15648
15649 * loadup.el: Load bindings before cus-start.
15650 This reduces somewhat the number of "rogue" settings in emacs -Q.
15651
15652 2012-04-07 Glenn Morris <rgm@gnu.org>
15653
15654 * version.el (emacs-bzr-get-version): New function.
15655 (emacs-bzr-version): New variable.
15656 * loadup.el (emacs-bzr-version): Set it. (Bug#8054)
15657 * mail/emacsbug.el (report-emacs-bug): Include bzr version.
15658
15659 2012-04-07 Eli Zaretskii <eliz@gnu.org>
15660
15661 * international/uni-bidi.el, international/uni-category.el:
15662 * international/uni-combining.el, international/uni-decimal.el:
15663 * international/uni-decomposition.el, international/uni-digit.el:
15664 * international/uni-lowercase.el, international/uni-mirrored.el:
15665 * international/uni-name.el, international/uni-numeric.el:
15666 * international/uni-titlecase.el, international/uni-uppercase.el:
15667 Update for Unicode 6.1.
15668
15669 2012-04-07 Eli Zaretskii <eliz@gnu.org>
15670
15671 * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
15672
15673 2012-04-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
15674
15675 * window.el (shrink-window): Mention the `window-min-height'
15676 variable in the doc string.
15677
15678 2012-04-05 Bastien Guerry <bzg@altern.org>
15679
15680 * color.el (color-lighten-name): Fix typo.
15681
15682 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
15683
15684 * server.el (server--on-display-p): New function.
15685 (server--on-display-p): Use it.
15686
15687 2012-04-04 GĂ¡bor Vida <vidagabor@gmail.com> (tiny change)
15688
15689 * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
15690 (bug#11145).
15691
15692 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
15693
15694 * comint.el (comint--common-quoted-suffix): Check string boundary
15695 before comparing (bug#11158).
15696 * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
15697
15698 2012-04-04 Chong Yidong <cyd@gnu.org>
15699
15700 * minibuffer.el (completion-extra-properties): Doc fix.
15701
15702 * subr.el (delayed-warnings-hook): Doc fix.
15703
15704 2012-04-04 Daiki Ueno <ueno@unixuser.org>
15705
15706 * epa.el (epa--select-keys): Bind C-c C-c to finish the key
15707 selection (Bug#11159).
15708 (epa-insert-keys): Inform that the default public key will be
15709 exported if no key is selected.
15710
15711 2012-04-04 Richard Stallman <rms@gnu.org>
15712
15713 * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
15714
15715 2012-04-03 Chong Yidong <cyd@gnu.org>
15716
15717 * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
15718 mail-insert-file, not its obsolete alias mail-attach-file.
15719
15720 2012-04-03 Michael Albinus <michael.albinus@gmx.de>
15721
15722 * notifications.el (notifications-notify): Fix docstring.
15723
15724 2012-04-02 Glenn Morris <rgm@gnu.org>
15725
15726 * emacs-lisp/authors.el (authors-aliases): Another addition.
15727
15728 2012-04-02 Michael Albinus <michael.albinus@gmx.de>
15729
15730 * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
15731 `tramp-compat-call-process' instead of `tramp-local-call-process'.
15732 Reported by Magnus Henoch <magnus.henoch@gmail.com>.
15733
15734 2012-04-01 Chong Yidong <cyd@gnu.org>
15735
15736 * files.el (file-in-directory-p): Rename from file-subdir-of-p.
15737 Handle root directory properly.
15738 (copy-directory): Caller changed.
15739
15740 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
15741 * net/tramp.el (tramp-file-name-for-operation): Callers changed.
15742
15743 2012-03-31 Glenn Morris <rgm@gnu.org>
15744
15745 * term/xterm.el (xterm-extra-capabilities): Doc fix.
15746
15747 * language/indian.el ("Devanagari"): Fix typo. (Bug#11103)
15748
15749 * calendar/calendar.el (calendar-window-list)
15750 (calendar-hide-window): Restore. (Bug#11140)
15751 (calendar-exit): Use calendar-window-list, calendar-hide-window again.
15752
15753 * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
15754
15755 2012-03-30 Thierry Volpiatto <thierry.volpiatto@gmail.com>
15756
15757 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
15758 Check if file is a symlink (Bug#10489).
15759
15760 * files.el (copy-directory): Likewise.
15761
15762 2012-03-30 Chong Yidong <cyd@gnu.org>
15763
15764 * image.el (imagemagick-types-inhibit)
15765 (imagemagick-register-types): Doc fix.
15766
15767 2012-03-30 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
15768
15769 * textmodes/ispell.el (ispell-get-extended-character-mode):
15770 Disable extended-char-mode for hunspell. hunspell does not support it
15771 and treats ~word as ordinary words in pipe mode.
15772
15773 2012-03-30 Glenn Morris <rgm@gnu.org>
15774
15775 * tutorial.el (help-with-tutorial): Ensure local variables don't
15776 happen to make the buffer read-only. (Bug#11127)
15777
15778 2012-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
15779
15780 * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
15781 (perl-calculate-indent): Return `noindent' in strings.
15782
15783 2012-03-28 Sam Steingold <sds@gnu.org>
15784
15785 * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
15786 instead of the broken adhockery which does not prevent calendar
15787 buffers from being displayed at random after exit.
15788 (calendar-window-list, calendar-hide-window): Remove the broken
15789 adhockery.
15790
15791 2012-03-28 Glenn Morris <rgm@gnu.org>
15792
15793 * replace.el (query-replace-map): Doc fix.
15794
15795 2012-03-28 Andreas Schwab <schwab@linux-m68k.org>
15796
15797 * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
15798 contents. (Bug#11109)
15799
15800 2012-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
15801
15802 * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
15803 (bug#11077).
15804 (avl-tree--check, avl-tree--check-node): New funs.
15805
15806 2012-03-27 Martin Rudalics <rudalics@gmx.at>
15807
15808 * window.el (switch-to-visible-buffer): New option.
15809 (switch-to-prev-buffer, switch-to-next-buffer):
15810 Observe switch-to-visible-buffer. Make sure that checking for a window
15811 showing a buffer already is done on the same frame.
15812
15813 2012-03-27 Glenn Morris <rgm@gnu.org>
15814
15815 * startup.el (mail-host-address): Doc fix.
15816
15817 2012-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
15818
15819 * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
15820 than 197 variables.
15821
15822 2012-03-26 Ami Fischman <ami@fischman.org>
15823
15824 * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
15825
15826 2012-03-26 Glenn Morris <rgm@gnu.org>
15827
15828 * files.el (save-buffers-kill-emacs): Doc fix.
15829
15830 * startup.el (normal-top-level, command-line, command-line-1):
15831 Give them doc strings.
15832
15833 2012-03-25 Eli Zaretskii <eliz@gnu.org>
15834
15835 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
15836 of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
15837
15838 2012-03-25 Chong Yidong <cyd@gnu.org>
15839
15840 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
15841 theme if it was previously enabled before (Bug#11031).
15842
15843 * cus-theme.el (custom-theme-write-faces): Retrieve current face
15844 spec with custom-face-get-current-spec if its :shown-value is not
15845 determined yet (Bug#9337).
15846 (customize-create-theme, custom-theme-revert): Doc fixes.
15847
15848 * button.el (button-at): Minor addition to docstring.
15849
15850 2012-03-24 Simon Leinen <simon.leinen@gmail.com>
15851
15852 * vc/vc.el (vc-merge): Fix a prompt.
15853
15854 2012-03-24 Chong Yidong <cyd@gnu.org>
15855
15856 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
15857 point (Bug#9623).
15858
15859 * button.el (button-at): Minor addition to docstring.
15860
15861 2012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
15862
15863 * newcomment.el (comment-choose-indent): No space after BOL.
15864
15865 2012-03-22 Sam Steingold <sds@gnu.org>
15866
15867 * window.el (switch-to-prev-buffer): Revert last patch because the
15868 bug turned out to be an advertised feature (Elisp manual 28.14).
15869
15870 2012-03-22 Glenn Morris <rgm@gnu.org>
15871
15872 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
15873 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
15874
15875 2012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
15876
15877 * net/network-stream.el (network-stream-open-starttls): Make error
15878 message under Windows be less misleading.
15879
15880 2012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
15881
15882 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
15883 understands (bug#9942).
15884
15885 2012-03-22 Chong Yidong <cyd@gnu.org>
15886
15887 * simple.el (end-of-visible-line): Handle return value of
15888 next-single-property-change properly (Bug#9371).
15889
15890 2012-03-22 Kenichi Handa <handa@m17n.org>
15891
15892 * international/quail.el (quail-insert-kbd-layout): Fix previous
15893 change. To avoid unwanted bidi reordering, use
15894 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
15895
15896 2012-03-21 Dmitry Gutov <dgutov@yandex.ru>
15897
15898 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
15899 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
15900 (ruby-beginning-of-indent): Be more careful with the difference
15901 between word-boundary and symbol boundary.
15902 (ruby-mode-syntax-table): Make : a symbol constituent.
15903
15904 2012-03-21 Andreas Politz <politza@fh-trier.de>
15905
15906 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
15907
15908 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
15909
15910 * progmodes/etags.el (tags-completion-at-point-function):
15911 Improve last fix.
15912
15913 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
15914
15915 2012-03-21 Sam Steingold <sds@gnu.org>
15916
15917 * progmodes/etags.el (tags-completion-at-point-function):
15918 Avoid the error when point is inside the pattern.
15919
15920 2012-03-21 John Yates <john@yates-sheets.org> (tiny change)
15921
15922 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
15923 line (Bug#10855).
15924
15925 2012-03-21 Drew Adams <drew.adams@oracle.com>
15926
15927 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
15928
15929 2012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
15930
15931 * ido.el (ido-set-current-directory, ido-read-internal)
15932 (ido-choose-completion-string, ido-completion-help): Handle nil
15933 value of ido-completion-buffer (Bug#11008).
15934
15935 2012-03-21 Sam Steingold <sds@gnu.org>
15936
15937 * window.el (switch-to-prev-buffer): Do not switch to a visible
15938 window previous buffer, just like with the frame previous buffers.
15939
15940 2012-03-21 Chong Yidong <cyd@gnu.org>
15941
15942 * faces.el (make-face, make-empty-face, copy-face):
15943 * face-remap.el (face-remap-add-relative, face-remap-set-base):
15944 Doc fixes.
15945
15946 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
15947
15948 * wid-edit.el (widget-complete-field): Remove (bug#11051).
15949 (widget-complete): Remove broken use of it.
15950
15951 2012-03-20 Chong Yidong <cyd@gnu.org>
15952
15953 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
15954 Use string-width and truncate-string-width to handle arbitrary
15955 characters.
15956
15957 2012-03-20 Tassilo Horn <tassilo@member.fsf.org>
15958
15959 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
15960 to draw rectangles, not squares. (Regression introduced by revno
15961 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
15962
15963 2012-03-18 Chong Yidong <cyd@gnu.org>
15964
15965 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
15966 it is not yet defined (for temacs).
15967
15968 2012-03-18 Leo Liu <sdl.web@gmail.com>
15969
15970 * net/rcirc.el (rcirc-cmd-quit): Allow quitting all servers with
15971 prefix.
15972
15973 2012-03-17 Eli Zaretskii <eliz@gnu.org>
15974
15975 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
15976 (ispell-choices-win-default-height, ispell-silently-savep)
15977 (ispell-dictionary-alist, ispell-encoding8-command)
15978 (ispell-check-version, ispell-aspell-find-dictionary)
15979 (ispell-valid-dictionary-list, ispell-words-keyword)
15980 (ispell-get-word, ispell-internal-change-dictionary)
15981 (ispell-region, ispell-skip-region-list)
15982 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
15983 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
15984 (ispell-message-text-end, ispell-message)
15985 (ispell-buffer-local-parsing): Doc fix.
15986
15987 2012-03-13 Jambunathan K <kjambunathan@gmail.com>
15988
15989 * htmlfontify.el: Add support for code block fontification for ODT
15990 export (Bug #9914).
15991 (hfy-optimisations): Define new option
15992 `body-text-only'
15993 (hfy-fontify-buffer): Honor above setting.
15994 (hfy-begin-span, hfy-end-span): New routines factored out form
15995 `hfy-fontify-buffer'.
15996 (hfy-begin-span-handler, hfy-end-span-handler): New variables
15997 that permit insertion of custom tags.
15998 (hfy-fontify-buffer): Use above handlers.
15999 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
16000 (hfy-face-to-css): Re-defined to be a variable.
16001 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
16002 over multiple runs. This is made possible by having the caller let
16003 bind a special variable `hfy-user-sheet-assoc'.
16004 (htmlfontify-string): New defun.
16005 (hfy-compile-face-map): Make sure that the last char in the
16006 buffer is correctly fontified.
16007 (hfy-face-resolve-face): Whitespace only change.
16008
16009 2012-03-17 Eli Zaretskii <eliz@gnu.org>
16010
16011 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
16012 message more clear.
16013
16014 2012-03-16 Leo Liu <sdl.web@gmail.com>
16015
16016 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
16017
16018 2012-03-16 Alan Mackenzie <acm@muc.de>
16019
16020 Further optimize the handling of large macros.
16021
16022 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
16023 limit to a call of `c-literal-limits'.
16024 (c-determine-+ve-limit): New function.
16025 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
16026 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
16027 In CASE 5B, restrict a search limit to 500.
16028 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
16029
16030 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
16031 Restrict macro bounds to +-500 from after-change's BEG END.
16032
16033 2012-03-16 Leo Liu <sdl.web@gmail.com>
16034
16035 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
16036
16037 2012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
16038
16039 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
16040 `special-mode' setting of `buffer-read-only'. (Bug#11010)
16041
16042 2012-03-16 Glenn Morris <rgm@gnu.org>
16043
16044 * view.el (view-buffer, view-buffer-other-window)
16045 (view-buffer-other-frame): Doc fixes re special mode-class.
16046
16047 * subr.el (eval-after-load): If named feature is provided not from
16048 a file, run after-load forms. (Bug#10946)
16049
16050 * calendar/calendar.el (calendar-insert-at-column):
16051 Handle non-unit-width characters a bit better. (Bug#10978)
16052
16053 2012-03-15 Chong Yidong <cyd@gnu.org>
16054
16055 * emacs-lisp/ring.el (ring-extend): New function.
16056 (ring-insert+extend): Extend the ring correctly (Bug#11019).
16057
16058 * comint.el (comint-read-input-ring)
16059 (comint-add-to-input-history): Grow comint-input-ring lazily.
16060
16061 2012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
16062
16063 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
16064 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
16065
16066 * imenu.el: Fix multiple inheritance breakage (bug#9199).
16067 (imenu-add-to-menubar): Don't add a redundant index.
16068 (imenu-update-menubar): Handle a dynamically composed keymap.
16069
16070 2012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
16071
16072 * mail/sendmail.el (mail-encode-header):
16073 Bind rfc2047-encode-encoded-words to nil.
16074
16075 2012-03-13 Glenn Morris <rgm@gnu.org>
16076
16077 * calendar/calendar.el (calendar-string-spread):
16078 Handle non-unit-width characters a bit better. (Bug#10978)
16079
16080 2012-03-13 Leo Liu <sdl.web@gmail.com>
16081
16082 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
16083 directory and file as argument (Bug#10822).
16084
16085 2012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
16086
16087 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
16088 For dynamically generated code, follow $PC.
16089 (gdb-disassembly-handler-custom): Handle no function name case.
16090
16091 2012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
16092
16093 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
16094 * emulation/ws-mode.el (ws-query-replace):
16095 * sort.el (sort-regexp-fields):
16096 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
16097
16098 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
16099
16100 * dabbrev.el: Fix cycle completion order (bug#10963).
16101 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
16102 (dabbrev-completion): Don't use an obarray; provide
16103 a cycle-sort-function.
16104
16105 2012-03-12 Leo Liu <sdl.web@gmail.com>
16106
16107 * simple.el (kill-new): Use equal-including-properties for comparison.
16108 (kill-do-not-save-duplicates): Doc fix.
16109
16110 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
16111
16112 * dabbrev.el: Fix cycle completion (bug#10963).
16113 Use lexical binding and wrap to 80 columns.
16114 (dabbrev-completion): Delay computing the list of completions.
16115
16116 2012-03-12 Kenichi Handa <handa@m17n.org>
16117
16118 * international/quail.el (quail-insert-kbd-layout): Surround each
16119 row by LRO and PDF instead of inserting many LRMs. Pad the left
16120 and right of each non-spacing marks. Insert invisible space
16121 between lower and upper characters to prevent composition.
16122
16123 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
16124
16125 * minibuffer.el (minibuffer-complete): Don't get confused when the
16126 function is run twice via different commands (bug#10958).
16127 (complete-with-action): Fix docstring.
16128
16129 2012-03-12 Chong Yidong <cyd@gnu.org>
16130
16131 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
16132 (nxml-completion-at-point-function): New function.
16133 (nxml-mode): Use it.
16134 (nxml-bind-meta-tab-to-complete-flag): Default to t.
16135
16136 * emacs-lisp/package.el (package-unpack, package-unpack-single):
16137 Load generated autoloads file before byte compiling (Bug#10970).
16138 (package--make-autoloads-and-compile): New helper fun.
16139
16140 2012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
16141
16142 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
16143
16144 2012-03-11 Michael Albinus <michael.albinus@gmx.de>
16145
16146 * autorevert.el (auto-revert-handler): Ensure, that
16147 file-readable-p is applied only for local files or in
16148 auto-revert-tail-mode.
16149
16150 2012-03-11 Andreas Schwab <schwab@linux-m68k.org>
16151
16152 * server.el (server-eval-at): Handle non-tcp connections.
16153 Decode result string.
16154
16155 * server.el (server-msg-size): New constant.
16156 (server-reply-print): New function.
16157 (server-eval-and-print): Use it.
16158 (server-eval-at): Use server-quote-arg and server-unquote-arg.
16159 Handle -print-nonl.
16160
16161 2012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
16162
16163 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
16164 (Bug#10987).
16165
16166 2012-03-11 Chong Yidong <cyd@gnu.org>
16167
16168 * simple.el (goto-line): Doc fix (Bug#9938).
16169
16170 * subr.el (save-window-excursion): Doc fix (Bug#9979).
16171
16172 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
16173 when finished (Bug#10963).
16174
16175 2012-03-11 Martin Rudalics <rudalics@gmx.at>
16176
16177 * window.el (split-window-below): Fix bug in case where
16178 split-window-keep-point is nil (Bug#10971).
16179
16180 2012-03-11 Juri Linkov <juri@jurta.org>
16181
16182 * replace.el (replace-highlight): Set isearch-word to nil
16183 unconditionally. (Bug#10887)
16184
16185 2012-03-10 Eli Zaretskii <eliz@gnu.org>
16186
16187 * net/mairix.el (mairix-replace-invalid-chars): Rename from
16188 mairix-replace-illegal-chars; all callers changed. Don't remove
16189 ^, ~, and = characters: they are meaningful in mairix search specs.
16190 (mairix-widget-create-query): Add usage information about mairix
16191 search forms: negating words, searching for substrings, etc.
16192
16193 2012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
16194
16195 * international/fontset.el (font-encoding-alist): Add an entry for
16196 ksx1001 (Bug#5667).
16197
16198 2012-03-10 Richard Stallman <rms@gnu.org>
16199
16200 * mail/sendmail.el (mail-encode-header):
16201 Set rfc2047-encode-encoded-words.
16202
16203 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
16204
16205 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
16206 view buffer means not swapped.
16207 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
16208 (rmail-write-region-annotate): Error if real text has disappeared.
16209
16210 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
16211
16212 2012-03-10 Chong Yidong <cyd@gnu.org>
16213
16214 * emulation/cua-rect.el (cua--init-rectangles):
16215 * emulation/cua-base.el (cua--init-keymaps):
16216 Add delete-forward-char to remappings (Bug#9666).
16217
16218 2012-03-10 Martin Rudalics <rudalics@gmx.at>
16219
16220 * speedbar.el (speedbar-unhighlight-one-tag-line):
16221 Avoid unhighlighting due to frame switching (Bug#10275).
16222
16223 2012-03-10 Chong Yidong <cyd@gnu.org>
16224
16225 * minibuffer.el (completion-in-region, completion-help-at-point):
16226 Give the completion field overlay a high priority (Bug#6830).
16227
16228 * dired.el (dired-goto-file): Recognize absolute file name
16229 listings (Bug#7126).
16230 (dired-goto-file-1): New helper function.
16231 (dired-toggle-read-only): Inhibit warnings.
16232
16233 2012-03-09 Michael Albinus <michael.albinus@gmx.de>
16234
16235 * net/dbus.el (dbus-property-handler): Return empty array if
16236 there are no properties.
16237
16238 2012-03-09 Leo Liu <sdl.web@gmail.com>
16239
16240 * savehist.el (savehist-printable): Stricter check for string
16241 value (Bug#10937).
16242
16243 2012-03-09 Eli Zaretskii <eliz@gnu.org>
16244
16245 * mail/smtpmail.el (smtpmail-send-it):
16246 Bind coding-system-for-write to *-unix, so that FCC files are kept in
16247 valid mbox format.
16248
16249 2012-03-09 Glenn Morris <rgm@gnu.org>
16250
16251 * files.el (dir-locals-find-file):
16252 Don't check result is regular, readable.
16253 (dir-locals-read-from-file): Demote errors.
16254
16255 2012-03-08 Eli Zaretskii <eliz@gnu.org>
16256
16257 * international/quail.el (quail-insert-kbd-layout):
16258 Insert invisible LRM characters before each character in a keyboard
16259 layout cell, to prevent their reordering by bidi display engine.
16260 For details, see the discussion in
16261 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
16262
16263 2012-03-08 Alan Mackenzie <acm@muc.de>
16264
16265 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
16266 the starting position; make it extend the marked region when
16267 invoked repeatedly - all under appropriate circumstances.
16268 Fixes bugs #5525, #10906.
16269
16270 2012-03-08 Glenn Morris <rgm@gnu.org>
16271
16272 * files.el (locate-dominating-file, dir-locals-find-file):
16273 Undo 2012-03-06 change.
16274
16275 2012-03-07 Eli Zaretskii <eliz@gnu.org>
16276
16277 * international/quail.el (quail-help):
16278 Force bidi-paragraph-direction be left-to-right. See discussion in
16279 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
16280 for the reason.
16281
16282 2012-03-07 Michael Albinus <michael.albinus@gmx.de>
16283
16284 Avoid superfluous registering of signals. (Bug#10807)
16285
16286 * notifications.el (notifications-on-action-object)
16287 (notifications-on-close-object): New defvars.
16288 (notifications-on-action-signal, notifications-on-closed-signal):
16289 Unregister the signal if not needed any longer.
16290 (notifications-notify): Register `notifications-action-signal' or
16291 `notifications-closed-signal', if :on-action or :on-close has been
16292 passed as argument.
16293
16294 2012-03-07 Chong Yidong <cyd@gnu.org>
16295
16296 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
16297 non-X platforms.
16298
16299 2012-03-06 Glenn Morris <rgm@gnu.org>
16300
16301 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
16302 (x-disown-selection-internal, x-get-selection-internal):
16303 Doc fix (add arglist signatures). (Bug#10783)
16304
16305 2012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
16306
16307 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
16308 Handle breakpoints with no "type".
16309
16310 2012-03-06 Glenn Morris <rgm@gnu.org>
16311
16312 * files.el (locate-dominating-file): Add optional predicate argument.
16313 (dir-locals-find-file): Make use of above change.
16314
16315 2012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
16316
16317 * info.el (Info-insert-dir): Also try "dir.gz".
16318
16319 2012-03-06 Glenn Morris <rgm@gnu.org>
16320
16321 * files.el (dir-locals-find-file):
16322 Ignore non-readable or non-regular files. (Bug#10928)
16323
16324 * files.el (locate-dominating-file): Doc fix.
16325
16326 2012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
16327
16328 * calendar/calendar.el (calendar-set-mode-line):
16329 `getenv' returns a string. (Bug#10951)
16330
16331 2012-03-05 Leo Liu <sdl.web@gmail.com>
16332
16333 * simple.el (backward-delete-char-untabify): Constrain point to
16334 field (Bug#10939).
16335
16336 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
16337
16338 2012-03-05 Chong Yidong <cyd@gnu.org>
16339
16340 * simple.el (count-words): If called from Lisp, return the word
16341 count, for symmetry with `count-lines'. Arglist changed.
16342 (count-words--message): Args changed. Consolidate counting code
16343 from count-words and count-words-region.
16344 (count-words-region): Caller changed.
16345 (count-lines-region): Make it an obsolete alias.
16346
16347 2012-03-04 Tassilo Horn <tassilo@member.fsf.org>
16348
16349 * saveplace.el (save-place-to-alist)
16350 (save-place-ignore-files-regexp): Allow value nil to disable this
16351 feature.
16352
16353 2012-03-04 Chong Yidong <cyd@gnu.org>
16354
16355 * faces.el (face-spec-reset-face): For the default face, reset the
16356 attributes to default values (Bug#10748).
16357
16358 2012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
16359
16360 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
16361 previous patch: Check `message-send-mail-function', and not the
16362 default function (bug#10897).
16363
16364 2012-03-04 Michael Albinus <michael.albinus@gmx.de>
16365
16366 * notifications.el (notifications-on-action-signal)
16367 (notifications-on-closed-signal): Check for unique service name of
16368 incoming event. Fix error in removing entry.
16369 (top): Register for signals with wildcard service name.
16370 (notifications-notify): Use daemon unique service name for map entries.
16371
16372 2012-03-04 Chong Yidong <cyd@gnu.org>
16373
16374 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
16375
16376 2012-03-04 Glenn Morris <rgm@gnu.org>
16377
16378 * abbrev.el (copy-abbrev-table, abbrev-table-p)
16379 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
16380 (expand-abbrev, define-abbrev-table): Doc fixes.
16381
16382 2012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
16383
16384 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
16385 `message-default-send-mail-function' and not `send-mail-function'
16386 when doing the prompting for `sendmail-query-once' before sending
16387 in Message buffers (bug#10897).
16388
16389 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
16390 This is inconsistent with all the other stream functions, which leave
16391 the setting up to the higher levels (if so wanted) (bug#10931).
16392
16393 2012-03-02 Alan Mackenzie <acm@muc.de>
16394
16395 Depessimize the handling of very large macros.
16396
16397 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
16398 (c-macro-cache-syntactic): New variables to implement a one
16399 element macro cache.
16400 (c-invalidate-macro-cache): New function.
16401 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
16402 Adapt to use the new cache.
16403 (c-state-safe-place): Use better the cache of safe positions.
16404 (c-state-semi-nonlit-pos-cache)
16405 (c-state-semi-nonlit-pos-cache-limit):
16406 New variables for...
16407 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
16408 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
16409 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
16410 Use c-state-semi-safe-place.
16411
16412 * progmodes/cc-langs.el (c-get-state-before-change-functions):
16413 Add c-invalidate-macro-cache to the C, C++, Obj entries.
16414
16415 2012-03-02 Michael Albinus <michael.albinus@gmx.de>
16416
16417 * jka-compr.el (jka-compr-call-process):
16418 Apply `file-accessible-directory-p' only when the default directory is
16419 not remote.
16420
16421 2012-03-01 Michael Albinus <michael.albinus@gmx.de>
16422
16423 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
16424 access of FILE2, if FILE1 does not exist.
16425
16426 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
16427 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
16428
16429 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
16430 Add "PAGER=" to `process-environment'.
16431
16432 2012-03-01 Michael R. Mauger <mmaug@yahoo.com>
16433
16434 * progmodes/sql.el: Bug fix
16435 (sql-get-login-ext): Save login values in globals.
16436 (sql-get-login): Use new version of `sql-get-login-ext'.
16437 (sql-interactive-mode): Set global `sql-connection' to nil.
16438 (sql-connect): Set global values for connection.
16439 (sql-product-interactive): Save global values as buffer local.
16440
16441 2012-02-29 Leo Liu <sdl.web@gmail.com>
16442
16443 * abbrev.el (define-abbrevs): Reset sys to nil.
16444
16445 2012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
16446
16447 * files.el (file-equal-p): Rename from `files-equal-p'.
16448 Return nil when one or both files don't exist.
16449 (file-subdir-of-p): Now only top directory must exists,
16450 return nil if it doesn't.
16451 (copy-directory): No need to test with `file-subdir-of-p' after
16452 creating dir.
16453 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
16454 to `file-equal-p'.
16455
16456 2012-02-28 Glenn Morris <rgm@gnu.org>
16457
16458 * shell.el (shell-mode):
16459 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
16460 * play/landmark.el (landmark-font-lock-face-O):
16461 * play/handwrite.el (handwrite):
16462 * play/gomoku.el (gomoku-O):
16463 * net/browse-url.el (browse-url-browser-display):
16464 * international/mule.el (define-charset):
16465 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
16466 * filesets.el (filesets-find-file-delay):
16467 * eshell/em-xtra.el (eshell-xtra):
16468 * eshell/em-unix.el (eshell-grep):
16469 * emulation/viper.el (viper-mode):
16470 * emacs-lisp/regexp-opt.el (regexp-opt-group):
16471 * emacs-lisp/easymenu.el (easy-menu-define):
16472 * calendar/timeclock.el (timeclock-use-display-time):
16473 * bs.el (bs-mode):
16474 * bookmark.el (bookmark-save-flag):
16475 Doc fix (standardize possessive apostrophe usage).
16476
16477 2012-02-27 Chong Yidong <cyd@gnu.org>
16478
16479 * emulation/viper-cmd.el (viper-intercept-ESC-key):
16480 Fix key-binding lookup for ESC key (Bug#9146).
16481
16482 * font-lock.el (font-lock-specified-p): Rename from
16483 font-lock-spec-present. Callers changed.
16484
16485 2012-02-27 Daniel Hackney <dan@haxney.org>
16486
16487 * emacs-lisp/package.el (package-compute-transaction):
16488 Handle holding a package version to t in package-load-list.
16489
16490 2012-02-26 Michael Albinus <michael.albinus@gmx.de>
16491
16492 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
16493 (tramp-get-inode, tramp-get-device): Use cached values.
16494
16495 2012-02-26 Alan Mackenzie <acm@muc.de>
16496
16497 Check there is a font-lock specification before doing initial
16498 fontification.
16499
16500 * font-core.el (font-lock-mode): Move the conditional from
16501 :after-hook to font-lock-initial-fontify.
16502 (font-lock-default-function): Move the check for a specification
16503 to font-lock-spec-present.
16504
16505 * font-lock.el (font-lock-initial-fontify): Call ...
16506 (font-lock-spec-present): New function.
16507
16508 2012-02-26 Jim Blandy <jimb@red-bean.com>
16509
16510 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
16511 (gdb-send): Apply it to the operand of the '-interpreter-exec
16512 console' command, so that we can pass arguments with (say) quotes
16513 in them. Store exact string sent in gdb-debug-log (Bug#10765).
16514
16515 2012-02-26 Chong Yidong <cyd@gnu.org>
16516
16517 * help-fns.el (describe-function-1): Clarify description of
16518 remapping (Bug#10844).
16519
16520 * files.el (files-equal-p): Doc fix.
16521 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
16522 and quit the loop once a mismatch is found.
16523
16524 2012-02-25 Juanma Barranquero <lekktu@gmail.com>
16525
16526 * bs.el (bs--show-with-configuration): Don't throw an error
16527 if the window cannot be split; otherwise, subsequent calls to
16528 bs-show fail, restoring a stale window config. (Bug#10882)
16529
16530 2012-02-25 Jan Djärv <jan.h.d@swipnet.se>
16531
16532 * term/ns-win.el (global-map): Bind ns-drag-file to
16533 ns-find-file (Bug#5855, Bug#10050).
16534
16535 2012-02-25 Andreas Schwab <schwab@linux-m68k.org>
16536
16537 * calendar/parse-time.el (parse-time-string): Allow extractor to
16538 return nil.
16539
16540 2012-02-25 Michael Albinus <michael.albinus@gmx.de>
16541
16542 * net/tramp.el (tramp-file-name-for-operation):
16543 Add `files-equal-p' and `file-subdir-of-p'.
16544
16545 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
16546 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
16547 Add COPY-CONTENTS argument.
16548
16549 2012-02-25 Chong Yidong <cyd@gnu.org>
16550
16551 Add custom groups for VC backends, for consistency with vc-bzr.
16552
16553 * vc/vc-arch.el (vc-arch):
16554 * vc/vc-cvs.el (vc-cvs):
16555 * vc/vc-git.el (vc-git):
16556 * vc/vc-hg.el (vc-hg):
16557 * vc/vc-mtn.el (vc-mtn):
16558 * vc/vc-rcs.el (vc-rcs):
16559 * vc/vc-sccs.el (vc-sccs):
16560 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
16561 All relevant defcustoms reassigned.
16562
16563 2012-02-25 Chong Yidong <cyd@gnu.org>
16564
16565 * newcomment.el (comment-styles): Add autoload (Bug#10868).
16566
16567 * term/x-win.el (x-initialize-window-system): Reduce default for
16568 x-selection-timeout to 5 seconds (Bug#8869).
16569
16570 2012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
16571
16572 * files.el (files-equal-p, file-subdir-of-p): New functions.
16573 (copy-directory): Error when trying to copy a directory on itself.
16574 Add missing copy-contents arg to tramp handler.
16575 * dired-aux.el (dired-copy-file-recursive): Same.
16576 (dired-create-files): Modify destination when source is equal to
16577 dest when copying files.
16578 Return also when dest is a subdir of source. (Bug#10489)
16579
16580 2012-02-24 Michael Albinus <michael.albinus@gmx.de>
16581
16582 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
16583 (Bug#10874)
16584
16585 2012-02-23 Alan Mackenzie <acm@muc.de>
16586
16587 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
16588 parameter "after-hook:" to allow the expansion to run code after
16589 the execution of the mode hooks.
16590
16591 * font-lock.el (font-lock-initial-fontify): New function extracted
16592 from font-lock-mode-internal.
16593
16594 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
16595 :after-hook.
16596
16597 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
16598
16599 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
16600 (completion--cache-all-sorted-completions): New function.
16601 (completion-all-sorted-completions): Use it.
16602 (completion--do-completion, minibuffer-force-complete):
16603 Use it to re-instate the flush hook.
16604
16605 * icomplete.el (icomplete-completions): Replace last fix with a better
16606 one (bug#10850).
16607
16608 2012-02-23 Dmitry Gutov <dgutov@yandex.ru>
16609
16610 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
16611 when it might call us back infinitely (bug#10797).
16612
16613 2012-02-23 Glenn Morris <rgm@gnu.org>
16614
16615 * minibuffer.el (completion-category-overrides): Doc fix.
16616
16617 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
16618
16619 * minibuffer.el (completion-table-with-context): Fix inf-loop.
16620 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
16621
16622 2012-02-23 Glenn Morris <rgm@gnu.org>
16623
16624 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
16625 (authors-obsolete-files-regexps, authors-ignored-files)
16626 (authors-ambiguous-files, authors-renamed-files-alist):
16627 Add more entries.
16628
16629 2012-02-23 Juri Linkov <juri@jurta.org>
16630
16631 * isearch.el (isearch-occur): Sync interactive spec with occur's
16632 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
16633
16634 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
16635
16636 2012-02-22 Juri Linkov <juri@jurta.org>
16637
16638 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
16639 (ucs-insert): Doc fix. Check for hex digits in the string.
16640 Don't display `nil' in the error message. (Bug#10857)
16641
16642 2012-02-22 Alan Mackenzie <acm@muc.de>
16643
16644 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
16645
16646 2012-02-22 Glenn Morris <rgm@gnu.org>
16647
16648 * ffap.el (ffap-c-path):
16649 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
16650
16651 2012-02-22 Chong Yidong <cyd@gnu.org>
16652
16653 * custom.el (load-theme): Doc fix.
16654
16655 2012-02-22 Glenn Morris <rgm@gnu.org>
16656
16657 * dired-x.el (dired-guess-shell-alist-default):
16658 Remove escape sequences from nroff output. (Bug#172)
16659
16660 2012-02-21 Glenn Morris <rgm@gnu.org>
16661
16662 * vc/emerge.el (emerge-defvar-local):
16663 Set `permanent-local' property rather than unused `preserved'.
16664
16665 * textmodes/picture.el (picture-delete-char): New alias.
16666 (picture-mode-map): Use it. (Bug#10860)
16667 (picture-mode): Doc fix.
16668
16669 2012-02-21 Juanma Barranquero <lekktu@gmail.com>
16670
16671 * newcomment.el (uncomment-region-default): Remove unused binding.
16672
16673 2012-02-21 Glenn Morris <rgm@gnu.org>
16674
16675 * textmodes/picture.el (picture-motion, picture-motion-reverse)
16676 (picture-self-insert, picture-tab-chars): Doc fix.
16677 (picture-mode-map): Fix C-a, C-e.
16678
16679 2012-02-20 Glenn Morris <rgm@gnu.org>
16680
16681 * emacs-lisp/authors.el (authors-aliases): Add another entry.
16682
16683 2012-02-20 Leo Liu <sdl.web@gmail.com>
16684
16685 * icomplete.el (icomplete-completions): Check FROM arg before
16686 passing to substring (Bug#10850).
16687
16688 2012-02-19 Chong Yidong <cyd@gnu.org>
16689
16690 * comint.el: Require ansi-color.
16691 (comint-output-filter-functions): Add ansi-color-process-output.
16692
16693 * ansi-color.el: Don't set comint-output-filter-functions; it is
16694 now in the initial value defined in comint.el.
16695 (ansi-color-apply-face-function): New variable.
16696 (ansi-color-apply-on-region): Use it.
16697 (ansi-color-apply-overlay-face): New function.
16698
16699 * shell.el (shell): No need to require ansi-color.
16700 (shell-mode): Use ansi-color-apply-face-function to highlight
16701 color escapes using font-lock-face property (Bug#10835).
16702
16703 2012-02-19 Chong Yidong <cyd@gnu.org>
16704
16705 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
16706 mode-line formats (Bug#10839).
16707
16708 2012-02-18 Glenn Morris <rgm@gnu.org>
16709
16710 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
16711
16712 * mail/undigest.el (unforward-rmail-message): Doc fix.
16713
16714 * saveplace.el (save-place-ignore-files-regexp): Add :version.
16715
16716 2012-02-18 Eli Zaretskii <eliz@gnu.org>
16717
16718 * international/characters.el (script-list): Sync with the latest
16719 Unicode Character Database.
16720
16721 2012-02-18 Andreas Schwab <schwab@linux-m68k.org>
16722
16723 * international/titdic-cnv.el: Remove duplicate coding tag.
16724 * language/cham.el: Likewise.
16725 * language/tai-viet.el: Likewise.
16726
16727 2012-02-18 Glenn Morris <rgm@gnu.org>
16728
16729 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
16730 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
16731 (calendar-bahai-all-holidays-flag, calendar-other-dates):
16732 * calendar/diary-lib.el (diary-abbreviated-year-flag):
16733 * calendar/holidays.el (holiday-bahai-holidays)
16734 (calendar-holidays, list-holidays):
16735 Use utf-8 BahĂ¡'Ă­ in doc-strings, menus, etc.
16736
16737 2012-02-17 Tassilo Horn <tassilo@member.fsf.org>
16738
16739 * saveplace.el (save-place-ignore-files-regexp): New variable
16740 allowing for excluding files from saving their location of point.
16741 The default value matches the temporary commit message editing
16742 files from Git, SVN, Bazaar, and Mercurial.
16743 (save-place-to-alist): Use it.
16744
16745 2012-02-17 Lawrence Mitchell <wence@gmx.li>
16746 Stefan Monnier <monnier@iro.umontreal.ca>
16747
16748 * newcomment.el (uncomment-region-default): Don't leave extra space
16749 when an arg is provided (bug#8150).
16750
16751 2012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
16752
16753 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
16754
16755 2012-02-17 Glenn Morris <rgm@gnu.org>
16756
16757 * net/socks.el: Require network-stream. (Bug#10599)
16758
16759 2012-02-17 Kenichi Handa <handa@m17n.org>
16760
16761 * international/charprop.el:
16762 * international/uni-name.el:
16763 * international/uni-old-name.el:
16764 * international/uni-comment.el: Regenerate.
16765
16766 2012-02-16 Glenn Morris <rgm@gnu.org>
16767
16768 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
16769 Interactively in calendar buffer, give an error if not on a date.
16770
16771 2012-02-15 Glenn Morris <rgm@gnu.org>
16772
16773 * shell.el (shell-delimiter-argument-list):
16774 Revert 2011-02-17 change. (Bug#8027)
16775
16776 2012-02-15 Chong Yidong <cyd@gnu.org>
16777
16778 * minibuffer.el (completion-at-point-functions): Doc fix.
16779
16780 * custom.el (defcustom): Doc fix; note use of defvar.
16781
16782 2012-02-15 Glenn Morris <rgm@gnu.org>
16783
16784 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
16785 Doc fixes.
16786
16787 2012-02-14 Glenn Morris <rgm@gnu.org>
16788
16789 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
16790
16791 2012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
16792
16793 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
16794 way the ports list is computed.
16795 (smtpmail-query-smtp-server): Prompt the user for a port number if
16796 we can't connect to any of the standard ports (bug#10810).
16797
16798 2012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
16799
16800 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
16801
16802 2012-02-13 Glenn Morris <rgm@gnu.org>
16803
16804 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
16805
16806 2012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
16807
16808 * net/gnutls.el (gnutls-trustfiles): New variable.
16809 (gnutls-negotiate): Use it.
16810
16811 2012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
16812
16813 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
16814 does its stuff if Gnus is running.
16815
16816 2012-02-13 Alan Mackenzie <acm@muc.de>
16817
16818 Fix a loop in c-set-fl-decl-start.
16819
16820 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
16821 c-backward-syntactic-ws actually moves backwards.
16822
16823 2012-02-13 Leo Liu <sdl.web@gmail.com>
16824
16825 * net/rcirc.el (rcirc-markup-attributes): Move point to the
16826 beginning so that all \C-o chars are removed.
16827
16828 2012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
16829
16830 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
16831
16832 2012-02-12 Alan Mackenzie <acm@muc.de>
16833
16834 Fix infinite loop with long macros.
16835 * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
16836
16837 2012-02-12 Chong Yidong <cyd@gnu.org>
16838
16839 * window.el (display-buffer): Doc fix (Bug#10785).
16840
16841 2012-02-12 Glenn Morris <rgm@gnu.org>
16842
16843 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
16844 (x-disown-selection-internal, x-get-selection-internal):
16845 Sync docs with the xselect.c versions.
16846
16847 * allout-widgets.el: Add missing license notice.
16848
16849 2012-02-11 Glenn Morris <rgm@gnu.org>
16850
16851 * select.el (x-get-selection-internal, x-own-selection-internal)
16852 (x-disown-selection-internal):
16853 * x-dnd.el (x-get-selection-internal): Update declarations.
16854
16855 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
16856
16857 * window.el (window-sides-slots):
16858 * tool-bar.el (tool-bar-position):
16859 * term/xterm.el (xterm-extra-capabilities):
16860 * ses.el (ses-self-reference-early-detection):
16861 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
16862 (verilog-auto-wire-type)
16863 (verilog-auto-delete-trailing-whitespace)
16864 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
16865 (verilog-auto-tieoff-declaration):
16866 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
16867 (sql-oracle-statement-starters, sql-oracle-scan-on):
16868 * progmodes/prolog.el (prolog-align-comments-flag)
16869 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
16870 (prolog-left-indent-regexp, prolog-paren-indent-p)
16871 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
16872 (prolog-types, prolog-mode-specificators)
16873 (prolog-determinism-specificators, prolog-directives)
16874 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
16875 (prolog-electric-dot-flag)
16876 (prolog-electric-dot-full-predicate-template)
16877 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
16878 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
16879 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
16880 (prolog-program-switches, prolog-prompt-regexp)
16881 (prolog-debug-on-string, prolog-debug-off-string)
16882 (prolog-trace-on-string, prolog-trace-off-string)
16883 (prolog-zip-on-string, prolog-zip-off-string)
16884 (prolog-use-standard-consult-compile-method-flag)
16885 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
16886 (prolog-imenu-max-lines, prolog-info-predicate-index)
16887 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
16888 (prolog-char-quote-workaround):
16889 * progmodes/cc-vars.el (c-defun-tactic):
16890 * net/tramp.el (tramp-encoding-command-interactive)
16891 (tramp-local-end-of-line):
16892 * net/soap-client.el (soap-client):
16893 * net/netrc.el (netrc-file):
16894 * net/gnutls.el (gnutls):
16895 * minibuffer.el (completion-category-overrides)
16896 (completion-cycle-threshold)
16897 (completion-pcm-complete-word-inserts-delimiters):
16898 * man.el (Man-name-local-regexp):
16899 * mail/feedmail.el (feedmail-display-full-frame):
16900 * international/characters.el (glyphless-char-display-control):
16901 * eshell/em-ls.el (eshell-ls-date-format):
16902 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
16903 (lisp-lambda-list-keyword-parameter-indentation)
16904 (lisp-lambda-list-keyword-parameter-alignment):
16905 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
16906 * dired-x.el (dired-omit-verbose):
16907 * cus-theme.el (custom-theme-allow-multiple-selections):
16908 * calc/calc.el (calc-highlight-selections-with-faces)
16909 (calc-lu-field-reference, calc-lu-power-reference)
16910 (calc-note-threshold):
16911 * battery.el (battery-mode-line-limit):
16912 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
16913 (archive-7z-update):
16914 * allout.el (allout-prefixed-keybindings)
16915 (allout-unprefixed-keybindings)
16916 (allout-inhibit-auto-fill-on-headline)
16917 (allout-flattened-numbering-abbreviation):
16918 * allout-widgets.el (allout-widgets-auto-activation)
16919 (allout-widgets-icons-dark-subdir)
16920 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
16921 (allout-widgets-theme-dark-background)
16922 (allout-widgets-theme-light-background)
16923 (allout-widgets-item-image-properties-emacs)
16924 (allout-widgets-item-image-properties-xemacs)
16925 (allout-widgets-run-unit-tests-on-load)
16926 (allout-widgets-time-decoration-activity)
16927 (allout-widgets-hook-error-post-time)
16928 (allout-widgets-track-decoration):
16929 Add missing :version tags to new defcustoms and defgroups.
16930
16931 * progmodes/sql.el (sql-ansi-statement-starters)
16932 (sql-oracle-statement-starters): Add custom type.
16933
16934 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
16935 (prolog-system-version): Give it a type.
16936
16937 2012-02-11 Eli Zaretskii <eliz@gnu.org>
16938
16939 * term/pc-win.el (x-select-text, x-selection-owner-p)
16940 (x-own-selection-internal, x-disown-selection-internal)
16941 (x-get-selection-internal): Sync doc strings and argument lists
16942 with xselect.c, common-win.el and x-win.el. (Bug#10783)
16943
16944 2012-02-11 Leo Liu <sdl.web@gmail.com>
16945
16946 * progmodes/python.el (python-end-of-statement): Fix infinite
16947 loop. (Bug#10788)
16948
16949 2012-02-10 Glenn Morris <rgm@gnu.org>
16950
16951 * international/mule-cmds.el (unify-8859-on-encoding-mode)
16952 (unify-8859-on-decoding-mode): Properly mark as obsolete.
16953
16954 2012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
16955
16956 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
16957 about SMTP before checking the From header.
16958
16959 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
16960 into own function for reuse by emacsbug.el.
16961
16962 2012-02-10 Leo Liu <sdl.web@gmail.com>
16963
16964 * subr.el (condition-case-unless-debug): Rename from
16965 condition-case-no-debug. All callers changed.
16966 (with-demoted-errors): Fix caller.
16967
16968 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
16969 * nxml/rng-valid.el (rng-do-some-validation):
16970 * emacs-lisp/package.el (package-refresh-contents)
16971 (package-menu-execute):
16972 * desktop.el (desktop-create-buffer):
16973 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
16974
16975 2012-02-10 Glenn Morris <rgm@gnu.org>
16976
16977 * textmodes/bibtex.el:
16978 Add missing :version tags for new/changed defcustoms.
16979
16980 * files.el (remote-file-name-inhibit-cache): Doc fixes.
16981
16982 2012-02-09 Lars Ingebrigtsen <larsi@rusty>
16983
16984 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
16985 (smtpmail-via-smtp): Use it, or fall back on the From address.
16986 (smtpmail-send-it): Ditto.
16987
16988 2012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
16989
16990 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
16991 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
16992 (byte-compile-tmp-var): New const.
16993 (byte-compile-defvar): Use it to minimize .elc size.
16994 Just use `defvar' rather than simulate it (bug#10761).
16995
16996 2012-02-09 Glenn Morris <rgm@gnu.org>
16997
16998 * files.el (rename-uniquely): Doc fix. (Bug#3806)
16999
17000 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
17001 Add :version tags.
17002
17003 * progmodes/compile.el (compilation-error-screen-columns)
17004 (compilation-first-column, compilation-filter-start): Doc fixes.
17005
17006 * vc/log-view.el (log-view-toggle-entry-display):
17007 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
17008
17009 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
17010 (report-emacs-bug-can-use-xdg-email):
17011 (report-emacs-bug-insert-to-mailer): Doc fixes.
17012 (report-emacs-bug): Message fix.
17013
17014 * net/browse-url.el (browse-url-can-use-xdg-open)
17015 (browse-url-xdg-open): Doc fixes.
17016
17017 * electric.el (electric-indent-mode, electric-pair-mode)
17018 (electric-layout-rules, electric-layout-mode): Doc fixes.
17019 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
17020
17021 2012-02-08 Martin Rudalics <rudalics@gmx.at>
17022
17023 * server.el (server-unselect-display): Don't inadvertently kill
17024 the current buffer. (Bug#10729)
17025
17026 2012-02-08 Glenn Morris <rgm@gnu.org>
17027
17028 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
17029 (sql-list-table): Doc fixes.
17030
17031 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
17032 Comment out (does nothing).
17033
17034 * completion.el (dynamic-completion-mode):
17035 * dirtrack.el (dirtrack-debug-mode):
17036 * electric.el (electric-layout-mode):
17037 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
17038 * face-remap.el (text-scale-mode, buffer-face-mode):
17039 * iimage.el (iimage-mode):
17040 * image-mode.el (image-transform-mode):
17041 * minibuffer.el (completion-in-region-mode):
17042 * scroll-lock.el (scroll-lock-mode):
17043 * simple.el (next-error-follow-minor-mode):
17044 * tar-mode.el (tar-subfile-mode):
17045 * tooltip.el (tooltip-mode):
17046 * vcursor.el (vcursor-use-vcursor-map):
17047 * wid-browse.el (widget-minor-mode):
17048 * emulation/tpu-edt.el (tpu-edt-mode):
17049 * emulation/tpu-extras.el (tpu-cursor-free-mode):
17050 * international/iso-ascii.el (iso-ascii-mode):
17051 * language/thai-util.el (thai-word-mode):
17052 * mail/supercite.el (sc-minor-mode):
17053 * net/goto-addr.el (goto-address-mode):
17054 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
17055 * progmodes/cwarn.el (cwarn-mode):
17056 * progmodes/flymake.el (flymake-mode):
17057 * progmodes/glasses.el (glasses-mode):
17058 * progmodes/hideshow.el (hs-minor-mode):
17059 * progmodes/pascal.el (pascal-outline-mode):
17060 * textmodes/enriched.el (enriched-mode):
17061 * vc/smerge-mode.el (smerge-mode):
17062 Doc fixes (minor mode argument).
17063
17064 2012-02-07 Eli Zaretskii <eliz@gnu.org>
17065
17066 * ls-lisp.el (ls-lisp-sanitize): New function.
17067 (ls-lisp-insert-directory): Use it to fix or remove any elements
17068 in file-alist with missing attributes. (Bug#4673)
17069
17070 2012-02-07 Alan Mackenzie <acm@muc.de>
17071
17072 Fix spurious recognition of c-in-knr-argdecl.
17073
17074 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
17075 putative K&R region.
17076
17077 2012-02-07 Alan Mackenzie <acm@muc.de>
17078
17079 * progmodes/cc-engine.el (c-forward-objc-directive):
17080 Prevent looping in "#pragma mark @implementation".
17081
17082 2012-02-07 Michael Albinus <michael.albinus@gmx.de>
17083
17084 * notifications.el (notifications-on-closed-signal): Make `reason'
17085 optional. (Bug#10744)
17086
17087 2012-02-07 Glenn Morris <rgm@gnu.org>
17088
17089 * emacs-lisp/easy-mmode.el (define-minor-mode):
17090 Doc fixes for the macro and the mode it defines.
17091
17092 * image.el (imagemagick-types-inhibit): Doc fix.
17093
17094 * cus-start.el (imagemagick-render-type): Add it.
17095
17096 2012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
17097
17098 * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
17099 Set the default at load time, too, so that `font-lock-fontify-buffer'
17100 can be called without setting up the entire mode first. This fixes
17101 a bug in `mm-inline-text' with C MIME parts.
17102
17103 2012-02-06 Chong Yidong <cyd@gnu.org>
17104
17105 * simple.el (list-processes--refresh): Delete exited processes
17106 (Bug#8094).
17107
17108 * comint.el (comint-next-prompt): next-single-char-property-change
17109 and prev-single-char-property-change never return nil (Bug#8657).
17110
17111 * custom.el (defcustom): Doc fix (Bug#9711).
17112
17113 2012-02-05 Chong Yidong <cyd@gnu.org>
17114
17115 * cus-edit.el (custom-variable-reset-backup): Quote the value
17116 before storing it in the customized-value property (Bug#6712).
17117 (custom-display): Add a customization type tag.
17118 (custom-buffer-create-internal): Improve tooltip message.
17119
17120 * wid-edit.el (widget-field-value-get): New optional arg to
17121 suppress trailing whitespace truncation.
17122 (character): Use it (Bug#2689).
17123
17124 2012-02-05 Andreas Schwab <schwab@linux-m68k.org>
17125
17126 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
17127 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
17128
17129 2012-02-05 Chong Yidong <cyd@gnu.org>
17130
17131 * cus-edit.el (custom-variable-value-create): For mismatched
17132 types, show the current value (Bug#7600).
17133
17134 * custom.el (defcustom): Doc fix.
17135
17136 2012-02-05 Glenn Morris <rgm@gnu.org>
17137
17138 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
17139
17140 2012-02-05 Juanma Barranquero <lekktu@gmail.com>
17141
17142 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
17143 (pp-buffer): Use `ignore-errors', `looking-at-p'.
17144 (pp-last-sexp): Use `looking-at-p'.
17145
17146 2012-02-04 Glenn Morris <rgm@gnu.org>
17147
17148 * files.el (revert-buffer):
17149 Doc fix (mention revert-buffer-in-progress-p).
17150
17151 * emacs-lisp/ert-x.el (ert-simulate-command):
17152 Check deferred-action-list (which is obsolete) is bound.
17153
17154 * subr.el (with-wrapper-hook): Doc fixes.
17155
17156 * simple.el (filter-buffer-substring-functions)
17157 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
17158
17159 2012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
17160
17161 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
17162 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
17163
17164 2012-02-04 Leo Liu <sdl.web@gmail.com>
17165
17166 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
17167
17168 2012-02-04 Glenn Morris <rgm@gnu.org>
17169
17170 * image.el (image-extension-data): Add obsolete alias.
17171
17172 * isearch.el (isearch-update): Doc fix.
17173
17174 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
17175
17176 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
17177
17178 2012-02-03 Glenn Morris <rgm@gnu.org>
17179
17180 * image.el (image-animated-p): Doc fix. Use image-animated-types.
17181 (image-animate-timeout): Doc fix.
17182
17183 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
17184
17185 2012-02-02 Glenn Morris <rgm@gnu.org>
17186
17187 * server.el (server-auth-dir): Doc fix.
17188 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
17189
17190 * subr.el (run-mode-hooks): Doc fix.
17191
17192 2012-02-02 Juri Linkov <juri@jurta.org>
17193
17194 * image-mode.el (image-toggle-display-image): Remove tautological
17195 `major-mode' from the `derived-mode-p' test.
17196
17197 2012-02-02 Kenichi Handa <handa@m17n.org>
17198
17199 * composite.el (compose-region): Cancel previous change.
17200
17201 2012-02-02 Kenichi Handa <handa@m17n.org>
17202
17203 * composite.el (compose-region, compose-string): Signal error for
17204 a null string component (Bug#6988).
17205
17206 2012-02-01 Chong Yidong <cyd@gnu.org>
17207
17208 * view.el (view-buffer-other-window, view-buffer-other-frame):
17209 Handle special modes like view-buffer (Bug#10650).
17210 (view-buffer): Simplify.
17211
17212 * frame.el (set-frame-font): Tweak meaning of third argument.
17213
17214 * dynamic-setting.el (font-setting-change-default-font):
17215 Use set-frame-font (Bug#9982).
17216
17217 2012-02-01 Glenn Morris <rgm@gnu.org>
17218
17219 * progmodes/compile.el (compilation-internal-error-properties):
17220 Respect compilation-first-column in the "*compilation*" buffer.
17221
17222 * emacs-lisp/easy-mmode.el (define-minor-mode):
17223 Relax :variable's test for a named function.
17224
17225 2012-01-31 Alan Mackenzie <acm@muc.de>
17226
17227 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
17228 off by one error.
17229
17230 2012-01-31 Chong Yidong <cyd@gnu.org>
17231
17232 * frame.el (set-frame-font): New arg ALL-FRAMES.
17233
17234 * menu-bar.el (menu-set-font): Use set-frame-font.
17235
17236 * faces.el (face-spec-reset-face): Don't apply unspecified
17237 attribute values to the default face.
17238
17239 2012-01-31 Juanma Barranquero <lekktu@gmail.com>
17240
17241 * progmodes/cwarn.el (cwarn): Remove dead link.
17242 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
17243 Remove * from defcustom docstrings.
17244 (turn-on-cwarn-mode): Make obsolete.
17245 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
17246 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
17247
17248 2012-01-31 Glenn Morris <rgm@gnu.org>
17249
17250 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
17251 Fix :variable handling of mode a symbol not equal to modefun.
17252 Allow named functions to be used as the cdr of :variable.
17253
17254 2012-01-30 Glenn Morris <rgm@gnu.org>
17255
17256 * emacs-lisp/authors.el (authors-fixed-entries):
17257 Remove reference to deleted file rnewspost.el.
17258
17259 2012-01-29 Juanma Barranquero <lekktu@gmail.com>
17260
17261 * window.el (window-with-parameter): Remove unused variable `windows'.
17262 (window--side-check): Remove unused variable `code'.
17263 (window--resize-siblings): Remove unused variable `first'.
17264 (adjust-window-trailing-edge): Remove unused variable `failed'.
17265 (window-deletable-p, window--delete): Remove unused variable `buffer'.
17266 Use `let', not `let*'.
17267 (balance-windows-2): Remove unused variable `found'.
17268 (window--state-put-2): Remove unused variable `splits'.
17269 (window-state-put): Remove unused variable `selected'.
17270 (same-window-p): Use `string-match-p'.
17271 (display-buffer-assq-regexp): Remove unused variable `value'.
17272 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
17273 Mark argument ALIST as ignored.
17274 (pop-to-buffer): Remove unused variable `old-window'.
17275
17276 2012-01-29 Eli Zaretskii <eliz@gnu.org>
17277
17278 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
17279 and .lzma compressed files.
17280
17281 2012-01-29 Chong Yidong <cyd@gnu.org>
17282
17283 * frame.el (window-system-default-frame-alist): Doc fix.
17284
17285 * dynamic-setting.el (font-setting-change-default-font): Don't
17286 change the default face if SET-FONT argument is non-nil (Bug#9982).
17287
17288 2012-01-29 Samuel Bronson <naesten@gmail.com>
17289
17290 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
17291
17292 2012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
17293
17294 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
17295 breakpoints in files outside current directory (Bug#6098).
17296
17297 2012-01-29 Chong Yidong <cyd@gnu.org>
17298
17299 * progmodes/python.el: Require ansi-color at top-level.
17300
17301 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
17302 Define and use in Emacs Lisp mode (Bug#9360).
17303 (lisp-mode-abbrev-table): Add doc.
17304 (lisp-mode-variables): Don't set local-abbrev-table.
17305 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
17306
17307 2012-01-28 Roland Winkler <winkler@gnu.org>
17308
17309 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
17310
17311 2012-01-28 Roland Winkler <winkler@gnu.org>
17312
17313 * textmodes/bibtex.el (bibtex-entry-alist): New function.
17314 (bibtex-set-dialect): Use it. Either set global values of
17315 dialect-dependent variables or bind these variables buffer-locally
17316 (Bug#10254).
17317 (bibtex-mode): Call bibtex-set-dialect via
17318 hack-local-variables-hook.
17319 (bibtex-dialect): Update docstring.
17320 Add safe-local-variable predicate.
17321 (bibtex-entry-alist, bibtex-field-alist): Initialize via
17322 bibtex-set-dialect.
17323 (bibtex-mode-map): Define menu for each dialect.
17324 (bibtex-entry): Fix docstring.
17325
17326 2012-01-28 Chong Yidong <cyd@gnu.org>
17327
17328 * eshell/esh-arg.el (eshell-quote-argument): New function.
17329
17330 * eshell/esh-ext.el (eshell-invoke-batch-file):
17331 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
17332 first arg to eshell-parse-command (Bug#10523).
17333
17334 2012-01-28 Drew Adams <drew.adams@oracle.com>
17335
17336 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
17337 `default-directory' is non-nil.
17338
17339 2012-01-28 Eli Zaretskii <eliz@gnu.org>
17340
17341 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
17342 line that displays system-configuration-options. (Bug#9924)
17343
17344 2012-01-28 Drew Adams <drew.adams@oracle.com>
17345
17346 * descr-text.el (describe-char): Show information about POS, in
17347 addition to information about the character at POS. Improve and
17348 update the doc string. Change "code point" to "code point in
17349 charset", to avoid confusion with the character's Unicode code
17350 point shown above that. (Bug#10129)
17351
17352 2012-01-28 Eli Zaretskii <eliz@gnu.org>
17353
17354 * descr-text.el (describe-char): Show the raw character, not only
17355 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
17356 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
17357 for the reasons.
17358
17359 2012-01-28 Phil Hagelberg <phil@hagelb.org>
17360
17361 * emacs-lisp/package.el (package-install):
17362 Run package-refresh-contents if there is no archive yet (Bug#9798).
17363
17364 2012-01-28 Chong Yidong <cyd@gnu.org>
17365
17366 * emacs-lisp/package.el (package-maybe-load-descriptor):
17367 New function, split from package-maybe-load-descriptor.
17368 (package-maybe-load-descriptor): Use it.
17369 (package-download-transaction): Fully load required packages
17370 inside the loop, so that `require' calls work (Bug#10593).
17371 (package-install): No need to call package-initialize now.
17372
17373 2012-01-28 Chong Yidong <cyd@gnu.org>
17374
17375 * simple.el (deactivate-mark): Doc fix (Bug#8614).
17376
17377 * tooltip.el (tooltip-mode): Doc fix.
17378 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
17379
17380 * frame.el (set-cursor-color): Doc fix (Bug#352).
17381
17382 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
17383 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
17384
17385 * cus-edit.el (custom-buffer-create-internal): Fix search button
17386 action (Bug#10542).
17387 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
17388
17389 2012-01-27 Eduard Wiebe <usenet@pusto.de>
17390
17391 * dired.el (dired-mark-files-regexp):
17392 Include any subdirectory components. (Bug#10445)
17393
17394 2012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
17395
17396 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
17397 Handle [host]:port syntax. (Bug#10533)
17398
17399 2012-01-27 Alex Harsanyi <harsanyi@mac.com>
17400
17401 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
17402
17403 2012-01-26 Glenn Morris <rgm@gnu.org>
17404
17405 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
17406 * term.el (term-raw-escape-map): Use Control-X-prefix.
17407 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
17408
17409 2012-01-25 Martin Rudalics <rudalics@gmx.at>
17410
17411 * window.el (window-state-get, window--state-get-1): Don't deal
17412 with fixed-sizeness of windows. Simplify code.
17413
17414 2012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
17415
17416 * window.el (window--state-get-1, window--state-put-2):
17417 Don't save and restore the mark.
17418
17419 2012-01-25 Chong Yidong <cyd@gnu.org>
17420
17421 * custom.el (custom-variable-p): Doc fix.
17422
17423 2012-01-25 Glenn Morris <rgm@gnu.org>
17424
17425 * dired.el (dired-goto-file): Handle some of the more common
17426 characters that `ls -b' escapes. (Bug#10596)
17427
17428 * progmodes/compile.el (compilation-next-error-function):
17429 Respect compilation-first-column in the "*compilation*" buffer.
17430 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
17431
17432 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
17433
17434 2012-01-24 Glenn Morris <rgm@gnu.org>
17435
17436 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
17437
17438 2012-01-24 Julien Danjou <julien@danjou.info>
17439
17440 * color.el (color-rgb-to-hsl): Fix value computing.
17441 (color-hue-to-rgb): New function.
17442 (color-hsl-to-rgb): New function.
17443 (color-clamp, color-saturate-hsl, color-saturate-name)
17444 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
17445 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
17446
17447 2012-01-24 Glenn Morris <rgm@gnu.org>
17448
17449 * vc/vc-rcs.el (vc-rcs-create-tag):
17450 * vc/vc-sccs.el (vc-sccs-create-tag):
17451 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
17452
17453 2012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
17454
17455 * eshell/esh-util.el (eshell-read-hosts-file):
17456 Skip comment lines. (Bug#10549)
17457
17458 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
17459
17460 2012-01-23 Juanma Barranquero <lekktu@gmail.com>
17461
17462 * subr.el (display-delayed-warnings): Doc fix.
17463 (collapse-delayed-warnings): New function to collapse identical
17464 adjacent warnings.
17465 (delayed-warnings-hook): Add it.
17466
17467 2012-01-22 Michael Albinus <michael.albinus@gmx.de>
17468
17469 * net/tramp.el (tramp-action-login): Set connection property "login-as".
17470
17471 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
17472 (tramp-default-user-alist): Don't add "pscp".
17473 (tramp-do-copy-or-rename-file-out-of-band): Use connection
17474 property "login-as", if set. (Bug#10530)
17475
17476 2012-01-21 Michael Albinus <michael.albinus@gmx.de>
17477
17478 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
17479 "plink1" and "psftp". (Bug#10530)
17480
17481 2012-01-21 Kenichi Handa <handa@m17n.org>
17482
17483 * international/mule-cmds.el (prefer-coding-system): Show a
17484 warning message if the default value of file-name-coding-system
17485 was not changed.
17486
17487 2012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
17488
17489 * windmove.el (windmove-reference-loc):
17490 Fix windmove-reference-loc miscalculation.
17491
17492 2012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
17493
17494 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
17495 default unit.
17496
17497 2012-01-21 Glenn Morris <rgm@gnu.org>
17498
17499 * international/mule.el (auto-coding-alist): Add .tbz.
17500
17501 * files.el (local-enable-local-variables): Doc fix.
17502 (inhibit-local-variables-regexps): Rename from
17503 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
17504 Doc fix. Add some extensions from auto-coding-alist.
17505 (inhibit-local-variables-suffixes):
17506 Rename from inhibit-first-line-modes-suffixes. Doc fix.
17507 (inhibit-local-variables-p):
17508 New function, extracted from set-auto-mode-1.
17509 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
17510 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
17511 (hack-local-variables): Doc fix. Make the mode-only case
17512 respect enable-local-variables and friends.
17513 Respect inhibit-local-variables-regexps for file-locals, but
17514 not for directory-locals.
17515 (set-visited-file-name):
17516 Take account of inhibit-local-variables-regexps.
17517 Whether it applies may change as the file name is changed.
17518 * jka-cmpr-hook.el (jka-compr-install):
17519 * jka-compr.el (jka-compr-uninstall):
17520 Update for inhibit-first-line-modes-suffixes name change.
17521
17522 2012-01-20 Martin Rudalics <rudalics@gmx.at>
17523
17524 * help-macro.el (make-help-screen): Temporarily restore original
17525 binding for minor-mode-map-alist (Bug#10454).
17526
17527 2012-01-19 Julien Danjou <julien@danjou.info>
17528
17529 * color.el (color-name-to-rgb): Use the white color to find the max
17530 color component value and return correctly computed values.
17531 (color-name-to-rgb): Add missing float conversion for max value.
17532
17533 2012-01-19 Martin Rudalics <rudalics@gmx.at>
17534
17535 * window.el (window--state-get-1, window-state-get): Do not use
17536 special state value for window-persistent-parameters.
17537 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
17538 (window--state-put-2): Reset all window parameters to nil before
17539 assigning values of persistent parameters.
17540
17541 2012-01-18 Alan Mackenzie <acm@muc.de>
17542
17543 Eliminate sluggishness and hangs in fontification of "semicolon
17544 deserts".
17545
17546 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
17547 Change value 10000 -> 3000.
17548 (c-state-safe-place): Reformulate so it doesn't stack up an
17549 infinite number of wrong entries in c-state-nonlit-pos-cache.
17550 (c-determine-limit-get-base, c-determine-limit): New functions to
17551 determine backward search limits disregarding literals.
17552 (c-find-decl-spots): Amend commenting.
17553 (c-cheap-inside-bracelist-p): New function which detects "={".
17554
17555 * progmodes/cc-fonts.el
17556 (c-make-font-lock-BO-decl-search-function): Give a limit to a
17557 backward search.
17558 (c-font-lock-declarations): Fix an occurrence of point being
17559 undefined. Check additionally for point being in a bracelist or
17560 near a macro invocation without a semicolon so as to avoid a
17561 fruitless time consuming search for a declarator. Give a more
17562 precise search limit for declarators using the new
17563 c-determine-limit.
17564
17565 2012-01-18 Glenn Morris <rgm@gnu.org>
17566
17567 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
17568 (set-auto-mode): Doc fixes.
17569
17570 2012-01-17 Glenn Morris <rgm@gnu.org>
17571
17572 * isearch.el (search-nonincremental-instead): Fix doc typo.
17573
17574 * dired.el (dired-insert-directory): Handle newlines in directory name.
17575 (dired-build-subdir-alist): Unescape newlines in directory name.
17576
17577 2012-01-17 Michael Albinus <michael.albinus@gmx.de>
17578
17579 * net/tramp.el (tramp-local-end-of-line): New defcustom.
17580 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
17581 (tramp-action-terminal): Use it. (Bug#10530)
17582
17583 2012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
17584
17585 * minibuffer.el (completion--replace): Strip properties (bug#10062).
17586
17587 2012-01-16 Martin Rudalics <rudalics@gmx.at>
17588
17589 * window.el (window-state-ignored-parameters): Remove variable.
17590 (window--state-get-1): Rename argument MARKERS to IGNORE.
17591 Handle persistent window parameters. Make copy of clone-of
17592 parameter only if requested. (Bug#10348)
17593 (window--state-put-2): Install a window parameter only if it has
17594 a non-nil value or an existing parameter shall be overwritten.
17595
17596 2012-01-15 Michael Albinus <michael.albinus@gmx.de>
17597
17598 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
17599
17600 2012-01-14 Eli Zaretskii <eliz@gnu.org>
17601
17602 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
17603 don't pass the (nil) value of `upnode' to string-match.
17604
17605 2012-01-14 Chong Yidong <cyd@gnu.org>
17606
17607 * startup.el (command-line): Fix X resource class for cursorColor.
17608 Fix values recognized by the cursorBlink resource.
17609
17610 2012-01-14 Paul Eggert <eggert@cs.ucla.edu>
17611
17612 * epg.el (epg--make-temp-file): Avoid permission race condition
17613 when running on old Emacs versions (bug#10403).
17614
17615 2012-01-14 Glenn Morris <rgm@gnu.org>
17616
17617 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
17618
17619 2012-01-13 Alan Mackenzie <acm@muc.de>
17620
17621 Fix filling for when filladapt mode is enabled.
17622
17623 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
17624 c-mask-paragraph, pass in `fill-paragraph' rather than
17625 `fill-region-as-paragraph'. (This is a reversion of a previous
17626 change.)
17627 * progmodes/cc-mode.el (c-basic-common-init):
17628 Make fill-paragraph-handle-comment buffer local and set it to nil.
17629
17630 2012-01-13 Glenn Morris <rgm@gnu.org>
17631
17632 * dired.el (dired-switches-escape-p): New function.
17633 (dired-insert-directory): Use dired-switches-escape-p.
17634 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
17635
17636 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
17637
17638 2012-01-12 Glenn Morris <rgm@gnu.org>
17639
17640 * mail/sendmail.el (mail-mode): Update paragraph-separate for
17641 changes in adaptive-fill-regexp. (Bug#10276)
17642
17643 2012-01-11 Alan Mackenzie <acm@muc.de>
17644
17645 Fix Emacs bug #10463 - put `widen's around the critical spots.
17646
17647 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
17648 widen around each invocation of c-state-pp-to-literal. Remove an
17649 unused let variable.
17650
17651 2012-01-11 Glenn Morris <rgm@gnu.org>
17652
17653 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
17654 Doc fix.
17655
17656 2012-01-10 Chong Yidong <cyd@gnu.org>
17657
17658 * net/network-stream.el (network-stream-open-starttls):
17659 Avoid emitting a confusing error message when the server gives a bad
17660 response to the capability command.
17661
17662 2012-01-10 Glenn Morris <rgm@gnu.org>
17663
17664 * mail/unrmail.el (unrmail): Tweak previous change.
17665
17666 2012-01-09 Chong Yidong <cyd@gnu.org>
17667
17668 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
17669
17670 2012-01-08 Alan Mackenzie <acm@muc.de>
17671
17672 Optimize font locking in long enum definitions.
17673
17674 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
17675 arm to a cond form to handle enums.
17676 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
17677 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
17678
17679 2012-01-07 Paul Eggert <eggert@cs.ucla.edu>
17680
17681 * files.el (move-file-to-trash): Preserve default file modes on error.
17682 (Bug#10401)
17683
17684 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
17685
17686 * faces.el (set-face-attribute): Clarify the meaning of the nil
17687 frame (bug#10294).
17688
17689 * subr.el (with-selected-frame): Mention that the selected frame
17690 is restored (bug#9980).
17691
17692 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
17693 (bug#9759).
17694
17695 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
17696 (password-read): Don't autoload unused function.
17697
17698 2012-01-07 Juanma Barranquero <lekktu@gmail.com>
17699
17700 * progmodes/which-func.el (which-func-mode): Turn into a
17701 non-interactive function and mark as obsolete (bug#10428).
17702
17703 2012-01-06 Chong Yidong <cyd@gnu.org>
17704
17705 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
17706 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
17707 functions, along with 1 and -1.
17708
17709 2012-01-06 Eli Zaretskii <eliz@gnu.org>
17710
17711 * time.el (display-time-load-average)
17712 (display-time-default-load-average): Doc fixes. See the thread
17713 starting at
17714 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
17715 for the details.
17716
17717 2012-01-06 Glenn Morris <rgm@gnu.org>
17718
17719 * mail/unrmail.el (unrmail): Give an explicit error if the input file
17720 has no messages. (Bug#10377)
17721
17722 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
17723 than Info-edit. (Bug#10385)
17724
17725 * time.el (display-time-load-average, display-time-next-load-average):
17726 Doc fixes.
17727
17728 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
17729 local setting of buffer-read-only to the input buffer. (Bug#10419)
17730
17731 * calendar/calendar.el (calendar-mode):
17732 Locally set scroll-margin to 0. (Bug#10379)
17733
17734 2012-01-06 Ulrich Mueller <ulm@gentoo.org>
17735
17736 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
17737
17738 2012-01-05 Glenn Morris <rgm@gnu.org>
17739
17740 * eshell/em-unix.el (diff-no-select): Autoload it.
17741 (eshell/diff): Use diff-no-select. (Bug#10420)
17742
17743 2012-01-05 Chong Yidong <cyd@gnu.org>
17744
17745 * shell.el (shell-dynamic-complete-functions): Revert last change.
17746 (shell-command-completion-function): New function.
17747 (shell-completion-vars): Use it to implement
17748 shell-completion-execonly (Bug#10417).
17749
17750 * custom.el (enable-theme): Don't set custom-safe-themes.
17751
17752 * cus-theme.el (custom-theme-merge-theme):
17753 Ignore custom-enabled-themes and custom-safe-themes.
17754
17755 2012-01-05 Michael R. Mauger <mmaug@yahoo.com>
17756
17757 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
17758 first prompt in `sql-interacive-mode'.
17759 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
17760 keywords.
17761 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
17762 (sql-product-interactive): Bug fix: Set `sql-buffer' in
17763 context of original buffer. Invoke `sql-login-hook'.
17764
17765 2012-01-04 Eli Zaretskii <eliz@gnu.org>
17766
17767 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
17768 letters in cite-prefix.
17769
17770 2012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
17771
17772 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
17773
17774 2012-01-03 Chong Yidong <cyd@gnu.org>
17775
17776 * shell.el (shell-dynamic-complete-functions):
17777 Put pcomplete-completions-at-point, so as to try
17778 comint-filename-completion first (Bug#10417).
17779
17780 2012-01-02 Richard Stallman <rms@gnu.org>
17781
17782 * battery.el (battery-status-function):
17783 Detect when to use battery-yeeloong-sysfs.
17784 (battery-echo-area-format): Add string for Yeeloong.
17785 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
17786 (battery-yeeloong-sysfs): New function.
17787
17788 2012-01-02 Chong Yidong <cyd@gnu.org>
17789
17790 * dirtrack.el (dirtrack-list): Eliminate unused third element.
17791 (dirtrack): Merge code for handling relative filenames in prompt
17792 from shell-dir-cookie-watcher.
17793 (dirtrack-debug-message): New arg to avoid excess format calls.
17794
17795 * shell.el (shell-dir-cookie-re): Variable deleted.
17796 (shell-dir-cookie-watcher): Function deleted.
17797 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
17798 with dirtrack-mode.
17799
17800 2012-01-01 Eli Zaretskii <eliz@gnu.org>
17801
17802 * term/w32-win.el (dynamic-library-alist) <gnutls>:
17803 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
17804 libgnutls-26.dll.
17805
17806 2011-12-31 Andreas Schwab <schwab@linux-m68k.org>
17807
17808 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
17809
17810 2011-12-31 Eli Zaretskii <eliz@gnu.org>
17811
17812 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
17813 headers of non-MIME messages, when rmail-enable-mime is non-nil.
17814
17815 2011-12-29 Michael Albinus <michael.albinus@gmx.de>
17816
17817 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
17818 also for alternative shells.
17819 (tramp-open-connection-setup-interactive-shell): Check, whether
17820 the shell is a busybox.
17821 (tramp-send-command): Don't suppress multiple prompts for
17822 busyboxes, it hurts.
17823
17824 2011-12-28 Chong Yidong <cyd@gnu.org>
17825
17826 * progmodes/gdb-mi.el (gdb-get-source-file-list)
17827 (gdb-get-source-file): Move mode line update to
17828 gdb-get-source-file (Bug#10087).
17829
17830 2011-12-25 Chong Yidong <cyd@gnu.org>
17831
17832 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
17833 gud-gdb-marker-filter without taking it as an argument.
17834 (gud-gdb-run-command-fetch-lines): Caller changed.
17835 (gud-gdb-completion-function): New variable.
17836 (gud-gdb-completion-at-point): Use it.
17837 (gud-gdb-completions-1): Split from gud-gdb-completions.
17838
17839 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
17840 function as separate arguments.
17841 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
17842 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
17843 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
17844 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
17845 (gdb-stopped, def-gdb-auto-update-trigger)
17846 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
17847 (gdb-get-changed-registers, gdb-get-main-selected-frame):
17848 Callers changed.
17849 (gud-gdbmi-completions): New function.
17850 (gdb): Use it for generating the completion table.
17851
17852 2011-12-24 Alan Mackenzie <acm@muc.de>
17853
17854 Introduce a mechanism to widen the region used in context font
17855 locking. Use this to protect declarations from losing their contexts.
17856
17857 * progmodes/cc-langs.el (c-before-font-lock-functions):
17858 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
17859 (c-before-context-fontification-functions): New defvar, a list of
17860 functions to be run just before context (etc.) font locking.
17861
17862 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
17863 New, functionality extracted from
17864 c-neutralize-syntax-in-and-mark-CPP.
17865 (c-in-after-change-fontification): New variable.
17866 (c-after-change): Set c-in-after-change-fontification.
17867 (c-set-fl-decl-start): Rejig its interface, so it can be called
17868 from both after-change and context fontifying.
17869 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
17870 New functions.
17871 (c-standard-font-lock-fontify-region-function): New variable.
17872 (c-font-lock-fontify-region): New function.
17873
17874 2011-12-24 Juri Linkov <juri@jurta.org>
17875
17876 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
17877 (Bug#10348)
17878
17879 2011-12-23 Michael Albinus <michael.albinus@gmx.de>
17880
17881 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
17882 existence of source file. (Bug#10325)
17883
17884 2011-12-23 Alan Mackenzie <acm@muc.de>
17885
17886 Fix unstable fontification inside templates.
17887
17888 * progmodes/cc-langs.el (c-before-font-lock-functions):
17889 Newly created from the singular version. The (c c++ objc) entry now
17890 additionally has c-set-fl-decl-start. The other languages (apart
17891 from AWK) have that as a single entry.
17892
17893 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
17894 The functionality for "local" declarations has been extracted to
17895 c-set-fl-decl-start.
17896
17897 * progmodes/cc-mode.el (c-common-init, c-after-change):
17898 Changes due to pluralisation of c-before-font-lock-functions.
17899 (c-set-fl-decl-start): New function, extracted from
17900 c-font-lock-enclosing-decls and enhanced.
17901
17902 2011-12-23 Juanma Barranquero <lekktu@gmail.com>
17903
17904 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
17905
17906 2011-12-22 Juri Linkov <juri@jurta.org>
17907
17908 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
17909
17910 2011-12-22 Chong Yidong <cyd@gnu.org>
17911
17912 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
17913
17914 2011-12-21 Drew Adams <drew.adams@oracle.com>
17915
17916 * files.el (file-remote-p): Fix docstring. (Bug#10319)
17917
17918 2011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
17919
17920 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
17921
17922 2011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
17923
17924 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
17925 highlighting and support. Fix up comments for capitalization.
17926 (cfengine-mode-debug): New var.
17927 (cfengine3-mode): Change the modeline indicator to "CFE3".
17928 (cfengine3-font-lock-keywords): Improve defun highlighting.
17929 (cfengine2-actions): Rename from `cfengine-actions'.
17930 (cfengine2-font-lock-keywords): Rename from
17931 `cfengine-font-lock-keywords'.
17932 (cfengine2-imenu-expression): Rename from
17933 `cfengine-imenu-expression'.
17934 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
17935 (cfengine2-beginning-of-defun): Rename from
17936 `cfengine-beginning-of-defun'.
17937 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
17938 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
17939 (cfengine2-mode): Rename from `cfengine-mode'. Change the
17940 modeline indicator to "CFE2".
17941 (cfengine-mode): Defalias to `cfengine-auto-mode'.
17942 (cfengine-mode-abbrevs): Mark obsolete.
17943
17944 2011-12-21 Chong Yidong <cyd@gnu.org>
17945
17946 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
17947 filename argument.
17948
17949 2011-12-20 Martin Rudalics <rudalics@gmx.at>
17950
17951 * window.el (window-normalize-buffer-to-display): Remove.
17952 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
17953
17954 2011-12-19 Chong Yidong <cyd@gnu.org>
17955
17956 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
17957 Don't signal an error in a predicate function; return non-nil.
17958 (vc-dir-mark-file): Move the error here.
17959 (vc-dir-mark-unmark): If acting on the region, keep going if one
17960 of the entries cannot be marked/unmarked.
17961 (vc-dir-mark-all-files): If current entry is a directory, mark
17962 only child files, as documented.
17963
17964 2011-12-19 Vincent BelaĂ¯che <vincentb1@users.sourceforge.net>
17965
17966 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
17967 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
17968 addition.
17969
17970 2011-12-18 Jan Djärv <jan.h.d@swipnet.se>
17971
17972 * term/ns-win.el (ns-get-selection-internal)
17973 (ns-store-selection-internal): Declare.
17974 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
17975 Declare as obsolete.
17976 (ns-get-pasteboard, ns-paste-secondary):
17977 Use ns-get-selection-internal.
17978 (ns-set-pasteboard, ns-copy-including-secondary):
17979 Use ns-store-selection-internal.
17980
17981 2011-12-17 Chong Yidong <cyd@gnu.org>
17982
17983 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
17984 (vc-deduce-fileset): Doc fix.
17985
17986 2011-12-16 Andreas Schwab <schwab@linux-m68k.org>
17987
17988 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
17989
17990 2011-12-13 Sam Steingold <sds@gnu.org>
17991
17992 * man.el (Man-getpage-in-background): When running under a
17993 window-system, ignore $MANWIDTH and $COLUMNS.
17994
17995 2011-12-15 Kenichi Handa <handa@m17n.org>
17996
17997 * language/ethio-util.el: Change coding tag to utf-8-emacs.
17998 (setup-ethiopic-environment-internal): Comment out key-binding for
17999 ethio-toggle-punctuation.
18000
18001 2011-12-13 Alan Mackenzie <acm@muc.de>
18002
18003 Add the switch statement to AWK Mode.
18004
18005 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
18006 "default" to the keywords regexp.
18007
18008 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
18009 expression as the rest.
18010 (c-nonlabel-token-key): Allow string literals for AWK.
18011 Refactor for the other modes.
18012
18013 Large brace-block initialisation makes CC Mode slow: Fix.
18014 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
18015 routines. Limit backward searching in c-font-lock-enclosing.decl.
18016
18017 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
18018 pp-state and literal type in addition to the limits.
18019 (c-state-safe-place): New defun, extracted from c-state-literal-at.
18020 (c-state-literal-at): Use the above new defun.
18021 (c-slow-in-literal, c-fast-in-literal): Remove.
18022 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
18023
18024 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
18025 being in a literal. Add a limit for backward searching.
18026
18027 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
18028 c-slow-in-literal.
18029
18030 2011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
18031
18032 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
18033
18034 2011-12-13 Martin Rudalics <rudalics@gmx.at>
18035
18036 * window.el (delete-other-windows): Use correct frame in call to
18037 window-with-parameter.
18038
18039 2011-12-12 Daniel Pfeiffer <occitan@t-online.de>
18040
18041 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
18042 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
18043 (makefile-gmake-statements, makefile-makepp-statements):
18044 Use it and add new makepp keywords.
18045 (makefile-makepp-font-lock-keywords): Add new patterns.
18046 (makefile-match-function-end): Match new [...] and [[...]].
18047
18048 2011-12-11 Juanma Barranquero <lekktu@gmail.com>
18049
18050 * ses.el (ses-call-printer-return, ses-cell-property-get)
18051 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
18052 (ses-create-cell-variable, ses-reset-header-string)
18053 (ses-cell-set-formula, ses-repair-cell-reference-all)
18054 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
18055 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
18056 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
18057 (ses-aset-with-undo, ses-load, ses-truncate-cell)
18058 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
18059 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
18060 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
18061 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
18062 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
18063 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
18064 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
18065 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
18066
18067 2011-12-11 Vincent BelaĂ¯che <vincentb1@users.sourceforge.net>
18068
18069 * ses.el: The overall change is to add cell renaming, that is
18070 setting fancy names for cell symbols other than name matching
18071 "\\`[A-Z]+[0-9]+\\'" regexp .
18072 (ses-create-cell-variable): New defun.
18073 (ses-relocate-formula): Relocate formulas only for cells the
18074 symbols of which are not renamed, i.e. symbols whose names do not
18075 match regexp "\\`[A-Z]+[0-9]+\\'".
18076 (ses-relocate-all): Relocate values only for cells the symbols of
18077 which are not renamed.
18078 (ses-load): Create cells variables as the (ses-cell ...) are read,
18079 in order to check row col consistency with cell symbol name only
18080 for cells that are not renamed.
18081 (ses-replace-name-in-formula): New defun.
18082 (ses-rename-cell): New defun.
18083
18084 2011-12-11 Chong Yidong <cyd@gnu.org>
18085
18086 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
18087 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
18088
18089 2011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
18090
18091 * window.el (other-window): Fix docstring.
18092
18093 2011-12-10 Eli Zaretskii <eliz@gnu.org>
18094
18095 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
18096 `from' or `to' address before taking its substring.
18097 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
18098 encoded name is chopped in the middle of the encoded string, and
18099 thus displayed encoded.
18100
18101 2011-12-10 Juanma Barranquero <lekktu@gmail.com>
18102
18103 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
18104
18105 2011-12-10 Eli Zaretskii <eliz@gnu.org>
18106
18107 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
18108 to use texinfo-update-node and commands that call it if the
18109 Texinfo file uses @node lines without next/prev/up pointers.
18110 Correct outdated description about texinfo-master-menu.
18111 (texinfo-all-menus-update, texinfo-master-menu)
18112 (texinfo-update-node, texinfo-every-node-update)
18113 (texinfo-multiple-files-update): Doc fix. Warn against updating
18114 all the @node lines.
18115 (texinfo-master-menu): Only call texinfo-update-node if the prefix
18116 argument is numeric. Explain better in the doc string what the
18117 function really does.
18118 (texinfo-insert-master-menu-list): Improve the error message
18119 displayed if there's no menu in the Top node.
18120 (Bug#2975) See also this thread:
18121 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
18122
18123 2011-12-09 Manuel GĂ³mez <mgrojo@gmail.com> (tiny change)
18124
18125 * speedbar.el (speedbar-supported-extension-expressions):
18126 Add .adb and .ads, commonly used for Ada source code (bug#10256).
18127
18128 2011-12-09 Juanma Barranquero <lekktu@gmail.com>
18129
18130 * printing.el (pr-mode-alist):
18131 * simple.el (filter-buffer-substring-functions)
18132 (completion-list-insert-choice-function):
18133 * window.el (window-with-parameter, window-atom-root)
18134 (window-sides-slots, window-size-fixed, window-min-delta)
18135 (window-max-delta, window--resize-mini-window)
18136 (window--resize-child-windows-normal, window-tree)
18137 (delete-other-windows, quit-window, split-window)
18138 (display-buffer-record-window, special-display-buffer-names)
18139 (special-display-regexps, special-display-popup-frame)
18140 (same-window-p, split-window-sensibly)
18141 (display-buffer-overriding-action, display-buffer-alist)
18142 (display-buffer-base-action, display-buffer, switch-to-buffer)
18143 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
18144 (fit-window-to-buffer, recenter-positions)
18145 (mouse-autoselect-window-state, mouse-autoselect-window-select):
18146 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
18147 and remove unneeded backslashes in docstrings.
18148
18149 2011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
18150
18151 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
18152
18153 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
18154 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
18155 end in ".mk".
18156 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
18157 when reading the makefile (bug#10116).
18158
18159 2011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
18160
18161 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
18162 (bug#10116).
18163
18164 2011-12-06 Glenn Morris <rgm@gnu.org>
18165
18166 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
18167
18168 2011-12-06 Chong Yidong <cyd@gnu.org>
18169
18170 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
18171
18172 2011-12-06 Juanma Barranquero <lekktu@gmail.com>
18173
18174 * textmodes/table.el (table-shorten-cell): Fix typo.
18175
18176 2011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
18177
18178 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
18179
18180 2011-12-05 Eli Zaretskii <eliz@gnu.org>
18181
18182 * descr-text.el (describe-char): Fix display of strong
18183 right-to-left characters and directional embeddings and overrides.
18184
18185 * simple.el (what-cursor-position): Fix display of codepoints of
18186 strong right-to-left characters.
18187
18188 2011-12-05 Chong Yidong <cyd@gnu.org>
18189
18190 * faces.el (read-color): Doc fix.
18191
18192 2011-12-05 Glenn Morris <rgm@gnu.org>
18193
18194 * align.el (align--set-marker): Add doc-string.
18195 Don't try to move something that is not a marker. (Bug#10216)
18196
18197 2011-12-04 Glenn Morris <rgm@gnu.org>
18198
18199 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
18200 overly zealous deletion of trailing whitespace.
18201
18202 2011-12-04 Juanma Barranquero <lekktu@gmail.com>
18203
18204 * server.el (server-delete-client): On Windows, do not try to delete
18205 the only terminal.
18206 (server-process-filter): On Windows, treat requests for a tty frame as
18207 if they were for a GUI frame if the running server is in GUI mode.
18208
18209 2011-12-03 Glenn Morris <rgm@gnu.org>
18210
18211 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
18212
18213 2011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
18214
18215 * electric.el: Streamline electric-indent's hook.
18216 (electric-indent-chars): Revert to simple list.
18217 (electric-indent-functions): New var.
18218 (electric-indent-post-self-insert-function): Use it.
18219
18220 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
18221 there's no inferior buffer (bug#10196).
18222 (prolog-consult-compile): Don't use toggle-read-only.
18223
18224 2011-12-02 Michael Albinus <michael.albinus@gmx.de>
18225
18226 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
18227 interrupt. (Bug#10187)
18228
18229 2011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
18230
18231 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
18232 (bug#9160).
18233
18234 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
18235 (bug#10191).
18236
18237 2011-12-02 Juri Linkov <juri@jurta.org>
18238
18239 * info.el (Info-search): Display "end of manual" when Isearch
18240 reaches the end of single-file Info manual. (Bug#9918)
18241
18242 2011-12-02 Eli Zaretskii <eliz@gnu.org>
18243
18244 * isearch.el (isearch-message-prefix): Run the input method part
18245 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
18246
18247 2011-12-02 Juri Linkov <juri@jurta.org>
18248
18249 * isearch.el (isearch-occur): Use `word-search-regexp' for
18250 `isearch-word'.
18251 (isearch-search-and-update): Add condition for `isearch-word' and
18252 call `word-search-regexp'. (Bug#10145)
18253
18254 2011-12-01 Glenn Morris <rgm@gnu.org>
18255
18256 * eshell/em-hist.el (eshell-hist-initialize):
18257 Handle eshell-history-size nil and HISTSIZE set or unset.
18258 (eshell-history-file-name, eshell-history-size): Fix custom type.
18259
18260 2011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
18261
18262 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
18263
18264 2011-12-01 Michael McNamara <mac@mail.brushroad.com>
18265
18266 * progmodes/verilog-mode.el (verilog-pretty-expr):
18267 Rework verilog-pretty-expr to handle new assignment operators in system
18268 verilog, such as += *= and the like.
18269 (verilog-assignment-operator-re): Regular expression to find the
18270 assigment operator in a verilog assignment.
18271 (verilog-assignment-operation-re): Regular expression to find an
18272 assignment statement for pretty-expr.
18273 (verilog-in-attribute-p): Query returns true if point is in an
18274 attribute context; used to skip these for expression line up from
18275 pretty-expr.
18276 (verilog-in-parameter-p): Query returns true if point is in an
18277 parameter definition context; used to skip these for expression
18278 line up from pretty-expr.
18279 (verilog-in-parenthesis-p): Query returns true if point is in a
18280 parenthetical expression, specifically ( ) but not [ ] or { };
18281 used by pretty-expr.
18282 (verilog-just-one-space): If there is no space, don't add one.
18283 (verilog-get-lineup-indent-2): Specifically skip just attribute
18284 contexts for expression lineup, rather than skipping all
18285 parenthetical expressions.
18286 (verilog-calculate-indent): Fix comment, and fix indent.
18287 (verilog-do-indent): Indent declarations in lists (suggested by
18288 Joachim Lechner).
18289 (verilog-mode-abbrev-table): Populate abbrev mode with the various
18290 skeleton items.
18291 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
18292 by Alain Mellan).
18293
18294 2011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
18295
18296 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
18297 parameters with embedded comments. Reported by Ray Stevens.
18298 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
18299 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
18300 Reported by Tim Holt.
18301 (verilog-auto): Fix AUTOing a upper module then AUTOing module
18302 instantiated by upper module causing wrong expansion until AUTOed a
18303 second time. Reported by K C Buckenmaier.
18304 (verilog-diff-auto): Fix showing .* as a difference when
18305 `verilog-auto-star-save' off. Reported by Dan Dever.
18306 (verilog-auto-reset, verilog-read-always-signals)
18307 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
18308 temporary signals in reset list if
18309 verilog-auto-reset-blocking-in-non is nil, and match assignment
18310 style to each signal's assignment type, bug381.
18311 Reported by Thomas Esposito.
18312 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
18313 (verilog-uvm-statement-re): Support UVM indentation and
18314 highlighting, with old OVM keywords only.
18315 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
18316 Support AUTOTIEOFF creating non-wire data types.
18317 Suggested by Jonathan Greenlaw.
18318 (verilog-auto-insert-lisp, verilog-delete-to-paren)
18319 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
18320 (verilog-inject-sense, verilog-read-inst-pins)
18321 (verilog-read-sub-decls, verilog-read-sub-decls-line):
18322 Fix mismatching parenthesis inside commented out code when deleting
18323 AUTOINST, bug383. Reported by Jonathan Greenlaw.
18324 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
18325 non-numeric vector width. Reported by Alex Reed.
18326 (verilog-auto-ascii-enum): Add "onehot" option to work around not
18327 detecting signals with parameter widths. Reported by Alex Reed.
18328 (verilog-auto-delete-trailing-whitespace):
18329 With `verilog-auto-delete-trailing-whitespace' remove trailing
18330 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
18331 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
18332 Fix verilog-scan-cache corruption when running user AUTO expansion
18333 hooks that call indentation routines.
18334 (verilog-simplify-range-expression): Fix typo ignoring lower case
18335 identifiers.
18336 (verilog-delete-auto): Fix delete-autos to also remove user created
18337 automatics, as long as they start with AUTO.
18338 (verilog-batch-diff-auto, verilog-diff-auto)
18339 (verilog-diff-function): Add `verilog-diff-auto' and bind to
18340 "C-c?" to report differences in AUTO expansion, ignoring spaces.
18341 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
18342 (verilog-in-paren-quick, verilog-re-search-backward-quick)
18343 (verilog-re-search-forward-quick, verilog-syntax-ppss):
18344 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
18345 is disabled and its cache will get corrupt, causing AUTOS not to
18346 expand. Instead use only -quick functions.
18347 (verilog-scan-region): Fix scanning over escaped quotes.
18348 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
18349 (verilog-re-search-backward-quick)
18350 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
18351 related functions now ignore strings, to fix misparsing of strings
18352 with magic comments embedded in them.
18353 (verilog-read-auto-template):
18354 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
18355 Reported by Brad Dobbie.
18356 (verilog-read-auto-template):
18357 Fix 'verilog-auto-inst-template-numbers' with comments.
18358 Reported by Brad Dobbie.
18359 (verilog-auto-inst, verilog-auto-inst-param)
18360 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
18361 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
18362 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
18363 debugging templates without merge conflicts, bug357.
18364 Reported by Brad Dobbie.
18365 (verilog-read-auto-template):
18366 Fix verilog-auto-inst-template-numbers with multiple templates.
18367 Reported by Brad Dobbie.
18368 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
18369 abbrevs so user won't be asked to save.
18370 (verilog-read-auto-lisp-present): Fix to start at beginning of
18371 buffer in case called outside of verilog-auto.
18372 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
18373 to "X-2". Reported by Matthew Myers.
18374 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
18375 all inputs from module templates. Reported by Leith Johnson.
18376 (verilog-module-inside-filename-p): Fix locating programs as with
18377 modules.
18378 (verilog-auto-inst-port): Fix vl-width expressions when using
18379 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
18380 (verilog-decls-get-regs, verilog-decls-get-signals,
18381 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
18382 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
18383 verilog-read-decls): Combine reg and wire structures into one var
18384 structure to represent SystemVerilog concepts.
18385 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
18386 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
18387 (verilog-auto-wire-type, verilog-insert-definition):
18388 Add verilog-auto-wire-type and AUTOLOGIC to support using
18389 SystemVerilog "logic" keyword instead of "wire"/"reg".
18390 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
18391 to declares outputs that also have assignments (presumably in an
18392 ifdef or generate if so there's not a driver conflict).
18393 Reported by Matthew Myers.
18394 (verilog-auto-declare-nettype, verilog-insert-definition):
18395 Add verilog-auto-declare-nettype to fix declarations using
18396 `default_nettype none. Reported by Julian Gorfajn.
18397 (verilog-read-always-signals-recurse, verilog-read-decls)
18398 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
18399 malformed end statement, bug325. Reported by Joshua Wise and
18400 Andrew Drake.
18401 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
18402 (verilog-inst-comment-re): Fix not deleting Interfaced comment
18403 when expanding .* in interfaces, bug320.
18404 Reported by Pierre-David Pfister.
18405 (verilog-read-module-name): Fix import statements between module
18406 name and open parenthesis, bug317.
18407 Reported by Pierre-David Pfister.
18408 (verilog-simplify-range-expression): Fix simplification of
18409 multiplications inside AUTOWIRE connections, bug303.
18410 (verilog-auto-inst-port): Support parameter expansion in
18411 multidimensional arrays.
18412 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
18413 after "assert property". Reported by Julian Gorfajn.
18414 (verilog-simplify-range-expression): Fix "couldn't merge" errors
18415 with multiplication, bug303.
18416 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
18417 Reported by Jan Frode Lonnum.
18418
18419 2011-11-30 Juanma Barranquero <lekktu@gmail.com>
18420
18421 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
18422 (hfy-shell-file-name, hfy-shell):
18423 * international/fontset.el (x-decompose-font-name): Fix typos.
18424
18425 2011-11-29 Ken Brown <kbrown@cornell.edu>
18426
18427 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
18428 (gdb-version): Remove defvar.
18429 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
18430 (gdb-gud-context-command, gdb-non-stop-handler)
18431 (gdb-current-context-command, gdb-stopped): Use it.
18432 (gdb-init-1): Enable pretty printing here.
18433 (gdb-non-stop-handler): Don't enable pretty-printing here.
18434 Check to see if the target supports non-stop mode; if not, turn off
18435 non-stop mode. Use the following.
18436 (gdb-check-target-async): New defun.
18437 (gud-watch, gdb-stopped): Fix whitespace.
18438 (gdb-get-source-file): Don't try to display the source file if
18439 `gdb-main-file' is nil.
18440
18441 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
18442
18443 * align.el: Try to generate fewer markers (bug#10047).
18444 (align--set-marker): New macro.
18445 (align-region): Use it.
18446
18447 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
18448
18449 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
18450
18451 2011-11-29 Chong Yidong <cyd@gnu.org>
18452
18453 * indent.el (indent-for-tab-command, indent-according-to-mode):
18454 Doc fix.
18455 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
18456
18457 2011-11-29 Michael Albinus <michael.albinus@gmx.de>
18458
18459 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
18460 aware of remote file names. (Bug#10124)
18461
18462 2011-11-29 Chong Yidong <cyd@gnu.org>
18463
18464 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
18465
18466 2011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
18467
18468 * files.el (find-file): Don't use force-same-window (bug#10144).
18469 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
18470 use pop-to-buffer if the selected window can't be used.
18471 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
18472
18473 2011-11-28 Eli Zaretskii <eliz@gnu.org>
18474
18475 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
18476 special-mode-map.
18477
18478 2011-11-28 Chong Yidong <cyd@gnu.org>
18479
18480 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
18481
18482 2011-11-27 Nick Roberts <nickrob@snap.net.nz>
18483
18484 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
18485 gdb-get-source-file-list on gdb-create-source-file-list.
18486
18487 2011-11-26 Eli Zaretskii <eliz@gnu.org>
18488
18489 * whitespace.el (whitespace-newline): Use a different foreground
18490 color for 16-color light-background displays.
18491
18492 2011-11-24 Chong Yidong <cyd@gnu.org>
18493
18494 * window.el (display-buffer--special-action): Doc fix.
18495
18496 2011-11-25 Juanma Barranquero <lekktu@gmail.com>
18497
18498 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
18499 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
18500 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
18501 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
18502 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
18503 (avl-tree-stack-first):
18504 * emacs-lisp/cconv.el (cconv--analyse-use):
18505 * net/gnutls.el (gnutls-negotiate): Fix typos.
18506
18507 2011-11-24 Glenn Morris <rgm@gnu.org>
18508
18509 * lpr.el (lpr-windows-system, lpr-lp-system):
18510 * mail/binhex.el (binhex-begin-line):
18511 * progmodes/grep.el (grep-history, grep-find-history):
18512 * textmodes/flyspell.el:
18513 * vc/pcvs-defs.el (cvs-global-menu):
18514 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
18515 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
18516 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
18517
18518 * net/tls.el: Fix case of "GnuTLS".
18519
18520 * paths.el (rmail-file-name): Format doc-string for make-docfile.
18521
18522 * version.el (emacs-build-system): Give it a doc-string.
18523
18524 2011-11-24 Juri Linkov <juri@jurta.org>
18525
18526 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
18527
18528 2011-11-24 Glenn Morris <rgm@gnu.org>
18529
18530 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
18531 if called on a non-mime message just toggle the headers. (Bug#8006)
18532
18533 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
18534
18535 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
18536 (allout-lead-with-comment-string, allout-structure-deleted-hook)
18537 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
18538 (allout-rebullet-heading, allout-open-sibtopic)
18539 (allout-toggle-current-subtree-encryption)
18540 (allout-toggle-subtree-encryption, allout-encrypt-string)
18541 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
18542 (allout-distinctive-bullets-string, allout-auto-activation):
18543 * window.el (window-normalize-buffer-to-display):
18544 * progmodes/verilog-mode.el (verilog-batch-indent):
18545 * textmodes/bibtex.el (bibtex-field-braces-opt)
18546 (bibtex-field-strings-opt):
18547 * vc/cvs-status.el (cvs-tree-merge):
18548 Fix typos.
18549
18550 2011-11-23 Michael Albinus <michael.albinus@gmx.de>
18551
18552 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
18553 `non-essential' to t, in order to avoid remote connections.
18554
18555 2011-11-23 Eli Zaretskii <eliz@gnu.org>
18556
18557 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
18558 On MS-DOS and MS-Windows, compare with loaddefs.el
18559 case-insensitively.
18560
18561 2011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
18562
18563 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
18564
18565 2011-11-23 Glenn Morris <rgm@gnu.org>
18566
18567 * paths.el (rmail-file-name): Reformat the doc-string so that it
18568 is picked up.
18569
18570 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
18571 (rmail-auto-file): Ignore case in the "special" field names,
18572 as mail-fetch-field does for all others.
18573
18574 * mail/rmail.el (rmail-forward):
18575 * mail/rmailkwd.el (rmail-set-label):
18576 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
18577 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
18578
18579 * mail/rmail.el (rmail-current-message): Doc fix.
18580
18581 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
18582
18583 2011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
18584
18585 * server.el (server-eval-and-print): Allow C-g (bug#6585).
18586
18587 2011-11-22 Glenn Morris <rgm@gnu.org>
18588
18589 * mail/rmailmm.el (test-rmail-mime-handler)
18590 (test-rmail-mime-bulk-handler)
18591 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
18592
18593 2011-11-21 Juri Linkov <juri@jurta.org>
18594
18595 * calc/calc.el (calc-read-key-sequence):
18596 Let-bind `input-method-function' to nil. (Bug#10018)
18597
18598 2011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
18599
18600 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
18601 Tell the caller that the next line needs recomputation, even
18602 though it doesn't start a sexp (bug#10094).
18603
18604 2011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
18605
18606 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
18607
18608 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
18609
18610 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
18611 Use force-same-window.
18612
18613 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
18614
18615 * descr-text.el (describe-char-unicode-data):
18616 * json.el (json-string-escape):
18617 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
18618 (Footnote-unicode, Footnote-style-p):
18619 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
18620
18621 2011-11-20 Chong Yidong <cyd@gnu.org>
18622
18623 * window.el (replace-buffer-in-windows): Restore interactive spec.
18624
18625 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
18626
18627 * electric.el (electric-indent-mode): Fix last change (too optimistic).
18628
18629 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
18630 (byte-compile-global-not-obsolete-vars): New var.
18631 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
18632 Use it.
18633 (byte-compile-warn-obsolete): Align text with the one in *Help*.
18634
18635 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
18636
18637 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
18638 * progmodes/pascal.el (electric-pascal-equal):
18639 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
18640 * xml.el (xml-substitute-special): Fix typos.
18641
18642 2011-11-20 Glenn Morris <rgm@gnu.org>
18643
18644 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
18645 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
18646 Doc fixes.
18647 (rmail-decode-mime-charset): Mark as obsolete.
18648
18649 * mail/rmailsum.el (rmail-message-regexp-p-1):
18650 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
18651 Before using mime functions, check they are set. (Bug#10077)
18652
18653 2011-11-19 Juri Linkov <juri@jurta.org>
18654
18655 * info.el (Info-finder-find-node): Use `package--builtins' instead
18656 of `package-alist'. Use node names formed by the pattern "Keyword "
18657 and the keyword name.
18658
18659 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
18660
18661 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
18662
18663 2011-11-19 Juri Linkov <juri@jurta.org>
18664
18665 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
18666 that calls `revert-buffer' on all Info buffers. (Bug#9915)
18667 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
18668 `old-history', `old-history-forward'. Add let-binding
18669 `window-selected'. Remove calls to `kill-buffer',
18670 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
18671 before calling `Info-find-node', so `Info-find-node-2' will reread
18672 the Info file. Restore window positions only when `window-selected'
18673 is non-nil.
18674
18675 2011-11-19 Juri Linkov <juri@jurta.org>
18676
18677 * isearch.el (isearch-lazy-highlight-new-loop):
18678 Remove condition `(not isearch-error)'. (Bug#9918)
18679
18680 * misearch.el (multi-isearch-search-fun): Add condition
18681 `(not bound)' to ignore lazy-highlighting search.
18682 Add the search-failed message "end of multi" when the end of
18683 multi-sequence is reached. Uncapitalize the search-failed
18684 message "Repeat for next buffer".
18685
18686 * info.el (Info-search): Add the search-failed message
18687 "end of the manual" when the end of the manual is reached
18688 in Isearch mode.
18689
18690 2011-11-19 Juri Linkov <juri@jurta.org>
18691
18692 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
18693 Use non-destructive `remove' instead of `delete' because
18694 `Info-history-list' stored to `Info-isearch-initial-history-list' in
18695 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
18696
18697 2011-11-19 Juri Linkov <juri@jurta.org>
18698
18699 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
18700 to nil instead of binding `search-ring' and `regexp-search-ring'.
18701 (Bug#9185)
18702
18703 2011-11-19 Eli Zaretskii <eliz@gnu.org>
18704
18705 * simple.el (line-move): Force movement by logical lines for any
18706 hscrolled window, not only when auto-hscroll-mode is on.
18707 (line-move-visual): Update doc string to that effect. (Bug#10076)
18708
18709 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
18710
18711 * language/european.el (macintosh): Define as alias for mac-roman.
18712
18713 2011-11-19 Eli Zaretskii <eliz@gnu.org>
18714
18715 * mail/rmailmm.el (rmail-mime-display-header)
18716 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
18717 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
18718 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
18719 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
18720 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
18721 of a raw aref.
18722 (rmail-mime-entity-segment): To get past the tagline, move forward
18723 2 more lines, to account for the 2 empty lines that precede and
18724 follow the line with the buttons.
18725 (rmail-mime-update-tagline): Move one more line, to get past the
18726 empty line that follows the buttons in the tagline. (Bug#9520)
18727
18728 2011-11-19 Martin Rudalics <rudalics@gmx.at>
18729
18730 * window.el (window-max-delta-1, window-min-delta-1)
18731 (window-min-size-1, window-state-get-1, window-state-put-1)
18732 (window-state-put-2): Use "window--" prefix.
18733
18734 2011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
18735
18736 * emacs-lisp/smie.el: Improve warnings and conflict detection.
18737 (smie-warning-count): New var.
18738 (smie-set-prec2tab): Use it.
18739 (smie-bnf->prec2): Improve warnings. Add docstring.
18740 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
18741 (smie-bnf--set-class): New function.
18742 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
18743 corner case.
18744
18745 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
18746 (compilation-error-properties, compilation-move-to-column):
18747 Handle compilation-first-column while in the target buffer.
18748
18749 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
18750 Don't hardcode point-min==1.
18751
18752 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
18753 (eshell-rewrite-for-command): Remove workaround.
18754 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
18755 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
18756 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
18757
18758 * files-x.el (modify-file-local-variable): Obey commenting conventions.
18759
18760 2011-11-17 Glenn Morris <rgm@gnu.org>
18761
18762 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
18763 Ignore buffer-local generated-autoload-file if it is the same
18764 as the global value. (Bug#10049)
18765
18766 2011-11-17 Juanma Barranquero <lekktu@gmail.com>
18767
18768 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
18769 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
18770 (reftex-toc-previous-heading, reftex-toc-max-level)
18771 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
18772 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
18773 (reftex-toc-do-promote, reftex-toc-promote-prepare)
18774 (reftex-toc-promote-action, reftex-toc-extract-section-number)
18775 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
18776 (reftex-toc-rename-label, reftex-toc-visit-location)
18777 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
18778 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
18779 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
18780 leaving "*toc*" only for references to the buffer.
18781
18782 2011-11-17 Martin Rudalics <rudalics@gmx.at>
18783
18784 * window.el (window-resize, delete-window, split-window):
18785 Replace window-splits by window-combination-resize.
18786 * cus-start.el (window-splits): Replace by window-combination-resize.
18787
18788 2011-11-17 Glenn Morris <rgm@gnu.org>
18789
18790 * progmodes/sh-script.el (sh-font-lock-keywords-var):
18791 Make bash entry derive from sh entry, not shell entry.
18792
18793 2011-11-16 Michael Albinus <michael.albinus@gmx.de>
18794
18795 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
18796 local file name.
18797
18798 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
18799
18800 * menu-bar.el (menu-bar-file-menu):
18801 * printing.el (pr-ps-utility):
18802 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
18803 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
18804 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
18805 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
18806 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
18807 (icalendar--convert-cyclic-to-ical)
18808 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
18809 (icalendar--convert-ical-to-diary)
18810 (icalendar--convert-recurring-to-diary)
18811 (icalendar--convert-non-recurring-all-day-to-diary)
18812 (icalendar-import-format-sample):
18813 * progmodes/idlw-shell.el (idlwave-shell-mode):
18814 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
18815 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
18816 (vhdl-ps-print-init): Fix typos.
18817
18818 2011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
18819
18820 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
18821 FSF and collapse date sequence, obscure author/maintainer email address
18822 better, remove extra version line, track relocation of author's webpage.
18823
18824 * progmodes/python.el (python-pdbtrack-input-prompt)
18825 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
18826 regular python pdb prompts. Adjustments shamelessly taken exactly as
18827 suggested in EmacsWiki page (tiny change):
18828 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
18829
18830 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
18831
18832 * expand.el (expand-pos, expand-index, expand-point):
18833 Remove redundant info from docstring.
18834 (expand-add-abbrevs): Doc fix.
18835 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
18836 (expand-sample-perl-mode-expand-list): Fix typos.
18837
18838 * net/dbus.el (dbus-event-member-name):
18839 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
18840 * term/pc-win.el (msdos-create-frame-with-faces):
18841 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
18842
18843 2011-11-16 Martin Rudalics <rudalics@gmx.at>
18844
18845 * window.el (split-window, window-state-get-1)
18846 (window-state-put-1, window-state-put-2): Rename occurrences of
18847 window-nest to window-combination-limit.
18848 * cus-start.el (window-nest): Rename to window-combination-limit.
18849
18850 2011-11-16 Chong Yidong <cyd@gnu.org>
18851
18852 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
18853 regexp (Bug#10033).
18854
18855 2011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
18856
18857 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
18858 `completing-read' will remove *Completions* and will preserve
18859 current-buffer for us.
18860 (tmm-add-prompt): Users of *Completions* will always (re)set its
18861 major mode.
18862 (tmm-old-comp-map): Remove.
18863
18864 2011-11-16 Glenn Morris <rgm@gnu.org>
18865
18866 * mail/rmailedit.el: Require rmailmm when compiling.
18867 (rmail-old-mime-state): New declaration.
18868 (rmail-edit-current-message): If editing a mime message,
18869 edit the "raw" message from the mbox buffer.
18870 (rmail-cease-edit): Handle mime messages. (Bug#9840)
18871
18872 2011-11-15 Glenn Morris <rgm@gnu.org>
18873
18874 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
18875 which wasn't being used. Add optional arg to force given state.
18876 (rmail-mime): Add optional arg to force given state.
18877
18878 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
18879
18880 * allout.el (allout-encryption-plaintext-sanitization-regexps):
18881 * frame.el (display-mm-dimensions-alist):
18882 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
18883 (outline-move-subtree-down):
18884 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
18885 (newsticker--treeview-do-get-node):
18886 * net/quickurl.el (quickurl-list-buffer-name):
18887 * progmodes/dcl-mode.el (dcl-mode):
18888 * progmodes/gdb-mi.el (gdb-mapcar*):
18889 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
18890
18891 2011-11-15 Glenn Morris <rgm@gnu.org>
18892
18893 * mail/rmail.el (rmail-file-coding-system): It's only ever used
18894 in a boolean sense, so just make it a boolean, and fix the doc.
18895 (rmail-show-mime-function, rmail-mime-feature)
18896 (rmail-require-mime-maybe): Doc fixes.
18897 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
18898
18899 * mail/rmailmm.el (rmail-show-mime): Doc fix.
18900
18901 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
18902
18903 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
18904 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
18905 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
18906 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
18907
18908 2011-11-15 Glenn Morris <rgm@gnu.org>
18909
18910 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
18911 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
18912 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
18913 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
18914 (rmail-mime, rmail-show-mime): Doc fixes.
18915
18916 * term/ns-win.el (mode-line-frame-identification):
18917 Leave it alone. (Bug#10051)
18918
18919 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
18920
18921 * mail/rmailout.el (rmail-output-to-rmail-buffer):
18922 Handle empty buffers. (Bug#9978)
18923
18924 2011-11-14 Juanma Barranquero <lekktu@gmail.com>
18925
18926 * international/mule.el (define-charset):
18927 * mail/rmailmm.el (rmail-mime-find-header-encoding):
18928 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
18929 * progmodes/verilog-mode.el (verilog-backward-token):
18930 * textmodes/ispell.el (lookup-words):
18931 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
18932
18933 2011-11-14 Glenn Morris <rgm@gnu.org>
18934
18935 * progmodes/executable.el
18936 (executable-make-buffer-file-executable-if-script-p):
18937 Handle file-modes returning nil.
18938
18939 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
18940 message - not necessary, and causes problems. (Bug#9831)
18941
18942 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
18943
18944 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
18945
18946 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
18947 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
18948 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
18949
18950 2011-11-12 Martin Rudalics <rudalics@gmx.at>
18951
18952 * window.el (window-resize, delete-window): Use window-splits
18953 variable instead of function.
18954 (window-state-get-1, window-state-put-2, window-state-put):
18955 Don't deal with windows' splits status.
18956
18957 2011-11-12 Glenn Morris <rgm@gnu.org>
18958
18959 * apropos.el (apropos-do-all, apropos-library, apropos-value)
18960 (apropos-documentation): Doc fixes.
18961
18962 2011-11-11 Juanma Barranquero <lekktu@gmail.com>
18963
18964 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
18965 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
18966
18967 2011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
18968
18969 * electric.el (electric-indent-post-self-insert-function): Make it
18970 possible for a char to only indent in some circumstances.
18971 (electric-indent-mode): Simplify.
18972
18973 2011-11-11 Martin Rudalics <rudalics@gmx.at>
18974
18975 * window.el (windows-with-parameter): Remove unused function.
18976 (windows-at-side): Rename to window-at-side-list.
18977 (window-check, window-atom-check, window-atom-check-1)
18978 (window-side-check, window-size-ignore, window-size-fixed-1)
18979 (window-in-direction-2): Prefix with "window--".
18980 (window-tree-1): Rename to window--subtree, fix doc-string.
18981
18982 2011-11-11 Glenn Morris <rgm@gnu.org>
18983
18984 * subr.el (eval-after-load): If FILE is already loaded,
18985 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
18986
18987 2011-11-10 Glenn Morris <rgm@gnu.org>
18988
18989 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
18990 Call svn via vc-svn-command rather than vc-do-command.
18991 (vc-svn-command): Add --non-interactive. (Bug#9993)
18992 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
18993
18994 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
18995 Add toggle-read-only. (Bug#7292)
18996 * files.el (toggle-read-only): Mention that it should only
18997 be used interactively. (Bug#10006)
18998
18999 2011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
19000
19001 * progmodes/compile.el (compilation-error-regexp-alist-alist):
19002 Adjust regexp for OCaml warnings.
19003
19004 * electric.el (electric-pair-post-self-insert-function): Let user
19005 turn it off buffer-locally (bug#9932).
19006
19007 * progmodes/python.el (python-beginning-of-statement):
19008 Rewrite (bug#2703).
19009
19010 * progmodes/compile.el: Better handle TABs (bug#9749).
19011 (compilation-internal-error-properties)
19012 (compilation-next-error-function): Obey the target buffer's
19013 compilation-error-screen-columns.
19014
19015 2011-11-09 Juanma Barranquero <lekktu@gmail.com>
19016
19017 * progmodes/meta-mode.el: Remove obsolete comments.
19018 (meta-right-comment-regexp, meta-ignore-comment-regexp):
19019 Fix typos in docstrings.
19020
19021 2011-11-09 Martin Rudalics <rudalics@gmx.at>
19022
19023 * window.el (window-size-fixed-p): Rewrite doc-string.
19024 (window-resizable-p): Rename to window--resizable-p. Update callers.
19025 (window--resizable): New function. Make all callers of
19026 window-resizable call window--resizable instead.
19027 (window-resizable): Rewrite in terms of window--resizable.
19028
19029 2011-11-08 Glenn Morris <rgm@gnu.org>
19030
19031 * progmodes/delphi.el (delphi-mode-syntax-table):
19032 Let define-derived-mode define a proper syntax table. (Bug#9994)
19033
19034 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
19035
19036 * window.el: Stay away from defsubst.
19037 (window-list-no-nils): Remove.
19038 (window-state-get-1, window-state-get): Use backquote instead.
19039
19040 2011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
19041
19042 * emacs-lisp/find-func.el (find-function-read):
19043 Fix incorrect use of default argument in `completing-read'.
19044
19045 2011-11-08 Martin Rudalics <rudalics@gmx.at>
19046
19047 * window.el (display-buffer-function, special-display-function):
19048 Mention display-buffer-record-window but do not mention
19049 help-setup parameter in doc-strings.
19050 (window-min-delta): Fix doc-string typo.
19051
19052 2011-11-08 Chong Yidong <cyd@gnu.org>
19053
19054 * window.el (window-total-height, window-total-width): Doc fix.
19055 (window-body-size): Move from C.
19056 (window-body-height, window-body-width): Move to C.
19057
19058 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
19059
19060 * window.el: Make special-display like display-buffer-alist (bug#9532).
19061 (display-buffer--special-action): New function, morphed
19062 from display-buffer--special.
19063 (display-buffer): Use it to handle special-display-buffers at higher
19064 priority (just after display-buffer-alist).
19065 (display-buffer-fallback-action, display-buffer--other-frame-action)
19066 (pop-to-buffer-same-window): Remove display-buffer--special.
19067
19068 2011-11-07 Glenn Morris <rgm@gnu.org>
19069
19070 * calendar/cal-menu.el (cal-menu-set-date-title):
19071 Do nothing if not in a calendar. (Bug#9976)
19072
19073 2011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
19074
19075 * files.el (find-file): Always use selected-window.
19076
19077 2011-11-07 Martin Rudalics <rudalics@gmx.at>
19078
19079 * window.el (window-combinations): Make WINDOW argument
19080 mandatory. Rewrite doc-string.
19081 (walk-window-subtree, window-atom-check, window-min-delta)
19082 (window-max-delta, window--resize-this-window)
19083 (window--resize-root-window-vertically, window-tree)
19084 (balance-windows, window-state-put): Rewrite doc-strings as to
19085 not mention the term "subwindow".
19086 (window--resize-subwindows-skip-p): Rename to
19087 window--resize-child-windows-skip-p.
19088 (window--resize-subwindows-normal): Rename to
19089 window--resize-child-windows-normal.
19090 (window--resize-subwindows): Rename to
19091 window--resize-child-windows.
19092 (window-or-subwindow-p): Rename to window--in-subtree-p.
19093
19094 2011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
19095
19096 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
19097 Ensure that mbox format messages end in two newlines (Bug#9974).
19098
19099 2011-11-06 Chong Yidong <cyd@gnu.org>
19100
19101 * window.el (window-combination-p): Function deleted; its
19102 side-effect is not used in any existing code.
19103 (window-combinations, window-combined-p): Call window-*-child
19104 directly.
19105
19106 2011-11-05 Chong Yidong <cyd@gnu.org>
19107
19108 * window.el (window-valid-p): Rename from window-any-p.
19109 (window-size-ignore, window-state-get): Callers changed.
19110 (window-normalize-window): Rename from window-normalize-any-window.
19111 New arg LIVE-ONLY, replacing window-normalize-live-window.
19112 (window-normalize-live-window): Delete.
19113 (window-combination-p, window-combined-p, window-combinations)
19114 (walk-window-subtree, window-atom-root, window-min-size)
19115 (window-sizable, window-sizable-p, window-size-fixed-p)
19116 (window-min-delta, window-max-delta, window-resizable)
19117 (window-resizable-p, window-full-height-p, window-full-width-p)
19118 (window-current-scroll-bars, window-point-1, set-window-point-1)
19119 (window-at-side-p, window-in-direction, window-resize)
19120 (adjust-window-trailing-edge, maximize-window, minimize-window)
19121 (window-deletable-p, delete-window, delete-other-windows)
19122 (record-window-buffer, unrecord-window-buffer)
19123 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
19124 (quit-window, split-window, window-state-put)
19125 (set-window-text-height, fit-window-to-buffer)
19126 (shrink-window-if-larger-than-buffer): Callers changed.
19127
19128 2011-11-04 Eli Zaretskii <eliz@gnu.org>
19129
19130 * mail/rmail.el (rmail-simplified-subject): Decode subject with
19131 rfc2047-decode-string.
19132 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
19133 warnings.
19134
19135 * window.el (window-body-height, window-body-width): Mention in
19136 the doc string that the return values are in frame's canonical
19137 units. (Bug#9949)
19138
19139 2011-11-03 Alan Mackenzie <acm@muc.de>
19140
19141 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
19142 change in cc-engine.el.
19143
19144 2011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
19145
19146 * window.el (switch-to-buffer): Use `force-same-window' interactively.
19147
19148 2011-11-02 Martin Rudalics <rudalics@gmx.at>
19149
19150 * window.el (quit-window): Call unrecord-window-buffer after
19151 showing another buffer in the window. (Bug#9937)
19152 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
19153
19154 2011-11-02 Juanma Barranquero <lekktu@gmail.com>
19155
19156 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
19157 Accept status with more than 9 shelves. (Bug#9935)
19158 Reported by Colin D Bennett <colin@gibibit.com>.
19159
19160 2011-11-01 Martin Rudalics <rudalics@gmx.at>
19161
19162 * help.el (with-help-window): Don't reference
19163 temp-buffer-show-specifiers in doc-string.
19164
19165 2011-10-31 Andreas Schwab <schwab@linux-m68k.org>
19166
19167 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
19168 menu-item.
19169
19170 2011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19171
19172 * whitespace.el: New version 13.2.2.
19173 (whitespace-newline-mode): Disable properly. Reported by Sarah
19174 <EmacsWiki>.
19175
19176 2011-10-30 Ulf Jasper <ulf.jasper@web.de>
19177
19178 * net/newst-treeview.el: Remove "Time-stamp".
19179 (newsticker--group-manage-orphan-feeds): Do not call
19180 newsticker--treeview-tree-update.
19181 (newsticker-treeview-update, newsticker-treeview):
19182 Call newsticker--treeview-tree-update if necessary.
19183
19184 2011-10-30 Martin Rudalics <rudalics@gmx.at>
19185
19186 * window.el (window-iso-combination-p, window-iso-combined-p)
19187 (window-iso-combinations): Remove "iso-" infix.
19188 Suggested by Chong Yidong.
19189 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
19190 (window-max-delta-1, window-resize, window--resize-siblings)
19191 (window--resize-this-window, adjust-window-trailing-edge)
19192 (split-window, balance-windows-1)
19193 (shrink-window-if-larger-than-buffer):
19194 * calendar/calendar.el (calendar-generate-window):
19195 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
19196
19197 2011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
19198
19199 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
19200 in place (bug#9907).
19201 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
19202 (eshell-rewrite-if-command, eshell-rewrite-for-command)
19203 (eshell-structure-basic-command, eshell-rewrite-while-command)
19204 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
19205 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
19206 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
19207 (eshell-do-pipelines-synchronously, eshell-eval-command):
19208 Use backquotes and prefer setq to set.
19209 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
19210 (eshell-macrop): Use functionp.
19211 (eshell-do-eval): Handle multiple expressions in `while' body.
19212
19213 2011-10-30 Chong Yidong <cyd@gnu.org>
19214
19215 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
19216 instead of set-mark (Bug#9810).
19217
19218 2011-10-30 Chong Yidong <cyd@gnu.org>
19219
19220 * window.el (split-window-below, split-window-right): Rename from
19221 split-window-above-each-other and split-window-side-by-side
19222 respectively. All callers changed.
19223 (split-window-sensibly, split-window-sensibly): Use them.
19224 (split-window-keep-point): Doc fix.
19225
19226 * isearch.el: Add isearch-scroll property to split-window-below
19227 and split-window-right.
19228
19229 * follow.el (follow-mode):
19230 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
19231 * progmodes/ada-xref.el (ada-gdb-application):
19232 * emulation/vip.el (vip-buffer-in-two-windows):
19233 * image-dired.el (image-dired-dired-with-window-configuration):
19234 * dired-x.el (dired-do-find-marked-files):
19235 * dired.el (dired-pop-to-buffer):
19236 * bs.el (bs--show-with-configuration):
19237 * vc/emerge.el (emerge-setup-windows):
19238 * textmodes/two-column.el (2C-two-columns):
19239 * textmodes/reftex-toc.el (reftex-toc):
19240 * progmodes/gdb-mi.el (gdb-setup-windows):
19241 * progmodes/fortran.el (fortran-window-create):
19242 * net/newst-treeview.el (newsticker--treeview-window-init):
19243 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
19244 * emulation/tpu-edt.el (tpu-gold-map):
19245 * emulation/crisp.el (crisp-mode-map):
19246 * calendar/calendar.el (calendar-basic-setup): Callers changed.
19247
19248 2011-10-29 Chong Yidong <cyd@gnu.org>
19249
19250 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
19251
19252 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
19253
19254 * textmodes/flyspell.el (flyspell-word): Fix char offset for
19255 forged Ispell output (Bug#7904).
19256
19257 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
19258
19259 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
19260
19261 * doc-view.el: Avoid ugly errors about not finding nil.
19262 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
19263 (doc-view-dvipdf-program, doc-view-unoconv-program)
19264 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
19265 Avoid nil or absolute file name as default value.
19266 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
19267
19268 2011-10-28 Alan Mackenzie <acm@muc.de>
19269
19270 * progmodes/cc-defs.el (c-version): -> 5.32.2.
19271
19272 2011-10-28 Alan Mackenzie <acm@muc.de>
19273
19274 Amend the handling of c-beginning/end-of-defun in nested declaration
19275 scopes.
19276
19277 * progmodes/cc-vars.el (c-defun-tactic): Move here from
19278 cc-langs.el. Change it to a defcustom.
19279
19280 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
19281 cc-vars.el.
19282
19283 * progmodes/cc-engine.el (c-beginning-of-statement-1):
19284 Prevent "class foo : bar" being spuriously recognized as a label.
19285
19286 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
19287 Add parameter `inclusive' (to include enclosing braces in the region).
19288 (c-widen-to-enclosing-decl-scope): New function.
19289 (c-while-widening-to-decl-block): New macro.
19290 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
19291 outward for defun boundaries, and correspondingly change symbol
19292 `respect-enclosure' to `go-outward'.
19293 (c-declaration-limits): Change algorithm to report only the "innermost"
19294 defun's boundaries.
19295
19296 2011-10-28 Deniz Dogan <deniz@dogan.se>
19297
19298 * net/rcirc.el (rcirc-mode): Use hard newlines.
19299
19300 2011-10-28 Alan Mackenzie <acm@muc.de>
19301
19302 Amend to indent and fontify macros "which include their own semicolon"
19303 correctly, using the "virtual semicolon" mechanism.
19304
19305 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
19306
19307 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
19308 Recode to scan one line at a time rather than having \n and \r
19309 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
19310 (c-forward-label): Amend for virtual semicolons.
19311 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
19312
19313 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
19314 of the new C macros.
19315
19316 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
19317 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
19318 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
19319 (c-opt-cpp-macro-define): Make into a full language variable.
19320 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
19321 AWK Mode (including \n, \r) removed, no longer needed.
19322
19323 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
19324 Invoke c-make-macro-with-semi-re.
19325
19326 * progmodes/cc-vars.el (c-macro-with-semi-re):
19327 (c-macro-names-with-semicolon): New variables.
19328 (c-make-macro-with-semi-re): New function.
19329
19330 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
19331
19332 * vc/log-edit.el: Fill empty field rather than adding new one.
19333 (log-edit-add-field): New function.
19334 (log-edit-insert-changelog): Use it.
19335
19336 2011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
19337
19338 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
19339
19340 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
19341
19342 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
19343 (gdb--check-interpreter): New function.
19344 (gdb): Use it.
19345
19346 2011-10-27 Glenn Morris <rgm@gnu.org>
19347
19348 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
19349 (least-positive-float, least-negative-float)
19350 (least-positive-normalized-float, least-negative-normalized-float)
19351 (float-epsilon, float-negative-epsilon):
19352 Remove unnecessary declarations.
19353
19354 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
19355 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
19356 (least-positive-float, least-negative-float)
19357 (least-positive-normalized-float, least-negative-normalized-float)
19358 (float-epsilon, float-negative-epsilon): Add doc-strings,
19359 based on those in cl.texi.
19360
19361 * files.el (set-visited-file-name): If the major-mode changed,
19362 reload the local variables. (Bug#9796)
19363
19364 2011-10-27 Chong Yidong <cyd@gnu.org>
19365
19366 * subr.el (change-major-mode-after-body-hook): New hook.
19367 (run-mode-hooks): Run it.
19368
19369 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
19370 Use change-major-mode-before-body-hook.
19371
19372 * simple.el (fundamental-mode):
19373 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
19374 change introducing fundamental-mode-hook.
19375
19376 2011-10-26 Juanma Barranquero <lekktu@gmail.com>
19377
19378 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
19379
19380 2011-10-26 Michael Albinus <michael.albinus@gmx.de>
19381
19382 * ido.el (ido-file-name-all-completions-1): Do not require
19383 tramp.el explicitly. (Bug#7583)
19384
19385 2011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
19386
19387 * progmodes/octave-mod.el:
19388 * progmodes/octave-inf.el: Update maintainer.
19389
19390 2011-10-26 Chong Yidong <cyd@gnu.org>
19391
19392 * subr.el (with-wrapper-hook): Rewrite doc.
19393
19394 2011-10-25 Michael Albinus <michael.albinus@gmx.de>
19395
19396 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
19397 filenames "/method:foo:". (Bug#9793)
19398
19399 2011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
19400
19401 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
19402 (bug#9865).
19403
19404 2011-10-24 Glenn Morris <rgm@gnu.org>
19405
19406 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
19407
19408 2011-10-24 Michael Albinus <michael.albinus@gmx.de>
19409
19410 * notifications.el: Add the requirement of a running D-Bus session
19411 bus to the Commentary.
19412
19413 2011-10-24 Juri Linkov <juri@jurta.org>
19414
19415 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
19416 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
19417 (Bug#9364)
19418
19419 2011-10-24 Juri Linkov <juri@jurta.org>
19420
19421 * info.el (Info-following-node-name-re): Add newline to the list
19422 of allowed characters for leading space. (Bug#9824)
19423
19424 2011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
19425
19426 * progmodes/octave-inf.el (inferior-octave-mode-map):
19427 Fix C-c C-h binding.
19428 * progmodes/octave-mod.el (octave-help): Remove.
19429
19430 2011-10-23 Michael Albinus <michael.albinus@gmx.de>
19431
19432 Sync with Tramp 2.2.3.
19433
19434 * net/tramp-cache.el (top): Pacify byte-compiler using
19435 `init-file-user' and `site-run-file'.
19436
19437 * net/trampver.el: Update release number.
19438
19439 2011-10-23 Chong Yidong <cyd@gnu.org>
19440
19441 * files.el (toggle-read-only): Remove obsolete comment about
19442 version control.
19443
19444 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
19445 for toggle-read-only. Note that this hasn't called vc-next-action
19446 since 2008-05-02, though it wasn't documented at the time.
19447
19448 * vc/ediff-init.el (ediff-toggle-read-only-function):
19449 Use toggle-read-only.
19450
19451 2011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
19452
19453 Fix bug #9560, sporadic wrong indentation; improve instrumentation
19454 of c-parse-state.
19455
19456 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
19457 correct faulty logical expression.
19458 (c-parse-state-state, c-record-parse-state-state):
19459 (c-replay-parse-state-state): New defvar/defuns.
19460 (c-debug-parse-state): Use new functions.
19461
19462 2011-10-22 Martin Rudalics <rudalics@gmx.at>
19463
19464 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
19465 last fix. Use window-in-direction correctly.
19466
19467 2011-10-21 Chong Yidong <cyd@gnu.org>
19468
19469 * progmodes/idlwave.el (idlwave-mode):
19470 * progmodes/vera-mode.el (vera-mode): No need to set
19471 require-final-newline; that's done in prog-mode.
19472 Suggested by Stefan Monnier.
19473
19474 2011-10-21 Martin Rudalics <rudalics@gmx.at>
19475
19476 * mouse.el (mouse-drag-window-above)
19477 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
19478 (mouse-drag-mode-line-1, mouse-drag-header-line)
19479 (mouse-drag-vertical-line-rightward-window): Remove.
19480 (mouse-drag-line): New function.
19481 (mouse-drag-mode-line, mouse-drag-header-line)
19482 (mouse-drag-vertical-line): Call mouse-drag-line.
19483 * window.el (window-at-side-p, windows-at-side): New functions.
19484
19485 2011-10-21 Ulrich Mueller <ulm@gentoo.org>
19486
19487 * tar-mode.el (tar-grind-file-mode):
19488 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
19489
19490 2011-10-21 Chong Yidong <cyd@gnu.org>
19491
19492 * progmodes/idlwave.el (idlwave-mode):
19493 * progmodes/vera-mode.el (vera-mode):
19494 Use mode-require-final-newline.
19495
19496 2011-10-20 Glenn Morris <rgm@gnu.org>
19497
19498 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
19499
19500 2011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
19501
19502 * emulation/cua-base.el (cua-set-mark): Fix case of string.
19503
19504 2011-10-20 Chong Yidong <cyd@gnu.org>
19505
19506 * emulation/cua-base.el (cua-mode):
19507 * mail/footnote.el (footnote-mode):
19508 * mail/mailabbrev.el (mail-abbrevs-mode):
19509 * net/xesam.el (xesam-minor-mode):
19510 * progmodes/bug-reference.el (bug-reference-mode):
19511 * progmodes/cap-words.el (capitalized-words-mode):
19512 * progmodes/compile.el (compilation-minor-mode)
19513 (compilation-shell-minor-mode):
19514 * progmodes/gud.el (gud-tooltip-mode):
19515 * progmodes/hideif.el (hide-ifdef-mode):
19516 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
19517 * progmodes/subword.el (subword-mode):
19518 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
19519 * progmodes/which-func.el (which-function-mode):
19520 * term/tvi970.el (tvi970-set-keypad-mode):
19521 * term/vt100.el (vt100-wide-mode):
19522 * textmodes/flyspell.el (flyspell-mode):
19523 * textmodes/ispell.el (ispell-minor-mode):
19524 * textmodes/nroff-mode.el (nroff-electric-mode):
19525 * textmodes/paragraphs.el (use-hard-newlines):
19526 * textmodes/refill.el (refill-mode):
19527 * textmodes/reftex.el (reftex-mode):
19528 * textmodes/rst.el (rst-minor-mode):
19529 * textmodes/sgml-mode.el (html-autoview-mode)
19530 (sgml-electric-tag-pair-mode):
19531 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
19532 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
19533 * emulation/crisp.el (crisp-mode):
19534 * emacs-lisp/eldoc.el (eldoc-mode):
19535 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
19536 minor mode behavior.
19537
19538 2011-10-19 Juri Linkov <juri@jurta.org>
19539
19540 * descr-text.el (describe-char): Add #x2010 and #x2011 to
19541 the list of hard-coded chars with escape-glyph face.
19542
19543 2011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
19544
19545 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
19546
19547 2011-10-19 Michael Albinus <michael.albinus@gmx.de>
19548
19549 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
19550 running process.
19551
19552 2011-10-19 Glenn Morris <rgm@gnu.org>
19553
19554 * vc/vc-bzr.el (vc-bzr-after-dir-status):
19555 Ignore ignored files. (Bug#9726)
19556
19557 2011-10-19 Chong Yidong <cyd@gnu.org>
19558
19559 Doc fix for minor modes, stating that an omitted argument enables
19560 the mode unconditionally when called from Lisp.
19561
19562 * abbrev.el (abbrev-mode):
19563 * allout.el (allout-mode):
19564 * autoinsert.el (auto-insert-mode):
19565 * autoarg.el (autoarg-mode, autoarg-kp-mode):
19566 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
19567 (global-auto-revert-mode):
19568 * battery.el (display-battery-mode):
19569 * composite.el (global-auto-composition-mode)
19570 (auto-composition-mode):
19571 * delsel.el (delete-selection-mode):
19572 * desktop.el (desktop-save-mode):
19573 * dired-x.el (dired-omit-mode):
19574 * dirtrack.el (dirtrack-mode):
19575 * doc-view.el (doc-view-minor-mode):
19576 * double.el (double-mode):
19577 * electric.el (electric-indent-mode, electric-pair-mode):
19578 * emacs-lock.el (emacs-lock-mode):
19579 * epa-hook.el (auto-encryption-mode):
19580 * follow.el (follow-mode):
19581 * font-core.el (font-lock-mode):
19582 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
19583 * help.el (temp-buffer-resize-mode):
19584 * hilit-chg.el (highlight-changes-mode)
19585 (highlight-changes-visible-mode):
19586 * hi-lock.el (hi-lock-mode):
19587 * hl-line.el (hl-line-mode, global-hl-line-mode):
19588 * icomplete.el (icomplete-mode):
19589 * ido.el (ido-everywhere):
19590 * image-file.el (auto-image-file-mode):
19591 * image-mode.el (image-minor-mode):
19592 * iswitchb.el (iswitchb-mode):
19593 * jka-cmpr-hook.el (auto-compression-mode):
19594 * linum.el (linum-mode):
19595 * longlines.el (longlines-mode):
19596 * master.el (master-mode):
19597 * mb-depth.el (minibuffer-depth-indicate-mode):
19598 * menu-bar.el (menu-bar-mode):
19599 * minibuf-eldef.el (minibuffer-electric-default-mode):
19600 * mouse-sel.el (mouse-sel-mode):
19601 * msb.el (msb-mode):
19602 * mwheel.el (mouse-wheel-mode):
19603 * outline.el (outline-minor-mode):
19604 * paren.el (show-paren-mode):
19605 * recentf.el (recentf-mode):
19606 * reveal.el (reveal-mode, global-reveal-mode):
19607 * rfn-eshadow.el (file-name-shadow-mode):
19608 * ruler-mode.el (ruler-mode):
19609 * savehist.el (savehist-mode):
19610 * scroll-all.el (scroll-all-mode):
19611 * scroll-bar.el (scroll-bar-mode):
19612 * server.el (server-mode):
19613 * shell.el (shell-dirtrack-mode):
19614 * simple.el (auto-fill-mode, transient-mark-mode)
19615 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
19616 (line-number-mode, column-number-mode, size-indication-mode)
19617 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
19618 * strokes.el (strokes-mode):
19619 * time.el (display-time-mode):
19620 * t-mouse.el (gpm-mouse-mode):
19621 * tool-bar.el (tool-bar-mode):
19622 * tooltip.el (tooltip-mode):
19623 * type-break.el (type-break-mode-line-message-mode)
19624 (type-break-query-mode):
19625 * view.el (view-mode):
19626 * whitespace.el (whitespace-mode, whitespace-newline-mode)
19627 (global-whitespace-mode, global-whitespace-newline-mode):
19628 * xt-mouse.el (xterm-mouse-mode): Doc fix.
19629
19630 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
19631 Fix autogenerated docstring.
19632
19633 2011-10-19 Juri Linkov <juri@jurta.org>
19634
19635 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
19636 by checking environment variables "DESKTOP_SESSION" and
19637 "XDG_CURRENT_DESKTOP". (Bug#9779)
19638
19639 2011-10-19 Juri Linkov <juri@jurta.org>
19640
19641 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
19642 (browse-url-chromium-program, browse-url-chromium-arguments):
19643 New defcustoms.
19644 (browse-url-default-browser): Check for `browse-url-chromium' and
19645 call `browse-url-chromium-program'.
19646 (browse-url-chromium): New command. (Bug#9779)
19647
19648 2011-10-18 Juanma Barranquero <lekktu@gmail.com>
19649
19650 * facemenu.el (list-colors-duplicates): On Windows, detect more
19651 duplicates by assuming that only colors matching "^System" are
19652 special "system colors". (Bug#9722)
19653
19654 2011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
19655
19656 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
19657 to distinguish the author from the committer.
19658
19659 2011-10-18 Michael Albinus <michael.albinus@gmx.de>
19660
19661 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
19662
19663 2011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
19664
19665 * international/mule.el (sgml-html-meta-auto-coding-function):
19666 Add support for detecting encoding in HTML5 specified only as
19667 <meta charset="UTF-8">. Implementation just makes http-equiv and
19668 content-type parts from HTML4 encoding string optional. (Bug#9716)
19669
19670 2011-10-18 Glenn Morris <rgm@gnu.org>
19671
19672 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
19673
19674 2011-10-18 Chong Yidong <cyd@gnu.org>
19675
19676 * faces.el (cursor): Doc fix.
19677
19678 2011-10-17 Chong Yidong <cyd@gnu.org>
19679
19680 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
19681
19682 2011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
19683
19684 * dirtrack.el (dirtrack): Support shell buffers with path
19685 prefixes, e.g. tramp-based remote shells. (Bug#9647)
19686
19687 2011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
19688
19689 * json.el: Bump version to 1.3 and note change in History.
19690 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
19691
19692 2011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
19693
19694 * comint.el (comint-insert-input, comint-send-input)
19695 (comint-get-old-input-default, comint-backward-matching-input)
19696 (comint-next-prompt): Use nil instead of `input' for field property of
19697 past user input (bug#114).
19698
19699 * minibuffer.el (completion--replace): Inherit surrounding properties
19700 (bug#114).
19701 (minibuffer-complete-and-exit): Use it.
19702
19703 * comint.el (comint--table-subvert): Quote the all-completions output
19704 (bug#9160).
19705
19706 2011-10-17 Martin Rudalics <rudalics@gmx.at>
19707
19708 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
19709
19710 * menu-bar.el (menu-bar-file-menu): Add entry for making new
19711 window on right of selected. (Bug#9350) Reword other window
19712 entries and separate them from frame entries.
19713
19714 2011-10-15 Glenn Morris <rgm@gnu.org>
19715
19716 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
19717 Doc fixes.
19718
19719 2011-10-15 Chong Yidong <cyd@stupidchicken.com>
19720
19721 * net/network-stream.el (network-stream-open-starttls):
19722 Improve detection of failure due to lack of TLS support.
19723
19724 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
19725 putting the input text in front and in bold.
19726
19727 2011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
19728
19729 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
19730
19731 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
19732 empty buffer.
19733
19734 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
19735 unread-command-events rather than pushing yet-another event.
19736
19737 2011-10-14 Eli Zaretskii <eliz@gnu.org>
19738
19739 * mail/sendmail.el (sendmail-query-once): Improve the wording of
19740 the explanation of the possible choices. Make the options passed
19741 to completing-read shorter.
19742
19743 2011-10-13 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
19744
19745 * textmodes/flyspell.el (flyspell-large-region): Make sure
19746 extended character mode is used if defined (Bug#1339).
19747
19748 2011-10-13 Eli Zaretskii <eliz@gnu.org>
19749
19750 * simple.el (what-cursor-position): Fix the display of the
19751 character info for LRE, LRO, RLE, and RLO characters by appending
19752 an invisible PDF.
19753
19754 2011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
19755
19756 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
19757 even in case of error; add debug spec; simplify data flow.
19758 (with-timeout-handler): Remove.
19759
19760 2011-10-12 Michael Albinus <michael.albinus@gmx.de>
19761
19762 Fix Bug#6019, Bug#9315.
19763
19764 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
19765 complete `buffer-file-name', the local file name part could look
19766 remotely (for example on VMS).
19767
19768 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
19769 `tramp-run-real-handler'.
19770 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
19771 already quoted by '"'.
19772
19773 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
19774 Let `file-name-handler-alist' be nil, the local file name part
19775 could look remotely (for example on VMS).
19776
19777 2011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
19778
19779 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
19780 from here...
19781 (flyspell-post-command-hook): ...to here.
19782
19783 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
19784
19785 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
19786 if not needed.
19787 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
19788 using completion. Protect against "slow" callers.
19789 Remove the "message hack".
19790
19791 2011-10-11 Juri Linkov <juri@jurta.org>
19792
19793 * isearch.el (isearch-lazy-highlight-word): New variable.
19794 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
19795 Use it. (Bug#9727)
19796
19797 2011-10-11 Glenn Morris <rgm@gnu.org>
19798
19799 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
19800 like f90-previous-statement does.
19801
19802 2011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
19803
19804 * eshell/eshell.el (eshell-command): History should be saved
19805 only in interactive use, to avoid error.
19806
19807 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
19808
19809 * minibuffer.el (completion-file-name-table): Fix last change,
19810 i.e. ignore normal errors but not the other ones.
19811
19812 2011-10-10 Martin Rudalics <rudalics@gmx.at>
19813
19814 * window.el (special-display-buffer-names)
19815 (special-display-regexps): Remove some remnants of earlier
19816 changes from doc-strings.
19817 (quit-windows-on): New function.
19818
19819 * vc/vc.el (vc-revert, vc-rollback):
19820 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
19821 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
19822 (Bug#6183) (Bug#7074) (Bug#7447)
19823
19824 2011-10-09 Martin Rudalics <rudalics@gmx.at>
19825
19826 * window.el (frame-auto-hide-function): Add version tag.
19827 (Bug#9699)
19828
19829 2011-10-09 Michael Albinus <michael.albinus@gmx.de>
19830
19831 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
19832 condition.
19833
19834 2011-10-09 Leo Liu <sdl.web@gmail.com>
19835
19836 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
19837 (Bug#9701)
19838
19839 2011-10-08 Glenn Morris <rgm@gnu.org>
19840
19841 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
19842 before the first code statement zero indent. (Bug#9690)
19843
19844 2011-10-08 Chong Yidong <cyd@stupidchicken.com>
19845
19846 * simple.el (count-words-region): Always count in the region.
19847 Report the number of lines and characters too.
19848 (count-words): New command, which counts in the buffer if the
19849 region is inactive, as count-words-region used to.
19850 (count-words--message): New function. Handle plurals.
19851 (count-lines-region): Make it an alias for count-words-region.
19852
19853 * bindings.el (esc-map): Replace count-lines-region with
19854 count-words-region.
19855
19856 2011-10-08 Martin Rudalics <rudalics@gmx.at>
19857
19858 * window.el (window--delete): Delete dedicated frame
19859 unconditionally when argument KILL is non-nil. (Bug#9699)
19860 (switch-to-buffer): Fix doc-string typo.
19861
19862 2011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
19863
19864 * eshell/eshell.el (eshell-command): Avoid using hooks.
19865
19866 2011-10-07 Chong Yidong <cyd@stupidchicken.com>
19867
19868 * bindings.el ([M-left],[M-right]): Bind to left-word and
19869 right-word respectively.
19870
19871 2011-10-07 Glenn Morris <rgm@gnu.org>
19872
19873 * cus-start.el (debug-on-quit): Fix custom type.
19874
19875 2011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
19876
19877 * subr.el (define-key-after): Clarify that the function is not
19878 useful for non-menu keymaps.
19879
19880 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
19881
19882 2011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
19883
19884 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
19885 in current minibuffer (Fix bug with recursive minibuffers).
19886
19887 2011-10-06 Chong Yidong <cyd@stupidchicken.com>
19888
19889 * progmodes/gdb-mi.el (gdb): Doc fix.
19890
19891 2011-10-05 Martin Rudalics <rudalics@gmx.at>
19892
19893 * window.el (frame-auto-hide-function): New option replacing
19894 frame-auto-delete. Suggested by Stefan Monnier.
19895 (window--delete): Call frame-auto-hide-function instead of
19896 investigating frame-auto-delete.
19897 (window-point-1, set-window-point-1): New functions.
19898 (window-in-direction, record-window-buffer, window-state-get-1)
19899 (display-buffer-record-window): Use window-point-1 instead of
19900 window-point.
19901 (set-window-buffer-start-and-point): Use set-window-point-1.
19902
19903 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
19904
19905 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
19906
19907 2011-10-05 Glenn Morris <rgm@gnu.org>
19908
19909 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
19910 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
19911
19912 2011-10-05 Leo Liu <sdl.web@gmail.com>
19913
19914 * subr.el (read-char-choice): Fix argument to buffer-live-p which
19915 works with buffer object.
19916
19917 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
19918
19919 * mpc.el (mpc-tool-bar-map): Add labels.
19920
19921 2011-10-04 Glenn Morris <rgm@gnu.org>
19922
19923 * calendar/holidays.el (calendar-check-holidays): Doc fix.
19924
19925 2011-10-04 Martin Rudalics <rudalics@gmx.at>
19926
19927 * window.el (window--delete): New function.
19928 (frame-auto-delete): Resuscitate option.
19929 (bury-buffer, replace-buffer-in-windows)
19930 (quit-window): Rewrite using window--delete.
19931 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
19932 Pass display-buffer-mark-dedicated to window--display-buffer-2
19933 (Bug#9639).
19934
19935 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
19936
19937 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
19938 returns a list (bug#9554). Add remote file name completion.
19939 * comint.el (comint--table-subvert): Curry and get quote&unquote
19940 functions as arguments.
19941 (comint--complete-file-name-data): Adjust call accordingly.
19942 * pcomplete.el (pcomplete--table-subvert): Remove.
19943 (pcomplete-completions-at-point): Use comint--table-subvert instead.
19944
19945 * minibuffer.el (completion-table-case-fold): Use currying.
19946 (completion--styles-type, completion--cycling-threshold-type):
19947 New constants.
19948 (completion-styles, completion-category-overrides)
19949 (completion-cycle-threshold): Use them.
19950 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
19951 completion-table-case-fold.
19952
19953 2011-10-03 Stephen Berman <stephen.berman@gmx.net>
19954
19955 * minibuffer.el (completion-category-overrides): Fix type of styles
19956 and add more user friendly tags (bug#9660).
19957
19958 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
19959
19960 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
19961 (mule-input-method-string): New widget.
19962 (default-input-method, language-info-custom-alist): Use it.
19963
19964 2011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
19965
19966 * pcomplete.el: Require comint.
19967 (pcomplete--common-suffix): Remove.
19968 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
19969 (pcomplete--table-subvert): Sync with comint--table-subvert.
19970 (pcomplete--entries): Use comint-completion-file-name-table.
19971 * comint.el (comint-unquote-filename): Simplify.
19972 (comint-completion-file-name-table): New function (bug#9616).
19973 (comint--complete-file-name-data): Use it.
19974
19975 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
19976 (pcmpl-gnu-tar-buffer): Remove.
19977 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
19978 around. Make sure pcomplete-suffix-list is only changed temporarily.
19979 Don't look inside the tar's file if it's too large.
19980
19981 2011-10-01 Chong Yidong <cyd@stupidchicken.com>
19982
19983 * cus-edit.el (custom-mode-map):
19984 * epa.el (epa-key-list-mode-map):
19985 * man.el (Man-mode-map):
19986 * startup.el (splash-screen-keymap):
19987 * simple.el (special-mode-map): Use scroll-up-command and
19988 scroll-down-command.
19989
19990 * progmodes/idlw-help.el (idlwave-help-mode-map):
19991 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
19992 * net/newst-plainview.el (newsticker-mode-map):
19993 * emulation/ws-mode.el (wordstar-mode-map):
19994 * emulation/vi.el (vi-com-map):
19995 * calc/calc-graph.el (calc-graph-show-dumb):
19996 * term/sun.el (terminal-init-sun):
19997 * term/ns-win.el (global-map):
19998 * progmodes/grep.el (grep-mode-map):
19999 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
20000 * mail/rmail.el (rmail-mode-map):
20001 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
20002
20003 * custom.el (custom-safe-themes, load-theme): Treat value of t for
20004 custom-safe-themes as special.
20005
20006 2011-10-01 Julien Danjou <julien@danjou.info>
20007
20008 * notifications.el (notifications-notify): Fix docstring.
20009
20010 2011-10-01 Per Starbäck <per@starback.se>
20011
20012 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
20013
20014 2011-09-30 Martin Rudalics <rudalics@gmx.at>
20015
20016 * startup.el (command-line-1): Fix last fix by inserting
20017 initial-scratch-message into *scratch* before displaying it.
20018 (Bug#9605) and (Bug#9636)
20019
20020 2011-09-29 Eli Zaretskii <eliz@gnu.org>
20021
20022 * simple.el (line-move): If auto-hscroll-mode is disabled and the
20023 window is hscrolled, move by logical lines. (Bug#9607)
20024 (line-move-visual): Update the doc string to the above effect.
20025
20026 2011-09-29 Martin Rudalics <rudalics@gmx.at>
20027
20028 * window.el (display-buffer-record-window): When WINDOW is the
20029 selected window use `point' instead of `window-point'. (Bug#9626)
20030
20031 * startup.el (command-line-1): Use insert-before-markers when
20032 inserting initial-scratch-message. (Bug#9605)
20033
20034 * help.el (help-window): Remove variable.
20035
20036 2011-09-29 Glenn Morris <rgm@gnu.org>
20037
20038 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
20039
20040 2011-09-29 Juanma Barranquero <lekktu@gmail.com>
20041
20042 * descr-text.el (describe-char-categories): Accept category
20043 descriptions more than one line long.
20044
20045 2011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
20046
20047 * simple.el (delete-trailing-whitespace): Fix last change.
20048
20049 * progmodes/perl-mode.el (perl-syntax-propertize-function):
20050 Don't confuse "y => 3" as the beginning of a `y' operation.
20051
20052 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
20053 object has more than 4 slots (bug#9613).
20054
20055 2011-09-28 Juanma Barranquero <lekktu@gmail.com>
20056
20057 * subr.el (with-output-to-temp-buffer):
20058 * net/quickurl.el (quickurl, quickurl-browse-url):
20059 Fix typos in docstrings.
20060
20061 2011-09-27 Eli Zaretskii <eliz@gnu.org>
20062
20063 * minibuffer.el (completion-styles)
20064 (completion-category-overrides): Cross reference each other in doc
20065 strings.
20066
20067 2011-09-27 Glenn Morris <rgm@gnu.org>
20068
20069 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
20070 to split-string. (Bug#9606)
20071
20072 2011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
20073
20074 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
20075 (bug#9615).
20076
20077 2011-09-27 Chong Yidong <cyd@stupidchicken.com>
20078
20079 * emacs-lisp/package.el (list-packages): Fix echo area message.
20080
20081 2011-09-27 Leo Liu <sdl.web@gmail.com>
20082
20083 * ido.el (ido-read-internal): Accept cons cell HIST arg.
20084
20085 2011-09-25 Michael Albinus <michael.albinus@gmx.de>
20086
20087 * net/dbus.el (dbus-unregister-object): Don't release services for
20088 registered signals. (Bug#9581)
20089
20090 2011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
20091
20092 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
20093 function that picks between cfengine 2 and 3 support
20094 automatically. Update docs accordingly.
20095
20096 2011-09-22 Kenichi Handa <handa@m17n.org>
20097
20098 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
20099 ZERO.
20100 (indian-itrans-v5-table-for-tamil): New variable.
20101 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
20102
20103 2011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
20104
20105 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
20106 that's true if the current command involved collapsing of text.
20107 It's reset to false at the beginning of the next command.
20108 (allout-post-command-business): Move the cursor to the beginning
20109 of entry if the cursor is hidden and collapsing activity just
20110 happened.
20111
20112 2011-09-24 Chong Yidong <cyd@stupidchicken.com>
20113
20114 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
20115 tracking (Bug#9541).
20116
20117 2011-09-24 Ulf Jasper <ulf.jasper@web.de>
20118
20119 * net/newst-reader.el (newsticker-html-renderer)
20120 (newsticker-show-news): Automatically load html rendering package
20121 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
20122 because w3m-fill-column is let-bound" and the error "Symbol's value
20123 as variable is void: w3m-fill-column".
20124
20125 2011-09-24 Michael Albinus <michael.albinus@gmx.de>
20126
20127 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
20128 Release services only if they are defined. (Bug#9581)
20129
20130 2011-09-23 Richard Stallman <rms@gnu.org>
20131
20132 * textmodes/paragraphs.el (forward-sentence): For backwards case,
20133 distinguish start of paragraph from start of its text.
20134
20135 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
20136
20137 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
20138 (rmail-generate-viewer-buffer): Put that hook on view buffer.
20139 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
20140
20141 2011-09-23 Andreas Schwab <schwab@linux-m68k.org>
20142
20143 * international/mule-diag.el (mule-diag): Insert a newline after
20144 each fontset description.
20145
20146 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
20147
20148 * simple.el (delete-trailing-whitespace):
20149 Document last change; simplify.
20150
20151 2011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
20152
20153 * simple.el (delete-trailing-whitespace): Also delete
20154 extra newlines at the end of the buffer.
20155
20156 * textmodes/picture.el: Make motion commands obey shift-select-mode.
20157 (picture-newline): Use forward-line so as to ignore fields.
20158
20159 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
20160
20161 * subr.el (with-wrapper-hook): Fix edebug spec.
20162
20163 2011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
20164
20165 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
20166 (bug#4538).
20167
20168 2011-09-23 Michael Albinus <michael.albinus@gmx.de>
20169
20170 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
20171 Fix nasty bug using wrong cached values.
20172
20173 2011-09-23 Alan Mackenzie <acm@muc.de>
20174
20175 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
20176
20177 2011-09-23 Chong Yidong <cyd@stupidchicken.com>
20178
20179 * window.el (pop-to-buffer): Ensure right window is selected if we
20180 chose another frame.
20181
20182 2011-09-22 Eli Zaretskii <eliz@gnu.org>
20183
20184 * simple.el (what-cursor-position): Use get-char-property-change
20185 and next-single-char-property-change, to be able to show display
20186 properties that come from overlays as well as text properties.
20187
20188 2011-09-22 Chong Yidong <cyd@stupidchicken.com>
20189
20190 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
20191
20192 * cmuscheme.el (run-scheme, switch-to-scheme):
20193 * cus-edit.el (customize-group, custom-buffer-create)
20194 (customize-browse):
20195 * info.el (info):
20196 * shell.el (shell):
20197 * mail/sendmail.el (mail):
20198 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
20199
20200 2011-09-22 Richard Stallman <rms@gnu.org>
20201
20202 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
20203 move back only to line beg, don't move back over blank lines.
20204
20205 2011-09-22 Michael Albinus <michael.albinus@gmx.de>
20206
20207 * files.el (copy-directory): Set directory attributes only in case
20208 they could be retrieved from the source directory. (Bug#9565)
20209
20210 2011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
20211
20212 * progmodes/hideshow.el (hs-looking-at-block-start-p)
20213 (hs-find-block-beginning, hs-hide-level-recursive):
20214 Ignore strings as well as comments. (Bug#9502)
20215
20216 2011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
20217
20218 * progmodes/sql.el (sql-comint-postgres):
20219 Convert port number to a string. (Bug#9566)
20220
20221 2011-09-22 Martin Rudalics <rudalics@gmx.at>
20222
20223 * window.el (quit-window): Undedicate window when switching to
20224 previous buffer. Reported by Thierry Volpiatto
20225 <thierry.volpiatto@gmail.com>.
20226 (special-display-popup-frame): When popping up a new frame reset
20227 its previous buffers to nil. Simplify code.
20228
20229 2011-09-21 Michael Albinus <michael.albinus@gmx.de>
20230
20231 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
20232 and process filter, as done also in `shell-command'.
20233
20234 2011-09-21 Martin Rudalics <rudalics@gmx.at>
20235
20236 * window.el (set-window-buffer-start-and-point):
20237 Call set-window-start with NOFORCE argument t.
20238 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
20239 (quit-window): Reword doc-string. Handle new format of
20240 quit-restore parameter. Don't delete window if it has a
20241 previous buffer we can show instead of the present one.
20242 (display-buffer-record-window): Rewrite using a new format for
20243 the quit-restore window parameter
20244 (special-display-popup-frame, display-buffer-same-window)
20245 (display-buffer-reuse-window, display-buffer-pop-up-frame)
20246 (display-buffer-pop-up-window, display-buffer-use-some-window):
20247 Adapt symbol passed to display-buffer-record-window.
20248 * help.el (help-window-setup): Handle new format of quit-restore
20249 parameter.
20250
20251 2011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
20252
20253 * faces.el (face-list): Fix docstring (bug#9564).
20254
20255 * window.el (display-buffer--action-function-custom-type):
20256 Don't include internal functions in the Custom interface.
20257
20258 2011-09-20 Juri Linkov <juri@jurta.org>
20259
20260 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
20261 (Info-forward-node, Info-backward-node, Info-next-preorder)
20262 (Info-last-preorder): Use it. (Bug#9528)
20263
20264 2011-09-20 Juri Linkov <juri@jurta.org>
20265
20266 * info.el (Info-last-preorder): Visit last menu item only when
20267 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
20268
20269 2011-09-20 Julien Danjou <julien@danjou.info>
20270
20271 * password-cache.el (password-cache-remove): Remove entries even if the
20272 value is nil, so that password with a nil value (negative caching) is
20273 possible to invalidate.
20274
20275 2011-09-20 Lawrence Mitchell <wence@gmx.li>
20276
20277 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
20278 all whitespace around breakpoint. (Bug#9553)
20279 (f90-find-breakpoint): Only break at whitespace inside a comment.
20280
20281 2011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
20282
20283 * minibuffer.el (completion-file-name-table): Keep track of errors.
20284 (completion-table-with-predicate): Handle the case where pred1 is nil.
20285 * pcomplete.el (pcomplete-completions-at-point): Simplify.
20286
20287 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
20288
20289 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
20290 (debugger-return-value): Signal an error if the debugging context does
20291 not await any return value.
20292
20293 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
20294 * image-mode.el (image-toggle-display-text)
20295 (image-toggle-display-image): Stay away from evil `intangible'.
20296
20297 2011-09-19 Leo Liu <sdl.web@gmail.com>
20298
20299 * replace.el (occur-revert-arguments): Make it permanent-local.
20300 (occur-mode): Don't call font-lock-defontify.
20301
20302 2011-09-19 Chong Yidong <cyd@stupidchicken.com>
20303
20304 * net/ldap.el (ldap-search-internal): Don't push empty search
20305 result (Bug#9508).
20306
20307 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
20308
20309 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
20310
20311 2011-09-19 Michael Albinus <michael.albinus@gmx.de>
20312
20313 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
20314 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
20315
20316 2011-09-18 Juri Linkov <juri@jurta.org>
20317
20318 * buff-menu.el (Buffer-menu-mode-map):
20319 * dired.el (dired-mode-map):
20320 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
20321 (lisp-interaction-mode-map):
20322 * emacs-lisp/package.el (package-menu-mode-map):
20323 * epa.el (epa-key-list-mode-map):
20324 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
20325 (menu-bar-options-menu):
20326 * outline.el (outline-mode-menu-bar-map):
20327 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
20328 * vc/vc-dir.el (vc-dir-menu-map):
20329 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
20330 Capitalize non-function content words in menu item strings.
20331
20332 * dired.el (dired-mode-map): Add menu item for
20333 `image-dired-dired-toggle-marked-thumbs'.
20334
20335 2011-09-18 Juri Linkov <juri@jurta.org>
20336
20337 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
20338 to `isearch-case-fold-search' and restore its original value
20339 after the `isearch-mode' call.
20340
20341 2011-09-18 Juri Linkov <juri@jurta.org>
20342
20343 * progmodes/grep.el (grep-process-setup): Don't check code for 1
20344 because `zgrep' returns 1 for successful matches (bug#9226).
20345
20346 2011-09-18 Juri Linkov <juri@jurta.org>
20347
20348 * info.el (Info-extract-menu-node-name): Check the second match
20349 for empty string (second test-case of bug#9528).
20350 (Info-last-preorder): Let-bind `Info-history' to nil to not add
20351 intermediate nodes to the history (first test-case of bug#9528).
20352
20353 2011-09-18 Juri Linkov <juri@jurta.org>
20354
20355 * info.el (Info-mode-syntax-table): New variable.
20356 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
20357
20358 2011-09-18 Juri Linkov <juri@jurta.org>
20359
20360 * info.el (Info-file-supports-index-cookies):
20361 Increment line-beginning-position's arg from 3 to 4 because makeinfo
20362 outputs one more line for long file names (bug#4142).
20363
20364 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
20365
20366 * newcomment.el (comment-normalize-vars): If prompting for
20367 comment-start, set comment-start-skip too (Bug#8424).
20368
20369 2011-09-18 Johan BockgĂ¥rd <bojohan@gnu.org>
20370
20371 * icomplete.el: Fix previous fix of Bug#5849.
20372 (icomplete-mode): Don't set completion-show-inline-help.
20373 (icomplete-minibuffer-setup): Set completion-show-inline-help
20374 locally during icompletion.
20375
20376 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
20377
20378 * woman.el (woman2-process-escapes): Don't delete unrecognized
20379 escapes (Bug#7843).
20380
20381 * files.el (inhibit-first-line-modes-regexps): Add image files.
20382 (hack-local-variables-prop-line): Return nil for malformed
20383 prop-lines (Bug#9044).
20384
20385 2011-09-18 Michael Albinus <michael.albinus@gmx.de>
20386
20387 * net/tramp.el (top): Don't require 'shell.
20388 (tramp-methods): Fix docstring.
20389 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
20390 Return complete remote file name. Handle "smb" case.
20391 Use `tramp-tmpdir', if defined for the respective method.
20392 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
20393
20394 * net/tramp-compat.el (top): Require 'shell.
20395
20396 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
20397 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
20398 `tramp-current-host'.
20399 (tramp-get-remote-tmpdir): Remove.
20400
20401 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
20402 `tramp-tmpdir' entries.
20403 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
20404 (tramp-smb-handle-file-attributes): Ignore errors.
20405 (tramp-smb-wait-for-output): Check also for process end.
20406
20407 2011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
20408
20409 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
20410 when sending QUIT (bug#9312).
20411
20412 2011-09-17 Chong Yidong <cyd@stupidchicken.com>
20413
20414 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
20415 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
20416 occur-mode-display-occurrence.
20417 (occur-edit-mode): Add usage message.
20418 (occur-cease-edit): New command.
20419 (occur-after-change-function): Use text properties to find the
20420 position of the prefix text.
20421 (occur-engine): Set stickiness of prefix text properties.
20422
20423 2011-09-17 Glenn Morris <rgm@gnu.org>
20424
20425 * progmodes/etags.el (complete-tag):
20426 Fix call to completion-in-region. (Bug#9526)
20427
20428 2011-09-17 Juri Linkov <juri@jurta.org>
20429
20430 * textmodes/ispell.el (ispell-word): Add to the error message
20431 the word, ispell program name and current dictionary (bug#9121).
20432 (ispell-tex-arg-end): Capitalize "error" in the error message.
20433
20434 2011-09-17 Andreas Schwab <schwab@linux-m68k.org>
20435
20436 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
20437 check. (Bug#4251)
20438
20439 2011-09-17 Juri Linkov <juri@jurta.org>
20440
20441 * window.el (window-safe-min-height, window-safe-min-width):
20442 Fix typos (followup to bug#9522).
20443
20444 2011-09-17 Sven Joachim <svenjoac@gmx.de>
20445
20446 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
20447
20448 2011-09-16 Eli Zaretskii <eliz@gnu.org>
20449
20450 * simple.el (line-move): If goal-column is set, move by logical
20451 lines, not by display lines. (Bug#971)
20452 (next-line, previous-line, goal-column, line-move-visual): Doc fix
20453 to reflect the above change.
20454
20455 2011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
20456
20457 * image.el (imagemagick-register-types): Use regexp-opt.
20458
20459 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
20460
20461 * window.el (display-buffer-base-action): Rename from
20462 display-buffer-default-action. Make default value empty.
20463 (display-buffer-overriding-action): Convert to defvar.
20464 (display-buffer-fallback-action): New var.
20465
20466 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
20467
20468 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
20469 declaration.
20470 (package--add-to-archive-contents): If there is a duplicate entry
20471 with an older version, remove it.
20472 (package-menu-mark-delete, package-menu-mark-install)
20473 (package-menu-mark-unmark): Make unused args optional.
20474 (package-menu-mark-obsolete-for-deletion):
20475 Use package-menu-get-status instead of a regexp search.
20476 (package-menu-get-status): Use tabulated-list-entry.
20477 (package-menu-mark-upgrades): New command.
20478 (package-menu-mode-map): Bind it to U. Add it to menu bar.
20479 (package-menu-execute): Do installation before deletion.
20480 (package-menu-refresh, package-menu-execute): Use derived-mode-p
20481 instead of checking major-mode.
20482 (package-menu--find-upgrades): New function.
20483
20484 2011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
20485
20486 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
20487 passwords in the log buffer.
20488 (smtpmail-process-filter): Update the process marker so that the
20489 "broken by peer" status message is inserted in the right place.
20490
20491 2011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
20492
20493 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
20494 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
20495 bibtex-completion-at-point-function.
20496 (bibtex-completion-at-point-function): Use them.
20497
20498 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
20499
20500 * mpc.el (mpc-constraints-tag-lookup): New function.
20501 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
20502 also to browser "album|playlist".
20503
20504 2011-09-14 Juri Linkov <juri@jurta.org>
20505
20506 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
20507 (isearch-edit-string): Use length of `isearch-string' when
20508 `isearch-fail-pos' returns nil.
20509 (isearch-message): Remove duplicate code and call
20510 `isearch-fail-pos' with arg `t'.
20511
20512 2011-09-14 Chong Yidong <cyd@stupidchicken.com>
20513
20514 * replace.el (occur-mode-goto-occurrence): Don't force using other
20515 window (Bug#9499).
20516
20517 * dired-aux.el (dired-do-chmod): Don't provide initial input.
20518
20519 2011-09-14 Martin Rudalics <rudalics@gmx.at>
20520
20521 * window.el (display-buffer-window): Remove.
20522 (display-buffer-record-window): Use help-setup window parameter
20523 instead of variable display-buffer-window.
20524 (display-buffer-function, special-display-buffer-names)
20525 (special-display-function): Mention help-setup parameter instead
20526 of display-buffer-window in doc-string.
20527 * help.el (help-window-setup): New argument help-window.
20528 Use help-window-setup parameter instead of display-buffer-window.
20529 Reword some messages.
20530 (with-help-window): Pass window used for displaying the buffer
20531 to help-window-setup. Don't set display-buffer-window.
20532
20533 2011-09-13 Glenn Morris <rgm@gnu.org>
20534
20535 * emacs-lisp/debug.el (debugger-make-xrefs):
20536 Preserve point. (Bug#9462)
20537
20538 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
20539
20540 * window.el (window-deletable-p): Use next-frame.
20541
20542 2011-09-13 Martin Rudalics <rudalics@gmx.at>
20543
20544 * window.el (window-auto-delete): Remove.
20545 (window-deletable-p): Remove argument FORCE. Don't deal with
20546 dedication and previous buffers.
20547 (switch-to-prev-buffer): Don't delete window.
20548 (delete-windows-on): Delete a window's frame if and only if the
20549 window is dedicated.
20550 (replace-buffer-in-windows): Delete buffer's window or frame if
20551 and only if window is dedicated.
20552 (quit-window): Handle quit-restore as before last change.
20553 (bury-buffer): Delete window only if window-deletable-p returns t.
20554
20555 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
20556
20557 * window.el (window-deletable-p): Never delete the last frame on a
20558 given terminal.
20559
20560 2011-09-13 Glenn Morris <rgm@gnu.org>
20561
20562 * help.el (describe-key-briefly): Copy previous standard-output change.
20563
20564 2011-09-13 PJ Weisberg <pj@irregularexpressions.net>
20565
20566 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
20567
20568 2011-09-13 Glenn Morris <rgm@gnu.org>
20569
20570 * emacs-lisp/lisp-mode.el (lisp-indent-function):
20571 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
20572
20573 2011-09-12 Chong Yidong <cyd@stupidchicken.com>
20574
20575 * dired-aux.el (dired-mark-read-string): Don't return default
20576 value on empty input (Bug#9361).
20577 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
20578 Omit initial minibuffer contents.
20579 (dired-do-chmod): Signal an error on empty input.
20580 (dired-mark-read-string): Don't return default on empty input.
20581
20582 * files.el (file-modes-symbolic-to-number): Doc fix.
20583
20584 2011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
20585
20586 * international/mule-cmds.el (ucs-completions): Remove.
20587 (read-char-by-name): Use complete-with-action instead; add metadata.
20588
20589 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
20590
20591 * window.el (display-buffer--action-function-custom-type)
20592 (display-buffer--action-custom-type): New vars.
20593 (display-buffer-alist, display-buffer-default-action)
20594 (display-buffer-overriding-action): Add defcustom types.
20595
20596 * frame.el (delete-other-frames): Doc fix (Bug#276).
20597
20598 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
20599
20600 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
20601
20602 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
20603
20604 Change modes that used same-window-* vars to use switch-to-buffer.
20605
20606 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
20607 Use switch-to-buffer.
20608
20609 * cus-edit.el (customize-group, custom-buffer-create)
20610 (customize-browse, custom-buffer-create-other-window):
20611 Use switch-to-buffer or switch-to-buffer-other-window.
20612
20613 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
20614 (Info-prev, Info-up, Info-speedbar-goto-node)
20615 (info-display-manual): Use switch-to-buffer.
20616 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
20617
20618 * mail/sendmail.el (mail): Use switch-to-buffer.
20619 (mail-recover): Use switch-to-buffer-other-window.
20620
20621 * cmuscheme.el (run-scheme, switch-to-scheme):
20622 * ielm.el (ielm):
20623 * shell.el (shell):
20624 * net/rlogin.el (rlogin):
20625 * net/telnet.el (telnet, rsh):
20626 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
20627
20628 2011-09-11 Andreas Schwab <schwab@linux-m68k.org>
20629
20630 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
20631
20632 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
20633
20634 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
20635 so don't mention it (bug#9301).
20636 (dired-sort-toggle-or-edit): Clarify string further.
20637
20638 * faces.el (face-spec-set-match-display): Make `(type graphic)'
20639 match `x', `w32' and `ns', like the manual says (bug#9029).
20640
20641 * subr.el (eval-after-load): Doc string clarification (bug#9125).
20642 (process-kill-buffer-query-function): Mention the buffer name in
20643 the query.
20644
20645 * image-mode.el (image-next-line): The line parameter is mandatory
20646 (bug#9258).
20647
20648 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
20649 which can be useful (bug#9301).
20650
20651 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
20652
20653 * subr.el (match-string): Mention that the current buffer should
20654 be the same as the search was done in (bug#9282).
20655
20656 * facemenu.el: Disable the remove-* commands if the mark isn't
20657 active (bug#9162).
20658
20659 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
20660
20661 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
20662 of display-buffer.
20663 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
20664
20665 * replace.el (occur-mode-goto-occurrence)
20666 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
20667 and display-buffer.
20668
20669 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
20670 display-buffer.
20671
20672 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
20673 special-display and same-window variables.
20674 (mail-other-window): Use switch-to-buffer-other-window.
20675 (mail-other-frame): USe switch-to-buffer-other-frame.
20676
20677 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
20678 Use display-buffer-other-frame.
20679 (gdb-display-gdb-buffer): Use pop-to-buffer.
20680
20681 * progmodes/gud.el (gud-goto-info): Use info-other-window.
20682
20683 * progmodes/python.el: Don't set same-window-buffer-names.
20684
20685 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
20686
20687 * window.el (display-buffer-alist): Add *Python*.
20688
20689 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
20690
20691 * window.el (display-buffer-alist): Add entry for buffers
20692 previously handled same-window-*.
20693 (display-buffer-alist, display-buffer-default-action)
20694 (display-buffer-overriding-action): Mark as risky.
20695 (display-buffer-alist): Document action function changes.
20696 (display-buffer--same-window-action)
20697 (display-buffer--other-frame-action): New variables.
20698 (switch-to-buffer, display-buffer-other-frame): Use them.
20699 (display-buffer): Rename reuse-frame entry to reusable-frames.
20700 (display-buffer-reuse-selected-window): Function deleted.
20701 (display-buffer-reuse-window): Handle reusable-frames alist entry.
20702 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
20703 (display-buffer-special): New function.
20704 (display-buffer--maybe-pop-up-frame-or-window): Rename from
20705 display-buffer-reuse-or-pop-window. Split off special-display
20706 part into display-buffer-special.
20707 (display-buffer-use-some-window): Don't perform any special
20708 pop-up-frames handling.
20709 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
20710 (display-buffer--maybe-same-window): Rename from
20711 display-buffer-maybe-same-window.
20712
20713 * info.el: Don't set same-window-regexps.
20714 (info-setup): New function.
20715 (info-other-window, info): Call it.
20716
20717 * cus-edit.el: Don't set same-window-regexps.
20718 (customize-group): New argument.
20719 (customize-group-other-window): Use it.
20720 (customize-face, customize-face-other-window): Likewise.
20721 (custom-buffer-create-other-window): Use pop-to-buffer directly.
20722
20723 * net/rlogin.el:
20724 * net/telnet.el:
20725 * progmodes/gud.el: Don't set same-window-regexps.
20726
20727 * cmuscheme.el:
20728 * ielm.el:
20729 * shell.el:
20730 * mail/sendmail.el:
20731 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
20732
20733 2011-09-10 Juri Linkov <juri@jurta.org>
20734
20735 * isearch.el (isearch-edit-string): Remove obsolete mention of
20736 `C-w' (`isearch-yank-word-or-char') from docstring.
20737 (isearch-query-replace): Fix typo in docstring (bug#9466).
20738
20739 2011-09-10 Juri Linkov <juri@jurta.org>
20740
20741 * paren.el (show-paren-function): Don't show escaped parens.
20742 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
20743
20744 2011-09-10 Eli Zaretskii <eliz@gnu.org>
20745
20746 * mail/sendmail.el (mml-to-mime, mml-attach-file)
20747 (mm-default-file-encoding): Remove autoload forms, they are
20748 replaced with autoload cookies in mml.el and mm-encode.el.
20749 (mail-add-attachment): New command.
20750 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
20751 (mail-mode): Mention mail-insert-file and mail-add-attachment in
20752 the doc string.
20753 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
20754
20755 2011-09-10 Reuben Thomas <rrt@sc3d.org>
20756
20757 * simple.el (count-words-region): Use buffer if there's no region
20758 (bug#9429).
20759
20760 2011-09-09 Juri Linkov <juri@jurta.org>
20761
20762 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
20763 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
20764 (wdired-isearch-filter-read-only): New function. (Bug#6362)
20765
20766 2011-09-09 Alan Mackenzie <acm@muc.de>
20767
20768 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
20769 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
20770
20771 2011-09-09 Eli Zaretskii <eliz@gnu.org>
20772
20773 Fix for Savannah bug#9392.
20774 * simple.el (mail-encode-mml): New defvar.
20775
20776 * mail/rmail.el (mail-encode-mml): Add a defvar.
20777 (rmail-enable-mime-composing): Default to t.
20778 (rmail-forward): Use MIME method of forwarding only if both
20779 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
20780 Set mail-encode-mml non-nil if the MIME method was used.
20781
20782 * mail/sendmail.el (mml-to-mime): Add autoload form.
20783 (mail-encode-mml): Add a defvar.
20784 (mail-mode): Make mail-encode-mml buffer-local and initialize it
20785 to nil.
20786 (mail-send): If mail-encode-mml is non-nil, run the outgoing
20787 message through mml-to-mime, and reset mail-encode-mml to nil.
20788
20789 2011-09-09 Glenn Morris <rgm@gnu.org>
20790
20791 * woman.el (woman-if-body): When processing an .el block,
20792 do not delete the next .el block as well. (Bug#9447)
20793 (woman-special-characters): Add oq, cq, and hy characters.
20794
20795 2011-09-08 Martin Rudalics <rudalics@gmx.at>
20796
20797 * window.el (window-deletable-p): Make sure window is live before
20798 invoking window-prev-buffers.
20799
20800 2011-09-08 Leo Liu <sdl.web@gmail.com>
20801
20802 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
20803
20804 2011-09-08 Juri Linkov <juri@jurta.org>
20805
20806 * progmodes/compile.el (compilation-environment): Make it
20807 a defcustom (bug#8340).
20808
20809 2011-09-08 Martin Rudalics <rudalics@gmx.at>
20810
20811 * window.el (frame-auto-delete): Rename to window-auto-delete.
20812 Make it control auto-deletion of windows and/or frames.
20813 (window-deletable-p): New argument FORCE. Rewrite conditions
20814 for deleting window/frame. (Bug#9419)
20815 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
20816 Rewrite handling of case when window/frame can be deleted.
20817 (delete-windows-on): Call window-deletable-p with new FORCE
20818 argument t. (Bug#9456)
20819
20820 2011-09-07 Chong Yidong <cyd@stupidchicken.com>
20821
20822 * help-mode.el (help-mode): Restore autoload.
20823
20824 2011-09-07 Juri Linkov <juri@jurta.org>
20825
20826 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
20827 `compilation-environment'. Set buffer-local
20828 `compilation-environment' to `thisenv' later after (funcall mode).
20829 (Bug#8340)
20830
20831 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
20832 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
20833 instead of replacing its value. (Bug#8340)
20834
20835 2011-09-07 Juri Linkov <juri@jurta.org>
20836
20837 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
20838 based on text properties put by `grep-filter' instead of matching
20839 escape sequences.
20840 (grep-mode): Set buffer-local `compilation-error-screen-columns'
20841 to the value of `grep-error-screen-columns' (bug#9438).
20842
20843 2011-09-07 Juri Linkov <juri@jurta.org>
20844
20845 * simple.el (next-error-highlight, next-error-highlight-no-select):
20846 Doc fix (bug#9432).
20847
20848 2011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
20849
20850 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
20851 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
20852
20853 2011-09-07 Leo Liu <sdl.web@gmail.com>
20854
20855 * net/rcirc.el (rcirc-mode): Conditionally initialize
20856 rcirc-input-ring.
20857
20858 2011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
20859
20860 * emacs-lisp/find-func.el (find-function-C-source): Only set
20861 find-function-C-source-directory after checking that we found a source
20862 file there (bug#9440).
20863
20864 2011-09-06 Alan Mackenzie <acm@muc.de>
20865
20866 * isearch.el (isearch-other-meta-char): Wherever a key list is
20867 unread, "unread" the prefix arg, too. This fixes bug #8901.
20868
20869 2011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
20870
20871 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
20872
20873 2011-09-05 Juri Linkov <juri@jurta.org>
20874
20875 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
20876
20877 2011-09-05 Juri Linkov <juri@jurta.org>
20878
20879 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
20880 keeping point where processing of grep matches begins, and
20881 continue to delete remaining escape sequences from the same point.
20882 (grep-filter): Make leading zero optional in "0?1;31m" because
20883 git-grep emits "\033[1;31m" escape sequences unlike expected
20884 "\033[01;31m" as GNU Grep does (bug#9408).
20885 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
20886
20887 2011-09-05 Juri Linkov <juri@jurta.org>
20888
20889 * subr.el (y-or-n-p): Capitalize "yes".
20890
20891 2011-09-04 Michael Albinus <michael.albinus@gmx.de>
20892
20893 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
20894 `tramp-cache-unload-hook' where appropriate.
20895 (tramp-methods): Rename `tramp-remote-sh' to
20896 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
20897 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
20898
20899 * net/tramp-sh.el (top): Don't require 'shell.
20900 (tramp-methods): Add `tramp-remote-shell' and
20901 `tramp-remote-shell-args' entries.
20902 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
20903 (tramp-sh-handle-shell-command): Remove.
20904 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
20905 Use `tramp-remote-shell'.
20906
20907 2011-09-03 Chong Yidong <cyd@stupidchicken.com>
20908
20909 * mail/sendmail.el (sendmail-query-once-function): Delete.
20910 (sendmail-query-once): Save directly to send-mail-function.
20911 Update message-send-mail-function too.
20912
20913 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
20914
20915 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
20916
20917 * progmodes/python.el (python-mode-map): Use correct function to
20918 start python interpreter from menu-bar (as reported by Geert
20919 Kloosterman).
20920 (inferior-python-mode-map): Fix typo.
20921 (python-shell-map): Remove.
20922
20923 2011-09-03 Deniz Dogan <deniz@dogan.se>
20924
20925 * net/rcirc.el (rcirc-print): Simplify code for
20926 rcirc-scroll-show-maximum-output. There is no need to walk
20927 through all windows to find the right one.
20928
20929 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
20930
20931 * help.el (help-return-method): Doc fix.
20932
20933 2011-09-03 Martin Rudalics <rudalics@gmx.at>
20934
20935 * window.el (window-deletable-p): Don't return a non-nil value
20936 when there's a buffer that was shown in the window before.
20937 (Bug#9419)
20938 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
20939 Set window's previous buffers to nil.
20940
20941 2011-09-03 Eli Zaretskii <eliz@gnu.org>
20942
20943 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
20944 newline before and after the tag line, so it doesn't interfere
20945 with determining the paragraph direction of bidirectional text.
20946
20947 2011-09-03 Leo Liu <sdl.web@gmail.com>
20948
20949 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
20950
20951 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
20952
20953 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
20954 (pop-to-buffer): Change interactive spec. Pass second argument
20955 directly to display-buffer.
20956 (display-buffer): Fix interactive spec. Use functionp to
20957 distinguish between a function and a list of functions.
20958
20959 * abbrev.el (edit-abbrevs):
20960 * arc-mode.el (archive-extract):
20961 * autoinsert.el (auto-insert):
20962 * bookmark.el (bookmark-bmenu-list):
20963 * files.el (find-file):
20964 * view.el (view-buffer):
20965 * progmodes/compile.el (compilation-goto-locus):
20966 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
20967
20968 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
20969
20970 * window.el (display-buffer-alist): Doc fix.
20971 (display-buffer): Add docstring. Don't treat
20972 display-buffer-default specially.
20973 (display-buffer-reuse-selected-window)
20974 (display-buffer-same-window, display-buffer-maybe-same-window)
20975 (display-buffer-reuse-window, display-buffer-pop-up-frame)
20976 (display-buffer-pop-up-window)
20977 (display-buffer-reuse-or-pop-window)
20978 (display-buffer-use-some-window): New functions.
20979 (display-buffer-default-action): Use them.
20980 (display-buffer-default): Delete.
20981 (pop-to-buffer-1): Fix choice of actions.
20982
20983 2011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
20984
20985 * minibuffer.el (completion--insert-strings): Don't get confused by
20986 completion entries that end with an LF char.
20987
20988 2011-09-01 Eli Zaretskii <eliz@gnu.org>
20989
20990 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
20991
20992 2011-09-01 Chong Yidong <cyd@stupidchicken.com>
20993
20994 * window.el (display-buffer): Restore interactive spec.
20995 (display-buffer-same-window, display-buffer-other-window):
20996 New functions.
20997 (pop-to-buffer-1): New function. Use the above.
20998 (pop-to-buffer, pop-to-buffer-same-window): Use it.
20999 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
21000
21001 * view.el (view-buffer-other-window, view-buffer-other-frame):
21002 Just use pop-to-buffer.
21003
21004 2011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
21005
21006 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
21007
21008 2011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
21009
21010 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
21011
21012 2011-08-31 Richard Stallman <rms@gnu.org>
21013
21014 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
21015 of the separation of rmail-view-buffer from rmail-buffer.
21016 If you say no to "replace original", the decrypt is in the
21017 view buffer. If you say yes, the decrypt goes into the
21018 rmail buffer also.
21019
21020 2011-08-31 Martin Rudalics <rudalics@gmx.at>
21021
21022 * window.el (display-buffer-window): Rewrite doc-string.
21023 (display-buffer-record-window): New function.
21024 (display-buffer-macro-specifiers)
21025 (display-buffer-even-window-sizes, display-buffer-set-height)
21026 (display-buffer-set-width, display-buffer-in-window)
21027 (display-buffer-reuse-window, display-buffer-split-specifiers)
21028 (display-buffer-side-specifiers, display-buffer-split-window-1)
21029 (display-buffer-split-window, display-buffer-split-atom-window)
21030 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
21031 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
21032 (display-buffer-other-window-means-other-frame)
21033 (display-buffer-normalize-special)
21034 (display-buffer-normalize-default)
21035 (display-buffer-normalize-argument)
21036 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
21037 (display-buffer-normalize-specifiers, display-buffer-frame)
21038 (display-buffer-same-window, display-buffer-same-frame)
21039 (display-buffer-other-window)
21040 (display-buffer-same-frame-other-window)
21041 (display-buffer-other-frame, pop-to-buffer-same-window)
21042 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
21043 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
21044 (switch-to-buffer-same-frame)
21045 (switch-to-buffer-other-window-same-frame)
21046 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
21047 (display-buffer-alist-set-1, display-buffer-alist-set-2)
21048 (display-buffer-alist-set): Remove.
21049 (display-buffer-function, special-display-buffer-names)
21050 (special-display-regexps, special-display-function):
21051 In doc-string refer to display-buffer-window and quit-restore
21052 parameter.
21053 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
21054 (special-display-frame-alist, special-display-popup-frame)
21055 (same-window-buffer-names, same-window-regexps, same-window-p)
21056 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
21057 (split-window-preferred-function, split-height-threshold)
21058 (split-width-threshold, window-splittable-p)
21059 (split-window-sensibly, window--try-to-split-window)
21060 (window--frame-usable-p, even-window-heights)
21061 (window--even-window-heights, window--display-buffer-1)
21062 (window--display-buffer-2, display-buffer-other-frame):
21063 Restore old Emacs 23 code, order and doc-strings where applicable.
21064 (display-buffer-default, display-buffer-assq-regexp): New functions.
21065 (display-buffer-alist): Rewrite doc-string.
21066 (display-buffer-default-action)
21067 (display-buffer-overriding-action): New variables.
21068 (display-buffer, switch-to-buffer): Rewrite.
21069 (pop-to-buffer): Restore Emacs 23 behavior but use
21070 window-normalize-buffer-to-display.
21071 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
21072 Restore Emacs 23 behavior but use
21073 window-normalize-buffer-to-switch-to.
21074 (pop-to-buffer-same-window): Rewrite.
21075 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
21076 Rewrite using Emacs 23 options.
21077
21078 2011-08-31 Michael Albinus <michael.albinus@gmx.de>
21079
21080 * net/tramp.el (tramp-root-regexp): Remove.
21081 (tramp-completion-file-name-regexp-unified)
21082 (tramp-completion-file-name-regexp-separate)
21083 (tramp-completion-file-name-regexp-url): Don't use leading volume
21084 letter on w32 systems. (Bug#5303, Bug#9311)
21085 (tramp-drop-volume-letter): Simplify definition.
21086 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
21087
21088 2011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
21089
21090 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
21091 (bug#9356).
21092
21093 2011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
21094
21095 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
21096
21097 2011-08-29 Juri Linkov <juri@jurta.org>
21098
21099 * isearch.el (isearch-done): Don't display message "Mark saved"
21100 when arg `edit' is non-nil to prevent its flicker in the echo area.
21101
21102 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
21103
21104 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
21105 obsolete packages for deletion.
21106
21107 2011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
21108
21109 * help-mode.el (help-mode-map): Add special-mode-map to parent.
21110 (help-mode): Derive help-mode from special-mode. Don't invoke
21111 view-mode from help-mode.
21112 (help-xref-override-view-map): Remove.
21113 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
21114 view-mode is not used anymore.
21115
21116 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
21117
21118 * server.el (server-port): Doc fix.
21119
21120 * cus-theme.el (custom-theme-choose-mode): Inherit from
21121 special-mode (Bug#9124).
21122 (custom-theme-choose-mode-map): Add special-mode to parent.
21123
21124 2011-08-28 Alan Mackenzie <acm@muc.de>
21125
21126 * progmodes/cc-fonts.el
21127 (c-make-font-lock-BO-decl-search-function): New function.
21128 (c-basic-matchers-after - "Fontify the clauses after various
21129 keywords"): Extract the three keyword lists for the 3 erroneous
21130 constructs from the list of four, and use the new function above
21131 in place of an old one.
21132
21133 2011-08-28 Deniz Dogan <deniz@dogan.se>
21134
21135 * net/rcirc.el (rcirc-insert-prev-input)
21136 (rcirc-insert-next-input): Remove unused argument.
21137
21138 2011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
21139
21140 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
21141
21142 2011-08-27 Alan Mackenzie <acm@muc.de>
21143
21144 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
21145 handle function pointer parameters properly.
21146
21147 2011-08-27 Martin Rudalics <rudalics@gmx.at>
21148
21149 * window.el (display-buffer-reuse-window): Fix case where
21150 selected window was reused with non-nil OTHER-WINDOW argument.
21151 (Bug#9381)
21152
21153 2011-08-27 Deniz Dogan <deniz@dogan.se>
21154
21155 * net/rcirc.el (rcirc-check-auth-status): Adding support for
21156 oftc's NickServ messages.
21157
21158 2011-08-27 Glenn Morris <rgm@gnu.org>
21159
21160 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
21161
21162 2011-08-26 Chong Yidong <cyd@stupidchicken.com>
21163
21164 * emacs-lisp/package.el (package-install): Call package-initialize
21165 if called interactively.
21166
21167 2011-08-26 Leo Liu <sdl.web@gmail.com>
21168
21169 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
21170
21171 2011-08-25 Juri Linkov <juri@jurta.org>
21172
21173 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
21174 `search-whitespace-regexp' (bug#9364).
21175
21176 2011-08-25 Juri Linkov <juri@jurta.org>
21177
21178 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
21179 `regexp-search-ring' to their global values to protect from
21180 updating by `read-from-minibuffer' (bug#9185).
21181
21182 2011-08-25 Juri Linkov <juri@jurta.org>
21183
21184 * textmodes/ispell.el (ispell-command-loop): Add newline
21185 at the end of the "Use option `i'..." line.
21186
21187 2011-08-25 Juri Linkov <juri@jurta.org>
21188
21189 * battery.el (display-battery-mode): If `battery-status-function'
21190 or `battery-mode-line-format' is nil, display the message and set
21191 `display-battery-mode' to nil (bug#9363).
21192
21193 2011-08-25 Eli Zaretskii <eliz@gnu.org>
21194
21195 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
21196 bidi-string-mark-left-to-right; they are unnecessary now.
21197
21198 2011-08-25 Deniz Dogan <deniz@dogan.se>
21199
21200 * net/quickurl.el: Documentation typo fixes.
21201
21202 2011-08-25 Chong Yidong <cyd@stupidchicken.com>
21203
21204 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
21205
21206 2011-08-25 Glenn Morris <rgm@gnu.org>
21207
21208 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
21209
21210 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
21211 (smtpmail-via-smtp): Handle nil response from smtp.
21212
21213 2011-08-24 Juri Linkov <juri@jurta.org>
21214
21215 * proced.el (proced-marked): Inherit from `error' instead of
21216 `font-lock-warning-face'.
21217
21218 * ibuffer.el (ibuffer-marked-face): Change default face from
21219 `font-lock-warning-face' to `warning'.
21220 (ibuffer-deletion-face): Change default face from
21221 `font-lock-type-face' to `error'.
21222
21223 * battery.el (battery-update): Use the face `error' instead of
21224 `font-lock-warning-face' (bug#6117).
21225
21226 2011-08-24 Juri Linkov <juri@jurta.org>
21227
21228 * faces.el (success): Change face color from "Green3" to
21229 "ForestGreen" on light background (bug#9353).
21230
21231 2011-08-24 Chong Yidong <cyd@stupidchicken.com>
21232
21233 * window.el (quit-window): Rename from quit-restore-window.
21234 Use same arglist as old quit-window.
21235 (frame-auto-delete): Doc fix.
21236
21237 * view.el (view-mode-exit): Use quit-window.
21238
21239 2011-08-24 Juri Linkov <juri@jurta.org>
21240
21241 * isearch.el (isearch-ring-adjust1): Start visiting previous
21242 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
21243 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
21244 for empty search string (when the last search string is reused
21245 automatically) to adjust the isearch ring to the last element and
21246 prepare the correct index for further M-p commands (bug#9185).
21247
21248 2011-08-24 Kenichi Handa <handa@m17n.org>
21249
21250 * international/ucs-normalize.el: If decomposition property of
21251 CHAR is the default one (i.e. a list of CHAR itself), treat it as
21252 nil.
21253 (nfd, nfkd): Likewise.
21254
21255 2011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
21256
21257 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
21258 from process filters aren't reliably transmitted to the surrounding
21259 accept-process-output.
21260 (mpc-proc-check): New function.
21261 (mpc-proc-sync): Use it (bug#8293)
21262
21263 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
21264
21265 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
21266 Add compatibility functions (bug#9313).
21267
21268 2011-08-23 Eli Zaretskii <eliz@gnu.org>
21269
21270 * cus-start.el (all): Add entry for bidi-paragraph-direction.
21271
21272 * international/uni-bidi.el: Regenerate.
21273
21274 2011-08-23 Kenichi Handa <handa@m17n.org>
21275
21276 * international/charprop.el:
21277 * international/uni-bidi.el:
21278 * international/uni-category.el:
21279 * international/uni-combining.el:
21280 * international/uni-comment.el:
21281 * international/uni-decimal.el:
21282 * international/uni-decomposition.el:
21283 * international/uni-digit.el:
21284 * international/uni-lowercase.el:
21285 * international/uni-mirrored.el:
21286 * international/uni-name.el:
21287 * international/uni-numeric.el:
21288 * international/uni-old-name.el:
21289 * international/uni-titlecase.el:
21290 * international/uni-uppercase.el: Regenerate.
21291
21292 2011-08-23 Martin Rudalics <rudalics@gmx.at>
21293
21294 * help.el (help-window-setup): Fix message displayed when other
21295 window is reused. (Bug#9341)
21296
21297 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
21298
21299 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
21300 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
21301
21302 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
21303 Mark obsolete.
21304 * shell.el (shell-parse-pcomplete-arguments): New function.
21305 (shell-completion-vars): Use it instead (bug#9160).
21306
21307 2011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
21308
21309 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
21310 strings and comments (bug#9333).
21311
21312 * emacs-lisp/debug.el (debug-arglist): New function.
21313 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
21314 (debug-on-entry-1): Handle interpreted closures (bug#9120).
21315
21316 2011-08-22 Juri Linkov <juri@jurta.org>
21317
21318 * progmodes/compile.el (compilation-mode-font-lock-keywords):
21319 Revert regexp that highlights output switches to its old
21320 pre-2010-10-28 value and remove one `?' from it (bug#9319).
21321
21322 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
21323 to check for empty output (bug#9226).
21324
21325 2011-08-22 Chong Yidong <cyd@stupidchicken.com>
21326
21327 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
21328 symbol-constituent as the default, as that stops font-lock from
21329 working properly (Bug#8843).
21330
21331 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
21332
21333 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
21334 `coding-system-for-*' around the process open call to avoid
21335 auth-source side effects.
21336 (smtpmail-try-auth-methods): Expand the secret password.
21337 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
21338 probe hangs.
21339
21340 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
21341
21342 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
21343
21344 * emacs-lisp/find-func.el (find-function-noselect): New arg
21345 lisp-only.
21346
21347 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
21348 signal an error for built-in functions (Bug#6664).
21349
21350 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
21351
21352 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
21353 (smtpmail-try-auth-methods): Use it.
21354
21355 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
21356
21357 * font-lock.el (font-lock-fontify-region)
21358 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
21359 (font-lock-default-unfontify-buffer)
21360 (font-lock-default-fontify-region)
21361 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
21362
21363 * progmodes/compile.el (compilation-error-properties):
21364 Fix confusion between file struct and message struct (Bug#9319).
21365 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
21366 `ant' regexp.
21367
21368 * net/browse-url.el (browse-url-firefox): Don't call
21369 browse-url-firefox-sentinel unless using -remote (Bug#9328).
21370
21371 2011-08-20 Glenn Morris <rgm@gnu.org>
21372
21373 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
21374
21375 * tutorial.el (tutorial--default-keys): Update some default bindings.
21376
21377 * files.el (hack-local-variables): Fully ignore case for "mode:".
21378
21379 2011-08-20 Alan Mackenzie <acm@muc.de>
21380
21381 Resolve invalid use of a regexp in regexp-opt.
21382
21383 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
21384 detection for a java annotation.
21385
21386 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
21387 detection for a java annotation.
21388
21389 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
21390 handling for java.
21391 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
21392
21393 2011-08-20 Chong Yidong <cyd@stupidchicken.com>
21394
21395 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
21396 (Bug#9274).
21397
21398 2011-08-20 Alan Mackenzie <acm@muc.de>
21399
21400 Fontify CPP expressions correctly when starting in the middle of
21401 such a construct. Mainly for when jit-lock etc. starts a chunk
21402 here.
21403
21404 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
21405 variable.
21406 (c-make-font-lock-search-form): New function, extracted from
21407 c-make-font-lock-search-function.
21408 (c-make-font-lock-search-function): Use the above function.
21409 (c-make-font-lock-context-search-function): New function.
21410 (c-cpp-matchers): Enhance the preprocessor expression case with
21411 the above function
21412 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
21413 which takes an expression.
21414
21415 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
21416
21417 2011-08-20 Martin Rudalics <rudalics@gmx.at>
21418
21419 * window.el (display-buffer-reuse-window)
21420 (display-buffer-pop-up-window): Don't reuse or split a side
21421 window.
21422
21423 2011-08-19 Glenn Morris <rgm@gnu.org>
21424
21425 * files.el (hack-local-variables-prop-line, hack-local-variables):
21426 Downcase "Mode:". (Bug#9331)
21427
21428 2011-08-18 Chong Yidong <cyd@stupidchicken.com>
21429
21430 * international/characters.el: Add L and R categories.
21431
21432 * subr.el (bidi-string-mark-left-to-right): Rename from
21433 string-mark-left-to-right. Use category search.
21434
21435 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
21436
21437 2011-08-18 Juri Linkov <juri@jurta.org>
21438
21439 * faces.el (error, warning, success): New faces with definitions
21440 copied from old default values of `font-lock-warning-face',
21441 `compilation-warning', `compilation-info' (bug#6117).
21442
21443 * font-lock.el (font-lock-warning-face): Inherit from `error'.
21444
21445 * progmodes/compile.el (compilation-error): Inherit from `error'.
21446 (compilation-warning): Inherit from `warning'.
21447 (compilation-info): Inherit from `success'.
21448
21449 * dired.el (dired-marked): Inherit from `warning'.
21450 (dired-flagged): Inherit from `error'.
21451
21452 2011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
21453
21454 * mail/smtpmail.el (auth-source): Require to avoid problems with
21455 binding variables (bug#9298). Also clean up some unused
21456 autoloads.
21457
21458 * net/network-stream.el (network-stream-open-starttls):
21459 Support using starttls.el without using gnutls-cli.
21460
21461 2011-08-17 Juri Linkov <juri@jurta.org>
21462
21463 * progmodes/grep.el (rgrep): Handle the case when
21464 `grep-find-command' is a cons cell (bug#9278).
21465
21466 2011-08-17 Martin Rudalics <rudalics@gmx.at>
21467
21468 * window.el (display-buffer-pop-up-frame): Run frame creation
21469 function with BUFFER current (as special-display-popup-frame
21470 does). Reported by Drew Adams.
21471
21472 2011-08-17 Daiki Ueno <ueno@unixuser.org>
21473
21474 * epa-mail.el: Simplify GnuPG group expansion using
21475 epg-expand-group.
21476 (epa-mail-group-alist, epa-mail-group-modtime)
21477 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
21478 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
21479 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
21480 Remove.
21481
21482 2011-08-16 Feng Li <fengli@gmail.com> (tiny change)
21483
21484 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
21485
21486 2011-08-16 Alan Mackenzie <acm@muc.de>
21487
21488 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
21489 Correct, to avoid the inside of macros.
21490
21491 2011-08-16 Richard Stallman <rms@gnu.org>
21492
21493 * epa-mail.el: Handle GnuPG group definitions.
21494 (epa-mail-group-alist, epa-mail-group-modtime)
21495 (epa-mail-gnupg-conf-file): New variables.
21496 (epa-mail-parse-groups, epa-mail-sync-groups)
21497 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
21498 (epa-mail-expand-recipients): New functions.
21499 (epa-mail-encrypt): Call epa-mail-expand-recipients.
21500
21501 * mail/rmail.el (rmail-epa-decrypt): New command.
21502
21503 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
21504 Don't bind buffer-read-only, just inhibit-read-only.
21505 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
21506 (epa-decrypt-armor-in-region): Make error message clearer.
21507
21508 2011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
21509
21510 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
21511 and "a2b" to "ab" for `prefix'.
21512
21513 2011-08-14 Chong Yidong <cyd@stupidchicken.com>
21514
21515 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
21516 filter groups.
21517 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
21518 Fourquet (Bug#8804).
21519
21520 2011-08-12 Juanma Barranquero <lekktu@gmail.com>
21521
21522 * startup.el (argi): Declare as global variable (bug#9275).
21523
21524 2011-08-12 Chong Yidong <cyd@stupidchicken.com>
21525
21526 * subr.el (string-mark-left-to-right): Search the entire string
21527 for RTL script, not just the terminating character. Doc fix.
21528
21529 2011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
21530
21531 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
21532 New function.
21533 (js--regexp-literal, js-syntax-propertize-function): Remove.
21534 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
21535 (js-mode-map): Don't rebind electric keys.
21536 (js-insert-and-indent): Remove.
21537 (js-mode): Setup electric-layout and electric-indent instead.
21538
21539 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
21540
21541 2011-08-12 Daiki Ueno <ueno@unixuser.org>
21542
21543 * epa.el (epa-progress-callback-function): Fix the logic of
21544 displaying progress.
21545 * epa-file.el (epa-file-insert-file-contents): Make progress
21546 display more user-friendly.
21547 (epa-file-write-region): Ditto.
21548
21549 2011-08-10 Chong Yidong <cyd@stupidchicken.com>
21550
21551 * subr.el (string-mark-left-to-right): New function.
21552
21553 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
21554 Use string-mark-left-to-right.
21555 (list-buffers-noselect): Caller changed.
21556
21557 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
21558 Use string-mark-left-to-right.
21559 (tabulated-list-print): Recenter after moving point.
21560
21561 2011-08-10 Juri Linkov <juri@jurta.org>
21562
21563 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
21564 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
21565 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
21566
21567 2011-08-09 Chong Yidong <cyd@stupidchicken.com>
21568
21569 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
21570 (Bug#7554).
21571
21572 2011-08-09 Andreas Schwab <schwab@linux-m68k.org>
21573
21574 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
21575 character. (Bug#6594)
21576
21577 2011-08-08 Chong Yidong <cyd@stupidchicken.com>
21578
21579 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
21580 (image-dired--with-db-file): New macro.
21581 (image-dired-write-tags, image-dired-remove-tag)
21582 (image-dired-create-gallery-lists, image-dired-write-comments)
21583 (image-dired-get-comment, image-dired-mark-tagged-files)
21584 (image-dired-list-tags, image-dired-gallery-generate): Use it.
21585 (image-dired-gallery-generate): Use insert-file-contents.
21586
21587 * time.el (display-time-world-list, display-time-world-display):
21588 * time-stamp.el (time-stamp-string):
21589 * vc/add-log.el (add-change-log-entry): Use setenv instead of
21590 set-time-zone-rule (Bug#7337).
21591
21592 2011-08-08 Daiki Ueno <ueno@unixuser.org>
21593
21594 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
21595 (epg-error-to-string, epg-errors-to-string): New function.
21596 (epg-wait-for-completion): Reverse errors list.
21597 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
21598 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
21599 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
21600 (epg-sign-keys, epg-generate-key-from-file)
21601 (epg-generate-key-from-string): Format errors by using
21602 epg-errors-to-string (bug#9255).
21603 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
21604
21605 2011-08-07 Juri Linkov <juri@jurta.org>
21606
21607 * faces.el (list-faces-display): Remove extra angle bracket
21608 from `help-mode-map'.
21609
21610 * info.el (Info-history-toc-nodes): Doc fix.
21611
21612 * longlines.el (longlines-mode): Doc fix.
21613
21614 2011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
21615
21616 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
21617 of statements and in a few more cases (bug#9183).
21618
21619 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
21620 New functions.
21621 (cl-transform-lambda): Use them (bug#9239).
21622
21623 2011-08-05 Martin Rudalics <rudalics@gmx.at>
21624
21625 * window.el (display-buffer-same-window)
21626 (display-buffer-same-frame, display-buffer-other-window)
21627 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
21628 (pop-to-buffer-other-window)
21629 (pop-to-buffer-same-frame-other-window)
21630 (pop-to-buffer-other-frame): Make them defuns.
21631 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
21632
21633 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
21634
21635 * subr.el (make-composed-keymap): Move from C. Change calling
21636 convention, and improve docstring to bring attention to a subtle point.
21637 * minibuffer.el (completing-read-default): Adjust accordingly.
21638
21639 2011-08-03 Michael Albinus <michael.albinus@gmx.de>
21640
21641 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
21642 (tramp-open-shell): Use `tramp-shell-quote-argument'.
21643
21644 * net/trampver.el: Update release number.
21645
21646 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
21647
21648 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
21649 "in" (bug#9190).
21650
21651 2011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
21652
21653 * mail/sendmail.el (sendmail-query-once): Restore the current
21654 buffer after querying (bug#9074).
21655
21656 * dired.el (dired-flagged): Use different faces for marked and
21657 flagged files (bug#6117).
21658
21659 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
21660 (bug#4433).
21661
21662 * ido.el (ido-mode): Switch off the message if called
21663 non-interactively.
21664
21665 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
21666 before 587, since it appears that that's more likely to work for
21667 more people.
21668
21669 * cus-edit.el (custom-file): When running under emacs -q, always
21670 refuse to save the customizations, even if the .emacs file doesn't
21671 exist.
21672
21673 * info.el: Remove the `Info-beginning-of-buffer' function
21674 (bug#8325).
21675
21676 * net/network-stream.el (network-stream-open-starttls):
21677 Use `starttls-available-p' to see whether starttls.el can be used.
21678
21679 2011-08-01 Martin Rudalics <rudalics@gmx.at>
21680
21681 * window.el (display-buffer-in-window): Don't set dedicated status
21682 of window here (Bug#9215).
21683 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
21684 (display-buffer-pop-up-side-window)
21685 (display-buffer-in-side-window): Set dedicated status of window here.
21686
21687 2011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
21688
21689 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
21690 before binding generated-autoload-file.
21691
21692 2011-08-01 Deniz Dogan <deniz@dogan.se>
21693
21694 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
21695
21696 2011-07-30 Michael Albinus <michael.albinus@gmx.de>
21697
21698 Sync with Tramp 2.2.2.
21699
21700 * net/trampver.el: Update release number.
21701
21702 2011-07-30 Juri Linkov <juri@jurta.org>
21703
21704 * dired-aux.el (dired-touch-initial): Remove function.
21705 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
21706 current time, and `default' to the last modification time of the
21707 current marked file (bug#6887).
21708
21709 2011-07-28 Jose E. Marchesi <jemarch@gnu.org>
21710
21711 * simple.el (goto-line): Use string-to-number to provide a
21712 numeric argument to read-number (bug#9163).
21713
21714 2011-07-27 Michael Albinus <michael.albinus@gmx.de>
21715
21716 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
21717 connection process, it could be nil.
21718
21719 2011-07-27 Leo Liu <sdl.web@gmail.com>
21720
21721 Simplify url handling in rcirc-mode.
21722
21723 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
21724 (rcirc-browse-url-at-mouse): Remove.
21725 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
21726
21727 2011-07-26 Alan Mackenzie <acm@muc.de>
21728
21729 Fontify bitfield declarations properly.
21730
21731 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
21732 (c-symbol-chars): Now exported as a lang variable.
21733 (c-not-primitive-type-keywords): New lang variable.
21734
21735 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
21736 QT keyword "more" to prevent "more slots: ...." being spuriously
21737 parsed as a bitfield declaration.
21738
21739 * progmodes/cc-engine.el (c-beginning-of-statement-1):
21740 Refactor and enhance to handle bitfield declarations.
21741 (c-punctuation-in): New function.
21742 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
21743 declarations properly.
21744
21745 2011-07-26 Ulf Jasper <ulf.jasper@web.de>
21746
21747 * calendar/icalendar.el (icalendar--all-events): Take care of
21748 multiple vcalendars in a single file.
21749 (icalendar--convert-float-to-ical): Checkdoc fixes.
21750
21751 2011-07-25 Deniz Dogan <deniz@dogan.se>
21752
21753 * image.el (insert-image): Clarifying docstring.
21754
21755 2011-07-24 Michael Albinus <michael.albinus@gmx.de>
21756
21757 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
21758 `tramp-send-command-and-check' if there is no error.
21759 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
21760
21761 2011-07-22 Alan Mackenzie <acm@muc.de>
21762
21763 Prevent cc-langs.elc being loaded at run time.
21764
21765 * progmodes/cc-mode.el: Remove two autoload forms which loaded
21766 cc-langs.
21767
21768 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
21769 "(require 'cc-langs)". Quote a form so it will evaluate at
21770 (cc-mode's) compilation time.
21771
21772 2011-07-22 Michael Albinus <michael.albinus@gmx.de>
21773
21774 * net/tramp.el (tramp-file-name-handler): Avoid recursive
21775 loading. (Bug#9114)
21776
21777 2011-07-21 Martin Rudalics <rudalics@gmx.at>
21778
21779 * window.el (display-buffer-pop-up-window)
21780 (display-buffer-pop-up-side-window)
21781 (display-buffer-in-side-window): Call display-buffer-set-height
21782 and display-buffer-set-width after setting the new window's
21783 buffer so `fit-window-to-buffer' and friends work on the right buffer.
21784
21785 2011-07-20 Sam Steingold <sds@gnu.org>
21786
21787 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
21788 (etags-tags-included-tables): Call `convert-standard-filename' on
21789 the file names contained in TAGS so that windows Emacs can handle
21790 TAGS files created by cygwin ctags.
21791
21792 2011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
21793
21794 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
21795 which apparently didn't work.
21796
21797 2011-07-19 Roland Winkler <winkler@gnu.org>
21798
21799 * proced.el (proced-send-signal): For *Marked Processes* buffer
21800 put point at beginning of buffer.
21801
21802 2011-07-19 Stephen Berman <stephen.berman@gmx.net>
21803
21804 * proced.el (proced-format): Make header lines align with the text
21805 (bug#1779).
21806
21807 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
21808
21809 * view.el (view-buffer): Allow running in `special' modes if we're
21810 visiting a file (bug#8615).
21811
21812 2011-07-19 Martin Rudalics <rudalics@gmx.at>
21813
21814 * window.el (display-buffer-alist-of-strings-p)
21815 (display-buffer-alist-set-1, display-buffer-alist-set-2):
21816 New functions.
21817 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
21818 more accurately.
21819
21820 2011-07-18 Alan Mackenzie <acm@muc.de>
21821
21822 Fontify declarators properly when, e.g., a jit-lock chunk begins
21823 inside a declaration.
21824
21825 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
21826
21827 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
21828 New function.
21829 (c-complex-decl-matchers): Insert reference to
21830 c-font-lock-enclosing-decls.
21831
21832 * progmodes/cc-engine.el (c-backward-single-comment):
21833 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
21834 to nil around calls to (forward-comment -1).
21835
21836 2011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
21837
21838 * image.el (put-image): Doc typo fix.
21839
21840 * progmodes/etags.el (tags-search): Doc typo fix.
21841
21842 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
21843 password if we get errors 550 to 554.
21844
21845 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
21846
21847 * net/gnutls.el (gnutls-log-level): Remove.
21848
21849 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
21850 indentation character (bug#6380).
21851
21852 * files.el (buffer-offer-save): Made permanently local (bug#6241).
21853
21854 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
21855 to clarify what the problem is (bug#4291).
21856
21857 * simple.el (current-kill): Clarify what
21858 `interprogram-paste-function' does (bug#7500).
21859 (auto-fill-mode): Document `auto-fill-function' in relation to
21860 `auto-fill-mode' (bug#2470).
21861
21862 2011-07-16 Lawrence Mitchell <wence@gmx.li>
21863
21864 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
21865 method if slot is read-only (bug#9035).
21866
21867 2011-07-16 Martin Rudalics <rudalics@gmx.at>
21868
21869 * frame.el (select-frame-set-input-focus): New argument NORECORD.
21870 * window.el (pop-to-buffer): Select window used even if it was
21871 selected before, see discussion of (Bug#8615), (Bug#6954).
21872 Pass argument NORECORD on to select-frame-set-input-focus.
21873
21874 2011-07-15 Glenn Morris <rgm@gnu.org>
21875
21876 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
21877 Respect help-form.
21878
21879 2011-07-09 Lawrence Mitchell <wence@gmx.li>
21880
21881 * net/gnutls.el (gnutls-min-prime-bits): New variable.
21882 (gnutls-negotiate): Use it.
21883
21884 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
21885
21886 * net/gnutls.el (gnutls-negotiate):
21887 Upcase `gnutls-algorithm-priority'.
21888
21889 2011-07-15 Glenn Morris <rgm@gnu.org>
21890
21891 * jka-compr.el (jka-compr-verbose): Move from here...
21892 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
21893 Add missing :version tag.
21894 * info.el: No need to require jka-compr when compiling.
21895
21896 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
21897
21898 * net/gnutls.el (gnutls-algorithm-priority): New variable.
21899 (gnutls-negotiate): Use it.
21900
21901 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
21902
21903 * info.el (Info-beginning-of-buffer): New command.
21904 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
21905 announcing `b' as the key (bug#8325).
21906 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
21907
21908 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
21909
21910 * international/mule-cmds.el
21911 (describe-specified-language-support): Make the error message
21912 clearer (bug#8905).
21913
21914 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
21915
21916 * isearch.el (isearch-barrier): Add a doc string, since it's
21917 mentioned in a function doc string (bug#8678).
21918
21919 2011-07-15 Martin Rudalics <rudalics@gmx.at>
21920
21921 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
21922 buffer argument (Bug#9083) and self-identifying label argument.
21923
21924 2011-07-15 Glenn Morris <rgm@gnu.org>
21925
21926 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
21927
21928 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
21929
21930 * man.el (Man-fontify-manpage): Fix message when formatting the
21931 man page (bug#7929).
21932
21933 2011-07-14 Eli Zaretskii <eliz@gnu.org>
21934
21935 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
21936 argument LRM; if non-nil, append an invisible LRM character to the
21937 buffer name.
21938 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
21939 last argument non-nil, when formatting buffer names.
21940 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
21941 paragraph direction.
21942
21943 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
21944
21945 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
21946 the man page name (bug#7929).
21947
21948 * image.el (put-image): Mention the `put-image' overlay property
21949 (bug#7834).
21950
21951 * scroll-bar.el (set-scroll-bar-mode): Mention that
21952 `scroll-bar-mode' lists the values (bug#7772).
21953
21954 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
21955 command (bug#7729).
21956
21957 * rect.el (apply-on-rectangle): Return the point after the last
21958 operation.
21959 (string-rectangle): Go to the point after the last operation
21960 (bug#7522).
21961
21962 * printing.el (pr-toggle-region): Clarify the documentation
21963 slightly (bug#7493).
21964
21965 * time.el (display-time-update):
21966 Allow `display-time-mail-function' to return nil (bug#7158).
21967 Fix suggested by Detlev Zundel.
21968
21969 * vc/diff.el (diff): Clarify the order the file names are read
21970 (bug#7111).
21971
21972 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
21973 the doc string (bug#7015).
21974
21975 * font-lock.el (font-lock-maximum-decoration): Mention what
21976 numeric levels mean (bug#6935).
21977
21978 * startup.el (initial-buffer-choice): Don't mention the `none'
21979 selection, which is against policy.
21980
21981 2011-07-14 Martin Rudalics <rudalics@gmx.at>
21982
21983 * window.el (display-buffer-normalize-special):
21984 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
21985
21986 2011-07-14 Eli Zaretskii <eliz@gnu.org>
21987
21988 * subr.el (version<, version<=, version=): Mention "-CVS" and
21989 "-12345" alpha version numbers.
21990
21991 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
21992
21993 * bindings.el: Add advertised binding for set-mark-command
21994 (Bug#5772).
21995
21996 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
21997
21998 * bindings.el (mode-line-other-buffer):
21999 * bookmark.el (bookmark-bmenu-2-window):
22000 * bs.el (bs-cycle-next, bs-cycle-previous):
22001 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
22002 switch-to-buffer.
22003
22004 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
22005 Delete.
22006
22007 2011-07-14 Juanma Barranquero <lekktu@gmail.com>
22008
22009 * follow.el (follow-debug-message, follow-redisplay):
22010 * jka-cmpr-hook.el (with-auto-compression-mode):
22011 Fix typos in docstrings.
22012
22013 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
22014
22015 * subr.el (with-silent-modifications): Clarify somewhat what the
22016 macro inhibits (bug#6525).
22017
22018 * simple.el (eval-expression): Note what it does if called
22019 interactively (bug#6495).
22020
22021 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
22022
22023 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
22024 Use pop-to-buffer buffer-or-name if it is nil.
22025
22026 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
22027 Remove switch-to-buffer.
22028
22029 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
22030
22031 * files.el (make-directory): Clarify that an error will be raised
22032 if there's an error (bug#6397).
22033
22034 * startup.el (initial-buffer-choice): Add `none' as a choice
22035 (bug#6234).
22036
22037 * subr.el (add-hook): Clarify section about buffer-local hooks
22038 (bug#6218).
22039
22040 * dired.el (dired-flagged): Clarify doc string (bug#6117).
22041
22042 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
22043
22044 * tabify.el (untabify): Preserve the current column so that point
22045 doesn't move (bug#6032).
22046
22047 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
22048
22049 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
22050 Rewrite to avoid awkward possessive "s" (bug#5986).
22051
22052 2011-07-13 Glenn Morris <rgm@gnu.org>
22053
22054 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
22055 (dired-insert-directory): Give a message the first time
22056 if ls is found not to support --dired.
22057
22058 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
22059
22060 * simple.el (toggle-truncate-lines): Clarify what is toggled
22061 (bug#5580). Text by Drew Adams.
22062
22063 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
22064
22065 * simple.el (blink-matching-open): Make the error message from the
22066 last change less verbose.
22067
22068 2011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
22069
22070 * font-lock.el (font-lock-comment-face): Use the high contrast
22071 "yellow" color for font-lock-comment-face on low color terminals
22072 using a dark background color (bug#4221).
22073
22074 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
22075
22076 * dired.el (dired-insert-set-properties): Make the doc string
22077 reflect what it does now (bug#5325).
22078
22079 * simple.el (blink-matching-open): Say that we were unable to find
22080 the match within the limit, if we're limited (bug#5122).
22081
22082 * international/mule-cmds.el (prefer-coding-system): Add an
22083 example (bug#4869).
22084
22085 * progmodes/etags.el (tags-search): Document `file-list-form'
22086 (bug#4731).
22087
22088 2011-07-13 Lawrence Mitchell <wence@gmx.li>
22089
22090 * net/browse-url.el (browse-url-default-browser)
22091 (browse-url-browser-function): Make the default browser choice a
22092 bit more logical (bug#4300). Also clean up the doc string.
22093
22094 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
22095
22096 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
22097 binary endings (bug#4440).
22098
22099 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
22100
22101 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
22102 which can be pretty annoying (bug#8971).
22103
22104 * jka-compr.el (jka-compr-verbose): New variable, and use
22105 throughout (bug#8971).
22106
22107 * info.el (Info-find-file): Fall back on the installation
22108 directory if we can't find the info node anywhere else.
22109
22110 2011-07-13 Sergei Organov <osv@javad.com> (tiny change)
22111
22112 * vc/vc.el (vc-revert-file):
22113 Don't set file time-stamp in the past. (Bug#5181)
22114
22115 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
22116
22117 * files.el (after-find-file): Give a better error message when
22118 trying to find a symlink that points to a file that doesn't exist
22119 (bug#4398).
22120
22121 * progmodes/cc-vars.el: Remove (probably) misleading comment
22122 (bug#4396).
22123
22124 2011-07-12 Johan BockgĂ¥rd <bojohan@gnu.org>
22125
22126 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
22127
22128 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
22129
22130 * mouse-sel.el: Hack restoring functionality, while keeping
22131 compatibility with 2010-07-03 changes to mouse selection.
22132 (mouse-sel-primary-overlay): New var.
22133 (mouse-sel-selection-alist): Use it.
22134 (mouse-sel-mode): Doc fix; remove points that are default features
22135 of mouse.el.
22136
22137 2011-07-12 Johan BockgĂ¥rd <bojohan@gnu.org>
22138
22139 * progmodes/compile.el (compilation-error-regexp-alist-alist):
22140 Fix previous fix (bug#2490).
22141
22142 2011-07-12 Roland Winkler <winkler@gnu.org>
22143
22144 * textmodes/bibtex.el (bibtex-initialize):
22145 Use pop-to-buffer-same-window.
22146 (bibtex-search-entries): Fix interactive call.
22147
22148 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
22149
22150 * progmodes/compile.el (compilation-error-regexp-alist-alist):
22151 Fontise bytecomp Error lines more correctly (bug#2490).
22152 Fix suggested by Johan BockgĂ¥rd.
22153
22154 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
22155
22156 * dired-x.el (dired-guess-default): Use `delete-dups'.
22157
22158 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
22159
22160 * dired.el (dired-mark-prompt):
22161 * dired-aux.el (dired-read-shell-command): Doc fix.
22162
22163 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
22164
22165 * mail/sendmail.el (sendmail-query-once):
22166 Use `customize-save-variable' unconditionally, now that it works under
22167 emacs -Q.
22168
22169 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
22170
22171 * cus-edit.el (custom-file): Take an optional no-error variable.
22172 (customize-save-variable): Set the variable, and give a warning if
22173 running under "emacs -q".
22174
22175 2011-07-11 Juanma Barranquero <lekktu@gmail.com>
22176
22177 * loadhist.el (unload-feature-special-hooks):
22178 Add `auto-coding-functions', `fill-nobreak-predicate' and
22179 `find-directory-functions' (bug#5327).
22180
22181 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
22182
22183 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
22184
22185 * cus-edit.el (custom-guess-name-alist): -alist variables should
22186 use the `alist' type (bug#3120). Suggested by Drew Adams.
22187
22188 * printing.el: Add documentation to all the `pr-toggle-' commands.
22189
22190 2011-07-11 Leo Liu <sdl.web@gmail.com>
22191
22192 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
22193 backends where it makes sense (bug#2623).
22194
22195 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
22196
22197 * dired-x.el (dired-guess-default): Remove duplicate shell command
22198 entries (bug#2028).
22199 (dired-guess-default): Fix grammar in doc string (bug#2028).
22200 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
22201
22202 * subr.el (remove-duplicates): New conveniency function.
22203
22204 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
22205
22206 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
22207 (bug#1526).
22208
22209 2011-07-10 Martin Rudalics <rudalics@gmx.at>
22210
22211 * window.el (display-buffer-normalize-default): Don't invert
22212 meaning of even-window-heights. Reported by Eli Zaretskii
22213 <eliz@gnu.org>.
22214
22215 2011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
22216
22217 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
22218
22219 2011-07-10 Chong Yidong <cyd@stupidchicken.com>
22220
22221 * window.el (display-buffer): Fix arguments to
22222 display-buffer-reuse-window in last change.
22223
22224 * faces.el (link): Use a less saturated blue on light backgrounds.
22225
22226 * startup.el (fancy-startup-text, fancy-about-text)
22227 (fancy-startup-tail): Use font-lock faces, for background safety.
22228
22229 2011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
22230
22231 * emulation/viper-cmd.el (viper-change-state-to-vi):
22232 Limit triggering of abbrev expansion (Bug#9038).
22233
22234 2011-07-09 Martin Rudalics <rudalics@gmx.at>
22235
22236 * window.el (display-buffer-default-specifiers): Remove.
22237 (display-buffer-macro-specifiers): Remove default specifiers.
22238 (display-buffer-alist): Default to nil.
22239 (display-buffer-reuse-window): New optional argument other-window.
22240 (display-buffer-pop-up-window): Allow splitting internal
22241 windows. Check whether a live window was created.
22242 (display-buffer-other-window-means-other-frame)
22243 (display-buffer-normalize-arguments): Rename to
22244 display-buffer-normalize-argument and rewrite. Set the
22245 other-window specifier.
22246 (display-buffer-normalize-special): New function.
22247 (display-buffer-normalize-options): Rename to
22248 display-buffer-normalize-default and rewrite.
22249 (display-buffer-normalize-options-inhibit): Remove.
22250 (display-buffer-normalize-specifiers): Rewrite.
22251 (display-buffer): Process other-window specifier and call
22252 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
22253 more faithfully.
22254 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
22255 (display-buffer-alist-set): Don't handle 'unset default values.
22256 (display-buffer-in-window, display-buffer-alist-set):
22257 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
22258 <tassilo@member.fsf.org>.
22259
22260 2011-07-09 Leo Liu <sdl.web@gmail.com>
22261
22262 * register.el (insert-register): Restore accidental change on
22263 2011-06-26. (Bug#9028)
22264
22265 2011-07-09 Glenn Morris <rgm@gnu.org>
22266
22267 * subr.el (remq): Handle the empty list. (Bug#9024)
22268
22269 2011-07-08 Andreas Schwab <schwab@linux-m68k.org>
22270
22271 * mail/sendmail.el (send-mail-function): No longer delay custom
22272 initialization.
22273 * custom.el (custom-initialize-delay): Doc fix.
22274
22275 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
22276
22277 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
22278
22279 2011-07-08 Michael Albinus <michael.albinus@gmx.de>
22280
22281 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
22282 human-friendly prompt.
22283
22284 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
22285
22286 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
22287 provided by a particular plugin.
22288
22289 2011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
22290
22291 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
22292 save customizations (with "emacs -Q"), just set the variable
22293 instead of erroring out.
22294
22295 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
22296
22297 2011-07-08 Juri Linkov <juri@jurta.org>
22298
22299 * arc-mode.el (archive-zip-expunge, archive-zip-update)
22300 (archive-zip-update-case): Use 7z if found by `executable-find'.
22301 The order of searching the available programs is the same as in
22302 `archive-zip-extract' (bug#8968).
22303
22304 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
22305
22306 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
22307 (menu-bar-options-menu): Tweak descriptions.
22308
22309 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
22310
22311 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
22312 menu items into verb phrases (bug#1421). Also refill to fit under
22313 80 columns.
22314
22315 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
22316
22317 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
22318 (Info-read-node-name): Doc fix (Bug#1084).
22319
22320 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
22321 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
22322 (end-of-sexp, beginning-of-sexp)
22323 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
22324 (forward-symbol, forward-same-syntax, word-at-point)
22325 (sentence-at-point): Doc fix (Bug#1144).
22326
22327 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
22328
22329 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
22330 should cover it (bug#1281).
22331
22332 * cus-edit.el (custom-show): Mark as obsolete.
22333
22334 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
22335 negotiation fails, then possibly try again with a non-encrypted
22336 connection (bug#9017).
22337
22338 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
22339 be used.
22340
22341 2011-07-07 Richard Stallman <rms@gnu.org>
22342
22343 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
22344 property, and handle its changed format.
22345 Look for the correct line number.
22346 Use file's line contents (but not past first =) to find
22347 correct line in message.
22348
22349 2011-07-07 Kenichi Handa <handa@m17n.org>
22350
22351 * international/characters.el (build-unicode-category-table):
22352 Delete it.
22353 (unicode-category-table): Set it by unicode-property-table-internal.
22354
22355 * international/mule-cmds.el (char-code-property-alist): Move to
22356 to src/chartab.c.
22357 (get-char-code-property): Call unicode-property-table-internal to
22358 load a file. Call get-unicode-property-internal where necessary.
22359 (put-char-code-property): Call unicode-property-table-internal to
22360 load a file. Call put-unicode-property-internal where necessary.
22361 put-unicode-property-internal where necessary.
22362 (char-code-property-description):
22363 Call unicode-property-table-internal to load a file.
22364
22365 * international/charprop.el:
22366 * international/uni-bidi.el:
22367 * international/uni-category.el:
22368 * international/uni-combining.el:
22369 * international/uni-comment.el:
22370 * international/uni-decimal.el:
22371 * international/uni-decomposition.el:
22372 * international/uni-digit.el:
22373 * international/uni-lowercase.el:
22374 * international/uni-mirrored.el:
22375 * international/uni-name.el:
22376 * international/uni-numeric.el:
22377 * international/uni-old-name.el:
22378 * international/uni-titlecase.el:
22379 * international/uni-uppercase.el: Regenerate.
22380
22381 * loadup.el: Load international/charprop.el before
22382 international/characters.
22383
22384 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
22385
22386 * window.el (next-buffer, previous-buffer): Signal an error if
22387 called from a minibuffer window.
22388
22389 * bindings.el: Revert 2011-07-04 change.
22390
22391 2011-07-06 Richard Stallman <rms@gnu.org>
22392
22393 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
22394 (rmail-mime-insert-bulk, rmail-mime-insert-text):
22395 Treat markers like ints.
22396 (rmail-mime-entity): Doc fix.
22397
22398 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
22399
22400 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
22401 defcustom again for backwards compatibility.
22402
22403 * simple.el (shell-command-on-region): Fill.
22404
22405 * dired-aux.el (dired-kill-line): Add a doc string.
22406
22407 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
22408 to "\\sw\\|\\s_" (bug#358).
22409
22410 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
22411 (dired-unmark-backward): Ditto.
22412 (dired-flag-backup-files): Ditto.
22413
22414 * dired-x.el (dired-mark-sexp): Ditto.
22415
22416 2011-07-06 Richard Stallman <rms@gnu.org>
22417
22418 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
22419 (rmail-mime-entity): New arg TRUNCATED.
22420 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
22421 New functions.
22422 (rmail-mime-save): Warn if entity is truncated.
22423 (rmail-mime-toggle-hidden): Likewise, for showing.
22424 (rmail-mime-process-multipart): Record when an entity is truncated.
22425
22426 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
22427 if ENTITY is a string.
22428
22429 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
22430
22431 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
22432 of faces when `M-C-x'-ing their definitions (bug#8378).
22433 Also clean up the code slightly.
22434
22435 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
22436 because that makes the colors go away.
22437
22438 * mail/sendmail.el (send-mail-function): Change the default to
22439 `sendmail-query-once'.
22440 (sendmail-query-once): Add an autoload cookie.
22441
22442 * net/network-stream.el (network-stream-open-starttls): Try using
22443 a plain connection even if the server offered STARTTLS, and we
22444 kinda wanted to use it, if Emacs doesn't have any STARTTLS
22445 capability. This should make smtpmail.el work in slightly more
22446 configurations.
22447
22448 2011-07-06 Michael Albinus <michael.albinus@gmx.de>
22449
22450 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
22451 New defun.
22452 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
22453
22454 2011-07-06 Michael R. Mauger <mmaug@yahoo.com>
22455
22456 * progmodes/sql.el: Version 3.0
22457 (sql-product-alist): Add product :completion-object,
22458 :completion-column, and :statement attributes.
22459 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
22460 (sql-mode-syntax-table): Mark all punctuation.
22461 (sql-font-lock-keywords-builder): Temporarily remove fallback on
22462 ansi keywords.
22463 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
22464 (sql-mode-oracle-font-lock-keywords): Improve.
22465 (sql-oracle-show-reserved-words): New function for development.
22466 (sql-product-font-lock): Simplify for source code buffers.
22467 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
22468 New functions.
22469 (sql-highlight-product): Set product specific syntax table.
22470 (sql-mode-map): Add statement movement functions.
22471 (sql-ansi-statement-starters, sql-oracle-statement-starters):
22472 New variable.
22473 (sql-statement-regexp, sql-beginning-of-statement)
22474 (sql-end-of-statement, sql-signum): New functions.
22475 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
22476 (sql-show-sqli-buffer): Bug fix.
22477 (sql-interactive-mode): Store connection data as buffer local.
22478 (sql-connect): Add NEW-NAME parameter. Redesign interaction
22479 with sql-interactive-mode.
22480 (sql-save-connection): Save buffer local settings.
22481 (sql-connection-menu-filter): Change menu entry name.
22482 (sql-product-interactive): Bug fix.
22483 (sql-preoutput-hold): New variable.
22484 (sql-interactive-remove-continuation-prompt): Bug fixes.
22485 (sql-debug-redirect): New variable.
22486 (sql-str-literal): New function.
22487 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
22488 Redesign.
22489 (sql-oracle-save-settings, sql-oracle-restore-settings)
22490 (sql-oracle-list-all, sql-oracle-list-table): New functions.
22491 (sql-completion-object, sql-completion-column)
22492 (sql-completion-sqlbuf): New variables.
22493 (sql-build-completions-1, sql-build-completions)
22494 (sql-try-completion): New functions.
22495 (sql-read-table-name): Use them.
22496 (sql-contains-names): New buffer local variable.
22497 (sql-list-all, sql-list-table): Use it.
22498 (sql-oracle-completion-types): New variable.
22499 (sql-oracle-completion-object, sql-sqlite-completion-object)
22500 (sql-postgres-completion-object): New functions.
22501
22502 2011-07-06 Glenn Morris <rgm@gnu.org>
22503
22504 * window.el (pop-to-buffer): Doc fix.
22505
22506 2011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
22507
22508 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
22509
22510 2011-07-06 Chong Yidong <cyd@stupidchicken.com>
22511
22512 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
22513
22514 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
22515
22516 2011-07-05 Chong Yidong <cyd@stupidchicken.com>
22517
22518 * button.el (button): Inherit from link face. Suggested by Dan
22519 Nicolaescu.
22520
22521 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
22522
22523 * progmodes/gdb-mi.el: Fit in 80 columns.
22524 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
22525 switch-to-buffer.
22526
22527 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
22528 if imenu is simply not configured (bug#8941).
22529
22530 2011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
22531
22532 * allout.el (allout-post-undo-hook): New allout outline-change
22533 event hook to signal undo activity.
22534 (allout-post-command-business): Run allout-post-undo-hook if an
22535 undo just occurred.
22536 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
22537 * allout-widgets.el (allout-widgets-after-undo-function):
22538 Ensure the integrity of the current item's decoration after it has been
22539 in the vicinity of an undo.
22540 (allout-widgets-mode): Include allout-widgets-after-undo-function
22541 on the new allout-post-undo-hook.
22542
22543 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
22544
22545 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
22546 Let define-derived-mode define it.
22547 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
22548 cycles of abbrev-table inheritance (bug#8998).
22549
22550 2011-07-05 Roland Winkler <winkler@gnu.org>
22551
22552 * textmodes/bibtex.el: Add support for biblatex.
22553 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
22554 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
22555 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
22556 (bibtex-entry-alist, bibtex-field-alist): New variables.
22557 (bibtex-entry-field-alist): Obsolete alias for
22558 bibtex-BibTeX-entry-alist.
22559 (bibtex-entry-alist, bibtex-field-alist): New widgets.
22560 (bibtex-set-dialect): New command.
22561 (bibtex-entry-type, bibtex-entry-head)
22562 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
22563 Bind via bibtex-set-dialect.
22564 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
22565 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
22566 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
22567 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
22568 Define via bibtex-set-dialect.
22569 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
22570 Obey bibtex-no-opt-remove-re.
22571 (bibtex-vec-push, bibtex-vec-incr): New functions.
22572 (bibtex-format-entry, bibtex-field-list)
22573 (bibtex-print-help-message, bibtex-validate)
22574 (bibtex-search-entries): Use new format of bibtex-entry-alist.
22575
22576 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
22577
22578 * progmodes/compile.el (compilation-goto-locus):
22579 * net/tramp-cmds.el (tramp-append-tramp-buffers):
22580 * bs.el (bs-cycle-next, bs-cycle-previous):
22581 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
22582 * bindings.el (mode-line-other-buffer):
22583 * autoinsert.el (auto-insert):
22584 * arc-mode.el (archive-extract):
22585 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
22586
22587 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
22588
22589 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
22590 Fix check of `emacs-lock-unlockable-modes'.
22591 Coerce true values of `emacs-lock--try-unlocking' to t.
22592
22593 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
22594
22595 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
22596 * emacs-lock.el: New file.
22597
22598 2011-07-05 Julien Danjou <julien@danjou.info>
22599
22600 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
22601 than `boundp' to check if face is set.
22602
22603 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
22604
22605 * register.el (registerv-make):
22606 * window.el (window-min-height): Fix typos in docstrings.
22607
22608 2011-07-05 Jan Djärv <jan.h.d@swipnet.se>
22609
22610 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
22611 Update doc string.
22612
22613 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
22614
22615 * server.el (server-execute): Catch quit and call
22616 `server-return-error' to pass the error back to emacsclient and
22617 close the connection (bug#8942).
22618
22619 2011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
22620
22621 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
22622 insecure exception for current topic. Also note that auto-saves
22623 are handled differently.
22624
22625 (allout-auto-save-temporarily-disabled, allout-just-did-undo):
22626 State variables for tracking auto-save inhibition situation.
22627
22628 (allout-write-contents-hook-handler): Rename from
22629 'allout-write-file-hook-handler', and describe how it depends on
22630 write-contents-functions sensitivity to non-nil value to prevent
22631 file write.
22632
22633 (allout-auto-save-hook-handler): Remove. auto-save does not check
22634 this in individual buffers, only in the starting buffer, so this
22635 is not the right way for us to inhibit auto-save in a buffer
22636 according to its condition.
22637
22638 (allout-mode): Use new allout-write-contents-hook-handler, and
22639 only with write-contents-functions. Remove auto-save provisions -
22640 they're implemented elsewhere.
22641
22642 (allout-before-change-handler): If undo is in progress, note that
22643 for attention of allout-post-command-business.
22644
22645 (allout-post-command-business): If the command we're following was
22646 an undo, check for change in the status of encrypted items and
22647 adjust auto-save inhibitions accordingly.
22648
22649 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
22650 according to whether there are or aren't any plain-text topics
22651 pending encryption.
22652
22653 (allout-inhibit-auto-save-info-for-decryption):
22654 Adjust buffer-saved-size and some allout state to inhibit auto-saves
22655 if there are plain-text topics pending encryption.
22656
22657 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
22658 buffer-saved-size and some allout state to not inhibit auto-saves
22659 if there are no longer any plain-text topics pending encryption.
22660
22661 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
22662 No longer provide for exemption of the current topic.
22663
22664 2011-07-04 Juri Linkov <juri@jurta.org>
22665
22666 Add 7z operations to delete and save changed members (bug#8968).
22667 * arc-mode.el (archive-7z-expunge, archive-7z-update):
22668 New defcustoms.
22669 (archive-7z-write-file-member): New function.
22670 (archive-7z-summarize): Fix the number of dashes in the
22671 listing output.
22672
22673 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
22674
22675 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
22676 (bug#8958).
22677
22678 2011-07-04 Chong Yidong <cyd@stupidchicken.com>
22679
22680 * bindings.el: Ignore next-buffer and previous-buffer in
22681 minibuffer-local-map.
22682
22683 * font-lock.el (font-lock-builtin-face): Change light background
22684 color to dark slate blue (Bug#6693).
22685
22686 2011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
22687
22688 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
22689
22690 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
22691
22692 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
22693 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
22694 Add switch-to-buffer.
22695
22696 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
22697
22698 * isearch.el (isearch-search-fun-function): Clarify further the
22699 meaning of the function returned.
22700
22701 2011-07-04 Michael Albinus <michael.albinus@gmx.de>
22702
22703 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
22704
22705 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
22706 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
22707 Use it.
22708 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
22709 `tramp-default-remote-path' does not exist.
22710 (tramp-send-command-and-read): New optional argument NOERROR.
22711 (tramp-open-connection-setup-interactive-shell)
22712 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
22713 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
22714 (tramp-process-sentinel): Flush also process' connection property.
22715 (tramp-sh-handle-start-file-process): Do not set process
22716 sentinel. It is done now ...
22717 (tramp-maybe-open-connection): ... here. (Bug#8929)
22718
22719 2011-07-04 MON KEY <monkey@sandpframing.com>
22720
22721 * play/animate.el (animate-string): Doc fixes and allow changing
22722 the buffer name (bug#5417).
22723
22724 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
22725
22726 * play/animate.el (animation-buffer-name): Rename from *animate*.
22727
22728 2011-07-04 Paul Eggert <eggert@cs.ucla.edu>
22729
22730 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
22731 This is simpler and helps future-proof the code.
22732 (timer-until): Use time-subtract and float-time.
22733 (timer--time-less-p): Use time-less-p.
22734
22735 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
22736
22737 * type-break.el (timep): Use the value of `float-time' to avoid a
22738 byte-compiler warning.
22739
22740 * server.el (server-eval-and-print): Return any result, even nil.
22741
22742 2011-07-03 Paul Eggert <eggert@cs.ucla.edu>
22743
22744 * type-break.el: Accept time formats that the builtins accept.
22745 (timep, type-break-time-difference): Accept any format that
22746 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
22747 This is simpler and helps future-proof the code.
22748 (type-break-time-difference): Round rather than ignoring
22749 subseconds components.
22750
22751 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
22752
22753 * info.el (Info-apropos-matches): Make non-interactive, since it
22754 doesn't seem to do anything useful as a command (bug#8829).
22755
22756 2011-07-03 Chong Yidong <cyd@stupidchicken.com>
22757
22758 * frame.el (frame-background-mode, frame-set-background-mode):
22759 Move from faces.el.
22760 (frame-default-terminal-background): New function.
22761
22762 * custom.el (custom-push-theme): Don't record faces in `changed'
22763 theme; this doesn't work correctly for per-frame face settings.
22764 (disable-theme): Use face-set-after-frame-default to reset faces.
22765 (custom--frame-color-default): New function.
22766
22767 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
22768
22769 * dired.el (dired-flagging-regexp): Remove unused variable
22770 (bug#8769).
22771
22772 2011-03-29 Kevin Ryde <user42@zip.com.au>
22773
22774 * progmodes/compile.el (compilation-error-regexp-alist-alist):
22775 `perl-Test2' extend to match possible "fail #N" rep count
22776 (bug#8377).
22777
22778 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
22779
22780 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
22781 `smtpmail-via-smtp' now returns the error instead of nil.
22782
22783 * isearch.el (isearch-search-fun-function): Clarify the doc string
22784 (bug#8101).
22785
22786 2011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
22787
22788 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
22789 unnecessary spaces (bug#8987).
22790
22791 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
22792
22793 * net/network-stream.el (open-network-stream): Use the
22794 :end-of-capability command thoughout.
22795
22796 2011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
22797
22798 * net/network-stream.el (open-network-stream): Add the
22799 :end-of-capability command parameter, used by pop3.el.
22800
22801 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
22802
22803 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
22804
22805 * fringe.el (fringe-query-style): Remove redundant text " (type ?
22806 for list)" (bug#6475).
22807
22808 * files.el (file-expand-wildcards): Ignore non-readable
22809 sub-directories while trying to find matches instead of signaling
22810 an error (bug#6297).
22811
22812 * man.el (Man-reference-regexp): Allow matching possible
22813 word-wrapped references (bug#6289).
22814
22815 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
22816 for consistency with the other vc buffers (bug#6197).
22817 (vc-checkin): Ditto.
22818
22819 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
22820
22821 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
22822
22823 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
22824
22825 * custom.el (defcustom): Clarify that :set is only used in the
22826 Customize user interface (bug#6089).
22827
22828 * progmodes/flymake.el (flymake-mode): If the buffer isn't
22829 associated with a file, refuse to run instead of erroring out
22830 (bug#6084).
22831
22832 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
22833 the doc string, since it appears that using `fill-column' always
22834 controls the width (bug#7845).
22835
22836 * simple.el (shell-command-on-region): Say where the error output
22837 went if `shell-command-default-error-buffer' is set (bug#6857).
22838
22839 2011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
22840
22841 * allout.el (allout-yank-processing): Adjust cursor position for
22842 backwards-deleted space.
22843
22844 (allout-rebullet-heading): Register changes with
22845 allout-exposure-changed-hook, so the modified topic is properly
22846 decorated.
22847
22848 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
22849
22850 * minibuffer.el (completion-in-region): Document PREDICATE
22851 (bug#7136).
22852
22853 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
22854 of keyword/argument pairs (bug#6904).
22855
22856 * replace.el (multi-occur):
22857 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
22858
22859 2011-07-02 Drew Adams <drew.adams@oracle.com>
22860
22861 * dired.el (dired-mark-if): Make the message about whether it's
22862 marking or unmarking clearer (bug#8523).
22863
22864 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
22865
22866 * disp-table.el (display-table-print-array): New function.
22867 (describe-display-table): Use it to print the vectors more pretty
22868 (Bug#8859).
22869
22870 2011-07-02 Martin Rudalics <rudalics@gmx.at>
22871
22872 * window.el (window-state-get-1): Don't assign clone numbers.
22873 Add clone-of item to list of window parameters.
22874 (window-state-put-2): Don't process clone numbers.
22875 (display-buffer-alist): Fix doc-string.
22876
22877 2011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
22878
22879 * subr.el (remq): Don't allocate if it's not needed.
22880 (keymap--menu-item-binding, keymap--menu-item-with-binding)
22881 (keymap--merge-bindings): New functions.
22882 (keymap-canonicalize): Use them to refine the canonicalization.
22883 * minibuffer.el (minibuffer-local-completion-map)
22884 (minibuffer-local-must-match-map): Move initialization from C.
22885 (minibuffer-local-filename-completion-map): Move initialization from C;
22886 don't inherit from anything here.
22887 (minibuffer-local-filename-must-match-map): Make obsolete.
22888 (completing-read-default): Use make-composed-keymap to combine
22889 minibuffer-local-filename-completion-map with either
22890 minibuffer-local-must-match-map or
22891 minibuffer-local-filename-completion-map.
22892
22893 2011-07-01 Glenn Morris <rgm@gnu.org>
22894
22895 * type-break.el (type-break-time-sum): Use dolist.
22896
22897 * textmodes/flyspell.el (flyspell-word-search-backward):
22898 Replace CL function.
22899
22900 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
22901
22902 * mouse.el (mouse--strip-first-event): New function.
22903 (function-key-map): Use it to map fringe clicks to normal clicks
22904 by default.
22905
22906 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
22907 (vc-bzr-revision-completion-table): Add support for annotate and date.
22908
22909 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
22910 inherit from parent.
22911
22912 2011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
22913
22914 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
22915 (dired-show-file-type): Doc fixup (bug#8818).
22916
22917 * dired.el (dired-mode): Fix up the doc string as suggested by
22918 Drew Adams (bug#8817).
22919
22920 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
22921 cookie, since the manual says that it should be possible to add
22922 this function to `find-file-hook' (bug#8709).
22923
22924 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
22925
22926 * progmodes/cfengine.el: Moved all cfengine3.el functionality
22927 here. Noted Ted Zlatanov as the maintainer.
22928 (cfengine-common-settings, cfengine-common-syntax): New functions
22929 to set up common things between `cfengine-mode' and
22930 `cfengine3-mode'.
22931 (cfengine3-mode): New mode.
22932 (cfengine3-defuns cfengine3-defuns-regex
22933 (cfengine3-class-selector-regex cfengine3-category-regex)
22934 (cfengine3-vartypes cfengine3-font-lock-keywords)
22935 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
22936 (cfengine3-indent-line): Add from cfengine3.el.
22937
22938 2011-07-01 Michael Albinus <michael.albinus@gmx.de>
22939
22940 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
22941
22942 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
22943
22944 2011-07-01 Martin Rudalics <rudalics@gmx.at>
22945
22946 * window.el (same-window-buffer-names, same-window-regexps)
22947 (same-window-p, special-display-frame-alist)
22948 (special-display-popup-frame, special-display-function)
22949 (special-display-buffer-names, special-display-regexps)
22950 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
22951 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
22952 (split-window-preferred-function, split-height-threshold)
22953 (split-width-threshold, even-window-heights)
22954 (display-buffer-mark-dedicated, window-splittable-p)
22955 (split-window-sensibly, window-safely-shrinkable-p):
22956 Un-obsolete.
22957 (display-buffer): Don't spread args with function specifier
22958 because special-display-popup-frame won't like it.
22959
22960 2011-07-01 Paul Eggert <eggert@cs.ucla.edu>
22961
22962 Time-stamp simplifications and fixes.
22963 These improve accuracy slightly, and future-proof the code
22964 against some potential changes to current-time format.
22965
22966 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
22967 by using time-since and float-time.
22968
22969 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
22970 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
22971 + NNN microseconds".
22972
22973 * type-break.el (type-break-time-sum): Rewrite using time-add.
22974
22975 * play/hanoi.el (hanoi-current-time-float): Remove.
22976 All uses replaced by float-time.
22977
22978 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
22979 This yields a more-accurate answer.
22980 (rng-time-to-float): Remove; no longer needed.
22981
22982 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
22983
22984 * calendar/timeclock.el (timeclock-seconds-to-time):
22985 Defalias to seconds-to-time, since they're the same thing.
22986
22987 * emacs-lisp/elp.el (elp-elapsed-time):
22988 * emacs-lisp/benchmark.el (benchmark-elapse):
22989 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
22990
22991 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
22992
22993 * window.el (bury-buffer): Don't iconify the only frame.
22994 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
22995 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
22996
22997 2011-07-01 Chong Yidong <cyd@stupidchicken.com>
22998
22999 * eshell/em-smart.el (eshell-smart-display-navigate-list):
23000 Add mouse-yank-primary.
23001
23002 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
23003
23004 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
23005
23006 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
23007
23008 * emacs-lisp/find-func.el (find-library--load-name): New fun.
23009 (find-library-name): Use it to find relative load names when provided
23010 absolute file name (bug#8803).
23011
23012 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
23013
23014 * textmodes/flyspell.el (flyspell-word): Consider words that
23015 differ only in case as potential doublons (bug#5687).
23016
23017 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
23018 Remove two rather uninteresting debugging-like messages to make
23019 debbugs.el more silent.
23020
23021 * comint.el (comint-password-prompt-regexp): Accept "Response" as
23022 a password-like phrase.
23023
23024 2011-06-30 Masatake YAMATO <yamato@redhat.com>
23025
23026 * progmodes/cc-guess.el: New file.
23027
23028 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
23029
23030 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
23031 derived from `c-basic-common-init'.
23032
23033 * progmodes/cc-mode.el (top-level): Require cc-guess.
23034 (c-basic-common-init): Use `cc-choose-style-for-mode'.
23035
23036 2011-06-30 Lawrence Mitchell <wence@gmx.li>
23037
23038 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
23039
23040 2011-06-30 Alan Mackenzie <acm@muc.de>
23041
23042 * progmodes/cc-engine.el (c-guess-continued-construct):
23043 Correct the handling of template-args-cont, particularly for when font
23044 lock is disabled. Name this case as "CASE G".
23045
23046 2011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
23047
23048 * allout.el (allout-yank-processing): Fix injection of extra space
23049 between bullet and non-whitespace character in first topic when
23050 pasting, ensuring that the actual spacing in the pasted topic
23051 following the bullet char is preserved. This extra space was
23052 causing pasted encrypted topics to get a decrypted status even
23053 when the content was actually still encrypted. Now the decryption
23054 status from before the paste is preserved.
23055
23056 (allout-flag-region): Set all allout overlays so they evaporate
23057 when reduced to zero length (evanescent), to prevent overlay
23058 leakage.
23059
23060 2011-06-30 Glenn Morris <rgm@gnu.org>
23061
23062 * w32-fns.el (w32-charset-info-alist): Declare.
23063
23064 * find-dired.el (find-grep-options): Simplify.
23065
23066 * term/ns-win.el (ns-set-resource): Declare.
23067
23068 * ses.el (row, col): Declare dynamic variables honestly.
23069
23070 * textmodes/reftex-parse.el (index-tags): Declare.
23071
23072 2011-06-30 Chong Yidong <cyd@stupidchicken.com>
23073
23074 * cus-edit.el (customize-push-and-save): New function.
23075
23076 * files.el (hack-local-variables-confirm): Use it.
23077
23078 * custom.el (load-theme): New arg NO-CONFIRM.
23079 Use customize-push-and-save (Bug#8720).
23080 (custom-enabled-themes): Doc fix.
23081
23082 * cus-theme.el (customize-create-theme)
23083 (custom-theme-merge-theme): Callers to load-theme changed.
23084
23085 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
23086
23087 * thingatpt.el (thing-at-point-short-url-regexp): Require that
23088 short URLs have at least one dot in them (bug #7614).
23089
23090 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
23091 nil, because using a pty is apparently too slow (bug #895).
23092
23093 2011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
23094
23095 * mail/sendmail.el (sendmail-query-once): New function.
23096 (sendmail-query-once-function): New variable.
23097
23098 2011-06-29 Glenn Morris <rgm@gnu.org>
23099
23100 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
23101
23102 * ses.el (top-level): Require cl when compiling.
23103 (ses-set-localvars): Fix error statement.
23104 Call it at compile time to silence a storm of warnings.
23105
23106 2011-06-29 Martin Rudalics <rudalics@gmx.at>
23107
23108 * window.el (normalize-live-buffer): Rename to
23109 window-normalize-buffer.
23110 (normalize-live-frame): Rename to window-normalize-frame.
23111 (normalize-any-window): Rename to window-normalize-any-window.
23112 (normalize-live-window): Rename to window-normalize-live-window.
23113 (make-window-atom): Rename to window-make-atom.
23114 (window-resize-reset): Rename to window--resize-reset.
23115 (window-resize-reset-1): Rename to window--resize-reset-1.
23116 (resize-mini-window): Rename to window--resize-mini-window.
23117 (resize-subwindows-skip-p): Rename to
23118 window--resize-subwindows-skip-p.
23119 (resize-subwindows-normal): Rename to
23120 window--resize-subwindows-normal.
23121 (resize-subwindows): Rename to window--resize-subwindows.
23122 (resize-other-windows): Rename to window--resize-siblings.
23123 (resize-this-window): Rename to window--resize-this-window.
23124 (resize-root-window): Rename to window--resize-root-window.
23125 (resize-root-window-vertically): Rename to
23126 window--resize-root-window-vertically.
23127 (normalize-buffer-to-display): Rename to
23128 window-normalize-buffer-to-display.
23129 (normalize-buffer-to-switch-to): Rename to
23130 window-normalize-buffer-to-switch-to.
23131 Correspondingly update all callers of the functions listed
23132 above.
23133 (display-buffer-alist, display-buffer-normalize-arguments)
23134 (display-buffer-normalize-options, display-buffer)
23135 (display-buffer-alist-set): Use "function" instead of
23136 "fun-with-args".
23137
23138 2011-06-28 Chong Yidong <cyd@stupidchicken.com>
23139
23140 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
23141 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
23142 debbugs.gnu.org. Mention acknowledgment email.
23143
23144 2011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
23145
23146 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
23147 buffer multibyteness, since it shouldn't matter.
23148
23149 2011-06-28 Martin Rudalics <rudalics@gmx.at>
23150
23151 * window.el (display-buffer-in-side-window): Handle dedicated
23152 windows as in display-buffer-reuse-window.
23153 (display-buffer-normalize-alist): Use value of override
23154 specifier.
23155 (display-buffer-normalize-specifiers): Use value of
23156 other-window-means-other-frame specifier.
23157 (display-buffer-alist): Rewrite some texts in widgets.
23158 (display-buffer): Spread arguments when calling function
23159 specified by fun-with-args.
23160
23161 2011-06-28 Deniz Dogan <deniz@dogan.se>
23162
23163 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
23164 Unnest `let'.
23165
23166 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
23167 selectors (Bug#5732).
23168 (css-proprietary-nmstart-re): Use `regexp-opt'.
23169
23170 2011-06-27 Jari Aalto <jari.aalto@cante.net>
23171
23172 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
23173 (eshell-ls-date-format): New defcustom.
23174 (eshell-ls-file): Use it.
23175
23176 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
23177
23178 * help-fns.el (describe-variable): Fix message for terminal-local vars.
23179
23180 2011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
23181
23182 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
23183 (ange-ftp-make-tmp-name): New arg.
23184 (ange-ftp-file-local-copy): Use it.
23185
23186 2011-06-27 Jambunathan K <kjambunathan@gmail.com>
23187
23188 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
23189 no-conversion (Bug#8870).
23190
23191 2011-06-27 Martin Rudalics <rudalics@gmx.at>
23192
23193 * window.el (window-right, window-left, window-child)
23194 (window-child-count, window-last-child)
23195 (window-iso-combination-p, walk-window-tree-1)
23196 (window-atom-check-1, window-tree-1, delete-window)
23197 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
23198 new naming conventions - window-vchild, window-hchild,
23199 window-next and window-prev are now called window-top-child,
23200 window-left-child, window-next-sibling and window-prev-sibling
23201 respectively.
23202 (resize-window-reset): Rename to window-resize-reset.
23203 (resize-window-reset-1): Rename to window-resize-reset-1.
23204 (resize-window): Rename to window-resize.
23205 (window-min-height, window-min-width)
23206 (resize-mini-window, resize-this-window, resize-root-window)
23207 (resize-root-window-vertically, adjust-window-trailing-edge)
23208 (enlarge-window, shrink-window, maximize-window)
23209 (minimize-window, delete-window, quit-restore-window)
23210 (split-window, balance-windows, balance-windows-area-adjust)
23211 (balance-windows-area, window-state-put-2)
23212 (display-buffer-even-window-sizes, display-buffer-set-height)
23213 (display-buffer-set-width, set-window-text-height)
23214 (fit-window-to-buffer): Rename all "resize-window" prefixed
23215 calls to use the "window-resize" prefix convention.
23216 (display-buffer-alist): Fix symbol for label specifier.
23217 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
23218 corresponding specifier.
23219 Reported by Juanma Barranquero <lekktu@gmail.com>.
23220
23221 2011-06-27 Vincent BelaĂ¯che <vincentb1@users.sourceforge.net>
23222
23223 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
23224 convention.
23225 (ses-call-printer): Does not pass an empty string to formatter when the
23226 cell is empty to keep from barking printer Calc math-format-value.
23227
23228 2011-06-27 Richard Stallman <rms@gnu.org>
23229
23230 * battery.el (battery-mode-line-limit): New variable.
23231 (battery-update): Handle it.
23232
23233 * mail/rmailmm.el (rmail-mime-process-multipart):
23234 Handle truncated messages.
23235
23236 2011-06-27 Glenn Morris <rgm@gnu.org>
23237
23238 * progmodes/flymake.el (flymake-err-line-patterns):
23239 Allow for column numbers in the ant/javac pattern. (Bug#8866)
23240
23241 2011-06-27 Vincent BelaĂ¯che <vincentb1@users.sourceforge.net>
23242
23243 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
23244 (ses--clean-!, ses--clean-_): New functions.
23245 (ses-range): Add configurability of readout order, and conversion
23246 to Calc vector.
23247
23248 * ses.el (ses-repair-cell-reference-all): New function.
23249 (ses-cell-symbol): Set macro as safe, so that it can be used in
23250 formulas.
23251
23252 * ses.el: Update cycle detection algorithm.
23253 (ses-localvars): Add ses--Dijkstra-attempt-nb and
23254 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
23255 (ses-set-localvars): New function.
23256 (ses-make-cell): Add property-list as a cell element.
23257 (ses-cell-property-get-fun, ses-cell-property-get)
23258 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
23259 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
23260 New functions.
23261 (ses-cell-property-set, ses-cell-property-pop)
23262 (ses-cell-property-get-handle): New macro.
23263 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
23264 New aliases, used for code readability.
23265 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
23266 cycle detection.
23267 (ses-self-reference-early-detection): New defcustom.
23268 (ses-formula-references): Robustify against self-referring cells.
23269 (ses-mode): Use ses-set-localvars.
23270 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
23271 before lauching the update processing.
23272 (ses-initialize-Dijkstra-attempt): New function.
23273 (ses-recalculate-cell): Update for cycle detection based on
23274 Dijkstra algorithm.
23275
23276 * ses.el: Fix commenting and indenting convention.
23277
23278 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
23279
23280 * bs.el (bs-cycle-next): Complete last change.
23281
23282 2011-06-27 Drew Adams <drew.adams@oracle.com>
23283
23284 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
23285
23286 2011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
23287
23288 * net/network-stream.el (network-stream-open-starttls):
23289 Don't re-get capabilities unless we've reestablished connection.
23290 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
23291
23292 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
23293 to binary to possibly avoid line encoding issues on Windows (among
23294 other things).
23295
23296 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
23297
23298 * net/network-stream.el (open-network-stream): Return an :error
23299 saying what the problem was, if possible.
23300
23301 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
23302 server.
23303
23304 * net/network-stream.el (network-stream-open-starttls): If we
23305 wanted to use STARTTLS, and the server offered it, but we weren't
23306 able to because we had no STARTTLS support, then close the connection.
23307 (open-network-stream): Return an :error element, if present.
23308
23309 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
23310
23311 * hl-line.el (hl-line-sticky-flag): Doc fix.
23312 (global-hl-line-sticky-flag): New option (Bug#8323).
23313 (global-hl-line-highlight): Obey it.
23314
23315 * vc/vc.el (vc-revert-show-diff): Default to t.
23316
23317 2011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
23318
23319 * allout-widgets.el (allout-widgets-post-command-business):
23320 Stop decorating intermediate isearch matches. They're not being
23321 undecorated when an isearch is continued past, and isearch
23322 automatically collapses them. This leads to "widget leaks", where
23323 decorated items accumulate in collapsed areas. Lines with lots of
23324 hidden widgets can slow down cursor travel, substantially.
23325 Too much complicated machinery would be needed to ensure undecoration,
23326 so we're doing without this nicety.
23327
23328 (allout-widgets-tally-string): Don't try to do a hash-table-count
23329 of allout-widgets-tally when it's nil. This eliminates spurious "Error
23330 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
23331 *Messages* when allout-widgets-maintain-tally is t.
23332
23333 2011-06-26 Martin Rudalics <rudalics@gmx.at>
23334
23335 * window.el (display-buffer-normalize-argument): Rename to
23336 display-buffer-normalize-arguments. Handle special meaning of
23337 LABEL argument. Respect special-display-function when popping up
23338 a new frame. Fix code searching for a window showing the buffer
23339 on another frame.
23340 (display-buffer-normalize-specifiers):
23341 Call display-buffer-normalize-arguments.
23342 (display-buffer-in-window): Don't undedicate the window if its
23343 buffer remains the same.
23344 Reported by Drew Adams <drew.adams@oracle.com>.
23345 (display-buffer-alist): Add choice for same-window macro
23346 specfier.
23347 (display-buffer): Mention special meaning of LABEL argument in
23348 doc-string. Fix quoting. Don't pop up a new frame even as
23349 fallback.
23350
23351 2011-06-26 Juanma Barranquero <lekktu@gmail.com>
23352
23353 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
23354 avoid deleting the current window in some cases (bug#8911).
23355
23356 2011-06-26 Andreas Schwab <schwab@linux-m68k.org>
23357
23358 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
23359 (Bug#8934)
23360
23361 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
23362
23363 * net/network-stream.el (network-stream-open-starttls):
23364 Use built-in TLS support if `gnutls-available-p' is true.
23365 (network-stream-open-tls): Ditto.
23366
23367 2011-06-26 Leo Liu <sdl.web@gmail.com>
23368
23369 * register.el (registerv): New struct.
23370 (registerv-make): New function.
23371 (jump-to-register, describe-register-1, insert-register):
23372 Support the jump-func, print-func and insert-func slot of a registerv
23373 struct. (Bug#8415)
23374
23375 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
23376
23377 * vc/vc.el (vc-revert-show-diff): New defcustom.
23378 (vc-diff-internal): New arg specifying diff buffer.
23379 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
23380 reuse an existing *vc-diff* buffer (Bug#8927).
23381
23382 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
23383
23384 2011-06-26 Glenn Morris <rgm@gnu.org>
23385
23386 * progmodes/f90.el (f90-critical-indent): New option.
23387 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
23388 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
23389 (f90-mode): Doc fix.
23390 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
23391 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
23392 (f90-beginning-of-block, f90-next-block, f90-indent-region)
23393 (f90-match-end): Handle block, critical.
23394
23395 2011-06-25 Glenn Morris <rgm@gnu.org>
23396
23397 * calendar/diary-lib.el (diary-included-files): Doc fix.
23398 (diary-include-files): New function, extracted from
23399 diary-include-other-diary-files and diary-mark-included-diary-files.
23400 (diary-include-other-diary-files, diary-mark-included-diary-files):
23401 Just call diary-include-files.
23402 (diary-mark-entries): Reset diary-included-files on first call.
23403
23404 * calendar/diary-lib.el (diary-mark-entries)
23405 (diary-mark-included-diary-files):
23406 Visit included diary-files in temp buffers.
23407
23408 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
23409 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
23410 (f90-start-block-re, f90-imenu-generic-expression)
23411 (f90-looking-at-program-block-start, f90-no-block-limit):
23412 Add support for submodules.
23413
23414 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
23415 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
23416
23417 2011-06-25 Eli Zaretskii <eliz@gnu.org>
23418
23419 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
23420 buffer-file-type before setting its value, to avoid disastrous
23421 global effects on decoding files for DOS/Windows systems. (Bug#8780)
23422
23423 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
23424
23425 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
23426
23427 * ses.el (ses-unload-function):
23428 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
23429
23430 * proced.el (proced-unload-function):
23431 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
23432
23433 2011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
23434
23435 * server.el (server-create-window-system-frame): Add parameters arg.
23436 (server-process-filter): Doc fix. Handle frame-parameters.
23437
23438 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
23439
23440 Fix bug#8730, bug#8781.
23441
23442 * loadhist.el (unload--set-major-mode): New function.
23443 (unload-feature): Use it.
23444
23445 * progmodes/python.el (python-after-info-look): Add autoload cookie.
23446 (python-unload-function): New function.
23447
23448 2011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
23449
23450 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
23451
23452 2011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
23453
23454 * net/browse-url.el (browse-url-firefox-program): Add icecat to
23455 the candidates list.
23456
23457 2011-06-24 Juanma Barranquero <lekktu@gmail.com>
23458
23459 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
23460
23461 2011-06-23 Richard Stallman <rms@gnu.org>
23462
23463 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
23464 (rmail-variables): Set next-error-move-function.
23465 (rmail-what-message): Take argument POS.
23466 (rmail-next-error-move): New function.
23467
23468 2011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
23469
23470 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
23471 messages for adjacent non-terminals.
23472
23473 2011-06-23 Richard Stallman <rms@gnu.org>
23474
23475 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
23476 (rmail-show-message-1): Preserve buffer modified flag.
23477 (rmail-start-mail): Don't specify use of rmail-mail-return;
23478 that's done by mail-bury now.
23479 (rmail-mail-return): Handle arg NEWBUF.
23480
23481 2011-06-23 Michael Albinus <michael.albinus@gmx.de>
23482
23483 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
23484 SIZE is a number.
23485
23486 2011-06-23 Martin Rudalics <rudalics@gmx.at>
23487
23488 * window.el (get-lru-window, get-mru-window)
23489 (get-largest-window): Never return a minibuffer window.
23490 (display-buffer-pop-up-window): Fix a bug that could lead to
23491 reusing the minibuffer window.
23492 (display-buffer): Pass original specifier argument to
23493 display-buffer-function instead of the normalized one.
23494 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
23495
23496 2011-06-22 Leo Liu <sdl.web@gmail.com>
23497
23498 * minibuffer.el (completing-read-function)
23499 (completing-read-default): Move from minibuf.c.
23500
23501 2011-06-22 Richard Stallman <rms@gnu.org>
23502
23503 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
23504 to Rmail even if not started by a special Rmail command.
23505
23506 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
23507 Copy the buffer currently showing just one message.
23508
23509 2011-06-22 Roland Winkler <winkler@gnu.org>
23510
23511 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
23512 (bibtex-clean-entry): First delete the old key so that a
23513 customized algorithm for generating the new key does not get
23514 confused by the old key.
23515 (bibtex-url): Obey regexp of first step.
23516 (bibtex-search-entries): Do not use add-to-list with local
23517 list-var.
23518
23519 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
23520
23521 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
23522 stored a user name, then query for the password first, instead of
23523 waiting for SMTP to give an error message and the trying again.
23524
23525 2011-06-22 Lawrence Mitchell <wence@gmx.li>
23526
23527 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
23528 BUFFER in call-process.
23529
23530 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
23531
23532 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
23533 QUIT twice.
23534 (smtpmail-try-auth-methods): Require user name and password from
23535 auth-source.
23536
23537 2011-06-22 Martin Rudalics <rudalics@gmx.at>
23538
23539 * window.el (display-buffer-default-specifiers)
23540 (display-buffer-alist): Remove entries for pop-up-frame-alist.
23541 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
23542 (split-window): Normalize SIDE argument (Bug#8916).
23543
23544 * frame.el (pop-up-frame-alist, pop-up-frame-function)
23545 (special-display-frame-alist, special-display-popup-frame):
23546 Remove duplicate declarations. These are now in window.el.
23547
23548 2011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
23549
23550 * mail/smtpmail.el (smtpmail-via-smtp):
23551 Set :use-starttls-if-possible so that we always use STARTTLS if the
23552 server supports it. SMTP servers that support STARTTLS commonly
23553 require it.
23554
23555 * net/network-stream.el (network-stream-open-starttls): Support
23556 upgrading to STARTTLS always, even if we don't have built-in support.
23557 (open-network-stream): Add the :always-query-capabilities keyword.
23558
23559 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
23560 upgrades with `open-network-stream', and rely solely on
23561 auth-source for all credentials. Big changes throughout the file,
23562 but in particular:
23563 (smtpmail-auth-credentials): Remove.
23564 (smtpmail-starttls-credentials): Remove.
23565 (smtpmail-via-smtp): Check for servers saying they want AUTH after
23566 MAIL FROM, too.
23567
23568 * net/network-stream.el (network-stream-open-starttls):
23569 Provide support for client certificates both for external and built-in
23570 STARTTLS.
23571 (auth-source): Require.
23572 (open-network-stream): Document the :client-certificate keyword.
23573 (network-stream-certificate): Change cert-cert to cert and
23574 cert-key to key.
23575
23576 2011-06-21 Michael Albinus <michael.albinus@gmx.de>
23577
23578 * net/tramp-cache.el (top): Don't load the persistency file when
23579 "emacs -Q" has been called.
23580
23581 2011-06-21 Tim Harper <timcharper@gmail.com>
23582
23583 * term/ns-win.el (ns-initialize-window-system):
23584 Set application-specific `ApplePressAndHoldEnabled' system
23585 resource to NO as it is not yet supported by the NS port.
23586
23587 2011-06-21 Juanma Barranquero <lekktu@gmail.com>
23588
23589 * misc.el (list-dynamic-libraries--refresh): Compute header here...
23590 (list-dynamic-libraries): ...not here.
23591
23592 2011-06-21 Leo Liu <sdl.web@gmail.com>
23593
23594 * subr.el (sha1): Implement sha1 using secure-hash.
23595
23596 2011-06-21 Martin Rudalics <rudalics@gmx.at>
23597
23598 * window.el (display-buffer-alist): In default value do not
23599 enforce searching a window on any but the selected frame.
23600 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
23601 (display-buffer-select-window): Remove function.
23602 (display-buffer-in-window): When a window on another frame gets
23603 reused, do not select it any more but just raise its frame if
23604 necessary (Bug#8851) and (Bug#8856).
23605 (display-buffer-normalize-options): Handle pop-up-frames related
23606 options more faithfully.
23607 (pop-to-buffer): Don't rely on `display-buffer' selecting the
23608 window if it is on another frame.
23609 (display-buffer-alist, display-buffer-default-specifiers):
23610 Don't make new frame unsplittable by default.
23611 (display-buffer-normalize-argument): Fix doc-string typo and use
23612 'same-frame-other-window instead of 'other-window when associating
23613 with display-buffer-macro-specifiers.
23614
23615 2011-06-21 Vincent BelaĂ¯che <vincent.b.1@hotmail.fr>
23616
23617 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
23618 New functions.
23619 (5x5-mode-map, 5x5-mode-menu): Bind them.
23620 (5x5-draw-grid): Tweak the solver's rendering.
23621
23622 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
23623
23624 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
23625 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
23626
23627 2011-06-21 Drew Adams <drew.adams@oracle.com>
23628
23629 * menu-bar.el: Use function variable instead of switch-to-buffer.
23630 (menu-bar-select-buffer-function): New variable.
23631 (menu-bar-update-buffers): Use it (bug#8876).
23632
23633 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
23634
23635 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
23636 variable's status.
23637
23638 2011-06-20 Jan Djärv <jan.h.d@swipnet.se>
23639
23640 * x-dnd.el (x-dnd-version-from-flags)
23641 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
23642 and long as number (Bug#8899).
23643 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
23644
23645 2011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
23646
23647 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
23648 (completion-try-completion, completion-all-completions): Compute the
23649 metadata argument if it's missing; make it optional (bug#8795).
23650
23651 * wid-edit.el: Use lex-bind and move towards completion-at-point.
23652 (widget-complete): Use new :completion-function property.
23653 (widget-completions-at-point): New function.
23654 (default): Use :completion-function instead of :complete.
23655 (widget-default-completions): Rename from widget-default-complete;
23656 Rewrite.
23657 (widget-string-complete, widget-file-complete, widget-color-complete):
23658 Remove functions.
23659 (file, symbol, function, variable, coding-system, color):
23660 * international/mule-cmds.el (default-input-method, charset)
23661 (language-info-custom-alist):
23662 * cus-edit.el (face): Use new property :completions.
23663
23664 * progmodes/pascal.el (pascal-completions-at-point): New function.
23665 (pascal-mode): Use it.
23666 (pascal-mode-map): Use completion-at-point.
23667 (pascal-toggle-completions): Make obsolete.
23668 (pascal-complete-word, pascal-show-completions):
23669 * progmodes/octave-mod.el (octave-complete-symbol):
23670 Redefine as obsolete alias.
23671 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
23672 Signal absence of completion info for old Octave,
23673 (inferior-octave-complete): Redefine as obsolete alias.
23674 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
23675 (meta-completions-at-point): Rename from meta-complete-symbol and
23676 adapt it for use on completion-at-point-functions.
23677 (meta-common-mode): Use it.
23678 (meta-looking-at-backward, meta-match-buffer): Remove.
23679 (meta-complete-symbol): Redefine as obsolete alias.
23680 (meta-common-mode-map): Use completion-at-point.
23681 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
23682 (makefile-mode-map): Use completion-at-point.
23683 (makefile-completions-at-point): Rename from makefile-complete and
23684 adapt it for use on completion-at-point-functions.
23685 (makefile-mode): Use it.
23686 (makefile-complete): Redefine as obsolete alias.
23687
23688 2011-06-20 Deniz Dogan <deniz@dogan.se>
23689
23690 * net/rcirc.el: Delete trailing whitespaces once and for all.
23691
23692 2011-06-20 Daniel Colascione <dan.colascione@gmail.com>
23693
23694 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
23695
23696 2011-06-19 Chong Yidong <cyd@stupidchicken.com>
23697
23698 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
23699
23700 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
23701
23702 2011-06-19 Martin Rudalics <rudalics@gmx.at>
23703
23704 * window.el (display-buffer-other-window-means-other-frame):
23705 Call display-buffer-normalize-alist.
23706 (display-buffer-normalize-specifiers-1): Rename to
23707 display-buffer-normalize-argument. New argument other-frame.
23708 Rewrite.
23709 (display-buffer-normalize-specifiers-2): Rename to
23710 display-buffer-normalize-options.
23711 (display-buffer-normalize-alist-1): New function.
23712 (display-buffer-normalize-specifiers-3): Rename to
23713 display-buffer-normalize-alist.
23714 Call display-buffer-normalize-alist-1.
23715 (display-buffer-normalize-options-inhibit): New variable.
23716 (display-buffer-normalize-specifiers): Rewrite calling
23717 display-buffer-normalize-alist,
23718 display-buffer-normalize-argument, and
23719 display-buffer-normalize-options. Don't call the latter if
23720 display-buffer-normalize-options-inhibit is non-nil.
23721 (frame-auto-delete): New option.
23722 (window-deletable-p): Use frame-auto-delete.
23723 (window-list-no-nils, window-state-ignored-parameters)
23724 (window-state-get-1, window-state-get, window-state-put-list)
23725 (window-state-put-1, window-state-put-2, window-state-put):
23726 New functions.
23727 (display-buffer-normalize-options): Move special-display-p group
23728 after pop-up-frame group (Bug#8851) and (Bug#8856).
23729
23730 2011-06-18 Chong Yidong <cyd@stupidchicken.com>
23731
23732 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
23733 groups (Bug#8776).
23734 (rx-submatch-n): New function.
23735 (rx): Document it.
23736
23737 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
23738 (Bug#8768).
23739
23740 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
23741
23742 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
23743
23744 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
23745 anytime existing face settings are present (Bug#8889).
23746
23747 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
23748 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
23749 Remove unused argument.
23750
23751 2011-06-18 Martin Rudalics <rudalics@gmx.at>
23752
23753 * window.el (display-buffer-default-specifiers):
23754 Remove pop-up-frame. Add pop-up-window-min-height,
23755 pop-up-window-min-width, and another reuse-window specifier
23756 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
23757 (display-buffer-normalize-specifiers-2):
23758 Handle split-height-threshold and split-width-threshold also when
23759 pop-up-windows is unset. Add a reuse-window specifier for the
23760 case popping up a new window fails.
23761 (special-display-popup-frame): Remove double quoting.
23762 (display-buffer-normalize-specifiers-1): Fix thinko.
23763
23764 2011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
23765
23766 * shell.el (shell-completion-vars): Set pcomplete-termination-string
23767 according to comint-completion-addsuffix.
23768
23769 * pcomplete.el: Convert to lexical binding and fix bug#8819.
23770 (pcomplete-suffix-list): Mark as obsolete.
23771 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
23772 pcomplete-seen in the closure.
23773 (pcomplete-comint-setup): Setup completion-at-point as well.
23774 (pcomplete--entries): New function.
23775 (pcomplete--env-regexp): New var.
23776 (pcomplete-entries): Rewrite to work with partial-completion and
23777 without relying on pcomplete-suffix-list.
23778 (pcomplete-pare-list): Remove, unused.
23779
23780 2011-06-17 Martin Rudalics <rudalics@gmx.at>
23781
23782 * window.el (display-buffer-alist): Set pop-up-window-min-height
23783 and pop-up-window-min-width in default value. Reported by
23784 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
23785 other-window-means-other-frame.
23786 (display-buffer-macro-specifiers): Comment out entry for
23787 other-window specifier.
23788 (display-buffer-other-window-means-other-frame): New function.
23789 (display-buffer-normalize-specifiers-1): New arguments
23790 buffer-name and label. Treat other-window case specially.
23791 (display-buffer-normalize-specifiers-2): Treat other-window case
23792 specially.
23793 (display-buffer-normalize-specifiers-3): New function.
23794 (display-buffer-normalize-specifiers):
23795 Call display-buffer-normalize-specifiers-3.
23796
23797 2011-06-17 Martin Rudalics <rudalics@gmx.at>
23798
23799 * window.el (same-window-p): Fix two typos introduced when
23800 adding with-no-warnings.
23801 (display-buffer-normalize-specifiers-1): Don't check
23802 pop-up-frames for 'unset initialization.
23803 (display-buffer-normalize-specifiers-2): Major rewrite using
23804 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
23805 (pop-up-frames, display-buffer-reuse-frames)
23806 (display-buffer-mark-dedicated): Don't initialize to 'unset.
23807 Suggested by David Engster <deng@randomsample.de>.
23808 (even-window-heights): Initialize to 'unset.
23809 (display-buffer-alist-set): Handle new 'unset initializations.
23810 (display-buffer-macro-specifiers): Don't pop up a new frame in the
23811 other window case.
23812
23813 2011-06-16 Martin Rudalics <rudalics@gmx.at>
23814
23815 * window.el (display-buffer-normalize-specifiers-1):
23816 Respect current value of pop-up-frames for most reasonable values of
23817 second argument of display-buffer (Bug#8865).
23818 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
23819 (switch-to-buffer-other-window-same-frame)
23820 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
23821 Adams (Bug#8875).
23822 (display-buffer): Don't check noninteractive when calling
23823 display-buffer-pop-up-frame.
23824 (display-buffer-pop-up-frame): Never pop up a frame in
23825 noninteractive mode (Bug#8857).
23826 (enlarge-window, shrink-window): Don't report an error when the
23827 window can't be resized as requested (Bug#8862).
23828
23829 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
23830
23831 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
23832
23833 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
23834
23835 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
23836
23837 2011-06-15 Alan Mackenzie <acm@muc.de>
23838
23839 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
23840 for declarators, disable knr checking to speed up for normal files.
23841 2: Refactor, replacing a sequence of nested if forms by a cond form.
23842
23843 2011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
23844
23845 * net/network-stream.el (open-network-stream): Add the keyword
23846 :always-query-capabilities for the case where you want to force a
23847 `plain' network connection, but the protocol still requires the
23848 capabilitiy command (i.e., SMTP and EHLO).
23849
23850 * subr.el (process-live-p): Rename from `process-alive-p' for
23851 consistency with other `-live-p' functions.
23852
23853 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
23854
23855 * window.el (same-window-buffer-names, same-window-regexps)
23856 (special-display-frame-alist, special-display-popup-frame)
23857 (special-display-function, special-display-buffer-names)
23858 (special-display-regexps, pop-up-frame-alist)
23859 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
23860 (pop-up-windows, split-window-preferred-function)
23861 (split-height-threshold, split-width-threshold, even-window-heights)
23862 (display-buffer-mark-dedicated): Don't encourage the use of
23863 display-buffer-alist from Elisp code.
23864
23865 2011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
23866
23867 * progmodes/python.el (python-mode): Derive from prog-mode.
23868 * progmodes/ps-mode.el (ps-mode):
23869 * progmodes/mixal-mode.el (mixal-mode):
23870 * progmodes/cfengine.el (cfengine-mode):
23871 * progmodes/ld-script.el (ld-script-mode): Likewise.
23872
23873 2011-06-15 Martin Rudalics <rudalics@gmx.at>
23874
23875 * window.el (display-buffer-alist): Trim default value to avoid
23876 popping up a new frame (Bug#8857) or reusing an arbitrary window
23877 on another frame.
23878 (display-buffer): Do not fall back on popping up a new frame in
23879 batch mode (Bug#8857).
23880
23881 2011-06-14 Chong Yidong <cyd@stupidchicken.com>
23882
23883 * cus-theme.el (describe-theme-1): Use custom-theme-p.
23884 (custom-theme-summary): New function.
23885 (customize-themes): Use it.
23886
23887 2011-06-13 Glenn Morris <rgm@gnu.org>
23888
23889 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
23890
23891 2011-06-13 Martin Rudalics <rudalics@gmx.at>
23892
23893 * help.el (help-window): Remove variable.
23894 (help-window-point-marker, temp-buffer-max-height)
23895 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
23896 (help-print-return-message): Don't set help-window.
23897 (resize-temp-buffer-window): Rewrite cod eand doc-string.
23898 (help-window-setup-finish): Remove.
23899 (help-window-display-message, help-window-setup)
23900 (with-help-window): Major rewrite based on new
23901 display-buffer-window variable.
23902
23903 * help-mode.el (help-mode-finish): Remove help-window related
23904 code.
23905
23906 * view.el (view-exits-all-viewing-windows): Remove reference to
23907 view-return-to-alist in doc-string.
23908 (view-return-to-alist): Make obsolete.
23909 (view-buffer): Call pop-to-buffer-same-window and remove
23910 undo-window code.
23911 (view-buffer-other-window): Call pop-to-buffer-other-window and
23912 simplify code. Ignore second argument.
23913 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
23914 simplify code. Ignore second argument.
23915 (view-return-to-alist-update): Make obsolete.
23916 (view-mode-enter): Rename second argument to QUIT-RESTORE.
23917 Rewrite using quit-restore window parameters.
23918 (view-mode-exit): Rename second argument to EXIT-ONLY.
23919 Rewrite using quit-restore-window.
23920 (View-exit, View-exit-and-edit, View-leave, View-quit)
23921 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
23922 appropriate arguments.
23923 (view-end-message): Use quit-restore window parameter.
23924
23925 * window.el (display-buffer-function): Rewrite doc-string.
23926 (display-buffer-window, display-buffer-alist): New variables.
23927 (display-buffer-split-specifiers)
23928 (display-buffer-side-specifiers)
23929 (display-buffer-macro-specifiers): New constants.
23930 (display-buffer-even-window-sizes, display-buffer-set-height)
23931 (display-buffer-set-width, display-buffer-select-window)
23932 (display-buffer-in-window, display-buffer-reuse-window)
23933 (display-buffer-split-window-1, display-buffer-split-window)
23934 (display-buffer-split-atom-window, display-buffer-pop-up-window)
23935 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
23936 (display-buffer-in-side-window, normalize-buffer-to-display)
23937 (display-buffer-normalize-specifiers-1)
23938 (display-buffer-normalize-specifiers-2)
23939 (display-buffer-normalize-specifiers, display-buffer-frame):
23940 New functions.
23941 (display-buffer): Major rewrite.
23942 (display-buffer-other-window, display-buffer-other-frame)
23943 (pop-to-buffer, switch-to-buffer-other-window)
23944 (switch-to-buffer-other-frame): Rewrite.
23945 (display-buffer-same-window, display-buffer-same-frame)
23946 (display-buffer-same-frame-other-window)
23947 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
23948 (pop-to-buffer-other-window)
23949 (pop-to-buffer-same-frame-other-window)
23950 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
23951 (switch-to-buffer-other-window-same-frame): New functions.
23952 (same-window-p, special-display-p): Rewrite disabling warnings.
23953 Make obsolete.
23954 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
23955 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
23956 Make obsolete
23957 (same-window-buffer-names, same-window-regexps)
23958 (special-display-frame-alist, special-display-popup-frame)
23959 (special-display-function, special-display-buffer-names)
23960 (special-display-regexps, pop-up-frame-alist)
23961 (pop-up-frame-function, split-window-preferred-function)
23962 (split-height-threshold, split-width-threshold)
23963 (even-window-heights): Make obsolete.
23964
23965 2011-06-12 Glenn Morris <rgm@gnu.org>
23966
23967 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
23968 Misc simplifications.
23969
23970 2011-06-12 Martin Rudalics <rudalics@gmx.at>
23971
23972 * window.el (window-safely-shrinkable-p): Restore function which
23973 was inadvertently removed in change from 2011-06-11. Declare as
23974 obsolete.
23975
23976 * calendar/calendar.el (calendar-generate-window):
23977 Use window-iso-combined-p instead of combination of one-window-p and
23978 window-safely-shrinkable-p.
23979
23980 2011-06-12 Glenn Morris <rgm@gnu.org>
23981
23982 * progmodes/fortran.el (fortran-mode-syntax-table):
23983 * progmodes/f90.el (f90-mode-syntax-table):
23984 Set % to punctuation. (Bug#8820)
23985 (f90-find-tag-default): Remove, no longer needed.
23986
23987 2011-06-12 Daniel Colascione <dan.colascione@gmail.com>
23988
23989 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
23990
23991 2011-06-11 Chong Yidong <cyd@stupidchicken.com>
23992
23993 * image.el (image-animated-p): Return animation delay in seconds.
23994 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
23995 (image-animate-timeout): Remove DELAY argument. Don't assume
23996 every subimage has the same delay; get it from image-animated-p.
23997 (image-animate): Caller changed.
23998
23999 2011-06-11 Michael Albinus <michael.albinus@gmx.de>
24000
24001 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
24002 to ignored backtrace functions.
24003
24004 2011-06-11 Glenn Morris <rgm@gnu.org>
24005
24006 * calendar/appt.el (appt-disp-window-function): Doc fix.
24007 (appt-check): Handle overlapping appointments. (Bug#8337)
24008
24009 2011-06-11 Martin Rudalics <rudalics@gmx.at>
24010
24011 * window.el (window-tree-1, window-tree): New functions, moving
24012 the latter to window.el.
24013 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
24014 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
24015 (bw-refresh-edges): Remove.
24016 (balance-windows-1, balance-windows-2): New functions.
24017 (balance-windows): Rewrite in terms of window tree functions,
24018 balance-windows-1 and balance-windows-2.
24019 (bw-adjust-window): Remove.
24020 (balance-windows-area-adjust): New function with functionality of
24021 bw-adjust-window but using resize-window.
24022 (set-window-text-height): Rewrite doc-string.
24023 Use normalize-live-window and resize-window.
24024 (enlarge-window-horizontally, shrink-window-horizontally):
24025 Rename argument to DELTA.
24026 (window-buffer-height): New function.
24027 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
24028 Rewrite using new window resize routines.
24029 (kill-buffer-and-window, mouse-autoselect-window-select):
24030 Use ignore-errors instead of condition-case.
24031 (quit-window): Call delete-frame instead of delete-windows-on
24032 for the only buffer on frame.
24033
24034 2011-06-10 Martin Rudalics <rudalics@gmx.at>
24035
24036 * loadup.el (top-level): Load window before files for the sake
24037 of replace-buffer-in-windows.
24038
24039 * files.el (read-buffer-to-switch)
24040 (switch-to-buffer-other-window)
24041 (switch-to-buffer-other-frame, display-buffer-other-frame):
24042 Move to window.el.
24043
24044 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
24045 (previous-buffer): Move to window.el.
24046
24047 * bindings.el (unbury-buffer): Move to window.el.
24048
24049 * window.el (delete-other-windows-vertically): Move after
24050 definition of delete-other-windows.
24051 (other-window, delete-windows-on, replace-buffer-in-windows):
24052 Move here from window.c.
24053 (record-window-buffer, unrecord-window-buffer)
24054 (set-window-buffer-start-and-point, switch-to-prev-buffer)
24055 (switch-to-next-buffer): New functions.
24056 (get-next-valid-buffer, last-buffer, next-buffer): Move here
24057 from simple.el. Call switch-to-next-buffer.
24058 (previous-buffer): Move here from simple.el.
24059 Call switch-to-prev-buffer.
24060 (bury-buffer): Move here from buffer.c. Switch to previous
24061 buffer when window cannot be deleted.
24062 (unbury-buffer): Move here from bindings.el.
24063 (ctl-x-map): Move binding for other-window from window.c to
24064 here.
24065 (read-buffer-to-switch, switch-to-buffer-other-window)
24066 (switch-to-buffer-other-frame): Move here from files.el.
24067 (normalize-buffer-to-switch-to): New functions.
24068 (switch-to-buffer): Move here from buffer.c.
24069 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
24070
24071 2011-06-10 Martin Rudalics <rudalics@gmx.at>
24072
24073 * window.el (window-min-height, window-min-width): Move here
24074 from window.c. Add defcustoms and rewrite doc-strings.
24075 (resize-mini-window, resize-window): New functions.
24076 (adjust-window-trailing-edge, enlarge-window, shrink-window):
24077 Move here from window.c.
24078 (maximize-window, minimize-window): New functions.
24079 (delete-window, delete-other-windows, split-window): Move here
24080 from window.c.
24081 (window-split-min-size): New function.
24082 (split-window-keep-point): Mention split-window-above-each-other
24083 instead of split-window-vertically.
24084 (split-window-above-each-other, split-window-vertically):
24085 Rename split-window-vertically to split-window-above-each-other
24086 and provide defalias for old definition.
24087 (split-window-side-by-side, split-window-horizontally):
24088 Rename split-window-horizontally to split-window-side-by-side
24089 and provide defalias for the old definition.
24090 (ctl-x-map): Move bindings for delete-window,
24091 delete-other-windows and enlarge-window here from window.c.
24092 Replace bindings for split-window-vertically and
24093 split-window-horizontally by bindings for
24094 split-window-above-each-other and split-window-side-by-side.
24095
24096 * cus-start.el (all): Remove entries for window-min-height and
24097 window-min-width. Add entries for window-splits and
24098 window-nest.
24099
24100 2011-06-09 Glenn Morris <rgm@gnu.org>
24101
24102 * calendar/appt.el (appt-mode-line): New function.
24103 (appt-check, appt-disp-window): Use it.
24104
24105 * files.el (hack-one-local-variable-eval-safep):
24106 Allow minor-modes with explicit +/-1 arguments.
24107
24108 2011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
24109
24110 * term/xterm.el (xterm): Add defgroup.
24111 (xterm-extra-capabilities): Add defcustom to supply known xterm
24112 capabilities, skip querying them, or query them (default).
24113 (terminal-init-xterm): Use it.
24114 (terminal-init-xterm-modify-other-keys): New function to set up
24115 modifyOtherKeys support to simplify `terminal-init-xterm'.
24116
24117 2011-06-09 Martin Rudalics <rudalics@gmx.at>
24118
24119 * window.el (resize-window-reset, resize-window-reset-1)
24120 (resize-subwindows-skip-p, resize-subwindows-normal)
24121 (resize-subwindows, resize-other-windows, resize-this-window)
24122 (resize-root-window, resize-root-window-vertically)
24123 (window-deletable-p, window-or-subwindow-p)
24124 (frame-root-window-p): New functions.
24125
24126 2011-06-09 Glenn Morris <rgm@gnu.org>
24127
24128 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
24129 (ange-ftp-get-files): Use it.
24130
24131 2011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
24132
24133 * mail/sendmail.el (mail-recover-1, mail-recover):
24134 * files.el (recover-file, recover-session):
24135 Handle dired-listing-switches not being just a single short option.
24136
24137 2011-06-09 Glenn Morris <rgm@gnu.org>
24138
24139 * calendar/appt.el (appt-display-message, appt-disp-window):
24140 Handle lists of appointments.
24141
24142 2011-06-08 Martin Rudalics <rudalics@gmx.at>
24143
24144 * window.el (one-window-p): Move down in code.
24145 Rewrite doc-string.
24146 (window-current-scroll-bars): Rewrite doc-string.
24147 Normalize live window argument.
24148 (walk-windows, get-window-with-predicate, count-windows):
24149 Rewrite doc-string. Use window-list-1.
24150 (window-in-direction-2, window-in-direction, get-mru-window):
24151 New functions.
24152
24153 2011-06-08 Reuben Thomas <rrt@sc3d.org>
24154
24155 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
24156 Doc fix (Bug#8713).
24157
24158 2011-06-08 Chong Yidong <cyd@stupidchicken.com>
24159
24160 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
24161
24162 2011-06-08 Juanma Barranquero <lekktu@gmail.com>
24163
24164 * loadhist.el (unload-feature-special-hooks):
24165 Add `comint-output-filter-functions'.
24166
24167 2011-06-08 Ivan Kanis <gnu@kanis.fr>
24168
24169 * calendar/appt.el (appt-check): Move some initializations into the let.
24170
24171 2011-06-08 Martin Rudalics <rudalics@gmx.at>
24172
24173 * window.el (window-height): Defalias to window-total-height.
24174 (window-width): Defalias to window-body-width.
24175
24176 2011-06-07 Chong Yidong <cyd@stupidchicken.com>
24177
24178 * image-mode.el (image-toggle-animation): New command.
24179 (image-mode-map): Bind it to RET.
24180 (image-mode): Update message.
24181 (image-toggle-display-image): Avoid a spurious cache flush.
24182 (image-transform-rotation): Doc fix.
24183 (image-transform-properties): Return quickly in the normal case.
24184 (image-animate-loop): Rename from image-animate-max-time.
24185
24186 * image.el (image-animate-max-time): Move to image-mode.el.
24187 (create-animated-image): Remove unnecessary function.
24188 (image-animate): Rename from image-animate-start. New arg.
24189 (image-animate-stop): Remove; just use image-animate-timer.
24190 (image-animate-timer): Use car-safe.
24191 (image-animate-timeout): Rename argument.
24192
24193 2011-06-07 Martin Rudalics <rudalics@gmx.at>
24194
24195 * window.el (get-lru-window, get-largest-window): Move here from
24196 window.c. Rename first argument to ALL-FRAMES.
24197 Rephrase doc-strings.
24198 (get-buffer-window-list): Rewrite using window-list-1.
24199 Rephrase doc-string.
24200 (window-safe-min-height, window-safe-min-width): New constants.
24201 (window-size-ignore, window-min-size, window-min-size-1)
24202 (window-sizable, window-sizable-p, window-size-fixed-1)
24203 (window-size-fixed-p, window-min-delta-1, window-min-delta)
24204 (window-max-delta-1, window-max-delta, window-resizable)
24205 (window-resizable-p, window-total-height, window-total-width)
24206 (window-body-width): New functions.
24207 (window-full-height-p, window-full-width-p): Rewrite using
24208 window-total-size.
24209 (window-body-height): Rewrite using window-body-size.
24210
24211 2011-06-06 Martin Rudalics <rudalics@gmx.at>
24212
24213 * window.el (window-right, window-left, window-child)
24214 (window-child-count, window-last-child, window-any-p)
24215 (normalize-live-buffer, normalize-live-frame)
24216 (normalize-any-window, normalize-live-window)
24217 (window-iso-combination-p, window-iso-combined-p)
24218 (window-iso-combinations)
24219 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
24220 (windows-with-parameter, window-with-parameter)
24221 (window-atom-root, make-window-atom, window-atom-check-1)
24222 (window-atom-check, window-side-check, window-check):
24223 New functions.
24224 (ignore-window-parameters, window-sides, window-sides-vertical)
24225 (window-sides-slots): New variables.
24226 (window-size-fixed): Move down in code. Minor doc-string fix.
24227
24228 2011-06-05 Andreas Schwab <schwab@linux-m68k.org>
24229
24230 * comint.el (comint-dynamic-complete-as-filename)
24231 (comint-dynamic-complete-filename): Correctly call
24232 completion-in-region.
24233
24234 2011-06-05 Deniz Dogan <deniz@dogan.se>
24235
24236 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
24237 in last change.
24238
24239 2011-06-05 Deniz Dogan <deniz@dogan.se>
24240
24241 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
24242 (rcirc): Use it to prompt for encryption.
24243
24244 2011-06-05 Roland Winkler <winkler@gnu.org>
24245
24246 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
24247 (bibtex-search-entries): New command bound to C-c C-a.
24248 (bibtex-display-entries): New function.
24249
24250 2011-06-05 Roland Winkler <winkler@gnu.org>
24251
24252 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
24253 (bibtex-insert-kill): After yanking insert newline if necessary.
24254 (bibtex-initialize): Call bibtex-string-files-init only once.
24255 (bibtex-mode): Do not call easy-menu-add.
24256 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
24257 (bibtex-yank): Set arg properly if nil.
24258
24259 2011-06-05 Roland Winkler <winkler@gnu.org>
24260
24261 * textmodes/bibtex.el (bibtex-search-entry-globally):
24262 New variable.
24263 (bibtex-search-entry): Use it.
24264
24265 2011-06-05 Roland Winkler <winkler@gnu.org>
24266
24267 * textmodes/bibtex.el (bibtex-entry-format): New option
24268 sort-fields.
24269 (bibtex-format-entry, bibtex-reformat): Honor this option.
24270 (bibtex-parse-entry): Return fields in proper order.
24271
24272 2011-06-05 Juanma Barranquero <lekktu@gmail.com>
24273
24274 * doc-view.el (doc-view-remove-if): Move computation of result out
24275 of `dolist' to silence misleading lexical-binding warning.
24276
24277 2011-06-04 Chong Yidong <cyd@stupidchicken.com>
24278
24279 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
24280 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
24281
24282 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
24283
24284 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
24285 "SunOS 5.10".
24286
24287 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
24288
24289 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
24290 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
24291 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
24292 (tramp-parse-putty):
24293 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
24294 (tramp-completion-function-alist-ssh)
24295 (tramp-completion-function-alist-telnet)
24296 (tramp-completion-function-alist-su)
24297 (tramp-completion-function-alist-putty): Set `tramp-autoload'
24298 cookie.
24299
24300 * net/tramp-ftp.el:
24301 * net/tramp-sh.el:
24302 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
24303 load "tramp.el" `tramp-set-completion-function'.
24304
24305 2011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
24306
24307 * shell.el: Require and use pcomplete.
24308 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
24309 (shell-completion-vars): Set pcomplete-default-completion-function.
24310
24311 2011-06-04 Deniz Dogan <deniz@dogan.se>
24312
24313 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
24314 `memq' (Bug#8799).
24315
24316 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
24317
24318 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
24319
24320 2011-06-02 Juanma Barranquero <lekktu@gmail.com>
24321
24322 * bs.el (bs--mark-unmark, bs--nth-wrapper):
24323 * mpc.el (mpc-select-extend, mpc-songpointer-context):
24324 * vc/log-view.el (log-view-beginning-of-defun):
24325 * vc/smerge-mode.el (smerge-apply-resolution-patch)
24326 (smerge-refine-forward, smerge-refine-chopup-region):
24327 Silence warning for unused `dotimes' counter variables.
24328
24329 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
24330
24331 * net/tramp.el (tramp-with-progress-reporter): Rename from
24332 with-progress-reporter. Use `declare'.
24333 * net/tramp-smb.el:
24334 * net/tramp-sh.el:
24335 * net/tramp-gvfs.el: Update all uses.
24336
24337 2011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
24338
24339 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
24340 buffer isn't killed before making it current.
24341
24342 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
24343
24344 Silence various byte-compiler warnings.
24345 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
24346 `access-type' and new obsolescence format.
24347 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
24348 new format.
24349 (byte-compile-check-variable): New `access-type' argument.
24350 Only warn if the access-type is obsolete.
24351 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
24352 (byte-compile-variable-set): Adjust callers.
24353 * help-fns.el (describe-variable): Adjust to new obsolescence format.
24354 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
24355 setting it as obsolete.
24356 * simple.el (minibuffer-completing-symbol):
24357 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
24358 access as obsolete.
24359 * minibuffer.el (minibuffer-completing-file-name): Don't make it
24360 obsolete yet.
24361 * international/quail.el (quail-mouse-choose-completion): Remove unused
24362 code referring to obsolete var.
24363 (quail-choose-completion-string): Remove.
24364 * server.el (server-clients-with, server-kill-buffer-query-function)
24365 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
24366 * proced.el (proced-send-signal):
24367 * emacs-lisp/lisp.el (lisp-complete-symbol):
24368 Replace completion-annotate-function with completion-extra-properties.
24369
24370 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
24371
24372 * simple.el (goto-line): Use read-number.
24373 (overriding-map-is-bound): Remove.
24374 (saved-overriding-map): Change default.
24375 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
24376 Take the map as argument.
24377 (universal-argument, negative-argument, digit-argument): Use it.
24378 (restore-overriding-map): Adjust.
24379 (do-auto-fill): Use fill-forward-paragraph.
24380 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
24381
24382 * minibuffer.el (minibuffer-inactive-mode-map): New var.
24383 (minibuffer-inactive-mode): New major mode.
24384 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
24385 the *Messages* buffer" hack.
24386 (mouse-popup-menubar): Don't burp if the event is a normal key.
24387
24388 Miscellaneous tweaks.
24389 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
24390 lexical scoping as in subr.el's dolist and dotimes.
24391 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
24392 Silence compiler warning.
24393 * thingatpt.el (forward-whitespace): Trivial coding style fix.
24394 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
24395 * international/ccl.el (ccl-compile): Trivial simplification.
24396 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
24397 * emacs-lisp/testcover.el (testcover-end): Remove spurious
24398 `printflag' argument.
24399 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
24400 Purecopy the whole obsolescence data.
24401
24402 2011-06-01 Leo Liu <sdl.web@gmail.com>
24403
24404 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
24405 improve doc-string as suggested by Marco Pessotto
24406 <melmothx@gmail.com>.
24407 (rcirc-print): Fix last change.
24408
24409 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
24410
24411 * minibuffer.el (complete-with-action): Return nil for the metadata and
24412 boundaries of non-functional tables.
24413 (completion-table-dynamic): Return nil for the metadata.
24414 (completion-table-with-terminator): Add default case, using
24415 complete-with-action.
24416 (completion--metadata): New function.
24417 (completion-all-sorted-completions, minibuffer-completion-help): Use it
24418 to try and avoid pathological performance problems.
24419 (completion--embedded-envvar-table): Return `category' metadata.
24420
24421 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
24422
24423 * subr.el (process-alive-p): New tiny convenience function.
24424
24425 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
24426
24427 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
24428 content but also its previous major mode.
24429
24430 2011-05-31 Helmut Eller <eller.helmut@gmail.com>
24431
24432 * emacs-lisp/debug.el (debug): Restore the previous content of the
24433 *Backtrace* buffer when we exit with C-M-c.
24434
24435 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
24436
24437 * minibuffer.el: Add metadata method to completion tables.
24438 (completion-category-overrides): New defcustom.
24439 (completion-metadata, completion--field-metadata)
24440 (completion-metadata-get, completion--styles)
24441 (completion--cycle-threshold): New functions.
24442 (completion-try-completion, completion-all-completions):
24443 Add `metadata' argument to choose completion-styles.
24444 (completion--do-completion): Use metadata to choose cycling.
24445 (completion-all-sorted-completions): Use metadata for sorting.
24446 Remove :completion-cycle-penalty which is not needed any more.
24447 (completion--try-word-completion): Add `metadata' argument.
24448 (minibuffer-completion-help): Check metadata for annotation function
24449 and sorting.
24450 (completion-file-name-table): Return `category' metadata.
24451 (minibuffer-completing-file-name): Make obsolete.
24452 * simple.el (minibuffer-completing-symbol): Make obsolete.
24453 * icomplete.el (icomplete-completions): Pass new `metadata' param to
24454 completion-try-completion.
24455
24456 2011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
24457
24458 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
24459
24460 2011-05-30 Leo Liu <sdl.web@gmail.com>
24461
24462 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
24463 (rcirc-print): Decode all incoming messages (bug#8744).
24464 (rcirc-decode-coding-system): Allow value nil for automatic coding
24465 system detection.
24466
24467 2011-06-01 Glenn Morris <rgm@gnu.org>
24468
24469 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
24470
24471 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
24472
24473 * image.el (image-animate-max-time): Allow nil and t values.
24474 Default to nil.
24475 (create-animated-image): Doc fix.
24476 (image-animate-start): Remove second arg; just use
24477 image-animate-max-time.
24478 (image-animate-timeout): Doc fix. Args changed.
24479
24480 * image-mode.el (image-toggle-display-image): Ensure that the
24481 image spec passed to the animate timer is the same object as in
24482 the buffer's display property (Bug#6981).
24483 (image-transform-properties): Doc fix.
24484
24485 * image.el (image-animate-max-time): Default to nil.
24486
24487 2011-05-29 Martin Rudalics <rudalics@gmx.at>
24488
24489 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
24490 entire buffer list (Bug#8184).
24491
24492 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
24493
24494 * image.el (imagemagick-types-inhibit)
24495 (imagemagick-register-types): Doc fix.
24496
24497 2011-05-29 Deniz Dogan <deniz@dogan.se>
24498
24499 * net/rcirc.el (rcirc): Use the user's stored encryption method by
24500 default.
24501
24502 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
24503
24504 * select.el: Don't perform clipboard-manager saving in hooks;
24505 leave the hooks empty.
24506
24507 2011-05-28 Leo Liu <sdl.web@gmail.com>
24508
24509 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
24510 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
24511 (occur-edit-mode): New major mode (Bug#8463).
24512 (occur-after-change-function): New function.
24513 (occur-engine): Give Occur tags a read-only property.
24514
24515 2011-05-28 Kevin Ryde <user42@zip.com.au>
24516
24517 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
24518
24519 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
24520
24521 * bindings.el (help-echo): Make the initial non-indicator dash
24522 empty on graphical terminals (Bug#7295).
24523
24524 * files.el (auto-mode-alist): Move config rule after the
24525 in-stripping one (Bug#8547).
24526
24527 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
24528
24529 * startup.el (normal-splash-screen): Remove gratuitous mode-line
24530 setting (Bug#8740).
24531
24532 2011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
24533
24534 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
24535 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
24536 (Bug#8539).
24537
24538 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
24539
24540 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
24541
24542 2011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
24543
24544 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
24545 (hs-hide-block-at-point, hs-find-block-beginning)
24546 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
24547 (Bug#8279).
24548
24549 2011-05-28 Glenn Morris <rgm@gnu.org>
24550
24551 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
24552
24553 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
24554
24555 * help-fns.el (describe-function-1): If the function is a derived
24556 major mode, print the parent mode.
24557
24558 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
24559 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
24560
24561 2011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
24562
24563 * minibuffer.el (completion--capf-wrapper): Check applicability before
24564 returning non-nil for non-exclusive completion data.
24565 * progmodes/etags.el (tags-completion-at-point-function):
24566 * info-look.el (info-lookup-completions-at-point): Mark as
24567 non-exclusive.
24568 (info-complete): Adjust accordingly.
24569
24570 * info-look.el: Convert to lexical-binding and completion-at-point.
24571 (info-lookup-completions-at-point): New function.
24572 (info-complete): Use it and completion-in-region.
24573
24574 2011-05-28 Drew Adams <drew.adams@oracle.com>
24575
24576 * isearch.el: Let M-e start with point at the first mismatched char.
24577 (isearch-fail-pos): New function.
24578 (isearch-edit-string): Use it.
24579
24580 2011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
24581
24582 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
24583
24584 2011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
24585
24586 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
24587 traversal functions for avl-trees.
24588 (avl-tree--stack): New struct.
24589 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
24590 (avl-tree-enter): Add optional `updatefun' arg.
24591 (avl-tree--do-enter): Add optional `updatefun' arg.
24592 Change return value.
24593 (avl-tree-delete): Add optional `test' and `nilflag' args.
24594 (avl-tree--do-delete): Add `test' and `nilflag' args.
24595 Change return value.
24596 (avl-tree-member): Add optional `nilflag'
24597 (avl-tree-member-p): New function.
24598 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
24599 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
24600 (avl-tree-stack-empty-p): New functions.
24601
24602 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
24603 avl-tree--del-balance1 and make it work both ways.
24604 (avl-tree--del-balance2): Remove.
24605 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
24606 make it work both ways.
24607 (avl-tree--enter-balance2): Remove.
24608 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
24609 New macros.
24610 (avl-tree--mapc, avl-tree-map): Add direction argument.
24611
24612 2011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
24613
24614 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
24615
24616 2011-05-27 Chong Yidong <cyd@stupidchicken.com>
24617
24618 * select.el: Support clipboard managers with built-in function
24619 x-clipboard-manager-save, via delete-frame-functions and
24620 kill-emacs-hook.
24621 (xselect-convert-to-targets): Add MULTIPLE target to list.
24622 (xselect-convert-to-save-targets): New function.
24623
24624 2011-05-27 Kenichi Handa <handa@m17n.org>
24625
24626 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
24627 let-binding rfc2047-encode-encoded-words to nil.
24628
24629 2011-05-27 Glenn Morris <rgm@gnu.org>
24630
24631 * mail/emacsbug.el: Don't require url-util.
24632
24633 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
24634
24635 * files.el (set-auto-mode):
24636 Also respect mode: entries at the end of the file. (Bug#8586)
24637
24638 2011-05-26 Glenn Morris <rgm@gnu.org>
24639
24640 * files.el (hack-local-variables-prop-line, hack-local-variables):
24641 Downcase mode names, as seems to be traditional.
24642 (hack-local-variables, hack-local-variables-apply): Doc fixes.
24643
24644 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
24645 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
24646
24647 2011-05-25 Julien Danjou <julien@danjou.info>
24648
24649 * textmodes/rst.el (rst-define-level-faces): Do not define face
24650 symbol if it is already defined.
24651
24652 2011-05-24 Vincent BelaĂ¯che <vincentb1@users.sourceforge.net>
24653
24654 * play/5x5.el (5x5-new-game, 5x5-randomize):
24655 Reset 5x5-solver-output to nil when a new grid is cast.
24656 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
24657 these debugging traces, as defmacro breaks the compiled code.
24658
24659 2011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
24660
24661 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
24662
24663 2011-05-24 Leo Liu <sdl.web@gmail.com>
24664
24665 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
24666 (vc-bzr-sha1): Adapt.
24667
24668 * sha1.el: Remove. Function `sha1' is now builtin.
24669
24670 * bindings.el: Provide sha1 feature.
24671
24672 2011-05-24 Kenichi Handa <handa@m17n.org>
24673
24674 * mail/sendmail.el: Require `rfc2047'.
24675 (mail-insert-from-field): Do not perform RFC2047 encoding.
24676 (mail-encode-header): New function.
24677 (sendmail-send-it): Set buffer-file-coding-system of the work
24678 buffer to the return value of select-message-coding-system.
24679 Call mail-encode-header.
24680
24681 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
24682
24683 2011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
24684
24685 * mail/supercite.el (sc-default-cite-frame):
24686 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
24687
24688 2011-05-24 Glenn Morris <rgm@gnu.org>
24689
24690 * progmodes/python.el (brm-menu): Declare.
24691
24692 * emulation/viper.el (viper-set-hooks): Declare.
24693
24694 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
24695 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
24696 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
24697 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
24698 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
24699 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
24700
24701 2011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
24702
24703 Add an :exit-function for completion-at-point.
24704
24705 * minibuffer.el (completion--done): New fun.
24706 (completion--do-completion): Use it. New arg `expect-exact'.
24707 (minibuffer-complete, minibuffer-complete-word): Don't output message,
24708 since completion--do-completion does it for us now.
24709 (minibuffer-force-complete): Use completion--done and
24710 completion--replace. Handle sole-completion case with more care.
24711 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
24712 (completion-extra-properties): New var.
24713 (completion-annotate-function): Make obsolete.
24714 (minibuffer-completion-help): Adjust accordingly.
24715 Use completion-list-insert-choice-function.
24716 (completion-at-point, completion-help-at-point):
24717 Bind completion-extra-properties.
24718 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
24719 * simple.el (completion-list-insert-choice-function): New var.
24720 (completion-setup-function): Preserve it.
24721 (choose-completion): Pay attention to it, shuffle the code a bit.
24722 (choose-completion-string): New arg `insert-function'.
24723
24724 * textmodes/bibtex.el: Convert to lexical binding.
24725 (bibtex-mode-map): Use completion-at-point.
24726 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
24727 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
24728 (bibtex-complete): Define as obsolete alias.
24729 (bibtex-complete-internal): Remove.
24730 (bibtex-format-entry): Remove unused sub-group in regexp.
24731 * shell.el (shell--command-completion-data)
24732 (shell-environment-variable-completion):
24733 * pcomplete.el (pcomplete-completions-at-point):
24734 * comint.el (comint--complete-file-name-data): Use :exit-function
24735 instead of completion-table-with-terminator so it also works for
24736 choose-completion.
24737
24738 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
24739
24740 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
24741
24742 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
24743 (bug#8710).
24744
24745 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
24746
24747 2011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
24748
24749 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
24750 customization variable and implement: If non-nil, auto-fill will
24751 be inhibited while on topic's header line.
24752
24753 2011-05-23 Vincent BelaĂ¯che <vincentb1@users.sourceforge.net>
24754
24755 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
24756 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
24757 always have a solution in grid size = 5 cases.
24758 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
24759 (5x5-solver-output, 5x5-log-buffer): New vars.
24760 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
24761 Make these variables buffer local to achieve 5x5 multi-session-ness.
24762 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
24763 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
24764 (5x5-solve-suggest): New funs.
24765 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
24766 randomize a grid so that we ensure that there is always a solution.
24767 (5x5-make-random-grid): Allow other movement than flipping.
24768
24769 2011-05-23 Kevin Ryde <user42@zip.com.au>
24770
24771 * emacs-lisp/advice.el (ad-read-advised-function):
24772 Use `function-called-at-point' as the default, if it has
24773 advice and passes PREDICATE.
24774
24775 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
24776
24777 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
24778 byte-compile-lambda if it's actually a lambda.
24779
24780 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
24781 Fix function quoting. Use backquote better.
24782
24783 2011-05-22 Yuanle Song <sylecn@gmail.com>
24784
24785 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
24786 matching (Bug#8516).
24787
24788 2011-05-22 Jari Aalto <jari.aalto@cante.net>
24789
24790 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
24791 different face (Bug#8178).
24792
24793 2011-05-22 Chong Yidong <cyd@stupidchicken.com>
24794
24795 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
24796 defface (Bug#8144).
24797
24798 2011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
24799
24800 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
24801 funcall as well (bug#8712). Warn when performing those conversions.
24802 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
24803
24804 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
24805
24806 2011-05-22 Glenn Morris <rgm@gnu.org>
24807
24808 * files.el (hack-local-variables-prop-line): Small simplifications.
24809 (hack-local-variables, hack-local-variables-prop-line):
24810 If MODE-ONLY, return the mode, rather than just `t'.
24811
24812 2011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
24813
24814 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
24815
24816 2011-05-21 Glenn Morris <rgm@gnu.org>
24817
24818 * files.el (hack-local-variables-prop-line, hack-local-variables):
24819 If only interested in the mode, don't bother doing the other stuff.
24820
24821 * image-mode.el (image-after-revert-hook):
24822 Redraw all frames on which the image is visible. (Bug#8567)
24823
24824 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
24825
24826 * wid-edit.el (widget-checklist-match-inline):
24827 Fix 2011-04-19 change. (Bug#8649)
24828
24829 2011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
24830
24831 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
24832 Also allow singlespace after single-letter capitals followed by a dot.
24833
24834 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
24835 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
24836
24837 2011-05-20 Nix <nix@esperi.org.uk>
24838
24839 * files.el (basic-save-buffer-2):
24840 Fix handling of break-hardlink-on-save with non-existent files.
24841
24842 2011-05-19 Deniz Dogan <deniz@dogan.se>
24843
24844 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
24845 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
24846
24847 2011-05-19 Glenn Morris <rgm@gnu.org>
24848
24849 * progmodes/f90.el (f90-type-def-re):
24850 Handle "type, bind(c)". (Bug#8691)
24851
24852 * emacs-lisp/autoload.el (batch-update-autoloads):
24853 Set autoload-excludes by parsing loadup.el rather than Makefiles.
24854
24855 2011-05-18 Michael Albinus <michael.albinus@gmx.de>
24856
24857 * net/tramp.el (tramp-process-actions): Set "first-password-request"
24858 property for the correct connection in case of multihops.
24859
24860 2011-05-18 Glenn Morris <rgm@gnu.org>
24861
24862 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
24863 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
24864
24865 Rationalize calendar handling of day and month abbrev-arrays.
24866 * calendar/calendar.el (calendar-customized-p): New function.
24867 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
24868 (calendar-day-name-array, calendar-month-name-array): Doc fix.
24869 Add :set function.
24870 (calendar-abbrev-length, calendar-day-abbrev-array)
24871 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
24872 (calendar-day-abbrev-array, calendar-month-abbrev-array):
24873 Elements may no longer be nil.
24874 (calendar-day-name, calendar-month-name):
24875 Update for changed nature of abbrev arrays.
24876 * calendar/diary-lib.el (diary-name-pattern):
24877 Update for changed nature of abbrev arrays.
24878 (diary-mark-entries-1): Update calendar-make-alist calls.
24879 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
24880 * calendar/cal-html.el (cal-html-day-abbrev-array):
24881 Simply inherit from calendar-day-abbrev-array.
24882
24883 2011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
24884
24885 * progmodes/grep.el (grep-mode): Disable default
24886 compilation-directory-matcher setting (bug#8684).
24887
24888 2011-05-17 Michael Albinus <michael.albinus@gmx.de>
24889
24890 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
24891 instead of "head" and "tail". There were problems with SunOS 5.9,
24892 and it performs better.
24893
24894 2011-05-17 Glenn Morris <rgm@gnu.org>
24895
24896 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
24897
24898 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
24899 Replace obsolete function.
24900
24901 * shell.el (pcomplete-parse-arguments-function): Declare.
24902
24903 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
24904 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
24905 (appt-check): Doc fixes.
24906 (appt-disp-window-function, appt-delete-window-function):
24907 Remove needless special case in custom :type.
24908 (appt-display-count): Default to 0, not nil.
24909 (appt-check): Reset appt-display-count to 0, not nil.
24910
24911 2011-05-17 Juanma Barranquero <lekktu@gmail.com>
24912
24913 * progmodes/python.el (python-font-lock-keywords):
24914 Add the Python 3.X keyword "nonlocal" (bug#8639).
24915
24916 2011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
24917
24918 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
24919
24920 2011-05-16 Kevin Ryde <user42@zip.com.au>
24921
24922 * info-look.el (makefile-automake-mode): New setups, looking in
24923 automake manual, then makefile-mode.
24924 (makefile-mode): Remove automake manual, have it just in
24925 makefile-automake-mode since there's various things different or
24926 not relevant to plain make.
24927 (makefile-mode): Remove "other-modes" non-existent automake-mode,
24928 believe a hypothetical automake-mode would go to makefile-mode,
24929 not the other way around.
24930
24931 2011-05-15 Chong Yidong <cyd@stupidchicken.com>
24932
24933 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
24934 hunk-end tags (Bug#8672).
24935
24936 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
24937 vc-annotate-show-diff-revision-at-line (Bug#8671).
24938
24939 2011-05-14 Glenn Morris <rgm@gnu.org>
24940
24941 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
24942 in the middle of an existing one with multiple authors. (Bug#8645)
24943 (change-log-font-lock-keywords): Also handle multiple author lines
24944 with leading tabs. (Bug#8644)
24945
24946 * calendar/appt.el (appt-check): Rename some local variables.
24947 Some simplification/reordering.
24948
24949 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
24950 (feedmail-sendmail-f-doesnt-sell-me-out)
24951 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
24952 (feedmail-debug-sit-for, feedmail-queue-express-hook)
24953 (feedmail-queue-runner-message-sender): Set :version.
24954 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
24955 (bbdb-dwim-net-address, vm-mail): Declare.
24956 (feedmail-binmail-gnulinuxish-template):
24957 Rename from feedmail-binmail-linuxish-template.
24958 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
24959 Use insert-buffer-substring.
24960
24961 2011-05-14 Bill Carpenter <bill@carpenter.org>
24962
24963 * mail/feedmail.el (feedmail-patch-level): Increase.
24964 (feedmail-debug): New custom group.
24965 (feedmail-confirm-outgoing-timeout)
24966 (feedmail-sendmail-f-doesnt-sell-me-out)
24967 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
24968 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
24969 (feedmail-sender-line, feedmail-from-line)
24970 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
24971 (feedmail-spray-this-address)
24972 (feedmail-spray-address-fiddle-plex-list)
24973 (feedmail-queue-use-send-time-for-date)
24974 (feedmail-queue-use-send-time-for-message-id)
24975 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
24976 (feedmail-buffer-eating-function):
24977 Doc fixes.
24978 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
24979 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
24980 (feedmail-message-action-scroll-down): New functions.
24981 (feedmail-queue-directory, feedmail-queue-draft-directory):
24982 Use expand-file-name.
24983 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
24984 Remove C-v help entry.
24985 (feedmail-queue-buffer-file-name): New variable.
24986 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
24987 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
24988 (feedmail-message-action-send-strong, feedmail-message-action-edit)
24989 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
24990 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
24991 (feedmail-message-action-toggle-spray)
24992 (feedmail-run-the-queue-no-prompts)
24993 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
24994 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
24995 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
24996 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
24997 (feedmail-envelope-deducer, feedmail-fiddle-from)
24998 (feedmail-fiddle-sender, feedmail-default-date-generator)
24999 (feedmail-fiddle-date, feedmail-fiddle-message-id)
25000 (feedmail-fiddle-spray-address)
25001 (feedmail-fiddle-list-of-spray-fiddle-plexes)
25002 (feedmail-fiddle-list-of-fiddle-plexes)
25003 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
25004 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
25005 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
25006 Change default. Doc fix.
25007 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
25008 (feedmail-binmail-linuxish-template): New constant.
25009 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
25010 Respect feedmail-sendmail-f-doesnt-sell-me-out.
25011 (feedmail-send-it): Add debug call.
25012 Use feedmail-queue-buffer-file-name, and
25013 feedmail-send-it-immediately-wrapper.
25014 (feedmail-message-action-send): Add debug call.
25015 Use feedmail-send-it-immediately-wrapper.
25016 (feedmail-queue-express-to-queue): Add debug call.
25017 Run feedmail-queue-express-hook.
25018 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
25019 (feedmail-message-action-help-blat):
25020 Rename from feedmail-queue-send-edit-prompt-help-first.
25021 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
25022 Check line-endings. Handle errors better.
25023 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
25024 Doc fix. Add debug call.
25025 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
25026 Use feedmail-queue-send-edit-prompt-inner.
25027 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
25028 (feedmail-queue-send-edit-prompt-inner): New function, extracted
25029 from feedmail-queue-send-edit-prompt.
25030 (feedmail-queue-send-edit-prompt-help)
25031 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
25032 (feedmail-tidy-up-slug): Add debug call.
25033 Respect feedmail-queue-slug-suspect-regexp.
25034 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
25035 (feedmail-dump-message-to-queue): Add debug call.
25036 Expand queue-directory.
25037 (feedmail-dump-message-to-queue): Change message slightly.
25038 Use feedmail-say-chatter.
25039 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
25040 (feedmail-send-it-immediately-wrapper): New function.
25041 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
25042 Insert empty string rather than newline. Handle full-frame case.
25043 Use catch/throw. Use feedmail-say-chatter.
25044 (feedmail-fiddle-from): Try mail-host-address.
25045 (feedmail-default-message-id-generator): Doc fix.
25046 Bind system-time-locale. Handle missing end.
25047 (feedmail-fiddle-x-mailer): Add debug call.
25048 Handle feedmail-x-mailer-line being nil.
25049 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
25050 Add debug call. Use buffer-substring-no-properties.
25051 (feedmail-say-debug, feedmail-say-chatter): New functions.
25052 (feedmail-find-eoh): Give an explicit error.
25053
25054 2011-05-13 Ulf Jasper <ulf.jasper@web.de>
25055
25056 * net/newst-treeview.el (newsticker-treeview-face): Change default
25057 family from helvetica to sans.
25058 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
25059 etc/images/newsticker.
25060
25061 * net/newst-reader.el (newsticker-feed-face): Change default
25062 family from helvetica to sans.
25063
25064 * net/newst-plainview.el (newsticker-new-item-face)
25065 (newsticker-old-item-face, newsticker-immortal-item-face)
25066 (newsticker-obsolete-item-face, newsticker-date-face)
25067 (newsticker-statistics-face): Change default family from
25068 helvetica to sans.
25069 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
25070 etc/images/newsticker.
25071
25072 * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
25073 (newsticker--process-auto-mark-filter-match): Tell user about
25074 auto-marking.
25075
25076 2011-05-13 Didier Verna <didier@xemacs.org>
25077
25078 Common Lisp indentation improvements on defmethod and lambda-lists.
25079 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
25080 TODO entries.
25081 (lisp-lambda-list-keyword-parameter-indentation)
25082 (lisp-lambda-list-keyword-parameter-alignment)
25083 (lisp-lambda-list-keyword-alignment): New customizable user options.
25084 (lisp-indent-defun-method): Improve docstring.
25085 (extended-loop-p): Fix comment.
25086 (lisp-indent-lambda-list-keywords-regexp): New variable.
25087 (lisp-indent-lambda-list): New function.
25088 (lisp-indent-259): Use it.
25089 (lisp-indent-defmethod): Support for more than one
25090 method qualifier and properly indent methods lambda-lists.
25091 (defgeneric): Provide a missing common-lisp-indent-function property.
25092
25093 2011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
25094
25095 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
25096 bounds for the empty string (bug#8667).
25097
25098 2011-05-13 Glenn Morris <rgm@gnu.org>
25099
25100 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
25101
25102 * mail/sendmail.el (sendmail-program): Try executable-find first.
25103 (sendmail-send-it): `sendmail-program' cannot be unbound.
25104
25105 * calendar/appt.el (appt-make-list): Simplify.
25106 (appt-time-msg-list): Doc fix.
25107 (appt-check): Change mode-line message at the time of the appointment.
25108
25109 2011-05-12 Andreas Schwab <schwab@linux-m68k.org>
25110
25111 * progmodes/ld-script.el (ld-script-keywords)
25112 (ld-script-builtins): Update keywords list.
25113
25114 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
25115
25116 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
25117
25118 * shell.el (shell-completion-vars): New function.
25119 (shell-mode):
25120 * simple.el (read-shell-command): Use it.
25121 (blink-matching-open): No need for " [...]" in minibuffer-message.
25122
25123 2011-05-12 Glenn Morris <rgm@gnu.org>
25124
25125 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
25126 (appt-check): Simplify.
25127
25128 2011-05-12 Eli Zaretskii <eliz@gnu.org>
25129
25130 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
25131 literal "/dev/null".
25132
25133 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
25134
25135 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
25136 Fix typo.
25137
25138 2011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
25139
25140 * progmodes/which-func.el (which-function):
25141 Use add-log-current-defun instead of add-log-current-defun-function,
25142 which might not be defined (Bug#8260).
25143
25144 2011-05-12 Glenn Morris <rgm@gnu.org>
25145
25146 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
25147 Let byte-compile-initial-macro-environment always take precedence.
25148
25149 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
25150
25151 * net/rcirc.el: Add support for SSL/TLS connections.
25152 (rcirc-server-alist): New field `encryption'.
25153 (rcirc): Check `encryption' settings.
25154 (rcirc-connect): New arg `encryption'. Use open-network-stream.
25155 Merge make-local-variable into `set'.
25156 (rcirc--connection-open-p): New function.
25157 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
25158 the process is not a network process (e.g. running gnutls-cli).
25159 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
25160 Make rcirc-(en|de)code-coding-system local here.
25161 (rcirc-mode): Merge make-local-variable into `set'.
25162 (rcirc-parent-buffer): Make permanent buffer-local.
25163 (rcirc-multiline-minor-mode): Don't do it here.
25164 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
25165 there's no server buffer.
25166
25167 2011-05-11 Glenn Morris <rgm@gnu.org>
25168
25169 * newcomment.el (comment-kill): Prefix "unused" local.
25170
25171 * term/w32console.el (get-screen-color): Declare.
25172
25173 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
25174 Handle symbol elements of byte-compile-initial-macro-environment.
25175
25176 2011-05-10 Leo Liu <sdl.web@gmail.com>
25177
25178 * bookmark.el (bookmark-bmenu-mode-map):
25179 Bind bookmark-bmenu-search to `/'.
25180
25181 * mail/footnote.el: Convert to utf-8 encoding.
25182 (footnote-unicode-string, footnote-unicode-regexp): New variable.
25183 (Footnote-unicode): New function.
25184 (footnote-style-alist): Add unicode style to the list.
25185 (footnote-style): Doc fix.
25186
25187 2011-05-10 Jim Meyering <meyering@redhat.com>
25188
25189 Fix doubled-word typos.
25190 * international/quail.el (quail-insert-kbd-layout): and and -> and
25191 * kermit.el: and and -> and
25192 * net/ldap.el (ldap-search-internal): to to -> to
25193 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
25194 * progmodes/js.el (js-mode): and and -> and
25195 * textmodes/artist.el (artist-move-to-xy): at at -> at
25196 (artist-draw-region-trim-line-endings): if if -> if
25197 And Safetyc -> Safety.
25198 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
25199
25200 2011-05-10 Glenn Morris <rgm@gnu.org>
25201 Stefan Monnier <monnier@iro.umontreal.ca>
25202
25203 * files.el (hack-one-local-variable-eval-safep):
25204 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
25205
25206 2011-05-10 Glenn Morris <rgm@gnu.org>
25207
25208 * calendar/diary-lib.el (diary-list-entries-hook)
25209 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
25210 (diary-nongregorian-marking-hook, diary-list-entries)
25211 (diary-include-other-diary-files, diary-mark-entries)
25212 (diary-mark-included-diary-files): Doc fixes.
25213
25214 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
25215
25216 * misc.el: Require tabulated-list.el during compilation.
25217
25218 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
25219
25220 * progmodes/compile.el (compilation-start):
25221 Run compilation-filter-hook for the async case too.
25222 (compilation-filter-hook): Doc fix.
25223
25224 2011-05-09 Deniz Dogan <deniz@dogan.se>
25225
25226 * wdired.el: Remove outdated installation comment. Fix usage
25227 comment.
25228
25229 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
25230
25231 * misc.el: Implement new command `list-dynamic-libraries'.
25232 (list-dynamic-libraries--loaded-only-p): New variable.
25233 (list-dynamic-libraries--refresh): New function.
25234 (list-dynamic-libraries): New command.
25235
25236 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
25237
25238 * progmodes/compile.el (compilation-error-regexp-alist-alist):
25239 Fix the ant regexp to handle end-line and end-column info from jikes.
25240 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
25241 higher priority to avoid clobbering by gnu.
25242
25243 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
25244
25245 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
25246 if the face has existing theme settings (Bug#8454).
25247
25248 2011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
25249
25250 * progmodes/perl-mode.el (perl-imenu-generic-expression):
25251 Only match variables declared via `my' or `our' (Bug#8261).
25252
25253 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
25254 special file names `.' and `..' (Bug#8259).
25255
25256 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
25257
25258 * progmodes/grep.el (grep-mode-font-lock-keywords):
25259 Remove buffer-changing entries.
25260 (grep-filter): New function.
25261 (grep-mode): Add it to compilation-filter-hook.
25262
25263 * progmodes/compile.el (compilation-filter-hook)
25264 (compilation-filter-start): New defvars.
25265 (compilation-filter): Call compilation-filter-hook prior to
25266 updating the process mark.
25267
25268 2011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
25269
25270 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
25271
25272 2011-05-07 Eli Zaretskii <eliz@gnu.org>
25273
25274 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
25275 mailclient-send-it even if window-system is nil. (Bug#8595)
25276
25277 * term/w32console.el (terminal-init-w32console):
25278 Call get-screen-color and use its output to set the frame
25279 background-mode. (Bug#8597)
25280
25281 2011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
25282
25283 Make bytecomp.el understand that defmethod defines funs (bug#8631).
25284 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
25285 New functions.
25286 (defgeneric, eieio--defmethod): Use them.
25287 (eieio-defgeneric): Remove.
25288 (defmethod): Call defgeneric in a way visible to the byte-compiler.
25289
25290 2011-05-07 Glenn Morris <rgm@gnu.org>
25291
25292 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
25293 Use let rather than let*.
25294 (timeclock-find-discrep): Remove unused local.
25295
25296 * calendar/diary-lib.el (diary-comment-start): Doc fix.
25297
25298 * calendar/appt.el (appt-time-msg-list): Doc fix.
25299
25300 2011-05-06 Noah Friedman <friedman@splode.com>
25301
25302 * apropos.el (apropos-print-doc): Only use
25303 emacs-lisp-docstring-fill-column when it is bound to an integer,
25304 per that variable's documentation.
25305
25306 2011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
25307
25308 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
25309 and warnings are not silently discarded (e.g. use -d instead of -P).
25310
25311 2011-05-06 Glenn Morris <rgm@gnu.org>
25312
25313 * calendar/appt.el (appt-message-warning-time): Doc fix.
25314 (appt-warning-time-regexp): New option.
25315 (appt-make-list): Respect appt-message-warning-time.
25316
25317 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
25318 New options.
25319 (diary-add-to-list): Strip comments from the displayed string.
25320 (diary-mode): Set comment-start and comment-end.
25321
25322 * vc/diff-mode.el (smerge-refine-subst): Declare.
25323 (diff-refine-hunk): Don't require smerge-mode when compiling.
25324
25325 2011-05-06 Juanma Barranquero <lekktu@gmail.com>
25326
25327 * simple.el (list-processes): Return nil as the docstring says.
25328
25329 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
25330
25331 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
25332 to "".
25333 (ange-ftp-write-region, ange-ftp-insert-file-contents)
25334 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
25335 determining of binary transfer. (Bug#7383)
25336
25337 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
25338
25339 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
25340 Fix port computation bug. (Bug#8618)
25341
25342 2011-05-05 Glenn Morris <rgm@gnu.org>
25343
25344 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
25345
25346 * simple.el (shell-dynamic-complete-functions)
25347 (comint-dynamic-complete-functions): Declare.
25348
25349 * net/network-stream.el (gnutls-negotiate):
25350 * simple.el (tabulated-list-print): Fix declarations.
25351
25352 * progmodes/gud.el (syntax-symbol, syntax-point):
25353 Remove unnecessary and incorrect declarations.
25354
25355 * emacs-lisp/check-declare.el (check-declare-scan):
25356 Handle byte-compile-initial-macro-environment in bytecomp.el.
25357
25358 2011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
25359
25360 Fix earlier half-done eieio-defmethod change (bug#8338).
25361 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
25362 Streamline and change calling convention.
25363 (defmethod): Adjust accordingly and simplify.
25364 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
25365 new eieio--defmethod.
25366 (slot-boundp): Minor CSE simplification.
25367
25368 2011-05-05 Milan Zamazal <pdm@zamazal.org>
25369
25370 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
25371 (glasses-make-readable): Use glasses-separate-capital-groups.
25372
25373 2011-05-05 Juanma Barranquero <lekktu@gmail.com>
25374
25375 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
25376 (warning-series): Doc fix.
25377 (display-warning): Don't try to create the buffer if we just found it.
25378
25379 2011-05-04 Chong Yidong <cyd@stupidchicken.com>
25380
25381 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
25382 (autoload-find-generated-file): New function.
25383 (generate-file-autoloads): Bind generated-autoload-file to
25384 buffer-file-name.
25385 (update-file-autoloads, update-directory-autoloads):
25386 Use autoload-find-generated-file. If called interactively, prompt for
25387 output file (Bug#7989).
25388 (batch-update-autoloads): Doc fix.
25389
25390 2011-05-04 Juanma Barranquero <lekktu@gmail.com>
25391
25392 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
25393
25394 2011-05-04 Glenn Morris <rgm@gnu.org>
25395
25396 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
25397 function, so it follows changes in calendar-date-style.
25398 (diary-fancy-date-matcher): New function.
25399 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
25400 (diary-fancy-font-lock-fontify-region-function):
25401 Use diary-fancy-date-pattern as a function.
25402
25403 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
25404 non-numbers for `year' etc pseudo-variables. (Bug#8583)
25405
25406 2011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
25407
25408 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
25409 instead of positional arguments. Allow :keylist and :crlfiles
25410 arguments.
25411 (open-gnutls-stream): Call it.
25412
25413 * net/network-stream.el (network-stream-open-starttls): Adjust to
25414 call `gnutls-negotiate' with :process and :hostname arguments.
25415
25416 2011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
25417
25418 * minibuffer.el (completion--message): New function.
25419 (completion--do-completion, minibuffer-complete)
25420 (minibuffer-force-complete, minibuffer-complete-word): Use it.
25421 (completion--do-completion): Don't ignore completion-auto-help when in
25422 icomplete-mode.
25423
25424 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
25425 internal encoding (e.g. tibetan zero is not whitespace).
25426 (global-whitespace-mode): Prefer save-current-buffer.
25427 (whitespace-trailing-regexp): Remove useless save-match-data.
25428 (whitespace-empty-at-bob-regexp): Minor simplification.
25429
25430 2011-05-03 Chong Yidong <cyd@stupidchicken.com>
25431
25432 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
25433
25434 2011-05-03 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
25435
25436 * textmodes/ispell.el (ispell-add-per-file-word-list):
25437 Use `concat' to create string for insertion.
25438
25439 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
25440
25441 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
25442 Avoid open-line which runs post-self-insert-hook.
25443 (bibtex-fill-entry): Remove unused `end' var.
25444
25445 2011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
25446
25447 * textmodes/ispell.el (ispell-add-per-file-word-list):
25448 Protect against `nil' value of `comment-start' (Bug#8579).
25449
25450 2011-05-03 Leo Liu <sdl.web@gmail.com>
25451
25452 * isearch.el (isearch-yank-pop): New command.
25453 (isearch-mode-map): Bind it to `M-y'.
25454 (isearch-forward): Mention it.
25455
25456 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
25457
25458 * simple.el (minibuffer-complete-shell-command): Remove.
25459 (minibuffer-local-shell-command-map): Use completion-at-point.
25460 (read-shell-command): Setup completion vars here instead.
25461 (read-expression-map): Bind TAB to symbol completion.
25462
25463 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
25464 error directly rather via storing it into `results'.
25465
25466 2011-05-02 Leo Liu <sdl.web@gmail.com>
25467
25468 * vc/diff.el: Fix description.
25469
25470 2011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
25471
25472 * server.el (server-eval-at): New function.
25473
25474 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
25475
25476 * net/network-stream.el (open-network-stream): Take a :nowait
25477 parameter and pass it on to `make-network-process'.
25478 (network-stream-open-plain): Ditto.
25479
25480 2011-04-30 Andreas Schwab <schwab@linux-m68k.org>
25481
25482 * faces.el (face-spec-set-match-display): Don't match toolkit
25483 options on terminal frames.
25484
25485 2011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
25486
25487 * progmodes/pascal.el: Use lexical binding.
25488 (pascal-mode-map): Remove author preferences.
25489
25490 * pcomplete.el (pcomplete-std-complete): Don't abuse
25491 completion-at-point.
25492
25493 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
25494
25495 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
25496 removing code that has been dead since 1991 or so.
25497
25498 * startup.el (command-line): When warning about "_emacs", use a
25499 delayed warning to allow the user to filter it out.
25500
25501 2011-04-28 Deniz Dogan <deniz@dogan.se>
25502
25503 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
25504 user has not joined.
25505
25506 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
25507
25508 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
25509 aren't any completions at point.
25510
25511 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
25512
25513 * subr.el (display-delayed-warnings): New function.
25514 (delayed-warnings-hook): New variable.
25515
25516 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
25517
25518 * minibuffer.el (completion-at-point, completion-help-at-point):
25519 Don't presume that a given completion-at-point-function will always
25520 use the same calling convention.
25521
25522 * pcomplete.el (pcomplete-completions-at-point):
25523 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
25524 pcomplete-seen is non-nil.
25525 (pcomplete-comint-setup): Also recognize the new comint/shell
25526 completion functions.
25527 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
25528 pcomplete-seen is non-nil.
25529
25530 2011-04-27 Niels Giesen <niels.giesen@gmail.com>
25531
25532 * calendar/icalendar.el (diary-lib): Add require statement.
25533 (icalendar--create-uid): Read out a uid from a text-property on
25534 the first character in the entry. This allows for code to add its
25535 own uid to the entry.
25536 (icalendar--convert-float-to-ical): Add export of
25537 `diary-float'-entries save for those with the optional DAY
25538 argument.
25539
25540 2011-04-27 Daniel Colascione <dan.colascione@gmail.com>
25541
25542 * subr.el (shell-quote-argument): Use alternate escaping strategy
25543 when we spot a variable reference in a string.
25544
25545 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
25546
25547 * cus-start.el (all): Define customization for debug-on-event.
25548
25549 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
25550
25551 * subr.el (shell-quote-argument): Escape correctly under Windows.
25552
25553 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
25554
25555 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
25556
25557 2011-04-25 Michael Albinus <michael.albinus@gmx.de>
25558
25559 * net/tramp.el (tramp-process-actions): Add POS argument.
25560 Delete region between POS and (pos).
25561
25562 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
25563 Use `nil' position in `tramp-process-actions' call.
25564 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
25565
25566 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
25567 position in `tramp-process-actions' call.
25568
25569 * net/trampver.el: Update release number.
25570
25571 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
25572
25573 * custom.el (defcustom): Obey lexical-binding.
25574
25575 Fix octave-inf completion problems reported by Alexander Klimov.
25576 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
25577 Inherit from octave-mode-syntax-table.
25578 (inferior-octave-mode): Set info-lookup-mode.
25579 (inferior-octave-completion-at-point): New function.
25580 (inferior-octave-complete): Use it and completion-in-region.
25581 (inferior-octave-dynamic-complete-functions): Use it as well, and use
25582 comint-filename-completion.
25583 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
25584 symbol elements which shouldn't be word elements.
25585 (octave-font-lock-keywords, octave-beginning-of-defun)
25586 (octave-function-header-regexp): Adjust regexps accordingly.
25587 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
25588
25589 2011-04-25 Juanma Barranquero <lekktu@gmail.com>
25590
25591 * net/gnutls.el (gnutls-errorp): Declare before first use.
25592
25593 2011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
25594
25595 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
25596 verify-error, and verify-hostname-error parameters. Check whether
25597 default trustfile exists before going to use it. Add missing
25598 argument to gnutls-message-maybe call. Return value.
25599 Reported by Claudio Bley <claudio.bley@gmail.com>.
25600 (open-gnutls-stream): Add usage example.
25601
25602 * net/network-stream.el (network-stream-open-starttls): Give host
25603 parameter to `gnutls-negotiate'.
25604 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
25605 * subr.el (shell-quote-argument): Escape correctly under Windows.
25606
25607 2011-04-24 Daniel Colascione <dan.colascione@gmail.com>
25608
25609 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
25610 Use correct match group (bug#8438).
25611
25612 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
25613
25614 * emacs-lisp/package.el (package-built-in-p): Fix typo.
25615 (package-menu--generate): New arg specifying packages to show.
25616 (package-menu-refresh, package-menu-execute, list-packages):
25617 Callers changed.
25618 (package-show-package-list): New function, replacing deleted
25619 package--list-packages (renamed because it is non-internal).
25620
25621 * finder.el (finder-list-matches): Use package-show-package-list
25622 instead of deleted package--list-packages.
25623
25624 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
25625 Based on a previous implementation by Juanma Barranquero (Bug#8366).
25626 (vc-annotate-mode-map): Bind it to RET.
25627
25628 2011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
25629
25630 * progmodes/etags.el (next-file): Don't use set-buffer to change
25631 buffers (Bug#8478).
25632
25633 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
25634
25635 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
25636
25637 * apropos.el (apropos-label-face): Avoid variable-pitch face.
25638 (apropos-accumulator): Doc fix.
25639 (apropos-function, apropos-macro, apropos-command)
25640 (apropos-variable, apropos-face, apropos-group, apropos-widget)
25641 (apropos-plist): Add face property.
25642 (apropos-symbols-internal): Fix indentation.
25643 (apropos-print): Simplify help, and recognize apropos-multi-type.
25644 (apropos-print-doc): Use button-type-get to extract the button's
25645 face property. Fill docstring (Bug#8352).
25646
25647 2011-04-23 Juanma Barranquero <lekktu@gmail.com>
25648
25649 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
25650
25651 * play/mpuz.el (mpuz-silent): Doc fix.
25652 (mpuz-mode-map): Use mapc.
25653 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
25654 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
25655 Fix typos in docstrings.
25656
25657 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
25658 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
25659
25660 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
25661
25662 2011-04-23 Chong Yidong <cyd@stupidchicken.com>
25663
25664 * minibuffer.el (completion--do-completion): Avoid the "Next char
25665 not unique" prompt if icomplete-mode is enabled (Bug#5849).
25666
25667 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
25668 mouse-2 into unread-command-events, it is interpreted correctly.
25669
25670 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
25671 (image-toggle-display): Doc fix.
25672
25673 2011-04-23 Stephen Berman <stephen.berman@gmx.net>
25674
25675 * textmodes/page.el (what-page): Use line-number-at-pos to
25676 calculate line number (Bug#6825).
25677
25678 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
25679
25680 * eshell/esh-mode.el (find-tag-interactive): Declare function.
25681 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
25682 Pass argument NO-DEFAULT to `find-tag-interactive'.
25683
25684 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
25685
25686 Lexical-binding cleanup.
25687
25688 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
25689 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
25690 * progmodes/ada-prj.el (ada-prj-initialize-values)
25691 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
25692 (ada-prj-show-value):
25693 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
25694 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
25695 (antlr-invalidate-context-cache, antlr-options-menu-filter)
25696 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
25697 * progmodes/bug-reference.el (bug-reference-push-button):
25698 * progmodes/fortran.el (fortran-line-length):
25699 * progmodes/glasses.el (glasses-change):
25700 * progmodes/octave-mod.el (octave-fill-paragraph):
25701 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
25702 (python-pdbtrack-grub-for-buffer, python-sentinel):
25703 * progmodes/sql.el (sql-save-connection):
25704 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
25705 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
25706 Mark unused parameters.
25707
25708 * progmodes/compile.el (compilation--flush-directory-cache)
25709 (compilation--flush-parse, compile-internal): Mark unused parameters.
25710 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
25711 (compilation-next-error-function): Remove unused variable `timestamp'.
25712
25713 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
25714 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
25715
25716 * progmodes/dcl-mode.el (dcl-end-of-command):
25717 Remove unused variable `start'.
25718 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
25719 (dcl-option-value-basic, dcl-option-value-offset)
25720 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
25721 Mark unused parameters.
25722 (dcl-save-local-variable): Remove unused variable `val'.
25723 (mode): Declare.
25724
25725 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
25726 Mark unused parameters.
25727 (delphi-ignore-changes): Move before first use.
25728 (delphi-charset-token-at): Remove unused variable `start'.
25729 (delphi-else-start): Remove unused variable `if-count'.
25730 (delphi-comment-block-start, delphi-comment-block-end):
25731 Remove unused variable `kind'.
25732 (delphi-indent-line): Remove unused variable `new-point'.
25733
25734 * progmodes/ebrowse.el (ebrowse-files-list)
25735 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
25736 Mark unused parameters. Don't quote `lambda'.
25737 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
25738 Don't quote `lambda'.
25739 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
25740 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
25741 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
25742 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
25743 Use `ignore-errors'.
25744 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
25745 (ebrowse-view/find-file-and-search-pattern)
25746 (ebrowse-view/find-member-declaration/definition):
25747 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
25748 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
25749 Rename parameter PREFIX-ARG to PREFIX.
25750 (ebrowse-tags-read-name): Remove unused variables `start' and
25751 `member-info'.
25752 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
25753 to `tags-file'.
25754
25755 * progmodes/etags.el (local-find-tag-hook): Declare.
25756 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
25757 Mark unused parameters.
25758
25759 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
25760 (executable-interpret): Mark unused parameter.
25761
25762 * progmodes/flymake.el (flymake-process-sentinel)
25763 (flymake-after-change-function)
25764 (flymake-create-temp-with-folder-structure)
25765 (flymake-get-include-dirs-dot): Mark unused parameters.
25766 (flymake-safe-delete-directory): Remove unused variable `err'.
25767
25768 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
25769 (speedbar-timer-fn, speedbar-line-text)
25770 (speedbar-change-expand-button-char, speedbar-delete-subblock)
25771 (speedbar-center-buffer-smartly): Declare functions.
25772 (gdb-find-watch-expression): Remove unused variable `array'.
25773 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
25774 (gdb-starting): Mark unused parameters.
25775 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
25776 (gdb-table-string): Remove unused variable `res'.
25777 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
25778 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
25779 (gdb-display-buffer): Remove unused variable `cur-size'.
25780
25781 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
25782 allow lexical-binding compilation.
25783 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
25784 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
25785 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
25786 Mark unused parameters.
25787 (gud-gdb-marker-filter): Remove unused variable `match'.
25788 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
25789 lambda expressions and funcall them, instead of using `fset'.
25790
25791 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
25792 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
25793
25794 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
25795 variable `header-beg'; use `let'.
25796
25797 * progmodes/icon.el (indent-icon-exp): Remove unused variables
25798 `restart', `last-sexp' and `at-do'.
25799
25800 * progmodes/js.el (js--debug): Mark unused parameter.
25801 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
25802 (js--splice-into-items): Remove unused variable `item'.
25803 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
25804
25805 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
25806 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
25807 (makefile-complete): Remove unused variable `try'.
25808 (makefile-fill-paragraph, makefile-match-function-end):
25809 Mark unused parameters.
25810
25811 * progmodes/octave-inf.el (inferior-octave-complete):
25812 Remove unused variable `proc'.
25813 (inferior-octave-output-digest): Mark unused parameter.
25814
25815 * progmodes/perl-mode.el (perl-calculate-indent):
25816 Remove unused variable `err'.
25817
25818 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
25819 (prolog-indent-line): Mark unused parameters.
25820 (prolog-indent-line): Remove unused variable `beg'.
25821
25822 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
25823 (reporter-dont-compact-list): Declare.
25824
25825 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
25826 Remove unused variable `char'.
25827 (sh-debug): Mark unused parameter.
25828 (sh-get-indent-info): Remove unused variable `start'.
25829 (sh-calculate-indent): Remove unused variable `var'.
25830
25831 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
25832 (simula-electric-keyword): Remove unused variable `null'.
25833 (simula-search-backward, simula-search-forward): Remove unused
25834 variables `begin' and `end'.
25835
25836 * progmodes/vera-mode.el (vera-guess-basic-syntax):
25837 Remove unused variable `pos'.
25838 (vera-electric-tab, vera-comment-uncomment-region):
25839 Mark unused parameters.
25840 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
25841
25842 2011-04-22 Chong Yidong <cyd@stupidchicken.com>
25843
25844 * emacs-lisp/package.el (package--builtins, package-alist)
25845 (package-load-descriptor, package-built-in-p, package-activate)
25846 (define-package, package-installed-p)
25847 (package-compute-transaction, package-buffer-info)
25848 (package--push): Doc fix. Distinguish more clearly between
25849 version strings and version lists.
25850
25851 2011-04-21 Juanma Barranquero <lekktu@gmail.com>
25852
25853 Lexical-binding cleanup.
25854
25855 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
25856 (5x5-make-mutate-best):
25857 * play/fortune.el (fortune-in-buffer):
25858 * play/gomoku.el (gomoku-init-display):
25859 * play/solitaire.el (solitaire, solitaire-do-check):
25860 * play/tetris.el (tetris-default-update-speed-function):
25861 Mark unused parameters.
25862
25863 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
25864 (bubbles--shift): Remove unused variable `char-org'.
25865 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
25866 (bubbles--show-images): Remove unused variable `char'.
25867
25868 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
25869 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
25870 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
25871 (decipher-analyze-buffer): Use ?\s.
25872 (decipher-make-checkpoint): Remove unused variable `mapping'.
25873
25874 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
25875
25876 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
25877 Remove unused variable `result'; use `let'.
25878
25879 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
25880 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
25881 (gametree-children-shown-p, gametree-compute-reduced-score):
25882 Use `ignore-errors'.
25883
25884 * play/handwrite.el (ps-lpr-switches): Declare.
25885 (handwrite): Remove unused variables `pmin' and `lastp'.
25886
25887 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
25888
25889 * play/landmark.el (landmark-init-display)
25890 (landmark-update-naught-weights): Mark unused parameters.
25891 (landmark-y): Remove unused variable `noise'. Simplify.
25892 (landmark-human-plays): Remove unused variable `score'.
25893
25894 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
25895 (mpuz-try-proposal): Remove unused variable `game'.
25896
25897 * play/zone.el (life-patterns): Declare.
25898
25899 2011-04-20 Juanma Barranquero <lekktu@gmail.com>
25900
25901 * vc/vc.el (ediff-vc-internal): Declare function.
25902
25903 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
25904
25905 * shell.el: Use lexical-binding and std completion UI.
25906 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
25907 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
25908 comint-preoutput-filter-functions rather than on
25909 comint-output-filter-functions.
25910 (shell-command-completion, shell--command-completion-data)
25911 (shell-filename-completion, shell-environment-variable-completion)
25912 (shell-c-a-p-replace-by-expanded-directory): New functions.
25913 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
25914 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
25915 (shell-dynamic-complete-environment-variable): Use them.
25916 (shell-dynamic-complete-as-environment-variable)
25917 (shell-dynamic-complete-as-command): Remove.
25918 (shell-match-partial-variable): Match past point.
25919 * comint.el: Clean up use of completion-at-point-functions.
25920 (comint-completion-at-point): New function.
25921 (comint-mode): Use it completion-at-point-functions.
25922 (comint-dynamic-complete): Make it obsolete.
25923 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
25924 (comint-c-a-p-replace-by-expanded-history): New function.
25925 (comint-dynamic-complete-functions)
25926 (comint-replace-by-expanded-history): Use it.
25927 * minibuffer.el (completion-table-with-terminator): Allow dynamic
25928 termination strings. Try harder to avoid second try-completion.
25929 (completion-in-region-mode-map): Disable bindings that don't work yet.
25930
25931 * comint.el: Use lexical-binding. Require CL.
25932 (comint-dynamic-complete-functions): Use comint-filename-completion.
25933 (comint-completion-addsuffix): Tweak custom type.
25934 (comint-filename-completion, comint--common-suffix)
25935 (comint--common-quoted-suffix, comint--table-subvert)
25936 (comint--complete-file-name-data): New functions.
25937 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
25938 (comint-dynamic-list-filename-completions): Use them.
25939 (comint-dynamic-simple-complete): Make obsolete.
25940
25941 * minibuffer.el (completion-in-region-mode):
25942 Keep completion-in-region-mode--predicate global.
25943 (completion-in-region--postch):
25944 Assume completion-in-region-mode--predicate is not null.
25945
25946 * progmodes/flymake.el (flymake-start-syntax-check-process):
25947 Obey `dir'. Simplify.
25948
25949 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
25950 we're in VC after all.
25951
25952 2011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
25953
25954 * vc/vc.el (vc-diff-build-argument-list-internal)
25955 (vc-version-ediff, vc-ediff): New commands.
25956 (vc-version-diff): Use vc-diff-build-argument-list-internal.
25957
25958 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
25959
25960 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
25961 add sanity check.
25962
25963 * obsolete/erc-hecomplete.el: Make obsolete.
25964 * obsolete/: Standardize obsolescence info in the header.
25965
25966 2011-04-20 Glenn Morris <rgm@gnu.org>
25967
25968 * calendar/solar.el (solar-horizontal-coordinates):
25969 Use the longitude argument rather than `calendar-longitude'.
25970 (solar-date-next-longitude): Remove unused locals.
25971
25972 2011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
25973
25974 * whitespace.el: New version 13.2.1.
25975
25976 2011-04-20 felix <EmacsWiki> (tiny change)
25977
25978 * whitespace.el (global-whitespace-mode): Keep highlight when
25979 switching between major modes on a file.
25980
25981 2011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
25982
25983 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
25984 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
25985 multi-line comments as well.
25986
25987 2011-04-19 Juanma Barranquero <lekktu@gmail.com>
25988
25989 Lexical-binding cleanup.
25990
25991 * arc-mode.el (archive-mode-revert):
25992 * cmuscheme.el (scheme-interactively-start-process):
25993 * custom.el (custom-initialize-delay):
25994 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
25995 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
25996 * emacs-lock.el (emacs-lock-clear-sentinel):
25997 * ezimage.el (defezimage):
25998 * follow.el (follow-avoid-tail-recenter):
25999 * fringe.el (set-fringe-mode-1):
26000 * generic-x.el (bat-generic-mode-compile):
26001 * help-mode.el (help-info-variable, help-do-xref)
26002 (help-mode-revert-buffer):
26003 * help.el (view-emacs-todo):
26004 * iswitchb.el (iswitchb-completion-help):
26005 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
26006 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
26007 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
26008 * locate.el (locate-update):
26009 * longlines.el (longlines-encode-region)
26010 (longlines-after-change-function):
26011 * outline.el (outline-isearch-open-invisible):
26012 * ps-def.el (declare-function, charset-dimension, char-width)
26013 (encode-char):
26014 * ps-mule.el (ps-mule-plot-string):
26015 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
26016 (recentf-edit-list-select, recentf-edit-list-validate)
26017 (recentf-open-files-action):
26018 * rect.el (delete-whitespace-rectangle-line)
26019 (rectangle-number-line-callback):
26020 * register.el (window-configuration-to-register)
26021 (frame-configuration-to-register):
26022 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
26023 * select.el (xselect-convert-to-string, xselect-convert-to-length)
26024 (xselect-convert-to-targets, xselect-convert-to-delete)
26025 (xselect-convert-to-filename, xselect-convert-to-charpos)
26026 (xselect-convert-to-lineno, xselect-convert-to-colno)
26027 (xselect-convert-to-os, xselect-convert-to-host)
26028 (xselect-convert-to-user, xselect-convert-to-class)
26029 (xselect-convert-to-name, xselect-convert-to-integer)
26030 (xselect-convert-to-atom, xselect-convert-to-identity):
26031 * subr.el (declare, ignore, process-kill-without-query)
26032 (text-clone-maintain):
26033 * terminal.el (te-get-char, te-tic-sentinel):
26034 * tool-bar.el (tool-bar-make-keymap):
26035 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
26036 * type-break.el (type-break-mode, type-break-noninteractive-query):
26037 * view.el (View-back-to-mark):
26038 * wid-browse.el (widget-browse-action, widget-browse-widget)
26039 (widget-browse-widgets, widget-browse-sexp):
26040 * widget.el (define-widget-keywords):
26041 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
26042 Mark unused parameters.
26043
26044 * align.el (align-adjust-col-for-rule): Mark unused parameter.
26045 (align-areas): Remove unused variable `look'.
26046 (align-region): Remove unused variables `real-end' and `pos-list'.
26047
26048 * apropos.el (apropos-score-doc): Remove unused variable `i'.
26049
26050 * bindings.el (mode-line-modified, mode-line-remote):
26051 Mark unused parameters.
26052 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
26053
26054 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
26055 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
26056
26057 * comint.el (comint-history-isearch-pop-state)
26058 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
26059 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
26060 (comint-substitute-in-file-name): Doc fix.
26061
26062 * completion.el (cmpl-statistics-block): Mark unused parameter.
26063 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
26064 (save-completions-to-file, load-completions-from-file):
26065 Remove unused local variable `e'.
26066
26067 * composite.el (compose-chars): Remove unused variable `len'.
26068 (lgstring-insert-glyph): Remove unused variable `g'.
26069 (compose-glyph-string): Remove unused variables `ascent',
26070 `descent', `lbearing' and `rbearing'.
26071 (compose-glyph-string-relative): Remove unused variables
26072 `lbearing', `rbearing' and `wadjust'.
26073 (compose-gstring-for-graphic): Remove unused variables `header',
26074 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
26075 (compose-gstring-for-terminal): Remove unused variables `header'
26076 and `nchars'. Use `let', not `let*'.
26077
26078 * cus-edit.el (Custom-set, Custom-save, custom-reset)
26079 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
26080 (Custom-buffer-done, custom-buffer-create-internal)
26081 (custom-browse-visibility-action, custom-browse-group-tag-action)
26082 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
26083 (widget-magic-mouse-down-action, custom-toggle-parent)
26084 (custom-add-parent-links, custom-toggle-hide-variable)
26085 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
26086 (custom-toggle-hide-face, face, hook, custom-group-link-action)
26087 (custom-face-menu-create, custom-variable-menu-create, get)
26088 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
26089 (custom-reset-standard-save-and-update): Remove unused variable `value'.
26090 (customize-apropos): Remove unused variable `tests'.
26091 (custom-group-value-create): Remove unused variable `hidden-p'.
26092 (sort-fold-case): Declare.
26093
26094 * cus-theme.el (custom-reset-standard-faces-list)
26095 (custom-reset-standard-variables-list): Declare.
26096 (customize-create-theme, custom-theme-revert, custom-theme-write)
26097 (custom-theme-choose-mode, customize-themes, custom-theme-save):
26098 Mark unused parameters.
26099
26100 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
26101
26102 * delim-col.el (delimit-columns-max): Move defvar before first use.
26103
26104 * descr-text.el (describe-char-categories): Don't quote `lambda'.
26105 (describe-char): Don't quote `lambda'. Mark unused parameter.
26106
26107 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
26108 (auto-insert): Declare.
26109 (desktop-restore-file-buffer): Rename desktop-* parameters;
26110 mark unused ones.
26111 (desktop-create-buffer): Rename desktop-* parameters and bind them.
26112 (desktop-buffer): Rename desktop-* parameters.
26113
26114 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
26115 (dframe-reposition-frame-xemacs, dframe-help-echo)
26116 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
26117 Mark unused parameters.
26118
26119 * dired-aux.el (backup-extract-version-start, overwrite-query)
26120 (overwrite-backup-query, rename-regexp-query)
26121 (rename-non-directory-query): Declare.
26122 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
26123 (dired-add-entry): Remove unused variable `orig-file-name'.
26124 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
26125 Use parameter PRESERVE-TIME instead of accessing dynamic variable
26126 `dired-copy-preserve-time' directly.
26127 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
26128 (dired-insert-subdir-newpos): Rename unused variable `pos'.
26129
26130 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
26131 (dired-virtual-revert, dired-make-relative-symlink):
26132 Mark unused parameters.
26133 (manual-program): Declare.
26134 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
26135 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
26136 wrapped in `with-no-warnings' to avoid replacing one warning by another.
26137
26138 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
26139
26140 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
26141
26142 * echistory.el (electric-history-in-progress, Helper-return-blurb):
26143 Declare.
26144
26145 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
26146
26147 * electric.el (Electric-command-loop): Rename parameter
26148 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
26149
26150 * expand.el (expand-in-literal): Remove unused variable `here'.
26151
26152 * facemenu.el (facemenu-add-new-color):
26153 Remove unused variable `docstring'.
26154
26155 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
26156 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
26157 (face-attr-construct): Mark unused parameter. Doc fix.
26158 (read-color): Remove unused variable `hex-string'.
26159
26160 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
26161 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
26162 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
26163 (display-buffer-other-frame): Remove unused variable `old-window'.
26164 (kill-buffer-hook): Declare.
26165 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
26166 Mark unused parameters.
26167 (after-find-file): Pass 1 to `auto-save-mode', not t.
26168
26169 * files-x.el (auto-insert): Declare.
26170 (modify-file-local-variable-prop-line): Remove unused variable `val'.
26171
26172 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
26173 variable `buf'. Mark unused parameter.
26174 (find-lisp-insert-directory): Mark unused parameter.
26175
26176 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
26177 (format-encode-region): Remove unused variables `cur-buf' and `result'.
26178 (format-common-tail): Remove, unused.
26179 (format-deannotate-region): Remove unused variable `loc'.
26180 (format-annotate-region): Remove unused variable `p'.
26181 (format-annotate-single-property-change): Remove unused variables
26182 `default' and `tail'.
26183
26184 * forms.el (read-file-filter): Declare.
26185 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
26186
26187 * frame.el (frame-creation-function-alist): Mark unused parameter.
26188 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
26189
26190 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
26191 Remove unused parameters.
26192 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
26193 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
26194
26195 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
26196 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
26197 (hfy-prepare-tag-map): Mark unused parameters.
26198 (htmlfontify-buffer): Use `called-interactively-p'.
26199
26200 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
26201 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
26202 (ibuffer-do-occur): Mark unused parameters.
26203 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
26204 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
26205
26206 * ibuffer.el: Don't quote `lambda'.
26207 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
26208 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
26209 Mark unused parameters.
26210
26211 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
26212 (ido-completing-read): Mark unused parameters.
26213 (ido-copy-current-word): Mark unused parameters;
26214 remove unused variable `name'.
26215 (ido-sort-merged-list): Remove unused parameter `dirs'.
26216
26217 * ielm.el (ielm-input-sender): Mark unused parameter.
26218 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
26219 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
26220 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
26221 `ielm-string' as a dynamic variable accessible from the IELM prompt.
26222 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
26223
26224 * image-dired.el (image-dired-display-thumbs): Remove unused
26225 variables `curr-file' and `count'.
26226 (image-dired-remove-tag): Remove unused variable `start'.
26227 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
26228 variable `curr-file'
26229 (image-dired-rotate-original): Remove unused variable `temp-file'.
26230 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
26231 Remove unused variable `file'.
26232 (image-dired-gallery-generate): Remove unused variable `curr'.
26233 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
26234
26235 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
26236
26237 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
26238
26239 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
26240
26241 * isearch.el (minibuffer-history-symbol): Declare.
26242 (isearch-edit-string): Remove unused variable `err'.
26243 (isearch-message-prefix, isearch-message-suffix):
26244 Mark unused parameters.
26245
26246 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
26247
26248 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
26249
26250 * makesum.el (double-column): Remove unused variable `cnt'.
26251
26252 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
26253 (ido-ignore-item-temp-list): Declare.
26254
26255 * mouse-drag.el (mouse-drag-throw): Remove unused variables
26256 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
26257 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
26258 (mouse-drag-drag): Remove unused variables `mouse-delta' and
26259 `mouse-col-delta'.
26260
26261 * mouse-sel.el (mouse-extend-internal):
26262 Remove unused variable `orig-window-frame'.
26263
26264 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
26265 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
26266 Move declarations before first use.
26267 (pcomplete-opt): Mark unused parameters; doc fix.
26268
26269 * proced.el (proced-revert): Mark unused parameter.
26270 (proced-send-signal): Remove unused variable `err'.
26271
26272 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
26273 Rename parameter PREFIX-ARG to ARG.
26274 (ps-basic-plot-string, ps-basic-plot-whitespace):
26275 Mark unused parameters.
26276
26277 * replace.el (replace-count): Define.
26278 (occur-revert-function): Mark unused parameters.
26279 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
26280 (isearch-case-fold-search, isearch-string): Declare.
26281 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
26282 bind `case-fold-search'. Remove unused variables `beg' and `end',
26283 and simplify.
26284 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
26285 COUNT and bind `replace-count'.
26286 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
26287 to COUNT.
26288
26289 * savehist.el (print-readably, print-string-length): Declare.
26290
26291 * shadowfile.el (shadow-expand-cluster-in-file-name):
26292 Remove unused variable `cluster'.
26293 (shadow-copy-file): Remove unused variable `i'.
26294 (shadow-noquery, shadow-clusters, shadow-site-cluster)
26295 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
26296 (shadow-define-literal-group, shadow-define-regexp-group)
26297 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
26298
26299 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
26300 (shell): Use `called-interactively-p'.
26301 (shell-directory-tracker): Remove unused variable `chdir-failure'.
26302
26303 * simple.el (compilation-context-lines, comint-file-name-quote-list)
26304 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
26305 (delete-backward-char): Remove unused variable `ocol'.
26306 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
26307 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
26308 (event-apply-hyper-modifier, event-apply-shift-modifier)
26309 (event-apply-control-modifier, event-apply-meta-modifier):
26310 Mark unused parameters.
26311 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
26312 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
26313
26314 * speedbar.el (speedbar-ignored-directory-expressions)
26315 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
26316 (speedbar-find-file, speedbar-dir-follow)
26317 (speedbar-directory-buttons-follow, speedbar-tag-find)
26318 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
26319 (speedbar-buffers-line-directory, speedbar-buffer-click):
26320 Mark unused parameters.
26321 (speedbar-tag-file): Remove unused variable `mode'.
26322 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
26323
26324 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
26325
26326 * talk.el (talk): Remove unused variable `display'.
26327
26328 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
26329 (tar-write-region-annotate): Mark unused parameter.
26330
26331 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
26332 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
26333 Declare them, wrapped in `with-no-warnings' to avoid replacing one
26334 warning by another.
26335
26336 * time-stamp.el (time-stamp-string-preprocess):
26337 Remove unused variable `require-padding'.
26338
26339 * tree-widget.el (widget-glyph-enable): Declare.
26340 (tree-widget-action): Mark unused parameter.
26341
26342 * w32-fns.el (x-get-selection): Mark unused parameter.
26343 (autoload-make-program, generated-autoload-file): Declare.
26344
26345 * wdired.el (wdired-revert): Mark unused parameters.
26346 (wdired-xcase-word): Remove unused variable `err'.
26347
26348 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
26349 (whitespace-help-scroll): Remove unused variable `data-help'.
26350
26351 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
26352 (widget-image-insert, widget-after-change, default)
26353 (widget-default-format-handler, widget-default-notify)
26354 (widget-default-prompt-value, widget-info-link-action)
26355 (widget-url-link-action, widget-function-link-action)
26356 (widget-variable-link-action, widget-file-link-action)
26357 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
26358 (widget-field-prompt-internal, widget-field-action, widget-field-match)
26359 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
26360 (widget-insert-button-action, widget-delete-button-action, visibility)
26361 (widget-documentation-link-action, widget-documentation-string-action)
26362 (widget-const-prompt-value, widget-regexp-match, symbol)
26363 (widget-coding-system-prompt-value)
26364 (widget-key-sequence-value-to-external, sexp)
26365 (widget-sexp-value-to-internal, character, vector, cons)
26366 (widget-choice-prompt-value, widget-boolean-prompt-value)
26367 (widget-color--choose-action): Mark unused parameters.
26368 (widget-item-match-inline, widget-choice-match-inline)
26369 (widget-checklist-match, widget-checklist-match-inline)
26370 (widget-group-match): Rename parameter VALUES to VALS.
26371 (widget-field-value-set): Remove unused variable `size'.
26372 (widget-color-action): Remove unused variables `value' and `start'.
26373
26374 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
26375 variable `dir'. Doc fix.
26376 (windmove-find-other-window): Don't pass it.
26377
26378 * window.el (count-windows): Mark unused parameter.
26379 (bw-adjust-window): Remove unused variable `err'.
26380
26381 * woman.el (woman-file-name): Remove unused variable `default'.
26382 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
26383 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
26384 (global-font-lock-mode): Declare.
26385 (woman-decode-region): Mark unused parameter.
26386 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
26387
26388 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
26389 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
26390 (x-dnd-handle-moz-url): Remove unused variable `title'.
26391 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
26392
26393 * xml.el (xml-parse-tag, xml-parse-attlist):
26394 Remove unused variable `pos'.
26395
26396 2011-04-19 Glenn Morris <rgm@gnu.org>
26397
26398 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
26399 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
26400 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
26401 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
26402 * calendar/cal-html.el (cal-html-insert-minical):
26403 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
26404 (calendar-mark-date-pattern):
26405 Prefix "unused" locals.
26406
26407 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
26408 optional argument `style'.
26409
26410 * calendar/appt.el (appt-make-list):
26411 * calendar/cal-china.el (calendar-chinese-date-string):
26412 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
26413 (diary-hebrew-yahrzeit):
26414 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
26415 * calendar/calendar.el (calendar-generate-window):
26416 * calendar/time-date.el (time-to-days):
26417 Remove unused local variables.
26418
26419 2011-04-18 Chong Yidong <cyd@stupidchicken.com>
26420
26421 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
26422 glyphless-char-display table.
26423 (tabulated-list-glyphless-char-display): New var.
26424
26425 2011-04-18 Sam Steingold <sds@gnu.org>
26426
26427 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
26428 to acknowledgments.
26429
26430 2011-04-17 Glenn Morris <rgm@gnu.org>
26431
26432 * calendar/diary-lib.el (diary-sexp-entry):
26433 * calendar/holidays.el (holiday-sexp):
26434 Set debug-on-error rather than the removed stack-trace-on-error.
26435
26436 2011-04-16 Glenn Morris <rgm@gnu.org>
26437
26438 * progmodes/f90.el: Use lexical-binding.
26439 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
26440
26441 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
26442
26443 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
26444 (mail-mode): Setup mailalias completion here instead.
26445 * mail/mailalias.el: Use lexical-binding.
26446 (pattern, mailalias-done): Declare dynamic.
26447 (mail-completion-at-point-function): New function, from mail-complete.
26448 (mail-complete): Use it.
26449 (mail-completion-expand): New function.
26450 (mail-get-names): Use it.
26451 (mail-directory, mail-directory-process, mail-directory-stream):
26452 Don't use `pattern' for lexically bound arg.
26453
26454 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
26455
26456 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
26457 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
26458 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
26459
26460 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
26461 (byte-save-window-excursion, byte-temp-output-buffer-setup)
26462 (byte-interactive-p): Define them again, for use when inlining
26463 old code.
26464
26465 2011-04-15 Juanma Barranquero <lekktu@gmail.com>
26466
26467 * loadup.el: Use `string-to-number', not `string-to-int'.
26468
26469 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
26470
26471 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
26472 gud-gdb-complete-command.
26473 (gud-gdb-completions): New function, from gud-gdb-complete-command.
26474 (gud-gdb-completion-at-point): New function.
26475 (gud-gdb-completions): Remove.
26476
26477 2011-04-14 Michael Albinus <michael.albinus@gmx.de>
26478
26479 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
26480 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
26481 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
26482 whether `executable-find' is bound.
26483
26484 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
26485
26486 2011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
26487
26488 * minibuffer.el (completion-in-region-mode-predicate)
26489 (completion-in-region-mode--predicate): New vars.
26490 (completion-in-region, completion-in-region--postch)
26491 (completion-in-region-mode): Use them.
26492 (completion--capf-wrapper): Also return the hook function.
26493 (completion-at-point, completion-help-at-point):
26494 Adjust and provide a predicate.
26495
26496 Preserve arg names for advice of subr and lexical functions (bug#8457).
26497 * help-fns.el (help-function-arglist): Consolidate the subr and
26498 new-byte-code cases. Add argument `preserve-names' to extract names
26499 from the docstring when needed.
26500 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
26501 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
26502 (ad-arglist): Use help-function-arglist's new arg.
26503 (ad-definition-type): Use cond.
26504
26505 2011-04-13 Juanma Barranquero <lekktu@gmail.com>
26506
26507 * autorevert.el (auto-revert-handler):
26508 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
26509 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
26510 Don't quote lambda.
26511
26512 * image-mode.el (image-transform-set-scale):
26513 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
26514
26515 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
26516
26517 * net/network-stream.el (network-stream-open-starttls): Only do
26518 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
26519 Upgrades via gnutls-cli are too slow to be done opportunistically.
26520
26521 2011-04-12 Juanma Barranquero <lekktu@gmail.com>
26522
26523 * dframe.el (dframe-current-frame): Remove spurious quote.
26524
26525 2011-04-12 Glenn Morris <rgm@gnu.org>
26526
26527 * calendar/cal-tex.el (cal-tex-end-document):
26528 Try to automatically use latin1 input if needed.
26529
26530 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
26531 Don't try to cons a mark onto an empty element.
26532
26533 2011-04-11 Leo Liu <sdl.web@gmail.com>
26534
26535 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
26536 buffers.
26537 (ido-kill-buffer-at-head): Support killing virtual buffers.
26538
26539 2011-04-10 Chong Yidong <cyd@stupidchicken.com>
26540
26541 * minibuffer.el (completion-show-inline-help): New var.
26542 (completion--do-completion, minibuffer-complete)
26543 (minibuffer-force-complete, minibuffer-complete-word):
26544 Inhibit minibuffer messages if completion-show-inline-help is nil.
26545
26546 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
26547 to avoid interference from inline help (Bug#5849).
26548
26549 2011-04-10 Leo Liu <sdl.web@gmail.com>
26550
26551 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
26552 Fix typo.
26553
26554 2011-04-09 Chong Yidong <cyd@stupidchicken.com>
26555
26556 * image-mode.el (image-toggle-display-image): Signal an error if
26557 not in Image mode.
26558 (image-transform-mode, image-transform-resize)
26559 (image-transform-set-rotation): Doc fix.
26560 (image-transform-set-resize): Delete.
26561 (image-transform-set-scale, image-transform-fit-to-height)
26562 (image-transform-fit-to-width): Handle image-toggle-display-image
26563 and image-transform-resize directly.
26564
26565 2011-04-08 Sho Nakatani <lay.sakura@gmail.com>
26566
26567 * doc-view.el (doc-view-fit-width-to-window)
26568 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
26569 New functions for fitting the shown image to the Emacs window size.
26570 (doc-view-mode-map): Add bindings for the new functions.
26571
26572 2011-04-08 Juanma Barranquero <lekktu@gmail.com>
26573
26574 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
26575 Fix typo in docstring.
26576
26577 2011-04-08 Eli Zaretskii <eliz@gnu.org>
26578
26579 * files.el (file-size-human-readable): Produce one digit after
26580 decimal, like "ls -lh" does.
26581
26582 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
26583 the file size representation.
26584
26585 * simple.el (list-processes): If async subprocesses are not
26586 available, error out with a clear error message.
26587
26588 2011-04-08 Chong Yidong <cyd@stupidchicken.com>
26589
26590 * help.el (help-form-show): New function, to be called from C.
26591 Put help-form output in a buffer named differently than *Help*.
26592
26593 2011-04-08 Eli Zaretskii <eliz@gnu.org>
26594
26595 * files.el (file-size-human-readable): New function.
26596
26597 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
26598 computing the representation inline. Don't require `cl'.
26599
26600 2011-04-08 Glenn Morris <rgm@gnu.org>
26601
26602 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
26603
26604 * net/browse-url.el (browse-url-firefox):
26605 Test system-type, not system-configuration.
26606
26607 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
26608 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
26609 Use log-edit-empty-buffer-p. (Bug#7598)
26610
26611 * net/rlogin.el (rlogin-process-connection-type): Simplify.
26612 (rlogin-mode-map): Initialize in the defvar.
26613 (rlogin): Use ignore-errors.
26614
26615 * replace.el (occur-mode-map): Some fixes for menu items.
26616
26617 2011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
26618
26619 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
26620
26621 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
26622
26623 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
26624 issuing unused warnings.
26625
26626 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
26627 macro directly.
26628
26629 * simple.el: Lisp reimplement of list-processes. Based on an
26630 earlier reimplementation by Leo Liu, but using tabulated-list.el.
26631 (process-menu-mode): New major mode.
26632 (list-processes--refresh, list-processes):
26633 (process-menu-visit-buffer): New functions.
26634
26635 * files.el (save-buffers-kill-emacs): Don't assume any return
26636 value of list-processes, which is undocumented anyway.
26637
26638 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
26639
26640 * emacs-lisp/tabulated-list.el: New file.
26641
26642 * emacs-lisp/package.el: Use Tabulated List mode.
26643 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
26644 (package-menu-mode): Derive from tabulated-list-mode. Set up the
26645 table format using Tabulated List mode variables.
26646 (package--push): New macro, replacing package-list-maybe-add.
26647 (package-menu--generate): Use package--push. Renamed from
26648 package--generate-package-list.
26649 (package-menu-refresh, list-packages): Use it.
26650 (package-menu--print-info): Rename from package-print-package.
26651 Return insertion data instead of inserting it directly.
26652 (package-menu-describe-package, package-menu-execute):
26653 Use tabulated-list-get-id.
26654 (package-menu-mark-delete, package-menu-mark-install)
26655 (package-menu-mark-unmark, package-menu-backup-unmark)
26656 (package-menu-mark-obsolete-for-deletion):
26657 Use tabulated-list-put-tag.
26658 (package--list-packages, package-menu-revert)
26659 (package-menu-get-package, package-menu-get-version)
26660 (package-menu-sort-by-column): Functions deleted.
26661 (package-menu-package-list, package-menu-sort-key): Vars deleted.
26662 (package-menu--status-predicate, package-menu--version-predicate)
26663 (package-menu--name-predicate)
26664 (package-menu--description-predicate): Handle arguments in the
26665 Tabulated List format.
26666 (package-list-packages-no-fetch): Call list-packages.
26667
26668 2011-04-06 Juanma Barranquero <lekktu@gmail.com>
26669
26670 * files.el (after-find-file-from-revert-buffer): Remove variable.
26671 (after-find-file): Don't bind it.
26672 (revert-buffer-in-progress-p): New variable.
26673 (revert-buffer): Bind it.
26674 Pass nil for `after-find-file-from-revert-buffer'.
26675
26676 * saveplace.el (save-place-find-file-hook): Use new variable
26677 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
26678
26679 2011-04-06 Glenn Morris <rgm@gnu.org>
26680
26681 * Makefile.in (AUTOGEN_VCS): New variable.
26682 (autoloads): Use $AUTOGEN_VCS.
26683
26684 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
26685 * calendar/calendar.el (calendar-mode-map):
26686 Check for toolkit scroll bars. (Bug#8305)
26687
26688 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
26689
26690 * minibuffer.el (completion-in-region--postch)
26691 (completion-in-region-mode): Remove unnecessary messages.
26692
26693 2011-04-05 Juanma Barranquero <lekktu@gmail.com>
26694
26695 * font-lock.el (font-lock-refresh-defaults):
26696 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
26697 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
26698
26699 * info.el (Info-directory-list, Info-read-node-name-2)
26700 (Info-split-parameter-string): Doc fixes.
26701 (Info-virtual-nodes): Reflow docstring.
26702 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
26703 (Info-apropos-toc-nodes, info-finder, Info-get-token)
26704 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
26705 Fix typos in docstrings.
26706 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
26707 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
26708 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
26709 (Info-restore-desktop-buffer): Mark unused parameters.
26710 (Info-directory-find-file, Info-directory-find-node)
26711 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
26712 (Info-virtual-index-find-node, Info-apropos-find-file)
26713 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
26714 Mark unused parameters; fix typos in docstrings.
26715 (Info-virtual-index): Remove unused local variable `nodename'.
26716
26717 2011-04-05 Deniz Dogan <deniz@dogan.se>
26718
26719 * net/rcirc.el: Update my e-mail address.
26720 (rcirc-mode-map): Remove M-o binding.
26721
26722 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
26723
26724 * startup.el (command-line): Save the cursor's theme-face
26725 directly, instead of using face-override-spec.
26726
26727 * custom.el (load-theme): Minor optimization in assigning faces.
26728
26729 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
26730
26731 * help-fns.el (describe-variable): Complete all variables having
26732 documentation, including keywords.
26733 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
26734
26735 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
26736
26737 Convert to lexical-binding.
26738
26739 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
26740 (bs--get-marked-string, bs--get-modified-string)
26741 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
26742 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
26743 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
26744
26745 * ehelp.el (electric-help-execute-extended)
26746 (electric-help-ctrl-x-prefix):
26747 * hexl.el (hexl-revert-buffer-function):
26748 * linum.el (linum-after-change, linum-after-scroll):
26749 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
26750
26751 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
26752
26753 2011-04-04 Daiki Ueno <ueno@unixuser.org>
26754
26755 * epa-dired.el:
26756 * epa-mail.el:
26757 * epa-hook.el:
26758 * epa-file.el:
26759 * epa.el:
26760 * epg.el: Use lexical binding.
26761
26762 2011-04-03 Chong Yidong <cyd@stupidchicken.com>
26763
26764 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
26765
26766 * textmodes/flyspell.el (flyspell-word): Recognize default
26767 dictionary case for flyspell-mark-duplications-exceptions.
26768 Use regexp matching for languages.
26769 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
26770 default dictionary (Bug#7926).
26771
26772 2011-04-02 Chong Yidong <cyd@stupidchicken.com>
26773
26774 * emacs-lisp/package.el (package--with-work-buffer):
26775 Recognize https URLs.
26776
26777 * net/network-stream.el: Move from gnus/proto-stream.el.
26778 Change prefix to network-stream throughout.
26779 (open-protocol-stream): Merge into open-network-stream, leaving
26780 open-protocol-stream as an alias. Handle nil BUFFER args.
26781
26782 * subr.el (open-network-stream): Move to net/network-stream.el.
26783
26784 2011-04-02 Glenn Morris <rgm@gnu.org>
26785
26786 * find-dired.el (find-exec-terminator): New option.
26787 (find-ls-option): Test for -ls support.
26788 (find-ls-subdir-switches): Test for -b in find-ls-option.
26789 (find-dired, find-grep-dired): Doc fixes.
26790 (find-dired): Use find-exec-terminator.
26791
26792 * find-dired.el (find-ls-option, find-ls-subdir-switches)
26793 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
26794 (find-name-arg): Remove purecopy.
26795
26796 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
26797 (grep-compute-defaults): Check for `-exec COMMAND +' support.
26798 Set grep-find-use-xargs, grep-find-command, and grep-find-template
26799 accordingly. Don't add the null-device if not needed.
26800
26801 * files.el (save-some-buffers): Doc fix.
26802
26803 2011-04-02 Eli Zaretskii <eliz@gnu.org>
26804
26805 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
26806
26807 2011-04-01 Juanma Barranquero <lekktu@gmail.com>
26808
26809 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
26810 Use `dolist' rather than `mapcar'.
26811
26812 2011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
26813
26814 Add lexical binding.
26815
26816 * subr.el (apply-partially): Use new closures rather than CL.
26817 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
26818 (dolist, dotimes): Use slightly different expansion for lexical code.
26819 (functionp): Move to C.
26820 (letrec): New macro.
26821 (with-wrapper-hook): Use it and apply-partially instead of CL.
26822 (eval-after-load): Preserve lexical-binding.
26823 (save-window-excursion, with-output-to-temp-buffer): Turn them
26824 into macros.
26825
26826 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
26827
26828 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
26829 than the arglist.
26830 (help-add-fundoc-usage): Don't add `Not documented'.
26831 (help-function-arglist): Handle closures, subroutines, and new
26832 byte-code-functions.
26833 (help-make-usage): Remove leading underscores.
26834 (describe-function-1): Handle closures.
26835 (describe-variable): Use special-variable-p for completion.
26836
26837 * files.el (lexical-binding): Declare safe.
26838
26839 * emacs-lisp/pcase.el: Don't use destructuring-bind.
26840 (pcase--memoize): Rename from pcase-memoize. Change weakness.
26841 (pcase): Add `let' pattern.
26842 Change memoization so it actually works.
26843 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
26844 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
26845 <let>: New case.
26846
26847 * emacs-lisp/macroexp.el: Use lexical binding.
26848 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
26849 Don't convert ' to #' without checking that it's indeed quoting
26850 a lambda.
26851
26852 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
26853 Use eval-sexp-add-defvars.
26854 (eval-sexp-add-defvars): New fun.
26855
26856 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
26857
26858 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
26859 Don't autoload.
26860 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
26861 than the internal `byte-compile-lambda'.
26862 (defmethod): Don't hide code under quotes.
26863 (eieio-defmethod): New `code' argument.
26864
26865 * emacs-lisp/eieio-comp.el: Remove.
26866
26867 * emacs-lisp/edebug.el (edebug-eval-defun)
26868 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
26869 (edebug-toggle): Avoid `eval'.
26870
26871 * emacs-lisp/disass.el (disassemble-internal): Handle new
26872 `closure' objects.
26873 (disassemble-1): Handle new byte codes.
26874
26875 * emacs-lisp/cl.el (pushnew): Silence warning.
26876
26877 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
26878 (cl-byte-compile-throw): Remove.
26879 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
26880
26881 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
26882 closures.
26883
26884 * emacs-lisp/cconv.el: New file.
26885
26886 * emacs-lisp/bytecomp.el: Use lexical binding instead of
26887 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
26888 (byte-compile-initial-macro-environment):
26889 Handle declare-function here.
26890 (byte-compile--lexical-environment): New var.
26891 (byte-stack-ref, byte-stack-set, byte-discardN)
26892 (byte-discardN-preserve-tos): New lap codes.
26893 (byte-interactive-p): Don't use any more.
26894 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
26895 New macros.
26896 (byte-compile-lapcode): Use them and handle new lap codes.
26897 (byte-compile-obsolete): Remove.
26898 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
26899 (byte-compile-arglist-warn): Check late def of inlinable funs.
26900 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
26901 since they should have been expanded by now.
26902 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
26903 (byte-compile-from-buffer): Remove unused second arg.
26904 (byte-compile-preprocess): New function.
26905 (byte-compile-toplevel-file-form): New function to distinguish
26906 file-form calls from outside from file-form calls from hunk-handlers.
26907 (byte-compile-file-form): Simplify.
26908 (byte-compile-file-form-defsubst): Remove.
26909 (byte-compile-file-form-defmumble): Simplify now that
26910 byte-compile-lambda always returns a byte-code-function.
26911 (byte-compile): Preprocess.
26912 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
26913 Remove, not used any more.
26914 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
26915 (byte-compile-make-args-desc): New funs.
26916 (byte-compile-lambda): Handle lexical functions. Always return
26917 a byte-code-function.
26918 (byte-compile-reserved-constants): New var, to make up room for
26919 closed-over variables.
26920 (byte-compile-constants-vector): Obey it.
26921 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
26922 (byte-compile-macroexpand-declare-function): New function.
26923 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
26924 byte-code-functions.
26925 (byte-compile-form): Check obsolescence here.
26926 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
26927 (byte-compile-variable-ref): Remove.
26928 (byte-compile-dynamic-variable-op): New fun.
26929 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
26930 (byte-compile-variable-set): New funs.
26931 (byte-compile-discard): Add 2 args.
26932 (byte-compile-stack-ref, byte-compile-stack-set)
26933 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
26934 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
26935 macroexpand-all instead.
26936 (byte-compile-quote-form): Remove.
26937 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
26938 (byte-compile-bind, byte-compile-unbind): New funs.
26939 (byte-compile-let): Handle let* and lexical binding.
26940 (byte-compile-let*): Remove.
26941 (byte-compile-catch, byte-compile-unwind-protect)
26942 (byte-compile-track-mouse, byte-compile-condition-case):
26943 Handle a new :fun-body form, used for lexical scoping.
26944 (byte-compile-save-window-excursion)
26945 (byte-compile-with-output-to-temp-buffer): Remove.
26946 (byte-compile-defun): Simplify.
26947 (byte-compile-stack-adjustment): New fun.
26948 (byte-compile-out): Use it.
26949 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
26950
26951 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
26952 handler any more.
26953
26954 * emacs-lisp/byte-opt.el: Use lexical binding.
26955 (byte-inline-lapcode): Remove (to bytecomp).
26956 (byte-compile-inline-expand): Pay attention to inlining to/from
26957 lexically bound code.
26958 (byte-compile-unfold-lambda): Don't handle byte-code-functions
26959 any more.
26960 (byte-optimize-form-code-walker): Don't handle save-window-excursion
26961 any more and don't call compiler-macros.
26962 (byte-compile-splice-in-already-compiled-code): Remove.
26963 (byte-code): Don't inline any more.
26964 (disassemble-offset): Receive `bytes' as argument rather than via
26965 dynamic scoping.
26966 (byte-compile-tag-number): Declare before first use.
26967 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
26968 `return' even if make-spliceable.
26969 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
26970 obsolete interactive-p.
26971 (byte-optimize-lapcode): Optimize new lap-codes.
26972 Don't trip up on new form of `byte-constant' lap code.
26973
26974 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
26975
26976 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
26977
26978 * custom.el (custom-initialize-default, custom-declare-variable):
26979 Use `defvar'.
26980
26981 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
26982 New variables.
26983 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
26984 (COMPILE_FIRST): Add macroexp and cconv.
26985 * makefile.w32-in: Mirror changes in Makefile.in.
26986
26987 * vc/cvs-status.el:
26988 * vc/diff-mode.el:
26989 * vc/log-edit.el:
26990 * vc/log-view.el:
26991 * vc/smerge-mode.el:
26992 * textmodes/bibtex-style.el:
26993 * textmodes/css-mode.el:
26994 * startup.el:
26995 * uniquify.el:
26996 * minibuffer.el:
26997 * newcomment.el:
26998 * reveal.el:
26999 * server.el:
27000 * mpc.el:
27001 * emacs-lisp/smie.el:
27002 * doc-view.el:
27003 * dired.el:
27004 * abbrev.el: Use lexical binding.
27005
27006 2011-04-01 Eli Zaretskii <eliz@gnu.org>
27007
27008 * info.el (info-display-manual): New function.
27009
27010 2011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
27011
27012 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
27013
27014 2011-03-31 Tassilo Horn <tassilo@member.fsf.org>
27015
27016 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
27017 an entry for that server in rcirc-authinfo. (Bug#8385)
27018
27019 2011-03-31 Glenn Morris <rgm@gnu.org>
27020
27021 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
27022
27023 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
27024
27025 2011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
27026
27027 * progmodes/python.el (python-default-interpreter)
27028 (python-python-command-args, python-jython-command-args)
27029 (python-which-shell, python-which-args, python-which-bufname)
27030 (python-file-queue, python-comint-output-filter-function)
27031 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
27032 variables and functions.
27033
27034 2011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
27035
27036 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
27037 (completion-in-region-mode): New minor mode.
27038 (completion-in-region): Use it.
27039 (completion-in-region--data, completion-in-region-mode-map): New vars.
27040 (completion-in-region--postch): New function.
27041 (completion--capf-misbehave-funs, completion--capf-safe-funs):
27042 New vars.
27043 (completion--capf-wrapper): New function.
27044 (completion-at-point): Use it to track well-behavedness of
27045 hook functions.
27046 (completion-help-at-point): New command.
27047
27048 2011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
27049
27050 * vc/add-log.el (add-change-log-entry): Don't use whitespace
27051 syntax class to search for whitespace on a single line
27052 (Message-ID: <4D938140.4030905@redhat.com>).
27053
27054 2011-03-30 Leo Liu <sdl.web@gmail.com>
27055
27056 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
27057 New commands.
27058 (edit-abbrevs-map): Bind them here.
27059 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
27060
27061 2011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
27062
27063 * allout.el (allout-hide-by-annotation, allout-flag-region):
27064 Reduce possibility of overlay leakage by making them volatile.
27065
27066 * allout-widgets.el (allout-widgets-tally): Define as nil so the
27067 hash is not shared between buffers. Mode initialization is
27068 responsible for giving it a useful starting value.
27069 (allout-item-span): Reduce possibility of overlay leakage by
27070 making them volatile.
27071 (allout-widgets-count-buttons-in-region): Add diagnostic function
27072 for tracking down button overlay leaks.
27073
27074 2011-03-29 Leo Liu <sdl.web@gmail.com>
27075
27076 * ido.el (ido-read-internal): Use the default history var
27077 minibuffer-history if no HISTORY is specified.
27078
27079 2011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
27080
27081 * net/imap.el (imap-shell-open, imap-process-connection-type):
27082 Use imap-process-connection-type for 'shell' streams as well as
27083 Kerberos, SSL, other subprocesses.
27084
27085 2011-03-28 Leo Liu <sdl.web@gmail.com>
27086
27087 * abbrev.el (abbrev-table-empty-p): New function.
27088 (prepare-abbrev-list-buffer): Place empty abbrev tables after
27089 nonempty ones. (Bug#5937)
27090
27091 2011-03-27 Jan Djärv <jan.h.d@swipnet.se>
27092
27093 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
27094
27095 2011-03-27 Leo Liu <sdl.web@gmail.com>
27096
27097 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
27098 for foreground and background colors.
27099 (ansi-color-make-color-map): Adapt.
27100
27101 2011-03-25 Leo Liu <sdl.web@gmail.com>
27102
27103 * midnight.el (midnight-time-float): Remove. Note it calculates
27104 the microsecond component incorrectly and seconds-to-time does the
27105 same job.
27106 Remove redundant (require 'timer).
27107
27108 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
27109 (ido-completions): Remove unused arguments. (Bug#8329)
27110
27111 2011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
27112
27113 * minibuffer.el (completion--flush-all-sorted-completions):
27114 Remove itself from hook.
27115 (completion-at-point): Let the functions perform the completion
27116 immediately and return nil or t.
27117 * comint.el (comint-dynamic-complete-functions): Now identical to
27118 completion-at-point-functions.
27119 (comint-dynamic-list-input-ring): Remove unused var `index'.
27120 (comint--match-partial-filename, comint--unquote&expand-filename):
27121 New funs, split from comint-match-partial-filename.
27122 (comint-dynamic-complete): Use completion-at-point.
27123 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
27124
27125 2011-03-24 Drew Adams <drew.adams@oracle.com>
27126
27127 * thingatpt.el: Support `defun'.
27128
27129 2011-03-23 Leo Liu <sdl.web@gmail.com>
27130
27131 * abbrevlist.el: Move to obsolete/abbrevlist.el.
27132
27133 * help-mode.el (help-mode-finish): Tweak regexp.
27134
27135 2011-03-23 Glenn Morris <rgm@gnu.org>
27136
27137 * eshell/esh-opt.el (eshell-eval-using-options):
27138 Do not bind unused local variable `eshell-option-stub'.
27139
27140 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
27141
27142 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
27143
27144 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
27145 keymap variable in `with-no-warnings' to avoid a warning when the
27146 keymap has been already `defconst'ed.
27147
27148 2011-03-22 Leo Liu <sdl.web@gmail.com>
27149
27150 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
27151 encode all chars in abbrevs; otherwise use emacs-mule or
27152 utf-8-emacs. (Bug#8308)
27153
27154 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
27155
27156 * simple.el (backward-delete-char-untabify):
27157 Avoid warning about using `delete-backward-char'.
27158
27159 * image.el (image-type-file-name-regexps): Make it variable.
27160 `imagemagick-register-types' modifies it, and the user may want
27161 to add new extensions for known image types.
27162 (imagemagick-register-types): Throw error if not using ImageMagick.
27163
27164 2011-03-22 Leo Liu <sdl.web@gmail.com>
27165
27166 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
27167 located before rcirc-prompt-end-marker.
27168 (rcirc-complete): Error if point is not after rcirc prompt.
27169 Handle the case when table is nil.
27170 (rcirc-user-authenticated): Define to fix compiler warning.
27171
27172 2011-03-22 Chong Yidong <cyd@stupidchicken.com>
27173
27174 * custom.el (custom--inhibit-theme-enable): Make it affect only
27175 custom-theme-set-variables and custom-theme-set-faces.
27176 (provide-theme): Ignore custom--inhibit-theme-enable.
27177 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
27178 (custom-enabling-themes): Delete variable.
27179 (enable-theme): Accept only loaded themes as arguments.
27180 Ignore the special custom-enabled-themes variable.
27181 (custom-enabled-themes): Forbid themes from setting this.
27182 Eliminate use of custom-enabling-themes.
27183 (custom-push-theme): Quote "changed" custom var entry.
27184
27185 2011-03-21 Leo Liu <sdl.web@gmail.com>
27186
27187 * ido.el (ido-read-internal): Add ido-selected to history instead
27188 of user input.
27189
27190 2011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
27191
27192 * subr.el (deferred-action-list, deferred-action-function):
27193 Mark obsolete.
27194
27195 2011-03-21 Leo Liu <sdl.web@gmail.com>
27196
27197 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
27198 change on 2011-02-13 (bug#8309).
27199
27200 * minibuffer.el (read-file-name-function): Change default value.
27201 (read-file-name--defaults): Rename from read-file-name-defaults.
27202 (read-file-name-default): Rename from read-file-name.
27203 (read-file-name): Call read-file-name-function.
27204
27205 2011-03-21 Glenn Morris <rgm@gnu.org>
27206
27207 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
27208 Doc fixes.
27209
27210 2011-03-21 Chong Yidong <cyd@stupidchicken.com>
27211
27212 * cus-theme.el: Add missing provide statement.
27213 (customize-create-theme): Extract theme value correctly.
27214 (custom-theme-visit-theme): Autoload.
27215 (customize-create-theme): Prompt before inserting default faces.
27216
27217 2011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
27218
27219 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
27220 units and musical notes.
27221
27222 2011-03-20 Leo Liu <sdl.web@gmail.com>
27223
27224 * ido.el (ido-read-internal): Use completing-read-default.
27225 (ido-completing-read): Fix compatibility with completing-read.
27226
27227 2011-03-20 Christian Ohler <ohler@gnu.org>
27228
27229 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
27230 (ert-delete-all-tests): Use `called-interactively-p' rather than
27231 `interactive-p'.
27232 (ert--make-xrefs-region): Respect END.
27233
27234 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
27235
27236 * dired-aux.el (dired-create-directory): Signal an error if the
27237 directory already exists (Bug#8246).
27238
27239 * facemenu.el (list-colors-display): Call list-faces-display
27240 inside with-help-window.
27241 (list-colors-print): Use display property to align the final
27242 column, instead of checking window-width.
27243
27244 2011-03-19 Eli Zaretskii <eliz@gnu.org>
27245
27246 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
27247 windows-nt systems.
27248 (emerge-protect-metachars): Quote correctly for ms-dos and
27249 windows-nt systems.
27250
27251 2011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
27252
27253 * info.el (info-initialize): Replace all uses of `:' with
27254 path-separator for compatibility with non-Unix systems.
27255 Cache quoting of path-separator. (Bug#8258)
27256
27257 2011-03-19 Juanma Barranquero <lekktu@gmail.com>
27258
27259 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
27260 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
27261 (mouse-avoidance-mode): Fix typos in docstrings.
27262
27263 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
27264
27265 * startup.el (package-subdirectory-regexp): Move from package.el.
27266 Omit \\` and \\', and let callers add them.
27267
27268 * emacs-lisp/package.el (package-strip-version)
27269 (package-load-all-descriptors): Add \\` and \\' to
27270 package-subdirectory-regexp before using it.
27271 (package-untar-buffer): New arg DIR; ensure that file untars only
27272 into this expected directory. Remove superfluous delete-region.
27273 (package-unpack): Caller changed.
27274 (package-tar-file-info): Use package-subdirectory-regexp.
27275
27276 2011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
27277
27278 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
27279 diff-mode-shared-map (bug#8284).
27280 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
27281
27282 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
27283
27284 * calendar/time-date.el (format-seconds): Use assoc instead of
27285 assoc-string, since assoc-string doesn't exist in XEmacs.
27286
27287 2011-03-17 Juanma Barranquero <lekktu@gmail.com>
27288
27289 * custom.el (custom-known-themes): Reflow docstring.
27290 (custom-theme-load-path): Fix typo in docstring.
27291 (load-theme): Fix typo in error message.
27292 (custom-available-themes, custom-variable-theme-value):
27293 Use `let', not `let*'.
27294
27295 2011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
27296
27297 * calc/README: Mention inclusion of musical notes.
27298
27299 * calc/calc-units.el (calc-lu-quant): Rename from
27300 `calc-logunits-quantity'.
27301 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
27302 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
27303 (calc-db): Rename from `calc-dblevel'.
27304 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
27305 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
27306 (calc-np): Rename from `calc-nplevel'.
27307 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
27308 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
27309 (calc-lu-plus): Rename from `calc-logunits-add'.
27310 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
27311 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
27312 (calc-lu-minus): Rename from `calc-logunits-sub'.
27313 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
27314 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
27315 (calc-lu-times): Rename from `calc-logunits-mul'.
27316 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
27317 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
27318 (calc-lu-divide): Rename from `calc-logunits-div'.
27319 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
27320 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
27321
27322 * calc/calc-ext.el (calc-init-extensions): Update the names of the
27323 functions being autoloaded.
27324
27325 * calc/calc.el (calc-lu-power-reference): Rename from
27326 `calc-logunits-power-reference'.
27327 (calc-lu-field-reference): Rename from
27328 `calc-logunits-field-reference'.
27329
27330 * calc/calc-help.el (calc-l-prefix-help):
27331 Mention musical note functions.
27332
27333 2011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
27334
27335 * minibuffer.el (completion-all-sorted-completions):
27336 Use :completion-cycle-penalty text property if present.
27337
27338 2011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
27339
27340 * allout.el (allout-yank-processing): Adjust for new rebulleting
27341 regime so bullet being yanked is used without prompting the user
27342 for a choice.
27343
27344 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
27345
27346 * startup.el (command-line): Warn the user that _emacs is deprecated.
27347
27348 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
27349
27350 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
27351 (delphi-verbose, delphi-comment-face, delphi-string-face)
27352 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
27353 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
27354 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
27355 (delphi-new-comment-line, delphi-font-lock-defaults)
27356 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
27357 Fix typos in docstrings.
27358
27359 2011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
27360
27361 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
27362 Invert the roles of character and string values for INSTEAD, so a
27363 string is used for the more common case of a defaulting prompt.
27364
27365 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
27366
27367 * progmodes/ruby-mode.el (ruby-backward-sexp):
27368 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
27369 * play/gamegrid.el (gamegrid-make-face):
27370 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
27371 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
27372 * notifications.el (notifications-notify):
27373 * net/xesam.el (xesam-search-engines):
27374 * net/quickurl.el (quickurl-list-insert):
27375 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
27376
27377 2011-03-15 Chong Yidong <cyd@stupidchicken.com>
27378
27379 * startup.el (command-line): Update package subdirectory regexp.
27380
27381 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
27382
27383 * allout.el (allout-abbreviate-flattened-numbering)
27384 (allout-mode-deactivate-hook): Fix up obsolescence "date".
27385
27386 * subr.el (read-char-choice): Only show the cursor after the prompt,
27387 not after the answer.
27388
27389 2011-03-15 Kevin Ryde <user42@zip.com.au>
27390
27391 * help-fns.el (variable-at-point): Skip leading quotes, if any
27392 (bug#8253).
27393
27394 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
27395
27396 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
27397 warning message.
27398
27399 2011-03-14 Michael Albinus <michael.albinus@gmx.de>
27400
27401 * shell.el (shell): When called interactively, offer to change the
27402 shell file name on remote hosts.
27403
27404 2011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
27405
27406 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
27407 integration for LDAP parameters. The host, base, user or binddn,
27408 and secret tokens can be specified in a netrc file, for instance.
27409 This is optional because an `auth-source' parameter must be
27410 specified in the search attributes.
27411
27412 2011-03-13 Juanma Barranquero <lekktu@gmail.com>
27413
27414 * help.el (describe-mode): Link to the mode's definition (bug#8185).
27415
27416 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
27417
27418 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
27419 into declaration. Remove redundant and harmful binding.
27420
27421 2011-03-12 Eli Zaretskii <eliz@gnu.org>
27422
27423 * files.el (file-ownership-preserved-p): Pass `integer' as an
27424 explicit 2nd argument to `file-attributes'. If the file's owner
27425 is the Administrators group on Windows, and the current user is
27426 Administrator, consider that a match.
27427
27428 * server.el (server-ensure-safe-dir): Consider server directory
27429 safe on MS-Windows if its owner is the Administrators group while
27430 the current Emacs user is Administrator. Use `=' to compare
27431 numerical UIDs, since they could be integers or floats.
27432
27433 2011-03-12 Juanma Barranquero <lekktu@gmail.com>
27434
27435 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
27436
27437 2011-03-12 Michael Albinus <michael.albinus@gmx.de>
27438
27439 Sync with Tramp 2.2.1.
27440
27441 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
27442
27443 * net/trampver.el: Update release number.
27444
27445 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
27446
27447 * progmodes/compile.el (compilation--previous-directory): Fix up
27448 various nil/dead-marker mismatches (bug#8014).
27449 (compilation-directory-properties, compilation-error-properties):
27450 Don't call it at a position past the one we're about to change.
27451
27452 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
27453 Disable obsolescence warnings in the file that declares it.
27454
27455 2011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
27456
27457 * allout-widgets.el (allout-widgets-tally):
27458 Initialize allout-widgets-tally as a hash table rather than nil to
27459 prevent mode-line redisplay warnings. Also, clarify the module
27460 description and fix a comment typo.
27461
27462 2011-03-11 Juanma Barranquero <lekktu@gmail.com>
27463
27464 * help-fns.el (describe-variable): Don't complete keywords.
27465 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
27466
27467 2011-03-10 Chong Yidong <cyd@stupidchicken.com>
27468
27469 * emacs-lisp/package.el (package-version-join): Impose a standard
27470 string representation for pre/alpha/beta version lists.
27471 (package-unpack-single): Standardize the directory name by passing
27472 it through package-version-join.
27473 (package-strip-rcs-id): Accept any version string that does not
27474 signal an error in version-to-list.
27475
27476 2011-03-10 Michael Albinus <michael.albinus@gmx.de>
27477
27478 * simple.el (delete-trailing-whitespace): Return nil for the
27479 benefit of `write-file-functions'.
27480
27481 2011-03-10 Glenn Morris <rgm@gnu.org>
27482
27483 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
27484
27485 * vc/vc-git.el (vc-git-program): New option.
27486 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
27487 (vc-git--call): Use it.
27488
27489 * eshell/esh-util.el (eshell-condition-case): Doc fix.
27490
27491 * cus-edit.el (Custom-newline): If no button at point, look
27492 for a subgroup button at start-of-line. (Bug#2298)
27493
27494 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
27495
27496 2011-03-10 Julien Danjou <julien@danjou.info>
27497
27498 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
27499 `cursor-type' is nil.
27500
27501 2011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
27502
27503 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
27504
27505 2011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
27506
27507 * allout.el: Change so yank of distinctive-bullet items
27508 preserves the existing header prefix, rebulleting it if necessary,
27509 rather than replacing it. This is necessary for proper operation
27510 of cooperative addons like allout-widgets.
27511 (allout-make-topic-prefix, allout-rebullet-heading):
27512 Change SOLICIT arg to INSTEAD, and interpret additionally a string
27513 value as alternate bullet to be used, instead of prompting the user
27514 for a bullet character.
27515
27516 2011-03-09 Michael Albinus <michael.albinus@gmx.de>
27517
27518 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
27519 Do not use `tramp-file-name-port', because this returns also
27520 `tramp-default-port'.
27521
27522 2011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
27523
27524 * net/rcirc.el (rcirc-handler-001): Remove useless
27525 with-rcirc-process-buffer.
27526 (rcirc-check-auth-status): Swap arguments to string-match.
27527
27528 2011-03-09 Glenn Morris <rgm@gnu.org>
27529
27530 * shell.el (shell-mode):
27531 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
27532
27533 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
27534 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
27535
27536 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
27537
27538 * emacs-lisp/package.el (package-refresh-contents)
27539 (package-menu-execute): Use condition-case-no-debug.
27540
27541 2011-03-08 Michael Albinus <michael.albinus@gmx.de>
27542
27543 * simple.el (shell-command-to-string): Use `process-file'.
27544
27545 * emacs-lisp/package.el (package-tar-file-info): Handle also
27546 remote files.
27547
27548 * emacs-lisp/package-x.el (package-upload-buffer-internal):
27549 Use `equal' for upload base check.
27550
27551 2011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
27552
27553 * textmodes/texinfo.el (texinfo-environments):
27554 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
27555
27556 2011-03-08 Glenn Morris <rgm@gnu.org>
27557
27558 * cus-start.el (cursor-in-non-selected-windows):
27559 Fix :set quoting oddness. (Bug#8192)
27560
27561 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
27562 in some setf expressions. (Bug#2159)
27563
27564 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
27565
27566 * custom.el (custom-available-themes): Return themes in
27567 alphabetical order.
27568
27569 See ChangeLog.15 for earlier changes.
27570
27571 ;; Local Variables:
27572 ;; coding: utf-8
27573 ;; End:
27574
27575 Copyright (C) 2011-2013 Free Software Foundation, Inc.
27576
27577 This file is part of GNU Emacs.
27578
27579 GNU Emacs is free software: you can redistribute it and/or modify
27580 it under the terms of the GNU General Public License as published by
27581 the Free Software Foundation, either version 3 of the License, or
27582 (at your option) any later version.
27583
27584 GNU Emacs is distributed in the hope that it will be useful,
27585 but WITHOUT ANY WARRANTY; without even the implied warranty of
27586 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
27587 GNU General Public License for more details.
27588
27589 You should have received a copy of the GNU General Public License
27590 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.