Fix array bounds violation when pty allocation fails.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
99107004
KH
12013-07-20 Kenichi Handa <handa@gnu.org>
2
3 * international/mule.el (coding-system-iso-2022-flags): Add
1145cc52 4 `8-bit-level-4'. (Bug#8522)
99107004 5
48494e06
LMI
62013-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
7
8ba8eec5
LMI
8 * net/shr.el (shr-mouse-browse-url): New command and keystroke
9 (bug#14815).
10
dfbc66e3
LMI
11 * net/eww.el (eww-process-text-input): Allow inputting when the
12 point is at the start of the line, as the properties aren't
13 front-sticky.
14
48494e06
LMI
15 * net/shr.el (shr-make-table-1): Ensure that we don't infloop on
16 degenerate widths.
17
77c92cb9
RS
182013-07-19 Richard Stallman <rms@gnu.org>
19
aec7da77
RS
20 * epa.el (epa-popup-info-window): Doc fix.
21
77c92cb9
RS
22 * subr.el (split-string): New arg TRIM.
23
945c5bb1
JB
242013-07-18 Juanma Barranquero <lekktu@gmail.com>
25
26 * frame.el (blink-cursor-timer-function, blink-cursor-suspend):
27 Add check for W32 (followup to 2013-07-16T11:41:06Z!jan.h.d@swipnet.se).
28
e06ec67f
MA
292013-07-18 Michael Albinus <michael.albinus@gmx.de>
30
c7064f05 31 * filenotify.el (file-notify--library): Rename from
e06ec67f
MA
32 `file-notify-support'. Do not autoload. Adapt all uses.
33 (file-notify-supported-p): New defun.
34
c7064f05
JB
35 * autorevert.el (auto-revert-use-notify):
36 Use `file-notify-supported-p' instead of `file-notify-support'.
37 Adapt docstring.
e06ec67f
MA
38 (auto-revert-notify-add-watch): Use `file-notify-supported-p'.
39
40 * net/tramp.el (tramp-file-name-for-operation):
41 Add `file-notify-supported-p'.
42
43 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
44 New defun.
45 (tramp-sh-file-name-handler-alist): Add it as handler for
46 `file-notify-supported-p '.
47
48 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
49 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
50 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
51 Add `ignore' as handler for `file-notify-*' functions.
52
5dc8a629
EZ
532013-07-17 Eli Zaretskii <eliz@gnu.org>
54
55 * simple.el (line-move-partial, line-move): Don't start vscroll or
56 scroll-up if the current line is not taller than the window.
57 (Bug#14881)
58
77aea2fb
DG
592013-07-16 Dmitry Gutov <dgutov@yandex.ru>
60
61 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Do not
62 highlight question marks in the method names as strings.
ac72c08d
DG
63 (ruby-block-beg-keywords): Inline.
64 (ruby-font-lock-keyword-beg-re): Extract from
65 `ruby-font-lock-keywords'.
77aea2fb 66
18c26d81
JD
672013-07-16 Jan Djärv <jan.h.d@swipnet.se>
68
69 * frame.el (blink-cursor-blinks): New defcustom.
70 (blink-cursor-blinks-done): New defvar.
71 (blink-cursor-start): Set blink-cursor-blinks-done to 1.
72 (blink-cursor-timer-function): Check if number of blinks has been
73 done on X and NS.
74 (blink-cursor-suspend, blink-cursor-check): New defuns.
75
da48522e
GM
762013-07-15 Glenn Morris <rgm@gnu.org>
77
78 * edmacro.el (edmacro-format-keys): Fix previous change.
79
0463c1ef
PE
802013-07-15 Paul Eggert <eggert@cs.ucla.edu>
81
82 * shell.el (explicit-bash-args): Remove obsolete hack for Bash 1.x.
83 The hack didn't work outside English locales anyway.
84
b43f6451
JB
852013-07-15 Juanma Barranquero <lekktu@gmail.com>
86
87 * simple.el (define-alternatives): Rename from alternatives-define,
88 per RMS' suggestion.
89
b958c0ad
JB
902013-07-14 Juanma Barranquero <lekktu@gmail.com>
91
92 * desktop.el (desktop-restore-frames): Change default to t.
93 (desktop-restore-in-current-display): Now offer more options.
94 (desktop-restoring-reuses-frames): New customization option.
95 (desktop--saved-states): Doc fix.
96 (desktop-filter-parameters-alist): New variable, renamed and expanded
97 from desktop--excluded-frame-parameters.
98 (desktop--target-display): New variable.
99 (desktop-switch-to-gui-p, desktop-switch-to-tty-p)
100 (desktop--filter-tty*, desktop--filter-*-color)
101 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
102 (desktop--filter-save-desktop-parm)
103 (desktop-restore-in-original-display-p): New functions.
104 (desktop--filter-frame-parms): Use new desktop-filter-parameters-alist.
105 (desktop--save-minibuffer-frames): New function, inspired by a similar
106 function from Martin Rudalics.
107 (desktop--save-frames): Call it; play nice with desktop-globals-to-save.
108 (desktop--restore-in-this-display-p): Remove.
109 (desktop--find-frame): Rename from desktop--find-frame-in-display
110 and add predicate argument.
111 (desktop--make-full-frame): Remove, integrated into desktop--make-frame.
112 (desktop--reuse-list): New variable.
113 (desktop--select-frame, desktop--make-frame, desktop--sort-states):
114 New functions.
115 (desktop--restore-frames): Add support for "minibuffer-special" frames.
116
f6dd8b36
MA
1172013-07-14 Michael Albinus <michael.albinus@gmx.de>
118
119 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Use `ignore-error'.
120
2ce3c565
DG
1212013-07-13 Dmitry Gutov <dgutov@yandex.ru>
122
123 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight
124 conversion methods on Kernel.
125
2cdb7698
AM
1262013-07-13 Alan Mackenzie <acm@muc.de>
127
128 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Label CASE 13
129 and comment it out. This out-commenting enables certain C++
130 declarations to be parsed correctly.
131
1a67b811
EZ
1322013-07-13 Eli Zaretskii <eliz@gnu.org>
133
1b796d6b
EZ
134 * international/mule.el (define-coding-system): Doc fix.
135
1a67b811
EZ
136 * simple.el (default-font-height): Don't call font-info if the
137 frame's default font didn't change since the frame was created.
138 (Bug#14838)
139
58fbe886
LL
1402013-07-13 Leo Liu <sdl.web@gmail.com>
141
142 * ido.el (ido-read-file-name): Guard against non-symbol value.
143
1f0480d4
FEG
1442013-07-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
145
146 * progmodes/python.el (python-imenu--build-tree): Fix corner case
147 in nested defuns.
148
97ead0e5
LL
1492013-07-13 Leo Liu <sdl.web@gmail.com>
150
151 * ido.el (ido-exhibit): Handle ido-enter-matching-directory before
152 ido-set-matches call. (Bug#6852)
153
0880a952
DG
1542013-07-12 Dmitry Gutov <dgutov@yandex.ru>
155
156 * progmodes/ruby-mode.el (ruby-percent-literals-beg-re):
157 (ruby-syntax-expansion-allowed-p): Support array of symbols, for
158 Ruby 2.0.
159 (ruby-font-lock-keywords): Distinguish calls to functions with
160 module-like names from module references. Highlight character
161 literals.
162
a7d8babb
SDJ
1632013-07-12 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
164
165 * progmodes/gdb-mi.el (gdb-strip-string-backslash): New function.
6741ad6c 166 (gdb-send): Handle continued commands. (Bug#14847)
a7d8babb 167
acfcc8c5
JB
1682013-07-12 Juanma Barranquero <lekktu@gmail.com>
169
170 * desktop.el (desktop--v2s): Remove unused local variable.
171 (desktop-save-buffer): Make defvar-local; adjust docstring.
172 (desktop-auto-save-timeout, desktop-owner): Use ignore-errors.
173 (desktop-clear, desktop-save-buffer-p): Use string-match-p.
174
051f2775
AS
1752013-07-12 Andreas Schwab <schwab@linux-m68k.org>
176
177 * emacs-lisp/map-ynp.el (map-y-or-n-p): Fix last change.
178
f24e7572
GM
1792013-07-12 Eli Zaretskii <eliz@gnu.org>
180
181 * simple.el (next-line, previous-line): Document TRY-VSCROLL and ARG.
182 (Bug#14842)
183
539a920c
GM
1842013-07-12 Glenn Morris <rgm@gnu.org>
185
186 * doc-view.el: Require cl-lib at runtime too.
187 (doc-view-remove-if): Remove.
188 (doc-view-search-next-match, doc-view-search-previous-match):
189 Use cl-remove-if.
190
191 * edmacro.el: Require cl-lib at runtime too.
192 (edmacro-format-keys, edmacro-parse-keys): Use cl-mismatch, cl-subseq.
193 (edmacro-mismatch, edmacro-subseq): Remove.
194
195 * shadowfile.el: Require cl-lib.
196 (shadow-remove-if): Remove.
197 (shadow-set-cluster, shadow-shadows-of-1, shadow-remove-from-todo):
198 Use cl-remove-if.
199
200 * wid-edit.el: Require cl-lib.
201 (widget-choose): Use cl-remove-if.
202 (widget-remove-if): Remove.
203
204 * progmodes/ebrowse.el: Require cl-lib at runtime too.
205 (ebrowse-delete-if-not): Remove.
206 (ebrowse-browser-buffer-list, ebrowse-member-buffer-list)
207 (ebrowse-tree-buffer-list, ebrowse-same-tree-member-buffer-list):
208 Use cl-delete-if-not.
209
1048af7c
JB
2102013-07-12 Juanma Barranquero <lekktu@gmail.com>
211
212 * emacs-lisp/cl-macs.el (cl-multiple-value-bind, cl-multiple-value-setq)
213 (cl-the, cl-declare, cl-defstruct): Fix typos in docstrings.
214
6c0674ee
LL
2152013-07-12 Leo Liu <sdl.web@gmail.com>
216
217 * ido.el (dired-do-copy, dired): Set 'ido property. (Bug#11954)
218
a19b3c2d
GM
2192013-07-11 Glenn Morris <rgm@gnu.org>
220
4582a01c
GM
221 * emacs-lisp/edebug.el: Require cl-lib at run-time too.
222 (edebug-gensym-index, edebug-gensym):
223 Remove reimplementation of cl-gensym.
224 (edebug-make-enter-wrapper, edebug-make-form-wrapper): Use cl-gensym.
225
226 * thumbs.el: Require cl-lib at run-time too.
227 (thumbs-gensym-counter, thumbs-gensym):
228 Remove reimplementation of cl-gensym.
229 (thumbs-temp-file): Use cl-gensym.
230
a19b3c2d
GM
231 * emacs-lisp/ert.el: Require cl-lib at runtime too.
232 (ert--cl-do-remf, ert--remprop, ert--remove-if-not)
233 (ert--intersection, ert--set-difference, ert--set-difference-eq)
234 (ert--union, ert--gensym-counter, ert--gensym-counter)
235 (ert--coerce-to-vector, ert--remove*, ert--string-position)
236 (ert--mismatch, ert--subseq): Remove reimplementations of cl funcs.
237 (ert-make-test-unbound, ert--expand-should-1)
238 (ert--expand-should, ert--should-error-handle-error)
239 (should-error, ert--explain-equal-rec)
240 (ert--plist-difference-explanation, ert-select-tests)
241 (ert--make-stats, ert--remove-from-list, ert--string-first-line):
242 Use cl-lib functions rather than reimplementations.
243
88f6a933
MA
2442013-07-11 Michael Albinus <michael.albinus@gmx.de>
245
246 * net/tramp.el (tramp-methods): Extend docstring.
247 (tramp-connection-timeout): New defcustom.
248 (tramp-error-with-buffer): Reset timestamp only when appropriate.
249 (with-tramp-progress-reporter): Simplify.
250 (tramp-process-actions): Improve messages.
251
252 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
253 * net/tramp-sh.el (tramp-maybe-open-connection):
254 Use `tramp-connection-timeout'.
255 (tramp-methods) [su, sudo, ksu]: Add method specific timeouts.
256 (Bug#14808)
257
a43d577e
LL
2582013-07-11 Leo Liu <sdl.web@gmail.com>
259
260 * ido.el (ido-read-file-name): Conform to the requirements of
261 read-file-name. (Bug#11861)
262 (ido-read-directory-name): Conform to the requirements of
263 read-directory-name.
264
d77974bf
JB
2652013-07-11 Juanma Barranquero <lekktu@gmail.com>
266
267 * subr.el (delay-warning): New function.
268
35cb8a3e
EZ
2692013-07-10 Eli Zaretskii <eliz@gnu.org>
270
271 * simple.el (default-line-height): New function.
272 (line-move-partial, line-move): Use it instead of computing the
273 line height inline.
274 (line-move-partial): Always compute ROWH. If the last line is
275 partially-visible, but its text is completely visible, allow
276 cursor to enter such a partially-visible line.
277
525c5c77
MA
2782013-07-10 Michael Albinus <michael.albinus@gmx.de>
279
280 Improve error messages. (Bug#14808)
281
282 * net/tramp.el (tramp-current-connection): New defvar, moved from
283 tramp-sh.el.
284 (tramp-message-show-progress-reporter-message): Removed, not
285 needed anymore.
286 (tramp-error-with-buffer): Show message in minibuffer. Discard
287 input before waiting. Reset connection timestamp.
288 (with-tramp-progress-reporter): Improve messages.
289 (tramp-process-actions): Use progress reporter. Delete process in
290 case of error. Improve messages.
291
292 * net/tramp-sh.el (tramp-barf-if-no-shell-prompt): Use
293 condition-case. Call `tramp-error-with-buffer' with vector and buffer.
294 (tramp-current-connection): Removed.
295 (tramp-maybe-open-connection): The car of
296 `tramp-current-connection' are the first 3 slots of the vector.
297
c7a4d368
TZ
2982013-07-10 Teodor Zlatanov <tzz@lifelogs.com>
299
300 * progmodes/cfengine.el (cfengine3-indent-line): Do not indent
301 inside continued strings.
302
954b166e
PE
3032013-07-10 Paul Eggert <eggert@cs.ucla.edu>
304
305 Timestamp fixes for undo (Bug#14824).
306 * files.el (clear-visited-file-modtime): Move here from fileio.c.
307
56973319
LL
3082013-07-10 Leo Liu <sdl.web@gmail.com>
309
310 * files.el (require-final-newline): Allow safe local value.
311 (Bug#14834)
312
5550a72c
LL
3132013-07-09 Leo Liu <sdl.web@gmail.com>
314
315 * ido.el (ido-read-directory-name): Handle fallback.
316 (ido-read-file-name): Update DIR to ido-current-directory.
317 (Bug#1516)
c28b9050 318 (ido-add-virtual-buffers-to-list): Robustify. (Bug#14552)
5550a72c 319
70c46b28
DG
3202013-07-09 Dmitry Gutov <dgutov@yandex.ru>
321
322 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove extra
323 "autoload". Remove "warn lower camel case" section, previously
324 commented out. Highlight negation char. Do not highlight the
325 target in singleton method definitions.
326
0b64b838
SM
3272013-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
328
7fd72e2c
SM
329 * faces.el (tty-setup-hook): Declare the hook.
330
0b64b838
SM
331 * emacs-lisp/pcase.el (pcase--split-pred): Add `vars' argument to try
332 and detect when a guard/pred depends on local vars (bug#14773).
333 (pcase--u1): Adjust caller.
334
ab49d60b
EZ
3352013-07-08 Eli Zaretskii <eliz@gnu.org>
336
337 * simple.el (line-move-partial, line-move): Account for
338 line-spacing.
701d79aa
EZ
339 (line-move-partial): Avoid setting vscroll when the last
340 partially-visible line in window is of default height.
ab49d60b 341
2d756ae0
LMI
3422013-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
343
344 * net/shr.el (shr-map): Reinstate the `u' key binding, since it's
345 been used a while.
346
ed095bd7
JB
3472013-07-07 Juanma Barranquero <lekktu@gmail.com>
348
349 * subr.el (read-quoted-char): Remove unused local variable `char'.
350
f1e6674b
MK
3512013-07-07 Michael Kifer <kifer@cs.stonybrook.edu>
352
584ee3fc
GM
353 * ediff.el (ediff-version): Version update.
354 (ediff-files-command, ediff3-files-command, ediff-merge-command)
355 (ediff-merge-with-ancestor-command, ediff-directories-command)
356 (ediff-directories3-command, ediff-merge-directories-command)
357 (ediff-merge-directories-with-ancestor-command): New functions.
358 All are command-line interfaces to ediff: to facilitate calling
359 Emacs with the appropriate ediff functions invoked.
5165d44a
JB
360
361 * viper-cmd.el (viper-del-forward-char-in-insert): New function.
362 (viper-save-kill-buffer): Check if buffer is modified.
5165d44a 363
584ee3fc
GM
364 * viper.el (viper-version): Version update.
365 (viper-emacs-state-mode-list): Add egg-status-buffer-mode.
5165d44a 366
584ee3fc
GM
3672013-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
368
369 * faces.el (tty-run-terminal-initialization): Run new tty-setup-hook.
370 * viper-cmd.el (viper-envelop-ESC-key): Remove function.
371 (viper-intercept-ESC-key): Simplify.
372 * viper-keym.el (viper-ESC-key): Make it a constant, don't use kbd.
373 * viper.el (viper--tty-ESC-filter, viper--lookup-key)
374 (viper-catch-tty-ESC, viper-uncatch-tty-ESC)
375 (viper-setup-ESC-to-escape): New functions.
376 (viper-go-away, viper-set-hooks): Call viper-setup-ESC-to-escape.
377 (viper-set-hooks): Do not modify flyspell-mode-hook. (Bug#13793)
ed095bd7 378
9aff9b38
EZ
3792013-07-07 Eli Zaretskii <eliz@gnu.org>
380
5165d44a
JB
381 * simple.el (default-font-height, window-screen-lines):
382 New functions.
9aff9b38
EZ
383 (line-move, line-move-partial): Use them instead of
384 frame-char-height and window-text-height. This makes scrolling
385 text smoother when the buffer's default face uses a font that is
386 different from the frame's default font.
387
1afb1d07
JD
3882013-07-06 Jan Djärv <jan.h.d@swipnet.se>
389
390 * files.el (write-file): Do not display confirm dialog for NS,
391 it does its own dialog, which can't be cancelled (Bug#14578).
392
23de972a
EZ
3932013-07-06 Eli Zaretskii <eliz@gnu.org>
394
395 * simple.el (line-move-partial): Adjust the row returned by
396 posn-at-point for the current window-vscroll. (Bug#14567)
397
54a42486
MA
3982013-07-06 Michael Albinus <michael.albinus@gmx.de>
399
400 * net/tramp-sh.el (tramp-sh-file-gvfs-monitor-dir-process-filter):
401 (tramp-sh-file-inotifywait-process-filter): Handle file names with
402 spaces.
403
34ada5f4
MR
4042013-07-06 Martin Rudalics <rudalics@gmx.at>
405
406 * window.el (window-state-put-stale-windows): New variable.
407 (window--state-put-2): Save list of windows without matching buffer.
408 (window-state-put): Remove "bufferless" windows if possible.
409
11e03d89
JB
4102013-07-06 Juanma Barranquero <lekktu@gmail.com>
411
412 * simple.el (alternatives-define): Remove leftover :group keyword.
413 Tweak docstring.
414
3504a4be
LL
4152013-07-06 Leo Liu <sdl.web@gmail.com>
416
417 * ido.el (ido-use-virtual-buffers): Allow new value 'auto.
418 (ido-enable-virtual-buffers): New variable.
419 (ido-buffer-internal, ido-toggle-virtual-buffers)
420 (ido-make-buffer-list): Use it.
421 (ido-exhibit): Support turning on and off virtual buffers
422 automatically.
423
61e56e2c
JB
4242013-07-06 Juanma Barranquero <lekktu@gmail.com>
425
426 * simple.el (alternatives-define): New macro.
427
321e1a9c
SM
4282013-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
429
430 * subr.el (read-quoted-char): Use read-key.
431 (sit-for): Let read-event decode tty input (bug#14782).
432
d610f6dd
SB
4332013-07-05 Stephen Berman <stephen.berman@gmx.net>
434
435 * calendar/todo-mode.el: Add handling of file deletion, both by
321e1a9c
SM
436 mode command and externally. Fix various related bugs.
437 Clarify Commentary and improve some documentation strings and code.
d610f6dd
SB
438 (todo-delete-file): New command.
439 (todo-check-file): New function.
440 (todo-show): Handle external deletion of the file we're trying to
441 show (bug#14688). Replace called-interactively-p by an optional
442 prefix argument to avoid problematic interaction with catch form
443 when byte compiled (bug#14702).
444 (todo-quit): Handle external deletion of the archive's todo file.
445 Make sure the buffer that was visiting the archive file is still
446 live before trying to bury it.
447 (todo-category-completions): Handle external deletion of any
448 category completion files.
449 (todo-jump-to-category, todo-basic-insert-item): Recalculate list
450 of todo files, in case of external deletion.
451 (todo-add-file): Replace unnecessary setq by let-binding.
452 (todo-find-archive): Check whether there are any archives.
453 Replace unnecessary setq by let-binding.
454 (todo-archive-done-item): Use find-file-noselect to get the
321e1a9c
SM
455 archive buffer whether or not the archive already exists.
456 Remove superfluous code. Use file size instead of buffer-file-name to
d610f6dd
SB
457 check if the archive is new; if it is, update list of archives.
458 (todo-default-todo-file): Allow nil to be a valid value for when
459 there are no todo files.
460 (todo-reevaluate-default-file-defcustom): Use corrected definition
461 of todo-default-todo-file.
462 (todo-key-bindings-t+a+f): Add key binding for todo-delete-file.
463 (todo-delete-category, todo-show-categories-table)
464 (todo-category-number): Clarify comment.
465 (todo-filter-items): Clarify documentation string.
466 (todo-show-current-file, todo-display-as-todo-file)
467 (todo-reset-and-enable-done-separator): Tweak documentation string.
468 (todo-done-separator): Make separator length window-width, since
469 bug#2749 is now fixed.
470
ddbdfd6f
MA
4712013-07-05 Michael Albinus <michael.albinus@gmx.de>
472
321e1a9c
SM
473 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
474 Support both "gvfs-monitor-dir" and "inotifywait".
475 (tramp-sh-file-inotifywait-process-filter): Rename from
ddbdfd6f
MA
476 `tramp-sh-file-notify-process-filter'.
477 (tramp-sh-file-gvfs-monitor-dir-process-filter)
478 (tramp-get-remote-gvfs-monitor-dir): New defuns.
479
96eb829a
LL
4802013-07-05 Leo Liu <sdl.web@gmail.com>
481
482 * autoinsert.el (auto-insert-alist): Default to lexical-binding.
483
cf13177e
YM
4842013-07-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
485
486 * frame.el (display-pixel-height, display-pixel-width)
487 (display-mm-height, display-mm-width): Mention behavior on
488 multi-monitor setups in docstrings.
489 (w32-display-monitor-attributes-list): Declare function.
490 (display-monitor-attributes-list): Use it.
491
864c58ca
MA
4922013-07-04 Michael Albinus <michael.albinus@gmx.de>
493
494 * filenotify.el: New package.
495
496 * autorevert.el (top): Require filenotify.el.
497 (auto-revert-notify-enabled): Remove. Use `file-notify-support'
498 instead.
499 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
500 (auto-revert-notify-handler): Use `file-notify-*' functions.
501
502 * subr.el (file-notify-handle-event): Move function to filenotify.el.
503
321e1a9c
SM
504 * net/tramp.el (tramp-file-name-for-operation):
505 Handle `file-notify-add-watch' and `file-notify-rm-watch'.
864c58ca
MA
506
507 * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
508 for `file-notify-add-watch' and `file-notify-rm-watch'.
509 (tramp-process-sentinel): Improve trace.
510 (tramp-sh-handle-file-notify-add-watch)
511 (tramp-sh-file-notify-process-filter)
512 (tramp-sh-handle-file-notify-rm-watch)
513 (tramp-get-remote-inotifywait): New defuns.
514
96673afe
JL
5152013-07-03 Juri Linkov <juri@jurta.org>
516
517 * buff-menu.el (Buffer-menu-multi-occur): Add args and move the
518 call of `occur-read-primary-args' to interactive spec.
519
520 * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-o" to
521 `ibuffer-do-occur' like in buff-menu.el. (Bug#14673)
522
924494f4
MM
5232013-07-03 Matthias Meulien <orontee@gmail.com>
524
525 * buff-menu.el (Buffer-menu-mode-map): Bind "M-s a C-o" to
526 `Buffer-menu-multi-occur'. Add it to the menu.
527 (Buffer-menu-mode): Document it in docstring.
528 (Buffer-menu-multi-occur): New command. (Bug#14673)
529
56f75efc
DG
5302013-07-03 Dmitry Gutov <dgutov@yandex.ru>
531
532 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
533 keywords and built-ins.
534
9b057d61
GM
5352013-07-03 Glenn Morris <rgm@gnu.org>
536
208dee4d
GM
537 * subr.el (y-or-n-p): Handle empty prompts. (Bug#14770)
538
9b057d61
GM
539 Make info-xref checks case-sensitive by default
540 * info.el (Info-find-node, Info-find-in-tag-table)
541 (Info-find-node-in-buffer, Info-find-node-2, Info-goto-node):
542 Add option for exact case matching of nodes.
543 * info-xref.el (info-xref): New custom group.
544 (info-xref-case-fold): New option.
545 (info-xref-goto-node-p): Pass info-xref-case-fold to Info-goto-node.
546
e01aa29c
LL
5472013-07-03 Leo Liu <sdl.web@gmail.com>
548
549 * ido.el (ido-delete-file-at-head): Respect delete-by-moving-to-trash.
550
3086ca2e
DG
5512013-07-03 Dmitry Gutov <dgutov@yandex.ru>
552
553 * progmodes/ruby-mode.el (ruby-move-to-block): When we're at a
554 middle of block statement initially, lower the depth. Remove
555 FIXME comment, not longer valid. Remove middle of block statement
556 detection, no need to do that anymore since we've been using
557 `ruby-parse-region' here.
558
a3b49114
JD
5592013-07-02 Jan Djärv <jan.h.d@swipnet.se>
560
561 * term/ns-win.el (display-format-alist): Use .* (Bug#14765).
562
08e5c823 5632013-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
c737dcb1
KY
564
565 * wid-edit.el (widget-default-get): Don't modify widget (Bug#14738).
566
2addf922
JB
5672013-07-01 Juanma Barranquero <lekktu@gmail.com>
568
569 * desktop.el (desktop-restore-frames): Rename from desktop-save-windows.
570 (desktop-restore-in-current-display): New customization option.
571 (desktop--excluded-frame-parameters): Add `font'.
572 (desktop--save-frames): Rename from desktop--save-windows.
573 (desktop--restore-in-this-display-p): New function.
574 (desktop--make-full-frame): Remove unwanted width/height from
575 full(width|height) frames.
576 (desktop--restore-frames): Rename from desktop--restore-windows.
577 Obey desktop-restore-current-display. Do not delete old frames or
578 select a new frame unless we were able to restore at least one frame.
579
ef099a94
MN
5802013-06-30 Michal Nazarewicz <mina86@mina86.com>
581
582 * files.el (find-file-noselect): Simplify conditional expression.
583
584 * remember.el (remember-append-to-file):
585 Don't mix `find-buffer-visiting' and `get-file-buffer'.
586
587 Add `remember-notes' function to store random notes across Emacs
588 restarts.
589 * remember.el (remember-data-file): Add :set callback to affect
590 notes buffer (if any).
591 (remember-notes): New command.
592 (remember-notes-buffer-name, bury-remember-notes-on-kill):
593 New defcustoms for the `remember-notes' function.
594 (remember-notes-save-and-bury-buffer): New command.
595 (remember-notes-mode-map): New variable.
596 (remember-mode): New minor mode.
597 (remember-notes--kill-buffer-query): New function.
598 * startup.el (initial-buffer-choice): Add notes to custom type.
599
0865d506
EZ
6002013-06-30 Eli Zaretskii <eliz@gnu.org>
601
0ba54312
EZ
602 * bindings.el (right-char, left-char): Don't call sit-for, this is
603 no longer needed. Use arithmetic comparison only for numerical
604 arguments.
605
ef099a94
MN
606 * international/mule-cmds.el (select-safe-coding-system):
607 Handle the case of FROM being a string correctly. (Bug#14755)
0865d506 608
2fae38e5
LMI
6092013-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
610
611 * net/shr.el (shr-make-table-1): Add a sanity check that allows
612 progression on degenerate tables.
ef099a94 613 (shr-rescale-image): ImageMagick animated images currently don't work.
2fae38e5 614
a47cbd64
JB
6152013-06-30 Juanma Barranquero <lekktu@gmail.com>
616
617 Some fixes and improvements for desktop frame restoration.
618 It is still experimental and disabled by default.
619 * desktop.el (desktop--save-windows): Put the selected frame at
620 the head of the list.
621 (desktop--make-full-frame): New function.
622 (desktop--restore-windows): Try to re-select the frame that was
623 selected upon saving. Do not abort if some frames fail to restore,
7a3518fa
JB
624 just show an error message and continue. Set up maximized frames
625 so they have default non-maximized dimensions.
a47cbd64 626
6dbafa30
DG
6272013-06-30 Dmitry Gutov <dgutov@yandex.ru>
628
ef099a94
MN
629 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
630 Don't start heredoc inside a string or comment.
6dbafa30 631
4c672a0f
EZ
6322013-06-29 Eli Zaretskii <eliz@gnu.org>
633
634 * bindings.el (visual-order-cursor-movement): New defcustom.
635 (right-char, left-char): Provide visual-order cursor motion by
636 calling move-point-visually. Update the doc strings.
637
50960f36
KH
6382013-06-28 Kenichi Handa <handa@gnu.org>
639
640 * international/mule.el (define-coding-system): New coding system
641 properties :inhibit-null-byte-detection,
642 :inhibit-iso-escape-detection, and :prefer-utf-8.
643 (set-buffer-file-coding-system): If :charset-list property of
644 CODING-SYSTEM is `emacs', do not check if CODING-SYSTEM is
645 appropriate for setting.
646
c1ea3abf
JB
647 * international/mule-cmds.el (select-safe-coding-system):
648 If DEFAULT-CODING-SYSTEM is prefer-utf-8 and the buffer contains
649 multibyte characters, return utf-8 (or one of its siblings).
50960f36
KH
650
651 * international/mule-conf.el (prefer-utf-8): New coding system.
652 (file-coding-system-alist): Use prefer-utf-8 as default for Elisp
653 files.
654
75dbaf9d
IK
6552013-06-28 Ivan Kanis <ivan@kanis.fr>
656
eadb6068
IK
657 * net/shr.el (shr-render-region): New function.
658
75dbaf9d
IK
659 * net/eww.el: Autoload `eww-browse-url'.
660
9ea5cf9f
DG
6612013-06-27 Dmitry Gutov <dgutov@yandex.ru>
662
c1ea3abf
JB
663 * emacs-lisp/package-x.el (package-upload-buffer-internal):
664 Adapt to `package-desc-version' being a list.
665 Use `package--ac-desc-version' to retrieve version from a package
9ea5cf9f
DG
666 archive element.
667
39c0e36f
JB
6682013-06-27 Juanma Barranquero <lekktu@gmail.com>
669
670 New experimental feature to save&restore window and frame setup.
671 * desktop.el (desktop-save-windows): New defcustom.
672 (desktop--saved-states): New var.
673 (desktop--excluded-frame-parameters): New defconst.
674 (desktop--filter-frame-parms, desktop--find-frame-in-display)
675 (desktop--restore-windows, desktop--save-windows): New functions.
676 (desktop-save): Call `desktop--save-windows'.
677 (desktop-read): Call `desktop--restore-windows'.
678
7f13406b
LMI
6792013-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
680
ef099a94 681 * net/shr.el (add-face-text-property): Remove compat definition.
7f13406b 682
1e072639
SB
6832013-06-27 Stephen Berman <stephen.berman@gmx.net>
684
685 * info.el (Info-try-follow-nearest-node): Move search for footnote
686 above search for node name to prevent missing a footnote (bug#14717).
687
f3e2cbde
SB
6882013-06-27 Stephen Berman <stephen.berman@gmx.net>
689
690 * obsolete/otodo-mode.el: Add obsolescence info to file header.
691
99906aa0
LL
6922013-06-27 Leo Liu <sdl.web@gmail.com>
693
694 * net/eww.el (eww-read-bookmarks): Check file size.
695
539f75f4
SM
6962013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
697
698 * emacs-lisp/nadvice.el (advice--defalias-fset): Move advice back to
699 advice--pending if newdef is nil or an autoload (bug#13820).
700 (advice-mapc): New function.
701
843571cb
LMI
7022013-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
703
704 * net/eww.el (eww-mode): Undo isn't necessary in eww buffers,
705 probably.
23a75d7f 706 (eww-mode-map): Add a menu bar.
2b4f0506
LMI
707 (eww-add-bookmark): New command.
708 (eww-bookmark-mode): New mode and commands.
a285ce99 709 (eww-add-bookmark): Remove newlines from the title.
47fd571b 710 (eww-bookmark-browse): Don't bug out if it's the only window.
843571cb 711
f2136e1e
GM
7122013-06-26 Glenn Morris <rgm@gnu.org>
713
eab35f39
GM
714 * htmlfontify.el (hfy-triplet): Handle unspecified-fg, bg.
715 (hfy-size): Handle ttys. (Bug#14668)
716
f2136e1e
GM
717 * info-xref.el: Update for Texinfo 5 change in *note format.
718 (info-xref-node-re, info-xref-note-re): New constants.
719 (info-xref-check-buffer): Use info-xref-note-re.
720
a49ff80c
SM
7212013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
722
a343d218
SM
723 * simple.el (set-variable): Use read-from-minibuffer (bug#14710).
724
a49ff80c
SM
725 * emacs-lisp/package.el (package--add-to-archive-contents): Add missing
726 nil terminate the loop (bug#14718).
727
8308f184
LMI
7282013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
729
730 * net/eww.el: Rework history traversal. When going forward/back,
731 put these actions into the history, too, so that they can be
732 replayed.
26bf2b82 733 (eww-render): Move the history reset to the correct buffer.
8308f184 734
ec64c273
JL
7352013-06-25 Juri Linkov <juri@jurta.org>
736
737 * files-x.el (modify-dir-local-variable): Change the header comment
738 in the file with directory local variables. (Bug#14692)
739
e080a9d7
JL
740 * files-x.el (read-file-local-variable-value): Add `default'.
741 (Bug#14710)
742
bfbc93a1
IK
7432013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
744
745 * net/eww.el (eww-make-unique-file-name): Create a unique file
746 name before saving to entering `y' accidentally asynchronously.
747
7482013-06-25 Ivan Kanis <ivan@kanis.fr>
749
750 * net/eww.el (eww-download): New command and keystroke.
751
16f74f10
LMI
7522013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
753
a49ff80c 754 * net/eww.el (eww-copy-page-url): Change name of command.
16f74f10
LMI
755
756 * net/shr.el (shr-map): Change `shr-copy-url' from `u' to `w' to
757 be more consistent with Info and dired.
758
759 * net/eww.el (eww-mode-map): Ditto.
760
12059709
SM
7612013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
762
763 * emacs-lisp/package.el: Use lexical-binding. Include obsolete
764 packages from archives.
765 (package-archive-contents): Change format; include obsolete packages.
766 (package-desc): Use `dir' to mark builtin packages.
767 (package--from-builtin): Set the `dir' field to `builtin'.
768 (generated-autoload-file, version-control): Declare.
769 (package-compute-transaction): Change first arg and return value to be
770 lists of package-descs. Adjust to new package-archive-contents format.
771 (package--add-to-archive-contents): Adjust to new
772 package-archive-contents format.
773 (package-download-transaction): Arg is now a list of package-descs.
774 (package-install): If `pkg' is a package name, pass it as
775 a requirement, so it is subject to the usual (e.g. disabled) checks.
776 (describe-package): Accept package-desc as well.
777 (describe-package-1): Describe a specific package-desc. Add links to
778 other package-descs for the same package name.
779 (package-menu-describe-package): Pass the actual package-desc.
780 (package-menu-mode): Add to tabulated-list-revert-hook so revert-buffer
781 works correctly.
782 (package-desc-status): New function.
783 (package-menu--refresh): New function, extracted
784 from package-menu--generate.
785 (package-menu--generate): Use it.
786 (package-delete): Update package-alist.
787 (package-menu-execute): Don't call package-initialize.
788
789 * progmodes/idlw-toolbar.el, progmodes/idlw-shell.el,
790 progmodes/idlw-help.el, progmodes/idlw-complete-structtag.el,
791 progmodes/ebnf-yac.el, progmodes/ebnf-otz.el, progmodes/ebnf-iso.el,
792 progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-bnf.el,
793 progmodes/ebnf-abn.el, emacs-lisp/package-x.el, emacs-lisp/cl-seq.el,
794 emacs-lisp/cl-macs.el: Neuter the "Version:" header.
795
8bbdea0f
MR
7962013-06-25 Martin Rudalics <rudalics@gmx.at>
797
798 * window.el (window--state-get-1): Workaround for bug#14527.
799 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00941.html
800
e82b0991
LMI
8012013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
802
803 * net/eww.el (eww-back-url): Implement the history by stashing all
804 the data into a list.
d3f0f918 805 (eww-forward-url): Allow going forward in the history, too.
e82b0991 806
c763842b
SM
8072013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
808
809 * files-x.el (read-file-local-variable-value): Use read-from-minibuffer
810 for values and use read--expression for expressions (bug#14710).
811 (read-file-local-variable): Avoid setq.
812 (read-file-local-variable-mode): Use minor-mode-list.
813
bceff189
RW
8142013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
815
864c58ca 816 * textmodes/bibtex.el (bibtex-generate-url-list): Add support
bceff189
RW
817 for DOI URLs.
818
45f431c6
RW
8192013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
820
864c58ca 821 * textmodes/bibtex.el (bibtex-mode, bibtex-set-dialect):
45f431c6
RW
822 Update imenu-support when dialect changes.
823
f42d8237
LL
8242013-06-25 Leo Liu <sdl.web@gmail.com>
825
826 * ido.el (ido-read-internal): Allow forward slash on windows.
827
be549ce6
LMI
8282013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
829
830 * net/eww.el (eww): Start of strings is \\`, not ^.
831
71d4c19d
IK
8322013-06-24 Ivan Kanis <ivan@kanis.fr>
833
5196f88a
IK
834 * net/shr.el (shr-browse-url): Fix interactive spec.
835
71d4c19d
IK
836 * net/eww.el (eww): Add a trailing slash to domain names.
837
ae36ca55
JB
8382013-06-24 Juanma Barranquero <lekktu@gmail.com>
839
840 * faces.el (face-spec-recalc): Revert part of 2013-06-23T20:29:18Z!lekktu@gmail.com (bug#14705).
841
0ebd92a3
LMI
8422013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
843
bdaa086b
LMI
844 * net/shr.el (shr-browse-url): Use an external browser if given a
845 prefix.
846
c763842b 847 * net/eww.el (eww-external-browser): Move to shr.
0ebd92a3 848
b89fc156
IK
8492013-06-24 Ivan Kanis <ivan@kanis.fr>
850
851 * net/eww.el (eww): Work more correctly for file: URLs.
852 (eww-detect-charset): Allow quoted charsets.
853 (eww-yank-page-url): New command and keystroke.
854
18eb4bca
DU
8552013-06-24 Daiki Ueno <ueno@gnu.org>
856
857 * epg.el (epg-make-context): Check if PROTOCOL is valid; embed the
858 file name of gpg executable.
859 (epg-context-program): New function.
860 (epg-context-home-directory): New function.
861 (epg-context-set-program): New function.
862 (epg-context-set-home-directory): New function.
863 (epg--start): Use `epg-context-program' instead of
864 'epg-gpg-program'.
865 (epg--list-keys-1): Likewise.
866
6c6268c8
LL
8672013-06-24 Leo Liu <sdl.web@gmail.com>
868
869 * ido.el (ido-read-internal): Fix bug#14620.
870
5e400cb3
JB
8712013-06-23 Juanma Barranquero <lekktu@gmail.com>
872
873 * faces.el (face-documentation): Simplify.
874 (read-face-attribute, tty-find-type, x-resolve-font-name):
875 Use `string-match-p'.
876 (list-faces-display): Use `string-match-p'. Simplify.
877 (face-spec-recalc): Check face to avoid face alias loops.
878 (read-color): Use `string-match-p' and non-capturing parenthesis.
879
f3f9606c
LMI
8802013-06-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
881
882 * net/shr.el (shr-rescale-image): Use the new
883 :max-width/:max-height functionality.
884
a3ca09b9
IK
8852013-06-23 Ivan Kanis <ivan@kanis.fr>
886
887 * net/eww.el (eww-search-prefix): New variable.
888 (eww): Use it.
f865b474
IK
889 (eww-external-browser): New variable.
890 (eww-mode-map): New keystroke.
891 (eww-browse-with-external-browser): New command.
a3ca09b9 892
e854cfc7
IK
893 * net/eww.el: Bind `C-c C-c' to "submit" in all form keymaps.
894
18bb9e21
JB
8952013-06-23 Juanma Barranquero <lekktu@gmail.com>
896
897 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
898 Don't skip aligning the next header field when padding is 0;
899 otherwise, field width is not respected unless the title is as
900 wide as the field.
901
5b165ade
SM
9022013-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
903
904 * emacs-lisp/package.el (package-el-version): Remove.
905 (package-process-define-package): Fix inf-loop.
906 (package-install): Allow symbols as arguments again.
907
12adebe9
DG
9082013-06-22 Dmitry Gutov <dgutov@yandex.ru>
909
910 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move `catch',
911 add some more keyword-like methods.
912 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00911.html
913
388573ee
JB
9142013-06-22 Juanma Barranquero <lekktu@gmail.com>
915
916 * bs.el (bs-buffer-show-mark): Make defvar-local.
917 (bs-mode): Use setq-local.
918
919 * emacs-lock.el (emacs-lock-mode, emacs-lock--old-mode)
920 (emacs-lock--try-unlocking): Make defvar-local.
921
4582a01c 9222013-06-22 Glenn Morris <rgm@gnu.org>
3d94f3ad 923
2663dd23
GM
924 * play/cookie1.el (cookie-apropos): Minor simplification.
925
3d94f3ad
GM
926 * progmodes/gdb-mi.el (gdb-mapcar*): Remove, replace with cl-mapcar.
927
f72e2fdb
DG
9282013-06-22 Dmitry Gutov <dgutov@yandex.ru>
929
930 * progmodes/ruby-mode.el (auto-mode-alist): Do not use
931 `regexp-opt', it breaks the build during dumping.
932
73eab938
DG
9332013-06-21 Dmitry Gutov <dgutov@yandex.ru>
934
c763842b
SM
935 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
936 Highlight keyword-like methods on Kernel and Module with
73eab938 937 font-lock-builtin-face.
5cf8176d
DG
938 (auto-mode-alist): Consolidate different entries into one regexp
939 and add more *file-s.
73eab938 940
d26255f6
SB
9412013-06-21 Stephen Berman <stephen.berman@gmx.net>
942
943 * obsolete/otodo-mode.el: Move and rename from calendar/todo-mode.el.
944
945 * calendar/diary-lib.el (diary-goto-entry-function): New variable.
946 (diary-entry): Use it in the action of this button type instead of
947 diary-goto-entry.
948
949 * calendar/todo-mode.el: New version.
950 (todo-add-category): Append new category to end of file and give
951 it the highest number, instead of putting it at the beginning and
952 giving it 0. Incorporate noninteractive functionality.
953 (todo-forward-category): Adapt to 1-based category numbering.
954 Allow skipping over archived categories.
955 (todo-backward-category): Derive from todo-forward-category.
956 (todo-backward-item, todo-forward-item): Make noninteractive and
957 delegate interactive part to new commands. Make sensitive to done items.
958 (todo-categories): Make value an alist of category names and
959 vectors of item counts.
960 (todo-category-beg): Make a defconst.
961 (todo-category-number): Use 1 instead of 0 as initial value.
962 (todo-category-select): Make sensitive to overlays, optional item
963 highlighting and done items.
964 (todo-delete-item): Make sensitive to overlays and marked and done items.
965 (todo-edit-item): Make sensitive to overlays and editing of
966 date/time header optional. Add format checks.
967 (todo-edit-multiline): Rename to todo-edit-multiline-item. Make a
968 no-op if point is not on an item. Advertise using todo-edit-quit.
969 (todo-edit-mode): Make sensitive to new format, font-locking, and
970 multiple todo files.
971 (todo-insert-item, todo-insert-item-here): Derive from
972 todo-basic-insert-item and extend functionality.
973 (todo-item-end, todo-item-start): Make sensitive to done items.
974 (todo-item-string): Don't return text properties. Restore point.
975 (todo-jump-to-category): Make sensitive to multiple todo files and
976 todo archives. Use extended category completion.
977 (todo-lower-item, todo-raise-item): Rename to *-priority and
978 derive from todo-set-item-priority.
979 (todo-mode): Derive from special-mode. Make sensitive to new
980 format, font-locking and multiple todo files. Make read-only.
981 (todo-mode-map): Don't suppress digit keys, so they can supply
982 prefix arguments. Add many new key bindings.
983 (todo-prefix): Insert as an overlay instead of file text.
984 Change semantics from diary date expression to purely visual mark.
985 (todo-print): Rename to todo-print-buffer. Make buffer display
986 features printable. Remove option to restrict number of items
987 printed. Add option to print to file.
988 (todo-print-function): Rename to todo-print-buffer-function.
989 (todo-quit): Extend to handle exiting new todo modes.
990 (todo-remove-item): Make sensitive to overlays.
991 (todo-save): Extend to buffers of filtered items.
992 (todo-show): Make sensitive to done items, multiple todo files and
993 new todo modes. Offer to convert legacy todo file before creating
994 first new todo file.
995 (todo-show-priorities): Rename to todo-top-priorities.
996 Change semantics of value 0.
997 (todo-top-priorities): Rename to todo-filter-top-priorities,
998 derive from todo-filter-items and extend functionality.
999 (todo-save-top-priorities): Rename to todo-save-filtered-items-buffer
1000 and extend functionality to other types of filtered items.
1001 (todo-add-item-non-interactively, todo-ask-p, todo-cat-slct)
1002 (todo-category-end, todo-category-sep, todo-cats, todo-cmd-back)
1003 (todo-cmd-done, todo-cmd-edit, todo-cmd-forw, todo-cmd-inst)
1004 (todo-cmd-kill, todo-cmd-lowr, todo-cmd-next, todo-cmd-prev)
1005 (todo-cmd-rais, todo-cmd-save, todo-completing-read, todo-cp)
1006 (todo-edit-mode-hook, todo-entry-prefix-function)
1007 (todo-entry-timestamp-initials, todo-file-do, todo-file-done)
1008 (todo-file-item, todo-file-top, todo-header, todo-initial-setup)
1009 (todo-initials, todo-insert-threshold, todo-item-string-start)
1010 (todo-line-string, todo-menu, todo-mode-hook)
1011 (todo-more-important-p, todo-previous-answer, todo-previous-line)
1012 (todo-print-priorities, todo-remove-separator)
1013 (todo-save-top-priorities-too, todo-string-count-lines)
1014 (todo-string-multiline-p, todo-time-string-format)
1015 (todo-tmp-buffer-name): Remove.
1016 (todo-add-file, todo-archive-done-item, todo-choose-archive)
1017 (todo-convert-legacy-files, todo-copy-item, todo-delete-category)
1018 (todo-edit-category-diary-inclusion)
1019 (todo-edit-category-diary-nonmarking, todo-edit-done-item-comment)
1020 (todo-edit-file, todo-edit-item-date-day)
1021 (todo-edit-item-date-day-name, todo-edit-item-date-from-calendar)
1022 (todo-edit-item-date-month, todo-edit-item-date-to-today)
1023 (todo-edit-item-date-year, todo-edit-item-diary-inclusion)
1024 (todo-edit-item-diary-nonmarking, todo-edit-item-header)
1025 (todo-edit-item-time, todo-edit-quit, todo-filter-diary-items)
1026 (todo-filter-diary-items-multifile, todo-filter-regexp-items)
1027 (todo-filter-regexp-items-multifile, todo-filter-top-priorities)
1028 (todo-filter-top-priorities-multifile, todo-find-archive)
1029 (todo-find-filtered-items-file, todo-go-to-source-item)
1030 (todo-insert-item-from-calendar, todo-item-done, todo-item-undone)
1031 (todo-jump-to-archive-category, todo-lower-category)
1032 (todo-mark-category, todo-marked-item-p, todo-merge-category)
1033 (todo-move-category, todo-move-item, todo-next-button)
1034 (todo-next-item, todo-padded-string, todo-powerset)
1035 (todo-previous-button, todo-previous-item)
1036 (todo-print-buffer-to-file, todo-raise-category)
1037 (todo-rename-category, todo-repair-categories-sexp, todo-search)
1038 (todo-set-category-number, todo-set-item-priority)
1039 (todo-set-top-priorities-in-category)
1040 (todo-set-top-priorities-in-file, todo-show-categories-table)
1041 (todo-sort-categories-alphabetically-or-numerically)
1042 (todo-sort-categories-by-archived, todo-sort-categories-by-diary)
1043 (todo-sort-categories-by-done, todo-sort-categories-by-todo)
1044 (todo-toggle-item-header, todo-toggle-item-highlighting)
1045 (todo-toggle-mark-item, todo-toggle-prefix-numbers)
1046 (todo-toggle-view-done-items, todo-toggle-view-done-only)
1047 (todo-unarchive-items, todo-unmark-category): New commands.
1048 (todo-absolute-file-name, todo-add-to-buffer-list)
1049 (todo-adjusted-category-label-length, todo-basic-edit-item-header)
1050 (todo-basic-insert-item, todo-category-completions)
1051 (todo-category-number, todo-category-string-matcher-1)
1052 (todo-category-string-matcher-2, todo-check-filtered-items-file)
1053 (todo-check-format, todo-clear-matches)
1054 (todo-comment-string-matcher, todo-convert-legacy-date-time)
1055 (todo-current-category, todo-date-string-matcher)
1056 (todo-define-insertion-command, todo-diary-expired-matcher)
1057 (todo-diary-goto-entry, todo-diary-item-p)
1058 (todo-diary-nonmarking-matcher, todo-display-as-todo-file)
1059 (todo-display-categories, todo-display-sorted, todo-done-item-p)
1060 (todo-done-item-section-p, todo-done-separator)
1061 (todo-done-string-matcher, todo-files, todo-filter-items)
1062 (todo-filter-items-1, todo-filter-items-filename, todo-find-item)
1063 (todo-gen-arglists, todo-get-count, todo-get-overlay, todo-indent)
1064 (todo-insert-category-line, todo-insert-item-from-calendar)
1065 (todo-insert-sort-button, todo-insert-with-overlays)
1066 (todo-insertion-command-name, todo-insertion-key-bindings)
1067 (todo-label-to-key, todo-longest-category-name-length)
1068 (todo-make-categories-list, todo-mode-external-set)
1069 (todo-mode-line-control, todo-modes-set-1, todo-modes-set-2)
1070 (todo-modes-set-3, todo-multiple-filter-files)
1071 (todo-nondiary-marker-matcher, todo-prefix-overlays)
1072 (todo-read-category, todo-read-date, todo-read-dayname)
1073 (todo-read-file-name, todo-read-time)
1074 (todo-reevaluate-category-completions-files-defcustom)
1075 (todo-reevaluate-default-file-defcustom)
1076 (todo-reevaluate-filelist-defcustoms)
1077 (todo-reevaluate-filter-files-defcustom)
1078 (todo-reset-and-enable-done-separator, todo-reset-comment-string)
1079 (todo-reset-done-separator, todo-reset-done-separator-string)
1080 (todo-reset-done-string, todo-reset-global-current-todo-file)
1081 (todo-reset-highlight-item, todo-reset-nondiary-marker)
1082 (todo-reset-prefix, todo-set-categories)
1083 (todo-set-date-from-calendar, todo-set-show-current-file)
1084 (todo-set-top-priorities, todo-short-file-name)
1085 (todo-show-current-file, todo-sort, todo-time-string-matcher)
1086 (todo-total-item-counts, todo-update-buffer-list)
1087 (todo-update-categories-display, todo-update-categories-sexp)
1088 (todo-update-count, todo-validate-name, todo-y-or-n-p):
1089 New functions.
1090 (todo-archive-mode, todo-categories-mode, todo-filtered-items-mode):
1091 New major modes.
1092 (todo-categories, todo-display, todo-edit, todo-faces)
1093 (todo-filtered): New defgroups.
1094 (todo-archived-only, todo-button, todo-category-string, todo-date)
1095 (todo-diary-expired, todo-done, todo-done-sep, todo-comment)
1096 (todo-mark, todo-nondiary, todo-prefix-string, todo-search)
1097 (todo-sorted-column, todo-time, todo-top-priority): New deffaces.
1098 (todo-add-item-if-new-category, todo-always-add-time-string)
1099 (todo-categories-align, todo-categories-archived-label)
1100 (todo-categories-category-label, todo-categories-diary-label)
1101 (todo-categories-done-label, todo-categories-number-separator)
1102 (todo-categories-todo-label, todo-categories-totals-label)
1103 (todo-category-completions-files, todo-completion-ignore-case)
1104 (todo-default-todo-file, todo-diary-nonmarking, todo-directory)
1105 (todo-done-separator-string, todo-done-string)
1106 (todo-files-function, todo-filter-done-items, todo-filter-files)
1107 (todo-highlight-item, todo-include-in-diary, todo-indent-to-here)
1108 (todo-initial-category, todo-initial-file, todo-item-mark)
1109 (todo-legacy-date-time-regexp, todo-mode-line-function)
1110 (todo-nondiary-marker, todo-number-prefix)
1111 (todo-print-buffer-function, todo-show-current-file)
1112 (todo-show-done-only, todo-show-first, todo-show-with-done)
1113 (todo-skip-archived-categories, todo-top-priorities-overrides)
1114 (todo-undo-item-omit-comment, todo-use-only-highlighted-region)
1115 (todo-visit-files-commands, todo-wrap-lines, todo-y-with-space):
1116 New defcustoms.
1117 (todo-category-done, todo-date-pattern, todo-date-string-start)
1118 (todo-diary-items-buffer, todo-done-string-start)
1119 (todo-filtered-items-buffer, todo-item-start)
1120 (todo-month-abbrev-array, todo-month-name-array)
1121 (todo-nondiary-end, todo-nondiary-start, todo-regexp-items-buffer)
1122 (todo-top-priorities-buffer): New defconsts.
1123 (todo-archive-mode-map, todo-archives, todo-categories-mode-map)
1124 (todo-categories-with-marks, todo-category-string-face)
1125 (todo-comment-face, todo-comment-string, todo-current-todo-file)
1126 (todo-date-face, todo-date-from-calendar, todo-descending-counts)
1127 (todo-diary-expired-face, todo-done-face, todo-done-sep-face)
1128 (todo-done-separator, todo-edit-buffer, todo-edit-mode-map)
1129 (todo-file-buffers, todo-files, todo-filtered-items-mode-map)
1130 (todo-font-lock-keywords, todo-global-current-todo-file)
1131 (todo-insertion-commands, todo-insertion-commands-arg-key-list)
1132 (todo-insertion-commands-args)
1133 (todo-insertion-commands-args-genlist)
1134 (todo-insertion-commands-names, todo-insertion-map)
1135 (todo-key-bindings-t, todo-key-bindings-t+a)
1136 (todo-key-bindings-t+a+f, todo-key-bindings-t+f, todo-mode-map)
1137 (todo-multiple-filter-files, todo-multiple-filter-files-widget)
1138 (todo-nondiary-face, todo-print-buffer, todo-time-face)
1139 (todo-visited): New variables.
1140
cad5d1cb
GM
11412013-06-21 Glenn Morris <rgm@gnu.org>
1142
1143 * play/cookie1.el (cookie-apropos): Add optional display argument.
1144 * obsolete/yow.el (apropos-zippy): Use cookie-apropos.
1145 (psychoanalyze-pinhead): Use cookie-doctor.
1146
9e277302
JB
11472013-06-21 Juanma Barranquero <lekktu@gmail.com>
1148
1149 * emacs-lisp/package.el (tar-get-file-descriptor)
1150 (tar--extract): Declare.
1151
c5b0993e
EW
11522013-06-21 Eduard Wiebe <usenet@pusto.de>
1153
1154 Extend flymake's warning predicate to be a function (bug#14217).
1155 * progmodes/flymake.el (flymake-warning-predicate): New.
1156 (flymake-parse-line): Use it.
1157 (flymake-warning-re): Make obsolete alias to
1158 `flymake-warning-predicate'.
1159
a7d2d465
SM
11602013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
1161
1162 * emacs-lisp/package.el (package-alist): Include obsolete packages.
1163 (package-obsolete-list): Remove.
1164 (package-activate): Remove min-version argument. Add `force' argument.
1165 Adjust to new package-alist format.
1166 (package-mark-obsolete): Remove.
1167 (package-unpack): Force reload of the package's autoloads.
1168 (package-installed-p): Check builtins if the installed package is not
1169 recent enough.
1170 (package-initialize): Don't reset package-obsolete-list.
1171 Don't specify which package version to activate.
1172 (package-process-define-package, describe-package-1)
1173 (package-menu--generate): Adjust to new package-alist format.
1174
cedf5c9d
JB
11752013-06-21 Juanma Barranquero <lekktu@gmail.com>
1176
1177 * allout-widgets.el (allout-widgets-mode-off)
1178 (allout-widgets-mode-on, allout-widgets-pre-command-business)
1179 (allout-widgets-post-command-business)
1180 (allout-widgets-after-copy-or-kill-function)
1181 (allout-widgets-after-undo-function, allout-test-range-overlaps)
1182 (allout-decorate-item-and-context)
1183 (allout-graphics-modification-handler): Fix typos in docstrings.
1184 (allout-get-or-create-parent-widget): Use `looking-at-p'.
1185
1186 * cmuscheme.el (scheme-start-file): Doc fix.
1187 (inferior-scheme-mode, switch-to-scheme): Fix typos in docstrings.
1188 (scheme-input-filter): Use `string-match-p'.
1189
1190 * composite.el (compose-gstring-for-terminal): Fix typo in docstring.
1191
1192 * dired-x.el: Use Dired consistently in docstrings.
1193
1194 * dired.el: Use Dired consistently in docstrings.
1195 (dired-readin, dired-mode): Use `setq-local'.
1196 (dired-switches-alist): Make defvar-local.
1197 (dired-buffers-for-dir): Use `zerop'.
1198 (dired-safe-switches-p, dired-switches-escape-p)
1199 (dired-insert-old-subdirs, dired-move-to-end-of-filename)
1200 (dired-glob-regexp, dired-in-this-tree, dired-goto-file-1)
1201 (dired-sort-set-mode-line, dired-sort-toggle, dired-sort-R-check):
1202 (dired-goto-next-nontrivial-file): Use `string-match-p'.
1203 (dired-align-file, dired-insert-directory, dired-mark-files-in-region)
1204 (dired-toggle-marks, dired-mark-files-containing-regexp)
1205 (dired-mark-symlinks, dired-mark-directories, dired-mark-executables)
1206 (dired-flag-auto-save-files, dired-flag-backup-files):
1207 Use `looking-at-p'.
1208 (dired-mark-files-regexp, dired-build-subdir-alist):
1209 Use `string-match-p', `looking-at-p'.
1210
1211 * dos-w32.el (untranslated-canonical-name, untranslated-file-p)
1212 (direct-print-region-helper): Use `string-match-p'.
1213
aed838b5
LL
12142013-06-21 Leo Liu <sdl.web@gmail.com>
1215
cedf5c9d
JB
1216 * comint.el (comint-redirect-results-list-from-process):
1217 Fix infinite loop.
aed838b5 1218
d80a808f
LMI
12192013-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
1220
1221 * net/eww.el (eww-update-header-line-format): Quote % characters.
1222
e7a526e3
GM
12232013-06-21 Glenn Morris <rgm@gnu.org>
1224
1225 * play/cookie1.el (cookie): New custom group.
1226 (cookie-file): New option.
1227 (cookie-check-file): New function.
1228 (cookie): Make it interactive. Make start and end messages optional.
1229 Interactively, display the result. Default to cookie-file.
1230 (cookie-insert): Default to cookie-file.
1231 (cookie-snarf): Make start and end messages optional.
1232 Default to cookie-file. Use with-temp-buffer.
1233 (cookie-read): Rename from read-cookie.
1234 Make start and end messages optional. Default to cookie-file.
1235 (cookie-shuffle-vector): Rename from shuffle-vector. Use dotimes.
7f8e3b22 1236 Do not autoload it.
e7a526e3
GM
1237 (cookie-apropos, cookie-doctor): New functions, copied from yow.el
1238 * obsolete/yow.el (read-zippyism): Use new name for read-cookie.
1239
62efb35e
LL
12402013-06-21 Leo Liu <sdl.web@gmail.com>
1241
1242 * progmodes/octave.el (octave-mode): Backward compatibility fix.
1243
21e3f963
GM
12442013-06-21 Glenn Morris <rgm@gnu.org>
1245
1246 * font-lock.el (lisp-font-lock-keywords-2): Add with-eval-after-load.
1247
fd846ab4
SM
12482013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
1249 Daniel Hackney <dan@haxney.org>
1250
1251 * emacs-lisp/package.el: Use tar-mode rather than tar executable.
1252 Consolidate the single-file vs tarball code.
1253 (package-desc-suffix): New function.
1254 (package-desc-full-name): Don't bother inlining it.
1255 (package-load-descriptor): Return the new package-desc.
1256 (package-mark-obsolete): Remove unused arg `package'.
1257 (package-unpack): Make it work for single files as well.
1258 Make it update package-alist.
1259 (package--make-autoloads-and-stuff): Rename from
1260 package--make-autoloads-and-compile. Don't compile any more.
1261 (package--compile): New function.
1262 (package-generate-description-file): New function, extracted from
1263 package-unpack-single.
1264 (package-unpack-single): Remove.
1265 (package--with-work-buffer): Add indentation and debugging info.
1266 (package-download-single): Remove.
1267 (package-install-from-archive): Rename from package-download-tar, make
1268 it take a pkg-desc, and make it work for single files as well.
1269 (package-download-transaction): Simplify.
1270 (package-tar-file-info): Remove `file' arg. Rewrite not to use an
1271 external tar program.
1272 (package-install-from-buffer): Remove `pkg-desc' argument.
1273 Use package-tar-file-info for tar-mode buffers.
1274 (package-install-file): Simplify accordingly.
1275 (package-archive-base): Change to take a pkg-desc.
1276 * tar-mode.el (tar--check-descriptor): New function, extracted from
1277 tar-get-descriptor.
1278 (tar-get-descriptor): Use it.
1279 (tar-get-file-descriptor): New function.
1280 (tar--extract): New function, extracted from tar-extract.
1281 (tar--extract): Use it.
1282 * emacs-lisp/package-x.el (package-upload-file): Decode the file, in
1283 case the summary uses non-ascii. Adjust to new calling convention of
1284 package-tar-file-info.
1285
b7deae5e
LL
12862013-06-21 Leo Liu <sdl.web@gmail.com>
1287
fd846ab4
SM
1288 * comint.el (comint-redirect-results-list-from-process):
1289 Fix random delay. (Bug#14681)
b7deae5e 1290
7a65a0b2
JB
12912013-06-21 Juanma Barranquero <lekktu@gmail.com>
1292
1293 * profiler.el (profiler-format-number): Use log, not log10.
1294
1493c2af
JB
12952013-06-20 Juanma Barranquero <lekktu@gmail.com>
1296
1297 * term/x-win.el (emacs-session-filename): Use `locate-user-emacs-file'.
1298
aff6371e
SM
12992013-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
1300
1301 * emacs-lisp/cl-loaddefs.el: Don't version-control any more.
1302 * emacs-lisp/cl-lib.el: Load cl-macs when cl-loaddefs is not
1303 yet available.
1304 * Makefile.in (AUTOGEN_VCS): Move cl-loaddefs.el...
1305 (AUTOGENEL): ... here.
1306 * emacs-lisp/cl-macs.el (cl--sublis): New function.
1307 (cl--defsubst-expand): Use it.
1308
89561f72
PE
13092013-06-20 Paul Eggert <eggert@cs.ucla.edu>
1310
1311 * subr.el (log10): Move here from C code, and declare as obsolete.
1312 All uses of (log10 X) replaced with (log X 10).
1313
47199123
JB
13142013-06-20 Juanma Barranquero <lekktu@gmail.com>
1315
1316 * emacs-lisp/tabulated-list.el (tabulated-list-format): Fix typo.
1317 Declare with `defvar-local'.
1318 (tabulated-list-use-header-line, tabulated-list-entries)
1319 (tabulated-list-padding, tabulated-list-printer)
1320 (tabulated-list-sort-key): Declare with `defvar-local'.
1321 (tabulated-list-init-header, tabulated-list-print-fake-header):
1322 Use `setq-local'.
1323
4a172eab
MA
13242013-06-20 Michael Albinus <michael.albinus@gmx.de>
1325
47199123
JB
1326 * arc-mode.el (archive-mode): Add `archive-write-file' to
1327 `write-contents-functions' also for remote files. (Bug#14652)
4a172eab 1328
5fc0acc0
JB
13292013-06-20 Juanma Barranquero <lekktu@gmail.com>
1330
d5b27848
JB
1331 * cus-edit.el (custom-commands): Fix typos.
1332 (custom-display): Fix tooltip text.
1333 (custom-magic-alist, custom-filter-face-spec, custom-group-members):
1334 Fix typos in docstrings.
1335 (custom--initialize-widget-variables, Custom-mode): Use `setq-local'.
1336 (custom-unlispify-menu-entry, custom-magic-value-create)
1337 (custom-add-see-also, custom-group-value-create): Use ?\s.
1338 (custom-guess-type, customize-apropos, editable-field)
1339 (custom-face-value-create): Use `string-match-p'.
1340 (custom-save-variables, custom-save-faces): Use `looking-at-p'.
1341
1342 * custom.el (custom-load-symbol): Use `string-match-p'.
1343
a5c581d8
JB
1344 * ansi-color.el: Convert to lexical binding.
1345 (ansi-colors): Fix URL.
1346 (ansi-color-context, ansi-color-context-region): Use defvar-local.
1347 (ansi-color-apply-sequence, ansi-color-map): Fix typos in docstrings.
1348 (ansi-color-make-color-map): Rename local var ansi-color-map to map.
1349
970ad972
G
13502013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
1351
1352 * net/eww.el (eww-process-text-input): Display passwords as asterisks.
1353
1354 * net/shr.el (shr-make-table-1): Protect against invalid column-spans.
1355
13562013-06-19 Tom Tromey <tromey@redhat.com>
1357
1358 * net/eww.el (eww-top-url): Remove.
1359 (eww-home-url, eww-start-url, eww-contents-url): New defvars.
1360 (eww-render): Set new variables. Don't set eww-top-url.
1361 (eww-handle-link): Handle "prev", "home", and "contents".
1362 Downcase the rel text.
1363 (eww-top-url): Choose best top URL.
1364
13652013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
1366
1367 * net/eww.el: Rewrite to implement form elements "by hand" instead of
1368 relying in widget.el. Using widget.el leads to too many
1369 user interface inconsistencies.
1370 (eww-self-insert): Implement entering commands in text fields.
1371 (eww-process-text-input): New function to make text input field editing
1372 work.
1373 (eww-submit): Rewrite to use the new-style form methods.
1374 (eww-select-display): Display the correct selected item.
1375 (eww-change-select): Implement changing the select value.
1376 (eww-toggle-checkbox): Implement radio/checkboxes.
1377 (eww-update-field): Fix compilation error.
1378 (eww-tag-textarea): Implement <textarea>.
1379
1380 * net/shr.el (shr-urlify): Use `keymap' instead of `local-map' so that
1381 we don't shadow mode-specific bindings.
1382
1383 * net/eww.el (eww-browse-url): Don't push stuff onto history if there's
1384 nothing to push.
1385
1386 * net/shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
1387
4582a01c 13882013-06-19 Glenn Morris <rgm@gnu.org>
3db52056
GM
1389
1390 * emacs-lisp/eieio.el (defclass): Make it eval-and-compile once more.
1391
15b263dc
MA
13922013-06-19 Michael Albinus <michael.albinus@gmx.de>
1393
1394 * net/tramp-adb.el (tramp-adb-get-toolbox): Remove function, it is
1395 not needed.
1396
1397 * net/tramp-sh.el (tramp-find-shell): Don't set "busybox" property.
1398
8f5297f7
LMI
13992013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
1400
1401 * net/browse-url.el (browse-url-browser-function):
1402 `eww-browse-url' has the right calling signature, `eww' does not.
1403
011c4552
GM
14042013-06-19 Glenn Morris <rgm@gnu.org>
1405
2285bd27
GM
1406 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
1407 Only eval autoloaded macros.
1408 (byte-compile-autoload): Only give the macro warning for macros.
1409
1d653303
GM
1410 * progmodes/cperl-mode.el (ps-bold-faces, ps-italic-faces)
1411 (ps-underlined-faces): Declare.
1412
bdd779ec
GM
1413 * progmodes/idlwave.el (func-menu): Only set it up on XEmacs.
1414 (speedbar-add-supported-extension): Declare.
1415
011c4552
GM
1416 * international/titdic-cnv.el (tit-process-header, miscdic-convert):
1417 Don't include a date stamp in the header of the generated file;
1418 it leads to needless differences between output files.
1419
e59dfb0e
MA
14202013-06-19 Michael Albinus <michael.albinus@gmx.de>
1421
c763842b
SM
1422 * net/secrets.el (secrets-struct-secret-content-type):
1423 Replace check of introspection data by a test call of "CreateItem".
fd846ab4 1424 Some servers do not offer introspection.
e59dfb0e 1425
102626e2
SM
14262013-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
1427
1428 * electric.el (electric-pair-mode): Improve interaction with
1429 electric-layout-mode.
1430 (electric-pair-default-inhibit): Don't assume (eq char (char-before)).
1431 (electric-pair-syntax): Use text-mode-syntax-table in comments
1432 and strings.
1433 (electric-pair--insert): New function.
1434 (electric-pair-post-self-insert-function): Use it and
1435 electric--after-char-pos.
1436
ad528125
LL
14372013-06-19 Leo Liu <sdl.web@gmail.com>
1438
1439 * progmodes/octave.el (octave-help): Fix regexp.
1440
924d6997
G
14412013-06-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
1442
1443 * net/shr.el (shr-make-table-1): Implement <td rowspan>.
1444 (shr-table-horizontal-line): Allow nil as a value, and change the
1445 default.
1446 (shr-insert-table-ruler): Respect the nil value.
1447
14482013-06-18 Tom Tromey <tromey@barimba>
1449
1450 * net/eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
1451 New defvars.
1452 (eww-open-file): New defun.
1453 (eww-render): Initialize new variables.
1454 (eww-display-html): Handle "link" and "a".
1455 (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
1456 (eww-mode-map): Move "p" to "l". Bind "p", "n", "t", and "u".
1457 (eww-back-url): Rename from eww-previous-url.
102626e2
SM
1458 (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
1459 New defuns.
924d6997 1460
d1bbba4f
DG
14612013-06-18 Dmitry Gutov <dgutov@yandex.ru>
1462
1463 * progmodes/ruby-mode.el (ruby-syntax-before-regexp-re):
1464 Distinguish ternary operator tokens from slash symbol and slash
1465 char literal.
1466
14dd22d2
JB
14672013-06-18 Juanma Barranquero <lekktu@gmail.com>
1468
1469 Convert symbol prettification into minor mode and global minor mode.
1470
1471 * progmodes/prog-mode.el (prettify-symbols-alist): Rename from
1472 `prog-prettify-symbols', and make a local defvar instead of defcustom.
1473 (prettify-symbols--keywords): Rename from
1474 `prog-prettify-symbols-alist' and make a local defvar.
1475 (prettify-symbols--compose-symbol): Rename from
1476 `prog--prettify-font-lock-compose-symbol'.
1477 (prettify-symbols--make-keywords): Rename from
1478 `prog-prettify-font-lock-symbols-keywords' and simplify.
1479 (prog-prettify-install): Remove.
1480 (prettify-symbols-mode): New minor mode, based on
1481 `prog-prettify-install'.
1482 (turn-on-prettify-symbols-mode): New function.
1483 (global-prettify-symbols-mode): New globalized minor mode.
1484
1485 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
1486 * progmodes/cfengine.el (cfengine3-mode):
1487 * progmodes/perl-mode.el (perl-mode): Don't call
1488 `prog-prettify-install'; set `prettify-symbols-alist' instead.
1489
292c880c
JL
14902013-06-18 Juri Linkov <juri@jurta.org>
1491
1492 * files-x.el (modify-file-local-variable-message): New function.
1493 (modify-file-local-variable)
1494 (modify-file-local-variable-prop-line): Add arg INTERACTIVE
1495 and call `modify-file-local-variable-message' when it's non-nil.
1496 (add-file-local-variable, delete-file-local-variable)
1497 (add-file-local-variable-prop-line)
1498 (delete-file-local-variable-prop-line): Add arg INTERACTIVE
1499 and use it. (Bug#9820)
1500
0950aa27
JL
15012013-06-18 Juri Linkov <juri@jurta.org>
1502
1503 * emulation/vi.el (vi-shell-op):
1504 * emulation/vip.el (vip-execute-com, ex-command):
1505 * emulation/viper-cmd.el (viper-exec-bang):
1506 * emulation/viper-ex.el (ex-command): Add non-nil arg REPLACE to
1507 the call of `shell-command-on-region'. (Bug#14637)
1508
1509 * simple.el (shell-command-on-region): Doc fix.
1510
8fbcca16
SM
15112013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
1512
1513 * emacs-lisp/eieio-custom.el: Remove misleading Version: header
1514 (bug#14633).
1515
dd7426ea
GM
15162013-06-18 Glenn Morris <rgm@gnu.org>
1517
4ba54f7d
GM
1518 * net/eww.el, net/shr.el, net/shr-color.el: Move here from gnus/.
1519
dd7426ea
GM
1520 * newcomment.el (comment-search-forward, comment-search-backward):
1521 Doc fix. (Bug#14376)
1522
58aa805b
JB
15232013-06-18 Juanma Barranquero <lekktu@gmail.com>
1524
1525 * face-remap.el (buffer-face-toggle): Fix typo in docstring.
1526 (buffer-face-mode-invoke): Doc fix.
1527
9a08a617
MM
15282013-06-18 Matthias Meulien <orontee@gmail.com>
1529
1530 * tabify.el (untabify, tabify): With prefix, apply to entire buffer.
924494f4 1531 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00545.html>
9a08a617 1532
f2f426ca
GM
15332013-06-18 Glenn Morris <rgm@gnu.org>
1534
9445f99b
GM
1535 * generic-x.el (bat-generic-mode, rc-generic-mode, rul-generic-mode):
1536 Replace obsolete function generic-make-keywords with its expansion.
1537
e0df2d14
GM
1538 * progmodes/python.el (ffap-alist): Declare.
1539
f2f426ca
GM
1540 * textmodes/reftex.el (bibtex-mode-map): Declare.
1541
f7f9a720
SM
15422013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
1543
1544 * emacs-lisp/package.el: Update package-alist after install (bug#14632).
1545 (package-unpack, package-unpack-single): Return the pkg-dir.
1546 (package-download-transaction): Use it to update package-alist.
1547
57ff04e0
LMI
15482013-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
1549
1550 * net/browse-url.el (browse-url-browser-function): Add `eww' as a
1551 possible choice.
1552
c048c022
JL
15532013-06-17 Juri Linkov <juri@jurta.org>
1554
1555 * net/webjump.el (webjump-sample-sites): Add DuckDuckGo.
1556
b5bcaee5
DG
15572013-06-17 Dmitry Gutov <dgutov@yandex.ru>
1558
a020afb9
JB
1559 * emacs-lisp/package.el (package-load-descriptor):
1560 Remove `with-syntax-table' call, `read' doesn't need it.
b5bcaee5
DG
1561 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00539.html
1562
551e07e5
JB
15632013-06-17 Juanma Barranquero <lekktu@gmail.com>
1564
1565 * startup.el (command-line): Expand package name returned by
1566 `package--description-file' (bug#14639).
1567
d363bffb
DG
15682013-06-17 Dmitry Gutov <dgutov@yandex.ru>
1569
1570 * emacs-lisp/package.el (package-load-descriptor): Do not call
1571 `emacs-lisp-mode', just use its syntax table.
1572
f612933b
JB
15732013-06-17 Juanma Barranquero <lekktu@gmail.com>
1574
1575 * progmodes/prog-mode.el (prog-prettify-install): Add `composition' to
1576 `font-lock-extra-managed-props' if any prettifying keyword is added.
1577 (prog--prettify-font-lock-compose-symbol): Use ?\s instead of ?\ .
1578 (prog-mode): Use `setq-local'.
1579
db3b7db5
SM
15802013-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
1581
1582 * international/characters.el (standard-case-table): Set syntax of ?»
1583 and ?« to punctuation.
1584
f3d674df
JB
15852013-06-16 Juanma Barranquero <lekktu@gmail.com>
1586
1587 * progmodes/prog-mode.el (prog--prettify-font-lock-compose-symbol):
1588 Save relevant match data before calling `syntax-ppss' (bug#14595).
1589
31489a32
JL
15902013-06-15 Juri Linkov <juri@jurta.org>
1591
1592 * files-x.el (modify-file-local-variable-prop-line): Add local
1593 variables to the end of the existing comment on the first line.
1594 Use `file-auto-mode-skip' to skip interpreter magic line,
1595 and also skip XML declaration.
1596
66bd25ab
SM
15972013-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
1598
1599 * startup.el (package--builtin-versions): New var.
1600 (package-subdirectory-regexp): Remove.
1601 (package--description-file): Hard code its value instead.
1602
1603 * emacs-lisp/package.el: Don't activate packages older than builtin.
1604 (package-obsolete-list): Rename from package-obsolete-alist, and make
1605 it into a simple list of package-desc.
1606 (package-strip-version): Remove.
1607 (package-built-in-p): Use package--builtin-versions.
1608 (package-mark-obsolete): Simplify.
1609 (package-process-define-package): Mark it obsolete if older than the
1610 builtin version.
1611 (package-handle-response): Use line-end-position.
1612 (package-read-archive-contents, package--download-one-archive):
1613 Simplify.
1614 (package--add-to-archive-contents): Skip if older than the builtin or
1615 installed version.
1616 (package-menu-describe-package): Fix last change.
1617 (package-list-unversioned): New var.
1618 (package-menu--generate): Use it.
1619
1620 * emacs-lisp/autoload.el: Manage package--builtin-versions.
1621 (autoload--insert-text, autoload--insert-cookie-text): New functions.
1622 (autoload-builtin-package-versions): New variable.
1623 (autoload-generate-file-autoloads): Use them.
1624 Remove the list of autoloaded functions/macros from the
1625 (autoload...) comments.
1626
1627 * Makefile.in (autoloads): Set autoload-builtin-package-versions.
1628
9583ec36
EZ
16292013-06-15 Eli Zaretskii <eliz@gnu.org>
1630
1631 * simple.el (line-move-partial): Don't jump to the next screen
1632 line as soon as it becomes visible. Instead, continue enlarging
1633 the vscroll until the portion of a tall screen line that's left on
1634 display is about the height of the frame's default font.
1635 (Bug#14567)
1636
f0100d8a
GM
16372013-06-15 Glenn Morris <rgm@gnu.org>
1638
b86a85ca
GM
1639 * vc/vc-dispatcher.el (vc-compilation-mode): Avoid making
1640 compilation-error-regexp-alist void, or local while let-bound.
1641
f0100d8a
GM
1642 * progmodes/make-mode.el (makefile-mode-syntax-table):
1643 Treat "=" as punctuation. (Bug#14614)
1644
05e7ce90
JB
16452013-06-15 Juanma Barranquero <lekktu@gmail.com>
1646
1647 * help-fns.el (describe-variable):
1648 Add extra line for permanent-local variables.
1649
12e5e86e
SH
16502013-06-15 Simen Heggestøyl <simenheg@ifi.uio.no> (tiny change)
1651
1652 * progmodes/scheme.el (scheme-font-lock-keywords-2):
1653 Add export, import, library. (Bug#9164)
1654 (library): Set indent function.
1655
230dcbaf
GM
16562013-06-14 Glenn Morris <rgm@gnu.org>
1657
1658 * term/xterm.el (xterm--query):
1659 Stop after first matching handler. (Bug#14615)
1660
a020afb9 16612013-06-14 Ivan Kanis <ivan@kanis.fr>
d4466a91
IK
1662
1663 Add support for dired in saveplace.
1664 * dired.el (dired-initial-position-hook): New variable.
1665 (dired-initial-position): Call hook to place cursor position.
1666 * saveplace.el (save-place-to-alist): Add dired position.
1667 (save-place-dired-hook): New function.
1668
0b31660d
SM
16692013-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
1670
bf1e6ae8
SM
1671 * subr.el (eval-after-load, set-temporary-overlay-map): Use indirection
1672 through a symbol rather than letrec.
1673
1b8dff23
SM
1674 * emacs-lisp/package.el: Don't recompute dir. Use pkg-descs more.
1675 (package-desc): Add `dir' field.
1676 (package-desc-full-name): New function.
1677 (package-load-descriptor): Combine the two arguments. Don't use `load'.
1678 (package-maybe-load-descriptor): Remove.
1679 (package-load-all-descriptors): Just call package-load-descriptor.
1680 (package--disabled-p): New function.
1681 (package-desc-vers, package-desc-doc): Remove aliases.
1682 (package--dir): Remove function.
1683 (package-activate): Check if a package is disabled.
1684 (package-process-define-package): New function, extracted from
1685 define-package.
1686 (define-package): Turn into a place holder.
1687 (package-unpack-single, package-tar-file-info):
1688 Use package--description-file.
1689 (package-compute-transaction): Use package--disabled-p.
1690 (package-download-transaction): Don't call
1691 package-maybe-load-descriptor since they're all loaded anyway.
1692 (package-install): Change argument to be a pkg-desc.
1693 (package-delete): Use a single pkg-desc argument.
1694 (describe-package-1): Use package-desc-dir instead of package--dir.
1695 Use package-desc property instead of package-symbol.
1696 (package-install-button-action): Adjust accordingly.
1697 (package--push): Rewrite.
1698 (package-menu--print-info): Adjust accordingly. Change the ID format
1699 to be a pkg-desc.
1700 (package-menu-describe-package, package-menu-get-status)
1701 (package-menu--find-upgrades, package-menu-mark-upgrades)
1702 (package-menu-execute, package-menu--name-predicate):
1703 Adjust accordingly.
1704 * startup.el (package--description-file): New function.
1705 (command-line): Use it.
1706 * emacs-lisp/package-x.el (package-upload-buffer-internal):
1707 Use package-desc-version.
1708
0b31660d
SM
1709 * emacs-lisp/bytecomp.el (byte-compile-force-lexical-warnings): New var.
1710 (byte-compile-preprocess): Use it.
1711 (byte-compile-file-form-defalias): Try a bit harder to use macros we
1712 can't quite recognize.
1713 (byte-compile-add-to-list): Remove.
1714 * emacs-lisp/cconv.el (cconv-warnings-only): New function.
1715 (cconv-closure-convert): Add assertion.
1716
1717 * emacs-lisp/map-ynp.el: Use lexical-binding.
1718 (map-y-or-n-p): Remove unused vars `tail' and `object'.
1719 Factor out some repeated code.
1720
de0503df
SM
17212013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
1722
1723 * subr.el (with-eval-after-load): New macro.
1724 (eval-after-load): Allow form to be a function.
1725 take advantage of lexical-binding.
1726 (do-after-load-evaluation): Use dolist and adjust to new format.
1727 * simple.el (bad-packages-alist): Use dolist and with-eval-after-load.
1728
bc5c8c5a
JL
17292013-06-13 Juri Linkov <juri@jurta.org>
1730
1731 * replace.el (perform-replace): Display "symbol " and other search
1732 modes from `isearch-message-prefix' in the *Help* buffer.
1733
1734 * isearch.el (isearch-query-replace): Add " symbol" and other
1735 possible search modes from `isearch-message-prefix' to the prompt.
1736 (isearch-occur): Use `with-isearch-suspended' to not exit Isearch
1737 when reading a regexp to collect.
1738
a22289f7
JL
17392013-06-13 Juri Linkov <juri@jurta.org>
1740
1741 * isearch.el (word-search-regexp): Match whitespace if the search
1742 string begins or ends in whitespace. The LAX arg is applied to
1743 both ends of the search string. Use `regexp-quote' and explicit
1744 \< and \> instead of \b. Use \` and \' instead of ^ and $.
1745 (isearch-symbol-regexp): Sync with `word-search-regexp' where word
1746 boundaries are replaced with symbol boundaries, and characters
1747 between symbols match non-word non-symbol syntax. (Bug#14602)
1748
cb89acab
JL
17492013-06-13 Juri Linkov <juri@jurta.org>
1750
1751 * isearch.el (isearch-del-char): Don't exceed the length of
1752 `isearch-string' by the prefix arg. (Bug#14563)
1753
6e8cfc81
JL
17542013-06-13 Juri Linkov <juri@jurta.org>
1755
1756 * isearch.el (isearch-yank-word, isearch-yank-line)
1757 (isearch-char-by-name, isearch-quote-char)
1758 (isearch-printing-char, isearch-process-search-char):
1759 Add optional count prefix arg. (Bug#14563)
1760
1761 * international/isearch-x.el
1762 (isearch-process-search-multibyte-characters):
1763 Add optional count prefix arg.
1764
c23d55f4
VS
17652013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
1766
1767 * subr.el (internal-push-keymap, internal-pop-keymap): New functions.
1768 (set-temporary-overlay-map): Use them (bug#14095); and take advantage of
1769 lexical-binding.
1770
17712013-06-13 Vitalie Spinu <spinuvit@gmail.com>
1772
1773 * subr.el (set-temporary-overlay-map): Add on-exit argument.
1774
ba947bc4
GM
17752013-06-13 Glenn Morris <rgm@gnu.org>
1776
8baeb37a
GM
1777 * startup.el (tty-handle-args):
1778 Don't just discard "--" and anything after. (Bug#14608)
1779
ba947bc4
GM
1780 * emacs-lisp/lisp.el (forward-sexp, backward-sexp): Doc fixes.
1781
9abefce4
MA
17822013-06-13 Michael Albinus <michael.albinus@gmx.de>
1783
1784 Implement changes in Secret Service API. Make it backward compatible.
1785 * net/secrets.el (secrets-struct-secret-content-type): New defonst.
1786 (secrets-create-item): Use it. Prefix properties with interface.
1787
5755011f
MH
17882013-06-13 Michael Hoffman <9qobl2n02@sneakemail.com> (tiny change)
1789
1790 * term.el (term-suppress-hard-newline): New option. (Bug#12017)
1791 (term-emulate-terminal): Respect term-suppress-hard-newline.
1792
1261d2da
S
17932013-06-13 E Sabof <esabof@gmail.com> (tiny change)
1794
1795 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
1796 Only remove a `thumb-file' overlay. (Bug#14548)
1797
868490bb
GJ
17982013-06-12 Grégoire Jadi <daimrod@gmail.com>
1799
1800 * mail/reporter.el (reporter-submit-bug-report):
1801 Handle missing package-name. (Bug#14600)
1802
79d7167f
TH
18032013-06-12 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1804
1805 * textmodes/reftex-cite.el (reftex-cite-regexp-hist)
1806 (reftex-citation-prompt, reftex-default-bibliography)
1807 (reftex-bib-or-thebib, reftex-get-bibfile-list)
1808 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
1809 (reftex-bib-sort-author, reftex-bib-sort-year)
1810 (reftex-bib-sort-year-reverse, reftex-get-crossref-alist)
1811 (reftex-extract-bib-entries-from-thebibliography)
1812 (reftex-get-bibkey-default, reftex-get-bib-names)
1813 (reftex-parse-bibtex-entry, reftex-get-bib-field)
1814 (reftex-format-bib-entry, reftex-parse-bibitem)
1815 (reftex-format-bibitem, reftex-do-citation)
1816 (reftex-figure-out-cite-format, reftex-offer-bib-menu)
1817 (reftex-restrict-bib-matches, reftex-extract-bib-file)
1818 (reftex-insert-bib-matches, reftex-format-citation)
1819 (reftex-make-cite-echo-string, reftex-bibtex-selection-callback)
1820 (reftex-create-bibtex-file): Add docstrings, mostly by converting
1821 existing comments into docstrings.
1822
5f9dbd7a
XF
18232013-06-12 Xue Fuqiao <xfq.free@gmail.com>
1824
1825 * ibuf-ext.el (ibuffer-mark-help-buffers): Doc fix.
1826
94df41ab
AS
18272013-06-12 Andreas Schwab <schwab@suse.de>
1828
1829 * international/mule.el (auto-coding-alist): Use utf-8-emacs-unix
1830 for auto-save files.
1831
a7f3fecc
GM
18322013-06-12 Glenn Morris <rgm@gnu.org>
1833
001809f6
GM
1834 * ido.el (ido-delete-ignored-files): Remove.
1835 (ido-wide-find-dirs-or-files, ido-make-file-list-1):
1836 Go back to calling ido-ignore-item-p directly.
a7f3fecc 1837
834b5ded
EL
18382013-06-12 Eyal Lotem <eyal.lotem@gmail.com> (tiny change)
1839
08c73ed2
EL
1840 * ido.el (ido-wide-find-dirs-or-files): Respect ido-case-fold.
1841
834b5ded
EL
1842 * ido.el (ido-delete-ignored-files): New function,
1843 split from ido-make-file-list-1.
1844 (ido-wide-find-dirs-or-files): Maybe ignore files. (Bug#13003)
1845 (ido-make-file-list-1): Use ido-delete-ignored-files.
1846
daabf15a
LL
18472013-06-12 Leo Liu <sdl.web@gmail.com>
1848
1849 * progmodes/octave.el (inferior-octave-startup)
1850 (inferior-octave-completion-table)
1851 (inferior-octave-track-window-width-change)
1852 (octave-eldoc-function-signatures, octave-help)
1853 (octave-find-definition): Use single quoted strings.
1854 (inferior-octave-startup-args): Change default value.
1855 (inferior-octave-startup): Do not hard code "-i" and
1856 "--no-line-editing".
1857 (inferior-octave-resync-dirs): Add optional arg NOERROR.
1858 (inferior-octave-directory-tracker): Use it.
1859 (octave-goto-function-definition): Robustify.
1860 (octave-help): Support highlighting operators in 'See also'.
1861 (octave-find-definition): Find subfunctions only in Octave mode.
1862
cf4e5178
SM
18632013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
1864
1865 * help-fns.el (help-fns--compiler-macro): If the handler function is
1866 named, then put a link to it.
1867 * help-mode.el (help-function-cmacro): Adjust regexp for cl-lib names.
1868 * emacs-lisp/cl-macs.el (cl--compiler-macro-typep): New function.
1869 (cl-typep): Use it.
1870 (cl-eval-when): Simplify debug spec.
1871 (cl-define-compiler-macro): Use eval-and-compile. Give a name to the
1872 compiler-macro function instead of setting `compiler-macro-file'.
1873
99c81280 18742013-06-12 Xue Fuqiao <xfq.free@gmail.com>
cd0527a4
XF
1875
1876 * vc/vc-cvs.el (vc-cvs-stay-local): Doc fix.
1877 * vc/vc-hooks.el (vc-stay-local): Doc fix.
1878
f56be016
SM
18792013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
1880 Daniel Hackney <dan@haxney.org>
1881
1882 First part of Daniel Hackney's patch to package.el.
1883 * emacs-lisp/package.el: Use defstruct.
1884 (package-desc): New, main struct.
1885 (package--bi-desc, package--ac-desc): New structs, used to describe the
1886 format in external files.
1887 (package-desc-vers): Replace with package-desc-version accessor.
1888 (package-desc-doc): Replace with package-desc-summary accessor.
1889 (package-activate-1): Remove `package' arg since the pkg-vec now
1890 includes the name.
1891 (define-package): Use package-desc-from-define.
1892 (package-unpack-single): Change file-name arg to be a symbol.
1893 (package--add-to-archive-contents): Use package-desc-create and new
1894 accessor functions to package--ac-desc.
1895 (package-buffer-info, package-tar-file-info): Return a package-desc.
1896 (package-install-from-buffer): Remove `type' argument. Change pkg-info
1897 arg to be a package-desc.
1898 (package-install-file): Adjust accordingly. Use \' to match EOS.
1899 (package--from-builtin): New function.
1900 (describe-package-1, package-menu--generate): Use it.
1901 (package--make-autoloads-and-compile): Change name arg to be a symbol.
1902 (package-generate-autoloads): Idem and return the name of the file.
1903 * emacs-lisp/package-x.el (package-upload-buffer-internal):
1904 Change pkg-info arg to be a package-desc.
1905 Use package-make-ac-desc.
1906 (package-upload-file): Use \' to match EOS.
1907 * finder.el (finder-compile-keywords): Use package-make-builtin.
1908
31119d63
SM
19092013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
1910
931a2762
SM
1911 * vc/vc.el (vc-deduce-fileset): Change error message.
1912 (vc-read-backend): New function.
1913 (vc-next-action): Use it.
1914
5a3eb0c6
SM
1915 * subr.el (function-arity): Remove (mistakenly added) (bug#14590).
1916
e3eb1bb7
SM
1917 * progmodes/prolog.el (prolog-make-keywords-regexp): Remove.
1918 (prolog-font-lock-keywords): Use regexp-opt instead.
1919 Don't manually highlight strings.
1920 (prolog-mode-variables): Simplify comment-start-skip.
1921 (prolog-consult-compile): Use display-buffer. Remove unused old-filter.
1922
31119d63
SM
1923 * emacs-lisp/generic.el (generic--normalise-comments)
1924 (generic-set-comment-syntax, generic-set-comment-vars): New functions.
1925 (generic-mode-set-comments): Use them.
1926 (generic-bracket-support): Use setq-local.
1927 (generic-make-keywords-list): Declare obsolete.
1928
7de135d0
GM
19292013-06-11 Glenn Morris <rgm@gnu.org>
1930
1931 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
1932 Prettify after setting font-lock-defaults. (Bug#14574)
1933
fa6bc6fd
JB
19342013-06-11 Juanma Barranquero <lekktu@gmail.com>
1935
1936 * replace.el (query-replace, occur-read-regexp-defaults-function)
1937 (replace-search):
1938 * subr.el (declare-function, number-sequence, local-set-key)
1939 (substitute-key-definition, locate-user-emacs-file)
1940 (with-silent-modifications, split-string, eval-after-load):
1941 Fix typos, remove unneeded backslashes and reflow some docstrings.
1942
cf1f9b9a
SM
19432013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
1944
1945 * international/mule-conf.el (file-coding-system-alist): Use utf-8 as
1946 default for Elisp files.
1947
56602a4b
GM
19482013-06-11 Glenn Morris <rgm@gnu.org>
1949
1950 * vc/log-view.el (log-view-mode-map): Inherit from special-mode-map,
1951 although define-derived-mode was doing this anyway. (Bug#14583)
1952
30ae0b2c
JB
19532013-06-10 Juanma Barranquero <lekktu@gmail.com>
1954
1955 * allout.el (allout-encryption-plaintext-sanitization-regexps):
1956 Fix make-variable-buffer-local call to refer to the correct variable.
1957
fa472906
AG
19582013-06-10 Aidan Gauland <aidalgol@amuri.net>
1959
1960 * eshell/em-term.el (eshell-visual-commands)
e7b41c4c
JB
1961 (eshell-visual-subcommands, eshell-visual-options):
1962 Add summary line to docstrings. Add cross-references.
fa472906 1963
ff4871b9
GM
19642013-06-10 Glenn Morris <rgm@gnu.org>
1965
1966 * epa.el (epa-read-file-name): New function. (Bug#14510)
1967 (epa-decrypt-file): Make plain-file optional. Use epa-read-file-name.
1968
04fcf1b0
AG
19692013-06-09 Aidan Gauland <aidalgol@amuri.net>
1970
1971 * eshell/em-term.el (eshell-visual-command-p): Fix bug that caused
1972 output redirection to be ignored with visual commands.
1973
88b00caa
AG
19742013-06-09 Aidan Gauland <aidalgol@amuri.net>
1975
1976 * eshell/em-term.el (eshell-visual-command-p): New function.
f71b3317
AG
1977 (eshell-term-initialize): Move long lambda to separate function
1978 eshell-visual-command-p.
e7b41c4c
JB
1979 * eshell/em-dirs.el (eshell-dirs-initialise):
1980 * eshell/em-script.el (eshell-script-initialize):
1981 Add missing #' to lambda.
88b00caa 1982
fda74125
LL
19832013-06-08 Leo Liu <sdl.web@gmail.com>
1984
1985 * progmodes/octave.el (octave-add-log-current-defun): New function.
1986 (octave-mode): Set add-log-current-defun-function.
1987 (octave-goto-function-definition): Do not move point if not found.
1988 (octave-find-definition): Enhance to try subfunctions first.
1989
467f3b33
GM
19902013-06-08 Glenn Morris <rgm@gnu.org>
1991
1992 * emacs-lisp/bytecomp.el (byte-compile-char-before)
1993 (byte-compile-backward-char, byte-compile-backward-word):
1994 Improve previous change, to handle non-explicit nil.
1995
544badc3
SM
19962013-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
1997
1998 * emacs-lisp/smie.el: Improve show-paren-mode behavior.
1999 (smie--opener/closer-at-point): New function.
2000 (smie--matching-block-data): Use it. Don't match from right after an
2001 opener or right before a closer. Obey smie-blink-matching-inners.
2002 Don't signal a mismatch for repeated inners like "switch..case..case".
2003
a175bf33
LL
20042013-06-07 Leo Liu <sdl.web@gmail.com>
2005
2006 * progmodes/octave.el (octave-mode): Set comment-use-global-state
2007 to t. (Bug#14303)
ce8209d4
LL
2008 (octave-function-header-regexp): Fix. (Bug#14570)
2009 (octave-help-mode-finish-hook, octave-help-mode-finish):
2010 Remove. Just use temp-buffer-show-hook.
a175bf33
LL
2011
2012 * newcomment.el (comment-search-backward): Revert last change.
2013 (Bug#14434)
2014
2015 * emacs-lisp/smie.el (smie--matching-block-data): Minor simplification.
2016
a822acff
EZ
20172013-06-07 Eli Zaretskii <eliz@gnu.org>
2018
2019 * Makefile.in (TAGS TAGS-LISP): Pass the (long) list of *.el files
2020 through xargs, to avoid failure due to MS-Windows limitations on
2021 command-line length.
2022
961166f5
GM
20232013-06-06 Glenn Morris <rgm@gnu.org>
2024
d0341459
GM
2025 * font-lock.el (lisp-font-lock-keywords-2):
2026 Treat user-error like error.
2027
961166f5
GM
2028 * emacs-lisp/bytecomp.el (byte-compile-char-before)
2029 (byte-compile-backward-char, byte-compile-backward-word):
2030 Handle explicit nil arguments. (Bug#14565)
2031
80fa505f
AM
20322013-06-05 Alan Mackenzie <acm@muc.de>
2033
2034 * isearch.el (isearch-allow-prefix): New user option.
d2bf7a98 2035 (isearch-other-meta-char): Don't exit isearch when a prefix
80fa505f 2036 argument is typed whilst `isearch-allow-prefix' is non-nil.
d2bf7a98 2037 (Bug#9706)
80fa505f 2038
fccdc796
SM
20392013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
2040
2041 * autorevert.el (auto-revert-notify-handler): Use memq.
2042 Hide assertion failure.
2043
2044 * skeleton.el: Use cl-lib.
2045 (skeleton-further-elements): Use defvar-local.
2046 (skeleton-insert): Use cl-progv.
2047
9bfff84b
TZ
20482013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
2049
2050 * progmodes/prog-mode.el (prog-prettify-symbols)
2051 (prog-prettify-install): Update docstrings.
2052
55577e7c
SM
20532013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
2054
2055 * simple.el: Move all the prog-mode code to prog-mode.el.
2056 * progmodes/prog-mode.el: New file.
2057 * loadup.el: Add prog-mode.el.
2058
8fc57765
TZ
20592013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
2060
2061 * simple.el (prog-prettify-symbols): Add version.
2062 (prog-prettify-install): Add convenience function to prettify symbols.
2063
2064 * progmodes/perl-mode.el (perl--augmented-font-lock-keywords)
2065 (perl--augmented-font-lock-keywords-1)
2066 (perl--augmented-font-lock-keywords-2, perl-mode): Remove unneeded
2067 variables and use it.
2068
2069 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
2070 (cfengine3-mode): Remove unneeded variable and use it.
2071
2072 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
2073 (lisp--augmented-font-lock-keywords-1)
2074 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables):
2075 Remove unneeded variables and use it.
2076
650645d5 20772013-06-05 João Távora <joaotavora@gmail.com>
28f5da6d
TZ
2078
2079 * net/tls.el (open-tls-stream): Remove unneeded buffer contents up
650645d5 2080 to point when opening the connection. (Bug#14380)
28f5da6d 2081
781b4af6
SM
20822013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
2083
2084 * subr.el (load-history-regexp, load-history-filename-element)
2085 (eval-after-load, after-load-functions, do-after-load-evaluation)
2086 (eval-next-after-load, display-delayed-warnings)
2087 (collapse-delayed-warnings, delayed-warnings-hook): Move after the
2088 definition of save-match-data.
2089 (overriding-local-map): Remove accidental obsolescence declaration.
2090
2091 * emacs-lisp/edebug.el (edebug-result): Move before first use.
2092
3ca0d0b4
TZ
20932013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
2094
2095 Generalize symbol prettify support to prog-mode and implement it
2096 for perl-mode, cfengine3-mode, and emacs-lisp-mode.
2097 * simple.el (prog-prettify-symbols-alist, prog-prettify-symbols)
2098 (prog--prettify-font-lock-compose-symbol)
2099 (prog-prettify-font-lock-symbols-keywords): New variables and
2100 functions to support symbol prettification.
2101 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
2102 (lisp--augmented-font-lock-keywords-1)
2103 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables)
2104 (lisp--prettify-symbols-alist): Implement prettify of lambda.
2105 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
781b4af6
SM
2106 (cfengine3--prettify-symbols-alist, cfengine3-mode):
2107 Implement prettify of -> => :: strings.
3ca0d0b4
TZ
2108 * progmodes/perl-mode.el (perl-prettify-symbols)
2109 (perl--font-lock-compose-symbol)
2110 (perl--font-lock-symbols-keywords): Move to prog-mode.
2111 (perl--prettify-symbols-alist): Prettify -> => :: strings.
2112 (perl-font-lock-keywords-1)
2113 (perl-font-lock-keywords-2): Remove explicit prettify support.
2114 (perl--augmented-font-lock-keywords)
2115 (perl--augmented-font-lock-keywords-1)
781b4af6
SM
2116 (perl--augmented-font-lock-keywords-2, perl-mode):
2117 Implement prettify support.
3ca0d0b4 2118
976cb066
LL
21192013-06-05 Leo Liu <sdl.web@gmail.com>
2120
2121 Re-implement smie matching block highlight using
2122 show-paren-data-function. (Bug#14395)
2123 * emacs-lisp/smie.el (smie-matching-block-highlight)
2124 (smie--highlight-matching-block-overlay)
2125 (smie--highlight-matching-block-lastpos)
2126 (smie-highlight-matching-block)
2127 (smie-highlight-matching-block-mode): Remove.
2128 (smie--matching-block-data-cache): New variable.
2129 (smie--matching-block-data): New function.
2130 (smie-setup): Use smie--matching-block-data for
2131 show-paren-data-function.
2132
2133 * progmodes/octave.el (octave-mode-menu): Fix.
2134 (octave-find-definition): Skip garbage lines.
2135
208d0342
SM
21362013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
2137
2138 Fix compilation error with simultaneous dynamic+lexical scoping.
2139 Add warning when a defvar appears after the first let-binding.
2140 * emacs-lisp/bytecomp.el (byte-compile-lexical-variables): New var.
2141 (byte-compile-close-variables): Initialize it.
2142 (byte-compile--declare-var): New function.
2143 (byte-compile-file-form-defvar)
2144 (byte-compile-file-form-define-abbrev-table)
2145 (byte-compile-file-form-custom-declare-variable): Use it.
2146 (byte-compile-make-lambda-lexenv): Change the argument. Simplify.
2147 (byte-compile-lambda): Share call to byte-compile-arglist-vars.
2148 (byte-compile-bind): Handle dynamic bindings that shadow
2149 lexical bindings.
2150 (byte-compile-unbind): Make arg non-optional.
2151 (byte-compile-let): Simplify.
2152 * emacs-lisp/cconv.el (byte-compile-lexical-variables): Declare var.
2153 (cconv--analyse-function, cconv-analyse-form): Populate it.
2154 Protect byte-compile-bound-variables to limit the scope of defvars.
2155 (cconv-analyse-form): Add missing rule for (defvar <foo>).
2156 Remove unneeded rule for `declare'.
2157
2158 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin): Use macroexp-let2
2159 so as to avoid depending on cl-adjoin at run-time.
2160 * emacs-lisp/cl-lib.el (cl-pushnew): Use backquotes.
2161
2162 * emacs-lisp/macroexp.el (macroexp--compiling-p): New function.
2163 (macroexp--warn-and-return): Use it.
2164
2587b005
LL
21652013-06-05 Leo Liu <sdl.web@gmail.com>
2166
2167 * eshell/esh-mode.el (eshell-mode): Fix key bindings.
2168
f1da3c88
LL
21692013-06-04 Leo Liu <sdl.web@gmail.com>
2170
2171 * progmodes/compile.el (compile-goto-error): Add optional arg NOMSG.
2172 (compilation-auto-jump): Suppress the "Mark set" message to give
2173 way to exit message.
2174
3caa391f
AM
21752013-06-04 Alan Mackenzie <acm@muc.de>
2176
2177 Remove faulty optimisation from indentation calculation.
2178 * progmodes/cc-engine.el (c-guess-basic-syntax): Don't calculate
2179 search limit based on 2000 characters back from indent-point.
2180
068922a2
TH
21812013-06-03 Tassilo Horn <tsdh@gnu.org>
2182
2183 * eshell/em-term.el (cl-lib): Require `cl-lib'.
2184
1f8fdd53
SM
21852013-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
2186
bbcc4d97
SM
2187 * emacs-lisp/lisp.el: Use lexical-binding.
2188 (lisp--local-variables-1, lisp--local-variables): New functions.
2189 (lisp--local-variables-completion-table): New var.
208d0342 2190 (lisp-completion-at-point): Use it complete let-bound vars.
bbcc4d97 2191
1f8fdd53
SM
2192 * emacs-lisp/lisp-mode.el (eval-sexp-add-defvars): Expand macros
2193 eagerly (bug#14422).
2194
c9628c79
MA
21952013-06-03 Michael Albinus <michael.albinus@gmx.de>
2196
2197 * autorevert.el (auto-revert-notify-enabled)
2198 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
2199 (auto-revert-notify-event-p, auto-revert-notify-event-file-name)
2200 (auto-revert-notify-handler): Handle also gfilenotify.
2201
e7b41c4c 2202 * subr.el (file-notify-handle-event): New defun. Replacing ...
c9628c79 2203 (inotify-event-p, inotify-handle-event, w32notify-handle-event):
781b4af6 2204 Remove.
c9628c79 2205
e5e4a942
JL
22062013-06-03 Juri Linkov <juri@jurta.org>
2207
2208 * bindings.el (search-map): Bind `highlight-symbol-at-point' to
2209 `M-s h .'. (Bug#14427)
2210
2211 * hi-lock.el (highlight-symbol-at-point): New alias for the new
2212 command `hi-lock-face-symbol-at-point'.
2213 (hi-lock-face-symbol-at-point): New command.
2214 (hi-lock-map): Bind `highlight-symbol-at-point' to `C-x w .'.
2215 (hi-lock-menu): Add `highlight-symbol-at-point'.
2216 (hi-lock-mode): Doc fix.
2217
2218 * isearch.el (isearch-forward-symbol-at-point): New command.
2219 (search-map): Bind `isearch-forward-symbol-at-point' to `M-s .'.
2220 (isearch-highlight-regexp): Add a regexp which matches
2221 words/symbols for word/symbol mode.
2222
2223 * subr.el (find-tag-default-bounds): New function with the body
2224 mostly moved from `find-tag-default'.
2225 (find-tag-default): Move most code to `find-tag-default-bounds',
2226 call it and apply `buffer-substring-no-properties' afterwards.
2227
26b3353a
TH
22282013-06-03 Tassilo Horn <tsdh@gnu.org>
2229
781b4af6
SM
2230 * eshell/em-term.el (eshell-term-initialize):
2231 Use `cl-intersection' rather than `intersection'.
26b3353a 2232
51b60f53
XF
22332013-06-02 Xue Fuqiao <xfq.free@gmail.com>
2234
fe054b63 2235 * vc/log-view.el: Doc fix.
d3ffe17c 2236 (log-view-mode-map): Copy keymap from `special-mode-map'.
51b60f53 2237
a0eb10b3 22382013-06-02 Eric Ludlam <zappo@gnu.org>
890f7890
DE
2239
2240 * emacs-lisp/eieio.el (eieio--defalias, eieio-hook)
2241 (eieio-error-unsupported-class-tags, eieio-skip-typecheck)
2242 (eieio-optimize-primary-methods-flag, eieio-initializing-object)
2243 (eieio-unbound, eieio-default-superclass)
2244 (eieio--define-field-accessors, method-static, method-before)
2245 (method-primary, method-after, method-num-lists)
2246 (method-generic-before, method-generic-primary)
2247 (method-generic-after, method-num-slots)
2248 (eieio-specialized-key-to-generic-key)
2249 (eieio--check-type, class-v, class-p)
2250 (eieio-class-name, define-obsolete-function-alias)
2251 (eieio-class-parents-fast, eieio-class-children-fast)
2252 (same-class-fast-p, class-constructor, generic-p)
2253 (generic-primary-only-p, generic-primary-only-one-p)
2254 (class-option-assoc, class-option, eieio-object-p)
2255 (class-abstract-p, class-method-invocation-order)
2256 (eieio-defclass-autoload-map, eieio-defclass-autoload)
2257 (eieio-class-un-autoload, eieio-defclass)
2258 (eieio-eval-default-p, eieio-perform-slot-validation-for-default)
2259 (eieio-add-new-slot, eieio-copy-parents-into-subclass)
2260 (eieio--defgeneric-init-form, eieio-defgeneric-form)
2261 (eieio-defgeneric-reset-generic-form)
2262 (eieio-defgeneric-form-primary-only)
2263 (eieio-defgeneric-reset-generic-form-primary-only)
2264 (eieio-defgeneric-form-primary-only-one)
2265 (eieio-defgeneric-reset-generic-form-primary-only-one)
2266 (eieio-unbind-method-implementations)
2267 (eieio--defmethod, eieio--typep)
2268 (eieio-perform-slot-validation, eieio-validate-slot-value)
2269 (eieio-validate-class-slot-value, eieio-barf-if-slot-unbound)
2270 (eieio-oref, eieio-oref-default, eieio-default-eval-maybe)
2271 (eieio-oset, eieio-oset-default, eieio-slot-originating-class-p)
2272 (eieio-slot-name-index, eieio-class-slot-name-index)
2273 (eieio-set-defaults, eieio-initarg-to-attribute)
2274 (eieio-attribute-to-initarg, eieio-c3-candidate)
2275 (eieio-c3-merge-lists, eieio-class-precedence-c3)
2276 (eieio-class-precedence-dfs, eieio-class-precedence-bfs)
2277 (eieio-class-precedence-list, eieio-generic-call-methodname)
2278 (eieio-generic-call-arglst, eieio-generic-call-key)
2279 (eieio-generic-call-next-method-list)
2280 (eieio-pre-method-execution-functions, eieio-generic-call)
2281 (eieio-generic-call-primary-only, eieiomt-method-list)
2282 (eieiomt-optimizing-obarray, eieiomt-install)
2283 (eieiomt-add, eieiomt-next, eieiomt-sym-optimize)
2284 (eieio-generic-form, eieio-defmethod, make-obsolete)
4f405069 2285 (eieio-defgeneric, make-obsolete): Move to eieio-core.el.
890f7890
DE
2286 (defclass): Remove `eval-and-compile' from macro.
2287 (call-next-method, shared-initialize): Instead of using
2288 `scoped-class' variable, use new eieio--scoped-class, and
2289 eieio--with-scoped-class.
2290 (initialize-instance): Rename local variable 'scoped-class' to
2291 'this-class' to remove ambiguitity from old global.
2292
2293 * emacs-lisp/eieio-core.el: New file. Derived from key parts of
2294 eieio.el.
4f405069
JB
2295 (eieio--scoped-class-stack): New variable.
2296 (eieio--scoped-class): New fcn.
890f7890
DE
2297 (eieio--with-scoped-class): New scoping macro.
2298 (eieio-defclass): Use pushnew instead of add-to-list.
2299 (eieio-defgeneric-form-primary-only-one, eieio-oset-default)
2300 (eieio-slot-name-index, eieio-set-defaults, eieio-generic-call)
2301 (eieio-generic-call-primary-only, eieiomt-add): Instead of using
2302 `scoped-class' variable, use new eieio--scoped-class, and
2303 eieio--with-scoped-class.
2304
2305 * emacs-lisp/eieio-base.el (cl-lib): Require during compile.
2306
d105b0e2
TH
23072013-06-02 Tassilo Horn <tsdh@gnu.org>
2308
2309 * eshell/esh-ext.el (eshell-external-command): Pass args to
2310 `eshell-find-interpreter'.
2311 (eshell-find-interpreter): Add new second parameter ARGS.
2312
2313 * eshell/em-script.el (eshell-script-initialize): Add second arg
e7b41c4c 2314 to the function added as MATCH to `eshell-interpreter-alist'.
d105b0e2
TH
2315
2316 * eshell/em-dirs.el (eshell-dirs-initialize): Add second arg to
e7b41c4c 2317 the function added as MATCH to `eshell-interpreter-alist'.
d105b0e2
TH
2318
2319 * eshell/em-term.el (eshell-visual-subcommands): New defcustom.
2320 (eshell-visual-options): New defcustom.
2321 (eshell-escape-control-x): Adapt docstring.
2322 (eshell-term-initialize): Test `eshell-visual-subcommands' and
2323 `eshell-visual-options' in addition to `eshell-visual-commands'.
2324 (eshell-exec-visual): Pass args to `eshell-find-interpreter'.
2325
f46305c8 23262013-06-01 Fabián Ezequiel Gallina <fgallina@gnu.org>
f782d531
FEG
2327
2328 * progmodes/python.el (python-indent-block-enders): Add break,
2329 continue and raise keywords.
2330
d870df21
GM
23312013-06-01 Glenn Morris <rgm@gnu.org>
2332
9133b82e
GM
2333 * pcmpl-gnu.el (pcomplete/tar): Check obsolete variable is bound.
2334
02c992ec 2335 Plain (f)boundp silences compilation warnings since Emacs 22.1.
683853b9
GM
2336 * progmodes/cc-cmds.el (delete-forward-p):
2337 * progmodes/cc-defs.el (buffer-syntactic-context-depth):
2338 * progmodes/cc-engine.el (buffer-syntactic-context):
2339 * progmodes/cc-fonts.el (face-property-instance):
2340 * progmodes/cc-mode.el (set-keymap-parents):
2341 * progmodes/cc-vars.el (get-char-table): No need for cc-bytecomp-defun.
2342 * progmodes/cc-defs.el (c-set-region-active, c-beginning-of-defun-1)
2343 * progmodes/cc-mode.el (c-make-inherited-keymap): Use plain fboundp.
02c992ec
GM
2344 * progmodes/cc-defs.el (zmacs-region-stays, zmacs-regions)
2345 (lookup-syntax-properties): Remove unecessary cc-bytecomp-defvar.
683853b9 2346
31e7b090
GM
2347 * progmodes/cc-vars.el (other): Emacs has this widget since
2348 at least 21.1, so don't (re)define it.
2349
d870df21
GM
2350 * eshell/em-cmpl.el (eshell-cmpl-initialize):
2351 Replace the obsolete alias pcomplete-arg-quote-list.
2352
c75c93c7
LL
23532013-06-01 Leo Liu <sdl.web@gmail.com>
2354
2355 * progmodes/octave.el (octave-mode-syntax-table): Give `.'
2356 punctuation syntax.
2357 (inferior-octave-minimal-columns)
2358 (inferior-octave-last-column-width): New variables.
2359 (inferior-octave-track-window-width-change): New function.
2360 (inferior-octave-mode): Adjust column width so that Octave output,
2361 for example from 'ls', can fit into the window nicely.
2362
973d1e12
DG
23632013-05-31 Dmitry Gutov <dgutov@yandex.ru>
2364
2365 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
2366 Highlight expansions inside regexp literals.
2367
0888c286
GM
23682013-05-31 Glenn Morris <rgm@gnu.org>
2369
e26aac1f
GM
2370 * obsolete/sym-comp.el (symbol-complete):
2371 Replace obsolete completion-annotate-function.
2372
0888c286
GM
2373 * progmodes/cc-vars.el (c-make-macro-with-semi-re): Silence compiler.
2374
19bb8e62
DG
23752013-05-31 Dmitry Gutov <dgutov@yandex.ru>
2376
781b4af6
SM
2377 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
2378 New function, checks if point is inside a literal that allows
19bb8e62
DG
2379 expression expansion.
2380 (ruby-syntax-propertize-expansion): Use it.
2381 (ruby-syntax-propertize-function): Bind `case-fold-search' to nil
2382 around the body.
2383
01dea85f
JL
23842013-05-30 Juri Linkov <juri@jurta.org>
2385
2386 * isearch.el (isearch-mode-map): Bind `isearch-toggle-invisible'
2387 to "\M-si".
2388 (isearch-invisible): New variable.
2389 (isearch-forward): Doc fix.
2390 (isearch-mode): Set `isearch-invisible'
2391 to the value of `search-invisible'.
2392 (isearch-toggle-case-fold): Doc fix.
2393 (isearch-toggle-invisible): New command.
2394 (isearch-query-replace): Let-bind `search-invisible'
2395 to the value of `isearch-invisible'.
2396 (isearch-search): Use `isearch-invisible' instead of
2397 `search-invisible'. Let-bind `search-invisible'
2398 to the value of `isearch-invisible'. (Bug#11378)
2399
ab1bdce5
JL
24002013-05-30 Juri Linkov <juri@jurta.org>
2401
2402 * replace.el (perform-replace): Avoid `isearch-range-invisible'
2403 call when `query-flag' is nil and `search-invisible' is non-nil.
2404 (Bug#11746)
2405
d6d236e2
GM
24062013-05-30 Glenn Morris <rgm@gnu.org>
2407
8accd027
GM
2408 * progmodes/gdb-mi.el (gdb-wait-for-pending): Fix typo.
2409
2a8bed1c
GM
2410 * progmodes/cc-bytecomp.el (cc-bytecomp-noruntime-functions): New.
2411 (cc-require): Suppress spurious "noruntime" warnings.
2412 (cc-require-when-compile): Use fboundp, for sake of compiler.
2413
d6d236e2
GM
2414 * progmodes/cc-mode.el: Move load of cc-vars before that of
2415 cc-langs (which in turn loads cc-vars), to quieten compiler.
2416
9190b35b
SM
24172013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
2418
2419 * paren.el: Simplify the code.
2420 (show-paren-mode): Always start the timer.
2421 (show-paren--idle-timer): Rename from show-paren-idle-timer.
2422 (show-paren--overlay, show-paren--overlay-1): Rename from
2423 show-paren-overlay and show-paren-overlay-1, and initialize to an
2424 overlay rather than to nil.
2425 (show-paren-function): Misc cleanup and simplifications.
2426
4f8d1cf6
SM
24272013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
2428
2429 * paren.el (show-paren-data-function): New hook.
2430 (show-paren--default): New function, extracted from show-paren-function.
2431 (show-paren-function): Use show-paren-data-function.
2432
02d844b5
GM
24332013-05-30 Glenn Morris <rgm@gnu.org>
2434
d209d4a9
GM
2435 * ielm.el (ielm-map, ielm-complete-symbol):
2436 Use completion-at-point rather than obsolete functions.
2437 (inferior-emacs-lisp-mode): Doc fix.
2438 Set completion-at-point-functions, rather than
2439 comint-dynamic-complete-functions.
2440
2082faa6
GM
2441 * eshell/em-cmpl.el (eshell-complete-lisp-symbol): New function.
2442 (eshell-cmpl-initialize, eshell-complete-parse-arguments):
2443 Replace obsolete lisp-complete-symbol with eshell-complete-lisp-symbol.
2444
dd8620de
GM
2445 * image.el (image-animated-p): Tweak definition.
2446
ceca95b1
GM
2447 * net/rlogin.el (rlogin-program, rlogin-explicit-args): Default to ssh.
2448 (rlogin-process-connection-type): Tweak default. Add set-after.
2449 (rlogin-host): Doc fix.
2450 (rlogin): Tweak prompt.
2451 (rlogin-tab-or-complete): Use completion-at-point rather than alias.
2452
ee9f1acc
GM
2453 * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
2454 * progmodes/tcl.el (inferior-tcl-mode-map):
2455 Use completion-at-point rather than obsolete alias.
2456
45ce222e
GM
2457 * emacs-lisp/eieio.el (eieio-eval-default-p): Move before use.
2458
02d844b5
GM
2459 * minibuffer.el (read-file-name-completion-ignore-case):
2460 Move before completion--in-region, for eager macro expansion.
2461
ac44d6c1
JL
24622013-05-29 Juri Linkov <juri@jurta.org>
2463
2464 * replace.el (occur-engine): Rename `globalcount' to `global-lines'
2465 for total count of matching lines. Add `global-matches' for total
2466 count of matches. Rename `matches' to `lines' for count of
2467 matching lines. Add `matches' for count of matches.
2468 Rename `lines' to `curr-line' for line count. Rename `prev-lines'
2469 to `prev-line' for line number of prev match endpt.
2470 Increment `matches' for every match. Print the number of
2471 matching lines in the header.
2472 (occur-context-lines): Rename `lines' to `curr-line'.
2473 Rename `prev-lines' to `prev-line'. (Bug#14017)
2474
3c9c9d38
JL
24752013-05-29 Juri Linkov <juri@jurta.org>
2476
2477 * replace.el (perform-replace): Add `skip-read-only-count',
2478 `skip-filtered-count', `skip-invisible-count' let-bound to 0.
2479 Increment them for corresponding conditions and report the number
2480 of skipped occurrences in the final message. (Bug#11746)
2481 (query-replace, query-replace-regexp, query-replace-regexp-eval)
2482 (replace-string, replace-regexp): Doc fix.
2483
33e249a2
SM
24842013-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
2485
8e399682
SM
2486 * emacs-lisp/trace.el (trace--read-args): Provide a default.
2487
33e249a2 2488 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Inherit from
781b4af6 2489 prog-mode-map (bug#14504).
33e249a2 2490
f236dd84
LL
24912013-05-29 Leo Liu <sdl.web@gmail.com>
2492
2493 * progmodes/octave.el (octave-indent-comment): Tweak regexps.
2494 (octave-help): Small simplification.
2495
2496 * emacs-lisp/smie.el (smie-highlight-matching-block): Always turn
2497 off the highlight first.
2498
3694d13f
GM
24992013-05-29 Glenn Morris <rgm@gnu.org>
2500
03983bdc
GM
2501 * progmodes/idlwave.el (idlwave-concatenate-rinfo-lists):
2502 Handle idlwave-last-system-routine-info-cons-cell being nil.
2503
bc74a74a
GM
2504 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
2505 (idlwave-write-paths): Simplify via with-temp-buffer.
2506
8b394200
GM
2507 * emulation/cua-gmrk.el: Also load cua-base, cua-rect at run time.
2508 * emulation/cua-rect.el: Also load cua-base at run time.
2509
3694d13f
GM
2510 * progmodes/cperl-mode.el (imenu-choose-buffer-index)
2511 (file-of-tag, etags-snarf-tag, etags-goto-tag-location): Declare.
2512 (cperl-imenu-on-info): Require imenu.
2513
336d7284
AM
25142013-05-28 Alan Mackenzie <acm@muc.de>
2515
2516 Handle "capitalised keywords" correctly.
33e249a2 2517 * progmodes/cc-mode.el (c-after-change): Bind case-fold-search to nil.
336d7284 2518
cb29c582
AG
25192013-05-28 Aidan Gauland <aidalgol@amuri.net>
2520
781b4af6 2521 * eshell/em-unix.el: Add -r option to cp.
cb29c582 2522
690e44b2
GM
25232013-05-28 Glenn Morris <rgm@gnu.org>
2524
e658d75c
GM
2525 * vc/vc-arch.el (vc-exec-after): Declare.
2526 (vc-switches): Autoload.
2527 * vc/vc-bzr.el: No need to require vc when compiling.
2528 (vc-exec-after, vc-set-async-update, vc-default-dir-printer)
2529 (vc-resynch-buffer, vc-dir-refresh): Declare.
2530 (vc-setup-buffer, vc-switches): Autoload.
712b9732
GM
2531 * vc/vc-cvs.el (vc-exec-after, vc-coding-system-for-diff)
2532 (vc-resynch-buffer): Declare.
2533 (vc-switches, vc-default-revert, vc-version-backup-file): Autoload.
e658d75c 2534 * vc/vc-dir.el (desktop-missing-file-warning): Declare.
712b9732
GM
2535 * vc/vc-git.el (vc-exec-after, vc-set-async-update)
2536 (grep-read-regexp, grep-read-files, grep-expand-template)
2537 (vc-dir-refresh): Declare.
2538 (vc-setup-buffer, vc-switches, vc-resynch-buffer): Autoload.
2539 * vc/vc-hg.el (vc-exec-after, vc-set-async-update): Declare.
2540 (vc-setup-buffer, vc-switches, vc-do-async-command): Autoload.
e658d75c
GM
2541 * vc/vc-mtn.el (vc-exec-after): Declare.
2542 (vc-switches): Autoload.
2543 * vc/vc-rcs.el (vc-expand-dirs, vc-switches)
2544 (vc-tag-precondition, vc-buffer-sync, vc-rename-master): Autoload.
2545 (vc-file-tree-walk): Declare.
712b9732
GM
2546 * vc/vc-sccs.el (vc-file-tree-walk): Declare.
2547 (vc-expand-dirs, vc-switches, vc-setup-buffer, vc-delistify)
2548 (vc-tag-precondition, vc-rename-master): Autoload.
e658d75c
GM
2549 * vc/vc-svn.el (vc-exec-after): Declare.
2550 (vc-switches, vc-setup-buffer): Autoload.
2551 * obsolete/vc-mcvs.el (vc-checkout, vc-switches, vc-default-revert):
2552 Autoload.
2553 (vc-resynch-buffer): Declare.
2554
98e87fb3
GM
2555 * obsolete/fast-lock.el (byte-compile-warnings):
2556 Don't warn about obsolete features in this obsolete file.
2557
f5379553
GM
2558 * progmodes/cc-vars.el (c-macro-names-with-semicolon):
2559 Move definition before use.
2560
7a20ef83
GM
2561 * play/dunnet.el (byte-compile-warnings): Don't disable them all.
2562 (dun-unix-verbs): Remove dun-zippy.
2563 (dun-zippy): Remove function.
2564
690e44b2
GM
2565 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
2566
3a52ccf7
JL
25672013-05-27 Juri Linkov <juri@jurta.org>
2568
2569 * replace.el (replace-search): New function with code moved out
2570 from `perform-replace'.
2571 (replace-highlight, replace-dehighlight): Move function definitions
2572 up closer to `replace-search'. (Bug#11746)
2573
d289938a
JL
25742013-05-27 Juri Linkov <juri@jurta.org>
2575
2576 * replace.el (perform-replace): Ignore invisible matches.
2577 In addition to checking `query-replace-skip-read-only', also
2578 filter out matches by calling `run-hook-with-args-until-failure'
2579 on `isearch-filter-predicates', and also check `search-invisible'
2580 for t or call `isearch-range-invisible'.
2581 (replace-dehighlight): Call `isearch-clean-overlays'. (Bug#11746)
2582
66fc57e3
JL
25832013-05-27 Juri Linkov <juri@jurta.org>
2584
2585 * isearch.el (isearch-filter-predicates): Rename from
2586 `isearch-filter-predicate'. Doc fix. (Bug#11378)
2587 (isearch-message-prefix): Display text from the property
2588 `isearch-message-prefix' of the currently active filters.
2589 (isearch-search): Don't compare `isearch-filter-predicate' with
2590 `isearch-filter-visible'. Call `run-hook-with-args-until-failure'
2591 on `isearch-filter-predicates'. Also check `search-invisible' for t
2592 or call `isearch-range-invisible'.
2593 (isearch-filter-visible): Make obsolete.
2594 (isearch-lazy-highlight-search):
2595 Call `run-hook-with-args-until-failure' on
2596 `isearch-filter-predicates' and use `isearch-range-invisible'.
2597
2598 * info.el (Info-search): Call `run-hook-with-args-until-failure' on
2599 `isearch-filter-predicates' instead of `funcall'ing
2600 `isearch-filter-predicate'.
2601 (Info-mode): Set `Info-isearch-filter' to
2602 `isearch-filter-predicates' instead of `isearch-filter-predicate'.
2603
2604 * dired-aux.el (dired-isearch-filter-predicate-orig):
2605 Remove variable.
2606 (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
2607 (dired-isearch-filenames-end): Add and remove
2608 `dired-isearch-filter-filenames' in `isearch-filter-predicates'
2609 instead of changing the value of `isearch-filter-predicate'.
2610 Rebind `dired-isearch-filenames-toggle' from "\M-sf" to "\M-sff".
2611 (dired-isearch-filter-filenames): Don't use `isearch-filter-visible'.
2612 Put property `isearch-message-prefix' to "filename " on
2613 `dired-isearch-filter-filenames'.
2614
2615 * wdired.el (wdired-change-to-wdired-mode):
2616 Add `isearch-filter-predicates' to `wdired-isearch-filter-read-only'
2617 locally instead of changing `isearch-filter-predicate'.
2618 (wdired-isearch-filter-read-only): Don't use `isearch-filter-visible'.
2619
f1a60a0f
DG
26202013-05-27 Dmitry Gutov <dgutov@yandex.ru>
2621
2622 * vc/vc-git.el (vc-git-working-revision): When in detached mode,
2623 return the commit hash (Bug#14459). Also set the
2624 `vc-git-detached' property.
2625 (vc-git--rev-parse): Extract from `vc-git-previous-revision'.
2626 (vc-git-mode-line-string): Use the same help-echo format whether
2627 in detached mode or not, because we know the actual revision now.
2628 When in detached mode, shorten the revision to 7 chars.
2629
7f17cc40
SM
26302013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
2631
2632 * emacs-lisp/easy-mmode.el (define-minor-mode):
2633 * emacs-lisp/derived.el (define-derived-mode): Always defvar the
2634 mode hook and provide a docstring.
2635
25c8401c
AM
26362013-05-27 Alan Mackenzie <acm@muc.de>
2637
2638 Remove spurious syntax-table text properties inserted by C-y.
2639 * progmodes/cc-mode.el (c-after-change): Also clear hard
2640 syntax-table property with value nil.
2641
dde84790
MA
26422013-05-27 Michael Albinus <michael.albinus@gmx.de>
2643
2644 * net/dbus.el (dbus-call-method): Let-bind `inhibit-redisplay'
2645 when reading the events; the buffer layout shall not be changed.
2646
837fd9af
LL
26472013-05-27 Leo Liu <sdl.web@gmail.com>
2648
2649 * progmodes/octave.el (inferior-octave-directory-tracker-resync):
2650 New variable.
2651 (inferior-octave-directory-tracker): Automatically re-sync
2652 default-directory.
2653 (octave-help): Improve handling of 'See also'.
2654
4fd996b3
SM
26552013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
2656
416f1802
SM
2657 * doc-view.el: Minor naming convention tweaks.
2658 (desktop-buffer-mode-handlers): Don't add to it repeatedly.
2659
4fd996b3
SM
2660 * image-mode.el (image-mode-reapply-winprops): Call image-mode-winprops
2661 even if there's no `display' property yet (bug#14435).
2662
a052ef3b
EZ
26632013-05-25 Eli Zaretskii <eliz@gnu.org>
2664
4fd996b3 2665 * subr.el (unmsys--file-name): Rename from reveal-filename.
a052ef3b
EZ
2666
2667 * Makefile.in (custom-deps, finder-data, autoloads)
2668 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
2669 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
2670 ($(CAL_DIR)/hol-loaddefs.el): All users changed.
2671
c9023370
SM
26722013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
2673
2674 * emacs-lisp/lisp.el (lisp-completion-at-point): Don't use
2675 error-completion on the first 2 args of condition-case (bug#14446).
df76dacb 2676 Don't burp at EOB.
c9023370 2677
24d699fa
LL
26782013-05-25 Leo Liu <sdl.web@gmail.com>
2679
2680 * comint.el (comint-previous-matching-input): Do not flood the
2681 *Messages* buffer with trivial messages.
2682
17e5c0cc
SM
26832013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
2684
2685 * progmodes/flymake.el (flymake-nop): Don't return a string.
2686 (flymake-set-at): Fix typo.
2687
2688 * simple.el (read--expression): New function, extracted from
2689 eval-expression. Set completion-at-point-functions (bug#14465).
2690 (eval-expression, eval-minibuffer): Use it.
2691
5d028165
XF
26922013-05-25 Xue Fuqiao <xfq.free@gmail.com>
2693
2694 * progmodes/flymake.el (flymake-save-buffer-in-file)
2695 (flymake-makehash, flymake-posn-at-point-as-event, flymake-nop)
2696 (flymake-selected-frame, flymake-log, flymake-ins-after)
2697 (flymake-set-at, flymake-get-buildfile-from-cache)
2698 (flymake-add-buildfile-to-cache, flymake-clear-buildfile-cache)
2699 (flymake-find-possible-master-files, flymake-save-buffer-in-file):
2700 Refine the doc string.
2701 (flymake-get-file-name-mode-and-masks): Reformat.
2702 (flymake-get-real-file-name-function): Fix a minor bug.
2703
7a1d7ba7
JL
27042013-05-24 Juri Linkov <juri@jurta.org>
2705
2706 * progmodes/grep.el (grep-mode-font-lock-keywords):
2707 Support =linenumber= format used by git-grep for lines with
2708 function names. (Bug#13549)
2709
650cff3d
SM
27102013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
2711
2712 * progmodes/octave.el (octave-smie-rules): Return nil rather than
2713 0 after a semi-colon; it works better for smie-auto-fill.
2714 (octave--indent-new-comment-line): New function.
2715 (octave-indent-new-comment-line): Use it (indirectly).
2716 (octave-mode): Don't disable smie-auto-fill. Use add-function to
2717 modify comment-line-break-function.
2718
2719 * emacs-lisp/smie.el (smie-auto-fill): Rework to be more robust.
2720 (smie-setup): Use add-function to set it.
2721
9631677d
SS
27222013-05-24 Sam Steingold <sds@gnu.org>
2723
2724 * sort.el (delete-duplicate-lines): Accept an optional `keep-blanks'
2725 argument (before the `interactive' argument).
2726
50105835
SM
27272013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
2728
2729 * image-mode.el (image-mode-winprops): Add winprops to
2730 image-mode-winprops-alist before running
2731 image-mode-new-window-functions.
2732 * doc-view.el (doc-view-new-window-function): Don't delay
2733 doc-view-goto-page via timers (bug#14435).
2734
57b9823e
TH
27352013-05-24 Tassilo Horn <tsdh@gnu.org>
2736
2737 * doc-view.el: Integrate with desktop.el. (Bug#14435)
2738 (doc-view-desktop-save-buffer): New function.
2739 (doc-view-restore-desktop-buffer): New function.
50105835
SM
2740 (desktop-buffer-mode-handlers):
2741 Add `doc-view-restore-desktop-buffer' as desktop.el buffer mode
57b9823e
TH
2742 handler.
2743 (doc-view-mode): Set `doc-view-desktop-save-buffer' as custom
2744 `desktop-save-buffer' function.
2745
91aafa16
MA
27462013-05-24 Michael Albinus <michael.albinus@gmx.de>
2747
2748 * net/tramp-gvfs.el (tramp-gvfs-enabled): New defconst.
2749 (tramp-gvfs-file-name-handler): Raise a user error when
2750 `tramp-gvfs-enabled' is nil.
2751 (top): Register signals only when `tramp-gvfs-enabled' is non-nil.
2752 Do not raise a user error when loading package. (Bug#14447)
2753
ec076379
MA
2754 * net/xesam.el: Move to obsolete/.
2755
db785726
GM
27562013-05-24 Glenn Morris <rgm@gnu.org>
2757
af5c7606
GM
2758 * font-lock.el (lisp-font-lock-keywords-2): Add with-coding-priority.
2759
e5d1916a
GM
2760 * emacs-lisp/chart.el (chart-sort): Replace obsolete `object-name'.
2761
ded62b08
GM
2762 * progmodes/cperl-mode.el (cperl-mode): Use fboundp.
2763 (Info-find-node, Man-getpage-in-background): Declare.
2764
9e614a3f
GM
2765 * mail/unrmail.el (unrmail):
2766 Replace obsolete detect-coding-with-priority.
2767
892f8ca3
GM
2768 * net/socks.el (socks-split-string): Use this rather than split-string.
2769 (socks-nslookup-host): Update for above change.
2770 (dynamic-choice, s5-dynamic-choice-match)
2771 (s5-dynamic-choice-match-inline, s5-widget-value-create):
2772 Comment out unused code.
2773
3c291973
GM
2774 * tooltip.el (tooltip-use-echo-area): Warn only on 'set.
2775 * progmodes/gud.el (gud-gdb-completion-function): Move before use.
2776 (gud-tooltip-echo-area): Make obsolete.
2777 (gud-tooltip-process-output, gud-tooltip-tips): Also check tooltip-mode.
2778
43cc956b
GM
2779 * progmodes/js.el (js--optimize-arglist): Declare.
2780
dab49a3b
GM
2781 * progmodes/ruby-mode.el (ruby-syntax-propertize-expansion): Declare.
2782
36b9d085
GM
2783 * progmodes/which-func.el (ediff-window-A, ediff-window-B)
2784 (ediff-window-C): Declare.
2785
e354ae76
GM
2786 * obsolete/pgg-gpg.el, obsolete/pgg-pgp.el, obsolete/pgg-pgp5.el:
2787 Tweak requires to silence compiler.
2788
b8e57bf4
GM
2789 * obsolete/sym-comp.el: No need to load hipper-exp when compiling.
2790 (he-search-string, he-tried-table, he-expand-list)
2791 (he-init-string, he-string-member, he-substitute-string)
2792 (he-reset-string): Declare.
2793
db785726
GM
2794 * obsolete/options.el (list-options): Use custom-variable-p,
2795 rather than obsolete alias.
2796
b3531901
SS
27972013-05-23 Sam Steingold <sds@gnu.org>
2798
2799 * simple.el (shell-command-on-region): Pass the `replace' argument
db785726 2800 down to `call-process-region' to comply with the doc as reported on
b3531901
SS
2801 <http://stackoverflow.com/questions/16720458/emacs-noninteractive-call-to-shell-command-on-region-always-deletes-region>
2802
bdda4c66
SM
28032013-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
2804
2805 * emacs-lisp/smie.el (smie-indent-forward-token)
2806 (smie-indent-backward-token): Handle string tokens (bug#14381).
2807
c43d45f9
TH
28082013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2809
fe1eb856
RS
2810 * ielm.el (ielm-menu): New menu.
2811 (inferior-emacs-lisp-mode): Set comment-start.
96172128 2812
fe1eb856
RS
28132013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2814
2815 * lisp/textmodes/reftex.el (reftex-ref-style-toggle):
2816 Fix deactivate action.
2817
2818 * lisp/textmodes/reftex-vars.el (reftex-ref-style-alist):
2819 Add cleveref macros.
074dd971 2820
c43d45f9
TH
2821 * lisp/textmodes/reftex-parse.el
2822 (reftex-locate-bibliography-files): Accept options for
2823 bibliography commands.
2824 * lisp/textmodes/reftex-vars.el (reftex-bibliography-commands):
2825 Add addbibresource. Basic Biblatex support.
2826
7764286e
MA
28272013-05-23 Michael Albinus <michael.albinus@gmx.de>
2828
2829 * net/tramp-gvfs.el (top):
2830 * net/xesam.el (xesam-dbus-unique-names): Suppress D-Bus errors
2831 when loading package. (Bug#14447)
2832
d361bc10
GM
28332013-05-23 Glenn Morris <rgm@gnu.org>
2834
8fa23984
GM
2835 * progmodes/js.el: No need to load comint when compiling.
2836 (ring-insert, comint-send-string, comint-send-input)
2837 (comint-last-input-end, ido-chop): Declare.
2838
a5c7df1a
GM
2839 * vc/ediff-diff.el, vc/ediff-merg.el: Require ediff-util at run-time.
2840 * vc/ediff-mult.el: Adjust requires.
2841 (ediff-directories-internal, ediff-directory-revisions-internal)
2842 (ediff-patch-file-internal): Declare.
2843 * vc/ediff-ptch.el: Adjust requires.
2844 (ediff-use-last-dir, ediff-buffers-internal): Declare.
2845 (ediff-find-file): Autoload.
2846 * vc/ediff-util.el: No need to load ediff when compiling.
2847 (ediff-regions-internal): Declare.
2848 * vc/ediff-wind.el: Adjust requires.
2849 (ediff-compute-toolbar-width): Define when compiling.
2850 (ediff-setup-control-buffer, ediff-make-bottom-toolbar): Declare.
2851 * vc/ediff.el: No need to load dired, ediff-ptch when compiling.
2852 (dired-get-filename, dired-get-marked-files)
2853 (ediff-last-dir-patch, ediff-patch-default-directory)
2854 (ediff-get-patch-buffer, ediff-dispatch-file-patching-job)
2855 (ediff-patch-buffer-internal): Declare.
2856
e2aec513
GM
2857 * emacs-lisp/checkdoc.el: No need to load ispell when compiling.
2858 (ispell-process, ispell-buffer-local-words, lm-summary)
2859 (lm-section-start, lm-section-end): Declare.
2860 (checkdoc-ispell-init): Simplify.
2861
e68bbd7c
GM
2862 * progmodes/vera-mode.el (he-init-string, he-dabbrev-beg)
2863 (he-string-member, he-reset-string, he-substitute-string): Declare.
2864
7efe0991
GM
2865 * eshell/em-ls.el: Adjust requires.
2866 (eshell-glob-regexp): Declare.
f87b1284
GM
2867 * eshell/em-tramp.el: Adjust requires.
2868 (eshell-parse-command): Autoload.
2869 * eshell/em-xtra.el: Adjust requires.
2870 (eshell-parse-command): Autoload.
2871 * eshell/esh-ext.el: Adjust requires.
2872 (eshell-parse-command, eshell-close-handles): Autoload.
2873 * eshell/esh-io.el: Adjust requires.
2874 (eshell-output-filter): Autoload.
2875 * eshell/esh-util.el: No need to load tramp when compiling.
2876 (tramp-file-name-structure, ange-ftp-ls, ange-ftp-file-modtime):
2877 Declare.
2878 (eshell-parse-ange-ls): Require ange-ftp and tramp.
2879 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
2880 * eshell/em-cmpl.el, eshell/em-glob.el, eshell/em-pred.el:
2881 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-smart.el:
2882 * eshell/em-term.el, eshell/esh-arg.el, eshell/esh-mode.el:
2883 * eshell/esh-opt.el, eshell/esh-proc.el:
2884 * eshell/esh-var.el: Adjust requires.
2885 * eshell/eshell.el: Do not require esh-util twice.
2886 (eshell-add-input-to-history): Declare.
2887 (eshell-command): Check history module is active before using it.
2888
d361bc10
GM
2889 * eshell/em-ls.el (eshell-ls-dir): Fix -A handling.
2890
85d090a9
LL
28912013-05-22 Leo Liu <sdl.web@gmail.com>
2892
2893 * progmodes/octave.el (inferior-octave-startup): Fix bug#14433.
2894
5d0acd9d
MA
28952013-05-22 Michael Albinus <michael.albinus@gmx.de>
2896
2897 * autorevert.el (auto-revert-notify-add-watch)
2898 (auto-revert-notify-handler): Add `attrib' for the inotify case,
2899 it indicates changes in file modification time.
2900
0cdffd7d
GM
29012013-05-22 Glenn Morris <rgm@gnu.org>
2902
ca5995ec
GM
2903 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
2904 Always delete the autoloaded function from the noruntime and
2905 unresolved functions lists.
2906
6450907e
GM
2907 * allout.el: No need to load epa, epg, overlay when compiling.
2908 (epg-context-set-passphrase-callback, epg-list-keys)
2909 (epg-decrypt-string, epg-encrypt-string, epg-user-id-string)
2910 (epg-key-user-id-list): Declare.
2911
9c6906f6
GM
2912 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
2913 (viper-set-parsing-style-toggling-macro)
2914 (viper-set-emacs-state-searchstyle-macros):
2915 Use called-interactively-p on Emacs.
2916 (viper-looking-back): Make it an obsolete alias. Update callers.
2917 * emulation/viper-ex.el: Load viper-keym, not viper-cmd.
2918 Use looking-back rather than viper-looking-back.
2919 (viper-tmp-insert-at-eob, viper-enlarge-region)
2920 (viper-read-string-with-history, viper-register-to-point)
2921 (viper-append-to-register, viper-change-state-to-vi)
2922 (viper-backward-char-carefully, viper-forward-char-carefully)
2923 (viper-Put-back, viper-put-back, viper-add-newline-at-eob-if-necessary)
2924 (viper-change-state-to-emacs): Declare.
2925 * emulation/viper-macs.el: Load viper-mous, viper-ex, not viper-cmd.
2926 (viper-change-state-to-insert, viper-change-state-to-vi): Declare.
2927 * emulation/viper-mous.el: Do not load viper-cmd.
2928 (viper-backward-char-carefully, viper-forward-char-carefully)
2929 (viper-forward-word, viper-adjust-window): Declare.
2930
5f70c169
GM
2931 * vc/ediff.el (ediff-version): Use called-interactively-p on Emacs.
2932
b1b7f300
GM
2933 * progmodes/idlw-help.el (idlwave-help-fontify):
2934 Use called-interactively-p.
2935
f6ebbb46
GM
2936 * term/w32console.el (w32-get-console-codepage)
2937 (w32-get-console-output-codepage): Declare.
2938
0cdffd7d
GM
2939 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape):
2940 Remove unnecessary declarations.
2941 (dframe-message): Doc fix.
2942
2943 * info.el (dframe-select-attached-frame, dframe-current-frame):
2944 Declare.
2945
2946 * speedbar.el (speedbar-message): Make it an obsolete alias.
2947 Update all callers.
2948 (speedbar-with-attached-buffer)
2949 (speedbar-maybee-jump-to-attached-frame): Make these aliases obsolete.
2950 (speedbar-with-writable): Use backquote.
2951 * emacs-lisp/eieio-opt.el (eieio-describe-class-sb):
2952 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
2953 Use dframe-with-attached-buffer, dframe-maybee-jump-to-attached-frame
2954 rather than speedbar- aliases.
2955 * mail/rmail.el: Load dframe rather than speedbar when compiling.
2956 (speedbar-make-specialized-keymap, speedbar-insert-button)
2957 (dframe-select-attached-frame, dframe-maybee-jump-to-attached-frame)
2958 (speedbar-do-function-pointer): Declare.
2959 (rmail-speedbar-button, rmail-speedbar-find-file)
2960 (rmail-speedbar-move-message):
2961 Use dframe-with-attached-buffer rather than speedbar- alias.
2962 * progmodes/gud.el: Load dframe rather than speedbar when compiling.
2963 (dframe-message, speedbar-make-specialized-keymap)
2964 (speedbar-add-expansion-list, speedbar-mode-functions-list)
2965 (speedbar-make-tag-line, speedbar-remove-localized-speedbar-support)
2966 (speedbar-insert-button, dframe-select-attached-frame)
2967 (dframe-maybee-jump-to-attached-frame)
2968 (speedbar-change-initial-expansion-list)
2969 (speedbar-previously-used-expansion-list-name): Declare.
2970 (gud-speedbar-item-info, gud-gdb-goto-stackframe):
2971 Use dframe-message, dframe-with-attached-buffer rather than
2972 speedbar- aliases.
2973 (gud-sentinel): Silence compiler.
2974 * progmodes/vhdl-mode.el (speedbar-refresh)
2975 (speedbar-do-function-pointer, speedbar-add-supported-extension)
2976 (speedbar-add-mode-functions-list, speedbar-make-specialized-keymap)
2977 (speedbar-change-initial-expansion-list, speedbar-add-expansion-list)
2978 (speedbar-extension-list-to-regex, speedbar-directory-buttons)
2979 (speedbar-file-lists, speedbar-make-tag-line)
2980 (speedbar-line-directory, speedbar-goto-this-file)
2981 (speedbar-center-buffer-smartly, speedbar-change-expand-button-char)
2982 (speedbar-delete-subblock, speedbar-position-cursor-on-line)
2983 (speedbar-make-button, speedbar-reset-scanners)
2984 (speedbar-files-item-info, speedbar-line-text)
2985 (speedbar-find-file-in-frame, speedbar-set-timer)
2986 (dframe-maybee-jump-to-attached-frame, speedbar-line-file): Declare.
2987 (speedbar-with-writable): Do not (re)define it.
2988 (vhdl-speedbar-find-file): Use dframe-maybee-jump-to-attached-frame
2989 rather than speedbar- alias.
2990
ee44b62a
LL
29912013-05-21 Leo Liu <sdl.web@gmail.com>
2992
2993 * progmodes/octave.el (octave-mode-menu): Update and re-organize
2994 menu items.
2995 (octave-mode): Tweak fill-nobreak-predicate.
2996 (inferior-octave-startup): Check process to avoid infinite loop.
2997 (inferior-octave): Pop to buffer first to show abornmal process
2998 exit information.
2999
640f050f
GM
30002013-05-21 Glenn Morris <rgm@gnu.org>
3001
79458038
GM
3002 * printing.el (pr-menu-bar): Define when compiling.
3003
9cc3e83f
LL
30042013-05-21 Leo Liu <sdl.web@gmail.com>
3005
3006 * progmodes/octave.el (octave-auto-fill): Remove.
3007 (octave-indent-new-comment-line): Improve.
3008 (octave-mode): Use auto fill mode through
4f405069 3009 comment-line-break-function and fill-nobreak-predicate.
9cc3e83f 3010 (octave-goto-function-definition): Support DEFUN_DLD.
4f405069 3011 (octave-beginning-of-defun): Small tweak.
9cc3e83f
LL
3012 (octave-help): Show parent directory.
3013
f440830d
GM
30142013-05-21 Glenn Morris <rgm@gnu.org>
3015
3016 * files.el (dired-unmark):
3017 * progmodes/gud.el (gdb-input): Update declarations.
3018
3019 * calculator.el (electric, ehelp): No need to load when compiling.
3020 (Electric-command-loop, electric-describe-mode): Declare.
3021
3022 * doc-view.el (doc-view-current-converter-processes): Move before use.
3023
3024 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
3025 Move MODE-set-explicitly definition before use.
3026
3027 * international/mule-diag.el (mule-diag):
3028 Don't use obsolete window-system-version.
3029
3030 * mail/feedmail.el (smtpmail): No need to load when compiling.
3031 (smtpmail-via-smtp, smtpmail-smtp-server): Declare.
3032
3033 * mail/mail-utils.el (rfc822): No need to load when compiling.
3034 (rfc822-addresses): Autoload it.
3035 (mail-strip-quoted-names): Trivial simplification.
3036
3037 * mail/rmail.el (rmail-mime-message-p, rmail-mime-toggle-raw): Declare.
3038 (rmail-retry-failure): Don't assume that rmail-mime-feature == rmailmm.
3039
3040 * net/snmp-mode.el (tempo): Don't duplicate requires.
3041
3042 * progmodes/prolog.el (info): No need to load when compiling.
3043 (comint): Require before shell requires it.
3044 (Info-goto-node): Autoload it.
3045 (Info-follow-nearest-node): Declare.
3046 (prolog-help-info, prolog-goto-predicate-info): No need to require info.
3047
3048 * textmodes/artist.el (picture-mode-exit): Declare.
3049
3050 * textmodes/reftex-parse.el (reftex-parse-from-file):
3051 Trivial rewrite so the compiler can parse it better.
3052
b4da2cbb
LL
30532013-05-20 Leo Liu <sdl.web@gmail.com>
3054
3055 * progmodes/octave.el (octave-help-mode-map)
3056 (octave-help-mode-finish-hook): New variables.
3057 (octave-help-mode, octave-help-mode-finish): New functions.
3058 (octave-help): Use octave-help-mode.
3059
33c0f65b
GM
30602013-05-20 Glenn Morris <rgm@gnu.org>
3061
3062 * format-spec.el (format-spec): Allow spec chars with nil. (Bug#14420)
3063
1a0a0a8a
DG
30642013-05-19 Dmitry Gutov <dgutov@yandex.ru>
3065
3066 * progmodes/ruby-mode.el (ruby-expression-expansion-re): Allow to
3067 start at point, so that expansion starting right after opening
3068 slash in a regexp is recognized.
3069 (ruby-syntax-before-regexp-re): New defvar, extracted from
3070 ruby-syntax-propertize-function. Since the value of this regexp
3071 is looked up at runtime now, we should be able to turn
3072 `ruby-syntax-methods-before-regexp' into a defcustom later.
3073 (ruby-syntax-propertize-function): Split regexp matching into two
3074 parts, for opening and closing slashes. That allows us to skip
3075 over string interpolations and support multiline regexps.
3076 Don't call `ruby-syntax-propertize-expansions', instead use another rule
3077 for them, which calls `ruby-syntax-propertize-expansion'.
3078 (ruby-syntax-propertize-expansions): Move `remove-text-properties'
3079 call to `ruby-syntax-propertize-function'.
3080 (ruby-syntax-propertize-expansion): Extracted from
3081 `ruby-syntax-propertize-expansions'. Handles one expansion.
1a0a0a8a
DG
3082 (ruby-syntax-propertize-percent-literal): Leave point right after
3083 the percent symbol, so that the expression expansion rule can
3084 propertize the contents.
462388b6
DG
3085 (ruby-syntax-propertize-heredoc): Leave point at bol following the
3086 heredoc openers.
3087 (ruby-syntax-propertize-expansions): Remove.
1a0a0a8a 3088
c1a6c0a4
JL
30892013-05-18 Juri Linkov <juri@jurta.org>
3090
3091 * man.el (Man-default-man-entry): Remove `-' from the end
3092 of the default value. (Bug#14400)
3093
8051fccd
GM
30942013-05-18 Glenn Morris <rgm@gnu.org>
3095
3096 * comint.el (comint-password-prompt-regexp):
3097 Allow "password for XXX" where XXX contains colons (eg https://...).
3098
5e80b74f
LL
30992013-05-18 Leo Liu <sdl.web@gmail.com>
3100
3101 * progmodes/octave.el (inferior-octave-startup): Use OCTAVE_SRCDIR
f6f87d33 3102 instead. Include "--no-gui" to prevent hangs for Octave > 3.7.
5e80b74f
LL
3103 (octave-source-directories): Don't check process.
3104 (octave-source-directories, octave-find-definition): Doc fix.
3105
521a54c5
GM
31062013-05-18 Glenn Morris <rgm@gnu.org>
3107
86a94b05
GM
3108 * progmodes/vhdl-mode.el (vhdl-mode-map-init):
3109 Remove backspace/delete bindings. (Bug#14392)
3110
521a54c5
GM
3111 * cus-dep.el (custom-make-dependencies): Sort the output.
3112 (custom-versions-load-alist): Convert comment to doc.
3113
42caeb89
LL
31142013-05-17 Leo Liu <sdl.web@gmail.com>
3115
3116 * newcomment.el (comment-search-backward): Stricter in finding
3117 comment start. (Bug#14303)
3118
3119 * progmodes/octave.el (octave-comment-start): Remove the SPC char.
3120 (octave-comment-start-skip): Properly anchored.
3121
e219dd97
LL
31222013-05-17 Leo Liu <sdl.web@gmail.com>
3123
fe1eb856
RS
3124 * emacs-lisp/smie.el (smie-highlight-matching-block-mode):
3125 Clean up when turned off. (Bug#14395)
e219dd97
LL
3126 (smie--highlight-matching-block-overlay): No longer buffer-local.
3127 (smie-highlight-matching-block): Adjust.
3128
dc5dcb4b
PE
31292013-05-17 Paul Eggert <eggert@cs.ucla.edu>
3130
3131 Doc string fix for "nanoseconds" (Bug#14406).
3132 * emacs-lisp/timer.el (timer-relative-time, timer-inc-time):
3133 Fix doc string typo that had "nanoseconds" instead of "microseconds".
3134
1db165f0
JB
31352013-05-17 Jay Belanger <jay.p.belanger@gmail.com>
3136
3137 * calc/calc-units.el (math-extract-units): Preserve powers
3138 of units.
3139
c7a8fcac
LL
31402013-05-17 Leo Liu <sdl.web@gmail.com>
3141
3142 * subr.el (delete-consecutive-dups): New function.
3143 * ido.el (ido-set-matches-1): Use it.
3144 * progmodes/octave.el (inferior-octave-completion-table): Use it.
3145 * ido.el (ido-remove-consecutive-dups): Remove.
3146
f678b18a
SM
31472013-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
3148
3149 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
3150 (f90-hpf-keywords-re, f90-constants-re): Use \\_< rather than
3151 regexp-opt's `words'.
3152
ebfe68e8
LL
31532013-05-16 Leo Liu <sdl.web@gmail.com>
3154
3155 * emacs-lisp/smie.el (smie-matching-block-highlight): New face.
3156 (smie--highlight-matching-block-overlay)
3157 (smie--highlight-matching-block-lastpos)
3158 (smie--highlight-matching-block-timer): New variables.
3159 (smie-highlight-matching-block): New function.
3160 (smie-highlight-matching-block-mode): New minor mode. (Bug#14395)
3161 (smie-setup): Conditionally enable smie-blink-matching-open.
3162
bc8bc17d
WS
31632013-05-16 Wilson Snyder <wsnyder@wsnyder.org>
3164
3165 Sync with upstream verilog-mode r840.
3166 * progmodes/verilog-mode.el (verilog-mode-version)
3167 (verilog-mode-release-date): Update.
3168 (verilog-auto-lineup, verilog-auto-reset): Doc fixes.
3169 (verilog-sig-tieoff): Fix string error on
3170 AUTORESET with colon define, bug594. Reported by Andrew Hou.
3171 (verilog-read-decls): Fix parameters confusing
3172 AUTOINST interfaces, bug565. Reported by Leith Johnson.
3173
df065a0b
EZ
31742013-05-16 Eli Zaretskii <eliz@gnu.org>
3175
3176 * subr.el (reveal-filename): New function.
3177
3178 * loadup.el: Compute Emacs executable versions on MS-Windows,
3179 where executables have the .exe extension. Add a hard link
3180 emacs-XX.YY.ZZ.exe on MS-Windows.
3181
3182 * Makefile.in (XARGS_LIMIT): New variable.
3183 (custom-deps, finder-data, autoloads)
3184 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
3185 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
3186 ($(CAL_DIR)/hol-loaddefs.el): Use reveal-filename.
3187 (compile-main): Limit xargs according to $(XARGS_LIMIT).
3188
2d4bf34b
LL
31892013-05-16 Leo Liu <sdl.web@gmail.com>
3190
3191 * progmodes/octave.el (octave-indent-defun): Mark obsolete.
3192 (octave-mode-menu, octave-mode-map): Remove its uses.
3193
6b9c2d85
RZ
31942013-05-16 Reto Zimmermann <reto@gnu.org>
3195
3196 Sync with upstream vhdl mode v3.34.2.
3197 * progmodes/vhdl-mode.el: Use `push' throughout.
3198 (vhdl-version, vhdl-time-stamp, vhdl-doc-release-notes): Update.
3199 (vhdl-compiler-alist): Replace "\t\n" by "\\t\\n".
3200 Add IBM & Quartus compiler. Enhance entry for ADVance MS compiler.
3201 (vhdl-actual-generic-name): New option to derive actual generic name.
3202 (vhdl-port-paste-signals): Replace formal by actual generics.
3203 (vhdl-beautify): New name for old group vhdl-align. Update users.
3204 (vhdl-beautify-options): New option.
3205 (vhdl-last-input-event): New compat alias. Use throughout.
3206 (vhdl-goto-line): Replace user level function `goto-line'.
3207 (vhdl-mode-map): Add bindings for vhdl-fix-statement-region,
3208 vhdl-fix-statement-buffer.
3209 (vhdl-create-mode-menu): Add some entries.
3210 (vhdl-align-region-groups): Respect vhdl-beautify-options.
3211 (vhdl-align-inline-comment-region-1): Handle "--" inside string.
3212 (vhdl-fixup-whitespace-region): Handle symbols at EOL.
3213 (vhdl-fix-statement-region, vhdl-fix-statement-buffer): New commands,
3214 to force statements on one line.
3215 (vhdl-remove-trailing-spaces-region):
3216 New, split from vhdl-remove-trailing-spaces.
3217 (vhdl-beautify-region): Fix statements, trailing spaces, ^M character.
3218 Respect vhdl-beautify-options.
3219 (vhdl-update-sensitivity-list-buffer): If non-interactive save buffer.
3220 (vhdl-update-sensitivity-list): Not add with index if exists without.
3221 Not include array index with signal. Ignore keywords in comments.
3222 (vhdl-get-visible-signals): Regexp tweaks.
3223 (vhdl-template-component-inst): Handle empty library.
3224 (vhdl-template-type): Add template for 'enum' type.
3225 (vhdl-port-paste-generic-map, vhdl-port-paste-constants):
3226 Use vhdl-replace-string.
3227 (vhdl-port-paste-signals): Use vhdl-prepare-search-1.
3228 (vhdl-speedbar-mode-map): Rename from vhdl-speedbar-key-map.
3229 (vhdl-speedbar-initialize): Update for above name change.
3230 (vhdl-compose-wire-components): Fix in handling of constants.
3231 (vhdl-error-regexp-emacs-alist): New variable.
3232 (vhdl-error-regexp-add-emacs): New function;
3233 adds support for new compile.el (Emacs 22+)
3234 (vhdl-generate-makefile-1): Change target order for single lib. units.
3235 Allow use of absolute file names.
3236
9df4ec5e
LL
32372013-05-16 Leo Liu <sdl.web@gmail.com>
3238
3239 * simple.el (prog-indent-sexp): Indent enclosing defun.
3240
f5ba00a6
GM
32412013-05-15 Glenn Morris <rgm@gnu.org>
3242
ed8be7ff
GM
3243 * cus-start.el (show-trailing-whitespace): Move to editing basics.
3244 * faces.el (trailing-whitespace): Don't use whitespace-faces group.
3245 * obsolete/old-whitespace.el (whitespace-faces): Remove group.
3246 (whitespace-highlight): Move to whitespace group.
3247
3248 * comint.el (comint-source):
3249 * pcmpl-linux.el (pcmpl-linux):
3250 * shell.el (shell-faces):
3251 * eshell/esh-opt.el (eshell-opt):
3252 * international/ccl.el (ccl): Remove empty custom groups.
3253
3254 * completion.el (dynamic-completion-mode):
3255 * jit-lock.el (jit-lock-debug-mode):
3256 * minibuffer.el (completion-in-region-mode):
3257 * type-break.el (type-break-mode-line-message-mode)
3258 (type-break-query-mode):
3259 * emulation/tpu-edt.el (tpu-edt-mode):
3260 * progmodes/subword.el (global-subword-mode, global-superword-mode):
3261 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
3262 * term/vt100.el (vt100-wide-mode): Specify explicit :group.
3263
3264 * term/xterm.el (xterm): Change parent group to terminals.
3265
3266 * master.el (master): Remove empty custom group.
3267 (master-mode): Remove unused :group argument.
3268 * textmodes/refill.el (refill): Remove empty custom group.
3269 (refill-mode): Remove unused :group argument.
3270
3271 * textmodes/rst.el (rst-compile-toolsets): Use rst-compile group.
3272
82a7c41b
GM
3273 * cus-dep.el: Provide a feature.
3274 (custom-make-dependencies): Ignore dotfiles (dir-locals).
f5ba00a6
GM
3275 Don't mistakenly ignore files whose basenames match a basename
3276 from preloaded-file-list (eg cedet/ede/simple.el).
82a7c41b 3277 Add a fallback method for getting :group.
f5ba00a6 3278
6d65486d
JL
32792013-05-15 Juri Linkov <juri@jurta.org>
3280
da547b32
JL
3281 * isearch.el (isearch-char-by-name): Rename from
3282 `isearch-insert-char-by-name'. Doc fix.
3283 (isearch-forward): Mention `isearch-char-by-name' in
3284 the docstring. (Bug#13348)
3285
6d65486d
JL
3286 * isearch.el (minibuffer-local-isearch-map): Bind "\r" to
3287 `exit-minibuffer' instead of
3288 `isearch-nonincremental-exit-minibuffer'.
3289 (isearch-edit-string): Remove mention of
3290 `isearch-nonincremental-exit-minibuffer' from docstring.
3291 (isearch-nonincremental-exit-minibuffer): Mark as obsolete.
3292 (isearch-forward-exit-minibuffer)
3293 (isearch-reverse-exit-minibuffer): Add docstring. (Bug#13348)
3294
c9990474
SM
32952013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
3296
6e911150
SM
3297 * loadup.el: Just use unversioned DOC.
3298
c9990474
SM
3299 * nxml/nxml-mode.el: Treat unclosed <[[, <?, comment, and other
3300 literals as extending to EOB.
3301 (nxml-last-fontify-end): Remove unused variable.
3302 (nxml-after-change1): Use with-silent-modifications.
3303 (nxml-extend-after-change-region): Simplify.
3304 (nxml-extend-after-change-region1): Remove function.
3305 (nxml-after-change1): Don't adjust for dependent regions.
3306 (nxml-fontify-matcher): Simplify.
3307 * nxml/xmltok.el (xmltok-dependent-regions): Remove variable.
3308 (xmltok-add-dependent): Remove function.
3309 (xmltok-scan-after-lt, xmltok-scan-after-processing-instruction-open)
3310 (xmltok-scan-after-comment-open, xmltok-scan-prolog-literal)
3311 (xmltok-scan-prolog-after-processing-instruction-open): Treat
3312 unclosed <[[, <?, comment, and other literals as extending to EOB.
3313 * nxml/rng-valid.el (rng-mark-xmltok-dependent-regions)
3314 (rng-mark-xmltok-dependent-region, rng-dependent-region-changed):
3315 Remove functions.
3316 (rng-do-some-validation-1): Don't mark dependent regions.
3317 * nxml/nxml-rap.el (nxml-adjust-start-for-dependent-regions)
3318 (nxml-mark-parse-dependent-regions, nxml-mark-parse-dependent-region)
3319 (nxml-clear-dependent-regions): Remove functions.
3320 (nxml-scan-after-change, nxml-scan-prolog, nxml-tokenize-forward)
3321 (nxml-ensure-scan-up-to-date):
3322 Don't clear&mark dependent regions.
3323
e3772e98
LL
33242013-05-15 Leo Liu <sdl.web@gmail.com>
3325
c9990474
SM
3326 * progmodes/octave.el (octave-goto-function-definition):
3327 Improve and fix callers.
e3772e98 3328
5ac2eb34
SM
33292013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
3330
c46c57b0
SM
3331 * emacs-lisp/cl-extra.el (cl-getf): Return the proper value in
3332 the setter (bug#14387).
3333
5ac2eb34
SM
3334 * progmodes/f90.el (f90-blocks-re): Include the terminating \> in the
3335 surrounding group (bug#14402).
3336
180ed218
JL
33372013-05-14 Juri Linkov <juri@jurta.org>
3338
3339 * subr.el (find-tag-default-as-regexp): Return nil if `tag' is nil.
3340 (Bug#14390)
3341
0ac0fecb
GM
33422013-05-14 Glenn Morris <rgm@gnu.org>
3343
3344 * progmodes/f90.el (f90-imenu-generic-expression):
3345 Fix typo in 2013-05-08 change. (Bug#14402)
3346
2e78e6a7
JPG
33472013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
3348
5ac2eb34
SM
3349 * progmodes/gdb-mi.el (gdb-running, gdb-starting):
3350 Remove signals for which replies are never received.
2e78e6a7 3351
53267cca
JPG
33522013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
3353
3354 * progmodes/gdb-mi.el: Fix non-responsive gud commands (bug#13845)
3355 (gdb-handler-alist, gdb-handler-number): Remove variables.
3356 (gdb-handler-list): New variable.
3357 (gdb-add-handler, gdb-delete-handler, gdb-get-handler-function)
3358 (gdb-pending-handler-p, gdb-handle-reply)
3359 (gdb-remove-all-pending-triggers): New functions.
3360 (gdb-discard-unordered-replies): New defcustom.
3361 (gdb-handler): New defstruct.
3362 (gdb-wait-for-pending): Fix invalid backquote. Use gdb-handler-list.
3363 instead of gdb-pending-triggers. Update docstring.
3364 (gdb-init-1): Remove dead variables. Initialize gdb-handler-list.
3365 (gdb-speedbar-update, gdb-speedbar-timer-fn, gdb-var-update)
3366 (gdb-var-update-handler, def-gdb-auto-update-trigger)
3367 (def-gdb-auto-update-handler, gdb-get-changed-registers)
3368 (gdb-changed-registers-handler, gdb-get-main-selected-frame)
3369 (gdb-frame-handler): Pending triggers are now automatically managed.
3370 (def-gdb-trigger-and-handler, def-gdb-auto-update-handler):
3371 Remove argument.
3372 (gdb-input): Automatically handles pending triggers. Update docstring.
3373 (gdb-resync): Replace gdb-pending-triggers by gdb-handler-list.
3374 (gdb-thread-exited, gdb-thread-selected, gdb-register-names-handler):
3375 Update comments.
3376 (gdb-done-or-error): Now use gdb-handle-reply.
3377
d04ce803
JPG
33782013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
3379
3380 * progmodes/gdb-mi.el (gdb-input): Include token numbers in
3381 gdb-debug-log.
3382
0114073a
GM
33832013-05-14 Glenn Morris <rgm@gnu.org>
3384
3385 * subr.el (user-emacs-directory-warning): New option.
3386 (locate-user-emacs-file): Handle non-accessible .emacs.d. (Bug#13930)
3387
4d25fd7e
LL
33882013-05-14 Leo Liu <sdl.web@gmail.com>
3389
3390 * progmodes/octave.el (octave-font-lock-keywords): Fix error
3391 during redisplay.
3392 (octave-goto-function-definition, octave-find-definition): Minor tweaks.
6073d8f4
LL
3393 (octave-font-lock-texinfo-comment): Fix invalid search bound
3394 error: wrong side of point.
4d25fd7e 3395
27c8b6eb
GM
33962013-05-14 Glenn Morris <rgm@gnu.org>
3397
61aaeb01
GM
3398 * progmodes/flymake.el (flymake-xml-program): New option.
3399 (flymake-xml-init): Use it.
3400
5bf90bc5
GM
3401 * term/xterm.el: Provide a feature.
3402
3403 * term/sup-mouse.el: Move to obsolete/. Provide a feature.
27c8b6eb 3404
f4c7dfd2
GM
34052013-05-13 Glenn Morris <rgm@gnu.org>
3406
3407 * cus-dep.el (defcustom-mh, defgroup-mh, defface-mh):
3408 Add compat aliases as a hack workaround. (Bug#14384)
3409
2aeb3a1d
LL
34102013-05-13 Leo Liu <sdl.web@gmail.com>
3411
b0e069c2
LL
3412 * progmodes/octave.el (octave-indent-comment): Fix indentation for
3413 ###, and %!.
f5a9432f
LL
3414 (octave-mode-map): Bind octave-indent-defun to C-c C-q instead of
3415 C-M-q.
b0e069c2
LL
3416 (octave-comment-start-skip): Include %!.
3417 (octave-mode): Set comment-start-skip to octave-comment-start-skip.
2aeb3a1d 3418
30ea8374
LL
34192013-05-12 Leo Liu <sdl.web@gmail.com>
3420
3421 * progmodes/octave.el (inferior-octave-startup): Store the value
3422 of __octave_srcdir__ for octave-source-directories.
3423 (inferior-octave-check-process): New function refactored out of
3424 inferior-octave-send-list-and-digest.
3425 (octave-source-directories)
3426 (octave-find-definition-filename-function): New variables.
3427 (octave-source-directories)
3428 (octave-find-definition-default-filename): New functions.
3429 (octave-find-definition): Improve to find functions implemented in C++.
3430
472a3834
GM
34312013-05-12 Glenn Morris <rgm@gnu.org>
3432
3433 * calendar/diary-lib.el (diary-outlook-format-1):
3434 Don't include dayname in the output. (Bug#14349)
3435
3191b52f
GM
34362013-05-11 Glenn Morris <rgm@gnu.org>
3437
0060ac73
GM
3438 * emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix.
3439
3191b52f
GM
3440 * cus-dep.el (custom-make-dependencies): Only use safe local variables.
3441 Treat cc-provide like provide.
3442
e065ba74
KR
34432013-05-11 Kevin Ryde <user42@zip.com.au>
3444
3445 * cus-dep.el (custom-make-dependencies):
3446 Use generated-autoload-load-name for the sake of files such
3447 such cedet/semantic/bovine/c.el, where the base file name
3448 is not in load-path. (Bug#5277)
3449
36f84c37
GM
34502013-05-11 Glenn Morris <rgm@gnu.org>
3451
3452 * dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el:
3453 Provide features.
3454
c8730c3a
LL
34552013-05-11 Leo Liu <sdl.web@gmail.com>
3456
3457 * progmodes/octave.el (octave-indent-comment): Improve.
3458 (octave-eldoc-message-style, octave-eldoc-cache): New variables.
5ac2eb34
SM
3459 (octave-eldoc-function-signatures, octave-eldoc-function):
3460 New functions.
c8730c3a
LL
3461 (octave-mode, inferior-octave-mode): Add eldoc support.
3462
212e29f2
RS
34632013-05-11 Richard Stallman <rms@gnu.org>
3464
3465 * epa.el (epa-decrypt-file): Take output file name as argument
3466 and read it using `interactive'.
3467
083fe0d7
LL
34682013-05-11 Leo Liu <sdl.web@gmail.com>
3469
3470 * progmodes/octave.el (octave-beginning-of-line)
3471 (octave-end-of-line): Check before using up-list because it jumps
3472 out of more syntactic contructs since moving to smie.
9dbdb67e
LL
3473 (octave-indent-comment): New function.
3474 (octave-mode): Use it in smie-indent-functions. (Bug#14350)
6980b0ca
LL
3475 (octave-begin-keywords, octave-end-keywords)
3476 (octave-reserved-words, octave-smie-bnf-table)
3477 (octave-smie-rules): Add new keywords from Octave 3.6.4.
083fe0d7 3478
8582e4c4
GM
34792013-05-11 Glenn Morris <rgm@gnu.org>
3480
f20def1f
GM
3481 * faces.el (internal-face-x-get-resource):
3482 * frame.el (ns-display-monitor-attributes-list):
d78abe37 3483 * calc/calc-aent.el (math-to-radians-2):
f20def1f 3484 * emacs-lisp/package.el (tar-header-name, tar-header-link-type):
d78abe37 3485 Fix declarations.
f20def1f 3486
445f95e2
GM
3487 * calc/calc-menu.el: Make it loadable in isolation.
3488
3489 * net/eudcb-bbdb.el: Make it loadable without bbdb.
3490 (eudc-bbdb-filter-non-matching-record, eudc-bbdb-extract-phones)
3491 (eudc-bbdb-extract-addresses, eudc-bbdb-format-record-as-result)
3492 (eudc-bbdb-query-internal): Require 'bbdb.
3493
99fb2756
GM
3494 * lpr.el (lpr-headers-switches):
3495 * emacs-lisp/testcover.el (testcover-compose-functions): Fix :type.
3496
3497 * progmodes/sql.el (sql-login-params): Fix and improve :type.
3498
0da7ad96
GM
3499 * emulation/edt-mapper.el: In batch mode, error rather than hang.
3500
8582e4c4
GM
3501 * term.el (term-set-escape-char): Make it idempotent.
3502
f71c50d0
LL
35032013-05-10 Leo Liu <sdl.web@gmail.com>
3504
5ac2eb34
SM
3505 * progmodes/octave.el (inferior-octave-completion-table):
3506 No longer a function and all uses changed. Use cache to speed up
f71c50d0
LL
3507 completion due to bug#11906.
3508 (octave-beginning-of-defun): Re-write to be more general.
3509
d5837773
GM
35102013-05-10 Glenn Morris <rgm@gnu.org>
3511
3512 * emacs-lisp/cl-macs.el (cl-loop): Doc fix.
3513
027c0f75
SM
35142013-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
3515
3516 * comint.el (comint-redirect-send-command-to-process): Use :around
3517 rather than :override for comint-redirect-filter.
3518 (comint-redirect-filter): Add the corresponding `orig-filter' argument.
3519 Call it instead of comint-redirect-original-filter-function (which
3520 is gone). Reported by Juanma Barranquero <lekktu@gmail.com>.
3521
4465bfb4
JD
35222013-05-09 Jan Djärv <jan.h.d@swipnet.se>
3523
3524 * frame.el (display-monitor-attributes-list): Add NS case.
3525 (ns-display-monitor-attributes-list): Declare.
3526
2d809ffa 35272013-05-09 Ulrich Mueller <ulm@gentoo.org>
b01682fb
UM
3528
3529 * descr-text.el (describe-char): Fix %d/%x typo. (Bug#14360)
3530
e54eeb9b
GM
35312013-05-09 Glenn Morris <rgm@gnu.org>
3532
56cd351d
GM
3533 * international/fontset.el (vertical-centering-font-regexp):
3534 Set standard-value.
3535
d84b6108
GM
3536 * tar-mode.el (tar-superior-buffer, tar-superior-descriptor): Add doc.
3537
a931698a
GM
3538 * bookmark.el (bookmark-search-delay):
3539 * cus-start.el (vertical-centering-font-regexp):
3540 * ps-mule.el (ps-mule-font-info-database-default):
3541 * ps-print.el (ps-default-fg, ps-default-bg):
3542 * type-break.el (type-break-good-break-interval):
3543 * whitespace.el (whitespace-indentation-regexp)
3544 (whitespace-space-after-tab-regexp):
3545 * emacs-lisp/testcover.el (testcover-1value-functions)
3546 (testcover-noreturn-functions, testcover-progn-functions)
3547 (testcover-prog1-functions):
3548 * emulation/viper-init.el (viper-emacs-state-cursor-color):
3549 * eshell/em-glob.el (eshell-glob-translate-alist):
3550 * play/tetris.el (tetris-tty-colors):
3551 * progmodes/cpp.el (cpp-face-default-list):
3552 * progmodes/flymake.el (flymake-allowed-file-name-masks):
3553 * progmodes/idlw-help.el (idlwave-help-browser-generic-program)
3554 (idlwave-help-browser-generic-args):
3555 * progmodes/make-mode.el (makefile-special-targets-list):
3556 * progmodes/python.el (python-shell-virtualenv-path):
3557 * progmodes/verilog-mode.el (verilog-active-low-regexp)
3558 (verilog-auto-input-ignore-regexp, verilog-auto-inout-ignore-regexp)
3559 (verilog-auto-output-ignore-regexp, verilog-auto-tieoff-ignore-regexp)
3560 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
3561 * textmodes/reftex-vars.el (reftex-format-label-function):
3562 * textmodes/remember.el (remember-diary-file): Fix custom types.
3563
e54eeb9b
GM
3564 * jka-cmpr-hook.el (jka-compr-mode-alist-additions): Fix typo.
3565 Add :version.
3566
455851dd
LL
35672013-05-09 Leo Liu <sdl.web@gmail.com>
3568
3569 * progmodes/octave.el (inferior-octave-completion-at-point):
083fe0d7 3570 Restore file completion. (Bug#14300)
455851dd
LL
3571 (inferior-octave-startup): Fix incorrect highlighting for the
3572 first prompt.
3573
a9e4425b
SM
35742013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
3575
3576 * progmodes/ruby-mode.el: First cut at SMIE support.
3577 (ruby-use-smie): New var.
3578 (ruby-smie-grammar): New constant.
3579 (ruby-smie--bosp, ruby-smie--implicit-semi-p)
3580 (ruby-smie--forward-token, ruby-smie--backward-token)
3581 (ruby-smie-rules): New functions.
3582 (ruby-mode-variables): Setup SMIE if applicable.
3583
060ca408
EZ
35842013-05-08 Eli Zaretskii <eliz@gnu.org>
3585
3586 * simple.el (line-move-visual): Signal beginning/end of buffer
3587 only if vertical-motion moved less than it was requested. Avoids
3588 silly incorrect error messages when there are display strings with
3589 multiple newlines at EOL.
3590
1d5963cc
SM
35912013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
3592
3593 * progmodes/vera-mode.el (vera-underscore-is-part-of-word):
3594 * progmodes/prolog.el (prolog-underscore-wordchar-flag)
3595 (prolog-char-quote-workaround):
3596 * progmodes/cperl-mode.el (cperl-under-as-char):
3597 * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word):
c7064f05
JB
3598 Mark as obsolete.
3599 (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in
1d5963cc
SM
3600 their declaration.
3601 (vhdl-mode-syntax-table-init): Remove.
3602
c9990474
SM
3603 * progmodes/m4-mode.el (m4-mode-syntax-table): Add comment on
3604 last change.
1d5963cc
SM
3605
3606 * progmodes/ld-script.el (ld-script-mode-syntax-table): Use symbol
3607 syntax for "_".
3608 (ld-script-font-lock-keywords):
3609 Change regexps to use things like \_< and \_>.
3610
3611 * progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_".
3612 Change all regexps to use things like \_< and \_>.
3613
3614 * progmodes/autoconf.el (autoconf-definition-regexp)
3615 (autoconf-font-lock-keywords, autoconf-current-defun-function):
3616 Handle a _ with symbol syntax.
3617 (autoconf-mode): Don't change the syntax-table for imenu and font-lock.
3618
c9990474
SM
3619 * progmodes/ada-mode.el (ada-mode-abbrev-table):
3620 Consolidate declaration.
1d5963cc
SM
3621 (ada-mode-syntax-table, ada-mode-symbol-syntax-table): Initialize in
3622 the declaration.
3623 (ada-create-syntax-table): Remove.
3624 (ada-capitalize-word): Don't mess with the syntax of "_" since it
3625 already has the right syntax nowadays.
3626 (ada-goto-next-word): Don't change the syntax of "_".
3627
3628 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight obsolete
3629 with-wrapper-hook.
3630
72d3cfca
SS
36312013-05-08 Sam Steingold <sds@gnu.org>
3632
3633 * thingatpt.el (thing-at-point): Accept optional second argument
3634 NO-PROPERTIES to strip the text properties from the return value.
3635 * net/browse-url.el (browse-url-url-at-point): Pass NO-PROPERTIES
3636 to `thing-at-point' instead of stripping the properties ourselves.
3637 Also, when `thing-at-point' fails to find a url, prepend "http://"
3638 to the filename at point on the assumption that the user is
3639 pointing at something like gnu.org/gnu.
3640
5cb15713
JB
36412013-05-08 Juanma Barranquero <lekktu@gmail.com>
3642
3643 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
3644 * faces.el (crm-separator):
3645 Silence byte-compiler.
3646
3647 * progmodes/gud.el (gdb-speedbar-auto-raise, gud-tooltip-mode)
3648 (tool-bar-map): Remove unneeded defvars.
3649
ea78b95b
LL
36502013-05-08 Leo Liu <sdl.web@gmail.com>
3651
3652 Re-work a fix for bug#10994 based on Le Wang's patch.
3653 * ido.el (ido-remove-consecutive-dups): New helper.
3654 (ido-completing-read): Use it.
3655 (ido-chop): Revert fix for bug#10994.
3656
dc7466df
AS
36572013-05-08 Adam Spiers <emacs@adamspiers.org>
3658
3659 * cus-edit.el (custom-save-variables):
3660 Pretty-print long values. (Bug#14187)
3661
9ecf672a
GM
36622013-05-08 Glenn Morris <rgm@gnu.org>
3663
3664 * progmodes/m4-mode.el (m4-program): Assume it is in PATH.
3665 (m4-mode-syntax-table): Init in the defvar.
3666 (m4-mode-abbrev-table): Let define-derived-mode define it.
3667
3f555be8
TT
36682013-05-08 Tom Tromey <tromey@redhat.com>
3669
3670 * progmodes/m4-mode.el (m4-mode-syntax-table):
3671 Do not treat "_" as word constituent. (Bug#14167)
3672
7cc8ae06
GM
36732013-05-07 Glenn Morris <rgm@gnu.org>
3674
4f58bc06
GM
3675 * eshell/em-hist.el (eshell-isearch-map): Initialize in the defvar.
3676 Remove explicit eshell-isearch-cancel-map.
3677
7cc8ae06
GM
3678 * progmodes/f90.el (f90-smart-end-names): New option.
3679 (f90-smart-end): Doc fix.
3680 (f90-end-block-optional-name): New constant.
3681 (f90-block-match): Respect f90-smart-end-names.
3682
ceb57e59
SM
36832013-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
3684
3685 * progmodes/octave.el (octave-smie-forward-token): Be more careful
3686 about implicit semi-colons (bug#14218).
3687
4e3f9230
YM
36882013-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3689
3690 * frame.el (display-monitor-attributes-list)
3691 (frame-monitor-attributes): New functions.
3692
203a5572
LL
36932013-05-06 Leo Liu <sdl.web@gmail.com>
3694
3695 * progmodes/octave.el (octave-syntax-propertize-function): Change
3696 \'s syntax to escape when inside double-quoted strings. (Bug#14332)
3697 (octave-font-lock-keywords): Use octave-operator-regexp.
5ac2eb34 3698 (octave-completion-at-point): Rename from
203a5572
LL
3699 octave-completion-at-point-function.
3700 (inferior-octave-directory-tracker): Robustify.
3701 (octave-text-functions): Remove and fix its uses. No such things
3702 any more.
3703
ee6cff99
SM
37042013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
3705
3706 * emacs-lisp/trace.el (trace--display-buffer): New function.
3707 (trace-make-advice): Use it.
3708
32985194
JL
37092013-05-06 Juri Linkov <juri@jurta.org>
3710
3711 * emacs-lisp/lisp-mode.el (eval-defun-2): Doc fix. (Bug#14344)
3712 (eval-defun-2, eval-defun, eval-last-sexp, eval-last-sexp-1):
3713 Doc fix.
3714 (emacs-lisp-mode-map): Replace "minibuffer" with "echo area"
3715 in the help string. (Bug#12985)
3716
a1c700de
KD
37172013-05-06 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
3718
3719 * simple.el (shell-command-on-region): Doc fix. (Bug#14279)
3720
c67c0839
SM
37212013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
3722
323885fd
SM
3723 * progmodes/perl-mode.el: Add support for here documents.
3724 (perl-syntax-propertize-function): Match here-doc markers.
3725 (perl-syntax-propertize-special-constructs): Find their end.
3726 (perl-imenu-generic-expression): Use [:alnum:].
3727
c67c0839
SM
3728 * emacs-lisp/nadvice.el (advice--member-p): Return the advice if found.
3729 (advice--add-function): Refresh the advice if already present
3730 (bug#14317).
3731
d491e7a8
IA
37322013-05-06 Ivan Andrus <darthandrus@gmail.com>
3733
3734 * find-file.el (cc-other-file-alist): Add ".m" for ObjC. (Bug#14339)
3735
ddf9925e
GM
37362013-05-06 Glenn Morris <rgm@gnu.org>
3737
7cc3af27
GM
3738 * w32-fns.el (w32-charset-info-alist): Declare.
3739
16e343d6
GM
3740 * eshell/em-cmpl.el: Simply require pcomplete; eg we use a bunch
3741 of its defcustom properties.
3742 (eshell-cmpl-initialize): No need to load pcomplete.
3743
7d889a47
GM
3744 * generic-x.el: No need to require comint when compiling.
3745
ddf9925e
GM
3746 * net/eudc-export.el: Make it loadable without bbdb.
3747 (top-level): Use require rather than load-library.
3748 (eudc-create-bbdb-record, eudc-bbdbify-phone)
3749 (eudc-batch-export-records-to-bbdb)
3750 (eudc-insert-record-at-point-into-bbdb, eudc-try-bbdb-insert):
3751 Require bbdb.
3752
1e2c18df
SM
37532013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
3754
3755 * progmodes/octave.el (octave-texinfo-font-lock-keywords): Remove.
3756 (octave-font-lock-texinfo-comment): Use texinfo-font-lock-keywords with
3757 some tweaks, instead.
3758
02502a5f
LL
37592013-05-05 Leo Liu <sdl.web@gmail.com>
3760
3761 * progmodes/octave.el (octave-font-lock-keywords)
3762 (octave-font-lock-texinfo-comment): Adjust for the byte-compiler.
3763 (inferior-octave-send-list-and-digest): Improve error message.
3764 (octave-mode, inferior-octave-mode): Use setq-local.
3765 (octave-help): Set info-lookup-mode.
3766
0dc04f42
RS
37672013-05-05 Richard Stallman <rms@gnu.org>
3768
6c54491c
RS
3769 * vc/compare-w.el (compare-windows-whitespace):
3770 Treat no-break space as whitespace.
3771
0dc04f42
RS
3772 * mail/rmailsum.el (rmail-summary-rmail-update):
3773 Detect empty summary and don't change selected message.
3774 (rmail-summary-goto-msg): Likewise.
3775
df8f35df
RS
3776 * mail/rmailsum.el (rmail-new-summary, rmail-new-summary-1):
3777 Doc fixes, rename args.
3778
5356e1a3
AM
37792013-05-05 Alan Mackenzie <acm@muc.de>
3780
3781 * progmodes/cc-defs.el (c-version): Increment to 5.32.5.
3782
d44014cb
JL
37832013-05-05 Juri Linkov <juri@jurta.org>
3784
3785 * info.el (Info-read-subfile): Use (point-min) instead of (point)
3786 to not add the length of the summary segment to the return value.
3787 (Bug#14125)
3788
c129b51f
LL
37892013-05-05 Leo Liu <sdl.web@gmail.com>
3790
3791 * progmodes/octave.el (inferior-octave-strip-ctrl-g)
3792 (inferior-octave-output-filter): Remove.
3793 (octave-send-region, inferior-octave-startup): Fix callers.
3794 (inferior-octave-mode-map): Don't use comint-dynamic-complete.
3795 (octave-binary-file-extensions): New user variable.
3796 (octave-find-definition): Confirm if opening binary files.
3797 (octave-help-file): Use octave-find-definition to get the binary
3798 confirmation.
3799 (octave-help): Adjust for octave-help-file change.
3800
aa7dab97
SM
38012013-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
3802
3803 * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes.
3804 Merge the two entries that handle function definitions.
3805 (pascal--syntax-propertize): New const.
3806 (pascal-mode): Use it. Use setq-local.
3807
fd3a9a6b
GM
38082013-05-04 Glenn Morris <rgm@gnu.org>
3809
3810 * calendar/diary-lib.el (diary-from-outlook-function): New variable.
3811 (diary-from-outlook): Respect diary-from-outlook-function.
3812
30c7e542
SM
38132013-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
3814
3815 * simple.el (read-expression-map): Use completion-at-point (bug#14255).
3816 Move the declaration from C.
3817 (read-minibuffer, eval-minibuffer): Move from C.
3818 (completion-setup-function): Avoid minibuffer-completion-contents.
3819
b54f978b
LL
38202013-05-03 Leo Liu <sdl.web@gmail.com>
3821
3822 * progmodes/octave.el (octave-font-lock-keywords): Do not
3823 dehighlight 'end' in comments or strings.
30c7e542
SM
3824 (octave-completing-read, octave-goto-function-definition):
3825 New helpers.
d4d0f9b3
LL
3826 (octave-help-buffer): New user variable.
3827 (octave-help-file, octave-help-function): New button types.
3828 (octave-help): New command and bind it to C-h ;.
3829 (octave-find-definition): New command and bind it to M-.
d74a1581 3830 (user-error): Alias to error if not defined.
b54f978b 3831
27135018
LL
38322013-05-02 Leo Liu <sdl.web@gmail.com>
3833
3834 * progmodes/octave.el (octave-mode-syntax-table): Correct syntax
3835 for \. (bug#14332)
3836 (octave-font-lock-keywords): Include [ and {.
3837
0d634d3a
LL
38382013-05-02 Leo Liu <sdl.web@gmail.com>
3839
3840 * progmodes/octave.el (inferior-octave-startup-file): Change default.
3841 (inferior-octave): Remove calling comint-mode and return the buffer.
3842 (inferior-octave-startup): Cosmetic changes.
3843
b4c8295e
LL
38442013-05-02 Leo Liu <sdl.web@gmail.com>
3845
30c7e542
SM
3846 * progmodes/octave.el (octave-syntax-propertize-function):
3847 Include the case when ' is at line beginning. (Bug#14336)
b4c8295e 3848
f12ad6ec
GM
38492013-05-02 Glenn Morris <rgm@gnu.org>
3850
3851 * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
3852 * desktop.el (vc-dir-mode): Just autoload it here.
3853
30cac1e0
AM
38542013-05-02 Alan Mackenzie <acm@muc.de>
3855
3856 Eliminate variable c-standard-font-lock-fontify-region-function.
3857 * progmodes/cc-mode.el
3858 (c-standard-font-lock-fontify-region-function): Remove.
3859 (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
3860
d8ef28b1
LL
38612013-05-01 Leo Liu <sdl.web@gmail.com>
3862
2640d52e 3863 * progmodes/octave.el: Compatible with older emacs-24 releases.
27135018 3864 (inferior-octave-has-built-in-variables): Remove. Built-in
2640d52e 3865 variables were removed from Octave in 2007.
d8ef28b1
LL
3866 (inferior-octave-startup): Fix uses.
3867 (comint-line-beginning-position): Remove compatibility code for
3868 emacs 21.
3869
ac63ec89
JL
38702013-05-01 Juri Linkov <juri@jurta.org>
3871
3872 * isearch.el (isearch-forward, isearch-mode): Doc fix. (Bug#13923)
3873
9e9be37c
JL
38742013-05-01 Juri Linkov <juri@jurta.org>
3875
3876 * comint.el (comint-previous-matching-input): Don't print message
3877 "History item: %d" when `isearch-mode' is active.
3878 (comint-history-isearch-message): Print message "History item: %d"
3879 when `comint-input-ring-index' is not empty and this function is
3880 called from `isearch-update' with a nil `ellipsis'. (Bug#13223)
3881
9b92c13b
LL
38822013-05-01 Leo Liu <sdl.web@gmail.com>
3883
3884 * progmodes/octave.el (octave-abbrev-table): Remove abbrev
3885 definitions. Use completion-at-point to insert keywords.
3886 (octave-abbrev-start): Remove.
3887 (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
3888
b12d33d7
LL
38892013-04-30 Leo Liu <sdl.web@gmail.com>
3890
3891 * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
3892 change.
3893
3d1c39fa
AM
38942013-04-30 Alan Mackenzie <acm@muc.de>
3895
3896 Handle arbitrarily long C++ member initialisation lists.
30c7e542
SM
3897 * progmodes/cc-engine.el (c-back-over-member-initializers):
3898 new function.
3d1c39fa
AM
3899 (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
3900 (most) member init lists.
3901
5147fc17
RS
39022013-04-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
3903
3904 * progmodes/octave.el (inferior-octave-prompt-read-only): New user
3905 variable.
3906
5b78d7fc
LL
39072013-04-30 Leo Liu <sdl.web@gmail.com>
3908
3909 * progmodes/octave.el (octave-variables): Remove. No builtin
3910 variables any more. All converted to functions.
3911 (octave-font-lock-keywords, octave-completion-at-point-function):
3912 Fix uses.
3913 (octave-font-lock-texinfo-comment): New user variable.
3914 (octave-texinfo-font-lock-keywords): New variable for texinfo
3915 comment block.
3916 (octave-function-comment-block): New face.
3917 (octave-font-lock-texinfo-comment): New function.
3918 (octave-mode): Font lock texinfo comment block.
3919
38d8527b
LL
39202013-04-29 Leo Liu <sdl.web@gmail.com>
3921
3922 * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
3923 indexing expression.
3924 (octave-continuation-string): Do not use \.
3925 (inferior-octave-complete-impossible): Remove.
3926 (inferior-octave-completion-table)
3927 (inferior-octave-completion-at-point): Remove its uses.
3928 (inferior-octave-startup): completion_matches was introduced to
3929 Octave in 1996 so safe to assume it.
3930 (octave-function-file-comment): Improve to follow how Octave does it.
3931 (octave-update-function-file-comment): Tweak.
3932
2ec12cb0
LL
39332013-04-29 Leo Liu <sdl.web@gmail.com>
3934
3935 * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
3936 (inferior-octave-startup): Remove inferior-octave-startup-hook.
3937 (octave-function-file-comment): Fix typo.
3938 (octave-sync-function-file-names): Use read-char-choice.
3939
6eaed048
JB
39402013-04-28 Jay Belanger <jay.p.belanger@gmail.com>
3941
3942 * calc/calc.el (math-normalize): Don't set `math-normalize-error'
3943 to t for the less important warnings.
3944
3ffa2d4f
DH
39452013-04-27 Darren Hoo <darren.hoo@gmail.com> (tiny change)
3946
3947 * isearch.el (isearch-fail-pos): Check for empty `cmds'. (Bug#14268)
3948
685c9501
GM
39492013-04-27 Glenn Morris <rgm@gnu.org>
3950
3951 * vc/log-view.el (log-view-current-entry):
3952 Treat "---" separator lines as part of the following rev. (Bug#14169)
3953
0208ede7
JL
39542013-04-27 Juri Linkov <juri@jurta.org>
3955
3956 * subr.el (read-number): Doc fix about using it by interactive
3957 code letter `n'. (Bug#14254)
3958
5db9dace
JL
39592013-04-27 Juri Linkov <juri@jurta.org>
3960
3961 * desktop.el (desktop-auto-save-timeout): New option.
3962 (desktop-file-checksum): New variable.
3963 (desktop-save): Add optional arg `auto-save' and don't auto-save
3964 if nothing changed.
3965 (desktop-auto-save-timer): New variable.
3966 (desktop-auto-save, desktop-auto-save-set-timer): New functions.
3967 (after-init-hook): Call `desktop-auto-save-set-timer'.
3968 Suggested by Reuben Thomas <rrt@sc3d.org> in
3969 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
3970
b7260dd4
LL
39712013-04-27 Leo Liu <sdl.web@gmail.com>
3972
3973 * progmodes/octave.el (octave-function-file-p)
3974 (octave-skip-comment-forward, octave-function-file-comment)
3975 (octave-update-function-file-comment): New functions.
3976 (octave-mode-map): Bind C-c ; to
3977 octave-update-function-file-comment.
3978 (octave-mode-menu): Add octave-update-function-file-comment.
3979 (octave-mode, inferior-octave-mode): Fix doc-string.
3980 (octave-insert-defun): Conform to Octave's coding convention.
3981 (Bug#14285)
3982
3983 * files.el (basic-save-buffer): Don't let errors in
3984 before-save-hook prevent saving buffer.
3985
c46da669
RW
39862013-04-20 Roland Winkler <winkler@gnu.org>
3987
3988 * faces.el (read-face-name): Use completing-read if arg multiple
3989 is nil.
3990
a81ee1eb
IL
39912013-04-27 Ingo Lohmar <i.lohmar@gmail.com> (tiny change)
3992
3993 * ls-lisp.el (ls-lisp-insert-directory): If no files are
30c7e542
SM
3994 displayed, move point to after the totals line.
3995 See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
a81ee1eb
IL
3996 for the details.
3997
4fac34ce
SM
39982013-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
3999
4000 * emacs-lisp/package.el (package-autoload-ensure-default-file):
4001 Add current dir to the load-path.
4002 (package-generate-autoloads): Don't rely on
4003 autoload-ensure-default-file.
4004
f6bfc063
RT
40052013-04-26 Reuben Thomas <rrt@sc3d.org>
4006
d40ab5cf
BG
4007 * textmodes/remember.el (remember-store-in-files): Document that
4008 the file name format is passed to `format-time-string'.
f6bfc063 4009
e55d3b04
LL
40102013-04-26 Leo Liu <sdl.web@gmail.com>
4011
4012 * progmodes/octave.el (octave-sync-function-file-names): New function.
4013 (octave-mode): Use it in before-save-hook.
4014
e53052d3
SM
40152013-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
4016
140ef50c
SM
4017 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
4018 (bug#14274).
4019
e53052d3
SM
4020 * progmodes/octave.el (octave-smie-forward-token): Properly skip
4021 \n and comment, even if it's not an implicit ; (bug#14218).
4022
af80458d 40232013-04-26 Glenn Morris <rgm@gnu.org>
e5271cf2
GM
4024
4025 * subr.el (read-number): Once more use `read' rather than
4026 `string-to-number', to trap non-numeric input. (Bug#14254)
4027
af80458d 40282013-04-26 Erik Charlebois <erikcharlebois@gmail.com>
70203c2e
EC
4029
4030 * emacs-lisp/syntax.el (syntax-propertize-multiline):
4031 Use `syntax-multiline' text property consistently instead of
8a621d53 4032 `font-lock-multiline'. (Bug#14237)
70203c2e 4033
e6ea1f6c
GM
40342013-04-26 Glenn Morris <rgm@gnu.org>
4035
4036 * emacs-lisp/shadow.el (list-load-path-shadows):
4037 No longer necessary to check for duplicate simple.el, since
4038 2012-07-07 change to init_lread to not include installation lisp
4039 directories in load-path when running uninstalled. (Bug#14270)
4040
070ccca4
LL
40412013-04-26 Leo Liu <sdl.web@gmail.com>
4042
4043 * progmodes/octave.el (octave-submit-bug-report): Obsolete.
4044 (octave-mode, inferior-octave-mode): Use setq-local.
e53052d3 4045 (octave-not-in-string-or-comment-p): Rename to
070ccca4
LL
4046 octave-in-string-or-comment-p.
4047 (octave-in-comment-p, octave-in-string-p)
4048 (octave-in-string-or-comment-p): Replace defsubst with defun.
4049
9d1c5fb6
PE
40502013-04-25 Paul Eggert <eggert@cs.ucla.edu>
4051
4052 * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
4053
c034abda
BG
40542013-04-25 Bastien Guerry <bzg@gnu.org>
4055
4056 * textmodes/remember.el (remember-data-directory)
4057 (remember-directory-file-name-format): Fix custom types.
4058
584ea277
LL
40592013-04-25 Leo Liu <sdl.web@gmail.com>
4060
e53052d3
SM
4061 * progmodes/octave.el (octave-completion-at-point-function):
4062 Make use of inferior octave process.
584ea277
LL
4063 (octave-initialize-completions): Remove.
4064 (inferior-octave-completion-table): New function.
4065 (inferior-octave-completion-at-point): Use it.
4066 (octave-completion-alist): Remove.
4067
1693b06a
SM
40682013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
4069
4070 * progmodes/opascal.el: Use font-lock and syntax-propertize.
4071 (opascal-mode-syntax-table): New var.
4072 (opascal-literal-kind, opascal-is-literal-end)
4073 (opascal-literal-token-at): Rewrite.
4074 (opascal--literal-start-re, opascal-font-lock-keywords)
4075 (opascal--syntax-propertize): New constants.
4076 (opascal-font-lock-defaults): Adjust.
4077 (opascal-mode): Use them. Set comment-<foo> variables as well.
4078 (delphi-comment-face, opascal-comment-face, delphi-string-face)
4079 (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
4080 (delphi-other-face, opascal-other-face): Remove face variables.
4081 (opascal-save-state): Remove macro.
4082 (opascal-fontifying-progress-step): Remove constant.
4083 (opascal--ignore-changes): Remove var.
4084 (opascal-set-token-property, opascal-parse-next-literal)
4085 (opascal-is-stable-literal, opascal-complete-literal)
4086 (opascal-is-literal-start, opascal-face-of)
4087 (opascal-parse-region, opascal-parse-region-until-stable)
4088 (opascal-fontify-region, opascal-after-change)
4089 (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
4090 (opascal-debug-parse-region, opascal-debug-parse-window)
4091 (opascal-debug-parse-buffer, opascal-debug-fontify-window)
4092 (opascal-debug-fontify-buffer): Remove.
4093 (opascal-debug-mode-map): Adjust accordingly.
4094
be64c05d
LL
40952013-04-25 Leo Liu <sdl.web@gmail.com>
4096
4097 Merge octave-mod.el and octave-inf.el into octave.el with some
4098 cleanups.
4099 * progmodes/octave.el: New file renamed from octave-mod.el.
4100 * progmodes/octave-inf.el: Merged into octave.el.
4101 * progmodes/octave-mod.el: Renamed to octave.el.
4102
d79d37bd
TH
41032013-04-25 Tassilo Horn <tsdh@gnu.org>
4104
4105 * textmodes/reftex-vars.el
4106 (reftex-label-ignored-macros-and-environments): New defcustom.
4107
4108 * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
4109
ced3fc5d
SM
41102013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
4111
4112 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
4113 (smie-indent-keyword): Improve the check to ensure that the next
4114 comment is really on the same line.
4115 (smie-indent-comment): Don't align with a subsequent closer (or eob).
4116
4117 * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
4118 semi-colons if the line is not otherwise empty (bug#14218).
4119
1c141dad
GM
41202013-04-25 Glenn Morris <rgm@gnu.org>
4121
4122 * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
4123
5058062a
SM
41242013-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
4125
4126 * progmodes/opascal.el (opascal-set-token-property): Rename from
4127 opascal-set-text-properties and only set `token' (bug#14134).
4128 Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
4129 (opascal-literal-text-properties): Remove.
4130 (opascal-parse-next-literal, opascal-debug-unparse-buffer):
4131 Adjust callers.
4132
5db9dace 41332013-04-24 Reuben Thomas <rrt@sc3d.org>
1ffefcf9
BG
4134
4135 * textmodes/remember.el (remember-handler-functions): Add an
4136 option for a new handler `remember-store-in-files'.
4137 (remember-data-directory, remember-directory-file-name-format):
4138 New options.
4139 (remember-store-in-files): New function to store remember notes
4140 as separate files within a directory.
4141
4391916c
MH
41422013-04-24 Magnus Henoch <magnus.henoch@gmail.com>
4143
4144 * progmodes/compile.el (compilation-next-error-function):
4145 Pass "formats" to compilation-find-file (bug#11777).
4146
bb7cdf58
GM
41472013-04-24 Glenn Morris <rgm@gnu.org>
4148
3b8fe752 4149 * vc/vc-bzr.el (vc-bzr-print-log):
90b4237a
GM
4150 * vc/vc-hg.el (vc-hg-print-log):
4151 * vc/vc-svn.el (vc-svn-print-log):
4152 Fix START-REVISION with LIMIT != 1. (Bug#14168)
4153
bb7cdf58
GM
4154 * vc/vc-bzr.el (vc-bzr-print-log):
4155 * vc/vc-cvs.el (vc-cvs-print-log):
4156 * vc/vc-git.el (vc-git-print-log):
4157 * vc/vc-hg.el (vc-hg-print-log):
4158 * vc/vc-mtn.el (vc-mtn-print-log):
4159 * vc/vc-rcs.el (vc-rcs-print-log):
4160 * vc/vc-sccs.el (vc-sccs-print-log):
4161 * vc/vc-svn.el (vc-svn-print-log):
4162 * vc/vc.el (vc-print-log-internal): Doc fixes.
4163
b46a056e
GM
41642013-04-23 Glenn Morris <rgm@gnu.org>
4165
4166 * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
4167 Remove venerable code attempting to avoid substitute-command-keys.
4168
0aecf718
TH
41692013-04-23 Tassilo Horn <tsdh@gnu.org>
4170
4391916c
MH
4171 * textmodes/reftex-vars.el (reftex-label-regexps):
4172 Call `reftex-compile-variables' after changes to this variable.
0aecf718 4173
117f94cf
SM
41742013-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
4175
4391916c 4176 * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
117f94cf
SM
4177 Use lexical-binding.
4178 (jit-lock-force-redisplay): Use markers, check buffer's continued
4179 existence and beware narrowed buffers.
4180 (jit-lock-fontify-now): Adjust call accordingly.
4181
1d829c64
SM
41822013-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
4183
4184 * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
4185 to avoid misleading the user.
4186
72d548a9
LL
41872013-04-22 Leo Liu <sdl.web@gmail.com>
4188
4189 * info-look.el: Prefer latex2e.info. (Bug#14240)
4190
d0853629
MA
41912013-04-22 Michael Albinus <michael.albinus@gmx.de>
4192
4193 Fix pack/unpack coding. Reported by David Smith <davidsmith@acm.org>.
4194
4195 * net/tramp-compat.el (tramp-compat-call-process): Move function ...
4f405069 4196 * net/tramp.el (tramp-call-process): ... here.
d0853629
MA
4197 (tramp-set-completion-function, tramp-parse-putty):
4198 * net/tramp-adb.el (tramp-adb-execute-adb-command):
4199 * net/tramp-gvfs.el (tramp-gvfs-send-command):
4200 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
4201 (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
4202 (tramp-call-local-coding-command): Use `tramp-call-process'
4203 instead of `tramp-compat-call-process'.
4204
4205 * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
4206 (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
4207 (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region):
7764286e 4208 (tramp-find-inline-compress): Improve traces.
d0853629
MA
4209 (tramp-maybe-send-script): Check for Perl binary.
4210 (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
4211
38cc0210
DU
42122013-04-22 Daiki Ueno <ueno@gnu.org>
4213
4214 * epg.el (epg-context-pinentry-mode): New function.
4215 (epg-context-set-pinentry-mode): New function.
4216 (epg--start): Pass --pinentry-mode option to gpg command.
4217
cc641ee1
XF
42182013-04-21 Xue Fuqiao <xfq.free@gmail.com>
4219
02d844b5 4220 * comint.el (comint-dynamic-complete-functions, comint-mode-map):
5d4e5c31 4221 `comint-dynamic-complete' is obsolete since 24.1, replaced by
e7b41c4c 4222 `completion-at-point'. (Bug#13774)
5d4e5c31 4223
cc641ee1
XF
4224 * startup.el (normal-no-mouse-startup-screen): Bug fix, the
4225 default key binding for `describe-distribution' has been moved to
4226 `C-h C-o'. (Bug#13970)
4227
1b42ee43
GM
42282013-04-21 Glenn Morris <rgm@gnu.org>
4229
4230 * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
4231 Add doc strings.
4232 (vc-print-log): Clarify interactive prompt.
4233
a6d63d97
GM
42342013-04-20 Glenn Morris <rgm@gnu.org>
4235
4236 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
4237 No longer include timestamp etc information.
4238
d7f5c16f
RW
42392013-04-20 Roland Winkler <winkler@gnu.org>
4240
4241 * faces.el (read-face-name): Bug fix, return just one face if arg
4242 multiple is nil. (Bug#14209)
4243
bcd7a0a4
SM
42442013-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
4245
4246 * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
4247 (remove-function): Autoload.
4248
4249 * comint.el (comint-redirect-original-filter-function): Remove.
4250 (comint-redirect-cleanup, comint-redirect-send-command-to-process):
e7b41c4c
JB
4251 * vc/vc-cvs.el (vc-cvs-annotate-process-filter)
4252 (vc-cvs-annotate-command):
bcd7a0a4
SM
4253 * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
4254 * progmodes/prolog.el (prolog-consult-compile):
4255 * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
4256 Use add/remove-function instead.
4257 * progmodes/gud.el (gud-tooltip-original-filter): Remove.
4258 (gud-tooltip-process-output, gud-tooltip-tips):
4259 Use add/remove-function instead.
4260 * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
4261 (scheme-interaction-mode, exit-scheme-interaction-mode):
4262 Use add/remove-function instead.
4263
4264 * vc/vc-dispatcher.el: Use lexical-binding.
4265 (vc--process-sentinel): Rename from vc-process-sentinel.
4266 Change last arg to be the code to run. Don't use vc-previous-sentinel
4267 and vc-sentinel-commands any more.
4268 (vc-exec-after): Allow code to be a function. Use add/remove-function.
4269 (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
4270
4d3268ba
MY
42712013-04-19 Masatake YAMATO <yamato@redhat.com>
4272
bcd7a0a4 4273 * progmodes/sh-script.el (sh-imenu-generic-expression):
781b4af6 4274 Handle function names with a single character. (Bug#14111)
4d3268ba 4275
781b4af6 42762013-04-19 Dima Kogan <dima@secretsauce.net> (tiny change)
863beb27
DK
4277
4278 * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
4279 for subroutines defined in an eval (bug#14182).
4280
7d688336
TV
42812013-04-19 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4282
4283 * bookmark.el (bookmark-completing-read): Improve handling of empty
4284 string (bug#14176).
4285
31dcede0
SM
42862013-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
4287
4288 * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
4289
adc31213
FEG
42902013-04-19 Fabián Ezequiel Gallina <fgallina@gnu.org>
4291
4292 New faster Imenu implementation (bug#14058).
4293 * progmodes/python.el:
4294 (python-imenu-prev-index-position):
4295 (python-imenu-format-item-label-function)
4296 (python-imenu-format-parent-item-label-function)
4297 (python-imenu-format-parent-item-jump-label-function):
4298 New vars.
4299 (python-imenu-format-item-label)
4300 (python-imenu-format-parent-item-label)
4301 (python-imenu-format-parent-item-jump-label)
4302 (python-imenu--put-parent, python-imenu--build-tree)
4303 (python-imenu-create-index, python-imenu-create-flat-index)
4304 (python-util-popn): New functions.
4305 (python-mode): Set imenu-create-index-function to
4306 python-imenu-create-index.
4307
cdca8255
SM
43082013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
4309
4310 * winner.el (winner-active-region): Use region-active-p, activate-mark
4311 and deactivate-mark (bug#14225).
4312
4313 * simple.el (deactivate-mark): Don't inline it.
4314
beb42340
MA
43152013-04-18 Michael Albinus <michael.albinus@gmx.de>
4316
4317 * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
4318
fc7f4d7e
TH
43192013-04-18 Tassilo Horn <tsdh@gnu.org>
4320
4321 * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
4322 file extensions from the archive-mode entry in order to prefer
4323 doc-view-mode-maybe with archive-mode as fallback (bug#14188).
4324
29f47822
LL
43252013-04-18 Leo Liu <sdl.web@gmail.com>
4326
4327 * bindings.el (help-event-list): Add ?\?.
4328
d36ed1c8
SM
43292013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
4330
4331 * subr.el (with-wrapper-hook): Declare obsolete.
4332 * simple.el (filter-buffer-substring-function): New hook.
4333 (filter-buffer-substring): Use it.
4334 (filter-buffer-substring-functions): Mark obsolete.
4335 * minibuffer.el (completion-in-region-function): New hook.
4336 (completion-in-region): Use it.
4337 (completion-in-region-functions): Mark obsolete.
4338 * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
4339 * abbrev.el (abbrev-expand-function): New hook.
4340 (expand-abbrev): Use it.
4341 (abbrev-expand-functions): Mark obsolete.
4342 * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
4343 and :filter-return.
4344
04754d36
FEG
43452013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
4346
4347 * progmodes/python.el (python-nav--syntactically): Fix cornercases
4348 and do not care about match data.
4349
dd8791e9
SM
43502013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
4351
4352 * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
4353 completion tables when completing error conditions and
4354 `declare' arguments.
4355 (lisp-complete-symbol, field-complete): Mark as obsolete.
4356 (check-parens): Unmatched parens are user errors.
4357 * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
4358
ffe54a13
AM
43592013-04-17 Michal Nazarewicz <mina86@mina86.com>
4360
dd8791e9
SM
4361 * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
4362 command changed buffer (ie. `flyspell-pre-buffer' is not current
4363 buffer), which prevents making decisions based on invalid value of
4364 `flyspell-pre-point' in the wrong buffer. Most notably, this used to
4365 cause an error when `flyspell-pre-point' was nil after switching
4366 buffers.
4367 (flyspell-post-command-hook): No longer needs to change buffers when
4368 checking pre-word. While at it remove unnecessary progn.
ffe54a13 4369
ec7e39f2
AM
43702013-04-17 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
4371
4372 * textmodes/ispell.el (ispell-add-per-file-word-list):
4373 Fix `flyspell-correct-word-before-point' error when accepting
4374 words and `coment-padding' is an integer by using
4375 `comment-normalize-vars' (Bug #14214).
4376
083850a6
FEG
43772013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
4378
4379 New defun movement commands.
4380 * progmodes/python.el (python-nav--syntactically)
4381 (python-nav--forward-defun, python-nav-backward-defun)
4382 (python-nav-forward-defun): New functions.
4383
619ed6e1
FEG
43842013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
4385
4386 * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
4387 (python-syntax-context): Use named compiler-macro for backwards
4388 compatibility with Emacs 24.x.
4389
7a1beb6c
LL
43902013-04-17 Leo Liu <sdl.web@gmail.com>
4391
4392 * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
4393 octave-hide-process-buffer.
4394
2d3fa3e5
SM
43952013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
4396
4397 * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
4398 (bug#14216).
4399
7ce5be54
JPG
44002013-04-17 Jean-Philippe Gravel <jpgravel@gmail.com>
4401
4402 * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
4403 Fix adjustment of offset when receiving incomplete responses from GDB
4404 (bug#14129).
4405
351edece
SM
44062013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
4407
4408 * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
4409 python-mode-abbrev-table.
4410 (python-skeleton-define): Adjust accordingly.
4411 (python-mode-abbrev-table): New table that inherits from it so that
4412 python-skeleton-autoinsert does not affect non-skeleton abbrevs.
4413
4414 * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
4415 (abbrev-symbol): Use it.
4416 (abbrev--before-point): Use it since we already handle inheritance.
4417
613f9481
LL
44182013-04-16 Leo Liu <sdl.web@gmail.com>
4419
4420 * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
4421 binding to info-lookup-symbol.
4422
51646b62
JB
44232013-04-16 Juanma Barranquero <lekktu@gmail.com>
4424
4425 * minibuffer.el (completion--twq-all):
4426 * term/ns-win.el (ns-initialize-window-system):
4427 * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
4428
efb3f01d
SM
44292013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
4430
36c0a301
SM
4431 * emacs-lisp/nadvice.el (add-function): Default simple vars to their
4432 global bindings.
4433
efb3f01d
SM
4434 * doc-view.el (doc-view-start-process): Handle url-handler directories.
4435
fb549d64
DG
44362013-04-15 Dmitry Gutov <dgutov@yandex.ru>
4437
4438 * progmodes/ruby-mode.el (ruby-beginning-of-defun)
4439 (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
4440 to nil.
4441 (ruby-end-of-defun): Remove the unused arg, change the docstring
4442 to reflect that this function is only used as the value of
4443 `end-of-defun-function'.
4444 (ruby-beginning-of-defun): Remove "top-level" from the docstring,
4445 to reflect an earlier change that beginning/end-of-defun functions
4446 jump between methods in a class definition, as well as top-level
4447 functions.
4448
21e8fe2f
SM
44492013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
4450
4451 * minibuffer.el (minibuffer-complete): Don't just scroll
4452 a *Completions* that's been iconified.
4453 (minibuffer-force-complete): Make sure repetitions do cycle when going
4454 through completion-in-region -> minibuffer-complete.
4455
20e527d0
AM
44562013-04-15 Alan Mackenzie <acm@muc.de>
4457
4458 Correct the placement of c-cpp-delimiters when there're #s not at
4459 col 0.
4460
4461 * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
4462 place a submatch around the #.
21e8fe2f
SM
4463 * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
4464 Start a search at BOL. Put the c-cpp-delimiter category text propertiy
20e527d0
AM
4465 on the #, not BOL.
4466
dabefae5
SM
44672013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
4468
4469 * emacs-lisp/nadvice.el: Properly test names when adding advice.
4470 (advice--member-p): New arg `name'.
4471 (advice--add-function, advice-member-p): Use it (bug#14202).
4472
85c9ab64
AM
44732013-04-15 Filipp Gunbin <fgunbin@fastmail.fm>
4474
4475 Reformulate java imenu-generic-expression.
4476 The old expression contained ill formed regexps.
4477
4478 * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
4479 (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
4480 (cc-imenu-java-method-arg-regexp): New defconsts.
4481 (cc-imenu-java-build-type-args-regex): New defun.
dabefae5 4482 (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
85c9ab64
AM
4483 handling of spaces in the regexp.
4484
0f821d99
AM
44852013-03-15 Agustín Martín Domingo <agustin.martin@hispalinux.es>
4486
4487 * textmodes/ispell.el (ispell-command-loop): Remove
4488 flyspell highlight of a word when ispell accepts it (bug #14178).
4489
eb922adf
MA
44902013-04-15 Michael Albinus <michael.albinus@gmx.de>
4491
4492 * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
4493 uses code from the previous `ange-ftp-run-real-handler'.
4494 (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
4495 only in case that function exist. This is needed for proper
4496 unloading of Tramp.
4497
4d9a0979
TH
44982013-04-15 Tassilo Horn <tsdh@gnu.org>
4499
4500 * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
4501
4502 * textmodes/reftex.el (reftex-compile-variables): Use it.
4503
a829b0dc
SM
45042013-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
4505
91e8293c
SM
4506 * files.el (normal-mode): Only use default major-mode if no other mode
4507 was specified.
4508
830aed4d
SM
4509 * emacs-lisp/trace.el (trace-values): New function.
4510
a829b0dc
SM
4511 * files.el: Allow : in local variables (bug#14089).
4512 (hack-local-variable-regexp): New var.
4513 (hack-local-variables-prop-line, hack-local-variables): Use it.
4514
7ae9f0fb
RW
45152013-04-13 Roland Winkler <winkler@gnu.org>
4516
4517 * textmodes/bibtex.el (bibtex-search-entries): Bug fix. Use match
4518 data before it gets modified by bibtex-beginning-of-entry.
4519
6646e848
RW
45202013-04-13 Roland Winkler <winkler@gnu.org>
4521
4522 * textmodes/bibtex.el (bibtex-url): Doc fix.
4523
45242013-04-13 Roland Winkler <winkler@gnu.org>
23a0e159
RW
4525
4526 * textmodes/bibtex.el (bibtex-initialize): If the current buffer
4527 does not visit a BibTeX file, exclude it from the list of buffers
4528 returned by bibtex-initialize.
4529
0aa3616e
SB
45302013-04-13 Stephen Berman <stephen.berman@gmx.net>
4531
4532 * window.el (split-window): Remove interactive form, since as a
4533 command this function is a special case of split-window-below.
4534 Correct doc string.
4535
011cddd6
RW
45362013-04-12 Roland Winkler <winkler@gnu.org>
4537
4538 * faces.el (read-face-name): Do not override value of arg default.
4539 Allow single faces and strings as default values. Remove those
4540 elements from return value that are not faces.
4541 (describe-face): Simplify.
4542 (face-at-point): New optional args thing and multiple so that this
4543 function can provide the same functionality previously provided by
4544 read-face-name.
4545 (make-face-bold, make-face-unbold, make-face-italic)
4546 (make-face-unitalic, make-face-bold-italic, invert-face)
4547 (modify-face, read-face-and-attribute): Use face-at-point.
4548
4549 * cus-edit.el (customize-face, customize-face-other-window)
4550 * cus-theme.el (custom-theme-add-face)
4551 * face-remap.el (buffer-face-set)
4552 * facemenu.el (facemenu-set-face): Use face-at-point.
4553
f24e0036
MA
45542013-04-12 Michael Albinus <michael.albinus@gmx.de>
4555
4556 * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
4557
da3cda2d
TH
45582013-04-10 Tassilo Horn <tsdh@gnu.org>
4559
4560 * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
4561 off leading { and trailing } from field values.
4562
15e54145
SM
45632013-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
4564
78ce603d
SM
4565 * emacs-lisp/timer.el (timer--check): New function.
4566 (timer--time, timer-set-function, timer-event-handler): Use it.
4567 (timer-set-idle-time): Simplify.
4568 (timer--activate): CSE.
4569 (timer-event-handler): Give more info in error message.
4570 (internal-timer-start-idle): New function, moved from C.
4571
15e54145
SM
4572 * mpc.el (mpc-proc): Add `restart' argument.
4573 (mpc-proc-cmd): Use it.
4574 (mpc--status-timer-run): Also catch signals from `mpc-proc'.
4575 (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
4576 less often.
4577
7144c627
MY
45782013-04-10 Masatake YAMATO <yamato@redhat.com>
4579
4580 * progmodes/sh-script.el: Implement `sh-mode' own
4581 `add-log-current-defun-function' (bug#14112).
4582 (sh-current-defun-name): New function.
4583 (sh-mode): Use the function.
4584
b39792eb
BG
45852013-04-09 Bastien Guerry <bzg@gnu.org>
4586
4587 * simple.el (choose-completion-string): Fix docstring (bug#14163).
4588
8acdeb71
SM
45892013-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
4590
6fcdab68
SM
4591 * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
4592
8acdeb71
SM
4593 * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
4594 timer (bug#14156).
4595
e3e7b504
NF
45962013-04-07 Nic Ferrier <nferrier@ferrier.me.uk>
4597
4598 * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
4599 declaration.
4600
201bb296
LL
46012013-04-07 Leo Liu <sdl.web@gmail.com>
4602
4603 * pcmpl-x.el: New file.
4604
ebb19708
DA
46052013-04-06 Dmitry Antipov <dmantipov@yandex.ru>
4606
4607 Do not set x-display-name until X connection is established.
4608 This is needed to prevent from weird situation described at
4609 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
4610 * frame.el (make-frame): Set x-display-name after call to
4611 window system initialization function, not before.
4612 * term/x-win.el (x-initialize-window-system): Add optional
4613 display argument and use it.
4614 * term/w32-win.el (w32-initialize-window-system):
4615 * term/ns-win.el (ns-initialize-window-system):
4616 * term/pc-win.el (msdos-initialize-window-system):
4617 Add compatible optional display argument.
4618
33bb237a
EZ
46192013-04-06 Eli Zaretskii <eliz@gnu.org>
4620
4621 * files.el (normal-backup-enable-predicate): On MS-Windows and
4622 MS-DOS compare truenames of temporary-file-directory and of the
4623 file, so that 8+3 aliases (usually found in $TEMP on Windows)
4624 don't fail comparison by compare-strings. Also, compare file
4625 names case-insensitively on MS-Windows and MS-DOS.
4626
134abf1f
SM
46272013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
4628
4629 * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
4630 Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
4631
d695cb94
DG
46322013-04-05 Dmitry Gutov <dgutov@yandex.ru>
4633
e3e7b504
NF
4634 * whitespace.el (whitespace-color-on, whitespace-color-off):
4635 Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
d695cb94 4636
f4ad7ea1 46372013-04-05 Jacek Chrząszcz <chrzaszcz@mimuw.edu.pl> (tiny change)
7e268e90
AM
4638
4639 * ispell.el (ispell-set-spellchecker-params):
4640 Really set `ispell-args' for all equivs.
4641
632556e4
SM
46422013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
4643
4644 * ido.el (ido-completions): Use extra elements of ido-decorations
4645 (bug#14143).
4646 (ido-decorations): Update docstring.
4647
2a417372
MA
46482013-04-05 Michael Albinus <michael.albinus@gmx.de>
4649
4650 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
4651 (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
4652 nil during initialization, in order not to miss changes since the
4653 file was opened. (Bug#14140)
4654
fc164b0c
LL
46552013-04-05 Leo Liu <sdl.web@gmail.com>
4656
4657 * kmacro.el (kmacro-call-macro): Fix bug#14135.
4658
0ccecc08
JB
46592013-04-05 Jay Belanger <jay.p.belanger@gmail.com>
4660
4661 * calc/calc-units.el (calc-convert-units): Rewrite conditional.
4662
51af1aa2
GM
46632013-04-04 Glenn Morris <rgm@gnu.org>
4664
4665 * electric.el (electric-pair-inhibit-predicate): Add :version.
4666
b208ebc6
SM
46672013-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
4668
4669 * emacs-lisp/package.el (package-compute-transaction): Fix ordering
4670 when a package is required several times (bug#14082).
4671
f3d3eaf0
RW
46722013-04-04 Roland Winkler <winkler@gnu.org>
4673
4674 * faces.el (read-face-name): Behave as promised by the docstring.
4675 Assume that arg default is a list of faces.
4676 (describe-face): Call read-face-name with list of default faces.
4677
2575da50
TV
46782013-04-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4679
4680 * bookmark.el: Fix deletion of bookmarks (bug#13972).
4681 (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
4682 (bookmark-bmenu-execute-deletions): Only skip first line if it's
4683 the header.
4684 (bookmark-exit-hook-internal): Save even if list is empty.
4685
397703b4
YH
46862013-04-04 Yann Hodique <yann.hodique@gmail.com> (tiny change)
4687
4688 * emacs-lisp/package.el (package-pinned-packages): New var.
4689 (package--add-to-archive-contents): Obey it (bug#14118).
4690
691e26ae
AM
46912013-04-03 Alan Mackenzie <acm@muc.de>
4692
8a621d53
JB
4693 Handle `parse-partial-sexp' landing inside a comment opener (Bug#13244).
4694 Also adapt to the new values of element 7 of a parse state.
691e26ae
AM
4695
4696 * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
4697 parameter `not-in-delimiter'. Handle being inside comment opener.
4698 (c-invalidate-state-cache-1): Reckon with an extra "invalid"
4699 character in case we're typing a '*' after a '/'.
4700 (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
4701 instead by passing the parameter to c-state-pp-to-literal.
4702
4703 * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
4704 for elt. 7 of a parse state.
4705
4b725a70
PE
47062013-04-01 Paul Eggert <eggert@cs.ucla.edu>
4707
4708 Use UTF-8 for most files with non-ASCII characters (Bug#13936).
4709 * international/latin1-disp.el, international/mule-util.el:
4710 * language/cyril-util.el, language/european.el, language/ind-util.el:
4711 * language/lao-util.el, language/thai.el, language/tibet-util.el:
4712 * language/tibetan.el, language/viet-util.el:
4713 Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
4714
15c579f0
SM
47152013-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
4716
4717 * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
4718 (electric-pair-post-self-insert-function): Use it.
4719 (electric-pair-default-inhibit): New function, extracted from
4720 electric-pair-post-self-insert-function.
4721
a77e2924
RW
47222013-03-31 Roland Winkler <winkler@gnu.org>
4723
4724 * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
4725
2bd8a4a8
SM
47262013-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
4727
4728 * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
4729
8d3655be 47302013-03-30 Fabián Ezequiel Gallina <fabian@anue.biz>
c9886b39
FEG
4731
4732 Un-indent after "pass" and "return" statements (Bug#13888)
4733 * progmodes/python.el (python-indent-block-enders): New var.
4734 (python-indent-calculate-indentation): Use it.
4735
8d3655be 47362013-03-30 Michael Albinus <michael.albinus@gmx.de>
4430bd53
MA
4737
4738 * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
4739 defun. Defining it as defalias could introduce too eager
4740 byte-compiler optimization. (Bug#14030)
4741
8d3655be 47422013-03-30 Chong Yidong <cyd@gnu.org>
89468837
CY
4743
4744 * iswitchb.el (iswitchb-read-buffer): Fix typo.
4745
0b1619da
LL
47462013-03-30 Leo Liu <sdl.web@gmail.com>
4747
4748 * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
4749 (kmacro-execute-from-register): Pass the keyboard macro to
4750 kmacro-call-macro or repeating won't work correctly.
4751
0b938190
TZ
47522013-03-30 Teodor Zlatanov <tzz@lifelogs.com>
4753
4754 * progmodes/subword.el: Back to using `forward-symbol'.
4755
4756 * subr.el (forward-whitespace, forward-symbol)
4757 (forward-same-syntax): Move from thingatpt.el.
4758
35710234
LL
47592013-03-29 Leo Liu <sdl.web@gmail.com>
4760
4761 * kmacro.el (kmacro-to-register): New command.
4762 (kmacro-execute-from-register): New function.
4763 (kmacro-keymap): Bind to 'x'. (Bug#14071)
4764
efc0bb73
SM
47652013-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
4766
4767 * mpc.el: Use defvar-local and setq-local.
4768 (mpc--proc-connect): Connection failures are not bugs.
4769 (mpc-mode-map): `follow-link' only applies to the buffer's content.
4770 (mpc-volume-map): Bind to the up-events.
4771
75a2f981
TZ
47722013-03-29 Teodor Zlatanov <tzz@lifelogs.com>
4773
4774 * progmodes/subword.el (superword-mode): Use `forward-sexp'
4775 instead of `forward-symbol'.
4776
17c781d1
SM
47772013-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
4778
4779 * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
4780 (edebug--recursive-edit): Use it.
4781 (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
4782 (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
4783
f67bfbcf
LL
47842013-03-28 Leo Liu <sdl.web@gmail.com>
4785
4786 * vc/vc-bzr.el (vc-bzr-revert): Don't backup. (Bug#14066)
4787
b59f639d
EZ
47882013-03-27 Eli Zaretskii <eliz@gnu.org>
4789
4790 * facemenu.el (list-colors-callback): New defvar.
4791 (list-colors-redisplay): New function.
4792 (list-colors-display): Install list-colors-redisplay as the
4793 revert-buffer-function. (Bug#14063)
4794
f557c1b1
SM
47952013-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
4796
b1da2957
SM
4797 * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
4798 and suffixes don't overlap (bug#14061).
4799
f557c1b1
SM
4800 * case-table.el: Use lexical-binding.
4801 (case-table-get-table): New function.
4802 (get-upcase-table): Use it. Mark as obsolete. Adjust callers.
4803
002668e1
TZ
48042013-03-27 Teodor Zlatanov <tzz@lifelogs.com>
4805
4806 * progmodes/subword.el: Add `superword-mode' to do word motion
4807 over symbol_words (parallels and leverages `subword-mode' which
4808 does word motion inside MixedCaseWords).
4809
73572c72
AG
48102013-03-27 Aidan Gauland <aidalgol@no8wireless.co.nz>
4811
78b8f320 4812 * eshell/em-unix.el: Move su and sudo to...
f4ad7ea1 4813 * eshell/em-tramp.el: ...Eshell tramp module.
73572c72 4814
69b2c07e
SM
48152013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
4816
4817 * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
4818 Change return value to be a sexp. Delay `get-buffer' to after
4819 restoring the desktop (bug#13951).
4820
08bb5ee2
LL
48212013-03-26 Leo Liu <sdl.web@gmail.com>
4822
4823 * register.el: Move semantic tag handling back to
4824 cedet/semantic/senator.el. (Bug#14052)
4825
8d4c974e
SM
48262013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
4827
4828 * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
4829 into the prompt either (bug#13963).
4830
b234d92c
SM
48312013-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
4832
4833 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
4834 part of "(error-foo)".
4835
ddfa3cb4
JL
48362013-03-24 Juri Linkov <juri@jurta.org>
4837
4838 * replace.el (list-matching-lines-prefix-face): New defcustom.
4839 (occur-1): Pass `list-matching-lines-prefix-face' to the function
4840 `occur-engine' if `face-differs-from-default-p' returns t.
4841 (occur-engine): Add `,' inside backquote construct to evaluate
4842 `prefix-face'. Propertize the prefix with the `prefix-face' face.
4843 Pass `prefix-face' to the functions `occur-context-lines' and
4844 `occur-engine-add-prefix'.
4845 (occur-engine-add-prefix, occur-context-lines): Add optional arg
4846 `prefix-face' and propertize the prefix with `prefix-face'.
4847 (Bug#14017)
4848
7b0e2f85
LL
48492013-03-24 Leo Liu <sdl.web@gmail.com>
4850
4851 * nxml/rng-valid.el (rng-validate-while-idle)
4852 (rng-validate-quick-while-idle): Guard against deleted buffer.
4853 (Bug#13999)
4854
4855 * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
4856 is the last entry in kill-buffer-hook.
4857
4858 * files.el (kill-buffer-hook): Doc fix.
4859
b3082f49
DG
48602013-03-23 Dmitry Gutov <dgutov@yandex.ru>
4861
b234d92c
SM
4862 * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
4863 Make it safe-local.
bde73d27 4864
b3082f49
DG
4865 * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
4866
a320a2db
LL
48672013-03-23 Leo Liu <sdl.web@gmail.com>
4868
7e74b0fb
LL
4869 * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
4870 Remove.
4871
4872 * nxml/rng-valid.el (rng-validate-mode)
4873 (rng-after-change-function, rng-do-some-validation):
4874 * nxml/rng-maint.el (rng-validate-buffer):
4875 * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
4876 * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
4877 * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
4878 (nxml-extend-after-change-region): Use with-silent-modifications.
4879
a320a2db
LL
4880 * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
4881 timer-idle-list.
4882
4883 * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
4884 (rng-next-error-1, rng-previous-error-1): Do not let-bind
4885 timer-idle-list. (Bug#13999)
4886
e38e6780
JL
48872013-03-23 Juri Linkov <juri@jurta.org>
4888
4889 * info.el (info-index-match): New face.
4890 (Info-index, Info-apropos-matches): Add a nested subgroup to the
4891 main pattern and add text properties with the new face to matches
4892 in index entries relative to the beginning of the index entry.
4893 (Bug#14015)
4894
e8cc7880
DE
48952013-03-21 Eric Ludlam <zappo@gnu.org>
4896
4897 * eieio/eieio-datadebug.el (data-debug/eieio-insert-slots):
4898 Inhibit read only while inserting objects.
4899
9bb0d822
TZ
49002013-03-22 Teodor Zlatanov <tzz@lifelogs.com>
4901
4902 * progmodes/cfengine.el: Update docs to mention
4903 `cfengine-auto-mode'. Use \_> and \_< instead of \> and \< for
4904 symbol motion. Remove "_" from the word syntax.
4905
aa703640
TZ
49062013-03-21 Teodor Zlatanov <tzz@lifelogs.com>
4907
4908 * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
4909 syntax for both `cfengine2-mode' and `cfengine3-mode'.
4910
afff09d0
JL
49112013-03-20 Juri Linkov <juri@jurta.org>
4912
4913 * info.el (Info-next-reference-or-link)
4914 (Info-prev-reference-or-link): New functions.
4915 (Info-next-reference, Info-prev-reference): Use them.
4916 (Info-try-follow-nearest-node): Handle footnote navigation.
4917 (Info-fontify-node): Fontify footnotes. (Bug#13989)
4918
9a1ff164
SM
49192013-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
4920
4921 * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
4922 * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
4923
2667d15d
PE
49242013-03-20 Paul Eggert <eggert@cs.ucla.edu>
4925
4926 Suppress unnecessary non-ASCII chatter during build process.
4927 * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
4928 (batch-skkdic-convert): Suppress most of the chatter.
4929 It's not needed so much now that machines are faster,
4930 and its non-ASCII component was confusing; see Dmitry Gutov in
4931 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
4932
438b0579
LL
49332013-03-20 Leo Liu <sdl.web@gmail.com>
4934
4935 * ido.el (ido-chop): Fix bug#10994.
4936
c128ab07
DG
49372013-03-19 Dmitry Gutov <dgutov@yandex.ru>
4938
4939 * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
4940 Remove vars.
9a1ff164
SM
4941 (whitespace-color-on, whitespace-color-off):
4942 Use `font-lock-fontify-buffer' (Bug#13817).
c128ab07 4943
0e6008c5
SM
49442013-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
4945
4946 * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
4947 remapping in mode-line.
4948 (mouse-on-link-p): Also check [mode-line follow-link] bindings.
4949
627b52b0
DG
49502013-03-19 Dmitry Gutov <dgutov@yandex.ru>
4951
4952 * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
4953 value for `whitespace-line' face (Bug#13875).
7ec31b02
DG
4954 (whitespace-font-lock-keywords): Change description.
4955 (whitespace-color-on): Don't save `font-lock-keywords' value, save
4956 the constructed keywords instead.
4957 (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
627b52b0 4958
50c3a20b
LL
49592013-03-19 Leo Liu <sdl.web@gmail.com>
4960
4961 * progmodes/compile.el (compilation-display-error): New command.
4962 (compilation-mode-map, compilation-minor-mode-map): Bind it to
4963 C-o. (Bug#13992)
4964
2aa2157b
PE
49652013-03-18 Paul Eggert <eggert@cs.ucla.edu>
4966
4967 * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
4968
e477dbfa
JD
49692013-03-18 Jan Djärv <jan.h.d@swipnet.se>
4970
4971 * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
4972
64ab82d1
MA
49732013-03-18 Michael Albinus <michael.albinus@gmx.de>
4974
4975 * net/tramp-compat.el (tramp-compat-user-error): New defun.
4976
4977 * net/tramp-adb.el (tramp-adb-handle-shell-command):
4978 * net/tramp-gvfs.el (top):
4979 * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
4980 (tramp-handle-shell-command): Use it.
4981 (tramp-dissect-file-name): Raise an error when hostname is a
4982 method name, and neither method nor user is specified.
4983
4984 * net/trampver.el: Update release number.
4985
33cef733
LL
49862013-03-18 Leo Liu <sdl.web@gmail.com>
4987
4988 Make sure eldoc can be turned off properly.
4989 * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
4990 eldoc-mode.
4991 (eldoc-display-message-p): Revert last change.
4992 (eldoc-display-message-no-interference-p)
4993 (eldoc-print-current-symbol-info): Tweak.
4994
2167b7b2
TH
49952013-03-18 Tassilo Horn <tsdh@gnu.org>
4996
4997 * doc-view.el (doc-view-new-window-function): Check the new window
4998 overlay's display property instead the char property of the
4999 buffer's first char. Use `with-selected-window' instead of
5000 `save-window-excursion' with `select-window'.
5001 (doc-view-document->bitmap): Check the current doc-view overlay's
9a1ff164 5002 display property instead the char property of the buffer's first char.
2167b7b2 5003
982efbcd
PE
50042013-03-18 Paul Eggert <eggert@cs.ucla.edu>
5005
5006 Automate the build of ja-dic.el (Bug#13984).
5007 * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
5008 from the input, rather than assume that it's been done for us by the
5009 SKK script unannotate.awk. Switch ja-dic.el to UTF-8. Don't put
5010 the current date into a ja-dic.el comment, as that complicates
5011 regression testing.
5012
2fcc7665
SM
50132013-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
5014
5015 * whitespace.el: Fix double evaluation.
5016 (whitespace-space, whitespace-hspace, whitespace-tab)
5017 (whitespace-newline, whitespace-trailing, whitespace-line)
5018 (whitespace-space-before-tab, whitespace-indentation)
5019 (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
5020 obsolete defvars.
5021 (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
5022 (whitespace-color-on): Use a single font-lock-add-keywords call.
5023 Fix double-evaluation of face variables.
5024
67c0a6e6
MA
50252013-03-17 Michael Albinus <michael.albinus@gmx.de>
5026
2fcc7665
SM
5027 * net/tramp-adb.el (tramp-adb-parse-device-names):
5028 Use `start-process' instead of `call-process'. Otherwise, the
8194a705 5029 function might be blocked under MS Windows. (Bug#13299)
67c0a6e6 5030
69489f1d
LL
50312013-03-17 Leo Liu <sdl.web@gmail.com>
5032
5033 Extend eldoc to display info in the mode-line. (Bug#13978)
5034 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
5035 (eldoc-mode-line-string): New variable.
5036 (eldoc-minibuffer-message): New function.
5037 (eldoc-message-function): New variable.
5038 (eldoc-message): Use it.
5039 (eldoc-display-message-p)
2fcc7665
SM
5040 (eldoc-display-message-no-interference-p):
5041 Support eldoc-post-insert-mode.
69489f1d
LL
5042
5043 * simple.el (eval-expression-minibuffer-setup-hook): New hook.
5044 (eval-expression): Run it.
5045
9c44569e
RW
50462013-03-17 Roland Winkler <winkler@gnu.org>
5047
5048 * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
5049 strings in the list of return values.
5050
327f1f6f
JB
50512013-03-17 Jay Belanger <jay.p.belanger@gmail.com>
5052
5053 * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
5054 radix before checking for HMS forms.
5055
67ed8fcd
LL
50562013-03-16 Leo Liu <sdl.web@gmail.com>
5057
5058 * progmodes/scheme.el: Add indentation and font-locking for λ.
5059 (Bug#13975)
5060
78be8b64 50612013-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
efe8bf5d
SM
5062
5063 * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
5064 token before point (bug#13942).
5065
78be8b64 50662013-03-16 Leo Liu <sdl.web@gmail.com>
00094c26 5067
95b43468 5068 * thingatpt.el (end-of-sexp): Fix bug#13952. Use syntax-after.
00094c26 5069
98e775e6
EZ
50702013-03-16 Eli Zaretskii <eliz@gnu.org>
5071
5072 * startup.el (command-line-normalize-file-name): Fix handling of
5073 backslashes in DOS and Windows file names. Reported by Xue Fuqiao
5074 <xfq.free@gmail.com> in
5075 http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
5076
2edd6029
MA
50772013-03-15 Michael Albinus <michael.albinus@gmx.de>
5078
5079 Sync with Tramp 2.2.7.
5080
5081 * net/trampver.el: Update release number.
5082
d35f5864
TH
50832013-03-14 Tassilo Horn <tsdh@gnu.org>
5084
f35ffe5e
TH
5085 * doc-view.el Fix bug#13887.
5086 (doc-view-insert-image): Don't modify overlay associated to
5087 non-live windows, and implement horizontal centering of image in
5088 case it's smaller than the window.
5089 (doc-view-new-window-function): Force redisplay of new windows on
5090 doc-view buffers.
d35f5864 5091
1c4a85ed
KF
50922013-03-13 Karl Fogel <kfogel@red-bean.com>
5093
5094 * saveplace.el (save-place-alist-to-file): Don't sort
5095 `save-place-alist', just pretty-print it (bug#13882).
5096
85b66a21
MA
50972013-03-13 Michael Albinus <michael.albinus@gmx.de>
5098
a020afb9
JB
5099 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
5100 Check whether `default-file-name-coding-system' is bound.
5101 It isn't in XEmacs.
85b66a21 5102
175600da
SM
51032013-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
5104
e7f7cb1a
SM
5105 * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
5106 backquotes for `obsolete' (bug#13929).
5107
175600da
SM
5108 * international/mule.el (find-auto-coding): Include file name in
5109 obsolescence warning (bug#13922).
5110
ca68a22e
TZ
51112013-03-12 Teodor Zlatanov <tzz@lifelogs.com>
5112
5113 * progmodes/cfengine.el (cfengine-parameters-indent): New variable
5114 for CFEngine 3-specific indentation.
5115 (cfengine3-indent-line): Use it. Fix up category regex.
5116 (cfengine3-font-lock-keywords): Add bundle and namespace characters.
5117
940e5099
SM
51182013-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
5119
5120 * type-break.el (type-break-file-name):
5121 * textmodes/remember.el (remember-data-file):
5122 * strokes.el (strokes-file):
5123 * shadowfile.el (shadow-initialize):
5124 * saveplace.el (save-place-file):
5125 * ps-bdf.el (bdf-cache-file):
5126 * progmodes/idlwave.el (idlwave-config-directory):
5127 * net/quickurl.el (quickurl-url-file):
5128 * international/kkc.el (kkc-init-file-name):
5129 * ido.el (ido-save-directory-list-file):
5130 * emulation/viper.el (viper-custom-file-name):
5131 * emulation/vip.el (vip-startup-file):
5132 * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
5133 * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
5134
cc725808
PE
51352013-03-12 Paul Eggert <eggert@cs.ucla.edu>
5136
5137 Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
5138 * language/thai-word.el: Switch to UTF-8.
5139
a020afb9 5140See ChangeLog.16 for earlier changes.
e3d51b27
MR
5141
5142;; Local Variables:
5143;; coding: utf-8
e3d51b27
MR
5144;; End:
5145
ab422c4d 5146 Copyright (C) 2011-2013 Free Software Foundation, Inc.
e3d51b27
MR
5147
5148 This file is part of GNU Emacs.
5149
5150 GNU Emacs is free software: you can redistribute it and/or modify
5151 it under the terms of the GNU General Public License as published by
5152 the Free Software Foundation, either version 3 of the License, or
5153 (at your option) any later version.
5154
5155 GNU Emacs is distributed in the hope that it will be useful,
5156 but WITHOUT ANY WARRANTY; without even the implied warranty of
5157 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
5158 GNU General Public License for more details.
5159
5160 You should have received a copy of the GNU General Public License
5161 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.