comparison lisp/ChangeLog @ 110394:22d1a86dc0da

* lisp/subr.el (y-or-n-p): Add the "(y or n)" that was lost somehow.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Fri, 17 Sep 2010 15:30:30 +0200
parents bbc922c0cfa8
children 2103fda73355
comparison
equal deleted inserted replaced
110393:9718a33c16dc 110394:22d1a86dc0da
1 2010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * subr.el (y-or-n-p): Add the "(y or n)" that was lost somehow.
4
1 2010-09-17 Stephen Berman <stephen.berman@gmx.net> 5 2010-09-17 Stephen Berman <stephen.berman@gmx.net>
2 6
3 * dframe.el (dframe-reposition-frame-emacs): Use tool-bar-pixel-width 7 * dframe.el (dframe-reposition-frame-emacs): Use tool-bar-pixel-width
4 in calculating new frame position. Add more space between new and 8 in calculating new frame position. Add more space between new and
5 parent on the left (Bug#7048). 9 parent on the left (Bug#7048).
9 * net/tramp-compat.el (tramp-compat-with-temp-message): Make it a 13 * net/tramp-compat.el (tramp-compat-with-temp-message): Make it a
10 defmacro. 14 defmacro.
11 15
12 2010-09-16 Chong Yidong <cyd@stupidchicken.com> 16 2010-09-16 Chong Yidong <cyd@stupidchicken.com>
13 17
14 * mail/sendmail.el: Add "*unsent mail*" to 18 * mail/sendmail.el: Add "*unsent mail*" to same-window-buffer-names.
15 same-window-buffer-names.
16 19
17 * term/x-win.el (x-cut-buffer-or-selection-value): Define as 20 * term/x-win.el (x-cut-buffer-or-selection-value): Define as
18 obsolete alias for x-selection-value. 21 obsolete alias for x-selection-value.
19 22
20 * ido.el (ido-make-buffer-list): Fix error in 2010-08-22 merge. 23 * ido.el (ido-make-buffer-list): Fix error in 2010-08-22 merge.
32 35
33 * net/tramp.el (top): 36 * net/tramp.el (top):
34 * net/tramp-gvfs.el (top): 37 * net/tramp-gvfs.el (top):
35 * net/tramp-cache.el (top): Use `tramp-compat-font-lock-add-keywords'. 38 * net/tramp-cache.el (top): Use `tramp-compat-font-lock-add-keywords'.
36 39
37 * net/tramp.el (tramp-progress-reporter-update): Use 40 * net/tramp.el (tramp-progress-reporter-update):
38 `tramp-compat-funcall'. 41 Use `tramp-compat-funcall'.
39 42
40 * net/tramp.el (tramp-process-actions): 43 * net/tramp.el (tramp-process-actions):
41 * net/tramp-gvfs.el (tramp-handle-vc-registered): 44 * net/tramp-gvfs.el (tramp-handle-vc-registered):
42 * net/tramp-sh.el (tramp-gvfs-handler-askquestion) 45 * net/tramp-sh.el (tramp-gvfs-handler-askquestion)
43 (tramp-get-remote-stat, tramp-get-remote-readlink): Use 46 (tramp-get-remote-stat, tramp-get-remote-readlink):
44 `tramp-compat-with-temp-message'. 47 Use `tramp-compat-with-temp-message'.
45 48
46 * net/tramp-sh.el (top): Require 'cl. 49 * net/tramp-sh.el (top): Require 'cl.
47 (tramp-handle-start-file-process): Use `tramp-compat-process-get'. 50 (tramp-handle-start-file-process): Use `tramp-compat-process-get'.
48 (tramp-open-connection-setup-interactive-shell): Use 51 (tramp-open-connection-setup-interactive-shell):
49 `tramp-compat-process-put'. 52 Use `tramp-compat-process-put'.
50 53
51 2010-09-15 Alan Mackenzie <acm@muc.de> 54 2010-09-15 Alan Mackenzie <acm@muc.de>
52 55
53 * progmodes/cc-engine.el (c-forward-<>-arglist-recur): Correct the 56 * progmodes/cc-engine.el (c-forward-<>-arglist-recur): Correct the
54 indentation. 57 indentation.
267 Move initialization to tramp-sh.el. 270 Move initialization to tramp-sh.el.
268 (tramp-temp-name-prefix): Make it a defconst. 271 (tramp-temp-name-prefix): Make it a defconst.
269 (tramp-dissect-file-name): Don't check anymore for multi-hop 272 (tramp-dissect-file-name): Don't check anymore for multi-hop
270 methods. 273 methods.
271 (tramp-debug-outline-regexp): Add a docstring. 274 (tramp-debug-outline-regexp): Add a docstring.
272 (tramp-debug-outline-level): Renamed from `tramp-outline-level'. 275 (tramp-debug-outline-level): Rename from `tramp-outline-level'.
273 (tramp-get-debug-buffer): Use it. 276 (tramp-get-debug-buffer): Use it.
274 277
275 * net/tramp-cache.el (top): Set tramp-autoload cookie for 278 * net/tramp-cache.el (top): Set tramp-autoload cookie for
276 initialization forms. 279 initialization forms.
277 (tramp-set-connection-property): Don't protect `tramp-message' 280 (tramp-set-connection-property): Don't protect `tramp-message'
287 * net/tramp-gw.el (tramp-gw-open-network-stream): Use `ignore-errors'. 290 * net/tramp-gw.el (tramp-gw-open-network-stream): Use `ignore-errors'.
288 291
289 * net/tramp-sh.el: New file, derived from tramp.el. 292 * net/tramp-sh.el: New file, derived from tramp.el.
290 (top): Initialize `tramp-methods', `tramp-default-method-alist', 293 (top): Initialize `tramp-methods', `tramp-default-method-alist',
291 `tramp-default-user-alist', `tramp-foreign-file-name-handler-alist'. 294 `tramp-default-user-alist', `tramp-foreign-file-name-handler-alist'.
292 Remove "scp1_old", "scp2_old", "ssh1_old", "ssh2_old". Use 295 Remove "scp1_old", "scp2_old", "ssh1_old", "ssh2_old".
293 `ignore-errors' where appropriate. 296 Use `ignore-errors' where appropriate.
294 (tramp-sh-file-name-handler-alist): Renamed from 297 (tramp-sh-file-name-handler-alist): Rename from
295 `tramp-file-name-handler-alist'. 298 `tramp-file-name-handler-alist'.
296 (tramp-send-command-and-check): Return t or nil. Remove all 299 (tramp-send-command-and-check): Return t or nil. Remove all
297 `zerop' checks, where called. 300 `zerop' checks, where called.
298 (tramp-handle-set-file-modes) 301 (tramp-handle-set-file-modes)
299 (tramp-do-copy-or-rename-file-directly) 302 (tramp-do-copy-or-rename-file-directly)
315 image-path and sound-name. 318 image-path and sound-name.
316 (notifications-specification-version): Add this variable. 319 (notifications-specification-version): Add this variable.
317 320
318 2010-09-12 Stefan Monnier <monnier@iro.umontreal.ca> 321 2010-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
319 322
320 * subr.el (y-or-n-p): New function, moved from src/fns.c. Use read-key. 323 * subr.el (y-or-n-p): New function, moved from src/fns.c; use read-key.
321 324
322 2010-09-12 Leo <sdl.web@gmail.com> 325 2010-09-12 Leo <sdl.web@gmail.com>
323 326
324 * net/rcirc.el (rcirc-server-commands, rcirc-client-commands) 327 * net/rcirc.el (rcirc-server-commands, rcirc-client-commands)
325 (rcirc-completion-start): New variables. 328 (rcirc-completion-start): New variables.
356 Accept new buffer name or prompt for one. 359 Accept new buffer name or prompt for one.
357 (sql-port): Default to zero. 360 (sql-port): Default to zero.
358 (sql-comint-mysql): Handle "sql-port" as a numeric. 361 (sql-comint-mysql): Handle "sql-port" as a numeric.
359 (sql-port-history): Delete unused variable. 362 (sql-port-history): Delete unused variable.
360 (sql-get-login): Default "sql-port" to a number. 363 (sql-get-login): Default "sql-port" to a number.
361 (sql-product-alist): Correct Postgres prompt and terminator 364 (sql-product-alist): Correct Postgres prompt and terminator regexp.
362 regexp.
363 (sql-sqlite-program): Dynamically detect presence of "sqlite" or 365 (sql-sqlite-program): Dynamically detect presence of "sqlite" or
364 "sqlite3" executables. 366 "sqlite3" executables.
365 (sql-sqlite-login-params): Add "*.sqlite[23]?" database name 367 (sql-sqlite-login-params): Add "*.sqlite[23]?" database name pattern.
366 pattern.
367 (sql-buffer-live-p): New function. 368 (sql-buffer-live-p): New function.
368 (sql-mode-menu, sql-send-string): Use it. 369 (sql-mode-menu, sql-send-string): Use it.
369 (sql-mode-oracle-font-lock-keywords): Improve SQL*Plus REMARK 370 (sql-mode-oracle-font-lock-keywords): Improve SQL*Plus REMARK
370 syntax pattern. 371 syntax pattern.
371 (sql-mode-postgres-font-lock-keywords): Support Postgres V9. 372 (sql-mode-postgres-font-lock-keywords): Support Postgres V9.
372 (sql-mode-sqlite-font-lock-keywords): Hilight sqlite commands. 373 (sql-mode-sqlite-font-lock-keywords): Hilight sqlite commands.
373 374
374 2010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org> 375 2010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
375 376
376 * net/netrc.el (netrc-credentials): New conveniency function. 377 * net/netrc.el (netrc-credentials): New convenience function.
377 378
378 2010-09-10 Stefan Monnier <monnier@iro.umontreal.ca> 379 2010-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
379 380
380 * textmodes/texinfo.el (texinfo-syntax-propertize-function): New fun 381 * textmodes/texinfo.el (texinfo-syntax-propertize-function): New fun
381 to replace texinfo-font-lock-syntactic-keywords. 382 to replace texinfo-font-lock-syntactic-keywords.