.bzrignore: Add GNU idutils ID database file.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
388573ee
JB
12013-06-22 Juanma Barranquero <lekktu@gmail.com>
2
3 * bs.el (bs-buffer-show-mark): Make defvar-local.
4 (bs-mode): Use setq-local.
5
6 * emacs-lock.el (emacs-lock-mode, emacs-lock--old-mode)
7 (emacs-lock--try-unlocking): Make defvar-local.
8
3d94f3ad
GM
92013-06-22 Glenn Morris <rgm@fencepost.gnu.org>
10
2663dd23
GM
11 * play/cookie1.el (cookie-apropos): Minor simplification.
12
3d94f3ad
GM
13 * progmodes/gdb-mi.el (gdb-mapcar*): Remove, replace with cl-mapcar.
14
f72e2fdb
DG
152013-06-22 Dmitry Gutov <dgutov@yandex.ru>
16
17 * progmodes/ruby-mode.el (auto-mode-alist): Do not use
18 `regexp-opt', it breaks the build during dumping.
19
73eab938
DG
202013-06-21 Dmitry Gutov <dgutov@yandex.ru>
21
22 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight
23 keyword-like methods on Kernel and Module with
24 font-lock-builtin-face.
5cf8176d
DG
25 (auto-mode-alist): Consolidate different entries into one regexp
26 and add more *file-s.
73eab938 27
d26255f6
SB
282013-06-21 Stephen Berman <stephen.berman@gmx.net>
29
30 * obsolete/otodo-mode.el: Move and rename from calendar/todo-mode.el.
31
32 * calendar/diary-lib.el (diary-goto-entry-function): New variable.
33 (diary-entry): Use it in the action of this button type instead of
34 diary-goto-entry.
35
36 * calendar/todo-mode.el: New version.
37 (todo-add-category): Append new category to end of file and give
38 it the highest number, instead of putting it at the beginning and
39 giving it 0. Incorporate noninteractive functionality.
40 (todo-forward-category): Adapt to 1-based category numbering.
41 Allow skipping over archived categories.
42 (todo-backward-category): Derive from todo-forward-category.
43 (todo-backward-item, todo-forward-item): Make noninteractive and
44 delegate interactive part to new commands. Make sensitive to done items.
45 (todo-categories): Make value an alist of category names and
46 vectors of item counts.
47 (todo-category-beg): Make a defconst.
48 (todo-category-number): Use 1 instead of 0 as initial value.
49 (todo-category-select): Make sensitive to overlays, optional item
50 highlighting and done items.
51 (todo-delete-item): Make sensitive to overlays and marked and done items.
52 (todo-edit-item): Make sensitive to overlays and editing of
53 date/time header optional. Add format checks.
54 (todo-edit-multiline): Rename to todo-edit-multiline-item. Make a
55 no-op if point is not on an item. Advertise using todo-edit-quit.
56 (todo-edit-mode): Make sensitive to new format, font-locking, and
57 multiple todo files.
58 (todo-insert-item, todo-insert-item-here): Derive from
59 todo-basic-insert-item and extend functionality.
60 (todo-item-end, todo-item-start): Make sensitive to done items.
61 (todo-item-string): Don't return text properties. Restore point.
62 (todo-jump-to-category): Make sensitive to multiple todo files and
63 todo archives. Use extended category completion.
64 (todo-lower-item, todo-raise-item): Rename to *-priority and
65 derive from todo-set-item-priority.
66 (todo-mode): Derive from special-mode. Make sensitive to new
67 format, font-locking and multiple todo files. Make read-only.
68 (todo-mode-map): Don't suppress digit keys, so they can supply
69 prefix arguments. Add many new key bindings.
70 (todo-prefix): Insert as an overlay instead of file text.
71 Change semantics from diary date expression to purely visual mark.
72 (todo-print): Rename to todo-print-buffer. Make buffer display
73 features printable. Remove option to restrict number of items
74 printed. Add option to print to file.
75 (todo-print-function): Rename to todo-print-buffer-function.
76 (todo-quit): Extend to handle exiting new todo modes.
77 (todo-remove-item): Make sensitive to overlays.
78 (todo-save): Extend to buffers of filtered items.
79 (todo-show): Make sensitive to done items, multiple todo files and
80 new todo modes. Offer to convert legacy todo file before creating
81 first new todo file.
82 (todo-show-priorities): Rename to todo-top-priorities.
83 Change semantics of value 0.
84 (todo-top-priorities): Rename to todo-filter-top-priorities,
85 derive from todo-filter-items and extend functionality.
86 (todo-save-top-priorities): Rename to todo-save-filtered-items-buffer
87 and extend functionality to other types of filtered items.
88 (todo-add-item-non-interactively, todo-ask-p, todo-cat-slct)
89 (todo-category-end, todo-category-sep, todo-cats, todo-cmd-back)
90 (todo-cmd-done, todo-cmd-edit, todo-cmd-forw, todo-cmd-inst)
91 (todo-cmd-kill, todo-cmd-lowr, todo-cmd-next, todo-cmd-prev)
92 (todo-cmd-rais, todo-cmd-save, todo-completing-read, todo-cp)
93 (todo-edit-mode-hook, todo-entry-prefix-function)
94 (todo-entry-timestamp-initials, todo-file-do, todo-file-done)
95 (todo-file-item, todo-file-top, todo-header, todo-initial-setup)
96 (todo-initials, todo-insert-threshold, todo-item-string-start)
97 (todo-line-string, todo-menu, todo-mode-hook)
98 (todo-more-important-p, todo-previous-answer, todo-previous-line)
99 (todo-print-priorities, todo-remove-separator)
100 (todo-save-top-priorities-too, todo-string-count-lines)
101 (todo-string-multiline-p, todo-time-string-format)
102 (todo-tmp-buffer-name): Remove.
103 (todo-add-file, todo-archive-done-item, todo-choose-archive)
104 (todo-convert-legacy-files, todo-copy-item, todo-delete-category)
105 (todo-edit-category-diary-inclusion)
106 (todo-edit-category-diary-nonmarking, todo-edit-done-item-comment)
107 (todo-edit-file, todo-edit-item-date-day)
108 (todo-edit-item-date-day-name, todo-edit-item-date-from-calendar)
109 (todo-edit-item-date-month, todo-edit-item-date-to-today)
110 (todo-edit-item-date-year, todo-edit-item-diary-inclusion)
111 (todo-edit-item-diary-nonmarking, todo-edit-item-header)
112 (todo-edit-item-time, todo-edit-quit, todo-filter-diary-items)
113 (todo-filter-diary-items-multifile, todo-filter-regexp-items)
114 (todo-filter-regexp-items-multifile, todo-filter-top-priorities)
115 (todo-filter-top-priorities-multifile, todo-find-archive)
116 (todo-find-filtered-items-file, todo-go-to-source-item)
117 (todo-insert-item-from-calendar, todo-item-done, todo-item-undone)
118 (todo-jump-to-archive-category, todo-lower-category)
119 (todo-mark-category, todo-marked-item-p, todo-merge-category)
120 (todo-move-category, todo-move-item, todo-next-button)
121 (todo-next-item, todo-padded-string, todo-powerset)
122 (todo-previous-button, todo-previous-item)
123 (todo-print-buffer-to-file, todo-raise-category)
124 (todo-rename-category, todo-repair-categories-sexp, todo-search)
125 (todo-set-category-number, todo-set-item-priority)
126 (todo-set-top-priorities-in-category)
127 (todo-set-top-priorities-in-file, todo-show-categories-table)
128 (todo-sort-categories-alphabetically-or-numerically)
129 (todo-sort-categories-by-archived, todo-sort-categories-by-diary)
130 (todo-sort-categories-by-done, todo-sort-categories-by-todo)
131 (todo-toggle-item-header, todo-toggle-item-highlighting)
132 (todo-toggle-mark-item, todo-toggle-prefix-numbers)
133 (todo-toggle-view-done-items, todo-toggle-view-done-only)
134 (todo-unarchive-items, todo-unmark-category): New commands.
135 (todo-absolute-file-name, todo-add-to-buffer-list)
136 (todo-adjusted-category-label-length, todo-basic-edit-item-header)
137 (todo-basic-insert-item, todo-category-completions)
138 (todo-category-number, todo-category-string-matcher-1)
139 (todo-category-string-matcher-2, todo-check-filtered-items-file)
140 (todo-check-format, todo-clear-matches)
141 (todo-comment-string-matcher, todo-convert-legacy-date-time)
142 (todo-current-category, todo-date-string-matcher)
143 (todo-define-insertion-command, todo-diary-expired-matcher)
144 (todo-diary-goto-entry, todo-diary-item-p)
145 (todo-diary-nonmarking-matcher, todo-display-as-todo-file)
146 (todo-display-categories, todo-display-sorted, todo-done-item-p)
147 (todo-done-item-section-p, todo-done-separator)
148 (todo-done-string-matcher, todo-files, todo-filter-items)
149 (todo-filter-items-1, todo-filter-items-filename, todo-find-item)
150 (todo-gen-arglists, todo-get-count, todo-get-overlay, todo-indent)
151 (todo-insert-category-line, todo-insert-item-from-calendar)
152 (todo-insert-sort-button, todo-insert-with-overlays)
153 (todo-insertion-command-name, todo-insertion-key-bindings)
154 (todo-label-to-key, todo-longest-category-name-length)
155 (todo-make-categories-list, todo-mode-external-set)
156 (todo-mode-line-control, todo-modes-set-1, todo-modes-set-2)
157 (todo-modes-set-3, todo-multiple-filter-files)
158 (todo-nondiary-marker-matcher, todo-prefix-overlays)
159 (todo-read-category, todo-read-date, todo-read-dayname)
160 (todo-read-file-name, todo-read-time)
161 (todo-reevaluate-category-completions-files-defcustom)
162 (todo-reevaluate-default-file-defcustom)
163 (todo-reevaluate-filelist-defcustoms)
164 (todo-reevaluate-filter-files-defcustom)
165 (todo-reset-and-enable-done-separator, todo-reset-comment-string)
166 (todo-reset-done-separator, todo-reset-done-separator-string)
167 (todo-reset-done-string, todo-reset-global-current-todo-file)
168 (todo-reset-highlight-item, todo-reset-nondiary-marker)
169 (todo-reset-prefix, todo-set-categories)
170 (todo-set-date-from-calendar, todo-set-show-current-file)
171 (todo-set-top-priorities, todo-short-file-name)
172 (todo-show-current-file, todo-sort, todo-time-string-matcher)
173 (todo-total-item-counts, todo-update-buffer-list)
174 (todo-update-categories-display, todo-update-categories-sexp)
175 (todo-update-count, todo-validate-name, todo-y-or-n-p):
176 New functions.
177 (todo-archive-mode, todo-categories-mode, todo-filtered-items-mode):
178 New major modes.
179 (todo-categories, todo-display, todo-edit, todo-faces)
180 (todo-filtered): New defgroups.
181 (todo-archived-only, todo-button, todo-category-string, todo-date)
182 (todo-diary-expired, todo-done, todo-done-sep, todo-comment)
183 (todo-mark, todo-nondiary, todo-prefix-string, todo-search)
184 (todo-sorted-column, todo-time, todo-top-priority): New deffaces.
185 (todo-add-item-if-new-category, todo-always-add-time-string)
186 (todo-categories-align, todo-categories-archived-label)
187 (todo-categories-category-label, todo-categories-diary-label)
188 (todo-categories-done-label, todo-categories-number-separator)
189 (todo-categories-todo-label, todo-categories-totals-label)
190 (todo-category-completions-files, todo-completion-ignore-case)
191 (todo-default-todo-file, todo-diary-nonmarking, todo-directory)
192 (todo-done-separator-string, todo-done-string)
193 (todo-files-function, todo-filter-done-items, todo-filter-files)
194 (todo-highlight-item, todo-include-in-diary, todo-indent-to-here)
195 (todo-initial-category, todo-initial-file, todo-item-mark)
196 (todo-legacy-date-time-regexp, todo-mode-line-function)
197 (todo-nondiary-marker, todo-number-prefix)
198 (todo-print-buffer-function, todo-show-current-file)
199 (todo-show-done-only, todo-show-first, todo-show-with-done)
200 (todo-skip-archived-categories, todo-top-priorities-overrides)
201 (todo-undo-item-omit-comment, todo-use-only-highlighted-region)
202 (todo-visit-files-commands, todo-wrap-lines, todo-y-with-space):
203 New defcustoms.
204 (todo-category-done, todo-date-pattern, todo-date-string-start)
205 (todo-diary-items-buffer, todo-done-string-start)
206 (todo-filtered-items-buffer, todo-item-start)
207 (todo-month-abbrev-array, todo-month-name-array)
208 (todo-nondiary-end, todo-nondiary-start, todo-regexp-items-buffer)
209 (todo-top-priorities-buffer): New defconsts.
210 (todo-archive-mode-map, todo-archives, todo-categories-mode-map)
211 (todo-categories-with-marks, todo-category-string-face)
212 (todo-comment-face, todo-comment-string, todo-current-todo-file)
213 (todo-date-face, todo-date-from-calendar, todo-descending-counts)
214 (todo-diary-expired-face, todo-done-face, todo-done-sep-face)
215 (todo-done-separator, todo-edit-buffer, todo-edit-mode-map)
216 (todo-file-buffers, todo-files, todo-filtered-items-mode-map)
217 (todo-font-lock-keywords, todo-global-current-todo-file)
218 (todo-insertion-commands, todo-insertion-commands-arg-key-list)
219 (todo-insertion-commands-args)
220 (todo-insertion-commands-args-genlist)
221 (todo-insertion-commands-names, todo-insertion-map)
222 (todo-key-bindings-t, todo-key-bindings-t+a)
223 (todo-key-bindings-t+a+f, todo-key-bindings-t+f, todo-mode-map)
224 (todo-multiple-filter-files, todo-multiple-filter-files-widget)
225 (todo-nondiary-face, todo-print-buffer, todo-time-face)
226 (todo-visited): New variables.
227
cad5d1cb
GM
2282013-06-21 Glenn Morris <rgm@gnu.org>
229
230 * play/cookie1.el (cookie-apropos): Add optional display argument.
231 * obsolete/yow.el (apropos-zippy): Use cookie-apropos.
232 (psychoanalyze-pinhead): Use cookie-doctor.
233
9e277302
JB
2342013-06-21 Juanma Barranquero <lekktu@gmail.com>
235
236 * emacs-lisp/package.el (tar-get-file-descriptor)
237 (tar--extract): Declare.
238
c5b0993e
EW
2392013-06-21 Eduard Wiebe <usenet@pusto.de>
240
241 Extend flymake's warning predicate to be a function (bug#14217).
242 * progmodes/flymake.el (flymake-warning-predicate): New.
243 (flymake-parse-line): Use it.
244 (flymake-warning-re): Make obsolete alias to
245 `flymake-warning-predicate'.
246
a7d2d465
SM
2472013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
248
249 * emacs-lisp/package.el (package-alist): Include obsolete packages.
250 (package-obsolete-list): Remove.
251 (package-activate): Remove min-version argument. Add `force' argument.
252 Adjust to new package-alist format.
253 (package-mark-obsolete): Remove.
254 (package-unpack): Force reload of the package's autoloads.
255 (package-installed-p): Check builtins if the installed package is not
256 recent enough.
257 (package-initialize): Don't reset package-obsolete-list.
258 Don't specify which package version to activate.
259 (package-process-define-package, describe-package-1)
260 (package-menu--generate): Adjust to new package-alist format.
261
cedf5c9d
JB
2622013-06-21 Juanma Barranquero <lekktu@gmail.com>
263
264 * allout-widgets.el (allout-widgets-mode-off)
265 (allout-widgets-mode-on, allout-widgets-pre-command-business)
266 (allout-widgets-post-command-business)
267 (allout-widgets-after-copy-or-kill-function)
268 (allout-widgets-after-undo-function, allout-test-range-overlaps)
269 (allout-decorate-item-and-context)
270 (allout-graphics-modification-handler): Fix typos in docstrings.
271 (allout-get-or-create-parent-widget): Use `looking-at-p'.
272
273 * cmuscheme.el (scheme-start-file): Doc fix.
274 (inferior-scheme-mode, switch-to-scheme): Fix typos in docstrings.
275 (scheme-input-filter): Use `string-match-p'.
276
277 * composite.el (compose-gstring-for-terminal): Fix typo in docstring.
278
279 * dired-x.el: Use Dired consistently in docstrings.
280
281 * dired.el: Use Dired consistently in docstrings.
282 (dired-readin, dired-mode): Use `setq-local'.
283 (dired-switches-alist): Make defvar-local.
284 (dired-buffers-for-dir): Use `zerop'.
285 (dired-safe-switches-p, dired-switches-escape-p)
286 (dired-insert-old-subdirs, dired-move-to-end-of-filename)
287 (dired-glob-regexp, dired-in-this-tree, dired-goto-file-1)
288 (dired-sort-set-mode-line, dired-sort-toggle, dired-sort-R-check):
289 (dired-goto-next-nontrivial-file): Use `string-match-p'.
290 (dired-align-file, dired-insert-directory, dired-mark-files-in-region)
291 (dired-toggle-marks, dired-mark-files-containing-regexp)
292 (dired-mark-symlinks, dired-mark-directories, dired-mark-executables)
293 (dired-flag-auto-save-files, dired-flag-backup-files):
294 Use `looking-at-p'.
295 (dired-mark-files-regexp, dired-build-subdir-alist):
296 Use `string-match-p', `looking-at-p'.
297
298 * dos-w32.el (untranslated-canonical-name, untranslated-file-p)
299 (direct-print-region-helper): Use `string-match-p'.
300
aed838b5
LL
3012013-06-21 Leo Liu <sdl.web@gmail.com>
302
cedf5c9d
JB
303 * comint.el (comint-redirect-results-list-from-process):
304 Fix infinite loop.
aed838b5 305
d80a808f
LMI
3062013-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
307
308 * net/eww.el (eww-update-header-line-format): Quote % characters.
309
e7a526e3
GM
3102013-06-21 Glenn Morris <rgm@gnu.org>
311
312 * play/cookie1.el (cookie): New custom group.
313 (cookie-file): New option.
314 (cookie-check-file): New function.
315 (cookie): Make it interactive. Make start and end messages optional.
316 Interactively, display the result. Default to cookie-file.
317 (cookie-insert): Default to cookie-file.
318 (cookie-snarf): Make start and end messages optional.
319 Default to cookie-file. Use with-temp-buffer.
320 (cookie-read): Rename from read-cookie.
321 Make start and end messages optional. Default to cookie-file.
322 (cookie-shuffle-vector): Rename from shuffle-vector. Use dotimes.
7f8e3b22 323 Do not autoload it.
e7a526e3
GM
324 (cookie-apropos, cookie-doctor): New functions, copied from yow.el
325 * obsolete/yow.el (read-zippyism): Use new name for read-cookie.
326
62efb35e
LL
3272013-06-21 Leo Liu <sdl.web@gmail.com>
328
329 * progmodes/octave.el (octave-mode): Backward compatibility fix.
330
21e3f963
GM
3312013-06-21 Glenn Morris <rgm@gnu.org>
332
333 * font-lock.el (lisp-font-lock-keywords-2): Add with-eval-after-load.
334
fd846ab4
SM
3352013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
336 Daniel Hackney <dan@haxney.org>
337
338 * emacs-lisp/package.el: Use tar-mode rather than tar executable.
339 Consolidate the single-file vs tarball code.
340 (package-desc-suffix): New function.
341 (package-desc-full-name): Don't bother inlining it.
342 (package-load-descriptor): Return the new package-desc.
343 (package-mark-obsolete): Remove unused arg `package'.
344 (package-unpack): Make it work for single files as well.
345 Make it update package-alist.
346 (package--make-autoloads-and-stuff): Rename from
347 package--make-autoloads-and-compile. Don't compile any more.
348 (package--compile): New function.
349 (package-generate-description-file): New function, extracted from
350 package-unpack-single.
351 (package-unpack-single): Remove.
352 (package--with-work-buffer): Add indentation and debugging info.
353 (package-download-single): Remove.
354 (package-install-from-archive): Rename from package-download-tar, make
355 it take a pkg-desc, and make it work for single files as well.
356 (package-download-transaction): Simplify.
357 (package-tar-file-info): Remove `file' arg. Rewrite not to use an
358 external tar program.
359 (package-install-from-buffer): Remove `pkg-desc' argument.
360 Use package-tar-file-info for tar-mode buffers.
361 (package-install-file): Simplify accordingly.
362 (package-archive-base): Change to take a pkg-desc.
363 * tar-mode.el (tar--check-descriptor): New function, extracted from
364 tar-get-descriptor.
365 (tar-get-descriptor): Use it.
366 (tar-get-file-descriptor): New function.
367 (tar--extract): New function, extracted from tar-extract.
368 (tar--extract): Use it.
369 * emacs-lisp/package-x.el (package-upload-file): Decode the file, in
370 case the summary uses non-ascii. Adjust to new calling convention of
371 package-tar-file-info.
372
b7deae5e
LL
3732013-06-21 Leo Liu <sdl.web@gmail.com>
374
fd846ab4
SM
375 * comint.el (comint-redirect-results-list-from-process):
376 Fix random delay. (Bug#14681)
b7deae5e 377
7a65a0b2
JB
3782013-06-21 Juanma Barranquero <lekktu@gmail.com>
379
380 * profiler.el (profiler-format-number): Use log, not log10.
381
1493c2af
JB
3822013-06-20 Juanma Barranquero <lekktu@gmail.com>
383
384 * term/x-win.el (emacs-session-filename): Use `locate-user-emacs-file'.
385
aff6371e
SM
3862013-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
387
388 * emacs-lisp/cl-loaddefs.el: Don't version-control any more.
389 * emacs-lisp/cl-lib.el: Load cl-macs when cl-loaddefs is not
390 yet available.
391 * Makefile.in (AUTOGEN_VCS): Move cl-loaddefs.el...
392 (AUTOGENEL): ... here.
393 * emacs-lisp/cl-macs.el (cl--sublis): New function.
394 (cl--defsubst-expand): Use it.
395
89561f72
PE
3962013-06-20 Paul Eggert <eggert@cs.ucla.edu>
397
398 * subr.el (log10): Move here from C code, and declare as obsolete.
399 All uses of (log10 X) replaced with (log X 10).
400
47199123
JB
4012013-06-20 Juanma Barranquero <lekktu@gmail.com>
402
403 * emacs-lisp/tabulated-list.el (tabulated-list-format): Fix typo.
404 Declare with `defvar-local'.
405 (tabulated-list-use-header-line, tabulated-list-entries)
406 (tabulated-list-padding, tabulated-list-printer)
407 (tabulated-list-sort-key): Declare with `defvar-local'.
408 (tabulated-list-init-header, tabulated-list-print-fake-header):
409 Use `setq-local'.
410
4a172eab
MA
4112013-06-20 Michael Albinus <michael.albinus@gmx.de>
412
47199123
JB
413 * arc-mode.el (archive-mode): Add `archive-write-file' to
414 `write-contents-functions' also for remote files. (Bug#14652)
4a172eab 415
5fc0acc0
JB
4162013-06-20 Juanma Barranquero <lekktu@gmail.com>
417
d5b27848
JB
418 * cus-edit.el (custom-commands): Fix typos.
419 (custom-display): Fix tooltip text.
420 (custom-magic-alist, custom-filter-face-spec, custom-group-members):
421 Fix typos in docstrings.
422 (custom--initialize-widget-variables, Custom-mode): Use `setq-local'.
423 (custom-unlispify-menu-entry, custom-magic-value-create)
424 (custom-add-see-also, custom-group-value-create): Use ?\s.
425 (custom-guess-type, customize-apropos, editable-field)
426 (custom-face-value-create): Use `string-match-p'.
427 (custom-save-variables, custom-save-faces): Use `looking-at-p'.
428
429 * custom.el (custom-load-symbol): Use `string-match-p'.
430
a5c581d8
JB
431 * ansi-color.el: Convert to lexical binding.
432 (ansi-colors): Fix URL.
433 (ansi-color-context, ansi-color-context-region): Use defvar-local.
434 (ansi-color-apply-sequence, ansi-color-map): Fix typos in docstrings.
435 (ansi-color-make-color-map): Rename local var ansi-color-map to map.
436
970ad972
G
4372013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
438
439 * net/eww.el (eww-process-text-input): Display passwords as asterisks.
440
441 * net/shr.el (shr-make-table-1): Protect against invalid column-spans.
442
4432013-06-19 Tom Tromey <tromey@redhat.com>
444
445 * net/eww.el (eww-top-url): Remove.
446 (eww-home-url, eww-start-url, eww-contents-url): New defvars.
447 (eww-render): Set new variables. Don't set eww-top-url.
448 (eww-handle-link): Handle "prev", "home", and "contents".
449 Downcase the rel text.
450 (eww-top-url): Choose best top URL.
451
4522013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
453
454 * net/eww.el: Rewrite to implement form elements "by hand" instead of
455 relying in widget.el. Using widget.el leads to too many
456 user interface inconsistencies.
457 (eww-self-insert): Implement entering commands in text fields.
458 (eww-process-text-input): New function to make text input field editing
459 work.
460 (eww-submit): Rewrite to use the new-style form methods.
461 (eww-select-display): Display the correct selected item.
462 (eww-change-select): Implement changing the select value.
463 (eww-toggle-checkbox): Implement radio/checkboxes.
464 (eww-update-field): Fix compilation error.
465 (eww-tag-textarea): Implement <textarea>.
466
467 * net/shr.el (shr-urlify): Use `keymap' instead of `local-map' so that
468 we don't shadow mode-specific bindings.
469
470 * net/eww.el (eww-browse-url): Don't push stuff onto history if there's
471 nothing to push.
472
473 * net/shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
474
3db52056
GM
4752013-06-19 Glenn Morris <rgm@fencepost.gnu.org>
476
477 * emacs-lisp/eieio.el (defclass): Make it eval-and-compile once more.
478
15b263dc
MA
4792013-06-19 Michael Albinus <michael.albinus@gmx.de>
480
481 * net/tramp-adb.el (tramp-adb-get-toolbox): Remove function, it is
482 not needed.
483
484 * net/tramp-sh.el (tramp-find-shell): Don't set "busybox" property.
485
8f5297f7
LMI
4862013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
487
488 * net/browse-url.el (browse-url-browser-function):
489 `eww-browse-url' has the right calling signature, `eww' does not.
490
011c4552
GM
4912013-06-19 Glenn Morris <rgm@gnu.org>
492
2285bd27
GM
493 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
494 Only eval autoloaded macros.
495 (byte-compile-autoload): Only give the macro warning for macros.
496
1d653303
GM
497 * progmodes/cperl-mode.el (ps-bold-faces, ps-italic-faces)
498 (ps-underlined-faces): Declare.
499
bdd779ec
GM
500 * progmodes/idlwave.el (func-menu): Only set it up on XEmacs.
501 (speedbar-add-supported-extension): Declare.
502
011c4552
GM
503 * international/titdic-cnv.el (tit-process-header, miscdic-convert):
504 Don't include a date stamp in the header of the generated file;
505 it leads to needless differences between output files.
506
e59dfb0e
MA
5072013-06-19 Michael Albinus <michael.albinus@gmx.de>
508
509 * net/secrets.el (secrets-struct-secret-content-type): Replace
fd846ab4
SM
510 check of introspection data by a test call of "CreateItem".
511 Some servers do not offer introspection.
e59dfb0e 512
102626e2
SM
5132013-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
514
515 * electric.el (electric-pair-mode): Improve interaction with
516 electric-layout-mode.
517 (electric-pair-default-inhibit): Don't assume (eq char (char-before)).
518 (electric-pair-syntax): Use text-mode-syntax-table in comments
519 and strings.
520 (electric-pair--insert): New function.
521 (electric-pair-post-self-insert-function): Use it and
522 electric--after-char-pos.
523
ad528125
LL
5242013-06-19 Leo Liu <sdl.web@gmail.com>
525
526 * progmodes/octave.el (octave-help): Fix regexp.
527
924d6997
G
5282013-06-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
529
530 * net/shr.el (shr-make-table-1): Implement <td rowspan>.
531 (shr-table-horizontal-line): Allow nil as a value, and change the
532 default.
533 (shr-insert-table-ruler): Respect the nil value.
534
5352013-06-18 Tom Tromey <tromey@barimba>
536
537 * net/eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
538 New defvars.
539 (eww-open-file): New defun.
540 (eww-render): Initialize new variables.
541 (eww-display-html): Handle "link" and "a".
542 (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
543 (eww-mode-map): Move "p" to "l". Bind "p", "n", "t", and "u".
544 (eww-back-url): Rename from eww-previous-url.
102626e2
SM
545 (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
546 New defuns.
924d6997 547
d1bbba4f
DG
5482013-06-18 Dmitry Gutov <dgutov@yandex.ru>
549
550 * progmodes/ruby-mode.el (ruby-syntax-before-regexp-re):
551 Distinguish ternary operator tokens from slash symbol and slash
552 char literal.
553
14dd22d2
JB
5542013-06-18 Juanma Barranquero <lekktu@gmail.com>
555
556 Convert symbol prettification into minor mode and global minor mode.
557
558 * progmodes/prog-mode.el (prettify-symbols-alist): Rename from
559 `prog-prettify-symbols', and make a local defvar instead of defcustom.
560 (prettify-symbols--keywords): Rename from
561 `prog-prettify-symbols-alist' and make a local defvar.
562 (prettify-symbols--compose-symbol): Rename from
563 `prog--prettify-font-lock-compose-symbol'.
564 (prettify-symbols--make-keywords): Rename from
565 `prog-prettify-font-lock-symbols-keywords' and simplify.
566 (prog-prettify-install): Remove.
567 (prettify-symbols-mode): New minor mode, based on
568 `prog-prettify-install'.
569 (turn-on-prettify-symbols-mode): New function.
570 (global-prettify-symbols-mode): New globalized minor mode.
571
572 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
573 * progmodes/cfengine.el (cfengine3-mode):
574 * progmodes/perl-mode.el (perl-mode): Don't call
575 `prog-prettify-install'; set `prettify-symbols-alist' instead.
576
292c880c
JL
5772013-06-18 Juri Linkov <juri@jurta.org>
578
579 * files-x.el (modify-file-local-variable-message): New function.
580 (modify-file-local-variable)
581 (modify-file-local-variable-prop-line): Add arg INTERACTIVE
582 and call `modify-file-local-variable-message' when it's non-nil.
583 (add-file-local-variable, delete-file-local-variable)
584 (add-file-local-variable-prop-line)
585 (delete-file-local-variable-prop-line): Add arg INTERACTIVE
586 and use it. (Bug#9820)
587
0950aa27
JL
5882013-06-18 Juri Linkov <juri@jurta.org>
589
590 * emulation/vi.el (vi-shell-op):
591 * emulation/vip.el (vip-execute-com, ex-command):
592 * emulation/viper-cmd.el (viper-exec-bang):
593 * emulation/viper-ex.el (ex-command): Add non-nil arg REPLACE to
594 the call of `shell-command-on-region'. (Bug#14637)
595
596 * simple.el (shell-command-on-region): Doc fix.
597
8fbcca16
SM
5982013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
599
600 * emacs-lisp/eieio-custom.el: Remove misleading Version: header
601 (bug#14633).
602
dd7426ea
GM
6032013-06-18 Glenn Morris <rgm@gnu.org>
604
4ba54f7d
GM
605 * net/eww.el, net/shr.el, net/shr-color.el: Move here from gnus/.
606
dd7426ea
GM
607 * newcomment.el (comment-search-forward, comment-search-backward):
608 Doc fix. (Bug#14376)
609
58aa805b
JB
6102013-06-18 Juanma Barranquero <lekktu@gmail.com>
611
612 * face-remap.el (buffer-face-toggle): Fix typo in docstring.
613 (buffer-face-mode-invoke): Doc fix.
614
9a08a617
MM
6152013-06-18 Matthias Meulien <orontee@gmail.com>
616
617 * tabify.el (untabify, tabify): With prefix, apply to entire buffer.
618
f2f426ca
GM
6192013-06-18 Glenn Morris <rgm@gnu.org>
620
9445f99b
GM
621 * generic-x.el (bat-generic-mode, rc-generic-mode, rul-generic-mode):
622 Replace obsolete function generic-make-keywords with its expansion.
623
e0df2d14
GM
624 * progmodes/python.el (ffap-alist): Declare.
625
f2f426ca
GM
626 * textmodes/reftex.el (bibtex-mode-map): Declare.
627
f7f9a720
SM
6282013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
629
630 * emacs-lisp/package.el: Update package-alist after install (bug#14632).
631 (package-unpack, package-unpack-single): Return the pkg-dir.
632 (package-download-transaction): Use it to update package-alist.
633
57ff04e0
LMI
6342013-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
635
636 * net/browse-url.el (browse-url-browser-function): Add `eww' as a
637 possible choice.
638
c048c022
JL
6392013-06-17 Juri Linkov <juri@jurta.org>
640
641 * net/webjump.el (webjump-sample-sites): Add DuckDuckGo.
642
b5bcaee5
DG
6432013-06-17 Dmitry Gutov <dgutov@yandex.ru>
644
a020afb9
JB
645 * emacs-lisp/package.el (package-load-descriptor):
646 Remove `with-syntax-table' call, `read' doesn't need it.
b5bcaee5
DG
647 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00539.html
648
551e07e5
JB
6492013-06-17 Juanma Barranquero <lekktu@gmail.com>
650
651 * startup.el (command-line): Expand package name returned by
652 `package--description-file' (bug#14639).
653
d363bffb
DG
6542013-06-17 Dmitry Gutov <dgutov@yandex.ru>
655
656 * emacs-lisp/package.el (package-load-descriptor): Do not call
657 `emacs-lisp-mode', just use its syntax table.
658
f612933b
JB
6592013-06-17 Juanma Barranquero <lekktu@gmail.com>
660
661 * progmodes/prog-mode.el (prog-prettify-install): Add `composition' to
662 `font-lock-extra-managed-props' if any prettifying keyword is added.
663 (prog--prettify-font-lock-compose-symbol): Use ?\s instead of ?\ .
664 (prog-mode): Use `setq-local'.
665
db3b7db5
SM
6662013-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
667
668 * international/characters.el (standard-case-table): Set syntax of ?»
669 and ?« to punctuation.
670
f3d674df
JB
6712013-06-16 Juanma Barranquero <lekktu@gmail.com>
672
673 * progmodes/prog-mode.el (prog--prettify-font-lock-compose-symbol):
674 Save relevant match data before calling `syntax-ppss' (bug#14595).
675
31489a32
JL
6762013-06-15 Juri Linkov <juri@jurta.org>
677
678 * files-x.el (modify-file-local-variable-prop-line): Add local
679 variables to the end of the existing comment on the first line.
680 Use `file-auto-mode-skip' to skip interpreter magic line,
681 and also skip XML declaration.
682
66bd25ab
SM
6832013-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
684
685 * startup.el (package--builtin-versions): New var.
686 (package-subdirectory-regexp): Remove.
687 (package--description-file): Hard code its value instead.
688
689 * emacs-lisp/package.el: Don't activate packages older than builtin.
690 (package-obsolete-list): Rename from package-obsolete-alist, and make
691 it into a simple list of package-desc.
692 (package-strip-version): Remove.
693 (package-built-in-p): Use package--builtin-versions.
694 (package-mark-obsolete): Simplify.
695 (package-process-define-package): Mark it obsolete if older than the
696 builtin version.
697 (package-handle-response): Use line-end-position.
698 (package-read-archive-contents, package--download-one-archive):
699 Simplify.
700 (package--add-to-archive-contents): Skip if older than the builtin or
701 installed version.
702 (package-menu-describe-package): Fix last change.
703 (package-list-unversioned): New var.
704 (package-menu--generate): Use it.
705
706 * emacs-lisp/autoload.el: Manage package--builtin-versions.
707 (autoload--insert-text, autoload--insert-cookie-text): New functions.
708 (autoload-builtin-package-versions): New variable.
709 (autoload-generate-file-autoloads): Use them.
710 Remove the list of autoloaded functions/macros from the
711 (autoload...) comments.
712
713 * Makefile.in (autoloads): Set autoload-builtin-package-versions.
714
9583ec36
EZ
7152013-06-15 Eli Zaretskii <eliz@gnu.org>
716
717 * simple.el (line-move-partial): Don't jump to the next screen
718 line as soon as it becomes visible. Instead, continue enlarging
719 the vscroll until the portion of a tall screen line that's left on
720 display is about the height of the frame's default font.
721 (Bug#14567)
722
f0100d8a
GM
7232013-06-15 Glenn Morris <rgm@gnu.org>
724
b86a85ca
GM
725 * vc/vc-dispatcher.el (vc-compilation-mode): Avoid making
726 compilation-error-regexp-alist void, or local while let-bound.
727
f0100d8a
GM
728 * progmodes/make-mode.el (makefile-mode-syntax-table):
729 Treat "=" as punctuation. (Bug#14614)
730
05e7ce90
JB
7312013-06-15 Juanma Barranquero <lekktu@gmail.com>
732
733 * help-fns.el (describe-variable):
734 Add extra line for permanent-local variables.
735
12e5e86e
SH
7362013-06-15 Simen Heggestøyl <simenheg@ifi.uio.no> (tiny change)
737
738 * progmodes/scheme.el (scheme-font-lock-keywords-2):
739 Add export, import, library. (Bug#9164)
740 (library): Set indent function.
741
230dcbaf
GM
7422013-06-14 Glenn Morris <rgm@gnu.org>
743
744 * term/xterm.el (xterm--query):
745 Stop after first matching handler. (Bug#14615)
746
a020afb9 7472013-06-14 Ivan Kanis <ivan@kanis.fr>
d4466a91
IK
748
749 Add support for dired in saveplace.
750 * dired.el (dired-initial-position-hook): New variable.
751 (dired-initial-position): Call hook to place cursor position.
752 * saveplace.el (save-place-to-alist): Add dired position.
753 (save-place-dired-hook): New function.
754
0b31660d
SM
7552013-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
756
bf1e6ae8
SM
757 * subr.el (eval-after-load, set-temporary-overlay-map): Use indirection
758 through a symbol rather than letrec.
759
1b8dff23
SM
760 * emacs-lisp/package.el: Don't recompute dir. Use pkg-descs more.
761 (package-desc): Add `dir' field.
762 (package-desc-full-name): New function.
763 (package-load-descriptor): Combine the two arguments. Don't use `load'.
764 (package-maybe-load-descriptor): Remove.
765 (package-load-all-descriptors): Just call package-load-descriptor.
766 (package--disabled-p): New function.
767 (package-desc-vers, package-desc-doc): Remove aliases.
768 (package--dir): Remove function.
769 (package-activate): Check if a package is disabled.
770 (package-process-define-package): New function, extracted from
771 define-package.
772 (define-package): Turn into a place holder.
773 (package-unpack-single, package-tar-file-info):
774 Use package--description-file.
775 (package-compute-transaction): Use package--disabled-p.
776 (package-download-transaction): Don't call
777 package-maybe-load-descriptor since they're all loaded anyway.
778 (package-install): Change argument to be a pkg-desc.
779 (package-delete): Use a single pkg-desc argument.
780 (describe-package-1): Use package-desc-dir instead of package--dir.
781 Use package-desc property instead of package-symbol.
782 (package-install-button-action): Adjust accordingly.
783 (package--push): Rewrite.
784 (package-menu--print-info): Adjust accordingly. Change the ID format
785 to be a pkg-desc.
786 (package-menu-describe-package, package-menu-get-status)
787 (package-menu--find-upgrades, package-menu-mark-upgrades)
788 (package-menu-execute, package-menu--name-predicate):
789 Adjust accordingly.
790 * startup.el (package--description-file): New function.
791 (command-line): Use it.
792 * emacs-lisp/package-x.el (package-upload-buffer-internal):
793 Use package-desc-version.
794
0b31660d
SM
795 * emacs-lisp/bytecomp.el (byte-compile-force-lexical-warnings): New var.
796 (byte-compile-preprocess): Use it.
797 (byte-compile-file-form-defalias): Try a bit harder to use macros we
798 can't quite recognize.
799 (byte-compile-add-to-list): Remove.
800 * emacs-lisp/cconv.el (cconv-warnings-only): New function.
801 (cconv-closure-convert): Add assertion.
802
803 * emacs-lisp/map-ynp.el: Use lexical-binding.
804 (map-y-or-n-p): Remove unused vars `tail' and `object'.
805 Factor out some repeated code.
806
de0503df
SM
8072013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
808
809 * subr.el (with-eval-after-load): New macro.
810 (eval-after-load): Allow form to be a function.
811 take advantage of lexical-binding.
812 (do-after-load-evaluation): Use dolist and adjust to new format.
813 * simple.el (bad-packages-alist): Use dolist and with-eval-after-load.
814
bc5c8c5a
JL
8152013-06-13 Juri Linkov <juri@jurta.org>
816
817 * replace.el (perform-replace): Display "symbol " and other search
818 modes from `isearch-message-prefix' in the *Help* buffer.
819
820 * isearch.el (isearch-query-replace): Add " symbol" and other
821 possible search modes from `isearch-message-prefix' to the prompt.
822 (isearch-occur): Use `with-isearch-suspended' to not exit Isearch
823 when reading a regexp to collect.
824
a22289f7
JL
8252013-06-13 Juri Linkov <juri@jurta.org>
826
827 * isearch.el (word-search-regexp): Match whitespace if the search
828 string begins or ends in whitespace. The LAX arg is applied to
829 both ends of the search string. Use `regexp-quote' and explicit
830 \< and \> instead of \b. Use \` and \' instead of ^ and $.
831 (isearch-symbol-regexp): Sync with `word-search-regexp' where word
832 boundaries are replaced with symbol boundaries, and characters
833 between symbols match non-word non-symbol syntax. (Bug#14602)
834
cb89acab
JL
8352013-06-13 Juri Linkov <juri@jurta.org>
836
837 * isearch.el (isearch-del-char): Don't exceed the length of
838 `isearch-string' by the prefix arg. (Bug#14563)
839
6e8cfc81
JL
8402013-06-13 Juri Linkov <juri@jurta.org>
841
842 * isearch.el (isearch-yank-word, isearch-yank-line)
843 (isearch-char-by-name, isearch-quote-char)
844 (isearch-printing-char, isearch-process-search-char):
845 Add optional count prefix arg. (Bug#14563)
846
847 * international/isearch-x.el
848 (isearch-process-search-multibyte-characters):
849 Add optional count prefix arg.
850
c23d55f4
VS
8512013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
852
853 * subr.el (internal-push-keymap, internal-pop-keymap): New functions.
854 (set-temporary-overlay-map): Use them (bug#14095); and take advantage of
855 lexical-binding.
856
8572013-06-13 Vitalie Spinu <spinuvit@gmail.com>
858
859 * subr.el (set-temporary-overlay-map): Add on-exit argument.
860
ba947bc4
GM
8612013-06-13 Glenn Morris <rgm@gnu.org>
862
8baeb37a
GM
863 * startup.el (tty-handle-args):
864 Don't just discard "--" and anything after. (Bug#14608)
865
ba947bc4
GM
866 * emacs-lisp/lisp.el (forward-sexp, backward-sexp): Doc fixes.
867
9abefce4
MA
8682013-06-13 Michael Albinus <michael.albinus@gmx.de>
869
870 Implement changes in Secret Service API. Make it backward compatible.
871 * net/secrets.el (secrets-struct-secret-content-type): New defonst.
872 (secrets-create-item): Use it. Prefix properties with interface.
873
5755011f
MH
8742013-06-13 Michael Hoffman <9qobl2n02@sneakemail.com> (tiny change)
875
876 * term.el (term-suppress-hard-newline): New option. (Bug#12017)
877 (term-emulate-terminal): Respect term-suppress-hard-newline.
878
1261d2da
S
8792013-06-13 E Sabof <esabof@gmail.com> (tiny change)
880
881 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
882 Only remove a `thumb-file' overlay. (Bug#14548)
883
868490bb
GJ
8842013-06-12 Grégoire Jadi <daimrod@gmail.com>
885
886 * mail/reporter.el (reporter-submit-bug-report):
887 Handle missing package-name. (Bug#14600)
888
79d7167f
TH
8892013-06-12 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
890
891 * textmodes/reftex-cite.el (reftex-cite-regexp-hist)
892 (reftex-citation-prompt, reftex-default-bibliography)
893 (reftex-bib-or-thebib, reftex-get-bibfile-list)
894 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
895 (reftex-bib-sort-author, reftex-bib-sort-year)
896 (reftex-bib-sort-year-reverse, reftex-get-crossref-alist)
897 (reftex-extract-bib-entries-from-thebibliography)
898 (reftex-get-bibkey-default, reftex-get-bib-names)
899 (reftex-parse-bibtex-entry, reftex-get-bib-field)
900 (reftex-format-bib-entry, reftex-parse-bibitem)
901 (reftex-format-bibitem, reftex-do-citation)
902 (reftex-figure-out-cite-format, reftex-offer-bib-menu)
903 (reftex-restrict-bib-matches, reftex-extract-bib-file)
904 (reftex-insert-bib-matches, reftex-format-citation)
905 (reftex-make-cite-echo-string, reftex-bibtex-selection-callback)
906 (reftex-create-bibtex-file): Add docstrings, mostly by converting
907 existing comments into docstrings.
908
5f9dbd7a
XF
9092013-06-12 Xue Fuqiao <xfq.free@gmail.com>
910
911 * ibuf-ext.el (ibuffer-mark-help-buffers): Doc fix.
912
94df41ab
AS
9132013-06-12 Andreas Schwab <schwab@suse.de>
914
915 * international/mule.el (auto-coding-alist): Use utf-8-emacs-unix
916 for auto-save files.
917
a7f3fecc
GM
9182013-06-12 Glenn Morris <rgm@gnu.org>
919
001809f6
GM
920 * ido.el (ido-delete-ignored-files): Remove.
921 (ido-wide-find-dirs-or-files, ido-make-file-list-1):
922 Go back to calling ido-ignore-item-p directly.
a7f3fecc 923
834b5ded
EL
9242013-06-12 Eyal Lotem <eyal.lotem@gmail.com> (tiny change)
925
08c73ed2
EL
926 * ido.el (ido-wide-find-dirs-or-files): Respect ido-case-fold.
927
834b5ded
EL
928 * ido.el (ido-delete-ignored-files): New function,
929 split from ido-make-file-list-1.
930 (ido-wide-find-dirs-or-files): Maybe ignore files. (Bug#13003)
931 (ido-make-file-list-1): Use ido-delete-ignored-files.
932
daabf15a
LL
9332013-06-12 Leo Liu <sdl.web@gmail.com>
934
935 * progmodes/octave.el (inferior-octave-startup)
936 (inferior-octave-completion-table)
937 (inferior-octave-track-window-width-change)
938 (octave-eldoc-function-signatures, octave-help)
939 (octave-find-definition): Use single quoted strings.
940 (inferior-octave-startup-args): Change default value.
941 (inferior-octave-startup): Do not hard code "-i" and
942 "--no-line-editing".
943 (inferior-octave-resync-dirs): Add optional arg NOERROR.
944 (inferior-octave-directory-tracker): Use it.
945 (octave-goto-function-definition): Robustify.
946 (octave-help): Support highlighting operators in 'See also'.
947 (octave-find-definition): Find subfunctions only in Octave mode.
948
cf4e5178
SM
9492013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
950
951 * help-fns.el (help-fns--compiler-macro): If the handler function is
952 named, then put a link to it.
953 * help-mode.el (help-function-cmacro): Adjust regexp for cl-lib names.
954 * emacs-lisp/cl-macs.el (cl--compiler-macro-typep): New function.
955 (cl-typep): Use it.
956 (cl-eval-when): Simplify debug spec.
957 (cl-define-compiler-macro): Use eval-and-compile. Give a name to the
958 compiler-macro function instead of setting `compiler-macro-file'.
959
99c81280 9602013-06-12 Xue Fuqiao <xfq.free@gmail.com>
cd0527a4
XF
961
962 * vc/vc-cvs.el (vc-cvs-stay-local): Doc fix.
963 * vc/vc-hooks.el (vc-stay-local): Doc fix.
964
f56be016
SM
9652013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
966 Daniel Hackney <dan@haxney.org>
967
968 First part of Daniel Hackney's patch to package.el.
969 * emacs-lisp/package.el: Use defstruct.
970 (package-desc): New, main struct.
971 (package--bi-desc, package--ac-desc): New structs, used to describe the
972 format in external files.
973 (package-desc-vers): Replace with package-desc-version accessor.
974 (package-desc-doc): Replace with package-desc-summary accessor.
975 (package-activate-1): Remove `package' arg since the pkg-vec now
976 includes the name.
977 (define-package): Use package-desc-from-define.
978 (package-unpack-single): Change file-name arg to be a symbol.
979 (package--add-to-archive-contents): Use package-desc-create and new
980 accessor functions to package--ac-desc.
981 (package-buffer-info, package-tar-file-info): Return a package-desc.
982 (package-install-from-buffer): Remove `type' argument. Change pkg-info
983 arg to be a package-desc.
984 (package-install-file): Adjust accordingly. Use \' to match EOS.
985 (package--from-builtin): New function.
986 (describe-package-1, package-menu--generate): Use it.
987 (package--make-autoloads-and-compile): Change name arg to be a symbol.
988 (package-generate-autoloads): Idem and return the name of the file.
989 * emacs-lisp/package-x.el (package-upload-buffer-internal):
990 Change pkg-info arg to be a package-desc.
991 Use package-make-ac-desc.
992 (package-upload-file): Use \' to match EOS.
993 * finder.el (finder-compile-keywords): Use package-make-builtin.
994
31119d63
SM
9952013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
996
931a2762
SM
997 * vc/vc.el (vc-deduce-fileset): Change error message.
998 (vc-read-backend): New function.
999 (vc-next-action): Use it.
1000
5a3eb0c6
SM
1001 * subr.el (function-arity): Remove (mistakenly added) (bug#14590).
1002
e3eb1bb7
SM
1003 * progmodes/prolog.el (prolog-make-keywords-regexp): Remove.
1004 (prolog-font-lock-keywords): Use regexp-opt instead.
1005 Don't manually highlight strings.
1006 (prolog-mode-variables): Simplify comment-start-skip.
1007 (prolog-consult-compile): Use display-buffer. Remove unused old-filter.
1008
31119d63
SM
1009 * emacs-lisp/generic.el (generic--normalise-comments)
1010 (generic-set-comment-syntax, generic-set-comment-vars): New functions.
1011 (generic-mode-set-comments): Use them.
1012 (generic-bracket-support): Use setq-local.
1013 (generic-make-keywords-list): Declare obsolete.
1014
7de135d0
GM
10152013-06-11 Glenn Morris <rgm@gnu.org>
1016
1017 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
1018 Prettify after setting font-lock-defaults. (Bug#14574)
1019
fa6bc6fd
JB
10202013-06-11 Juanma Barranquero <lekktu@gmail.com>
1021
1022 * replace.el (query-replace, occur-read-regexp-defaults-function)
1023 (replace-search):
1024 * subr.el (declare-function, number-sequence, local-set-key)
1025 (substitute-key-definition, locate-user-emacs-file)
1026 (with-silent-modifications, split-string, eval-after-load):
1027 Fix typos, remove unneeded backslashes and reflow some docstrings.
1028
cf1f9b9a
SM
10292013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
1030
1031 * international/mule-conf.el (file-coding-system-alist): Use utf-8 as
1032 default for Elisp files.
1033
56602a4b
GM
10342013-06-11 Glenn Morris <rgm@gnu.org>
1035
1036 * vc/log-view.el (log-view-mode-map): Inherit from special-mode-map,
1037 although define-derived-mode was doing this anyway. (Bug#14583)
1038
30ae0b2c
JB
10392013-06-10 Juanma Barranquero <lekktu@gmail.com>
1040
1041 * allout.el (allout-encryption-plaintext-sanitization-regexps):
1042 Fix make-variable-buffer-local call to refer to the correct variable.
1043
fa472906
AG
10442013-06-10 Aidan Gauland <aidalgol@amuri.net>
1045
1046 * eshell/em-term.el (eshell-visual-commands)
e7b41c4c
JB
1047 (eshell-visual-subcommands, eshell-visual-options):
1048 Add summary line to docstrings. Add cross-references.
fa472906 1049
ff4871b9
GM
10502013-06-10 Glenn Morris <rgm@gnu.org>
1051
1052 * epa.el (epa-read-file-name): New function. (Bug#14510)
1053 (epa-decrypt-file): Make plain-file optional. Use epa-read-file-name.
1054
04fcf1b0
AG
10552013-06-09 Aidan Gauland <aidalgol@amuri.net>
1056
1057 * eshell/em-term.el (eshell-visual-command-p): Fix bug that caused
1058 output redirection to be ignored with visual commands.
1059
88b00caa
AG
10602013-06-09 Aidan Gauland <aidalgol@amuri.net>
1061
1062 * eshell/em-term.el (eshell-visual-command-p): New function.
f71b3317
AG
1063 (eshell-term-initialize): Move long lambda to separate function
1064 eshell-visual-command-p.
e7b41c4c
JB
1065 * eshell/em-dirs.el (eshell-dirs-initialise):
1066 * eshell/em-script.el (eshell-script-initialize):
1067 Add missing #' to lambda.
88b00caa 1068
fda74125
LL
10692013-06-08 Leo Liu <sdl.web@gmail.com>
1070
1071 * progmodes/octave.el (octave-add-log-current-defun): New function.
1072 (octave-mode): Set add-log-current-defun-function.
1073 (octave-goto-function-definition): Do not move point if not found.
1074 (octave-find-definition): Enhance to try subfunctions first.
1075
467f3b33
GM
10762013-06-08 Glenn Morris <rgm@gnu.org>
1077
1078 * emacs-lisp/bytecomp.el (byte-compile-char-before)
1079 (byte-compile-backward-char, byte-compile-backward-word):
1080 Improve previous change, to handle non-explicit nil.
1081
544badc3
SM
10822013-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
1083
1084 * emacs-lisp/smie.el: Improve show-paren-mode behavior.
1085 (smie--opener/closer-at-point): New function.
1086 (smie--matching-block-data): Use it. Don't match from right after an
1087 opener or right before a closer. Obey smie-blink-matching-inners.
1088 Don't signal a mismatch for repeated inners like "switch..case..case".
1089
a175bf33
LL
10902013-06-07 Leo Liu <sdl.web@gmail.com>
1091
1092 * progmodes/octave.el (octave-mode): Set comment-use-global-state
1093 to t. (Bug#14303)
ce8209d4
LL
1094 (octave-function-header-regexp): Fix. (Bug#14570)
1095 (octave-help-mode-finish-hook, octave-help-mode-finish):
1096 Remove. Just use temp-buffer-show-hook.
a175bf33
LL
1097
1098 * newcomment.el (comment-search-backward): Revert last change.
1099 (Bug#14434)
1100
1101 * emacs-lisp/smie.el (smie--matching-block-data): Minor simplification.
1102
a822acff
EZ
11032013-06-07 Eli Zaretskii <eliz@gnu.org>
1104
1105 * Makefile.in (TAGS TAGS-LISP): Pass the (long) list of *.el files
1106 through xargs, to avoid failure due to MS-Windows limitations on
1107 command-line length.
1108
961166f5
GM
11092013-06-06 Glenn Morris <rgm@gnu.org>
1110
d0341459
GM
1111 * font-lock.el (lisp-font-lock-keywords-2):
1112 Treat user-error like error.
1113
961166f5
GM
1114 * emacs-lisp/bytecomp.el (byte-compile-char-before)
1115 (byte-compile-backward-char, byte-compile-backward-word):
1116 Handle explicit nil arguments. (Bug#14565)
1117
80fa505f
AM
11182013-06-05 Alan Mackenzie <acm@muc.de>
1119
1120 * isearch.el (isearch-allow-prefix): New user option.
d2bf7a98 1121 (isearch-other-meta-char): Don't exit isearch when a prefix
80fa505f 1122 argument is typed whilst `isearch-allow-prefix' is non-nil.
d2bf7a98 1123 (Bug#9706)
80fa505f 1124
fccdc796
SM
11252013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
1126
1127 * autorevert.el (auto-revert-notify-handler): Use memq.
1128 Hide assertion failure.
1129
1130 * skeleton.el: Use cl-lib.
1131 (skeleton-further-elements): Use defvar-local.
1132 (skeleton-insert): Use cl-progv.
1133
9bfff84b
TZ
11342013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
1135
1136 * progmodes/prog-mode.el (prog-prettify-symbols)
1137 (prog-prettify-install): Update docstrings.
1138
55577e7c
SM
11392013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
1140
1141 * simple.el: Move all the prog-mode code to prog-mode.el.
1142 * progmodes/prog-mode.el: New file.
1143 * loadup.el: Add prog-mode.el.
1144
8fc57765
TZ
11452013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
1146
1147 * simple.el (prog-prettify-symbols): Add version.
1148 (prog-prettify-install): Add convenience function to prettify symbols.
1149
1150 * progmodes/perl-mode.el (perl--augmented-font-lock-keywords)
1151 (perl--augmented-font-lock-keywords-1)
1152 (perl--augmented-font-lock-keywords-2, perl-mode): Remove unneeded
1153 variables and use it.
1154
1155 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
1156 (cfengine3-mode): Remove unneeded variable and use it.
1157
1158 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
1159 (lisp--augmented-font-lock-keywords-1)
1160 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables):
1161 Remove unneeded variables and use it.
1162
650645d5 11632013-06-05 João Távora <joaotavora@gmail.com>
28f5da6d
TZ
1164
1165 * net/tls.el (open-tls-stream): Remove unneeded buffer contents up
650645d5 1166 to point when opening the connection. (Bug#14380)
28f5da6d 1167
781b4af6
SM
11682013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
1169
1170 * subr.el (load-history-regexp, load-history-filename-element)
1171 (eval-after-load, after-load-functions, do-after-load-evaluation)
1172 (eval-next-after-load, display-delayed-warnings)
1173 (collapse-delayed-warnings, delayed-warnings-hook): Move after the
1174 definition of save-match-data.
1175 (overriding-local-map): Remove accidental obsolescence declaration.
1176
1177 * emacs-lisp/edebug.el (edebug-result): Move before first use.
1178
3ca0d0b4
TZ
11792013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
1180
1181 Generalize symbol prettify support to prog-mode and implement it
1182 for perl-mode, cfengine3-mode, and emacs-lisp-mode.
1183 * simple.el (prog-prettify-symbols-alist, prog-prettify-symbols)
1184 (prog--prettify-font-lock-compose-symbol)
1185 (prog-prettify-font-lock-symbols-keywords): New variables and
1186 functions to support symbol prettification.
1187 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
1188 (lisp--augmented-font-lock-keywords-1)
1189 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables)
1190 (lisp--prettify-symbols-alist): Implement prettify of lambda.
1191 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
781b4af6
SM
1192 (cfengine3--prettify-symbols-alist, cfengine3-mode):
1193 Implement prettify of -> => :: strings.
3ca0d0b4
TZ
1194 * progmodes/perl-mode.el (perl-prettify-symbols)
1195 (perl--font-lock-compose-symbol)
1196 (perl--font-lock-symbols-keywords): Move to prog-mode.
1197 (perl--prettify-symbols-alist): Prettify -> => :: strings.
1198 (perl-font-lock-keywords-1)
1199 (perl-font-lock-keywords-2): Remove explicit prettify support.
1200 (perl--augmented-font-lock-keywords)
1201 (perl--augmented-font-lock-keywords-1)
781b4af6
SM
1202 (perl--augmented-font-lock-keywords-2, perl-mode):
1203 Implement prettify support.
3ca0d0b4 1204
976cb066
LL
12052013-06-05 Leo Liu <sdl.web@gmail.com>
1206
1207 Re-implement smie matching block highlight using
1208 show-paren-data-function. (Bug#14395)
1209 * emacs-lisp/smie.el (smie-matching-block-highlight)
1210 (smie--highlight-matching-block-overlay)
1211 (smie--highlight-matching-block-lastpos)
1212 (smie-highlight-matching-block)
1213 (smie-highlight-matching-block-mode): Remove.
1214 (smie--matching-block-data-cache): New variable.
1215 (smie--matching-block-data): New function.
1216 (smie-setup): Use smie--matching-block-data for
1217 show-paren-data-function.
1218
1219 * progmodes/octave.el (octave-mode-menu): Fix.
1220 (octave-find-definition): Skip garbage lines.
1221
208d0342
SM
12222013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
1223
1224 Fix compilation error with simultaneous dynamic+lexical scoping.
1225 Add warning when a defvar appears after the first let-binding.
1226 * emacs-lisp/bytecomp.el (byte-compile-lexical-variables): New var.
1227 (byte-compile-close-variables): Initialize it.
1228 (byte-compile--declare-var): New function.
1229 (byte-compile-file-form-defvar)
1230 (byte-compile-file-form-define-abbrev-table)
1231 (byte-compile-file-form-custom-declare-variable): Use it.
1232 (byte-compile-make-lambda-lexenv): Change the argument. Simplify.
1233 (byte-compile-lambda): Share call to byte-compile-arglist-vars.
1234 (byte-compile-bind): Handle dynamic bindings that shadow
1235 lexical bindings.
1236 (byte-compile-unbind): Make arg non-optional.
1237 (byte-compile-let): Simplify.
1238 * emacs-lisp/cconv.el (byte-compile-lexical-variables): Declare var.
1239 (cconv--analyse-function, cconv-analyse-form): Populate it.
1240 Protect byte-compile-bound-variables to limit the scope of defvars.
1241 (cconv-analyse-form): Add missing rule for (defvar <foo>).
1242 Remove unneeded rule for `declare'.
1243
1244 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin): Use macroexp-let2
1245 so as to avoid depending on cl-adjoin at run-time.
1246 * emacs-lisp/cl-lib.el (cl-pushnew): Use backquotes.
1247
1248 * emacs-lisp/macroexp.el (macroexp--compiling-p): New function.
1249 (macroexp--warn-and-return): Use it.
1250
2587b005
LL
12512013-06-05 Leo Liu <sdl.web@gmail.com>
1252
1253 * eshell/esh-mode.el (eshell-mode): Fix key bindings.
1254
f1da3c88
LL
12552013-06-04 Leo Liu <sdl.web@gmail.com>
1256
1257 * progmodes/compile.el (compile-goto-error): Add optional arg NOMSG.
1258 (compilation-auto-jump): Suppress the "Mark set" message to give
1259 way to exit message.
1260
3caa391f
AM
12612013-06-04 Alan Mackenzie <acm@muc.de>
1262
1263 Remove faulty optimisation from indentation calculation.
1264 * progmodes/cc-engine.el (c-guess-basic-syntax): Don't calculate
1265 search limit based on 2000 characters back from indent-point.
1266
068922a2
TH
12672013-06-03 Tassilo Horn <tsdh@gnu.org>
1268
1269 * eshell/em-term.el (cl-lib): Require `cl-lib'.
1270
1f8fdd53
SM
12712013-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
1272
bbcc4d97
SM
1273 * emacs-lisp/lisp.el: Use lexical-binding.
1274 (lisp--local-variables-1, lisp--local-variables): New functions.
1275 (lisp--local-variables-completion-table): New var.
208d0342 1276 (lisp-completion-at-point): Use it complete let-bound vars.
bbcc4d97 1277
1f8fdd53
SM
1278 * emacs-lisp/lisp-mode.el (eval-sexp-add-defvars): Expand macros
1279 eagerly (bug#14422).
1280
c9628c79
MA
12812013-06-03 Michael Albinus <michael.albinus@gmx.de>
1282
1283 * autorevert.el (auto-revert-notify-enabled)
1284 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
1285 (auto-revert-notify-event-p, auto-revert-notify-event-file-name)
1286 (auto-revert-notify-handler): Handle also gfilenotify.
1287
e7b41c4c 1288 * subr.el (file-notify-handle-event): New defun. Replacing ...
c9628c79 1289 (inotify-event-p, inotify-handle-event, w32notify-handle-event):
781b4af6 1290 Remove.
c9628c79 1291
e5e4a942
JL
12922013-06-03 Juri Linkov <juri@jurta.org>
1293
1294 * bindings.el (search-map): Bind `highlight-symbol-at-point' to
1295 `M-s h .'. (Bug#14427)
1296
1297 * hi-lock.el (highlight-symbol-at-point): New alias for the new
1298 command `hi-lock-face-symbol-at-point'.
1299 (hi-lock-face-symbol-at-point): New command.
1300 (hi-lock-map): Bind `highlight-symbol-at-point' to `C-x w .'.
1301 (hi-lock-menu): Add `highlight-symbol-at-point'.
1302 (hi-lock-mode): Doc fix.
1303
1304 * isearch.el (isearch-forward-symbol-at-point): New command.
1305 (search-map): Bind `isearch-forward-symbol-at-point' to `M-s .'.
1306 (isearch-highlight-regexp): Add a regexp which matches
1307 words/symbols for word/symbol mode.
1308
1309 * subr.el (find-tag-default-bounds): New function with the body
1310 mostly moved from `find-tag-default'.
1311 (find-tag-default): Move most code to `find-tag-default-bounds',
1312 call it and apply `buffer-substring-no-properties' afterwards.
1313
26b3353a
TH
13142013-06-03 Tassilo Horn <tsdh@gnu.org>
1315
781b4af6
SM
1316 * eshell/em-term.el (eshell-term-initialize):
1317 Use `cl-intersection' rather than `intersection'.
26b3353a 1318
51b60f53
XF
13192013-06-02 Xue Fuqiao <xfq.free@gmail.com>
1320
fe054b63 1321 * vc/log-view.el: Doc fix.
d3ffe17c 1322 (log-view-mode-map): Copy keymap from `special-mode-map'.
51b60f53 1323
a0eb10b3 13242013-06-02 Eric Ludlam <zappo@gnu.org>
890f7890
DE
1325
1326 * emacs-lisp/eieio.el (eieio--defalias, eieio-hook)
1327 (eieio-error-unsupported-class-tags, eieio-skip-typecheck)
1328 (eieio-optimize-primary-methods-flag, eieio-initializing-object)
1329 (eieio-unbound, eieio-default-superclass)
1330 (eieio--define-field-accessors, method-static, method-before)
1331 (method-primary, method-after, method-num-lists)
1332 (method-generic-before, method-generic-primary)
1333 (method-generic-after, method-num-slots)
1334 (eieio-specialized-key-to-generic-key)
1335 (eieio--check-type, class-v, class-p)
1336 (eieio-class-name, define-obsolete-function-alias)
1337 (eieio-class-parents-fast, eieio-class-children-fast)
1338 (same-class-fast-p, class-constructor, generic-p)
1339 (generic-primary-only-p, generic-primary-only-one-p)
1340 (class-option-assoc, class-option, eieio-object-p)
1341 (class-abstract-p, class-method-invocation-order)
1342 (eieio-defclass-autoload-map, eieio-defclass-autoload)
1343 (eieio-class-un-autoload, eieio-defclass)
1344 (eieio-eval-default-p, eieio-perform-slot-validation-for-default)
1345 (eieio-add-new-slot, eieio-copy-parents-into-subclass)
1346 (eieio--defgeneric-init-form, eieio-defgeneric-form)
1347 (eieio-defgeneric-reset-generic-form)
1348 (eieio-defgeneric-form-primary-only)
1349 (eieio-defgeneric-reset-generic-form-primary-only)
1350 (eieio-defgeneric-form-primary-only-one)
1351 (eieio-defgeneric-reset-generic-form-primary-only-one)
1352 (eieio-unbind-method-implementations)
1353 (eieio--defmethod, eieio--typep)
1354 (eieio-perform-slot-validation, eieio-validate-slot-value)
1355 (eieio-validate-class-slot-value, eieio-barf-if-slot-unbound)
1356 (eieio-oref, eieio-oref-default, eieio-default-eval-maybe)
1357 (eieio-oset, eieio-oset-default, eieio-slot-originating-class-p)
1358 (eieio-slot-name-index, eieio-class-slot-name-index)
1359 (eieio-set-defaults, eieio-initarg-to-attribute)
1360 (eieio-attribute-to-initarg, eieio-c3-candidate)
1361 (eieio-c3-merge-lists, eieio-class-precedence-c3)
1362 (eieio-class-precedence-dfs, eieio-class-precedence-bfs)
1363 (eieio-class-precedence-list, eieio-generic-call-methodname)
1364 (eieio-generic-call-arglst, eieio-generic-call-key)
1365 (eieio-generic-call-next-method-list)
1366 (eieio-pre-method-execution-functions, eieio-generic-call)
1367 (eieio-generic-call-primary-only, eieiomt-method-list)
1368 (eieiomt-optimizing-obarray, eieiomt-install)
1369 (eieiomt-add, eieiomt-next, eieiomt-sym-optimize)
1370 (eieio-generic-form, eieio-defmethod, make-obsolete)
4f405069 1371 (eieio-defgeneric, make-obsolete): Move to eieio-core.el.
890f7890
DE
1372 (defclass): Remove `eval-and-compile' from macro.
1373 (call-next-method, shared-initialize): Instead of using
1374 `scoped-class' variable, use new eieio--scoped-class, and
1375 eieio--with-scoped-class.
1376 (initialize-instance): Rename local variable 'scoped-class' to
1377 'this-class' to remove ambiguitity from old global.
1378
1379 * emacs-lisp/eieio-core.el: New file. Derived from key parts of
1380 eieio.el.
4f405069
JB
1381 (eieio--scoped-class-stack): New variable.
1382 (eieio--scoped-class): New fcn.
890f7890
DE
1383 (eieio--with-scoped-class): New scoping macro.
1384 (eieio-defclass): Use pushnew instead of add-to-list.
1385 (eieio-defgeneric-form-primary-only-one, eieio-oset-default)
1386 (eieio-slot-name-index, eieio-set-defaults, eieio-generic-call)
1387 (eieio-generic-call-primary-only, eieiomt-add): Instead of using
1388 `scoped-class' variable, use new eieio--scoped-class, and
1389 eieio--with-scoped-class.
1390
1391 * emacs-lisp/eieio-base.el (cl-lib): Require during compile.
1392
d105b0e2
TH
13932013-06-02 Tassilo Horn <tsdh@gnu.org>
1394
1395 * eshell/esh-ext.el (eshell-external-command): Pass args to
1396 `eshell-find-interpreter'.
1397 (eshell-find-interpreter): Add new second parameter ARGS.
1398
1399 * eshell/em-script.el (eshell-script-initialize): Add second arg
e7b41c4c 1400 to the function added as MATCH to `eshell-interpreter-alist'.
d105b0e2
TH
1401
1402 * eshell/em-dirs.el (eshell-dirs-initialize): Add second arg to
e7b41c4c 1403 the function added as MATCH to `eshell-interpreter-alist'.
d105b0e2
TH
1404
1405 * eshell/em-term.el (eshell-visual-subcommands): New defcustom.
1406 (eshell-visual-options): New defcustom.
1407 (eshell-escape-control-x): Adapt docstring.
1408 (eshell-term-initialize): Test `eshell-visual-subcommands' and
1409 `eshell-visual-options' in addition to `eshell-visual-commands'.
1410 (eshell-exec-visual): Pass args to `eshell-find-interpreter'.
1411
f46305c8 14122013-06-01 Fabián Ezequiel Gallina <fgallina@gnu.org>
f782d531
FEG
1413
1414 * progmodes/python.el (python-indent-block-enders): Add break,
1415 continue and raise keywords.
1416
d870df21
GM
14172013-06-01 Glenn Morris <rgm@gnu.org>
1418
9133b82e
GM
1419 * pcmpl-gnu.el (pcomplete/tar): Check obsolete variable is bound.
1420
02c992ec 1421 Plain (f)boundp silences compilation warnings since Emacs 22.1.
683853b9
GM
1422 * progmodes/cc-cmds.el (delete-forward-p):
1423 * progmodes/cc-defs.el (buffer-syntactic-context-depth):
1424 * progmodes/cc-engine.el (buffer-syntactic-context):
1425 * progmodes/cc-fonts.el (face-property-instance):
1426 * progmodes/cc-mode.el (set-keymap-parents):
1427 * progmodes/cc-vars.el (get-char-table): No need for cc-bytecomp-defun.
1428 * progmodes/cc-defs.el (c-set-region-active, c-beginning-of-defun-1)
1429 * progmodes/cc-mode.el (c-make-inherited-keymap): Use plain fboundp.
02c992ec
GM
1430 * progmodes/cc-defs.el (zmacs-region-stays, zmacs-regions)
1431 (lookup-syntax-properties): Remove unecessary cc-bytecomp-defvar.
683853b9 1432
31e7b090
GM
1433 * progmodes/cc-vars.el (other): Emacs has this widget since
1434 at least 21.1, so don't (re)define it.
1435
d870df21
GM
1436 * eshell/em-cmpl.el (eshell-cmpl-initialize):
1437 Replace the obsolete alias pcomplete-arg-quote-list.
1438
c75c93c7
LL
14392013-06-01 Leo Liu <sdl.web@gmail.com>
1440
1441 * progmodes/octave.el (octave-mode-syntax-table): Give `.'
1442 punctuation syntax.
1443 (inferior-octave-minimal-columns)
1444 (inferior-octave-last-column-width): New variables.
1445 (inferior-octave-track-window-width-change): New function.
1446 (inferior-octave-mode): Adjust column width so that Octave output,
1447 for example from 'ls', can fit into the window nicely.
1448
973d1e12
DG
14492013-05-31 Dmitry Gutov <dgutov@yandex.ru>
1450
1451 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
1452 Highlight expansions inside regexp literals.
1453
0888c286
GM
14542013-05-31 Glenn Morris <rgm@gnu.org>
1455
e26aac1f
GM
1456 * obsolete/sym-comp.el (symbol-complete):
1457 Replace obsolete completion-annotate-function.
1458
0888c286
GM
1459 * progmodes/cc-vars.el (c-make-macro-with-semi-re): Silence compiler.
1460
19bb8e62
DG
14612013-05-31 Dmitry Gutov <dgutov@yandex.ru>
1462
781b4af6
SM
1463 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
1464 New function, checks if point is inside a literal that allows
19bb8e62
DG
1465 expression expansion.
1466 (ruby-syntax-propertize-expansion): Use it.
1467 (ruby-syntax-propertize-function): Bind `case-fold-search' to nil
1468 around the body.
1469
01dea85f
JL
14702013-05-30 Juri Linkov <juri@jurta.org>
1471
1472 * isearch.el (isearch-mode-map): Bind `isearch-toggle-invisible'
1473 to "\M-si".
1474 (isearch-invisible): New variable.
1475 (isearch-forward): Doc fix.
1476 (isearch-mode): Set `isearch-invisible'
1477 to the value of `search-invisible'.
1478 (isearch-toggle-case-fold): Doc fix.
1479 (isearch-toggle-invisible): New command.
1480 (isearch-query-replace): Let-bind `search-invisible'
1481 to the value of `isearch-invisible'.
1482 (isearch-search): Use `isearch-invisible' instead of
1483 `search-invisible'. Let-bind `search-invisible'
1484 to the value of `isearch-invisible'. (Bug#11378)
1485
ab1bdce5
JL
14862013-05-30 Juri Linkov <juri@jurta.org>
1487
1488 * replace.el (perform-replace): Avoid `isearch-range-invisible'
1489 call when `query-flag' is nil and `search-invisible' is non-nil.
1490 (Bug#11746)
1491
d6d236e2
GM
14922013-05-30 Glenn Morris <rgm@gnu.org>
1493
8accd027
GM
1494 * progmodes/gdb-mi.el (gdb-wait-for-pending): Fix typo.
1495
2a8bed1c
GM
1496 * progmodes/cc-bytecomp.el (cc-bytecomp-noruntime-functions): New.
1497 (cc-require): Suppress spurious "noruntime" warnings.
1498 (cc-require-when-compile): Use fboundp, for sake of compiler.
1499
d6d236e2
GM
1500 * progmodes/cc-mode.el: Move load of cc-vars before that of
1501 cc-langs (which in turn loads cc-vars), to quieten compiler.
1502
9190b35b
SM
15032013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
1504
1505 * paren.el: Simplify the code.
1506 (show-paren-mode): Always start the timer.
1507 (show-paren--idle-timer): Rename from show-paren-idle-timer.
1508 (show-paren--overlay, show-paren--overlay-1): Rename from
1509 show-paren-overlay and show-paren-overlay-1, and initialize to an
1510 overlay rather than to nil.
1511 (show-paren-function): Misc cleanup and simplifications.
1512
4f8d1cf6
SM
15132013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
1514
1515 * paren.el (show-paren-data-function): New hook.
1516 (show-paren--default): New function, extracted from show-paren-function.
1517 (show-paren-function): Use show-paren-data-function.
1518
02d844b5
GM
15192013-05-30 Glenn Morris <rgm@gnu.org>
1520
d209d4a9
GM
1521 * ielm.el (ielm-map, ielm-complete-symbol):
1522 Use completion-at-point rather than obsolete functions.
1523 (inferior-emacs-lisp-mode): Doc fix.
1524 Set completion-at-point-functions, rather than
1525 comint-dynamic-complete-functions.
1526
2082faa6
GM
1527 * eshell/em-cmpl.el (eshell-complete-lisp-symbol): New function.
1528 (eshell-cmpl-initialize, eshell-complete-parse-arguments):
1529 Replace obsolete lisp-complete-symbol with eshell-complete-lisp-symbol.
1530
dd8620de
GM
1531 * image.el (image-animated-p): Tweak definition.
1532
ceca95b1
GM
1533 * net/rlogin.el (rlogin-program, rlogin-explicit-args): Default to ssh.
1534 (rlogin-process-connection-type): Tweak default. Add set-after.
1535 (rlogin-host): Doc fix.
1536 (rlogin): Tweak prompt.
1537 (rlogin-tab-or-complete): Use completion-at-point rather than alias.
1538
ee9f1acc
GM
1539 * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
1540 * progmodes/tcl.el (inferior-tcl-mode-map):
1541 Use completion-at-point rather than obsolete alias.
1542
45ce222e
GM
1543 * emacs-lisp/eieio.el (eieio-eval-default-p): Move before use.
1544
02d844b5
GM
1545 * minibuffer.el (read-file-name-completion-ignore-case):
1546 Move before completion--in-region, for eager macro expansion.
1547
ac44d6c1
JL
15482013-05-29 Juri Linkov <juri@jurta.org>
1549
1550 * replace.el (occur-engine): Rename `globalcount' to `global-lines'
1551 for total count of matching lines. Add `global-matches' for total
1552 count of matches. Rename `matches' to `lines' for count of
1553 matching lines. Add `matches' for count of matches.
1554 Rename `lines' to `curr-line' for line count. Rename `prev-lines'
1555 to `prev-line' for line number of prev match endpt.
1556 Increment `matches' for every match. Print the number of
1557 matching lines in the header.
1558 (occur-context-lines): Rename `lines' to `curr-line'.
1559 Rename `prev-lines' to `prev-line'. (Bug#14017)
1560
3c9c9d38
JL
15612013-05-29 Juri Linkov <juri@jurta.org>
1562
1563 * replace.el (perform-replace): Add `skip-read-only-count',
1564 `skip-filtered-count', `skip-invisible-count' let-bound to 0.
1565 Increment them for corresponding conditions and report the number
1566 of skipped occurrences in the final message. (Bug#11746)
1567 (query-replace, query-replace-regexp, query-replace-regexp-eval)
1568 (replace-string, replace-regexp): Doc fix.
1569
33e249a2
SM
15702013-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
1571
8e399682
SM
1572 * emacs-lisp/trace.el (trace--read-args): Provide a default.
1573
33e249a2 1574 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Inherit from
781b4af6 1575 prog-mode-map (bug#14504).
33e249a2 1576
f236dd84
LL
15772013-05-29 Leo Liu <sdl.web@gmail.com>
1578
1579 * progmodes/octave.el (octave-indent-comment): Tweak regexps.
1580 (octave-help): Small simplification.
1581
1582 * emacs-lisp/smie.el (smie-highlight-matching-block): Always turn
1583 off the highlight first.
1584
3694d13f
GM
15852013-05-29 Glenn Morris <rgm@gnu.org>
1586
03983bdc
GM
1587 * progmodes/idlwave.el (idlwave-concatenate-rinfo-lists):
1588 Handle idlwave-last-system-routine-info-cons-cell being nil.
1589
bc74a74a
GM
1590 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
1591 (idlwave-write-paths): Simplify via with-temp-buffer.
1592
8b394200
GM
1593 * emulation/cua-gmrk.el: Also load cua-base, cua-rect at run time.
1594 * emulation/cua-rect.el: Also load cua-base at run time.
1595
3694d13f
GM
1596 * progmodes/cperl-mode.el (imenu-choose-buffer-index)
1597 (file-of-tag, etags-snarf-tag, etags-goto-tag-location): Declare.
1598 (cperl-imenu-on-info): Require imenu.
1599
336d7284
AM
16002013-05-28 Alan Mackenzie <acm@muc.de>
1601
1602 Handle "capitalised keywords" correctly.
33e249a2 1603 * progmodes/cc-mode.el (c-after-change): Bind case-fold-search to nil.
336d7284 1604
cb29c582
AG
16052013-05-28 Aidan Gauland <aidalgol@amuri.net>
1606
781b4af6 1607 * eshell/em-unix.el: Add -r option to cp.
cb29c582 1608
690e44b2
GM
16092013-05-28 Glenn Morris <rgm@gnu.org>
1610
e658d75c
GM
1611 * vc/vc-arch.el (vc-exec-after): Declare.
1612 (vc-switches): Autoload.
1613 * vc/vc-bzr.el: No need to require vc when compiling.
1614 (vc-exec-after, vc-set-async-update, vc-default-dir-printer)
1615 (vc-resynch-buffer, vc-dir-refresh): Declare.
1616 (vc-setup-buffer, vc-switches): Autoload.
712b9732
GM
1617 * vc/vc-cvs.el (vc-exec-after, vc-coding-system-for-diff)
1618 (vc-resynch-buffer): Declare.
1619 (vc-switches, vc-default-revert, vc-version-backup-file): Autoload.
e658d75c 1620 * vc/vc-dir.el (desktop-missing-file-warning): Declare.
712b9732
GM
1621 * vc/vc-git.el (vc-exec-after, vc-set-async-update)
1622 (grep-read-regexp, grep-read-files, grep-expand-template)
1623 (vc-dir-refresh): Declare.
1624 (vc-setup-buffer, vc-switches, vc-resynch-buffer): Autoload.
1625 * vc/vc-hg.el (vc-exec-after, vc-set-async-update): Declare.
1626 (vc-setup-buffer, vc-switches, vc-do-async-command): Autoload.
e658d75c
GM
1627 * vc/vc-mtn.el (vc-exec-after): Declare.
1628 (vc-switches): Autoload.
1629 * vc/vc-rcs.el (vc-expand-dirs, vc-switches)
1630 (vc-tag-precondition, vc-buffer-sync, vc-rename-master): Autoload.
1631 (vc-file-tree-walk): Declare.
712b9732
GM
1632 * vc/vc-sccs.el (vc-file-tree-walk): Declare.
1633 (vc-expand-dirs, vc-switches, vc-setup-buffer, vc-delistify)
1634 (vc-tag-precondition, vc-rename-master): Autoload.
e658d75c
GM
1635 * vc/vc-svn.el (vc-exec-after): Declare.
1636 (vc-switches, vc-setup-buffer): Autoload.
1637 * obsolete/vc-mcvs.el (vc-checkout, vc-switches, vc-default-revert):
1638 Autoload.
1639 (vc-resynch-buffer): Declare.
1640
98e87fb3
GM
1641 * obsolete/fast-lock.el (byte-compile-warnings):
1642 Don't warn about obsolete features in this obsolete file.
1643
f5379553
GM
1644 * progmodes/cc-vars.el (c-macro-names-with-semicolon):
1645 Move definition before use.
1646
7a20ef83
GM
1647 * play/dunnet.el (byte-compile-warnings): Don't disable them all.
1648 (dun-unix-verbs): Remove dun-zippy.
1649 (dun-zippy): Remove function.
1650
690e44b2
GM
1651 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
1652
3a52ccf7
JL
16532013-05-27 Juri Linkov <juri@jurta.org>
1654
1655 * replace.el (replace-search): New function with code moved out
1656 from `perform-replace'.
1657 (replace-highlight, replace-dehighlight): Move function definitions
1658 up closer to `replace-search'. (Bug#11746)
1659
d289938a
JL
16602013-05-27 Juri Linkov <juri@jurta.org>
1661
1662 * replace.el (perform-replace): Ignore invisible matches.
1663 In addition to checking `query-replace-skip-read-only', also
1664 filter out matches by calling `run-hook-with-args-until-failure'
1665 on `isearch-filter-predicates', and also check `search-invisible'
1666 for t or call `isearch-range-invisible'.
1667 (replace-dehighlight): Call `isearch-clean-overlays'. (Bug#11746)
1668
66fc57e3
JL
16692013-05-27 Juri Linkov <juri@jurta.org>
1670
1671 * isearch.el (isearch-filter-predicates): Rename from
1672 `isearch-filter-predicate'. Doc fix. (Bug#11378)
1673 (isearch-message-prefix): Display text from the property
1674 `isearch-message-prefix' of the currently active filters.
1675 (isearch-search): Don't compare `isearch-filter-predicate' with
1676 `isearch-filter-visible'. Call `run-hook-with-args-until-failure'
1677 on `isearch-filter-predicates'. Also check `search-invisible' for t
1678 or call `isearch-range-invisible'.
1679 (isearch-filter-visible): Make obsolete.
1680 (isearch-lazy-highlight-search):
1681 Call `run-hook-with-args-until-failure' on
1682 `isearch-filter-predicates' and use `isearch-range-invisible'.
1683
1684 * info.el (Info-search): Call `run-hook-with-args-until-failure' on
1685 `isearch-filter-predicates' instead of `funcall'ing
1686 `isearch-filter-predicate'.
1687 (Info-mode): Set `Info-isearch-filter' to
1688 `isearch-filter-predicates' instead of `isearch-filter-predicate'.
1689
1690 * dired-aux.el (dired-isearch-filter-predicate-orig):
1691 Remove variable.
1692 (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
1693 (dired-isearch-filenames-end): Add and remove
1694 `dired-isearch-filter-filenames' in `isearch-filter-predicates'
1695 instead of changing the value of `isearch-filter-predicate'.
1696 Rebind `dired-isearch-filenames-toggle' from "\M-sf" to "\M-sff".
1697 (dired-isearch-filter-filenames): Don't use `isearch-filter-visible'.
1698 Put property `isearch-message-prefix' to "filename " on
1699 `dired-isearch-filter-filenames'.
1700
1701 * wdired.el (wdired-change-to-wdired-mode):
1702 Add `isearch-filter-predicates' to `wdired-isearch-filter-read-only'
1703 locally instead of changing `isearch-filter-predicate'.
1704 (wdired-isearch-filter-read-only): Don't use `isearch-filter-visible'.
1705
f1a60a0f
DG
17062013-05-27 Dmitry Gutov <dgutov@yandex.ru>
1707
1708 * vc/vc-git.el (vc-git-working-revision): When in detached mode,
1709 return the commit hash (Bug#14459). Also set the
1710 `vc-git-detached' property.
1711 (vc-git--rev-parse): Extract from `vc-git-previous-revision'.
1712 (vc-git-mode-line-string): Use the same help-echo format whether
1713 in detached mode or not, because we know the actual revision now.
1714 When in detached mode, shorten the revision to 7 chars.
1715
7f17cc40
SM
17162013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
1717
1718 * emacs-lisp/easy-mmode.el (define-minor-mode):
1719 * emacs-lisp/derived.el (define-derived-mode): Always defvar the
1720 mode hook and provide a docstring.
1721
25c8401c
AM
17222013-05-27 Alan Mackenzie <acm@muc.de>
1723
1724 Remove spurious syntax-table text properties inserted by C-y.
1725 * progmodes/cc-mode.el (c-after-change): Also clear hard
1726 syntax-table property with value nil.
1727
dde84790
MA
17282013-05-27 Michael Albinus <michael.albinus@gmx.de>
1729
1730 * net/dbus.el (dbus-call-method): Let-bind `inhibit-redisplay'
1731 when reading the events; the buffer layout shall not be changed.
1732
837fd9af
LL
17332013-05-27 Leo Liu <sdl.web@gmail.com>
1734
1735 * progmodes/octave.el (inferior-octave-directory-tracker-resync):
1736 New variable.
1737 (inferior-octave-directory-tracker): Automatically re-sync
1738 default-directory.
1739 (octave-help): Improve handling of 'See also'.
1740
4fd996b3
SM
17412013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
1742
416f1802
SM
1743 * doc-view.el: Minor naming convention tweaks.
1744 (desktop-buffer-mode-handlers): Don't add to it repeatedly.
1745
4fd996b3
SM
1746 * image-mode.el (image-mode-reapply-winprops): Call image-mode-winprops
1747 even if there's no `display' property yet (bug#14435).
1748
a052ef3b
EZ
17492013-05-25 Eli Zaretskii <eliz@gnu.org>
1750
4fd996b3 1751 * subr.el (unmsys--file-name): Rename from reveal-filename.
a052ef3b
EZ
1752
1753 * Makefile.in (custom-deps, finder-data, autoloads)
1754 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
1755 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
1756 ($(CAL_DIR)/hol-loaddefs.el): All users changed.
1757
c9023370
SM
17582013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
1759
1760 * emacs-lisp/lisp.el (lisp-completion-at-point): Don't use
1761 error-completion on the first 2 args of condition-case (bug#14446).
df76dacb 1762 Don't burp at EOB.
c9023370 1763
24d699fa
LL
17642013-05-25 Leo Liu <sdl.web@gmail.com>
1765
1766 * comint.el (comint-previous-matching-input): Do not flood the
1767 *Messages* buffer with trivial messages.
1768
17e5c0cc
SM
17692013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
1770
1771 * progmodes/flymake.el (flymake-nop): Don't return a string.
1772 (flymake-set-at): Fix typo.
1773
1774 * simple.el (read--expression): New function, extracted from
1775 eval-expression. Set completion-at-point-functions (bug#14465).
1776 (eval-expression, eval-minibuffer): Use it.
1777
5d028165
XF
17782013-05-25 Xue Fuqiao <xfq.free@gmail.com>
1779
1780 * progmodes/flymake.el (flymake-save-buffer-in-file)
1781 (flymake-makehash, flymake-posn-at-point-as-event, flymake-nop)
1782 (flymake-selected-frame, flymake-log, flymake-ins-after)
1783 (flymake-set-at, flymake-get-buildfile-from-cache)
1784 (flymake-add-buildfile-to-cache, flymake-clear-buildfile-cache)
1785 (flymake-find-possible-master-files, flymake-save-buffer-in-file):
1786 Refine the doc string.
1787 (flymake-get-file-name-mode-and-masks): Reformat.
1788 (flymake-get-real-file-name-function): Fix a minor bug.
1789
7a1d7ba7
JL
17902013-05-24 Juri Linkov <juri@jurta.org>
1791
1792 * progmodes/grep.el (grep-mode-font-lock-keywords):
1793 Support =linenumber= format used by git-grep for lines with
1794 function names. (Bug#13549)
1795
650cff3d
SM
17962013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
1797
1798 * progmodes/octave.el (octave-smie-rules): Return nil rather than
1799 0 after a semi-colon; it works better for smie-auto-fill.
1800 (octave--indent-new-comment-line): New function.
1801 (octave-indent-new-comment-line): Use it (indirectly).
1802 (octave-mode): Don't disable smie-auto-fill. Use add-function to
1803 modify comment-line-break-function.
1804
1805 * emacs-lisp/smie.el (smie-auto-fill): Rework to be more robust.
1806 (smie-setup): Use add-function to set it.
1807
9631677d
SS
18082013-05-24 Sam Steingold <sds@gnu.org>
1809
1810 * sort.el (delete-duplicate-lines): Accept an optional `keep-blanks'
1811 argument (before the `interactive' argument).
1812
50105835
SM
18132013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
1814
1815 * image-mode.el (image-mode-winprops): Add winprops to
1816 image-mode-winprops-alist before running
1817 image-mode-new-window-functions.
1818 * doc-view.el (doc-view-new-window-function): Don't delay
1819 doc-view-goto-page via timers (bug#14435).
1820
57b9823e
TH
18212013-05-24 Tassilo Horn <tsdh@gnu.org>
1822
1823 * doc-view.el: Integrate with desktop.el. (Bug#14435)
1824 (doc-view-desktop-save-buffer): New function.
1825 (doc-view-restore-desktop-buffer): New function.
50105835
SM
1826 (desktop-buffer-mode-handlers):
1827 Add `doc-view-restore-desktop-buffer' as desktop.el buffer mode
57b9823e
TH
1828 handler.
1829 (doc-view-mode): Set `doc-view-desktop-save-buffer' as custom
1830 `desktop-save-buffer' function.
1831
91aafa16
MA
18322013-05-24 Michael Albinus <michael.albinus@gmx.de>
1833
1834 * net/tramp-gvfs.el (tramp-gvfs-enabled): New defconst.
1835 (tramp-gvfs-file-name-handler): Raise a user error when
1836 `tramp-gvfs-enabled' is nil.
1837 (top): Register signals only when `tramp-gvfs-enabled' is non-nil.
1838 Do not raise a user error when loading package. (Bug#14447)
1839
ec076379
MA
1840 * net/xesam.el: Move to obsolete/.
1841
db785726
GM
18422013-05-24 Glenn Morris <rgm@gnu.org>
1843
af5c7606
GM
1844 * font-lock.el (lisp-font-lock-keywords-2): Add with-coding-priority.
1845
e5d1916a
GM
1846 * emacs-lisp/chart.el (chart-sort): Replace obsolete `object-name'.
1847
ded62b08
GM
1848 * progmodes/cperl-mode.el (cperl-mode): Use fboundp.
1849 (Info-find-node, Man-getpage-in-background): Declare.
1850
9e614a3f
GM
1851 * mail/unrmail.el (unrmail):
1852 Replace obsolete detect-coding-with-priority.
1853
892f8ca3
GM
1854 * net/socks.el (socks-split-string): Use this rather than split-string.
1855 (socks-nslookup-host): Update for above change.
1856 (dynamic-choice, s5-dynamic-choice-match)
1857 (s5-dynamic-choice-match-inline, s5-widget-value-create):
1858 Comment out unused code.
1859
3c291973
GM
1860 * tooltip.el (tooltip-use-echo-area): Warn only on 'set.
1861 * progmodes/gud.el (gud-gdb-completion-function): Move before use.
1862 (gud-tooltip-echo-area): Make obsolete.
1863 (gud-tooltip-process-output, gud-tooltip-tips): Also check tooltip-mode.
1864
43cc956b
GM
1865 * progmodes/js.el (js--optimize-arglist): Declare.
1866
dab49a3b
GM
1867 * progmodes/ruby-mode.el (ruby-syntax-propertize-expansion): Declare.
1868
36b9d085
GM
1869 * progmodes/which-func.el (ediff-window-A, ediff-window-B)
1870 (ediff-window-C): Declare.
1871
e354ae76
GM
1872 * obsolete/pgg-gpg.el, obsolete/pgg-pgp.el, obsolete/pgg-pgp5.el:
1873 Tweak requires to silence compiler.
1874
b8e57bf4
GM
1875 * obsolete/sym-comp.el: No need to load hipper-exp when compiling.
1876 (he-search-string, he-tried-table, he-expand-list)
1877 (he-init-string, he-string-member, he-substitute-string)
1878 (he-reset-string): Declare.
1879
db785726
GM
1880 * obsolete/options.el (list-options): Use custom-variable-p,
1881 rather than obsolete alias.
1882
b3531901
SS
18832013-05-23 Sam Steingold <sds@gnu.org>
1884
1885 * simple.el (shell-command-on-region): Pass the `replace' argument
db785726 1886 down to `call-process-region' to comply with the doc as reported on
b3531901
SS
1887 <http://stackoverflow.com/questions/16720458/emacs-noninteractive-call-to-shell-command-on-region-always-deletes-region>
1888
bdda4c66
SM
18892013-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
1890
1891 * emacs-lisp/smie.el (smie-indent-forward-token)
1892 (smie-indent-backward-token): Handle string tokens (bug#14381).
1893
c43d45f9
TH
18942013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1895
fe1eb856
RS
1896 * ielm.el (ielm-menu): New menu.
1897 (inferior-emacs-lisp-mode): Set comment-start.
96172128 1898
fe1eb856
RS
18992013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1900
1901 * lisp/textmodes/reftex.el (reftex-ref-style-toggle):
1902 Fix deactivate action.
1903
1904 * lisp/textmodes/reftex-vars.el (reftex-ref-style-alist):
1905 Add cleveref macros.
074dd971 1906
c43d45f9
TH
1907 * lisp/textmodes/reftex-parse.el
1908 (reftex-locate-bibliography-files): Accept options for
1909 bibliography commands.
1910 * lisp/textmodes/reftex-vars.el (reftex-bibliography-commands):
1911 Add addbibresource. Basic Biblatex support.
1912
7764286e
MA
19132013-05-23 Michael Albinus <michael.albinus@gmx.de>
1914
1915 * net/tramp-gvfs.el (top):
1916 * net/xesam.el (xesam-dbus-unique-names): Suppress D-Bus errors
1917 when loading package. (Bug#14447)
1918
d361bc10
GM
19192013-05-23 Glenn Morris <rgm@gnu.org>
1920
8fa23984
GM
1921 * progmodes/js.el: No need to load comint when compiling.
1922 (ring-insert, comint-send-string, comint-send-input)
1923 (comint-last-input-end, ido-chop): Declare.
1924
a5c7df1a
GM
1925 * vc/ediff-diff.el, vc/ediff-merg.el: Require ediff-util at run-time.
1926 * vc/ediff-mult.el: Adjust requires.
1927 (ediff-directories-internal, ediff-directory-revisions-internal)
1928 (ediff-patch-file-internal): Declare.
1929 * vc/ediff-ptch.el: Adjust requires.
1930 (ediff-use-last-dir, ediff-buffers-internal): Declare.
1931 (ediff-find-file): Autoload.
1932 * vc/ediff-util.el: No need to load ediff when compiling.
1933 (ediff-regions-internal): Declare.
1934 * vc/ediff-wind.el: Adjust requires.
1935 (ediff-compute-toolbar-width): Define when compiling.
1936 (ediff-setup-control-buffer, ediff-make-bottom-toolbar): Declare.
1937 * vc/ediff.el: No need to load dired, ediff-ptch when compiling.
1938 (dired-get-filename, dired-get-marked-files)
1939 (ediff-last-dir-patch, ediff-patch-default-directory)
1940 (ediff-get-patch-buffer, ediff-dispatch-file-patching-job)
1941 (ediff-patch-buffer-internal): Declare.
1942
e2aec513
GM
1943 * emacs-lisp/checkdoc.el: No need to load ispell when compiling.
1944 (ispell-process, ispell-buffer-local-words, lm-summary)
1945 (lm-section-start, lm-section-end): Declare.
1946 (checkdoc-ispell-init): Simplify.
1947
e68bbd7c
GM
1948 * progmodes/vera-mode.el (he-init-string, he-dabbrev-beg)
1949 (he-string-member, he-reset-string, he-substitute-string): Declare.
1950
7efe0991
GM
1951 * eshell/em-ls.el: Adjust requires.
1952 (eshell-glob-regexp): Declare.
f87b1284
GM
1953 * eshell/em-tramp.el: Adjust requires.
1954 (eshell-parse-command): Autoload.
1955 * eshell/em-xtra.el: Adjust requires.
1956 (eshell-parse-command): Autoload.
1957 * eshell/esh-ext.el: Adjust requires.
1958 (eshell-parse-command, eshell-close-handles): Autoload.
1959 * eshell/esh-io.el: Adjust requires.
1960 (eshell-output-filter): Autoload.
1961 * eshell/esh-util.el: No need to load tramp when compiling.
1962 (tramp-file-name-structure, ange-ftp-ls, ange-ftp-file-modtime):
1963 Declare.
1964 (eshell-parse-ange-ls): Require ange-ftp and tramp.
1965 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
1966 * eshell/em-cmpl.el, eshell/em-glob.el, eshell/em-pred.el:
1967 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-smart.el:
1968 * eshell/em-term.el, eshell/esh-arg.el, eshell/esh-mode.el:
1969 * eshell/esh-opt.el, eshell/esh-proc.el:
1970 * eshell/esh-var.el: Adjust requires.
1971 * eshell/eshell.el: Do not require esh-util twice.
1972 (eshell-add-input-to-history): Declare.
1973 (eshell-command): Check history module is active before using it.
1974
d361bc10
GM
1975 * eshell/em-ls.el (eshell-ls-dir): Fix -A handling.
1976
85d090a9
LL
19772013-05-22 Leo Liu <sdl.web@gmail.com>
1978
1979 * progmodes/octave.el (inferior-octave-startup): Fix bug#14433.
1980
5d0acd9d
MA
19812013-05-22 Michael Albinus <michael.albinus@gmx.de>
1982
1983 * autorevert.el (auto-revert-notify-add-watch)
1984 (auto-revert-notify-handler): Add `attrib' for the inotify case,
1985 it indicates changes in file modification time.
1986
0cdffd7d
GM
19872013-05-22 Glenn Morris <rgm@gnu.org>
1988
ca5995ec
GM
1989 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
1990 Always delete the autoloaded function from the noruntime and
1991 unresolved functions lists.
1992
6450907e
GM
1993 * allout.el: No need to load epa, epg, overlay when compiling.
1994 (epg-context-set-passphrase-callback, epg-list-keys)
1995 (epg-decrypt-string, epg-encrypt-string, epg-user-id-string)
1996 (epg-key-user-id-list): Declare.
1997
9c6906f6
GM
1998 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
1999 (viper-set-parsing-style-toggling-macro)
2000 (viper-set-emacs-state-searchstyle-macros):
2001 Use called-interactively-p on Emacs.
2002 (viper-looking-back): Make it an obsolete alias. Update callers.
2003 * emulation/viper-ex.el: Load viper-keym, not viper-cmd.
2004 Use looking-back rather than viper-looking-back.
2005 (viper-tmp-insert-at-eob, viper-enlarge-region)
2006 (viper-read-string-with-history, viper-register-to-point)
2007 (viper-append-to-register, viper-change-state-to-vi)
2008 (viper-backward-char-carefully, viper-forward-char-carefully)
2009 (viper-Put-back, viper-put-back, viper-add-newline-at-eob-if-necessary)
2010 (viper-change-state-to-emacs): Declare.
2011 * emulation/viper-macs.el: Load viper-mous, viper-ex, not viper-cmd.
2012 (viper-change-state-to-insert, viper-change-state-to-vi): Declare.
2013 * emulation/viper-mous.el: Do not load viper-cmd.
2014 (viper-backward-char-carefully, viper-forward-char-carefully)
2015 (viper-forward-word, viper-adjust-window): Declare.
2016
5f70c169
GM
2017 * vc/ediff.el (ediff-version): Use called-interactively-p on Emacs.
2018
b1b7f300
GM
2019 * progmodes/idlw-help.el (idlwave-help-fontify):
2020 Use called-interactively-p.
2021
f6ebbb46
GM
2022 * term/w32console.el (w32-get-console-codepage)
2023 (w32-get-console-output-codepage): Declare.
2024
0cdffd7d
GM
2025 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape):
2026 Remove unnecessary declarations.
2027 (dframe-message): Doc fix.
2028
2029 * info.el (dframe-select-attached-frame, dframe-current-frame):
2030 Declare.
2031
2032 * speedbar.el (speedbar-message): Make it an obsolete alias.
2033 Update all callers.
2034 (speedbar-with-attached-buffer)
2035 (speedbar-maybee-jump-to-attached-frame): Make these aliases obsolete.
2036 (speedbar-with-writable): Use backquote.
2037 * emacs-lisp/eieio-opt.el (eieio-describe-class-sb):
2038 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
2039 Use dframe-with-attached-buffer, dframe-maybee-jump-to-attached-frame
2040 rather than speedbar- aliases.
2041 * mail/rmail.el: Load dframe rather than speedbar when compiling.
2042 (speedbar-make-specialized-keymap, speedbar-insert-button)
2043 (dframe-select-attached-frame, dframe-maybee-jump-to-attached-frame)
2044 (speedbar-do-function-pointer): Declare.
2045 (rmail-speedbar-button, rmail-speedbar-find-file)
2046 (rmail-speedbar-move-message):
2047 Use dframe-with-attached-buffer rather than speedbar- alias.
2048 * progmodes/gud.el: Load dframe rather than speedbar when compiling.
2049 (dframe-message, speedbar-make-specialized-keymap)
2050 (speedbar-add-expansion-list, speedbar-mode-functions-list)
2051 (speedbar-make-tag-line, speedbar-remove-localized-speedbar-support)
2052 (speedbar-insert-button, dframe-select-attached-frame)
2053 (dframe-maybee-jump-to-attached-frame)
2054 (speedbar-change-initial-expansion-list)
2055 (speedbar-previously-used-expansion-list-name): Declare.
2056 (gud-speedbar-item-info, gud-gdb-goto-stackframe):
2057 Use dframe-message, dframe-with-attached-buffer rather than
2058 speedbar- aliases.
2059 (gud-sentinel): Silence compiler.
2060 * progmodes/vhdl-mode.el (speedbar-refresh)
2061 (speedbar-do-function-pointer, speedbar-add-supported-extension)
2062 (speedbar-add-mode-functions-list, speedbar-make-specialized-keymap)
2063 (speedbar-change-initial-expansion-list, speedbar-add-expansion-list)
2064 (speedbar-extension-list-to-regex, speedbar-directory-buttons)
2065 (speedbar-file-lists, speedbar-make-tag-line)
2066 (speedbar-line-directory, speedbar-goto-this-file)
2067 (speedbar-center-buffer-smartly, speedbar-change-expand-button-char)
2068 (speedbar-delete-subblock, speedbar-position-cursor-on-line)
2069 (speedbar-make-button, speedbar-reset-scanners)
2070 (speedbar-files-item-info, speedbar-line-text)
2071 (speedbar-find-file-in-frame, speedbar-set-timer)
2072 (dframe-maybee-jump-to-attached-frame, speedbar-line-file): Declare.
2073 (speedbar-with-writable): Do not (re)define it.
2074 (vhdl-speedbar-find-file): Use dframe-maybee-jump-to-attached-frame
2075 rather than speedbar- alias.
2076
ee44b62a
LL
20772013-05-21 Leo Liu <sdl.web@gmail.com>
2078
2079 * progmodes/octave.el (octave-mode-menu): Update and re-organize
2080 menu items.
2081 (octave-mode): Tweak fill-nobreak-predicate.
2082 (inferior-octave-startup): Check process to avoid infinite loop.
2083 (inferior-octave): Pop to buffer first to show abornmal process
2084 exit information.
2085
640f050f
GM
20862013-05-21 Glenn Morris <rgm@gnu.org>
2087
79458038
GM
2088 * printing.el (pr-menu-bar): Define when compiling.
2089
9cc3e83f
LL
20902013-05-21 Leo Liu <sdl.web@gmail.com>
2091
2092 * progmodes/octave.el (octave-auto-fill): Remove.
2093 (octave-indent-new-comment-line): Improve.
2094 (octave-mode): Use auto fill mode through
4f405069 2095 comment-line-break-function and fill-nobreak-predicate.
9cc3e83f 2096 (octave-goto-function-definition): Support DEFUN_DLD.
4f405069 2097 (octave-beginning-of-defun): Small tweak.
9cc3e83f
LL
2098 (octave-help): Show parent directory.
2099
f440830d
GM
21002013-05-21 Glenn Morris <rgm@gnu.org>
2101
2102 * files.el (dired-unmark):
2103 * progmodes/gud.el (gdb-input): Update declarations.
2104
2105 * calculator.el (electric, ehelp): No need to load when compiling.
2106 (Electric-command-loop, electric-describe-mode): Declare.
2107
2108 * doc-view.el (doc-view-current-converter-processes): Move before use.
2109
2110 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
2111 Move MODE-set-explicitly definition before use.
2112
2113 * international/mule-diag.el (mule-diag):
2114 Don't use obsolete window-system-version.
2115
2116 * mail/feedmail.el (smtpmail): No need to load when compiling.
2117 (smtpmail-via-smtp, smtpmail-smtp-server): Declare.
2118
2119 * mail/mail-utils.el (rfc822): No need to load when compiling.
2120 (rfc822-addresses): Autoload it.
2121 (mail-strip-quoted-names): Trivial simplification.
2122
2123 * mail/rmail.el (rmail-mime-message-p, rmail-mime-toggle-raw): Declare.
2124 (rmail-retry-failure): Don't assume that rmail-mime-feature == rmailmm.
2125
2126 * net/snmp-mode.el (tempo): Don't duplicate requires.
2127
2128 * progmodes/prolog.el (info): No need to load when compiling.
2129 (comint): Require before shell requires it.
2130 (Info-goto-node): Autoload it.
2131 (Info-follow-nearest-node): Declare.
2132 (prolog-help-info, prolog-goto-predicate-info): No need to require info.
2133
2134 * textmodes/artist.el (picture-mode-exit): Declare.
2135
2136 * textmodes/reftex-parse.el (reftex-parse-from-file):
2137 Trivial rewrite so the compiler can parse it better.
2138
b4da2cbb
LL
21392013-05-20 Leo Liu <sdl.web@gmail.com>
2140
2141 * progmodes/octave.el (octave-help-mode-map)
2142 (octave-help-mode-finish-hook): New variables.
2143 (octave-help-mode, octave-help-mode-finish): New functions.
2144 (octave-help): Use octave-help-mode.
2145
33c0f65b
GM
21462013-05-20 Glenn Morris <rgm@gnu.org>
2147
2148 * format-spec.el (format-spec): Allow spec chars with nil. (Bug#14420)
2149
1a0a0a8a
DG
21502013-05-19 Dmitry Gutov <dgutov@yandex.ru>
2151
2152 * progmodes/ruby-mode.el (ruby-expression-expansion-re): Allow to
2153 start at point, so that expansion starting right after opening
2154 slash in a regexp is recognized.
2155 (ruby-syntax-before-regexp-re): New defvar, extracted from
2156 ruby-syntax-propertize-function. Since the value of this regexp
2157 is looked up at runtime now, we should be able to turn
2158 `ruby-syntax-methods-before-regexp' into a defcustom later.
2159 (ruby-syntax-propertize-function): Split regexp matching into two
2160 parts, for opening and closing slashes. That allows us to skip
2161 over string interpolations and support multiline regexps.
2162 Don't call `ruby-syntax-propertize-expansions', instead use another rule
2163 for them, which calls `ruby-syntax-propertize-expansion'.
2164 (ruby-syntax-propertize-expansions): Move `remove-text-properties'
2165 call to `ruby-syntax-propertize-function'.
2166 (ruby-syntax-propertize-expansion): Extracted from
2167 `ruby-syntax-propertize-expansions'. Handles one expansion.
1a0a0a8a
DG
2168 (ruby-syntax-propertize-percent-literal): Leave point right after
2169 the percent symbol, so that the expression expansion rule can
2170 propertize the contents.
462388b6
DG
2171 (ruby-syntax-propertize-heredoc): Leave point at bol following the
2172 heredoc openers.
2173 (ruby-syntax-propertize-expansions): Remove.
1a0a0a8a 2174
c1a6c0a4
JL
21752013-05-18 Juri Linkov <juri@jurta.org>
2176
2177 * man.el (Man-default-man-entry): Remove `-' from the end
2178 of the default value. (Bug#14400)
2179
8051fccd
GM
21802013-05-18 Glenn Morris <rgm@gnu.org>
2181
2182 * comint.el (comint-password-prompt-regexp):
2183 Allow "password for XXX" where XXX contains colons (eg https://...).
2184
5e80b74f
LL
21852013-05-18 Leo Liu <sdl.web@gmail.com>
2186
2187 * progmodes/octave.el (inferior-octave-startup): Use OCTAVE_SRCDIR
f6f87d33 2188 instead. Include "--no-gui" to prevent hangs for Octave > 3.7.
5e80b74f
LL
2189 (octave-source-directories): Don't check process.
2190 (octave-source-directories, octave-find-definition): Doc fix.
2191
521a54c5
GM
21922013-05-18 Glenn Morris <rgm@gnu.org>
2193
86a94b05
GM
2194 * progmodes/vhdl-mode.el (vhdl-mode-map-init):
2195 Remove backspace/delete bindings. (Bug#14392)
2196
521a54c5
GM
2197 * cus-dep.el (custom-make-dependencies): Sort the output.
2198 (custom-versions-load-alist): Convert comment to doc.
2199
42caeb89
LL
22002013-05-17 Leo Liu <sdl.web@gmail.com>
2201
2202 * newcomment.el (comment-search-backward): Stricter in finding
2203 comment start. (Bug#14303)
2204
2205 * progmodes/octave.el (octave-comment-start): Remove the SPC char.
2206 (octave-comment-start-skip): Properly anchored.
2207
e219dd97
LL
22082013-05-17 Leo Liu <sdl.web@gmail.com>
2209
fe1eb856
RS
2210 * emacs-lisp/smie.el (smie-highlight-matching-block-mode):
2211 Clean up when turned off. (Bug#14395)
e219dd97
LL
2212 (smie--highlight-matching-block-overlay): No longer buffer-local.
2213 (smie-highlight-matching-block): Adjust.
2214
dc5dcb4b
PE
22152013-05-17 Paul Eggert <eggert@cs.ucla.edu>
2216
2217 Doc string fix for "nanoseconds" (Bug#14406).
2218 * emacs-lisp/timer.el (timer-relative-time, timer-inc-time):
2219 Fix doc string typo that had "nanoseconds" instead of "microseconds".
2220
1db165f0
JB
22212013-05-17 Jay Belanger <jay.p.belanger@gmail.com>
2222
2223 * calc/calc-units.el (math-extract-units): Preserve powers
2224 of units.
2225
c7a8fcac
LL
22262013-05-17 Leo Liu <sdl.web@gmail.com>
2227
2228 * subr.el (delete-consecutive-dups): New function.
2229 * ido.el (ido-set-matches-1): Use it.
2230 * progmodes/octave.el (inferior-octave-completion-table): Use it.
2231 * ido.el (ido-remove-consecutive-dups): Remove.
2232
f678b18a
SM
22332013-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
2234
2235 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
2236 (f90-hpf-keywords-re, f90-constants-re): Use \\_< rather than
2237 regexp-opt's `words'.
2238
ebfe68e8
LL
22392013-05-16 Leo Liu <sdl.web@gmail.com>
2240
2241 * emacs-lisp/smie.el (smie-matching-block-highlight): New face.
2242 (smie--highlight-matching-block-overlay)
2243 (smie--highlight-matching-block-lastpos)
2244 (smie--highlight-matching-block-timer): New variables.
2245 (smie-highlight-matching-block): New function.
2246 (smie-highlight-matching-block-mode): New minor mode. (Bug#14395)
2247 (smie-setup): Conditionally enable smie-blink-matching-open.
2248
bc8bc17d
WS
22492013-05-16 Wilson Snyder <wsnyder@wsnyder.org>
2250
2251 Sync with upstream verilog-mode r840.
2252 * progmodes/verilog-mode.el (verilog-mode-version)
2253 (verilog-mode-release-date): Update.
2254 (verilog-auto-lineup, verilog-auto-reset): Doc fixes.
2255 (verilog-sig-tieoff): Fix string error on
2256 AUTORESET with colon define, bug594. Reported by Andrew Hou.
2257 (verilog-read-decls): Fix parameters confusing
2258 AUTOINST interfaces, bug565. Reported by Leith Johnson.
2259
df065a0b
EZ
22602013-05-16 Eli Zaretskii <eliz@gnu.org>
2261
2262 * subr.el (reveal-filename): New function.
2263
2264 * loadup.el: Compute Emacs executable versions on MS-Windows,
2265 where executables have the .exe extension. Add a hard link
2266 emacs-XX.YY.ZZ.exe on MS-Windows.
2267
2268 * Makefile.in (XARGS_LIMIT): New variable.
2269 (custom-deps, finder-data, autoloads)
2270 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
2271 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
2272 ($(CAL_DIR)/hol-loaddefs.el): Use reveal-filename.
2273 (compile-main): Limit xargs according to $(XARGS_LIMIT).
2274
2d4bf34b
LL
22752013-05-16 Leo Liu <sdl.web@gmail.com>
2276
2277 * progmodes/octave.el (octave-indent-defun): Mark obsolete.
2278 (octave-mode-menu, octave-mode-map): Remove its uses.
2279
6b9c2d85
RZ
22802013-05-16 Reto Zimmermann <reto@gnu.org>
2281
2282 Sync with upstream vhdl mode v3.34.2.
2283 * progmodes/vhdl-mode.el: Use `push' throughout.
2284 (vhdl-version, vhdl-time-stamp, vhdl-doc-release-notes): Update.
2285 (vhdl-compiler-alist): Replace "\t\n" by "\\t\\n".
2286 Add IBM & Quartus compiler. Enhance entry for ADVance MS compiler.
2287 (vhdl-actual-generic-name): New option to derive actual generic name.
2288 (vhdl-port-paste-signals): Replace formal by actual generics.
2289 (vhdl-beautify): New name for old group vhdl-align. Update users.
2290 (vhdl-beautify-options): New option.
2291 (vhdl-last-input-event): New compat alias. Use throughout.
2292 (vhdl-goto-line): Replace user level function `goto-line'.
2293 (vhdl-mode-map): Add bindings for vhdl-fix-statement-region,
2294 vhdl-fix-statement-buffer.
2295 (vhdl-create-mode-menu): Add some entries.
2296 (vhdl-align-region-groups): Respect vhdl-beautify-options.
2297 (vhdl-align-inline-comment-region-1): Handle "--" inside string.
2298 (vhdl-fixup-whitespace-region): Handle symbols at EOL.
2299 (vhdl-fix-statement-region, vhdl-fix-statement-buffer): New commands,
2300 to force statements on one line.
2301 (vhdl-remove-trailing-spaces-region):
2302 New, split from vhdl-remove-trailing-spaces.
2303 (vhdl-beautify-region): Fix statements, trailing spaces, ^M character.
2304 Respect vhdl-beautify-options.
2305 (vhdl-update-sensitivity-list-buffer): If non-interactive save buffer.
2306 (vhdl-update-sensitivity-list): Not add with index if exists without.
2307 Not include array index with signal. Ignore keywords in comments.
2308 (vhdl-get-visible-signals): Regexp tweaks.
2309 (vhdl-template-component-inst): Handle empty library.
2310 (vhdl-template-type): Add template for 'enum' type.
2311 (vhdl-port-paste-generic-map, vhdl-port-paste-constants):
2312 Use vhdl-replace-string.
2313 (vhdl-port-paste-signals): Use vhdl-prepare-search-1.
2314 (vhdl-speedbar-mode-map): Rename from vhdl-speedbar-key-map.
2315 (vhdl-speedbar-initialize): Update for above name change.
2316 (vhdl-compose-wire-components): Fix in handling of constants.
2317 (vhdl-error-regexp-emacs-alist): New variable.
2318 (vhdl-error-regexp-add-emacs): New function;
2319 adds support for new compile.el (Emacs 22+)
2320 (vhdl-generate-makefile-1): Change target order for single lib. units.
2321 Allow use of absolute file names.
2322
9df4ec5e
LL
23232013-05-16 Leo Liu <sdl.web@gmail.com>
2324
2325 * simple.el (prog-indent-sexp): Indent enclosing defun.
2326
f5ba00a6
GM
23272013-05-15 Glenn Morris <rgm@gnu.org>
2328
ed8be7ff
GM
2329 * cus-start.el (show-trailing-whitespace): Move to editing basics.
2330 * faces.el (trailing-whitespace): Don't use whitespace-faces group.
2331 * obsolete/old-whitespace.el (whitespace-faces): Remove group.
2332 (whitespace-highlight): Move to whitespace group.
2333
2334 * comint.el (comint-source):
2335 * pcmpl-linux.el (pcmpl-linux):
2336 * shell.el (shell-faces):
2337 * eshell/esh-opt.el (eshell-opt):
2338 * international/ccl.el (ccl): Remove empty custom groups.
2339
2340 * completion.el (dynamic-completion-mode):
2341 * jit-lock.el (jit-lock-debug-mode):
2342 * minibuffer.el (completion-in-region-mode):
2343 * type-break.el (type-break-mode-line-message-mode)
2344 (type-break-query-mode):
2345 * emulation/tpu-edt.el (tpu-edt-mode):
2346 * progmodes/subword.el (global-subword-mode, global-superword-mode):
2347 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
2348 * term/vt100.el (vt100-wide-mode): Specify explicit :group.
2349
2350 * term/xterm.el (xterm): Change parent group to terminals.
2351
2352 * master.el (master): Remove empty custom group.
2353 (master-mode): Remove unused :group argument.
2354 * textmodes/refill.el (refill): Remove empty custom group.
2355 (refill-mode): Remove unused :group argument.
2356
2357 * textmodes/rst.el (rst-compile-toolsets): Use rst-compile group.
2358
82a7c41b
GM
2359 * cus-dep.el: Provide a feature.
2360 (custom-make-dependencies): Ignore dotfiles (dir-locals).
f5ba00a6
GM
2361 Don't mistakenly ignore files whose basenames match a basename
2362 from preloaded-file-list (eg cedet/ede/simple.el).
82a7c41b 2363 Add a fallback method for getting :group.
f5ba00a6 2364
6d65486d
JL
23652013-05-15 Juri Linkov <juri@jurta.org>
2366
da547b32
JL
2367 * isearch.el (isearch-char-by-name): Rename from
2368 `isearch-insert-char-by-name'. Doc fix.
2369 (isearch-forward): Mention `isearch-char-by-name' in
2370 the docstring. (Bug#13348)
2371
6d65486d
JL
2372 * isearch.el (minibuffer-local-isearch-map): Bind "\r" to
2373 `exit-minibuffer' instead of
2374 `isearch-nonincremental-exit-minibuffer'.
2375 (isearch-edit-string): Remove mention of
2376 `isearch-nonincremental-exit-minibuffer' from docstring.
2377 (isearch-nonincremental-exit-minibuffer): Mark as obsolete.
2378 (isearch-forward-exit-minibuffer)
2379 (isearch-reverse-exit-minibuffer): Add docstring. (Bug#13348)
2380
c9990474
SM
23812013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
2382
6e911150
SM
2383 * loadup.el: Just use unversioned DOC.
2384
c9990474
SM
2385 * nxml/nxml-mode.el: Treat unclosed <[[, <?, comment, and other
2386 literals as extending to EOB.
2387 (nxml-last-fontify-end): Remove unused variable.
2388 (nxml-after-change1): Use with-silent-modifications.
2389 (nxml-extend-after-change-region): Simplify.
2390 (nxml-extend-after-change-region1): Remove function.
2391 (nxml-after-change1): Don't adjust for dependent regions.
2392 (nxml-fontify-matcher): Simplify.
2393 * nxml/xmltok.el (xmltok-dependent-regions): Remove variable.
2394 (xmltok-add-dependent): Remove function.
2395 (xmltok-scan-after-lt, xmltok-scan-after-processing-instruction-open)
2396 (xmltok-scan-after-comment-open, xmltok-scan-prolog-literal)
2397 (xmltok-scan-prolog-after-processing-instruction-open): Treat
2398 unclosed <[[, <?, comment, and other literals as extending to EOB.
2399 * nxml/rng-valid.el (rng-mark-xmltok-dependent-regions)
2400 (rng-mark-xmltok-dependent-region, rng-dependent-region-changed):
2401 Remove functions.
2402 (rng-do-some-validation-1): Don't mark dependent regions.
2403 * nxml/nxml-rap.el (nxml-adjust-start-for-dependent-regions)
2404 (nxml-mark-parse-dependent-regions, nxml-mark-parse-dependent-region)
2405 (nxml-clear-dependent-regions): Remove functions.
2406 (nxml-scan-after-change, nxml-scan-prolog, nxml-tokenize-forward)
2407 (nxml-ensure-scan-up-to-date):
2408 Don't clear&mark dependent regions.
2409
e3772e98
LL
24102013-05-15 Leo Liu <sdl.web@gmail.com>
2411
c9990474
SM
2412 * progmodes/octave.el (octave-goto-function-definition):
2413 Improve and fix callers.
e3772e98 2414
5ac2eb34
SM
24152013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
2416
c46c57b0
SM
2417 * emacs-lisp/cl-extra.el (cl-getf): Return the proper value in
2418 the setter (bug#14387).
2419
5ac2eb34
SM
2420 * progmodes/f90.el (f90-blocks-re): Include the terminating \> in the
2421 surrounding group (bug#14402).
2422
180ed218
JL
24232013-05-14 Juri Linkov <juri@jurta.org>
2424
2425 * subr.el (find-tag-default-as-regexp): Return nil if `tag' is nil.
2426 (Bug#14390)
2427
0ac0fecb
GM
24282013-05-14 Glenn Morris <rgm@gnu.org>
2429
2430 * progmodes/f90.el (f90-imenu-generic-expression):
2431 Fix typo in 2013-05-08 change. (Bug#14402)
2432
2e78e6a7
JPG
24332013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
2434
5ac2eb34
SM
2435 * progmodes/gdb-mi.el (gdb-running, gdb-starting):
2436 Remove signals for which replies are never received.
2e78e6a7 2437
53267cca
JPG
24382013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
2439
2440 * progmodes/gdb-mi.el: Fix non-responsive gud commands (bug#13845)
2441 (gdb-handler-alist, gdb-handler-number): Remove variables.
2442 (gdb-handler-list): New variable.
2443 (gdb-add-handler, gdb-delete-handler, gdb-get-handler-function)
2444 (gdb-pending-handler-p, gdb-handle-reply)
2445 (gdb-remove-all-pending-triggers): New functions.
2446 (gdb-discard-unordered-replies): New defcustom.
2447 (gdb-handler): New defstruct.
2448 (gdb-wait-for-pending): Fix invalid backquote. Use gdb-handler-list.
2449 instead of gdb-pending-triggers. Update docstring.
2450 (gdb-init-1): Remove dead variables. Initialize gdb-handler-list.
2451 (gdb-speedbar-update, gdb-speedbar-timer-fn, gdb-var-update)
2452 (gdb-var-update-handler, def-gdb-auto-update-trigger)
2453 (def-gdb-auto-update-handler, gdb-get-changed-registers)
2454 (gdb-changed-registers-handler, gdb-get-main-selected-frame)
2455 (gdb-frame-handler): Pending triggers are now automatically managed.
2456 (def-gdb-trigger-and-handler, def-gdb-auto-update-handler):
2457 Remove argument.
2458 (gdb-input): Automatically handles pending triggers. Update docstring.
2459 (gdb-resync): Replace gdb-pending-triggers by gdb-handler-list.
2460 (gdb-thread-exited, gdb-thread-selected, gdb-register-names-handler):
2461 Update comments.
2462 (gdb-done-or-error): Now use gdb-handle-reply.
2463
d04ce803
JPG
24642013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
2465
2466 * progmodes/gdb-mi.el (gdb-input): Include token numbers in
2467 gdb-debug-log.
2468
0114073a
GM
24692013-05-14 Glenn Morris <rgm@gnu.org>
2470
2471 * subr.el (user-emacs-directory-warning): New option.
2472 (locate-user-emacs-file): Handle non-accessible .emacs.d. (Bug#13930)
2473
4d25fd7e
LL
24742013-05-14 Leo Liu <sdl.web@gmail.com>
2475
2476 * progmodes/octave.el (octave-font-lock-keywords): Fix error
2477 during redisplay.
2478 (octave-goto-function-definition, octave-find-definition): Minor tweaks.
6073d8f4
LL
2479 (octave-font-lock-texinfo-comment): Fix invalid search bound
2480 error: wrong side of point.
4d25fd7e 2481
27c8b6eb
GM
24822013-05-14 Glenn Morris <rgm@gnu.org>
2483
61aaeb01
GM
2484 * progmodes/flymake.el (flymake-xml-program): New option.
2485 (flymake-xml-init): Use it.
2486
5bf90bc5
GM
2487 * term/xterm.el: Provide a feature.
2488
2489 * term/sup-mouse.el: Move to obsolete/. Provide a feature.
27c8b6eb 2490
f4c7dfd2
GM
24912013-05-13 Glenn Morris <rgm@gnu.org>
2492
2493 * cus-dep.el (defcustom-mh, defgroup-mh, defface-mh):
2494 Add compat aliases as a hack workaround. (Bug#14384)
2495
2aeb3a1d
LL
24962013-05-13 Leo Liu <sdl.web@gmail.com>
2497
b0e069c2
LL
2498 * progmodes/octave.el (octave-indent-comment): Fix indentation for
2499 ###, and %!.
f5a9432f
LL
2500 (octave-mode-map): Bind octave-indent-defun to C-c C-q instead of
2501 C-M-q.
b0e069c2
LL
2502 (octave-comment-start-skip): Include %!.
2503 (octave-mode): Set comment-start-skip to octave-comment-start-skip.
2aeb3a1d 2504
30ea8374
LL
25052013-05-12 Leo Liu <sdl.web@gmail.com>
2506
2507 * progmodes/octave.el (inferior-octave-startup): Store the value
2508 of __octave_srcdir__ for octave-source-directories.
2509 (inferior-octave-check-process): New function refactored out of
2510 inferior-octave-send-list-and-digest.
2511 (octave-source-directories)
2512 (octave-find-definition-filename-function): New variables.
2513 (octave-source-directories)
2514 (octave-find-definition-default-filename): New functions.
2515 (octave-find-definition): Improve to find functions implemented in C++.
2516
472a3834
GM
25172013-05-12 Glenn Morris <rgm@gnu.org>
2518
2519 * calendar/diary-lib.el (diary-outlook-format-1):
2520 Don't include dayname in the output. (Bug#14349)
2521
3191b52f
GM
25222013-05-11 Glenn Morris <rgm@gnu.org>
2523
0060ac73
GM
2524 * emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix.
2525
3191b52f
GM
2526 * cus-dep.el (custom-make-dependencies): Only use safe local variables.
2527 Treat cc-provide like provide.
2528
e065ba74
KR
25292013-05-11 Kevin Ryde <user42@zip.com.au>
2530
2531 * cus-dep.el (custom-make-dependencies):
2532 Use generated-autoload-load-name for the sake of files such
2533 such cedet/semantic/bovine/c.el, where the base file name
2534 is not in load-path. (Bug#5277)
2535
36f84c37
GM
25362013-05-11 Glenn Morris <rgm@gnu.org>
2537
2538 * dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el:
2539 Provide features.
2540
c8730c3a
LL
25412013-05-11 Leo Liu <sdl.web@gmail.com>
2542
2543 * progmodes/octave.el (octave-indent-comment): Improve.
2544 (octave-eldoc-message-style, octave-eldoc-cache): New variables.
5ac2eb34
SM
2545 (octave-eldoc-function-signatures, octave-eldoc-function):
2546 New functions.
c8730c3a
LL
2547 (octave-mode, inferior-octave-mode): Add eldoc support.
2548
212e29f2
RS
25492013-05-11 Richard Stallman <rms@gnu.org>
2550
2551 * epa.el (epa-decrypt-file): Take output file name as argument
2552 and read it using `interactive'.
2553
083fe0d7
LL
25542013-05-11 Leo Liu <sdl.web@gmail.com>
2555
2556 * progmodes/octave.el (octave-beginning-of-line)
2557 (octave-end-of-line): Check before using up-list because it jumps
2558 out of more syntactic contructs since moving to smie.
9dbdb67e
LL
2559 (octave-indent-comment): New function.
2560 (octave-mode): Use it in smie-indent-functions. (Bug#14350)
6980b0ca
LL
2561 (octave-begin-keywords, octave-end-keywords)
2562 (octave-reserved-words, octave-smie-bnf-table)
2563 (octave-smie-rules): Add new keywords from Octave 3.6.4.
083fe0d7 2564
8582e4c4
GM
25652013-05-11 Glenn Morris <rgm@gnu.org>
2566
f20def1f
GM
2567 * faces.el (internal-face-x-get-resource):
2568 * frame.el (ns-display-monitor-attributes-list):
2569 * calc/calc-aent.el (math-to-radians-2): Fix declarations.
2570
2571 * emacs-lisp/package.el (tar-header-name, tar-header-link-type):
2572
445f95e2
GM
2573 * calc/calc-menu.el: Make it loadable in isolation.
2574
2575 * net/eudcb-bbdb.el: Make it loadable without bbdb.
2576 (eudc-bbdb-filter-non-matching-record, eudc-bbdb-extract-phones)
2577 (eudc-bbdb-extract-addresses, eudc-bbdb-format-record-as-result)
2578 (eudc-bbdb-query-internal): Require 'bbdb.
2579
99fb2756
GM
2580 * lpr.el (lpr-headers-switches):
2581 * emacs-lisp/testcover.el (testcover-compose-functions): Fix :type.
2582
2583 * progmodes/sql.el (sql-login-params): Fix and improve :type.
2584
0da7ad96
GM
2585 * emulation/edt-mapper.el: In batch mode, error rather than hang.
2586
8582e4c4
GM
2587 * term.el (term-set-escape-char): Make it idempotent.
2588
f71c50d0
LL
25892013-05-10 Leo Liu <sdl.web@gmail.com>
2590
5ac2eb34
SM
2591 * progmodes/octave.el (inferior-octave-completion-table):
2592 No longer a function and all uses changed. Use cache to speed up
f71c50d0
LL
2593 completion due to bug#11906.
2594 (octave-beginning-of-defun): Re-write to be more general.
2595
d5837773
GM
25962013-05-10 Glenn Morris <rgm@gnu.org>
2597
2598 * emacs-lisp/cl-macs.el (cl-loop): Doc fix.
2599
027c0f75
SM
26002013-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
2601
2602 * comint.el (comint-redirect-send-command-to-process): Use :around
2603 rather than :override for comint-redirect-filter.
2604 (comint-redirect-filter): Add the corresponding `orig-filter' argument.
2605 Call it instead of comint-redirect-original-filter-function (which
2606 is gone). Reported by Juanma Barranquero <lekktu@gmail.com>.
2607
4465bfb4
JD
26082013-05-09 Jan Djärv <jan.h.d@swipnet.se>
2609
2610 * frame.el (display-monitor-attributes-list): Add NS case.
2611 (ns-display-monitor-attributes-list): Declare.
2612
2d809ffa 26132013-05-09 Ulrich Mueller <ulm@gentoo.org>
b01682fb
UM
2614
2615 * descr-text.el (describe-char): Fix %d/%x typo. (Bug#14360)
2616
e54eeb9b
GM
26172013-05-09 Glenn Morris <rgm@gnu.org>
2618
56cd351d
GM
2619 * international/fontset.el (vertical-centering-font-regexp):
2620 Set standard-value.
2621
d84b6108
GM
2622 * tar-mode.el (tar-superior-buffer, tar-superior-descriptor): Add doc.
2623
a931698a
GM
2624 * bookmark.el (bookmark-search-delay):
2625 * cus-start.el (vertical-centering-font-regexp):
2626 * ps-mule.el (ps-mule-font-info-database-default):
2627 * ps-print.el (ps-default-fg, ps-default-bg):
2628 * type-break.el (type-break-good-break-interval):
2629 * whitespace.el (whitespace-indentation-regexp)
2630 (whitespace-space-after-tab-regexp):
2631 * emacs-lisp/testcover.el (testcover-1value-functions)
2632 (testcover-noreturn-functions, testcover-progn-functions)
2633 (testcover-prog1-functions):
2634 * emulation/viper-init.el (viper-emacs-state-cursor-color):
2635 * eshell/em-glob.el (eshell-glob-translate-alist):
2636 * play/tetris.el (tetris-tty-colors):
2637 * progmodes/cpp.el (cpp-face-default-list):
2638 * progmodes/flymake.el (flymake-allowed-file-name-masks):
2639 * progmodes/idlw-help.el (idlwave-help-browser-generic-program)
2640 (idlwave-help-browser-generic-args):
2641 * progmodes/make-mode.el (makefile-special-targets-list):
2642 * progmodes/python.el (python-shell-virtualenv-path):
2643 * progmodes/verilog-mode.el (verilog-active-low-regexp)
2644 (verilog-auto-input-ignore-regexp, verilog-auto-inout-ignore-regexp)
2645 (verilog-auto-output-ignore-regexp, verilog-auto-tieoff-ignore-regexp)
2646 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
2647 * textmodes/reftex-vars.el (reftex-format-label-function):
2648 * textmodes/remember.el (remember-diary-file): Fix custom types.
2649
e54eeb9b
GM
2650 * jka-cmpr-hook.el (jka-compr-mode-alist-additions): Fix typo.
2651 Add :version.
2652
455851dd
LL
26532013-05-09 Leo Liu <sdl.web@gmail.com>
2654
2655 * progmodes/octave.el (inferior-octave-completion-at-point):
083fe0d7 2656 Restore file completion. (Bug#14300)
455851dd
LL
2657 (inferior-octave-startup): Fix incorrect highlighting for the
2658 first prompt.
2659
a9e4425b
SM
26602013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
2661
2662 * progmodes/ruby-mode.el: First cut at SMIE support.
2663 (ruby-use-smie): New var.
2664 (ruby-smie-grammar): New constant.
2665 (ruby-smie--bosp, ruby-smie--implicit-semi-p)
2666 (ruby-smie--forward-token, ruby-smie--backward-token)
2667 (ruby-smie-rules): New functions.
2668 (ruby-mode-variables): Setup SMIE if applicable.
2669
060ca408
EZ
26702013-05-08 Eli Zaretskii <eliz@gnu.org>
2671
2672 * simple.el (line-move-visual): Signal beginning/end of buffer
2673 only if vertical-motion moved less than it was requested. Avoids
2674 silly incorrect error messages when there are display strings with
2675 multiple newlines at EOL.
2676
1d5963cc
SM
26772013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
2678
2679 * progmodes/vera-mode.el (vera-underscore-is-part-of-word):
2680 * progmodes/prolog.el (prolog-underscore-wordchar-flag)
2681 (prolog-char-quote-workaround):
2682 * progmodes/cperl-mode.el (cperl-under-as-char):
2683 * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word):
2684 Mark as obsolete.
2685 (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in
2686 their declaration.
2687 (vhdl-mode-syntax-table-init): Remove.
2688
c9990474
SM
2689 * progmodes/m4-mode.el (m4-mode-syntax-table): Add comment on
2690 last change.
1d5963cc
SM
2691
2692 * progmodes/ld-script.el (ld-script-mode-syntax-table): Use symbol
2693 syntax for "_".
2694 (ld-script-font-lock-keywords):
2695 Change regexps to use things like \_< and \_>.
2696
2697 * progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_".
2698 Change all regexps to use things like \_< and \_>.
2699
2700 * progmodes/autoconf.el (autoconf-definition-regexp)
2701 (autoconf-font-lock-keywords, autoconf-current-defun-function):
2702 Handle a _ with symbol syntax.
2703 (autoconf-mode): Don't change the syntax-table for imenu and font-lock.
2704
c9990474
SM
2705 * progmodes/ada-mode.el (ada-mode-abbrev-table):
2706 Consolidate declaration.
1d5963cc
SM
2707 (ada-mode-syntax-table, ada-mode-symbol-syntax-table): Initialize in
2708 the declaration.
2709 (ada-create-syntax-table): Remove.
2710 (ada-capitalize-word): Don't mess with the syntax of "_" since it
2711 already has the right syntax nowadays.
2712 (ada-goto-next-word): Don't change the syntax of "_".
2713
2714 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight obsolete
2715 with-wrapper-hook.
2716
72d3cfca
SS
27172013-05-08 Sam Steingold <sds@gnu.org>
2718
2719 * thingatpt.el (thing-at-point): Accept optional second argument
2720 NO-PROPERTIES to strip the text properties from the return value.
2721 * net/browse-url.el (browse-url-url-at-point): Pass NO-PROPERTIES
2722 to `thing-at-point' instead of stripping the properties ourselves.
2723 Also, when `thing-at-point' fails to find a url, prepend "http://"
2724 to the filename at point on the assumption that the user is
2725 pointing at something like gnu.org/gnu.
2726
5cb15713
JB
27272013-05-08 Juanma Barranquero <lekktu@gmail.com>
2728
2729 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
2730 * faces.el (crm-separator):
2731 Silence byte-compiler.
2732
2733 * progmodes/gud.el (gdb-speedbar-auto-raise, gud-tooltip-mode)
2734 (tool-bar-map): Remove unneeded defvars.
2735
ea78b95b
LL
27362013-05-08 Leo Liu <sdl.web@gmail.com>
2737
2738 Re-work a fix for bug#10994 based on Le Wang's patch.
2739 * ido.el (ido-remove-consecutive-dups): New helper.
2740 (ido-completing-read): Use it.
2741 (ido-chop): Revert fix for bug#10994.
2742
dc7466df
AS
27432013-05-08 Adam Spiers <emacs@adamspiers.org>
2744
2745 * cus-edit.el (custom-save-variables):
2746 Pretty-print long values. (Bug#14187)
2747
9ecf672a
GM
27482013-05-08 Glenn Morris <rgm@gnu.org>
2749
2750 * progmodes/m4-mode.el (m4-program): Assume it is in PATH.
2751 (m4-mode-syntax-table): Init in the defvar.
2752 (m4-mode-abbrev-table): Let define-derived-mode define it.
2753
3f555be8
TT
27542013-05-08 Tom Tromey <tromey@redhat.com>
2755
2756 * progmodes/m4-mode.el (m4-mode-syntax-table):
2757 Do not treat "_" as word constituent. (Bug#14167)
2758
7cc8ae06
GM
27592013-05-07 Glenn Morris <rgm@gnu.org>
2760
4f58bc06
GM
2761 * eshell/em-hist.el (eshell-isearch-map): Initialize in the defvar.
2762 Remove explicit eshell-isearch-cancel-map.
2763
7cc8ae06
GM
2764 * progmodes/f90.el (f90-smart-end-names): New option.
2765 (f90-smart-end): Doc fix.
2766 (f90-end-block-optional-name): New constant.
2767 (f90-block-match): Respect f90-smart-end-names.
2768
ceb57e59
SM
27692013-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
2770
2771 * progmodes/octave.el (octave-smie-forward-token): Be more careful
2772 about implicit semi-colons (bug#14218).
2773
4e3f9230
YM
27742013-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2775
2776 * frame.el (display-monitor-attributes-list)
2777 (frame-monitor-attributes): New functions.
2778
203a5572
LL
27792013-05-06 Leo Liu <sdl.web@gmail.com>
2780
2781 * progmodes/octave.el (octave-syntax-propertize-function): Change
2782 \'s syntax to escape when inside double-quoted strings. (Bug#14332)
2783 (octave-font-lock-keywords): Use octave-operator-regexp.
5ac2eb34 2784 (octave-completion-at-point): Rename from
203a5572
LL
2785 octave-completion-at-point-function.
2786 (inferior-octave-directory-tracker): Robustify.
2787 (octave-text-functions): Remove and fix its uses. No such things
2788 any more.
2789
ee6cff99
SM
27902013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
2791
2792 * emacs-lisp/trace.el (trace--display-buffer): New function.
2793 (trace-make-advice): Use it.
2794
32985194
JL
27952013-05-06 Juri Linkov <juri@jurta.org>
2796
2797 * emacs-lisp/lisp-mode.el (eval-defun-2): Doc fix. (Bug#14344)
2798 (eval-defun-2, eval-defun, eval-last-sexp, eval-last-sexp-1):
2799 Doc fix.
2800 (emacs-lisp-mode-map): Replace "minibuffer" with "echo area"
2801 in the help string. (Bug#12985)
2802
a1c700de
KD
28032013-05-06 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
2804
2805 * simple.el (shell-command-on-region): Doc fix. (Bug#14279)
2806
c67c0839
SM
28072013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
2808
323885fd
SM
2809 * progmodes/perl-mode.el: Add support for here documents.
2810 (perl-syntax-propertize-function): Match here-doc markers.
2811 (perl-syntax-propertize-special-constructs): Find their end.
2812 (perl-imenu-generic-expression): Use [:alnum:].
2813
c67c0839
SM
2814 * emacs-lisp/nadvice.el (advice--member-p): Return the advice if found.
2815 (advice--add-function): Refresh the advice if already present
2816 (bug#14317).
2817
d491e7a8
IA
28182013-05-06 Ivan Andrus <darthandrus@gmail.com>
2819
2820 * find-file.el (cc-other-file-alist): Add ".m" for ObjC. (Bug#14339)
2821
ddf9925e
GM
28222013-05-06 Glenn Morris <rgm@gnu.org>
2823
7cc3af27
GM
2824 * w32-fns.el (w32-charset-info-alist): Declare.
2825
16e343d6
GM
2826 * eshell/em-cmpl.el: Simply require pcomplete; eg we use a bunch
2827 of its defcustom properties.
2828 (eshell-cmpl-initialize): No need to load pcomplete.
2829
7d889a47
GM
2830 * generic-x.el: No need to require comint when compiling.
2831
ddf9925e
GM
2832 * net/eudc-export.el: Make it loadable without bbdb.
2833 (top-level): Use require rather than load-library.
2834 (eudc-create-bbdb-record, eudc-bbdbify-phone)
2835 (eudc-batch-export-records-to-bbdb)
2836 (eudc-insert-record-at-point-into-bbdb, eudc-try-bbdb-insert):
2837 Require bbdb.
2838
1e2c18df
SM
28392013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
2840
2841 * progmodes/octave.el (octave-texinfo-font-lock-keywords): Remove.
2842 (octave-font-lock-texinfo-comment): Use texinfo-font-lock-keywords with
2843 some tweaks, instead.
2844
02502a5f
LL
28452013-05-05 Leo Liu <sdl.web@gmail.com>
2846
2847 * progmodes/octave.el (octave-font-lock-keywords)
2848 (octave-font-lock-texinfo-comment): Adjust for the byte-compiler.
2849 (inferior-octave-send-list-and-digest): Improve error message.
2850 (octave-mode, inferior-octave-mode): Use setq-local.
2851 (octave-help): Set info-lookup-mode.
2852
0dc04f42
RS
28532013-05-05 Richard Stallman <rms@gnu.org>
2854
6c54491c
RS
2855 * vc/compare-w.el (compare-windows-whitespace):
2856 Treat no-break space as whitespace.
2857
0dc04f42
RS
2858 * mail/rmailsum.el (rmail-summary-rmail-update):
2859 Detect empty summary and don't change selected message.
2860 (rmail-summary-goto-msg): Likewise.
2861
df8f35df
RS
2862 * mail/rmailsum.el (rmail-new-summary, rmail-new-summary-1):
2863 Doc fixes, rename args.
2864
5356e1a3
AM
28652013-05-05 Alan Mackenzie <acm@muc.de>
2866
2867 * progmodes/cc-defs.el (c-version): Increment to 5.32.5.
2868
d44014cb
JL
28692013-05-05 Juri Linkov <juri@jurta.org>
2870
2871 * info.el (Info-read-subfile): Use (point-min) instead of (point)
2872 to not add the length of the summary segment to the return value.
2873 (Bug#14125)
2874
c129b51f
LL
28752013-05-05 Leo Liu <sdl.web@gmail.com>
2876
2877 * progmodes/octave.el (inferior-octave-strip-ctrl-g)
2878 (inferior-octave-output-filter): Remove.
2879 (octave-send-region, inferior-octave-startup): Fix callers.
2880 (inferior-octave-mode-map): Don't use comint-dynamic-complete.
2881 (octave-binary-file-extensions): New user variable.
2882 (octave-find-definition): Confirm if opening binary files.
2883 (octave-help-file): Use octave-find-definition to get the binary
2884 confirmation.
2885 (octave-help): Adjust for octave-help-file change.
2886
aa7dab97
SM
28872013-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
2888
2889 * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes.
2890 Merge the two entries that handle function definitions.
2891 (pascal--syntax-propertize): New const.
2892 (pascal-mode): Use it. Use setq-local.
2893
fd3a9a6b
GM
28942013-05-04 Glenn Morris <rgm@gnu.org>
2895
2896 * calendar/diary-lib.el (diary-from-outlook-function): New variable.
2897 (diary-from-outlook): Respect diary-from-outlook-function.
2898
30c7e542
SM
28992013-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
2900
2901 * simple.el (read-expression-map): Use completion-at-point (bug#14255).
2902 Move the declaration from C.
2903 (read-minibuffer, eval-minibuffer): Move from C.
2904 (completion-setup-function): Avoid minibuffer-completion-contents.
2905
b54f978b
LL
29062013-05-03 Leo Liu <sdl.web@gmail.com>
2907
2908 * progmodes/octave.el (octave-font-lock-keywords): Do not
2909 dehighlight 'end' in comments or strings.
30c7e542
SM
2910 (octave-completing-read, octave-goto-function-definition):
2911 New helpers.
d4d0f9b3
LL
2912 (octave-help-buffer): New user variable.
2913 (octave-help-file, octave-help-function): New button types.
2914 (octave-help): New command and bind it to C-h ;.
2915 (octave-find-definition): New command and bind it to M-.
d74a1581 2916 (user-error): Alias to error if not defined.
b54f978b 2917
27135018
LL
29182013-05-02 Leo Liu <sdl.web@gmail.com>
2919
2920 * progmodes/octave.el (octave-mode-syntax-table): Correct syntax
2921 for \. (bug#14332)
2922 (octave-font-lock-keywords): Include [ and {.
2923
0d634d3a
LL
29242013-05-02 Leo Liu <sdl.web@gmail.com>
2925
2926 * progmodes/octave.el (inferior-octave-startup-file): Change default.
2927 (inferior-octave): Remove calling comint-mode and return the buffer.
2928 (inferior-octave-startup): Cosmetic changes.
2929
b4c8295e
LL
29302013-05-02 Leo Liu <sdl.web@gmail.com>
2931
30c7e542
SM
2932 * progmodes/octave.el (octave-syntax-propertize-function):
2933 Include the case when ' is at line beginning. (Bug#14336)
b4c8295e 2934
f12ad6ec
GM
29352013-05-02 Glenn Morris <rgm@gnu.org>
2936
2937 * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
2938 * desktop.el (vc-dir-mode): Just autoload it here.
2939
30cac1e0
AM
29402013-05-02 Alan Mackenzie <acm@muc.de>
2941
2942 Eliminate variable c-standard-font-lock-fontify-region-function.
2943 * progmodes/cc-mode.el
2944 (c-standard-font-lock-fontify-region-function): Remove.
2945 (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
2946
d8ef28b1
LL
29472013-05-01 Leo Liu <sdl.web@gmail.com>
2948
2640d52e 2949 * progmodes/octave.el: Compatible with older emacs-24 releases.
27135018 2950 (inferior-octave-has-built-in-variables): Remove. Built-in
2640d52e 2951 variables were removed from Octave in 2007.
d8ef28b1
LL
2952 (inferior-octave-startup): Fix uses.
2953 (comint-line-beginning-position): Remove compatibility code for
2954 emacs 21.
2955
ac63ec89
JL
29562013-05-01 Juri Linkov <juri@jurta.org>
2957
2958 * isearch.el (isearch-forward, isearch-mode): Doc fix. (Bug#13923)
2959
9e9be37c
JL
29602013-05-01 Juri Linkov <juri@jurta.org>
2961
2962 * comint.el (comint-previous-matching-input): Don't print message
2963 "History item: %d" when `isearch-mode' is active.
2964 (comint-history-isearch-message): Print message "History item: %d"
2965 when `comint-input-ring-index' is not empty and this function is
2966 called from `isearch-update' with a nil `ellipsis'. (Bug#13223)
2967
9b92c13b
LL
29682013-05-01 Leo Liu <sdl.web@gmail.com>
2969
2970 * progmodes/octave.el (octave-abbrev-table): Remove abbrev
2971 definitions. Use completion-at-point to insert keywords.
2972 (octave-abbrev-start): Remove.
2973 (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
2974
b12d33d7
LL
29752013-04-30 Leo Liu <sdl.web@gmail.com>
2976
2977 * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
2978 change.
2979
3d1c39fa
AM
29802013-04-30 Alan Mackenzie <acm@muc.de>
2981
2982 Handle arbitrarily long C++ member initialisation lists.
30c7e542
SM
2983 * progmodes/cc-engine.el (c-back-over-member-initializers):
2984 new function.
3d1c39fa
AM
2985 (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
2986 (most) member init lists.
2987
5147fc17
RS
29882013-04-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2989
2990 * progmodes/octave.el (inferior-octave-prompt-read-only): New user
2991 variable.
2992
5b78d7fc
LL
29932013-04-30 Leo Liu <sdl.web@gmail.com>
2994
2995 * progmodes/octave.el (octave-variables): Remove. No builtin
2996 variables any more. All converted to functions.
2997 (octave-font-lock-keywords, octave-completion-at-point-function):
2998 Fix uses.
2999 (octave-font-lock-texinfo-comment): New user variable.
3000 (octave-texinfo-font-lock-keywords): New variable for texinfo
3001 comment block.
3002 (octave-function-comment-block): New face.
3003 (octave-font-lock-texinfo-comment): New function.
3004 (octave-mode): Font lock texinfo comment block.
3005
38d8527b
LL
30062013-04-29 Leo Liu <sdl.web@gmail.com>
3007
3008 * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
3009 indexing expression.
3010 (octave-continuation-string): Do not use \.
3011 (inferior-octave-complete-impossible): Remove.
3012 (inferior-octave-completion-table)
3013 (inferior-octave-completion-at-point): Remove its uses.
3014 (inferior-octave-startup): completion_matches was introduced to
3015 Octave in 1996 so safe to assume it.
3016 (octave-function-file-comment): Improve to follow how Octave does it.
3017 (octave-update-function-file-comment): Tweak.
3018
2ec12cb0
LL
30192013-04-29 Leo Liu <sdl.web@gmail.com>
3020
3021 * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
3022 (inferior-octave-startup): Remove inferior-octave-startup-hook.
3023 (octave-function-file-comment): Fix typo.
3024 (octave-sync-function-file-names): Use read-char-choice.
3025
6eaed048
JB
30262013-04-28 Jay Belanger <jay.p.belanger@gmail.com>
3027
3028 * calc/calc.el (math-normalize): Don't set `math-normalize-error'
3029 to t for the less important warnings.
3030
3ffa2d4f
DH
30312013-04-27 Darren Hoo <darren.hoo@gmail.com> (tiny change)
3032
3033 * isearch.el (isearch-fail-pos): Check for empty `cmds'. (Bug#14268)
3034
685c9501
GM
30352013-04-27 Glenn Morris <rgm@gnu.org>
3036
3037 * vc/log-view.el (log-view-current-entry):
3038 Treat "---" separator lines as part of the following rev. (Bug#14169)
3039
0208ede7
JL
30402013-04-27 Juri Linkov <juri@jurta.org>
3041
3042 * subr.el (read-number): Doc fix about using it by interactive
3043 code letter `n'. (Bug#14254)
3044
5db9dace
JL
30452013-04-27 Juri Linkov <juri@jurta.org>
3046
3047 * desktop.el (desktop-auto-save-timeout): New option.
3048 (desktop-file-checksum): New variable.
3049 (desktop-save): Add optional arg `auto-save' and don't auto-save
3050 if nothing changed.
3051 (desktop-auto-save-timer): New variable.
3052 (desktop-auto-save, desktop-auto-save-set-timer): New functions.
3053 (after-init-hook): Call `desktop-auto-save-set-timer'.
3054 Suggested by Reuben Thomas <rrt@sc3d.org> in
3055 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
3056
b7260dd4
LL
30572013-04-27 Leo Liu <sdl.web@gmail.com>
3058
3059 * progmodes/octave.el (octave-function-file-p)
3060 (octave-skip-comment-forward, octave-function-file-comment)
3061 (octave-update-function-file-comment): New functions.
3062 (octave-mode-map): Bind C-c ; to
3063 octave-update-function-file-comment.
3064 (octave-mode-menu): Add octave-update-function-file-comment.
3065 (octave-mode, inferior-octave-mode): Fix doc-string.
3066 (octave-insert-defun): Conform to Octave's coding convention.
3067 (Bug#14285)
3068
3069 * files.el (basic-save-buffer): Don't let errors in
3070 before-save-hook prevent saving buffer.
3071
c46da669
RW
30722013-04-20 Roland Winkler <winkler@gnu.org>
3073
3074 * faces.el (read-face-name): Use completing-read if arg multiple
3075 is nil.
3076
a81ee1eb
IL
30772013-04-27 Ingo Lohmar <i.lohmar@gmail.com> (tiny change)
3078
3079 * ls-lisp.el (ls-lisp-insert-directory): If no files are
30c7e542
SM
3080 displayed, move point to after the totals line.
3081 See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
a81ee1eb
IL
3082 for the details.
3083
4fac34ce
SM
30842013-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
3085
3086 * emacs-lisp/package.el (package-autoload-ensure-default-file):
3087 Add current dir to the load-path.
3088 (package-generate-autoloads): Don't rely on
3089 autoload-ensure-default-file.
3090
f6bfc063
RT
30912013-04-26 Reuben Thomas <rrt@sc3d.org>
3092
d40ab5cf
BG
3093 * textmodes/remember.el (remember-store-in-files): Document that
3094 the file name format is passed to `format-time-string'.
f6bfc063 3095
e55d3b04
LL
30962013-04-26 Leo Liu <sdl.web@gmail.com>
3097
3098 * progmodes/octave.el (octave-sync-function-file-names): New function.
3099 (octave-mode): Use it in before-save-hook.
3100
e53052d3
SM
31012013-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
3102
140ef50c
SM
3103 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
3104 (bug#14274).
3105
e53052d3
SM
3106 * progmodes/octave.el (octave-smie-forward-token): Properly skip
3107 \n and comment, even if it's not an implicit ; (bug#14218).
3108
af80458d 31092013-04-26 Glenn Morris <rgm@gnu.org>
e5271cf2
GM
3110
3111 * subr.el (read-number): Once more use `read' rather than
3112 `string-to-number', to trap non-numeric input. (Bug#14254)
3113
af80458d 31142013-04-26 Erik Charlebois <erikcharlebois@gmail.com>
70203c2e
EC
3115
3116 * emacs-lisp/syntax.el (syntax-propertize-multiline):
3117 Use `syntax-multiline' text property consistently instead of
8a621d53 3118 `font-lock-multiline'. (Bug#14237)
70203c2e 3119
e6ea1f6c
GM
31202013-04-26 Glenn Morris <rgm@gnu.org>
3121
3122 * emacs-lisp/shadow.el (list-load-path-shadows):
3123 No longer necessary to check for duplicate simple.el, since
3124 2012-07-07 change to init_lread to not include installation lisp
3125 directories in load-path when running uninstalled. (Bug#14270)
3126
070ccca4
LL
31272013-04-26 Leo Liu <sdl.web@gmail.com>
3128
3129 * progmodes/octave.el (octave-submit-bug-report): Obsolete.
3130 (octave-mode, inferior-octave-mode): Use setq-local.
e53052d3 3131 (octave-not-in-string-or-comment-p): Rename to
070ccca4
LL
3132 octave-in-string-or-comment-p.
3133 (octave-in-comment-p, octave-in-string-p)
3134 (octave-in-string-or-comment-p): Replace defsubst with defun.
3135
9d1c5fb6
PE
31362013-04-25 Paul Eggert <eggert@cs.ucla.edu>
3137
3138 * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
3139
c034abda
BG
31402013-04-25 Bastien Guerry <bzg@gnu.org>
3141
3142 * textmodes/remember.el (remember-data-directory)
3143 (remember-directory-file-name-format): Fix custom types.
3144
584ea277
LL
31452013-04-25 Leo Liu <sdl.web@gmail.com>
3146
e53052d3
SM
3147 * progmodes/octave.el (octave-completion-at-point-function):
3148 Make use of inferior octave process.
584ea277
LL
3149 (octave-initialize-completions): Remove.
3150 (inferior-octave-completion-table): New function.
3151 (inferior-octave-completion-at-point): Use it.
3152 (octave-completion-alist): Remove.
3153
1693b06a
SM
31542013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
3155
3156 * progmodes/opascal.el: Use font-lock and syntax-propertize.
3157 (opascal-mode-syntax-table): New var.
3158 (opascal-literal-kind, opascal-is-literal-end)
3159 (opascal-literal-token-at): Rewrite.
3160 (opascal--literal-start-re, opascal-font-lock-keywords)
3161 (opascal--syntax-propertize): New constants.
3162 (opascal-font-lock-defaults): Adjust.
3163 (opascal-mode): Use them. Set comment-<foo> variables as well.
3164 (delphi-comment-face, opascal-comment-face, delphi-string-face)
3165 (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
3166 (delphi-other-face, opascal-other-face): Remove face variables.
3167 (opascal-save-state): Remove macro.
3168 (opascal-fontifying-progress-step): Remove constant.
3169 (opascal--ignore-changes): Remove var.
3170 (opascal-set-token-property, opascal-parse-next-literal)
3171 (opascal-is-stable-literal, opascal-complete-literal)
3172 (opascal-is-literal-start, opascal-face-of)
3173 (opascal-parse-region, opascal-parse-region-until-stable)
3174 (opascal-fontify-region, opascal-after-change)
3175 (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
3176 (opascal-debug-parse-region, opascal-debug-parse-window)
3177 (opascal-debug-parse-buffer, opascal-debug-fontify-window)
3178 (opascal-debug-fontify-buffer): Remove.
3179 (opascal-debug-mode-map): Adjust accordingly.
3180
be64c05d
LL
31812013-04-25 Leo Liu <sdl.web@gmail.com>
3182
3183 Merge octave-mod.el and octave-inf.el into octave.el with some
3184 cleanups.
3185 * progmodes/octave.el: New file renamed from octave-mod.el.
3186 * progmodes/octave-inf.el: Merged into octave.el.
3187 * progmodes/octave-mod.el: Renamed to octave.el.
3188
d79d37bd
TH
31892013-04-25 Tassilo Horn <tsdh@gnu.org>
3190
3191 * textmodes/reftex-vars.el
3192 (reftex-label-ignored-macros-and-environments): New defcustom.
3193
3194 * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
3195
ced3fc5d
SM
31962013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
3197
3198 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
3199 (smie-indent-keyword): Improve the check to ensure that the next
3200 comment is really on the same line.
3201 (smie-indent-comment): Don't align with a subsequent closer (or eob).
3202
3203 * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
3204 semi-colons if the line is not otherwise empty (bug#14218).
3205
1c141dad
GM
32062013-04-25 Glenn Morris <rgm@gnu.org>
3207
3208 * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
3209
5058062a
SM
32102013-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
3211
3212 * progmodes/opascal.el (opascal-set-token-property): Rename from
3213 opascal-set-text-properties and only set `token' (bug#14134).
3214 Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
3215 (opascal-literal-text-properties): Remove.
3216 (opascal-parse-next-literal, opascal-debug-unparse-buffer):
3217 Adjust callers.
3218
5db9dace 32192013-04-24 Reuben Thomas <rrt@sc3d.org>
1ffefcf9
BG
3220
3221 * textmodes/remember.el (remember-handler-functions): Add an
3222 option for a new handler `remember-store-in-files'.
3223 (remember-data-directory, remember-directory-file-name-format):
3224 New options.
3225 (remember-store-in-files): New function to store remember notes
3226 as separate files within a directory.
3227
4391916c
MH
32282013-04-24 Magnus Henoch <magnus.henoch@gmail.com>
3229
3230 * progmodes/compile.el (compilation-next-error-function):
3231 Pass "formats" to compilation-find-file (bug#11777).
3232
bb7cdf58
GM
32332013-04-24 Glenn Morris <rgm@gnu.org>
3234
3b8fe752 3235 * vc/vc-bzr.el (vc-bzr-print-log):
90b4237a
GM
3236 * vc/vc-hg.el (vc-hg-print-log):
3237 * vc/vc-svn.el (vc-svn-print-log):
3238 Fix START-REVISION with LIMIT != 1. (Bug#14168)
3239
bb7cdf58
GM
3240 * vc/vc-bzr.el (vc-bzr-print-log):
3241 * vc/vc-cvs.el (vc-cvs-print-log):
3242 * vc/vc-git.el (vc-git-print-log):
3243 * vc/vc-hg.el (vc-hg-print-log):
3244 * vc/vc-mtn.el (vc-mtn-print-log):
3245 * vc/vc-rcs.el (vc-rcs-print-log):
3246 * vc/vc-sccs.el (vc-sccs-print-log):
3247 * vc/vc-svn.el (vc-svn-print-log):
3248 * vc/vc.el (vc-print-log-internal): Doc fixes.
3249
b46a056e
GM
32502013-04-23 Glenn Morris <rgm@gnu.org>
3251
3252 * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
3253 Remove venerable code attempting to avoid substitute-command-keys.
3254
0aecf718
TH
32552013-04-23 Tassilo Horn <tsdh@gnu.org>
3256
4391916c
MH
3257 * textmodes/reftex-vars.el (reftex-label-regexps):
3258 Call `reftex-compile-variables' after changes to this variable.
0aecf718 3259
117f94cf
SM
32602013-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
3261
4391916c 3262 * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
117f94cf
SM
3263 Use lexical-binding.
3264 (jit-lock-force-redisplay): Use markers, check buffer's continued
3265 existence and beware narrowed buffers.
3266 (jit-lock-fontify-now): Adjust call accordingly.
3267
1d829c64
SM
32682013-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
3269
3270 * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
3271 to avoid misleading the user.
3272
72d548a9
LL
32732013-04-22 Leo Liu <sdl.web@gmail.com>
3274
3275 * info-look.el: Prefer latex2e.info. (Bug#14240)
3276
d0853629
MA
32772013-04-22 Michael Albinus <michael.albinus@gmx.de>
3278
3279 Fix pack/unpack coding. Reported by David Smith <davidsmith@acm.org>.
3280
3281 * net/tramp-compat.el (tramp-compat-call-process): Move function ...
4f405069 3282 * net/tramp.el (tramp-call-process): ... here.
d0853629
MA
3283 (tramp-set-completion-function, tramp-parse-putty):
3284 * net/tramp-adb.el (tramp-adb-execute-adb-command):
3285 * net/tramp-gvfs.el (tramp-gvfs-send-command):
3286 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
3287 (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
3288 (tramp-call-local-coding-command): Use `tramp-call-process'
3289 instead of `tramp-compat-call-process'.
3290
3291 * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
3292 (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
3293 (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region):
7764286e 3294 (tramp-find-inline-compress): Improve traces.
d0853629
MA
3295 (tramp-maybe-send-script): Check for Perl binary.
3296 (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
3297
38cc0210
DU
32982013-04-22 Daiki Ueno <ueno@gnu.org>
3299
3300 * epg.el (epg-context-pinentry-mode): New function.
3301 (epg-context-set-pinentry-mode): New function.
3302 (epg--start): Pass --pinentry-mode option to gpg command.
3303
cc641ee1
XF
33042013-04-21 Xue Fuqiao <xfq.free@gmail.com>
3305
02d844b5 3306 * comint.el (comint-dynamic-complete-functions, comint-mode-map):
5d4e5c31 3307 `comint-dynamic-complete' is obsolete since 24.1, replaced by
e7b41c4c 3308 `completion-at-point'. (Bug#13774)
5d4e5c31 3309
cc641ee1
XF
3310 * startup.el (normal-no-mouse-startup-screen): Bug fix, the
3311 default key binding for `describe-distribution' has been moved to
3312 `C-h C-o'. (Bug#13970)
3313
1b42ee43
GM
33142013-04-21 Glenn Morris <rgm@gnu.org>
3315
3316 * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
3317 Add doc strings.
3318 (vc-print-log): Clarify interactive prompt.
3319
a6d63d97
GM
33202013-04-20 Glenn Morris <rgm@gnu.org>
3321
3322 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
3323 No longer include timestamp etc information.
3324
d7f5c16f
RW
33252013-04-20 Roland Winkler <winkler@gnu.org>
3326
3327 * faces.el (read-face-name): Bug fix, return just one face if arg
3328 multiple is nil. (Bug#14209)
3329
bcd7a0a4
SM
33302013-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
3331
3332 * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
3333 (remove-function): Autoload.
3334
3335 * comint.el (comint-redirect-original-filter-function): Remove.
3336 (comint-redirect-cleanup, comint-redirect-send-command-to-process):
e7b41c4c
JB
3337 * vc/vc-cvs.el (vc-cvs-annotate-process-filter)
3338 (vc-cvs-annotate-command):
bcd7a0a4
SM
3339 * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
3340 * progmodes/prolog.el (prolog-consult-compile):
3341 * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
3342 Use add/remove-function instead.
3343 * progmodes/gud.el (gud-tooltip-original-filter): Remove.
3344 (gud-tooltip-process-output, gud-tooltip-tips):
3345 Use add/remove-function instead.
3346 * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
3347 (scheme-interaction-mode, exit-scheme-interaction-mode):
3348 Use add/remove-function instead.
3349
3350 * vc/vc-dispatcher.el: Use lexical-binding.
3351 (vc--process-sentinel): Rename from vc-process-sentinel.
3352 Change last arg to be the code to run. Don't use vc-previous-sentinel
3353 and vc-sentinel-commands any more.
3354 (vc-exec-after): Allow code to be a function. Use add/remove-function.
3355 (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
3356
4d3268ba
MY
33572013-04-19 Masatake YAMATO <yamato@redhat.com>
3358
bcd7a0a4 3359 * progmodes/sh-script.el (sh-imenu-generic-expression):
781b4af6 3360 Handle function names with a single character. (Bug#14111)
4d3268ba 3361
781b4af6 33622013-04-19 Dima Kogan <dima@secretsauce.net> (tiny change)
863beb27
DK
3363
3364 * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
3365 for subroutines defined in an eval (bug#14182).
3366
7d688336
TV
33672013-04-19 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3368
3369 * bookmark.el (bookmark-completing-read): Improve handling of empty
3370 string (bug#14176).
3371
31dcede0
SM
33722013-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
3373
3374 * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
3375
adc31213
FEG
33762013-04-19 Fabián Ezequiel Gallina <fgallina@gnu.org>
3377
3378 New faster Imenu implementation (bug#14058).
3379 * progmodes/python.el:
3380 (python-imenu-prev-index-position):
3381 (python-imenu-format-item-label-function)
3382 (python-imenu-format-parent-item-label-function)
3383 (python-imenu-format-parent-item-jump-label-function):
3384 New vars.
3385 (python-imenu-format-item-label)
3386 (python-imenu-format-parent-item-label)
3387 (python-imenu-format-parent-item-jump-label)
3388 (python-imenu--put-parent, python-imenu--build-tree)
3389 (python-imenu-create-index, python-imenu-create-flat-index)
3390 (python-util-popn): New functions.
3391 (python-mode): Set imenu-create-index-function to
3392 python-imenu-create-index.
3393
cdca8255
SM
33942013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
3395
3396 * winner.el (winner-active-region): Use region-active-p, activate-mark
3397 and deactivate-mark (bug#14225).
3398
3399 * simple.el (deactivate-mark): Don't inline it.
3400
beb42340
MA
34012013-04-18 Michael Albinus <michael.albinus@gmx.de>
3402
3403 * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
3404
fc7f4d7e
TH
34052013-04-18 Tassilo Horn <tsdh@gnu.org>
3406
3407 * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
3408 file extensions from the archive-mode entry in order to prefer
3409 doc-view-mode-maybe with archive-mode as fallback (bug#14188).
3410
29f47822
LL
34112013-04-18 Leo Liu <sdl.web@gmail.com>
3412
3413 * bindings.el (help-event-list): Add ?\?.
3414
d36ed1c8
SM
34152013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
3416
3417 * subr.el (with-wrapper-hook): Declare obsolete.
3418 * simple.el (filter-buffer-substring-function): New hook.
3419 (filter-buffer-substring): Use it.
3420 (filter-buffer-substring-functions): Mark obsolete.
3421 * minibuffer.el (completion-in-region-function): New hook.
3422 (completion-in-region): Use it.
3423 (completion-in-region-functions): Mark obsolete.
3424 * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
3425 * abbrev.el (abbrev-expand-function): New hook.
3426 (expand-abbrev): Use it.
3427 (abbrev-expand-functions): Mark obsolete.
3428 * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
3429 and :filter-return.
3430
04754d36
FEG
34312013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
3432
3433 * progmodes/python.el (python-nav--syntactically): Fix cornercases
3434 and do not care about match data.
3435
dd8791e9
SM
34362013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
3437
3438 * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
3439 completion tables when completing error conditions and
3440 `declare' arguments.
3441 (lisp-complete-symbol, field-complete): Mark as obsolete.
3442 (check-parens): Unmatched parens are user errors.
3443 * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
3444
ffe54a13
AM
34452013-04-17 Michal Nazarewicz <mina86@mina86.com>
3446
dd8791e9
SM
3447 * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
3448 command changed buffer (ie. `flyspell-pre-buffer' is not current
3449 buffer), which prevents making decisions based on invalid value of
3450 `flyspell-pre-point' in the wrong buffer. Most notably, this used to
3451 cause an error when `flyspell-pre-point' was nil after switching
3452 buffers.
3453 (flyspell-post-command-hook): No longer needs to change buffers when
3454 checking pre-word. While at it remove unnecessary progn.
ffe54a13 3455
ec7e39f2
AM
34562013-04-17 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
3457
3458 * textmodes/ispell.el (ispell-add-per-file-word-list):
3459 Fix `flyspell-correct-word-before-point' error when accepting
3460 words and `coment-padding' is an integer by using
3461 `comment-normalize-vars' (Bug #14214).
3462
083850a6
FEG
34632013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
3464
3465 New defun movement commands.
3466 * progmodes/python.el (python-nav--syntactically)
3467 (python-nav--forward-defun, python-nav-backward-defun)
3468 (python-nav-forward-defun): New functions.
3469
619ed6e1
FEG
34702013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
3471
3472 * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
3473 (python-syntax-context): Use named compiler-macro for backwards
3474 compatibility with Emacs 24.x.
3475
7a1beb6c
LL
34762013-04-17 Leo Liu <sdl.web@gmail.com>
3477
3478 * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
3479 octave-hide-process-buffer.
3480
2d3fa3e5
SM
34812013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
3482
3483 * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
3484 (bug#14216).
3485
7ce5be54
JPG
34862013-04-17 Jean-Philippe Gravel <jpgravel@gmail.com>
3487
3488 * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
3489 Fix adjustment of offset when receiving incomplete responses from GDB
3490 (bug#14129).
3491
351edece
SM
34922013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
3493
3494 * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
3495 python-mode-abbrev-table.
3496 (python-skeleton-define): Adjust accordingly.
3497 (python-mode-abbrev-table): New table that inherits from it so that
3498 python-skeleton-autoinsert does not affect non-skeleton abbrevs.
3499
3500 * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
3501 (abbrev-symbol): Use it.
3502 (abbrev--before-point): Use it since we already handle inheritance.
3503
613f9481
LL
35042013-04-16 Leo Liu <sdl.web@gmail.com>
3505
3506 * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
3507 binding to info-lookup-symbol.
3508
51646b62
JB
35092013-04-16 Juanma Barranquero <lekktu@gmail.com>
3510
3511 * minibuffer.el (completion--twq-all):
3512 * term/ns-win.el (ns-initialize-window-system):
3513 * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
3514
efb3f01d
SM
35152013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
3516
36c0a301
SM
3517 * emacs-lisp/nadvice.el (add-function): Default simple vars to their
3518 global bindings.
3519
efb3f01d
SM
3520 * doc-view.el (doc-view-start-process): Handle url-handler directories.
3521
fb549d64
DG
35222013-04-15 Dmitry Gutov <dgutov@yandex.ru>
3523
3524 * progmodes/ruby-mode.el (ruby-beginning-of-defun)
3525 (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
3526 to nil.
3527 (ruby-end-of-defun): Remove the unused arg, change the docstring
3528 to reflect that this function is only used as the value of
3529 `end-of-defun-function'.
3530 (ruby-beginning-of-defun): Remove "top-level" from the docstring,
3531 to reflect an earlier change that beginning/end-of-defun functions
3532 jump between methods in a class definition, as well as top-level
3533 functions.
3534
21e8fe2f
SM
35352013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
3536
3537 * minibuffer.el (minibuffer-complete): Don't just scroll
3538 a *Completions* that's been iconified.
3539 (minibuffer-force-complete): Make sure repetitions do cycle when going
3540 through completion-in-region -> minibuffer-complete.
3541
20e527d0
AM
35422013-04-15 Alan Mackenzie <acm@muc.de>
3543
3544 Correct the placement of c-cpp-delimiters when there're #s not at
3545 col 0.
3546
3547 * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
3548 place a submatch around the #.
21e8fe2f
SM
3549 * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
3550 Start a search at BOL. Put the c-cpp-delimiter category text propertiy
20e527d0
AM
3551 on the #, not BOL.
3552
dabefae5
SM
35532013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
3554
3555 * emacs-lisp/nadvice.el: Properly test names when adding advice.
3556 (advice--member-p): New arg `name'.
3557 (advice--add-function, advice-member-p): Use it (bug#14202).
3558
85c9ab64
AM
35592013-04-15 Filipp Gunbin <fgunbin@fastmail.fm>
3560
3561 Reformulate java imenu-generic-expression.
3562 The old expression contained ill formed regexps.
3563
3564 * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
3565 (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
3566 (cc-imenu-java-method-arg-regexp): New defconsts.
3567 (cc-imenu-java-build-type-args-regex): New defun.
dabefae5 3568 (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
85c9ab64
AM
3569 handling of spaces in the regexp.
3570
0f821d99
AM
35712013-03-15 Agustín Martín Domingo <agustin.martin@hispalinux.es>
3572
3573 * textmodes/ispell.el (ispell-command-loop): Remove
3574 flyspell highlight of a word when ispell accepts it (bug #14178).
3575
eb922adf
MA
35762013-04-15 Michael Albinus <michael.albinus@gmx.de>
3577
3578 * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
3579 uses code from the previous `ange-ftp-run-real-handler'.
3580 (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
3581 only in case that function exist. This is needed for proper
3582 unloading of Tramp.
3583
4d9a0979
TH
35842013-04-15 Tassilo Horn <tsdh@gnu.org>
3585
3586 * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
3587
3588 * textmodes/reftex.el (reftex-compile-variables): Use it.
3589
a829b0dc
SM
35902013-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
3591
91e8293c
SM
3592 * files.el (normal-mode): Only use default major-mode if no other mode
3593 was specified.
3594
830aed4d
SM
3595 * emacs-lisp/trace.el (trace-values): New function.
3596
a829b0dc
SM
3597 * files.el: Allow : in local variables (bug#14089).
3598 (hack-local-variable-regexp): New var.
3599 (hack-local-variables-prop-line, hack-local-variables): Use it.
3600
7ae9f0fb
RW
36012013-04-13 Roland Winkler <winkler@gnu.org>
3602
3603 * textmodes/bibtex.el (bibtex-search-entries): Bug fix. Use match
3604 data before it gets modified by bibtex-beginning-of-entry.
3605
6646e848
RW
36062013-04-13 Roland Winkler <winkler@gnu.org>
3607
3608 * textmodes/bibtex.el (bibtex-url): Doc fix.
3609
36102013-04-13 Roland Winkler <winkler@gnu.org>
23a0e159
RW
3611
3612 * textmodes/bibtex.el (bibtex-initialize): If the current buffer
3613 does not visit a BibTeX file, exclude it from the list of buffers
3614 returned by bibtex-initialize.
3615
0aa3616e
SB
36162013-04-13 Stephen Berman <stephen.berman@gmx.net>
3617
3618 * window.el (split-window): Remove interactive form, since as a
3619 command this function is a special case of split-window-below.
3620 Correct doc string.
3621
011cddd6
RW
36222013-04-12 Roland Winkler <winkler@gnu.org>
3623
3624 * faces.el (read-face-name): Do not override value of arg default.
3625 Allow single faces and strings as default values. Remove those
3626 elements from return value that are not faces.
3627 (describe-face): Simplify.
3628 (face-at-point): New optional args thing and multiple so that this
3629 function can provide the same functionality previously provided by
3630 read-face-name.
3631 (make-face-bold, make-face-unbold, make-face-italic)
3632 (make-face-unitalic, make-face-bold-italic, invert-face)
3633 (modify-face, read-face-and-attribute): Use face-at-point.
3634
3635 * cus-edit.el (customize-face, customize-face-other-window)
3636 * cus-theme.el (custom-theme-add-face)
3637 * face-remap.el (buffer-face-set)
3638 * facemenu.el (facemenu-set-face): Use face-at-point.
3639
f24e0036
MA
36402013-04-12 Michael Albinus <michael.albinus@gmx.de>
3641
3642 * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
3643
da3cda2d
TH
36442013-04-10 Tassilo Horn <tsdh@gnu.org>
3645
3646 * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
3647 off leading { and trailing } from field values.
3648
15e54145
SM
36492013-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
3650
78ce603d
SM
3651 * emacs-lisp/timer.el (timer--check): New function.
3652 (timer--time, timer-set-function, timer-event-handler): Use it.
3653 (timer-set-idle-time): Simplify.
3654 (timer--activate): CSE.
3655 (timer-event-handler): Give more info in error message.
3656 (internal-timer-start-idle): New function, moved from C.
3657
15e54145
SM
3658 * mpc.el (mpc-proc): Add `restart' argument.
3659 (mpc-proc-cmd): Use it.
3660 (mpc--status-timer-run): Also catch signals from `mpc-proc'.
3661 (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
3662 less often.
3663
7144c627
MY
36642013-04-10 Masatake YAMATO <yamato@redhat.com>
3665
3666 * progmodes/sh-script.el: Implement `sh-mode' own
3667 `add-log-current-defun-function' (bug#14112).
3668 (sh-current-defun-name): New function.
3669 (sh-mode): Use the function.
3670
b39792eb
BG
36712013-04-09 Bastien Guerry <bzg@gnu.org>
3672
3673 * simple.el (choose-completion-string): Fix docstring (bug#14163).
3674
8acdeb71
SM
36752013-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
3676
6fcdab68
SM
3677 * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
3678
8acdeb71
SM
3679 * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
3680 timer (bug#14156).
3681
e3e7b504
NF
36822013-04-07 Nic Ferrier <nferrier@ferrier.me.uk>
3683
3684 * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
3685 declaration.
3686
201bb296
LL
36872013-04-07 Leo Liu <sdl.web@gmail.com>
3688
3689 * pcmpl-x.el: New file.
3690
ebb19708
DA
36912013-04-06 Dmitry Antipov <dmantipov@yandex.ru>
3692
3693 Do not set x-display-name until X connection is established.
3694 This is needed to prevent from weird situation described at
3695 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
3696 * frame.el (make-frame): Set x-display-name after call to
3697 window system initialization function, not before.
3698 * term/x-win.el (x-initialize-window-system): Add optional
3699 display argument and use it.
3700 * term/w32-win.el (w32-initialize-window-system):
3701 * term/ns-win.el (ns-initialize-window-system):
3702 * term/pc-win.el (msdos-initialize-window-system):
3703 Add compatible optional display argument.
3704
33bb237a
EZ
37052013-04-06 Eli Zaretskii <eliz@gnu.org>
3706
3707 * files.el (normal-backup-enable-predicate): On MS-Windows and
3708 MS-DOS compare truenames of temporary-file-directory and of the
3709 file, so that 8+3 aliases (usually found in $TEMP on Windows)
3710 don't fail comparison by compare-strings. Also, compare file
3711 names case-insensitively on MS-Windows and MS-DOS.
3712
134abf1f
SM
37132013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
3714
3715 * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
3716 Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
3717
d695cb94
DG
37182013-04-05 Dmitry Gutov <dgutov@yandex.ru>
3719
e3e7b504
NF
3720 * whitespace.el (whitespace-color-on, whitespace-color-off):
3721 Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
d695cb94 3722
f4ad7ea1 37232013-04-05 Jacek Chrząszcz <chrzaszcz@mimuw.edu.pl> (tiny change)
7e268e90
AM
3724
3725 * ispell.el (ispell-set-spellchecker-params):
3726 Really set `ispell-args' for all equivs.
3727
632556e4
SM
37282013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
3729
3730 * ido.el (ido-completions): Use extra elements of ido-decorations
3731 (bug#14143).
3732 (ido-decorations): Update docstring.
3733
2a417372
MA
37342013-04-05 Michael Albinus <michael.albinus@gmx.de>
3735
3736 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
3737 (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
3738 nil during initialization, in order not to miss changes since the
3739 file was opened. (Bug#14140)
3740
fc164b0c
LL
37412013-04-05 Leo Liu <sdl.web@gmail.com>
3742
3743 * kmacro.el (kmacro-call-macro): Fix bug#14135.
3744
0ccecc08
JB
37452013-04-05 Jay Belanger <jay.p.belanger@gmail.com>
3746
3747 * calc/calc-units.el (calc-convert-units): Rewrite conditional.
3748
51af1aa2
GM
37492013-04-04 Glenn Morris <rgm@gnu.org>
3750
3751 * electric.el (electric-pair-inhibit-predicate): Add :version.
3752
b208ebc6
SM
37532013-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
3754
3755 * emacs-lisp/package.el (package-compute-transaction): Fix ordering
3756 when a package is required several times (bug#14082).
3757
f3d3eaf0
RW
37582013-04-04 Roland Winkler <winkler@gnu.org>
3759
3760 * faces.el (read-face-name): Behave as promised by the docstring.
3761 Assume that arg default is a list of faces.
3762 (describe-face): Call read-face-name with list of default faces.
3763
2575da50
TV
37642013-04-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3765
3766 * bookmark.el: Fix deletion of bookmarks (bug#13972).
3767 (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
3768 (bookmark-bmenu-execute-deletions): Only skip first line if it's
3769 the header.
3770 (bookmark-exit-hook-internal): Save even if list is empty.
3771
397703b4
YH
37722013-04-04 Yann Hodique <yann.hodique@gmail.com> (tiny change)
3773
3774 * emacs-lisp/package.el (package-pinned-packages): New var.
3775 (package--add-to-archive-contents): Obey it (bug#14118).
3776
691e26ae
AM
37772013-04-03 Alan Mackenzie <acm@muc.de>
3778
8a621d53
JB
3779 Handle `parse-partial-sexp' landing inside a comment opener (Bug#13244).
3780 Also adapt to the new values of element 7 of a parse state.
691e26ae
AM
3781
3782 * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
3783 parameter `not-in-delimiter'. Handle being inside comment opener.
3784 (c-invalidate-state-cache-1): Reckon with an extra "invalid"
3785 character in case we're typing a '*' after a '/'.
3786 (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
3787 instead by passing the parameter to c-state-pp-to-literal.
3788
3789 * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
3790 for elt. 7 of a parse state.
3791
4b725a70
PE
37922013-04-01 Paul Eggert <eggert@cs.ucla.edu>
3793
3794 Use UTF-8 for most files with non-ASCII characters (Bug#13936).
3795 * international/latin1-disp.el, international/mule-util.el:
3796 * language/cyril-util.el, language/european.el, language/ind-util.el:
3797 * language/lao-util.el, language/thai.el, language/tibet-util.el:
3798 * language/tibetan.el, language/viet-util.el:
3799 Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
3800
15c579f0
SM
38012013-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
3802
3803 * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
3804 (electric-pair-post-self-insert-function): Use it.
3805 (electric-pair-default-inhibit): New function, extracted from
3806 electric-pair-post-self-insert-function.
3807
a77e2924
RW
38082013-03-31 Roland Winkler <winkler@gnu.org>
3809
3810 * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
3811
2bd8a4a8
SM
38122013-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
3813
3814 * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
3815
8d3655be 38162013-03-30 Fabián Ezequiel Gallina <fabian@anue.biz>
c9886b39
FEG
3817
3818 Un-indent after "pass" and "return" statements (Bug#13888)
3819 * progmodes/python.el (python-indent-block-enders): New var.
3820 (python-indent-calculate-indentation): Use it.
3821
8d3655be 38222013-03-30 Michael Albinus <michael.albinus@gmx.de>
4430bd53
MA
3823
3824 * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
3825 defun. Defining it as defalias could introduce too eager
3826 byte-compiler optimization. (Bug#14030)
3827
8d3655be 38282013-03-30 Chong Yidong <cyd@gnu.org>
89468837
CY
3829
3830 * iswitchb.el (iswitchb-read-buffer): Fix typo.
3831
0b1619da
LL
38322013-03-30 Leo Liu <sdl.web@gmail.com>
3833
3834 * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
3835 (kmacro-execute-from-register): Pass the keyboard macro to
3836 kmacro-call-macro or repeating won't work correctly.
3837
0b938190
TZ
38382013-03-30 Teodor Zlatanov <tzz@lifelogs.com>
3839
3840 * progmodes/subword.el: Back to using `forward-symbol'.
3841
3842 * subr.el (forward-whitespace, forward-symbol)
3843 (forward-same-syntax): Move from thingatpt.el.
3844
35710234
LL
38452013-03-29 Leo Liu <sdl.web@gmail.com>
3846
3847 * kmacro.el (kmacro-to-register): New command.
3848 (kmacro-execute-from-register): New function.
3849 (kmacro-keymap): Bind to 'x'. (Bug#14071)
3850
efc0bb73
SM
38512013-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
3852
3853 * mpc.el: Use defvar-local and setq-local.
3854 (mpc--proc-connect): Connection failures are not bugs.
3855 (mpc-mode-map): `follow-link' only applies to the buffer's content.
3856 (mpc-volume-map): Bind to the up-events.
3857
75a2f981
TZ
38582013-03-29 Teodor Zlatanov <tzz@lifelogs.com>
3859
3860 * progmodes/subword.el (superword-mode): Use `forward-sexp'
3861 instead of `forward-symbol'.
3862
17c781d1
SM
38632013-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
3864
3865 * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
3866 (edebug--recursive-edit): Use it.
3867 (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
3868 (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
3869
f67bfbcf
LL
38702013-03-28 Leo Liu <sdl.web@gmail.com>
3871
3872 * vc/vc-bzr.el (vc-bzr-revert): Don't backup. (Bug#14066)
3873
b59f639d
EZ
38742013-03-27 Eli Zaretskii <eliz@gnu.org>
3875
3876 * facemenu.el (list-colors-callback): New defvar.
3877 (list-colors-redisplay): New function.
3878 (list-colors-display): Install list-colors-redisplay as the
3879 revert-buffer-function. (Bug#14063)
3880
f557c1b1
SM
38812013-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
3882
b1da2957
SM
3883 * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
3884 and suffixes don't overlap (bug#14061).
3885
f557c1b1
SM
3886 * case-table.el: Use lexical-binding.
3887 (case-table-get-table): New function.
3888 (get-upcase-table): Use it. Mark as obsolete. Adjust callers.
3889
002668e1
TZ
38902013-03-27 Teodor Zlatanov <tzz@lifelogs.com>
3891
3892 * progmodes/subword.el: Add `superword-mode' to do word motion
3893 over symbol_words (parallels and leverages `subword-mode' which
3894 does word motion inside MixedCaseWords).
3895
73572c72
AG
38962013-03-27 Aidan Gauland <aidalgol@no8wireless.co.nz>
3897
78b8f320 3898 * eshell/em-unix.el: Move su and sudo to...
f4ad7ea1 3899 * eshell/em-tramp.el: ...Eshell tramp module.
73572c72 3900
69b2c07e
SM
39012013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
3902
3903 * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
3904 Change return value to be a sexp. Delay `get-buffer' to after
3905 restoring the desktop (bug#13951).
3906
08bb5ee2
LL
39072013-03-26 Leo Liu <sdl.web@gmail.com>
3908
3909 * register.el: Move semantic tag handling back to
3910 cedet/semantic/senator.el. (Bug#14052)
3911
8d4c974e
SM
39122013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
3913
3914 * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
3915 into the prompt either (bug#13963).
3916
b234d92c
SM
39172013-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
3918
3919 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
3920 part of "(error-foo)".
3921
ddfa3cb4
JL
39222013-03-24 Juri Linkov <juri@jurta.org>
3923
3924 * replace.el (list-matching-lines-prefix-face): New defcustom.
3925 (occur-1): Pass `list-matching-lines-prefix-face' to the function
3926 `occur-engine' if `face-differs-from-default-p' returns t.
3927 (occur-engine): Add `,' inside backquote construct to evaluate
3928 `prefix-face'. Propertize the prefix with the `prefix-face' face.
3929 Pass `prefix-face' to the functions `occur-context-lines' and
3930 `occur-engine-add-prefix'.
3931 (occur-engine-add-prefix, occur-context-lines): Add optional arg
3932 `prefix-face' and propertize the prefix with `prefix-face'.
3933 (Bug#14017)
3934
7b0e2f85
LL
39352013-03-24 Leo Liu <sdl.web@gmail.com>
3936
3937 * nxml/rng-valid.el (rng-validate-while-idle)
3938 (rng-validate-quick-while-idle): Guard against deleted buffer.
3939 (Bug#13999)
3940
3941 * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
3942 is the last entry in kill-buffer-hook.
3943
3944 * files.el (kill-buffer-hook): Doc fix.
3945
b3082f49
DG
39462013-03-23 Dmitry Gutov <dgutov@yandex.ru>
3947
b234d92c
SM
3948 * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
3949 Make it safe-local.
bde73d27 3950
b3082f49
DG
3951 * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
3952
a320a2db
LL
39532013-03-23 Leo Liu <sdl.web@gmail.com>
3954
7e74b0fb
LL
3955 * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
3956 Remove.
3957
3958 * nxml/rng-valid.el (rng-validate-mode)
3959 (rng-after-change-function, rng-do-some-validation):
3960 * nxml/rng-maint.el (rng-validate-buffer):
3961 * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
3962 * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
3963 * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
3964 (nxml-extend-after-change-region): Use with-silent-modifications.
3965
a320a2db
LL
3966 * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
3967 timer-idle-list.
3968
3969 * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
3970 (rng-next-error-1, rng-previous-error-1): Do not let-bind
3971 timer-idle-list. (Bug#13999)
3972
e38e6780
JL
39732013-03-23 Juri Linkov <juri@jurta.org>
3974
3975 * info.el (info-index-match): New face.
3976 (Info-index, Info-apropos-matches): Add a nested subgroup to the
3977 main pattern and add text properties with the new face to matches
3978 in index entries relative to the beginning of the index entry.
3979 (Bug#14015)
3980
e8cc7880
DE
39812013-03-21 Eric Ludlam <zappo@gnu.org>
3982
3983 * eieio/eieio-datadebug.el (data-debug/eieio-insert-slots):
3984 Inhibit read only while inserting objects.
3985
9bb0d822
TZ
39862013-03-22 Teodor Zlatanov <tzz@lifelogs.com>
3987
3988 * progmodes/cfengine.el: Update docs to mention
3989 `cfengine-auto-mode'. Use \_> and \_< instead of \> and \< for
3990 symbol motion. Remove "_" from the word syntax.
3991
aa703640
TZ
39922013-03-21 Teodor Zlatanov <tzz@lifelogs.com>
3993
3994 * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
3995 syntax for both `cfengine2-mode' and `cfengine3-mode'.
3996
afff09d0
JL
39972013-03-20 Juri Linkov <juri@jurta.org>
3998
3999 * info.el (Info-next-reference-or-link)
4000 (Info-prev-reference-or-link): New functions.
4001 (Info-next-reference, Info-prev-reference): Use them.
4002 (Info-try-follow-nearest-node): Handle footnote navigation.
4003 (Info-fontify-node): Fontify footnotes. (Bug#13989)
4004
9a1ff164
SM
40052013-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
4006
4007 * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
4008 * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
4009
2667d15d
PE
40102013-03-20 Paul Eggert <eggert@cs.ucla.edu>
4011
4012 Suppress unnecessary non-ASCII chatter during build process.
4013 * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
4014 (batch-skkdic-convert): Suppress most of the chatter.
4015 It's not needed so much now that machines are faster,
4016 and its non-ASCII component was confusing; see Dmitry Gutov in
4017 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
4018
438b0579
LL
40192013-03-20 Leo Liu <sdl.web@gmail.com>
4020
4021 * ido.el (ido-chop): Fix bug#10994.
4022
c128ab07
DG
40232013-03-19 Dmitry Gutov <dgutov@yandex.ru>
4024
4025 * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
4026 Remove vars.
9a1ff164
SM
4027 (whitespace-color-on, whitespace-color-off):
4028 Use `font-lock-fontify-buffer' (Bug#13817).
c128ab07 4029
0e6008c5
SM
40302013-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
4031
4032 * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
4033 remapping in mode-line.
4034 (mouse-on-link-p): Also check [mode-line follow-link] bindings.
4035
627b52b0
DG
40362013-03-19 Dmitry Gutov <dgutov@yandex.ru>
4037
4038 * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
4039 value for `whitespace-line' face (Bug#13875).
7ec31b02
DG
4040 (whitespace-font-lock-keywords): Change description.
4041 (whitespace-color-on): Don't save `font-lock-keywords' value, save
4042 the constructed keywords instead.
4043 (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
627b52b0 4044
50c3a20b
LL
40452013-03-19 Leo Liu <sdl.web@gmail.com>
4046
4047 * progmodes/compile.el (compilation-display-error): New command.
4048 (compilation-mode-map, compilation-minor-mode-map): Bind it to
4049 C-o. (Bug#13992)
4050
2aa2157b
PE
40512013-03-18 Paul Eggert <eggert@cs.ucla.edu>
4052
4053 * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
4054
e477dbfa
JD
40552013-03-18 Jan Djärv <jan.h.d@swipnet.se>
4056
4057 * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
4058
64ab82d1
MA
40592013-03-18 Michael Albinus <michael.albinus@gmx.de>
4060
4061 * net/tramp-compat.el (tramp-compat-user-error): New defun.
4062
4063 * net/tramp-adb.el (tramp-adb-handle-shell-command):
4064 * net/tramp-gvfs.el (top):
4065 * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
4066 (tramp-handle-shell-command): Use it.
4067 (tramp-dissect-file-name): Raise an error when hostname is a
4068 method name, and neither method nor user is specified.
4069
4070 * net/trampver.el: Update release number.
4071
33cef733
LL
40722013-03-18 Leo Liu <sdl.web@gmail.com>
4073
4074 Make sure eldoc can be turned off properly.
4075 * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
4076 eldoc-mode.
4077 (eldoc-display-message-p): Revert last change.
4078 (eldoc-display-message-no-interference-p)
4079 (eldoc-print-current-symbol-info): Tweak.
4080
2167b7b2
TH
40812013-03-18 Tassilo Horn <tsdh@gnu.org>
4082
4083 * doc-view.el (doc-view-new-window-function): Check the new window
4084 overlay's display property instead the char property of the
4085 buffer's first char. Use `with-selected-window' instead of
4086 `save-window-excursion' with `select-window'.
4087 (doc-view-document->bitmap): Check the current doc-view overlay's
9a1ff164 4088 display property instead the char property of the buffer's first char.
2167b7b2 4089
982efbcd
PE
40902013-03-18 Paul Eggert <eggert@cs.ucla.edu>
4091
4092 Automate the build of ja-dic.el (Bug#13984).
4093 * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
4094 from the input, rather than assume that it's been done for us by the
4095 SKK script unannotate.awk. Switch ja-dic.el to UTF-8. Don't put
4096 the current date into a ja-dic.el comment, as that complicates
4097 regression testing.
4098
2fcc7665
SM
40992013-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
4100
4101 * whitespace.el: Fix double evaluation.
4102 (whitespace-space, whitespace-hspace, whitespace-tab)
4103 (whitespace-newline, whitespace-trailing, whitespace-line)
4104 (whitespace-space-before-tab, whitespace-indentation)
4105 (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
4106 obsolete defvars.
4107 (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
4108 (whitespace-color-on): Use a single font-lock-add-keywords call.
4109 Fix double-evaluation of face variables.
4110
67c0a6e6
MA
41112013-03-17 Michael Albinus <michael.albinus@gmx.de>
4112
2fcc7665
SM
4113 * net/tramp-adb.el (tramp-adb-parse-device-names):
4114 Use `start-process' instead of `call-process'. Otherwise, the
8194a705 4115 function might be blocked under MS Windows. (Bug#13299)
67c0a6e6 4116
69489f1d
LL
41172013-03-17 Leo Liu <sdl.web@gmail.com>
4118
4119 Extend eldoc to display info in the mode-line. (Bug#13978)
4120 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
4121 (eldoc-mode-line-string): New variable.
4122 (eldoc-minibuffer-message): New function.
4123 (eldoc-message-function): New variable.
4124 (eldoc-message): Use it.
4125 (eldoc-display-message-p)
2fcc7665
SM
4126 (eldoc-display-message-no-interference-p):
4127 Support eldoc-post-insert-mode.
69489f1d
LL
4128
4129 * simple.el (eval-expression-minibuffer-setup-hook): New hook.
4130 (eval-expression): Run it.
4131
9c44569e
RW
41322013-03-17 Roland Winkler <winkler@gnu.org>
4133
4134 * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
4135 strings in the list of return values.
4136
327f1f6f
JB
41372013-03-17 Jay Belanger <jay.p.belanger@gmail.com>
4138
4139 * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
4140 radix before checking for HMS forms.
4141
67ed8fcd
LL
41422013-03-16 Leo Liu <sdl.web@gmail.com>
4143
4144 * progmodes/scheme.el: Add indentation and font-locking for λ.
4145 (Bug#13975)
4146
78be8b64 41472013-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
efe8bf5d
SM
4148
4149 * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
4150 token before point (bug#13942).
4151
78be8b64 41522013-03-16 Leo Liu <sdl.web@gmail.com>
00094c26 4153
95b43468 4154 * thingatpt.el (end-of-sexp): Fix bug#13952. Use syntax-after.
00094c26 4155
98e775e6
EZ
41562013-03-16 Eli Zaretskii <eliz@gnu.org>
4157
4158 * startup.el (command-line-normalize-file-name): Fix handling of
4159 backslashes in DOS and Windows file names. Reported by Xue Fuqiao
4160 <xfq.free@gmail.com> in
4161 http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
4162
2edd6029
MA
41632013-03-15 Michael Albinus <michael.albinus@gmx.de>
4164
4165 Sync with Tramp 2.2.7.
4166
4167 * net/trampver.el: Update release number.
4168
d35f5864
TH
41692013-03-14 Tassilo Horn <tsdh@gnu.org>
4170
f35ffe5e
TH
4171 * doc-view.el Fix bug#13887.
4172 (doc-view-insert-image): Don't modify overlay associated to
4173 non-live windows, and implement horizontal centering of image in
4174 case it's smaller than the window.
4175 (doc-view-new-window-function): Force redisplay of new windows on
4176 doc-view buffers.
d35f5864 4177
1c4a85ed
KF
41782013-03-13 Karl Fogel <kfogel@red-bean.com>
4179
4180 * saveplace.el (save-place-alist-to-file): Don't sort
4181 `save-place-alist', just pretty-print it (bug#13882).
4182
85b66a21
MA
41832013-03-13 Michael Albinus <michael.albinus@gmx.de>
4184
a020afb9
JB
4185 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
4186 Check whether `default-file-name-coding-system' is bound.
4187 It isn't in XEmacs.
85b66a21 4188
175600da
SM
41892013-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
4190
e7f7cb1a
SM
4191 * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
4192 backquotes for `obsolete' (bug#13929).
4193
175600da
SM
4194 * international/mule.el (find-auto-coding): Include file name in
4195 obsolescence warning (bug#13922).
4196
ca68a22e
TZ
41972013-03-12 Teodor Zlatanov <tzz@lifelogs.com>
4198
4199 * progmodes/cfengine.el (cfengine-parameters-indent): New variable
4200 for CFEngine 3-specific indentation.
4201 (cfengine3-indent-line): Use it. Fix up category regex.
4202 (cfengine3-font-lock-keywords): Add bundle and namespace characters.
4203
940e5099
SM
42042013-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
4205
4206 * type-break.el (type-break-file-name):
4207 * textmodes/remember.el (remember-data-file):
4208 * strokes.el (strokes-file):
4209 * shadowfile.el (shadow-initialize):
4210 * saveplace.el (save-place-file):
4211 * ps-bdf.el (bdf-cache-file):
4212 * progmodes/idlwave.el (idlwave-config-directory):
4213 * net/quickurl.el (quickurl-url-file):
4214 * international/kkc.el (kkc-init-file-name):
4215 * ido.el (ido-save-directory-list-file):
4216 * emulation/viper.el (viper-custom-file-name):
4217 * emulation/vip.el (vip-startup-file):
4218 * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
4219 * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
4220
cc725808
PE
42212013-03-12 Paul Eggert <eggert@cs.ucla.edu>
4222
4223 Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
4224 * language/thai-word.el: Switch to UTF-8.
4225
a020afb9 4226See ChangeLog.16 for earlier changes.
e3d51b27
MR
4227
4228;; Local Variables:
4229;; coding: utf-8
e3d51b27
MR
4230;; End:
4231
ab422c4d 4232 Copyright (C) 2011-2013 Free Software Foundation, Inc.
e3d51b27
MR
4233
4234 This file is part of GNU Emacs.
4235
4236 GNU Emacs is free software: you can redistribute it and/or modify
4237 it under the terms of the GNU General Public License as published by
4238 the Free Software Foundation, either version 3 of the License, or
4239 (at your option) any later version.
4240
4241 GNU Emacs is distributed in the hope that it will be useful,
4242 but WITHOUT ANY WARRANTY; without even the implied warranty of
4243 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
4244 GNU General Public License for more details.
4245
4246 You should have received a copy of the GNU General Public License
4247 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.