aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* * macterm.c (SelectionRange): Add Xcode position apple event struct.Steven Tamm2004-12-302-15/+28
| | | | | | | (do_ae_open_documents): Handle Xcode-style file position open events. * term/mac-win.el (mac-drag-n-drop): Handle drag-n-drop events that include line numbers.
* (hack-local-variables): If there is no PREFIX, set it to "^".Richard M. Stallman2004-12-302-3/+12
| | | | Redundant variable PREFIXLEN removed.
* (eshell-previous-matching-input):Richard M. Stallman2004-12-301-1/+1
| | | | Start the deletion from the end of the output.
* * term/mac-win.el: Require x-dnd.Steven Tamm2004-12-292-12/+13
| | | | | | | | | | | | | | | | | | | | | | | (mac-drag-n-drop): Sync with W32 version. Use x-dnd.el functions. * macfns.c (install_window_handler): Modify extern to return OSErr value. (mac_window): Handle return value of install_window_handler. * macterm.c (reflect_byte): Remove function. (mac_create_bitmap_from_bitmap_data): Don't call it. Lookup table instead. (mac_do_font_lists): Simplify calculation of the longest nonspecial string. [TARGET_API_MAC_CARBON] (init_mac_drag_n_drop): Remove function and declaration. (mac_initialize) [TARGET_API_MAC_CARBON]: Don't call it. [TARGET_API_MAC_CARBON] (mac_do_track_drag): New function and declaration. (install_window_handler): Return OSErr value. (install_window_handler) [TARGET_API_MAC_CARBON]: Register handlers for tracking/receiving drag-and-drop items. (do_ae_open_documents): Generate unibyte strings for filenames. [TARGET_API_MAC_CARBON] (mac_do_receive_drag): Likewise. Reject only non-filename items. Set event modifiers. Set return value.
* Revision: [email protected]/emacs--cvs-trunk--0--patch-754Miles Bader2004-12-292-2/+10
| | | | | | | | | | | | | | | | | | | Merge from gnus--rel--5.10 Patches applied: * [email protected]/gnus--rel--5.10--patch-81 Merge from emacs--cvs-trunk--0 * [email protected]/gnus--rel--5.10--patch-82 Update from CVS 2004-12-27 Simon Josefsson <[email protected]> * lisp/gnus/mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have trailing white space. Reported by Werner Koch <[email protected]>.
* (decode-coding-inserted-region): Don'tDavid Kastrup2004-12-292-1/+6
| | | | barf if `buffer-undo-list' is already set to `t'.
* *** empty log message ***Jay Belanger2004-12-291-0/+8
|
* (calc-user-define-formula): Put default values for function names inJay Belanger2004-12-291-31/+44
| | | | prompts.
* (calc-user-define-permanent, calc-user-define-composition)Jay Belanger2004-12-291-17/+44
| | | | | (calc-user-define-formula): Remove the need for "calcFunc-" in the default input of algebraic functions.
* (vc-rcs-annotate-command):Thien-Thi Nguyen2004-12-292-0/+6
| | | | Fix omission bug: Call `vc-setup-buffer'.
* (mark-paragraph): New arg ALLOW-EXTENDRichard M. Stallman2004-12-292-7/+22
| | | | enables the feature to extend the existing region.
* (mark-word): New arg ALLOW-EXTENDRichard M. Stallman2004-12-291-10/+28
| | | | enables the feature to extend the existing region.
* (mark-sexp, mark-defun): New arg ALLOW-EXTENDRichard M. Stallman2004-12-291-11/+16
| | | | enables the feature to extend the existing region.
* *** empty log message ***Kenichi Handa2004-12-291-0/+4
|
* (recode-region): New function.Kenichi Handa2004-12-291-0/+19
|
* *** empty log message ***Kim F. Storm2004-12-291-9/+9
|
* *** empty log message ***Simon Josefsson2004-12-281-1/+1
|
* (site-run-file): Don't allow setting it with Custom.Richard M. Stallman2004-12-281-2/+10
|
* (buffer-disable-undo): Fix previous change.Richard M. Stallman2004-12-282-1/+5
|
* Fix doc in previous change.Richard M. Stallman2004-12-281-1/+1
|
* Add the ChangeLog entry for lisp/hexl.el 2004-12-27T11:59:[email protected].Masatake YAMATO2004-12-281-0/+9
|
* Fix last commit.Simon Josefsson2004-12-272-4/+3
|
* (undo): Fix previous change.Richard M. Stallman2004-12-272-4/+24
|
* Fix typo.Richard M. Stallman2004-12-271-1/+1
|
* * term/mac-win.el: Sync with x-win.el. Rearrange the contents.Steven Tamm2004-12-272-611/+911
| | | | | Call mac-clear-font-name-table if invoked on Mac OS 8/9. Call x-open-connection on Mac OS X.
* (buffer-save-without-query): New var (buffer-local).Richard M. Stallman2004-12-271-32/+130
| | | | | | | | | | | (save-some-buffers): Save those buffers first, w/o asking. (insert-directory-ls-version): New variable. (insert-directory): When ls returns an error, test the version number to decide what the return code means. With --dired output format, detect and distinguish lines that are really error messages. (insert-directory-adj-pos): New function.
* *** empty log message ***Richard M. Stallman2004-12-271-7/+97
|
* (bookmark-jump): Nice error if BOOKMARK is nil.Richard M. Stallman2004-12-271-0/+2
|
* (battery-mode-line-format): Remove initial spaces.Richard M. Stallman2004-12-271-9/+11
|
* (function): Use restricted-sexp as parent.Richard M. Stallman2004-12-271-1/+1
|
* (uniquify-rationalize-file-buffer-names): Delete interactive spec.Richard M. Stallman2004-12-271-1/+0
|
* (type-break-mode): Set buffer-save-without-query.Richard M. Stallman2004-12-271-19/+14
| | | | | Remove code that tried to set save-some-buffers-always. (type-break-file-keystroke-count): Bind deactivate-mark.
* (mouse-drag-region): Bind mouse-autoselect-window.Richard M. Stallman2004-12-271-1/+2
|
* (next-error-buffer-p): New arg AVOID-CURRENT.Richard M. Stallman2004-12-271-46/+82
| | | | | | | | | | | | Test that the buffer is live, and maybe reject current buffer too. Rewrite for clarity. (next-error-find-buffer): Rewrite for clarity. (undo-list-saved): New variable (buffer-local). (undo): Set and test it. (next-matching-history-element): Use same `interactive' form as previous-matching-history-element.
* Don't use buffer-disable-undo; do it directly.Richard M. Stallman2004-12-271-1/+2
|
* (describe-function-1): Call symbol-file with `defun'.Richard M. Stallman2004-12-271-2/+2
| | | | (describe-variable): Call symbol-file with `defvar'.
* (messages-buffer-max-lines): Alias for message-log-max.Richard M. Stallman2004-12-271-8/+24
| | | | | | (symbol-file): Rewritten to handle new load-history format. Now takes an arg TYPE to specify looking for a particular type of definition only.
* (debugger-make-xrefs): Call symbol-file with `defun'.Richard M. Stallman2004-12-271-1/+1
|
* (find-function-noselect): Call symbol-file with `defun'.Richard M. Stallman2004-12-271-3/+2
| | | | (find-variable-noselect): Call symbol-file with `defvar'.
* (eshell-find-alias-function): Call symbol-file with `defun'.Richard M. Stallman2004-12-271-1/+1
|
* (eshell-test-goto-func): Call symbol-file with `defun'.Richard M. Stallman2004-12-271-1/+1
|
* (decode-coding-inserted-region):Richard M. Stallman2004-12-271-5/+28
| | | | Set buffer-undo-list in a correct and optimal way.
* (rmail-resend): Let MAIL-ALIAS-FILE arg override mail-personal-alias-file.Richard M. Stallman2004-12-271-0/+2
|
* (goto-address-mail-regexp): Allow = in username.Richard M. Stallman2004-12-271-1/+1
|
* (compilation-find-buffer): Rename arg.Richard M. Stallman2004-12-271-2/+2
|
* (texinfo-format-buffer-1): Call buffer-disable-undo.Richard M. Stallman2004-12-271-0/+1
|
* (ffap-string-at-point-mode-alist): Add "*" to url chars,Richard M. Stallman2004-12-271-1/+1
| | | | it can appear unencoded and has been seen from yahoo.
* (save-buffer-state): Definition deleted.Richard M. Stallman2004-12-271-32/+14
| | | | (ansi-color-unfontify-region): Don't use save-buffer-state.
* (cperl-find-bad-style): Use with-no-warnings.Richard M. Stallman2004-12-271-8/+5
| | | | | (cperl-font-lock-unfontify-region-function): No need to save and restore info, since font-lock.el does it for us.
* * hexl.el (hexlify-buffer): Remove fontification here.Masatake YAMATO2004-12-271-9/+14
| | | | | | | | Use font lock mechanism instead. (hexl-font-lock-keywords): New font lock kewords. (hexl-mode-old-font-lock-keywords): New variable. (hexl-mode): Store the old font lock keywords. (hexl-mode-exit): Restore the old font lock keywords.