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