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