summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* Added new X reosurce, cursorBlink.Jan Djärv2005-04-122-1/+15
|
* *** empty log message ***YAMAMOTO Mitsuharu2005-04-121-0/+10
|
* (kTextEncodingMacRoman, kTextEncodingISOLatin1)YAMAMOTO Mitsuharu2005-04-121-62/+62
| | | | | | | | | | | | (kTextEncodingISOLatin2): Remove constants. (mac-script-code-coding-systems): New constant. (mac-handle-language-change): New function. (special-event-map): Bind it to `language-change' event. (mac-centraleurroman, mac-cyrillic): New coding systems. (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font) (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder and mac-cyrillic-encoder to encode-mac-centraleurroman and encode-mac-cyrillic, respectively.
* *** empty log message ***YAMAMOTO Mitsuharu2005-04-121-0/+5
|
* (dnd): Require dndYAMAMOTO Mitsuharu2005-04-121-3/+3
| | | | (mac-drag-n-drop): Call dnd-handle-one-url.
* Don't set overlay-arrow-string to "=>" as this is doneNick Roberts2005-04-121-1/+0
| | | | globally in C now.
* (gdb-assembler-mode):Nick Roberts2005-04-121-1/+0
| | | | | Don't set overlay-arrow-string to "=>" as this is done globally in C now.
* *** empty log message ***Nick Roberts2005-04-121-0/+6
|
* whitespace.el - revert hasty fix, fix highlight area for leading and ↵Rajesh Vaidheeswarran2005-04-112-4/+11
| | | | trailing space.
* *** empty log message ***Lute Kamstra2005-04-111-4/+13
|
* (rc-generic-mode, rul-generic-mode): Fix auto-mode-alist entries.Lute Kamstra2005-04-111-6/+6
| | | | (etc-fstab-generic-mode): Tweak fontification.
* (generic-make-keywords-list): Fix docstring.Lute Kamstra2005-04-111-11/+14
| | | | (generic-mode-internal): Simplify generic-font-lock-keywords.
* whitespace.el - fix higlighting test and bump revRajesh Vaidheeswarran2005-04-112-3/+10
|
* Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-248Miles Bader2005-04-112-2/+6
| | | | | | | | | | | | | | | Merge from gnus--rel--5.10 Patches applied: * gnus--rel--5.10 (patch 60-61) - Merge from emacs--cvs-trunk--0 - Update from CVS 2005-04-11 Katsumi Yamaoka <yamaoka@jpl.org> * lisp/gnus/gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
* (gud-display-line): GUD uses its ownNick Roberts2005-04-111-2/+1
| | | | | overlay arrow now so don't set overlay-arrow-string. (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
* *** empty log message ***Nick Roberts2005-04-111-0/+6
|
* Add arch taglinesMiles Bader2005-04-111-0/+1
|
* * term.el (term-ansi-current-bold, term-ansi-current-underline)Dan Nicolaescu2005-04-113-41/+51
| | | | | | | | | | | | (term-ansi-current-reverse, term-ansi-current-invisible) (term-ansi-face-already-done): Change to boolean. (term-reset-terminal, term-handle-colors-array): Handle the above vars accordingly. (term-buffer-vertical-motion): Rename from buffer-vertical-motion. (term-emulate-terminal): Use the new name. * faces.el (secondary-selection): Use yellow1, not yellow. (trailing-whitespace): Use red1, not red.
* * dired.el (dired-mode): Use dnd-* instead of x-dnd-*Jan Djärv2005-04-111-0/+24
| | | | | | | | | | | | | | | | | | | | | | | (dired-dnd-handle-local-file): Call dnd-get-local-file-name. (dired-dnd-handle-file): Call dnd-get-local-file-uri * cus-edit.el (dnd): New group. * term/w32-win.el (dnd): Require dnd (w32-drag-n-drop): Call dnd-handle-one-url. * x-dnd.el: Require dnd. (x-dnd-handle-uri-list, x-dnd-handle-file-name): Call dnd-handle-one-url. (x-dnd-types-alist, x-dnd-insert-utf8-text) (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text to dnd-insert-text. (x-dnd-protocol-alist, x-dnd-open-file-other-window, x-dnd-handle-one-url, x-dnd-get-local-file-uri, x-dnd-get-local-file-name, x-dnd-open-local-file, x-dnd-open-file, x-dnd-insert-text): Moved to dnd.el (without x-). * dnd.el (dnd-protocol-alist): New file with generic DND functions.
* First versionJan Djärv2005-04-111-0/+191
|
* * dired.el (dired-mode): Use dnd-* instead of x-dnd-*Jan Djärv2005-04-111-20/+6
| | | | | (dired-dnd-handle-local-file): Call dnd-get-local-file-name. (dired-dnd-handle-file): Call dnd-get-local-file-uri
* * term/w32-win.el (dnd): Require dndJan Djärv2005-04-111-3/+3
| | | | (w32-drag-n-drop): Call dnd-handle-one-url.
* * x-dnd.el: Require dnd.Jan Djärv2005-04-111-161/+16
| | | | | | | | | | | | (x-dnd-handle-uri-list, x-dnd-handle-file-name): Call dnd-handle-one-url. (x-dnd-types-alist, x-dnd-insert-utf8-text) (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text to dnd-insert-text. (x-dnd-protocol-alist, x-dnd-open-file-other-window, x-dnd-handle-one-url, x-dnd-get-local-file-uri, x-dnd-get-local-file-name, x-dnd-open-local-file, x-dnd-open-file, x-dnd-insert-text): Moved to dnd.el (without x-).
* * cus-edit.el (dnd): New group.Jan Djärv2005-04-111-0/+4
|
* Doc fixes.Stefan Monnier2005-04-112-115/+68
| | | | | | | | | (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite. (wdired-use-dired-vertical-movement): Rename from wdired-always-move-to-filename-beginning. (wdired-mode-map): Use `ignore' instead of `wdired-newline'. (wdired-change-to-wdired-mode): Change mode name. (wdired-newline): Delete.
* (whitespace-highlight-the-space):Richard M. Stallman2005-04-112-2/+4
| | | | Don't call whitespace-unhighlight-the-space here.
* (undo): Record t in undo-equiv-tableRichard M. Stallman2005-04-112-5/+15
| | | | for the redo record made by an undo-in-region.
* (nnimap-date-days-ago): Handle byte-compiler warnings differently.Lute Kamstra2005-04-112-1/+7
|
* (message-make-date): Handle byte-compiler warnings differently.Lute Kamstra2005-04-111-2/+1
|
* (f90-electric-insert): Add optional prefix arg, and pass toGlenn Morris2005-04-111-3/+3
| | | | self-insert-command.
* *** empty log message ***Glenn Morris2005-04-111-0/+5
|
* (gdb-display-inferior-io-buffer)Nick Roberts2005-04-111-21/+55
| | | | | | | | | | (gdb-frame-inferior-io-buffer): New Functions to control display of separate IO buffer. (menu): Add them to menu-bar. (gdb-display-buffer): Check for buffer in another frame. Protect GUD buffer. (gdb-setup-windows): Create IO buffer if not already there. (gdb-memory-mode): Remove purecopy noops.
* *** empty log message ***Nick Roberts2005-04-111-0/+11
|
* (generic-x): Docstring fix. Put it in the data group.Lute Kamstra2005-04-112-6/+111
| | | | | | | (generic-use-find-file-hook, generic-lines-to-scan) (generic-find-file-regexp, generic-ignore-files-regexp) (default-generic-mode, generic-mode-find-file-hook) (generic-mode-ini-file-find-file-hook): Move from generic.el.
* Commentary section cleanup.Lute Kamstra2005-04-111-119/+6
| | | | | | | | (generic): Delete. (generic-use-find-file-hook, generic-lines-to-scan) (generic-find-file-regexp, generic-ignore-files-regexp) (default-generic-mode, generic-mode-find-file-hook) (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
* (bookmark-write-file): Catch errors writing file.Karl Fogel2005-04-112-1/+8
| | | | This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
* *** empty log message ***Richard M. Stallman2005-04-101-0/+29
|
* (fancy-splash-tail): Update copyright year.Richard M. Stallman2005-04-101-8/+12
| | | | | | (command-line): Split part of -Q into -D. (emacs-basic-display): New defvar. (fancy-splash-text): Correct name of menu item.
* (save-place-alist-to-file): Catch errors writing file.Richard M. Stallman2005-04-101-1/+3
|
* (Info-fontify-node): Handle fontification of multiple * Menu lines in one node.Richard M. Stallman2005-04-101-70/+71
|
* (comint-send-input): New arg ARTIFICIAL. Callers in this file changed.Richard M. Stallman2005-04-101-7/+10
|
* (define-abbrevs): Read system abbrevs properly.Richard M. Stallman2005-04-101-3/+6
|
* (map-y-or-n-p): Clarify RET/q in help message.Richard M. Stallman2005-04-101-3/+3
|
* (set-auto-mode-1): Use line-end-position.Stefan Monnier2005-04-102-13/+12
|
* Give punctuation syntax to NBSP.Stefan Monnier2005-04-108-55/+85
|
* (bibtex-autokey-titleword-ignore, bibtex-reference-key)Stefan Monnier2005-04-101-7/+7
| | | | | (bibtex-autokey-demangle-name, bibtex-mode): Use char-classes to accept non-ascii letters, accepted in some recent bibtex implementations.
* *** empty log message ***Luc Teirlinck2005-04-101-0/+5
|
* (mm-string-to-multibyte): New function.Stefan Monnier2005-04-102-2/+26
| | | | (mm-detect-coding-region): Typo.
* (custom-set-minor-mode): Any non-nil value for the variable shouldLuc Teirlinck2005-04-101-2/+2
| | | | enable the mode when set through Custom.
* (vhdl-mode-map-init): Don't override defaultStefan Monnier2005-04-102-152/+165
| | | | | | | | | | | TAB binding so tab-always-indent is obeyed. (vhdl-minibuffer-local-map): Move initialization into declaration. (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'. (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event) (vhdl-hooked-abbrev): Avoid test for XEmacs. (vhdl-current-line): Use line-beginning-position. (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before with-output-to-temp-buffer, so the current position can be recorded.