]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
3183743db3e47e33642bf36c5fd21a680b3c38a6
[gnu-emacs] / lisp / ChangeLog
1 2013-03-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2
3 * net/net-utils.el (net-utils-run-simple): Don't display-buffer
4 when reverting (bug#13831).
5
6 2013-03-01 Agustín Martín Domingo <agustin.martin@hispalinux.es>
7
8 * textmodes/ispell.el (ispell-find-hunspell-dictionaries):
9 Always expand affix-file before storing to protect against changed
10 `default-directory'.
11 (ispell-print-if-debug): Make sure message is printed at the end
12 of the debug buffer.
13
14 2013-03-01 Michael Albinus <michael.albinus@gmx.de>
15
16 * net/tramp.el (tramp-obsolete-methods): New defconst.
17 (tramp-warned-obsolete-methods): New defvar.
18 (tramp-find-method): Check for obsolete methods. Map them to a
19 replacement method if appropriate.
20
21 * net/tramp-sh.el (tramp-methods) [scp1, scp2, ssh1, ssh2, plink1]:
22 Remove methods.
23 (top): Remove completion functions for "scp1", "scp2", "ssh1",
24 "ssh2" and "plink1".
25
26 2013-02-28 Dale Sedivec <dale@codefu.org>
27
28 * textmodes/sgml-mode.el (sgml-syntax-propertize-function):
29 Return valid syntax-table property value when converting
30 quotes within text from string syntax to punctuation syntax (bug#13844).
31
32 2013-02-28 Juri Linkov <juri@jurta.org>
33
34 * dired-aux.el (dired-diff): If file at point is a backup file,
35 use its original as the default value, and reverse the order
36 of arguments to the `diff' call. Doc fix. (Bug#13772)
37
38 2013-02-28 Michael Albinus <michael.albinus@gmx.de>
39
40 * net/tramp-adb.el (tramp-adb-sdk-dir): Remove. Replaced by ...
41 (tramp-adb-program): New defcustom. Remove function. Adapt calls.
42
43 2013-02-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
44
45 Initial support for hunspell dictionaries auto-detection (Bug#13639)
46
47 * textmodes/ispell.el (ispell-find-hunspell-dictionaries):
48 Ask hunspell about available and default dictionaries.
49 (ispell-parse-hunspell-affix-file): Extract relevant info from
50 hunspell affix file.
51 (ispell-hunspell-fill-dictionary-entry): Fill non-initialized
52 `ispell-dictionary-alist' entry for given dictionary after info
53 provided by `ispell-parse-hunspell-affix-file'.
54 (ispell-hunspell-dict-paths-alist): New defvar to contain an alist
55 of parsed hunspell dicts and associated affix files.
56 (ispell-hunspell-dictionary-alist): New defvar to contain an alist
57 of parsed hunspell dicts and associated parameters.
58 (ispell-set-spellchecker-params):
59 Call `ispell-find-hunspell-dictionaries' if hunspell and not
60 previously done.
61 (ispell-start-process):
62 Call `ispell-hunspell-fill-dictionary-entry' for current
63 dictionary if it is not initialized.
64
65 2013-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
66
67 * imenu.el: Comment nitpicks.
68
69 2013-02-28 Sam Steingold <sds@gnu.org>
70
71 * vc/diff-mode.el (diff-hunk-file-names): Handle filenames with spaces.
72 See <http://stackoverflow.com/questions/14720205>.
73
74 2013-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
75
76 * net/net-utils.el (net-utils--revert-function): New fun (bug#13831).
77 (net-utils-mode): Use it.
78 (net-utils--revert-cmd): New var.
79 (net-utils-run-simple): Set it, and remove bogus interactive spec.
80 (traceroute): Use net-utils-run-simple.
81
82 2013-02-28 Glenn Morris <rgm@gnu.org>
83
84 * textmodes/paragraphs.el (mark-paragraph): Doc fix.
85
86 2013-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
87
88 * doc-view.el: Preserve h&v scroll across C-c C-c C-c C-c.
89 (doc-view-fallback-mode): Remove overlays here.
90 (doc-view-toggle-display): Instead of here. Don't throw away
91 image-mode-winprops-alist.
92 (doc-view-goto-page): Don't mess with hscroll.
93
94 2013-02-27 Thierry Volpiatto <thierry.volpiatto@gmail.com>
95
96 * font-lock.el (lisp-font-lock-keywords-2): Fix highlighting of
97 &optional (bug#13819).
98
99 2013-02-27 Michael Albinus <michael.albinus@gmx.de>
100
101 * net/tramp-adb.el (tramp-adb-parse-device-names)
102 (tramp-adb-maybe-open-connection): Add timeouts. (Bug#13299)
103
104 2013-02-26 Michael Albinus <michael.albinus@gmx.de>
105
106 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
107 Add "2>/dev/null" to the ls command, in case "en_US.utf8" is not
108 defined. POSIX environments fall back to the "C" locale then and
109 emit a warning, which shall be suppressed.
110
111 2013-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
112
113 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode): Tweak logic.
114 (easy-mmode-set-keymap-parents): Use make-composed-keymap.
115
116 2013-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
117
118 * emacs-lisp/bytecomp.el (byte-compile-file): Use let.
119
120 2013-02-25 Juri Linkov <juri@jurta.org>
121
122 * replace.el (read-regexp): Let-bind `default' to the first
123 element of `defaults' if it's a list, otherwise it should be
124 a string or nil. Let-bind `suggestions' to `defaults' if it's
125 a list, otherwise make a list with the string value. Doc fix.
126 (Bug#13805)
127
128 2013-02-25 Eli Zaretskii <eliz@gnu.org>
129
130 * emacs-lisp/bytecomp.el (byte-recompile-directory): Reject files
131 that match "\`\.#", to avoid compiling lock files, even if they
132 are readable (as they are on MS-Windows).
133
134 2013-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
135
136 * files.el (basic-save-buffer): Remove redundant directory-creation.
137
138 2013-02-24 Jay Belanger <jay.p.belanger@gmail.com>
139
140 * calc/calc-ext.el (math-to-radians-2, math-from-radians-2):
141 Add option to force `pi' to remain symbolic.
142 * calc/calcalg2.el (calcFunc-sin, calcFunc-cos, calcFunc-tan)
143 (calcFunc-cot, calcFunc-csc, calcFunc-sec, calcFunc-arcsin)
144 (calcFunc-arccos, calcFunc-arctan): Use symbolic `pi' in the
145 derivatives, when necessary.
146
147 2013-02-23 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
148
149 * progmodes/ps-mode.el (ps-mode-version): Bump to 1.1i.
150 (ps-mode-octal-region): Use string-make-unibyte.
151
152 2013-02-23 Glenn Morris <rgm@gnu.org>
153
154 * emulation/viper-cmd.el (viper-submit-report):
155 * progmodes/ps-mode.el (ps-mode-maintainer-address):
156 * progmodes/vera-mode.el (vera-mode-help-address):
157 * textmodes/artist.el (artist-maintainer-address):
158 * textmodes/reftex.el (reftex-report-bug):
159 * vc/ediff-util.el (ediff-submit-report):
160 Add bug-gnu-emacs to bug report address.
161
162 * progmodes/simula.el (simula-mode-menu, simula-mode-map):
163 Remove bug report entries.
164 (simula-mode-help-address, simula-submit-bug-report): Make obsolete.
165
166 * emacs-lisp/bytecomp.el (byte-compile-level): New.
167 (byte-compile-file, byte-compile-from-buffer):
168 Use separate input/output buffers for each level of recursive
169 byte-compile-file calls. (Bug#13787)
170
171 2013-02-23 Michael Albinus <michael.albinus@gmx.de>
172
173 * net/tramp.el (tramp-methods): Fix docstring.
174 (tramp-ssh-controlmaster-options): Rename it from
175 `tramp-ssh-controlmaster-template'. Return a string.
176 (tramp-default-method): Adapt check for
177 `tramp-ssh-controlmaster-options'.
178
179 * net/tramp-sh.el (tramp-methods):
180 Replace `tramp-ssh-controlmaster-template' by "%c".
181 (tramp-do-copy-or-rename-file-out-of-band)
182 (tramp-maybe-open-connection): Use it in format spec. Ensure,
183 that it is applied for the first hop only.
184
185 2013-02-22 Juri Linkov <juri@jurta.org>
186
187 * isearch.el (isearch-lazy-highlight-new-loop):
188 Set `isearch-lazy-highlight-start' and `isearch-lazy-highlight-end'
189 to `isearch-other-end' if it is not nil. (Bug#13402)
190
191 * replace.el (replace-highlight): Let-bind `isearch-other-end'
192 to `match-beg'.
193
194 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
195 Let-bind `isearch-other-end' to `start', `isearch-forward' to t
196 and `isearch-error' to nil.
197
198 2013-02-22 Michael Albinus <michael.albinus@gmx.de>
199
200 * net/tramp.el (tramp-tramp-file-p): Fix docstring.
201
202 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
203 Handle multibyte file names.
204
205 2013-02-22 Glenn Morris <rgm@gnu.org>
206
207 * textmodes/sgml-mode.el (sgml-xml-mode): Move before use.
208 (sgml-transformation-function): Give it a :set function.
209 (sgml-tag): Doc fix.
210
211 * cmuscheme.el (scheme-buffer):
212 * progmodes/inf-lisp.el (inferior-lisp-buffer):
213 * progmodes/tcl.el (inferior-tcl-buffer):
214 * textmodes/tex-mode.el (tex-command): Doc fixes.
215
216 * image-mode.el (image-mode): Add mouse bindings for mode-line-process.
217
218 * htmlfontify.el (hfy-default-header): Encode title string. (Bug#7457)
219
220 2013-02-21 Bastien Guerry <bzg@gnu.org>
221
222 * cmuscheme.el (scheme-buffer): Fix docstring. (Bug#13778)
223
224 2013-02-21 Fabián Ezequiel Gallina <fgallina@cuca>
225
226 * progmodes/python.el (python-info-current-defun):
227 Enhance match-data cluttering prevention.
228
229 2013-02-21 Glenn Morris <rgm@gnu.org>
230
231 * net/tramp.el (tramp-get-debug-buffer): Ensure outline.el is not
232 loaded while outline-regexp is let bound. (Bug#9584)
233
234 2013-02-21 Fabián Ezequiel Gallina <fgallina@cuca>
235
236 * progmodes/python.el (python-info-current-defun): Fix failed
237 defun name retrieval because of unwanted match-data cluttering.
238
239 2013-02-21 Michael Albinus <michael.albinus@gmx.de>
240
241 * net/tramp.el (tramp-ssh-controlmaster-template): Make it a
242 defconst. Apply independent check for ControlPersist.
243
244 * net/tramp-sh.el (tramp-sh-handle-set-file-times): Set $UTC only
245 temporarily, via "env".
246
247 2013-02-21 Glenn Morris <rgm@gnu.org>
248
249 * info.el (Info-enable-edit): Remove.
250 (Info-edit): Disable it rather than using Info-enable.
251 (Info-edit-mode-hook, Info-edit-map, Info-edit-mode, Info-edit)
252 (Info-cease-edit): Make editing of Info files obsolete.
253
254 * informat.el (Info-tagify):
255 Handle buffers not visiting files. (Bug#13763)
256
257 2013-02-21 Juanma Barranquero <lekktu@gmail.com>
258
259 * calc/calc-graph.el (calc-graph-show-dumb): Fix typo.
260
261 2013-02-21 Glenn Morris <rgm@gnu.org>
262
263 * files.el (basic-save-buffer): Move check for existing parent
264 directory after hooks. (Bug#13773)
265
266 2013-02-20 Stefan Monnier <monnier@iro.umontreal.ca>
267
268 * simple.el (command-execute): Move from C. Add obsolete check.
269 (extended-command-history): Move from C.
270
271 2013-02-20 Ulrich Müller <ulm@gentoo.org>
272
273 * jka-cmpr-hook.el (jka-compr-compression-info-list)
274 (jka-compr-mode-alist-additions): Handle .txz suffix for
275 XZ-compressed tar archives (bug#13770).
276
277 2013-02-20 Bastien Guerry <bzg@gnu.org>
278
279 * outline.el (outline-regexp, outline-heading-end-regexp):
280 Make variables, not options (bug#13731).
281
282 2013-02-20 Glenn Morris <rgm@gnu.org>
283
284 * image.el (image-current-frame): Change from variable to function.
285 (image-show-frame): Rename from image-nth-frame. Update callers.
286 * image-mode.el (image-multi-frame): New variable.
287 (image-mode-map, image-mode, image-goto-frame):
288 Use image-multi-frame rather than image-current-frame.
289 (image-mode, image-goto-frame): Use image-current-frame as
290 function rather than as variable.
291
292 * emacs-lisp/cl-lib.el (cl-floatp-safe): Make it an alias for floatp.
293 * emacs-lisp/cl-macs.el (cl--make-type-test)
294 (cl--compiler-macro-assoc): Use floatp rather than cl-floatp-safe.
295
296 2013-02-19 Michael Albinus <michael.albinus@gmx.de>
297
298 * net/tramp-cache.el (tramp-get-hash-table): New defun.
299 (tramp-get-file-property, tramp-set-file-property)
300 (tramp-get-connection-property, tramp-set-connection-property): Use it.
301 (tramp-flush-file-property, tramp-flush-directory-property):
302 Rename argument to KEY.
303 (tramp-flush-connection-property): Simplify a little bit.
304 (tramp-connection-property-p): New defun.
305 (top): Reapply saved values only if there isn't a corresponding
306 entry in `tramp-connection-properties'.
307
308 2013-02-19 Fabián Ezequiel Gallina <fgallina@cuca>
309
310 * progmodes/python.el (python-indent-context):
311 Fix python-info-line-ends-backslash-p call.
312 (python-info-line-ends-backslash-p)
313 (python-info-beginning-of-backslash): Respect line-number argument.
314 (python-info-current-line-comment-p):
315 Fix behavior when not at beginning-of-line.
316 (python-util-position): Remove function.
317 (python-util-goto-line): New function.
318
319 2013-02-19 Michael Albinus <michael.albinus@gmx.de>
320
321 * eshell/em-unix.el (eshell/su): Require tramp.
322 (eshell/sudo): Require tramp. Remove now unnecessary check.
323
324 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Let-bind
325 `tramp-current-connection' in order to avoid an error when several
326 commands are invoked in a short time in eshell and friends.
327
328 2013-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
329
330 Cleanup some of EIEIO's namespace.
331 * emacs-lisp/eieio.el (eieio--define-field-accessors): New macro.
332 Use it to define all the class-* and object-* field accessors (renamed
333 to eieio--class-* and eieio--object-*). Update all uses.
334 (eieio--class-num-slots, eieio--object-num-slots): Rename from
335 class-num-slots and object-num-slots.
336 (eieio--check-type): New macro.
337 (eieio-defclass, eieio-oref, eieio-oref-default, same-class-p)
338 (object-of-class-p, child-of-class-p, object-slots, class-slot-initarg)
339 (eieio-oset, eieio-oset-default, object-assoc, object-assoc-list)
340 (object-assoc-list-safe): Use it.
341 (eieio-defclass): Tighten regexp.
342 (eieio--defmethod): Use `memq'. Signal an error for unknown method kind.
343 Remove unreachable code.
344 (object-class-fast): Declare obsolete.
345 (eieio-class-name, eieio-object-name, eieio-object-set-name-string)
346 (eieio-object-class, eieio-object-class-name, eieio-class-parents)
347 (eieio-class-children, eieio-class-precedence-list, eieio-class-parent):
348 Rename from class-name, object-name, object-set-name-string,
349 object-class, object-class-name, class-parents, class-children,
350 class-precedence-list, class-parent; with obsolete alias.
351 (class-of, class-direct-superclasses, class-direct-subclasses):
352 Declare obsolete.
353 (eieio-defmethod): Use `memq'; remove unreachable code.
354 * emacs-lisp/eieio-base.el (eieio-persistent-read):
355 * emacs-lisp/eieio-opt.el (eieio-class-button, eieio-describe-generic)
356 (eieio-browse-tree, eieio-browse): Use eieio--check-type.
357
358
359 2013-02-18 Michael Heerdegen <michael_heerdegen@web.de>
360
361 * emacs-lisp/eldoc.el (eldoc-highlight-function-argument):
362 Use font-lock-keyword-face for macros and special forms (bug#8345).
363
364 2013-02-17 Didier Verna <didier@didierverna.net>
365
366 * net/network-stream.el (network-stream-open-starttls):
367 Check that response to the starttls-command is non-nil. (Bug#13706)
368
369 2013-02-17 Stefan Monnier <monnier@iro.umontreal.ca>
370
371 * font-lock.el (lisp-font-lock-keywords-1, lisp-font-lock-keywords-2):
372 Don't assume all identifier chars have syntax word.
373 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
374 Remove bar-not-symbol. Adjust callers.
375 (lisp-mode-variables): Don't set a font-lock-syntax-table.
376
377 2013-02-17 Leo Liu <sdl.web@gmail.com>
378
379 * net/rcirc.el (rcirc-keepalive): Fix invalid timer error.
380
381 2013-02-17 Glenn Morris <rgm@gnu.org>
382
383 * menu-bar.el (menu-bar-tools-menu): Fix case of EDE entry.
384
385 * image-mode.el (image-mode-map): Add image-dired menu entry.
386
387 * image-dired.el (tumme): Make this alias obsolete.
388
389 2013-02-16 Glenn Morris <rgm@gnu.org>
390
391 * image.el (image-animated-types): Remove.
392 (image-multi-frame-p): Rename from image-animated-p, and generalize.
393 (image-animated-p): Make obsolete alias.
394 (image-animate, image-nth-frame, image-animate-timeout):
395 Use image-multi-frame-p.
396 (image-animate-timeout): If no delay, use image-default-frame-delay.
397 * image-mode.el (image-mode, image-toggle-animation):
398 Use image-multi-frame-p. (Bug#763, bug#10739)
399 (image-mode): Adjust startup message for a multi-frame image.
400
401 * image-mode.el (image-mode-map): Give it a menu.
402
403 2013-02-16 Michael Albinus <michael.albinus@gmx.de>
404
405 * net/tramp-cache.el (tramp-connection-properties): New customer
406 option.
407 (tramp-get-connection-property): Use it.
408
409 * net/tramp-compat.el (top): Require 'trampver.
410
411 * net/tramp-sh.el (tramp-remote-process-environment):
412 Set tramp-autoload cookie.
413
414 2013-02-16 Kevin Ryde <user42@zip.com.au>
415
416 * info-look.el (info-lookup-select-mode): If major-mode has no
417 info-lookup-alist entry then search up derived-mode-parent (bug#8660).
418
419 2013-02-16 Jambunathan K <kjambunathan@gmail.com>
420
421 * replace.el (read-regexp): Tighten the regexp that matches tag.
422 When tag is retrieved with `find-tag-default', use regexp that
423 matches tag at point. Also update docstring (Bug#13687).
424
425 2013-02-16 Eli Zaretskii <eliz@gnu.org>
426
427 * autorevert.el (auto-revert-notify-add-watch): With 'w32notify',
428 add watch for the file, not its parent directory, since w32notify
429 sets up the watch for the directory internally. (Bug#13725)
430
431 2013-02-16 Glenn Morris <rgm@gnu.org>
432
433 * image.el (image-default-frame-delay): New variable.
434 (image-animated-p): Use image-default-frame-delay.
435 (image-minimum-frame-delay): New constant.
436 (image-animate-timeout): Use image-minimum-frame-delay.
437
438 * image.el (image-nth-frame): New, split from image-animate-timeout.
439 (image-animate-timeout): Use image-nth-frame.
440 * image-mode.el (image-goto-frame, image-next-frame)
441 (image-previous-frame): New commands.
442 (image-mode-map): Add new frame commands.
443
444 2013-02-16 Jonas Bernoulli <jonas@bernoul.li>
445
446 * emacs-lisp/tabulated-list.el (tabulated-list-print-col):
447 If col-desc already has help-echo, use it. (Bug#13563)
448
449 2013-02-16 Glenn Morris <rgm@gnu.org>
450
451 * image.el (image-current-frame): New variable.
452 (image-animate-timeout): Set image-current-frame.
453 * image-mode.el (image-mode): For animated images,
454 display a frame counter via mode-line-process.
455
456 * font-lock.el (lisp-font-lock-keywords-1): Add defvar-local.
457
458 2013-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
459
460 * simple.el (eval-expression): Let `exp' set the mark (bug#13724).
461
462 2013-02-15 Alan Mackenzie <acm@muc.de>
463
464 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode): When a
465 global minor mode has been enabled, call the minor mode function
466 for a new buffer once only, after the major mode hook, whilst
467 allowing that hook explicitly to disable the minor mode.
468 (MODE-disable-in-buffer): New (generated) function.
469 (disable-MODE): New (generated) buffer local variable.
470
471 2013-02-15 Jambunathan K <kjambunathan@gmail.com>
472
473 * iswitchb.el (iswitchb-read-buffer): Bind `C-.' and `C-,' to
474 `iswitchb-next-match' and `iswitchb-prev-match' resply.
475 * ido.el (ido-init-completion-maps): Bind `C-.' and `C-,' to
476 `ido-next-match' and `ido-prev-match' resply.
477 * icomplete.el (icomplete-minibuffer-map): Unbind `C-s' and `C-r'.
478 Bind `C-.' and `C-,' to `icomplete-forward-completions' and
479 `icomplete-backward-completions' (Bug#13708).
480
481 2013-02-15 Glenn Morris <rgm@gnu.org>
482
483 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
484
485 2013-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
486
487 * net/goto-addr.el (goto-address-fontify): Add start and end args.
488 (goto-address-fontify-region): Use them instead of narrowing, so
489 syntax-ppss has access to the whole buffer.
490
491 2013-02-15 Fabián Ezequiel Gallina <fgallina@cuca>
492
493 * progmodes/python.el: Explain how to restore "cc-mode"-like
494 forward-sexp movement in header documentation (Bug#13642).
495 (python-nav--forward-sexp): Behave like emacs-lisp-mode in
496 comments and strings (GH bug 114).
497
498 2013-02-15 Fabián Ezequiel Gallina <fgallina@cuca>
499
500 * progmodes/python.el (python-info-current-defun): Fix current
501 defun detection (Bug#13618).
502
503 2013-02-15 Chong Yidong <cyd@gnu.org>
504
505 * xml.el (xml-parse-string): Fix typo in handling of bad character
506 references.
507
508 2013-02-15 Glenn Morris <rgm@gnu.org>
509
510 * play/fortune.el (fortune-compile): Simplify and fix previous change.
511
512 2013-02-14 Michael Albinus <michael.albinus@gmx.de>
513
514 * net/tramp.el (tramp-debug-message):
515 Add `tramp-condition-case-unless-debug'.
516 (tramp-debug-on-error): New defvar.
517 (tramp-condition-case-unless-debug): New defun.
518 (tramp-file-name-handler): Use it.
519
520 2013-02-14 Juri Linkov <juri@jurta.org>
521
522 * info.el (Info-isearch-filter): Treat non-nil values of
523 `search-invisible' including its default value `open'
524 like the value `t' to match hidden text. (Bug#13402)
525
526 2013-02-14 Glenn Morris <rgm@gnu.org>
527
528 * help-fns.el (find-lisp-object-file-name): Give special treatment
529 to all ~/.foo.elc files, not just ~/.emacs. (Bug#9007)
530
531 2013-02-14 David Biesack <sasdjb@d72933.na.sas.com> (tiny change)
532
533 * net/quickurl.el (quickurl-save-urls):
534 Ensure quickurl-urls is not truncated on printing. (Bug#9276)
535
536 2013-02-14 Dmitry Gutov <dgutov@yandex.ru>
537
538 * progmodes/ruby-mode.el (ruby-parse-partial): Don't increase
539 depth for unfinished percent literal. Not using it in the caller.
540 (ruby-move-to-block): Jump over multiline literals of all types,
541 ignoring code-looking contents inside them.
542 (ruby-add-log-current-method): Improve performance at the expense
543 of accuracy. `ruby-block-contains-point' is relatively slow, so
544 only use it for method and singleton class blocks.
545
546 2013-02-13 Michael Albinus <michael.albinus@gmx.de>
547
548 Use ControlMaster where applicable. (Bug#13677)
549
550 * net/tramp.el (tramp-ssh-controlmaster-template): New defvar,
551 replacing `tramp-detect-ssh-controlmaster'.
552 (tramp-default-method): Use it.
553
554 * net/tramp-sh.el (tramp-methods) [scp, scp1, scp2, scpx, sftp]:
555 [rsync, ssh, ssh1, ssh2, sshx]: Add ControlPath and ControlMaster
556 arguments.
557 [scpc, rsyncc]: Remove methods.
558 (top): Remove completion functions for "scpc", "rsyncc", "ssh1_old"
559 and "ssh2_old".
560 (tramp-do-copy-or-rename-file-out-of-band): Change trace level.
561 (tramp-maybe-open-connection): Reuse tmpfile for ControlPath.
562
563 2013-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
564
565 * emacs-lisp/package.el (package--initialized): Move before first use.
566
567 2013-02-13 Jambunathan K <kjambunathan@gmail.com>
568
569 * icomplete.el (icomplete-hide-common-prefix): New user option.
570 (icomplete-first-match): New face.
571 (icomplete-completions): Correct handling of "complete but not
572 unique" (Bug#12638).
573
574 2013-02-13 YE Qianchuan <stool.ye@gmail.com> (tiny change)
575
576 * descr-text.el (describe-char): Display the script (bug#13698).
577
578 2013-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
579
580 * tmm.el: Use lexical-binding and current-active-maps.
581 (tmm-menubar): Use map-keymap and pcase.
582 (tmm--completion-table): New function.
583 (tmm-prompt): Use it to fix the menu order.
584 (tmm-get-keybind): Use current-active-maps.
585
586 2013-02-12 Christopher Schmidt <christopher@ch.ristopher.com>
587
588 Add dired-hide-details-mode. (Bug#6799)
589
590 * locate.el (locate-mode): Set parent mode property to dired-mode.
591
592 * find-dired.el (find-dired): Call dired-insert-set-properties on
593 initial information line. Set process mark on end of buffer.
594 (find-dired-sentinel):
595 Call dired-insert-set-properties on summary.
596
597 * dired.el (dired-hide-details-hide-symlink-targets)
598 (dired-hide-details-hide-information-lines): New options.
599 (dired-insert-directory):
600 Set properties after final treatment of output.
601 (dired-insert-set-properties):
602 Set dired-hide-details-* properties.
603 (dired-mode-map): Bind dired-hide-details-mode.
604 (dired-mode): Set buffer-invisibility-spec to a list.
605 (dired-next-line): Skip hidden lines.
606 (dired-previous-line): Use dired-next-line.
607 (dired-hide-details-mode): New minor mode.
608 (dired-hide-details-update-invisibility-spec): New function.
609
610 2013-02-13 Glenn Morris <rgm@gnu.org>
611
612 * play/yow.el: Move to obsolete/. (Bug#9384)
613
614 2013-02-13 Juri Linkov <juri@jurta.org>
615
616 * vc/ediff-util.el (ediff-recenter): Use `select-frame-set-input-focus'
617 to select `ediff-control-frame' and set input focus correctly on Xfce.
618 (Bug#12218)
619
620 2013-02-13 Juri Linkov <juri@jurta.org>
621
622 * image-mode.el (image-mode-map):
623 * doc-view.el (doc-view-mode-map):
624 * vc/ediff-util.el (ediff-setup-keymap):
625 Make S-SPC scroll in the opposite sense to SPC. (Bug#2145)
626
627 2013-02-13 Dmitry Gutov <dgutov@yandex.ru>
628
629 * progmodes/ruby-mode.el (ruby-move-to-block): Improve
630 performance. Instead of recalculating indentation fully for each
631 line, sum up indentation depth based only on visited lines.
632 (ruby-parse-partial): Increase the depth after "do" even when END
633 is right after it.
634 (ruby-parse-partial): When END is in the middle of a percent
635 literal, increase the depth if the delimiter chars belong to the
636 paren syntax class.
637
638 2013-02-13 Kirill A. Korinskiy <catap@catap.ru>
639
640 * play/fortune.el (fortune-compile): Also make the compiled file
641 if it does not exist at all, not just if it is old. (Bug#5338)
642
643 2013-02-13 Glenn Morris <rgm@gnu.org>
644
645 * emacs-lisp/package.el (package-menu-execute): Doc fix.
646
647 2013-02-13 Yves Baumes <ybaumes@gmail.com> (tiny change)
648
649 * lisp/emacs-lisp/package.el (package-menu-execute):
650 Add optional noquery argument. (Bug#13625)
651
652 2013-02-13 Michael Albinus <michael.albinus@gmx.de>
653
654 * net/ange-ftp.el (ange-ftp-make-directory): Don't raise an error,
655 if DIR exists and PARENTS is non-nil.
656
657 2013-02-13 Juanma Barranquero <lekktu@gmail.com>
658
659 * progmodes/js.el (js--multi-line-declaration-indentation):
660 Silence byte-compiler warning.
661
662 2013-02-12 Michael Albinus <michael.albinus@gmx.de>
663
664 * net/tramp-adb.el (tramp-adb-handle-start-file-process): Rewrite.
665
666 * net/tramp-compat.el (top): Declare `remote-file-name-inhibit-cache'
667 only if it doesn't exist.
668
669 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
670 Set process marker.
671
672 2013-02-12 Tassilo Horn <tsdh@gnu.org>
673
674 * doc-view.el (doc-view-odf->pdf-converter-soffice): Use separate
675 UserInstallation when calling soffice to work around LibreOffice
676 bug 37531.
677
678 2013-02-12 Glenn Morris <rgm@gnu.org>
679
680 * files.el (basic-save-buffer):
681 Offer to create a non-existing directory. (Bug#3016)
682
683 * calc/calc-graph.el (calc-graph-show-dumb):
684 * calendar/calendar.el (calendar-mode-map):
685 * cus-edit.el (custom-mode-map):
686 * ehelp.el (electric-help-map):
687 * emulation/vip.el (vip-mode-map):
688 * epa.el (epa-key-list-mode-map):
689 * info.el (Info-mode-map):
690 * mail/rmail.el (rmail-mode-map):
691 * mail/rmailsum.el (rmail-summary-mode-map):
692 * man.el (Man-mode-map):
693 * net/newst-plainview.el (newsticker-mode-map):
694 * progmodes/cpp.el (cpp-edit-mode-map):
695 * progmodes/grep.el (grep-mode-map):
696 * progmodes/idlw-help.el (idlwave-help-mode-map):
697 * simple.el (special-mode-map):
698 * startup.el (splash-screen-keymap):
699 * view.el (view-mode-map):
700 Make S-SPC scroll in the opposite sense to SPC. (Bug#2145)
701
702 2013-02-11 Elias Pipping <pipping@lavabit.com>
703
704 * doc-view.el (doc-view-current-cache-dir): Beware % escapes
705 (bug#13679).
706
707 2013-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
708
709 * cus-start.el (all): Remove inhibit-local-menu-bar-menus.
710
711 2013-02-11 Glenn Morris <rgm@gnu.org>
712
713 * vc/diff.el (diff-use-labels): New variable.
714 (diff-no-select): Use --label rather than -L, and first
715 check that it is supported. (Bug#11067)
716
717 * files.el (enable-dir-local-variables): New variable.
718 (hack-dir-local-variables): Respect enable-dir-local-variables.
719 * tutorial.el (help-with-tutorial):
720 Ignore directory-local variables. (Bug#11127)
721
722 * vc/vc-svn.el (vc-svn-command): Move --non-interactive from here...
723 (vc-svn-global-switches): ... to here. (Bug#13513)
724
725 2013-02-10 Christopher Schmidt <christopher@ch.ristopher.com>
726
727 * minibuf-eldef.el (minibuffer-default--in-prompt-regexps):
728 Handle "foo (bar, default: xxx): " prompts.
729
730 2013-02-10 Chong Yidong <cyd@gnu.org>
731
732 * files.el (basic-save-buffer-1): Do not set
733 buffer-file-coding-system-explicit (Bug#4533).
734
735 * mail/emacsbug.el (report-emacs-bug): Change binding of
736 report-emacs-bug-insert-to-mailer to C-c M-i (Bug#13510).
737
738 2013-02-09 Jay Belanger <jay.p.belanger@gmail.com>
739
740 * calc/calc.el (calc-allow-units-as-numbers): New variable.
741 * calc/calc-units.el (calc-convert-units): Use new variable.
742
743 2013-02-09 Eli Zaretskii <eliz@gnu.org>
744
745 * subr.el (buffer-file-type, default-buffer-file-type): Remove.
746
747 * net/ange-ftp.el (ange-ftp-insert-file-contents): Don't reference
748 buffer-file-type.
749
750 * mail/feedmail.el (feedmail-force-binary-write): Doc fix.
751 (feedmail-run-the-queue, feedmail-dump-message-to-queue)
752 (feedmail-send-it-immediately): Don't bind buffer-file-type, bind
753 coding-system-for-write instead.
754
755 * jka-compr.el (jka-compr-write-region): Don't bind
756 buffer-file-type.
757
758 * emacs-lisp/bytecomp.el (byte-compile-file): Don't bind
759 buffer-file-type.
760
761 * files.el (file-name-buffer-file-type-alist): Remove defvar.
762 (insert-file-contents-literally): Remove reference to
763 file-name-buffer-file-type-alist.
764
765 * dos-w32.el (file-name-buffer-file-type-alist): Deprecate and
766 make-obsolete.
767 (find-buffer-file-type-match, find-buffer-file-type): Remove.
768 (find-buffer-file-type-coding-system): Remove references to
769 find-buffer-file-type-match, find-buffer-file-type, and
770 buffer-file-type.
771 Don't put find-buffer-file-type-coding-system into
772 file-coding-system-alist.
773 (find-file-binary, find-file-text): Bind coding-system-for-read
774 instead of file-name-buffer-file-type-alist.
775
776 2013-02-09 Jambunathan K <kjambunathan@gmail.com>
777
778 * doc-view.el: Use (and prefer) soffice as default ODF->PDF
779 converter (Bug#13622).
780 (doc-view-unoconv-program): Make obsolete alias.
781 (doc-view-odf->pdf-converter-program): New variable.
782 (doc-view-odf->pdf-converter-function): New variable.
783 (doc-view-mode-p): Use it.
784 (doc-view-odf->pdf-converter-unoconv):
785 Rename from `doc-view-odf->pdf-converter-unoconv'.
786 (doc-view-odf->pdf-converter-soffice): New function.
787 (doc-view-convert-current-doc):
788 Use `doc-view-odf->pdf-converter-function'.
789
790 2013-02-09 Chong Yidong <cyd@gnu.org>
791
792 * minibuffer.el (minibuffer-inactive-mode-map): Bind mouse-1 to
793 view-echo-area-messages (Bug#13340).
794
795 * help.el (view-echo-area-messages): Use display-buffer.
796
797 * dired-x.el (dired-do-run-mail): Prompt for confirmation
798 (Bug#13561).
799
800 2013-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
801
802 * emacs-lisp/byte-run.el (eval-when-compile, eval-and-compile):
803 Eval body right away, now that we do eager macroexpansion (bug#13605).
804
805 * simple.el (end-of-buffer): Don't touch unrelated windows (bug#13466).
806 (fundamental-mode): Use run-mode-hooks.
807
808 * eshell/esh-proc.el (eshell/kill): Fix last change.
809 * eshell/em-ls.el (eshell-ls-dir): Fix use of CL in last change.
810
811 2013-02-08 Aidan Gauland <aidalgol@no8wireless.co.nz>
812
813 * eshell/esh-proc.el (eshell/kill): Rewrite.
814
815 * eshell/em-ls.el (show-almost-all): Declare.
816 (eshell-do-ls): Add support for -A argument.
817
818 2013-02-08 Jambunathan K <kjambunathan@gmail.com>
819
820 * icomplete.el (icomplete-forward-completions)
821 (icomplete-backward-completions): Handle corner case (bug#13602).
822
823 2013-02-07 Michael Albinus <michael.albinus@gmx.de>
824
825 * vc/vc-hooks.el (vc-find-file-hook): `buffer-file-truename' can
826 be nil. Handle this. (Bug#13636)
827
828 2013-02-07 Richard Stallman <rms@gnu.org>
829
830 * mail/rmail.el (rmail-variables): Specify `no-conversion' for
831 `save-buffer-coding-system'.
832
833 2013-02-07 Alan Mackenzie <acm@muc.de>
834
835 Fix bug in state cache mechanism. Remove 'BOD "strategy". Refactor.
836 * progmodes/cc-engine.el (c-get-fallback-scan-pos): Remove.
837 (c-parse-state-get-strategy): Don't return 'BOD any more.
838 (c-append-lower-brace-pair-to-state-cache):
839 Extra parameter HERE instead of narrowing.
840 Widen to top of buffer before searching backwards for a brace pair.
841 (c-state-push-any-brace-pair): Add HERE parameter to function call.
842 (c-append-to-state-cache): Extra parameter HERE in place of narrowing.
843 Narrow to parameter HERE, in place of being called narrowed.
844 (c-remove-stale-state-cache): Extra parameter HERE in place of
845 narrowing. Check there's an open brace in the cache before
846 searching for its match.
847 (c-invalidate-state-cache-1): Add HERE parameter to function call.
848 (c-parse-state-1): Don't narrow here for 'forward strategy,
849 instead passing extra parameter HERE to several functions.
850 Remove 'BOD strategy.
851
852 2013-02-06 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
853
854 * emacs-lisp/package.el (describe-package-1): Tell what archive is
855 used to install the package.
856
857 2013-02-06 Glenn Morris <rgm@gnu.org>
858
859 * vc/vc-hooks.el (vc-find-file-hook): Don't ask about following links
860 if we can't get user input. (Bug#6567)
861
862 * startup.el (command-line): If simple.el is missing,
863 test and warn about for some possible causes.
864
865 2013-02-05 Jan Djärv <jan.h.d@swipnet.se>
866
867 * cus-start.el (all): Add ns-use-native-fullscreen.
868
869 2013-02-05 Glenn Morris <rgm@gnu.org>
870
871 * profiler.el (profiler-report-mode-map): Add a restart menu entry.
872
873 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
874 Fix directory creation in fallback case.
875
876 2013-02-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
877
878 * vc/vc.el (vc-next-action): Fix inf-loop (bug#13610).
879 (vc-update-change-log): Use dolist.
880
881 2013-02-04 Chong Yidong <cyd@gnu.org>
882
883 * thingatpt.el: Rewrite the URL detection routines, absorbing some
884 code from ffap.el.
885 (thing-at-point-beginning-of-url-regexp): New var.
886 (thing-at-point-uri-schemes): Update list of URI schemes.
887 (thing-at-point-url-regexp): Variable deleted.
888 (thing-at-point-markedup-url-regexp): Disallow newlines.
889 (thing-at-point-newsgroup-regexp)
890 (thing-at-point-newsgroup-heads)
891 (thing-at-point-default-mail-uri-scheme): New variables.
892 (thing-at-point-bounds-of-url-at-point): Rewrite. Use ffap's
893 method to find the possible bounds of the URI at point.
894 New optional argument to find ill-formed URIs.
895 (thing-at-point-url-at-point): Rewrite. New arguments for finding
896 ill-formed URIs. Use thing-at-point-bounds-of-url-at-point, and
897 the scheme-adding heuristics from ffap-url-at-point.
898 (thing-at-point--bounds-of-well-formed-url): New function.
899 Do parens matching to decide whether to include parens in the URI
900 (Bug#9153).
901
902 * ffap.el: Require thingatpt.
903 (ffap-url-at-point): Delegate URI detection to thing-at-point.
904 All URI-valid characters are now recognized (Bug#5673).
905 (ffap-string-at-point): Use use-region-p.
906 (ffap-url-regexp): Extra character is handled by thing-at-point.
907 (ffap-string-at-point-mode-alist): Allow parentheses.
908 (ffap-newsgroup-regexp, ffap-newsgroup-heads, ffap-newsgroup-p):
909 Convert to aliases; code moved to thingatpt.el.
910 (ffap-gnus-hook): Use setq-local.
911
912 2013-02-04 Glenn Morris <rgm@gnu.org>
913
914 * emacs-lisp/ert.el (ert--explain-format-atom):
915 Don't try to print non-characters as characters. (Bug#13543)
916
917 2013-02-03 Michael Albinus <michael.albinus@gmx.de>
918
919 * net/tramp.el (tramp-debug-message): Extend function exclude list.
920 (tramp-backtrace): New defun.
921 (tramp-handle-insert-file-contents): Use `visit' when inserting
922 the local copy.
923
924 * net/tramp-sh.el (tramp-sh-handle-set-visited-file-modtime):
925 Use `remote-file-name-inhibit-cache'.
926
927 2013-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
928
929 * progmodes/cperl-mode.el (cperl-mode): Avoid byte-compile warning
930 (bug#13614).
931
932 * subr.el (internal--called-interactively-p--get-frame): Avoid filling
933 current-load-list (bug#13366).
934
935 2013-02-02 Christopher Schmidt <christopher@ch.ristopher.com>
936
937 * progmodes/compile.el (compilation-error-regexp-alist-alist):
938 Identify g++ template instantiation trace. (Bug#12287)
939 (compilation-mode-hook, compilation-start-hook)
940 (compilation-window-height): Simplify docstrings. (Bug#13379)
941
942 2013-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
943
944 * mouse.el (mouse-drag-track): Always deactivate the mark before
945 running the final event's command since that command is in charge of
946 activating the mark if needed (bug#13523).
947
948 2013-02-02 Juri Linkov <juri@jurta.org>
949
950 * replace.el (perform-replace): Move let-bindings of isearch-*
951 variables deeper to the loop that searches for the next match.
952 Add bindings for `isearch-nonincremental' and `isearch-adjusted'.
953 Use `isearch-search-fun-default' instead of `isearch-search-fun'.
954 (Bug#13579)
955
956 * isearch.el (isearch-search-fun-default): Check for null
957 first element of isearch-cmds as a precaution when it's used
958 with inactive isearch.
959
960 2013-02-02 Andrew W. Nosenko <andrew.w.nosenko@gmail.com> (tiny change)
961
962 * net/tramp.el (tramp-check-for-regexp): Avoid "Args out of range"
963 error when buffer in question is narrowed so position 1 is out of
964 visible part.
965
966 2013-02-02 Glenn Morris <rgm@gnu.org>
967
968 * textmodes/remember.el (remember-clipboard): Doc fix.
969
970 2013-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
971
972 * progmodes/make-mode.el (makefile-fill-paragraph): Reset syntax-table
973 properties (bug#13179).
974
975 2013-02-02 Juri Linkov <juri@jurta.org>
976
977 * progmodes/grep.el (grep-regexp-alist): Use variable grep-match-face
978 instead of hard-coded default face `match'. (Bug#9438)
979
980 2012-02-01 Christopher Schmidt <christopher@ch.ristopher.com>
981
982 * vc/vc-arch.el (vc-arch-registered):
983 * vc/vc-bzr.el (vc-bzr-registered):
984 * vc/vc-cvs.el (vc-cvs-registered):
985 * vc/vc-git.el (vc-git-registered):
986 * vc/vc-hg.el (vc-hg-registered):
987 * vc/vc-mtn.el (vc-mtn-registered):
988 * vc/vc-svn.el (vc-svn-registered): Suppress load messages.
989 (Bug#13139)
990
991 * info.el (Info-next-reference, Info-prev-reference): Add numeric
992 prefix argument. (Bug#11656)
993
994 2013-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
995
996 * help-fns.el (help-split-fundoc): Don't insert byte-compiled body.
997
998 2013-02-01 Glenn Morris <rgm@gnu.org>
999
1000 * vc/vc-hooks.el (vc-menu-map): Disable vc-rollback menu item
1001 if the backend is known not to support it.
1002
1003 * imenu.el (imenu-default-create-index-function):
1004 Tweak infinite loop test to check for forward motion as well as none.
1005
1006 2013-02-01 Alex Harsanyi <AlexHarsanyi@gmail.com>
1007
1008 * net/soap-client.el (soap-invoke): Encode the string for
1009 `url-request-data' as UTF-8.
1010 Fixes <http://code.google.com/p/emacs-soap-client/issues/detail?id=16>.
1011
1012 2013-02-01 Glenn Morris <rgm@gnu.org>
1013
1014 * calc/calc-help.el (calc-view-news): Use view-emacs-news.
1015
1016 * calc/README, calc/README.prev: Rename/merge to etc/CALC-NEWS.
1017
1018 2013-01-31 Michael Albinus <michael.albinus@gmx.de>
1019
1020 * net/tramp.el (tramp-tramp-file-p): Comment check for
1021 `string-as-unibyte'. The function does not exist on XEmacs, and
1022 likely we need another approach.
1023
1024 * net/tramp-sh.el (tramp-compute-multi-hops): Check, whether
1025 `tramp-gw-*' variables are bound.
1026
1027 2013-01-31 Glenn Morris <rgm@gnu.org>
1028
1029 * files.el (basic-save-buffer-2): Choose coding system for
1030 writing the file before backing it up, to reduce delay between
1031 backing up and writing the new version. (Bug#13522)
1032
1033 2013-01-31 Michal Nazarewicz <mina86@mina86.com>
1034
1035 * simple.el (cycle-spacing): New command.
1036 (just-one-space): Use it.
1037
1038 2013-01-31 Stefan Monnier <monnier@iro.umontreal.ca>
1039
1040 * progmodes/opascal.el: Rename from delphi.el. Use lexical-binding.
1041 (opascal-newline-always-indents): Remove custom.
1042 (opascal-tab, opascal-newline): Remove commands.
1043 (opascal-new-comment-line): Insert "\n" instead of calling newline.
1044 (opascal-mode-map): Keep default bindings for RET and TAB and DEL.
1045 (opascal-save-match-data): Remove, use save-match-data instead.
1046 (opascal-save-state): Use with-silent-modifications.
1047
1048 * progmodes/pascal.el (pascal-mode-syntax-table): Accept //..\n comments
1049 (bug#13585).
1050
1051 2013-01-30 Juri Linkov <juri@jurta.org>
1052
1053 * frame.el (toggle-frame-maximized, toggle-frame-fullscreen):
1054 Use fullboth as an alias for fullscreen. Suggested by Jan Djärv in
1055 <http://lists.gnu.org/archive/html/emacs-devel/2013-01/msg00203.html>.
1056
1057 2013-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
1058
1059 * progmodes/make-mode.el (makefile-backslash-region): Don't compute
1060 column if we're just deleting the backslashes.
1061 (makefile-fill-paragraph): Use eolp.
1062
1063 2013-01-30 Michael Albinus <michael.albinus@gmx.de>
1064
1065 * autorevert.el (auto-revert-use-notify): Fix docstring.
1066
1067 2013-01-30 Leo Liu <sdl.web@gmail.com>
1068
1069 * imenu.el (imenu--truncate-items): Fix subalist checking (bug#13576).
1070
1071 2013-01-30 Glenn Morris <rgm@gnu.org>
1072
1073 * mouse.el (mouse-drag-line): Avoid pushing same event onto
1074 unread-command-events twice in some cases. This tries to implement
1075 the 2012-07-26 changes in a different way. (Bug#13560)
1076
1077 2013-01-30 Fabián Ezequiel Gallina <fgallina@cuca>
1078
1079 * progmodes/python.el
1080 (python-pdbtrack-comint-output-filter-function): Enhancements on
1081 stacktrace detection. (thanks @gnovak)
1082
1083 2013-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
1084
1085 * jit-lock.el (jit-lock-stealth-chunk-start): Don't widen (bug#13542).
1086 (jit-lock-mode, jit-lock-functions, jit-lock-context-unfontify-pos):
1087 Use defvar-local.
1088 (jit-lock-register): Use setq-local.
1089
1090 2013-01-30 Jay Belanger <jay.p.belanger@gmail.com>
1091
1092 * calc-units.el (math-default-units-table): Remove initial value.
1093 (calc-convert-units): Treat expressions where all the units cancel as
1094 if they didn't have units.
1095
1096 2013-01-30 Michael Albinus <michael.albinus@gmx.de>
1097
1098 * net/tramp.el (tramp-process-connection-type): Fix docstring.
1099 (tramp-completion-reread-directory-timeout): Fix type.
1100 (tramp-connection-min-time-diff): New defcustom.
1101
1102 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
1103
1104 2013-01-30 Glenn Morris <rgm@gnu.org>
1105
1106 * imenu.el (imenu-default-create-index-function):
1107 Put back a version of the infinite loop test removed 2013-01-23.
1108
1109 2013-01-30 Fabián Ezequiel Gallina <fgallina@cuca>
1110
1111 * progmodes/python.el (python-shell-parse-command):
1112 Find python-shell-interpreter with modified environment.
1113
1114 2013-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
1115
1116 * emacs-lisp/cl.el (cl-set-getf): Add compatibility alias.
1117
1118 2013-01-29 Alan Mackenzie <acm@muc.de>
1119
1120 Amend to fontify /regexp/s in actions correctly.
1121 * cc-awk.el (c-awk-harmless-char-re, c-awk-harmless-string*-re):
1122 (c-awk-harmless-string*-here-re): Braces, parens and semicolons
1123 are no longer included.
1124 (c-awk-harmless-line-char-re, c-awk-harmless-line-string*-re):
1125 What used to be these variables without "-line" in the name.
1126 (c-awk-neutral-re): { is no longer neutral. Escaped newlines now are.
1127 (c-awk-non-arith-op-bra-re): Now also matches {.
1128 (c-awk-pre-exp-alphanum-kwd-re): New regexp to match "print",
1129 "return", and "case".
1130 (c-awk-kwd-regexp-sign-re): New, to match "print", etc., followed
1131 by /.
1132 (c-awk-syntax-tablify-/): Check special cases "print /re/", etc.
1133 (c-awk-set-syntax-table-properties): Extend FSM to handle {,},(,),;.
1134
1135 2013-01-29 Michael Albinus <michael.albinus@gmx.de>
1136
1137 * autorevert.el (auto-revert-use-notify):
1138 Use `custom-initialize-default' for initialization. (Bug#13583)
1139
1140 * net/ange-ftp.el (ange-ftp-skip-msgs): Add another message.
1141
1142 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
1143 Catch `suppress'. Otherwise, `tramp-run-real-handler' might be called
1144 in `tramp-file-name-handler'.
1145 (tramp-gw-tunnel-method, tramp-gw-socks-method): Declare for
1146 compatibility.
1147 (tramp-compute-multi-hops): Check, whether
1148 `tramp-gw-tunnel-method' and `tramp-gw-socks-method' are non-nil.
1149
1150 2013-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
1151
1152 * hi-lock.el (hi-lock-unface-buffer): Don't assume `face' is a symbol
1153 (bug#13297).
1154
1155 2013-01-27 Dmitry Gutov <dgutov@yandex.ru>
1156
1157 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove some
1158 checks made superfluous by the \_< operator.
1159 * progmodes/ruby-mode.el (ruby-move-to-block): Work with (maybe
1160 temporarily) broken indentation.
1161 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
1162 Highlight nested constants, too. \_< broke that.
1163
1164 2013-01-27 Nobuyoshi Nakada <nobu@ruby-lang.org>
1165
1166 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Use "\\_<"
1167 instead of "\\b".
1168
1169 2013-01-27 Michael Albinus <michael.albinus@gmx.de>
1170
1171 * autorevert.el (auto-revert-handler): Notifications which result
1172 from a saved file shall not be taken into account. (Bug#13557)
1173
1174 2013-01-26 Andreas Schwab <schwab@linux-m68k.org>
1175
1176 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Add optional
1177 parameter BAR-NOT-SYMBOL to control syntax of | for font-lock.
1178 (lisp-mode): Pass t for it. (Bug#13556)
1179
1180 2013-01-25 Alan Mackenzie <acm@muc.de>
1181
1182 AWK Mode: Fix indentation bug at top level. Bug #12274.
1183
1184 * progmodes/cc-engine.el (c-guess-basic-syntax): Move CASE 5P to
1185 just before CASE 5D.
1186
1187 2013-01-25 Dmitry Antipov <dmantipov@yandex.ru>
1188
1189 * net/socks.el (socks-nslookup-host): Use string-to-number.
1190
1191 2013-01-25 Michael Albinus <michael.albinus@gmx.de>
1192
1193 * autorevert.el (auto-revert-remote-files)
1194 (auto-revert-notify-exclude-dir-regexp): New defcustoms.
1195 (auto-revert-notify-enabled, auto-revert-use-notify)
1196 (auto-revert-notify-watch-descriptor-hash-list)
1197 (auto-revert-notify-modified-p, auto-revert-notify-event-p)
1198 (auto-revert-notify-event-descriptor)
1199 (auto-revert-notify-event-action)
1200 (auto-revert-notify-event-file-name): Doc fix.
1201 (global-auto-revert-mode): Reorder checks.
1202 (auto-revert-notify-rm-watch): Respect changed values of
1203 `auto-revert-notify-watch-descriptor-hash-list'.
1204 (auto-revert-notify-add-watch): Check for
1205 `auto-revert-notify-exclude-dir-regexp'. Adapt filters for
1206 `inotify-add-watch'. Watch `default-directory' instead of
1207 `buffer-file-name'. `auto-revert-notify-watch-descriptor-hash-list'
1208 has a changed meaning now. (Bug#13540)
1209 (auto-revert-notify-handler): Change implementation wrt events
1210 returning from a directory.
1211 (auto-revert-handler): Reorder implementation for checks of remote
1212 files.
1213 (auto-revert-buffers): Fix parentheses error.
1214
1215 2013-01-25 Fabián Ezequiel Gallina <fgallina@cuca>
1216
1217 * progmodes/python.el: Enhancements to header documentation about
1218 skeletons. (Bug#5716)
1219
1220 * imenu.el (imenu-default-create-index-function): Remove useless
1221 infinite loop check. (Bug#13438)
1222
1223 2013-01-25 Alan Mackenzie <acm@muc.de>
1224
1225 Fix a bug in the state cache mechanism. Refactor this a bit.
1226
1227 * progmodes/cc-engine.el (c-parse-state-get-strategy): Remove the
1228 `cache-pos' element from the return value.
1229 (c-append-lower-brace-pair-to-state-cache): "Narrow" to end of
1230 buffer to enable proper searching from beyond HERE. Amend the
1231 test for detecting the sought brace pair. Amend the value written
1232 to the "brace desert cache" when the brace isn't found.
1233 (c-remove-stale-state-cache): Rename `good-pos' to `start-point',
1234 and several other variables analogously.
1235 (c-remove-stale-state-cache-backwards): Change `cache-pos' from a
1236 parameter to a locally calculated variable.
1237 (c-parse-state-1): Change the calling conventions to the two
1238 defuns involving `cache-pos'.
1239
1240 2013-01-25 Chong Yidong <cyd@gnu.org>
1241
1242 * xml.el (xml-entity-or-char-ref-re): Fix regexp.
1243
1244 2013-01-24 Aaron Ecay <aaronecay@gmail.com> (tiny change)
1245
1246 * paren.el (show-paren-function): Make sure to set 'priority and
1247 'face only if the overlay does exist.
1248
1249 2013-01-24 Michael Albinus <michael.albinus@gmx.de>
1250
1251 * net/tramp.el (tramp-tramp-file-p): Check, whether NAME is unibyte.
1252
1253 * net/tramp-sh.el (tramp-sh-handle-set-file-acl): Do not suppress
1254 basic attributes.
1255 (tramp-sh-handle-set-file-acl): Improve error checking.
1256
1257 2013-01-24 Dmitry Antipov <dmantipov@yandex.ru>
1258
1259 * doc-view.el (doc-view-display): Force mode line update until all
1260 document is converted. Suggested by Stefan Monnier (Bug#13164).
1261
1262 2013-01-23 Bastien Guerry <bzg@gnu.org>
1263
1264 * paren.el (show-paren-function): Make sure an overlay exists
1265 before trying to delete it. Also use `pos' as a position only
1266 when it is an integer.
1267
1268 2013-01-23 Dmitry Antipov <dmantipov@yandex.ru>
1269
1270 * play/gametree.el (gametree-break-line-here): Use point-marker.
1271
1272 2013-01-22 Michael Albinus <michael.albinus@gmx.de>
1273
1274 * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
1275 Mark descriptive parts with `display' property.
1276
1277 2013-01-21 Agustín Martín Domingo <agustin.martin@hispalinux.es>
1278
1279 * textmodes/ispell.el (ispell-hunspell-dictionary-equivs-alist):
1280 New variable to map standard dict names to hunspell ones.
1281 (ispell-set-spellchecker-params): Make sure specific dict names
1282 are used for standard dicts with hunspell.
1283
1284 2013-01-21 Tassilo Horn <tsdh@gnu.org>
1285
1286 * textmodes/reftex-cite.el (reftex-format-citation): Add format
1287 chars for note (%N) and url (%U).
1288 * textmodes/reftex-vars.el (reftex-cite-format): Document them.
1289
1290 2013-01-21 Juri Linkov <juri@jurta.org>
1291
1292 * frame.el: Bind `f10' in `esc-map' to `toggle-frame-maximized'
1293 in addition to existing separate binding `meta f10' in `global-map'.
1294 (Bug#13484)
1295
1296 2013-01-21 Michael Albinus <michael.albinus@gmx.de>
1297
1298 Improve XEmacs compatibility.
1299
1300 * net/tramp.el (tramp-replace-environment-variables): Make it a defun.
1301
1302 * net/tramp-adb.el (top): Require `time-date'.
1303 (tramp-adb-ls-output-time-less-p): Use `tramp-time-less-p'.
1304 (tramp-adb-handle-copy-file, tramp-adb-handle-rename-file):
1305 Use `tramp-file-name-handler'.
1306 (tramp-adb-maybe-open-connection):
1307 Use `tramp-compat-set-process-query-on-exit-flag'.
1308
1309 * net/tramp-sh.el (tramp-sh-handle-file-acl):
1310 Use `tramp-compat-funcall'.
1311
1312 * net/tramp-smb.el (tramp-smb-handle-file-acl): Use `looking-at' and
1313 `tramp-compat-funcall'.
1314
1315 2013-01-21 Jürgen Hötzel <juergen@archlinux.org>
1316
1317 * net/tramp-adb.el (tramp-adb-handle-start-file-process): Complete
1318 reimplementation using "adb shell command ..." instead of running
1319 remote shell interactively.
1320
1321 2013-01-20 Glenn Morris <rgm@gnu.org>
1322
1323 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
1324 Add native profiler menu entries.
1325
1326 * profiler.el (profiler-running-p): New function.
1327 (profiler-cpu-profile): Use profiler-running-p.
1328 (profiler-report-mode-map): Add some more menu entries.
1329
1330 2013-01-19 Glenn Morris <rgm@gnu.org>
1331
1332 * mail/unrmail.el (unrmail): Do not mangle the mbox From line;
1333 fixes 2012-12-07 change. (Bug#13499)
1334
1335 2013-01-19 Leo Liu <sdl.web@gmail.com>
1336
1337 * dired.el (dired-get-marked-files): Prune erroneous values due to
1338 last change. (Bug#13152)
1339
1340 2013-01-19 Glenn Morris <rgm@gnu.org>
1341
1342 * progmodes/etags.el (tags-table-check-computed-list):
1343 Preserve point in tags buffer. (Bug#13412)
1344
1345 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
1346
1347 2013-01-19 Christian Wittern <cwittern@gmail.com> (tiny change)
1348 Chong Yidong <cyd@gnu.org>
1349
1350 * image-mode.el (image-next-file, image-previous-file):
1351 New commands (Bug#8453).
1352 (image-mode-map): Bind them to n and p.
1353 (image-mode--images-in-directory): New helper function.
1354
1355 2013-01-19 Chong Yidong <cyd@gnu.org>
1356
1357 * image-mode.el (image-mode-fit-frame): Add a frame argument.
1358 Suggested by Drew Adams (Bug#7730). Handle window decorations;
1359 save and restore the old window configuration.
1360
1361 2013-01-18 Leo Liu <sdl.web@gmail.com>
1362
1363 * progmodes/js.el: Tweak autoload cookie for alias.
1364
1365 2013-01-17 Michael Albinus <michael.albinus@gmx.de>
1366
1367 * autorevert.el (auto-revert-notify-watch-descriptor): Make it
1368 buffer local, again. This was lost with the fix on 2013-01-12.
1369
1370 2013-01-17 Jürgen Hötzel <juergen@archlinux.org>
1371
1372 * eshell/esh-util.el (eshell-path-env): Make it buffer local, in
1373 order to support several eshell buffers in parallel.
1374
1375 2013-01-17 Michael Albinus <michael.albinus@gmx.de>
1376
1377 * autorevert.el (auto-revert-use-notify): In the :set function, do
1378 not modify `kill-buffer-hook'.
1379 (auto-revert-notify-rm-watch):
1380 Remove `auto-revert-notify-rm-watch' from `kill-buffer-hook'.
1381 (auto-revert-notify-add-watch): Do not call
1382 `auto-revert-notify-rm-watch', but add it to a buffer local
1383 `kill-buffer-hook'.
1384
1385 2013-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
1386
1387 * emacs-lisp/trace.el (trace--read-args): Use a closure and an honest
1388 call to `eval' rather than a backquoted lambda.
1389
1390 2013-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
1391
1392 * emacs-lisp/nadvice.el (advice--tweak): Make it possible for `tweak'
1393 to return an explicit nil.
1394 (advice--remove-function): Change accordingly.
1395
1396 * emacs-lisp/advice.el (ad-preactivate-advice): Adjust the cleanup to
1397 the use of nadvice.el.
1398
1399 * progmodes/which-func.el (which-function): Silence imenu errors
1400 (bug#13433).
1401
1402 2013-01-15 Michael R. Mauger <mmaug@yahoo.com>
1403
1404 * progmodes/sql.el: (sql-imenu-generic-expression):
1405 (sql-mode-font-lock-object-name): Match schema qualified names.
1406 (sql-connect): Use string keys.
1407 (sql-product-interactive): Wait for interpreter prompt.
1408 (sql-comint-oracle): Set process coding based on NLS_LANG.
1409
1410 2013-01-15 Michael R. Mauger <mmaug@yahoo.com>
1411
1412 * progmodes/sql.el (sql-output-to-send): Remove, unused.
1413 (sql-interactive-remove-continuation-prompt):
1414 (sql-send-magic-terminator, sql-interactive-mode): Remove references.
1415
1416 2013-01-14 Leo Liu <sdl.web@gmail.com>
1417
1418 * calendar/calendar.el (calendar-redraw): Sync window-point and point.
1419 (Bug#13420)
1420
1421 2013-01-14 Glenn Morris <rgm@gnu.org>
1422
1423 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1424 Fix interpretation of gnu line.col1-col2 format. (Bug#13335)
1425
1426 2013-01-13 Fabián Ezequiel Gallina <fgallina@cuca>
1427
1428 * progmodes/python.el (python-nav-end-of-statement):
1429 Fix cornercase when handling multiline strings.
1430
1431 2013-01-13 Richard Stallman <rms@gnu.org>
1432
1433 * mail/sendmail.el (mail-position-on-field): Add doc string.
1434
1435 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
1436 Get current message boundaries and pass them to
1437 message-forward-make-body-mime. Minor style changes.
1438
1439 2013-01-13 Eli Zaretskii <eliz@gnu.org>
1440
1441 * cus-start.el (all): Avoid warnings about
1442 scroll-bar-adjust-thumb-portion on platforms where it is not defined.
1443
1444 2013-01-11 Jan Djärv <jan.h.d@swipnet.se>
1445
1446 * cus-start.el (all): Add scroll-bar-adjust-thumb-portion.
1447
1448 2013-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
1449
1450 * jit-lock.el (jit-lock-debug-mode): New minor mode.
1451 (jit-lock--debug-fontifying): New var.
1452 (jit-lock--debug-fontify): New function.
1453 * subr.el (condition-case-unless-debug): Don't prevent catching the
1454 error, just let the debbugger run.
1455 * emacs-lisp/timer.el (timer-event-handler): Don't prevent debugging
1456 timer code and don't drop errors silently.
1457
1458 2013-01-12 Michael Albinus <michael.albinus@gmx.de>
1459
1460 * autorevert.el (auto-revert-notify-watch-descriptor): Give it
1461 `permanent-local' property.
1462 (auto-revert-notify-handler): Use `file-equal-p'.
1463
1464 2013-01-12 Eli Zaretskii <eliz@gnu.org>
1465
1466 * autorevert.el (auto-revert-notify-handler): Fix filtering of
1467 file notification by ACTION. For filtering by file name, compare
1468 only the non-directory part of the file name.
1469
1470 2013-01-12 Stefan Monnier <monnier@iro.umontreal.ca>
1471
1472 * autorevert.el: Use cl-lib instead of cl.
1473
1474 * vc/vc-bzr.el (vc-bzr--sanitize-header): New function (bug#13307).
1475 (vc-bzr-checkin): Use it.
1476 * vc/log-edit.el (log-edit-extract-headers): Don't presume FUNCTION
1477 will preserve match-data.
1478
1479 2013-01-11 Felix H. Dahlke <fhd@ubercode.de>
1480
1481 * progmodes/js.el: Fix multiline declarations's indentation (bug#8576).
1482 (js--declaration-keyword-re): New var.
1483 (js--multi-line-declaration-indentation): New function.
1484 (js--proper-indentation): Use it.
1485
1486 2013-01-11 Aaron S. Hawley <Aaron.Hawley@vtinfo.com>
1487
1488 * calc/calc.el (calc-highlight-selections-with-faces)
1489 (calc-dispatch):
1490 * comint.el (comint-history-isearch-message):
1491 * emacs-lisp/edebug.el (edebug-read, edebug-eval-defun):
1492 * ffap.el (ffap-string-at-point-region, ffap-next)
1493 (ffap-string-at-point, ffap-string-around)
1494 (ffap-copy-string-as-kill, ffap-highlight-overlay)
1495 (ffap-literally):
1496 * font-lock.el (font-lock-keywords-alist)
1497 (font-lock-removed-keywords-alist):
1498 * help-mode.el (help-xref-symbol-regexp):
1499 * info.el (Info-find-emacs-command-nodes):
1500 * international/mule.el (add-to-coding-system-list):
1501 * isearch.el (isearch-message-function, isearch-fail-pos):
1502 * misearch.el (multi-isearch-next-buffer-function):
1503 * newcomment.el (comment-box):
1504 * printing.el (pr-txt-printer-alist, pr-ps-printer-alist)
1505 (pr-setting-database):
1506 * progmodes/cc-fonts.el (c-font-lock-keywords-3)
1507 (c++-font-lock-keywords-3, objc-font-lock-keywords-3)
1508 (java-font-lock-keywords-3, idl-font-lock-keywords-3)
1509 (pike-font-lock-keywords-3):
1510 * progmodes/compile.el (compile):
1511 * progmodes/etags.el (tags-table-files)
1512 (tags-table-files-function, tags-included-tables-function):
1513 * progmodes/gdb-mi.el (gdb, gdb-setup-windows)
1514 (gdb-restore-windows):
1515 * ps-print.el (ps-even-or-odd-pages, ps-spool-buffer-with-faces)
1516 (ps-n-up-filling-database):
1517 * server.el (server-buffer, server-log):
1518 * simple.el (newline, delete-backward-char, delete-forward-char)
1519 (minibuffer-history-isearch-message, kill-line, track-eol)
1520 (temporary-goal-column):
1521 * textmodes/flyspell.el (flyspell-mark-duplications-flag)
1522 (flyspell-default-deplacement-commands):
1523 * textmodes/ispell.el (ispell-accept-output):
1524 * textmodes/sgml-mode.el (html-tag-help):
1525 * vc/compare-w.el (compare-ignore-whitespace)
1526 (compare-ignore-case, compare-windows-dehighlight):
1527 * vc/diff.el (diff):
1528 * whitespace.el (whitespace-point)
1529 (whitespace-font-lock-refontify, whitespace-bob-marker)
1530 (whitespace-eob-marker): Fix ambiguous doc string cross-reference(s).
1531
1532 2013-01-11 Michael Albinus <michael.albinus@gmx.de>
1533
1534 * autorevert.el (top): Require 'cl in order to pacify byte compiler.
1535 (auto-revert-notify-rm-watch): Ignore errors.
1536 (auto-revert-notify-add-watch): Ignore errors. Use '(modify) for
1537 inotify, and '(size last-write-time) for w32notify.
1538 Set buffer-local `auto-revert-use-notify' to nil when adding a file
1539 watch fails - this is a fallback to the file modification check.
1540 (auto-revert-notify-event-p, auto-revert-notify-event-descriptor)
1541 (auto-revert-notify-event-action)
1542 (auto-revert-notify-event-file-name): New defuns.
1543 (auto-revert-notify-handler): Use them. Implement first
1544 plausibility checks.
1545 (auto-revert-handler): Handle also `auto-revert-tail-mode'.
1546
1547 2013-01-11 Julien Danjou <julien@danjou.info>
1548
1549 * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
1550 max are almost equal. Also return the correct value for V which is
1551 already between 0 and 1.
1552
1553 2013-01-11 Dmitry Antipov <dmantipov@yandex.ru>
1554
1555 * emacs-lisp/ert.el (ert-run-test): Use point-max-marker.
1556
1557 2013-01-11 Eli Zaretskii <eliz@gnu.org>
1558
1559 * autorevert.el (auto-revert-notify-rm-watch)
1560 (auto-revert-notify-add-watch): Fix typos in w32notify function
1561 names.
1562
1563 2013-01-10 Michael Albinus <michael.albinus@gmx.de>
1564
1565 * autorevert.el (auto-revert-notify-enabled): Move up.
1566 (auto-revert-use-notify): New defcustom.
1567 (auto-revert-mode, global-auto-revert-mode)
1568 (auto-revert-notify-add-watch, auto-revert-handler)
1569 (auto-revert-buffers): Use `auto-revert-use-notify' instead of
1570 `auto-revert-notify-enabled'.
1571
1572 2013-01-10 Elias Pipping <pipping@exherbo.org>
1573
1574 * files.el (auto-mode-alist): Use doc-view for djvu files (bug#13164).
1575 * doc-view.el (doc-view-document->bitmap):
1576 Use doc-view-single-page-converter-function instead of
1577 single-page-converter arg; adjust callers.
1578
1579 2013-01-10 Feng Li <fengli@gmail.com> (tiny change)
1580
1581 * progmodes/which-func.el (which-function): Understand Semantic's use
1582 of overlays in imenu--index-alist.
1583
1584 2013-01-10 Wolfgang Jenkner <wjenkner@inode.at>
1585
1586 * man.el: Handle different "man -k" behaviors (bug#13160). Use utf-8.
1587 (Man-man-k-use-anchor): New var.
1588 (Man-parse-man-k): New function.
1589 (Man-completion-table): Use it.
1590 (man): Flush the completion cache between uses.
1591
1592 2013-01-10 Michael Albinus <michael.albinus@gmx.de>
1593
1594 * autorevert.el: Add file watch support.
1595 (auto-revert-notify-enabled): New defconst.
1596 (auto-revert-notify-watch-descriptor-hash-list)
1597 (auto-revert-notify-watch-descriptor)
1598 (auto-revert-notify-modified-p): New defvars.
1599 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
1600 (auto-revert-notify-handler): New defuns.
1601 (auto-revert-mode, global-auto-revert-mode): Remove file watches
1602 when mode is disabled.
1603 (auto-revert-handler): Check for `auto-revert-notify-modified-p'.
1604 (auto-revert-buffers): Add file watches for active buffers.
1605
1606 2013-01-10 Dmitry Antipov <dmantipov@yandex.ru>
1607
1608 * cus-start.el (toplevel): Only allow float values for
1609 scroll-up-aggressively and scroll-down-aggressively.
1610 Allow any number for line-spacing.
1611
1612 2013-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
1613
1614 * doc-view.el (doc-view-pdfdraw-program): Allow "pdfdraw" name.
1615 (doc-view-pdf->png-converter-function): Use mupdf if available.
1616 (doc-view-djvu->png-converter-function)
1617 (doc-view-ps->png-converter-function): Remove.
1618 (doc-view--image-file-pattern): Replace doc-view--image-file-extension.
1619 (doc-view-goto-page, doc-view-convert-current-doc, doc-view-display)
1620 (doc-view-already-converted-p): Adjust accordingly.
1621 (doc-view-mode-p): Simplify.
1622 (doc-view-enlarge): Use setq-local.
1623 (doc-view-pdf->png-converter-ghostscript)
1624 (doc-view-djvu->png-converter-ddjvu)
1625 (doc-view-pdf->png-converter-mupdf): Rework to call
1626 doc-view-start-process directly.
1627 (doc-view-pdf/ps->png): Simplify accordingly.
1628 (doc-view-pdf->png-1, doc-view-djvu->png-1): Remove.
1629 (doc-view-document->bitmap): Rename from doc-view-document->png.
1630 (doc-view-convert-current-doc): Merge pdf and djvu cases.
1631 (doc-view-set-slice-from-bounding-box): Fix completion table.
1632 (doc-view-mode): Use add-hook for after-revert-hook.
1633
1634 2013-01-10 Glenn Morris <rgm@gnu.org>
1635
1636 * emacs-lisp/authors.el (authors-ignored-files)
1637 (authors-valid-file-names, authors-renamed-files-alist):
1638 Add some more entries.
1639
1640 2013-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
1641
1642 * image-mode.el (image-mode-winprops): Don't throw away the fallback
1643 `t' pseudo-window entry.
1644
1645 2013-01-10 Alan Mackenzie <acm@muc.de>
1646
1647 Fix bugs in the c-parse-state mechanism. Reuse some markers
1648 instead of continually generating new ones.
1649
1650 * progmodes/cc-engine.el (c-state-old-cpp-beg-marker)
1651 (c-state-old-cpp-end-marker): New variables.
1652 (c-append-lower-brace-pair-to-state-cache): Start a backward
1653 search for "}" definitively outside CPP constructs.
1654 (c-remove-stale-state-cache): Inform the caller of a need to
1655 search back for a brace pair in certain circumstances.
1656 (c-state-maybe-marker): New macro.
1657 (c-parse-state): Reuse markers when appropriate.
1658
1659 2013-01-10 Glenn Morris <rgm@gnu.org>
1660
1661 * simple.el (execute-extended-command): Doc fix.
1662 Bind prefix-arg around read-extended-command, for prompt. (Bug#13395)
1663
1664 2013-01-10 Chong Yidong <cyd@gnu.org>
1665
1666 * faces.el (read-face-name): Doc fix.
1667
1668 2013-01-10 Roland Winkler <winkler@gnu.org>
1669
1670 * emacs-lisp/crm.el: Allow any regexp for separators.
1671 (crm-default-separator): All spaces around the default comma separator.
1672 (crm--completion-command): New macro.
1673 (crm-completion-help, crm-complete, crm-complete-word): Use it.
1674 (crm-complete-and-exit): Handle non-single-char separators.
1675
1676 2013-01-09 Elias Pipping <pipping@lavabit.com>
1677
1678 * doc-view.el: Add support for DjVu (bug#13164).
1679 (doc-view-djvu->png-converter-function): New config var.
1680 (doc-view-single-page-converter-function, doc-view--image-type)
1681 (doc-view--image-file-extension): New vars.
1682 (doc-view-mode): Initialize them.
1683 (doc-view-goto-page): Use them.
1684 (doc-view-mode-p): Add support for ddjvu.
1685 (doc-view-djvu->png-converter-ddjvu, doc-view-djvu->png-1)
1686 (doc-view-set-up-single-converter): New funs.
1687 (doc-view-pdf/ps->png): Extend for djvu.
1688 (doc-view-document->png): Rename from doc-view-pdf->png.
1689 (doc-view-convert-current-doc): Handle djvu.
1690 (doc-view-insert-image, doc-view-display)
1691 (doc-view-already-converted-p): Don't hardcode png.
1692 (doc-view-set-doc-type): Recognize djvu docs.
1693
1694 2013-01-09 Elias Pipping <pipping@lavabit.com>
1695
1696 * doc-view.el: Add support for mupdf converter (bug#13164).
1697 (doc-view-pdfdraw-program, doc-view-pdf->png-converter-function)
1698 (doc-view-ps->png-converter-function): New config vars.
1699 (doc-view-pdf->png-converter-ghostscript)
1700 (doc-view-ps->png-converter-ghostscript)
1701 (doc-view-pdf->png-converter-mupdf): New functions.
1702 (doc-view-pdf/ps->png, doc-view-pdf->png-1): Use them.
1703
1704 2013-01-09 Jürgen Hötzel <juergen@archlinux.org>
1705
1706 * net/tramp.el (tramp-eshell-directory-change): Check remote-path
1707 first in session cache: When `tramp-own-remote-path' is in
1708 `tramp-remote-path', the remote path is only set in the session
1709 cache.
1710
1711 2013-01-09 Glenn Morris <rgm@gnu.org>
1712
1713 * emacs-lisp/trace.el (trace-function-foreground)
1714 (trace-function-background): Doc fix.
1715
1716 2013-01-09 Juri Linkov <juri@jurta.org>
1717
1718 * international/mule-cmds.el (read-char-by-name): Move let-binding
1719 of completion-ignore-case around completing-read to fix regression
1720 exhibited by the test case `C-x 8 RET *acc TAB' and caused by
1721 `string-match-p' using the nil value of `case-fold-search' and
1722 `completion-ignore-case' in `completion-pcm--all-completions'.
1723 (Bug#12615).
1724
1725 2013-01-09 Glenn Morris <rgm@gnu.org>
1726
1727 * progmodes/compile.el (compilation-parse-errors):
1728 Fix typo. (Bug#13369)
1729
1730 2013-01-09 Vitalie Spinu <spinuvit@gmail.com> (tiny change)
1731
1732 * comint.el (comint-send-input): Check size of buffer before
1733 waiting for process output, in case already accepted. (Bug#13290)
1734
1735 2013-01-09 Paul Eggert <eggert@cs.ucla.edu>
1736
1737 Spelling fixes.
1738 * net/tramp-adb.el (tramp-adb-get-toolbox):
1739 Fix misspelling of 'unknown'.
1740
1741 2013-01-08 Juri Linkov <juri@jurta.org>
1742
1743 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
1744 * progmodes/flymake.el (flymake-errline, flymake-warnline):
1745 Use underline style wave on terminals that support it. (Bug#13000)
1746
1747 2013-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
1748
1749 * emacs-lisp/pcase.el (pcase--split-equal): Also take advantage if
1750 the predicate returns nil.
1751
1752 * simple.el: Use lexical-binding.
1753 (primitive-undo): Use pcase.
1754 (minibuffer-history-isearch-push-state): Use a closure.
1755
1756 2013-01-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
1757
1758 * simple.el (primitive-undo): Move from undo.c.
1759
1760 2013-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
1761
1762 * vc/pcvs.el (cvs-cleanup-collection): Extend meaning of `rm-handled'.
1763 (cvs-mode-remove-handled): Use it (bug#13380).
1764
1765 * emacs-lisp/nadvice.el (advice--tweak): New function.
1766 (advice--remove-function, advice--subst-main): Use it.
1767
1768 * emacs-lisp/advice.el: Update commentary.
1769
1770 2013-01-08 Michael Albinus <michael.albinus@gmx.de>
1771
1772 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
1773 Remove spurious entry.
1774
1775 2013-01-08 Glenn Morris <rgm@gnu.org>
1776
1777 * net/tramp.el (tramp-default-host-alist): Add :version.
1778
1779 2013-01-08 Juri Linkov <juri@jurta.org>
1780
1781 * info.el (Info-read-node-name-2): Don't duplicate suffixes for
1782 single completion. (Bug#12456)
1783 (info--manual-names): Expand node completions into an explicit list
1784 before appending it to another list. Filter out internal buffers
1785 with the leading space in the buffer name. (Bug#10771)
1786
1787 2013-01-08 Juri Linkov <juri@jurta.org>
1788
1789 * info.el (Info-read-node-name-1): Allow empty node name in (FILENAME)
1790 that defaults to the Top node.
1791 (Info-goto-node, Info-read-node-name): Doc fix to mention that
1792 the short format (FILENAME) goes to the Top node.
1793 (Info-build-node-completions): Rename arg `file' to `filename'.
1794 (Bug#13365)
1795
1796 2013-01-07 Bastien Guerry <bzg@gnu.org>
1797
1798 * menu-bar.el (menu-bar-search-documentation-menu):
1799 Use `apropos-user-option' and fix the help message.
1800
1801 2013-01-07 Bastien Guerry <bzg@gnu.org>
1802
1803 * apropos.el (apropos-do-all): Update docstring.
1804 (apropos-user-option-button): New face.
1805 (apropos-user-option): Rename from `apropos-variable' and update
1806 docstring.
1807 (apropos-variable): Rewrite, now show all variables by default.
1808 (apropos-print): Mention "User option" instead of "Variable" when
1809 printing doc for user options. (Bug#13276)
1810
1811 2013-01-07 Jürgen Hötzel <juergen@archlinux.org>
1812
1813 * net/tramp-adb.el (tramp-do-parse-file-attributes-with-ls):
1814 Handle filename correctly, when parsing "source -> target" symlink
1815 output.
1816 (tramp-adb-handle-set-file-times): New defun.
1817
1818 2013-01-07 Stefan Monnier <monnier@iro.umontreal.ca>
1819
1820 * emacs-lisp/advice.el (ad-activate-advised-definition): Refresh the
1821 advice list when the interactive-spec of ad-Advice-* changes.
1822
1823 2013-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
1824
1825 * wid-edit.el (widget-default-get): Work for inlined elements.
1826 (Bug#12670)
1827
1828 2013-01-07 Michael Albinus <michael.albinus@gmx.de>
1829
1830 * net/tramp.el (tramp-default-host-alist): New defcustom.
1831 (tramp-find-host): Use it.
1832 (tramp-eshell-directory-change): Move from tramp-sh.el. Add to
1833 `eshell-directory-change-hook'.
1834
1835 * net/tramp-adb.el (top): Add adb specific entry in
1836 `tramp-default-host-alist'.
1837 (tramp-adb-file-name-host): Remove function.
1838 (tramp-adb-execute-adb-command, tramp-adb-maybe-open-connection):
1839 Use `tramp-file-name-host' instead of `tramp-adb-file-name-host'.
1840
1841 * net/tramp-sh.el: Move eshell integration code to tramp.el.
1842
1843 2013-01-06 Jürgen Hötzel <juergen@archlinux.org>
1844
1845 * net/tramp-adb.el (tramp-methods): Add `tramp-tmpdir' entry.
1846
1847 2013-01-06 Michael Albinus <michael.albinus@gmx.de>
1848
1849 * net/tramp-adb.el (tramp-adb-ls-toolbox-regexp): The file size can
1850 consist of more than one digit.
1851 (tramp-adb-file-name-handler-alist):
1852 Use `tramp-handle-file-exists-p' consistently.
1853 (tramp-adb-file-name-handler): Don't tweak `tramp-default-host'.
1854 (tramp-adb-handle-file-exists-p): Remove function.
1855 (tramp-adb-file-name-host): New defun.
1856 (tramp-adb-execute-adb-command, tramp-adb-maybe-open-connection):
1857 Use it.
1858 (tramp-adb-maybe-open-connection): Set "remote-path" property.
1859
1860 2013-01-06 Chong Yidong <cyd@gnu.org>
1861
1862 * vc/vc.el (vc-next-action): Detect buffer modifications
1863 conflicting with locking VCS operation (Bug#11490).
1864
1865 * vc/vc-hooks.el (vc-after-save): DTRT for locking VCSes.
1866
1867 2013-01-05 Michael Albinus <michael.albinus@gmx.de>
1868
1869 * net/tramp-adb.el (tramp-do-parse-file-attributes-with-ls):
1870 (tramp-adb-handle-directory-files-and-attributes): Fix typos.
1871
1872 2013-01-05 Jürgen Hötzel <juergen@archlinux.org>
1873
1874 * net/tramp-adb.el (tramp-adb-handle-file-attributes): More robust
1875 parsing of ls output using regular expression (handle filenames
1876 with spaces). Use virtual device number.
1877 (tramp-do-parse-file-attributes-with-ls): New defun (Code
1878 cleanup).
1879
1880 2013-01-04 Daiki Ueno <ueno@gnu.org>
1881
1882 * epg.el: Silence byte-compiler warnings.
1883 (epg--start): Use delete-char instead of delete-backward-char.
1884 (epg-wait-for-completion): Pass FRAME arg to redraw-frame.
1885
1886 2013-01-04 Daiki Ueno <ueno@gnu.org>
1887
1888 * epg.el (epg--start): Don't call "tty" program on W32 platforms.
1889 Suggested by Eli Zaretskii <eliz@gnu.org>.
1890
1891 2013-01-04 Michael Albinus <michael.albinus@gmx.de>
1892
1893 * net/tramp-sh.el (tramp-set-file-uid-gid): UID and GID must be
1894 non-negative integers. Otherwise, the default values are used.
1895 (tramp-convert-file-attributes): Convert uid and gid to integers.
1896
1897 2013-01-04 Glenn Morris <rgm@gnu.org>
1898
1899 * term.el (term-handle-colors-array): Ensure face attributes
1900 are fully specified, not nil. (Bug#13337)
1901
1902 * term.el (term-default-fg-color, term-default-bg-color):
1903 Fix custom type.
1904
1905 * progmodes/etags.el (tags-compression-info-list): Doc fix.
1906 (tag-find-file-of-tag-noselect): Check auto-compression-mode
1907 rather than 'jka-compr being loaded. (Bug#13338)
1908
1909 2013-01-04 Wesley Dawson <whd@lavabit.com> (tiny change)
1910
1911 * icomplete.el (icomplete-completions):
1912 Honor icomplete-prospects-height once more following
1913 2012-11-29 changes. (Bug#13224)
1914
1915 2013-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
1916
1917 * subr.el (internal--called-interactively-p--get-frame): Find aliases
1918 of called-interactively-p as well (bug#13237).
1919
1920 * view.el (view--enable, view--disable): Rename from view-mode-enable
1921 and view-mode-disable and assume it's called from view-mode.
1922 (view-mode-enable, view-mode-disable): Redefine as obsolete
1923 compatibility layer above view-mode.
1924 (view-mode-enter): Call `view-mode'.
1925
1926 * files.el (after-find-file): Call `view-mode'.
1927
1928 * doc-view.el (doc-view-scale-internally): New var.
1929 (doc-view-enlarge, doc-view-insert-image): Obey it.
1930
1931 2013-01-03 Daiki Ueno <ueno@gnu.org>
1932
1933 * epg.el (epg--start): Ignore errors when /dev/fd/0 does not
1934 exist. (Bug#13344)
1935
1936 2013-01-03 Glenn Morris <rgm@gnu.org>
1937
1938 * mail/rmail.el (rmail-set-header-1): Ignore case.
1939 Handle multi-line headers. (Bug#13330)
1940
1941 * progmodes/make-mode.el (makefile-fill-paragraph): Add doc.
1942 Handle paragraph starting at beginning of buffer.
1943
1944 * subr.el (eval-after-load): Don't purecopy the form, so that it
1945 can be nconc'd later on; reverts 2009-11-11 change. (Bug#13331)
1946
1947 * emacs-lisp/byte-run.el (defun): Place cl declarations
1948 after any interactive spec. (Bug#13265)
1949
1950 2013-01-02 Andreas Schwab <schwab@linux-m68k.org>
1951
1952 * emacs-lisp/byte-run.el (defmacro): Use same argument parsing as
1953 defun. Don't check for DECL if DOCSTRING isn't a string.
1954 (defun): Likewise.
1955
1956 2013-01-02 Glenn Morris <rgm@gnu.org>
1957
1958 * eshell/em-cmpl.el (eshell-pcomplete):
1959 More thoroughly imitate pcomplete. (Bug#13293)
1960
1961 * files.el (parse-colon-path): Doc fix. (Bug#12351)
1962 Return nil for empty path elements. (Bug#13296)
1963
1964 2013-01-02 Fabián Ezequiel Gallina <fgallina@cuca>
1965
1966 * progmodes/python.el (python-nav-end-of-statement): Rewrite in
1967 order to improve efficiency (Based on Daniel Colascione's
1968 <dancol@dancol.org> patch). (Bug#13182)
1969
1970 2013-01-02 Glenn Morris <rgm@gnu.org>
1971
1972 * vc/log-edit.el (log-edit-header-contents-regexp): Add doc string.
1973
1974 2013-01-02 Andreas Schwab <schwab@linux-m68k.org>
1975
1976 * emacs-lisp/byte-run.el (defmacro): Don't lose final nil if
1977 neither DOCSTRING nor DECL was given. (Bug#13316)
1978
1979 2013-01-02 Michael Albinus <michael.albinus@gmx.de>
1980
1981 * net/tramp-sh.el (tramp-sh-handle-set-file-acl): Add argument to
1982 `error' call.
1983 (tramp-do-copy-or-rename-file): Ignore errors when calling
1984 `set-file-extended-attributes'.
1985
1986 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
1987 Add handler for `file-acl'.
1988 (tramp-smb-handle-file-acl): New defun.
1989
1990 2013-01-02 Jay Belanger <jay.p.belanger@gmail.com>
1991
1992 * calc/README: Mention ISO 8601 week-numbering dates.
1993
1994 2013-01-01 Martin Rudalics <rudalics@gmx.at>
1995
1996 * view.el (view-mode-enable): New argument run-view-mode-hook.
1997 Run view-mode-hook only when it's non-nil (Bug#13315).
1998 (view-mode-enter): Call view-mode-enable with run-view-mode-hook
1999 argument t.
2000
2001 2012-12-31 Jürgen Hötzel <juergen@archlinux.org>
2002
2003 * net/tramp-adb.el (tramp-adb-maybe-open-connection): Handle errors
2004 (No device connected, invalid device name). (Bug #13299)
2005
2006 2012-12-31 Martin Rudalics <rudalics@gmx.at>
2007
2008 * window.el (window-resizable--p): Rename to window-resizable-p.
2009 (window-resize-no-error): New function.
2010
2011 * mail/rmail.el (rmail-maybe-display-summary): Restore behavior
2012 broken in fix from 2012-12-28.
2013
2014 2012-12-31 Stefan Monnier <monnier@iro.umontreal.ca>
2015
2016 * subr.el (special-form-p): Don't signal errors on undef aliases.
2017
2018 2012-12-31 Jay Belanger <jay.p.belanger@gmail.com>
2019
2020 * calc/calc-forms.el (math-parse-date): Try using
2021 `math-parse-iso-date' when it looks like it might be needed.
2022 Allow times of 24:00.
2023 (math-parse-date-validate, math-parse-iso-date-validate): Allow times
2024 of 24:00.
2025
2026 2012-12-30 Glenn Morris <rgm@gnu.org>
2027
2028 * net/mairix.el (rmail, rmail-summary-displayed, rmail-summary):
2029 Remove unnecessary/buggy autoloads (missing interactive). (Bug#13294)
2030 (rmail-summary-displayed, rmail-summary): Declare.
2031 (mairix-rmail-display): Just require rmail.
2032
2033 2012-12-30 Chong Yidong <cyd@gnu.org>
2034
2035 * emacs-lisp/package.el (package-untar-buffer): Improve integrity
2036 check for the tarball contents.
2037
2038 2012-12-30 Matt Fidler <matt.fidler@alcon.com> (tiny change)
2039
2040 * emacs-lisp/package.el (package-untar-buffer): Handle problematic
2041 tarfile content listings (Bug#13136).
2042
2043 2012-12-30 Mark Lillibridge <mark.lillibridge@hp.com>
2044
2045 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
2046 Insert the undecoded text of the message being forwarded. (Bug#9521)
2047
2048 2012-12-30 Michael Albinus <michael.albinus@gmx.de>
2049
2050 * net/tramp-sh.el (tramp-set-file-uid-gid): Convert UID and GID to
2051 integers, if they are real numbers. (Bug#13282)
2052
2053 * net/tramp-sh.el (tramp-sh-handle-set-file-selinux-context):
2054 Return `t' on success.
2055
2056 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
2057 Add handler for `set-file-selinux-context'.
2058
2059 2012-12-29 Michael Albinus <michael.albinus@gmx.de>
2060
2061 * net/tramp-sh.el (tramp-sh-handle-file-acl): Suppress basic attributes.
2062 (tramp-sh-handle-set-file-acl): Return `t' on success.
2063
2064 2012-12-29 Eli Zaretskii <eliz@gnu.org>
2065
2066 * files.el (backup-buffer-copy, basic-save-buffer-2):
2067 If set-file-extended-attributes fails, fall back on set-file-modes
2068 instead of signaling an error. (Bug#13298)
2069 (basic-save-buffer): Likewise.
2070
2071 2012-12-29 Fabián Ezequiel Gallina <fgallina@cuca>
2072
2073 * progmodes/python.el: Support other commands triggering
2074 python-indent-line so indentation cycling continues to work.
2075 (python-indent-trigger-commands): New defcustom.
2076 (python-indent-line): Use it.
2077
2078 2012-12-29 Fabián Ezequiel Gallina <fgallina@cuca>
2079
2080 * progmodes/python.el (python-shell-send-region): Add blank lines
2081 for non sent code so backtraces remain correct.
2082
2083 2012-12-29 Fabián Ezequiel Gallina <fgallina@cuca>
2084
2085 * progmodes/python.el: Remove cl dependency.
2086 (python-syntax-count-quotes): Replace incf call.
2087 (python-fill-string): Replace setf call.
2088
2089 2012-12-29 Damien Cassou <damien.cassou@gmail.com>
2090
2091 * info.el (info-other-window): New arg, for consistency with info.
2092
2093 2012-12-28 Martin Rudalics <rudalics@gmx.at>
2094
2095 * mail/rmail.el (rmail-maybe-display-summary):
2096 Rewrite (Bug#13066).
2097
2098 2012-12-28 Andreas Schwab <schwab@linux-m68k.org>
2099
2100 * epg.el (epg--start): Modify process-environment locally.
2101
2102 2012-12-28 Daiki Ueno <ueno@gnu.org>
2103
2104 * epg.el: Support pinentry-curses.
2105 Suggested by Werner Koch in
2106 <http://lists.gnu.org/archive/html/emacs-devel/2007-02/msg00755.html>.
2107 (epg-agent-file, epg-agent-mtime): New variable.
2108 (epg--start): Record the modified time of gpg-agent socket file,
2109 to restore Emacs frame after pinentry-curses termination.
2110 (epg-wait-for-completion): Restore Emacs frame here.
2111
2112 2012-12-27 Juri Linkov <juri@jurta.org>
2113
2114 * info.el (Info-file-completions): New variable.
2115 (Info-read-node-name-1): Complete node names in the Info file
2116 when a file name is given. Call `Info-build-node-completions'
2117 with a file name.
2118 (Info-build-node-completions): Add new arg `file'. When it is
2119 non-nil, visit it in a temporary buffer and cache its completions in
2120 `Info-current-file-completions'. Move most of the function body to
2121 `Info-build-node-completions-1'.
2122 (Info-build-node-completions-1): New function with the body from
2123 `Info-build-node-completions'. (Bug#12456)
2124
2125 2012-12-27 Juri Linkov <juri@jurta.org>
2126
2127 * frame.el (frame-maximization-style): Remove user option.
2128 (cycle-frame-maximized): Remove function.
2129 (toggle-frame-maximized): Rewrite and bind to M-<f10>.
2130 (toggle-frame-fullscreen): New command bound to <f11> instead of
2131 `toggle-frame-maximized'.
2132 http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00703.html
2133
2134 2012-12-27 Michael Albinus <michael.albinus@gmx.de>
2135
2136 * net/tramp.el (tramp-handle-file-accessible-directory-p): New defun.
2137
2138 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
2139 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
2140 * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
2141 for `file-accessible-directory-p'. (Bug#13275)
2142
2143 2012-12-27 Sam Steingold <sds@gnu.org>
2144
2145 * progmodes/cperl-mode.el (cperl-calculate-indent): Do not stagger
2146 continuations, see <http://stackoverflow.com/questions/3582436>.
2147
2148 2012-12-27 Dmitry Gutov <dgutov@yandex.ru>
2149
2150 * progmodes/ruby-mode.el (ruby-indent-beg-re): Only allow "class",
2151 "module" and "def" to have indentation before them.
2152 Regression from 2012-09-07T04:15:56Z!dgutov@yandex.ru (see the new test).
2153
2154 * progmodes/ruby-mode.el: Bump the version to 1.2 (Bug#13200).
2155
2156 2012-12-27 Alan Mackenzie <acm@muc.de>
2157
2158 Speed up fontification where there's large brace blocks.
2159 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Add a limit
2160 to a call of c-beginning-of-decl-1.
2161
2162 2012-12-27 Vitalie Spinu <spinuvit@gmail.com> (tiny change)
2163
2164 * comint.el (comint-adjust-window-point): New function.
2165 (comint-postoutput-scroll-to-bottom):
2166 Call comint-adjust-window-point (Bug#13248).
2167
2168 2012-12-26 Dmitry Gutov <dgutov@yandex.ru>
2169
2170 * progmodes/ruby-mode.el (auto-mode-alist): `purecopy' the
2171 Rakefile regexp.
2172 (auto-mode-alist): Associate .gemspec files with ruby-mode
2173 (https://bugs.ruby-lang.org/issues/5453).
2174
2175 2012-12-26 Jürgen Hötzel <juergen@archlinux.org>
2176
2177 * net/tramp-adb.el (tramp-adb-get-ls-command): New defun.
2178 Suppress coloring, if possible (required for BusyBox based systems like
2179 CyanogenMod).
2180 (tramp-adb-handle-file-attributes)
2181 (tramp-adb-handle-insert-directory)
2182 (tramp-adb-handle-file-name-all-completions): Use it.
2183 (tramp-adb-get-toolbox): New defun. Check for remote shell
2184 implementation (BusyBox or Toolbox).
2185
2186 2012-12-24 Constantin Kulikov <zxnotdead@gmail.com> (tiny change)
2187
2188 * startup.el (initial-buffer-choice): Allow function as value
2189 (Bug#13251).
2190 (command-line-1): Handle case where initial-buffer-choice
2191 specifies a function.
2192 * server.el (server-execute): Handle case where
2193 initial-buffer-choice specifies a function.
2194
2195 2012-12-24 Lars Ingebrigtsen <larsi@gnus.org>
2196
2197 * mail/smtpmail.el (smtpmail-try-auth-method): Refactored out into
2198 its own function.
2199 (smtpmail-try-auth-methods): Forget the user name/password if the
2200 login is unsuccessful (bug#12424).
2201
2202 2012-12-22 Michael Albinus <michael.albinus@gmx.de>
2203
2204 * notifications.el (notifications-notify): Protect body with
2205 `with-demoted-errors'.
2206
2207 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
2208 Check properties of remote device. Restart connection, if there is a
2209 change.
2210
2211 2012-12-21 Chong Yidong <cyd@gnu.org>
2212
2213 * sort.el (sort-subr): Doc fix (Bug#13056).
2214
2215 2012-12-21 Bastien Guerry <bzg@gnu.org>
2216
2217 * progmodes/etags.el (tags-search): Fix typo. Bug #13232.
2218
2219 2012-12-21 Michael Albinus <michael.albinus@gmx.de>
2220
2221 * simple.el (process-file): Overwrite stderr file, if exists.
2222
2223 2012-12-21 Daiki Ueno <ueno@gnu.org>
2224
2225 * epg.el (epg--start): Print GPG_AGENT_INFO in the debug buffer.
2226 (epg-error): Set `error-message' property.
2227
2228 2012-12-21 Chong Yidong <cyd@gnu.org>
2229
2230 * international/mule-cmds.el (read-char-by-name): Signal an error
2231 if the user does not supply a valid character (Bug#13177).
2232
2233 * simple.el (transpose-subr-1): Preserve marker positions by
2234 changing the insertion sequence (Bug#13122).
2235
2236 2012-12-21 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
2237
2238 * simple.el (kill-region): Deactivate mark even for empty regions
2239 (Bug#13169).
2240
2241 2012-12-21 Chong Yidong <cyd@gnu.org>
2242
2243 * help-fns.el (describe-variable): Make sure we get the right
2244 buffer name (Bug#13105). Suggested by Kelly Dean.
2245
2246 2012-12-20 Michael R. Mauger <mmaug@yahoo.com>
2247
2248 * comint.el (comint-redirect-previous-input-string): New variable.
2249 (comint-redirect-setup, comint-redirect-cleanup)
2250 (comint-redirect-preoutput-filter): Use it. Fixes redirection bug.
2251 (comint-redirect-preoutput-filter): Fix verbose message.
2252
2253 2012-12-20 Michael Albinus <michael.albinus@gmx.de>
2254
2255 * progmodes/grep.el (rgrep): Escape command line. Sometimes, it
2256 is too long for Tramp. See discussion in
2257 <http://thread.gmane.org/gmane.emacs.tramp/8233/focus=8244>.
2258
2259 * progmodes/compile.el (compilation-start): Remove line escape
2260 template.
2261
2262 2012-12-20 Dmitry Antipov <dmantipov@yandex.ru>
2263
2264 * vc/ediff-ptch.el (ediff-map-patch-buffer): Use `point-min-marker'.
2265 Adjust comment.
2266
2267 2012-12-19 Jonas Bernoulli <jonas@bernoul.li>
2268
2269 * emacs-lisp/lisp-mnt.el (lm-section-end): Always end before the
2270 following non-comment text (bug#13207).
2271 (lm-header-multiline): Continuation lines need to be indented more than
2272 the first line.
2273 (lm-homepage): New function.
2274 (lm-with-file): Don't be confused if narrowing is in effect.
2275
2276 2012-12-19 Stefan Monnier <monnier@iro.umontreal.ca>
2277
2278 * vc/diff-mode.el (diff-post-command-hook): Don't ignore changes at the
2279 very beginning of a hunk (e.g. killing the first line).
2280
2281 2012-12-19 Michael Albinus <michael.albinus@gmx.de>
2282
2283 * net/tramp-sh.el (tramp-sh-handle-file-acl): Delete empty lines
2284 and text properties from returned ACL string.
2285 (tramp-sh-handle-set-file-acl): Do not use additional parentheses
2286 for "setfacl" command.
2287
2288 2012-12-18 Michael Albinus <michael.albinus@gmx.de>
2289
2290 * net/tramp.el (tramp-error-with-buffer): Give a hint to use
2291 `tramp-cleanup-this-connection', when the process has died.
2292 (Bug#13151)
2293
2294 2012-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
2295
2296 * icomplete.el (icomplete-completions): Also use … to truncate prefix.
2297
2298 2012-12-17 Kevin Ryde <user42@zip.com.au>
2299
2300 * files.el (auto-save-file-name-p): Use \` and \' (bug#13186).
2301
2302 2012-12-17 Michael Albinus <michael.albinus@gmx.de>
2303
2304 Add support for preserving ACL entries of files.
2305
2306 * net/tramp.el (tramp-file-name-for-operation): Add `file-acl' and
2307 `set-file-acl' handlers.
2308
2309 * net/tramp-adb.el (tramp-adb-handle-copy-file):
2310 Handle PRESERVE-EXTENDED-ATTRIBUTES.
2311
2312 * net/tramp-compat.el (tramp-compat-copy-file):
2313 Handle PRESERVE-EXTENDED-ATTRIBUTES.
2314
2315 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
2316 Add `file-acl' and `set-file-acl' handlers.
2317 (tramp-gvfs-handle-copy-file):
2318 Handle PRESERVE-EXTENDED-ATTRIBUTES.
2319 (tramp-gvfs-handle-file-acl, tramp-gvfs-handle-set-file-acl):
2320 New defuns.
2321
2322 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
2323 Add `file-acl' and `set-file-acl' handlers.
2324 (tramp-remote-acl-p, tramp-sh-handle-file-acl)
2325 (tramp-sh-handle-set-file-acl): New defuns.
2326 (tramp-sh-handle-copy-file, tramp-do-copy-or-rename-file):
2327 Handle PRESERVE-EXTENDED-ATTRIBUTES.
2328
2329 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
2330 Add `file-acl' and `set-file-acl' handlers.
2331 (tramp-smb-handle-copy-file): Handle PRESERVE-EXTENDED-ATTRIBUTES.
2332
2333 2012-12-17 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
2334
2335 * help-macro.el (make-help-screen): Instead of switch-to-buffer
2336 use pop-to-buffer with NORECORD argument t. As buffer name, use
2337 *Metahelp* with a leading space (Bug#13190).
2338
2339 2012-12-16 Romain Francoise <romain@orebokech.com>
2340
2341 * files.el (file-extended-attributes)
2342 (set-file-extended-attributes): New functions.
2343 (backup-buffer): Use them to handle both SELinux context and ACL
2344 entries.
2345 (backup-buffer-copy): Work with an alist of extended attributes,
2346 rather than an SELinux context.
2347 (basic-save-buffer-2): Ditto.
2348
2349 2012-12-16 Timo Myyrä <timo.myyra@gmail.com>
2350
2351 * battery.el (battery-bsd-apm): New function.
2352
2353 2012-12-16 Jay Belanger <jay.p.belanger@gmail.com>
2354
2355 * calc/calc.el (calc-standard-date-formats): Adjust one of the
2356 standard date formats.
2357
2358 2012-12-15 Juri Linkov <juri@jurta.org>
2359
2360 * isearch.el (isearch-mode-map): Bind `C-x 8 RET' to
2361 `isearch-insert-char-by-name'.
2362 (with-isearch-suspended): New defmacro with body mostly from
2363 `isearch-edit-string' except the part that sets
2364 `isearch-new-string' and `isearch-new-message'.
2365 (isearch-edit-string): Use new macro `with-isearch-suspended' with
2366 body that sets `isearch-new-string' and `isearch-new-message'.
2367 (isearch-insert-char-by-name): New command.
2368 * international/mule-cmds.el (read-char-by-name): Let-bind
2369 `enable-recursive-minibuffers' to t.
2370 http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00234.html
2371
2372 2012-12-15 Juri Linkov <juri@jurta.org>
2373
2374 * isearch.el (isearch-delete-char, isearch-del-char): Doc fix.
2375 (Bug#13175)
2376
2377 2012-12-15 Christopher Schmidt <christopher@ch.ristopher.com>
2378
2379 * dired-x.el (dired-guess-shell-command): Put colon at the end of
2380 the prompt. (Bug#13045)
2381
2382 2012-12-14 Glenn Morris <rgm@gnu.org>
2383
2384 * emacs-lisp/macroexp.el (macroexp--warn-and-return):
2385 Try to include filename in non-bytecomp warning. (Bug#13132)
2386
2387 2012-12-14 Paul Eggert <eggert@cs.ucla.edu>
2388
2389 Fix permissions bugs with setgid directories etc. (Bug#13125)
2390 * files.el (backup-buffer): Don't rely on 9th output of
2391 file-attributes, as it's now a placeholder. Instead, use the new
2392 optional arg of file-ownership-preserved-p.
2393 (file-ownership-preserved-p): New optional arg GROUP.
2394 Fix mishandling of setuid directories that would cause this
2395 function to return t when it should have returned nil.
2396 Document what happens if the file does not exist, and when
2397 it's not known whether the ownership will be preserved.
2398 * net/tramp-sh.el (tramp-sh-handle-file-ownership-preserved-p):
2399 Likewise.
2400 (tramp-get-local-gid): Use group-gid for integer, as that's
2401 faster and more reliable.
2402
2403 2012-12-14 Julien Danjou <julien@danjou.info>
2404
2405 * progmodes/sql.el (sql-mode-postgres-font-lock-keywords):
2406 Update keywords list, data type and PL/pgSQL.
2407
2408 2012-12-14 Dave Abrahams <dave@boostpro.com>
2409
2410 * vc/ediff-util.el (ediff-buffer-type): New function.
2411 (ediff-clone-buffer-for-current-diff-comparison): Compute the buf-type
2412 rather than taking it as as argument.
2413 (ediff-inferior-compare-regions): Adjust calls accordingly (bug#11319).
2414
2415 2012-12-14 Ryan Crum <ryan.crum@eleostech.com>
2416
2417 * json.el: Add pretty-print option (bug#12634).
2418 (json-encoding-separator, json-encoding-default-indentation)
2419 (json--encoding-current-indentation, json-encoding-pretty-print)
2420 (json-encoding-lisp-style-closings): New vars.
2421 (json--with-indentation): New macro.
2422 (json-encode-hash-table, json-encode-alist, json-encode-plist)
2423 (json-encode-array): Use it to obey json-encoding-pretty-print.
2424 (json-pretty-print-buffer, json-pretty-print): New commands.
2425
2426 2012-12-14 Dmitry Gutov <dgutov@yandex.ru>
2427
2428 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
2429 Extract `ruby-syntax-propertize-expansions'.
2430 (ruby-syntax-propertize-expansions): Only change syntax on
2431 certain string delimiters, to punctuation. This way the common
2432 functions like forward-word and thing-at-point still work.
2433 (ruby-match-expression-expansion): Improve readability.
2434 (ruby-block-contains-point): New function.
2435 (ruby-add-log-current-method): Handle several edge cases.
2436
2437 2012-12-13 Juanma Barranquero <lekktu@gmail.com>
2438
2439 * emacs-lisp/edebug.el (edebug-unload-function): Make sure that
2440 unload-feature finishes even when aborting an ongoing edebug session.
2441 Also, do not worry about edebug-mode, unload-feature takes care of it.
2442
2443 2012-12-13 Andreas Schwab <schwab@suse.de>
2444
2445 * net/tls.el (tls-program): Update customize type.
2446
2447 2012-12-13 Juanma Barranquero <lekktu@gmail.com>
2448
2449 * emacs-lisp/edebug.el (edebug--require-cl-read): New function.
2450 (edebug-setup-hook, cl-read-load-hooks): Use it.
2451 (edebug-unload-function): New function. (Bug#13163)
2452
2453 2012-12-13 Michael Albinus <michael.albinus@gmx.de>
2454
2455 * net/tramp-adb.el (tramp-adb-file-name-p): Make it a defsubst.
2456 Otherwise, there could be errors in autoloading. (Bug#13151)
2457
2458 2012-12-13 Jürgen Hötzel <juergen@archlinux.org>
2459
2460 * net/tramp-adb.el (tramp-adb-wait-for-output): Remove spurious " ^H"
2461 sequences.
2462
2463 2012-12-13 Alan Mackenzie <acm@muc.de>
2464
2465 Make CC Mode not hang when _some_ lines end in CRLF. Bug #11841.
2466 * progmodes/cc-engine.el (c-backward-comments): Add code to work
2467 around `forward-comment' not recognizing ^M as whitespace.
2468
2469 2012-12-13 Fabián Ezequiel Gallina <fgallina@cuca>
2470
2471 * progmodes/python.el (python-skeleton-class)
2472 (python-skeleton-def): Do not add space after defun name.
2473
2474 2012-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
2475
2476 * emacs-lisp/cl.el (letf): Make it an alias of cl-letf.
2477 (cl--symbol-function): Remove (now that funbound is like nil).
2478
2479 2012-12-12 Glenn Morris <rgm@gnu.org>
2480
2481 * button.el (button--area-button-p): Fix typo.
2482
2483 2012-12-12 Sam Steingold <sds@gnu.org>
2484
2485 * frame.el (frame-maximization-style): New user option.
2486 (toggle-frame-maximized): Toggle frame maximization according to
2487 `frame-maximization-style', bound to <f11>.
2488 (cycle-frame-maximized): Cycle between all maximization styles and
2489 non-maximized frame, bound to shift-<f11>.
2490
2491 2012-12-12 David Cadé <codename68@gmail.com>
2492
2493 * mpc.el (mpc-format): Use truncate-string-to-width (bug#13143).
2494
2495 2012-12-12 Jonas Bernoulli <jonas@bernoul.li>
2496
2497 * lisp/emacs-lisp/eieio.el: Prettier object pretty-printing (bug#13115).
2498 (eieio-override-prin1): Don't quote kewords and booleans.
2499 (object-write) <eieio-default-superclass>: Don't put closing parens
2500 on new line, avoid needless empty lines, align values that are objects
2501 with the slot keyword (instead of beginning on the same line).
2502 (eieio-list-prin1): Align value with slot keyword; increase
2503 eieio-print-depth before printing members of the list.
2504
2505 2012-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
2506
2507 * mail/emacsbug.el (report-emacs-bug): Move the intangible text to
2508 a display text-property.
2509 (report-emacs-bug-hook): Don't bother deleting it any more.
2510
2511 * hilit-chg.el (highlight-save-buffer-state): Delete.
2512 Use with-silent-modifications instead.
2513 (hilit-chg-set-face-on-change): Only fixup the text that's modified.
2514
2515 * button.el: Handle buttons in display text-properties.
2516 (button--area-button-p, button--area-button-string):
2517 Use (STRING . STRING-POS) representation instead of just STRING.
2518
2519 2012-12-11 Eli Zaretskii <eliz@gnu.org>
2520
2521 * makefile.w32-in (compile4-SH): Fix a typo that caused term
2522 subdirectory be skipped.
2523
2524 2012-12-11 Glenn Morris <rgm@gnu.org>
2525
2526 * net/rcirc.el (rcirc-urls, rcirc-condition-filter): Doc fixes.
2527
2528 * progmodes/f90.el (f90-line-continued, f90-indent-region):
2529 Treat preprocessor lines embedded in continuations like comments.
2530 (f90-indent-line): Special-case preprocessor lines. (Bug#13138)
2531
2532 2012-12-11 Jay Belanger <jay.p.belanger@gmail.com>
2533
2534 * calc/calc.el (calc-standard-date-formats): Add more date
2535 formats.
2536 * calc/calc-forms.el (math-parse-iso-date): New function.
2537 (math-parse-date): Use `math-parse-iso-date' when appropriate.
2538 (math-parse-iso-date-validate): Add extra error checking.
2539 (calc-date-notation): Add ability to access new date formats.
2540
2541 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
2542
2543 * hi-lock.el (hi-lock--regexps-at-point): Fix boundary case for
2544 font-lock as well as when there's no text-property.
2545
2546 2012-12-10 Jambunathan K <kjambunathan@gmail.com>
2547
2548 * hi-lock.el: Refine the choice of default face.
2549 (hi-lock-keyword->face): New function. Use it wherever we used
2550 cadadadr instead.
2551 (hi-lock--regexps-at-point): Ignore faces that can't come from hi-lock.
2552 (hi-lock--last-face): Remove var.
2553 (hi-lock--unused-faces): New var to replace it.
2554 (hi-lock-read-face-name): Use/maintain it.
2555 (hi-lock-unface-buffer): Maintain it. Fix error for the C-u case.
2556 (hi-lock-set-pattern): Ignore new rule if it has the same regexp even
2557 if it has another face.
2558
2559 2012-12-10 Eli Zaretskii <eliz@gnu.org>
2560
2561 * subr.el (w32notify-handle-event): New function.
2562 (inotify-handle-event): Doc fix.
2563
2564 2012-12-10 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2565
2566 * subr.el (inotify-event-p, inotify-handle-event): New functions.
2567
2568 2012-12-10 Dani Moncayo <dmoncayo@gmail.com>
2569
2570 * simple.el (just-one-space): Doc fix.
2571
2572 2012-12-10 Eli Zaretskii <eliz@gnu.org>
2573
2574 * textmodes/texinfo.el (texinfo-enable-quote-envs): Add "smallexample".
2575
2576 2012-12-10 Le Wang <l26wang@gmail.com>
2577
2578 * hilit-chg.el (hilit-chg-set-face-on-change): Don't burp in
2579 narrowed buffer (bug#12361).
2580
2581 2012-12-10 Juanma Barranquero <lekktu@gmail.com>
2582
2583 * vc/vc-hooks.el (vc-state): Doc fix.
2584
2585 2012-12-10 Glenn Morris <rgm@gnu.org>
2586
2587 * mail/rmail.el (rmail-maybe-display-summary):
2588 Preserve buffer, in case select-window changes it. (Bug#13066)
2589
2590 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
2591
2592 * emacs-lisp/cl.el, emacs-lisp/cl-lib.el: Move cl-unload-function and
2593 cl-load-hook where they belong.
2594
2595 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
2596
2597 * emacs-lisp/cl-lib.el (cl-declaim): Paren typo.
2598
2599 2012-12-09 Eli Zaretskii <eliz@gnu.org>
2600
2601 Parallelize byte compilation on MS-Windows.
2602 * makefile.w32-in (WINS_BASIC1, WINS_BASIC2, WINS_BASIC3)
2603 (WINS_BASIC4): New variables, subdivide subdirectories into 4 parts.
2604 (WINS_BASIC): Define as concatenation of the above.
2605 (compile): Subdivide into 4 separate and independent jobs that can
2606 be run in parallel.
2607 (compile0-CMD, compile0-SH): New targets for compiling
2608 COMPILE_FIRST files, which are prerequisites for the rest of the
2609 byte-compilation.
2610 (compile1-CMD, compile2-CMD, compile3-CMD, compile4-CMD):
2611 New targets for parallel compilation with cmd.exe.
2612 (compile1-SH, compile2-SH, compile3-SH, compile4-SH): Ditto for
2613 compiling under a Unixy shell.
2614
2615 2012-12-09 Chong Yidong <cyd@gnu.org>
2616
2617 * simple.el (set-mark-default-inactive): Delete this
2618 accidentally-introduced option.
2619 (set-mark-command, exchange-point-and-mark): Remove calls.
2620
2621 2012-12-09 Glenn Morris <rgm@gnu.org>
2622
2623 * emacs-lisp/lisp-mode.el (eval-defun-1): Doc fix.
2624 Respect a defcustom's :set function, if appropriate. (Bug#109)
2625 (eval-defun): Doc fix.
2626
2627 2012-12-08 Juri Linkov <juri@jurta.org>
2628
2629 * info.el (Info-copy-current-node-name, Info-breadcrumbs)
2630 (Info-fontify-node, Info-bookmark-make-record): Remove the
2631 file extension from Info-current-file (Bug#13016).
2632
2633 2012-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
2634
2635 * hi-lock.el (hi-lock-unface-buffer): If there's no matching regexp at
2636 point, still provide some default.
2637 (hi-lock--regexps-at-point): Don't enforce a "hi-lock-" prefix on face
2638 names, since we don't use it right now. Actually return the list.
2639 (hi-lock-file-patterns, hi-lock-interactive-patterns): Use defvar-local.
2640
2641 2012-12-07 Chong Yidong <cyd@gnu.org>
2642
2643 * novice.el (disabled-command-function): Remove a spurious help
2644 xref (Bug#13043). Suggested by Kelly Dean.
2645
2646 * subr.el (text-clone-maintain): Fix clone overlay deletion when a
2647 syntax is specified (Bug#13025).
2648
2649 * info.el (Info-set-mode-line): Remove the file extension from
2650 Info-current-file if there is one (Bug#13016).
2651
2652 2012-12-07 Glenn Morris <rgm@gnu.org>
2653
2654 * mail/rmail.el (rmail-mime-decoded): New permanent local.
2655 (rmail-show-message-1): Set rmail-mime-decoded when appropriate.
2656 * mail/rmailedit.el (rmail-cease-edit): Respect rmail-mbox-format
2657 and rmail-mime-decoded. (Bug#9841)
2658
2659 * mail/unrmail.el (unrmail-mbox-format): New option. (Bug#6574)
2660 (batch-unrmail, unrmail): Doc fixes.
2661 (unrmail): Respect unrmail-mbox-format.
2662 * mail/rmail.el (rmail-mbox-format): New option.
2663 (rmail-show-message-1): Respect rmail-mbox-format.
2664
2665 2012-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
2666
2667 * emacs-lisp/cl-macs.el (cl-tagbody): New macro.
2668
2669 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
2670
2671 Further cleanup of the "cl-" namespace. Fit CL in 80 columns.
2672 * emacs-lisp/cl-macs.el (cl--pop2, cl--optimize-safety)
2673 (cl--optimize-speed, cl--not-toplevel, cl--parse-loop-clause)
2674 (cl--expand-do-loop, cl--proclaim-history, cl--declare-stack)
2675 (cl--do-proclaim, cl--proclaims-deferred): Rename from the "cl-" prefix.
2676 (cl-progv): Don't rely on dynamic scoping to find the body.
2677 * emacs-lisp/cl-lib.el (cl--optimize-speed, cl--optimize-safety)
2678 (cl--proclaims-deferred): Rename from the "cl-" prefix.
2679 (cl-declaim): Use backquotes.
2680 * emacs-lisp/cl-extra.el (cl-make-random-state, cl-random-state-p):
2681 Use "cl--" prefix for the object's tag.
2682
2683 * ses.el: Use advice-add/remove.
2684 (ses--advice-copy-region-as-kill, ses--advice-yank): New functions.
2685 (copy-region-as-kill, yank): Use advice-add.
2686 (ses-unload-function): Use advice-remove.
2687
2688 2012-12-06 Jonas Bernoulli <jonas@bernoul.li>
2689
2690 * button.el: Make them work in header-lines (bug#12817).
2691 (button-map): Add bindings for header-line and mode-line use.
2692 (button-get, button-put, button-label): `button' may now be a string.
2693 (button-activate): Don't make it a defsubst.
2694 (button--area-button-p, button--area-button-string): New functions.
2695 (make-text-button): Fix the return value when `beg' was a string.
2696 (push-button): Handle the mode-line case.
2697
2698 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
2699
2700 * progmodes/sql.el: Use cl-lib and lexical-binding; various cleanup.
2701 (sql-signum): Remove. Use `cl-signum' instead.
2702 (sql-read-passwd): Remove; use read-passwd instread.
2703 (sql-get-login-ext): Use read-string.
2704 (sql-get-login): Use dolist and pcase.
2705 (sql--completion-table): Rename from sql-try-completion.
2706 Use complete-with-action.
2707 (sql-mode): Don't change abbrev-all-caps globally.
2708 (sql-connect): Don't rely on dynamic scoping for `new-name'.
2709 (sql-postgres-completion-object): Initialize vars in their `let'.
2710 (sql-comint-sybase, sql-comint-sqlite, sql-comint-mysql)
2711 (sql-comint-solid, sql-comint-ms, sql-comint-postgres)
2712 (sql-comint-interbase): Use a single append, without setq.
2713 (sql-comint-linter): Same, and unwind-protect the LINTER_MBX var.
2714
2715 * hi-lock.el: Rework the default face and the serialize regexp code.
2716 (hi-lock--auto-select-face-defaults): Remove.
2717 (hi-lock-string-serialize-serial): Remove.
2718 (hi-lock--hashcons-hash): Rename from hi-lock-string-serialize-hash;
2719 make weak.
2720 (hi-lock--hashcons): Rename from hi-lock-string-serialize, return an
2721 equal string.
2722 (hi-lock-set-pattern): Adjust accordingly.
2723 (hi-lock--regexps-at-point): Simplify accordingly.
2724 (hi-lock--auto-select-face-defaults): Remove.
2725 (hi-lock--last-face): New var to replace it.
2726 (hi-lock-read-face-name): Rewrite (bug#11095).
2727 (hi-lock-unface-buffer): Arrange for the face to be the next default.
2728
2729 2012-12-06 Michael Albinus <michael.albinus@gmx.de>
2730
2731 * net/tramp.el (tramp-replace-environment-variables):
2732 Hide compiler warning.
2733 (tramp-file-name-for-operation): Remove `executable-find',
2734 `start-process', `call-process' and `call-process-region'.
2735
2736 * net/tramp-compat.el (top): Don't require 'tramp-util and 'tramp-vc.
2737
2738 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Ensure backward
2739 compatibility.
2740
2741 * net/tramp-sh.el (top): Remove `tramp-sh-handle-call-process-region'.
2742
2743 2012-12-06 Chong Yidong <cyd@gnu.org>
2744
2745 * ffap.el (ffap-replace-file-component): Fix typo.
2746
2747 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
2748
2749 * progmodes/octave-mod.el (octave-mark-block): Move out of tokens and
2750 fix open-paren-like token test (bug#12785).
2751
2752 2012-12-06 Glenn Morris <rgm@gnu.org>
2753
2754 * mail/rmailsum.el (rmail-new-summary): Tweak for
2755 rmail-maybe-display-summary changing buffer. (Bug#13066)
2756
2757 2012-12-06 Juri Linkov <juri@jurta.org>
2758
2759 * info.el (Info-fontify-node): Don't hide the last newline.
2760 (Bug#12272)
2761
2762 2012-12-06 Katsumi Yamaoka <yamaoka@jpl.org>
2763
2764 * mail/mailabbrev.el (mail-abbrev-expand-wrapper): Work in minibuffer
2765 so as to enable message-read-from-minibuffer to expand mail aliases.
2766
2767 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
2768
2769 * minibuf-eldef.el (minibuf-eldef-update-minibuffer): Don't mess with
2770 the `intangible' property.
2771 Suggested by Christopher Schmidt <christopher@ch.ristopher.com>
2772
2773 2012-12-05 Deniz Dogan <deniz@dogan.se>
2774
2775 * net/rcirc.el (rcirc-urls): Update documentation.
2776 (rcirc-condition-filter): New function.
2777 (rcirc-browse-url, rcirc-markup-urls): Use only URLs before point
2778 and exclude consecutive duplicate URLs (Bug#6082).
2779
2780 2012-12-05 Michael Albinus <michael.albinus@gmx.de>
2781
2782 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
2783 Check return code of copy command.
2784
2785 * net/tramp-adb.el (tramp-adb-sdk-dir, tramp-adb-prompt):
2786 Use group `tramp'. Add version.
2787
2788 2012-12-05 Chong Yidong <cyd@gnu.org>
2789
2790 * ffap.el (ffap-url-regexp): Don't require matching at front of
2791 string (Bug#4952).
2792 (ffap-url-p): If only a substring matches, return that.
2793 (ffap-url-at-point): Use the return value of ffap-url-p.
2794 (ffap-read-file-or-url, ffap-read-file-or-url-internal)
2795 (find-file-at-point, dired-at-point, dired-at-point-prompter)
2796 (ffap-guess-file-name-at-point): Likewise.
2797 (ffap-replace-file-component): Fix typo.
2798
2799 * info.el (info-display-manual): Add existing Info buffers, whose
2800 files may not be in Info-directory-list, to the completion.
2801 (info--manual-names): New helper function.
2802
2803 2012-12-05 Glenn Morris <rgm@gnu.org>
2804
2805 * vc/vc-hg.el (vc-hg-resolve-when-done, vc-hg-find-file-hook):
2806 New functions, for detecting and resolving conflicts. (Bug#10709)
2807
2808 2012-12-04 Jambunathan K <kjambunathan@gmail.com>
2809
2810 * hi-lock.el (hi-lock-auto-select-face): New user variable.
2811 (hi-lock-auto-select-face-defaults): New buffer local variable.
2812 (hi-lock-read-face-name): Honor `hi-lock-auto-select-face'.
2813 (hi-lock-unface-buffer): Prompt user with useful defaults.
2814 With prefix arg, unhighlight all hi-lock patterns in buffer.
2815
2816 2012-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
2817
2818 * obsolete/terminal.el, obsolete/longlines.el: Add obsolecence info.
2819
2820 2012-12-04 Michael Albinus <michael.albinus@gmx.de>
2821
2822 * Makefile.in (TRAMP_SRC):
2823 * makefile.w32-in (TRAMP_SRC): Add tramp-adb.el.
2824
2825 2012-12-04 Juergen Hoetzel <juergen@archlinux.org>
2826
2827 * net/tramp-adb.el: New package.
2828
2829 2012-12-04 Chong Yidong <cyd@gnu.org>
2830
2831 * terminal.el: Move to obsolete/.
2832
2833 * longlines.el: Move to obsolete/.
2834
2835 * vc/ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
2836 Remove code referring to longlines mode.
2837
2838 2012-12-03 Juri Linkov <juri@jurta.org>
2839
2840 * sort.el (delete-duplicate-lines): New command. (Bug#13032)
2841
2842 2012-12-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2843
2844 * textmodes/ispell.el (ispell-init-process)
2845 (ispell-start-process, ispell-internal-change-dictionary):
2846 Make sure personal dictionary name is expanded after initial
2847 `default-directory' value. Use expanded strings for
2848 keep/restart checks and for value (Bug#13019).
2849
2850 2012-12-03 Jay Belanger <jay.p.belanger@gmail.com>
2851
2852 * calc/calc-forms.el (math-date-to-iso-dt): Fix weekday number.
2853
2854 2012-12-03 Leo Liu <sdl.web@gmail.com>
2855
2856 * files.el (dir-locals-read-from-file): Check file non-empty
2857 before reading. (Bug#13038)
2858
2859 2012-12-03 Glenn Morris <rgm@gnu.org>
2860
2861 * jka-cmpr-hook.el (jka-compr-get-compression-info):
2862 Remove any version extension before checking filename. (Bug#13006)
2863 (jka-compr-compression-info-list): Belated :version bump.
2864
2865 2012-12-03 Chong Yidong <cyd@gnu.org>
2866
2867 * simple.el (transient-mark-mode): Doc fix (Bug#11523).
2868
2869 * buff-menu.el (Buffer-menu-delete-backwards, Buffer-menu-mode)
2870 (buffer-menu): Doc fix (Bug#12294).
2871
2872 2012-12-03 Roland Winkler <winkler@gnu.org>
2873
2874 * calendar/diary-lib.el (diary-header-line-format): Use keybinding
2875 of diary-show-all-entries in the diary buffer (Bug#12994).
2876
2877 2012-12-03 Michael Albinus <michael.albinus@gmx.de>
2878
2879 * net/tramp-sh.el (tramp-perl-encode): Use "read STDIN" instead of
2880 "<STDIN>". This is binary safe.
2881
2882 2012-12-03 Jay Belanger <jay.p.belanger@gmail.com>
2883
2884 * calc/calc-forms.el (math-absolute-from-iso-dt)
2885 (math-date-to-iso-dt, math-parse-iso-date-validate)
2886 (math-iso-dt-to-date): New functions.
2887 (math-fd-iso-dt, math-fd-isoyear, math-fd-isoweek)
2888 (math-fd-isoweekday): New variables.
2889 (calc-date-notation, math-parse-standard-date, math-format-date)
2890 (math-format-date-part): Add support for more formatting codes.
2891
2892 2012-12-02 Dmitry Gutov <dgutov@yandex.ru>
2893
2894 * vc/vc.el (vc-delete-file, vc-rename-file): Default to the
2895 current buffer's file name when called interactively (Bug#12488).
2896
2897 2012-12-02 Juri Linkov <juri@jurta.org>
2898
2899 * info.el (info-display-manual): Don't clobber an existing Info
2900 buffer (Bug#10770). Add completion (Bug#10771).
2901
2902 2012-12-01 Yuya Nishihara <yuya@tcha.org> (tiny change)
2903
2904 * vc/vc-hooks.el (vc-find-file-hook): Expand buffer-file-truename
2905 before using it for comparison (Bug#5297).
2906
2907 2012-12-01 Jari Aalto <jari.aalto@cante.net>
2908
2909 * textmodes/css-mode.el (css-current-defun-name): New function.
2910 (css-mode): Use it.
2911
2912 * textmodes/sgml-mode.el (html-current-defun-name): New function.
2913 (html-mode): Use it.
2914
2915 2012-12-01 Chong Yidong <cyd@gnu.org>
2916
2917 Modularize add-log-current-defun (Bug#2224).
2918 Suggested by Jari Aalto.
2919
2920 * vc/add-log.el (add-log-current-defun-function): Doc fix.
2921 (add-log-current-defun): Move mode-specific code to other files.
2922 (add-log-lisp-like-modes, add-log-c-like-modes)
2923 (add-log-tex-like-modes): Variables deleted.
2924
2925 * emacs-lisp/lisp-mode.el (lisp-current-defun-name): New.
2926 (lisp-mode-variables): Use it.
2927
2928 * progmodes/cc-mode.el (c-common-init):
2929 * progmodes/cperl-mode.el (cperl-mode): Set a value for
2930 add-log-current-defun-function.
2931
2932 * progmodes/m4-mode.el (m4-current-defun-name): New function.
2933 (m4-mode): Use it.
2934
2935 * progmodes/perl-mode.el (perl-current-defun-name): New.
2936 (perl-mode): Use it.
2937
2938 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
2939 Use lisp-current-defun-name.
2940
2941 * textmodes/tex-mode.el (tex-current-defun-name): New.
2942 (tex-common-initialization): Use it.
2943
2944 * textmodes/texinfo.el (texinfo-current-defun-name): New.
2945 (texinfo-mode): Use it.
2946
2947 2012-12-01 Chong Yidong <cyd@gnu.org>
2948
2949 * emacs-lisp/lisp-mode.el (lisp-mode-variables, lisp-mode):
2950 * progmodes/autoconf.el (autoconf-mode):
2951 * progmodes/js.el (js-mode):
2952 * progmodes/make-mode.el (makefile-mode, makefile-makepp-mode)
2953 (makefile-bsdmake-mode, makefile-imake-mode, makefile-browse):
2954 * progmodes/perl-mode.el (perl-mode):
2955 * progmodes/sh-script.el (sh-mode, sh-set-shell):
2956 * textmodes/css-mode.el (css-mode):
2957 * textmodes/sgml-mode.el (html-mode, sgml-mode)
2958 (sgml-tags-invisible, sgml-guess-indent):
2959 * textmodes/tex-mode.el (tex-common-initialization)
2960 (latex-complete-bibtex-keys, tex-shell, tex-main-file)
2961 (doctex-mode, plain-tex-mode, latex-mode):
2962 * textmodes/texinfo.el (texinfo-mode): Use setq-local.
2963
2964 2012-12-01 Kirk Kelsey <kirk.kelsey@0x4b.net>
2965
2966 * vc/vc-hg.el (vc-hg-next-revision):
2967 Ensure use of default "tip" output format. (Bug#6968)
2968
2969 2012-12-01 Kim F. Storm <storm@cua.dk>
2970
2971 * startup.el (fancy-startup-tail): Add a clickable link
2972 (Bug#2176).
2973
2974 2012-12-01 Chong Yidong <cyd@gnu.org>
2975
2976 * startup.el (fancy-startup-tail): Improve the message about
2977 auto-save files (Bug#2176).
2978
2979 * files.el (recover-session): Improve the descriptive message, and
2980 use substitute-command-keys.
2981
2982 2012-12-01 Glenn Morris <rgm@gnu.org>
2983
2984 * ido.el (ido-file-internal):
2985 Handle other-window, other-frame for dired. (Bug#13036)
2986
2987 2012-11-30 Glenn Morris <rgm@gnu.org>
2988
2989 * icomplete.el (icomplete-separator): Fix :version.
2990
2991 2012-11-30 Chong Yidong <cyd@gnu.org>
2992
2993 * shell.el (shell): For C-u M-x shell, use an inactive shell
2994 buffer as the default (Bug#1975).
2995 (shell-apply-ansi-color, shell-reapply-ansi-color): New functions.
2996 (shell-mode): Use them to reapply ansi colorization if Shell mode
2997 is re-enabled.
2998
2999 2012-11-30 Yuriy Vostrikov <delamonpansie@gmail.com> (tiny change)
3000
3001 * vc/vc-git.el (vc-git-command): Disable the pager (Bug#6137).
3002
3003 2012-11-30 Samuel Bronson <naesten@gmail.com>
3004
3005 * progmodes/grep.el (grep-compute-defaults): Do not pass the -e
3006 flag to xargs, for compatibility with BSD xargs (Bug#11703).
3007
3008 2012-11-30 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
3009
3010 * textmodes/fill.el (fill-region-as-paragraph): Handle overshoot
3011 by move-to-column (Bug#3234).
3012
3013 2012-11-30 Chong Yidong <cyd@gnu.org>
3014
3015 * longlines.el (longlines-wrap-line, longlines-encode-region):
3016 Preserve text properties (Bug#1425).
3017
3018 2012-11-30 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
3019
3020 * vc/vc.el (vc-register): Allow registering a file which is
3021 already registered with a different backend (Bug#10589).
3022
3023 2012-11-29 Jambunathan K <kjambunathan@gmail.com>
3024 Stefan Monnier <monnier@iro.umontreal.ca>
3025
3026 * icomplete.el: Change separator; add ido-style commands.
3027 (icomplete-show-key-bindings): Remove custom var.
3028 (icomplete-get-keys): Remove function.
3029 (icomplete-forward-completions, icomplete-backward-completions):
3030 New commands.
3031 (icomplete-minibuffer-map): New var.
3032 (icomplete-minibuffer-setup): Use it.
3033 (icomplete-exhibit): Don't delay if the list of completions is known.
3034 (icomplete-separator): New custom.
3035 (icomplete-completions): Use it.
3036 * minibuffer.el (completion-all-sorted-completions): Delete duplicates.
3037 (minibuffer-force-complete-and-exit): New command.
3038 (minibuffer--complete-and-exit): New function extracted from
3039 minibuffer-complete-and-exit.
3040 (minibuffer-complete-and-exit): Use it.
3041
3042 * progmodes/etags.el (visit-tags-table-buffer): Give a more precise
3043 error message when the file doesn't exist (bug#12974).
3044
3045 2012-11-29 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
3046
3047 * simple.el (activate-mark): Run activate-mark-hook (bug#13027).
3048
3049 2012-11-29 Glenn Morris <rgm@gnu.org>
3050
3051 * files.el (hack-dir-local-variables): Warn if try to set
3052 coding via dir-locals, since it doesn't work. (Bug#7169)
3053
3054 Add desktop support for restoring vc-dir buffers. (Bug#10606)
3055 * vc/vc-dir.el (vc-dir-mode): Autoload it (for desktop restore).
3056 Set buffer-local value of desktop-save-buffer.
3057 (vc-dir-desktop-buffer-misc-data, vc-dir-restore-desktop-buffer):
3058 New functions.
3059 (desktop-buffer-mode-handlers): Add vc-dir-mode entry.
3060 * desktop.el (desktop-save-buffer-p): Treat vc-dir like dired.
3061
3062 * files.el (inhibit-local-variables-ignore-case): New. (Bug#10610)
3063 (inhibit-local-variables-p): Use inhibit-local-variables-ignore-case.
3064 Doc fix.
3065 (inhibit-local-variables-regexps, inhibit-local-variables-suffixes):
3066 Doc fixes.
3067
3068 2012-11-28 Jay Belanger <jay.p.belanger@gmail.com>
3069
3070 * calc/calc-forms.el (calc-date-notation): Fix regexp
3071 used to find time codes. Fix symbol for seconds.
3072
3073 2012-11-27 Glenn Morris <rgm@gnu.org>
3074
3075 * emacs-lisp/derived.el (derived-mode-make-docstring):
3076 Don't mention "abbrev" or "syntax" if nil. (Bug#11277)
3077
3078 2012-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
3079
3080 * textmodes/table.el (table-insert): Don't use `symbol-name' on
3081 lexically scoped variables (bug#13005).
3082
3083 2012-11-27 Glenn Morris <rgm@gnu.org>
3084
3085 * vc/vc-hooks.el (vc-mistrust-permissions):
3086 Default to t, to avoid data-loss. (Bug#11490)
3087
3088 2012-11-27 Fabián Ezequiel Gallina <fgallina@cuca>
3089
3090 * progmodes/python.el (python-indent-guess-indent-offset):
3091 If indentation is guessed make python-indent-offset buffer-local.
3092
3093 Fix Imenu regression.
3094 * progmodes/python.el (python-nav-beginning-of-defun):
3095 Fix forward movement when statement(s) separates point from defun.
3096 (python-imenu-prev-index-position): New function.
3097
3098 2012-11-27 Eli Zaretskii <eliz@gnu.org>
3099
3100 * subr.el (buffer-file-type): Declare with defvar-local. Doc fix.
3101
3102 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
3103 Don't set buffer-file-type. Return nil. (Bug#12989)
3104
3105 2012-11-27 Glenn Morris <rgm@gnu.org>
3106
3107 * hippie-exp.el (hippie-expand-try-functions-list):
3108 Re-autoload it. (Bug#12982)
3109
3110 2012-11-27 Eli Zaretskii <eliz@gnu.org>
3111
3112 * descr-text.el (describe-char-padded-string):
3113 Call internal-char-font only on GUI frames. (Bug#11964)
3114
3115 2012-11-27 Andreas Schwab <schwab@linux-m68k.org>
3116
3117 * buff-menu.el (Buffer-menu-buffer+size-width): Fix customize type
3118 and obsoletion message.
3119
3120 2012-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
3121
3122 * emacs-lisp/cl-macs.el (cl--transform-lambda): Add back `declare' in
3123 the constructs to keep outside of the `cl-block' (bug#12977).
3124
3125 2012-11-27 Chong Yidong <cyd@gnu.org>
3126
3127 * mouse.el (mouse-drag-line): Even if the line is not draggable,
3128 keep reading until we get the up-event anyway, in order to process
3129 the up-event for mouse-1-click-follows-link (Bug#12971).
3130
3131 2012-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
3132
3133 * emacs-lisp/advice.el (ad-should-compile): Don't compile advice if the
3134 base function is not yet defined (bug#12965).
3135 (ad-activate-advised-definition): Use ad-compile-function.
3136 (ad-activate): Use cond.
3137
3138 2012-11-25 Leo Liu <sdl.web@gmail.com>
3139
3140 * textmodes/sgml-mode.el (sgml-tag): Fix indentation for closing tag.
3141 (Bug#12979)
3142
3143 2012-11-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
3144
3145 * textmodes/reftex-parse.el (reftex-parse-from-file): Use variable
3146 reftex-section-info-function in order to be compatible with
3147 Texinfo integration.
3148
3149 * textmodes/reftex.el (reftex-section-pre-regexp)
3150 (reftex-section-post-regexp, reftex-section-info-function):
3151 New variable.
3152 (reftex-compile-variables): Use variables reftex-section-pre-regexp,
3153 reftex-section-post-regexp, and reftex-section-info-function in order
3154 to be compatible with Texinfo integration.
3155
3156 * textmodes/reftex-toc.el (reftex-toc-promote-action):
3157 use reftex-section-pre-regexp variable in order to be compatible with
3158 Texinfo integration.
3159
3160 2012-11-25 Chong Yidong <cyd@gnu.org>
3161
3162 * faces.el: Make face-spec-set more analogous to setq.
3163 (face-spec-set): Change the third arg to specify whether this
3164 function is being called via defface, customize, or a third party.
3165 Set the appropriate symbol properties. Clear the override spec if
3166 setting via Custom. Initialize face if necessary. (Bug#4988)
3167 (face-spec-recalc): Allow theme faces to completely replace the
3168 defface spec, in the same way as custom faces (Bug#8454).
3169
3170 * cus-face.el (custom-declare-face): Move face initialization to
3171 face-spec-set.
3172 (custom-theme-set-faces): Don't initialize the face name here, as
3173 that is now done in face-spec-set.
3174
3175 * cus-edit.el (custom-face-set, custom-face-mark-to-save)
3176 (custom-face-reset-saved, custom-face-mark-to-reset-standard):
3177 Simplify by using the new arg to face-spec-set.
3178
3179 * emacs-lisp/lisp-mode.el (eval-defun-1): When evaluating defface,
3180 reset face-override-spec too, and use custom-declare-face.
3181
3182 2012-11-24 Jan Djärv <jan.h.d@swipnet.se>
3183
3184 * term/ns-win.el (ns-initialize-window-system): Move creation of
3185 fontsets here (Bug#11964).
3186
3187 2012-11-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
3188
3189 * ses.el (ses-rename-cell): Correct bug on mode-line update after
3190 cell renaming.
3191
3192 2012-11-24 Chong Yidong <cyd@gnu.org>
3193
3194 * woman.el (woman-default-faces, woman-monochrome-faces): Mark as
3195 obsolete.
3196
3197 * custom.el (custom-theme-set-variables): Use a topological sort
3198 for ordering by custom dependencies (Bug#12952).
3199 (custom--sort-vars, custom--sort-vars-1): New functions.
3200
3201 2012-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
3202
3203 * emacs-lisp/bytecomp.el (byte-compile-file): Setup default value for
3204 lexical-binding (bug#12938).
3205
3206 2012-11-24 Wolfgang Jenkner <wjenkner@inode.at>
3207
3208 * image-mode.el (image-transform-check-size): Use assertions only
3209 for images of type imagemagick.
3210
3211 Otherwise no error, image-transform-fit-to-{width,height} is
3212 silently ignored, as before. Doc fix.
3213
3214 2012-11-24 Chong Yidong <cyd@gnu.org>
3215
3216 * faces.el (color-defined-p): Doc fix (Bug#12853).
3217
3218 2012-11-24 Juri Linkov <juri@jurta.org>
3219
3220 * dired.el (dired-mark): Add optional arg `interactive'.
3221 Check for `use-region-p' if `interactive' is non-nil.
3222 (dired-unmark, dired-flag-file-deletion): Add optional arg
3223 `interactive'. Call `dired-mark' with the arg `interactive'.
3224 (Bug#10624)
3225
3226 * wdired.el: Revert 2012-10-17 change partly and replace it with
3227 Patch by Christopher Schmidt <christopher@ch.ristopher.com>.
3228 (wdired-finish-edit): Add marks for new file names to
3229 `wdired-old-marks'. Restore marks using `dired-mark-remembered'
3230 after `revert-buffer'.
3231 (wdired-do-renames): Remove calls to `dired-remove-file',
3232 `dired-add-file', `dired-add-entry'. (Bug#11795)
3233
3234 2012-11-24 Alan Mackenzie <acm@muc.de>
3235
3236 * progmodes/cc-defs.el (c-version): Bump to 5.32.4.
3237
3238 Fix bugs in the state cache. Enhance a debugging mechanism.
3239 * progmodes/cc-engine.el (c-parse-state-get-strategy): Don't use
3240 "brace at column zero" strategy for C++.
3241 (c-append-lower-brace-pair-to-state-cache): Repair algorithm.
3242 (c-parse-state-point): New variable.
3243 (c-record-parse-state-state): Record old parse state with
3244 `copy-tree'. Record previous value of point.
3245 (c-debug-parse-state-double-cons): New debugging function.
3246 (c-debug-parse-state): Call the above new function.
3247 (c-toggle-parse-state-debug): Output a confirmatory message.
3248
3249 * progmodes/cc-mode.el (c-before-change, c-after-change):
3250 Call c-invalidate-state-cache from `c-before-change' instead of
3251 `c-after-change'.
3252
3253 2012-11-23 Chong Yidong <cyd@gnu.org>
3254
3255 * find-cmd.el (find-constituents): Add executable, ipath,
3256 readable, samefile, writable, daystart, regextype (Bug#12856).
3257
3258 2012-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
3259
3260 * emacs-lisp/ert.el, emacs-lisp/ert-x.el: Use cl-lib and lexical-binding.
3261
3262 2012-11-22 Paul Eggert <eggert@cs.ucla.edu>
3263
3264 * calc/calc.el (calc-gregorian-switch): Move to after calc-refresh
3265 definition. This fixes a bootstrap failure.
3266 (calc-gregorian-switch): In menu, put dates before regions.
3267 This is easier to follow, lines up better in the menu, and lets us
3268 coalesce regions that switch at the same time. Give country
3269 names, not "Vatican", as that's better for non-expert users.
3270 Use names that are stable between the date of switch and now, e.g.,
3271 Bohemia and Moravia (which existed then and now) and not
3272 Czechoslovakia (which didn't exist then and doesn't exist now).
3273 What is now the U.S. mostly did not switch at the same time as
3274 Britain, so omit the U.S. Correct spelling of "Britain".
3275 Catholic Switzerland was too much of a mess, so omit it.
3276
3277 2012-11-22 Jay Belanger <jay.p.belanger@gmail.com>
3278
3279 * calc/calc.el (calc-gregorian-switch): Refresh the Calc buffer
3280 after the variable is changed.
3281
3282 2012-11-21 Daniel Colascione <dancol@dancol.org>
3283
3284 * progmodes/sql.el (sql-mode-font-lock-object-name): Support IF NOT EXISTS
3285 in SQL declarations for font-lock.
3286 (sql-imenu-generic-expression): Teach imenu about IF NOT EXISTS.
3287
3288 2012-11-21 Glenn Morris <rgm@gnu.org>
3289
3290 * faces.el (face-underline-p, face-inverse-video-p, face-bold-p)
3291 (face-italic-p): Add optional argument "inherit".
3292
3293 * faces.el (set-face-inverse-video, set-face-bold, set-face-italic):
3294 Remove -p suffix from names, for consistency with other set-face-*.
3295 (set-face-inverse-video): Fix interactive spec.
3296 * play/gamegrid.el (gamegrid-make-mono-tty-face):
3297 * textmodes/table.el (table--update-cell-face):
3298 Use set-face-inverse-video rather than now obsolete alias.
3299
3300 2012-11-21 Eli Zaretskii <eliz@gnu.org>
3301
3302 * simple.el (line-move): Don't call line-move-partial if
3303 scroll-conservatively is in effect. (Bug#12927)
3304
3305 2012-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
3306
3307 * eshell/em-cmpl.el (eshell-pcomplete): Refine fix for bug#12838:
3308 Fallback on completion-at-point rather than
3309 pcomplete-expand-and-complete, and only if pcomplete actually failed.
3310 (eshell-cmpl-initialize): Setup completion-at-point.
3311
3312 * pcomplete.el (pcomplete--entries): Obey pcomplete-ignore-case.
3313
3314 * emacs-lisp/ert.el (ert--expand-should-1): Adapt to cl-lib.
3315
3316 2012-11-21 Michael Albinus <michael.albinus@gmx.de>
3317
3318 * net/tramp-sh.el (tramp-do-copy-or-rename-file): If both files
3319 are remote, check out-of-band property for both.
3320
3321 2012-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
3322
3323 * window.el (switch-to-buffer): Re-add the warning that was lost in the
3324 code rewrite.
3325
3326 2012-11-21 Paul Eggert <eggert@cs.ucla.edu>
3327
3328 More minor time fixes.
3329 * calendar/time-date.el: Commentary fix.
3330 * net/tramp-sh.el (tramp-do-file-attributes-with-ls): Undo last change;
3331 too much other code depends on (0 0) time stamps.
3332 * net/tramp.el (tramp-time-less-p, tramp-time-subtract):
3333 Add a couple of FIXME comments.
3334
3335 Minor cleanup for times as lists of four integers.
3336 * files.el (dir-locals-directory-cache):
3337 * ps-bdf.el (bdf-file-mod-time, bdf-read-font-info):
3338 Doc fixes.
3339 * net/tramp-sh.el (tramp-do-file-attributes-with-ls):
3340 * ps-bdf.el (bdf-file-newer-than-time):
3341 Process four-integers time stamps, not two. Doc fixes.
3342
3343 2012-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
3344
3345 * uniquify.el (uniquify-managed): Use defvar-local.
3346 (rename-buffer, create-file-buffer): Advise with advice-add.
3347 (uniquify-unload-function): Unadvise accordingly.
3348
3349 * emacs-lisp/trace.el: Rewrite, use nadvice and lexical-binding.
3350 (trace-buffer): Don't purecopy.
3351 (trace-entry-message, trace-exit-message): Add `context' arg.
3352 (trace--timer): New var.
3353 (trace-make-advice): Adjust for use in nadvice.
3354 Add `context' argument. Delay `display-buffer' via a timer.
3355 (trace-function-internal): Use advice-add.
3356 (trace--read-args): New function.
3357 (trace-function-foreground, trace-function-background): Use it.
3358 (trace-function): Rename to trace-function-foreground and redefine as
3359 an alias to that new name.
3360 (untrace-function, untrace-all): Adjust to the use of nadvice.
3361
3362 * emacs-lisp/bytecomp.el (byte-compile): Fix handling of closures.
3363
3364 * emacs-lisp/byte-run.el (defun-declarations-alist): Fix last change.
3365
3366 * subr.el (called-interactively-p-functions): New var.
3367 (internal--called-interactively-p--get-frame): New macro.
3368 (called-interactively-p, interactive-p): Rewrite in Lisp.
3369 * emacs-lisp/nadvice.el (advice--called-interactively-skip): New fun.
3370 (called-interactively-p-functions): Use it.
3371 * emacs-lisp/edebug.el (edebug--called-interactively-skip): New fun.
3372 (called-interactively-p-functions): Use it.
3373 * allout.el (allout-called-interactively-p): Don't assume
3374 called-interactively-p is a subr.
3375
3376 2012-11-20 Glenn Morris <rgm@gnu.org>
3377
3378 * profiler.el (profiler-report-mode-map): Add a menu.
3379 No need to bind `q' because we derive from special-mode.
3380 (profiler-report-find-entry): Handle calls from the menu-bar.
3381
3382 2012-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
3383
3384 * emacs-lisp/byte-run.el (defun-declarations-alist):
3385 Allow a compiler-macro to be a lambda expression.
3386
3387 * progmodes/python.el: Use cl-lib. Move var declarations outside of
3388 eval-when-compile.
3389 (python-syntax-context): Add compiler-macro.
3390 (python-font-lock-keywords): Simplify with De Morgan.
3391
3392 * vc/diff-mode.el (diff-hunk): Don't make useless timers.
3393
3394 * files.el (load-file): Require match in minibuffer selection, as was
3395 the case in Emacs-20 before we changed the spec to allow .elc files
3396 (bug#12935).
3397
3398 * json.el: Don't require cl since we don't use it.
3399 * color.el: Don't require cl.
3400 (color-complement): `caddr' -> `nth 2'.
3401
3402 * calendar/time-date.el (time-to-seconds): De-obsolete.
3403
3404 2012-11-19 Jay Belanger <jay.p.belanger@gmail.com>
3405
3406 * calc/calc-forms.el (math-leap-year-p): Fix formula for negative
3407 year numbers.
3408 (math-date-to-julian-dt): Adjust the initial approximation for the
3409 year to deal with the new definition of the DATE.
3410
3411 2012-11-19 Daniel Colascione <dancol@dancol.org>
3412
3413 * term/w32-win.el (cygwin-convert-path-from-windows):
3414 Accomodate rename of cygwin_convert_path* to cygwin_convert_file_name*.
3415
3416 2012-11-18 Chong Yidong <cyd@gnu.org>
3417
3418 * filecache.el (file-cache--read-list): New function.
3419 (file-cache-add-directory-list, file-cache-add-file-list)
3420 (file-cache-delete-file-list, file-cache-delete-directory-list):
3421 Use it to read a list of files or directories (Bug#12846).
3422 (file-cache-add-file, file-cache-add-directory)
3423 (file-cache-delete-file-list, file-cache-delete-file-regexp)
3424 (file-cache-delete-directory): Print an message.
3425
3426 2012-11-18 Jay Belanger <jay.p.belanger@gmail.com>
3427
3428 * calc/calc-forms.el (math-date-to-dt): Use integer date when
3429 calling `math-date-to-julian-dt' and 'math-date-to-gregorian-dt'.
3430
3431 2012-11-18 Glenn Morris <rgm@gnu.org>
3432
3433 * image.el (insert-image, insert-sliced-image): Doc fix.
3434
3435 2012-11-18 Chong Yidong <cyd@gnu.org>
3436
3437 * emacs-lisp/syntax.el (syntax-propertize-function): Doc fix
3438 (Bug#12810).
3439
3440 2012-11-18 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
3441
3442 * vc/vc-svn.el (vc-svn-merge-news): Properly parse the merge
3443 response when the target file is in a subdirectory (Bug#12757).
3444
3445 2012-11-18 Chong Yidong <cyd@gnu.org>
3446
3447 * filecache.el (file-cache-add-file-list): Doc fix (Bug#12694).
3448
3449 2012-11-18 Glenn Morris <rgm@gnu.org>
3450
3451 * emacs-lisp/cl-lib.el (face-underline-p):
3452 Use set-face-underline rather than the alias set-face-underline-p.
3453
3454 * window.el (with-temp-buffer-window): Doc fix.
3455 * subr.el (with-output-to-temp-buffer):
3456 Add doc xref to with-temp-buffer-window.
3457
3458 2012-11-18 Juanma Barranquero <lekktu@gmail.com>
3459
3460 * woman.el (woman-non-underline-faces): Use `set-face-underline'.
3461 * calc/calc.el (math-format-date-cache): Declare.
3462
3463 2012-11-17 Paul Eggert <eggert@cs.ucla.edu>
3464
3465 Calc by default uses the Gregorian calendar for all dates (Bug#12633).
3466 It also uses January 1, 1 AD as its day number 1.
3467 * calc/calc-forms.el (math-julian-date-beginning)
3468 (math-julian-date-beginning-int): Implement this.
3469
3470 2012-11-17 Juanma Barranquero <lekktu@gmail.com>
3471
3472 * descr-text.el (quail-find-key):
3473 * dired.el (desktop-file-name):
3474 * dirtrack.el (shell-prefixed-directory-name, shell-process-cd):
3475 * generic-x.el (comint-mode, comint-exec):
3476 * image-dired.el (widget-forward):
3477 * info.el (speedbar-add-expansion-list, speedbar-center-buffer-smartly)
3478 (speedbar-change-expand-button-char)
3479 (speedbar-change-initial-expansion-list, speedbar-delete-subblock)
3480 (speedbar-make-specialized-keymap, speedbar-make-tag-line):
3481 * printing.el (easy-menu-add-item, easy-menu-remove-item)
3482 (widget-field-action, widget-value-set):
3483 * speedbar.el (imenu--make-index-alist):
3484 * term.el (ring-empty-p, ring-ref, ring-insert-at-beginning)
3485 (ring-length, ring-insert):
3486 * vcursor.el (compare-windows-skip-whitespace):
3487 * woman.el (dired-get-filename):
3488 Declare functions.
3489
3490 * term/w32-win.el (cygwin-convert-path-from-windows): Fix declaration.
3491
3492 2012-11-17 Jay Belanger <jay.p.belanger@gmail.com>
3493
3494 * calc/calc.el (calc-gregorian-switch): New variable.
3495
3496 * calc/calc-forms.el (math-day-in-year, math-dt-before-p)
3497 (math-absolute-from-gregorian-dt, math-absolute-from-julian-dt)
3498 (math-date-to-julian-dt, math-date-to-gregorian-dt): New functions.
3499 (math-leap-year-p): Add option to distinguish between Julian
3500 and Gregorian calendars.
3501 (math-day-number): Use `math-day-in-year' to do the computations.
3502 (math-absolute-from-dt): Rename from `math-absolute-from-date'.
3503 Use `math-absolute-from-gregorian' and `math-absolute-from-julian'
3504 to do the computations.
3505 (math-date-to-dt): Use `math-date-to-julian-dt' and
3506 `math-date-to-gregorian-dt' to do the computations.
3507 (calcFunc-weekday, math-format-date-part): Use the new version of
3508 the DATE to determine the weekday.
3509 (calcFunc-newmonth, calcFunc-newyear): Use `calc-gregorian-switch'
3510 when necessary.
3511
3512 2012-11-17 Eli Zaretskii <eliz@gnu.org>
3513
3514 * term/w32-win.el (w32-handle-dropped-file): Use 'file://' only on
3515 Cygwin; otherwise use 'file:'. (Bug#12914)
3516 (cygwin-convert-path-from-windows): Declare, to avoid
3517 byte-compiler warnings.
3518
3519 2012-11-17 Andreas Politz <politza@fh-trier.de>
3520
3521 * ibuffer.el (ibuffer-mark-forward, ibuffer-unmark-forward)
3522 (ibuffer-unmark-backward, ibuffer-mark-interactive): Support plain
3523 prefix and negative numeric prefix args (Bug#12795).
3524
3525 2012-11-17 Stephen Berman <stephen.berman@gmx.net>
3526
3527 * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
3528 Don't signal an error with a score that is too low to add to the
3529 list of top scores. (Bug#12779)
3530
3531 2012-11-17 Chong Yidong <cyd@gnu.org>
3532
3533 * help-mode.el (help-xref-interned): End on point-min (Bug#12737).
3534
3535 * filecache.el (file-cache-add-file): Handle relative file name in
3536 the argument (Bug#12694).
3537
3538 2012-11-16 Jürgen Hötzel <juergen@archlinux.org> (tiny change)
3539
3540 * eshell/em-unix.el (eshell/mkdir): Handle "--parents" (bug#12897).
3541
3542 2012-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
3543
3544 * emacs-lisp/advice.el (ad-make-advised-definition): Improve last fix.
3545
3546 * emacs-lisp/cl-lib.el: Set more meaningful version number.
3547
3548 2012-11-16 Martin Rudalics <rudalics@gmx.at>
3549
3550 * window.el (enlarge-window, shrink-window): Don't mention return
3551 value in doc-string (Bug#12896).
3552 (window--display-buffer): Don't resize frames - it won't work
3553 with all window managers and defeat pop-up-frame-alist.
3554 (display-buffer-alist): In doc-string explain that CONDITION can
3555 be a function and which arguments are passed to it (Bug#12854).
3556 (display-buffer-assq-regexp): New argument ACTION. Handle lambda
3557 expressions (Bug#12854).
3558 (display-buffer): Pass ACTION argument to
3559 display-buffer-assq-regexp.
3560
3561 2012-11-16 Glenn Morris <rgm@gnu.org>
3562
3563 * window.el (fit-frame-to-buffer-bottom-margin)
3564 (fit-frame-to-buffer, fit-window-to-buffer): Doc fixes.
3565
3566 * faces.el (face-underline-p): Use face-attribute-specified-or.
3567
3568 2012-11-16 Juanma Barranquero <lekktu@gmail.com>
3569
3570 * emacs-lisp/cl-macs.el (cl-loop, cl-do, cl-do*): Doc fixes.
3571
3572 2012-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
3573
3574 * emacs-lisp/cl-macs.el (cl-flet, cl-flet*): Fix docstring (bug#12895).
3575
3576 2012-11-16 Glenn Morris <rgm@gnu.org>
3577
3578 * eshell/em-cmpl.el (eshell-pcomplete): New command. (Bug#12838)
3579 (eshell-cmpl-initialize): Bind eshell-pcomplete to TAB, C-i.
3580
3581 * faces.el (face-underline-p): Doc fix. Handle :underline being
3582 things other than `t' (a string, a list).
3583 (face-inverse-video-p): Doc fix.
3584 (set-face-underline): Rename it back from set-face-underline-p.
3585 Doc fix. Allow interactive input of values other than t.
3586 (read-face-attribute): Apply formatting to :underline,
3587 since like :box and :stipple it can take list values.
3588
3589 * term.el (ansi-term): Don't let C-x escape-char binding
3590 clobber the more standard C-c binding. (Bug#12842)
3591
3592 * subr.el (set-temporary-overlay-map): Doc fix.
3593
3594 2012-11-16 Martin Rudalics <rudalics@gmx.at>
3595
3596 * window.el (record-window-buffer)
3597 (display-buffer-record-window): When copying the markers to
3598 window-point preserve window-point-insertion-type. (Bug#12588)
3599
3600 2012-11-16 Glenn Morris <rgm@gnu.org>
3601
3602 * emacs-lisp/eieio-datadebug.el (eieio-debug-methodinvoke):
3603 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error):
3604 Use new names for hooks rather than obsolete aliases.
3605
3606 2012-11-15 Daniel Colascione <dancol@dancol.org>
3607
3608 * term/w32-win.el (w32-handle-dropped-file): Use a "file://"
3609 prefix instead of "file:" so that when FILE-NAME begins with "//",
3610 as it does when the target file is on a network share, url-handler
3611 isn't confused.
3612
3613 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
3614
3615 * emacs-lisp/advice.el (ad-definition-type): Make sure we don't use
3616 a preactivated advice from an old advice.el; they're not compatible!
3617
3618 2012-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
3619
3620 * emacs-lisp/nadvice.el (advice--make-interactive-form):
3621 Fix string-spec case.
3622
3623 * emacs-lisp/advice.el (ad-make-advised-definition): Fix undefined case.
3624
3625 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
3626
3627 * emacs-lisp/nadvice.el: Add buffer-local support to add-function.
3628 (advice--buffer-local-function-sample): New var.
3629 (advice--set-buffer-local, advice--buffer-local): New functions.
3630 (add-function, remove-function): Use them.
3631
3632 2012-11-15 Drew Adams <drew.adams@oracle.com>
3633
3634 * imenu.el (imenu--split-submenus): Use imenu--subalist-p (bug#12717).
3635
3636 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
3637
3638 * emacs-lisp/cl-macs.el (cl--transform-lambda): Defend against
3639 potential binding of print-gensym to t, and prettify (back)quotes in
3640 case they appear in args's default values (bug#12884).
3641
3642 2012-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
3643
3644 * emacs-lisp/nadvice.el: Add around advice for interactive specs.
3645 (advice-eval-interactive-spec): New function.
3646 (advice--make-interactive-form): Support around advice (bug#12844).
3647
3648 2012-11-14 Dmitry Gutov <dgutov@yandex.ru>
3649
3650 * progmodes/ruby-mode.el (ruby-expr-beg): Make heredoc detection
3651 more strict. Add docstring.
3652 (ruby-expression-expansion-re): Extract from
3653 `ruby-match-expression-expansion'.
3654 (ruby-syntax-propertize-function): After everything else, search
3655 for expansions in string literals, mark their insides as
3656 whitespace syntax and save match data for font-lock.
3657 (ruby-font-lock-keywords): Use the 2nd group from expression
3658 expansion matches.
3659 (ruby-match-expression-expansion): Use the match data saved to the
3660 text property in ruby-syntax-propertize-function.
3661
3662 2012-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
3663
3664 * emacs-lisp/gv.el (setf): Fix debug spec for multiple assignments
3665 (bug#12879).
3666
3667 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
3668
3669 * progmodes/ruby-mode.el (ruby-move-to-block): Looks for a block
3670 start/end keyword a bit harder. Works with different values of N.
3671 Add more comments.
3672 (ruby-end-of-block): Update accordingly.
3673
3674 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
3675
3676 * woman.el (woman-file-name): Don't mess with unread-command-events
3677 (bug#12861).
3678
3679 * emacs-lisp/advice.el: Layer on top of nadvice.el.
3680 Remove out of date self-require hack.
3681 (ad-do-advised-functions): Use simple `dolist'.
3682 (ad-advice-name, ad-advice-protected, ad-advice-enabled)
3683 (ad-advice-definition): Redefine as functions.
3684 (ad-advice-classes): Move before first use.
3685 (ad-make-origname, ad-set-orig-definition, ad-clear-orig-definition)
3686 (ad-make-mapped-call, ad-make-advised-docstring,ad-make-plain-docstring)
3687 (ad--defalias-fset): Remove functions.
3688 (ad-make-advicefunname, ad-clear-advicefunname-definition): New funs.
3689 (ad-get-orig-definition): Rewrite.
3690 (ad-make-advised-definition-docstring): Change base docstring.
3691 (ad-real-orig-definition): Rewrite.
3692 (ad-map-arglists): Change name of called function.
3693 (ad--make-advised-docstring): Redirect `function' from ad-Advice-...
3694 (ad-make-advised-definition): Simplify.
3695 (ad-assemble-advised-definition): Tweak for new calling context.
3696 (ad-activate-advised-definition): Setup ad-Advice-* i.s.o ad-Orig-*.
3697 (ad--defalias-fset): Rename from ad-handle-definition. Make it set the
3698 function and call ad-activate if needed.
3699 (ad-activate, ad-deactivate): Don't call ad-handle-definition any more.
3700 (ad-recover): Clear ad-Advice-* instead of ad-Orig-*.
3701 (ad-compile-function): Compile ad-Advice-*.
3702 (ad-activate-on-top-level, ad-with-auto-activation-disabled): Remove.
3703 (ad-start-advice, ad-stop-advice): Remove.
3704
3705 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
3706
3707 * progmodes/ruby-mode.el (ruby-add-log-current-method): Print the
3708 period before class method names, not after. Remove handling of
3709 one impossible case. Add comments.
3710
3711 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
3712
3713 * emacs-lisp/advice.el: Remove support for freezing.
3714 (ad-make-freeze-docstring, ad-make-freeze-definition): Remove functions.
3715 (ad-make-single-advice-docstring, ad-defadvice-flags, defadvice):
3716 Remove support for `freeze'.
3717
3718 * emacs-lisp/cl.el (dolist, dotimes, declare): Use advice-add to
3719 override the default.
3720 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Rewrite without using
3721 cl--dotimes/dolist.
3722 * subr.el (dolist, dotimes, declare): Redefine them normally, even when
3723 `cl' is loaded.
3724
3725 * emacs-lisp/nadvice.el (advice--normalize): New function, extracted
3726 from add-advice.
3727 (advice--strip-macro): New function.
3728 (advice--defalias-fset): Use them to handle macros.
3729 (advice-add): Use them.
3730 (advice-member-p): Correctly handle macros.
3731
3732 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
3733
3734 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
3735 Never font-lock the beginning of singleton class as heredoc.
3736
3737 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
3738
3739 * emacs-lisp/gv.el (gv-define-simple-setter): One more fix (bug#12871).
3740
3741 2012-11-13 Wolfgang Jenkner <wjenkner@inode.at>
3742
3743 * ansi-color.el (ansi-color-apply-sequence): Implement SGR codes
3744 39 and 49 (bug#12792). Also, treat unimplemented parameters as 0,
3745 thereby restoring the behavior of revisions prior to 2012-08-15T03:33:55Z!monnier@iro.umontreal.ca.
3746
3747 2012-11-13 Fabián Ezequiel Gallina <fgallina@cuca>
3748
3749 Fix end-of-defun misbehavior.
3750 * progmodes/python.el (python-nav-beginning-of-defun): Rename from
3751 python-beginning-of-defun-function. Handle nested defuns
3752 correctly.
3753 (python-nav-end-of-defun): Rename from
3754 python-end-of-defun-function. Ensure forward movement.
3755 (python-info-current-defun): Reimplement to work as intended
3756 with new fixed python-nav-{end,beginning}-of-defun. Stop scanning
3757 parent defuns as soon as possible.
3758
3759 2012-11-13 Glenn Morris <rgm@gnu.org>
3760
3761 * progmodes/flymake.el (flymake-error-bitmap)
3762 (flymake-warning-bitmap, flymake-fringe-indicator-position): Doc fixes.
3763 (flymake-error-bitmap, flymake-warning-bitmap): Fix :types.
3764
3765 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
3766
3767 * progmodes/ruby-mode.el (ruby-move-to-block): When moving
3768 backward, always stop at indentation. Reverts the change from
3769 2012-08-12T22:06:56Z!monnier@iro.umontreal.ca (Bug#12851).
3770
3771 2012-11-13 Glenn Morris <rgm@gnu.org>
3772
3773 * ibuffer.el (ibuffer-mode-map, ibuffer-mode):
3774 Add ibuffer-filter-by-derived-mode.
3775
3776 * ibuffer.el (ibuffer-mode-map): Don't have two menu items with
3777 the same name shadowing each other.
3778
3779 * window.el (with-temp-buffer-window): Doc tweak.
3780
3781 * emacs-lisp/debug.el (debugger-bury-or-kill): Doc tweak.
3782
3783 * help.el (temp-buffer-max-height):
3784 * window.el (fit-frame-to-buffer, fit-frame-to-buffer-bottom-margin):
3785 * emacs-lisp/debug.el (debugger-bury-or-kill): Fix :version.
3786
3787 2012-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
3788
3789 * emacs-lisp/nadvice.el: New package.
3790 * subr.el (special-form-p): New function.
3791 * emacs-lisp/elp.el: Use lexical-binding and advice-add.
3792 (elp-all-instrumented-list): Remove var.
3793 (elp-not-profilable): Remove elp-wrapper.
3794 (elp-profilable-p): Use autoloadp and special-form-p.
3795 (elp--advice-name): New const.
3796 (elp-instrument-function): Use advice-add.
3797 (elp--instrumented-p): New predicate.
3798 (elp-restore-function): Use advice-remove.
3799 (elp-restore-all, elp-reset-all): Use mapatoms.
3800 (elp-set-master): Use elp--instrumented-p.
3801 (elp--make-wrapper): Rename from elp-wrapper, return a function
3802 suitable for advice-add. Use cl-inf.
3803 (elp-results): Use mapatoms+elp--instrumented-p.
3804 * emacs-lisp/debug.el: Use lexical-binding and advice-add.
3805 (debug-function-list): Remove var.
3806 (debug): Rename arg, and then let-bind it explicitly inside.
3807 (debugger-setup-buffer): Rename arg.
3808 (debugger-setup-buffer): Adjust counts to new debug-on-entry setup.
3809 (debugger-frame-number): Adjust to new debug-on-entry setup.
3810 (debug--implement-debug-on-entry): Rename from
3811 implement-debug-on-entry, add argument.
3812 (debugger-special-form-p): Remove, use special-form-p instead.
3813 (debug-on-entry): Use advice-add.
3814 (debug--function-list): New function.
3815 (cancel-debug-on-entry): Use it, along with advice-remove.
3816 (debug-arglist, debug-convert-byte-code, debug-on-entry-1): Remove.
3817 (debugger-list-functions): Use debug--function-list instead of
3818 debug-function-list.
3819 * emacs-lisp/advice.el (ad-save-real-definition): Remove, unused.
3820 (ad-special-form-p): Remove, use special-form-p instead.
3821 (ad-set-advice-info): Use add-function and remove-function.
3822 (ad--defalias-fset): Adjust accordingly.
3823
3824 2012-11-10 Glenn Morris <rgm@gnu.org>
3825
3826 * mail/emacsbug.el (report-emacs-bug-tracker-url)
3827 (report-emacs-bug-bug-alist, report-emacs-bug-choice-widget)
3828 (report-emacs-bug-create-existing-bugs-buffer)
3829 (report-emacs-bug-parse-query-results)
3830 (report-emacs-bug-query-existing-bugs): Remove. (Bug#7449)
3831
3832 * term.el (term-default-fg-color, term-default-bg-color):
3833 Make obsolete, rather than just saying "deprecated" in the doc.
3834
3835 * term.el (term): Rename from `term-face'.
3836 (term-current-face, ansi-term-color-vector)
3837 (term-default-fg-color, term-default-bg-color, term-ansi-reset):
3838 Update all users.
3839
3840 2012-11-10 Jan Djärv <jan.h.d@swipnet.se>
3841
3842 * server.el (server-create-window-system-frame): Handle Nextstep
3843 specially (Bug#12780).
3844
3845 2012-11-10 Glenn Morris <rgm@gnu.org>
3846
3847 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs):
3848 Unautoload, and make obsolete. (Bug#7449)
3849
3850 2012-11-10 Chong Yidong <cyd@gnu.org>
3851
3852 * vc/diff-mode.el (diff-delete-trailing-whitespace): Rewrite, and
3853 rename from diff-remove-trailing-whitespace (Bug#12831).
3854
3855 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
3856
3857 * emacs-lisp/advice.el: Require `cl-lib' at run-time to fix
3858 miscompilation of trace.el.
3859
3860 2012-11-10 Glenn Morris <rgm@gnu.org>
3861
3862 * vc/diff-mode.el (diff-remove-trailing-whitespace): Doc fix.
3863
3864 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
3865
3866 * emacs-lisp/gv.el (gv-define-simple-setter): Fix last change
3867 (bug#12812).
3868
3869 2012-11-10 Chong Yidong <cyd@gnu.org>
3870
3871 * minibuf-eldef.el (minibuffer-eldef-shorten-default): Convert to
3872 a defcustom with an appropriate :set function.
3873 (minibuffer-default--in-prompt-regexps): New function.
3874
3875 2012-11-10 Glenn Morris <rgm@gnu.org>
3876
3877 * emacs-lisp/cl.el (define-setf-expander, defsetf)
3878 (define-modify-macro): Doc fixes.
3879
3880 * emacs-lisp/gv.el (gv-letplace): Fix doc typo.
3881 (gv-define-simple-setter): Update doc of `fix-return'.
3882
3883 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
3884
3885 * emacs-lisp/gv.el (gv-define-simple-setter): Don't evaluate `val'
3886 twice when `fix-return' is set (bug#12813).
3887
3888 * emacs-lisp/cl.el (defsetf): Pass the third arg to
3889 gv-define-simple-setter (bug#12812).
3890
3891 * woman.el (woman-decode-region): Disable adaptive-fill when rendering
3892 (bug#12756).
3893
3894 2012-11-10 Glenn Morris <rgm@gnu.org>
3895
3896 * emacs-lisp/gv.el (gv-define-setter): Fix doc typo.
3897
3898 * emacs-lisp/cl-extra.el (cl-prettyexpand):
3899 * emacs-lisp/cl-lib.el (cl-proclaim, cl-declaim):
3900 * emacs-lisp/cl-macs.el (cl-destructuring-bind, cl-locally)
3901 (cl-the, cl-compiler-macroexpand): Add basic doc strings.
3902
3903 * emacs-lisp/cl-extra.el (cl-maplist, cl-mapcan): Doc fix.
3904
3905 2012-11-10 Leo Liu <sdl.web@gmail.com>
3906
3907 * ido.el (ido-set-matches-1): Improve flex matching performance by
3908 removing backtracking in the regexp (suggested by Stefan). (Bug#12796)
3909
3910 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
3911
3912 * emacs-lisp/advice.el (ad-set-advice-info): Set defalias-fset-function.
3913 (ad--defalias-fset): New function.
3914 (ad-safe-fset): Remove.
3915 (ad-make-freeze-definition): Use cl-letf*.
3916
3917 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
3918
3919 * subr.el (dolist): Don't bind VAR in RESULT.
3920
3921 * emacs-lisp/advice.el: Miscellaneous cleanup. Use lexical-binding.
3922 (fset, documentation): Don't save real def since we don't advise.
3923 (ad-do-advised-functions): Remove problematic `result-form'.
3924 (ad-safe-fset): `ad-real-fset' => `fset'.
3925 (ad-read-advised-function): Don't assume that ad-do-advised-functions
3926 uses CL's dolist internally.
3927 (ad-arglist): Remove unused arg `name'.
3928 (ad-docstring, ad-make-advised-docstring):
3929 `ad-real-documentation' => `documentation'.
3930 (warning-suppress-types): Declare.
3931 (ad-set-arguments): Simple CSE.
3932 (ad-recover-normality): Sanity check.
3933
3934 * emacs-lisp/bytecomp.el (byte-compile-out-toplevel): Don't turn
3935 (funcall '(lambda ..) ..) into ((lambda ..) ..).
3936
3937 2012-11-09 Vincent Belaïche <vincentb1@users.sourceforge.net>
3938
3939 * ses.el: symbol to coordinate mapping is made by symbol property
3940 `ses-cell'. This means that the same mapping is done for all SES
3941 sheets. That is good enough for cells with standard A1 names, but
3942 not for named cell. So a hash map is added for the latter.
3943 (defconst ses-localvars): Add local variable ses--named-cell-hashmap
3944 (ses-sym-rowcol): Use hashmap for named cell.
3945 (ses-is-cell-sym-p): New defun.
3946 (ses-decode-cell-symbol): New defun.
3947 (ses-create-cell-variable): Add cell to hashmap when name is not
3948 A1-like.
3949 (ses-rename-cell): Check that cell new name is not already in
3950 spreadsheet with the use of ses-is-cell-sym-p
3951 (ses-rename-cell): Use hash map for named cells, but accept also
3952 renaming back to A1-like.
3953
3954 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
3955
3956 * emacs-lisp/advice.el: Use new dynamic docstrings.
3957 (ad-make-advised-definition-docstring, ad-advised-definition-p):
3958 Use dynamic-docstring-function instead of ad-advice-info.
3959 (ad--make-advised-docstring): New function extracted from
3960 ad-make-advised-docstring.
3961 (ad-make-advised-docstring): Use it.
3962 * progmodes/sql.el (sql--make-help-docstring): New function, extracted
3963 from sql-help.
3964 (sql-help): Use it with dynamic-docstring-function.
3965
3966 * env.el (env--substitute-vars-regexp): Don't use rx (for bootstrap).
3967
3968 2012-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
3969
3970 * files.el (hack-one-local-variable--obsolete): New function.
3971 (hack-one-local-variable): Use it for obsolete settings.
3972
3973 * subr.el (locate-user-emacs-file): If both old and new name exist, use
3974 the new name.
3975
3976 * progmodes/js.el (js--filling-paragraph): New var.
3977 (c-forward-sws, c-backward-sws, c-beginning-of-macro): Advise.
3978 (js-c-fill-paragraph): Prefer advice to cl-letf so the rebinding is
3979 less sneaky.
3980
3981 2012-11-08 Julien Danjou <julien@danjou.info>
3982
3983 * progmodes/ruby-mode.el (auto-mode-alist): Add Rakefile in
3984 `auto-mode-alist' (Bug#12835).
3985
3986 2012-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
3987
3988 * progmodes/perl-mode.el (perl-prettify-symbols): New defcustom.
3989 (perl--prettify-symbols-alist): New const.
3990 (perl--font-lock-compose-symbol, perl--font-lock-symbols-keywords):
3991 New functions.
3992 (perl-font-lock-keywords-2): Use them.
3993 (perl-electric-noindent-p): New function.
3994 (perl-mode): Use it to set up electric-indent-mode.
3995 (perl-electric-terminator, perl-indent-command): Mark obsolete.
3996 (perl-mode-map): Remove bindings for them.
3997 (perl-imenu-generic-expression, perl-outline-level):
3998 Match functions&packages in column>0.
3999
4000 * env.el (env--substitute-vars-regexp): New const.
4001 (substitute-env-vars): Use it. Add `only-defined' arg.
4002 * net/tramp.el (tramp-replace-environment-variables): Use it.
4003
4004 * emacs-lisp/bytecomp.el (byte-compile-initial-macro-environment):
4005 Byte-compile *before* eval in eval-and-compile.
4006 (byte-compile-log-warning): Remove redundant inhibit-read-only.
4007 (byte-compile-file-form-autoload): Don't hide actual definition.
4008 (byte-compile-maybe-guarded): Accept `functionp' as well.
4009
4010 * emacs-lisp/gv.el (gv-ref, gv-deref): New function and macro.
4011
4012 2012-11-07 Michael Albinus <michael.albinus@gmx.de>
4013
4014 * notifications.el (notifications-get-server-information-method):
4015 New defconst.
4016 (notifications-get-capabilities): Fix docstring.
4017 (notifications-get-server-information): New defun.
4018
4019 2012-11-06 Agustín Martín Domingo <agustin.martin@hispalinux.es>
4020
4021 * textmodes/ispell.el (ispell-region): Standard re-indent for better
4022 readability.
4023
4024 * textmodes/ispell.el: Experimental support for support debugging.
4025 (ispell-create-debug-buffer): Create a `ispell-debug-buffer' debug
4026 buffer for ispell.
4027 (ispell-print-if-debug): New function to print stuff to
4028 `ispell-debug-buffer' if debugging is enabled.
4029 (ispell-region, ispell-process-line): Use `ispell-print-if-debug' to
4030 show some debugging info.
4031 (ispell-buffer-with-debug): New function that creates a debugging
4032 buffer and calls `ispell-buffer' with debugging enabled.
4033
4034 * textmodes/ispell.el (ispell-region): Do not prefix sent string by
4035 comment in autoconf mode. (Bug#12768)
4036
4037 2012-11-06 Dmitry Antipov <dmantipov@yandex.ru>
4038
4039 * emacs-lisp/byte-opt.el (toplevel): Add compare-window-configurations,
4040 frame-first-window, frame-root-window, frame-selected-window,
4041 minibuffer-selected-window, minibuffer-window,
4042 window-absolute-pixel-edges, window-at, window-body-height,
4043 window-body-width, window-display-table, window-combination-limit,
4044 window-frame, window-fringes, window-inside-absolute-pixel-edges,
4045 window-inside-edges, window-inside-pixel-edges, window-left-child,
4046 window-left-column, window-margins, window-next-buffers,
4047 window-next-sibling, window-new-normal, window-new-total,
4048 window-normal-size, window-parameter, window-parameters, window-parent,
4049 window-pixel-edges, window-point, window-prev-buffers,
4050 window-prev-sibling, window-redisplay-end-trigger, window-scroll-bars,
4051 window-start, window-text-height, window-top-child, window-top-line,
4052 window-total-height, window-total-width and window-use-time to the list
4053 of functions without side-effects.
4054 (toplevel): Add window-valid-p to the list of error-free functions
4055 without side-effects.
4056
4057 2012-11-05 Agustín Martín Domingo <agustin.martin@hispalinux.es>
4058
4059 * textmodes/ispell.el (ispell-program-name):
4060 Update spellchecker parameters when customized.
4061
4062 2012-11-04 Glenn Morris <rgm@gnu.org>
4063
4064 * vc/vc-svn.el (vc-svn-state-heuristic): Avoid calling svn. (Bug#7850)
4065
4066 2012-11-04 Chong Yidong <cyd@gnu.org>
4067
4068 * bookmark.el (bookmark-bmenu-switch-other-window): Avoid binding
4069 same-window-* variables.
4070
4071 2012-11-04 Juri Linkov <juri@jurta.org>
4072
4073 * isearch.el (isearch-help-for-help, isearch-describe-bindings)
4074 (isearch-describe-key, isearch-describe-mode): Use a display
4075 action instead of binding same-window-* variables (Bug#10040).
4076
4077 2012-11-03 Glenn Morris <rgm@gnu.org>
4078
4079 * emacs-lisp/cl-macs.el (cl-parse-loop-clause):
4080 Rename handler properties back from cl-- to cl-. (Bug#12788)
4081
4082 * emacs-lisp/cl-macs.el (cl-do-all-symbols): Add doc string.
4083
4084 2012-11-03 Eli Zaretskii <eliz@gnu.org>
4085
4086 * term/pc-win.el: Don't load term/internal from here.
4087
4088 * loadup.el: Load term/internal from here.
4089
4090 2012-11-03 Fabián Ezequiel Gallina <fgallina@cuca>
4091
4092 * progmodes/python.el (inferior-python-mode): Fix hang in
4093 jit-lock (Bug#12645).
4094
4095 2012-11-03 Martin Rudalics <rudalics@gmx.at>
4096
4097 * window.el (switch-to-visible-buffer)
4098 (switch-to-buffer-preserve-window-point): Fix doc-strings.
4099
4100 2012-11-03 Glenn Morris <rgm@gnu.org>
4101
4102 * emacs-lisp/cl-lib.el (cl--random-time):
4103 Rename from cl-random-time. (Bug#12773)
4104 (cl--gensym-counter, cl--random-state): Update callers.
4105 * emacs-lisp/cl-extra.el (cl-make-random-state): Update callers.
4106
4107 2012-11-03 Chong Yidong <cyd@gnu.org>
4108
4109 * cus-start.el: Make cursor-type customizable (Bug#11633).
4110
4111 2012-11-02 Glenn Morris <rgm@gnu.org>
4112
4113 * filecache.el: No need to load find-lisp when compiling.
4114 (find-lisp-find-files): Autoload it.
4115 (file-cache-add-directory-recursively): Don't require find-lisp.
4116
4117 * image.el (image-type-from-file-name): Trivial simplification.
4118
4119 * emacs-lisp/bytecomp.el (byte-compile-eval):
4120 Decouple "noruntime" and "cl-functions" warnings.
4121
4122 2012-11-01 Stephen Berman <stephen.berman@gmx.net>
4123
4124 * play/gomoku.el (gomoku-display-statistics): Update mode line
4125 only if in Gomoku buffer; don't capitalize "won" (Bug#12771).
4126
4127 2012-10-31 Martin Rudalics <rudalics@gmx.at>
4128
4129 * window.el (quit-restore-window): If the window has been
4130 created on an existing frame and ended up as the sole window on
4131 that frame, do not delete it (Bug#12764).
4132
4133 2012-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
4134
4135 * progmodes/sh-script.el (sh--inside-noncommand-expression):
4136 Rename from sh--inside-arithmetic-expression, handle more cases
4137 (bug#11263).
4138
4139 * progmodes/sh-script.el (sh--inside-arithmetic-expression): New func.
4140 (sh-font-lock-open-heredoc): Use it (bug#12770).
4141
4142 2012-10-30 Glenn Morris <rgm@gnu.org>
4143
4144 * emacs-lisp/cl-extra.el (cl-mapc): Add autoload cookie. Doc fix.
4145
4146 * emacs-lisp/cl.el (letf): Doc fix. (Bug#12760)
4147
4148 2012-10-29 Chong Yidong <cyd@gnu.org>
4149
4150 * isearch.el (isearch-other-meta-char): Ensure that a reprocessed
4151 function key is stored in a keyboard macro (Bug#4894).
4152
4153 * thingatpt.el (number-at-point): Apply a thing-at-point property.
4154
4155 2012-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
4156
4157 * vc/diff-mode.el (diff-context->unified): Don't get confused by "hunk
4158 header comments".
4159 (diff-unified->context, diff-context->unified)
4160 (diff-reverse-direction, diff-fixup-modifs): Use `use-region-p'.
4161
4162 * emacs-lisp/cl.el (letf): Add missing indent rules (bug#12759).
4163
4164 * files.el (find-alternate-file): Only ask one question (bug#12487).
4165
4166 2012-10-29 Chong Yidong <cyd@gnu.org>
4167
4168 * vc/vc-hooks.el (vc-file-clearprops): Kill vc-parent-buffer.
4169 Suggested by Dan Nicolaescu (Bug#6326).
4170
4171 * info.el (Info-complete-menu-item): Avoid duplicates (Bug#12705).
4172
4173 * startup.el (fancy-about-screen): Don't message (Bug#12680).
4174
4175 * thingatpt.el (thing-at-point): Doc fix (Bug#12691).
4176
4177 * imenu.el (imenu): Inhibit push-mark message (Bug#12726).
4178
4179 * face-remap.el (face-remap-add-relative): Handle the case where a
4180 face-remapping-alist entry is a cons cell (Bug#12762).
4181
4182 2012-10-29 Kevin Ryde <user42@zip.com.au>
4183
4184 * woman.el (woman-parse-numeric-value): Handle picas correctly
4185 (Bug#12639).
4186
4187 2012-10-29 Glenn Morris <rgm@gnu.org>
4188
4189 * emacs-lisp/cl.el (defsetf): Doc fix.
4190
4191 2012-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
4192
4193 * progmodes/sh-script.el (sh-font-lock-paren): Also put punctuation
4194 syntax to the matching opener, if any (bug#12547).
4195 (sh-smie-sh-forward-token, sh-smie-sh-backward-token): Recognize this
4196 matching open as a "case-(".
4197 (sh-smie-rc-grammar): Add a corresponding rule for it.
4198
4199 2012-10-28 Daniel Hackney <dan@haxney.org>
4200
4201 * emacs-lisp/package.el (package-generate-autoloads): Kill buffer
4202 "PKGNAME-autoloads.el" in case we created it.
4203
4204 2012-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
4205
4206 * minibuffer.el (completion--sifn-requote): Rewrite to handle things
4207 like Tramp's "/foo:~bar//baz" -> "/scpc:foo:/baz" mapping (bug#11714).
4208 (completion--twq-all): Disable too-strict assertions.
4209
4210 * tmm.el (tmm-prompt): Use map-keymap (bug#12744).
4211
4212 2012-10-27 Eli Zaretskii <eliz@gnu.org>
4213
4214 * profiler.el (profiler-report-make-entry-part): Fix help-echo
4215 text to match the real keybindings.
4216
4217 2012-10-27 Juri Linkov <juri@jurta.org>
4218
4219 * wdired.el (wdired-keep-marker-rename): New defcustom.
4220 (wdired-do-renames): Use it instead of `dired-keep-marker-rename'.
4221 (Bug#11795)
4222
4223 * dired.el (dired-keep-marker-rename): Add reference to
4224 `wdired-keep-marker-rename' in the docstring.
4225 Add default character value ?R to display initially in
4226 Customization UI instead of ?@.
4227
4228 2012-10-27 Martin Rudalics <rudalics@gmx.at>
4229
4230 * window.el (display-buffer): In doc-string describe
4231 window-height and window-width alist entries.
4232
4233 * time.el (display-time-world): Restore fit-window-to-buffer
4234 behavior.
4235
4236 2012-10-27 Chong Yidong <cyd@gnu.org>
4237
4238 * subr.el (insert-buffer-substring-as-yank): Doc fix.
4239
4240 2012-10-26 Jambunathan K <kjambunathan@gmail.com>
4241
4242 * minibuffer.el (completion-category-overrides): New completion
4243 category `bookmark' (bug#11131).
4244
4245 2012-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
4246
4247 * emacs-lisp/advice.el (ad-assemble-advised-definition):
4248 Silence bogus compiler warnings for ad-do-it.
4249
4250 * bookmark.el (bookmark-completing-read): Set the completion category
4251 to `bookmark' (bug#11131).
4252
4253 2012-10-26 Bastien <bzg@altern.org>
4254 Stefan Monnier <monnier@iro.umontreal.ca>
4255
4256 * face-remap.el: Use lexical-binding.
4257 (text-scale-adjust): Improve docstring. Use itself for the temporary
4258 overlay-map bindings, so as to repeat the "Use..." message each time.
4259
4260 2012-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
4261
4262 * emacs-lisp/macroexp.el (macroexp--expand-all):
4263 Obey byte-compile-warning-enabled-p (bug#12486).
4264
4265 * vc/diff-mode.el (diff-end-of-hunk): Also skip potential "no LF at eol".
4266 (diff-refine-hunk): Similarly, handle the "no LF at eol" (bug#12584).
4267
4268 2012-10-26 Martin Rudalics <rudalics@gmx.at>
4269
4270 * mouse.el (mouse-drag-line): Move last form into preceding when
4271 clause (Bug#12731).
4272
4273 * help.el (resize-temp-buffer-window): Fix doc-string.
4274
4275 2012-10-25 David Engster <deng@randomsample.de>
4276
4277 * emacs-lisp/eieio.el (eieio-update-lisp-imenu-expression):
4278 Remove. This feature is already integrated in imenu.
4279
4280 * emacs-lisp/eieio-opt.el: Remove require for `button' since it is
4281 always loaded. Require `speedbar' unconditionally.
4282
4283 2012-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
4284
4285 * dired.el (dired-get-marked-files): Allow ! on . and .. (bug#12725).
4286
4287 * minibuffer.el (minibuffer-force-complete): Fix thinko.
4288
4289 * net/ldap.el (ldap-search-internal): The official ldif format starts
4290 with a "version: 1" header (bug#12724).
4291
4292 * emacs-lisp/package.el (package-installed-p): Warn if not ready
4293 (bug#12721).
4294
4295 2012-10-25 Glenn Morris <rgm@gnu.org>
4296
4297 * emacs-lisp/cl-macs.el (cl-progv): Doc fix.
4298
4299 2012-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
4300
4301 * minibuffer.el (minibuffer-force-complete): Use one more marker
4302 for the temporary-overlay-map command (bug#12619).
4303
4304 2012-10-24 Chong Yidong <cyd@gnu.org>
4305
4306 * time.el (display-time-world-mode): Derive from special-mode.
4307 (display-time-world): Use display-buffer (Bug#12708).
4308 (display-time-world-mode-map): Variable deleted.
4309 (display-time-world-display): Wrap the final delete-char inside
4310 inhibit-read-only.
4311
4312 2012-10-24 Chong Yidong <cyd@gnu.org>
4313
4314 * dired.el (dired-mark, dired-unmark, dired-flag-file-deletion):
4315 Doc fix.
4316
4317 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix (Bug#12628).
4318
4319 2012-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
4320
4321 * minibuffer.el (completion--all-sorted-completions-location): New var.
4322 (completion--cache-all-sorted-completions)
4323 (completion--flush-all-sorted-completions): Use it.
4324 (completion-in-region, completion-in-region--postch)
4325 (completion-at-point, completion-help-at-point): Use markers in
4326 completion-in-region--data (bug#12619).
4327
4328 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
4329
4330 * progmodes/compile.el (compilation-start): Try to handle common
4331 quoting of `cd' argument (bug#12640).
4332
4333 * vc/diff-mode.el (diff-hunk): `save-excursion' while refining
4334 (bug#12671).
4335
4336 2012-10-23 Glenn Morris <rgm@gnu.org>
4337
4338 * progmodes/gud.el (gud-menu-map):
4339 Check gdb-active-process is bound. (Bug#12358)
4340
4341 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
4342
4343 * repeat.el (repeat): Set real-this-command (bug#12232).
4344
4345 * htmlfontify.el (hfy-post-html-hook):
4346 * filesets.el (filesets-cache-fill-content-hook):
4347 * arc-mode.el (archive-extract-hook):
4348 * progmodes/cc-mode.el (c-prepare-bug-report-hook):
4349 * net/rcirc.el (rcirc-sentinel-functions)
4350 (rcirc-receive-message-functions, rcirc-activity-functions)
4351 (rcirc-print-functions):
4352 * net/dbus.el (dbus-event-error-functions):
4353 * emacs-lisp/eieio.el (eieio-pre-method-execution-functions):
4354 * emacs-lisp/checkdoc.el (checkdoc-style-functions)
4355 (checkdoc-comment-style-functions): Don't use "-hooks" suffix.
4356 * term/sun.el (sun-raw-prefix-hooks):
4357 * mail/sendmail.el (mail-yank-hooks): Use make-obsolete-variable.
4358
4359 2012-10-23 Michael Albinus <michael.albinus@gmx.de>
4360
4361 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
4362 Set `tramp-chunksize' to 1. This improves the performance.
4363 (tramp-smb-wait-for-output): Add timeout to
4364 `tramp-accept-process-output' calls.
4365
4366 2012-10-23 Chong Yidong <cyd@gnu.org>
4367
4368 * faces.el (font-list-limit): Define as an obsolete variable.
4369
4370 * startup.el (command-line):
4371 * cus-start.el: Don't refer to font-list-limit.
4372
4373 * newcomment.el (comment-normalize-vars): Doc fix (Bug#12583).
4374
4375 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
4376
4377 * subr.el (internal-temp-output-buffer-show): Rename from
4378 temp-output-buffer-show, since previously compiled files expect this name.
4379
4380 2012-10-23 Glenn Morris <rgm@gnu.org>
4381
4382 * image.el (image-type-from-file-name): If multiple types match,
4383 return the first one that is supported. (Bug#9045)
4384
4385 2012-10-22 Glenn Morris <rgm@gnu.org>
4386
4387 * image.el (imagemagick-enabled-types): Doc fix.
4388
4389 2012-10-22 Takafumi Arakaki <aka.tkf@gmail.com> (tiny change)
4390
4391 * progmodes/which-func.el (which-func-current): The hash-table may have
4392 an explicit nil (bug#12338).
4393
4394 2012-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
4395
4396 * electric.el (electric-pair-delete-selection-self-insert-function):
4397 Rename to electric-pair-will-use-region, return a boolean.
4398 (electric-pair-mode): Adjust accordingly. Don't require delsel.
4399
4400 * delsel.el (delete-selection-helper): Use a function instead of a hook.
4401 (delete-selection-pre-hook): Use use-region-p.
4402 (delete-selection-self-insert-function): Remove.
4403 (self-insert-command): Obey self-insert-uses-region-functions.
4404 (self-insert-iso): Revert to previous setting, since we don't actually
4405 know what that command does.
4406 (delete-selection-self-insert-hooks): Remove.
4407
4408 2012-10-22 Simon Law <sfllaw@sfllaw.ca> (tiny change)
4409
4410 * delsel.el (delete-selection-helper): New function, extracted from
4411 delete-selection-pre-hook.
4412 (delete-selection-pre-hook): Use it.
4413 (delete-selection-self-insert-function): New function.
4414 (delete-selection-self-insert-hooks): New hook.
4415 (self-insert-command, self-insert-iso): Use it.
4416 * electric.el (electric-pair-syntax): New function, extracted from
4417 electric-pair-post-self-insert-function.
4418 (electric-pair-post-self-insert-function): Use it.
4419 (electric-pair-delete-selection-self-insert-function): New function.
4420 (electric-pair-mode): Require delsel and setup
4421 delete-selection-self-insert-hooks (bug#11520).
4422
4423 2012-10-20 Chong Yidong <cyd@gnu.org>
4424
4425 * vc/vc.el (vc-diff-internal): Set up Diff mode even if there are
4426 no changes to show (Bug#12586).
4427
4428 * eshell/esh-cmd.el (eshell-rewrite-for-command): Copy the body
4429 list explicitly (Bug#12571).
4430
4431 2012-10-20 Arne Jørgensen <arne@arnested.dk>
4432
4433 * progmodes/flymake.el (flymake-create-temp-inplace):
4434 Use file-truename.
4435
4436 2012-10-20 Eli Zaretskii <eliz@gnu.org>
4437
4438 * loadup.el: Update comment about uncompiled Lisp files. (Bug#12395)
4439
4440 2012-10-20 Jay Belanger <jay.p.belanger@gmail.com>
4441
4442 * calc/calc-units.el (math-extract-units): Properly extract powers
4443 of units.
4444
4445 2012-10-20 Daniel Colascione <dancol@dancol.org>
4446
4447 * frame.el (make-frame): Set x-display-name as we used to in order
4448 to unbreak creating an X11 frame from an Emacs daemon started
4449 without a display.
4450
4451 2012-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
4452
4453 * minibuffer.el (minibuffer-force-complete): Make the next completion use
4454 the same completion-field (bug#12221).
4455
4456 2012-10-19 Martin Rudalics <rudalics@gmx.at>
4457
4458 * emacs-lisp/debug.el (debug): Record height of debugger window
4459 also when debugger will be back (Bug#8789).
4460
4461 2012-10-18 Chong Yidong <cyd@gnu.org>
4462
4463 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
4464 Convert to defcustom.
4465 (gdb-get-source-file): Don't bind pop-up-windows.
4466
4467 * progmodes/gud.el (gud-display-line): Don't specially re-use
4468 other frames for the gdb-mi case (Bug#12648).
4469
4470 2012-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
4471
4472 * emacs-lisp/advice.el: Clean up commentary a bit.
4473 (ad-do-advised-functions, ad-with-originals): Use `declare'.
4474 (byte-code-function-p): Never redefine.
4475
4476 * emacs-lisp/gv.el (cond): Same fix as before for `if'.
4477
4478 2012-10-18 Glenn Morris <rgm@gnu.org>
4479
4480 * dired.el (dired-sort-toggle): Some ls implementations only allow
4481 a single option string. (Bug#12666)
4482
4483 * minibuffer.el (completion-cycle-threshold): Doc fix.
4484
4485 2012-10-17 Kenichi Handa <handa@gnu.org>
4486
4487 * international/mule.el (set-keyboard-coding-system):
4488 Recover input meta mode when the new coding system doesn not use 8-bit.
4489 Supply TERMINAL arg to set-input-meta-mode.
4490
4491 2012-10-17 Michael Heerdegen <michael_heerdegen@web.de>
4492
4493 * wdired.el (wdired-old-marks): New variable.
4494 (wdired-change-to-wdired-mode): Locally set wdired-old-marks.
4495 (wdired-do-renames): Move point with renamed file and don't lose
4496 mark status (Bug#11795).
4497
4498 2012-10-16 Juri Linkov <juri@jurta.org>
4499
4500 * replace.el (query-replace-help): Mention multi-buffer replacement
4501 keys in the Help message. (Bug#12655)
4502
4503 2012-10-15 Chong Yidong <cyd@gnu.org>
4504
4505 * emacs-lisp/byte-run.el (defsubst): Doc fix.
4506
4507 2012-10-14 Eli Zaretskii <eliz@gnu.org>
4508
4509 * window.el (display-buffer): Doc fix.
4510
4511 * progmodes/compile.el (compilation-error-regexp-alist-alist):
4512 Adjust the msft regexp to the output of Studio 2010, and move msft
4513 before edg-1. See the discussion on emacs-devel,
4514 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00579.html,
4515 for the details.
4516
4517 2012-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
4518
4519 * emacs-lisp/eieio.el (eieio-oset-default, eieio-oset, oset-default)
4520 (oset): Move uses of object-class-fast macro after its definition.
4521
4522 * emacs-lisp/gv.el (if): Don't use closures in non-lexical-binding code.
4523
4524 2012-10-13 Chong Yidong <cyd@gnu.org>
4525
4526 * textmodes/ispell.el (ispell-pdict-save): If flyspell-mode is
4527 enabled, re-enable it (Bug#11963).
4528
4529 2012-10-13 Martin Rudalics <rudalics@gmx.at>
4530
4531 * emacs-lisp/debug.el (debug): When debugger-will-be-back is
4532 non-nil, restore window configuration (Bug#12623).
4533
4534 2012-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
4535
4536 * help-fns.el (describe-variable, describe-function-1):
4537 * help-mode.el (help-make-xrefs): Remove error handler, made unneeded.
4538
4539 * emacs-lisp/eieio.el (lisp-imenu-generic-expression): Fix typo.
4540
4541 2012-10-12 Glenn Morris <rgm@gnu.org>
4542
4543 * mail/rmailsum.el (rmail-header-summary):
4544 Fix 2010-11-26 test for multiline Subject: field. (Bug#12625)
4545
4546 2012-10-12 Fabián Ezequiel Gallina <fgallina@cuca>
4547
4548 * progmodes/python.el (python-mode-map):
4549 Replace subtitute-key-definition with proper command remapping.
4550 (python-nav--up-list): Fix behavior for blocks on the same level.
4551
4552 2012-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
4553
4554 * help-fns.el (describe-function-1): Handle autoloads w/o docstrings.
4555
4556 * emacs-lisp/bytecomp.el (byte-compile-eval): Adjust to long-ago
4557 changes to the format of load-history.
4558
4559 * international/mule-cmds.el (read-char-by-name): Move let-binding of
4560 completion-ignore-case in case that var is buffer-local (bug#12615).
4561
4562 2012-10-11 Kenichi Handa <handa@gnu.org>
4563
4564 * international/eucjp-ms.el: Re-generated.
4565
4566 2012-10-10 Kenichi Handa <handa@gnu.org>
4567
4568 * select.el (xselect--encode-string): If a coding is specified for
4569 selection, and that is compatible with COMPOUND_TEXT, use it.
4570
4571 2012-10-10 Martin Rudalics <rudalics@gmx.at>
4572
4573 * window.el (switch-to-buffer-preserve-window-point): New option.
4574 (switch-to-buffer):
4575 Obey `switch-to-buffer-preserve-window-point' (Bug#4041).
4576
4577 2012-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
4578
4579 * newcomment.el (comment-start-skip, comment-end-skip, comment-end):
4580 Don't document nil as a useful value (bug#12583).
4581
4582 2012-10-09 Michael Albinus <michael.albinus@gmx.de>
4583
4584 * net/tramp.el (tramp-debug-message):
4585 Remove "tramp-with-progress-reporter" from regexp of ignored functions.
4586 (with-tramp-progress-reporter): Rename from
4587 `tramp-with-progress-reporter'.
4588 (with-tramp-file-property, with-tramp-connection-property):
4589 Move from tramp-cache.el, rename from `with-file-property' and
4590 `with-connection-property', respectively.
4591
4592 * net/tramp-cache.el: Remove `with-file-property' and
4593 `with-connection-property'.
4594
4595 * net/tramp.el:
4596 * net/tramp-gvfs.el:
4597 * net/tramp-sh.el:
4598 * net/tramp-smb.el: Adapt callees.
4599
4600 * net/trampver.el: Update release number.
4601
4602 2012-10-09 Glenn Morris <rgm@gnu.org>
4603
4604 * w32-fns.el (set-message-beep):
4605 * term/w32-win.el (set-message-beep): Update declarations.
4606
4607 2012-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
4608
4609 * bindings.el (mode-line-toggle-read-only, mode-line-toggle-modified)
4610 (mode-line-widen, mode-line-input-method-map)
4611 (mode-line-coding-system-map, mode-line-remote)
4612 (mode-line-unbury-buffer, mode-line-bury-buffer)
4613 (mode-line-next-buffer, mode-line-previous-buffer):
4614 Replace save-selected-window+select-window => with-selected-window.
4615
4616 * progmodes/cc-bytecomp.el (cc-bytecomp-defmacro): Remove, unused.
4617 * progmodes/cc-vars.el (bq-process): Remove, unused.
4618
4619 * emacs-lisp/cl-macs.el (cl-defstruct): Obey the :read-only property.
4620
4621 2012-10-09 Fabián Ezequiel Gallina <fgallina@cuca>
4622
4623 Implemented `backward-up-list'-like navigation.
4624 * progmodes/python.el (python-nav-up-list)
4625 (python-nav-backward-up-list): New functions.
4626 (python-mode-map): Define substitute key for backward-up-list to
4627 python-nav-backward-up-list.
4628
4629 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
4630
4631 * progmodes/python.el (python-fill-paragraph): Rename from
4632 python-fill-paragraph-function. Fixed fill-paragraph for
4633 decorators (Bug#12605).
4634
4635 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
4636
4637 * progmodes/python.el (python-shell-output-filter): Handle extra
4638 carriage return in OSX (Bug#12409).
4639
4640 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
4641
4642 Fix shell handling of unbalanced quotes and parens in output.
4643 * progmodes/python.el (python-rx-constituents): Add string-delimiter.
4644 (python-syntax-propertize-function): Use it.
4645 (python-shell-output-syntax-table): New var.
4646 (inferior-python-mode): Prevent unbalanced parens/quotes from
4647 previous output mess with current input context.
4648
4649 2012-10-08 Juanma Barranquero <lekktu@gmail.com>
4650
4651 * generic-x.el (javascript-generic-mode, javascript-generic-mode-hook):
4652 Make obsolete aliases of js-mode and js-mode-hook (from js.el).
4653
4654 2012-10-08 Michael Albinus <michael.albinus@gmx.de>
4655
4656 * ffap.el (ffap-replace-file-component): Support Tramp file name
4657 syntax, not only ange-ftp's one.
4658
4659 2012-10-08 Glenn Morris <rgm@gnu.org>
4660
4661 * cus-start.el (message-log-max): Set :version.
4662
4663 * calendar/calendar.el (calendar-intermonth-header): Doc fix.
4664
4665 2012-10-08 Martin Rudalics <rudalics@gmx.at>
4666
4667 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't try to split
4668 the minibuffer window (Bug#10851).
4669
4670 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
4671
4672 Enhancements on forward-sexp movement.
4673 * progmodes/python.el (python-nav-beginning-of-statement)
4674 (python-nav-end-of-statement): Return point-marker.
4675 (python-nav-forward-sexp): lisp-like forward-sexp behavior.
4676 (python-info-current-symbol)
4677 (python-info-statement-starts-block-p): Rename from
4678 python-info-beginning-of-block-p.
4679 (python-info-statement-ends-block-p): Rename from
4680 python-info-end-of-block-p.
4681 (python-info-beginning-of-statement-p)
4682 (python-info-end-of-statement-p)
4683 (python-info-beginning-of-block-p, python-info-end-of-block-p):
4684 New functions.
4685
4686 2012-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
4687
4688 * comint.el (comint-preinput-scroll-to-bottom): Preserve the
4689 frame-selected-windows.
4690
4691 2012-10-08 Daniel Colascione <dancol@dancol.org>
4692
4693 * battery.el (battery-status-function): Check for
4694 w32-battery-status itself, not system-time windows-nt.
4695
4696 * frame.el: Require cl-lib.
4697 (display-format-alist): New variable mapping frame types to
4698 functions that initialize them.
4699 (window-system-for-display): New function: interprets
4700 display-format-alist.
4701 (make-frame-on-display): Remove existing display-selection logic
4702 and just forward to make-frame, which will now DTRT.
4703 (make-frame): Restructure to use window-system-for-display to
4704 figure out how to create a frame on a given display.
4705 (display-mouse-p): Look for frame-type w32, not a particular
4706 system-type.
4707
4708 * loadup.el: Load w32 lisp code when we have the w32 feature.
4709
4710 * mouse.el (mouse-yank-primarY): Look for frame-type w32, not
4711 system-type windows-nt.
4712
4713 * server.el (server-create-window-system-frame): Look for window
4714 type.
4715 (server-proces-filter): Only force a window system when windows-nt
4716 _and_ w32. Explain why.
4717
4718 * simple.el (normal-erase-is-backspace-mode): Add w32 to the list
4719 of window systems we configure for the mode.
4720
4721 * startup.el (command-line): Mark window system is initialized
4722 after we've done it.
4723
4724 * common-win.el (x-select-text): Look for w32, not windows-nt.
4725
4726 * ns-win.el: Require cl-lib. Add ourselves to
4727 display-format-alist.
4728 (ns-initialize-window-system): Assert we're not initialized twice.
4729
4730 * w32-win.el: Enable lexical binding; require cl-lib; add
4731 ourselves to display-format-alist.
4732 (w32-handle-dropped-file): Convert incoming dropped files from
4733 Windows paths to Cygwin ones before passing them on to the rest of
4734 Emacs.
4735 (w32-drag-n-drop): New paramter new-frame. Simplify logic.
4736 (w32-initialize-window-system): Assert we're not initialized twice.
4737
4738 * x-win.el: Require cl-lib; add ourselves to display-format-alist.
4739 (x-initialize-window-system): Assert we're not initialized twice.
4740
4741 * w32-common-fns.el: New File.
4742 (w32-version, w32-using-nt, w32-get-clipboard-data)
4743 (w32-set-clipboard-data, x-set-selection, x-get-selection)
4744 (w32-charset-info-alist, x-last-selected, text)
4745 (x-get-selection-value, x-selection-value): Move here.
4746
4747 * w32-fns.el: Require w32-common-fns.
4748 (w32-version, w32-using-nt, w32-get-clipboard-data)
4749 (w32-set-clipboard-data, x-set-selection, x-get-selection)
4750 (w32-charset-info-alist, x-last-selected, text)
4751 (x-get-selection-value, x-selection-value): Move to
4752 w32-common-fns.
4753
4754 * w32-vars.el:
4755 (w32-allow-system-shell, w32-system-shells): Define only in
4756 non-cygwin case.
4757
4758 2012-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
4759
4760 * subr.el (read-passwd-map): Don't use `defconst' (bug#12597).
4761 (read-passwd): Remove a few more potential sources of leaks.
4762
4763 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
4764
4765 * progmodes/python.el (inferior-python-mode)
4766 (python-shell-make-comint): Fix initialization of local
4767 variables copied from parent buffer.
4768
4769 2012-10-07 Jan Djärv <jan.h.d@swipnet.se>
4770
4771 * term/ns-win.el (ns-read-file-name): Update declaration to match
4772 nsfns.m.
4773 (ns-respond-to-change-font): Change fontsize separatly so we are sure
4774 it is set when font is acted upon.
4775
4776 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
4777
4778 Enhancements to indentation.
4779 * progmodes/python.el (python-indent-context): Give priority to
4780 inside-string context. Make comments indentation markers.
4781 (python-indent-region): Do not mess with strings, unless it's the
4782 enclosing set of quotes.
4783
4784 2012-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
4785
4786 * window.el (internal--before-save-selected-window)
4787 (internal--after-save-selected-window): New functions extracted from
4788 save-selected-window. Make sure we return the `alist' we construct.
4789 (save-selected-window): Use them.
4790
4791 * textmodes/tex-mode.el (tex-recenter-output-buffer):
4792 Use with-selected-window.
4793
4794 * emacs-lisp/autoload.el (make-autoload): Add `cl-defmacro' to the
4795 forms that define macros (bug#12593).
4796
4797 2012-10-07 Kenichi Handa <handa@gnu.org>
4798
4799 * international/mule-conf.el (compound-text-with-extensions):
4800 Add :mime-charset property as x-ctext.
4801
4802 2012-10-07 Stefan Merten <smerten@oekonux.de>
4803
4804 * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
4805 (rst-indent-literal-normal, rst-indent-literal-minimized)
4806 (rst-indent-comment): Correct :version tag.
4807 (rst-official-cvs-rev): Correct version string.
4808
4809 2012-10-07 Glenn Morris <rgm@gnu.org>
4810
4811 * mail/rmailmm.el (rmail-mime-process-multipart):
4812 Do not confuse a multipart message with an epilogue
4813 with a "truncated" one; fixes 2011-06-27 change. (Bug#10101)
4814
4815 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
4816
4817 Fix shell output retrieval and comint-prompt-regexp init.
4818 * progmodes/python.el (inferior-python-mode):
4819 (python-shell-make-comint): Fix initialization of
4820 comint-prompt-regexp from copied file local variables.
4821 (python-shell-fetched-lines): Remove var.
4822 (python-shell-output-filter-in-progress): Rename from
4823 python-shell-fetch-lines-in-progress.
4824 (python-shell-output-filter-buffer): Rename from
4825 python-shell-fetch-lines-string.
4826 (python-shell-fetch-lines-filter): Delete function.
4827 (python-shell-output-filter): New function.
4828 (python-shell-send-string-no-output): Use them.
4829
4830 2012-10-07 Glenn Morris <rgm@gnu.org>
4831
4832 * hi-lock.el (hi-lock-process-phrase):
4833 Try to make it less fragile. (Bug#7161)
4834
4835 * hi-lock.el (hi-lock-face-phrase-buffer): Doc fix.
4836
4837 2012-10-06 Glenn Morris <rgm@gnu.org>
4838
4839 * ehelp.el (electric-help-mode): Use help-mode rather than
4840 non-existent mode `help'.
4841 (electric-help-map): Use button-buffer-map. (Bug#10917)
4842
4843 * textmodes/reftex-vars.el (reftex-create-bibtex-header)
4844 (reftex-create-bibtex-footer): Fix custom types.
4845
4846 * progmodes/sh-script.el (sh-indent-after-continuation):
4847 Add explicit :group.
4848
4849 * textmodes/rst.el (rst-preferred-decorations)
4850 (rst-shift-basic-offset): Clarify obsolescence versions.
4851
4852 * profiler.el (profiler): Add missing group :version tag.
4853 * avoid.el (mouse-avoidance-banish-position):
4854 * proced.el (proced-renice-command):
4855 * calc/calc.el (calc-ensure-consistent-units):
4856 * calendar/icalendar.el (icalendar-import-format-uid):
4857 * net/tramp.el (tramp-save-ad-hoc-proxies):
4858 * progmodes/bug-reference.el (bug-reference-bug-regexp):
4859 * progmodes/flymake.el (flymake-error-bitmap)
4860 (flymake-warning-bitmap, flymake-fringe-indicator-position):
4861 * progmodes/sh-script.el (sh-indent-after-continuation):
4862 * progmodes/verilog-mode.el (verilog-auto-template-warn-unused)
4863 (verilog-before-save-font-hook, verilog-after-save-font-hook):
4864 * progmodes/vhdl-mode.el (vhdl-makefile-default-targets)
4865 (vhdl-array-index-record-field-in-sensitivity-list)
4866 (vhdl-indent-comment-like-next-code-line):
4867 * textmodes/reftex-vars.el (reftex-ref-style-alist)
4868 (reftex-ref-macro-prompt, reftex-ref-style-default-list)
4869 (reftex-cite-key-separator, reftex-create-bibtex-header)
4870 (reftex-create-bibtex-footer):
4871 * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
4872 (rst-indent-literal-normal, rst-indent-literal-minimized)
4873 (rst-indent-comment): Add missing custom :version tags.
4874
4875 * calendar/timeclock.el (timeclock-modeline-display):
4876 Add missing obsolete alias for renamed user option.
4877
4878 * strokes.el (strokes-modeline-string):
4879 * emulation/crisp.el (crisp-mode-modeline-string):
4880 * eshell/esh-mode.el (eshell-status-in-modeline):
4881 Aliases to defcustoms must come before the defcustom.
4882
4883 * calendar/cal-tex.el (cal-tex-diary, cal-tex-cursor-week)
4884 (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
4885 (cal-tex-cursor-week-monday): Doc fixes.
4886 (cal-tex-cursor-week2-summary): Doc fix.
4887 Rename from cal-tex-cursor-week-at-a-glance.
4888
4889 * calendar/cal-menu.el (cal-menu-context-mouse-menu):
4890 Tweak week descriptions. Add cal-tex-cursor-week2-summary.
4891
4892 * calendar/calendar.el (calendar-mode-map):
4893 Add cal-tex-cursor-week2-summary.
4894
4895 2012-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
4896
4897 * emacs-lisp/cl-macs.el (cl-defstruct): Improve docstring.
4898
4899 * subr.el (read-passwd-map): New var.
4900 (read-passwd): Use `read-string' again.
4901 * minibuffer.el (delete-minibuffer-contents): Make it interactive.
4902
4903 2012-10-06 Jambunathan K <kjambunathan@gmail.com>
4904
4905 * register.el (append-to-register, prepend-to-register):
4906 Deactivate mark, as does `copy-to-register' (bug#12389).
4907
4908 2012-10-06 Chong Yidong <cyd@gnu.org>
4909
4910 * files.el (auto-mode-alist): Add .by and .wy (Semantic grammars).
4911
4912 2012-10-06 Ikumi Keita <ikumi@ikumi.que.jp> (tiny change)
4913
4914 * international/characters.el: Fix simple mistake ((car chars) ->
4915 elt), delete duplicated code.
4916
4917 2012-10-06 Glenn Morris <rgm@gnu.org>
4918
4919 * subr.el (read-passwd): Allow C-u to erase entry. (Bug#12570)
4920
4921 2012-10-06 Julian Scheid <julians37@gmail.com> (tiny change)
4922
4923 * color.el (color-hsl-to-rgb): Fix incorrect results for
4924 small and large hue values. (Bug#12559)
4925
4926 2012-10-05 Fabián Ezequiel Gallina <fgallina@cuca>
4927
4928 Enhancements to docstring formatting when filling paragraphs.
4929 * progmodes/python.el (python-fill-docstring-style): Rename from
4930 python-fill-string-style. Added new style.
4931 (python-fill-string): Use new style. Better checks for
4932 docstrings.
4933
4934 2012-10-05 Glenn Morris <rgm@gnu.org>
4935
4936 * net/newst-treeview.el (newsticker-group-move-feed): Doc fix.
4937
4938 * color.el (color-name-to-rgb, color-rgb-to-hex)
4939 (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
4940 (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
4941 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
4942 (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
4943
4944 * emacs-lisp/timer.el (with-timeout): Add missing progn. (Bug#12577)
4945
4946 2012-10-05 Juanma Barranquero <lekktu@gmail.com>
4947
4948 * ido.el (ido-directory-too-big-p): Pass dir through file-truename
4949 to get the correct size across symlinks.
4950
4951 * ido.el (ido-buffer-disable-smart-matches): Fix typo in docstring.
4952
4953 2012-10-04 Juri Linkov <juri@jurta.org>
4954
4955 * replace.el (query-replace-interactive): Declare obsolete.
4956 (query-replace-read-from): Add the last incremental search string
4957 to the list of default values accessible via M-n.
4958 (map-query-replace-regexp): Use `read-regexp'.
4959 (query-replace, query-replace-regexp, query-replace-regexp-eval)
4960 (map-query-replace-regexp, replace-string, replace-regexp):
4961 Fix docstrings to replace mentions of `query-replace-interactive'
4962 with alternatives. (Bug#12526)
4963
4964 2012-10-04 Juri Linkov <juri@jurta.org>
4965
4966 * dired.el (dired-shrink-to-fit): Declare obsolete. (Bug#1806)
4967 (dired-pop-to-buffer): Declare obsolete.
4968 (dired-mark-pop-up): Doc fix.
4969
4970 2012-10-04 Fabián Ezequiel Gallina <fgallina@cuca>
4971
4972 Allow user to set docstring style for fill-paragraph.
4973 * progmodes/python.el
4974 (python-fill-comment-function, python-fill-string-function)
4975 (python-fill-decorator-function, python-fill-paren-function):
4976 Remove :safe for defcustoms.
4977 (python-fill-string-style): New defcustom
4978 (python-fill-paragraph-function): Enhance context detection.
4979 (python-fill-string): Honor python-fill-string-style settings.
4980
4981 2012-10-04 Martin Rudalics <rudalics@gmx.at>
4982
4983 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Select window
4984 after setting its buffer (Bug#10805).
4985
4986 2012-10-03 Fabián Ezequiel Gallina <fgallina@cuca>
4987
4988 Fix cornercase for string syntax.
4989 * progmodes/python.el (python-syntax-propertize-function):
4990 Simplify and enhance the regexp for unescaped quotes. Now it also
4991 matches quotes in weird situations like the single quote in
4992 "something\"'".
4993 (python-syntax-stringify): Simplify num-quotes detecting code.
4994
4995 2012-10-03 Glenn Morris <rgm@gnu.org>
4996
4997 * help-macro.el (three-step-help):
4998 Revert 2012-09-29 change. (Bug#12567)
4999
5000 2012-10-03 Martin Rudalics <rudalics@gmx.at>
5001
5002 * menu-bar.el (kill-this-buffer): Don't do anything when
5003 `menu-frame' is not alive or visible (Bug#8184).
5004
5005 * emacs-lisp/debug.el (debug): When quitting the debugger window
5006 restore current buffer (Bug#12502).
5007
5008 2012-10-02 Chong Yidong <cyd@gnu.org>
5009
5010 * progmodes/hideif.el (hif-lookup, hif-defined):
5011 Handle semantic-c-takeover-hideif.
5012
5013 2012-10-02 Paul Eggert <eggert@cs.ucla.edu>
5014
5015 Change sampling interval units from ms to ns.
5016 * profiler.el (profiler-sampling-interval): Change units
5017 from ms to ns, multiplying the default by 1000000 so that
5018 it remains 1 ms.
5019 (profiler-report-cpu-line-format): Give enough room for
5020 the maximum counters on 64-bit hosts.
5021 (profiler-report-render-calltree-1): Call them "CPU samples",
5022 not "Time (ms)", since they are not milliseconds now (and
5023 never really were).
5024
5025 2012-10-02 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
5026
5027 * net/eudcb-bbdb.el (eudc-bbdb-format-record-as-result):
5028 Fix querying BBDB for entries without a last name (Bug#11580).
5029
5030 2012-10-02 Chong Yidong <cyd@gnu.org>
5031
5032 * emacs-lisp/eieio.el: Restore Version header.
5033
5034 2012-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
5035
5036 * vc/diff-mode.el (diff--auto-refine-data): New var.
5037 (diff-hunk): Use it to delay refinement.
5038 (diff-mode): Remove overlays when we turn off font-lock.
5039
5040 * textmodes/table.el: Use lexical-binding, dolist, define-minor-mode.
5041 (table-initialize-table-fixed-width-mode)
5042 (table-set-table-fixed-width-mode): Remove functions.
5043 (table-command-list): Move initialization into declaration.
5044 (table--tweak-menu-for-xemacs): Move defun outside mapcar.
5045 (table-with-cache-buffer): Use `declare'.
5046 (table-span-cell): Simplify via CSE.
5047 (table-fixed-width-mode): Use define-minor-mode.
5048 (table-call-interactively, table-funcall, table-apply): Remove.
5049 (table-function): New function, to replace them.
5050
5051 * bookmark.el (bookmark-search-pattern): Remove var.
5052 (bookmark-read-search-input): Remove function.
5053 (bookmark-bmenu-search): Reimplement using a minibuffer.
5054
5055 * faces.el (modeline): Remove obsolete face name.
5056
5057 * vc/add-log.el (add-log-buffer-file-name-function): Demote to defvar
5058 and give a non-nil default value.
5059 (add-change-log-entry): Simplify accordingly.
5060
5061 2012-10-01 Dmitry Gutov <dgutov@yandex.ru>
5062
5063 * vc/vc-git.el (vc-git-log-edit-toggle-signoff): New function.
5064 (vc-git-log-edit-toggle-amend): New function.
5065 (vc-git-log-edit-toggle-signoff): New function.
5066 (vc-git-log-edit-mode): New major mode.
5067 (vc-git-log-edit-mode-map): Keymap for it.
5068 (vc-git-checkin): Handle "Amend" and "Sign-Off" headers.
5069
5070 * vc/log-edit.el (log-edit-font-lock-keywords): Allow hyphens in
5071 header names.
5072 (log-edit-toggle-header): New function.
5073 (log-edit-extract-headers): Accept function values in HEADERS alist.
5074
5075 2012-10-01 David Engster <deng@randomsample.de>
5076
5077 * emacs-lisp/eieio-opt.el (eieio-describe-class): Add filename
5078 from symbol property and change message to be more consistent with
5079 Emacs proper.
5080 (eieio-describe-generic): Add filename for each implementation.
5081 Fix indices for generic and normal methods.
5082 (eieio-method-def, eieio-class-def): New buttons.
5083 (eieio-help-find-method-definition)
5084 (eieio-help-find-class-definition): New functions.
5085 (eieio-help-mode-augmentation-maybee): Add buttons to filenames of
5086 class, constructor and method definitions.
5087
5088 * emacs-lisp/eieio.el (eieiomt-add, eieio-defclass): Save file
5089 information in symbol property.
5090 (scoped-class): Remove.
5091 (eieio-slot-name-index, call-next-method): Check if it is bound.
5092
5093 2012-10-01 Leo P. White <lpw25@cam.ac.uk>
5094
5095 * emacs-lisp/eieio-custom.el (eieio-custom-mode-map): New option.
5096 (eieio-custom-mode): New major mode.
5097 (eieio-customize-object): Use it.
5098
5099 2012-10-01 Eric Ludlam <zappo@gnu.org>
5100
5101 * emacs-lisp/eieio-base.el (eieio-persistent-read): New input args
5102 specifying the expected class, and whether subclassing is allowed.
5103 (eieio-persistent-convert-list-to-object):
5104 (eieio-persistent-validate/fix-slot-value)
5105 (eieio-persistent-slot-type-is-class-p): New functions.
5106 (eieio-named::slot-missing): Doc fix.
5107
5108 * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
5109 Stop using unused publd variable.
5110
5111 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
5112 (eieio-speedbar-description, eieio-speedbar-derive-line-path)
5113 (eieio-speedbar-object-buttonname, eieio-speedbar-make-tag-line)
5114 (eieio-speedbar-handle-click): Do not specify a class for the
5115 method. Fixes method invocation order problems with EDE.
5116
5117 2012-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
5118
5119 * emacs-lisp/bytecomp.el (byte-compiler-abbreviate-file): New function.
5120 (byte-compile-warning-prefix, byte-compile-file): Use it (bug#12508).
5121
5122 2012-10-01 Karl Fogel <kfogel@red-bean.com>
5123
5124 * bookmark.el (bookmark-version-control): Give tags in the
5125 :type choices (Bug#12309), and improve doc string.
5126 (bookmark-write-file): Bind `print-circle' to `t' to allow
5127 circular custom bookmark types. (Bug#12503)
5128
5129 2012-10-01 Paul Eggert <eggert@cs.ucla.edu>
5130
5131 Revert the FOLLOW-SYMLINKS change for file-attributes.
5132 * files.el (remote-file-name-inhibit-cache, after-find-file):
5133 * time.el (display-time-file-nonempty-p): Undo last change.
5134
5135 * profiler.el (profiler-sampling-interval): Change default back to 1.
5136 See Stefan Monnier in
5137 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00863.html>.
5138
5139 2012-10-01 Fabián Ezequiel Gallina <fgallina@cuca>
5140
5141 Shell output catching a la gud-gdb.
5142 * progmodes/python.el (python-shell-fetch-lines-in-progress)
5143 (python-shell-fetch-lines-string, python-shell-fetched-lines):
5144 New Vars.
5145 (python-shell-fetch-lines-filter): New function.
5146 (python-shell-send-string-no-output): Use them.
5147
5148 2012-09-30 Tomohiro Matsuyama <tomo@cx4a.org>
5149
5150 * profiler.el (profiler-sampling-interval): Rename from
5151 profiler-sample-interval.
5152 (profiler-sampling-interval): Default to 10.
5153 (profiler-find-profile): New command (was profiler-find-log).
5154 (profiler-find-profile-other-window): New command.
5155 (profiler-find-profile-other-frame): New command.
5156 (profiler-profile): Introduce API-level data structure.
5157
5158 2012-09-30 Paul Eggert <eggert@cs.ucla.edu>
5159
5160 file-attributes has a new optional arg FOLLOW-SYMLINKS.
5161 * files.el (remote-file-name-inhibit-cache):
5162 * time.el (display-time-file-nonempty-p): Use it.
5163 * files.el (after-find-file): Don't chase links before calling
5164 file-exists-p, as file-exists-p already does the right thing.
5165
5166 2012-09-30 Ralf Angeli <angeli@caeruleus.net>
5167
5168 Merge from standalone RefTeX repository.
5169
5170 The following ChangeLog entries are shortened versions of the
5171 original ones with file paths adapted. A not so strongly edited
5172 version of the original ChangeLog can be found in the commit log.
5173
5174 * textmodes/reftex-auc.el: Move `provide' call to bottom of file.
5175 (reftex-arg-cite): Use `reftex-cite-key-separator'.
5176 Correctly handle new value type returned by `reftex-citation'.
5177
5178 * textmodes/reftex-cite.el (reftex-create-bibtex-file): Make sure
5179 that entries with whitespace at various places are found.
5180 Doc fix. Include entries that are cross-referenced from cited entries.
5181 Include @String definitions in the resulting bib file. Add header
5182 and footer defined in `reftex-create-bibtex-header' and
5183 `reftex-create-bibtex-footer'.
5184 (reftex-do-citation): Make it possible again to insert
5185 non-existent entries. Save match data when asking for optional
5186 arguments. Return all keys, not just the first one.
5187 (reftex-all-used-citation-keys): Fix regexp to correctly extract
5188 all citations in the same line.
5189 (reftex-parse-bibtex-entry): Accept additional optional argument
5190 `raw' and keep quotes or braces if it is non-nil. Match fields
5191 containing hyphens besides word constituents.
5192 (reftex-get-string-refs): New function.
5193 (reftex-extract-bib-entries): Check if BibTeX file changed on disk
5194 and ask if it should be reread in case it did.
5195 (reftex-pop-to-bibtex-entry)
5196 (reftex-extract-bib-entries-from-thebibliography): Match \bibitem
5197 entries with spaces or tabs in front of arguments.
5198 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
5199 (reftex-parse-bibtex-entry, reftex-create-bibtex-file):
5200 Match entries containing numbers and symbol constituents.
5201 (reftex-do-citation, reftex-figure-out-cite-format):
5202 Use `reftex-cite-key-separator'.
5203
5204 * textmodes/reftex-dcr.el: Move provide statement to end of file.
5205 (reftex-mouse-view-crossref): Explain why point is set.
5206
5207 * textmodes/reftex-global.el: Whitespace changes.
5208
5209 * textmodes/reftex-index.el: Move provide statement to end of
5210 file.
5211 (reftex-index-selection-or-word): Use `reftex-region-active-p'.
5212 (reftex-index-visit-phrases-buffer): Set marker when visiting
5213 buffer. This allows for returning from the phrases file to the
5214 file one was just editing instead of the file where the last
5215 phrases was added from.
5216 (reftex-index-phrases-syntax-table): New variable. Give ?\"
5217 punctuation syntax as it usually is not used as string quote in
5218 TeX-related modes and may occur unmatched. The change also
5219 prevents fontification of quoted content.
5220 (reftex-index-phrases-mode): Use it.
5221
5222 * textmodes/reftex-parse.el (reftex-parse-from-file):
5223 Move backward one char if a `\' was matched after a section macro.
5224 (reftex-parse-from-file): Use beginning of match instead of end as
5225 bound.
5226
5227 * textmodes/reftex-ref.el: Adapt creation of
5228 `reftex-<package>-<macro>' functions to new structure of
5229 `reftex-ref-style-alist'.
5230 (reftex-reference): Use `reftex-ref-style-list' function.
5231 Adapt to new structure of `reftex-ref-style-alist'. Prompt for a
5232 reference macro if `reftex-ref-macro-prompt' is non-nil.
5233 (reftex-reference): Pass refstyle to `reftex-format-special'.
5234 Determine reference macro by looking at
5235 `reftex-ref-style-default-list' and `reftex-ref-style-alist'.
5236 Use only one special format function.
5237 (reftex-varioref-vref, reftex-fancyref-fref)
5238 (reftex-fancyref-Fref): Remove definitions. The functions are now
5239 generated from `reftex-ref-style-alist'.
5240 (reftex-format-vref, reftex-format-Fref, reftex-format-fref):
5241 Remove.
5242 (reftex-format-special): New function.
5243
5244 * textmodes/reftex-sel.el
5245 (reftex-select-cycle-ref-style-internal): Adapt to new structure
5246 of `reftex-ref-style-alist'. Remove code for testing macro type.
5247 (reftex-select-toggle-varioref)
5248 (reftex-select-toggle-fancyref): Remove.
5249 (reftex-select-cycle-ref-style-internal)
5250 (reftex-select-cycle-ref-style-forward)
5251 (reftex-select-cycle-ref-style-backward): New functions.
5252 (reftex-select-label-map): Use `v' and `V' for general cycling
5253 through reference styles. Add `p' for switching between number
5254 and page reference types.
5255
5256 * textmodes/reftex-toc.el (reftex-re-enlarge):
5257 Call `enlarge-window' only if there is something to do because in Emacs
5258 the horizontal version throws an error even if the parameter is 0.
5259
5260 * textmodes/reftex-vars.el (reftex-label-alist): Doc fix.
5261 (reftex-plug-into-AUCTeX): Doc fix.
5262 (reftex-vref-is-default, reftex-fref-is-default): Adapt doc
5263 string. Adapt to new name.
5264 (reftex-ref-style-alist): Change structure so that it is not
5265 possible to use multiple different package names within a style.
5266 Remove the symbols for symbols for macro type distinction.
5267 Add characters for macro selection.
5268 (reftex-ref-macro-prompt, reftex-create-bibtex-header)
5269 (reftex-create-bibtex-footer): New variables.
5270 (reftex-format-ref-function): Mention third argument of special
5271 format function.
5272 (reftex-ref-style-alist, reftex-ref-style-default-list):
5273 New variables.
5274 (reftex-vref-is-default, reftex-fref-is-default): Adapt doc string
5275 to new implementation. Mark as obsolete. Add compatibility code
5276 for honoring the variable values in case they are set.
5277 (reftex-cite-format-builtin, reftex-bibliography-commands):
5278 Add support for ConTeXt.
5279 (reftex-format-ref-function, reftex-format-cite-function):
5280 Fix custom type.
5281 (reftex-cite-key-separator): New variable.
5282
5283 * textmodes/reftex.el (reftex-syntax-table-for-bib)
5284 (reftex-mode): Do not derive `reftex-syntax-table-for-bib' from
5285 `reftex-syntax-table' because parens have to retain their paren
5286 syntax in order for parsing of BibTeX entries like @book(...) to
5287 work.
5288 (reftex-in-comment): Do not error out if `comment-start-skip' is
5289 not set. Deal correctly with escaped comment characters.
5290 (reftex-tie-multifile-symbols): Add doc string.
5291 Initialize `reftex-ref-style-list'.
5292 (reftex-untie-multifile-symbols): Add doc string.
5293 (reftex-add-index-macros): Doc fix.
5294 (reftex-ref-style-activate, reftex-ref-style-toggle)
5295 (reftex-ref-style-list): New functions.
5296 (reftex-mode-menu): Use them. Adapt to new structure of
5297 `reftex-ref-style-alist'.
5298 (reftex-select-with-char): Kill the RefTeX Select buffer when
5299 done.
5300 (reftex-remove-if): New function.
5301 (reftex-erase-all-selection-and-index-buffers)
5302 (reftex-mode-menu): Reference styles are now computed from
5303 `reftex-ref-style-alist'. Fix typo.
5304 (reftex-report-bug): New function.
5305 (reftex-uniquify, reftex-uniquify-by-car): Replace O(n^2)
5306 algorithms with O(n log n). Introduce optional argument SORT (not
5307 yet used).
5308
5309 2012-09-30 Fabián Ezequiel Gallina <fgallina@cuca>
5310
5311 Enhancements for triple-quote string syntax.
5312 * progmodes/python.el (python-syntax-propertize-function):
5313 Match both quote cases in one regexp.
5314 (python-syntax-stringify): Handle matches properly.
5315
5316 2012-09-30 Juri Linkov <juri@jurta.org>
5317
5318 * arc-mode.el (archive-summarize): Let-bind `buffer-file-truename'
5319 to nil around the call to `insert' to prevent
5320 directory time modification by lock_file. (Bug#2295)
5321 * tar-mode.el (tar-summarize-buffer): Idem.
5322
5323 2012-09-30 Juri Linkov <juri@jurta.org>
5324
5325 * facemenu.el (list-colors-sort): Add option "Luminance".
5326 (list-colors-sort-key): Implement it.
5327
5328 * vc/diff-mode.el (diff-refine-removed):
5329 * vc/ediff-init.el (ediff-fine-diff-A):
5330 * vc/smerge-mode.el (smerge-refined-removed):
5331 Change background color "#ffaaaa" to "#ffbbbb". (Bug#10181)
5332
5333 2012-09-30 Jan Djärv <jan.h.d@swipnet.se>
5334
5335 * term/ns-win.el (x-file-dialog): New function.
5336
5337 2012-09-30 Juanma Barranquero <lekktu@gmail.com>
5338
5339 * ido.el (ido-max-directory-size): Default to nil; the current
5340 default is small for POSIX systems, and impractical on Windows 7
5341 now that lstat returns directory sizes for NTFS.
5342
5343 2012-09-30 Martin Rudalics <rudalics@gmx.at>
5344
5345 In buffer display functions handle window-height/window-width
5346 alist entries. Suggested by Juri Linkov as fix for Bug#1806.
5347 * window.el (window--display-buffer): New argument ALIST.
5348 Obey window-height and window-width alist entries.
5349 (window--try-to-split-window): New argument ALIST.
5350 Bind window-combination-limit to t when the window's size shall be
5351 changed and window-combination-limit equals `window-size'.
5352 (display-buffer-in-atom-window)
5353 (display-buffer-in-major-side-window)
5354 (display-buffer-in-side-window, display-buffer-same-window)
5355 (display-buffer-reuse-window, display-buffer-pop-up-frame)
5356 (display-buffer-pop-up-window, display-buffer-below-selected)
5357 (display-buffer-at-bottom, display-buffer-in-previous-window)
5358 (display-buffer-use-some-window): Adjust all callers of
5359 window--display-buffer and window--try-to-split-window.
5360 (fit-frame-to-buffer): New option.
5361 (fit-window-to-buffer): Can resize frames if fit-frame-to-buffer
5362 is non-nil.
5363 (display-buffer-in-major-side-window): Evaluate window-height /
5364 window-width alist entries.
5365
5366 * help.el (temp-buffer-resize-frames)
5367 (temp-buffer-resize-regexps): Remove options.
5368 (temp-buffer-resize-mode): Adjust doc-string.
5369 (resize-temp-buffer-window): Don't consult
5370 temp-buffer-resize-regexps. Use fit-frame-to-buffer instead of
5371 temp-buffer-resize-frames.
5372
5373 * dired.el (dired-mark-pop-up):
5374 Call display-buffer-below-selected with a fit-window-to-buffer alist
5375 entry.
5376
5377 2012-09-30 Chong Yidong <cyd@gnu.org>
5378
5379 * server.el (server-host): Document the security implications.
5380 (server-auth-key): Doc fix.
5381
5382 * startup.el (initial-buffer-choice): Doc fix.
5383
5384 * minibuffer.el (minibuffer-local-filename-syntax): Doc fix.
5385
5386 * simple.el (delete-trailing-whitespace): Avoid an unnecessary
5387 restriction change.
5388
5389 * bindings.el (goto-map): Bind M-g TAB to move-to-column.
5390
5391 * help-fns.el (help-fns--obsolete): Fix last change.
5392
5393 2012-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
5394
5395 * winner.el (winner-mode-map): Obey winner-dont-bind-my-keys here.
5396 (minor-mode-map-alist): Remove redundant code.
5397
5398 * vc/pcvs.el (cvs-cleanup-collection): Keep entries that are currently
5399 visited in a buffer.
5400 (cvs-insert-visited-file): New function.
5401 (find-file-hook): Use it.
5402
5403 * vc/pcvs-info.el (cvs-fileinfo-pp): Don't use non-existent faces.
5404
5405 * vc/log-edit.el (log-edit-font-lock-keywords): Ignore case to
5406 chose face.
5407 (log-edit-empty-buffer-p): Don't require a space after a header.
5408
5409 * vc/ediff-util.el (ediff-diff-at-point): Don't assume point-min==1.
5410
5411 * tutorial.el (help-with-tutorial): Use minibuffer-with-setup-hook.
5412
5413 * textmodes/text-mode.el (paragraph-indent-minor-mode): Make it
5414 a proper minor-mode.
5415
5416 * textmodes/tex-mode.el (tex-mode-map): Don't bind paren keys.
5417
5418 2012-09-29 Glenn Morris <rgm@gnu.org>
5419
5420 * winner.el (winner-mode): Remove variable (let define-minor-mode
5421 handle it).
5422 (winner-dont-bind-my-keys, winner-boring-buffers, winner-mode-hook):
5423 Doc fixes.
5424 (winner-mode-leave-hook): Rename to winner-mode-off-hook.
5425 (winner-mode): Use define-minor-mode.
5426
5427 * vc/vc-sccs.el (vc-sccs-registered): Use the progn trick to get
5428 the full definition in loaddefs, rather than duplicating it.
5429
5430 * help-macro.el (three-step-help): No need to autoload defcustom.
5431
5432 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
5433 (inferior-lisp-program, inferior-lisp-load-command)
5434 (inferior-lisp-prompt, inferior-lisp-mode-hook):
5435 No need to autoload defcustoms.
5436
5437 * hippie-exp.el (hippie-expand-try-functions-list)
5438 (hippie-expand-verbose, hippie-expand-dabbrev-skip-space)
5439 (hippie-expand-dabbrev-as-symbol, hippie-expand-no-restriction)
5440 (hippie-expand-max-buffers, hippie-expand-ignore-buffers)
5441 (hippie-expand-only-buffers): No need to autoload defcustoms.
5442 * progmodes/vhdl-mode.el (vhdl-line-expand):
5443 Explicitly load hippie-exp, so it does not get autoloaded
5444 while hippie-expand-try-functions-list is let-bound.
5445
5446 2012-09-28 Glenn Morris <rgm@gnu.org>
5447
5448 * emacs-lisp/cl.el (flet): Fix case of obsolescence message.
5449
5450 * emacs-lisp/bytecomp.el (byte-compile-cl-file-p):
5451 Only "cl.el" counts as cl these days.
5452
5453 2012-09-28 Juri Linkov <juri@jurta.org>
5454
5455 Display archive errors in the echo area instead of inserting
5456 to the file buffer.
5457
5458 * arc-mode.el (archive-extract-by-stdout): Change arg STDERR-FILE
5459 to STDERR-TEST that can be a regexp matching a successful output.
5460 Create a temporary file and redirect stderr to it. Search for
5461 STDERR-TEST in the stderr output and display it in the echo area
5462 if no match is found.
5463 (archive-extract-by-file): New function like
5464 `archive-extract-by-stdout' but extracting archives to files
5465 and looking for successful matches in stdout. Function body is
5466 mostly copied from `archive-rar-extract'.
5467 (archive-rar-extract): Use `archive-extract-by-file'.
5468 (archive-7z-extract): Use `archive-extract-by-stdout'. (Bug#10347)
5469
5470 2012-09-28 Leo Liu <sdl.web@gmail.com>
5471
5472 * pcomplete.el (pcomplete-show-completions):
5473 Use minibuffer-message to make pcomplete usable in minibuffer.
5474
5475 * ido.el (ido-set-matches-1): Fix 2012-09-11 change.
5476
5477 2012-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
5478
5479 * type-break.el: Use lexical-binding.
5480 (type-break-mode): Use define-minor-mode.
5481
5482 * emacs-lisp/pcase.el (pcase--mark-used): New.
5483 (pcase--u1): Use it (bug#12512).
5484
5485 * custom.el (load-theme): Set buffer-file-name so the load is recorded
5486 in load-history with the right file name.
5487
5488 2012-09-28 Tassilo Horn <tsdh@gnu.org>
5489
5490 * doc-view.el (doc-view-current-cache-doc-pdf): New function.
5491 (doc-view-doc->txt, doc-view-convert-current-doc): Use it.
5492 (doc-view-get-bounding-box): Make bounding box slicing work for
5493 ODF and DVI documents.
5494
5495 2012-09-28 Glenn Morris <rgm@gnu.org>
5496
5497 * type-break.el (type-break-mode, type-break-interval)
5498 (type-break-good-rest-interval, type-break-keystroke-threshold):
5499 No need to autoload.
5500 (type-break-good-rest-interval, type-break-keystroke-threshold):
5501 Add :set-after.
5502
5503 2012-09-28 Chong Yidong <cyd@gnu.org>
5504
5505 * progmodes/verilog-mode.el (verilog-auto-inst-interfaced-ports):
5506 Add :version tag.
5507
5508 2012-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
5509
5510 * json.el (json-encode-char): Codes 127-160 aren't "ASCII printable".
5511
5512 2012-09-27 Glenn Morris <rgm@gnu.org>
5513
5514 * faces.el (x-display-name): Declare (for without-x builds).
5515
5516 * linum.el (linum-format): Don't autoload it. Improve :type.
5517
5518 * progmodes/tcl.el: Don't require outline when compiling.
5519 (outline-regexp, outline-level): Declare.
5520 * textmodes/sgml-mode.el: Don't require outline when compiling.
5521 (outline-regexp, outline-heading-end-regexp, outline-level): Declare.
5522
5523 * term.el (term-ansi-reset):
5524 Try setting term-ansi-face-already-done to nil. (Bug#11785)
5525
5526 * vc/vc.el (vc-next-action): Only gripe about committing read-only
5527 files for RCS and SCCS. (Bug#9781)
5528
5529 2012-09-27 Chong Yidong <cyd@gnu.org>
5530
5531 * progmodes/verilog-mode.el (verilog-mode-release-emacs): Fix last
5532 change; value should be t.
5533
5534 2012-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
5535
5536 * image-mode.el: Use lexical-binding.
5537 (image-mode-winprops): Use t to stand for the window of
5538 a buffer that's not displayed.
5539 * doc-view.el (doc-view-new-window-function): Handle the new
5540 t in winprops.
5541 (doc-view-enlarge): Make it a real nop if the size is not changed.
5542 (doc-view-display): Handle the case where the buffer is not (yet?)
5543 displayed in any window.
5544 (doc-view-saved-settings): New var.
5545 (doc-view-mode): Use it.
5546 (doc-view-fallback-mode): Set it.
5547
5548 * minibuf-eldef.el: Make it possible to replace (default ...) with [...].
5549 Set lexical-binding.
5550 (minibuffer-eldef-shorten-default): New var.
5551 (minibuffer-default-in-prompt-regexps): Use it for new default.
5552 (minibuf-eldef-setup-minibuffer): Add replacement functionality.
5553
5554 2012-09-26 Juanma Barranquero <lekktu@gmail.com>
5555
5556 * international/uni-bidi.el:
5557 * international/uni-category.el:
5558 * international/uni-name.el:
5559 * international/uni-numeric.el: Regenerate.
5560
5561 2012-09-26 Tomohiro Matsuyama <tomo@cx4a.org>
5562 Stefan Monnier <monnier@iro.umontreal.ca>
5563
5564 * profiler.el: New file.
5565
5566 2012-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
5567
5568 * emacs-lisp/testcover.el (testcover-after): Add gv-expander.
5569 (testcover-reinstrument): Simplify with CSE.
5570
5571 2012-09-26 Juanma Barranquero <lekktu@gmail.com>
5572
5573 * window.el (temp-buffer-window-setup): Fix typo in docstring.
5574
5575 2012-09-25 Wilson Snyder <wsnyder@wsnyder.org>
5576
5577 * verilog-mode.el (verilog-auto-ascii-enum, verilog-auto-inout)
5578 (verilog-auto-input, verilog-auto-insert-lisp)
5579 (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
5580 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-undef)
5581 (verilog-auto-unused, verilog-auto-wire)
5582 (verilog-forward-or-insert-line): Fix AUTOs with no trailing
5583 newline. Reported by Andrew Jones.
5584 (verilog-auto-inst) Support expanding $clog2 in AUTOINST.
5585 Reported by Brad Dobbie.
5586 (verilog-batch-delete-trailing-whitespace):
5587 Create verilog-batch-delete-trailing-whitespace.
5588 Reported by Brad Dobbie.
5589 (verilog-auto-inout-param): Support AUTOINOUTPARAM for copying
5590 parameters from another module. Reported by Dan Katz.
5591 (verilog-auto, verilog-auto-assign-modport)
5592 (verilog-auto-inout-modport): Add AUTOASSIGNMODPORT and
5593 AUTOINOUTMODPORT for UVM interface module shell generation.
5594 Reported by Brad Dobbie.
5595 (verilog-auto-inst-interfaced-ports): Make default nil, as more
5596 standard behavior.
5597 (verilog-auto): Fix AUTO parameters with parenthesis arguments.
5598 Reported by Matt Martin.
5599
5600 2012-09-25 Martin Rudalics <rudalics@gmx.at>
5601
5602 * window.el (window--resize-child-windows): When resizing child
5603 windows proportionally, process them in reverse order to
5604 preserve the "when splitting a window the new one gets the odd
5605 line" behavior.
5606 (window--resize-root-window-vertically): When resizing the
5607 minibuffer window try to affect only windows at the bottom of the
5608 frame. (Bug#12419)
5609
5610 2012-09-25 Chong Yidong <cyd@gnu.org>
5611
5612 * subr.el (declare): Doc fix.
5613
5614 * help-fns.el (help-fns--obsolete): Handle macros properly.
5615
5616 2012-09-25 Chong Yidong <cyd@gnu.org>
5617
5618 * bookmark.el (bookmark-jump-noselect): Use a declare form to mark
5619 this function obsolete.
5620
5621 * calendar/cal-x.el (calendar-two-frame-setup)
5622 (calendar-only-one-frame-setup, calendar-one-frame-setup):
5623 * calendar/calendar.el (american-calendar, european-calendar)
5624 (calendar-for-loop):
5625 * comint.el (comint-dynamic-simple-complete)
5626 (comint-dynamic-complete-as-filename, comint-unquote-filename):
5627 * desktop.el (desktop-load-default):
5628 * dired-x.el (dired-omit-here-always)
5629 (dired-hack-local-variables, dired-default-directory):
5630 * emacs-lisp/derived.el (derived-mode-class):
5631 * emacs-lisp/timer.el (timer-set-time-with-usecs):
5632 * emacs-lock.el (toggle-emacs-lock):
5633 * epa.el (epa-display-verify-result):
5634 * epg.el (epg-sign-keys, epg-start-sign-keys)
5635 (epg-passphrase-callback-function):
5636 * eshell/esh-util.el (eshell-for):
5637 * eshell/eshell.el (eshell-remove-from-window-buffer-names)
5638 (eshell-add-to-window-buffer-names):
5639 * files.el (locate-file-completion):
5640 * imenu.el (imenu-example--create-c-index)
5641 (imenu-example--create-lisp-index)
5642 (imenu-example--lisp-extract-index-name)
5643 (imenu-example--name-and-position):
5644 * international/mule-cmds.el (princ-list):
5645 * international/mule-diag.el (decode-codepage-char):
5646 * international/mule-util.el (detect-coding-with-priority):
5647 * iswitchb.el (iswitchb-read-buffer):
5648 * mail/mailalias.el (mail-complete):
5649 * mail/sendmail.el (mail-sent-via):
5650 * mouse.el (mouse-popup-menubar-stuff, mouse-popup-menubar)
5651 (mouse-major-mode-menu):
5652 * password-cache.el (password-read-and-add):
5653 * pcomplete.el (pcomplete-parse-comint-arguments):
5654 * progmodes/sh-script.el (sh-maybe-here-document):
5655 * replace.el (query-replace-regexp-eval):
5656 * savehist.el (savehist-load):
5657 * simple.el (choose-completion-delete-max-match):
5658 * term.el (term-dynamic-simple-complete):
5659 * vc/ediff-init.el (ediff-check-version):
5660 * vc/ediff-wind.el (ediff-choose-window-setup-function-automatically):
5661 * vc/vc.el (vc-diff-switches-list):
5662 * view.el (view-return-to-alist-update): Likewise.
5663
5664 * subr.el (eval-next-after-load, makehash, insert-string)
5665 (assoc-ignore-representation, assoc-ignore-case): Use declare to
5666 mark obsolete.
5667 (mode-line-inverse-video): Variable deleted.
5668
5669 * international/mule-util.el (string-to-sequence): Remove.
5670
5671 * calendar/calendar.el (calendar-version):
5672 * calendar/icalendar.el (icalendar-extract-ical-from-buffer)
5673 (icalendar-convert-diary-to-ical):
5674 * cus-edit.el (custom-mode):
5675 * ansi-color.el (ansi-color-unfontify-region):
5676 * international/latin1-disp.el (latin1-char-displayable-p):
5677 * progmodes/cwarn.el (turn-on-cwarn-mode):
5678 * progmodes/which-func.el (which-func-update-1):
5679 Use define-obsolete-function-alias.
5680
5681 * net/newst-backend.el (newsticker-cache-filename):
5682 * net/newst-treeview.el (newsticker-groups-filename):
5683 Fix incorrect obsolescence declaration.
5684
5685 * allout.el (allout-passphrase-hint-string): Likewise.
5686 (allout-init): Use a declare form to mark obsolete.
5687
5688 * emacs-lisp/byte-run.el (make-obsolete): Doc fix; emphasize that
5689 this applies to functions.
5690
5691 * iswitchb.el (iswitchb-read-buffer): Move code of
5692 iswitchb-define-mode-map here, and delete that obsolete function.
5693
5694 * net/snmp-mode.el (snmp-font-lock-keywords-3): Don't use obsolete
5695 font-lock-reference-face.
5696
5697 2012-09-25 Glenn Morris <rgm@gnu.org>
5698
5699 * buff-menu.el (Buffer-menu-name-width, Buffer-menu-size-width):
5700 Doc fixes.
5701
5702 * eshell/em-term.el (eshell-term-name):
5703 Default to term-term-name. (Bug#12485)
5704
5705 2012-09-24 Fabián Ezequiel Gallina <fgallina@cuca>
5706
5707 * progmodes/python.el (python-shell-send-buffer): Better handling
5708 of "if __name__ == '__main__':" conditionals when sending the buffer.
5709
5710 2012-09-24 Glenn Morris <rgm@gnu.org>
5711
5712 * eshell/esh-cmd.el (eshell-find-alias-function):
5713 Tighten up file-name regexp. (Bug#12499)
5714
5715 2012-09-24 Fabián Ezequiel Gallina <fgallina@cuca>
5716
5717 Enhancements for triple-quote string syntax.
5718 * progmodes/python.el (python-quote-syntax): Remove.
5719 (python-syntax-propertize-function): New value.
5720 (python-syntax-count-quotes, python-syntax-stringify):
5721 New functions.
5722
5723 2012-09-24 Chong Yidong <cyd@gnu.org>
5724
5725 * mail/supercite.el (sc-version): Remove obsolete function.
5726 (sc-describe): Don't mark as obsolete, since it is bound.
5727 (sc-submit-bug-report): Remove.
5728
5729 * vc/log-edit.el (cvs-changelog-full-paragraphs)
5730 (cvs-commit-buffer-require-final-newline): Remove.
5731 (log-edit-require-final-newline)
5732 (log-edit-changelog-full-paragraphs): Default to t.
5733
5734 * vc/pcvs-defs.el (cvs-diff-buffer-name, cvs-diff-ignore-marks)
5735 * vc/vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
5736 * vc/vc.el (vc-checkout-carefully): Likewise.
5737
5738 * vc/emerge.el (emerge-mode): Make it an obsolete alias.
5739 (emerge-version): Remove.
5740
5741 * progmodes/compile.el (compile-internal): Remove.
5742 (compilation-parse-errors-function): Fix typo.
5743
5744 * international/mule.el (set-char-table-default): Remove.
5745 (set-coding-priority, make-coding-system, generic-char-p)
5746 (charset-list, charset-bytes, charset-id): Use declare to mark
5747 functions as obsolete.
5748
5749 * vc/pcvs-defs.el (cvs-buffer-name-alist)
5750 (cvs-invert-ignore-marks): Remove references to obsolete vars.
5751 * vc/vc-hooks.el (vc-default-registered): Don't use
5752 vc-master-templates.
5753
5754 * font-lock.el (font-lock-reference-face):
5755 Use define-obsolete-variable-alias.
5756
5757 * generic-x.el (rul-generic-mode): Use font-lock-constant-face.
5758 * calendar/calendar.el (calendar-font-lock-keywords):
5759 * calendar/diary-lib.el (diary-font-lock-keywords)
5760 (diary-fancy-font-lock-keywords):
5761 * textmodes/reftex-sel.el (reftex-insert-docstruct):
5762 * textmodes/reftex-index.el (reftex-insert-index):
5763 * textmodes/reftex-cite.el (reftex-format-bib-entry):
5764 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
5765 * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
5766 * progmodes/prolog.el (prolog-font-lock-keywords):
5767 * progmodes/idlwave.el (idlwave-idl-keywords):
5768 * progmodes/ada-mode.el (ada-font-lock-keywords):
5769 * net/snmp-mode.el (snmp-font-lock-keywords-3): Likewise.
5770
5771 2012-09-24 Glenn Morris <rgm@gnu.org>
5772
5773 * mail/emacsbug.el (report-emacs-bug): Include `lsb_release -d'.
5774
5775 2012-09-23 Fabián Ezequiel Gallina <fgallina@cuca>
5776
5777 * progmodes/python.el (python-indent-line): More consistent cursor
5778 movement behavior.
5779
5780 2012-09-23 Stefan Merten <smerten@oekonux.de>
5781
5782 * textmodes/rst.el: Fix compiler warning.
5783
5784 2012-09-23 Roland Winkler <winkler@gnu.org>
5785
5786 * textmodes/bibtex.el (bibtex-autokey-transcriptions):
5787 Transcribe also LaTeX hyphenation.
5788 (bibtex-reformat): Bug fix. Do not quote twice the elements of
5789 bibtex-reformat-previous-options.
5790
5791 2012-09-23 Roland Winkler <winkler@gnu.org>
5792
5793 * proced.el (proced-renice-command): New variable.
5794 (proced-marked-processes): New function.
5795 (proced-with-processes-buffer): New macro.
5796 (proced-send-signal): Use them.
5797 (proced-renice): New command bound to r.
5798
5799 2012-09-23 Roland Winkler <winkler@gnu.org>
5800
5801 * ibuf-ext.el (ibuffer-switch-to-saved-filter-groups): If list
5802 ibuffer-saved-filter-groups has one element, shortcut the call of
5803 completing-read. (Bug#12331)
5804
5805 2012-09-23 Chong Yidong <cyd@gnu.org>
5806
5807 * bindings.el (mode-line-toggle-read-only):
5808 * bs.el (bs-toggle-readonly):
5809 * buff-menu.el (Buffer-menu-toggle-read-only):
5810 * dired.el (dired-toggle-read-only):
5811 * ibuffer.el (ibuffer-do-toggle-read-only): Use read-only-mode.
5812
5813 2012-09-23 Chong Yidong <cyd@gnu.org>
5814
5815 * image.el (image-type-available-p): Adapt to init-image-library
5816 argument changes.
5817
5818 2012-09-22 Juri Linkov <juri@jurta.org>
5819
5820 * dired.el (dired-mode-map): Add [remap read-only-mode] for
5821 `dired-toggle-read-only'. (Bug#12462)
5822
5823 2012-09-22 Martin Rudalics <rudalics@gmx.at>
5824
5825 * subr.el (temp-output-buffer-show): New function.
5826 (with-output-to-temp-buffer): Call temp-output-buffer-show
5827 instead of internal-temp-output-buffer-show.
5828
5829 2012-09-22 Chong Yidong <cyd@gnu.org>
5830
5831 * files.el (ctl-x-map): Bind C-x C-q to read-only-mode
5832 (Bug#12462).
5833
5834 * repeat.el (repeat): Doc fix (Bug#12348).
5835
5836 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix
5837 (Bug#10909).
5838
5839 * simple.el (shell-command-on-region): Doc fix.
5840 (read-only-mode): Doc fix.
5841
5842 2012-09-22 Eli Zaretskii <eliz@gnu.org>
5843
5844 * emacs-lisp/timer.el (run-with-idle-timer)
5845 (timer-activate-when-idle): Warn against reinvoking an idle timer
5846 from within its own timer action. (Bug#12447)
5847
5848 2012-09-22 Martin Rudalics <rudalics@gmx.at>
5849
5850 * cus-start.el (window-combination-limit): Add new optional
5851 values.
5852 * window.el (temp-buffer-window-show)
5853 (window--try-to-split-window): Handle new values of
5854 window-combination-limit (Bug#1806).
5855 (split-window): Test window-combination-limit for t instead of
5856 non-nil.
5857 (display-buffer-at-bottom): New buffer display action function.
5858 * help.el (temp-buffer-resize-regexps): New option.
5859 (temp-buffer-resize-mode): Rewrite doc-string.
5860 (resize-temp-buffer-window): Obey temp-buffer-resize-regexps.
5861 Don't resize reused window. Suggested by Glenn Morris.
5862
5863 2012-09-22 Stefan Merten <smerten@oekonux.de>
5864
5865 * textmodes/rst.el: Revamp section title faces.
5866 (rst-official-version)
5867 (rst-package-emacs-version-alist): Sync with official version
5868 V1.4.0.
5869 (rst-faces-defaults, rst-set-level-default)
5870 (rst-level-face-max, rst-level-face-base-color)
5871 (rst-level-face-base-light, rst-level-face-format-light)
5872 (rst-level-face-step-light, rst-define-level-faces): Obsolete.
5873 (rst-adornment-faces-alist): Match new setup.
5874 (rst-level-1, rst-level-2, rst-level-3, rst-level-4)
5875 (rst-level-5, rst-level-6): New faces.
5876
5877 2012-09-22 Chong Yidong <cyd@gnu.org>
5878
5879 * simple.el (undo): Handle indirect buffers (Bug#8207).
5880
5881 2012-09-21 Leo Liu <sdl.web@gmail.com>
5882
5883 IDO: Disable match re-ordering for buffer switching.
5884 * ido.el (ido-buffer-disable-smart-matches): New variable.
5885 (ido-set-matches-1): Use it. (Bug#2042)
5886
5887 2012-09-21 Jose Marino <marinoj@nso.edu> (tiny change)
5888
5889 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
5890 Fix 2011-05-17 change. (Bug#12418)
5891
5892 2012-09-21 Leo Liu <sdl.web@gmail.com>
5893
5894 * subr.el (ignore-errors): Mention with-demoted-errors in doc-string.
5895
5896 2012-09-21 Glenn Morris <rgm@gnu.org>
5897
5898 * emacs-lisp/shadow.el (load-path-shadows-font-lock-keywords):
5899 Be more robust about locating simple.el.
5900
5901 2012-09-21 Glenn Morris <rgm@gnu.org>
5902
5903 * mail/emacsbug.el (report-emacs-bug): Trap load-path-shadows errors.
5904
5905 2012-09-21 Joel Bion <jpbion@westvi.com> (tiny change)
5906
5907 * pcmpl-gnu.el (pcmpl-gnu-tarfile-regexp): Add tar.xz. (Bug#12382)
5908
5909 2012-09-20 Juri Linkov <juri@jurta.org>
5910
5911 * replace.el (query-replace-read-from): Use `read-regexp' instead
5912 of `read-from-minibuffer' when `regexp-flag' is non-nil.
5913 (occur-read-primary-args): Use `read-regexp' instead of
5914 `read-string'.
5915 (multi-occur-in-matching-buffers): Use `read-regexp' instead of
5916 `read-from-minibuffer'.
5917 * isearch.el (isearch-occur): Use `read-regexp' instead of
5918 `read-string'.
5919 * dired.el (dired-read-regexp): Use `read-regexp' instead of
5920 `read-from-minibuffer'.
5921 * progmodes/grep.el (grep-read-regexp): Use `read-regexp' instead
5922 of `read-string'. (Bug#7567)
5923
5924 * replace.el (read-regexp): Rename DEFAULT-VALUE arg to DEFAULTS
5925 and allow accepting a list of strings prepended to a list of
5926 standard default values. Doc fix. (Bug#12321)
5927
5928 * replace.el (read-regexp): Add HISTORY arg. (Bug#7567)
5929
5930 * replace.el (read-regexp): Don't add ": " when PROMPT already
5931 ends with a colon and space. (Bug#12321)
5932
5933 2012-09-20 Tassilo Horn <tsdh@gnu.org>
5934
5935 * doc-view.el (doc-view-display): Better fix for the cl-assertion
5936 error.
5937
5938 2012-09-20 Stefan Merten <smerten@oekonux.de>
5939
5940 * textmodes/rst.el: Integrate support for `imenu' and `which-function'.
5941 Fixes feature request bug#11711.
5942 (rst-mode): Create `imenu-create-index-function'.
5943 (rst-get-stripped-line): Delete after refactoring.
5944 (rst-section-tree, rst-section-tree-rec)
5945 (rst-section-tree-point): Refactor and document properly.
5946 (rst-imenu-find-adornments-for-position)
5947 (rst-imenu-convert-cell, rst-imenu-create-index):
5948 New function.
5949
5950 2012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
5951
5952 * emacs-lisp/macroexp.el (macroexp--obsolete-warning): New function.
5953 (macroexp--expand-all): Use it.
5954 (macroexp--funcall-and-return): Remove by folding it into its sole
5955 caller (macroexp--warn-and-return).
5956 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete):
5957 Use macroexp--obsolete-warning.
5958
5959 * calc/calc.el: Fix last change by removing the whole chunk, since it
5960 was only needed back when Calc was not bundled.
5961
5962 2012-09-20 Martin Rudalics <rudalics@gmx.at>
5963
5964 * emacs-lisp/debug.el (debug): Restore assignment to
5965 debugger-old-buffer removed on 2012-09-08.
5966
5967 2012-09-20 Juri Linkov <juri@jurta.org>
5968
5969 * dired-aux.el (dired-diff): Remove (require 'diff) since
5970 `diff-latest-backup-file' is now autoloaded.
5971
5972 2012-09-20 Chong Yidong <cyd@gnu.org>
5973
5974 * vc/diff.el (diff-latest-backup-file): Autoload.
5975
5976 2012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
5977
5978 * calc/calc.el: Remove redundant autoload shape check.
5979 (sel-mode): Don't defvar.
5980 (calc-get-stack-element): Add `sel-mode' arg instead.
5981 (calc-top, calc-top-list): Pass it this additional argument.
5982 * calc/calc-store.el (calc-store-map):
5983 * calc/calc-map.el (calc-apply, calc-reduce, calc-map)
5984 (calc-map-equation, calc-outer-product, calc-inner-product):
5985 * calc/calc-aent.el (calc-alg-entry): Don't bind sel-mode.
5986
5987 * emacs-lisp/macroexp.el (macroexp--expand-all): Fix last change.
5988
5989 2012-09-19 Juri Linkov <juri@jurta.org>
5990
5991 * dired-aux.el (dired-diff): Add (require 'diff) because
5992 `diff-latest-backup-file' is not autoloaded.
5993 (dired-do-chxxx, dired-do-chmod): Set `no-error-if-not-filep' arg
5994 of `dired-get-filename' to t to not report error when there is
5995 no default file on the current line.
5996
5997 2012-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
5998
5999 * emacs-lisp/macroexp.el (macroexp--funcall-if-compiled): Rename from
6000 macroexp--eval-if-compile.
6001 (macroexp--funcall-and-return, macroexp--warn-and-return): New funs.
6002 (macroexp--expand-all): Use them (bug#12371).
6003
6004 * doc-view.el (doc-view-guess-paper-size)
6005 (doc-view-scale-bounding-box): Fix unbound `caddr'.
6006
6007 2012-09-19 Tassilo Horn <tsdh@gnu.org>
6008
6009 New feature: set optimal slice from BoundingBox information.
6010 * doc-view.el (doc-view-mode-map): Add keybinding.
6011 (doc-view-menu): Add menu entry.
6012 (doc-view-set-slice): Adapt docstring.
6013 (doc-view-get-bounding-box, doc-view-guess-paper-size)
6014 (doc-view-scale-bounding-box)
6015 (doc-view-set-slice-from-bounding-box): New functions.
6016 (doc-view-paper-sizes): New defvar.
6017
6018 2012-09-19 Glenn Morris <rgm@gnu.org>
6019
6020 * emacs-lisp/macroexp.el (byte-compile-warn-obsolete)
6021 (byte-compile-log-warning): Autoload. (Bug#12371)
6022
6023 * calendar/calendar.el (calendar-american-month-header)
6024 (calendar-european-month-header, calendar-iso-month-header)
6025 (calendar-month-header): New options.
6026 (calendar-set-date-style): Set calendar-month-header. Redraw calendar.
6027 (calendar-generate-month): Use calendar-month-header. (Bug#9510)
6028
6029 2012-09-19 Jan Djärv <jan.h.d@swipnet.se>
6030
6031 * startup.el (command-line-ns-option-alist): Add -g and --geometry.
6032
6033 2012-09-18 Juri Linkov <juri@jurta.org>
6034
6035 * dired-aux.el (dired-diff): Restore original functionality of
6036 getting the default value, but keep new feature of using the
6037 latest existing backup file (`diff-latest-backup-file').
6038
6039 2012-09-18 Juri Linkov <juri@jurta.org>
6040
6041 * dired.el (dired-mark): If the region is active in Transient Mark
6042 mode, mark all files in the active region. Doc fix.
6043 (dired-unmark, dired-flag-file-deletion, dired-unmark-backward):
6044 Doc fix. (Bug#10624)
6045
6046 2012-09-18 Juri Linkov <juri@jurta.org>
6047
6048 * dired-aux.el (dired-do-chxxx, dired-do-chmod): Default file
6049 attributes for M-n are pulled from the file at point.
6050 (dired-do-chgrp, dired-do-chown, dired-do-touch): Doc fix.
6051 Suggested by Drew Adams. (Bug#10624)
6052
6053 2012-09-18 Dmitry Gutov <dgutov@yandex.ru>
6054
6055 * progmodes/ruby-mode.el (ruby-brace-to-do-end): Don't add extra
6056 whitespace after "end".
6057 (ruby-do-end-to-brace): Collapse block to one line if it fits
6058 within fill-column.
6059
6060 2012-09-18 Martin Rudalics <rudalics@gmx.at>
6061
6062 * emacs-lisp/debug.el (debugger-bury-or-kill): Fix customization
6063 value.
6064 (debug): Don't remove debugger window when debugger is expected
6065 to be back.
6066
6067 2012-09-18 Chong Yidong <cyd@gnu.org>
6068
6069 * custom.el (defface): Doc fix.
6070
6071 * cus-edit.el (custom-unlispify-remove-prefixes): Add warning.
6072
6073 2012-09-18 Martin Blais <blais@furius.ca> (tiny change)
6074
6075 * progmodes/compile.el (compilation-start): Use compilation-always-kill
6076 to initialize query-on-exit; then test that instead (bug#12288).
6077
6078 2012-09-17 Stefan Merten <smerten@oekonux.de>
6079
6080 * textmodes/rst.el: Add support for `testcover'.
6081 (rst-defcustom-testcover, rst-testcover-add-compose)
6082 (rst-testcover-add-1value): New functions.
6083 (rst-portable-mark-active-p): Replace by `use-region-p'.
6084 (rst-update-section, rst-classify-adornment)
6085 (rst-find-title-line): Mark `1value' forms.
6086 (rst-classify-adornment): Remove superfluous form.
6087 (rst-update-section, rst-get-adornments-around)
6088 (rst-adornment-complete-p, rst-get-next-adornment)
6089 (rst-adjust, rst-promote-region)
6090 (rst-display-adornments-hierarchy, rst-straighten-adornments)
6091 (rst-find-pfx-in-region, rst-section-tree-rec)
6092 (rst-section-tree-point, rst-toc-insert, rst-toc-insert-node)
6093 (rst-toc-node, rst-toc, rst-forward-section)
6094 (rst-iterate-leftmost-paragraphs)
6095 (rst-iterate-leftmost-paragraphs-2, rst-enumerate-region)
6096 (rst-bullet-list-region)
6097 (rst-convert-bullets-to-enumeration, rst-font-lock-keywords)
6098 (rst-compile-find-conf, rst-compile)
6099 (rst-repeat-last-character): Fix style.
6100
6101 2012-09-17 Chong Yidong <cyd@gnu.org>
6102
6103 * comint.el (comint--complete-file-name-data): Don't add a space
6104 if the status is `sole'; that adds a gratuitous space in the
6105 completion-cycling case (Bug#12092).
6106
6107 * pcomplete.el (pcomplete-completions-at-point): Likewise.
6108
6109 2012-09-17 Richard Stallman <rms@gnu.org>
6110
6111 * mail/rmailmm.el (rmail-mime-toggle-raw): Do rmail-mime-insert
6112 only in the mime-shown mode, not in raw mode.
6113 (rmail-mime): Toggle off mime by displaying the message without
6114 mime processing. (Bug#12305)
6115
6116 * mail/rmail.el (rmail-retry-failure):
6117 Turn off mime processing first. (Bug#12037)
6118
6119 * epa-mail.el (epa-mail-encrypt): Fix bug when a name has no key.
6120
6121 2012-09-17 Chong Yidong <cyd@gnu.org>
6122
6123 * shell.el (shell-file-name-chars, shell-file-name-quote-list)
6124 (shell-dynamic-complete-functions): Convert to defcustom.
6125 (shell-prompt-pattern, shell-completion-fignore): Doc fix.
6126
6127 * bookmark.el (bookmark-bmenu-toggle-filenames): Doc fixes.
6128 * comint.el (comint-prompt-read-only):
6129 * custom.el (defcustom):
6130 * hi-lock.el (hi-lock-mode):
6131 * ibuffer.el (ibuffer-formats):
6132 * ielm.el (ielm-prompt-read-only):
6133 * novice.el (disable-command):
6134 * saveplace.el (toggle-save-place):
6135 * speedbar.el (speedbar-supported-extension-expressions):
6136 * startup.el (auto-save-list-file-prefix, init-file-user)
6137 (after-init-hook, inhibit-startup-echo-area-message):
6138 * strokes.el (strokes-help):
6139 * time-stamp.el (time-stamp):
6140 * calendar/calendar.el (calendar, diary-file):
6141 * calendar/diary-lib.el (diary-mail-entries, diary)
6142 (diary-list-entries-hook):
6143 * calendar/holidays.el (holidays, calendar-holidays):
6144 * calendar/lunar.el (lunar-phases):
6145 * calendar/solar.el (sunrise-sunset):
6146 * emulation/edt.el (edt-load-keys):
6147 * emulation/viper.el (viper-mode):
6148 * eshell/em-alias.el (eshell-command-aliases-list):
6149 * eshell/esh-util.el (eshell-convert-numeric-arguments):
6150 * international/ogonek.el (ogonek-information):
6151 * net/tramp-cmds.el (tramp-bug):
6152 * net/quickurl.el (quickurl-reread-hook-postfix):
6153 * play/decipher.el (decipher-font-lock-keywords):
6154 * progmodes/cc-styles.el (c-set-style):
6155 * progmodes/idlw-shell.el (idlwave-shell-prompt-pattern):
6156 * progmodes/inf-lisp.el (inferior-lisp-prompt):
6157 * progmodes/octave-mod.el (octave-mode):
6158 * progmodes/sql.el (sql-mode, sql-interactive-mode, sql-password):
6159 * progmodes/verilog-mode.el (verilog-read-defines):
6160 * textmodes/two-column.el (2C-mode): Likewise.
6161
6162 2012-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
6163
6164 * mail/mailabbrev.el (mail-abbrev-expand-hook): Work for a mail aliasee
6165 that holds many addresses.
6166
6167 2012-09-16 Chong Yidong <cyd@gnu.org>
6168
6169 * align.el (align-areas): Call the indication function with
6170 positions instead of markers for arguments (Bug#12343).
6171
6172 * files.el (parse-colon-path): Use split-string (Bug#12351).
6173
6174 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
6175 (display-buffer-function): Mark as obsolete.
6176
6177 * progmodes/compile.el (compilation-parse-errors): Accept list
6178 values similar to font-lock-keywords (Bug#12136).
6179 Suggested by Oleksandr Manzyuk.
6180 (compilation-error-regexp-alist): Doc fix.
6181
6182 2012-09-15 Glenn Morris <rgm@gnu.org>
6183
6184 * version.el (emacs-bzr-version-bzr): New function.
6185 (emacs-bzr-get-version): Add optional EXTERNAL argument.
6186
6187 * vc/vc-bzr.el (vc-bzr-working-revision): For lightweight local
6188 checkouts, check the parent dirstate matches the branch.
6189 Add "--tree" to "bzr revno" arguments. Don't try to shorten the
6190 empty string.
6191
6192 * version.el (emacs-bzr-version): Doc fix.
6193 (emacs-bzr-version-dirstate): New function.
6194 (emacs-bzr-get-version): For lightweight checkouts, if the parent
6195 is local try and check that it matches the branch. If not, just
6196 use dirstate information. (Bug#12441)
6197
6198 2012-09-14 Juri Linkov <juri@jurta.org>
6199
6200 * dired-aux.el (dired-do-chmod): Use `eq' to detect empty input.
6201 (Bug#12399)
6202
6203 2012-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
6204
6205 * emacs-lisp/advice.el (ad-prognify): Remove, use macroexp-progn.
6206
6207 * emacs-lisp/edebug.el: Miscellaneous cleanup.
6208 Remove obsolete byte-compiler hack that tried to silence some warnings.
6209 (edebug-submit-bug-report): Remove.
6210 (edebug-get-buffer-window, edebug-sit-for, edebug-input-pending-p):
6211 Remove aliases, use the un-prefixed name instead.
6212 (edebug-pop-to-buffer): Consider other frames.
6213 (edebug-original-read):: Make it more obvious that it's always defined.
6214 (edebug--make-form-data-entry, edebug--form-data-name)
6215 (edebug--form-data-begin, edebug--form-data-end): Rename from the
6216 single-dashed name, and implement with cl-defstruct.
6217 (edebug-set-form-data-entry): Use the standard accessors.
6218 (edebug-make-top-form-data-entry): Use push.
6219 (edebug-no-match): Drop useless `funcall'.
6220 (mapcar, mapconcat, mapatoms, apply, funcall): Don't add debug specs
6221 to functions.
6222 (defsubst, dont-compile, eval-when-compile, eval-and-compile)
6223 (delay-mode-hooks, with-temp-file, with-temp-message, ad-dolist)
6224 (with-syntax-table, push, pop, 1value, noreturn, defadvice)
6225 (easy-menu-define, with-custom-print): Remove redundant specs.
6226 (edebug-outside-overriding-local-map)
6227 (edebug-outside-overriding-terminal-local-map): Remove, unused.
6228 (edebug--display): Bind unread-command-events directly to nil rather
6229 than binding it to unread-command-events and later setting it to nil.
6230 (edebug--display): Kill edebug-eval-buffer here...
6231 (edebug--recursive-edit): ...rather than here.
6232 Bind standard-output and standard-input.
6233 (edebug-eval): Check cl-macroexpand-all is fboundp.
6234 (edebug-temp-display-freq-count): Fix last change.
6235
6236 * emacs-lisp/easymenu.el (easy-menu-define): Add `debug' spec.
6237 * subr.el (noreturn, 1value): Add `debug' spec.
6238 * emacs-lisp/advice.el: Require cl-lib.
6239 (ad-copy-tree): Remove, use copy-tree instead.
6240 (ad-dolist): Remove use dolist or cl-dolist instead.
6241 (ad-do-return): Remove, use cl-return instead.
6242 (defadvice): Add `debug' spec.
6243
6244 2012-09-13 Juri Linkov <juri@jurta.org>
6245
6246 * dired-aux.el (dired-do-chxxx): Use `eq' to detect empty input.
6247 (Bug#12399)
6248
6249 2012-09-13 Glenn Morris <rgm@gnu.org>
6250
6251 * calc/calc.el (math-compose-expr):
6252 * calc/calc-ext.el (math-compose-expr):
6253 * progmodes/cc-defs.el (cl-macroexpand-all):
6254 * progmodes/cc-langs.el (delete-duplicates, mapcan)
6255 (cl-macroexpand-all): Update declarations.
6256
6257 * vc/vc.el: No need to require ediff.
6258 (ediff-load-version-control): Declare.
6259 (ediff-vc-internal): Fix declaration.
6260 (vc-version-ediff): Require ediff.
6261
6262 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
6263
6264 Use a more backwards-compatible timer format (Bug#12430).
6265 * emacs-lisp/timer.el (timer): PSECS is now at the end, rather than
6266 being right after USECS, as that better supports old code that
6267 inadvisedly looked directly at the timer vector.
6268
6269 2012-09-13 Kenichi Handa <handa@gnu.org>
6270
6271 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
6272 ("Chinese-CNS", "Chinese-EUC-TW"): Add chinese-gbk to
6273 `coding-priority' property of these language environment.
6274
6275 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
6276
6277 Fix glitches caused by addition of psec to timers (Bug#12430).
6278 * image.el (image-animate-timer):
6279 * time.el (display-time-world-timer):
6280 Use timer--function and timer--args rather than raw access to
6281 timer vector.
6282
6283 2012-09-13 Glenn Morris <rgm@gnu.org>
6284
6285 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
6286 If not compiling a file, try using load-file-name.
6287
6288 2012-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
6289
6290 * emacs-lisp/edebug.el (edebug-outside-unread-command-events):
6291 Fix last change.
6292 (edebug-update-eval-list): Use `push'.
6293
6294 * emacs-lisp/edebug.el: Use lexical-binding.
6295 Remove the "edebug-" prefix from non-dynamically-scoped variables.
6296 Mark unused args with underscore.
6297 (edebug-save-restriction, edebug-outside-excursion): Use `declare'.
6298 (edebug-form-data): Use defvar-local.
6299 (edebug-make-before-and-after-form, edebug-make-after-form):
6300 Use backquote.
6301 (edebug-args, edebug-value, edebug-after-index, edebug-arg-mode):
6302 Not dynamically scoped any more.
6303 (edebug--enter-trace): Add arguments `function' and `args'.
6304 Rename from edebug-enter-trace.
6305 (edebug-enter): Call it accordingly. Bind edebug-function explicitly.
6306 (edebug--update-coverage): Add `after-index' and `value' args.
6307 Rename from edebug-update-coverage.
6308 (edebug-slow-after): Call it accordingly.
6309 (edebug--recursive-edit): Add arg `arg-mode'. Rename from
6310 edebug-recursive-edit.
6311 (edebug--display): Call it accordingly. Add args `value',
6312 `offset-index', and `arg-mode'. Rename from edebug-display.
6313 (edebug-debugger, edebug): Call it accordingly.
6314 (edebug-eval-display-list): Use dolist.
6315
6316 2012-09-12 Juri Linkov <juri@jurta.org>
6317
6318 * info.el (Info-search): Don't check for isearch-mode and
6319 isearch-regexp before let-binding search-spaces-regexp to
6320 Info-search-whitespace-regexp.
6321 (Info-isearch-search): Let-bind Info-search-whitespace-regexp to
6322 search-whitespace-regexp if isearch-lax-whitespace or
6323 isearch-regexp-lax-whitespace is non-nil.
6324 (Info-mode): Don't set local variable search-whitespace-regexp.
6325 http://lists.gnu.org/archive/html/emacs-devel/2012-08/msg00811.html
6326
6327 2012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
6328
6329 * emacs-lisp/debug.el (debugger-outer-unread-command-char, debug)
6330 (debugger-env-macro): Remove support for unread-command-char.
6331
6332 * subr.el (set-temporary-overlay-map): Minimize slightly the impact of
6333 the temporary map re-appearing on emulation-mode-map-alists.
6334
6335 * emacs-lisp/edebug.el (def-edebug-form-spec): Remove, it's been broken
6336 since 22.1.
6337
6338 * ehelp.el (with-electric-help): Accept functions in
6339 electric-help-form-to-execute.
6340 (electric-help-execute-extended, electric-help-ctrl-x-prefix): Use it.
6341 And replace unread-command-char -> unread-command-events.
6342
6343 2012-09-12 Michael Albinus <michael.albinus@gmx.de>
6344
6345 Sync with Tramp 2.2.6.
6346
6347 * net/tramp.el (tramp-accept-process-output): Don't use
6348 JUST-THIS-ONE in the XEmacs case.
6349
6350 * net/trampver.el: Update release number.
6351
6352 2012-09-12 Martin Rudalics <rudalics@gmx.at>
6353
6354 * emacs-lisp/debug.el (debugger-previous-window-height):
6355 New variable.
6356 (debug): When debugger-jumping-flag is non-nil try to restore
6357 height of debugger window. (Bug#8789)
6358
6359 2012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
6360
6361 * emacs-lisp/edebug.el (edebug-enter): Don't mess with
6362 overriding-local-map and pre/post-command-hook here.
6363 (edebug-recursive-edit): Do it here instead (bug#12345).
6364 (edebug-outside-unread-command-char): Remove all uses of
6365 unread-command-char.
6366
6367 * emacs-lisp/debug.el (debug): Don't bind debug-on-error since
6368 inhibit-debugger is bound instead.
6369
6370 2012-09-11 Bastien Guerry <bzg@gnu.org>
6371
6372 * subr.el (set-temporary-overlay-map): Add a docstring.
6373 (Bug#12346)
6374
6375 2012-09-11 Bastien Guerry <bzg@gnu.org>
6376
6377 * minibuffer.el (completion-table-subvert): Fix docstring.
6378 (Bug#12347)
6379
6380 2012-09-11 Bastien Guerry <bzg@gnu.org>
6381
6382 * help-fns.el (describe-variable): Fix typo. (Bug#12346)
6383
6384 2012-09-10 Michael R. Mauger <mmaug@yahoo.com>
6385
6386 * progmodes/sql.el: Version 3.1
6387 (sql-db2-escape-newlines): New variable.
6388 (sql-escape-newlines-filter): Use it.
6389
6390 2012-09-10 Juanma Barranquero <lekktu@gmail.com>
6391
6392 * custom.el (custom-theme-load-confirm): Remove unneeded assignment.
6393
6394 2012-09-10 Dan Nicolaescu <dann@gnu.org>
6395
6396 * vc/diff-mode.el (diff-mode-menu):
6397 Bind diff-remove-trailing-whitespace.
6398
6399 2012-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
6400
6401 * emacs-lisp/lisp-mode.el (emacs-list-byte-code-comment-re): New var.
6402 (emacs-lisp-byte-code-comment, emacs-lisp-byte-code-syntax-propertize)
6403 (emacs-lisp-byte-code-mode): New functions.
6404 (eval-sexp-add-defvars): Don't skip defvars in column >0.
6405 (eval-defun-2): Remove bogus interactive spec.
6406 (lisp-indent-line): Remove redundant whole-exp code, now done in
6407 indent-according-to-mode.
6408 (save-match-data): Remove redundant indent data.
6409
6410 * emacs-lisp/benchmark.el (benchmark-run, benchmark-run-compiled):
6411 Use `declare'.
6412
6413 2012-09-09 Juri Linkov <juri@jurta.org>
6414
6415 * replace.el (replace-regexp-lax-whitespace): New defcustom.
6416 (replace-lax-whitespace, query-replace-regexp)
6417 (query-replace-regexp-eval, replace-regexp): Doc fix.
6418 (perform-replace, replace-highlight): Let-bind
6419 isearch-lax-whitespace to replace-lax-whitespace and
6420 isearch-regexp-lax-whitespace to replace-regexp-lax-whitespace.
6421
6422 * isearch.el (isearch-query-replace): Let-bind
6423 replace-lax-whitespace to isearch-lax-whitespace and
6424 replace-regexp-lax-whitespace to
6425 isearch-regexp-lax-whitespace. (Bug#10885)
6426
6427 2012-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
6428
6429 * eshell/em-unix.el (eshell/sudo): Explicitly drop return value.
6430
6431 2012-09-09 Alan Mackenzie <acm@muc.de>
6432
6433 * progmodes/cc-engine.el (c-state-cache-init):
6434 Initialise c-state-semi-nonlit-pos-cache\(-limit\)? properly.
6435 (c-record-parse-state-state):
6436 Record c-state-semi-nonlit-pos-cache\(-limit\)?.
6437
6438 2012-09-09 Andreas Schwab <schwab@linux-m68k.org>
6439
6440 * register.el (register-separator): Rename from
6441 separator-register. All uses changed. Doc fix.
6442 (register): Fix version.
6443
6444 2012-09-09 Chong Yidong <cyd@gnu.org>
6445
6446 * replace.el (query-replace-map): Bind four new symbols for
6447 requesting window scrolling.
6448
6449 * subr.el (y-or-n-p): Handle the window-scrolling bindings in
6450 query-replace-map (Bug#8948).
6451
6452 * custom.el (custom-theme-load-confirm): Use y-or-n-p.
6453
6454 * emacs-lisp/map-ynp.el (map-y-or-n-p): Don't bind scrolling keys
6455 since they are now in query-replace-map.
6456
6457 * window.el (scroll-other-window-down): Make the arg optional.
6458
6459 2012-09-09 Chong Yidong <cyd@gnu.org>
6460
6461 * files.el (hack-local-variables-confirm): Use quit-window to kill
6462 the *Local Variables* buffer.
6463
6464 2012-09-08 Dmitry Gutov <dgutov@yandex.ru>
6465
6466 * progmodes/ruby-mode.el (ruby-toggle-block): Guess the current block,
6467 not just expect to be at its beginning. Adjust callees.
6468 Succeed when do-end block has no space before the pipe character.
6469 (ruby-brace-to-do-end): When the original block is one-liner,
6470 convert to multiline. Reindent the result.
6471
6472 2012-09-08 Jambunathan K <kjambunathan@gmail.com>
6473
6474 * register.el (register): New group.
6475 (separator-register): New user option.
6476 (increment-register): Route it to `append-to-register', if
6477 register contains text. Implication is that `C-x r +' can now be
6478 used for appending to a text register (bug#12217).
6479 (append-to-register, prepend-to-register): Add separator based on
6480 `separator-register'.
6481
6482 2012-09-08 Alan Mackenzie <acm@muc.de>
6483
6484 AWK Mode: make auto-newline work when there's "==" in the pattern.
6485 * progmodes/cc-cmds.el (c-point-syntax): Handle virtual semicolons
6486 correctly.
6487 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5A.3):
6488 Test more rigorously for "=" token.
6489
6490 2012-09-08 Dmitry Gutov <dgutov@yandex.ru>
6491
6492 * progmodes/ruby-mode.el (ruby-match-expression-expansion):
6493 Only fail when reached LIMIT.
6494
6495 2012-09-08 Chong Yidong <cyd@gnu.org>
6496
6497 * dired.el (dired-mode-map): Don't bind M-=.
6498
6499 * dired-aux.el (dired-diff): Use backup file as default.
6500
6501 2012-09-08 Drew Adams <drew.adams@oracle.com>
6502
6503 * subr.el (add-to-history): Fix delete usage (Bug#12314).
6504
6505 2012-09-08 Chong Yidong <cyd@gnu.org>
6506
6507 * subr.el (syntax-after, syntax-class): Doc fix.
6508
6509 2012-09-08 Martin Rudalics <rudalics@gmx.at>
6510
6511 * window.el (display-buffer-in-previous-window): New buffer
6512 display action function.
6513
6514 * emacs-lisp/debug.el (debugger-bury-or-kill): New option.
6515 (debugger-previous-window): New variable.
6516 (debug): Rewrite using display-buffer-in-previous-window,
6517 quit-restore-window and debugger-bury-or-kill. (Bug#8789)
6518
6519 2012-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
6520
6521 * emacs-lisp/byte-run.el (defun): Tweak message. Simplify code.
6522
6523 2012-09-07 Matt McClure <mlm@aya.yale.edu> (tiny change)
6524
6525 * progmodes/python.el (python-shell-send-string):
6526 When default-directory is remote, create temp file on remote
6527 filesystem.
6528 (python-shell-send-file): When file is remote, pass local view of
6529 file paths to remote Python interpreter. (Bug#12340)
6530
6531 2012-09-07 Chong Yidong <cyd@gnu.org>
6532
6533 * window.el (switch-to-buffer): Doc fix (Bug#12181).
6534
6535 * files.el (after-find-file): Don't fail on a read-only buffer if
6536 require-final-newline is `visit' or `visit-save' (Bug#11156).
6537
6538 * subr.el (read-char-choice): Allow quitting via ESC ESC.
6539
6540 * userlock.el (ask-user-about-supersession-threat):
6541 Use read-char-choice (Bug#12093).
6542
6543 2012-09-07 Chong Yidong <cyd@gnu.org>
6544
6545 * subr.el (buffer-narrowed-p): New function.
6546
6547 * ses.el (ses-widen):
6548 * simple.el (count-words--buffer-message):
6549 * net/browse-url.el (browse-url-of-buffer): Use it.
6550
6551 * simple.el (count-words-region): Don't signal an error if there
6552 is a non-nil prefix arg and the mark is not set.
6553
6554 * help.el (describe-key-briefly): Allow the message to be seen
6555 when invoked from the minibuffer (Bug#7014).
6556
6557 2012-09-07 Dmitry Gutov <dgutov@yandex.ru>
6558
6559 * progmodes/ruby-mode.el (ruby-end-of-defun)
6560 (ruby-beginning-of-defun): Simplify, allow indentation before
6561 block beginning and end keywords.
6562 (ruby-beginning-of-defun): Only consider 3 keywords defun beginners.
6563 (ruby-end-of-defun): Expect that the point is at the beginning of
6564 the defun.
6565
6566 2012-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
6567
6568 * emacs-lisp/cl-macs.el (cl--do-arglist): Understand _ on &key args
6569 (bug#12367).
6570 (cl--make-usage-args): Strip _ from argument names.
6571
6572 2012-09-06 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
6573
6574 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize): Don't use
6575 obsolete alias speedbar-key-map.
6576 (vhdl-doc-variable, vhdl-doc-mode): Use called-interactively-p.
6577 (vhdl-index-menu-init): Don't use obsolete variable
6578 font-lock-maximum-size.
6579
6580 2012-09-06 Chong Yidong <cyd@gnu.org>
6581
6582 * frame.el (window-system-version): Mark as obsolete.
6583
6584 * speedbar.el (speedbar-update-flag, speedbar-mode): Remove uses
6585 of obsolete variable speedbar-key-map.
6586
6587 2012-09-06 Juri Linkov <juri@jurta.org>
6588
6589 * replace.el (replace-lax-whitespace): New defcustom.
6590 (query-replace, query-replace-regexp, query-replace-regexp-eval)
6591 (replace-string, replace-regexp): Mention it in docstrings.
6592 (perform-replace, replace-highlight): Let-bind
6593 isearch-lax-whitespace and isearch-regexp-lax-whitespace according
6594 to the values of replace-lax-whitespace and regexp-flag.
6595 Don't let-bind search-whitespace-regexp. (Bug#10885)
6596
6597 * isearch.el (isearch-query-replace): Let-bind
6598 replace-lax-whitespace instead of let-binding
6599 replace-search-function and replace-re-search-function.
6600 (isearch-lazy-highlight-search): Let-bind isearch-lax-whitespace
6601 and isearch-regexp-lax-whitespace to lazy-highlight variables.
6602 (isearch-toggle-symbol): Set isearch-regexp to nil
6603 in isearch-word mode (like in isearch-toggle-word).
6604
6605 2012-09-06 Juri Linkov <juri@jurta.org>
6606
6607 * replace.el (replace-search-function)
6608 (replace-re-search-function): Set default values to nil.
6609 (perform-replace): Let-bind isearch-related variables based on
6610 replace-related values, call `isearch-search-fun' and let-bind
6611 the result to `search-function'. Remove code that sets
6612 `search-function' and `search-string' separately for
6613 `delimited-flag'.
6614 (replace-highlight): Add new argument `delimited-flag' and
6615 rename other arguments to the names used in `perform-replace'.
6616 Let-bind `isearch-word' to the argument `delimited-flag'.
6617 (Bug#10885, bug#10887)
6618
6619 2012-09-07 Dmitry Gutov <dgutov@yandex.ru>
6620
6621 * progmodes/ruby-mode.el (ruby-indent-beg-re): Add pieces from
6622 ruby-beginning-of-indent, simplify, allow all keywords to have
6623 indentation before them.
6624 (ruby-beginning-of-indent): Adjust for above. Search until the
6625 found point is not inside a string or comment.
6626 (ruby-font-lock-keywords): Allow symbols to start with "@"
6627 character, give them higher priority than variables.
6628 (ruby-syntax-propertize-function)
6629 (ruby-font-lock-syntactic-keywords): Remove the "not comments"
6630 matchers. Expression expansions are not comments when inside a
6631 string, and there comment syntax status is irrelevant.
6632 (ruby-match-expression-expansion): New function. Check that
6633 expression expansion is inside a string, and it's not escaped.
6634 (ruby-font-lock-keywords): Use it.
6635
6636 2012-09-05 Martin Rudalics <rudalics@gmx.at>
6637
6638 * help.el (temp-buffer-max-height): New default value.
6639 (temp-buffer-resize-frames): New option.
6640 (resize-temp-buffer-window): Optionally resize frame.
6641
6642 * window.el (fit-frame-to-buffer-bottom-margin): New option.
6643 (fit-frame-to-buffer): New function.
6644
6645 2012-09-05 Glenn Morris <rgm@gnu.org>
6646
6647 * emulation/cua-rect.el (cua--init-rectangles):
6648 * textmodes/picture.el (picture-mode-map):
6649 * play/blackbox.el (blackbox-mode-map): Remap right-char and left-char
6650 like forward-char and backward-char. (Bug#12317)
6651
6652 2012-09-05 Leo Liu <sdl.web@gmail.com>
6653
6654 * progmodes/flymake.el (flymake-warning-re): New variable.
6655 (flymake-parse-line): Use it.
6656
6657 2012-09-05 Glenn Morris <rgm@gnu.org>
6658
6659 * calendar/holidays.el (holiday-christian-holidays):
6660 Rename an entry. (Bug#12289)
6661
6662 2012-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
6663
6664 * progmodes/sh-script.el (sh-font-lock-paren): Don't burp at BOB
6665 (bug#12222).
6666
6667 2012-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
6668
6669 * loadup.el: Load macroexp. Remove hack.
6670 * emacs-lisp/macroexp.el (macroexp--eval-if-compile): New function.
6671 (macroexp--expand-all): Use it to get better warnings.
6672 (macroexp--backtrace, macroexp--trim-backtrace-frame)
6673 (internal-macroexpand-for-load): New functions.
6674 (macroexp--pending-eager-loads): New var.
6675 (emacs-startup-hook): New hack to replace one in loadup.el.
6676 * emacs-lisp/cl-macs.el (cl--compiler-macro-list*)
6677 (cl--compiler-macro-cXXr): Move to top, before they can be used.
6678 (cl-psetf): Simplify.
6679 (cl-defstruct): Add indent rule.
6680
6681 2012-09-04 Lars Ingebrigtsen <larsi@gnus.org>
6682
6683 * mail/smtpmail.el (smtpmail-send-it): Prefer the From: header
6684 over `user-mail-address' for the SMTP MAIL FROM envelope.
6685 (smtpmail-via-smtp): Ditto.
6686
6687 2012-09-04 Dmitry Gutov <dgutov@yandex.ru>
6688
6689 * progmodes/ruby-mode.el: Clean up keybindings.
6690 (ruby-mode-map): Don't bind ruby-electric-brace,
6691 ruby-beginning-of-defun, ruby-end-of-defun, ruby-mark-defun,
6692 backward-kill-word, reindent-then-newline-and-indent.
6693 (ruby-mark-defun): Remove.
6694 (ruby-electric-brace): Remove. Obsoleted by electric-indent-chars.
6695 (ruby-mode): Set local beginning-of-defun-function and
6696 end-of-defun-function values.
6697
6698 2012-09-03 Martin Rudalics <rudalics@gmx.at>
6699
6700 * window.el (temp-buffer-window-setup-hook)
6701 (temp-buffer-window-show-hook): New hooks.
6702 (temp-buffer-window-setup, temp-buffer-window-show)
6703 (with-temp-buffer-window): New functions.
6704 (fit-window-to-buffer): Remove unused optional argument OVERRIDE.
6705 (special-display-popup-frame): Make sure the window used shows BUFFER.
6706
6707 * help.el (temp-buffer-resize-mode): Fix doc-string.
6708 (resize-temp-buffer-window): New optional argument WINDOW.
6709
6710 * files.el (recover-file, save-buffers-kill-emacs):
6711 * dired.el (dired-mark-pop-up): Use with-temp-buffer-window.
6712
6713 2012-09-02 Michael Albinus <michael.albinus@gmx.de>
6714
6715 * eshell/em-unix.el (eshell/sudo): When we have an ad-hoc
6716 remote definition of `default-directory', ensure we can connect.
6717
6718 2012-09-02 Juri Linkov <juri@jurta.org>
6719
6720 Toggle whitespace matching mode with M-s SPC.
6721 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00008.html
6722
6723 * isearch.el (search-whitespace-regexp): Doc fix.
6724 Remove cons cell customization.
6725 (isearch-mode-map): Bind "\M-s " to isearch-toggle-lax-whitespace.
6726 (isearch-lax-whitespace, isearch-regexp-lax-whitespace):
6727 New variables.
6728 (isearch-forward, isearch-forward-regexp): Doc fix.
6729 (isearch-toggle-lax-whitespace): New command.
6730 (search-forward-lax-whitespace, search-backward-lax-whitespace)
6731 (re-search-forward-lax-whitespace)
6732 (re-search-backward-lax-whitespace): New functions.
6733 (isearch-whitespace-regexp): Remove function.
6734 (isearch-query-replace): Let-bind replace-search-function and
6735 replace-re-search-function.
6736 (isearch-occur): Let-bind search-spaces-regexp according to the
6737 value of isearch-lax-whitespace and isearch-regexp-lax-whitespace.
6738 (isearch-quote-char): Check isearch-regexp-lax-whitespace in the
6739 condition for C-q SPC.
6740 (isearch-search-fun-default): Use new functions mentioned above.
6741 (isearch-search-forward, isearch-search-backward): Remove functions.
6742 (isearch-search): Don't let-bind search-spaces-regexp.
6743 (isearch-lazy-highlight-space-regexp): Remove variable.
6744 (isearch-lazy-highlight-lax-whitespace)
6745 (isearch-lazy-highlight-regexp-lax-whitespace): New variables.
6746 (isearch-lazy-highlight-new-loop): Use them.
6747 (isearch-lazy-highlight-search): Don't let-bind search-spaces-regexp.
6748
6749 2012-09-02 Chong Yidong <cyd@gnu.org>
6750
6751 * dired.el (dired-mode-map): Menu string fixes (Bug#11616).
6752
6753 2012-09-02 Glenn Morris <rgm@gnu.org>
6754
6755 * simple.el (undo): Tweak message in undo-only case. (Bug#12283)
6756
6757 2012-09-01 Glenn Morris <rgm@gnu.org>
6758
6759 * term.el: Tidy up menu definitions.
6760 (term-mode-map): Use easymenu for In/Out, Complete menus.
6761 (term-pager-break-map): Initialize in the defvar.
6762 (term-terminal-menu, term-signals-menu): Define with easymenu.
6763 (term-terminal-menu): Also show it in line-mode. (Bug#11957)
6764 (term-pager-menu): New, extracted from term-process-pager.
6765 (term-mode, term-char-mode, term-process-pager): Use easymenu-add.
6766 (term-update-mode-line): Propertize line/char and page items.
6767 (term-process-pager): Move keymap initialization elsewhere.
6768
6769 2012-09-01 Martin Rudalics <rudalics@gmx.at>
6770
6771 * window.el (switch-to-prev-buffer): Handle additional values of
6772 BURY-OR-KILL argument. Don't switch in minibuffer window.
6773 (switch-to-next-buffer): Don't switch in minibuffer window.
6774 (quit-restore-window): New function based on quit-window.
6775 Handle additional values of former KILL argument.
6776 (quit-window): Call quit-restore-window with appropriate
6777 interpretation of KILL argument.
6778 (display-buffer-below-selected): New buffer display action
6779 function.
6780
6781 2012-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
6782
6783 * minibuffer.el (completion-at-point-functions): Complete docstring
6784 (bug#12254).
6785
6786 2012-09-01 Paul Eggert <eggert@cs.ucla.edu>
6787
6788 Better seed support for (random).
6789 * play/5x5.el, play/animate.el, play/cookie1.el, play/dissociate.el:
6790 * play/doctor.el, play/dunnet.el, play/gomoku.el, play/landmark.el:
6791 * play/mpuz.el, play/tetris.el, play/zone.el:
6792 * calc/calc-comb.el (math-init-random-base):
6793 * play/blackbox.el (bb-init-board):
6794 * play/life.el (life):
6795 * server.el (server-use-tcp):
6796 * type-break.el (type-break):
6797 Remove unnecessary call to (random t).
6798 * net/sasl.el (sasl-unique-id-function):
6799 Change (random t) to (random), now that the latter is more random.
6800 * play/life.el (life-initialized): Remove no-longer-needed var.
6801
6802 2012-08-31 Alp Aker <alp.tekin.aker@gmail.com>
6803
6804 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
6805 Consider frame's buffer predicate when choosing the buffer.
6806 (Bug#12081)
6807
6808 2012-08-30 Richard Stallman <rms@gnu.org>
6809
6810 * simple.el (special-mode-map): Delete binding for `z'.
6811
6812 2012-08-30 Andreas Schwab <schwab@linux-m68k.org>
6813
6814 * progmodes/compile.el (compilation-always-kill): Doc fix.
6815
6816 2012-08-30 Chong Yidong <cyd@gnu.org>
6817
6818 * window.el (display-buffer-reuse-frames): Make the obsolescence
6819 message more informative.
6820
6821 2012-08-30 Glenn Morris <rgm@gnu.org>
6822
6823 * paren.el (show-paren-delay):
6824 Add a :set function. Doc fix. (Bug#12297)
6825
6826 2012-08-29 Martin Blais <blais@furius.ca> (tiny change)
6827
6828 * progmodes/compile.el (compilation-always-kill): New var.
6829 (compilation-start): Use it.
6830
6831 2012-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
6832
6833 * simple.el (read-only-mode): Move from files.el for bootstrapping.
6834 * files.el (read-only-mode): Move to simple.el.
6835
6836 * files.el (read-only-mode): New minor mode.
6837 (toggle-read-only): Use it and mark obsolete.
6838 (find-file--read-only):
6839 * vc/vc.el (vc-next-action, vc-checkout):
6840 * vc/vc-cvs.el (vc-cvs-checkout):
6841 * obsolete/vc-mcvs.el (vc-mcvs-update):
6842 * ffap.el (ffap--toggle-read-only): Update callers.
6843
6844 2012-08-29 Michael Albinus <michael.albinus@gmx.de>
6845
6846 * eshell/esh-ext.el (eshell-external-command): Do not examine
6847 remote shell scripts.
6848 See <https://bugs.launchpad.net/ubuntu/+source/emacs23/+bug/1035790>.
6849
6850 * net/tramp-sh.el (tramp-remote-path): Add "/sbin" and
6851 "/usr/local/sbin".
6852
6853 2012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
6854
6855 * emacs-lisp/cl-lib.el (buffer-string): Fix setter macro (bug#12293).
6856
6857 2012-08-28 Leo Liu <sdl.web@gmail.com>
6858
6859 * progmodes/sh-script.el (sh-dynamic-complete-functions): Adapt to
6860 completion-at-point. (Bug#12220)
6861
6862 * skeleton.el (skeleton-untabify): Change to nil (bug#12223).
6863
6864 * progmodes/sh-script.el (sh-indent-comment): Change to t (bug#12267).
6865
6866 2012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
6867
6868 * files.el (safe-local-eval-forms): Fix before-save-hook entry to
6869 be buffer-local; add delete-trailing-whitespace (bug#12259).
6870
6871 2012-08-28 Jeremy Moore <jmoore@ieee.org> (tiny change)
6872
6873 * progmodes/hideif.el (hif-compress-define-list):
6874 Fix typo. (Bug#11951)
6875
6876 2012-08-28 Dan Nicolaescu <dann@gnu.org>
6877
6878 * progmodes/hideshow.el (hs-block-end-regexp): Restore lost
6879 buffer local setting.
6880
6881 * net/rcirc.el (rcirc-split-message): Fix for buffer-local
6882 rcirc-encode-coding-system.
6883
6884 2012-08-28 Leo Liu <sdl.web@gmail.com>
6885
6886 * net/rcirc.el (rcirc-split-message): New function.
6887 (rcirc-send-message): Use it. (Bug#12051)
6888
6889 2012-08-28 Juri Linkov <juri@jurta.org>
6890
6891 * info.el (Info-fontify-node): Hide empty lines at the end of
6892 the node. (Bug#12272)
6893
6894 2012-08-27 Drew Adams <drew.adams@oracle.com>
6895
6896 * dired.el (dired-pop-to-buffer): Make window start at beginning
6897 of buffer (Bug#12281).
6898
6899 2012-08-26 Chong Yidong <cyd@gnu.org>
6900
6901 * window.el (special-display-regexps, special-display-frame-alist)
6902 (special-display-buffer-names, special-display-function)
6903 (display-buffer-reuse-frames): Mark as obsolete.
6904
6905 * progmodes/compile.el: Don't use display-buffer-reuse-frames.
6906
6907 * help.el (help-print-return-message): Don't treat
6908 display-buffer-reuse-frames specially.
6909
6910 2012-08-26 Chong Yidong <cyd@gnu.org>
6911
6912 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
6913 New variable, replacing gdb-frame-parameters.
6914 (gdb-frame-io-buffer, gdb-frame-breakpoints-buffer)
6915 (gdb-frame-threads-buffer, gdb-frame-memory-buffer)
6916 (gdb-frame-disassembly-buffer, gdb-frame-stack-buffer)
6917 (gdb-frame-locals-buffer, gdb-frame-registers-buffer): Use it.
6918 (def-gdb-frame-for-buffer): Macro deleted. It is easier to define
6919 the functions directly with gdb-display-buffer-other-frame-action.
6920 (gdb-display-breakpoints-buffer, gdb-display-threads-buffer)
6921 (gdb-display-memory-buffer, gdb-display-disassembly-buffer)
6922 (gdb-display-stack-buffer, gdb-display-locals-buffer)
6923 (gdb-display-registers-buffer): Define directly.
6924 (def-gdb-display-buffer): Macro deleted.
6925 (gdb-display-buffer): Remove second and third args, callers don't
6926 use them. Defer to the default display-buffer behavior, apart
6927 from making windows dedicated.
6928 (gdb-setup-windows): Don't call display-buffer unnecessarily.
6929
6930 * progmodes/gud.el (gud-display-line): Just use display-buffer.
6931
6932 * window.el (display-buffer-pop-up-frame): Handle a
6933 pop-up-frame-parameters alist entry.
6934 (display-buffer): Document it.
6935
6936 2012-08-26 Chong Yidong <cyd@gnu.org>
6937
6938 * isearch.el (search-whitespace-regexp): Make string and nil
6939 values apply to both ordinary and regexp search. Allow a cons
6940 cell value to distinguish between the two.
6941 (isearch-whitespace-regexp, isearch-search-forward)
6942 (isearch-search-backward): New functions.
6943 (isearch-occur, isearch-search-fun-default, isearch-search)
6944 (isearch-lazy-highlight-new-loop): Use them.
6945 (isearch-forward, isearch-forward-regexp): Doc fix.
6946
6947 2012-08-26 Chong Yidong <cyd@gnu.org>
6948
6949 * faces.el (help-argument-name): Always inherit from italic
6950 (Bug#12213).
6951
6952 2012-08-25 Martin Rudalics <rudalics@gmx.at>
6953
6954 * window.el (window--even-window-heights): Even heights when
6955 WINDOW and the selected window form a vertical combination.
6956 (display-buffer-use-some-window): Provide that window used gets
6957 sized back by quit-window. (Bug#11880) and (Bug#12091)
6958
6959 2012-08-24 Paul Eggert <eggert@cs.ucla.edu>
6960
6961 Fix file time stamp problem with bzr and CVS (Bug#12001).
6962 * vc/vc-cvs.el (vc-cvs-parse-entry): Ignore subsecond information
6963 in the file's time stamp, since the version control system loses
6964 that information.
6965
6966 2012-08-22 Juri Linkov <juri@jurta.org>
6967
6968 * info.el (Info-fontify-node): Hide the suffix of the
6969 Info file name in the header line. (Bug#12187)
6970
6971 2012-08-22 Glenn Morris <rgm@gnu.org>
6972
6973 * calendar/cal-tex.el (cal-tex-weekly-common):
6974 Restore leading blank page.
6975
6976 2012-08-22 Le Wang <l26wang@gmail.com>
6977
6978 * misc.el (forward-to-word, backward-to-word): Activate or extend
6979 the region under `shift-select-mode'. (Bug#12231)
6980
6981 2012-08-22 Bastien Guerry <bzg@gnu.org>
6982
6983 * progmodes/executable.el (executable-prefix): Set to "#!" instead
6984 of "#! ". http://www.in-ulm.de/~mascheck/various/shebang/#details
6985 gives details on why the space is never needed.
6986
6987 2012-08-22 Martin Rudalics <rudalics@gmx.at>
6988
6989 * window.el (walk-window-tree, window-with-parameter):
6990 New optional argument MINIBUF to control whether these functions
6991 should run on the minibuffer window.
6992 (window-at-side-list): Don't operate on minibuffer window.
6993 (window-in-direction): Simplify and rewrite doc-string.
6994 (window--size-ignore): Rename to window--size-ignore-p.
6995 Update callers.
6996 (display-buffer-in-atom-window, window--major-non-side-window)
6997 (window--major-side-window, display-buffer-in-major-side-window)
6998 (delete-side-window, display-buffer-in-side-window):
6999 New functions.
7000 (window--side-check, window-deletable-p, delete-window)
7001 (delete-other-windows, split-window): Handle side windows and
7002 atomic windows appropriately.
7003 (window--display-buffer): Call display-buffer-record-window also
7004 when the window buffer did not change.
7005
7006 2012-08-22 Christopher Schmidt <christopher@ch.ristopher.com>
7007
7008 * help-fns.el (help-fns--key-bindings):
7009 Abbreviate non-symbol remap targets. (Bug#12174)
7010
7011 2012-08-22 Martin Rudalics <rudalics@gmx.at>
7012
7013 * dired.el (dired-mark-remembered): Don't clobber point.
7014 (Bug#11795)
7015
7016 2012-08-22 Glenn Morris <rgm@gnu.org>
7017
7018 * progmodes/bug-reference.el (bug-reference): New custom group.
7019 (bug-reference-bug-regexp): Make it a defcustom.
7020
7021 2012-08-22 Daiki Ueno <ueno@unixuser.org>
7022
7023 * progmodes/js.el (js-indent-level, js-expr-indent-offset)
7024 (js-paren-indent-offset, js-square-indent-offset)
7025 (js-curly-indent-offset): Add :safe (Bug#12257).
7026
7027 2012-08-22 Edward O'Connor <hober0@gmail.com>
7028
7029 * json.el (json-key-format): Add error properties.
7030 (json-encode-key): New function.
7031 (json-encode-hash-table, json-encode-alist, json-encode-plist):
7032 Use json-encode-key.
7033
7034 2012-08-22 Glenn Morris <rgm@gnu.org>
7035
7036 * calendar/cal-tex.el (cal-tex-longday): New function, replacing...
7037 (cal-tex-leftday, cal-tex-rightday): Remove functions.
7038 (cal-tex-weekly-common, cal-tex-cursor-filofax-2week):
7039 Update for above change.
7040
7041 2012-08-21 Andreas Schwab <schwab@linux-m68k.org>
7042
7043 * cus-face.el (custom-face-attributes): Fix customize type for the
7044 :underline attribute. (Bug#11805)
7045
7046 2012-08-21 Martin Rudalics <rudalics@gmx.at>
7047
7048 * window.el (window-point-1, set-window-point-1): Remove.
7049 (window-in-direction, record-window-buffer)
7050 (set-window-buffer-start-and-point, split-window-below)
7051 (window--state-get-1, display-buffer-record-window):
7052 Replace calls to window-point-1 and set-window-point-1 by calls to
7053 window-point and set-window-point respectively.
7054
7055 2012-08-21 Glenn Morris <rgm@gnu.org>
7056
7057 * calendar/cal-tex.el (cal-tex-weekly-common): New function.
7058 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week):
7059 Use it.
7060
7061 * calendar/cal-tex.el (cal-tex-rightday): Add optional funcname arg.
7062 (cal-tex-shortday): New function.
7063 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week)
7064 (cal-tex-cursor-filofax-daily): Use the above.
7065
7066 * calendar/cal-tex.el (cal-tex-leftday, cal-tex-rightday):
7067 New functions.
7068 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
7069 (cal-tex-cursor-filofax-week): Use them.
7070
7071 * calendar/cal-tex.el (cal-tex-lefthead, cal-tex-righthead):
7072 New constants.
7073 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
7074 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use them.
7075
7076 * calendar/cal-tex.el (cal-tex-preamble): Generate new buffers.
7077 (cal-tex-end-document): Don't rely on buffer name.
7078
7079 * calendar/cal-tex.el (cal-tex-cursor-filofax-year):
7080 Use cal-tex-vspace.
7081 (cal-tex-vspace, cal-tex-hspace, cal-tex-em, cal-tex-bf)
7082 (cal-tex-Huge-bf, cal-tex-large-bf): Use cal-tex-cmd.
7083 (cal-tex-scriptsize, cal-tex-huge, cal-tex-Huge, cal-tex-large):
7084 Use cal-tex-arg.
7085
7086 * calendar/cal-tex.el (cal-tex-cursor-filofax-year)
7087 (cal-tex-cursor-week, cal-tex-cursor-week2)
7088 (cal-tex-cursor-week-iso, cal-tex-cursor-week-at-a-glance)
7089 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
7090 (cal-tex-cursor-filofax-daily, cal-tex-cursor-day)
7091 (cal-tex-insert-preamble, cal-tex-b-document)
7092 (cal-tex-e-document, cal-tex-b-center, cal-tex-e-center):
7093 Improve cal-tex-cmd usage.
7094
7095 * calendar/cal-tex.el (cal-tex-filofax-paper): New function.
7096 (cal-tex-cursor-filofax-year, cal-tex-cursor-filofax-2week)
7097 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use it.
7098 (cal-tex-weekly-paper): New function.
7099 (cal-tex-cursor-week, cal-tex-cursor-week2)
7100 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
7101 (cal-tex-cursor-day): Use it.
7102
7103 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance)
7104 (cal-tex-cursor-filofax-week): Remove leading blank page.
7105
7106 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
7107 Add autoload cookie. For now at least, don't use color, since
7108 no other cal-tex function does.
7109
7110 * calendar/cal-tex.el (cal-tex-cursor-week-iso)
7111 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
7112 (cal-tex-cursor-filofax-daily): Correct start date for diary entries.
7113
7114 2012-08-21 Juri Linkov <juri@jurta.org>
7115
7116 * info.el (Info-file-attributes): New variable.
7117 (info-insert-file-contents): Add file attributes to
7118 `Info-file-attributes'. Clear the caches `Info-index-nodes' and
7119 `Info-toc-nodes' when previous modtime of the Info file is less
7120 than new modtime.
7121 (Info-toc-nodes, Info-index-nodes): Move definitions up to the top
7122 of info.el. (Bug#12230)
7123
7124 2012-08-20 Glenn Morris <rgm@gnu.org>
7125
7126 * calendar/diary-lib.el (diary-include-files, diary-sexp-entry):
7127 * calendar/holidays.el (calendar-holiday-list):
7128 Report errors with display-warning rather than beep'n'sleep.
7129
7130 2012-08-20 Michael Albinus <michael.albinus@gmx.de>
7131
7132 * net/tramp.el (tramp-accept-process-output): Accept only output
7133 from PROC. Otherwise, process filters and sentinels might be
7134 confused. (Bug#12145)
7135
7136 2012-08-20 Chong Yidong <cyd@gnu.org>
7137
7138 * descr-text.el (describe-text-properties-1): Use overlays-in to
7139 report on empty overlays (Bug#3322).
7140
7141 2012-08-20 Glenn Morris <rgm@gnu.org>
7142
7143 * mail/rmailout.el (rmail-output-read-file-name):
7144 Trap and report errors in rmail-output-file-alist elements.
7145
7146 * font-lock.el (font-lock-add-keywords): Doc fix (quote face names
7147 since most non-font-lock faces are not also variables).
7148
7149 2012-08-20 Edward Reingold <reingold@iit.edu>
7150
7151 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
7152 New function. (Bug12160)
7153
7154 2012-08-19 Glenn Morris <rgm@gnu.org>
7155
7156 * mail/rmailout.el (rmail-output-read-file-name):
7157 Fix previous change (when the alist is nil or does not match).
7158
7159 2012-08-19 Chong Yidong <cyd@gnu.org>
7160
7161 * xml.el (xml-escape-string): Don't refer to xml-entity-alist
7162 (Bug#12228).
7163
7164 2012-08-18 Chong Yidong <cyd@gnu.org>
7165
7166 * simple.el (yank-handled-properties): New defcustom.
7167 (yank-excluded-properties): Add font-lock-face and category.
7168 (yank): Doc fix.
7169
7170 * subr.el (remove-yank-excluded-properties):
7171 Obey yank-handled-properties. The special handling of font-lock-face
7172 and category is now done this way, instead of being hard-coded.
7173 (insert-for-yank-1): Remove font-lock-face handling.
7174 (yank-handle-font-lock-face-property)
7175 (yank-handle-category-property): New function.
7176
7177 2012-08-17 Glenn Morris <rgm@gnu.org>
7178
7179 * mail/rmailout.el (rmail-output-read-file-name):
7180 Check rmail-output-file-alist against the full message body
7181 in the correct rmail buffer. (Bug#12214)
7182
7183 2012-08-17 Michael Albinus <michael.albinus@gmx.de>
7184
7185 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
7186 Eliminate superfluous prompt. (Bug#12203)
7187
7188 2012-08-17 Chong Yidong <cyd@gnu.org>
7189
7190 * mouse.el (mouse-appearance-menu): If x-select-font returns a
7191 font spec, set the font directly (Bug#3228).
7192
7193 2012-08-17 Martin Rudalics <rudalics@gmx.at>
7194
7195 * window.el (delete-window): Fix last fix.
7196
7197 2012-08-16 Martin Rudalics <rudalics@gmx.at>
7198
7199 * window.el (window-valid-p): Move to window.c.
7200 (window-child, window-child-count, window-last-child)
7201 (window-normalize-window, window-combined-p)
7202 (window-combinations, window-atom-root, window-min-size)
7203 (window-sizable, window-sizable-p, window-size-fixed-p)
7204 (window-min-delta, window-max-delta, window--resizable)
7205 (window--resizable-p, window-resizable, window-total-size)
7206 (window-full-height-p, window-full-width-p, window-body-size)
7207 (window-at-side-p, adjust-window-trailing-edge, maximize-window)
7208 (minimize-window, window-deletable-p, delete-window)
7209 (delete-other-windows, set-window-buffer-start-and-point)
7210 (next-buffer, previous-buffer, split-window, balance-windows-2)
7211 (set-window-text-height, window-buffer-height)
7212 (fit-window-to-buffer, shrink-window-if-larger-than-buffer)
7213 (truncated-partial-width-window-p): Minor code adjustments.
7214 In doc-strings state whether the argument window has to denote a
7215 live, valid or any window.
7216
7217 2012-08-16 Phil Sainty <psainty@orcon.net.nz> (tiny change)
7218
7219 * progmodes/subword.el (subword-forward-function)
7220 (subword-backward-function, subword-forward-regexp)
7221 (subword-backward-regexp): New variables.
7222 (subword-forward, subword-forward-internal, subword-backward-internal):
7223 Use new variables, eg so that different "word" definitions
7224 can be easily used. (Bug#11411)
7225
7226 2012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
7227
7228 * vc/vc-mtn.el (vc-mtn-revision-completion-table): Handle completion
7229 for composite selectors.
7230 * vc/vc.el (vc-diff-build-argument-list-internal): Don't prevent
7231 operation just because we can't find a previous revision.
7232
7233 2012-08-15 Chong Yidong <cyd@gnu.org>
7234
7235 * frame.el (set-frame-font): Accept font objects.
7236
7237 2012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
7238
7239 * textmodes/tex-mode.el (tex-insert-quote): ~ is a space (bug#12137).
7240
7241 2012-08-15 Wolfgang Jenkner <wjenkner@inode.at>
7242
7243 * man.el (Man-overstrike-face, Man-underline-face)
7244 (Man-reverse-face): Remove variables.
7245 (Man-overstrike, Man-underline, Man-reverse): New faces.
7246 (Man-fontify-manpage): Use them instead of the variables.
7247 (Man-cleanup-manpage): Comment change.
7248 (Man-ansi-color-map): New variable.
7249 (Man-fontify-manpage): Use it.
7250 Call ansi-color-apply-on-region to replace ad hoc code (bug#12147).
7251
7252 Implement ANSI SGR parameters 22-27 (bug#12146).
7253 * ansi-color.el (ansi-colors): Doc fix.
7254 (ansi-color-context, ansi-color-context-region): Doc fix.
7255 (ansi-color--find-face): New function.
7256 (ansi-color-apply, ansi-color-apply-on-region): Use it.
7257 Rename the local variable `face' to `codes' since it is now a list of
7258 ansi codes. Doc fix.
7259 (ansi-color-get-face): Remove.
7260 (ansi-color-parse-sequence): New function, derived from
7261 ansi-color-get-face.
7262 (ansi-color-apply-sequence): Use it. Rewrite, and support ansi
7263 codes 22-27.
7264
7265 2012-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
7266
7267 * subr.el (read-passwd): Allow use from a minibuffer.
7268
7269 2012-08-14 Eli Zaretskii <eliz@gnu.org>
7270
7271 * tooltip.el (tooltip-identifier-from-point): Don't treat tokens
7272 inside comments and strings as identifiers.
7273
7274 * progmodes/gud.el (gud-tooltip-print-command): Quote the
7275 expression to evaluate. This allows to evaluate expressions with
7276 embedded whitespace.
7277 (gud-tooltip-tips): Add a blank before the newline in the
7278 message-box text, for the benefit of message-box emulation on
7279 MS-Windows.
7280
7281 * progmodes/gdb-mi.el (gdb-tooltip-print): Don't ignore error
7282 messages from GDB, pop them up in a tooltip to give feedback to
7283 user.
7284 (gdb-tooltip-print-1): Quote the expression to evaluate.
7285 This allows to evaluate expressions with embedded whitespace.
7286 (gdb-inferior-io--init-proc): Don't send "-inferior-tty" command
7287 if the TTY name is nil or empty (which happens when communicating
7288 with the inferior via pipes, e.g. on MS-Windows).
7289 (gdb-internals): If GDB sends a "&\n" empty debugging message,
7290 don't send that to the GUD buffer.
7291
7292 2012-08-14 Glenn Morris <rgm@gnu.org>
7293
7294 * emacs-lisp/bytecomp.el (byte-compile-setq-default):
7295 Optimize away setq-default with no args, as for setq. (Bug#12195)
7296
7297 2012-08-14 Chong Yidong <cyd@gnu.org>
7298
7299 * minibuffer.el (read-file-name): Doc fix (Bug#10881).
7300
7301 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Doc fix
7302 (Bug#12085).
7303
7304 2012-08-14 Glenn Morris <rgm@gnu.org>
7305
7306 * emacs-lisp/bytecomp.el (byte-recompile-file): Doc fix.
7307
7308 2012-08-14 Michael Albinus <michael.albinus@gmx.de>
7309
7310 * net/tramp-sh.el (tramp-open-shell): Cache the shell name.
7311 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
7312 Use cached shell name.
7313
7314 2012-08-14 Fabián Ezequiel Gallina <fgallina@cuca>
7315
7316 * progmodes/python.el (python-shell-send-string):
7317 (python-shell-send-setup-code): Do not use `format' with `message'.
7318
7319 2012-08-14 Dmitry Gutov <dgutov@yandex.ru>
7320
7321 * progmodes/ruby-mode.el: Improve percent literals (bug#6286).
7322 (ruby-percent-literal-beg-re): New constant.
7323 (ruby-syntax-general-delimiters-goto-beg): Rename to
7324 `ruby-syntax-enclosing-percent-literal', improve literal type check.
7325 (ruby-syntax-propertize-general-delimiters): Rename to
7326 `ruby-syntax-propertize-percent-literal', it's a shorter and more
7327 popular term. Adjust comments everywhere.
7328 (ruby-syntax-propertize-percent-literal): Only propertize when not
7329 inside a simple string or comment. When the literal is unclosed,
7330 leave the text after it unpropertized.
7331 (ruby-syntax-methods-before-regexp): New constant.
7332 (ruby-syntax-propertize-function): Use it to recognize regexps.
7333 Don't look at the text after regexp, just use the whitelist.
7334
7335 2012-08-14 Andreas Schwab <schwab@linux-m68k.org>
7336
7337 * emacs-lisp/bytecomp.el (byte-recompile-file): When LOAD is
7338 non-nil always load the compiled file if it exists. (Bug#12197)
7339
7340 2012-08-14 Chong Yidong <cyd@gnu.org>
7341
7342 * hi-lock.el (hi-lock-mode): Do not unilaterally enable font lock.
7343 (hi-lock-set-pattern): When deciding whether to use font lock or
7344 overlays, look at font-lock-mode instead of font-lock-fontified
7345 (Bug#12168).
7346 (hi-lock-mode, hi-lock-line-face-buffer, hi-lock-unface-buffer)
7347 (hi-lock-face-buffer, hi-lock-face-phrase-buffer): Doc fix.
7348
7349 2012-08-14 Daiki Ueno <ueno@unixuser.org>
7350
7351 * subr.el (internal--after-with-selected-window): Fix typo
7352 (Bug#12193).
7353
7354 2012-08-14 Fabián Ezequiel Gallina <fgallina@cuca>
7355
7356 Use `completion-table-dynamic' for completion functions.
7357 * progmodes/python.el
7358 (python-shell-completion--do-completion-at-point)
7359 (python-shell-completion--get-completions):
7360 Remove functions.
7361 (python-shell-completion-complete-at-point): New function.
7362 (python-completion-complete-at-point): Use it.
7363
7364 2012-08-13 Jambunathan K <kjambunathan@gmail.com>
7365
7366 * vc/vc-dir.el (vc-dir-hide-state): New command (bug#12159).
7367 (vc-dir-hide-up-to-date): Route it to `vc-dir-hide-state'.
7368
7369 2012-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
7370
7371 * subr.el (function-get): Refine `autoload' arg so it can also
7372 autoload functions for gv.el (bug#12191).
7373 * emacs-lisp/edebug.el (get-edebug-spec): Adjust so it only
7374 autoloads macros.
7375
7376 * color.el (color-xyz-to-lab, color-lab-to-xyz, color-cie-de2000):
7377 Prefer pcase-let over destructuring-bind.
7378 * vc/diff-mode.el (diff-remove-trailing-whitespace): Same.
7379 Also, remove whitespace as we go, rather than after accumulating the
7380 various places.
7381
7382 * subr.el (internal--before-with-selected-window)
7383 (internal--after-with-selected-window): Fix typo seleted->selected.
7384 (with-selected-window): Adjust callers.
7385 Reported by Dmitry Gutov <dgutov@yandex.ru>.
7386
7387 2012-08-13 Bastien Guerry <bzg@gnu.org>
7388
7389 * window.el (special-display-popup-frame): Minor docstring
7390 enhancement. (Bug#12172)
7391
7392 2012-08-13 Andreas Schwab <schwab@linux-m68k.org>
7393
7394 * tar-mode.el (tar-header-data-end): Only ignore size for files of
7395 type 1-6.
7396 (tar-header-block-summarize, tar-get-descriptor): Handle pax
7397 extended headers.
7398
7399 * files.el (hack-local-variables-filter): Remove useless eval.
7400
7401 2012-08-13 Martin Rudalics <rudalics@gmx.at>
7402
7403 * subr.el (with-selected-window): Fix last change.
7404
7405 2012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
7406
7407 * subr.el (internal--before-with-seleted-window)
7408 (internal--after-with-seleted-window): New functions.
7409 (with-selected-window): Use them, to replace dependency on
7410 tty-top-frame.
7411
7412 2012-08-12 Nobuyoshi Nakada <nobu@ruby-lang.org>
7413
7414 * progmodes/ruby-mode.el (ruby-mode-map): Remove unnecessary
7415 binding for `newline'.
7416 (ruby-move-to-block): When moving backward, stop at block opening,
7417 not indentation.
7418 * progmodes/ruby-mode.el (ruby-brace-to-do-end)
7419 (ruby-do-end-to-brace, ruby-toggle-block): New functions.
7420 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
7421 `ruby-toggle-block'.
7422
7423 2012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
7424
7425 * ibuffer.el (ibuffer-do-toggle-read-only):
7426 * dired.el (dired-toggle-read-only):
7427 * buff-menu.el (Buffer-menu-toggle-read-only):
7428 * bindings.el (mode-line-toggle-read-only):
7429 * bs.el (bs-toggle-readonly): Call toggle-read-only interactively.
7430
7431 2012-08-12 Andreas Schwab <schwab@linux-m68k.org>
7432
7433 * descr-text.el (describe-char): Put the overlays over the
7434 "displayed as" character.
7435
7436 2012-08-12 Jay Belanger <jay.p.belanger@gmail.com>
7437
7438 * calc/calc-units.el (math-default-units-table): Give an
7439 initial value.
7440 (math-put-default-units): Add options to put composite units and
7441 unit systems in the default units table.
7442 (calc-convert-units): Send composite units to
7443 `math-put-default-units' when appropriate.
7444
7445 2012-08-11 Glenn Morris <rgm@gnu.org>
7446
7447 * emacs-lisp/copyright.el (copyright-update-directory): Logic fix.
7448
7449 * tutorial.el (help-with-tutorial):
7450 * emacs-lisp/copyright.el (copyright-update-directory):
7451 * emacs-lisp/autoload.el (autoload-find-generated-file)
7452 (autoload-find-file): Disable local eval: (for insurance).
7453
7454 * files.el (hack-local-variables-filter): If an eval: form is not
7455 known to be safe, and enable-local-variables is :safe, then ignore
7456 the form totally, as is done for non-eval forms. (Bug#12155)
7457 This is CVE-2012-3479.
7458
7459 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
7460
7461 * emacs-lisp/rx.el (rx-constituents): Don't define as constant.
7462 (rx-form): Simplify.
7463
7464 2012-08-09 Dmitry Gutov <dgutov@yandex.ru>
7465
7466 * progmodes/ruby-mode.el (ruby-expr-beg, ruby-parse-partial):
7467 ?, _, and : are symbol constituents, ! is not (but kinda should be).
7468 (ruby-syntax-propertize-heredoc): Use ruby-singleton-class-p.
7469 (ruby-syntax-propertize-function): Adjust for changes in
7470 `ruby-syntax-propertize-heredoc'.
7471
7472 2012-08-09 Nobuyoshi Nakada <nobu@ruby-lang.org>
7473
7474 * progmodes/ruby-mode.el (ruby-mode-map): Remove deprecated
7475 binding (use `M-;' instead).
7476 (ruby-singleton-class-p): New function.
7477 (ruby-expr-beg, ruby-in-here-doc-p) Use it.
7478
7479 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
7480
7481 * emacs-lisp/cl-macs.el (cl-loop): Improve debug spec.
7482
7483 2012-08-10 Chong Yidong <cyd@gnu.org>
7484
7485 * progmodes/python.el (python-shell-get-process-name): Don't mess
7486 with same-window-buffer-names.
7487
7488 * eshell/eshell.el (eshell-add-to-window-buffer-names)
7489 (eshell-remove-from-window-buffer-names): Make obsolete.
7490 (eshell-buffer-name, eshell-unload-hook): Don't use them.
7491 (eshell): Just use pop-to-buffer-same-window instead.
7492
7493 2012-08-10 Chong Yidong <cyd@gnu.org>
7494
7495 * bindings.el: Bind M-= back to count-words-region.
7496
7497 * simple.el (count-words-region): Accept a prefix arg for acting
7498 on the entire buffer.
7499 (count-words--buffer-message): New helper function.
7500
7501 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
7502
7503 * term/x-win.el (x-menu-bar-open): Always pass last-nonmenu-event.
7504 * subr.el (eventp): `nil' is not an event, and eventp is not hot.
7505 (event-start, event-end): Use posn-at-point to return a more
7506 informative posn.
7507 (posnp): New function.
7508 * mouse.el (popup-menu-normalize-position): Use it.
7509
7510 2012-08-10 Masatake YAMATO <yamato@redhat.com>
7511
7512 * mouse.el (popup-menu-normalize-position): New function.
7513 (popup-menu): Use `popup-menu-normalize-position' to normalize
7514 the form for POSITION argument.
7515
7516 * term/x-win.el (x-menu-bar-open):
7517 Use the value returend from (posn-at-point) as position
7518 passed to `popup-menu'.
7519
7520 2012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
7521
7522 * calc/calccomp.el (math-compose-expr): Add extra argument
7523 indicating that parentheses should be put around products in
7524 denominators. Give multiplication precedence over division during
7525 composition.
7526
7527 2012-08-09 Chong Yidong <cyd@gnu.org>
7528
7529 * man.el (Man-switches, Man-sed-command, Man-awk-command)
7530 (Man-mode-hook, Man-cooked-hook, Man-untabify-command-args)
7531 (Man-untabify-command, manual-program): Convert to defcustom
7532 (Bug#10429).
7533
7534 * vc/add-log.el (change-log-mode): Bind comment-start to nil.
7535
7536 * descr-text.el (describe-char): Don't insert extra newlines
7537 (Bug#10127).
7538
7539 * vc/log-view.el (log-view-diff): Use use-region-p (Bug#10133).
7540 (log-view-diff-changeset, log-view-minor-wrap): Likewise.
7541
7542 * align.el (align-region): Delete temporary markers (Bug#10047).
7543 Plus some code cleanups.
7544
7545 2012-08-09 Fabián Ezequiel Gallina <fgallina@cuca>
7546
7547 * progmodes/python.el (python-pdbtrack-tracked-buffer)
7548 (python-pdbtrack-buffers-to-kill, python-shell-internal-buffer)
7549 (python-shell-internal-last-output): Use make-local-variable
7550 instead of make-variable-buffer-local.
7551
7552 2012-08-09 Fabián Ezequiel Gallina <fgallina@cuca>
7553
7554 * progmodes/python.el: Enhancements to forward-sexp.
7555 (python-nav-forward-sexp): Rename from
7556 python-nav-forward-sexp-function.
7557 (python-nav--forward-sexp, python-nav--backward-sexp):
7558 New functions.
7559
7560 2012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
7561
7562 * calc/calc-menu.el (calc-modes-menu): Add entries for matrix
7563 modes and simplification modes.
7564
7565 2012-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
7566
7567 * delsel.el (delete-selection-pre-hook): Don't propagate the
7568 file-supersession signals (bug#12161).
7569
7570 2012-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
7571
7572 * emacs-lisp/cl.el (cl-map-keymap-recursively, cl-map-intervals)
7573 (cl-map-extents): Add compatibility aliases (bug#12135).
7574
7575 2012-08-08 Michael Albinus <michael.albinus@gmx.de>
7576
7577 * net/tramp-sh.el (tramp-find-file-exists-command): Protect the
7578 tests by `ignore-error'.
7579 (tramp-find-shell): Open also a new shell, when cache is already
7580 set. Reported by Carsten Bormann <cabo@tzi.org>. (Bug#12148)
7581
7582 2012-08-08 Juri Linkov <juri@jurta.org>
7583
7584 * bookmark.el: Add `defaults' property to the bookmark record.
7585 (bookmark-current-buffer): Doc fix.
7586 (bookmark-make-record): Add `defaults' property with default values
7587 to the bookmark record.
7588 (bookmark-minibuffer-read-name-map): Remove key binding "\C-u"
7589 with `bookmark-insert-current-bookmark'.
7590 (bookmark-set): Get `defaults' property from the bookmark record
7591 and use it in `read-from-minibuffer'.
7592 (bookmark-insert-current-bookmark): Remove function.
7593
7594 * info.el (Info-bookmark-make-record): Add `defaults' property
7595 with values of canonical Info node name, the current Info file
7596 name and the current Info node name. (Bug#12107)
7597
7598 2012-08-08 Juri Linkov <juri@jurta.org>
7599
7600 * files.el (basic-save-buffer): Use `buffer-name' as the default
7601 of `read-file-name' when buffer is not visiting a file (bug#12128).
7602
7603 2012-08-08 Juri Linkov <juri@jurta.org>
7604
7605 * info.el (Info-isearch-search): Doc fix.
7606 (Info-search): Change search-failed message from "initial node" to
7607 "end of node" (bug#12078).
7608 (Info-isearch-search): Change `isearch-string-state' to
7609 `isearch--state-string'.
7610
7611 2012-08-08 Glenn Morris <rgm@gnu.org>
7612
7613 * language/persian.el: Remove file.
7614 * language/misc-lang.el: Move unique part of persian.el here.
7615 * loadup.el: Remove language/persian.
7616
7617 2012-08-08 Óscar Fuentes <ofv@wanadoo.es>
7618
7619 * vc/diff-mode.el (diff-remove-trailing-whitespace): New function.
7620
7621 2012-08-08 Fabián Ezequiel Gallina <fgallina@cuca>
7622
7623 * progmodes/python.el: Fix defsubst warning.
7624 (python-syntax-context) Rename from python-info-ppss-context.
7625 (python-syntax-context-type): Rename from
7626 python-info-ppss-context-type.
7627 (python-syntax-comment-or-string-p): Rename from
7628 python-info-ppss-comment-or-string-p.
7629
7630 2012-08-08 Jay Belanger <jay.p.belanger@gmail.com>
7631
7632 * calc/calc-misc.el (calc-record-why): Don't record a message twice.
7633
7634 2012-08-07 Andreas Schwab <schwab@linux-m68k.org>
7635
7636 * emacs-lisp/lisp-mode.el (eval-defun-1): Handle standard value of
7637 a defcustom that is quoted with backquote.
7638
7639 * calc/calc-prog.el (math-do-defmath): Use backquote forms.
7640 Fix handling of interactive spec when the body uses return.
7641 (math-do-arg-check, math-define-function-body): Use backquote forms.
7642 * calc/calc-ext.el (math-defcache): Likewise.
7643 * calc/calc-rewr.el (math-rwfail, math-rweval): Likewise.
7644 * allout.el (allout-new-exposure): Likewise.
7645 * calc/calcalg2.el (math-tracing-integral): Likewise.
7646 * info.el (Info-last-menu-item): Likewise.
7647 * emulation/vip.el (vip-loop): Likewise.
7648 * textmodes/artist.el (artist-funcall): Likewise.
7649 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle):
7650 Construct menu-item directly.
7651
7652 * progmodes/autoconf.el (font-lock-syntactic-keywords):
7653 Don't declare.
7654
7655 2012-08-07 Chong Yidong <cyd@gnu.org>
7656
7657 * simple.el (deactivate-mark): Preserve text properties when
7658 saving the primary selection (Bug#8384).
7659
7660 2012-08-07 Kevin Ryde <user42@zip.com.au>
7661
7662 * woman.el (woman0-if): Quietly treat ".if v" as false (Bug#12109).
7663 (woman-parse-numeric-value): On a bad .IP line, issue a warning
7664 and continue processing (Bug#12110).
7665
7666 2012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
7667
7668 * progmodes/cperl-mode.el (cperl-mode): Yet another fix for
7669 syntax-propertize-function (bug#10095).
7670
7671 2012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
7672
7673 * help-fns.el (help-fns--key-bindings, help-fns--signature)
7674 (help-fns--parent-mode, help-fns--obsolete): New funs, extracted from
7675 describe-function-1.
7676 (describe-function-1): Use them. Move compiler macro after sig.
7677 (help-fns--compiler-macro): Use function-get. Assume we're already in
7678 standard-output. Adjust layout to new call order.
7679
7680 * emacs-lisp/cl-macs.el (cl--sm-macroexpand): Fix handling of
7681 re-binding a symbol that has a symbol-macro (bug#12119).
7682
7683 2012-08-06 Mohsen BANAN <libre@mohsen.1.banan.byname.net>
7684
7685 * language/persian.el: New file. (Bug#11812)
7686 * loadup.el: Add language/persian.el.
7687
7688 2012-08-06 Chong Yidong <cyd@gnu.org>
7689
7690 * window.el (window--maybe-raise-frame): New function.
7691 (window--display-buffer): Split off from here.
7692 (display-buffer-reuse-window, display-buffer-pop-up-frame)
7693 (display-buffer-pop-up-window, display-buffer-use-some-window):
7694 Obey an inhibit-switch-frame action alist entry.
7695 (display-buffer): Update doc.
7696
7697 * replace.el (occur-after-change-function): Avoid losing focus by
7698 using the inhibit-switch-frame display parameter (Bug#12139).
7699
7700 2012-08-06 Fabián Ezequiel Gallina <fgallina@cuca>
7701
7702 Make internal shell process buffer names start with space.
7703 * progmodes/python.el (python-shell-make-comint): Add optional
7704 argument INTERNAL.
7705 (run-python-internal): Use it.
7706 (python-shell-internal-get-or-create-process): Check for new
7707 internal buffer names.
7708
7709 2012-08-06 Glenn Morris <rgm@gnu.org>
7710
7711 * eshell/esh-ext.el (eshell/addpath): Use dolist and mapconcat.
7712 Do less getting and setting of environment variables.
7713
7714 2012-08-05 Chong Yidong <cyd@gnu.org>
7715
7716 * proced.el (proced): Add substitution string to docstring to
7717 trigger autoloading of the proced library on C-h f (Bug#1768).
7718
7719 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
7720 Don't show defvars which have no second argument (Bug#8638).
7721
7722 * imenu.el (imenu-generic-expression): Move documentation here
7723 from imenu--generic-function.
7724 (imenu--generic-function): Refer to imenu-generic-expression.
7725
7726 2012-08-05 Vegard Øye <vegard_oye@hotmail.com> (tiny change)
7727
7728 * emulation/viper-init.el (viper-deflocalvar): Add docstring and
7729 indentation declaration.
7730 (viper-loop): Add indentation declaration (Bug#7025).
7731
7732 2012-08-05 Chong Yidong <cyd@gnu.org>
7733
7734 * help-fns.el (describe-variable): Add hyperlink for
7735 directory-local variables files. Improve buffer-local and
7736 permanent-local reporting; suggested by MON KEY (Bug#6644).
7737
7738 * help-mode.el (help-dir-local-var-def): New button type.
7739
7740 * files.el (kill-buffer-hook): Provide a defvar.
7741
7742 2012-08-05 Glenn Morris <rgm@gnu.org>
7743
7744 * eshell/esh-ext.el (eshell/addpath):
7745 Also update eshell-path-env. (Bug#12013)
7746
7747 2012-08-05 Chong Yidong <cyd@gnu.org>
7748
7749 * wdired.el (wdired-mode, wdired-change-to-wdired-mode): Doc fixes.
7750
7751 * fringe.el (fringe-styles): Add docstring.
7752 (fringe--check-mode): New function.
7753 (set-fringe-mode, set-fringe-style): Use it.
7754 (fringe-mode, set-fringe-style): Doc fixes (Bug#6480).
7755
7756 * files.el (set-auto-mode): Fix invalid setq call.
7757
7758 2012-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
7759
7760 * isearch.el: Misc simplification; use defstruct.
7761 (isearch-mode-map): Dense maps now work like sparse ones.
7762 (isearch--state): New defstruct.
7763 (isearch-string-state, isearch-message-state, isearch-point-state)
7764 (isearch-success-state, isearch-forward-state)
7765 (isearch-other-end-state, isearch-word-state, isearch-error-state)
7766 (isearch-wrapped-state, isearch-barrier-state)
7767 (isearch-case-fold-search-state, isearch-pop-fun-state): Remove,
7768 replaced by defstruct's accessors.
7769 (isearch--set-state): Rename from isearch-top-state and change
7770 calling convention.
7771 (isearch-push-state): Use new isearch--get-state.
7772 (isearch-toggle-word): Disable regexp when enabling word.
7773 (isearch-message-prefix): Remove unused arg _c-q-hack.
7774 (isearch-message-suffix): Remove unused arg _ellipsis.
7775
7776 2012-08-04 Andreas Schwab <schwab@linux-m68k.org>
7777
7778 * simple.el (list-processes--refresh): For a server use :host or
7779 :local as the address.
7780 (list-processes): Doc fix.
7781
7782 2012-08-04 Michal Nazarewicz <mina86@mina86.com>
7783
7784 * lisp/mpc.el: Support password in host argument.
7785 (mpc--proc-connect): Parse and use new password element.
7786 Set mpc-proc variable instead of returning process.
7787 (mpc-proc): Adjust accordingly.
7788
7789 2012-08-03 Eli Zaretskii <eliz@gnu.org>
7790
7791 * whitespace.el (whitespace-display-mappings): Use Unicode
7792 codepoints, instead of emacs-mule codepoints. See
7793 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-07/msg00366.html
7794 for the details.
7795
7796 * files.el (file-truename): Don't skip symlink-chasing part on
7797 windows-nt. Incorporate the resolution of 8+3 short aliases on
7798 Windows into the loop that recursively chases symlinks.
7799 Compare directory and its parent case-insensitively on MS-Windows and
7800 MS-DOS.
7801
7802 2012-08-03 Chong Yidong <cyd@gnu.org>
7803
7804 * menu-bar.el (menu-bar-tools-menu): Remove PCL-CVS.
7805
7806 * sort.el (sort-regexp-fields): Doc fix.
7807
7808 2012-08-03 Tassilo Horn <tsdh@gnu.org>
7809
7810 * textmodes/reftex.el (reftex-compile-variables): Make keyvals
7811 labels regex position point at the expected place.
7812
7813 2012-08-03 MON KEY <monkey@sandpframing.com>
7814
7815 * net/imap.el (imap-interactive-login, imap-authenticate)
7816 (imap-mailbox-lsub, imap-mailbox-list)
7817 (imap-mailbox-status-asynch, imap-mailbox-acl-delete)
7818 (imap-fetch, imap-message-flag-permanent-p, imap-envelope-from)
7819 (imap-parse-response): Doc fix.
7820
7821 2012-08-03 João Távora <joaotavora@gmail.com>
7822
7823 * textmodes/tex-mode.el (latex-forward-sexp): Terminate the loop
7824 if sexp scanning does not move point (Bug#5734).
7825
7826 2012-08-02 Tassilo Horn <tsdh@gnu.org>
7827
7828 * textmodes/reftex-vars.el (reftex-default-label-alist-entries):
7829 Add listings, minted, and ctable packages.
7830 (reftex-label-alist-builtin): Move listings, minted, and ctable
7831 entries before LaTeX.
7832 (reftex-label-alist): Docfix.
7833
7834 2012-08-02 Bastien Guerry <bzg@gnu.org>
7835
7836 * replace.el (occur): Fix docstring (bug#12122).
7837
7838 2012-08-02 Glenn Morris <rgm@gnu.org>
7839
7840 * emacs-lisp/authors.el (authors-renamed-files-alist): Add ms-w32.h.
7841
7842 2012-08-02 Paul Eggert <eggert@cs.ucla.edu>
7843
7844 Obsolete alias inactivate-current-input-method-function (Bug#10150).
7845 * international/mule-cmds.el: Create
7846 inactivate-current-input-method-function as an obsolete alias for
7847 deactivate-current-input-method-function. See Katsumi Yamaoka in
7848 <http://bugs.gnu.org/10150#46>.
7849
7850 2012-08-01 Jay Belanger <jay.p.belanger@gmail.com>
7851
7852 * calc/calc-mode.el (calc-set-simplify-mode): Use `cond' instead
7853 of nested `if's.
7854
7855 2012-08-01 Glenn Morris <rgm@gnu.org>
7856
7857 * progmodes/autoconf.el (autoconf-definition-regexp):
7858 Add AH_TEMPLATE, adjust submatch numbering.
7859 (autoconf-font-lock-keywords, autoconf-imenu-generic-expression)
7860 (autoconf-current-defun-function): Update for above change.
7861 (autoconf-current-defun-function): First skip to end of current word.
7862
7863 2012-08-01 Rupert Swarbrick <rswarbrick@gmail.com> (tiny change)
7864
7865 * calendar/cal-html.el (cal-html-insert-agenda-days):
7866 Fix typo. (Bug#12018)
7867
7868 2012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
7869
7870 Shell processes: enhancements to startup and CEDET compatibility.
7871 * progmodes/python.el (python-shell-send-setup-max-wait): Delete var.
7872 (python-shell-make-comint): accept-process-output at startup.
7873 (run-python-internal): Set inferior-python-mode-hook to nil.
7874 (python-shell-internal-get-or-create-process): call sit-for.
7875 (python-preoutput-result): Add obsolete alias.
7876 (python-shell-internal-send-string): Use it.
7877 (python-shell-send-setup-code): Remove call to
7878 accept-process-output.
7879
7880 2012-07-31 Andreas Schwab <schwab@linux-m68k.org>
7881
7882 * buff-menu.el (list-buffers-noselect): Use prefix-numeric-value.
7883 (Bug#12108)
7884
7885 2012-07-31 Jay Belanger <jay.p.belanger@gmail.com>
7886
7887 * calc-mode.el (calc-basic-simplification-mode): Rename from
7888 `calc-limited-simplification-mode'.
7889 (calc-alg-simplification-mode): New function.
7890 (calc-set-simplify-mode): Adjust message.
7891
7892 * calc.el (calc-set-mode-line): Adjust mode line display for
7893 basic simplification mode.
7894
7895 * calc-help.el (calc-m-prefix-help): Update help message.
7896
7897 * calc-ext.el (calc-init-extensions): Add bindings and autoloads
7898 for `calc-basic-simplify-mode' and `calc-alg-simplify-mode'.
7899
7900 2012-07-31 Bastien Guerry <bzg@gnu.org>
7901
7902 * man.el (man): Fix comment. (bug#12101)
7903
7904 2012-07-31 Martin Rudalics <rudalics@gmx.at>
7905
7906 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
7907 Don't return a non-nil value when no suitable buffer was found.
7908
7909 2012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
7910
7911 * progmodes/python.el (run-python-internal): Disable font lock for
7912 internal shells.
7913
7914 2012-07-30 Stefan Merten <smerten@oekonux.de>
7915
7916 * textmodes/rst.el: Silence `checkdoc-ispell'.
7917 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
7918 (rst-official-version, rst-official-cvs-rev)
7919 (rst-package-emacs-version-alist): Update to upstream V1.3.1.
7920 (rst-mode-map): New key binding.
7921
7922 2012-07-30 Paul Eggert <eggert@cs.ucla.edu>
7923
7924 Update .PHONY listings in makefiles.
7925 * Makefile.in (.PHONY): Add all, doit, custom-deps, finder-data,
7926 autoloads, update-subdirs, updates, bzr-update, update-authors,
7927 compile-onefile, compile-calc, backup-compiled-files,
7928 compile-after-backup, compile-one-process, mh-autoloads,
7929 bootstrap-clean, distclean, maintainer-clean.
7930
7931 2012-07-29 Jay Belanger <jay.p.belanger@gmail.com>
7932
7933 * calc/calc.el (calc-simplify-mode): Make 'alg the default value.
7934 (calc-set-mode-line): Don't display "AlgSimp ".
7935
7936 * calc/calc-mode.el (calc-alg-simplify-mode): Remove function.
7937 (calc-lim-simplify-mode): New function.
7938 (calc-set-simplify-mode): Default to 'alg.
7939 (calc-default-simplify-mode): Make algebraic simplifications
7940 the default.
7941
7942 * calc/calc-ext.el (calc-init-extensions): Remove binding for
7943 `calc-alg-simplify-mode'. Add binding for `calc-lim-simplify-mode'.
7944
7945 * calc/calc-help.el (calc-m-prefix-help): Change messages to
7946 indicate new simplification modes.
7947
7948 * calc/README: Mention new default simplification mode.
7949
7950 * calc/calc.el (math-normalize-error): New variable.
7951 (math-normalize): Set `math-normalize-error' to t
7952 when there's an error.
7953
7954 * calc/calc-alg.el (math-simplify): Don't simplify when
7955 `math-normalize' returns an error.
7956
7957 2012-07-29 Eli Zaretskii <eliz@gnu.org>
7958
7959 * international/mule-cmds.el (set-locale-environment): Revert last
7960 change, since display-graphic-p returns nil when this function is
7961 called during startup. Instead...
7962
7963 * term/w32console.el (terminal-init-w32console): ...setup the
7964 keyboard and terminal encoding for TTY sessions here. (Bug#12082)
7965
7966 2012-07-29 Juri Linkov <juri@jurta.org>
7967
7968 * simple.el (goto-line): Don't display default line number in the
7969 prompt because it should be displayed by `read-number' (bug#9952).
7970 Add the current line number to the defaults of `goto-line' to
7971 allow its easier modification by users with `M-n' (bug#9201).
7972
7973 * subr.el (read-number): Support multiple default values like in
7974 other minibuffer reading functions. Replace `read' with
7975 `string-to-number' for consistency with `number-to-string'.
7976
7977 2012-07-29 Paul Eggert <eggert@cs.ucla.edu>
7978
7979 deactive->inactive, inactivate->deactivate spelling fixes (Bug#10150)
7980 * emulation/viper-init.el (viper-deactivate-input-method-action):
7981 Rename from viper-inactivate-input-method-action.
7982 (viper-deactivate-input-method):
7983 Rename from viper-inactivate-input-method.
7984 * follow.el (follow-inactive-menu): Rename from follow-deactive-menu.
7985 * international/mule-cmds.el (deactivate-input-method):
7986 Rename from inactivate-input-method.
7987 Also run input-method-deactivate-hook.
7988 (deactivate-current-input-method-function):
7989 Rename from inactivate-current-input-method-function.
7990 (input-method-deactivate-hook): New hook.
7991 (input-method-inactivate-hook): Mark obsolete.
7992 (inactivate-input-method): Mark obsolete.
7993
7994 * international/quail.el (quail-activate):
7995 Also run quail-deactivate-hook.
7996 (quail-deactivate): Rename from quail-inactivate.
7997 * international/robin.el (robin-activate):
7998 Also run robin-deactivate-hook.
7999 (robin-deactivate): Rename from robin-inactivate.
8000
8001 2012-07-29 Chong Yidong <cyd@gnu.org>
8002
8003 * simple.el (indicate-copied-region): New function.
8004 (kill-ring-save): Split off from here.
8005
8006 * rect.el (copy-rectangle-as-kill): Call indicate-copied-region.
8007 (kill-rectangle): Set deactivate-mark to t on read-only error.
8008
8009 * register.el (copy-to-register, copy-rectangle-to-register):
8010 Deactivate the mark, and use indicate-copied-region (Bug#10056).
8011 (append-to-register, prepend-to-register): Call indicate-copied-region.
8012
8013 2012-07-29 Juri Linkov <juri@jurta.org>
8014
8015 * simple.el (async-shell-command-buffer): New defcustom.
8016 (shell-command): Use it. (Bug#4719)
8017
8018 2012-07-28 Eli Zaretskii <eliz@gnu.org>
8019
8020 * international/mule-cmds.el (set-locale-environment): In a
8021 console session on MS-Windows, set up keyboard and terminal
8022 encoding from the OEM codepage, not the ANSI codepage.
8023 (Bug#12055)
8024
8025 2012-07-28 Chong Yidong <cyd@gnu.org>
8026
8027 * progmodes/gdb-mi.el (gdb-place-breakpoints): Fix the call to
8028 gdb-get-location.
8029
8030 2012-07-28 Leo Liu <sdl.web@gmail.com>
8031
8032 * progmodes/cc-menus.el (cc-imenu-objc-function): Avoid leaving nil in
8033 the alist (bug#12029).
8034
8035 2012-07-28 Eli Zaretskii <eliz@gnu.org>
8036
8037 * makefile.w32-in (custom-deps, finder-data, updates, compile)
8038 (compile-always, compile-first)
8039 ($(lisp)/calendar/cal-loaddefs.el)
8040 ($(lisp)/calendar/diary-loaddefs.el)
8041 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
8042 ($(lisp)/net/tramp-loaddefs.el, bootstrap)
8043 ($(lisp)/progmodes/cc-mode.elc): Depend on $(lisp)subdirs.el,
8044 instead of on update-subdirs.
8045 (bootstrap-clean): Delete $(lisp)/subdirs.el.
8046
8047 2012-07-28 Chong Yidong <cyd@gnu.org>
8048
8049 * vc/vc.el (vc-root-diff, vc-print-root-log): Prompt for a
8050 directory if vc-deduce-backend returns nil (Bug#7350).
8051
8052 * simple.el (delete-trailing-lines): New option.
8053 (delete-trailing-whitespace): Obey it (Bug#11879).
8054
8055 2012-07-28 David Engster <deng@randomsample.de>
8056
8057 * xml.el (xml-node-name, xml-parse-file, xml-parse-region):
8058 Explanation of new 'symbol-qnames feature in doc-strings.
8059 (xml-maybe-do-ns): Return expanded names as plain symbols if
8060 'symbol-qnames was provided in XML-NS argument (Bug#11916).
8061 (xml-parse-tag-1): Deal with new definition of PARSE-NS argument.
8062
8063 2012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
8064
8065 Consistent completion in inferior python with emacs -nw.
8066 * progmodes/python.el (inferior-python-mode): replace "<tab>"
8067 binding in inferior-python-mode-map with "\t".
8068 (python-shell-completion-complete-at-point)
8069 (python-completion-complete-at-point): Remove interactive spec.
8070
8071 2012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
8072
8073 * calc/calccomp.el (math-compose-expr): Undo previous change.
8074
8075 2012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
8076
8077 * progmodes/python.el (python-mode-map): Add keybinding for
8078 run-python.
8079 (python-shell-make-comint): Fix pop-to-buffer call.
8080 (run-python): Autoload. New arg SHOW.
8081 (python-shell-get-or-create-process): Do not pop python process
8082 buffer.
8083
8084 2012-07-27 Michael Albinus <michael.albinus@gmx.de>
8085
8086 * notifications.el (notifications-on-action-signal)
8087 (notifications-on-closed-signal): Use also the bus address for the map.
8088 (notifications-notify, notifications-close-notification)
8089 (notifications-get-capabilities): Add optional argument BUS.
8090
8091 2012-07-27 Tassilo Horn <tsdh@gnu.org>
8092
8093 * textmodes/reftex-vars.el (reftex-label-alist-builtin):
8094 Add support for the lstlisting and minted environments, and for the
8095 ctable macro.
8096 * textmodes/reftex.el (reftex-compile-variables): Also recognize
8097 labels written in keyvals syntax.
8098
8099 2012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
8100
8101 * calc/calccomp.el (math-compose-expr): Use parentheses when
8102 there is a product in the denominator of a fraction.
8103
8104 2012-07-26 Eli Zaretskii <eliz@gnu.org>
8105
8106 * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
8107 ($(lisp)/calendar/diary-loaddefs.el)
8108 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
8109 ($(lisp)/net/tramp-loaddefs.el): Depend on update-subdirs.
8110 Fixes failures in parallel bootstrap because subdirs.el is being
8111 rewritten while the autoload files are built at the same time,
8112 which needs to load subdirs.el.
8113
8114 2012-07-26 Martin Rudalics <rudalics@gmx.at>
8115
8116 * mouse.el (popup-menu): Fix doc-string and re-indent code.
8117 (mouse-drag-line): Don't exit tracking when a switch-frame or
8118 switch-window event occurs (Bug#12006).
8119
8120 2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
8121
8122 * mouse.el (popup-menu): Fix last change.
8123
8124 2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
8125
8126 Autoload from Lisp with more care. Follow aliases when looking for
8127 function properties.
8128 * subr.el (autoloadp): New function.
8129 (symbol-file): Use it.
8130 (function-get): New function.
8131 * emacs-lisp/macroexp.el (macroexp--expand-all): Use function-get and
8132 autoload-do-load.
8133 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function)
8134 (lisp-indent-function):
8135 * emacs-lisp/gv.el (gv-get):
8136 * emacs-lisp/edebug.el (get-edebug-spec, edebug-basic-spec):
8137 * emacs-lisp/byte-opt.el (byte-optimize-form):
8138 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
8139 * emacs-lisp/autoload.el (make-autoload, autoload-print-form):
8140 Use function-get.
8141 * emacs-lisp/cl.el: Don't propagate function properties any more.
8142
8143 * speedbar.el (speedbar-add-localized-speedbar-support):
8144 * emacs-lisp/disass.el (disassemble-internal):
8145 * desktop.el (desktop-load-file):
8146 * help-fns.el (help-function-arglist, find-lisp-object-file-name)
8147 (describe-function-1):
8148 * emacs-lisp/find-func.el (find-function-noselect):
8149 * emacs-lisp/elp.el (elp-instrument-function):
8150 * emacs-lisp/advice.el (ad-has-proper-definition):
8151 * apropos.el (apropos-safe-documentation, apropos-macrop):
8152 * emacs-lisp/debug.el (debug-on-entry):
8153 * emacs-lisp/cl-macs.el (cl-compiler-macroexpand):
8154 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
8155 * calc/calc.el (name): Use autoloadp & autoload-do-load.
8156
8157 2012-07-25 Alp Aker <alp.tekin.aker@gmail.com>
8158
8159 * international/mule-cmds.el (ucs-insert): Mark it as an obsolete
8160 function, not an obsolete variable (Bug#12046).
8161
8162 2012-07-25 Andreas Schwab <schwab@linux-m68k.org>
8163
8164 * faces.el (face-spec-reset-face): Fix last change. (Bug#12042)
8165
8166 2012-07-25 Christopher Schmidt <christopher@ch.ristopher.com>
8167
8168 * emacs-lisp/pp.el (pp-display-expression): Select old selected
8169 window only if it is still live (Bug#12034).
8170
8171 2012-07-25 Martin Rudalics <rudalics@gmx.at>
8172
8173 * subr.el (redirect-frame-focus): Add advertised calling
8174 convention (Bug#12030).
8175
8176 2012-07-25 Paul Eggert <eggert@cs.ucla.edu>
8177
8178 Prefer typical American spelling for "acknowledgment".
8179 * vc/add-log.el (change-log-acknowledgment): Rename from
8180 change-log-acknowledgement, with an alias for the old name.
8181
8182 2012-07-25 Jay Belanger <jay.p.belanger@gmail.com>
8183
8184 * calc-alg.el (math-simplify-divide): Don't cross multiply
8185 in an equation when the lhs is a variable.
8186
8187 2012-07-24 Julien Danjou <julien@danjou.info>
8188
8189 * net/netrc.el (netrc-find-service-number, netrc-store-data):
8190 Remove, unused.
8191
8192 2012-07-23 Eli Zaretskii <eliz@gnu.org>
8193
8194 * startup.el (command-line): Don't display an empty user name in
8195 the error message about non-existent home directory, when
8196 init-file-user was set to an empty string. See
8197 http://lists.gnu.org/archive/html/bug-gnu-emacs/2012-07/msg00835.html
8198 for the details and context.
8199
8200 2012-07-22 Vincent Belaïche <vincentb1@users.sourceforge.net>
8201
8202 * ses.el (ses-cell-formula-aset): New macro.
8203 (ses-cell-references-aset): New macro.
8204 (ses-cell-p): New function.
8205 (ses-rename-cell): Do no longer rely on complex operations like
8206 ses-cell-set-formula or ses-set-cell to change the cell and handle
8207 the undo at the same time, but rather use lower level new macros
8208 `ses-cell-formula-aset' and `ses-cell-references-aset' and handle
8209 the undo directly. Refresh the mode line.
8210
8211 2012-07-21 Leo Liu <sdl.web@gmail.com>
8212
8213 * progmodes/cc-cmds.el (c-defun-name):
8214 Use match-string-no-properties instead for consistency.
8215
8216 2012-07-20 Leo Liu <sdl.web@gmail.com>
8217
8218 * progmodes/cc-cmds.el (c-defun-name): Handle objc selectors properly.
8219 (Bug#7879)
8220
8221 * progmodes/cc-langs.el (c-symbol-start): Include char _ (bug#11986).
8222
8223 2012-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
8224
8225 * userlock.el, emacs-lisp/map-ynp.el: Declare part of `emacs' package.
8226 * progmodes/bug-reference.el, misearch.el: Provide themselves
8227 (bug#11915).
8228
8229 * progmodes/cperl-mode.el (cperl-unwind-to-safe): Don't inf-loop at end
8230 of narrowed buffer (bug#11966).
8231
8232 2012-07-20 Vincent Belaïche <vincentb1@users.sourceforge.net>
8233
8234 * ses.el (ses-rename-cell): Set new name also in reference list of
8235 cells of which the renamed cell depends.
8236
8237 2012-07-20 Masatake YAMATO <yamato@redhat.com>
8238
8239 * term/x-win.el (x-menu-bar-open): Use `frame-parameter'
8240 to check whether menu-bar is shown or not. If not shown,
8241 show the menu-bar as a popup menu instead of using tmm.
8242 * mouse.el (popup-menu): Accept `point' as `position' argument.
8243
8244 2012-07-20 Dmitry Gutov <dgutov@yandex.ru>
8245
8246 * progmodes/ruby-mode.el (ruby-parse-partial): No error when end
8247 up inside string symbol literal (bug#11923).
8248
8249 2012-07-20 Eli Zaretskii <eliz@gnu.org>
8250
8251 * startup.el (fancy-startup-text): Read the whole tutorial, not
8252 just its first 256 bytes. Prevents gibberish in display of the
8253 tutorial title.
8254
8255 2012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
8256
8257 Drop idle buffer compaction due to an absence of the
8258 proved efficiency.
8259 * compact.el: Remove.
8260
8261 2012-07-19 Sam Steingold <sds@gnu.org>
8262
8263 * vc/vc-dispatcher.el (vc-compilation-mode): Add, based on
8264 vc-bzr-pull & vc-bzr-merge-branch.
8265 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch): Use it.
8266 (vc-bzr-error-regexp-alist): Rename from vc-bzr-error-regex-alist
8267 for consistency with compilation-error-regexp-alist.
8268 * vc/vc-git.el (vc-git-error-regexp-alist): Add.
8269 (vc-git-pull, vc-git-merge-branch): Call vc-compilation-mode.
8270 * vc/vc-hg.el (vc-hg-error-regexp-alist): Add.
8271 (vc-hg-pull, vc-hg-merge-branch): Call vc-compilation-mode.
8272
8273 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
8274
8275 * emacs-lisp/chart.el: Use lexical-binding.
8276 (chart-emacs-storage): Don't hardcode the list of entries.
8277
8278 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
8279
8280 Next round of tweaks caused by Fgarbage_collect changes.
8281 * emacs-lisp/chart.el (chart-emacs-storage): Adjust again.
8282
8283 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
8284
8285 Compact buffers when idle.
8286 * compact.el: New file.
8287
8288 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
8289
8290 * subr.el (eventp): Presume that if it looks vaguely like an event,
8291 it's an event (bug#10190).
8292
8293 2012-07-19 Fabián Ezequiel Gallina <fgallina@cuca>
8294
8295 Enhancements to ppss related code (thanks Stefan).
8296 * progmodes/python.el (python-indent-context)
8297 (python-indent-calculate-indentation, python-indent-dedent-line)
8298 (python-indent-electric-colon, python-nav-forward-block)
8299 (python-mode-abbrev-table)
8300 (python-info-assignment-continuation-line-p): Simplify checks
8301 for ppss context.
8302 (python-info-continuation-line-p): Cleanup.
8303 (python-info-ppss-context): Do not catch 'quote.
8304 (python-info-ppss-context-type)
8305 (python-info-ppss-comment-or-string-p): Simplify.
8306
8307 2012-07-18 Fabián Ezequiel Gallina <fgallina@cuca>
8308
8309 * progmodes/python.el: Enhancements to eldoc support.
8310 (python-info-current-symbol): New function.
8311 (python-eldoc-at-point): Use python-info-current-symbol.
8312 (python-info-current-defun): Fix cornercase on first defun scan.
8313 (python-eldoc--get-doc-at-point): Use python-info-current-symbol
8314 and signal error when no inferior python process is available.
8315
8316 2012-07-18 Dmitry Gutov <dgutov@yandex.ru>
8317
8318 * vc/vc-git.el (vc-git-state): Don't call `vc-git-registered',
8319 assume it's always t.
8320 (vc-git-registered): Remove caching, the function is only called
8321 once.
8322 (vc-git-branches): Use `vc-git--call' instead of `call-process'.
8323
8324 2012-07-18 Chong Yidong <cyd@gnu.org>
8325
8326 * subr.el (last-input-char, last-command-char): Remove (Bug#9195).
8327
8328 * simple.el (count-words): Report on narrowing (Bug#9959).
8329
8330 * bindings.el: Bind M-= to count-words.
8331
8332 * faces.el (face-spec-reset-face): Handle reverse video (Bug#4238).
8333
8334 2012-07-18 Masatake YAMATO <yamato@redhat.com>
8335
8336 * progmodes/sh-script.el (sh-imenu-generic-expression):
8337 Capture a function with `function' keyword and without parentheses
8338 like "function FOO" (bug#11856).
8339
8340 2012-07-18 Tassilo Horn <tassilo@member.fsf.org>
8341
8342 * window.el (split-window-sensibly): Make WINDOW argument
8343 optional.
8344
8345 2012-07-18 Chong Yidong <cyd@gnu.org>
8346
8347 * subr.el (keyboard-translate): Doc fix (Bug#7261).
8348
8349 * isearch.el (isearch-mode-map): Handle C-x 8 key translations,
8350 and make C-x 8 RET exit isearch (Bug#11439).
8351
8352 * international/iso-transl.el: Move isearch-mode-map key
8353 definitions to isearch.el.
8354
8355 2012-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
8356
8357 * emacs-lisp/eieio.el: Adapt further to gv.el (bug#11970).
8358 (eieio-defclass): Use gv-define-setter when possible.
8359
8360 2012-07-18 Dmitry Antipov <dmantipov@yandex.ru>
8361
8362 Reflect recent changes in Fgarbage_collect.
8363 * emacs-lisp/chart.el (chart-emacs-storage): Change to
8364 reflect new format of data returned by Fgarbage_collect.
8365
8366 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
8367
8368 New utility functions + python-info-ppss-context fix (Bug#11910).
8369 * progmodes/python.el (python-info-beginning-of-block-statement-p)
8370 (python-info-ppss-comment-or-string-p): New functions.
8371 (python-info-ppss-context): Small fix for string check.
8372
8373 2012-07-17 Juri Linkov <juri@jurta.org>
8374
8375 * dired-aux.el (dired-do-async-shell-command): Doc fix.
8376 (dired-do-async-shell-command): Don't add `*' at the end of the
8377 command (Bug#11815).
8378 (dired-do-shell-command): Doc fix.
8379 (dired-shell-stuff-it): Strip the trailing "&" and ";" if any.
8380 Join the individual commands using either "&" or ";" as the
8381 separator depending on the values of these trailing characters.
8382 At the end re-add the trailing "&". (Bug#10598)
8383
8384 * simple.el (async-shell-command): Sync the interactive spec with
8385 `shell-command'. Doc fix.
8386 (shell-command): Doc fix.
8387
8388 2012-07-17 Juri Linkov <juri@jurta.org>
8389
8390 * descr-text.el (describe-char): Fix format args. (Bug#10129)
8391
8392 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
8393
8394 Final renames and doc fixes for movement commands (bug#11899).
8395 * progmodes/python.el (python-nav-beginning-of-statement):
8396 Rename from python-nav-statement-start.
8397 (python-nav-end-of-statement): Rename from
8398 python-nav-statement-end.
8399 (python-nav-beginning-of-block): Rename from
8400 python-nav-block-start.
8401 (python-nav-end-of-block): Rename from python-nav-block-end.
8402
8403 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
8404
8405 * progmodes/python.el (python-shell-send-string-no-output):
8406 Allow accept-process-output to quit, keeping shell process ready for
8407 future interactions (Bug#11868).
8408
8409 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
8410
8411 * emacs-lisp/cl-macs.el (cl-progv): Use a properly prefixed var name.
8412
8413 * emacs-lisp/elint.el (elint-find-args-in-code):
8414 Use help-function-arglist, so as to handle lexical byte-code.
8415
8416 * progmodes/sh-script.el (sh-syntax-propertize-function): Fix last
8417 change (bug#11826).
8418
8419 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
8420
8421 * progmodes/cc-engine.el (c-forward-sws, c-backward-sws):
8422 Avoid spuriously marking the buffer as modified because of c-is-sws.
8423
8424 * progmodes/sh-script.el (sh-syntax-propertize-function): Mark "${#VAR"
8425 as not-a-comment (bug#11946).
8426
8427 * emacs-lisp/macroexp.el (macroexp-let2): Use more informative names
8428 for uninterned vars.
8429
8430 * xt-mouse.el (xterm-mouse-translate-1, xterm-mouse-event-read):
8431 Use read-event since we don't really want to read chars but bytes.
8432
8433 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Highlight not only
8434 $$..$$ but also $..$ using regexps (bug#11953).
8435 Use tex-verbatim for \url and \path.
8436 (tex-font-lock-keywords): Define as defconst like the others.
8437 (tex-common-initialization): Don't use font-lock-syntax-table any more.
8438
8439 2012-07-16 René Kyllingstad <Rene@Kyllingstad.com> (tiny change)
8440
8441 * international/mule-cmds.el (ucs-insert): Make it an obsolete
8442 alias for insert-char.
8443
8444 2012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
8445
8446 * progmodes/python.el: Simplified imenu implementation.
8447 (python-nav-jump-to-defun): Remove command.
8448 (python-mode-map): Use `imenu' instead.
8449 (python-nav-list-defun-positions-cache)
8450 (python-imenu-include-defun-type, python-imenu-make-tree)
8451 (python-imenu-subtree-root-label, python-imenu-index-alist):
8452 Remove vars.
8453 (python-nav-list-defun-positions, python-nav-read-defun)
8454 (python-imenu-tree-assoc, python-imenu-make-element-tree)
8455 (python-imenu-make-tree, python-imenu-create-index):
8456 Remove functions.
8457 (python-mode): Update to interact with imenu by setting
8458 `imenu-extract-index-name-function' only.
8459
8460 2012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
8461
8462 * progmodes/python.el: Enhancements to navigation commands.
8463 (python-nav-backward-sentence)
8464 (python-nav-forward-sentence): Remove.
8465 (python-nav-backward-statement, python-nav-forward-statement)
8466 (python-nav-statement-start, python-nav-statement-end)
8467 (python-nav-backward-block, python-nav-forward-block)
8468 (python-nav-block-start, python-nav-block-end)
8469 (python-nav-forward-sexp-function)
8470 (python-info-current-line-comment-p)
8471 (python-info-current-line-empty-p): New functions.
8472 (python-indent-context): Use `python-nav-statement-start'.
8473
8474 2012-07-16 Michael Albinus <michael.albinus@gmx.de>
8475
8476 * eshell/em-ls.el (eshell/ls): Use `apply'.
8477
8478 * eshell/em-unix.el (eshell/su, eshell/sudo): Apply Tramp's ad-hoc
8479 multi-hops, instead of Tramp internals.
8480
8481 * vc/ediff.el (ediff-directories): Add trailing space to prompts.
8482
8483 * vc/ediff-diff.el (ediff-same-file-contents): Handle the case,
8484 when F1 and F2 are located on different hosts.
8485
8486 2012-07-14 Chong Yidong <cyd@gnu.org>
8487
8488 * xt-mouse.el: Implement extended mouse coordinates (Bug#10642).
8489 (xterm-mouse-translate): Move code into xterm-mouse-translate-1.
8490 (xterm-mouse-translate-extended, xterm-mouse-translate-1)
8491 (xterm-mouse--read-event-sequence-1000)
8492 (xterm-mouse--read-event-sequence-1006): New functions. For old
8493 mouse protocol, handle M-mouse-X events correctly.
8494 (xterm-mouse-event): New arg specifying mouse protocol.
8495 (turn-on-xterm-mouse-tracking-on-terminal)
8496 (turn-off-xterm-mouse-tracking-on-terminal): Send DEC 1006
8497 sequence to toggle extended coordinates on newer XTerms.
8498 This appears to be harmless on terminals which do not support this.
8499
8500 2012-07-14 Leo Liu <sdl.web@gmail.com>
8501
8502 Add fringe bitmap indicators for flymake. (Bug#11253)
8503 * progmodes/flymake.el (flymake-highlight-line): Use fringe bitmaps.
8504 (flymake-make-overlay): New arg BITMAP.
8505 (flymake-error-bitmap, flymake-warning-bitmap)
8506 (flymake-fringe-indicator-position): New user variables.
8507
8508 * fringe.el: New bitmap exclamation-mark.
8509
8510 2012-07-14 Jan Djärv <jan.h.d@swipnet.se>
8511
8512 * progmodes/cc-cmds.el (c-defun-name): Recognize Objective-C methods
8513 also (Bug#7879).
8514
8515 2012-07-14 Chong Yidong <cyd@gnu.org>
8516
8517 * electric.el (electric-pair-post-self-insert-function): Fix pair
8518 insertion in empty-region case (Bug#11520).
8519
8520 2012-07-14 Chong Yidong <cyd@gnu.org>
8521
8522 * bindings.el: Consolidate ctl-x-r-map bindings.
8523 Bind copy-rectangle-as-kill to C-x r w.
8524
8525 * rect.el, register.el: Move bindings to bindings.el.
8526
8527 2012-07-14 Reuben Thomas <rrt@sc3d.org>
8528
8529 * rect.el (copy-rectangle-as-kill): New command (Bug#739).
8530
8531 2012-07-13 Andreas Schwab <schwab@linux-m68k.org>
8532
8533 * emacs-lisp/cl.el (labels): Remove spurious quote. (Bug#11938)
8534
8535 2012-07-13 Juanma Barranquero <lekktu@gmail.com>
8536
8537 * bindings.el (top): Use `mapc' instead of `mapcar'.
8538
8539 * loadup.el (top): Remove bogus `if' choice (brought by 2008-06-21T01:38:39Z!monnier@iro.umontreal.ca).
8540
8541 2012-07-13 Michael Albinus <michael.albinus@gmx.de>
8542
8543 * progmodes/sql.el (sql-comint): Suppress the check for program on
8544 remote hosts. Reported by Francis Devereux <francis@devrx.org>.
8545 (Bug#11908)
8546
8547 2012-07-13 Chong Yidong <cyd@gnu.org>
8548
8549 * bindings.el: Assign a non-nil permanent-local property to
8550 per-buffer variables which lack a default value (Bug#11930).
8551
8552 * help-fns.el (describe-variable): In the "automatically becomes
8553 local" notice, take note of permanent-local variables.
8554
8555 2012-07-13 Chong Yidong <cyd@gnu.org>
8556
8557 * files.el (toggle-read-only): Doc fix and code cleanup. New arg
8558 to allow printing the message when called from Lisp.
8559
8560 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
8561 Remove toggle-read-only.
8562
8563 * bs.el (bs-toggle-readonly):
8564 * buff-menu.el (Buffer-menu-toggle-read-only):
8565 Remove with-no-warnings around toggle-read-only.
8566
8567 * ffap.el (ffap--toggle-read-only): Accept a list of buffers.
8568 Remove with-no-warnings around toggle-read-only.
8569 (ffap-read-only, ffap-read-only-other-window)
8570 (ffap-read-only-other-frame): Callers changed.
8571
8572 * help-mode.el: Don't require view package.
8573 (help-mode-finish): Set buffer-read-only instead of calling
8574 toggle-read-only.
8575
8576 * bindings.el (mode-line-toggle-read-only):
8577 * dired.el (dired-toggle-read-only):
8578 * ibuffer.el (ibuffer-do-toggle-read-only): Call toggle-read-only
8579 with non-nil second arg.
8580
8581 * emacs-lisp/eieio-custom.el (eieio-customize-object):
8582 * vc/ediff.el (ediff-set-read-only-in-buf-A): Set buffer-read-only
8583 directly.
8584
8585 2012-07-12 Eli Zaretskii <eliz@gnu.org>
8586
8587 * emacs-lisp/bytecomp.el (byte-recompile-directory): Use cl-incf,
8588 not incf.
8589
8590 2012-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
8591
8592 More CL cleanups and reduction of use of cl.el.
8593 * woman.el, winner.el, vc/vc-rcs.el, vc/vc-hooks.el, vc/vc-hg.el:
8594 * vc/vc-git.el, vc/vc-dir.el, vc/vc-bzr.el, vc/vc-annotate.el:
8595 * textmodes/tex-mode.el, textmodes/sgml-mode.el, tar-mode.el:
8596 * strokes.el, ses.el, server.el, progmodes/js.el, progmodes/gdb-mi.el:
8597 * progmodes/flymake.el, progmodes/ebrowse.el, progmodes/compile.el:
8598 * play/tetris.el, play/snake.el, play/pong.el, play/landmark.el:
8599 * play/hanoi.el, play/decipher.el, play/5x5.el, nxml/nxml-mode.el:
8600 * net/secrets.el, net/quickurl.el, midnight.el, mail/footnote.el:
8601 * image-dired.el, ibuffer.el, ibuf-macs.el, ibuf-ext.el, hexl.el:
8602 * eshell/eshell.el, eshell/esh-io.el, eshell/esh-ext.el:
8603 * eshell/esh-cmd.el, eshell/em-ls.el, eshell/em-hist.el:
8604 * eshell/em-cmpl.el, eshell/em-banner.el:
8605 * calendar/parse-time.el: Use cl-lib.
8606 * wid-browse.el, wdired.el, vc/vc.el, vc/vc-mtn.el, vc/vc-cvs.el:
8607 * vc/vc-arch.el, tree-widget.el, textmodes/texinfo.el:
8608 * textmodes/refill.el, textmodes/css-mode.el, term/tvi970.el:
8609 * term/ns-win.el, term.el, shell.el, ps-samp.el:
8610 * progmodes/perl-mode.el, progmodes/pascal.el, progmodes/gud.el:
8611 * progmodes/glasses.el, progmodes/etags.el, progmodes/cwarn.el:
8612 * play/gamegrid.el, play/bubbles.el, novice.el, notifications.el:
8613 * net/zeroconf.el, net/xesam.el, net/snmp-mode.el, net/mairix.el:
8614 * net/ldap.el, net/eudc.el, net/browse-url.el, man.el:
8615 * mail/mailheader.el, mail/feedmail.el: Don't use CL.
8616 * ibuf-ext.el (ibuffer-mark-old-buffers): Use float-time.
8617 * eshell/esh-opt.el (eshell-eval-using-options): Quote code with
8618 `lambda' rather than with `quote'.
8619 (eshell-do-opt): Adjust accordingly.
8620 (eshell-process-option): Simplify.
8621 * eshell/esh-var.el:
8622 * eshell/em-script.el: Require `esh-opt' for eshell-eval-using-options.
8623 * emacs-lisp/pcase.el (pcase--dontcare-upats, pcase--let*)
8624 (pcase--expand, pcase--u1): Rename pcase's internal `dontcare' pattern
8625 to `pcase--dontcare'.
8626 * emacs-lisp/cl.el (labels): Mark obsolete.
8627 (cl--letf, letf): Move to cl-lib.
8628 (cl--letf*, letf*): Remove.
8629 * emacs-lisp/cl-lib.el (cl-nth-value): Use defalias.
8630 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Add indent rule.
8631 (cl-progv): Rewrite.
8632 (cl--letf, cl-letf): Move from cl.el.
8633 (cl-letf*): New macro.
8634 * emacs-lisp/cl-extra.el (cl--progv-before, cl--progv-after): Remove.
8635
8636 2012-07-11 Michael Albinus <michael.albinus@gmx.de>
8637
8638 * net/ange-ftp.el (ange-ftp-cf1): Update the files cache.
8639
8640 2012-07-11 Chong Yidong <cyd@gnu.org>
8641
8642 * vc/log-edit.el (log-edit-vc-backend): New variable.
8643 (log-edit): Doc fix.
8644
8645 * vc/vc-dispatcher.el (vc-log-edit): New args. Use PARAMS
8646 argument of log-edit to set up all local variables.
8647 (vc-start-logentry): New optional arg specifying VC backend.
8648
8649 * vc/vc.el (vc-checkin): Use it.
8650 (vc-deduce-fileset): Handle Log Edit buffers.
8651 (vc-diff): Make first argument optional too.
8652
8653 * vc/log-view.el (log-view-vc-fileset, log-view-vc-backend): Doc fix.
8654
8655 2012-07-10 Michael Albinus <michael.albinus@gmx.de>
8656
8657 * eshell/esh-ext.el (eshell-remote-command): Remove remote part of
8658 command, just in case. The function is not needed anymore.
8659 (eshell-external-command): Do not call `eshell-remote-command'.
8660
8661 2012-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
8662
8663 Reduce use of (require 'cl).
8664 * vc/smerge-mode.el, vc/pcvs.el, vc/pcvs-util.el, vc/pcvs-info.el:
8665 * vc/diff-mode.el, vc/cvs-status.el, uniquify.el, scroll-bar.el:
8666 * register.el, progmodes/sh-script.el, net/gnutls.el, net/dbus.el:
8667 * msb.el, mpc.el, minibuffer.el, international/ucs-normalize.el:
8668 * international/quail.el, info-xref.el, imenu.el, image-mode.el:
8669 * font-lock.el, filesets.el, edmacro.el, doc-view.el, bookmark.el:
8670 * battery.el, avoid.el, abbrev.el: Use cl-lib.
8671 * vc/pcvs-parse.el, vc/pcvs-defs.el, vc/log-view.el, vc/log-edit.el:
8672 * vc/diff.el, simple.el, pcomplete.el, lpr.el, comint.el, loadhist.el:
8673 * jit-lock.el, international/iso-ascii.el, info.el, frame.el, bs.el:
8674 * emulation/crisp.el, electric.el, dired.el, cus-dep.el, composite.el:
8675 * calculator.el, autorevert.el, apropos.el: Don't require CL.
8676 * emacs-lisp/bytecomp.el (byte-recompile-directory, display-call-tree)
8677 (byte-compile-unfold-bcf, byte-compile-check-variable):
8678 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
8679 (byte-compile-nilconstp):
8680 * emacs-lisp/autoload.el (make-autoload): Use pcase.
8681 * face-remap.el (text-scale-adjust): Simplify pcase patterns.
8682
8683 * emacs-lisp/gv.el (cond): Make it a valid place.
8684 (if): Simplify slightly.
8685
8686 * emacs-lisp/pcase.el (pcase): Accept self-quoting exps as "upatterns".
8687 (pcase--self-quoting-p): New function.
8688 (pcase--u1): Use it.
8689
8690 2012-07-10 Glenn Morris <rgm@gnu.org>
8691
8692 * emacs-lisp/authors.el (authors-fixed-entries):
8693 (authors-renamed-files-alist): Update for configure.in -> configure.ac.
8694
8695 2012-07-09 Paul Eggert <eggert@cs.ucla.edu>
8696
8697 Rename configure.in to configure.ac (Bug#11603).
8698 * emacs-lisp/authors.el (authors-canonical-file-name):
8699 * progmodes/autoconf.el (autoconf-mode):
8700 Prefer configure.ac to configure.in.
8701
8702 2012-07-08 Chong Yidong <cyd@gnu.org>
8703
8704 * mouse.el (mouse-drag-line): Rewrite the track-mouse loop.
8705 Implement the mouse-1-click-follows-link handling properly.
8706
8707 * info.el (Info-link-keymap): Use follow-link mechanism for
8708 header-line links (Bug#374).
8709
8710 * simple.el (deactivate-mark): Do not set the primary selection
8711 if another program has acquired it (Bug#11772).
8712
8713 2012-07-07 Kevin Ryde <user42@zip.com.au>
8714
8715 * woman.el (woman-strings): Fix double-quote handling (Bug#1151).
8716 (woman-decode-region): Replace escaped-escapes without destroying
8717 bold or underline (Bug#11552).
8718 (woman2-process-escapes): Handle nofill regions (Bug#11591).
8719
8720 2012-07-07 Chong Yidong <cyd@gnu.org>
8721
8722 * simple.el (yank-pop-change-selection): Doc fix (Bug#11361).
8723 (interprogram-cut-function, interprogram-paste-function):
8724 Mention that we typically mean the clipboard.
8725
8726 2012-07-06 Glenn Morris <rgm@gnu.org>
8727
8728 * kmacro.el (kmacro-call-macro): Restore repeat message. (Bug#11817)
8729
8730 * files.el (toggle-read-only): Restrict message to interactive use.
8731
8732 2012-07-06 Michael Albinus <michael.albinus@gmx.de>
8733
8734 * net/tramp.el (tramp-restricted-shell-hosts-alist): New defcustom.
8735
8736 * net/tramp-sh.el (tramp-maybe-open-connection): Handle it.
8737
8738 2012-07-06 Glenn Morris <rgm@gnu.org>
8739
8740 * Makefile.in (compile-one-process): Rename from "recompile".
8741
8742 * Makefile.in (bzr-update): "compile" is the same as "recompile
8743 autoloads", but parallelizable, so use that instead.
8744
8745 2012-07-06 Dmitry Gutov <dgutov@yandex.ru>
8746
8747 * window.el (quit-window): Always restore window height when
8748 it's saved in quit-restore parameter (Bug#11810).
8749
8750 2012-07-06 Glenn Morris <rgm@gnu.org>
8751
8752 * simple.el (kill-whole-line): Doc tweak.
8753
8754 2012-07-06 Eli Zaretskii <eliz@gnu.org>
8755
8756 * files.el (file-relative-name): Compare file names
8757 case-insensitively if on MS-Windows or MS-DOS, or if
8758 read-file-name-completion-ignore-case is non-nil. Don't use
8759 case-fold-search for this purpose. (Bug#11827)
8760
8761 2012-07-17 Andreas Schwab <schwab@linux-m68k.org>
8762
8763 * calendar/cal-dst.el (calendar-current-time-zone):
8764 Return calendar-current-time-zone-cache if non-nil.
8765
8766 2012-07-17 Masatake YAMATO <yamato@redhat.com>
8767 2012-07-06 Andreas Schwab <schwab@linux-m68k.org>
8768
8769 * calendar/cal-dst.el (calendar-current-time-zone):
8770 Return calendar-current-time-zone-cache if non-nil.
8771
8772 2012-07-06 Glenn Morris <rgm@gnu.org>
8773
8774 * Makefile.in (cvs-update): Remove old alias.
8775
8776 2012-07-05 Michael Albinus <michael.albinus@gmx.de>
8777
8778 Sync with Tramp 2.2.6-pre.
8779
8780 * net/tramp.el (tramp-drop-volume-letter): Provide an XEmacs
8781 compatible declaration.
8782
8783 * net/tramp-cmds.el (tramp-append-tramp-buffers):
8784 Protect `list-load-path-shadows' call.
8785
8786 * net/tramp-compat.el (top): Require packages, which aren't
8787 autoloaded anymore for XEmacs. Protect call of
8788 `tramp-file-name-handler' by `tramp-compat-funcall', pacifying the
8789 compiler. Do not require tramp-util.el and tramp-vc.el anymore,
8790 it hurts at least for SXEmacs.
8791 (tramp-compat-temporary-file-directory): In XEmacs, there is no
8792 standard-value for `temporary-file-directory'.
8793
8794 * net/tramp-sh.el (tramp-do-directory-files-and-attributes-with-stat):
8795 Redirect stderr to /dev/null.
8796 (tramp-sh-handle-write-region): uid and gid can be floats.
8797 Reported by Russell Sim <russell.sim@gmail.com>.
8798 (tramp-sh-handle-vc-registered): Hide errors.
8799 (tramp-vc-file-name-handler): Use dummy results for `process-file'
8800 and `start-file-process'.
8801 (tramp-maybe-open-connection): Check also whether `non-essential'
8802 is bound.
8803
8804 2012-07-04 Chong Yidong <cyd@gnu.org>
8805
8806 * xml.el (xml--parse-buffer): Use xml-syntax-table.
8807 (xml-parse-tag): Likewise, and avoid changing entity tables.
8808 (xml-syntax-table): Define from scratch, making sure not to give
8809 x2000 and other Unicode spaces whitespace syntax, since those are
8810 not spaces in XML.
8811 (xml-parse-fragment): Delete unused function.
8812 (xml-name-start-char-re, xml-name-char-re, xml-name-re)
8813 (xml-names-re, xml-nmtoken-re, xml-nmtokens-re, xml-char-ref-re)
8814 (xml-entity-ref, xml-pe-reference-re)
8815 (xml-reference-re,xml-att-value-re, xml-tokenized-type-re)
8816 (xml-notation-type-re, xml-enumeration-re, xml-enumerated-type-re)
8817 (xml-att-type-re, xml-default-decl-re, xml-att-def-re)
8818 (xml-entity-value-re): Use syntax references in regexps where
8819 possible; no need to define inside a let-binding.
8820 (xml-parse-dtd): Use xml-pe-reference-re.
8821 (xml-entity-or-char-ref-re): New defconst.
8822 (xml-parse-string, xml-substitute-special): Use it.
8823
8824 2012-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
8825
8826 * files.el (locate-dominating-file): Allow `name' to be a predicate.
8827 (find-file--read-only): New function.
8828 (find-file-read-only, find-file-read-only-other-window)
8829 (find-file-read-only-other-frame): Use it.
8830 (insert-file-contents-literally): Don't `fset'.
8831 (get-free-disk-space): Use locate-dominating-file.
8832
8833 * emacs-lisp/bytecomp.el (byte-compile): Don't signal an error if the
8834 function is already compiled.
8835
8836 * xml.el (xml-name-regexp): Remove, redundant. Use xml-name-re.
8837
8838 2012-07-03 Michael Albinus <michael.albinus@gmx.de>
8839
8840 * vc/ediff-diff.el (ediff-same-file-contents): Fix it for remote
8841 files on the same host.
8842
8843 2012-07-03 Andreas Schwab <schwab@linux-m68k.org>
8844
8845 * help-fns.el (describe-function-1): Only call
8846 help-fns--autoloaded-p when we have a file name. (Bug#11848)
8847
8848 2012-07-03 Chong Yidong <cyd@gnu.org>
8849
8850 * xml.el: Protect parser against XML bombs.
8851 (xml-entity-expansion-limit): New variable.
8852 (xml-parse-string, xml-substitute-special): Use it.
8853 (xml-parse-dtd): Avoid infloop if the DTD is not terminated.
8854
8855 2012-07-03 Glenn Morris <rgm@gnu.org>
8856
8857 * progmodes/bug-reference.el (bug-reference-bug-regexp):
8858 Allow linking to specific messages in debbugs reports (eg 123#5).
8859
8860 2012-07-02 Chong Yidong <cyd@gnu.org>
8861
8862 * xml.el: Fix entity and character reference expansion, allowing
8863 them to expand into markup as per XML spec.
8864 (xml-default-ns): New variable.
8865 (xml-entity-alist): Use XML spec definitions for lt and amp.
8866 (xml-parse-region): Make first two arguments optional.
8867 Discard text properties.
8868 (xml-parse-tag-1): New function, spun off from xml-parse-tag.
8869 All callers changed.
8870 (xml-parse-tag): Call xml-parse-tag-1. For backward
8871 compatibility, this function should not modify buffer contents.
8872 (xml-parse-tag-1): Fix opening-tag regexp.
8873 (xml-parse-string): Rewrite, handling entity and character
8874 references properly.
8875 (xml--entity-replacement-text): Signal an error if a parameter
8876 entity is undefined.
8877
8878 2012-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
8879
8880 * comint.el (comint-output-filter): Filter out repeated prompts.
8881
8882 * net/ange-ftp.el (ange-ftp-expand-file-name): Use ange-ftp-ftp-name
8883 and file-name-absolute-p.
8884 (ange-ftp-file-exists-p): Use ange-ftp-file-exists-p for
8885 internal calls.
8886
8887 2012-07-02 Paul Eggert <eggert@cs.ucla.edu>
8888
8889 Spelling fixes.
8890 * emacs-lisp/bytecomp.el (byte-compile--reify-function):
8891 Rename from byte-compile--refiy-function. All uses changed.
8892
8893 2012-07-01 Chong Yidong <cyd@gnu.org>
8894
8895 * xml.el (xml--parse-buffer): New function. Move most of
8896 xml-parse-region here.
8897 (xml-parse-region): Copy region into a temporary buffer, since
8898 parameter entity substitution requires changing buffer contents.
8899 Use xml--parse-buffer.
8900 (xml-parse-file): Use xml--parse-buffer.
8901 (xml-parse-dtd): Make parameter entity substitution work right.
8902 Use proper regexps for ELEMENT declarations (Bug#7172).
8903
8904 2012-06-30 Glenn Morris <rgm@gnu.org>
8905
8906 * comint.el (follow-comint-scroll-to-bottom): Fix declaration.
8907
8908 * net/secrets.el, net/tramp-gvfs.el, net/xesam.el, net/zeroconf.el:
8909 Remove outdated and unnecessary dbus declarations.
8910
8911 2012-06-30 Eli Zaretskii <eliz@gnu.org>
8912
8913 * emacs-lisp/timer.el (timer-until): Subtract results of
8914 float-time, instead of taking float-time of the result of
8915 time-subtract, since float-time signals an error for negative time
8916 arguments.
8917
8918 2012-06-30 Chong Yidong <cyd@gnu.org>
8919
8920 * xml.el (xml-*-re): Convert defvars into defconsts, and
8921 eval-and-compile them so eval-and-compile works on derivatives.
8922 (xml--entity-replacement-text): Use eval-and-comple.
8923
8924 2012-06-30 Michael Albinus <michael.albinus@gmx.de>
8925
8926 * vc/vc-git.el (vc-git-registered): Use cache property
8927 `git-registered'.
8928 (vc-git-mode-line-string): Call `vc-working-revision' instead of
8929 `vc-git-working-revision' in order to benefit from the cache.
8930 (vc-git-root): Use cache property `git-root'. (Bug#11757)
8931
8932 2012-06-30 Dmitry Gutov <dgutov@yandex.ru>
8933
8934 * vc/vc-hooks.el (vc-before-save): Clear cache if file has been
8935 removed (likely outside Emacs). (Bug#11757)
8936
8937 2012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
8938
8939 * emacs-lisp/cl-lib.el: Require macroexp.
8940
8941 2012-06-30 Chong Yidong <cyd@gnu.org>
8942
8943 * xml.el: Implement XML parameter entities.
8944 (xml-parameter-entity-alist): New variable.
8945 (xml-parse-region, xml-parse-fragment): Preserve previous values
8946 of xml-entity-alist and xml-parameter-entity-alist, so that
8947 repeated calls on different documents do not change them.
8948 (xml-parse-tag): Fix doctype regexp.
8949 (xml--entity-replacement-text): New function.
8950 (xml-parse-dtd): Use it. Don't handle system entities; doing that
8951 properly requires url retrieval which is unimplemented.
8952 (xml-escape-string): Doc fix.
8953
8954 2012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
8955
8956 * emacs-lisp/cl-lib.el (cl-pushnew): Use macroexp-let2.
8957
8958 2012-06-29 Dmitry Antipov <dmantipov@yandex.ru>
8959
8960 * fringe.el (fringe-mode): Doc fix.
8961
8962 2012-06-29 Michael Albinus <michael.albinus@gmx.de>
8963
8964 * net/ange-ftp.el (ange-ftp-get-passwd): Throw if `non-essential'
8965 is non-nil.
8966 (ange-ftp-ignore-errors-if-non-essential): New defmacro.
8967 (ange-ftp-file-name-all-completions): Use it. (Bug#11808)
8968
8969 2012-06-29 Andreas Schwab <schwab@linux-m68k.org>
8970
8971 * calendar/cal-dst.el (calendar-current-time-zone):
8972 Return calendar-current-time-zone-cache if non-nil.
8973
8974 2012-06-29 Masatake YAMATO <yamato@redhat.com>
8975
8976 * progmodes/which-func.el (which-func-format):
8977 Add mouse-face. (Bug#11698)
8978
8979 2012-06-29 Leo Liu <sdl.web@gmail.com>
8980
8981 * textmodes/enriched.el (enriched-next-annotation): Use eq (Bug#11528).
8982
8983 2012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
8984
8985 * minibuffer.el (minibuffer-confirm-exit-commands):
8986 Add completion-at-point (bug#11725).
8987
8988 2012-06-29 Glenn Morris <rgm@gnu.org>
8989
8990 * progmodes/f90.el (f90-font-lock-keywords-2):
8991 Add some preprocessor elements. (Bug#10499)
8992
8993 2012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
8994
8995 * progmodes/cperl-mode.el (cperl-update-syntaxification):
8996 Use syntax-propertize (bug#11739).
8997
8998 2012-06-28 Juanma Barranquero <lekktu@gmail.com>
8999
9000 * emacs-lisp/cl-lib.el (cl-pushnew): Don't capture X (bug#11811).
9001
9002 2012-06-28 Julien Danjou <julien@danjou.info>
9003
9004 * term.el (term-handle-colors-array): Use a set of new faces to
9005 color the terminal. Also uses :inverse-video property.
9006 (term-default-fg-color): Set to nil by default, deprecate in favor
9007 of `term-face'.
9008 (term-default-bg-color): Set to nil by default, deprecate in favor
9009 of `term-face'.
9010 (term-current-face): Use `term-face' by default.
9011 (term-bold-attribute): Variable deleted.
9012
9013 2012-06-28 Glenn Morris <rgm@gnu.org>
9014
9015 * simple.el (completion-list-mode-finish):
9016 Don't use toggle-read-only. (Since completion-list-mode has
9017 a special mode-class, it wasn't doing anything extra anyway.)
9018
9019 2012-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
9020
9021 Make inlining of other-mode interpreted functions work (bug#11799).
9022 * emacs-lisp/bytecomp.el (byte-compile--refiy-function): New fun.
9023 (byte-compile): Use it to fix compilation of lexical-binding closures.
9024 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Compile the
9025 function, if needed.
9026
9027 2012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
9028
9029 * help-mode.el (help-make-xrefs): Don't just withstand
9030 cyclic-variable-indirection but any error in documentation-property.
9031
9032 * loadup.el (purify-flag): Pre-grow the hash-table to reduce the
9033 memory use.
9034 * bindings.el (bindings--define-key): New function.
9035 * vc/vc-hooks.el, replace.el, menu-bar.el, international/mule-cmds.el:
9036 * emacs-lisp/lisp-mode.el, buff-menu.el, bookmark.el:
9037 * bindings.el: Use it to purecopy define-key bindings.
9038
9039 * textmodes/rst.el (rst-adornment-faces-alist): Avoid copy-list.
9040
9041 * emacs-lisp/cl.el (flet): Mark obsolete.
9042 * emacs-lisp/cl-macs.el (cl-flet*): New macro.
9043 * vc/vc-rcs.el (vc-rcs-annotate-command, vc-rcs-parse):
9044 * progmodes/js.el (js-c-fill-paragraph):
9045 * progmodes/ebrowse.el (ebrowse-switch-member-buffer-to-sibling-class)
9046 (ebrowse-switch-member-buffer-to-derived-class):
9047 * play/5x5.el (5x5-solver): Use cl-flet.
9048
9049 * emacs-lisp/cl.el: Use lexical-binding. Fix flet (bug#11780).
9050 (cl--symbol-function): New macro.
9051 (cl--letf, cl--letf*): Use it.
9052
9053 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
9054 Strip "toggle-" if any.
9055
9056 2012-06-27 Glenn Morris <rgm@gnu.org>
9057
9058 * info.el (Info-default-directory-list): Move here from paths.el.
9059 * paths.el: Remove file, which is now empty.
9060 * loadup.el: No longer load "paths".
9061
9062 * custom.el (custom-initialize-delay): Doc fix.
9063
9064 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
9065 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
9066 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
9067 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
9068 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
9069 * eshell/em-xtra.el: Replace eshell-defgroup with "(progn (defgroup".
9070 * eshell/eshell.el (eshell-defgroup): Remove alias.
9071
9072 2012-06-27 Chong Yidong <cyd@gnu.org>
9073
9074 * help.el (help-enable-auto-load): New variable.
9075
9076 * help-fns.el (help-fns--autoloaded-p): New function.
9077 (describe-function-1): Refer to a function as "autoloaded" if it
9078 was autoloaded at any time in the past. Perform autoloading if
9079 help-enable-auto-load is non-nil.
9080
9081 2012-06-26 Eli Zaretskii <eliz@gnu.org>
9082
9083 * makefile.w32-in (compile, compile-always): Depend on
9084 update-subdirs, not on subdirs.el. Otherwise, several different
9085 sub-targets of 'bootstrap' running in parallel could
9086 simultaneously write to subdirs.el, producing a garbled file.
9087
9088 2012-06-26 Sam Steingold <sds@gnu.org>
9089
9090 * files.el (file-name-base): New convenience function.
9091 * autoinsert.el, cus-dep.el, doc-view.el, image-dired.el:
9092 * woman.el, eshell/esh-cmd.el, progmodes/ada-xref.el:
9093 * progmodes/cc-defs.el, progmodes/cperl-mode.el:
9094 * progmodes/flymake.el, progmodes/gud.el, progmodes/idlwave.el:
9095 * textmodes/ispell.el, textmodes/reftex-ref.el:
9096 * textmodes/tex-mode.el: Use it.
9097 Did not touch cedet and org because they are maintained elsewhere.
9098
9099 2012-06-26 Martin Rudalics <rudalics@gmx.at>
9100
9101 * calendar/calendar.el (calendar-exit): Don't try to delete or
9102 iconify last frame. See:
9103 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00372.html
9104
9105 2012-06-25 Jim Diamond <Jim.Diamond@AcadiaU.ca> (tiny change)
9106
9107 * server.el (server-process-filter): Remember dir in the
9108 process's `server-client-directory' properties.
9109
9110 2012-06-24 Chong Yidong <cyd@gnu.org>
9111
9112 * xml.el (xml-parse-tag): Correctly handle comment embedded in
9113 non-tag text.
9114
9115 2012-06-23 Juanma Barranquero <lekktu@gmail.com>
9116
9117 * makefile.w32-in (COMPILE_FIRST): Synch with changes in 2012-06-22T21:24:54Z!monnier@iro.umontreal.ca.
9118
9119 2012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
9120
9121 * help-fns.el (describe-variable): Don't croak when doc is not found.
9122 * vc/pcvs.el (cvs-retrieve-revision): Avoid toggle-read-only.
9123 * menu-bar.el (menu-bar-line-wrapping-menu): Purecopy a tiny bit more.
9124 * emacs-lisp/syntax.el (syntax-ppss): Simplify with new `if' place.
9125 * emacs-lisp/smie.el (smie-next-sexp): CSE.
9126 * emacs-lisp/macroexp.el (macroexp-let2): Fix edebug spec and avoid
9127 ((lambda ..) ..).
9128 * emacs-lisp/eieio.el (eieio-oref, slot-value): Use simpler defsetf.
9129
9130 2012-06-23 Chong Yidong <cyd@gnu.org>
9131
9132 * info.el (Info-mouse-follow-link): Accept symbol values of
9133 link-args. Select window; suggested by Gerhard Kahl (Bug#11672).
9134 (Info-fontify-node): Use Info-link-keymap for all navigation
9135 buttons, with link-args property to perform the desired action.
9136 (Info-link-keymap): Doc fix.
9137 (Info-next-link-keymap, Info-prev-link-keymap)
9138 (Info-up-link-keymap): Delete now-unused keymaps.
9139
9140 2012-06-23 Chong Yidong <cyd@gnu.org>
9141
9142 * mouse.el (mouse-drag-track): Deactivate the mark before popping.
9143
9144 * progmodes/python.el (python-skeleton-define): Mark abbrevs as
9145 system abbrevs.
9146
9147 * ansi-color.el (ansi-color-apply-on-region): Doc fix.
9148
9149 2012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
9150
9151 * emacs-lisp/cl-macs.el (cl--make-usage-args): Handle improper lists
9152 (bug#11719).
9153
9154 * minibuffer.el (completion--twq-try): Try to fail more gracefully when
9155 the requote function doesn't work properly (bug#11714).
9156
9157 2012-06-23 Glenn Morris <rgm@gnu.org>
9158
9159 * pcmpl-rpm.el (pcmpl-rpm-packages): Give status messages.
9160
9161 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
9162
9163 Further GV/CL cleanups.
9164 * emacs-lisp/gv.el (gv-get): Autoload functions to find their
9165 gv-expander.
9166 (gv--defun-declaration): New function.
9167 (defun-declarations-alist): Use it.
9168 (gv-define-modify-macro, gv-pushnew!, gv-inc!, gv-dec!): Remove.
9169 (gv-place): Autoload.
9170 * emacs-lisp/cl.el (cl--dotimes, cl--dolist): Remember subr.el's
9171 original definition of dotimes and dolist.
9172 * emacs-lisp/cl-macs.el (cl-expr-access-order): Remove unused.
9173 (cl-dolist, cl-dotimes): Use `dolist' and `dotimes'.
9174 * emacs-lisp/cl-lib.el: Move gv handlers from cl-macs to here.
9175 (cl-fifth, cl-sixth, cl-seventh, cl-eighth)
9176 (cl-ninth, cl-tenth): Move gv handler to the function's definition.
9177 * emacs-lisp/cl-extra.el (cl-subseq, cl-get, cl-getf): Move gv handler
9178 to the function's definition.
9179 * Makefile.in (COMPILE_FIRST): Re-order to speed it up by about 50%.
9180 * window.el:
9181 * files.el:
9182 * faces.el:
9183 * env.el: Don't use CL.
9184
9185 2012-06-22 Paul Eggert <eggert@cs.ucla.edu>
9186
9187 Support higher-resolution time stamps (Bug#9000).
9188
9189 * calendar/time-date.el (with-decoded-time-value): New arg
9190 PICO-SYMBOL in VARLIST. It's optional, for backward compatibility.
9191 (encode-time-value): New optional arg PICO. New type 3.
9192 (time-to-seconds) [!float-time]: Support the new picoseconds
9193 component if it's used.
9194 (seconds-to-time, time-subtract, time-add):
9195 Support ps-resolution time stamps as well.
9196
9197 * emacs-lisp/timer.el (timer): New component psecs. All uses changed.
9198 (timerp): Timer vectors now have length 9, not 8.
9199 (timer--time): Support new-style (4-part) time stamps.
9200 (timer-next-integral-multiple-of-time): Time stamps now have
9201 picosecond resolution, so take a bit more care about rounding.
9202 (timer-relative-time, timer-inc-time): New optional arg psecs.
9203 (timer-set-time-with-usecs): Set psecs to 0.
9204 (timer--activate): Check psecs component, too.
9205
9206 * proced.el (proced-time-lessp): Support ps-resolution stamps.
9207
9208 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
9209
9210 * icomplete.el (icomplete-minibuffer-setup, icomplete-completions):
9211 Move the non-essential binding to the post/pre-command-hook where it is
9212 more obviously correct.
9213
9214 * subr.el (read-passwd): Don't use a history at all.
9215 * savehist.el (savehist-save): Remove password saved accidentally
9216 because of the above bug.
9217
9218 2012-06-22 Bastien Guerry <bzg@gnu.org>
9219
9220 * files.el (toggle-read-only): Display a message telling whether
9221 the buffer is read-only or not (bug#11726).
9222
9223 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
9224
9225 * emacs-lisp/gv.el: New file.
9226 * subr.el (push, pop): Extend to generalized variables.
9227 * loadup.el (macroexp): Unload if preloaded and uncompiled (bug#11657).
9228 * emacs-lisp/cl-lib.el (cl-pop, cl-push, cl--set-nthcdr): Remove.
9229 * emacs-lisp/cl-macs.el: Require gv. Use gv-define-setter,
9230 gv-define-simple-setter, and gv-define-expander.
9231 Remove setf-methods defined in gv. Rename cl-setf -> setf.
9232 (cl-setf, cl-do-pop, cl-get-setf-method): Remove.
9233 (cl-letf, cl-letf*, cl-define-modify-macro, cl-defsetf)
9234 (cl-define-setf-expander, cl-struct-setf-expander): Move to cl.el.
9235 (cl-remf, cl-shiftf, cl-rotatef, cl-callf, cl-callf2): Rewrite with
9236 gv-letplace.
9237 (cl-defstruct): Don't define setf-method any more.
9238 * emacs-lisp/cl.el (flet): Don't autoload.
9239 (cl--letf, letf, cl--letf*, letf*, cl--gv-adapt)
9240 (define-setf-expander, defsetf, define-modify-macro)
9241 (cl-struct-setf-expander): Move from cl-lib.el.
9242 * emacs-lisp/syntax.el:
9243 * emacs-lisp/ewoc.el:
9244 * emacs-lisp/smie.el:
9245 * emacs-lisp/cconv.el:
9246 * emacs-lisp/timer.el: Rename cl-setf -> setf, cl-push -> push.
9247 (timer--time): Use gv-define-simple-setter.
9248 * emacs-lisp/macroexp.el (macroexp-let2): Rename from macroexp-let²
9249 to avoid coding-system problems in subr.el. Adjust all users.
9250 (macroexp--maxsize, macroexp-small-p): New functions.
9251 * emacs-lisp/bytecomp.el (byte-compile-file): Don't use cl-letf.
9252 * scroll-bar.el (scroll-bar-mode):
9253 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
9254 (normal-erase-is-backspace-mode): Don't use the `eq' place.
9255 * winner.el (winner-configuration, winner-make-point-alist)
9256 (winner-set-conf, winner-get-point, winner-set): Don't abuse letf.
9257 * files.el (locate-file-completion-table): Avoid list*.
9258
9259 2012-06-22 Chong Yidong <cyd@gnu.org>
9260
9261 * dired-aux.el (dired-do-create-files): Doc fix (Bug#11327).
9262 (dired-create-files): Doc fix (Bug#11329).
9263 (dired-do-copy): Doc fix (Bug#11334).
9264 (dired-mark-read-string): Doc fix (Bug#11553).
9265
9266 * dired.el (dired-recursive-copies, dired-recursive-deletes):
9267 Doc fix (Bug#11326).
9268 (dired-make-relative): Doc fix (Bug#11332). Remove unused arg.
9269 (dired-dwim-target): Doc fix.
9270
9271 * wdired.el (wdired-mode): Doc fix.
9272
9273 2012-06-22 Glenn Morris <rgm@gnu.org>
9274
9275 * pcmpl-rpm.el (pcmpl-rpm-cache): New option.
9276 (pcmpl-rpm-cache-stamp-file): New constant.
9277 (pcmpl-rpm-cache-time, pcmpl-rpm-packages): New variables.
9278 (pcmpl-rpm-packages): Optionally cache list of packages.
9279
9280 * pcmpl-rpm.el (pcmpl-rpm): New group.
9281 (pcmpl-rpm-query-options): New option.
9282 (pcmpl-rpm-packages): No need to inline it.
9283 Use pcmpl-rpm-query-options.
9284
9285 * calendar/calendar.el (calendar-in-read-only-buffer):
9286 Avoid some needless mode changes.
9287
9288 2012-06-21 Chong Yidong <cyd@gnu.org>
9289
9290 * desktop.el (desktop-read): Don't prompt if daemon (Bug#11674).
9291 (desktop-path): Remove . from the default value (Bug#10977).
9292 (desktop-read): Use user-emacs-directory if desktop-path is nil.
9293
9294 2012-06-20 Chong Yidong <cyd@gnu.org>
9295
9296 * term.el (term-send-raw-meta): Make C-M-<char> keys work (Bug#8172).
9297
9298 2012-06-20 David Röthlisberger <david@rothlis.net> (tiny change)
9299
9300 * ido.el (ido-switch-buffer, ido-find-file): Fix up doc of C-j
9301 (bug#11201).
9302
9303 2012-06-20 Chong Yidong <cyd@gnu.org>
9304
9305 * term.el (term-window-width): Handle the case of a missing right
9306 fringe (Bug#8837).
9307 (term-check-size): Use window-text-height (Bug#5445).
9308 (term-mode): Use define-derived-mode. Minor cleanups.
9309 Set font-lock-defaults (Bug#7692).
9310 (term-move-columns, term-insert-char, term-emulate-terminal)
9311 (term-erase-in-line, term-insert-spaces): Use font-lock-face.
9312
9313 2012-06-20 Michael Albinus <michael.albinus@gmx.de>
9314
9315 * net/ange-ftp.el (ange-ftp-get-passwd):
9316 Bind `enable-recursive-minibuffers'.
9317 (ange-ftp-get-process): Throw if `non-essential' is non-nil.
9318
9319 2012-06-19 David Röthlisberger <david@rothlis.net> (tiny change)
9320
9321 * ido.el (ido-find-file): Mention C-d binding in docstring (bug#11244).
9322
9323 2012-06-19 Glenn Morris <rgm@gnu.org>
9324
9325 * progmodes/python.el (python-mode): Derive from prog-mode.
9326
9327 2012-06-19 Kevin Gallagher <Kevin.Gallagher@boeing.com>
9328
9329 * emulation/edt.el (edt-default-menu-bar-update-buffers)
9330 (edt-user-menu-bar-update-buffers): New functions.
9331 (edt-default-emulation-setup, edt-user-emulation-setup): Use them.
9332
9333 2012-06-19 Chong Yidong <cyd@gnu.org>
9334
9335 * subr.el (with-selected-window): Preserve the selected window's
9336 terminal's top-frame (Bug#4702).
9337
9338 * window.el (save-selected-window): Likewise.
9339
9340 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
9341
9342 * progmodes/python.el (python-rx-constituents): Move backquote.
9343 (python-skeleton-define, python-define-auxiliary-skeleton):
9344 Use `declare'.
9345
9346 2012-06-18 Michael Albinus <michael.albinus@gmx.de>
9347
9348 * minibuffer.el (read-file-name-default): Revert the patch from
9349 2012-06-17.
9350
9351 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
9352
9353 * emacs-lisp/pcase.el (pcase--expand): Warn for unused pattern.
9354 (pcase--u1, pcase--q1): Don't use apply-partially.
9355
9356 2012-06-18 Glenn Morris <rgm@gnu.org>
9357
9358 * progmodes/python.el (python-proc, python-buffer)
9359 (python-send-receive, python-send-string): Fix obsolete versions.
9360
9361 2012-06-18 Martin Rudalics <rudalics@gmx.at>
9362
9363 * window.el (special-display-p): Completely remove stringp
9364 check. Suggested by Andreas Schwab <schwab@linux-m68k.org>.
9365
9366 2012-06-17 Michael Albinus <michael.albinus@gmx.de>
9367
9368 * minibuffer.el (read-file-name-default): Bind `non-essential' to `t'.
9369
9370 * net/tramp.el (tramp-file-name-handler): Catch 'non-essential.
9371
9372 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-start-process):
9373 * net/tramp-sh.el (tramp-maybe-open-connection):
9374 Throw if `non-essential' is non-nil.
9375
9376 2012-06-17 Martin Rudalics <rudalics@gmx.at>
9377
9378 * window.el (special-display-p): Signal an error if BUFFER-NAME
9379 is not a string (Bug#11713).
9380
9381 2012-06-17 Paul Eggert <eggert@cs.ucla.edu>
9382
9383 * progmodes/python.el (python-info-beginning-of-backslash):
9384 Rename from python-info-beginning-of-backlash, as a spelling fix.
9385
9386 2012-06-17 Chong Yidong <cyd@gnu.org>
9387
9388 * term.el (term-emulate-terminal): If term-check-size is called,
9389 move point to the process mark without resetting point (Bug#4635).
9390
9391 2012-06-17 Glenn Morris <rgm@gnu.org>
9392
9393 * international/mule-cmds.el (mule-menu-keymap)
9394 (set-language-environment, set-locale-environment): Doc tweaks.
9395
9396 2012-06-16 Aurelien Aptel <aurelien.aptel@gmail.com>
9397
9398 * cus-face.el (custom-face-attributes): Add wave-style underline
9399 attribute.
9400 * faces.el (set-face-attribute): Update docstring to describe
9401 wave-style underline attribute.
9402
9403 2012-06-16 Chong Yidong <cyd@gnu.org>
9404
9405 * term/xterm.el (terminal-init-xterm): Discard input before
9406 querying background mode (Bug#10959).
9407
9408 2012-06-16 Stefan Merten <smerten@oekonux.de>
9409
9410 * textmodes/rst.el: Added and corrected some comments.
9411 (rst-re-alist-def): Improve symbol syntax.
9412 (rst-mode-syntax-table): Correct syntax entries.
9413 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
9414 (rst-official-version, rst-official-cvs-rev): Update version
9415 information.
9416
9417 2012-06-15 Juanma Barranquero <lekktu@gmail.com>
9418
9419 * makefile.w32-in (COMPILE_FIRST): Synch with makefile.in changes
9420 in 2008-06-22T13:57:28Z!monnier@iro.umontreal.ca.
9421
9422 2012-06-15 Fabián Ezequiel Gallina <fgallina@cuca>
9423
9424 * progmodes/python.el: New python.el merge.
9425 (python-guess-indent): Obsolete var.
9426 (python-indent-guess-indent-offset): New defcustom.
9427 (python-indent): Obsolete var.
9428 (python-indent-offset): New defcustom.
9429 (python-python-command, python-jython-command): Delete var.
9430 (python-shell-interpreter): New defcustom.
9431 (python-pdbtrack-do-tracking-p): Delete var.
9432 (python-pdbtrack-activate): New defcustom.
9433 (python-use-skeletons): Obsolete var.
9434 (python-skeleton-autoinsert): New defcustom.
9435 (inferior-python-filter-regexp, python-continuation-offset)
9436 (python-honour-comment-indentation, python-indent-string-contents)
9437 (python-jython-packages, python-mode-hook)
9438 (python-pdbtrack-minor-mode-string, python-remove-cwd-from-path)
9439 (python-shell-prompt-alist)
9440 (python-source-modes): Delete defcustoms.
9441 (python-check-buffer-name, python-eldoc-setup-code)
9442 (python-eldoc-string-code, python-ffap-setup-code)
9443 (python-ffap-string-code, python-fill-comment-function)
9444 (python-fill-decorator-function, python-fill-paren-function)
9445 (python-fill-string-function, python-imenu-include-defun-type)
9446 (python-imenu-make-tree, python-imenu-subtree-root-label)
9447 (python-pdbtrack-stacktrace-info-regexp, python-shell-buffer-name)
9448 (python-shell-compilation-regexp-alist)
9449 (python-shell-completion-module-string-code)
9450 (python-shell-completion-pdb-string-code)
9451 (python-shell-completion-setup-code)
9452 (python-shell-completion-string-code)
9453 (python-shell-enable-font-lock, python-shell-exec-path)
9454 (python-shell-extra-pythonpaths)
9455 (python-shell-internal-buffer-name, python-shell-interpreter-args)
9456 (python-shell-process-environment)
9457 (python-shell-prompt-block-regexp)
9458 (python-shell-prompt-output-regexp)
9459 (python-shell-prompt-pdb-regexp, python-shell-prompt-regexp)
9460 (python-shell-send-setup-max-wait, python-shell-setup-codes)
9461 (python-shell-virtualenv-path): New defcustoms.
9462 (brm-menu, eldoc-documentation-function, inferior-python-mode-map)
9463 (inferior-python-mode-syntax-table, python--prompt-regexp)
9464 (python-buffer, python-command python-python-command)
9465 (python-default-template, python-imports, python-indent-index)
9466 (python-indent-list, python-indent-list-length)
9467 (python-mode-running, python-pdbtrack-is-tracking-p)
9468 (python-preoutput-continuation, python-preoutput-leftover)
9469 (python-preoutput-result, python-preoutput-skip-next-prompt)
9470 (python-prev-dir/file, python-recursing)
9471 (python-saved-check-command, python-version-checked)
9472 (python-which-func-length-limit)
9473 (view-return-to-alist): Delete vars.
9474 (python-check-custom-command, python-dotty-syntax-table)
9475 (python-imenu-index-alist, python-indent-current-level)
9476 (python-indent-dedenters, python-indent-levels)
9477 (python-nav-beginning-of-defun-regexp)
9478 (python-nav-list-defun-positions-cache)
9479 (python-pdbtrack-buffers-to-kill, python-pdbtrack-tracked-buffer)
9480 (python-shell-internal-buffer)
9481 (python-skeleton-available): New vars.
9482 (def-python-skeleton): Delete macro.
9483 (python-skeleton-define): New macro.
9484 (python-define-auxiliary-skeleton, python-rx): New macros.
9485 (python-insert-class): Delete command.
9486 (python-skeleton-class): New command.
9487 (python-insert-def): Delete command.
9488 (python-skeleton-def): New command.
9489 (python-insert-for): Delete command.
9490 (python-skeleton-for): New command.
9491 (python-insert-if): Delete command.
9492 (python-skeleton-if): New command.
9493 (python-insert-try/except, python-insert-try/finally): Delete commands.
9494 (python-skeleton-try): New command.
9495 (python-insert-while): Delete command.
9496 (python-skeleton-while): New command.
9497 (python-backspace): Delete command.
9498 (python-indent-dedent-line-backspace): New command.
9499 (python-electric-colon): Delete command.
9500 (python-indent-electric-colon): New command.
9501 (python-guess-indent): Delete command.
9502 (python-indent-guess-indent-offset): New command.
9503 (python-shift-left): Delete command.
9504 (python-indent-shift-left): New command.
9505 (python-shift-right): Delete command.
9506 (python-indent-shift-right): New command.
9507 (python-find-function): Delete command.
9508 (python-nav-jump-to-defun): New command.
9509 (python-next-statement): Delete command.
9510 (python-nav-forward-sentence): New command.
9511 (python-previous-statement): Delete command.
9512 (python-nav-backward-sentence): New command.
9513 (python-fill-paragraph): Delete command.
9514 (python-fill-paragraph-function): New command.
9515 (python-send-buffer): Delete command.
9516 (python-shell-send-buffer): New command.
9517 (python-send-defun): Delete command.
9518 (python-shell-send-defun): New command.
9519 (python-send-region, python-send-region-and-go): Delete commands.
9520 (python-shell-send-region)
9521 (python-shell-switch-to-shell): New commands.
9522 (python-send-string): Delete command.
9523 (python-shell-send-string): New command.
9524 (python-switch-to-python): Delete command.
9525 (python-shell-switch-to-shell): New command.
9526 (python-describe-symbol): Delete command.
9527 (python-eldoc-at-point): New command.
9528 (python--set-prompt-regexp, python-args-to-list)
9529 (python-after-info-look, python-check-version)
9530 (python-check-comint-prompt, python-find-imports)
9531 (python-execute-file, turn-off-pdbtrack, turn-on-pdbtrack)
9532 (python-unload-function, python-expand-template)
9533 (python-maybe-jython, python-preoutput-filter)
9534 (python-pdbtrack-get-source-buffer)
9535 (python-pdbtrack-grub-for-buffer, python-pdbtrack-overlay-arrow)
9536 (python-pdbtrack-toggle-stack-tracking)
9537 (python-pdbtrack-track-stack-file, python-initial-text)
9538 (python-first-word, python-comment-line-p, python-send-command)
9539 (python-setup-brm, python-sentinel, python-set-proc)
9540 (python-skip-out, python-input-filter, python-outdent-p)
9541 (python-outline-level, python-backslash-continuation-line-p)
9542 (python-end-of-block, python-end-of-statement, python-mark-block)
9543 (python-beginning-of-block, python-beginning-of-statement)
9544 (python-blank-line-p, python-beginning-of-string)
9545 (python-open-block-statement-p): Delete functions.
9546 (python-indent-line, python-indent-line-1): Delete functions.
9547 (python-indent-line): New function.
9548 (python-indentation-levels): Delete function.
9549 (python-indent-calculate-levels): New function.
9550 (python-proc): Delete function.
9551 (python-shell-get-process): New function.
9552 (python-send-receive): Delete function.
9553 (python-shell-send-string-no-output): New function.
9554 (python-module-path): Delete function.
9555 (python-ffap-module-path): New function.
9556 (python-completion-at-point)
9557 (python-symbol-completions): Delete functions.
9558 (python-completion-complete-at-point): New function.
9559 (python-load-file): Delete function.
9560 (python-shell-send-file): New function.
9561 (python-calculate-indentation): Delete function.
9562 (python-indent-calculate-indentation): New function.
9563 (python-skip-comments/blanks): Delete function.
9564 (python-util-forward-comment): New function.
9565 (python-continuation-line-p): Delete function.
9566 (python-info-continuation-line-p): New function.
9567 (python-which-func, python-current-defun): Delete function.
9568 (python-info-current-defun): New function.
9569 (python-beginning-of-defun): Delete function.
9570 (python-nav-beginning-of-defun): New function.
9571 (python-close-block-statement-p)
9572 (python-block-end-p): Delete function.
9573 (python-info-closing-block): New function.
9574 (python-comint-output-filter-function)
9575 (python-eldoc--get-doc-at-point, python-end-of-defun-function)
9576 (python-fill-comment, python-fill-decorator, python-fill-paren)
9577 (python-fill-string, python-imenu-make-element-tree)
9578 (python-imenu-make-tree, python-imenu-tree-assoc)
9579 (python-indent-context, python-indent-dedent-line)
9580 (python-indent-line-function)
9581 (python-indent-post-self-insert-function)
9582 (python-indent-toggle-levels)
9583 (python-info-assignment-continuation-line-p)
9584 (python-info-beginning-of-backlash)
9585 (python-info-block-continuation-line-p)
9586 (python-info-closing-block-message)
9587 (python-info-line-ends-backslash-p)
9588 (python-info-looking-at-beginning-of-defun)
9589 (python-info-ppss-context, python-info-ppss-context-type)
9590 (python-nav-list-defun-positions, python-nav-read-defun)
9591 (python-nav-sentence-end, python-nav-sentence-start)
9592 (python-pdbtrack-comint-output-filter-function)
9593 (python-pdbtrack-set-tracked-buffer)
9594 (python-shell-calculate-exec-path)
9595 (python-shell-calculate-process-environment)
9596 (python-shell-completion--do-completion-at-point)
9597 (python-shell-completion--get-completions)
9598 (python-shell-completion-complete-at-point)
9599 (python-shell-completion-complete-or-indent)
9600 (python-shell-get-or-create-process)
9601 (python-shell-get-process-name)
9602 (python-shell-internal-get-or-create-process)
9603 (python-shell-internal-get-process-name)
9604 (python-shell-internal-send-string, python-shell-make-comint)
9605 (python-shell-parse-command, python-shell-send-setup-code)
9606 (python-skeleton-add-menu-items)
9607 (python-util-clone-local-variables, python-util-position)
9608 (run-python-internal, python-indentation-levels)
9609 (python-nav-beginning-of-defun)
9610 (python-completion-complete-at-point): New functions.
9611 (run-python): Change arguments. New API requirements.
9612
9613 2012-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
9614
9615 * emacs-lisp/cl-lib.el (cl--defsubst-expand): Autoload inliner
9616 (bug#11649).
9617
9618 * emacs-lisp/macroexp.el (macroexp--compiler-macro): New function.
9619 (macroexp--expand-all): Use it.
9620
9621 * emacs-lisp/cl-macs.el (cl--transform-function-property): Remove.
9622 (cl-define-setf-expander, cl-deftype, cl-define-compiler-macro):
9623 Use `cl-function' instead.
9624
9625 2012-06-14 Juanma Barranquero <lekktu@gmail.com>
9626
9627 * makefile.w32-in (COMPILE_FIRST): Remove subr.el.
9628 Suggested by Stefan Monnier while discussing bug#11657.
9629
9630 2012-06-14 Sam Steingold <sds@gnu.org>
9631
9632 * files.el (abort-if-file-too-large): Use `file-size-human-readable'.
9633
9634 2012-06-14 Andreas Schwab <schwab@linux-m68k.org>
9635
9636 * play/doctor.el (doctor-doc): Remove parameter and use
9637 doctor-sent instead of sent.
9638 (doctor-read-print): Use doctor-sent instead of sent. (Bug#11708)
9639
9640 2012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
9641
9642 * files.el: Require cl-lib.
9643 (file-name-non-special): Replace case -> cl-case.
9644
9645 * emacs-lisp/cl-macs.el (cl-defstruct): Don't add print-func.
9646
9647 * emacs-lisp/edebug.el (edebug-read-function): Remove old incorrect
9648 mapping from #' to function*.
9649
9650 2012-06-13 Chong Yidong <cyd@gnu.org>
9651
9652 * mouse.el (mouse-drag-track): Do not set the mark if the user
9653 releases the mouse without selecting anything (Bug#11588).
9654
9655 2012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
9656
9657 * textmodes/tex-mode.el (latex-indent): Recognize tex-verbatim at EOB
9658 as well (bug#11646).
9659
9660 * loadup.el: Count byte-code functions as well.
9661
9662 * emacs-lisp/byte-opt.el (featurep): Move compiler-macro...
9663 * emacs-lisp/bytecomp.el (featurep): ...here (bug#11692).
9664
9665 * emacs-lisp/autoload.el (make-autoload): Accept nil doc-string-elt
9666 (bug#11649). Add cl-defun and cl-defmacro.
9667
9668 2012-06-13 Drew Adams <drew.adams@oracle.com>
9669
9670 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
9671 Fix last change.
9672
9673 2012-06-13 Michael Albinus <michael.albinus@gmx.de>
9674
9675 * net/dbus.el (dbus-call-method): Use timeout for `read-event'.
9676 Otherwise, it blocks in batch mode.
9677
9678 2012-06-13 Juanma Barranquero <lekktu@gmail.com>
9679
9680 * help-mode.el (bookmark-make-record-default): Declare.
9681
9682 2012-06-13 Chong Yidong <cyd@gnu.org>
9683
9684 * emacs-lisp/package.el (list-packages): Compute a list of
9685 packages that are newly-available since the last list-packages
9686 invocation.
9687 (package-menu--new-package-list): New var.
9688 (package-menu--generate, package-menu--print-info)
9689 (package-menu--status-predicate, package-menu-mark-install):
9690 Handle new status label "new".
9691
9692 2012-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
9693
9694 * emacs-lisp/cl-macs.el (cl-remf): Fix error in recent
9695 conversion to backquotes.
9696
9697 2012-06-12 Chong Yidong <cyd@gnu.org>
9698
9699 * emacs-lisp/edebug.el (edebug-inhibit-emacs-lisp-mode-bindings):
9700 Rename from gud-inhibit-global-bindings.
9701
9702 * emacs-lisp/eieio.el (eieio-pre-method-execution-hooks): Doc fix.
9703
9704 * nxml/nxml-glyph.el (nxml-glyph-set-functions): Rename abnormal
9705 hook from nxml-glyph-set-hook.
9706
9707 * progmodes/cwarn.el (cwarn-mode): Remove redundant variable
9708 declaration.
9709
9710 * progmodes/pascal.el (pascal-toggle-completions): Doc fix.
9711
9712 * textmodes/bibtex.el (bibtex-string-file-path, bibtex-file-path):
9713 Convert to defcustom.
9714
9715 2012-06-12 Drew Adams <drew.adams@oracle.com>
9716
9717 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
9718 New functions.
9719 (help-mode): Use them.
9720
9721 2012-06-11 Glenn Morris <rgm@gnu.org>
9722
9723 * progmodes/fortran.el (fortran-font-lock-keywords-3):
9724 Use preprocessor face for directives.
9725 (fortran-directive-re): Doc fix.
9726
9727 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
9728
9729 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Fix error in recent
9730 conversion to backquotes (bug#11652).
9731
9732 Fix compiler-expansion of CL's cXXr functions (bug#11673).
9733 * emacs-lisp/cl-lib.el (cl--defalias): New function.
9734 (cl-values, cl-values-list, cl-copy-seq, cl-svref, cl-first)
9735 (cl-second, cl-rest, cl-endp, cl-third, cl-fourth): Use it.
9736 (cl-plusp, cl-minusp, cl-fifth, cl-sixth, cl-seventh, cl-eighth)
9737 (cl-ninth, cl-tenth): Mark them as inlinable.
9738 (cl-caaar, cl-caadr, cl-cadar, cl-caddr, cl-cdaar, cl-cdadr)
9739 (cl-cddar, cl-cdddr, cl-caaaar, cl-caaadr, cl-caadar, cl-caaddr)
9740 (cl-cadaar, cl-cadadr, cl-caddar, cl-cadddr, cl-cdaaar, cl-cdaadr)
9741 (cl-cdadar, cl-cdaddr, cl-cddaar, cl-cddadr, cl-cdddar, cl-cddddr):
9742 Add a compiler-macro declaration to use cl--compiler-macro-cXXr.
9743 (cl-list*, cl-adjoin): Don't put an autoload manually.
9744 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin)
9745 (cl--compiler-macro-list*): Add autoload cookie.
9746 (cl--compiler-macro-cXXr): New function.
9747
9748 * help-fns.el (help-fns--compiler-macro): New function extracted from
9749 describe-function-1; follow aliases and use `compiler-macro' property.
9750 (describe-function-1): Use it.
9751
9752 2012-06-11 Chong Yidong <cyd@gnu.org>
9753
9754 * startup.el (fancy-splash-head): Use splash.svg even if librsvg
9755 is uninstalled, if imagemagick is installed.
9756
9757 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
9758
9759 * emacs-lisp/cl-lib.el: Use lexical-binding.
9760 (cl-map-extents, cl-maclisp-member): Remove.
9761 (cl--set-elt, cl--set-nthcdr, cl--set-buffer-substring)
9762 (cl--set-substring, cl--block-wrapper, cl--block-throw)
9763 (cl--compiling-file, cl--mapcar-many, cl--do-subst): Use "cl--" prefix.
9764 * emacs-lisp/cl-extra.el: Use lexical-binding.
9765 (cl--mapcar-many, cl--map-keymap-recursively, cl--map-intervals)
9766 (cl--map-overlays, cl--set-frame-visible-p, cl--progv-save)
9767 (cl--progv-before, cl--progv-after, cl--finite-do, cl--set-getf)
9768 (cl--do-remf, cl--do-prettyprint): Use "cl--" prefix.
9769 * emacs-lisp/cl-seq.el: Use lexical-binding.
9770 (cl--parsing-keywords, cl--check-key, cl--check-test-nokey)
9771 (cl--check-test, cl--check-match): Use "cl--" prefix and backquotes.
9772 (cl--alist, cl--sublis-rec, cl--nsublis-rec, cl--tree-equal-rec):
9773 * emacs-lisp/cl-macs.el (cl--lambda-list-keywords): Use "cl--" prefix.
9774 * edmacro.el (edmacro-mismatch): Simplify to remove dependence on
9775 CL's internals.
9776
9777 2012-06-11 Michael Albinus <michael.albinus@gmx.de>
9778
9779 Sync with Tramp 2.2.6-pre.
9780
9781 * net/tramp-cache.el (tramp-dump-connection-properties): Let-bind
9782 `print-length' and `print-level' to nil, in order to avoid
9783 truncation. Reported by Christopher Schmidt
9784 <christopher@ristopher.com>.
9785
9786 * net/tramp-cmds.el (tramp-cleanup-connection): Delete also process.
9787
9788 * net/tramp-compat.el (tramp-compat-condition-case-unless-debug):
9789 New defmacro.
9790 (tramp-compat-copy-directory): Add optional argument
9791 COPY-CONTENTS. It is not handled yet.
9792
9793 * net/tramp-ftp.el (tramp-disable-ange-ftp): Fix docstring.
9794 (tramp-ftp-file-name-p): Simplify.
9795
9796 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name):
9797 * net/tramp-gw.el (tramp-gw-open-connection): Add hop to
9798 connection vector.
9799
9800 * net/tramp-sh.el (tramp-copy-size-limit): Fix docstring.
9801 (tramp-methods): Do not use `tramp-password-end-of-line'.
9802 (tramp-completion-function-alist-putty): Handle UNIX case.
9803 (tramp-remote-path): Add "/opt/bin", "/opt/sbin" and "/opt/local/bin".
9804 (tramp-do-file-attributes-with-stat)
9805 (tramp-do-directory-files-and-attributes-with-stat) Return uid and
9806 gid as real numbers. They could run out of integer range on cygwin.
9807 (tramp-do-copy-or-rename-file-out-of-band): Better trace format.
9808 (tramp-sh-handle-expand-file-name): Handle hops.
9809 (tramp-open-connection-setup-interactive-shell):
9810 Use `tramp-cleanup'. Move check for busyboxes ...
9811 (tramp-find-shell): ... here. Simplify implementation.
9812 Set "remote-shell" property also for alternative shells.
9813 (tramp-remote-coding-commands): Check "test -c /dev/stdout".
9814 If failing, a regular file would be written otherwise.
9815 Reported by Dmitry Kurochkin <dmitry.kurochkin@gmail.com>.
9816 (tramp-find-inline-encoding): Cache the coding commands in the
9817 process cache. Apply test command on the remote side, if defined.
9818 (tramp-find-inline-compress): Cache the compress commands in the
9819 process cache.
9820 (tramp-compute-multi-hops): Save `tramp-default-proxies-alist'
9821 when requested. Handle hops.
9822 (tramp-current-connection): New defvar.
9823 (tramp-maybe-open-connection): Use `tramp-cleanup'.
9824 Throw `suppress', if there was a failed connection shortly before.
9825 Handle user interrupt. (Bug#10187)
9826 (tramp-get-inline-compress, tramp-get-inline-coding):
9827 Read connection properties from the process cache.
9828
9829 * net/tramp-smb.el (tramp-smb-server-version)
9830 (tramp-smb-wrong-passwd-regexp, tramp-smb-actions-with-tar):
9831 New defconsts.
9832 (tramp-smb-prompt): Extend for powershell prompt.
9833 (tramp-smb-file-name-handler-alist): Add handlers for
9834 `process-file', `shell-command' and `start-file-process'.
9835 (tramp-smb-winexe-program, tramp-smb-winexe-shell-command)
9836 (tramp-smb-winexe-shell-command-switch): New defcustoms.
9837 (tramp-smb-file-name-p): Simplify.
9838 (tramp-smb-action-with-tar, tramp-smb-handle-process-file)
9839 (tramp-smb-kill-winexe-function, tramp-smb-call-winexe)
9840 (tramp-smb-shell-quote-argument): New defuns.
9841 (tramp-smb-handle-copy-directory): Add COPY-CONTENTS argument.
9842 Implement using "tar". By this, time-stamps are preserved.
9843 (tramp-smb-handle-copy-file): Handle also the case of directories.
9844 (tramp-smb-do-file-attributes-with-stat)
9845 (tramp-smb-get-file-entries, tramp-smb-get-cifs-capabilities):
9846 Use `tramp-get-connection-buffer').
9847 (tramp-smb-handle-rename-file): Use "rename", when source and
9848 target are on the same share.
9849 (tramp-smb-maybe-open-connection): Handle wrong passwords.
9850 Use `tramp-smb-server-version'.
9851 (tramp-smb-wait-for-output): Remove prompt.
9852
9853 * net/tramp.el (top): Require 'cl.
9854 (tramp-methods, tramp-rsh-end-of-line):
9855 Remove `tramp-password-end-of-line' from docstring.
9856 (tramp-save-ad-hoc-proxies): New defcustom.
9857 (tramp-completion-function-alist): Adapt docstring.
9858 (tramp-default-password-end-of-line): Remove defcustom.
9859 (tramp-shell-prompt-pattern): Allow "[]" style prompts. (Bug#11065)
9860 (tramp-user-regexp, tramp-file-name-regexp-unified)
9861 (tramp-file-name-regexp-url): Extend regexp by hop separator.
9862 (tramp-postfix-hop-format, tramp-postfix-hop-regexp)
9863 (tramp-remote-file-name-spec-regexp): New defconst.
9864 (tramp-file-name-structure): Extend structure for hops.
9865 (tramp-get-method-parameter): Move up.
9866 (tramp-file-name-p, tramp-dissect-file-name)
9867 (with-parsed-tramp-file-name): Handle hops.
9868 (tramp-file-name-hop): New defun.
9869 (tramp-make-tramp-file-name): New optional arg HOP.
9870 (tramp-message-show-progress-reporter-message): New defvar.
9871 (tramp-with-progress-reporter): Use it. We cannot use
9872 `tramp-message-show-message' here, because this suppresses also
9873 error buffers.
9874 (tramp-error-with-buffer): Suppress buffer view, if
9875 `tramp-message-show-message' is nil.
9876 Use `tramp-get-connection-buffer'.
9877 (tramp-cleanup): New defun.
9878 (tramp-rfn-eshadow-update-overlay): Let-bind `non-essential' to `t'.
9879 (tramp-file-name-handler): If `debug-on-error' is set, propagate
9880 an error unchanged.
9881 (tramp-completion-handle-file-name-all-completions): Handle hops.
9882 Fix an error when called from ido.
9883 (tramp-completion-dissect-file-name): Use better local variable
9884 name. Add hop to the vector.
9885 (tramp-handle-insert-file-contents): Use progress-reporter for the
9886 whole scenario.
9887 (tramp-action-password): Let-bind `enable-recursive-minibuffers'
9888 to `t'.
9889 (tramp-check-for-regexp): Simplify search.
9890 (tramp-enter-password): Remove it. Move implementation ...
9891 (tramp-action-password): ... here.
9892 (tramp-mode-string-to-int, tramp-local-host-p)
9893 (tramp-make-tramp-temp-file, tramp-read-passwd)
9894 (tramp-clear-passwd, tramp-time-less-p, tramp-time-diff):
9895 Set tramp-autoload cookie.
9896
9897 * net/trampver.el: Update release number.
9898
9899 2012-06-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9900 Michael Albinus <michael.albinus@gmx.de>
9901
9902 * net/tramp.el (tramp-set-completion-function): Fix docstring.
9903 (tramp-parse-group, tramp-parse-file)
9904 (tramp-parse-shostkeys-sknownhosts): New defuns.
9905 (tramp-parse-rhosts, tramp-parse-rhosts-group, tramp-parse-shosts)
9906 (tramp-parse-shosts-group, tramp-parse-sconfig)
9907 (tramp-parse-sconfig-group, tramp-parse-shostkeys)
9908 (tramp-parse-sknownhosts, tramp-parse-hosts)
9909 (tramp-parse-hosts-group, tramp-parse-passwd, tramp-parse-netrc):
9910 Use them.
9911 (tramp-parse-passwd-group, tramp-parse-netrc-group)
9912 (tramp-parse-putty-group): Don't narrow.
9913 (tramp-parse-putty): Make a loop.
9914 (tramp-file-name-handler): Catch the `suppress' signal.
9915
9916 2012-06-11 Chong Yidong <cyd@gnu.org>
9917
9918 * image.el (imagemagick-register-types): Put the ImageMagick entry
9919 at the end of image-type-file-name-regexps.
9920
9921 2012-06-11 Johan Bockgård <bojohan@gnu.org>
9922
9923 * emacs-lisp/pcase.el (pcase-UPAT, pcase-QPAT): New edebug specs.
9924 (pcase, pcase-let*, pcase-dolist): Use them.
9925
9926 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
9927
9928 * emacs-lisp/pcase.el (pcase--let*): New function.
9929 (pcase-let*): Use it. Use pcase--memoize to avoid repeated expansions.
9930 (pcase--expand): Use macroexp-let².
9931
9932 2012-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
9933
9934 * emacs-lisp/timer.el, emacs-lisp/syntax.el, emacs-lisp/smie.el:
9935 * emacs-lisp/ewoc.el, emacs-lisp/cconv.el, emacs-lisp/bytecomp.el:
9936 * emacs-lisp/byte-opt.el, emacs-lisp/autoload.el: Convert to cl-lib.
9937 * emacs-lisp/easymenu.el, emacs-lisp/easy-mmode.el:
9938 * emacs-lisp/derived.el: Use pcase instead of `cl'.
9939 * emacs-lisp/cl-lib.el: Get rid of special cl-macs auto load.
9940
9941 2012-06-10 Glenn Morris <rgm@gnu.org>
9942
9943 * mail/rmail.el (rmail-yank-current-message): Leave point at
9944 correct position. (Bug#11660)
9945
9946 2012-06-10 Chong Yidong <cyd@gnu.org>
9947
9948 * allout-widgets.el: Fix code header.
9949
9950 2012-06-10 Chong Yidong <cyd@gnu.org>
9951
9952 * cus-edit.el (customize-changed-options-previous-release):
9953 Bump to 24.1.
9954
9955 2012-06-09 Andreas Schwab <schwab@linux-m68k.org>
9956
9957 * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200.
9958
9959 2012-06-09 Chong Yidong <cyd@gnu.org>
9960
9961 * ebuff-menu.el (electric-buffer-list): Preserve header line.
9962
9963 2012-06-09 Martin Rudalics <rudalics@gmx.at>
9964
9965 * window.el (special-display-popup-frame): Don't use
9966 window--display-buffer (Bug#11651).
9967
9968 2012-06-09 Eli Zaretskii <eliz@gnu.org>
9969
9970 Fix parallel builds: make sure loaddefs.el is not being written
9971 while Lisp files are compiled.
9972 (compile): Don't depend on 'mh-autoloads'.
9973 (compile-CMD, compile-SH): Depend on 'autoloads'.
9974 (bootstrap): Don't depend on 'autoloads' and 'mh-autoloads'.
9975
9976 * makefile.w32-in (BIG_STACK_DEPTH): Enlarge to 2200. (Bug#11649)
9977
9978 2012-06-09 Chong Yidong <cyd@gnu.org>
9979
9980 * face-remap.el (face-remap-add-relative, face-remap-set-base)
9981 (buffer-face-set, buffer-face-toggle, buffer-face-mode-invoke):
9982 Doc fixes (Bug#11225).
9983
9984 2012-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
9985
9986 * emacs-lisp/macroexp.el (macroexp--expand-all): Only autoload
9987 a function if there's a clear indication that it has a compiler-macro.
9988 * emacs-lisp/byte-run.el (defun-declarations-alist, defmacro, defun)
9989 (macro-declarations-alist): Add arglist to declaration functions.
9990 (defun-declarations-alist): Add `obsolete' and `compiler-macro'.
9991 * emacs-lisp/cl-seq.el (cl-member, cl-assoc):
9992 * emacs-lisp/cl-lib.el (cl-list*, cl-adjoin):
9993 * emacs-lisp/cl-extra.el (cl-get): Use the new `declare' statement.
9994 Also add autoload to find the compiler macro.
9995 * emacs-lisp/cl-macs.el (eql) [compiler-macro]: Remove.
9996 (cl--compiler-macro-member, cl--compiler-macro-assoc)
9997 (cl--compiler-macro-adjoin, cl--compiler-macro-list*)
9998 (cl--compiler-macro-get): New functions, replacing calls to
9999 cl-define-compiler-macro.
10000 (cl-typep) [compiler-macro]: Use macroexp-let².
10001
10002 2012-06-08 Nick Dokos <nicholas.dokos@hp.com> (tiny change)
10003
10004 * calendar/icalendar.el (icalendar--parse-vtimezone): Import TZID
10005 string properly, fixes Bug#11473.
10006
10007 2012-06-08 Chong Yidong <cyd@gnu.org>
10008
10009 * faces.el (set-face-attribute): Doc fix.
10010 (modify-face): Don't use :bold and :italic.
10011 (error, warning, success): Tweak definitions.
10012
10013 * cus-edit.el (custom-modified, custom-invalid, custom-rogue)
10014 (custom-modified, custom-set, custom-changed, custom-themed)
10015 (custom-saved, custom-button, custom-button-mouse)
10016 (custom-button-pressed, custom-state, custom-comment-tag)
10017 (custom-variable-tag, custom-group-tag-1, custom-group-tag)
10018 (custom-group-subtitle): Use new-style face specs.
10019 (custom-invalid-face, custom-rogue-face, custom-modified-face)
10020 (custom-set-face, custom-changed-face, custom-saved-face)
10021 (custom-button-face, custom-button-pressed-face)
10022 (custom-documentation-face, custom-state-face)
10023 (custom-comment-face, custom-comment-tag-face)
10024 (custom-variable-tag-face, custom-variable-button-face)
10025 (custom-face-tag-face, custom-group-tag-face-1)
10026 (custom-group-tag-face): Remove obsolete face alias.
10027
10028 * epa.el (epa-validity-high, epa-validity-medium)
10029 (epa-validity-low, epa-mark, epa-field-name, epa-string)
10030 (epa-field-name, epa-field-body):
10031 * font-lock.el (font-lock-comment-face, font-lock-string-face)
10032 (font-lock-keyword-face, font-lock-builtin-face)
10033 (font-lock-function-name-face, font-lock-variable-name-face)
10034 (font-lock-type-face, font-lock-constant-face):
10035 * ido.el (ido-first-match, ido-only-match, ido-subdir)
10036 (ido-virtual, ido-indicator, ido-incomplete-regexp):
10037 * speedbar.el (speedbar-button-face, speedbar-file-face)
10038 (speedbar-directory-face, speedbar-tag-face)
10039 (speedbar-selected-face, speedbar-highlight-face)
10040 (speedbar-separator-face):
10041 * whitespace.el (whitespace-newline, whitespace-space)
10042 (whitespace-hspace, whitespace-tab, whitespace-trailing)
10043 (whitespace-line, whitespace-space-before-tab)
10044 (whitespace-space-after-tab, whitespace-indentation)
10045 (whitespace-empty):
10046 * emulation/cua-base.el (cua-global-mark):
10047 * eshell/em-prompt.el (eshell-prompt):
10048 * net/newst-plainview.el (newsticker-new-item-face)
10049 (newsticker-old-item-face, newsticker-immortal-item-face)
10050 (newsticker-obsolete-item-face, newsticker-date-face)
10051 (newsticker-statistics-face, newsticker-default-face):
10052 * net/newst-reader.el (newsticker-feed-face)
10053 (newsticker-extra-face, newsticker-enclosure-face):
10054 * net/newst-treeview.el (newsticker-treeview-face)
10055 (newsticker-treeview-new-face, newsticker-treeview-old-face)
10056 (newsticker-treeview-immortal-face)
10057 (newsticker-treeview-obsolete-face)
10058 (newsticker-treeview-selection-face):
10059 * net/rcirc.el (rcirc-my-nick, rcirc-other-nick)
10060 (rcirc-bright-nick, rcirc-server, rcirc-timestamp)
10061 (rcirc-nick-in-message, rcirc-nick-in-message-full-line)
10062 (rcirc-prompt, rcirc-track-keyword, rcirc-url, rcirc-keyword):
10063 * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
10064 (nxml-outline-active-indicator, nxml-outline-ellipsis):
10065 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
10066 (mpuz-text):
10067 * progmodes/vera-mode.el (vera-font-lock-number)
10068 (vera-font-lock-function, vera-font-lock-interface):
10069 * textmodes/table.el (table-cell): Use new-style face specs, and
10070 don't use the old :bold and :italic attributes.
10071
10072 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
10073 (ebrowse-member-attribute, ebrowse-default, ebrowse-file-name)
10074 (ebrowse-member-class, ebrowse-progress): Likewise.
10075 (ebrowse-tree-mark-face, ebrowse-root-class-face)
10076 (ebrowse-file-name-face, ebrowse-default-face)
10077 (ebrowse-member-attribute-face, ebrowse-member-class-face)
10078 (ebrowse-progress-face): Remove obsolete faces.
10079
10080 * progmodes/flymake.el (flymake-errline, flymake-warnline):
10081 Inherit from error and warning faces respectively.
10082
10083 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
10084 Likewise.
10085 (flyspell-incorrect-face, flyspell-duplicate-face):
10086 Remove obsolete aliases.
10087
10088 2012-06-08 Michael Albinus <michael.albinus@gmx.de>
10089
10090 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
10091 Avoid infloop.
10092
10093 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
10094
10095 * startup.el (argv, argi): Make lexically scoped.
10096 * emacs-lisp/float-sup.el (pi): Use internal-make-var-non-special.
10097 * emacs-lisp/cl-macs.el: Use lexical-binding.
10098 Rename cl-bind-* to cl--bind-*.
10099 * files.el: Don't require `cl' since it doesn't use it.
10100 * emacs-lisp/pcase.el, emacs-lisp/macroexp.el: Add coding cookie.
10101
10102 2012-06-08 Juanma Barranquero <lekktu@gmail.com>
10103
10104 * textmodes/texinfmt.el: Fix bug#11640 (reverts part of 2008-07-31T05:33:56Z!dann@ics.uci.edu).
10105 (texinfo-format-printindex): Use `texinfo-sort-region' in all platforms,
10106 instead of calling external sort utility.
10107 (texinfo-sort-region, texinfo-sort-startkeyfun): Restore functions.
10108
10109 2012-06-08 Eli Zaretskii <eliz@gnu.org>
10110
10111 * descr-text.el (describe-char): Mention how to insert the
10112 character, if the current input method doesn't support it.
10113 See the discussion in this thread for the details:
10114 http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00533.html.
10115
10116 2012-06-08 Sam Steingold <sds@gnu.org>
10117
10118 * bindings.el (global-map): Bind XF86Forward to next-buffer and
10119 XF86Back to previous-buffer.
10120 (minibuffer-local-map): Bind them to next-history-element and
10121 previous-history-element respectively.
10122 * help-mode.el (help-mode-map): Bind them to help-go-forward and
10123 help-go-back respectively.
10124 * info.el (Info-mode-map): Bind them to Info-history-forward and
10125 Info-history-back respectively.
10126 These are the keys next to Up on the ThinkPad keyboard.
10127
10128 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
10129
10130 Get rid of cl-lexical-let, keeping only lexical-let for compatibility.
10131 * emacs-lisp/cl-macs.el: Provide itself.
10132 (cl--labels-convert-cache): New var.
10133 (cl--labels-convert): New function.
10134 (cl-flet, cl-labels): New implementation with new semantics, relying on
10135 lexical-binding.
10136 * emacs-lisp/cl.el: Mark compatibility aliases as obsolete.
10137 (cl-closure-vars, cl--function-convert-cache)
10138 (cl--function-convert): Move from cl-macs.el.
10139 (lexical-let, lexical-let*, flet, labels): Move from cl-macs.el and
10140 rename by removing the "cl-" prefix.
10141 * emacs-lisp/macroexp.el (macroexp-unprogn): New function.
10142
10143 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
10144
10145 * emacs-lisp/cl.el (cl-macroexpand, cl-macro-environment)
10146 (cl-macroexpand-all, cl-not-hash-table, cl-builtin-gethash)
10147 (cl-builtin-remhash, cl-builtin-clrhash, cl-builtin-maphash)
10148 (cl-map-keymap, cl-copy-tree, cl-gethash, cl-puthash, cl-remhash)
10149 (cl-clrhash, cl-maphash, cl-make-hash-table, cl-hash-table-p)
10150 (cl-hash-table-count): Add old compatibility aliases.
10151
10152 * emacs-lisp/cl-macs.el (cl-macro-environment): Remove var.
10153 Use macroexpand-all-environment instead.
10154 (cl--old-macroexpand): New var.
10155 (cl--sm-macroexpand): New function.
10156 (cl-symbol-macrolet): Use it during macro expansion.
10157 (cl--function-convert-cache): New var.
10158 (cl--function-convert): New function, extracted from
10159 cl-macroexpand-all.
10160 (cl-lexical-let): Use it.
10161
10162 * emacs-lisp/cl-lib.el (cl-macro-environment): Remove decl.
10163 (cl-macroexpand): Move to cl-macs.el and rename to cl--sm-macroexpand.
10164 (cl-member): Remove old alias.
10165
10166 * emacs-lisp/cl-extra.el (cl-map-keymap, cl-copy-tree)
10167 (cl-not-hash-table, cl-builtin-gethash, cl-builtin-remhash)
10168 (cl-builtin-clrhash, cl-builtin-maphash, cl-gethash, cl-puthash)
10169 (cl-remhash, cl-clrhash, cl-maphash, cl-make-hash-table)
10170 (cl-hash-table-p, cl-hash-table-count): Move to cl.el.
10171 (cl-macroexpand-cmacs): Remove var.
10172 (cl-macroexpand-all, cl-macroexpand-body): Remove funs.
10173 Use macroexpand-all instead.
10174
10175 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
10176
10177 * emacs-lisp/macroexp.el (macroexp-progn, macroexp-let*, macroexp-if)
10178 (macroexp-let², macroexp--const-symbol-p, macroexp-const-p)
10179 (macroexp-copyable-p): New functions and macros.
10180 * emacs-lisp/edebug.el (edebug-unwrap):
10181 * emacs-lisp/disass.el (disassemble-internal): Use macroexp-progn.
10182 * emacs-lisp/pcase.el: Use macroexp-let*, macroexp-if, ...
10183 (pcase--let*): Remove.
10184 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p)
10185 (byte-compile-constp): Remove. Use macroexp--const-symbol-p and
10186 macroexp-const-p instead.
10187 * emacs-lisp/byte-opt.el: Use macroexp-const-p and macroexp-progn.
10188
10189 * emacs-lisp/cl-macs.el: Clean up the name space by using "cl--"
10190 instead of "cl-" for internal definitions. Use macroexp-const-p.
10191 (cl-old-bc-file-form): Remove var.
10192 (cl-const-exprs-p): Remove fun.
10193 (cl-labels, cl-macrolet): Use backquote.
10194 (cl-lexical-let): Use cl-symbol-macrolet. Don't use cl-defun-expander.
10195 (cl-defun-expander, cl-byte-compile-compiler-macro): Remove fun.
10196 (cl-define-setf-expander): Rename from cl-define-setf-method.
10197 * emacs-lisp/cl.el: Adjust alias for define-setf-method.
10198
10199 * international/mule-cmds.el: Don't require CL.
10200 (view-hello-file): Don't use `letf'.
10201
10202 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
10203
10204 * tmm.el (tmm-prompt): Use string-prefix-p.
10205 (tmm-completion-delete-prompt): Don't affect current-buffer outside.
10206 (tmm-add-prompt): Use minibuffer-completion-help.
10207 (tmm-delete-map): Remove.
10208
10209 * subr.el (kbd): Make it its own function.
10210
10211 2012-06-07 Stefan Merten <smerten@oekonux.de>
10212
10213 * textmodes/rst.el: Use `eval-when-compile' for requiring `cl.el'.
10214 Silence compiler warnings. Fix versions.
10215 (rst-position-if, rst-position, rst-some, rst-signum): New functions.
10216 (rst-shift-region, rst-adornment-level, rst-compute-tabs)
10217 (rst-indent-line, rst-shift-region, rst-forward-line): Use them.
10218 (rst-package-emacs-version-alist): Correct Emacs version to
10219 represent major merge with upstream.
10220 (rst-transition, rst-adornment, rst-compile-toolsets): Fix versions.
10221
10222 2012-06-06 Glenn Morris <rgm@gnu.org>
10223
10224 * mail/emacsbug.el (report-emacs-bug): Add relevant EMACS env-vars.
10225 Only print environment variables if set.
10226
10227 2012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
10228
10229 * emacs-lisp/macroexp.el: Don't require CL since we don't use it.
10230 (macroexp--cons): Rename from maybe-cons.
10231 (macroexp--accumulate): Rename from macroexp-accumulate.
10232 (macroexp--all-forms): Rename from macroexpand-all-forms.
10233 (macroexp--all-clauses): Rename from macroexpand-all-clauses.
10234 (macroexp--expand-all): Rename from macroexpand-all-1.
10235
10236 2012-06-06 Sam Steingold <sds@gnu.org>
10237
10238 * calendar/calendar.el (calendar-in-read-only-buffer):
10239 Call `special-mode' to enable the standard read-only keybindings.
10240
10241 2012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
10242
10243 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't spam the output
10244 with "loading" messages (bug#11635).
10245
10246 2012-06-06 Michael Albinus <michael.albinus@gmx.de>
10247
10248 * files.el (enable-remote-dir-locals): New option.
10249 (hack-dir-local-variables): Use it. (Bug#1933, Bug#6731)
10250
10251 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
10252 Ensure, that the temp directory is local.
10253
10254 * net/tramp-sh.el (tramp-sh-handle-write-region): Let-bind
10255 `temporary-file-directory'.
10256
10257 * progmodes/python.el (python-send-region): Ensure, that the
10258 temporary file is created also in the remote case.
10259
10260 2012-06-06 Glenn Morris <rgm@gnu.org>
10261
10262 * vc/vc-rcs.el (vc-rcs-rcs2log-program): New.
10263 (vc-rcs-update-changelog): Use it.
10264
10265 * emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff.
10266
10267 * vc/vc-sccs.el (vc-sccs-write-revision): New function.
10268 (vc-sccs-workfile-unchanged-p): Use vc-sccs-write-revision.
10269 (vc-sccs-diff): Replace use of the external vcdiff script.
10270
10271 2012-06-05 Glenn Morris <rgm@gnu.org>
10272
10273 * ledit.el: Move to obsolete/.
10274
10275 2012-06-05 Sam Steingold <sds@gnu.org>
10276
10277 * calendar/calendar.el (calendar-exit): Reinstate the 2012-03-28
10278 patch (Bug#11140).
10279
10280 2012-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
10281
10282 * emacs-lisp/cust-print.el: Move to obsolete.
10283
10284 * emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during
10285 compiler-macro expansion.
10286
10287 Add native compiler-macro support.
10288 * emacs-lisp/macroexp.el (macroexpand-all-1):
10289 Support compiler-macros directly. Properly follow aliases and apply
10290 the compiler macros more thoroughly.
10291 * emacs-lisp/cl.el: Don't copy compiler-macro properties any more since
10292 macroexpand now properly follows aliases.
10293 * emacs-lisp/cl-macs.el (toplevel, cl-define-compiler-macro)
10294 (cl-compiler-macroexpand): Use new prop.
10295 * emacs-lisp/byte-opt.el (featurep): Optimize earlier.
10296
10297 * emacs-lisp/cl-lib.el (custom-print-functions): Add alias.
10298
10299 2012-06-05 Martin Rudalics <rudalics@gmx.at>
10300
10301 * window.el (get-lru-window, get-mru-window, get-largest-window):
10302 New argument NOT-SELECTED to avoid picking the selected window.
10303 (window--display-buffer-1, window--display-buffer-2): Replace by
10304 new function window--display-buffer
10305 (display-buffer-same-window, display-buffer-reuse-window)
10306 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
10307 Use window--display-buffer.
10308 (display-buffer-use-some-window): Remove temporary dedication
10309 hack by calling get-lru-window and get-largest-window with
10310 NOT-SELECTED argument non-nil. Call window--display-buffer.
10311
10312 2012-06-05 Glenn Morris <rgm@gnu.org>
10313
10314 * vc/vc-sccs.el (vc-sccs-workfile-unchanged-p):
10315 Replace external vcdiff script.
10316
10317 2012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
10318
10319 * emacs-lisp/cl-lib.el (cl-values, cl-values-list): Fix up last change.
10320
10321 2012-06-04 Chong Yidong <cyd@gnu.org>
10322
10323 * image.el (imagemagick-types-inhibit): Revert last change.
10324 Add INFO and M.
10325 (imagemagick-enabled-types): Remove CIN and EPS*.
10326
10327 2012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
10328
10329 * emacs-lisp/cl-lib.el: Rename from cl.el.
10330 * emacs-lisp/cl.el: New compatibility file.
10331 * emacs-lisp/cl-lib.el, emacs-lisp/cl-seq.el, emacs-lisp/cl-macs.el:
10332 * emacs-lisp/cl-extra.el: Rename all top-level functions and variables
10333 to obey the "cl-" prefix.
10334 * emacs-lisp/macroexp.el (macroexpand-all-1): Adjust to new name.
10335
10336 2012-06-03 Glenn Morris <rgm@gnu.org>
10337
10338 * emacs-lisp/authors.el (authors-aliases): Addition.
10339
10340 * cus-start.el (tool-bar-style, tool-bar-max-label-size):
10341 Fix :version.
10342
10343 2012-06-03 Stefan Merten <smerten@oekonux.de>
10344
10345 * textmodes/rst.el: Add comments.
10346 (rst-transition, rst-adornment): New faces.
10347 (rst-adornment-faces-alist): Make default safe to reevaluate.
10348 Fixes
10349 http://sourceforge.net/tracker/?func=detail&atid=422030&aid=3479603&group_id=38414.
10350 Improve customization tags.
10351 (rst-define-level-faces): Clarify meaning.
10352
10353 2012-06-03 Chong Yidong <cyd@gnu.org>
10354
10355 * progmodes/compile.el (compilation-mode-line-fail)
10356 (compilation-mode-line-run, compilation-mode-line-exit):
10357 New faces.
10358 (compilation-start, compilation-handle-exit): Use them (Bug#11032).
10359
10360 2012-06-03 Jack Duthen <duthen.mac.01@gmail.com> (tiny change)
10361
10362 * progmodes/which-func.el (which-func-update-ediff-windows):
10363 New function. Use it in ediff-select-hook (Bug#11478).
10364
10365 2012-06-03 Chong Yidong <cyd@gnu.org>
10366
10367 * bindings.el: Remove explicit help text from format-mode-line.
10368 It is now supplied by mode-line-default-help-echo.
10369 (mode-line-front-space, mode-line-end-spaces)
10370 (mode-line-misc-info): New variables.
10371 (mode-line-modes, mode-line-position): Move the default value to
10372 the variable definition.
10373 (mode-line-default-help-echo): New defcustom.
10374 (mode-line-mule-info-help-echo, mode-line-read-only-help-echo)
10375 (mode-line-modified-help-echo): New functions.
10376 (mode-line-mule-info, mode-line-modified): Use them.
10377 (mode-line-eol-desc, propertized-buffer-identification):
10378 Consistency fixes for help text.
10379 (mode-line-coding-system-map): Allow using mouse-3 to invoke
10380 set-buffer-file-coding-system (Bug#289).
10381 (mode-line-mule-info-help-echo): Update help text.
10382
10383 2012-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
10384
10385 * simple.el (execute-extended-command): Set real-this-command
10386 (bug#11506).
10387
10388 2012-06-02 Chong Yidong <cyd@gnu.org>
10389
10390 Remove incorrect uses of "modeline" in comments, docstrings, and
10391 function/variable names (Bug#10329).
10392
10393 * cus-edit.el (mode-line):
10394 * dframe.el (dframe-mouse-hscroll):
10395 * emacs-lisp/re-builder.el:
10396 * emacs-lisp/easy-mmode.el (define-minor-mode):
10397 * frame.el (set-frame-name):
10398 * help.el (lookup-minor-mode-from-indicator):
10399 * net/rcirc.el (rcirc-activity-string, rcirc-short-buffer-name):
10400 * progmodes/cc-cmds.el (c-toggle-auto-newline)
10401 (c-toggle-hungry-state):
10402 * progmodes/antlr-mode.el (antlr-language-alist):
10403 * progmodes/idlw-shell.el (idlwave-shell-electric-stop-line-face):
10404 * progmodes/vhdl-mode.el (vhdl-mode):
10405 * progmodes/which-func.el (which-func, which-func-cleanup-function):
10406 * term/ns-win.el (ns-face-at-pos):
10407 * term/sup-mouse.el (sup-mouse-report):
10408 * textmodes/flyspell.el (flyspell-mode-line-string):
10409 * textmodes/ispell.el (ispell-highlight-face):
10410 * textmodes/reftex-global.el:
10411 * vc/vc-arch.el (vc-arch-mode-line-string):
10412 * vc/vc-cvs.el (vc-cvs-mode-line-string):
10413 * vc/vc-git.el (vc-git-mode-line-string):
10414 * vc/vc-hooks.el (vc-display-status)
10415 (vc-default-mode-line-string):
10416 * vc/vc-mtn.el (vc-mtn-mode-line-string): Doc fixes.
10417
10418 * ansi-color.el (ansi-color-faces-vector): Change default faces.
10419
10420 * dired.el (dired-sort-set-mode-line): Rename from
10421 dired-sort-set-modeline. All callers changed.
10422
10423 * eshell/esh-mode.el (eshell-status-in-mode-line): Rename from
10424 eshell-status-in-modeline.
10425
10426 * foldout.el (foldout-mode-line-string): Rename from
10427 foldout-modeline-string. All callers changed.
10428 (foldout-update-mode-line): Rename from foldout-update-modeline.
10429
10430 * subr.el (redraw-modeline): Make into obsolete alias.
10431
10432 * calendar/timeclock.el (timeclock-mode-line-display): Rename from
10433 timeclock-modeline-display. Make old name an alias.
10434 (timeclock-update-mode-line): Likewise. All callers changed.
10435 (timeclock-mode-line-display): No need to check before using
10436 add-hook.
10437 (timeclock-relative, timeclock-day-over-hook)
10438 (timeclock-use-elapsed, timeclock-mode-string)
10439 (timeclock-mode-line-display): Doc fix, "modeline" -> "mode line".
10440
10441 * emulation/crisp.el (crisp-mode-mode-line-string): Rename from
10442 crisp-mode-modeline-string.
10443
10444 * play/solitaire.el (solitaire-build-mode-line): Rename from
10445 solitaire-build-modeline. All callers changed.
10446
10447 * play/zone.el (zone-hiding-mode-line): Rename from
10448 zone-hiding-modeline. All callers changed.
10449 (zone): Remove unusued `modeline-hidden-level' property.
10450
10451 * progmodes/xscheme.el (xscheme-mode-line-initialize): Rename from
10452 xscheme-modeline-initialize. All callers changed.
10453
10454 * strokes.el (strokes-lighter): Rename from
10455 strokes-modeline-string.
10456
10457 * textmodes/sgml-mode.el (html-face-tag-alist)
10458 (html-tag-face-alist): Use mode-line face instead of obsolete
10459 alias modeline.
10460
10461 2012-06-02 Stefan Merten <smerten@oekonux.de>
10462
10463 * textmodes/rst.el: Always require `cl'.
10464 (rst-mode-map): Fix meaning of C-M-a / C-M-e.
10465
10466 2012-06-02 Chong Yidong <cyd@gnu.org>
10467
10468 * image.el (imagemagick-enabled-types): Rename from
10469 imagemagick-types-enable. Add many more types.
10470 (imagemagick-types-inhibit): Change default to nil.
10471 (imagemagick-filter-types): Caller changed.
10472
10473 2012-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
10474
10475 * emacs-lisp/cl-macs.el: Use backquotes.
10476 (cl-transform-function-property): Use eval-and-compile rather than
10477 abusing `require'.
10478 (defstruct): Use declare-function instead of with-no-warnings.
10479
10480 * emacs-lisp/bytecomp.el: Fix last change (bug#11594).
10481 (byte-compile-output-docform): Re-add the print-circle bindings.
10482 (byte-compile-fix-header): Use #$ just because it's shorter.
10483 (byte-compile-output-file-form): Remove defun/defmacro.
10484
10485 2012-06-01 Martin Rudalics <rudalics@gmx.at>
10486
10487 * simple.el (choose-completion): Remove now obsolete binding for
10488 owindow.
10489
10490 2012-06-01 Michael Albinus <michael.albinus@gmx.de>
10491
10492 * net/tramp.el (tramp-check-for-regexp): Search from buffer end,
10493 in order to avoid "Stack overflow in regexp matcher".
10494
10495 2012-05-31 Glenn Morris <rgm@gnu.org>
10496
10497 * image.el: For clarity, call imagemagick-register-types at
10498 top-level, rather than relying on a custom :initialize.
10499 (imagemagick-types-enable): New option. (Bug#11557)
10500 (imagemagick-filter-types): New function. (Bug#7406)
10501 (imagemagick-register-types): Use imagemagick-filter-types.
10502 If disabling support, remove elements altogether rather
10503 than using an impossible regexp.
10504 (imagemagick-types-inhibit): Give it the default init function.
10505
10506 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
10507
10508 * emacs-lisp/bytecomp.el (byte-compile-fix-header):
10509 Handle arbitrary file name lengths (Bug#11585).
10510
10511 2012-05-31 Martin Rudalics <rudalics@gmx.at>
10512
10513 * desktop.el (desktop-read): Clear previous and next buffers for
10514 all windows and bury *Messages* buffer (bug#11556).
10515
10516 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
10517
10518 Add `declare' for `defun'. Align `defmacro's with it.
10519 * emacs-lisp/easy-mmode.el (define-minor-mode)
10520 (define-globalized-minor-mode): Don't autoload the var definitions.
10521 * emacs-lisp/byte-run.el: Use lexical-binding.
10522 (defun-declarations-alist, macro-declarations-alist): New vars.
10523 (defmacro, defun): Use them.
10524 (make-obsolete, define-obsolete-function-alias)
10525 (make-obsolete-variable, define-obsolete-variable-alias):
10526 Use `declare'.
10527 (macro-declaration-function): Mark obsolete.
10528 * emacs-lisp/autoload.el: Use lexical-binding.
10529 (make-autoload): Add `expansion' arg. Rely more on macro expansion.
10530
10531 2012-05-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
10532
10533 * textmodes/ispell.el (ispell-with-no-warnings):
10534 Define as a macro.
10535 (ispell-kill-ispell, ispell-change-dictionary):
10536 Use `called-interactively-p' for Emacs instead of obsolete
10537 `interactive-p'.
10538
10539 2012-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
10540
10541 * emacs-lisp/byte-run.el (defmacro, defun): Move from C.
10542 (macro-declaration-function): Move var from C code.
10543 (macro-declaration-function): Define function with defalias.
10544 * emacs-lisp/macroexp.el (macroexpand-all-1):
10545 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
10546 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't handle
10547 defun/defmacro any more.
10548 * emacs-lisp/bytecomp.el (byte-compile-arglist-signature):
10549 Provide fallback for unknown arglist.
10550 (byte-compile-arglist-warn): Change calling convention.
10551 (byte-compile-output-file-form): Move print-vars binding.
10552 (byte-compile-output-docform): Simplify accordingly.
10553 (byte-compile-file-form-defun, byte-compile-file-form-defmacro)
10554 (byte-compile-defmacro-declaration): Remove.
10555 (byte-compile-file-form-defmumble): Generalize to defalias.
10556 (byte-compile-output-as-comment): Return byte-positions.
10557 Simplify callers accordingly.
10558 (byte-compile-lambda): Use `assert'.
10559 (byte-compile-defun, byte-compile-defmacro): Remove.
10560 (byte-compile-file-form-defalias):
10561 Use byte-compile-file-form-defmumble.
10562 (byte-compile-defalias-warn): Remove.
10563
10564 2012-05-29 Stefan Merten <smerten@oekonux.de>
10565
10566 * textmodes/rst.el: Silence `checkdoc-ispell' errors where
10567 possible. Fix authors. Improve comments. Improve loading of `cl'.
10568
10569 (rst-mode-abbrev-table): Merge definition.
10570 (rst-mode): Make sure `font-lock-defaults' is buffer local.
10571 (rst-define-key, rst-deprecated-keys, rst-call-deprecated): Refactor.
10572
10573 2012-05-29 Ulf Jasper <ulf.jasper@web.de>
10574
10575 * calendar/icalendar.el
10576 (icalendar-export-region): Export UID properly.
10577
10578 2012-05-29 Leo Liu <sdl.web@gmail.com>
10579 * calendar/icalendar.el (icalendar-import-format):
10580 Add `icalendar-import-format-uid' (Bug#11525).
10581 (icalendar-import-format-uid): New.
10582 (icalendar--parse-summary-and-rest, icalendar--format-ical-event):
10583 Export UID.
10584
10585 2012-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
10586
10587 * emacs-lisp/pcase.el (pcase--expand): Accept different sets of vars in
10588 different alternative patterns.
10589 (pcase-codegen): Be more careful to preserve identity.
10590 (pcase--u1): Don't forget to mark vars as used.
10591
10592 * emacs-lisp/bytecomp.el (byte-compile-constp): Treat #'v as a constant.
10593 (byte-compile-close-variables): Bind byte-compile--outbuffer here...
10594 (byte-compile-from-buffer): ...rather than here.
10595
10596 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Don't re-preprocess
10597 functions from byte-compile-function-environment.
10598
10599 2012-05-29 Troels Nielsen <bn.troels@gmail.com>
10600
10601 * window.el (window-deletable-p): Avoid deleting the root window
10602 of a frame with an active minibuffer.
10603
10604 2012-05-29 Martin Rudalics <rudalics@gmx.at>
10605
10606 * simple.el (choose-completion): Use quit-window (Bug#11567).
10607
10608 2012-05-29 Chong Yidong <cyd@gnu.org>
10609
10610 * whitespace.el (whitespace-cleanup): Fix usage of
10611 whitespace-empty-at-bob-regexp (Bug#11492).
10612
10613 2012-05-29 Aaron S. Hawley <aaron.s.hawley@gmail.com>
10614
10615 * vc/vc.el (vc-revert, vc-rollback): Dont kill vc-diff buffer on
10616 revert (Bug#11488).
10617
10618 2012-05-29 Juri Linkov <juri@jurta.org>
10619
10620 * isearch.el (isearch-mode-map): Bind `M-s _' to
10621 `isearch-toggle-symbol'. Bind `M-s c' to
10622 `isearch-toggle-case-fold'.
10623 (search-map): Bind `M-s _' to `isearch-forward-symbol'.
10624 (isearch-forward): Add `M-s _' to the docstring.
10625 (isearch-forward-symbol, isearch-toggle-case-fold)
10626 (isearch-symbol-regexp): New functions. (Bug#11381)
10627
10628 2012-05-29 Juri Linkov <juri@jurta.org>
10629
10630 * isearch.el (isearch-word): Add docstring. (Bug#11381)
10631 (isearch-occur, isearch-search-and-update): If `isearch-word' is
10632 a function, call it to get the regexp.
10633 (isearch-message-prefix): If `isearch-word' holds a symbol, use its
10634 property `isearch-message-prefix' instead of the string "word ".
10635 (isearch-search-fun-default): For the case of `isearch-word',
10636 return a lambda that calls re-search-forward/re-search-backward
10637 with a regexp returned by `word-search-regexp' or by the function
10638 in `isearch-word'.
10639
10640 2012-05-29 Juri Linkov <juri@jurta.org>
10641
10642 * isearch.el (isearch-search-fun-default): New function.
10643 (isearch-search-fun): Move default part to the new function
10644 `isearch-search-fun-default'.
10645 (isearch-search-fun-function): Set the default value to
10646 `isearch-search-fun-default'. (Bug#11381)
10647
10648 * comint.el (comint-history-isearch-end):
10649 Use `isearch-search-fun-default'.
10650 (comint-history-isearch-search): Use `isearch-search-fun-default'
10651 and remove spacial case for `isearch-word'.
10652 (comint-history-isearch-wrap): Remove spacial case for
10653 `isearch-word'.
10654
10655 * hexl.el (hexl-isearch-search-function):
10656 Use `isearch-search-fun-default'.
10657
10658 * info.el (Info-isearch-search): Use `isearch-search-fun-default'.
10659 Use `word-search-regexp' for `isearch-word'.
10660
10661 * misearch.el (multi-isearch-search-fun):
10662 Use `isearch-search-fun-default'.
10663
10664 * simple.el (minibuffer-history-isearch-search):
10665 Use `isearch-search-fun-default' and remove spacial case for
10666 `isearch-word'.
10667 (minibuffer-history-isearch-wrap): Remove spacial case for
10668 `isearch-word'.
10669
10670 * textmodes/reftex-global.el (reftex-isearch-wrap-function):
10671 Remove spacial case for `isearch-word'.
10672 (reftex-isearch-isearch-search): Use `isearch-search-fun-default'.
10673
10674 2012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
10675
10676 Decrease XEmacs incompatibilities.
10677 * textmodes/flyspell.el (flyspell-check-pre-word-p):
10678 Use `string-match'.
10679 (flyspell-delete-region-overlays): Use alternative definition for
10680 XEmacs.
10681 (flyspell-delete-all-overlays): Use `flyspell-delete-region-overlays'.
10682 (flyspell-word): Use `process-kill-without-query' if XEmacs.
10683 (flyspell-mode-on): Use `interactive-p' if XEmacs.
10684 (flyspell-incorrect-face, flyspell-duplicate-face): Do not use
10685 `define-obsolete-face-alias' under XEmacs, but old method.
10686
10687 * textmodes/ispell.el (ispell-with-no-warnings): XEmacs alternative
10688 `with-no-warnings' definition or Emacs alias.
10689 (ispell-command-loop, ispell-message): Use `ispell-with-no-warnings'.
10690 (ispell-word): Do not use `region-p' if XEmacs.
10691
10692 2012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
10693
10694 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
10695 Check for `ispell-dictionary-base-alist' instead of full
10696 `ispell-dictionary-alist'.
10697 (ispell-init-process): Show spellchecker when starting new Ispell
10698 process.
10699
10700 2012-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
10701
10702 * progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
10703 http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
10704
10705 2012-05-27 Juanma Barranquero <lekktu@gmail.com>
10706
10707 * version.el (motif-version-string, gtk-version-string)
10708 (ns-version-string): Declare.
10709
10710 2012-05-27 Juri Linkov <juri@jurta.org>
10711
10712 * emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
10713 after the `eval-defun-1' specialcaseing
10714 like in `edebug-eval-defun' (bug#10181).
10715
10716 * emacs-lisp/edebug.el (edebug-eval-defun): Set `face-documentation'
10717 like in `eval-defun-1'.
10718
10719 2012-05-27 Eli Zaretskii <eliz@gnu.org>
10720
10721 * mail/sendmail.el (mail-yank-region):
10722 Recognize rmail-yank-current-message in addition to insert-buffer.
10723 Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
10724 a *mail* buffer created through rmail-start-mail with sendmail as
10725 mail-user-agent.
10726
10727 2012-05-27 Chong Yidong <cyd@gnu.org>
10728
10729 * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
10730 Default to 256 (Bug#11267).
10731
10732 * help.el (describe-mode): Doc fix.
10733
10734 2012-05-26 Glenn Morris <rgm@gnu.org>
10735
10736 * w32-fns.el (w32-init-info): Remove.
10737 * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
10738
10739 * info.el (info-initialize): For self-contained NS builds, put the
10740 included info/ directory at the front. (Bug#2791)
10741
10742 * paths.el (Info-default-directory-list): Make it a defcustom,
10743 mainly so that we can use custom-initialize-delay.
10744
10745 2012-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
10746
10747 * subr.el (buffer-has-markers-at): Mark obsolete.
10748
10749 * subr.el (lambda): Use declare.
10750
10751 * emacs-lisp/lisp-mode.el (lambda):
10752 * emacs-lisp/edebug.el (lambda): Move properties to its definition.
10753
10754 2012-05-26 Aaron S. Hawley <aaron.s.hawley@gmail.com>
10755
10756 * thingatpt.el (forward-same-syntax): Handle no ARG case. (Bug#11560)
10757
10758 2012-05-26 Glenn Morris <rgm@gnu.org>
10759
10760 * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
10761
10762 2012-05-25 Glenn Morris <rgm@gnu.org>
10763
10764 * paths.el: Remove no-byte-compile.
10765 * loadup.el: No need to load paths.el uncompiled.
10766
10767 * image.el (imagemagick-types-inhibit): Doc fix.
10768
10769 * version.el: Remove no-byte-compile and associated formatting.
10770 * loadup.el: No need to load version.el uncompiled. AFAICS, this
10771 is ancient code from when there was an "inc-vers.el".
10772
10773 2012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
10774
10775 * progmodes/gdb-mi.el: Minor style changes.
10776 (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
10777 Turn into minor modes.
10778 (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
10779 (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
10780 (gdb-shell): Remove unneeded let-binding.
10781 (gdb-get-many-fields): Eliminate O(n²) behavior.
10782
10783 2012-05-25 Eli Zaretskii <eliz@gnu.org>
10784
10785 * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
10786 platforms that don't link in fontset.c.
10787
10788 2012-05-25 Juri Linkov <juri@jurta.org>
10789
10790 Use the same diff color scheme as in modern VCSes (bug#10181).
10791
10792 * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
10793 to avoid confusion with `diff-added' that now uses green colors.
10794 (diff-removed): Use shades of red.
10795 (diff-added): Use shades of green.
10796 (diff-changed): Leave just the yellow color.
10797 (diff-use-changed-face): New variable.
10798 (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
10799 how to highlight context diff changes.
10800 (diff-refine-change): Use shades of yellow.
10801 (diff-refine-removed): New face that uses shades of red.
10802 (diff-refine-added): New face that uses shades of green.
10803 (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
10804 `diff-refine-removed' in the call to `smerge-refine-subst'
10805 depending on the value of `diff-use-changed-face'.
10806
10807 * vc/smerge-mode.el (smerge-mine): Use shades of red.
10808 (smerge-other): Use shades of green.
10809 (smerge-base): Use shades of yellow.
10810 (smerge-refined-change): Empty face.
10811 (smerge-refined-removed): New face that uses shades of red.
10812 (smerge-refined-added): New face that uses shades of green.
10813 (smerge-refine-subst): Rename arg `props' to `props-c'. Add new
10814 args `props-r' and `props-a', and use them. Doc fix.
10815 (smerge-refine): Evaluate `smerge-use-changed-face' and depending
10816 on its value use different faces `smerge-refined-change',
10817 `smerge-refined-removed', `smerge-refined-added' in the call to
10818 `smerge-refine-subst'.
10819
10820 * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
10821 Add face condition `min-colors 88' with shades of red.
10822 (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
10823 `min-colors 88' with shades of green.
10824 (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
10825 `min-colors 88' with shades of yellow.
10826
10827 2012-05-24 Glenn Morris <rgm@gnu.org>
10828
10829 * paths.el (prune-directory-list, remote-shell-program): Move to...
10830 * files.el (prune-directory-list, remote-shell-program): ...here.
10831 For the latter, delay initialization, prefer ssh, just search PATH.
10832
10833 * paths.el (term-file-prefix): Move to faces.el (the only user).
10834 * faces.el (term-file-prefix): Move here, make it a defcustom.
10835
10836 * paths.el (news-directory, news-path, news-inews-program):
10837 Move to gnus/nnspool.el.
10838
10839 * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
10840
10841 * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
10842 * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
10843 Make the latter a defcustom, with a delayed initialization.
10844
10845 * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
10846 These were deleted from Gnus itself late 2010.
10847
10848 2012-05-22 Juanma Barranquero <lekktu@gmail.com>
10849
10850 * progmodes/which-func.el (which-func-ff-hook):
10851 Check against user-error, not error.
10852
10853 * emacs-lisp/edebug.el (top): Do not load or set up loading of
10854 cl-specs.el, which no longer exists.
10855
10856 2012-05-22 Glenn Morris <rgm@gnu.org>
10857
10858 * info.el (info-emacs-bug): New command.
10859 * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
10860 * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
10861
10862 2012-05-21 Glenn Morris <rgm@gnu.org>
10863
10864 * makefile.w32-in (update-subdirs-SH):
10865 * Makefile.in (update-subdirs): Update for moved update-subdirs.
10866
10867 2012-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
10868
10869 * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
10870
10871 * progmodes/compile.el (compilation-error-regexp-alist-alist):
10872 Simplify Maven regexp, and make sure the file can't start with a space
10873 (bug#11517).
10874
10875 2012-05-21 Glenn Morris <rgm@gnu.org>
10876
10877 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
10878 Scrap superfluous subshells.
10879
10880 2012-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
10881
10882 * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
10883 (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
10884
10885 2012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
10886
10887 * calc/calc.el (calc-ensure-consistent-units): New variable.
10888
10889 * calc/calc-units.el (math-consistent-units-p)
10890 (math-check-unit-consistency): New functions.
10891 (calc-quick-units, calc-convert-units):
10892 Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
10893 is non-nil.
10894 (calc-extract-units): Fix typo.
10895
10896 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
10897
10898 * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
10899
10900 * textmodes/flyspell.el: Commenting style, plus code simplifications.
10901 (flyspell-default-deplacement-commands): Don't spell check after
10902 repeated window/frame switches (e.g. triggered by mouse-movement).
10903 (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
10904 (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
10905 (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
10906 (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
10907 Remove unused vars.
10908 (flyspell-get-casechars, flyspell-get-not-casechars):
10909 Simplify; Don't bother removing a ] just to add it back.
10910 * textmodes/ispell.el (ispell-program-name): Use executable-find.
10911
10912 2012-05-18 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
10913
10914 * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
10915 New functions.
10916 (math-function-table): Add support for more C functions.
10917
10918 2012-05-18 Agustín Martín Domingo <agustin.martin@hispalinux.es>
10919
10920 * textmodes/flyspell.el (flyspell-check-pre-word-p)
10921 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
10922 Protect delay handling for otherchars against empty otherchars.
10923
10924 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
10925
10926 * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
10927 their respective macro declarations.
10928 * skeleton.el (define-skeleton):
10929 * progmodes/compile.el (define-compilation-mode):
10930 * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
10931 (define-ibuffer-filter):
10932 * emacs-lisp/generic.el (define-generic-mode):
10933 * emacs-lisp/easy-mmode.el (define-minor-mode)
10934 (define-globalized-minor-mode):
10935 * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
10936 * emacs-lisp/byte-run.el (defsubst):
10937 * custom.el (deftheme): Add doc-string metadata.
10938
10939 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
10940
10941 * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
10942
10943 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
10944
10945 * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
10946
10947 * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
10948 * emacs-lisp/cl-macs.el: Idem.
10949 * emacs-lisp/cl-specs.el: Remove.
10950
10951 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
10952
10953 Minor renaming of internal CL functions and variables.
10954 * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
10955 (cl--position): Rename from cl-position.
10956 (cl--delete-duplicates): Rename from cl-delete-duplicates.
10957 * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
10958 (cl--random-state): Rename from *random-state*.
10959
10960 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
10961
10962 * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
10963 parens around the arg list (bug#11499).
10964
10965 2012-05-17 Juri Linkov <juri@jurta.org>
10966
10967 * isearch.el (word-search-regexp, word-search-backward)
10968 (word-search-forward, word-search-backward-lax)
10969 (word-search-forward-lax): Move functions from search.c
10970 (bug#10145, bug#11381).
10971
10972 2012-05-16 Agustín Martín Domingo <agustin.martin@hispalinux.es>
10973
10974 * textmodes/flyspell.el (flyspell-check-pre-word-p)
10975 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
10976 Delay for otherchars as for normal word components.
10977
10978 2012-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
10979
10980 * minibuffer.el (completion--sifn-requote): Fix last change.
10981 (minibuffer-local-must-match-filename-map):
10982 Move define-obsolete-variable-alias before its var.
10983
10984 2012-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
10985
10986 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
10987
10988 * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
10989 behavior.
10990 (completion--string-equal-p): New function.
10991 (completion--twq-all): Use it to get better assertion failure data.
10992
10993 Only handle ".." and '..' quoting in shell-mode (bug#11466).
10994 * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
10995 (shell--requote-argument): New functions.
10996 (shell-completion-vars): Use them.
10997 (shell--parse-pcomplete-arguments): Rename from
10998 shell-parse-pcomplete-arguments.
10999 * comint.el (comint-word): Obey comint-file-name-quote-list. Simplify.
11000 (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
11001 Obey comint-file-name-quote-list.
11002
11003 * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
11004 (smie-indent-keyword): Use it.
11005
11006 2012-05-14 Stefan Merten <smerten@oekonux.de>
11007
11008 * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
11009
11010 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
11011
11012 * net/rlogin.el (rlogin-mode-map): Fix last change.
11013
11014 2012-05-14 Jason L. Wright <jason.wright@inl.gov> (tiny change)
11015
11016 * mail/smtpmail.el (smtpmail-send-command): Send the command and
11017 the following \r\n using a single `process-send-string', since the
11018 Lotus SMTP server refuses to accept any commands if they are sent
11019 with two `process-send-string's (Bug#11444).
11020
11021 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
11022
11023 * shell.el (shell-parse-pcomplete-arguments):
11024 Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
11025
11026 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
11027
11028 * image-mode.el: Fit to width/height for rotated images (Bug#11431).
11029 (image-transform-scale, image-transform-right-angle-fudge): New vars.
11030 (image-transform-width, image-transform-fit-width): New functions.
11031 (image-transform-properties): Use them.
11032 (image-transform-check-size): New function.
11033 (image-toggle-display-image): Use it (for testing).
11034 (image-transform-set-rotation): Reduce angle mod 360.
11035 Delete obsolete comment.
11036
11037 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
11038
11039 * image-mode.el: Fix scaling (bug#11399).
11040 (image-transform-resize): Doc fix.
11041 (image-transform-properties): Default scale is 1 and height should
11042 be an integer.
11043
11044 2012-05-13 Johan Bockgård <bojohan@gnu.org>
11045
11046 * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
11047 than hard-coding `car', to fix misbehavior when moving forward.
11048
11049 2012-05-13 Chong Yidong <cyd@gnu.org>
11050
11051 * emacs-lisp/tabulated-list.el (tabulated-list-format)
11052 (tabulated-list-entries, tabulated-list-padding)
11053 (tabulated-list-sort-key): Make permanent-local.
11054
11055 * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
11056 (electric-buffer-list): Put electric buffer menu
11057 command descriptions in this docstring, instead of the docstring
11058 of electric-buffer-menu-mode. Code cleanups.
11059 (electric-buffer-menu-mode): Use define-derived-mode. Rename from
11060 Electric-buffer-menu-mode.
11061 (electric-buffer-update-highlight): Minor code cleanup.
11062
11063 2012-05-13 Michael Albinus <michael.albinus@gmx.de>
11064
11065 * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
11066 (Bug#11447)
11067
11068 2012-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
11069
11070 Move define-obsolete-variable-alias before the var's definition.
11071 * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
11072 * tooltip.el (tooltip-hook):
11073 * textmodes/reftex-toc.el (reftex-toc-map):
11074 * textmodes/reftex-sel.el (reftex-select-label-map)
11075 (reftex-select-bib-map):
11076 * textmodes/reftex-index.el (reftex-index-map)
11077 (reftex-index-phrases-map):
11078 * speedbar.el (speedbar-syntax-table, speedbar-key-map):
11079 * progmodes/meta-mode.el (meta-mode-map):
11080 * novice.el (disabled-command-hook):
11081 * loadhist.el (unload-hook-features-list):
11082 * frame.el (blink-cursor):
11083 * files.el (find-file-not-found-hooks, write-file-hooks)
11084 (write-contents-hooks):
11085 * emulation/tpu-edt.el (GOLD-map):
11086 * emacs-lock.el (emacs-lock-from-exiting):
11087 * emacs-lisp/generic.el (generic-font-lock-defaults):
11088 * emacs-lisp/chart.el (chart-map):
11089 * dos-fns.el (register-name-alist):
11090 * dired-x.el (dired-omit-files-p):
11091 * desktop.el (desktop-enable):
11092 * cus-edit.el (custom-mode-hook):
11093 * buff-menu.el (buffer-menu-mode-hook):
11094 * bookmark.el (bookmark-read-annotation-text-func)
11095 (bookmark-exit-hooks):
11096 * allout.el (allout-mode-deactivate-hook)
11097 (allout-exposure-change-hook, allout-structure-added-hook)
11098 (allout-structure-deleted-hook, allout-structure-shifted-hook):
11099 * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
11100 (dirtrack-debug): Move call to define-obsolete-variable-alias so it
11101 comes before the corresponding variable's definition.
11102
11103 2012-05-12 Chong Yidong <cyd@gnu.org>
11104
11105 * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
11106 (Buffer-menu-mouse-select): Restore function (Bug#11459).
11107 (Buffer-menu-mode-map): Bind it.
11108 (Buffer-menu--pretty-name): Add a mouse-face property.
11109
11110 2012-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
11111
11112 * progmodes/prolog.el: Use SMIE. Cleanup regexp setup.
11113 (prolog-upper-case-string, prolog-lower-case-string)
11114 (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
11115 (prolog-use-smie, prolog-smie-grammar): New vars.
11116 (prolog-smie-forward-token, prolog-smie-backward-token)
11117 (prolog-smie-rules): New funs.
11118 (prolog-comment-indent): Remove.
11119 (prolog-mode-variables): Use default comment indentation instead.
11120 Setup SMIE.
11121 (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
11122 (prolog-mode): Don't call them any more.
11123 (prolog-electric-colon, prolog-electric-dash)
11124 (prolog-edit-menu-insert-move): Use indent-according-to-mode.
11125
11126 * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
11127
11128 * minibuffer.el (completion--twq-all): Again, allow case differences.
11129
11130 * term.el: Move keymap initialization code to be more idiomatic.
11131 (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
11132 (term-terminal-menu): Move initialization into declaration.
11133 (term-escape-char): Let the user set it in her .emacs.
11134
11135 * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
11136 Provide SMIE-based indentation (not enabled by default yet).
11137 (sh-mode-map): Don't bind electric keys.
11138 Use electric-pair-mode instead of skeleton-pair.
11139 (sh-assignment-regexp): Fit within 80 columns.
11140 (sh-indent-supported): Specify actual shell name instead of boolean.
11141 (sh--maybe-here-document): New fun, from sh-maybe-here-document.
11142 (sh-maybe-here-document): Use it. Make obsolete.
11143 (sh-electric-here-document-mode) New minor mode.
11144 (sh-mode): Use it. Don't set sh-indent-supported-here here.
11145 (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
11146 (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
11147 (sh-smie-rc-grammar, sh-use-smie): New vars.
11148 (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
11149 (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
11150 (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
11151 (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
11152 (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
11153 (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
11154 (sh-set-shell): Use smie-setup if requested.
11155
11156 * term.el (term-set-escape-char): Properly set term-escape-char.
11157 See http://stackoverflow.com/questions/10524656.
11158
11159 2012-05-10 Chong Yidong <cyd@gnu.org>
11160
11161 * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
11162 Use url-generic-parse-url, and handle host names and Windows
11163 filenames properly.
11164 (ffap-url-unwrap-remote): Use url-generic-parse-url.
11165 (ffap-url-unwrap-remote): Accept list values, specifying a list of
11166 URL schemes to work on.
11167 (ffap--toggle-read-only): New function.
11168 (ffap-read-only, ffap-read-only-other-window)
11169 (ffap-read-only-other-frame): Use it.
11170 (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
11171 necessary for ffap-url-unwrap-remote.
11172
11173 2012-05-10 Dave Abrahams <dave@boostpro.com>
11174
11175 * cus-start.el (create-lockfiles): Add it.
11176
11177 2012-05-09 Chong Yidong <cyd@gnu.org>
11178
11179 * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
11180 (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
11181
11182 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
11183
11184 * shell.el (shell-completion-vars): Fix last change (bug#11348).
11185
11186 2012-05-09 Chong Yidong <cyd@gnu.org>
11187
11188 * ansi-color.el (ansi-color-process-output): Check for validity of
11189 comint-last-output-start before using it. This avoids a bad
11190 interaction with gdb-mi's input/output buffer.
11191
11192 2012-05-09 Glenn Morris <rgm@gnu.org>
11193
11194 * files.el (dir-locals-read-from-file):
11195 Mention dir-locals in any error message.
11196
11197 2012-05-09 Chong Yidong <cyd@gnu.org>
11198
11199 * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
11200 package (Bug#11410).
11201
11202 * emacs-lisp/package.el (package-buffer-info): Avoid putting local
11203 variables into description.
11204
11205 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
11206
11207 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
11208 shell-delimiter-argument-list (bug#11348).
11209 (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
11210
11211 2012-05-09 Juanma Barranquero <lekktu@gmail.com>
11212
11213 * textmodes/rst.el: Silence byte-compiler warnings.
11214 (rst-re-alist, rst-reset-section-caches): Move around.
11215 (rst-re): Use `characterp', not `char-valid-p'.
11216 (font-lock-beg, font-lock-end): Declare.
11217
11218 * progmodes/idlw-shell.el (specs): Remove reference to deleted
11219 variable `idlwave-shell-activate-alt-keybindings' and simplify.
11220
11221 * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
11222
11223 2012-05-08 Glenn Morris <rgm@gnu.org>
11224
11225 * files.el (auto-mode-alist): Treat ".make" like ".mk".
11226
11227 2012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
11228
11229 * vc/log-edit.el: Add GNU coding standards highlighting.
11230 (log-edit-font-lock-gnu-style)
11231 (log-edit-font-lock-gnu-keywords): New vars.
11232 (log-edit-font-lock-keywords): New fun.
11233 (log-edit-mode): Don't fold case in font-lock.
11234 (log-edit-font-lock-keywords): Do not assume case-folding.
11235
11236 * imenu.el: Misc cleanup. Make docstrings out of comments.
11237 Use lexical-binding.
11238 (imenu--index-alist, imenu--last-menubar-index-alist)
11239 (imenu-menubar-modified-tick): Use defvar-local.
11240 (imenu--split-menu): Remove unused var.
11241 (imenu--cleanup-seen): Declare as global.
11242 (imenu--cleanup): Use dolist.
11243
11244 * subr.el (defvar-local): Add debug spec and doc-string position.
11245
11246 2012-05-08 Glenn Morris <rgm@gnu.org>
11247
11248 * language/burmese.el, language/cham.el, language/czech.el:
11249 * language/english.el, language/georgian.el, language/greek.el:
11250 * language/japanese.el, language/khmer.el, language/korean.el:
11251 * language/lao.el, language/misc-lang.el, language/romanian.el:
11252 * language/sinhala.el, language/slovak.el, language/tai-viet.el:
11253 * language/thai.el, language/utf-8-lang.el:
11254 Remove no-byte-compile setting.
11255
11256 * play/zone.el (zone-pgm-stress): Don't pollute kill-ring. (Bug#11388)
11257
11258 2012-05-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
11259
11260 * progmodes/make-mode.el (makefile-browse):
11261 Remove unnecessary interactive. (Bug#11324)
11262
11263 2012-05-07 Glenn Morris <rgm@gnu.org>
11264
11265 * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
11266
11267 * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
11268
11269 2012-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
11270
11271 * loadup.el: Preload newcomment.el.
11272 * newcomment.el: Move autoload-only code to toplevel.
11273
11274 * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
11275 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
11276 Handle new :right-align column property.
11277 (tabulated-list-print-col): Idem, plus use `display' text-property to
11278 try and preserve alignment for variable pitch fonts.
11279
11280 2012-05-07 Chong Yidong <cyd@gnu.org>
11281
11282 * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
11283 (tabulated-list-use-header-line): New var.
11284 (tabulated-list-init-header): Use it.
11285 (tabulated-list-print-fake-header): New function.
11286 (tabulated-list-print): Use it.
11287 (tabulated-list-sort-button-map): Add non-header-line commands.
11288 (tabulated-list-init-header): Add column name property to basic
11289 labels as well.
11290 (tabulated-list-col-sort): Handle non-header-line button case.
11291 (tabulated-list--sort-by-column-name): Fix a corner case.
11292
11293 * buff-menu.el (list-buffers--refresh):
11294 Handle Buffer-menu-use-header-line.
11295
11296 2012-05-06 Chong Yidong <cyd@gnu.org>
11297
11298 * buff-menu.el: Convert to Tabulated List mode.
11299 (Buffer-menu-buffer+size-width): Make obsolete.
11300 (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
11301 (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
11302 (Buffer-menu-mode): Derive from tabulated-list-mode. Move command
11303 documentation into docstring of buffer-menu.
11304 (Buffer-menu-toggle-files-only): Add an informative message.
11305 (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
11306 (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
11307 (Buffer-menu-unmark, Buffer-menu-backup-unmark)
11308 (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
11309 (Buffer-menu-execute, Buffer-menu-select)
11310 (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
11311 (Buffer-menu-bury): Use Tabulated List machinery.
11312 (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
11313 (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
11314 Delete.
11315 (list-buffers--refresh): New function.
11316 (list-buffers-noselect): Use it.
11317 (tabulated-list-entry-size->, Buffer-menu--pretty-name)
11318 (Buffer-menu--pretty-file-name): New helper functions.
11319
11320 * loadup.el: Preload tabulated-list.
11321
11322 * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
11323 tabulated-list-sort-column.
11324 (tabulated-list-init-header): Add the initial aligning space even
11325 if tabulated-list-padding is zero.
11326
11327 2012-05-06 Christopher Schmidt <christopher@ch.ristopher.com>
11328
11329 * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
11330 whose cdr is not a cons cell correctly (bug#11038).
11331
11332 2012-05-06 Chong Yidong <cyd@gnu.org>
11333
11334 * emacs-lisp/tabulated-list.el (tabulated-list-format):
11335 Accept additional plist in column descriptors.
11336 (tabulated-list-init-header): Obey it.
11337 (tabulated-list-get-entry): New function.
11338 (tabulated-list-put-tag): Use it. Use string-width instead of
11339 length.
11340 (tabulated-list--column-number): New function.
11341 (tabulated-list-print): Use it.
11342 (tabulated-list-print-col): New function.
11343 Set `tabulated-list-column-name' property on each column's text.
11344 (tabulated-list-print-entry): Use it.
11345 (tabulated-list-delete-entry, tabulated-list-set-col):
11346 New functions.
11347 (tabulated-list-sort-column): New command (Bug#11337).
11348
11349 * buff-menu.el (list-buffers): Move C-x C-b binding from
11350 buff-menu.el to bindings.el.
11351
11352 * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
11353 :advertised-binding feature.
11354
11355 2012-05-06 Troels Nielsen <bn.troels@gmail.com> (tiny change)
11356
11357 * progmodes/compile.el (compilation-internal-error-properties):
11358 Calculate start position correctly when end-col is set but
11359 end-line is not (Bug#11382).
11360
11361 2012-05-06 Wolfgang Jenkner <wjenkner@inode.at>
11362
11363 * man.el (Man-unindent): Use text-property-default-nonsticky to
11364 prevent untabify from inheriting face properties (Bug#11408).
11365
11366 2012-05-05 Stefan Merten <smerten@oekonux.de>
11367
11368 * textmodes/rst.el: Major merge with upstream development up to
11369 Docutils SVN r7399 / rst.el V1.2.1.
11370
11371 Clarify maintainership and authors.
11372
11373 (rst-extract-version, rst-cvs-header, rst-cvs-rev)
11374 (rst-cvs-timestamp, rst-svn-rev, rst-svn-timestamp)
11375 (rst-official-version, rst-official-cvs-rev, rst-version)
11376 (rst-package-emacs-version-alist): New functions and variables
11377 for version information.
11378
11379 (rst-bullets, rst-uri-schemes, rst-adornment-chars)
11380 (rst-max-inline-length, rst-re-alist-def, rst-re-alist)
11381 (rst-mode-syntax-table, rst-mode): New and corrected functions
11382 and variables representing reStructuredText features.
11383
11384 (rst-re): New function for reStructuredText regexes. Use in
11385 many places.
11386
11387 (rst-deprecated-keys, rst-call-deprecated, rst-define-key)
11388 (rst-mode-map): Rebind keys.
11389
11390 (rst-mode-lazy, rst-font-lock-keywords)
11391 (rst-font-lock-extend-region)
11392 (rst-font-lock-extend-region-internal)
11393 (rst-font-lock-extend-region-extend)
11394 (rst-font-lock-find-unindented-line-limit)
11395 (rst-font-lock-find-unindented-line-match)
11396 (rst-adornment-level, rst-font-lock-adornment-level)
11397 (rst-font-lock-adornment-match)
11398 (rst-font-lock-handle-adornment-pre-match-form)
11399 (rst-font-lock-handle-adornment-matcher): Major revision of
11400 font-locking. Integrate with other code. Use `jit-lock-mode'.
11401
11402 (rst-preferred-adornments, rst-adjust-hook)
11403 (rst-new-adornment-down, rst-preferred-bullets)
11404 (rst-preferred-bullets, rst-indent, rst-indent-width)
11405 (rst-indent-field, rst-indent-literal-normal)
11406 (rst-indent-literal-minimized, rst-indent-comment): Change,
11407 extend and improve customization.
11408
11409 (rst-line-homogeneous-p, rst-line-homogeneous-nodent-p)
11410 (rst-normalize-cursor-position, rst-get-decoration)
11411 (rst-straighten-deco-spacing, rst-re-bullets, rst-re-items)
11412 (rst-rstrip, rst-toc-insert-find-delete-contents)
11413 (rst-shift-fill-region, rst-compute-bullet-tabs)
11414 (rst-debug-print-tabs, rst-debug-mark-found)
11415 (rst-shift-region-guts, rst-shift-region-right)
11416 (rst-shift-region-left, rst-use-char-classes)
11417 (rst-font-lock-keywords-function)
11418 (rst-font-lock-indentation-point)
11419 (rst-font-lock-find-unindented-line-begin)
11420 (rst-font-lock-find-unindented-line-end)
11421 (rst-font-lock-find-unindented-line)
11422 (rst-font-lock-adornment-point, rst-font-lock-level)
11423 (rst-adornment-level-alist): Remove functions and variables.
11424
11425 (rst-compare-adornments, rst-get-adornment-match)
11426 (rst-suggest-new-adornment, rst-get-adornments-around)
11427 (rst-adornment-complete-p, rst-get-next-adornment)
11428 (rst-adjust-adornment, rst-display-adornments-hierarchy)
11429 (rst-straighten-adornments): Standardize function names to
11430 use "adornment" instead of "decoration". Correct callers.
11431 Similar standardizing in many places.
11432
11433 (rst-update-section, rst-adjust, rst-promote-region)
11434 (rst-enumerate-region, rst-bullet-list-region)
11435 (rst-repeat-last-character): Correct use of `interactive'.
11436
11437 (rst-classify-adornment, rst-find-all-adornments)
11438 (rst-get-hierarchy, rst-adjust-adornment, rst-toc-update)
11439 (rst-find-leftmost-column, rst-repeat-last-character):
11440 Refactor functions.
11441
11442 (rst-find-title-line, rst-reset-section-caches)
11443 (rst-get-adornments-around, rst-adjust-adornment-work)
11444 (rst-arabic-to-roman, rst-roman-to-arabic)
11445 (rst-insert-list-pos, rst-insert-list-new-item)
11446 (rst-insert-list-continue, rst-insert-list, rst-forward-line):
11447 New functions.
11448
11449 (rst-all-sections, rst-section-hierarchy)
11450 (rst-arabic-to-roman, rst-initial-enums, rst-initial-items):
11451 New variables.
11452
11453 (rst-toc-return-wincfg, rst-toc-quit-window): Use window
11454 configuration instead of only buffer. Change where necessary.
11455
11456 (rst-line-tabs, rst-compute-tabs, rst-indent-line)
11457 (rst-shift-region, rst-adaptive-fill): New functions for
11458 indentation and filling.
11459
11460 (rst-comment-line-break, rst-comment-indent)
11461 (rst-comment-insert-comment, rst-comment-region)
11462 (rst-uncomment-region): New functions for handling comments.
11463
11464 (rst-compile): Quote shell arguments.
11465
11466 (rst-compile-pdf-preview, rst-compile-slides-preview):
11467 Delete temporary files after use.
11468
11469 2012-05-05 Glenn Morris <rgm@gnu.org>
11470
11471 * calendar/cal-html.el: Optionally include holidays in the output.
11472 Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
11473 (cal-html-holidays): New option.
11474 (cal-html-css-default): Add holiday entry.
11475 (holiday-in-range): Autoload it.
11476 (cal-html-htmlify-entry): Add optional class argument.
11477 (cal-html-htmlify-list): Add optional holidays argument.
11478 (cal-html-insert-agenda-days): Include holidays in the output.
11479 (cal-html-one-month): Maybe include holidays.
11480
11481 * calendar/holidays.el (holiday-in-range):
11482 Move here from cal-tex-list-holidays.
11483 * calendar/cal-tex.el (cal-tex-list-holidays):
11484 Make it an obsolete alias for holiday-in-range. Update all callers.
11485
11486 2012-05-05 Chong Yidong <cyd@gnu.org>
11487
11488 * select.el (xselect--encode-string): Always use utf-8 for TEXT on
11489 Nextstep.
11490
11491 2012-05-05 Ransom Williams <auvergnerw@gmail.com> (tiny change)
11492
11493 * files.el (file-auto-mode-skip): New var.
11494 (set-auto-mode-1): Use it.
11495
11496 2012-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
11497
11498 * repeat.el: Use lexical-binding.
11499 (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
11500 (repeat-undo-count): Remove.
11501 (repeat):
11502 * progmodes/octave-mod.el (octave-abbrev-start):
11503 * progmodes/f90.el (f90-abbrev-start):
11504 * face-remap.el (text-scale-adjust):
11505 * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
11506
11507 * emacs-lisp/pcase.el (pcase--let*): New function.
11508 (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
11509 a bit more.
11510 (pcase--split-pred): Be more clever about ruling out overlap between
11511 a predicate and some constant pattern.
11512 (pcase--q1): Use `null' instead of (eq foo nil).
11513
11514 * subr.el (setq-local, defvar-local): New macros.
11515 (kbd): Redefine as an alias.
11516 (with-selected-window): Leave unrelated frames alone.
11517 (set-temporary-overlay-map): New function.
11518
11519 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
11520
11521 * subr.el (user-error): New function.
11522 * window.el (switch-to-buffer):
11523 * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
11524 (smerge-match-conflict):
11525 * simple.el (previous-matching-history-element)
11526 (next-matching-history-element, goto-history-element, undo-more)
11527 (undo-start):
11528 * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
11529 (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
11530 (next-file, tags-loop-scan, list-tags, complete-tag):
11531 * progmodes/compile.el (compilation-loop):
11532 * mouse.el (mouse-minibuffer-check):
11533 * man.el (Man-bgproc-sentinel, Man-goto-page):
11534 * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
11535 (Info-history-forward, Info-follow-reference, Info-menu)
11536 (Info-extract-menu-item, Info-extract-menu-counting)
11537 (Info-forward-node, Info-backward-node, Info-next-menu-item)
11538 (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
11539 (Info-next-reference, Info-prev-reference, Info-index)
11540 (Info-index-next, Info-follow-nearest-node)
11541 (Info-copy-current-node-name):
11542 * imenu.el (imenu--make-index-alist)
11543 (imenu-default-create-index-function, imenu-add-to-menubar):
11544 * files.el (basic-save-buffer, recover-file):
11545 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
11546 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
11547 (checkdoc-message-text, checkdoc-defun):
11548 * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
11549 * cus-edit.el (customize-changed-options, customize-rogue)
11550 (customize-saved, custom-variable-set, custom-variable-mark-to-save)
11551 (custom-variable-mark-to-reset-standard)
11552 (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
11553 (custom-file):
11554 * completion.el (check-completion-length):
11555 * comint.el (comint-search-arg)
11556 (comint-previous-matching-input-string-position)
11557 (comint-previous-matching-input)
11558 (comint-replace-by-expanded-history-before-point, comint-send-input)
11559 (comint-copy-old-input, comint-backward-matching-input)
11560 (comint-goto-process-mark, comint-set-process-mark):
11561 * calendar/calendar.el (calendar-cursor-to-date): Use it.
11562 * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
11563
11564 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
11565
11566 * dabbrev.el (dabbrev--ignore-case-p): New function.
11567 (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
11568 Use it.
11569
11570 * files.el (automount-dir-prefix): Mark as obsolete.
11571
11572 2012-05-04 Glenn Morris <rgm@gnu.org>
11573
11574 * patcomp.el, play/bruce.el: Move to obsolete/.
11575
11576 2012-05-04 Paul Eggert <eggert@cs.ucla.edu>
11577
11578 Fix minor Y10k bugs.
11579 * arc-mode.el (archive-unixdate):
11580 * autoinsert.el (auto-insert-alist):
11581 * calc/calc-forms.el (math-this-year):
11582 * emacs-lisp/copyright.el (copyright-current-year)
11583 (copyright-update-year, copyright):
11584 * tar-mode.el (tar-clip-time-string):
11585 * time.el (display-time-update):
11586 Don't assume years have 4 digits.
11587
11588 2012-05-04 Chong Yidong <cyd@gnu.org>
11589
11590 * dos-w32.el (file-name-buffer-file-type-alist)
11591 (direct-print-region-use-command-dot-com):
11592 * ffap.el (ffap-menu-regexp):
11593 * find-file.el (ff-special-constructs):
11594 * follow.el (follow-debug):
11595 * forms.el (forms--debug):
11596 * iswitchb.el (iswitchb-all-frames):
11597 * ido.el (ido-all-frames):
11598 * emacs-lisp/timer.el (timer-max-repeats):
11599 * mail/feedmail.el (feedmail-mail-send-hook)
11600 (feedmail-mail-send-hook-queued):
11601 * mail/footnote.el (footnote-signature-separator):
11602 * mail/mailabbrev.el (mail-alias-separator-string)
11603 (mail-abbrev-mode-regexp):
11604 * mail/rmail.el (rmail-speedbar-match-folder-regexp):
11605 * progmodes/idlwave.el (idlwave-libinfo-file)
11606 (idlwave-default-completion-case-is-down)
11607 (idlwave-library-routines): Convert defvars to defcustoms.
11608
11609 * mail/rmail.el (rmail-decode-mime-charset):
11610 * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
11611 (idlwave-shell-fix-inserted-breaks)
11612 (idlwave-shell-activate-alt-keybindings)
11613 (idlwave-shell-use-breakpoint-glyph):
11614 * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
11615
11616 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
11617
11618 * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
11619
11620 2012-05-03 Wilson Snyder <wsnyder@wsnyder.org>
11621
11622 * progmodes/verilog-mode.el (font-lock-keywords):
11623 Fix mis-highligting auto. Reported by Craig Barner.
11624 (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
11625 defines from global name space. Reported by Dan Dever.
11626 (verilog-auto-reset, verilog-auto-reset-widths)
11627 (verilog-auto-tieoff): Support using unbased numbers for
11628 AUTORESET and AUTOTIEOFF.
11629 (verilog-submit-bug-report): Update variable list.
11630 (verilog-read-auto-params): Fix AUTOINPUT regexps containing
11631 parenthesis from not matching. Reported by Michael Rytting.
11632 (verilog-auto-template-lint): Fix hash error when linting modules
11633 with no used templates.
11634 (verilog-warn, verilog-warn-error)
11635 (verilog-warn-fatal): When non-interactive report multiple
11636 warnings before exiting. Suggested by Brad Dobbie.
11637 (verilog-auto-template-lint, verilog-auto-template-warn-unused)
11638 (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
11639 to report unused template errors. Reported by Brad Dobbie.
11640 (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
11641 nets, bug438. Reported by Vns Blore.
11642 (verilog-auto-inout-module, verilog-auto-reg)
11643 (verilog-read-decls, verilog-read-sub-decls-sig)
11644 (verilog-signals-edit-wire-reg, verilog-signals-with):
11645 Fix passing of Verilog data types in ANSI input/output ports
11646 such as "output logic" into the AUTOs. Special case "wire" and
11647 "reg" for backwards compatibility presuming Verilog 2001.
11648 (verilog-auto-ascii-enum): Add "auto enum" as alias.
11649 (verilog-preprocess): Fix replication of preprocess output.
11650 Reported by Brad Dobbie.
11651 (verilog-auto-inst-interfaced-ports):
11652 Create verilog-auto-inst-interfaced-ports, bug429.
11653 Reported by Julian Gorfajn.
11654 (verilog-after-save-font-hook)
11655 (verilog-before-save-font-hook): New variable.
11656 (verilog-modi-cache-results, verilog-save-font-mod-hooked)
11657 (verilog-save-font-mods): Wrap disabling fontification, reported
11658 by David Rogoff.
11659 (verilog-do-indent, verilog-pretty-declarations-auto)
11660 (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
11661 Reported by Pierre-David Pfister.
11662 (verilog-set-auto-endcomments): Fix endtask auto comments outside
11663 of class declarations, bug292. Reported by Kevin Heilman.
11664 (verilog-read-decls): Fix 'parameter type' not appearing in
11665 AUTOINSTPARAM, bug340. Reported by Jonathan Greenlaw.
11666 (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
11667 AUTOINPUTs, bug411. Reported by Jonathan Greenlaw.
11668 (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
11669 Reported by David Kravitz.
11670
11671 2012-05-03 Michael McNamara <mac@mail.brushroad.com>
11672
11673 * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
11674 assignment with tests in ifs and for loops.
11675 (verilog-extended-complete-re, verilog-complete-reg): Change so
11676 that DPI inport functions don't look like fuction declarations.
11677 (verilog-pretty-expr): Don't line up assignment
11678 operations to the test and increment in if and for loops
11679 (verilog-extended-complete-re, verilog-complete-reg): Change so
11680 that DPI inport functions don't look like fuction declarations.
11681
11682 2012-05-03 Kenichi Handa <handa@m17n.org>
11683
11684 * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
11685 decoding, and show a warning message without signaling an error
11686 (Bug#11282).
11687
11688 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
11689
11690 * emacs-lisp/bytecomp.el
11691 (byte-compile-file-form-custom-declare-variable): Compile all elements,
11692 since cconv.el might have introduced :fun-body, internal-make-closure,
11693 and friends for bytecomp to handle (bug#11391).
11694 * custom.el (defcustom): Avoid ((λ ..) ..).
11695
11696 2012-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
11697
11698 * subr.el (read-passwd): Better clean after ourselves (bug#11392).
11699
11700 2012-05-02 Juanma Barranquero <lekktu@gmail.com>
11701
11702 * notifications.el (dbus-debug):
11703 * term/linux.el (gpm-mouse-enable):
11704 * term/screen.el (xterm-register-default-colors): Declare.
11705
11706 2012-05-02 Chong Yidong <cyd@gnu.org>
11707
11708 * cus-start.el (gc-cons-percentage, exec-suffixes)
11709 (dos-display-scancodes, dos-hyper-key, dos-super-key)
11710 (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
11711 (make-cursor-line-fully-visible, void-text-area-pointer)
11712 (font-list-limit): Add customization data.
11713
11714 * allout.el (allout-exposure-change-functions)
11715 (allout-structure-added-functions)
11716 (allout-structure-deleted-functions)
11717 (allout-structure-shifted-functions): Rename abnormal hooks from
11718 *-hook, and convert to defcustoms.
11719 (allout-after-copy-or-kill-hook, allout-post-undo-hook):
11720 Convert to defcustoms.
11721 (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
11722
11723 * allout-widgets.el: Hook callers changed.
11724
11725 2012-05-02 Eli Zaretskii <eliz@gnu.org>
11726
11727 * mail/rmail.el (rmail-yank-current-message): Use the encoding of
11728 the yanked message in preference to the default value of
11729 buffer-file-coding-system.
11730
11731 2012-05-02 Martin Rudalics <rudalics@gmx.at>
11732
11733 * window.el (display-buffer--action-function-custom-type):
11734 Fix entry.
11735
11736 2012-05-02 Alan Mackenzie <acm@muc.de>
11737
11738 * progmodes/cc-defs.el (c-version): Update to 5.32.3.
11739
11740 2012-05-01 Glenn Morris <rgm@gnu.org>
11741
11742 * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
11743
11744 * eshell/esh-cmd.el (eshell-debug-command): Doc fix. Add :set.
11745
11746 * cus-edit.el (custom-variable-documentation): Simplify with format.
11747
11748 2012-05-01 Aaron S. Hawley <aaron.s.hawley@gmail.com>
11749 Stefan Monnier <monnier@iro.umontreal.ca>
11750
11751 * simple.el (suggest-key-bindings, execute-extended-command):
11752 Move from keyboard.c.
11753
11754 2012-05-01 Chong Yidong <cyd@gnu.org>
11755
11756 * follow.el: Eliminate advice.
11757 (set-process-filter, process-filter, sit-for): Advice deleted.
11758 (follow-mode-off-hook): Obsolete hook removed.
11759 (follow-avoid-tail-recenter-p, follow-process-filter-alist):
11760 Vars deleted.
11761 (follow-auto): Use a :set function.
11762 (follow-mode): Rewritten. Don't advise process filters.
11763 (follow-switch-to-current-buffer-all, follow-scroll-up)
11764 (follow-scroll-down): Assume follow-mode is bound.
11765 (follow-comint-scroll-to-bottom)
11766 (follow-align-compilation-windows): New functions.
11767 (follow--window-sorter): New function.
11768 (follow-all-followers): Use it to explicitly sort windows by their
11769 positions; don't make assumptions about next-window order.
11770 (follow-windows-start-end, follow-delete-other-windows-and-split)
11771 (follow-calc-win-start): Doc fix.
11772 (follow-windows-aligned-p, follow-select-if-visible): Don't call
11773 vertical-motion unnecessarily.
11774 (follow-adjust-window): New function.
11775 (follow-post-command-hook): Use it.
11776 (follow-call-set-process-filter, follow-call-process-filter)
11777 (follow-intercept-process-output, follow-tidy-process-filter-alist)
11778 (follow-stop-intercept-process-output, follow-generic-filter):
11779 Functions deleted.
11780 (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
11781 (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
11782 New functions, replacing advice on scroll-bar-* commands.
11783 (follow-mwheel-scroll): New function (Bug#4112).
11784
11785 * comint.el (comint-adjust-point): New function.
11786 (comint-postoutput-scroll-to-bottom): Use it.
11787 Call follow-comint-scroll-to-bottom for Follow mode buffers.
11788
11789 2012-05-01 Glenn Morris <rgm@gnu.org>
11790
11791 * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
11792 * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
11793 * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
11794 * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
11795 * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
11796 Remove no-byte-compile setting.
11797
11798 2012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
11799
11800 * minibuffer.el (completion-table-with-quoting): Fix compatibility
11801 all-completions code to not return a number in the last cdr.
11802
11803 2012-04-30 Leo Liu <sdl.web@gmail.com>
11804
11805 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
11806 read-only error.
11807
11808 2012-04-29 Chong Yidong <cyd@gnu.org>
11809
11810 * follow.el (follow-calc-win-end): Rewrite to handle partial
11811 screen lines correctly (Bug#8390).
11812 (follow-avoid-tail-recenter): Minor cleanup.
11813
11814 2012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
11815
11816 Avoid the obsolete `assoc' package.
11817 * speedbar.el (speedbar-refresh): Avoid adelete.
11818 (speedbar-file-lists): Simplify and avoid aput.
11819 * man.el (Man--sections, Man--refpages): New vars, replacing
11820 Man-sections-alist and Man-refpages-alist.
11821 (Man-build-section-alist, Man-build-references-alist):
11822 Use them; avoid aput.
11823 (Man--last-section, Man--last-refpage): New vars.
11824 (Man-follow-manual-reference): Use them.
11825 Use the `default' arg of completing-read.
11826 (Man-goto-section): Idem. Move prompt to the `interactive' spec.
11827
11828 2012-04-27 Chong Yidong <cyd@gnu.org>
11829
11830 * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
11831
11832 * startup.el (x-apply-session-resources): New function.
11833
11834 * term/ns-win.el (ns-initialize-window-system):
11835 * term/w32-win.el (w32-initialize-window-system):
11836 * term/x-win.el (x-initialize-window-system): Use it to properly
11837 set menu-bar-mode and other vars from X resources, even if the
11838 initial frame is not a window-system frame (Bug#2299).
11839
11840 * subr.el (read-key): Avoid running filter function when setting
11841 up temporary tool bar entries (Bug#9922).
11842
11843 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
11844
11845 * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
11846 (Bug#11344)
11847
11848 2012-04-27 Chong Yidong <cyd@gnu.org>
11849
11850 * select.el (xselect--encode-string): New function, split from
11851 xselect-convert-to-string.
11852 (xselect-convert-to-string): Use it.
11853 (xselect-convert-to-filename, xselect-convert-to-os)
11854 (xselect-convert-to-host, xselect-convert-to-user): Ensure that
11855 returned strings are properly encoded (Bug#11315).
11856
11857 2012-04-27 Chong Yidong <cyd@gnu.org>
11858
11859 * simple.el (delete-active-region): Move to killing custom group.
11860
11861 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
11862
11863 * progmodes/which-func.el (which-func-current): Quote %
11864 characters for mode-line processing.
11865
11866 2012-04-27 Chong Yidong <cyd@gnu.org>
11867
11868 * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
11869 reaching eob (Bug#11286).
11870
11871 2012-04-27 Eli Zaretskii <eliz@gnu.org>
11872
11873 * progmodes/gdb-mi.el (gdb-control-level): New variable.
11874 (gdb): Make it buffer-local and init to zero.
11875 (gdb-control-commands-regexp): New variable.
11876 (gdb-send): Don't wrap in "-interpreter-exec console" if
11877 gdb-control-level is positive. Increment gdb-control-level
11878 whenever the command matches gdb-control-commands-regexp, and
11879 decrement it each time the command is "end". (Bug#11279)
11880
11881 2012-04-27 Martin Rudalics <rudalics@gmx.at>
11882
11883 * window.el (adjust-window-trailing-edge, enlarge-window)
11884 (shrink-window, window-resize):
11885 * mouse.el (mouse-drag-line): Fix resizing of minibuffer
11886 windows (Bug#11276).
11887
11888 2012-04-27 Chong Yidong <cyd@gnu.org>
11889
11890 * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
11891 fix "missing prefix" warning. All callers changed.
11892
11893 2012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
11894
11895 * emacs-lisp/assoc.el: Move to obsolete/.
11896
11897 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
11898
11899 * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
11900
11901 * term/ns-win.el (ns-define-service):
11902 * progmodes/pascal.el (pascal-goto-defun):
11903 * progmodes/js.el (js--read-tab):
11904 * progmodes/etags.el (tags-lazy-completion-table):
11905 * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
11906 * emacs-lisp/ewoc.el (ewoc--wrap):
11907 * emacs-lisp/assoc.el (aput, adelete, amake):
11908 * doc-view.el (doc-view-convert-current-doc):
11909 * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
11910
11911 2012-04-26 Chong Yidong <cyd@gnu.org>
11912
11913 * image.el (image-type-from-buffer): Only return supported image
11914 type (Bug#9045).
11915
11916 * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
11917 value, for symmetry with diff-end-of-hunk.
11918 (diff-split-hunk, diff-find-source-location)
11919 (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
11920 (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
11921 (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
11922 compute the relevant hunk or file properly (Bug#6005).
11923 (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
11924
11925 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
11926
11927 * vc/vc-mtn.el:
11928 * vc/vc-hg.el:
11929 * vc/vc-git.el:
11930 * vc/vc-dir.el:
11931 * vc/vc-cvs.el:
11932 * vc/vc-bzr.el:
11933 * vc/vc-arch.el:
11934 * vc/vc.el: Replace lexical-let by lexical-binding.
11935 * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
11936 * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
11937 * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
11938
11939 2012-04-26 Chong Yidong <cyd@gnu.org>
11940
11941 * vc/diff-mode.el (diff-undo): New command (Bug#5302).
11942 (diff-mode-shared-map): Bind it to / and [remap undo].
11943
11944 * vc/ediff-wind.el (ediff-setup-windows-default): New function.
11945 (ediff-window-setup-function): Use it as the default, to set up
11946 windows based on whether the current frame is graphical (Bug#2138).
11947 (ediff-choose-window-setup-function-automatically): Make obsolete.
11948
11949 * vc/ediff-init.el: Always define ediff-pixel-width/height.
11950
11951 2012-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
11952
11953 * ffap.el: Remove old code for obsolete package.
11954 (ffap-complete-as-file-p): Remove.
11955
11956 Use completion-table-with-quoting for comint and pcomplete.
11957 * comint.el (comint--unquote&requote-argument)
11958 (comint--unquote-argument, comint--requote-argument): New functions.
11959 (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
11960 (comint-quote-filename): Use regexp-opt-charset.
11961 (comint--common-suffix, comint--common-quoted-suffix)
11962 (comint--table-subvert): Remove.
11963 (comint-unquote-function, comint-requote-function): New vars.
11964 (comint--complete-file-name-data): Use them with
11965 completion-table-with-quoting.
11966 * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
11967 * pcomplete.el (pcomplete-arg-quote-list)
11968 (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
11969 (pcomplete-unquote-argument-function): Default to non-nil.
11970 (pcomplete-unquote-argument): Simplify.
11971 (pcomplete--common-quoted-suffix): Remove.
11972 (pcomplete-requote-argument-function): New var.
11973 (pcomplete--common-suffix): New function.
11974 (pcomplete-completions-at-point): Use completion-table-with-quoting
11975 and completion-table-subvert.
11976
11977 * minibuffer.el: Use completion-table-with-quoting for read-file-name.
11978 (minibuffer--double-dollars): Preserve properties.
11979 (completion--sifn-requote): New function.
11980 (completion--file-name-table): Rewrite using it and c-t-with-quoting.
11981
11982 * minibuffer.el: Add support for completion of quoted/escaped data.
11983 (completion-table-with-quoting, completion-table-subvert): New funs.
11984 (completion--twq-try, completion--twq-all): New functions.
11985 (completion--nth-completion): New function.
11986 (completion-try-completion, completion-all-completions): Use it.
11987
11988 2012-04-25 Leo Liu <sdl.web@gmail.com>
11989
11990 * progmodes/python.el (python-pdbtrack-get-source-buffer):
11991 Use compilation-message if available to find real filename.
11992
11993 2012-04-25 Chong Yidong <cyd@gnu.org>
11994
11995 * vc/diff-mode.el (diff-setup-whitespace): New function.
11996 (diff-mode): Use it.
11997
11998 * vc/diff.el (diff-sentinel):
11999 * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
12000 Whitespace mode variables based on diff style (Bug#8612).
12001
12002 2012-04-25 Leo Liu <sdl.web@gmail.com>
12003
12004 * progmodes/python.el (python-send-region): Add suffix .py to the
12005 temp file.
12006
12007 * files.el (auto-mode-alist): Use javascript-mode instead.
12008
12009 2012-04-25 Alex Harsanyi <AlexHarsanyi@gmail.com>
12010
12011 Sync with soap-client repository. Support SOAP simpleType (Bug#10331).
12012
12013 * net/soap-client.el (soap-resolve-references-for-sequence-type)
12014 (soap-resolve-references-for-array-type): Hack to prevent self
12015 references, see Bug#9.
12016 (soap-parse-envelope): Report the contents of the 'detail' node
12017 when receiving a fault reply.
12018 (soap-parse-envelope): Report the contents of the entire 'detail' node.
12019
12020 * net/soap-inspect.el (soap-sample-value-for-simple-type)
12021 (soap-inspect-simple-type): New function.
12022
12023 * net/soap-client.el (soap-simple-type): New struct.
12024 (soap-default-xsd-types, soap-default-soapenc-types)
12025 (soap-decode-basic-type, soap-encode-basic-type):
12026 support unsignedInt and double basic types.
12027 (soap-resolve-references-for-simple-type)
12028 (soap-parse-simple-type, soap-encode-simple-type): New function.
12029 (soap-parse-schema): Parse xsd:simpleType declarations.
12030
12031 * net/soap-client.el (soap-default-xsd-types)
12032 (soap-default-soapenc-types): Add integer, byte and anyURI types.
12033 (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
12034 the local name of "soapenc:Array".
12035 (soap-decode-basic-type, soap-encode-basic-type): Support encoding
12036 decoding integer, byte and anyURI xsd types.
12037
12038 2012-04-25 Chong Yidong <cyd@gnu.org>
12039
12040 * cus-edit.el (custom-buffer-create-internal): Update header text.
12041
12042 2012-04-25 Eli Zaretskii <eliz@gnu.org>
12043
12044 * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
12045 settings on 'system-type', not on 'window-system'. On MS-Windows,
12046 set interactive-mode on in GDB.
12047
12048 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
12049
12050 * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
12051 (ruby-syntax-propertize-regexp): Remove.
12052 (ruby-syntax-propertize-function): Split regexp into chunks.
12053 Match following code directly.
12054
12055 2012-04-24 Dmitry Gutov <dgutov@yandex.ru>
12056
12057 * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
12058 (ruby-syntax-propertize-regexp): New function.
12059 (ruby-syntax-propertize-function): Use it to handle regexp not preceded
12060 by a special keyword.
12061
12062 * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
12063 (ruby-syntax-general-delimiters-goto-beg)
12064 (ruby-syntax-propertize-general-delimiters): New functions.
12065 (ruby-syntax-propertize-function): Use them to handle GDL.
12066 (ruby-font-lock-keywords): Move old handling of GDL...
12067 (ruby-font-lock-syntactic-keywords): .. to here.
12068 (ruby-calculate-indent): Adjust indentation for GDL.
12069
12070 2012-04-24 Michael Albinus <michael.albinus@gmx.de>
12071
12072 * notifications.el (top): Remove unneeded declarations.
12073 (notifications-specification-version): Change to "1.2".
12074 (notifications-interface, notifications-notify-method)
12075 (notifications-close-notification-method): Fix docstring.
12076 (notifications-get-capabilities-method): New defconst.
12077 (notifications-notify): Add :action-items, :resident and
12078 :transient hints. Change "image_data" to "image-data" and
12079 "image_path" to "image-path".
12080 (notifications-get-capabilities): New defun.
12081
12082 2012-04-24 Leo Liu <sdl.web@gmail.com>
12083
12084 * progmodes/python.el: Move hideshow setup to the end.
12085
12086 2012-04-24 Martin Rudalics <rudalics@gmx.at>
12087
12088 * window.el (handle-select-window): Clear echo area since this is
12089 no more done by read_char (Bug#11304).
12090
12091 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
12092
12093 * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
12094 and `/ M' to filter-derived-mode.
12095 * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
12096 (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
12097 (ibuffer-mark-by-mode): Use default rather than initial-input.
12098 (ibuffer-filter-by-derived-mode): Autoload and require-match.
12099
12100 2012-04-24 Ivan Andrus <darthandrus@gmail.com> (tiny change)
12101
12102 * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
12103 (ibuffer-filter-by-derived-mode): New filter.
12104 * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
12105
12106 2012-04-23 Andreas Politz <politza@fh-trier.de>
12107
12108 * subr.el (accept-change-group): Fix arg usage (Bug#6095).
12109
12110 2012-04-23 Chong Yidong <cyd@gnu.org>
12111
12112 * cus-edit.el (customize-apropos, customize-apropos-options):
12113 Disable matching of non-option variables (Bug#11176).
12114 (customize-option, customize-option-other-window)
12115 (customize-changed-options): Doc fix.
12116 (customize-apropos-options, customize-apropos-faces)
12117 (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
12118
12119 * apropos.el (apropos-read-pattern): Make prompt less cryptic.
12120 Fix word list splitting (Bug#11132).
12121 (apropos-symbol, apropos-keybinding, apropos-label)
12122 (apropos-property, apropos-function-button)
12123 (apropos-variable-button, apropos-misc-button): New faces.
12124 (apropos-symbol-face, apropos-keybinding-face)
12125 (apropos-label-face, apropos-property-face, apropos-match-face):
12126 Variables removed (Bug#8396).
12127 (apropos-library-button, apropos-format-plist, apropos-print)
12128 (apropos-print-doc, apropos-describe-plist): Callers changed.
12129
12130 2012-04-23 Michael Albinus <michael.albinus@gmx.de>
12131
12132 * net/xesam.el (xesam-mode-map): Use let-bound map in
12133 initialization. (Bug#11292)
12134
12135 2012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
12136
12137 Preserve ispell session localwords when switching back to
12138 original buffer.
12139
12140 * textmodes/ispell.el (ispell-buffer-session-localwords):
12141 New buffer-local variable to hold buffer session localwords.
12142 (ispell-kill-ispell): Add option 'clear to delete session
12143 localwords.
12144 (ispell-command-loop, ispell-change-dictionary)
12145 (ispell-buffer-local-words): Preserve session localwords when
12146 needed.
12147
12148 * textmodes/flyspell.el (flyspell-process-localwords)
12149 (flyspell-do-correct): Preserve session localwords when needed.
12150
12151 2012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
12152
12153 * textmodes/ispell.el (ispell-insert-word) Remove unneeded function
12154 using obsolete `translation-table-for-input'.
12155 (ispell-word, ispell-process-line, ispell-complete-word):
12156 Use plain `insert' instead of removed `ispell-insert-word'.
12157
12158 2012-04-22 Chong Yidong <cyd@gnu.org>
12159
12160 * cus-edit.el (custom-variable-menu)
12161 (custom-variable-reset-saved, custom-face-menu)
12162 (custom-face-reset-saved): If there is no saved value, make the
12163 "reset-saved" operation bring back the default (Bug#9509).
12164 (custom-face-state): Properly detect themed faces.
12165
12166 * faces.el (face-spec-set): Stop supporting deprecated form of
12167 third arg.
12168
12169 2012-04-22 Michael Albinus <michael.albinus@gmx.de>
12170
12171 Move functions from C to Lisp. Make non-blocking method calls
12172 the default. Implement further D-Bus standard interfaces.
12173
12174 * net/dbus.el (dbus-message-internal): Declare function.
12175 Remove unneeded function declarations.
12176 (defvar dbus-message-type-invalid, dbus-message-type-method-call)
12177 (dbus-message-type-method-return, dbus-message-type-error)
12178 (dbus-message-type-signal): Declare variables. Remove local
12179 definitions.
12180 (dbus-interface-dbus, dbus-interface-peer)
12181 (dbus-interface-introspectable, dbus-interface-properties)
12182 (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
12183 Adapt docstring.
12184 (dbus-interface-objectmanager): New defconst.
12185 (dbus-call-method, dbus-call-method-asynchronously)
12186 (dbus-send-signal, dbus-method-return-internal)
12187 (dbus-method-error-internal, dbus-register-service)
12188 (dbus-register-signal, dbus-register-method): New defuns, moved
12189 from dbusbind.c
12190 (dbus-call-method-handler, dbus-setenv)
12191 (dbus-get-all-managed-objects, dbus-managed-objects-handler):
12192 New defuns.
12193 (dbus-call-method-non-blocking): Make it an obsolete function.
12194 (dbus-unregister-object, dbus-unregister-service)
12195 (dbus-handle-event, dbus-register-property)
12196 (dbus-property-handler): Obey the new structure of
12197 `bus-registered-objects'.
12198 (dbus-introspect): Use `dbus-call-method'. Use a timeout.
12199 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
12200 Use `dbus-call-method'.
12201
12202 2012-04-22 Chong Yidong <cyd@gnu.org>
12203
12204 * cus-edit.el (custom-commands, custom-reset-menu)
12205 (Custom-reset-standard): Tweak labels.
12206 (custom-reset-button-menu): Change default to t.
12207 (custom-buffer-create-internal): For the custom-reset-button-menu
12208 case, put the revert button first.
12209 (custom-group-subtitle): New face.
12210 (custom-group-value-create): Align docstring to a specific column.
12211
12212 * wid-edit.el (widget-documentation-link-add): Don't handle
12213 indentation in this function.
12214 (widget-documentation-string-indent-to): New function.
12215 (widget-documentation-string-value-create): Use it.
12216
12217 * autorevert.el (auto-revert):
12218 * epg-config.el (epg):
12219 * ibuffer.el (ibuffer):
12220 * mpc.el (mpc):
12221 * ses.el (ses):
12222 * eshell/eshell.el (eshell):
12223 * net/ange-ftp.el (ange-ftp):
12224 * progmodes/ebnf2ps.el (postscript):
12225 * progmodes/flymake.el (flymake):
12226 * progmodes/prolog.el (prolog):
12227 * progmodes/verilog-mode.el (verilog-mode):
12228 * progmodes/which-func.el (which-func):
12229 * term/xterm.el (xterm):
12230 * textmodes/picture.el (picture):
12231 * textmodes/tildify.el (tildify):
12232 * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
12233 customization buffers.
12234
12235 2012-04-22 Alan Mackenzie <acm@muc.de>
12236
12237 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
12238 Adding a ) can hide the resulting (..) from searches. Fix it.
12239 Bound the backward search to the position of the existing (.
12240
12241 2012-04-21 Juanma Barranquero <lekktu@gmail.com>
12242
12243 * progmodes/verilog-mode.el (verilog-mode): Check whether
12244 which-func-modes is t before adding verilog-mode.
12245 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
12246
12247 2012-04-21 Leo Liu <sdl.web@gmail.com>
12248
12249 * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
12250
12251 2012-04-21 Michael Vehrs <Michael.Burschik@gmx.de>
12252
12253 * woman.el: Add support for "T{ T}" tbl syntax, and fix the
12254 filling of the last column of a table (Bug#5635).
12255 (woman-find-next-control-line): New arg, specifying an additional
12256 regexp component for the control line.
12257 (woman2-roff-buffer): Use it.
12258 (woman-break-table): New function.
12259 (woman2-TS): Use it.
12260
12261 2012-04-21 Chong Yidong <cyd@gnu.org>
12262
12263 * woman.el (woman-set-buffer-display-table, woman-decode-region)
12264 (woman-horizontal-escapes, woman-negative-vertical-space)
12265 (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
12266 (WoMan-warn-ignored): Use ?\s instead of ?\ .
12267
12268 2012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
12269
12270 * minibuffer.el (completion-file-name-table): Complete user names.
12271
12272 2012-04-20 Leo Liu <sdl.web@gmail.com>
12273
12274 * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
12275 and pcase-let*.
12276
12277 2012-04-20 Chong Yidong <cyd@gnu.org>
12278
12279 * server.el (server-execute): Respect initial-buffer-choice if it
12280 is a string and there are no files to open (Bug#2825).
12281 (server-create-window-system-frame, server-create-tty-frame):
12282 Don't switch buffers here.
12283 (server-process-filter): Only try to open a window system frame if
12284 compiled with graphical support (Bug#8314).
12285
12286 2012-04-20 Dan Nicolaescu <dann@gnu.org>
12287
12288 * battery.el (battery-echo-area-format): Display remaining time
12289 for sysfs backend too (Bug#11269).
12290 (battery-linux-sysfs): Fix conditional for the charge.
12291
12292 2012-04-20 Chong Yidong <cyd@gnu.org>
12293
12294 * progmodes/gdb-mi.el (gdb): Revert previous change.
12295 (gdb-inferior-io--init-proc): New function.
12296 (gdb-init-1): Use it.
12297 (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
12298 responsible for allocating a new pty and hooking it to gdb when
12299 the old pty gets an EIO due to process exit.
12300 (gdb-delchar-or-quit): New command. Bind it in gdb-mi buffers.
12301 (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
12302 (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
12303
12304 2012-04-20 Eli Zaretskii <eliz@gnu.org>
12305
12306 * window.el (window-min-size, window-sizable, window-min-delta)
12307 (window-max-delta, window--resizable, window-resizable)
12308 (window-total-size, window-full-height-p, window-full-width-p)
12309 (window-in-direction, window--resize-mini-window, window-resize)
12310 (window--resize-child-windows-normal)
12311 (window--resize-child-windows, window--resize-siblings)
12312 (window--resize-this-window, adjust-window-trailing-edge)
12313 (enlarge-window, shrink-window): Doc fixes.
12314
12315 2012-04-20 Chong Yidong <cyd@gnu.org>
12316
12317 * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
12318 New function to call delete-process on the gdb-inferior buffer's pty.
12319 (gdb-reset): Use it, instead of relying on kill-buffer to kill the
12320 pty process (Bug#11273).
12321 (gdb-update): New arg to suppress talking to the gdb process.
12322 (gdb-done-or-error): Use it.
12323 (gdb-stopped-functions): Rename from gdb-stopped-hooks.
12324 (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
12325 sentinel not being called.
12326
12327 * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
12328
12329 * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
12330
12331 2012-04-20 Glenn Morris <rgm@gnu.org>
12332
12333 * net/network-stream.el (open-network-stream): Doc fix.
12334
12335 2012-04-20 Chong Yidong <cyd@gnu.org>
12336
12337 * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
12338
12339 2012-04-20 Alan Mackenzie <acm@muc.de>
12340
12341 Ensure searching for keywords is case sensitive.
12342
12343 * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
12344 (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
12345 (c-defun-name, c-mark-function, c-cpp-define-name)
12346 (c-comment-indent, c-scan-conditionals, c-indent-defun)
12347 (c-context-line-break): Bind case-fold-search to nil.
12348
12349 * progmodes/cc-mode.el (c-font-lock-fontify-region):
12350 Bind case-fold-search to nil.
12351
12352 2012-04-20 Chong Yidong <cyd@gnu.org>
12353
12354 * mail/sendmail.el (mail-bury): Call return action with the right
12355 Rmail buffer (Bug#11242).
12356
12357 * server.el (server-process-filter): Handle corner case where both
12358 tty and nowait options are present (Bug#11102).
12359
12360 2012-04-20 Eli Zaretskii <eliz@gnu.org>
12361
12362 * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
12363 (top level): Put into the executable the ident-style '$Id:' tag on
12364 windows-nt as well.
12365
12366 2012-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
12367
12368 * electric.el (electric-indent-post-self-insert-function): Check that
12369 electric-indent-mode is enabled in current buffer.
12370
12371 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
12372
12373 * imenu.el (imenu-progress-message): Restore; it is "used" in
12374 erc/erc-imenu.el and net/snmp-mode.el.
12375
12376 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
12377
12378 * avoid.el (mouse-avoidance-mode): Mark unused arg.
12379 (mouse-avoidance-nudge-mouse): Remove unused binding.
12380
12381 * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
12382
12383 * descr-text.el (describe-char):
12384 * progmodes/python.el (python-describe-symbol):
12385 Don't call `toggle-read-only', set `buffer-read-only'.
12386
12387 * imenu.el (imenu-default-goto-function): Mark unused args.
12388 (imenu-progress-message): Remove obsolete macro; all callers changed.
12389
12390 * subr.el (keymap-canonicalize): Remove unused binding.
12391 (read-passwd): Mark unused arg.
12392
12393 * tutorial.el (tutorial--display-changes): Remove unused binding.
12394 (tutorial--save-tutorial-to): Remove unused variable.
12395
12396 * emacs-lisp/package.el (define-package, package-menu-mark-delete)
12397 (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
12398 (package-generate-autoloads, package-menu--generate)
12399 (package-menu--find-upgrades): Remove unused bindings.
12400
12401 * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
12402 (cua-restrict-prefix-rectangle): Doc fixes. Remove unused bindings.
12403 (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
12404 (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
12405 (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
12406 (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
12407 (cua--rectangle-aux-replace, cua--left-fill-rectangle)
12408 (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
12409 (cua-delete-char-rectangle): Mark unused args.
12410 (cua-align-rectangle): Remove unused binding.
12411
12412 * mail/rmail.el (compilation--message->loc)
12413 (epa--find-coding-system-for-mime-charset): Declare.
12414
12415 * net/dbus.el (dbus-register-service): Declare.
12416 (dbus-name-owner-changed-handler): Remove unused binding.
12417
12418 * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
12419 (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
12420 (nxml-scan-backward-within): Mark unused arg.
12421 (nxml-dynamic-markup-word): Remove unused binding.
12422
12423 * mouse.el (mouse-menu-major-mode-map):
12424 * emacs-lisp/authors.el (authors-scan-change-log)
12425 (authors-add-to-author-list):
12426 * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
12427 * emacs-lisp/smie.el (smie-auto-fill):
12428 * mail/sendmail.el (mail-bury):
12429 * mail/unrmail.el (unrmail):
12430 * net/tls.el (open-tls-stream):
12431 * textmodes/picture.el (picture-mouse-set-point):
12432 Remove unused bindings.
12433
12434 2012-04-19 Michael Albinus <michael.albinus@gmx.de>
12435
12436 * net/tramp.el (tramp-action-password): Let-bind
12437 `enable-recursive-minibuffers' to t.
12438
12439 2012-04-18 Sam Steingold <sds@gnu.org>
12440
12441 * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
12442 instead of 'string to accommodate values like [f11].
12443 Always use `vconcat' instead of `concat' on it, like in `gud-def'.
12444 * progmodes/gdb-mi.el: Likewise.
12445
12446 2012-04-18 Leo Liu <sdl.web@gmail.com>
12447
12448 * abbrev.el (edit-abbrevs): Move point to the abbrev table of
12449 current buffer.
12450 (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
12451 LOCAL is nil.
12452
12453 2012-04-18 Chong Yidong <cyd@gnu.org>
12454
12455 * simple.el (line-move): Use forward-line if in batch mode
12456 (Bug#11053).
12457
12458 2012-04-18 Christopher Schmidt <christopher@ch.ristopher.com>
12459
12460 * files.el (after-find-file): Do not try to add a final newline if
12461 the buffer is read-only (Bug#11156).
12462
12463 2012-04-17 Richard Stallman <rms@gnu.org>
12464
12465 * mail/rmail.el (rmail-start-mail):
12466 Pass (rmail-mail-return...) for the return-action.
12467 Pass (rmail-yank-current-message...) for the yank-action.
12468 (rmail-yank-current-message): New function.
12469 (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
12470 (rmail-reply): Likewise.
12471 (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
12472
12473 * mail/sendmail.el (mail-bury): Choose the first rmail-mode
12474 buffer, not the last. Reject temp buffers. Use the rmail-mode
12475 buffer, not newbuf.
12476
12477 2012-04-17 Juanma Barranquero <lekktu@gmail.com>
12478
12479 * server.el (server-ensure-safe-dir): Simplify.
12480
12481 2012-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
12482
12483 * emacs-lisp/smie.el: Provide smarter auto-filling.
12484 (smie-auto-fill): New function.
12485 (smie-setup): Use it.
12486
12487 * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
12488
12489 2012-04-17 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
12490
12491 * newcomment.el (comment-inline-offset): New custom var (bug#11090).
12492 (comment-indent): Use it.
12493
12494 2012-04-17 Vincent Belaïche <vincentb1@users.sourceforge.net>
12495
12496 * ses.el: The overall change is to add cell renaming, that is
12497 setting fancy names for cell symbols other than name matching
12498 "\\`[A-Z]+[0-9]+\\'" regexp .
12499 (ses-localvars): Add ses--renamed-cell-symb-list.
12500 (ses-create-cell-variable): New defun.
12501 (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
12502 (ses-relocate-formula): Relocate formulas only for cells the
12503 symbols of which are not renamed, i.e. symbols whose names do not
12504 match regexp "\\`[A-Z]+[0-9]+\\'".
12505 (ses-relocate-all): Relocate values only for cells the symbols of
12506 which are not renamed.
12507 (ses-load): Create cells variables as the (ses-cell ...) are read,
12508 in order to check row col consistency with cell symbol name only
12509 for cells that are not renamed.
12510 (ses-replace-name-in-formula): New defun.
12511 (ses-rename-cell): New defun.
12512
12513 2012-04-17 Peter Oliver <bzr@mavit.org.uk> (tiny change)
12514
12515 * progmodes/perl-mode.el (perl-indent-parens-as-block):
12516 New option (bug#11118).
12517 (perl-calculate-indent): Respect it.
12518
12519 2012-04-17 Glenn Morris <rgm@gnu.org>
12520
12521 * dired-aux.el (dired-mark-read-string): Doc fix.
12522
12523 2012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
12524
12525 * dired-aux.el (dired-mark-read-string): Offer optional completion.
12526 (dired-do-chxxx): Complete chown, chgrp over users, groups. (Bug#7900)
12527
12528 2012-04-17 Glenn Morris <rgm@gnu.org>
12529
12530 * mouse.el (mouse-drag-track):
12531 * speedbar.el (speedbar-frame-mode):
12532 Use auto-hscroll-mode rather than the alias automatic-hscrolling.
12533
12534 2012-04-16 Leo Liu <sdl.web@gmail.com>
12535
12536 * progmodes/python.el: Trivial cleanup.
12537
12538 2012-04-16 Glenn Morris <rgm@gnu.org>
12539
12540 * vc/vc.el (vc-string-prefix-p):
12541 * vc/pcvs-util.el (cvs-string-prefix-p):
12542 * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
12543 * mpc.el (mpc-string-prefix-p):
12544 Make all of these into obsolete aliases for string-prefix-p.
12545 Update callers.
12546 * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
12547
12548 * textmodes/two-column.el: Move custom options to the start.
12549 (frame-width): Remove compat definition.
12550 (2C-associate-buffer, 2C-dissociate):
12551 Use with-current-buffer rather than save-excursion.
12552 (2C-dissociate): Force a mode-line update.
12553 (2C-autoscroll): Use ignore-errors.
12554
12555 * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
12556 Autoload trivia.
12557
12558 * emacs-lisp/cl-extra.el (*random-state*):
12559 Remove unnecessary declaration.
12560
12561 * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
12562
12563 * play/cookie1.el (cookie-snarf):
12564 Give an explicit error if input file cannot be read.
12565
12566 * play/yow.el (yow-file): Use expand-file-name rather than concat.
12567
12568 * progmodes/perl-mode.el (c-macro-expand):
12569 Remove unnecessary autoload (it is in loaddefs.el).
12570
12571 * textmodes/picture.el (picture-desired-column)
12572 (picture-update-desired-column): Convert comments to doc-strings.
12573 (picture-substitute): Remove function.
12574 (picture-mode-map): Initialize in the defvar.
12575
12576 * woman.el: Remove eval-after-load for tar-mode.
12577 * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
12578 (woman-tar-extract-file): Autoload it.
12579
12580 * frame.el (automatic-hscrolling): Make this alias obsolete.
12581
12582 2012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
12583
12584 * textmodes/ispell.el (ispell-set-spellchecker-params): Post-process
12585 `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
12586 (ispell-dictionary-base-alist): Revert to original XEmacs
12587 friendly version for default. [:alpha:] will be added in
12588 `ispell-set-spellchecker-params' if needed.
12589
12590 2012-04-16 Chong Yidong <cyd@gnu.org>
12591
12592 * image.el (imagemagick--file-regexp): New variable.
12593 (imagemagick-register-types): Use it.
12594 (imagemagick-types-inhibit): Add :set function. Allow new value
12595 of t to inhibit all types.
12596
12597 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
12598 so we can preload it.
12599
12600 * loadup.el (fboundp): Preload regexp-opt, needed by
12601 imagemagick-register-types.
12602
12603 2012-04-15 Chong Yidong <cyd@gnu.org>
12604
12605 * frame.el (scrolling): Remove nearly unused customization group.
12606
12607 * scroll-all.el (scroll-all-mode): Move to windows group.
12608
12609 2012-04-15 Chong Yidong <cyd@gnu.org>
12610
12611 * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
12612
12613 2012-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
12614
12615 Avoid the use of ((lambda ...) ...) in lexical-binding code.
12616 * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
12617
12618 2012-04-15 Glenn Morris <rgm@gnu.org>
12619
12620 * simple.el (process-file-side-effects): Doc fix.
12621
12622 2012-04-15 Glenn Morris <rgm@gnu.org>
12623
12624 * international/mule-cmds.el (set-language-environment): Doc fix.
12625
12626 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
12627
12628 * server.el (server-auth-key, server-generate-key): Doc fixes.
12629 (server-get-auth-key): Doc fix. Use `string-match-p'.
12630 (server-start): Reflow docstring.
12631
12632 2012-04-14 Lars Ingebrigtsen <larsi@gnus.org>
12633
12634 * server.el (server-generate-key): `called-interactively-p'
12635 requires a parameter.
12636
12637 2012-04-14 Michal Nazarewicz <mina86@mina86.com>
12638
12639 * server.el (server-auth-key): New variable.
12640 (server-generate-key, server-get-auth-key): New function.
12641 (server-start): Use the new variable and functions to allow
12642 setting a permanent server key (bug#9423).
12643
12644 2012-04-14 Leo Liu <sdl.web@gmail.com>
12645
12646 * vc/diff-mode.el (diff-file-prev/next): Fix typo.
12647
12648 2012-04-14 Paul Eggert <eggert@cs.ucla.edu>
12649
12650 Spelling fixes.
12651 * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
12652 Emacs uses American spelling.
12653
12654 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
12655
12656 * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
12657 (emacs-lock--exit-locked-buffer): Return the locked buffer. Doc fix.
12658 (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
12659 (emacs-lock--kill-buffer-query-functions): Run new hook. (Bug#11017)
12660
12661 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
12662
12663 * progmodes/which-func.el (which-func-modes): Change default.
12664
12665 2012-04-14 Kim F. Storm <storm@cua.dk>
12666
12667 * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
12668 exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
12669
12670 2012-04-14 Chong Yidong <cyd@gnu.org>
12671
12672 * custom.el (custom-theme-set-variables): Doc fix.
12673
12674 2012-04-14 Glenn Morris <rgm@gnu.org>
12675
12676 * international/mule.el (set-auto-coding-for-load): Doc fix.
12677
12678 2012-04-14 Alan Mackenzie <acm@muc.de>
12679
12680 * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
12681 imenu work again for Objective C Mode. Correct the *-index values,
12682 these having been disturbed by a previous change in 2011-08.
12683
12684 * progmodes/cc-engine.el (c-before-change-check-<>-operators):
12685 Correct two search limits.
12686
12687 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
12688
12689 * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
12690
12691 2012-04-14 Andreas Schwab <schwab@linux-m68k.org>
12692
12693 * international/characters.el: Fix sorting.
12694
12695 2012-04-14 Eli Zaretskii <eliz@gnu.org>
12696
12697 * international/characters.el: Add more missing Latin case pairs.
12698
12699 2012-04-14 Glenn Morris <rgm@gnu.org>
12700
12701 * files.el (dir-locals-set-class-variables): Doc fix.
12702
12703 2012-04-14 Eli Zaretskii <eliz@gnu.org>
12704
12705 * international/characters.el: Add set-case-syntax-pair call for
12706 LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
12707 counterpart. (Bug#11209)
12708
12709 * simple.el (shell-command-on-region): Doc fix. (Bug#11208)
12710
12711 2012-04-14 Glenn Morris <rgm@gnu.org>
12712
12713 * calendar/holidays.el (calendar-check-holidays): Doc fix.
12714
12715 2012-04-14 Eli Zaretskii <eliz@gnu.org>
12716
12717 * textmodes/ispell.el (ispell-dictionary-base-alist):
12718 Add data for Hebrew.
12719
12720 2012-04-14 Chong Yidong <cyd@gnu.org>
12721
12722 * net/rcirc.el (rcirc-cmd-quit):
12723 Revert 2012-03-18 change (Bug#11192).
12724
12725 2012-04-14 Glenn Morris <rgm@gnu.org>
12726
12727 * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
12728
12729 2012-04-14 Eli Zaretskii <eliz@gnu.org>
12730
12731 * minibuffer.el (completion-in-region-mode-map):
12732 Bind completion-help-at-point to M-? rather than ?. (Bug#11182)
12733
12734 2012-04-13 Vivek Dasmohapatra <vivek@etla.org>
12735
12736 * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
12737
12738 2012-04-13 Masatake YAMATO <yamato@redhat.com>
12739
12740 * minibuffer.el (minibuffer-local-filename-syntax): New variable
12741 to allow `C-M-f' and `C-M-b' to move to the nearest path
12742 separator (bug#9511).
12743
12744 2012-04-13 Lars Ingebrigtsen <larsi@gnus.org>
12745
12746 * avoid.el: Require cl when compiling. And also move the
12747 `provide' to the end.
12748
12749 2012-04-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
12750
12751 * avoid.el (mouse-avoidance-banish-position): New variable.
12752 (mouse-avoidance-banish-destination): Use it (bug#10165).
12753
12754 2012-04-13 Leo Liu <sdl.web@gmail.com>
12755
12756 * progmodes/which-func.el (which-func-modes): Add objc-mode.
12757
12758 2012-04-13 Ken Brown <kbrown@cornell.edu>
12759
12760 * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
12761 this is no longer needed now that cygstart understands file:// URLs.
12762 (browse-url-filename-alist): For the same reason, don't modify
12763 file:// URLs on Cygwin.
12764
12765 2012-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
12766
12767 * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
12768 the region on shift if the binding is already shifted (bug#11221).
12769
12770 2012-04-12 Glenn Morris <rgm@gnu.org>
12771
12772 * mail/mailpost.el: Move to obsolete/.
12773
12774 2012-04-12 Drew Adams <drew.adams@oracle.com>
12775
12776 * imenu.el (imenu--generic-function): Ignore invisible definitions
12777 (bug#10123).
12778
12779 2012-04-12 Vivek Dasmohapatra <vivek@etla.org>
12780
12781 * hexl.el (hexl-bits): New variable.
12782 (hexl-options): Mention the variable in the doc string.
12783 (hexl-rulerise, hexl-line-displen): New functions.
12784 (hexl-mode): Mention the new variable.
12785 (hexl-mode, hexl-current-address, hexl-current-address):
12786 Use the displen.
12787 (hexl-ascii-start-column): New function.
12788 (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
12789 (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
12790
12791 2012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
12792
12793 * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
12794 '("-i" ENCODING), in 2 separate command-line arguments, to specify
12795 the encoding, as expected by hunspell.
12796
12797 2012-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
12798
12799 * battery.el (battery--linux-sysfs-regexp): New const.
12800 (battery-status-function): Use it. Remove yeeloong special case.
12801 (battery-yeeloong-sysfs): Remove.
12802 (battery-echo-area-format): Remove yeeloong special case.
12803
12804 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
12805
12806 * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
12807 Reported by Noah Friedman.
12808
12809 * subr.el (read-passwd): Use read-string.
12810
12811 2012-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
12812
12813 * vcursor.el (vcursor-move): Increase the priority of the overlay
12814 (bug#9663).
12815
12816 2012-04-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
12817
12818 * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
12819 (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
12820
12821 2012-04-11 William Stevenson <yhvh2000@gmail.com>
12822
12823 * textmodes/artist.el (artist-mode): Convert artist-mode to use
12824 define-minor-mode (bug#10760).
12825
12826 2012-04-11 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
12827
12828 * progmodes/grep.el (rgrep): Tweak the find command line so
12829 that directories matching `grep-find-ignored-files' won't be
12830 pruned (bug#10351).
12831
12832 2012-04-11 Chong Yidong <cyd@gnu.org>
12833
12834 * startup.el (command-line): Remove support for long-obsolete
12835 variable font-lock-face-attributes.
12836
12837 2012-04-11 Glenn Morris <rgm@gnu.org>
12838
12839 * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
12840
12841 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
12842
12843 * window.el (window--state-get-1): Obey window-point-insertion-type.
12844
12845 2012-04-11 Lennart Borgman <lennart.borgman@gmail.com>
12846
12847 * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
12848 to previous function when point is on the first character of a
12849 function. Take care of that in `narrow-to-defun' (bug#6157).
12850
12851 2012-04-11 Glenn Morris <rgm@gnu.org>
12852
12853 * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
12854 not just file-errors.
12855
12856 * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
12857 (vc-bzr-sha1): Use internal sha1.
12858
12859 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
12860
12861 * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
12862
12863 2012-04-10 Sébastien Gross <seb@chezwam.org> (tiny change)
12864
12865 * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
12866 that start in the middle of the line (bug#10496).
12867
12868 2012-04-10 Dan Nicolaescu <dann@gnu.org>
12869
12870 * battery.el (battery-linux-proc-acpi): Only one battery is
12871 discharged at a time, but that seems to confuse battery.el when
12872 computing `rate-type' for the battery not being discharged
12873 (bug#10332).
12874
12875 2012-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
12876
12877 * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
12878
12879 * international/quail.el: Use dolist and simplify.
12880 (quail-define-package, quail-update-keyboard-layout)
12881 (quail-define-rules): Use dolist.
12882 (quail-insert-kbd-layout, quail-get-translation): CSE.
12883
12884 * tmm.el: Use dolist, remove left over hook.
12885 (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
12886 Use dolist.
12887 (calendar-load-hook): Don't mess with it.
12888
12889 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
12890 Use derived-mode-p. Run the diff asynchronously.
12891
12892 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
12893
12894 * obsolete/mouse-sel.el: Add an Obsolete-since header.
12895
12896 2012-04-10 Juanma Barranquero <lekktu@gmail.com>
12897
12898 * misc.el: Display absolute path of loaded DLLs (bug#10424).
12899 (list-dynamic-libraries--loaded): New function.
12900 (list-dynamic-libraries--refresh): Use it.
12901
12902 2012-04-10 Nathan Weizenbaum <nweiz@google.com>
12903
12904 * progmodes/python.el (python-fill-paragraph):
12905 Make python-fill-region in a multiline string work when font-lock is
12906 disabled (bug#7018).
12907
12908 2012-04-10 Laimonas Vėbra <laimonas.vebra@gmail.com> (tiny change)
12909
12910 * language/european.el (cp775): Add oem/legacy (en)coding on
12911 DOS/MS Windows for the Baltic languages. There are still plenty
12912 of texts written in this encoding/codepage (bug#6519).
12913
12914 2012-04-10 Glenn Morris <rgm@gnu.org>
12915
12916 * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
12917 Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
12918
12919 2012-04-10 Florian Adamsky <florian@adamsky.it> (tiny change)
12920
12921 * recentf.el (recentf-dialog-mode-map): Add two keybindings for
12922 next-line "n" and previous-line "p" in order to make recentf more
12923 consistent with ibuffer, dired or org-mode (bug#9387).
12924
12925 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
12926
12927 * image.el (put-image): Return the overlay created instead of the
12928 optional input string (bug#7834). Note that this may break code
12929 that is (for some reason or other) depending on `put-image'
12930 returning the string.
12931
12932 * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
12933
12934 * simple.el (zap-to-char): Allow zapping using input methods
12935 (bug#1580).
12936
12937 * textmodes/fill.el (fill-region): Leave point and mark where they
12938 were before filling (bug#5399).
12939
12940 2012-04-09 Glenn Morris <rgm@gnu.org>
12941
12942 * version.el (emacs-bzr-get-version):
12943 Handle lightweight checkouts of local branches.
12944
12945 2012-04-09 Andreas Schwab <schwab@linux-m68k.org>
12946
12947 * international/characters.el: Recover lost case pairs. (Bug#11209)
12948
12949 2012-04-09 Chong Yidong <cyd@gnu.org>
12950
12951 * custom.el (custom-variable-p): Return nil for non-symbol
12952 arguments instead of signaling an error.
12953 (user-variable-p): Obsolete alias for custom-variable-p.
12954
12955 * apropos.el (apropos-variable):
12956 * files-x.el (read-file-local-variable):
12957 * simple.el (set-variable):
12958 * woman.el (woman-mini-help):
12959 * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
12960
12961 2012-04-09 Glenn Morris <rgm@gnu.org>
12962
12963 * startup.el (normal-top-level): Don't look for leim-list.el
12964 in places where it will not be found. (Bug#910)
12965
12966 * international/mule-cmds.el (set-default-coding-systems):
12967 * files.el (normal-mode):
12968 Remove guarded calls to ucs-set-table-for-input. (Bug#9821)
12969 This function was removed with ucs-tables.el in 2008.
12970
12971 2012-04-08 Eli Zaretskii <eliz@gnu.org>
12972
12973 * textmodes/ispell.el (ispell-check-version): For hunspell, set
12974 ispell-encoding8-command to "-i", without a trailing space.
12975 (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
12976 separate command-line arguments, to specify the encoding, since
12977 that's how hunspell expects it.
12978
12979 2012-04-08 Glenn Morris <rgm@gnu.org>
12980
12981 * loadup.el: Load bindings before cus-start.
12982 This reduces somewhat the number of "rogue" settings in emacs -Q.
12983
12984 2012-04-07 Glenn Morris <rgm@gnu.org>
12985
12986 * version.el (emacs-bzr-get-version): New function.
12987 (emacs-bzr-version): New variable.
12988 * loadup.el (emacs-bzr-version): Set it. (Bug#8054)
12989 * mail/emacsbug.el (report-emacs-bug): Include bzr version.
12990
12991 2012-04-07 Eli Zaretskii <eliz@gnu.org>
12992
12993 * international/uni-bidi.el, international/uni-category.el:
12994 * international/uni-combining.el, international/uni-decimal.el:
12995 * international/uni-decomposition.el, international/uni-digit.el:
12996 * international/uni-lowercase.el, international/uni-mirrored.el:
12997 * international/uni-name.el, international/uni-numeric.el:
12998 * international/uni-titlecase.el, international/uni-uppercase.el:
12999 Update for Unicode 6.1.
13000
13001 2012-04-07 Eli Zaretskii <eliz@gnu.org>
13002
13003 * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
13004
13005 2012-04-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
13006
13007 * window.el (shrink-window): Mention the `window-min-height'
13008 variable in the doc string.
13009
13010 2012-04-05 Bastien Guerry <bzg@altern.org>
13011
13012 * color.el (color-lighten-name): Fix typo.
13013
13014 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
13015
13016 * server.el (server--on-display-p): New function.
13017 (server--on-display-p): Use it.
13018
13019 2012-04-04 Gábor Vida <vidagabor@gmail.com> (tiny change)
13020
13021 * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
13022 (bug#11145).
13023
13024 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
13025
13026 * comint.el (comint--common-quoted-suffix): Check string boundary
13027 before comparing (bug#11158).
13028 * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
13029
13030 2012-04-04 Chong Yidong <cyd@gnu.org>
13031
13032 * minibuffer.el (completion-extra-properties): Doc fix.
13033
13034 * subr.el (delayed-warnings-hook): Doc fix.
13035
13036 2012-04-04 Daiki Ueno <ueno@unixuser.org>
13037
13038 * epa.el (epa--select-keys): Bind C-c C-c to finish the key
13039 selection (Bug#11159).
13040 (epa-insert-keys): Inform that the default public key will be
13041 exported if no key is selected.
13042
13043 2012-04-04 Richard Stallman <rms@gnu.org>
13044
13045 * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
13046
13047 2012-04-03 Chong Yidong <cyd@gnu.org>
13048
13049 * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
13050 mail-insert-file, not its obsolete alias mail-attach-file.
13051
13052 2012-04-03 Michael Albinus <michael.albinus@gmx.de>
13053
13054 * notifications.el (notifications-notify): Fix docstring.
13055
13056 2012-04-02 Glenn Morris <rgm@gnu.org>
13057
13058 * emacs-lisp/authors.el (authors-aliases): Another addition.
13059
13060 2012-04-02 Michael Albinus <michael.albinus@gmx.de>
13061
13062 * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
13063 `tramp-compat-call-process' instead of `tramp-local-call-process'.
13064 Reported by Magnus Henoch <magnus.henoch@gmail.com>.
13065
13066 2012-04-01 Chong Yidong <cyd@gnu.org>
13067
13068 * files.el (file-in-directory-p): Rename from file-subdir-of-p.
13069 Handle root directory properly.
13070 (copy-directory): Caller changed.
13071
13072 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
13073 * net/tramp.el (tramp-file-name-for-operation): Callers changed.
13074
13075 2012-03-31 Glenn Morris <rgm@gnu.org>
13076
13077 * term/xterm.el (xterm-extra-capabilities): Doc fix.
13078
13079 * language/indian.el ("Devanagari"): Fix typo. (Bug#11103)
13080
13081 * calendar/calendar.el (calendar-window-list)
13082 (calendar-hide-window): Restore. (Bug#11140)
13083 (calendar-exit): Use calendar-window-list, calendar-hide-window again.
13084
13085 * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
13086
13087 2012-03-30 Thierry Volpiatto <thierry.volpiatto@gmail.com>
13088
13089 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
13090 Check if file is a symlink (Bug#10489).
13091
13092 * files.el (copy-directory): Likewise.
13093
13094 2012-03-30 Chong Yidong <cyd@gnu.org>
13095
13096 * image.el (imagemagick-types-inhibit)
13097 (imagemagick-register-types): Doc fix.
13098
13099 2012-03-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
13100
13101 * textmodes/ispell.el (ispell-get-extended-character-mode):
13102 Disable extended-char-mode for hunspell. hunspell does not support it
13103 and treats ~word as ordinary words in pipe mode.
13104
13105 2012-03-30 Glenn Morris <rgm@gnu.org>
13106
13107 * tutorial.el (help-with-tutorial): Ensure local variables don't
13108 happen to make the buffer read-only. (Bug#11127)
13109
13110 2012-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
13111
13112 * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
13113 (perl-calculate-indent): Return `noindent' in strings.
13114
13115 2012-03-28 Sam Steingold <sds@gnu.org>
13116
13117 * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
13118 instead of the broken adhockery which does not prevent calendar
13119 buffers from being displayed at random after exit.
13120 (calendar-window-list, calendar-hide-window): Remove the broken
13121 adhockery.
13122
13123 2012-03-28 Glenn Morris <rgm@gnu.org>
13124
13125 * replace.el (query-replace-map): Doc fix.
13126
13127 2012-03-28 Andreas Schwab <schwab@linux-m68k.org>
13128
13129 * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
13130 contents. (Bug#11109)
13131
13132 2012-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
13133
13134 * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
13135 (bug#11077).
13136 (avl-tree--check, avl-tree--check-node): New funs.
13137
13138 2012-03-27 Martin Rudalics <rudalics@gmx.at>
13139
13140 * window.el (switch-to-visible-buffer): New option.
13141 (switch-to-prev-buffer, switch-to-next-buffer):
13142 Observe switch-to-visible-buffer. Make sure that checking for a window
13143 showing a buffer already is done on the same frame.
13144
13145 2012-03-27 Glenn Morris <rgm@gnu.org>
13146
13147 * startup.el (mail-host-address): Doc fix.
13148
13149 2012-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
13150
13151 * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
13152 than 197 variables.
13153
13154 2012-03-26 Ami Fischman <ami@fischman.org>
13155
13156 * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
13157
13158 2012-03-26 Glenn Morris <rgm@gnu.org>
13159
13160 * files.el (save-buffers-kill-emacs): Doc fix.
13161
13162 * startup.el (normal-top-level, command-line, command-line-1):
13163 Give them doc strings.
13164
13165 2012-03-25 Eli Zaretskii <eliz@gnu.org>
13166
13167 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
13168 of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
13169
13170 2012-03-25 Chong Yidong <cyd@gnu.org>
13171
13172 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
13173 theme if it was previously enabled before (Bug#11031).
13174
13175 * cus-theme.el (custom-theme-write-faces): Retrieve current face
13176 spec with custom-face-get-current-spec if its :shown-value is not
13177 determined yet (Bug#9337).
13178 (customize-create-theme, custom-theme-revert): Doc fixes.
13179
13180 * button.el (button-at): Minor addition to docstring.
13181
13182 2012-03-24 Simon Leinen <simon.leinen@gmail.com>
13183
13184 * vc/vc.el (vc-merge): Fix a prompt.
13185
13186 2012-03-24 Chong Yidong <cyd@gnu.org>
13187
13188 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
13189 point (Bug#9623).
13190
13191 * button.el (button-at): Minor addition to docstring.
13192
13193 2012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
13194
13195 * newcomment.el (comment-choose-indent): No space after BOL.
13196
13197 2012-03-22 Sam Steingold <sds@gnu.org>
13198
13199 * window.el (switch-to-prev-buffer): Revert last patch because the
13200 bug turned out to be an advertised feature (Elisp manual 28.14).
13201
13202 2012-03-22 Glenn Morris <rgm@gnu.org>
13203
13204 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
13205 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
13206
13207 2012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
13208
13209 * net/network-stream.el (network-stream-open-starttls): Make error
13210 message under Windows be less misleading.
13211
13212 2012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
13213
13214 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
13215 understands (bug#9942).
13216
13217 2012-03-22 Chong Yidong <cyd@gnu.org>
13218
13219 * simple.el (end-of-visible-line): Handle return value of
13220 next-single-property-change properly (Bug#9371).
13221
13222 2012-03-22 Kenichi Handa <handa@m17n.org>
13223
13224 * international/quail.el (quail-insert-kbd-layout): Fix previous
13225 change. To avoid unwanted bidi reordering, use
13226 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
13227
13228 2012-03-21 Dmitry Gutov <dgutov@yandex.ru>
13229
13230 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
13231 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
13232 (ruby-beginning-of-indent): Be more careful with the difference
13233 between word-boundary and symbol boundary.
13234 (ruby-mode-syntax-table): Make : a symbol constituent.
13235
13236 2012-03-21 Andreas Politz <politza@fh-trier.de>
13237
13238 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
13239
13240 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
13241
13242 * progmodes/etags.el (tags-completion-at-point-function):
13243 Improve last fix.
13244
13245 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
13246
13247 2012-03-21 Sam Steingold <sds@gnu.org>
13248
13249 * progmodes/etags.el (tags-completion-at-point-function):
13250 Avoid the error when point is inside the pattern.
13251
13252 2012-03-21 John Yates <john@yates-sheets.org> (tiny change)
13253
13254 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
13255 line (Bug#10855).
13256
13257 2012-03-21 Drew Adams <drew.adams@oracle.com>
13258
13259 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
13260
13261 2012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
13262
13263 * ido.el (ido-set-current-directory, ido-read-internal)
13264 (ido-choose-completion-string, ido-completion-help): Handle nil
13265 value of ido-completion-buffer (Bug#11008).
13266
13267 2012-03-21 Sam Steingold <sds@gnu.org>
13268
13269 * window.el (switch-to-prev-buffer): Do not switch to a visible
13270 window previous buffer, just like with the frame previous buffers.
13271
13272 2012-03-21 Chong Yidong <cyd@gnu.org>
13273
13274 * faces.el (make-face, make-empty-face, copy-face):
13275 * face-remap.el (face-remap-add-relative, face-remap-set-base):
13276 Doc fixes.
13277
13278 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
13279
13280 * wid-edit.el (widget-complete-field): Remove (bug#11051).
13281 (widget-complete): Remove broken use of it.
13282
13283 2012-03-20 Chong Yidong <cyd@gnu.org>
13284
13285 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
13286 Use string-width and truncate-string-width to handle arbitrary
13287 characters.
13288
13289 2012-03-20 Tassilo Horn <tassilo@member.fsf.org>
13290
13291 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
13292 to draw rectangles, not squares. (Regression introduced by revno
13293 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
13294
13295 2012-03-18 Chong Yidong <cyd@gnu.org>
13296
13297 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
13298 it is not yet defined (for temacs).
13299
13300 2012-03-18 Leo Liu <sdl.web@gmail.com>
13301
13302 * net/rcirc.el (rcirc-cmd-quit): Allow quitting all servers with
13303 prefix.
13304
13305 2012-03-17 Eli Zaretskii <eliz@gnu.org>
13306
13307 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
13308 (ispell-choices-win-default-height, ispell-silently-savep)
13309 (ispell-dictionary-alist, ispell-encoding8-command)
13310 (ispell-check-version, ispell-aspell-find-dictionary)
13311 (ispell-valid-dictionary-list, ispell-words-keyword)
13312 (ispell-get-word, ispell-internal-change-dictionary)
13313 (ispell-region, ispell-skip-region-list)
13314 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
13315 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
13316 (ispell-message-text-end, ispell-message)
13317 (ispell-buffer-local-parsing): Doc fix.
13318
13319 2012-03-13 Jambunathan K <kjambunathan@gmail.com>
13320
13321 * htmlfontify.el: Add support for code block fontification for ODT
13322 export (Bug #9914).
13323 (hfy-optimisations): Define new option
13324 `body-text-only'
13325 (hfy-fontify-buffer): Honor above setting.
13326 (hfy-begin-span, hfy-end-span): New routines factored out form
13327 `hfy-fontify-buffer'.
13328 (hfy-begin-span-handler, hfy-end-span-handler): New variables
13329 that permit insertion of custom tags.
13330 (hfy-fontify-buffer): Use above handlers.
13331 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
13332 (hfy-face-to-css): Re-defined to be a variable.
13333 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
13334 over multiple runs. This is made possible by having the caller let
13335 bind a special variable `hfy-user-sheet-assoc'.
13336 (htmlfontify-string): New defun.
13337 (hfy-compile-face-map): Make sure that the last char in the
13338 buffer is correctly fontified.
13339 (hfy-face-resolve-face): Whitespace only change.
13340
13341 2012-03-17 Eli Zaretskii <eliz@gnu.org>
13342
13343 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
13344 message more clear.
13345
13346 2012-03-16 Leo Liu <sdl.web@gmail.com>
13347
13348 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
13349
13350 2012-03-16 Alan Mackenzie <acm@muc.de>
13351
13352 Further optimize the handling of large macros.
13353
13354 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
13355 limit to a call of `c-literal-limits'.
13356 (c-determine-+ve-limit): New function.
13357 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
13358 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
13359 In CASE 5B, restrict a search limit to 500.
13360 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
13361
13362 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
13363 Restrict macro bounds to +-500 from after-change's BEG END.
13364
13365 2012-03-16 Leo Liu <sdl.web@gmail.com>
13366
13367 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
13368
13369 2012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
13370
13371 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
13372 `special-mode' setting of `buffer-read-only'. (Bug#11010)
13373
13374 2012-03-16 Glenn Morris <rgm@gnu.org>
13375
13376 * view.el (view-buffer, view-buffer-other-window)
13377 (view-buffer-other-frame): Doc fixes re special mode-class.
13378
13379 * subr.el (eval-after-load): If named feature is provided not from
13380 a file, run after-load forms. (Bug#10946)
13381
13382 * calendar/calendar.el (calendar-insert-at-column):
13383 Handle non-unit-width characters a bit better. (Bug#10978)
13384
13385 2012-03-15 Chong Yidong <cyd@gnu.org>
13386
13387 * emacs-lisp/ring.el (ring-extend): New function.
13388 (ring-insert+extend): Extend the ring correctly (Bug#11019).
13389
13390 * comint.el (comint-read-input-ring)
13391 (comint-add-to-input-history): Grow comint-input-ring lazily.
13392
13393 2012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
13394
13395 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
13396 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
13397
13398 * imenu.el: Fix multiple inheritance breakage (bug#9199).
13399 (imenu-add-to-menubar): Don't add a redundant index.
13400 (imenu-update-menubar): Handle a dynamically composed keymap.
13401
13402 2012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
13403
13404 * mail/sendmail.el (mail-encode-header):
13405 Bind rfc2047-encode-encoded-words to nil.
13406
13407 2012-03-13 Glenn Morris <rgm@gnu.org>
13408
13409 * calendar/calendar.el (calendar-string-spread):
13410 Handle non-unit-width characters a bit better. (Bug#10978)
13411
13412 2012-03-13 Leo Liu <sdl.web@gmail.com>
13413
13414 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
13415 directory and file as argument (Bug#10822).
13416
13417 2012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
13418
13419 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
13420 For dynamically generated code, follow $PC.
13421 (gdb-disassembly-handler-custom): Handle no function name case.
13422
13423 2012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
13424
13425 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
13426 * emulation/ws-mode.el (ws-query-replace):
13427 * sort.el (sort-regexp-fields):
13428 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
13429
13430 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
13431
13432 * dabbrev.el: Fix cycle completion order (bug#10963).
13433 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
13434 (dabbrev-completion): Don't use an obarray; provide
13435 a cycle-sort-function.
13436
13437 2012-03-12 Leo Liu <sdl.web@gmail.com>
13438
13439 * simple.el (kill-new): Use equal-including-properties for comparison.
13440 (kill-do-not-save-duplicates): Doc fix.
13441
13442 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
13443
13444 * dabbrev.el: Fix cycle completion (bug#10963).
13445 Use lexical binding and wrap to 80 columns.
13446 (dabbrev-completion): Delay computing the list of completions.
13447
13448 2012-03-12 Kenichi Handa <handa@m17n.org>
13449
13450 * international/quail.el (quail-insert-kbd-layout): Surround each
13451 row by LRO and PDF instead of inserting many LRMs. Pad the left
13452 and right of each non-spacing marks. Insert invisible space
13453 between lower and upper characters to prevent composition.
13454
13455 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
13456
13457 * minibuffer.el (minibuffer-complete): Don't get confused when the
13458 function is run twice via different commands (bug#10958).
13459 (complete-with-action): Fix docstring.
13460
13461 2012-03-12 Chong Yidong <cyd@gnu.org>
13462
13463 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
13464 (nxml-completion-at-point-function): New function.
13465 (nxml-mode): Use it.
13466 (nxml-bind-meta-tab-to-complete-flag): Default to t.
13467
13468 * emacs-lisp/package.el (package-unpack, package-unpack-single):
13469 Load generated autoloads file before byte compiling (Bug#10970).
13470 (package--make-autoloads-and-compile): New helper fun.
13471
13472 2012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
13473
13474 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
13475
13476 2012-03-11 Michael Albinus <michael.albinus@gmx.de>
13477
13478 * autorevert.el (auto-revert-handler): Ensure, that
13479 file-readable-p is applied only for local files or in
13480 auto-revert-tail-mode.
13481
13482 2012-03-11 Andreas Schwab <schwab@linux-m68k.org>
13483
13484 * server.el (server-eval-at): Handle non-tcp connections.
13485 Decode result string.
13486
13487 * server.el (server-msg-size): New constant.
13488 (server-reply-print): New function.
13489 (server-eval-and-print): Use it.
13490 (server-eval-at): Use server-quote-arg and server-unquote-arg.
13491 Handle -print-nonl.
13492
13493 2012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
13494
13495 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
13496 (Bug#10987).
13497
13498 2012-03-11 Chong Yidong <cyd@gnu.org>
13499
13500 * simple.el (goto-line): Doc fix (Bug#9938).
13501
13502 * subr.el (save-window-excursion): Doc fix (Bug#9979).
13503
13504 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
13505 when finished (Bug#10963).
13506
13507 2012-03-11 Martin Rudalics <rudalics@gmx.at>
13508
13509 * window.el (split-window-below): Fix bug in case where
13510 split-window-keep-point is nil (Bug#10971).
13511
13512 2012-03-11 Juri Linkov <juri@jurta.org>
13513
13514 * replace.el (replace-highlight): Set isearch-word to nil
13515 unconditionally. (Bug#10887)
13516
13517 2012-03-10 Eli Zaretskii <eliz@gnu.org>
13518
13519 * net/mairix.el (mairix-replace-invalid-chars): Rename from
13520 mairix-replace-illegal-chars; all callers changed. Don't remove
13521 ^, ~, and = characters: they are meaningful in mairix search specs.
13522 (mairix-widget-create-query): Add usage information about mairix
13523 search forms: negating words, searching for substrings, etc.
13524
13525 2012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
13526
13527 * international/fontset.el (font-encoding-alist): Add an entry for
13528 ksx1001 (Bug#5667).
13529
13530 2012-03-10 Richard Stallman <rms@gnu.org>
13531
13532 * mail/sendmail.el (mail-encode-header):
13533 Set rfc2047-encode-encoded-words.
13534
13535 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
13536
13537 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
13538 view buffer means not swapped.
13539 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
13540 (rmail-write-region-annotate): Error if real text has disappeared.
13541
13542 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
13543
13544 2012-03-10 Chong Yidong <cyd@gnu.org>
13545
13546 * emulation/cua-rect.el (cua--init-rectangles):
13547 * emulation/cua-base.el (cua--init-keymaps):
13548 Add delete-forward-char to remappings (Bug#9666).
13549
13550 2012-03-10 Martin Rudalics <rudalics@gmx.at>
13551
13552 * speedbar.el (speedbar-unhighlight-one-tag-line):
13553 Avoid unhighlighting due to frame switching (Bug#10275).
13554
13555 2012-03-10 Chong Yidong <cyd@gnu.org>
13556
13557 * minibuffer.el (completion-in-region, completion-help-at-point):
13558 Give the completion field overlay a high priority (Bug#6830).
13559
13560 * dired.el (dired-goto-file): Recognize absolute file name
13561 listings (Bug#7126).
13562 (dired-goto-file-1): New helper function.
13563 (dired-toggle-read-only): Inhibit warnings.
13564
13565 2012-03-09 Michael Albinus <michael.albinus@gmx.de>
13566
13567 * net/dbus.el (dbus-property-handler): Return empty array if
13568 there are no properties.
13569
13570 2012-03-09 Leo Liu <sdl.web@gmail.com>
13571
13572 * savehist.el (savehist-printable): Stricter check for string
13573 value (Bug#10937).
13574
13575 2012-03-09 Eli Zaretskii <eliz@gnu.org>
13576
13577 * mail/smtpmail.el (smtpmail-send-it):
13578 Bind coding-system-for-write to *-unix, so that FCC files are kept in
13579 valid mbox format.
13580
13581 2012-03-09 Glenn Morris <rgm@gnu.org>
13582
13583 * files.el (dir-locals-find-file):
13584 Don't check result is regular, readable.
13585 (dir-locals-read-from-file): Demote errors.
13586
13587 2012-03-08 Eli Zaretskii <eliz@gnu.org>
13588
13589 * international/quail.el (quail-insert-kbd-layout):
13590 Insert invisible LRM characters before each character in a keyboard
13591 layout cell, to prevent their reordering by bidi display engine.
13592 For details, see the discussion in
13593 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
13594
13595 2012-03-08 Alan Mackenzie <acm@muc.de>
13596
13597 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
13598 the starting position; make it extend the marked region when
13599 invoked repeatedly - all under appropriate circumstances.
13600 Fixes bugs #5525, #10906.
13601
13602 2012-03-08 Glenn Morris <rgm@gnu.org>
13603
13604 * files.el (locate-dominating-file, dir-locals-find-file):
13605 Undo 2012-03-06 change.
13606
13607 2012-03-07 Eli Zaretskii <eliz@gnu.org>
13608
13609 * international/quail.el (quail-help):
13610 Force bidi-paragraph-direction be left-to-right. See discussion in
13611 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
13612 for the reason.
13613
13614 2012-03-07 Michael Albinus <michael.albinus@gmx.de>
13615
13616 Avoid superfluous registering of signals. (Bug#10807)
13617
13618 * notifications.el (notifications-on-action-object)
13619 (notifications-on-close-object): New defvars.
13620 (notifications-on-action-signal, notifications-on-closed-signal):
13621 Unregister the signal if not needed any longer.
13622 (notifications-notify): Register `notifications-action-signal' or
13623 `notifications-closed-signal', if :on-action or :on-close has been
13624 passed as argument.
13625
13626 2012-03-07 Chong Yidong <cyd@gnu.org>
13627
13628 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
13629 non-X platforms.
13630
13631 2012-03-06 Glenn Morris <rgm@gnu.org>
13632
13633 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
13634 (x-disown-selection-internal, x-get-selection-internal):
13635 Doc fix (add arglist signatures). (Bug#10783)
13636
13637 2012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
13638
13639 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
13640 Handle breakpoints with no "type".
13641
13642 2012-03-06 Glenn Morris <rgm@gnu.org>
13643
13644 * files.el (locate-dominating-file): Add optional predicate argument.
13645 (dir-locals-find-file): Make use of above change.
13646
13647 2012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
13648
13649 * info.el (Info-insert-dir): Also try "dir.gz".
13650
13651 2012-03-06 Glenn Morris <rgm@gnu.org>
13652
13653 * files.el (dir-locals-find-file):
13654 Ignore non-readable or non-regular files. (Bug#10928)
13655
13656 * files.el (locate-dominating-file): Doc fix.
13657
13658 2012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
13659
13660 * calendar/calendar.el (calendar-set-mode-line):
13661 `getenv' returns a string. (Bug#10951)
13662
13663 2012-03-05 Leo Liu <sdl.web@gmail.com>
13664
13665 * simple.el (backward-delete-char-untabify): Constrain point to
13666 field (Bug#10939).
13667
13668 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
13669
13670 2012-03-05 Chong Yidong <cyd@gnu.org>
13671
13672 * simple.el (count-words): If called from Lisp, return the word
13673 count, for symmetry with `count-lines'. Arglist changed.
13674 (count-words--message): Args changed. Consolidate counting code
13675 from count-words and count-words-region.
13676 (count-words-region): Caller changed.
13677 (count-lines-region): Make it an obsolete alias.
13678
13679 2012-03-04 Tassilo Horn <tassilo@member.fsf.org>
13680
13681 * saveplace.el (save-place-to-alist)
13682 (save-place-ignore-files-regexp): Allow value nil to disable this
13683 feature.
13684
13685 2012-03-04 Chong Yidong <cyd@gnu.org>
13686
13687 * faces.el (face-spec-reset-face): For the default face, reset the
13688 attributes to default values (Bug#10748).
13689
13690 2012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
13691
13692 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
13693 previous patch: Check `message-send-mail-function', and not the
13694 default function (bug#10897).
13695
13696 2012-03-04 Michael Albinus <michael.albinus@gmx.de>
13697
13698 * notifications.el (notifications-on-action-signal)
13699 (notifications-on-closed-signal): Check for unique service name of
13700 incoming event. Fix error in removing entry.
13701 (top): Register for signals with wildcard service name.
13702 (notifications-notify): Use daemon unique service name for map entries.
13703
13704 2012-03-04 Chong Yidong <cyd@gnu.org>
13705
13706 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
13707
13708 2012-03-04 Glenn Morris <rgm@gnu.org>
13709
13710 * abbrev.el (copy-abbrev-table, abbrev-table-p)
13711 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
13712 (expand-abbrev, define-abbrev-table): Doc fixes.
13713
13714 2012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
13715
13716 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
13717 `message-default-send-mail-function' and not `send-mail-function'
13718 when doing the prompting for `sendmail-query-once' before sending
13719 in Message buffers (bug#10897).
13720
13721 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
13722 This is inconsistent with all the other stream functions, which leave
13723 the setting up to the higher levels (if so wanted) (bug#10931).
13724
13725 2012-03-02 Alan Mackenzie <acm@muc.de>
13726
13727 Depessimize the handling of very large macros.
13728
13729 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
13730 (c-macro-cache-syntactic): New variables to implement a one
13731 element macro cache.
13732 (c-invalidate-macro-cache): New function.
13733 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
13734 Adapt to use the new cache.
13735 (c-state-safe-place): Use better the cache of safe positions.
13736 (c-state-semi-nonlit-pos-cache)
13737 (c-state-semi-nonlit-pos-cache-limit):
13738 New variables for...
13739 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
13740 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
13741 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
13742 Use c-state-semi-safe-place.
13743
13744 * progmodes/cc-langs.el (c-get-state-before-change-functions):
13745 Add c-invalidate-macro-cache to the C, C++, Obj entries.
13746
13747 2012-03-02 Michael Albinus <michael.albinus@gmx.de>
13748
13749 * jka-compr.el (jka-compr-call-process):
13750 Apply `file-accessible-directory-p' only when the default directory is
13751 not remote.
13752
13753 2012-03-01 Michael Albinus <michael.albinus@gmx.de>
13754
13755 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
13756 access of FILE2, if FILE1 does not exist.
13757
13758 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
13759 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
13760
13761 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
13762 Add "PAGER=" to `process-environment'.
13763
13764 2012-03-01 Michael R. Mauger <mmaug@yahoo.com>
13765
13766 * progmodes/sql.el: Bug fix
13767 (sql-get-login-ext): Save login values in globals.
13768 (sql-get-login): Use new version of `sql-get-login-ext'.
13769 (sql-interactive-mode): Set global `sql-connection' to nil.
13770 (sql-connect): Set global values for connection.
13771 (sql-product-interactive): Save global values as buffer local.
13772
13773 2012-02-29 Leo Liu <sdl.web@gmail.com>
13774
13775 * abbrev.el (define-abbrevs): Reset sys to nil.
13776
13777 2012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
13778
13779 * files.el (file-equal-p): Rename from `files-equal-p'.
13780 Return nil when one or both files don't exist.
13781 (file-subdir-of-p): Now only top directory must exists,
13782 return nil if it doesn't.
13783 (copy-directory): No need to test with `file-subdir-of-p' after
13784 creating dir.
13785 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
13786 to `file-equal-p'.
13787
13788 2012-02-28 Glenn Morris <rgm@gnu.org>
13789
13790 * shell.el (shell-mode):
13791 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
13792 * play/landmark.el (landmark-font-lock-face-O):
13793 * play/handwrite.el (handwrite):
13794 * play/gomoku.el (gomoku-O):
13795 * net/browse-url.el (browse-url-browser-display):
13796 * international/mule.el (define-charset):
13797 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
13798 * filesets.el (filesets-find-file-delay):
13799 * eshell/em-xtra.el (eshell-xtra):
13800 * eshell/em-unix.el (eshell-grep):
13801 * emulation/viper.el (viper-mode):
13802 * emacs-lisp/regexp-opt.el (regexp-opt-group):
13803 * emacs-lisp/easymenu.el (easy-menu-define):
13804 * calendar/timeclock.el (timeclock-use-display-time):
13805 * bs.el (bs-mode):
13806 * bookmark.el (bookmark-save-flag):
13807 Doc fix (standardize possessive apostrophe usage).
13808
13809 2012-02-27 Chong Yidong <cyd@gnu.org>
13810
13811 * emulation/viper-cmd.el (viper-intercept-ESC-key):
13812 Fix key-binding lookup for ESC key (Bug#9146).
13813
13814 * font-lock.el (font-lock-specified-p): Rename from
13815 font-lock-spec-present. Callers changed.
13816
13817 2012-02-27 Daniel Hackney <dan@haxney.org>
13818
13819 * emacs-lisp/package.el (package-compute-transaction):
13820 Handle holding a package version to t in package-load-list.
13821
13822 2012-02-26 Michael Albinus <michael.albinus@gmx.de>
13823
13824 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
13825 (tramp-get-inode, tramp-get-device): Use cached values.
13826
13827 2012-02-26 Alan Mackenzie <acm@muc.de>
13828
13829 Check there is a font-lock specification before doing initial
13830 fontification.
13831
13832 * font-core.el (font-lock-mode): Move the conditional from
13833 :after-hook to font-lock-initial-fontify.
13834 (font-lock-default-function): Move the check for a specification
13835 to font-lock-spec-present.
13836
13837 * font-lock.el (font-lock-initial-fontify): Call ...
13838 (font-lock-spec-present): New function.
13839
13840 2012-02-26 Jim Blandy <jimb@red-bean.com>
13841
13842 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
13843 (gdb-send): Apply it to the operand of the '-interpreter-exec
13844 console' command, so that we can pass arguments with (say) quotes
13845 in them. Store exact string sent in gdb-debug-log (Bug#10765).
13846
13847 2012-02-26 Chong Yidong <cyd@gnu.org>
13848
13849 * help-fns.el (describe-function-1): Clarify description of
13850 remapping (Bug#10844).
13851
13852 * files.el (files-equal-p): Doc fix.
13853 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
13854 and quit the loop once a mismatch is found.
13855
13856 2012-02-25 Juanma Barranquero <lekktu@gmail.com>
13857
13858 * bs.el (bs--show-with-configuration): Don't throw an error
13859 if the window cannot be split; otherwise, subsequent calls to
13860 bs-show fail, restoring a stale window config. (Bug#10882)
13861
13862 2012-02-25 Jan Djärv <jan.h.d@swipnet.se>
13863
13864 * term/ns-win.el (global-map): Bind ns-drag-file to
13865 ns-find-file (Bug#5855, Bug#10050).
13866
13867 2012-02-25 Andreas Schwab <schwab@linux-m68k.org>
13868
13869 * calendar/parse-time.el (parse-time-string): Allow extractor to
13870 return nil.
13871
13872 2012-02-25 Michael Albinus <michael.albinus@gmx.de>
13873
13874 * net/tramp.el (tramp-file-name-for-operation):
13875 Add `files-equal-p' and `file-subdir-of-p'.
13876
13877 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
13878 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
13879 Add COPY-CONTENTS argument.
13880
13881 2012-02-25 Chong Yidong <cyd@gnu.org>
13882
13883 Add custom groups for VC backends, for consistency with vc-bzr.
13884
13885 * vc/vc-arch.el (vc-arch):
13886 * vc/vc-cvs.el (vc-cvs):
13887 * vc/vc-git.el (vc-git):
13888 * vc/vc-hg.el (vc-hg):
13889 * vc/vc-mtn.el (vc-mtn):
13890 * vc/vc-rcs.el (vc-rcs):
13891 * vc/vc-sccs.el (vc-sccs):
13892 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
13893 All relevant defcustoms reassigned.
13894
13895 2012-02-25 Chong Yidong <cyd@gnu.org>
13896
13897 * newcomment.el (comment-styles): Add autoload (Bug#10868).
13898
13899 * term/x-win.el (x-initialize-window-system): Reduce default for
13900 x-selection-timeout to 5 seconds (Bug#8869).
13901
13902 2012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
13903
13904 * files.el (files-equal-p, file-subdir-of-p): New functions.
13905 (copy-directory): Error when trying to copy a directory on itself.
13906 Add missing copy-contents arg to tramp handler.
13907 * dired-aux.el (dired-copy-file-recursive): Same.
13908 (dired-create-files): Modify destination when source is equal to
13909 dest when copying files.
13910 Return also when dest is a subdir of source. (Bug#10489)
13911
13912 2012-02-24 Michael Albinus <michael.albinus@gmx.de>
13913
13914 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
13915 (Bug#10874)
13916
13917 2012-02-23 Alan Mackenzie <acm@muc.de>
13918
13919 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
13920 parameter "after-hook:" to allow the expansion to run code after
13921 the execution of the mode hooks.
13922
13923 * font-lock.el (font-lock-initial-fontify): New function extracted
13924 from font-lock-mode-internal.
13925
13926 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
13927 :after-hook.
13928
13929 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
13930
13931 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
13932 (completion--cache-all-sorted-completions): New function.
13933 (completion-all-sorted-completions): Use it.
13934 (completion--do-completion, minibuffer-force-complete):
13935 Use it to re-instate the flush hook.
13936
13937 * icomplete.el (icomplete-completions): Replace last fix with a better
13938 one (bug#10850).
13939
13940 2012-02-23 Dmitry Gutov <dgutov@yandex.ru>
13941
13942 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
13943 when it might call us back infinitely (bug#10797).
13944
13945 2012-02-23 Glenn Morris <rgm@gnu.org>
13946
13947 * minibuffer.el (completion-category-overrides): Doc fix.
13948
13949 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
13950
13951 * minibuffer.el (completion-table-with-context): Fix inf-loop.
13952 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
13953
13954 2012-02-23 Glenn Morris <rgm@gnu.org>
13955
13956 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
13957 (authors-obsolete-files-regexps, authors-ignored-files)
13958 (authors-ambiguous-files, authors-renamed-files-alist):
13959 Add more entries.
13960
13961 2012-02-23 Juri Linkov <juri@jurta.org>
13962
13963 * isearch.el (isearch-occur): Sync interactive spec with occur's
13964 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
13965
13966 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
13967
13968 2012-02-22 Juri Linkov <juri@jurta.org>
13969
13970 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
13971 (ucs-insert): Doc fix. Check for hex digits in the string.
13972 Don't display `nil' in the error message. (Bug#10857)
13973
13974 2012-02-22 Alan Mackenzie <acm@muc.de>
13975
13976 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
13977
13978 2012-02-22 Glenn Morris <rgm@gnu.org>
13979
13980 * ffap.el (ffap-c-path):
13981 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
13982
13983 2012-02-22 Chong Yidong <cyd@gnu.org>
13984
13985 * custom.el (load-theme): Doc fix.
13986
13987 2012-02-22 Glenn Morris <rgm@gnu.org>
13988
13989 * dired-x.el (dired-guess-shell-alist-default):
13990 Remove escape sequences from nroff output. (Bug#172)
13991
13992 2012-02-21 Glenn Morris <rgm@gnu.org>
13993
13994 * vc/emerge.el (emerge-defvar-local):
13995 Set `permanent-local' property rather than unused `preserved'.
13996
13997 * textmodes/picture.el (picture-delete-char): New alias.
13998 (picture-mode-map): Use it. (Bug#10860)
13999 (picture-mode): Doc fix.
14000
14001 2012-02-21 Juanma Barranquero <lekktu@gmail.com>
14002
14003 * newcomment.el (uncomment-region-default): Remove unused binding.
14004
14005 2012-02-21 Glenn Morris <rgm@gnu.org>
14006
14007 * textmodes/picture.el (picture-motion, picture-motion-reverse)
14008 (picture-self-insert, picture-tab-chars): Doc fix.
14009 (picture-mode-map): Fix C-a, C-e.
14010
14011 2012-02-20 Glenn Morris <rgm@gnu.org>
14012
14013 * emacs-lisp/authors.el (authors-aliases): Add another entry.
14014
14015 2012-02-20 Leo Liu <sdl.web@gmail.com>
14016
14017 * icomplete.el (icomplete-completions): Check FROM arg before
14018 passing to substring (Bug#10850).
14019
14020 2012-02-19 Chong Yidong <cyd@gnu.org>
14021
14022 * comint.el: Require ansi-color.
14023 (comint-output-filter-functions): Add ansi-color-process-output.
14024
14025 * ansi-color.el: Don't set comint-output-filter-functions; it is
14026 now in the initial value defined in comint.el.
14027 (ansi-color-apply-face-function): New variable.
14028 (ansi-color-apply-on-region): Use it.
14029 (ansi-color-apply-overlay-face): New function.
14030
14031 * shell.el (shell): No need to require ansi-color.
14032 (shell-mode): Use ansi-color-apply-face-function to highlight
14033 color escapes using font-lock-face property (Bug#10835).
14034
14035 2012-02-19 Chong Yidong <cyd@gnu.org>
14036
14037 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
14038 mode-line formats (Bug#10839).
14039
14040 2012-02-18 Glenn Morris <rgm@gnu.org>
14041
14042 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
14043
14044 * mail/undigest.el (unforward-rmail-message): Doc fix.
14045
14046 * saveplace.el (save-place-ignore-files-regexp): Add :version.
14047
14048 2012-02-18 Eli Zaretskii <eliz@gnu.org>
14049
14050 * international/characters.el (script-list): Sync with the latest
14051 Unicode Character Database.
14052
14053 2012-02-18 Andreas Schwab <schwab@linux-m68k.org>
14054
14055 * international/titdic-cnv.el: Remove duplicate coding tag.
14056 * language/cham.el: Likewise.
14057 * language/tai-viet.el: Likewise.
14058
14059 2012-02-18 Glenn Morris <rgm@gnu.org>
14060
14061 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
14062 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
14063 (calendar-bahai-all-holidays-flag, calendar-other-dates):
14064 * calendar/diary-lib.el (diary-abbreviated-year-flag):
14065 * calendar/holidays.el (holiday-bahai-holidays)
14066 (calendar-holidays, list-holidays):
14067 Use utf-8 Bahá'í in doc-strings, menus, etc.
14068
14069 2012-02-17 Tassilo Horn <tassilo@member.fsf.org>
14070
14071 * saveplace.el (save-place-ignore-files-regexp): New variable
14072 allowing for excluding files from saving their location of point.
14073 The default value matches the temporary commit message editing
14074 files from Git, SVN, Bazaar, and Mercurial.
14075 (save-place-to-alist): Use it.
14076
14077 2012-02-17 Lawrence Mitchell <wence@gmx.li>
14078 Stefan Monnier <monnier@iro.umontreal.ca>
14079
14080 * newcomment.el (uncomment-region-default): Don't leave extra space
14081 when an arg is provided (bug#8150).
14082
14083 2012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
14084
14085 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
14086
14087 2012-02-17 Glenn Morris <rgm@gnu.org>
14088
14089 * net/socks.el: Require network-stream. (Bug#10599)
14090
14091 2012-02-17 Kenichi Handa <handa@m17n.org>
14092
14093 * international/charprop.el:
14094 * international/uni-name.el:
14095 * international/uni-old-name.el:
14096 * international/uni-comment.el: Regenerate.
14097
14098 2012-02-16 Glenn Morris <rgm@gnu.org>
14099
14100 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
14101 Interactively in calendar buffer, give an error if not on a date.
14102
14103 2012-02-15 Glenn Morris <rgm@gnu.org>
14104
14105 * shell.el (shell-delimiter-argument-list):
14106 Revert 2011-02-17 change. (Bug#8027)
14107
14108 2012-02-15 Chong Yidong <cyd@gnu.org>
14109
14110 * minibuffer.el (completion-at-point-functions): Doc fix.
14111
14112 * custom.el (defcustom): Doc fix; note use of defvar.
14113
14114 2012-02-15 Glenn Morris <rgm@gnu.org>
14115
14116 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
14117 Doc fixes.
14118
14119 2012-02-14 Glenn Morris <rgm@gnu.org>
14120
14121 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
14122
14123 2012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
14124
14125 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
14126 way the ports list is computed.
14127 (smtpmail-query-smtp-server): Prompt the user for a port number if
14128 we can't connect to any of the standard ports (bug#10810).
14129
14130 2012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
14131
14132 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
14133
14134 2012-02-13 Glenn Morris <rgm@gnu.org>
14135
14136 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
14137
14138 2012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
14139
14140 * net/gnutls.el (gnutls-trustfiles): New variable.
14141 (gnutls-negotiate): Use it.
14142
14143 2012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
14144
14145 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
14146 does its stuff if Gnus is running.
14147
14148 2012-02-13 Alan Mackenzie <acm@muc.de>
14149
14150 Fix a loop in c-set-fl-decl-start.
14151
14152 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
14153 c-backward-syntactic-ws actually moves backwards.
14154
14155 2012-02-13 Leo Liu <sdl.web@gmail.com>
14156
14157 * net/rcirc.el (rcirc-markup-attributes): Move point to the
14158 beginning so that all \C-o chars are removed.
14159
14160 2012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
14161
14162 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
14163
14164 2012-02-12 Alan Mackenzie <acm@muc.de>
14165
14166 Fix infinite loop with long macros.
14167 * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
14168
14169 2012-02-12 Chong Yidong <cyd@gnu.org>
14170
14171 * window.el (display-buffer): Doc fix (Bug#10785).
14172
14173 2012-02-12 Glenn Morris <rgm@gnu.org>
14174
14175 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
14176 (x-disown-selection-internal, x-get-selection-internal):
14177 Sync docs with the xselect.c versions.
14178
14179 * allout-widgets.el: Add missing license notice.
14180
14181 2012-02-11 Glenn Morris <rgm@gnu.org>
14182
14183 * select.el (x-get-selection-internal, x-own-selection-internal)
14184 (x-disown-selection-internal):
14185 * x-dnd.el (x-get-selection-internal): Update declarations.
14186
14187 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
14188
14189 * window.el (window-sides-slots):
14190 * tool-bar.el (tool-bar-position):
14191 * term/xterm.el (xterm-extra-capabilities):
14192 * ses.el (ses-self-reference-early-detection):
14193 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
14194 (verilog-auto-wire-type)
14195 (verilog-auto-delete-trailing-whitespace)
14196 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
14197 (verilog-auto-tieoff-declaration):
14198 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
14199 (sql-oracle-statement-starters, sql-oracle-scan-on):
14200 * progmodes/prolog.el (prolog-align-comments-flag)
14201 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
14202 (prolog-left-indent-regexp, prolog-paren-indent-p)
14203 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
14204 (prolog-types, prolog-mode-specificators)
14205 (prolog-determinism-specificators, prolog-directives)
14206 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
14207 (prolog-electric-dot-flag)
14208 (prolog-electric-dot-full-predicate-template)
14209 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
14210 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
14211 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
14212 (prolog-program-switches, prolog-prompt-regexp)
14213 (prolog-debug-on-string, prolog-debug-off-string)
14214 (prolog-trace-on-string, prolog-trace-off-string)
14215 (prolog-zip-on-string, prolog-zip-off-string)
14216 (prolog-use-standard-consult-compile-method-flag)
14217 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
14218 (prolog-imenu-max-lines, prolog-info-predicate-index)
14219 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
14220 (prolog-char-quote-workaround):
14221 * progmodes/cc-vars.el (c-defun-tactic):
14222 * net/tramp.el (tramp-encoding-command-interactive)
14223 (tramp-local-end-of-line):
14224 * net/soap-client.el (soap-client):
14225 * net/netrc.el (netrc-file):
14226 * net/gnutls.el (gnutls):
14227 * minibuffer.el (completion-category-overrides)
14228 (completion-cycle-threshold)
14229 (completion-pcm-complete-word-inserts-delimiters):
14230 * man.el (Man-name-local-regexp):
14231 * mail/feedmail.el (feedmail-display-full-frame):
14232 * international/characters.el (glyphless-char-display-control):
14233 * eshell/em-ls.el (eshell-ls-date-format):
14234 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
14235 (lisp-lambda-list-keyword-parameter-indentation)
14236 (lisp-lambda-list-keyword-parameter-alignment):
14237 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
14238 * dired-x.el (dired-omit-verbose):
14239 * cus-theme.el (custom-theme-allow-multiple-selections):
14240 * calc/calc.el (calc-highlight-selections-with-faces)
14241 (calc-lu-field-reference, calc-lu-power-reference)
14242 (calc-note-threshold):
14243 * battery.el (battery-mode-line-limit):
14244 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
14245 (archive-7z-update):
14246 * allout.el (allout-prefixed-keybindings)
14247 (allout-unprefixed-keybindings)
14248 (allout-inhibit-auto-fill-on-headline)
14249 (allout-flattened-numbering-abbreviation):
14250 * allout-widgets.el (allout-widgets-auto-activation)
14251 (allout-widgets-icons-dark-subdir)
14252 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
14253 (allout-widgets-theme-dark-background)
14254 (allout-widgets-theme-light-background)
14255 (allout-widgets-item-image-properties-emacs)
14256 (allout-widgets-item-image-properties-xemacs)
14257 (allout-widgets-run-unit-tests-on-load)
14258 (allout-widgets-time-decoration-activity)
14259 (allout-widgets-hook-error-post-time)
14260 (allout-widgets-track-decoration):
14261 Add missing :version tags to new defcustoms and defgroups.
14262
14263 * progmodes/sql.el (sql-ansi-statement-starters)
14264 (sql-oracle-statement-starters): Add custom type.
14265
14266 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
14267 (prolog-system-version): Give it a type.
14268
14269 2012-02-11 Eli Zaretskii <eliz@gnu.org>
14270
14271 * term/pc-win.el (x-select-text, x-selection-owner-p)
14272 (x-own-selection-internal, x-disown-selection-internal)
14273 (x-get-selection-internal): Sync doc strings and argument lists
14274 with xselect.c, common-win.el and x-win.el. (Bug#10783)
14275
14276 2012-02-11 Leo Liu <sdl.web@gmail.com>
14277
14278 * progmodes/python.el (python-end-of-statement): Fix infinite
14279 loop. (Bug#10788)
14280
14281 2012-02-10 Glenn Morris <rgm@gnu.org>
14282
14283 * international/mule-cmds.el (unify-8859-on-encoding-mode)
14284 (unify-8859-on-decoding-mode): Properly mark as obsolete.
14285
14286 2012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
14287
14288 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
14289 about SMTP before checking the From header.
14290
14291 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
14292 into own function for reuse by emacsbug.el.
14293
14294 2012-02-10 Leo Liu <sdl.web@gmail.com>
14295
14296 * subr.el (condition-case-unless-debug): Rename from
14297 condition-case-no-debug. All callers changed.
14298 (with-demoted-errors): Fix caller.
14299
14300 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
14301 * nxml/rng-valid.el (rng-do-some-validation):
14302 * emacs-lisp/package.el (package-refresh-contents)
14303 (package-menu-execute):
14304 * desktop.el (desktop-create-buffer):
14305 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
14306
14307 2012-02-10 Glenn Morris <rgm@gnu.org>
14308
14309 * textmodes/bibtex.el:
14310 Add missing :version tags for new/changed defcustoms.
14311
14312 * files.el (remote-file-name-inhibit-cache): Doc fixes.
14313
14314 2012-02-09 Lars Ingebrigtsen <larsi@rusty>
14315
14316 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
14317 (smtpmail-via-smtp): Use it, or fall back on the From address.
14318 (smtpmail-send-it): Ditto.
14319
14320 2012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
14321
14322 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
14323 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
14324 (byte-compile-tmp-var): New const.
14325 (byte-compile-defvar): Use it to minimize .elc size.
14326 Just use `defvar' rather than simulate it (bug#10761).
14327
14328 2012-02-09 Glenn Morris <rgm@gnu.org>
14329
14330 * files.el (rename-uniquely): Doc fix. (Bug#3806)
14331
14332 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
14333 Add :version tags.
14334
14335 * progmodes/compile.el (compilation-error-screen-columns)
14336 (compilation-first-column, compilation-filter-start): Doc fixes.
14337
14338 * vc/log-view.el (log-view-toggle-entry-display):
14339 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
14340
14341 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
14342 (report-emacs-bug-can-use-xdg-email):
14343 (report-emacs-bug-insert-to-mailer): Doc fixes.
14344 (report-emacs-bug): Message fix.
14345
14346 * net/browse-url.el (browse-url-can-use-xdg-open)
14347 (browse-url-xdg-open): Doc fixes.
14348
14349 * electric.el (electric-indent-mode, electric-pair-mode)
14350 (electric-layout-rules, electric-layout-mode): Doc fixes.
14351 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
14352
14353 2012-02-08 Martin Rudalics <rudalics@gmx.at>
14354
14355 * server.el (server-unselect-display): Don't inadvertently kill
14356 the current buffer. (Bug#10729)
14357
14358 2012-02-08 Glenn Morris <rgm@gnu.org>
14359
14360 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
14361 (sql-list-table): Doc fixes.
14362
14363 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
14364 Comment out (does nothing).
14365
14366 * completion.el (dynamic-completion-mode):
14367 * dirtrack.el (dirtrack-debug-mode):
14368 * electric.el (electric-layout-mode):
14369 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
14370 * face-remap.el (text-scale-mode, buffer-face-mode):
14371 * iimage.el (iimage-mode):
14372 * image-mode.el (image-transform-mode):
14373 * minibuffer.el (completion-in-region-mode):
14374 * scroll-lock.el (scroll-lock-mode):
14375 * simple.el (next-error-follow-minor-mode):
14376 * tar-mode.el (tar-subfile-mode):
14377 * tooltip.el (tooltip-mode):
14378 * vcursor.el (vcursor-use-vcursor-map):
14379 * wid-browse.el (widget-minor-mode):
14380 * emulation/tpu-edt.el (tpu-edt-mode):
14381 * emulation/tpu-extras.el (tpu-cursor-free-mode):
14382 * international/iso-ascii.el (iso-ascii-mode):
14383 * language/thai-util.el (thai-word-mode):
14384 * mail/supercite.el (sc-minor-mode):
14385 * net/goto-addr.el (goto-address-mode):
14386 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
14387 * progmodes/cwarn.el (cwarn-mode):
14388 * progmodes/flymake.el (flymake-mode):
14389 * progmodes/glasses.el (glasses-mode):
14390 * progmodes/hideshow.el (hs-minor-mode):
14391 * progmodes/pascal.el (pascal-outline-mode):
14392 * textmodes/enriched.el (enriched-mode):
14393 * vc/smerge-mode.el (smerge-mode):
14394 Doc fixes (minor mode argument).
14395
14396 2012-02-07 Eli Zaretskii <eliz@gnu.org>
14397
14398 * ls-lisp.el (ls-lisp-sanitize): New function.
14399 (ls-lisp-insert-directory): Use it to fix or remove any elements
14400 in file-alist with missing attributes. (Bug#4673)
14401
14402 2012-02-07 Alan Mackenzie <acm@muc.de>
14403
14404 Fix spurious recognition of c-in-knr-argdecl.
14405
14406 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
14407 putative K&R region.
14408
14409 2012-02-07 Alan Mackenzie <acm@muc.de>
14410
14411 * progmodes/cc-engine.el (c-forward-objc-directive):
14412 Prevent looping in "#pragma mark @implementation".
14413
14414 2012-02-07 Michael Albinus <michael.albinus@gmx.de>
14415
14416 * notifications.el (notifications-on-closed-signal): Make `reason'
14417 optional. (Bug#10744)
14418
14419 2012-02-07 Glenn Morris <rgm@gnu.org>
14420
14421 * emacs-lisp/easy-mmode.el (define-minor-mode):
14422 Doc fixes for the macro and the mode it defines.
14423
14424 * image.el (imagemagick-types-inhibit): Doc fix.
14425
14426 * cus-start.el (imagemagick-render-type): Add it.
14427
14428 2012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
14429
14430 * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
14431 Set the default at load time, too, so that `font-lock-fontify-buffer'
14432 can be called without setting up the entire mode first. This fixes
14433 a bug in `mm-inline-text' with C MIME parts.
14434
14435 2012-02-06 Chong Yidong <cyd@gnu.org>
14436
14437 * simple.el (list-processes--refresh): Delete exited processes
14438 (Bug#8094).
14439
14440 * comint.el (comint-next-prompt): next-single-char-property-change
14441 and prev-single-char-property-change never return nil (Bug#8657).
14442
14443 * custom.el (defcustom): Doc fix (Bug#9711).
14444
14445 2012-02-05 Chong Yidong <cyd@gnu.org>
14446
14447 * cus-edit.el (custom-variable-reset-backup): Quote the value
14448 before storing it in the customized-value property (Bug#6712).
14449 (custom-display): Add a customization type tag.
14450 (custom-buffer-create-internal): Improve tooltip message.
14451
14452 * wid-edit.el (widget-field-value-get): New optional arg to
14453 suppress trailing whitespace truncation.
14454 (character): Use it (Bug#2689).
14455
14456 2012-02-05 Andreas Schwab <schwab@linux-m68k.org>
14457
14458 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
14459 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
14460
14461 2012-02-05 Chong Yidong <cyd@gnu.org>
14462
14463 * cus-edit.el (custom-variable-value-create): For mismatched
14464 types, show the current value (Bug#7600).
14465
14466 * custom.el (defcustom): Doc fix.
14467
14468 2012-02-05 Glenn Morris <rgm@gnu.org>
14469
14470 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
14471
14472 2012-02-05 Juanma Barranquero <lekktu@gmail.com>
14473
14474 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
14475 (pp-buffer): Use `ignore-errors', `looking-at-p'.
14476 (pp-last-sexp): Use `looking-at-p'.
14477
14478 2012-02-04 Glenn Morris <rgm@gnu.org>
14479
14480 * files.el (revert-buffer):
14481 Doc fix (mention revert-buffer-in-progress-p).
14482
14483 * emacs-lisp/ert-x.el (ert-simulate-command):
14484 Check deferred-action-list (which is obsolete) is bound.
14485
14486 * subr.el (with-wrapper-hook): Doc fixes.
14487
14488 * simple.el (filter-buffer-substring-functions)
14489 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
14490
14491 2012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
14492
14493 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
14494 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
14495
14496 2012-02-04 Leo Liu <sdl.web@gmail.com>
14497
14498 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
14499
14500 2012-02-04 Glenn Morris <rgm@gnu.org>
14501
14502 * image.el (image-extension-data): Add obsolete alias.
14503
14504 * isearch.el (isearch-update): Doc fix.
14505
14506 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
14507
14508 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
14509
14510 2012-02-03 Glenn Morris <rgm@gnu.org>
14511
14512 * image.el (image-animated-p): Doc fix. Use image-animated-types.
14513 (image-animate-timeout): Doc fix.
14514
14515 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
14516
14517 2012-02-02 Glenn Morris <rgm@gnu.org>
14518
14519 * server.el (server-auth-dir): Doc fix.
14520 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
14521
14522 * subr.el (run-mode-hooks): Doc fix.
14523
14524 2012-02-02 Juri Linkov <juri@jurta.org>
14525
14526 * image-mode.el (image-toggle-display-image): Remove tautological
14527 `major-mode' from the `derived-mode-p' test.
14528
14529 2012-02-02 Kenichi Handa <handa@m17n.org>
14530
14531 * composite.el (compose-region): Cancel previous change.
14532
14533 2012-02-02 Kenichi Handa <handa@m17n.org>
14534
14535 * composite.el (compose-region, compose-string): Signal error for
14536 a null string component (Bug#6988).
14537
14538 2012-02-01 Chong Yidong <cyd@gnu.org>
14539
14540 * view.el (view-buffer-other-window, view-buffer-other-frame):
14541 Handle special modes like view-buffer (Bug#10650).
14542 (view-buffer): Simplify.
14543
14544 * frame.el (set-frame-font): Tweak meaning of third argument.
14545
14546 * dynamic-setting.el (font-setting-change-default-font):
14547 Use set-frame-font (Bug#9982).
14548
14549 2012-02-01 Glenn Morris <rgm@gnu.org>
14550
14551 * progmodes/compile.el (compilation-internal-error-properties):
14552 Respect compilation-first-column in the "*compilation*" buffer.
14553
14554 * emacs-lisp/easy-mmode.el (define-minor-mode):
14555 Relax :variable's test for a named function.
14556
14557 2012-01-31 Alan Mackenzie <acm@muc.de>
14558
14559 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
14560 off by one error.
14561
14562 2012-01-31 Chong Yidong <cyd@gnu.org>
14563
14564 * frame.el (set-frame-font): New arg ALL-FRAMES.
14565
14566 * menu-bar.el (menu-set-font): Use set-frame-font.
14567
14568 * faces.el (face-spec-reset-face): Don't apply unspecified
14569 attribute values to the default face.
14570
14571 2012-01-31 Juanma Barranquero <lekktu@gmail.com>
14572
14573 * progmodes/cwarn.el (cwarn): Remove dead link.
14574 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
14575 Remove * from defcustom docstrings.
14576 (turn-on-cwarn-mode): Make obsolete.
14577 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
14578 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
14579
14580 2012-01-31 Glenn Morris <rgm@gnu.org>
14581
14582 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
14583 Fix :variable handling of mode a symbol not equal to modefun.
14584 Allow named functions to be used as the cdr of :variable.
14585
14586 2012-01-30 Glenn Morris <rgm@gnu.org>
14587
14588 * emacs-lisp/authors.el (authors-fixed-entries):
14589 Remove reference to deleted file rnewspost.el.
14590
14591 2012-01-29 Juanma Barranquero <lekktu@gmail.com>
14592
14593 * window.el (window-with-parameter): Remove unused variable `windows'.
14594 (window--side-check): Remove unused variable `code'.
14595 (window--resize-siblings): Remove unused variable `first'.
14596 (adjust-window-trailing-edge): Remove unused variable `failed'.
14597 (window-deletable-p, window--delete): Remove unused variable `buffer'.
14598 Use `let', not `let*'.
14599 (balance-windows-2): Remove unused variable `found'.
14600 (window--state-put-2): Remove unused variable `splits'.
14601 (window-state-put): Remove unused variable `selected'.
14602 (same-window-p): Use `string-match-p'.
14603 (display-buffer-assq-regexp): Remove unused variable `value'.
14604 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
14605 Mark argument ALIST as ignored.
14606 (pop-to-buffer): Remove unused variable `old-window'.
14607
14608 2012-01-29 Eli Zaretskii <eliz@gnu.org>
14609
14610 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
14611 and .lzma compressed files.
14612
14613 2012-01-29 Chong Yidong <cyd@gnu.org>
14614
14615 * frame.el (window-system-default-frame-alist): Doc fix.
14616
14617 * dynamic-setting.el (font-setting-change-default-font): Don't
14618 change the default face if SET-FONT argument is non-nil (Bug#9982).
14619
14620 2012-01-29 Samuel Bronson <naesten@gmail.com>
14621
14622 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
14623
14624 2012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
14625
14626 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
14627 breakpoints in files outside current directory (Bug#6098).
14628
14629 2012-01-29 Chong Yidong <cyd@gnu.org>
14630
14631 * progmodes/python.el: Require ansi-color at top-level.
14632
14633 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
14634 Define and use in Emacs Lisp mode (Bug#9360).
14635 (lisp-mode-abbrev-table): Add doc.
14636 (lisp-mode-variables): Don't set local-abbrev-table.
14637 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
14638
14639 2012-01-28 Roland Winkler <winkler@gnu.org>
14640
14641 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
14642
14643 2012-01-28 Roland Winkler <winkler@gnu.org>
14644
14645 * textmodes/bibtex.el (bibtex-entry-alist): New function.
14646 (bibtex-set-dialect): Use it. Either set global values of
14647 dialect-dependent variables or bind these variables buffer-locally
14648 (Bug#10254).
14649 (bibtex-mode): Call bibtex-set-dialect via
14650 hack-local-variables-hook.
14651 (bibtex-dialect): Update docstring.
14652 Add safe-local-variable predicate.
14653 (bibtex-entry-alist, bibtex-field-alist): Initialize via
14654 bibtex-set-dialect.
14655 (bibtex-mode-map): Define menu for each dialect.
14656 (bibtex-entry): Fix docstring.
14657
14658 2012-01-28 Chong Yidong <cyd@gnu.org>
14659
14660 * eshell/esh-arg.el (eshell-quote-argument): New function.
14661
14662 * eshell/esh-ext.el (eshell-invoke-batch-file):
14663 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
14664 first arg to eshell-parse-command (Bug#10523).
14665
14666 2012-01-28 Drew Adams <drew.adams@oracle.com>
14667
14668 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
14669 `default-directory' is non-nil.
14670
14671 2012-01-28 Eli Zaretskii <eliz@gnu.org>
14672
14673 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
14674 line that displays system-configuration-options. (Bug#9924)
14675
14676 2012-01-28 Drew Adams <drew.adams@oracle.com>
14677
14678 * descr-text.el (describe-char): Show information about POS, in
14679 addition to information about the character at POS. Improve and
14680 update the doc string. Change "code point" to "code point in
14681 charset", to avoid confusion with the character's Unicode code
14682 point shown above that. (Bug#10129)
14683
14684 2012-01-28 Eli Zaretskii <eliz@gnu.org>
14685
14686 * descr-text.el (describe-char): Show the raw character, not only
14687 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
14688 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
14689 for the reasons.
14690
14691 2012-01-28 Phil Hagelberg <phil@hagelb.org>
14692
14693 * emacs-lisp/package.el (package-install):
14694 Run package-refresh-contents if there is no archive yet (Bug#9798).
14695
14696 2012-01-28 Chong Yidong <cyd@gnu.org>
14697
14698 * emacs-lisp/package.el (package-maybe-load-descriptor):
14699 New function, split from package-maybe-load-descriptor.
14700 (package-maybe-load-descriptor): Use it.
14701 (package-download-transaction): Fully load required packages
14702 inside the loop, so that `require' calls work (Bug#10593).
14703 (package-install): No need to call package-initialize now.
14704
14705 2012-01-28 Chong Yidong <cyd@gnu.org>
14706
14707 * simple.el (deactivate-mark): Doc fix (Bug#8614).
14708
14709 * tooltip.el (tooltip-mode): Doc fix.
14710 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
14711
14712 * frame.el (set-cursor-color): Doc fix (Bug#352).
14713
14714 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
14715 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
14716
14717 * cus-edit.el (custom-buffer-create-internal): Fix search button
14718 action (Bug#10542).
14719 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
14720
14721 2012-01-27 Eduard Wiebe <usenet@pusto.de>
14722
14723 * dired.el (dired-mark-files-regexp):
14724 Include any subdirectory components. (Bug#10445)
14725
14726 2012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
14727
14728 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
14729 Handle [host]:port syntax. (Bug#10533)
14730
14731 2012-01-27 Alex Harsanyi <harsanyi@mac.com>
14732
14733 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
14734
14735 2012-01-26 Glenn Morris <rgm@gnu.org>
14736
14737 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
14738 * term.el (term-raw-escape-map): Use Control-X-prefix.
14739 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
14740
14741 2012-01-25 Martin Rudalics <rudalics@gmx.at>
14742
14743 * window.el (window-state-get, window--state-get-1): Don't deal
14744 with fixed-sizeness of windows. Simplify code.
14745
14746 2012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
14747
14748 * window.el (window--state-get-1, window--state-put-2):
14749 Don't save and restore the mark.
14750
14751 2012-01-25 Chong Yidong <cyd@gnu.org>
14752
14753 * custom.el (custom-variable-p): Doc fix.
14754
14755 2012-01-25 Glenn Morris <rgm@gnu.org>
14756
14757 * dired.el (dired-goto-file): Handle some of the more common
14758 characters that `ls -b' escapes. (Bug#10596)
14759
14760 * progmodes/compile.el (compilation-next-error-function):
14761 Respect compilation-first-column in the "*compilation*" buffer.
14762 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
14763
14764 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
14765
14766 2012-01-24 Glenn Morris <rgm@gnu.org>
14767
14768 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
14769
14770 2012-01-24 Julien Danjou <julien@danjou.info>
14771
14772 * color.el (color-rgb-to-hsl): Fix value computing.
14773 (color-hue-to-rgb): New function.
14774 (color-hsl-to-rgb): New function.
14775 (color-clamp, color-saturate-hsl, color-saturate-name)
14776 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
14777 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
14778
14779 2012-01-24 Glenn Morris <rgm@gnu.org>
14780
14781 * vc/vc-rcs.el (vc-rcs-create-tag):
14782 * vc/vc-sccs.el (vc-sccs-create-tag):
14783 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
14784
14785 2012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
14786
14787 * eshell/esh-util.el (eshell-read-hosts-file):
14788 Skip comment lines. (Bug#10549)
14789
14790 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
14791
14792 2012-01-23 Juanma Barranquero <lekktu@gmail.com>
14793
14794 * subr.el (display-delayed-warnings): Doc fix.
14795 (collapse-delayed-warnings): New function to collapse identical
14796 adjacent warnings.
14797 (delayed-warnings-hook): Add it.
14798
14799 2012-01-22 Michael Albinus <michael.albinus@gmx.de>
14800
14801 * net/tramp.el (tramp-action-login): Set connection property "login-as".
14802
14803 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
14804 (tramp-default-user-alist): Don't add "pscp".
14805 (tramp-do-copy-or-rename-file-out-of-band): Use connection
14806 property "login-as", if set. (Bug#10530)
14807
14808 2012-01-21 Michael Albinus <michael.albinus@gmx.de>
14809
14810 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
14811 "plink1" and "psftp". (Bug#10530)
14812
14813 2012-01-21 Kenichi Handa <handa@m17n.org>
14814
14815 * international/mule-cmds.el (prefer-coding-system): Show a
14816 warning message if the default value of file-name-coding-system
14817 was not changed.
14818
14819 2012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
14820
14821 * windmove.el (windmove-reference-loc):
14822 Fix windmove-reference-loc miscalculation.
14823
14824 2012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
14825
14826 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
14827 default unit.
14828
14829 2012-01-21 Glenn Morris <rgm@gnu.org>
14830
14831 * international/mule.el (auto-coding-alist): Add .tbz.
14832
14833 * files.el (local-enable-local-variables): Doc fix.
14834 (inhibit-local-variables-regexps): Rename from
14835 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
14836 Doc fix. Add some extensions from auto-coding-alist.
14837 (inhibit-local-variables-suffixes):
14838 Rename from inhibit-first-line-modes-suffixes. Doc fix.
14839 (inhibit-local-variables-p):
14840 New function, extracted from set-auto-mode-1.
14841 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
14842 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
14843 (hack-local-variables): Doc fix. Make the mode-only case
14844 respect enable-local-variables and friends.
14845 Respect inhibit-local-variables-regexps for file-locals, but
14846 not for directory-locals.
14847 (set-visited-file-name):
14848 Take account of inhibit-local-variables-regexps.
14849 Whether it applies may change as the file name is changed.
14850 * jka-cmpr-hook.el (jka-compr-install):
14851 * jka-compr.el (jka-compr-uninstall):
14852 Update for inhibit-first-line-modes-suffixes name change.
14853
14854 2012-01-20 Martin Rudalics <rudalics@gmx.at>
14855
14856 * help-macro.el (make-help-screen): Temporarily restore original
14857 binding for minor-mode-map-alist (Bug#10454).
14858
14859 2012-01-19 Julien Danjou <julien@danjou.info>
14860
14861 * color.el (color-name-to-rgb): Use the white color to find the max
14862 color component value and return correctly computed values.
14863 (color-name-to-rgb): Add missing float conversion for max value.
14864
14865 2012-01-19 Martin Rudalics <rudalics@gmx.at>
14866
14867 * window.el (window--state-get-1, window-state-get): Do not use
14868 special state value for window-persistent-parameters.
14869 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
14870 (window--state-put-2): Reset all window parameters to nil before
14871 assigning values of persistent parameters.
14872
14873 2012-01-18 Alan Mackenzie <acm@muc.de>
14874
14875 Eliminate sluggishness and hangs in fontification of "semicolon
14876 deserts".
14877
14878 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
14879 Change value 10000 -> 3000.
14880 (c-state-safe-place): Reformulate so it doesn't stack up an
14881 infinite number of wrong entries in c-state-nonlit-pos-cache.
14882 (c-determine-limit-get-base, c-determine-limit): New functions to
14883 determine backward search limits disregarding literals.
14884 (c-find-decl-spots): Amend commenting.
14885 (c-cheap-inside-bracelist-p): New function which detects "={".
14886
14887 * progmodes/cc-fonts.el
14888 (c-make-font-lock-BO-decl-search-function): Give a limit to a
14889 backward search.
14890 (c-font-lock-declarations): Fix an occurrence of point being
14891 undefined. Check additionally for point being in a bracelist or
14892 near a macro invocation without a semicolon so as to avoid a
14893 fruitless time consuming search for a declarator. Give a more
14894 precise search limit for declarators using the new
14895 c-determine-limit.
14896
14897 2012-01-18 Glenn Morris <rgm@gnu.org>
14898
14899 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
14900 (set-auto-mode): Doc fixes.
14901
14902 2012-01-17 Glenn Morris <rgm@gnu.org>
14903
14904 * isearch.el (search-nonincremental-instead): Fix doc typo.
14905
14906 * dired.el (dired-insert-directory): Handle newlines in directory name.
14907 (dired-build-subdir-alist): Unescape newlines in directory name.
14908
14909 2012-01-17 Michael Albinus <michael.albinus@gmx.de>
14910
14911 * net/tramp.el (tramp-local-end-of-line): New defcustom.
14912 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
14913 (tramp-action-terminal): Use it. (Bug#10530)
14914
14915 2012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
14916
14917 * minibuffer.el (completion--replace): Strip properties (bug#10062).
14918
14919 2012-01-16 Martin Rudalics <rudalics@gmx.at>
14920
14921 * window.el (window-state-ignored-parameters): Remove variable.
14922 (window--state-get-1): Rename argument MARKERS to IGNORE.
14923 Handle persistent window parameters. Make copy of clone-of
14924 parameter only if requested. (Bug#10348)
14925 (window--state-put-2): Install a window parameter only if it has
14926 a non-nil value or an existing parameter shall be overwritten.
14927
14928 2012-01-15 Michael Albinus <michael.albinus@gmx.de>
14929
14930 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
14931
14932 2012-01-14 Eli Zaretskii <eliz@gnu.org>
14933
14934 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
14935 don't pass the (nil) value of `upnode' to string-match.
14936
14937 2012-01-14 Chong Yidong <cyd@gnu.org>
14938
14939 * startup.el (command-line): Fix X resource class for cursorColor.
14940 Fix values recognized by the cursorBlink resource.
14941
14942 2012-01-14 Paul Eggert <eggert@cs.ucla.edu>
14943
14944 * epg.el (epg--make-temp-file): Avoid permission race condition
14945 when running on old Emacs versions (bug#10403).
14946
14947 2012-01-14 Glenn Morris <rgm@gnu.org>
14948
14949 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
14950
14951 2012-01-13 Alan Mackenzie <acm@muc.de>
14952
14953 Fix filling for when filladapt mode is enabled.
14954
14955 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
14956 c-mask-paragraph, pass in `fill-paragraph' rather than
14957 `fill-region-as-paragraph'. (This is a reversion of a previous
14958 change.)
14959 * progmodes/cc-mode.el (c-basic-common-init):
14960 Make fill-paragraph-handle-comment buffer local and set it to nil.
14961
14962 2012-01-13 Glenn Morris <rgm@gnu.org>
14963
14964 * dired.el (dired-switches-escape-p): New function.
14965 (dired-insert-directory): Use dired-switches-escape-p.
14966 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
14967
14968 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
14969
14970 2012-01-12 Glenn Morris <rgm@gnu.org>
14971
14972 * mail/sendmail.el (mail-mode): Update paragraph-separate for
14973 changes in adaptive-fill-regexp. (Bug#10276)
14974
14975 2012-01-11 Alan Mackenzie <acm@muc.de>
14976
14977 Fix Emacs bug #10463 - put `widen's around the critical spots.
14978
14979 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
14980 widen around each invocation of c-state-pp-to-literal. Remove an
14981 unused let variable.
14982
14983 2012-01-11 Glenn Morris <rgm@gnu.org>
14984
14985 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
14986 Doc fix.
14987
14988 2012-01-10 Chong Yidong <cyd@gnu.org>
14989
14990 * net/network-stream.el (network-stream-open-starttls):
14991 Avoid emitting a confusing error message when the server gives a bad
14992 response to the capability command.
14993
14994 2012-01-10 Glenn Morris <rgm@gnu.org>
14995
14996 * mail/unrmail.el (unrmail): Tweak previous change.
14997
14998 2012-01-09 Chong Yidong <cyd@gnu.org>
14999
15000 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
15001
15002 2012-01-08 Alan Mackenzie <acm@muc.de>
15003
15004 Optimize font locking in long enum definitions.
15005
15006 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
15007 arm to a cond form to handle enums.
15008 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
15009 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
15010
15011 2012-01-07 Paul Eggert <eggert@cs.ucla.edu>
15012
15013 * files.el (move-file-to-trash): Preserve default file modes on error.
15014 (Bug#10401)
15015
15016 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
15017
15018 * faces.el (set-face-attribute): Clarify the meaning of the nil
15019 frame (bug#10294).
15020
15021 * subr.el (with-selected-frame): Mention that the selected frame
15022 is restored (bug#9980).
15023
15024 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
15025 (bug#9759).
15026
15027 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
15028 (password-read): Don't autoload unused function.
15029
15030 2012-01-07 Juanma Barranquero <lekktu@gmail.com>
15031
15032 * progmodes/which-func.el (which-func-mode): Turn into a
15033 non-interactive function and mark as obsolete (bug#10428).
15034
15035 2012-01-06 Chong Yidong <cyd@gnu.org>
15036
15037 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
15038 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
15039 functions, along with 1 and -1.
15040
15041 2012-01-06 Eli Zaretskii <eliz@gnu.org>
15042
15043 * time.el (display-time-load-average)
15044 (display-time-default-load-average): Doc fixes. See the thread
15045 starting at
15046 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
15047 for the details.
15048
15049 2012-01-06 Glenn Morris <rgm@gnu.org>
15050
15051 * mail/unrmail.el (unrmail): Give an explicit error if the input file
15052 has no messages. (Bug#10377)
15053
15054 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
15055 than Info-edit. (Bug#10385)
15056
15057 * time.el (display-time-load-average, display-time-next-load-average):
15058 Doc fixes.
15059
15060 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
15061 local setting of buffer-read-only to the input buffer. (Bug#10419)
15062
15063 * calendar/calendar.el (calendar-mode):
15064 Locally set scroll-margin to 0. (Bug#10379)
15065
15066 2012-01-06 Ulrich Mueller <ulm@gentoo.org>
15067
15068 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
15069
15070 2012-01-05 Glenn Morris <rgm@gnu.org>
15071
15072 * eshell/em-unix.el (diff-no-select): Autoload it.
15073 (eshell/diff): Use diff-no-select. (Bug#10420)
15074
15075 2012-01-05 Chong Yidong <cyd@gnu.org>
15076
15077 * shell.el (shell-dynamic-complete-functions): Revert last change.
15078 (shell-command-completion-function): New function.
15079 (shell-completion-vars): Use it to implement
15080 shell-completion-execonly (Bug#10417).
15081
15082 * custom.el (enable-theme): Don't set custom-safe-themes.
15083
15084 * cus-theme.el (custom-theme-merge-theme):
15085 Ignore custom-enabled-themes and custom-safe-themes.
15086
15087 2012-01-05 Michael R. Mauger <mmaug@yahoo.com>
15088
15089 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
15090 first prompt in `sql-interacive-mode'.
15091 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
15092 keywords.
15093 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
15094 (sql-product-interactive): Bug fix: Set `sql-buffer' in
15095 context of original buffer. Invoke `sql-login-hook'.
15096
15097 2012-01-04 Eli Zaretskii <eliz@gnu.org>
15098
15099 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
15100 letters in cite-prefix.
15101
15102 2012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
15103
15104 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
15105
15106 2012-01-03 Chong Yidong <cyd@gnu.org>
15107
15108 * shell.el (shell-dynamic-complete-functions):
15109 Put pcomplete-completions-at-point, so as to try
15110 comint-filename-completion first (Bug#10417).
15111
15112 2012-01-02 Richard Stallman <rms@gnu.org>
15113
15114 * battery.el (battery-status-function):
15115 Detect when to use battery-yeeloong-sysfs.
15116 (battery-echo-area-format): Add string for Yeeloong.
15117 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
15118 (battery-yeeloong-sysfs): New function.
15119
15120 2012-01-02 Chong Yidong <cyd@gnu.org>
15121
15122 * dirtrack.el (dirtrack-list): Eliminate unused third element.
15123 (dirtrack): Merge code for handling relative filenames in prompt
15124 from shell-dir-cookie-watcher.
15125 (dirtrack-debug-message): New arg to avoid excess format calls.
15126
15127 * shell.el (shell-dir-cookie-re): Variable deleted.
15128 (shell-dir-cookie-watcher): Function deleted.
15129 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
15130 with dirtrack-mode.
15131
15132 2012-01-01 Eli Zaretskii <eliz@gnu.org>
15133
15134 * term/w32-win.el (dynamic-library-alist) <gnutls>:
15135 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
15136 libgnutls-26.dll.
15137
15138 2011-12-31 Andreas Schwab <schwab@linux-m68k.org>
15139
15140 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
15141
15142 2011-12-31 Eli Zaretskii <eliz@gnu.org>
15143
15144 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
15145 headers of non-MIME messages, when rmail-enable-mime is non-nil.
15146
15147 2011-12-29 Michael Albinus <michael.albinus@gmx.de>
15148
15149 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
15150 also for alternative shells.
15151 (tramp-open-connection-setup-interactive-shell): Check, whether
15152 the shell is a busybox.
15153 (tramp-send-command): Don't suppress multiple prompts for
15154 busyboxes, it hurts.
15155
15156 2011-12-28 Chong Yidong <cyd@gnu.org>
15157
15158 * progmodes/gdb-mi.el (gdb-get-source-file-list)
15159 (gdb-get-source-file): Move mode line update to
15160 gdb-get-source-file (Bug#10087).
15161
15162 2011-12-25 Chong Yidong <cyd@gnu.org>
15163
15164 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
15165 gud-gdb-marker-filter without taking it as an argument.
15166 (gud-gdb-run-command-fetch-lines): Caller changed.
15167 (gud-gdb-completion-function): New variable.
15168 (gud-gdb-completion-at-point): Use it.
15169 (gud-gdb-completions-1): Split from gud-gdb-completions.
15170
15171 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
15172 function as separate arguments.
15173 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
15174 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
15175 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
15176 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
15177 (gdb-stopped, def-gdb-auto-update-trigger)
15178 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
15179 (gdb-get-changed-registers, gdb-get-main-selected-frame):
15180 Callers changed.
15181 (gud-gdbmi-completions): New function.
15182 (gdb): Use it for generating the completion table.
15183
15184 2011-12-24 Alan Mackenzie <acm@muc.de>
15185
15186 Introduce a mechanism to widen the region used in context font
15187 locking. Use this to protect declarations from losing their contexts.
15188
15189 * progmodes/cc-langs.el (c-before-font-lock-functions):
15190 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
15191 (c-before-context-fontification-functions): New defvar, a list of
15192 functions to be run just before context (etc.) font locking.
15193
15194 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
15195 New, functionality extracted from
15196 c-neutralize-syntax-in-and-mark-CPP.
15197 (c-in-after-change-fontification): New variable.
15198 (c-after-change): Set c-in-after-change-fontification.
15199 (c-set-fl-decl-start): Rejig its interface, so it can be called
15200 from both after-change and context fontifying.
15201 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
15202 New functions.
15203 (c-standard-font-lock-fontify-region-function): New variable.
15204 (c-font-lock-fontify-region): New function.
15205
15206 2011-12-24 Juri Linkov <juri@jurta.org>
15207
15208 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
15209 (Bug#10348)
15210
15211 2011-12-23 Michael Albinus <michael.albinus@gmx.de>
15212
15213 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
15214 existence of source file. (Bug#10325)
15215
15216 2011-12-23 Alan Mackenzie <acm@muc.de>
15217
15218 Fix unstable fontification inside templates.
15219
15220 * progmodes/cc-langs.el (c-before-font-lock-functions):
15221 Newly created from the singular version. The (c c++ objc) entry now
15222 additionally has c-set-fl-decl-start. The other languages (apart
15223 from AWK) have that as a single entry.
15224
15225 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
15226 The functionality for "local" declarations has been extracted to
15227 c-set-fl-decl-start.
15228
15229 * progmodes/cc-mode.el (c-common-init, c-after-change):
15230 Changes due to pluralisation of c-before-font-lock-functions.
15231 (c-set-fl-decl-start): New function, extracted from
15232 c-font-lock-enclosing-decls and enhanced.
15233
15234 2011-12-23 Juanma Barranquero <lekktu@gmail.com>
15235
15236 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
15237
15238 2011-12-22 Juri Linkov <juri@jurta.org>
15239
15240 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
15241
15242 2011-12-22 Chong Yidong <cyd@gnu.org>
15243
15244 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
15245
15246 2011-12-21 Drew Adams <drew.adams@oracle.com>
15247
15248 * files.el (file-remote-p): Fix docstring. (Bug#10319)
15249
15250 2011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
15251
15252 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
15253
15254 2011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
15255
15256 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
15257 highlighting and support. Fix up comments for capitalization.
15258 (cfengine-mode-debug): New var.
15259 (cfengine3-mode): Change the modeline indicator to "CFE3".
15260 (cfengine3-font-lock-keywords): Improve defun highlighting.
15261 (cfengine2-actions): Rename from `cfengine-actions'.
15262 (cfengine2-font-lock-keywords): Rename from
15263 `cfengine-font-lock-keywords'.
15264 (cfengine2-imenu-expression): Rename from
15265 `cfengine-imenu-expression'.
15266 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
15267 (cfengine2-beginning-of-defun): Rename from
15268 `cfengine-beginning-of-defun'.
15269 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
15270 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
15271 (cfengine2-mode): Rename from `cfengine-mode'. Change the
15272 modeline indicator to "CFE2".
15273 (cfengine-mode): Defalias to `cfengine-auto-mode'.
15274 (cfengine-mode-abbrevs): Mark obsolete.
15275
15276 2011-12-21 Chong Yidong <cyd@gnu.org>
15277
15278 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
15279 filename argument.
15280
15281 2011-12-20 Martin Rudalics <rudalics@gmx.at>
15282
15283 * window.el (window-normalize-buffer-to-display): Remove.
15284 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
15285
15286 2011-12-19 Chong Yidong <cyd@gnu.org>
15287
15288 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
15289 Don't signal an error in a predicate function; return non-nil.
15290 (vc-dir-mark-file): Move the error here.
15291 (vc-dir-mark-unmark): If acting on the region, keep going if one
15292 of the entries cannot be marked/unmarked.
15293 (vc-dir-mark-all-files): If current entry is a directory, mark
15294 only child files, as documented.
15295
15296 2011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
15297
15298 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
15299 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
15300 addition.
15301
15302 2011-12-18 Jan Djärv <jan.h.d@swipnet.se>
15303
15304 * term/ns-win.el (ns-get-selection-internal)
15305 (ns-store-selection-internal): Declare.
15306 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
15307 Declare as obsolete.
15308 (ns-get-pasteboard, ns-paste-secondary):
15309 Use ns-get-selection-internal.
15310 (ns-set-pasteboard, ns-copy-including-secondary):
15311 Use ns-store-selection-internal.
15312
15313 2011-12-17 Chong Yidong <cyd@gnu.org>
15314
15315 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
15316 (vc-deduce-fileset): Doc fix.
15317
15318 2011-12-16 Andreas Schwab <schwab@linux-m68k.org>
15319
15320 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
15321
15322 2011-12-13 Sam Steingold <sds@gnu.org>
15323
15324 * man.el (Man-getpage-in-background): When running under a
15325 window-system, ignore $MANWIDTH and $COLUMNS.
15326
15327 2011-12-15 Kenichi Handa <handa@m17n.org>
15328
15329 * language/ethio-util.el: Change coding tag to utf-8-emacs.
15330 (setup-ethiopic-environment-internal): Comment out key-binding for
15331 ethio-toggle-punctuation.
15332
15333 2011-12-13 Alan Mackenzie <acm@muc.de>
15334
15335 Add the switch statement to AWK Mode.
15336
15337 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
15338 "default" to the keywords regexp.
15339
15340 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
15341 expression as the rest.
15342 (c-nonlabel-token-key): Allow string literals for AWK.
15343 Refactor for the other modes.
15344
15345 Large brace-block initialisation makes CC Mode slow: Fix.
15346 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
15347 routines. Limit backward searching in c-font-lock-enclosing.decl.
15348
15349 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
15350 pp-state and literal type in addition to the limits.
15351 (c-state-safe-place): New defun, extracted from c-state-literal-at.
15352 (c-state-literal-at): Use the above new defun.
15353 (c-slow-in-literal, c-fast-in-literal): Remove.
15354 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
15355
15356 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
15357 being in a literal. Add a limit for backward searching.
15358
15359 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
15360 c-slow-in-literal.
15361
15362 2011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
15363
15364 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
15365
15366 2011-12-13 Martin Rudalics <rudalics@gmx.at>
15367
15368 * window.el (delete-other-windows): Use correct frame in call to
15369 window-with-parameter.
15370
15371 2011-12-12 Daniel Pfeiffer <occitan@t-online.de>
15372
15373 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
15374 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
15375 (makefile-gmake-statements, makefile-makepp-statements):
15376 Use it and add new makepp keywords.
15377 (makefile-makepp-font-lock-keywords): Add new patterns.
15378 (makefile-match-function-end): Match new [...] and [[...]].
15379
15380 2011-12-11 Juanma Barranquero <lekktu@gmail.com>
15381
15382 * ses.el (ses-call-printer-return, ses-cell-property-get)
15383 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
15384 (ses-create-cell-variable, ses-reset-header-string)
15385 (ses-cell-set-formula, ses-repair-cell-reference-all)
15386 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
15387 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
15388 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
15389 (ses-aset-with-undo, ses-load, ses-truncate-cell)
15390 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
15391 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
15392 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
15393 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
15394 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
15395 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
15396 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
15397 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
15398
15399 2011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
15400
15401 * ses.el: The overall change is to add cell renaming, that is
15402 setting fancy names for cell symbols other than name matching
15403 "\\`[A-Z]+[0-9]+\\'" regexp .
15404 (ses-create-cell-variable): New defun.
15405 (ses-relocate-formula): Relocate formulas only for cells the
15406 symbols of which are not renamed, i.e. symbols whose names do not
15407 match regexp "\\`[A-Z]+[0-9]+\\'".
15408 (ses-relocate-all): Relocate values only for cells the symbols of
15409 which are not renamed.
15410 (ses-load): Create cells variables as the (ses-cell ...) are read,
15411 in order to check row col consistency with cell symbol name only
15412 for cells that are not renamed.
15413 (ses-replace-name-in-formula): New defun.
15414 (ses-rename-cell): New defun.
15415
15416 2011-12-11 Chong Yidong <cyd@gnu.org>
15417
15418 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
15419 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
15420
15421 2011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
15422
15423 * window.el (other-window): Fix docstring.
15424
15425 2011-12-10 Eli Zaretskii <eliz@gnu.org>
15426
15427 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
15428 `from' or `to' address before taking its substring.
15429 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
15430 encoded name is chopped in the middle of the encoded string, and
15431 thus displayed encoded.
15432
15433 2011-12-10 Juanma Barranquero <lekktu@gmail.com>
15434
15435 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
15436
15437 2011-12-10 Eli Zaretskii <eliz@gnu.org>
15438
15439 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
15440 to use texinfo-update-node and commands that call it if the
15441 Texinfo file uses @node lines without next/prev/up pointers.
15442 Correct outdated description about texinfo-master-menu.
15443 (texinfo-all-menus-update, texinfo-master-menu)
15444 (texinfo-update-node, texinfo-every-node-update)
15445 (texinfo-multiple-files-update): Doc fix. Warn against updating
15446 all the @node lines.
15447 (texinfo-master-menu): Only call texinfo-update-node if the prefix
15448 argument is numeric. Explain better in the doc string what the
15449 function really does.
15450 (texinfo-insert-master-menu-list): Improve the error message
15451 displayed if there's no menu in the Top node.
15452 (Bug#2975) See also this thread:
15453 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
15454
15455 2011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
15456
15457 * speedbar.el (speedbar-supported-extension-expressions):
15458 Add .adb and .ads, commonly used for Ada source code (bug#10256).
15459
15460 2011-12-09 Juanma Barranquero <lekktu@gmail.com>
15461
15462 * printing.el (pr-mode-alist):
15463 * simple.el (filter-buffer-substring-functions)
15464 (completion-list-insert-choice-function):
15465 * window.el (window-with-parameter, window-atom-root)
15466 (window-sides-slots, window-size-fixed, window-min-delta)
15467 (window-max-delta, window--resize-mini-window)
15468 (window--resize-child-windows-normal, window-tree)
15469 (delete-other-windows, quit-window, split-window)
15470 (display-buffer-record-window, special-display-buffer-names)
15471 (special-display-regexps, special-display-popup-frame)
15472 (same-window-p, split-window-sensibly)
15473 (display-buffer-overriding-action, display-buffer-alist)
15474 (display-buffer-base-action, display-buffer, switch-to-buffer)
15475 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
15476 (fit-window-to-buffer, recenter-positions)
15477 (mouse-autoselect-window-state, mouse-autoselect-window-select):
15478 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
15479 and remove unneeded backslashes in docstrings.
15480
15481 2011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
15482
15483 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
15484
15485 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
15486 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
15487 end in ".mk".
15488 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
15489 when reading the makefile (bug#10116).
15490
15491 2011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
15492
15493 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
15494 (bug#10116).
15495
15496 2011-12-06 Glenn Morris <rgm@gnu.org>
15497
15498 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
15499
15500 2011-12-06 Chong Yidong <cyd@gnu.org>
15501
15502 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
15503
15504 2011-12-06 Juanma Barranquero <lekktu@gmail.com>
15505
15506 * textmodes/table.el (table-shorten-cell): Fix typo.
15507
15508 2011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
15509
15510 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
15511
15512 2011-12-05 Eli Zaretskii <eliz@gnu.org>
15513
15514 * descr-text.el (describe-char): Fix display of strong
15515 right-to-left characters and directional embeddings and overrides.
15516
15517 * simple.el (what-cursor-position): Fix display of codepoints of
15518 strong right-to-left characters.
15519
15520 2011-12-05 Chong Yidong <cyd@gnu.org>
15521
15522 * faces.el (read-color): Doc fix.
15523
15524 2011-12-05 Glenn Morris <rgm@gnu.org>
15525
15526 * align.el (align--set-marker): Add doc-string.
15527 Don't try to move something that is not a marker. (Bug#10216)
15528
15529 2011-12-04 Glenn Morris <rgm@gnu.org>
15530
15531 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
15532 overly zealous deletion of trailing whitespace.
15533
15534 2011-12-04 Juanma Barranquero <lekktu@gmail.com>
15535
15536 * server.el (server-delete-client): On Windows, do not try to delete
15537 the only terminal.
15538 (server-process-filter): On Windows, treat requests for a tty frame as
15539 if they were for a GUI frame if the running server is in GUI mode.
15540
15541 2011-12-03 Glenn Morris <rgm@gnu.org>
15542
15543 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
15544
15545 2011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
15546
15547 * electric.el: Streamline electric-indent's hook.
15548 (electric-indent-chars): Revert to simple list.
15549 (electric-indent-functions): New var.
15550 (electric-indent-post-self-insert-function): Use it.
15551
15552 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
15553 there's no inferior buffer (bug#10196).
15554 (prolog-consult-compile): Don't use toggle-read-only.
15555
15556 2011-12-02 Michael Albinus <michael.albinus@gmx.de>
15557
15558 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
15559 interrupt. (Bug#10187)
15560
15561 2011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
15562
15563 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
15564 (bug#9160).
15565
15566 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
15567 (bug#10191).
15568
15569 2011-12-02 Juri Linkov <juri@jurta.org>
15570
15571 * info.el (Info-search): Display "end of manual" when Isearch
15572 reaches the end of single-file Info manual. (Bug#9918)
15573
15574 2011-12-02 Eli Zaretskii <eliz@gnu.org>
15575
15576 * isearch.el (isearch-message-prefix): Run the input method part
15577 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
15578
15579 2011-12-02 Juri Linkov <juri@jurta.org>
15580
15581 * isearch.el (isearch-occur): Use `word-search-regexp' for
15582 `isearch-word'.
15583 (isearch-search-and-update): Add condition for `isearch-word' and
15584 call `word-search-regexp'. (Bug#10145)
15585
15586 2011-12-01 Glenn Morris <rgm@gnu.org>
15587
15588 * eshell/em-hist.el (eshell-hist-initialize):
15589 Handle eshell-history-size nil and HISTSIZE set or unset.
15590 (eshell-history-file-name, eshell-history-size): Fix custom type.
15591
15592 2011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
15593
15594 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
15595
15596 2011-12-01 Michael McNamara <mac@mail.brushroad.com>
15597
15598 * progmodes/verilog-mode.el (verilog-pretty-expr):
15599 Rework verilog-pretty-expr to handle new assignment operators in system
15600 verilog, such as += *= and the like.
15601 (verilog-assignment-operator-re): Regular expression to find the
15602 assigment operator in a verilog assignment.
15603 (verilog-assignment-operation-re): Regular expression to find an
15604 assignment statement for pretty-expr.
15605 (verilog-in-attribute-p): Query returns true if point is in an
15606 attribute context; used to skip these for expression line up from
15607 pretty-expr.
15608 (verilog-in-parameter-p): Query returns true if point is in an
15609 parameter definition context; used to skip these for expression
15610 line up from pretty-expr.
15611 (verilog-in-parenthesis-p): Query returns true if point is in a
15612 parenthetical expression, specifically ( ) but not [ ] or { };
15613 used by pretty-expr.
15614 (verilog-just-one-space): If there is no space, don't add one.
15615 (verilog-get-lineup-indent-2): Specifically skip just attribute
15616 contexts for expression lineup, rather than skipping all
15617 parenthetical expressions.
15618 (verilog-calculate-indent): Fix comment, and fix indent.
15619 (verilog-do-indent): Indent declarations in lists (suggested by
15620 Joachim Lechner).
15621 (verilog-mode-abbrev-table): Populate abbrev mode with the various
15622 skeleton items.
15623 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
15624 by Alain Mellan).
15625
15626 2011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
15627
15628 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
15629 parameters with embedded comments. Reported by Ray Stevens.
15630 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
15631 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
15632 Reported by Tim Holt.
15633 (verilog-auto): Fix AUTOing a upper module then AUTOing module
15634 instantiated by upper module causing wrong expansion until AUTOed a
15635 second time. Reported by K C Buckenmaier.
15636 (verilog-diff-auto): Fix showing .* as a difference when
15637 `verilog-auto-star-save' off. Reported by Dan Dever.
15638 (verilog-auto-reset, verilog-read-always-signals)
15639 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
15640 temporary signals in reset list if
15641 verilog-auto-reset-blocking-in-non is nil, and match assignment
15642 style to each signal's assignment type, bug381.
15643 Reported by Thomas Esposito.
15644 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
15645 (verilog-uvm-statement-re): Support UVM indentation and
15646 highlighting, with old OVM keywords only.
15647 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
15648 Support AUTOTIEOFF creating non-wire data types.
15649 Suggested by Jonathan Greenlaw.
15650 (verilog-auto-insert-lisp, verilog-delete-to-paren)
15651 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
15652 (verilog-inject-sense, verilog-read-inst-pins)
15653 (verilog-read-sub-decls, verilog-read-sub-decls-line):
15654 Fix mismatching parenthesis inside commented out code when deleting
15655 AUTOINST, bug383. Reported by Jonathan Greenlaw.
15656 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
15657 non-numeric vector width. Reported by Alex Reed.
15658 (verilog-auto-ascii-enum): Add "onehot" option to work around not
15659 detecting signals with parameter widths. Reported by Alex Reed.
15660 (verilog-auto-delete-trailing-whitespace):
15661 With `verilog-auto-delete-trailing-whitespace' remove trailing
15662 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
15663 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
15664 Fix verilog-scan-cache corruption when running user AUTO expansion
15665 hooks that call indentation routines.
15666 (verilog-simplify-range-expression): Fix typo ignoring lower case
15667 identifiers.
15668 (verilog-delete-auto): Fix delete-autos to also remove user created
15669 automatics, as long as they start with AUTO.
15670 (verilog-batch-diff-auto, verilog-diff-auto)
15671 (verilog-diff-function): Add `verilog-diff-auto' and bind to
15672 "C-c?" to report differences in AUTO expansion, ignoring spaces.
15673 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
15674 (verilog-in-paren-quick, verilog-re-search-backward-quick)
15675 (verilog-re-search-forward-quick, verilog-syntax-ppss):
15676 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
15677 is disabled and its cache will get corrupt, causing AUTOS not to
15678 expand. Instead use only -quick functions.
15679 (verilog-scan-region): Fix scanning over escaped quotes.
15680 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
15681 (verilog-re-search-backward-quick)
15682 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
15683 related functions now ignore strings, to fix misparsing of strings
15684 with magic comments embedded in them.
15685 (verilog-read-auto-template):
15686 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
15687 Reported by Brad Dobbie.
15688 (verilog-read-auto-template):
15689 Fix 'verilog-auto-inst-template-numbers' with comments.
15690 Reported by Brad Dobbie.
15691 (verilog-auto-inst, verilog-auto-inst-param)
15692 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
15693 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
15694 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
15695 debugging templates without merge conflicts, bug357.
15696 Reported by Brad Dobbie.
15697 (verilog-read-auto-template):
15698 Fix verilog-auto-inst-template-numbers with multiple templates.
15699 Reported by Brad Dobbie.
15700 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
15701 abbrevs so user won't be asked to save.
15702 (verilog-read-auto-lisp-present): Fix to start at beginning of
15703 buffer in case called outside of verilog-auto.
15704 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
15705 to "X-2". Reported by Matthew Myers.
15706 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
15707 all inputs from module templates. Reported by Leith Johnson.
15708 (verilog-module-inside-filename-p): Fix locating programs as with
15709 modules.
15710 (verilog-auto-inst-port): Fix vl-width expressions when using
15711 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
15712 (verilog-decls-get-regs, verilog-decls-get-signals,
15713 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
15714 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
15715 verilog-read-decls): Combine reg and wire structures into one var
15716 structure to represent SystemVerilog concepts.
15717 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
15718 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
15719 (verilog-auto-wire-type, verilog-insert-definition):
15720 Add verilog-auto-wire-type and AUTOLOGIC to support using
15721 SystemVerilog "logic" keyword instead of "wire"/"reg".
15722 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
15723 to declares outputs that also have assignments (presumably in an
15724 ifdef or generate if so there's not a driver conflict).
15725 Reported by Matthew Myers.
15726 (verilog-auto-declare-nettype, verilog-insert-definition):
15727 Add verilog-auto-declare-nettype to fix declarations using
15728 `default_nettype none. Reported by Julian Gorfajn.
15729 (verilog-read-always-signals-recurse, verilog-read-decls)
15730 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
15731 malformed end statement, bug325. Reported by Joshua Wise and
15732 Andrew Drake.
15733 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
15734 (verilog-inst-comment-re): Fix not deleting Interfaced comment
15735 when expanding .* in interfaces, bug320.
15736 Reported by Pierre-David Pfister.
15737 (verilog-read-module-name): Fix import statements between module
15738 name and open parenthesis, bug317.
15739 Reported by Pierre-David Pfister.
15740 (verilog-simplify-range-expression): Fix simplification of
15741 multiplications inside AUTOWIRE connections, bug303.
15742 (verilog-auto-inst-port): Support parameter expansion in
15743 multidimensional arrays.
15744 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
15745 after "assert property". Reported by Julian Gorfajn.
15746 (verilog-simplify-range-expression): Fix "couldn't merge" errors
15747 with multiplication, bug303.
15748 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
15749 Reported by Jan Frode Lonnum.
15750
15751 2011-11-30 Juanma Barranquero <lekktu@gmail.com>
15752
15753 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
15754 (hfy-shell-file-name, hfy-shell):
15755 * international/fontset.el (x-decompose-font-name): Fix typos.
15756
15757 2011-11-29 Ken Brown <kbrown@cornell.edu>
15758
15759 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
15760 (gdb-version): Remove defvar.
15761 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
15762 (gdb-gud-context-command, gdb-non-stop-handler)
15763 (gdb-current-context-command, gdb-stopped): Use it.
15764 (gdb-init-1): Enable pretty printing here.
15765 (gdb-non-stop-handler): Don't enable pretty-printing here.
15766 Check to see if the target supports non-stop mode; if not, turn off
15767 non-stop mode. Use the following.
15768 (gdb-check-target-async): New defun.
15769 (gud-watch, gdb-stopped): Fix whitespace.
15770 (gdb-get-source-file): Don't try to display the source file if
15771 `gdb-main-file' is nil.
15772
15773 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
15774
15775 * align.el: Try to generate fewer markers (bug#10047).
15776 (align--set-marker): New macro.
15777 (align-region): Use it.
15778
15779 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
15780
15781 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
15782
15783 2011-11-29 Chong Yidong <cyd@gnu.org>
15784
15785 * indent.el (indent-for-tab-command, indent-according-to-mode):
15786 Doc fix.
15787 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
15788
15789 2011-11-29 Michael Albinus <michael.albinus@gmx.de>
15790
15791 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
15792 aware of remote file names. (Bug#10124)
15793
15794 2011-11-29 Chong Yidong <cyd@gnu.org>
15795
15796 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
15797
15798 2011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
15799
15800 * files.el (find-file): Don't use force-same-window (bug#10144).
15801 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
15802 use pop-to-buffer if the selected window can't be used.
15803 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
15804
15805 2011-11-28 Eli Zaretskii <eliz@gnu.org>
15806
15807 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
15808 special-mode-map.
15809
15810 2011-11-28 Chong Yidong <cyd@gnu.org>
15811
15812 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
15813
15814 2011-11-27 Nick Roberts <nickrob@snap.net.nz>
15815
15816 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
15817 gdb-get-source-file-list on gdb-create-source-file-list.
15818
15819 2011-11-26 Eli Zaretskii <eliz@gnu.org>
15820
15821 * whitespace.el (whitespace-newline): Use a different foreground
15822 color for 16-color light-background displays.
15823
15824 2011-11-24 Chong Yidong <cyd@gnu.org>
15825
15826 * window.el (display-buffer--special-action): Doc fix.
15827
15828 2011-11-25 Juanma Barranquero <lekktu@gmail.com>
15829
15830 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
15831 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
15832 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
15833 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
15834 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
15835 (avl-tree-stack-first):
15836 * emacs-lisp/cconv.el (cconv--analyse-use):
15837 * net/gnutls.el (gnutls-negotiate): Fix typos.
15838
15839 2011-11-24 Glenn Morris <rgm@gnu.org>
15840
15841 * lpr.el (lpr-windows-system, lpr-lp-system):
15842 * mail/binhex.el (binhex-begin-line):
15843 * progmodes/grep.el (grep-history, grep-find-history):
15844 * textmodes/flyspell.el:
15845 * vc/pcvs-defs.el (cvs-global-menu):
15846 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
15847 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
15848 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
15849
15850 * net/tls.el: Fix case of "GnuTLS".
15851
15852 * paths.el (rmail-file-name): Format doc-string for make-docfile.
15853
15854 * version.el (emacs-build-system): Give it a doc-string.
15855
15856 2011-11-24 Juri Linkov <juri@jurta.org>
15857
15858 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
15859
15860 2011-11-24 Glenn Morris <rgm@gnu.org>
15861
15862 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
15863 if called on a non-mime message just toggle the headers. (Bug#8006)
15864
15865 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
15866
15867 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
15868 (allout-lead-with-comment-string, allout-structure-deleted-hook)
15869 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
15870 (allout-rebullet-heading, allout-open-sibtopic)
15871 (allout-toggle-current-subtree-encryption)
15872 (allout-toggle-subtree-encryption, allout-encrypt-string)
15873 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
15874 (allout-distinctive-bullets-string, allout-auto-activation):
15875 * window.el (window-normalize-buffer-to-display):
15876 * progmodes/verilog-mode.el (verilog-batch-indent):
15877 * textmodes/bibtex.el (bibtex-field-braces-opt)
15878 (bibtex-field-strings-opt):
15879 * vc/cvs-status.el (cvs-tree-merge):
15880 Fix typos.
15881
15882 2011-11-23 Michael Albinus <michael.albinus@gmx.de>
15883
15884 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
15885 `non-essential' to t, in order to avoid remote connections.
15886
15887 2011-11-23 Eli Zaretskii <eliz@gnu.org>
15888
15889 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
15890 On MS-DOS and MS-Windows, compare with loaddefs.el
15891 case-insensitively.
15892
15893 2011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
15894
15895 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
15896
15897 2011-11-23 Glenn Morris <rgm@gnu.org>
15898
15899 * paths.el (rmail-file-name): Reformat the doc-string so that it
15900 is picked up.
15901
15902 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
15903 (rmail-auto-file): Ignore case in the "special" field names,
15904 as mail-fetch-field does for all others.
15905
15906 * mail/rmail.el (rmail-forward):
15907 * mail/rmailkwd.el (rmail-set-label):
15908 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
15909 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
15910
15911 * mail/rmail.el (rmail-current-message): Doc fix.
15912
15913 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
15914
15915 2011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
15916
15917 * server.el (server-eval-and-print): Allow C-g (bug#6585).
15918
15919 2011-11-22 Glenn Morris <rgm@gnu.org>
15920
15921 * mail/rmailmm.el (test-rmail-mime-handler)
15922 (test-rmail-mime-bulk-handler)
15923 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
15924
15925 2011-11-21 Juri Linkov <juri@jurta.org>
15926
15927 * calc/calc.el (calc-read-key-sequence):
15928 Let-bind `input-method-function' to nil. (Bug#10018)
15929
15930 2011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
15931
15932 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
15933 Tell the caller that the next line needs recomputation, even
15934 though it doesn't start a sexp (bug#10094).
15935
15936 2011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
15937
15938 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
15939
15940 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
15941
15942 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
15943 Use force-same-window.
15944
15945 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
15946
15947 * descr-text.el (describe-char-unicode-data):
15948 * json.el (json-string-escape):
15949 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
15950 (Footnote-unicode, Footnote-style-p):
15951 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
15952
15953 2011-11-20 Chong Yidong <cyd@gnu.org>
15954
15955 * window.el (replace-buffer-in-windows): Restore interactive spec.
15956
15957 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
15958
15959 * electric.el (electric-indent-mode): Fix last change (too optimistic).
15960
15961 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
15962 (byte-compile-global-not-obsolete-vars): New var.
15963 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
15964 Use it.
15965 (byte-compile-warn-obsolete): Align text with the one in *Help*.
15966
15967 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
15968
15969 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
15970 * progmodes/pascal.el (electric-pascal-equal):
15971 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
15972 * xml.el (xml-substitute-special): Fix typos.
15973
15974 2011-11-20 Glenn Morris <rgm@gnu.org>
15975
15976 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
15977 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
15978 Doc fixes.
15979 (rmail-decode-mime-charset): Mark as obsolete.
15980
15981 * mail/rmailsum.el (rmail-message-regexp-p-1):
15982 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
15983 Before using mime functions, check they are set. (Bug#10077)
15984
15985 2011-11-19 Juri Linkov <juri@jurta.org>
15986
15987 * info.el (Info-finder-find-node): Use `package--builtins' instead
15988 of `package-alist'. Use node names formed by the pattern "Keyword "
15989 and the keyword name.
15990
15991 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
15992
15993 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
15994
15995 2011-11-19 Juri Linkov <juri@jurta.org>
15996
15997 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
15998 that calls `revert-buffer' on all Info buffers. (Bug#9915)
15999 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
16000 `old-history', `old-history-forward'. Add let-binding
16001 `window-selected'. Remove calls to `kill-buffer',
16002 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
16003 before calling `Info-find-node', so `Info-find-node-2' will reread
16004 the Info file. Restore window positions only when `window-selected'
16005 is non-nil.
16006
16007 2011-11-19 Juri Linkov <juri@jurta.org>
16008
16009 * isearch.el (isearch-lazy-highlight-new-loop):
16010 Remove condition `(not isearch-error)'. (Bug#9918)
16011
16012 * misearch.el (multi-isearch-search-fun): Add condition
16013 `(not bound)' to ignore lazy-highlighting search.
16014 Add the search-failed message "end of multi" when the end of
16015 multi-sequence is reached. Uncapitalize the search-failed
16016 message "Repeat for next buffer".
16017
16018 * info.el (Info-search): Add the search-failed message
16019 "end of the manual" when the end of the manual is reached
16020 in Isearch mode.
16021
16022 2011-11-19 Juri Linkov <juri@jurta.org>
16023
16024 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
16025 Use non-destructive `remove' instead of `delete' because
16026 `Info-history-list' stored to `Info-isearch-initial-history-list' in
16027 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
16028
16029 2011-11-19 Juri Linkov <juri@jurta.org>
16030
16031 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
16032 to nil instead of binding `search-ring' and `regexp-search-ring'.
16033 (Bug#9185)
16034
16035 2011-11-19 Eli Zaretskii <eliz@gnu.org>
16036
16037 * simple.el (line-move): Force movement by logical lines for any
16038 hscrolled window, not only when auto-hscroll-mode is on.
16039 (line-move-visual): Update doc string to that effect. (Bug#10076)
16040
16041 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
16042
16043 * language/european.el (macintosh): Define as alias for mac-roman.
16044
16045 2011-11-19 Eli Zaretskii <eliz@gnu.org>
16046
16047 * mail/rmailmm.el (rmail-mime-display-header)
16048 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
16049 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
16050 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
16051 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
16052 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
16053 of a raw aref.
16054 (rmail-mime-entity-segment): To get past the tagline, move forward
16055 2 more lines, to account for the 2 empty lines that precede and
16056 follow the line with the buttons.
16057 (rmail-mime-update-tagline): Move one more line, to get past the
16058 empty line that follows the buttons in the tagline. (Bug#9520)
16059
16060 2011-11-19 Martin Rudalics <rudalics@gmx.at>
16061
16062 * window.el (window-max-delta-1, window-min-delta-1)
16063 (window-min-size-1, window-state-get-1, window-state-put-1)
16064 (window-state-put-2): Use "window--" prefix.
16065
16066 2011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
16067
16068 * emacs-lisp/smie.el: Improve warnings and conflict detection.
16069 (smie-warning-count): New var.
16070 (smie-set-prec2tab): Use it.
16071 (smie-bnf->prec2): Improve warnings. Add docstring.
16072 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
16073 (smie-bnf--set-class): New function.
16074 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
16075 corner case.
16076
16077 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
16078 (compilation-error-properties, compilation-move-to-column):
16079 Handle compilation-first-column while in the target buffer.
16080
16081 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
16082 Don't hardcode point-min==1.
16083
16084 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
16085 (eshell-rewrite-for-command): Remove workaround.
16086 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
16087 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
16088 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
16089
16090 * files-x.el (modify-file-local-variable): Obey commenting conventions.
16091
16092 2011-11-17 Glenn Morris <rgm@gnu.org>
16093
16094 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
16095 Ignore buffer-local generated-autoload-file if it is the same
16096 as the global value. (Bug#10049)
16097
16098 2011-11-17 Juanma Barranquero <lekktu@gmail.com>
16099
16100 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
16101 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
16102 (reftex-toc-previous-heading, reftex-toc-max-level)
16103 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
16104 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
16105 (reftex-toc-do-promote, reftex-toc-promote-prepare)
16106 (reftex-toc-promote-action, reftex-toc-extract-section-number)
16107 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
16108 (reftex-toc-rename-label, reftex-toc-visit-location)
16109 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
16110 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
16111 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
16112 leaving "*toc*" only for references to the buffer.
16113
16114 2011-11-17 Martin Rudalics <rudalics@gmx.at>
16115
16116 * window.el (window-resize, delete-window, split-window):
16117 Replace window-splits by window-combination-resize.
16118 * cus-start.el (window-splits): Replace by window-combination-resize.
16119
16120 2011-11-17 Glenn Morris <rgm@gnu.org>
16121
16122 * progmodes/sh-script.el (sh-font-lock-keywords-var):
16123 Make bash entry derive from sh entry, not shell entry.
16124
16125 2011-11-16 Michael Albinus <michael.albinus@gmx.de>
16126
16127 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
16128 local file name.
16129
16130 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
16131
16132 * menu-bar.el (menu-bar-file-menu):
16133 * printing.el (pr-ps-utility):
16134 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
16135 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
16136 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
16137 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
16138 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
16139 (icalendar--convert-cyclic-to-ical)
16140 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
16141 (icalendar--convert-ical-to-diary)
16142 (icalendar--convert-recurring-to-diary)
16143 (icalendar--convert-non-recurring-all-day-to-diary)
16144 (icalendar-import-format-sample):
16145 * progmodes/idlw-shell.el (idlwave-shell-mode):
16146 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
16147 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
16148 (vhdl-ps-print-init): Fix typos.
16149
16150 2011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
16151
16152 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
16153 FSF and collapse date sequence, obscure author/maintainer email address
16154 better, remove extra version line, track relocation of author's webpage.
16155
16156 * progmodes/python.el (python-pdbtrack-input-prompt)
16157 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
16158 regular python pdb prompts. Adjustments shamelessly taken exactly as
16159 suggested in EmacsWiki page (tiny change):
16160 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
16161
16162 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
16163
16164 * expand.el (expand-pos, expand-index, expand-point):
16165 Remove redundant info from docstring.
16166 (expand-add-abbrevs): Doc fix.
16167 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
16168 (expand-sample-perl-mode-expand-list): Fix typos.
16169
16170 * net/dbus.el (dbus-event-member-name):
16171 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
16172 * term/pc-win.el (msdos-create-frame-with-faces):
16173 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
16174
16175 2011-11-16 Martin Rudalics <rudalics@gmx.at>
16176
16177 * window.el (split-window, window-state-get-1)
16178 (window-state-put-1, window-state-put-2): Rename occurrences of
16179 window-nest to window-combination-limit.
16180 * cus-start.el (window-nest): Rename to window-combination-limit.
16181
16182 2011-11-16 Chong Yidong <cyd@gnu.org>
16183
16184 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
16185 regexp (Bug#10033).
16186
16187 2011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
16188
16189 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
16190 `completing-read' will remove *Completions* and will preserve
16191 current-buffer for us.
16192 (tmm-add-prompt): Users of *Completions* will always (re)set its
16193 major mode.
16194 (tmm-old-comp-map): Remove.
16195
16196 2011-11-16 Glenn Morris <rgm@gnu.org>
16197
16198 * mail/rmailedit.el: Require rmailmm when compiling.
16199 (rmail-old-mime-state): New declaration.
16200 (rmail-edit-current-message): If editing a mime message,
16201 edit the "raw" message from the mbox buffer.
16202 (rmail-cease-edit): Handle mime messages. (Bug#9840)
16203
16204 2011-11-15 Glenn Morris <rgm@gnu.org>
16205
16206 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
16207 which wasn't being used. Add optional arg to force given state.
16208 (rmail-mime): Add optional arg to force given state.
16209
16210 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
16211
16212 * allout.el (allout-encryption-plaintext-sanitization-regexps):
16213 * frame.el (display-mm-dimensions-alist):
16214 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
16215 (outline-move-subtree-down):
16216 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
16217 (newsticker--treeview-do-get-node):
16218 * net/quickurl.el (quickurl-list-buffer-name):
16219 * progmodes/dcl-mode.el (dcl-mode):
16220 * progmodes/gdb-mi.el (gdb-mapcar*):
16221 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
16222
16223 2011-11-15 Glenn Morris <rgm@gnu.org>
16224
16225 * mail/rmail.el (rmail-file-coding-system): It's only ever used
16226 in a boolean sense, so just make it a boolean, and fix the doc.
16227 (rmail-show-mime-function, rmail-mime-feature)
16228 (rmail-require-mime-maybe): Doc fixes.
16229 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
16230
16231 * mail/rmailmm.el (rmail-show-mime): Doc fix.
16232
16233 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
16234
16235 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
16236 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
16237 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
16238 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
16239
16240 2011-11-15 Glenn Morris <rgm@gnu.org>
16241
16242 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
16243 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
16244 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
16245 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
16246 (rmail-mime, rmail-show-mime): Doc fixes.
16247
16248 * term/ns-win.el (mode-line-frame-identification):
16249 Leave it alone. (Bug#10051)
16250
16251 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
16252
16253 * mail/rmailout.el (rmail-output-to-rmail-buffer):
16254 Handle empty buffers. (Bug#9978)
16255
16256 2011-11-14 Juanma Barranquero <lekktu@gmail.com>
16257
16258 * international/mule.el (define-charset):
16259 * mail/rmailmm.el (rmail-mime-find-header-encoding):
16260 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
16261 * progmodes/verilog-mode.el (verilog-backward-token):
16262 * textmodes/ispell.el (lookup-words):
16263 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
16264
16265 2011-11-14 Glenn Morris <rgm@gnu.org>
16266
16267 * progmodes/executable.el
16268 (executable-make-buffer-file-executable-if-script-p):
16269 Handle file-modes returning nil.
16270
16271 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
16272 message - not necessary, and causes problems. (Bug#9831)
16273
16274 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
16275
16276 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
16277
16278 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
16279 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
16280 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
16281
16282 2011-11-12 Martin Rudalics <rudalics@gmx.at>
16283
16284 * window.el (window-resize, delete-window): Use window-splits
16285 variable instead of function.
16286 (window-state-get-1, window-state-put-2, window-state-put):
16287 Don't deal with windows' splits status.
16288
16289 2011-11-12 Glenn Morris <rgm@gnu.org>
16290
16291 * apropos.el (apropos-do-all, apropos-library, apropos-value)
16292 (apropos-documentation): Doc fixes.
16293
16294 2011-11-11 Juanma Barranquero <lekktu@gmail.com>
16295
16296 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
16297 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
16298
16299 2011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
16300
16301 * electric.el (electric-indent-post-self-insert-function): Make it
16302 possible for a char to only indent in some circumstances.
16303 (electric-indent-mode): Simplify.
16304
16305 2011-11-11 Martin Rudalics <rudalics@gmx.at>
16306
16307 * window.el (windows-with-parameter): Remove unused function.
16308 (windows-at-side): Rename to window-at-side-list.
16309 (window-check, window-atom-check, window-atom-check-1)
16310 (window-side-check, window-size-ignore, window-size-fixed-1)
16311 (window-in-direction-2): Prefix with "window--".
16312 (window-tree-1): Rename to window--subtree, fix doc-string.
16313
16314 2011-11-11 Glenn Morris <rgm@gnu.org>
16315
16316 * subr.el (eval-after-load): If FILE is already loaded,
16317 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
16318
16319 2011-11-10 Glenn Morris <rgm@gnu.org>
16320
16321 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
16322 Call svn via vc-svn-command rather than vc-do-command.
16323 (vc-svn-command): Add --non-interactive. (Bug#9993)
16324 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
16325
16326 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
16327 Add toggle-read-only. (Bug#7292)
16328 * files.el (toggle-read-only): Mention that it should only
16329 be used interactively. (Bug#10006)
16330
16331 2011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
16332
16333 * progmodes/compile.el (compilation-error-regexp-alist-alist):
16334 Adjust regexp for OCaml warnings.
16335
16336 * electric.el (electric-pair-post-self-insert-function): Let user
16337 turn it off buffer-locally (bug#9932).
16338
16339 * progmodes/python.el (python-beginning-of-statement):
16340 Rewrite (bug#2703).
16341
16342 * progmodes/compile.el: Better handle TABs (bug#9749).
16343 (compilation-internal-error-properties)
16344 (compilation-next-error-function): Obey the target buffer's
16345 compilation-error-screen-columns.
16346
16347 2011-11-09 Juanma Barranquero <lekktu@gmail.com>
16348
16349 * progmodes/meta-mode.el: Remove obsolete comments.
16350 (meta-right-comment-regexp, meta-ignore-comment-regexp):
16351 Fix typos in docstrings.
16352
16353 2011-11-09 Martin Rudalics <rudalics@gmx.at>
16354
16355 * window.el (window-size-fixed-p): Rewrite doc-string.
16356 (window-resizable-p): Rename to window--resizable-p. Update callers.
16357 (window--resizable): New function. Make all callers of
16358 window-resizable call window--resizable instead.
16359 (window-resizable): Rewrite in terms of window--resizable.
16360
16361 2011-11-08 Glenn Morris <rgm@gnu.org>
16362
16363 * progmodes/delphi.el (delphi-mode-syntax-table):
16364 Let define-derived-mode define a proper syntax table. (Bug#9994)
16365
16366 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
16367
16368 * window.el: Stay away from defsubst.
16369 (window-list-no-nils): Remove.
16370 (window-state-get-1, window-state-get): Use backquote instead.
16371
16372 2011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
16373
16374 * emacs-lisp/find-func.el (find-function-read):
16375 Fix incorrect use of default argument in `completing-read'.
16376
16377 2011-11-08 Martin Rudalics <rudalics@gmx.at>
16378
16379 * window.el (display-buffer-function, special-display-function):
16380 Mention display-buffer-record-window but do not mention
16381 help-setup parameter in doc-strings.
16382 (window-min-delta): Fix doc-string typo.
16383
16384 2011-11-08 Chong Yidong <cyd@gnu.org>
16385
16386 * window.el (window-total-height, window-total-width): Doc fix.
16387 (window-body-size): Move from C.
16388 (window-body-height, window-body-width): Move to C.
16389
16390 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
16391
16392 * window.el: Make special-display like display-buffer-alist (bug#9532).
16393 (display-buffer--special-action): New function, morphed
16394 from display-buffer--special.
16395 (display-buffer): Use it to handle special-display-buffers at higher
16396 priority (just after display-buffer-alist).
16397 (display-buffer-fallback-action, display-buffer--other-frame-action)
16398 (pop-to-buffer-same-window): Remove display-buffer--special.
16399
16400 2011-11-07 Glenn Morris <rgm@gnu.org>
16401
16402 * calendar/cal-menu.el (cal-menu-set-date-title):
16403 Do nothing if not in a calendar. (Bug#9976)
16404
16405 2011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
16406
16407 * files.el (find-file): Always use selected-window.
16408
16409 2011-11-07 Martin Rudalics <rudalics@gmx.at>
16410
16411 * window.el (window-combinations): Make WINDOW argument
16412 mandatory. Rewrite doc-string.
16413 (walk-window-subtree, window-atom-check, window-min-delta)
16414 (window-max-delta, window--resize-this-window)
16415 (window--resize-root-window-vertically, window-tree)
16416 (balance-windows, window-state-put): Rewrite doc-strings as to
16417 not mention the term "subwindow".
16418 (window--resize-subwindows-skip-p): Rename to
16419 window--resize-child-windows-skip-p.
16420 (window--resize-subwindows-normal): Rename to
16421 window--resize-child-windows-normal.
16422 (window--resize-subwindows): Rename to
16423 window--resize-child-windows.
16424 (window-or-subwindow-p): Rename to window--in-subtree-p.
16425
16426 2011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
16427
16428 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
16429 Ensure that mbox format messages end in two newlines (Bug#9974).
16430
16431 2011-11-06 Chong Yidong <cyd@gnu.org>
16432
16433 * window.el (window-combination-p): Function deleted; its
16434 side-effect is not used in any existing code.
16435 (window-combinations, window-combined-p): Call window-*-child
16436 directly.
16437
16438 2011-11-05 Chong Yidong <cyd@gnu.org>
16439
16440 * window.el (window-valid-p): Rename from window-any-p.
16441 (window-size-ignore, window-state-get): Callers changed.
16442 (window-normalize-window): Rename from window-normalize-any-window.
16443 New arg LIVE-ONLY, replacing window-normalize-live-window.
16444 (window-normalize-live-window): Delete.
16445 (window-combination-p, window-combined-p, window-combinations)
16446 (walk-window-subtree, window-atom-root, window-min-size)
16447 (window-sizable, window-sizable-p, window-size-fixed-p)
16448 (window-min-delta, window-max-delta, window-resizable)
16449 (window-resizable-p, window-full-height-p, window-full-width-p)
16450 (window-current-scroll-bars, window-point-1, set-window-point-1)
16451 (window-at-side-p, window-in-direction, window-resize)
16452 (adjust-window-trailing-edge, maximize-window, minimize-window)
16453 (window-deletable-p, delete-window, delete-other-windows)
16454 (record-window-buffer, unrecord-window-buffer)
16455 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
16456 (quit-window, split-window, window-state-put)
16457 (set-window-text-height, fit-window-to-buffer)
16458 (shrink-window-if-larger-than-buffer): Callers changed.
16459
16460 2011-11-04 Eli Zaretskii <eliz@gnu.org>
16461
16462 * mail/rmail.el (rmail-simplified-subject): Decode subject with
16463 rfc2047-decode-string.
16464 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
16465 warnings.
16466
16467 * window.el (window-body-height, window-body-width): Mention in
16468 the doc string that the return values are in frame's canonical
16469 units. (Bug#9949)
16470
16471 2011-11-03 Alan Mackenzie <acm@muc.de>
16472
16473 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
16474 change in cc-engine.el.
16475
16476 2011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
16477
16478 * window.el (switch-to-buffer): Use `force-same-window' interactively.
16479
16480 2011-11-02 Martin Rudalics <rudalics@gmx.at>
16481
16482 * window.el (quit-window): Call unrecord-window-buffer after
16483 showing another buffer in the window. (Bug#9937)
16484 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
16485
16486 2011-11-02 Juanma Barranquero <lekktu@gmail.com>
16487
16488 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
16489 Accept status with more than 9 shelves. (Bug#9935)
16490 Reported by Colin D Bennett <colin@gibibit.com>.
16491
16492 2011-11-01 Martin Rudalics <rudalics@gmx.at>
16493
16494 * help.el (with-help-window): Don't reference
16495 temp-buffer-show-specifiers in doc-string.
16496
16497 2011-10-31 Andreas Schwab <schwab@linux-m68k.org>
16498
16499 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
16500 menu-item.
16501
16502 2011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16503
16504 * whitespace.el: New version 13.2.2.
16505 (whitespace-newline-mode): Disable properly. Reported by Sarah
16506 <EmacsWiki>.
16507
16508 2011-10-30 Ulf Jasper <ulf.jasper@web.de>
16509
16510 * net/newst-treeview.el: Remove "Time-stamp".
16511 (newsticker--group-manage-orphan-feeds): Do not call
16512 newsticker--treeview-tree-update.
16513 (newsticker-treeview-update, newsticker-treeview):
16514 Call newsticker--treeview-tree-update if necessary.
16515
16516 2011-10-30 Martin Rudalics <rudalics@gmx.at>
16517
16518 * window.el (window-iso-combination-p, window-iso-combined-p)
16519 (window-iso-combinations): Remove "iso-" infix.
16520 Suggested by Chong Yidong.
16521 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
16522 (window-max-delta-1, window-resize, window--resize-siblings)
16523 (window--resize-this-window, adjust-window-trailing-edge)
16524 (split-window, balance-windows-1)
16525 (shrink-window-if-larger-than-buffer):
16526 * calendar/calendar.el (calendar-generate-window):
16527 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
16528
16529 2011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
16530
16531 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
16532 in place (bug#9907).
16533 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
16534 (eshell-rewrite-if-command, eshell-rewrite-for-command)
16535 (eshell-structure-basic-command, eshell-rewrite-while-command)
16536 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
16537 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
16538 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
16539 (eshell-do-pipelines-synchronously, eshell-eval-command):
16540 Use backquotes and prefer setq to set.
16541 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
16542 (eshell-macrop): Use functionp.
16543 (eshell-do-eval): Handle multiple expressions in `while' body.
16544
16545 2011-10-30 Chong Yidong <cyd@gnu.org>
16546
16547 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
16548 instead of set-mark (Bug#9810).
16549
16550 2011-10-30 Chong Yidong <cyd@gnu.org>
16551
16552 * window.el (split-window-below, split-window-right): Rename from
16553 split-window-above-each-other and split-window-side-by-side
16554 respectively. All callers changed.
16555 (split-window-sensibly, split-window-sensibly): Use them.
16556 (split-window-keep-point): Doc fix.
16557
16558 * isearch.el: Add isearch-scroll property to split-window-below
16559 and split-window-right.
16560
16561 * follow.el (follow-mode):
16562 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
16563 * progmodes/ada-xref.el (ada-gdb-application):
16564 * emulation/vip.el (vip-buffer-in-two-windows):
16565 * image-dired.el (image-dired-dired-with-window-configuration):
16566 * dired-x.el (dired-do-find-marked-files):
16567 * dired.el (dired-pop-to-buffer):
16568 * bs.el (bs--show-with-configuration):
16569 * vc/emerge.el (emerge-setup-windows):
16570 * textmodes/two-column.el (2C-two-columns):
16571 * textmodes/reftex-toc.el (reftex-toc):
16572 * progmodes/gdb-mi.el (gdb-setup-windows):
16573 * progmodes/fortran.el (fortran-window-create):
16574 * net/newst-treeview.el (newsticker--treeview-window-init):
16575 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
16576 * emulation/tpu-edt.el (tpu-gold-map):
16577 * emulation/crisp.el (crisp-mode-map):
16578 * calendar/calendar.el (calendar-basic-setup): Callers changed.
16579
16580 2011-10-29 Chong Yidong <cyd@gnu.org>
16581
16582 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
16583
16584 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
16585
16586 * textmodes/flyspell.el (flyspell-word): Fix char offset for
16587 forged Ispell output (Bug#7904).
16588
16589 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
16590
16591 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
16592
16593 * doc-view.el: Avoid ugly errors about not finding nil.
16594 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
16595 (doc-view-dvipdf-program, doc-view-unoconv-program)
16596 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
16597 Avoid nil or absolute file name as default value.
16598 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
16599
16600 2011-10-28 Alan Mackenzie <acm@muc.de>
16601
16602 * progmodes/cc-defs.el (c-version): -> 5.32.2.
16603
16604 2011-10-28 Alan Mackenzie <acm@muc.de>
16605
16606 Amend the handling of c-beginning/end-of-defun in nested declaration
16607 scopes.
16608
16609 * progmodes/cc-vars.el (c-defun-tactic): Move here from
16610 cc-langs.el. Change it to a defcustom.
16611
16612 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
16613 cc-vars.el.
16614
16615 * progmodes/cc-engine.el (c-beginning-of-statement-1):
16616 Prevent "class foo : bar" being spuriously recognized as a label.
16617
16618 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
16619 Add parameter `inclusive' (to include enclosing braces in the region).
16620 (c-widen-to-enclosing-decl-scope): New function.
16621 (c-while-widening-to-decl-block): New macro.
16622 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
16623 outward for defun boundaries, and correspondingly change symbol
16624 `respect-enclosure' to `go-outward'.
16625 (c-declaration-limits): Change algorithm to report only the "innermost"
16626 defun's boundaries.
16627
16628 2011-10-28 Deniz Dogan <deniz@dogan.se>
16629
16630 * net/rcirc.el (rcirc-mode): Use hard newlines.
16631
16632 2011-10-28 Alan Mackenzie <acm@muc.de>
16633
16634 Amend to indent and fontify macros "which include their own semicolon"
16635 correctly, using the "virtual semicolon" mechanism.
16636
16637 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
16638
16639 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
16640 Recode to scan one line at a time rather than having \n and \r
16641 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
16642 (c-forward-label): Amend for virtual semicolons.
16643 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
16644
16645 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
16646 of the new C macros.
16647
16648 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
16649 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
16650 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
16651 (c-opt-cpp-macro-define): Make into a full language variable.
16652 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
16653 AWK Mode (including \n, \r) removed, no longer needed.
16654
16655 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
16656 Invoke c-make-macro-with-semi-re.
16657
16658 * progmodes/cc-vars.el (c-macro-with-semi-re):
16659 (c-macro-names-with-semicolon): New variables.
16660 (c-make-macro-with-semi-re): New function.
16661
16662 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
16663
16664 * vc/log-edit.el: Fill empty field rather than adding new one.
16665 (log-edit-add-field): New function.
16666 (log-edit-insert-changelog): Use it.
16667
16668 2011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
16669
16670 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
16671
16672 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
16673
16674 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
16675 (gdb--check-interpreter): New function.
16676 (gdb): Use it.
16677
16678 2011-10-27 Glenn Morris <rgm@gnu.org>
16679
16680 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
16681 (least-positive-float, least-negative-float)
16682 (least-positive-normalized-float, least-negative-normalized-float)
16683 (float-epsilon, float-negative-epsilon):
16684 Remove unnecessary declarations.
16685
16686 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
16687 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
16688 (least-positive-float, least-negative-float)
16689 (least-positive-normalized-float, least-negative-normalized-float)
16690 (float-epsilon, float-negative-epsilon): Add doc-strings,
16691 based on those in cl.texi.
16692
16693 * files.el (set-visited-file-name): If the major-mode changed,
16694 reload the local variables. (Bug#9796)
16695
16696 2011-10-27 Chong Yidong <cyd@gnu.org>
16697
16698 * subr.el (change-major-mode-after-body-hook): New hook.
16699 (run-mode-hooks): Run it.
16700
16701 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
16702 Use change-major-mode-before-body-hook.
16703
16704 * simple.el (fundamental-mode):
16705 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
16706 change introducing fundamental-mode-hook.
16707
16708 2011-10-26 Juanma Barranquero <lekktu@gmail.com>
16709
16710 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
16711
16712 2011-10-26 Michael Albinus <michael.albinus@gmx.de>
16713
16714 * ido.el (ido-file-name-all-completions-1): Do not require
16715 tramp.el explicitly. (Bug#7583)
16716
16717 2011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
16718
16719 * progmodes/octave-mod.el:
16720 * progmodes/octave-inf.el: Update maintainer.
16721
16722 2011-10-26 Chong Yidong <cyd@gnu.org>
16723
16724 * subr.el (with-wrapper-hook): Rewrite doc.
16725
16726 2011-10-25 Michael Albinus <michael.albinus@gmx.de>
16727
16728 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
16729 filenames "/method:foo:". (Bug#9793)
16730
16731 2011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
16732
16733 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
16734 (bug#9865).
16735
16736 2011-10-24 Glenn Morris <rgm@gnu.org>
16737
16738 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
16739
16740 2011-10-24 Michael Albinus <michael.albinus@gmx.de>
16741
16742 * notifications.el: Add the requirement of a running D-Bus session
16743 bus to the Commentary.
16744
16745 2011-10-24 Juri Linkov <juri@jurta.org>
16746
16747 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
16748 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
16749 (Bug#9364)
16750
16751 2011-10-24 Juri Linkov <juri@jurta.org>
16752
16753 * info.el (Info-following-node-name-re): Add newline to the list
16754 of allowed characters for leading space. (Bug#9824)
16755
16756 2011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
16757
16758 * progmodes/octave-inf.el (inferior-octave-mode-map):
16759 Fix C-c C-h binding.
16760 * progmodes/octave-mod.el (octave-help): Remove.
16761
16762 2011-10-23 Michael Albinus <michael.albinus@gmx.de>
16763
16764 Sync with Tramp 2.2.3.
16765
16766 * net/tramp-cache.el (top): Pacify byte-compiler using
16767 `init-file-user' and `site-run-file'.
16768
16769 * net/trampver.el: Update release number.
16770
16771 2011-10-23 Chong Yidong <cyd@gnu.org>
16772
16773 * files.el (toggle-read-only): Remove obsolete comment about
16774 version control.
16775
16776 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
16777 for toggle-read-only. Note that this hasn't called vc-next-action
16778 since 2008-05-02, though it wasn't documented at the time.
16779
16780 * vc/ediff-init.el (ediff-toggle-read-only-function):
16781 Use toggle-read-only.
16782
16783 2011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
16784
16785 Fix bug #9560, sporadic wrong indentation; improve instrumentation
16786 of c-parse-state.
16787
16788 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
16789 correct faulty logical expression.
16790 (c-parse-state-state, c-record-parse-state-state):
16791 (c-replay-parse-state-state): New defvar/defuns.
16792 (c-debug-parse-state): Use new functions.
16793
16794 2011-10-22 Martin Rudalics <rudalics@gmx.at>
16795
16796 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
16797 last fix. Use window-in-direction correctly.
16798
16799 2011-10-21 Chong Yidong <cyd@gnu.org>
16800
16801 * progmodes/idlwave.el (idlwave-mode):
16802 * progmodes/vera-mode.el (vera-mode): No need to set
16803 require-final-newline; that's done in prog-mode.
16804 Suggested by Stefan Monnier.
16805
16806 2011-10-21 Martin Rudalics <rudalics@gmx.at>
16807
16808 * mouse.el (mouse-drag-window-above)
16809 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
16810 (mouse-drag-mode-line-1, mouse-drag-header-line)
16811 (mouse-drag-vertical-line-rightward-window): Remove.
16812 (mouse-drag-line): New function.
16813 (mouse-drag-mode-line, mouse-drag-header-line)
16814 (mouse-drag-vertical-line): Call mouse-drag-line.
16815 * window.el (window-at-side-p, windows-at-side): New functions.
16816
16817 2011-10-21 Ulrich Mueller <ulm@gentoo.org>
16818
16819 * tar-mode.el (tar-grind-file-mode):
16820 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
16821
16822 2011-10-21 Chong Yidong <cyd@gnu.org>
16823
16824 * progmodes/idlwave.el (idlwave-mode):
16825 * progmodes/vera-mode.el (vera-mode):
16826 Use mode-require-final-newline.
16827
16828 2011-10-20 Glenn Morris <rgm@gnu.org>
16829
16830 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
16831
16832 2011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
16833
16834 * emulation/cua-base.el (cua-set-mark): Fix case of string.
16835
16836 2011-10-20 Chong Yidong <cyd@gnu.org>
16837
16838 * emulation/cua-base.el (cua-mode):
16839 * mail/footnote.el (footnote-mode):
16840 * mail/mailabbrev.el (mail-abbrevs-mode):
16841 * net/xesam.el (xesam-minor-mode):
16842 * progmodes/bug-reference.el (bug-reference-mode):
16843 * progmodes/cap-words.el (capitalized-words-mode):
16844 * progmodes/compile.el (compilation-minor-mode)
16845 (compilation-shell-minor-mode):
16846 * progmodes/gud.el (gud-tooltip-mode):
16847 * progmodes/hideif.el (hide-ifdef-mode):
16848 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
16849 * progmodes/subword.el (subword-mode):
16850 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
16851 * progmodes/which-func.el (which-function-mode):
16852 * term/tvi970.el (tvi970-set-keypad-mode):
16853 * term/vt100.el (vt100-wide-mode):
16854 * textmodes/flyspell.el (flyspell-mode):
16855 * textmodes/ispell.el (ispell-minor-mode):
16856 * textmodes/nroff-mode.el (nroff-electric-mode):
16857 * textmodes/paragraphs.el (use-hard-newlines):
16858 * textmodes/refill.el (refill-mode):
16859 * textmodes/reftex.el (reftex-mode):
16860 * textmodes/rst.el (rst-minor-mode):
16861 * textmodes/sgml-mode.el (html-autoview-mode)
16862 (sgml-electric-tag-pair-mode):
16863 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
16864 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
16865 * emulation/crisp.el (crisp-mode):
16866 * emacs-lisp/eldoc.el (eldoc-mode):
16867 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
16868 minor mode behavior.
16869
16870 2011-10-19 Juri Linkov <juri@jurta.org>
16871
16872 * descr-text.el (describe-char): Add #x2010 and #x2011 to
16873 the list of hard-coded chars with escape-glyph face.
16874
16875 2011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
16876
16877 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
16878
16879 2011-10-19 Michael Albinus <michael.albinus@gmx.de>
16880
16881 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
16882 running process.
16883
16884 2011-10-19 Glenn Morris <rgm@gnu.org>
16885
16886 * vc/vc-bzr.el (vc-bzr-after-dir-status):
16887 Ignore ignored files. (Bug#9726)
16888
16889 2011-10-19 Chong Yidong <cyd@gnu.org>
16890
16891 Doc fix for minor modes, stating that an omitted argument enables
16892 the mode unconditionally when called from Lisp.
16893
16894 * abbrev.el (abbrev-mode):
16895 * allout.el (allout-mode):
16896 * autoinsert.el (auto-insert-mode):
16897 * autoarg.el (autoarg-mode, autoarg-kp-mode):
16898 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
16899 (global-auto-revert-mode):
16900 * battery.el (display-battery-mode):
16901 * composite.el (global-auto-composition-mode)
16902 (auto-composition-mode):
16903 * delsel.el (delete-selection-mode):
16904 * desktop.el (desktop-save-mode):
16905 * dired-x.el (dired-omit-mode):
16906 * dirtrack.el (dirtrack-mode):
16907 * doc-view.el (doc-view-minor-mode):
16908 * double.el (double-mode):
16909 * electric.el (electric-indent-mode, electric-pair-mode):
16910 * emacs-lock.el (emacs-lock-mode):
16911 * epa-hook.el (auto-encryption-mode):
16912 * follow.el (follow-mode):
16913 * font-core.el (font-lock-mode):
16914 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
16915 * help.el (temp-buffer-resize-mode):
16916 * hilit-chg.el (highlight-changes-mode)
16917 (highlight-changes-visible-mode):
16918 * hi-lock.el (hi-lock-mode):
16919 * hl-line.el (hl-line-mode, global-hl-line-mode):
16920 * icomplete.el (icomplete-mode):
16921 * ido.el (ido-everywhere):
16922 * image-file.el (auto-image-file-mode):
16923 * image-mode.el (image-minor-mode):
16924 * iswitchb.el (iswitchb-mode):
16925 * jka-cmpr-hook.el (auto-compression-mode):
16926 * linum.el (linum-mode):
16927 * longlines.el (longlines-mode):
16928 * master.el (master-mode):
16929 * mb-depth.el (minibuffer-depth-indicate-mode):
16930 * menu-bar.el (menu-bar-mode):
16931 * minibuf-eldef.el (minibuffer-electric-default-mode):
16932 * mouse-sel.el (mouse-sel-mode):
16933 * msb.el (msb-mode):
16934 * mwheel.el (mouse-wheel-mode):
16935 * outline.el (outline-minor-mode):
16936 * paren.el (show-paren-mode):
16937 * recentf.el (recentf-mode):
16938 * reveal.el (reveal-mode, global-reveal-mode):
16939 * rfn-eshadow.el (file-name-shadow-mode):
16940 * ruler-mode.el (ruler-mode):
16941 * savehist.el (savehist-mode):
16942 * scroll-all.el (scroll-all-mode):
16943 * scroll-bar.el (scroll-bar-mode):
16944 * server.el (server-mode):
16945 * shell.el (shell-dirtrack-mode):
16946 * simple.el (auto-fill-mode, transient-mark-mode)
16947 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
16948 (line-number-mode, column-number-mode, size-indication-mode)
16949 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
16950 * strokes.el (strokes-mode):
16951 * time.el (display-time-mode):
16952 * t-mouse.el (gpm-mouse-mode):
16953 * tool-bar.el (tool-bar-mode):
16954 * tooltip.el (tooltip-mode):
16955 * type-break.el (type-break-mode-line-message-mode)
16956 (type-break-query-mode):
16957 * view.el (view-mode):
16958 * whitespace.el (whitespace-mode, whitespace-newline-mode)
16959 (global-whitespace-mode, global-whitespace-newline-mode):
16960 * xt-mouse.el (xterm-mouse-mode): Doc fix.
16961
16962 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
16963 Fix autogenerated docstring.
16964
16965 2011-10-19 Juri Linkov <juri@jurta.org>
16966
16967 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
16968 by checking environment variables "DESKTOP_SESSION" and
16969 "XDG_CURRENT_DESKTOP". (Bug#9779)
16970
16971 2011-10-19 Juri Linkov <juri@jurta.org>
16972
16973 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
16974 (browse-url-chromium-program, browse-url-chromium-arguments):
16975 New defcustoms.
16976 (browse-url-default-browser): Check for `browse-url-chromium' and
16977 call `browse-url-chromium-program'.
16978 (browse-url-chromium): New command. (Bug#9779)
16979
16980 2011-10-18 Juanma Barranquero <lekktu@gmail.com>
16981
16982 * facemenu.el (list-colors-duplicates): On Windows, detect more
16983 duplicates by assuming that only colors matching "^System" are
16984 special "system colors". (Bug#9722)
16985
16986 2011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
16987
16988 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
16989 to distinguish the author from the committer.
16990
16991 2011-10-18 Michael Albinus <michael.albinus@gmx.de>
16992
16993 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
16994
16995 2011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
16996
16997 * international/mule.el (sgml-html-meta-auto-coding-function):
16998 Add support for detecting encoding in HTML5 specified only as
16999 <meta charset="UTF-8">. Implementation just makes http-equiv and
17000 content-type parts from HTML4 encoding string optional. (Bug#9716)
17001
17002 2011-10-18 Glenn Morris <rgm@gnu.org>
17003
17004 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
17005
17006 2011-10-18 Chong Yidong <cyd@gnu.org>
17007
17008 * faces.el (cursor): Doc fix.
17009
17010 2011-10-17 Chong Yidong <cyd@gnu.org>
17011
17012 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
17013
17014 2011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
17015
17016 * dirtrack.el (dirtrack): Support shell buffers with path
17017 prefixes, e.g. tramp-based remote shells. (Bug#9647)
17018
17019 2011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
17020
17021 * json.el: Bump version to 1.3 and note change in History.
17022 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
17023
17024 2011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
17025
17026 * comint.el (comint-insert-input, comint-send-input)
17027 (comint-get-old-input-default, comint-backward-matching-input)
17028 (comint-next-prompt): Use nil instead of `input' for field property of
17029 past user input (bug#114).
17030
17031 * minibuffer.el (completion--replace): Inherit surrounding properties
17032 (bug#114).
17033 (minibuffer-complete-and-exit): Use it.
17034
17035 * comint.el (comint--table-subvert): Quote the all-completions output
17036 (bug#9160).
17037
17038 2011-10-17 Martin Rudalics <rudalics@gmx.at>
17039
17040 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
17041
17042 * menu-bar.el (menu-bar-file-menu): Add entry for making new
17043 window on right of selected. (Bug#9350) Reword other window
17044 entries and separate them from frame entries.
17045
17046 2011-10-15 Glenn Morris <rgm@gnu.org>
17047
17048 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
17049 Doc fixes.
17050
17051 2011-10-15 Chong Yidong <cyd@stupidchicken.com>
17052
17053 * net/network-stream.el (network-stream-open-starttls):
17054 Improve detection of failure due to lack of TLS support.
17055
17056 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
17057 putting the input text in front and in bold.
17058
17059 2011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
17060
17061 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
17062
17063 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
17064 empty buffer.
17065
17066 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
17067 unread-command-events rather than pushing yet-another event.
17068
17069 2011-10-14 Eli Zaretskii <eliz@gnu.org>
17070
17071 * mail/sendmail.el (sendmail-query-once): Improve the wording of
17072 the explanation of the possible choices. Make the options passed
17073 to completing-read shorter.
17074
17075 2011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
17076
17077 * textmodes/flyspell.el (flyspell-large-region): Make sure
17078 extended character mode is used if defined (Bug#1339).
17079
17080 2011-10-13 Eli Zaretskii <eliz@gnu.org>
17081
17082 * simple.el (what-cursor-position): Fix the display of the
17083 character info for LRE, LRO, RLE, and RLO characters by appending
17084 an invisible PDF.
17085
17086 2011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
17087
17088 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
17089 even in case of error; add debug spec; simplify data flow.
17090 (with-timeout-handler): Remove.
17091
17092 2011-10-12 Michael Albinus <michael.albinus@gmx.de>
17093
17094 Fix Bug#6019, Bug#9315.
17095
17096 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
17097 complete `buffer-file-name', the local file name part could look
17098 remotely (for example on VMS).
17099
17100 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
17101 `tramp-run-real-handler'.
17102 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
17103 already quoted by '"'.
17104
17105 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
17106 Let `file-name-handler-alist' be nil, the local file name part
17107 could look remotely (for example on VMS).
17108
17109 2011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
17110
17111 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
17112 from here...
17113 (flyspell-post-command-hook): ...to here.
17114
17115 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
17116
17117 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
17118 if not needed.
17119 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
17120 using completion. Protect against "slow" callers.
17121 Remove the "message hack".
17122
17123 2011-10-11 Juri Linkov <juri@jurta.org>
17124
17125 * isearch.el (isearch-lazy-highlight-word): New variable.
17126 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
17127 Use it. (Bug#9727)
17128
17129 2011-10-11 Glenn Morris <rgm@gnu.org>
17130
17131 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
17132 like f90-previous-statement does.
17133
17134 2011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
17135
17136 * eshell/eshell.el (eshell-command): History should be saved
17137 only in interactive use, to avoid error.
17138
17139 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
17140
17141 * minibuffer.el (completion-file-name-table): Fix last change,
17142 i.e. ignore normal errors but not the other ones.
17143
17144 2011-10-10 Martin Rudalics <rudalics@gmx.at>
17145
17146 * window.el (special-display-buffer-names)
17147 (special-display-regexps): Remove some remnants of earlier
17148 changes from doc-strings.
17149 (quit-windows-on): New function.
17150
17151 * vc/vc.el (vc-revert, vc-rollback):
17152 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
17153 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
17154 (Bug#6183) (Bug#7074) (Bug#7447)
17155
17156 2011-10-09 Martin Rudalics <rudalics@gmx.at>
17157
17158 * window.el (frame-auto-hide-function): Add version tag.
17159 (Bug#9699)
17160
17161 2011-10-09 Michael Albinus <michael.albinus@gmx.de>
17162
17163 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
17164 condition.
17165
17166 2011-10-09 Leo Liu <sdl.web@gmail.com>
17167
17168 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
17169 (Bug#9701)
17170
17171 2011-10-08 Glenn Morris <rgm@gnu.org>
17172
17173 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
17174 before the first code statement zero indent. (Bug#9690)
17175
17176 2011-10-08 Chong Yidong <cyd@stupidchicken.com>
17177
17178 * simple.el (count-words-region): Always count in the region.
17179 Report the number of lines and characters too.
17180 (count-words): New command, which counts in the buffer if the
17181 region is inactive, as count-words-region used to.
17182 (count-words--message): New function. Handle plurals.
17183 (count-lines-region): Make it an alias for count-words-region.
17184
17185 * bindings.el (esc-map): Replace count-lines-region with
17186 count-words-region.
17187
17188 2011-10-08 Martin Rudalics <rudalics@gmx.at>
17189
17190 * window.el (window--delete): Delete dedicated frame
17191 unconditionally when argument KILL is non-nil. (Bug#9699)
17192 (switch-to-buffer): Fix doc-string typo.
17193
17194 2011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
17195
17196 * eshell/eshell.el (eshell-command): Avoid using hooks.
17197
17198 2011-10-07 Chong Yidong <cyd@stupidchicken.com>
17199
17200 * bindings.el ([M-left],[M-right]): Bind to left-word and
17201 right-word respectively.
17202
17203 2011-10-07 Glenn Morris <rgm@gnu.org>
17204
17205 * cus-start.el (debug-on-quit): Fix custom type.
17206
17207 2011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
17208
17209 * subr.el (define-key-after): Clarify that the function is not
17210 useful for non-menu keymaps.
17211
17212 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
17213
17214 2011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
17215
17216 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
17217 in current minibuffer (Fix bug with recursive minibuffers).
17218
17219 2011-10-06 Chong Yidong <cyd@stupidchicken.com>
17220
17221 * progmodes/gdb-mi.el (gdb): Doc fix.
17222
17223 2011-10-05 Martin Rudalics <rudalics@gmx.at>
17224
17225 * window.el (frame-auto-hide-function): New option replacing
17226 frame-auto-delete. Suggested by Stefan Monnier.
17227 (window--delete): Call frame-auto-hide-function instead of
17228 investigating frame-auto-delete.
17229 (window-point-1, set-window-point-1): New functions.
17230 (window-in-direction, record-window-buffer, window-state-get-1)
17231 (display-buffer-record-window): Use window-point-1 instead of
17232 window-point.
17233 (set-window-buffer-start-and-point): Use set-window-point-1.
17234
17235 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
17236
17237 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
17238
17239 2011-10-05 Glenn Morris <rgm@gnu.org>
17240
17241 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
17242 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
17243
17244 2011-10-05 Leo Liu <sdl.web@gmail.com>
17245
17246 * subr.el (read-char-choice): Fix argument to buffer-live-p which
17247 works with buffer object.
17248
17249 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
17250
17251 * mpc.el (mpc-tool-bar-map): Add labels.
17252
17253 2011-10-04 Glenn Morris <rgm@gnu.org>
17254
17255 * calendar/holidays.el (calendar-check-holidays): Doc fix.
17256
17257 2011-10-04 Martin Rudalics <rudalics@gmx.at>
17258
17259 * window.el (window--delete): New function.
17260 (frame-auto-delete): Resuscitate option.
17261 (bury-buffer, replace-buffer-in-windows)
17262 (quit-window): Rewrite using window--delete.
17263 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
17264 Pass display-buffer-mark-dedicated to window--display-buffer-2
17265 (Bug#9639).
17266
17267 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
17268
17269 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
17270 returns a list (bug#9554). Add remote file name completion.
17271 * comint.el (comint--table-subvert): Curry and get quote&unquote
17272 functions as arguments.
17273 (comint--complete-file-name-data): Adjust call accordingly.
17274 * pcomplete.el (pcomplete--table-subvert): Remove.
17275 (pcomplete-completions-at-point): Use comint--table-subvert instead.
17276
17277 * minibuffer.el (completion-table-case-fold): Use currying.
17278 (completion--styles-type, completion--cycling-threshold-type):
17279 New constants.
17280 (completion-styles, completion-category-overrides)
17281 (completion-cycle-threshold): Use them.
17282 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
17283 completion-table-case-fold.
17284
17285 2011-10-03 Stephen Berman <stephen.berman@gmx.net>
17286
17287 * minibuffer.el (completion-category-overrides): Fix type of styles
17288 and add more user friendly tags (bug#9660).
17289
17290 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
17291
17292 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
17293 (mule-input-method-string): New widget.
17294 (default-input-method, language-info-custom-alist): Use it.
17295
17296 2011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
17297
17298 * pcomplete.el: Require comint.
17299 (pcomplete--common-suffix): Remove.
17300 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
17301 (pcomplete--table-subvert): Sync with comint--table-subvert.
17302 (pcomplete--entries): Use comint-completion-file-name-table.
17303 * comint.el (comint-unquote-filename): Simplify.
17304 (comint-completion-file-name-table): New function (bug#9616).
17305 (comint--complete-file-name-data): Use it.
17306
17307 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
17308 (pcmpl-gnu-tar-buffer): Remove.
17309 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
17310 around. Make sure pcomplete-suffix-list is only changed temporarily.
17311 Don't look inside the tar's file if it's too large.
17312
17313 2011-10-01 Chong Yidong <cyd@stupidchicken.com>
17314
17315 * cus-edit.el (custom-mode-map):
17316 * epa.el (epa-key-list-mode-map):
17317 * man.el (Man-mode-map):
17318 * startup.el (splash-screen-keymap):
17319 * simple.el (special-mode-map): Use scroll-up-command and
17320 scroll-down-command.
17321
17322 * progmodes/idlw-help.el (idlwave-help-mode-map):
17323 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
17324 * net/newst-plainview.el (newsticker-mode-map):
17325 * emulation/ws-mode.el (wordstar-mode-map):
17326 * emulation/vi.el (vi-com-map):
17327 * calc/calc-graph.el (calc-graph-show-dumb):
17328 * term/sun.el (terminal-init-sun):
17329 * term/ns-win.el (global-map):
17330 * progmodes/grep.el (grep-mode-map):
17331 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
17332 * mail/rmail.el (rmail-mode-map):
17333 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
17334
17335 * custom.el (custom-safe-themes, load-theme): Treat value of t for
17336 custom-safe-themes as special.
17337
17338 2011-10-01 Julien Danjou <julien@danjou.info>
17339
17340 * notifications.el (notifications-notify): Fix docstring.
17341
17342 2011-10-01 Per Starbäck <per@starback.se>
17343
17344 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
17345
17346 2011-09-30 Martin Rudalics <rudalics@gmx.at>
17347
17348 * startup.el (command-line-1): Fix last fix by inserting
17349 initial-scratch-message into *scratch* before displaying it.
17350 (Bug#9605) and (Bug#9636)
17351
17352 2011-09-29 Eli Zaretskii <eliz@gnu.org>
17353
17354 * simple.el (line-move): If auto-hscroll-mode is disabled and the
17355 window is hscrolled, move by logical lines. (Bug#9607)
17356 (line-move-visual): Update the doc string to the above effect.
17357
17358 2011-09-29 Martin Rudalics <rudalics@gmx.at>
17359
17360 * window.el (display-buffer-record-window): When WINDOW is the
17361 selected window use `point' instead of `window-point'. (Bug#9626)
17362
17363 * startup.el (command-line-1): Use insert-before-markers when
17364 inserting initial-scratch-message. (Bug#9605)
17365
17366 * help.el (help-window): Remove variable.
17367
17368 2011-09-29 Glenn Morris <rgm@gnu.org>
17369
17370 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
17371
17372 2011-09-29 Juanma Barranquero <lekktu@gmail.com>
17373
17374 * descr-text.el (describe-char-categories): Accept category
17375 descriptions more than one line long.
17376
17377 2011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
17378
17379 * simple.el (delete-trailing-whitespace): Fix last change.
17380
17381 * progmodes/perl-mode.el (perl-syntax-propertize-function):
17382 Don't confuse "y => 3" as the beginning of a `y' operation.
17383
17384 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
17385 object has more than 4 slots (bug#9613).
17386
17387 2011-09-28 Juanma Barranquero <lekktu@gmail.com>
17388
17389 * subr.el (with-output-to-temp-buffer):
17390 * net/quickurl.el (quickurl, quickurl-browse-url):
17391 Fix typos in docstrings.
17392
17393 2011-09-27 Eli Zaretskii <eliz@gnu.org>
17394
17395 * minibuffer.el (completion-styles)
17396 (completion-category-overrides): Cross reference each other in doc
17397 strings.
17398
17399 2011-09-27 Glenn Morris <rgm@gnu.org>
17400
17401 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
17402 to split-string. (Bug#9606)
17403
17404 2011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
17405
17406 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
17407 (bug#9615).
17408
17409 2011-09-27 Chong Yidong <cyd@stupidchicken.com>
17410
17411 * emacs-lisp/package.el (list-packages): Fix echo area message.
17412
17413 2011-09-27 Leo Liu <sdl.web@gmail.com>
17414
17415 * ido.el (ido-read-internal): Accept cons cell HIST arg.
17416
17417 2011-09-25 Michael Albinus <michael.albinus@gmx.de>
17418
17419 * net/dbus.el (dbus-unregister-object): Don't release services for
17420 registered signals. (Bug#9581)
17421
17422 2011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
17423
17424 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
17425 function that picks between cfengine 2 and 3 support
17426 automatically. Update docs accordingly.
17427
17428 2011-09-22 Kenichi Handa <handa@m17n.org>
17429
17430 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
17431 ZERO.
17432 (indian-itrans-v5-table-for-tamil): New variable.
17433 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
17434
17435 2011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
17436
17437 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
17438 that's true if the current command involved collapsing of text.
17439 It's reset to false at the beginning of the next command.
17440 (allout-post-command-business): Move the cursor to the beginning
17441 of entry if the cursor is hidden and collapsing activity just
17442 happened.
17443
17444 2011-09-24 Chong Yidong <cyd@stupidchicken.com>
17445
17446 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
17447 tracking (Bug#9541).
17448
17449 2011-09-24 Ulf Jasper <ulf.jasper@web.de>
17450
17451 * net/newst-reader.el (newsticker-html-renderer)
17452 (newsticker-show-news): Automatically load html rendering package
17453 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
17454 because w3m-fill-column is let-bound" and the error "Symbol's value
17455 as variable is void: w3m-fill-column".
17456
17457 2011-09-24 Michael Albinus <michael.albinus@gmx.de>
17458
17459 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
17460 Release services only if they are defined. (Bug#9581)
17461
17462 2011-09-23 Richard Stallman <rms@gnu.org>
17463
17464 * textmodes/paragraphs.el (forward-sentence): For backwards case,
17465 distinguish start of paragraph from start of its text.
17466
17467 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
17468
17469 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
17470 (rmail-generate-viewer-buffer): Put that hook on view buffer.
17471 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
17472
17473 2011-09-23 Andreas Schwab <schwab@linux-m68k.org>
17474
17475 * international/mule-diag.el (mule-diag): Insert a newline after
17476 each fontset description.
17477
17478 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
17479
17480 * simple.el (delete-trailing-whitespace):
17481 Document last change; simplify.
17482
17483 2011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
17484
17485 * simple.el (delete-trailing-whitespace): Also delete
17486 extra newlines at the end of the buffer.
17487
17488 * textmodes/picture.el: Make motion commands obey shift-select-mode.
17489 (picture-newline): Use forward-line so as to ignore fields.
17490
17491 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
17492
17493 * subr.el (with-wrapper-hook): Fix edebug spec.
17494
17495 2011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
17496
17497 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
17498 (bug#4538).
17499
17500 2011-09-23 Michael Albinus <michael.albinus@gmx.de>
17501
17502 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
17503 Fix nasty bug using wrong cached values.
17504
17505 2011-09-23 Alan Mackenzie <acm@muc.de>
17506
17507 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
17508
17509 2011-09-23 Chong Yidong <cyd@stupidchicken.com>
17510
17511 * window.el (pop-to-buffer): Ensure right window is selected if we
17512 chose another frame.
17513
17514 2011-09-22 Eli Zaretskii <eliz@gnu.org>
17515
17516 * simple.el (what-cursor-position): Use get-char-property-change
17517 and next-single-char-property-change, to be able to show display
17518 properties that come from overlays as well as text properties.
17519
17520 2011-09-22 Chong Yidong <cyd@stupidchicken.com>
17521
17522 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
17523
17524 * cmuscheme.el (run-scheme, switch-to-scheme):
17525 * cus-edit.el (customize-group, custom-buffer-create)
17526 (customize-browse):
17527 * info.el (info):
17528 * shell.el (shell):
17529 * mail/sendmail.el (mail):
17530 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
17531
17532 2011-09-22 Richard Stallman <rms@gnu.org>
17533
17534 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
17535 move back only to line beg, don't move back over blank lines.
17536
17537 2011-09-22 Michael Albinus <michael.albinus@gmx.de>
17538
17539 * files.el (copy-directory): Set directory attributes only in case
17540 they could be retrieved from the source directory. (Bug#9565)
17541
17542 2011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
17543
17544 * progmodes/hideshow.el (hs-looking-at-block-start-p)
17545 (hs-find-block-beginning, hs-hide-level-recursive):
17546 Ignore strings as well as comments. (Bug#9502)
17547
17548 2011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
17549
17550 * progmodes/sql.el (sql-comint-postgres):
17551 Convert port number to a string. (Bug#9566)
17552
17553 2011-09-22 Martin Rudalics <rudalics@gmx.at>
17554
17555 * window.el (quit-window): Undedicate window when switching to
17556 previous buffer. Reported by Thierry Volpiatto
17557 <thierry.volpiatto@gmail.com>.
17558 (special-display-popup-frame): When popping up a new frame reset
17559 its previous buffers to nil. Simplify code.
17560
17561 2011-09-21 Michael Albinus <michael.albinus@gmx.de>
17562
17563 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
17564 and process filter, as done also in `shell-command'.
17565
17566 2011-09-21 Martin Rudalics <rudalics@gmx.at>
17567
17568 * window.el (set-window-buffer-start-and-point):
17569 Call set-window-start with NOFORCE argument t.
17570 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
17571 (quit-window): Reword doc-string. Handle new format of
17572 quit-restore parameter. Don't delete window if it has a
17573 previous buffer we can show instead of the present one.
17574 (display-buffer-record-window): Rewrite using a new format for
17575 the quit-restore window parameter
17576 (special-display-popup-frame, display-buffer-same-window)
17577 (display-buffer-reuse-window, display-buffer-pop-up-frame)
17578 (display-buffer-pop-up-window, display-buffer-use-some-window):
17579 Adapt symbol passed to display-buffer-record-window.
17580 * help.el (help-window-setup): Handle new format of quit-restore
17581 parameter.
17582
17583 2011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
17584
17585 * faces.el (face-list): Fix docstring (bug#9564).
17586
17587 * window.el (display-buffer--action-function-custom-type):
17588 Don't include internal functions in the Custom interface.
17589
17590 2011-09-20 Juri Linkov <juri@jurta.org>
17591
17592 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
17593 (Info-forward-node, Info-backward-node, Info-next-preorder)
17594 (Info-last-preorder): Use it. (Bug#9528)
17595
17596 2011-09-20 Juri Linkov <juri@jurta.org>
17597
17598 * info.el (Info-last-preorder): Visit last menu item only when
17599 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
17600
17601 2011-09-20 Julien Danjou <julien@danjou.info>
17602
17603 * password-cache.el (password-cache-remove): Remove entries even if the
17604 value is nil, so that password with a nil value (negative caching) is
17605 possible to invalidate.
17606
17607 2011-09-20 Lawrence Mitchell <wence@gmx.li>
17608
17609 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
17610 all whitespace around breakpoint. (Bug#9553)
17611 (f90-find-breakpoint): Only break at whitespace inside a comment.
17612
17613 2011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
17614
17615 * minibuffer.el (completion-file-name-table): Keep track of errors.
17616 (completion-table-with-predicate): Handle the case where pred1 is nil.
17617 * pcomplete.el (pcomplete-completions-at-point): Simplify.
17618
17619 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
17620
17621 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
17622 (debugger-return-value): Signal an error if the debugging context does
17623 not await any return value.
17624
17625 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
17626 * image-mode.el (image-toggle-display-text)
17627 (image-toggle-display-image): Stay away from evil `intangible'.
17628
17629 2011-09-19 Leo Liu <sdl.web@gmail.com>
17630
17631 * replace.el (occur-revert-arguments): Make it permanent-local.
17632 (occur-mode): Don't call font-lock-defontify.
17633
17634 2011-09-19 Chong Yidong <cyd@stupidchicken.com>
17635
17636 * net/ldap.el (ldap-search-internal): Don't push empty search
17637 result (Bug#9508).
17638
17639 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
17640
17641 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
17642
17643 2011-09-19 Michael Albinus <michael.albinus@gmx.de>
17644
17645 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
17646 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
17647
17648 2011-09-18 Juri Linkov <juri@jurta.org>
17649
17650 * buff-menu.el (Buffer-menu-mode-map):
17651 * dired.el (dired-mode-map):
17652 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
17653 (lisp-interaction-mode-map):
17654 * emacs-lisp/package.el (package-menu-mode-map):
17655 * epa.el (epa-key-list-mode-map):
17656 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
17657 (menu-bar-options-menu):
17658 * outline.el (outline-mode-menu-bar-map):
17659 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
17660 * vc/vc-dir.el (vc-dir-menu-map):
17661 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
17662 Capitalize non-function content words in menu item strings.
17663
17664 * dired.el (dired-mode-map): Add menu item for
17665 `image-dired-dired-toggle-marked-thumbs'.
17666
17667 2011-09-18 Juri Linkov <juri@jurta.org>
17668
17669 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
17670 to `isearch-case-fold-search' and restore its original value
17671 after the `isearch-mode' call.
17672
17673 2011-09-18 Juri Linkov <juri@jurta.org>
17674
17675 * progmodes/grep.el (grep-process-setup): Don't check code for 1
17676 because `zgrep' returns 1 for successful matches (bug#9226).
17677
17678 2011-09-18 Juri Linkov <juri@jurta.org>
17679
17680 * info.el (Info-extract-menu-node-name): Check the second match
17681 for empty string (second test-case of bug#9528).
17682 (Info-last-preorder): Let-bind `Info-history' to nil to not add
17683 intermediate nodes to the history (first test-case of bug#9528).
17684
17685 2011-09-18 Juri Linkov <juri@jurta.org>
17686
17687 * info.el (Info-mode-syntax-table): New variable.
17688 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
17689
17690 2011-09-18 Juri Linkov <juri@jurta.org>
17691
17692 * info.el (Info-file-supports-index-cookies):
17693 Increment line-beginning-position's arg from 3 to 4 because makeinfo
17694 outputs one more line for long file names (bug#4142).
17695
17696 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
17697
17698 * newcomment.el (comment-normalize-vars): If prompting for
17699 comment-start, set comment-start-skip too (Bug#8424).
17700
17701 2011-09-18 Johan Bockgård <bojohan@gnu.org>
17702
17703 * icomplete.el: Fix previous fix of Bug#5849.
17704 (icomplete-mode): Don't set completion-show-inline-help.
17705 (icomplete-minibuffer-setup): Set completion-show-inline-help
17706 locally during icompletion.
17707
17708 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
17709
17710 * woman.el (woman2-process-escapes): Don't delete unrecognized
17711 escapes (Bug#7843).
17712
17713 * files.el (inhibit-first-line-modes-regexps): Add image files.
17714 (hack-local-variables-prop-line): Return nil for malformed
17715 prop-lines (Bug#9044).
17716
17717 2011-09-18 Michael Albinus <michael.albinus@gmx.de>
17718
17719 * net/tramp.el (top): Don't require 'shell.
17720 (tramp-methods): Fix docstring.
17721 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
17722 Return complete remote file name. Handle "smb" case.
17723 Use `tramp-tmpdir', if defined for the respective method.
17724 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
17725
17726 * net/tramp-compat.el (top): Require 'shell.
17727
17728 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
17729 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
17730 `tramp-current-host'.
17731 (tramp-get-remote-tmpdir): Remove.
17732
17733 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
17734 `tramp-tmpdir' entries.
17735 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
17736 (tramp-smb-handle-file-attributes): Ignore errors.
17737 (tramp-smb-wait-for-output): Check also for process end.
17738
17739 2011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
17740
17741 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
17742 when sending QUIT (bug#9312).
17743
17744 2011-09-17 Chong Yidong <cyd@stupidchicken.com>
17745
17746 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
17747 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
17748 occur-mode-display-occurrence.
17749 (occur-edit-mode): Add usage message.
17750 (occur-cease-edit): New command.
17751 (occur-after-change-function): Use text properties to find the
17752 position of the prefix text.
17753 (occur-engine): Set stickiness of prefix text properties.
17754
17755 2011-09-17 Glenn Morris <rgm@gnu.org>
17756
17757 * progmodes/etags.el (complete-tag):
17758 Fix call to completion-in-region. (Bug#9526)
17759
17760 2011-09-17 Juri Linkov <juri@jurta.org>
17761
17762 * textmodes/ispell.el (ispell-word): Add to the error message
17763 the word, ispell program name and current dictionary (bug#9121).
17764 (ispell-tex-arg-end): Capitalize "error" in the error message.
17765
17766 2011-09-17 Andreas Schwab <schwab@linux-m68k.org>
17767
17768 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
17769 check. (Bug#4251)
17770
17771 2011-09-17 Juri Linkov <juri@jurta.org>
17772
17773 * window.el (window-safe-min-height, window-safe-min-width):
17774 Fix typos (followup to bug#9522).
17775
17776 2011-09-17 Sven Joachim <svenjoac@gmx.de>
17777
17778 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
17779
17780 2011-09-16 Eli Zaretskii <eliz@gnu.org>
17781
17782 * simple.el (line-move): If goal-column is set, move by logical
17783 lines, not by display lines. (Bug#971)
17784 (next-line, previous-line, goal-column, line-move-visual): Doc fix
17785 to reflect the above change.
17786
17787 2011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
17788
17789 * image.el (imagemagick-register-types): Use regexp-opt.
17790
17791 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
17792
17793 * window.el (display-buffer-base-action): Rename from
17794 display-buffer-default-action. Make default value empty.
17795 (display-buffer-overriding-action): Convert to defvar.
17796 (display-buffer-fallback-action): New var.
17797
17798 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
17799
17800 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
17801 declaration.
17802 (package--add-to-archive-contents): If there is a duplicate entry
17803 with an older version, remove it.
17804 (package-menu-mark-delete, package-menu-mark-install)
17805 (package-menu-mark-unmark): Make unused args optional.
17806 (package-menu-mark-obsolete-for-deletion):
17807 Use package-menu-get-status instead of a regexp search.
17808 (package-menu-get-status): Use tabulated-list-entry.
17809 (package-menu-mark-upgrades): New command.
17810 (package-menu-mode-map): Bind it to U. Add it to menu bar.
17811 (package-menu-execute): Do installation before deletion.
17812 (package-menu-refresh, package-menu-execute): Use derived-mode-p
17813 instead of checking major-mode.
17814 (package-menu--find-upgrades): New function.
17815
17816 2011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
17817
17818 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
17819 passwords in the log buffer.
17820 (smtpmail-process-filter): Update the process marker so that the
17821 "broken by peer" status message is inserted in the right place.
17822
17823 2011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
17824
17825 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
17826 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
17827 bibtex-completion-at-point-function.
17828 (bibtex-completion-at-point-function): Use them.
17829
17830 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
17831
17832 * mpc.el (mpc-constraints-tag-lookup): New function.
17833 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
17834 also to browser "album|playlist".
17835
17836 2011-09-14 Juri Linkov <juri@jurta.org>
17837
17838 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
17839 (isearch-edit-string): Use length of `isearch-string' when
17840 `isearch-fail-pos' returns nil.
17841 (isearch-message): Remove duplicate code and call
17842 `isearch-fail-pos' with arg `t'.
17843
17844 2011-09-14 Chong Yidong <cyd@stupidchicken.com>
17845
17846 * replace.el (occur-mode-goto-occurrence): Don't force using other
17847 window (Bug#9499).
17848
17849 * dired-aux.el (dired-do-chmod): Don't provide initial input.
17850
17851 2011-09-14 Martin Rudalics <rudalics@gmx.at>
17852
17853 * window.el (display-buffer-window): Remove.
17854 (display-buffer-record-window): Use help-setup window parameter
17855 instead of variable display-buffer-window.
17856 (display-buffer-function, special-display-buffer-names)
17857 (special-display-function): Mention help-setup parameter instead
17858 of display-buffer-window in doc-string.
17859 * help.el (help-window-setup): New argument help-window.
17860 Use help-window-setup parameter instead of display-buffer-window.
17861 Reword some messages.
17862 (with-help-window): Pass window used for displaying the buffer
17863 to help-window-setup. Don't set display-buffer-window.
17864
17865 2011-09-13 Glenn Morris <rgm@gnu.org>
17866
17867 * emacs-lisp/debug.el (debugger-make-xrefs):
17868 Preserve point. (Bug#9462)
17869
17870 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
17871
17872 * window.el (window-deletable-p): Use next-frame.
17873
17874 2011-09-13 Martin Rudalics <rudalics@gmx.at>
17875
17876 * window.el (window-auto-delete): Remove.
17877 (window-deletable-p): Remove argument FORCE. Don't deal with
17878 dedication and previous buffers.
17879 (switch-to-prev-buffer): Don't delete window.
17880 (delete-windows-on): Delete a window's frame if and only if the
17881 window is dedicated.
17882 (replace-buffer-in-windows): Delete buffer's window or frame if
17883 and only if window is dedicated.
17884 (quit-window): Handle quit-restore as before last change.
17885 (bury-buffer): Delete window only if window-deletable-p returns t.
17886
17887 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
17888
17889 * window.el (window-deletable-p): Never delete the last frame on a
17890 given terminal.
17891
17892 2011-09-13 Glenn Morris <rgm@gnu.org>
17893
17894 * help.el (describe-key-briefly): Copy previous standard-output change.
17895
17896 2011-09-13 PJ Weisberg <pj@irregularexpressions.net>
17897
17898 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
17899
17900 2011-09-13 Glenn Morris <rgm@gnu.org>
17901
17902 * emacs-lisp/lisp-mode.el (lisp-indent-function):
17903 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
17904
17905 2011-09-12 Chong Yidong <cyd@stupidchicken.com>
17906
17907 * dired-aux.el (dired-mark-read-string): Don't return default
17908 value on empty input (Bug#9361).
17909 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
17910 Omit initial minibuffer contents.
17911 (dired-do-chmod): Signal an error on empty input.
17912 (dired-mark-read-string): Don't return default on empty input.
17913
17914 * files.el (file-modes-symbolic-to-number): Doc fix.
17915
17916 2011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
17917
17918 * international/mule-cmds.el (ucs-completions): Remove.
17919 (read-char-by-name): Use complete-with-action instead; add metadata.
17920
17921 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
17922
17923 * window.el (display-buffer--action-function-custom-type)
17924 (display-buffer--action-custom-type): New vars.
17925 (display-buffer-alist, display-buffer-default-action)
17926 (display-buffer-overriding-action): Add defcustom types.
17927
17928 * frame.el (delete-other-frames): Doc fix (Bug#276).
17929
17930 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
17931
17932 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
17933
17934 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
17935
17936 Change modes that used same-window-* vars to use switch-to-buffer.
17937
17938 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
17939 Use switch-to-buffer.
17940
17941 * cus-edit.el (customize-group, custom-buffer-create)
17942 (customize-browse, custom-buffer-create-other-window):
17943 Use switch-to-buffer or switch-to-buffer-other-window.
17944
17945 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
17946 (Info-prev, Info-up, Info-speedbar-goto-node)
17947 (info-display-manual): Use switch-to-buffer.
17948 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
17949
17950 * mail/sendmail.el (mail): Use switch-to-buffer.
17951 (mail-recover): Use switch-to-buffer-other-window.
17952
17953 * cmuscheme.el (run-scheme, switch-to-scheme):
17954 * ielm.el (ielm):
17955 * shell.el (shell):
17956 * net/rlogin.el (rlogin):
17957 * net/telnet.el (telnet, rsh):
17958 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
17959
17960 2011-09-11 Andreas Schwab <schwab@linux-m68k.org>
17961
17962 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
17963
17964 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
17965
17966 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
17967 so don't mention it (bug#9301).
17968 (dired-sort-toggle-or-edit): Clarify string further.
17969
17970 * faces.el (face-spec-set-match-display): Make `(type graphic)'
17971 match `x', `w32' and `ns', like the manual says (bug#9029).
17972
17973 * subr.el (eval-after-load): Doc string clarification (bug#9125).
17974 (process-kill-buffer-query-function): Mention the buffer name in
17975 the query.
17976
17977 * image-mode.el (image-next-line): The line parameter is mandatory
17978 (bug#9258).
17979
17980 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
17981 which can be useful (bug#9301).
17982
17983 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
17984
17985 * subr.el (match-string): Mention that the current buffer should
17986 be the same as the search was done in (bug#9282).
17987
17988 * facemenu.el: Disable the remove-* commands if the mark isn't
17989 active (bug#9162).
17990
17991 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
17992
17993 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
17994 of display-buffer.
17995 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
17996
17997 * replace.el (occur-mode-goto-occurrence)
17998 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
17999 and display-buffer.
18000
18001 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
18002 display-buffer.
18003
18004 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
18005 special-display and same-window variables.
18006 (mail-other-window): Use switch-to-buffer-other-window.
18007 (mail-other-frame): USe switch-to-buffer-other-frame.
18008
18009 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
18010 Use display-buffer-other-frame.
18011 (gdb-display-gdb-buffer): Use pop-to-buffer.
18012
18013 * progmodes/gud.el (gud-goto-info): Use info-other-window.
18014
18015 * progmodes/python.el: Don't set same-window-buffer-names.
18016
18017 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
18018
18019 * window.el (display-buffer-alist): Add *Python*.
18020
18021 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
18022
18023 * window.el (display-buffer-alist): Add entry for buffers
18024 previously handled same-window-*.
18025 (display-buffer-alist, display-buffer-default-action)
18026 (display-buffer-overriding-action): Mark as risky.
18027 (display-buffer-alist): Document action function changes.
18028 (display-buffer--same-window-action)
18029 (display-buffer--other-frame-action): New variables.
18030 (switch-to-buffer, display-buffer-other-frame): Use them.
18031 (display-buffer): Rename reuse-frame entry to reusable-frames.
18032 (display-buffer-reuse-selected-window): Function deleted.
18033 (display-buffer-reuse-window): Handle reusable-frames alist entry.
18034 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
18035 (display-buffer-special): New function.
18036 (display-buffer--maybe-pop-up-frame-or-window): Rename from
18037 display-buffer-reuse-or-pop-window. Split off special-display
18038 part into display-buffer-special.
18039 (display-buffer-use-some-window): Don't perform any special
18040 pop-up-frames handling.
18041 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
18042 (display-buffer--maybe-same-window): Rename from
18043 display-buffer-maybe-same-window.
18044
18045 * info.el: Don't set same-window-regexps.
18046 (info-setup): New function.
18047 (info-other-window, info): Call it.
18048
18049 * cus-edit.el: Don't set same-window-regexps.
18050 (customize-group): New argument.
18051 (customize-group-other-window): Use it.
18052 (customize-face, customize-face-other-window): Likewise.
18053 (custom-buffer-create-other-window): Use pop-to-buffer directly.
18054
18055 * net/rlogin.el:
18056 * net/telnet.el:
18057 * progmodes/gud.el: Don't set same-window-regexps.
18058
18059 * cmuscheme.el:
18060 * ielm.el:
18061 * shell.el:
18062 * mail/sendmail.el:
18063 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
18064
18065 2011-09-10 Juri Linkov <juri@jurta.org>
18066
18067 * isearch.el (isearch-edit-string): Remove obsolete mention of
18068 `C-w' (`isearch-yank-word-or-char') from docstring.
18069 (isearch-query-replace): Fix typo in docstring (bug#9466).
18070
18071 2011-09-10 Juri Linkov <juri@jurta.org>
18072
18073 * paren.el (show-paren-function): Don't show escaped parens.
18074 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
18075
18076 2011-09-10 Eli Zaretskii <eliz@gnu.org>
18077
18078 * mail/sendmail.el (mml-to-mime, mml-attach-file)
18079 (mm-default-file-encoding): Remove autoload forms, they are
18080 replaced with autoload cookies in mml.el and mm-encode.el.
18081 (mail-add-attachment): New command.
18082 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
18083 (mail-mode): Mention mail-insert-file and mail-add-attachment in
18084 the doc string.
18085 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
18086
18087 2011-09-10 Reuben Thomas <rrt@sc3d.org>
18088
18089 * simple.el (count-words-region): Use buffer if there's no region
18090 (bug#9429).
18091
18092 2011-09-09 Juri Linkov <juri@jurta.org>
18093
18094 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
18095 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
18096 (wdired-isearch-filter-read-only): New function. (Bug#6362)
18097
18098 2011-09-09 Alan Mackenzie <acm@muc.de>
18099
18100 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
18101 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
18102
18103 2011-09-09 Eli Zaretskii <eliz@gnu.org>
18104
18105 Fix for Savannah bug#9392.
18106 * simple.el (mail-encode-mml): New defvar.
18107
18108 * mail/rmail.el (mail-encode-mml): Add a defvar.
18109 (rmail-enable-mime-composing): Default to t.
18110 (rmail-forward): Use MIME method of forwarding only if both
18111 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
18112 Set mail-encode-mml non-nil if the MIME method was used.
18113
18114 * mail/sendmail.el (mml-to-mime): Add autoload form.
18115 (mail-encode-mml): Add a defvar.
18116 (mail-mode): Make mail-encode-mml buffer-local and initialize it
18117 to nil.
18118 (mail-send): If mail-encode-mml is non-nil, run the outgoing
18119 message through mml-to-mime, and reset mail-encode-mml to nil.
18120
18121 2011-09-09 Glenn Morris <rgm@gnu.org>
18122
18123 * woman.el (woman-if-body): When processing an .el block,
18124 do not delete the next .el block as well. (Bug#9447)
18125 (woman-special-characters): Add oq, cq, and hy characters.
18126
18127 2011-09-08 Martin Rudalics <rudalics@gmx.at>
18128
18129 * window.el (window-deletable-p): Make sure window is live before
18130 invoking window-prev-buffers.
18131
18132 2011-09-08 Leo Liu <sdl.web@gmail.com>
18133
18134 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
18135
18136 2011-09-08 Juri Linkov <juri@jurta.org>
18137
18138 * progmodes/compile.el (compilation-environment): Make it
18139 a defcustom (bug#8340).
18140
18141 2011-09-08 Martin Rudalics <rudalics@gmx.at>
18142
18143 * window.el (frame-auto-delete): Rename to window-auto-delete.
18144 Make it control auto-deletion of windows and/or frames.
18145 (window-deletable-p): New argument FORCE. Rewrite conditions
18146 for deleting window/frame. (Bug#9419)
18147 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
18148 Rewrite handling of case when window/frame can be deleted.
18149 (delete-windows-on): Call window-deletable-p with new FORCE
18150 argument t. (Bug#9456)
18151
18152 2011-09-07 Chong Yidong <cyd@stupidchicken.com>
18153
18154 * help-mode.el (help-mode): Restore autoload.
18155
18156 2011-09-07 Juri Linkov <juri@jurta.org>
18157
18158 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
18159 `compilation-environment'. Set buffer-local
18160 `compilation-environment' to `thisenv' later after (funcall mode).
18161 (Bug#8340)
18162
18163 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
18164 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
18165 instead of replacing its value. (Bug#8340)
18166
18167 2011-09-07 Juri Linkov <juri@jurta.org>
18168
18169 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
18170 based on text properties put by `grep-filter' instead of matching
18171 escape sequences.
18172 (grep-mode): Set buffer-local `compilation-error-screen-columns'
18173 to the value of `grep-error-screen-columns' (bug#9438).
18174
18175 2011-09-07 Juri Linkov <juri@jurta.org>
18176
18177 * simple.el (next-error-highlight, next-error-highlight-no-select):
18178 Doc fix (bug#9432).
18179
18180 2011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
18181
18182 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
18183 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
18184
18185 2011-09-07 Leo Liu <sdl.web@gmail.com>
18186
18187 * net/rcirc.el (rcirc-mode): Conditionally initialize
18188 rcirc-input-ring.
18189
18190 2011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
18191
18192 * emacs-lisp/find-func.el (find-function-C-source): Only set
18193 find-function-C-source-directory after checking that we found a source
18194 file there (bug#9440).
18195
18196 2011-09-06 Alan Mackenzie <acm@muc.de>
18197
18198 * isearch.el (isearch-other-meta-char): Wherever a key list is
18199 unread, "unread" the prefix arg, too. This fixes bug #8901.
18200
18201 2011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
18202
18203 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
18204
18205 2011-09-05 Juri Linkov <juri@jurta.org>
18206
18207 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
18208
18209 2011-09-05 Juri Linkov <juri@jurta.org>
18210
18211 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
18212 keeping point where processing of grep matches begins, and
18213 continue to delete remaining escape sequences from the same point.
18214 (grep-filter): Make leading zero optional in "0?1;31m" because
18215 git-grep emits "\033[1;31m" escape sequences unlike expected
18216 "\033[01;31m" as GNU Grep does (bug#9408).
18217 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
18218
18219 2011-09-05 Juri Linkov <juri@jurta.org>
18220
18221 * subr.el (y-or-n-p): Capitalize "yes".
18222
18223 2011-09-04 Michael Albinus <michael.albinus@gmx.de>
18224
18225 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
18226 `tramp-cache-unload-hook' where appropriate.
18227 (tramp-methods): Rename `tramp-remote-sh' to
18228 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
18229 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
18230
18231 * net/tramp-sh.el (top): Don't require 'shell.
18232 (tramp-methods): Add `tramp-remote-shell' and
18233 `tramp-remote-shell-args' entries.
18234 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
18235 (tramp-sh-handle-shell-command): Remove.
18236 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
18237 Use `tramp-remote-shell'.
18238
18239 2011-09-03 Chong Yidong <cyd@stupidchicken.com>
18240
18241 * mail/sendmail.el (sendmail-query-once-function): Delete.
18242 (sendmail-query-once): Save directly to send-mail-function.
18243 Update message-send-mail-function too.
18244
18245 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
18246
18247 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
18248
18249 * progmodes/python.el (python-mode-map): Use correct function to
18250 start python interpreter from menu-bar (as reported by Geert
18251 Kloosterman).
18252 (inferior-python-mode-map): Fix typo.
18253 (python-shell-map): Remove.
18254
18255 2011-09-03 Deniz Dogan <deniz@dogan.se>
18256
18257 * net/rcirc.el (rcirc-print): Simplify code for
18258 rcirc-scroll-show-maximum-output. There is no need to walk
18259 through all windows to find the right one.
18260
18261 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
18262
18263 * help.el (help-return-method): Doc fix.
18264
18265 2011-09-03 Martin Rudalics <rudalics@gmx.at>
18266
18267 * window.el (window-deletable-p): Don't return a non-nil value
18268 when there's a buffer that was shown in the window before.
18269 (Bug#9419)
18270 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
18271 Set window's previous buffers to nil.
18272
18273 2011-09-03 Eli Zaretskii <eliz@gnu.org>
18274
18275 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
18276 newline before and after the tag line, so it doesn't interfere
18277 with determining the paragraph direction of bidirectional text.
18278
18279 2011-09-03 Leo Liu <sdl.web@gmail.com>
18280
18281 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
18282
18283 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
18284
18285 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
18286 (pop-to-buffer): Change interactive spec. Pass second argument
18287 directly to display-buffer.
18288 (display-buffer): Fix interactive spec. Use functionp to
18289 distinguish between a function and a list of functions.
18290
18291 * abbrev.el (edit-abbrevs):
18292 * arc-mode.el (archive-extract):
18293 * autoinsert.el (auto-insert):
18294 * bookmark.el (bookmark-bmenu-list):
18295 * files.el (find-file):
18296 * view.el (view-buffer):
18297 * progmodes/compile.el (compilation-goto-locus):
18298 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
18299
18300 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
18301
18302 * window.el (display-buffer-alist): Doc fix.
18303 (display-buffer): Add docstring. Don't treat
18304 display-buffer-default specially.
18305 (display-buffer-reuse-selected-window)
18306 (display-buffer-same-window, display-buffer-maybe-same-window)
18307 (display-buffer-reuse-window, display-buffer-pop-up-frame)
18308 (display-buffer-pop-up-window)
18309 (display-buffer-reuse-or-pop-window)
18310 (display-buffer-use-some-window): New functions.
18311 (display-buffer-default-action): Use them.
18312 (display-buffer-default): Delete.
18313 (pop-to-buffer-1): Fix choice of actions.
18314
18315 2011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
18316
18317 * minibuffer.el (completion--insert-strings): Don't get confused by
18318 completion entries that end with an LF char.
18319
18320 2011-09-01 Eli Zaretskii <eliz@gnu.org>
18321
18322 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
18323
18324 2011-09-01 Chong Yidong <cyd@stupidchicken.com>
18325
18326 * window.el (display-buffer): Restore interactive spec.
18327 (display-buffer-same-window, display-buffer-other-window):
18328 New functions.
18329 (pop-to-buffer-1): New function. Use the above.
18330 (pop-to-buffer, pop-to-buffer-same-window): Use it.
18331 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
18332
18333 * view.el (view-buffer-other-window, view-buffer-other-frame):
18334 Just use pop-to-buffer.
18335
18336 2011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
18337
18338 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
18339
18340 2011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
18341
18342 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
18343
18344 2011-08-31 Richard Stallman <rms@gnu.org>
18345
18346 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
18347 of the separation of rmail-view-buffer from rmail-buffer.
18348 If you say no to "replace original", the decrypt is in the
18349 view buffer. If you say yes, the decrypt goes into the
18350 rmail buffer also.
18351
18352 2011-08-31 Martin Rudalics <rudalics@gmx.at>
18353
18354 * window.el (display-buffer-window): Rewrite doc-string.
18355 (display-buffer-record-window): New function.
18356 (display-buffer-macro-specifiers)
18357 (display-buffer-even-window-sizes, display-buffer-set-height)
18358 (display-buffer-set-width, display-buffer-in-window)
18359 (display-buffer-reuse-window, display-buffer-split-specifiers)
18360 (display-buffer-side-specifiers, display-buffer-split-window-1)
18361 (display-buffer-split-window, display-buffer-split-atom-window)
18362 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
18363 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
18364 (display-buffer-other-window-means-other-frame)
18365 (display-buffer-normalize-special)
18366 (display-buffer-normalize-default)
18367 (display-buffer-normalize-argument)
18368 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
18369 (display-buffer-normalize-specifiers, display-buffer-frame)
18370 (display-buffer-same-window, display-buffer-same-frame)
18371 (display-buffer-other-window)
18372 (display-buffer-same-frame-other-window)
18373 (display-buffer-other-frame, pop-to-buffer-same-window)
18374 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
18375 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
18376 (switch-to-buffer-same-frame)
18377 (switch-to-buffer-other-window-same-frame)
18378 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
18379 (display-buffer-alist-set-1, display-buffer-alist-set-2)
18380 (display-buffer-alist-set): Remove.
18381 (display-buffer-function, special-display-buffer-names)
18382 (special-display-regexps, special-display-function):
18383 In doc-string refer to display-buffer-window and quit-restore
18384 parameter.
18385 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
18386 (special-display-frame-alist, special-display-popup-frame)
18387 (same-window-buffer-names, same-window-regexps, same-window-p)
18388 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
18389 (split-window-preferred-function, split-height-threshold)
18390 (split-width-threshold, window-splittable-p)
18391 (split-window-sensibly, window--try-to-split-window)
18392 (window--frame-usable-p, even-window-heights)
18393 (window--even-window-heights, window--display-buffer-1)
18394 (window--display-buffer-2, display-buffer-other-frame):
18395 Restore old Emacs 23 code, order and doc-strings where applicable.
18396 (display-buffer-default, display-buffer-assq-regexp): New functions.
18397 (display-buffer-alist): Rewrite doc-string.
18398 (display-buffer-default-action)
18399 (display-buffer-overriding-action): New variables.
18400 (display-buffer, switch-to-buffer): Rewrite.
18401 (pop-to-buffer): Restore Emacs 23 behavior but use
18402 window-normalize-buffer-to-display.
18403 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
18404 Restore Emacs 23 behavior but use
18405 window-normalize-buffer-to-switch-to.
18406 (pop-to-buffer-same-window): Rewrite.
18407 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
18408 Rewrite using Emacs 23 options.
18409
18410 2011-08-31 Michael Albinus <michael.albinus@gmx.de>
18411
18412 * net/tramp.el (tramp-root-regexp): Remove.
18413 (tramp-completion-file-name-regexp-unified)
18414 (tramp-completion-file-name-regexp-separate)
18415 (tramp-completion-file-name-regexp-url): Don't use leading volume
18416 letter on w32 systems. (Bug#5303, Bug#9311)
18417 (tramp-drop-volume-letter): Simplify definition.
18418 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
18419
18420 2011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
18421
18422 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
18423 (bug#9356).
18424
18425 2011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
18426
18427 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
18428
18429 2011-08-29 Juri Linkov <juri@jurta.org>
18430
18431 * isearch.el (isearch-done): Don't display message "Mark saved"
18432 when arg `edit' is non-nil to prevent its flicker in the echo area.
18433
18434 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
18435
18436 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
18437 obsolete packages for deletion.
18438
18439 2011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
18440
18441 * help-mode.el (help-mode-map): Add special-mode-map to parent.
18442 (help-mode): Derive help-mode from special-mode. Don't invoke
18443 view-mode from help-mode.
18444 (help-xref-override-view-map): Remove.
18445 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
18446 view-mode is not used anymore.
18447
18448 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
18449
18450 * server.el (server-port): Doc fix.
18451
18452 * cus-theme.el (custom-theme-choose-mode): Inherit from
18453 special-mode (Bug#9124).
18454 (custom-theme-choose-mode-map): Add special-mode to parent.
18455
18456 2011-08-28 Alan Mackenzie <acm@muc.de>
18457
18458 * progmodes/cc-fonts.el
18459 (c-make-font-lock-BO-decl-search-function): New function.
18460 (c-basic-matchers-after - "Fontify the clauses after various
18461 keywords"): Extract the three keyword lists for the 3 erroneous
18462 constructs from the list of four, and use the new function above
18463 in place of an old one.
18464
18465 2011-08-28 Deniz Dogan <deniz@dogan.se>
18466
18467 * net/rcirc.el (rcirc-insert-prev-input)
18468 (rcirc-insert-next-input): Remove unused argument.
18469
18470 2011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
18471
18472 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
18473
18474 2011-08-27 Alan Mackenzie <acm@muc.de>
18475
18476 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
18477 handle function pointer parameters properly.
18478
18479 2011-08-27 Martin Rudalics <rudalics@gmx.at>
18480
18481 * window.el (display-buffer-reuse-window): Fix case where
18482 selected window was reused with non-nil OTHER-WINDOW argument.
18483 (Bug#9381)
18484
18485 2011-08-27 Deniz Dogan <deniz@dogan.se>
18486
18487 * net/rcirc.el (rcirc-check-auth-status): Adding support for
18488 oftc's NickServ messages.
18489
18490 2011-08-27 Glenn Morris <rgm@gnu.org>
18491
18492 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
18493
18494 2011-08-26 Chong Yidong <cyd@stupidchicken.com>
18495
18496 * emacs-lisp/package.el (package-install): Call package-initialize
18497 if called interactively.
18498
18499 2011-08-26 Leo Liu <sdl.web@gmail.com>
18500
18501 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
18502
18503 2011-08-25 Juri Linkov <juri@jurta.org>
18504
18505 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
18506 `search-whitespace-regexp' (bug#9364).
18507
18508 2011-08-25 Juri Linkov <juri@jurta.org>
18509
18510 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
18511 `regexp-search-ring' to their global values to protect from
18512 updating by `read-from-minibuffer' (bug#9185).
18513
18514 2011-08-25 Juri Linkov <juri@jurta.org>
18515
18516 * textmodes/ispell.el (ispell-command-loop): Add newline
18517 at the end of the "Use option `i'..." line.
18518
18519 2011-08-25 Juri Linkov <juri@jurta.org>
18520
18521 * battery.el (display-battery-mode): If `battery-status-function'
18522 or `battery-mode-line-format' is nil, display the message and set
18523 `display-battery-mode' to nil (bug#9363).
18524
18525 2011-08-25 Eli Zaretskii <eliz@gnu.org>
18526
18527 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
18528 bidi-string-mark-left-to-right; they are unnecessary now.
18529
18530 2011-08-25 Deniz Dogan <deniz@dogan.se>
18531
18532 * net/quickurl.el: Documentation typo fixes.
18533
18534 2011-08-25 Chong Yidong <cyd@stupidchicken.com>
18535
18536 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
18537
18538 2011-08-25 Glenn Morris <rgm@gnu.org>
18539
18540 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
18541
18542 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
18543 (smtpmail-via-smtp): Handle nil response from smtp.
18544
18545 2011-08-24 Juri Linkov <juri@jurta.org>
18546
18547 * proced.el (proced-marked): Inherit from `error' instead of
18548 `font-lock-warning-face'.
18549
18550 * ibuffer.el (ibuffer-marked-face): Change default face from
18551 `font-lock-warning-face' to `warning'.
18552 (ibuffer-deletion-face): Change default face from
18553 `font-lock-type-face' to `error'.
18554
18555 * battery.el (battery-update): Use the face `error' instead of
18556 `font-lock-warning-face' (bug#6117).
18557
18558 2011-08-24 Juri Linkov <juri@jurta.org>
18559
18560 * faces.el (success): Change face color from "Green3" to
18561 "ForestGreen" on light background (bug#9353).
18562
18563 2011-08-24 Chong Yidong <cyd@stupidchicken.com>
18564
18565 * window.el (quit-window): Rename from quit-restore-window.
18566 Use same arglist as old quit-window.
18567 (frame-auto-delete): Doc fix.
18568
18569 * view.el (view-mode-exit): Use quit-window.
18570
18571 2011-08-24 Juri Linkov <juri@jurta.org>
18572
18573 * isearch.el (isearch-ring-adjust1): Start visiting previous
18574 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
18575 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
18576 for empty search string (when the last search string is reused
18577 automatically) to adjust the isearch ring to the last element and
18578 prepare the correct index for further M-p commands (bug#9185).
18579
18580 2011-08-24 Kenichi Handa <handa@m17n.org>
18581
18582 * international/ucs-normalize.el: If decomposition property of
18583 CHAR is the default one (i.e. a list of CHAR itself), treat it as
18584 nil.
18585 (nfd, nfkd): Likewise.
18586
18587 2011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
18588
18589 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
18590 from process filters aren't reliably transmitted to the surrounding
18591 accept-process-output.
18592 (mpc-proc-check): New function.
18593 (mpc-proc-sync): Use it (bug#8293)
18594
18595 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
18596
18597 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
18598 Add compatibility functions (bug#9313).
18599
18600 2011-08-23 Eli Zaretskii <eliz@gnu.org>
18601
18602 * cus-start.el (all): Add entry for bidi-paragraph-direction.
18603
18604 * international/uni-bidi.el: Regenerate.
18605
18606 2011-08-23 Kenichi Handa <handa@m17n.org>
18607
18608 * international/charprop.el:
18609 * international/uni-bidi.el:
18610 * international/uni-category.el:
18611 * international/uni-combining.el:
18612 * international/uni-comment.el:
18613 * international/uni-decimal.el:
18614 * international/uni-decomposition.el:
18615 * international/uni-digit.el:
18616 * international/uni-lowercase.el:
18617 * international/uni-mirrored.el:
18618 * international/uni-name.el:
18619 * international/uni-numeric.el:
18620 * international/uni-old-name.el:
18621 * international/uni-titlecase.el:
18622 * international/uni-uppercase.el: Regenerate.
18623
18624 2011-08-23 Martin Rudalics <rudalics@gmx.at>
18625
18626 * help.el (help-window-setup): Fix message displayed when other
18627 window is reused. (Bug#9341)
18628
18629 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
18630
18631 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
18632 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
18633
18634 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
18635 Mark obsolete.
18636 * shell.el (shell-parse-pcomplete-arguments): New function.
18637 (shell-completion-vars): Use it instead (bug#9160).
18638
18639 2011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
18640
18641 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
18642 strings and comments (bug#9333).
18643
18644 * emacs-lisp/debug.el (debug-arglist): New function.
18645 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
18646 (debug-on-entry-1): Handle interpreted closures (bug#9120).
18647
18648 2011-08-22 Juri Linkov <juri@jurta.org>
18649
18650 * progmodes/compile.el (compilation-mode-font-lock-keywords):
18651 Revert regexp that highlights output switches to its old
18652 pre-2010-10-28 value and remove one `?' from it (bug#9319).
18653
18654 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
18655 to check for empty output (bug#9226).
18656
18657 2011-08-22 Chong Yidong <cyd@stupidchicken.com>
18658
18659 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
18660 symbol-constituent as the default, as that stops font-lock from
18661 working properly (Bug#8843).
18662
18663 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
18664
18665 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
18666 `coding-system-for-*' around the process open call to avoid
18667 auth-source side effects.
18668 (smtpmail-try-auth-methods): Expand the secret password.
18669 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
18670 probe hangs.
18671
18672 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
18673
18674 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
18675
18676 * emacs-lisp/find-func.el (find-function-noselect): New arg
18677 lisp-only.
18678
18679 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
18680 signal an error for built-in functions (Bug#6664).
18681
18682 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
18683
18684 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
18685 (smtpmail-try-auth-methods): Use it.
18686
18687 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
18688
18689 * font-lock.el (font-lock-fontify-region)
18690 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
18691 (font-lock-default-unfontify-buffer)
18692 (font-lock-default-fontify-region)
18693 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
18694
18695 * progmodes/compile.el (compilation-error-properties):
18696 Fix confusion between file struct and message struct (Bug#9319).
18697 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
18698 `ant' regexp.
18699
18700 * net/browse-url.el (browse-url-firefox): Don't call
18701 browse-url-firefox-sentinel unless using -remote (Bug#9328).
18702
18703 2011-08-20 Glenn Morris <rgm@gnu.org>
18704
18705 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
18706
18707 * tutorial.el (tutorial--default-keys): Update some default bindings.
18708
18709 * files.el (hack-local-variables): Fully ignore case for "mode:".
18710
18711 2011-08-20 Alan Mackenzie <acm@muc.de>
18712
18713 Resolve invalid use of a regexp in regexp-opt.
18714
18715 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
18716 detection for a java annotation.
18717
18718 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
18719 detection for a java annotation.
18720
18721 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
18722 handling for java.
18723 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
18724
18725 2011-08-20 Chong Yidong <cyd@stupidchicken.com>
18726
18727 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
18728 (Bug#9274).
18729
18730 2011-08-20 Alan Mackenzie <acm@muc.de>
18731
18732 Fontify CPP expressions correctly when starting in the middle of
18733 such a construct. Mainly for when jit-lock etc. starts a chunk
18734 here.
18735
18736 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
18737 variable.
18738 (c-make-font-lock-search-form): New function, extracted from
18739 c-make-font-lock-search-function.
18740 (c-make-font-lock-search-function): Use the above function.
18741 (c-make-font-lock-context-search-function): New function.
18742 (c-cpp-matchers): Enhance the preprocessor expression case with
18743 the above function
18744 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
18745 which takes an expression.
18746
18747 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
18748
18749 2011-08-20 Martin Rudalics <rudalics@gmx.at>
18750
18751 * window.el (display-buffer-reuse-window)
18752 (display-buffer-pop-up-window): Don't reuse or split a side
18753 window.
18754
18755 2011-08-19 Glenn Morris <rgm@gnu.org>
18756
18757 * files.el (hack-local-variables-prop-line, hack-local-variables):
18758 Downcase "Mode:". (Bug#9331)
18759
18760 2011-08-18 Chong Yidong <cyd@stupidchicken.com>
18761
18762 * international/characters.el: Add L and R categories.
18763
18764 * subr.el (bidi-string-mark-left-to-right): Rename from
18765 string-mark-left-to-right. Use category search.
18766
18767 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
18768
18769 2011-08-18 Juri Linkov <juri@jurta.org>
18770
18771 * faces.el (error, warning, success): New faces with definitions
18772 copied from old default values of `font-lock-warning-face',
18773 `compilation-warning', `compilation-info' (bug#6117).
18774
18775 * font-lock.el (font-lock-warning-face): Inherit from `error'.
18776
18777 * progmodes/compile.el (compilation-error): Inherit from `error'.
18778 (compilation-warning): Inherit from `warning'.
18779 (compilation-info): Inherit from `success'.
18780
18781 * dired.el (dired-marked): Inherit from `warning'.
18782 (dired-flagged): Inherit from `error'.
18783
18784 2011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
18785
18786 * mail/smtpmail.el (auth-source): Require to avoid problems with
18787 binding variables (bug#9298). Also clean up some unused
18788 autoloads.
18789
18790 * net/network-stream.el (network-stream-open-starttls):
18791 Support using starttls.el without using gnutls-cli.
18792
18793 2011-08-17 Juri Linkov <juri@jurta.org>
18794
18795 * progmodes/grep.el (rgrep): Handle the case when
18796 `grep-find-command' is a cons cell (bug#9278).
18797
18798 2011-08-17 Martin Rudalics <rudalics@gmx.at>
18799
18800 * window.el (display-buffer-pop-up-frame): Run frame creation
18801 function with BUFFER current (as special-display-popup-frame
18802 does). Reported by Drew Adams.
18803
18804 2011-08-17 Daiki Ueno <ueno@unixuser.org>
18805
18806 * epa-mail.el: Simplify GnuPG group expansion using
18807 epg-expand-group.
18808 (epa-mail-group-alist, epa-mail-group-modtime)
18809 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
18810 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
18811 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
18812 Remove.
18813
18814 2011-08-16 Feng Li <fengli@gmail.com> (tiny change)
18815
18816 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
18817
18818 2011-08-16 Alan Mackenzie <acm@muc.de>
18819
18820 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
18821 Correct, to avoid the inside of macros.
18822
18823 2011-08-16 Richard Stallman <rms@gnu.org>
18824
18825 * epa-mail.el: Handle GnuPG group definitions.
18826 (epa-mail-group-alist, epa-mail-group-modtime)
18827 (epa-mail-gnupg-conf-file): New variables.
18828 (epa-mail-parse-groups, epa-mail-sync-groups)
18829 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
18830 (epa-mail-expand-recipients): New functions.
18831 (epa-mail-encrypt): Call epa-mail-expand-recipients.
18832
18833 * mail/rmail.el (rmail-epa-decrypt): New command.
18834
18835 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
18836 Don't bind buffer-read-only, just inhibit-read-only.
18837 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
18838 (epa-decrypt-armor-in-region): Make error message clearer.
18839
18840 2011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
18841
18842 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
18843 and "a2b" to "ab" for `prefix'.
18844
18845 2011-08-14 Chong Yidong <cyd@stupidchicken.com>
18846
18847 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
18848 filter groups.
18849 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
18850 Fourquet (Bug#8804).
18851
18852 2011-08-12 Juanma Barranquero <lekktu@gmail.com>
18853
18854 * startup.el (argi): Declare as global variable (bug#9275).
18855
18856 2011-08-12 Chong Yidong <cyd@stupidchicken.com>
18857
18858 * subr.el (string-mark-left-to-right): Search the entire string
18859 for RTL script, not just the terminating character. Doc fix.
18860
18861 2011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
18862
18863 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
18864 New function.
18865 (js--regexp-literal, js-syntax-propertize-function): Remove.
18866 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
18867 (js-mode-map): Don't rebind electric keys.
18868 (js-insert-and-indent): Remove.
18869 (js-mode): Setup electric-layout and electric-indent instead.
18870
18871 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
18872
18873 2011-08-12 Daiki Ueno <ueno@unixuser.org>
18874
18875 * epa.el (epa-progress-callback-function): Fix the logic of
18876 displaying progress.
18877 * epa-file.el (epa-file-insert-file-contents): Make progress
18878 display more user-friendly.
18879 (epa-file-write-region): Ditto.
18880
18881 2011-08-10 Chong Yidong <cyd@stupidchicken.com>
18882
18883 * subr.el (string-mark-left-to-right): New function.
18884
18885 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
18886 Use string-mark-left-to-right.
18887 (list-buffers-noselect): Caller changed.
18888
18889 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
18890 Use string-mark-left-to-right.
18891 (tabulated-list-print): Recenter after moving point.
18892
18893 2011-08-10 Juri Linkov <juri@jurta.org>
18894
18895 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
18896 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
18897 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
18898
18899 2011-08-09 Chong Yidong <cyd@stupidchicken.com>
18900
18901 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
18902 (Bug#7554).
18903
18904 2011-08-09 Andreas Schwab <schwab@linux-m68k.org>
18905
18906 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
18907 character. (Bug#6594)
18908
18909 2011-08-08 Chong Yidong <cyd@stupidchicken.com>
18910
18911 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
18912 (image-dired--with-db-file): New macro.
18913 (image-dired-write-tags, image-dired-remove-tag)
18914 (image-dired-create-gallery-lists, image-dired-write-comments)
18915 (image-dired-get-comment, image-dired-mark-tagged-files)
18916 (image-dired-list-tags, image-dired-gallery-generate): Use it.
18917 (image-dired-gallery-generate): Use insert-file-contents.
18918
18919 * time.el (display-time-world-list, display-time-world-display):
18920 * time-stamp.el (time-stamp-string):
18921 * vc/add-log.el (add-change-log-entry): Use setenv instead of
18922 set-time-zone-rule (Bug#7337).
18923
18924 2011-08-08 Daiki Ueno <ueno@unixuser.org>
18925
18926 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
18927 (epg-error-to-string, epg-errors-to-string): New function.
18928 (epg-wait-for-completion): Reverse errors list.
18929 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
18930 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
18931 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
18932 (epg-sign-keys, epg-generate-key-from-file)
18933 (epg-generate-key-from-string): Format errors by using
18934 epg-errors-to-string (bug#9255).
18935 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
18936
18937 2011-08-07 Juri Linkov <juri@jurta.org>
18938
18939 * faces.el (list-faces-display): Remove extra angle bracket
18940 from `help-mode-map'.
18941
18942 * info.el (Info-history-toc-nodes): Doc fix.
18943
18944 * longlines.el (longlines-mode): Doc fix.
18945
18946 2011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
18947
18948 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
18949 of statements and in a few more cases (bug#9183).
18950
18951 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
18952 New functions.
18953 (cl-transform-lambda): Use them (bug#9239).
18954
18955 2011-08-05 Martin Rudalics <rudalics@gmx.at>
18956
18957 * window.el (display-buffer-same-window)
18958 (display-buffer-same-frame, display-buffer-other-window)
18959 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
18960 (pop-to-buffer-other-window)
18961 (pop-to-buffer-same-frame-other-window)
18962 (pop-to-buffer-other-frame): Make them defuns.
18963 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
18964
18965 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
18966
18967 * subr.el (make-composed-keymap): Move from C. Change calling
18968 convention, and improve docstring to bring attention to a subtle point.
18969 * minibuffer.el (completing-read-default): Adjust accordingly.
18970
18971 2011-08-03 Michael Albinus <michael.albinus@gmx.de>
18972
18973 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
18974 (tramp-open-shell): Use `tramp-shell-quote-argument'.
18975
18976 * net/trampver.el: Update release number.
18977
18978 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
18979
18980 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
18981 "in" (bug#9190).
18982
18983 2011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
18984
18985 * mail/sendmail.el (sendmail-query-once): Restore the current
18986 buffer after querying (bug#9074).
18987
18988 * dired.el (dired-flagged): Use different faces for marked and
18989 flagged files (bug#6117).
18990
18991 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
18992 (bug#4433).
18993
18994 * ido.el (ido-mode): Switch off the message if called
18995 non-interactively.
18996
18997 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
18998 before 587, since it appears that that's more likely to work for
18999 more people.
19000
19001 * cus-edit.el (custom-file): When running under emacs -q, always
19002 refuse to save the customizations, even if the .emacs file doesn't
19003 exist.
19004
19005 * info.el: Remove the `Info-beginning-of-buffer' function
19006 (bug#8325).
19007
19008 * net/network-stream.el (network-stream-open-starttls):
19009 Use `starttls-available-p' to see whether starttls.el can be used.
19010
19011 2011-08-01 Martin Rudalics <rudalics@gmx.at>
19012
19013 * window.el (display-buffer-in-window): Don't set dedicated status
19014 of window here (Bug#9215).
19015 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
19016 (display-buffer-pop-up-side-window)
19017 (display-buffer-in-side-window): Set dedicated status of window here.
19018
19019 2011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
19020
19021 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
19022 before binding generated-autoload-file.
19023
19024 2011-08-01 Deniz Dogan <deniz@dogan.se>
19025
19026 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
19027
19028 2011-07-30 Michael Albinus <michael.albinus@gmx.de>
19029
19030 Sync with Tramp 2.2.2.
19031
19032 * net/trampver.el: Update release number.
19033
19034 2011-07-30 Juri Linkov <juri@jurta.org>
19035
19036 * dired-aux.el (dired-touch-initial): Remove function.
19037 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
19038 current time, and `default' to the last modification time of the
19039 current marked file (bug#6887).
19040
19041 2011-07-28 Jose E. Marchesi <jemarch@gnu.org>
19042
19043 * simple.el (goto-line): Use string-to-number to provide a
19044 numeric argument to read-number (bug#9163).
19045
19046 2011-07-27 Michael Albinus <michael.albinus@gmx.de>
19047
19048 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
19049 connection process, it could be nil.
19050
19051 2011-07-27 Leo Liu <sdl.web@gmail.com>
19052
19053 Simplify url handling in rcirc-mode.
19054
19055 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
19056 (rcirc-browse-url-at-mouse): Remove.
19057 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
19058
19059 2011-07-26 Alan Mackenzie <acm@muc.de>
19060
19061 Fontify bitfield declarations properly.
19062
19063 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
19064 (c-symbol-chars): Now exported as a lang variable.
19065 (c-not-primitive-type-keywords): New lang variable.
19066
19067 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
19068 QT keyword "more" to prevent "more slots: ...." being spuriously
19069 parsed as a bitfield declaration.
19070
19071 * progmodes/cc-engine.el (c-beginning-of-statement-1):
19072 Refactor and enhance to handle bitfield declarations.
19073 (c-punctuation-in): New function.
19074 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
19075 declarations properly.
19076
19077 2011-07-26 Ulf Jasper <ulf.jasper@web.de>
19078
19079 * calendar/icalendar.el (icalendar--all-events): Take care of
19080 multiple vcalendars in a single file.
19081 (icalendar--convert-float-to-ical): Checkdoc fixes.
19082
19083 2011-07-25 Deniz Dogan <deniz@dogan.se>
19084
19085 * image.el (insert-image): Clarifying docstring.
19086
19087 2011-07-24 Michael Albinus <michael.albinus@gmx.de>
19088
19089 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
19090 `tramp-send-command-and-check' if there is no error.
19091 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
19092
19093 2011-07-22 Alan Mackenzie <acm@muc.de>
19094
19095 Prevent cc-langs.elc being loaded at run time.
19096
19097 * progmodes/cc-mode.el: Remove two autoload forms which loaded
19098 cc-langs.
19099
19100 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
19101 "(require 'cc-langs)". Quote a form so it will evaluate at
19102 (cc-mode's) compilation time.
19103
19104 2011-07-22 Michael Albinus <michael.albinus@gmx.de>
19105
19106 * net/tramp.el (tramp-file-name-handler): Avoid recursive
19107 loading. (Bug#9114)
19108
19109 2011-07-21 Martin Rudalics <rudalics@gmx.at>
19110
19111 * window.el (display-buffer-pop-up-window)
19112 (display-buffer-pop-up-side-window)
19113 (display-buffer-in-side-window): Call display-buffer-set-height
19114 and display-buffer-set-width after setting the new window's
19115 buffer so `fit-window-to-buffer' and friends work on the right buffer.
19116
19117 2011-07-20 Sam Steingold <sds@gnu.org>
19118
19119 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
19120 (etags-tags-included-tables): Call `convert-standard-filename' on
19121 the file names contained in TAGS so that windows Emacs can handle
19122 TAGS files created by cygwin ctags.
19123
19124 2011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
19125
19126 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
19127 which apparently didn't work.
19128
19129 2011-07-19 Roland Winkler <winkler@gnu.org>
19130
19131 * proced.el (proced-send-signal): For *Marked Processes* buffer
19132 put point at beginning of buffer.
19133
19134 2011-07-19 Stephen Berman <stephen.berman@gmx.net>
19135
19136 * proced.el (proced-format): Make header lines align with the text
19137 (bug#1779).
19138
19139 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
19140
19141 * view.el (view-buffer): Allow running in `special' modes if we're
19142 visiting a file (bug#8615).
19143
19144 2011-07-19 Martin Rudalics <rudalics@gmx.at>
19145
19146 * window.el (display-buffer-alist-of-strings-p)
19147 (display-buffer-alist-set-1, display-buffer-alist-set-2):
19148 New functions.
19149 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
19150 more accurately.
19151
19152 2011-07-18 Alan Mackenzie <acm@muc.de>
19153
19154 Fontify declarators properly when, e.g., a jit-lock chunk begins
19155 inside a declaration.
19156
19157 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
19158
19159 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
19160 New function.
19161 (c-complex-decl-matchers): Insert reference to
19162 c-font-lock-enclosing-decls.
19163
19164 * progmodes/cc-engine.el (c-backward-single-comment):
19165 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
19166 to nil around calls to (forward-comment -1).
19167
19168 2011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
19169
19170 * image.el (put-image): Doc typo fix.
19171
19172 * progmodes/etags.el (tags-search): Doc typo fix.
19173
19174 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
19175 password if we get errors 550 to 554.
19176
19177 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
19178
19179 * net/gnutls.el (gnutls-log-level): Remove.
19180
19181 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
19182 indentation character (bug#6380).
19183
19184 * files.el (buffer-offer-save): Made permanently local (bug#6241).
19185
19186 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
19187 to clarify what the problem is (bug#4291).
19188
19189 * simple.el (current-kill): Clarify what
19190 `interprogram-paste-function' does (bug#7500).
19191 (auto-fill-mode): Document `auto-fill-function' in relation to
19192 `auto-fill-mode' (bug#2470).
19193
19194 2011-07-16 Lawrence Mitchell <wence@gmx.li>
19195
19196 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
19197 method if slot is read-only (bug#9035).
19198
19199 2011-07-16 Martin Rudalics <rudalics@gmx.at>
19200
19201 * frame.el (select-frame-set-input-focus): New argument NORECORD.
19202 * window.el (pop-to-buffer): Select window used even if it was
19203 selected before, see discussion of (Bug#8615), (Bug#6954).
19204 Pass argument NORECORD on to select-frame-set-input-focus.
19205
19206 2011-07-15 Glenn Morris <rgm@gnu.org>
19207
19208 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
19209 Respect help-form.
19210
19211 2011-07-09 Lawrence Mitchell <wence@gmx.li>
19212
19213 * net/gnutls.el (gnutls-min-prime-bits): New variable.
19214 (gnutls-negotiate): Use it.
19215
19216 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
19217
19218 * net/gnutls.el (gnutls-negotiate):
19219 Upcase `gnutls-algorithm-priority'.
19220
19221 2011-07-15 Glenn Morris <rgm@gnu.org>
19222
19223 * jka-compr.el (jka-compr-verbose): Move from here...
19224 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
19225 Add missing :version tag.
19226 * info.el: No need to require jka-compr when compiling.
19227
19228 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
19229
19230 * net/gnutls.el (gnutls-algorithm-priority): New variable.
19231 (gnutls-negotiate): Use it.
19232
19233 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
19234
19235 * info.el (Info-beginning-of-buffer): New command.
19236 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
19237 announcing `b' as the key (bug#8325).
19238 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
19239
19240 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
19241
19242 * international/mule-cmds.el
19243 (describe-specified-language-support): Make the error message
19244 clearer (bug#8905).
19245
19246 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
19247
19248 * isearch.el (isearch-barrier): Add a doc string, since it's
19249 mentioned in a function doc string (bug#8678).
19250
19251 2011-07-15 Martin Rudalics <rudalics@gmx.at>
19252
19253 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
19254 buffer argument (Bug#9083) and self-identifying label argument.
19255
19256 2011-07-15 Glenn Morris <rgm@gnu.org>
19257
19258 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
19259
19260 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
19261
19262 * man.el (Man-fontify-manpage): Fix message when formatting the
19263 man page (bug#7929).
19264
19265 2011-07-14 Eli Zaretskii <eliz@gnu.org>
19266
19267 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
19268 argument LRM; if non-nil, append an invisible LRM character to the
19269 buffer name.
19270 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
19271 last argument non-nil, when formatting buffer names.
19272 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
19273 paragraph direction.
19274
19275 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
19276
19277 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
19278 the man page name (bug#7929).
19279
19280 * image.el (put-image): Mention the `put-image' overlay property
19281 (bug#7834).
19282
19283 * scroll-bar.el (set-scroll-bar-mode): Mention that
19284 `scroll-bar-mode' lists the values (bug#7772).
19285
19286 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
19287 command (bug#7729).
19288
19289 * rect.el (apply-on-rectangle): Return the point after the last
19290 operation.
19291 (string-rectangle): Go to the point after the last operation
19292 (bug#7522).
19293
19294 * printing.el (pr-toggle-region): Clarify the documentation
19295 slightly (bug#7493).
19296
19297 * time.el (display-time-update):
19298 Allow `display-time-mail-function' to return nil (bug#7158).
19299 Fix suggested by Detlev Zundel.
19300
19301 * vc/diff.el (diff): Clarify the order the file names are read
19302 (bug#7111).
19303
19304 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
19305 the doc string (bug#7015).
19306
19307 * font-lock.el (font-lock-maximum-decoration): Mention what
19308 numeric levels mean (bug#6935).
19309
19310 * startup.el (initial-buffer-choice): Don't mention the `none'
19311 selection, which is against policy.
19312
19313 2011-07-14 Martin Rudalics <rudalics@gmx.at>
19314
19315 * window.el (display-buffer-normalize-special):
19316 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
19317
19318 2011-07-14 Eli Zaretskii <eliz@gnu.org>
19319
19320 * subr.el (version<, version<=, version=): Mention "-CVS" and
19321 "-12345" alpha version numbers.
19322
19323 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
19324
19325 * bindings.el: Add advertised binding for set-mark-command
19326 (Bug#5772).
19327
19328 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
19329
19330 * bindings.el (mode-line-other-buffer):
19331 * bookmark.el (bookmark-bmenu-2-window):
19332 * bs.el (bs-cycle-next, bs-cycle-previous):
19333 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
19334 switch-to-buffer.
19335
19336 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
19337 Delete.
19338
19339 2011-07-14 Juanma Barranquero <lekktu@gmail.com>
19340
19341 * follow.el (follow-debug-message, follow-redisplay):
19342 * jka-cmpr-hook.el (with-auto-compression-mode):
19343 Fix typos in docstrings.
19344
19345 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
19346
19347 * subr.el (with-silent-modifications): Clarify somewhat what the
19348 macro inhibits (bug#6525).
19349
19350 * simple.el (eval-expression): Note what it does if called
19351 interactively (bug#6495).
19352
19353 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
19354
19355 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
19356 Use pop-to-buffer buffer-or-name if it is nil.
19357
19358 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
19359 Remove switch-to-buffer.
19360
19361 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
19362
19363 * files.el (make-directory): Clarify that an error will be raised
19364 if there's an error (bug#6397).
19365
19366 * startup.el (initial-buffer-choice): Add `none' as a choice
19367 (bug#6234).
19368
19369 * subr.el (add-hook): Clarify section about buffer-local hooks
19370 (bug#6218).
19371
19372 * dired.el (dired-flagged): Clarify doc string (bug#6117).
19373
19374 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
19375
19376 * tabify.el (untabify): Preserve the current column so that point
19377 doesn't move (bug#6032).
19378
19379 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
19380
19381 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
19382 Rewrite to avoid awkward possessive "s" (bug#5986).
19383
19384 2011-07-13 Glenn Morris <rgm@gnu.org>
19385
19386 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
19387 (dired-insert-directory): Give a message the first time
19388 if ls is found not to support --dired.
19389
19390 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
19391
19392 * simple.el (toggle-truncate-lines): Clarify what is toggled
19393 (bug#5580). Text by Drew Adams.
19394
19395 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
19396
19397 * simple.el (blink-matching-open): Make the error message from the
19398 last change less verbose.
19399
19400 2011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
19401
19402 * font-lock.el (font-lock-comment-face): Use the high contrast
19403 "yellow" color for font-lock-comment-face on low color terminals
19404 using a dark background color (bug#4221).
19405
19406 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
19407
19408 * dired.el (dired-insert-set-properties): Make the doc string
19409 reflect what it does now (bug#5325).
19410
19411 * simple.el (blink-matching-open): Say that we were unable to find
19412 the match within the limit, if we're limited (bug#5122).
19413
19414 * international/mule-cmds.el (prefer-coding-system): Add an
19415 example (bug#4869).
19416
19417 * progmodes/etags.el (tags-search): Document `file-list-form'
19418 (bug#4731).
19419
19420 2011-07-13 Lawrence Mitchell <wence@gmx.li>
19421
19422 * net/browse-url.el (browse-url-default-browser)
19423 (browse-url-browser-function): Make the default browser choice a
19424 bit more logical (bug#4300). Also clean up the doc string.
19425
19426 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
19427
19428 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
19429 binary endings (bug#4440).
19430
19431 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
19432
19433 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
19434 which can be pretty annoying (bug#8971).
19435
19436 * jka-compr.el (jka-compr-verbose): New variable, and use
19437 throughout (bug#8971).
19438
19439 * info.el (Info-find-file): Fall back on the installation
19440 directory if we can't find the info node anywhere else.
19441
19442 2011-07-13 Sergei Organov <osv@javad.com> (tiny change)
19443
19444 * vc/vc.el (vc-revert-file):
19445 Don't set file time-stamp in the past. (Bug#5181)
19446
19447 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
19448
19449 * files.el (after-find-file): Give a better error message when
19450 trying to find a symlink that points to a file that doesn't exist
19451 (bug#4398).
19452
19453 * progmodes/cc-vars.el: Remove (probably) misleading comment
19454 (bug#4396).
19455
19456 2011-07-12 Johan Bockgård <bojohan@gnu.org>
19457
19458 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
19459
19460 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
19461
19462 * mouse-sel.el: Hack restoring functionality, while keeping
19463 compatibility with 2010-07-03 changes to mouse selection.
19464 (mouse-sel-primary-overlay): New var.
19465 (mouse-sel-selection-alist): Use it.
19466 (mouse-sel-mode): Doc fix; remove points that are default features
19467 of mouse.el.
19468
19469 2011-07-12 Johan Bockgård <bojohan@gnu.org>
19470
19471 * progmodes/compile.el (compilation-error-regexp-alist-alist):
19472 Fix previous fix (bug#2490).
19473
19474 2011-07-12 Roland Winkler <winkler@gnu.org>
19475
19476 * textmodes/bibtex.el (bibtex-initialize):
19477 Use pop-to-buffer-same-window.
19478 (bibtex-search-entries): Fix interactive call.
19479
19480 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
19481
19482 * progmodes/compile.el (compilation-error-regexp-alist-alist):
19483 Fontise bytecomp Error lines more correctly (bug#2490).
19484 Fix suggested by Johan Bockgård.
19485
19486 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
19487
19488 * dired-x.el (dired-guess-default): Use `delete-dups'.
19489
19490 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
19491
19492 * dired.el (dired-mark-prompt):
19493 * dired-aux.el (dired-read-shell-command): Doc fix.
19494
19495 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
19496
19497 * mail/sendmail.el (sendmail-query-once):
19498 Use `customize-save-variable' unconditionally, now that it works under
19499 emacs -Q.
19500
19501 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
19502
19503 * cus-edit.el (custom-file): Take an optional no-error variable.
19504 (customize-save-variable): Set the variable, and give a warning if
19505 running under "emacs -q".
19506
19507 2011-07-11 Juanma Barranquero <lekktu@gmail.com>
19508
19509 * loadhist.el (unload-feature-special-hooks):
19510 Add `auto-coding-functions', `fill-nobreak-predicate' and
19511 `find-directory-functions' (bug#5327).
19512
19513 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
19514
19515 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
19516
19517 * cus-edit.el (custom-guess-name-alist): -alist variables should
19518 use the `alist' type (bug#3120). Suggested by Drew Adams.
19519
19520 * printing.el: Add documentation to all the `pr-toggle-' commands.
19521
19522 2011-07-11 Leo Liu <sdl.web@gmail.com>
19523
19524 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
19525 backends where it makes sense (bug#2623).
19526
19527 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
19528
19529 * dired-x.el (dired-guess-default): Remove duplicate shell command
19530 entries (bug#2028).
19531 (dired-guess-default): Fix grammar in doc string (bug#2028).
19532 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
19533
19534 * subr.el (remove-duplicates): New conveniency function.
19535
19536 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
19537
19538 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
19539 (bug#1526).
19540
19541 2011-07-10 Martin Rudalics <rudalics@gmx.at>
19542
19543 * window.el (display-buffer-normalize-default): Don't invert
19544 meaning of even-window-heights. Reported by Eli Zaretskii
19545 <eliz@gnu.org>.
19546
19547 2011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
19548
19549 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
19550
19551 2011-07-10 Chong Yidong <cyd@stupidchicken.com>
19552
19553 * window.el (display-buffer): Fix arguments to
19554 display-buffer-reuse-window in last change.
19555
19556 * faces.el (link): Use a less saturated blue on light backgrounds.
19557
19558 * startup.el (fancy-startup-text, fancy-about-text)
19559 (fancy-startup-tail): Use font-lock faces, for background safety.
19560
19561 2011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
19562
19563 * emulation/viper-cmd.el (viper-change-state-to-vi):
19564 Limit triggering of abbrev expansion (Bug#9038).
19565
19566 2011-07-09 Martin Rudalics <rudalics@gmx.at>
19567
19568 * window.el (display-buffer-default-specifiers): Remove.
19569 (display-buffer-macro-specifiers): Remove default specifiers.
19570 (display-buffer-alist): Default to nil.
19571 (display-buffer-reuse-window): New optional argument other-window.
19572 (display-buffer-pop-up-window): Allow splitting internal
19573 windows. Check whether a live window was created.
19574 (display-buffer-other-window-means-other-frame)
19575 (display-buffer-normalize-arguments): Rename to
19576 display-buffer-normalize-argument and rewrite. Set the
19577 other-window specifier.
19578 (display-buffer-normalize-special): New function.
19579 (display-buffer-normalize-options): Rename to
19580 display-buffer-normalize-default and rewrite.
19581 (display-buffer-normalize-options-inhibit): Remove.
19582 (display-buffer-normalize-specifiers): Rewrite.
19583 (display-buffer): Process other-window specifier and call
19584 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
19585 more faithfully.
19586 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
19587 (display-buffer-alist-set): Don't handle 'unset default values.
19588 (display-buffer-in-window, display-buffer-alist-set):
19589 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
19590 <tassilo@member.fsf.org>.
19591
19592 2011-07-09 Leo Liu <sdl.web@gmail.com>
19593
19594 * register.el (insert-register): Restore accidental change on
19595 2011-06-26. (Bug#9028)
19596
19597 2011-07-09 Glenn Morris <rgm@gnu.org>
19598
19599 * subr.el (remq): Handle the empty list. (Bug#9024)
19600
19601 2011-07-08 Andreas Schwab <schwab@linux-m68k.org>
19602
19603 * mail/sendmail.el (send-mail-function): No longer delay custom
19604 initialization.
19605 * custom.el (custom-initialize-delay): Doc fix.
19606
19607 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
19608
19609 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
19610
19611 2011-07-08 Michael Albinus <michael.albinus@gmx.de>
19612
19613 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
19614 human-friendly prompt.
19615
19616 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
19617
19618 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
19619 provided by a particular plugin.
19620
19621 2011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
19622
19623 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
19624 save customizations (with "emacs -Q"), just set the variable
19625 instead of erroring out.
19626
19627 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
19628
19629 2011-07-08 Juri Linkov <juri@jurta.org>
19630
19631 * arc-mode.el (archive-zip-expunge, archive-zip-update)
19632 (archive-zip-update-case): Use 7z if found by `executable-find'.
19633 The order of searching the available programs is the same as in
19634 `archive-zip-extract' (bug#8968).
19635
19636 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
19637
19638 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
19639 (menu-bar-options-menu): Tweak descriptions.
19640
19641 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
19642
19643 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
19644 menu items into verb phrases (bug#1421). Also refill to fit under
19645 80 columns.
19646
19647 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
19648
19649 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
19650 (Info-read-node-name): Doc fix (Bug#1084).
19651
19652 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
19653 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
19654 (end-of-sexp, beginning-of-sexp)
19655 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
19656 (forward-symbol, forward-same-syntax, word-at-point)
19657 (sentence-at-point): Doc fix (Bug#1144).
19658
19659 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
19660
19661 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
19662 should cover it (bug#1281).
19663
19664 * cus-edit.el (custom-show): Mark as obsolete.
19665
19666 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
19667 negotiation fails, then possibly try again with a non-encrypted
19668 connection (bug#9017).
19669
19670 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
19671 be used.
19672
19673 2011-07-07 Richard Stallman <rms@gnu.org>
19674
19675 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
19676 property, and handle its changed format.
19677 Look for the correct line number.
19678 Use file's line contents (but not past first =) to find
19679 correct line in message.
19680
19681 2011-07-07 Kenichi Handa <handa@m17n.org>
19682
19683 * international/characters.el (build-unicode-category-table):
19684 Delete it.
19685 (unicode-category-table): Set it by unicode-property-table-internal.
19686
19687 * international/mule-cmds.el (char-code-property-alist): Move to
19688 to src/chartab.c.
19689 (get-char-code-property): Call unicode-property-table-internal to
19690 load a file. Call get-unicode-property-internal where necessary.
19691 (put-char-code-property): Call unicode-property-table-internal to
19692 load a file. Call put-unicode-property-internal where necessary.
19693 put-unicode-property-internal where necessary.
19694 (char-code-property-description):
19695 Call unicode-property-table-internal to load a file.
19696
19697 * international/charprop.el:
19698 * international/uni-bidi.el:
19699 * international/uni-category.el:
19700 * international/uni-combining.el:
19701 * international/uni-comment.el:
19702 * international/uni-decimal.el:
19703 * international/uni-decomposition.el:
19704 * international/uni-digit.el:
19705 * international/uni-lowercase.el:
19706 * international/uni-mirrored.el:
19707 * international/uni-name.el:
19708 * international/uni-numeric.el:
19709 * international/uni-old-name.el:
19710 * international/uni-titlecase.el:
19711 * international/uni-uppercase.el: Regenerate.
19712
19713 * loadup.el: Load international/charprop.el before
19714 international/characters.
19715
19716 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
19717
19718 * window.el (next-buffer, previous-buffer): Signal an error if
19719 called from a minibuffer window.
19720
19721 * bindings.el: Revert 2011-07-04 change.
19722
19723 2011-07-06 Richard Stallman <rms@gnu.org>
19724
19725 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
19726 (rmail-mime-insert-bulk, rmail-mime-insert-text):
19727 Treat markers like ints.
19728 (rmail-mime-entity): Doc fix.
19729
19730 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
19731
19732 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
19733 defcustom again for backwards compatibility.
19734
19735 * simple.el (shell-command-on-region): Fill.
19736
19737 * dired-aux.el (dired-kill-line): Add a doc string.
19738
19739 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
19740 to "\\sw\\|\\s_" (bug#358).
19741
19742 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
19743 (dired-unmark-backward): Ditto.
19744 (dired-flag-backup-files): Ditto.
19745
19746 * dired-x.el (dired-mark-sexp): Ditto.
19747
19748 2011-07-06 Richard Stallman <rms@gnu.org>
19749
19750 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
19751 (rmail-mime-entity): New arg TRUNCATED.
19752 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
19753 New functions.
19754 (rmail-mime-save): Warn if entity is truncated.
19755 (rmail-mime-toggle-hidden): Likewise, for showing.
19756 (rmail-mime-process-multipart): Record when an entity is truncated.
19757
19758 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
19759 if ENTITY is a string.
19760
19761 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
19762
19763 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
19764 of faces when `M-C-x'-ing their definitions (bug#8378).
19765 Also clean up the code slightly.
19766
19767 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
19768 because that makes the colors go away.
19769
19770 * mail/sendmail.el (send-mail-function): Change the default to
19771 `sendmail-query-once'.
19772 (sendmail-query-once): Add an autoload cookie.
19773
19774 * net/network-stream.el (network-stream-open-starttls): Try using
19775 a plain connection even if the server offered STARTTLS, and we
19776 kinda wanted to use it, if Emacs doesn't have any STARTTLS
19777 capability. This should make smtpmail.el work in slightly more
19778 configurations.
19779
19780 2011-07-06 Michael Albinus <michael.albinus@gmx.de>
19781
19782 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
19783 New defun.
19784 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
19785
19786 2011-07-06 Michael R. Mauger <mmaug@yahoo.com>
19787
19788 * progmodes/sql.el: Version 3.0
19789 (sql-product-alist): Add product :completion-object,
19790 :completion-column, and :statement attributes.
19791 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
19792 (sql-mode-syntax-table): Mark all punctuation.
19793 (sql-font-lock-keywords-builder): Temporarily remove fallback on
19794 ansi keywords.
19795 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
19796 (sql-mode-oracle-font-lock-keywords): Improve.
19797 (sql-oracle-show-reserved-words): New function for development.
19798 (sql-product-font-lock): Simplify for source code buffers.
19799 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
19800 New functions.
19801 (sql-highlight-product): Set product specific syntax table.
19802 (sql-mode-map): Add statement movement functions.
19803 (sql-ansi-statement-starters, sql-oracle-statement-starters):
19804 New variable.
19805 (sql-statement-regexp, sql-beginning-of-statement)
19806 (sql-end-of-statement, sql-signum): New functions.
19807 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
19808 (sql-show-sqli-buffer): Bug fix.
19809 (sql-interactive-mode): Store connection data as buffer local.
19810 (sql-connect): Add NEW-NAME parameter. Redesign interaction
19811 with sql-interactive-mode.
19812 (sql-save-connection): Save buffer local settings.
19813 (sql-connection-menu-filter): Change menu entry name.
19814 (sql-product-interactive): Bug fix.
19815 (sql-preoutput-hold): New variable.
19816 (sql-interactive-remove-continuation-prompt): Bug fixes.
19817 (sql-debug-redirect): New variable.
19818 (sql-str-literal): New function.
19819 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
19820 Redesign.
19821 (sql-oracle-save-settings, sql-oracle-restore-settings)
19822 (sql-oracle-list-all, sql-oracle-list-table): New functions.
19823 (sql-completion-object, sql-completion-column)
19824 (sql-completion-sqlbuf): New variables.
19825 (sql-build-completions-1, sql-build-completions)
19826 (sql-try-completion): New functions.
19827 (sql-read-table-name): Use them.
19828 (sql-contains-names): New buffer local variable.
19829 (sql-list-all, sql-list-table): Use it.
19830 (sql-oracle-completion-types): New variable.
19831 (sql-oracle-completion-object, sql-sqlite-completion-object)
19832 (sql-postgres-completion-object): New functions.
19833
19834 2011-07-06 Glenn Morris <rgm@gnu.org>
19835
19836 * window.el (pop-to-buffer): Doc fix.
19837
19838 2011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
19839
19840 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
19841
19842 2011-07-06 Chong Yidong <cyd@stupidchicken.com>
19843
19844 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
19845
19846 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
19847
19848 2011-07-05 Chong Yidong <cyd@stupidchicken.com>
19849
19850 * button.el (button): Inherit from link face. Suggested by Dan
19851 Nicolaescu.
19852
19853 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
19854
19855 * progmodes/gdb-mi.el: Fit in 80 columns.
19856 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
19857 switch-to-buffer.
19858
19859 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
19860 if imenu is simply not configured (bug#8941).
19861
19862 2011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
19863
19864 * allout.el (allout-post-undo-hook): New allout outline-change
19865 event hook to signal undo activity.
19866 (allout-post-command-business): Run allout-post-undo-hook if an
19867 undo just occurred.
19868 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
19869 * allout-widgets.el (allout-widgets-after-undo-function):
19870 Ensure the integrity of the current item's decoration after it has been
19871 in the vicinity of an undo.
19872 (allout-widgets-mode): Include allout-widgets-after-undo-function
19873 on the new allout-post-undo-hook.
19874
19875 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
19876
19877 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
19878 Let define-derived-mode define it.
19879 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
19880 cycles of abbrev-table inheritance (bug#8998).
19881
19882 2011-07-05 Roland Winkler <winkler@gnu.org>
19883
19884 * textmodes/bibtex.el: Add support for biblatex.
19885 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
19886 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
19887 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
19888 (bibtex-entry-alist, bibtex-field-alist): New variables.
19889 (bibtex-entry-field-alist): Obsolete alias for
19890 bibtex-BibTeX-entry-alist.
19891 (bibtex-entry-alist, bibtex-field-alist): New widgets.
19892 (bibtex-set-dialect): New command.
19893 (bibtex-entry-type, bibtex-entry-head)
19894 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
19895 Bind via bibtex-set-dialect.
19896 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
19897 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
19898 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
19899 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
19900 Define via bibtex-set-dialect.
19901 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
19902 Obey bibtex-no-opt-remove-re.
19903 (bibtex-vec-push, bibtex-vec-incr): New functions.
19904 (bibtex-format-entry, bibtex-field-list)
19905 (bibtex-print-help-message, bibtex-validate)
19906 (bibtex-search-entries): Use new format of bibtex-entry-alist.
19907
19908 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
19909
19910 * progmodes/compile.el (compilation-goto-locus):
19911 * net/tramp-cmds.el (tramp-append-tramp-buffers):
19912 * bs.el (bs-cycle-next, bs-cycle-previous):
19913 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
19914 * bindings.el (mode-line-other-buffer):
19915 * autoinsert.el (auto-insert):
19916 * arc-mode.el (archive-extract):
19917 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
19918
19919 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
19920
19921 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
19922 Fix check of `emacs-lock-unlockable-modes'.
19923 Coerce true values of `emacs-lock--try-unlocking' to t.
19924
19925 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
19926
19927 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
19928 * emacs-lock.el: New file.
19929
19930 2011-07-05 Julien Danjou <julien@danjou.info>
19931
19932 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
19933 than `boundp' to check if face is set.
19934
19935 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
19936
19937 * register.el (registerv-make):
19938 * window.el (window-min-height): Fix typos in docstrings.
19939
19940 2011-07-05 Jan Djärv <jan.h.d@swipnet.se>
19941
19942 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
19943 Update doc string.
19944
19945 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
19946
19947 * server.el (server-execute): Catch quit and call
19948 `server-return-error' to pass the error back to emacsclient and
19949 close the connection (bug#8942).
19950
19951 2011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
19952
19953 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
19954 insecure exception for current topic. Also note that auto-saves
19955 are handled differently.
19956
19957 (allout-auto-save-temporarily-disabled, allout-just-did-undo):
19958 State variables for tracking auto-save inhibition situation.
19959
19960 (allout-write-contents-hook-handler): Rename from
19961 'allout-write-file-hook-handler', and describe how it depends on
19962 write-contents-functions sensitivity to non-nil value to prevent
19963 file write.
19964
19965 (allout-auto-save-hook-handler): Remove. auto-save does not check
19966 this in individual buffers, only in the starting buffer, so this
19967 is not the right way for us to inhibit auto-save in a buffer
19968 according to its condition.
19969
19970 (allout-mode): Use new allout-write-contents-hook-handler, and
19971 only with write-contents-functions. Remove auto-save provisions -
19972 they're implemented elsewhere.
19973
19974 (allout-before-change-handler): If undo is in progress, note that
19975 for attention of allout-post-command-business.
19976
19977 (allout-post-command-business): If the command we're following was
19978 an undo, check for change in the status of encrypted items and
19979 adjust auto-save inhibitions accordingly.
19980
19981 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
19982 according to whether there are or aren't any plain-text topics
19983 pending encryption.
19984
19985 (allout-inhibit-auto-save-info-for-decryption):
19986 Adjust buffer-saved-size and some allout state to inhibit auto-saves
19987 if there are plain-text topics pending encryption.
19988
19989 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
19990 buffer-saved-size and some allout state to not inhibit auto-saves
19991 if there are no longer any plain-text topics pending encryption.
19992
19993 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
19994 No longer provide for exemption of the current topic.
19995
19996 2011-07-04 Juri Linkov <juri@jurta.org>
19997
19998 Add 7z operations to delete and save changed members (bug#8968).
19999 * arc-mode.el (archive-7z-expunge, archive-7z-update):
20000 New defcustoms.
20001 (archive-7z-write-file-member): New function.
20002 (archive-7z-summarize): Fix the number of dashes in the
20003 listing output.
20004
20005 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
20006
20007 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
20008 (bug#8958).
20009
20010 2011-07-04 Chong Yidong <cyd@stupidchicken.com>
20011
20012 * bindings.el: Ignore next-buffer and previous-buffer in
20013 minibuffer-local-map.
20014
20015 * font-lock.el (font-lock-builtin-face): Change light background
20016 color to dark slate blue (Bug#6693).
20017
20018 2011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
20019
20020 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
20021
20022 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
20023
20024 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
20025 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
20026 Add switch-to-buffer.
20027
20028 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
20029
20030 * isearch.el (isearch-search-fun-function): Clarify further the
20031 meaning of the function returned.
20032
20033 2011-07-04 Michael Albinus <michael.albinus@gmx.de>
20034
20035 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
20036
20037 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
20038 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
20039 Use it.
20040 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
20041 `tramp-default-remote-path' does not exist.
20042 (tramp-send-command-and-read): New optional argument NOERROR.
20043 (tramp-open-connection-setup-interactive-shell)
20044 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
20045 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
20046 (tramp-process-sentinel): Flush also process' connection property.
20047 (tramp-sh-handle-start-file-process): Do not set process
20048 sentinel. It is done now ...
20049 (tramp-maybe-open-connection): ... here. (Bug#8929)
20050
20051 2011-07-04 MON KEY <monkey@sandpframing.com>
20052
20053 * play/animate.el (animate-string): Doc fixes and allow changing
20054 the buffer name (bug#5417).
20055
20056 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
20057
20058 * play/animate.el (animation-buffer-name): Rename from *animate*.
20059
20060 2011-07-04 Paul Eggert <eggert@cs.ucla.edu>
20061
20062 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
20063 This is simpler and helps future-proof the code.
20064 (timer-until): Use time-subtract and float-time.
20065 (timer--time-less-p): Use time-less-p.
20066
20067 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
20068
20069 * type-break.el (timep): Use the value of `float-time' to avoid a
20070 byte-compiler warning.
20071
20072 * server.el (server-eval-and-print): Return any result, even nil.
20073
20074 2011-07-03 Paul Eggert <eggert@cs.ucla.edu>
20075
20076 * type-break.el: Accept time formats that the builtins accept.
20077 (timep, type-break-time-difference): Accept any format that
20078 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
20079 This is simpler and helps future-proof the code.
20080 (type-break-time-difference): Round rather than ignoring
20081 subseconds components.
20082
20083 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
20084
20085 * info.el (Info-apropos-matches): Make non-interactive, since it
20086 doesn't seem to do anything useful as a command (bug#8829).
20087
20088 2011-07-03 Chong Yidong <cyd@stupidchicken.com>
20089
20090 * frame.el (frame-background-mode, frame-set-background-mode):
20091 Move from faces.el.
20092 (frame-default-terminal-background): New function.
20093
20094 * custom.el (custom-push-theme): Don't record faces in `changed'
20095 theme; this doesn't work correctly for per-frame face settings.
20096 (disable-theme): Use face-set-after-frame-default to reset faces.
20097 (custom--frame-color-default): New function.
20098
20099 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
20100
20101 * dired.el (dired-flagging-regexp): Remove unused variable
20102 (bug#8769).
20103
20104 2011-03-29 Kevin Ryde <user42@zip.com.au>
20105
20106 * progmodes/compile.el (compilation-error-regexp-alist-alist):
20107 `perl-Test2' extend to match possible "fail #N" rep count
20108 (bug#8377).
20109
20110 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
20111
20112 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
20113 `smtpmail-via-smtp' now returns the error instead of nil.
20114
20115 * isearch.el (isearch-search-fun-function): Clarify the doc string
20116 (bug#8101).
20117
20118 2011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
20119
20120 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
20121 unnecessary spaces (bug#8987).
20122
20123 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
20124
20125 * net/network-stream.el (open-network-stream): Use the
20126 :end-of-capability command thoughout.
20127
20128 2011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
20129
20130 * net/network-stream.el (open-network-stream): Add the
20131 :end-of-capability command parameter, used by pop3.el.
20132
20133 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
20134
20135 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
20136
20137 * fringe.el (fringe-query-style): Remove redundant text " (type ?
20138 for list)" (bug#6475).
20139
20140 * files.el (file-expand-wildcards): Ignore non-readable
20141 sub-directories while trying to find matches instead of signaling
20142 an error (bug#6297).
20143
20144 * man.el (Man-reference-regexp): Allow matching possible
20145 word-wrapped references (bug#6289).
20146
20147 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
20148 for consistency with the other vc buffers (bug#6197).
20149 (vc-checkin): Ditto.
20150
20151 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
20152
20153 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
20154
20155 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
20156
20157 * custom.el (defcustom): Clarify that :set is only used in the
20158 Customize user interface (bug#6089).
20159
20160 * progmodes/flymake.el (flymake-mode): If the buffer isn't
20161 associated with a file, refuse to run instead of erroring out
20162 (bug#6084).
20163
20164 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
20165 the doc string, since it appears that using `fill-column' always
20166 controls the width (bug#7845).
20167
20168 * simple.el (shell-command-on-region): Say where the error output
20169 went if `shell-command-default-error-buffer' is set (bug#6857).
20170
20171 2011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
20172
20173 * allout.el (allout-yank-processing): Adjust cursor position for
20174 backwards-deleted space.
20175
20176 (allout-rebullet-heading): Register changes with
20177 allout-exposure-changed-hook, so the modified topic is properly
20178 decorated.
20179
20180 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
20181
20182 * minibuffer.el (completion-in-region): Document PREDICATE
20183 (bug#7136).
20184
20185 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
20186 of keyword/argument pairs (bug#6904).
20187
20188 * replace.el (multi-occur):
20189 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
20190
20191 2011-07-02 Drew Adams <drew.adams@oracle.com>
20192
20193 * dired.el (dired-mark-if): Make the message about whether it's
20194 marking or unmarking clearer (bug#8523).
20195
20196 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
20197
20198 * disp-table.el (display-table-print-array): New function.
20199 (describe-display-table): Use it to print the vectors more pretty
20200 (Bug#8859).
20201
20202 2011-07-02 Martin Rudalics <rudalics@gmx.at>
20203
20204 * window.el (window-state-get-1): Don't assign clone numbers.
20205 Add clone-of item to list of window parameters.
20206 (window-state-put-2): Don't process clone numbers.
20207 (display-buffer-alist): Fix doc-string.
20208
20209 2011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
20210
20211 * subr.el (remq): Don't allocate if it's not needed.
20212 (keymap--menu-item-binding, keymap--menu-item-with-binding)
20213 (keymap--merge-bindings): New functions.
20214 (keymap-canonicalize): Use them to refine the canonicalization.
20215 * minibuffer.el (minibuffer-local-completion-map)
20216 (minibuffer-local-must-match-map): Move initialization from C.
20217 (minibuffer-local-filename-completion-map): Move initialization from C;
20218 don't inherit from anything here.
20219 (minibuffer-local-filename-must-match-map): Make obsolete.
20220 (completing-read-default): Use make-composed-keymap to combine
20221 minibuffer-local-filename-completion-map with either
20222 minibuffer-local-must-match-map or
20223 minibuffer-local-filename-completion-map.
20224
20225 2011-07-01 Glenn Morris <rgm@gnu.org>
20226
20227 * type-break.el (type-break-time-sum): Use dolist.
20228
20229 * textmodes/flyspell.el (flyspell-word-search-backward):
20230 Replace CL function.
20231
20232 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
20233
20234 * mouse.el (mouse--strip-first-event): New function.
20235 (function-key-map): Use it to map fringe clicks to normal clicks
20236 by default.
20237
20238 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
20239 (vc-bzr-revision-completion-table): Add support for annotate and date.
20240
20241 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
20242 inherit from parent.
20243
20244 2011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
20245
20246 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
20247 (dired-show-file-type): Doc fixup (bug#8818).
20248
20249 * dired.el (dired-mode): Fix up the doc string as suggested by
20250 Drew Adams (bug#8817).
20251
20252 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
20253 cookie, since the manual says that it should be possible to add
20254 this function to `find-file-hook' (bug#8709).
20255
20256 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
20257
20258 * progmodes/cfengine.el: Moved all cfengine3.el functionality
20259 here. Noted Ted Zlatanov as the maintainer.
20260 (cfengine-common-settings, cfengine-common-syntax): New functions
20261 to set up common things between `cfengine-mode' and
20262 `cfengine3-mode'.
20263 (cfengine3-mode): New mode.
20264 (cfengine3-defuns cfengine3-defuns-regex
20265 (cfengine3-class-selector-regex cfengine3-category-regex)
20266 (cfengine3-vartypes cfengine3-font-lock-keywords)
20267 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
20268 (cfengine3-indent-line): Add from cfengine3.el.
20269
20270 2011-07-01 Michael Albinus <michael.albinus@gmx.de>
20271
20272 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
20273
20274 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
20275
20276 2011-07-01 Martin Rudalics <rudalics@gmx.at>
20277
20278 * window.el (same-window-buffer-names, same-window-regexps)
20279 (same-window-p, special-display-frame-alist)
20280 (special-display-popup-frame, special-display-function)
20281 (special-display-buffer-names, special-display-regexps)
20282 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
20283 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
20284 (split-window-preferred-function, split-height-threshold)
20285 (split-width-threshold, even-window-heights)
20286 (display-buffer-mark-dedicated, window-splittable-p)
20287 (split-window-sensibly, window-safely-shrinkable-p):
20288 Un-obsolete.
20289 (display-buffer): Don't spread args with function specifier
20290 because special-display-popup-frame won't like it.
20291
20292 2011-07-01 Paul Eggert <eggert@cs.ucla.edu>
20293
20294 Time-stamp simplifications and fixes.
20295 These improve accuracy slightly, and future-proof the code
20296 against some potential changes to current-time format.
20297
20298 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
20299 by using time-since and float-time.
20300
20301 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
20302 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
20303 + NNN microseconds".
20304
20305 * type-break.el (type-break-time-sum): Rewrite using time-add.
20306
20307 * play/hanoi.el (hanoi-current-time-float): Remove.
20308 All uses replaced by float-time.
20309
20310 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
20311 This yields a more-accurate answer.
20312 (rng-time-to-float): Remove; no longer needed.
20313
20314 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
20315
20316 * calendar/timeclock.el (timeclock-seconds-to-time):
20317 Defalias to seconds-to-time, since they're the same thing.
20318
20319 * emacs-lisp/elp.el (elp-elapsed-time):
20320 * emacs-lisp/benchmark.el (benchmark-elapse):
20321 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
20322
20323 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
20324
20325 * window.el (bury-buffer): Don't iconify the only frame.
20326 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
20327 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
20328
20329 2011-07-01 Chong Yidong <cyd@stupidchicken.com>
20330
20331 * eshell/em-smart.el (eshell-smart-display-navigate-list):
20332 Add mouse-yank-primary.
20333
20334 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
20335
20336 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
20337
20338 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
20339
20340 * emacs-lisp/find-func.el (find-library--load-name): New fun.
20341 (find-library-name): Use it to find relative load names when provided
20342 absolute file name (bug#8803).
20343
20344 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
20345
20346 * textmodes/flyspell.el (flyspell-word): Consider words that
20347 differ only in case as potential doublons (bug#5687).
20348
20349 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
20350 Remove two rather uninteresting debugging-like messages to make
20351 debbugs.el more silent.
20352
20353 * comint.el (comint-password-prompt-regexp): Accept "Response" as
20354 a password-like phrase.
20355
20356 2011-06-30 Masatake YAMATO <yamato@redhat.com>
20357
20358 * progmodes/cc-guess.el: New file.
20359
20360 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
20361
20362 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
20363 derived from `c-basic-common-init'.
20364
20365 * progmodes/cc-mode.el (top-level): Require cc-guess.
20366 (c-basic-common-init): Use `cc-choose-style-for-mode'.
20367
20368 2011-06-30 Lawrence Mitchell <wence@gmx.li>
20369
20370 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
20371
20372 2011-06-30 Alan Mackenzie <acm@muc.de>
20373
20374 * progmodes/cc-engine.el (c-guess-continued-construct):
20375 Correct the handling of template-args-cont, particularly for when font
20376 lock is disabled. Name this case as "CASE G".
20377
20378 2011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
20379
20380 * allout.el (allout-yank-processing): Fix injection of extra space
20381 between bullet and non-whitespace character in first topic when
20382 pasting, ensuring that the actual spacing in the pasted topic
20383 following the bullet char is preserved. This extra space was
20384 causing pasted encrypted topics to get a decrypted status even
20385 when the content was actually still encrypted. Now the decryption
20386 status from before the paste is preserved.
20387
20388 (allout-flag-region): Set all allout overlays so they evaporate
20389 when reduced to zero length (evanescent), to prevent overlay
20390 leakage.
20391
20392 2011-06-30 Glenn Morris <rgm@gnu.org>
20393
20394 * w32-fns.el (w32-charset-info-alist): Declare.
20395
20396 * find-dired.el (find-grep-options): Simplify.
20397
20398 * term/ns-win.el (ns-set-resource): Declare.
20399
20400 * ses.el (row, col): Declare dynamic variables honestly.
20401
20402 * textmodes/reftex-parse.el (index-tags): Declare.
20403
20404 2011-06-30 Chong Yidong <cyd@stupidchicken.com>
20405
20406 * cus-edit.el (customize-push-and-save): New function.
20407
20408 * files.el (hack-local-variables-confirm): Use it.
20409
20410 * custom.el (load-theme): New arg NO-CONFIRM.
20411 Use customize-push-and-save (Bug#8720).
20412 (custom-enabled-themes): Doc fix.
20413
20414 * cus-theme.el (customize-create-theme)
20415 (custom-theme-merge-theme): Callers to load-theme changed.
20416
20417 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
20418
20419 * thingatpt.el (thing-at-point-short-url-regexp): Require that
20420 short URLs have at least one dot in them (bug #7614).
20421
20422 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
20423 nil, because using a pty is apparently too slow (bug #895).
20424
20425 2011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
20426
20427 * mail/sendmail.el (sendmail-query-once): New function.
20428 (sendmail-query-once-function): New variable.
20429
20430 2011-06-29 Glenn Morris <rgm@gnu.org>
20431
20432 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
20433
20434 * ses.el (top-level): Require cl when compiling.
20435 (ses-set-localvars): Fix error statement.
20436 Call it at compile time to silence a storm of warnings.
20437
20438 2011-06-29 Martin Rudalics <rudalics@gmx.at>
20439
20440 * window.el (normalize-live-buffer): Rename to
20441 window-normalize-buffer.
20442 (normalize-live-frame): Rename to window-normalize-frame.
20443 (normalize-any-window): Rename to window-normalize-any-window.
20444 (normalize-live-window): Rename to window-normalize-live-window.
20445 (make-window-atom): Rename to window-make-atom.
20446 (window-resize-reset): Rename to window--resize-reset.
20447 (window-resize-reset-1): Rename to window--resize-reset-1.
20448 (resize-mini-window): Rename to window--resize-mini-window.
20449 (resize-subwindows-skip-p): Rename to
20450 window--resize-subwindows-skip-p.
20451 (resize-subwindows-normal): Rename to
20452 window--resize-subwindows-normal.
20453 (resize-subwindows): Rename to window--resize-subwindows.
20454 (resize-other-windows): Rename to window--resize-siblings.
20455 (resize-this-window): Rename to window--resize-this-window.
20456 (resize-root-window): Rename to window--resize-root-window.
20457 (resize-root-window-vertically): Rename to
20458 window--resize-root-window-vertically.
20459 (normalize-buffer-to-display): Rename to
20460 window-normalize-buffer-to-display.
20461 (normalize-buffer-to-switch-to): Rename to
20462 window-normalize-buffer-to-switch-to.
20463 Correspondingly update all callers of the functions listed
20464 above.
20465 (display-buffer-alist, display-buffer-normalize-arguments)
20466 (display-buffer-normalize-options, display-buffer)
20467 (display-buffer-alist-set): Use "function" instead of
20468 "fun-with-args".
20469
20470 2011-06-28 Chong Yidong <cyd@stupidchicken.com>
20471
20472 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
20473 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
20474 debbugs.gnu.org. Mention acknowledgment email.
20475
20476 2011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
20477
20478 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
20479 buffer multibyteness, since it shouldn't matter.
20480
20481 2011-06-28 Martin Rudalics <rudalics@gmx.at>
20482
20483 * window.el (display-buffer-in-side-window): Handle dedicated
20484 windows as in display-buffer-reuse-window.
20485 (display-buffer-normalize-alist): Use value of override
20486 specifier.
20487 (display-buffer-normalize-specifiers): Use value of
20488 other-window-means-other-frame specifier.
20489 (display-buffer-alist): Rewrite some texts in widgets.
20490 (display-buffer): Spread arguments when calling function
20491 specified by fun-with-args.
20492
20493 2011-06-28 Deniz Dogan <deniz@dogan.se>
20494
20495 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
20496 Unnest `let'.
20497
20498 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
20499 selectors (Bug#5732).
20500 (css-proprietary-nmstart-re): Use `regexp-opt'.
20501
20502 2011-06-27 Jari Aalto <jari.aalto@cante.net>
20503
20504 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
20505 (eshell-ls-date-format): New defcustom.
20506 (eshell-ls-file): Use it.
20507
20508 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
20509
20510 * help-fns.el (describe-variable): Fix message for terminal-local vars.
20511
20512 2011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
20513
20514 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
20515 (ange-ftp-make-tmp-name): New arg.
20516 (ange-ftp-file-local-copy): Use it.
20517
20518 2011-06-27 Jambunathan K <kjambunathan@gmail.com>
20519
20520 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
20521 no-conversion (Bug#8870).
20522
20523 2011-06-27 Martin Rudalics <rudalics@gmx.at>
20524
20525 * window.el (window-right, window-left, window-child)
20526 (window-child-count, window-last-child)
20527 (window-iso-combination-p, walk-window-tree-1)
20528 (window-atom-check-1, window-tree-1, delete-window)
20529 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
20530 new naming conventions - window-vchild, window-hchild,
20531 window-next and window-prev are now called window-top-child,
20532 window-left-child, window-next-sibling and window-prev-sibling
20533 respectively.
20534 (resize-window-reset): Rename to window-resize-reset.
20535 (resize-window-reset-1): Rename to window-resize-reset-1.
20536 (resize-window): Rename to window-resize.
20537 (window-min-height, window-min-width)
20538 (resize-mini-window, resize-this-window, resize-root-window)
20539 (resize-root-window-vertically, adjust-window-trailing-edge)
20540 (enlarge-window, shrink-window, maximize-window)
20541 (minimize-window, delete-window, quit-restore-window)
20542 (split-window, balance-windows, balance-windows-area-adjust)
20543 (balance-windows-area, window-state-put-2)
20544 (display-buffer-even-window-sizes, display-buffer-set-height)
20545 (display-buffer-set-width, set-window-text-height)
20546 (fit-window-to-buffer): Rename all "resize-window" prefixed
20547 calls to use the "window-resize" prefix convention.
20548 (display-buffer-alist): Fix symbol for label specifier.
20549 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
20550 corresponding specifier.
20551 Reported by Juanma Barranquero <lekktu@gmail.com>.
20552
20553 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
20554
20555 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
20556 convention.
20557 (ses-call-printer): Does not pass an empty string to formatter when the
20558 cell is empty to keep from barking printer Calc math-format-value.
20559
20560 2011-06-27 Richard Stallman <rms@gnu.org>
20561
20562 * battery.el (battery-mode-line-limit): New variable.
20563 (battery-update): Handle it.
20564
20565 * mail/rmailmm.el (rmail-mime-process-multipart):
20566 Handle truncated messages.
20567
20568 2011-06-27 Glenn Morris <rgm@gnu.org>
20569
20570 * progmodes/flymake.el (flymake-err-line-patterns):
20571 Allow for column numbers in the ant/javac pattern. (Bug#8866)
20572
20573 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
20574
20575 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
20576 (ses--clean-!, ses--clean-_): New functions.
20577 (ses-range): Add configurability of readout order, and conversion
20578 to Calc vector.
20579
20580 * ses.el (ses-repair-cell-reference-all): New function.
20581 (ses-cell-symbol): Set macro as safe, so that it can be used in
20582 formulas.
20583
20584 * ses.el: Update cycle detection algorithm.
20585 (ses-localvars): Add ses--Dijkstra-attempt-nb and
20586 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
20587 (ses-set-localvars): New function.
20588 (ses-make-cell): Add property-list as a cell element.
20589 (ses-cell-property-get-fun, ses-cell-property-get)
20590 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
20591 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
20592 New functions.
20593 (ses-cell-property-set, ses-cell-property-pop)
20594 (ses-cell-property-get-handle): New macro.
20595 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
20596 New aliases, used for code readability.
20597 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
20598 cycle detection.
20599 (ses-self-reference-early-detection): New defcustom.
20600 (ses-formula-references): Robustify against self-referring cells.
20601 (ses-mode): Use ses-set-localvars.
20602 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
20603 before lauching the update processing.
20604 (ses-initialize-Dijkstra-attempt): New function.
20605 (ses-recalculate-cell): Update for cycle detection based on
20606 Dijkstra algorithm.
20607
20608 * ses.el: Fix commenting and indenting convention.
20609
20610 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
20611
20612 * bs.el (bs-cycle-next): Complete last change.
20613
20614 2011-06-27 Drew Adams <drew.adams@oracle.com>
20615
20616 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
20617
20618 2011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
20619
20620 * net/network-stream.el (network-stream-open-starttls):
20621 Don't re-get capabilities unless we've reestablished connection.
20622 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
20623
20624 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
20625 to binary to possibly avoid line encoding issues on Windows (among
20626 other things).
20627
20628 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
20629
20630 * net/network-stream.el (open-network-stream): Return an :error
20631 saying what the problem was, if possible.
20632
20633 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
20634 server.
20635
20636 * net/network-stream.el (network-stream-open-starttls): If we
20637 wanted to use STARTTLS, and the server offered it, but we weren't
20638 able to because we had no STARTTLS support, then close the connection.
20639 (open-network-stream): Return an :error element, if present.
20640
20641 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
20642
20643 * hl-line.el (hl-line-sticky-flag): Doc fix.
20644 (global-hl-line-sticky-flag): New option (Bug#8323).
20645 (global-hl-line-highlight): Obey it.
20646
20647 * vc/vc.el (vc-revert-show-diff): Default to t.
20648
20649 2011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
20650
20651 * allout-widgets.el (allout-widgets-post-command-business):
20652 Stop decorating intermediate isearch matches. They're not being
20653 undecorated when an isearch is continued past, and isearch
20654 automatically collapses them. This leads to "widget leaks", where
20655 decorated items accumulate in collapsed areas. Lines with lots of
20656 hidden widgets can slow down cursor travel, substantially.
20657 Too much complicated machinery would be needed to ensure undecoration,
20658 so we're doing without this nicety.
20659
20660 (allout-widgets-tally-string): Don't try to do a hash-table-count
20661 of allout-widgets-tally when it's nil. This eliminates spurious "Error
20662 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
20663 *Messages* when allout-widgets-maintain-tally is t.
20664
20665 2011-06-26 Martin Rudalics <rudalics@gmx.at>
20666
20667 * window.el (display-buffer-normalize-argument): Rename to
20668 display-buffer-normalize-arguments. Handle special meaning of
20669 LABEL argument. Respect special-display-function when popping up
20670 a new frame. Fix code searching for a window showing the buffer
20671 on another frame.
20672 (display-buffer-normalize-specifiers):
20673 Call display-buffer-normalize-arguments.
20674 (display-buffer-in-window): Don't undedicate the window if its
20675 buffer remains the same.
20676 Reported by Drew Adams <drew.adams@oracle.com>.
20677 (display-buffer-alist): Add choice for same-window macro
20678 specfier.
20679 (display-buffer): Mention special meaning of LABEL argument in
20680 doc-string. Fix quoting. Don't pop up a new frame even as
20681 fallback.
20682
20683 2011-06-26 Juanma Barranquero <lekktu@gmail.com>
20684
20685 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
20686 avoid deleting the current window in some cases (bug#8911).
20687
20688 2011-06-26 Andreas Schwab <schwab@linux-m68k.org>
20689
20690 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
20691 (Bug#8934)
20692
20693 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
20694
20695 * net/network-stream.el (network-stream-open-starttls):
20696 Use built-in TLS support if `gnutls-available-p' is true.
20697 (network-stream-open-tls): Ditto.
20698
20699 2011-06-26 Leo Liu <sdl.web@gmail.com>
20700
20701 * register.el (registerv): New struct.
20702 (registerv-make): New function.
20703 (jump-to-register, describe-register-1, insert-register):
20704 Support the jump-func, print-func and insert-func slot of a registerv
20705 struct. (Bug#8415)
20706
20707 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
20708
20709 * vc/vc.el (vc-revert-show-diff): New defcustom.
20710 (vc-diff-internal): New arg specifying diff buffer.
20711 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
20712 reuse an existing *vc-diff* buffer (Bug#8927).
20713
20714 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
20715
20716 2011-06-26 Glenn Morris <rgm@gnu.org>
20717
20718 * progmodes/f90.el (f90-critical-indent): New option.
20719 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
20720 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
20721 (f90-mode): Doc fix.
20722 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
20723 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
20724 (f90-beginning-of-block, f90-next-block, f90-indent-region)
20725 (f90-match-end): Handle block, critical.
20726
20727 2011-06-25 Glenn Morris <rgm@gnu.org>
20728
20729 * calendar/diary-lib.el (diary-included-files): Doc fix.
20730 (diary-include-files): New function, extracted from
20731 diary-include-other-diary-files and diary-mark-included-diary-files.
20732 (diary-include-other-diary-files, diary-mark-included-diary-files):
20733 Just call diary-include-files.
20734 (diary-mark-entries): Reset diary-included-files on first call.
20735
20736 * calendar/diary-lib.el (diary-mark-entries)
20737 (diary-mark-included-diary-files):
20738 Visit included diary-files in temp buffers.
20739
20740 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
20741 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
20742 (f90-start-block-re, f90-imenu-generic-expression)
20743 (f90-looking-at-program-block-start, f90-no-block-limit):
20744 Add support for submodules.
20745
20746 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
20747 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
20748
20749 2011-06-25 Eli Zaretskii <eliz@gnu.org>
20750
20751 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
20752 buffer-file-type before setting its value, to avoid disastrous
20753 global effects on decoding files for DOS/Windows systems. (Bug#8780)
20754
20755 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
20756
20757 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
20758
20759 * ses.el (ses-unload-function):
20760 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
20761
20762 * proced.el (proced-unload-function):
20763 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
20764
20765 2011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
20766
20767 * server.el (server-create-window-system-frame): Add parameters arg.
20768 (server-process-filter): Doc fix. Handle frame-parameters.
20769
20770 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
20771
20772 Fix bug#8730, bug#8781.
20773
20774 * loadhist.el (unload--set-major-mode): New function.
20775 (unload-feature): Use it.
20776
20777 * progmodes/python.el (python-after-info-look): Add autoload cookie.
20778 (python-unload-function): New function.
20779
20780 2011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
20781
20782 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
20783
20784 2011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
20785
20786 * net/browse-url.el (browse-url-firefox-program): Add icecat to
20787 the candidates list.
20788
20789 2011-06-24 Juanma Barranquero <lekktu@gmail.com>
20790
20791 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
20792
20793 2011-06-23 Richard Stallman <rms@gnu.org>
20794
20795 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
20796 (rmail-variables): Set next-error-move-function.
20797 (rmail-what-message): Take argument POS.
20798 (rmail-next-error-move): New function.
20799
20800 2011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
20801
20802 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
20803 messages for adjacent non-terminals.
20804
20805 2011-06-23 Richard Stallman <rms@gnu.org>
20806
20807 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
20808 (rmail-show-message-1): Preserve buffer modified flag.
20809 (rmail-start-mail): Don't specify use of rmail-mail-return;
20810 that's done by mail-bury now.
20811 (rmail-mail-return): Handle arg NEWBUF.
20812
20813 2011-06-23 Michael Albinus <michael.albinus@gmx.de>
20814
20815 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
20816 SIZE is a number.
20817
20818 2011-06-23 Martin Rudalics <rudalics@gmx.at>
20819
20820 * window.el (get-lru-window, get-mru-window)
20821 (get-largest-window): Never return a minibuffer window.
20822 (display-buffer-pop-up-window): Fix a bug that could lead to
20823 reusing the minibuffer window.
20824 (display-buffer): Pass original specifier argument to
20825 display-buffer-function instead of the normalized one.
20826 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
20827
20828 2011-06-22 Leo Liu <sdl.web@gmail.com>
20829
20830 * minibuffer.el (completing-read-function)
20831 (completing-read-default): Move from minibuf.c.
20832
20833 2011-06-22 Richard Stallman <rms@gnu.org>
20834
20835 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
20836 to Rmail even if not started by a special Rmail command.
20837
20838 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
20839 Copy the buffer currently showing just one message.
20840
20841 2011-06-22 Roland Winkler <winkler@gnu.org>
20842
20843 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
20844 (bibtex-clean-entry): First delete the old key so that a
20845 customized algorithm for generating the new key does not get
20846 confused by the old key.
20847 (bibtex-url): Obey regexp of first step.
20848 (bibtex-search-entries): Do not use add-to-list with local
20849 list-var.
20850
20851 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
20852
20853 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
20854 stored a user name, then query for the password first, instead of
20855 waiting for SMTP to give an error message and the trying again.
20856
20857 2011-06-22 Lawrence Mitchell <wence@gmx.li>
20858
20859 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
20860 BUFFER in call-process.
20861
20862 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
20863
20864 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
20865 QUIT twice.
20866 (smtpmail-try-auth-methods): Require user name and password from
20867 auth-source.
20868
20869 2011-06-22 Martin Rudalics <rudalics@gmx.at>
20870
20871 * window.el (display-buffer-default-specifiers)
20872 (display-buffer-alist): Remove entries for pop-up-frame-alist.
20873 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
20874 (split-window): Normalize SIDE argument (Bug#8916).
20875
20876 * frame.el (pop-up-frame-alist, pop-up-frame-function)
20877 (special-display-frame-alist, special-display-popup-frame):
20878 Remove duplicate declarations. These are now in window.el.
20879
20880 2011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
20881
20882 * mail/smtpmail.el (smtpmail-via-smtp):
20883 Set :use-starttls-if-possible so that we always use STARTTLS if the
20884 server supports it. SMTP servers that support STARTTLS commonly
20885 require it.
20886
20887 * net/network-stream.el (network-stream-open-starttls): Support
20888 upgrading to STARTTLS always, even if we don't have built-in support.
20889 (open-network-stream): Add the :always-query-capabilities keyword.
20890
20891 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
20892 upgrades with `open-network-stream', and rely solely on
20893 auth-source for all credentials. Big changes throughout the file,
20894 but in particular:
20895 (smtpmail-auth-credentials): Remove.
20896 (smtpmail-starttls-credentials): Remove.
20897 (smtpmail-via-smtp): Check for servers saying they want AUTH after
20898 MAIL FROM, too.
20899
20900 * net/network-stream.el (network-stream-open-starttls):
20901 Provide support for client certificates both for external and built-in
20902 STARTTLS.
20903 (auth-source): Require.
20904 (open-network-stream): Document the :client-certificate keyword.
20905 (network-stream-certificate): Change cert-cert to cert and
20906 cert-key to key.
20907
20908 2011-06-21 Michael Albinus <michael.albinus@gmx.de>
20909
20910 * net/tramp-cache.el (top): Don't load the persistency file when
20911 "emacs -Q" has been called.
20912
20913 2011-06-21 Tim Harper <timcharper@gmail.com>
20914
20915 * term/ns-win.el (ns-initialize-window-system):
20916 Set application-specific `ApplePressAndHoldEnabled' system
20917 resource to NO as it is not yet supported by the NS port.
20918
20919 2011-06-21 Juanma Barranquero <lekktu@gmail.com>
20920
20921 * misc.el (list-dynamic-libraries--refresh): Compute header here...
20922 (list-dynamic-libraries): ...not here.
20923
20924 2011-06-21 Leo Liu <sdl.web@gmail.com>
20925
20926 * subr.el (sha1): Implement sha1 using secure-hash.
20927
20928 2011-06-21 Martin Rudalics <rudalics@gmx.at>
20929
20930 * window.el (display-buffer-alist): In default value do not
20931 enforce searching a window on any but the selected frame.
20932 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
20933 (display-buffer-select-window): Remove function.
20934 (display-buffer-in-window): When a window on another frame gets
20935 reused, do not select it any more but just raise its frame if
20936 necessary (Bug#8851) and (Bug#8856).
20937 (display-buffer-normalize-options): Handle pop-up-frames related
20938 options more faithfully.
20939 (pop-to-buffer): Don't rely on `display-buffer' selecting the
20940 window if it is on another frame.
20941 (display-buffer-alist, display-buffer-default-specifiers):
20942 Don't make new frame unsplittable by default.
20943 (display-buffer-normalize-argument): Fix doc-string typo and use
20944 'same-frame-other-window instead of 'other-window when associating
20945 with display-buffer-macro-specifiers.
20946
20947 2011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
20948
20949 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
20950 New functions.
20951 (5x5-mode-map, 5x5-mode-menu): Bind them.
20952 (5x5-draw-grid): Tweak the solver's rendering.
20953
20954 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
20955
20956 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
20957 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
20958
20959 2011-06-21 Drew Adams <drew.adams@oracle.com>
20960
20961 * menu-bar.el: Use function variable instead of switch-to-buffer.
20962 (menu-bar-select-buffer-function): New variable.
20963 (menu-bar-update-buffers): Use it (bug#8876).
20964
20965 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
20966
20967 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
20968 variable's status.
20969
20970 2011-06-20 Jan Djärv <jan.h.d@swipnet.se>
20971
20972 * x-dnd.el (x-dnd-version-from-flags)
20973 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
20974 and long as number (Bug#8899).
20975 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
20976
20977 2011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
20978
20979 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
20980 (completion-try-completion, completion-all-completions): Compute the
20981 metadata argument if it's missing; make it optional (bug#8795).
20982
20983 * wid-edit.el: Use lex-bind and move towards completion-at-point.
20984 (widget-complete): Use new :completion-function property.
20985 (widget-completions-at-point): New function.
20986 (default): Use :completion-function instead of :complete.
20987 (widget-default-completions): Rename from widget-default-complete;
20988 Rewrite.
20989 (widget-string-complete, widget-file-complete, widget-color-complete):
20990 Remove functions.
20991 (file, symbol, function, variable, coding-system, color):
20992 * international/mule-cmds.el (default-input-method, charset)
20993 (language-info-custom-alist):
20994 * cus-edit.el (face): Use new property :completions.
20995
20996 * progmodes/pascal.el (pascal-completions-at-point): New function.
20997 (pascal-mode): Use it.
20998 (pascal-mode-map): Use completion-at-point.
20999 (pascal-toggle-completions): Make obsolete.
21000 (pascal-complete-word, pascal-show-completions):
21001 * progmodes/octave-mod.el (octave-complete-symbol):
21002 Redefine as obsolete alias.
21003 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
21004 Signal absence of completion info for old Octave,
21005 (inferior-octave-complete): Redefine as obsolete alias.
21006 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
21007 (meta-completions-at-point): Rename from meta-complete-symbol and
21008 adapt it for use on completion-at-point-functions.
21009 (meta-common-mode): Use it.
21010 (meta-looking-at-backward, meta-match-buffer): Remove.
21011 (meta-complete-symbol): Redefine as obsolete alias.
21012 (meta-common-mode-map): Use completion-at-point.
21013 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
21014 (makefile-mode-map): Use completion-at-point.
21015 (makefile-completions-at-point): Rename from makefile-complete and
21016 adapt it for use on completion-at-point-functions.
21017 (makefile-mode): Use it.
21018 (makefile-complete): Redefine as obsolete alias.
21019
21020 2011-06-20 Deniz Dogan <deniz@dogan.se>
21021
21022 * net/rcirc.el: Delete trailing whitespaces once and for all.
21023
21024 2011-06-20 Daniel Colascione <dan.colascione@gmail.com>
21025
21026 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
21027
21028 2011-06-19 Chong Yidong <cyd@stupidchicken.com>
21029
21030 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
21031
21032 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
21033
21034 2011-06-19 Martin Rudalics <rudalics@gmx.at>
21035
21036 * window.el (display-buffer-other-window-means-other-frame):
21037 Call display-buffer-normalize-alist.
21038 (display-buffer-normalize-specifiers-1): Rename to
21039 display-buffer-normalize-argument. New argument other-frame.
21040 Rewrite.
21041 (display-buffer-normalize-specifiers-2): Rename to
21042 display-buffer-normalize-options.
21043 (display-buffer-normalize-alist-1): New function.
21044 (display-buffer-normalize-specifiers-3): Rename to
21045 display-buffer-normalize-alist.
21046 Call display-buffer-normalize-alist-1.
21047 (display-buffer-normalize-options-inhibit): New variable.
21048 (display-buffer-normalize-specifiers): Rewrite calling
21049 display-buffer-normalize-alist,
21050 display-buffer-normalize-argument, and
21051 display-buffer-normalize-options. Don't call the latter if
21052 display-buffer-normalize-options-inhibit is non-nil.
21053 (frame-auto-delete): New option.
21054 (window-deletable-p): Use frame-auto-delete.
21055 (window-list-no-nils, window-state-ignored-parameters)
21056 (window-state-get-1, window-state-get, window-state-put-list)
21057 (window-state-put-1, window-state-put-2, window-state-put):
21058 New functions.
21059 (display-buffer-normalize-options): Move special-display-p group
21060 after pop-up-frame group (Bug#8851) and (Bug#8856).
21061
21062 2011-06-18 Chong Yidong <cyd@stupidchicken.com>
21063
21064 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
21065 groups (Bug#8776).
21066 (rx-submatch-n): New function.
21067 (rx): Document it.
21068
21069 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
21070 (Bug#8768).
21071
21072 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
21073
21074 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
21075
21076 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
21077 anytime existing face settings are present (Bug#8889).
21078
21079 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
21080 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
21081 Remove unused argument.
21082
21083 2011-06-18 Martin Rudalics <rudalics@gmx.at>
21084
21085 * window.el (display-buffer-default-specifiers):
21086 Remove pop-up-frame. Add pop-up-window-min-height,
21087 pop-up-window-min-width, and another reuse-window specifier
21088 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
21089 (display-buffer-normalize-specifiers-2):
21090 Handle split-height-threshold and split-width-threshold also when
21091 pop-up-windows is unset. Add a reuse-window specifier for the
21092 case popping up a new window fails.
21093 (special-display-popup-frame): Remove double quoting.
21094 (display-buffer-normalize-specifiers-1): Fix thinko.
21095
21096 2011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
21097
21098 * shell.el (shell-completion-vars): Set pcomplete-termination-string
21099 according to comint-completion-addsuffix.
21100
21101 * pcomplete.el: Convert to lexical binding and fix bug#8819.
21102 (pcomplete-suffix-list): Mark as obsolete.
21103 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
21104 pcomplete-seen in the closure.
21105 (pcomplete-comint-setup): Setup completion-at-point as well.
21106 (pcomplete--entries): New function.
21107 (pcomplete--env-regexp): New var.
21108 (pcomplete-entries): Rewrite to work with partial-completion and
21109 without relying on pcomplete-suffix-list.
21110 (pcomplete-pare-list): Remove, unused.
21111
21112 2011-06-17 Martin Rudalics <rudalics@gmx.at>
21113
21114 * window.el (display-buffer-alist): Set pop-up-window-min-height
21115 and pop-up-window-min-width in default value. Reported by
21116 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
21117 other-window-means-other-frame.
21118 (display-buffer-macro-specifiers): Comment out entry for
21119 other-window specifier.
21120 (display-buffer-other-window-means-other-frame): New function.
21121 (display-buffer-normalize-specifiers-1): New arguments
21122 buffer-name and label. Treat other-window case specially.
21123 (display-buffer-normalize-specifiers-2): Treat other-window case
21124 specially.
21125 (display-buffer-normalize-specifiers-3): New function.
21126 (display-buffer-normalize-specifiers):
21127 Call display-buffer-normalize-specifiers-3.
21128
21129 2011-06-17 Martin Rudalics <rudalics@gmx.at>
21130
21131 * window.el (same-window-p): Fix two typos introduced when
21132 adding with-no-warnings.
21133 (display-buffer-normalize-specifiers-1): Don't check
21134 pop-up-frames for 'unset initialization.
21135 (display-buffer-normalize-specifiers-2): Major rewrite using
21136 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
21137 (pop-up-frames, display-buffer-reuse-frames)
21138 (display-buffer-mark-dedicated): Don't initialize to 'unset.
21139 Suggested by David Engster <deng@randomsample.de>.
21140 (even-window-heights): Initialize to 'unset.
21141 (display-buffer-alist-set): Handle new 'unset initializations.
21142 (display-buffer-macro-specifiers): Don't pop up a new frame in the
21143 other window case.
21144
21145 2011-06-16 Martin Rudalics <rudalics@gmx.at>
21146
21147 * window.el (display-buffer-normalize-specifiers-1):
21148 Respect current value of pop-up-frames for most reasonable values of
21149 second argument of display-buffer (Bug#8865).
21150 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
21151 (switch-to-buffer-other-window-same-frame)
21152 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
21153 Adams (Bug#8875).
21154 (display-buffer): Don't check noninteractive when calling
21155 display-buffer-pop-up-frame.
21156 (display-buffer-pop-up-frame): Never pop up a frame in
21157 noninteractive mode (Bug#8857).
21158 (enlarge-window, shrink-window): Don't report an error when the
21159 window can't be resized as requested (Bug#8862).
21160
21161 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
21162
21163 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
21164
21165 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
21166
21167 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
21168
21169 2011-06-15 Alan Mackenzie <acm@muc.de>
21170
21171 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
21172 for declarators, disable knr checking to speed up for normal files.
21173 2: Refactor, replacing a sequence of nested if forms by a cond form.
21174
21175 2011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
21176
21177 * net/network-stream.el (open-network-stream): Add the keyword
21178 :always-query-capabilities for the case where you want to force a
21179 `plain' network connection, but the protocol still requires the
21180 capabilitiy command (i.e., SMTP and EHLO).
21181
21182 * subr.el (process-live-p): Rename from `process-alive-p' for
21183 consistency with other `-live-p' functions.
21184
21185 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
21186
21187 * window.el (same-window-buffer-names, same-window-regexps)
21188 (special-display-frame-alist, special-display-popup-frame)
21189 (special-display-function, special-display-buffer-names)
21190 (special-display-regexps, pop-up-frame-alist)
21191 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
21192 (pop-up-windows, split-window-preferred-function)
21193 (split-height-threshold, split-width-threshold, even-window-heights)
21194 (display-buffer-mark-dedicated): Don't encourage the use of
21195 display-buffer-alist from Elisp code.
21196
21197 2011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
21198
21199 * progmodes/python.el (python-mode): Derive from prog-mode.
21200 * progmodes/ps-mode.el (ps-mode):
21201 * progmodes/mixal-mode.el (mixal-mode):
21202 * progmodes/cfengine.el (cfengine-mode):
21203 * progmodes/ld-script.el (ld-script-mode): Likewise.
21204
21205 2011-06-15 Martin Rudalics <rudalics@gmx.at>
21206
21207 * window.el (display-buffer-alist): Trim default value to avoid
21208 popping up a new frame (Bug#8857) or reusing an arbitrary window
21209 on another frame.
21210 (display-buffer): Do not fall back on popping up a new frame in
21211 batch mode (Bug#8857).
21212
21213 2011-06-14 Chong Yidong <cyd@stupidchicken.com>
21214
21215 * cus-theme.el (describe-theme-1): Use custom-theme-p.
21216 (custom-theme-summary): New function.
21217 (customize-themes): Use it.
21218
21219 2011-06-13 Glenn Morris <rgm@gnu.org>
21220
21221 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
21222
21223 2011-06-13 Martin Rudalics <rudalics@gmx.at>
21224
21225 * help.el (help-window): Remove variable.
21226 (help-window-point-marker, temp-buffer-max-height)
21227 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
21228 (help-print-return-message): Don't set help-window.
21229 (resize-temp-buffer-window): Rewrite cod eand doc-string.
21230 (help-window-setup-finish): Remove.
21231 (help-window-display-message, help-window-setup)
21232 (with-help-window): Major rewrite based on new
21233 display-buffer-window variable.
21234
21235 * help-mode.el (help-mode-finish): Remove help-window related
21236 code.
21237
21238 * view.el (view-exits-all-viewing-windows): Remove reference to
21239 view-return-to-alist in doc-string.
21240 (view-return-to-alist): Make obsolete.
21241 (view-buffer): Call pop-to-buffer-same-window and remove
21242 undo-window code.
21243 (view-buffer-other-window): Call pop-to-buffer-other-window and
21244 simplify code. Ignore second argument.
21245 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
21246 simplify code. Ignore second argument.
21247 (view-return-to-alist-update): Make obsolete.
21248 (view-mode-enter): Rename second argument to QUIT-RESTORE.
21249 Rewrite using quit-restore window parameters.
21250 (view-mode-exit): Rename second argument to EXIT-ONLY.
21251 Rewrite using quit-restore-window.
21252 (View-exit, View-exit-and-edit, View-leave, View-quit)
21253 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
21254 appropriate arguments.
21255 (view-end-message): Use quit-restore window parameter.
21256
21257 * window.el (display-buffer-function): Rewrite doc-string.
21258 (display-buffer-window, display-buffer-alist): New variables.
21259 (display-buffer-split-specifiers)
21260 (display-buffer-side-specifiers)
21261 (display-buffer-macro-specifiers): New constants.
21262 (display-buffer-even-window-sizes, display-buffer-set-height)
21263 (display-buffer-set-width, display-buffer-select-window)
21264 (display-buffer-in-window, display-buffer-reuse-window)
21265 (display-buffer-split-window-1, display-buffer-split-window)
21266 (display-buffer-split-atom-window, display-buffer-pop-up-window)
21267 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
21268 (display-buffer-in-side-window, normalize-buffer-to-display)
21269 (display-buffer-normalize-specifiers-1)
21270 (display-buffer-normalize-specifiers-2)
21271 (display-buffer-normalize-specifiers, display-buffer-frame):
21272 New functions.
21273 (display-buffer): Major rewrite.
21274 (display-buffer-other-window, display-buffer-other-frame)
21275 (pop-to-buffer, switch-to-buffer-other-window)
21276 (switch-to-buffer-other-frame): Rewrite.
21277 (display-buffer-same-window, display-buffer-same-frame)
21278 (display-buffer-same-frame-other-window)
21279 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
21280 (pop-to-buffer-other-window)
21281 (pop-to-buffer-same-frame-other-window)
21282 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
21283 (switch-to-buffer-other-window-same-frame): New functions.
21284 (same-window-p, special-display-p): Rewrite disabling warnings.
21285 Make obsolete.
21286 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
21287 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
21288 Make obsolete
21289 (same-window-buffer-names, same-window-regexps)
21290 (special-display-frame-alist, special-display-popup-frame)
21291 (special-display-function, special-display-buffer-names)
21292 (special-display-regexps, pop-up-frame-alist)
21293 (pop-up-frame-function, split-window-preferred-function)
21294 (split-height-threshold, split-width-threshold)
21295 (even-window-heights): Make obsolete.
21296
21297 2011-06-12 Glenn Morris <rgm@gnu.org>
21298
21299 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
21300 Misc simplifications.
21301
21302 2011-06-12 Martin Rudalics <rudalics@gmx.at>
21303
21304 * window.el (window-safely-shrinkable-p): Restore function which
21305 was inadvertently removed in change from 2011-06-11. Declare as
21306 obsolete.
21307
21308 * calendar/calendar.el (calendar-generate-window):
21309 Use window-iso-combined-p instead of combination of one-window-p and
21310 window-safely-shrinkable-p.
21311
21312 2011-06-12 Glenn Morris <rgm@gnu.org>
21313
21314 * progmodes/fortran.el (fortran-mode-syntax-table):
21315 * progmodes/f90.el (f90-mode-syntax-table):
21316 Set % to punctuation. (Bug#8820)
21317 (f90-find-tag-default): Remove, no longer needed.
21318
21319 2011-06-12 Daniel Colascione <dan.colascione@gmail.com>
21320
21321 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
21322
21323 2011-06-11 Chong Yidong <cyd@stupidchicken.com>
21324
21325 * image.el (image-animated-p): Return animation delay in seconds.
21326 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
21327 (image-animate-timeout): Remove DELAY argument. Don't assume
21328 every subimage has the same delay; get it from image-animated-p.
21329 (image-animate): Caller changed.
21330
21331 2011-06-11 Michael Albinus <michael.albinus@gmx.de>
21332
21333 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
21334 to ignored backtrace functions.
21335
21336 2011-06-11 Glenn Morris <rgm@gnu.org>
21337
21338 * calendar/appt.el (appt-disp-window-function): Doc fix.
21339 (appt-check): Handle overlapping appointments. (Bug#8337)
21340
21341 2011-06-11 Martin Rudalics <rudalics@gmx.at>
21342
21343 * window.el (window-tree-1, window-tree): New functions, moving
21344 the latter to window.el.
21345 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
21346 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
21347 (bw-refresh-edges): Remove.
21348 (balance-windows-1, balance-windows-2): New functions.
21349 (balance-windows): Rewrite in terms of window tree functions,
21350 balance-windows-1 and balance-windows-2.
21351 (bw-adjust-window): Remove.
21352 (balance-windows-area-adjust): New function with functionality of
21353 bw-adjust-window but using resize-window.
21354 (set-window-text-height): Rewrite doc-string.
21355 Use normalize-live-window and resize-window.
21356 (enlarge-window-horizontally, shrink-window-horizontally):
21357 Rename argument to DELTA.
21358 (window-buffer-height): New function.
21359 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
21360 Rewrite using new window resize routines.
21361 (kill-buffer-and-window, mouse-autoselect-window-select):
21362 Use ignore-errors instead of condition-case.
21363 (quit-window): Call delete-frame instead of delete-windows-on
21364 for the only buffer on frame.
21365
21366 2011-06-10 Martin Rudalics <rudalics@gmx.at>
21367
21368 * loadup.el (top-level): Load window before files for the sake
21369 of replace-buffer-in-windows.
21370
21371 * files.el (read-buffer-to-switch)
21372 (switch-to-buffer-other-window)
21373 (switch-to-buffer-other-frame, display-buffer-other-frame):
21374 Move to window.el.
21375
21376 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
21377 (previous-buffer): Move to window.el.
21378
21379 * bindings.el (unbury-buffer): Move to window.el.
21380
21381 * window.el (delete-other-windows-vertically): Move after
21382 definition of delete-other-windows.
21383 (other-window, delete-windows-on, replace-buffer-in-windows):
21384 Move here from window.c.
21385 (record-window-buffer, unrecord-window-buffer)
21386 (set-window-buffer-start-and-point, switch-to-prev-buffer)
21387 (switch-to-next-buffer): New functions.
21388 (get-next-valid-buffer, last-buffer, next-buffer): Move here
21389 from simple.el. Call switch-to-next-buffer.
21390 (previous-buffer): Move here from simple.el.
21391 Call switch-to-prev-buffer.
21392 (bury-buffer): Move here from buffer.c. Switch to previous
21393 buffer when window cannot be deleted.
21394 (unbury-buffer): Move here from bindings.el.
21395 (ctl-x-map): Move binding for other-window from window.c to
21396 here.
21397 (read-buffer-to-switch, switch-to-buffer-other-window)
21398 (switch-to-buffer-other-frame): Move here from files.el.
21399 (normalize-buffer-to-switch-to): New functions.
21400 (switch-to-buffer): Move here from buffer.c.
21401 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
21402
21403 2011-06-10 Martin Rudalics <rudalics@gmx.at>
21404
21405 * window.el (window-min-height, window-min-width): Move here
21406 from window.c. Add defcustoms and rewrite doc-strings.
21407 (resize-mini-window, resize-window): New functions.
21408 (adjust-window-trailing-edge, enlarge-window, shrink-window):
21409 Move here from window.c.
21410 (maximize-window, minimize-window): New functions.
21411 (delete-window, delete-other-windows, split-window): Move here
21412 from window.c.
21413 (window-split-min-size): New function.
21414 (split-window-keep-point): Mention split-window-above-each-other
21415 instead of split-window-vertically.
21416 (split-window-above-each-other, split-window-vertically):
21417 Rename split-window-vertically to split-window-above-each-other
21418 and provide defalias for old definition.
21419 (split-window-side-by-side, split-window-horizontally):
21420 Rename split-window-horizontally to split-window-side-by-side
21421 and provide defalias for the old definition.
21422 (ctl-x-map): Move bindings for delete-window,
21423 delete-other-windows and enlarge-window here from window.c.
21424 Replace bindings for split-window-vertically and
21425 split-window-horizontally by bindings for
21426 split-window-above-each-other and split-window-side-by-side.
21427
21428 * cus-start.el (all): Remove entries for window-min-height and
21429 window-min-width. Add entries for window-splits and
21430 window-nest.
21431
21432 2011-06-09 Glenn Morris <rgm@gnu.org>
21433
21434 * calendar/appt.el (appt-mode-line): New function.
21435 (appt-check, appt-disp-window): Use it.
21436
21437 * files.el (hack-one-local-variable-eval-safep):
21438 Allow minor-modes with explicit +/-1 arguments.
21439
21440 2011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
21441
21442 * term/xterm.el (xterm): Add defgroup.
21443 (xterm-extra-capabilities): Add defcustom to supply known xterm
21444 capabilities, skip querying them, or query them (default).
21445 (terminal-init-xterm): Use it.
21446 (terminal-init-xterm-modify-other-keys): New function to set up
21447 modifyOtherKeys support to simplify `terminal-init-xterm'.
21448
21449 2011-06-09 Martin Rudalics <rudalics@gmx.at>
21450
21451 * window.el (resize-window-reset, resize-window-reset-1)
21452 (resize-subwindows-skip-p, resize-subwindows-normal)
21453 (resize-subwindows, resize-other-windows, resize-this-window)
21454 (resize-root-window, resize-root-window-vertically)
21455 (window-deletable-p, window-or-subwindow-p)
21456 (frame-root-window-p): New functions.
21457
21458 2011-06-09 Glenn Morris <rgm@gnu.org>
21459
21460 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
21461 (ange-ftp-get-files): Use it.
21462
21463 2011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
21464
21465 * mail/sendmail.el (mail-recover-1, mail-recover):
21466 * files.el (recover-file, recover-session):
21467 Handle dired-listing-switches not being just a single short option.
21468
21469 2011-06-09 Glenn Morris <rgm@gnu.org>
21470
21471 * calendar/appt.el (appt-display-message, appt-disp-window):
21472 Handle lists of appointments.
21473
21474 2011-06-08 Martin Rudalics <rudalics@gmx.at>
21475
21476 * window.el (one-window-p): Move down in code.
21477 Rewrite doc-string.
21478 (window-current-scroll-bars): Rewrite doc-string.
21479 Normalize live window argument.
21480 (walk-windows, get-window-with-predicate, count-windows):
21481 Rewrite doc-string. Use window-list-1.
21482 (window-in-direction-2, window-in-direction, get-mru-window):
21483 New functions.
21484
21485 2011-06-08 Reuben Thomas <rrt@sc3d.org>
21486
21487 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
21488 Doc fix (Bug#8713).
21489
21490 2011-06-08 Chong Yidong <cyd@stupidchicken.com>
21491
21492 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
21493
21494 2011-06-08 Juanma Barranquero <lekktu@gmail.com>
21495
21496 * loadhist.el (unload-feature-special-hooks):
21497 Add `comint-output-filter-functions'.
21498
21499 2011-06-08 Ivan Kanis <gnu@kanis.fr>
21500
21501 * calendar/appt.el (appt-check): Move some initializations into the let.
21502
21503 2011-06-08 Martin Rudalics <rudalics@gmx.at>
21504
21505 * window.el (window-height): Defalias to window-total-height.
21506 (window-width): Defalias to window-body-width.
21507
21508 2011-06-07 Chong Yidong <cyd@stupidchicken.com>
21509
21510 * image-mode.el (image-toggle-animation): New command.
21511 (image-mode-map): Bind it to RET.
21512 (image-mode): Update message.
21513 (image-toggle-display-image): Avoid a spurious cache flush.
21514 (image-transform-rotation): Doc fix.
21515 (image-transform-properties): Return quickly in the normal case.
21516 (image-animate-loop): Rename from image-animate-max-time.
21517
21518 * image.el (image-animate-max-time): Move to image-mode.el.
21519 (create-animated-image): Remove unnecessary function.
21520 (image-animate): Rename from image-animate-start. New arg.
21521 (image-animate-stop): Remove; just use image-animate-timer.
21522 (image-animate-timer): Use car-safe.
21523 (image-animate-timeout): Rename argument.
21524
21525 2011-06-07 Martin Rudalics <rudalics@gmx.at>
21526
21527 * window.el (get-lru-window, get-largest-window): Move here from
21528 window.c. Rename first argument to ALL-FRAMES.
21529 Rephrase doc-strings.
21530 (get-buffer-window-list): Rewrite using window-list-1.
21531 Rephrase doc-string.
21532 (window-safe-min-height, window-safe-min-width): New constants.
21533 (window-size-ignore, window-min-size, window-min-size-1)
21534 (window-sizable, window-sizable-p, window-size-fixed-1)
21535 (window-size-fixed-p, window-min-delta-1, window-min-delta)
21536 (window-max-delta-1, window-max-delta, window-resizable)
21537 (window-resizable-p, window-total-height, window-total-width)
21538 (window-body-width): New functions.
21539 (window-full-height-p, window-full-width-p): Rewrite using
21540 window-total-size.
21541 (window-body-height): Rewrite using window-body-size.
21542
21543 2011-06-06 Martin Rudalics <rudalics@gmx.at>
21544
21545 * window.el (window-right, window-left, window-child)
21546 (window-child-count, window-last-child, window-any-p)
21547 (normalize-live-buffer, normalize-live-frame)
21548 (normalize-any-window, normalize-live-window)
21549 (window-iso-combination-p, window-iso-combined-p)
21550 (window-iso-combinations)
21551 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
21552 (windows-with-parameter, window-with-parameter)
21553 (window-atom-root, make-window-atom, window-atom-check-1)
21554 (window-atom-check, window-side-check, window-check):
21555 New functions.
21556 (ignore-window-parameters, window-sides, window-sides-vertical)
21557 (window-sides-slots): New variables.
21558 (window-size-fixed): Move down in code. Minor doc-string fix.
21559
21560 2011-06-05 Andreas Schwab <schwab@linux-m68k.org>
21561
21562 * comint.el (comint-dynamic-complete-as-filename)
21563 (comint-dynamic-complete-filename): Correctly call
21564 completion-in-region.
21565
21566 2011-06-05 Deniz Dogan <deniz@dogan.se>
21567
21568 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
21569 in last change.
21570
21571 2011-06-05 Deniz Dogan <deniz@dogan.se>
21572
21573 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
21574 (rcirc): Use it to prompt for encryption.
21575
21576 2011-06-05 Roland Winkler <winkler@gnu.org>
21577
21578 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
21579 (bibtex-search-entries): New command bound to C-c C-a.
21580 (bibtex-display-entries): New function.
21581
21582 2011-06-05 Roland Winkler <winkler@gnu.org>
21583
21584 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
21585 (bibtex-insert-kill): After yanking insert newline if necessary.
21586 (bibtex-initialize): Call bibtex-string-files-init only once.
21587 (bibtex-mode): Do not call easy-menu-add.
21588 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
21589 (bibtex-yank): Set arg properly if nil.
21590
21591 2011-06-05 Roland Winkler <winkler@gnu.org>
21592
21593 * textmodes/bibtex.el (bibtex-search-entry-globally):
21594 New variable.
21595 (bibtex-search-entry): Use it.
21596
21597 2011-06-05 Roland Winkler <winkler@gnu.org>
21598
21599 * textmodes/bibtex.el (bibtex-entry-format): New option
21600 sort-fields.
21601 (bibtex-format-entry, bibtex-reformat): Honor this option.
21602 (bibtex-parse-entry): Return fields in proper order.
21603
21604 2011-06-05 Juanma Barranquero <lekktu@gmail.com>
21605
21606 * doc-view.el (doc-view-remove-if): Move computation of result out
21607 of `dolist' to silence misleading lexical-binding warning.
21608
21609 2011-06-04 Chong Yidong <cyd@stupidchicken.com>
21610
21611 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
21612 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
21613
21614 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
21615
21616 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
21617 "SunOS 5.10".
21618
21619 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
21620
21621 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
21622 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
21623 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
21624 (tramp-parse-putty):
21625 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
21626 (tramp-completion-function-alist-ssh)
21627 (tramp-completion-function-alist-telnet)
21628 (tramp-completion-function-alist-su)
21629 (tramp-completion-function-alist-putty): Set `tramp-autoload'
21630 cookie.
21631
21632 * net/tramp-ftp.el:
21633 * net/tramp-sh.el:
21634 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
21635 load "tramp.el" `tramp-set-completion-function'.
21636
21637 2011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
21638
21639 * shell.el: Require and use pcomplete.
21640 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
21641 (shell-completion-vars): Set pcomplete-default-completion-function.
21642
21643 2011-06-04 Deniz Dogan <deniz@dogan.se>
21644
21645 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
21646 `memq' (Bug#8799).
21647
21648 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
21649
21650 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
21651
21652 2011-06-02 Juanma Barranquero <lekktu@gmail.com>
21653
21654 * bs.el (bs--mark-unmark, bs--nth-wrapper):
21655 * mpc.el (mpc-select-extend, mpc-songpointer-context):
21656 * vc/log-view.el (log-view-beginning-of-defun):
21657 * vc/smerge-mode.el (smerge-apply-resolution-patch)
21658 (smerge-refine-forward, smerge-refine-chopup-region):
21659 Silence warning for unused `dotimes' counter variables.
21660
21661 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
21662
21663 * net/tramp.el (tramp-with-progress-reporter): Rename from
21664 with-progress-reporter. Use `declare'.
21665 * net/tramp-smb.el:
21666 * net/tramp-sh.el:
21667 * net/tramp-gvfs.el: Update all uses.
21668
21669 2011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
21670
21671 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
21672 buffer isn't killed before making it current.
21673
21674 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
21675
21676 Silence various byte-compiler warnings.
21677 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
21678 `access-type' and new obsolescence format.
21679 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
21680 new format.
21681 (byte-compile-check-variable): New `access-type' argument.
21682 Only warn if the access-type is obsolete.
21683 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
21684 (byte-compile-variable-set): Adjust callers.
21685 * help-fns.el (describe-variable): Adjust to new obsolescence format.
21686 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
21687 setting it as obsolete.
21688 * simple.el (minibuffer-completing-symbol):
21689 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
21690 access as obsolete.
21691 * minibuffer.el (minibuffer-completing-file-name): Don't make it
21692 obsolete yet.
21693 * international/quail.el (quail-mouse-choose-completion): Remove unused
21694 code referring to obsolete var.
21695 (quail-choose-completion-string): Remove.
21696 * server.el (server-clients-with, server-kill-buffer-query-function)
21697 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
21698 * proced.el (proced-send-signal):
21699 * emacs-lisp/lisp.el (lisp-complete-symbol):
21700 Replace completion-annotate-function with completion-extra-properties.
21701
21702 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
21703
21704 * simple.el (goto-line): Use read-number.
21705 (overriding-map-is-bound): Remove.
21706 (saved-overriding-map): Change default.
21707 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
21708 Take the map as argument.
21709 (universal-argument, negative-argument, digit-argument): Use it.
21710 (restore-overriding-map): Adjust.
21711 (do-auto-fill): Use fill-forward-paragraph.
21712 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
21713
21714 * minibuffer.el (minibuffer-inactive-mode-map): New var.
21715 (minibuffer-inactive-mode): New major mode.
21716 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
21717 the *Messages* buffer" hack.
21718 (mouse-popup-menubar): Don't burp if the event is a normal key.
21719
21720 Miscellaneous tweaks.
21721 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
21722 lexical scoping as in subr.el's dolist and dotimes.
21723 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
21724 Silence compiler warning.
21725 * thingatpt.el (forward-whitespace): Trivial coding style fix.
21726 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
21727 * international/ccl.el (ccl-compile): Trivial simplification.
21728 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
21729 * emacs-lisp/testcover.el (testcover-end): Remove spurious
21730 `printflag' argument.
21731 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
21732 Purecopy the whole obsolescence data.
21733
21734 2011-06-01 Leo Liu <sdl.web@gmail.com>
21735
21736 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
21737 improve doc-string as suggested by Marco Pessotto
21738 <melmothx@gmail.com>.
21739 (rcirc-print): Fix last change.
21740
21741 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
21742
21743 * minibuffer.el (complete-with-action): Return nil for the metadata and
21744 boundaries of non-functional tables.
21745 (completion-table-dynamic): Return nil for the metadata.
21746 (completion-table-with-terminator): Add default case, using
21747 complete-with-action.
21748 (completion--metadata): New function.
21749 (completion-all-sorted-completions, minibuffer-completion-help): Use it
21750 to try and avoid pathological performance problems.
21751 (completion--embedded-envvar-table): Return `category' metadata.
21752
21753 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
21754
21755 * subr.el (process-alive-p): New tiny convenience function.
21756
21757 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
21758
21759 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
21760 content but also its previous major mode.
21761
21762 2011-05-31 Helmut Eller <eller.helmut@gmail.com>
21763
21764 * emacs-lisp/debug.el (debug): Restore the previous content of the
21765 *Backtrace* buffer when we exit with C-M-c.
21766
21767 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
21768
21769 * minibuffer.el: Add metadata method to completion tables.
21770 (completion-category-overrides): New defcustom.
21771 (completion-metadata, completion--field-metadata)
21772 (completion-metadata-get, completion--styles)
21773 (completion--cycle-threshold): New functions.
21774 (completion-try-completion, completion-all-completions):
21775 Add `metadata' argument to choose completion-styles.
21776 (completion--do-completion): Use metadata to choose cycling.
21777 (completion-all-sorted-completions): Use metadata for sorting.
21778 Remove :completion-cycle-penalty which is not needed any more.
21779 (completion--try-word-completion): Add `metadata' argument.
21780 (minibuffer-completion-help): Check metadata for annotation function
21781 and sorting.
21782 (completion-file-name-table): Return `category' metadata.
21783 (minibuffer-completing-file-name): Make obsolete.
21784 * simple.el (minibuffer-completing-symbol): Make obsolete.
21785 * icomplete.el (icomplete-completions): Pass new `metadata' param to
21786 completion-try-completion.
21787
21788 2011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
21789
21790 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
21791
21792 2011-05-30 Leo Liu <sdl.web@gmail.com>
21793
21794 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
21795 (rcirc-print): Decode all incoming messages (bug#8744).
21796 (rcirc-decode-coding-system): Allow value nil for automatic coding
21797 system detection.
21798
21799 2011-06-01 Glenn Morris <rgm@gnu.org>
21800
21801 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
21802
21803 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
21804
21805 * image.el (image-animate-max-time): Allow nil and t values.
21806 Default to nil.
21807 (create-animated-image): Doc fix.
21808 (image-animate-start): Remove second arg; just use
21809 image-animate-max-time.
21810 (image-animate-timeout): Doc fix. Args changed.
21811
21812 * image-mode.el (image-toggle-display-image): Ensure that the
21813 image spec passed to the animate timer is the same object as in
21814 the buffer's display property (Bug#6981).
21815 (image-transform-properties): Doc fix.
21816
21817 * image.el (image-animate-max-time): Default to nil.
21818
21819 2011-05-29 Martin Rudalics <rudalics@gmx.at>
21820
21821 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
21822 entire buffer list (Bug#8184).
21823
21824 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
21825
21826 * image.el (imagemagick-types-inhibit)
21827 (imagemagick-register-types): Doc fix.
21828
21829 2011-05-29 Deniz Dogan <deniz@dogan.se>
21830
21831 * net/rcirc.el (rcirc): Use the user's stored encryption method by
21832 default.
21833
21834 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
21835
21836 * select.el: Don't perform clipboard-manager saving in hooks;
21837 leave the hooks empty.
21838
21839 2011-05-28 Leo Liu <sdl.web@gmail.com>
21840
21841 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
21842 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
21843 (occur-edit-mode): New major mode (Bug#8463).
21844 (occur-after-change-function): New function.
21845 (occur-engine): Give Occur tags a read-only property.
21846
21847 2011-05-28 Kevin Ryde <user42@zip.com.au>
21848
21849 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
21850
21851 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
21852
21853 * bindings.el (help-echo): Make the initial non-indicator dash
21854 empty on graphical terminals (Bug#7295).
21855
21856 * files.el (auto-mode-alist): Move config rule after the
21857 in-stripping one (Bug#8547).
21858
21859 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
21860
21861 * startup.el (normal-splash-screen): Remove gratuitous mode-line
21862 setting (Bug#8740).
21863
21864 2011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
21865
21866 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
21867 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
21868 (Bug#8539).
21869
21870 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
21871
21872 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
21873
21874 2011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
21875
21876 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
21877 (hs-hide-block-at-point, hs-find-block-beginning)
21878 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
21879 (Bug#8279).
21880
21881 2011-05-28 Glenn Morris <rgm@gnu.org>
21882
21883 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
21884
21885 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
21886
21887 * help-fns.el (describe-function-1): If the function is a derived
21888 major mode, print the parent mode.
21889
21890 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
21891 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
21892
21893 2011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
21894
21895 * minibuffer.el (completion--capf-wrapper): Check applicability before
21896 returning non-nil for non-exclusive completion data.
21897 * progmodes/etags.el (tags-completion-at-point-function):
21898 * info-look.el (info-lookup-completions-at-point): Mark as
21899 non-exclusive.
21900 (info-complete): Adjust accordingly.
21901
21902 * info-look.el: Convert to lexical-binding and completion-at-point.
21903 (info-lookup-completions-at-point): New function.
21904 (info-complete): Use it and completion-in-region.
21905
21906 2011-05-28 Drew Adams <drew.adams@oracle.com>
21907
21908 * isearch.el: Let M-e start with point at the first mismatched char.
21909 (isearch-fail-pos): New function.
21910 (isearch-edit-string): Use it.
21911
21912 2011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
21913
21914 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
21915
21916 2011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
21917
21918 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
21919 traversal functions for avl-trees.
21920 (avl-tree--stack): New struct.
21921 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
21922 (avl-tree-enter): Add optional `updatefun' arg.
21923 (avl-tree--do-enter): Add optional `updatefun' arg.
21924 Change return value.
21925 (avl-tree-delete): Add optional `test' and `nilflag' args.
21926 (avl-tree--do-delete): Add `test' and `nilflag' args.
21927 Change return value.
21928 (avl-tree-member): Add optional `nilflag'
21929 (avl-tree-member-p): New function.
21930 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
21931 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
21932 (avl-tree-stack-empty-p): New functions.
21933
21934 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
21935 avl-tree--del-balance1 and make it work both ways.
21936 (avl-tree--del-balance2): Remove.
21937 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
21938 make it work both ways.
21939 (avl-tree--enter-balance2): Remove.
21940 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
21941 New macros.
21942 (avl-tree--mapc, avl-tree-map): Add direction argument.
21943
21944 2011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
21945
21946 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
21947
21948 2011-05-27 Chong Yidong <cyd@stupidchicken.com>
21949
21950 * select.el: Support clipboard managers with built-in function
21951 x-clipboard-manager-save, via delete-frame-functions and
21952 kill-emacs-hook.
21953 (xselect-convert-to-targets): Add MULTIPLE target to list.
21954 (xselect-convert-to-save-targets): New function.
21955
21956 2011-05-27 Kenichi Handa <handa@m17n.org>
21957
21958 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
21959 let-binding rfc2047-encode-encoded-words to nil.
21960
21961 2011-05-27 Glenn Morris <rgm@gnu.org>
21962
21963 * mail/emacsbug.el: Don't require url-util.
21964
21965 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
21966
21967 * files.el (set-auto-mode):
21968 Also respect mode: entries at the end of the file. (Bug#8586)
21969
21970 2011-05-26 Glenn Morris <rgm@gnu.org>
21971
21972 * files.el (hack-local-variables-prop-line, hack-local-variables):
21973 Downcase mode names, as seems to be traditional.
21974 (hack-local-variables, hack-local-variables-apply): Doc fixes.
21975
21976 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
21977 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
21978
21979 2011-05-25 Julien Danjou <julien@danjou.info>
21980
21981 * textmodes/rst.el (rst-define-level-faces): Do not define face
21982 symbol if it is already defined.
21983
21984 2011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
21985
21986 * play/5x5.el (5x5-new-game, 5x5-randomize):
21987 Reset 5x5-solver-output to nil when a new grid is cast.
21988 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
21989 these debugging traces, as defmacro breaks the compiled code.
21990
21991 2011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
21992
21993 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
21994
21995 2011-05-24 Leo Liu <sdl.web@gmail.com>
21996
21997 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
21998 (vc-bzr-sha1): Adapt.
21999
22000 * sha1.el: Remove. Function `sha1' is now builtin.
22001
22002 * bindings.el: Provide sha1 feature.
22003
22004 2011-05-24 Kenichi Handa <handa@m17n.org>
22005
22006 * mail/sendmail.el: Require `rfc2047'.
22007 (mail-insert-from-field): Do not perform RFC2047 encoding.
22008 (mail-encode-header): New function.
22009 (sendmail-send-it): Set buffer-file-coding-system of the work
22010 buffer to the return value of select-message-coding-system.
22011 Call mail-encode-header.
22012
22013 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
22014
22015 2011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
22016
22017 * mail/supercite.el (sc-default-cite-frame):
22018 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
22019
22020 2011-05-24 Glenn Morris <rgm@gnu.org>
22021
22022 * progmodes/python.el (brm-menu): Declare.
22023
22024 * emulation/viper.el (viper-set-hooks): Declare.
22025
22026 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
22027 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
22028 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
22029 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
22030 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
22031 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
22032
22033 2011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
22034
22035 Add an :exit-function for completion-at-point.
22036
22037 * minibuffer.el (completion--done): New fun.
22038 (completion--do-completion): Use it. New arg `expect-exact'.
22039 (minibuffer-complete, minibuffer-complete-word): Don't output message,
22040 since completion--do-completion does it for us now.
22041 (minibuffer-force-complete): Use completion--done and
22042 completion--replace. Handle sole-completion case with more care.
22043 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
22044 (completion-extra-properties): New var.
22045 (completion-annotate-function): Make obsolete.
22046 (minibuffer-completion-help): Adjust accordingly.
22047 Use completion-list-insert-choice-function.
22048 (completion-at-point, completion-help-at-point):
22049 Bind completion-extra-properties.
22050 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
22051 * simple.el (completion-list-insert-choice-function): New var.
22052 (completion-setup-function): Preserve it.
22053 (choose-completion): Pay attention to it, shuffle the code a bit.
22054 (choose-completion-string): New arg `insert-function'.
22055
22056 * textmodes/bibtex.el: Convert to lexical binding.
22057 (bibtex-mode-map): Use completion-at-point.
22058 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
22059 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
22060 (bibtex-complete): Define as obsolete alias.
22061 (bibtex-complete-internal): Remove.
22062 (bibtex-format-entry): Remove unused sub-group in regexp.
22063 * shell.el (shell--command-completion-data)
22064 (shell-environment-variable-completion):
22065 * pcomplete.el (pcomplete-completions-at-point):
22066 * comint.el (comint--complete-file-name-data): Use :exit-function
22067 instead of completion-table-with-terminator so it also works for
22068 choose-completion.
22069
22070 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
22071
22072 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
22073
22074 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
22075 (bug#8710).
22076
22077 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
22078
22079 2011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
22080
22081 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
22082 customization variable and implement: If non-nil, auto-fill will
22083 be inhibited while on topic's header line.
22084
22085 2011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
22086
22087 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
22088 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
22089 always have a solution in grid size = 5 cases.
22090 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
22091 (5x5-solver-output, 5x5-log-buffer): New vars.
22092 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
22093 Make these variables buffer local to achieve 5x5 multi-session-ness.
22094 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
22095 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
22096 (5x5-solve-suggest): New funs.
22097 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
22098 randomize a grid so that we ensure that there is always a solution.
22099 (5x5-make-random-grid): Allow other movement than flipping.
22100
22101 2011-05-23 Kevin Ryde <user42@zip.com.au>
22102
22103 * emacs-lisp/advice.el (ad-read-advised-function):
22104 Use `function-called-at-point' as the default, if it has
22105 advice and passes PREDICATE.
22106
22107 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
22108
22109 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
22110 byte-compile-lambda if it's actually a lambda.
22111
22112 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
22113 Fix function quoting. Use backquote better.
22114
22115 2011-05-22 Yuanle Song <sylecn@gmail.com>
22116
22117 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
22118 matching (Bug#8516).
22119
22120 2011-05-22 Jari Aalto <jari.aalto@cante.net>
22121
22122 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
22123 different face (Bug#8178).
22124
22125 2011-05-22 Chong Yidong <cyd@stupidchicken.com>
22126
22127 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
22128 defface (Bug#8144).
22129
22130 2011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
22131
22132 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
22133 funcall as well (bug#8712). Warn when performing those conversions.
22134 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
22135
22136 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
22137
22138 2011-05-22 Glenn Morris <rgm@gnu.org>
22139
22140 * files.el (hack-local-variables-prop-line): Small simplifications.
22141 (hack-local-variables, hack-local-variables-prop-line):
22142 If MODE-ONLY, return the mode, rather than just `t'.
22143
22144 2011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
22145
22146 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
22147
22148 2011-05-21 Glenn Morris <rgm@gnu.org>
22149
22150 * files.el (hack-local-variables-prop-line, hack-local-variables):
22151 If only interested in the mode, don't bother doing the other stuff.
22152
22153 * image-mode.el (image-after-revert-hook):
22154 Redraw all frames on which the image is visible. (Bug#8567)
22155
22156 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
22157
22158 * wid-edit.el (widget-checklist-match-inline):
22159 Fix 2011-04-19 change. (Bug#8649)
22160
22161 2011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
22162
22163 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
22164 Also allow singlespace after single-letter capitals followed by a dot.
22165
22166 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
22167 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
22168
22169 2011-05-20 Nix <nix@esperi.org.uk>
22170
22171 * files.el (basic-save-buffer-2):
22172 Fix handling of break-hardlink-on-save with non-existent files.
22173
22174 2011-05-19 Deniz Dogan <deniz@dogan.se>
22175
22176 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
22177 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
22178
22179 2011-05-19 Glenn Morris <rgm@gnu.org>
22180
22181 * progmodes/f90.el (f90-type-def-re):
22182 Handle "type, bind(c)". (Bug#8691)
22183
22184 * emacs-lisp/autoload.el (batch-update-autoloads):
22185 Set autoload-excludes by parsing loadup.el rather than Makefiles.
22186
22187 2011-05-18 Michael Albinus <michael.albinus@gmx.de>
22188
22189 * net/tramp.el (tramp-process-actions): Set "first-password-request"
22190 property for the correct connection in case of multihops.
22191
22192 2011-05-18 Glenn Morris <rgm@gnu.org>
22193
22194 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
22195 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
22196
22197 Rationalize calendar handling of day and month abbrev-arrays.
22198 * calendar/calendar.el (calendar-customized-p): New function.
22199 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
22200 (calendar-day-name-array, calendar-month-name-array): Doc fix.
22201 Add :set function.
22202 (calendar-abbrev-length, calendar-day-abbrev-array)
22203 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
22204 (calendar-day-abbrev-array, calendar-month-abbrev-array):
22205 Elements may no longer be nil.
22206 (calendar-day-name, calendar-month-name):
22207 Update for changed nature of abbrev arrays.
22208 * calendar/diary-lib.el (diary-name-pattern):
22209 Update for changed nature of abbrev arrays.
22210 (diary-mark-entries-1): Update calendar-make-alist calls.
22211 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
22212 * calendar/cal-html.el (cal-html-day-abbrev-array):
22213 Simply inherit from calendar-day-abbrev-array.
22214
22215 2011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
22216
22217 * progmodes/grep.el (grep-mode): Disable default
22218 compilation-directory-matcher setting (bug#8684).
22219
22220 2011-05-17 Michael Albinus <michael.albinus@gmx.de>
22221
22222 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
22223 instead of "head" and "tail". There were problems with SunOS 5.9,
22224 and it performs better.
22225
22226 2011-05-17 Glenn Morris <rgm@gnu.org>
22227
22228 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
22229
22230 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
22231 Replace obsolete function.
22232
22233 * shell.el (pcomplete-parse-arguments-function): Declare.
22234
22235 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
22236 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
22237 (appt-check): Doc fixes.
22238 (appt-disp-window-function, appt-delete-window-function):
22239 Remove needless special case in custom :type.
22240 (appt-display-count): Default to 0, not nil.
22241 (appt-check): Reset appt-display-count to 0, not nil.
22242
22243 2011-05-17 Juanma Barranquero <lekktu@gmail.com>
22244
22245 * progmodes/python.el (python-font-lock-keywords):
22246 Add the Python 3.X keyword "nonlocal" (bug#8639).
22247
22248 2011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
22249
22250 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
22251
22252 2011-05-16 Kevin Ryde <user42@zip.com.au>
22253
22254 * info-look.el (makefile-automake-mode): New setups, looking in
22255 automake manual, then makefile-mode.
22256 (makefile-mode): Remove automake manual, have it just in
22257 makefile-automake-mode since there's various things different or
22258 not relevant to plain make.
22259 (makefile-mode): Remove "other-modes" non-existent automake-mode,
22260 believe a hypothetical automake-mode would go to makefile-mode,
22261 not the other way around.
22262
22263 2011-05-15 Chong Yidong <cyd@stupidchicken.com>
22264
22265 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
22266 hunk-end tags (Bug#8672).
22267
22268 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
22269 vc-annotate-show-diff-revision-at-line (Bug#8671).
22270
22271 2011-05-14 Glenn Morris <rgm@gnu.org>
22272
22273 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
22274 in the middle of an existing one with multiple authors. (Bug#8645)
22275 (change-log-font-lock-keywords): Also handle multiple author lines
22276 with leading tabs. (Bug#8644)
22277
22278 * calendar/appt.el (appt-check): Rename some local variables.
22279 Some simplification/reordering.
22280
22281 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
22282 (feedmail-sendmail-f-doesnt-sell-me-out)
22283 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
22284 (feedmail-debug-sit-for, feedmail-queue-express-hook)
22285 (feedmail-queue-runner-message-sender): Set :version.
22286 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
22287 (bbdb-dwim-net-address, vm-mail): Declare.
22288 (feedmail-binmail-gnulinuxish-template):
22289 Rename from feedmail-binmail-linuxish-template.
22290 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
22291 Use insert-buffer-substring.
22292
22293 2011-05-14 Bill Carpenter <bill@carpenter.org>
22294
22295 * mail/feedmail.el (feedmail-patch-level): Increase.
22296 (feedmail-debug): New custom group.
22297 (feedmail-confirm-outgoing-timeout)
22298 (feedmail-sendmail-f-doesnt-sell-me-out)
22299 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
22300 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
22301 (feedmail-sender-line, feedmail-from-line)
22302 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
22303 (feedmail-spray-this-address)
22304 (feedmail-spray-address-fiddle-plex-list)
22305 (feedmail-queue-use-send-time-for-date)
22306 (feedmail-queue-use-send-time-for-message-id)
22307 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
22308 (feedmail-buffer-eating-function):
22309 Doc fixes.
22310 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
22311 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
22312 (feedmail-message-action-scroll-down): New functions.
22313 (feedmail-queue-directory, feedmail-queue-draft-directory):
22314 Use expand-file-name.
22315 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
22316 Remove C-v help entry.
22317 (feedmail-queue-buffer-file-name): New variable.
22318 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
22319 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
22320 (feedmail-message-action-send-strong, feedmail-message-action-edit)
22321 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
22322 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
22323 (feedmail-message-action-toggle-spray)
22324 (feedmail-run-the-queue-no-prompts)
22325 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
22326 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
22327 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
22328 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
22329 (feedmail-envelope-deducer, feedmail-fiddle-from)
22330 (feedmail-fiddle-sender, feedmail-default-date-generator)
22331 (feedmail-fiddle-date, feedmail-fiddle-message-id)
22332 (feedmail-fiddle-spray-address)
22333 (feedmail-fiddle-list-of-spray-fiddle-plexes)
22334 (feedmail-fiddle-list-of-fiddle-plexes)
22335 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
22336 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
22337 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
22338 Change default. Doc fix.
22339 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
22340 (feedmail-binmail-linuxish-template): New constant.
22341 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
22342 Respect feedmail-sendmail-f-doesnt-sell-me-out.
22343 (feedmail-send-it): Add debug call.
22344 Use feedmail-queue-buffer-file-name, and
22345 feedmail-send-it-immediately-wrapper.
22346 (feedmail-message-action-send): Add debug call.
22347 Use feedmail-send-it-immediately-wrapper.
22348 (feedmail-queue-express-to-queue): Add debug call.
22349 Run feedmail-queue-express-hook.
22350 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
22351 (feedmail-message-action-help-blat):
22352 Rename from feedmail-queue-send-edit-prompt-help-first.
22353 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
22354 Check line-endings. Handle errors better.
22355 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
22356 Doc fix. Add debug call.
22357 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
22358 Use feedmail-queue-send-edit-prompt-inner.
22359 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
22360 (feedmail-queue-send-edit-prompt-inner): New function, extracted
22361 from feedmail-queue-send-edit-prompt.
22362 (feedmail-queue-send-edit-prompt-help)
22363 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
22364 (feedmail-tidy-up-slug): Add debug call.
22365 Respect feedmail-queue-slug-suspect-regexp.
22366 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
22367 (feedmail-dump-message-to-queue): Add debug call.
22368 Expand queue-directory.
22369 (feedmail-dump-message-to-queue): Change message slightly.
22370 Use feedmail-say-chatter.
22371 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
22372 (feedmail-send-it-immediately-wrapper): New function.
22373 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
22374 Insert empty string rather than newline. Handle full-frame case.
22375 Use catch/throw. Use feedmail-say-chatter.
22376 (feedmail-fiddle-from): Try mail-host-address.
22377 (feedmail-default-message-id-generator): Doc fix.
22378 Bind system-time-locale. Handle missing end.
22379 (feedmail-fiddle-x-mailer): Add debug call.
22380 Handle feedmail-x-mailer-line being nil.
22381 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
22382 Add debug call. Use buffer-substring-no-properties.
22383 (feedmail-say-debug, feedmail-say-chatter): New functions.
22384 (feedmail-find-eoh): Give an explicit error.
22385
22386 2011-05-13 Ulf Jasper <ulf.jasper@web.de>
22387
22388 * net/newst-treeview.el (newsticker-treeview-face): Change default
22389 family from helvetica to sans.
22390 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
22391 etc/images/newsticker.
22392
22393 * net/newst-reader.el (newsticker-feed-face): Change default
22394 family from helvetica to sans.
22395
22396 * net/newst-plainview.el (newsticker-new-item-face)
22397 (newsticker-old-item-face, newsticker-immortal-item-face)
22398 (newsticker-obsolete-item-face, newsticker-date-face)
22399 (newsticker-statistics-face): Change default family from
22400 helvetica to sans.
22401 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
22402 etc/images/newsticker.
22403
22404 * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
22405 (newsticker--process-auto-mark-filter-match): Tell user about
22406 auto-marking.
22407
22408 2011-05-13 Didier Verna <didier@xemacs.org>
22409
22410 Common Lisp indentation improvements on defmethod and lambda-lists.
22411 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
22412 TODO entries.
22413 (lisp-lambda-list-keyword-parameter-indentation)
22414 (lisp-lambda-list-keyword-parameter-alignment)
22415 (lisp-lambda-list-keyword-alignment): New customizable user options.
22416 (lisp-indent-defun-method): Improve docstring.
22417 (extended-loop-p): Fix comment.
22418 (lisp-indent-lambda-list-keywords-regexp): New variable.
22419 (lisp-indent-lambda-list): New function.
22420 (lisp-indent-259): Use it.
22421 (lisp-indent-defmethod): Support for more than one
22422 method qualifier and properly indent methods lambda-lists.
22423 (defgeneric): Provide a missing common-lisp-indent-function property.
22424
22425 2011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
22426
22427 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
22428 bounds for the empty string (bug#8667).
22429
22430 2011-05-13 Glenn Morris <rgm@gnu.org>
22431
22432 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
22433
22434 * mail/sendmail.el (sendmail-program): Try executable-find first.
22435 (sendmail-send-it): `sendmail-program' cannot be unbound.
22436
22437 * calendar/appt.el (appt-make-list): Simplify.
22438 (appt-time-msg-list): Doc fix.
22439 (appt-check): Change mode-line message at the time of the appointment.
22440
22441 2011-05-12 Andreas Schwab <schwab@linux-m68k.org>
22442
22443 * progmodes/ld-script.el (ld-script-keywords)
22444 (ld-script-builtins): Update keywords list.
22445
22446 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
22447
22448 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
22449
22450 * shell.el (shell-completion-vars): New function.
22451 (shell-mode):
22452 * simple.el (read-shell-command): Use it.
22453 (blink-matching-open): No need for " [...]" in minibuffer-message.
22454
22455 2011-05-12 Glenn Morris <rgm@gnu.org>
22456
22457 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
22458 (appt-check): Simplify.
22459
22460 2011-05-12 Eli Zaretskii <eliz@gnu.org>
22461
22462 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
22463 literal "/dev/null".
22464
22465 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
22466
22467 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
22468 Fix typo.
22469
22470 2011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
22471
22472 * progmodes/which-func.el (which-function):
22473 Use add-log-current-defun instead of add-log-current-defun-function,
22474 which might not be defined (Bug#8260).
22475
22476 2011-05-12 Glenn Morris <rgm@gnu.org>
22477
22478 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
22479 Let byte-compile-initial-macro-environment always take precedence.
22480
22481 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
22482
22483 * net/rcirc.el: Add support for SSL/TLS connections.
22484 (rcirc-server-alist): New field `encryption'.
22485 (rcirc): Check `encryption' settings.
22486 (rcirc-connect): New arg `encryption'. Use open-network-stream.
22487 Merge make-local-variable into `set'.
22488 (rcirc--connection-open-p): New function.
22489 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
22490 the process is not a network process (e.g. running gnutls-cli).
22491 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
22492 Make rcirc-(en|de)code-coding-system local here.
22493 (rcirc-mode): Merge make-local-variable into `set'.
22494 (rcirc-parent-buffer): Make permanent buffer-local.
22495 (rcirc-multiline-minor-mode): Don't do it here.
22496 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
22497 there's no server buffer.
22498
22499 2011-05-11 Glenn Morris <rgm@gnu.org>
22500
22501 * newcomment.el (comment-kill): Prefix "unused" local.
22502
22503 * term/w32console.el (get-screen-color): Declare.
22504
22505 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
22506 Handle symbol elements of byte-compile-initial-macro-environment.
22507
22508 2011-05-10 Leo Liu <sdl.web@gmail.com>
22509
22510 * bookmark.el (bookmark-bmenu-mode-map):
22511 Bind bookmark-bmenu-search to `/'.
22512
22513 * mail/footnote.el: Convert to utf-8 encoding.
22514 (footnote-unicode-string, footnote-unicode-regexp): New variable.
22515 (Footnote-unicode): New function.
22516 (footnote-style-alist): Add unicode style to the list.
22517 (footnote-style): Doc fix.
22518
22519 2011-05-10 Jim Meyering <meyering@redhat.com>
22520
22521 Fix doubled-word typos.
22522 * international/quail.el (quail-insert-kbd-layout): and and -> and
22523 * kermit.el: and and -> and
22524 * net/ldap.el (ldap-search-internal): to to -> to
22525 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
22526 * progmodes/js.el (js-mode): and and -> and
22527 * textmodes/artist.el (artist-move-to-xy): at at -> at
22528 (artist-draw-region-trim-line-endings): if if -> if
22529 And Safetyc -> Safety.
22530 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
22531
22532 2011-05-10 Glenn Morris <rgm@gnu.org>
22533 Stefan Monnier <monnier@iro.umontreal.ca>
22534
22535 * files.el (hack-one-local-variable-eval-safep):
22536 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
22537
22538 2011-05-10 Glenn Morris <rgm@gnu.org>
22539
22540 * calendar/diary-lib.el (diary-list-entries-hook)
22541 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
22542 (diary-nongregorian-marking-hook, diary-list-entries)
22543 (diary-include-other-diary-files, diary-mark-entries)
22544 (diary-mark-included-diary-files): Doc fixes.
22545
22546 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
22547
22548 * misc.el: Require tabulated-list.el during compilation.
22549
22550 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
22551
22552 * progmodes/compile.el (compilation-start):
22553 Run compilation-filter-hook for the async case too.
22554 (compilation-filter-hook): Doc fix.
22555
22556 2011-05-09 Deniz Dogan <deniz@dogan.se>
22557
22558 * wdired.el: Remove outdated installation comment. Fix usage
22559 comment.
22560
22561 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
22562
22563 * misc.el: Implement new command `list-dynamic-libraries'.
22564 (list-dynamic-libraries--loaded-only-p): New variable.
22565 (list-dynamic-libraries--refresh): New function.
22566 (list-dynamic-libraries): New command.
22567
22568 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
22569
22570 * progmodes/compile.el (compilation-error-regexp-alist-alist):
22571 Fix the ant regexp to handle end-line and end-column info from jikes.
22572 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
22573 higher priority to avoid clobbering by gnu.
22574
22575 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
22576
22577 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
22578 if the face has existing theme settings (Bug#8454).
22579
22580 2011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
22581
22582 * progmodes/perl-mode.el (perl-imenu-generic-expression):
22583 Only match variables declared via `my' or `our' (Bug#8261).
22584
22585 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
22586 special file names `.' and `..' (Bug#8259).
22587
22588 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
22589
22590 * progmodes/grep.el (grep-mode-font-lock-keywords):
22591 Remove buffer-changing entries.
22592 (grep-filter): New function.
22593 (grep-mode): Add it to compilation-filter-hook.
22594
22595 * progmodes/compile.el (compilation-filter-hook)
22596 (compilation-filter-start): New defvars.
22597 (compilation-filter): Call compilation-filter-hook prior to
22598 updating the process mark.
22599
22600 2011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
22601
22602 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
22603
22604 2011-05-07 Eli Zaretskii <eliz@gnu.org>
22605
22606 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
22607 mailclient-send-it even if window-system is nil. (Bug#8595)
22608
22609 * term/w32console.el (terminal-init-w32console):
22610 Call get-screen-color and use its output to set the frame
22611 background-mode. (Bug#8597)
22612
22613 2011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
22614
22615 Make bytecomp.el understand that defmethod defines funs (bug#8631).
22616 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
22617 New functions.
22618 (defgeneric, eieio--defmethod): Use them.
22619 (eieio-defgeneric): Remove.
22620 (defmethod): Call defgeneric in a way visible to the byte-compiler.
22621
22622 2011-05-07 Glenn Morris <rgm@gnu.org>
22623
22624 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
22625 Use let rather than let*.
22626 (timeclock-find-discrep): Remove unused local.
22627
22628 * calendar/diary-lib.el (diary-comment-start): Doc fix.
22629
22630 * calendar/appt.el (appt-time-msg-list): Doc fix.
22631
22632 2011-05-06 Noah Friedman <friedman@splode.com>
22633
22634 * apropos.el (apropos-print-doc): Only use
22635 emacs-lisp-docstring-fill-column when it is bound to an integer,
22636 per that variable's documentation.
22637
22638 2011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
22639
22640 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
22641 and warnings are not silently discarded (e.g. use -d instead of -P).
22642
22643 2011-05-06 Glenn Morris <rgm@gnu.org>
22644
22645 * calendar/appt.el (appt-message-warning-time): Doc fix.
22646 (appt-warning-time-regexp): New option.
22647 (appt-make-list): Respect appt-message-warning-time.
22648
22649 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
22650 New options.
22651 (diary-add-to-list): Strip comments from the displayed string.
22652 (diary-mode): Set comment-start and comment-end.
22653
22654 * vc/diff-mode.el (smerge-refine-subst): Declare.
22655 (diff-refine-hunk): Don't require smerge-mode when compiling.
22656
22657 2011-05-06 Juanma Barranquero <lekktu@gmail.com>
22658
22659 * simple.el (list-processes): Return nil as the docstring says.
22660
22661 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
22662
22663 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
22664 to "".
22665 (ange-ftp-write-region, ange-ftp-insert-file-contents)
22666 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
22667 determining of binary transfer. (Bug#7383)
22668
22669 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
22670
22671 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
22672 Fix port computation bug. (Bug#8618)
22673
22674 2011-05-05 Glenn Morris <rgm@gnu.org>
22675
22676 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
22677
22678 * simple.el (shell-dynamic-complete-functions)
22679 (comint-dynamic-complete-functions): Declare.
22680
22681 * net/network-stream.el (gnutls-negotiate):
22682 * simple.el (tabulated-list-print): Fix declarations.
22683
22684 * progmodes/gud.el (syntax-symbol, syntax-point):
22685 Remove unnecessary and incorrect declarations.
22686
22687 * emacs-lisp/check-declare.el (check-declare-scan):
22688 Handle byte-compile-initial-macro-environment in bytecomp.el.
22689
22690 2011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
22691
22692 Fix earlier half-done eieio-defmethod change (bug#8338).
22693 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
22694 Streamline and change calling convention.
22695 (defmethod): Adjust accordingly and simplify.
22696 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
22697 new eieio--defmethod.
22698 (slot-boundp): Minor CSE simplification.
22699
22700 2011-05-05 Milan Zamazal <pdm@zamazal.org>
22701
22702 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
22703 (glasses-make-readable): Use glasses-separate-capital-groups.
22704
22705 2011-05-05 Juanma Barranquero <lekktu@gmail.com>
22706
22707 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
22708 (warning-series): Doc fix.
22709 (display-warning): Don't try to create the buffer if we just found it.
22710
22711 2011-05-04 Chong Yidong <cyd@stupidchicken.com>
22712
22713 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
22714 (autoload-find-generated-file): New function.
22715 (generate-file-autoloads): Bind generated-autoload-file to
22716 buffer-file-name.
22717 (update-file-autoloads, update-directory-autoloads):
22718 Use autoload-find-generated-file. If called interactively, prompt for
22719 output file (Bug#7989).
22720 (batch-update-autoloads): Doc fix.
22721
22722 2011-05-04 Juanma Barranquero <lekktu@gmail.com>
22723
22724 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
22725
22726 2011-05-04 Glenn Morris <rgm@gnu.org>
22727
22728 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
22729 function, so it follows changes in calendar-date-style.
22730 (diary-fancy-date-matcher): New function.
22731 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
22732 (diary-fancy-font-lock-fontify-region-function):
22733 Use diary-fancy-date-pattern as a function.
22734
22735 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
22736 non-numbers for `year' etc pseudo-variables. (Bug#8583)
22737
22738 2011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
22739
22740 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
22741 instead of positional arguments. Allow :keylist and :crlfiles
22742 arguments.
22743 (open-gnutls-stream): Call it.
22744
22745 * net/network-stream.el (network-stream-open-starttls): Adjust to
22746 call `gnutls-negotiate' with :process and :hostname arguments.
22747
22748 2011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
22749
22750 * minibuffer.el (completion--message): New function.
22751 (completion--do-completion, minibuffer-complete)
22752 (minibuffer-force-complete, minibuffer-complete-word): Use it.
22753 (completion--do-completion): Don't ignore completion-auto-help when in
22754 icomplete-mode.
22755
22756 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
22757 internal encoding (e.g. tibetan zero is not whitespace).
22758 (global-whitespace-mode): Prefer save-current-buffer.
22759 (whitespace-trailing-regexp): Remove useless save-match-data.
22760 (whitespace-empty-at-bob-regexp): Minor simplification.
22761
22762 2011-05-03 Chong Yidong <cyd@stupidchicken.com>
22763
22764 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
22765
22766 2011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
22767
22768 * textmodes/ispell.el (ispell-add-per-file-word-list):
22769 Use `concat' to create string for insertion.
22770
22771 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
22772
22773 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
22774 Avoid open-line which runs post-self-insert-hook.
22775 (bibtex-fill-entry): Remove unused `end' var.
22776
22777 2011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
22778
22779 * textmodes/ispell.el (ispell-add-per-file-word-list):
22780 Protect against `nil' value of `comment-start' (Bug#8579).
22781
22782 2011-05-03 Leo Liu <sdl.web@gmail.com>
22783
22784 * isearch.el (isearch-yank-pop): New command.
22785 (isearch-mode-map): Bind it to `M-y'.
22786 (isearch-forward): Mention it.
22787
22788 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
22789
22790 * simple.el (minibuffer-complete-shell-command): Remove.
22791 (minibuffer-local-shell-command-map): Use completion-at-point.
22792 (read-shell-command): Setup completion vars here instead.
22793 (read-expression-map): Bind TAB to symbol completion.
22794
22795 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
22796 error directly rather via storing it into `results'.
22797
22798 2011-05-02 Leo Liu <sdl.web@gmail.com>
22799
22800 * vc/diff.el: Fix description.
22801
22802 2011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
22803
22804 * server.el (server-eval-at): New function.
22805
22806 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
22807
22808 * net/network-stream.el (open-network-stream): Take a :nowait
22809 parameter and pass it on to `make-network-process'.
22810 (network-stream-open-plain): Ditto.
22811
22812 2011-04-30 Andreas Schwab <schwab@linux-m68k.org>
22813
22814 * faces.el (face-spec-set-match-display): Don't match toolkit
22815 options on terminal frames.
22816
22817 2011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
22818
22819 * progmodes/pascal.el: Use lexical binding.
22820 (pascal-mode-map): Remove author preferences.
22821
22822 * pcomplete.el (pcomplete-std-complete): Don't abuse
22823 completion-at-point.
22824
22825 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
22826
22827 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
22828 removing code that has been dead since 1991 or so.
22829
22830 * startup.el (command-line): When warning about "_emacs", use a
22831 delayed warning to allow the user to filter it out.
22832
22833 2011-04-28 Deniz Dogan <deniz@dogan.se>
22834
22835 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
22836 user has not joined.
22837
22838 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
22839
22840 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
22841 aren't any completions at point.
22842
22843 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
22844
22845 * subr.el (display-delayed-warnings): New function.
22846 (delayed-warnings-hook): New variable.
22847
22848 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
22849
22850 * minibuffer.el (completion-at-point, completion-help-at-point):
22851 Don't presume that a given completion-at-point-function will always
22852 use the same calling convention.
22853
22854 * pcomplete.el (pcomplete-completions-at-point):
22855 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
22856 pcomplete-seen is non-nil.
22857 (pcomplete-comint-setup): Also recognize the new comint/shell
22858 completion functions.
22859 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
22860 pcomplete-seen is non-nil.
22861
22862 2011-04-27 Niels Giesen <niels.giesen@gmail.com>
22863
22864 * calendar/icalendar.el (diary-lib): Add require statement.
22865 (icalendar--create-uid): Read out a uid from a text-property on
22866 the first character in the entry. This allows for code to add its
22867 own uid to the entry.
22868 (icalendar--convert-float-to-ical): Add export of
22869 `diary-float'-entries save for those with the optional DAY
22870 argument.
22871
22872 2011-04-27 Daniel Colascione <dan.colascione@gmail.com>
22873
22874 * subr.el (shell-quote-argument): Use alternate escaping strategy
22875 when we spot a variable reference in a string.
22876
22877 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
22878
22879 * cus-start.el (all): Define customization for debug-on-event.
22880
22881 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
22882
22883 * subr.el (shell-quote-argument): Escape correctly under Windows.
22884
22885 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
22886
22887 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
22888
22889 2011-04-25 Michael Albinus <michael.albinus@gmx.de>
22890
22891 * net/tramp.el (tramp-process-actions): Add POS argument.
22892 Delete region between POS and (pos).
22893
22894 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
22895 Use `nil' position in `tramp-process-actions' call.
22896 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
22897
22898 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
22899 position in `tramp-process-actions' call.
22900
22901 * net/trampver.el: Update release number.
22902
22903 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
22904
22905 * custom.el (defcustom): Obey lexical-binding.
22906
22907 Fix octave-inf completion problems reported by Alexander Klimov.
22908 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
22909 Inherit from octave-mode-syntax-table.
22910 (inferior-octave-mode): Set info-lookup-mode.
22911 (inferior-octave-completion-at-point): New function.
22912 (inferior-octave-complete): Use it and completion-in-region.
22913 (inferior-octave-dynamic-complete-functions): Use it as well, and use
22914 comint-filename-completion.
22915 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
22916 symbol elements which shouldn't be word elements.
22917 (octave-font-lock-keywords, octave-beginning-of-defun)
22918 (octave-function-header-regexp): Adjust regexps accordingly.
22919 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
22920
22921 2011-04-25 Juanma Barranquero <lekktu@gmail.com>
22922
22923 * net/gnutls.el (gnutls-errorp): Declare before first use.
22924
22925 2011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
22926
22927 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
22928 verify-error, and verify-hostname-error parameters. Check whether
22929 default trustfile exists before going to use it. Add missing
22930 argument to gnutls-message-maybe call. Return value.
22931 Reported by Claudio Bley <claudio.bley@gmail.com>.
22932 (open-gnutls-stream): Add usage example.
22933
22934 * net/network-stream.el (network-stream-open-starttls): Give host
22935 parameter to `gnutls-negotiate'.
22936 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
22937 * subr.el (shell-quote-argument): Escape correctly under Windows.
22938
22939 2011-04-24 Daniel Colascione <dan.colascione@gmail.com>
22940
22941 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
22942 Use correct match group (bug#8438).
22943
22944 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
22945
22946 * emacs-lisp/package.el (package-built-in-p): Fix typo.
22947 (package-menu--generate): New arg specifying packages to show.
22948 (package-menu-refresh, package-menu-execute, list-packages):
22949 Callers changed.
22950 (package-show-package-list): New function, replacing deleted
22951 package--list-packages (renamed because it is non-internal).
22952
22953 * finder.el (finder-list-matches): Use package-show-package-list
22954 instead of deleted package--list-packages.
22955
22956 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
22957 Based on a previous implementation by Juanma Barranquero (Bug#8366).
22958 (vc-annotate-mode-map): Bind it to RET.
22959
22960 2011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
22961
22962 * progmodes/etags.el (next-file): Don't use set-buffer to change
22963 buffers (Bug#8478).
22964
22965 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
22966
22967 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
22968
22969 * apropos.el (apropos-label-face): Avoid variable-pitch face.
22970 (apropos-accumulator): Doc fix.
22971 (apropos-function, apropos-macro, apropos-command)
22972 (apropos-variable, apropos-face, apropos-group, apropos-widget)
22973 (apropos-plist): Add face property.
22974 (apropos-symbols-internal): Fix indentation.
22975 (apropos-print): Simplify help, and recognize apropos-multi-type.
22976 (apropos-print-doc): Use button-type-get to extract the button's
22977 face property. Fill docstring (Bug#8352).
22978
22979 2011-04-23 Juanma Barranquero <lekktu@gmail.com>
22980
22981 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
22982
22983 * play/mpuz.el (mpuz-silent): Doc fix.
22984 (mpuz-mode-map): Use mapc.
22985 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
22986 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
22987 Fix typos in docstrings.
22988
22989 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
22990 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
22991
22992 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
22993
22994 2011-04-23 Chong Yidong <cyd@stupidchicken.com>
22995
22996 * minibuffer.el (completion--do-completion): Avoid the "Next char
22997 not unique" prompt if icomplete-mode is enabled (Bug#5849).
22998
22999 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
23000 mouse-2 into unread-command-events, it is interpreted correctly.
23001
23002 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
23003 (image-toggle-display): Doc fix.
23004
23005 2011-04-23 Stephen Berman <stephen.berman@gmx.net>
23006
23007 * textmodes/page.el (what-page): Use line-number-at-pos to
23008 calculate line number (Bug#6825).
23009
23010 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
23011
23012 * eshell/esh-mode.el (find-tag-interactive): Declare function.
23013 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
23014 Pass argument NO-DEFAULT to `find-tag-interactive'.
23015
23016 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
23017
23018 Lexical-binding cleanup.
23019
23020 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
23021 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
23022 * progmodes/ada-prj.el (ada-prj-initialize-values)
23023 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
23024 (ada-prj-show-value):
23025 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
23026 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
23027 (antlr-invalidate-context-cache, antlr-options-menu-filter)
23028 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
23029 * progmodes/bug-reference.el (bug-reference-push-button):
23030 * progmodes/fortran.el (fortran-line-length):
23031 * progmodes/glasses.el (glasses-change):
23032 * progmodes/octave-mod.el (octave-fill-paragraph):
23033 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
23034 (python-pdbtrack-grub-for-buffer, python-sentinel):
23035 * progmodes/sql.el (sql-save-connection):
23036 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
23037 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
23038 Mark unused parameters.
23039
23040 * progmodes/compile.el (compilation--flush-directory-cache)
23041 (compilation--flush-parse, compile-internal): Mark unused parameters.
23042 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
23043 (compilation-next-error-function): Remove unused variable `timestamp'.
23044
23045 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
23046 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
23047
23048 * progmodes/dcl-mode.el (dcl-end-of-command):
23049 Remove unused variable `start'.
23050 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
23051 (dcl-option-value-basic, dcl-option-value-offset)
23052 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
23053 Mark unused parameters.
23054 (dcl-save-local-variable): Remove unused variable `val'.
23055 (mode): Declare.
23056
23057 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
23058 Mark unused parameters.
23059 (delphi-ignore-changes): Move before first use.
23060 (delphi-charset-token-at): Remove unused variable `start'.
23061 (delphi-else-start): Remove unused variable `if-count'.
23062 (delphi-comment-block-start, delphi-comment-block-end):
23063 Remove unused variable `kind'.
23064 (delphi-indent-line): Remove unused variable `new-point'.
23065
23066 * progmodes/ebrowse.el (ebrowse-files-list)
23067 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
23068 Mark unused parameters. Don't quote `lambda'.
23069 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
23070 Don't quote `lambda'.
23071 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
23072 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
23073 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
23074 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
23075 Use `ignore-errors'.
23076 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
23077 (ebrowse-view/find-file-and-search-pattern)
23078 (ebrowse-view/find-member-declaration/definition):
23079 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
23080 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
23081 Rename parameter PREFIX-ARG to PREFIX.
23082 (ebrowse-tags-read-name): Remove unused variables `start' and
23083 `member-info'.
23084 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
23085 to `tags-file'.
23086
23087 * progmodes/etags.el (local-find-tag-hook): Declare.
23088 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
23089 Mark unused parameters.
23090
23091 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
23092 (executable-interpret): Mark unused parameter.
23093
23094 * progmodes/flymake.el (flymake-process-sentinel)
23095 (flymake-after-change-function)
23096 (flymake-create-temp-with-folder-structure)
23097 (flymake-get-include-dirs-dot): Mark unused parameters.
23098 (flymake-safe-delete-directory): Remove unused variable `err'.
23099
23100 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
23101 (speedbar-timer-fn, speedbar-line-text)
23102 (speedbar-change-expand-button-char, speedbar-delete-subblock)
23103 (speedbar-center-buffer-smartly): Declare functions.
23104 (gdb-find-watch-expression): Remove unused variable `array'.
23105 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
23106 (gdb-starting): Mark unused parameters.
23107 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
23108 (gdb-table-string): Remove unused variable `res'.
23109 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
23110 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
23111 (gdb-display-buffer): Remove unused variable `cur-size'.
23112
23113 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
23114 allow lexical-binding compilation.
23115 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
23116 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
23117 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
23118 Mark unused parameters.
23119 (gud-gdb-marker-filter): Remove unused variable `match'.
23120 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
23121 lambda expressions and funcall them, instead of using `fset'.
23122
23123 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
23124 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
23125
23126 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
23127 variable `header-beg'; use `let'.
23128
23129 * progmodes/icon.el (indent-icon-exp): Remove unused variables
23130 `restart', `last-sexp' and `at-do'.
23131
23132 * progmodes/js.el (js--debug): Mark unused parameter.
23133 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
23134 (js--splice-into-items): Remove unused variable `item'.
23135 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
23136
23137 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
23138 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
23139 (makefile-complete): Remove unused variable `try'.
23140 (makefile-fill-paragraph, makefile-match-function-end):
23141 Mark unused parameters.
23142
23143 * progmodes/octave-inf.el (inferior-octave-complete):
23144 Remove unused variable `proc'.
23145 (inferior-octave-output-digest): Mark unused parameter.
23146
23147 * progmodes/perl-mode.el (perl-calculate-indent):
23148 Remove unused variable `err'.
23149
23150 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
23151 (prolog-indent-line): Mark unused parameters.
23152 (prolog-indent-line): Remove unused variable `beg'.
23153
23154 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
23155 (reporter-dont-compact-list): Declare.
23156
23157 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
23158 Remove unused variable `char'.
23159 (sh-debug): Mark unused parameter.
23160 (sh-get-indent-info): Remove unused variable `start'.
23161 (sh-calculate-indent): Remove unused variable `var'.
23162
23163 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
23164 (simula-electric-keyword): Remove unused variable `null'.
23165 (simula-search-backward, simula-search-forward): Remove unused
23166 variables `begin' and `end'.
23167
23168 * progmodes/vera-mode.el (vera-guess-basic-syntax):
23169 Remove unused variable `pos'.
23170 (vera-electric-tab, vera-comment-uncomment-region):
23171 Mark unused parameters.
23172 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
23173
23174 2011-04-22 Chong Yidong <cyd@stupidchicken.com>
23175
23176 * emacs-lisp/package.el (package--builtins, package-alist)
23177 (package-load-descriptor, package-built-in-p, package-activate)
23178 (define-package, package-installed-p)
23179 (package-compute-transaction, package-buffer-info)
23180 (package--push): Doc fix. Distinguish more clearly between
23181 version strings and version lists.
23182
23183 2011-04-21 Juanma Barranquero <lekktu@gmail.com>
23184
23185 Lexical-binding cleanup.
23186
23187 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
23188 (5x5-make-mutate-best):
23189 * play/fortune.el (fortune-in-buffer):
23190 * play/gomoku.el (gomoku-init-display):
23191 * play/solitaire.el (solitaire, solitaire-do-check):
23192 * play/tetris.el (tetris-default-update-speed-function):
23193 Mark unused parameters.
23194
23195 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
23196 (bubbles--shift): Remove unused variable `char-org'.
23197 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
23198 (bubbles--show-images): Remove unused variable `char'.
23199
23200 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
23201 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
23202 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
23203 (decipher-analyze-buffer): Use ?\s.
23204 (decipher-make-checkpoint): Remove unused variable `mapping'.
23205
23206 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
23207
23208 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
23209 Remove unused variable `result'; use `let'.
23210
23211 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
23212 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
23213 (gametree-children-shown-p, gametree-compute-reduced-score):
23214 Use `ignore-errors'.
23215
23216 * play/handwrite.el (ps-lpr-switches): Declare.
23217 (handwrite): Remove unused variables `pmin' and `lastp'.
23218
23219 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
23220
23221 * play/landmark.el (landmark-init-display)
23222 (landmark-update-naught-weights): Mark unused parameters.
23223 (landmark-y): Remove unused variable `noise'. Simplify.
23224 (landmark-human-plays): Remove unused variable `score'.
23225
23226 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
23227 (mpuz-try-proposal): Remove unused variable `game'.
23228
23229 * play/zone.el (life-patterns): Declare.
23230
23231 2011-04-20 Juanma Barranquero <lekktu@gmail.com>
23232
23233 * vc/vc.el (ediff-vc-internal): Declare function.
23234
23235 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
23236
23237 * shell.el: Use lexical-binding and std completion UI.
23238 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
23239 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
23240 comint-preoutput-filter-functions rather than on
23241 comint-output-filter-functions.
23242 (shell-command-completion, shell--command-completion-data)
23243 (shell-filename-completion, shell-environment-variable-completion)
23244 (shell-c-a-p-replace-by-expanded-directory): New functions.
23245 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
23246 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
23247 (shell-dynamic-complete-environment-variable): Use them.
23248 (shell-dynamic-complete-as-environment-variable)
23249 (shell-dynamic-complete-as-command): Remove.
23250 (shell-match-partial-variable): Match past point.
23251 * comint.el: Clean up use of completion-at-point-functions.
23252 (comint-completion-at-point): New function.
23253 (comint-mode): Use it completion-at-point-functions.
23254 (comint-dynamic-complete): Make it obsolete.
23255 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
23256 (comint-c-a-p-replace-by-expanded-history): New function.
23257 (comint-dynamic-complete-functions)
23258 (comint-replace-by-expanded-history): Use it.
23259 * minibuffer.el (completion-table-with-terminator): Allow dynamic
23260 termination strings. Try harder to avoid second try-completion.
23261 (completion-in-region-mode-map): Disable bindings that don't work yet.
23262
23263 * comint.el: Use lexical-binding. Require CL.
23264 (comint-dynamic-complete-functions): Use comint-filename-completion.
23265 (comint-completion-addsuffix): Tweak custom type.
23266 (comint-filename-completion, comint--common-suffix)
23267 (comint--common-quoted-suffix, comint--table-subvert)
23268 (comint--complete-file-name-data): New functions.
23269 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
23270 (comint-dynamic-list-filename-completions): Use them.
23271 (comint-dynamic-simple-complete): Make obsolete.
23272
23273 * minibuffer.el (completion-in-region-mode):
23274 Keep completion-in-region-mode--predicate global.
23275 (completion-in-region--postch):
23276 Assume completion-in-region-mode--predicate is not null.
23277
23278 * progmodes/flymake.el (flymake-start-syntax-check-process):
23279 Obey `dir'. Simplify.
23280
23281 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
23282 we're in VC after all.
23283
23284 2011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
23285
23286 * vc/vc.el (vc-diff-build-argument-list-internal)
23287 (vc-version-ediff, vc-ediff): New commands.
23288 (vc-version-diff): Use vc-diff-build-argument-list-internal.
23289
23290 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
23291
23292 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
23293 add sanity check.
23294
23295 * obsolete/erc-hecomplete.el: Make obsolete.
23296 * obsolete/: Standardize obsolescence info in the header.
23297
23298 2011-04-20 Glenn Morris <rgm@gnu.org>
23299
23300 * calendar/solar.el (solar-horizontal-coordinates):
23301 Use the longitude argument rather than `calendar-longitude'.
23302 (solar-date-next-longitude): Remove unused locals.
23303
23304 2011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
23305
23306 * whitespace.el: New version 13.2.1.
23307
23308 2011-04-20 felix <EmacsWiki> (tiny change)
23309
23310 * whitespace.el (global-whitespace-mode): Keep highlight when
23311 switching between major modes on a file.
23312
23313 2011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
23314
23315 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
23316 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
23317 multi-line comments as well.
23318
23319 2011-04-19 Juanma Barranquero <lekktu@gmail.com>
23320
23321 Lexical-binding cleanup.
23322
23323 * arc-mode.el (archive-mode-revert):
23324 * cmuscheme.el (scheme-interactively-start-process):
23325 * custom.el (custom-initialize-delay):
23326 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
23327 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
23328 * emacs-lock.el (emacs-lock-clear-sentinel):
23329 * ezimage.el (defezimage):
23330 * follow.el (follow-avoid-tail-recenter):
23331 * fringe.el (set-fringe-mode-1):
23332 * generic-x.el (bat-generic-mode-compile):
23333 * help-mode.el (help-info-variable, help-do-xref)
23334 (help-mode-revert-buffer):
23335 * help.el (view-emacs-todo):
23336 * iswitchb.el (iswitchb-completion-help):
23337 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
23338 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
23339 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
23340 * locate.el (locate-update):
23341 * longlines.el (longlines-encode-region)
23342 (longlines-after-change-function):
23343 * outline.el (outline-isearch-open-invisible):
23344 * ps-def.el (declare-function, charset-dimension, char-width)
23345 (encode-char):
23346 * ps-mule.el (ps-mule-plot-string):
23347 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
23348 (recentf-edit-list-select, recentf-edit-list-validate)
23349 (recentf-open-files-action):
23350 * rect.el (delete-whitespace-rectangle-line)
23351 (rectangle-number-line-callback):
23352 * register.el (window-configuration-to-register)
23353 (frame-configuration-to-register):
23354 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
23355 * select.el (xselect-convert-to-string, xselect-convert-to-length)
23356 (xselect-convert-to-targets, xselect-convert-to-delete)
23357 (xselect-convert-to-filename, xselect-convert-to-charpos)
23358 (xselect-convert-to-lineno, xselect-convert-to-colno)
23359 (xselect-convert-to-os, xselect-convert-to-host)
23360 (xselect-convert-to-user, xselect-convert-to-class)
23361 (xselect-convert-to-name, xselect-convert-to-integer)
23362 (xselect-convert-to-atom, xselect-convert-to-identity):
23363 * subr.el (declare, ignore, process-kill-without-query)
23364 (text-clone-maintain):
23365 * terminal.el (te-get-char, te-tic-sentinel):
23366 * tool-bar.el (tool-bar-make-keymap):
23367 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
23368 * type-break.el (type-break-mode, type-break-noninteractive-query):
23369 * view.el (View-back-to-mark):
23370 * wid-browse.el (widget-browse-action, widget-browse-widget)
23371 (widget-browse-widgets, widget-browse-sexp):
23372 * widget.el (define-widget-keywords):
23373 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
23374 Mark unused parameters.
23375
23376 * align.el (align-adjust-col-for-rule): Mark unused parameter.
23377 (align-areas): Remove unused variable `look'.
23378 (align-region): Remove unused variables `real-end' and `pos-list'.
23379
23380 * apropos.el (apropos-score-doc): Remove unused variable `i'.
23381
23382 * bindings.el (mode-line-modified, mode-line-remote):
23383 Mark unused parameters.
23384 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
23385
23386 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
23387 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
23388
23389 * comint.el (comint-history-isearch-pop-state)
23390 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
23391 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
23392 (comint-substitute-in-file-name): Doc fix.
23393
23394 * completion.el (cmpl-statistics-block): Mark unused parameter.
23395 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
23396 (save-completions-to-file, load-completions-from-file):
23397 Remove unused local variable `e'.
23398
23399 * composite.el (compose-chars): Remove unused variable `len'.
23400 (lgstring-insert-glyph): Remove unused variable `g'.
23401 (compose-glyph-string): Remove unused variables `ascent',
23402 `descent', `lbearing' and `rbearing'.
23403 (compose-glyph-string-relative): Remove unused variables
23404 `lbearing', `rbearing' and `wadjust'.
23405 (compose-gstring-for-graphic): Remove unused variables `header',
23406 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
23407 (compose-gstring-for-terminal): Remove unused variables `header'
23408 and `nchars'. Use `let', not `let*'.
23409
23410 * cus-edit.el (Custom-set, Custom-save, custom-reset)
23411 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
23412 (Custom-buffer-done, custom-buffer-create-internal)
23413 (custom-browse-visibility-action, custom-browse-group-tag-action)
23414 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
23415 (widget-magic-mouse-down-action, custom-toggle-parent)
23416 (custom-add-parent-links, custom-toggle-hide-variable)
23417 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
23418 (custom-toggle-hide-face, face, hook, custom-group-link-action)
23419 (custom-face-menu-create, custom-variable-menu-create, get)
23420 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
23421 (custom-reset-standard-save-and-update): Remove unused variable `value'.
23422 (customize-apropos): Remove unused variable `tests'.
23423 (custom-group-value-create): Remove unused variable `hidden-p'.
23424 (sort-fold-case): Declare.
23425
23426 * cus-theme.el (custom-reset-standard-faces-list)
23427 (custom-reset-standard-variables-list): Declare.
23428 (customize-create-theme, custom-theme-revert, custom-theme-write)
23429 (custom-theme-choose-mode, customize-themes, custom-theme-save):
23430 Mark unused parameters.
23431
23432 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
23433
23434 * delim-col.el (delimit-columns-max): Move defvar before first use.
23435
23436 * descr-text.el (describe-char-categories): Don't quote `lambda'.
23437 (describe-char): Don't quote `lambda'. Mark unused parameter.
23438
23439 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
23440 (auto-insert): Declare.
23441 (desktop-restore-file-buffer): Rename desktop-* parameters;
23442 mark unused ones.
23443 (desktop-create-buffer): Rename desktop-* parameters and bind them.
23444 (desktop-buffer): Rename desktop-* parameters.
23445
23446 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
23447 (dframe-reposition-frame-xemacs, dframe-help-echo)
23448 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
23449 Mark unused parameters.
23450
23451 * dired-aux.el (backup-extract-version-start, overwrite-query)
23452 (overwrite-backup-query, rename-regexp-query)
23453 (rename-non-directory-query): Declare.
23454 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
23455 (dired-add-entry): Remove unused variable `orig-file-name'.
23456 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
23457 Use parameter PRESERVE-TIME instead of accessing dynamic variable
23458 `dired-copy-preserve-time' directly.
23459 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
23460 (dired-insert-subdir-newpos): Rename unused variable `pos'.
23461
23462 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
23463 (dired-virtual-revert, dired-make-relative-symlink):
23464 Mark unused parameters.
23465 (manual-program): Declare.
23466 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
23467 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
23468 wrapped in `with-no-warnings' to avoid replacing one warning by another.
23469
23470 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
23471
23472 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
23473
23474 * echistory.el (electric-history-in-progress, Helper-return-blurb):
23475 Declare.
23476
23477 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
23478
23479 * electric.el (Electric-command-loop): Rename parameter
23480 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
23481
23482 * expand.el (expand-in-literal): Remove unused variable `here'.
23483
23484 * facemenu.el (facemenu-add-new-color):
23485 Remove unused variable `docstring'.
23486
23487 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
23488 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
23489 (face-attr-construct): Mark unused parameter. Doc fix.
23490 (read-color): Remove unused variable `hex-string'.
23491
23492 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
23493 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
23494 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
23495 (display-buffer-other-frame): Remove unused variable `old-window'.
23496 (kill-buffer-hook): Declare.
23497 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
23498 Mark unused parameters.
23499 (after-find-file): Pass 1 to `auto-save-mode', not t.
23500
23501 * files-x.el (auto-insert): Declare.
23502 (modify-file-local-variable-prop-line): Remove unused variable `val'.
23503
23504 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
23505 variable `buf'. Mark unused parameter.
23506 (find-lisp-insert-directory): Mark unused parameter.
23507
23508 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
23509 (format-encode-region): Remove unused variables `cur-buf' and `result'.
23510 (format-common-tail): Remove, unused.
23511 (format-deannotate-region): Remove unused variable `loc'.
23512 (format-annotate-region): Remove unused variable `p'.
23513 (format-annotate-single-property-change): Remove unused variables
23514 `default' and `tail'.
23515
23516 * forms.el (read-file-filter): Declare.
23517 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
23518
23519 * frame.el (frame-creation-function-alist): Mark unused parameter.
23520 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
23521
23522 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
23523 Remove unused parameters.
23524 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
23525 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
23526
23527 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
23528 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
23529 (hfy-prepare-tag-map): Mark unused parameters.
23530 (htmlfontify-buffer): Use `called-interactively-p'.
23531
23532 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
23533 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
23534 (ibuffer-do-occur): Mark unused parameters.
23535 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
23536 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
23537
23538 * ibuffer.el: Don't quote `lambda'.
23539 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
23540 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
23541 Mark unused parameters.
23542
23543 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
23544 (ido-completing-read): Mark unused parameters.
23545 (ido-copy-current-word): Mark unused parameters;
23546 remove unused variable `name'.
23547 (ido-sort-merged-list): Remove unused parameter `dirs'.
23548
23549 * ielm.el (ielm-input-sender): Mark unused parameter.
23550 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
23551 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
23552 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
23553 `ielm-string' as a dynamic variable accessible from the IELM prompt.
23554 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
23555
23556 * image-dired.el (image-dired-display-thumbs): Remove unused
23557 variables `curr-file' and `count'.
23558 (image-dired-remove-tag): Remove unused variable `start'.
23559 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
23560 variable `curr-file'
23561 (image-dired-rotate-original): Remove unused variable `temp-file'.
23562 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
23563 Remove unused variable `file'.
23564 (image-dired-gallery-generate): Remove unused variable `curr'.
23565 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
23566
23567 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
23568
23569 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
23570
23571 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
23572
23573 * isearch.el (minibuffer-history-symbol): Declare.
23574 (isearch-edit-string): Remove unused variable `err'.
23575 (isearch-message-prefix, isearch-message-suffix):
23576 Mark unused parameters.
23577
23578 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
23579
23580 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
23581
23582 * makesum.el (double-column): Remove unused variable `cnt'.
23583
23584 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
23585 (ido-ignore-item-temp-list): Declare.
23586
23587 * mouse-drag.el (mouse-drag-throw): Remove unused variables
23588 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
23589 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
23590 (mouse-drag-drag): Remove unused variables `mouse-delta' and
23591 `mouse-col-delta'.
23592
23593 * mouse-sel.el (mouse-extend-internal):
23594 Remove unused variable `orig-window-frame'.
23595
23596 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
23597 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
23598 Move declarations before first use.
23599 (pcomplete-opt): Mark unused parameters; doc fix.
23600
23601 * proced.el (proced-revert): Mark unused parameter.
23602 (proced-send-signal): Remove unused variable `err'.
23603
23604 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
23605 Rename parameter PREFIX-ARG to ARG.
23606 (ps-basic-plot-string, ps-basic-plot-whitespace):
23607 Mark unused parameters.
23608
23609 * replace.el (replace-count): Define.
23610 (occur-revert-function): Mark unused parameters.
23611 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
23612 (isearch-case-fold-search, isearch-string): Declare.
23613 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
23614 bind `case-fold-search'. Remove unused variables `beg' and `end',
23615 and simplify.
23616 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
23617 COUNT and bind `replace-count'.
23618 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
23619 to COUNT.
23620
23621 * savehist.el (print-readably, print-string-length): Declare.
23622
23623 * shadowfile.el (shadow-expand-cluster-in-file-name):
23624 Remove unused variable `cluster'.
23625 (shadow-copy-file): Remove unused variable `i'.
23626 (shadow-noquery, shadow-clusters, shadow-site-cluster)
23627 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
23628 (shadow-define-literal-group, shadow-define-regexp-group)
23629 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
23630
23631 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
23632 (shell): Use `called-interactively-p'.
23633 (shell-directory-tracker): Remove unused variable `chdir-failure'.
23634
23635 * simple.el (compilation-context-lines, comint-file-name-quote-list)
23636 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
23637 (delete-backward-char): Remove unused variable `ocol'.
23638 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
23639 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
23640 (event-apply-hyper-modifier, event-apply-shift-modifier)
23641 (event-apply-control-modifier, event-apply-meta-modifier):
23642 Mark unused parameters.
23643 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
23644 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
23645
23646 * speedbar.el (speedbar-ignored-directory-expressions)
23647 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
23648 (speedbar-find-file, speedbar-dir-follow)
23649 (speedbar-directory-buttons-follow, speedbar-tag-find)
23650 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
23651 (speedbar-buffers-line-directory, speedbar-buffer-click):
23652 Mark unused parameters.
23653 (speedbar-tag-file): Remove unused variable `mode'.
23654 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
23655
23656 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
23657
23658 * talk.el (talk): Remove unused variable `display'.
23659
23660 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
23661 (tar-write-region-annotate): Mark unused parameter.
23662
23663 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
23664 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
23665 Declare them, wrapped in `with-no-warnings' to avoid replacing one
23666 warning by another.
23667
23668 * time-stamp.el (time-stamp-string-preprocess):
23669 Remove unused variable `require-padding'.
23670
23671 * tree-widget.el (widget-glyph-enable): Declare.
23672 (tree-widget-action): Mark unused parameter.
23673
23674 * w32-fns.el (x-get-selection): Mark unused parameter.
23675 (autoload-make-program, generated-autoload-file): Declare.
23676
23677 * wdired.el (wdired-revert): Mark unused parameters.
23678 (wdired-xcase-word): Remove unused variable `err'.
23679
23680 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
23681 (whitespace-help-scroll): Remove unused variable `data-help'.
23682
23683 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
23684 (widget-image-insert, widget-after-change, default)
23685 (widget-default-format-handler, widget-default-notify)
23686 (widget-default-prompt-value, widget-info-link-action)
23687 (widget-url-link-action, widget-function-link-action)
23688 (widget-variable-link-action, widget-file-link-action)
23689 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
23690 (widget-field-prompt-internal, widget-field-action, widget-field-match)
23691 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
23692 (widget-insert-button-action, widget-delete-button-action, visibility)
23693 (widget-documentation-link-action, widget-documentation-string-action)
23694 (widget-const-prompt-value, widget-regexp-match, symbol)
23695 (widget-coding-system-prompt-value)
23696 (widget-key-sequence-value-to-external, sexp)
23697 (widget-sexp-value-to-internal, character, vector, cons)
23698 (widget-choice-prompt-value, widget-boolean-prompt-value)
23699 (widget-color--choose-action): Mark unused parameters.
23700 (widget-item-match-inline, widget-choice-match-inline)
23701 (widget-checklist-match, widget-checklist-match-inline)
23702 (widget-group-match): Rename parameter VALUES to VALS.
23703 (widget-field-value-set): Remove unused variable `size'.
23704 (widget-color-action): Remove unused variables `value' and `start'.
23705
23706 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
23707 variable `dir'. Doc fix.
23708 (windmove-find-other-window): Don't pass it.
23709
23710 * window.el (count-windows): Mark unused parameter.
23711 (bw-adjust-window): Remove unused variable `err'.
23712
23713 * woman.el (woman-file-name): Remove unused variable `default'.
23714 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
23715 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
23716 (global-font-lock-mode): Declare.
23717 (woman-decode-region): Mark unused parameter.
23718 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
23719
23720 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
23721 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
23722 (x-dnd-handle-moz-url): Remove unused variable `title'.
23723 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
23724
23725 * xml.el (xml-parse-tag, xml-parse-attlist):
23726 Remove unused variable `pos'.
23727
23728 2011-04-19 Glenn Morris <rgm@gnu.org>
23729
23730 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
23731 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
23732 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
23733 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
23734 * calendar/cal-html.el (cal-html-insert-minical):
23735 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
23736 (calendar-mark-date-pattern):
23737 Prefix "unused" locals.
23738
23739 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
23740 optional argument `style'.
23741
23742 * calendar/appt.el (appt-make-list):
23743 * calendar/cal-china.el (calendar-chinese-date-string):
23744 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
23745 (diary-hebrew-yahrzeit):
23746 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
23747 * calendar/calendar.el (calendar-generate-window):
23748 * calendar/time-date.el (time-to-days):
23749 Remove unused local variables.
23750
23751 2011-04-18 Chong Yidong <cyd@stupidchicken.com>
23752
23753 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
23754 glyphless-char-display table.
23755 (tabulated-list-glyphless-char-display): New var.
23756
23757 2011-04-18 Sam Steingold <sds@gnu.org>
23758
23759 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
23760 to acknowledgments.
23761
23762 2011-04-17 Glenn Morris <rgm@gnu.org>
23763
23764 * calendar/diary-lib.el (diary-sexp-entry):
23765 * calendar/holidays.el (holiday-sexp):
23766 Set debug-on-error rather than the removed stack-trace-on-error.
23767
23768 2011-04-16 Glenn Morris <rgm@gnu.org>
23769
23770 * progmodes/f90.el: Use lexical-binding.
23771 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
23772
23773 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
23774
23775 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
23776 (mail-mode): Setup mailalias completion here instead.
23777 * mail/mailalias.el: Use lexical-binding.
23778 (pattern, mailalias-done): Declare dynamic.
23779 (mail-completion-at-point-function): New function, from mail-complete.
23780 (mail-complete): Use it.
23781 (mail-completion-expand): New function.
23782 (mail-get-names): Use it.
23783 (mail-directory, mail-directory-process, mail-directory-stream):
23784 Don't use `pattern' for lexically bound arg.
23785
23786 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
23787
23788 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
23789 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
23790 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
23791
23792 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
23793 (byte-save-window-excursion, byte-temp-output-buffer-setup)
23794 (byte-interactive-p): Define them again, for use when inlining
23795 old code.
23796
23797 2011-04-15 Juanma Barranquero <lekktu@gmail.com>
23798
23799 * loadup.el: Use `string-to-number', not `string-to-int'.
23800
23801 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
23802
23803 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
23804 gud-gdb-complete-command.
23805 (gud-gdb-completions): New function, from gud-gdb-complete-command.
23806 (gud-gdb-completion-at-point): New function.
23807 (gud-gdb-completions): Remove.
23808
23809 2011-04-14 Michael Albinus <michael.albinus@gmx.de>
23810
23811 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
23812 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
23813 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
23814 whether `executable-find' is bound.
23815
23816 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
23817
23818 2011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
23819
23820 * minibuffer.el (completion-in-region-mode-predicate)
23821 (completion-in-region-mode--predicate): New vars.
23822 (completion-in-region, completion-in-region--postch)
23823 (completion-in-region-mode): Use them.
23824 (completion--capf-wrapper): Also return the hook function.
23825 (completion-at-point, completion-help-at-point):
23826 Adjust and provide a predicate.
23827
23828 Preserve arg names for advice of subr and lexical functions (bug#8457).
23829 * help-fns.el (help-function-arglist): Consolidate the subr and
23830 new-byte-code cases. Add argument `preserve-names' to extract names
23831 from the docstring when needed.
23832 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
23833 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
23834 (ad-arglist): Use help-function-arglist's new arg.
23835 (ad-definition-type): Use cond.
23836
23837 2011-04-13 Juanma Barranquero <lekktu@gmail.com>
23838
23839 * autorevert.el (auto-revert-handler):
23840 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
23841 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
23842 Don't quote lambda.
23843
23844 * image-mode.el (image-transform-set-scale):
23845 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
23846
23847 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
23848
23849 * net/network-stream.el (network-stream-open-starttls): Only do
23850 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
23851 Upgrades via gnutls-cli are too slow to be done opportunistically.
23852
23853 2011-04-12 Juanma Barranquero <lekktu@gmail.com>
23854
23855 * dframe.el (dframe-current-frame): Remove spurious quote.
23856
23857 2011-04-12 Glenn Morris <rgm@gnu.org>
23858
23859 * calendar/cal-tex.el (cal-tex-end-document):
23860 Try to automatically use latin1 input if needed.
23861
23862 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
23863 Don't try to cons a mark onto an empty element.
23864
23865 2011-04-11 Leo Liu <sdl.web@gmail.com>
23866
23867 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
23868 buffers.
23869 (ido-kill-buffer-at-head): Support killing virtual buffers.
23870
23871 2011-04-10 Chong Yidong <cyd@stupidchicken.com>
23872
23873 * minibuffer.el (completion-show-inline-help): New var.
23874 (completion--do-completion, minibuffer-complete)
23875 (minibuffer-force-complete, minibuffer-complete-word):
23876 Inhibit minibuffer messages if completion-show-inline-help is nil.
23877
23878 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
23879 to avoid interference from inline help (Bug#5849).
23880
23881 2011-04-10 Leo Liu <sdl.web@gmail.com>
23882
23883 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
23884 Fix typo.
23885
23886 2011-04-09 Chong Yidong <cyd@stupidchicken.com>
23887
23888 * image-mode.el (image-toggle-display-image): Signal an error if
23889 not in Image mode.
23890 (image-transform-mode, image-transform-resize)
23891 (image-transform-set-rotation): Doc fix.
23892 (image-transform-set-resize): Delete.
23893 (image-transform-set-scale, image-transform-fit-to-height)
23894 (image-transform-fit-to-width): Handle image-toggle-display-image
23895 and image-transform-resize directly.
23896
23897 2011-04-08 Sho Nakatani <lay.sakura@gmail.com>
23898
23899 * doc-view.el (doc-view-fit-width-to-window)
23900 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
23901 New functions for fitting the shown image to the Emacs window size.
23902 (doc-view-mode-map): Add bindings for the new functions.
23903
23904 2011-04-08 Juanma Barranquero <lekktu@gmail.com>
23905
23906 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
23907 Fix typo in docstring.
23908
23909 2011-04-08 Eli Zaretskii <eliz@gnu.org>
23910
23911 * files.el (file-size-human-readable): Produce one digit after
23912 decimal, like "ls -lh" does.
23913
23914 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
23915 the file size representation.
23916
23917 * simple.el (list-processes): If async subprocesses are not
23918 available, error out with a clear error message.
23919
23920 2011-04-08 Chong Yidong <cyd@stupidchicken.com>
23921
23922 * help.el (help-form-show): New function, to be called from C.
23923 Put help-form output in a buffer named differently than *Help*.
23924
23925 2011-04-08 Eli Zaretskii <eliz@gnu.org>
23926
23927 * files.el (file-size-human-readable): New function.
23928
23929 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
23930 computing the representation inline. Don't require `cl'.
23931
23932 2011-04-08 Glenn Morris <rgm@gnu.org>
23933
23934 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
23935
23936 * net/browse-url.el (browse-url-firefox):
23937 Test system-type, not system-configuration.
23938
23939 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
23940 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
23941 Use log-edit-empty-buffer-p. (Bug#7598)
23942
23943 * net/rlogin.el (rlogin-process-connection-type): Simplify.
23944 (rlogin-mode-map): Initialize in the defvar.
23945 (rlogin): Use ignore-errors.
23946
23947 * replace.el (occur-mode-map): Some fixes for menu items.
23948
23949 2011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
23950
23951 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
23952
23953 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
23954
23955 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
23956 issuing unused warnings.
23957
23958 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
23959 macro directly.
23960
23961 * simple.el: Lisp reimplement of list-processes. Based on an
23962 earlier reimplementation by Leo Liu, but using tabulated-list.el.
23963 (process-menu-mode): New major mode.
23964 (list-processes--refresh, list-processes):
23965 (process-menu-visit-buffer): New functions.
23966
23967 * files.el (save-buffers-kill-emacs): Don't assume any return
23968 value of list-processes, which is undocumented anyway.
23969
23970 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
23971
23972 * emacs-lisp/tabulated-list.el: New file.
23973
23974 * emacs-lisp/package.el: Use Tabulated List mode.
23975 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
23976 (package-menu-mode): Derive from tabulated-list-mode. Set up the
23977 table format using Tabulated List mode variables.
23978 (package--push): New macro, replacing package-list-maybe-add.
23979 (package-menu--generate): Use package--push. Renamed from
23980 package--generate-package-list.
23981 (package-menu-refresh, list-packages): Use it.
23982 (package-menu--print-info): Rename from package-print-package.
23983 Return insertion data instead of inserting it directly.
23984 (package-menu-describe-package, package-menu-execute):
23985 Use tabulated-list-get-id.
23986 (package-menu-mark-delete, package-menu-mark-install)
23987 (package-menu-mark-unmark, package-menu-backup-unmark)
23988 (package-menu-mark-obsolete-for-deletion):
23989 Use tabulated-list-put-tag.
23990 (package--list-packages, package-menu-revert)
23991 (package-menu-get-package, package-menu-get-version)
23992 (package-menu-sort-by-column): Functions deleted.
23993 (package-menu-package-list, package-menu-sort-key): Vars deleted.
23994 (package-menu--status-predicate, package-menu--version-predicate)
23995 (package-menu--name-predicate)
23996 (package-menu--description-predicate): Handle arguments in the
23997 Tabulated List format.
23998 (package-list-packages-no-fetch): Call list-packages.
23999
24000 2011-04-06 Juanma Barranquero <lekktu@gmail.com>
24001
24002 * files.el (after-find-file-from-revert-buffer): Remove variable.
24003 (after-find-file): Don't bind it.
24004 (revert-buffer-in-progress-p): New variable.
24005 (revert-buffer): Bind it.
24006 Pass nil for `after-find-file-from-revert-buffer'.
24007
24008 * saveplace.el (save-place-find-file-hook): Use new variable
24009 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
24010
24011 2011-04-06 Glenn Morris <rgm@gnu.org>
24012
24013 * Makefile.in (AUTOGEN_VCS): New variable.
24014 (autoloads): Use $AUTOGEN_VCS.
24015
24016 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
24017 * calendar/calendar.el (calendar-mode-map):
24018 Check for toolkit scroll bars. (Bug#8305)
24019
24020 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
24021
24022 * minibuffer.el (completion-in-region--postch)
24023 (completion-in-region-mode): Remove unnecessary messages.
24024
24025 2011-04-05 Juanma Barranquero <lekktu@gmail.com>
24026
24027 * font-lock.el (font-lock-refresh-defaults):
24028 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
24029 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
24030
24031 * info.el (Info-directory-list, Info-read-node-name-2)
24032 (Info-split-parameter-string): Doc fixes.
24033 (Info-virtual-nodes): Reflow docstring.
24034 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
24035 (Info-apropos-toc-nodes, info-finder, Info-get-token)
24036 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
24037 Fix typos in docstrings.
24038 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
24039 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
24040 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
24041 (Info-restore-desktop-buffer): Mark unused parameters.
24042 (Info-directory-find-file, Info-directory-find-node)
24043 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
24044 (Info-virtual-index-find-node, Info-apropos-find-file)
24045 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
24046 Mark unused parameters; fix typos in docstrings.
24047 (Info-virtual-index): Remove unused local variable `nodename'.
24048
24049 2011-04-05 Deniz Dogan <deniz@dogan.se>
24050
24051 * net/rcirc.el: Update my e-mail address.
24052 (rcirc-mode-map): Remove M-o binding.
24053
24054 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
24055
24056 * startup.el (command-line): Save the cursor's theme-face
24057 directly, instead of using face-override-spec.
24058
24059 * custom.el (load-theme): Minor optimization in assigning faces.
24060
24061 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
24062
24063 * help-fns.el (describe-variable): Complete all variables having
24064 documentation, including keywords.
24065 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
24066
24067 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
24068
24069 Convert to lexical-binding.
24070
24071 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
24072 (bs--get-marked-string, bs--get-modified-string)
24073 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
24074 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
24075 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
24076
24077 * ehelp.el (electric-help-execute-extended)
24078 (electric-help-ctrl-x-prefix):
24079 * hexl.el (hexl-revert-buffer-function):
24080 * linum.el (linum-after-change, linum-after-scroll):
24081 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
24082
24083 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
24084
24085 2011-04-04 Daiki Ueno <ueno@unixuser.org>
24086
24087 * epa-dired.el:
24088 * epa-mail.el:
24089 * epa-hook.el:
24090 * epa-file.el:
24091 * epa.el:
24092 * epg.el: Use lexical binding.
24093
24094 2011-04-03 Chong Yidong <cyd@stupidchicken.com>
24095
24096 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
24097
24098 * textmodes/flyspell.el (flyspell-word): Recognize default
24099 dictionary case for flyspell-mark-duplications-exceptions.
24100 Use regexp matching for languages.
24101 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
24102 default dictionary (Bug#7926).
24103
24104 2011-04-02 Chong Yidong <cyd@stupidchicken.com>
24105
24106 * emacs-lisp/package.el (package--with-work-buffer):
24107 Recognize https URLs.
24108
24109 * net/network-stream.el: Move from gnus/proto-stream.el.
24110 Change prefix to network-stream throughout.
24111 (open-protocol-stream): Merge into open-network-stream, leaving
24112 open-protocol-stream as an alias. Handle nil BUFFER args.
24113
24114 * subr.el (open-network-stream): Move to net/network-stream.el.
24115
24116 2011-04-02 Glenn Morris <rgm@gnu.org>
24117
24118 * find-dired.el (find-exec-terminator): New option.
24119 (find-ls-option): Test for -ls support.
24120 (find-ls-subdir-switches): Test for -b in find-ls-option.
24121 (find-dired, find-grep-dired): Doc fixes.
24122 (find-dired): Use find-exec-terminator.
24123
24124 * find-dired.el (find-ls-option, find-ls-subdir-switches)
24125 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
24126 (find-name-arg): Remove purecopy.
24127
24128 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
24129 (grep-compute-defaults): Check for `-exec COMMAND +' support.
24130 Set grep-find-use-xargs, grep-find-command, and grep-find-template
24131 accordingly. Don't add the null-device if not needed.
24132
24133 * files.el (save-some-buffers): Doc fix.
24134
24135 2011-04-02 Eli Zaretskii <eliz@gnu.org>
24136
24137 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
24138
24139 2011-04-01 Juanma Barranquero <lekktu@gmail.com>
24140
24141 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
24142 Use `dolist' rather than `mapcar'.
24143
24144 2011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
24145
24146 Add lexical binding.
24147
24148 * subr.el (apply-partially): Use new closures rather than CL.
24149 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
24150 (dolist, dotimes): Use slightly different expansion for lexical code.
24151 (functionp): Move to C.
24152 (letrec): New macro.
24153 (with-wrapper-hook): Use it and apply-partially instead of CL.
24154 (eval-after-load): Preserve lexical-binding.
24155 (save-window-excursion, with-output-to-temp-buffer): Turn them
24156 into macros.
24157
24158 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
24159
24160 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
24161 than the arglist.
24162 (help-add-fundoc-usage): Don't add `Not documented'.
24163 (help-function-arglist): Handle closures, subroutines, and new
24164 byte-code-functions.
24165 (help-make-usage): Remove leading underscores.
24166 (describe-function-1): Handle closures.
24167 (describe-variable): Use special-variable-p for completion.
24168
24169 * files.el (lexical-binding): Declare safe.
24170
24171 * emacs-lisp/pcase.el: Don't use destructuring-bind.
24172 (pcase--memoize): Rename from pcase-memoize. Change weakness.
24173 (pcase): Add `let' pattern.
24174 Change memoization so it actually works.
24175 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
24176 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
24177 <let>: New case.
24178
24179 * emacs-lisp/macroexp.el: Use lexical binding.
24180 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
24181 Don't convert ' to #' without checking that it's indeed quoting
24182 a lambda.
24183
24184 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
24185 Use eval-sexp-add-defvars.
24186 (eval-sexp-add-defvars): New fun.
24187
24188 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
24189
24190 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
24191 Don't autoload.
24192 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
24193 than the internal `byte-compile-lambda'.
24194 (defmethod): Don't hide code under quotes.
24195 (eieio-defmethod): New `code' argument.
24196
24197 * emacs-lisp/eieio-comp.el: Remove.
24198
24199 * emacs-lisp/edebug.el (edebug-eval-defun)
24200 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
24201 (edebug-toggle): Avoid `eval'.
24202
24203 * emacs-lisp/disass.el (disassemble-internal): Handle new
24204 `closure' objects.
24205 (disassemble-1): Handle new byte codes.
24206
24207 * emacs-lisp/cl.el (pushnew): Silence warning.
24208
24209 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
24210 (cl-byte-compile-throw): Remove.
24211 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
24212
24213 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
24214 closures.
24215
24216 * emacs-lisp/cconv.el: New file.
24217
24218 * emacs-lisp/bytecomp.el: Use lexical binding instead of
24219 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
24220 (byte-compile-initial-macro-environment):
24221 Handle declare-function here.
24222 (byte-compile--lexical-environment): New var.
24223 (byte-stack-ref, byte-stack-set, byte-discardN)
24224 (byte-discardN-preserve-tos): New lap codes.
24225 (byte-interactive-p): Don't use any more.
24226 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
24227 New macros.
24228 (byte-compile-lapcode): Use them and handle new lap codes.
24229 (byte-compile-obsolete): Remove.
24230 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
24231 (byte-compile-arglist-warn): Check late def of inlinable funs.
24232 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
24233 since they should have been expanded by now.
24234 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
24235 (byte-compile-from-buffer): Remove unused second arg.
24236 (byte-compile-preprocess): New function.
24237 (byte-compile-toplevel-file-form): New function to distinguish
24238 file-form calls from outside from file-form calls from hunk-handlers.
24239 (byte-compile-file-form): Simplify.
24240 (byte-compile-file-form-defsubst): Remove.
24241 (byte-compile-file-form-defmumble): Simplify now that
24242 byte-compile-lambda always returns a byte-code-function.
24243 (byte-compile): Preprocess.
24244 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
24245 Remove, not used any more.
24246 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
24247 (byte-compile-make-args-desc): New funs.
24248 (byte-compile-lambda): Handle lexical functions. Always return
24249 a byte-code-function.
24250 (byte-compile-reserved-constants): New var, to make up room for
24251 closed-over variables.
24252 (byte-compile-constants-vector): Obey it.
24253 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
24254 (byte-compile-macroexpand-declare-function): New function.
24255 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
24256 byte-code-functions.
24257 (byte-compile-form): Check obsolescence here.
24258 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
24259 (byte-compile-variable-ref): Remove.
24260 (byte-compile-dynamic-variable-op): New fun.
24261 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
24262 (byte-compile-variable-set): New funs.
24263 (byte-compile-discard): Add 2 args.
24264 (byte-compile-stack-ref, byte-compile-stack-set)
24265 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
24266 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
24267 macroexpand-all instead.
24268 (byte-compile-quote-form): Remove.
24269 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
24270 (byte-compile-bind, byte-compile-unbind): New funs.
24271 (byte-compile-let): Handle let* and lexical binding.
24272 (byte-compile-let*): Remove.
24273 (byte-compile-catch, byte-compile-unwind-protect)
24274 (byte-compile-track-mouse, byte-compile-condition-case):
24275 Handle a new :fun-body form, used for lexical scoping.
24276 (byte-compile-save-window-excursion)
24277 (byte-compile-with-output-to-temp-buffer): Remove.
24278 (byte-compile-defun): Simplify.
24279 (byte-compile-stack-adjustment): New fun.
24280 (byte-compile-out): Use it.
24281 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
24282
24283 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
24284 handler any more.
24285
24286 * emacs-lisp/byte-opt.el: Use lexical binding.
24287 (byte-inline-lapcode): Remove (to bytecomp).
24288 (byte-compile-inline-expand): Pay attention to inlining to/from
24289 lexically bound code.
24290 (byte-compile-unfold-lambda): Don't handle byte-code-functions
24291 any more.
24292 (byte-optimize-form-code-walker): Don't handle save-window-excursion
24293 any more and don't call compiler-macros.
24294 (byte-compile-splice-in-already-compiled-code): Remove.
24295 (byte-code): Don't inline any more.
24296 (disassemble-offset): Receive `bytes' as argument rather than via
24297 dynamic scoping.
24298 (byte-compile-tag-number): Declare before first use.
24299 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
24300 `return' even if make-spliceable.
24301 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
24302 obsolete interactive-p.
24303 (byte-optimize-lapcode): Optimize new lap-codes.
24304 Don't trip up on new form of `byte-constant' lap code.
24305
24306 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
24307
24308 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
24309
24310 * custom.el (custom-initialize-default, custom-declare-variable):
24311 Use `defvar'.
24312
24313 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
24314 New variables.
24315 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
24316 (COMPILE_FIRST): Add macroexp and cconv.
24317 * makefile.w32-in: Mirror changes in Makefile.in.
24318
24319 * vc/cvs-status.el:
24320 * vc/diff-mode.el:
24321 * vc/log-edit.el:
24322 * vc/log-view.el:
24323 * vc/smerge-mode.el:
24324 * textmodes/bibtex-style.el:
24325 * textmodes/css-mode.el:
24326 * startup.el:
24327 * uniquify.el:
24328 * minibuffer.el:
24329 * newcomment.el:
24330 * reveal.el:
24331 * server.el:
24332 * mpc.el:
24333 * emacs-lisp/smie.el:
24334 * doc-view.el:
24335 * dired.el:
24336 * abbrev.el: Use lexical binding.
24337
24338 2011-04-01 Eli Zaretskii <eliz@gnu.org>
24339
24340 * info.el (info-display-manual): New function.
24341
24342 2011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
24343
24344 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
24345
24346 2011-03-31 Tassilo Horn <tassilo@member.fsf.org>
24347
24348 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
24349 an entry for that server in rcirc-authinfo. (Bug#8385)
24350
24351 2011-03-31 Glenn Morris <rgm@gnu.org>
24352
24353 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
24354
24355 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
24356
24357 2011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
24358
24359 * progmodes/python.el (python-default-interpreter)
24360 (python-python-command-args, python-jython-command-args)
24361 (python-which-shell, python-which-args, python-which-bufname)
24362 (python-file-queue, python-comint-output-filter-function)
24363 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
24364 variables and functions.
24365
24366 2011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
24367
24368 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
24369 (completion-in-region-mode): New minor mode.
24370 (completion-in-region): Use it.
24371 (completion-in-region--data, completion-in-region-mode-map): New vars.
24372 (completion-in-region--postch): New function.
24373 (completion--capf-misbehave-funs, completion--capf-safe-funs):
24374 New vars.
24375 (completion--capf-wrapper): New function.
24376 (completion-at-point): Use it to track well-behavedness of
24377 hook functions.
24378 (completion-help-at-point): New command.
24379
24380 2011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
24381
24382 * vc/add-log.el (add-change-log-entry): Don't use whitespace
24383 syntax class to search for whitespace on a single line
24384 (Message-ID: <4D938140.4030905@redhat.com>).
24385
24386 2011-03-30 Leo Liu <sdl.web@gmail.com>
24387
24388 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
24389 New commands.
24390 (edit-abbrevs-map): Bind them here.
24391 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
24392
24393 2011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
24394
24395 * allout.el (allout-hide-by-annotation, allout-flag-region):
24396 Reduce possibility of overlay leakage by making them volatile.
24397
24398 * allout-widgets.el (allout-widgets-tally): Define as nil so the
24399 hash is not shared between buffers. Mode initialization is
24400 responsible for giving it a useful starting value.
24401 (allout-item-span): Reduce possibility of overlay leakage by
24402 making them volatile.
24403 (allout-widgets-count-buttons-in-region): Add diagnostic function
24404 for tracking down button overlay leaks.
24405
24406 2011-03-29 Leo Liu <sdl.web@gmail.com>
24407
24408 * ido.el (ido-read-internal): Use the default history var
24409 minibuffer-history if no HISTORY is specified.
24410
24411 2011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
24412
24413 * net/imap.el (imap-shell-open, imap-process-connection-type):
24414 Use imap-process-connection-type for 'shell' streams as well as
24415 Kerberos, SSL, other subprocesses.
24416
24417 2011-03-28 Leo Liu <sdl.web@gmail.com>
24418
24419 * abbrev.el (abbrev-table-empty-p): New function.
24420 (prepare-abbrev-list-buffer): Place empty abbrev tables after
24421 nonempty ones. (Bug#5937)
24422
24423 2011-03-27 Jan Djärv <jan.h.d@swipnet.se>
24424
24425 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
24426
24427 2011-03-27 Leo Liu <sdl.web@gmail.com>
24428
24429 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
24430 for foreground and background colors.
24431 (ansi-color-make-color-map): Adapt.
24432
24433 2011-03-25 Leo Liu <sdl.web@gmail.com>
24434
24435 * midnight.el (midnight-time-float): Remove. Note it calculates
24436 the microsecond component incorrectly and seconds-to-time does the
24437 same job.
24438 Remove redundant (require 'timer).
24439
24440 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
24441 (ido-completions): Remove unused arguments. (Bug#8329)
24442
24443 2011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
24444
24445 * minibuffer.el (completion--flush-all-sorted-completions):
24446 Remove itself from hook.
24447 (completion-at-point): Let the functions perform the completion
24448 immediately and return nil or t.
24449 * comint.el (comint-dynamic-complete-functions): Now identical to
24450 completion-at-point-functions.
24451 (comint-dynamic-list-input-ring): Remove unused var `index'.
24452 (comint--match-partial-filename, comint--unquote&expand-filename):
24453 New funs, split from comint-match-partial-filename.
24454 (comint-dynamic-complete): Use completion-at-point.
24455 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
24456
24457 2011-03-24 Drew Adams <drew.adams@oracle.com>
24458
24459 * thingatpt.el: Support `defun'.
24460
24461 2011-03-23 Leo Liu <sdl.web@gmail.com>
24462
24463 * abbrevlist.el: Move to obsolete/abbrevlist.el.
24464
24465 * help-mode.el (help-mode-finish): Tweak regexp.
24466
24467 2011-03-23 Glenn Morris <rgm@gnu.org>
24468
24469 * eshell/esh-opt.el (eshell-eval-using-options):
24470 Do not bind unused local variable `eshell-option-stub'.
24471
24472 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
24473
24474 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
24475
24476 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
24477 keymap variable in `with-no-warnings' to avoid a warning when the
24478 keymap has been already `defconst'ed.
24479
24480 2011-03-22 Leo Liu <sdl.web@gmail.com>
24481
24482 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
24483 encode all chars in abbrevs; otherwise use emacs-mule or
24484 utf-8-emacs. (Bug#8308)
24485
24486 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
24487
24488 * simple.el (backward-delete-char-untabify):
24489 Avoid warning about using `delete-backward-char'.
24490
24491 * image.el (image-type-file-name-regexps): Make it variable.
24492 `imagemagick-register-types' modifies it, and the user may want
24493 to add new extensions for known image types.
24494 (imagemagick-register-types): Throw error if not using ImageMagick.
24495
24496 2011-03-22 Leo Liu <sdl.web@gmail.com>
24497
24498 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
24499 located before rcirc-prompt-end-marker.
24500 (rcirc-complete): Error if point is not after rcirc prompt.
24501 Handle the case when table is nil.
24502 (rcirc-user-authenticated): Define to fix compiler warning.
24503
24504 2011-03-22 Chong Yidong <cyd@stupidchicken.com>
24505
24506 * custom.el (custom--inhibit-theme-enable): Make it affect only
24507 custom-theme-set-variables and custom-theme-set-faces.
24508 (provide-theme): Ignore custom--inhibit-theme-enable.
24509 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
24510 (custom-enabling-themes): Delete variable.
24511 (enable-theme): Accept only loaded themes as arguments.
24512 Ignore the special custom-enabled-themes variable.
24513 (custom-enabled-themes): Forbid themes from setting this.
24514 Eliminate use of custom-enabling-themes.
24515 (custom-push-theme): Quote "changed" custom var entry.
24516
24517 2011-03-21 Leo Liu <sdl.web@gmail.com>
24518
24519 * ido.el (ido-read-internal): Add ido-selected to history instead
24520 of user input.
24521
24522 2011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
24523
24524 * subr.el (deferred-action-list, deferred-action-function):
24525 Mark obsolete.
24526
24527 2011-03-21 Leo Liu <sdl.web@gmail.com>
24528
24529 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
24530 change on 2011-02-13 (bug#8309).
24531
24532 * minibuffer.el (read-file-name-function): Change default value.
24533 (read-file-name--defaults): Rename from read-file-name-defaults.
24534 (read-file-name-default): Rename from read-file-name.
24535 (read-file-name): Call read-file-name-function.
24536
24537 2011-03-21 Glenn Morris <rgm@gnu.org>
24538
24539 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
24540 Doc fixes.
24541
24542 2011-03-21 Chong Yidong <cyd@stupidchicken.com>
24543
24544 * cus-theme.el: Add missing provide statement.
24545 (customize-create-theme): Extract theme value correctly.
24546 (custom-theme-visit-theme): Autoload.
24547 (customize-create-theme): Prompt before inserting default faces.
24548
24549 2011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
24550
24551 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
24552 units and musical notes.
24553
24554 2011-03-20 Leo Liu <sdl.web@gmail.com>
24555
24556 * ido.el (ido-read-internal): Use completing-read-default.
24557 (ido-completing-read): Fix compatibility with completing-read.
24558
24559 2011-03-20 Christian Ohler <ohler@gnu.org>
24560
24561 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
24562 (ert-delete-all-tests): Use `called-interactively-p' rather than
24563 `interactive-p'.
24564 (ert--make-xrefs-region): Respect END.
24565
24566 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
24567
24568 * dired-aux.el (dired-create-directory): Signal an error if the
24569 directory already exists (Bug#8246).
24570
24571 * facemenu.el (list-colors-display): Call list-faces-display
24572 inside with-help-window.
24573 (list-colors-print): Use display property to align the final
24574 column, instead of checking window-width.
24575
24576 2011-03-19 Eli Zaretskii <eliz@gnu.org>
24577
24578 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
24579 windows-nt systems.
24580 (emerge-protect-metachars): Quote correctly for ms-dos and
24581 windows-nt systems.
24582
24583 2011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
24584
24585 * info.el (info-initialize): Replace all uses of `:' with
24586 path-separator for compatibility with non-Unix systems.
24587 Cache quoting of path-separator. (Bug#8258)
24588
24589 2011-03-19 Juanma Barranquero <lekktu@gmail.com>
24590
24591 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
24592 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
24593 (mouse-avoidance-mode): Fix typos in docstrings.
24594
24595 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
24596
24597 * startup.el (package-subdirectory-regexp): Move from package.el.
24598 Omit \\` and \\', and let callers add them.
24599
24600 * emacs-lisp/package.el (package-strip-version)
24601 (package-load-all-descriptors): Add \\` and \\' to
24602 package-subdirectory-regexp before using it.
24603 (package-untar-buffer): New arg DIR; ensure that file untars only
24604 into this expected directory. Remove superfluous delete-region.
24605 (package-unpack): Caller changed.
24606 (package-tar-file-info): Use package-subdirectory-regexp.
24607
24608 2011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
24609
24610 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
24611 diff-mode-shared-map (bug#8284).
24612 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
24613
24614 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
24615
24616 * calendar/time-date.el (format-seconds): Use assoc instead of
24617 assoc-string, since assoc-string doesn't exist in XEmacs.
24618
24619 2011-03-17 Juanma Barranquero <lekktu@gmail.com>
24620
24621 * custom.el (custom-known-themes): Reflow docstring.
24622 (custom-theme-load-path): Fix typo in docstring.
24623 (load-theme): Fix typo in error message.
24624 (custom-available-themes, custom-variable-theme-value):
24625 Use `let', not `let*'.
24626
24627 2011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
24628
24629 * calc/README: Mention inclusion of musical notes.
24630
24631 * calc/calc-units.el (calc-lu-quant): Rename from
24632 `calc-logunits-quantity'.
24633 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
24634 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
24635 (calc-db): Rename from `calc-dblevel'.
24636 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
24637 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
24638 (calc-np): Rename from `calc-nplevel'.
24639 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
24640 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
24641 (calc-lu-plus): Rename from `calc-logunits-add'.
24642 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
24643 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
24644 (calc-lu-minus): Rename from `calc-logunits-sub'.
24645 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
24646 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
24647 (calc-lu-times): Rename from `calc-logunits-mul'.
24648 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
24649 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
24650 (calc-lu-divide): Rename from `calc-logunits-div'.
24651 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
24652 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
24653
24654 * calc/calc-ext.el (calc-init-extensions): Update the names of the
24655 functions being autoloaded.
24656
24657 * calc/calc.el (calc-lu-power-reference): Rename from
24658 `calc-logunits-power-reference'.
24659 (calc-lu-field-reference): Rename from
24660 `calc-logunits-field-reference'.
24661
24662 * calc/calc-help.el (calc-l-prefix-help):
24663 Mention musical note functions.
24664
24665 2011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
24666
24667 * minibuffer.el (completion-all-sorted-completions):
24668 Use :completion-cycle-penalty text property if present.
24669
24670 2011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
24671
24672 * allout.el (allout-yank-processing): Adjust for new rebulleting
24673 regime so bullet being yanked is used without prompting the user
24674 for a choice.
24675
24676 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
24677
24678 * startup.el (command-line): Warn the user that _emacs is deprecated.
24679
24680 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
24681
24682 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
24683 (delphi-verbose, delphi-comment-face, delphi-string-face)
24684 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
24685 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
24686 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
24687 (delphi-new-comment-line, delphi-font-lock-defaults)
24688 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
24689 Fix typos in docstrings.
24690
24691 2011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
24692
24693 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
24694 Invert the roles of character and string values for INSTEAD, so a
24695 string is used for the more common case of a defaulting prompt.
24696
24697 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
24698
24699 * progmodes/ruby-mode.el (ruby-backward-sexp):
24700 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
24701 * play/gamegrid.el (gamegrid-make-face):
24702 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
24703 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
24704 * notifications.el (notifications-notify):
24705 * net/xesam.el (xesam-search-engines):
24706 * net/quickurl.el (quickurl-list-insert):
24707 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
24708
24709 2011-03-15 Chong Yidong <cyd@stupidchicken.com>
24710
24711 * startup.el (command-line): Update package subdirectory regexp.
24712
24713 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
24714
24715 * allout.el (allout-abbreviate-flattened-numbering)
24716 (allout-mode-deactivate-hook): Fix up obsolescence "date".
24717
24718 * subr.el (read-char-choice): Only show the cursor after the prompt,
24719 not after the answer.
24720
24721 2011-03-15 Kevin Ryde <user42@zip.com.au>
24722
24723 * help-fns.el (variable-at-point): Skip leading quotes, if any
24724 (bug#8253).
24725
24726 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
24727
24728 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
24729 warning message.
24730
24731 2011-03-14 Michael Albinus <michael.albinus@gmx.de>
24732
24733 * shell.el (shell): When called interactively, offer to change the
24734 shell file name on remote hosts.
24735
24736 2011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
24737
24738 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
24739 integration for LDAP parameters. The host, base, user or binddn,
24740 and secret tokens can be specified in a netrc file, for instance.
24741 This is optional because an `auth-source' parameter must be
24742 specified in the search attributes.
24743
24744 2011-03-13 Juanma Barranquero <lekktu@gmail.com>
24745
24746 * help.el (describe-mode): Link to the mode's definition (bug#8185).
24747
24748 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
24749
24750 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
24751 into declaration. Remove redundant and harmful binding.
24752
24753 2011-03-12 Eli Zaretskii <eliz@gnu.org>
24754
24755 * files.el (file-ownership-preserved-p): Pass `integer' as an
24756 explicit 2nd argument to `file-attributes'. If the file's owner
24757 is the Administrators group on Windows, and the current user is
24758 Administrator, consider that a match.
24759
24760 * server.el (server-ensure-safe-dir): Consider server directory
24761 safe on MS-Windows if its owner is the Administrators group while
24762 the current Emacs user is Administrator. Use `=' to compare
24763 numerical UIDs, since they could be integers or floats.
24764
24765 2011-03-12 Juanma Barranquero <lekktu@gmail.com>
24766
24767 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
24768
24769 2011-03-12 Michael Albinus <michael.albinus@gmx.de>
24770
24771 Sync with Tramp 2.2.1.
24772
24773 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
24774
24775 * net/trampver.el: Update release number.
24776
24777 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
24778
24779 * progmodes/compile.el (compilation--previous-directory): Fix up
24780 various nil/dead-marker mismatches (bug#8014).
24781 (compilation-directory-properties, compilation-error-properties):
24782 Don't call it at a position past the one we're about to change.
24783
24784 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
24785 Disable obsolescence warnings in the file that declares it.
24786
24787 2011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
24788
24789 * allout-widgets.el (allout-widgets-tally):
24790 Initialize allout-widgets-tally as a hash table rather than nil to
24791 prevent mode-line redisplay warnings. Also, clarify the module
24792 description and fix a comment typo.
24793
24794 2011-03-11 Juanma Barranquero <lekktu@gmail.com>
24795
24796 * help-fns.el (describe-variable): Don't complete keywords.
24797 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
24798
24799 2011-03-10 Chong Yidong <cyd@stupidchicken.com>
24800
24801 * emacs-lisp/package.el (package-version-join): Impose a standard
24802 string representation for pre/alpha/beta version lists.
24803 (package-unpack-single): Standardize the directory name by passing
24804 it through package-version-join.
24805 (package-strip-rcs-id): Accept any version string that does not
24806 signal an error in version-to-list.
24807
24808 2011-03-10 Michael Albinus <michael.albinus@gmx.de>
24809
24810 * simple.el (delete-trailing-whitespace): Return nil for the
24811 benefit of `write-file-functions'.
24812
24813 2011-03-10 Glenn Morris <rgm@gnu.org>
24814
24815 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
24816
24817 * vc/vc-git.el (vc-git-program): New option.
24818 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
24819 (vc-git--call): Use it.
24820
24821 * eshell/esh-util.el (eshell-condition-case): Doc fix.
24822
24823 * cus-edit.el (Custom-newline): If no button at point, look
24824 for a subgroup button at start-of-line. (Bug#2298)
24825
24826 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
24827
24828 2011-03-10 Julien Danjou <julien@danjou.info>
24829
24830 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
24831 `cursor-type' is nil.
24832
24833 2011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
24834
24835 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
24836
24837 2011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
24838
24839 * allout.el: Change so yank of distinctive-bullet items
24840 preserves the existing header prefix, rebulleting it if necessary,
24841 rather than replacing it. This is necessary for proper operation
24842 of cooperative addons like allout-widgets.
24843 (allout-make-topic-prefix, allout-rebullet-heading):
24844 Change SOLICIT arg to INSTEAD, and interpret additionally a string
24845 value as alternate bullet to be used, instead of prompting the user
24846 for a bullet character.
24847
24848 2011-03-09 Michael Albinus <michael.albinus@gmx.de>
24849
24850 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
24851 Do not use `tramp-file-name-port', because this returns also
24852 `tramp-default-port'.
24853
24854 2011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
24855
24856 * net/rcirc.el (rcirc-handler-001): Remove useless
24857 with-rcirc-process-buffer.
24858 (rcirc-check-auth-status): Swap arguments to string-match.
24859
24860 2011-03-09 Glenn Morris <rgm@gnu.org>
24861
24862 * shell.el (shell-mode):
24863 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
24864
24865 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
24866 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
24867
24868 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
24869
24870 * emacs-lisp/package.el (package-refresh-contents)
24871 (package-menu-execute): Use condition-case-no-debug.
24872
24873 2011-03-08 Michael Albinus <michael.albinus@gmx.de>
24874
24875 * simple.el (shell-command-to-string): Use `process-file'.
24876
24877 * emacs-lisp/package.el (package-tar-file-info): Handle also
24878 remote files.
24879
24880 * emacs-lisp/package-x.el (package-upload-buffer-internal):
24881 Use `equal' for upload base check.
24882
24883 2011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
24884
24885 * textmodes/texinfo.el (texinfo-environments):
24886 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
24887
24888 2011-03-08 Glenn Morris <rgm@gnu.org>
24889
24890 * cus-start.el (cursor-in-non-selected-windows):
24891 Fix :set quoting oddness. (Bug#8192)
24892
24893 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
24894 in some setf expressions. (Bug#2159)
24895
24896 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
24897
24898 * custom.el (custom-available-themes): Return themes in
24899 alphabetical order.
24900
24901 See ChangeLog.15 for earlier changes.
24902
24903 ;; Local Variables:
24904 ;; coding: utf-8
24905 ;; End:
24906
24907 Copyright (C) 2011-2013 Free Software Foundation, Inc.
24908
24909 This file is part of GNU Emacs.
24910
24911 GNU Emacs is free software: you can redistribute it and/or modify
24912 it under the terms of the GNU General Public License as published by
24913 the Free Software Foundation, either version 3 of the License, or
24914 (at your option) any later version.
24915
24916 GNU Emacs is distributed in the hope that it will be useful,
24917 but WITHOUT ANY WARRANTY; without even the implied warranty of
24918 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
24919 GNU General Public License for more details.
24920
24921 You should have received a copy of the GNU General Public License
24922 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.