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