2010-09-18 Michael R. Mauger <mmaug@yahoo.com>
* progmodes/sql.el: Version 2.8
- (sql-login-params): Update widget structure; changes still
- needed.
+ (sql-login-params): Update widget structure; changes still needed.
(sql-product-alist): Add :list-all and :list-table features for
SQLite, Postgres and MySQL products.
(sql-redirect): Handle default value.
(sql-execute, sql-execute-feature): New functions.
(sql-read-table-name): New function.
- (sql-list-all, sql-list-table): New functions. User API
+ (sql-list-all, sql-list-table): New functions. User API.
(sql-mode-map, sql-interactive-mode-map): Add key definitions
for above functions.
(sql-mode-menu, sql-interactive-mode-menu): Add menu definitions
for above functions.
(sql-postgres-login-params): Add user and database defaults.
(sql-buffer-live-p): Bug fix.
- (sql-product-history); New variable.
+ (sql-product-history): New variable.
(sql-read-product): New function. Use it.
(sql-set-product, sql-product-interactive): Use it.
(sql-connection-history): New variable.
- (sql-read-connection): New function. Use it.
+ (sql-read-connection): New function. Use it.
(sql-connect): New function.
(sql-for-each-login): Redesign function interface.
(sql-make-alternate-buffer-name, sql-save-connection): Use it.
- (sql-get-login-ext, sql-get-login): Use it. Handle default values.
- (sql-comint): Check for program. Existing live buffer.
+ (sql-get-login-ext, sql-get-login): Use it. Handle default values.
+ (sql-comint): Check for program. Existing live buffer.
(sql-comint-postgres): Add port parameter.
2010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
(tramp-handle-set-file-modes)
(tramp-do-copy-or-rename-file-directly)
(tramp-handle-delete-directory, tramp-handle-delete-file)
- (tramp-maybe-send-script, ): Use `tramp-barf-unless-okay'.
+ (tramp-maybe-send-script): Use `tramp-barf-unless-okay'.
(tramp-sh-file-name-handler, tramp-send-command-and-check)
(tramp-get-remote-ln): Set tramp-autoload cookie.
`default-directory' unless using Ispell per-directory personal
dictionaries and not in a mini-buffer under XEmacs.
(kill-buffer-hook): Do not kill ispell process on exit when
- `ispell-process-directory' is "~/". (Bug#6143)
+ `ispell-process-directory' is "~/". (Bug#6143)
2010-09-02 Jan Djärv <jan.h.d@swipnet.se>
(tramp-gvfs-mount-spec): Return both prefix and mountspec.
(tramp-gvfs-maybe-open-connection): Test, whether mountpoint
exists. Raise an error, if not (due to a corresponding answer
- "no" in interactive questions, for example). Use
- `tramp-compat-funcall'.
+ "no" in interactive questions, for example).
+ Use `tramp-compat-funcall'.
* net/tramp-imap.el (top): Autoload `epg-make-context'.
(tramp-imap-handle-copy-file): Add PRESERVE-SELINUX-CONTEXT.
2010-08-08 Stephen Peters <speters@itasoftware.com>
* calendar/icalendar.el
- (icalendar--split-value): Fixed splitting regexp. (Bug#6766)
- (icalendar--get-weekday-numbers): New
+ (icalendar--split-value): Fix splitting regexp. (Bug#6766)
+ (icalendar--get-weekday-numbers): New.
(icalendar--convert-recurring-to-diary): Handle multiple byday
- values in weekly rules. (Bug#6766)
+ values in weekly rules. (Bug#6766)
2010-08-08 Ulf Jasper <ulf.jasper@web.de>
Enable recentf-mode if using virtual buffers.
* ido.el (recentf-list): Declare for byte-compiler.
- (ido-virtual-buffers): Move up to silence byte-compiler. Add docstring.
+ (ido-virtual-buffers): Move up to silence byte-compiler. Add docstring.
(ido-make-buffer-list): Simplify.
(ido-add-virtual-buffers-to-list): Simplify. Enable recentf-mode.
* files.el (insert-directory): Decode by what specified.
* language/japan-util.el (setup-japanese-environment-internal):
- By defalt, use japanese-iso-8bit for file names, and prefer
+ By default, use japanese-iso-8bit for file names, and prefer
japanese-shift-jis on DOS and Windows.
* international/quail.el (quail-show-guidance-buf): Make the quail
2001-11-26 Sam Steingold <sds@gnu.org>
* frame.el (show-trailing-whitespace): Remove :set argument (the
- value was essentially identical to the defalt).
+ value was essentially identical to the default).
2001-11-26 Pavel Janík <Pavel@Janik.cz>
(math-rewrite, math-rewrite-phase): Replace variable expr by
declared variable.
(math-rewrite-heads-heads, math-rewrite-heads-skips)
- (math-rewrite-heads-blanks ): New variables.
+ (math-rewrite-heads-blanks): New variables.
(math-rewrite-heads, math-rewrite-heads-rec): Replace variables
heads, skips and blanks by declared variables.
(math-rwcomp-subst-old, math-rwcomp-subst-new)
(ido-saved-vc-hb): Rename from ido-saved-vc-mt. Uses changed.
(ido-no-final-slash): New defun.
(ido-make-prompt, ido-file-internal, ido-toggle-vc)
- (ido-read-file-name): ): Toggle VC checking via
+ (ido-read-file-name): Toggle VC checking via
vc-handled-backends instead of vc-master-templates.
(ido-file-internal): Handle ido-use-url-at-point and
ido-use-filename-at-point via code borrowed from ffap-guesser.
(ediff-setup-windows-plain-merge)
(ediff-setup-windows-plain-compare, ediff-setup-control-frame)
(ediff-refresh-control-frame, ediff-get-visible-buffer-window):
- * ediff-util.el (ediff-setup-keymap, )
+ * ediff-util.el (ediff-setup-keymap)
(ediff-toggle-wide-display, ediff-toggle-multiframe)
(ediff-toggle-use-toolbar, ediff-really-quit)
(ediff-good-frame-under-mouse)
(gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
the right URL and ALT text on images.
(gnus-html-wash-tags): Fix tag case.
- Add support for `s' and `ins' tags. Use gnus-emphasis-* faces.
+ Add support for `s' and `ins' tags. Use gnus-emphasis-* faces.
(gnus-article-html): Add -o display_ins_del=2 option.
(gnus-html-wash-tags): Add better support for <ul> tags symbols.
2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
* gnus-html.el (gnus-html-wash-tags): Don't show images that are really
- small. They're probably tracking images.
+ small. They're probably tracking images.
(gnus-html-wash-tags): Remove all <pre_int> place holders.
(gnus-html-rescale-image): Yet another try at getting the image sizing
right.
* gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
minutes, 56 seconds ago on the ding list, remove the `w' and `i'
- bindings, as they aren't useful at all. `w' is moved to `W w'.
+ bindings, as they aren't useful at all. `w' is moved to `W w'.
* gnus-move.el: Removed file, since it doesn't really work.
* gnus-html.el (gnus-article-html): Tell w3m that the input is
- UTF-8. This seems to fix problems with some German web feeds.
+ UTF-8. This seems to fix problems with some German web feeds.
* gnus.el (gnus-group-startup-message): Put the xpm version of the logo
at the top so that the proper colours are applied.
(nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
(nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
copy data from unibyte buffer to multibyte current buffer.
- (nntp-retrieve-headers, nntp-retrieve-groups); Use nntp-copy-to-buffer
+ (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
to copy data from unibyte current buffer to multibyte buffer.
(nntp-make-process-buffer): Make process buffer unibyte.
(org-agenda-bulk-remove-overlays): Use the normal overlay API.
* org-freemind.el (org-freemind-from-org-mode-node)
- (org-freemind-from-org-mode, )
+ (org-freemind-from-org-mode)
(org-freemind-from-org-sparse-tree, org-freemind-to-org-mode): Use
interactive-p instead of called-interactively, because this is
backward compatible with older Emacsen I still support..
2010-02-15 Chong Yidong <cyd@stupidchicken.com>
* org-freemind.el (org-freemind-from-org-mode-node)
- (org-freemind-from-org-mode, )
+ (org-freemind-from-org-mode)
(org-freemind-from-org-sparse-tree, org-freemind-to-org-mode):
Pass arg to called-interactively-p.
* deps.mk (xml.o): Add dependencies.
- * xdisp.c (Fcurrent_bidi_paragraph_direction): Call
- bidi_paragraph_init with NO_DEFAULT_P non-zero. (Bug#7038)
+ * xdisp.c (Fcurrent_bidi_paragraph_direction):
+ Call bidi_paragraph_init with NO_DEFAULT_P non-zero. (Bug#7038)
* bidi.c (bidi_paragraph_init): Accept an additional argument
NO_DEFAULT_P; all callers changed. If NO_DEFAULT_P is non-zero,
* xterm.c (emacs_class): New char[] for EMACS_CLASS.
(xim_open_dpy, xim_initialize, xim_close_dpy): Use emacs_class.
(x_term_init): Use char[] display_opt and name_opt instead of
- string literal. file is const char*.
+ string literal. file is const char*.
* xsmfns.c (NOSPLASH_OPT): Change to char[].
(smc_save_yourself_CB): Do xstrdup on all ->type and ->name for
non-const char.
* xmenu.c (Fx_popup_dialog): error_name is const char*.
- (xmenu_show): error parameter is const char **. pane_string is const
+ (xmenu_show): error parameter is const char **. pane_string is const
char *.
(button_names): Is const char *.
(xdialog_show): error_name and pane_string is const.
* w32.c (g_b_init_is_windows_9x, g_b_init_open_process_token)
(g_b_init_get_token_information, g_b_init_lookup_account_sid)
- (g_b_init_get_sid_identifier_authority ): Add several static
+ (g_b_init_get_sid_identifier_authority): Add several static
global variables.
* w32.c (globals_of_w32): New function. Used to initialize those
* term.c (get_char_info): Use WHAT field of CHAR_INFO.
Use tabs as multiples of spaces.
- * dispextern.h (struct char_info ): WHAT field.
+ * dispextern.h (struct char_info): WHAT field.
* term.c (encode_terminal_code): Don't use GLYPH_CHAR, use
FAST_GLYPH_CHAR instead because GLYPH_CHAR won't remove faces.
* xterm.c (XTget_char_info): Check WANT_ELLIPSIS_P.
- * dispextern.h (struct char_info ): GLYPH_ROW for intermediate
- glyphs.
+ * dispextern.h (struct char_info): GLYPH_ROW for intermediate glyphs.
* dispnew.c (init_char_info): Init GLYPH_ROW to NULL. CHAR_CURSOR
moved to xdisp.c.
* term.c (get_char_info): Set MAX_PIXEL_WIDTH in CHAR_INFO.
- * dispextern.h (struct char_info ): Use LISP_CHAR_TABLE for DP.
+ * dispextern.h (struct char_info): Use LISP_CHAR_TABLE for DP.
New member MAX_PIXEL_HEIGHT.
* xterm.c (x_per_char_metric): Get per character metrics.