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