* dbusbind.c (XD_WITH_DBUS_WATCH_GET_UNIX_FD): New macro.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
31764e15
SM
12009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
2
3 * log-edit.el (log-edit-strip-single-file-name): New var.
4 (log-edit-insert-changelog): Use it.
5
28930e39
SM
62009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
7
4fd15622 8 * subr.el (read-passwd): Use read-key so keypad keys work as well.
31764e15 9 Bug#3287
4fd15622 10
b3d8e4a0
SM
11 * help.el (help-print-return-message): Rename from
12 print-help-return-message.
13
c9829c70
SM
14 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
15 cvs-mode-map parent hack.
16 (log-view-mode): Derive from special-mode.
17
b932657b
SM
18 * linum.el (linum-mode): window-size-change-functions is redundant.
19 Adapt to new window-configuration-change-hook behavior.
20 (linum-after-size, linum-after-config): Remove.
21
1b700bca
SM
22 * imenu.el (imenu-example--name-and-position)
23 (imenu-example--lisp-extract-index-name)
24 (imenu-example--create-lisp-index, imenu-example--create-c-index):
25 Mark as obsolete.
26
28930e39
SM
27 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
28 (inferior-prolog-mode): Use it.
29 (inferior-prolog-load-file): Reset list of errors.
30
c9af0b68
KH
312009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
32
33 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
34
35 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
36
720c7cd6
MA
372009-08-19 Michael Albinus <michael.albinus@gmx.de>
38
39 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
40 is running already.
41
03a74b84
SM
422009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
43
44 * subr.el (listify-key-sequence-1): Use normal syntax since those
45 integers are nowadays always represented by the same (positive) number
46 on all platforms.
47 (read-key-empty-map): New const.
48 (read-key-delay): New var.
49 (read-key): New function.
50 (force-mode-line-update): Use with-current-buffer.
51 (locate-user-emacs-file): Don't forget to abbreviate the file name.
52 (start-process-shell-command, start-file-process-shell-command):
53 Discourage the use of command-args.
54
f43e88d4
GM
552009-08-19 Glenn Morris <rgm@gnu.org>
56
57 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
58
890429cc
SM
592009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
60
85be9ec4
SM
61 * simple.el (choose-completion-string): Don't rely on
62 minibuffer-completing-file-name and ad-hoc checks to decide whether
63 to continue completion or not.
64
890429cc
SM
65 * minibuffer.el (minibuffer-hide-completions): New function.
66 (completion--do-completion): Use it.
67 (completions-annotations): New face.
68 (completion--insert-strings): Use it.
69 (completion-pcm--delim-wild-regex): Add docstring.
70 (completion-pcm--string->pattern): Add support for 0-width delimiters
71 in completion-pcm--delim-wild-regex.
72
265d4549
SM
732009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
74
d440b941
SM
75 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
76 Remove unused var `buffer-modified-p'.
77
265d4549
SM
78 * minibuffer.el (completion--do-completion): Move point for the #b001
79 case as well (bug#4176).
80 (minibuffer-complete, minibuffer-complete-word): Don't move point.
81
ba6f7d86
MA
822009-08-18 Michael Albinus <michael.albinus@gmx.de>
83
84 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
85 and :session buses.
86
98819490
KH
872009-08-18 Kenichi Handa <handa@m17n.org>
88
265d4549
SM
89 * international/ucs-normalize.el (ucs-normalize-version):
90 Change to 1.1.
58627cf0
KH
91 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
92 (utf-8-hfs): Make it perform normalization on encoding too.
93
98819490
KH
94 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
95 (sentence-end-without-space): Delete duplicated chars.
96 (sentence-end-base): Likewise.
e739cc85
KH
97
98 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
99 (html-mode): Delete duplicated chars from sentence-end-base.
100
101 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
102 (texinfo-mode): Delete duplicated chars from sentence-end-base.
98819490 103
645b9326
CY
1042009-08-17 Chong Yidong <cyd@stupidchicken.com>
105
106 * files.el (hack-one-local-variable): If the mode function is for
107 a minor mode, pass it an argument (Bug#4148).
108
56c195af
MA
1092009-08-17 Michael Albinus <michael.albinus@gmx.de>
110
111 * net/tramp.el (tramp-register-completion-file-name-handler):
112 Check also for (member 'partial-completion completion-styles).
113
7a55c78b
CY
1142009-08-16 Chong Yidong <cyd@stupidchicken.com>
115
116 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
117 abbrev (Bug#3943).
118
8c777c8d
CY
1192007-10-08 Ilya Zakharevich <ilyaz@cpan.org>
120
121 * progmodes/cperl-mode.el: Merge upstream 6.2.
122 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
123 (cperl-forward-re): Check cperl-brace-recursing.
124 (cperl-highlight-charclass): New function.
125 (cperl-find-pods-heres): Use it.
126 (cperl-fill-paragraph): Synch to save-excursion placement used
127 upstream.
128 (cperl-beautify-regexp-piece): Fix column calculation.
129 (cperl-make-regexp-x): Handle case where point is between "q" and
130 "rs".
131 (cperl-beautify-level): Don't process entire regexp.
132 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
133 calling man.
134 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
135 (cperl-init-faces): Build a list in the normal way.
136
81b1f9c9
CY
1372009-08-16 Chong Yidong <cyd@stupidchicken.com>
138
139 * calendar/parse-time.el (parse-time-string-chars): Save match
140 data.
141
c3732cb8
SM
1422009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
143
55659495
SM
144 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
145 (sql-product): Use it.
146 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
147 (sql-set-product): Add completion.
148 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
149 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
150 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
151 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
152 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
153 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
154 (sql-highlight-db2-keywords): Remove.
155 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
156 (sql-highlight-product): Use derived-mode-p.
157 (sql-set-sqli-buffer): Use with-current-buffer.
158 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
159 Simplify.
160
1ae79427
SM
161 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
162
c3732cb8
SM
163 * term.el: Fix commenting convention, turn comments into docstrings.
164
f24b8bf3
CY
1652009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
166
167 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
168
d0d3f6e9 1692009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
e1bdde78 170
1200ac26 171 * calendar/parse-time.el (parse-time-string-chars): Compute using
d0d3f6e9
CY
172 character classes, to handle non-ascii characters (Bug#3190).
173
1742009-08-16 Chong Yidong <cyd@stupidchicken.com>
1200ac26 175
1abbe4e5
CY
176 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
177 another heredoc if the user adds another < (Bug#3226).
178
c3732cb8
SM
179 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
180 Don't initialize based on window-system (Bug#4124).
19261da4 181
daad00fc
CY
182 * facemenu.el (facemenu-read-color): Use a completion function
183 that accepts any defined color, such as RGB triplets (Bug#3677).
184
e1bdde78
CY
185 * files.el (get-free-disk-space): Change fallback default
186 directory to /. Expand DIR argument before switching to fallback.
187 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
188
9d73a99e
CY
1892009-08-15 Chong Yidong <cyd@stupidchicken.com>
190
191 * files.el (load-library): Doc fix.
192
68b962d4 1932009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
9d73a99e 194
c3732cb8
SM
195 * viper-cmd.el (viper-insert-isearch-string): New function.
196 (viper-if-string): Redefine C-s in the minibuffer to insert the last
68b962d4 197 incremental search string.
9d73a99e 198
c3732cb8 199 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
68b962d4 200 XEmacs.
9d73a99e 201
c3732cb8
SM
202 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
203 (ediff-merge-region-is-non-clash)
204 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
68b962d4 205 Also check if the job is really a merge job.
9d73a99e 206
c3732cb8 207 * ediff.el (ediff-current-file): New function.
9d73a99e 208
2e330adc
CY
2092009-08-15 Chong Yidong <cyd@stupidchicken.com>
210
211 * progmodes/js.el: Edit docstrings throughout to follow Emacs
212 conventions.
c3732cb8 213 (js-insert-and-indent): Delete function.
2e330adc
CY
214 (js-mode-map): Don't bind keys to js-insert-and-indent.
215 (js-beginning-of-defun): Rename from js--beginning-of-defun.
216 (js-end-of-defun): Rename from js--end-of-defun.
c3732cb8 217 (js-auto-indent-flag): Delete variable.
2e330adc 218
17b5d0f7
CY
2192009-08-14 Chong Yidong <cyd@stupidchicken.com>
220
c3732cb8
SM
221 * progmodes/js.el: Remove proclaim statement.
222 Defvar which-func-imenu-joiner-function to silence compiler.
2e330adc 223
ba2d8894
CY
224 * files.el (auto-mode-alist): Use js-mode for .js files.
225
c3732cb8 226 * progmodes/js2-mode.el: Remove file.
17b5d0f7
CY
227
228 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
229
230 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
231
c3732cb8 232 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
17b5d0f7
CY
233
2342009-08-14 Daniel Colascione <dan.colascione@gmail.com>
b0bfad2b 235 Karl Landstrom <karl.landstrom@brgeight.se>
17b5d0f7
CY
236
237 * progmodes/js.el: New file.
238
b6377f1d
MH
2392009-08-14 Mark A. Hershberger <mah@everybody.org>
240
241 * timezone.el (timezone-parse-date): Add ability to understand ISO
242 basic format (minimal separators) dates in addition to the
243 already-supported extended format dates.
244
bc0eef46
EZ
2452009-08-14 Eli Zaretskii <eliz@gnu.org>
246
4e021e65
EZ
247 * international/ucs-normalize.el: Add a `coding' file variable.
248
bc0eef46
EZ
249 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
250
53dab179
SS
2512009-08-14 Sam Steingold <sds@gnu.org>
252
6801c38a 253 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
53dab179 254
6c58c39c
CY
2552009-08-13 Chong Yidong <cyd@stupidchicken.com>
256
257 * faces.el (help-argument-name): Define it here instead of
258 help-fns.el, because in daemon mode help-fns.el may be loaded when
259 faces are still uninitialized (Bug#1078).
260
261 * help-fns.el (help-argument-name): Move defface to faces.el.
262
c7baf7e9
NR
2632009-08-13 Nick Roberts <nickrob@snap.net.nz>
264
265 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
266 create buffer with a pty but no process so that GDB can make the
267 inferior the controlling process.
268
9c40e995 2692009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
d6d30064
KH
270
271 * international/ucs-normalize.el: New file.
272
8cdba32b
RS
2732009-08-13 Richard Stallman <rms@gnu.org>
274
5c950923
RS
275 * mail/rmail.el (rmail-get-attr-names):
276 Accept an attribute header that is too short.
277
76e1e40b
RS
278 * mail/rmail.el (rmail-forget-messages):
279 Ignore nil elt in rmail-message-vector. Use dotimes.
280
1fc01b08
RS
281 * progmodes/compile.el (compilation-goto-locus):
282 Use next-error-move-function.
283
8cdba32b
RS
284 * simple.el (next-error-move-function): New variable.
285
99910cf4
JL
2862009-08-12 Juri Linkov <juri@jurta.org>
287
288 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
289 always non-nil. (Bug#4052)
290
291 * replace.el (read-regexp): Return empty string when
292 `default-value' is nil.
293 (keep-lines-read-args): Don't use empty string as the
294 default value for `read-regexp'. (Bug#2495)
295
fc5bdf6c
JL
2962009-08-12 Juri Linkov <juri@jurta.org>
297
298 * international/mule-cmds.el (ucs-insert): Change arguments
299 from `arg' to `character', `count', `inherit' to be the same
300 as in `insert-char'. Doc fix. (Bug#4039)
301
302 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
303
77748848
JL
3042009-08-12 Juri Linkov <juri@jurta.org>
305
306 * files-x.el: New file.
307
308 * files.el: Move code that deals with adding/deleting
309 file/directory-local variables to files-x.el.
310
311 * Makefile.in (ELCFILES): Add files-x.elc.
312
c8a44c4e
DD
3132009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
314
27a9fd5a
DD
315 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
316 to use `goto-line'.
317 (gdb-place-breakpoints, gdb-get-location): Rewritten without
318 `goto-line'.
319 (gdb-invalidate-disassembly): Do not refresh upon receiving
320 'update signal. Instead, update all disassembly buffers only after
321 threads list.
cf6e27cf
DD
322 (gdb): Send -target-detach when buffer is killed (#3794).
323 (gdb-starting): Moved -data-list-register-names...
324 (gdb-stopped): ...here so it's sent when first thread stops.
325 (gdb-registers-handler-custom): Do nothing if register names are
326 unknown yet.
27a9fd5a 327
c8a44c4e
DD
328 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
329 from `gdb-mi.el' to avoid extra tangling.
330
331 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
332 change which breaks `gud-def' definitions. used in `gdb'.
333 (gdb-update-gud-running): No extra fuss for updating frame number.
334
dfd4e693
SM
3352009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
336
51c4341f
SM
337 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
338 (describe-language-environment-map, setup-language-environment-map)
339 (set-coding-system-map): Move initialization into declaration.
340 (set-language-info-alist): Last arg to define-key-after can be skipped.
341
342 * international/quail.el (quail-completion-1): Simplify.
343 (quail-define-rules): Use slightly more compact code.
344 (quail-insert-decode-map): Propertize keys, compact columns.
345
dfd4e693
SM
346 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
347 Add goto-line.
348
83326559
MB
3492009-08-10 Miles Bader <miles@gnu.org>
350
351 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
352 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
353 (js2-instance-member, js2-private-member, js2-private-function-call)
354 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
355 (js2-magic-paren, js2-external-variable):
356 Remove "-face" suffix from face names.
357 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
358 (js2-highlight-undeclared-vars, js2-peek-token)
359 (js2-parse-function-params, js2-mode-show-errors)
360 (js2-mode-show-warnings, js2-make-magic-delimiter)
361 (js2-mode-highlight-magic-parens): Update to use new face names.
362
8e754ea2
MA
3632009-08-09 Michael Albinus <michael.albinus@gmx.de>
364
365 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
366 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
367
1c292fc7
CY
3682009-08-09 Chong Yidong <cyd@stupidchicken.com>
369
18d433a7
CY
370 * subr.el: Provide hashtable-print-readable.
371
1c292fc7
CY
372 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
373 hs-c-like-adjust-block-beginning.
374 (hs-hide-block-at-point): Stop hiding at the beginning of
375 hs-block-end-regexp (Bug#700).
376
2db0ae07
DD
3772009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
378
379 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
380 a macro.
381 (gdb-registers-handler-custom): Do not fail when register names
382 are unavailable.
383
fe4740a6
DD
3842009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
385
386 * progmodes/gdb-mi.el (gdb-control-all-threads)
387 (gdb-control-current-thread): Interactive setters for
388 `gdb-gud-control-all-threads' to use in menu.
389 (gdb-show-run-p): Show «Go» when process is not active.
390 (gud-tool-bar-map): Add non-stop/A,T indicator. Uses
391 gud/thread.xpm and gud/all.xpm.
392
ce299d55
CY
3932009-08-08 Yoni Rabkin <yoni@rabkins.net>
394
395 * net/net-utils.el (net-utils-font-lock-keywords): New var.
396 (nslookup-font-lock-keywords): Make it a variable.
dba90ffd
CY
397 (net-utils-mode): New mode for viewing diagnostic network output.
398 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
399 (net-utils-run-simple): New function.
400 (ifconfig, iwconfig, netstat, arp, route): Use it.
ce299d55 401
7c4654ad
DD
4022009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
403
404 * progmodes/gdb-mi.el (gdb-read-memory-custom)
405 (gdb-memory-set-address, def-gdb-set-positive-number)
406 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
407 after changing settings.
408 (gdb-invalidate-disassembly): Update when first shown.
409 (gdb-edit-locals-value): Fixed.
410 (gdb-registers-handler-custom): Print registers in right order and
411 allow changing register values (only for current thread yet).
9cbac26b
DD
412 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
413 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
414 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
415 (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
416 info in mode name.
417 (gdb-registers-mode-map): TAB to switch to locals.
7c4654ad 418
0f25a277
EZ
4192009-08-08 Eli Zaretskii <eliz@gnu.org>
420
421 * mail/rmail.el (rmail-add-mbox-headers)
422 (rmail-set-message-counters-counter): Search for
423 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
424
b971be60
GM
4252009-08-08 Glenn Morris <rgm@gnu.org>
426
427 * Makefile.in (ELCFILES): Update.
428
a35d3ad8
EZ
4292009-08-07 Eli Zaretskii <eliz@gnu.org>
430
60c2df40
EZ
431 * mail/sendmail.el (mail-yank-original): Set
432 buffer-file-coding-system from the one used by the message whose
433 text is yanked.
434
8b0bcc2e
EZ
435 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
436 to "windows" when "pgnuplot" is used.
437 (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
438 call accept-process-output if "pgnuplot" is used.
439 (calc-graph-init): Don't send -display and -geometry to
440 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
441 running "pgnuplot -V" with shell-command-to-string.
442
443 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
444 the default.
445
4462009-08-07 Eli Zaretskii <eliz@gnu.org>
447
448 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
a35d3ad8
EZ
449 org/org-latex.elc.
450
3bca7ca5
DN
4512009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
452
3c53763c
DN
453 * vc-dispatcher.el (vc-resynch-window): Update comment.
454
3bca7ca5
DN
455 * term.el (term-handle-ansi-escape): Add comments with the
456 terminfo capabilities implemented.
457
7b217360
DD
4582009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
459
460 * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
461 (gdb-var-create-handler): Rewritten using JSON parser.
462 (gdb-propertize-header): Moved earlier.
463 (gdb-set-header): Removed to avoid duplication.
464 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
465 Refresh disassembly buffers only after threads list have been
466 update.
467 (gdb-threads-header, gdb-registers-header): Per-buffer header line
468 variables.
469
b4d84ecf
JL
4702009-08-04 Juri Linkov <juri@jurta.org>
471
472 * files.el: Commands to add/delete file/directory-local variables.
473 (read-file-local-variable, read-file-local-variable-value)
474 (read-file-local-variable-mode, modify-file-local-variable)
475 (modify-file-local-variable-prop-line)
476 (modify-dir-local-variable): New functions.
477 (add-file-local-variable, delete-file-local-variable)
478 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
479 (add-dir-local-variable, delete-dir-local-variable)
480 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
481 (copy-dir-locals-to-file-locals-prop-line): New commands.
482
42da39c1
CY
4832009-08-04 Chong Yidong <cyd@stupidchicken.com>
484
485 * abbrev.el (insert-abbrev-table-description): Prettify output.
486 Suggested by Karl Chen.
487
98bf8494
DD
4882009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
489
78b9fb28
DD
490 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
491 (gdb-overlay-arrow-position): Renamed to
492 `gdb-disassembly-position'.
493 (gdb-overlay-arrow-position, gdb-thread-position)
494 (gdb-disassembly-position): Declare variables.
495 (gdb-wait-for-pending): Function now.
496 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
497 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
498 compilation goes smoothly.
499 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
500 (gdb-non-stop-setting): New customization setting which replaces
501 `gdb-non-stop' so changing it doesn't break active GDB session.
502 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
503 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
504 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
505 (gdb-show-threads-by-default): New customization options.
506 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
507 routines.
508 (gdb-get-buffer-create): Send buffers update signal when they are
509 created.
510 (gdb-invalidate-locals, gdb-invalidate-registers)
511 (gdb-invalidate-breakpoints)
512 (gdb-invalidate-threads, gdb-invalidate-disassembly)
513 (gdb-invalidate-memory): Accept update signal.
514 (gdb-current-context-command): Use --frame option.
515 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
516 Implement `gdb-frame-number' selection logic.
517 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
518 whether to show GUD toolbar buttons.
519 (gdb-thread-exited): Unselect current thread when it exits.
520 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
521 (gdb-mark-line): Routine which sets overlay arrow or inverses
522 video on fringeless displays.
523 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
524 to build aligned columns of data in GDB buffers and set text
525 properties line-by-line.
526 (gdb-invalidate-breakpoints)
527 (gdb-breakpoints-list-handler-custom)
528 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
529 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
530 (gdb-registers-handler-custom): Align data columns.
531 (gdb-locals-handler-custom): Now prints data like in variable
532 declarations.
533 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
534 Removed confusing buttons.
535 (gdb-invalidate-threads): Append --frame.
536 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
537 between breakpoints/threads buffers.
538 (gdb-set-window-buffer): Now can ignore dedicated windows.
539 (gdb-propertize-header): Use `gdb-set-window-buffer'.
540 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
541 (def-gdb-thread-buffer-gud-command): Replaces
542 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
543 for fine thread control.
544 (gdb-preempt-existing-or-display-buffer): New function used to
545 display bound buffers without breaking window layout.
546 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
547 (gdb-select-frame): New version of `gdb-frames-select' which now
548 sets `gdb-frame-number' so commands may use --frame option instead
549 of inner debugger state.
550 (gdb-frame-handler): Do not set `gdb-frame-number'.
551 (gdb-threads-mode-map): Select threads with mouse.
552
553 * progmodes/gud.el (gdb-gud-context-call): Declare function to
554 avoid compilation warning.
555 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
556 `gdb-show-stop-p`.
557
566f3909
DD
558 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
559 Argument `key' renamed to `buffer-type'.
560 (gdb-current-context-buffer-name): Do not add thread info to
561 buffer name when no thread is selected.
562 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
563 command (bug 3794).
564 (gdb-thread-selected): Handle `=thread-selected' notification.
565 (gdb-wait-for-pending): New macro to deal with congestion problems.
566 (gdb-breakpoints-list-handler-custom): Don't fail on pending
567 breakpoints.
568 (gdb-invalidate-disassembly): Use 'fullname instead of 'file. This
569 fixes problem similar to one described in bug 3947.
570 (gud-menu-map): More menu items.
571 (gdb-init-1): Reset `gdb-thread-number' to nil.
572
4a31122c
DD
573 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
574 non-stop settings.
575
576 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
577 (gdb-current-context-command): Do not append --thread if
578 `gdb-thread-number' is nil.
579 (gdb-running-threads-count, gdb-stopped-threads-count): New
580 variables.
581 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
582 (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
583 customization options.
584 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
585 GUD commands.
586 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'
587 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
588 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
589 set `gdb-thread-number' and update `gud-running' properly.
590 (gdb-running): Update threads list when new threads appear.
591 (gdb-stopped): Support non-stop operation and new thread switching
592 logic.
593 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
594 (gdb-json-partial-output): New set of JSON routines.
595 (def-gdb-auto-update-trigger): New `signal-list' optional
596 argument.
597 (gdb-thread-list-handler-custom): Update `gud-running',
598 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
599 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
600 (gdb-continue-thread, gdb-step-thread): New commands for fine
601 thread execution control.
602 (gud-menu-map): New menu items to switch non-stop options.
603 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
0d25e058 604 (gdb-send): Mimic RET properly (bug 3794).
4a31122c
DD
605
606 * progmodes/gdb-mi.el (gdb-rules-name-maker)
607 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
608 gdb-buffer-rules.
609 (def-gdb-auto-update-handler): New nopreserve optional argument.
610 (gdb-stack-list-frames-custom): Print stack from top to bottom.
611
612 * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
613 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
614 (gdb-parent-mode): New mode to derive other GDB modes from.
615 (gdb-display-disassembly-for-thread)
616 (gdb-frame-disassembly-for-thread): New commands for threads
617 buffer.
618
619 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
620 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
a5c9f540
DD
621 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
622 (gdb-update): We now store all GDB buffers in a list so that they
623 can be updated by traversing a list instead of calling invalidate
624 triggers explicitly
625 (def-gdb-trigger-and-handler): New macro to define trigger-handler
626 pair for GDB buffer.
627 (gdb-stack-buffer-name): Add thread information.
e7086683
DD
628 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
629 handle pending triggers.
630 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
631 (def-gdb-thread-buffer-simple-command)
632 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
633 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
634 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread): New
635 commands which show buffers bound to thread.
636 (gdb-stack-list-locals-regexp): Removed unused regexp.
4a31122c
DD
637
638 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name,gdb-locals-buffer-name)
639 (gdb-registers-buffer-name)
640 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
641 to (gud-comint-buffer) in *-buffer-name functions
642 because (gdb-get-target-string) already does that.
643 (gdb-locals-handler-custom, gdb-registers-handler-custom)
644 (gdb-changed-registers-handler): Rewritten without regexps.
645
646 * progmodes/gdb-mi.el Basic thread selection support.
647 (gdb-thread-number): New variable.
648 (gdb-current-context-command): New macro which adds --thread
649 option to command.
650 (gdb-threads-mode-map): Select thread with SPC
651 (gdb-thread-list-handler-custom): Mark current thread with overlay
652 arrow. Synchronize GDB thread and Emacs thread.
653 (gdb-select-thread): New command which selects current thread.
654 (gdb-invalidate-frames, gdb-invalidate-locals)
655 (gdb-invalidate-registers): Use --thread option.
20f12ed8 656
2ac33804
MA
6572009-08-04 Michael Albinus <michael.albinus@gmx.de>
658
659 * net/tramp.el (top): Make check for tramp-gvfs loading more
8e754ea2 660 robust. (Bug#3977)
2ac33804
MA
661 (tramp-handle-insert-file-contents): `unwind-protect' must be
662 inside `with-parsed-tramp-file-name'.
663
664 * net/tramp-gvfs.el (top): Remove superfluous message when loading
665 fails.
666
39d0296f
NR
6672009-08-03 Nick Roberts <nickrob@snap.net.nz>
668
669 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
670 directory if CLASSPATH is not set.
671
adcbca53
MA
6722009-08-03 Michael Albinus <michael.albinus@gmx.de>
673
674 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp) New
675 defconst.
7ef849b6 676 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
adcbca53 677
30924b0b
CY
6782009-08-02 Kevin Ryde <user42@zip.com.au>
679
680 * net/newst-backend.el (newsticker--raw-url-list-defaults): Update
681 freshmeat link. Delete newsforge.com as it seems gone.
682
b6ce92f1
CY
6832009-08-02 Chong Yidong <cyd@stupidchicken.com>
684
d977a092
CY
685 * select.el (x-set-selection): Doc fix (Bug#4021).
686
687 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
688
b6ce92f1
CY
689 * help-fns.el (describe-variable): Treat list return values from
690 dir-locals-find-file properly (Bug#4005).
691
3eedbc85
MA
6922009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
693
694 * net/tramp.el (tramp-debug-message): Print also microseconds.
695
6962009-08-02 Michael Albinus <michael.albinus@gmx.de>
697
698 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
699 or END is non-nil.
700 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
701 (tramp-get-debug-buffer): Change `outline-regexp' according to new
702 format.
703
704 * net/tramp-cache.el (tramp-cache-inhibit-cache ): New defvar.
705 (tramp-get-file-property): Use it.
706
707 * autorevert.el (auto-revert-handler): Allow
708 `auto-revert-tail-mode' for remote files.
709
2aafe808
JR
7102009-08-02 Jason Rumney <jasonr@gnu.org>
711
712 * minibuffer.el (read-file-name): Treat confirm options to
713 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
714
e094097c
CY
7152009-08-02 Chong Yidong <cyd@stupidchicken.com>
716
717 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
718 (font-lock-variable-name-face, font-lock-constant-face): Darken
719 the colors for light backgrounds.
720
de94f281
EZ
7212009-08-01 Eli Zaretskii <eliz@gnu.org>
722
723 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
724 month names. (Bug#3987)
725
54b99340
CY
7262009-07-31 Chong Yidong <cyd@stupidchicken.com>
727
728 * simple.el (line-move-finish): Pass whole number to
729 line-move-to-column.
34be836c 730 (line-move-visual): Perform hscroll to the recorded position.
54b99340 731
38216c30
JB
7322009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
733
734 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
735
c779896d
CY
7362009-07-29 Alan Mackenzie <acm@muc.de>
737
738 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
739
592ccae0
DD
7402009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
741
35edc6c6
DD
742 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
743 (gdb-place-breakpoints): Use full path when setting breakpoints.
592ccae0 744
5a9e3ab7
JB
7452009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
746
747 * calc/calc.el (calc-mode-map): Add keybinding for
748 `calc-transpose-lines'.
749
7502009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
751
752 * calc/calc-misc.el (calc-transpose-lines): New function.
753
905fb90e
MA
7542009-07-28 Michael Albinus <michael.albinus@gmx.de>
755
756 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
757 Simplify check for out-of-band methods.
758 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
759 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
760
76e14464
DN
7612009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
762
763 * vc-git.el (vc-git-checkin): Fix typo.
764
af077012
SY
7652009-07-28 Steve Yegge <steve.yegge@gmail.com>>
766
767 * progmodes/js2-mode.el: New file.
768
b85157fe
NR
7692009-07-28 Nick Roberts <nickrob@snap.net.nz>
770
771 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
772 (gud-menu-map): Adjust tooltip accordingly.
773
d43c2b06
DN
7742009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
775
1c0f0c3b
DN
776 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
777 (vc-bzr-log-view-mode): Adjust log-view-file-re.
778
d43c2b06
DN
779 * add-log.el (change-log-mode-map): Add a menu.
780
3dec5c36
MA
7812009-07-27 Michael Albinus <michael.albinus@gmx.de>
782
783 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
784 function returns nil.
785 (dbus-handle-event): Handle special return value :ignore.
786 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
787
5704140c
CY
7882009-07-26 Chong Yidong <cyd@stupidchicken.com>
789
790 * view.el (view-mode-enable): Don't define Helper-return-blurb if
791 it's not needed.
792
3077d1f6
EZ
7932009-07-25 Eli Zaretskii <eliz@gnu.org>
794
795 Fix Bug#3888:
796
797 * w32-vars.el (x-select-enable-clipboard): Doc fix.
798
799 * term/pc-win.el (x-display-name, x-colors)
800 (x-select-enable-clipboard, x-select-text): Doc fix.
801
802 * term/common-win.el (x-display-name, x-colors): Doc fix.
803
804 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
805 (xw-defined-colors): Doc fix.
806
807 * w32-fns.el (x-select-text, x-setup-function-keys)
808 (x-get-selection, x-set-selection): Doc fix.
809
810 * term/x-win.el (x-select-text, x-setup-function-keys)
811 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
812
813 * select.el (x-set-selection): Doc fix.
814
51768bc8
MA
8152009-07-25 Michael Albinus <michael.albinus@gmx.de>
816
817 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
818 instead of "IsNSSSupportAvailable". Avahi ought to work also when
819 "IsNSSSupportAvailable" method is not available. Reported by
820 Steve Youngs <steve@sxemacs.org>.
821
b11c2874
KH
8222009-07-24 Kenichi Handa <handa@m17n.org>
823
824 * international/characters.el: Fix setting of category ?C, ?|, ?K,
825 and ?H. Fix setting of case for Latin Extended and Greek
826 Extended.
827 (build-unicode-category-table): Fix range checks.
828
ba83b7b6
DN
8292009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
830
831 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
832 the buffer we try to sync is current when calling
833 vc-resynch-buffer.
834
835 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
836 not show up to date files.
837
7a8ae964
GM
8382009-07-24 Glenn Morris <rgm@gnu.org>
839
840 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
841 Add autoload cookies. If necessary, initialize.
842 (elint-log): Handle non-file buffers.
843 (elint-initialize): Add optional argument to reinitialize.
844 (elint-find-builtin-variables): Save excursion.
845
a707eb05
DN
8462009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
847
848 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
849 for Lint.
850
0a2ddfa6
DN
8512009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
852
d6a62b0d
DN
853 * vc.el (vc-print-log-internal): New function, split out from ...
854 (vc-print-log): ... here.
10b5dcad 855 (vc-dir-move-to-goal-column): Declare.
d6a62b0d 856
0a2ddfa6
DN
857 * vc-git.el (vc-git-add-signoff): New variable.
858 (vc-git-checkin): Use it.
859 (vc-git-toggle-signoff): New function.
860 (vc-git-extra-menu-map): Bind it to menu.
2a0e3379
DN
861 (vc-git--run-command-string): Accept a nil FILE argument.
862 (vc-git-stash-list): New function.
863 (vc-git-dir-extra-headers): Use it.
0a2ddfa6 864
589a99f2
GM
8652009-07-23 Glenn Morris <rgm@gnu.org>
866
867 * help-fns.el (describe-variable): Describe ignored and risky local
868 variables in a similar way to that in which we describe safe ones.
869
870 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
871 (byte-compile-output-file-form, byte-compile-output-docform)
872 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
873 Give some more local variables with common names a "bytecomp-" prefix,
874 so as not to shadow things during compilation.
875 * emacs-lisp/cl-macs.el (load-time-value)
876 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
877 `outbuffer' to `bytecomp-outbuffer'.
878
879 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
880 since the next two variables cover them automatically now.
881 (elint-builtin-variables, elint-autoloaded-variables): New.
882 (elint-unknown-builtin-args): Remove all members, since they can be
883 parsed automatically now.
884 (elint-extra-errors): New.
885 (elint-env-add-env, elint-env-add-macro): Use cadr.
886 (elint-current-buffer): Use or. Change final message.
887 (elint-get-top-forms): Use line-end-position.
888 (elint-init-env): Use cadr. Handle autoload, declare-function,
889 and defalias.
890 (elint-add-required-env): Doc fix. Use or. Standardize error.
891 (regexp-assoc): Remove unused function.
892 (elint-top-form): Set elint-current-pos, to record the start of the
893 top-level form, for compilation-mode.
894 (elint-form): Trap errors in macro expansion. Use dolist.
895 (elint-unbound-variable): Use elint-builtin-variables and
896 elint-autoloaded-variables.
897 (elint-get-args): Use cadr, or.
898 (elint-check-cond-form): Use dolist, cadr.
899 (elint-check-condition-case-form): Doc fix. Use cadr.
900 Use elint-extra-errors.
901 (elint-log): New function.
902 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
903 Distinguish errors and warnings.
904 (elint-log-message): Use with-current-buffer. Inhibit read-only.
905 Use a bytecomp-style format.
906 (elint-clear-log): Preserve default-directory. Inhibit read-only.
907 (elint-get-log-buffer): Use compilation mode. Disable undo.
908 Don't truncate lines.
909 (elint-initialize): Set builtin and autoloaded variable lists.
910 Only process elint-unknown-builtin-args if non-nil.
911 (elint-find-builtin-variables, elint-find-autoloaded-variables):
912 New functions.
913 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
914
855b42a2
GM
9152009-07-22 Kevin Ryde <user42@zip.com.au>
916
917 * net/newst-backend.el (newsticker--parse-atom-1.0)
918 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
919 (newsticker--parse-rss-1.0):
920 * progmodes/idlwave.el (idlwave-mode):
921 * progmodes/idlw-shell.el (idlwave-shell-mode):
922 * progmodes/vera-mode.el (vera-mode):
923 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
924 * progmodes/vhdl-mode.el (vhdl-mode):
925 * textmodes/table.el (table-generate-source)
926 (table--warn-incompatibility):
927 Hyperlink urls in docstrings with URL `...'.
928
fd413a37
GM
9292009-07-22 Glenn Morris <rgm@gnu.org>
930
cb711556
GM
931 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
932 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
933 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
934 Remove leading * from defcustom docs.
935
fd413a37
GM
936 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
937
938 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
939 defcustom doc.
940 (list-load-path-shadows): Optionally, just return shadows as a string.
941
942 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
943
a4f69701
CY
9442009-07-21 Chong Yidong <cyd@stupidchicken.com>
945
946 * mail/rmailedit.el (rmail-edit-mode): Use
947 auto-save-include-big-deletions.
948
949 * mail/rmail.el (rmail-variables): Use
950 auto-save-include-big-deletions.
951
952 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
953 changes.
954
ec06459c
JB
9552009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
956
957 * calc/calc.el (calc-undo-length): New variable.
958 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
959
b41b0976
RS
9602009-07-21 Richard Stallman <rms@gnu.org>
961
962 * files.el (auto-save-mode): Handle buffer-save-size = -2
963 for toggling mode.
964
4ed32706
GM
9652009-07-21 Glenn Morris <rgm@gnu.org>
966
531b1264
GM
967 * textmodes/ispell.el (ispell-looking-back): Update declaration.
968
55d27f41
GM
969 * calendar/todo-mode.el (calendar-current-date): Update declaration.
970
02df3f4d
GM
971 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
972 silence compiler. Instead...
973 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
974 (ps-print-ensure-fontified): Update for above function name changes.
975
fdd8417e
GM
976 * printing.el (pr-mh-get-msg-num, pr-mh-show)
977 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
978 silence compiler. Instead...
979 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
980 (mh-show-buffer): Only define for compiler.
981 (pr-mh-current-message): Update for above function name changes.
982
4ed32706
GM
983 * files.el (abort-if-file-too-large): Explicitly pass `filename'
984 as an argument.
985 (find-file-noselect, insert-file-1): Update for above change.
986
987 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
988
989 * mail/mailclient.el (mailclient-send-it): Fix message.
990
991 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
992 (edebug-eval): Check cl-debug-env is bound.
993 (print-level, print-circle): Don't redefine built-in variables.
994
995 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
996 (custom-print-vectors): Remove old comments from doc.
997
998 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
999 (emerge-version): Make the variable an obsolete alias for the
1000 emacs-version variable. Make the function obsolete.
1001 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
1002 Emerge options, rather than merging in into the main Options menu.
1003 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
1004 and auto advance modes. Disable edit/fast items when not relevant.
1005
86812144
CY
10062009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
1007
1008 * term/vt420.el (terminal-init-vt420): Fix typo.
1009
6bb90094
SS
10102009-07-20 Sam Steingold <sds@gnu.org>
1011
1012 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
1013 variable (removed from compile.el on 2004-03-11).
1014
42e0a725
CY
10152009-07-20 Chong Yidong <cyd@stupidchicken.com>
1016
1017 * files.el (hack-local-variables-filter): Fix last change.
1018
2ee20f24
JL
10192009-07-19 Juri Linkov <juri@jurta.org>
1020
1021 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
1022 (dir-local-variables-alist): New buffer-local variable.
1023 (hack-local-variables-filter): If variable is not dir-local,
1024 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
1025 because file-local overrides dir-local.
1026 (c-postprocess-file-styles)<declare-function>:
1027 Remove obsolete declaration.
1028 (hack-dir-local-variables): Add dir-local variable/value pair to
1029 `dir-local-variables-alist' and remove duplicates. Doc fix.
1030
1031 * help-fns.el (describe-variable): Add information about
1032 file-local and dir-local variables.
1033
89bf83cd
CY
10342009-07-19 Chong Yidong <cyd@stupidchicken.com>
1035
1036 * files.el (hack-local-variables-filter): Rewrite.
1037
1a8d3541
GM
10382009-07-19 Glenn Morris <rgm@gnu.org>
1039
d9e8a018
GM
1040 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
1041 Silence compiler by only defining on XEmacs.
1042
da332cfb
GM
1043 * international/mule.el (auto-coding-regexp-alist): Only match
1044 BABYL... at the start of buffer, not of lines. (Bug#3790)
1045
1a8d3541
GM
1046 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
1047 non-calendar buffers (Bug#3862). Restore "not on a date" message.
1048 (cal-menu-context-mouse-menu): Doc fix.
1049
1050 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
1051
1052 * simple.el (mail-user-agent): Doc fix. Set :version tag.
1053
d842b103
JL
10542009-07-18 Juri Linkov <juri@jurta.org>
1055
1056 * info.el: Virtual Info keyword finder.
1057 (add-to-list)<Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
1058 (Info-finder-file): New variable.
1059 (Info-finder-find-file): New function.
1060 (finder-known-keywords, finder-package-info)
1061 (find-library-name, lm-commentary): Use defvar and
1062 declare-function to silence compiler warnings.
1063 (Info-finder-find-node): New function.
1064 (info-finder): New command.
1065
1066 * subr.el (process-kill-buffer-query-function): New function.
1067 (add-hook)<kill-buffer-query-functions>: Add hook
1068 `process-kill-buffer-query-function'.
1069
10d37df7
AM
10702009-07-18 Alan Mackenzie <acm@muc.de>
1071
1072 * progmodes/cc-mode.el (c-before-hack-hook),
1073 (c-postprocess-file-styles): Give invocation of `c-set-style'
1074 DONT-OVERRIDE parameter of t. Already set style variables will
1075 thus not be overridden by style settings given by `c-file-syle'.
1076
1077 * files.el (hack-local-variables-filter): Remove entries with
1078 duplicate keys from `file-local-variables-alist'.
1079
102e1a41
EZ
10802009-07-18 Eli Zaretskii <eliz@gnu.org>
1081
1082 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
1083 x-set-selection if display-selections-p returns nil for the
1084 current frame.
1085
16f2e9fc
CY
10862009-07-18 Chong Yidong <cyd@stupidchicken.com>
1087
1088 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
1089
f22693fc
EZ
10902009-07-18 Eli Zaretskii <eliz@gnu.org>
1091
a6c2c80c
EZ
1092 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
1093 Accept nil in addition to a regexp.
1094 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
1095 Accept nil in addition to a regexp.
1096 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
1097 buffers that have an associated file. Handle nil values of
1098 desktop-buffers-not-to-save and desktop-files-not-to-save.
1099 (Bug#3833)
1100
f22693fc
EZ
1101 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
1102 (x-disown-selection-internal): New functions.
1103
e456379a
NR
11042009-07-18 Nick Roberts <nickrob@snap.net.nz>
1105
1106 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
1107 warning.
1108 (gdb-breakpoints-header): Move forward to avoid compiler warning.
1109 (gdb-make-header-line-mouse-map): Remove duplicate definition.
1110
0013b70f
CY
11112009-07-18 David De La Harpe Golden <david@harpegolden.net>
1112
1113 * simple.el (set-mark): Revert last change.
1114
0855c2ca
CY
11152009-07-17 Tassilo Horn <tassilo@member.fsf.org>
1116
1117 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
1118 rendering of pngs is not possible instead of messaging a long
1119 description.
1120
3f5c9cad
CY
11212009-07-17 David De La Harpe Golden <david@harpegolden.net>
1122
1123 * w32-fns.el (x-selection-owner-p): New function.
1124
1125 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
6c6a75d5
CY
1126 (mouse-yank-at-click, mouse-yank-primary): If
1127 select-active-regions is non-nil, deactivate the mark before
1128 insertion.
3f5c9cad
CY
1129
1130 * simple.el (deactivate-mark, set-mark): Only save selection if we
1131 own it.
1132
1fc87f9b
KH
11332009-07-17 Kenichi Handa <handa@m17n.org>
1134
1135 * case-table.el (describe-buffer-case-table): Fix for the case
1136 that KEY is a cons.
1137
d56fdcd2
DN
11382009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
1139
1140 * vc-rcs.el (vc-rcs-find-file-hook):
1141 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
1142
bede3e9f
MA
11432009-07-16 Michael Albinus <michael.albinus@gmx.de>
1144
1145 * net/tramp.el (tramp-wait-for-output): Handle the case when
1146 commands do not return a newline but a null byte before the shell
1147 prompt. (Bug#3858)
1148
7653ca1d
YM
11492009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1150
1151 * term/ns-win.el (ns-set-alpha): Don't declare.
1152 (ns-set-background-alpha): Remove function.
1153
ed2a52e9
SM
11542009-07-16 Kevin Ryde <user42@zip.com.au>
1155
1156 * emacs-lisp/copyright.el (copyright-update): Save match-data across
1157 y-or-n-p, for safety.
1158
7a907299
RS
11592009-07-16 Richard Stallman <rms@gnu.org>
1160
1161 * files.el (auto-save-mode): If buffer-saved-size is -2,
1162 don't clobber it.
1163
1164 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
1165 (rmail-retry-ignored-headers): Add more uninteresting fields.
1166
c0db3477
CY
11672009-07-15 Jari Aalto <jari.aalto@cante.net>
1168
1169 * net/rcirc.el (rcirc): Use history variables.
1170 (rcirc-server-name-history, rcirc-nick-name-history)
1171 (rcirc-server-port-history): New variables.
1172
6c875452
KH
11732009-07-15 Kenichi Handa <handa@m17n.org>
1174
bf974dc9
KH
1175 * international/mule-cmds.el (set-language-environment-charset):
1176 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
1177 ignore them.
1178
6c875452
KH
1179 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
1180 Delete unibyte-display.
1181
2066b4fe
CY
11822009-07-15 Chong Yidong <cyd@stupidchicken.com>
1183
1184 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
1185
f9be2e35
CY
11862009-07-15 Chong Yidong <cyd@stupidchicken.com>
1187
1188 * simple.el (deactivate-mark): Optional argument FORCE.
1189 (set-mark): Use deactivate-mark.
1190
1191 * info.el (Info-search): No need to check transient-mark-mode
1192 before calling deactivate-mark.
1193
1194 * select.el (x-set-selection): Doc fix.
1195 (x-valid-simple-selection-p): Allow buffer values.
1196 (xselect--selection-bounds): Handle buffer values. Suggested by
1197 David De La Harpe Golden.
1198
1199 * mouse.el (mouse-set-region, mouse-drag-track): Call
1200 copy-region-as-kill before setting the mark, to let
1201 select-active-regions work.
1202
12032009-06-28 David De La Harpe Golden <david@harpegolden.net>
1204
1205 * simple.el (deactivate-mark): If select-active-regions is
1206 non-nil, copy the selection data into a string.
1207 (activate-mark): If select-active-regions is non-nil, set the
1208 selection to the current buffer.
1209 (set-mark): Update selection if select-active-regions is non-nil.
1210
1211 * select.el (x-valid-simple-selection-p): Allow buffer values.
1212
cbd61418
SM
12132009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
1214
1215 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
1216 and more featureful message-mode.
1217
f470187f
CY
12182009-07-14 Chong Yidong <cyd@stupidchicken.com>
1219
1220 * select.el (x-set-selection): Doc fix.
1221 (x-valid-simple-selection-p): Disallow selection data consisting
1222 of a list or cons of integers, since that is not used.
1223 (xselect--selection-bounds, xselect--int-to-cons): New functions.
1224 (xselect-convert-to-string, xselect-convert-to-length)
1225 (xselect-convert-to-filename, xselect-convert-to-charpos)
1226 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
1227
bfc99364
DD
12282009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
1229
1230 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
1231 output in -break-info command (Emacs bug #3794).
1232
e32721f5
GM
12332009-07-14 Glenn Morris <rgm@gnu.org>
1234
1e46f9e4
GM
1235 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
1236 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
1237 (edebug-print-length, edebug-print-level, edebug-print-circle)
1238 (edebug-sit-for-seconds, edebug-view-outside)
1239 (edebug-bounce-point, edebug-set-global-break-condition)
1240 (edebug-Go-nonstop-mode, edebug-trace-mode)
1241 (edebug-Trace-fast-mode, edebug-continue-mode)
1242 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
1243 (edebug-visit-eval-list): Doc fixes.
1244
e32721f5
GM
1245 * subr.el (def-edebug-spec): Doc fix.
1246
66a85e76
KH
12472009-07-14 Kenichi Handa <handa@m17n.org>
1248
1249 * international/characters.el: Fix setting of category ?C.
1250
28571246
JD
12512009-07-13 Jan Djärv <jan.h.d@swipnet.se>
1252
1253 * term/ns-win.el (x-select-font): defailias x-select-font to
1254 ns-popup-font-panel instead of generate-fontset-menu.
1255
5d74672c
EZ
12562009-07-12 Eli Zaretskii <eliz@gnu.org>
1257
1258 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
1259
eb1727a4
CY
12602009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
1261
1262 * arc-mode.el (archive-find-type): Allow for a PK00 string before
1263 the PK\003\004 header (Bug#3770).
1264
208384c5
CY
12652009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
1266
1267 * pcomplete.el (pcomplete-comint-setup): Check for
1268 shell-dynamic-complete-filename too.
1269
774409a1
CY
12702009-07-11 Chong Yidong <cyd@stupidchicken.com>
1271
1272 * simple.el (temporary-goal-column): Change the value for
1273 line-move-visual to a cons cell.
1274 (line-move-visual): Record or set the window hscroll, if
1275 necessary (Bug#3494).
1276 (line-move-1): Handle cons value of temporary-goal-column.
1277
1639ee1d
KH
12782009-07-11 Kenichi Handa <handa@m17n.org>
1279
1280 * international/mule-diag.el (describe-character-set): Don't show
1281 width.
1282
2b1d2412
SS
12832009-07-10 Sam Steingold <sds@gnu.org>
1284
1285 * progmodes/compile.el (compilation-mode-font-lock-keywords):
1286 Omake sometimes indents the errors it prints, so allow all
1287 regexps to start with spaces.
1288
ed3a5691
EZ
12892009-07-10 Eli Zaretskii <eliz@gnu.org>
1290
ed2a52e9
SM
1291 * cus-edit.el (customize-changed-options-previous-release):
1292 Bump value to 22.1. (Bug#3804)
ed3a5691 1293
49405d0e
SS
12942009-07-08 Sam Steingold <sds@gnu.org>
1295
1296 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
1297 to be a cons cell (test . ignored-directory) to selectively ignore
1298 some directories depending on the location of the search.
1299
93c3eb7c
MA
13002009-07-08 Michael Albinus <michael.albinus@gmx.de>
1301
1302 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
1303 remote user is root, on the local host.
1304 (tramp-local-host-p): Either the local user or the remote user
1305 must be root. (Bug#3771)
1306
6f2a8484
NR
13072009-07-08 Nick Roberts <nickrob@snap.net.nz>
1308
1309 * progmodes/gdb-mi.el (gdb): Remove description of
1310 gdb-use-separate-io-buffer.
69cb8d82 1311 (menu): Don't allow toggling of or enable
6f2a8484
NR
1312 gdb-use-separate-io-buffer from menubar.
1313
88d03607
CY
13142009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
1315
1316 * mail/unrmail.el (unrmail): Make sure the message ends with two
1317 newlines (Bug#3769).
1318
7ef5b8b2
GM
13192009-07-08 Glenn Morris <rgm@gnu.org>
1320
1321 * calendar/calendar.el (calendar-current-date): Rework previous change.
1322
3ce82f97
GM
13232009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
1324
1325 * calendar/calendar.el (calendar-current-date):
1326 Add an optional argument giving an offset from today.
1327
f35fc841
GM
13282009-07-08 Glenn Morris <rgm@gnu.org>
1329
1330 * tutorial.el (tutorial--describe-nonstandard-key):
1331 Adjust the message for when a key has been unbound.
1332 (help-with-tutorial): Hide the arch-tag.
1333
40149292
KH
13342009-07-08 Kenichi Handa <handa@m17n.org>
1335
69cb8d82
KH
1336 * international/fontset.el (setup-default-fontset): For each
1337 script, append (not set) font-specs.
1338
40149292
KH
1339 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
1340 docstring.
1341
ff0c4194
NR
13422009-07-08 Nick Roberts <nickrob@snap.net.nz>
1343
1344 * progmodes/gdb-mi.el (gdb-init-1): Move sending
1345 -data-list-register-names to ...
1346 (gdb-starting): ... here because GDB 7.0 requires execution to
1347 have started when using this MI command.
1348 (gdb-set-header): New function to distinguish select and
1349 unselected tabs in gdb buffers.
1350 (gdb-propertize-header): New macro that uses gdb-set-header.
1351 (gdb-breakpoints-header, gdb-locals-header): Use it.
6f2a8484 1352 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
ff0c4194 1353
8954c675
CY
13542009-07-07 Chong Yidong <cyd@stupidchicken.com>
1355
1356 * Makefile.in (ELCFILES): Remove fadr.elc.
1357
0996385d
DD
13582009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
1359
dc6b4519
DD
1360 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
1361 may contain frame information, so `string-match' should be used.
1362 (gdb-update): Disassembly is invalidated through
1363 `gdb-get-selected-frame'.
1364 (gdb-pad-string): New function to pad string with spaces.
1365 (gdb-invalidate-disassembly): Invalidate only if the buffer
1366 exists.
1367 (gdb-disassembly-handler-custom): Column alignment.
1368 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
1369 placing new ones.
1370 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
1371 end of line, too.
1372 (gdb-frame-handler): Match convention to for disassembly buffer
1373 mode name.
17c1380b 1374 (gdb-stack-list-frames-handler): Rewritten without regexps.
e7006f27
DD
1375 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
1376 not highlight breakpoints without line information.
69a197a2 1377 (gdb-input): Add trailing newline to command.
dc6b4519 1378
14340b25
DD
1379 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
1380 buffer properly.
1381 (gdb-breakpoints-list-handler-custom): Replacement for
dc6b4519
DD
1382 `gdb-break-list-handler'. Using real parser instead of regexps
1383 now.
1384 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
1385 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
1386 to place breakpoints.
14340b25
DD
1387 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
1388 functions.
1389 (gdb-disassembly-handler-custom): Show overlay arrow.
1390 (gdb-disassembly-place-breakpoints): Show breakpoints in
1391 disassembly buffer.
1392 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
dc6b4519
DD
1393 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
1394 instead of parsing breakpoints buffer. Fixed old menu references
1395 in `gud-menu-map'.
14340b25 1396
38d4f316 1397 * fadr.el: Remove.
1f2a6224 1398
0996385d
DD
1399 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el
1400 (gdb-memory-address): New variable which holds top address of
1401 memory page shown in memory buffer
1402 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
1403 customization variables.
1404 New functions:
1405 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
1406 display the memory buffer.
1407 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
1408 buffer display parameters.
1409 (def-gdb-memory-format, gdb-memory-format-binary)
1410 (gdb-memory-format-octal, gdb-memory-format-unsigned)
1411 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
1412 Functions for setting memory buffer format.
1413 (gdb-memory-unit-word, gdb-memory-unit-halfword)
1414 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
1415 unit size used in memory buffer.
1416 (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
1417 to next/previous page of memory buffer.
28d67a53 1418 Now using (bindat-get-field) instead of fadr functions.
0996385d 1419
9ba562d3
SS
14202009-07-07 Sam Steingold <sds@gnu.org>
1421
1422 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
1423 non-top-level files.
1424
a43977db
KH
14252009-07-07 Kenichi Handa <handa@m17n.org>
1426
1427 * international/mule-cmds.el (reset-language-environment): Put
1428 the highset priority to the charset iso-8859-1.
1429
d44d05e8
CY
14302009-07-06 Chong Yidong <cyd@stupidchicken.com>
1431
1432 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
1433 to the end of the line when locating the block (Bug#700).
1434
3e2fa353
MA
14352009-07-06 Michael Albinus <michael.albinus@gmx.de>
1436
1437 * net/tramp.el (tramp-handle-write-region): Flush file properties
1438 in case of short track.
1439
d88782c3
DN
14402009-07-07 Michael McNamara <mac@mail.brushroad.com>
1441
1442 * verilog-mode.el (verilog-error-regexp-emacs-alist): Coded custom
1443 representation of verilog error regular expressions to work with
1444 Emacs-22's new format.
1445 (verilog-error-regexp-xemacs-alist): Coded custom representation
1446 of verilog error regular expressions to work with XEmacs format
1447 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
1448 error recognition into XEmacs.
1449 (verilog-error-regexp-add-emacs): Hook routine to install verilog
1450 error recognition into Emacs-22.
1451
25c6f63e
CY
14522009-07-06 Chong Yidong <cyd@stupidchicken.com>
1453
1454 * woman.el: Remove stand-alone closing parentheses.
1455 (woman-file-name, woman2-format-paragraphs)
1456 (woman-leave-blank-lines): Code cleanup.
1457 (woman-use-own-frame): Change default to nil.
1458 (woman-italic, woman-bold, woman-unknown, woman-addition): Change
1459 defaults to inherit from default faces.
1460 (woman2-process-escapes): Consume the newline after a stand-alone
1461 filler character (Bug#3651).
1462
f176290e
GM
14632009-07-06 Glenn Morris <rgm@gnu.org>
1464
1465 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
1466 (top-level): Move provide to the end.
1467 (ffap): Remove defunct URL from custom group.
1468
1469 * subr.el (eval-after-load): Doc fix.
1470
e4a5a307
JB
14712009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
1472
1473 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
1474 `calc-embedded-word' is called twice.
1475
4b8b1ec5
SM
14762009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
1477
1478 * files.el (find-alternate-file-other-window, find-alternate-file):
1479 Obey confirm-nonexistent-file-or-buffer.
1480
d6ceb380
MA
14812009-07-05 Michael Albinus <michael.albinus@gmx.de>
1482
1483 * dired-aux.el (dired-show-file-type): Handle remote files.
1484
c760f19e
CY
14852009-03-22 Jari Aalto <jari.aalto@cante.net>
1486
4b8b1ec5
SM
1487 * desktop.el (desktop-globals-to-save):
1488 Add file-name-history (Bug#2750).
c760f19e 1489
6d00ce04
CY
14902009-07-05 Chong Yidong <cyd@stupidchicken.com>
1491
4b8b1ec5 1492 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
6d00ce04 1493
6ee21b07
JB
14942009-07-04 Johan Bockgård <bojohan@gnu.org>
1495
1496 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
1497 property on entire argument since this is what eshell-lisp-command
1498 expects.
1499
f0dbdc25
MA
15002009-07-03 Michael Albinus <michael.albinus@gmx.de>
1501
1502 * net/tramp-gvfs.el (tramp-gvfs-methods)
1503 (tramp-gvfs-zeroconf-domain)
1504 (tramp-bluez-discover-devices-timeout): Add version flag.
1505 (tramp-gvfs-handler-mounted-unmounted)
1506 (tramp-gvfs-connection-mounted-p): Polish handling of
1507 incompatibilities between GVFS 0.2 and 1.0.
1508
e044e4fc
JD
15092009-07-03 Jan Djärv <jan.h.d@swipnet.se>
1510
4b8b1ec5 1511 * cus-start.el (all): Add make-pointer-invisible.
e044e4fc 1512
2e9b968b
JB
15132009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
1514
1515 * calc-math.el (math-use-emacs-fn): Make sure that the number is
1516 formatted correctly.
1517
baf1a55e
JL
15182009-07-02 Juri Linkov <juri@jurta.org>
1519
1520 * info.el: Virtual Info files and nodes.
1521 (Info-virtual-files, Info-virtual-nodes): New variables.
1522 (Info-current-node-virtual): New variable.
1523 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
1524 New functions.
1525 (Info-file-supports-index-cookies): Use Info-virtual-file-p
1526 to check for a virtual file instead of checking a fixed list
1527 of node names.
1528 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
1529 instead of ad-hoc processing of "dir" and (apropos history toc).
1530 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
1531 instead of ad-hoc processing of "dir" and (apropos history toc).
1532 Reread a file when moving from a virtual node.
1533 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
1534 (Info-directory-toc-nodes, Info-directory-find-file)
1535 (Info-directory-find-node): New functions.
1536 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
1537 (Info-history): Move part of code to
1538 `Info-history-find-node'.
1539 (Info-history-toc-nodes, Info-history-find-file)
1540 (Info-history-find-node): New functions.
1541 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
1542 (Info-toc): Move part of code to `Info-toc-find-node'.
1543 (Info-toc-find-node): New function.
4b8b1ec5 1544 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
baf1a55e
JL
1545 the current Info file name to references because now the node
1546 "*TOC*" belongs to the same Info manual.
4b8b1ec5 1547 (Info-toc-build): Rename from `Info-build-toc'.
baf1a55e
JL
1548 (Info-toc-nodes): Rename input argument `file' to `filename'.
1549 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
1550 instead of ad-hoc processing of ("dir" apropos history toc).
1551 (Info-index-nodes): Use Info-virtual-file-p
1552 to check for a virtual file instead of checking a fixed list
1553 of node names.
1554 (Info-index-node): Add check for `Info-current-node-virtual'.
1555 Raise `save-match-data' higher up the tree to contain
1556 `search-forward' too (bug fix).
1557 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
1558 (Info-virtual-index-nodes): New variable.
1559 (Info-virtual-index-find-node, Info-virtual-index): New functions.
1560 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
1561 (Info-apropos-file, Info-apropos-nodes): New variables.
1562 (Info-apropos-toc-nodes, Info-apropos-find-file)
1563 (Info-apropos-find-node, Info-apropos-matches): New functions.
1564 (info-apropos): Move part of code to `Info-apropos-find-node' and
1565 `Info-apropos-matches'.
1566 (Info-mode-map): Bind "I" to `Info-virtual-index'.
1567 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
1568 for a virtual file instead of checking a fixed list of node names.
1569
1570 * simple.el (async-shell-command): New command.
1571
1572 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
1573
1574 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
1575 instead of `mount-info'.
1576
d04bc496
MA
15772009-07-02 Michael Albinus <michael.albinus@gmx.de>
1578
1579 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
4b8b1ec5 1580 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
d04bc496 1581
af0403e0
KH
15822009-07-02 Kenichi Handa <handa@m17n.org>
1583
1584 * international/mule.el (set-keyboard-coding-system): Force *-unix
1585 coding-system to avoid eol conversion.
1586
99278f8a
MA
15872009-07-01 Michael Albinus <michael.albinus@gmx.de>
1588
4b8b1ec5
SM
1589 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
1590 Add handler for `process-file', `shell-command' and
99278f8a
MA
1591 `start-file-process'.
1592 (tramp-gvfs-handle-shell-command)
1593 (tramp-gvfs-handle-start-file-process)
1594 (tramp-gvfs-handle-process-file): New defuns.
4b8b1ec5 1595 (tramp-synce-list-devices): Simplify check for existence of property.
99278f8a 1596
3f1c6666
JD
15972009-07-01 Jan Djärv <jan.h.d@swipnet.se>
1598
1599 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
1600
3f396bac
KH
16012009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
1602
1603 * language/korean.el (set-language-info-alist): Add korean-cp949,
1604 cp949 to spec.
1605
c1185193
KH
16062009-07-01 Kenichi Handa <handa@m17n.org>
1607
1608 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
1609
1610 * international/encoded-kb.el: Deleted.
1611
1612 * international/mule.el (set-keyboard-coding-system): Perform the
1613 necessary setup here instead of calling encoded-kbd-setup-display.
1614
3f150a60
GM
16152009-07-01 Glenn Morris <rgm@gnu.org>
1616
1617 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
1618
b0d5b05b
GM
16192009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
1620
1621 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
1622
4f4126e6
MA
16232009-06-30 Michael Albinus <michael.albinus@gmx.de>
1624
4b8b1ec5
SM
1625 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
1626 Handle also the 'rename case, when setting file modes. (Bug#3712)
974647ac 1627 (tramp-default-file-modes) Remove execute permissions.
4f4126e6 1628
7ae3ea65 1629 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
d6ceb380
MA
1630 (top): Add a default for "synce" in `tramp-default-user-alist'.
1631 Add completion function for "synce" method.
1632 (tramp-hal-service, tramp-hal-path-manager)
4b8b1ec5
SM
1633 (tramp-hal-interface-manager, tramp-hal-interface-device):
1634 New defconst.
1635 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
1636 (tramp-synce-list-devices, tramp-synce-parse-device-names):
1637 New defuns.
d6ceb380
MA
1638
1639 * net/trampver.el: Update release number.
7ae3ea65 1640
0ad6626b
KH
16412009-06-30 Kenichi Handa <handa@m17n.org>
1642
1643 * international/fontset.el (setup-default-fontset): Add CJK fonts
1644 for symbols and the other miscellaneous characters.
1645
4b8b1ec5
SM
1646 * language/korea-util.el (setup-korean-environment-internal):
1647 Make char-width-table suitable for Korean environments.
0ad6626b
KH
1648 (exit-korean-environment): Cancel above.
1649
1650 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
1651 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
1652 setup-funcion to make char-widht-table suitable for respective
1653 environments, and an exit-function to cancel that.
1654
1655 * language/japan-util.el (setup-japanese-environment-internal):
1656 Call use-cjk-char-width-table with arg `ja_JP'.
1657
1658 * international/characters.el (cjk-char-width-table): Delete it.
1659 (cjk-char-width-table-list): New variable.
1660 (use-cjk-char-width-table): New arg local-name.
1661 (use-default-char-width-table): Fix for the case that Emacs is
1662 already using the default char-width-table.
1663
fd46e893
MA
16642009-06-29 Michael Albinus <michael.albinus@gmx.de>
1665
1666 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
1667 modes mandatory. (Bug#3712)
1668
b87d9f96
AM
16692009-06-29 Alan Mackenzie <acm@muc.de>
1670
1671 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
4b8b1ec5 1672 correction between the visible width of TABs and their number of bytes.
b87d9f96 1673
2d25aa5a
CY
16742009-06-29 Chong Yidong <cyd@stupidchicken.com>
1675
1676 * server.el (server-buffer-done): Prevent kill-buffer from
1677 prompting by clearing the buffer modification flag (Bug#3696).
1678
a3a8b002
DN
16792009-06-28 Michael McNamara <mac@mail.brushroad.com>
1680
1681 * verilog-mode.el (verilog-beg-of-statement)
4b8b1ec5 1682 (verilog-endcomment-reason-re): Support unique case and priority case.
a3a8b002
DN
1683 (verilog-basic-complete-re): Support localparam lineup.
1684 (verilog-beg-of-statement-1): Fix for robustness, unique case.
1685 (verilog-set-auto-endcomments): Fix for unique case, always_comb
1686 commenting.
1687 (verilog-leap-to-case-head): Now support *nested* unique &
1688 priority case statements.
1689 (verilog-auto-lineup): Make just declarations the default (as it
1690 had been).
4b8b1ec5 1691 (verilog-leap-to-case-head): Support priority/unique case statements.
a3a8b002
DN
1692 (verilog-auto-lineup): Rework to give users radio buttons to
1693 select the various styles of automatic lineup
1694 (verilog-error-regexp-alist): Rework to support the XEmacs style
1695 of error regular expressions from compilers, lint tools &
1696 simulators. Note that GNU Emacs has made it impossible for a mode
1697 to load such things.
1698 (electric-verilog-terminate-line, verilog-indent-declaration)
1699 (verilog-auto-wiure): Rework for radio button selection of
1700 auto-lineup selection of specification of auto lineup.
1701 (verilog-beg-of-statement-1): Redesign to support proper operation
1702 in additional code, based on testing with auto-lineup.
1703 (verilog-calculate-indent, assignments & declarations)
1704 (verilog-backward-token): Enhance to support auto-lineup of
1705 assignments & declarations.
1706 (verilog-in-directive-p, verilog-at-struct-p): New function for
1707 easy test of whether we are.
1708 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
1709 to support safe execution at almost anyline.
1710 (verilog-calc-1): Properly support indenting deep inside generate
1711 blocks.
1712 (verilog-init-font) Remove definition & use of verilog-init-font,
1713 as it is redundant with font-lock-defaults.
1714 (verilog-mode): Alter the definition of verilog-font-lock-defualts
1715 to avoid circular calls if syntax-ppss is a function (as is the
1716 case now in 22.x GNU Emacs) as that function would sometimes call
1717 itself, leading to (nearly) infinite recursion
1718 (verilog-ovm-begin-re, verilog-ovm-end-re)
1719 (verilog-ovm-statement-re, verilog-leap-to-head)
1720 (verilog-backward-token): Add support for OVM macros. Some are
1721 complete statements, and others open and close scopes like begin
1722 and end.
1723 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
1724 (verilog-defun-level-generate-only-re): Really fix the defun-list
1725 compilation issue
1726 (verilog-calc-1) (verilog-beg-of-statement): Enhance support for
1727 coverpoint, constraint and cross statements
1728 (verilog-defun-level-list, verilog-generate-defun-level-list)
1729 (verilog-all-defun-level-list): Redo these specifications - it is
1730 too hard to support eval-when compile aggregation of lists also
1731 built at when-compile time.
1732 (verilog-defun-level-list): Place defconsts of variables used in
1733 building regular expressions which are built in eval-when-compile
1734 bodies in the same eval-when-compile body to facilitate compile
1735 without load.
1736 (verilog-beg-block-re-ordered): Support indenting
1737 virtual/protected tasks and functions.
1738 (verilog-defun-level-list,verilog-in-generate-region-p)
1739 (verilog-backward-ws&directives, verilog-calc-1): Speed up
1740 indentation of some module items (generate items).
1741 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
1742 across virtual/protected tasks and functions.
1743
17442009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
1745
4b8b1ec5
SM
1746 * verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
1747 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
a3a8b002
DN
1748 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
1749 in concatenations. Reported by Yishay Belkind.
1750 (verilog-auto-ascii-enum): Support one-hot state machines in
1751 AUTOASCIIENUM. Suggested by Lloyd Gomez.
1752 (verilog-auto-inst, verilog-auto-inst-port): Include interface
1753 modport in AUTOINST and add vl-modport for users. Reported by
1754 David Rogoff.
1755 (verilog-auto-inout-module, verilog-auto-inst)
1756 (verilog-decls-get-interfaces, verilog-insert-definition)
1757 (verilog-insert-one-definition, verilog-read-decls)
1758 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
1759 (verilog-sig-modport, verilog-signals-combine-bus)
1760 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
1761 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
1762 Suggested by David Rogoff.
1763 (verilog-repair-open-comma): Fix non-insertion of comma when
1764 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
1765 (verilog-make-width-expression): Simplify [A-1:0] expression
1766 widths to just {A{1'b0}}.
1767 (verilog-mode): Cleanup checkdoc warnings.
4b8b1ec5
SM
1768 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
1769 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
a3a8b002
DN
1770 inputs/outputs or data type. Suggested by Vasu Kandadi.
1771 (next-error-last-buffer): Fix byte-compiler warning.
1772 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
1773 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
4b8b1ec5 1774 or shell command text during AUTO expansion. Suggested by Tad Truex.
a3a8b002 1775 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
4b8b1ec5
SM
1776 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
1777 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
a3a8b002
DN
1778 in AUTOINOUT. Reported by Matthew Lovell.
1779 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
1780 causing use of <= assignments. Reported by Alex Reed.
1781 (verilog-read-decls): Fix triand, trior, wand, wor to be
1782 recognized by AUTOWIRE. Reported by Spencer Isaacson.
1783 (verilog-extended-complete-re): Support import "DPI-C" functions.
1784 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
4b8b1ec5 1785 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
a3a8b002
DN
1786 (verilog-insert-date, verilog-insert-year)
1787 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
1788 Windows systems. Reported by Michael Potts.
1789 (verilog-read-module-name): Fix AUTOINST when the child module
1790 declaration's name is a tick define. Reported by Elliot Mednick.
1791 (verilog-read-decls): Fix V2K parameter bit subscripts getting
1792 passed to next parameter's definition. Reported by Bruce T.
1793 (verilog-read-decls): Fix detecting "parameter int" when using
1794 AUTOINSTPARAM. Reported by Bruce T.
1795 (verilog-goto-defun): Fix goto not finding modules unless first
1796 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
4b8b1ec5 1797 (verilog-mode): Expand -f flag arguments on entry to mode so
a3a8b002
DN
1798 verilog-goto-defun will work. Reported by Lawrence Butcher.
1799 (verilog-getopt): Expand environment variables in -f file
1800 arguments. Suggested by Lawrence Butcher.
4b8b1ec5 1801 (verilog-set-define): Fix "Symbol's value as variable is void"
a3a8b002
DN
1802 when reading enumerations.
1803 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
1804 Suggested by Stephen Peltan.
4b8b1ec5 1805 (verilog-read-defines): Fix reading of enumerations in include
a3a8b002
DN
1806 files. Reported by Steve Peltan.
1807
f7c0d931
CY
18082009-06-28 David De La Harpe Golden <david@harpegolden.net>
1809
1810 * files.el (trash-directory): Fix defcustom type.
1811
baf1a55e 18122009-06-28 Juri Linkov <juri@jurta.org>
cebabb67
CY
1813
1814 * help-fns.el (describe-function-1): Correctly locate adviced
1815 functions in hyperlink (Bug#2438).
1816
d63a01ef
CY
18172009-06-28 Chong Yidong <cyd@stupidchicken.com>
1818
1819 * files.el (trash-directory): Change default to nil.
1820 (move-file-to-trash): If trash-directory is nil and
1821 system-move-file-to-trash is unbound, perform freedesktop-style
1822 trashing.
1823
18242009-06-28 David De La Harpe Golden <david@harpegolden.net>
1825
1826 * files.el (move-file-to-trash): Add freedesktop trash
1827 support (Bug#973).
1828
fc2f6a26
GM
18292009-06-28 Glenn Morris <rgm@gnu.org>
1830
1831 * autorevert.el (global-auto-revert-non-file-buffers)
1832 (global-auto-revert-mode): Doc fixes.
1833
00242b07
JB
18342009-06-27 Johan Bockgård <bojohan@gnu.org>
1835
1836 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
1837
f5594f03
CY
18382009-06-27 Chong Yidong <cyd@stupidchicken.com>
1839
e8a2b2da
CY
1840 * faces.el (x-handle-named-frame-geometry): Ensure that we have
1841 opened an X connection before calling x-get-resource (Bug#3194).
1842
f5594f03
CY
1843 * play/doctor.el: Remove reference to obsolete website.
1844 (make-doctor-variables): Correct grammar mistake (Bug#2633).
1845
3c3bf6ce
DN
18462009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
1847
1848 Remove find-file-not-found-hook VC method. (Bug#2757)
1849 * vc-hooks.el (vc-file-not-found-hook)
1850 (vc-default-find-file-not-found-hook): Remove functions.
1851 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
1852 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
1853 * vc.el:
1854 * vc-hg.el:
1855 * vc-git.el: Do not mention find-file-not-found-hook VC method.
1856
e26a7bc0
AM
18572009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
1858
1859 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
1860 compatibility function for `looking-back'
1861
4b8b1ec5
SM
1862 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
1863 Use `ispell-looking-back'
e26a7bc0 1864
d9848600
MA
18652009-06-24 Michael Albinus <michael.albinus@gmx.de>
1866
1867 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
fc2f6a26 1868 rather than `filename'.
d9848600 1869
05fbc4a9
MB
18702009-06-23 Miles Bader <miles@gnu.org>
1871
1872 * face-remap.el (text-scale-set): New function.
1873
f86ca715
GM
18742009-06-23 Glenn Morris <rgm@gnu.org>
1875
33e2c2e5
GM
1876 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
1877
f529f302
GM
1878 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
1879
34995333
GM
1880 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
1881
cc80ccee
GM
1882 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
1883
84cb770d
GM
1884 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
1885 Simplify Persian conditionals.
1886
d916c965
GM
1887 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
1888 variable `filename'.
1889
b6a44b27
GM
1890 * comint.el (comint-insert-input): Doc fix.
1891
f86ca715
GM
1892 * Makefile.in (ELCFILES): Fix typo in previous change.
1893
666e158e
MB
18942009-06-23 Miles Bader <miles@gnu.org>
1895
1896 * cus-start.el: Add entry for `recenter-redisplay'.
1897
77bf3f54
DN
18982009-06-22 Dan Nicolaescu <dann@ics.uci.edu>
1899
1900 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
1901 Add an optional argument for the backend, use it instead of
1902 calling vc-backend.
4b8b1ec5
SM
1903 (vc-mode-line): Add an optional argument for the backend.
1904 Pass the backend to vc-state and vc-working-revision. Move code for
77bf3f54
DN
1905 special handling for vc-state being a buffer to ...
1906
1907 * vc-rcs.el (vc-rcs-find-file-hook):
1908 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
1909
1910 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
1911 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
1912 vc-stay-local-p and vc-mode-line calls.
1913
1914 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
1915 (vc-cvs-diff, vc-cvs-annotate-command)
1916 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
1917 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
1918 vc-mode-line calls.
1919
1920 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
1921 direct comparison.
1922 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
1923 backend when calling vc-mode-line.
1924 (vc-register): Do not create a closure for calling the vc register
1925 function, call it directly.
1926
2764748c
DN
19272009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
1928
1929 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
1930 to make it obvious item can be clicked.
f5a0b281
DN
1931
1932 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
1933
d4a885b2
KH
19342009-06-23 Kenichi Handa <handa@m17n.org>
1935
1936 * language/korea-util.el (korean-key-bindings): Change the binding
1937 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
1938 same command.
1939
e3610693
MA
19402009-06-22 Michael Albinus <michael.albinus@gmx.de>
1941
1942 Sync with Tramp 2.1.16.
1943
1944 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
1945
1946 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
1947 when a loading of a package fails. Completion function for rsync
1948 is `tramp-completion-function-alist-ssh'.
1949 (all): Replace all calls of `split-string' and
1950 `tramp-split-string' by `tramp-compat-split-string'.
1951 (tramp-default-method): Use `tramp-compat-process-running-p'.
1952 (tramp-default-proxies-alist): Allow also Lisp forms.
1953 (tramp-remote-path): Add choice "Private Directories".
4b8b1ec5 1954 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
e3610693
MA
1955 (tramp-domain-regexp): Allow also "-", "_" and ".".
1956 (tramp-end-of-output): Remove newlines, and add "$" at the end.
1957 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
1958 (tramp-debug-message): Insert header line in debug buffer.
4b8b1ec5
SM
1959 (tramp-handle-directory-files-and-attributes-with-stat):
1960 Care about filenames with spaces, or starting with "-".
e3610693
MA
1961 (tramp-handle-dired-uncache): New defun.
1962 (tramp-handle-insert-directory): Don't flush the directory from
1963 cache, this is handled by `dired-uncache' now.
1964 (tramp-handle-insert-file-contents): Improve error handling.
1965 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
1966 Quote `tramp-end-of-output'.
1967 (tramp-action-password): Improve trace message.
4b8b1ec5
SM
1968 (tramp-check-for-regexp): Both echoes must be present, before removing.
1969 (tramp-open-connection-setup-interactive-shell): Trace coding system.
e3610693
MA
1970 (tramp-compute-multi-hops): Eval cons cells of
1971 `tramp-default-proxies-alist'.
1972 (tramp-maybe-open-connection): Use the same command pattern for
1973 first hop and further hops.
1974 (tramp-wait-for-output): Remove handling of newlines.
1975 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
1976 (tramp-split-string): Remove function. It is handled in
1977 tramp-compat now.
1978
4b8b1ec5
SM
1979 * net/tramp-cmds.el (tramp-bug):
1980 Recommend `tramp-cleanup-all-connections' in the bug mail.
e3610693
MA
1981
1982 * net/tramp-compat.el (tramp-compat-split-string)
1983 (tramp-compat-process-running-p): New defuns.
1984
1985 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
1986 for `dired-uncache'.
1987
1988 * net/tramp-gvfs.el: New package.
1989
4b8b1ec5
SM
1990 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
1991 Add handler for `dired-uncache'.
e3610693
MA
1992 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
1993
1994 * net/trampver.el: Update release number. Make version check fit
1995 for SXEmacs 22.
1996
13a3f374
JM
19972009-06-22 Jim Meyering <meyering@redhat.com>
1998
e0a28a3b 1999 Automatically handle .xz suffix (XZ-compressed files), too.
13a3f374
JM
2000 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
2001 XZ is the successor to LZMA: <http://tukaani.org/xz/>
2002
5242671e 20032009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
e0a28a3b 2004 Nick Roberts <nickrob@snap.net.nz>
13a3f374 2005
e0a28a3b 2006 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
5242671e
NR
2007 repository (http://sphinx.net.ru/hg/gdb-mi/).
2008
3fde45af
GM
20092009-06-22 Glenn Morris <rgm@gnu.org>
2010
46253b34
GM
2011 * files.el (dir-locals-collect-mode-variables): Allow for any number of
2012 `mode' and `eval' entries. (Bug#3430)
2013
97e18192
GM
2014 * Makefile.in (ELCFILES): Add fadr.elc.
2015
731a00fb
GM
2016 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
2017 differing behavior of \n and ^ in strings. (Bug#3385)
2018
c66cd0ff
GM
2019 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
2020
3fde45af
GM
2021 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
2022 property.
2023 (lisp-indent-function): Make it a defcustom.
2024
db2241a0
NR
20252009-06-21 Nick Roberts <nickrob@snap.net.nz>
2026
2027 * progmodes/gdb-ui.el: Replace with ...
5242671e 2028 * progmodes/gdb-mi.el: ... this file.
db2241a0 2029 * progmodes/gud.el: Modify for gdb-mi.el.
fca428fe
GM
2030
20312009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
2032
db2241a0
NR
2033 * fadr.el: New file.
2034
38d4f316 2035See ChangeLog.14 for earlier changes.
e3d51b27
MR
2036
2037;; Local Variables:
2038;; coding: utf-8
e3d51b27
MR
2039;; End:
2040
38d4f316 2041 Copyright (C) 2009 Free Software Foundation, Inc.
e3d51b27
MR
2042
2043 This file is part of GNU Emacs.
2044
2045 GNU Emacs is free software: you can redistribute it and/or modify
2046 it under the terms of the GNU General Public License as published by
2047 the Free Software Foundation, either version 3 of the License, or
2048 (at your option) any later version.
2049
2050 GNU Emacs is distributed in the hope that it will be useful,
2051 but WITHOUT ANY WARRANTY; without even the implied warranty of
2052 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
2053 GNU General Public License for more details.
2054
2055 You should have received a copy of the GNU General Public License
2056 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
2057
38d4f316 2058;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1