- 01 May, 2004 1 commit
-
-
Juri Linkov authored
-
- 30 Apr, 2004 21 commits
-
-
Kim F. Storm authored
-
Kim F. Storm authored
-
Kim F. Storm authored
-
Kim F. Storm authored
-
Kim F. Storm authored
based on patch from Michael Mauger. (cua-normal-cursor-color, cua-read-only-cursor-color) (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Customization cursor type and/or cursor color. (cua--update-indications): Handle cursor type changes. (cua-mode): Update cursor indications if enabled.
-
Kim F. Storm authored
-
Kim F. Storm authored
(cua-upcase-rectangle, cua-downcase-rectangle): Use it. (cua-upcase-initials-rectangle, cua-capitalize-rectangle): New commands (suggested by Jordan Breeding)..
-
Kim F. Storm authored
Add cua-scroll-up and cua-scroll-down. (cua-scroll-up, cua-scroll-down): New commands. (cua--init-keymaps): Remap scroll-up and scroll-down.
-
Kim F. Storm authored
unspecified (if no highlighting), show extent of fully visible region even if transient-mark-mode is enabled.
-
Kim F. Storm authored
(mouse-set-region, mouse-drag-region-1): Use it.
-
Juanma Barranquero authored
-
Juanma Barranquero authored
-
Juanma Barranquero authored
-
Alex Schroeder authored
-
Alex Schroeder authored
indentation to text nodes and write empty elements as empty tags instead of opening and closing tags. (xml-debug-print): Take optional indent-string argument. (xml-print): Alias for xml-debug-print.
-
Glenn Morris authored
-
Glenn Morris authored
`line-beginning-position'.
-
Glenn Morris authored
chars, for consistent filling of comment blocks. Use `match-string-no-properties'. (f90-break-line): Do not leave trailing whitespace when filling comments.
-
Glenn Morris authored
(diary-outlook-formats): New variable. (diary-from-outlook-internal, diary-from-outlook) (diary-from-outlook-gnus, diary-from-outlook-rmail): New functions to import diary entries from Outlook-format appointments in mail messages.
-
Stefan Monnier authored
-
Jesper Harder authored
-
- 29 Apr, 2004 18 commits
-
-
Kim F. Storm authored
-
Kim F. Storm authored
Initialize override_ascent member. (append_space_for_newline): Reset override_ascent. Remove use_default_face. (calc_line_height_property): New function to calculate value of line-height and line-spacing properties. Look at overlays, too. Set override_ascent, override_descent, override_boff members when using another face than the current face. Float values are now relative to the frame default font, by default; accept a cons of ratio and face name to specify value relative to a specific face. (x_produce_glyphs): Use calc_line_height_property. Use override_ascent etc. when set to handle different face heights. A negative line-spacing property value is interpreted as a total line height, rather than inter-line spacing. (note_mouse_highlight): Allocate room for 40 overlays initially.
-
Kim F. Storm authored
Add members override_ascent, override_descent, override_boff.
-
Kim F. Storm authored
-
Stefan Monnier authored
Add Postgres login parameters. (sql-set-product, sql-product-feature): Update with renamed variable. (sql-connect-postgres): Add username prompt. (sql-imenu-generic-expression, sql-mode-font-lock-object-name): Make patterns less product specific. (sql-xemacs-p, sql-emacs19-p): Add flags for emacs variants. (sql-mode-abbrev-table): Modify initialization. (sql-builtin-face): Add variable. (sql-keywords-re): Add macro. (sql-mode-ansi-font-lock-keywords): Update for ANSI-92. (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i. (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3. (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0. (sql-mode-linter-font-lock-keywords) (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro. (sql-mode-sybase-font-lock-keywords, sql-mode-informix-font-lock-keywords) (sql-mode-interbase-font-lock-keywords, sql-mode-ingres-font-lock-keywords) (sql-mode-solid-font-lock-keywords, sql-mode-sqlite-font-lock-keywords) (sql-mode-db2-font-lock-keywords): Default to nil. (sql-product-font-lock): Always highlight ANSI keywords. (sql-add-product-keywords): Made similar to `font-lock-add-keywords'. (sql-send-string): Add function.
-
Stefan Monnier authored
(python-send-region, python-load-file): Use it.
-
Stefan Monnier authored
Ensure progress through buffer.
-
Stefan Monnier authored
-
Stefan Monnier authored
-
Stefan Monnier authored
-
Stefan Monnier authored
-
Stefan Monnier authored
Prepend `src/' to the file name. (help-C-source-directory, help-subr-name, help-find-C-source): Remove. (describe-function-1, describe-variable): Only find a C source file name if DOC is already loaded.
-
Stefan Monnier authored
Use the new find-function-search-for-symbol functionality. Allow FILE to be `C-source'.
-
Stefan Monnier authored
-
Stefan Monnier authored
(find-function-C-source): New fun. (find-function-search-for-symbol): Use it.
-
Stefan Monnier authored
(syms_of_data): Defsubr it.
-
Juri Linkov authored
(outline-end-of-subtree): Include last newline into subtree. (hide-entry): Leave point at beginning of heading instead of end. (outline-up-heading): Push mark for the first call of successive command calls.
-
Juri Linkov authored
(compilation-set-window): Use it.
-