(internal-ange-ftp-mode): Use define-derived-mode.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
ab22be48
SM
12009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
2
844f7784
SM
3 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
4
5ca4661e
SM
5 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
6 with constant argument.
7
c61dc887
SM
8 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
9
7eb73deb
SM
10 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
11
5fe443de
SM
12 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
13 Change default, since most of our files don't have a history.
14 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
15 the user.
16
6444d64a
SM
17 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
18 Add comint-run.
19
5cb16bfc
SM
20 * calc/calc.el: Improve commenting convention.
21 (calc-digit-map, toplevel): Simplify.
22
0aeb71a7
SM
23 * comint.el (comint-insert-input): Be careful to only set point if we
24 don't delegate to some other command.
25
9a9af856
SM
26 * proced.el (proced-signal-list): Make it an alist.
27 (proced-grammar-alist): Capitalize names.
28 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
29 Disable undo manually and make it read-only.
30 Use completion-annotate-function.
31
ab22be48
SM
32 * minibuffer.el (minibuffer-message): If the current buffer is not
33 a minibuffer, insert the message in the echo area rather than at the
34 end of the buffer.
35 (completion-annotate-function): New variable.
36 (minibuffer-completion-help): Use it.
37 (completion--embedded-envvar-table): Environment vars are
38 always case-sensitive.
39
4a948dbf
GM
402009-08-30 Glenn Morris <rgm@gnu.org>
41
42 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
43 from fortran-current-defun.
44 (fortran-beginning-of-subprogram): Be more precise about finding the
45 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
46 (fortran-end-of-subprogram): Simplify.
47 (fortran-current-defun): Use fortran-start-prog-re.
48
486cf3b8
JB
492009-08-29 Juanma Barranquero <lekktu@gmail.com>
50
51 * subr.el (do-after-load-evaluation): Simplify.
52
db167d28
DN
532009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
54
55 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
56
57 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
58 (vc-rcs-print-log): Use it.
59
60 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
61
efbc652a
SM
622009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
63
2aa0e5bf
SM
64 * paths.el (abbrev-file-name): Move to abbrev.el.
65 * abbrev.el (abbrev-file-name): Move from paths.el.
66 Obey user-emacs-directory.
67 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
68 user-emacs-directory.
69 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
70 abbrev-file-name and calc-settings-file any more.
71 * startup.el (command-line): Recompute abbrev-file-name and
72 abbreviated-home-dir.
73 (normal-no-mouse-startup-screen): Improve the generic code and get rid
74 of the special code for when C-h bindings haven't been changed.
75 (display-startup-echo-area-message): Use with-current-buffer.
76 (command-line-1): Use a list of strings, rather than a list of lists
77 of strings for longopts.
78
51da8fe2
SM
79 * files.el (get-free-disk-space): Use / for default-directory.
80
0c3cc4dd
SM
81 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
82 Use with-current-buffer.
83
d988dbf6
SM
84 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
85 Recognize immutable variables like most-positive-fixnum.
86 (byte-compile-setq-default): Check and warn if trying to assign
87 to an immutable variable, or a non-variable.
88
efbc652a
SM
89 * progmodes/cc-vars.el (c-comment-continuation-stars):
90 * progmodes/cc-engine.el (c-looking-at-bos):
91 * progmodes/cc-cmds.el (c-toggle-auto-state)
92 (c-forward-into-nomenclature, c-backward-into-nomenclature)
93 (c-comment-line-break-function): Add version of obsolescence.
94
d30a05d1
JL
952009-08-28 Juri Linkov <juri@jurta.org>
96
97 * files.el (magic-fallback-mode-alist): Add ZIP magic number
98 associated with `archive-mode'.
99
100 * image.el (image-type-header-regexps): Use only JPEG magic number
101 to determine JPEG images, and don't use `image-jpeg-p' because
102 Emacs can display non-JFIF non-Exif JPEG images.
103
1e8eecea
JB
1042009-08-28 Juanma Barranquero <lekktu@gmail.com>
105
106 * arc-mode.el (archive-mode):
107 * emacs-lisp/re-builder.el (re-builder-unload-function):
108 Protect against the default value of `major-mode' being nil.
109
dd4fbf56
JB
1102009-08-28 Juanma Barranquero <lekktu@gmail.com>
111
112 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
113 Fix typos in docstrings.
114
115 * progmodes/js.el (js--macro-decl-re): Doc fix.
116 (js--plain-method-re, js--split-name): Refloc docstring.
117 (js--class-styles, js--make-merged-item, js--splice-into-items):
118 Fix typos in docstrings; reflow docstrings.
119 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
120 (js--variable-decl-matcher, js--inside-pitem-p)
121 (js--parse-state-at-point, js--get-all-known-symbols)
122 (js--symbol-history, js-find-symbol, js--js-references)
123 (js--moz-interactor, js--js-encode-value, js--read-tab):
124 Fix typos in docstrings.
125
72f16325
SM
1262009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
127
14acf2f5
SM
128 * textmodes/reftex.el (reftex-get-file-buffer-force):
129 * progmodes/verilog-mode.el (verilog-batch-execute-func):
130 * emulation/viper.el (viper-go-away, viper-set-hooks):
131 * emacs-lisp/re-builder.el (re-builder-unload-function):
132 * emacs-lisp/bytecomp.el (byte-compile-file):
133 * ses.el (ses-unload-function):
134 * hexl.el (hexl-find-file):
135 * files.el (normal-mode):
136 * ehelp.el (with-electric-help):
137 * autoinsert.el (auto-insert-alist):
138 * arc-mode.el (archive-mode):
139 Use (default-value 'major-mode) instead of default-major-mode.
140
72f16325
SM
141 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
142 * international/mule.el (load-with-code-conversion):
143 * emacs-lisp/debug.el (debug):
144 * ediff-vers.el (ediff-rcs-get-output-buffer):
145 * dired.el (dired-internal-noselect): Don't let-bind
146 default-major-mode around code that doesn't use it.
147 E.g. buffer creation via get-buffer-create doesn't use it.
148
aa485f7c
MA
1492009-08-28 Michael Albinus <michael.albinus@gmx.de>
150
151 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
152 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
153 when writing the temp file. Otherwise, epa-file gets confused.
154 (tramp-register-file-name-handlers): Make it a defun. Move also
155 `epa-file-handler' to the front of `file-name-handler-alist'.
156
1572009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
158
159 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
160 start right after a ^M.
161 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
162 (tramp-completion-file-name-regexp-separate)
163 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
72f16325
SM
164 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
165 Don't modify last-coding-system-used by accident.
aa485f7c
MA
166 (tramp-completion-file-name-handler): Apply the checks here,
167 instead during registration.
168 (tramp-register-file-name-handlers) Renamed from
169 `tramp-register-file-name-handler'. Register both
170 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
72f16325 171 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
aa485f7c 172
3f0c2b92
NR
1732009-08-28 Nick Roberts <nickrob@snap.net.nz>
174
72f16325
SM
175 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
176 Remove variable ...
3f0c2b92
NR
177 (gdb-init-1, gdb-display-separate-io-buffer)
178 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
179 references to it.
180 (gdb-inferior-io-mode): Use make-comint-in-buffer.
181 (gdb-inferior-filter): Use comint-output-filter to stop
182 echoing and remove ^M characters.
183
705e5bd9
SM
1842009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
185
009fdc2e
SM
186 * emulation/viper-init.el (viper-restore-cursor-type):
187 * emulation/cua-base.el (cua--update-indications):
188 Replace default-cursor-type with (default-value 'cursor-type).
189
b56a5ae0
SM
190 * mail/sendmail.el (mail-recover-1):
191 * international/mule-diag.el (describe-current-coding-system-briefly)
192 (describe-current-coding-system):
193 * international/mule-cmds.el (select-safe-coding-system)
194 (select-message-coding-system)
195 (set-language-environment-coding-systems, set-locale-environment):
196 * hexl.el (hexl-insert-multibyte-char):
197 * dos-w32.el (find-buffer-file-type-coding-system):
198 * simple.el (what-cursor-position):
199 Replace uses of default-buffer-file-coding-system
200 with (default-value 'buffer-file-coding-system).
201
de70529f
SM
202 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
203 Replace uses of default-cursor-in-non-selected-windows
204 with (default-value 'cursor-in-non-selected-windows).
205 Use with-current-buffer.
206
705e5bd9
SM
207 * mail/feedmail.el: Use CL macros.
208 (feedmail-run-the-queue, feedmail-send-it-immediately):
209 * dos-w32.el (find-buffer-file-type): Replace uses of
210 default-buffer-file-type with (default-value 'buffer-file-type).
211
4d985ac2
GM
2122009-08-28 Glenn Morris <rgm@gnu.org>
213
214 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
215 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
216 Use default-value of major-mode rather than default-major-mode.
217
17c15b81
SM
2182009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
219
3a68ab06
SM
220 * Makefile.in (update-elcfiles): Report left over elc files.
221
9421bdd1
SM
222 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
223 expand-file-name and with-current-buffer.
224 (mail-get-names, mail-directory): Use with-current-buffer.
225
17c15b81
SM
226 * vc.el (vc-read-revision): New function.
227 (vc-version-diff, vc-merge): Use it.
228
ba83a64e
SS
2292009-08-27 Sam Steingold <sds@gnu.org>
230
231 * simple.el (kill-do-not-save-duplicates): New user option.
232 (kill-new): When it is non-nil, and the new string is the same as
233 the latest kill, set replace to t to avoid duplicates in kill-ring.
234
d5b5c94a
MA
2352009-08-19 Julian Scheid <julians37@gmail.com> (tiny change)
236
237 * net/tramp.el (tramp-handle-process-file): Do not flush all
238 caches when `process-file-side-effects' is set.
239 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
17c15b81
SM
240 instead of `tramp-find-file-exists-command'.
241 Unset `process-file-side-effects'.
d5b5c94a
MA
242
2432009-08-27 Michael Albinus <michael.albinus@gmx.de>
244
245 * net/tramp.el (tramp-methods): New method "rsyncc".
246 (top): Add completion function for "rsyncc".
247 (tramp-message-show-message): New defvar.
248 (tramp-message, tramp-error): Use it.
249 (tramp-do-copy-or-rename-file-directly): Extend check for direct
250 remote copying.
251 (tramp-do-copy-or-rename-file-out-of-band): Handle new
252 `tramp-methods' entry `copy-env' of "rsyncc".
253 (tramp-vc-registered-read-file-names): New defconst.
254 (tramp-vc-registered-file-names): New defvar.
255 (tramp-handle-vc-registered): Implement optimization strategy.
256 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
257 (tramp-vc-file-name-handler): New defun.
258 (tramp-get-ls-command, tramp-get-test-command)
259 (tramp-get-file-exists-command, tramp-get-remote-ln)
260 (tramp-get-remote-perl, tramp-get-remote-stat)
17c15b81 261 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
d5b5c94a
MA
262
263 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
264 (tramp-cache-inhibit-cache): Extend doc string. It allows also
265 timestamps.
266 (tramp-get-file-property): Check for timestamps in
267 `tramp-cache-inhibit-cache'.
268 (tramp-set-file-property): Write timestamp.
269
1339cf20
KH
2702009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
271
272 * language/japan-util.el (japanese-symbol-table): Add entries for
273 cp932-2-byte.
274
275 * international/characters.el: Add category `j' to cp932-2-byte.
276
726e3f1d
KH
2772009-08-27 Kenichi Handa <handa@m17n.org>
278
279 * international/fontset.el (build-default-fontset-data): New macro.
280 (setup-default-fontset): Use build-default-fontset-data for CJK,
7b6fefac 281 tibetan, ethiopic, and ipa.
726e3f1d 282
4e3b4528
SM
2832009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
284
285 * cus-start.el (default-major-mode): Customize `major-mode' instead.
286 (enable-multibyte-characters): Not customizable any more.
287
288 * subr.el (default-mode-line-format, default-header-line-format)
289 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
290 (default-direction-reversed, default-truncate-lines)
291 (default-left-margin, default-tab-width, default-case-fold-search)
292 (default-left-margin-width, default-right-margin-width)
293 (default-left-fringe-width, default-right-fringe-width)
294 (default-fringes-outside-margins, default-scroll-bar-width)
295 (default-vertical-scroll-bar, default-indicate-empty-lines)
296 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
297 (default-fringe-cursor-alist, default-scroll-up-aggressively)
298 (default-scroll-down-aggressively, default-fill-column)
299 (default-cursor-type, default-buffer-file-type)
300 (default-cursor-in-non-selected-windows)
301 (default-buffer-file-coding-system, default-major-mode)
302 (default-enable-multibyte-characters): Mark as obsolete.
303
b3cca6a6
DN
3042009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
305
652cc1a2
DN
306 * vc-dir.el (vc-dir-update): Remove debug helper.
307
b3cca6a6
DN
308 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
309
4ed8c7aa
SS
3102009-08-26 Sam Steingold <sds@gnu.org>
311
312 * simple.el (save-interprogram-paste-before-kill): New user option.
313 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
314 save the interprogram-paste into kill-ring before overriding it
315 with the Emacs kill.
316
3b64d86b
DN
3172009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
318
319 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
320 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
321 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
322 and move to vc-rcs.el.
323 (vc-default-next-revision): Rename to vc-rcs-next-revision and
324 move to vc-rcs.el.
325 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
326 (vc-rcs-update-changelog): Remove.
327 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
328 and move to vc-rcs.el.
329
330 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
331 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
332 renaming.
333 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
72f16325 334 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
3b64d86b
DN
335 vc.el, renamed to be RCS specific.
336
72f16325
SM
337 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
338 New functions.
339 (vc-cvs-update-changelog): Move here from vc.el.
3b64d86b
DN
340
341 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
342 New functions.
343
636a36a0
SM
3442009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
345
346 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
347
239b3340
DN
3482009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
349
b91f0762 350 * vc-git.el (vc-git-register): Use "git add" for directories.
2ddf440d
DN
351 (vc-git-stash, vc-git-stash-show): New functions.
352 (vc-git-extra-menu-map): Bind them.
b91f0762 353
b8e54362
DN
354 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
355 directory correctly in case the item is a directory itself.
356
239b3340
DN
357 * vc.el: Document the desired behavior for reverted files in the
358 `added' state.
dc810649
DN
359 (vc-default-prettify-state-info): Remove function, unused.
360
361 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
239b3340 362
e49c0179
GM
3632009-08-26 Glenn Morris <rgm@gnu.org>
364
365 * bindings.el (standard-mode-line-format): Reposition dashes in
366 which-func entry. (Bug#4217)
367
3029e594
GM
368 * files.el (enable-local-variables, enable-local-eval)
369 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
370 the defcustoms.
371 (auto-mode-alist, ignored-local-variables)
372 (save-some-buffers-action-alist): Move risky declarations to the
373 definitions.
374 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
375 (font-lock-defaults, format-alist, imenu--index-alist)
376 (imenu-generic-expression, input-method-alist, minor-mode-alist)
377 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
378 (mode-line-modified, mode-line-mule-info, mode-line-position)
379 (mode-line-process, mode-line-remote, outline-level)
380 (parse-time-rules, rmail-output-file-alist)
381 (special-display-buffer-names, vc-mode):
382 Move risky declarations to the relevant files.
72f16325
SM
383 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
384 (mode-line-modified, mode-line-process, mode-line-position)
3029e594
GM
385 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
386 * font-core.el (font-lock-defaults):
387 * format.el (format-alist):
388 * vc-hooks.el (vc-mode):
389 * window.el (special-display-buffer-names):
390 * international/mule-cmds.el (input-method-alist):
391 Define riskiness here (dumped file) rather than in files.el.
392 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
393 * imenu.el (imenu-generic-expression, imenu--index-alist):
394 * outline.el (outline-level):
395 * time.el (display-time-string):
396 * calendar/parse-time.el (parse-time-rules):
397 * mail/rmailout.el (rmail-output-file-alist):
398 Autoload riskiness here, rather than placing in files.el.
399
8476cfaf
SM
4002009-08-26 Andreas Schwab <schwab@linux-m68k.org>
401
402 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
403
0b35b48e
MA
4042009-08-25 Michael Albinus <michael.albinus@gmx.de>
405
406 * simple.el (process-file-side-effects): New defvar.
407
408 * dired-aux.el (dired-show-file-type):
409 * vc.el (vc-diff-internal):
410 * vc-arch.el (vc-arch-diff):
411 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
412 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
413 * vc-git.el (vc-git-registered, vc-git-working-revision)
414 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
415 (vc-git--empty-db-p):
416 * vc-hooks.el (vc-user-login-name):
417 * vc-svn.el (vc-svn-registered, vc-svn-state)
418 (vc-svn-dir-extra-headers, vc-svn-find-revision):
419 * progmodes/grep.el (grep-probe): Let-bind
420 `process-file-side-effects' with nil.
421
422 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
423
424 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
425 daemon. Replace ping by checking for running service for bluez
426 and zeroconf. (Bug#4239)
427
d54cc599
GM
4282009-08-25 Kevin Ryde <user42@zip.com.au>
429
430 * net/dig.el (dig): Add autoload cookie.
431
7bfd055d
GM
4322009-08-25 Glenn Morris <rgm@gnu.org>
433
bac9c66c
GM
434 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
435 load-history for absolute file-names.
436 (byte-compile-file-form-require): Warn about use of the cl package.
437
7bfd055d
GM
438 * format.el (format-alist): Doc fix.
439
5ac1f9e0
GM
440 * play/bubbles.el (top-level): Don't require cl at run-time.
441
af62aa88
GM
442 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
443 run-time cl).
444
71e036af
DD
4452009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
446
447 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
448 from cl package.
449 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
450
42110eaf
JB
4512009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
452
453 * calc/calc-alg.el (math-trig-rewrite)
454 (math-hyperbolic-trig-rewrite): New functions.
455 (calc-simplify): Simplify trig functions when asked.
456
88421f3e
SM
4572009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
458
459 * diff-mode.el (diff-find-source-location): Avoid goto-line.
460
dbd9624e
KH
4612009-08-24 Kenichi Handa <handa@m17n.org>
462
463 * language/ind-util.el (mapthread): Delete it.
464 (combinatorial): New function.
465 (indian--puthash-cv): Use combinatorial instead of mapthread.
466
9b89e3ee
GM
4672009-08-22 Kevin Ryde <user42@zip.com.au>
468
469 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
470 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
471 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
472 Clarify docstring that the value is strings not symbols.
473 (checkdoc-list-of-strings-p): New function.
474
e6ce8c42
GM
4752009-08-22 Glenn Morris <rgm@gnu.org>
476
2ddf2ea6 477 * files.el (auto-mode-alist):
a3374680
GM
478 * hippie-exp.el (he-concat-directory-file-name):
479 * lpr.el (lpr-windows-system, printer-name):
480 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
481 * ps-print.el (ps-windows-system):
482 * startup.el (command-line):
483 * emulation/viper-ex.el (viper-glob-function):
484 * international/mule-cmds.el (set-language-environment-coding-systems):
485 * net/ange-ftp.el (ange-ftp-write-region):
486 * obsolete/fast-lock.el (fast-lock-cache-name):
2ddf2ea6 487 Remove code for defunct system-types emx, macos, mswindows, next-mach,
a3374680
GM
488 unisoft-unix, vax-vms, win32, w32.
489
977955fa
GM
490 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
491 given name if the pattern is not more specific.
492
b4deec2e
GM
493 * calendar/lunar.el (lunar-phase-names): New option.
494 (lunar-phase): Doc fix.
495 (lunar-cycles-per-year): New constant.
496 (lunar-index): New function.
497 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
498 (lunar-phase-name): Use lunar-phase-names.
499 (calendar-lunar-phases): Use format.
500 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
501
47e83968
GM
502 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
503 Copy imenu-example--name-and-position function here for own use.
504 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
505
e6ce8c42
GM
506 * bs.el (bs--redisplay):
507 * cus-edit.el (custom-redraw):
508 * ibuffer.el (ibuffer-bury-buffer):
509 * server.el (server-goto-line-column):
510 * startup.el (command-line-1):
511 * strokes.el (strokes-xpm-for-stroke):
512 * term.el (term-display-buffer-line):
513 * view.el (View-goto-line):
514 * calc/calc.el (calc-do, calc-trail-buffer):
515 * play/gamegrid.el (gamegrid-add-score-insecure):
516 * progmodes/ada-mode.el (ada-compile-goto-error):
517 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
518 (ebrowse-select-1st-to-9nth):
47e83968 519 * progmodes/cperl-mode.el (cperl-time-fontification):
e6ce8c42
GM
520 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
521 * progmodes/gud.el (gud-display-line):
522 (idlwave-shell-display-line):
523 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
524 * progmodes/make-mode.el (makefile-browser-toggle):
525 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
526 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
527 * textmodes/picture.el (picture-draw-rectangle):
528 * textmodes/reftex-index.el (reftex-index-goto-letter):
529 (reftex-select-jump-to-previous):
530 * textmodes/reftex-sel.el (reftex-find-start-point)
531 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
532 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
533 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
534 * textmodes/tex-mode.el (tex-compilation-parse-errors):
535 * textmodes/two-column.el (2C-associated-buffer):
536 Use forward-line rather than goto-line.
537
538 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
539 goto-line.
540
4b18bdb3
GM
541 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
542 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
543 (quick-check-list-to-regexp): Declare.
e6ce8c42 544
72f16325
SM
545 * progmodes/make-mode.el (makefile-browser-insert-selection):
546 Use goto-char rather than goto-line.
e6ce8c42
GM
547
548 * progmodes/prolog.el (compilation-error-regexp-alist)
549 (compilation-forget-errors): Declare.
550
32a2cf25
JL
5512009-08-22 Juri Linkov <juri@jurta.org>
552
553 * progmodes/grep.el (lgrep, rgrep): At the beginning
554 set `dir' to `default-directory' unless `dir' is a non-nil
555 readable directory. (Bug#4052)
556 (lgrep, rgrep): Change a weird way to report an error
557 from using `read-string' to using `error'.
558 Instead of using interactive arguments in the function body,
559 add new argument `confirm'.
560
5443c9b7
SM
5612009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
562
cb5b40ee
SM
563 * textmodes/remember.el (remember-buffer):
564 * progmodes/cperl-mode.el (cperl-vc-header-alist):
565 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
566 (icalendar-extract-ical-from-buffer):
5443c9b7
SM
567 * net/newst-treeview.el (newsticker-groups-filename):
568 * net/newst-backend.el (newsticker-cache-filename):
569 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
570 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
571 (speedbar-add-ignored-path-regexp, speedbar-line-path)
572 (speedbar-buffers-line-path, speedbar-path-line)
573 (speedbar-buffers-line-path):
574 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
575 (epg-sign-keys):
576 * epa.el (epa-display-verify-result):
577 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
578
d6261cc1
GM
5792009-08-21 Glenn Morris <rgm@gnu.org>
580
3e1ea342
GM
581 * progmodes/js.el (inferior-moz-process): Fix declaration.
582
ce86eeb5
GM
583 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
584
fff28970
GM
585 * obsolete/rnewspost.el (news-mail-reply):
586 Use goto-char rather than goto-line.
587
d93e053b
GM
588 * term/ns-win.el (ns-open-file-select-line):
589 Use line-beginning-position rather than goto-line.
590
d5d105e8
GM
591 * apropos.el (apropos-command):
592 * ehelp.el (electric-helpify):
593 * printing.el (pr-show-setup):
594 * strokes.el (strokes-help):
595 * tutorial.el (tutorial--describe-nonstandard-key)
596 (tutorial--detailed-help):
597 * woman.el (woman-mini-help, woman-display-extended-fonts):
598 * calc/calc-help.el (calc-describe-key):
599 * emulation/edt.el (edt-electric-helpify):
600 * international/mule-diag.el (mule-diag):
601 * play/yow.el (apropos-zippy):
602 * progmodes/python.el (python-describe-symbol):
603 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
604 * textmodes/table.el (*table--cell-describe-mode)
605 (*table--cell-describe-bindings):
606 Use help-print-return-message rather than the now obsolete alias.
607
a8ab722f 608 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
9b4c5ecd
GM
609 (calendar-cursor-to-visible-date):
610 * play/5x5.el (5x5-position-cursor):
611 * play/decipher.el (decipher):
612 * play/gomoku.el (gomoku-goto-xy):
613 * play/landmark.el (lm-goto-xy):
614 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
615 (mpuz-paint-digit):
616 Use forward-line, not goto-line.
a8ab722f 617
d6261cc1
GM
618 * mail/rmail.el (rmail-obsolete): Delete custom group.
619 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
620 (rmail-remote-password, rmail-remote-password-required):
621 Remove unneeded :set-after and :set properties.
622
9e846523
MA
6232009-08-21 Michael Albinus <michael.albinus@gmx.de>
624
625 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
626
bbe1f502
DN
6272009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
628
bcc5db24
DN
629 * loadup.el: Remove leftover macos code.
630
bbe1f502
DN
631 * vc-git.el (vc-git-annotate-command): Run asynchronously.
632 Explicitly pass the date format to git blame so that user local
633 so that the output format can be parsed.
634
6fd2d19a
MA
6352009-08-20 Michael Albinus <michael.albinus@gmx.de>
636
637 * net/dbus.el (top): Don't check for (getenv
638 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
639
31764e15
SM
6402009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
641
642 * log-edit.el (log-edit-strip-single-file-name): New var.
5443c9b7 643 (log-edit-insert-changelog): Use it. Bug#3571
31764e15 644
28930e39
SM
6452009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
646
4fd15622 647 * subr.el (read-passwd): Use read-key so keypad keys work as well.
31764e15 648 Bug#3287
4fd15622 649
b3d8e4a0
SM
650 * help.el (help-print-return-message): Rename from
651 print-help-return-message.
652
c9829c70
SM
653 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
654 cvs-mode-map parent hack.
655 (log-view-mode): Derive from special-mode.
656
b932657b
SM
657 * linum.el (linum-mode): window-size-change-functions is redundant.
658 Adapt to new window-configuration-change-hook behavior.
659 (linum-after-size, linum-after-config): Remove.
660
1b700bca
SM
661 * imenu.el (imenu-example--name-and-position)
662 (imenu-example--lisp-extract-index-name)
663 (imenu-example--create-lisp-index, imenu-example--create-c-index):
664 Mark as obsolete.
665
28930e39
SM
666 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
667 (inferior-prolog-mode): Use it.
668 (inferior-prolog-load-file): Reset list of errors.
669
c9af0b68
KH
6702009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
671
672 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
673
674 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
675
720c7cd6
MA
6762009-08-19 Michael Albinus <michael.albinus@gmx.de>
677
678 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
679 is running already.
680
03a74b84
SM
6812009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
682
683 * subr.el (listify-key-sequence-1): Use normal syntax since those
684 integers are nowadays always represented by the same (positive) number
685 on all platforms.
686 (read-key-empty-map): New const.
687 (read-key-delay): New var.
688 (read-key): New function.
689 (force-mode-line-update): Use with-current-buffer.
690 (locate-user-emacs-file): Don't forget to abbreviate the file name.
691 (start-process-shell-command, start-file-process-shell-command):
692 Discourage the use of command-args.
693
f43e88d4
GM
6942009-08-19 Glenn Morris <rgm@gnu.org>
695
696 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
697
890429cc
SM
6982009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
699
85be9ec4
SM
700 * simple.el (choose-completion-string): Don't rely on
701 minibuffer-completing-file-name and ad-hoc checks to decide whether
702 to continue completion or not.
703
890429cc
SM
704 * minibuffer.el (minibuffer-hide-completions): New function.
705 (completion--do-completion): Use it.
706 (completions-annotations): New face.
707 (completion--insert-strings): Use it.
708 (completion-pcm--delim-wild-regex): Add docstring.
709 (completion-pcm--string->pattern): Add support for 0-width delimiters
710 in completion-pcm--delim-wild-regex.
711
265d4549
SM
7122009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
713
d440b941
SM
714 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
715 Remove unused var `buffer-modified-p'.
716
265d4549
SM
717 * minibuffer.el (completion--do-completion): Move point for the #b001
718 case as well (bug#4176).
719 (minibuffer-complete, minibuffer-complete-word): Don't move point.
720
ba6f7d86
MA
7212009-08-18 Michael Albinus <michael.albinus@gmx.de>
722
723 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
724 and :session buses.
725
98819490
KH
7262009-08-18 Kenichi Handa <handa@m17n.org>
727
265d4549
SM
728 * international/ucs-normalize.el (ucs-normalize-version):
729 Change to 1.1.
58627cf0
KH
730 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
731 (utf-8-hfs): Make it perform normalization on encoding too.
732
98819490
KH
733 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
734 (sentence-end-without-space): Delete duplicated chars.
735 (sentence-end-base): Likewise.
e739cc85
KH
736
737 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
738 (html-mode): Delete duplicated chars from sentence-end-base.
739
740 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
741 (texinfo-mode): Delete duplicated chars from sentence-end-base.
98819490 742
645b9326
CY
7432009-08-17 Chong Yidong <cyd@stupidchicken.com>
744
745 * files.el (hack-one-local-variable): If the mode function is for
746 a minor mode, pass it an argument (Bug#4148).
747
56c195af
MA
7482009-08-17 Michael Albinus <michael.albinus@gmx.de>
749
750 * net/tramp.el (tramp-register-completion-file-name-handler):
751 Check also for (member 'partial-completion completion-styles).
752
7a55c78b
CY
7532009-08-16 Chong Yidong <cyd@stupidchicken.com>
754
755 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
756 abbrev (Bug#3943).
757
8c777c8d
CY
7582007-10-08 Ilya Zakharevich <ilyaz@cpan.org>
759
760 * progmodes/cperl-mode.el: Merge upstream 6.2.
761 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
762 (cperl-forward-re): Check cperl-brace-recursing.
763 (cperl-highlight-charclass): New function.
764 (cperl-find-pods-heres): Use it.
765 (cperl-fill-paragraph): Synch to save-excursion placement used
766 upstream.
767 (cperl-beautify-regexp-piece): Fix column calculation.
768 (cperl-make-regexp-x): Handle case where point is between "q" and
769 "rs".
770 (cperl-beautify-level): Don't process entire regexp.
771 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
772 calling man.
773 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
774 (cperl-init-faces): Build a list in the normal way.
775
81b1f9c9
CY
7762009-08-16 Chong Yidong <cyd@stupidchicken.com>
777
778 * calendar/parse-time.el (parse-time-string-chars): Save match
779 data.
780
c3732cb8
SM
7812009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
782
55659495
SM
783 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
784 (sql-product): Use it.
785 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
786 (sql-set-product): Add completion.
787 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
788 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
789 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
790 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
791 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
792 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
793 (sql-highlight-db2-keywords): Remove.
794 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
795 (sql-highlight-product): Use derived-mode-p.
796 (sql-set-sqli-buffer): Use with-current-buffer.
797 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
798 Simplify.
799
1ae79427
SM
800 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
801
c3732cb8
SM
802 * term.el: Fix commenting convention, turn comments into docstrings.
803
f24b8bf3
CY
8042009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
805
806 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
807
7b6fefac 8082009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
e1bdde78 809
1200ac26 810 * calendar/parse-time.el (parse-time-string-chars): Compute using
d0d3f6e9
CY
811 character classes, to handle non-ascii characters (Bug#3190).
812
8132009-08-16 Chong Yidong <cyd@stupidchicken.com>
1200ac26 814
1abbe4e5
CY
815 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
816 another heredoc if the user adds another < (Bug#3226).
817
c3732cb8
SM
818 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
819 Don't initialize based on window-system (Bug#4124).
19261da4 820
daad00fc
CY
821 * facemenu.el (facemenu-read-color): Use a completion function
822 that accepts any defined color, such as RGB triplets (Bug#3677).
823
e1bdde78
CY
824 * files.el (get-free-disk-space): Change fallback default
825 directory to /. Expand DIR argument before switching to fallback.
826 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
827
9d73a99e
CY
8282009-08-15 Chong Yidong <cyd@stupidchicken.com>
829
830 * files.el (load-library): Doc fix.
831
68b962d4 8322009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
9d73a99e 833
c3732cb8
SM
834 * viper-cmd.el (viper-insert-isearch-string): New function.
835 (viper-if-string): Redefine C-s in the minibuffer to insert the last
68b962d4 836 incremental search string.
9d73a99e 837
c3732cb8 838 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
68b962d4 839 XEmacs.
9d73a99e 840
c3732cb8
SM
841 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
842 (ediff-merge-region-is-non-clash)
843 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
68b962d4 844 Also check if the job is really a merge job.
9d73a99e 845
c3732cb8 846 * ediff.el (ediff-current-file): New function.
9d73a99e 847
2e330adc
CY
8482009-08-15 Chong Yidong <cyd@stupidchicken.com>
849
850 * progmodes/js.el: Edit docstrings throughout to follow Emacs
851 conventions.
c3732cb8 852 (js-insert-and-indent): Delete function.
2e330adc
CY
853 (js-mode-map): Don't bind keys to js-insert-and-indent.
854 (js-beginning-of-defun): Rename from js--beginning-of-defun.
855 (js-end-of-defun): Rename from js--end-of-defun.
c3732cb8 856 (js-auto-indent-flag): Delete variable.
2e330adc 857
17b5d0f7
CY
8582009-08-14 Chong Yidong <cyd@stupidchicken.com>
859
c3732cb8
SM
860 * progmodes/js.el: Remove proclaim statement.
861 Defvar which-func-imenu-joiner-function to silence compiler.
2e330adc 862
ba2d8894
CY
863 * files.el (auto-mode-alist): Use js-mode for .js files.
864
c3732cb8 865 * progmodes/js2-mode.el: Remove file.
17b5d0f7
CY
866
867 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
868
869 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
870
c3732cb8 871 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
17b5d0f7
CY
872
8732009-08-14 Daniel Colascione <dan.colascione@gmail.com>
7b6fefac 874 Karl Landstrom <karl.landstrom@brgeight.se>
17b5d0f7
CY
875
876 * progmodes/js.el: New file.
877
b6377f1d
MH
8782009-08-14 Mark A. Hershberger <mah@everybody.org>
879
880 * timezone.el (timezone-parse-date): Add ability to understand ISO
881 basic format (minimal separators) dates in addition to the
882 already-supported extended format dates.
883
bc0eef46
EZ
8842009-08-14 Eli Zaretskii <eliz@gnu.org>
885
4e021e65
EZ
886 * international/ucs-normalize.el: Add a `coding' file variable.
887
bc0eef46
EZ
888 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
889
53dab179
SS
8902009-08-14 Sam Steingold <sds@gnu.org>
891
6801c38a 892 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
53dab179 893
6c58c39c
CY
8942009-08-13 Chong Yidong <cyd@stupidchicken.com>
895
896 * faces.el (help-argument-name): Define it here instead of
897 help-fns.el, because in daemon mode help-fns.el may be loaded when
898 faces are still uninitialized (Bug#1078).
899
900 * help-fns.el (help-argument-name): Move defface to faces.el.
901
c7baf7e9
NR
9022009-08-13 Nick Roberts <nickrob@snap.net.nz>
903
904 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
905 create buffer with a pty but no process so that GDB can make the
906 inferior the controlling process.
907
9c40e995 9082009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
d6d30064
KH
909
910 * international/ucs-normalize.el: New file.
911
8cdba32b
RS
9122009-08-13 Richard Stallman <rms@gnu.org>
913
5c950923
RS
914 * mail/rmail.el (rmail-get-attr-names):
915 Accept an attribute header that is too short.
916
76e1e40b
RS
917 * mail/rmail.el (rmail-forget-messages):
918 Ignore nil elt in rmail-message-vector. Use dotimes.
919
1fc01b08
RS
920 * progmodes/compile.el (compilation-goto-locus):
921 Use next-error-move-function.
922
8cdba32b
RS
923 * simple.el (next-error-move-function): New variable.
924
99910cf4
JL
9252009-08-12 Juri Linkov <juri@jurta.org>
926
927 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
928 always non-nil. (Bug#4052)
929
930 * replace.el (read-regexp): Return empty string when
931 `default-value' is nil.
932 (keep-lines-read-args): Don't use empty string as the
933 default value for `read-regexp'. (Bug#2495)
934
fc5bdf6c
JL
9352009-08-12 Juri Linkov <juri@jurta.org>
936
937 * international/mule-cmds.el (ucs-insert): Change arguments
938 from `arg' to `character', `count', `inherit' to be the same
939 as in `insert-char'. Doc fix. (Bug#4039)
940
941 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
942
77748848
JL
9432009-08-12 Juri Linkov <juri@jurta.org>
944
945 * files-x.el: New file.
946
947 * files.el: Move code that deals with adding/deleting
948 file/directory-local variables to files-x.el.
949
950 * Makefile.in (ELCFILES): Add files-x.elc.
951
c8a44c4e
DD
9522009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
953
27a9fd5a
DD
954 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
955 to use `goto-line'.
956 (gdb-place-breakpoints, gdb-get-location): Rewritten without
957 `goto-line'.
958 (gdb-invalidate-disassembly): Do not refresh upon receiving
7b6fefac 959 'update signal. Instead, update all disassembly buffers only after
27a9fd5a 960 threads list.
cf6e27cf
DD
961 (gdb): Send -target-detach when buffer is killed (#3794).
962 (gdb-starting): Moved -data-list-register-names...
963 (gdb-stopped): ...here so it's sent when first thread stops.
964 (gdb-registers-handler-custom): Do nothing if register names are
965 unknown yet.
27a9fd5a 966
c8a44c4e
DD
967 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
968 from `gdb-mi.el' to avoid extra tangling.
969
970 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
7b6fefac 971 change which breaks `gud-def' definitions used in `gdb'.
c8a44c4e
DD
972 (gdb-update-gud-running): No extra fuss for updating frame number.
973
dfd4e693
SM
9742009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
975
51c4341f
SM
976 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
977 (describe-language-environment-map, setup-language-environment-map)
978 (set-coding-system-map): Move initialization into declaration.
979 (set-language-info-alist): Last arg to define-key-after can be skipped.
980
981 * international/quail.el (quail-completion-1): Simplify.
982 (quail-define-rules): Use slightly more compact code.
983 (quail-insert-decode-map): Propertize keys, compact columns.
984
dfd4e693
SM
985 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
986 Add goto-line.
987
83326559
MB
9882009-08-10 Miles Bader <miles@gnu.org>
989
990 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
991 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
992 (js2-instance-member, js2-private-member, js2-private-function-call)
993 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
994 (js2-magic-paren, js2-external-variable):
995 Remove "-face" suffix from face names.
996 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
997 (js2-highlight-undeclared-vars, js2-peek-token)
998 (js2-parse-function-params, js2-mode-show-errors)
999 (js2-mode-show-warnings, js2-make-magic-delimiter)
1000 (js2-mode-highlight-magic-parens): Update to use new face names.
1001
8e754ea2
MA
10022009-08-09 Michael Albinus <michael.albinus@gmx.de>
1003
1004 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
1005 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
1006
1c292fc7
CY
10072009-08-09 Chong Yidong <cyd@stupidchicken.com>
1008
18d433a7
CY
1009 * subr.el: Provide hashtable-print-readable.
1010
1c292fc7
CY
1011 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
1012 hs-c-like-adjust-block-beginning.
1013 (hs-hide-block-at-point): Stop hiding at the beginning of
1014 hs-block-end-regexp (Bug#700).
1015
2db0ae07
DD
10162009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
1017
1018 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
1019 a macro.
1020 (gdb-registers-handler-custom): Do not fail when register names
1021 are unavailable.
1022
fe4740a6
DD
10232009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
1024
1025 * progmodes/gdb-mi.el (gdb-control-all-threads)
1026 (gdb-control-current-thread): Interactive setters for
1027 `gdb-gud-control-all-threads' to use in menu.
1028 (gdb-show-run-p): Show «Go» when process is not active.
7b6fefac 1029 (gud-tool-bar-map): Add non-stop/A,T indicator. Uses
fe4740a6
DD
1030 gud/thread.xpm and gud/all.xpm.
1031
ce299d55
CY
10322009-08-08 Yoni Rabkin <yoni@rabkins.net>
1033
1034 * net/net-utils.el (net-utils-font-lock-keywords): New var.
1035 (nslookup-font-lock-keywords): Make it a variable.
dba90ffd
CY
1036 (net-utils-mode): New mode for viewing diagnostic network output.
1037 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
1038 (net-utils-run-simple): New function.
1039 (ifconfig, iwconfig, netstat, arp, route): Use it.
ce299d55 1040
7c4654ad
DD
10412009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
1042
1043 * progmodes/gdb-mi.el (gdb-read-memory-custom)
1044 (gdb-memory-set-address, def-gdb-set-positive-number)
1045 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
1046 after changing settings.
1047 (gdb-invalidate-disassembly): Update when first shown.
1048 (gdb-edit-locals-value): Fixed.
1049 (gdb-registers-handler-custom): Print registers in right order and
1050 allow changing register values (only for current thread yet).
9cbac26b
DD
1051 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
1052 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
1053 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
1054 (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
1055 info in mode name.
1056 (gdb-registers-mode-map): TAB to switch to locals.
7c4654ad 1057
0f25a277
EZ
10582009-08-08 Eli Zaretskii <eliz@gnu.org>
1059
1060 * mail/rmail.el (rmail-add-mbox-headers)
1061 (rmail-set-message-counters-counter): Search for
1062 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
1063
b971be60
GM
10642009-08-08 Glenn Morris <rgm@gnu.org>
1065
1066 * Makefile.in (ELCFILES): Update.
1067
a35d3ad8
EZ
10682009-08-07 Eli Zaretskii <eliz@gnu.org>
1069
60c2df40
EZ
1070 * mail/sendmail.el (mail-yank-original): Set
1071 buffer-file-coding-system from the one used by the message whose
1072 text is yanked.
1073
8b0bcc2e
EZ
1074 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
1075 to "windows" when "pgnuplot" is used.
1076 (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
1077 call accept-process-output if "pgnuplot" is used.
1078 (calc-graph-init): Don't send -display and -geometry to
1079 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
1080 running "pgnuplot -V" with shell-command-to-string.
1081
1082 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
1083 the default.
1084
10852009-08-07 Eli Zaretskii <eliz@gnu.org>
1086
1087 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
a35d3ad8
EZ
1088 org/org-latex.elc.
1089
3bca7ca5
DN
10902009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
1091
3c53763c
DN
1092 * vc-dispatcher.el (vc-resynch-window): Update comment.
1093
3bca7ca5
DN
1094 * term.el (term-handle-ansi-escape): Add comments with the
1095 terminfo capabilities implemented.
1096
7b217360
DD
10972009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
1098
1099 * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
1100 (gdb-var-create-handler): Rewritten using JSON parser.
1101 (gdb-propertize-header): Moved earlier.
1102 (gdb-set-header): Removed to avoid duplication.
1103 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
1104 Refresh disassembly buffers only after threads list have been
1105 update.
1106 (gdb-threads-header, gdb-registers-header): Per-buffer header line
1107 variables.
1108
b4d84ecf
JL
11092009-08-04 Juri Linkov <juri@jurta.org>
1110
1111 * files.el: Commands to add/delete file/directory-local variables.
1112 (read-file-local-variable, read-file-local-variable-value)
1113 (read-file-local-variable-mode, modify-file-local-variable)
1114 (modify-file-local-variable-prop-line)
1115 (modify-dir-local-variable): New functions.
1116 (add-file-local-variable, delete-file-local-variable)
1117 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
1118 (add-dir-local-variable, delete-dir-local-variable)
1119 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
1120 (copy-dir-locals-to-file-locals-prop-line): New commands.
1121
42da39c1
CY
11222009-08-04 Chong Yidong <cyd@stupidchicken.com>
1123
1124 * abbrev.el (insert-abbrev-table-description): Prettify output.
1125 Suggested by Karl Chen.
1126
98bf8494
DD
11272009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
1128
78b9fb28 1129 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
7b6fefac 1130 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
78b9fb28
DD
1131 (gdb-overlay-arrow-position, gdb-thread-position)
1132 (gdb-disassembly-position): Declare variables.
1133 (gdb-wait-for-pending): Function now.
1134 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
1135 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
1136 compilation goes smoothly.
1137 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
1138 (gdb-non-stop-setting): New customization setting which replaces
1139 `gdb-non-stop' so changing it doesn't break active GDB session.
1140 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
1141 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
1142 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
1143 (gdb-show-threads-by-default): New customization options.
1144 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
1145 routines.
1146 (gdb-get-buffer-create): Send buffers update signal when they are
1147 created.
1148 (gdb-invalidate-locals, gdb-invalidate-registers)
1149 (gdb-invalidate-breakpoints)
1150 (gdb-invalidate-threads, gdb-invalidate-disassembly)
1151 (gdb-invalidate-memory): Accept update signal.
1152 (gdb-current-context-command): Use --frame option.
1153 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
1154 Implement `gdb-frame-number' selection logic.
1155 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
1156 whether to show GUD toolbar buttons.
1157 (gdb-thread-exited): Unselect current thread when it exits.
1158 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
1159 (gdb-mark-line): Routine which sets overlay arrow or inverses
1160 video on fringeless displays.
1161 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
1162 to build aligned columns of data in GDB buffers and set text
1163 properties line-by-line.
1164 (gdb-invalidate-breakpoints)
1165 (gdb-breakpoints-list-handler-custom)
1166 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
1167 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
1168 (gdb-registers-handler-custom): Align data columns.
1169 (gdb-locals-handler-custom): Now prints data like in variable
1170 declarations.
1171 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
1172 Removed confusing buttons.
1173 (gdb-invalidate-threads): Append --frame.
1174 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
1175 between breakpoints/threads buffers.
1176 (gdb-set-window-buffer): Now can ignore dedicated windows.
1177 (gdb-propertize-header): Use `gdb-set-window-buffer'.
1178 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
1179 (def-gdb-thread-buffer-gud-command): Replaces
1180 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
1181 for fine thread control.
1182 (gdb-preempt-existing-or-display-buffer): New function used to
1183 display bound buffers without breaking window layout.
1184 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
1185 (gdb-select-frame): New version of `gdb-frames-select' which now
1186 sets `gdb-frame-number' so commands may use --frame option instead
1187 of inner debugger state.
1188 (gdb-frame-handler): Do not set `gdb-frame-number'.
1189 (gdb-threads-mode-map): Select threads with mouse.
1190
1191 * progmodes/gud.el (gdb-gud-context-call): Declare function to
1192 avoid compilation warning.
1193 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
1194 `gdb-show-stop-p`.
1195
566f3909
DD
1196 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
1197 Argument `key' renamed to `buffer-type'.
1198 (gdb-current-context-buffer-name): Do not add thread info to
1199 buffer name when no thread is selected.
1200 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
1201 command (bug 3794).
1202 (gdb-thread-selected): Handle `=thread-selected' notification.
1203 (gdb-wait-for-pending): New macro to deal with congestion problems.
1204 (gdb-breakpoints-list-handler-custom): Don't fail on pending
1205 breakpoints.
7b6fefac
JB
1206 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
1207 This fixes problem similar to one described in bug 3947.
566f3909
DD
1208 (gud-menu-map): More menu items.
1209 (gdb-init-1): Reset `gdb-thread-number' to nil.
1210
4a31122c
DD
1211 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
1212 non-stop settings.
1213
1214 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
1215 (gdb-current-context-command): Do not append --thread if
1216 `gdb-thread-number' is nil.
1217 (gdb-running-threads-count, gdb-stopped-threads-count): New
1218 variables.
1219 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
1220 (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
1221 customization options.
1222 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
1223 GUD commands.
7b6fefac 1224 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
4a31122c
DD
1225 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
1226 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
1227 set `gdb-thread-number' and update `gud-running' properly.
1228 (gdb-running): Update threads list when new threads appear.
1229 (gdb-stopped): Support non-stop operation and new thread switching
1230 logic.
1231 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
1232 (gdb-json-partial-output): New set of JSON routines.
1233 (def-gdb-auto-update-trigger): New `signal-list' optional
1234 argument.
1235 (gdb-thread-list-handler-custom): Update `gud-running',
1236 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
1237 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
1238 (gdb-continue-thread, gdb-step-thread): New commands for fine
1239 thread execution control.
1240 (gud-menu-map): New menu items to switch non-stop options.
1241 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
0d25e058 1242 (gdb-send): Mimic RET properly (bug 3794).
4a31122c
DD
1243
1244 * progmodes/gdb-mi.el (gdb-rules-name-maker)
1245 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
1246 gdb-buffer-rules.
1247 (def-gdb-auto-update-handler): New nopreserve optional argument.
1248 (gdb-stack-list-frames-custom): Print stack from top to bottom.
1249
1250 * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
1251 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
1252 (gdb-parent-mode): New mode to derive other GDB modes from.
1253 (gdb-display-disassembly-for-thread)
1254 (gdb-frame-disassembly-for-thread): New commands for threads
1255 buffer.
1256
1257 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
1258 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
a5c9f540
DD
1259 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
1260 (gdb-update): We now store all GDB buffers in a list so that they
1261 can be updated by traversing a list instead of calling invalidate
7b6fefac 1262 triggers explicitly.
a5c9f540
DD
1263 (def-gdb-trigger-and-handler): New macro to define trigger-handler
1264 pair for GDB buffer.
1265 (gdb-stack-buffer-name): Add thread information.
e7086683
DD
1266 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
1267 handle pending triggers.
1268 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
1269 (def-gdb-thread-buffer-simple-command)
1270 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
1271 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
7b6fefac
JB
1272 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
1273 New commands which show buffers bound to thread.
e7086683 1274 (gdb-stack-list-locals-regexp): Removed unused regexp.
4a31122c 1275
7b6fefac
JB
1276 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
1277 (gdb-locals-buffer-name, gdb-registers-buffer-name)
4a31122c
DD
1278 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
1279 to (gud-comint-buffer) in *-buffer-name functions
1280 because (gdb-get-target-string) already does that.
1281 (gdb-locals-handler-custom, gdb-registers-handler-custom)
1282 (gdb-changed-registers-handler): Rewritten without regexps.
1283
1284 * progmodes/gdb-mi.el Basic thread selection support.
1285 (gdb-thread-number): New variable.
1286 (gdb-current-context-command): New macro which adds --thread
1287 option to command.
7b6fefac 1288 (gdb-threads-mode-map): Select thread with SPC.
4a31122c 1289 (gdb-thread-list-handler-custom): Mark current thread with overlay
7b6fefac 1290 arrow. Synchronize GDB thread and Emacs thread.
4a31122c
DD
1291 (gdb-select-thread): New command which selects current thread.
1292 (gdb-invalidate-frames, gdb-invalidate-locals)
1293 (gdb-invalidate-registers): Use --thread option.
20f12ed8 1294
2ac33804
MA
12952009-08-04 Michael Albinus <michael.albinus@gmx.de>
1296
1297 * net/tramp.el (top): Make check for tramp-gvfs loading more
8e754ea2 1298 robust. (Bug#3977)
2ac33804
MA
1299 (tramp-handle-insert-file-contents): `unwind-protect' must be
1300 inside `with-parsed-tramp-file-name'.
1301
1302 * net/tramp-gvfs.el (top): Remove superfluous message when loading
1303 fails.
1304
39d0296f
NR
13052009-08-03 Nick Roberts <nickrob@snap.net.nz>
1306
1307 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
1308 directory if CLASSPATH is not set.
1309
adcbca53
MA
13102009-08-03 Michael Albinus <michael.albinus@gmx.de>
1311
7b6fefac
JB
1312 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
1313 New defconst.
7ef849b6 1314 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
adcbca53 1315
30924b0b
CY
13162009-08-02 Kevin Ryde <user42@zip.com.au>
1317
7b6fefac
JB
1318 * net/newst-backend.el (newsticker--raw-url-list-defaults):
1319 Update freshmeat link. Delete newsforge.com as it seems gone.
30924b0b 1320
b6ce92f1
CY
13212009-08-02 Chong Yidong <cyd@stupidchicken.com>
1322
d977a092
CY
1323 * select.el (x-set-selection): Doc fix (Bug#4021).
1324
1325 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
1326
b6ce92f1
CY
1327 * help-fns.el (describe-variable): Treat list return values from
1328 dir-locals-find-file properly (Bug#4005).
1329
7b6fefac 13302009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
3eedbc85
MA
1331
1332 * net/tramp.el (tramp-debug-message): Print also microseconds.
1333
13342009-08-02 Michael Albinus <michael.albinus@gmx.de>
1335
1336 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
1337 or END is non-nil.
1338 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
1339 (tramp-get-debug-buffer): Change `outline-regexp' according to new
1340 format.
1341
1342 * net/tramp-cache.el (tramp-cache-inhibit-cache ): New defvar.
1343 (tramp-get-file-property): Use it.
1344
1345 * autorevert.el (auto-revert-handler): Allow
1346 `auto-revert-tail-mode' for remote files.
1347
2aafe808
JR
13482009-08-02 Jason Rumney <jasonr@gnu.org>
1349
1350 * minibuffer.el (read-file-name): Treat confirm options to
7b6fefac 1351 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
2aafe808 1352
e094097c
CY
13532009-08-02 Chong Yidong <cyd@stupidchicken.com>
1354
1355 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
1356 (font-lock-variable-name-face, font-lock-constant-face): Darken
1357 the colors for light backgrounds.
1358
de94f281
EZ
13592009-08-01 Eli Zaretskii <eliz@gnu.org>
1360
1361 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
1362 month names. (Bug#3987)
1363
54b99340
CY
13642009-07-31 Chong Yidong <cyd@stupidchicken.com>
1365
1366 * simple.el (line-move-finish): Pass whole number to
1367 line-move-to-column.
34be836c 1368 (line-move-visual): Perform hscroll to the recorded position.
54b99340 1369
38216c30
JB
13702009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
1371
1372 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
1373
c779896d
CY
13742009-07-29 Alan Mackenzie <acm@muc.de>
1375
1376 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
1377
592ccae0
DD
13782009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
1379
35edc6c6
DD
1380 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
1381 (gdb-place-breakpoints): Use full path when setting breakpoints.
592ccae0 1382
5a9e3ab7
JB
13832009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
1384
1385 * calc/calc.el (calc-mode-map): Add keybinding for
1386 `calc-transpose-lines'.
1387
7b6fefac 13882009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
5a9e3ab7
JB
1389
1390 * calc/calc-misc.el (calc-transpose-lines): New function.
1391
905fb90e
MA
13922009-07-28 Michael Albinus <michael.albinus@gmx.de>
1393
1394 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
1395 Simplify check for out-of-band methods.
1396 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
1397 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
1398
76e14464
DN
13992009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
1400
1401 * vc-git.el (vc-git-checkin): Fix typo.
1402
af077012
SY
14032009-07-28 Steve Yegge <steve.yegge@gmail.com>>
1404
1405 * progmodes/js2-mode.el: New file.
1406
b85157fe
NR
14072009-07-28 Nick Roberts <nickrob@snap.net.nz>
1408
1409 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
1410 (gud-menu-map): Adjust tooltip accordingly.
1411
d43c2b06
DN
14122009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
1413
1c0f0c3b
DN
1414 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
1415 (vc-bzr-log-view-mode): Adjust log-view-file-re.
1416
d43c2b06
DN
1417 * add-log.el (change-log-mode-map): Add a menu.
1418
3dec5c36
MA
14192009-07-27 Michael Albinus <michael.albinus@gmx.de>
1420
1421 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
1422 function returns nil.
1423 (dbus-handle-event): Handle special return value :ignore.
1424 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
1425
5704140c
CY
14262009-07-26 Chong Yidong <cyd@stupidchicken.com>
1427
1428 * view.el (view-mode-enable): Don't define Helper-return-blurb if
1429 it's not needed.
1430
3077d1f6
EZ
14312009-07-25 Eli Zaretskii <eliz@gnu.org>
1432
1433 Fix Bug#3888:
1434
1435 * w32-vars.el (x-select-enable-clipboard): Doc fix.
1436
1437 * term/pc-win.el (x-display-name, x-colors)
1438 (x-select-enable-clipboard, x-select-text): Doc fix.
1439
1440 * term/common-win.el (x-display-name, x-colors): Doc fix.
1441
1442 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
1443 (xw-defined-colors): Doc fix.
1444
1445 * w32-fns.el (x-select-text, x-setup-function-keys)
1446 (x-get-selection, x-set-selection): Doc fix.
1447
1448 * term/x-win.el (x-select-text, x-setup-function-keys)
1449 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
1450
1451 * select.el (x-set-selection): Doc fix.
1452
51768bc8
MA
14532009-07-25 Michael Albinus <michael.albinus@gmx.de>
1454
1455 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
1456 instead of "IsNSSSupportAvailable". Avahi ought to work also when
1457 "IsNSSSupportAvailable" method is not available. Reported by
1458 Steve Youngs <steve@sxemacs.org>.
1459
b11c2874
KH
14602009-07-24 Kenichi Handa <handa@m17n.org>
1461
1462 * international/characters.el: Fix setting of category ?C, ?|, ?K,
7b6fefac 1463 and ?H. Fix setting of case for Latin Extended and Greek Extended.
b11c2874
KH
1464 (build-unicode-category-table): Fix range checks.
1465
ba83b7b6
DN
14662009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
1467
1468 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
1469 the buffer we try to sync is current when calling
1470 vc-resynch-buffer.
1471
1472 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
1473 not show up to date files.
1474
7a8ae964
GM
14752009-07-24 Glenn Morris <rgm@gnu.org>
1476
1477 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
1478 Add autoload cookies. If necessary, initialize.
1479 (elint-log): Handle non-file buffers.
1480 (elint-initialize): Add optional argument to reinitialize.
1481 (elint-find-builtin-variables): Save excursion.
1482
a707eb05
DN
14832009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
1484
1485 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
1486 for Lint.
1487
0a2ddfa6
DN
14882009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
1489
d6a62b0d
DN
1490 * vc.el (vc-print-log-internal): New function, split out from ...
1491 (vc-print-log): ... here.
10b5dcad 1492 (vc-dir-move-to-goal-column): Declare.
d6a62b0d 1493
0a2ddfa6
DN
1494 * vc-git.el (vc-git-add-signoff): New variable.
1495 (vc-git-checkin): Use it.
1496 (vc-git-toggle-signoff): New function.
1497 (vc-git-extra-menu-map): Bind it to menu.
2a0e3379
DN
1498 (vc-git--run-command-string): Accept a nil FILE argument.
1499 (vc-git-stash-list): New function.
1500 (vc-git-dir-extra-headers): Use it.
0a2ddfa6 1501
589a99f2
GM
15022009-07-23 Glenn Morris <rgm@gnu.org>
1503
1504 * help-fns.el (describe-variable): Describe ignored and risky local
1505 variables in a similar way to that in which we describe safe ones.
1506
1507 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
1508 (byte-compile-output-file-form, byte-compile-output-docform)
1509 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
1510 Give some more local variables with common names a "bytecomp-" prefix,
1511 so as not to shadow things during compilation.
1512 * emacs-lisp/cl-macs.el (load-time-value)
1513 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
1514 `outbuffer' to `bytecomp-outbuffer'.
1515
1516 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
1517 since the next two variables cover them automatically now.
1518 (elint-builtin-variables, elint-autoloaded-variables): New.
1519 (elint-unknown-builtin-args): Remove all members, since they can be
1520 parsed automatically now.
1521 (elint-extra-errors): New.
1522 (elint-env-add-env, elint-env-add-macro): Use cadr.
1523 (elint-current-buffer): Use or. Change final message.
1524 (elint-get-top-forms): Use line-end-position.
1525 (elint-init-env): Use cadr. Handle autoload, declare-function,
1526 and defalias.
1527 (elint-add-required-env): Doc fix. Use or. Standardize error.
1528 (regexp-assoc): Remove unused function.
1529 (elint-top-form): Set elint-current-pos, to record the start of the
1530 top-level form, for compilation-mode.
1531 (elint-form): Trap errors in macro expansion. Use dolist.
1532 (elint-unbound-variable): Use elint-builtin-variables and
1533 elint-autoloaded-variables.
1534 (elint-get-args): Use cadr, or.
1535 (elint-check-cond-form): Use dolist, cadr.
1536 (elint-check-condition-case-form): Doc fix. Use cadr.
1537 Use elint-extra-errors.
1538 (elint-log): New function.
1539 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
1540 Distinguish errors and warnings.
1541 (elint-log-message): Use with-current-buffer. Inhibit read-only.
1542 Use a bytecomp-style format.
1543 (elint-clear-log): Preserve default-directory. Inhibit read-only.
1544 (elint-get-log-buffer): Use compilation mode. Disable undo.
1545 Don't truncate lines.
1546 (elint-initialize): Set builtin and autoloaded variable lists.
1547 Only process elint-unknown-builtin-args if non-nil.
1548 (elint-find-builtin-variables, elint-find-autoloaded-variables):
1549 New functions.
1550 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
1551
855b42a2
GM
15522009-07-22 Kevin Ryde <user42@zip.com.au>
1553
1554 * net/newst-backend.el (newsticker--parse-atom-1.0)
1555 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
1556 (newsticker--parse-rss-1.0):
1557 * progmodes/idlwave.el (idlwave-mode):
1558 * progmodes/idlw-shell.el (idlwave-shell-mode):
1559 * progmodes/vera-mode.el (vera-mode):
1560 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
1561 * progmodes/vhdl-mode.el (vhdl-mode):
1562 * textmodes/table.el (table-generate-source)
1563 (table--warn-incompatibility):
1564 Hyperlink urls in docstrings with URL `...'.
1565
fd413a37
GM
15662009-07-22 Glenn Morris <rgm@gnu.org>
1567
cb711556
GM
1568 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
1569 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
1570 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
1571 Remove leading * from defcustom docs.
1572
fd413a37
GM
1573 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
1574
1575 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
1576 defcustom doc.
1577 (list-load-path-shadows): Optionally, just return shadows as a string.
1578
1579 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
1580
a4f69701
CY
15812009-07-21 Chong Yidong <cyd@stupidchicken.com>
1582
1583 * mail/rmailedit.el (rmail-edit-mode): Use
1584 auto-save-include-big-deletions.
1585
1586 * mail/rmail.el (rmail-variables): Use
1587 auto-save-include-big-deletions.
1588
1589 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
1590 changes.
1591
ec06459c
JB
15922009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
1593
1594 * calc/calc.el (calc-undo-length): New variable.
1595 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
1596
b41b0976
RS
15972009-07-21 Richard Stallman <rms@gnu.org>
1598
1599 * files.el (auto-save-mode): Handle buffer-save-size = -2
1600 for toggling mode.
1601
4ed32706
GM
16022009-07-21 Glenn Morris <rgm@gnu.org>
1603
531b1264
GM
1604 * textmodes/ispell.el (ispell-looking-back): Update declaration.
1605
55d27f41
GM
1606 * calendar/todo-mode.el (calendar-current-date): Update declaration.
1607
02df3f4d
GM
1608 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
1609 silence compiler. Instead...
1610 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
1611 (ps-print-ensure-fontified): Update for above function name changes.
1612
fdd8417e
GM
1613 * printing.el (pr-mh-get-msg-num, pr-mh-show)
1614 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
1615 silence compiler. Instead...
1616 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
1617 (mh-show-buffer): Only define for compiler.
1618 (pr-mh-current-message): Update for above function name changes.
1619
4ed32706
GM
1620 * files.el (abort-if-file-too-large): Explicitly pass `filename'
1621 as an argument.
1622 (find-file-noselect, insert-file-1): Update for above change.
1623
1624 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
1625
1626 * mail/mailclient.el (mailclient-send-it): Fix message.
1627
1628 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
1629 (edebug-eval): Check cl-debug-env is bound.
1630 (print-level, print-circle): Don't redefine built-in variables.
1631
1632 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
1633 (custom-print-vectors): Remove old comments from doc.
1634
1635 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
1636 (emerge-version): Make the variable an obsolete alias for the
1637 emacs-version variable. Make the function obsolete.
1638 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
1639 Emerge options, rather than merging in into the main Options menu.
1640 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
1641 and auto advance modes. Disable edit/fast items when not relevant.
1642
86812144
CY
16432009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
1644
1645 * term/vt420.el (terminal-init-vt420): Fix typo.
1646
6bb90094
SS
16472009-07-20 Sam Steingold <sds@gnu.org>
1648
1649 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
1650 variable (removed from compile.el on 2004-03-11).
1651
42e0a725
CY
16522009-07-20 Chong Yidong <cyd@stupidchicken.com>
1653
1654 * files.el (hack-local-variables-filter): Fix last change.
1655
2ee20f24
JL
16562009-07-19 Juri Linkov <juri@jurta.org>
1657
1658 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
1659 (dir-local-variables-alist): New buffer-local variable.
1660 (hack-local-variables-filter): If variable is not dir-local,
1661 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
1662 because file-local overrides dir-local.
1663 (c-postprocess-file-styles)<declare-function>:
1664 Remove obsolete declaration.
1665 (hack-dir-local-variables): Add dir-local variable/value pair to
1666 `dir-local-variables-alist' and remove duplicates. Doc fix.
1667
1668 * help-fns.el (describe-variable): Add information about
1669 file-local and dir-local variables.
1670
89bf83cd
CY
16712009-07-19 Chong Yidong <cyd@stupidchicken.com>
1672
1673 * files.el (hack-local-variables-filter): Rewrite.
1674
1a8d3541
GM
16752009-07-19 Glenn Morris <rgm@gnu.org>
1676
d9e8a018
GM
1677 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
1678 Silence compiler by only defining on XEmacs.
1679
da332cfb
GM
1680 * international/mule.el (auto-coding-regexp-alist): Only match
1681 BABYL... at the start of buffer, not of lines. (Bug#3790)
1682
1a8d3541
GM
1683 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
1684 non-calendar buffers (Bug#3862). Restore "not on a date" message.
1685 (cal-menu-context-mouse-menu): Doc fix.
1686
1687 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
1688
1689 * simple.el (mail-user-agent): Doc fix. Set :version tag.
1690
d842b103
JL
16912009-07-18 Juri Linkov <juri@jurta.org>
1692
1693 * info.el: Virtual Info keyword finder.
1694 (add-to-list)<Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
1695 (Info-finder-file): New variable.
1696 (Info-finder-find-file): New function.
1697 (finder-known-keywords, finder-package-info)
1698 (find-library-name, lm-commentary): Use defvar and
1699 declare-function to silence compiler warnings.
1700 (Info-finder-find-node): New function.
1701 (info-finder): New command.
1702
1703 * subr.el (process-kill-buffer-query-function): New function.
1704 (add-hook)<kill-buffer-query-functions>: Add hook
1705 `process-kill-buffer-query-function'.
1706
10d37df7
AM
17072009-07-18 Alan Mackenzie <acm@muc.de>
1708
7b6fefac 1709 * progmodes/cc-mode.el (c-before-hack-hook)
10d37df7
AM
1710 (c-postprocess-file-styles): Give invocation of `c-set-style'
1711 DONT-OVERRIDE parameter of t. Already set style variables will
1712 thus not be overridden by style settings given by `c-file-syle'.
1713
1714 * files.el (hack-local-variables-filter): Remove entries with
1715 duplicate keys from `file-local-variables-alist'.
1716
102e1a41
EZ
17172009-07-18 Eli Zaretskii <eliz@gnu.org>
1718
1719 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
1720 x-set-selection if display-selections-p returns nil for the
1721 current frame.
1722
16f2e9fc
CY
17232009-07-18 Chong Yidong <cyd@stupidchicken.com>
1724
1725 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
1726
f22693fc
EZ
17272009-07-18 Eli Zaretskii <eliz@gnu.org>
1728
a6c2c80c
EZ
1729 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
1730 Accept nil in addition to a regexp.
1731 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
1732 Accept nil in addition to a regexp.
1733 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
1734 buffers that have an associated file. Handle nil values of
1735 desktop-buffers-not-to-save and desktop-files-not-to-save.
1736 (Bug#3833)
1737
f22693fc
EZ
1738 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
1739 (x-disown-selection-internal): New functions.
1740
e456379a
NR
17412009-07-18 Nick Roberts <nickrob@snap.net.nz>
1742
1743 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
1744 warning.
1745 (gdb-breakpoints-header): Move forward to avoid compiler warning.
1746 (gdb-make-header-line-mouse-map): Remove duplicate definition.
1747
0013b70f
CY
17482009-07-18 David De La Harpe Golden <david@harpegolden.net>
1749
1750 * simple.el (set-mark): Revert last change.
1751
0855c2ca
CY
17522009-07-17 Tassilo Horn <tassilo@member.fsf.org>
1753
1754 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
1755 rendering of pngs is not possible instead of messaging a long
1756 description.
1757
3f5c9cad
CY
17582009-07-17 David De La Harpe Golden <david@harpegolden.net>
1759
1760 * w32-fns.el (x-selection-owner-p): New function.
1761
1762 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
6c6a75d5
CY
1763 (mouse-yank-at-click, mouse-yank-primary): If
1764 select-active-regions is non-nil, deactivate the mark before
1765 insertion.
3f5c9cad
CY
1766
1767 * simple.el (deactivate-mark, set-mark): Only save selection if we
1768 own it.
1769
1fc87f9b
KH
17702009-07-17 Kenichi Handa <handa@m17n.org>
1771
1772 * case-table.el (describe-buffer-case-table): Fix for the case
1773 that KEY is a cons.
1774
d56fdcd2
DN
17752009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
1776
1777 * vc-rcs.el (vc-rcs-find-file-hook):
1778 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
1779
bede3e9f
MA
17802009-07-16 Michael Albinus <michael.albinus@gmx.de>
1781
1782 * net/tramp.el (tramp-wait-for-output): Handle the case when
1783 commands do not return a newline but a null byte before the shell
1784 prompt. (Bug#3858)
1785
7653ca1d
YM
17862009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1787
1788 * term/ns-win.el (ns-set-alpha): Don't declare.
1789 (ns-set-background-alpha): Remove function.
1790
ed2a52e9
SM
17912009-07-16 Kevin Ryde <user42@zip.com.au>
1792
1793 * emacs-lisp/copyright.el (copyright-update): Save match-data across
1794 y-or-n-p, for safety.
1795
7a907299
RS
17962009-07-16 Richard Stallman <rms@gnu.org>
1797
1798 * files.el (auto-save-mode): If buffer-saved-size is -2,
1799 don't clobber it.
1800
1801 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
1802 (rmail-retry-ignored-headers): Add more uninteresting fields.
1803
c0db3477
CY
18042009-07-15 Jari Aalto <jari.aalto@cante.net>
1805
1806 * net/rcirc.el (rcirc): Use history variables.
1807 (rcirc-server-name-history, rcirc-nick-name-history)
1808 (rcirc-server-port-history): New variables.
1809
6c875452
KH
18102009-07-15 Kenichi Handa <handa@m17n.org>
1811
bf974dc9
KH
1812 * international/mule-cmds.el (set-language-environment-charset):
1813 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
1814 ignore them.
1815
6c875452
KH
1816 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
1817 Delete unibyte-display.
1818
2066b4fe
CY
18192009-07-15 Chong Yidong <cyd@stupidchicken.com>
1820
1821 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
1822
f9be2e35
CY
18232009-07-15 Chong Yidong <cyd@stupidchicken.com>
1824
1825 * simple.el (deactivate-mark): Optional argument FORCE.
1826 (set-mark): Use deactivate-mark.
1827
1828 * info.el (Info-search): No need to check transient-mark-mode
1829 before calling deactivate-mark.
1830
1831 * select.el (x-set-selection): Doc fix.
1832 (x-valid-simple-selection-p): Allow buffer values.
1833 (xselect--selection-bounds): Handle buffer values. Suggested by
1834 David De La Harpe Golden.
1835
1836 * mouse.el (mouse-set-region, mouse-drag-track): Call
1837 copy-region-as-kill before setting the mark, to let
1838 select-active-regions work.
1839
18402009-06-28 David De La Harpe Golden <david@harpegolden.net>
1841
1842 * simple.el (deactivate-mark): If select-active-regions is
1843 non-nil, copy the selection data into a string.
1844 (activate-mark): If select-active-regions is non-nil, set the
1845 selection to the current buffer.
1846 (set-mark): Update selection if select-active-regions is non-nil.
1847
1848 * select.el (x-valid-simple-selection-p): Allow buffer values.
1849
cbd61418
SM
18502009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
1851
1852 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
1853 and more featureful message-mode.
1854
f470187f
CY
18552009-07-14 Chong Yidong <cyd@stupidchicken.com>
1856
1857 * select.el (x-set-selection): Doc fix.
1858 (x-valid-simple-selection-p): Disallow selection data consisting
1859 of a list or cons of integers, since that is not used.
1860 (xselect--selection-bounds, xselect--int-to-cons): New functions.
1861 (xselect-convert-to-string, xselect-convert-to-length)
1862 (xselect-convert-to-filename, xselect-convert-to-charpos)
1863 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
1864
bfc99364
DD
18652009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
1866
1867 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
1868 output in -break-info command (Emacs bug #3794).
1869
e32721f5
GM
18702009-07-14 Glenn Morris <rgm@gnu.org>
1871
1e46f9e4
GM
1872 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
1873 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
1874 (edebug-print-length, edebug-print-level, edebug-print-circle)
1875 (edebug-sit-for-seconds, edebug-view-outside)
1876 (edebug-bounce-point, edebug-set-global-break-condition)
1877 (edebug-Go-nonstop-mode, edebug-trace-mode)
1878 (edebug-Trace-fast-mode, edebug-continue-mode)
1879 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
1880 (edebug-visit-eval-list): Doc fixes.
1881
e32721f5
GM
1882 * subr.el (def-edebug-spec): Doc fix.
1883
66a85e76
KH
18842009-07-14 Kenichi Handa <handa@m17n.org>
1885
1886 * international/characters.el: Fix setting of category ?C.
1887
28571246
JD
18882009-07-13 Jan Djärv <jan.h.d@swipnet.se>
1889
7b6fefac 1890 * term/ns-win.el (x-select-font): defalias x-select-font to
28571246
JD
1891 ns-popup-font-panel instead of generate-fontset-menu.
1892
5d74672c
EZ
18932009-07-12 Eli Zaretskii <eliz@gnu.org>
1894
7b6fefac 1895 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
5d74672c 1896
eb1727a4
CY
18972009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
1898
1899 * arc-mode.el (archive-find-type): Allow for a PK00 string before
1900 the PK\003\004 header (Bug#3770).
1901
208384c5
CY
19022009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
1903
1904 * pcomplete.el (pcomplete-comint-setup): Check for
1905 shell-dynamic-complete-filename too.
1906
774409a1
CY
19072009-07-11 Chong Yidong <cyd@stupidchicken.com>
1908
1909 * simple.el (temporary-goal-column): Change the value for
1910 line-move-visual to a cons cell.
1911 (line-move-visual): Record or set the window hscroll, if
1912 necessary (Bug#3494).
1913 (line-move-1): Handle cons value of temporary-goal-column.
1914
1639ee1d
KH
19152009-07-11 Kenichi Handa <handa@m17n.org>
1916
1917 * international/mule-diag.el (describe-character-set): Don't show
1918 width.
1919
2b1d2412
SS
19202009-07-10 Sam Steingold <sds@gnu.org>
1921
1922 * progmodes/compile.el (compilation-mode-font-lock-keywords):
1923 Omake sometimes indents the errors it prints, so allow all
1924 regexps to start with spaces.
1925
ed3a5691
EZ
19262009-07-10 Eli Zaretskii <eliz@gnu.org>
1927
ed2a52e9
SM
1928 * cus-edit.el (customize-changed-options-previous-release):
1929 Bump value to 22.1. (Bug#3804)
ed3a5691 1930
49405d0e
SS
19312009-07-08 Sam Steingold <sds@gnu.org>
1932
1933 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
1934 to be a cons cell (test . ignored-directory) to selectively ignore
1935 some directories depending on the location of the search.
1936
93c3eb7c
MA
19372009-07-08 Michael Albinus <michael.albinus@gmx.de>
1938
1939 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
1940 remote user is root, on the local host.
1941 (tramp-local-host-p): Either the local user or the remote user
1942 must be root. (Bug#3771)
1943
6f2a8484
NR
19442009-07-08 Nick Roberts <nickrob@snap.net.nz>
1945
1946 * progmodes/gdb-mi.el (gdb): Remove description of
1947 gdb-use-separate-io-buffer.
69cb8d82 1948 (menu): Don't allow toggling of or enable
6f2a8484
NR
1949 gdb-use-separate-io-buffer from menubar.
1950
88d03607
CY
19512009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
1952
1953 * mail/unrmail.el (unrmail): Make sure the message ends with two
1954 newlines (Bug#3769).
1955
7ef5b8b2
GM
19562009-07-08 Glenn Morris <rgm@gnu.org>
1957
1958 * calendar/calendar.el (calendar-current-date): Rework previous change.
1959
3ce82f97
GM
19602009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
1961
1962 * calendar/calendar.el (calendar-current-date):
1963 Add an optional argument giving an offset from today.
1964
f35fc841
GM
19652009-07-08 Glenn Morris <rgm@gnu.org>
1966
1967 * tutorial.el (tutorial--describe-nonstandard-key):
1968 Adjust the message for when a key has been unbound.
1969 (help-with-tutorial): Hide the arch-tag.
1970
40149292
KH
19712009-07-08 Kenichi Handa <handa@m17n.org>
1972
69cb8d82
KH
1973 * international/fontset.el (setup-default-fontset): For each
1974 script, append (not set) font-specs.
1975
40149292
KH
1976 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
1977 docstring.
1978
ff0c4194
NR
19792009-07-08 Nick Roberts <nickrob@snap.net.nz>
1980
1981 * progmodes/gdb-mi.el (gdb-init-1): Move sending
1982 -data-list-register-names to ...
1983 (gdb-starting): ... here because GDB 7.0 requires execution to
1984 have started when using this MI command.
1985 (gdb-set-header): New function to distinguish select and
1986 unselected tabs in gdb buffers.
1987 (gdb-propertize-header): New macro that uses gdb-set-header.
1988 (gdb-breakpoints-header, gdb-locals-header): Use it.
6f2a8484 1989 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
ff0c4194 1990
8954c675
CY
19912009-07-07 Chong Yidong <cyd@stupidchicken.com>
1992
1993 * Makefile.in (ELCFILES): Remove fadr.elc.
1994
0996385d
DD
19952009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
1996
dc6b4519
DD
1997 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
1998 may contain frame information, so `string-match' should be used.
1999 (gdb-update): Disassembly is invalidated through
2000 `gdb-get-selected-frame'.
2001 (gdb-pad-string): New function to pad string with spaces.
2002 (gdb-invalidate-disassembly): Invalidate only if the buffer
2003 exists.
2004 (gdb-disassembly-handler-custom): Column alignment.
2005 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
2006 placing new ones.
2007 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
2008 end of line, too.
2009 (gdb-frame-handler): Match convention to for disassembly buffer
2010 mode name.
17c1380b 2011 (gdb-stack-list-frames-handler): Rewritten without regexps.
e7006f27
DD
2012 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
2013 not highlight breakpoints without line information.
69a197a2 2014 (gdb-input): Add trailing newline to command.
dc6b4519 2015
14340b25
DD
2016 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
2017 buffer properly.
2018 (gdb-breakpoints-list-handler-custom): Replacement for
7b6fefac 2019 `gdb-break-list-handler'. Using real parser instead of regexps
dc6b4519
DD
2020 now.
2021 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
2022 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
2023 to place breakpoints.
14340b25
DD
2024 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
2025 functions.
2026 (gdb-disassembly-handler-custom): Show overlay arrow.
2027 (gdb-disassembly-place-breakpoints): Show breakpoints in
2028 disassembly buffer.
2029 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
dc6b4519 2030 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
7b6fefac 2031 instead of parsing breakpoints buffer. Fixed old menu references
dc6b4519 2032 in `gud-menu-map'.
14340b25 2033
38d4f316 2034 * fadr.el: Remove.
1f2a6224 2035
7b6fefac 2036 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
0996385d 2037 (gdb-memory-address): New variable which holds top address of
7b6fefac 2038 memory page shown in memory buffer.
0996385d
DD
2039 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
2040 customization variables.
2041 New functions:
2042 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
2043 display the memory buffer.
2044 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
2045 buffer display parameters.
2046 (def-gdb-memory-format, gdb-memory-format-binary)
2047 (gdb-memory-format-octal, gdb-memory-format-unsigned)
2048 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
2049 Functions for setting memory buffer format.
2050 (gdb-memory-unit-word, gdb-memory-unit-halfword)
2051 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
2052 unit size used in memory buffer.
2053 (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
2054 to next/previous page of memory buffer.
28d67a53 2055 Now using (bindat-get-field) instead of fadr functions.
0996385d 2056
9ba562d3
SS
20572009-07-07 Sam Steingold <sds@gnu.org>
2058
2059 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
2060 non-top-level files.
2061
a43977db
KH
20622009-07-07 Kenichi Handa <handa@m17n.org>
2063
2064 * international/mule-cmds.el (reset-language-environment): Put
2065 the highset priority to the charset iso-8859-1.
2066
d44d05e8
CY
20672009-07-06 Chong Yidong <cyd@stupidchicken.com>
2068
2069 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
2070 to the end of the line when locating the block (Bug#700).
2071
3e2fa353
MA
20722009-07-06 Michael Albinus <michael.albinus@gmx.de>
2073
2074 * net/tramp.el (tramp-handle-write-region): Flush file properties
2075 in case of short track.
2076
d88782c3
DN
20772009-07-07 Michael McNamara <mac@mail.brushroad.com>
2078
2079 * verilog-mode.el (verilog-error-regexp-emacs-alist): Coded custom
2080 representation of verilog error regular expressions to work with
2081 Emacs-22's new format.
2082 (verilog-error-regexp-xemacs-alist): Coded custom representation
7b6fefac 2083 of verilog error regular expressions to work with XEmacs format.
d88782c3
DN
2084 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
2085 error recognition into XEmacs.
2086 (verilog-error-regexp-add-emacs): Hook routine to install verilog
2087 error recognition into Emacs-22.
2088
25c6f63e
CY
20892009-07-06 Chong Yidong <cyd@stupidchicken.com>
2090
2091 * woman.el: Remove stand-alone closing parentheses.
2092 (woman-file-name, woman2-format-paragraphs)
2093 (woman-leave-blank-lines): Code cleanup.
2094 (woman-use-own-frame): Change default to nil.
2095 (woman-italic, woman-bold, woman-unknown, woman-addition): Change
2096 defaults to inherit from default faces.
2097 (woman2-process-escapes): Consume the newline after a stand-alone
2098 filler character (Bug#3651).
2099
f176290e
GM
21002009-07-06 Glenn Morris <rgm@gnu.org>
2101
2102 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
2103 (top-level): Move provide to the end.
2104 (ffap): Remove defunct URL from custom group.
2105
2106 * subr.el (eval-after-load): Doc fix.
2107
7b6fefac 21082009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
e4a5a307
JB
2109
2110 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
2111 `calc-embedded-word' is called twice.
2112
4b8b1ec5
SM
21132009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
2114
2115 * files.el (find-alternate-file-other-window, find-alternate-file):
2116 Obey confirm-nonexistent-file-or-buffer.
2117
d6ceb380
MA
21182009-07-05 Michael Albinus <michael.albinus@gmx.de>
2119
2120 * dired-aux.el (dired-show-file-type): Handle remote files.
2121
c760f19e
CY
21222009-03-22 Jari Aalto <jari.aalto@cante.net>
2123
4b8b1ec5
SM
2124 * desktop.el (desktop-globals-to-save):
2125 Add file-name-history (Bug#2750).
c760f19e 2126
6d00ce04
CY
21272009-07-05 Chong Yidong <cyd@stupidchicken.com>
2128
4b8b1ec5 2129 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
6d00ce04 2130
6ee21b07
JB
21312009-07-04 Johan Bockgård <bojohan@gnu.org>
2132
2133 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
2134 property on entire argument since this is what eshell-lisp-command
2135 expects.
2136
f0dbdc25
MA
21372009-07-03 Michael Albinus <michael.albinus@gmx.de>
2138
2139 * net/tramp-gvfs.el (tramp-gvfs-methods)
2140 (tramp-gvfs-zeroconf-domain)
2141 (tramp-bluez-discover-devices-timeout): Add version flag.
2142 (tramp-gvfs-handler-mounted-unmounted)
2143 (tramp-gvfs-connection-mounted-p): Polish handling of
2144 incompatibilities between GVFS 0.2 and 1.0.
2145
e044e4fc
JD
21462009-07-03 Jan Djärv <jan.h.d@swipnet.se>
2147
4b8b1ec5 2148 * cus-start.el (all): Add make-pointer-invisible.
e044e4fc 2149
2e9b968b
JB
21502009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
2151
2152 * calc-math.el (math-use-emacs-fn): Make sure that the number is
2153 formatted correctly.
2154
baf1a55e
JL
21552009-07-02 Juri Linkov <juri@jurta.org>
2156
2157 * info.el: Virtual Info files and nodes.
2158 (Info-virtual-files, Info-virtual-nodes): New variables.
2159 (Info-current-node-virtual): New variable.
2160 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
2161 New functions.
2162 (Info-file-supports-index-cookies): Use Info-virtual-file-p
2163 to check for a virtual file instead of checking a fixed list
2164 of node names.
2165 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
2166 instead of ad-hoc processing of "dir" and (apropos history toc).
2167 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
2168 instead of ad-hoc processing of "dir" and (apropos history toc).
2169 Reread a file when moving from a virtual node.
2170 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
2171 (Info-directory-toc-nodes, Info-directory-find-file)
2172 (Info-directory-find-node): New functions.
2173 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
2174 (Info-history): Move part of code to
2175 `Info-history-find-node'.
2176 (Info-history-toc-nodes, Info-history-find-file)
2177 (Info-history-find-node): New functions.
2178 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
2179 (Info-toc): Move part of code to `Info-toc-find-node'.
2180 (Info-toc-find-node): New function.
4b8b1ec5 2181 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
baf1a55e
JL
2182 the current Info file name to references because now the node
2183 "*TOC*" belongs to the same Info manual.
4b8b1ec5 2184 (Info-toc-build): Rename from `Info-build-toc'.
baf1a55e
JL
2185 (Info-toc-nodes): Rename input argument `file' to `filename'.
2186 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
2187 instead of ad-hoc processing of ("dir" apropos history toc).
2188 (Info-index-nodes): Use Info-virtual-file-p
2189 to check for a virtual file instead of checking a fixed list
2190 of node names.
2191 (Info-index-node): Add check for `Info-current-node-virtual'.
2192 Raise `save-match-data' higher up the tree to contain
2193 `search-forward' too (bug fix).
2194 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
2195 (Info-virtual-index-nodes): New variable.
2196 (Info-virtual-index-find-node, Info-virtual-index): New functions.
2197 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
2198 (Info-apropos-file, Info-apropos-nodes): New variables.
2199 (Info-apropos-toc-nodes, Info-apropos-find-file)
2200 (Info-apropos-find-node, Info-apropos-matches): New functions.
2201 (info-apropos): Move part of code to `Info-apropos-find-node' and
2202 `Info-apropos-matches'.
2203 (Info-mode-map): Bind "I" to `Info-virtual-index'.
2204 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
2205 for a virtual file instead of checking a fixed list of node names.
2206
2207 * simple.el (async-shell-command): New command.
2208
2209 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
2210
2211 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
2212 instead of `mount-info'.
2213
d04bc496
MA
22142009-07-02 Michael Albinus <michael.albinus@gmx.de>
2215
2216 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
4b8b1ec5 2217 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
d04bc496 2218
af0403e0
KH
22192009-07-02 Kenichi Handa <handa@m17n.org>
2220
2221 * international/mule.el (set-keyboard-coding-system): Force *-unix
2222 coding-system to avoid eol conversion.
2223
99278f8a
MA
22242009-07-01 Michael Albinus <michael.albinus@gmx.de>
2225
4b8b1ec5
SM
2226 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
2227 Add handler for `process-file', `shell-command' and
99278f8a
MA
2228 `start-file-process'.
2229 (tramp-gvfs-handle-shell-command)
2230 (tramp-gvfs-handle-start-file-process)
2231 (tramp-gvfs-handle-process-file): New defuns.
4b8b1ec5 2232 (tramp-synce-list-devices): Simplify check for existence of property.
99278f8a 2233
3f1c6666
JD
22342009-07-01 Jan Djärv <jan.h.d@swipnet.se>
2235
2236 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
2237
3f396bac
KH
22382009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
2239
2240 * language/korean.el (set-language-info-alist): Add korean-cp949,
2241 cp949 to spec.
2242
c1185193
KH
22432009-07-01 Kenichi Handa <handa@m17n.org>
2244
2245 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
2246
2247 * international/encoded-kb.el: Deleted.
2248
2249 * international/mule.el (set-keyboard-coding-system): Perform the
2250 necessary setup here instead of calling encoded-kbd-setup-display.
2251
3f150a60
GM
22522009-07-01 Glenn Morris <rgm@gnu.org>
2253
2254 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
2255
b0d5b05b
GM
22562009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
2257
2258 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
2259
4f4126e6
MA
22602009-06-30 Michael Albinus <michael.albinus@gmx.de>
2261
4b8b1ec5
SM
2262 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
2263 Handle also the 'rename case, when setting file modes. (Bug#3712)
974647ac 2264 (tramp-default-file-modes) Remove execute permissions.
4f4126e6 2265
7ae3ea65 2266 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
d6ceb380
MA
2267 (top): Add a default for "synce" in `tramp-default-user-alist'.
2268 Add completion function for "synce" method.
2269 (tramp-hal-service, tramp-hal-path-manager)
4b8b1ec5
SM
2270 (tramp-hal-interface-manager, tramp-hal-interface-device):
2271 New defconst.
2272 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
2273 (tramp-synce-list-devices, tramp-synce-parse-device-names):
2274 New defuns.
d6ceb380
MA
2275
2276 * net/trampver.el: Update release number.
7ae3ea65 2277
0ad6626b
KH
22782009-06-30 Kenichi Handa <handa@m17n.org>
2279
2280 * international/fontset.el (setup-default-fontset): Add CJK fonts
2281 for symbols and the other miscellaneous characters.
2282
4b8b1ec5
SM
2283 * language/korea-util.el (setup-korean-environment-internal):
2284 Make char-width-table suitable for Korean environments.
0ad6626b
KH
2285 (exit-korean-environment): Cancel above.
2286
2287 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
2288 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
2289 setup-funcion to make char-widht-table suitable for respective
2290 environments, and an exit-function to cancel that.
2291
2292 * language/japan-util.el (setup-japanese-environment-internal):
2293 Call use-cjk-char-width-table with arg `ja_JP'.
2294
2295 * international/characters.el (cjk-char-width-table): Delete it.
2296 (cjk-char-width-table-list): New variable.
2297 (use-cjk-char-width-table): New arg local-name.
2298 (use-default-char-width-table): Fix for the case that Emacs is
2299 already using the default char-width-table.
2300
fd46e893
MA
23012009-06-29 Michael Albinus <michael.albinus@gmx.de>
2302
2303 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
2304 modes mandatory. (Bug#3712)
2305
b87d9f96
AM
23062009-06-29 Alan Mackenzie <acm@muc.de>
2307
2308 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
4b8b1ec5 2309 correction between the visible width of TABs and their number of bytes.
b87d9f96 2310
2d25aa5a
CY
23112009-06-29 Chong Yidong <cyd@stupidchicken.com>
2312
2313 * server.el (server-buffer-done): Prevent kill-buffer from
2314 prompting by clearing the buffer modification flag (Bug#3696).
2315
a3a8b002
DN
23162009-06-28 Michael McNamara <mac@mail.brushroad.com>
2317
2318 * verilog-mode.el (verilog-beg-of-statement)
4b8b1ec5 2319 (verilog-endcomment-reason-re): Support unique case and priority case.
a3a8b002
DN
2320 (verilog-basic-complete-re): Support localparam lineup.
2321 (verilog-beg-of-statement-1): Fix for robustness, unique case.
2322 (verilog-set-auto-endcomments): Fix for unique case, always_comb
2323 commenting.
2324 (verilog-leap-to-case-head): Now support *nested* unique &
2325 priority case statements.
2326 (verilog-auto-lineup): Make just declarations the default (as it
2327 had been).
4b8b1ec5 2328 (verilog-leap-to-case-head): Support priority/unique case statements.
a3a8b002 2329 (verilog-auto-lineup): Rework to give users radio buttons to
7b6fefac 2330 select the various styles of automatic lineup.
a3a8b002
DN
2331 (verilog-error-regexp-alist): Rework to support the XEmacs style
2332 of error regular expressions from compilers, lint tools &
2333 simulators. Note that GNU Emacs has made it impossible for a mode
2334 to load such things.
2335 (electric-verilog-terminate-line, verilog-indent-declaration)
2336 (verilog-auto-wiure): Rework for radio button selection of
2337 auto-lineup selection of specification of auto lineup.
2338 (verilog-beg-of-statement-1): Redesign to support proper operation
2339 in additional code, based on testing with auto-lineup.
2340 (verilog-calculate-indent, assignments & declarations)
2341 (verilog-backward-token): Enhance to support auto-lineup of
2342 assignments & declarations.
2343 (verilog-in-directive-p, verilog-at-struct-p): New function for
2344 easy test of whether we are.
2345 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
2346 to support safe execution at almost anyline.
2347 (verilog-calc-1): Properly support indenting deep inside generate
2348 blocks.
2349 (verilog-init-font) Remove definition & use of verilog-init-font,
2350 as it is redundant with font-lock-defaults.
2351 (verilog-mode): Alter the definition of verilog-font-lock-defualts
2352 to avoid circular calls if syntax-ppss is a function (as is the
2353 case now in 22.x GNU Emacs) as that function would sometimes call
7b6fefac 2354 itself, leading to (nearly) infinite recursion.
a3a8b002
DN
2355 (verilog-ovm-begin-re, verilog-ovm-end-re)
2356 (verilog-ovm-statement-re, verilog-leap-to-head)
2357 (verilog-backward-token): Add support for OVM macros. Some are
2358 complete statements, and others open and close scopes like begin
2359 and end.
2360 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
2361 (verilog-defun-level-generate-only-re): Really fix the defun-list
7b6fefac 2362 compilation issue.
a3a8b002 2363 (verilog-calc-1) (verilog-beg-of-statement): Enhance support for
7b6fefac 2364 coverpoint, constraint and cross statements.
a3a8b002
DN
2365 (verilog-defun-level-list, verilog-generate-defun-level-list)
2366 (verilog-all-defun-level-list): Redo these specifications - it is
2367 too hard to support eval-when compile aggregation of lists also
2368 built at when-compile time.
2369 (verilog-defun-level-list): Place defconsts of variables used in
2370 building regular expressions which are built in eval-when-compile
2371 bodies in the same eval-when-compile body to facilitate compile
2372 without load.
2373 (verilog-beg-block-re-ordered): Support indenting
2374 virtual/protected tasks and functions.
7b6fefac 2375 (verilog-defun-level-list, verilog-in-generate-region-p)
a3a8b002
DN
2376 (verilog-backward-ws&directives, verilog-calc-1): Speed up
2377 indentation of some module items (generate items).
2378 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
2379 across virtual/protected tasks and functions.
2380
23812009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
2382
4b8b1ec5
SM
2383 * verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
2384 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
a3a8b002
DN
2385 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
2386 in concatenations. Reported by Yishay Belkind.
2387 (verilog-auto-ascii-enum): Support one-hot state machines in
2388 AUTOASCIIENUM. Suggested by Lloyd Gomez.
2389 (verilog-auto-inst, verilog-auto-inst-port): Include interface
2390 modport in AUTOINST and add vl-modport for users. Reported by
2391 David Rogoff.
2392 (verilog-auto-inout-module, verilog-auto-inst)
2393 (verilog-decls-get-interfaces, verilog-insert-definition)
2394 (verilog-insert-one-definition, verilog-read-decls)
2395 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
2396 (verilog-sig-modport, verilog-signals-combine-bus)
2397 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
2398 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
2399 Suggested by David Rogoff.
2400 (verilog-repair-open-comma): Fix non-insertion of comma when
2401 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
2402 (verilog-make-width-expression): Simplify [A-1:0] expression
2403 widths to just {A{1'b0}}.
2404 (verilog-mode): Cleanup checkdoc warnings.
4b8b1ec5
SM
2405 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
2406 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
a3a8b002
DN
2407 inputs/outputs or data type. Suggested by Vasu Kandadi.
2408 (next-error-last-buffer): Fix byte-compiler warning.
2409 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
2410 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
4b8b1ec5 2411 or shell command text during AUTO expansion. Suggested by Tad Truex.
a3a8b002 2412 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
4b8b1ec5
SM
2413 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
2414 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
7b6fefac 2415 in AUTOINOUT. Reported by Matthew Lovell.
a3a8b002
DN
2416 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
2417 causing use of <= assignments. Reported by Alex Reed.
2418 (verilog-read-decls): Fix triand, trior, wand, wor to be
2419 recognized by AUTOWIRE. Reported by Spencer Isaacson.
2420 (verilog-extended-complete-re): Support import "DPI-C" functions.
2421 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
4b8b1ec5 2422 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
a3a8b002
DN
2423 (verilog-insert-date, verilog-insert-year)
2424 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
2425 Windows systems. Reported by Michael Potts.
2426 (verilog-read-module-name): Fix AUTOINST when the child module
7b6fefac 2427 declaration's name is a tick define. Reported by Elliot Mednick.
a3a8b002 2428 (verilog-read-decls): Fix V2K parameter bit subscripts getting
7b6fefac 2429 passed to next parameter's definition. Reported by Bruce T.
a3a8b002
DN
2430 (verilog-read-decls): Fix detecting "parameter int" when using
2431 AUTOINSTPARAM. Reported by Bruce T.
2432 (verilog-goto-defun): Fix goto not finding modules unless first
7b6fefac 2433 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
4b8b1ec5 2434 (verilog-mode): Expand -f flag arguments on entry to mode so
a3a8b002
DN
2435 verilog-goto-defun will work. Reported by Lawrence Butcher.
2436 (verilog-getopt): Expand environment variables in -f file
2437 arguments. Suggested by Lawrence Butcher.
4b8b1ec5 2438 (verilog-set-define): Fix "Symbol's value as variable is void"
a3a8b002
DN
2439 when reading enumerations.
2440 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
2441 Suggested by Stephen Peltan.
4b8b1ec5 2442 (verilog-read-defines): Fix reading of enumerations in include
a3a8b002
DN
2443 files. Reported by Steve Peltan.
2444
f7c0d931
CY
24452009-06-28 David De La Harpe Golden <david@harpegolden.net>
2446
2447 * files.el (trash-directory): Fix defcustom type.
2448
baf1a55e 24492009-06-28 Juri Linkov <juri@jurta.org>
cebabb67
CY
2450
2451 * help-fns.el (describe-function-1): Correctly locate adviced
2452 functions in hyperlink (Bug#2438).
2453
d63a01ef
CY
24542009-06-28 Chong Yidong <cyd@stupidchicken.com>
2455
2456 * files.el (trash-directory): Change default to nil.
2457 (move-file-to-trash): If trash-directory is nil and
2458 system-move-file-to-trash is unbound, perform freedesktop-style
2459 trashing.
2460
24612009-06-28 David De La Harpe Golden <david@harpegolden.net>
2462
2463 * files.el (move-file-to-trash): Add freedesktop trash
2464 support (Bug#973).
2465
fc2f6a26
GM
24662009-06-28 Glenn Morris <rgm@gnu.org>
2467
2468 * autorevert.el (global-auto-revert-non-file-buffers)
2469 (global-auto-revert-mode): Doc fixes.
2470
00242b07
JB
24712009-06-27 Johan Bockgård <bojohan@gnu.org>
2472
2473 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
2474
f5594f03
CY
24752009-06-27 Chong Yidong <cyd@stupidchicken.com>
2476
e8a2b2da
CY
2477 * faces.el (x-handle-named-frame-geometry): Ensure that we have
2478 opened an X connection before calling x-get-resource (Bug#3194).
2479
f5594f03
CY
2480 * play/doctor.el: Remove reference to obsolete website.
2481 (make-doctor-variables): Correct grammar mistake (Bug#2633).
2482
3c3bf6ce
DN
24832009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
2484
2485 Remove find-file-not-found-hook VC method. (Bug#2757)
2486 * vc-hooks.el (vc-file-not-found-hook)
2487 (vc-default-find-file-not-found-hook): Remove functions.
2488 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
2489 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
2490 * vc.el:
2491 * vc-hg.el:
2492 * vc-git.el: Do not mention find-file-not-found-hook VC method.
2493
e26a7bc0
AM
24942009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
2495
2496 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
7b6fefac 2497 compatibility function for `looking-back'.
e26a7bc0 2498
4b8b1ec5 2499 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
7b6fefac 2500 Use `ispell-looking-back'.
e26a7bc0 2501
d9848600
MA
25022009-06-24 Michael Albinus <michael.albinus@gmx.de>
2503
2504 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
fc2f6a26 2505 rather than `filename'.
d9848600 2506
05fbc4a9
MB
25072009-06-23 Miles Bader <miles@gnu.org>
2508
2509 * face-remap.el (text-scale-set): New function.
2510
f86ca715
GM
25112009-06-23 Glenn Morris <rgm@gnu.org>
2512
33e2c2e5
GM
2513 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
2514
f529f302
GM
2515 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
2516
34995333
GM
2517 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
2518
cc80ccee
GM
2519 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
2520
84cb770d
GM
2521 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
2522 Simplify Persian conditionals.
2523
d916c965
GM
2524 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
2525 variable `filename'.
2526
b6a44b27
GM
2527 * comint.el (comint-insert-input): Doc fix.
2528
f86ca715
GM
2529 * Makefile.in (ELCFILES): Fix typo in previous change.
2530
666e158e
MB
25312009-06-23 Miles Bader <miles@gnu.org>
2532
2533 * cus-start.el: Add entry for `recenter-redisplay'.
2534
77bf3f54
DN
25352009-06-22 Dan Nicolaescu <dann@ics.uci.edu>
2536
2537 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
2538 Add an optional argument for the backend, use it instead of
2539 calling vc-backend.
4b8b1ec5
SM
2540 (vc-mode-line): Add an optional argument for the backend.
2541 Pass the backend to vc-state and vc-working-revision. Move code for
77bf3f54
DN
2542 special handling for vc-state being a buffer to ...
2543
2544 * vc-rcs.el (vc-rcs-find-file-hook):
2545 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
2546
2547 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
2548 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
2549 vc-stay-local-p and vc-mode-line calls.
2550
2551 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
2552 (vc-cvs-diff, vc-cvs-annotate-command)
2553 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
2554 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
2555 vc-mode-line calls.
2556
2557 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
2558 direct comparison.
2559 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
2560 backend when calling vc-mode-line.
2561 (vc-register): Do not create a closure for calling the vc register
2562 function, call it directly.
2563
2764748c
DN
25642009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
2565
2566 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
2567 to make it obvious item can be clicked.
f5a0b281
DN
2568
2569 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
2570
d4a885b2
KH
25712009-06-23 Kenichi Handa <handa@m17n.org>
2572
2573 * language/korea-util.el (korean-key-bindings): Change the binding
2574 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
2575 same command.
2576
e3610693
MA
25772009-06-22 Michael Albinus <michael.albinus@gmx.de>
2578
2579 Sync with Tramp 2.1.16.
2580
2581 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
2582
2583 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
2584 when a loading of a package fails. Completion function for rsync
2585 is `tramp-completion-function-alist-ssh'.
2586 (all): Replace all calls of `split-string' and
2587 `tramp-split-string' by `tramp-compat-split-string'.
2588 (tramp-default-method): Use `tramp-compat-process-running-p'.
2589 (tramp-default-proxies-alist): Allow also Lisp forms.
2590 (tramp-remote-path): Add choice "Private Directories".
4b8b1ec5 2591 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
e3610693
MA
2592 (tramp-domain-regexp): Allow also "-", "_" and ".".
2593 (tramp-end-of-output): Remove newlines, and add "$" at the end.
2594 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
2595 (tramp-debug-message): Insert header line in debug buffer.
4b8b1ec5
SM
2596 (tramp-handle-directory-files-and-attributes-with-stat):
2597 Care about filenames with spaces, or starting with "-".
e3610693
MA
2598 (tramp-handle-dired-uncache): New defun.
2599 (tramp-handle-insert-directory): Don't flush the directory from
2600 cache, this is handled by `dired-uncache' now.
2601 (tramp-handle-insert-file-contents): Improve error handling.
2602 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
2603 Quote `tramp-end-of-output'.
2604 (tramp-action-password): Improve trace message.
4b8b1ec5
SM
2605 (tramp-check-for-regexp): Both echoes must be present, before removing.
2606 (tramp-open-connection-setup-interactive-shell): Trace coding system.
e3610693
MA
2607 (tramp-compute-multi-hops): Eval cons cells of
2608 `tramp-default-proxies-alist'.
2609 (tramp-maybe-open-connection): Use the same command pattern for
2610 first hop and further hops.
2611 (tramp-wait-for-output): Remove handling of newlines.
2612 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
2613 (tramp-split-string): Remove function. It is handled in
2614 tramp-compat now.
2615
4b8b1ec5
SM
2616 * net/tramp-cmds.el (tramp-bug):
2617 Recommend `tramp-cleanup-all-connections' in the bug mail.
e3610693
MA
2618
2619 * net/tramp-compat.el (tramp-compat-split-string)
2620 (tramp-compat-process-running-p): New defuns.
2621
2622 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
2623 for `dired-uncache'.
2624
2625 * net/tramp-gvfs.el: New package.
2626
4b8b1ec5
SM
2627 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
2628 Add handler for `dired-uncache'.
e3610693
MA
2629 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
2630
2631 * net/trampver.el: Update release number. Make version check fit
2632 for SXEmacs 22.
2633
13a3f374
JM
26342009-06-22 Jim Meyering <meyering@redhat.com>
2635
e0a28a3b 2636 Automatically handle .xz suffix (XZ-compressed files), too.
13a3f374
JM
2637 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
2638 XZ is the successor to LZMA: <http://tukaani.org/xz/>
2639
5242671e 26402009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
e0a28a3b 2641 Nick Roberts <nickrob@snap.net.nz>
13a3f374 2642
e0a28a3b 2643 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
5242671e
NR
2644 repository (http://sphinx.net.ru/hg/gdb-mi/).
2645
3fde45af
GM
26462009-06-22 Glenn Morris <rgm@gnu.org>
2647
46253b34
GM
2648 * files.el (dir-locals-collect-mode-variables): Allow for any number of
2649 `mode' and `eval' entries. (Bug#3430)
2650
97e18192
GM
2651 * Makefile.in (ELCFILES): Add fadr.elc.
2652
731a00fb
GM
2653 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
2654 differing behavior of \n and ^ in strings. (Bug#3385)
2655
c66cd0ff
GM
2656 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
2657
3fde45af
GM
2658 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
2659 property.
2660 (lisp-indent-function): Make it a defcustom.
2661
db2241a0
NR
26622009-06-21 Nick Roberts <nickrob@snap.net.nz>
2663
2664 * progmodes/gdb-ui.el: Replace with ...
5242671e 2665 * progmodes/gdb-mi.el: ... this file.
db2241a0 2666 * progmodes/gud.el: Modify for gdb-mi.el.
fca428fe
GM
2667
26682009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
2669
db2241a0
NR
2670 * fadr.el: New file.
2671
38d4f316 2672See ChangeLog.14 for earlier changes.
e3d51b27
MR
2673
2674;; Local Variables:
2675;; coding: utf-8
e3d51b27
MR
2676;; End:
2677
38d4f316 2678 Copyright (C) 2009 Free Software Foundation, Inc.
e3d51b27
MR
2679
2680 This file is part of GNU Emacs.
2681
2682 GNU Emacs is free software: you can redistribute it and/or modify
2683 it under the terms of the GNU General Public License as published by
2684 the Free Software Foundation, either version 3 of the License, or
2685 (at your option) any later version.
2686
2687 GNU Emacs is distributed in the hope that it will be useful,
2688 but WITHOUT ANY WARRANTY; without even the implied warranty of
2689 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
2690 GNU General Public License for more details.
2691
2692 You should have received a copy of the GNU General Public License
2693 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
2694
38d4f316 2695;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1