Don't mention maintainer-clean, since `make bootstrap' does this now.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
049a231b
KF
12009-09-05 Karl Fogel <kfogel@red-bean.com>
2
3 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
4 before killing the old buffer, since by the time `kill-buffer' is
5 run so many buffer variables have been set to nil that it may not
6 behave as expected. (Bug#4061)
7
ef7ef2a0
KF
82009-09-05 Karl Fogel <kfogel@red-bean.com>
9
10 * files.el (find-alternate-file): If the old buffer is modified
11 and visiting a file, behave similarly to `kill-buffer' when
12 killing it, thus reverting to the pre-1.878 behavior; see
13 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
14 for discussion. Also, consult `buffer-file-name' as a variable
15 not as a function, for consistency with the rest of the code.
16
73d854cd
MA
172009-09-04 Michael Albinus <michael.albinus@gmx.de>
18
19 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
20 also when adding a new directory.
21
22 * net/tramp-compat.el (tramp-compat-line-beginning-position): New
23 defun.
24
df120481
SM
252009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
26
27 * files.el (locate-file-completion-table): Make it provide boundary
28 information, so partial-completion works better.
29
c0bc6d79
SM
302009-09-04 Leo <sdl.web@gmail.com> (tiny change)
31
32 * mail/footnote.el (Footnote-text-under-cursor):
33 Check footnote-text-marker-alist before using it (bug#4324).
34
f76a9756
GM
352009-09-04 Glenn Morris <rgm@gnu.org>
36
67d110f1
GM
37 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
38 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
39 * play/solitaire.el, play/tetris.el:
40 Remove leading * from defcustom and defface docs.
41
b42d4989
GM
42 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
43 necessary.
44 (diary-fancy-overriding-map): New variable.
45 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
46 Use view-mode.
47
f76a9756
GM
48 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
49 goto-line.
50
e605eeeb
GM
512009-09-03 Glenn Morris <rgm@gnu.org>
52
597e2240
GM
53 * arc-mode.el (archive-mode):
54 * dos-fns.el (set-default-process-coding-system):
55 * man.el (Man-getpage-in-background):
56 * menu-bar.el (menu-bar-describe-menu):
57 * server.el (server-process-filter):
58 * startup.el (command-line):
59 * tar-mode.el (tar-header-block-tokenize, tar-extract):
60 * w32-fns.el (set-default-process-coding-system):
61 * x-dnd.el (x-dnd-handle-file-name):
62 * international/mule-cmds.el (mule-menu-keymap)
63 (set-default-coding-systems, language-info-alist, set-language-info)
64 (set-language-environment, standard-display-european-internal)
65 (set-locale-environment):
66 * international/mule-diag.el (mule-diag):
67 * mail/emacsbug.el (report-emacs-bug):
68 * mail/rmail.el (rmail-mode):
69 * mail/sendmail.el (mail-setup):
70 Use default-value rather than default-enable-multibyte-characters.
71
f38184aa
GM
72 * progmodes/f90.el: Move all safe properties into the defcustoms.
73 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
74
e605eeeb
GM
75 * calendar/appt.el (appt-check):
76 * calendar/diary-lib.el (diary-set-header, diary-live-p)
77 (diary-check-diary-file, diary-list-entries)
78 (diary-include-other-diary-files, diary-simple-display)
79 (diary-fancy-display, diary-print-entries)
80 (diary-mark-included-diary-files, diary-make-entry):
81 Don't call substitute-in-file-name on diary-file.
82
734db384
SM
832009-09-03 Eduard Wiebe <usenet@pusto.de>
84 Stefan Monnier <monnier@iro.umontreal.ca>
85
86 * mail/footnote.el (footnote-prefix): Make it a defcustom.
87 (footnote-mode-map): Move initialization into the declaration.
88 (footnote-minor-mode-map): Define it rather than changing global-map.
89 (footnote-mode): Use define-minor-mode.
90
e5aa47f9
MA
912009-09-02 Michael Albinus <michael.albinus@gmx.de>
92
93 * net/tramp.el (tramp-handle-file-attributes-with-ls)
94 (tramp-do-file-attributes-with-perl)
95 (tramp-do-file-attributes-with-stat): Rename from
96 `tramp-handle-file-attributes-with-*'.
97 (tramp-handle-file-attributes): Use them.
98 (tramp-do-directory-files-and-attributes-with-perl)
99 (tramp-do-directory-files-and-attributes-with-stat): Rename from
100 `tramp-handle-directory-files-and-attributes-with-*'.
101 (tramp-handle-directory-files-and-attributes): Use them.
102 (tramp-method-out-of-band-p): Additional parameter SIZE.
103 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
104 (tramp-handle-write-region): Use it.
734db384 105 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
e5aa47f9
MA
106 (tramp-handle-vc-registered): Check, whether the first run did
107 return files to be tested.
108 (tramp-advice-make-auto-save-file-name): Do not call directly
109 `tramp-handle-make-auto-save-file-name', because this would bypass
110 the locking mechanism.
111
734db384 112 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
e5aa47f9
MA
113 (file-remote-p, process-file, start-file-process, set-file-times)
114 (tramp-compat-file-attributes): Compatibility functions shall not
115 call directly `tramp-handle-*', because this would bypass the
116 locking mechanism.
117 (tramp-compat-number-sequence): New defun.
118
6e2ca895
GM
1192009-09-02 Glenn Morris <rgm@gnu.org>
120
697c7714
GM
121 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
122 alias for float-time.
123 (time-to-number-of-days): In Emacs, use float-time.
124 * net/newst-backend.el (time-add): Suppress warnings from compat
125 function.
126 * time.el (emacs-uptime, emacs-init-time):
127 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
128 Use float-time rather than time-to-seconds.
129
6e2ca895
GM
130 * minibuffer.el (completion-initials-expand): Fix typo.
131
132 * faces.el (modeline, modeline-inactive, modeline-highlight)
133 (modeline-buffer-id):
134 * info.el (info-menu-5): Mark these face aliases as obsolete.
135
ed17efec
NR
1362009-09-01 Nick Roberts <nickrob@snap.net.nz>
137
138 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
139 space ...
140 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
141 no "--thread" option.
142 (gdb-stopped): Don't print "Switched to thread" message when it is
143 unchanged.
144
fcb68f70
SM
1452009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
146
147 * minibuffer.el (completion-try-completion)
148 (completion-all-completions): Remove ill-defined (and
149 mistakenly installed and luckily never used nor documented)
150 `completion-styles' property.
151 (completion-initials-expand, completion-initials-all-completions)
152 (completion-initials-try-completion): New functions.
153 (completion-styles-alist): Add doc to each entry.
154 Add new `initials' entry.
155
83318a6d
NR
1562009-09-01 Nick Roberts <nickrob@snap.net.nz>
157
158 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
159 MI command -var-evaluate-expression.
160 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
161 and tweak for case of string child.
734db384 162 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
83318a6d 163
d63eb0e7
GM
1642009-09-01 Glenn Morris <rgm@gnu.org>
165
c4f6e489
GM
166 * add-log.el (change-log-date-face, change-log-name-face)
167 (change-log-email-face, change-log-file-face, change-log-list-face)
168 (change-log-conditionals-face, change-log-function-face)
169 (change-log-acknowledgement-face):
170 * cus-edit.el (custom-invalid-face, custom-rogue-face)
171 (custom-modified-face, custom-set-face, custom-changed-face)
172 (custom-saved-face, custom-button-face, custom-button-pressed-face)
173 (custom-documentation-face, custom-state-face, custom-comment-face)
174 (custom-comment-tag-face, custom-variable-tag-face)
175 (custom-variable-button-face, custom-face-tag-face)
176 (custom-group-tag-face-1, custom-group-tag-face):
177 * diff-mode.el (diff-header-face, diff-file-header-face)
178 (diff-index-face, diff-hunk-header-face, diff-removed-face)
179 (diff-added-face, diff-changed-face, diff-function-face)
180 (diff-context-face, diff-nonexistent-face):
181 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
182 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
183 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
184 (Info-title-4-face):
185 * isearch.el (isearch-lazy-highlight-face):
186 * log-view.el (log-view-file-face, log-view-message-face):
187 * paren.el (show-paren-match-face, show-paren-mismatch-face):
188 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
189 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
190 (cvs-msg-face):
191 * smerge-mode.el (smerge-mine-face, smerge-other-face)
192 (smerge-base-face, smerge-markers-face):
193 * wid-edit.el (widget-documentation-face, widget-button-face)
194 (widget-field-face, widget-single-line-field-face)
195 (widget-inactive-face, widget-button-pressed-face):
196 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
197 (woman-addition-face):
2fb1ec93
GM
198 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
199 (eshell-ls-executable-face, eshell-ls-readonly-face)
200 (eshell-ls-unreadable-face, eshell-ls-special-face)
201 (eshell-ls-missing-face, eshell-ls-archive-face)
202 (eshell-ls-backup-face, eshell-ls-product-face)
203 (eshell-ls-clutter-face):
204 * eshell/em-prompt.el (eshell-prompt-face):
205 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
c4f6e489 206 * obsolete/old-whitespace.el (whitespace-highlight-face):
0142e36b
GM
207 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
208 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
209 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
210 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
211 (antlr-font-lock-literal-face):
c4f6e489
GM
212 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
213 (ebrowse-root-class-face, ebrowse-file-name-face)
214 (ebrowse-default-face, ebrowse-member-attribute-face)
215 (ebrowse-member-class-face, ebrowse-progress-face):
216 * progmodes/make-mode.el (makefile-space-face):
217 * progmodes/sh-script.el (sh-heredoc-face):
218 * textmodes/flyspell.el (flyspell-incorrect-face)
219 (flyspell-duplicate-face):
220 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
49c539a1 221 * textmodes/texinfo.el (texinfo-heading-face):
c4f6e489
GM
222 Mark face aliases with "-face" suffix as obsolete.
223
d80619fa
GM
224 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
225 compiler.
226
5f68c1b7
GM
227 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
228 (eudc-bob-sound-menu): Use defvar rather than defconst, since
229 easy-menu-define wants to modify these.
230
231 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
232
233 * net/browse-url.el (browse-url-file-url):
234 * term/internal.el (dos-codepage-setup):
235 Use default-value rather than default-enable-multibyte-characters.
236
d80619fa 237 * progmodes/etags.el (etags-goto-tag-location):
5f68c1b7
GM
238 * progmodes/flymake.el (flymake-highlight-line)
239 (flymake-goto-file-and-line, flymake-goto-line):
240 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
241 (gdb-goto-breakpoint):
242 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
243 * progmodes/python.el (python-find-function)
244 (python-pdbtrack-track-stack-file):
245 * progmodes/verilog-mode.el (verilog-surelint-off):
246 * term/ns-win.el (ns-open-file-select-line):
247 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
248 Use forward-line rather than goto-line.
249
d63eb0e7
GM
250 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
251 * textmodes/reftex-index.el (reftex-display-index):
252 * textmodes/reftex-ref.el (reftex-offer-label-menu):
253 * textmodes/reftex-toc.el (reftex-toc):
254 Remove unnecessary bindings of default-major-mode (all are followed by
255 major-mode check and possible mode switch).
256
0afad278
NR
2572009-08-31 Nick Roberts <nickrob@snap.net.nz>
258
259 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
260 Handle watchpoints (bug#4282).
261 (def-gdb-thread-buffer-command): Enable thread to be selected by
262 clicking without selecting threads buffer first.
263 (gdb-current-context-command): Use selected frame so that "up",
264 "down" etc work in the GUD buffer.
265 (gdb-update): Find selected frame before rendering stack buffer.
266 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
267
4e135dd2
SM
2682009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
269
270 * progmodes/sym-comp.el (displayed-completions): Remove.
271 (symbol-complete): Use minibuffer-complete.
272
e61eba34
GM
2732009-08-31 Glenn Morris <rgm@gnu.org>
274
275 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
276
734db384
SM
277 * apropos.el (apropos-symbols-internal):
278 Handle (obsolete) face aliases.
e61eba34
GM
279
280 * faces.el (describe-face): Adjust the output format to be more like
281 describe-variable, and to mention (obsolete) face aliases.
282 Adjust the whitespace so that help-setup-xref works.
283
284 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
285 * calendar/diary-lib.el (diary-button-face):
286 Mark these face aliases as obsolete.
287
288 * calendar/calendar.el (calendar-today): Doc fix.
289
4cf71456
NR
2902009-08-31 Nick Roberts <nickrob@snap.net.nz>
291
292 * progmodes/gdb-mi.el (gdb-control-all-threads)
293 (gdb-control-current-thread): Force tool bar update.
294 (gdb-non-stop-handler): New function.
295 (gdb-init-1): Use it to test if non-stop mode is supported.
296 Remove unused gdbmi buffer type.
297
e61eba34 2982009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
6830f449
JL
299
300 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
301 buffer names not visiting a file (e.g. cloned buffers).
302
4324f7ca
NR
3032009-08-30 Nick Roberts <nickrob@snap.net.nz>
304
305 * comint.el (comint-exec-1): Check command is non-null first.
306 Part of gdb-mi.el change (2009-08-28).
307
a1bf889a
SM
3082009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
309
310 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
311
060c08b5
JB
3122009-08-30 Juanma Barranquero <lekktu@gmail.com>
313
314 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
315 instead of `dolist' to avoid a recursive require when bootstrapping.
316
ab22be48
SM
3172009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
318
73ebf88f
SM
319 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
320
80629cfc
SM
321 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
322
206d0387 323 * net/imap.el (imap-send-command): Simplify.
734db384 324 (imap-wait-for-tag): point-max -> buffer-size.
206d0387 325
844f7784
SM
326 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
327
5ca4661e
SM
328 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
329 with constant argument.
330
c61dc887
SM
331 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
332
7eb73deb
SM
333 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
334
5fe443de
SM
335 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
336 Change default, since most of our files don't have a history.
337 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
338 the user.
339
6444d64a
SM
340 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
341 Add comint-run.
342
5cb16bfc
SM
343 * calc/calc.el: Improve commenting convention.
344 (calc-digit-map, toplevel): Simplify.
345
0aeb71a7
SM
346 * comint.el (comint-insert-input): Be careful to only set point if we
347 don't delegate to some other command.
348
9a9af856
SM
349 * proced.el (proced-signal-list): Make it an alist.
350 (proced-grammar-alist): Capitalize names.
351 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
352 Disable undo manually and make it read-only.
353 Use completion-annotate-function.
354
ab22be48
SM
355 * minibuffer.el (minibuffer-message): If the current buffer is not
356 a minibuffer, insert the message in the echo area rather than at the
357 end of the buffer.
358 (completion-annotate-function): New variable.
359 (minibuffer-completion-help): Use it.
360 (completion--embedded-envvar-table): Environment vars are
361 always case-sensitive.
362
4a948dbf
GM
3632009-08-30 Glenn Morris <rgm@gnu.org>
364
365 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
366 from fortran-current-defun.
367 (fortran-beginning-of-subprogram): Be more precise about finding the
368 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
369 (fortran-end-of-subprogram): Simplify.
370 (fortran-current-defun): Use fortran-start-prog-re.
371
486cf3b8
JB
3722009-08-29 Juanma Barranquero <lekktu@gmail.com>
373
374 * subr.el (do-after-load-evaluation): Simplify.
375
db167d28
DN
3762009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
377
378 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
379
380 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
381 (vc-rcs-print-log): Use it.
382
383 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
384
efbc652a
SM
3852009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
386
2aa0e5bf
SM
387 * paths.el (abbrev-file-name): Move to abbrev.el.
388 * abbrev.el (abbrev-file-name): Move from paths.el.
389 Obey user-emacs-directory.
390 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
391 user-emacs-directory.
392 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
393 abbrev-file-name and calc-settings-file any more.
394 * startup.el (command-line): Recompute abbrev-file-name and
395 abbreviated-home-dir.
396 (normal-no-mouse-startup-screen): Improve the generic code and get rid
397 of the special code for when C-h bindings haven't been changed.
398 (display-startup-echo-area-message): Use with-current-buffer.
399 (command-line-1): Use a list of strings, rather than a list of lists
400 of strings for longopts.
401
51da8fe2
SM
402 * files.el (get-free-disk-space): Use / for default-directory.
403
0c3cc4dd
SM
404 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
405 Use with-current-buffer.
406
d988dbf6
SM
407 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
408 Recognize immutable variables like most-positive-fixnum.
409 (byte-compile-setq-default): Check and warn if trying to assign
410 to an immutable variable, or a non-variable.
411
efbc652a
SM
412 * progmodes/cc-vars.el (c-comment-continuation-stars):
413 * progmodes/cc-engine.el (c-looking-at-bos):
414 * progmodes/cc-cmds.el (c-toggle-auto-state)
415 (c-forward-into-nomenclature, c-backward-into-nomenclature)
416 (c-comment-line-break-function): Add version of obsolescence.
417
d30a05d1
JL
4182009-08-28 Juri Linkov <juri@jurta.org>
419
420 * files.el (magic-fallback-mode-alist): Add ZIP magic number
421 associated with `archive-mode'.
422
423 * image.el (image-type-header-regexps): Use only JPEG magic number
424 to determine JPEG images, and don't use `image-jpeg-p' because
425 Emacs can display non-JFIF non-Exif JPEG images.
426
1e8eecea
JB
4272009-08-28 Juanma Barranquero <lekktu@gmail.com>
428
429 * arc-mode.el (archive-mode):
430 * emacs-lisp/re-builder.el (re-builder-unload-function):
431 Protect against the default value of `major-mode' being nil.
432
dd4fbf56
JB
4332009-08-28 Juanma Barranquero <lekktu@gmail.com>
434
435 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
436 Fix typos in docstrings.
437
438 * progmodes/js.el (js--macro-decl-re): Doc fix.
439 (js--plain-method-re, js--split-name): Refloc docstring.
440 (js--class-styles, js--make-merged-item, js--splice-into-items):
441 Fix typos in docstrings; reflow docstrings.
442 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
443 (js--variable-decl-matcher, js--inside-pitem-p)
444 (js--parse-state-at-point, js--get-all-known-symbols)
445 (js--symbol-history, js-find-symbol, js--js-references)
446 (js--moz-interactor, js--js-encode-value, js--read-tab):
447 Fix typos in docstrings.
448
72f16325
SM
4492009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
450
14acf2f5
SM
451 * textmodes/reftex.el (reftex-get-file-buffer-force):
452 * progmodes/verilog-mode.el (verilog-batch-execute-func):
453 * emulation/viper.el (viper-go-away, viper-set-hooks):
454 * emacs-lisp/re-builder.el (re-builder-unload-function):
455 * emacs-lisp/bytecomp.el (byte-compile-file):
456 * ses.el (ses-unload-function):
457 * hexl.el (hexl-find-file):
458 * files.el (normal-mode):
459 * ehelp.el (with-electric-help):
460 * autoinsert.el (auto-insert-alist):
461 * arc-mode.el (archive-mode):
462 Use (default-value 'major-mode) instead of default-major-mode.
463
72f16325
SM
464 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
465 * international/mule.el (load-with-code-conversion):
466 * emacs-lisp/debug.el (debug):
467 * ediff-vers.el (ediff-rcs-get-output-buffer):
468 * dired.el (dired-internal-noselect): Don't let-bind
469 default-major-mode around code that doesn't use it.
470 E.g. buffer creation via get-buffer-create doesn't use it.
471
aa485f7c
MA
4722009-08-28 Michael Albinus <michael.albinus@gmx.de>
473
474 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
475 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
476 when writing the temp file. Otherwise, epa-file gets confused.
477 (tramp-register-file-name-handlers): Make it a defun. Move also
478 `epa-file-handler' to the front of `file-name-handler-alist'.
479
4802009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
481
482 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
483 start right after a ^M.
484 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
485 (tramp-completion-file-name-regexp-separate)
486 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
72f16325
SM
487 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
488 Don't modify last-coding-system-used by accident.
aa485f7c
MA
489 (tramp-completion-file-name-handler): Apply the checks here,
490 instead during registration.
491 (tramp-register-file-name-handlers) Renamed from
492 `tramp-register-file-name-handler'. Register both
493 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
72f16325 494 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
aa485f7c 495
3f0c2b92
NR
4962009-08-28 Nick Roberts <nickrob@snap.net.nz>
497
72f16325
SM
498 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
499 Remove variable ...
3f0c2b92
NR
500 (gdb-init-1, gdb-display-separate-io-buffer)
501 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
502 references to it.
503 (gdb-inferior-io-mode): Use make-comint-in-buffer.
504 (gdb-inferior-filter): Use comint-output-filter to stop
505 echoing and remove ^M characters.
506
705e5bd9
SM
5072009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
508
009fdc2e
SM
509 * emulation/viper-init.el (viper-restore-cursor-type):
510 * emulation/cua-base.el (cua--update-indications):
511 Replace default-cursor-type with (default-value 'cursor-type).
512
b56a5ae0
SM
513 * mail/sendmail.el (mail-recover-1):
514 * international/mule-diag.el (describe-current-coding-system-briefly)
515 (describe-current-coding-system):
516 * international/mule-cmds.el (select-safe-coding-system)
517 (select-message-coding-system)
518 (set-language-environment-coding-systems, set-locale-environment):
519 * hexl.el (hexl-insert-multibyte-char):
520 * dos-w32.el (find-buffer-file-type-coding-system):
521 * simple.el (what-cursor-position):
522 Replace uses of default-buffer-file-coding-system
523 with (default-value 'buffer-file-coding-system).
524
de70529f
SM
525 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
526 Replace uses of default-cursor-in-non-selected-windows
527 with (default-value 'cursor-in-non-selected-windows).
528 Use with-current-buffer.
529
705e5bd9
SM
530 * mail/feedmail.el: Use CL macros.
531 (feedmail-run-the-queue, feedmail-send-it-immediately):
532 * dos-w32.el (find-buffer-file-type): Replace uses of
533 default-buffer-file-type with (default-value 'buffer-file-type).
534
4d985ac2
GM
5352009-08-28 Glenn Morris <rgm@gnu.org>
536
537 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
538 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
539 Use default-value of major-mode rather than default-major-mode.
540
17c15b81
SM
5412009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
542
3a68ab06
SM
543 * Makefile.in (update-elcfiles): Report left over elc files.
544
9421bdd1
SM
545 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
546 expand-file-name and with-current-buffer.
547 (mail-get-names, mail-directory): Use with-current-buffer.
548
17c15b81
SM
549 * vc.el (vc-read-revision): New function.
550 (vc-version-diff, vc-merge): Use it.
551
ba83a64e
SS
5522009-08-27 Sam Steingold <sds@gnu.org>
553
554 * simple.el (kill-do-not-save-duplicates): New user option.
555 (kill-new): When it is non-nil, and the new string is the same as
556 the latest kill, set replace to t to avoid duplicates in kill-ring.
557
be3e598a 5582009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
d5b5c94a
MA
559
560 * net/tramp.el (tramp-handle-process-file): Do not flush all
561 caches when `process-file-side-effects' is set.
562 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
17c15b81
SM
563 instead of `tramp-find-file-exists-command'.
564 Unset `process-file-side-effects'.
d5b5c94a
MA
565
5662009-08-27 Michael Albinus <michael.albinus@gmx.de>
567
568 * net/tramp.el (tramp-methods): New method "rsyncc".
569 (top): Add completion function for "rsyncc".
570 (tramp-message-show-message): New defvar.
571 (tramp-message, tramp-error): Use it.
572 (tramp-do-copy-or-rename-file-directly): Extend check for direct
573 remote copying.
574 (tramp-do-copy-or-rename-file-out-of-band): Handle new
575 `tramp-methods' entry `copy-env' of "rsyncc".
576 (tramp-vc-registered-read-file-names): New defconst.
577 (tramp-vc-registered-file-names): New defvar.
578 (tramp-handle-vc-registered): Implement optimization strategy.
579 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
580 (tramp-vc-file-name-handler): New defun.
581 (tramp-get-ls-command, tramp-get-test-command)
582 (tramp-get-file-exists-command, tramp-get-remote-ln)
583 (tramp-get-remote-perl, tramp-get-remote-stat)
17c15b81 584 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
d5b5c94a
MA
585
586 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
587 (tramp-cache-inhibit-cache): Extend doc string. It allows also
588 timestamps.
589 (tramp-get-file-property): Check for timestamps in
590 `tramp-cache-inhibit-cache'.
591 (tramp-set-file-property): Write timestamp.
592
1339cf20
KH
5932009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
594
595 * language/japan-util.el (japanese-symbol-table): Add entries for
596 cp932-2-byte.
597
598 * international/characters.el: Add category `j' to cp932-2-byte.
599
726e3f1d
KH
6002009-08-27 Kenichi Handa <handa@m17n.org>
601
602 * international/fontset.el (build-default-fontset-data): New macro.
603 (setup-default-fontset): Use build-default-fontset-data for CJK,
7b6fefac 604 tibetan, ethiopic, and ipa.
726e3f1d 605
4e3b4528
SM
6062009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
607
608 * cus-start.el (default-major-mode): Customize `major-mode' instead.
609 (enable-multibyte-characters): Not customizable any more.
610
611 * subr.el (default-mode-line-format, default-header-line-format)
612 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
613 (default-direction-reversed, default-truncate-lines)
614 (default-left-margin, default-tab-width, default-case-fold-search)
615 (default-left-margin-width, default-right-margin-width)
616 (default-left-fringe-width, default-right-fringe-width)
617 (default-fringes-outside-margins, default-scroll-bar-width)
618 (default-vertical-scroll-bar, default-indicate-empty-lines)
619 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
620 (default-fringe-cursor-alist, default-scroll-up-aggressively)
621 (default-scroll-down-aggressively, default-fill-column)
622 (default-cursor-type, default-buffer-file-type)
623 (default-cursor-in-non-selected-windows)
624 (default-buffer-file-coding-system, default-major-mode)
625 (default-enable-multibyte-characters): Mark as obsolete.
626
b3cca6a6
DN
6272009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
628
652cc1a2
DN
629 * vc-dir.el (vc-dir-update): Remove debug helper.
630
b3cca6a6
DN
631 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
632
4ed8c7aa
SS
6332009-08-26 Sam Steingold <sds@gnu.org>
634
635 * simple.el (save-interprogram-paste-before-kill): New user option.
636 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
637 save the interprogram-paste into kill-ring before overriding it
638 with the Emacs kill.
639
3b64d86b
DN
6402009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
641
642 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
643 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
644 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
645 and move to vc-rcs.el.
646 (vc-default-next-revision): Rename to vc-rcs-next-revision and
647 move to vc-rcs.el.
648 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
649 (vc-rcs-update-changelog): Remove.
650 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
651 and move to vc-rcs.el.
652
653 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
654 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
655 renaming.
656 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
72f16325 657 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
3b64d86b
DN
658 vc.el, renamed to be RCS specific.
659
72f16325
SM
660 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
661 New functions.
662 (vc-cvs-update-changelog): Move here from vc.el.
3b64d86b
DN
663
664 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
665 New functions.
666
636a36a0
SM
6672009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
668
669 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
670
239b3340
DN
6712009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
672
b91f0762 673 * vc-git.el (vc-git-register): Use "git add" for directories.
2ddf440d
DN
674 (vc-git-stash, vc-git-stash-show): New functions.
675 (vc-git-extra-menu-map): Bind them.
b91f0762 676
b8e54362
DN
677 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
678 directory correctly in case the item is a directory itself.
679
239b3340
DN
680 * vc.el: Document the desired behavior for reverted files in the
681 `added' state.
dc810649
DN
682 (vc-default-prettify-state-info): Remove function, unused.
683
684 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
239b3340 685
e49c0179
GM
6862009-08-26 Glenn Morris <rgm@gnu.org>
687
688 * bindings.el (standard-mode-line-format): Reposition dashes in
689 which-func entry. (Bug#4217)
690
3029e594
GM
691 * files.el (enable-local-variables, enable-local-eval)
692 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
693 the defcustoms.
694 (auto-mode-alist, ignored-local-variables)
695 (save-some-buffers-action-alist): Move risky declarations to the
696 definitions.
697 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
698 (font-lock-defaults, format-alist, imenu--index-alist)
699 (imenu-generic-expression, input-method-alist, minor-mode-alist)
700 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
701 (mode-line-modified, mode-line-mule-info, mode-line-position)
702 (mode-line-process, mode-line-remote, outline-level)
703 (parse-time-rules, rmail-output-file-alist)
704 (special-display-buffer-names, vc-mode):
705 Move risky declarations to the relevant files.
72f16325
SM
706 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
707 (mode-line-modified, mode-line-process, mode-line-position)
3029e594
GM
708 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
709 * font-core.el (font-lock-defaults):
710 * format.el (format-alist):
711 * vc-hooks.el (vc-mode):
712 * window.el (special-display-buffer-names):
713 * international/mule-cmds.el (input-method-alist):
714 Define riskiness here (dumped file) rather than in files.el.
715 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
716 * imenu.el (imenu-generic-expression, imenu--index-alist):
717 * outline.el (outline-level):
718 * time.el (display-time-string):
719 * calendar/parse-time.el (parse-time-rules):
720 * mail/rmailout.el (rmail-output-file-alist):
721 Autoload riskiness here, rather than placing in files.el.
722
8476cfaf
SM
7232009-08-26 Andreas Schwab <schwab@linux-m68k.org>
724
725 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
726
0b35b48e
MA
7272009-08-25 Michael Albinus <michael.albinus@gmx.de>
728
729 * simple.el (process-file-side-effects): New defvar.
730
731 * dired-aux.el (dired-show-file-type):
732 * vc.el (vc-diff-internal):
733 * vc-arch.el (vc-arch-diff):
734 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
735 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
736 * vc-git.el (vc-git-registered, vc-git-working-revision)
737 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
738 (vc-git--empty-db-p):
739 * vc-hooks.el (vc-user-login-name):
740 * vc-svn.el (vc-svn-registered, vc-svn-state)
741 (vc-svn-dir-extra-headers, vc-svn-find-revision):
742 * progmodes/grep.el (grep-probe): Let-bind
743 `process-file-side-effects' with nil.
744
745 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
746
747 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
748 daemon. Replace ping by checking for running service for bluez
749 and zeroconf. (Bug#4239)
750
d54cc599
GM
7512009-08-25 Kevin Ryde <user42@zip.com.au>
752
753 * net/dig.el (dig): Add autoload cookie.
754
7bfd055d
GM
7552009-08-25 Glenn Morris <rgm@gnu.org>
756
bac9c66c
GM
757 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
758 load-history for absolute file-names.
759 (byte-compile-file-form-require): Warn about use of the cl package.
760
7bfd055d
GM
761 * format.el (format-alist): Doc fix.
762
5ac1f9e0
GM
763 * play/bubbles.el (top-level): Don't require cl at run-time.
764
af62aa88
GM
765 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
766 run-time cl).
767
71e036af
DD
7682009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
769
770 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
771 from cl package.
772 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
773
42110eaf
JB
7742009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
775
776 * calc/calc-alg.el (math-trig-rewrite)
777 (math-hyperbolic-trig-rewrite): New functions.
778 (calc-simplify): Simplify trig functions when asked.
779
88421f3e
SM
7802009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
781
782 * diff-mode.el (diff-find-source-location): Avoid goto-line.
783
dbd9624e
KH
7842009-08-24 Kenichi Handa <handa@m17n.org>
785
786 * language/ind-util.el (mapthread): Delete it.
787 (combinatorial): New function.
788 (indian--puthash-cv): Use combinatorial instead of mapthread.
789
9b89e3ee
GM
7902009-08-22 Kevin Ryde <user42@zip.com.au>
791
792 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
793 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
794 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
795 Clarify docstring that the value is strings not symbols.
796 (checkdoc-list-of-strings-p): New function.
797
e6ce8c42
GM
7982009-08-22 Glenn Morris <rgm@gnu.org>
799
2ddf2ea6 800 * files.el (auto-mode-alist):
a3374680
GM
801 * hippie-exp.el (he-concat-directory-file-name):
802 * lpr.el (lpr-windows-system, printer-name):
803 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
804 * ps-print.el (ps-windows-system):
805 * startup.el (command-line):
806 * emulation/viper-ex.el (viper-glob-function):
807 * international/mule-cmds.el (set-language-environment-coding-systems):
808 * net/ange-ftp.el (ange-ftp-write-region):
809 * obsolete/fast-lock.el (fast-lock-cache-name):
2ddf2ea6 810 Remove code for defunct system-types emx, macos, mswindows, next-mach,
a3374680
GM
811 unisoft-unix, vax-vms, win32, w32.
812
977955fa
GM
813 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
814 given name if the pattern is not more specific.
815
b4deec2e
GM
816 * calendar/lunar.el (lunar-phase-names): New option.
817 (lunar-phase): Doc fix.
818 (lunar-cycles-per-year): New constant.
819 (lunar-index): New function.
820 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
821 (lunar-phase-name): Use lunar-phase-names.
822 (calendar-lunar-phases): Use format.
823 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
824
47e83968
GM
825 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
826 Copy imenu-example--name-and-position function here for own use.
827 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
828
e6ce8c42
GM
829 * bs.el (bs--redisplay):
830 * cus-edit.el (custom-redraw):
831 * ibuffer.el (ibuffer-bury-buffer):
832 * server.el (server-goto-line-column):
833 * startup.el (command-line-1):
834 * strokes.el (strokes-xpm-for-stroke):
835 * term.el (term-display-buffer-line):
836 * view.el (View-goto-line):
837 * calc/calc.el (calc-do, calc-trail-buffer):
838 * play/gamegrid.el (gamegrid-add-score-insecure):
839 * progmodes/ada-mode.el (ada-compile-goto-error):
840 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
841 (ebrowse-select-1st-to-9nth):
47e83968 842 * progmodes/cperl-mode.el (cperl-time-fontification):
e6ce8c42
GM
843 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
844 * progmodes/gud.el (gud-display-line):
845 (idlwave-shell-display-line):
846 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
847 * progmodes/make-mode.el (makefile-browser-toggle):
848 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
849 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
850 * textmodes/picture.el (picture-draw-rectangle):
851 * textmodes/reftex-index.el (reftex-index-goto-letter):
852 (reftex-select-jump-to-previous):
853 * textmodes/reftex-sel.el (reftex-find-start-point)
854 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
855 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
856 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
857 * textmodes/tex-mode.el (tex-compilation-parse-errors):
858 * textmodes/two-column.el (2C-associated-buffer):
859 Use forward-line rather than goto-line.
860
861 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
862 goto-line.
863
4b18bdb3
GM
864 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
865 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
866 (quick-check-list-to-regexp): Declare.
e6ce8c42 867
72f16325
SM
868 * progmodes/make-mode.el (makefile-browser-insert-selection):
869 Use goto-char rather than goto-line.
e6ce8c42
GM
870
871 * progmodes/prolog.el (compilation-error-regexp-alist)
872 (compilation-forget-errors): Declare.
873
32a2cf25
JL
8742009-08-22 Juri Linkov <juri@jurta.org>
875
876 * progmodes/grep.el (lgrep, rgrep): At the beginning
877 set `dir' to `default-directory' unless `dir' is a non-nil
878 readable directory. (Bug#4052)
879 (lgrep, rgrep): Change a weird way to report an error
880 from using `read-string' to using `error'.
881 Instead of using interactive arguments in the function body,
882 add new argument `confirm'.
883
5443c9b7
SM
8842009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
885
cb5b40ee
SM
886 * textmodes/remember.el (remember-buffer):
887 * progmodes/cperl-mode.el (cperl-vc-header-alist):
888 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
889 (icalendar-extract-ical-from-buffer):
5443c9b7
SM
890 * net/newst-treeview.el (newsticker-groups-filename):
891 * net/newst-backend.el (newsticker-cache-filename):
892 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
893 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
894 (speedbar-add-ignored-path-regexp, speedbar-line-path)
895 (speedbar-buffers-line-path, speedbar-path-line)
896 (speedbar-buffers-line-path):
897 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
898 (epg-sign-keys):
899 * epa.el (epa-display-verify-result):
900 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
901
d6261cc1
GM
9022009-08-21 Glenn Morris <rgm@gnu.org>
903
3e1ea342
GM
904 * progmodes/js.el (inferior-moz-process): Fix declaration.
905
ce86eeb5
GM
906 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
907
fff28970
GM
908 * obsolete/rnewspost.el (news-mail-reply):
909 Use goto-char rather than goto-line.
910
d93e053b
GM
911 * term/ns-win.el (ns-open-file-select-line):
912 Use line-beginning-position rather than goto-line.
913
d5d105e8
GM
914 * apropos.el (apropos-command):
915 * ehelp.el (electric-helpify):
916 * printing.el (pr-show-setup):
917 * strokes.el (strokes-help):
918 * tutorial.el (tutorial--describe-nonstandard-key)
919 (tutorial--detailed-help):
920 * woman.el (woman-mini-help, woman-display-extended-fonts):
921 * calc/calc-help.el (calc-describe-key):
922 * emulation/edt.el (edt-electric-helpify):
923 * international/mule-diag.el (mule-diag):
924 * play/yow.el (apropos-zippy):
925 * progmodes/python.el (python-describe-symbol):
926 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
927 * textmodes/table.el (*table--cell-describe-mode)
928 (*table--cell-describe-bindings):
929 Use help-print-return-message rather than the now obsolete alias.
930
a8ab722f 931 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
9b4c5ecd
GM
932 (calendar-cursor-to-visible-date):
933 * play/5x5.el (5x5-position-cursor):
934 * play/decipher.el (decipher):
935 * play/gomoku.el (gomoku-goto-xy):
936 * play/landmark.el (lm-goto-xy):
937 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
938 (mpuz-paint-digit):
939 Use forward-line, not goto-line.
a8ab722f 940
d6261cc1
GM
941 * mail/rmail.el (rmail-obsolete): Delete custom group.
942 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
943 (rmail-remote-password, rmail-remote-password-required):
944 Remove unneeded :set-after and :set properties.
945
9e846523
MA
9462009-08-21 Michael Albinus <michael.albinus@gmx.de>
947
948 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
949
bbe1f502
DN
9502009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
951
bcc5db24
DN
952 * loadup.el: Remove leftover macos code.
953
bbe1f502
DN
954 * vc-git.el (vc-git-annotate-command): Run asynchronously.
955 Explicitly pass the date format to git blame so that user local
956 so that the output format can be parsed.
957
6fd2d19a
MA
9582009-08-20 Michael Albinus <michael.albinus@gmx.de>
959
960 * net/dbus.el (top): Don't check for (getenv
961 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
962
31764e15
SM
9632009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
964
965 * log-edit.el (log-edit-strip-single-file-name): New var.
5443c9b7 966 (log-edit-insert-changelog): Use it. Bug#3571
31764e15 967
28930e39
SM
9682009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
969
4fd15622 970 * subr.el (read-passwd): Use read-key so keypad keys work as well.
31764e15 971 Bug#3287
4fd15622 972
b3d8e4a0
SM
973 * help.el (help-print-return-message): Rename from
974 print-help-return-message.
975
c9829c70
SM
976 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
977 cvs-mode-map parent hack.
978 (log-view-mode): Derive from special-mode.
979
b932657b
SM
980 * linum.el (linum-mode): window-size-change-functions is redundant.
981 Adapt to new window-configuration-change-hook behavior.
982 (linum-after-size, linum-after-config): Remove.
983
1b700bca
SM
984 * imenu.el (imenu-example--name-and-position)
985 (imenu-example--lisp-extract-index-name)
986 (imenu-example--create-lisp-index, imenu-example--create-c-index):
987 Mark as obsolete.
988
28930e39
SM
989 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
990 (inferior-prolog-mode): Use it.
991 (inferior-prolog-load-file): Reset list of errors.
992
c9af0b68
KH
9932009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
994
995 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
996
997 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
998
720c7cd6
MA
9992009-08-19 Michael Albinus <michael.albinus@gmx.de>
1000
1001 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
1002 is running already.
1003
03a74b84
SM
10042009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
1005
1006 * subr.el (listify-key-sequence-1): Use normal syntax since those
1007 integers are nowadays always represented by the same (positive) number
1008 on all platforms.
1009 (read-key-empty-map): New const.
1010 (read-key-delay): New var.
1011 (read-key): New function.
1012 (force-mode-line-update): Use with-current-buffer.
1013 (locate-user-emacs-file): Don't forget to abbreviate the file name.
1014 (start-process-shell-command, start-file-process-shell-command):
1015 Discourage the use of command-args.
1016
f43e88d4
GM
10172009-08-19 Glenn Morris <rgm@gnu.org>
1018
1019 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
1020
890429cc
SM
10212009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
1022
85be9ec4
SM
1023 * simple.el (choose-completion-string): Don't rely on
1024 minibuffer-completing-file-name and ad-hoc checks to decide whether
1025 to continue completion or not.
1026
890429cc
SM
1027 * minibuffer.el (minibuffer-hide-completions): New function.
1028 (completion--do-completion): Use it.
1029 (completions-annotations): New face.
1030 (completion--insert-strings): Use it.
1031 (completion-pcm--delim-wild-regex): Add docstring.
1032 (completion-pcm--string->pattern): Add support for 0-width delimiters
1033 in completion-pcm--delim-wild-regex.
1034
265d4549
SM
10352009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
1036
d440b941
SM
1037 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
1038 Remove unused var `buffer-modified-p'.
1039
265d4549
SM
1040 * minibuffer.el (completion--do-completion): Move point for the #b001
1041 case as well (bug#4176).
1042 (minibuffer-complete, minibuffer-complete-word): Don't move point.
1043
ba6f7d86
MA
10442009-08-18 Michael Albinus <michael.albinus@gmx.de>
1045
1046 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
1047 and :session buses.
1048
98819490
KH
10492009-08-18 Kenichi Handa <handa@m17n.org>
1050
265d4549
SM
1051 * international/ucs-normalize.el (ucs-normalize-version):
1052 Change to 1.1.
58627cf0
KH
1053 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
1054 (utf-8-hfs): Make it perform normalization on encoding too.
1055
98819490
KH
1056 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
1057 (sentence-end-without-space): Delete duplicated chars.
1058 (sentence-end-base): Likewise.
e739cc85
KH
1059
1060 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
1061 (html-mode): Delete duplicated chars from sentence-end-base.
1062
1063 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
1064 (texinfo-mode): Delete duplicated chars from sentence-end-base.
98819490 1065
645b9326
CY
10662009-08-17 Chong Yidong <cyd@stupidchicken.com>
1067
1068 * files.el (hack-one-local-variable): If the mode function is for
1069 a minor mode, pass it an argument (Bug#4148).
1070
56c195af
MA
10712009-08-17 Michael Albinus <michael.albinus@gmx.de>
1072
1073 * net/tramp.el (tramp-register-completion-file-name-handler):
1074 Check also for (member 'partial-completion completion-styles).
1075
7a55c78b
CY
10762009-08-16 Chong Yidong <cyd@stupidchicken.com>
1077
1078 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
1079 abbrev (Bug#3943).
1080
be3e598a 10812009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
8c777c8d
CY
1082
1083 * progmodes/cperl-mode.el: Merge upstream 6.2.
1084 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
1085 (cperl-forward-re): Check cperl-brace-recursing.
1086 (cperl-highlight-charclass): New function.
1087 (cperl-find-pods-heres): Use it.
1088 (cperl-fill-paragraph): Synch to save-excursion placement used
1089 upstream.
1090 (cperl-beautify-regexp-piece): Fix column calculation.
1091 (cperl-make-regexp-x): Handle case where point is between "q" and
1092 "rs".
1093 (cperl-beautify-level): Don't process entire regexp.
1094 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
1095 calling man.
1096 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
1097 (cperl-init-faces): Build a list in the normal way.
1098
81b1f9c9
CY
10992009-08-16 Chong Yidong <cyd@stupidchicken.com>
1100
1101 * calendar/parse-time.el (parse-time-string-chars): Save match
1102 data.
1103
c3732cb8
SM
11042009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
1105
55659495
SM
1106 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
1107 (sql-product): Use it.
1108 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
1109 (sql-set-product): Add completion.
1110 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
1111 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
1112 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
1113 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
1114 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
1115 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
1116 (sql-highlight-db2-keywords): Remove.
1117 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
1118 (sql-highlight-product): Use derived-mode-p.
1119 (sql-set-sqli-buffer): Use with-current-buffer.
1120 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
1121 Simplify.
1122
1ae79427
SM
1123 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
1124
c3732cb8
SM
1125 * term.el: Fix commenting convention, turn comments into docstrings.
1126
f24b8bf3
CY
11272009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
1128
1129 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
1130
7b6fefac 11312009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
e1bdde78 1132
1200ac26 1133 * calendar/parse-time.el (parse-time-string-chars): Compute using
d0d3f6e9
CY
1134 character classes, to handle non-ascii characters (Bug#3190).
1135
11362009-08-16 Chong Yidong <cyd@stupidchicken.com>
1200ac26 1137
1abbe4e5
CY
1138 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
1139 another heredoc if the user adds another < (Bug#3226).
1140
c3732cb8
SM
1141 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
1142 Don't initialize based on window-system (Bug#4124).
19261da4 1143
daad00fc
CY
1144 * facemenu.el (facemenu-read-color): Use a completion function
1145 that accepts any defined color, such as RGB triplets (Bug#3677).
1146
e1bdde78
CY
1147 * files.el (get-free-disk-space): Change fallback default
1148 directory to /. Expand DIR argument before switching to fallback.
1149 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
1150
9d73a99e
CY
11512009-08-15 Chong Yidong <cyd@stupidchicken.com>
1152
1153 * files.el (load-library): Doc fix.
1154
68b962d4 11552009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
9d73a99e 1156
c3732cb8
SM
1157 * viper-cmd.el (viper-insert-isearch-string): New function.
1158 (viper-if-string): Redefine C-s in the minibuffer to insert the last
68b962d4 1159 incremental search string.
9d73a99e 1160
c3732cb8 1161 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
68b962d4 1162 XEmacs.
9d73a99e 1163
c3732cb8
SM
1164 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
1165 (ediff-merge-region-is-non-clash)
1166 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
68b962d4 1167 Also check if the job is really a merge job.
9d73a99e 1168
c3732cb8 1169 * ediff.el (ediff-current-file): New function.
9d73a99e 1170
2e330adc
CY
11712009-08-15 Chong Yidong <cyd@stupidchicken.com>
1172
1173 * progmodes/js.el: Edit docstrings throughout to follow Emacs
1174 conventions.
c3732cb8 1175 (js-insert-and-indent): Delete function.
2e330adc
CY
1176 (js-mode-map): Don't bind keys to js-insert-and-indent.
1177 (js-beginning-of-defun): Rename from js--beginning-of-defun.
1178 (js-end-of-defun): Rename from js--end-of-defun.
c3732cb8 1179 (js-auto-indent-flag): Delete variable.
2e330adc 1180
17b5d0f7
CY
11812009-08-14 Chong Yidong <cyd@stupidchicken.com>
1182
c3732cb8
SM
1183 * progmodes/js.el: Remove proclaim statement.
1184 Defvar which-func-imenu-joiner-function to silence compiler.
2e330adc 1185
ba2d8894
CY
1186 * files.el (auto-mode-alist): Use js-mode for .js files.
1187
c3732cb8 1188 * progmodes/js2-mode.el: Remove file.
17b5d0f7
CY
1189
1190 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
1191
1192 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
1193
c3732cb8 1194 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
17b5d0f7
CY
1195
11962009-08-14 Daniel Colascione <dan.colascione@gmail.com>
7b6fefac 1197 Karl Landstrom <karl.landstrom@brgeight.se>
17b5d0f7
CY
1198
1199 * progmodes/js.el: New file.
1200
b6377f1d
MH
12012009-08-14 Mark A. Hershberger <mah@everybody.org>
1202
1203 * timezone.el (timezone-parse-date): Add ability to understand ISO
1204 basic format (minimal separators) dates in addition to the
1205 already-supported extended format dates.
1206
bc0eef46
EZ
12072009-08-14 Eli Zaretskii <eliz@gnu.org>
1208
4e021e65
EZ
1209 * international/ucs-normalize.el: Add a `coding' file variable.
1210
bc0eef46
EZ
1211 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
1212
53dab179
SS
12132009-08-14 Sam Steingold <sds@gnu.org>
1214
6801c38a 1215 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
53dab179 1216
6c58c39c
CY
12172009-08-13 Chong Yidong <cyd@stupidchicken.com>
1218
1219 * faces.el (help-argument-name): Define it here instead of
1220 help-fns.el, because in daemon mode help-fns.el may be loaded when
1221 faces are still uninitialized (Bug#1078).
1222
1223 * help-fns.el (help-argument-name): Move defface to faces.el.
1224
c7baf7e9
NR
12252009-08-13 Nick Roberts <nickrob@snap.net.nz>
1226
1227 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
1228 create buffer with a pty but no process so that GDB can make the
1229 inferior the controlling process.
1230
9c40e995 12312009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
d6d30064
KH
1232
1233 * international/ucs-normalize.el: New file.
1234
8cdba32b
RS
12352009-08-13 Richard Stallman <rms@gnu.org>
1236
5c950923
RS
1237 * mail/rmail.el (rmail-get-attr-names):
1238 Accept an attribute header that is too short.
1239
76e1e40b
RS
1240 * mail/rmail.el (rmail-forget-messages):
1241 Ignore nil elt in rmail-message-vector. Use dotimes.
1242
1fc01b08
RS
1243 * progmodes/compile.el (compilation-goto-locus):
1244 Use next-error-move-function.
1245
8cdba32b
RS
1246 * simple.el (next-error-move-function): New variable.
1247
99910cf4
JL
12482009-08-12 Juri Linkov <juri@jurta.org>
1249
1250 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
1251 always non-nil. (Bug#4052)
1252
1253 * replace.el (read-regexp): Return empty string when
1254 `default-value' is nil.
1255 (keep-lines-read-args): Don't use empty string as the
1256 default value for `read-regexp'. (Bug#2495)
1257
fc5bdf6c
JL
12582009-08-12 Juri Linkov <juri@jurta.org>
1259
1260 * international/mule-cmds.el (ucs-insert): Change arguments
1261 from `arg' to `character', `count', `inherit' to be the same
1262 as in `insert-char'. Doc fix. (Bug#4039)
1263
1264 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
1265
77748848
JL
12662009-08-12 Juri Linkov <juri@jurta.org>
1267
1268 * files-x.el: New file.
1269
1270 * files.el: Move code that deals with adding/deleting
1271 file/directory-local variables to files-x.el.
1272
1273 * Makefile.in (ELCFILES): Add files-x.elc.
1274
c8a44c4e
DD
12752009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
1276
27a9fd5a
DD
1277 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
1278 to use `goto-line'.
1279 (gdb-place-breakpoints, gdb-get-location): Rewritten without
1280 `goto-line'.
1281 (gdb-invalidate-disassembly): Do not refresh upon receiving
7b6fefac 1282 'update signal. Instead, update all disassembly buffers only after
27a9fd5a 1283 threads list.
cf6e27cf
DD
1284 (gdb): Send -target-detach when buffer is killed (#3794).
1285 (gdb-starting): Moved -data-list-register-names...
1286 (gdb-stopped): ...here so it's sent when first thread stops.
1287 (gdb-registers-handler-custom): Do nothing if register names are
1288 unknown yet.
27a9fd5a 1289
c8a44c4e
DD
1290 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
1291 from `gdb-mi.el' to avoid extra tangling.
1292
1293 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
7b6fefac 1294 change which breaks `gud-def' definitions used in `gdb'.
c8a44c4e
DD
1295 (gdb-update-gud-running): No extra fuss for updating frame number.
1296
dfd4e693
SM
12972009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
1298
51c4341f
SM
1299 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
1300 (describe-language-environment-map, setup-language-environment-map)
1301 (set-coding-system-map): Move initialization into declaration.
1302 (set-language-info-alist): Last arg to define-key-after can be skipped.
1303
1304 * international/quail.el (quail-completion-1): Simplify.
1305 (quail-define-rules): Use slightly more compact code.
1306 (quail-insert-decode-map): Propertize keys, compact columns.
1307
dfd4e693
SM
1308 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
1309 Add goto-line.
1310
83326559
MB
13112009-08-10 Miles Bader <miles@gnu.org>
1312
1313 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
1314 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
1315 (js2-instance-member, js2-private-member, js2-private-function-call)
1316 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
1317 (js2-magic-paren, js2-external-variable):
1318 Remove "-face" suffix from face names.
1319 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
1320 (js2-highlight-undeclared-vars, js2-peek-token)
1321 (js2-parse-function-params, js2-mode-show-errors)
1322 (js2-mode-show-warnings, js2-make-magic-delimiter)
1323 (js2-mode-highlight-magic-parens): Update to use new face names.
1324
8e754ea2
MA
13252009-08-09 Michael Albinus <michael.albinus@gmx.de>
1326
1327 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
1328 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
1329
1c292fc7
CY
13302009-08-09 Chong Yidong <cyd@stupidchicken.com>
1331
18d433a7
CY
1332 * subr.el: Provide hashtable-print-readable.
1333
1c292fc7
CY
1334 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
1335 hs-c-like-adjust-block-beginning.
1336 (hs-hide-block-at-point): Stop hiding at the beginning of
1337 hs-block-end-regexp (Bug#700).
1338
2db0ae07
DD
13392009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
1340
1341 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
1342 a macro.
1343 (gdb-registers-handler-custom): Do not fail when register names
1344 are unavailable.
1345
fe4740a6
DD
13462009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
1347
1348 * progmodes/gdb-mi.el (gdb-control-all-threads)
1349 (gdb-control-current-thread): Interactive setters for
1350 `gdb-gud-control-all-threads' to use in menu.
1351 (gdb-show-run-p): Show «Go» when process is not active.
7b6fefac 1352 (gud-tool-bar-map): Add non-stop/A,T indicator. Uses
fe4740a6
DD
1353 gud/thread.xpm and gud/all.xpm.
1354
ce299d55
CY
13552009-08-08 Yoni Rabkin <yoni@rabkins.net>
1356
1357 * net/net-utils.el (net-utils-font-lock-keywords): New var.
1358 (nslookup-font-lock-keywords): Make it a variable.
dba90ffd
CY
1359 (net-utils-mode): New mode for viewing diagnostic network output.
1360 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
1361 (net-utils-run-simple): New function.
1362 (ifconfig, iwconfig, netstat, arp, route): Use it.
ce299d55 1363
7c4654ad
DD
13642009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
1365
1366 * progmodes/gdb-mi.el (gdb-read-memory-custom)
1367 (gdb-memory-set-address, def-gdb-set-positive-number)
1368 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
1369 after changing settings.
1370 (gdb-invalidate-disassembly): Update when first shown.
1371 (gdb-edit-locals-value): Fixed.
1372 (gdb-registers-handler-custom): Print registers in right order and
1373 allow changing register values (only for current thread yet).
9cbac26b
DD
1374 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
1375 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
1376 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
1377 (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
1378 info in mode name.
1379 (gdb-registers-mode-map): TAB to switch to locals.
7c4654ad 1380
0f25a277
EZ
13812009-08-08 Eli Zaretskii <eliz@gnu.org>
1382
1383 * mail/rmail.el (rmail-add-mbox-headers)
1384 (rmail-set-message-counters-counter): Search for
1385 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
1386
b971be60
GM
13872009-08-08 Glenn Morris <rgm@gnu.org>
1388
1389 * Makefile.in (ELCFILES): Update.
1390
a35d3ad8
EZ
13912009-08-07 Eli Zaretskii <eliz@gnu.org>
1392
60c2df40
EZ
1393 * mail/sendmail.el (mail-yank-original): Set
1394 buffer-file-coding-system from the one used by the message whose
1395 text is yanked.
1396
8b0bcc2e
EZ
1397 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
1398 to "windows" when "pgnuplot" is used.
1399 (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
1400 call accept-process-output if "pgnuplot" is used.
1401 (calc-graph-init): Don't send -display and -geometry to
1402 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
1403 running "pgnuplot -V" with shell-command-to-string.
1404
1405 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
1406 the default.
1407
14082009-08-07 Eli Zaretskii <eliz@gnu.org>
1409
1410 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
a35d3ad8
EZ
1411 org/org-latex.elc.
1412
3bca7ca5
DN
14132009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
1414
3c53763c
DN
1415 * vc-dispatcher.el (vc-resynch-window): Update comment.
1416
3bca7ca5
DN
1417 * term.el (term-handle-ansi-escape): Add comments with the
1418 terminfo capabilities implemented.
1419
7b217360
DD
14202009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
1421
1422 * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
1423 (gdb-var-create-handler): Rewritten using JSON parser.
1424 (gdb-propertize-header): Moved earlier.
1425 (gdb-set-header): Removed to avoid duplication.
1426 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
1427 Refresh disassembly buffers only after threads list have been
1428 update.
1429 (gdb-threads-header, gdb-registers-header): Per-buffer header line
1430 variables.
1431
b4d84ecf
JL
14322009-08-04 Juri Linkov <juri@jurta.org>
1433
1434 * files.el: Commands to add/delete file/directory-local variables.
1435 (read-file-local-variable, read-file-local-variable-value)
1436 (read-file-local-variable-mode, modify-file-local-variable)
1437 (modify-file-local-variable-prop-line)
1438 (modify-dir-local-variable): New functions.
1439 (add-file-local-variable, delete-file-local-variable)
1440 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
1441 (add-dir-local-variable, delete-dir-local-variable)
1442 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
1443 (copy-dir-locals-to-file-locals-prop-line): New commands.
1444
42da39c1
CY
14452009-08-04 Chong Yidong <cyd@stupidchicken.com>
1446
1447 * abbrev.el (insert-abbrev-table-description): Prettify output.
1448 Suggested by Karl Chen.
1449
98bf8494
DD
14502009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
1451
78b9fb28 1452 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
7b6fefac 1453 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
78b9fb28
DD
1454 (gdb-overlay-arrow-position, gdb-thread-position)
1455 (gdb-disassembly-position): Declare variables.
1456 (gdb-wait-for-pending): Function now.
1457 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
1458 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
1459 compilation goes smoothly.
1460 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
1461 (gdb-non-stop-setting): New customization setting which replaces
1462 `gdb-non-stop' so changing it doesn't break active GDB session.
1463 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
1464 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
1465 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
1466 (gdb-show-threads-by-default): New customization options.
1467 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
1468 routines.
1469 (gdb-get-buffer-create): Send buffers update signal when they are
1470 created.
1471 (gdb-invalidate-locals, gdb-invalidate-registers)
1472 (gdb-invalidate-breakpoints)
1473 (gdb-invalidate-threads, gdb-invalidate-disassembly)
1474 (gdb-invalidate-memory): Accept update signal.
1475 (gdb-current-context-command): Use --frame option.
1476 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
1477 Implement `gdb-frame-number' selection logic.
1478 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
1479 whether to show GUD toolbar buttons.
1480 (gdb-thread-exited): Unselect current thread when it exits.
1481 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
1482 (gdb-mark-line): Routine which sets overlay arrow or inverses
1483 video on fringeless displays.
1484 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
1485 to build aligned columns of data in GDB buffers and set text
1486 properties line-by-line.
1487 (gdb-invalidate-breakpoints)
1488 (gdb-breakpoints-list-handler-custom)
1489 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
1490 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
1491 (gdb-registers-handler-custom): Align data columns.
1492 (gdb-locals-handler-custom): Now prints data like in variable
1493 declarations.
1494 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
1495 Removed confusing buttons.
1496 (gdb-invalidate-threads): Append --frame.
1497 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
1498 between breakpoints/threads buffers.
1499 (gdb-set-window-buffer): Now can ignore dedicated windows.
1500 (gdb-propertize-header): Use `gdb-set-window-buffer'.
1501 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
1502 (def-gdb-thread-buffer-gud-command): Replaces
1503 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
1504 for fine thread control.
1505 (gdb-preempt-existing-or-display-buffer): New function used to
1506 display bound buffers without breaking window layout.
1507 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
1508 (gdb-select-frame): New version of `gdb-frames-select' which now
1509 sets `gdb-frame-number' so commands may use --frame option instead
1510 of inner debugger state.
1511 (gdb-frame-handler): Do not set `gdb-frame-number'.
1512 (gdb-threads-mode-map): Select threads with mouse.
1513
1514 * progmodes/gud.el (gdb-gud-context-call): Declare function to
1515 avoid compilation warning.
1516 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
1517 `gdb-show-stop-p`.
1518
566f3909
DD
1519 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
1520 Argument `key' renamed to `buffer-type'.
1521 (gdb-current-context-buffer-name): Do not add thread info to
1522 buffer name when no thread is selected.
1523 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
1524 command (bug 3794).
1525 (gdb-thread-selected): Handle `=thread-selected' notification.
1526 (gdb-wait-for-pending): New macro to deal with congestion problems.
1527 (gdb-breakpoints-list-handler-custom): Don't fail on pending
1528 breakpoints.
7b6fefac
JB
1529 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
1530 This fixes problem similar to one described in bug 3947.
566f3909
DD
1531 (gud-menu-map): More menu items.
1532 (gdb-init-1): Reset `gdb-thread-number' to nil.
1533
4a31122c
DD
1534 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
1535 non-stop settings.
1536
1537 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
1538 (gdb-current-context-command): Do not append --thread if
1539 `gdb-thread-number' is nil.
1540 (gdb-running-threads-count, gdb-stopped-threads-count): New
1541 variables.
1542 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
1543 (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
1544 customization options.
1545 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
1546 GUD commands.
7b6fefac 1547 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
4a31122c
DD
1548 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
1549 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
1550 set `gdb-thread-number' and update `gud-running' properly.
1551 (gdb-running): Update threads list when new threads appear.
1552 (gdb-stopped): Support non-stop operation and new thread switching
1553 logic.
1554 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
1555 (gdb-json-partial-output): New set of JSON routines.
1556 (def-gdb-auto-update-trigger): New `signal-list' optional
1557 argument.
1558 (gdb-thread-list-handler-custom): Update `gud-running',
1559 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
1560 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
1561 (gdb-continue-thread, gdb-step-thread): New commands for fine
1562 thread execution control.
1563 (gud-menu-map): New menu items to switch non-stop options.
1564 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
0d25e058 1565 (gdb-send): Mimic RET properly (bug 3794).
4a31122c
DD
1566
1567 * progmodes/gdb-mi.el (gdb-rules-name-maker)
1568 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
1569 gdb-buffer-rules.
1570 (def-gdb-auto-update-handler): New nopreserve optional argument.
1571 (gdb-stack-list-frames-custom): Print stack from top to bottom.
1572
1573 * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
1574 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
1575 (gdb-parent-mode): New mode to derive other GDB modes from.
1576 (gdb-display-disassembly-for-thread)
1577 (gdb-frame-disassembly-for-thread): New commands for threads
1578 buffer.
1579
1580 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
1581 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
a5c9f540
DD
1582 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
1583 (gdb-update): We now store all GDB buffers in a list so that they
1584 can be updated by traversing a list instead of calling invalidate
7b6fefac 1585 triggers explicitly.
a5c9f540
DD
1586 (def-gdb-trigger-and-handler): New macro to define trigger-handler
1587 pair for GDB buffer.
1588 (gdb-stack-buffer-name): Add thread information.
e7086683
DD
1589 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
1590 handle pending triggers.
1591 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
1592 (def-gdb-thread-buffer-simple-command)
1593 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
1594 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
7b6fefac
JB
1595 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
1596 New commands which show buffers bound to thread.
e7086683 1597 (gdb-stack-list-locals-regexp): Removed unused regexp.
4a31122c 1598
7b6fefac
JB
1599 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
1600 (gdb-locals-buffer-name, gdb-registers-buffer-name)
4a31122c
DD
1601 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
1602 to (gud-comint-buffer) in *-buffer-name functions
1603 because (gdb-get-target-string) already does that.
1604 (gdb-locals-handler-custom, gdb-registers-handler-custom)
1605 (gdb-changed-registers-handler): Rewritten without regexps.
1606
1607 * progmodes/gdb-mi.el Basic thread selection support.
1608 (gdb-thread-number): New variable.
1609 (gdb-current-context-command): New macro which adds --thread
1610 option to command.
7b6fefac 1611 (gdb-threads-mode-map): Select thread with SPC.
4a31122c 1612 (gdb-thread-list-handler-custom): Mark current thread with overlay
7b6fefac 1613 arrow. Synchronize GDB thread and Emacs thread.
4a31122c
DD
1614 (gdb-select-thread): New command which selects current thread.
1615 (gdb-invalidate-frames, gdb-invalidate-locals)
1616 (gdb-invalidate-registers): Use --thread option.
20f12ed8 1617
2ac33804
MA
16182009-08-04 Michael Albinus <michael.albinus@gmx.de>
1619
1620 * net/tramp.el (top): Make check for tramp-gvfs loading more
8e754ea2 1621 robust. (Bug#3977)
2ac33804
MA
1622 (tramp-handle-insert-file-contents): `unwind-protect' must be
1623 inside `with-parsed-tramp-file-name'.
1624
1625 * net/tramp-gvfs.el (top): Remove superfluous message when loading
1626 fails.
1627
39d0296f
NR
16282009-08-03 Nick Roberts <nickrob@snap.net.nz>
1629
1630 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
1631 directory if CLASSPATH is not set.
1632
adcbca53
MA
16332009-08-03 Michael Albinus <michael.albinus@gmx.de>
1634
7b6fefac
JB
1635 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
1636 New defconst.
7ef849b6 1637 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
adcbca53 1638
30924b0b
CY
16392009-08-02 Kevin Ryde <user42@zip.com.au>
1640
7b6fefac
JB
1641 * net/newst-backend.el (newsticker--raw-url-list-defaults):
1642 Update freshmeat link. Delete newsforge.com as it seems gone.
30924b0b 1643
b6ce92f1
CY
16442009-08-02 Chong Yidong <cyd@stupidchicken.com>
1645
d977a092
CY
1646 * select.el (x-set-selection): Doc fix (Bug#4021).
1647
1648 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
1649
b6ce92f1
CY
1650 * help-fns.el (describe-variable): Treat list return values from
1651 dir-locals-find-file properly (Bug#4005).
1652
7b6fefac 16532009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
3eedbc85
MA
1654
1655 * net/tramp.el (tramp-debug-message): Print also microseconds.
1656
16572009-08-02 Michael Albinus <michael.albinus@gmx.de>
1658
1659 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
1660 or END is non-nil.
1661 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
1662 (tramp-get-debug-buffer): Change `outline-regexp' according to new
1663 format.
1664
1665 * net/tramp-cache.el (tramp-cache-inhibit-cache ): New defvar.
1666 (tramp-get-file-property): Use it.
1667
1668 * autorevert.el (auto-revert-handler): Allow
1669 `auto-revert-tail-mode' for remote files.
1670
2aafe808
JR
16712009-08-02 Jason Rumney <jasonr@gnu.org>
1672
1673 * minibuffer.el (read-file-name): Treat confirm options to
7b6fefac 1674 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
2aafe808 1675
e094097c
CY
16762009-08-02 Chong Yidong <cyd@stupidchicken.com>
1677
1678 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
1679 (font-lock-variable-name-face, font-lock-constant-face): Darken
1680 the colors for light backgrounds.
1681
de94f281
EZ
16822009-08-01 Eli Zaretskii <eliz@gnu.org>
1683
1684 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
1685 month names. (Bug#3987)
1686
54b99340
CY
16872009-07-31 Chong Yidong <cyd@stupidchicken.com>
1688
1689 * simple.el (line-move-finish): Pass whole number to
1690 line-move-to-column.
34be836c 1691 (line-move-visual): Perform hscroll to the recorded position.
54b99340 1692
38216c30
JB
16932009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
1694
1695 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
1696
c779896d
CY
16972009-07-29 Alan Mackenzie <acm@muc.de>
1698
1699 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
1700
592ccae0
DD
17012009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
1702
35edc6c6
DD
1703 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
1704 (gdb-place-breakpoints): Use full path when setting breakpoints.
592ccae0 1705
5a9e3ab7
JB
17062009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
1707
1708 * calc/calc.el (calc-mode-map): Add keybinding for
1709 `calc-transpose-lines'.
1710
7b6fefac 17112009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
5a9e3ab7
JB
1712
1713 * calc/calc-misc.el (calc-transpose-lines): New function.
1714
905fb90e
MA
17152009-07-28 Michael Albinus <michael.albinus@gmx.de>
1716
1717 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
1718 Simplify check for out-of-band methods.
1719 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
1720 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
1721
76e14464
DN
17222009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
1723
1724 * vc-git.el (vc-git-checkin): Fix typo.
1725
af077012
SY
17262009-07-28 Steve Yegge <steve.yegge@gmail.com>>
1727
1728 * progmodes/js2-mode.el: New file.
1729
b85157fe
NR
17302009-07-28 Nick Roberts <nickrob@snap.net.nz>
1731
1732 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
1733 (gud-menu-map): Adjust tooltip accordingly.
1734
d43c2b06
DN
17352009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
1736
1c0f0c3b
DN
1737 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
1738 (vc-bzr-log-view-mode): Adjust log-view-file-re.
1739
d43c2b06
DN
1740 * add-log.el (change-log-mode-map): Add a menu.
1741
3dec5c36
MA
17422009-07-27 Michael Albinus <michael.albinus@gmx.de>
1743
1744 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
1745 function returns nil.
1746 (dbus-handle-event): Handle special return value :ignore.
1747 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
1748
5704140c
CY
17492009-07-26 Chong Yidong <cyd@stupidchicken.com>
1750
1751 * view.el (view-mode-enable): Don't define Helper-return-blurb if
1752 it's not needed.
1753
3077d1f6
EZ
17542009-07-25 Eli Zaretskii <eliz@gnu.org>
1755
1756 Fix Bug#3888:
1757
1758 * w32-vars.el (x-select-enable-clipboard): Doc fix.
1759
1760 * term/pc-win.el (x-display-name, x-colors)
1761 (x-select-enable-clipboard, x-select-text): Doc fix.
1762
1763 * term/common-win.el (x-display-name, x-colors): Doc fix.
1764
1765 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
1766 (xw-defined-colors): Doc fix.
1767
1768 * w32-fns.el (x-select-text, x-setup-function-keys)
1769 (x-get-selection, x-set-selection): Doc fix.
1770
1771 * term/x-win.el (x-select-text, x-setup-function-keys)
1772 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
1773
1774 * select.el (x-set-selection): Doc fix.
1775
51768bc8
MA
17762009-07-25 Michael Albinus <michael.albinus@gmx.de>
1777
1778 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
1779 instead of "IsNSSSupportAvailable". Avahi ought to work also when
1780 "IsNSSSupportAvailable" method is not available. Reported by
1781 Steve Youngs <steve@sxemacs.org>.
1782
b11c2874
KH
17832009-07-24 Kenichi Handa <handa@m17n.org>
1784
1785 * international/characters.el: Fix setting of category ?C, ?|, ?K,
7b6fefac 1786 and ?H. Fix setting of case for Latin Extended and Greek Extended.
b11c2874
KH
1787 (build-unicode-category-table): Fix range checks.
1788
ba83b7b6
DN
17892009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
1790
1791 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
1792 the buffer we try to sync is current when calling
1793 vc-resynch-buffer.
1794
1795 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
1796 not show up to date files.
1797
7a8ae964
GM
17982009-07-24 Glenn Morris <rgm@gnu.org>
1799
1800 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
1801 Add autoload cookies. If necessary, initialize.
1802 (elint-log): Handle non-file buffers.
1803 (elint-initialize): Add optional argument to reinitialize.
1804 (elint-find-builtin-variables): Save excursion.
1805
a707eb05
DN
18062009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
1807
1808 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
1809 for Lint.
1810
0a2ddfa6
DN
18112009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
1812
d6a62b0d
DN
1813 * vc.el (vc-print-log-internal): New function, split out from ...
1814 (vc-print-log): ... here.
10b5dcad 1815 (vc-dir-move-to-goal-column): Declare.
d6a62b0d 1816
0a2ddfa6
DN
1817 * vc-git.el (vc-git-add-signoff): New variable.
1818 (vc-git-checkin): Use it.
1819 (vc-git-toggle-signoff): New function.
1820 (vc-git-extra-menu-map): Bind it to menu.
2a0e3379
DN
1821 (vc-git--run-command-string): Accept a nil FILE argument.
1822 (vc-git-stash-list): New function.
1823 (vc-git-dir-extra-headers): Use it.
0a2ddfa6 1824
589a99f2
GM
18252009-07-23 Glenn Morris <rgm@gnu.org>
1826
1827 * help-fns.el (describe-variable): Describe ignored and risky local
1828 variables in a similar way to that in which we describe safe ones.
1829
1830 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
1831 (byte-compile-output-file-form, byte-compile-output-docform)
1832 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
1833 Give some more local variables with common names a "bytecomp-" prefix,
1834 so as not to shadow things during compilation.
1835 * emacs-lisp/cl-macs.el (load-time-value)
1836 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
1837 `outbuffer' to `bytecomp-outbuffer'.
1838
1839 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
1840 since the next two variables cover them automatically now.
1841 (elint-builtin-variables, elint-autoloaded-variables): New.
1842 (elint-unknown-builtin-args): Remove all members, since they can be
1843 parsed automatically now.
1844 (elint-extra-errors): New.
1845 (elint-env-add-env, elint-env-add-macro): Use cadr.
1846 (elint-current-buffer): Use or. Change final message.
1847 (elint-get-top-forms): Use line-end-position.
1848 (elint-init-env): Use cadr. Handle autoload, declare-function,
1849 and defalias.
1850 (elint-add-required-env): Doc fix. Use or. Standardize error.
1851 (regexp-assoc): Remove unused function.
1852 (elint-top-form): Set elint-current-pos, to record the start of the
1853 top-level form, for compilation-mode.
1854 (elint-form): Trap errors in macro expansion. Use dolist.
1855 (elint-unbound-variable): Use elint-builtin-variables and
1856 elint-autoloaded-variables.
1857 (elint-get-args): Use cadr, or.
1858 (elint-check-cond-form): Use dolist, cadr.
1859 (elint-check-condition-case-form): Doc fix. Use cadr.
1860 Use elint-extra-errors.
1861 (elint-log): New function.
1862 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
1863 Distinguish errors and warnings.
1864 (elint-log-message): Use with-current-buffer. Inhibit read-only.
1865 Use a bytecomp-style format.
1866 (elint-clear-log): Preserve default-directory. Inhibit read-only.
1867 (elint-get-log-buffer): Use compilation mode. Disable undo.
1868 Don't truncate lines.
1869 (elint-initialize): Set builtin and autoloaded variable lists.
1870 Only process elint-unknown-builtin-args if non-nil.
1871 (elint-find-builtin-variables, elint-find-autoloaded-variables):
1872 New functions.
1873 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
1874
855b42a2
GM
18752009-07-22 Kevin Ryde <user42@zip.com.au>
1876
1877 * net/newst-backend.el (newsticker--parse-atom-1.0)
1878 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
1879 (newsticker--parse-rss-1.0):
1880 * progmodes/idlwave.el (idlwave-mode):
1881 * progmodes/idlw-shell.el (idlwave-shell-mode):
1882 * progmodes/vera-mode.el (vera-mode):
1883 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
1884 * progmodes/vhdl-mode.el (vhdl-mode):
1885 * textmodes/table.el (table-generate-source)
1886 (table--warn-incompatibility):
1887 Hyperlink urls in docstrings with URL `...'.
1888
fd413a37
GM
18892009-07-22 Glenn Morris <rgm@gnu.org>
1890
cb711556
GM
1891 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
1892 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
1893 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
1894 Remove leading * from defcustom docs.
1895
fd413a37
GM
1896 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
1897
1898 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
1899 defcustom doc.
1900 (list-load-path-shadows): Optionally, just return shadows as a string.
1901
1902 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
1903
a4f69701
CY
19042009-07-21 Chong Yidong <cyd@stupidchicken.com>
1905
1906 * mail/rmailedit.el (rmail-edit-mode): Use
1907 auto-save-include-big-deletions.
1908
1909 * mail/rmail.el (rmail-variables): Use
1910 auto-save-include-big-deletions.
1911
1912 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
1913 changes.
1914
ec06459c
JB
19152009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
1916
1917 * calc/calc.el (calc-undo-length): New variable.
1918 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
1919
b41b0976
RS
19202009-07-21 Richard Stallman <rms@gnu.org>
1921
1922 * files.el (auto-save-mode): Handle buffer-save-size = -2
1923 for toggling mode.
1924
4ed32706
GM
19252009-07-21 Glenn Morris <rgm@gnu.org>
1926
531b1264
GM
1927 * textmodes/ispell.el (ispell-looking-back): Update declaration.
1928
55d27f41
GM
1929 * calendar/todo-mode.el (calendar-current-date): Update declaration.
1930
02df3f4d
GM
1931 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
1932 silence compiler. Instead...
1933 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
1934 (ps-print-ensure-fontified): Update for above function name changes.
1935
fdd8417e
GM
1936 * printing.el (pr-mh-get-msg-num, pr-mh-show)
1937 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
1938 silence compiler. Instead...
1939 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
1940 (mh-show-buffer): Only define for compiler.
1941 (pr-mh-current-message): Update for above function name changes.
1942
4ed32706
GM
1943 * files.el (abort-if-file-too-large): Explicitly pass `filename'
1944 as an argument.
1945 (find-file-noselect, insert-file-1): Update for above change.
1946
1947 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
1948
1949 * mail/mailclient.el (mailclient-send-it): Fix message.
1950
1951 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
1952 (edebug-eval): Check cl-debug-env is bound.
1953 (print-level, print-circle): Don't redefine built-in variables.
1954
1955 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
1956 (custom-print-vectors): Remove old comments from doc.
1957
1958 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
1959 (emerge-version): Make the variable an obsolete alias for the
1960 emacs-version variable. Make the function obsolete.
1961 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
1962 Emerge options, rather than merging in into the main Options menu.
1963 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
1964 and auto advance modes. Disable edit/fast items when not relevant.
1965
86812144
CY
19662009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
1967
1968 * term/vt420.el (terminal-init-vt420): Fix typo.
1969
6bb90094
SS
19702009-07-20 Sam Steingold <sds@gnu.org>
1971
1972 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
1973 variable (removed from compile.el on 2004-03-11).
1974
42e0a725
CY
19752009-07-20 Chong Yidong <cyd@stupidchicken.com>
1976
1977 * files.el (hack-local-variables-filter): Fix last change.
1978
2ee20f24
JL
19792009-07-19 Juri Linkov <juri@jurta.org>
1980
1981 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
1982 (dir-local-variables-alist): New buffer-local variable.
1983 (hack-local-variables-filter): If variable is not dir-local,
1984 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
1985 because file-local overrides dir-local.
1986 (c-postprocess-file-styles)<declare-function>:
1987 Remove obsolete declaration.
1988 (hack-dir-local-variables): Add dir-local variable/value pair to
1989 `dir-local-variables-alist' and remove duplicates. Doc fix.
1990
1991 * help-fns.el (describe-variable): Add information about
1992 file-local and dir-local variables.
1993
89bf83cd
CY
19942009-07-19 Chong Yidong <cyd@stupidchicken.com>
1995
1996 * files.el (hack-local-variables-filter): Rewrite.
1997
1a8d3541
GM
19982009-07-19 Glenn Morris <rgm@gnu.org>
1999
d9e8a018
GM
2000 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
2001 Silence compiler by only defining on XEmacs.
2002
da332cfb
GM
2003 * international/mule.el (auto-coding-regexp-alist): Only match
2004 BABYL... at the start of buffer, not of lines. (Bug#3790)
2005
1a8d3541
GM
2006 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
2007 non-calendar buffers (Bug#3862). Restore "not on a date" message.
2008 (cal-menu-context-mouse-menu): Doc fix.
2009
2010 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
2011
2012 * simple.el (mail-user-agent): Doc fix. Set :version tag.
2013
d842b103
JL
20142009-07-18 Juri Linkov <juri@jurta.org>
2015
2016 * info.el: Virtual Info keyword finder.
2017 (add-to-list)<Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
2018 (Info-finder-file): New variable.
2019 (Info-finder-find-file): New function.
2020 (finder-known-keywords, finder-package-info)
2021 (find-library-name, lm-commentary): Use defvar and
2022 declare-function to silence compiler warnings.
2023 (Info-finder-find-node): New function.
2024 (info-finder): New command.
2025
2026 * subr.el (process-kill-buffer-query-function): New function.
2027 (add-hook)<kill-buffer-query-functions>: Add hook
2028 `process-kill-buffer-query-function'.
2029
10d37df7
AM
20302009-07-18 Alan Mackenzie <acm@muc.de>
2031
7b6fefac 2032 * progmodes/cc-mode.el (c-before-hack-hook)
10d37df7
AM
2033 (c-postprocess-file-styles): Give invocation of `c-set-style'
2034 DONT-OVERRIDE parameter of t. Already set style variables will
2035 thus not be overridden by style settings given by `c-file-syle'.
2036
2037 * files.el (hack-local-variables-filter): Remove entries with
2038 duplicate keys from `file-local-variables-alist'.
2039
102e1a41
EZ
20402009-07-18 Eli Zaretskii <eliz@gnu.org>
2041
2042 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
2043 x-set-selection if display-selections-p returns nil for the
2044 current frame.
2045
16f2e9fc
CY
20462009-07-18 Chong Yidong <cyd@stupidchicken.com>
2047
2048 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
2049
f22693fc
EZ
20502009-07-18 Eli Zaretskii <eliz@gnu.org>
2051
a6c2c80c
EZ
2052 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
2053 Accept nil in addition to a regexp.
2054 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
2055 Accept nil in addition to a regexp.
2056 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
2057 buffers that have an associated file. Handle nil values of
2058 desktop-buffers-not-to-save and desktop-files-not-to-save.
2059 (Bug#3833)
2060
f22693fc
EZ
2061 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
2062 (x-disown-selection-internal): New functions.
2063
e456379a
NR
20642009-07-18 Nick Roberts <nickrob@snap.net.nz>
2065
2066 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
2067 warning.
2068 (gdb-breakpoints-header): Move forward to avoid compiler warning.
2069 (gdb-make-header-line-mouse-map): Remove duplicate definition.
2070
0013b70f
CY
20712009-07-18 David De La Harpe Golden <david@harpegolden.net>
2072
2073 * simple.el (set-mark): Revert last change.
2074
0855c2ca
CY
20752009-07-17 Tassilo Horn <tassilo@member.fsf.org>
2076
2077 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
2078 rendering of pngs is not possible instead of messaging a long
2079 description.
2080
3f5c9cad
CY
20812009-07-17 David De La Harpe Golden <david@harpegolden.net>
2082
2083 * w32-fns.el (x-selection-owner-p): New function.
2084
2085 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
6c6a75d5
CY
2086 (mouse-yank-at-click, mouse-yank-primary): If
2087 select-active-regions is non-nil, deactivate the mark before
2088 insertion.
3f5c9cad
CY
2089
2090 * simple.el (deactivate-mark, set-mark): Only save selection if we
2091 own it.
2092
1fc87f9b
KH
20932009-07-17 Kenichi Handa <handa@m17n.org>
2094
2095 * case-table.el (describe-buffer-case-table): Fix for the case
2096 that KEY is a cons.
2097
d56fdcd2
DN
20982009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
2099
2100 * vc-rcs.el (vc-rcs-find-file-hook):
2101 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
2102
bede3e9f
MA
21032009-07-16 Michael Albinus <michael.albinus@gmx.de>
2104
2105 * net/tramp.el (tramp-wait-for-output): Handle the case when
2106 commands do not return a newline but a null byte before the shell
2107 prompt. (Bug#3858)
2108
7653ca1d
YM
21092009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2110
2111 * term/ns-win.el (ns-set-alpha): Don't declare.
2112 (ns-set-background-alpha): Remove function.
2113
ed2a52e9
SM
21142009-07-16 Kevin Ryde <user42@zip.com.au>
2115
2116 * emacs-lisp/copyright.el (copyright-update): Save match-data across
2117 y-or-n-p, for safety.
2118
7a907299
RS
21192009-07-16 Richard Stallman <rms@gnu.org>
2120
2121 * files.el (auto-save-mode): If buffer-saved-size is -2,
2122 don't clobber it.
2123
2124 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
2125 (rmail-retry-ignored-headers): Add more uninteresting fields.
2126
c0db3477
CY
21272009-07-15 Jari Aalto <jari.aalto@cante.net>
2128
2129 * net/rcirc.el (rcirc): Use history variables.
2130 (rcirc-server-name-history, rcirc-nick-name-history)
2131 (rcirc-server-port-history): New variables.
2132
6c875452
KH
21332009-07-15 Kenichi Handa <handa@m17n.org>
2134
bf974dc9
KH
2135 * international/mule-cmds.el (set-language-environment-charset):
2136 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
2137 ignore them.
2138
6c875452
KH
2139 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
2140 Delete unibyte-display.
2141
2066b4fe
CY
21422009-07-15 Chong Yidong <cyd@stupidchicken.com>
2143
2144 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
2145
f9be2e35
CY
21462009-07-15 Chong Yidong <cyd@stupidchicken.com>
2147
2148 * simple.el (deactivate-mark): Optional argument FORCE.
2149 (set-mark): Use deactivate-mark.
2150
2151 * info.el (Info-search): No need to check transient-mark-mode
2152 before calling deactivate-mark.
2153
2154 * select.el (x-set-selection): Doc fix.
2155 (x-valid-simple-selection-p): Allow buffer values.
2156 (xselect--selection-bounds): Handle buffer values. Suggested by
2157 David De La Harpe Golden.
2158
2159 * mouse.el (mouse-set-region, mouse-drag-track): Call
2160 copy-region-as-kill before setting the mark, to let
2161 select-active-regions work.
2162
be3e598a 21632009-07-15 David De La Harpe Golden <david@harpegolden.net>
f9be2e35
CY
2164
2165 * simple.el (deactivate-mark): If select-active-regions is
2166 non-nil, copy the selection data into a string.
2167 (activate-mark): If select-active-regions is non-nil, set the
2168 selection to the current buffer.
2169 (set-mark): Update selection if select-active-regions is non-nil.
2170
2171 * select.el (x-valid-simple-selection-p): Allow buffer values.
2172
cbd61418
SM
21732009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
2174
2175 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
2176 and more featureful message-mode.
2177
f470187f
CY
21782009-07-14 Chong Yidong <cyd@stupidchicken.com>
2179
2180 * select.el (x-set-selection): Doc fix.
2181 (x-valid-simple-selection-p): Disallow selection data consisting
2182 of a list or cons of integers, since that is not used.
2183 (xselect--selection-bounds, xselect--int-to-cons): New functions.
2184 (xselect-convert-to-string, xselect-convert-to-length)
2185 (xselect-convert-to-filename, xselect-convert-to-charpos)
2186 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
2187
bfc99364
DD
21882009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
2189
2190 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
2191 output in -break-info command (Emacs bug #3794).
2192
e32721f5
GM
21932009-07-14 Glenn Morris <rgm@gnu.org>
2194
1e46f9e4
GM
2195 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
2196 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
2197 (edebug-print-length, edebug-print-level, edebug-print-circle)
2198 (edebug-sit-for-seconds, edebug-view-outside)
2199 (edebug-bounce-point, edebug-set-global-break-condition)
2200 (edebug-Go-nonstop-mode, edebug-trace-mode)
2201 (edebug-Trace-fast-mode, edebug-continue-mode)
2202 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
2203 (edebug-visit-eval-list): Doc fixes.
2204
e32721f5
GM
2205 * subr.el (def-edebug-spec): Doc fix.
2206
66a85e76
KH
22072009-07-14 Kenichi Handa <handa@m17n.org>
2208
2209 * international/characters.el: Fix setting of category ?C.
2210
28571246
JD
22112009-07-13 Jan Djärv <jan.h.d@swipnet.se>
2212
7b6fefac 2213 * term/ns-win.el (x-select-font): defalias x-select-font to
28571246
JD
2214 ns-popup-font-panel instead of generate-fontset-menu.
2215
5d74672c
EZ
22162009-07-12 Eli Zaretskii <eliz@gnu.org>
2217
7b6fefac 2218 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
5d74672c 2219
eb1727a4
CY
22202009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
2221
2222 * arc-mode.el (archive-find-type): Allow for a PK00 string before
2223 the PK\003\004 header (Bug#3770).
2224
208384c5
CY
22252009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
2226
2227 * pcomplete.el (pcomplete-comint-setup): Check for
2228 shell-dynamic-complete-filename too.
2229
774409a1
CY
22302009-07-11 Chong Yidong <cyd@stupidchicken.com>
2231
2232 * simple.el (temporary-goal-column): Change the value for
2233 line-move-visual to a cons cell.
2234 (line-move-visual): Record or set the window hscroll, if
2235 necessary (Bug#3494).
2236 (line-move-1): Handle cons value of temporary-goal-column.
2237
1639ee1d
KH
22382009-07-11 Kenichi Handa <handa@m17n.org>
2239
2240 * international/mule-diag.el (describe-character-set): Don't show
2241 width.
2242
2b1d2412
SS
22432009-07-10 Sam Steingold <sds@gnu.org>
2244
2245 * progmodes/compile.el (compilation-mode-font-lock-keywords):
2246 Omake sometimes indents the errors it prints, so allow all
2247 regexps to start with spaces.
2248
ed3a5691
EZ
22492009-07-10 Eli Zaretskii <eliz@gnu.org>
2250
ed2a52e9
SM
2251 * cus-edit.el (customize-changed-options-previous-release):
2252 Bump value to 22.1. (Bug#3804)
ed3a5691 2253
49405d0e
SS
22542009-07-08 Sam Steingold <sds@gnu.org>
2255
2256 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
2257 to be a cons cell (test . ignored-directory) to selectively ignore
2258 some directories depending on the location of the search.
2259
93c3eb7c
MA
22602009-07-08 Michael Albinus <michael.albinus@gmx.de>
2261
2262 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
2263 remote user is root, on the local host.
2264 (tramp-local-host-p): Either the local user or the remote user
2265 must be root. (Bug#3771)
2266
6f2a8484
NR
22672009-07-08 Nick Roberts <nickrob@snap.net.nz>
2268
2269 * progmodes/gdb-mi.el (gdb): Remove description of
2270 gdb-use-separate-io-buffer.
69cb8d82 2271 (menu): Don't allow toggling of or enable
6f2a8484
NR
2272 gdb-use-separate-io-buffer from menubar.
2273
88d03607
CY
22742009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
2275
2276 * mail/unrmail.el (unrmail): Make sure the message ends with two
2277 newlines (Bug#3769).
2278
7ef5b8b2
GM
22792009-07-08 Glenn Morris <rgm@gnu.org>
2280
2281 * calendar/calendar.el (calendar-current-date): Rework previous change.
2282
3ce82f97
GM
22832009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
2284
2285 * calendar/calendar.el (calendar-current-date):
2286 Add an optional argument giving an offset from today.
2287
f35fc841
GM
22882009-07-08 Glenn Morris <rgm@gnu.org>
2289
2290 * tutorial.el (tutorial--describe-nonstandard-key):
2291 Adjust the message for when a key has been unbound.
2292 (help-with-tutorial): Hide the arch-tag.
2293
40149292
KH
22942009-07-08 Kenichi Handa <handa@m17n.org>
2295
69cb8d82
KH
2296 * international/fontset.el (setup-default-fontset): For each
2297 script, append (not set) font-specs.
2298
40149292
KH
2299 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
2300 docstring.
2301
ff0c4194
NR
23022009-07-08 Nick Roberts <nickrob@snap.net.nz>
2303
2304 * progmodes/gdb-mi.el (gdb-init-1): Move sending
2305 -data-list-register-names to ...
2306 (gdb-starting): ... here because GDB 7.0 requires execution to
2307 have started when using this MI command.
2308 (gdb-set-header): New function to distinguish select and
2309 unselected tabs in gdb buffers.
2310 (gdb-propertize-header): New macro that uses gdb-set-header.
2311 (gdb-breakpoints-header, gdb-locals-header): Use it.
6f2a8484 2312 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
ff0c4194 2313
8954c675
CY
23142009-07-07 Chong Yidong <cyd@stupidchicken.com>
2315
2316 * Makefile.in (ELCFILES): Remove fadr.elc.
2317
0996385d
DD
23182009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
2319
dc6b4519
DD
2320 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
2321 may contain frame information, so `string-match' should be used.
2322 (gdb-update): Disassembly is invalidated through
2323 `gdb-get-selected-frame'.
2324 (gdb-pad-string): New function to pad string with spaces.
2325 (gdb-invalidate-disassembly): Invalidate only if the buffer
2326 exists.
2327 (gdb-disassembly-handler-custom): Column alignment.
2328 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
2329 placing new ones.
2330 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
2331 end of line, too.
2332 (gdb-frame-handler): Match convention to for disassembly buffer
2333 mode name.
17c1380b 2334 (gdb-stack-list-frames-handler): Rewritten without regexps.
e7006f27
DD
2335 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
2336 not highlight breakpoints without line information.
69a197a2 2337 (gdb-input): Add trailing newline to command.
dc6b4519 2338
14340b25
DD
2339 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
2340 buffer properly.
2341 (gdb-breakpoints-list-handler-custom): Replacement for
7b6fefac 2342 `gdb-break-list-handler'. Using real parser instead of regexps
dc6b4519
DD
2343 now.
2344 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
2345 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
2346 to place breakpoints.
14340b25
DD
2347 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
2348 functions.
2349 (gdb-disassembly-handler-custom): Show overlay arrow.
2350 (gdb-disassembly-place-breakpoints): Show breakpoints in
2351 disassembly buffer.
2352 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
dc6b4519 2353 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
7b6fefac 2354 instead of parsing breakpoints buffer. Fixed old menu references
dc6b4519 2355 in `gud-menu-map'.
14340b25 2356
38d4f316 2357 * fadr.el: Remove.
1f2a6224 2358
7b6fefac 2359 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
0996385d 2360 (gdb-memory-address): New variable which holds top address of
7b6fefac 2361 memory page shown in memory buffer.
0996385d
DD
2362 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
2363 customization variables.
2364 New functions:
2365 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
2366 display the memory buffer.
2367 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
2368 buffer display parameters.
2369 (def-gdb-memory-format, gdb-memory-format-binary)
2370 (gdb-memory-format-octal, gdb-memory-format-unsigned)
2371 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
2372 Functions for setting memory buffer format.
2373 (gdb-memory-unit-word, gdb-memory-unit-halfword)
2374 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
2375 unit size used in memory buffer.
2376 (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
2377 to next/previous page of memory buffer.
28d67a53 2378 Now using (bindat-get-field) instead of fadr functions.
0996385d 2379
9ba562d3
SS
23802009-07-07 Sam Steingold <sds@gnu.org>
2381
2382 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
2383 non-top-level files.
2384
a43977db
KH
23852009-07-07 Kenichi Handa <handa@m17n.org>
2386
2387 * international/mule-cmds.el (reset-language-environment): Put
2388 the highset priority to the charset iso-8859-1.
2389
d44d05e8
CY
23902009-07-06 Chong Yidong <cyd@stupidchicken.com>
2391
2392 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
2393 to the end of the line when locating the block (Bug#700).
2394
3e2fa353
MA
23952009-07-06 Michael Albinus <michael.albinus@gmx.de>
2396
2397 * net/tramp.el (tramp-handle-write-region): Flush file properties
2398 in case of short track.
2399
be3e598a 24002009-07-06 Michael McNamara <mac@mail.brushroad.com>
d88782c3
DN
2401
2402 * verilog-mode.el (verilog-error-regexp-emacs-alist): Coded custom
2403 representation of verilog error regular expressions to work with
2404 Emacs-22's new format.
2405 (verilog-error-regexp-xemacs-alist): Coded custom representation
7b6fefac 2406 of verilog error regular expressions to work with XEmacs format.
d88782c3
DN
2407 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
2408 error recognition into XEmacs.
2409 (verilog-error-regexp-add-emacs): Hook routine to install verilog
2410 error recognition into Emacs-22.
2411
25c6f63e
CY
24122009-07-06 Chong Yidong <cyd@stupidchicken.com>
2413
2414 * woman.el: Remove stand-alone closing parentheses.
2415 (woman-file-name, woman2-format-paragraphs)
2416 (woman-leave-blank-lines): Code cleanup.
2417 (woman-use-own-frame): Change default to nil.
2418 (woman-italic, woman-bold, woman-unknown, woman-addition): Change
2419 defaults to inherit from default faces.
2420 (woman2-process-escapes): Consume the newline after a stand-alone
2421 filler character (Bug#3651).
2422
f176290e
GM
24232009-07-06 Glenn Morris <rgm@gnu.org>
2424
2425 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
2426 (top-level): Move provide to the end.
2427 (ffap): Remove defunct URL from custom group.
2428
2429 * subr.el (eval-after-load): Doc fix.
2430
7b6fefac 24312009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
e4a5a307
JB
2432
2433 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
2434 `calc-embedded-word' is called twice.
2435
4b8b1ec5
SM
24362009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
2437
2438 * files.el (find-alternate-file-other-window, find-alternate-file):
2439 Obey confirm-nonexistent-file-or-buffer.
2440
d6ceb380
MA
24412009-07-05 Michael Albinus <michael.albinus@gmx.de>
2442
2443 * dired-aux.el (dired-show-file-type): Handle remote files.
2444
be3e598a 24452009-07-05 Jari Aalto <jari.aalto@cante.net>
c760f19e 2446
4b8b1ec5
SM
2447 * desktop.el (desktop-globals-to-save):
2448 Add file-name-history (Bug#2750).
c760f19e 2449
6d00ce04
CY
24502009-07-05 Chong Yidong <cyd@stupidchicken.com>
2451
4b8b1ec5 2452 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
6d00ce04 2453
6ee21b07
JB
24542009-07-04 Johan Bockgård <bojohan@gnu.org>
2455
2456 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
2457 property on entire argument since this is what eshell-lisp-command
2458 expects.
2459
f0dbdc25
MA
24602009-07-03 Michael Albinus <michael.albinus@gmx.de>
2461
2462 * net/tramp-gvfs.el (tramp-gvfs-methods)
2463 (tramp-gvfs-zeroconf-domain)
2464 (tramp-bluez-discover-devices-timeout): Add version flag.
2465 (tramp-gvfs-handler-mounted-unmounted)
2466 (tramp-gvfs-connection-mounted-p): Polish handling of
2467 incompatibilities between GVFS 0.2 and 1.0.
2468
e044e4fc
JD
24692009-07-03 Jan Djärv <jan.h.d@swipnet.se>
2470
4b8b1ec5 2471 * cus-start.el (all): Add make-pointer-invisible.
e044e4fc 2472
2e9b968b
JB
24732009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
2474
2475 * calc-math.el (math-use-emacs-fn): Make sure that the number is
2476 formatted correctly.
2477
baf1a55e
JL
24782009-07-02 Juri Linkov <juri@jurta.org>
2479
2480 * info.el: Virtual Info files and nodes.
2481 (Info-virtual-files, Info-virtual-nodes): New variables.
2482 (Info-current-node-virtual): New variable.
2483 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
2484 New functions.
2485 (Info-file-supports-index-cookies): Use Info-virtual-file-p
2486 to check for a virtual file instead of checking a fixed list
2487 of node names.
2488 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
2489 instead of ad-hoc processing of "dir" and (apropos history toc).
2490 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
2491 instead of ad-hoc processing of "dir" and (apropos history toc).
2492 Reread a file when moving from a virtual node.
2493 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
2494 (Info-directory-toc-nodes, Info-directory-find-file)
2495 (Info-directory-find-node): New functions.
2496 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
2497 (Info-history): Move part of code to
2498 `Info-history-find-node'.
2499 (Info-history-toc-nodes, Info-history-find-file)
2500 (Info-history-find-node): New functions.
2501 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
2502 (Info-toc): Move part of code to `Info-toc-find-node'.
2503 (Info-toc-find-node): New function.
4b8b1ec5 2504 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
baf1a55e
JL
2505 the current Info file name to references because now the node
2506 "*TOC*" belongs to the same Info manual.
4b8b1ec5 2507 (Info-toc-build): Rename from `Info-build-toc'.
baf1a55e
JL
2508 (Info-toc-nodes): Rename input argument `file' to `filename'.
2509 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
2510 instead of ad-hoc processing of ("dir" apropos history toc).
2511 (Info-index-nodes): Use Info-virtual-file-p
2512 to check for a virtual file instead of checking a fixed list
2513 of node names.
2514 (Info-index-node): Add check for `Info-current-node-virtual'.
2515 Raise `save-match-data' higher up the tree to contain
2516 `search-forward' too (bug fix).
2517 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
2518 (Info-virtual-index-nodes): New variable.
2519 (Info-virtual-index-find-node, Info-virtual-index): New functions.
2520 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
2521 (Info-apropos-file, Info-apropos-nodes): New variables.
2522 (Info-apropos-toc-nodes, Info-apropos-find-file)
2523 (Info-apropos-find-node, Info-apropos-matches): New functions.
2524 (info-apropos): Move part of code to `Info-apropos-find-node' and
2525 `Info-apropos-matches'.
2526 (Info-mode-map): Bind "I" to `Info-virtual-index'.
2527 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
2528 for a virtual file instead of checking a fixed list of node names.
2529
2530 * simple.el (async-shell-command): New command.
2531
2532 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
2533
2534 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
2535 instead of `mount-info'.
2536
d04bc496
MA
25372009-07-02 Michael Albinus <michael.albinus@gmx.de>
2538
2539 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
4b8b1ec5 2540 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
d04bc496 2541
af0403e0
KH
25422009-07-02 Kenichi Handa <handa@m17n.org>
2543
2544 * international/mule.el (set-keyboard-coding-system): Force *-unix
2545 coding-system to avoid eol conversion.
2546
99278f8a
MA
25472009-07-01 Michael Albinus <michael.albinus@gmx.de>
2548
4b8b1ec5
SM
2549 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
2550 Add handler for `process-file', `shell-command' and
99278f8a
MA
2551 `start-file-process'.
2552 (tramp-gvfs-handle-shell-command)
2553 (tramp-gvfs-handle-start-file-process)
2554 (tramp-gvfs-handle-process-file): New defuns.
4b8b1ec5 2555 (tramp-synce-list-devices): Simplify check for existence of property.
99278f8a 2556
3f1c6666
JD
25572009-07-01 Jan Djärv <jan.h.d@swipnet.se>
2558
2559 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
2560
3f396bac
KH
25612009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
2562
2563 * language/korean.el (set-language-info-alist): Add korean-cp949,
2564 cp949 to spec.
2565
c1185193
KH
25662009-07-01 Kenichi Handa <handa@m17n.org>
2567
2568 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
2569
2570 * international/encoded-kb.el: Deleted.
2571
2572 * international/mule.el (set-keyboard-coding-system): Perform the
2573 necessary setup here instead of calling encoded-kbd-setup-display.
2574
3f150a60
GM
25752009-07-01 Glenn Morris <rgm@gnu.org>
2576
2577 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
2578
b0d5b05b
GM
25792009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
2580
2581 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
2582
4f4126e6
MA
25832009-06-30 Michael Albinus <michael.albinus@gmx.de>
2584
4b8b1ec5
SM
2585 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
2586 Handle also the 'rename case, when setting file modes. (Bug#3712)
974647ac 2587 (tramp-default-file-modes) Remove execute permissions.
4f4126e6 2588
7ae3ea65 2589 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
d6ceb380
MA
2590 (top): Add a default for "synce" in `tramp-default-user-alist'.
2591 Add completion function for "synce" method.
2592 (tramp-hal-service, tramp-hal-path-manager)
4b8b1ec5
SM
2593 (tramp-hal-interface-manager, tramp-hal-interface-device):
2594 New defconst.
2595 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
2596 (tramp-synce-list-devices, tramp-synce-parse-device-names):
2597 New defuns.
d6ceb380
MA
2598
2599 * net/trampver.el: Update release number.
7ae3ea65 2600
0ad6626b
KH
26012009-06-30 Kenichi Handa <handa@m17n.org>
2602
2603 * international/fontset.el (setup-default-fontset): Add CJK fonts
2604 for symbols and the other miscellaneous characters.
2605
4b8b1ec5
SM
2606 * language/korea-util.el (setup-korean-environment-internal):
2607 Make char-width-table suitable for Korean environments.
0ad6626b
KH
2608 (exit-korean-environment): Cancel above.
2609
2610 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
2611 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
2612 setup-funcion to make char-widht-table suitable for respective
2613 environments, and an exit-function to cancel that.
2614
2615 * language/japan-util.el (setup-japanese-environment-internal):
2616 Call use-cjk-char-width-table with arg `ja_JP'.
2617
2618 * international/characters.el (cjk-char-width-table): Delete it.
2619 (cjk-char-width-table-list): New variable.
2620 (use-cjk-char-width-table): New arg local-name.
2621 (use-default-char-width-table): Fix for the case that Emacs is
2622 already using the default char-width-table.
2623
fd46e893
MA
26242009-06-29 Michael Albinus <michael.albinus@gmx.de>
2625
2626 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
2627 modes mandatory. (Bug#3712)
2628
b87d9f96
AM
26292009-06-29 Alan Mackenzie <acm@muc.de>
2630
2631 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
4b8b1ec5 2632 correction between the visible width of TABs and their number of bytes.
b87d9f96 2633
2d25aa5a
CY
26342009-06-29 Chong Yidong <cyd@stupidchicken.com>
2635
2636 * server.el (server-buffer-done): Prevent kill-buffer from
2637 prompting by clearing the buffer modification flag (Bug#3696).
2638
a3a8b002
DN
26392009-06-28 Michael McNamara <mac@mail.brushroad.com>
2640
2641 * verilog-mode.el (verilog-beg-of-statement)
4b8b1ec5 2642 (verilog-endcomment-reason-re): Support unique case and priority case.
a3a8b002
DN
2643 (verilog-basic-complete-re): Support localparam lineup.
2644 (verilog-beg-of-statement-1): Fix for robustness, unique case.
2645 (verilog-set-auto-endcomments): Fix for unique case, always_comb
2646 commenting.
2647 (verilog-leap-to-case-head): Now support *nested* unique &
2648 priority case statements.
2649 (verilog-auto-lineup): Make just declarations the default (as it
2650 had been).
4b8b1ec5 2651 (verilog-leap-to-case-head): Support priority/unique case statements.
a3a8b002 2652 (verilog-auto-lineup): Rework to give users radio buttons to
7b6fefac 2653 select the various styles of automatic lineup.
a3a8b002
DN
2654 (verilog-error-regexp-alist): Rework to support the XEmacs style
2655 of error regular expressions from compilers, lint tools &
2656 simulators. Note that GNU Emacs has made it impossible for a mode
2657 to load such things.
2658 (electric-verilog-terminate-line, verilog-indent-declaration)
2659 (verilog-auto-wiure): Rework for radio button selection of
2660 auto-lineup selection of specification of auto lineup.
2661 (verilog-beg-of-statement-1): Redesign to support proper operation
2662 in additional code, based on testing with auto-lineup.
2663 (verilog-calculate-indent, assignments & declarations)
2664 (verilog-backward-token): Enhance to support auto-lineup of
2665 assignments & declarations.
2666 (verilog-in-directive-p, verilog-at-struct-p): New function for
2667 easy test of whether we are.
2668 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
2669 to support safe execution at almost anyline.
2670 (verilog-calc-1): Properly support indenting deep inside generate
2671 blocks.
2672 (verilog-init-font) Remove definition & use of verilog-init-font,
2673 as it is redundant with font-lock-defaults.
2674 (verilog-mode): Alter the definition of verilog-font-lock-defualts
2675 to avoid circular calls if syntax-ppss is a function (as is the
2676 case now in 22.x GNU Emacs) as that function would sometimes call
7b6fefac 2677 itself, leading to (nearly) infinite recursion.
a3a8b002
DN
2678 (verilog-ovm-begin-re, verilog-ovm-end-re)
2679 (verilog-ovm-statement-re, verilog-leap-to-head)
2680 (verilog-backward-token): Add support for OVM macros. Some are
2681 complete statements, and others open and close scopes like begin
2682 and end.
2683 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
2684 (verilog-defun-level-generate-only-re): Really fix the defun-list
7b6fefac 2685 compilation issue.
a3a8b002 2686 (verilog-calc-1) (verilog-beg-of-statement): Enhance support for
7b6fefac 2687 coverpoint, constraint and cross statements.
a3a8b002
DN
2688 (verilog-defun-level-list, verilog-generate-defun-level-list)
2689 (verilog-all-defun-level-list): Redo these specifications - it is
2690 too hard to support eval-when compile aggregation of lists also
2691 built at when-compile time.
2692 (verilog-defun-level-list): Place defconsts of variables used in
2693 building regular expressions which are built in eval-when-compile
2694 bodies in the same eval-when-compile body to facilitate compile
2695 without load.
2696 (verilog-beg-block-re-ordered): Support indenting
2697 virtual/protected tasks and functions.
7b6fefac 2698 (verilog-defun-level-list, verilog-in-generate-region-p)
a3a8b002
DN
2699 (verilog-backward-ws&directives, verilog-calc-1): Speed up
2700 indentation of some module items (generate items).
2701 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
2702 across virtual/protected tasks and functions.
2703
27042009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
2705
4b8b1ec5
SM
2706 * verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
2707 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
a3a8b002
DN
2708 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
2709 in concatenations. Reported by Yishay Belkind.
2710 (verilog-auto-ascii-enum): Support one-hot state machines in
2711 AUTOASCIIENUM. Suggested by Lloyd Gomez.
2712 (verilog-auto-inst, verilog-auto-inst-port): Include interface
2713 modport in AUTOINST and add vl-modport for users. Reported by
2714 David Rogoff.
2715 (verilog-auto-inout-module, verilog-auto-inst)
2716 (verilog-decls-get-interfaces, verilog-insert-definition)
2717 (verilog-insert-one-definition, verilog-read-decls)
2718 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
2719 (verilog-sig-modport, verilog-signals-combine-bus)
2720 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
2721 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
2722 Suggested by David Rogoff.
2723 (verilog-repair-open-comma): Fix non-insertion of comma when
2724 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
2725 (verilog-make-width-expression): Simplify [A-1:0] expression
2726 widths to just {A{1'b0}}.
2727 (verilog-mode): Cleanup checkdoc warnings.
4b8b1ec5
SM
2728 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
2729 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
a3a8b002
DN
2730 inputs/outputs or data type. Suggested by Vasu Kandadi.
2731 (next-error-last-buffer): Fix byte-compiler warning.
2732 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
2733 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
4b8b1ec5 2734 or shell command text during AUTO expansion. Suggested by Tad Truex.
a3a8b002 2735 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
4b8b1ec5
SM
2736 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
2737 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
7b6fefac 2738 in AUTOINOUT. Reported by Matthew Lovell.
a3a8b002
DN
2739 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
2740 causing use of <= assignments. Reported by Alex Reed.
2741 (verilog-read-decls): Fix triand, trior, wand, wor to be
2742 recognized by AUTOWIRE. Reported by Spencer Isaacson.
2743 (verilog-extended-complete-re): Support import "DPI-C" functions.
2744 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
4b8b1ec5 2745 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
a3a8b002
DN
2746 (verilog-insert-date, verilog-insert-year)
2747 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
2748 Windows systems. Reported by Michael Potts.
2749 (verilog-read-module-name): Fix AUTOINST when the child module
7b6fefac 2750 declaration's name is a tick define. Reported by Elliot Mednick.
a3a8b002 2751 (verilog-read-decls): Fix V2K parameter bit subscripts getting
7b6fefac 2752 passed to next parameter's definition. Reported by Bruce T.
a3a8b002
DN
2753 (verilog-read-decls): Fix detecting "parameter int" when using
2754 AUTOINSTPARAM. Reported by Bruce T.
2755 (verilog-goto-defun): Fix goto not finding modules unless first
7b6fefac 2756 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
4b8b1ec5 2757 (verilog-mode): Expand -f flag arguments on entry to mode so
a3a8b002
DN
2758 verilog-goto-defun will work. Reported by Lawrence Butcher.
2759 (verilog-getopt): Expand environment variables in -f file
2760 arguments. Suggested by Lawrence Butcher.
4b8b1ec5 2761 (verilog-set-define): Fix "Symbol's value as variable is void"
a3a8b002
DN
2762 when reading enumerations.
2763 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
2764 Suggested by Stephen Peltan.
4b8b1ec5 2765 (verilog-read-defines): Fix reading of enumerations in include
a3a8b002
DN
2766 files. Reported by Steve Peltan.
2767
f7c0d931
CY
27682009-06-28 David De La Harpe Golden <david@harpegolden.net>
2769
2770 * files.el (trash-directory): Fix defcustom type.
2771
baf1a55e 27722009-06-28 Juri Linkov <juri@jurta.org>
cebabb67
CY
2773
2774 * help-fns.el (describe-function-1): Correctly locate adviced
2775 functions in hyperlink (Bug#2438).
2776
d63a01ef
CY
27772009-06-28 Chong Yidong <cyd@stupidchicken.com>
2778
2779 * files.el (trash-directory): Change default to nil.
2780 (move-file-to-trash): If trash-directory is nil and
2781 system-move-file-to-trash is unbound, perform freedesktop-style
2782 trashing.
2783
27842009-06-28 David De La Harpe Golden <david@harpegolden.net>
2785
2786 * files.el (move-file-to-trash): Add freedesktop trash
2787 support (Bug#973).
2788
fc2f6a26
GM
27892009-06-28 Glenn Morris <rgm@gnu.org>
2790
2791 * autorevert.el (global-auto-revert-non-file-buffers)
2792 (global-auto-revert-mode): Doc fixes.
2793
00242b07
JB
27942009-06-27 Johan Bockgård <bojohan@gnu.org>
2795
2796 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
2797
f5594f03
CY
27982009-06-27 Chong Yidong <cyd@stupidchicken.com>
2799
e8a2b2da
CY
2800 * faces.el (x-handle-named-frame-geometry): Ensure that we have
2801 opened an X connection before calling x-get-resource (Bug#3194).
2802
f5594f03
CY
2803 * play/doctor.el: Remove reference to obsolete website.
2804 (make-doctor-variables): Correct grammar mistake (Bug#2633).
2805
3c3bf6ce
DN
28062009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
2807
2808 Remove find-file-not-found-hook VC method. (Bug#2757)
2809 * vc-hooks.el (vc-file-not-found-hook)
2810 (vc-default-find-file-not-found-hook): Remove functions.
2811 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
2812 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
2813 * vc.el:
2814 * vc-hg.el:
2815 * vc-git.el: Do not mention find-file-not-found-hook VC method.
2816
e26a7bc0
AM
28172009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
2818
2819 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
7b6fefac 2820 compatibility function for `looking-back'.
e26a7bc0 2821
4b8b1ec5 2822 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
7b6fefac 2823 Use `ispell-looking-back'.
e26a7bc0 2824
d9848600
MA
28252009-06-24 Michael Albinus <michael.albinus@gmx.de>
2826
2827 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
fc2f6a26 2828 rather than `filename'.
d9848600 2829
05fbc4a9
MB
28302009-06-23 Miles Bader <miles@gnu.org>
2831
2832 * face-remap.el (text-scale-set): New function.
2833
f86ca715
GM
28342009-06-23 Glenn Morris <rgm@gnu.org>
2835
33e2c2e5
GM
2836 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
2837
f529f302
GM
2838 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
2839
34995333
GM
2840 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
2841
cc80ccee
GM
2842 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
2843
84cb770d
GM
2844 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
2845 Simplify Persian conditionals.
2846
d916c965
GM
2847 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
2848 variable `filename'.
2849
b6a44b27
GM
2850 * comint.el (comint-insert-input): Doc fix.
2851
f86ca715
GM
2852 * Makefile.in (ELCFILES): Fix typo in previous change.
2853
666e158e
MB
28542009-06-23 Miles Bader <miles@gnu.org>
2855
2856 * cus-start.el: Add entry for `recenter-redisplay'.
2857
be3e598a 28582009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
77bf3f54
DN
2859
2860 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
2861 Add an optional argument for the backend, use it instead of
2862 calling vc-backend.
4b8b1ec5
SM
2863 (vc-mode-line): Add an optional argument for the backend.
2864 Pass the backend to vc-state and vc-working-revision. Move code for
77bf3f54
DN
2865 special handling for vc-state being a buffer to ...
2866
2867 * vc-rcs.el (vc-rcs-find-file-hook):
2868 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
2869
2870 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
2871 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
2872 vc-stay-local-p and vc-mode-line calls.
2873
2874 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
2875 (vc-cvs-diff, vc-cvs-annotate-command)
2876 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
2877 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
2878 vc-mode-line calls.
2879
2880 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
2881 direct comparison.
2882 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
2883 backend when calling vc-mode-line.
2884 (vc-register): Do not create a closure for calling the vc register
2885 function, call it directly.
2886
2764748c
DN
28872009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
2888
2889 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
2890 to make it obvious item can be clicked.
f5a0b281
DN
2891
2892 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
2893
d4a885b2
KH
28942009-06-23 Kenichi Handa <handa@m17n.org>
2895
2896 * language/korea-util.el (korean-key-bindings): Change the binding
2897 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
2898 same command.
2899
e3610693
MA
29002009-06-22 Michael Albinus <michael.albinus@gmx.de>
2901
2902 Sync with Tramp 2.1.16.
2903
2904 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
2905
2906 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
2907 when a loading of a package fails. Completion function for rsync
2908 is `tramp-completion-function-alist-ssh'.
2909 (all): Replace all calls of `split-string' and
2910 `tramp-split-string' by `tramp-compat-split-string'.
2911 (tramp-default-method): Use `tramp-compat-process-running-p'.
2912 (tramp-default-proxies-alist): Allow also Lisp forms.
2913 (tramp-remote-path): Add choice "Private Directories".
4b8b1ec5 2914 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
e3610693
MA
2915 (tramp-domain-regexp): Allow also "-", "_" and ".".
2916 (tramp-end-of-output): Remove newlines, and add "$" at the end.
2917 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
2918 (tramp-debug-message): Insert header line in debug buffer.
4b8b1ec5
SM
2919 (tramp-handle-directory-files-and-attributes-with-stat):
2920 Care about filenames with spaces, or starting with "-".
e3610693
MA
2921 (tramp-handle-dired-uncache): New defun.
2922 (tramp-handle-insert-directory): Don't flush the directory from
2923 cache, this is handled by `dired-uncache' now.
2924 (tramp-handle-insert-file-contents): Improve error handling.
2925 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
2926 Quote `tramp-end-of-output'.
2927 (tramp-action-password): Improve trace message.
4b8b1ec5
SM
2928 (tramp-check-for-regexp): Both echoes must be present, before removing.
2929 (tramp-open-connection-setup-interactive-shell): Trace coding system.
e3610693
MA
2930 (tramp-compute-multi-hops): Eval cons cells of
2931 `tramp-default-proxies-alist'.
2932 (tramp-maybe-open-connection): Use the same command pattern for
2933 first hop and further hops.
2934 (tramp-wait-for-output): Remove handling of newlines.
2935 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
2936 (tramp-split-string): Remove function. It is handled in
2937 tramp-compat now.
2938
4b8b1ec5
SM
2939 * net/tramp-cmds.el (tramp-bug):
2940 Recommend `tramp-cleanup-all-connections' in the bug mail.
e3610693
MA
2941
2942 * net/tramp-compat.el (tramp-compat-split-string)
2943 (tramp-compat-process-running-p): New defuns.
2944
2945 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
2946 for `dired-uncache'.
2947
2948 * net/tramp-gvfs.el: New package.
2949
4b8b1ec5
SM
2950 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
2951 Add handler for `dired-uncache'.
e3610693
MA
2952 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
2953
2954 * net/trampver.el: Update release number. Make version check fit
2955 for SXEmacs 22.
2956
13a3f374
JM
29572009-06-22 Jim Meyering <meyering@redhat.com>
2958
e0a28a3b 2959 Automatically handle .xz suffix (XZ-compressed files), too.
13a3f374
JM
2960 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
2961 XZ is the successor to LZMA: <http://tukaani.org/xz/>
2962
5242671e 29632009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
e0a28a3b 2964 Nick Roberts <nickrob@snap.net.nz>
13a3f374 2965
e0a28a3b 2966 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
5242671e
NR
2967 repository (http://sphinx.net.ru/hg/gdb-mi/).
2968
3fde45af
GM
29692009-06-22 Glenn Morris <rgm@gnu.org>
2970
46253b34
GM
2971 * files.el (dir-locals-collect-mode-variables): Allow for any number of
2972 `mode' and `eval' entries. (Bug#3430)
2973
97e18192
GM
2974 * Makefile.in (ELCFILES): Add fadr.elc.
2975
731a00fb
GM
2976 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
2977 differing behavior of \n and ^ in strings. (Bug#3385)
2978
c66cd0ff
GM
2979 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
2980
3fde45af
GM
2981 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
2982 property.
2983 (lisp-indent-function): Make it a defcustom.
2984
db2241a0
NR
29852009-06-21 Nick Roberts <nickrob@snap.net.nz>
2986
2987 * progmodes/gdb-ui.el: Replace with ...
5242671e 2988 * progmodes/gdb-mi.el: ... this file.
db2241a0 2989 * progmodes/gud.el: Modify for gdb-mi.el.
fca428fe
GM
2990
29912009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
2992
db2241a0
NR
2993 * fadr.el: New file.
2994
38d4f316 2995See ChangeLog.14 for earlier changes.
e3d51b27
MR
2996
2997;; Local Variables:
2998;; coding: utf-8
e3d51b27
MR
2999;; End:
3000
38d4f316 3001 Copyright (C) 2009 Free Software Foundation, Inc.
e3d51b27
MR
3002
3003 This file is part of GNU Emacs.
3004
3005 GNU Emacs is free software: you can redistribute it and/or modify
3006 it under the terms of the GNU General Public License as published by
3007 the Free Software Foundation, either version 3 of the License, or
3008 (at your option) any later version.
3009
3010 GNU Emacs is distributed in the hope that it will be useful,
3011 but WITHOUT ANY WARRANTY; without even the implied warranty of
3012 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
3013 GNU General Public License for more details.
3014
3015 You should have received a copy of the GNU General Public License
3016 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
3017
38d4f316 3018;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1