aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* (ielm-prompt-read-only): Update docstring.Luc Teirlinck2004-05-012-1/+33
|
* (comint-prompt-read-only): Update docstring.Luc Teirlinck2004-05-011-1/+95
| | | | | (comint-update-fence, comint-kill-whole-line) (comint-kill-region): New functions.
* (kill-whole-line): Use "p" instead of "P" in interactive form.Luc Teirlinck2004-05-011-2/+1
|
* (top-level): Add "#pragma pack(0)" after <dir.h>, toEli Zaretskii2004-05-012-0/+6
| | | | undo bad effect of pack(4) in some versions of system headers.
* (help-add-fundoc-usage): Use %S instead of %s to format arglist so defaultJuanma Barranquero2004-05-012-7/+13
| | | | values in CL-style argument lists are correctly shown.
* (w32-drag-n-drop): Use x-dnd.el functions.Jason Rumney2004-05-012-1/+9
|
* (x_draw_hollow_cursor): Sync with xterm.cJason Rumney2004-05-012-10/+23
|
* (dired-diff): Use `dired-dwim-target-directory'Juri Linkov2004-05-012-1/+6
| | | | if current dired buffer has no buffer mark.
* (clean mostlyclean): Fix previous change.Kenichi Handa2004-05-011-1/+1
|
* (OTHERS): Ranamed from MISC.Kenichi Handa2004-05-011-40/+50
| | | | | | | | | | | | | | | | (MISC): Renamed from MISC-DIC. (WORLD): Adjuted for the above changes. (TIT-MISC, NON-TIT-MISC): New targets. (all): Don't depend on ${WORLD}. (.NOTPARALLEL, .NO_PARALLEL, ${TIT}, ${MSIC-IDC}): These targets removed. (TIT-SOURCES, MISC-SOURCES): New macros. (changed.tit, changed.misc): New targets. (leim-list.el): Depents on ${NON-TIT-MISC}, changed.tit, and changed.misc. Generate quail files from TIT and MISC files if necessary. (clean mostlyclean): Delete ${TIT-MISC} instead of ${TIT} and ${MISC-DIC}.
* (miscdic-convert): Don't generate aKenichi Handa2004-05-012-13/+22
| | | | quail file if it is up to date.
* Don't put `delete-selection' property on `insert-parentheses' symbolJuri Linkov2004-05-012-2/+32
| | | | | to take advantage of region handling in `insert-pair' function. Suggested by Stephan Stahl <[email protected]>
* (beginning-of-defun, end-of-defun):Juri Linkov2004-05-011-17/+40
| | | | | | | | | Push mark on the first call of successive command calls. (insert-pair): New fun created from `insert-parentheses' with `open' and `close' arguments added. Enclose active regions in paired characters. Compare adjacent characters syntax with inserted characters syntax before inserting a space. (insert-parentheses): Call `insert-pair' with ?\( ?\).
* (confirm-kill-emacs): Change group from top-level `emacs' to `convenience'.Juri Linkov2004-05-011-1/+1
|
* (propertized-buffer-identification):Juri Linkov2004-05-011-1/+8
| | | | | Replace `(:weight bold)' by `Buffer-menu-buffer-face'. Add C-M-arrow keys for consistency.
* (dired-touch-initial): New fun.Juri Linkov2004-05-011-1/+14
| | | | (dired-do-chxxx): Call it for op-symbol `touch'.
* (outline-blank-line): New var.Juri Linkov2004-05-011-3/+13
| | | | | (outline-next-preface, outline-show-heading) (outline-end-of-subtree): Use it.
* (custom-mode-map): Add key binding `C-x C-s' to `Custom-save'.Juri Linkov2004-05-011-0/+1
|
* Change cursor-type block to hollow.Kim F. Storm2004-04-301-12/+12
|
* (syms_of_buffer) <cursor-type>: Doc fix.Kim F. Storm2004-04-301-1/+3
|
* *** empty log message ***Kim F. Storm2004-04-302-0/+9
|
* (syms_of_buffer) <cursor-type>: Add hbar value.Kim F. Storm2004-04-301-2/+4
|
* * emulation/cua-base.el: Add support for changing cursor types;Kim F. Storm2004-04-301-26/+106
| | | | | | | | | 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.
* (menu-bar-options-menu): Change menu text for CUA.Kim F. Storm2004-04-301-1/+1
|
* (cua--convert-rectangle-as): New defmacro.Kim F. Storm2004-04-302-7/+20
| | | | | | (cua-upcase-rectangle, cua-downcase-rectangle): Use it. (cua-upcase-initials-rectangle, cua-capitalize-rectangle): New commands (suggested by Jordan Breeding)..
* (cua--standard-movement-commands):Kim F. Storm2004-04-301-2/+46
| | | | | | 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.
* (kill-ring-save): If region face background color isKim F. Storm2004-04-301-1/+2
| | | | | unspecified (if no highlighting), show extent of fully visible region even if transient-mark-mode is enabled.
* (mouse-drag-copy-region): New defcustom.Kim F. Storm2004-04-302-4/+32
| | | | (mouse-set-region, mouse-drag-region-1): Use it.
* (smerge-diff-switches): Fix typo in docstring.Juanma Barranquero2004-04-302-3/+7
|
* Fix typo in comment.Juanma Barranquero2004-04-301-1/+1
|
* (diff-switches): Fix typo in docstring.Juanma Barranquero2004-04-302-4/+8
|
* *** empty log message ***Alex Schroeder2004-04-301-0/+8
|
* (xml-debug-print-internal): Don't add newline andAlex Schroeder2004-04-301-16/+26
| | | | | | | 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.
* *** empty log message ***Glenn Morris2004-04-302-0/+26
|
* (fortran-fill): Use local var `bol' rather than duplicate call toGlenn Morris2004-04-301-2/+1
| | | | `line-beginning-position'.
* (f90-get-present-comment-type): Return whitespace, as well as commentGlenn Morris2004-04-301-4/+7
| | | | | | | chars, for consistent filling of comment blocks. Use `match-string-no-properties'. (f90-break-line): Do not leave trailing whitespace when filling comments.
* From Dave Love <[email protected]>:Glenn Morris2004-04-301-0/+149
| | | | | | | | (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.
* *** empty log message ***Stefan Monnier2004-04-303-1/+57
|
* emacs -> Emacs.Jesper Harder2004-04-302-9/+13
|
* *** empty log message ***Kim F. Storm2004-04-292-12/+42
|
* (init_iterator): Handle line-spacing float value.Kim F. Storm2004-04-291-40/+136
| | | | | | | | | | | | | | | | | 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.
* (struct it): Remove member use_default_face.Kim F. Storm2004-04-291-3/+4
| | | | Add members override_ascent, override_descent, override_boff.
* (syms_of_buffer) <line-spacing>: Allow float value.Kim F. Storm2004-04-291-5/+7
|
* (sql-product-alist): Rename variable `sql-product-support'.Stefan Monnier2004-04-291-345/+588
| | | | | | | | | | | | | | | | | | | | | | | | | 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.
* (python-send-command): New fun.Stefan Monnier2004-04-291-24/+21
| | | | (python-send-region, python-load-file): Use it.
* (cfengine-beginning-of-defun, cfengine-end-of-defun):Stefan Monnier2004-04-291-3/+4
| | | | Ensure progress through buffer.
* (cfengine-mode): Accept a terminal ().Stefan Monnier2004-04-291-3/+13
|
* (compilation-last-buffer): Add var alias.Stefan Monnier2004-04-291-0/+1
|
* Don't forget to quote args to `test'.Stefan Monnier2004-04-291-2/+2
|
* *** empty log message ***Stefan Monnier2004-04-291-5/+20
|